Pman.Dialog.XtupleCreditMemo.bjs
authorAlan Knowles <alan@roojs.com>
Tue, 28 Jan 2014 04:21:46 +0000 (12:21 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 28 Jan 2014 04:21:46 +0000 (12:21 +0800)
Pman.Dialog.XtupleCreditMemo.js

Pman.Dialog.XtupleCreditMemo.bjs
Pman.Dialog.XtupleCreditMemo.js

index 5db5d1c..664d2b0 100644 (file)
                                                             "xtype": "Row",
                                                             "|xns": "Roo.form",
                                                             "items": [
+                                                                {
+                                                                    "allowDecimals": true,
+                                                                    "cls": "roo-align-right",
+                                                                    "decimalPrecision": 3,
+                                                                    "fieldLabel": "Items Value",
+                                                                    "name": "cmhead_value",
+                                                                    "readOnly": true,
+                                                                    "width": 100,
+                                                                    "xtype": "NumberField",
+                                                                    "|xns": "Roo.form"
+                                                                },
                                                                 {
                                                                     "allowDecimals": true,
                                                                     "cls": "roo-align-right",
index 5d770f4..8f3fce8 100644 (file)
@@ -350,6 +350,17 @@ Pman.Dialog.XtupleCreditMemo = {
                                                             labelWidth : 300,
                                                             width : 500,
                                                             items : [
+                                                                {
+                                                                    xtype: 'NumberField',
+                                                                    xns: Roo.form,
+                                                                    allowDecimals : true,
+                                                                    cls : 'roo-align-right',
+                                                                    decimalPrecision : 3,
+                                                                    fieldLabel : 'Items Value',
+                                                                    name : 'cmhead_value',
+                                                                    readOnly : true,
+                                                                    width : 100
+                                                                },
                                                                 {
                                                                     xtype: 'NumberField',
                                                                     xns: Roo.form,