Source code
for data entry tables in Goldenseal small
business software.
We use tables to display detailed breakdowns in
estimates, sales, purchases and other business transactions.
They also handle many other parts of the interface in the
Goldenseal business management
software.
BasicS
CBreakdownTable-- a general transaction table (source, source
2, source 3, source 4 & header)
CChecklistMemberTable-- a table that includes checkmarks (source & header)
CDataTable-- a general table that stores data (source & header)
CFixedMemberTable-- a table that doesn't allow new rows to be added (source & header)
CFlexibleCVTable-- a table with clairvoyants that can change (source & header)
CIconTable-- a table that shows icons (source & header)
CMemberTable-- a generic table in lists or accounts (source & header)
CMultipleTextListTable-- a text table that allows multiple selections (source & header)
CPopupTable-- a table that includes popup fields (source & header)
CRegisterTable-- a table for register views (source & header)
CReportTable-- a table showing report data (source, source
2, source
3, source
4 & header)
CTableColumnCaption-- a column title (source & header)
CTableTitleBar-- the title area at the top of a table (source & header)
CTextListTable-- a simple table that shows text (source & header)
CToFromTable-- a table that includes to and from ranges (source & header)
SPECIFIC Tables
CBenefitsTable-- a table showing employee benefits (source & header)
CCalcSummationTable-- a table used in summation calculations (source & header)
CCategoryBreakdownTable-- a table for category breakdowns (source & header)
CCatSystemTable-- a category table in category systems (source & header)
CCommissionsTable-- a table showing sales commissions (source & header)
CCostBreakdownTable-- a table for cost breakdowns (source, source
2, source 3 & header)
CDeductionsTable-- a table showing payroll deductions (source & header)
CDrawBreakdownTable-- a table showing draw schedule breakdowns (source & header)
CEstimateOrderTable-- a table for the estimate order list (source & header)
CItemBreakdownTable-- a table for item breakdowns (source & header)
CObjectDataTable-- a table showing one object on each row (source, source
2 & header)
CPaymentTable-- a table showing payments (source & header)
CProgressBreakdownTable-- a table for progress payments (source & header)
CProjectBreakdownTable-- a table for project billing (source & header)
CPromotionTable-- a table for sales promotions (source & header)
CPurchaseTable-- a table showing purchases (source & header)
CRentalUnitTable-- a table listing rental units (source & header)
CRoundingTable-- a table for rounding methods (source & header)
CSubAssemblyTable-- a table showing assembly components (source & header)
CTaxFieldMemberTable-- a table showing tax calculations (source & header)
CTaxPaymentTable-- a table showing tax payments (source & header)
CTransactionBreakdownTable-- a table showing transactions (source & header)
CVacationsTable-- a table showing accrued vacation time (source & header)
CWagesTable-- a table showing hourly wages (source & header)
CWorkCrewTable-- a table showing work crews (source & header)
|