Accounting Software
Small Business Software Estimating Software
Construction Estimating SoftwareBookkeeping SoftwareInventory SoftwareInventory Control SoftwareInventory Tracking SoftwareInventory Management SoftwareBusiness Management Software

Rental Payment Term Viewer (Source Code)

Link to: header | record viewer directory

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

Comments

CRentalPTViewer

This class manages rental payment terms for the Goldenseal accounting software,
property management software and rental management software.

It's a viewer for rental payment terms. Setup for tenant payment terms in
Goldenseal property management software.

SUPERCLASS = CPaymentTermViewer

Constructor

/*********************************************************************************
constructor
*********************************************************************************/
CRentalPTViewer::CRentalPTViewer(const SPaneInfo &inPaneInfo,
const SViewInfo &inViewInfo)
: CPaymentTermViewer(inPaneInfo, inViewInfo)
{
}