-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathuom.yaml
95 lines (86 loc) · 1.35 KB
/
uom.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
#
# Unit of Measure Data
# The Section is the OpenTHC Canonical Code
#
#
# Count/Each
018NY6XC00U0M000EAGT35VC2F:
code: "ea"
name: "Each"
type: "Count"
biotrack: true
metrc: true
#
# SI Grams
018NY6XC00U0M0000GPA0N95TS:
code: g
name: "Gram"
type: "Weight"
biotrack: true
leafdata: true
# this is so stupid
leafdata_code: "gm"
metrc: true
#
# Kilograms
018NY6XC00U0M000KG01FP2QV6:
code: "kg"
name: "Kilogram"
type: "Weight"
biotrack: true
leafdata: false
metrc: true
#
# Milligrams
018NY6XC00U0M000MGB9VKB8AF:
code: "mg"
name: "Milligram"
type: "Weight"
biotrack: true
leafdata: false
metrc: true
#
# US Pounds
018NY6XC00U0M000LB7KMEWMT8:
code: "lb"
name: "Pound (US)"
type: "Weight"
biotrack: true
leafdata: false
metrc: true
# BioTrack Supported
# METRC Not Supported
018NY6XC00U0M000MLVD8BK7A0:
code: "ml"
name: "Millilitre"
type: "Volume"
biotrack: true
leafdata: false
metrc: false
#
#
018NY6XC00U0M0000LYASS0QG8:
code: "l"
name: "Litre"
type: "Volume"
biotrack: false
leafdata: false
metrc: false
#
# US Ounces
018NY6XC00U0M0000ZCPPJ3R55:
code: "oz"
name: "Ounce (US)"
type: "Weight"
biotrack: true
leafdata: false
metrc: true
#
#
018NY6XC00U0M0FL0ZY95E80TR:
code: "fl oz"
name: "Fluid Ounce (US)"
type: "Volume"
biotrack: false
leafdata: false
metrc: true