]> git.mxchange.org Git - jbonuscard-core.git/commit
Continued:
authorRoland Häder <roland@mxchange.org>
Thu, 2 Nov 2017 21:13:26 +0000 (22:13 +0100)
committerRoland Häder <roland@mxchange.org>
Sat, 4 Nov 2017 16:40:30 +0000 (17:40 +0100)
commit45eedcfa3abc52f3763c20c7b3e305b81c23265c
tree11f9cc64c8abb222faef52ca5c6f361f2d4c7025
parent5ae13df2bc576508889a619f011fb5cd6645d3cf
Continued:
- items may have own manufacturer, mostly then the product itself is an abstract
  product and does not have a direct manufacturer. Example: Milk can be made by
  many producers ("manufacturer", I known it isn't the same but here
  productProducer sounds a bit strange ...)
- bar code numbers might be very long, resulting an overflow of Long (!), so
  let's take String for now
- brand name of products happens very often in for example supermarkets
- manufacturer is now optional

Signed-off-by: Roland Häder <roland@mxchange.org>
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