Openbravo Issue Tracking System - POS2 |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0057334 | POS2 | POS | public | 2024-10-02 12:29 | 2024-11-30 08:57 |
|
Reporter | fermin_ostivar | |
Assigned To | Rajesh_18 | |
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | pi | |
Target Version | 24Q3.3 | Fixed in Version | 24Q3.3 | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | |
Support ticket | |
Regression level | Production - QA Approved |
Regression date | 2024-08-14 |
Regression introduced in release | main |
Regression introduced by commit | https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/111409aa501e50d733b8b0c375a2bcbd071ad192 [^] |
Triggers an Emergency Pack | No |
|
Summary | 0057334: Sales Representative removed when a product is added |
Description | The Sales Representative selected is removed when a product is added to the order. |
Steps To Reproduce | [BOS]
At TouchPoint Type level:
Sales Representative in New Orders * -> Keep it blank
Sales Representative is Mandatory -> False
[POS]
Login
Select a "Sales Representative"
Add a Product
The sales representative is removed from the order |
Proposed Solution | Do not remove the sales representative from the order |
Additional Information | |
Tags | No tags attached. |
Relationships | blocks | defect | 0056621 | | closed | Rajesh_18 | Sales Representative removed when a product is added |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2024-11-29 12:51 | marvintm | Type | defect => backport |
2024-11-29 12:51 | marvintm | Target Version | => 24Q3.3 |
2024-11-30 07:12 | hgbot | Note Added: 0172792 | |
2024-11-30 07:13 | hgbot | Note Added: 0172793 | |
2024-11-30 08:57 | hgbot | Note Added: 0172803 | |
2024-11-30 08:57 | hgbot | Note Added: 0172804 | |
2024-11-30 08:57 | hgbot | Resolution | open => fixed |
2024-11-30 08:57 | hgbot | Status | scheduled => closed |
2024-11-30 08:57 | hgbot | Fixed in Version | => 24Q3.3 |
2024-11-30 08:57 | hgbot | Note Added: 0172805 | |
2024-11-30 08:57 | hgbot | Note Added: 0172806 | |
Notes |
|
(0172792)
|
hgbot
|
2024-11-30 07:12
|
|
|
|
(0172793)
|
hgbot
|
2024-11-30 07:13
|
|
|
|
(0172803)
|
hgbot
|
2024-11-30 08:57
|
|
|
|
(0172804)
|
hgbot
|
2024-11-30 08:57
|
|
|
|
(0172805)
|
hgbot
|
2024-11-30 08:57
|
|
|
|
(0172806)
|
hgbot
|
2024-11-30 08:57
|
|
Directly closing issue as related merge request is already approved.
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2 [^]
Changeset: ab0f2d115e9e8e9521f71926beda159b43436deb
Author: Rajesh Senthilkumar <rajesh@qualiantech.com>
Date: 30-11-2024 11:38:03
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/ab0f2d115e9e8e9521f71926beda159b43436deb [^]
Fixed ISSUE-57334: Sales Representative is set based on the configuration
---
A web-jspack/org.openbravo.pos2/src/model/ticket/actions/setTicketHeaderAndLineWithSalesRepresentative.js
M web-jspack/org.openbravo.pos2/src/model/ticket/TicketExtension.js
M web-jspack/org.openbravo.pos2/src/model/ticket/__test__/AddProductActionPreparation.test.js
M web-jspack/org.openbravo.pos2/src/model/ticket/actions/AddProductActionPreparation.js
M web-jspack/org.openbravo.pos2/src/model/ticket/actions/SetDefaultSalesRepresentative.js
R web-jspack/org.openbravo.pos2/src/model/ticket/actions/ReturnVerifiedTicketHooks.js
R web-jspack/org.openbravo.pos2/src/model/ticket/actions/__test__/ReturnVerifiedTicketHooks.test.js
---
|
|