Reply
 
LinkBack Thread Tools Display Modes
Old 09-13-2007, 12:28 PM   #1 (permalink)
Member
 
Join Date: Mar 2006
Location: Earth
Posts: 62
Mauricio is on a distinguished road
Send a message via AIM to Mauricio
Question Payment Schedule - Grand Total

Is there a way for the Payment Schedule to show the Grand Total of the job?

I need to delete the phases because our clients get confused and they make payments according to the phases not the payment schedule.
__________________
Mauricio Barrientos
Independent AV Design Engineer
2006 / 2008 Award Winner
Office: 888.435.5083
Mobile: 201.486.2808
mauidtools@hotmail.com

Design Services Available

http://www.d-tools.us/skills-service...me-design.html
http://www.imakenews.com/d-tools/e_a....cfm?x=b11,0,w
http://www.cepro.com/article/d_tools...When:17:46:00Z
Mauricio is offline   Reply With Quote
Old 09-20-2007, 12:10 AM   #2 (permalink)
Program Manager
 
RandyB's Avatar
 
Join Date: Mar 2006
Location: Concord, CA
Posts: 353
RandyB has a reputation beyond reputeRandyB has a reputation beyond reputeRandyB has a reputation beyond reputeRandyB has a reputation beyond reputeRandyB has a reputation beyond reputeRandyB has a reputation beyond reputeRandyB has a reputation beyond reputeRandyB has a reputation beyond reputeRandyB has a reputation beyond reputeRandyB has a reputation beyond reputeRandyB has a reputation beyond repute
Default Adding Grand Total to a Report

Originally Posted by Mauricio View Post
Is there a way for the Payment Schedule to show the Grand Total of the job?

I need to delete the phases because our clients get confused and they make payments according to the phases not the payment schedule.
Here's how to modify the Contract report to suit your needs (I'm guessing that's the one you're interested in):

1. Create a custom copy of the "Contract Payment" subreport in the Report Designer
2. Expand the Report Footer 1 area (at the bottom)
3. Add a "Grand Total" label, a line, and a text box to the Report Footer 1 area. Line these up as desired.

4. Highlight the text box, go to the Properties, and change the (Name) value to txtGrandTotal
5. Click on the Script tab
6. Select Object=ReportFooter1 and Event=Format from the dropdown menus
7. Add this to the line to the line below Sub ReportFooter1_Format:

ReportUtilities.SetTextboxValue(rpt, "ReportFooter1", "txtGrandTotal", ReportUtilities.TotalProjectPriceNoFilter())

NOTE: Steps 4-7 can be used to add the Grand Total to any report you wish. Just replace "ReportFooter1" and "txtGrandTotal" with the names of the subsection and textbox relevant to that report.

8. Publish your custom Contract Payment subreport

9. Create a custom version of the Contract report
10. In the Detail1 section, delete the second object down (subPhases) or just mark the Visible property to False. This will hide the Phase subreport.
11. In the Detail1 section, right-click on the third object down (subPayment) and select "Bind to D-Tools Report"
12. Select your custom Contract Payment report from the list.
13. Publish your custom Contract report

Click on this link to download the resulting .zip file, which can save to your hard drive (do not unzip) and import into the Reporting Center:

Contract without Phases

If this doesn't do the trick, hopefully you can use the steps above to reproduce.

Randy Bownds
Program Manager
D-Tools, Inc.
1850 Gateway Blvd
Suite 1060
Concord, CA 94520
http://www.d-tools.com/

Last edited by RickC; 09-20-2007 at 03:01 PM.
RandyB is offline   Reply With Quote
Old 09-20-2007, 01:08 AM   #3 (permalink)
SIFanatic
Guest
 
Posts: n/a
Default

Originally Posted by RandyB View Post
Here's how to modify the Contract report to suit your needs (I'm guessing that's the one you're interested in):

1. Create a custom copy of the "Contract Payment" subreport in the Report Designer
2. Expand the Report Footer 1 area (at the bottom)
3. Add a "Grand Total" label, a line, and a text box to the Report Footer 1 area. Line these up as desired.

4. Highlight the text box, go to the Properties, and change the (Name) value to txtGrandTotal
5. Click on the Script tab
6. Select Object=ReportFooter1 and Event=Format from the dropdown menus
7. Add this to the line to the line below Sub ReportFooter1_Format:

ReportUtilities.SetTextboxValue(rpt, "ReportFooter1", "txtGrandTotal", ReportUtilities.TotalProjectPriceNoFilter())

NOTE: Steps 4-7 can be used to add the Grand Total to any report you wish. Just replace "ReportFooter1" and "txtGrandTotal" with the names of the subsection and textbox relevant to that report.

8. Publish your custom Contract Payment subreport

9. Create a custom version of the Contract report
10. In the Detail1 section, delete the second object down (subPhases) or just mark the Visible property to False. This will hide the Phase subreport.
11. In the Detail1 section, right-click on the third object down (subPayment) and select "Bind to D-Tools Report"
12. Select your custom Contract Payment report from the list.
13. Publish your custom Contract report

Click on this link to download the resulting .zip file, which can save to your hard drive (do not unzip) and import into the Reporting Center:

Contract without Phases

If this doesn't do the trick, hopefully you can use the steps above to reproduce.

Randy Bownds
Program Manager
D-Tools, Inc.
1850 Gateway Blvd
Suite 1060
Concord, CA 94520
http://www.d-tools.com/
Bookmarking this... GOOD STUFF!!

Last edited by RickC; 09-20-2007 at 03:22 PM.
  Reply With Quote
Old 09-20-2007, 02:57 PM   #4 (permalink)
RickC
Guest
 
Posts: n/a
Default

The current release does not filter the contract payments based on the filters fed to the report. This will be corrected in the next SP. Once the SP has been released, the instructions Randy outlined above will change slightly, but are perfect given the current release.

Because of this current limitation, the downloadable report that Randy created (link above) does not support filtering (you won't see the "Run Report With Filters" menu in the UI.

-R
  Reply With Quote
Old 09-24-2007, 08:02 PM   #5 (permalink)
Member
 
Join Date: Mar 2006
Location: Earth
Posts: 62
Mauricio is on a distinguished road
Send a message via AIM to Mauricio
Default

Thanks!!! This is great!!!!!
__________________
Mauricio Barrientos
Independent AV Design Engineer
2006 / 2008 Award Winner
Office: 888.435.5083
Mobile: 201.486.2808
mauidtools@hotmail.com

Design Services Available

http://www.d-tools.us/skills-service...me-design.html
http://www.imakenews.com/d-tools/e_a....cfm?x=b11,0,w
http://www.cepro.com/article/d_tools...When:17:46:00Z
Mauricio 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
Invoice Report from Payment Schedule CrystalHacker Reports and Reporting Center 7 07-01-2009 05:23 PM
HELP!!! CONTRACT missing data from Phases & Payment Schedule Bozak Troubleshooting and Problems 0 11-10-2008 01:23 AM
Billing Schedule Reed Phillips SDK 3 01-10-2008 04:37 PM
Electrical Load Schedule avzone SI4 Quick Tips and Customizations 0 06-18-2007 03:04 PM
Not my Department JordanC LinkTools 6 05-12-2006 11:11 PM


All times are GMT. The time now is 02:15 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.