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
Click to show internal directories.
Click to hide internal directories.