@dangl/angular-ava 1.1.2-beta0113 → 1.1.2-beta0118
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/fesm2022/dangl-angular-ava.mjs +169 -169
- package/fesm2022/dangl-angular-ava.mjs.map +1 -1
- package/lib/ava-tree/constants/index.d.ts +4 -0
- package/lib/ava-tree/model/index.d.ts +7 -0
- package/lib/{ava-tree/invoice → invoice/components}/invoice-display/invoice-display.component.d.ts +2 -2
- package/lib/invoice/constants/index.d.ts +2 -0
- package/lib/invoice/model/index.d.ts +3 -0
- package/lib/{ava-tree/tree → invoice}/model/invoice-models.d.ts +1 -1
- package/package.json +1 -1
- package/public-api.d.ts +6 -4
- package/lib/ava-tree/tree/constants/index.d.ts +0 -5
- package/lib/ava-tree/tree/model/index.d.ts +0 -9
- /package/lib/ava-tree/{tree/components → components}/ava-tree/ava-tree.component.d.ts +0 -0
- /package/lib/ava-tree/{tree/components → components}/list-structure/list-structure.component.d.ts +0 -0
- /package/lib/ava-tree/{tree/components → components}/table-structure/table-structure.component.d.ts +0 -0
- /package/lib/ava-tree/{tree/components → components}/tree-hover-tooltip/tree-hover-tooltip.component.d.ts +0 -0
- /package/lib/ava-tree/{tree/components → components}/tree-item/tree-item.component.d.ts +0 -0
- /package/lib/ava-tree/{tree/components → components}/tree-node/tree-node.component.d.ts +0 -0
- /package/lib/ava-tree/{tree/components → components}/tree-structure/tree-structure.component.d.ts +0 -0
- /package/lib/ava-tree/{tree/constants → constants}/defaultFilters.d.ts +0 -0
- /package/lib/ava-tree/{tree/constants → constants}/defaultTextWords.d.ts +0 -0
- /package/lib/ava-tree/{tree/constants → constants}/defaults.d.ts +0 -0
- /package/lib/ava-tree/{tree/directives → directives}/save-changing-view.directive.d.ts +0 -0
- /package/lib/ava-tree/{tree/model → model}/ava-models.d.ts +0 -0
- /package/lib/ava-tree/{tree/model → model}/context-menu-data.model.d.ts +0 -0
- /package/lib/ava-tree/{tree/model → model}/function-view-line.model.d.ts +0 -0
- /package/lib/ava-tree/{tree/model → model}/selecting.model.d.ts +0 -0
- /package/lib/ava-tree/{tree/model → model}/tableColumnType.d.ts +0 -0
- /package/lib/ava-tree/{tree/model → model}/tree-mode.model.d.ts +0 -0
- /package/lib/ava-tree/{tree/pipes → pipes}/element-icon-name.pipe.d.ts +0 -0
- /package/lib/ava-tree/{tree/pipes → pipes}/element-item-number.pipe.d.ts +0 -0
- /package/lib/ava-tree/{tree/pipes → pipes}/element-text.pipe.d.ts +0 -0
- /package/lib/ava-tree/{tree/pipes → pipes}/group-child-elements.pipe.d.ts +0 -0
- /package/lib/ava-tree/{tree/services → services}/dynamic-component.service.d.ts +0 -0
- /package/lib/ava-tree/{tree/services → services}/expand-parent-group.service.d.ts +0 -0
- /package/lib/ava-tree/{tree/services → services}/flat-elements.service.d.ts +0 -0
- /package/lib/ava-tree/{tree/services → services}/keyboard-operation.service.d.ts +0 -0
- /package/lib/ava-tree/{tree/services → services}/select-element.service.d.ts +0 -0
- /package/lib/ava-tree/{tree/services → services}/tree-hover-tooltip.service.d.ts +0 -0
- /package/lib/ava-tree/{tree/services → services}/tree-node-selection.service.d.ts +0 -0
- /package/lib/ava-tree/{tree/services → services}/tree-words.service.d.ts +0 -0
- /package/lib/{ava-tree/tree → invoice}/constants/defaultTextWordInvoice.d.ts +0 -0
- /package/lib/{ava-tree/tree → invoice}/model/invoice-words.model.d.ts +0 -0
- /package/lib/{ava-tree/tree → invoice}/pipes/invoice-attachment-mime-type.pipe.d.ts +0 -0
|
@@ -231,51 +231,6 @@ var CommerceInquiryTypeDto;
|
|
|
231
231
|
CommerceInquiryTypeDto["Exhibition"] = "Exhibition";
|
|
232
232
|
})(CommerceInquiryTypeDto || (CommerceInquiryTypeDto = {}));
|
|
233
233
|
|
|
234
|
-
/** Type of the invoice */
|
|
235
|
-
var InvoiceType;
|
|
236
|
-
(function (InvoiceType) {
|
|
237
|
-
InvoiceType[InvoiceType["PartialInvoice"] = 326] = "PartialInvoice";
|
|
238
|
-
InvoiceType[InvoiceType["CommercialInvoice"] = 380] = "CommercialInvoice";
|
|
239
|
-
InvoiceType[InvoiceType["CreditNote"] = 381] = "CreditNote";
|
|
240
|
-
InvoiceType[InvoiceType["CorrectedInvoice"] = 384] = "CorrectedInvoice";
|
|
241
|
-
InvoiceType[InvoiceType["SelfBilledInvoice"] = 389] = "SelfBilledInvoice";
|
|
242
|
-
InvoiceType[InvoiceType["PartialConstructionInvoice"] = 875] = "PartialConstructionInvoice";
|
|
243
|
-
InvoiceType[InvoiceType["PartialFinalConstructionInvoice"] = 876] = "PartialFinalConstructionInvoice";
|
|
244
|
-
InvoiceType[InvoiceType["FinalConstructionInvoice"] = 877] = "FinalConstructionInvoice";
|
|
245
|
-
})(InvoiceType || (InvoiceType = {}));
|
|
246
|
-
/** Describes a mime type of a document */
|
|
247
|
-
var AttachmentMimeType;
|
|
248
|
-
(function (AttachmentMimeType) {
|
|
249
|
-
AttachmentMimeType[AttachmentMimeType["Unknown"] = 0] = "Unknown";
|
|
250
|
-
AttachmentMimeType[AttachmentMimeType["Pdf"] = 1] = "Pdf";
|
|
251
|
-
AttachmentMimeType[AttachmentMimeType["Png"] = 2] = "Png";
|
|
252
|
-
AttachmentMimeType[AttachmentMimeType["Jpeg"] = 3] = "Jpeg";
|
|
253
|
-
AttachmentMimeType[AttachmentMimeType["Csv"] = 4] = "Csv";
|
|
254
|
-
AttachmentMimeType[AttachmentMimeType["Excel"] = 5] = "Excel";
|
|
255
|
-
AttachmentMimeType[AttachmentMimeType["OpenOfficeSpreadsheet"] = 6] = "OpenOfficeSpreadsheet";
|
|
256
|
-
})(AttachmentMimeType || (AttachmentMimeType = {}));
|
|
257
|
-
/** The category used in a VatBreakdown"/> */
|
|
258
|
-
var VatCategory;
|
|
259
|
-
(function (VatCategory) {
|
|
260
|
-
VatCategory[VatCategory["Unknown"] = 0] = "Unknown";
|
|
261
|
-
VatCategory[VatCategory["StandardRate"] = 1] = "StandardRate";
|
|
262
|
-
VatCategory[VatCategory["ZeroRatedGoods"] = 2] = "ZeroRatedGoods";
|
|
263
|
-
VatCategory[VatCategory["ExemptFromTax"] = 3] = "ExemptFromTax";
|
|
264
|
-
VatCategory[VatCategory["VatReverseCharge"] = 4] = "VatReverseCharge";
|
|
265
|
-
VatCategory[VatCategory["VatExemptReverseCharge"] = 5] = "VatExemptReverseCharge";
|
|
266
|
-
VatCategory[VatCategory["FreeExportItem"] = 6] = "FreeExportItem";
|
|
267
|
-
VatCategory[VatCategory["ServicesOutsideScopeOfTaxation"] = 7] = "ServicesOutsideScopeOfTaxation";
|
|
268
|
-
VatCategory[VatCategory["CanaryIslandsGeneralIndirectTax"] = 8] = "CanaryIslandsGeneralIndirectTax";
|
|
269
|
-
VatCategory[VatCategory["TaxInCeutaAndMelilla"] = 9] = "TaxInCeutaAndMelilla";
|
|
270
|
-
})(VatCategory || (VatCategory = {}));
|
|
271
|
-
/** This enum represents the source of an invoice, e.g. from which format it was imported */
|
|
272
|
-
var SourceType;
|
|
273
|
-
(function (SourceType) {
|
|
274
|
-
SourceType[SourceType["Self"] = 0] = "Self";
|
|
275
|
-
SourceType[SourceType["Ubl"] = 1] = "Ubl";
|
|
276
|
-
SourceType[SourceType["Cii"] = 2] = "Cii";
|
|
277
|
-
})(SourceType || (SourceType = {}));
|
|
278
|
-
|
|
279
234
|
var ModeViewType;
|
|
280
235
|
(function (ModeViewType) {
|
|
281
236
|
ModeViewType["Tree"] = "Tree";
|
|
@@ -285,12 +240,12 @@ var ModeViewType;
|
|
|
285
240
|
|
|
286
241
|
// This file is automatically generated as part of the build process
|
|
287
242
|
const version = {
|
|
288
|
-
version: "1.1.2-
|
|
289
|
-
commitInfo: "Branch.develop.Sha.
|
|
243
|
+
version: "1.1.2-beta0118",
|
|
244
|
+
commitInfo: "Branch.develop.Sha.a0ed8999c5145225fe78e07dfeefcc245e4ab590",
|
|
290
245
|
commitDate: "2024-12-23",
|
|
291
|
-
commitHash: "
|
|
292
|
-
informationalVersion: "1.1.2-beta.
|
|
293
|
-
buildDateUtc: new Date(Date.UTC(2024, 11, 23, 20,
|
|
246
|
+
commitHash: "a0ed8999c5145225fe78e07dfeefcc245e4ab590",
|
|
247
|
+
informationalVersion: "1.1.2-beta.118+Branch.develop.Sha.a0ed8999c5145225fe78e07dfeefcc245e4ab590",
|
|
248
|
+
buildDateUtc: new Date(Date.UTC(2024, 11, 23, 20, 32, 0))
|
|
294
249
|
};
|
|
295
250
|
|
|
296
251
|
const DEFAULT_FILTERS = [
|
|
@@ -316,125 +271,6 @@ const DEFAULT_FILTERS = [
|
|
|
316
271
|
}
|
|
317
272
|
];
|
|
318
273
|
|
|
319
|
-
const DEFAULT_TEXT_WORD_INVOICE = {
|
|
320
|
-
invoiceTitle: 'Invoice',
|
|
321
|
-
invoiceBuyerTitle: 'Receiver',
|
|
322
|
-
invoiceSellerTitle: 'Sender',
|
|
323
|
-
vatId: 'VAT ID',
|
|
324
|
-
detailsInvoiceNumber: 'Invoice Number',
|
|
325
|
-
detailsInvoiceDate: 'Invoice Date',
|
|
326
|
-
detailsPaymentDueDate: 'Due Date',
|
|
327
|
-
detailsCurrencyCode: 'Currency',
|
|
328
|
-
detailsPaymentTerms: 'Payment Terms',
|
|
329
|
-
referencesTopic: 'References',
|
|
330
|
-
referencesBuyerReference: 'Buyer Reference',
|
|
331
|
-
referencesProjectReference: 'Project Reference',
|
|
332
|
-
referencesContractReference: 'Contract Reference',
|
|
333
|
-
referencesPurchaseOrderReference: 'Purchase Order Reference',
|
|
334
|
-
referencesSalesOrderReference: 'Sales Order Reference',
|
|
335
|
-
referencesReceivingAdviceReference: 'Receiving Advice Reference',
|
|
336
|
-
referencesDispatchAdviceReference: 'Dispatch Advice Reference',
|
|
337
|
-
referencesTenderOrLotReference: 'Tender or Lot Reference',
|
|
338
|
-
referencesInvoicedObjectIdentifier: 'Invoiced Object Identifier',
|
|
339
|
-
tableHeadDescription: 'Description',
|
|
340
|
-
tableHeadQuantity: 'Quantity',
|
|
341
|
-
tableHeadUnit: 'Unit',
|
|
342
|
-
tableHeadNetPrice: 'Net Price',
|
|
343
|
-
tableHeadNetAmount: 'Net Amount',
|
|
344
|
-
totalsTopic: 'Totals',
|
|
345
|
-
totalsTotalNet: 'Total Net',
|
|
346
|
-
totalsTotalAllowances: 'Total Allowances',
|
|
347
|
-
totalsTotalCharges: 'Total Charges',
|
|
348
|
-
totalsTotalAfterDeductions: 'Total After Deductions',
|
|
349
|
-
totalsTotalVatAmount: 'Total VAT Amount',
|
|
350
|
-
totalsTotalGross: 'Total Gross',
|
|
351
|
-
totalsAlreadyPaidTotal: 'Already Paid Total',
|
|
352
|
-
totalsTotalToBePaid: 'Total to be Paid',
|
|
353
|
-
instructionsTopic: 'Payment Instructions',
|
|
354
|
-
instructionsAccountIdentifier: 'Account Identifier',
|
|
355
|
-
instructionsAccountName: 'Account Name',
|
|
356
|
-
instructionsServiceProviderIdentifier: 'Service Provider Identifier',
|
|
357
|
-
notesTopic: 'Notes',
|
|
358
|
-
attachmentsHeading: 'Attachments',
|
|
359
|
-
attachmentsName: 'Name',
|
|
360
|
-
attachmentsDescription: 'Description',
|
|
361
|
-
attachmentsUrl: 'Url',
|
|
362
|
-
attachmentsDataSize: 'Size',
|
|
363
|
-
attachmentsMimeType: 'Mime Type',
|
|
364
|
-
attachmentsFileName: 'File Name',
|
|
365
|
-
attachmentsDownloadButton: 'Download',
|
|
366
|
-
contactPersonName: 'Contact Person Name',
|
|
367
|
-
contactPersonEmail: 'Contact Person Email',
|
|
368
|
-
contactPersonPhone: 'Contact Person Phone',
|
|
369
|
-
vat: 'VAT',
|
|
370
|
-
taxRate: 'Tax Rate',
|
|
371
|
-
deliveryInformationTitle: 'Delivery Information',
|
|
372
|
-
deliverToName: 'Name',
|
|
373
|
-
deliverToLocationIdentifier: 'Location Identifier',
|
|
374
|
-
deliveryDate: 'Date',
|
|
375
|
-
deliveryAddress: 'Address',
|
|
376
|
-
taxesHeading: 'Taxes'
|
|
377
|
-
};
|
|
378
|
-
const germanTextsInvoice = {
|
|
379
|
-
invoiceTitle: 'Rechnung',
|
|
380
|
-
invoiceBuyerTitle: 'Empfänger',
|
|
381
|
-
invoiceSellerTitle: 'Rechnungssteller',
|
|
382
|
-
vatId: 'USt.-ID',
|
|
383
|
-
detailsInvoiceNumber: 'Rechnungsnummer',
|
|
384
|
-
detailsInvoiceDate: 'Rechnungsdatum',
|
|
385
|
-
detailsPaymentDueDate: 'Fälligkeitsdatum',
|
|
386
|
-
detailsCurrencyCode: 'Währung',
|
|
387
|
-
detailsPaymentTerms: 'Zahlungsbedingungen',
|
|
388
|
-
referencesTopic: 'Referenzen',
|
|
389
|
-
referencesBuyerReference: 'Käuferreferenz',
|
|
390
|
-
referencesProjectReference: 'Projektreferenz',
|
|
391
|
-
referencesContractReference: 'Vertragsreferenz',
|
|
392
|
-
referencesPurchaseOrderReference: 'Bestellreferenz',
|
|
393
|
-
referencesSalesOrderReference: 'Auftragsreferenz',
|
|
394
|
-
referencesReceivingAdviceReference: 'Empfangsbestätigungsreferenz',
|
|
395
|
-
referencesDispatchAdviceReference: 'Lieferreferenz',
|
|
396
|
-
referencesTenderOrLotReference: 'Ausschreibungs- oder Losreferenz',
|
|
397
|
-
referencesInvoicedObjectIdentifier: 'Objektreferenz',
|
|
398
|
-
tableHeadDescription: 'Beschreibung',
|
|
399
|
-
tableHeadQuantity: 'Menge',
|
|
400
|
-
tableHeadUnit: 'Einheit',
|
|
401
|
-
tableHeadNetPrice: 'Nettopreis',
|
|
402
|
-
tableHeadNetAmount: 'Nettomenge',
|
|
403
|
-
totalsTopic: 'Gesamt',
|
|
404
|
-
totalsTotalNet: 'Gesamt Netto',
|
|
405
|
-
totalsTotalAllowances: 'Gesamt Rabatt',
|
|
406
|
-
totalsTotalCharges: 'Gesamt Zuschlag',
|
|
407
|
-
totalsTotalAfterDeductions: 'Summe nach Rabatten',
|
|
408
|
-
totalsTotalVatAmount: 'Summe Umsatzsteuer',
|
|
409
|
-
totalsTotalGross: 'Gesamt Brutto',
|
|
410
|
-
totalsAlreadyPaidTotal: 'Bereits bezahlt',
|
|
411
|
-
totalsTotalToBePaid: 'Gesamt zu zahlen',
|
|
412
|
-
instructionsTopic: 'Zahlungsanweisungen',
|
|
413
|
-
instructionsAccountIdentifier: 'Kontonummer',
|
|
414
|
-
instructionsAccountName: 'Kontoname',
|
|
415
|
-
instructionsServiceProviderIdentifier: 'Bank',
|
|
416
|
-
notesTopic: 'Hinweise',
|
|
417
|
-
attachmentsHeading: 'Anhänge',
|
|
418
|
-
attachmentsName: 'Name',
|
|
419
|
-
attachmentsDescription: 'Beschreibung',
|
|
420
|
-
attachmentsUrl: 'Url',
|
|
421
|
-
attachmentsDataSize: 'Größe',
|
|
422
|
-
attachmentsMimeType: 'Typ',
|
|
423
|
-
attachmentsFileName: 'Dateiname',
|
|
424
|
-
attachmentsDownloadButton: 'Download',
|
|
425
|
-
contactPersonName: 'Name der Kontaktperson',
|
|
426
|
-
contactPersonEmail: 'E-Mail der Kontaktperson',
|
|
427
|
-
contactPersonPhone: 'Kontaktperson Telefon',
|
|
428
|
-
vat: 'MwSt.',
|
|
429
|
-
taxRate: 'Steuersatz',
|
|
430
|
-
deliveryInformationTitle: 'Lieferinformationen',
|
|
431
|
-
deliverToName: 'Liefername',
|
|
432
|
-
deliverToLocationIdentifier: 'Lieferort',
|
|
433
|
-
deliveryDate: 'Lieferdatum',
|
|
434
|
-
deliveryAddress: 'Lieferadresse',
|
|
435
|
-
taxesHeading: 'Steuer'
|
|
436
|
-
};
|
|
437
|
-
|
|
438
274
|
const DEFAULT_TEXT_WORDS = {
|
|
439
275
|
textSearch: 'Search',
|
|
440
276
|
textNothing: 'Nothing',
|
|
@@ -2008,6 +1844,170 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.1", ngImpor
|
|
|
2008
1844
|
args: ['avaTreeFilterInput']
|
|
2009
1845
|
}] } });
|
|
2010
1846
|
|
|
1847
|
+
const DEFAULT_TEXT_WORD_INVOICE = {
|
|
1848
|
+
invoiceTitle: 'Invoice',
|
|
1849
|
+
invoiceBuyerTitle: 'Receiver',
|
|
1850
|
+
invoiceSellerTitle: 'Sender',
|
|
1851
|
+
vatId: 'VAT ID',
|
|
1852
|
+
detailsInvoiceNumber: 'Invoice Number',
|
|
1853
|
+
detailsInvoiceDate: 'Invoice Date',
|
|
1854
|
+
detailsPaymentDueDate: 'Due Date',
|
|
1855
|
+
detailsCurrencyCode: 'Currency',
|
|
1856
|
+
detailsPaymentTerms: 'Payment Terms',
|
|
1857
|
+
referencesTopic: 'References',
|
|
1858
|
+
referencesBuyerReference: 'Buyer Reference',
|
|
1859
|
+
referencesProjectReference: 'Project Reference',
|
|
1860
|
+
referencesContractReference: 'Contract Reference',
|
|
1861
|
+
referencesPurchaseOrderReference: 'Purchase Order Reference',
|
|
1862
|
+
referencesSalesOrderReference: 'Sales Order Reference',
|
|
1863
|
+
referencesReceivingAdviceReference: 'Receiving Advice Reference',
|
|
1864
|
+
referencesDispatchAdviceReference: 'Dispatch Advice Reference',
|
|
1865
|
+
referencesTenderOrLotReference: 'Tender or Lot Reference',
|
|
1866
|
+
referencesInvoicedObjectIdentifier: 'Invoiced Object Identifier',
|
|
1867
|
+
tableHeadDescription: 'Description',
|
|
1868
|
+
tableHeadQuantity: 'Quantity',
|
|
1869
|
+
tableHeadUnit: 'Unit',
|
|
1870
|
+
tableHeadNetPrice: 'Net Price',
|
|
1871
|
+
tableHeadNetAmount: 'Net Amount',
|
|
1872
|
+
totalsTopic: 'Totals',
|
|
1873
|
+
totalsTotalNet: 'Total Net',
|
|
1874
|
+
totalsTotalAllowances: 'Total Allowances',
|
|
1875
|
+
totalsTotalCharges: 'Total Charges',
|
|
1876
|
+
totalsTotalAfterDeductions: 'Total After Deductions',
|
|
1877
|
+
totalsTotalVatAmount: 'Total VAT Amount',
|
|
1878
|
+
totalsTotalGross: 'Total Gross',
|
|
1879
|
+
totalsAlreadyPaidTotal: 'Already Paid Total',
|
|
1880
|
+
totalsTotalToBePaid: 'Total to be Paid',
|
|
1881
|
+
instructionsTopic: 'Payment Instructions',
|
|
1882
|
+
instructionsAccountIdentifier: 'Account Identifier',
|
|
1883
|
+
instructionsAccountName: 'Account Name',
|
|
1884
|
+
instructionsServiceProviderIdentifier: 'Service Provider Identifier',
|
|
1885
|
+
notesTopic: 'Notes',
|
|
1886
|
+
attachmentsHeading: 'Attachments',
|
|
1887
|
+
attachmentsName: 'Name',
|
|
1888
|
+
attachmentsDescription: 'Description',
|
|
1889
|
+
attachmentsUrl: 'Url',
|
|
1890
|
+
attachmentsDataSize: 'Size',
|
|
1891
|
+
attachmentsMimeType: 'Mime Type',
|
|
1892
|
+
attachmentsFileName: 'File Name',
|
|
1893
|
+
attachmentsDownloadButton: 'Download',
|
|
1894
|
+
contactPersonName: 'Contact Person Name',
|
|
1895
|
+
contactPersonEmail: 'Contact Person Email',
|
|
1896
|
+
contactPersonPhone: 'Contact Person Phone',
|
|
1897
|
+
vat: 'VAT',
|
|
1898
|
+
taxRate: 'Tax Rate',
|
|
1899
|
+
deliveryInformationTitle: 'Delivery Information',
|
|
1900
|
+
deliverToName: 'Name',
|
|
1901
|
+
deliverToLocationIdentifier: 'Location Identifier',
|
|
1902
|
+
deliveryDate: 'Date',
|
|
1903
|
+
deliveryAddress: 'Address',
|
|
1904
|
+
taxesHeading: 'Taxes'
|
|
1905
|
+
};
|
|
1906
|
+
const germanTextsInvoice = {
|
|
1907
|
+
invoiceTitle: 'Rechnung',
|
|
1908
|
+
invoiceBuyerTitle: 'Empfänger',
|
|
1909
|
+
invoiceSellerTitle: 'Rechnungssteller',
|
|
1910
|
+
vatId: 'USt.-ID',
|
|
1911
|
+
detailsInvoiceNumber: 'Rechnungsnummer',
|
|
1912
|
+
detailsInvoiceDate: 'Rechnungsdatum',
|
|
1913
|
+
detailsPaymentDueDate: 'Fälligkeitsdatum',
|
|
1914
|
+
detailsCurrencyCode: 'Währung',
|
|
1915
|
+
detailsPaymentTerms: 'Zahlungsbedingungen',
|
|
1916
|
+
referencesTopic: 'Referenzen',
|
|
1917
|
+
referencesBuyerReference: 'Käuferreferenz',
|
|
1918
|
+
referencesProjectReference: 'Projektreferenz',
|
|
1919
|
+
referencesContractReference: 'Vertragsreferenz',
|
|
1920
|
+
referencesPurchaseOrderReference: 'Bestellreferenz',
|
|
1921
|
+
referencesSalesOrderReference: 'Auftragsreferenz',
|
|
1922
|
+
referencesReceivingAdviceReference: 'Empfangsbestätigungsreferenz',
|
|
1923
|
+
referencesDispatchAdviceReference: 'Lieferreferenz',
|
|
1924
|
+
referencesTenderOrLotReference: 'Ausschreibungs- oder Losreferenz',
|
|
1925
|
+
referencesInvoicedObjectIdentifier: 'Objektreferenz',
|
|
1926
|
+
tableHeadDescription: 'Beschreibung',
|
|
1927
|
+
tableHeadQuantity: 'Menge',
|
|
1928
|
+
tableHeadUnit: 'Einheit',
|
|
1929
|
+
tableHeadNetPrice: 'Nettopreis',
|
|
1930
|
+
tableHeadNetAmount: 'Nettomenge',
|
|
1931
|
+
totalsTopic: 'Gesamt',
|
|
1932
|
+
totalsTotalNet: 'Gesamt Netto',
|
|
1933
|
+
totalsTotalAllowances: 'Gesamt Rabatt',
|
|
1934
|
+
totalsTotalCharges: 'Gesamt Zuschlag',
|
|
1935
|
+
totalsTotalAfterDeductions: 'Summe nach Rabatten',
|
|
1936
|
+
totalsTotalVatAmount: 'Summe Umsatzsteuer',
|
|
1937
|
+
totalsTotalGross: 'Gesamt Brutto',
|
|
1938
|
+
totalsAlreadyPaidTotal: 'Bereits bezahlt',
|
|
1939
|
+
totalsTotalToBePaid: 'Gesamt zu zahlen',
|
|
1940
|
+
instructionsTopic: 'Zahlungsanweisungen',
|
|
1941
|
+
instructionsAccountIdentifier: 'Kontonummer',
|
|
1942
|
+
instructionsAccountName: 'Kontoname',
|
|
1943
|
+
instructionsServiceProviderIdentifier: 'Bank',
|
|
1944
|
+
notesTopic: 'Hinweise',
|
|
1945
|
+
attachmentsHeading: 'Anhänge',
|
|
1946
|
+
attachmentsName: 'Name',
|
|
1947
|
+
attachmentsDescription: 'Beschreibung',
|
|
1948
|
+
attachmentsUrl: 'Url',
|
|
1949
|
+
attachmentsDataSize: 'Größe',
|
|
1950
|
+
attachmentsMimeType: 'Typ',
|
|
1951
|
+
attachmentsFileName: 'Dateiname',
|
|
1952
|
+
attachmentsDownloadButton: 'Download',
|
|
1953
|
+
contactPersonName: 'Name der Kontaktperson',
|
|
1954
|
+
contactPersonEmail: 'E-Mail der Kontaktperson',
|
|
1955
|
+
contactPersonPhone: 'Kontaktperson Telefon',
|
|
1956
|
+
vat: 'MwSt.',
|
|
1957
|
+
taxRate: 'Steuersatz',
|
|
1958
|
+
deliveryInformationTitle: 'Lieferinformationen',
|
|
1959
|
+
deliverToName: 'Liefername',
|
|
1960
|
+
deliverToLocationIdentifier: 'Lieferort',
|
|
1961
|
+
deliveryDate: 'Lieferdatum',
|
|
1962
|
+
deliveryAddress: 'Lieferadresse',
|
|
1963
|
+
taxesHeading: 'Steuer'
|
|
1964
|
+
};
|
|
1965
|
+
|
|
1966
|
+
/** Type of the invoice */
|
|
1967
|
+
var InvoiceType;
|
|
1968
|
+
(function (InvoiceType) {
|
|
1969
|
+
InvoiceType[InvoiceType["PartialInvoice"] = 326] = "PartialInvoice";
|
|
1970
|
+
InvoiceType[InvoiceType["CommercialInvoice"] = 380] = "CommercialInvoice";
|
|
1971
|
+
InvoiceType[InvoiceType["CreditNote"] = 381] = "CreditNote";
|
|
1972
|
+
InvoiceType[InvoiceType["CorrectedInvoice"] = 384] = "CorrectedInvoice";
|
|
1973
|
+
InvoiceType[InvoiceType["SelfBilledInvoice"] = 389] = "SelfBilledInvoice";
|
|
1974
|
+
InvoiceType[InvoiceType["PartialConstructionInvoice"] = 875] = "PartialConstructionInvoice";
|
|
1975
|
+
InvoiceType[InvoiceType["PartialFinalConstructionInvoice"] = 876] = "PartialFinalConstructionInvoice";
|
|
1976
|
+
InvoiceType[InvoiceType["FinalConstructionInvoice"] = 877] = "FinalConstructionInvoice";
|
|
1977
|
+
})(InvoiceType || (InvoiceType = {}));
|
|
1978
|
+
/** Describes a mime type of a document */
|
|
1979
|
+
var AttachmentMimeType;
|
|
1980
|
+
(function (AttachmentMimeType) {
|
|
1981
|
+
AttachmentMimeType[AttachmentMimeType["Unknown"] = 0] = "Unknown";
|
|
1982
|
+
AttachmentMimeType[AttachmentMimeType["Pdf"] = 1] = "Pdf";
|
|
1983
|
+
AttachmentMimeType[AttachmentMimeType["Png"] = 2] = "Png";
|
|
1984
|
+
AttachmentMimeType[AttachmentMimeType["Jpeg"] = 3] = "Jpeg";
|
|
1985
|
+
AttachmentMimeType[AttachmentMimeType["Csv"] = 4] = "Csv";
|
|
1986
|
+
AttachmentMimeType[AttachmentMimeType["Excel"] = 5] = "Excel";
|
|
1987
|
+
AttachmentMimeType[AttachmentMimeType["OpenOfficeSpreadsheet"] = 6] = "OpenOfficeSpreadsheet";
|
|
1988
|
+
})(AttachmentMimeType || (AttachmentMimeType = {}));
|
|
1989
|
+
/** The category used in a VatBreakdown"/> */
|
|
1990
|
+
var VatCategory;
|
|
1991
|
+
(function (VatCategory) {
|
|
1992
|
+
VatCategory[VatCategory["Unknown"] = 0] = "Unknown";
|
|
1993
|
+
VatCategory[VatCategory["StandardRate"] = 1] = "StandardRate";
|
|
1994
|
+
VatCategory[VatCategory["ZeroRatedGoods"] = 2] = "ZeroRatedGoods";
|
|
1995
|
+
VatCategory[VatCategory["ExemptFromTax"] = 3] = "ExemptFromTax";
|
|
1996
|
+
VatCategory[VatCategory["VatReverseCharge"] = 4] = "VatReverseCharge";
|
|
1997
|
+
VatCategory[VatCategory["VatExemptReverseCharge"] = 5] = "VatExemptReverseCharge";
|
|
1998
|
+
VatCategory[VatCategory["FreeExportItem"] = 6] = "FreeExportItem";
|
|
1999
|
+
VatCategory[VatCategory["ServicesOutsideScopeOfTaxation"] = 7] = "ServicesOutsideScopeOfTaxation";
|
|
2000
|
+
VatCategory[VatCategory["CanaryIslandsGeneralIndirectTax"] = 8] = "CanaryIslandsGeneralIndirectTax";
|
|
2001
|
+
VatCategory[VatCategory["TaxInCeutaAndMelilla"] = 9] = "TaxInCeutaAndMelilla";
|
|
2002
|
+
})(VatCategory || (VatCategory = {}));
|
|
2003
|
+
/** This enum represents the source of an invoice, e.g. from which format it was imported */
|
|
2004
|
+
var SourceType;
|
|
2005
|
+
(function (SourceType) {
|
|
2006
|
+
SourceType[SourceType["Self"] = 0] = "Self";
|
|
2007
|
+
SourceType[SourceType["Ubl"] = 1] = "Ubl";
|
|
2008
|
+
SourceType[SourceType["Cii"] = 2] = "Cii";
|
|
2009
|
+
})(SourceType || (SourceType = {}));
|
|
2010
|
+
|
|
2011
2011
|
class InvoiceAttachmentMimeTypePipe {
|
|
2012
2012
|
transform(attachmentMimeType) {
|
|
2013
2013
|
switch (attachmentMimeType) {
|