Done
Pinned fields
Click on the next to a field label to start pinning.
Details
Details
Assignee
Paweł Gesek
Paweł GesekReporter
Chongsun Ahn
Chongsun AhnStory Points
5
Time tracking
3d logged
Components
Sprint
None
Fix versions
Priority
Time Assistant
Time Assistant
Created November 17, 2016 at 10:58 PM
Updated June 22, 2017 at 9:01 PM
Resolved December 6, 2016 at 10:14 AM
For fulfillment, there needs to be configuration for fulfillment to an external ERP (external fill) in order to process an Order. The Fulfillment Service would use this setting to know how to start an external fill process (with order file templates and FTP).
There is a question whether these settings would be global for the system, or per program (a program might use a local warehouse network, another program might use external logistics), or per warehouse (one warehouse fulfills in-house, another uses external), or potentially both?
For now, until we have a clearer understanding of the business requirements, we will assume that Configuration settings are per warehouse. There do seem to be some similar configuration in v2 for this (see FacilityFtpDetails and related classes), so we might be able to reuse the functionality from that.
Acceptance Criteria
If the system already has a way to manage configuration settings (ConfigurationSettingService?) that fulfills requirements, use it; otherwise, design a way to store and manage these settings (might potentially use the design from v2)
Add any bootstrap/demo data as necessary