Feature: Sale Analysis is working

Fix: Cashier Checkout multiple entries
This commit is contained in:
Amritanshu
2019-08-20 23:02:17 +05:30
parent c6b907061e
commit 70d31fea5e
35 changed files with 650 additions and 138 deletions

View File

@ -160,7 +160,7 @@ export class SalesHomeComponent implements OnInit {
}
moveTable() {
const canMergeTables = this.auth.hasPermission("Merge Tables");
const canMergeTables = this.auth.hasPermission('Merge Tables');
this.dialog.open(TablesDialogComponent, {
// width: '750px',
data: {
@ -296,7 +296,7 @@ export class SalesHomeComponent implements OnInit {
return false;
}
if (this.bs.bill.voucherType === PrintType.Kot) {
return false
return false;
}
if (this.bs.bill.isVoid) {
return false;