README.md
setup.py
src/omnix/__init__.py
src/omnix/main.py
src/omnix.egg-info/PKG-INFO
src/omnix.egg-info/SOURCES.txt
src/omnix.egg-info/dependency_links.txt
src/omnix.egg-info/not-zip-safe
src/omnix.egg-info/requires.txt
src/omnix.egg-info/top_level.txt
src/omnix/models/__init__.py
src/omnix/models/base.py
src/omnix/models/settings.py
src/omnix/static/css/layout.css
src/omnix/static/images/down.png
src/omnix/static/images/equal.png
src/omnix/static/images/login.png
src/omnix/static/images/up.png
src/omnix/static/images/email/logo.png
src/omnix/static/js/main.js
src/omnix/templates/about.html.tpl
src/omnix/templates/error.html.tpl
src/omnix/templates/index.html.tpl
src/omnix/templates/signin.html.tpl
src/omnix/templates/top.html.tpl
src/omnix/templates/customer/list.html.tpl
src/omnix/templates/customer/show.html.tpl
src/omnix/templates/email/activity.en_us.html.tpl
src/omnix/templates/email/activity.pt_pt.html.tpl
src/omnix/templates/email/birthday.en_us.html.tpl
src/omnix/templates/email/birthday.pt_pt.html.tpl
src/omnix/templates/email/layout.en_us.html.tpl
src/omnix/templates/email/layout.pt_pt.html.tpl
src/omnix/templates/email/macros.html.tpl
src/omnix/templates/employee/list.html.tpl
src/omnix/templates/employee/sales.html.tpl
src/omnix/templates/employee/show.html.tpl
src/omnix/templates/entity/edit.html.tpl
src/omnix/templates/entity/list.html.tpl
src/omnix/templates/entity/show.html.tpl
src/omnix/templates/extra/browser.html.tpl
src/omnix/templates/extra/costs.html.tpl
src/omnix/templates/extra/ctt.html.tpl
src/omnix/templates/extra/images.html.tpl
src/omnix/templates/extra/inventory.html.tpl
src/omnix/templates/extra/list.html.tpl
src/omnix/templates/extra/media.html.tpl
src/omnix/templates/extra/metadata.html.tpl
src/omnix/templates/extra/prices.html.tpl
src/omnix/templates/extra/template.html.tpl
src/omnix/templates/extra/transfers.html.tpl
src/omnix/templates/extra/browser/new_media.html.tpl
src/omnix/templates/media/edit.html.tpl
src/omnix/templates/media/list.html.tpl
src/omnix/templates/media/show.html.tpl
src/omnix/templates/partials/content_type.html.tpl
src/omnix/templates/partials/doctype.html.tpl
src/omnix/templates/partials/end_doctype.html.tpl
src/omnix/templates/partials/footer.html.tpl
src/omnix/templates/partials/includes.html.tpl
src/omnix/templates/partials/layout.html.tpl
src/omnix/templates/partials/layout_employee.html.tpl
src/omnix/templates/partials/layout_entity.html.tpl
src/omnix/templates/partials/layout_media.html.tpl
src/omnix/templates/partials/layout_report.html.tpl
src/omnix/templates/partials/layout_simple.html.tpl
src/omnix/templates/partials/layout_store.html.tpl
src/omnix/templates/partials/messages.html.tpl
src/omnix/templates/report/list.html.tpl
src/omnix/templates/report/sales.html.tpl
src/omnix/templates/store/list.html.tpl
src/omnix/templates/store/sales.html.tpl
src/omnix/templates/store/show.html.tpl
src/omnix/templates/supplier/list.html.tpl
src/omnix/templates/supplier/show.html.tpl
src/omnix/test/__init__.py
src/omnix/test/util/__init__.py
src/omnix/test/util/business.py
src/omnix/util/__init__.py
src/omnix/util/business.py
src/omnix/util/config.py
src/omnix/util/ctt.py
src/omnix/util/format.py
src/omnix/util/image.py
src/omnix/util/logic.py
src/omnix/util/scheduling.py
src/omnix/util/slave.py
src/omnix/util/supervisor.py
src/omnix/views/__init__.py
src/omnix/views/api/__init__.py
src/omnix/views/api/base.py
src/omnix/views/web/__init__.py
src/omnix/views/web/base.py
src/omnix/views/web/customer.py
src/omnix/views/web/employee.py
src/omnix/views/web/entity.py
src/omnix/views/web/extra.py
src/omnix/views/web/media.py
src/omnix/views/web/report.py
src/omnix/views/web/settings.py
src/omnix/views/web/store.py
src/omnix/views/web/supplier.py