]> git.mxchange.org Git - jfinancials-war.git/commit
WIP Don't cherry-pick:
authorRoland Häder <roland@mxchange.org>
Sun, 17 Sep 2017 17:30:16 +0000 (19:30 +0200)
committerRoland Häder <roland@mxchange.org>
Sun, 17 Sep 2017 19:42:41 +0000 (21:42 +0200)
commit69f39272260155e96d35000ddf696a562fa2f1b1
tree18dadf79e4a5b69d91808e7a8f334f073bbb2275
parent7376a9a303a2852ea64a64fb534da5e5caaa3f76
WIP Don't cherry-pick:
- added project-specific language bundle
- this has the great advantage that project-specific messages are kept separate
  from general (e.g. bundle_de_DE) messages
- added template to add receipts
- added admin menu for receipts
- added navigation rule
- also listing them is added

Signed-off-by: Roland Häder <roland@mxchange.org>
src/java/org/mxchange/jfinancials/beans/financial/income/FinancialsIncomeWebRequestBean.java
src/java/org/mxchange/jfinancials/beans/financial/receipt/FinancialsReceiptWebRequestBean.java
src/java/org/mxchange/localization/project_de_DE.properties [new file with mode: 0644]
src/java/org/mxchange/localization/project_en_US.properties [new file with mode: 0644]
web/WEB-INF/faces-config.xml
web/WEB-INF/templates/admin/admin_menu.tpl
web/WEB-INF/templates/admin/financial/receipt/admin_form_financial_receipt.tpl [new file with mode: 0644]
web/admin/financials/receipts/admin_receipt_list.xhtml [new file with mode: 0644]
web/user/financials/login_financials_add_income.xhtml
web/user/financials/login_financials_overview.xhtml