Added Basecode to Product
Added Voucher Type During Printing Added Discount Report Fixed Void bill table not getting cleared error Added PAX to table Removed Itital Setup button in MainForm as it was not doing anything
This commit is contained in:
@ -12,13 +12,17 @@ namespace Tanshu.Accounts.Entities
|
||||
CreditCard = 3,
|
||||
[Display("No Charge", true, 3)]
|
||||
NoCharge = 4,
|
||||
[Display("Bill To Company", true, 4)]
|
||||
[Display("Bill To Company", true, 2)]
|
||||
BillToCompany = 5,
|
||||
[Display("Tip", true, 2)]
|
||||
Tip = 6,
|
||||
[Display("Round Off", false, 1)]
|
||||
RoundOff = 7,
|
||||
[Display("Amount", false, 1)]
|
||||
Amount = 8
|
||||
Amount = 8,
|
||||
[Display("Settled", false, 1)]
|
||||
Settled = 9,
|
||||
[Display("Staff",true,4)]
|
||||
Staff = 10
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user