Feature: Added service tax and changed around a lot of SQL structure. Run the conversion sql file or it won't work.
This commit is contained in:
@ -17,7 +17,6 @@ namespace Tanshu.Accounts.Helpers
|
||||
: base(getData, true, "List of Bills")
|
||||
{
|
||||
//grid.Columns["CustomerID"].Visible = false;
|
||||
//grid.Columns["LedgerID"].Visible = false;
|
||||
}
|
||||
|
||||
protected override void FilterChanged(Dictionary<string, string> filter)
|
||||
|
||||
@ -21,7 +21,6 @@ namespace Tanshu.Accounts.Helpers
|
||||
filters.Add("Universal");
|
||||
SetFilterColumns(filters);
|
||||
grid.Columns["CustomerID"].Visible = false;
|
||||
grid.Columns["LedgerID"].Visible = false;
|
||||
}
|
||||
|
||||
protected override void FilterChanged(Dictionary<string, string> filter)
|
||||
|
||||
@ -20,7 +20,6 @@ namespace Tanshu.Accounts.Helpers
|
||||
filters.Add("Name");
|
||||
SetFilterColumns(filters);
|
||||
grid.Columns["UserID"].Visible = false;
|
||||
grid.Columns["timestamp"].Visible = false;
|
||||
}
|
||||
|
||||
protected override void FilterChanged(Dictionary<string, string> filter)
|
||||
|
||||
@ -20,7 +20,6 @@ namespace Tanshu.Accounts.Helpers
|
||||
filters.Add("Name");
|
||||
SetFilterColumns(filters);
|
||||
grid.Columns["WaiterID"].Visible = false;
|
||||
grid.Columns["timestamp"].Visible = false;
|
||||
}
|
||||
|
||||
protected override void FilterChanged(Dictionary<string, string> filter)
|
||||
|
||||
Reference in New Issue
Block a user