Page History: Change Order
Compare Page Revisions
Page Revision: Thu, 25 Jun 2009 10:23
Default Menu Location
Accessible from the Reports tab of the
Project Control screen.
Click here for a screenshotGeneral Description
The Changeorder screen shows all change orders associated with a specific project. The selected changed order can be viewed or printed.
How to Create A Change Order
A change order is created by selecting creating a
sales order and selecting an order type specified for changeorders.
Enter a line item. While in edit mode, click on the notes button. Type in a detailed description, this will show on your change order report.
Standard Report Fields (Page Header)¶
Date- "Page " + alltrim(str(_pageno)) + " of " + alltrim(str(_pagetotal))
Job NumberStatusCO NumberOrder DateCustomer NameOSMFaxISMJob NameStandard Report Fields (Detail)¶
Standard Report Fields (Summary)¶
Original material PricePrevious Change Orders- iif(isnull(prevco),0,prevco)
This Change OrderFreightTaxRevisded Contract Total- iif(isnull(prevco),OCONTRACT+0+thisco, ocontract + prevco +thisco)
Additional Report Fields for Customization