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

Accounts Source Code

Source code for accounts in Goldenseal construction accounting software.

These classes handle data for the records shown in the Accounts menu and the Chart of Accounts.

All account classes include software code for data saving & data access. Some account classes also handle specific accounting functions like accounts payable, accounts receivable and payroll.

BasicS
DB_Account-- basic accounts (source, source 2, source 3 & header)
CAssetAccount-- asset accounts (source & header)
CBankAccount-- bank accounts (source & header)
CCostAccount-- expense accounts (source, source 2 & header)
CJobAccount-- income accounts (source, source 2 & header)
CLiabilityAccount-- liability accounts (source & header)

SPECIFIC ACCOUNT ClasseS
CCashAccount-- petty cash and cash on hand (source & header)
CCheckingAccount-- checking accounts (source & header)
CCreditCardAccount-- credit card accounts (source & header)
CCustomerAccount-- customer accounts (source, source 2, source 3 & header)
CEmployeeAccount- employee accounts (source, source 2, source 3 & header)
CEquipmentAccount-- equipment accounts (source & header)
CEscrowAccount-- escrow accounts (source & header)
CInventoryAccount-- inventory accounts (source & header)
CInvestmentAccount-- investment accounts (source & header)
CLoanAccount-- loan accounts (source & header)
CMaterialAccount-- material supplier accounts (source & header)
COtherCostAccount-- other cost accounts (source & header)
COverheadAccount-- overhead tracking accounts (source & header)
COwnerEquityAccount-- owner equity accounts (source & header)
CProjectAccount-- project accounts (source, source 2, source 3 & header)
CRealEstateAccount-- real estate accounts (source & header)
CSavingsAccount-- savings accounts (source & header)
CSubcontractorAccount-- subcontractor accounts (source & header)
CUtilityAccount-- "accounting" accounts (source & header)