Openbravo Issue Tracking System - POS2 |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0052540 | POS2 | POS | public | 2023-05-24 03:34 | 2023-06-12 09:36 |
|
Reporter | hcurbelo | |
Assigned To | hcurbelo | |
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | 23Q3 | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0052540: SALES REPRESENTATIVE : Display only sellers and managers of the store |
Description | The current flag “Is Sales Representative” inside the Business Partner table (C_BPartner) should be moved to the User table (AD_User). A module script is also needed to move the value of this flag in existing instances. |
Steps To Reproduce | There should be a way to display/edit in the POS the “Sales Representative” at both header and lines level, based on permissions. Add a new field “Sales Representative” in both “Receipt Properties” and “Receipt Line Properties”
Add two new User Actions (one for the header and another one for the lines) to let define permissions to determine which users can change the “Sales Representative”. |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | Screenshot 2023-05-23 at 20.34.29.png (256,320) 2023-05-24 03:34 https://issues.openbravo.com/file_download.php?file_id=18568&type=bug
|
|
Issue History |
Date Modified | Username | Field | Change |
2023-05-24 03:34 | hcurbelo | New Issue | |
2023-05-24 03:34 | hcurbelo | Assigned To | => Triage Platform Base |
2023-05-24 03:34 | hcurbelo | File Added: Screenshot 2023-05-23 at 20.34.29.png | |
2023-05-24 03:34 | hcurbelo | Triggers an Emergency Pack | => No |
2023-05-24 16:41 | hgbot | Note Added: 0150235 | |
2023-05-24 16:45 | hgbot | Note Added: 0150236 | |
2023-05-29 16:36 | marvintm | Assigned To | Triage Platform Base => Retail |
2023-05-29 16:36 | marvintm | Category | Core => POS |
2023-05-31 07:27 | guillermogil | Assigned To | Retail => hcurbelo |
2023-05-31 07:28 | guillermogil | Status | new => scheduled |
2023-06-02 08:34 | hgbot | Resolution | open => fixed |
2023-06-02 08:34 | hgbot | Status | scheduled => closed |
2023-06-02 08:34 | hgbot | Fixed in Version | => PR23Q3 |
2023-06-02 08:34 | hgbot | Note Added: 0150633 | |
2023-06-02 08:34 | hgbot | Note Added: 0150636 | |
2023-06-02 08:34 | hgbot | Note Added: 0150637 | |
2023-06-02 08:35 | hgbot | Fixed in Version | PR23Q3 => 23Q3 |
2023-06-02 08:35 | hgbot | Note Added: 0150638 | |
2023-06-02 08:35 | hgbot | Note Added: 0150639 | |
2023-06-02 08:35 | hgbot | Note Added: 0150640 | |
2023-06-02 08:35 | hgbot | Note Added: 0150641 | |
2023-06-02 08:35 | hgbot | Note Added: 0150642 | |
2023-06-02 09:07 | hgbot | Note Added: 0150645 | |
2023-06-02 09:50 | hgbot | Note Added: 0150647 | |
2023-06-02 09:52 | hgbot | Note Added: 0150648 | |
2023-06-02 09:53 | hgbot | Note Added: 0150649 | |
2023-06-02 09:59 | hgbot | Note Added: 0150650 | |
2023-06-12 09:36 | hgbot | Note Added: 0151020 | |
Notes |
|
(0150235)
|
hgbot
|
2023-05-24 16:41
|
|
|
|
(0150236)
|
hgbot
|
2023-05-24 16:45
|
|
|
|
(0150633)
|
hgbot
|
2023-06-02 08:34
|
|
Directly closing issue as related merge request is already approved.
Repository: https://gitlab.com/openbravo/product/openbravo [^]
Changeset: dac51401ceeed6542a145e0d50749dc1b3c83028
Author: HECTOR CURBELO BARRIOS <HECTOR.CURBELO@SMFCONSULTING.ES>
Date: 02-06-2023 08:33:52
URL: https://gitlab.com/openbravo/product/openbravo/-/commit/dac51401ceeed6542a145e0d50749dc1b3c83028 [^]
Fixed ISSUE-52540 Sales Representative Display only sellers and managers of the store
---
A src-util/modulescript/build/classes/org/openbravo/modulescript/PopulateUserSalesRepresentative.class
A src-util/modulescript/build/classes/org/openbravo/modulescript/PopulateUserSalesRepresentativeData.class
A src-util/modulescript/src/org/openbravo/modulescript/PopulateUserSalesRepresentative.java
A src-util/modulescript/src/org/openbravo/modulescript/PopulateUserSalesRepresentative_data.xsql
M src-db/database/model/tables/AD_USER.xml
M src-db/database/sourcedata/AD_COLUMN.xml
M src-db/database/sourcedata/AD_FIELD.xml
---
|
|
|
(0150636)
|
hgbot
|
2023-06-02 08:34
|
|
Directly closing issue as related merge request is already approved.
Repository: https://gitlab.com/openbravo/product/openbravo [^]
Changeset: 5fc02fb63cd6aa54fa91996e7fb3897436022892
Author: Antonio Moreno <antonio.moreno@openbravo.com>
Date: 02-06-2023 08:34:30
URL: https://gitlab.com/openbravo/product/openbravo/-/commit/5fc02fb63cd6aa54fa91996e7fb3897436022892 [^]
Fixed ISSUE-52540: Merge branch 'fr/52540'
---
A src-util/modulescript/build/classes/org/openbravo/modulescript/PopulateUserSalesRepresentative.class
A src-util/modulescript/build/classes/org/openbravo/modulescript/PopulateUserSalesRepresentativeData.class
A src-util/modulescript/src/org/openbravo/modulescript/PopulateUserSalesRepresentative.java
A src-util/modulescript/src/org/openbravo/modulescript/PopulateUserSalesRepresentative_data.xsql
M src-db/database/model/tables/AD_USER.xml
M src-db/database/sourcedata/AD_COLUMN.xml
M src-db/database/sourcedata/AD_FIELD.xml
---
|
|
|
(0150637)
|
hgbot
|
2023-06-02 08:34
|
|
|
|
(0150638)
|
hgbot
|
2023-06-02 08:35
|
|
|
|
(0150639)
|
hgbot
|
2023-06-02 08:35
|
|
|
|
(0150640)
|
hgbot
|
2023-06-02 08:35
|
|
|
|
(0150641)
|
hgbot
|
2023-06-02 08:35
|
|
|
|
(0150642)
|
hgbot
|
2023-06-02 08:35
|
|
|
|
(0150645)
|
hgbot
|
2023-06-02 09:07
|
|
|
|
(0150647)
|
hgbot
|
2023-06-02 09:50
|
|
|
|
(0150648)
|
hgbot
|
2023-06-02 09:52
|
|
|
|
(0150649)
|
hgbot
|
2023-06-02 09:53
|
|
|
|
(0150650)
|
hgbot
|
2023-06-02 09:59
|
|
|
|
(0151020)
|
hgbot
|
2023-06-12 09:36
|
|
|