@lambda-development/erp-core 0.1.19 → 0.1.21
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 +11 -0
- package/dist/i18n/locales/de.json.d.ts +5 -0
- package/dist/i18n/locales/en.json.d.ts +8 -0
- package/dist/i18n/locales/fr.json.d.ts +5 -0
- package/dist/index.js +2339 -2128
- package/dist/index.js.map +1 -1
- package/dist/pages/proposals/proposal-form.d.ts +1 -0
- package/package.json +1 -1
package/dist/api/client.d.ts
CHANGED
|
@@ -42,6 +42,17 @@ export declare const api: {
|
|
|
42
42
|
cancelDocument: (doctype: string, name: string) => Promise<any>;
|
|
43
43
|
discardDocument: (doctype: string, name: string) => Promise<any>;
|
|
44
44
|
convertDocument: (doctype: string, name: string, targetDoctype: string) => Promise<any>;
|
|
45
|
+
getProposalCoverDefault: (company?: string, customer?: string) => Promise<{
|
|
46
|
+
cover_letter: string;
|
|
47
|
+
}>;
|
|
48
|
+
uploadProposalAppendix: (name: string, file: File) => Promise<{
|
|
49
|
+
appendix_filename: string;
|
|
50
|
+
size: number;
|
|
51
|
+
}>;
|
|
52
|
+
deleteProposalAppendix: (name: string) => Promise<{
|
|
53
|
+
ok: boolean;
|
|
54
|
+
}>;
|
|
55
|
+
proposalPdfUrl: (name: string) => string;
|
|
45
56
|
listMasters: (type: string, params?: Record<string, string | number | undefined>) => Promise<{
|
|
46
57
|
rows: any[];
|
|
47
58
|
total: number;
|
|
@@ -62,6 +62,7 @@ declare const _default: {
|
|
|
62
62
|
},
|
|
63
63
|
"doctypes": {
|
|
64
64
|
"quotation": { "one": "Angebot", "other": "Angebote" },
|
|
65
|
+
"proposal": { "one": "Sammelofferte", "other": "Sammelofferten" },
|
|
65
66
|
"sales-order": { "one": "Kundenauftrag", "other": "Kundenaufträge" },
|
|
66
67
|
"sales-invoice": { "one": "Ausgangsrechnung", "other": "Ausgangsrechnungen" },
|
|
67
68
|
"pos-invoice": { "one": "Kassenbeleg", "other": "Kassenbelege" },
|
|
@@ -106,6 +107,7 @@ declare const _default: {
|
|
|
106
107
|
"Company Setup": "Unternehmenseinrichtung",
|
|
107
108
|
"Opening Balances": "Eröffnungsbilanzen",
|
|
108
109
|
"Quotation": "Angebot",
|
|
110
|
+
"Proposal": "Sammelofferte",
|
|
109
111
|
"Sales Order": "Kundenauftrag",
|
|
110
112
|
"Sales Invoice": "Ausgangsrechnung",
|
|
111
113
|
"POS Invoice": "Kassenbeleg",
|
|
@@ -349,6 +351,9 @@ declare const _default: {
|
|
|
349
351
|
"Zip Code": "PLZ",
|
|
350
352
|
"Country": "Land",
|
|
351
353
|
"Tax ID": "Steuernummer",
|
|
354
|
+
"Contact Person": "Ansprechperson",
|
|
355
|
+
"Contact Email": "E-Mail Ansprechperson",
|
|
356
|
+
"Contact Phone": "Telefon Ansprechperson",
|
|
352
357
|
"Supplier Name": "Lieferantenname",
|
|
353
358
|
"Supplier Group": "Lieferantengruppe",
|
|
354
359
|
"Item Group": "Artikelgruppe",
|
|
@@ -65,6 +65,10 @@ declare const _default: {
|
|
|
65
65
|
"one": "Quotation",
|
|
66
66
|
"other": "Quotations"
|
|
67
67
|
},
|
|
68
|
+
"proposal": {
|
|
69
|
+
"one": "Proposal",
|
|
70
|
+
"other": "Proposals"
|
|
71
|
+
},
|
|
68
72
|
"sales-order": {
|
|
69
73
|
"one": "Sales Order",
|
|
70
74
|
"other": "Sales Orders"
|
|
@@ -166,6 +170,7 @@ declare const _default: {
|
|
|
166
170
|
"Company Setup": "Company Setup",
|
|
167
171
|
"Opening Balances": "Opening Balances",
|
|
168
172
|
"Quotation": "Quotation",
|
|
173
|
+
"Proposal": "Proposals",
|
|
169
174
|
"Sales Order": "Sales Order",
|
|
170
175
|
"Sales Invoice": "Sales Invoice",
|
|
171
176
|
"POS Invoice": "POS Invoice",
|
|
@@ -365,6 +370,9 @@ declare const _default: {
|
|
|
365
370
|
"Credit Limit": "Credit Limit",
|
|
366
371
|
"Currency": "Currency",
|
|
367
372
|
"Current Period End": "Current Period End",
|
|
373
|
+
"Contact Person": "Contact Person",
|
|
374
|
+
"Contact Email": "Contact Email",
|
|
375
|
+
"Contact Phone": "Contact Phone",
|
|
368
376
|
"Current Period Start": "Current Period Start",
|
|
369
377
|
"Customer": "Customer",
|
|
370
378
|
"Customer Group": "Customer Group",
|
|
@@ -62,6 +62,7 @@ declare const _default: {
|
|
|
62
62
|
},
|
|
63
63
|
"doctypes": {
|
|
64
64
|
"quotation": { "one": "Devis", "other": "Devis" },
|
|
65
|
+
"proposal": { "one": "Offre groupée", "other": "Offres groupées" },
|
|
65
66
|
"sales-order": { "one": "Commande client", "other": "Commandes client" },
|
|
66
67
|
"sales-invoice": { "one": "Facture de vente", "other": "Factures de vente" },
|
|
67
68
|
"pos-invoice": { "one": "Ticket de caisse", "other": "Tickets de caisse" },
|
|
@@ -106,6 +107,7 @@ declare const _default: {
|
|
|
106
107
|
"Company Setup": "Configuration de l'entreprise",
|
|
107
108
|
"Opening Balances": "Soldes d'ouverture",
|
|
108
109
|
"Quotation": "Devis",
|
|
110
|
+
"Proposal": "Offre groupée",
|
|
109
111
|
"Sales Order": "Commande client",
|
|
110
112
|
"Sales Invoice": "Facture de vente",
|
|
111
113
|
"POS Invoice": "Ticket de caisse",
|
|
@@ -349,6 +351,9 @@ declare const _default: {
|
|
|
349
351
|
"Zip Code": "Code postal",
|
|
350
352
|
"Country": "Pays",
|
|
351
353
|
"Tax ID": "N° de TVA",
|
|
354
|
+
"Contact Person": "Personne de contact",
|
|
355
|
+
"Contact Email": "E-mail du contact",
|
|
356
|
+
"Contact Phone": "Téléphone du contact",
|
|
352
357
|
"Supplier Name": "Nom du fournisseur",
|
|
353
358
|
"Supplier Group": "Groupe de fournisseurs",
|
|
354
359
|
"Item Group": "Groupe d'articles",
|