Employee Payroll Tax Calculation (PAKISTAN)

by
Odoo

10.63

v 17.0 Third Party
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Employees (hr)
Invoicing (account)
Discuss (mail)
Community Apps Dependencies
Lines of code 8717
Technical Name tax_calculation_automation
LicenseLGPL-3
Websitehttps://www.aalogics.com/
Versions 17.0 13.0
You bought this module and need support? Click here!
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Employees (hr)
Invoicing (account)
Discuss (mail)
Community Apps Dependencies
Lines of code 8717
Technical Name tax_calculation_automation
LicenseLGPL-3
Websitehttps://www.aalogics.com/
Versions 17.0 13.0

AA - EMPLOYEE PAYROLL TAX (PAKISTAN)

BY AALOGICS PVT LTD

The "Pakistan Tax Calculation Module" for Odoo is designed to seamlessly integrate with the Odoo platform, providing efficient and accurate tax calculations for employees in Pakistan. This module utilizes the latest tax slabs and regulations specified by the Pakistani government for the current year, ensuring compliance and precision in tax calculations.

Main features

Efficient Tax Calculation System

Automated Tax Calculation

The module automates the process of calculating taxes for each employee based on their salary, utilizing the predefined tax slabs and rates specified by the Pakistani tax authorities.

Customizable Tax Parameters

Administrators have the flexibility to configure and customize tax parameters within the module according to specific organizational needs or variations in employee compensation structures.

User-Friendly Interface

The module offers a user-friendly interface within the Odoo platform, making it intuitive for administrators to manage tax-related tasks efficiently.

Integration with Payroll

Seamless integration with Odoo's payroll system enables automatic tax deductions during salary processing, streamlining administrative workflows and reducing manual errors.

Tax Calculations on Inclusive/Exclusive Medical

Customize tax calculations in Odoo based on medical expense inclusion/exclusion. Seamlessly integrate with payroll for efficient management, compliance, and policy alignment.

How Does It Work?

Simple and easy steps to follow.

  1. Install the App Employee Payroll Tax App.

  2. Add configuration parameters in the Settings

  3. Start Using the App using the below documentation

Employee Tax Calculation Automation App Documentation

First navigate to the settings.

Define the fiscal year in the settings.

After this add Tax Slabs in the settings.


Here define all tax slabs for the current Fiscal Year described by the Government.

In the Payroll Module create Salary Rules for Tax.

In the Amount Type select Python Code

And The below code to it


gross = categories.BASIC + categories.ALW 

medical = contract.wage * 0.10

result = contract.get_tax_deduction_amount(payslip, gross, medical, True)


Gross is gross amount (Add formula how you calculate Your gross)

Medical is medical amount (Add formula how you calculate Your medical)

Result is a function that returns tax amount, in which payslip is the current payslip, gross(gross amount), medical(medical amount) and this True means tax calculation without medical amount, if it’s  False  it means tax calculation with medical amount.





Then Add this rule to the salary structure where you want to calculate the tax for Employees



Then there is a check in each employee’s contract whether You want to calculate tax automatically or not.


Now if any employee comes in the middle of the Fiscal Year then in his/her contract two fields will be filled, previous months tax paid in the current fiscal year and the average of previous months salaries for the current fiscal year, these fields are mandatory if previously tax paid else it would be empty.


Now when any payslip is computed then the tax will be automatically calculated along with above configurations.

This is how tax will be calculated on payslips for each employee if tax automation is checked in the respective contract of that employee.




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 or have a question related to your purchase, please use the support page.