Accounting Software
Small Business Software Estimating Software
Construction Estimating SoftwareBookkeeping SoftwareInventory SoftwareInventory Control SoftwareInventory Tracking SoftwareInventory Management SoftwareBusiness Management Software

Project Payment Terms Viewer (Header)

Link to: source code | record viewer directory

Copyright Turtle Creek Software 1996-2006. All Rights Reserved.

This class manages project payment terms for the Goldenseal accounting software,
small business management software, construction project management software and
construction estimating software.

Project Payment Terms-- setup for project billing, time and materials billing and
other project management software details.

{
public:

CProjectPTViewer(const SPaneInfo &inPaneInfo, const SViewInfo &inViewInfo);
virtual ~CProjectPTViewer() {}

protected:
virtual void FinishUpdatingFields(const UInt8 creationMethod,
DB_PersistentObject *viewerObject);

virtual void HandlePopupChanged(CTCS_StdPopupMenu *popupMenu);
virtual void HandleCheckboxClicked(CTCS_StdCheckbox *checkbox);
virtual void HandleEditChanged(CTCS_EditField *editField);

void FormatManagementFeeField(const UInt8 feeType);
void FormatManagementFeeEnabled(const Boolean useMultiples,
const UInt8 feeType);
};