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

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.
package/README.md CHANGED
@@ -2,4 +2,160 @@
2
2
 
3
3
  ![OpenMRS CI](https://github.com/openmrs/openmrs-esm-stock-management/actions/workflows/node.js.yml/badge.svg)
4
4
 
5
- An O3 frontend module for managing stock. It uses the [stock management backend module](https://github.com/openmrs/openmrs-module-stockmanagement).
5
+ The OpenMRS ESM Stock Management app is designed to help healthcare facilities manage inventory of medical supplies, pharmaceuticals, and other stockable items directly within OpenMRS. It facilitates accurate tracking of stock levels, stock movements, and supply chain operations. It uses the [stock management backend module](https://github.com/openmrs/openmrs-module-stockmanagement).
6
+
7
+ ## Key Features
8
+
9
+ ### Core Operations
10
+
11
+ - **Stock Management**: Comprehensive tracking of drugs, medical supplies, and commodities across multiple locations
12
+ - **Stock Operations**: Complete workflow support including:
13
+ - Stock receipts from suppliers with batch tracking
14
+ - Stock issues to locations/patients with dispatch management
15
+ - Transfers between locations
16
+ - Stock adjustments with reason codes
17
+ - Returns processing with acknowledgments
18
+ - Requisition management and fulfillment
19
+ - Stock takes for physical inventory reconciliation
20
+ - Disposal operations for expired/poor quality items
21
+
22
+ ### Dashboard & Monitoring
23
+
24
+ - **Real-time Metrics**: Live dashboard showing stock levels, alerts, and key performance indicators
25
+ - **Smart Alerts**: Automated notifications for expiring stock (6-month forecasting), out-of-stock items, and disposal requirements
26
+ - **Inventory Visibility**: Multi-location stock monitoring with historical movement tracking
27
+
28
+ ### Advanced Management
29
+
30
+ - **Batch Management**: Full batch number tracking with expiry dates and quality control
31
+ - **Packaging Units**: Support for multiple units of measure, pack sizes, and dispensing configurations
32
+ - **Stock Rules**: Automated reorder levels, minimum/maximum thresholds, and alert frequencies
33
+ - **Bulk Operations**: CSV import capabilities for large-scale stock item setup
34
+
35
+ ### Reporting & Analytics
36
+
37
+ - **Comprehensive Reports**: 15+ report types including:
38
+ - Stock forecasting and trend analysis
39
+ - Movement history and transaction reports
40
+ - Expiry forecasting and disposal tracking
41
+ - Fulfillment analysis (full/partial/none)
42
+ - Most/least moving items analytics
43
+ - **Print Capabilities**: Generate bin cards, stock cards, and operation vouchers
44
+
45
+ ### Administration
46
+
47
+ - **User Management**: Role-based permissions with location-specific access control
48
+ - **Source Management**: Supplier/vendor setup with preferred vendor assignments
49
+ - **Location Management**: Hierarchical location setup with inheritance rules
50
+ - **Workflow Controls**: Multi-step approval processes for stock operations
51
+
52
+ ### Technical Features
53
+
54
+ - **Integration**: Deep integration with OpenMRS's drug, location, and encounter models
55
+ - **Offline Support**: Operates in both online and offline modes
56
+ - **Multi-language**: Support for 40+ languages with internationalization
57
+ - **Responsive Design**: Optimized for desktop and tablet interfaces
58
+
59
+ ## Use Cases
60
+
61
+ - Monitor stock availability at health centers
62
+ - Prevent stock-outs by tracking re-order levels
63
+ - Manage inbound and outbound inventory for drugs and medical commodities
64
+ - Provide real-time stock insights to health workers and supply chain managers
65
+
66
+ ## Requirements
67
+
68
+ - OpenMRS Platform 2.x or higher
69
+ - Admin privileges to install and configure the app
70
+
71
+ ## Installation
72
+
73
+ 1. Install the [stock management backend module](https://github.com/openmrs/openmrs-module-stockmanagement) on your OpenMRS server
74
+ 2. Add the frontend module to your distribution by following the [O3 configuration, setup and deployment guide](https://openmrs.atlassian.net/wiki/x/YgabAQ)
75
+ 3. Configure initial settings:
76
+ - Set up locations for stock management
77
+ - Define stock items and sources
78
+ - Configure user roles and permissions
79
+
80
+ ## Configuration
81
+
82
+ The following configuration options are available for customization:
83
+
84
+ ### Essential Configuration Options
85
+
86
+ These must be configured to match your OpenMRS concept dictionary. These UUIDs link the stock management system to the appropriate concepts in your OpenMRS installation:
87
+
88
+ - **`packagingUnitsUUID`** - UUID of the concept set containing packaging unit options (e.g., "Box", "Bottle", "Strip"). Used when defining how stock items are packaged for storage and distribution.
89
+
90
+ - **`dispensingUnitsUUID`** - UUID of the concept set for dispensing units (e.g., "Tablet", "ml", "Capsule"). Used when dispensing stock items to patients or other locations.
91
+
92
+ - **`stockAdjustmentReasonUUID`** - UUID of the concept set containing reasons for stock adjustments (e.g., "Expired", "Damaged", "Lost", "Found"). Required for tracking why stock levels were manually adjusted.
93
+
94
+ - **`stockTakeReasonUUID`** - UUID of the concept set for stock take reasons (e.g., "Routine Count", "Audit", "Investigation"). Used during physical inventory reconciliation processes.
95
+
96
+ - **`stockSourceTypeUUID`** - UUID of the concept set defining types of stock sources (e.g., "Supplier", "Pharmacy", "Ward"). Used to categorize where stock comes from or goes to.
97
+
98
+ - **`stockItemCategoryUUID`** - UUID of the concept set for categorizing stock items (e.g., "Drug", "Medical Supply", "Laboratory Supply"). Used for organizing and filtering stock items.
99
+
100
+ ```json
101
+ {
102
+ "packagingUnitsUUID": "bce2b1af-98b1-48a2-98a2-3e4ffb3c79c2",
103
+ "dispensingUnitsUUID": "162402AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
104
+ "stockAdjustmentReasonUUID": "47f0825e-8648-47c2-b847-d3197ed6bb72",
105
+ "stockTakeReasonUUID": "47f0825e-8648-47c2-b847-d3197ed6bb72",
106
+ "stockSourceTypeUUID": "2e1e8049-9cbe-4a2d-b1e5-8a91e5d7d97d",
107
+ "stockItemCategoryUUID": "6d24eb6e-b42f-4706-ab2d-ae4472161f6a"
108
+ }
109
+ ```
110
+
111
+ ### Display & Behavior Options
112
+
113
+ - **`useItemCommonNameAsDisplay`** _(default: true)_ - When true, displays the common name of stock items in the UI. When false, displays the drug name instead. Useful for sites that prefer clinical vs. common terminology.
114
+
115
+ - **`autoPopulateResponsiblePerson`** _(default: false)_ - When enabled, automatically fills in the currently logged-in user as the responsible person for stock operations. Saves time for single-user workflows but may not be appropriate for multi-user scenarios.
116
+
117
+ - **`enablePrintButton`** _(default: true)_ - Controls whether print buttons appear in the stock management interface. Set to false if printing capabilities are not needed or if using custom printing solutions.
118
+
119
+ - **`printItemCost`** _(default: false)_ - When enabled, includes item costs on printed reports and documents. Enable only if cost information should be visible on printed materials.
120
+
121
+ - **`printBalanceOnHand`** _(default: false)_ - When enabled, includes current stock balance information on printed reports. Useful for inventory tracking but may not be needed for all report types.
122
+
123
+ ```json
124
+ {
125
+ "useItemCommonNameAsDisplay": true,
126
+ "autoPopulateResponsiblePerson": false,
127
+ "enablePrintButton": true,
128
+ "printItemCost": false,
129
+ "printBalanceOnHand": false
130
+ }
131
+ ```
132
+
133
+ ### Organization Branding
134
+
135
+ Customize the appearance of printed reports and system branding:
136
+
137
+ - **`logo.src`** - Path or URL to your organization's logo image. Will be displayed on printed reports and system headers.
138
+
139
+ - **`logo.alt`** _(default: "Logo")_ - Alternative text for the logo image, shown on hover and for accessibility.
140
+
141
+ - **`logo.name`** - Organization name displayed when the logo image is unavailable or not set.
142
+
143
+ ```json
144
+ {
145
+ "logo": {
146
+ "src": "/images/my-organization-logo.png",
147
+ "alt": "My Healthcare Organization Logo",
148
+ "name": "My Healthcare Organization"
149
+ }
150
+ }
151
+ ```
152
+
153
+ Refer to the [OpenMRS frontend configuration guide](https://openmrs.atlassian.net/wiki/x/nAP-C) for how to apply these settings.
154
+
155
+ ## Documentation
156
+
157
+ For full documentation, visit the [OpenMRS Wiki - Stock Module](https://openmrs.atlassian.net/wiki/x/zg2bAQ).
158
+
159
+ ## License
160
+
161
+ This app is released under the [MPL 2.0 license with Healthcare Disclaimer](https://openmrs.org/license).
package/dist/4300.js CHANGED
@@ -1 +1 @@
1
- "use strict";(globalThis.webpackChunk_openmrs_esm_stock_management_app=globalThis.webpackChunk_openmrs_esm_stock_management_app||[]).push([[4300],{34300:e=>{e.exports=JSON.parse('{"abbreviation":"Abbreviation","acronymOrCode":"Acronym/Code","action":"Actions","actionFrequency":"Notification Frequency (Minutes)","actions":"Actions","activeFrom":"Active From","ActiveFrom":"Active From ","activeTo":"Active To","addedRule":"Add Rule","addedSource":"Add Source","addItem":"Add stock item","addLocation":"Create new Location","addNewStockRule":"Add New Rule","addNewStockSource":"Add new source","addNewUserRoleScope":"Add new user role scope","addStockItem":"Add Stock Item","addStockOperation":"Add stock operation","addStockRule":"Add stock rule","addUserRole":"Add User role","adminSettings":"Admin settings","alertRole":"Alert Role","all":"All","approve":"Approve","batch":"Batch No","batchInformation":"Batch Information","batchJob":"Batch Job","batchJobErrorMessage":"Error creating batch job","BatchJobErrorTitle":"Batch job","BatchJobSuccess":"Batch job created successfully","batchNo":"Batch No","batchNumber":"Batch Number","bincard":"Stock Card","by":"By","cancel":"Cancel","cancelled":"Cancelled","category":"Category","checkFilters":"Check the filters above","chooseACategory":"Choose a category","chooseADestination":"Choose a destination","chooseAlertRole":"Choose an Alert Role","chooseALocation":"Choose a location","chooseAnItem":"Choose an item","chooseAPackagingUoM":"Choose a packaging UoM","chooseAReason":"Choose a reason","chooseARole":"Choose a role","chooseASource":"Choose a source","chooseLocation":"Choose the location","chooseMailRole":"Choose a Mail Role","chooseQuantityUnit":"Choose the Unit of Quantity","chooseSourceType":"Choose a source type","chooseVendor":"Choose vendor","clearSearch":"Clear search input","code":"Code","comingSoonUnderDev":"Exciting updates are on the way! In the meantime, use the link below to access Admin UI settings.","commonName":"Common Name","complete":"Complete","completed":"Completed","createLocation":"Create Location","date":"Date","dateRequested":"Date Requested","defaultStockOperationsPackagingUnit":"Default stock operations packaging unit","defaultStockOperationsUoMName":"Bulk Packaging","delete":"Delete","deleteConfirmationText":"Are you sure you want to delete this User Scope? This action can\'t be undone.","deletePackagingUnitMesaage":"Stock Item packing unit deleted Successfully","deletePackagingUnitTitle":"Delete StockItem reference","deletePackingUnitErrorTitle":"Error Deleting a stock item packing unit","deleteRule":"Delete Rule","deleteRuleConfirmationText":"Are you sure you want to delete this stock rule? This action can\'t be undone.","deleteSource":"Delete Source","deleteStock":"Delete Stock source","deleteStockItemReferenceMesaage":"StockItem reference deleted Successfully","deleteStockItemReferenceTitle":"Error Deleting a stockitem reference","deleteStockRule":"Delete Stock Rule","deleteStockUserScope":"Delete Stock User Scope","deleteUserRoleScope":"Delete user role scope","deletingRule":"Delete Rule","deletingSource":"Delete Source","deletingstockUserScope":"Delete Stock User Scope","destination":"destination","details":"Details","discard":"Discard","dispatch":"Dispatch","dispatched":"Dispatched","dispatching":"Dispatching","dispensingUnit":"Dispensing Unit","dispensingUnitHolder":"Choose a dispensing unit","dispensingUnitName":"Dispensing UoM","dispensingUnitOfMeasurement":"Dispensing packaging unit of measurement","disposedStock":"Disposed stock","doesThisTransactionRequireApproval":"Does the transaction require approval ?","drug":"Drug","editOperationTitle":"Edit {{operationType}}","editStockItem":"Edit Stock Item","editStockOperation":"Edit stock operation","editStockRule":"Edit Stock Rule","editStockSource":"Edit stock source","editUserRoleScope":"Edit user role scope","enabled":"Enabled","endDate":"End Date","ended":"Ended","enterRemarks":"Enter remarks","error":"Error","errorAddingRule":"Error adding a rule","errorAddingSource":"Error adding a source","errorAddingStockItem":"Error adding a stock Item","errorCreatingForm":"Error creating location","errorDeletingRule":"Error deleting a rule","errorDeletingSource":"Error deleting a source","errorDeletingUserScope":"Error deleting a user scope","errorEditingStockItem":"Error editing a stock Item","errorFetchingStockSourceTypes":"Error fetching stock source types","errorLoadingStockOperation":"Error loading stock operation","errorLoadingStockOperationTypes":"Error loading stock operation types","errorPrintingStockOperation":"Error printing stock operation","errorSavingForm":"Error on saving form","errorSavingUserRoleScope":"Error Saving user role scope","errorStockMetric":"Error fetching stock metrics","errorUploadingItems":"An error occurred uploading stock items","evaluationFrequency":"Frequency Check (Minutes)","executionState":"Execution State","exitMessage":"Message","expirationNotice":"Expiration Notice (days)","expired":"Expired","expiredStock":"Expired stock","expires":"Expires","expiriation":"Expiration Date","expiringStock":"Expiring stock","expiry":"Expiry","expiryNoticeDays":"Expiration Notice (days)","filter":"Filter...","filterByLocation":"Filter by Location","findItems":"Find your items","formCreated":"Add Location","from":"From","fulfillment":"Fulfillment","fullFulfillment":"Full Fulfillment","fullName":"Full Name","generatedMessage":"The card has been electronically generated and is a valid document. It was created by {{userName}} on {{date}}","genericName":"Generic Name","hasExpiration":"Does the item expire?","import":"Import","importStockItems":"Import Stock Items","in6Months":"In 6 months","includeChildLocations":"Include Child Locations","inventoryAlerts":"Inventory alerts","inventoryBy":"Inventory by","inventoryGroupBy":"Inventory group by","issuedStock":"Issued stock","issueStock":"Issue Stock ","issuing":"Issuing","item":"Item","itemAlreadyExists":"Item already exits","itemDetails":"Item Details","itemname":"Item Name","itemsAboveMax":"Items Above Max","itemsBelowMin":"Items Below Min","itemType":"Item Type","leastMoving":"Least Moving","limit":"Limit","loading":"Loading...","loading StockoperationLinks":"Loading stock operation links","loadingData":"Loading data...","loadingOperationActions":"Loading stock operation actions","loadingOperationTypes":"Loading operation types","location":"Location(s)","locationAndBatchno":"Location and Batch","locationAndStockItem":"Location and Stock Item","locationCreatedSuccessfully":"Location {{locationName}} was created successfully.","locationPlaceholder":"Add a location","locations":"Locations","mailRole":"Mail Role","manageStock":"Manage Stock","maxReorderLevelRatio":"Max reorder level ratio","mostMoving":"Most Moving","name":"Name","newOperationTitle":"New: {{operationName}}","newReport":"New Report","next":"Next","no":"No","noCommonNameAvailable":"No common name available","noData":"No data to display","noDrugNameAvailable":"No drug name available","noExpiredStockDataAvailable":"No expired stock data available.","noInventoryAlerts":"No inventory alerts to display","noIssuedStock":"No issued stock to display","noIssuedStockDataAvailable":"No issued stock data available.","noneFulfillment":"Non Fulfillment","noOperationsToDisplay":"No stock operations to display","noPrivilegesTitle":"","noReceivedStock":"No received stock to display","noReceivedStockDataAvailable":"No received stock data available.","noReportsToDisplay":"No stock reports to display","noRulesToDisplay":"No stock rules to display","noSourcesToDisplay":"No stock sources to display","noStockItemsToDisplay":"No stock items to display","noStockUserRoleScopesToDisplay":"No stock user role scopes to display","notes":"Please explain the reason:","notSet":"Not Set","noViewPrivilegesDescription":"Description: {{description}}","onlyCsvFilesAt2mbOrLess":"Only .csv files at 2MB or less","operationDate":"Operation Date","operationModalTitle":"{{title}} Operation","operationNumber":"Operation Number","operationSuccessful":"You have successfully {{title}} operation","operationSuccessTitle":"{{title}} Operation","orderLevel":"Reorder level","other":"Other","outOfStock":"Out of stock","packagingUnit":"Packaging Unit","packagingUnits":"Packaging Units","packagingUomError":"Error loading stockItemPackagingUOM name","packSize":"Pack Size","parameters":"Parameters","partialFulfillment":"Partial Fulfillment","partieserror":"Error launching base operation details form","patients":"Patients","permanent":"Permanent","pleaseFillField":"{{message}}","pleaseSpecify":"Please Specify","poorQuality":"Poor Quality","previous":"Previous","print":"Print","printbincard":"Print Stock Card","printBinCard":"Print Bin Card","printStockCard":"Print Stock Card","purchasePrice":"Purchase Price","purchasePricePackagingUnit":"Purchase price packaging unit","qty":"Qty","quantities":"Quantities","quantity":"Quantity Threshold","quantityReceived":"Quantity Received","quantitySent":"Quantity Sent","quantityUnit":"Quantity Unit","quantityUom":"Qty UoM","quantityUoM":"Quantity Unit of Measurement(UoM)","rank":"Rank","reason":"Reason","reasonError":"Error loading reasons concepts","reasonLabel":"Please explain the reason:","reasonPlaceholder":"Enter reason here","receivedItems":"Received Items","receivedStock":"Received stock","receiving":"Receiving","references":"References","refresh":"Refresh","reject":"Reject ","rejected":"Rejected","relatedStockRequisitionRequired":"Related stock requisition Required","remarks":"Remarks","removePackagingUnit":"Remove Packaging Unit","removePackagingUnitConfirmation":"Would you really like to remove the packaging unit {{name}} from the stock item?","reorderLevel":"Reorder Level","reorderLevelPackagingUnit":"Reorder level packaging unit","report":"Report","reportName":"Report","requested":"Requested","requestedBy":"Requested By","responsiblePerson":"Responsible Person","responsiblePersonError":"Error loading responsible person","return":"Return ","returned":"Returned","role":"Role","roleDescription":"The role will be applicable to only selected stock operations.","save":"Save","savePackagingUnitErrorMessage":"Error saving package unit","savePackagingUnitErrorTitle":"Package Unit","savePackingUnitMessage":"Package Unit saved successfully","savePackingUnitTitle":"Package Unit","saveReferenceTitle":"StockItem Reference","saveStockItemReferenceErrorTitle":"StockItem Reference","saveStockItemReferenceMessage":"Stock Item Reference saved successfully","search":"Search","searchStockItems":"Search stock items","searchStockOperations":"Search stock operations","searchThisList":"Search this list","selectFile":"Select file","SelectOption":"Select an option","selectSourceType":"Select Source Type","selectTags":"Select tag(s)","source":"Source","sourceType":"Source Type","startDate":"Start Date","started":"Started","status":"Status","stockAvailabilityError":"Error loading stock availability","stockIssueError":"StockIssue error","stockItem":"Stock Item","stockItemAdded":"Stock Item Added Successfully","stockItemCategory":"Stock Item Category","stockItemDetails":"Stock Item Details","stockItemEdited":"Stock Item Edited Successfully","stockItemError":"Error loading stock item","stockItems":"Stock Items","stockItemsTableHeader":"Drugs and other stock items managed by the system.","stockItemsUploadedSuccessfully":"Stock items uploaded successfully","stockManagement":"Stock management","stockOperationAdded":"Stock operation added successfully","stockOperationEdited":"Stock operation edited successfully","stockOperationError":"Error loading stock operation types","stockOperationErrorDescription":"Details: {{message}}","stockOperationErrorTitle":"Error on saving form","stockoperationItemDeleteError":"Error deleting stock operation item {{item}}","stockoperationItemDeletSuccess":"Stock operation item {{item}} deleted succesfully","stockoperationItems":"Stock operation items","stockOperations":"Stock operations","stockOperationsTableHeader":"Stock operations to track movement of stock.","stockReportsTableHeader":"List of reports requested by users.","stockRuleAddedSuccessfully":"Stock Rule Added Successfully","stockRuleDeletedSuccessfully":"Stock Rule Deleted Successfully","stockRules":"Rules","stockSource":"Stock source","stockSourceAddedSuccessfully":"Stock Source Added Successfully","stockSourceDeletedSuccessfully":"Stock Source Deleted Successfully","stockSourceDestination":"Stock source destination","stockSourcesTableHeader":"List of partners who provide stock to the facility.","stockUserRoleScopesTableHeader":"To access stock management features, users must have assigned roles specifying location and stock operation type scopes.","stockUserScopeDeletedSuccessfully":"Stock User Scope Deleted Successfully","submit":"Submit","submitAndComplete":"Submit/Complete","submitAndDispatch":"Submit/Dispatch","submitForReview":"Submit For Review","submitted":"Submitted","submittingForReview":"Submitting for review","success":"Success","successfullysaved":"You have successfully saved user role scope","timeTaken":"Time Taken","to":"To","toggleMessage":"Use the toggle to apply this scope to the locations under the selected location.","tradeName":"Trade Name","transactions":"Transactions","type":"Type","unit":"Unit","uom":"UoM","updatePackagingUnitErrorMessage":"Error updating package unit {{name}}","updatePackagingUnitErrorTitle":"Package Unit","updatePackingUnitMessage":"Package Unit {{ name }} updated successfully","updatePackingUnitTitle":"Package Unit","uploadStockItems":"Upload stock items","user":"User","viewAll":"View All","whoIsThePreferredVendor":"Who is the preferred vendor?","yes":"Yes"}')}}]);
1
+ "use strict";(globalThis.webpackChunk_openmrs_esm_stock_management_app=globalThis.webpackChunk_openmrs_esm_stock_management_app||[]).push([[4300],{34300:e=>{e.exports=JSON.parse('{"abbreviation":"Abbreviation","acronymOrCode":"Acronym/Code","action":"Actions","actionFrequency":"Notification Frequency (Minutes)","actions":"Actions","activeFrom":"Active From","ActiveFrom":"Active From ","activeTo":"Active To","addedRule":"Add Rule","addedSource":"Add Source","addItem":"Add stock item","addLocation":"Create new Location","addNewStockRule":"Add New Rule","addNewStockSource":"Add new source","addNewUserRoleScope":"Add new user role scope","addStockItem":"Add Stock Item","addStockOperation":"Add stock operation","addStockRule":"Add stock rule","addUserRole":"Add User role","adminSettings":"Admin settings","alertRole":"Alert Role","all":"All","approve":"Approve","batch":"Batch No","batchInformation":"Batch Information","batchJob":"Batch Job","batchJobErrorMessage":"Error creating batch job","BatchJobErrorTitle":"Batch job","BatchJobSuccess":"Batch job created successfully","batchNo":"Batch No","batchNumber":"Batch Number","bincard":"Stock Card","by":"By","cancel":"Cancel","cancelled":"Cancelled","category":"Category","checkFilters":"Check the filters above","chooseACategory":"Choose a category","chooseADestination":"Choose a destination","chooseAlertRole":"Choose an Alert Role","chooseALocation":"Choose a location","chooseAnItem":"Choose an item","chooseAPackagingUoM":"Choose a packaging UoM","chooseAReason":"Choose a reason","chooseARole":"Choose a role","chooseASource":"Choose a source","chooseLocation":"Choose the location","chooseMailRole":"Choose a Mail Role","chooseQuantityUnit":"Choose the Unit of Quantity","chooseSourceType":"Choose a source type","chooseVendor":"Choose vendor","clearSearch":"Clear search input","code":"Code","comingSoonUnderDev":"Exciting updates are on the way! In the meantime, use the link below to access Admin UI settings.","commonName":"Common Name","complete":"Complete","completed":"Completed","createLocation":"Create Location","date":"Date","dateRequested":"Date Requested","defaultStockOperationsPackagingUnit":"Default stock operations packaging unit","defaultStockOperationsUoMName":"Bulk Packaging","delete":"Delete","deleteConfirmationText":"Are you sure you want to delete this User Scope? This action can\'t be undone.","deletePackagingUnitMesaage":"Stock Item packing unit deleted Successfully","deletePackagingUnitTitle":"Delete StockItem reference","deletePackingUnitErrorTitle":"Error Deleting a stock item packing unit","deleteRule":"Delete Rule","deleteRuleConfirmationText":"Are you sure you want to delete this stock rule? This action can\'t be undone.","deleteSource":"Delete Source","deleteStock":"Delete Stock source","deleteStockItemReferenceMesaage":"StockItem reference deleted Successfully","deleteStockItemReferenceTitle":"Error Deleting a stockitem reference","deleteStockRule":"Delete Stock Rule","deleteStockUserScope":"Delete Stock User Scope","deleteUserRoleScope":"Delete user role scope","deletingRule":"Delete Rule","deletingSource":"Delete Source","deletingstockUserScope":"Delete Stock User Scope","destination":"destination","details":"Details","discard":"Discard","dispatch":"Dispatch","dispatched":"Dispatched","dispatching":"Dispatching","dispensingUnit":"Dispensing Unit","dispensingUnitHolder":"Choose a dispensing unit","dispensingUnitName":"Dispensing UoM","dispensingUnitOfMeasurement":"Dispensing packaging unit of measurement","disposedStock":"Disposed stock","doesThisTransactionRequireApproval":"Does the transaction require approval ?","drug":"Drug","editOperationTitle":"Edit {{operationType}}","editStockItem":"Edit Stock Item","editStockOperation":"Edit stock operation","editStockRule":"Edit Stock Rule","editStockSource":"Edit stock source","editUserRoleScope":"Edit user role scope","enabled":"Enabled","endDate":"End Date","ended":"Ended","enterRemarks":"Enter remarks","error":"Error","errorAddingRule":"Error adding a rule","errorAddingSource":"Error adding a source","errorAddingStockItem":"Error adding a stock Item","errorCreatingForm":"Error creating location","errorDeletingRule":"Error deleting a rule","errorDeletingSource":"Error deleting a source","errorDeletingUserScope":"Error deleting a user scope","errorEditingStockItem":"Error editing a stock Item","errorFetchingStockSourceTypes":"Error fetching stock source types","errorLoadingStockOperation":"Error loading stock operation","errorLoadingStockOperationTypes":"Error loading stock operation types","errorPrintingStockOperation":"Error printing stock operation","errorSavingForm":"Error on saving form","errorSavingUserRoleScope":"Error Saving user role scope","errorStockMetric":"Error fetching stock metrics","errorUploadingItems":"An error occurred uploading stock items","evaluationFrequency":"Frequency Check (Minutes)","executionState":"Execution State","exitMessage":"Message","expirationNotice":"Expiration Notice (days)","expired":"Expired","expiredStock":"Expired stock","expires":"Expires","expiriation":"Expiration Date","expiringStock":"Expiring stock","expiry":"Expiry","expiryNoticeDays":"Expiration Notice (days)","filter":"Filter...","filterByLocation":"Filter by Location","findItems":"Find your items","formCreated":"Add Location","from":"From","fulfillment":"Fulfillment","fullFulfillment":"Full Fulfillment","fullName":"Full Name","generatedMessage":"The card has been electronically generated and is a valid document. It was created by {{userName}} on {{date}}","genericName":"Generic Name","hasExpiration":"Does the item expire?","import":"Import","importStockItems":"Import Stock Items","in6Months":"In 6 months","includeChildLocations":"Include Child Locations","inventoryAlerts":"Inventory alerts","inventoryBy":"Inventory by","inventoryGroupBy":"Inventory group by","issuedStock":"Issued stock","issueStock":"Issue Stock ","issuing":"Issuing","item":"Item","itemAlreadyExists":"Item already exits","itemDetails":"Item Details","itemname":"Item Name","itemType":"Item Type","leastMoving":"Least Moving","limit":"Limit","loading":"Loading...","loading StockoperationLinks":"Loading stock operation links","loadingData":"Loading data...","loadingOperationActions":"Loading stock operation actions","loadingOperationTypes":"Loading operation types","location":"Location(s)","locationAndBatchno":"Location and Batch","locationAndStockItem":"Location and Stock Item","locationCreatedSuccessfully":"Location {{locationName}} was created successfully.","locationPlaceholder":"Add a location","locations":"Locations","mailRole":"Mail Role","manageStock":"Manage Stock","maxReorderLevelRatio":"Max reorder level ratio","mostMoving":"Most Moving","name":"Name","newOperationTitle":"New: {{operationName}}","newReport":"New Report","next":"Next","no":"No","noCommonNameAvailable":"No common name available","noData":"No data to display","noDrugNameAvailable":"No drug name available","noExpiredStockDataAvailable":"No expired stock data available.","noExpiry":"No expiry","noInventoryAlerts":"No inventory alerts to display","noIssuedStock":"No issued stock to display","noIssuedStockDataAvailable":"No issued stock data available.","noneFulfillment":"Non Fulfillment","noOperationsToDisplay":"No stock operations to display","noPrivilegesTitle":"","noReceivedStock":"No received stock to display","noReceivedStockDataAvailable":"No received stock data available.","noReportsToDisplay":"No stock reports to display","noRulesToDisplay":"No stock rules to display","noSourcesToDisplay":"No stock sources to display","noStockItemsToDisplay":"No stock items to display","noStockUserRoleScopesToDisplay":"No stock user role scopes to display","notes":"Please explain the reason:","notSet":"Not Set","noViewPrivilegesDescription":"Description: {{description}}","onlyCsvFilesAt2mbOrLess":"Only .csv files at 2MB or less","operationDate":"Operation Date","operationModalTitle":"{{title}} Operation","operationNumber":"Operation Number","operationSuccessful":"You have successfully {{title}} operation","operationSuccessTitle":"{{title}} Operation","orderLevel":"Reorder level","other":"Other","outOfStock":"Out of stock","overstockedItems":"Overstocked items","packagingUnit":"Packaging Unit","packagingUnits":"Packaging Units","packagingUomError":"Error loading stockItemPackagingUOM name","packSize":"Pack Size","parameters":"Parameters","partialFulfillment":"Partial Fulfillment","partieserror":"Error launching base operation details form","patients":"Patients","permanent":"Permanent","pleaseFillField":"{{message}}","pleaseSpecify":"Please Specify","poorQuality":"Poor Quality","previous":"Previous","print":"Print","printbincard":"Print Stock Card","printBinCard":"Print Bin Card","printStockCard":"Print Stock Card","purchasePrice":"Purchase Price","purchasePricePackagingUnit":"Purchase price packaging unit","qty":"Qty","quantities":"Quantities","quantity":"Quantity Threshold","quantityReceived":"Quantity Received","quantitySent":"Quantity Sent","quantityUnit":"Quantity Unit","quantityUom":"Qty UoM","quantityUoM":"Quantity Unit of Measurement(UoM)","rank":"Rank","reason":"Reason","reasonError":"Error loading reasons concepts","reasonLabel":"Please explain the reason:","reasonPlaceholder":"Enter reason here","receivedItems":"Received Items","receivedStock":"Received stock","receiving":"Receiving","references":"References","refresh":"Refresh","reject":"Reject ","rejected":"Rejected","relatedStockRequisitionRequired":"Related stock requisition Required","remarks":"Remarks","removePackagingUnit":"Remove Packaging Unit","removePackagingUnitConfirmation":"Would you really like to remove the packaging unit {{name}} from the stock item?","reorderLevel":"Reorder Level","reorderLevelPackagingUnit":"Reorder level packaging unit","report":"Report","reportName":"Report","requested":"Requested","requestedBy":"Requested By","responsiblePerson":"Responsible Person","responsiblePersonError":"Error loading responsible person","return":"Return ","returned":"Returned","role":"Role","roleDescription":"The role will be applicable to only selected stock operations.","save":"Save","savePackagingUnitErrorMessage":"Error saving package unit","savePackagingUnitErrorTitle":"Package Unit","savePackingUnitMessage":"Package Unit saved successfully","savePackingUnitTitle":"Package Unit","saveReferenceTitle":"StockItem Reference","saveStockItemReferenceErrorTitle":"StockItem Reference","saveStockItemReferenceMessage":"Stock Item Reference saved successfully","search":"Search","searchStockItems":"Search stock items","searchStockOperations":"Search stock operations","searchThisList":"Search this list","selectFile":"Select file","SelectOption":"Select an option","selectSourceType":"Select Source Type","selectTags":"Select tag(s)","source":"Source","sourceType":"Source Type","startDate":"Start Date","started":"Started","status":"Status","stockAvailabilityError":"Error loading stock availability","stockIssueError":"StockIssue error","stockItem":"Stock Item","stockItemAdded":"Stock Item Added Successfully","stockItemCategory":"Stock Item Category","stockItemDetails":"Stock Item Details","stockItemEdited":"Stock Item Edited Successfully","stockItemError":"Error loading stock item","stockItems":"Stock Items","stockItemsTableHeader":"Drugs and other stock items managed by the system.","stockItemsUploadedSuccessfully":"Stock items uploaded successfully","stockManagement":"Stock management","stockOperationAdded":"Stock operation added successfully","stockOperationEdited":"Stock operation edited successfully","stockOperationError":"Error loading stock operation types","stockOperationErrorDescription":"Details: {{message}}","stockOperationErrorTitle":"Error on saving form","stockoperationItemDeleteError":"Error deleting stock operation item {{item}}","stockoperationItemDeletSuccess":"Stock operation item {{item}} deleted succesfully","stockoperationItems":"Stock operation items","stockOperations":"Stock operations","stockOperationsTableHeader":"Stock operations to track movement of stock.","stockReportsTableHeader":"List of reports requested by users.","stockRuleAddedSuccessfully":"Stock Rule Added Successfully","stockRuleDeletedSuccessfully":"Stock Rule Deleted Successfully","stockRules":"Rules","stockSource":"Stock source","stockSourceAddedSuccessfully":"Stock Source Added Successfully","stockSourceDeletedSuccessfully":"Stock Source Deleted Successfully","stockSourceDestination":"Stock source destination","stockSourcesTableHeader":"List of partners who provide stock to the facility.","stockUserRoleScopesTableHeader":"To access stock management features, users must have assigned roles specifying location and stock operation type scopes.","stockUserScopeDeletedSuccessfully":"Stock User Scope Deleted Successfully","submit":"Submit","submitAndComplete":"Submit/Complete","submitAndDispatch":"Submit/Dispatch","submitForReview":"Submit For Review","submitted":"Submitted","submittingForReview":"Submitting for review","success":"Success","successfullysaved":"You have successfully saved user role scope","timeTaken":"Time Taken","to":"To","toggleMessage":"Use the toggle to apply this scope to the locations under the selected location.","tradeName":"Trade Name","transactions":"Transactions","type":"Type","understockedItems":"Understocked items","unit":"Unit","unknown":"Unknown","uom":"UoM","updatePackagingUnitErrorMessage":"Error updating package unit {{name}}","updatePackagingUnitErrorTitle":"Package Unit","updatePackingUnitMessage":"Package Unit {{ name }} updated successfully","updatePackingUnitTitle":"Package Unit","uploadStockItems":"Upload stock items","user":"User","viewAll":"View All","whoIsThePreferredVendor":"Who is the preferred vendor?","yes":"Yes"}')}}]);
@@ -660,9 +660,9 @@
660
660
  "initial": false,
661
661
  "entry": false,
662
662
  "recorded": false,
663
- "size": 13576,
663
+ "size": 13631,
664
664
  "sizes": {
665
- "javascript": 13576
665
+ "javascript": 13631
666
666
  },
667
667
  "names": [],
668
668
  "idHints": [],
@@ -674,7 +674,7 @@
674
674
  "4300.js"
675
675
  ],
676
676
  "auxiliaryFiles": [],
677
- "hash": "6b52c16ec743beae",
677
+ "hash": "c52dc4ccb1cba2d6",
678
678
  "childrenByOrder": {}
679
679
  },
680
680
  {
@@ -883,7 +883,7 @@
883
883
  "auxiliaryFiles": [
884
884
  "5125.js.map"
885
885
  ],
886
- "hash": "4a069c6bdbe7dcb4",
886
+ "hash": "998bc34b3f19b7ef",
887
887
  "childrenByOrder": {}
888
888
  },
889
889
  {
@@ -1559,7 +1559,7 @@
1559
1559
  "auxiliaryFiles": [
1560
1560
  "main.js.map"
1561
1561
  ],
1562
- "hash": "702c1cfb79969685",
1562
+ "hash": "9497ed41d6b31669",
1563
1563
  "childrenByOrder": {}
1564
1564
  },
1565
1565
  {
package/dist/routes.json CHANGED
@@ -1 +1 @@
1
- {"$schema":"https://json.openmrs.org/routes.schema.json","backendDependencies":{"fhir2":">=1.2","webservices.rest":"^2.24.0"},"extensions":[{"name":"stock-nav-menu","slot":"stock-sidebar-slot","component":"stockNavMenu","online":true,"offline":true},{"name":"overview-db-link","slot":"stock-page-dashboard-slot","component":"stockOverviewLink","meta":{"name":"overview","slot":"overview-dashboard-slot","title":"overview"},"order":0,"online":true,"offline":true},{"name":"stock-overview-db","slot":"overview-dashboard-slot","component":"stockOverview"},{"name":"operations-db-link","slot":"stock-page-dashboard-slot","component":"stockOperationsLink","meta":{"name":"operations","slot":"operations-dashboard-slot","title":"operations"},"order":2,"online":true,"offline":true},{"name":"stock-operations-db","slot":"operations-dashboard-slot","component":"stockOperations"},{"name":"items-db-link","slot":"stock-page-dashboard-slot","component":"stockItemsLink","meta":{"name":"items","slot":"items-dashboard-slot","title":"items"},"order":1,"online":true,"offline":true},{"name":"stock-items-db","slot":"items-dashboard-slot","component":"stockItems"},{"name":"user-scopes-db-link","slot":"stock-page-dashboard-slot","component":"stockUserScopesLink","meta":{"name":"user-scopes","slot":"user-scopes-dashboard-slot","title":"user-scopes"},"order":3,"online":true,"offline":true},{"name":"stock-user-scopes-db","slot":"user-scopes-dashboard-slot","component":"stockUserScopes"},{"name":"sources-db-link","slot":"stock-page-dashboard-slot","component":"stockSourcesLink","meta":{"name":"sources","slot":"sources-dashboard-slot","title":"Sources"},"order":2,"online":true,"offline":true},{"name":"stock-sources-db","slot":"sources-dashboard-slot","component":"stockSources"},{"name":"reports-db-link","slot":"stock-page-dashboard-slot","component":"stockReportsLink","meta":{"name":"reports","slot":"reports-dashboard-slot","title":"Reports"},"order":5,"online":true,"offline":true},{"name":"stock-reports-db","slot":"reports-dashboard-slot","component":"stockReports"},{"name":"settings-db-link","slot":"stock-page-dashboard-slot","component":"stockSettingsLink","meta":{"name":"settings","slot":"settings-dashboard-slot","title":"Settings"},"order":6,"online":true,"offline":true},{"name":"stock-settings-db","slot":"settings-dashboard-slot","component":"stockSettings"},{"name":"stock-management-admin-card-link","slot":"system-admin-page-card-link-slot","component":"stockManagementAdminCardLink"},{"name":"stock-management-app-menu-item","component":"stockManagementAppMenuItem","slot":"app-menu-item-slot","meta":{"name":" Stock Management"}},{"name":"delete-packaging-unit-button","component":"deletePackagingUnitButton"}],"modals":[{"name":"delete-stock-modal","component":"deleteStockModal"},{"name":"delete-stock-user-scope-modal","component":"deleteUserScopeModal"},{"name":"delete-stock-rule-modal","component":"deleteStockRuleModal"},{"name":"delete-packaging-unit-modal","component":"deletePackagingUnitModal"},{"name":"expired-stock-modal","component":"expiredStockModal"},{"name":"import-bulk-stock-items","component":"importBulkStockItemsModal"},{"name":"receiving-stock-modal","component":"receivingStockModal"},{"name":"stock-operations-modal","component":"stockOperationsModal"},{"name":"transactions-print-bincard-preview-modal","component":"transactionBincardPrintPreviewModal"},{"name":"transactions-print-stockcard-preview-modal","component":"transactionStockcardPrintPreviewModal"}],"workspaces":[{"name":"stock-operation-form-workspace","component":"stockOperationFormWorkspace","title":"Stock Operation","type":"form","canMaximize":true,"width":"extra-wide"},{"name":"stock-item-rules-form-workspace","component":"stockItemRulesFormWorkspace","title":"Stock Item Rules","type":"form"},{"name":"stock-item-form-workspace","component":"stockItemFormWorkspace","title":"Stock Items","type":"form","canMaximize":true,"width":"extra-wide"},{"name":"stock-sources-form-workspace","component":"stockSourcesFormWorkspace","title":"Stock Sources","type":"form","canMaximize":true,"width":"extra-wide"},{"name":"stock-location-form-workspace","component":"stockLocationsFormWorkspace","title":"Stock Locations","type":"form","canMaximize":true,"width":"extra-wide"},{"name":"stock-user-role-scopes-form-workspace","component":"stockUserScopesFormWorkspace","title":"User Role Scopes","type":"form","canMaximize":true,"width":"extra-wide"},{"name":"stock-reports-form-workspace","component":"stockReportsFormWorkspace","title":"Reports","type":"form","canMaximize":true,"width":"extra-wide"}],"pages":[{"component":"root","route":"stock-management"}],"version":"3.1.1-pre.1034"}
1
+ {"$schema":"https://json.openmrs.org/routes.schema.json","backendDependencies":{"fhir2":">=1.2","webservices.rest":"^2.24.0"},"extensions":[{"name":"stock-nav-menu","slot":"stock-sidebar-slot","component":"stockNavMenu","online":true,"offline":true},{"name":"overview-db-link","slot":"stock-page-dashboard-slot","component":"stockOverviewLink","meta":{"name":"overview","slot":"overview-dashboard-slot","title":"overview"},"order":0,"online":true,"offline":true},{"name":"stock-overview-db","slot":"overview-dashboard-slot","component":"stockOverview"},{"name":"operations-db-link","slot":"stock-page-dashboard-slot","component":"stockOperationsLink","meta":{"name":"operations","slot":"operations-dashboard-slot","title":"operations"},"order":2,"online":true,"offline":true},{"name":"stock-operations-db","slot":"operations-dashboard-slot","component":"stockOperations"},{"name":"items-db-link","slot":"stock-page-dashboard-slot","component":"stockItemsLink","meta":{"name":"items","slot":"items-dashboard-slot","title":"items"},"order":1,"online":true,"offline":true},{"name":"stock-items-db","slot":"items-dashboard-slot","component":"stockItems"},{"name":"user-scopes-db-link","slot":"stock-page-dashboard-slot","component":"stockUserScopesLink","meta":{"name":"user-scopes","slot":"user-scopes-dashboard-slot","title":"user-scopes"},"order":3,"online":true,"offline":true},{"name":"stock-user-scopes-db","slot":"user-scopes-dashboard-slot","component":"stockUserScopes"},{"name":"sources-db-link","slot":"stock-page-dashboard-slot","component":"stockSourcesLink","meta":{"name":"sources","slot":"sources-dashboard-slot","title":"Sources"},"order":2,"online":true,"offline":true},{"name":"stock-sources-db","slot":"sources-dashboard-slot","component":"stockSources"},{"name":"reports-db-link","slot":"stock-page-dashboard-slot","component":"stockReportsLink","meta":{"name":"reports","slot":"reports-dashboard-slot","title":"Reports"},"order":5,"online":true,"offline":true},{"name":"stock-reports-db","slot":"reports-dashboard-slot","component":"stockReports"},{"name":"settings-db-link","slot":"stock-page-dashboard-slot","component":"stockSettingsLink","meta":{"name":"settings","slot":"settings-dashboard-slot","title":"Settings"},"order":6,"online":true,"offline":true},{"name":"stock-settings-db","slot":"settings-dashboard-slot","component":"stockSettings"},{"name":"stock-management-admin-card-link","slot":"system-admin-page-card-link-slot","component":"stockManagementAdminCardLink"},{"name":"stock-management-app-menu-item","component":"stockManagementAppMenuItem","slot":"app-menu-item-slot","meta":{"name":" Stock Management"}},{"name":"delete-packaging-unit-button","component":"deletePackagingUnitButton"}],"modals":[{"name":"delete-stock-modal","component":"deleteStockModal"},{"name":"delete-stock-user-scope-modal","component":"deleteUserScopeModal"},{"name":"delete-stock-rule-modal","component":"deleteStockRuleModal"},{"name":"delete-packaging-unit-modal","component":"deletePackagingUnitModal"},{"name":"expired-stock-modal","component":"expiredStockModal"},{"name":"import-bulk-stock-items","component":"importBulkStockItemsModal"},{"name":"receiving-stock-modal","component":"receivingStockModal"},{"name":"stock-operations-modal","component":"stockOperationsModal"},{"name":"transactions-print-bincard-preview-modal","component":"transactionBincardPrintPreviewModal"},{"name":"transactions-print-stockcard-preview-modal","component":"transactionStockcardPrintPreviewModal"}],"workspaces":[{"name":"stock-operation-form-workspace","component":"stockOperationFormWorkspace","title":"Stock Operation","type":"form","canMaximize":true,"width":"extra-wide"},{"name":"stock-item-rules-form-workspace","component":"stockItemRulesFormWorkspace","title":"Stock Item Rules","type":"form"},{"name":"stock-item-form-workspace","component":"stockItemFormWorkspace","title":"Stock Items","type":"form","canMaximize":true,"width":"extra-wide"},{"name":"stock-sources-form-workspace","component":"stockSourcesFormWorkspace","title":"Stock Sources","type":"form","canMaximize":true,"width":"extra-wide"},{"name":"stock-location-form-workspace","component":"stockLocationsFormWorkspace","title":"Stock Locations","type":"form","canMaximize":true,"width":"extra-wide"},{"name":"stock-user-role-scopes-form-workspace","component":"stockUserScopesFormWorkspace","title":"User Role Scopes","type":"form","canMaximize":true,"width":"extra-wide"},{"name":"stock-reports-form-workspace","component":"stockReportsFormWorkspace","title":"Reports","type":"form","canMaximize":true,"width":"extra-wide"}],"pages":[{"component":"root","route":"stock-management"}],"version":"3.1.1-pre.1037"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openmrs/esm-stock-management-app",
3
- "version": "3.1.1-pre.1034",
3
+ "version": "3.1.1-pre.1037",
4
4
  "license": "MPL-2.0",
5
5
  "description": "Stock management microfrontend for OpenMRS 3.x",
6
6
  "browser": "dist/openmrs-esm-stock-management-app.js",
@@ -76,19 +76,19 @@ export const configSchema = {
76
76
 
77
77
  export type ConfigObject = {
78
78
  autoPopulateResponsiblePerson: boolean;
79
- enablePrintButton: boolean;
80
- printItemCost: boolean;
81
- printBalanceOnHand: boolean;
82
- packagingUnitsUUID: string;
83
- stockAdjustmentReasonUUID: string;
84
- stockSourceTypeUUID: string;
85
79
  dispensingUnitsUUID: string;
86
- stockItemCategoryUUID: string;
87
- useItemCommonNameAsDisplay: boolean;
80
+ enablePrintButton: boolean;
88
81
  logo: {
89
82
  src: string;
90
83
  alt: string;
91
84
  name: string;
92
85
  };
86
+ packagingUnitsUUID: string;
87
+ printBalanceOnHand: boolean;
88
+ printItemCost: boolean;
89
+ stockAdjustmentReasonUUID: string;
90
+ stockItemCategoryUUID: string;
91
+ stockSourceTypeUUID: string;
93
92
  stockTakeReasonUUID;
93
+ useItemCommonNameAsDisplay: boolean;
94
94
  };
@@ -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",