Pman.Tab.XtupleCreditMemos.bjs
authorEdward <edward@roojs.com>
Fri, 18 Jul 2014 08:19:23 +0000 (16:19 +0800)
committerEdward <edward@roojs.com>
Fri, 18 Jul 2014 08:19:23 +0000 (16:19 +0800)
Pman.Tab.XtupleCreditMemos.js

Pman.Tab.XtupleCreditMemos.bjs
Pman.Tab.XtupleCreditMemos.js

index c99c222..e7738ab 100644 (file)
                                         {
                                             "*prop": "store",
                                             "xtype": "SimpleStore",
-                                            "|data": "[ \n    [ 'NOTCLOSED', \"Not Closed\"],\n    [ 'CLOSED' , \"Closed\"],\n    [ 'UNPOSTED', \"Unposted only\"] ,\n    [ 'UNUSED', \"Posted and not used\"] ,\n    [ 'VOIDED', \"Voided\"],\n    [ 'NOTVOIDED', \"Not Voided\"]\n]\n",
+                                            "|data": "[ \n    [ 'NOTCLOSED', \"Not Closed\"],\n    [ 'CLOSED' , \"Closed\"],\n    [ 'UNPOSTED', \"Unposted only\"] ,\n    [ 'UNUSED', \"Posted and not used\"] ,\n    [ 'VOIDED', \"Voided\"],\n    [ 'NOTVOIDED', \"Not Voided\"],\n    [ 'ALL', \"Show All\"],\n]\n",
                                             "|fields": "[  'ftype', 'fname']",
                                             "|xns": "Roo.data"
                                         }
index 5850805..b7d8a75 100644 (file)
@@ -443,7 +443,8 @@ Pman.Tab.XtupleCreditMemos = new Roo.XComponent({
                                     [ 'UNPOSTED', "Unposted only"] ,
                                     [ 'UNUSED', "Posted and not used"] ,
                                     [ 'VOIDED', "Voided"],
-                                    [ 'NOTVOIDED', "Not Voided"]
+                                    [ 'NOTVOIDED', "Not Voided"],
+                                    [ 'ALL', "Show All"],
                                 ],
                                 fields : [  'ftype', 'fname']
                             }