accounting software, Construction Accounting Software"> Goldenseal Accounting Software-- Payment Method Viewer
Accounting Software
Small Business Software Estimating Software
Construction Estimating SoftwareBookkeeping SoftwareInventory SoftwareInventory Control SoftwareInventory Tracking SoftwareInventory Management SoftwareBusiness Management Software

Payment Method Viewer (Header)

Link to: source code | record viewer directory

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

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

Viewer for payment methods on incoming payments. Setup for the Goldenseal accounting software.

class CPaymentMethodViewer : public DB_RecordViewer
{
public:

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

protected:

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

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

void SetFieldFormats(const UInt8 calcMethod);
void SetFeeFormat(const UInt8 feeType);
void SetFeeClassID(const UInt8 calcMethod);
};