You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ha...@apache.org on 2009/05/17 07:31:01 UTC

svn commit: r775580 - in /ofbiz/trunk/applications/accounting: config/AccountingUiLabels.xml webapp/accounting/invoice/InvoiceForms.xml widget/InvoiceScreens.xml

Author: hansbak
Date: Sun May 17 05:31:01 2009
New Revision: 775580

URL: http://svn.apache.org/viewvc?rev=775580&view=rev
Log:
invoice list corrections

Modified:
    ofbiz/trunk/applications/accounting/config/AccountingUiLabels.xml
    ofbiz/trunk/applications/accounting/webapp/accounting/invoice/InvoiceForms.xml
    ofbiz/trunk/applications/accounting/widget/InvoiceScreens.xml

Modified: ofbiz/trunk/applications/accounting/config/AccountingUiLabels.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/config/AccountingUiLabels.xml?rev=775580&r1=775579&r2=775580&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/config/AccountingUiLabels.xml (original)
+++ ofbiz/trunk/applications/accounting/config/AccountingUiLabels.xml Sun May 17 05:31:01 2009
@@ -7932,7 +7932,7 @@
     <property key="FormFieldTitle_amountToApply">
         <value xml:lang="ar">المبلغ للتطبيق</value>
         <value xml:lang="de">zuzuweisender Betrag</value>
-        <value xml:lang="en">Amount to Apply</value>
+        <value xml:lang="en">Outstanding amount</value>
         <value xml:lang="es">Cantidad por aplicar</value>
         <value xml:lang="fr">Montant à allouer</value>
         <value xml:lang="it">Importo Da Applicare</value>

Modified: ofbiz/trunk/applications/accounting/webapp/accounting/invoice/InvoiceForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/webapp/accounting/invoice/InvoiceForms.xml?rev=775580&r1=775579&r2=775580&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/webapp/accounting/invoice/InvoiceForms.xml (original)
+++ ofbiz/trunk/applications/accounting/webapp/accounting/invoice/InvoiceForms.xml Sun May 17 05:31:01 2009
@@ -629,7 +629,6 @@
         odd-row-style="alternate-row" default-table-style="basic-table hover-bar">
         <field name="partyIdFrom"><ignored/></field>
         <field name="partyIdTo"><ignored/></field>
-        <field name="amountToApply"><ignored/></field>
     </form>
 
 </forms>

Modified: ofbiz/trunk/applications/accounting/widget/InvoiceScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/widget/InvoiceScreens.xml?rev=775580&r1=775579&r2=775580&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/widget/InvoiceScreens.xml (original)
+++ ofbiz/trunk/applications/accounting/widget/InvoiceScreens.xml Sun May 17 05:31:01 2009
@@ -646,7 +646,7 @@
                         <condition-expr field-name="partyId" operator="equals" from-field="myCompanyId"/>
                         <condition-list combine="or">
                             <condition-expr field-name="statusId" operator="equals" value="INVOICE_APPROVED"/>
-                            <condition-expr field-name="statusId" operator="equals" value="INVOICE_SEND"/>
+                            <condition-expr field-name="statusId" operator="equals" value="INVOICE_SENT"/>
                             <condition-expr field-name="statusId" operator="equals" value="INVOICE_READY"/>
                             <condition-expr field-name="statusId" operator="equals" value="INVOICE_PAID"/>
                         </condition-list>