-
- Downloads
[IMP] sale_timesheet: add timesheet overview
This commits add the timesheet overview on the project kanban. Instead of redirecting to timesheet list, the user will see a more detailled view. The timesheet dashboard shows the amount per billable types, the numbers of hours provided per employee and per billable types, ... This view is integrated with the search view : changing the filter will shows you the informations for your selection. The purpose is to give the user a global view of the project (or other timesheet) financial situation in the same place. This overview is made to be extended in enterprise to add a section to compare past (timesheets) and futures (forecasts) activities.
Showing
- addons/sale_timesheet/__init__.py 1 addition, 0 deletionsaddons/sale_timesheet/__init__.py
- addons/sale_timesheet/__manifest__.py 1 addition, 0 deletionsaddons/sale_timesheet/__manifest__.py
- addons/sale_timesheet/controllers/__init__.py 4 additions, 0 deletionsaddons/sale_timesheet/controllers/__init__.py
- addons/sale_timesheet/controllers/main.py 86 additions, 0 deletionsaddons/sale_timesheet/controllers/main.py
- addons/sale_timesheet/models/project.py 46 additions, 0 deletionsaddons/sale_timesheet/models/project.py
- addons/sale_timesheet/static/src/js/timesheet_plan.js 203 additions, 0 deletionsaddons/sale_timesheet/static/src/js/timesheet_plan.js
- addons/sale_timesheet/static/src/less/sale_timesheet.less 61 additions, 0 deletionsaddons/sale_timesheet/static/src/less/sale_timesheet.less
- addons/sale_timesheet/views/hr_timesheet_templates.xml 143 additions, 0 deletionsaddons/sale_timesheet/views/hr_timesheet_templates.xml
- addons/sale_timesheet/views/hr_timesheet_views.xml 19 additions, 0 deletionsaddons/sale_timesheet/views/hr_timesheet_views.xml
- addons/sale_timesheet/views/project_task_views.xml 14 additions, 0 deletionsaddons/sale_timesheet/views/project_task_views.xml
addons/sale_timesheet/controllers/main.py
0 → 100644
Please register or sign in to comment