Search 1.9 billion lines of Odoo code on GitHub

payroll_benefit_percent

Author: Savoir-faire Linux
License: AGPL-3
Branch: 8.0
Repository: Abdullah-Alghoul/odoo_payroll
Dependencies: decimal_precision, payroll_base, and payroll_employee_benefit
Languages: PO File (66, 37.3%), Python (76, 42.9%), XML (15, 8.5%), and reStructuredText (20, 11.3%)
Other branches: 10.0, and 9.0
Other repositories: BusinessTec/odoo_payroll, FullBringEc/odoo_payroll, Gofekra/odoo_payroll, TaungTechnologies/odoo_payroll, VitalPet/odoo_payroll, XtremXpert/odoo_payroll, ahmed3bdelhady88/odoo_payroll, cameroun/odoo_payroll, georgeppts/odoo_payroll, goliasse/odoo_payroll, hilarak/odoo_payroll, jjlopezg/odoo_payroll, kalpeshrwl/odoo_payroll, khl2007/odoo_payroll, leanovo/odoo_payroll, mohamedmagdy/odoo_payroll, mohshedid/odoo_payroll, odoofans/odoo_payroll, ppts-odoo/odoo_payroll, rigo1985/odoo_payroll, rkhalil1990/odoo_payroll, savoirfairelinux/odoo_payroll, and simplifysolutions/odoo_payroll

<h1 class="title">Employee Benefit Percent</h1> <p>Add employee benefits based on a percent of the gross salary</p> <a name="configuration"></a> <h2>Configuration</h2> <p>When setting your employee benefits, you may select the type 'Percent of Gross Salary'. If you write 2.5 in the employee/employer amount field, this means 2.5 % of the gross salary.</p> <p>If you use this feature, you must ensure that the field gross_salary on the payslip is filled before the employee benefits are computed.</p> <p>For this, you may add the following code in the proper salary rule:</p> <p>payslip.set_gross_salary(GROSS)</p> <p>where 'GROSS' is the code of the salary rule that defines the gross salary.</p> <a name="credits"></a> <h2 class="with-subtitle">Credits</h2> <h2 class="section-subtitle" id="contributors"><span class="section-subtitle">Contributors</span></h2> <ul class="simple"> <li>David Dufresne &lt;<a class="reference external" href="mailto:david.dufresne&#64;savoirfairelinux.com">david.dufresne&#64;savoirfairelinux.com</a>&gt;</li> <li>Maxime Chambreuil &lt;<a class="reference external" href="mailto:maxime.chambreuil&#64;savoirfairelinux.com">maxime.chambreuil&#64;savoirfairelinux.com</a>&gt;</li> <li>Pierre Lamarche &lt;<a class="reference external" href="mailto:pierre.lamarche&#64;savoirfairelinux.com">pierre.lamarche&#64;savoirfairelinux.com</a>&gt;</li> </ul>