Pman.Dialog.XtupleJournalEntry.bjs
authorAlan Knowles <alan@roojs.com>
Mon, 23 Dec 2013 09:52:21 +0000 (17:52 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 23 Dec 2013 09:52:21 +0000 (17:52 +0800)
Pman.Dialog.XtupleJournalEntry.js

Pman.Dialog.XtupleJournalEntry.bjs
Pman.Dialog.XtupleJournalEntry.js

index 3485428..50a7cf0 100644 (file)
                                 },
                                 {
                                     "|xns": "Roo.form",
-                                    "xtype": "Row"
+                                    "xtype": "Row",
+                                    "items": [
+                                        {
+                                            "fieldLabel": "Doc No.",
+                                            "name": "gltrans_docnumber",
+                                            "width": 400,
+                                            "xtype": "TextField",
+                                            "|xns": "Roo.form"
+                                        },
+                                        {
+                                            "fieldLabel": "Doc No.",
+                                            "name": "gltrans_docnumber",
+                                            "width": 400,
+                                            "xtype": "TextField",
+                                            "|xns": "Roo.form"
+                                        }
+                                    ]
                                 },
                                 {
                                     "fieldLabel": "Doc No.",
index 094a195..605ebce 100644 (file)
@@ -215,7 +215,23 @@ Pman.Dialog.XtupleJournalEntry = {
                                 },
                                 {
                                     xtype: 'Row',
-                                    xns: Roo.form
+                                    xns: Roo.form,
+                                    items : [
+                                        {
+                                            xtype: 'TextField',
+                                            xns: Roo.form,
+                                            fieldLabel : 'Doc No.',
+                                            name : 'gltrans_docnumber',
+                                            width : 400
+                                        },
+                                        {
+                                            xtype: 'TextField',
+                                            xns: Roo.form,
+                                            fieldLabel : 'Doc No.',
+                                            name : 'gltrans_docnumber',
+                                            width : 400
+                                        }
+                                    ]
                                 },
                                 {
                                     xtype: 'TextField',