@openmrs/esm-billing-app 1.0.2-pre.669 → 1.0.2-pre.673
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/dist/4300.js +1 -1
- package/dist/4739.js +1 -1
- package/dist/4739.js.map +1 -1
- package/dist/8638.js +1 -1
- package/dist/8638.js.map +1 -1
- package/dist/main.js +1 -1
- package/dist/main.js.map +1 -1
- package/dist/openmrs-esm-billing-app.js.buildmanifest.json +13 -13
- package/dist/routes.json +1 -1
- package/package.json +1 -1
- package/src/billing-form/billing-form.component.tsx +109 -261
- package/src/billing-form/billing-form.scss +3 -0
- package/src/billing.resource.ts +5 -12
- package/src/types/index.ts +13 -12
- package/translations/en.json +0 -6
package/translations/en.json
CHANGED
|
@@ -54,7 +54,6 @@
|
|
|
54
54
|
"cashPointUuid": "Cash Point UUID",
|
|
55
55
|
"cashPointUuidPlaceholder": "Enter UUID",
|
|
56
56
|
"checkFilters": "Check the filters above",
|
|
57
|
-
"clearSearchInput": "Clear search input",
|
|
58
57
|
"confirmDeleteMessage": "Are you sure you want to delete this payment mode? Proceed cautiously.",
|
|
59
58
|
"createdSuccessfully": "Billable service created successfully",
|
|
60
59
|
"currentPrice": "Current price",
|
|
@@ -117,7 +116,6 @@
|
|
|
117
116
|
"noMatchingItemsToDisplay": "No matching items to display",
|
|
118
117
|
"noMatchingServicesToDisplay": "No matching services to display",
|
|
119
118
|
"noResultsFor": "No results for",
|
|
120
|
-
"noResultsFound": "No results found",
|
|
121
119
|
"noServicesToDisplay": "There are no services to display",
|
|
122
120
|
"number": "No",
|
|
123
121
|
"ok": "OK",
|
|
@@ -148,7 +146,6 @@
|
|
|
148
146
|
"printReceipt": "Print receipt",
|
|
149
147
|
"processPayment": "Process Payment",
|
|
150
148
|
"quantity": "Quantity",
|
|
151
|
-
"quantityGreaterThanZero": "Quantity must be greater than zero",
|
|
152
149
|
"quantityRequired": "Quantity is required",
|
|
153
150
|
"referenceNumber": "Reference number",
|
|
154
151
|
"save": "Save",
|
|
@@ -160,13 +157,11 @@
|
|
|
160
157
|
"searchItems": "Search items and services",
|
|
161
158
|
"searchThisTable": "Search this table",
|
|
162
159
|
"selectBillableService": "Select a billable service...",
|
|
163
|
-
"selectCategory": "Select category",
|
|
164
160
|
"selectLocation": "Select Location",
|
|
165
161
|
"selectPatientCategory": "Select patient category",
|
|
166
162
|
"selectPaymentMethod": "Select payment method",
|
|
167
163
|
"sellingAmount": "Enter selling price",
|
|
168
164
|
"sellingPrice": "Selling Price",
|
|
169
|
-
"service": "Service",
|
|
170
165
|
"serviceMetrics": "Service Metrics",
|
|
171
166
|
"serviceName": "Service Name",
|
|
172
167
|
"serviceNameExceedsLimit": "Service Name exceeds the character limit of {{MAX_NAME_LENGTH}}.",
|
|
@@ -177,7 +172,6 @@
|
|
|
177
172
|
"shortName": "Short Name",
|
|
178
173
|
"shortNameExceedsLimit": "Short Name exceeds the character limit of {{MAX_NAME_LENGTH}}.",
|
|
179
174
|
"status": "Service Status",
|
|
180
|
-
"stockItem": "Stock Item",
|
|
181
175
|
"submitting": "Submitting...",
|
|
182
176
|
"success": "Success",
|
|
183
177
|
"total": "Total",
|