]> git.mxchange.org Git - jbonuscard-core.git/commit
Continued:
authorRoland Häder <roland@mxchange.org>
Tue, 6 Jun 2017 20:45:43 +0000 (22:45 +0200)
committerRoland Häder <roland@mxchange.org>
Tue, 6 Jun 2017 20:45:43 +0000 (22:45 +0200)
commit89032a01d70c17e0b78808ce12537719b73e162d
tree30fff2ec6a5a4ddaf4ee5a6cb245ac72715e6c4d
parent431e35ae0cff7ba05d4a21a199a700962f26af8c
Continued:
- added billable income POJO/POJI
- moved generic code to jcoreee

Signed-off-by: Roland Häder <roland@mxchange.org>
src/org/mxchange/jfinancials/database/BaseFinancialsDatabaseBean.java
src/org/mxchange/jfinancials/model/income/BillableIncome.java [new file with mode: 0644]
src/org/mxchange/jfinancials/model/income/FinancialIncome.java [new file with mode: 0644]
src/org/mxchange/jfinancials/model/income/IncomeUtils.java [new file with mode: 0644]
src/org/mxchange/jfinancials/model/income/interval/FinancialInterval.java [new file with mode: 0644]
src/org/mxchange/jfinancials/model/receipt/FinancialReceipt.java
src/org/mxchange/jfinancials/model/receipt/entry/BillableReceiptEntry.java
src/org/mxchange/jfinancials/model/receipt/entry/ReceiptEntry.java