]> git.mxchange.org Git - jfinancials-core.git/commit
Don't cherry-pick
authorRoland Häder <roland@mxchange.org>
Sun, 12 Nov 2017 12:54:50 +0000 (13:54 +0100)
committerRoland Häder <roland@mxchange.org>
Sun, 12 Nov 2017 15:04:36 +0000 (16:04 +0100)
commit338be6a37cf85b9ff06e9345d4aea1f122637f0d
tree868b69b33ac967a1bb85072d5d4130f923e3d2c8
parent098b2cfe1340fe10a85ce96207f41ab319eefe56
Don't cherry-pick
- added entity for registering bonus cards, they will connect the buyer's "contact"
  entity with receipt entity
- added field for whether the item is a discount
- added field for item's coupon number
- removed percentage/fixed discounts as this should be done with fake products
- removed unique constrain between item's product and receipt as same discounts
  may be applied on more than one item

Signed-off-by: Roland Häder <roland@mxchange.org>
src/org/mxchange/jfinancials/model/bonus_card/BonusCard.java [new file with mode: 0644]
src/org/mxchange/jfinancials/model/bonus_card/FinancialBonusCard.java [new file with mode: 0644]
src/org/mxchange/jfinancials/model/receipt/BillableReceipt.java
src/org/mxchange/jfinancials/model/receipt/FinancialReceipt.java
src/org/mxchange/jfinancials/model/receipt_item/BillableReceiptItem.java
src/org/mxchange/jfinancials/model/receipt_item/FinancialReceiptItem.java