From 942173e90552dcc32b7d21a71b90dde3722acd49 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Tue, 17 Oct 2023 12:00:36 +0200 Subject: [PATCH] fix(core): update --- test/test.ts | 69 ++++++++++++++++++++++++++++++++++++ ts/00_commitinfo_data.ts | 2 +- ts_web/00_commitinfo_data.ts | 2 +- 3 files changed, 71 insertions(+), 2 deletions(-) diff --git a/test/test.ts b/test/test.ts index e6e9916..0026798 100644 --- a/test/test.ts +++ b/test/test.ts @@ -131,6 +131,75 @@ tap.test('should create an invoice', async () => { vatPercentage: 19, currency: 'EUR', }, + { + name: 'Overnight Shipping', + unitQuantity: 1, + unitNetPrice: 1200, + unitType: 'item', + vatPercentage: 24, + currency: 'EUR', + },{ + name: 'Website Creation', + unitQuantity: 1, + unitNetPrice: 1200, + unitType: 'item', + vatPercentage: 0, + currency: 'EUR', + }, + { + name: 'Hosting', + unitQuantity: 1, + unitNetPrice: 1200, + unitType: 'item', + vatPercentage: 19, + currency: 'EUR', + }, + { + name: 'Overnight Shipping', + unitQuantity: 1, + unitNetPrice: 1200, + unitType: 'item', + vatPercentage: 24, + currency: 'EUR', + },{ + name: 'Website Creation', + unitQuantity: 1, + unitNetPrice: 1200, + unitType: 'item', + vatPercentage: 0, + currency: 'EUR', + }, + { + name: 'Hosting', + unitQuantity: 1, + unitNetPrice: 1200, + unitType: 'item', + vatPercentage: 19, + currency: 'EUR', + }, + { + name: 'Overnight Shipping', + unitQuantity: 1, + unitNetPrice: 1200, + unitType: 'item', + vatPercentage: 24, + currency: 'EUR', + },{ + name: 'Website Creation', + unitQuantity: 1, + unitNetPrice: 1200, + unitType: 'item', + vatPercentage: 0, + currency: 'EUR', + }, + { + name: 'Hosting', + unitQuantity: 1, + unitNetPrice: 1200, + unitType: 'item', + vatPercentage: 19, + currency: 'EUR', + }, { name: 'Overnight Shipping', unitQuantity: 1, diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index fffc7de..325d5e7 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@design.estate/dees-document', - version: '1.0.91', + version: '1.0.92', description: 'a catalog for creating documents like invoices' } diff --git a/ts_web/00_commitinfo_data.ts b/ts_web/00_commitinfo_data.ts index fffc7de..325d5e7 100644 --- a/ts_web/00_commitinfo_data.ts +++ b/ts_web/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@design.estate/dees-document', - version: '1.0.91', + version: '1.0.92', description: 'a catalog for creating documents like invoices' }