-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added MDMS data for microplanning (#137)
* Added MDMS data for microplanning * Added MDMS data for microplanning
- Loading branch information
1 parent
7c1f9c0
commit 95021ab
Showing
3 changed files
with
154 additions
and
0 deletions.
There are no files selected for viewing
42 changes: 42 additions & 0 deletions
42
mdms/HCM/HCM Microplanning v0.1/JSON Data/Common UI Config/Uom.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
[ | ||
{ | ||
"name": "Percentage", | ||
"uomCode": "PERCENT" | ||
}, | ||
{ | ||
"name": "Square Meter", | ||
"uomCode": "SQM" | ||
}, | ||
{ | ||
"name": "Square Feet", | ||
"uomCode": "SFT" | ||
}, | ||
{ | ||
"name": "Centimeter", | ||
"uomCode": "CM" | ||
}, | ||
{ | ||
"name": "Kilometer", | ||
"uomCode": "KM" | ||
}, | ||
{ | ||
"name": "Meter", | ||
"uomCode": "MTR" | ||
}, | ||
{ | ||
"name": "Grams", | ||
"uomCode": "GMS" | ||
}, | ||
{ | ||
"name": "Tonne", | ||
"uomCode": "TON" | ||
}, | ||
{ | ||
"name": "Kilograms", | ||
"uomCode": "KGS" | ||
}, | ||
{ | ||
"uomCode": "NOS", | ||
"name": "Numbers" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters