Purpose: Some consortia - but not all - want all member tenants to have full visibility and access to all locations at all tenants for various workflow purposes. This needs to be configurable system-wide.
User story statement(s):
As a consortium administrator, I want to configure central ordering across member tenants so that my consortium can operate acquisitions centrally as needed
Scenarios:
Settings configuration:
Given user is in the central tenant
AND user has permission Settings (Consortia): View network ordering
When user accesses Settings - Consortium Manager
Then "Central ordering" appears under "Network ordering"
Netwrok ordering:
Given user is accessing Settings - Consortium Manager
AND user has permission Settings (Consortia): View and edit network ordering
When user selects "Central ordering"
Then “Allow user to select locations from other affiliations for central orders” option is displayed
I was thinking to store it in orders-storage, we will have new key/value pairs settings table with similar structure as in organizations-storage(like banking information enabled functionality)
Here is BE story to implement it:
Yury SaukouMarch 27, 2024 at 1:06 PM
Edited
This setting will be stored on mod-consortia, will it? If yes a BE story for mod-consortia is required. Or will the settings be included in the mod-order?
Purpose: Some consortia - but not all - want all member tenants to have full visibility and access to all locations at all tenants for various workflow purposes. This needs to be configurable system-wide.
User story statement(s):
As a consortium administrator,
I want to configure central ordering across member tenants
so that my consortium can operate acquisitions centrally as needed
Scenarios:
Settings configuration:
Given user is in the central tenant
AND user has permission Settings (Consortia): View network ordering
When user accesses Settings - Consortium Manager
Then "Central ordering" appears under "Network ordering"
Netwrok ordering:
Given user is accessing Settings - Consortium Manager
AND user has permission Settings (Consortia): View and edit network ordering
When user selects "Central ordering"
Then “Allow user to select locations from other affiliations for central orders” option is displayed