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

Action Dialogs Source Code

Source code for the "action dialogs" and tables in Goldenseal small business accounting software.

This interface code covers the Billing, Deposit Funds, Job Costs, Pay Bills and Write Payroll commands-- which handle many active accounting software functions in Goldenseal.

Most of the code here is involved with screen display-- the actual data processing usually happens in accounts or transactions.

BasicS
CListDialogEncl-- general action dialog window (source & header)
CListDialogTable-- general action dialog tables (source & header)

DIALOG WINDOWS
CAllowanceBillEncl-- the allowance billing command (source & header)
CChangeOrderBillEncl-- the change order billing command (source & header)
CDateDialogEncl-- general dialogs with a cutoff date (source & header)
CDepositFundsEncl-- the deposit funds command (source & header)
CJobCostEncl-- the job costing command (source & header)
CPayBillsEncl-- the pay bills command (source & header)
CProjectBillEncl-- general project billing commands (source & header)
CRentalBillEncl-- rental billing command (source & header)
CSalesBillEncl-- sales billing command (source & header)
CTandMBillEncl-- time and materials billing command (source & header)
CWritePayrollEncl-- write payroll command (source, source 2 & header)

DIALOG TABLES
CDepositFundsTable-- table for depositing funds (source & header)
CJobCostTable-- tables for job costing display (source & header)
CPayBillsTable-- tables for paying bills (source & header)
CProjectBillTable-- tables for project billing (source & header)
CRentalBillTable-- tables for rental billing (source & header)
CSalesBillTable-- tables for customer billing (source & header)
CTandMBillTable-- tables for time and materials billing (source & header)
CWritePayrollTable-- tables for writing payroll (source & header)