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

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

index a90ed81..85a9d58 100644 (file)
                                             "width": 100,
                                             "xtype": "TextField",
                                             "|xns": "Roo.form"
+                                        },
+                                        {
+                                            "fieldLabel": "Doc No.",
+                                            "name": "gltrans_docnumber",
+                                            "width": 200,
+                                            "xtype": "TextField",
+                                            "|xns": "Roo.form"
                                         }
                                     ]
                                 },
index 48f72ea..00ecbf3 100644 (file)
@@ -171,6 +171,13 @@ Pman.Dialog.XtupleJournalEntry = {
                                             fieldLabel : 'Gltrans source',
                                             name : 'Source',
                                             width : 100
+                                        },
+                                        {
+                                            xtype: 'TextField',
+                                            xns: Roo.form,
+                                            fieldLabel : 'Doc No.',
+                                            name : 'gltrans_docnumber',
+                                            width : 200
                                         }
                                     ]
                                 },