/erp-server

Processamento de salários

Primary LanguageHandlebars

Fyle

payroll processing

[] store time worked by the employee to calculate on a pay day

[ ] Calculate paychecks and taxes

[ ] allowances 
  - Leave pay 
  - Work cover (eg. if have accident at work)
  
[ ] deductions
  - INSS
  - loans
  - I RPS

[ ] Calculate overtime pay

  • Vacation pay
  • Holiday pay

[ ] Auto Payroll

[ ] Add your accountant or bookkeeper

[ ] Payroll reports to the accountants, bookkeepers, and the business owner

salary = grass_salary - deductions + allowances + Overtime pay

Employee = salary[]

Getting Started

First, run the development server:

npm run dev
# or
yarn dev