Example #1
0
 public ReceiptPayment( decimal mAmount, string strReferenceNo, IPP iPP, Payment payment, Receipt receipt )
 {
     this._mAmount = mAmount;
     this._strReferenceNo = strReferenceNo;
     this._iPP = iPP;
     this._payment = payment;
     this._receipt = receipt;
 }
Example #2
0
 public ReceiptEntries( string strCode, string strDescription, int nQuantity, decimal mUnitPrice, string strReferenceNo, Promotion promotionstrDiscountCode, Promotion promotionstrFreebieCode, Receipt receipt )
 {
     this._strCode = strCode;
     this._strDescription = strDescription;
     this._nQuantity = nQuantity;
     this._mUnitPrice = mUnitPrice;
     this._strReferenceNo = strReferenceNo;
     this._promotionstrDiscountCode = promotionstrDiscountCode;
     this._promotionstrFreebieCode = promotionstrFreebieCode;
     this._receipt = receipt;
 }
Example #3
0
 public void AddReceipt(Receipt receipt)
 {
     receipt.Reward = this;
     _receipts.Add(receipt);
 }
Example #4
0
 public void AddPromotionReceiptFreebieCode(Receipt receiptsstrFreebieCode)
 {
     receiptsstrFreebieCode.PromotionstrFreebieCode = this;
     _receiptEntriesesstrFreebieCode.Add(receiptsstrFreebieCode);
 }
Example #5
0
 public void AddPromotionReceiptDiscountCode(Receipt receiptsstrDiscountCode)
 {
     receiptsstrDiscountCode.PromotionstrDiscountCode = this;
     _receiptsstrDiscountCode.Add(receiptsstrDiscountCode);
 }
Example #6
0
 public ReceiptPayment(decimal mAmount, string strReferenceNo, IPP iPP, Payment payment, Receipt receipt)
 {
     this._mAmount        = mAmount;
     this._strReferenceNo = strReferenceNo;
     this._iPP            = iPP;
     this._payment        = payment;
     this._receipt        = receipt;
 }
Example #7
0
 public void AddReceipt(Receipt receipt)
 {
     receipt.Category = this;
     _receipts.Add(receipt);
 }
Example #8
0
 //        protected IList _receipts = new ArrayList();
 public void AddReceipt(Receipt receipt)
 {
     receipt.Branch = this;
     _receipts.Add(receipt);
 }
Example #9
0
 public void AddReceipt(Receipt receipt)
 {
     receipt.Tax = this;
     _receipts.Add(receipt);
 }
Example #10
0
//		protected IList _receipts = new ArrayList();
        public void AddReceipt(Receipt receipt)
        {
            receipt.Branch = this;
            _receipts.Add(receipt);
        }
Example #11
0
 public ReceiptFreebie(string strItemCode, Promotion promotion, Receipt receipt)
 {
     this._strItemCode = strItemCode;
     this._promotion   = promotion;
     this._receipt     = receipt;
 }
Example #12
0
 public void AddReceipt(Receipt receipt)
 {
     receipt.Tax = this;
     _receipts.Add(receipt);
 }
Example #13
0
 public void AddReceipt(Receipt receipt)
 {
     receipt.Category = this;
     _receipts.Add(receipt);
 }
Example #14
0
 public ReceiptEntries(string strCode, string strDescription, int nQuantity, decimal mUnitPrice, string strReferenceNo, Promotion promotionstrDiscountCode, Promotion promotionstrFreebieCode, Receipt receipt)
 {
     this._strCode                  = strCode;
     this._strDescription           = strDescription;
     this._nQuantity                = nQuantity;
     this._mUnitPrice               = mUnitPrice;
     this._strReferenceNo           = strReferenceNo;
     this._promotionstrDiscountCode = promotionstrDiscountCode;
     this._promotionstrFreebieCode  = promotionstrFreebieCode;
     this._receipt                  = receipt;
 }
Example #15
0
 public void AddReceipt(Receipt receipt)
 {
     receipt.Member = this;
     _receipts.Add(receipt);
 }
Example #16
0
 public void AddPromotionReceiptDiscountCode(Receipt receiptsstrDiscountCode)
 {
     receiptsstrDiscountCode.PromotionstrDiscountCode = this;
     _receiptsstrDiscountCode.Add(receiptsstrDiscountCode);
 }
Example #17
0
 public ReceiptFreebie( string strItemCode, Promotion promotion, Receipt receipt )
 {
     this._strItemCode = strItemCode;
     this._promotion = promotion;
     this._receipt = receipt;
 }
Example #18
0
 public void AddPromotionReceiptFreebieCode(Receipt receiptsstrFreebieCode)
 {
     receiptsstrFreebieCode.PromotionstrFreebieCode = this;
     _receiptEntriesesstrFreebieCode.Add(receiptsstrFreebieCode);
 }
Example #19
0
 public void AddReceipt(Receipt receipt)
 {
     receipt.Member = this;
     _receipts.Add(receipt);
 }
Example #20
0
 public void AddReceipt(Receipt receipt)
 {
     receipt.Reward = this;
     _receipts.Add(receipt);
 }