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:
Amritanshu
2013-11-28 16:09:33 +05:30
parent b6498a7b1c
commit c36240398f
92 changed files with 434 additions and 1798 deletions

View File

@ -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)

View File

@ -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)

View File

@ -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)

View File

@ -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)