User management fixed. Reports working now. Deployed

This commit is contained in:
unknown
2011-02-09 17:33:22 +05:30
parent 1400f42989
commit d4cfa92848
51 changed files with 1990 additions and 1358 deletions

View File

@ -8,13 +8,9 @@ namespace Tanshu.Accounts.Contracts
public class BillInventory
{
public int ProductID { get; set; }
public string Name { get; set; }
public decimal Price { get; set; }
public decimal Quantity { get; set; }
private decimal discount = 0;
public decimal Discount
{
@ -88,10 +84,9 @@ namespace Tanshu.Accounts.Contracts
{
get
{
return Quantity - printed;
return Quantity - Printed;
}
}
public bool isNew;
public string Display