Ejemplo n.º 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;
 }
Ejemplo n.º 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;
 }
Ejemplo n.º 3
0
 public void AddReceipt(Receipt receipt)
 {
     receipt.Reward = this;
     _receipts.Add(receipt);
 }
Ejemplo n.º 4
0
 public void AddPromotionReceiptFreebieCode(Receipt receiptsstrFreebieCode)
 {
     receiptsstrFreebieCode.PromotionstrFreebieCode = this;
     _receiptEntriesesstrFreebieCode.Add(receiptsstrFreebieCode);
 }
Ejemplo n.º 5
0
 public void AddPromotionReceiptDiscountCode(Receipt receiptsstrDiscountCode)
 {
     receiptsstrDiscountCode.PromotionstrDiscountCode = this;
     _receiptsstrDiscountCode.Add(receiptsstrDiscountCode);
 }
Ejemplo n.º 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;
 }
Ejemplo n.º 7
0
 public void AddReceipt(Receipt receipt)
 {
     receipt.Category = this;
     _receipts.Add(receipt);
 }
Ejemplo n.º 8
0
 //        protected IList _receipts = new ArrayList();
 public void AddReceipt(Receipt receipt)
 {
     receipt.Branch = this;
     _receipts.Add(receipt);
 }
Ejemplo n.º 9
0
 public void AddReceipt(Receipt receipt)
 {
     receipt.Tax = this;
     _receipts.Add(receipt);
 }
Ejemplo n.º 10
0
//		protected IList _receipts = new ArrayList();
        public void AddReceipt(Receipt receipt)
        {
            receipt.Branch = this;
            _receipts.Add(receipt);
        }
Ejemplo n.º 11
0
 public ReceiptFreebie(string strItemCode, Promotion promotion, Receipt receipt)
 {
     this._strItemCode = strItemCode;
     this._promotion   = promotion;
     this._receipt     = receipt;
 }
Ejemplo n.º 12
0
 public void AddReceipt(Receipt receipt)
 {
     receipt.Tax = this;
     _receipts.Add(receipt);
 }
Ejemplo n.º 13
0
 public void AddReceipt(Receipt receipt)
 {
     receipt.Category = this;
     _receipts.Add(receipt);
 }
Ejemplo n.º 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;
 }
Ejemplo n.º 15
0
 public void AddReceipt(Receipt receipt)
 {
     receipt.Member = this;
     _receipts.Add(receipt);
 }
Ejemplo n.º 16
0
 public void AddPromotionReceiptDiscountCode(Receipt receiptsstrDiscountCode)
 {
     receiptsstrDiscountCode.PromotionstrDiscountCode = this;
     _receiptsstrDiscountCode.Add(receiptsstrDiscountCode);
 }
Ejemplo n.º 17
0
 public ReceiptFreebie( string strItemCode, Promotion promotion, Receipt receipt )
 {
     this._strItemCode = strItemCode;
     this._promotion = promotion;
     this._receipt = receipt;
 }
Ejemplo n.º 18
0
 public void AddPromotionReceiptFreebieCode(Receipt receiptsstrFreebieCode)
 {
     receiptsstrFreebieCode.PromotionstrFreebieCode = this;
     _receiptEntriesesstrFreebieCode.Add(receiptsstrFreebieCode);
 }
Ejemplo n.º 19
0
 public void AddReceipt(Receipt receipt)
 {
     receipt.Member = this;
     _receipts.Add(receipt);
 }
Ejemplo n.º 20
0
 public void AddReceipt(Receipt receipt)
 {
     receipt.Reward = this;
     _receipts.Add(receipt);
 }