Experimental Support for CUPS Printing, not working as of now.
This commit is contained in:
@ -456,13 +456,15 @@ namespace Tanshu.Accounts.PointOfSale
|
||||
_saleForm.ClearBill(_bill);
|
||||
}
|
||||
|
||||
public void FormLoad()
|
||||
public SaleFormState FormLoad()
|
||||
{
|
||||
ClearBill();
|
||||
if (_editVoucherID.HasValue)
|
||||
{
|
||||
LoadBill(_editVoucherID.Value);
|
||||
return SaleFormState.Billing;
|
||||
}
|
||||
return SaleFormState.Waiting;
|
||||
}
|
||||
|
||||
internal void SettleBill()
|
||||
|
||||
Reference in New Issue
Block a user