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

Customer Discount Viewer (Header)

Link to: source code | record viewer directory

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

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

Customer discount viewer. This class allows users to set up a 'grid' of different discounts for
different items and different classes of customers. Part of the Goldenseal sales tracking software.

class CCustomerDiscountViewer : public DB_RecordViewer
{
public:

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


protected:

};