LICENSE
README.md
pyproject.toml
requirements.txt
coati_payroll/__init__.py
coati_payroll/absence_defaults.py
coati_payroll/app.py
coati_payroll/audit_helpers.py
coati_payroll/auth.py
coati_payroll/cli.py
coati_payroll/config.py
coati_payroll/demo_data.py
coati_payroll/enums.py
coati_payroll/forms.py
coati_payroll/formula_engine_examples.py
coati_payroll/i18n.py
coati_payroll/initial_data.py
coati_payroll/interes_engine.py
coati_payroll/locale_config.py
coati_payroll/log.py
coati_payroll/model.py
coati_payroll/plugin_manager.py
coati_payroll/rate_limiting.py
coati_payroll/rbac.py
coati_payroll/report_engine.py
coati_payroll/report_export.py
coati_payroll/schema_validator.py
coati_payroll/security.py
coati_payroll/system_reports.py
coati_payroll/vacation_service.py
coati_payroll/version.py
coati_payroll/wsgi_server.py
coati_payroll.egg-info/PKG-INFO
coati_payroll.egg-info/SOURCES.txt
coati_payroll.egg-info/dependency_links.txt
coati_payroll.egg-info/entry_points.txt
coati_payroll.egg-info/requires.txt
coati_payroll.egg-info/top_level.txt
coati_payroll/formula_engine/__init__.py
coati_payroll/formula_engine/data_sources.py
coati_payroll/formula_engine/engine.py
coati_payroll/formula_engine/exceptions.py
coati_payroll/formula_engine/novelty_codes.py
coati_payroll/formula_engine/ast/__init__.py
coati_payroll/formula_engine/ast/ast_visitor.py
coati_payroll/formula_engine/ast/expression_evaluator.py
coati_payroll/formula_engine/ast/safe_operators.py
coati_payroll/formula_engine/ast/type_converter.py
coati_payroll/formula_engine/execution/__init__.py
coati_payroll/formula_engine/execution/execution_context.py
coati_payroll/formula_engine/execution/step_executor.py
coati_payroll/formula_engine/execution/variable_store.py
coati_payroll/formula_engine/results/__init__.py
coati_payroll/formula_engine/results/execution_result.py
coati_payroll/formula_engine/steps/__init__.py
coati_payroll/formula_engine/steps/assignment_step.py
coati_payroll/formula_engine/steps/base_step.py
coati_payroll/formula_engine/steps/calculation_step.py
coati_payroll/formula_engine/steps/conditional_step.py
coati_payroll/formula_engine/steps/step_factory.py
coati_payroll/formula_engine/steps/tax_lookup_step.py
coati_payroll/formula_engine/tables/__init__.py
coati_payroll/formula_engine/tables/bracket_calculator.py
coati_payroll/formula_engine/tables/table_lookup.py
coati_payroll/formula_engine/tables/tax_table.py
coati_payroll/formula_engine/validation/__init__.py
coati_payroll/formula_engine/validation/schema_validator.py
coati_payroll/formula_engine/validation/security_validator.py
coati_payroll/formula_engine/validation/tax_table_validator.py
coati_payroll/liquidacion_engine/__init__.py
coati_payroll/liquidacion_engine/engine.py
coati_payroll/migrations/__init__.py
coati_payroll/nomina_engine/__init__.py
coati_payroll/nomina_engine/engine.py
coati_payroll/nomina_engine/calculators/__init__.py
coati_payroll/nomina_engine/calculators/benefit_calculator.py
coati_payroll/nomina_engine/calculators/concept_calculator.py
coati_payroll/nomina_engine/calculators/deduction_calculator.py
coati_payroll/nomina_engine/calculators/exchange_rate_calculator.py
coati_payroll/nomina_engine/calculators/perception_calculator.py
coati_payroll/nomina_engine/calculators/salary_calculator.py
coati_payroll/nomina_engine/domain/__init__.py
coati_payroll/nomina_engine/domain/calculation_items.py
coati_payroll/nomina_engine/domain/employee_calculation.py
coati_payroll/nomina_engine/domain/payroll_context.py
coati_payroll/nomina_engine/processors/__init__.py
coati_payroll/nomina_engine/processors/accounting_processor.py
coati_payroll/nomina_engine/processors/accumulation_processor.py
coati_payroll/nomina_engine/processors/loan_processor.py
coati_payroll/nomina_engine/processors/novelty_processor.py
coati_payroll/nomina_engine/processors/vacation_processor.py
coati_payroll/nomina_engine/repositories/__init__.py
coati_payroll/nomina_engine/repositories/acumulado_repository.py
coati_payroll/nomina_engine/repositories/base_repository.py
coati_payroll/nomina_engine/repositories/config_repository.py
coati_payroll/nomina_engine/repositories/employee_repository.py
coati_payroll/nomina_engine/repositories/exchange_rate_repository.py
coati_payroll/nomina_engine/repositories/novelty_repository.py
coati_payroll/nomina_engine/repositories/planilla_repository.py
coati_payroll/nomina_engine/results/__init__.py
coati_payroll/nomina_engine/results/error_result.py
coati_payroll/nomina_engine/results/payroll_result.py
coati_payroll/nomina_engine/results/validation_result.py
coati_payroll/nomina_engine/results/warning_collector.py
coati_payroll/nomina_engine/services/__init__.py
coati_payroll/nomina_engine/services/accounting_voucher_service.py
coati_payroll/nomina_engine/services/employee_processing_service.py
coati_payroll/nomina_engine/services/payroll_execution_service.py
coati_payroll/nomina_engine/services/snapshot_service.py
coati_payroll/nomina_engine/utils/__init__.py
coati_payroll/nomina_engine/utils/rounding.py
coati_payroll/nomina_engine/validators/__init__.py
coati_payroll/nomina_engine/validators/base_validator.py
coati_payroll/nomina_engine/validators/currency_validator.py
coati_payroll/nomina_engine/validators/employee_validator.py
coati_payroll/nomina_engine/validators/period_validator.py
coati_payroll/nomina_engine/validators/planilla_validator.py
coati_payroll/queue/__init__.py
coati_payroll/queue/driver.py
coati_payroll/queue/selector.py
coati_payroll/queue/tasks.py
coati_payroll/queue/drivers/__init__.py
coati_payroll/queue/drivers/dramatiq_driver.py
coati_payroll/queue/drivers/noop_driver.py
coati_payroll/static/offline.html
coati_payroll/static/schema_editor.js
coati_payroll/static/styles.css
coati_payroll/static/sw.js
coati_payroll/static/logo/Icono-small.png
coati_payroll/static/logo/Icono.png
coati_payroll/static/logo/Icono.svg
coati_payroll/static/logo/icon-192.png
coati_payroll/static/logo/icon-512.png
coati_payroll/templates/base.html
coati_payroll/templates/index.html
coati_payroll/templates/macros.html
coati_payroll/templates/auth/login.html
coati_payroll/templates/modules/calculation_rule/form.html
coati_payroll/templates/modules/calculation_rule/index.html
coati_payroll/templates/modules/calculation_rule/schema_editor.html
coati_payroll/templates/modules/carga_inicial_prestacion/form.html
coati_payroll/templates/modules/carga_inicial_prestacion/index.html
coati_payroll/templates/modules/carga_inicial_prestacion/reporte.html
coati_payroll/templates/modules/config_calculos/index.html
coati_payroll/templates/modules/configuracion/index.html
coati_payroll/templates/modules/currency/form.html
coati_payroll/templates/modules/currency/index.html
coati_payroll/templates/modules/custom_field/form.html
coati_payroll/templates/modules/custom_field/index.html
coati_payroll/templates/modules/deduccion/form.html
coati_payroll/templates/modules/deduccion/index.html
coati_payroll/templates/modules/employee/form.html
coati_payroll/templates/modules/employee/index.html
coati_payroll/templates/modules/employee/salary_change_form.html
coati_payroll/templates/modules/employee/salary_changes_index.html
coati_payroll/templates/modules/employee/salary_form.html
coati_payroll/templates/modules/empresa/form.html
coati_payroll/templates/modules/empresa/index.html
coati_payroll/templates/modules/exchange_rate/form.html
coati_payroll/templates/modules/exchange_rate/import.html
coati_payroll/templates/modules/exchange_rate/index.html
coati_payroll/templates/modules/liquidacion/index.html
coati_payroll/templates/modules/liquidacion/nueva.html
coati_payroll/templates/modules/liquidacion/ver.html
coati_payroll/templates/modules/nominas/index.html
coati_payroll/templates/modules/payroll_concepts/audit_log.html
coati_payroll/templates/modules/percepcion/form.html
coati_payroll/templates/modules/percepcion/index.html
coati_payroll/templates/modules/planilla/aplicar_vacaciones.html
coati_payroll/templates/modules/planilla/comparar_nomina.html
coati_payroll/templates/modules/planilla/config.html
coati_payroll/templates/modules/planilla/config_deducciones.html
coati_payroll/templates/modules/planilla/config_empleados.html
coati_payroll/templates/modules/planilla/config_percepciones.html
coati_payroll/templates/modules/planilla/config_prestaciones.html
coati_payroll/templates/modules/planilla/config_reglas.html
coati_payroll/templates/modules/planilla/ejecutar_nomina.html
coati_payroll/templates/modules/planilla/form.html
coati_payroll/templates/modules/planilla/index.html
coati_payroll/templates/modules/planilla/listar_nominas.html
coati_payroll/templates/modules/planilla/log_nomina.html
coati_payroll/templates/modules/planilla/ver_nomina.html
coati_payroll/templates/modules/planilla/ver_nomina_empleado.html
coati_payroll/templates/modules/planilla/novedades/form.html
coati_payroll/templates/modules/planilla/novedades/index.html
coati_payroll/templates/modules/plugins/index.html
coati_payroll/templates/modules/prestacion/form.html
coati_payroll/templates/modules/prestacion/index.html
coati_payroll/templates/modules/prestacion_management/dashboard.html
coati_payroll/templates/modules/prestacion_management/initial_balance_bulk.html
coati_payroll/templates/modules/prestamo/approve.html
coati_payroll/templates/modules/prestamo/condonacion.html
coati_payroll/templates/modules/prestamo/detail.html
coati_payroll/templates/modules/prestamo/form.html
coati_payroll/templates/modules/prestamo/index.html
coati_payroll/templates/modules/prestamo/pago_extraordinario.html
coati_payroll/templates/modules/prestamo/tabla_pago_pdf.html
coati_payroll/templates/modules/report/admin_index.html
coati_payroll/templates/modules/report/detail.html
coati_payroll/templates/modules/report/execute.html
coati_payroll/templates/modules/report/index.html
coati_payroll/templates/modules/report/permissions.html
coati_payroll/templates/modules/settings/index.html
coati_payroll/templates/modules/settings/implementation/index.html
coati_payroll/templates/modules/shared/concept_form.html
coati_payroll/templates/modules/shared/concept_index.html
coati_payroll/templates/modules/tipo_planilla/form.html
coati_payroll/templates/modules/tipo_planilla/index.html
coati_payroll/templates/modules/user/form.html
coati_payroll/templates/modules/user/index.html
coati_payroll/templates/modules/user/profile.html
coati_payroll/templates/modules/vacation/account_detail.html
coati_payroll/templates/modules/vacation/account_form.html
coati_payroll/templates/modules/vacation/account_index.html
coati_payroll/templates/modules/vacation/dashboard.html
coati_payroll/templates/modules/vacation/initial_balance_bulk.html
coati_payroll/templates/modules/vacation/initial_balance_form.html
coati_payroll/templates/modules/vacation/leave_request_detail.html
coati_payroll/templates/modules/vacation/leave_request_form.html
coati_payroll/templates/modules/vacation/leave_request_index.html
coati_payroll/templates/modules/vacation/policy_detail.html
coati_payroll/templates/modules/vacation/policy_form.html
coati_payroll/templates/modules/vacation/policy_index.html
coati_payroll/templates/modules/vacation/register_taken_form.html
coati_payroll/translations/en/LC_MESSAGES/messages.mo
coati_payroll/translations/en/LC_MESSAGES/messages.po
coati_payroll/vistas/__init__.py
coati_payroll/vistas/calculation_rule.py
coati_payroll/vistas/carga_inicial_prestacion.py
coati_payroll/vistas/config_calculos.py
coati_payroll/vistas/configuracion.py
coati_payroll/vistas/constants.py
coati_payroll/vistas/currency.py
coati_payroll/vistas/custom_field.py
coati_payroll/vistas/employee.py
coati_payroll/vistas/empresa.py
coati_payroll/vistas/exchange_rate.py
coati_payroll/vistas/implementation.py
coati_payroll/vistas/implementation_helpers.py
coati_payroll/vistas/liquidacion.py
coati_payroll/vistas/nomina.py
coati_payroll/vistas/payroll_concepts.py
coati_payroll/vistas/plugins.py
coati_payroll/vistas/prestacion.py
coati_payroll/vistas/prestamo.py
coati_payroll/vistas/report.py
coati_payroll/vistas/settings.py
coati_payroll/vistas/tipo_planilla.py
coati_payroll/vistas/user.py
coati_payroll/vistas/vacation.py
coati_payroll/vistas/planilla/__init__.py
coati_payroll/vistas/planilla/association_routes.py
coati_payroll/vistas/planilla/config_routes.py
coati_payroll/vistas/planilla/export_routes.py
coati_payroll/vistas/planilla/nomina_routes.py
coati_payroll/vistas/planilla/novedad_routes.py
coati_payroll/vistas/planilla/routes.py
coati_payroll/vistas/planilla/helpers/__init__.py
coati_payroll/vistas/planilla/helpers/association_helpers.py
coati_payroll/vistas/planilla/helpers/excel_helpers.py
coati_payroll/vistas/planilla/helpers/form_helpers.py
coati_payroll/vistas/planilla/services/__init__.py
coati_payroll/vistas/planilla/services/export_service.py
coati_payroll/vistas/planilla/services/nomina_comparison_service.py
coati_payroll/vistas/planilla/services/nomina_service.py
coati_payroll/vistas/planilla/services/novedad_service.py
coati_payroll/vistas/planilla/services/planilla_service.py
coati_payroll/vistas/planilla/validators/__init__.py
coati_payroll/vistas/planilla/validators/planilla_validators.py
tests/test_alembic_migrations.py
tests/test_ast_security.py
tests/test_ast_visitor.py
tests/test_audit_helpers.py
tests/test_cli.py
tests/test_plugin_manager.py
tests/test_plugins_cli.py
tests/test_plugins_ui.py
tests/test_release_validation_db.py
tests/test_routes_map.py