CHANGELOG.md
LICENSE
MANIFEST.in
README.md
manage.py
pyproject.toml
requirements.txt
setup.cfg
analytics/__init__.py
analytics/admin.py
analytics/apps.py
analytics/models.py
analytics/migrations/0001_initial.py
analytics/migrations/0002_initial.py
analytics/migrations/__init__.py
analytics/site/__init__.py
analytics/site/anlmodeladmin.py
analytics/site/closingreasonstatadmin.py
analytics/site/conversionadmin.py
analytics/site/dealstatadmin.py
analytics/site/incomestatadmin.py
analytics/site/leadsourcestatadmin.py
analytics/site/outputstatadmin.py
analytics/site/requeststatadmin.py
analytics/site/salesfunnelsadmin.py
analytics/templates/admin/analytics/closingreasonstat/closingreasons_summary_change_list.html
analytics/templates/admin/analytics/incomestat/change_list_object_tools.html
analytics/templates/admin/analytics/leadsourcestat/leadsource_summary_change_list.html
analytics/templates/admin/analytics/outputstat/change_list_object_tools.html
analytics/templates/admin/analytics/salesfunnel/sales_funnel_change_list.html
analytics/templates/analytics/bar_chart.html
analytics/templates/analytics/bar_chart_.html
analytics/templates/analytics/data_table.html
analytics/templates/analytics/notice.html
analytics/templates/analytics/outputstat.html
analytics/templates/analytics/snapshots_change_list.html
analytics/templates/analytics/summary_change_list.html
analytics/templates/analytics/view_snapshots.html
analytics/utils/__init__.py
analytics/utils/helpers.py
analytics/utils/monthly_snapshot_saving.py
chat/__init__.py
chat/admin.py
chat/apps.py
chat/models.py
chat/forms/__init__.py
chat/forms/chatmessageform.py
chat/migrations/0001_initial.py
chat/migrations/__init__.py
chat/site/__init__.py
chat/site/chatmessageadmin.py
chat/templates/chat_buttons.html
chat/templates/admin/chat/chatmessage/change_list_object_tools.html
chat/templates/admin/chat/chatmessage/submit_line.html
chat/templates/chat/chatmessage_email.html
common/__init__.py
common/admin.py
common/apps.py
common/models.py
common/settings.py
common/urls.py
common/fixtures/department.json
common/fixtures/groups.json
common/fixtures/sites.json
common/forms/__init__.py
common/forms/reminderform.py
common/management/__init__.py
common/management/commands/__init__.py
common/management/commands/setupdata.py
common/migrations/0001_initial.py
common/migrations/0002_initial.py
common/migrations/0003_alter_userprofile_pbx_number.py
common/migrations/__init__.py
common/signals/__init__.py
common/signals/handlers.py
common/site/__init__.py
common/site/basemodeladmin.py
common/site/crmsite.py
common/site/reminderadmin.py
common/site/userprofileadmin.py
common/static/common/django-crm_logo_24px.svg
common/static/common/favicon.ico
common/static/common/favicon_dev.ico
common/static/common/css/crm_range_form.css
common/static/common/css/deal_module.css
common/static/common/css/hidden_field.css
common/static/common/css/memo_module.css
common/static/common/css/task_module.css
common/static/common/js/reload_field.js
common/static/common/js/vendor/nicEdit.js
common/static/common/js/vendor/nicEditorIcons.gif
common/static/common/js/vendor/paragraph_textareas.js
common/static/common/js/vendor/textarea_content.js
common/templates/admin/common/import_emails/pagination.html
common/templates/admin/common/reminder/change_list_object_tools.html
common/templates/admin/common/reminder/submit_line.html
common/templates/admin/common/userprofile/change_form_object_tools.html
common/templates/admin/common/userprofile/change_list_object_tools.html
common/templates/admin/common/userprofile/submit_line.html
common/templates/common/centered_msg.html
common/templates/common/copy_department.html
common/templates/common/email_notification_base.html
common/templates/common/notice_participants_email.html
common/templates/common/reminder_button.html
common/templates/common/reminder_message.html
common/templates/common/select_email_account.html
common/templates/common/select_emails.html
common/templates/common/user_transfer.html
common/templates/common/widgets/clearable_file_input.html
common/templatetags/__init__.py
common/templatetags/crm_list.py
common/templatetags/util.py
common/utils/__init__.py
common/utils/chat_link.py
common/utils/copy_files.py
common/utils/email_to_participants.py
common/utils/for_translation.py
common/utils/get_signature_preview.py
common/utils/help_to_admin.py
common/utils/helpers.py
common/utils/hide_main_tasks.py
common/utils/notif_email_sender.py
common/utils/notify_user.py
common/utils/parse_full_name.py
common/utils/remind_me.py
common/utils/reminders_sender.py
common/utils/secure_url.py
common/utils/usermiddleware.py
common/views/__init__.py
common/views/copy_department.py
common/views/debugs.py
common/views/export_objects.py
common/views/favicon.py
common/views/reload_field.py
common/views/select_email_account.py
common/views/select_emails_import.py
common/views/toggle_default_sorting.py
common/views/user_transfer.py
crm/__init__.py
crm/admin.py
crm/apps.py
crm/settings.py
crm/urls.py
crm/backends/__init__.py
crm/backends/bank_gov_ua_backend.py
crm/backends/basebackend.py
crm/fixtures/client_type.json
crm/fixtures/closing_reason.json
crm/fixtures/country.json
crm/fixtures/currency.json
crm/fixtures/deal_stage.json
crm/fixtures/industry.json
crm/fixtures/lead_source.json
crm/forms/__init__.py
crm/forms/add_files_form.py
crm/forms/admin_forms.py
crm/forms/contact_form.py
crm/forms/iso_currency_codes.json
crm/migrations/0001_initial.py
crm/migrations/0002_initial.py
crm/migrations/0003_company_disqualified_company_massmail_and_more.py
crm/migrations/0004_alter_company_massmail_alter_contact_massmail_and_more.py
crm/migrations/0005_alter_company_owner_alter_contact_owner_and_more.py
crm/migrations/0006_currency_auto_update.py
crm/migrations/__init__.py
crm/models/__init__.py
crm/models/base_contact.py
crm/models/company.py
crm/models/contact.py
crm/models/country.py
crm/models/crmemail.py
crm/models/deal.py
crm/models/lead.py
crm/models/others.py
crm/models/output.py
crm/models/payment.py
crm/models/product.py
crm/models/request.py
crm/models/tag.py
crm/models/to_translate.txt
crm/site/__init__.py
crm/site/cityadmin.py
crm/site/companyadmin.py
crm/site/contactadmin.py
crm/site/crmadminsite.py
crm/site/crmemailadmin.py
crm/site/crmmodeladmin.py
crm/site/crmstackedinline.py
crm/site/currencyadmin.py
crm/site/dealadmin.py
crm/site/leadadmin.py
crm/site/outputinline.py
crm/site/paymentadmin.py
crm/site/paymentinline.py
crm/site/productadmin.py
crm/site/requestadmin.py
crm/site/shipmentadmin.py
crm/site/tagadmin.py
crm/templates/admin/crm/change_form.html
crm/templates/admin/crm/inline_emails.html
crm/templates/admin/crm/city/submit_line.html
crm/templates/admin/crm/company/change_form_object_tools.html
crm/templates/admin/crm/company/change_list_object_tools.html
crm/templates/admin/crm/company/submit_line.html
crm/templates/admin/crm/contact/change_form_object_tools.html
crm/templates/admin/crm/contact/change_list_object_tools.html
crm/templates/admin/crm/contact/submit_line.html
crm/templates/admin/crm/crmemail/change_form.html
crm/templates/admin/crm/crmemail/change_form_object_tools.html
crm/templates/admin/crm/crmemail/change_list_object_tools.html
crm/templates/admin/crm/crmemail/stacked.html
crm/templates/admin/crm/crmemail/submit_line.html
crm/templates/admin/crm/crmemail/includes/fieldset.html
crm/templates/admin/crm/crmemail/includes/fieldset_for_inline.html
crm/templates/admin/crm/deal/change_form_object_tools.html
crm/templates/admin/crm/deal/change_list_object_tools.html
crm/templates/admin/crm/deal/submit_line.html
crm/templates/admin/crm/lead/change_form_object_tools.html
crm/templates/admin/crm/lead/change_list_object_tools.html
crm/templates/admin/crm/lead/submit_line.html
crm/templates/admin/crm/payment/change_list.html
crm/templates/admin/crm/payment/submit_line.html
crm/templates/admin/crm/request/change_form_object_tools.html
crm/templates/admin/crm/request/change_list_object_tools.html
crm/templates/admin/crm/request/submit_line.html
crm/templates/admin/crm/shipment/change_form_object_tools.html
crm/templates/admin/crm/shipment/submit_line.html
crm/templates/crm/addfiles.html
crm/templates/crm/change_owner_companies.html
crm/templates/crm/contact_form.html
crm/templates/crm/del_duplicate_button.html
crm/templates/crm/email.html
crm/templates/crm/filter_scroll.html
crm/templates/crm/import_objects.html
crm/templates/crm/make_massmail.html
crm/templates/crm/print_email.html
crm/templates/crm/print_request.html
crm/templates/crm/select_original_obj.html
crm/templates/crm/success_page.html
crm/utils/__init__.py
crm/utils/admfilters.py
crm/utils/change_massconts.py
crm/utils/check_city.py
crm/utils/clarify_permission.py
crm/utils/counterparty_name.py
crm/utils/create_email_request.py
crm/utils/create_form_request.py
crm/utils/create_objects.py
crm/utils/crm_imap.py
crm/utils/helpers.py
crm/utils/import_emails.py
crm/utils/make_massmail_form.py
crm/utils/manage_imaps.py
crm/utils/oauth2.py
crm/utils/rates_loader.py
crm/utils/restore_imap_emails.py
crm/utils/send_email.py
crm/utils/ticketproc.py
crm/views/__init__.py
crm/views/add_request.py
crm/views/change_owner_companies.py
crm/views/contact_form.py
crm/views/create_email.py
crm/views/delete_duplicate_object.py
crm/views/download_original_email.py
crm/views/got_massmails.py
crm/views/reply_email.py
crm/views/view_original_email.py
django_crm_admin.egg-info/PKG-INFO
django_crm_admin.egg-info/SOURCES.txt
django_crm_admin.egg-info/dependency_links.txt
django_crm_admin.egg-info/not-zip-safe
django_crm_admin.egg-info/requires.txt
django_crm_admin.egg-info/top_level.txt
docs/django-crm_user_guide.md
docs/installation_and_configuration_guide.md
help/__init__.py
help/admin.py
help/apps.py
help/models.py
help/fixtures/help_en.json
help/migrations/0001_initial.py
help/migrations/__init__.py
help/site/__init__.py
help/site/pageadmin.py
help/site/paragraphInline.py
help/templates/admin/help/stacked.html
help/templates/admin/help/page/change_form_object_tools.html
locale/es/LC_MESSAGES/django.po
locale/ru/LC_MESSAGES/django.mo
locale/ru/LC_MESSAGES/django.po
locale/uk/LC_MESSAGES/django.mo
locale/uk/LC_MESSAGES/django.po
massmail/__init__.py
massmail/admin.py
massmail/admin_actions.py
massmail/apps.py
massmail/settings.py
massmail/urls.py
massmail/backends/smtp.py
massmail/migrations/0001_initial.py
massmail/migrations/__init__.py
massmail/models/__init__.py
massmail/models/baseeml.py
massmail/models/email_account.py
massmail/models/email_message.py
massmail/models/eml_accounts_queue.py
massmail/models/mailing_out.py
massmail/models/mass_contact.py
massmail/models/signature.py
massmail/models/to_translate.txt
massmail/site/__init__.py
massmail/site/emailaccountadmin.py
massmail/site/emlmessageadmin.py
massmail/site/mailingoutadmin.py
massmail/site/signatureadmin.py
massmail/templates/admin/massmail/emailaccount/change_form_object_tools.html
massmail/templates/admin/massmail/emlmessage/change_form_object_tools.html
massmail/templates/admin/massmail/mailingout/change_form_object_tools.html
massmail/templates/admin/massmail/mailingout/submit_line.html
massmail/templates/admin/massmail/signature/change_form_object_tools.html
massmail/templates/massmail/pic_upload.html
massmail/templates/massmail/pic_upload_buttons.html
massmail/templates/massmail/show_uploaded_images.html
massmail/templatetags/__init__.py
massmail/templatetags/mailbuilder.py
massmail/utils/__init__.py
massmail/utils/adminfilters.py
massmail/utils/email_creators.py
massmail/utils/sendmassmail.py
massmail/views/__init__.py
massmail/views/copy_message.py
massmail/views/file_upload.py
massmail/views/get_oauth2_tokens.py
massmail/views/message_previews.py
massmail/views/recipient_ids.py
massmail/views/send_failed_recipients.py
massmail/views/send_tests.py
massmail/views/show_uploaded_images.py
massmail/views/signature_previews.py
massmail/views/unsubscribes.py
media/docs/empty_file.txt
media/exported/empty_file.txt
media/geodb/empty_file.txt
media/pics/empty_file.txt
settings/__init__.py
settings/admin.py
settings/apps.py
settings/models.py
settings/fixtures/publicemaildomain.json
settings/migrations/0001_initial.py
settings/migrations/0002_reminders.py
settings/migrations/__init__.py
static/favicon.ico
tasks/__init__.py
tasks/admin.py
tasks/apps.py
tasks/forms.py
tasks/settings.py
tasks/urls.py
tasks/fixtures/projectstage.json
tasks/fixtures/resolution.json
tasks/fixtures/taskstage.json
tasks/migrations/0001_initial.py
tasks/migrations/__init__.py
tasks/models/__init__.py
tasks/models/memo.py
tasks/models/project.py
tasks/models/projectstage.py
tasks/models/resolution.py
tasks/models/stagebase.py
tasks/models/tag.py
tasks/models/task.py
tasks/models/taskbase.py
tasks/models/taskstage.py
tasks/models/to_translate.txt
tasks/site/__init__.py
tasks/site/memoadmin.py
tasks/site/projectadmin.py
tasks/site/tagadmin.py
tasks/site/taskadmin.py
tasks/site/tasksbasemodeladmin.py
tasks/templates/admin/tasks/memo/change_form_object_tools.html
tasks/templates/admin/tasks/memo/change_list_object_tools.html
tasks/templates/admin/tasks/memo/submit_line.html
tasks/templates/admin/tasks/project/change_form_object_tools.html
tasks/templates/admin/tasks/project/submit_line.html
tasks/templates/admin/tasks/task/change_form_object_tools.html
tasks/templates/admin/tasks/task/change_list_object_tools.html
tasks/templates/admin/tasks/task/submit_line.html
tasks/utils/__init__.py
tasks/utils/admfilters.py
tasks/views/__init__.py
tasks/views/create_completed_subtask.py
tasks/views/task_completed.py
templates/crm_help_link.html
templates/language_chooser.html
templates/reload_field_js.html
templates/admin/base.html
templates/admin/base_site.html
templates/admin/color_theme_toggle.html
templates/admin/crm_date_filter.html
templates/admin/auth/group/change_list_object_tools.html
templates/admin/auth/user/change_list_object_tools.html
tests/__init__.py
tests/base_test_classes.py
tests/main_menu_data.py
tests/test_base.py
tests/chat/__init__.py
tests/chat/test_chat.py
tests/common/__init__.py
tests/common/test_reminder.py
tests/common/test_userprofile.py
tests/common/management/__init__.py
tests/common/management/test_setupdata.py
tests/common/templatetags/__init__.py
tests/common/templatetags/test_crm_list.py
tests/common/utils/__init__.py
tests/common/utils/test_notif_email_sender.py
tests/common/utils/test_parse_full_name.py
tests/common/utils/test_save_message.py
tests/common/utils/test_secure_url.py
tests/common/views/__init__.py
tests/common/views/test_user_transfer.py
tests/crm/__init__.py
tests/crm/test_add_request.py
tests/crm/test_company.py
tests/crm/test_contact.py
tests/crm/test_create_email_request.py
tests/crm/test_currency.py
tests/crm/test_deal.py
tests/crm/test_email.py
tests/crm/test_import_export.py
tests/crm/test_industry.py
tests/crm/test_lead.py
tests/crm/test_lead_conversion.py
tests/crm/test_leadsource.py
tests/crm/test_request_methods.py
tests/crm/backends/__init__.py
tests/crm/backends/test_currency_rate_backend.py
tests/crm/utils/__init__.py
tests/crm/utils/test_change_massconts.py
tests/crm/utils/test_check_city.py
tests/crm/utils/test_get_counterparty_name.py
tests/crm/utils/test_make_massmail_form.py
tests/crm/utils/test_rates_loader.py
tests/crm/utils/test_restore_imap_emails.py
tests/crm/views/__init__.py
tests/crm/views/test_change_owner_companies_view.py
tests/crm/views/test_create_email_view.py
tests/crm/views/test_delete_duplicate_obj.py
tests/crm/views/test_get_email_body.py
tests/crm/views/test_request_receiving.py
tests/crm/views/test_select_email_import.py
tests/fixtures/test_country.json
tests/fixtures/test_users.json
tests/help/__init__.py
tests/help/test_help.py
tests/massmail/__init__.py
tests/massmail/test_admin_actions.py
tests/massmail/test_emlmessage.py
tests/massmail/test_make_massmail.py
tests/massmail/utils/__init__.py
tests/massmail/utils/test_send_massmail.py
tests/massmail/views/__init__.py
tests/massmail/views/test_message_copy.py
tests/massmail/views/test_message_preview.py
tests/massmail/views/test_send_test_massmail.py
tests/massmail/views/test_signature_preview.py
tests/massmail/views/test_unsubscribe.py
tests/tasks/__init__.py
tests/tasks/test_clean_form.py
tests/tasks/test_memo.py
tests/tasks/test_project.py
tests/tasks/test_project_stage.py
tests/tasks/test_resolution.py
tests/tasks/test_task.py
tests/tasks/test_task_stage.py
tests/utils/__init__.py
tests/utils/dump_group_permissions.py
tests/utils/helpers.py
voip/__init__.py
voip/admin.py
voip/apps.py
voip/models.py
voip/settings.py
voip/urls.py
voip/backends/__init__.py
voip/backends/zadarmabackend.py
voip/forms/__init__.py
voip/forms/connectionform.py
voip/migrations/0001_initial.py
voip/migrations/__init__.py
voip/templates/voip/connection.html
voip/views/__init__.py
voip/views/callback.py
voip/views/voipwebhook.py
webcrm/__init__.py
webcrm/settings.py
webcrm/urls.py
webcrm/wsgi.py