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

Editor Window Source Code

Source code for record editor windows in Goldenseal small business software.

This interface code handles the chart of accounts, account and transaction windows, and the list window which shows a list of all items. Editor windows are the main way users enter data into the Goldenseal construction accounting software and construction estimating software.

The actual record data is handled by a record viewer.

BasicS
CEnclosingView-- parent of all Turtle Creek record displays (source & header)
CReportEditor-- window for showing financial reports (source, source 2 & header)
DB_Editor-- basic record entry window (source, source 2, source 3, source 4, source 5 & header)

Chart of Accounts
CAccountFinderView-- the chart of accounts window (source & header)
CAccountListView-- individual columns in the chart of accounts (source & header)
CAFWAccountIcon-- an account icon (source & header)
CAFWComparator-- compares icon info for sorting (source & header)
CAFWFolderIcon-- a folder icon (source & header)
CAFWIcon-- an icon in the chart of accounts (source & header)
CAFWIconView-- the scrolling portion of each column (source, source 2 & header)
CAFWScroller-- scroll controls for one column in the chart of accounts (source & header)
CAFWWindow-- the outer window for the chart of accounts (source & header)
CAutoscrollPane-- a scroller that moves when the mouse is over its arrows (source & header)
CDragAwareScroller-- a scroller that can handle drags (source & header)
CDragExtensionPane-- a pane above or below an auto-scrolling pane (source & header)
CParentBranch-- folders in the chart of accounts (source & header)

Data Entry Editors
CAccountEditor-- a window that shows accounts (source & header)
CBankTransEditor-- a window that shows bank transactions (source, source 2 & header)
CListEditor-- a window that shows lists (source, source 2 & header)
CTransactionEditor-- a window that shows accounting transactions (source & header)