[jira] [Created] (OFBIZ-10953) have CurrencyDimension have a dimensionId that is based on the natural key

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

[jira] [Created] (OFBIZ-10953) have CurrencyDimension have a dimensionId that is based on the natural key

Nicolas Malin (Jira)
Pierre Smits created OFBIZ-10953:
------------------------------------

             Summary: have CurrencyDimension have a dimensionId that is based on the natural key
                 Key: OFBIZ-10953
                 URL: https://issues.apache.org/jira/browse/OFBIZ-10953
             Project: OFBiz
          Issue Type: Bug
          Components: bi
    Affects Versions: Trunk, Release Branch 17.12, Release Branch 18.12
            Reporter: Pierre Smits
            Assignee: Pierre Smits


Currently the record sequencer (delegator.getNextSeqId) is used to determine the dimensionId for the CurrencyDimension. This is unnecessary as the uomId from the UOM table can be used for currency.


It also makes it easier to set the foreign-key in fact tables by generating it based on the date provided, than by retrieving the dimensionId based on a retrieval through the getDimensionIdFromNaturalKey service.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)