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

Rounding Methods Viewer (Header)

Link to: source code | record viewer directory

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

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

Rounding Method Viewer-- manages the window that shows rounding methods (conversion of purchase
prices to retail sales amounts, setup for the Sales functions in our small business accounting software

class CRoundingMethodViewer : public DB_RecordViewer
{
public:

enum { class_ID = 'RDMV' };

CRoundingMethodViewer(const SPaneInfo &inPaneInfo,
const SViewInfo &inViewInfo)
: DB_RecordViewer(inPaneInfo, inViewInfo) {}
virtual ~CRoundingMethodViewer() {}

virtual void ListenToMessage (MessageT inMessage, void *ioParam);

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