Zum Inhalt springen
Odoo Menü
  • Anmelden
  • Jetzt gratis testen
  • Apps
    Finanzen
    • Buchhaltung
    • Rechnungsstellung
    • Spesenabrechnung
    • Tabellenkalkulation (BI)
    • Dokumente
    • E-Signatur
    Vertrieb
    • CRM
    • Vertrieb
    • Kassensystem – Shop
    • Kassensystem – Restaurant
    • Abonnements
    • Vermietung
    Websites
    • Website-Builder
    • E-Commerce
    • Blog
    • Forum
    • Livechat
    • E-Learning
    Lieferkette
    • Lager
    • Fertigung
    • PLM
    • Einkauf
    • Wartung
    • Qualität
    Personalwesen
    • Mitarbeiter
    • Personalbeschaffung
    • Abwesenheiten
    • Mitarbeiterbeurteilung
    • Personalempfehlungen
    • Fuhrpark
    Marketing
    • Social Marketing
    • E-Mail-Marketing
    • SMS-Marketing
    • Veranstaltungen
    • Marketing-Automatisierung
    • Umfragen
    Dienstleistungen
    • Projekte
    • Zeiterfassung
    • Außendienst
    • Kundendienst
    • Planung
    • Termine
    Produktivität
    • Dialog
    • Genehmigungen
    • IoT
    • VoIP
    • Wissensdatenbank
    • WhatsApp
    Apps von Drittanbietern Odoo Studio Odoo Cloud-Plattform
  • Branchen
    Einzelhandel
    • Buchladen
    • Kleidergeschäft
    • Möbelhaus
    • Lebensmittelgeschäft
    • Baumarkt
    • Spielwarengeschäft
    Essen & Gastgewerbe
    • Bar und Kneipe
    • Restaurant
    • Fast Food
    • Gästehaus
    • Getränkehändler
    • Hotel
    Immobilien
    • Immobilienagentur
    • Architekturbüro
    • Baugewerbe
    • Immobilienverwaltung
    • Gartenarbeit
    • Eigentümervereinigung
    Beratung
    • Buchhaltungsfirma
    • Odoo-Partner
    • Marketingagentur
    • Anwaltskanzlei
    • Talentakquise
    • Prüfung & Zertifizierung
    Fertigung
    • Textil
    • Metall
    • Möbel
    • Speisen
    • Brauerei
    • Firmengeschenke
    Gesundheit & Fitness
    • Sportklub
    • Brillengeschäft
    • Fitnessstudio
    • Therapeut
    • Apotheke
    • Friseursalon
    Handel
    • Handyman
    • IT-Hardware & -Support
    • Solarenergiesysteme
    • Schuster
    • Reinigungsdienstleistungen
    • HLK-Dienstleistungen
    Sonstiges
    • Gemeinnützige Organisation
    • Umweltschutzagentur
    • Plakatwandvermietung
    • Fotostudio
    • Fahrrad-Leasing
    • Software-Händler
    Alle Branchen ansehen
  • Community
    Lernen
    • Tutorials
    • Dokumentation
    • Zertifizierungen
    • Schulung
    • Blog
    • Podcast
    Bildung fördern
    • Bildungsprogramm
    • Scale-Up! Planspiel
    • Odoo besuchen
    Software anfragen
    • Herunterladen
    • Editionen vergleichen
    • Releases
    Zusammenarbeiten
    • Github
    • Forum
    • Veranstaltungen
    • Übersetzungen
    • Partner werden
    • Dienstleistungen für Partner
    • Buchhaltungsfirma registrieren
    Services anfragen
    • Partner finden
    • Buchhalter finden
    • Einen Experten treffen
    • Implementierungsservices
    • Kundenreferenzen
    • Support
    • Upgrades
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Eine Demo erhalten
  • Preiskalkulation
  • Hilfe

Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:

  • CRM
  • e-Commerce
  • Buchhaltung
  • Lager
  • PoS
  • Projekte
  • MRP
All apps
Sie müssen registriert sein, um mit der Community zu interagieren.
Alle Beiträge Personen Abzeichen
Stichwörter (Alle anzeigen)
odoo accounting v14 pos v15
Über dieses Forum
Sie müssen registriert sein, um mit der Community zu interagieren.
Alle Beiträge Personen Abzeichen
Stichwörter (Alle anzeigen)
odoo accounting v14 pos v15
Über dieses Forum
Hilfe

How to calculate Pay Slip automatically

Abonnieren

Erhalten Sie eine Benachrichtigung, wenn es eine Aktivität zu diesem Beitrag gibt

Diese Frage wurde gekennzeichnet
hr_payrollpayslip
12 Antworten
33476 Ansichten
Avatar
Raminder Pal Singh

If we enter employee name in the Pay slip sheet All the information regarding the attendance, leaves and basic sal-expenses should be displayed .

How can i do that.

Plz help

1
Avatar
Verwerfen
Avatar
Harshit Trivedi
Beste Antwort

First you add hr_payroll and hr_employee module then creating one salary rule in payroll after that salary rule include salary structure.

Then after hr_employee module you should create contract of any employee after that include salary structure in contract.

After that you can create particular employee payslip in via structure and salary rule automatically.


1
Avatar
Verwerfen
Avatar
Priyesh Solanki (pso)
Beste Antwort

First, You need to install hr_payroll module for this.

This is the flow you need to follow: Employee --> Contract --> Set Salary Structure and Working Schedule. Salary Structure contains many Salary Rules that you need to define inside it. In Payslip, you need to define two dates, From and To date. Between these dates, If that employee, you are selecting, has taken any leaves and has been approved, it will be deducted but for that, you need to add salary rule.

Right now, If you will select any employee from Payslip, Automatic related information will be come and You need to click on Compute Sheet to see the Salary Information.

1
Avatar
Verwerfen
Raminder Pal Singh
Autor

Can u plz tell me, how can i add a salary rule which gives amount of unpaid leaves deducted from the salary ? I have tried the above steps . automatic information comes that i have given in salary structures but the attendance of the employees i have to enter manually. do we any option so that i can change it.

Thanks

Priyesh Solanki (pso)

You will see Working days in Worked Days separator and it will also consider leaves, taken between from and to dates for which, you are generating payslips. It will also appear in Worked days separator. To create salary rule, you must be aware of salary rule/category codes that will be used to configure rule by using Python code. For more info, refer this link: http://doc.openerp.com/v7.0/book/4/4_11_HR/4_11_HR_payroll.html

Raminder Pal Singh
Autor

@Priyesh What is the python code for Employee Absence.?

Maath

@Raminder Pal Singh the solution for your requirements in this link http://help.openerp.com/question/16131/unpaid-leaves-deduction-not-working/

Avatar
benmansour abdessamed
Beste Antwort


0
Avatar
Verwerfen
Avatar
JSA
Beste Antwort

Can anyone help me to calculate the payslip based on the number of days the employe worked. How I can add the salary rule for that

0
Avatar
Verwerfen
gunnar

you'll need the Modules "Attendances" (hr_attendance is the technical name) & "Employee Contracts" (hr_contract) in order to do that. Furthermore you have to have set "Salary Structure" and a "Working Schedule" in the contract of the employee. Setting up the Salary Structure (plus the "salary Rules" which this contains of) right can be pretty tricky and it takes some hit and miss to get it working

OdooBot
Hi Gunnar, 

I already have installed all this module. But the problem is, that i can’t see it all in module accounting, supplier payment. 
Am 29.05.2014 um 10:20 schrieb gunnar <gw-irisgermanica-com@openerp.my.openerp.com>:

you'll need the Modules "Attendances" (hr_attendance is the technical name) & "Employee Contracts" (hr_contract) in order to do that. Furthermore you have to have set "Salary Structure" and a "Working Schedule" in the contract of the employee. Setting up the Salary Structure (plus the "salary Rules" which this contains of) right can be pretty tricky and it takes some hit and miss to get it working

--
gunnar Sent by OpenERP S.A. using OpenERP. Access your messages and documents in Odoo

Odoo Honduras

result = worked_days.WORK100.number_of_days * (contract.wage / 30)

Odoo Honduras

Edit Basic Salary Rule

Diskutieren Sie gerne? Treten Sie bei, statt nur zu lesen!

Erstellen Sie heute ein Konto, um exklusive Funktionen zu nutzen und mit unserer tollen Community zu interagieren!

Registrieren
Verknüpfte Beiträge Antworten Ansichten Aktivität
How to change PaySlip Format?
hr_payroll payslip
Avatar
0
Juli 15
8090
How to email payslip automated
hr_payroll payslip
Avatar
0
März 15
4319
HR manager cannot edit payslip for employee
hr_payroll payslip
Avatar
0
März 15
4837
Managing Payroll Payments done through Cash
payroll hr_payroll payslip
Avatar
0
Nov. 23
2503
worked days and hours on employee payslips
hr_payroll payslip overtime
Avatar
Avatar
2
Juli 22
11694
Community
  • Tutorials
  • Dokumentation
  • Forum
Open Source
  • Herunterladen
  • Github
  • Runbot
  • Übersetzungen
Dienstleistungen
  • Odoo.sh-Hosting
  • Support
  • Upgrade
  • Individuelle Entwicklungen
  • Bildung
  • Buchhalter finden
  • Partner finden
  • Partner werden
Über uns
  • Unsere Firma
  • Markenwerte
  • Kontakt
  • Karriere
  • Veranstaltungen
  • Podcast
  • Blog
  • Kunden
  • Rechtliches • Datenschutz
  • Sicherheit
الْعَرَبيّة Català 简体中文 繁體中文 (台灣) Čeština Dansk Nederlands English Suomi Français Deutsch हिंदी Bahasa Indonesia Italiano 日本語 한국어 (KR) Lietuvių kalba Język polski Português (BR) română русский язык Slovenský jazyk slovenščina Español (América Latina) Español ภาษาไทย Türkçe українська Tiếng Việt

Odoo ist eine Suite von Open-Source-Betriebsanwendungen, die alle Bedürfnisse Ihres Unternehmens abdecken: CRM, E-Commerce, Buchhaltung, Lager, Kassensystem, Projektmanagement etc.

Das einzigartige Wertversprechen von Odoo ist, dass es gleichzeitig sehr einfach zu bedienen und voll integriert ist.

Website made with

Odoo Experience on YouTube

1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.

Live support on Youtube
Watch now