Accounting Software
Small Business Software Estimating Software
Unit Cost SoftwareConstruction Estimating SoftwareProject Estimating SoftwareCost Estimation SoftwareCost Estimating SoftwareConstruction Management SoftwareBusiness Management Software

Cost Items (Source Code)

Link to: header | unit cost directory

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

Comments

CCostItem

This class manages cost items in the Goldenseal accounting software,
estimating software, unit cost software, job costing software and construction estimating software.

Cost items are extensively used in assemblies, estimates,
purchases, sales, and other transactions that use an item breakdown.

In the Goldenseal estimating software, cost items are used most often
as components in assemblies.

SUPERCLASS = CUnitCost

Constructor

/*********************************************************************************
default constructor
*********************************************************************************/
CCostItem::CCostItem()
{
mCostArea = costtype_material;
mCalcMethod = method_manual;

mSupplier = mSupplier2 = mSupplier3 = 0;
mLeadTime = mOrderAmount = 0;
mUpdateInterval = 12;
mUpdateUnit = time_month;

mSupplierPrice = mSupplier2Price = mSupplier3Price = 0;
mPurchaseCategory = 0;

mCostItemPadding = 0;

mEndSafetyTag = tag_endsafetytag; // TCS 9/6/02
}

Source Code

/*********************************************************************************
default constructor
*********************************************************************************/
CCostItem::CCostItem()
{
mCostArea = costtype_material;
mCalcMethod = method_manual;

mSupplier = mSupplier2 = mSupplier3 = 0;
mLeadTime = mOrderAmount = 0;
mUpdateInterval = 12;
mUpdateUnit = time_month;

mSupplierPrice = mSupplier2Price = mSupplier3Price = 0;
mPurchaseCategory = 0;

mCostItemPadding = 0;

mEndSafetyTag = tag_endsafetytag; // TCS 9/6/02
}