Openbravo Issue Tracking System - Retail Modules | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0036888 | Retail Modules | Web POS | public | 2017-09-19 13:07 | 2017-10-26 13:04 |
Reporter | guilleaer | ||||
Assigned To | guilleaer | ||||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | OS | 5 | OS Version | ||
Product Version | |||||
Target Version | RR18Q1 | Fixed in Version | RR18Q1 | ||
Merge Request Status | |||||
Review Assigned To | marvintm | ||||
OBNetwork customer | No | ||||
Support ticket | |||||
Regression level | |||||
Regression date | |||||
Regression introduced in release | |||||
Regression introduced by commit | |||||
Triggers an Emergency Pack | No | ||||
Summary | 0036888: [SCO][Contribution] newOrder function should be static to allow to reuse it from outside the model | ||||
Description | Currently, the function newOrder which is part of the OrderList Model allows to to create a new order and then add it to the list of orders. The problem is that this method only can be invoked if the developer has an instance of that model. In SCO we will reuse this code, because we need also to create a new order, but we don't have a list of orders. The idea is to make this method static and reuse this code from external code an also from inside the OrderList Model. In addition, this method is connected to the UI, because it is setting to '' values which are being get from a UI component (receiptProperties) | ||||
Steps To Reproduce | N/A | ||||
Proposed Solution | Create an static method to create new orders Reuse this code from SCO also from web POS | ||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | ![]() https://issues.openbravo.com/file_download.php?file_id=11072&type=bug | ||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2017-09-19 13:07 | guilleaer | New Issue | |||
2017-09-19 13:07 | guilleaer | Assigned To | => guilleaer | ||
2017-09-19 13:07 | guilleaer | OBNetwork customer | => No | ||
2017-09-19 13:07 | guilleaer | Triggers an Emergency Pack | => No | ||
2017-09-19 13:22 | guilleaer | File Added: 36888.diff | |||
2017-09-21 08:45 | guilleaer | Target Version | => RR18Q1 | ||
2017-09-21 08:45 | guilleaer | Summary | [SCO][Contribution][18Q1] newOrder function should be static to allow to reuse it from outside the model => [SCO][Contribution] newOrder function should be static to allow to reuse it from outside the model | ||
2017-10-03 21:12 | hgbot | Checkin | |||
2017-10-03 21:12 | hgbot | Note Added: 0099744 | |||
2017-10-03 21:12 | hgbot | Status | new => resolved | ||
2017-10-03 21:12 | hgbot | Resolution | open => fixed | ||
2017-10-03 21:12 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/d868a0ea85c7a443baca6a7c4bf3626ca75d1ca6 [^] | ||
2017-10-17 16:27 | guilleaer | Review Assigned To | => marvintm | ||
2017-10-26 13:04 | marvintm | Status | resolved => closed | ||
2017-10-26 13:04 | marvintm | Fixed in Version | => RR18Q1 |
Notes | |||||
|
|||||
|
|