@openmrs/esm-billing-app 1.0.2-pre.775 → 1.0.2-pre.779
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/1119.js +1 -1
- package/dist/1197.js +1 -1
- package/dist/2146.js +1 -1
- package/dist/2690.js +1 -1
- package/dist/3099.js +1 -1
- package/dist/3584.js +1 -1
- package/dist/4055.js +1 -1
- package/dist/4132.js +1 -1
- package/dist/4335.js +1 -1
- package/dist/4618.js +1 -1
- package/dist/4652.js +1 -1
- package/dist/4944.js +1 -1
- package/dist/5173.js +1 -1
- package/dist/5241.js +1 -1
- package/dist/5442.js +1 -1
- package/dist/5661.js +1 -1
- package/dist/6022.js +1 -1
- package/dist/6468.js +1 -1
- package/dist/6679.js +1 -1
- package/dist/6840.js +1 -1
- package/dist/6859.js +1 -1
- package/dist/7097.js +1 -1
- package/dist/7159.js +1 -1
- package/dist/723.js +1 -1
- package/dist/7617.js +1 -1
- package/dist/795.js +1 -1
- package/dist/8163.js +1 -1
- package/dist/8349.js +1 -1
- package/dist/8618.js +1 -1
- package/dist/890.js +1 -1
- package/dist/9214.js +1 -1
- package/dist/9538.js +1 -1
- package/dist/9569.js +1 -1
- package/dist/986.js +1 -1
- package/dist/9879.js +1 -1
- package/dist/9895.js +1 -1
- package/dist/9900.js +1 -1
- package/dist/9913.js +1 -1
- package/dist/main.js +1 -1
- package/dist/openmrs-esm-billing-app.js +1 -1
- package/dist/openmrs-esm-billing-app.js.buildmanifest.json +117 -117
- package/dist/routes.json +1 -1
- package/package.json +1 -1
- package/translations/am.json +11 -4
- package/translations/ar.json +11 -4
- package/translations/ar_SY.json +11 -4
- package/translations/bn.json +11 -4
- package/translations/de.json +11 -4
- package/translations/en_US.json +11 -4
- package/translations/es.json +11 -4
- package/translations/es_MX.json +11 -4
- package/translations/fr.json +11 -4
- package/translations/he.json +11 -4
- package/translations/hi.json +11 -4
- package/translations/hi_IN.json +11 -4
- package/translations/id.json +11 -4
- package/translations/it.json +11 -4
- package/translations/ka.json +11 -4
- package/translations/km.json +11 -4
- package/translations/ku.json +11 -4
- package/translations/ky.json +11 -4
- package/translations/lg.json +11 -4
- package/translations/ne.json +11 -4
- package/translations/pl.json +11 -4
- package/translations/pt.json +11 -4
- package/translations/pt_BR.json +11 -4
- package/translations/qu.json +11 -4
- package/translations/ro_RO.json +11 -4
- package/translations/ru_RU.json +11 -4
- package/translations/si.json +11 -4
- package/translations/sw.json +11 -4
- package/translations/sw_KE.json +11 -4
- package/translations/tr.json +11 -4
- package/translations/tr_TR.json +11 -4
- package/translations/uk.json +11 -4
- package/translations/uz.json +11 -4
- package/translations/uz@Latn.json +11 -4
- package/translations/uz_UZ.json +11 -4
- package/translations/vi.json +11 -4
- package/translations/zh.json +11 -4
- package/translations/zh_CN.json +11 -4
package/translations/pl.json
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
{
|
|
2
|
-
"action": "Action",
|
|
3
2
|
"add": "Add",
|
|
4
3
|
"addBill": "Add bill item(s)",
|
|
5
4
|
"addBillableServices": "Add Billable Services",
|
|
@@ -11,7 +10,6 @@
|
|
|
11
10
|
"addPaymentMethod": "Add payment method",
|
|
12
11
|
"addPaymentMode": "Add Payment Mode",
|
|
13
12
|
"addPaymentOption": "Add payment option",
|
|
14
|
-
"addPaymentOptions": "Add payment option",
|
|
15
13
|
"amount": "Amount",
|
|
16
14
|
"amountDue": "Amount Due",
|
|
17
15
|
"amountMustBePositive": "Amount must be greater than 0",
|
|
@@ -75,7 +73,7 @@
|
|
|
75
73
|
"discountAmount": "Discount Amount",
|
|
76
74
|
"editBillableService": "Edit billable service",
|
|
77
75
|
"editBillableServices": "Edit Billable Services",
|
|
78
|
-
"editBillLineItem": "Edit bill line item
|
|
76
|
+
"editBillLineItem": "Edit bill line item",
|
|
79
77
|
"editThisBillItem": "Edit this bill item",
|
|
80
78
|
"enterAmount": "Enter amount",
|
|
81
79
|
"enterConcept": "Associated concept",
|
|
@@ -112,6 +110,10 @@
|
|
|
112
110
|
"itemsToBeBilled": "Items to be billed",
|
|
113
111
|
"launchBillForm": "Launch bill form",
|
|
114
112
|
"lineItems": "Line items",
|
|
113
|
+
"lineItemUpdated": "Line item updated",
|
|
114
|
+
"lineItemUpdateErrorDefault": "Unable to update the bill line item. Please try again.",
|
|
115
|
+
"lineItemUpdateFailed": "Failed to update line item",
|
|
116
|
+
"lineItemUpdateSuccess": "The bill line item has been updated successfully",
|
|
115
117
|
"loading": "Loading data...",
|
|
116
118
|
"loadingBillInfo": "Loading bill information...",
|
|
117
119
|
"loadingBillingServices": "Loading billing services...",
|
|
@@ -157,12 +159,18 @@
|
|
|
157
159
|
"price": "Unit Price",
|
|
158
160
|
"priceIsRequired": "Price is required",
|
|
159
161
|
"priceMustBeGreaterThanZero": "Price must be greater than 0",
|
|
162
|
+
"priceMustBeNumber": "Price must be a valid number",
|
|
163
|
+
"priceMustBePositive": "Price must be greater than 0",
|
|
160
164
|
"priceMustBeValidPositiveNumber": "Price must be a valid positive number",
|
|
161
165
|
"prices": "Prices",
|
|
162
166
|
"printBill": "Print bill",
|
|
163
167
|
"printReceipt": "Print receipt",
|
|
164
168
|
"processPayment": "Process Payment",
|
|
165
169
|
"quantity": "Quantity",
|
|
170
|
+
"quantityCannotExceed100": "Quantity cannot exceed 100",
|
|
171
|
+
"quantityMustBeAtLeastOne": "Quantity must be at least 1",
|
|
172
|
+
"quantityMustBeInteger": "Quantity must be a whole number",
|
|
173
|
+
"quantityMustBeNumber": "Quantity must be a valid number",
|
|
166
174
|
"quantityRequired": "Quantity is required",
|
|
167
175
|
"referenceNumber": "Reference number",
|
|
168
176
|
"remove": "Remove",
|
|
@@ -182,7 +190,6 @@
|
|
|
182
190
|
"selectPaymentMethodRequired": "Please select a payment method for all items",
|
|
183
191
|
"selectPaymentMode": "Select payment mode",
|
|
184
192
|
"selectServiceType": "Select service type",
|
|
185
|
-
"sellingAmount": "Enter selling price",
|
|
186
193
|
"sellingPrice": "Selling Price",
|
|
187
194
|
"serviceMetrics": "Service Metrics",
|
|
188
195
|
"serviceName": "Service Name",
|
package/translations/pt.json
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
{
|
|
2
|
-
"action": "Action",
|
|
3
2
|
"add": "Add",
|
|
4
3
|
"addBill": "Add bill item(s)",
|
|
5
4
|
"addBillableServices": "Add Billable Services",
|
|
@@ -11,7 +10,6 @@
|
|
|
11
10
|
"addPaymentMethod": "Add payment method",
|
|
12
11
|
"addPaymentMode": "Add Payment Mode",
|
|
13
12
|
"addPaymentOption": "Add payment option",
|
|
14
|
-
"addPaymentOptions": "Add payment option",
|
|
15
13
|
"amount": "Amount",
|
|
16
14
|
"amountDue": "Amount Due",
|
|
17
15
|
"amountMustBePositive": "Amount must be greater than 0",
|
|
@@ -75,7 +73,7 @@
|
|
|
75
73
|
"discountAmount": "Discount Amount",
|
|
76
74
|
"editBillableService": "Edit billable service",
|
|
77
75
|
"editBillableServices": "Edit Billable Services",
|
|
78
|
-
"editBillLineItem": "Edit bill line item
|
|
76
|
+
"editBillLineItem": "Edit bill line item",
|
|
79
77
|
"editThisBillItem": "Edit this bill item",
|
|
80
78
|
"enterAmount": "Enter amount",
|
|
81
79
|
"enterConcept": "Associated concept",
|
|
@@ -112,6 +110,10 @@
|
|
|
112
110
|
"itemsToBeBilled": "Items to be billed",
|
|
113
111
|
"launchBillForm": "Launch bill form",
|
|
114
112
|
"lineItems": "Line items",
|
|
113
|
+
"lineItemUpdated": "Line item updated",
|
|
114
|
+
"lineItemUpdateErrorDefault": "Unable to update the bill line item. Please try again.",
|
|
115
|
+
"lineItemUpdateFailed": "Failed to update line item",
|
|
116
|
+
"lineItemUpdateSuccess": "The bill line item has been updated successfully",
|
|
115
117
|
"loading": "Loading data...",
|
|
116
118
|
"loadingBillInfo": "Loading bill information...",
|
|
117
119
|
"loadingBillingServices": "Loading billing services...",
|
|
@@ -157,12 +159,18 @@
|
|
|
157
159
|
"price": "Unit Price",
|
|
158
160
|
"priceIsRequired": "Price is required",
|
|
159
161
|
"priceMustBeGreaterThanZero": "Price must be greater than 0",
|
|
162
|
+
"priceMustBeNumber": "Price must be a valid number",
|
|
163
|
+
"priceMustBePositive": "Price must be greater than 0",
|
|
160
164
|
"priceMustBeValidPositiveNumber": "Price must be a valid positive number",
|
|
161
165
|
"prices": "Prices",
|
|
162
166
|
"printBill": "Print bill",
|
|
163
167
|
"printReceipt": "Print receipt",
|
|
164
168
|
"processPayment": "Process Payment",
|
|
165
169
|
"quantity": "Quantity",
|
|
170
|
+
"quantityCannotExceed100": "Quantity cannot exceed 100",
|
|
171
|
+
"quantityMustBeAtLeastOne": "Quantity must be at least 1",
|
|
172
|
+
"quantityMustBeInteger": "Quantity must be a whole number",
|
|
173
|
+
"quantityMustBeNumber": "Quantity must be a valid number",
|
|
166
174
|
"quantityRequired": "Quantity is required",
|
|
167
175
|
"referenceNumber": "Reference number",
|
|
168
176
|
"remove": "Remove",
|
|
@@ -182,7 +190,6 @@
|
|
|
182
190
|
"selectPaymentMethodRequired": "Please select a payment method for all items",
|
|
183
191
|
"selectPaymentMode": "Select payment mode",
|
|
184
192
|
"selectServiceType": "Select service type",
|
|
185
|
-
"sellingAmount": "Enter selling price",
|
|
186
193
|
"sellingPrice": "Selling Price",
|
|
187
194
|
"serviceMetrics": "Service Metrics",
|
|
188
195
|
"serviceName": "Service Name",
|
package/translations/pt_BR.json
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
{
|
|
2
|
-
"action": "Action",
|
|
3
2
|
"add": "Add",
|
|
4
3
|
"addBill": "Add bill item(s)",
|
|
5
4
|
"addBillableServices": "Add Billable Services",
|
|
@@ -11,7 +10,6 @@
|
|
|
11
10
|
"addPaymentMethod": "Add payment method",
|
|
12
11
|
"addPaymentMode": "Add Payment Mode",
|
|
13
12
|
"addPaymentOption": "Add payment option",
|
|
14
|
-
"addPaymentOptions": "Add payment option",
|
|
15
13
|
"amount": "Amount",
|
|
16
14
|
"amountDue": "Amount Due",
|
|
17
15
|
"amountMustBePositive": "Amount must be greater than 0",
|
|
@@ -75,7 +73,7 @@
|
|
|
75
73
|
"discountAmount": "Discount Amount",
|
|
76
74
|
"editBillableService": "Edit billable service",
|
|
77
75
|
"editBillableServices": "Edit Billable Services",
|
|
78
|
-
"editBillLineItem": "Edit bill line item
|
|
76
|
+
"editBillLineItem": "Edit bill line item",
|
|
79
77
|
"editThisBillItem": "Edit this bill item",
|
|
80
78
|
"enterAmount": "Enter amount",
|
|
81
79
|
"enterConcept": "Associated concept",
|
|
@@ -112,6 +110,10 @@
|
|
|
112
110
|
"itemsToBeBilled": "Items to be billed",
|
|
113
111
|
"launchBillForm": "Launch bill form",
|
|
114
112
|
"lineItems": "Line items",
|
|
113
|
+
"lineItemUpdated": "Line item updated",
|
|
114
|
+
"lineItemUpdateErrorDefault": "Unable to update the bill line item. Please try again.",
|
|
115
|
+
"lineItemUpdateFailed": "Failed to update line item",
|
|
116
|
+
"lineItemUpdateSuccess": "The bill line item has been updated successfully",
|
|
115
117
|
"loading": "Loading data...",
|
|
116
118
|
"loadingBillInfo": "Loading bill information...",
|
|
117
119
|
"loadingBillingServices": "Loading billing services...",
|
|
@@ -157,12 +159,18 @@
|
|
|
157
159
|
"price": "Unit Price",
|
|
158
160
|
"priceIsRequired": "Price is required",
|
|
159
161
|
"priceMustBeGreaterThanZero": "Price must be greater than 0",
|
|
162
|
+
"priceMustBeNumber": "Price must be a valid number",
|
|
163
|
+
"priceMustBePositive": "Price must be greater than 0",
|
|
160
164
|
"priceMustBeValidPositiveNumber": "Price must be a valid positive number",
|
|
161
165
|
"prices": "Prices",
|
|
162
166
|
"printBill": "Print bill",
|
|
163
167
|
"printReceipt": "Print receipt",
|
|
164
168
|
"processPayment": "Process Payment",
|
|
165
169
|
"quantity": "Quantity",
|
|
170
|
+
"quantityCannotExceed100": "Quantity cannot exceed 100",
|
|
171
|
+
"quantityMustBeAtLeastOne": "Quantity must be at least 1",
|
|
172
|
+
"quantityMustBeInteger": "Quantity must be a whole number",
|
|
173
|
+
"quantityMustBeNumber": "Quantity must be a valid number",
|
|
166
174
|
"quantityRequired": "Quantity is required",
|
|
167
175
|
"referenceNumber": "Reference number",
|
|
168
176
|
"remove": "Remove",
|
|
@@ -182,7 +190,6 @@
|
|
|
182
190
|
"selectPaymentMethodRequired": "Please select a payment method for all items",
|
|
183
191
|
"selectPaymentMode": "Select payment mode",
|
|
184
192
|
"selectServiceType": "Select service type",
|
|
185
|
-
"sellingAmount": "Enter selling price",
|
|
186
193
|
"sellingPrice": "Selling Price",
|
|
187
194
|
"serviceMetrics": "Service Metrics",
|
|
188
195
|
"serviceName": "Service Name",
|
package/translations/qu.json
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
{
|
|
2
|
-
"action": "Action",
|
|
3
2
|
"add": "Add",
|
|
4
3
|
"addBill": "Add bill item(s)",
|
|
5
4
|
"addBillableServices": "Add Billable Services",
|
|
@@ -11,7 +10,6 @@
|
|
|
11
10
|
"addPaymentMethod": "Add payment method",
|
|
12
11
|
"addPaymentMode": "Add Payment Mode",
|
|
13
12
|
"addPaymentOption": "Add payment option",
|
|
14
|
-
"addPaymentOptions": "Add payment option",
|
|
15
13
|
"amount": "Amount",
|
|
16
14
|
"amountDue": "Amount Due",
|
|
17
15
|
"amountMustBePositive": "Amount must be greater than 0",
|
|
@@ -75,7 +73,7 @@
|
|
|
75
73
|
"discountAmount": "Discount Amount",
|
|
76
74
|
"editBillableService": "Edit billable service",
|
|
77
75
|
"editBillableServices": "Edit Billable Services",
|
|
78
|
-
"editBillLineItem": "Edit bill line item
|
|
76
|
+
"editBillLineItem": "Edit bill line item",
|
|
79
77
|
"editThisBillItem": "Edit this bill item",
|
|
80
78
|
"enterAmount": "Enter amount",
|
|
81
79
|
"enterConcept": "Associated concept",
|
|
@@ -112,6 +110,10 @@
|
|
|
112
110
|
"itemsToBeBilled": "Items to be billed",
|
|
113
111
|
"launchBillForm": "Launch bill form",
|
|
114
112
|
"lineItems": "Line items",
|
|
113
|
+
"lineItemUpdated": "Line item updated",
|
|
114
|
+
"lineItemUpdateErrorDefault": "Unable to update the bill line item. Please try again.",
|
|
115
|
+
"lineItemUpdateFailed": "Failed to update line item",
|
|
116
|
+
"lineItemUpdateSuccess": "The bill line item has been updated successfully",
|
|
115
117
|
"loading": "Loading data...",
|
|
116
118
|
"loadingBillInfo": "Loading bill information...",
|
|
117
119
|
"loadingBillingServices": "Loading billing services...",
|
|
@@ -157,12 +159,18 @@
|
|
|
157
159
|
"price": "Unit Price",
|
|
158
160
|
"priceIsRequired": "Price is required",
|
|
159
161
|
"priceMustBeGreaterThanZero": "Price must be greater than 0",
|
|
162
|
+
"priceMustBeNumber": "Price must be a valid number",
|
|
163
|
+
"priceMustBePositive": "Price must be greater than 0",
|
|
160
164
|
"priceMustBeValidPositiveNumber": "Price must be a valid positive number",
|
|
161
165
|
"prices": "Prices",
|
|
162
166
|
"printBill": "Print bill",
|
|
163
167
|
"printReceipt": "Print receipt",
|
|
164
168
|
"processPayment": "Process Payment",
|
|
165
169
|
"quantity": "Quantity",
|
|
170
|
+
"quantityCannotExceed100": "Quantity cannot exceed 100",
|
|
171
|
+
"quantityMustBeAtLeastOne": "Quantity must be at least 1",
|
|
172
|
+
"quantityMustBeInteger": "Quantity must be a whole number",
|
|
173
|
+
"quantityMustBeNumber": "Quantity must be a valid number",
|
|
166
174
|
"quantityRequired": "Quantity is required",
|
|
167
175
|
"referenceNumber": "Reference number",
|
|
168
176
|
"remove": "Remove",
|
|
@@ -182,7 +190,6 @@
|
|
|
182
190
|
"selectPaymentMethodRequired": "Please select a payment method for all items",
|
|
183
191
|
"selectPaymentMode": "Select payment mode",
|
|
184
192
|
"selectServiceType": "Select service type",
|
|
185
|
-
"sellingAmount": "Enter selling price",
|
|
186
193
|
"sellingPrice": "Selling Price",
|
|
187
194
|
"serviceMetrics": "Service Metrics",
|
|
188
195
|
"serviceName": "Service Name",
|
package/translations/ro_RO.json
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
{
|
|
2
|
-
"action": "Action",
|
|
3
2
|
"add": "Add",
|
|
4
3
|
"addBill": "Adauga element(e) in factura",
|
|
5
4
|
"addBillableServices": "Adauga servicii facturabile",
|
|
@@ -11,7 +10,6 @@
|
|
|
11
10
|
"addPaymentMethod": "Add payment method",
|
|
12
11
|
"addPaymentMode": "Adauga metoda de plata",
|
|
13
12
|
"addPaymentOption": "Add payment option",
|
|
14
|
-
"addPaymentOptions": "Adauga optiune de plata",
|
|
15
13
|
"amount": "Suma",
|
|
16
14
|
"amountDue": "Suma datorata",
|
|
17
15
|
"amountMustBePositive": "Amount must be greater than 0",
|
|
@@ -75,7 +73,7 @@
|
|
|
75
73
|
"discountAmount": "Discount Amount",
|
|
76
74
|
"editBillableService": "Editeaza serviciu facturabil",
|
|
77
75
|
"editBillableServices": "Editeaza servicii facturabile",
|
|
78
|
-
"editBillLineItem": "
|
|
76
|
+
"editBillLineItem": "Edit bill line item",
|
|
79
77
|
"editThisBillItem": "Editeaza acest element din factura",
|
|
80
78
|
"enterAmount": "Introdu suma",
|
|
81
79
|
"enterConcept": "Concept asociat",
|
|
@@ -112,6 +110,10 @@
|
|
|
112
110
|
"itemsToBeBilled": "Elemente de facturat",
|
|
113
111
|
"launchBillForm": "Deschide formular factura",
|
|
114
112
|
"lineItems": "Linii factura",
|
|
113
|
+
"lineItemUpdated": "Line item updated",
|
|
114
|
+
"lineItemUpdateErrorDefault": "Unable to update the bill line item. Please try again.",
|
|
115
|
+
"lineItemUpdateFailed": "Failed to update line item",
|
|
116
|
+
"lineItemUpdateSuccess": "The bill line item has been updated successfully",
|
|
115
117
|
"loading": "Se incarca datele...",
|
|
116
118
|
"loadingBillInfo": "Loading bill information...",
|
|
117
119
|
"loadingBillingServices": "Se incarca serviciile de facturare...",
|
|
@@ -157,12 +159,18 @@
|
|
|
157
159
|
"price": "Pret unitar",
|
|
158
160
|
"priceIsRequired": "Pretul este obligatoriu",
|
|
159
161
|
"priceMustBeGreaterThanZero": "Price must be greater than 0",
|
|
162
|
+
"priceMustBeNumber": "Price must be a valid number",
|
|
163
|
+
"priceMustBePositive": "Price must be greater than 0",
|
|
160
164
|
"priceMustBeValidPositiveNumber": "Price must be a valid positive number",
|
|
161
165
|
"prices": "Preturi",
|
|
162
166
|
"printBill": "Tipareste factura",
|
|
163
167
|
"printReceipt": "Tipareste chitanta",
|
|
164
168
|
"processPayment": "Proceseaza plata",
|
|
165
169
|
"quantity": "Cantitate",
|
|
170
|
+
"quantityCannotExceed100": "Quantity cannot exceed 100",
|
|
171
|
+
"quantityMustBeAtLeastOne": "Quantity must be at least 1",
|
|
172
|
+
"quantityMustBeInteger": "Quantity must be a whole number",
|
|
173
|
+
"quantityMustBeNumber": "Quantity must be a valid number",
|
|
166
174
|
"quantityRequired": "Cantitatea este obligatorie",
|
|
167
175
|
"referenceNumber": "Numar referinta",
|
|
168
176
|
"remove": "Remove",
|
|
@@ -182,7 +190,6 @@
|
|
|
182
190
|
"selectPaymentMethodRequired": "Please select a payment method for all items",
|
|
183
191
|
"selectPaymentMode": "Select payment mode",
|
|
184
192
|
"selectServiceType": "Select service type",
|
|
185
|
-
"sellingAmount": "Enter selling price",
|
|
186
193
|
"sellingPrice": "Pret vanzare",
|
|
187
194
|
"serviceMetrics": "Metrici serviciu",
|
|
188
195
|
"serviceName": "Nume serviciu",
|
package/translations/ru_RU.json
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
{
|
|
2
|
-
"action": "Action",
|
|
3
2
|
"add": "Add",
|
|
4
3
|
"addBill": "Add bill item(s)",
|
|
5
4
|
"addBillableServices": "Add Billable Services",
|
|
@@ -11,7 +10,6 @@
|
|
|
11
10
|
"addPaymentMethod": "Add payment method",
|
|
12
11
|
"addPaymentMode": "Add Payment Mode",
|
|
13
12
|
"addPaymentOption": "Add payment option",
|
|
14
|
-
"addPaymentOptions": "Add payment option",
|
|
15
13
|
"amount": "Amount",
|
|
16
14
|
"amountDue": "Amount Due",
|
|
17
15
|
"amountMustBePositive": "Amount must be greater than 0",
|
|
@@ -75,7 +73,7 @@
|
|
|
75
73
|
"discountAmount": "Discount Amount",
|
|
76
74
|
"editBillableService": "Edit billable service",
|
|
77
75
|
"editBillableServices": "Edit Billable Services",
|
|
78
|
-
"editBillLineItem": "Edit bill line item
|
|
76
|
+
"editBillLineItem": "Edit bill line item",
|
|
79
77
|
"editThisBillItem": "Edit this bill item",
|
|
80
78
|
"enterAmount": "Enter amount",
|
|
81
79
|
"enterConcept": "Associated concept",
|
|
@@ -112,6 +110,10 @@
|
|
|
112
110
|
"itemsToBeBilled": "Items to be billed",
|
|
113
111
|
"launchBillForm": "Launch bill form",
|
|
114
112
|
"lineItems": "Line items",
|
|
113
|
+
"lineItemUpdated": "Line item updated",
|
|
114
|
+
"lineItemUpdateErrorDefault": "Unable to update the bill line item. Please try again.",
|
|
115
|
+
"lineItemUpdateFailed": "Failed to update line item",
|
|
116
|
+
"lineItemUpdateSuccess": "The bill line item has been updated successfully",
|
|
115
117
|
"loading": "Loading data...",
|
|
116
118
|
"loadingBillInfo": "Loading bill information...",
|
|
117
119
|
"loadingBillingServices": "Loading billing services...",
|
|
@@ -157,12 +159,18 @@
|
|
|
157
159
|
"price": "Unit Price",
|
|
158
160
|
"priceIsRequired": "Price is required",
|
|
159
161
|
"priceMustBeGreaterThanZero": "Price must be greater than 0",
|
|
162
|
+
"priceMustBeNumber": "Price must be a valid number",
|
|
163
|
+
"priceMustBePositive": "Price must be greater than 0",
|
|
160
164
|
"priceMustBeValidPositiveNumber": "Price must be a valid positive number",
|
|
161
165
|
"prices": "Prices",
|
|
162
166
|
"printBill": "Print bill",
|
|
163
167
|
"printReceipt": "Print receipt",
|
|
164
168
|
"processPayment": "Process Payment",
|
|
165
169
|
"quantity": "Quantity",
|
|
170
|
+
"quantityCannotExceed100": "Quantity cannot exceed 100",
|
|
171
|
+
"quantityMustBeAtLeastOne": "Quantity must be at least 1",
|
|
172
|
+
"quantityMustBeInteger": "Quantity must be a whole number",
|
|
173
|
+
"quantityMustBeNumber": "Quantity must be a valid number",
|
|
166
174
|
"quantityRequired": "Quantity is required",
|
|
167
175
|
"referenceNumber": "Reference number",
|
|
168
176
|
"remove": "Remove",
|
|
@@ -182,7 +190,6 @@
|
|
|
182
190
|
"selectPaymentMethodRequired": "Please select a payment method for all items",
|
|
183
191
|
"selectPaymentMode": "Select payment mode",
|
|
184
192
|
"selectServiceType": "Select service type",
|
|
185
|
-
"sellingAmount": "Enter selling price",
|
|
186
193
|
"sellingPrice": "Selling Price",
|
|
187
194
|
"serviceMetrics": "Service Metrics",
|
|
188
195
|
"serviceName": "Service Name",
|
package/translations/si.json
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
{
|
|
2
|
-
"action": "Action",
|
|
3
2
|
"add": "Add",
|
|
4
3
|
"addBill": "Add bill item(s)",
|
|
5
4
|
"addBillableServices": "Add Billable Services",
|
|
@@ -11,7 +10,6 @@
|
|
|
11
10
|
"addPaymentMethod": "Add payment method",
|
|
12
11
|
"addPaymentMode": "Add Payment Mode",
|
|
13
12
|
"addPaymentOption": "Add payment option",
|
|
14
|
-
"addPaymentOptions": "Add payment option",
|
|
15
13
|
"amount": "Amount",
|
|
16
14
|
"amountDue": "Amount Due",
|
|
17
15
|
"amountMustBePositive": "Amount must be greater than 0",
|
|
@@ -75,7 +73,7 @@
|
|
|
75
73
|
"discountAmount": "Discount Amount",
|
|
76
74
|
"editBillableService": "Edit billable service",
|
|
77
75
|
"editBillableServices": "Edit Billable Services",
|
|
78
|
-
"editBillLineItem": "Edit bill line item
|
|
76
|
+
"editBillLineItem": "Edit bill line item",
|
|
79
77
|
"editThisBillItem": "Edit this bill item",
|
|
80
78
|
"enterAmount": "Enter amount",
|
|
81
79
|
"enterConcept": "Associated concept",
|
|
@@ -112,6 +110,10 @@
|
|
|
112
110
|
"itemsToBeBilled": "Items to be billed",
|
|
113
111
|
"launchBillForm": "Launch bill form",
|
|
114
112
|
"lineItems": "Line items",
|
|
113
|
+
"lineItemUpdated": "Line item updated",
|
|
114
|
+
"lineItemUpdateErrorDefault": "Unable to update the bill line item. Please try again.",
|
|
115
|
+
"lineItemUpdateFailed": "Failed to update line item",
|
|
116
|
+
"lineItemUpdateSuccess": "The bill line item has been updated successfully",
|
|
115
117
|
"loading": "Loading data...",
|
|
116
118
|
"loadingBillInfo": "Loading bill information...",
|
|
117
119
|
"loadingBillingServices": "Loading billing services...",
|
|
@@ -157,12 +159,18 @@
|
|
|
157
159
|
"price": "Unit Price",
|
|
158
160
|
"priceIsRequired": "Price is required",
|
|
159
161
|
"priceMustBeGreaterThanZero": "Price must be greater than 0",
|
|
162
|
+
"priceMustBeNumber": "Price must be a valid number",
|
|
163
|
+
"priceMustBePositive": "Price must be greater than 0",
|
|
160
164
|
"priceMustBeValidPositiveNumber": "Price must be a valid positive number",
|
|
161
165
|
"prices": "Prices",
|
|
162
166
|
"printBill": "Print bill",
|
|
163
167
|
"printReceipt": "Print receipt",
|
|
164
168
|
"processPayment": "Process Payment",
|
|
165
169
|
"quantity": "Quantity",
|
|
170
|
+
"quantityCannotExceed100": "Quantity cannot exceed 100",
|
|
171
|
+
"quantityMustBeAtLeastOne": "Quantity must be at least 1",
|
|
172
|
+
"quantityMustBeInteger": "Quantity must be a whole number",
|
|
173
|
+
"quantityMustBeNumber": "Quantity must be a valid number",
|
|
166
174
|
"quantityRequired": "Quantity is required",
|
|
167
175
|
"referenceNumber": "Reference number",
|
|
168
176
|
"remove": "Remove",
|
|
@@ -182,7 +190,6 @@
|
|
|
182
190
|
"selectPaymentMethodRequired": "Please select a payment method for all items",
|
|
183
191
|
"selectPaymentMode": "Select payment mode",
|
|
184
192
|
"selectServiceType": "Select service type",
|
|
185
|
-
"sellingAmount": "Enter selling price",
|
|
186
193
|
"sellingPrice": "Selling Price",
|
|
187
194
|
"serviceMetrics": "Service Metrics",
|
|
188
195
|
"serviceName": "Service Name",
|
package/translations/sw.json
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
{
|
|
2
|
-
"action": "Action",
|
|
3
2
|
"add": "Add",
|
|
4
3
|
"addBill": "Add bill item(s)",
|
|
5
4
|
"addBillableServices": "Add Billable Services",
|
|
@@ -11,7 +10,6 @@
|
|
|
11
10
|
"addPaymentMethod": "Add payment method",
|
|
12
11
|
"addPaymentMode": "Add Payment Mode",
|
|
13
12
|
"addPaymentOption": "Add payment option",
|
|
14
|
-
"addPaymentOptions": "Add payment option",
|
|
15
13
|
"amount": "Amount",
|
|
16
14
|
"amountDue": "Amount Due",
|
|
17
15
|
"amountMustBePositive": "Amount must be greater than 0",
|
|
@@ -75,7 +73,7 @@
|
|
|
75
73
|
"discountAmount": "Discount Amount",
|
|
76
74
|
"editBillableService": "Edit billable service",
|
|
77
75
|
"editBillableServices": "Edit Billable Services",
|
|
78
|
-
"editBillLineItem": "Edit bill line item
|
|
76
|
+
"editBillLineItem": "Edit bill line item",
|
|
79
77
|
"editThisBillItem": "Edit this bill item",
|
|
80
78
|
"enterAmount": "Enter amount",
|
|
81
79
|
"enterConcept": "Associated concept",
|
|
@@ -112,6 +110,10 @@
|
|
|
112
110
|
"itemsToBeBilled": "Items to be billed",
|
|
113
111
|
"launchBillForm": "Launch bill form",
|
|
114
112
|
"lineItems": "Line items",
|
|
113
|
+
"lineItemUpdated": "Line item updated",
|
|
114
|
+
"lineItemUpdateErrorDefault": "Unable to update the bill line item. Please try again.",
|
|
115
|
+
"lineItemUpdateFailed": "Failed to update line item",
|
|
116
|
+
"lineItemUpdateSuccess": "The bill line item has been updated successfully",
|
|
115
117
|
"loading": "Loading data...",
|
|
116
118
|
"loadingBillInfo": "Loading bill information...",
|
|
117
119
|
"loadingBillingServices": "Loading billing services...",
|
|
@@ -157,12 +159,18 @@
|
|
|
157
159
|
"price": "Unit Price",
|
|
158
160
|
"priceIsRequired": "Price is required",
|
|
159
161
|
"priceMustBeGreaterThanZero": "Price must be greater than 0",
|
|
162
|
+
"priceMustBeNumber": "Price must be a valid number",
|
|
163
|
+
"priceMustBePositive": "Price must be greater than 0",
|
|
160
164
|
"priceMustBeValidPositiveNumber": "Price must be a valid positive number",
|
|
161
165
|
"prices": "Prices",
|
|
162
166
|
"printBill": "Print bill",
|
|
163
167
|
"printReceipt": "Print receipt",
|
|
164
168
|
"processPayment": "Process Payment",
|
|
165
169
|
"quantity": "Quantity",
|
|
170
|
+
"quantityCannotExceed100": "Quantity cannot exceed 100",
|
|
171
|
+
"quantityMustBeAtLeastOne": "Quantity must be at least 1",
|
|
172
|
+
"quantityMustBeInteger": "Quantity must be a whole number",
|
|
173
|
+
"quantityMustBeNumber": "Quantity must be a valid number",
|
|
166
174
|
"quantityRequired": "Quantity is required",
|
|
167
175
|
"referenceNumber": "Reference number",
|
|
168
176
|
"remove": "Remove",
|
|
@@ -182,7 +190,6 @@
|
|
|
182
190
|
"selectPaymentMethodRequired": "Please select a payment method for all items",
|
|
183
191
|
"selectPaymentMode": "Select payment mode",
|
|
184
192
|
"selectServiceType": "Select service type",
|
|
185
|
-
"sellingAmount": "Enter selling price",
|
|
186
193
|
"sellingPrice": "Selling Price",
|
|
187
194
|
"serviceMetrics": "Service Metrics",
|
|
188
195
|
"serviceName": "Service Name",
|
package/translations/sw_KE.json
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
{
|
|
2
|
-
"action": "Action",
|
|
3
2
|
"add": "Add",
|
|
4
3
|
"addBill": "Add bill item(s)",
|
|
5
4
|
"addBillableServices": "Add Billable Services",
|
|
@@ -11,7 +10,6 @@
|
|
|
11
10
|
"addPaymentMethod": "Add payment method",
|
|
12
11
|
"addPaymentMode": "Add Payment Mode",
|
|
13
12
|
"addPaymentOption": "Add payment option",
|
|
14
|
-
"addPaymentOptions": "Add payment option",
|
|
15
13
|
"amount": "Amount",
|
|
16
14
|
"amountDue": "Amount Due",
|
|
17
15
|
"amountMustBePositive": "Amount must be greater than 0",
|
|
@@ -75,7 +73,7 @@
|
|
|
75
73
|
"discountAmount": "Discount Amount",
|
|
76
74
|
"editBillableService": "Edit billable service",
|
|
77
75
|
"editBillableServices": "Edit Billable Services",
|
|
78
|
-
"editBillLineItem": "Edit bill line item
|
|
76
|
+
"editBillLineItem": "Edit bill line item",
|
|
79
77
|
"editThisBillItem": "Edit this bill item",
|
|
80
78
|
"enterAmount": "Enter amount",
|
|
81
79
|
"enterConcept": "Associated concept",
|
|
@@ -112,6 +110,10 @@
|
|
|
112
110
|
"itemsToBeBilled": "Items to be billed",
|
|
113
111
|
"launchBillForm": "Launch bill form",
|
|
114
112
|
"lineItems": "Line items",
|
|
113
|
+
"lineItemUpdated": "Line item updated",
|
|
114
|
+
"lineItemUpdateErrorDefault": "Unable to update the bill line item. Please try again.",
|
|
115
|
+
"lineItemUpdateFailed": "Failed to update line item",
|
|
116
|
+
"lineItemUpdateSuccess": "The bill line item has been updated successfully",
|
|
115
117
|
"loading": "Loading data...",
|
|
116
118
|
"loadingBillInfo": "Loading bill information...",
|
|
117
119
|
"loadingBillingServices": "Loading billing services...",
|
|
@@ -157,12 +159,18 @@
|
|
|
157
159
|
"price": "Unit Price",
|
|
158
160
|
"priceIsRequired": "Price is required",
|
|
159
161
|
"priceMustBeGreaterThanZero": "Price must be greater than 0",
|
|
162
|
+
"priceMustBeNumber": "Price must be a valid number",
|
|
163
|
+
"priceMustBePositive": "Price must be greater than 0",
|
|
160
164
|
"priceMustBeValidPositiveNumber": "Price must be a valid positive number",
|
|
161
165
|
"prices": "Prices",
|
|
162
166
|
"printBill": "Print bill",
|
|
163
167
|
"printReceipt": "Print receipt",
|
|
164
168
|
"processPayment": "Process Payment",
|
|
165
169
|
"quantity": "Quantity",
|
|
170
|
+
"quantityCannotExceed100": "Quantity cannot exceed 100",
|
|
171
|
+
"quantityMustBeAtLeastOne": "Quantity must be at least 1",
|
|
172
|
+
"quantityMustBeInteger": "Quantity must be a whole number",
|
|
173
|
+
"quantityMustBeNumber": "Quantity must be a valid number",
|
|
166
174
|
"quantityRequired": "Quantity is required",
|
|
167
175
|
"referenceNumber": "Reference number",
|
|
168
176
|
"remove": "Remove",
|
|
@@ -182,7 +190,6 @@
|
|
|
182
190
|
"selectPaymentMethodRequired": "Please select a payment method for all items",
|
|
183
191
|
"selectPaymentMode": "Select payment mode",
|
|
184
192
|
"selectServiceType": "Select service type",
|
|
185
|
-
"sellingAmount": "Enter selling price",
|
|
186
193
|
"sellingPrice": "Selling Price",
|
|
187
194
|
"serviceMetrics": "Service Metrics",
|
|
188
195
|
"serviceName": "Service Name",
|
package/translations/tr.json
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
{
|
|
2
|
-
"action": "Action",
|
|
3
2
|
"add": "Add",
|
|
4
3
|
"addBill": "Add bill item(s)",
|
|
5
4
|
"addBillableServices": "Add Billable Services",
|
|
@@ -11,7 +10,6 @@
|
|
|
11
10
|
"addPaymentMethod": "Add payment method",
|
|
12
11
|
"addPaymentMode": "Add Payment Mode",
|
|
13
12
|
"addPaymentOption": "Add payment option",
|
|
14
|
-
"addPaymentOptions": "Add payment option",
|
|
15
13
|
"amount": "Amount",
|
|
16
14
|
"amountDue": "Amount Due",
|
|
17
15
|
"amountMustBePositive": "Amount must be greater than 0",
|
|
@@ -75,7 +73,7 @@
|
|
|
75
73
|
"discountAmount": "Discount Amount",
|
|
76
74
|
"editBillableService": "Edit billable service",
|
|
77
75
|
"editBillableServices": "Edit Billable Services",
|
|
78
|
-
"editBillLineItem": "Edit bill line item
|
|
76
|
+
"editBillLineItem": "Edit bill line item",
|
|
79
77
|
"editThisBillItem": "Edit this bill item",
|
|
80
78
|
"enterAmount": "Enter amount",
|
|
81
79
|
"enterConcept": "Associated concept",
|
|
@@ -112,6 +110,10 @@
|
|
|
112
110
|
"itemsToBeBilled": "Items to be billed",
|
|
113
111
|
"launchBillForm": "Launch bill form",
|
|
114
112
|
"lineItems": "Line items",
|
|
113
|
+
"lineItemUpdated": "Line item updated",
|
|
114
|
+
"lineItemUpdateErrorDefault": "Unable to update the bill line item. Please try again.",
|
|
115
|
+
"lineItemUpdateFailed": "Failed to update line item",
|
|
116
|
+
"lineItemUpdateSuccess": "The bill line item has been updated successfully",
|
|
115
117
|
"loading": "Loading data...",
|
|
116
118
|
"loadingBillInfo": "Loading bill information...",
|
|
117
119
|
"loadingBillingServices": "Loading billing services...",
|
|
@@ -157,12 +159,18 @@
|
|
|
157
159
|
"price": "Unit Price",
|
|
158
160
|
"priceIsRequired": "Price is required",
|
|
159
161
|
"priceMustBeGreaterThanZero": "Price must be greater than 0",
|
|
162
|
+
"priceMustBeNumber": "Price must be a valid number",
|
|
163
|
+
"priceMustBePositive": "Price must be greater than 0",
|
|
160
164
|
"priceMustBeValidPositiveNumber": "Price must be a valid positive number",
|
|
161
165
|
"prices": "Prices",
|
|
162
166
|
"printBill": "Print bill",
|
|
163
167
|
"printReceipt": "Print receipt",
|
|
164
168
|
"processPayment": "Process Payment",
|
|
165
169
|
"quantity": "Quantity",
|
|
170
|
+
"quantityCannotExceed100": "Quantity cannot exceed 100",
|
|
171
|
+
"quantityMustBeAtLeastOne": "Quantity must be at least 1",
|
|
172
|
+
"quantityMustBeInteger": "Quantity must be a whole number",
|
|
173
|
+
"quantityMustBeNumber": "Quantity must be a valid number",
|
|
166
174
|
"quantityRequired": "Quantity is required",
|
|
167
175
|
"referenceNumber": "Reference number",
|
|
168
176
|
"remove": "Remove",
|
|
@@ -182,7 +190,6 @@
|
|
|
182
190
|
"selectPaymentMethodRequired": "Please select a payment method for all items",
|
|
183
191
|
"selectPaymentMode": "Select payment mode",
|
|
184
192
|
"selectServiceType": "Select service type",
|
|
185
|
-
"sellingAmount": "Enter selling price",
|
|
186
193
|
"sellingPrice": "Selling Price",
|
|
187
194
|
"serviceMetrics": "Service Metrics",
|
|
188
195
|
"serviceName": "Service Name",
|