Reply
 
LinkBack Thread Tools Display Modes
Old 08-31-2007, 08:34 PM   #1 (permalink)
casaplex
Guest
 
Posts: n/a
Unhappy How to NOT print price when price is zero

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.

I looked at the customizing reports documentation, and found it to not be very helpful at all. I tried to modify a report and add code to the Format of Detail1.txtPrice, but had no luck in getting it to work.

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.
  Reply With Quote
Old 09-11-2007, 07:49 PM   #2 (permalink)
RickC
Guest
 
Posts: n/a
Default

Originally Posted by casaplex View Post
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 View Post
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
  Reply With Quote
Old 09-17-2007, 05:25 PM   #3 (permalink)
Member
 
michux1's Avatar
 
Join Date: Mar 2006
Posts: 58
michux1 is on a distinguished road
Default

Originally Posted by RickC View Post

Documentation on the methods, their signatures, behaviors, and usage constraints will be forthcoming.

-R
WHEN? WHEN? WHEN? If we have this information, then we won't have to rely and/or wait for you to build this stuff for us? We may also be able to help others on this message board

While we are on the subject, how do I change the subreport for the contract percentages to reflect a filtered price. Currently you are using the hook ReportUtilities.TotalProjectPriceNoFilter(). Because I have to guess, I tried ReportUtilities.TotalProjectPrice() and ReportUtilities.TotalProjectPrice(rpt), and got close, but still returned an error.
__________________
Wherever you go...there you are.
michux1 is offline   Reply With Quote
Old 09-17-2007, 07:04 PM   #4 (permalink)
RickC
Guest
 
Posts: n/a
Default

Originally Posted by michux1 View Post
WHEN? WHEN? WHEN? If we have this information, then we won't have to rely and/or wait for you to build this stuff for us? We may also be able to help others on this message board
In the next day or two for a rough cut. I agree with your points whole heartedly. Just trying to get it cleaned up a little bit (probably still be a bit rough, but will be better than nothing).

Originally Posted by michux1 View Post
While we are on the subject, how do I change the subreport for the contract percentages to reflect a filtered price. Currently you are using the hook ReportUtilities.TotalProjectPriceNoFilter(). Because I have to guess, I tried ReportUtilities.TotalProjectPrice() and ReportUtilities.TotalProjectPrice(rpt), and got close, but still returned an error.

ReportUtilities.TotalProjectPrice(rpt) currently depends on the report iterating over the "items". Many of the helper methods are dependent on the report iterating over the project items.

We're looking at this very issue right now.

-R
  Reply With Quote
Old 09-25-2007, 03:41 PM   #5 (permalink)
Member
 
michux1's Avatar
 
Join Date: Mar 2006
Posts: 58
michux1 is on a distinguished road
Thumbs down Where's the rough cut??

Originally Posted by RickC View Post
In the next day or two for a rough cut. I agree with your points whole heartedly. Just trying to get it cleaned up a little bit (probably still be a bit rough, but will be better than nothing).
-R
Wow. These have been the longest two days I have ever seen.
__________________
Wherever you go...there you are.
michux1 is offline   Reply With Quote
Old 09-25-2007, 09:34 PM   #6 (permalink)
RickC
Guest
 
Posts: n/a
Default

Originally Posted by michux1 View Post
Wow. These have been the longest two days I have ever seen.

Sorry. That was the plan. I've had other commitments and obligations that have taken precedent. Still on the list and will happen. I could say a lot of things, but simply: My bad.

-R
  Reply With Quote
Old 09-25-2007, 09:45 PM   #7 (permalink)
Member
 
michux1's Avatar
 
Join Date: Mar 2006
Posts: 58
michux1 is on a distinguished road
Default

Maybe this sounds crazy. but is it possible to just post what you guys are using internally??? Or could you email it to me if possible?? right now anything is better than nothing. I don't mind if it's not formatted perfectly with pretty pictures. Plus you may be able to shut me up for a while while I try to figure it out.
__________________
Wherever you go...there you are.
michux1 is offline   Reply With Quote
Old 09-26-2007, 05:54 PM   #8 (permalink)
RickC
Guest
 
Posts: n/a
Default

Originally Posted by michux1 View Post
Maybe this sounds crazy. but is it possible to just post what you guys are using internally??? Or could you email it to me if possible?? right now anything is better than nothing. I don't mind if it's not formatted perfectly with pretty pictures. Plus you may be able to shut me up for a while while I try to figure it out.
In case you miss it...

ReportUtilities API

-R
  Reply With Quote
Old 09-26-2007, 06:05 PM   #9 (permalink)
Member
 
michux1's Avatar
 
Join Date: Mar 2006
Posts: 58
michux1 is on a distinguished road
Smile

Thank you! This should be very helpful.
__________________
Wherever you go...there you are.
michux1 is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to add sales tax to the Installed Price on an item basis Francisco Felix Reports and Reporting Center 6 04-01-2011 08:50 PM
Installed Price - after proposal RandyB Product Development Questions 2 02-27-2009 09:28 PM
Accessorized price Lars the Viking Reports and Reporting Center 5 09-05-2008 10:18 AM
Breaking out accessories jpol Reports and Reporting Center 6 05-05-2008 02:09 PM
Misc Parts too high, auto-doubling Net Price R2AV Troubleshooting and Problems 4 07-14-2006 10:43 PM


All times are GMT. The time now is 02:13 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.3.0
D-Tools, Inc.