Taxes, tips and bugfixes #10
1 changed files with 5 additions and 2 deletions
|
@ -39,8 +39,8 @@ export class DbExportComponent implements OnInit {
|
|||
expiration: new Date(Date.now()).toISOString(),
|
||||
payconf: false,
|
||||
crmToken: '',
|
||||
viewkey: '',
|
||||
tips: false
|
||||
viewkey: '',
|
||||
tips: false
|
||||
};
|
||||
|
||||
_ordersOk = false;
|
||||
|
@ -140,6 +140,9 @@ export class DbExportComponent implements OnInit {
|
|||
this.orders[i].total + ',' +
|
||||
this.orders[i].price! + ',' +
|
||||
this.orders[i].totalZec + ',' +
|
||||
this.orders[i].taxAmount + ',' +
|
||||
this.orders[i].vatAmount + ',' +
|
||||
this.orders[i].tipAmount + ',' +
|
||||
paid + ',"' +
|
||||
this.orders[i].externalInvoice + '"' +
|
||||
'\n';
|
||||
|
|
Loading…
Reference in a new issue