Experimental Support for CUPS Printing, not working as of now.
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<configuration>
|
||||
<connectionStrings>
|
||||
<add name="FluentCon" connectionString="Server=sovereign;Initial Catalog=Pets;User ID=sa;Password=123456" />
|
||||
<add name="FluentCon" connectionString="Server=.;Initial Catalog=Pets;User ID=sa;Password=123456" />
|
||||
</connectionStrings>
|
||||
<appSettings>
|
||||
<add key ="Location" value ="Office"/>
|
||||
|
||||
@ -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