[ 
https://issues.apache.org/jira/browse/OFBIZ-13068?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17840804#comment-17840804
 ] 

Pierre Smits commented on OFBIZ-13068:
--------------------------------------

HI [~jleroux] 

In the accounting and financial control domain there is no subtle difference 
between Accounts Payable invoices and Accounts Receivable invoice as you 
describe.
In that domain
 # the outstanding amount on invoices in Accounts Payable is the amount of 
money you are owed to pay to others , and
 # the outstanding amount on invoices in Accounts Receivable is the amount of 
money others are owed to pay to you

In both cases the term 'Outstanding' is correct.

I suggest you do a search/find (on e.g google) on:
 # supplier invoice outstanding
 # supplier invoice to apply

I remember we had this discussion about this 'to apply' before.

Please revert this last change:
{code:java}
-        <field name="outstanding" widget-area-style="align-right" 
title-area-style="align-right"><display type="currency" 
currency="${currencyUomId}"/></field>
+        <field name="amountToApply" widget-area-style="align-right" 
title-area-style="align-right"><display type="currency" 
currency="${currencyUomId}"/></field>
 {code}
 

> Accounts Payable Past Due Invoices doesn't show outstanding amount
> ------------------------------------------------------------------
>
>                 Key: OFBIZ-13068
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-13068
>             Project: OFBiz
>          Issue Type: Bug
>          Components: accounting
>    Affects Versions: Upcoming Branch
>            Reporter: Pierre Smits
>            Assignee: Jacques Le Roux
>            Priority: Trivial
>             Fix For: Upcoming Branch
>
>
> With recent changes via commit ec0adc02f102d75be15e1ee04062b75621219f0d 
> [ec0adc02f1] the field outstanding got replaced with amountToApply in grid 
> ListApReport.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to