AR Deposit: Difference between revisions

m
no edit summary
mNo edit summary
Line 119:
public string Department { get; set; }
 
// IsSecurityDeposit is to decide whether this deposit is subject to GST
// true: not subject to GST and is meant to be refund
// false: subject to GST and is considered as "Advance Payment"
public bool IsSecurityDeposit { get; set; }
 
Line 197 ⟶ 199:
* [[AR Refund]]
* [[AR Deposit]]
* [[AR Deposit (NewUpdate)- Create New or Update with Refund & Forfeit]]
 
[[Category:Programmer]]