]> git.mxchange.org Git - jbonuscard-core.git/commit
Continued:
authorRoland Häder <roland@mxchange.org>
Tue, 19 Sep 2017 19:06:24 +0000 (21:06 +0200)
committerRoland Häder <roland@mxchange.org>
Tue, 19 Sep 2017 19:26:50 +0000 (21:26 +0200)
commitd9813ba4b96f94ce4941575c4c6dd2cd5d92db5c
treec7c7bcb74b9f1956f6c716f4dd66a6c6e1466726
parentdb7e3b2cbbd41d1295e12be8f8f93d9fde7beca7
Continued:
- added Receipts utilities class which currently does only compare two receipt
  instances with each other: entity-equality or branch office, receipt number
  and "owning" user instance must all be the same
- added receiptNumber field
- added 2 named queries for receipts, finding all (any) and all user's receipts
- sorted members a bit

Signed-off-by: Roland Häder <roland@mxchange.org>
src/org/mxchange/jfinancials/exceptions/ReceiptAlreadyAddedException.java
src/org/mxchange/jfinancials/model/receipt/BillableReceipt.java
src/org/mxchange/jfinancials/model/receipt/FinancialReceipt.java
src/org/mxchange/jfinancials/model/receipt/Receipts.java [new file with mode: 0644]