Search 1.9 billion lines of Odoo code on GitHub

l10n_us_fl_hr_payroll

Author: Hibou Corp. <hello@hibou.io>
License: AGPL-3
Branch: 12.0
Repository: brian10048/hibou-odoo-suite
Dependencies: hr_contract, and l10n_us_hr_payroll
Languages: Python (117, 41.8%), XML (126, 45.0%), and reStructuredText (37, 13.2%)
Other branches: 0802, 10.0, 10.0-test, 11.0, 11.0-READMEs, 11.0-test, 12.0-mcmpest, 12.0-test, imp/11.0/cloud, imp/11.0/hr_payroll_gamification, imp/11.0/l10n_us_nc_hr_payroll, imp/11.0/l10n_us_nc_hr_payroll2, imp/11.0/session_redis, imp/11.0/web_date_warning, imp/12.0/connector_opencart, mcmpest-12.0, mig/12.0-connector/walmart, mig/12.0/connector_walmart, mig/12.0/hr_holidays_accrual, mig/12.0/oca-stock_mts_mto_rule, new/11.0/l10n_us_ar_hr_payroll, new/11.0/l10n_us_ia_hr_payroll, new/11.0/l10n_us_mi_hr_payroll, new/11.0/l10n_us_mn_hr_payroll, new/11.0/l10n_us_nc_hr_payroll, new/11.0/l10n_us_sc_hr_payroll, and test
Other repositories: ADVALAKI/hibou-odoo-suite, Chandelin0/hibou-odoo-suite, Chandelin0/odoo-hr-payroll, GabbasovDinar/hibou-odoo-suite, Guobower/hibou-odoo-suite, Guobower/odoo-hr-payroll, Jalvcl/hibou-odoo-suite, Jeisonpernia/hibou-odoo-suite, KonosCL/odoo-hr-payroll, NCS-75/hibou-odoo-suite, Numigi/hibou-odoo-suite, OdooBulgaria/hibou-odoo-suite, ThanhICSC/hibou-odoo-suite, TheCloneMaster/hibou-odoo-suite, WithPrice/hibou-odoo-suite, aadarsh977/hibou-odoo-suite, akradore/hibou-odoo-suite, amarildogolloshi/odoo-us-payroll, anasallaham/odoo-hr-payroll, be-cloud-be/hibou-odoo-suite, brian10048/odoo-hr-payroll, bunhin/odoo-hr-payroll, cdxfish/hibou-odoo-suite, dani-xtendoo/hibou-odoo-suite, digitalliuzg/hibou-odoo-suite, dsasoftware/odoo-us-payroll, fallewi/odoo-hr-payroll, grizna/odoo-us-payroll, hibou-io/hibou-odoo-suite, hibou-io/odoo-hr-payroll, hibou-io/odoo-us-payroll, itaha007/odoo-hr-payroll, izzihector/hibou-odoo-suite, jaredkipe/hibou-odoo-suite, jeffryjdelarosa/hibou-odoo-suite, jromero-octagono/hibou-odoo-suite, kalpeshrwl/odoo-hr-payroll, leodoooca/hibou-odoo-suite, mulaudzicalvin/hibou-odoo-suite, nelsonramirezs/odoo-hr-payroll, neveen139/odoo-hr-payroll, niulinlnc/odoo-hr-payroll, odoo-modules/hibou-odoo-suite, rjhiles/odoo-hr-payroll, royalline1/hibou-odoo-suite, sadeqamin/hibou-odoo-suite, sadeqamin/odoo-hr-payroll, sm2x/hibou-odoo-suite, sopheak1/hibou-odoo-suite, suningwz/hibou-odoo-suite, tasmail/odoo-hr-payroll, tate11/hibou-odoo-suite, thespamarttx/hibou-odoo-suite, trionoharjadi/odoo-hr-payroll, usmanfarzandali/hibou-odoo-suite, viernes/hibou-odoo-suite, waileyco/hibou-odoo-suite, and yasmanycastillo/hibou-odoo-suite

<h1 class="title">Hibou - US Payroll - Florida State</h1> <p>Calculations and contribution registers for Florida State Payroll.</p> <p>For more information and add-ons, visit <a class="reference external" href="https://hibou.io/">Hibou.io</a>.</p> <a name="main-features"></a> <h2>Main Features</h2> <ul class="simple"> <li>New Partner and Contribution Register for Florida Department of Revenue</li> <li>Company level Florida Unemployment Rate</li> </ul> <img alt="'Employee Contract Detail'" class="align-left" src="https://user-images.githubusercontent.com/15882954/41440232-a2ca8cb0-6fe2-11e8-9640-0bfd61ae6108.png" style="width: 988px;" /> <p>USA Florida Employee Added to Contract Salary Structure Menu</p> <img alt="'Computed Pay Slip Detail'" class="align-left" src="https://user-images.githubusercontent.com/15882954/41440247-b7b42744-6fe2-11e8-8ffb-d259eb893646.png" style="width: 988px;" /> <p>New Payslip Categories for:</p> <ul class="simple"> <li>Florida Unemployment</li> <li>Florida Unemployment - Wages</li> </ul> <a name="upgrading-to-2019"></a> <h3>Upgrading to 2019</h3> <p>If you were using this prior to January 2019, then you will need to run the following migration script.</p> <p>Odoo Shell code:</p> <pre> <code>def migrate_rule_name(rule_id): main = env.ref(rule_id) old_2017 = env.ref(rule_id.replace('2018', '2017')) old_2016 = env.ref(rule_id.replace('2018', '2016')) lines = env['hr.payslip.line'].search([('salary_rule_id', 'in', [old_2017.id, old_2016.id,])]) lines.write({'salary_rule_id': main.id}) rules = [ 'l10n_us_fl_hr_payroll.hr_payroll_rules_fl_unemp_wages_2018', 'l10n_us_fl_hr_payroll.hr_payroll_rules_fl_unemp_2018', ] for rule_id in rules: migrate_rule_name(rule_id) env.cr.commit()</code> </pre> <a name="license"></a> <h2>License</h2> <p>Please see <a class="reference external" href="https://github.com/hibou-io/hibou-odoo-suite/blob/master/LICENSE">LICENSE</a>. Copyright Hibou Corp. 2018</p>