Added inverse Attribute to ProductGroup.
BillInventory Renamed. Refactored Bill to be more usable. Added Bill Detail Report. Added Open Bill and Bill Details Roles. Zero Rate Products have Yellow background Color. Refactored UserBI, FoodTableBI, ModifierBI, PrintLocationBI, ProductBI, ProductGroupBI, TaxBI, UserBI, Cached the Products List. Product and Product Group Form Working.
This commit is contained in:
@ -16,4 +16,11 @@ namespace Tanshu.Accounts.Contracts
|
||||
public virtual decimal Sale { get; set; }
|
||||
public virtual decimal NC { get; set; }
|
||||
}
|
||||
public class BillDetail
|
||||
{
|
||||
public virtual DateTime Date { get; set; }
|
||||
public virtual string BillID { get; set; }
|
||||
public virtual string Settlement { get; set; }
|
||||
public virtual decimal Amount { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user