implementato modulo HR

This commit is contained in:
2025-12-04 02:12:34 +01:00
parent ed2472febc
commit 500a3197e2
41 changed files with 12556 additions and 674 deletions

View File

@@ -47,6 +47,7 @@
"purchases": "Purchases",
"sales": "Sales",
"production": "Production",
"hr": "Human Resources",
"reports": "Reports",
"modules": "Modules",
"autoCodes": "Auto Codes",
@@ -264,6 +265,14 @@
"stock": "Stock",
"categories": "Categories"
},
"hr": {
"title": "Human Resources",
"dipendenti": "Employees",
"contratti": "Contracts",
"assenze": "Absences",
"pagamenti": "Payments",
"rimborsi": "Reimbursements"
},
"admin": {
"title": "Module Management",
"subtitle": "Configure active modules and manage subscriptions",
@@ -356,6 +365,14 @@
"4": "Certifications and audits",
"5": "Quality statistics"
},
"hr": {
"0": "Employee management",
"1": "Contract management",
"2": "Absence and leave register",
"3": "Payroll and salary management",
"4": "Expense reports and reimbursements",
"5": "Personnel cost analysis"
},
"default": "Complete module features"
}
},
@@ -1337,5 +1354,45 @@
"process": "Process / Create Order"
}
}
},
"personale": {
"dipendentiTitle": "Employee Management",
"newDipendente": "New Employee",
"editDipendente": "Edit Employee",
"nome": "First Name",
"cognome": "Last Name",
"codiceFiscale": "Tax Code",
"email": "Email",
"telefono": "Phone",
"ruolo": "Role",
"indirizzo": "Address",
"citta": "City",
"cap": "ZIP Code",
"dataAssunzione": "Hiring Date",
"dipartimento": "Department",
"contrattiTitle": "Contract Management",
"newContratto": "New Contract",
"editContratto": "Edit Contract",
"dipendente": "Employee",
"tipoContratto": "Contract Type",
"dataInizio": "Start Date",
"dataFine": "End Date",
"retribuzione": "Salary",
"attivo": "Active",
"assenzeTitle": "Absence Management",
"newAssenza": "New Absence",
"editAssenza": "Edit Absence",
"tipoAssenza": "Absence Type",
"stato": "Status",
"pagamentiTitle": "Payment Management",
"newPagamento": "New Payment",
"editPagamento": "Edit Payment",
"data": "Date",
"importo": "Amount",
"causale": "Reason",
"rimborsiTitle": "Reimbursement Management",
"newRimborso": "New Reimbursement",
"editRimborso": "Edit Reimbursement",
"descrizione": "Description"
}
}