@openmrs/esm-stock-management-app 3.1.1-pre.1034 → 3.1.1-pre.1039

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (83) hide show
  1. package/README.md +157 -1
  2. package/dist/1119.js +1 -1
  3. package/dist/1197.js +1 -1
  4. package/dist/2146.js +1 -1
  5. package/dist/2690.js +1 -1
  6. package/dist/3099.js +1 -1
  7. package/dist/3584.js +1 -1
  8. package/dist/4055.js +1 -1
  9. package/dist/4132.js +1 -1
  10. package/dist/4300.js +1 -1
  11. package/dist/4335.js +1 -1
  12. package/dist/4618.js +1 -1
  13. package/dist/4652.js +1 -1
  14. package/dist/4944.js +1 -1
  15. package/dist/5173.js +1 -1
  16. package/dist/5241.js +1 -1
  17. package/dist/5442.js +1 -1
  18. package/dist/5661.js +1 -1
  19. package/dist/6022.js +1 -1
  20. package/dist/6468.js +1 -1
  21. package/dist/6679.js +1 -1
  22. package/dist/6840.js +1 -1
  23. package/dist/6859.js +1 -1
  24. package/dist/7097.js +1 -1
  25. package/dist/7159.js +1 -1
  26. package/dist/723.js +1 -1
  27. package/dist/7617.js +1 -1
  28. package/dist/795.js +1 -1
  29. package/dist/8163.js +1 -1
  30. package/dist/8349.js +1 -1
  31. package/dist/8618.js +1 -1
  32. package/dist/890.js +1 -1
  33. package/dist/9214.js +1 -1
  34. package/dist/9538.js +1 -1
  35. package/dist/9569.js +1 -1
  36. package/dist/986.js +1 -1
  37. package/dist/9879.js +1 -1
  38. package/dist/9895.js +1 -1
  39. package/dist/9900.js +1 -1
  40. package/dist/9913.js +1 -1
  41. package/dist/openmrs-esm-stock-management-app.js.buildmanifest.json +119 -119
  42. package/dist/routes.json +1 -1
  43. package/package.json +1 -1
  44. package/src/config-schema.ts +8 -8
  45. package/translations/am.json +4 -2
  46. package/translations/ar.json +4 -2
  47. package/translations/ar_SY.json +4 -2
  48. package/translations/bn.json +4 -2
  49. package/translations/de.json +4 -2
  50. package/translations/en.json +4 -2
  51. package/translations/en_US.json +4 -2
  52. package/translations/es.json +4 -2
  53. package/translations/es_MX.json +4 -2
  54. package/translations/fr.json +4 -2
  55. package/translations/he.json +4 -2
  56. package/translations/hi.json +4 -2
  57. package/translations/hi_IN.json +4 -2
  58. package/translations/id.json +4 -2
  59. package/translations/it.json +4 -2
  60. package/translations/ka.json +4 -2
  61. package/translations/km.json +4 -2
  62. package/translations/ku.json +4 -2
  63. package/translations/ky.json +4 -2
  64. package/translations/lg.json +4 -2
  65. package/translations/ne.json +4 -2
  66. package/translations/pl.json +4 -2
  67. package/translations/pt.json +4 -2
  68. package/translations/pt_BR.json +4 -2
  69. package/translations/qu.json +4 -2
  70. package/translations/ro_RO.json +4 -2
  71. package/translations/ru_RU.json +4 -2
  72. package/translations/si.json +4 -2
  73. package/translations/sw.json +4 -2
  74. package/translations/sw_KE.json +4 -2
  75. package/translations/tr.json +4 -2
  76. package/translations/tr_TR.json +4 -2
  77. package/translations/uk.json +4 -2
  78. package/translations/uz.json +4 -2
  79. package/translations/uz@Latn.json +4 -2
  80. package/translations/uz_UZ.json +4 -2
  81. package/translations/vi.json +4 -2
  82. package/translations/zh.json +4 -2
  83. package/translations/zh_CN.json +4 -2
@@ -154,8 +154,6 @@
154
154
  "itemAlreadyExists": "Item already exits",
155
155
  "itemDetails": "Item Details",
156
156
  "itemname": "Item Name",
157
- "itemsAboveMax": "Items Above Max",
158
- "itemsBelowMin": "Items Below Min",
159
157
  "itemType": "Item Type",
160
158
  "leastMoving": "Least Moving",
161
159
  "limit": "Limit",
@@ -183,6 +181,7 @@
183
181
  "noData": "No data to display",
184
182
  "noDrugNameAvailable": "No drug name available",
185
183
  "noExpiredStockDataAvailable": "No expired stock data available.",
184
+ "noExpiry": "No expiry",
186
185
  "noInventoryAlerts": "No inventory alerts to display",
187
186
  "noIssuedStock": "No issued stock to display",
188
187
  "noIssuedStockDataAvailable": "No issued stock data available.",
@@ -208,6 +207,7 @@
208
207
  "orderLevel": "Reorder level",
209
208
  "other": "Other",
210
209
  "outOfStock": "Out of stock",
210
+ "overstockedItems": "Overstocked items",
211
211
  "packagingUnit": "Packaging Unit",
212
212
  "packagingUnits": "Packaging Units",
213
213
  "packagingUomError": "Error loading stockItemPackagingUOM name",
@@ -331,7 +331,9 @@
331
331
  "tradeName": "Trade Name",
332
332
  "transactions": "Transactions",
333
333
  "type": "Type",
334
+ "understockedItems": "Understocked items",
334
335
  "unit": "Unit",
336
+ "unknown": "Unknown",
335
337
  "uom": "UoM",
336
338
  "updatePackagingUnitErrorMessage": "Error updating package unit {{name}}",
337
339
  "updatePackagingUnitErrorTitle": "Package Unit",
@@ -154,8 +154,6 @@
154
154
  "itemAlreadyExists": "Item already exits",
155
155
  "itemDetails": "Item Details",
156
156
  "itemname": "Item Name",
157
- "itemsAboveMax": "Items Above Max",
158
- "itemsBelowMin": "Items Below Min",
159
157
  "itemType": "Item Type",
160
158
  "leastMoving": "Least Moving",
161
159
  "limit": "Limit",
@@ -183,6 +181,7 @@
183
181
  "noData": "No data to display",
184
182
  "noDrugNameAvailable": "No drug name available",
185
183
  "noExpiredStockDataAvailable": "No expired stock data available.",
184
+ "noExpiry": "No expiry",
186
185
  "noInventoryAlerts": "No inventory alerts to display",
187
186
  "noIssuedStock": "No issued stock to display",
188
187
  "noIssuedStockDataAvailable": "No issued stock data available.",
@@ -208,6 +207,7 @@
208
207
  "orderLevel": "Reorder level",
209
208
  "other": "Other",
210
209
  "outOfStock": "Out of stock",
210
+ "overstockedItems": "Overstocked items",
211
211
  "packagingUnit": "Packaging Unit",
212
212
  "packagingUnits": "Packaging Units",
213
213
  "packagingUomError": "Error loading stockItemPackagingUOM name",
@@ -331,7 +331,9 @@
331
331
  "tradeName": "Trade Name",
332
332
  "transactions": "Transactions",
333
333
  "type": "Type",
334
+ "understockedItems": "Understocked items",
334
335
  "unit": "Unit",
336
+ "unknown": "Unknown",
335
337
  "uom": "UoM",
336
338
  "updatePackagingUnitErrorMessage": "Error updating package unit {{name}}",
337
339
  "updatePackagingUnitErrorTitle": "Package Unit",
@@ -154,8 +154,6 @@
154
154
  "itemAlreadyExists": "Item already exits",
155
155
  "itemDetails": "Item Details",
156
156
  "itemname": "Item Name",
157
- "itemsAboveMax": "Items Above Max",
158
- "itemsBelowMin": "Items Below Min",
159
157
  "itemType": "Item Type",
160
158
  "leastMoving": "Least Moving",
161
159
  "limit": "Limit",
@@ -183,6 +181,7 @@
183
181
  "noData": "No data to display",
184
182
  "noDrugNameAvailable": "No drug name available",
185
183
  "noExpiredStockDataAvailable": "No expired stock data available.",
184
+ "noExpiry": "No expiry",
186
185
  "noInventoryAlerts": "No inventory alerts to display",
187
186
  "noIssuedStock": "No issued stock to display",
188
187
  "noIssuedStockDataAvailable": "No issued stock data available.",
@@ -208,6 +207,7 @@
208
207
  "orderLevel": "Reorder level",
209
208
  "other": "Other",
210
209
  "outOfStock": "Out of stock",
210
+ "overstockedItems": "Overstocked items",
211
211
  "packagingUnit": "Packaging Unit",
212
212
  "packagingUnits": "Packaging Units",
213
213
  "packagingUomError": "Error loading stockItemPackagingUOM name",
@@ -331,7 +331,9 @@
331
331
  "tradeName": "Trade Name",
332
332
  "transactions": "Transactions",
333
333
  "type": "Type",
334
+ "understockedItems": "Understocked items",
334
335
  "unit": "Unit",
336
+ "unknown": "Unknown",
335
337
  "uom": "UoM",
336
338
  "updatePackagingUnitErrorMessage": "Error updating package unit {{name}}",
337
339
  "updatePackagingUnitErrorTitle": "Package Unit",
@@ -154,8 +154,6 @@
154
154
  "itemAlreadyExists": "商品已存在",
155
155
  "itemDetails": "Item Details",
156
156
  "itemname": "Item Name",
157
- "itemsAboveMax": "大于最大值的项目",
158
- "itemsBelowMin": "小于最小值的项目",
159
157
  "itemType": "商品类型",
160
158
  "leastMoving": "移动最少",
161
159
  "limit": "限制",
@@ -183,6 +181,7 @@
183
181
  "noData": "无数据可显示",
184
182
  "noDrugNameAvailable": "No drug name available",
185
183
  "noExpiredStockDataAvailable": "No expired stock data available.",
184
+ "noExpiry": "No expiry",
186
185
  "noInventoryAlerts": "No inventory alerts to display",
187
186
  "noIssuedStock": "No issued stock to display",
188
187
  "noIssuedStockDataAvailable": "No issued stock data available.",
@@ -208,6 +207,7 @@
208
207
  "orderLevel": "重新订购级别:",
209
208
  "other": "其他",
210
209
  "outOfStock": "Out of stock",
210
+ "overstockedItems": "Overstocked items",
211
211
  "packagingUnit": "包装单位",
212
212
  "packagingUnits": "包装单位",
213
213
  "packagingUomError": "Error loading stockItemPackagingUOM name",
@@ -331,7 +331,9 @@
331
331
  "tradeName": "贸易名称",
332
332
  "transactions": "交易",
333
333
  "type": "类型",
334
+ "understockedItems": "Understocked items",
334
335
  "unit": "Unit",
336
+ "unknown": "Unknown",
335
337
  "uom": "UoM",
336
338
  "updatePackagingUnitErrorMessage": "更新包裹单元 {{name}} 时出错",
337
339
  "updatePackagingUnitErrorTitle": "包裹单元",
@@ -154,8 +154,6 @@
154
154
  "itemAlreadyExists": "Item already exits",
155
155
  "itemDetails": "Item Details",
156
156
  "itemname": "Item Name",
157
- "itemsAboveMax": "Items Above Max",
158
- "itemsBelowMin": "Items Below Min",
159
157
  "itemType": "Item Type",
160
158
  "leastMoving": "Least Moving",
161
159
  "limit": "Limit",
@@ -183,6 +181,7 @@
183
181
  "noData": "No data to display",
184
182
  "noDrugNameAvailable": "No drug name available",
185
183
  "noExpiredStockDataAvailable": "No expired stock data available.",
184
+ "noExpiry": "No expiry",
186
185
  "noInventoryAlerts": "No inventory alerts to display",
187
186
  "noIssuedStock": "No issued stock to display",
188
187
  "noIssuedStockDataAvailable": "No issued stock data available.",
@@ -208,6 +207,7 @@
208
207
  "orderLevel": "Reorder level",
209
208
  "other": "Other",
210
209
  "outOfStock": "Out of stock",
210
+ "overstockedItems": "Overstocked items",
211
211
  "packagingUnit": "Packaging Unit",
212
212
  "packagingUnits": "Packaging Units",
213
213
  "packagingUomError": "Error loading stockItemPackagingUOM name",
@@ -331,7 +331,9 @@
331
331
  "tradeName": "Trade Name",
332
332
  "transactions": "Transactions",
333
333
  "type": "Type",
334
+ "understockedItems": "Understocked items",
334
335
  "unit": "Unit",
336
+ "unknown": "Unknown",
335
337
  "uom": "UoM",
336
338
  "updatePackagingUnitErrorMessage": "Error updating package unit {{name}}",
337
339
  "updatePackagingUnitErrorTitle": "Package Unit",