Fully Working build with Different print locations and table loading. Pending: Bill Settlement, Modifiers, etc.

This commit is contained in:
unknown
2011-01-17 20:25:43 +05:30
parent 76cd512ebc
commit 3ea5fc75ab
43 changed files with 81708 additions and 148 deletions

View File

@ -10,6 +10,6 @@ namespace Tanshu.Accounts.DAOFactory
void Update(PrintLocationBO printLocation);
bool Delete(int tableID);
PrintLocationBO GetPrintLocation(int printLocationID);
PrintLocationBO GetPrintLocation(Guid productTypeID, string location);
PrintLocationBO GetPrintLocation(Guid? productTypeID, string location);
}
}