Marketcircle    Forums  Hop To Forum Categories  Billings  Hop To Forums  Creating Estimates and Invoices    Rate/Price before Discount???
Go
New
Find
Notify
Tools
Reply
  
-star Rating Rate It!  Login/Join 
Apprentice
Posted
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
 
Posts: 2 | Registered: August 25, 2008Reply With QuoteReport This Post
Marketcircle Team
Picture of Oscar
Posted Hide Post
Change the path from

parent.reportData.object.ratePlusMarkupMinusDiscount

to:

parent.reportData.object.rate
 
Posts: 689 | Location: Toronto | Registered: February 20, 2007Reply With QuoteReport This Post
Apprentice
Posted Hide Post
quote:
parent.reportData.object.rate


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
 
Posts: 1 | Registered: September 19, 2008Reply With QuoteReport This Post
AJ
Marketcircle Team
Picture of AJ
Posted Hide Post
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.
 
Posts: 1916 | Location: Toronto | Registered: May 03, 2006Reply With QuoteReport This Post
Apprentice
Posted Hide Post
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
 
Posts: 5 | Registered: November 28, 2008Reply With QuoteReport This Post
Wil
Apprentice
Posted Hide Post
quote:
Originally posted by AJ:
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.


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?
 
Posts: 2 | Registered: July 16, 2009Reply With QuoteReport This Post
  Powered by Social Strata  
 

Marketcircle    Forums  Hop To Forum Categories  Billings  Hop To Forums  Creating Estimates and Invoices    Rate/Price before Discount???

classes
In Store Demos
In Store Demos