Originally Posted by casaplex
|
|
I am working with Si5, and I wanted to make it print out the Labor SKUs, but just not print price. Currently it prints out a price of $0.00 for all Labor, which confuses clients. I would like the option of either printing Labor price or not printing price at all on reports.
|
The versions of the Proposals shipped in the latest patch resolve this issue.
Labor items in the "List Price" versions do not show prices as the list price for a labor item is $0.00.
Labor Items in the "Install Price" versions of the proposals will show the price as the install price will be > $0.00.
There is a parameter on the definitions (user modifiable:
http://downloads.d-tools.com/si5/rep...efinitions.pdf) to determine whether labor items will show in the reports or not ("Show labor items in report?"). This, I believe, is false by default for the "List Price" versions (as the list price is $0.00) and True for the "Install Price" versions (as this is > $0.00 and has an effect on the subtotals).
Originally Posted by casaplex
|
Is there a document which outlines all the available functions/methods used in the Script Tab of the report Designer? I looked at the ActiveScripts file, and found nothing useful. For example:
ReportUtilities.SetManufacturerModelTextBox() was not in the ActiveScripts documenation, and is obviously something D-Tools specific. Where can we find this documentation? I can't find it in the D-Tools SDK either.
|
The ReportUtilities object that is referenced in the script of many of the reports is D-Tools specific. It was created to encapsulate many common functions used across many of the reports and create wrappers to simplify some functionality in the script. All functions are available to all reports and are available for use when creating custom reports.
Documentation on the methods, their signatures, behaviors, and usage constraints will be forthcoming.
-R