Skip to main content
Solved

Discount totals on Purchase orders

  • November 2, 2020
  • 1 reply
  • 232 views

Is there a way to show the total of the line discounts, in the discount field and on the printed PO the same as when the whole document is discounted?  This would be easier to identify and compare with confirmations and invoices from vendors.

Best answer by Gabriel Michaud

Hi Kurt,

I had a look and there’s no field in POOrder that gives you the total line discounts. You can, however, calculate the sum very easily in the report designer with this formula:

=SUM([POLine.CuryDiscAmt])

To add this total I simply opened the form in the Report Designer, added a new TextBox in the footer section and set the Value property of the textbox to my formula:

 

View original
Did this topic help you find an answer to your question?

1 reply

Gabriel Michaud
Captain II
Forum|alt.badge.img+11

Hi Kurt,

I had a look and there’s no field in POOrder that gives you the total line discounts. You can, however, calculate the sum very easily in the report designer with this formula:

=SUM([POLine.CuryDiscAmt])

To add this total I simply opened the form in the Report Designer, added a new TextBox in the footer section and set the Value property of the textbox to my formula:

 


Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings