@openmrs/esm-stock-management-app 1.0.1-pre.442 → 1.0.1-pre.446
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/180.js +1 -1
- package/dist/180.js.map +1 -1
- package/dist/457.js +1 -0
- package/dist/457.js.map +1 -0
- package/dist/574.js +1 -1
- package/dist/main.js +1 -1
- package/dist/main.js.map +1 -1
- package/dist/openmrs-esm-stock-management-app.js +1 -1
- package/dist/openmrs-esm-stock-management-app.js.buildmanifest.json +32 -32
- package/dist/openmrs-esm-stock-management-app.js.map +1 -1
- package/dist/routes.json +1 -1
- package/package.json +1 -1
- package/src/constants.ts +5 -1
- package/src/core/components/privilages-component/privilages.component.tsx +34 -0
- package/src/core/components/privilages-component/privilages.scss +31 -0
- package/src/stock-items/add-stock-item/drug-selector/drug-selector.component.tsx +27 -12
- package/src/stock-items/add-stock-item/drug-selector/drug-selector.resource.tsx +9 -35
- package/src/stock-items/add-stock-item/stock-item-details/stock-item-details.component.tsx +6 -5
- package/src/stock-items/stock-items.resource.ts +6 -0
- package/src/stock-reports/report-list/stock-reports.component.tsx +28 -5
- package/translations/en.json +3 -2
- package/dist/699.js +0 -1
- package/dist/699.js.map +0 -1
package/translations/en.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
{
|
2
|
-
"abbreviation": "Abbreviation
|
2
|
+
"abbreviation": "Abbreviation",
|
3
3
|
"acronym": "Acronym/Code",
|
4
4
|
"action": "Actions",
|
5
5
|
"actionFrequency": "Notification Frequency (Minutes)",
|
@@ -71,7 +71,7 @@
|
|
71
71
|
"deletingstockUserScope": "Delete Stock User Scope",
|
72
72
|
"dispatch": "Dispatch",
|
73
73
|
"dispatched": "Dispatched",
|
74
|
-
"dispensingUnit": "Dispensing Unit
|
74
|
+
"dispensingUnit": "Dispensing Unit",
|
75
75
|
"dispensingUnitHolder": "Choose a dispensing unit",
|
76
76
|
"dispensingUnitName": "Dispensing UoM",
|
77
77
|
"dispensingUnitOfMeasurement": "Dispensing packaging unit of measurement:",
|
@@ -121,6 +121,7 @@
|
|
121
121
|
"Issuing": "",
|
122
122
|
"issuingNull": "No issued to display",
|
123
123
|
"item": "Item",
|
124
|
+
"itemAlreadyExists": "Item already exits",
|
124
125
|
"itemType": "Item Type",
|
125
126
|
"lcationstockitem": "Location and Stock Item",
|
126
127
|
"LeastMoving": "Least Moving",
|