How to do Advance Salary and Loan calculation in payroll
Hi, I have installed hr and hr_paroll module from this location. 1 )Is there any option in payroll for giving advance salary /Loan to employees ? 2) How to deduct the Given Advance salary from the...
View ArticleHR Module 'Regularised Attendances' & 'Leave Requests'...
Dear All, I developed HR modules [some parts developed from scratch level] using OpenERP ver.7. in that i implemented a custom organizational structure like...
View Article18 Years Below date checking
In Employee form Date of Birth field is current date is accepted i need below 18 years of Date of Birth i want to raise a Warning or Error Message how to solve this in OpenERP 7 Thanks Regards Sridharan G
View ArticleHR - Attendance Analysis - how to calculate correct OT hrs.
in HR - Attendance Analysis module I am facing the following problems (in Openerp 7 & windows 7) : 1) Working time is 8 am to 5 pm i.e. 9 hrs, One employee worked from 8 am to 6 pm..i.e. 1 hr. OT...
View ArticleHow to genarate Payslip for last month
I facing this problem in Payslip, Our client policy is payslip generating is every 5 of the date, I creating a payslip for employee it load current month only, but there is no payslip generated on last...
View ArticleSearch with employee_id in openerp ?
I Need to search the rows using employee_id, Here my code is,{ 'search_default_group_type': 1, 'employee_id': employee_id, 'search_default_validated': 1}[('holiday_type','=','employee')] But It gives...
View ArticleHow to modify hr.wkf.expenses workflow to add new state?
I've made files such as hr_expense_board_confirmation.py: class hr_expense_expense(osv.osv): _inherit = ['hr.expense.expense'] _columns = { 'state': fields.selection([ ('draft', 'New'), ('cancelled',...
View ArticleIs there any custom module which provides the sales target incentives in...
Hi, I have a requirement that if the sales man achieve his target, then he will get some incentives which should be added to his that month employee payslip. Any solution or custom module?
View ArticleIs there any attendance fine computing module in openERP?
Hi, I have a situation that to implement fine system based on the 'hr time sheet' , 'late sign in' or 'early sign out'. Means if an employee leaves early need to cut his salary or put some fine on him....
View ArticleIs there an option to set remaining Leave Balances for a specific leave to be...
Hi, Is there an option to set remaining Leave Balances for a specific leave to be carried forward to next year?
View ArticleExpense "not-refoundable"
Hello I'd like to know if the human resources' expense can be inserted as "not-refoundable". For Example The expense (travel or accomodation) of employee is associated to him, but the company has...
View ArticleHow to carry forward leaves from year to next year or month to next month?
Hi, Is Openerp have the feature to carry forward leaves from a year to adjacent year or month to next month ? If yes, where it is? If no, any alternative solution or custom modules?
View Articlehow to hande salary raise?
I wonder how to deal with a salary raise of an employee ? I see 2 options: 1. Change the value 'wage' in the existing contract 2. make a new contract with the new salary 3. add a raise in the salary...
View ArticleOnchange on one2many field error
I'm trying to add records to my one2many fields Py : class employee_department(osv.osv): _name = "employee.department" _description = "Employee Department" _columns = { 'deprt_id' :...
View ArticleHow can we upload a resume in Recruitment Process
Hi, i have just installed recruitment module in my server, now my HR Manager wanted to upload a resume according to the job applicants to keep a track of it. Please tell me is it possible or not? If...
View ArticleHow to Caluculate Half day Leave in OpenERP 7
How to Caluculate Half day Leave in OpenERP 7, Employee taking leave for half day but it is calculating full day leave. ex. If i taking a leave for 20-12-2013 9.00 to 13.00, but the leave calculation...
View ArticleUnicodeDecodeError - HR module export to .csv
I'm presenting this error when trying to export the employees from the HR module: OpenERP WebClient Error Client Traceback (most recent call last): File...
View ArticleHR holidays and Leaves Accrual?
Hello, Is there are any module for OpenERP 7.0 that allow you to calculate the leaves for an employee based on his working time-sheet schedule. e.g I want to allocate 0.10 day for each day the employee...
View ArticleHow to hide contracts of inactive Employees?
I want to hide contracts when employee is turned to inactive. My Scenario: 1. I have more than 1 contract of current as well past employees. (I save the search of "end date is not set" which gives me...
View ArticleHow to add hours and minutes leaves
In OpenERP V7 the type of leave measure by days only , I want to know how we can add leaves measured by hours and also minutes in additional to days leaves Kindly anyone can help in this issue Thanks...
View ArticleWill online / offline model for Leave application apps useful ?
Hi , In Malaysia , there are lots of area where internet are not stable , just one of our client in factory / industrial park , where they can't access to a stable connection , so we decided to develop...
View ArticleHow to set more than one email in "Server Action" ?
This [http:/help.openerp.com/question/7362/openerp-7-sending-email-to-manager-when-employee-applies-a-leave/] question really helped me in shooting the mail to manager when employee applies for leave....
View ArticleSet country holidays in HR Module
Can anyone explain how to set holidays for the country that the customer is using and set those days as not working for the users in the system?
View Articlemulti company , how to manage deputation and transfer
when configuring Multi Companies in OpenERP, How we can manage deputations to another company or transfer from one company to another, how to calculate salary of those employes.
View ArticleLeaves per hour
How do you keep track of the leaves per hour. To my knowledge it can only be done, by day. But if you take a 1 hour leave, that is 0,125 day. So that will be 0,12 or 0,13 day. But imho you always have...
View ArticleFonction to do operation on fields.date
I want to calculate year between fields **date_end** and **date_start** on every contract of and employee and i to the following but i get typeError. class hr_employee(osv.osv): _inherit =...
View ArticleInherit config setting in module hr
Hi everyone, I'm developping with openerp 7 in module human resources. I want to create field inherit config setting in menu human resources. but i don't know how to do field reference inherit in...
View Articlehow to download HR module
How can i download the Human Resource module and install it on my ERP
View Articlecan we generate payslip by excel import?
Is it possible to generate payslips just by importing employee names in excel sheet? Because I need a solution which can minimize the number of steps to generate payslips, given a list of people....
View ArticleNew tab in employee view, list of courses and certificates
I want to add new tab in detail view of employee with should contain a check-box list of courses / certificates received by the employee(checked only when employee have certificate or qualification)....
View Article