Openbravo Issue Tracking System - Retail Modules |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0048103 | Retail Modules | Web POS | public | 2021-11-18 14:10 | 2021-12-16 08:47 |
|
Reporter | dromero | |
Assigned To | ranjith_qualiantech_com | |
Priority | normal | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | RR21Q4.1 | |
Target Version | | Fixed in Version | RR22Q1 | |
Merge Request Status | approved |
Review Assigned To | |
OBNetwork customer | OBPS |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0048103: Problem with displaying/editing customer 21q4.1 |
Description | Explanatory video:
https://watch.screencastify.com/v/2rA3M0TM3BUQ96pZVpI0 [^]
Reproduced on:
https://livebuilds.openbravo.com/retail_mp_3.0RR21Q4.1/web/org.openbravo.retail.posterminal/?terminal=VBS-1#retail.pointofsale [^] |
Steps To Reproduce | Steps to reproduce:
1.- Create a Business Partner and assign a Contact
2.- Remove First and Last name in user associated with above Business Partner
3.- Go to WEB POS, select the customer created, and click on View Details, where we see that it does not show any information |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2021-11-18 14:10 | dromero | New Issue | |
2021-11-18 14:10 | dromero | Assigned To | => Retail |
2021-11-18 14:10 | dromero | Regression date | => 2021-12-02 |
2021-11-18 14:10 | dromero | Triggers an Emergency Pack | => No |
2021-11-18 14:26 | Practics | Issue Monitored: Practics | |
2021-11-29 19:26 | dromero | Note Added: 0133403 | |
2021-12-01 10:41 | ranjith_qualiantech_com | Assigned To | Retail => ranjith_qualiantech_com |
2021-12-01 11:51 | ranjith_qualiantech_com | Status | new => scheduled |
2021-12-02 16:42 | ivazquez | OBNetwork customer | => OBPS |
2021-12-02 16:42 | ivazquez | Regression date | 2021-12-02 => |
2021-12-06 16:26 | ivazquez | Note Added: 0133506 | |
2021-12-07 11:02 | ranjith_qualiantech_com | Steps to Reproduce Updated | bug_revision_view_page.php?rev_id=23383#r23383 |
2021-12-09 07:03 | hgbot | Merge Request Status | => open |
2021-12-09 07:03 | hgbot | Note Added: 0133523 | |
2021-12-09 09:12 | marvintm | Note Added: 0133539 | |
2021-12-09 09:12 | hgbot | Merge Request Status | open => approved |
2021-12-09 09:12 | hgbot | Resolution | open => fixed |
2021-12-09 09:12 | hgbot | Status | scheduled => closed |
2021-12-09 09:12 | hgbot | Fixed in Version | => RR22Q1 |
2021-12-09 09:12 | hgbot | Note Added: 0133540 | |
2021-12-09 09:12 | hgbot | Note Added: 0133541 | |
2021-12-09 16:41 | Practics | Note Added: 0133578 | |
2021-12-15 13:21 | ranjith_qualiantech_com | Status | closed => new |
2021-12-15 13:21 | ranjith_qualiantech_com | Resolution | fixed => open |
2021-12-15 13:21 | ranjith_qualiantech_com | Fixed in Version | RR22Q1 => |
2021-12-16 06:38 | hgbot | Note Added: 0133746 | |
2021-12-16 07:01 | ranjith_qualiantech_com | Status | new => scheduled |
2021-12-16 08:47 | hgbot | Resolution | open => fixed |
2021-12-16 08:47 | hgbot | Status | scheduled => closed |
2021-12-16 08:47 | hgbot | Fixed in Version | => RR22Q1 |
2021-12-16 08:47 | hgbot | Note Added: 0133751 | |
2021-12-16 08:47 | hgbot | Note Added: 0133752 | |
Notes |
|
(0133403)
|
dromero
|
2021-11-29 19:26
|
|
|
|
|
Hello Team,
Will you have any news?
Regards,
Ignacio Vazquez |
|
|
(0133523)
|
hgbot
|
2021-12-09 07:03
|
|
|
|
|
Normally the first and last name columns should be set. In case they are not, then we assume it is not necessary to properly separate the first and last name information. Therefore, our fix just use whatever the contact information has as "first name", and ignore the last name. The first name will then be reset in the backend whenever the customer is updated from the POS. |
|
|
(0133540)
|
hgbot
|
2021-12-09 09:12
|
|
|
|
(0133541)
|
hgbot
|
2021-12-09 09:12
|
|
|
|
|
Hi
The second part of the issue that we indicated in our video remains to be resolved, if you remove the contact from the customer.
The customer gets on the POS, you look for it, you go to the details and nothing comes out in the name field.
It should be a triple coalesce
add(new HQLProperty("coalesce(ulist.firstName, ulist.name, bp.name)", "firstName")); |
|
|
(0133746)
|
hgbot
|
2021-12-16 06:38
|
|
|
|
(0133751)
|
hgbot
|
2021-12-16 08:47
|
|
|
|
(0133752)
|
hgbot
|
2021-12-16 08:47
|
|
|