accounting software, Point of Sale Software"> Goldenseal Accounting Software-- Markup System Viewer
Accounting Software
Small Business Software Estimating Software
Construction Estimating SoftwareBookkeeping SoftwareInventory SoftwareInventory Control SoftwareInventory Tracking SoftwareInventory Management SoftwareBusiness Management Software

Markup System Viewer (Header)

Link to: source code | record viewer directory

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

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

class CMarkupSystemViewer : public DB_RecordViewer
{
public:

CMarkupSystemViewer(const SPaneInfo &inPaneInfo,
const SViewInfo &inViewInfo);
virtual ~CMarkupSystemViewer() {}
protected:
virtual void FinishUpdatingFields(const UInt8 creationMethod,
DB_PersistentObject *viewerObject);
virtual UInt8 IsReadyToUpdateObject(const UInt8 saveSource);

virtual void FinishObjectUpdate(const UInt8 saveSource);

virtual void HandlePopupChanged(CTCS_StdPopupMenu *popupMenu);

virtual void EnableMarkupField(const TagType fieldTag, const TagType calcTag,
const TagType roundingTag);
virtual void FormatRestockingCharge(const SInt32 payType);
};