![]() |
|
||||
Job Costing for Time and Materials |
Feature Starting with Goldenseal job costing software version 4.1, you can use Time & Materials amounts in job cost reports, instead of the Job Cost amounts. This is useful if you want to show clients a progress report, when you are doing "cost plus" billing. Suggested By User feature request. How to Use Right now, this is an optional feature. The best way to use it is to create one or more custom reports, using whichever of the current Job Cost reports you want to see with T&M numbers. To make a duplicate of an existing report, follow these steps:
Next, format the new report to use T&M numbers. Follow these steps:
Technical Details Programmer notes-- this required changes all over
the place. For troubleshooting, set a breakpoint
in CReportTable::CreateSpecialReport and then follow
it down through the various accounts and transactions. In this update,
we introduced use of SJobCostParams, so it will be easier
to add similar changes in the future. |