v 10.0 v 11.0 v 12.0 Third Party 11445
Download for v 12.0 Deploy on Odoo.sh
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Attendances (hr_attendance)
Employees (hr)
Leaves (hr_holidays)
Recruitment (hr_recruitment)
Discuss (mail)
Calendar (calendar)
Project (project)
Community Apps Dependencies
Lines of code 3046
Technical Name hrms_dashboard
LicenseAGPL-3
Websitehttps://www.openhrms.com
Versions 16.0 11.0 12.0 13.0 14.0 15.0 10.0 17.0
You bought this module and need support? Click here!
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Attendances (hr_attendance)
Employees (hr)
Leaves (hr_holidays)
Recruitment (hr_recruitment)
Discuss (mail)
Calendar (calendar)
Project (project)
Community Apps Dependencies
Lines of code 3046
Technical Name hrms_dashboard
LicenseAGPL-3
Websitehttps://www.openhrms.com
Versions 16.0 11.0 12.0 13.0 14.0 15.0 10.0 17.0

Open HRMS

Most advanced open source HR management software

Cybrosys Technologies
cybrosys technologies

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.

Configuration

Need to install the external python dependency 'pandas'.

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

Open HRMS HR Dashboard provides you with all essential tools to deliver real-time information’s.

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.

You will also able to see the monthly join/resign analysis and attrition rate 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.

Open HRMS

Most advanced open source HR management software

cybrosys technologies

Our Services

Odoo Customization

Odoo Implementation

Odoo Integration

Odoo Support

Hire Odoo Developers

Our Industries

Odoo Industry

Trading

Easily procure and sell your products.

Odoo Industry

Manufacturing

Plan, track and schedule your operations.

Odoo Industry

Restaurant

Run your bar or restaurant methodical.

Odoo Industry

POS

Easy configuring and convivial selling.

Odoo Industry

E-commerce & Website

Mobile friendly, awe-inspiring product pages.

Odoo Industry

Hotel Management

An all-inclusive hotel management application.

Odoo Industry

Education

A Collaborative platform for educational management.

Odoo Industry

Service Management

Keep track of services and invoice accordingly.

Email us Contact Us Request Customization

Please log in to comment on this module

  • The author can leave a single reply to each comment.
  • This section is meant to ask simple questions or leave a rating. Every report of a problem experienced while using the module should be addressed to the author directly (refer to the following point).
  • If you want to start a discussion with the author, please use the developer contact information. They can usually be found in the description.
Please choose a rating from 1 to 5 for this module.
Dashboard on mobile
by
Guillermo Ceballos Santos
on 5/23/19, 7:43 AM

Hi all: where whe need modify to be dashboard will be more responsive ? Best Regards, Guillermo


good app but problem while installing dashboard
by
zulfiqar ali
on 9/28/19, 6:10 AM

hr_dashboard could not be installed first install pandas but after install pandas with pip3 getting this error Unable to install module "hrms_dashboard" because an external dependency is not met: descriptor '__subclasses__' of 'type' object needs an argument


Thanks for created this app.
by
Vinothkumar
on 6/7/19, 2:06 AM

I can't able to install this app hrms_dashboard. So What I to do further?


Error
by
Ayanga
on 4/30/19, 11:30 PM

Hi there, I've installed your module but once I try to enter Dashboard following error message shows. Please advise. Regards, Ayanga Error log: Error: Odoo Server Error Traceback (most recent call last): File "/home/odoo/odoo12-server/odoo/http.py", line 654, in _handle_exception return super(JsonRequest, self)._handle_exception(exception) File "/home/odoo/odoo12-server/odoo/http.py", line 312, in _handle_exception raise pycompat.reraise(type(exception), exception, sys.exc_info()[2]) File "/home/odoo/odoo12-server/odoo/tools/pycompat.py", line 87, in reraise raise value File "/home/odoo/odoo12-server/odoo/http.py", line 696, in dispatch result = self._call_function(**self.params) File "/home/odoo/odoo12-server/odoo/http.py", line 344, in _call_function return checked_call(self.db, *args, **kwargs) File "/home/odoo/odoo12-server/odoo/service/model.py", line 97, in wrapper return f(dbname, *args, **kwargs) File "/home/odoo/odoo12-server/odoo/http.py", line 337, in checked_call result = self.endpoint(*a, **kw) File "/home/odoo/odoo12-server/odoo/http.py", line 939, in __call__ return self.method(*args, **kw) File "/home/odoo/odoo12-server/odoo/http.py", line 517, in response_wrap response = f(*args, **kw) File "/home/odoo/odoo12-server/addons/web/controllers/main.py", line 962, in call_kw return self._call_kw(model, method, args, kwargs) File "/home/odoo/odoo12-server/addons/web/controllers/main.py", line 954, in _call_kw return call_kw(request.env[model], method, args, kwargs) File "/home/odoo/odoo12-server/odoo/api.py", line 745, in call_kw return _call_kw_model(method, model, args, kwargs) File "/home/odoo/odoo12-server/odoo/api.py", line 718, in _call_kw_model result = method(recs, *args, **kwargs) File "/home/odoo/odoo12-server/custom-addons/hrms_dashboard/models/hrms_dashboard.py", line 113, in get_upcoming order by e.date_begin """) File "/home/odoo/odoo12-server/odoo/sql_db.py", line 148, in wrapper return f(self, *args, **kwargs) File "/home/odoo/odoo12-server/odoo/sql_db.py", line 225, in execute res = self._obj.execute(query, params) psycopg2.ProgrammingError: column reference "state" is ambiguous LINE 7: where state ='confirm' ^