You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by de...@apache.org on 2017/07/08 20:34:19 UTC

svn commit: r1801321 - in /ofbiz/branches/release16.11/applications/accounting: config/AccountingUiLabels.xml webapp/accounting/WEB-INF/controller.xml widget/PaymentScreens.xml

Author: deepak
Date: Sat Jul  8 20:34:19 2017
New Revision: 1801321

URL: http://svn.apache.org/viewvc?rev=1801321&view=rev
Log:
Fixed: Manually applied fix from trunk r#1801320
Log:
ACCTG TRANS ENTRIES PDF link on invoiceOverview does not work (OFBIZ-6774)
Thanks Morten and Ankit Joshi for your contribution.

Modified:
    ofbiz/branches/release16.11/applications/accounting/config/AccountingUiLabels.xml
    ofbiz/branches/release16.11/applications/accounting/webapp/accounting/WEB-INF/controller.xml
    ofbiz/branches/release16.11/applications/accounting/widget/PaymentScreens.xml

Modified: ofbiz/branches/release16.11/applications/accounting/config/AccountingUiLabels.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/release16.11/applications/accounting/config/AccountingUiLabels.xml?rev=1801321&r1=1801320&r2=1801321&view=diff
==============================================================================
--- ofbiz/branches/release16.11/applications/accounting/config/AccountingUiLabels.xml (original)
+++ ofbiz/branches/release16.11/applications/accounting/config/AccountingUiLabels.xml Sat Jul  8 20:34:19 2017
@@ -1478,6 +1478,9 @@
         <value xml:lang="zh">支付的发票明细</value>
         <value xml:lang="zh-TW">支付的發票細項</value>
     </property>
+    <property key="AccountingApprovedBy">
+        <value xml:lang="en">Approved by</value>
+    </property>
     <property key="AccountingApprovedGrandTotal">
         <value xml:lang="ar">الإجمالي الكلي الموافق عليه</value>
         <value xml:lang="de">Genehmigte Gesamtsumme</value>
@@ -4641,6 +4644,9 @@
         <value xml:lang="zh">借记</value>
         <value xml:lang="zh-TW">借記</value>
     </property>
+    <property key="AccountingDebitNotEqualCredit">
+        <value xml:lang="en">Debit not equal to credit</value>
+    </property>
     <property key="AccountingDebitOrCreditOfBalance">
         <value xml:lang="ar">المدين أو الدائن للحساب</value>
         <value xml:lang="de">Soll oder Haben der Bilanz</value>
@@ -5463,6 +5469,9 @@
         <value xml:lang="zh">从定单创建定单明细账单时出错</value>
         <value xml:lang="zh-TW">從訂單新建細項帳單時出錯</value>
     </property>
+    <property key="AccountingExchangeRate">
+        <value xml:lang="en">Exchange Rate</value>
+    </property>
     <property key="AccountingExpEndOfLifeIsEmpty">
         <value xml:lang="ar">الحقل نهاية الحياة المتوقعة فارغ في بيانات الأصل الثابت</value>
         <value xml:lang="de">Das Feld erwartetes End of Life bei den Anlage-Daten ist leer.</value>
@@ -11185,6 +11194,9 @@
         <value xml:lang="zh">会员必须是一个内部团体(在会员角色中设置)</value>
         <value xml:lang="zh-TW">團體必須是一個單位組織(在團體角色中設置)</value>
     </property>
+    <property key="AccountingPartyName">
+        <value xml:lang="en">Party Name</value>
+    </property>
     <property key="AccountingPartyRoleAdd">
         <value xml:lang="ar">إضافة دور طرف جديد</value>
         <value xml:lang="de">Neue Akteurs-Rolle hinzufügen</value>
@@ -13425,6 +13437,9 @@
         <value xml:lang="zh">卡上前缀</value>
         <value xml:lang="zh-TW">卡上字首</value>
     </property>
+    <property key="AccountingPreparedBy">
+        <value xml:lang="en">Prepared by</value>
+    </property>
     <property key="AccountingPreviousBankReconciliation">
         <value xml:lang="ar">التسوية البنكية السابقة</value>
         <value xml:lang="de">vorherige Kontenabstimmung</value>
@@ -13815,6 +13830,9 @@
         <value xml:lang="zh">税率</value>
         <value xml:lang="zh-TW">稅率</value>
     </property>
+    <property key="AccountingReceivedBy">
+        <value xml:lang="en">Received by</value>
+    </property>
     <property key="AccountingReceivePayment">
         <value xml:lang="ar">استلام دفعة</value>
         <value xml:lang="de">Zahlung erhalten</value>

Modified: ofbiz/branches/release16.11/applications/accounting/webapp/accounting/WEB-INF/controller.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/release16.11/applications/accounting/webapp/accounting/WEB-INF/controller.xml?rev=1801321&r1=1801320&r2=1801321&view=diff
==============================================================================
--- ofbiz/branches/release16.11/applications/accounting/webapp/accounting/WEB-INF/controller.xml (original)
+++ ofbiz/branches/release16.11/applications/accounting/webapp/accounting/WEB-INF/controller.xml Sat Jul  8 20:34:19 2017
@@ -364,6 +364,11 @@ under the License.
         <security https="true" auth="true"/>
         <response name="success" type="view" value="PrintChecks"/>
     </request-map>
+    
+    <request-map uri="InvoiceAcctgTransEntriesPdf">
+        <security https="true" auth="true"/>
+        <response name="success" type="view" value="InvoiceAcctgTransEntriesPdf"/>
+    </request-map>
 
     <request-map uri="quickSendPayment">
         <security https="true" auth="true"/>
@@ -2621,6 +2626,7 @@ under the License.
     <view-map name="editPaymentApplications" type="screen" page="component://accounting/widget/PaymentScreens.xml#EditPaymentApplications"/>
     <view-map name="ManualTransaction" type="screen" page="component://accounting/widget/PaymentScreens.xml#ManualTransaction"/>
     <view-map name="PrintChecks" type="screenfop" page="component://accounting/widget/PaymentScreens.xml#PrintChecks" content-type="application/pdf" encoding="none"/>
+    <view-map name="InvoiceAcctgTransEntriesPdf" type="screenfop" page="component://accounting/widget/PaymentScreens.xml#InvoiceAcctgTransEntry" content-type="application/pdf" encoding="none"/>
     <view-map name="FindSalesInvoicesByDueDate" type="screen" page="component://accounting/widget/PaymentScreens.xml#FindSalesInvoicesByDueDate"/>
     <view-map name="FindPurchaseInvoicesByDueDate" type="screen" page="component://accounting/widget/PaymentScreens.xml#FindPurchaseInvoicesByDueDate"/>
 

Modified: ofbiz/branches/release16.11/applications/accounting/widget/PaymentScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/release16.11/applications/accounting/widget/PaymentScreens.xml?rev=1801321&r1=1801320&r2=1801321&view=diff
==============================================================================
--- ofbiz/branches/release16.11/applications/accounting/widget/PaymentScreens.xml (original)
+++ ofbiz/branches/release16.11/applications/accounting/widget/PaymentScreens.xml Sat Jul  8 20:34:19 2017
@@ -493,6 +493,21 @@ under the License.
         </section>
     </screen>
 
+    <screen name="InvoiceAcctgTransEntry">
+        <section>
+            <actions>
+                <property-map resource="AccountingUiLabels" map-name="uiLabelMap" global="true"/>
+                <property-map resource="CommonUiLabels" map-name="uiLabelMap" global="true"/>
+                <script location="component://accounting/webapp/accounting/WEB-INF/actions/reports/InvoiceAcctgTransEntryParameters.groovy"/>
+            </actions>
+            <widgets>
+                <platform-specific>
+                    <xsl-fo><html-template location="component://accounting/webapp/accounting/payment/InvoiceAcctgTransEntry.fo.ftl"/></xsl-fo>
+                </platform-specific>
+            </widgets>
+        </section>
+    </screen>
+
     <screen name="FindSalesInvoicesByDueDate">
         <section>
             <actions>