@appcorp/stellar-solutions-invoice-module 0.1.18 → 0.1.20
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.
|
@@ -392,7 +392,6 @@ exports.staticProductSection = (_d = {},
|
|
|
392
392
|
],
|
|
393
393
|
_d);
|
|
394
394
|
exports.INVOICE_API_ROUTES = {
|
|
395
|
-
// INVOICES: process.env.NODE_ENV === 'production' ? '/api/quotes-invoices' : 'https://stellar-solutions-pattern.vercel.app/api/quotes-invoices',
|
|
396
395
|
INVOICES: '/api/quotes-invoices',
|
|
397
396
|
INVOICE: '/api/quote-invoice',
|
|
398
397
|
INVOICE_BY_ID: '/api/quote-invoice/quote-invoice-by-id',
|
|
@@ -411,12 +410,12 @@ exports.tableBodyCols = [
|
|
|
411
410
|
key: 'currency',
|
|
412
411
|
},
|
|
413
412
|
{
|
|
414
|
-
componentType: vista_table_type_1.VISTA_TABLE_CELL_TYPE.
|
|
415
|
-
key: '
|
|
413
|
+
componentType: vista_table_type_1.VISTA_TABLE_CELL_TYPE.MULTIPLE_TEXT_LINES,
|
|
414
|
+
key: ['date', 'expiryDate'],
|
|
416
415
|
},
|
|
417
416
|
{
|
|
418
|
-
componentType: vista_table_type_1.VISTA_TABLE_CELL_TYPE.
|
|
419
|
-
key:
|
|
417
|
+
componentType: vista_table_type_1.VISTA_TABLE_CELL_TYPE.TEXT,
|
|
418
|
+
key: 'note',
|
|
420
419
|
},
|
|
421
420
|
{
|
|
422
421
|
componentType: vista_table_type_1.VISTA_TABLE_CELL_TYPE.TEXT,
|
|
@@ -432,11 +431,11 @@ exports.tableBodyCols = [
|
|
|
432
431
|
},
|
|
433
432
|
{
|
|
434
433
|
componentType: vista_table_type_1.VISTA_TABLE_CELL_TYPE.TEXT,
|
|
435
|
-
key: '
|
|
434
|
+
key: 'discount',
|
|
436
435
|
},
|
|
437
436
|
{
|
|
438
437
|
componentType: vista_table_type_1.VISTA_TABLE_CELL_TYPE.TEXT,
|
|
439
|
-
key: '
|
|
438
|
+
key: 'total',
|
|
440
439
|
},
|
|
441
440
|
{
|
|
442
441
|
componentType: vista_table_type_1.VISTA_TABLE_CELL_TYPE.TEXT,
|