LICENSE
MANIFEST.in
README.md
manage.py
requirements.txt
setup.cfg
setup.py
commons/__init__.py
commons/admin.py
commons/apps.py
commons/managers.py
commons/models.py
commons/permissions.py
commons/urls.py
commons/views.py
commons/fixtures/group-model.json
commons/fixtures/permission-model.json
commons/fixtures/user-model.json
commons/migrations/0001_initial.py
commons/migrations/__init__.py
commons/templates/commons/base_module.html
commons/templates/commons/menu.html
commons/templates/commons/person_detail.html
commons/templatetags/__init__.py
commons/templatetags/formats.py
corgy_common/__init__.py
corgy_common/admin.py
corgy_common/apps.py
corgy_common/models.py
corgy_common/urls.py
corgy_common/views.py
corgy_common/management/__init__.py
corgy_common/management/commands/__init__.py
corgy_common/management/commands/customize.py
corgy_common/migrations/0001_initial.py
corgy_common/migrations/0002_delete_account.py
corgy_common/migrations/__init__.py
corgy_common/templates/corgy_common/base_module.html
corgy_common/templates/corgy_common/menu.html
corgy_erp/__init__.py
corgy_erp/asgi.py
corgy_erp/backend.py
corgy_erp/celery.py
corgy_erp/feeds.py
corgy_erp/roles.py
corgy_erp/settings.py
corgy_erp/sitemaps.py
corgy_erp/tests.py
corgy_erp/urls.py
corgy_erp/version.py
corgy_erp/views.py
corgy_erp/wsgi.py
corgy_erp.egg-info/PKG-INFO
corgy_erp.egg-info/SOURCES.txt
corgy_erp.egg-info/dependency_links.txt
corgy_erp.egg-info/requires.txt
corgy_erp.egg-info/top_level.txt
corgy_erp/locale/hu/LC_MESSAGES/django.mo
corgy_erp/locale/hu/LC_MESSAGES/django.po
corgy_erp/templates/admin/base_site.html
corgy_erp/templates/admin/index.html
corgy_erp/templates/flatpages/default.html
corgy_erp/templates/material/frontend/base.html
corgy_erp/templates/material/frontend/base_lockscreen.html
corgy_erp/templates/material/frontend/base_module.html
corgy_erp/templates/material/frontend/base_site.html
corgy_erp/templatetags/__init__.py
corgy_erp/templatetags/verbose.py
corgy_erp/templatetags/version.py
customers/__init__.py
customers/admin.py
customers/apps.py
customers/flows.py
customers/forms.py
customers/managers.py
customers/models.py
customers/signals.py
customers/urls.py
customers/views.py
customers/management/__init__.py
customers/management/commands/__init__.py
customers/management/commands/generate.py
customers/migrations/0001_initial.py
customers/migrations/0002_auto_20200619_0244.py
customers/migrations/0003_customer_classification.py
customers/migrations/__init__.py
customers/templates/customers/base_module.html
customers/templates/customers/customer_detail.html
customers/templates/customers/individual_detail.html
customers/templates/customers/menu.html
customers/templates/customers/organization_detail.html
docs/Makefile
docs/make.bat
docs/build/.buildinfo
docs/build/genindex.html
docs/build/index.html
docs/build/objects.inv
docs/build/search.html
docs/build/searchindex.js
docs/build/_sources/index.rst.txt
docs/build/_sources/usage/installation.rst.txt
docs/build/_sources/usage/quickstart.rst.txt
docs/build/_static/alabaster.css
docs/build/_static/basic.css
docs/build/_static/custom.css
docs/build/_static/doctools.js
docs/build/_static/documentation_options.js
docs/build/_static/file.png
docs/build/_static/jquery-3.4.1.js
docs/build/_static/jquery.js
docs/build/_static/language_data.js
docs/build/_static/minus.png
docs/build/_static/plus.png
docs/build/_static/pygments.css
docs/build/_static/searchtools.js
docs/build/_static/underscore-1.3.1.js
docs/build/_static/underscore.js
docs/build/doctrees/environment.pickle
docs/build/doctrees/index.doctree
docs/build/doctrees/usage/installation.doctree
docs/build/doctrees/usage/quickstart.doctree
docs/build/usage/installation.html
docs/build/usage/quickstart.html
docs/source/conf.py
docs/source/index.rst
docs/source/_static/custom.css
docs/source/_templates/localtoc.html
docs/source/static/custom.css
docs/source/templates/localtoc.html
docs/source/usage/installation.rst
docs/source/usage/quickstart.rst
frontend/__init__.py
frontend/apps.py
frontend/models.py
frontend/urls.py
frontend/views.py
frontend/migrations/__init__.py
frontend/templates/frontend/base_module.html
frontend/templates/frontend/menu.html
labor/__init__.py
labor/apps.py
labor/flows.py
labor/forms.py
labor/models.py
labor/urls.py
labor/views.py
labor/migrations/0001_initial.py
labor/migrations/0002_salary.py
labor/migrations/0003_bankaccount_salaryblockingitem.py
labor/migrations/0004_auto_20200624_0433.py
labor/migrations/0005_timesheet_timesheetitem_timesheetstatistic.py
labor/migrations/0006_auto_20200624_0536.py
labor/migrations/0007_auto_20200624_1522.py
labor/migrations/0008_auto_20200625_0231.py
labor/migrations/0009_payroll_timesheet.py
labor/migrations/0010_auto_20200625_0443.py
labor/migrations/0011_auto_20200625_0443.py
labor/migrations/0012_auto_20200625_0445.py
labor/migrations/0013_auto_20200625_0457.py
labor/migrations/0014_revenue_revenueitem.py
labor/migrations/0015_auto_20200630_1021.py
labor/migrations/__init__.py
labor/templates/labor/base_module.html
labor/templates/labor/employment_detail.html
labor/templates/labor/menu.html
labor/templates/labor/salary_detail.html
labor/templates/labor/timesheet_form.html
labor/templates/labor/partial/absense.html
labor/templates/labor/partial/blocked.html
labor/templates/labor/partial/dependents.html
labor/templates/labor/partial/employee_contributions.html
labor/templates/labor/partial/employer_contributions.html
labor/templates/labor/partial/non_monetary.html
labor/templates/labor/partial/other_revenues.html
labor/templates/labor/partial/personal_tax.html
labor/templates/labor/partial/presence.html
labor/templates/labor/partial/revenues.html
labor/templates/labor/partial/salaries.html
labor/templates/labor/partial/salary.html
labor/templates/labor/partial/timesheet.html
labor/templates/labor/payroll/fill_timesheet_detail.html
masterdata/__init__.py
masterdata/admin.py
masterdata/apps.py
masterdata/models.py
masterdata/serializers.py
masterdata/tasks.py
masterdata/test_models.py
masterdata/urls.py
masterdata/views.py
masterdata/migrations/0001_initial.py
masterdata/migrations/0002_auto_20200623_2117.py
masterdata/migrations/0003_auto_20200624_0515.py
masterdata/migrations/__init__.py
masterdata/templates/masterdata/base_module.html
masterdata/templates/masterdata/menu.html