Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0049099 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Retail Modules] Web POS | major | always | 2022-04-21 09:51 | 2022-04-28 09:24 | |||
Reporter | jose_duque | View Status | public | |||||
Assigned To | ranjith_qualiantech_com | |||||||
Priority | high | Resolution | fixed | Fixed in Version | RR22Q3 | |||
Status | closed | Fix in branch | Fixed in SCM revision | |||||
Projection | none | ETA | none | Target Version | ||||
OS | Linux 64 bit | Database | PostgreSQL | Java version | 7.x | |||
OS Version | Openbravo Appliance 14.04 | Database version | 9.3.x | Ant version | 1.9.x | |||
Product Version | SCM revision | |||||||
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 | 0049099: Can't create order if the business partner already exists in other orgs | |||||||
Description | Can't create order if the business partner already exists in other orgs | |||||||
Steps To Reproduce | Try to create an order with for example { "messageId": "XXXXXXXXXXXXXXXXX", "posTerminal": "YYYYY-ZZZZ", "channel": "External", "data": [{ "id": "123456789", "currency": "EUR", "step": "create", "obrdmDeliveryMode": "PickupInStore", "grossAmount": 117.80, "netAmount": 98.17, "businessPartner": "mybusinesspartner@gmail.com", "lines": [{ "product": "12345678", "qty": 2, "grossAmount": 117.80, "netAmount": 98.17, "taxAmount": 19.63, "taxLines": { "TVA 20%": { "rate": 20, "netAmount": 98.17, "taxAmount": 19.63 } } }], "taxes": { "TVA 20%": { "rate": 20, "grossAmount": 117.80, "netAmount": 98.17, "taxAmount": 19.63 } } }] } Error received: { "response": { "requestStreamConnectionTime": 1649407838136, "requestDataLoadedTime": 1649407838136, "responseDataSentTime": 1649407838136, "status": -1, "error": { "message": "Value mybusinesspartner@gmail.com does not resolve to an instance of BusinessPartner", "messageType": "Error", "title": "" }, "totalRows": 0 } } | |||||||
Tags | No tags attached. | |||||||
Attached Files | ![]() | |||||||
![]() |
|
![]() |
|
(0136781) hgbot (developer) 2022-04-27 07:06 |
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/779 [^] |
(0136828) hgbot (developer) 2022-04-28 08:11 |
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/779 [^] |
(0136829) hgbot (developer) 2022-04-28 08:11 |
Directly closing issue as related merge request is already approved. Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal [^] Changeset: 9d3b30b61bf61f6eb26e6d8c3e7ee159ac8c1739 Author: Ranjith S R <ranjith@qualiantech.com> Date: 28-04-2022 06:10:41 URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/commit/9d3b30b61bf61f6eb26e6d8c3e7ee159ac8c1739 [^] Fixed ISSUE-49099: Record should be returned in DataResolver of EOL * If DataResolver query return more than one value, then first value should be returned * DataResolver query result should be ordered by organization by least distance in natural tree list --- M src/org/openbravo/retail/posterminal/ExternalOrderLoader.java --- |
![]() |
|||
Date Modified | Username | Field | Change |
2022-04-21 09:51 | jose_duque | New Issue | |
2022-04-21 09:51 | jose_duque | Assigned To | => Retail |
2022-04-21 09:51 | jose_duque | OBNetwork customer | => OBPS |
2022-04-21 09:51 | jose_duque | Triggers an Emergency Pack | => No |
2022-04-21 09:51 | jose_duque | Issue generated from | 0049098 |
2022-04-21 11:58 | ranjith_qualiantech_com | Assigned To | Retail => ranjith_qualiantech_com |
2022-04-26 12:04 | ranjith_qualiantech_com | Status | new => scheduled |
2022-04-27 07:06 | hgbot | Merge Request Status | => open |
2022-04-27 07:06 | hgbot | Note Added: 0136781 | |
2022-04-28 08:10 | hgbot | Merge Request Status | open => approved |
2022-04-28 08:11 | hgbot | Resolution | open => fixed |
2022-04-28 08:11 | hgbot | Status | scheduled => closed |
2022-04-28 08:11 | hgbot | Note Added: 0136828 | |
2022-04-28 08:11 | hgbot | Fixed in Version | => RR22Q3 |
2022-04-28 08:11 | hgbot | Note Added: 0136829 | |
2022-04-28 09:24 | ranjith_qualiantech_com | File Added: 49099_20Q3_posterminal.diff |
Copyright © 2000 - 2009 MantisBT Group |