]> git.mxchange.org Git - jbonuscard-core.git/commit
Continued a bit:
authorRoland Haeder <roland@mxchange.org>
Thu, 13 Apr 2017 19:18:33 +0000 (21:18 +0200)
committerRoland Haeder <roland@mxchange.org>
Thu, 13 Apr 2017 19:18:33 +0000 (21:18 +0200)
commitcb2b226d69b69212d6479492ee4b49ff86055625
treec47826c059d33d10bc9166e1710a373ff810c975
parentabd5ca3138caa70d5d71fa19ce90b0de3b6d5a15
Continued a bit:
- added receipt and receipt-entry POJOs/POJIs
lib/nblibraries.properties
nbproject/project.properties
src/org/mxchange/jfinancials/database/BaseFinancialsDatabaseBean.java
src/org/mxchange/jfinancials/receipt/Billable.java [new file with mode: 0644]
src/org/mxchange/jfinancials/receipt/Receipt.java [new file with mode: 0644]
src/org/mxchange/jfinancials/receipt/entry/BillableReceiptEntry.java [new file with mode: 0644]
src/org/mxchange/jfinancials/receipt/entry/ReceiptEntry.java [new file with mode: 0644]