reportmodels

package
v0.0.0-...-1595bd0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 30, 2024 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CostReport

type CostReport struct {
	PostingDate          []string
	DocumentHeader       []string
	CompanyCode          []string
	WBS                  []string
	GeneralLedgerAccount []string
	Amount               []string
	LineText             []string
}

CostReport contains information to be exported to a CSV report

func NewCostReport

func NewCostReport(appCostSet *models.ApplicationCostSet) *CostReport

NewCostReport constructor

func (*CostReport) Create

func (cr *CostReport) Create(out io.Writer) error

Create takes the CostReport object and creates a CSV report according to specification

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL