You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by as...@apache.org on 2009/11/12 13:18:25 UTC

svn commit: r835362 - in /ofbiz/trunk/applications/accounting: config/AccountingUiLabels.xml webapp/ap/invoices/PurchaseInvoices.ftl

Author: ashish
Date: Thu Nov 12 12:18:25 2009
New Revision: 835362

URL: http://svn.apache.org/viewvc?rev=835362&view=rev
Log:
Added new uiLabel for outstanding running total - patch from Awdesh.

Modified:
    ofbiz/trunk/applications/accounting/config/AccountingUiLabels.xml
    ofbiz/trunk/applications/accounting/webapp/ap/invoices/PurchaseInvoices.ftl

Modified: ofbiz/trunk/applications/accounting/config/AccountingUiLabels.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/config/AccountingUiLabels.xml?rev=835362&r1=835361&r2=835362&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/config/AccountingUiLabels.xml (original)
+++ ofbiz/trunk/applications/accounting/config/AccountingUiLabels.xml Thu Nov 12 12:18:25 2009
@@ -8274,6 +8274,10 @@
         <value xml:lang="en">Running Total</value>
         <value xml:lang="hi_IN">निरंतर कुल</value>
     </property>
+    <property key="AccountingRunningTotalOutstanding">
+        <value xml:lang="en">Running Total (Outstanding)</value>
+        <value xml:lang="hi_IN">निरंतर कुल (बकाया राशि)</value>
+    </property>
     <property key="AccountingSalesInvoiceToRevenue">
         <value xml:lang="de">Zuweisungen von Einkaufsrechnungsarten zu Ertragskonten</value>
         <value xml:lang="en">Sales Invoice type to Revenue GL Account Number assignment list</value>

Modified: ofbiz/trunk/applications/accounting/webapp/ap/invoices/PurchaseInvoices.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/webapp/ap/invoices/PurchaseInvoices.ftl?rev=835362&r1=835361&r2=835362&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/webapp/ap/invoices/PurchaseInvoices.ftl (original)
+++ ofbiz/trunk/applications/accounting/webapp/ap/invoices/PurchaseInvoices.ftl Thu Nov 12 12:18:25 2009
@@ -93,7 +93,7 @@
 
 <#if invoices?has_content >
   <div>
-    <span class="label">${uiLabelMap.AccountingRunningTotal} :</span>
+    <span class="label">${uiLabelMap.AccountingRunningTotalOutstanding} :</span>
     <span class="label" id="showInvoiceRunningTotal"></span>
   </div>
   <form name="listPurchaseInvoices" id="listPurchaseInvoices"  method="post" action="javascript:void();">