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

Sales Tax Viewer (Header)

Link to: source code | record viewer directory

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

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

Job Sales Tax-- customer sales tax on sales and project work. Setup for Goldenseal accounting software.

class CJobSalesTaxViewer : public DB_RecordViewer
{
public:

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

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

protected:
virtual void GetReadyToUpdateObject(DB_PersistentObject *viewerObject);
virtual void HandlePopupChanged(CTCS_StdPopupMenu *popupMenu);

};