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

Tax Field Tables (Header)

Link to: source code | tables directory

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

This class manages payroll tax field tables for the Goldenseal accounting software,
payroll software and small business management software.

class CTaxFieldMemberTable : public CFlexibleCVTable
{
public:

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

virtual DBid GetCellCVClassID(const TableCellT &inCell) const;
virtual void FillNewRowCells(const TableIndexT row);

protected:

};