@lambda-development/erp-core 0.1.17 → 0.1.18
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/api/client.d.ts +1 -0
- package/dist/i18n/locales/de.json.d.ts +7 -0
- package/dist/i18n/locales/en.json.d.ts +7 -0
- package/dist/i18n/locales/fr.json.d.ts +7 -0
- package/dist/index.js +1555 -1506
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/api/client.d.ts
CHANGED
|
@@ -40,6 +40,7 @@ export declare const api: {
|
|
|
40
40
|
updateDocument: (doctype: string, name: string, data: any) => Promise<any>;
|
|
41
41
|
submitDocument: (doctype: string, name: string) => Promise<any>;
|
|
42
42
|
cancelDocument: (doctype: string, name: string) => Promise<any>;
|
|
43
|
+
discardDocument: (doctype: string, name: string) => Promise<any>;
|
|
43
44
|
convertDocument: (doctype: string, name: string, targetDoctype: string) => Promise<any>;
|
|
44
45
|
listMasters: (type: string, params?: Record<string, string | number | undefined>) => Promise<{
|
|
45
46
|
rows: any[];
|
|
@@ -5,6 +5,12 @@ declare const _default: {
|
|
|
5
5
|
"submit": "Buchen",
|
|
6
6
|
"cancel": "Abbrechen",
|
|
7
7
|
"cancelDoc": "Stornieren",
|
|
8
|
+
"cancelDocAbort": "Nicht stornieren",
|
|
9
|
+
"cancelDocConfirmBtn": "Definitiv stornieren",
|
|
10
|
+
"discardDraft": "Entwurf verwerfen",
|
|
11
|
+
"keepDraft": "Behalten",
|
|
12
|
+
"discardDraftConfirm": "Verwerfen",
|
|
13
|
+
"showDiscarded": "Verworfene anzeigen",
|
|
8
14
|
"delete": "Löschen",
|
|
9
15
|
"edit": "Bearbeiten",
|
|
10
16
|
"pdf": "PDF",
|
|
@@ -199,6 +205,7 @@ declare const _default: {
|
|
|
199
205
|
"Paid": "Bezahlt",
|
|
200
206
|
"Unpaid": "Unbezahlt",
|
|
201
207
|
"Cancelled": "Storniert",
|
|
208
|
+
"Discarded": "Verworfen",
|
|
202
209
|
"Overdue": "Überfällig",
|
|
203
210
|
"Return": "Retoure",
|
|
204
211
|
"Closed": "Geschlossen"
|
|
@@ -5,6 +5,12 @@ declare const _default: {
|
|
|
5
5
|
"submit": "Submit",
|
|
6
6
|
"cancel": "Cancel",
|
|
7
7
|
"cancelDoc": "Cancel",
|
|
8
|
+
"cancelDocAbort": "Don't cancel",
|
|
9
|
+
"cancelDocConfirmBtn": "Yes, cancel document",
|
|
10
|
+
"discardDraft": "Discard draft",
|
|
11
|
+
"keepDraft": "Keep",
|
|
12
|
+
"discardDraftConfirm": "Discard draft",
|
|
13
|
+
"showDiscarded": "Show discarded",
|
|
8
14
|
"delete": "Delete",
|
|
9
15
|
"edit": "Edit",
|
|
10
16
|
"pdf": "PDF",
|
|
@@ -259,6 +265,7 @@ declare const _default: {
|
|
|
259
265
|
"Paid": "Paid",
|
|
260
266
|
"Unpaid": "Unpaid",
|
|
261
267
|
"Cancelled": "Cancelled",
|
|
268
|
+
"Discarded": "Discarded",
|
|
262
269
|
"Overdue": "Overdue",
|
|
263
270
|
"Return": "Return",
|
|
264
271
|
"Closed": "Closed"
|
|
@@ -5,6 +5,12 @@ declare const _default: {
|
|
|
5
5
|
"submit": "Valider",
|
|
6
6
|
"cancel": "Annuler",
|
|
7
7
|
"cancelDoc": "Annuler",
|
|
8
|
+
"cancelDocAbort": "Ne pas annuler",
|
|
9
|
+
"cancelDocConfirmBtn": "Annuler définitivement",
|
|
10
|
+
"discardDraft": "Supprimer le brouillon",
|
|
11
|
+
"keepDraft": "Conserver",
|
|
12
|
+
"discardDraftConfirm": "Supprimer",
|
|
13
|
+
"showDiscarded": "Afficher les supprimés",
|
|
8
14
|
"delete": "Supprimer",
|
|
9
15
|
"edit": "Modifier",
|
|
10
16
|
"pdf": "PDF",
|
|
@@ -199,6 +205,7 @@ declare const _default: {
|
|
|
199
205
|
"Paid": "Payé",
|
|
200
206
|
"Unpaid": "Impayé",
|
|
201
207
|
"Cancelled": "Annulé",
|
|
208
|
+
"Discarded": "Supprimé",
|
|
202
209
|
"Overdue": "En retard",
|
|
203
210
|
"Return": "Retour",
|
|
204
211
|
"Closed": "Clôturé"
|