Openbravo Issue Tracking System - Retail Modules |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0033926 | Retail Modules | Web POS | public | 2016-09-08 12:34 | 2016-09-27 18:41 |
|
Reporter | daniOpenbravo | |
Assigned To | mtaal | |
Priority | high | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 30 | OS Version | 14.04 |
Product Version | | |
Target Version | | Fixed in Version | RR16Q4 | |
Merge Request Status | |
Review Assigned To | Sandrahuguet |
OBNetwork customer | |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0033926: [STORE SERVER] Business partners are not updated when editing them in Web POS. |
Description | If we edit business partner name in Web POS, once we save this modification, the ticket still shows previous business partner name. |
Steps To Reproduce | 1. Log in backend and create a new business partner.
2. Activate Remote Customer preference.
3. Log in Web POS.
4. Search the business partner that we have created before and add it to the ticket.
5. Once it has been added, click on it and, selecting "Advanced filters" press on "Edit" button.
6. In Edit pop-up, modify the name of business partner and save it.
7. Check that, although it has correctly saved in backend, in Web POS previous name still appears so it is not updated. |
Proposed Solution | |
Additional Information | |
Tags | SER-QA |
Relationships | related to | defect | 0035998 | | closed | migueldejuana | Javascript error editing the current customer on remote mode, using Terminal Authentication |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2016-09-08 12:34 | daniOpenbravo | New Issue | |
2016-09-08 12:34 | daniOpenbravo | Assigned To | => mtaal |
2016-09-08 12:34 | daniOpenbravo | Resolution time | => 1473890400 |
2016-09-08 12:34 | daniOpenbravo | Triggers an Emergency Pack | => No |
2016-09-08 16:42 | daniOpenbravo | Summary | [HGVOL] Business partners are not updated when editing them in Web POS. => [STORE SERVER] Business partners are not updated when editing them in Web POS. |
2016-09-08 16:42 | daniOpenbravo | Tag Attached: SER-QA | |
2016-09-19 23:45 | hgbot | Checkin | |
2016-09-19 23:45 | hgbot | Note Added: 0090091 | |
2016-09-19 23:45 | hgbot | Status | new => resolved |
2016-09-19 23:45 | hgbot | Resolution | open => fixed |
2016-09-19 23:45 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/c7609896cb418d5f6a32497d46fc6abd033cde79 [^] |
2016-09-21 17:07 | daniOpenbravo | Note Added: 0090138 | |
2016-09-22 17:50 | VictorVillar | Note Added: 0090176 | |
2016-09-22 17:50 | VictorVillar | Status | resolved => new |
2016-09-22 17:50 | VictorVillar | Resolution | fixed => open |
2016-09-24 13:37 | hgbot | Checkin | |
2016-09-24 13:37 | hgbot | Note Added: 0090218 | |
2016-09-24 13:37 | hgbot | Status | new => resolved |
2016-09-24 13:37 | hgbot | Resolution | open => fixed |
2016-09-24 13:37 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/c7609896cb418d5f6a32497d46fc6abd033cde79 [^] => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/efb6596576a894d6d16d3a582253d490a460f66f [^] |
2016-09-25 11:56 | mtaal | Review Assigned To | => Sandrahuguet |
2016-09-27 18:41 | Sandrahuguet | Note Added: 0090309 | |
2016-09-27 18:41 | Sandrahuguet | Status | resolved => closed |
2016-09-27 18:41 | Sandrahuguet | Fixed in Version | => RR16Q4 |
2017-05-16 16:28 | migueldejuana | Relationship added | related to 0035998 |
Notes |
|
(0090091)
|
hgbot
|
2016-09-19 23:45
|
|
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: c7609896cb418d5f6a32497d46fc6abd033cde79
Author: Martin Taal <martin.taal <at> openbravo.com>
Date: Mon Sep 19 23:45:16 2016 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/c7609896cb418d5f6a32497d46fc6abd033cde79 [^]
Fixes issue 33926: [STORE SERVER] Business partners are not updated when editing them in Web POS.
Save the changed bp/bploc in the local database and also refresh buttons
Fixes issue 34023: JSON error unexpected token in remote BP data when saving address through customer
Serialize json in the correct way
---
M web/org.openbravo.retail.posterminal/js/data/datacustomeraddrsave.js
M web/org.openbravo.retail.posterminal/js/data/datacustomersave.js
---
|
|
|
|
I can still reproduce it following issue steps. |
|
|
|
|
|
(0090218)
|
hgbot
|
2016-09-24 13:37
|
|
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: efb6596576a894d6d16d3a582253d490a460f66f
Author: Martin Taal <martin.taal <at> openbravo.com>
Date: Sat Sep 24 13:37:23 2016 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/efb6596576a894d6d16d3a582253d490a460f66f [^]
Fixes issue 33926: [STORE SERVER] Business partners are not updated when editing them in Web POS.
Change the location of setting the bp in the order and updating the display so that easier to merge
with but branch
---
M web/org.openbravo.retail.posterminal/js/data/datacustomersave.js
---
|
|
|
|
|