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

Wage Schedule Viewer (Header)

Link to: source code | record viewer directory

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

This class manages wage schedules for the Goldenseal accounting software,
payroll software and small business management software.

Wage rates and wage schedules for Goldenseal payroll software

class CWageScheduleViewer : public CCommissionViewer
{
public:

CWageScheduleViewer(const SPaneInfo &inPaneInfo, const SViewInfo &inViewInfo)
: CCommissionViewer (inPaneInfo, inViewInfo) {}
virtual ~CWageScheduleViewer() {}

virtual Boolean IsWageSchedule() { return true; }

protected:
virtual void HandlePopupChanged(CTCS_StdPopupMenu *popupMenu);
virtual void FinishUpdatingFields(const UInt8 creationMethod,
DB_PersistentObject *viewerObject);
virtual void FormatOvertimeField(const SInt32 tag, const SInt32 overtimeType);

};