Openbravo Issue Tracking System - POS2
View Issue Details
0051494POS2POSpublic2023-01-17 12:372023-05-02 15:59
meriem_azaf 
meriem_azaf 
normalmajorhave not tried
closedfixed 
5
 
23Q1.2 
No
0051494: Touchpoint type availability in Schemas
In this project we will add the ability to restrict the availability of the schemas of an organization depending on the touchpoint type.

-> In organization window -> Tab schemas a new field (label: Terminal type availability, Type: combo) will be added with three options:

1- All.

2- Only those defined.

3- All excluding defined.

-> Connected with “Schemas” tab a new Tab (3th level) will be added (Name. Terminal type availability). In this tab user will be able to select terminal types which are defined on its organization or in organizations above the current organization. Registers on this tab will mean different things (inclusion or exclusion) based on the value of the combo explained above.

Note: if value selected in the combo is ALL → Display logic should be added to hide subtab “Terminal type availability“ when ALL is selected in parent tab
-
No tags attached.
blocks feature request 0051386 closed meriem_azaf Touchpoint type availability in Schemas 
Issue History
2023-01-30 11:09guilleaerTypefeature request => backport
2023-01-30 11:09guilleaerTarget Version => 23Q1
2023-02-03 10:07hgbotNote Added: 0146236
2023-02-09 15:45hgbotNote Added: 0146320
2023-02-09 15:45hgbotNote Added: 0146321
2023-02-22 11:41marvintmTarget Version23Q1 => 23Q1.1
2023-03-28 18:44AugustoMauchTarget Version23Q1.1 => 23Q1.2
2023-05-02 15:59AugustoMauchStatusscheduled => resolved
2023-05-02 15:59AugustoMauchResolutionopen => fixed
2023-05-02 15:59AugustoMauchStatusresolved => closed

Notes
(0146236)
hgbot   
2023-02-03 10:07   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/1506 [^]
(0146320)
hgbot   
2023-02-09 15:45   
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2 [^]
Changeset: e04162d36fb5d036da893e7bbf22faff642c09ef
Author: Meriem Azaf <meriem.azaf@openbravo.com>
Date: 09-02-2023 15:42:54
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/e04162d36fb5d036da893e7bbf22faff642c09ef [^]

FR-51494: Touchpoint type availability in Schemas

In this project we will add the ability to restrict the availability of the schemas of an organization depending on the touchpoint type.

- Create a new table "obpos2_org_schema_touchtype".

- Create a new column "touchpoint_Type_Selection" in the table "obpos2_org_schema".

- Create a new field/element "terminal type availability" on "the Organization -> Schema tab" as a reference list "All/Included/Excluded List".

- Create a new tab "touchpoint type" under "Organization -> Schema".

- Update the "schema.java" to only the relevant schemas are sent to the frontend according to the terminal type.

---
A src-db/database/model/tables/OBPOS2_ORG_SCHEMA_TOUCHTYPE.xml
M src-db/database/model/tables/OBPOS2_ORG_SCHEMA.xml
M src-db/database/sourcedata/AD_COLUMN.xml
M src-db/database/sourcedata/AD_ELEMENT.xml
M src-db/database/sourcedata/AD_FIELD.xml
M src-db/database/sourcedata/AD_TAB.xml
M src-db/database/sourcedata/AD_TABLE.xml
M src/org/openbravo/pos2/term/Schema.java
---
(0146321)
hgbot   
2023-02-09 15:45   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/1506 [^]