Merge pull request #1391 from CrypticaScriptura/mkd-bills
feat: add MKD, update GTQ
This commit is contained in:
commit
d97bd3d77e
1 changed files with 20 additions and 7 deletions
|
|
@ -155,15 +155,14 @@ export default {
|
||||||
GTQ: {
|
GTQ: {
|
||||||
thickness: 0x0c,
|
thickness: 0x0c,
|
||||||
lengths: {
|
lengths: {
|
||||||
1: [0xa0, 0x96],
|
5: [0xa3, 0x99],
|
||||||
5: [0xa0, 0x96],
|
10: [0xa1, 0x97],
|
||||||
10: [0xa0, 0x96],
|
20: [0xa3, 0x99],
|
||||||
20: [0xa0, 0x96],
|
50: [0xa1, 0x97],
|
||||||
50: [0xa0, 0x96],
|
|
||||||
100: [0xa1, 0x97],
|
100: [0xa1, 0x97],
|
||||||
200: [0xa0, 0x96]
|
200: [0xa1, 0x97]
|
||||||
},
|
},
|
||||||
polymer: true
|
polymer: false
|
||||||
},
|
},
|
||||||
HKD: {
|
HKD: {
|
||||||
thickness: 0x0d,
|
thickness: 0x0d,
|
||||||
|
|
@ -252,6 +251,20 @@ export default {
|
||||||
},
|
},
|
||||||
polymer: false
|
polymer: false
|
||||||
},
|
},
|
||||||
|
MKD: {
|
||||||
|
thickness: 0x0c,
|
||||||
|
lengths: {
|
||||||
|
10: [0x91, 0x87],
|
||||||
|
50: [0x94, 0x8a],
|
||||||
|
100: [0x97, 0x8d],
|
||||||
|
200: [0x95, 0x8b],
|
||||||
|
500: [0x9a, 0x90],
|
||||||
|
1000: [0x9d, 0x93],
|
||||||
|
2000: [0x9d, 0x93],
|
||||||
|
5000: [0xa0, 0x96]
|
||||||
|
},
|
||||||
|
polymer: true
|
||||||
|
},
|
||||||
MXN: {
|
MXN: {
|
||||||
thickness: 0x0c,
|
thickness: 0x0c,
|
||||||
lengths: {
|
lengths: {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue