@openmrs/esm-stock-management-app 3.0.1-pre.893 → 3.0.1-pre.897

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 (60) hide show
  1. package/.tx/config +11 -0
  2. package/dist/0.js +1 -1
  3. package/dist/0.js.map +1 -1
  4. package/dist/119.js +1 -1
  5. package/dist/119.js.map +1 -1
  6. package/dist/152.js +1 -1
  7. package/dist/152.js.map +1 -1
  8. package/dist/226.js +1 -1
  9. package/dist/226.js.map +1 -1
  10. package/dist/235.js +1 -1
  11. package/dist/235.js.map +1 -1
  12. package/dist/27.js +1 -1
  13. package/dist/27.js.map +1 -1
  14. package/dist/278.js +1 -1
  15. package/dist/278.js.map +1 -1
  16. package/dist/299.js +1 -1
  17. package/dist/299.js.map +1 -1
  18. package/dist/33.js +1 -1
  19. package/dist/33.js.map +1 -1
  20. package/dist/339.js +1 -1
  21. package/dist/339.js.map +1 -1
  22. package/dist/426.js +2 -0
  23. package/dist/426.js.map +1 -0
  24. package/dist/444.js +1 -1
  25. package/dist/444.js.map +1 -1
  26. package/dist/467.js +1 -1
  27. package/dist/467.js.map +1 -1
  28. package/dist/501.js +1 -1
  29. package/dist/501.js.map +1 -1
  30. package/dist/574.js +1 -1
  31. package/dist/675.js +1 -1
  32. package/dist/675.js.map +1 -1
  33. package/dist/703.js +1 -1
  34. package/dist/703.js.map +1 -1
  35. package/dist/93.js +1 -1
  36. package/dist/93.js.map +1 -1
  37. package/dist/main.js +1 -1
  38. package/dist/main.js.map +1 -1
  39. package/dist/openmrs-esm-stock-management-app.js +1 -1
  40. package/dist/openmrs-esm-stock-management-app.js.buildmanifest.json +53 -53
  41. package/dist/routes.json +1 -1
  42. package/package.json +1 -1
  43. package/src/stock-items/stock-items-table.component.tsx +3 -3
  44. package/src/stock-items/stock-items-table.scss +5 -0
  45. package/src/stock-operations/stock-operations-table.component.tsx +3 -2
  46. package/src/stock-operations/stock-operations-table.scss +5 -0
  47. package/src/stock-reports/report-list/stock-reports.component.tsx +1 -3
  48. package/src/stock-reports/report-list/stock-reports.scss +5 -0
  49. package/src/stock-settings/stock-settings.component.tsx +4 -4
  50. package/src/stock-settings/stock-settings.scss +2 -2
  51. package/src/stock-sources/stock-sources-items-table.component.tsx +4 -3
  52. package/src/stock-sources/stock-sources-items-table.test.tsx +33 -9
  53. package/src/stock-sources/stock-sources.scss +5 -0
  54. package/src/stock-user-role-scopes/add-stock-user-scope/add-stock-user-role-scope.workspace.tsx +1 -1
  55. package/src/stock-user-role-scopes/stock-user-role-scopes-items-table.component.tsx +3 -4
  56. package/src/stock-user-role-scopes/stock-user-role-scopes.scss +5 -0
  57. package/translations/en.json +8 -8
  58. package/dist/734.js +0 -2
  59. package/dist/734.js.map +0 -1
  60. /package/dist/{734.js.LICENSE.txt → 426.js.LICENSE.txt} +0 -0
@@ -212,7 +212,6 @@
212
212
  "packagingUnits": "Packaging Units",
213
213
  "packagingUomError": "Error loading stockItemPackagingUOM name",
214
214
  "packSize": "Pack Size",
215
- "panelDescription": "To access stock management features, users must have assigned roles specifying location and stock operation type scopes.",
216
215
  "parameters": "Parameters",
217
216
  "partialFulfillment": "Partial Fulfillment",
218
217
  "partieserror": "Error launching base operation details form",
@@ -255,7 +254,6 @@
255
254
  "reorderLevel": "Reorder Level",
256
255
  "reorderLevelPackagingUnit": "Reorder level packaging unit",
257
256
  "report": "Report",
258
- "ReportDescription": "List of reports requested by users",
259
257
  "reportName": "Report",
260
258
  "requested": "Requested",
261
259
  "requestedBy": "Requested By",
@@ -295,9 +293,9 @@
295
293
  "stockItemEdited": "Stock Item Edited Successfully",
296
294
  "stockItemError": "Error loading stock item",
297
295
  "stockItems": "Stock Items",
296
+ "stockItemsTableHeader": "Drugs and other stock items managed by the system.",
298
297
  "stockItemsUploadedSuccessfully": "Stock items uploaded successfully",
299
- "stockManagement": "Stock Management",
300
- "stockOperation": "Stock Operations",
298
+ "stockManagement": "Stock management",
301
299
  "stockOperationAdded": "Stock operation added successfully",
302
300
  "stockOperationEdited": "Stock operation edited successfully",
303
301
  "stockOperationError": "Error loading stock operation types",
@@ -306,8 +304,9 @@
306
304
  "stockoperationItemDeleteError": "Error deleting stock operation item {{item}}",
307
305
  "stockoperationItemDeletSuccess": "Stock operation item {{item}} deleted succesfully",
308
306
  "stockoperationItems": "Stock operation items",
309
- "stockOperations": "Stock Operations",
310
- "stockOperationTrackMovement": "Stock operations to track movement of stock.",
307
+ "stockOperations": "Stock operations",
308
+ "stockOperationsTableHeader": "Stock operations to track movement of stock.",
309
+ "stockReportsTableHeader": "List of reports requested by users.",
311
310
  "stockRuleAddedSuccessfully": "Stock Rule Added Successfully",
312
311
  "stockRuleDeletedSuccessfully": "Stock Rule Deleted Successfully",
313
312
  "stockRules": "Rules",
@@ -315,6 +314,8 @@
315
314
  "stockSourceAddedSuccessfully": "Stock Source Added Successfully",
316
315
  "stockSourceDeletedSuccessfully": "Stock Source Deleted Successfully",
317
316
  "stockSourceDestination": "Stock source destination",
317
+ "stockSourcesTableHeader": "List of partners who provide stock to the facility.",
318
+ "stockUserRoleScopesTableHeader": "To access stock management features, users must have assigned roles specifying location and stock operation type scopes.",
318
319
  "stockUserScopeDeletedSuccessfully": "Stock User Scope Deleted Successfully",
319
320
  "submit": "Submit",
320
321
  "submitAndComplete": "Submit/Complete",
@@ -324,7 +325,6 @@
324
325
  "submittingForReview": "Submitting for review",
325
326
  "success": "Success",
326
327
  "successfullysaved": "You have successfully saved user role scope",
327
- "tabletOverlay": "Tablet overlay",
328
328
  "timeTaken": "Time Taken",
329
329
  "to": "To",
330
330
  "toggleMessage": "Use the toggle to apply this scope to the locations under the selected location.",
@@ -337,7 +337,7 @@
337
337
  "updatePackagingUnitErrorTitle": "Package Unit",
338
338
  "updatePackingUnitMessage": "Package Unit {{ name }} updated successfully",
339
339
  "updatePackingUnitTitle": "Package Unit",
340
- "uploadStockItems": "Upload StockItems",
340
+ "uploadStockItems": "Upload stock items",
341
341
  "user": "User",
342
342
  "view": "View",
343
343
  "viewAll": "View All",