Pman.Dialog.XtuplePurchaseOrder.bjs
authorAlan Knowles <alan@roojs.com>
Wed, 18 Dec 2013 10:20:24 +0000 (18:20 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 18 Dec 2013 10:20:24 +0000 (18:20 +0800)
Pman.Dialog.XtuplePurchaseOrder.js

Pman.Dialog.XtuplePurchaseOrder.bjs
Pman.Dialog.XtuplePurchaseOrder.js

index 08ac391..6da9b57 100644 (file)
                                                                 }
                                                             ]
                                                         },
-                                                        {
-                                                            "listeners": {
-                                                                "|click": "function()\n{\n    var pohead_number = _this.form.findField('pohead_number').getValue();\n    var pohead_id = _this.form.findField('pohead_id').getValue();\n        \n    var fixit = function(){\n        new Pman.Request({\n            url : baseURL + '/Roo/pohead.php',\n            method :'POST',\n            params : {\n                pohead_id : pohead_id,\n                _unitcost : 1\n                \n            },\n            success : function(res) {\n                Roo.MessageBox.alert('Notice', 'DONE');\n            }\n        });\n    }\n    \n    Roo.MessageBox.confirm(\n        \"Confirm\",\n        \"Are you sure to fix the unit cost of \" + pohead_number + \" ?\",\n        function(r) {\n            if (r != 'yes') {\n                return;\n            }\n\n            fixit();\n            return;\n        }\n    ); \n    \n    \n}\n"
-                                                            },
-                                                            "cls": "x-btn-text-icon",
-                                                            "text": "Fix Unit Cost",
-                                                            "xtype": "Item",
-                                                            "|icon": "rootURL + '/Pman/templates/images/trash.gif'",
-                                                            "|xns": "Roo.menu"
-                                                        },
                                                         {
                                                             "listeners": {
                                                                 "|click": "function()\n{\n    var s = _this.gltransgrid.selModel.getSelected();\n    if (!s) {\n        Roo.MessageBox.alert(\"Error\", \"Select an item to reverse\");\n        return;\n    }\n    \n    var fixit = function(){\n        new Pman.Request({\n            url : baseURL + '/Roo/invdetail.php',\n            method :'POST',\n            params : {\n               \n                _reverse :  s.data.invdetail_id \n            },\n            success : function(res) {\n                Roo.MessageBox.alert('Notice', 'DONE');\n            }\n        });\n    }\n    \n    Roo.MessageBox.confirm(\n        \"Confirm\",\n        \"Are you sure to reverse that line\",\n        function(r) {\n            if (r != 'yes') {\n                return;\n            }\n\n            fixit();\n            return;\n        }\n    ); \n    \n    \n}\n"
index dd2813a..fef6d6e 100644 (file)
@@ -1673,50 +1673,6 @@ Pman.Dialog.XtuplePurchaseOrder = {
                                                     ]
                                                 }
                                             },
-                                            {
-                                                xtype: 'Item',
-                                                xns: Roo.menu,
-                                                listeners : {
-                                                    click : function()
-                                                    {
-                                                        var pohead_number = _this.form.findField('pohead_number').getValue();
-                                                        var pohead_id = _this.form.findField('pohead_id').getValue();
-                                                            
-                                                        var fixit = function(){
-                                                            new Pman.Request({
-                                                                url : baseURL + '/Roo/pohead.php',
-                                                                method :'POST',
-                                                                params : {
-                                                                    pohead_id : pohead_id,
-                                                                    _unitcost : 1
-                                                                    
-                                                                },
-                                                                success : function(res) {
-                                                                    Roo.MessageBox.alert('Notice', 'DONE');
-                                                                }
-                                                            });
-                                                        }
-                                                        
-                                                        Roo.MessageBox.confirm(
-                                                            "Confirm",
-                                                            "Are you sure to fix the unit cost of " + pohead_number + " ?",
-                                                            function(r) {
-                                                                if (r != 'yes') {
-                                                                    return;
-                                                                }
-                                                    
-                                                                fixit();
-                                                                return;
-                                                            }
-                                                        ); 
-                                                        
-                                                        
-                                                    }
-                                                },
-                                                cls : 'x-btn-text-icon',
-                                                text : "Fix Unit Cost",
-                                                icon : rootURL + '/Pman/templates/images/trash.gif'
-                                            },
                                             {
                                                 xtype: 'Button',
                                                 xns: Roo.Toolbar,