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

Item Discount Viewer (Source Code)

Link to: header | record viewer directory

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

Comments

CItemDiscountViewer

This class manages item discounts for the Goldenseal accounting software,
small business management software, construction project management software and
construction estimating software.

a viewer for item discounts. This class allows users to set up separate discounts on
different types of items sold. Combined with customer discounts, this allows wholesalers
to create a "grid" of discounts for any combinations of items and customers.

Part of the setup for Goldenseal retail management software.

SUPERCLASS = DB_RecordViewer

Constructor

/*********************************************************************************
constructor
*********************************************************************************/
CItemDiscountViewer::CItemDiscountViewer(const SPaneInfo &inPaneInfo,
const SViewInfo &inViewInfo)
: DB_RecordViewer(inPaneInfo, inViewInfo)
{
}