marta-hub / Payrol_managment-py

Payroll management revolves in and around the management of employee salary in an organization. The management includes timely issuance of salary, employee benefits/ allowances, deducting employee loan amount and so on.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Marta-py

-- coding: utf-8 --

{ 'name': 'Time Off', 'version': '1.5', 'category': 'Human Resources/Time Off', 'sequence': 85, 'summary': 'Allocate PTOs and follow leaves requests', 'description': """ Manage time off requests and allocations

This application controls the time off schedule of your company. It allows employees to request time off. Then, managers can review requests for time off and approve or reject them. This way you can control the overall time off planning for the company or department.

You can configure several kinds of time off (sickness, paid days, ...) and allocate time off to an employee or department quickly using time off allocation. An employee can also make a request for more days off by making a new time off allocation. It will increase the total of available days for that time off type (if the request is accepted).

You can keep track of time off in different ways by following reports:

  • Time Off Summary
  • Time Off by Department
  • Time Off Analysis

A synchronization with an internal agenda (Meetings of the CRM module) is also possible in order to automatically create a meeting when a time off request is accepted by setting up a type of meeting in time off Type. """, 'depends': ['hr', 'calendar', 'resource'], 'data': [ 'data/report_paperformat.xml', 'data/mail_data.xml', 'data/hr_holidays_data.xml', 'data/ir_cron_data.xml',

    'security/hr_holidays_security.xml',
    'security/ir.model.access.csv',

    'views/resource_views.xml',
    'views/hr_leave_views.xml',
    'views/hr_leave_type_views.xml',
    'views/hr_leave_allocation_views.xml',
    'views/hr_leave_accrual_views.xml',
    'views/mail_activity_views.xml',

    'wizard/hr_holidays_summary_employees_views.xml',
    'wizard/hr_departure_wizard_views.xml',

    'report/hr_holidays_templates.xml',
    'report/hr_holidays_reports.xml',
    'report/hr_leave_reports.xml',
    'report/hr_leave_report_calendar.xml',
    'report/hr_leave_employee_type_report.xml',

    'views/hr_views.xml',
    'views/hr_holidays_views.xml',
],
'demo': [
    'data/hr_holidays_demo.xml',
],
'installable': True,
'application': True,
'auto_install': False,
'assets': {
    'mail.assets_discuss_public': [
        'hr_holidays/static/src/components/*/*',
        'hr_holidays/static/src/models/*/*.js',
    ],
    'web.assets_backend': [
        'hr_holidays/static/src/js/time_off_calendar.js',
        'hr_holidays/static/src/js/time_off_calendar_employee.js',
        'hr_holidays/static/src/js/radio_image.js',
        'hr_holidays/static/src/js/leave_stats_widget.js',
        'hr_holidays/static/src/models/*/*.js',
        'hr_holidays/static/src/scss/time_off.scss',
        'hr_holidays/static/src/components/*/*.scss',
        'hr_holidays/static/src/scss/accrual_plan_level.scss',
    ],
    'web.tests_assets': [
        'hr_holidays/static/tests/helpers/**/*',
    ],
    'web.qunit_suite_tests': [
        'hr_holidays/static/src/components/*/tests/*.js',
        'hr_holidays/static/tests/test_leave_stats_widget.js',
    ],
    'web.assets_qweb': [
        'hr_holidays/static/src/components/*/*.xml',
        'hr_holidays/static/src/xml/*.xml',
    ],
},

}

About

Payroll management revolves in and around the management of employee salary in an organization. The management includes timely issuance of salary, employee benefits/ allowances, deducting employee loan amount and so on.


Languages

Language:Python 100.0%