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' }