]> git.mxchange.org Git - jfinancials-war.git/commit
Don't cherry-pick:
authorRoland Häder <roland@mxchange.org>
Sat, 4 Nov 2017 11:36:18 +0000 (12:36 +0100)
committerRoland Häder <roland@mxchange.org>
Sat, 4 Nov 2017 12:24:14 +0000 (13:24 +0100)
commit306d7f14a01c29173781c1331ac49da0000ad91b
treec1eb7d0d87cce04877a09fa81a221d9554b22614
parent7b28255d68e4a33ba6825da7f831cacb1ee8f5d7
Don't cherry-pick:
- receipts may also bear time when purchased, let's record this as well and
  java.util.Date can easily persist both, date and time, anyway.
- item's manufacturer can be different to generic product manufacturer, e.g.
  a sound system is unlikely being rebranded but surely many different companies
  will produce milk (which is a generic product that needs branding)
- bar codes are sometimes extremely long, even java.lang.Long was not enough to
  store them and I may not go to BigInteger, but maybe one day I will ...
- code convention applied: in comparison, first value then variable
- added brand name for receipt item

Signed-off-by: Roland Häder <roland@mxchange.org>
src/java/org/mxchange/jfinancials/beans/financial/model/receipt/FinancialAdminReceiptWebRequestBean.java
src/java/org/mxchange/jfinancials/beans/financial/model/receipt/FinancialsReceiptWebRequestBean.java
src/java/org/mxchange/jfinancials/beans/financial/model/receipt_item/FinancialAdminReceiptItemWebRequestBean.java
src/java/org/mxchange/jfinancials/converter/financial/receipt/FinancialsReceiptConverter.java
src/java/org/mxchange/localization/project_de_DE.properties
src/java/org/mxchange/localization/project_en_US.properties
web/WEB-INF/templates/admin/financial/receipt/admin_form_financial_receipt.tpl
web/WEB-INF/templates/admin/financial/receipt_item/admin_form_financial_receipt_item.tpl
web/WEB-INF/templates/user/financial/receipt/login_form_financial_receipt.tpl