Accounting Software
Small Business Software Estimating Software
Time Tracking SoftwareTime Management SoftwareTime Billing SoftwareContact Management SoftwareCustomer Management SoftwareProject Management SoftwareBusiness Management Software

Sales Promotion Tables (Header)

Link to: source code | tables directory

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

This class manages sales promotion tables for the Goldenseal estimating software,
small business management software, construction project management software and
construction estimating software.

/****************** CPromotionTable-- a table that shows sales promotions *******************/
class CPromotionTable : public CMemberTable
{
public:

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

protected:
virtual void HandleCellCVChanged(const TableIndexT row, const TableIndexT col,
CTCS_CVField *cv);

virtual void ResetCostItem(const TableIndexT row, const SInt32 oldValue, const SInt32 newValue);
virtual void ResetSubcategory(const TableIndexT row);

virtual CTCS_CVField *CreateNewCellCVField(const TableCellT &inCell,
const SPaneInfo &inPaneInfo);

};