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

Utility Account Viewer (Header)

Link to: source code | record viewer directory

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

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

class CUtilityAccountViewer : public CAccountViewer
{
public:

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

virtual Boolean HasLockedStatus() const;

// does this class show multiple detail items, and are there some to show now?
virtual Boolean CanShowMultipleDetails() const; // TCS 12/12/00
virtual Boolean HasMultipleDetails(); // TCS 12/12/00 // can't be const
virtual UInt8 GetDetailTransactionClass() const;

virtual void ShowMultipleDetails();


protected:};