Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
7 Trả lời
34021 Lượt xem

By default the system has 3 computation amount type methods for calclutaing wages and benefits formula. In our case we do not have and rule based salary structure and various components are fixed amounts variables by emplyees and title. If I define rule for eaxh employees, there will be too many, IS THERE ANY PYTHON CODE FOR MANUAL INPUT OF SLARAY AMOUNT UNDER SALARY RULE?

Thanks

 

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

Hi

Try below link may help you

http://stackoverflow.com/questions/23283855/openerp-payslip-with-leave-in-salary-rule-with-python-code

https://www.odoo.com/forum/Help-1/question/Payroll-salary-rules--python-code-require-24965

 

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất
Hello, Friends, you can write python code For salary rules Easly.
To get number_of_days payable from payslip.

number_of_days = 0

for line in payslip.worked_days_line_ids:
    number_of_days += line.number_of_days
calculate DAC (Salary Deduction Against Contract)
if contract.deduct_salary_from_payslip == True:
    if payslip.date_from <= employee.joining_date and employee.joining_date <= payslip.date_to:
        result = -(payable_days*(contract.wage/30))*.10
    else:
        result = -(contract.wage * 0.10)
else:
    result=0.0

I think This code Will help you write python code for salary rules while calculating Deduction or allowances For Payslip.



Ảnh đại diện
Huỷ bỏ
Tác giả Câu trả lời hay nhất

Hi Jagdish, actually I want to calculate payroll manually and I would like same is reflected in salary rule. How do I do tha?. For example conatrct wage is 50,000 however basic salary is 20,000, in the salary rule basic I want fixed amount method and amount 0 since for each employee the basic wil be different %. How do I do taht, thanks 

Ảnh đại diện
Huỷ bỏ

Hi try this https://www.odoo.com/forum/Help-1/question/How-to-add-total-number-of-days-of-current-month-in-Salary-Rule-Python-code-23215 https://www.odoo.com/forum/Help-1/question/Error-Wrong-python-condition-defined-for-salary-rule-14949 https://bugs.launchpad.net/openobject-addons/+bug/1101909

Tác giả

problem solve ?

Tác giả

No, perhaps I explained my query wrong. Right now when I run the payslip functions, its goes to the salary rule and calculates on that basis, however I don't want that. I would like to add salary manual in payslip or which function I should use in salary rule so that I can input salary manually in pay slip. Many Thanks

could we get in touch?

 

Regards

Tahir M Chughtai

Cell: +971 50 1092344

Tel: +971 2 627 2737 ext 217 Fax: +971 2 627 0048

 

From: Jagdish Panchal [mailto:jnp1682@openerp.my.openerp.com]
Sent: Monday, July 14, 2014 12:49 PM
To: Followers of False
Subject: Re: False

 

problem solve ?

--
Jagdish Panchal Sent by Odoo Inc. using OpenERP. Access your messages and documents in Odoo