README.md
pyproject.toml
Bloomerp.egg-info/PKG-INFO
Bloomerp.egg-info/SOURCES.txt
Bloomerp.egg-info/dependency_links.txt
Bloomerp.egg-info/entry_points.txt
Bloomerp.egg-info/requires.txt
Bloomerp.egg-info/top_level.txt
bloomerp/__init__.py
bloomerp/admin.py
bloomerp/apps.py
bloomerp/auth.py
bloomerp/consumers.py
bloomerp/context_processors.py
bloomerp/field_types.py
bloomerp/middleware.py
bloomerp/router.py
bloomerp/routing.py
bloomerp/urls.py
bloomerp/automation/base_executor.py
bloomerp/automation/defintion.py
bloomerp/automation/actions/__init__.py
bloomerp/automation/actions/call_api.py
bloomerp/automation/actions/create_object.py
bloomerp/automation/actions/delete_object.py
bloomerp/automation/actions/send_email.py
bloomerp/automation/flows/__init__.py
bloomerp/automation/flows/if_condition.py
bloomerp/automation/triggers/base.py
bloomerp/automation/triggers/human_trigger.py
bloomerp/automation/triggers/object_crud_trigger.py
bloomerp/automation/triggers/webhook_trigger.py
bloomerp/cli/__init__.py
bloomerp/cli/main.py
bloomerp/cli/template_project/manage.py
bloomerp/cli/template_project/<app-name>/__init__.py
bloomerp/cli/template_project/<app-name>/admin.py
bloomerp/cli/template_project/<app-name>/apps.py
bloomerp/cli/template_project/<app-name>/migrations/__init__.py
bloomerp/cli/template_project/<app-name>/models/__init__.py
bloomerp/cli/template_project/<app-name>/models/sample.py
bloomerp/cli/template_project/<app-name>/views/__init__.py
bloomerp/cli/template_project/<app-name>/views/sample.py
bloomerp/cli/template_project/config/__init__.py
bloomerp/cli/template_project/config/asgi.py
bloomerp/cli/template_project/config/urls.py
bloomerp/cli/template_project/config/wsgi.py
bloomerp/cli/template_project/config/settings/__init__.py
bloomerp/cli/template_project/config/settings/base.py
bloomerp/cli/template_project/config/settings/bloomerp.py
bloomerp/components/bookmark.py
bloomerp/components/comments.py
bloomerp/components/detail_tabs_folder_modal.py
bloomerp/components/detail_tabs_preference.py
bloomerp/components/execute_sql_query.py
bloomerp/components/files.py
bloomerp/components/global_search.py
bloomerp/components/select _preference.py
bloomerp/components/sign_file.py
bloomerp/components/todos.py
bloomerp/components/access_control/preview_permissions_table.py
bloomerp/components/application_fields/filters.py
bloomerp/components/automation/render_workflow_node.py
bloomerp/components/bulk_actions/bulk_upload.py
bloomerp/components/document_templates/generate_document_template.py
bloomerp/components/layout/available_layout_items.py
bloomerp/components/layout/delete_layout_object.py
bloomerp/components/layout/render_layout_item.py
bloomerp/components/layout/save_layout_object.py
bloomerp/components/llm/ai_conversations.py
bloomerp/components/objects/bulk_update_objects.py
bloomerp/components/objects/crud_object.py
bloomerp/components/objects/dataview.py
bloomerp/components/objects/delete_object.py
bloomerp/components/objects/export.py
bloomerp/components/objects/field_display_options.py
bloomerp/components/objects/object_preview.py
bloomerp/components/objects/search_objects.py
bloomerp/components/project_management/create_todo.py
bloomerp/components/project_management/todos.py
bloomerp/components/workspaces/delete_workspace.py
bloomerp/components/workspaces/edit_workspace.py
bloomerp/components/workspaces/preview_workspace_tile.py
bloomerp/components/workspaces/share_workspace.py
bloomerp/components/workspaces/sidebar.py
bloomerp/config/__init__.py
bloomerp/config/definition.py
bloomerp/config/settings.py
bloomerp/config/validator.py
bloomerp/form_fields/__init__.py
bloomerp/form_fields/icon_field.py
bloomerp/form_fields/ordered_multiple_choice_field.py
bloomerp/forms/auth.py
bloomerp/forms/bulk_upload_form.py
bloomerp/forms/core.py
bloomerp/forms/document_templates.py
bloomerp/forms/layouts.py
bloomerp/forms/model_form.py
bloomerp/forms/sidebar.py
bloomerp/forms/widgets.py
bloomerp/forms/workspaces.py
bloomerp/management/commands/create_sdk.py
bloomerp/management/commands/get_urls.py
bloomerp/management/commands/save_application_fields.py
bloomerp/management/commands/validate_bloomerp.py
bloomerp/migrations/0001_initial.py
bloomerp/migrations/0002_workspace_single_module_context.py
bloomerp/migrations/0003_alter_aiconversation_created_by_and_more.py
bloomerp/migrations/0004_usercreateviewpreference_name_and_more.py
bloomerp/migrations/0005_alter_userlistviewpreference_unique_together_and_more.py
bloomerp/migrations/__init__.py
bloomerp/model_fields/code_field.py
bloomerp/model_fields/file_field.py
bloomerp/model_fields/icon_field.py
bloomerp/model_fields/status_field.py
bloomerp/model_fields/text_editor_field.py
bloomerp/model_fields/user_field.py
bloomerp/models/__init__.py
bloomerp/models/activity_log.py
bloomerp/models/application_field.py
bloomerp/models/base_bloomerp_model.py
bloomerp/models/definition.py
bloomerp/models/access_control/__init__.py
bloomerp/models/access_control/field_policy.py
bloomerp/models/access_control/policy.py
bloomerp/models/access_control/row_policy.py
bloomerp/models/access_control/row_policy_rule.py
bloomerp/models/automation/__init__.py
bloomerp/models/automation/workflow.py
bloomerp/models/automation/workflow_edge.py
bloomerp/models/automation/workflow_node.py
bloomerp/models/automation/workflow_run.py
bloomerp/models/communication/__init__.py
bloomerp/models/communication/comment.py
bloomerp/models/communication/mention.py
bloomerp/models/communication/message.py
bloomerp/models/communication/signature_request.py
bloomerp/models/document_templates/__init__.py
bloomerp/models/document_templates/document_tempate_styling.py
bloomerp/models/document_templates/document_template.py
bloomerp/models/document_templates/document_template_free_variable.py
bloomerp/models/document_templates/document_template_header.py
bloomerp/models/files/__init__.py
bloomerp/models/files/file.py
bloomerp/models/files/file_folder.py
bloomerp/models/llm/__init__.py
bloomerp/models/llm/ai_conversation.py
bloomerp/models/mixins/__init__.py
bloomerp/models/mixins/absolute_url_model_mixin.py
bloomerp/models/mixins/avatar_model_mixin.py
bloomerp/models/mixins/content_layout_model_mixin.py
bloomerp/models/mixins/string_search_model_mixin.py
bloomerp/models/mixins/timestamp_model_mixin.py
bloomerp/models/mixins/user_stamp_model_mixin.py
bloomerp/models/mixins/uuid_model_mixin.py
bloomerp/models/project_management/__init__.py
bloomerp/models/project_management/todo.py
bloomerp/models/project_management/todo_label.py
bloomerp/models/users/__init__.py
bloomerp/models/users/base_view_preference.py
bloomerp/models/users/bookmark.py
bloomerp/models/users/user.py
bloomerp/models/users/user_create_view_preference.py
bloomerp/models/users/user_detail_view_preference.py
bloomerp/models/users/user_list_view_preference.py
bloomerp/models/workspaces/__init__.py
bloomerp/models/workspaces/database_connection.py
bloomerp/models/workspaces/sidebar.py
bloomerp/models/workspaces/sidebar_item.py
bloomerp/models/workspaces/sql_query.py
bloomerp/models/workspaces/tile.py
bloomerp/models/workspaces/workspace.py
bloomerp/modules/__init__.py
bloomerp/modules/automation.py
bloomerp/modules/core.py
bloomerp/modules/definition.py
bloomerp/modules/misc.py
bloomerp/modules/users.py
bloomerp/sdk/base.py
bloomerp/sdk/javascript.py
bloomerp/sdk/python.py
bloomerp/sdk/typescript.py
bloomerp/serializers/access_control.py
bloomerp/services/__init__.py
bloomerp/services/bulk_services.py
bloomerp/services/create_view_services.py
bloomerp/services/detail_view_services.py
bloomerp/services/document_services.py
bloomerp/services/export_services.py
bloomerp/services/file_services.py
bloomerp/services/notification_services.py
bloomerp/services/object_services.py
bloomerp/services/one_to_many_field_services.py
bloomerp/services/permission_services.py
bloomerp/services/sectioned_layout_services.py
bloomerp/services/sql_services.py
bloomerp/services/user_services.py
bloomerp/services/workflow_services.py
bloomerp/services/workspace_services.py
bloomerp/signals/__init__.py
bloomerp/signals/automations.py
bloomerp/static/bloomerp/css/dist/styles.css
bloomerp/static/bloomerp/icons/add-circle.svg
bloomerp/static/bloomerp/icons/add.svg
bloomerp/static/bloomerp/icons/ai.svg
bloomerp/static/bloomerp/icons/alt-arrow-right.svg
bloomerp/static/bloomerp/icons/archive.svg
bloomerp/static/bloomerp/icons/arrow-right.svg
bloomerp/static/bloomerp/icons/bell.svg
bloomerp/static/bloomerp/icons/bookmark-filled.svg
bloomerp/static/bloomerp/icons/bookmark.svg
bloomerp/static/bloomerp/icons/chat-line.svg
bloomerp/static/bloomerp/icons/chat-round.svg
bloomerp/static/bloomerp/icons/clipboard-list.svg
bloomerp/static/bloomerp/icons/clipboard.svg
bloomerp/static/bloomerp/icons/close.svg
bloomerp/static/bloomerp/icons/code.svg
bloomerp/static/bloomerp/icons/database.svg
bloomerp/static/bloomerp/icons/delete.svg
bloomerp/static/bloomerp/icons/dots.svg
bloomerp/static/bloomerp/icons/download.svg
bloomerp/static/bloomerp/icons/edit.svg
bloomerp/static/bloomerp/icons/editor-text.svg
bloomerp/static/bloomerp/icons/eye.svg
bloomerp/static/bloomerp/icons/file.svg
bloomerp/static/bloomerp/icons/filter.svg
bloomerp/static/bloomerp/icons/flag.svg
bloomerp/static/bloomerp/icons/folder.svg
bloomerp/static/bloomerp/icons/forward.svg
bloomerp/static/bloomerp/icons/html.svg
bloomerp/static/bloomerp/icons/info.svg
bloomerp/static/bloomerp/icons/insert-content.svg
bloomerp/static/bloomerp/icons/magic-stick.svg
bloomerp/static/bloomerp/icons/menu-dots.svg
bloomerp/static/bloomerp/icons/notebook.svg
bloomerp/static/bloomerp/icons/pen.svg
bloomerp/static/bloomerp/icons/refresh.svg
bloomerp/static/bloomerp/icons/settings.svg
bloomerp/static/bloomerp/icons/share.svg
bloomerp/static/bloomerp/icons/success.svg
bloomerp/static/bloomerp/icons/text-editor.svg
bloomerp/static/bloomerp/icons/text.svg
bloomerp/static/bloomerp/img/default-user.jpg
bloomerp/static/bloomerp/img/login-side-section.png
bloomerp/static/bloomerp/img/logo-touch-icon.png
bloomerp/static/bloomerp/img/logo.png
bloomerp/static/bloomerp/img/spinner.gif
bloomerp/static/bloomerp/js/htmx-download.js
bloomerp/static/bloomerp/js/llm.js
bloomerp/static/bloomerp/js/dist/Assistant-Bold.woff2
bloomerp/static/bloomerp/js/dist/Assistant-Medium.woff2
bloomerp/static/bloomerp/js/dist/Assistant-Regular.woff2
bloomerp/static/bloomerp/js/dist/Assistant-SemiBold.woff2
bloomerp/static/bloomerp/js/dist/Tableau10-B-NsZVaP.js
bloomerp/static/bloomerp/js/dist/Tableau10-B-NsZVaP.js.map
bloomerp/static/bloomerp/js/dist/_commonjs-dynamic-modules-TDtrdbi3.js
bloomerp/static/bloomerp/js/dist/_commonjs-dynamic-modules-TDtrdbi3.js.map
bloomerp/static/bloomerp/js/dist/ar-SA-G6X2FPQ2-CK2Gu2Y5.js
bloomerp/static/bloomerp/js/dist/ar-SA-G6X2FPQ2-CK2Gu2Y5.js.map
bloomerp/static/bloomerp/js/dist/arc-DaW-gdDM.js
bloomerp/static/bloomerp/js/dist/arc-DaW-gdDM.js.map
bloomerp/static/bloomerp/js/dist/array-BKyUJesY.js
bloomerp/static/bloomerp/js/dist/array-BKyUJesY.js.map
bloomerp/static/bloomerp/js/dist/az-AZ-76LH7QW2-CKmAwp1N.js
bloomerp/static/bloomerp/js/dist/az-AZ-76LH7QW2-CKmAwp1N.js.map
bloomerp/static/bloomerp/js/dist/bg-BG-XCXSNQG7-CWygTFku.js
bloomerp/static/bloomerp/js/dist/bg-BG-XCXSNQG7-CWygTFku.js.map
bloomerp/static/bloomerp/js/dist/blockDiagram-38ab4fdb-BBcDLEtG.js
bloomerp/static/bloomerp/js/dist/blockDiagram-38ab4fdb-BBcDLEtG.js.map
bloomerp/static/bloomerp/js/dist/bn-BD-2XOGV67Q-DuL68nNM.js
bloomerp/static/bloomerp/js/dist/bn-BD-2XOGV67Q-DuL68nNM.js.map
bloomerp/static/bloomerp/js/dist/c4Diagram-3d4e48cf-lpy0lBqf.js
bloomerp/static/bloomerp/js/dist/c4Diagram-3d4e48cf-lpy0lBqf.js.map
bloomerp/static/bloomerp/js/dist/ca-ES-6MX7JW3Y-B69sm8qr.js
bloomerp/static/bloomerp/js/dist/ca-ES-6MX7JW3Y-B69sm8qr.js.map
bloomerp/static/bloomerp/js/dist/channel-Ba5rdWwT.js
bloomerp/static/bloomerp/js/dist/channel-Ba5rdWwT.js.map
bloomerp/static/bloomerp/js/dist/classDiagram-70f12bd4-Bbcf2OzC.js
bloomerp/static/bloomerp/js/dist/classDiagram-70f12bd4-Bbcf2OzC.js.map
bloomerp/static/bloomerp/js/dist/classDiagram-v2-f2320105-B-2MSq9-.js
bloomerp/static/bloomerp/js/dist/classDiagram-v2-f2320105-B-2MSq9-.js.map
bloomerp/static/bloomerp/js/dist/clone-DrKFBTPT.js
bloomerp/static/bloomerp/js/dist/clone-DrKFBTPT.js.map
bloomerp/static/bloomerp/js/dist/createText-2e5e7dd3-KhyxJJnV.js
bloomerp/static/bloomerp/js/dist/createText-2e5e7dd3-KhyxJJnV.js.map
bloomerp/static/bloomerp/js/dist/cs-CZ-2BRQDIVT-BCanBcxR.js
bloomerp/static/bloomerp/js/dist/cs-CZ-2BRQDIVT-BCanBcxR.js.map
bloomerp/static/bloomerp/js/dist/da-DK-5WZEPLOC-Di_u1pON.js
bloomerp/static/bloomerp/js/dist/da-DK-5WZEPLOC-Di_u1pON.js.map
bloomerp/static/bloomerp/js/dist/de-DE-XR44H4JA-DtEHufg9.js
bloomerp/static/bloomerp/js/dist/de-DE-XR44H4JA-DtEHufg9.js.map
bloomerp/static/bloomerp/js/dist/directory-open-01563666-DWU9wJ6I.js
bloomerp/static/bloomerp/js/dist/directory-open-01563666-DWU9wJ6I.js.map
bloomerp/static/bloomerp/js/dist/directory-open-4ed118d0-CunoC1EB.js
bloomerp/static/bloomerp/js/dist/directory-open-4ed118d0-CunoC1EB.js.map
bloomerp/static/bloomerp/js/dist/edges-e0da2a9e-jmO6-aAj.js
bloomerp/static/bloomerp/js/dist/edges-e0da2a9e-jmO6-aAj.js.map
bloomerp/static/bloomerp/js/dist/el-GR-BZB4AONW-B3ooA35P.js
bloomerp/static/bloomerp/js/dist/el-GR-BZB4AONW-B3ooA35P.js.map
bloomerp/static/bloomerp/js/dist/erDiagram-9861fffd-4aFK3gLr.js
bloomerp/static/bloomerp/js/dist/erDiagram-9861fffd-4aFK3gLr.js.map
bloomerp/static/bloomerp/js/dist/es-ES-U4NZUMDT-C89vbhXk.js
bloomerp/static/bloomerp/js/dist/es-ES-U4NZUMDT-C89vbhXk.js.map
bloomerp/static/bloomerp/js/dist/eu-ES-A7QVB2H4-DAS3HNcb.js
bloomerp/static/bloomerp/js/dist/eu-ES-A7QVB2H4-DAS3HNcb.js.map
bloomerp/static/bloomerp/js/dist/ext-language_tools-VvI1RQQ9.js
bloomerp/static/bloomerp/js/dist/ext-language_tools-VvI1RQQ9.js.map
bloomerp/static/bloomerp/js/dist/fa-IR-HGAKTJCU-DppGf8_q.js
bloomerp/static/bloomerp/js/dist/fa-IR-HGAKTJCU-DppGf8_q.js.map
bloomerp/static/bloomerp/js/dist/fi-FI-Z5N7JZ37-uilqd2NJ.js
bloomerp/static/bloomerp/js/dist/fi-FI-Z5N7JZ37-uilqd2NJ.js.map
bloomerp/static/bloomerp/js/dist/file-open-002ab408-DIuFHtCF.js
bloomerp/static/bloomerp/js/dist/file-open-002ab408-DIuFHtCF.js.map
bloomerp/static/bloomerp/js/dist/file-open-7c801643-684qeFg4.js
bloomerp/static/bloomerp/js/dist/file-open-7c801643-684qeFg4.js.map
bloomerp/static/bloomerp/js/dist/file-save-3189631c-C1wFhQhH.js
bloomerp/static/bloomerp/js/dist/file-save-3189631c-C1wFhQhH.js.map
bloomerp/static/bloomerp/js/dist/file-save-745eba88-Bb9F9Kg7.js
bloomerp/static/bloomerp/js/dist/file-save-745eba88-Bb9F9Kg7.js.map
bloomerp/static/bloomerp/js/dist/flowDb-956e92f1-3zMuB-v2.js
bloomerp/static/bloomerp/js/dist/flowDb-956e92f1-3zMuB-v2.js.map
bloomerp/static/bloomerp/js/dist/flowDiagram-66a62f08-G-6kTyb1.js
bloomerp/static/bloomerp/js/dist/flowDiagram-66a62f08-G-6kTyb1.js.map
bloomerp/static/bloomerp/js/dist/flowDiagram-v2-96b9c2cf-Buk37fc7.js
bloomerp/static/bloomerp/js/dist/flowDiagram-v2-96b9c2cf-Buk37fc7.js.map
bloomerp/static/bloomerp/js/dist/flowchart-elk-definition-4a651766-0BoFZGh4.js
bloomerp/static/bloomerp/js/dist/flowchart-elk-definition-4a651766-0BoFZGh4.js.map
bloomerp/static/bloomerp/js/dist/fr-FR-RHASNOE6-CxpEXN3k.js
bloomerp/static/bloomerp/js/dist/fr-FR-RHASNOE6-CxpEXN3k.js.map
bloomerp/static/bloomerp/js/dist/ganttDiagram-c361ad54-DA78CZLA.js
bloomerp/static/bloomerp/js/dist/ganttDiagram-c361ad54-DA78CZLA.js.map
bloomerp/static/bloomerp/js/dist/gitGraphDiagram-72cf32ee-ubJgA-O8.js
bloomerp/static/bloomerp/js/dist/gitGraphDiagram-72cf32ee-ubJgA-O8.js.map
bloomerp/static/bloomerp/js/dist/gl-ES-HMX3MZ6V-Baj94Mgr.js
bloomerp/static/bloomerp/js/dist/gl-ES-HMX3MZ6V-Baj94Mgr.js.map
bloomerp/static/bloomerp/js/dist/graph-BJ8w43MV.js
bloomerp/static/bloomerp/js/dist/graph-BJ8w43MV.js.map
bloomerp/static/bloomerp/js/dist/he-IL-6SHJWFNN-DlWSA3CP.js
bloomerp/static/bloomerp/js/dist/he-IL-6SHJWFNN-DlWSA3CP.js.map
bloomerp/static/bloomerp/js/dist/hi-IN-IWLTKZ5I-DFtM_rbK.js
bloomerp/static/bloomerp/js/dist/hi-IN-IWLTKZ5I-DFtM_rbK.js.map
bloomerp/static/bloomerp/js/dist/hu-HU-A5ZG7DT2-DjJwQV6U.js
bloomerp/static/bloomerp/js/dist/hu-HU-A5ZG7DT2-DjJwQV6U.js.map
bloomerp/static/bloomerp/js/dist/id-ID-SAP4L64H-CNUZwcT-.js
bloomerp/static/bloomerp/js/dist/id-ID-SAP4L64H-CNUZwcT-.js.map
bloomerp/static/bloomerp/js/dist/image-blob-reduce.esm-D6s-rqMO.js
bloomerp/static/bloomerp/js/dist/image-blob-reduce.esm-D6s-rqMO.js.map
bloomerp/static/bloomerp/js/dist/index-3862675e-CnZunDFP.js
bloomerp/static/bloomerp/js/dist/index-3862675e-CnZunDFP.js.map
bloomerp/static/bloomerp/js/dist/index-ByP55a0-.js
bloomerp/static/bloomerp/js/dist/index-ByP55a0-.js.map
bloomerp/static/bloomerp/js/dist/infoDiagram-f8f76790-ssUZCNU_.js
bloomerp/static/bloomerp/js/dist/infoDiagram-f8f76790-ssUZCNU_.js.map
bloomerp/static/bloomerp/js/dist/init-Gi6I4Gst.js
bloomerp/static/bloomerp/js/dist/init-Gi6I4Gst.js.map
bloomerp/static/bloomerp/js/dist/it-IT-JPQ66NNP-B27GUTt2.js
bloomerp/static/bloomerp/js/dist/it-IT-JPQ66NNP-B27GUTt2.js.map
bloomerp/static/bloomerp/js/dist/ja-JP-DBVTYXUO-B8WamdbO.js
bloomerp/static/bloomerp/js/dist/ja-JP-DBVTYXUO-B8WamdbO.js.map
bloomerp/static/bloomerp/js/dist/journeyDiagram-49397b02-XNwXBdxQ.js
bloomerp/static/bloomerp/js/dist/journeyDiagram-49397b02-XNwXBdxQ.js.map
bloomerp/static/bloomerp/js/dist/kaa-6HZHGXH3-BBK7q2CG.js
bloomerp/static/bloomerp/js/dist/kaa-6HZHGXH3-BBK7q2CG.js.map
bloomerp/static/bloomerp/js/dist/kab-KAB-ZGHBKWFO-C6lcpCZh.js
bloomerp/static/bloomerp/js/dist/kab-KAB-ZGHBKWFO-C6lcpCZh.js.map
bloomerp/static/bloomerp/js/dist/katex-Cbg2ZdjV.js
bloomerp/static/bloomerp/js/dist/katex-Cbg2ZdjV.js.map
bloomerp/static/bloomerp/js/dist/kk-KZ-P5N5QNE5-B2VetCQo.js
bloomerp/static/bloomerp/js/dist/kk-KZ-P5N5QNE5-B2VetCQo.js.map
bloomerp/static/bloomerp/js/dist/km-KH-HSX4SM5Z-D1q5ygn9.js
bloomerp/static/bloomerp/js/dist/km-KH-HSX4SM5Z-D1q5ygn9.js.map
bloomerp/static/bloomerp/js/dist/ko-KR-MTYHY66A-CpZbuWOH.js
bloomerp/static/bloomerp/js/dist/ko-KR-MTYHY66A-CpZbuWOH.js.map
bloomerp/static/bloomerp/js/dist/ku-TR-6OUDTVRD-BNyUf0Bt.js
bloomerp/static/bloomerp/js/dist/ku-TR-6OUDTVRD-BNyUf0Bt.js.map
bloomerp/static/bloomerp/js/dist/layout-Dey6RYL_.js
bloomerp/static/bloomerp/js/dist/layout-Dey6RYL_.js.map
bloomerp/static/bloomerp/js/dist/line-B24sOtFj.js
bloomerp/static/bloomerp/js/dist/line-B24sOtFj.js.map
bloomerp/static/bloomerp/js/dist/linear-BkSjxDAM.js
bloomerp/static/bloomerp/js/dist/linear-BkSjxDAM.js.map
bloomerp/static/bloomerp/js/dist/lt-LT-XHIRWOB4-_zTqBu4S.js
bloomerp/static/bloomerp/js/dist/lt-LT-XHIRWOB4-_zTqBu4S.js.map
bloomerp/static/bloomerp/js/dist/lv-LV-5QDEKY6T-D3fddlas.js
bloomerp/static/bloomerp/js/dist/lv-LV-5QDEKY6T-D3fddlas.js.map
bloomerp/static/bloomerp/js/dist/main.css
bloomerp/static/bloomerp/js/dist/main.js
bloomerp/static/bloomerp/js/dist/main.js.map
bloomerp/static/bloomerp/js/dist/mindmap-definition-fc14e90a-_Ik9ImMw.js
bloomerp/static/bloomerp/js/dist/mindmap-definition-fc14e90a-_Ik9ImMw.js.map
bloomerp/static/bloomerp/js/dist/mode-css-D-OVArme.js
bloomerp/static/bloomerp/js/dist/mode-css-D-OVArme.js.map
bloomerp/static/bloomerp/js/dist/mode-html-QfHwmmzV.js
bloomerp/static/bloomerp/js/dist/mode-html-QfHwmmzV.js.map
bloomerp/static/bloomerp/js/dist/mode-javascript-z0IbjNXF.js
bloomerp/static/bloomerp/js/dist/mode-javascript-z0IbjNXF.js.map
bloomerp/static/bloomerp/js/dist/mode-json-Cn7l4vuz.js
bloomerp/static/bloomerp/js/dist/mode-json-Cn7l4vuz.js.map
bloomerp/static/bloomerp/js/dist/mode-python-DpO_9WT_.js
bloomerp/static/bloomerp/js/dist/mode-python-DpO_9WT_.js.map
bloomerp/static/bloomerp/js/dist/mode-sql-C8joBxoz.js
bloomerp/static/bloomerp/js/dist/mode-sql-C8joBxoz.js.map
bloomerp/static/bloomerp/js/dist/mr-IN-CRQNXWMA-mJGCdWNY.js
bloomerp/static/bloomerp/js/dist/mr-IN-CRQNXWMA-mJGCdWNY.js.map
bloomerp/static/bloomerp/js/dist/my-MM-5M5IBNSE-tCzE3wUe.js
bloomerp/static/bloomerp/js/dist/my-MM-5M5IBNSE-tCzE3wUe.js.map
bloomerp/static/bloomerp/js/dist/nb-NO-T6EIAALU-CcfIyzjM.js
bloomerp/static/bloomerp/js/dist/nb-NO-T6EIAALU-CcfIyzjM.js.map
bloomerp/static/bloomerp/js/dist/nl-NL-IS3SIHDZ-V3Y8eebu.js
bloomerp/static/bloomerp/js/dist/nl-NL-IS3SIHDZ-V3Y8eebu.js.map
bloomerp/static/bloomerp/js/dist/nn-NO-6E72VCQL-Cfqlut23.js
bloomerp/static/bloomerp/js/dist/nn-NO-6E72VCQL-Cfqlut23.js.map
bloomerp/static/bloomerp/js/dist/oc-FR-POXYY2M6-ohBwGZKH.js
bloomerp/static/bloomerp/js/dist/oc-FR-POXYY2M6-ohBwGZKH.js.map
bloomerp/static/bloomerp/js/dist/ordinal-Cboi1Yqb.js
bloomerp/static/bloomerp/js/dist/ordinal-Cboi1Yqb.js.map
bloomerp/static/bloomerp/js/dist/pa-IN-N4M65BXN-CBmdgeU2.js
bloomerp/static/bloomerp/js/dist/pa-IN-N4M65BXN-CBmdgeU2.js.map
bloomerp/static/bloomerp/js/dist/path-CbwjOpE9.js
bloomerp/static/bloomerp/js/dist/path-CbwjOpE9.js.map
bloomerp/static/bloomerp/js/dist/pica-BB6BlTPh.js
bloomerp/static/bloomerp/js/dist/pica-BB6BlTPh.js.map
bloomerp/static/bloomerp/js/dist/pieDiagram-8a3498a8-ykWXg0e6.js
bloomerp/static/bloomerp/js/dist/pieDiagram-8a3498a8-ykWXg0e6.js.map
bloomerp/static/bloomerp/js/dist/pl-PL-T2D74RX3-BJgiuUes.js
bloomerp/static/bloomerp/js/dist/pl-PL-T2D74RX3-BJgiuUes.js.map
bloomerp/static/bloomerp/js/dist/pt-BR-5N22H2LF-DlafgNui.js
bloomerp/static/bloomerp/js/dist/pt-BR-5N22H2LF-DlafgNui.js.map
bloomerp/static/bloomerp/js/dist/pt-PT-UZXXM6DQ-9tFdflGO.js
bloomerp/static/bloomerp/js/dist/pt-PT-UZXXM6DQ-9tFdflGO.js.map
bloomerp/static/bloomerp/js/dist/quadrantDiagram-120e2f19-60h8VhUL.js
bloomerp/static/bloomerp/js/dist/quadrantDiagram-120e2f19-60h8VhUL.js.map
bloomerp/static/bloomerp/js/dist/requirementDiagram-deff3bca-WIV3h0C3.js
bloomerp/static/bloomerp/js/dist/requirementDiagram-deff3bca-WIV3h0C3.js.map
bloomerp/static/bloomerp/js/dist/ro-RO-JPDTUUEW-D7CFGK5Y.js
bloomerp/static/bloomerp/js/dist/ro-RO-JPDTUUEW-D7CFGK5Y.js.map
bloomerp/static/bloomerp/js/dist/roundRect-2e6Pdbcn.js
bloomerp/static/bloomerp/js/dist/roundRect-2e6Pdbcn.js.map
bloomerp/static/bloomerp/js/dist/ru-RU-B4JR7IUQ--pPA0JjS.js
bloomerp/static/bloomerp/js/dist/ru-RU-B4JR7IUQ--pPA0JjS.js.map
bloomerp/static/bloomerp/js/dist/sankeyDiagram-04a897e0-Du6WxD-I.js
bloomerp/static/bloomerp/js/dist/sankeyDiagram-04a897e0-Du6WxD-I.js.map
bloomerp/static/bloomerp/js/dist/sequenceDiagram-704730f1-GcKlMTtP.js
bloomerp/static/bloomerp/js/dist/sequenceDiagram-704730f1-GcKlMTtP.js.map
bloomerp/static/bloomerp/js/dist/si-LK-N5RQ5JYF-C64FsAc5.js
bloomerp/static/bloomerp/js/dist/si-LK-N5RQ5JYF-C64FsAc5.js.map
bloomerp/static/bloomerp/js/dist/sk-SK-C5VTKIMK-aE0uH2SW.js
bloomerp/static/bloomerp/js/dist/sk-SK-C5VTKIMK-aE0uH2SW.js.map
bloomerp/static/bloomerp/js/dist/sl-SI-NN7IZMDC-Dph0kz_u.js
bloomerp/static/bloomerp/js/dist/sl-SI-NN7IZMDC-Dph0kz_u.js.map
bloomerp/static/bloomerp/js/dist/stateDiagram-587899a1-N4TLoQEY.js
bloomerp/static/bloomerp/js/dist/stateDiagram-587899a1-N4TLoQEY.js.map
bloomerp/static/bloomerp/js/dist/stateDiagram-v2-d93cdb3a-D_Yrr8Fl.js
bloomerp/static/bloomerp/js/dist/stateDiagram-v2-d93cdb3a-D_Yrr8Fl.js.map
bloomerp/static/bloomerp/js/dist/styles-6aaf32cf-Smyq2-dj.js
bloomerp/static/bloomerp/js/dist/styles-6aaf32cf-Smyq2-dj.js.map
bloomerp/static/bloomerp/js/dist/styles-9a916d00-B_AgfPKS.js
bloomerp/static/bloomerp/js/dist/styles-9a916d00-B_AgfPKS.js.map
bloomerp/static/bloomerp/js/dist/styles-c10674c1-BkQljQuy.js
bloomerp/static/bloomerp/js/dist/styles-c10674c1-BkQljQuy.js.map
bloomerp/static/bloomerp/js/dist/subset-shared.chunk-CDXhA_Wq.js
bloomerp/static/bloomerp/js/dist/subset-shared.chunk-CDXhA_Wq.js.map
bloomerp/static/bloomerp/js/dist/subset-worker.chunk-DU1iOD2Y.js
bloomerp/static/bloomerp/js/dist/subset-worker.chunk-DU1iOD2Y.js.map
bloomerp/static/bloomerp/js/dist/sv-SE-XGPEYMSR-C7sC_7mW.js
bloomerp/static/bloomerp/js/dist/sv-SE-XGPEYMSR-C7sC_7mW.js.map
bloomerp/static/bloomerp/js/dist/svgDrawCommon-08f97a94-CigDLztM.js
bloomerp/static/bloomerp/js/dist/svgDrawCommon-08f97a94-CigDLztM.js.map
bloomerp/static/bloomerp/js/dist/ta-IN-2NMHFXQM-DFFiee37.js
bloomerp/static/bloomerp/js/dist/ta-IN-2NMHFXQM-DFFiee37.js.map
bloomerp/static/bloomerp/js/dist/th-TH-HPSO5L25-4Wno9YgB.js
bloomerp/static/bloomerp/js/dist/th-TH-HPSO5L25-4Wno9YgB.js.map
bloomerp/static/bloomerp/js/dist/theme-chrome-DJhsRuk2.js
bloomerp/static/bloomerp/js/dist/theme-chrome-DJhsRuk2.js.map
bloomerp/static/bloomerp/js/dist/timeline-definition-85554ec2-CW5L4AdV.js
bloomerp/static/bloomerp/js/dist/timeline-definition-85554ec2-CW5L4AdV.js.map
bloomerp/static/bloomerp/js/dist/tr-TR-DEFEU3FU-CtRCfv3G.js
bloomerp/static/bloomerp/js/dist/tr-TR-DEFEU3FU-CtRCfv3G.js.map
bloomerp/static/bloomerp/js/dist/uk-UA-QMV73CPH-C_gySul2.js
bloomerp/static/bloomerp/js/dist/uk-UA-QMV73CPH-C_gySul2.js.map
bloomerp/static/bloomerp/js/dist/vi-VN-M7AON7JQ-DhAxvLha.js
bloomerp/static/bloomerp/js/dist/vi-VN-M7AON7JQ-DhAxvLha.js.map
bloomerp/static/bloomerp/js/dist/xychartDiagram-e933f94c-8tQw0CB3.js
bloomerp/static/bloomerp/js/dist/xychartDiagram-e933f94c-8tQw0CB3.js.map
bloomerp/static/bloomerp/js/dist/zh-CN-LNUGB5OW-BXqXStir.js
bloomerp/static/bloomerp/js/dist/zh-CN-LNUGB5OW-BXqXStir.js.map
bloomerp/static/bloomerp/js/dist/zh-HK-E62DVLB3-5ytNjPYj.js
bloomerp/static/bloomerp/js/dist/zh-HK-E62DVLB3-5ytNjPYj.js.map
bloomerp/static/bloomerp/js/dist/zh-TW-RAJ6MFWO-Cjr-rcDc.js
bloomerp/static/bloomerp/js/dist/zh-TW-RAJ6MFWO-Cjr-rcDc.js.map
bloomerp/static/bloomerp/vendor/fontawesome/css/all.min.css
bloomerp/static/bloomerp/vendor/fontawesome/webfonts/fa-brands-400.woff2
bloomerp/static/bloomerp/vendor/fontawesome/webfonts/fa-regular-400.woff2
bloomerp/static/bloomerp/vendor/fontawesome/webfonts/fa-solid-900.woff2
bloomerp/static/bloomerp/vendor/fontawesome/webfonts/fa-v4compatibility.woff2
bloomerp/static/css/dist/styles.css
bloomerp/static_src/node_modules/katex/src/fonts/generate_fonts.py
bloomerp/static_src/node_modules/katex/src/metrics/extract_tfms.py
bloomerp/static_src/node_modules/katex/src/metrics/extract_ttfs.py
bloomerp/static_src/node_modules/katex/src/metrics/format_json.py
bloomerp/static_src/node_modules/katex/src/metrics/parse_tfm.py
bloomerp/static_src/node_modules/shell-quote/print.py
bloomerp/tasks/__init__.py
bloomerp/tasks/base.py
bloomerp/tasks/bulk_upload_task.py
bloomerp/templates/403.html
bloomerp/templates/base_wizard.html
bloomerp/templates/bloomerp_base.html
bloomerp/templates/bloomerp_htmx_base_view.html
bloomerp/templates/create_website.html
bloomerp/templates/htmx_addendum.html
bloomerp/templates/access_control_views/policy_list.html
bloomerp/templates/access_control_views/manage_permissions/wizard_global_permissions.html
bloomerp/templates/access_control_views/manage_permissions/wizard_object_access_control.html
bloomerp/templates/access_control_views/manage_permissions/wizard_policy_details.html
bloomerp/templates/auth_views/login_view.html
bloomerp/templates/auth_views/password_reset_done_view.html
bloomerp/templates/auth_views/password_reset_view.html
bloomerp/templates/auth_views/profile_overview.html
bloomerp/templates/auth_views/profile_password_reset.html
bloomerp/templates/components/bookmark.html
bloomerp/templates/components/bulk_update_objects.html
bloomerp/templates/components/bulk_upload_table.html
bloomerp/templates/components/comments.html
bloomerp/templates/components/execute_sql_query.html
bloomerp/templates/components/fk_search_results.html
bloomerp/templates/components/generate_document_template.html
bloomerp/templates/components/global_search.html
bloomerp/templates/components/object_model_form.html
bloomerp/templates/components/preview_document_template.html
bloomerp/templates/components/search_results.html
bloomerp/templates/components/select_preference.html
bloomerp/templates/components/test_cotton_component.html
bloomerp/templates/components/todos.html
bloomerp/templates/components/workspace_widget.html
bloomerp/templates/components/access_control/preview_permissions_table.html
bloomerp/templates/components/access_control/row_policy.html
bloomerp/templates/components/application_fields/lookup_operators.html
bloomerp/templates/components/application_fields/value_input.html
bloomerp/templates/components/automation/render_workflow_node.html
bloomerp/templates/components/bulk_actions/bulk_template_form.html
bloomerp/templates/components/detail_tabs/folder_modal_form.html
bloomerp/templates/components/files/browser.html
bloomerp/templates/components/filters/advanced_lookup.html
bloomerp/templates/components/filters/init.html
bloomerp/templates/components/filters/related_fields_select.html
bloomerp/templates/components/layouts/available_items.html
bloomerp/templates/components/llm/ai_conversation.html
bloomerp/templates/components/llm/ai_conversations.html
bloomerp/templates/components/objects/dataview.html
bloomerp/templates/components/objects/object_preview.html
bloomerp/templates/components/objects/search_results.html
bloomerp/templates/components/project_management/create_todo.html
bloomerp/templates/components/project_management/todos.html
bloomerp/templates/components/sidebar/content.html
bloomerp/templates/components/sidebar/select_sidebar_items.html
bloomerp/templates/components/workspaces/delete_workspace.html
bloomerp/templates/components/workspaces/edit_workspace.html
bloomerp/templates/components/workspaces/preview_workspace_tile.html
bloomerp/templates/components/workspaces/render_workspace_tile.html
bloomerp/templates/components/workspaces/share_workspace.html
bloomerp/templates/components/workspaces/tile_builders/analytics_tile_builder.html
bloomerp/templates/components/workspaces/tile_builders/dataview_tile_builder.html
bloomerp/templates/components/workspaces/tile_builders/default_tile_builder.html
bloomerp/templates/components/workspaces/tile_builders/links_tile_builder.html
bloomerp/templates/components/workspaces/tile_builders/text_tile_builder.html
bloomerp/templates/cotton/blocktrans.html
bloomerp/templates/cotton/footer.html
bloomerp/templates/cotton/select_preference_button.html
bloomerp/templates/cotton/trans.html
bloomerp/templates/cotton/website_builder.html
bloomerp/templates/cotton/workflow.html
bloomerp/templates/cotton/comments/comment.html
bloomerp/templates/cotton/comments/container.html
bloomerp/templates/cotton/header/header.html
bloomerp/templates/cotton/icons/add.html
bloomerp/templates/cotton/icons/ai.html
bloomerp/templates/cotton/icons/arrow_left.html
bloomerp/templates/cotton/icons/arrow_right.html
bloomerp/templates/cotton/icons/base_icon.html
bloomerp/templates/cotton/icons/bookmark.html
bloomerp/templates/cotton/icons/bookmark_fill.html
bloomerp/templates/cotton/icons/calendar.html
bloomerp/templates/cotton/icons/chart.html
bloomerp/templates/cotton/icons/chat.html
bloomerp/templates/cotton/icons/check.svg
bloomerp/templates/cotton/icons/chevron_left.html
bloomerp/templates/cotton/icons/chevron_right.html
bloomerp/templates/cotton/icons/close.html
bloomerp/templates/cotton/icons/collapse.svg
bloomerp/templates/cotton/icons/copy.svg
bloomerp/templates/cotton/icons/delete.html
bloomerp/templates/cotton/icons/download.svg
bloomerp/templates/cotton/icons/drag.svg
bloomerp/templates/cotton/icons/edit.html
bloomerp/templates/cotton/icons/email.svg
bloomerp/templates/cotton/icons/error.html
bloomerp/templates/cotton/icons/expand.html
bloomerp/templates/cotton/icons/external_link.svg
bloomerp/templates/cotton/icons/eye.html
bloomerp/templates/cotton/icons/file.svg
bloomerp/templates/cotton/icons/filter.html
bloomerp/templates/cotton/icons/folder.svg
bloomerp/templates/cotton/icons/fullscreen.html
bloomerp/templates/cotton/icons/gant.html
bloomerp/templates/cotton/icons/help.svg
bloomerp/templates/cotton/icons/home.svg
bloomerp/templates/cotton/icons/info.svg
bloomerp/templates/cotton/icons/kanban.html
bloomerp/templates/cotton/icons/lines_horizontal.html
bloomerp/templates/cotton/icons/list.html
bloomerp/templates/cotton/icons/list.svg
bloomerp/templates/cotton/icons/lock.svg
bloomerp/templates/cotton/icons/logout.svg
bloomerp/templates/cotton/icons/map.svg
bloomerp/templates/cotton/icons/menu.svg
bloomerp/templates/cotton/icons/message.svg
bloomerp/templates/cotton/icons/notification.svg
bloomerp/templates/cotton/icons/page_type.html
bloomerp/templates/cotton/icons/pivot_table.html
bloomerp/templates/cotton/icons/plus.html
bloomerp/templates/cotton/icons/plus_circle.html
bloomerp/templates/cotton/icons/refresh.svg
bloomerp/templates/cotton/icons/save.svg
bloomerp/templates/cotton/icons/scroll.html
bloomerp/templates/cotton/icons/search.svg
bloomerp/templates/cotton/icons/settings.html
bloomerp/templates/cotton/icons/shield.svg
bloomerp/templates/cotton/icons/sidebar_right.html
bloomerp/templates/cotton/icons/sidebar_right_selected.html
bloomerp/templates/cotton/icons/sort.html
bloomerp/templates/cotton/icons/sort.svg
bloomerp/templates/cotton/icons/spinner.svg
bloomerp/templates/cotton/icons/table.svg
bloomerp/templates/cotton/icons/tags.svg
bloomerp/templates/cotton/icons/three_dots.html
bloomerp/templates/cotton/icons/todo.html
bloomerp/templates/cotton/icons/unlock.svg
bloomerp/templates/cotton/icons/upload.svg
bloomerp/templates/cotton/icons/user.svg
bloomerp/templates/cotton/icons/zoom_in.svg
bloomerp/templates/cotton/icons/zoom_out.svg
bloomerp/templates/cotton/layout/container.html
bloomerp/templates/cotton/sidebar/body.html
bloomerp/templates/cotton/sidebar/dropdown_list_container.html
bloomerp/templates/cotton/sidebar/dropdown_section.html
bloomerp/templates/cotton/sidebar/item.html
bloomerp/templates/cotton/ui/avatar.html
bloomerp/templates/cotton/ui/container.html
bloomerp/templates/cotton/ui/drawer.html
bloomerp/templates/cotton/ui/message.html
bloomerp/templates/cotton/ui/modal.html
bloomerp/templates/cotton/ui/modal_button.html
bloomerp/templates/cotton/ui/shortcut_tooltip.html
bloomerp/templates/cotton/ui/steps.html
bloomerp/templates/cotton/ui/tooltip.html
bloomerp/templates/cotton/ui/breadcrumb/body.html
bloomerp/templates/cotton/ui/breadcrumb/item.html
bloomerp/templates/cotton/ui/data_view/actions.html
bloomerp/templates/cotton/ui/data_view/calendar.html
bloomerp/templates/cotton/ui/data_view/card.html
bloomerp/templates/cotton/ui/data_view/display_options.html
bloomerp/templates/cotton/ui/data_view/gant_chart.html
bloomerp/templates/cotton/ui/data_view/kanban.html
bloomerp/templates/cotton/ui/data_view/pivot_table.html
bloomerp/templates/cotton/ui/data_view/table.html
bloomerp/templates/cotton/ui/data_view/options/select.html
bloomerp/templates/cotton/ui/dropdown/README.md
bloomerp/templates/cotton/ui/dropdown/body.html
bloomerp/templates/cotton/ui/dropdown/divider.html
bloomerp/templates/cotton/ui/dropdown/item.html
bloomerp/templates/cotton/ui/dropdown/submenu.html
bloomerp/templates/cotton/ui/dropdown/title.html
bloomerp/templates/cotton/ui/inputs/dropdown_input.html
bloomerp/templates/cotton/ui/inputs/permissions.html
bloomerp/templates/cotton/ui/inputs/sql_query_editor.html
bloomerp/templates/cotton/ui/inputs/text_editor.html
bloomerp/templates/cotton/ui/inputs/selectable_cards/container.html
bloomerp/templates/cotton/ui/inputs/selectable_cards/item.html
bloomerp/templates/cotton/ui/menu/container.html
bloomerp/templates/cotton/ui/menu/item.html
bloomerp/templates/cotton/ui/search_section/container.html
bloomerp/templates/cotton/ui/tabs/container.html
bloomerp/templates/cotton/ui/tabs/item.html
bloomerp/templates/cotton/ui/text/help_text.html
bloomerp/templates/cotton/ui/text/label.html
bloomerp/templates/cotton/ui/text/muted.html
bloomerp/templates/cotton/ui/text/subtitle.html
bloomerp/templates/cotton/ui/text/text.html
bloomerp/templates/cotton/ui/text/title.html
bloomerp/templates/cotton/workspaces/container.html
bloomerp/templates/cotton/workspaces/preview_tile_container.html
bloomerp/templates/cotton/workspaces/tile.html
bloomerp/templates/cotton/workspaces/tiles/canvas.html
bloomerp/templates/cotton/workspaces/tiles/kpi.html
bloomerp/templates/cotton/workspaces/tiles/link.html
bloomerp/templates/cotton/workspaces/tiles/pie_chart.html
bloomerp/templates/cotton/workspaces/tiles/table.html
bloomerp/templates/cotton/workspaces/tiles/text.html
bloomerp/templates/cotton/workspaces/tiles/two_dim_chart.html
bloomerp/templates/create_views/bloomerp_base_wizard_create_view.html
bloomerp/templates/create_views/bloomerp_create_view.html
bloomerp/templates/delete_views/bloomerp_delete_view.html
bloomerp/templates/detail_views/bloomerp_base_detail_view.html
bloomerp/templates/detail_views/bloomerp_detail_activity_view.html
bloomerp/templates/detail_views/bloomerp_detail_comments_view.html
bloomerp/templates/detail_views/bloomerp_detail_files_view.html
bloomerp/templates/detail_views/bloomerp_detail_m2m_view.html
bloomerp/templates/detail_views/bloomerp_detail_overview_view.html
bloomerp/templates/detail_views/bloomerp_foreign_relationship_view.html
bloomerp/templates/detail_views/snippets/card_header.html
bloomerp/templates/detail_views/snippets/post_comment_snippet.html
bloomerp/templates/document_template_views/bloomerp_detail_document_generator_view.html
bloomerp/templates/document_template_views/bloomerp_document_template_editor_view.html
bloomerp/templates/document_template_views/bloomerp_document_template_generate_view.html
bloomerp/templates/document_template_views/bloomerp_document_template_generated_documents_view.html
bloomerp/templates/document_template_views/bloomerp_document_template_list_view.html
bloomerp/templates/inclusion_tags/dataview_value.html
bloomerp/templates/inclusion_tags/layout_field.html
bloomerp/templates/inclusion_tags/object_preview_value.html
bloomerp/templates/list_views/bloomerp_bookmarks_view.html
bloomerp/templates/list_views/bloomerp_file_list_view.html
bloomerp/templates/list_views/bloomerp_list_view.html
bloomerp/templates/list_views/bulk_upload_wizard/confirm_step.html
bloomerp/templates/list_views/bulk_upload_wizard/review_field.html
bloomerp/templates/list_views/bulk_upload_wizard/review_step.html
bloomerp/templates/list_views/bulk_upload_wizard/upload_step.html
bloomerp/templates/list_views/snippets/filter_dropdown.html
bloomerp/templates/mixins/bloomerp_layout_form_mixin.html
bloomerp/templates/snippets/403.html
bloomerp/templates/snippets/avatar.html
bloomerp/templates/snippets/form_snippet.html
bloomerp/templates/snippets/head.html
bloomerp/templates/snippets/llm_modal_snippet.html
bloomerp/templates/snippets/signature_snippet.html
bloomerp/templates/snippets/vite_bundle.html
bloomerp/templates/tailwind/display_form.html
bloomerp/templates/tailwind/errors.html
bloomerp/templates/tailwind/errors_formset.html
bloomerp/templates/tailwind/field.html
bloomerp/templates/tailwind/inputs.html
bloomerp/templates/tailwind/table_inline_formset.html
bloomerp/templates/tailwind/uni_form.html
bloomerp/templates/tailwind/uni_formset.html
bloomerp/templates/tailwind/whole_uni_form.html
bloomerp/templates/tailwind/whole_uni_formset.html
bloomerp/templates/tailwind/layout/alert.html
bloomerp/templates/tailwind/layout/attrs.html
bloomerp/templates/tailwind/layout/baseinput.html
bloomerp/templates/tailwind/layout/button.html
bloomerp/templates/tailwind/layout/buttonholder.html
bloomerp/templates/tailwind/layout/checkboxselectmultiple.html
bloomerp/templates/tailwind/layout/checkboxselectmultiple_inline.html
bloomerp/templates/tailwind/layout/column.html
bloomerp/templates/tailwind/layout/div.html
bloomerp/templates/tailwind/layout/field_errors.html
bloomerp/templates/tailwind/layout/field_errors_block.html
bloomerp/templates/tailwind/layout/field_with_buttons.html
bloomerp/templates/tailwind/layout/fieldset.html
bloomerp/templates/tailwind/layout/formactions.html
bloomerp/templates/tailwind/layout/help_text.html
bloomerp/templates/tailwind/layout/help_text_and_errors.html
bloomerp/templates/tailwind/layout/inline_field.html
bloomerp/templates/tailwind/layout/prepended_appended_text.html
bloomerp/templates/tailwind/layout/radioselect.html
bloomerp/templates/tailwind/layout/radioselect_inline.html
bloomerp/templates/tailwind/layout/row.html
bloomerp/templates/tailwind/layout/select.html
bloomerp/templates/tailwind/layout/select_option.html
bloomerp/templates/user_views/inbox_view.html
bloomerp/templates/user_views/new_password_done_view.html
bloomerp/templates/user_views/new_password_view.html
bloomerp/templates/user_views/notification_setting_view.html
bloomerp/templates/user_views/snippets/user_content_type_selection_snippet.html
bloomerp/templates/utils/blank_form.html
bloomerp/templates/utils/template_and_message.html
bloomerp/templates/widgets/bloomerp_file_field_widget.html
bloomerp/templates/widgets/code_editor_widget.html
bloomerp/templates/widgets/foreign_field_widget.html
bloomerp/templates/widgets/icon_picker_widget.html
bloomerp/templates/widgets/one_to_many_field_widget.html
bloomerp/templates/widgets/ordered_field_select_widget.html
bloomerp/templates/widgets/rich_text_editor_widget.html
bloomerp/templates/widgets/tiny_mce_text_editor_widget.html
bloomerp/templates/workspace_views/bloomerp_home_view.html
bloomerp/templates/workspace_views/bloomerp_workspace_view.html
bloomerp/templates/workspace_views/create_workspace_view.html
bloomerp/templates/workspace_views/my_workspaces_view.html
bloomerp/templates/workspace_views/create_tile_wizard/1.html
bloomerp/templates/workspace_views/create_tile_wizard/create_tile.html
bloomerp/templates/workspace_views/create_tile_wizard/create_tile_analytics_builder.html
bloomerp/templates/workspace_views/create_tile_wizard/create_tile_final_config.html
bloomerp/templates/workspace_views/create_tile_wizard/create_tile_select_query.html
bloomerp/templates/workspace_views/create_tile_wizard/create_tile_select_type.html
bloomerp/templates/workspace_views/create_tile_wizard/create_tile_type_config.html
bloomerp/templatetags/bloomerp.py
bloomerp/templatetags/bloomerp_ui.py
bloomerp/templatetags/globals.py
bloomerp/utils/api.py
bloomerp/utils/document_templates.py
bloomerp/utils/encryption.py
bloomerp/utils/filters.py
bloomerp/utils/model_io.py
bloomerp/utils/models.py
bloomerp/utils/pdf.py
bloomerp/utils/realtime.py
bloomerp/utils/requests.py
bloomerp/utils/sql.py
bloomerp/utils/urls.py
bloomerp/views/__init__.py
bloomerp/views/auth.py
bloomerp/views/base.py
bloomerp/views/access_control/manage_permissions.py
bloomerp/views/access_control/policy_list.py
bloomerp/views/access_control/update.py
bloomerp/views/api/__init__.py
bloomerp/views/api/access_control.py
bloomerp/views/api/api_views.py
bloomerp/views/api/auth.py
bloomerp/views/api/workflow_webhook.py
bloomerp/views/api/sql/__init__.py
bloomerp/views/api/sql/accessible_tables.py
bloomerp/views/api/sql/queries.py
bloomerp/views/core/__init__.py
bloomerp/views/core/bookmarks.py
bloomerp/views/core/bulk_upload.py
bloomerp/views/core/create_view.py
bloomerp/views/core/detail_comments.py
bloomerp/views/core/file_list.py
bloomerp/views/core/list_view.py
bloomerp/views/detail/__init__.py
bloomerp/views/detail/access_control.py
bloomerp/views/detail/activity_log.py
bloomerp/views/detail/base_detail.py
bloomerp/views/detail/comments.py
bloomerp/views/detail/delete_view.py
bloomerp/views/detail/files.py
bloomerp/views/detail/foreign_relationship.py
bloomerp/views/detail/overview.py
bloomerp/views/document_templates/__init__.py
bloomerp/views/document_templates/document_template_editor.py
bloomerp/views/document_templates/generate_document_template.py
bloomerp/views/document_templates/generate_document_template_for_model.py
bloomerp/views/document_templates/generated_document_template_list.py
bloomerp/views/mixins/__init__.py
bloomerp/views/mixins/conditional_staff_required_mixin.py
bloomerp/views/mixins/htmx_mixin.py
bloomerp/views/mixins/layout_form_mixin.py
bloomerp/views/mixins/model_context_mixin.py
bloomerp/views/mixins/model_form_view_mixin.py
bloomerp/views/mixins/wizard_mixin.py
bloomerp/views/user/__init__.py
bloomerp/views/user/admin_reset_password.py
bloomerp/views/user/create_user.py
bloomerp/views/user/inbox.py
bloomerp/views/user/profile.py
bloomerp/views/user/reset_password.py
bloomerp/views/website_builder/create_website.py
bloomerp/views/workspace/base_workspace_view.py
bloomerp/views/workspace/create_tile.py
bloomerp/views/workspace/create_workspace.py
bloomerp/views/workspace/home.py
bloomerp/views/workspace/module_home.py
bloomerp/views/workspace/my_workspaces.py
bloomerp/views/workspace/workspace.py
bloomerp/widgets/__init__.py
bloomerp/widgets/code_editor_widget.py
bloomerp/widgets/file_field_widget.py
bloomerp/widgets/foreign_field_widget.py
bloomerp/widgets/icon_picker_widget.py
bloomerp/widgets/one_to_many_field_widget.py
bloomerp/widgets/ordered_field_select_widget.py
bloomerp/widgets/select_widget.py
bloomerp/widgets/text_editor.py
bloomerp/workspaces/base.py
bloomerp/workspaces/orchestrator.py
bloomerp/workspaces/tiles.py
bloomerp/workspaces/analytics_tile/__init__.py
bloomerp/workspaces/analytics_tile/kpi.py
bloomerp/workspaces/analytics_tile/map.py
bloomerp/workspaces/analytics_tile/model.py
bloomerp/workspaces/analytics_tile/pie_chart.py
bloomerp/workspaces/analytics_tile/pivot_table.py
bloomerp/workspaces/analytics_tile/render.py
bloomerp/workspaces/analytics_tile/table.py
bloomerp/workspaces/analytics_tile/three_dim_chart.py
bloomerp/workspaces/analytics_tile/two_dim_chart.py
bloomerp/workspaces/analytics_tile/utils.py
bloomerp/workspaces/canvas_tile/__init__.py
bloomerp/workspaces/canvas_tile/model.py
bloomerp/workspaces/canvas_tile/render.py
bloomerp/workspaces/dataview_tile/__init__.py
bloomerp/workspaces/dataview_tile/form.py
bloomerp/workspaces/dataview_tile/model.py
bloomerp/workspaces/dataview_tile/render.py
bloomerp/workspaces/links_tile/__init__.py
bloomerp/workspaces/links_tile/model.py
bloomerp/workspaces/links_tile/render.py
bloomerp/workspaces/text_tile/__init__.py
bloomerp/workspaces/text_tile/model.py
bloomerp/workspaces/text_tile/render.py