Search 1.9 billion lines of Odoo code on GitHub

hr_dashboard

Author: Hilar AK
License: AGPL-3
Branch: 10.0
Repository: hilarak/odoo_community_addons
Dependencies: base, hr, hr_attendance, hr_expense, hr_holidays, hr_payroll, hr_recruitment, hr_timesheet_sheet, web, and website_hr
Languages: CSS (355, 1.0%), HTML (63, 0.2%), JavaScript (36274, 97.2%), Markdown (53, 0.1%), PO File (144, 0.4%), Python (102, 0.3%), and XML (309, 0.8%)
Other branches: 11.0, 12.0, 13.0, 9.0, and hr_dashboard_website_dep_rem
Other repositories: Enigma228322/misc-addons, Gofekra/odoo_community_addons, JuhaszKrisztian-Arteries/odoo_community_addons, KomarovAlea/odoo_community_addons, OdooBulgaria/odoo_community_addons, Ommo73/misc-addons, RL-OtherApps/odoo_community_addons, bcang/odoo_community_addons, bishalgit/odoo_community_addons, cubit9/odoo_community_addons, dennybiasiolli/odoo_community_addons, hunghn/odoo_community_addons, imranissufo/odoo_community_addons, mknithin/odoo_community_addons, mtrohman/odoo_community_addons, one2pret/odoo_community_addons, probmt196/odoo_community_addons, sadavarti/odoo_community_addons, sayednadeemkazi/odoo_community_addons, sewisoft/odoo_community_addons, tiyasfukada/odoo_community_addons, umar3ziz/odoo_community_addons, and vkuldeep/odoo_community_addons

<p><a href="https://www.gnu.org/licenses/agpl-3.0"><img src="https://img.shields.io/badge/License-AGPL%20v3-blue.svg" alt="License: AGPL v3"></a> <a href="https://travis-ci.org/hilarak/odoo_community_addons"><img src="https://travis-ci.org/hilarak/odoo_community_addons.svg?branch=10.0" alt="Build Status"></a> <a href="https://www.codacy.com/app/hilarak/odoo_community_addons?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=hilarak/odoo_community_addons&amp;utm_campaign=Badge_Grade"><img src="https://api.codacy.com/project/badge/Grade/8717dc7e3eae4124971361b6a67be824" alt="Codacy Badge"></a></p> <h1>HR Dasboard</h1> <p>Hr Dashboard is an odoo addon for HRMS. Dashboard which displays a lot of human resource related details scattered in different menus in a single container. Here the details and the count of data need approval are shown. So its access is limited to Human resource manager or officers.</p> <ul> <li>Approval Menus</li> <li>Leave Details</li> <li>Attendace Details</li> <li>Recruitment deatils</li> <li>Timesheets</li> <li>Employee Expeses</li> <li>Payroll Month wise analysis</li> <li>Employee wise attendance analysis</li> <li>Total Worked Hours of each employees</li> <li>Employee details as a Table</li> <li>Export to pdf, xls, csv and direct print</li> </ul> <h1>Features!</h1> <ul> <li>Export Employee details as pdf, xls, csv</li> <li>Export Charts to pdf</li> <li>Approval Menus on single screen</li> </ul> <blockquote> <p>The overriding design goal for Markdown&#39;s formatting syntax is to make it as readable as possible. The idea is that a Markdown-formatted document should be publishable as-is, as plain text, without looking like it&#39;s been marked up with tags or formatting instructions.</p> </blockquote> <h3>Tech</h3> <p>HR Dashboard uses</p> <ul> <li><a href="https://www.python.org/">PYTHON</a> - Models</li> <li><a href="https://www.w3.org/XML/">XML</a> - Views</li> <li><a href="https://www.w3.org/html/">HTML</a> - UI</li> <li><a href="http://getbootstrap.com/2.3.2/">Twitter Bootstrap</a> - UI</li> <li><a href="http://backbonejs.org/">backbone.js</a> - Views</li> <li><a href="https://jquery.com/">jQuery</a></li> </ul> <h3>Installation</h3> <p>Install the odoo10 and HRMS modules defined in manifest. After installation you can see a new menu &#39;HR Dashboard&#39; for users who are officer/manager in Human Resource Odoo.</p> <h3>Note</h3> <p>On windows servers, There is a common issue related with odoo, from this link <a href="https://github.com/odoo/odoo/issues/14581?lipi=urn%3Ali%3Apage%3Ad_flagship3_messaging%3BO18X%2FE98SVKdiEiTCbko2Q%3D%3D">https://github.com/odoo/odoo/issues/14581?lipi=urn%3Ali%3Apage%3Ad<em>flagship3</em>messaging%3BO18X%2FE98SVKdiEiTCbko2Q%3D%3D</a> </p> <p>solution:- Install this addon <a href="https://apps.odoo.com/apps/modules/10.0/web_fix_blank_page/">Fix Error Blank Page</a> or do this script <code> UPDATE ir_attachment SET mimetype = &#39;text/javascript&#39; WHERE mimetype =&#39;text/plain&#39; and datas_fname like &#39;%.js&#39;; </code></p> <h3>Todos</h3> <ul> <li>ADD more employee datas</li> <li>More Comparison charts</li> </ul> <h2>License</h2> <p><a href="https://www.gnu.org/licenses/agpl-3.0"><img src="https://img.shields.io/badge/License-AGPL%20v3-blue.svg" alt="License: AGPL v3"></a></p>