Author: ymartel Date: 2014-04-09 16:29:44 +0200 (Wed, 09 Apr 2014) New Revision: 410 Url: http://forge.chorem.org/projects/chorem/repository/revisions/410 Log: - add financial module with start implementation of ExpenseAccounts - add svn properties & some file headers Added: trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/financial/ trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/financial/ExpenseAccountAction.java trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/bean/ trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/bean/financial/ trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/bean/financial/ExpenseAccountBean.java trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/bean/financial/ExpenseAccountEntryBean.java trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/financial/ trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/financial/expenseAccountView.jsp trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/financial/expenseAccounts.jsp trunk/chorem-webmotion/src/main/webapp/js/expensePagination.js Modified: trunk/LICENSE.txt trunk/README.txt trunk/changelog.txt trunk/chorem-entities/LICENSE.txt trunk/chorem-entities/README.txt trunk/chorem-entities/changelog.txt trunk/chorem-entities/pom.xml trunk/chorem-entities/src/license/THIRD-PARTY.properties trunk/chorem-entities/src/main/java/com/inamik/utils/AbstractTableFormatter.java trunk/chorem-entities/src/main/java/com/inamik/utils/SimpleTableFormatter.java trunk/chorem-entities/src/main/java/com/inamik/utils/TableFormatter.java trunk/chorem-entities/src/main/java/org/chorem/ChoremAction.java trunk/chorem-entities/src/main/java/org/chorem/ChoremClient.java trunk/chorem-entities/src/main/java/org/chorem/ChoremConfig.java trunk/chorem-entities/src/main/java/org/chorem/ChoremConfigAction.java trunk/chorem-entities/src/main/java/org/chorem/ChoremConfigOption.java trunk/chorem-entities/src/main/java/org/chorem/ChoremMain.java trunk/chorem-entities/src/main/java/org/chorem/ChoremQueryHelper.java trunk/chorem-entities/src/main/java/org/chorem/ChoremQueryMaker.java trunk/chorem-entities/src/main/java/org/chorem/ChoremUtil.java trunk/chorem-entities/src/main/java/org/chorem/ImportChoremTopia.java trunk/chorem-entities/src/main/java/org/chorem/Saint.java trunk/chorem-entities/src/main/java/org/chorem/entities/EmployeeMigration.java trunk/chorem-entities/src/main/java/org/chorem/entities/ExpenseClaimStatus.java trunk/chorem-entities/src/main/java/org/chorem/entities/InvoiceMigration.java trunk/chorem-entities/src/main/java/org/chorem/entities/InvoiceStatus.java trunk/chorem-entities/src/main/java/org/chorem/entities/InvoiceableUtil.java trunk/chorem-entities/src/main/java/org/chorem/entities/Quotation18Migration.java trunk/chorem-entities/src/main/java/org/chorem/entities/QuotationMigration.java trunk/chorem-entities/src/main/java/org/chorem/entities/QuotationStatus.java trunk/chorem-entities/src/main/java/org/chorem/entities/TaskStatus.java trunk/chorem-entities/src/main/java/org/chorem/entities/VacationMigration.java trunk/chorem-entities/src/main/java/org/chorem/entities/VacationStatus.java trunk/chorem-entities/src/main/java/org/chorem/project/AdcCalculation.java trunk/chorem-entities/src/main/java/org/chorem/project/Calculation.java trunk/chorem-entities/src/main/java/org/chorem/project/QuotationCalculation.java trunk/chorem-entities/src/main/java/org/chorem/project/TaskCalculation.java trunk/chorem-entities/src/main/java/org/chorem/project/TotalQuotationCalculation.java trunk/chorem-entities/src/main/resources/chorem.properties trunk/chorem-entities/src/main/resources/log4j.properties trunk/chorem-entities/src/main/xmi/chorem-model.properties trunk/chorem-entities/src/main/xmi/chorem-model.zargo trunk/chorem-entities/src/main/xmi/vacations.rst trunk/chorem-entities/src/site/rst/chorem-entities-base.png trunk/chorem-entities/src/site/rst/chorem-entities-billy.png trunk/chorem-entities/src/site/rst/chorem-entities-bonzoms.png trunk/chorem-entities/src/site/rst/chorem-entities-gepeto.png trunk/chorem-entities/src/site/rst/dataModel.rst trunk/chorem-entities/src/site/rst/gepeto.rst trunk/chorem-entities/src/test/java/org/chorem/ChoremUtilTest.java trunk/chorem-entities/src/test/java/org/chorem/entities/InvoiceableUtilTest.java trunk/chorem-web/LICENSE.txt trunk/chorem-web/README.txt trunk/chorem-web/changelog.txt trunk/chorem-web/pom.xml trunk/chorem-web/src/main/i18n/jsp.rules trunk/chorem-web/src/main/java/org/chorem/ChoremSession.java trunk/chorem-web/src/main/java/org/chorem/ChoremUtil.java trunk/chorem-web/src/main/java/org/chorem/ContactDetailsConstants.java trunk/chorem-web/src/main/java/org/chorem/JspUtils.java trunk/chorem-web/src/main/java/org/chorem/action/ChoremBaseAction.java trunk/chorem-web/src/main/java/org/chorem/action/EntitySearchJsonAction.java trunk/chorem-web/src/main/java/org/chorem/action/HomeAction.java trunk/chorem-web/src/main/java/org/chorem/action/SelectWikittyComponentAction.java trunk/chorem-web/src/main/java/org/chorem/billy/action/QuotationAction.java trunk/chorem-web/src/main/java/org/chorem/gepeto/ProjectOrderFull.java trunk/chorem-web/src/main/java/org/chorem/gepeto/action/ProjectAction.java trunk/chorem-web/src/main/java/org/chorem/gepeto/action/ProjectOrderAction.java trunk/chorem-web/src/main/java/org/chorem/gepeto/action/TaskAction.java trunk/chorem-web/src/main/resources/freemarker.properties trunk/chorem-web/src/main/resources/i18n/chorem-web_en_GB.properties trunk/chorem-web/src/main/resources/i18n/chorem-web_fr_FR.properties trunk/chorem-web/src/main/resources/org/chorem/billy/action/QuotationAction-addQuotation-validation.xml trunk/chorem-web/src/main/resources/org/chorem/billy/action/QuotationAction-modifyQuotation-validation.xml trunk/chorem-web/src/main/resources/org/chorem/gepeto/action/ProjectAction-addProject-validation.xml trunk/chorem-web/src/main/resources/org/chorem/gepeto/action/ProjectAction-modifyProject-validation.xml trunk/chorem-web/src/main/resources/org/chorem/gepeto/action/ProjectOrderAction-addProjectOrder-validation.xml trunk/chorem-web/src/main/resources/org/chorem/gepeto/action/TaskAction-addTask-validation.xml trunk/chorem-web/src/main/resources/struts.properties trunk/chorem-web/src/main/resources/struts.xml trunk/chorem-web/src/main/webapp/WEB-INF/decorators.xml trunk/chorem-web/src/main/webapp/WEB-INF/decorators/billy.jsp trunk/chorem-web/src/main/webapp/WEB-INF/decorators/bonzoms.jsp trunk/chorem-web/src/main/webapp/WEB-INF/decorators/cash.jsp trunk/chorem-web/src/main/webapp/WEB-INF/decorators/gepeto.jsp trunk/chorem-web/src/main/webapp/WEB-INF/decorators/main.jsp trunk/chorem-web/src/main/webapp/WEB-INF/jsp/billy/addQuotation.jsp trunk/chorem-web/src/main/webapp/WEB-INF/jsp/billy/home.jsp trunk/chorem-web/src/main/webapp/WEB-INF/jsp/billy/menu.jsp trunk/chorem-web/src/main/webapp/WEB-INF/jsp/billy/quotationDetails.jsp trunk/chorem-web/src/main/webapp/WEB-INF/jsp/bonzoms/companies.jsp trunk/chorem-web/src/main/webapp/WEB-INF/jsp/bonzoms/menu.jsp trunk/chorem-web/src/main/webapp/WEB-INF/jsp/bonzoms/persons.jsp trunk/chorem-web/src/main/webapp/WEB-INF/jsp/common/inc/footer.jsp trunk/chorem-web/src/main/webapp/WEB-INF/jsp/common/inc/header.jsp trunk/chorem-web/src/main/webapp/WEB-INF/jsp/common/selectWikittyComponent.jsp trunk/chorem-web/src/main/webapp/WEB-INF/jsp/gepeto/addProject.jsp trunk/chorem-web/src/main/webapp/WEB-INF/jsp/gepeto/addProjectOrder.jsp trunk/chorem-web/src/main/webapp/WEB-INF/jsp/gepeto/addTask.jsp trunk/chorem-web/src/main/webapp/WEB-INF/jsp/gepeto/menu.jsp trunk/chorem-web/src/main/webapp/WEB-INF/jsp/gepeto/projectDetails.jsp trunk/chorem-web/src/main/webapp/WEB-INF/jsp/gepeto/projectOrderDetails.jsp trunk/chorem-web/src/main/webapp/WEB-INF/jsp/gepeto/projects.jsp trunk/chorem-web/src/main/webapp/WEB-INF/jsp/gepeto/projectsByYear.jsp trunk/chorem-web/src/main/webapp/WEB-INF/jsp/gepeto/projectsWithoutQuotation.jsp trunk/chorem-web/src/main/webapp/WEB-INF/jsp/gepeto/results.jsp trunk/chorem-web/src/main/webapp/WEB-INF/jsp/home.jsp trunk/chorem-web/src/main/webapp/WEB-INF/sitemesh.xml trunk/chorem-web/src/main/webapp/WEB-INF/web.xml trunk/chorem-web/src/main/webapp/css/style.css trunk/chorem-web/src/main/webapp/js/chorem.js trunk/chorem-web/src/main/webapp/template/simple/a-close.ftl trunk/chorem-web/src/main/webapp/template/simple/form-common.ftl trunk/chorem-web/src/main/webapp/template/xhtml/controlheader-core.ftl trunk/chorem-web/src/main/webapp/template/xhtml/file.ftl trunk/chorem-web/src/main/webapp/template/xhtml/form-close.ftl trunk/chorem-web/src/main/webapp/template/xhtml/form.ftl trunk/chorem-web/src/main/webapp/template/xhtml/password.ftl trunk/chorem-web/src/main/webapp/template/xhtml/submit-close.ftl trunk/chorem-web/src/main/webapp/template/xhtml/submit.ftl trunk/chorem-web/src/main/webapp/template/xhtml/text.ftl trunk/chorem-web/src/main/webapp/template/xhtml/textarea.ftl trunk/chorem-webmotion/LICENSE.txt trunk/chorem-webmotion/README.txt trunk/chorem-webmotion/changelog.txt trunk/chorem-webmotion/pom.xml trunk/chorem-webmotion/src/doc/REST_API_Timer.txt trunk/chorem-webmotion/src/jetty/jetty-context.xml trunk/chorem-webmotion/src/license/THIRD-PARTY.properties trunk/chorem-webmotion/src/main/i18n/jsp.rules trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/ChoremDateUtil.java trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/ChoremWebMotionUtil.java trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/PaginatedResult.java trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/AdcDashboardAction.java trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/AdminAction.java trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/BIAction.java trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/DashboardAction.java trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/DashboardHRAction.java trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/EmployeeEditAction.java trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/GenericAction.java trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/HrAction.java trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/MapWithDefault.java trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/WikittyRestAction.java trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/crm/AccountAction.java trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/crm/ContactRowForExport.java trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/crm/ContactRowForExportModel.java trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/crm/ExportAction.java trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/crm/QuotationAction.java trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/project/DashboardProjectAction.java trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/project/GanttAction.java trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/project/ProjectsAction.java trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/project/QuotationData.java trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/project/QuotationStatusAction.java trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/project/TaskData.java trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/sales/AcceptedQuotationsReportAction.java trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/sales/AccountSalesReportAction.java trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/sales/FunnelAction.java trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/sales/ProjectSalesReportAction.java trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/sales/QuotationYearData.java trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/sales/SalesAction.java trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/sales/SalesData.java trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/sales/SalesPerAccountReportAction.java trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/sales/SalesPerProjectReportAction.java trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/sales/SalesReportAction.java trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/sales/SalesReportHelper.java trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/sales/SentQuotationsReportAction.java trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/filters/AuthenticationFilter.java trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/filters/ChoremClientFilter.java trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/filters/DecoratorFilter.java trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/injector/InjectorListener.java trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/render/RenderWikitty.java trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/render/RenderWikittyJson.java trunk/chorem-webmotion/src/main/java/org/wikitty/web/jsptag/WikittyDisplay.java trunk/chorem-webmotion/src/main/java/org/wikitty/web/jsptag/WikittyInput.java trunk/chorem-webmotion/src/main/resources/i18n/chorem-webmotion_en_GB.properties trunk/chorem-webmotion/src/main/resources/i18n/chorem-webmotion_fr_FR.properties trunk/chorem-webmotion/src/main/resources/log4j.properties trunk/chorem-webmotion/src/main/resources/mapping trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/admin/importExport.jsp trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/bi/reportDefinition.jsp trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/contact.jsp trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/crm/account.jsp trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/crm/company.jsp trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/crm/editQuotation.jsp trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/crm/project.jsp trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/dashboardAdc.jsp trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/dashboardAnnualProfit.jsp trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/dashboardBudget.jsp trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/dashboardEmployee.jsp trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/dashboardInvoice.jsp trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/dashboardMultiProject.jsp trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/dashboardProfitability.jsp trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/dashboardProject.jsp trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/dashboardQuotation.jsp trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/dashboardRequestVacation.jsp trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/dashboardSingleProject.jsp trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/dashboardSummary.jsp trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/dashboardVAT.jsp trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/dashboardVacation.jsp trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/dashboardVacationAsked.jsp trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/dashboardVacationByEmployee.jsp trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/dashboardWorkingProjectDaysByEmployee.jsp trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/decorator.jsp trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/edit.jsp trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/editMulti.jsp trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/editRelated.jsp trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/editVacationRequest.jsp trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/employeeEdit.jsp trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/hr.jsp trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/index.jsp trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/login.jsp trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/projects/editProject.html trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/projects/projects.jsp trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/report.jsp trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/salesReports/acceptedQuotation.jsp trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/salesReports/accountSalesReport.jsp trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/salesReports/dialog-cancel.html trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/salesReports/dialog-draftToSent.html trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/salesReports/dialog-leadToDraft.html trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/salesReports/dialog-sentToAccepted.html trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/salesReports/dialog-sentToRejected.html trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/salesReports/menu.jsp trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/salesReports/projectSalesReport.jsp trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/salesReports/sales.jsp trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/salesReports/salesFunnel.jsp trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/salesReports/salesPerAccountReport.jsp trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/salesReports/salesPerProjectReport.jsp trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/salesReports/salesReport.jsp trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/salesReports/sentQuotation.jsp trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/search.jsp trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/simpleWikiFields.jsp trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/vacationDiv.jsp trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/view.jsp trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/viewActionCompany.jsp trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/viewActionEmployee.jsp trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/viewActionFinancialTransaction.jsp trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/viewActionPerson.jsp trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/viewActionProject.jsp trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/viewActionQuotation.jsp trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/viewActionTask.jsp trunk/chorem-webmotion/src/main/webapp/WEB-INF/nuiton-js.properties trunk/chorem-webmotion/src/main/webapp/WEB-INF/web.xml trunk/chorem-webmotion/src/main/webapp/WEB-INF/wikitty.tld trunk/chorem-webmotion/src/main/webapp/WEB-INF/wro.xml trunk/chorem-webmotion/src/main/webapp/css/chorem-bi.css trunk/chorem-webmotion/src/main/webapp/css/chorem-crm.css trunk/chorem-webmotion/src/main/webapp/css/chorem-sales.css trunk/chorem-webmotion/src/main/webapp/css/chorem.less trunk/chorem-webmotion/src/main/webapp/css/employeeEdit.css trunk/chorem-webmotion/src/main/webapp/css/jquery-ui-timepicker-addon.css trunk/chorem-webmotion/src/main/webapp/css/jquery.fn.gantt.css trunk/chorem-webmotion/src/main/webapp/css/ng-grid.min.css trunk/chorem-webmotion/src/main/webapp/css/select2/select2-spinner.gif trunk/chorem-webmotion/src/main/webapp/css/select2/select2.css trunk/chorem-webmotion/src/main/webapp/css/select2/select2.png trunk/chorem-webmotion/src/main/webapp/css/select2/select2x2.png trunk/chorem-webmotion/src/main/webapp/css/vacationRequest.css trunk/chorem-webmotion/src/main/webapp/img/ajax-loader.gif trunk/chorem-webmotion/src/main/webapp/img/glyphicons-halflings-white.png trunk/chorem-webmotion/src/main/webapp/img/glyphicons-halflings.png trunk/chorem-webmotion/src/main/webapp/img/jquery.fn.gantt/grid.png trunk/chorem-webmotion/src/main/webapp/img/jquery.fn.gantt/icon_sprite.png trunk/chorem-webmotion/src/main/webapp/img/jquery.fn.gantt/loader_bg.png trunk/chorem-webmotion/src/main/webapp/img/jquery.fn.gantt/slider_handle.png trunk/chorem-webmotion/src/main/webapp/js/chorem.js trunk/chorem-webmotion/src/main/webapp/js/dashboardAdc.js trunk/chorem-webmotion/src/main/webapp/js/employeeEdit.js trunk/chorem-webmotion/src/main/webapp/js/jquery-ui-timepicker-addon.js trunk/chorem-webmotion/src/main/webapp/js/jquery-ui-timepicker-fr.js trunk/chorem-webmotion/src/main/webapp/js/jquery.fn.gantt.js trunk/chorem-webmotion/src/main/webapp/js/jquery.maskedinput-1.3.js trunk/chorem-webmotion/src/main/webapp/js/js-hypercube.min.js trunk/chorem-webmotion/src/main/webapp/js/less-1.3.3.js trunk/chorem-webmotion/src/main/webapp/js/ng-grid-2.0.7.debug.js trunk/chorem-webmotion/src/main/webapp/js/ng-grid-2.0.7.min.js trunk/chorem-webmotion/src/main/webapp/js/ng-select2.js trunk/chorem-webmotion/src/main/webapp/js/ng-wikitty.js trunk/chorem-webmotion/src/main/webapp/js/projectPagination.js trunk/chorem-webmotion/src/main/webapp/js/salesFunnel.js trunk/chorem-webmotion/src/main/webapp/js/select2.min.js trunk/pom.xml trunk/src/site/resources/images/logos/argouml-logo.png trunk/src/site/resources/images/logos/jrst-logo.png trunk/src/site/resources/images/logos/restructuredtext-logo.png trunk/src/site/rst/calculations.rst trunk/src/site/rst/chorem-cdc.rst trunk/src/site/rst/doc-devel.rst trunk/src/site/rst/index.rst trunk/src/site/rst/requisite.rst trunk/src/site/site_fr.xml Property changes on: trunk/LICENSE.txt ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Property changes on: trunk/README.txt ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Property changes on: trunk/changelog.txt ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Property changes on: trunk/chorem-entities/LICENSE.txt ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Property changes on: trunk/chorem-entities/README.txt ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Property changes on: trunk/chorem-entities/changelog.txt ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Property changes on: trunk/chorem-entities/pom.xml ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Property changes on: trunk/chorem-entities/src/license/THIRD-PARTY.properties ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Property changes on: trunk/chorem-entities/src/main/java/com/inamik/utils/AbstractTableFormatter.java ___________________________________________________________________ Added: svn:eol-style + native Property changes on: trunk/chorem-entities/src/main/java/com/inamik/utils/SimpleTableFormatter.java ___________________________________________________________________ Added: svn:eol-style + native Property changes on: trunk/chorem-entities/src/main/java/com/inamik/utils/TableFormatter.java ___________________________________________________________________ Added: svn:eol-style + native Modified: trunk/chorem-entities/src/main/java/org/chorem/ChoremAction.java =================================================================== --- trunk/chorem-entities/src/main/java/org/chorem/ChoremAction.java 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-entities/src/main/java/org/chorem/ChoremAction.java 2014-04-09 14:29:44 UTC (rev 410) @@ -1,8 +1,8 @@ /* * #%L * Chorem entities - * $Id:$ - * $HeadURL:$ + * $Id$ + * $HeadURL$ * %% * Copyright (C) 2011 - 2012 CodeLutin * %% Property changes on: trunk/chorem-entities/src/main/java/org/chorem/ChoremAction.java ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-entities/src/main/java/org/chorem/ChoremClient.java =================================================================== --- trunk/chorem-entities/src/main/java/org/chorem/ChoremClient.java 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-entities/src/main/java/org/chorem/ChoremClient.java 2014-04-09 14:29:44 UTC (rev 410) @@ -1,8 +1,8 @@ /* * #%L * Chorem entities - * $Id:$ - * $HeadURL:$ + * $Id$ + * $HeadURL$ * %% * Copyright (C) 2011 - 2012 CodeLutin * %% Property changes on: trunk/chorem-entities/src/main/java/org/chorem/ChoremClient.java ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-entities/src/main/java/org/chorem/ChoremConfig.java =================================================================== --- trunk/chorem-entities/src/main/java/org/chorem/ChoremConfig.java 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-entities/src/main/java/org/chorem/ChoremConfig.java 2014-04-09 14:29:44 UTC (rev 410) @@ -1,8 +1,8 @@ /* * #%L * Chorem entities - * $Id:$ - * $HeadURL:$ + * $Id$ + * $HeadURL$ * %% * Copyright (C) 2011 - 2012 CodeLutin * %% Property changes on: trunk/chorem-entities/src/main/java/org/chorem/ChoremConfig.java ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-entities/src/main/java/org/chorem/ChoremConfigAction.java =================================================================== --- trunk/chorem-entities/src/main/java/org/chorem/ChoremConfigAction.java 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-entities/src/main/java/org/chorem/ChoremConfigAction.java 2014-04-09 14:29:44 UTC (rev 410) @@ -1,8 +1,8 @@ /* * #%L * Chorem entities - * $Id:$ - * $HeadURL:$ + * $Id$ + * $HeadURL$ * %% * Copyright (C) 2011 - 2012 CodeLutin * %% Property changes on: trunk/chorem-entities/src/main/java/org/chorem/ChoremConfigAction.java ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-entities/src/main/java/org/chorem/ChoremConfigOption.java =================================================================== --- trunk/chorem-entities/src/main/java/org/chorem/ChoremConfigOption.java 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-entities/src/main/java/org/chorem/ChoremConfigOption.java 2014-04-09 14:29:44 UTC (rev 410) @@ -1,8 +1,8 @@ /* * #%L * Chorem entities - * $Id:$ - * $HeadURL:$ + * $Id$ + * $HeadURL$ * %% * Copyright (C) 2011 - 2012 CodeLutin * %% Property changes on: trunk/chorem-entities/src/main/java/org/chorem/ChoremConfigOption.java ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-entities/src/main/java/org/chorem/ChoremMain.java =================================================================== --- trunk/chorem-entities/src/main/java/org/chorem/ChoremMain.java 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-entities/src/main/java/org/chorem/ChoremMain.java 2014-04-09 14:29:44 UTC (rev 410) @@ -1,8 +1,8 @@ /* * #%L * Chorem entities - * $Id:$ - * $HeadURL:$ + * $Id$ + * $HeadURL$ * %% * Copyright (C) 2011 - 2012 CodeLutin * %% Property changes on: trunk/chorem-entities/src/main/java/org/chorem/ChoremMain.java ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-entities/src/main/java/org/chorem/ChoremQueryHelper.java =================================================================== --- trunk/chorem-entities/src/main/java/org/chorem/ChoremQueryHelper.java 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-entities/src/main/java/org/chorem/ChoremQueryHelper.java 2014-04-09 14:29:44 UTC (rev 410) @@ -3,8 +3,8 @@ /* * #%L * Chorem entities - * $Id:$ - * $HeadURL:$ + * $Id$ + * $HeadURL$ * %% * Copyright (C) 2011 - 2012 CodeLutin * %% Property changes on: trunk/chorem-entities/src/main/java/org/chorem/ChoremQueryHelper.java ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-entities/src/main/java/org/chorem/ChoremQueryMaker.java =================================================================== --- trunk/chorem-entities/src/main/java/org/chorem/ChoremQueryMaker.java 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-entities/src/main/java/org/chorem/ChoremQueryMaker.java 2014-04-09 14:29:44 UTC (rev 410) @@ -3,8 +3,8 @@ /* * #%L * Chorem entities - * $Id:$ - * $HeadURL:$ + * $Id$ + * $HeadURL$ * %% * Copyright (C) 2011 - 2012 CodeLutin * %% Property changes on: trunk/chorem-entities/src/main/java/org/chorem/ChoremQueryMaker.java ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-entities/src/main/java/org/chorem/ChoremUtil.java =================================================================== --- trunk/chorem-entities/src/main/java/org/chorem/ChoremUtil.java 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-entities/src/main/java/org/chorem/ChoremUtil.java 2014-04-09 14:29:44 UTC (rev 410) @@ -3,8 +3,8 @@ /* * #%L * Chorem :: entities - * $Id:$ - * $HeadURL:$ + * $Id$ + * $HeadURL$ * %% * Copyright (C) 2011 - 2014 CodeLutin * %% Property changes on: trunk/chorem-entities/src/main/java/org/chorem/ChoremUtil.java ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-entities/src/main/java/org/chorem/ImportChoremTopia.java =================================================================== --- trunk/chorem-entities/src/main/java/org/chorem/ImportChoremTopia.java 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-entities/src/main/java/org/chorem/ImportChoremTopia.java 2014-04-09 14:29:44 UTC (rev 410) @@ -1,8 +1,8 @@ /* * #%L * Chorem entities - * $Id:$ - * $HeadURL:$ + * $Id$ + * $HeadURL$ * %% * Copyright (C) 2011 - 2012 CodeLutin * %% Property changes on: trunk/chorem-entities/src/main/java/org/chorem/ImportChoremTopia.java ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-entities/src/main/java/org/chorem/Saint.java =================================================================== --- trunk/chorem-entities/src/main/java/org/chorem/Saint.java 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-entities/src/main/java/org/chorem/Saint.java 2014-04-09 14:29:44 UTC (rev 410) @@ -1,8 +1,8 @@ /* * #%L * Chorem entities - * $Id:$ - * $HeadURL:$ + * $Id$ + * $HeadURL$ * %% * Copyright (C) 2011 - 2012 CodeLutin * %% Property changes on: trunk/chorem-entities/src/main/java/org/chorem/Saint.java ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-entities/src/main/java/org/chorem/entities/EmployeeMigration.java =================================================================== --- trunk/chorem-entities/src/main/java/org/chorem/entities/EmployeeMigration.java 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-entities/src/main/java/org/chorem/entities/EmployeeMigration.java 2014-04-09 14:29:44 UTC (rev 410) @@ -7,8 +7,8 @@ /* * #%L * Chorem entities - * $Id:$ - * $HeadURL:$ + * $Id$ + * $HeadURL$ * %% * Copyright (C) 2011 - 2012 CodeLutin * %% Property changes on: trunk/chorem-entities/src/main/java/org/chorem/entities/EmployeeMigration.java ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-entities/src/main/java/org/chorem/entities/ExpenseClaimStatus.java =================================================================== --- trunk/chorem-entities/src/main/java/org/chorem/entities/ExpenseClaimStatus.java 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-entities/src/main/java/org/chorem/entities/ExpenseClaimStatus.java 2014-04-09 14:29:44 UTC (rev 410) @@ -1,8 +1,8 @@ /* * #%L * Chorem entities - * $Id:$ - * $HeadURL:$ + * $Id$ + * $HeadURL$ * %% * Copyright (C) 2011 - 2012 CodeLutin * %% Property changes on: trunk/chorem-entities/src/main/java/org/chorem/entities/ExpenseClaimStatus.java ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-entities/src/main/java/org/chorem/entities/InvoiceMigration.java =================================================================== --- trunk/chorem-entities/src/main/java/org/chorem/entities/InvoiceMigration.java 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-entities/src/main/java/org/chorem/entities/InvoiceMigration.java 2014-04-09 14:29:44 UTC (rev 410) @@ -7,8 +7,8 @@ /* * #%L * Chorem entities - * $Id:$ - * $HeadURL:$ + * $Id$ + * $HeadURL$ * %% * Copyright (C) 2011 - 2012 CodeLutin * %% Property changes on: trunk/chorem-entities/src/main/java/org/chorem/entities/InvoiceMigration.java ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-entities/src/main/java/org/chorem/entities/InvoiceStatus.java =================================================================== --- trunk/chorem-entities/src/main/java/org/chorem/entities/InvoiceStatus.java 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-entities/src/main/java/org/chorem/entities/InvoiceStatus.java 2014-04-09 14:29:44 UTC (rev 410) @@ -1,8 +1,8 @@ /* * #%L * Chorem entities - * $Id:$ - * $HeadURL:$ + * $Id$ + * $HeadURL$ * %% * Copyright (C) 2011 - 2012 CodeLutin * %% Property changes on: trunk/chorem-entities/src/main/java/org/chorem/entities/InvoiceStatus.java ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-entities/src/main/java/org/chorem/entities/InvoiceableUtil.java =================================================================== --- trunk/chorem-entities/src/main/java/org/chorem/entities/InvoiceableUtil.java 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-entities/src/main/java/org/chorem/entities/InvoiceableUtil.java 2014-04-09 14:29:44 UTC (rev 410) @@ -1,8 +1,8 @@ /* * #%L * Chorem entities - * $Id:$ - * $HeadURL:$ + * $Id$ + * $HeadURL$ * %% * Copyright (C) 2011 - 2012 CodeLutin * %% Property changes on: trunk/chorem-entities/src/main/java/org/chorem/entities/InvoiceableUtil.java ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-entities/src/main/java/org/chorem/entities/Quotation18Migration.java =================================================================== --- trunk/chorem-entities/src/main/java/org/chorem/entities/Quotation18Migration.java 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-entities/src/main/java/org/chorem/entities/Quotation18Migration.java 2014-04-09 14:29:44 UTC (rev 410) @@ -3,8 +3,8 @@ /* * #%L * Chorem :: entities - * $Id:$ - * $HeadURL:$ + * $Id$ + * $HeadURL$ * %% * Copyright (C) 2011 - 2014 CodeLutin * %% Property changes on: trunk/chorem-entities/src/main/java/org/chorem/entities/Quotation18Migration.java ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-entities/src/main/java/org/chorem/entities/QuotationMigration.java =================================================================== --- trunk/chorem-entities/src/main/java/org/chorem/entities/QuotationMigration.java 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-entities/src/main/java/org/chorem/entities/QuotationMigration.java 2014-04-09 14:29:44 UTC (rev 410) @@ -1,8 +1,8 @@ /* * #%L * Chorem entities - * $Id:$ - * $HeadURL:$ + * $Id$ + * $HeadURL$ * %% * Copyright (C) 2011 - 2012 CodeLutin * %% Property changes on: trunk/chorem-entities/src/main/java/org/chorem/entities/QuotationMigration.java ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-entities/src/main/java/org/chorem/entities/QuotationStatus.java =================================================================== --- trunk/chorem-entities/src/main/java/org/chorem/entities/QuotationStatus.java 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-entities/src/main/java/org/chorem/entities/QuotationStatus.java 2014-04-09 14:29:44 UTC (rev 410) @@ -1,8 +1,8 @@ /* * #%L * Chorem entities - * $Id:$ - * $HeadURL:$ + * $Id$ + * $HeadURL$ * %% * Copyright (C) 2011 - 2012 CodeLutin * %% Property changes on: trunk/chorem-entities/src/main/java/org/chorem/entities/QuotationStatus.java ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-entities/src/main/java/org/chorem/entities/TaskStatus.java =================================================================== --- trunk/chorem-entities/src/main/java/org/chorem/entities/TaskStatus.java 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-entities/src/main/java/org/chorem/entities/TaskStatus.java 2014-04-09 14:29:44 UTC (rev 410) @@ -1,8 +1,8 @@ /* * #%L * Chorem entities - * $Id:$ - * $HeadURL:$ + * $Id$ + * $HeadURL$ * %% * Copyright (C) 2011 - 2012 CodeLutin * %% Property changes on: trunk/chorem-entities/src/main/java/org/chorem/entities/TaskStatus.java ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-entities/src/main/java/org/chorem/entities/VacationMigration.java =================================================================== --- trunk/chorem-entities/src/main/java/org/chorem/entities/VacationMigration.java 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-entities/src/main/java/org/chorem/entities/VacationMigration.java 2014-04-09 14:29:44 UTC (rev 410) @@ -1,8 +1,8 @@ /* * #%L * Chorem entities - * $Id:$ - * $HeadURL:$ + * $Id$ + * $HeadURL$ * %% * Copyright (C) 2011 - 2012 CodeLutin * %% Property changes on: trunk/chorem-entities/src/main/java/org/chorem/entities/VacationMigration.java ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-entities/src/main/java/org/chorem/entities/VacationStatus.java =================================================================== --- trunk/chorem-entities/src/main/java/org/chorem/entities/VacationStatus.java 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-entities/src/main/java/org/chorem/entities/VacationStatus.java 2014-04-09 14:29:44 UTC (rev 410) @@ -1,8 +1,8 @@ /* * #%L * Chorem entities - * $Id:$ - * $HeadURL:$ + * $Id$ + * $HeadURL$ * %% * Copyright (C) 2011 - 2012 CodeLutin * %% Property changes on: trunk/chorem-entities/src/main/java/org/chorem/entities/VacationStatus.java ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-entities/src/main/java/org/chorem/project/AdcCalculation.java =================================================================== --- trunk/chorem-entities/src/main/java/org/chorem/project/AdcCalculation.java 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-entities/src/main/java/org/chorem/project/AdcCalculation.java 2014-04-09 14:29:44 UTC (rev 410) @@ -3,8 +3,8 @@ /* * #%L * Chorem :: entities - * $Id:$ - * $HeadURL:$ + * $Id$ + * $HeadURL$ * %% * Copyright (C) 2011 - 2014 CodeLutin * %% Property changes on: trunk/chorem-entities/src/main/java/org/chorem/project/AdcCalculation.java ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-entities/src/main/java/org/chorem/project/Calculation.java =================================================================== --- trunk/chorem-entities/src/main/java/org/chorem/project/Calculation.java 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-entities/src/main/java/org/chorem/project/Calculation.java 2014-04-09 14:29:44 UTC (rev 410) @@ -3,8 +3,8 @@ /* * #%L * Chorem :: entities - * $Id:$ - * $HeadURL:$ + * $Id$ + * $HeadURL$ * %% * Copyright (C) 2011 - 2014 CodeLutin * %% Property changes on: trunk/chorem-entities/src/main/java/org/chorem/project/Calculation.java ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-entities/src/main/java/org/chorem/project/QuotationCalculation.java =================================================================== --- trunk/chorem-entities/src/main/java/org/chorem/project/QuotationCalculation.java 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-entities/src/main/java/org/chorem/project/QuotationCalculation.java 2014-04-09 14:29:44 UTC (rev 410) @@ -3,8 +3,8 @@ /* * #%L * Chorem :: entities - * $Id:$ - * $HeadURL:$ + * $Id$ + * $HeadURL$ * %% * Copyright (C) 2011 - 2014 CodeLutin * %% Property changes on: trunk/chorem-entities/src/main/java/org/chorem/project/QuotationCalculation.java ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-entities/src/main/java/org/chorem/project/TaskCalculation.java =================================================================== --- trunk/chorem-entities/src/main/java/org/chorem/project/TaskCalculation.java 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-entities/src/main/java/org/chorem/project/TaskCalculation.java 2014-04-09 14:29:44 UTC (rev 410) @@ -3,8 +3,8 @@ /* * #%L * Chorem :: entities - * $Id:$ - * $HeadURL:$ + * $Id$ + * $HeadURL$ * %% * Copyright (C) 2011 - 2014 CodeLutin * %% Property changes on: trunk/chorem-entities/src/main/java/org/chorem/project/TaskCalculation.java ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-entities/src/main/java/org/chorem/project/TotalQuotationCalculation.java =================================================================== --- trunk/chorem-entities/src/main/java/org/chorem/project/TotalQuotationCalculation.java 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-entities/src/main/java/org/chorem/project/TotalQuotationCalculation.java 2014-04-09 14:29:44 UTC (rev 410) @@ -3,8 +3,8 @@ /* * #%L * Chorem :: entities - * $Id:$ - * $HeadURL:$ + * $Id$ + * $HeadURL$ * %% * Copyright (C) 2011 - 2014 CodeLutin * %% Property changes on: trunk/chorem-entities/src/main/java/org/chorem/project/TotalQuotationCalculation.java ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-entities/src/main/resources/chorem.properties =================================================================== --- trunk/chorem-entities/src/main/resources/chorem.properties 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-entities/src/main/resources/chorem.properties 2014-04-09 14:29:44 UTC (rev 410) @@ -1,8 +1,8 @@ ### # #%L # Chorem entities -# $Id:$ -# $HeadURL:$ +# $Id$ +# $HeadURL$ # %% # Copyright (C) 2011 - 2012 CodeLutin # %% Property changes on: trunk/chorem-entities/src/main/resources/chorem.properties ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Property changes on: trunk/chorem-entities/src/main/resources/log4j.properties ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-entities/src/main/xmi/chorem-model.properties =================================================================== --- trunk/chorem-entities/src/main/xmi/chorem-model.properties 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-entities/src/main/xmi/chorem-model.properties 2014-04-09 14:29:44 UTC (rev 410) @@ -1,8 +1,8 @@ ### # #%L # Chorem entities -# $Id:$ -# $HeadURL:$ +# $Id$ +# $HeadURL$ # %% # Copyright (C) 2011 - 2012 CodeLutin # %% @@ -39,7 +39,7 @@ # ADC # org.chorem.entities.ADC.class.tagvalue.version=1.0 -org.chorem.entities.Cancelled.class.tagvalue.toString=%ADC.employeeHR|noemployee%s %ADC.year|noyear%s %ADC.value|novalue$s +org.chorem.entities.ADC.class.tagvalue.toString=%ADC.employeeHR|noemployee%s %ADC.year|noyear%s %ADC.value|novalue$s # @@ -189,6 +189,22 @@ org.chorem.entities.ExpenseClaim.attribute.status.tagvalue.default=UNCHARGEABLE # +# ExpenseAccount +# +org.chorem.entities.ExpenseAccount.class.tagvalue.version=1.0 +org.chorem.entities.ExpenseAccount.class.tagvalue.preload=ExpenseAccount.employee +org.chorem.entities.ExpenseAccount.class.tagvalue.toString=%ExpenseAccount.employee$s - %ExpenseAccount.month$s/%ExpenseAccount.year$s +org.chorem.entities.ExpenseAccount.class.tagvalue.sortOrder=ExpenseAccount.year,ExpenseAccount.month + +# +# ExpenseAccountEntry +# +org.chorem.entities.ExpenseAccountEntry.class.tagvalue.version=1.0 +org.chorem.entities.ExpenseAccountEntry.class.tagvalue.toString=%FinancialTransaction.reference$tF-%ExpenseAccountEntry.justificationNumber$tF +org.chorem.entities.ExpenseAccountEntry.class.tagvalue.preload=FinancialTransaction.beneficiary;FinancialTransaction.category +org.chorem.entities.ExpenseAccountEntry.class.tagvalue.sortOrder=ExpenseAccountEntry.date + +# # Mission (a mettre ici) # # Property changes on: trunk/chorem-entities/src/main/xmi/chorem-model.properties ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-entities/src/main/xmi/chorem-model.zargo =================================================================== (Binary files differ) Property changes on: trunk/chorem-entities/src/main/xmi/chorem-model.zargo ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Modified: trunk/chorem-entities/src/main/xmi/vacations.rst =================================================================== --- trunk/chorem-entities/src/main/xmi/vacations.rst 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-entities/src/main/xmi/vacations.rst 2014-04-09 14:29:44 UTC (rev 410) @@ -1,8 +1,8 @@ .. - .. * #%L .. * Chorem entities -.. * $Id:$ -.. * $HeadURL:$ +.. * $Id$ +.. * $HeadURL$ .. * %% .. * Copyright (C) 2011 - 2012 CodeLutin .. * %% Property changes on: trunk/chorem-entities/src/main/xmi/vacations.rst ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Property changes on: trunk/chorem-entities/src/site/rst/chorem-entities-base.png ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/chorem-entities/src/site/rst/chorem-entities-billy.png ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/chorem-entities/src/site/rst/chorem-entities-bonzoms.png ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/chorem-entities/src/site/rst/chorem-entities-gepeto.png ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Modified: trunk/chorem-entities/src/site/rst/dataModel.rst =================================================================== --- trunk/chorem-entities/src/site/rst/dataModel.rst 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-entities/src/site/rst/dataModel.rst 2014-04-09 14:29:44 UTC (rev 410) @@ -1,8 +1,8 @@ .. - .. * #%L .. * Chorem entities -.. * $Id:$ -.. * $HeadURL:$ +.. * $Id$ +.. * $HeadURL$ .. * %% .. * Copyright (C) 2011 - 2012 CodeLutin .. * %% Property changes on: trunk/chorem-entities/src/site/rst/dataModel.rst ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-entities/src/site/rst/gepeto.rst =================================================================== --- trunk/chorem-entities/src/site/rst/gepeto.rst 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-entities/src/site/rst/gepeto.rst 2014-04-09 14:29:44 UTC (rev 410) @@ -1,8 +1,8 @@ .. - .. * #%L .. * Chorem :: entities -.. * $Id:$ -.. * $HeadURL:$ +.. * $Id$ +.. * $HeadURL$ .. * %% .. * Copyright (C) 2011 - 2014 CodeLutin .. * %% Property changes on: trunk/chorem-entities/src/site/rst/gepeto.rst ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-entities/src/test/java/org/chorem/ChoremUtilTest.java =================================================================== --- trunk/chorem-entities/src/test/java/org/chorem/ChoremUtilTest.java 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-entities/src/test/java/org/chorem/ChoremUtilTest.java 2014-04-09 14:29:44 UTC (rev 410) @@ -3,8 +3,8 @@ /* * #%L * Chorem :: entities - * $Id:$ - * $HeadURL:$ + * $Id$ + * $HeadURL$ * %% * Copyright (C) 2011 - 2014 CodeLutin * %% Property changes on: trunk/chorem-entities/src/test/java/org/chorem/ChoremUtilTest.java ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-entities/src/test/java/org/chorem/entities/InvoiceableUtilTest.java =================================================================== --- trunk/chorem-entities/src/test/java/org/chorem/entities/InvoiceableUtilTest.java 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-entities/src/test/java/org/chorem/entities/InvoiceableUtilTest.java 2014-04-09 14:29:44 UTC (rev 410) @@ -1,8 +1,8 @@ /* * #%L * Chorem entities - * $Id:$ - * $HeadURL:$ + * $Id$ + * $HeadURL$ * %% * Copyright (C) 2011 - 2012 CodeLutin * %% Property changes on: trunk/chorem-entities/src/test/java/org/chorem/entities/InvoiceableUtilTest.java ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Property changes on: trunk/chorem-web/LICENSE.txt ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Property changes on: trunk/chorem-web/README.txt ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Property changes on: trunk/chorem-web/changelog.txt ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Property changes on: trunk/chorem-web/pom.xml ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Property changes on: trunk/chorem-web/src/main/i18n/jsp.rules ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Property changes on: trunk/chorem-web/src/main/java/org/chorem/ChoremSession.java ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Property changes on: trunk/chorem-web/src/main/java/org/chorem/ChoremUtil.java ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Property changes on: trunk/chorem-web/src/main/java/org/chorem/ContactDetailsConstants.java ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Property changes on: trunk/chorem-web/src/main/java/org/chorem/JspUtils.java ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Property changes on: trunk/chorem-web/src/main/java/org/chorem/action/ChoremBaseAction.java ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Property changes on: trunk/chorem-web/src/main/java/org/chorem/action/EntitySearchJsonAction.java ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Property changes on: trunk/chorem-web/src/main/java/org/chorem/action/HomeAction.java ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Property changes on: trunk/chorem-web/src/main/java/org/chorem/action/SelectWikittyComponentAction.java ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Property changes on: trunk/chorem-web/src/main/java/org/chorem/billy/action/QuotationAction.java ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Property changes on: trunk/chorem-web/src/main/java/org/chorem/gepeto/ProjectOrderFull.java ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Property changes on: trunk/chorem-web/src/main/java/org/chorem/gepeto/action/ProjectAction.java ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Property changes on: trunk/chorem-web/src/main/java/org/chorem/gepeto/action/ProjectOrderAction.java ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Property changes on: trunk/chorem-web/src/main/java/org/chorem/gepeto/action/TaskAction.java ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-web/src/main/resources/freemarker.properties =================================================================== --- trunk/chorem-web/src/main/resources/freemarker.properties 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-web/src/main/resources/freemarker.properties 2014-04-09 14:29:44 UTC (rev 410) @@ -2,8 +2,8 @@ # #%L # BOW UI # -# $Id: freemarker.properties 333 2011-08-31 12:32:26Z bpoussin $ -# $HeadURL: http://svn.chorem.org/svn/bow/trunk/bow-ui/src/main/resources/freemarker.pro... $ +# $Id$ +# $HeadURL$ # %% # Copyright (C) 2010 - 2011 CodeLutin # %% Property changes on: trunk/chorem-web/src/main/resources/freemarker.properties ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Property changes on: trunk/chorem-web/src/main/resources/i18n/chorem-web_en_GB.properties ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Property changes on: trunk/chorem-web/src/main/resources/i18n/chorem-web_fr_FR.properties ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Property changes on: trunk/chorem-web/src/main/resources/org/chorem/billy/action/QuotationAction-addQuotation-validation.xml ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Property changes on: trunk/chorem-web/src/main/resources/org/chorem/billy/action/QuotationAction-modifyQuotation-validation.xml ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Property changes on: trunk/chorem-web/src/main/resources/org/chorem/gepeto/action/ProjectAction-addProject-validation.xml ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Property changes on: trunk/chorem-web/src/main/resources/org/chorem/gepeto/action/ProjectAction-modifyProject-validation.xml ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Property changes on: trunk/chorem-web/src/main/resources/org/chorem/gepeto/action/ProjectOrderAction-addProjectOrder-validation.xml ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Property changes on: trunk/chorem-web/src/main/resources/org/chorem/gepeto/action/TaskAction-addTask-validation.xml ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Property changes on: trunk/chorem-web/src/main/resources/struts.properties ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Property changes on: trunk/chorem-web/src/main/resources/struts.xml ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Property changes on: trunk/chorem-web/src/main/webapp/WEB-INF/decorators/billy.jsp ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Property changes on: trunk/chorem-web/src/main/webapp/WEB-INF/decorators/bonzoms.jsp ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Property changes on: trunk/chorem-web/src/main/webapp/WEB-INF/decorators/cash.jsp ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Property changes on: trunk/chorem-web/src/main/webapp/WEB-INF/decorators/gepeto.jsp ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Property changes on: trunk/chorem-web/src/main/webapp/WEB-INF/decorators/main.jsp ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Property changes on: trunk/chorem-web/src/main/webapp/WEB-INF/decorators.xml ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Property changes on: trunk/chorem-web/src/main/webapp/WEB-INF/jsp/billy/addQuotation.jsp ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Property changes on: trunk/chorem-web/src/main/webapp/WEB-INF/jsp/billy/home.jsp ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Property changes on: trunk/chorem-web/src/main/webapp/WEB-INF/jsp/billy/menu.jsp ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Property changes on: trunk/chorem-web/src/main/webapp/WEB-INF/jsp/billy/quotationDetails.jsp ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Property changes on: trunk/chorem-web/src/main/webapp/WEB-INF/jsp/bonzoms/companies.jsp ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Property changes on: trunk/chorem-web/src/main/webapp/WEB-INF/jsp/bonzoms/menu.jsp ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Property changes on: trunk/chorem-web/src/main/webapp/WEB-INF/jsp/bonzoms/persons.jsp ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Property changes on: trunk/chorem-web/src/main/webapp/WEB-INF/jsp/common/inc/footer.jsp ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Property changes on: trunk/chorem-web/src/main/webapp/WEB-INF/jsp/common/inc/header.jsp ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Property changes on: trunk/chorem-web/src/main/webapp/WEB-INF/jsp/common/selectWikittyComponent.jsp ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Property changes on: trunk/chorem-web/src/main/webapp/WEB-INF/jsp/gepeto/addProject.jsp ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Property changes on: trunk/chorem-web/src/main/webapp/WEB-INF/jsp/gepeto/addProjectOrder.jsp ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Property changes on: trunk/chorem-web/src/main/webapp/WEB-INF/jsp/gepeto/addTask.jsp ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Property changes on: trunk/chorem-web/src/main/webapp/WEB-INF/jsp/gepeto/menu.jsp ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Property changes on: trunk/chorem-web/src/main/webapp/WEB-INF/jsp/gepeto/projectDetails.jsp ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Property changes on: trunk/chorem-web/src/main/webapp/WEB-INF/jsp/gepeto/projectOrderDetails.jsp ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Property changes on: trunk/chorem-web/src/main/webapp/WEB-INF/jsp/gepeto/projects.jsp ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Property changes on: trunk/chorem-web/src/main/webapp/WEB-INF/jsp/gepeto/projectsByYear.jsp ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Property changes on: trunk/chorem-web/src/main/webapp/WEB-INF/jsp/gepeto/projectsWithoutQuotation.jsp ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Property changes on: trunk/chorem-web/src/main/webapp/WEB-INF/jsp/gepeto/results.jsp ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Property changes on: trunk/chorem-web/src/main/webapp/WEB-INF/jsp/home.jsp ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Property changes on: trunk/chorem-web/src/main/webapp/WEB-INF/sitemesh.xml ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Property changes on: trunk/chorem-web/src/main/webapp/WEB-INF/web.xml ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Property changes on: trunk/chorem-web/src/main/webapp/css/style.css ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Property changes on: trunk/chorem-web/src/main/webapp/js/chorem.js ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-web/src/main/webapp/template/simple/a-close.ftl =================================================================== --- trunk/chorem-web/src/main/webapp/template/simple/a-close.ftl 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-web/src/main/webapp/template/simple/a-close.ftl 2014-04-09 14:29:44 UTC (rev 410) @@ -1,6 +1,6 @@ <#-- /* - * $Id: a-close.ftl 224 2011-02-25 16:57:19Z kmorin $ + * $Id$ * * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file Property changes on: trunk/chorem-web/src/main/webapp/template/simple/a-close.ftl ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-web/src/main/webapp/template/simple/form-common.ftl =================================================================== --- trunk/chorem-web/src/main/webapp/template/simple/form-common.ftl 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-web/src/main/webapp/template/simple/form-common.ftl 2014-04-09 14:29:44 UTC (rev 410) @@ -1,6 +1,6 @@ <#-- /* - * $Id: form-common.ftl 192 2011-02-14 14:53:06Z tchemit $ + * $Id$ * * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file Property changes on: trunk/chorem-web/src/main/webapp/template/simple/form-common.ftl ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-web/src/main/webapp/template/xhtml/controlheader-core.ftl =================================================================== --- trunk/chorem-web/src/main/webapp/template/xhtml/controlheader-core.ftl 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-web/src/main/webapp/template/xhtml/controlheader-core.ftl 2014-04-09 14:29:44 UTC (rev 410) @@ -1,6 +1,6 @@ <#-- /* - * $Id: controlheader-core.ftl 192 2011-02-14 14:53:06Z tchemit $ + * $Id$ * * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file Property changes on: trunk/chorem-web/src/main/webapp/template/xhtml/controlheader-core.ftl ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-web/src/main/webapp/template/xhtml/file.ftl =================================================================== --- trunk/chorem-web/src/main/webapp/template/xhtml/file.ftl 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-web/src/main/webapp/template/xhtml/file.ftl 2014-04-09 14:29:44 UTC (rev 410) @@ -1,6 +1,6 @@ <#-- /* - * $Id: file.ftl 192 2011-02-14 14:53:06Z tchemit $ + * $Id$ * * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file Property changes on: trunk/chorem-web/src/main/webapp/template/xhtml/file.ftl ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-web/src/main/webapp/template/xhtml/form-close.ftl =================================================================== --- trunk/chorem-web/src/main/webapp/template/xhtml/form-close.ftl 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-web/src/main/webapp/template/xhtml/form-close.ftl 2014-04-09 14:29:44 UTC (rev 410) @@ -1,6 +1,6 @@ <#-- /* - * $Id: form-close.ftl 192 2011-02-14 14:53:06Z tchemit $ + * $Id$ * * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file Property changes on: trunk/chorem-web/src/main/webapp/template/xhtml/form-close.ftl ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-web/src/main/webapp/template/xhtml/form.ftl =================================================================== --- trunk/chorem-web/src/main/webapp/template/xhtml/form.ftl 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-web/src/main/webapp/template/xhtml/form.ftl 2014-04-09 14:29:44 UTC (rev 410) @@ -1,6 +1,6 @@ <#-- /* - * $Id: form.ftl 192 2011-02-14 14:53:06Z tchemit $ + * $Id$ * * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file Property changes on: trunk/chorem-web/src/main/webapp/template/xhtml/form.ftl ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-web/src/main/webapp/template/xhtml/password.ftl =================================================================== --- trunk/chorem-web/src/main/webapp/template/xhtml/password.ftl 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-web/src/main/webapp/template/xhtml/password.ftl 2014-04-09 14:29:44 UTC (rev 410) @@ -1,6 +1,6 @@ <#-- /* - * $Id: password.ftl 192 2011-02-14 14:53:06Z tchemit $ + * $Id$ * * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file Property changes on: trunk/chorem-web/src/main/webapp/template/xhtml/password.ftl ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Property changes on: trunk/chorem-web/src/main/webapp/template/xhtml/submit-close.ftl ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-web/src/main/webapp/template/xhtml/submit.ftl =================================================================== --- trunk/chorem-web/src/main/webapp/template/xhtml/submit.ftl 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-web/src/main/webapp/template/xhtml/submit.ftl 2014-04-09 14:29:44 UTC (rev 410) @@ -1,6 +1,6 @@ <#-- /* - * $Id: submit.ftl 192 2011-02-14 14:53:06Z tchemit $ + * $Id$ * * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file Property changes on: trunk/chorem-web/src/main/webapp/template/xhtml/submit.ftl ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-web/src/main/webapp/template/xhtml/text.ftl =================================================================== --- trunk/chorem-web/src/main/webapp/template/xhtml/text.ftl 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-web/src/main/webapp/template/xhtml/text.ftl 2014-04-09 14:29:44 UTC (rev 410) @@ -1,6 +1,6 @@ <#-- /* - * $Id: text.ftl 192 2011-02-14 14:53:06Z tchemit $ + * $Id$ * * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file Property changes on: trunk/chorem-web/src/main/webapp/template/xhtml/text.ftl ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-web/src/main/webapp/template/xhtml/textarea.ftl =================================================================== --- trunk/chorem-web/src/main/webapp/template/xhtml/textarea.ftl 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-web/src/main/webapp/template/xhtml/textarea.ftl 2014-04-09 14:29:44 UTC (rev 410) @@ -1,6 +1,6 @@ <#-- /* - * $Id: textarea.ftl 590812 2007-10-31 20:32:54Z apetrelli $ + * $Id$ * * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file Property changes on: trunk/chorem-web/src/main/webapp/template/xhtml/textarea.ftl ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Property changes on: trunk/chorem-webmotion/LICENSE.txt ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Property changes on: trunk/chorem-webmotion/README.txt ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Property changes on: trunk/chorem-webmotion/changelog.txt ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Property changes on: trunk/chorem-webmotion/pom.xml ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Property changes on: trunk/chorem-webmotion/src/doc/REST_API_Timer.txt ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-webmotion/src/jetty/jetty-context.xml =================================================================== --- trunk/chorem-webmotion/src/jetty/jetty-context.xml 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-webmotion/src/jetty/jetty-context.xml 2014-04-09 14:29:44 UTC (rev 410) @@ -2,8 +2,8 @@ <!-- #%L Chorem webmotion - $Id:$ - $HeadURL:$ + $Id$ + $HeadURL$ %% Copyright (C) 2011 - 2012 CodeLutin %% Property changes on: trunk/chorem-webmotion/src/jetty/jetty-context.xml ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Property changes on: trunk/chorem-webmotion/src/license/THIRD-PARTY.properties ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Property changes on: trunk/chorem-webmotion/src/main/i18n/jsp.rules ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/ChoremDateUtil.java =================================================================== --- trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/ChoremDateUtil.java 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/ChoremDateUtil.java 2014-04-09 14:29:44 UTC (rev 410) @@ -7,8 +7,8 @@ /* * #%L * Chorem webmotion - * $Id:$ - * $HeadURL:$ + * $Id$ + * $HeadURL$ * %% * Copyright (C) 2011 - 2012 CodeLutin * %% Property changes on: trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/ChoremDateUtil.java ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/ChoremWebMotionUtil.java =================================================================== --- trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/ChoremWebMotionUtil.java 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/ChoremWebMotionUtil.java 2014-04-09 14:29:44 UTC (rev 410) @@ -2,8 +2,8 @@ /* * #%L * Chorem webmotion - * $Id:$ - * $HeadURL:$ + * $Id$ + * $HeadURL$ * %% * Copyright (C) 2011 - 2012 CodeLutin * %% Property changes on: trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/ChoremWebMotionUtil.java ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/PaginatedResult.java =================================================================== --- trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/PaginatedResult.java 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/PaginatedResult.java 2014-04-09 14:29:44 UTC (rev 410) @@ -3,8 +3,8 @@ /* * #%L * Chorem :: webmotion - * $Id:$ - * $HeadURL:$ + * $Id$ + * $HeadURL$ * %% * Copyright (C) 2011 - 2014 CodeLutin * %% Property changes on: trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/PaginatedResult.java ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/AdcDashboardAction.java =================================================================== --- trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/AdcDashboardAction.java 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/AdcDashboardAction.java 2014-04-09 14:29:44 UTC (rev 410) @@ -3,8 +3,8 @@ /* * #%L * Chorem :: webmotion - * $Id:$ - * $HeadURL:$ + * $Id$ + * $HeadURL$ * %% * Copyright (C) 2011 - 2014 CodeLutin * %% Property changes on: trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/AdcDashboardAction.java ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/AdminAction.java =================================================================== --- trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/AdminAction.java 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/AdminAction.java 2014-04-09 14:29:44 UTC (rev 410) @@ -1,8 +1,8 @@ /* * #%L * Chorem webmotion - * $Id:$ - * $HeadURL:$ + * $Id$ + * $HeadURL$ * %% * Copyright (C) 2011 - 2012 CodeLutin * %% Property changes on: trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/AdminAction.java ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Property changes on: trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/BIAction.java ___________________________________________________________________ Added: svn:eol-style + native Modified: trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/DashboardAction.java =================================================================== --- trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/DashboardAction.java 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/DashboardAction.java 2014-04-09 14:29:44 UTC (rev 410) @@ -1,8 +1,8 @@ /* * #%L * Chorem webmotion - * $Id:$ - * $HeadURL:$ + * $Id$ + * $HeadURL$ * %% * Copyright (C) 2011 - 2012 CodeLutin * %% Property changes on: trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/DashboardAction.java ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/DashboardHRAction.java =================================================================== --- trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/DashboardHRAction.java 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/DashboardHRAction.java 2014-04-09 14:29:44 UTC (rev 410) @@ -1,8 +1,8 @@ /* * #%L * Chorem webmotion - * $Id:$ - * $HeadURL:$ + * $Id$ + * $HeadURL$ * %% * Copyright (C) 2011 - 2012 CodeLutin * %% Property changes on: trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/DashboardHRAction.java ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/EmployeeEditAction.java =================================================================== --- trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/EmployeeEditAction.java 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/EmployeeEditAction.java 2014-04-09 14:29:44 UTC (rev 410) @@ -3,8 +3,8 @@ /* * #%L * Chorem :: webmotion - * $Id:$ - * $HeadURL:$ + * $Id$ + * $HeadURL$ * %% * Copyright (C) 2011 - 2014 CodeLutin * %% Property changes on: trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/EmployeeEditAction.java ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/GenericAction.java =================================================================== --- trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/GenericAction.java 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/GenericAction.java 2014-04-09 14:29:44 UTC (rev 410) @@ -1,8 +1,8 @@ /* * #%L * Chorem webmotion - * $Id:$ - * $HeadURL:$ + * $Id$ + * $HeadURL$ * %% * Copyright (C) 2011 - 2012 CodeLutin * %% Property changes on: trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/GenericAction.java ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/HrAction.java =================================================================== --- trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/HrAction.java 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/HrAction.java 2014-04-09 14:29:44 UTC (rev 410) @@ -4,8 +4,8 @@ /* * #%L * Chorem webmotion - * $Id:$ - * $HeadURL:$ + * $Id$ + * $HeadURL$ * %% * Copyright (C) 2011 - 2012 CodeLutin * %% Property changes on: trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/HrAction.java ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/MapWithDefault.java =================================================================== --- trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/MapWithDefault.java 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/MapWithDefault.java 2014-04-09 14:29:44 UTC (rev 410) @@ -3,8 +3,8 @@ /* * #%L * Chorem webmotion - * $Id:$ - * $HeadURL:$ + * $Id$ + * $HeadURL$ * %% * Copyright (C) 2011 - 2012 CodeLutin * %% Property changes on: trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/MapWithDefault.java ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Property changes on: trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/WikittyRestAction.java ___________________________________________________________________ Added: svn:eol-style + native Modified: trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/crm/AccountAction.java =================================================================== --- trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/crm/AccountAction.java 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/crm/AccountAction.java 2014-04-09 14:29:44 UTC (rev 410) @@ -3,8 +3,8 @@ /* * #%L * Chorem :: webmotion - * $Id:$ - * $HeadURL:$ + * $Id$ + * $HeadURL$ * %% * Copyright (C) 2011 - 2014 CodeLutin * %% Property changes on: trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/crm/AccountAction.java ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/crm/ContactRowForExport.java =================================================================== --- trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/crm/ContactRowForExport.java 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/crm/ContactRowForExport.java 2014-04-09 14:29:44 UTC (rev 410) @@ -3,8 +3,8 @@ /* * #%L * Chorem :: webmotion - * $Id:$ - * $HeadURL:$ + * $Id$ + * $HeadURL$ * %% * Copyright (C) 2011 - 2014 CodeLutin * %% Property changes on: trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/crm/ContactRowForExport.java ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/crm/ContactRowForExportModel.java =================================================================== --- trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/crm/ContactRowForExportModel.java 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/crm/ContactRowForExportModel.java 2014-04-09 14:29:44 UTC (rev 410) @@ -3,8 +3,8 @@ /* * #%L * Chorem :: webmotion - * $Id:$ - * $HeadURL:$ + * $Id$ + * $HeadURL$ * %% * Copyright (C) 2011 - 2014 CodeLutin * %% Property changes on: trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/crm/ContactRowForExportModel.java ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/crm/ExportAction.java =================================================================== --- trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/crm/ExportAction.java 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/crm/ExportAction.java 2014-04-09 14:29:44 UTC (rev 410) @@ -3,8 +3,8 @@ /* * #%L * Chorem :: webmotion - * $Id:$ - * $HeadURL:$ + * $Id$ + * $HeadURL$ * %% * Copyright (C) 2011 - 2014 CodeLutin * %% Property changes on: trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/crm/ExportAction.java ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/crm/QuotationAction.java =================================================================== --- trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/crm/QuotationAction.java 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/crm/QuotationAction.java 2014-04-09 14:29:44 UTC (rev 410) @@ -3,8 +3,8 @@ /* * #%L * Chorem :: webmotion - * $Id:$ - * $HeadURL:$ + * $Id$ + * $HeadURL$ * %% * Copyright (C) 2011 - 2014 CodeLutin * %% Property changes on: trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/crm/QuotationAction.java ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Added: trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/financial/ExpenseAccountAction.java =================================================================== --- trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/financial/ExpenseAccountAction.java (rev 0) +++ trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/financial/ExpenseAccountAction.java 2014-04-09 14:29:44 UTC (rev 410) @@ -0,0 +1,194 @@ +package org.chorem.webmotion.actions.financial; + +/* + * #%L + * Chorem :: webmotion + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2011 - 2014 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see <http://www.gnu.org/licenses/>. + * #L% + */ + +import java.util.ArrayList; +import java.util.Calendar; +import java.util.Collection; +import java.util.Date; +import java.util.HashSet; +import java.util.List; +import java.util.Map; +import java.util.Random; +import java.util.Set; + +import com.google.common.base.Function; +import com.google.common.collect.Collections2; +import com.google.common.collect.Lists; +import org.chorem.ChoremClient; +import org.chorem.entities.CategoryImpl; +import org.chorem.entities.Employee; +import org.chorem.entities.EmployeeImpl; +import org.chorem.entities.ExpenseAccount; +import org.chorem.entities.ExpenseAccountImpl; +import org.chorem.webmotion.PaginatedResult; +import org.chorem.webmotion.bean.financial.ExpenseAccountBean; +import org.chorem.webmotion.bean.financial.ExpenseAccountEntryBean; +import org.debux.webmotion.server.WebMotionController; +import org.debux.webmotion.server.call.Call; +import org.debux.webmotion.server.render.Render; +import org.nuiton.util.DateUtil; +import org.nuiton.wikitty.query.WikittyQuery; +import org.nuiton.wikitty.query.WikittyQueryMaker; +import org.nuiton.wikitty.query.WikittyQueryResult; + +/** + * @author ymartel <martel@codelutin.com> + */ +public class ExpenseAccountAction extends WebMotionController { + + public PaginatedResult<ExpenseAccountBean> findAllExpenseAccounts(ChoremClient client, Integer year, Integer mounth, int page, int count) { + + if (mounth == null) { + mounth = DateUtil.getMonth(new Date()); + } + if (year == null) { + Calendar calendar = Calendar.getInstance(); + year = calendar.get(Calendar.YEAR); + } + + WikittyQuery totalQuery = new WikittyQueryMaker() + .select().count(ExpenseAccount.ELEMENT_FIELD_EXPENSEACCOUNT_MONTH).where().and() + .exteq(ExpenseAccount.EXT_EXPENSEACCOUNT) + .eq(ExpenseAccount.ELEMENT_FIELD_EXPENSEACCOUNT_MONTH, mounth) + .eq(ExpenseAccount.ELEMENT_FIELD_EXPENSEACCOUNT_YEAR, year) + .end(); + + Integer nbExpenseAccounts = client.findByQuery(Integer.class, totalQuery); + + PaginatedResult<ExpenseAccountBean> paginatedResult; + if (nbExpenseAccounts > 0) { + + WikittyQuery expAccountsQuery = new WikittyQueryMaker() + .where().and() + .exteq(ExpenseAccount.EXT_EXPENSEACCOUNT) + .eq(ExpenseAccount.ELEMENT_FIELD_EXPENSEACCOUNT_MONTH, mounth) + .eq(ExpenseAccount.ELEMENT_FIELD_EXPENSEACCOUNT_YEAR, year) + .end() + .setOffset((page - 1) * count) + .setLimit(page * count); + + WikittyQueryResult<ExpenseAccount> expenseAccounts = client.findAllByQuery(ExpenseAccount.class, expAccountsQuery); + + List<ExpenseAccount> expenseAccountList = expenseAccounts.getAll(); + Collection<ExpenseAccountBean> expenseAccountBeans = Collections2.transform(expenseAccountList, TRANSFORM_EXPENSE_ACCOUNT_TO_BEAN); + paginatedResult = new PaginatedResult<>(Lists.newArrayList(expenseAccountBeans), page, count, nbExpenseAccounts); + + } else { + + //XXX ymartel 2014/04/09 : create fake datas for test + Employee employee = client.findAllByExample(new EmployeeImpl(), 0, 1).get(0); + ExpenseAccountBean fakeOne = new ExpenseAccountBean(); + fakeOne.setId("fake"); + fakeOne.setMonth(03); + fakeOne.setYear(2014); + fakeOne.setEmployeeName(employee.toString()); + fakeOne.setEmployeeId(employee.getWikittyId()); + ExpenseAccountBean fakeTwo = new ExpenseAccountBean(); + fakeTwo.setId("fake"); + fakeTwo.setMonth(mounth); + fakeTwo.setYear(year); + fakeTwo.setEmployeeName(employee.toString()); + fakeTwo.setEmployeeId(employee.getWikittyId()); + ArrayList<ExpenseAccountBean> expenseAccounts = new ArrayList<>(); + expenseAccounts.add(fakeOne); + expenseAccounts.add(fakeTwo); + paginatedResult = new PaginatedResult<>(expenseAccounts, 1, count, 0); + } + + return paginatedResult; + } + + public void saveExpenseAccount(ChoremClient client, String expenseAccountId, Call call) { + ExpenseAccount expenseAccount = client.restore(ExpenseAccount.class, expenseAccountId); + if (expenseAccount == null) { + expenseAccount = new ExpenseAccountImpl(); + } + Map<String,Object> extractParameters = call.getExtractParameters(); + String contextPath = call.getContext().getServletContext().getContextPath(); + contextPath.length(); + } + + public Render findExpenseAccount(ChoremClient client, String expenseAccountId) { + ExpenseAccount expenseAccount = client.restore(ExpenseAccount.class, expenseAccountId); + Set<ExpenseAccountEntryBean> expenseAccountEntries; + WikittyQueryResult<CategoryImpl> categoriesResult = client.findAllByExample(new CategoryImpl(), 0, 10); + List<CategoryImpl> categories = categoriesResult.getAll(); + + ExpenseAccountBean expenseAccountBean = null; + + if (expenseAccount == null) { + expenseAccountBean = new ExpenseAccountBean(); + + //XXX ymartel 2014/04/08 Some Fake datas, just for test + Employee employee = client.findAllByExample(new EmployeeImpl(), 0, 1).get(0); + expenseAccountBean.setEmployeeName(employee.toString()); + expenseAccountBean.setEmployeeId(employee.getWikittyId()); + + expenseAccountBean.setMonth(3); + expenseAccountBean.setYear(2014); + + int capacity = categories.size(); + expenseAccountEntries = new HashSet<>(capacity); + Random random = new Random(); + for (CategoryImpl category : categories) { + ExpenseAccountEntryBean expenseAccountEntry = new ExpenseAccountEntryBean(); + int randomInt = random.nextInt(capacity); + expenseAccountEntry.setEmittedDate(DateUtil.createDate(01, 03, 2014).getTime()); + expenseAccountEntry.setDescription("blabla" + randomInt); + expenseAccountEntry.setJustificationNumber(String.valueOf(randomInt)); + double amount = random.nextDouble(); + expenseAccountEntry.setAmount(amount); + double vat = random.nextDouble(); + expenseAccountEntry.setVAT(vat); + expenseAccountEntry.setTotal(amount + vat); + expenseAccountEntry.setCategoryName(category.toString()); + expenseAccountEntry.setProjectName("aucun"); + if (random.nextBoolean()) { + expenseAccountEntry.setPaymentDate(DateUtil.createDate(31, 03, 2014).getTime()); + } + expenseAccountEntries.add(expenseAccountEntry); + } + expenseAccountBean.setExpenseAccountEntries(expenseAccountEntries); + + } + + return renderView("financial/expenseAccountView.jsp", "expenseAccount", expenseAccountBean); + } + + + Function<ExpenseAccount, ExpenseAccountBean> TRANSFORM_EXPENSE_ACCOUNT_TO_BEAN = new Function<ExpenseAccount, ExpenseAccountBean>() { + @Override + public ExpenseAccountBean apply(ExpenseAccount expenseAccount) { + ExpenseAccountBean expenseAccountBean = new ExpenseAccountBean(); + expenseAccountBean.setId(expenseAccount.getWikittyId()); + Employee employee = expenseAccount.getEmployee(false); + expenseAccountBean.setEmployeeName(employee != null ? employee.toString() : null); + expenseAccountBean.setEmployeeId(employee != null ? employee.getWikittyId() : null); + expenseAccountBean.setMonth(expenseAccount.getMonth()); + expenseAccountBean.setYear(expenseAccount.getYear()); + return expenseAccountBean; + } + }; +} Property changes on: trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/financial/ExpenseAccountAction.java ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/project/DashboardProjectAction.java =================================================================== --- trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/project/DashboardProjectAction.java 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/project/DashboardProjectAction.java 2014-04-09 14:29:44 UTC (rev 410) @@ -3,8 +3,8 @@ /* * #%L * Chorem :: webmotion - * $Id:$ - * $HeadURL:$ + * $Id$ + * $HeadURL$ * %% * Copyright (C) 2011 - 2014 CodeLutin * %% Property changes on: trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/project/DashboardProjectAction.java ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/project/GanttAction.java =================================================================== --- trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/project/GanttAction.java 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/project/GanttAction.java 2014-04-09 14:29:44 UTC (rev 410) @@ -3,8 +3,8 @@ /* * #%L * Chorem :: webmotion - * $Id:$ - * $HeadURL:$ + * $Id$ + * $HeadURL$ * %% * Copyright (C) 2011 - 2014 CodeLutin * %% Property changes on: trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/project/GanttAction.java ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/project/ProjectsAction.java =================================================================== --- trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/project/ProjectsAction.java 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/project/ProjectsAction.java 2014-04-09 14:29:44 UTC (rev 410) @@ -3,8 +3,8 @@ /* * #%L * Chorem :: webmotion - * $Id:$ - * $HeadURL:$ + * $Id$ + * $HeadURL$ * %% * Copyright (C) 2011 - 2014 CodeLutin * %% Property changes on: trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/project/ProjectsAction.java ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/project/QuotationData.java =================================================================== --- trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/project/QuotationData.java 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/project/QuotationData.java 2014-04-09 14:29:44 UTC (rev 410) @@ -3,8 +3,8 @@ /* * #%L * Chorem :: webmotion - * $Id:$ - * $HeadURL:$ + * $Id$ + * $HeadURL$ * %% * Copyright (C) 2011 - 2014 CodeLutin * %% Property changes on: trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/project/QuotationData.java ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/project/QuotationStatusAction.java =================================================================== --- trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/project/QuotationStatusAction.java 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/project/QuotationStatusAction.java 2014-04-09 14:29:44 UTC (rev 410) @@ -3,8 +3,8 @@ /* * #%L * Chorem :: webmotion - * $Id:$ - * $HeadURL:$ + * $Id$ + * $HeadURL$ * %% * Copyright (C) 2011 - 2014 CodeLutin * %% Property changes on: trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/project/QuotationStatusAction.java ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/project/TaskData.java =================================================================== --- trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/project/TaskData.java 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/project/TaskData.java 2014-04-09 14:29:44 UTC (rev 410) @@ -3,8 +3,8 @@ /* * #%L * Chorem :: webmotion - * $Id:$ - * $HeadURL:$ + * $Id$ + * $HeadURL$ * %% * Copyright (C) 2011 - 2014 CodeLutin * %% Property changes on: trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/project/TaskData.java ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/sales/AcceptedQuotationsReportAction.java =================================================================== --- trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/sales/AcceptedQuotationsReportAction.java 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/sales/AcceptedQuotationsReportAction.java 2014-04-09 14:29:44 UTC (rev 410) @@ -3,8 +3,8 @@ /* * #%L * Chorem :: webmotion - * $Id:$ - * $HeadURL:$ + * $Id$ + * $HeadURL$ * %% * Copyright (C) 2011 - 2014 CodeLutin * %% Property changes on: trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/sales/AcceptedQuotationsReportAction.java ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/sales/AccountSalesReportAction.java =================================================================== --- trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/sales/AccountSalesReportAction.java 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/sales/AccountSalesReportAction.java 2014-04-09 14:29:44 UTC (rev 410) @@ -3,8 +3,8 @@ /* * #%L * Chorem :: webmotion - * $Id:$ - * $HeadURL:$ + * $Id$ + * $HeadURL$ * %% * Copyright (C) 2011 - 2014 CodeLutin * %% Property changes on: trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/sales/AccountSalesReportAction.java ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/sales/FunnelAction.java =================================================================== --- trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/sales/FunnelAction.java 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/sales/FunnelAction.java 2014-04-09 14:29:44 UTC (rev 410) @@ -3,8 +3,8 @@ /* * #%L * Chorem :: webmotion - * $Id:$ - * $HeadURL:$ + * $Id$ + * $HeadURL$ * %% * Copyright (C) 2011 - 2014 CodeLutin * %% Property changes on: trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/sales/FunnelAction.java ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/sales/ProjectSalesReportAction.java =================================================================== --- trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/sales/ProjectSalesReportAction.java 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/sales/ProjectSalesReportAction.java 2014-04-09 14:29:44 UTC (rev 410) @@ -3,8 +3,8 @@ /* * #%L * Chorem :: webmotion - * $Id:$ - * $HeadURL:$ + * $Id$ + * $HeadURL$ * %% * Copyright (C) 2011 - 2014 CodeLutin * %% Property changes on: trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/sales/ProjectSalesReportAction.java ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/sales/QuotationYearData.java =================================================================== --- trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/sales/QuotationYearData.java 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/sales/QuotationYearData.java 2014-04-09 14:29:44 UTC (rev 410) @@ -3,8 +3,8 @@ /* * #%L * Chorem :: webmotion - * $Id:$ - * $HeadURL:$ + * $Id$ + * $HeadURL$ * %% * Copyright (C) 2011 - 2014 CodeLutin * %% Property changes on: trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/sales/QuotationYearData.java ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/sales/SalesAction.java =================================================================== --- trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/sales/SalesAction.java 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/sales/SalesAction.java 2014-04-09 14:29:44 UTC (rev 410) @@ -3,8 +3,8 @@ /* * #%L * Chorem webmotion - * $Id:$ - * $HeadURL:$ + * $Id$ + * $HeadURL$ * %% * Copyright (C) 2011 - 2012 CodeLutin * %% Property changes on: trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/sales/SalesAction.java ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/sales/SalesData.java =================================================================== --- trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/sales/SalesData.java 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/sales/SalesData.java 2014-04-09 14:29:44 UTC (rev 410) @@ -3,8 +3,8 @@ /* * #%L * Chorem :: webmotion - * $Id:$ - * $HeadURL:$ + * $Id$ + * $HeadURL$ * %% * Copyright (C) 2011 - 2014 CodeLutin * %% Property changes on: trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/sales/SalesData.java ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/sales/SalesPerAccountReportAction.java =================================================================== --- trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/sales/SalesPerAccountReportAction.java 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/sales/SalesPerAccountReportAction.java 2014-04-09 14:29:44 UTC (rev 410) @@ -3,8 +3,8 @@ /* * #%L * Chorem :: webmotion - * $Id:$ - * $HeadURL:$ + * $Id$ + * $HeadURL$ * %% * Copyright (C) 2011 - 2014 CodeLutin * %% Property changes on: trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/sales/SalesPerAccountReportAction.java ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/sales/SalesPerProjectReportAction.java =================================================================== --- trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/sales/SalesPerProjectReportAction.java 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/sales/SalesPerProjectReportAction.java 2014-04-09 14:29:44 UTC (rev 410) @@ -3,8 +3,8 @@ /* * #%L * Chorem :: webmotion - * $Id:$ - * $HeadURL:$ + * $Id$ + * $HeadURL$ * %% * Copyright (C) 2011 - 2014 CodeLutin * %% Property changes on: trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/sales/SalesPerProjectReportAction.java ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/sales/SalesReportAction.java =================================================================== --- trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/sales/SalesReportAction.java 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/sales/SalesReportAction.java 2014-04-09 14:29:44 UTC (rev 410) @@ -3,8 +3,8 @@ /* * #%L * Chorem :: webmotion - * $Id:$ - * $HeadURL:$ + * $Id$ + * $HeadURL$ * %% * Copyright (C) 2011 - 2014 CodeLutin * %% Property changes on: trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/sales/SalesReportAction.java ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/sales/SalesReportHelper.java =================================================================== --- trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/sales/SalesReportHelper.java 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/sales/SalesReportHelper.java 2014-04-09 14:29:44 UTC (rev 410) @@ -3,8 +3,8 @@ /* * #%L * Chorem :: webmotion - * $Id:$ - * $HeadURL:$ + * $Id$ + * $HeadURL$ * %% * Copyright (C) 2011 - 2014 CodeLutin * %% Property changes on: trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/sales/SalesReportHelper.java ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/sales/SentQuotationsReportAction.java =================================================================== --- trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/sales/SentQuotationsReportAction.java 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/sales/SentQuotationsReportAction.java 2014-04-09 14:29:44 UTC (rev 410) @@ -3,8 +3,8 @@ /* * #%L * Chorem :: webmotion - * $Id:$ - * $HeadURL:$ + * $Id$ + * $HeadURL$ * %% * Copyright (C) 2011 - 2014 CodeLutin * %% Property changes on: trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/actions/sales/SentQuotationsReportAction.java ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Added: trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/bean/financial/ExpenseAccountBean.java =================================================================== --- trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/bean/financial/ExpenseAccountBean.java (rev 0) +++ trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/bean/financial/ExpenseAccountBean.java 2014-04-09 14:29:44 UTC (rev 410) @@ -0,0 +1,89 @@ +package org.chorem.webmotion.bean.financial; + +/* + * #%L + * Chorem :: webmotion + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2011 - 2014 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see <http://www.gnu.org/licenses/>. + * #L% + */ + +import java.io.Serializable; +import java.util.Set; + +/** + * @author ymartel <martel@codelutin.com> + */ +public class ExpenseAccountBean implements Serializable { + + protected String id; + protected String employeeName; + protected String employeeId; + protected int month; + protected int year; + protected Set<ExpenseAccountEntryBean> expenseAccountEntries; + + public String getId() { + return id; + } + + public void setId(String id) { + this.id = id; + } + + public String getEmployeeName() { + return employeeName; + } + + public void setEmployeeName(String employeeName) { + this.employeeName = employeeName; + } + + public String getEmployeeId() { + return employeeId; + } + + public void setEmployeeId(String employeeId) { + this.employeeId = employeeId; + } + + public int getMonth() { + return month; + } + + public void setMonth(int month) { + this.month = month; + } + + public int getYear() { + return year; + } + + public void setYear(int year) { + this.year = year; + } + + public Set<ExpenseAccountEntryBean> getExpenseAccountEntries() { + return expenseAccountEntries; + } + + public void setExpenseAccountEntries(Set<ExpenseAccountEntryBean> expenseAccountEntries) { + this.expenseAccountEntries = expenseAccountEntries; + } + +} Property changes on: trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/bean/financial/ExpenseAccountBean.java ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Added: trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/bean/financial/ExpenseAccountEntryBean.java =================================================================== --- trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/bean/financial/ExpenseAccountEntryBean.java (rev 0) +++ trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/bean/financial/ExpenseAccountEntryBean.java 2014-04-09 14:29:44 UTC (rev 410) @@ -0,0 +1,123 @@ +package org.chorem.webmotion.bean.financial; + +/* + * #%L + * Chorem :: webmotion + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2011 - 2014 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see <http://www.gnu.org/licenses/>. + * #L% + */ + +import java.io.Serializable; + +/** + * @author ymartel (martel@codelutin.com) + */ +public class ExpenseAccountEntryBean implements Serializable { + + protected String categoryName; + protected long emittedDate; + protected long paymentDate; + protected String description; + protected String justificationNumber; + protected Double amount; + protected Double VAT; + protected String projectName; + protected String projectId; + protected Double total; + + public String getCategoryName() { + return categoryName; + } + + public void setCategoryName(String categoryName) { + this.categoryName = categoryName; + } + + public long getEmittedDate() { + return emittedDate; + } + + public void setEmittedDate(long emittedDate) { + this.emittedDate = emittedDate; + } + + public long getPaymentDate() { + return paymentDate; + } + + public void setPaymentDate(long paymentDate) { + this.paymentDate = paymentDate; + } + + public String getDescription() { + return description; + } + + public void setDescription(String description) { + this.description = description; + } + + public String getJustificationNumber() { + return justificationNumber; + } + + public void setJustificationNumber(String justificationNumber) { + this.justificationNumber = justificationNumber; + } + + public Double getAmount() { + return amount; + } + + public void setAmount(Double amount) { + this.amount = amount; + } + + public Double getVAT() { + return VAT; + } + + public void setVAT(Double VAT) { + this.VAT = VAT; + } + + public String getProjectName() { + return projectName; + } + + public void setProjectName(String projectName) { + this.projectName = projectName; + } + + public String getProjectId() { + return projectId; + } + + public void setProjectId(String projectId) { + this.projectId = projectId; + } + + public Double getTotal() { + return total; + } + + public void setTotal(Double total) { + this.total = total; + } +} Property changes on: trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/bean/financial/ExpenseAccountEntryBean.java ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/filters/AuthenticationFilter.java =================================================================== --- trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/filters/AuthenticationFilter.java 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/filters/AuthenticationFilter.java 2014-04-09 14:29:44 UTC (rev 410) @@ -1,8 +1,8 @@ /* * #%L * Chorem webmotion - * $Id:$ - * $HeadURL:$ + * $Id$ + * $HeadURL$ * %% * Copyright (C) 2011 - 2012 CodeLutin * %% Property changes on: trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/filters/AuthenticationFilter.java ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/filters/ChoremClientFilter.java =================================================================== --- trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/filters/ChoremClientFilter.java 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/filters/ChoremClientFilter.java 2014-04-09 14:29:44 UTC (rev 410) @@ -1,8 +1,8 @@ /* * #%L * Chorem webmotion - * $Id:$ - * $HeadURL:$ + * $Id$ + * $HeadURL$ * %% * Copyright (C) 2011 - 2012 CodeLutin * %% Property changes on: trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/filters/ChoremClientFilter.java ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/filters/DecoratorFilter.java =================================================================== --- trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/filters/DecoratorFilter.java 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/filters/DecoratorFilter.java 2014-04-09 14:29:44 UTC (rev 410) @@ -1,8 +1,8 @@ /* * #%L * Chorem webmotion - * $Id:$ - * $HeadURL:$ + * $Id$ + * $HeadURL$ * %% * Copyright (C) 2011 - 2012 CodeLutin * %% Property changes on: trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/filters/DecoratorFilter.java ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/injector/InjectorListener.java =================================================================== --- trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/injector/InjectorListener.java 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/injector/InjectorListener.java 2014-04-09 14:29:44 UTC (rev 410) @@ -1,8 +1,8 @@ /* * #%L * Chorem webmotion - * $Id:$ - * $HeadURL:$ + * $Id$ + * $HeadURL$ * %% * Copyright (C) 2011 - 2012 CodeLutin * %% Property changes on: trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/injector/InjectorListener.java ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/render/RenderWikitty.java =================================================================== --- trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/render/RenderWikitty.java 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/render/RenderWikitty.java 2014-04-09 14:29:44 UTC (rev 410) @@ -3,8 +3,8 @@ /* * #%L * Chorem :: webmotion - * $Id:$ - * $HeadURL:$ + * $Id$ + * $HeadURL$ * %% * Copyright (C) 2011 - 2014 CodeLutin * %% Property changes on: trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/render/RenderWikitty.java ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/render/RenderWikittyJson.java =================================================================== --- trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/render/RenderWikittyJson.java 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/render/RenderWikittyJson.java 2014-04-09 14:29:44 UTC (rev 410) @@ -3,8 +3,8 @@ /* * #%L * Chorem :: webmotion - * $Id:$ - * $HeadURL:$ + * $Id$ + * $HeadURL$ * %% * Copyright (C) 2011 - 2014 CodeLutin * %% Property changes on: trunk/chorem-webmotion/src/main/java/org/chorem/webmotion/render/RenderWikittyJson.java ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-webmotion/src/main/java/org/wikitty/web/jsptag/WikittyDisplay.java =================================================================== --- trunk/chorem-webmotion/src/main/java/org/wikitty/web/jsptag/WikittyDisplay.java 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-webmotion/src/main/java/org/wikitty/web/jsptag/WikittyDisplay.java 2014-04-09 14:29:44 UTC (rev 410) @@ -1,8 +1,8 @@ /* * #%L * Chorem webmotion - * $Id:$ - * $HeadURL:$ + * $Id$ + * $HeadURL$ * %% * Copyright (C) 2011 - 2012 CodeLutin * %% Property changes on: trunk/chorem-webmotion/src/main/java/org/wikitty/web/jsptag/WikittyDisplay.java ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-webmotion/src/main/java/org/wikitty/web/jsptag/WikittyInput.java =================================================================== --- trunk/chorem-webmotion/src/main/java/org/wikitty/web/jsptag/WikittyInput.java 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-webmotion/src/main/java/org/wikitty/web/jsptag/WikittyInput.java 2014-04-09 14:29:44 UTC (rev 410) @@ -1,8 +1,8 @@ /* * #%L * Chorem webmotion - * $Id:$ - * $HeadURL:$ + * $Id$ + * $HeadURL$ * %% * Copyright (C) 2011 - 2012 CodeLutin * %% Property changes on: trunk/chorem-webmotion/src/main/java/org/wikitty/web/jsptag/WikittyInput.java ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Property changes on: trunk/chorem-webmotion/src/main/resources/i18n/chorem-webmotion_en_GB.properties ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Property changes on: trunk/chorem-webmotion/src/main/resources/i18n/chorem-webmotion_fr_FR.properties ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-webmotion/src/main/resources/log4j.properties =================================================================== --- trunk/chorem-webmotion/src/main/resources/log4j.properties 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-webmotion/src/main/resources/log4j.properties 2014-04-09 14:29:44 UTC (rev 410) @@ -1,8 +1,8 @@ ### # #%L # Chorem webmotion -# $Id:$ -# $HeadURL:$ +# $Id$ +# $HeadURL$ # %% # Copyright (C) 2011 - 2012 CodeLutin # %% Property changes on: trunk/chorem-webmotion/src/main/resources/log4j.properties ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-webmotion/src/main/resources/mapping =================================================================== --- trunk/chorem-webmotion/src/main/resources/mapping 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-webmotion/src/main/resources/mapping 2014-04-09 14:29:44 UTC (rev 410) @@ -14,6 +14,7 @@ * /sales/funnel/partial/* DecoratorFilter.decorate wmDecoratorNo=true * /crm/export DecoratorFilter.decorate wmDecoratorNo=true * /project/json/* DecoratorFilter.decorate wmDecoratorNo=true +* /financial/json/* DecoratorFilter.decorate wmDecoratorNo=true * /project/editProject.html DecoratorFilter.decorate wmDecoratorNo=true * /hr/employeeEdit/json/* DecoratorFilter.decorate wmDecoratorNo=true * /ascii/* DecoratorFilter.decorate wmDecoratorNo=true @@ -95,10 +96,17 @@ * /crm/export action:crm.ExportAction.exportContactBase GET /project/json/projects?page={page}&count={count} action:project.ProjectsAction.findAllProjects page=1,count=10 -GET /project/projects.html view:projects/projects.jsp -GET /project/editProject.html view:projects/editProject.html +GET /project/projects view:projects/projects.jsp +GET /project/editProject view:projects/editProject.html PUT /projects/{projectId}/ action:project.ProjectsAction.updateProject +#### Expense Accounts #### +GET /financial/json/expenseAccounts?year={year}&month={month}&page={page}&count={count} action:financial.ExpenseAccountAction.findAllExpenseAccounts page=1,count=20 +GET /financial/expenseAccounts view:financial/expenseAccounts.jsp +GET /financial/expenseAccounts/{expenseAccountId} action:financial.ExpenseAccountAction.findExpenseAccount +PUT /financial/expenseAccounts/{expenseAccountId} action:financial.ExpenseAccountAction.saveExpenseAccount + + # # Wikitty Rest API # Property changes on: trunk/chorem-webmotion/src/main/resources/mapping ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/admin/importExport.jsp =================================================================== --- trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/admin/importExport.jsp 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/admin/importExport.jsp 2014-04-09 14:29:44 UTC (rev 410) @@ -1,8 +1,8 @@ <%-- #%L Chorem :: webmotion - $Id:$ - $HeadURL:$ + $Id$ + $HeadURL$ %% Copyright (C) 2011 - 2014 CodeLutin %% Property changes on: trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/admin/importExport.jsp ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/bi/reportDefinition.jsp =================================================================== --- trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/bi/reportDefinition.jsp 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/bi/reportDefinition.jsp 2014-04-09 14:29:44 UTC (rev 410) @@ -1,8 +1,8 @@ <%-- #%L Chorem webmotion - $Id:$ - $HeadURL:$ + $Id$ + $HeadURL$ %% Copyright (C) 2011 - 2012 CodeLutin %% Property changes on: trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/bi/reportDefinition.jsp ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/contact.jsp =================================================================== --- trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/contact.jsp 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/contact.jsp 2014-04-09 14:29:44 UTC (rev 410) @@ -1,8 +1,8 @@ <%-- #%L Chorem webmotion - $Id:$ - $HeadURL:$ + $Id$ + $HeadURL$ %% Copyright (C) 2011 - 2012 CodeLutin %% Property changes on: trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/contact.jsp ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/crm/account.jsp =================================================================== --- trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/crm/account.jsp 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/crm/account.jsp 2014-04-09 14:29:44 UTC (rev 410) @@ -1,8 +1,8 @@ <%-- #%L Chorem webmotion - $Id:$ - $HeadURL:$ + $Id$ + $HeadURL$ %% Copyright (C) 2011 - 2012 CodeLutin %% Property changes on: trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/crm/account.jsp ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/crm/company.jsp =================================================================== --- trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/crm/company.jsp 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/crm/company.jsp 2014-04-09 14:29:44 UTC (rev 410) @@ -1,8 +1,8 @@ <%-- #%L Chorem :: webmotion - $Id:$ - $HeadURL:$ + $Id$ + $HeadURL$ %% Copyright (C) 2011 - 2014 CodeLutin %% Property changes on: trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/crm/company.jsp ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/crm/editQuotation.jsp =================================================================== --- trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/crm/editQuotation.jsp 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/crm/editQuotation.jsp 2014-04-09 14:29:44 UTC (rev 410) @@ -1,8 +1,8 @@ <%-- #%L Chorem webmotion - $Id:$ - $HeadURL:$ + $Id$ + $HeadURL$ %% Copyright (C) 2011 - 2012 CodeLutin %% Property changes on: trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/crm/editQuotation.jsp ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/crm/project.jsp =================================================================== --- trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/crm/project.jsp 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/crm/project.jsp 2014-04-09 14:29:44 UTC (rev 410) @@ -1,8 +1,8 @@ <%-- #%L Chorem :: webmotion - $Id:$ - $HeadURL:$ + $Id$ + $HeadURL$ %% Copyright (C) 2011 - 2014 CodeLutin %% Property changes on: trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/crm/project.jsp ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/dashboardAdc.jsp =================================================================== --- trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/dashboardAdc.jsp 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/dashboardAdc.jsp 2014-04-09 14:29:44 UTC (rev 410) @@ -1,8 +1,8 @@ <%-- #%L Chorem webmotion - $Id:$ - $HeadURL:$ + $Id$ + $HeadURL$ %% Copyright (C) 2011 - 2012 CodeLutin %% Property changes on: trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/dashboardAdc.jsp ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/dashboardAnnualProfit.jsp =================================================================== --- trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/dashboardAnnualProfit.jsp 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/dashboardAnnualProfit.jsp 2014-04-09 14:29:44 UTC (rev 410) @@ -1,8 +1,8 @@ <%-- #%L Chorem webmotion - $Id:$ - $HeadURL:$ + $Id$ + $HeadURL$ %% Copyright (C) 2011 - 2012 CodeLutin %% Property changes on: trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/dashboardAnnualProfit.jsp ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/dashboardBudget.jsp =================================================================== --- trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/dashboardBudget.jsp 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/dashboardBudget.jsp 2014-04-09 14:29:44 UTC (rev 410) @@ -1,8 +1,8 @@ <%-- #%L Chorem webmotion - $Id:$ - $HeadURL:$ + $Id$ + $HeadURL$ %% Copyright (C) 2011 - 2012 CodeLutin %% Property changes on: trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/dashboardBudget.jsp ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/dashboardEmployee.jsp =================================================================== --- trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/dashboardEmployee.jsp 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/dashboardEmployee.jsp 2014-04-09 14:29:44 UTC (rev 410) @@ -1,8 +1,8 @@ <%-- #%L Chorem webmotion - $Id:$ - $HeadURL:$ + $Id$ + $HeadURL$ %% Copyright (C) 2011 - 2012 CodeLutin %% Property changes on: trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/dashboardEmployee.jsp ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/dashboardInvoice.jsp =================================================================== --- trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/dashboardInvoice.jsp 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/dashboardInvoice.jsp 2014-04-09 14:29:44 UTC (rev 410) @@ -1,8 +1,8 @@ <%-- #%L Chorem webmotion - $Id:$ - $HeadURL:$ + $Id$ + $HeadURL$ %% Copyright (C) 2011 - 2012 CodeLutin %% Property changes on: trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/dashboardInvoice.jsp ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/dashboardMultiProject.jsp =================================================================== --- trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/dashboardMultiProject.jsp 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/dashboardMultiProject.jsp 2014-04-09 14:29:44 UTC (rev 410) @@ -1,8 +1,8 @@ <%-- #%L Chorem webmotion - $Id:$ - $HeadURL:$ + $Id$ + $HeadURL$ %% Copyright (C) 2011 - 2012 CodeLutin %% Property changes on: trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/dashboardMultiProject.jsp ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/dashboardProfitability.jsp =================================================================== --- trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/dashboardProfitability.jsp 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/dashboardProfitability.jsp 2014-04-09 14:29:44 UTC (rev 410) @@ -1,8 +1,8 @@ <%-- #%L Chorem webmotion - $Id:$ - $HeadURL:$ + $Id$ + $HeadURL$ %% Copyright (C) 2011 - 2012 CodeLutin %% Property changes on: trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/dashboardProfitability.jsp ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/dashboardProject.jsp =================================================================== --- trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/dashboardProject.jsp 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/dashboardProject.jsp 2014-04-09 14:29:44 UTC (rev 410) @@ -1,8 +1,8 @@ <%-- #%L Chorem webmotion - $Id:$ - $HeadURL:$ + $Id$ + $HeadURL$ %% Copyright (C) 2011 - 2012 CodeLutin %% Property changes on: trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/dashboardProject.jsp ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/dashboardQuotation.jsp =================================================================== --- trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/dashboardQuotation.jsp 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/dashboardQuotation.jsp 2014-04-09 14:29:44 UTC (rev 410) @@ -1,8 +1,8 @@ <%-- #%L Chorem webmotion - $Id:$ - $HeadURL:$ + $Id$ + $HeadURL$ %% Copyright (C) 2011 - 2012 CodeLutin %% Property changes on: trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/dashboardQuotation.jsp ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/dashboardRequestVacation.jsp =================================================================== --- trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/dashboardRequestVacation.jsp 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/dashboardRequestVacation.jsp 2014-04-09 14:29:44 UTC (rev 410) @@ -1,8 +1,8 @@ <%-- #%L Chorem webmotion - $Id:$ - $HeadURL:$ + $Id$ + $HeadURL$ %% Copyright (C) 2011 - 2012 CodeLutin %% Property changes on: trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/dashboardRequestVacation.jsp ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/dashboardSingleProject.jsp =================================================================== --- trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/dashboardSingleProject.jsp 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/dashboardSingleProject.jsp 2014-04-09 14:29:44 UTC (rev 410) @@ -1,8 +1,8 @@ <%-- #%L Chorem webmotion - $Id:$ - $HeadURL:$ + $Id$ + $HeadURL$ %% Copyright (C) 2011 - 2012 CodeLutin %% Property changes on: trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/dashboardSingleProject.jsp ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/dashboardSummary.jsp =================================================================== --- trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/dashboardSummary.jsp 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/dashboardSummary.jsp 2014-04-09 14:29:44 UTC (rev 410) @@ -1,8 +1,8 @@ <%-- #%L Chorem webmotion - $Id:$ - $HeadURL:$ + $Id$ + $HeadURL$ %% Copyright (C) 2011 - 2012 CodeLutin %% Property changes on: trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/dashboardSummary.jsp ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/dashboardVAT.jsp =================================================================== --- trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/dashboardVAT.jsp 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/dashboardVAT.jsp 2014-04-09 14:29:44 UTC (rev 410) @@ -1,8 +1,8 @@ <%-- #%L Chorem webmotion - $Id:$ - $HeadURL:$ + $Id$ + $HeadURL$ %% Copyright (C) 2011 - 2012 CodeLutin %% Property changes on: trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/dashboardVAT.jsp ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/dashboardVacation.jsp =================================================================== --- trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/dashboardVacation.jsp 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/dashboardVacation.jsp 2014-04-09 14:29:44 UTC (rev 410) @@ -1,8 +1,8 @@ <%-- #%L Chorem webmotion - $Id:$ - $HeadURL:$ + $Id$ + $HeadURL$ %% Copyright (C) 2011 - 2012 CodeLutin %% Property changes on: trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/dashboardVacation.jsp ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/dashboardVacationAsked.jsp =================================================================== --- trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/dashboardVacationAsked.jsp 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/dashboardVacationAsked.jsp 2014-04-09 14:29:44 UTC (rev 410) @@ -1,8 +1,8 @@ <%-- #%L Chorem webmotion - $Id:$ - $HeadURL:$ + $Id$ + $HeadURL$ %% Copyright (C) 2011 - 2012 CodeLutin %% Property changes on: trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/dashboardVacationAsked.jsp ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/dashboardVacationByEmployee.jsp =================================================================== --- trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/dashboardVacationByEmployee.jsp 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/dashboardVacationByEmployee.jsp 2014-04-09 14:29:44 UTC (rev 410) @@ -1,8 +1,8 @@ <%-- #%L Chorem webmotion - $Id:$ - $HeadURL:$ + $Id$ + $HeadURL$ %% Copyright (C) 2011 - 2012 CodeLutin %% Property changes on: trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/dashboardVacationByEmployee.jsp ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/dashboardWorkingProjectDaysByEmployee.jsp =================================================================== --- trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/dashboardWorkingProjectDaysByEmployee.jsp 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/dashboardWorkingProjectDaysByEmployee.jsp 2014-04-09 14:29:44 UTC (rev 410) @@ -1,8 +1,8 @@ <%-- #%L Chorem webmotion - $Id:$ - $HeadURL:$ + $Id$ + $HeadURL$ %% Copyright (C) 2011 - 2012 CodeLutin %% Property changes on: trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/dashboardWorkingProjectDaysByEmployee.jsp ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/decorator.jsp =================================================================== --- trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/decorator.jsp 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/decorator.jsp 2014-04-09 14:29:44 UTC (rev 410) @@ -1,8 +1,8 @@ <%-- #%L Chorem webmotion - $Id:$ - $HeadURL:$ + $Id$ + $HeadURL$ %% Copyright (C) 2011 - 2012 CodeLutin %% Property changes on: trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/decorator.jsp ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/edit.jsp =================================================================== --- trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/edit.jsp 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/edit.jsp 2014-04-09 14:29:44 UTC (rev 410) @@ -1,8 +1,8 @@ <%-- #%L Chorem webmotion - $Id:$ - $HeadURL:$ + $Id$ + $HeadURL$ %% Copyright (C) 2011 - 2012 CodeLutin %% Property changes on: trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/edit.jsp ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/editMulti.jsp =================================================================== --- trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/editMulti.jsp 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/editMulti.jsp 2014-04-09 14:29:44 UTC (rev 410) @@ -1,8 +1,8 @@ <%-- #%L Chorem webmotion - $Id:$ - $HeadURL:$ + $Id$ + $HeadURL$ %% Copyright (C) 2011 - 2012 CodeLutin %% Property changes on: trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/editMulti.jsp ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/editRelated.jsp =================================================================== --- trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/editRelated.jsp 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/editRelated.jsp 2014-04-09 14:29:44 UTC (rev 410) @@ -1,8 +1,8 @@ <%-- #%L Chorem webmotion - $Id:$ - $HeadURL:$ + $Id$ + $HeadURL$ %% Copyright (C) 2011 - 2012 CodeLutin %% Property changes on: trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/editRelated.jsp ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/editVacationRequest.jsp =================================================================== --- trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/editVacationRequest.jsp 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/editVacationRequest.jsp 2014-04-09 14:29:44 UTC (rev 410) @@ -1,8 +1,8 @@ <%-- #%L Chorem webmotion - $Id:$ - $HeadURL:$ + $Id$ + $HeadURL$ %% Copyright (C) 2011 - 2012 CodeLutin %% Property changes on: trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/editVacationRequest.jsp ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/employeeEdit.jsp =================================================================== --- trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/employeeEdit.jsp 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/employeeEdit.jsp 2014-04-09 14:29:44 UTC (rev 410) @@ -1,8 +1,8 @@ <%-- #%L Chorem webmotion - $Id:$ - $HeadURL:$ + $Id$ + $HeadURL$ %% Copyright (C) 2011 - 2012 CodeLutin %% Property changes on: trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/employeeEdit.jsp ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Added: trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/financial/expenseAccountView.jsp =================================================================== --- trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/financial/expenseAccountView.jsp (rev 0) +++ trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/financial/expenseAccountView.jsp 2014-04-09 14:29:44 UTC (rev 410) @@ -0,0 +1,70 @@ +<%-- + #%L + Chorem :: webmotion + $Id$ + $HeadURL$ + %% + Copyright (C) 2011 - 2014 CodeLutin + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L% + --%> +<%@page contentType="text/html" pageEncoding="UTF-8"%> +<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> +<%@ taglib uri="/WEB-INF/wikitty.tld" prefix="w"%> + +<head> + <script data-require="angular-resource@1.2.0-rc.3" data-semver="1.2.0-rc.3" src="<c:url value='http://code.angularjs.org/1.2.0-rc.3/angular-resource.js'/>"></script> + <link data-require="bootstrap-css@*" data-semver="3.0.0" rel="stylesheet" href="<c:url value='http://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css'/>" /> +</head> + +<div > + <dl> + <dd><a href="<c:url value="/wikitty/view/${expenseAccount.employeeId}"/>">${expenseAccount.employeeName}</a></dd> + <dd>Period : ${expenseAccount.month} / ${expenseAccount.year}</dd> + </dl> +</div> + +<div ng-app> + <table> + <tr> + <th>Justif. Nb</th> + <th>Emitted Date</th> + <th>Project</th> + <th>Description</th> + <th>Category</th> + <th>Amount</th> + <th>VAT</th> + <th>total</th> + <th>Payment Date</th> + </tr> + <c:forEach var="expenseEntry" items="${expenseAccount.expenseAccountEntries}"> + <tr> + <td>${expenseEntry.justificationNumber}</td> + <td>{{${expenseEntry.emittedDate}| date:'shortDate'}}</td> + <td><a href="<c:url value="/wikitty/view/${expenseEntry.projectId}"/>">${expenseEntry.projectName}</a></td> + <td>${expenseEntry.description}</td> + <td>${expenseEntry.categoryName}</td> + <td>{{${expenseEntry.amount}|number:2}}</td> + <td>{{${expenseEntry.VAT}|number:2}}</td> + <td>{{${expenseEntry.total}|number:2}}</td> + <td><span ng-if = "${expenseEntry.paymentDate} != 0"> {{${expenseEntry.paymentDate}|date:'shortDate'}}</span></td> + </tr> + </c:forEach> + </table> +</div> + +<div> + <a class="btn btn-success" href="<c:url value="/financial/expenseAccounts/new"/>"><i class="icon-list icon-white"></i> New one</a> +</div> Property changes on: trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/financial/expenseAccountView.jsp ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Added: trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/financial/expenseAccounts.jsp =================================================================== --- trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/financial/expenseAccounts.jsp (rev 0) +++ trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/financial/expenseAccounts.jsp 2014-04-09 14:29:44 UTC (rev 410) @@ -0,0 +1,61 @@ +<%-- + #%L + Chorem :: webmotion + $Id$ + $HeadURL$ + %% + Copyright (C) 2011 - 2014 CodeLutin + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L% + --%> +<%@page contentType="text/html" pageEncoding="UTF-8"%> +<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> +<%@ taglib uri="/WEB-INF/wikitty.tld" prefix="w"%> + +<head> + <script data-require="angular-resource@1.2.0-rc.3" data-semver="1.2.0-rc.3" src="<c:url value='http://code.angularjs.org/1.2.0-rc.3/angular-resource.js'/>"></script> + <script data-require="ng-table@*" data-semver="0.3.0" src="<c:url value='http://bazalt-cms.com/assets/ng-table/0.3.0/ng-table.js'/>"></script> + <link data-require="ng-table@*" data-semver="0.3.0" rel="stylesheet" href="<c:url value='http://bazalt-cms.com/assets/ng-table/0.3.0/ng-table.css'/>" /> + <link data-require="bootstrap-css@*" data-semver="3.0.0" rel="stylesheet" href="<c:url value='http://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css'/>" /> + <script type="text/javascript" src="<c:url value='/js/expensePagination.js'/>"></script> +</head> + +<div ng-app="expenseAccountList" ng-controller="PageCtrl"> + + <div loading-container="tableParams.settings().$loading"> + <table ng-table="tableParams" show-filter="false" class="table"> + <tbody ng-repeat="expenseAccount in expenseAccounts"> + <tr id="tr{{expenseAccount.id}}" ng-class-odd="'odd'" ng-class-even="'even'"> + <td data-title="'Employee'"> + <a href="<c:url value="/wikitty/view/{{expenseAccount.employeeId}}"/>">{{expenseAccount.employeeName}}</a> + </td> + <td data-title="'Month'"> + {{expenseAccount.month}} + </td> + <td data-title="'Year'"> + {{expenseAccount.year}} + </td> + <td> + <a class="btn btn-success" href="<c:url value="/financial/expenseAccounts/{{expenseAccount.id}}"/>">See it</a> + </td> + </tr> + </tbody> + </table> + </div> +</div> + +<div> + <a class="btn btn-success" href="<c:url value="/financial/expenseAccounts/new"/>"><i class="icon-list icon-white"></i> New one</a> +</div> Property changes on: trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/financial/expenseAccounts.jsp ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/hr.jsp =================================================================== --- trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/hr.jsp 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/hr.jsp 2014-04-09 14:29:44 UTC (rev 410) @@ -1,8 +1,8 @@ <%-- #%L Chorem webmotion - $Id:$ - $HeadURL:$ + $Id$ + $HeadURL$ %% Copyright (C) 2011 - 2012 CodeLutin %% Property changes on: trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/hr.jsp ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/index.jsp =================================================================== --- trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/index.jsp 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/index.jsp 2014-04-09 14:29:44 UTC (rev 410) @@ -1,8 +1,8 @@ <%-- #%L Chorem webmotion - $Id:$ - $HeadURL:$ + $Id$ + $HeadURL$ %% Copyright (C) 2011 - 2012 CodeLutin %% Property changes on: trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/index.jsp ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/login.jsp =================================================================== --- trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/login.jsp 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/login.jsp 2014-04-09 14:29:44 UTC (rev 410) @@ -1,8 +1,8 @@ <%-- #%L Chorem webmotion - $Id:$ - $HeadURL:$ + $Id$ + $HeadURL$ %% Copyright (C) 2011 - 2012 CodeLutin %% Property changes on: trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/login.jsp ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/projects/editProject.html =================================================================== --- trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/projects/editProject.html 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/projects/editProject.html 2014-04-09 14:29:44 UTC (rev 410) @@ -1,8 +1,8 @@ <!-- #%L Chorem :: webmotion - $Id:$ - $HeadURL:$ + $Id$ + $HeadURL$ %% Copyright (C) 2011 - 2014 CodeLutin %% Property changes on: trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/projects/editProject.html ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/projects/projects.jsp =================================================================== --- trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/projects/projects.jsp 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/projects/projects.jsp 2014-04-09 14:29:44 UTC (rev 410) @@ -1,8 +1,8 @@ <%-- #%L Chorem :: webmotion - $Id:$ - $HeadURL:$ + $Id$ + $HeadURL$ %% Copyright (C) 2011 - 2014 CodeLutin %% Property changes on: trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/projects/projects.jsp ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/report.jsp =================================================================== --- trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/report.jsp 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/report.jsp 2014-04-09 14:29:44 UTC (rev 410) @@ -1,8 +1,8 @@ <%-- #%L Chorem webmotion - $Id:$ - $HeadURL:$ + $Id$ + $HeadURL$ %% Copyright (C) 2011 - 2012 CodeLutin %% Property changes on: trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/report.jsp ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/salesReports/acceptedQuotation.jsp =================================================================== --- trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/salesReports/acceptedQuotation.jsp 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/salesReports/acceptedQuotation.jsp 2014-04-09 14:29:44 UTC (rev 410) @@ -1,8 +1,8 @@ <%-- #%L Chorem webmotion - $Id:$ - $HeadURL:$ + $Id$ + $HeadURL$ %% Copyright (C) 2011 - 2012 CodeLutin %% Property changes on: trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/salesReports/acceptedQuotation.jsp ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/salesReports/accountSalesReport.jsp =================================================================== --- trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/salesReports/accountSalesReport.jsp 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/salesReports/accountSalesReport.jsp 2014-04-09 14:29:44 UTC (rev 410) @@ -1,8 +1,8 @@ <%-- #%L Chorem webmotion - $Id:$ - $HeadURL:$ + $Id$ + $HeadURL$ %% Copyright (C) 2011 - 2012 CodeLutin %% Property changes on: trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/salesReports/accountSalesReport.jsp ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/salesReports/dialog-cancel.html =================================================================== --- trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/salesReports/dialog-cancel.html 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/salesReports/dialog-cancel.html 2014-04-09 14:29:44 UTC (rev 410) @@ -1,8 +1,8 @@ <!-- #%L Chorem :: webmotion - $Id:$ - $HeadURL:$ + $Id$ + $HeadURL$ %% Copyright (C) 2011 - 2014 CodeLutin %% Property changes on: trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/salesReports/dialog-cancel.html ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/salesReports/dialog-draftToSent.html =================================================================== --- trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/salesReports/dialog-draftToSent.html 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/salesReports/dialog-draftToSent.html 2014-04-09 14:29:44 UTC (rev 410) @@ -1,8 +1,8 @@ <!-- #%L Chorem :: webmotion - $Id:$ - $HeadURL:$ + $Id$ + $HeadURL$ %% Copyright (C) 2011 - 2014 CodeLutin %% Property changes on: trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/salesReports/dialog-draftToSent.html ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/salesReports/dialog-leadToDraft.html =================================================================== --- trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/salesReports/dialog-leadToDraft.html 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/salesReports/dialog-leadToDraft.html 2014-04-09 14:29:44 UTC (rev 410) @@ -1,8 +1,8 @@ <!-- #%L Chorem :: webmotion - $Id:$ - $HeadURL:$ + $Id$ + $HeadURL$ %% Copyright (C) 2011 - 2014 CodeLutin %% Property changes on: trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/salesReports/dialog-leadToDraft.html ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/salesReports/dialog-sentToAccepted.html =================================================================== --- trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/salesReports/dialog-sentToAccepted.html 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/salesReports/dialog-sentToAccepted.html 2014-04-09 14:29:44 UTC (rev 410) @@ -1,8 +1,8 @@ <!-- #%L Chorem :: webmotion - $Id:$ - $HeadURL:$ + $Id$ + $HeadURL$ %% Copyright (C) 2011 - 2014 CodeLutin %% Property changes on: trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/salesReports/dialog-sentToAccepted.html ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/salesReports/dialog-sentToRejected.html =================================================================== --- trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/salesReports/dialog-sentToRejected.html 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/salesReports/dialog-sentToRejected.html 2014-04-09 14:29:44 UTC (rev 410) @@ -1,8 +1,8 @@ <!-- #%L Chorem :: webmotion - $Id:$ - $HeadURL:$ + $Id$ + $HeadURL$ %% Copyright (C) 2011 - 2014 CodeLutin %% Property changes on: trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/salesReports/dialog-sentToRejected.html ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/salesReports/menu.jsp =================================================================== --- trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/salesReports/menu.jsp 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/salesReports/menu.jsp 2014-04-09 14:29:44 UTC (rev 410) @@ -1,8 +1,8 @@ <%-- #%L Chorem :: webmotion - $Id:$ - $HeadURL:$ + $Id$ + $HeadURL$ %% Copyright (C) 2011 - 2014 CodeLutin %% Property changes on: trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/salesReports/menu.jsp ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/salesReports/projectSalesReport.jsp =================================================================== --- trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/salesReports/projectSalesReport.jsp 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/salesReports/projectSalesReport.jsp 2014-04-09 14:29:44 UTC (rev 410) @@ -1,8 +1,8 @@ <%-- #%L Chorem webmotion - $Id:$ - $HeadURL:$ + $Id$ + $HeadURL$ %% Copyright (C) 2011 - 2012 CodeLutin %% Property changes on: trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/salesReports/projectSalesReport.jsp ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/salesReports/sales.jsp =================================================================== --- trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/salesReports/sales.jsp 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/salesReports/sales.jsp 2014-04-09 14:29:44 UTC (rev 410) @@ -1,8 +1,8 @@ <%-- #%L Chorem webmotion - $Id:$ - $HeadURL:$ + $Id$ + $HeadURL$ %% Copyright (C) 2011 - 2012 CodeLutin %% Property changes on: trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/salesReports/sales.jsp ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/salesReports/salesFunnel.jsp =================================================================== --- trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/salesReports/salesFunnel.jsp 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/salesReports/salesFunnel.jsp 2014-04-09 14:29:44 UTC (rev 410) @@ -1,8 +1,8 @@ <%-- #%L Chorem webmotion - $Id:$ - $HeadURL:$ + $Id$ + $HeadURL$ %% Copyright (C) 2011 - 2012 CodeLutin %% Property changes on: trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/salesReports/salesFunnel.jsp ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/salesReports/salesPerAccountReport.jsp =================================================================== --- trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/salesReports/salesPerAccountReport.jsp 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/salesReports/salesPerAccountReport.jsp 2014-04-09 14:29:44 UTC (rev 410) @@ -1,8 +1,8 @@ <%-- #%L Chorem webmotion - $Id:$ - $HeadURL:$ + $Id$ + $HeadURL$ %% Copyright (C) 2011 - 2012 CodeLutin %% Property changes on: trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/salesReports/salesPerAccountReport.jsp ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/salesReports/salesPerProjectReport.jsp =================================================================== --- trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/salesReports/salesPerProjectReport.jsp 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/salesReports/salesPerProjectReport.jsp 2014-04-09 14:29:44 UTC (rev 410) @@ -1,8 +1,8 @@ <%-- #%L Chorem webmotion - $Id:$ - $HeadURL:$ + $Id$ + $HeadURL$ %% Copyright (C) 2011 - 2012 CodeLutin %% Property changes on: trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/salesReports/salesPerProjectReport.jsp ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/salesReports/salesReport.jsp =================================================================== --- trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/salesReports/salesReport.jsp 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/salesReports/salesReport.jsp 2014-04-09 14:29:44 UTC (rev 410) @@ -1,8 +1,8 @@ <%-- #%L Chorem webmotion - $Id:$ - $HeadURL:$ + $Id$ + $HeadURL$ %% Copyright (C) 2011 - 2012 CodeLutin %% Property changes on: trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/salesReports/salesReport.jsp ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/salesReports/sentQuotation.jsp =================================================================== --- trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/salesReports/sentQuotation.jsp 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/salesReports/sentQuotation.jsp 2014-04-09 14:29:44 UTC (rev 410) @@ -1,8 +1,8 @@ <%-- #%L Chorem webmotion - $Id:$ - $HeadURL:$ + $Id$ + $HeadURL$ %% Copyright (C) 2011 - 2012 CodeLutin %% Property changes on: trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/salesReports/sentQuotation.jsp ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/search.jsp =================================================================== --- trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/search.jsp 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/search.jsp 2014-04-09 14:29:44 UTC (rev 410) @@ -1,8 +1,8 @@ <%-- #%L Chorem webmotion - $Id:$ - $HeadURL:$ + $Id$ + $HeadURL$ %% Copyright (C) 2011 - 2012 CodeLutin %% Property changes on: trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/search.jsp ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/simpleWikiFields.jsp =================================================================== --- trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/simpleWikiFields.jsp 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/simpleWikiFields.jsp 2014-04-09 14:29:44 UTC (rev 410) @@ -1,8 +1,8 @@ <%-- #%L Chorem webmotion - $Id:$ - $HeadURL:$ + $Id$ + $HeadURL$ %% Copyright (C) 2011 - 2012 CodeLutin %% Property changes on: trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/simpleWikiFields.jsp ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/vacationDiv.jsp =================================================================== --- trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/vacationDiv.jsp 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/vacationDiv.jsp 2014-04-09 14:29:44 UTC (rev 410) @@ -1,8 +1,8 @@ <%-- #%L Chorem webmotion - $Id:$ - $HeadURL:$ + $Id$ + $HeadURL$ %% Copyright (C) 2011 - 2012 CodeLutin %% Property changes on: trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/vacationDiv.jsp ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/view.jsp =================================================================== --- trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/view.jsp 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/view.jsp 2014-04-09 14:29:44 UTC (rev 410) @@ -1,8 +1,8 @@ <%-- #%L Chorem webmotion - $Id:$ - $HeadURL:$ + $Id$ + $HeadURL$ %% Copyright (C) 2011 - 2012 CodeLutin %% Property changes on: trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/view.jsp ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/viewActionCompany.jsp =================================================================== --- trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/viewActionCompany.jsp 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/viewActionCompany.jsp 2014-04-09 14:29:44 UTC (rev 410) @@ -1,8 +1,8 @@ <%-- #%L Chorem webmotion - $Id:$ - $HeadURL:$ + $Id$ + $HeadURL$ %% Copyright (C) 2011 - 2012 CodeLutin %% Property changes on: trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/viewActionCompany.jsp ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/viewActionEmployee.jsp =================================================================== --- trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/viewActionEmployee.jsp 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/viewActionEmployee.jsp 2014-04-09 14:29:44 UTC (rev 410) @@ -1,8 +1,8 @@ <%-- #%L Chorem webmotion - $Id:$ - $HeadURL:$ + $Id$ + $HeadURL$ %% Copyright (C) 2011 - 2012 CodeLutin %% Property changes on: trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/viewActionEmployee.jsp ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/viewActionFinancialTransaction.jsp =================================================================== --- trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/viewActionFinancialTransaction.jsp 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/viewActionFinancialTransaction.jsp 2014-04-09 14:29:44 UTC (rev 410) @@ -1,8 +1,8 @@ <%-- #%L Chorem webmotion - $Id:$ - $HeadURL:$ + $Id$ + $HeadURL$ %% Copyright (C) 2011 - 2013 CodeLutin %% Property changes on: trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/viewActionFinancialTransaction.jsp ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/viewActionPerson.jsp =================================================================== --- trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/viewActionPerson.jsp 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/viewActionPerson.jsp 2014-04-09 14:29:44 UTC (rev 410) @@ -1,8 +1,8 @@ <%-- #%L Chorem webmotion - $Id:$ - $HeadURL:$ + $Id$ + $HeadURL$ %% Copyright (C) 2011 - 2012 CodeLutin %% Property changes on: trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/viewActionPerson.jsp ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/viewActionProject.jsp =================================================================== --- trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/viewActionProject.jsp 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/viewActionProject.jsp 2014-04-09 14:29:44 UTC (rev 410) @@ -1,8 +1,8 @@ <%-- #%L Chorem webmotion - $Id:$ - $HeadURL:$ + $Id$ + $HeadURL$ %% Copyright (C) 2011 - 2012 CodeLutin %% Property changes on: trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/viewActionProject.jsp ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/viewActionQuotation.jsp =================================================================== --- trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/viewActionQuotation.jsp 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/viewActionQuotation.jsp 2014-04-09 14:29:44 UTC (rev 410) @@ -1,8 +1,8 @@ <%-- #%L Chorem webmotion - $Id:$ - $HeadURL:$ + $Id$ + $HeadURL$ %% Copyright (C) 2011 - 2012 CodeLutin %% Property changes on: trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/viewActionQuotation.jsp ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/viewActionTask.jsp =================================================================== --- trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/viewActionTask.jsp 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/viewActionTask.jsp 2014-04-09 14:29:44 UTC (rev 410) @@ -1,8 +1,8 @@ <%-- #%L Chorem webmotion - $Id:$ - $HeadURL:$ + $Id$ + $HeadURL$ %% Copyright (C) 2011 - 2012 CodeLutin %% Property changes on: trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/viewActionTask.jsp ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-webmotion/src/main/webapp/WEB-INF/nuiton-js.properties =================================================================== --- trunk/chorem-webmotion/src/main/webapp/WEB-INF/nuiton-js.properties 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-webmotion/src/main/webapp/WEB-INF/nuiton-js.properties 2014-04-09 14:29:44 UTC (rev 410) @@ -1,8 +1,8 @@ ### # #%L # Chorem :: webmotion -# $Id:$ -# $HeadURL:$ +# $Id$ +# $HeadURL$ # %% # Copyright (C) 2011 - 2014 CodeLutin # %% Property changes on: trunk/chorem-webmotion/src/main/webapp/WEB-INF/nuiton-js.properties ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-webmotion/src/main/webapp/WEB-INF/web.xml =================================================================== --- trunk/chorem-webmotion/src/main/webapp/WEB-INF/web.xml 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-webmotion/src/main/webapp/WEB-INF/web.xml 2014-04-09 14:29:44 UTC (rev 410) @@ -1,8 +1,8 @@ <!-- #%L Chorem webmotion - $Id:$ - $HeadURL:$ + $Id$ + $HeadURL$ %% Copyright (C) 2011 - 2012 CodeLutin, Chatellier Eric %% Property changes on: trunk/chorem-webmotion/src/main/webapp/WEB-INF/web.xml ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Property changes on: trunk/chorem-webmotion/src/main/webapp/WEB-INF/wikitty.tld ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Modified: trunk/chorem-webmotion/src/main/webapp/WEB-INF/wro.xml =================================================================== --- trunk/chorem-webmotion/src/main/webapp/WEB-INF/wro.xml 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-webmotion/src/main/webapp/WEB-INF/wro.xml 2014-04-09 14:29:44 UTC (rev 410) @@ -1,8 +1,8 @@ <!-- #%L Chorem :: webmotion - $Id:$ - $HeadURL:$ + $Id$ + $HeadURL$ %% Copyright (C) 2011 - 2014 CodeLutin %% Property changes on: trunk/chorem-webmotion/src/main/webapp/WEB-INF/wro.xml ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-webmotion/src/main/webapp/css/chorem-bi.css =================================================================== --- trunk/chorem-webmotion/src/main/webapp/css/chorem-bi.css 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-webmotion/src/main/webapp/css/chorem-bi.css 2014-04-09 14:29:44 UTC (rev 410) @@ -1,8 +1,8 @@ /* * #%L * Chorem :: webmotion - * $Id:$ - * $HeadURL:$ + * $Id$ + * $HeadURL$ * %% * Copyright (C) 2011 - 2014 CodeLutin * %% Property changes on: trunk/chorem-webmotion/src/main/webapp/css/chorem-bi.css ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-webmotion/src/main/webapp/css/chorem-crm.css =================================================================== --- trunk/chorem-webmotion/src/main/webapp/css/chorem-crm.css 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-webmotion/src/main/webapp/css/chorem-crm.css 2014-04-09 14:29:44 UTC (rev 410) @@ -1,8 +1,8 @@ /* * #%L * Chorem :: webmotion - * $Id:$ - * $HeadURL:$ + * $Id$ + * $HeadURL$ * %% * Copyright (C) 2011 - 2014 CodeLutin * %% Property changes on: trunk/chorem-webmotion/src/main/webapp/css/chorem-crm.css ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-webmotion/src/main/webapp/css/chorem-sales.css =================================================================== --- trunk/chorem-webmotion/src/main/webapp/css/chorem-sales.css 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-webmotion/src/main/webapp/css/chorem-sales.css 2014-04-09 14:29:44 UTC (rev 410) @@ -1,8 +1,8 @@ /* * #%L * Chorem :: webmotion - * $Id:$ - * $HeadURL:$ + * $Id$ + * $HeadURL$ * %% * Copyright (C) 2011 - 2014 CodeLutin * %% Property changes on: trunk/chorem-webmotion/src/main/webapp/css/chorem-sales.css ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Property changes on: trunk/chorem-webmotion/src/main/webapp/css/chorem.less ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-webmotion/src/main/webapp/css/employeeEdit.css =================================================================== --- trunk/chorem-webmotion/src/main/webapp/css/employeeEdit.css 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-webmotion/src/main/webapp/css/employeeEdit.css 2014-04-09 14:29:44 UTC (rev 410) @@ -1,8 +1,8 @@ /* * #%L * Chorem :: webmotion - * $Id:$ - * $HeadURL:$ + * $Id$ + * $HeadURL$ * %% * Copyright (C) 2011 - 2014 CodeLutin * %% Property changes on: trunk/chorem-webmotion/src/main/webapp/css/employeeEdit.css ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-webmotion/src/main/webapp/css/jquery-ui-timepicker-addon.css =================================================================== --- trunk/chorem-webmotion/src/main/webapp/css/jquery-ui-timepicker-addon.css 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-webmotion/src/main/webapp/css/jquery-ui-timepicker-addon.css 2014-04-09 14:29:44 UTC (rev 410) @@ -1,8 +1,8 @@ /* * #%L * Chorem webmotion - * $Id:$ - * $HeadURL:$ + * $Id$ + * $HeadURL$ * %% * Copyright (C) 2011 - 2012 CodeLutin * %% Property changes on: trunk/chorem-webmotion/src/main/webapp/css/jquery-ui-timepicker-addon.css ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-webmotion/src/main/webapp/css/jquery.fn.gantt.css =================================================================== --- trunk/chorem-webmotion/src/main/webapp/css/jquery.fn.gantt.css 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-webmotion/src/main/webapp/css/jquery.fn.gantt.css 2014-04-09 14:29:44 UTC (rev 410) @@ -1,8 +1,8 @@ /* * #%L * Chorem :: webmotion - * $Id:$ - * $HeadURL:$ + * $Id$ + * $HeadURL$ * %% * Copyright (C) 2011 - 2014 CodeLutin * %% Property changes on: trunk/chorem-webmotion/src/main/webapp/css/jquery.fn.gantt.css ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-webmotion/src/main/webapp/css/ng-grid.min.css =================================================================== --- trunk/chorem-webmotion/src/main/webapp/css/ng-grid.min.css 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-webmotion/src/main/webapp/css/ng-grid.min.css 2014-04-09 14:29:44 UTC (rev 410) @@ -1,8 +1,8 @@ /* * #%L * Chorem :: webmotion - * $Id:$ - * $HeadURL:$ + * $Id$ + * $HeadURL$ * %% * Copyright (C) 2011 - 2014 CodeLutin * %% Property changes on: trunk/chorem-webmotion/src/main/webapp/css/ng-grid.min.css ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Property changes on: trunk/chorem-webmotion/src/main/webapp/css/select2/select2-spinner.gif ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Modified: trunk/chorem-webmotion/src/main/webapp/css/select2/select2.css =================================================================== --- trunk/chorem-webmotion/src/main/webapp/css/select2/select2.css 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-webmotion/src/main/webapp/css/select2/select2.css 2014-04-09 14:29:44 UTC (rev 410) @@ -1,8 +1,8 @@ /* * #%L * Chorem :: webmotion - * $Id:$ - * $HeadURL:$ + * $Id$ + * $HeadURL$ * %% * Copyright (C) 2011 - 2014 CodeLutin * %% Property changes on: trunk/chorem-webmotion/src/main/webapp/css/select2/select2.css ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Property changes on: trunk/chorem-webmotion/src/main/webapp/css/select2/select2.png ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/chorem-webmotion/src/main/webapp/css/select2/select2x2.png ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Modified: trunk/chorem-webmotion/src/main/webapp/css/vacationRequest.css =================================================================== --- trunk/chorem-webmotion/src/main/webapp/css/vacationRequest.css 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-webmotion/src/main/webapp/css/vacationRequest.css 2014-04-09 14:29:44 UTC (rev 410) @@ -1,8 +1,8 @@ /* * #%L * Chorem webmotion - * $Id:$ - * $HeadURL:$ + * $Id$ + * $HeadURL$ * %% * Copyright (C) 2011 - 2012 CodeLutin * %% Property changes on: trunk/chorem-webmotion/src/main/webapp/css/vacationRequest.css ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Property changes on: trunk/chorem-webmotion/src/main/webapp/img/ajax-loader.gif ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/chorem-webmotion/src/main/webapp/img/glyphicons-halflings-white.png ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/chorem-webmotion/src/main/webapp/img/glyphicons-halflings.png ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/chorem-webmotion/src/main/webapp/img/jquery.fn.gantt/grid.png ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/chorem-webmotion/src/main/webapp/img/jquery.fn.gantt/icon_sprite.png ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/chorem-webmotion/src/main/webapp/img/jquery.fn.gantt/loader_bg.png ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/chorem-webmotion/src/main/webapp/img/jquery.fn.gantt/slider_handle.png ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Modified: trunk/chorem-webmotion/src/main/webapp/js/chorem.js =================================================================== --- trunk/chorem-webmotion/src/main/webapp/js/chorem.js 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-webmotion/src/main/webapp/js/chorem.js 2014-04-09 14:29:44 UTC (rev 410) @@ -1,8 +1,8 @@ /* * #%L * Chorem webmotion - * $Id:$ - * $HeadURL:$ + * $Id$ + * $HeadURL$ * %% * Copyright (C) 2011 - 2012 CodeLutin * %% Property changes on: trunk/chorem-webmotion/src/main/webapp/js/chorem.js ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-webmotion/src/main/webapp/js/dashboardAdc.js =================================================================== --- trunk/chorem-webmotion/src/main/webapp/js/dashboardAdc.js 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-webmotion/src/main/webapp/js/dashboardAdc.js 2014-04-09 14:29:44 UTC (rev 410) @@ -1,8 +1,8 @@ /* * #%L * Chorem :: webmotion - * $Id:$ - * $HeadURL:$ + * $Id$ + * $HeadURL$ * %% * Copyright (C) 2011 - 2014 CodeLutin * %% Property changes on: trunk/chorem-webmotion/src/main/webapp/js/dashboardAdc.js ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-webmotion/src/main/webapp/js/employeeEdit.js =================================================================== --- trunk/chorem-webmotion/src/main/webapp/js/employeeEdit.js 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-webmotion/src/main/webapp/js/employeeEdit.js 2014-04-09 14:29:44 UTC (rev 410) @@ -1,8 +1,8 @@ /* * #%L * Chorem :: webmotion - * $Id:$ - * $HeadURL:$ + * $Id$ + * $HeadURL$ * %% * Copyright (C) 2011 - 2014 CodeLutin * %% Property changes on: trunk/chorem-webmotion/src/main/webapp/js/employeeEdit.js ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Added: trunk/chorem-webmotion/src/main/webapp/js/expensePagination.js =================================================================== --- trunk/chorem-webmotion/src/main/webapp/js/expensePagination.js (rev 0) +++ trunk/chorem-webmotion/src/main/webapp/js/expensePagination.js 2014-04-09 14:29:44 UTC (rev 410) @@ -0,0 +1,70 @@ +/* + * #%L + * Chorem :: webmotion + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2011 - 2014 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see <http://www.gnu.org/licenses/>. + * #L% + */ +var app = angular.module('expenseAccountList', ['ngTable', 'ngResource']); + +app.controller('PageCtrl', + function($scope, $timeout, $resource, ngTableParams) { + + var Api = $resource('json/expenseAccounts'); + + $scope.tableParams = new ngTableParams({ + page: 1, // show first page + count: 20, + year: 2014, + month: 03 + }, { + total: 0, // length of data + getData: function($defer, params) { + + // ajax request to api + url = params.url(); + Api.get(url, function(data) { + $timeout(function() { + // update table params + params.total(data.total); + console.log(data); + // set new data + $scope.expenseAccounts = data.elements; + $defer.resolve(data); + }, 500); + }); + } + }); + +}); + +angular.module('expenseAccountList') +.directive('loadingContainer', function () { + return { + restrict: 'A', + scope: false, + link: function(scope, element, attrs) { + var loadingLayer = angular.element('<div class="loading"></div>'); + element.append(loadingLayer); + element.addClass('loading-container'); + scope.$watch(attrs.loadingContainer, function(value) { + loadingLayer.toggleClass('ng-hide', !value); + }); + } + }; +}); \ No newline at end of file Property changes on: trunk/chorem-webmotion/src/main/webapp/js/expensePagination.js ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Property changes on: trunk/chorem-webmotion/src/main/webapp/js/jquery-ui-timepicker-addon.js ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Property changes on: trunk/chorem-webmotion/src/main/webapp/js/jquery-ui-timepicker-fr.js ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-webmotion/src/main/webapp/js/jquery.fn.gantt.js =================================================================== --- trunk/chorem-webmotion/src/main/webapp/js/jquery.fn.gantt.js 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-webmotion/src/main/webapp/js/jquery.fn.gantt.js 2014-04-09 14:29:44 UTC (rev 410) @@ -1,8 +1,8 @@ /* * #%L * Chorem :: webmotion - * $Id:$ - * $HeadURL:$ + * $Id$ + * $HeadURL$ * %% * Copyright (C) 2011 - 2014 CodeLutin * %% Property changes on: trunk/chorem-webmotion/src/main/webapp/js/jquery.fn.gantt.js ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Property changes on: trunk/chorem-webmotion/src/main/webapp/js/jquery.maskedinput-1.3.js ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-webmotion/src/main/webapp/js/js-hypercube.min.js =================================================================== --- trunk/chorem-webmotion/src/main/webapp/js/js-hypercube.min.js 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-webmotion/src/main/webapp/js/js-hypercube.min.js 2014-04-09 14:29:44 UTC (rev 410) @@ -1,8 +1,8 @@ /* * #%L * Chorem :: webmotion - * $Id:$ - * $HeadURL:$ + * $Id$ + * $HeadURL$ * %% * Copyright (C) 2011 - 2014 CodeLutin * %% Property changes on: trunk/chorem-webmotion/src/main/webapp/js/js-hypercube.min.js ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-webmotion/src/main/webapp/js/less-1.3.3.js =================================================================== --- trunk/chorem-webmotion/src/main/webapp/js/less-1.3.3.js 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-webmotion/src/main/webapp/js/less-1.3.3.js 2014-04-09 14:29:44 UTC (rev 410) @@ -1,8 +1,8 @@ /* * #%L * Chorem :: webmotion - * $Id:$ - * $HeadURL:$ + * $Id$ + * $HeadURL$ * %% * Copyright (C) 2011 - 2014 CodeLutin * %% Property changes on: trunk/chorem-webmotion/src/main/webapp/js/less-1.3.3.js ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-webmotion/src/main/webapp/js/ng-grid-2.0.7.debug.js =================================================================== --- trunk/chorem-webmotion/src/main/webapp/js/ng-grid-2.0.7.debug.js 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-webmotion/src/main/webapp/js/ng-grid-2.0.7.debug.js 2014-04-09 14:29:44 UTC (rev 410) @@ -1,8 +1,8 @@ /* * #%L * Chorem :: webmotion - * $Id:$ - * $HeadURL:$ + * $Id$ + * $HeadURL$ * %% * Copyright (C) 2011 - 2014 CodeLutin * %% Property changes on: trunk/chorem-webmotion/src/main/webapp/js/ng-grid-2.0.7.debug.js ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-webmotion/src/main/webapp/js/ng-grid-2.0.7.min.js =================================================================== --- trunk/chorem-webmotion/src/main/webapp/js/ng-grid-2.0.7.min.js 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-webmotion/src/main/webapp/js/ng-grid-2.0.7.min.js 2014-04-09 14:29:44 UTC (rev 410) @@ -1,8 +1,8 @@ /* * #%L * Chorem :: webmotion - * $Id:$ - * $HeadURL:$ + * $Id$ + * $HeadURL$ * %% * Copyright (C) 2011 - 2014 CodeLutin * %% Property changes on: trunk/chorem-webmotion/src/main/webapp/js/ng-grid-2.0.7.min.js ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-webmotion/src/main/webapp/js/ng-select2.js =================================================================== --- trunk/chorem-webmotion/src/main/webapp/js/ng-select2.js 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-webmotion/src/main/webapp/js/ng-select2.js 2014-04-09 14:29:44 UTC (rev 410) @@ -1,8 +1,8 @@ /* * #%L * Chorem :: webmotion - * $Id:$ - * $HeadURL:$ + * $Id$ + * $HeadURL$ * %% * Copyright (C) 2011 - 2014 CodeLutin * %% Property changes on: trunk/chorem-webmotion/src/main/webapp/js/ng-select2.js ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-webmotion/src/main/webapp/js/ng-wikitty.js =================================================================== --- trunk/chorem-webmotion/src/main/webapp/js/ng-wikitty.js 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-webmotion/src/main/webapp/js/ng-wikitty.js 2014-04-09 14:29:44 UTC (rev 410) @@ -1,8 +1,8 @@ /* * #%L * Chorem :: webmotion - * $Id:$ - * $HeadURL:$ + * $Id$ + * $HeadURL$ * %% * Copyright (C) 2011 - 2014 CodeLutin * %% Property changes on: trunk/chorem-webmotion/src/main/webapp/js/ng-wikitty.js ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-webmotion/src/main/webapp/js/projectPagination.js =================================================================== --- trunk/chorem-webmotion/src/main/webapp/js/projectPagination.js 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-webmotion/src/main/webapp/js/projectPagination.js 2014-04-09 14:29:44 UTC (rev 410) @@ -1,8 +1,8 @@ /* * #%L * Chorem :: webmotion - * $Id:$ - * $HeadURL:$ + * $Id$ + * $HeadURL$ * %% * Copyright (C) 2011 - 2014 CodeLutin * %% Property changes on: trunk/chorem-webmotion/src/main/webapp/js/projectPagination.js ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-webmotion/src/main/webapp/js/salesFunnel.js =================================================================== --- trunk/chorem-webmotion/src/main/webapp/js/salesFunnel.js 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-webmotion/src/main/webapp/js/salesFunnel.js 2014-04-09 14:29:44 UTC (rev 410) @@ -1,8 +1,8 @@ /* * #%L * Chorem :: webmotion - * $Id:$ - * $HeadURL:$ + * $Id$ + * $HeadURL$ * %% * Copyright (C) 2011 - 2014 CodeLutin * %% Property changes on: trunk/chorem-webmotion/src/main/webapp/js/salesFunnel.js ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/chorem-webmotion/src/main/webapp/js/select2.min.js =================================================================== --- trunk/chorem-webmotion/src/main/webapp/js/select2.min.js 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/chorem-webmotion/src/main/webapp/js/select2.min.js 2014-04-09 14:29:44 UTC (rev 410) @@ -1,8 +1,8 @@ /* * #%L * Chorem :: webmotion - * $Id:$ - * $HeadURL:$ + * $Id$ + * $HeadURL$ * %% * Copyright (C) 2011 - 2014 CodeLutin * %% Property changes on: trunk/chorem-webmotion/src/main/webapp/js/select2.min.js ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Property changes on: trunk/pom.xml ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Property changes on: trunk/src/site/resources/images/logos/argouml-logo.png ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/src/site/resources/images/logos/jrst-logo.png ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Property changes on: trunk/src/site/resources/images/logos/restructuredtext-logo.png ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Modified: trunk/src/site/rst/calculations.rst =================================================================== --- trunk/src/site/rst/calculations.rst 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/src/site/rst/calculations.rst 2014-04-09 14:29:44 UTC (rev 410) @@ -1,8 +1,8 @@ .. - .. * #%L .. * Chorem -.. * $Id:$ -.. * $HeadURL:$ +.. * $Id$ +.. * $HeadURL$ .. * %% .. * Copyright (C) 2011 - 2014 CodeLutin .. * %% Property changes on: trunk/src/site/rst/calculations.rst ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/src/site/rst/chorem-cdc.rst =================================================================== --- trunk/src/site/rst/chorem-cdc.rst 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/src/site/rst/chorem-cdc.rst 2014-04-09 14:29:44 UTC (rev 410) @@ -1,8 +1,8 @@ .. - .. * #%L .. * chorem -.. * $Id:$ -.. * $HeadURL:$ +.. * $Id$ +.. * $HeadURL$ .. * %% .. * Copyright (C) 2011 - 2012 CodeLutin .. * %% Property changes on: trunk/src/site/rst/chorem-cdc.rst ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/src/site/rst/doc-devel.rst =================================================================== --- trunk/src/site/rst/doc-devel.rst 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/src/site/rst/doc-devel.rst 2014-04-09 14:29:44 UTC (rev 410) @@ -1,8 +1,8 @@ .. - .. * #%L .. * chorem -.. * $Id:$ -.. * $HeadURL:$ +.. * $Id$ +.. * $HeadURL$ .. * %% .. * Copyright (C) 2011 - 2012 CodeLutin .. * %% Property changes on: trunk/src/site/rst/doc-devel.rst ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/src/site/rst/index.rst =================================================================== --- trunk/src/site/rst/index.rst 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/src/site/rst/index.rst 2014-04-09 14:29:44 UTC (rev 410) @@ -1,8 +1,8 @@ .. - .. * #%L .. * chorem -.. * $Id:$ -.. * $HeadURL:$ +.. * $Id$ +.. * $HeadURL$ .. * %% .. * Copyright (C) 2011 - 2012 CodeLutin .. * %% Property changes on: trunk/src/site/rst/index.rst ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/src/site/rst/requisite.rst =================================================================== --- trunk/src/site/rst/requisite.rst 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/src/site/rst/requisite.rst 2014-04-09 14:29:44 UTC (rev 410) @@ -1,8 +1,8 @@ .. - .. * #%L .. * chorem -.. * $Id:$ -.. * $HeadURL:$ +.. * $Id$ +.. * $HeadURL$ .. * %% .. * Copyright (C) 2011 - 2012 CodeLutin .. * %% Property changes on: trunk/src/site/rst/requisite.rst ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/src/site/site_fr.xml =================================================================== --- trunk/src/site/site_fr.xml 2014-03-13 15:19:41 UTC (rev 409) +++ trunk/src/site/site_fr.xml 2014-04-09 14:29:44 UTC (rev 410) @@ -1,8 +1,8 @@ <!-- #%L chorem - $Id:$ - $HeadURL:$ + $Id$ + $HeadURL$ %% Copyright (C) 2011 - 2012 CodeLutin %% Property changes on: trunk/src/site/site_fr.xml ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native