Openbravo Issue Tracking System - Retail Modules |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0036709 | Retail Modules | Web POS | public | 2017-08-24 10:13 | 2017-09-20 10:21 |
|
Reporter | migueldejuana | |
Assigned To | migueldejuana | |
Priority | normal | Severity | trivial | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | RR17Q4 | |
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 | 0036709: Add a hook in OrderLoader.java before adding a shipment line |
Description | Add a hook in OrderLoader.java before adding a shipment line.
If we implement that hook, we will be able to change the bin(from/to).
AWO introduce changes in the warehouse and we need the ability to do some changes related to the bins used for the shipment. |
Steps To Reproduce | See description |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | issue36709posterminal.diff (5,636) 2017-08-24 10:19 https://issues.openbravo.com/file_download.php?file_id=11008&type=bug |
|
Issue History |
Date Modified | Username | Field | Change |
2017-08-24 10:13 | migueldejuana | New Issue | |
2017-08-24 10:13 | migueldejuana | Assigned To | => migueldejuana |
2017-08-24 10:13 | migueldejuana | OBNetwork customer | => No |
2017-08-24 10:13 | migueldejuana | Triggers an Emergency Pack | => No |
2017-08-24 10:19 | migueldejuana | File Added: issue36709posterminal.diff | |
2017-08-31 14:04 | hgbot | Checkin | |
2017-08-31 14:04 | hgbot | Note Added: 0098756 | |
2017-08-31 14:04 | hgbot | Status | new => resolved |
2017-08-31 14:04 | hgbot | Resolution | open => fixed |
2017-08-31 14:04 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/2b917ad7581d51996b9e30585d54c090f39793a4 [^] |
2017-08-31 14:05 | migueldejuana | Review Assigned To | => marvintm |
2017-09-19 12:11 | hgbot | Checkin | |
2017-09-19 12:11 | hgbot | Note Added: 0099139 | |
2017-09-19 12:11 | hgbot | Checkin | |
2017-09-19 12:11 | hgbot | Note Added: 0099140 | |
2017-09-19 12:40 | guilleaer | Note Added: 0099143 | |
2017-09-20 10:21 | marvintm | Status | resolved => closed |
2017-09-20 10:21 | marvintm | Fixed in Version | => RR17Q4 |
Notes |
|
(0098756)
|
hgbot
|
2017-08-31 14:04
|
|
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 2b917ad7581d51996b9e30585d54c090f39793a4
Author: Miguel de Juana <miguel.dejuana <at> openbravo.com>
Date: Thu Aug 31 14:03:52 2017 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/2b917ad7581d51996b9e30585d54c090f39793a4 [^]
Fixed issue 0036709: Add a hook in OrderLoader.java before adding a shipment line
- Add a hook before creating the shipment line. We will be able to change the bins to use.
---
M src/org/openbravo/retail/posterminal/OrderLoader.java
A src/org/openbravo/retail/posterminal/OrderLoaderPreAddShipmentLineHook.java
---
|
|
|
(0099139)
|
hgbot
|
2017-09-19 12:11
|
|
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 223dcabbf48e4d0417fbfffcb22fe18ed4e5ff1b
Author: Guillermo Alvarez de Eulate <guillermo.alvarez <at> openbravo.com>
Date: Tue Sep 19 12:09:50 2017 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/223dcabbf48e4d0417fbfffcb22fe18ed4e5ff1b [^]
Related to issue 36709. Detect response from return and singleBin
---
M src/org/openbravo/retail/posterminal/OrderLoader.java
M src/org/openbravo/retail/posterminal/OrderLoaderPreAddShipmentLineHook.java
A src/org/openbravo/retail/posterminal/OrderLoaderPreAddShipmentLineHook_Response.java
---
|
|
|
(0099140)
|
hgbot
|
2017-09-19 12:11
|
|
|
|
|
|