|
Go
![]() |
New
![]() |
Find
![]() |
Notify
![]() |
Tools
![]() |
Reply
![]() |
|
|
Apprentice |
I can't get the program to show the pre-discounted rate/price in the table row.
There doesn't seem to be a template object that corresponds to the "Rate/Price" field in the slip creation form. When I choose "Rate/Price" I get "parent.reportData.object.ratePlusMarkupMinusDiscount" I just want the Rate, so the client sees what the discount is taken on! ??? Thanks Peter http://slowprint.com - High-Touch Letterpress |
||
|
|
Marketcircle Team |
Change the path from
parent.reportData.object.ratePlusMarkupMinusDiscount to: parent.reportData.object.rate |
|||
|
|
Apprentice |
Please help me with: qty x rate + taxe = subtotalwithoutdiscount Neither parent.reportData.object.ratePlusMarkupMinusDiscount or parent.reportData.object.rate fit to my need. Thank you for your support, MissP |
|||
|
|
Marketcircle Team |
You'll have to make a script token with the following:
qty := element valueForKeyPath:'quantityDuration'. rate := element valueForKeyPath:'rate'. tax := element valueForKeyPath:'taxesTotal'. myTotal := (qty * rate) + tax. myTotal. |
|||
|
|
Apprentice |
Hi there,
I'd like to show the client what type of discount they are receiving also. However, the information above seems foreign to me! Can you walk me through the steps to have this appear on the invoice please? Many thanks, Kim |
|||
|
|
Apprentice |
That would work fine unless you have a flat rate slip, then it all goes to hell. Is there not another way to show a slips total without markup and discount? |
|||
|
| Powered by Social Strata |
| Please Wait. Your request is being processed... |
|

