Openbravo Issue Tracking System - Retail Modules |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0028272 | Retail Modules | Web POS | public | 2014-11-25 11:58 | 2015-01-30 11:21 |
|
Reporter | malsasua | |
Assigned To | malsasua | |
Priority | high | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 20 | OS Version | Community Appliance |
Product Version | | |
Target Version | RR14Q4 | Fixed in Version | RR14Q4 | |
Merge Request Status | |
Review Assigned To | mtaal |
OBNetwork customer | No |
Support ticket | |
Regression level | Packaging and release |
Regression date | 2014-07-31 |
Regression introduced in release | main |
Regression introduced by commit | https://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/f7d836b8cbb7a68b9f124ff0715fd282a4c1d56c [^] |
Triggers an Emergency Pack | No |
|
Summary | 0028272: hook pre_ordersave is not cancelling the save of the order |
Description | In the hook preorder_save, has been removed the code that it cancels the save of the order |
Steps To Reproduce | . execute this hook:
OB.UTIL.HookManager.registerHook('OBPOS_PreOrderSave', function (args, callbacks) {
args.cancellation = true;
OB.MobileApp.model.hookManager.callbackExecutor(args, callbacks);
});
. create new receipt and close it
. it has been saved in backend and it should not be synced |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0028102 | RR15Q1 | closed | mario_castello | Hook OBPOS_PreOrderSave is not working fine if you cancel the save process |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2014-11-25 11:58 | malsasua | New Issue | |
2014-11-25 11:58 | malsasua | Assigned To | => marvintm |
2014-11-25 11:58 | malsasua | OBNetwork customer | => No |
2014-11-25 11:58 | malsasua | Regression level | => Packaging and release |
2014-11-25 11:58 | malsasua | Regression date | => 2014-07-31 |
2014-11-25 11:58 | malsasua | Regression introduced in release | => main |
2014-11-25 11:58 | malsasua | Regression introduced by commit | => https://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/f7d836b8cbb7a68b9f124ff0715fd282a4c1d56c [^] |
2014-11-25 11:58 | malsasua | Triggers an Emergency Pack | => No |
2014-11-25 12:08 | malsasua | Status | new => scheduled |
2014-11-25 12:08 | malsasua | Assigned To | marvintm => malsasua |
2014-11-25 12:08 | malsasua | fix_in_branch | => pi |
2014-11-25 12:09 | malsasua | Note Added: 0071969 | |
2014-11-25 12:09 | malsasua | Status | scheduled => resolved |
2014-11-25 12:09 | malsasua | Fixed in Version | => RR14Q4 |
2014-11-25 12:09 | malsasua | Resolution | open => fixed |
2014-11-25 12:13 | malsasua | Relationship added | related to 0028102 |
2014-12-08 22:49 | mtaal | Review Assigned To | => mtaal |
2014-12-08 22:49 | mtaal | Note Added: 0072337 | |
2014-12-08 22:49 | mtaal | Status | resolved => closed |
2015-01-30 11:21 | hgbot | Checkin | |
2015-01-30 11:21 | hgbot | Note Added: 0073937 | |