Openbravo Issue Tracking System - Retail Modules |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0034063 | Retail Modules | StoreServer | public | 2016-09-22 17:43 | 2016-12-20 16:53 |
|
Reporter | VictorVillar | |
Assigned To | mtaal | |
Priority | immediate | Severity | critical | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | | |
Merge Request Status | |
Review Assigned To | marvintm |
OBNetwork customer | OBPS |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0034063: [STORE SERVER 1791]Support offline and multi-server for Mobile Warehouse |
Description | The Mobile Warehouse module is not offline and multi-server enabled. This is visible in the functional case: you can not edit lines from picking when the store server is down. |
Steps To Reproduce | 1.- Log into Web POS
2.- Select a layaway
3.- Pay it
4.- Create the picking using Order preparation window
5.- Select the picking created through Picking window
6.- Click assign
7.- Select an employee
8.- Click Confirm All
9.- Click on edit lines |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | feature request | 0034267 | 3.0PR17Q1 | closed | mtaal | Openbravo ERP | Let the basekernelservlet handle cors requests | related to | defect | 0034268 | RR17Q1 | closed | mtaal | Retail Modules | Allow login request to be overridden by setting a login url | related to | design defect | 0034330 | RR17Q1 | closed | mtaal | Retail Modules | Support multi-server requests in a better more secure way |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2016-09-22 17:43 | VictorVillar | New Issue | |
2016-09-22 17:43 | VictorVillar | Assigned To | => StoreServer |
2016-09-22 17:43 | VictorVillar | OBNetwork customer | => Yes |
2016-09-22 17:43 | VictorVillar | Resolution time | => 1475704800 |
2016-09-22 17:43 | VictorVillar | Triggers an Emergency Pack | => No |
2016-09-25 13:13 | mtaal | Assigned To | StoreServer => mtaal |
2016-09-25 13:13 | mtaal | Note Added: 0090231 | |
2016-10-18 09:33 | mtaal | Type | defect => feature request |
2016-10-21 20:08 | mtaal | Relationship added | related to 0034267 |
2016-10-23 12:59 | mtaal | Relationship added | related to 0034268 |
2016-10-23 13:03 | mtaal | Summary | [STORE SERVER 1791]You can not edit lines from picking when the store server is down. => [STORE SERVER 1791]Support offline and multi-server for Mobile Warehouse |
2016-10-23 13:03 | mtaal | Description Updated | bug_revision_view_page.php?rev_id=13453#r13453 |
2016-10-23 13:04 | mtaal | Review Assigned To | => migueldejuana |
2016-10-23 13:05 | hgbot | Checkin | |
2016-10-23 13:05 | hgbot | Note Added: 0090793 | |
2016-10-23 13:41 | hgbot | Checkin | |
2016-10-23 13:41 | hgbot | Note Added: 0090794 | |
2016-10-23 13:41 | hgbot | Status | new => resolved |
2016-10-23 13:41 | hgbot | Resolution | open => fixed |
2016-10-23 13:41 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.warehouse/rev/3e32691c5c509740a8b10dfe395c53d46686507a [^] |
2016-10-28 10:45 | mtaal | Relationship added | related to 0034330 |
2016-12-03 01:24 | mtaal | Review Assigned To | migueldejuana => marvintm |
2016-12-20 16:52 | hgbot | Checkin | |
2016-12-20 16:52 | hgbot | Note Added: 0092864 | |
2016-12-20 16:53 | marvintm | Status | resolved => closed |
Notes |
|
(0090231)
|
mtaal
|
2016-09-25 13:13
|
|
This is caused by the fact that the mobile warehouse solution has not been designed to work even in WebPOS offline scenarios. |
|
|
(0090793)
|
hgbot
|
2016-10-23 13:05
|
|
Repository: erp/pmods/org.openbravo.mobile.warehouse
Changeset: 1fbf511148572df0c60dfd4934de82d8f5cae789
Author: Martin Taal <martin.taal <at> openbravo.com>
Date: Sun Oct 23 13:05:19 2016 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.warehouse/rev/1fbf511148572df0c60dfd4934de82d8f5cae789 [^]
Related to issue 34063: [STORE SERVER 1791]Support offline and multi-server for Mobile Warehouse
Add offline support to mobile warehouse by using and filling the appcache. Updated dependency on mobile.core
AD_MODULE_DEPENDENCY.xml: updated dependency
WarehouseComponentProvider.java: added handling of appcache component
WarehouseLoginUtilsServlet.java: return the list of servers, adds multi-server behavior to mobile warehouse
index.html: add appcache manifest
wh-terminal.js: change the login so that login request is also done multi-server and sets the servers
WarehouseApplicationCacheComponent.java: component to set the appcache
---
M src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
M src/org/openbravo/mobile/warehouse/WarehouseComponentProvider.java
M src/org/openbravo/mobile/warehouse/WarehouseLoginUtilsServlet.java
M web/org.openbravo.mobile.warehouse/index.html
M web/org.openbravo.mobile.warehouse/source/terminal/wh-terminal.js
---
|
|
|
(0090794)
|
hgbot
|
2016-10-23 13:41
|
|
|
|
(0092864)
|
hgbot
|
2016-12-20 16:52
|
|
|