Login  Register

[jira] [Created] (OFBIZ-11961) Refactor hardcoded shipping integration service references to make them configurable

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options Options
Embed post
Permalink
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

[jira] [Created] (OFBIZ-11961) Refactor hardcoded shipping integration service references to make them configurable

Nicolas Malin (Jira)
106048 posts
Mridul Pathak created OFBIZ-11961:
-------------------------------------

             Summary: Refactor hardcoded shipping integration service references to make them configurable
                 Key: OFBIZ-11961
                 URL: https://issues.apache.org/jira/browse/OFBIZ-11961
             Project: OFBiz
          Issue Type: Improvement
          Components: product/facility
    Affects Versions: Trunk
            Reporter: Mridul Pathak
            Assignee: Mridul Pathak


Introduce a new entity “ProductStoreShipmentSettings” to configure available shipping gateway services for shipping carriers at product store level. To begin with the entity could have following fields,
1. productStoreId (pk)
2. carrierPartyId (pk)
3. shipmentServiceEnumId (pk)
4. shipmentService
5. shipmentGatewayConfigId (Ideally this field should become party of this new entity, though it is currently supported in ProductStoreShipmentMeth entity)
 
Mailing List Reference: https://lists.apache.org/thread.html/rde6be39555b09af27e4e53f57788c98d0928a1569c3f92578ba44b6d%40%3Cdev.ofbiz.apache.org%3E



--
This message was sent by Atlassian Jira
(v8.3.4#803005)