Openbravo Issue Tracking System - Retail Modules |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0041407 | Retail Modules | Web POS | public | 2019-07-19 13:34 | 2019-08-16 07:37 |
|
Reporter | asiermartirena | |
Assigned To | asiermartirena | |
Priority | high | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | RR19Q4 | |
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 | 0041407: Changes to make the stock queries responses more extensible |
Description | Currently, there are some points in the Web POS in which stock queries are done. It is possible to do the queries because one or more processes needs the stock, and it is developed to do a single query for each line (instead of multiple queries for a single line).
Also, it is possible to manage the response to be able to continue with the action or to show a popup to ask for confirmation. But this is not as extensible as it should. It must be possible to modify the response of a stock action from an external module, without changing the response of the other actions. In order to do it, the different responses must be stored to have a final action, instead of storing an only response with the final action. |
Steps To Reproduce | Try to pay discontinued tickets. |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2019-07-19 13:34 | asiermartirena | New Issue | |
2019-07-19 13:34 | asiermartirena | Assigned To | => asiermartirena |
2019-07-19 13:34 | asiermartirena | OBNetwork customer | => No |
2019-07-19 13:34 | asiermartirena | Triggers an Emergency Pack | => No |
2019-07-23 12:51 | hgbot | Checkin | |
2019-07-23 12:51 | hgbot | Note Added: 0113590 | |
2019-07-23 12:51 | hgbot | Status | new => resolved |
2019-07-23 12:51 | hgbot | Resolution | open => fixed |
2019-07-23 12:51 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/e5605717ef603fdd594cba1c1fd7e80590dbc27d [^] |
2019-07-26 10:55 | hgbot | Checkin | |
2019-07-26 10:55 | hgbot | Note Added: 0113674 | |
2019-08-02 10:26 | hgbot | Checkin | |
2019-08-02 10:26 | hgbot | Note Added: 0113776 | |
2019-08-02 10:33 | hgbot | Checkin | |
2019-08-02 10:33 | hgbot | Note Added: 0113777 | |
2019-08-06 13:15 | hgbot | Checkin | |
2019-08-06 13:15 | hgbot | Note Added: 0113842 | |
2019-08-16 07:37 | marvintm | Review Assigned To | => marvintm |
2019-08-16 07:37 | marvintm | Status | resolved => closed |
2019-08-16 07:37 | marvintm | Fixed in Version | => RR19Q4 |
Notes |
|
(0113590)
|
hgbot
|
2019-07-23 12:51
|
|
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: e5605717ef603fdd594cba1c1fd7e80590dbc27d
Author: Asier Martirena <asier.martirena <at> openbravo.com>
Date: Mon Jul 22 22:00:15 2019 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/e5605717ef603fdd594cba1c1fd7e80590dbc27d [^]
Fixed issue 41407: Changes to make the stock queries responses more extensible
Now it will be easier to manage the stock responses from external modules, without affecting to the possible response other stock check.
In addition, code performed to avoid duplicity.
Update the warehouseqty value received from the StoreDetailedStock.java class, to have the value as a numeric value, not as a string value.
The 'payOpenTicketsValidation' now instead of having a 'loading' scrim, it is used with an 'opaque' scrim. This allows to show different popup during the process to set the needed validations. It was not possible to do it with the 'loading' scrim.
---
M src-db/database/sourcedata/OBMOBC_PROCESS_DEFINITION.xml
M src/org/openbravo/retail/posterminal/stock/StoreDetailedStock.java
M web/org.openbravo.retail.posterminal/js/pointofsale/view/modals/modalstockdiscontinued.js
M web/org.openbravo.retail.posterminal/js/utils/stockUtils.js
---
|
|
|
(0113674)
|
hgbot
|
2019-07-26 10:55
|
|
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 4dbf30053fc3d270ad346d4d1f436a78039b576e
Author: Asier Martirena <asier.martirena <at> openbravo.com>
Date: Thu Jul 25 09:23:09 2019 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/4dbf30053fc3d270ad346d4d1f436a78039b576e [^]
Related to issue 41407: Stored the processes that causes a stock query
Now it is easier to check, during the response, which were exactly the causes that caused the stock query, being easier to do the needed action during the response.
---
M web/org.openbravo.retail.posterminal/js/model/order.js
M web/org.openbravo.retail.posterminal/js/utils/stockUtils.js
---
|
|
|
(0113776)
|
hgbot
|
2019-08-02 10:26
|
|
|
|
(0113777)
|
hgbot
|
2019-08-02 10:33
|
|
|
|
(0113842)
|
hgbot
|
2019-08-06 13:15
|
|
|