distribution.md
pyproject.toml
apps/__init__.py
apps/accounting/__init__.py
apps/accounting/admin.py
apps/accounting/admin_urls.py
apps/accounting/admin_views.py
apps/accounting/apps.py
apps/accounting/dashboard.py
apps/accounting/models.py
apps/accounting/tests.py
apps/accounting/translation.py
apps/accounting/views.py
apps/accounting/management/commands/generate_accounting_data.py
apps/accounting/migrations/0001_initial.py
apps/accounting/migrations/0002_initial.py
apps/accounting/migrations/__init__.py
apps/accounting/tests/__init__.py
apps/accounting/tests/test_data_generation.py
apps/accounting/tests/test_models.py
apps/accounts/__init__.py
apps/accounts/admin.py
apps/accounts/apps.py
apps/accounts/forms.py
apps/accounts/models.py
apps/accounts/tests.py
apps/accounts/translations.py
apps/accounts/urls.py
apps/accounts/views.py
apps/accounts/migrations/0001_initial.py
apps/accounts/migrations/0002_initial.py
apps/accounts/migrations/0003_user_activation_code_user_activation_code_expires_and_more.py
apps/accounts/migrations/0004_user_position.py
apps/accounts/migrations/__init__.py
apps/accounts/templates/accounts/2fa_email.html
apps/accounts/templates/accounts/2fa_setup.html
apps/accounts/templates/accounts/activation_email.html
apps/accounts/templates/accounts/login.html
apps/accounts/templates/accounts/no_company.html
apps/accounts/templates/accounts/register.html
apps/accounts/templates/accounts/verify_2fa.html
apps/accounts/templates/accounts/verify_activation.html
apps/accounts/templates/accounts/partials/2fa_setup_form.html
apps/accounts/tests/test_company_verification.py
apps/companies/__init__.py
apps/companies/admin.py
apps/companies/apps.py
apps/companies/forms.py
apps/companies/models.py
apps/companies/tests.py
apps/companies/urls.py
apps/companies/views.py
apps/companies/migrations/0001_initial.py
apps/companies/migrations/0002_initial.py
apps/companies/migrations/__init__.py
apps/companies/templates/companies/create.html
apps/companies/templates/companies/create_email.html
apps/companies/templates/companies/create_wizard.html
apps/companies/templates/companies/detail.html
apps/companies/templates/companies/domain_analytics.html
apps/companies/templates/companies/domain_settings.html
apps/companies/templates/companies/domain_setup.html
apps/companies/templates/companies/domain_usage.html
apps/companies/templates/companies/domain_users.html
apps/companies/templates/companies/list.html
apps/companies/templates/companies/update.html
apps/companies/templates/companies/email/activate_email.html
apps/companies/templates/companies/emails/email_activation.html
apps/companies/templates/companies/partials/company_status.html
apps/companies/templates/companies/partials/create_email_modal.html
apps/companies/templates/companies/partials/domain_usage_stats.html
apps/companies/templates/companies/partials/domain_users_list.html
apps/companies/templates/companies/partials/email_activation_form.html
apps/companies/templates/companies/partials/email_creation_form.html
apps/companies/templates/companies/partials/email_delete_form.html
apps/core/__init__.py
apps/core/admin.py
apps/core/apps.py
apps/core/context_processors.py
apps/core/middleware.py
apps/core/mixins.py
apps/core/models.py
apps/core/tests.py
apps/core/translation.py
apps/core/urls.py
apps/core/utils.py
apps/core/fixtures/initial_modules.json
apps/core/management/__init__.py
apps/core/management/commands/__init__.py
apps/core/management/commands/create_base_data.py
apps/core/management/commands/create_default_modules.py
apps/core/management/commands/create_tenant.py
apps/core/management/commands/create_test_data.py
apps/core/migrations/0001_initial.py
apps/core/migrations/0002_workposition_is_default_uicomponent.py
apps/core/migrations/__init__.py
apps/core/services/__init__.py
apps/core/services/provisioning.py
apps/core/static/core/js/command_center.js
apps/core/static/core/js/zero_save.js
apps/core/templates/core/home.html
apps/core/templates/core/partials/dashboard_refresh.html
apps/core/templates/core/partials/dashboard_stats.html
apps/core/templates/core/partials/feature_analytics.html
apps/core/templates/core/partials/feature_company.html
apps/core/templates/core/partials/feature_detail.html
apps/core/templates/core/partials/feature_team.html
apps/core/templates/core/partials/live_stats.html
apps/core/templates/core/partials/market_indices.html
apps/core/templates/core/partials/notifications.html
apps/core/templates/core/partials/quick_actions.html
apps/core/templates/core/partials/recent_activity.html
apps/core/templates/core/partials/system_stats.html
apps/core/templates/core/partials/system_status.html
apps/core/templates/core/partials/weather_widget.html
apps/core/views/__init__.py
apps/core/views/payment_required.py
apps/hr/__init__.py
apps/hr/admin.py
apps/hr/admin_urls.py
apps/hr/apps.py
apps/hr/models.py
apps/hr/signals.py
apps/hr/tests.py
apps/hr/translation.py
apps/hr/urls.py
apps/hr/api/__init__.py
apps/hr/api/smart_pass.py
apps/hr/management/__init__.py
apps/hr/management/commands/__init__.py
apps/hr/management/commands/attendance_cutoff.py
apps/hr/migrations/0001_initial.py
apps/hr/migrations/__init__.py
apps/hr/services/__init__.py
apps/hr/services/smart_pass.py
apps/hr/static/hr/js/leave_timeline.js
apps/hr/templates/admin/hr/dashboard.html
apps/hr/templates/admin/hr/leave_calendar.html
apps/hr/templates/admin/hr/leave_detail.html
apps/hr/templates/admin/hr/team_planning.html
apps/hr/views/__init__.py
apps/hr/views/calendar.py
apps/hr/views/dashboard.py
apps/hr/views/leave.py
apps/hr/views/planning.py
apps/hr/views/views.py
apps/integrations/__init__.py
apps/integrations/admin.py
apps/integrations/apps.py
apps/integrations/tests.py
apps/integrations/views.py
apps/integrations/migrations/0001_initial.py
apps/integrations/migrations/0002_apitoken.py
apps/integrations/migrations/__init__.py
apps/integrations/models/__init__.py
apps/integrations/models/api_token.py
apps/integrations/services/__init__.py
apps/integrations/services/webhooks.py
apps/inventory/__init__.py
apps/inventory/admin.py
apps/inventory/apps.py
apps/inventory/models.py
apps/inventory/tests.py
apps/inventory/translation.py
apps/inventory/views.py
apps/inventory/migrations/0001_initial.py
apps/inventory/migrations/__init__.py
apps/inventory/services/__init__.py
apps/inventory/services/stock_movement.py
apps/inventory/static/inventory/css/print.css
apps/messaging/__init__.py
apps/messaging/admin.py
apps/messaging/apps.py
apps/messaging/internal_mail.py
apps/messaging/models.py
apps/messaging/signals.py
apps/messaging/tests.py
apps/messaging/translation.py
apps/messaging/views.py
apps/messaging/migrations/0001_initial.py
apps/messaging/migrations/0002_thread_threadmessage_and_more.py
apps/messaging/migrations/__init__.py
apps/messaging/services/__init__.py
apps/messaging/services/mail_routing.py
apps/messaging/static/messaging/js/toggle_view.js
apps/payroll/__init__.py
apps/payroll/admin.py
apps/payroll/apps.py
apps/payroll/tests.py
apps/payroll/views.py
apps/payroll/migrations/0001_initial.py
apps/payroll/migrations/0002_payrollauditlog.py
apps/payroll/migrations/__init__.py
apps/payroll/models/__init__.py
apps/payroll/models/audit_log.py
apps/payroll/services/__init__.py
apps/payroll/services/formula_engine.py
apps/payroll/services/workflow.py
apps/payroll/static/payroll/js/payroll_story.js
apps/projects/__init__.py
apps/projects/admin.py
apps/projects/apps.py
apps/projects/models.py
apps/projects/tests.py
apps/projects/translation.py
apps/projects/urls.py
apps/projects/views.py
apps/projects/migrations/0001_initial.py
apps/projects/migrations/__init__.py
apps/projects/static/projects/css/frappe-gantt.css
apps/projects/static/projects/js/kanban.js
apps/projects/templates/admin/projects/dashboard.html
apps/projects/templates/admin/projects/project_changelist.html
apps/projects/templates/admin/projects/project_gantt.html
apps/reporting/__init__.py
apps/reporting/admin.py
apps/reporting/apps.py
apps/reporting/models.py
apps/reporting/tests.py
apps/reporting/views.py
apps/reporting/migrations/0001_initial.py
apps/reporting/migrations/__init__.py
apps/reporting/services/__init__.py
apps/reporting/services/widget_engine.py
erica_erp.egg-info/PKG-INFO
erica_erp.egg-info/SOURCES.txt
erica_erp.egg-info/dependency_links.txt
erica_erp.egg-info/entry_points.txt
erica_erp.egg-info/requires.txt
erica_erp.egg-info/top_level.txt
erica_project/__init__.py
erica_project/asgi.py
erica_project/cli.py
erica_project/context_processors.py
erica_project/jazzmin_settings.py
erica_project/settings.py
erica_project/settings_local.py
erica_project/urls.py
erica_project/wsgi.py
erica_project/static/admin/css/custom_admin.css
erica_project/static/admin/img/logo.png
erica_project/static/css/admin-custom.css
erica_project/static/css/admin-dark.css
erica_project/static/css/admin-dashboard.css
erica_project/static/css/admin-logo.css
erica_project/static/css/custom-logo.css
erica_project/static/css/logo-centered.css
erica_project/static/css/logo-style.css
erica_project/static/img/logo.png
erica_project/static/img/logo.svg
erica_project/static/js/admin-custom.js
erica_project/templates/base.html
erica_project/templates/home.html
erica_project/templates/mail_base.html
erica_project/templates/admin/base_site.html
erica_project/templates/admin/accounting/dashboard.html
erica_project/templates/admin/accounting/partials/balance_card.html
erica_project/templates/admin/accounting/partials/expenses_card.html
erica_project/templates/admin/accounting/partials/income_card.html
erica_project/templates/admin/accounting/partials/invoices_card.html
erica_project/templates/core/payment_required.html
erica_project/templates/core/partials/command_center.html
erica_project/templates/email/welcome_employee.html
erica_project/templates/hr/kiosk.html