Accounting Software
Construction Estimating Software Estimating Software
Project Management SoftwareConstruction SoftwareConstruction Estimating SoftwareConstruction Accounting SoftwareSmall Business SoftwareConstruction Management SoftwareBusiness Management Software

Breakdowns Source Code

Source code for breakdown classes in Goldenseal construction accounting software.

These are the items listed in a breakdown table. This data code saves breakdowns to disk and reads it from disk. Some classes also include posting and accounting functions. We use breakdowns for individual items used in estimating, purchasing or sales breakdowns, construction assembly components, etc.

Breakdowns are an important feature in Goldenseal payroll software, accounting software, estimating software and business management software.

General Breakdowns
CBreakdownEntry-- general breakdown info (source & header)
CCostBreakdownEntry-- category and item breakdowns (source, source 2 & header)
CTransactionBreakdownEntry-- breakdowns showing transactions (source & header)

Specific Breakdowns
CBenefitBreakdownEntry-- payroll benefit items (source & header)
CCatBreakdownEntry-- category breakdowns (source & header)
CCommishBreakdownEntry-- sales commissions (source & header)
CDeductionBreakdownEntry-- payroll deductions (source & header)
CDrawBreakdownEntry-- draw schedule items (source & header)
CEstimateCatBreakdownEntry-- category estimates (source & header)
CEstimateItemBreakdownEntry-- item estimates (source & header)
CInventoryBreakdownEntry-- inventory transfer details (source & header)
CItemBreakdownEntry-- general item breakdowns (source & header)
CPaymentBreakdownEntry-- accounts receivable details (source & header)
CPayrollBreakdownEntry-- general payroll items (source & header)
CProgressBreakdownEntry-- progress payment details (source & header)
CPurchaseBreakdownEntry-- accounts payable details (source & header)
CSaleBreakdownEntry-- items sold (source & header)
CTandMBreakdownEntry-- time and materials bill details (source & header)
CTaskBreakdownEntry-- inspection details (source & header)
CTaxPaymentBreakdownEntry-- payroll tax and sales taxes paid (source & header)
CVacationBreakdownEntry-- vacation details (source & header)
CWagesBreakdownEntry-- payroll wages details (source & header)