details:   https://code.openbravo.com/erp/devel/pi/rev/073b1b33016c
changeset: 35546:073b1b33016c
user:      Mark Molina <mark.molina <at> doceleguas.com>
date:      Tue Mar 19 14:08:33 2019 -0300
summary:   Fixes issue 40186: Pending Goods receipts with movement quantity=0

The fieldTotalQty and fieldQtyordered fields were incorrect defined to use 
"euroEdition"
instead of "qtyEdition".
Columns for Ordered Quantity and Movement Quantity of the lines of Purchase 
Order and Goods Receipt
windows are defined with a "Quantity" reference and it is implemented 
internally to
format the values using the "qtyEdition" setting.
To do more homogeneous the way the quantities are shown in the process and in 
the different
windows, all of them will be formatted by the same way: using settings of 
qtyEdition property.

details:   https://code.openbravo.com/erp/devel/pi/rev/edd10a6633c6
changeset: 35547:edd10a6633c6
user:      David Miguelez <david.miguelez <at> openbravo.com>
date:      Thu Mar 21 17:15:46 2019 +0100
summary:   Related to Issue 40186: Replaced euroEdition with qtyEdition for two
more quantity fields.

diffstat:

 src/org/openbravo/erpCommon/ad_forms/MaterialReceiptPending.xml |  10 
+++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (40 lines):

diff -r 58db95f4c316 -r edd10a6633c6 
src/org/openbravo/erpCommon/ad_forms/MaterialReceiptPending.xml
--- a/src/org/openbravo/erpCommon/ad_forms/MaterialReceiptPending.xml   Thu Mar 
21 09:52:12 2019 +0100
+++ b/src/org/openbravo/erpCommon/ad_forms/MaterialReceiptPending.xml   Thu Mar 
21 17:15:46 2019 +0100
@@ -12,7 +12,7 @@
  * under the License. 
  * The Original Code is Openbravo ERP. 
  * The Initial Developer of the Original Code is Openbravo SLU 
- * All portions are Copyright (C) 2001-2016 Openbravo SLU 
+ * All portions are Copyright (C) 2001-2019 Openbravo SLU 
  * All Rights Reserved. 
  * Contributor(s):  ______________________________________.
  ************************************************************************
@@ -74,8 +74,8 @@
     <FIELD id="fieldPartnerName" replaceCharacters="html">partnerName</FIELD>
     <FIELD id="fieldProductName" replaceCharacters="html">productName</FIELD>
     <FIELD id="fieldDescription" replaceCharacters="html">description</FIELD>
-    <FIELD id="fieldTotalQty" format="euroEdition">totalQty</FIELD>
-    <FIELD id="fieldQtyordered" attribute="value" 
format="euroEdition">qtyordered</FIELD>
+    <FIELD id="fieldTotalQty" format="qtyEdition">totalQty</FIELD>
+    <FIELD id="fieldQtyordered" attribute="value" 
format="qtyEdition">qtyordered</FIELD>
     <FIELD id="fieldQtyordered" attribute="name" replace="xx">id</FIELD>
     <FIELD id="fieldQtyordered" boolean="disabled" 
withId="paramDisable">isactive</FIELD>
     <FIELD id="M_Locator_ID" attribute="name" replace="ss">id</FIELD>
@@ -98,14 +98,14 @@
     <PARAMETER id="paramCalendar" name="paramColSpanCalendar" 
attribute="colspan" replace="xx"/>
     <PARAMETER id="paramIsUomEnabled" name="paramIsUomEnabled" 
attribute="value" replace="xx"/>
     
-    <FIELD id="fieldAumQty" attribute="value" 
format="euroEdition">aumqty</FIELD>
+    <FIELD id="fieldAumQty" attribute="value" 
format="qtyEdition">aumqty</FIELD>
     <FIELD id="fieldAumQty" attribute="name" replace="xx">id</FIELD>
     <FIELD id="fieldAumQty" attribute="onkeyup" replace="yy">id</FIELD>
     <FIELD id="fieldProductId" attribute="value">mProductId</FIELD>
     <FIELD id="fieldProductId" attribute="name" replace="xx">id</FIELD>
     <FIELD id="fieldUomId" attribute="value">cUomId</FIELD>
     <FIELD id="fieldUomId" attribute="name" replace="xx">id</FIELD>
-    <FIELD id="fieldHiddenQtyordered" attribute="value" 
format="euroEdition">qtyordered</FIELD>
+    <FIELD id="fieldHiddenQtyordered" attribute="value" 
format="qtyEdition">qtyordered</FIELD>
     <FIELD id="fieldHiddenQtyordered" attribute="name" replace="xx">id</FIELD>
     
     <SUBREPORT id="reportAUM_ID" name="reportAUM_ID" 
report="org/openbravo/erpCommon/reference/List">


_______________________________________________
Openbravo-commits mailing list
Openbravo-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to