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

Rental Unit Viewer (Header)

Link to: source code | record viewer directory

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

This class manages rental units for the Goldenseal accounting software,
property management software and rental management software.

Rental Unit Viewer-- manages the window for Rental Units, setup for Goldenseal rental management software

class CRentalUnitViewer : public DB_RecordViewer
{
public:

enum { class_ID = 'RTUV' };

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

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

protected:
virtual UInt8 IsReadyToUpdateObject(const UInt8 saveSource);
};