Bug 1943 - Add FractionDigits to UnitOfMeasureKinds, Add AllowFractionDigits to UnitOfMeasureKindUseTypes
Summary: Add FractionDigits to UnitOfMeasureKinds, Add AllowFractionDigits to UnitOfMe...
Status: CONFIRMED
Alias: None
Product: E3
Classification: Unclassified
Component: uom (show other bugs)
Version: trunk
Hardware: All All
: P3 enhancement
Target Milestone: ---
Assignee: Richard Harms
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-27 13:27 CDT by Richard Harms
Modified: 2017-07-15 11:04 CDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Richard Harms 2013-06-27 13:27:31 CDT

    
Comment 1 Richard Harms 2013-08-01 10:45:34 CDT
trunk revisions r12460, r12461, r12462, r12463

Loading of UoM entities modified to be less restrictive on which tag attributes are passed along.
Initial data modified to add allowFractionDigits attribute to unitOfMeasureKindUseType, and fractionDigits to unitOfMeasureKind.
Data model modification completed, along with changes to UCs and TOs.
UI changes made for additional fields.
Comment 2 Richard Harms 2013-10-30 16:22:36 CDT
All changes to this point have been tagged in trunk-2013-10-31-01.
Comment 3 Richard Harms 2013-11-01 12:34:42 CDT
Used for measurements and is OK:
        <columnType type="Measure" realType="Long" />

Needs changed to Long:
        <columnType type="Quantity" realType="Integer" />

Columns of type "Time" are OK, and are treated the same as Long.
Comment 4 Richard Harms 2013-11-05 12:03:25 CST
The following UCs were altered and will need any UI code calling them updated:

CreateCustomer
CreateCustomerTypeCreditLimit
CreateCustomerWithLogin
CreateFilterAdjustmentAmount
CreateFilterAdjustmentFixedAmount
CreateItemKitMember
CreateItemPackCheckRequirement
CreateItemPrice
CreateItemUnitCustomerTypeLimit
CreateItemUnitLimit
CreateItemUnitPriceLimit
CreateOfferItemPrice
CreatePartyCreditLimit
CreatePurchaseInvoiceLine
CreateSalesOrderBatch
CreateSalesOrderLine
CreateSalesOrderPaymentPreference
CreateVendor
CreateVendorItemCost
CreateWishlistLine
EditCustomerTypeCreditLimit
EditFilterAdjustmentAmount
EditFilterAdjustmentFixedAmount
EditItemPackCheckRequirement
EditItemPrice
EditItemUnitCustomerTypeLimit
EditItemUnitLimit
EditItemUnitPriceLimit
EditOfferItemPrice
EditPartyCreditLimit
EditSalesOrderBatch
EditVendor
EditVendorItemCost
Comment 5 Richard Harms 2013-11-05 14:58:43 CST
trunk revisions r12566, r12567

Removed Quantity columnType and replaced uses of it with Measure.
Changed Currency from an Integer to a Long.
Renamed Measure columnType to Measurement.