Enterprise Open HRMS - HR Dashboard
by Cybrosys Techno Solutions https://www.openhrms.com , Open HRMS https://www.openhrms.com| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Attendances (hr_attendance)
• Employees (hr) • Payroll (hr_payroll) • Recruitment (hr_recruitment) • Time Off (hr_holidays) • Discuss (mail) • Employee Contracts (hr_contract) • Calendar (calendar) • Project (project) |
| Community Apps Dependencies | Show |
| Lines of code | 10957 |
| Technical Name |
ent_hrms_dashboard |
| License | OPL-1 |
| Website | https://www.openhrms.com |
| Versions | 15.0 16.0 17.0 18.0 |
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Attendances (hr_attendance)
• Employees (hr) • Payroll (hr_payroll) • Recruitment (hr_recruitment) • Time Off (hr_holidays) • Discuss (mail) • Employee Contracts (hr_contract) • Calendar (calendar) • Project (project) |
| Community Apps Dependencies | Show |
| Lines of code | 10957 |
| Technical Name |
ent_hrms_dashboard |
| License | OPL-1 |
| Website | https://www.openhrms.com |
| Versions | 15.0 16.0 17.0 18.0 |
Enterprise OpenHRMS Dashboard
Most Advanced Open-Source HR Management Software
Overview
Human Resource Departments have a lot to manage and volume to track with reports ever growing. Fortunately, technologies provide elegant solutions to track and monitor every essential Human Resource activities. Open HRMS HR Dashboard provides a visually engaging palate for seamless management of Human Resource functions. It provides executives and employees the information they need. Open HRMS Dashboard comes intuitive and interactive connecting every dots of your data like never before. With Open HRMS HR dashboard, facilitates with various metrics helping easy to view, understand, and share data. Experience the new kind of responsiveness with Open HRMS Dashboard.
Key Features
Provides all essential tools to deliver real-time informations.
Employees quick access to their timesheets, company contracts and their board factor for analyzing their leave.
Managers to view employee division by departments from department wise employee graph.
Manager to view leave allocation requests, leaves for the day and month, job applications and finally approval of leaves after verification.
Screenshots
01
Dashboard
Open HRMS HR Dashboard provides you with all essential tools to deliver real-time informations
02
Monthly Leave Analysis
Open HRMS HR Dashboard gets you with monthly leave analysis of employees from various departments. Open HRMS HR Dashboard showcases the department wise leave percentage for quick and easy understanding.
03
Join / Resign Analysis
You will also able to see the monthly join/resign analysis and attrition rate analysis.
04
Leave Analysis
The HR Dashboard also gives a glimpse of the upcoming birthdays of employees creating the mood for celebration. Also the upcoming events and announcements. Open HRMS HR Dashboard facilitates each employee to log in and conduct their own leave analysis for the past six months.
Suggested Products
Our Services
Odoo Customization
Odoo Implementation
Odoo Support
Hire Odoo Developer
Odoo Integration
Odoo Migration
Odoo Consultancy
Odoo Implementation
Odoo Licensing Consultancy
Our Industries
Trading
Easily procure and sell your products
POS
Easy configuration and convivial experience
Education
A platform for educational management
Manufacturing
Plan, track and schedule your operations
E-commerce & Website
Mobile friendly, awe-inspiring product pages
Service Management
Keep track of services and invoice
Restaurant
Run your bar or restaurant methodically
Hotel Management
An all-inclusive hotel management application
Need Help?
Odoo Proprietary License v1.0 This software and associated files (the "Software") may only be used (executed, modified, executed after modifications) if you have purchased a valid license from the authors, typically via Odoo Apps, or if you have received a written agreement from the authors of the Software (see the COPYRIGHT file). You may develop Odoo modules that use the Software as a library (typically by depending on it, importing it and using its resources), but without copying any source code or material from the Software. You may distribute those modules under the license of your choice, provided that this license is compatible with the terms of the Odoo Proprietary License (For example: LGPL, MIT, or proprietary licenses similar to this one). It is forbidden to publish, distribute, sublicense, or sell copies of the Software or modified copies of the Software. The above copyright notice and this permission notice must be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Please log in to comment on this module
There are no ratings yet!
Installation error
Hello and thank you for your feedback.
I installed the update and progressed forward.
However, I have another error which is below:
Traceback (most recent call last): File "/usr/lib/python3/dist-packages/odoo/api.py", line 886, in get return field_cache[record._ids[0]] KeyError: 6841 During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3/dist-packages/odoo/fields.py", line 1057, in __get__ value = env.cache.get(record, self) File "/usr/lib/python3/dist-packages/odoo/api.py", line 889, in get raise CacheMiss(record, field) odoo.exceptions.CacheMiss: 'hr.employee(6841,).parend_id' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3/dist-packages/odoo/api.py", line 886, in get return field_cache[record._ids[0]] KeyError: 6841 During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3/dist-packages/odoo/fields.py", line 1110, in __get__ value = env.cache.get(record, self) File "/usr/lib/python3/dist-packages/odoo/api.py", line 889, in get raise CacheMiss(record, field) odoo.exceptions.CacheMiss: 'hr.employee(6841,).parend_id' The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/lib/python3/dist-packages/odoo/addons/base/models/ir_http.py", line 237, in _dispatch result = request.dispatch() File "/usr/lib/python3/dist-packages/odoo/http.py", line 687, in dispatch result = self._call_function(**self.params) File "/usr/lib/python3/dist-packages/odoo/http.py", line 359, in _call_function return checked_call(self.db, *args, **kwargs) File "/usr/lib/python3/dist-packages/odoo/service/model.py", line 94, in wrapper return f(dbname, *args, **kwargs) File "/usr/lib/python3/dist-packages/odoo/http.py", line 348, in checked_call result = self.endpoint(*a, **kw) File "/usr/lib/python3/dist-packages/odoo/http.py", line 916, in __call__ return self.method(*args, **kw) File "/usr/lib/python3/dist-packages/odoo/http.py", line 535, in response_wrap response = f(*args, **kw) File "/usr/lib/python3/dist-packages/odoo/addons/web/controllers/main.py", line 1342, in call_kw return self._call_kw(model, method, args, kwargs) File "/usr/lib/python3/dist-packages/odoo/addons/web/controllers/main.py", line 1334, in _call_kw return call_kw(request.env[model], method, args, kwargs) File "/usr/lib/python3/dist-packages/odoo/api.py", line 460, in call_kw result = _call_kw_model(method, model, args, kwargs) File "/usr/lib/python3/dist-packages/odoo/api.py", line 433, in _call_kw_model result = method(recs, *args, **kwargs) File "/usr/lib/python3/dist-packages/odoo/addons_su/ent_hrms_dashboard/models/hrms_dashboard.py", line 59, in get_user_employee_details employee = self.env['hr.employee'].sudo().search_read([('user_id', '=', uid)], limit=1) File "/usr/lib/python3/dist-packages/odoo/models.py", line 5055, in search_read result = records.read(fields, **read_kwargs) File "/usr/lib/python3/dist-packages/odoo/addons/hr/models/hr_employee.py", line 198, in read return super(HrEmployeePrivate, self).read(fields, load=load) File "/usr/lib/python3/dist-packages/odoo/models.py", line 3227, in read return self._read_format(fnames=fields, load=load) File "/usr/lib/python3/dist-packages/odoo/models.py", line 3247, in _read_format vals[name] = convert(record[name], record, use_name_get) File "/usr/lib/python3/dist-packages/odoo/models.py", line 5893, in __getitem__ return self._fields[key].__get__(self, type(self)) File "/usr/lib/python3/dist-packages/odoo/fields.py", line 2603, in __get__ return super().__get__(records, owner) File "/usr/lib/python3/dist-packages/odoo/fields.py", line 1113, in __get__ raise ValueError("Compute method failed to assign %s.%s" % (record, self.name)) Exception The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/lib/python3/dist-packages/odoo/http.py", line 643, in _handle_exception return super(JsonRequest, self)._handle_exception(exception) File "/usr/lib/python3/dist-packages/odoo/http.py", line 301, in _handle_exception raise exception.with_traceback(None) from new_cause ValueError: Compute method failed to assign hr.employee(6841,).parend_idInstallation error
Hello
I have this error while trying to install the addon
The style compilation failed, see the error below. Your recent actions may be the cause, please try reverting the changes you made.
Could not get content for ent_hrms_dashboard/static/src/css/lib/nv.d3.css defined in bundle 'web.assets_backend'.
Re: Installation error
Thanks for reporting. We have updated the module.
Please get the latest version.