endi 2025.5.2__tar.gz → 2025.5.4__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- endi-2025.5.4/CURRENT_VERSION +1 -0
- {endi-2025.5.2 → endi-2025.5.4}/PKG-INFO +1 -1
- endi-2025.5.4/caerp/alembic/versions/2025_5_3_reply_to_nullable_3fc875364294.py +68 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/controllers/state_managers/validation.py +28 -28
- {endi-2025.5.2 → endi-2025.5.4}/caerp/forms/jsonschema.py +1 -1
- {endi-2025.5.2 → endi-2025.5.4}/caerp/forms/tasks/payment.py +1 -6
- {endi-2025.5.2 → endi-2025.5.4}/caerp/models/smtp.py +3 -3
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/css/pdf.css +2 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/company.min.js +1 -1
- endi-2025.5.4/caerp/static/js/build/company_task_mentions.js +6 -0
- endi-2025.5.4/caerp/static/js/build/company_task_mentions.js.map +1 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/expense.js +7 -3
- endi-2025.5.4/caerp/static/js/build/expense.js.map +1 -0
- endi-2025.5.4/caerp/static/js/build/expense.min.js +1 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/smtp_settings.min.js +1 -1
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/task_payment.js +4 -3
- endi-2025.5.4/caerp/static/js/build/task_payment.js.map +1 -0
- endi-2025.5.4/caerp/static/js/build/task_payment.min.js +1 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/vendor-vue.js +177 -48
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/vendor-vue.js.map +1 -1
- endi-2025.5.4/caerp/static/js/build/vendor-vue.min.js +2 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/release_notes.json +36 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/expenses/admin_expenses.mako +3 -4
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/expenses/expenses.mako +3 -3
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/panels/task/pdf/content.mako +3 -3
- endi-2025.5.4/caerp/templates/panels/widgets/link.pt +8 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/payment.mako +6 -1
- {endi-2025.5.2 → endi-2025.5.4}/caerp/utils/sys_environment.py +1 -1
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/business/business.py +1 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/expenses/expense.py +13 -12
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/payment/invoice.py +14 -2
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/supply/invoices/views.py +1 -1
- {endi-2025.5.2 → endi-2025.5.4}/endi.egg-info/PKG-INFO +1 -1
- {endi-2025.5.2 → endi-2025.5.4}/endi.egg-info/SOURCES.txt +1 -0
- endi-2025.5.2/CURRENT_VERSION +0 -1
- endi-2025.5.2/caerp/static/js/build/company_task_mentions.js +0 -652
- endi-2025.5.2/caerp/static/js/build/company_task_mentions.js.map +0 -1
- endi-2025.5.2/caerp/static/js/build/expense.js.map +0 -1
- endi-2025.5.2/caerp/static/js/build/expense.min.js +0 -1
- endi-2025.5.2/caerp/static/js/build/task_payment.js.map +0 -1
- endi-2025.5.2/caerp/static/js/build/task_payment.min.js +0 -1
- endi-2025.5.2/caerp/static/js/build/vendor-vue.min.js +0 -2
- endi-2025.5.2/caerp/templates/panels/widgets/link.pt +0 -8
- {endi-2025.5.2 → endi-2025.5.4}/COPYRIGHT.txt +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/CURRENT_PACKAGE_NAME +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/LICENSE.txt +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/MANIFEST.in +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/README.rst +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/.pytest_cache/.gitignore +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/.pytest_cache/CACHEDIR.TAG +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/.pytest_cache/README.md +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/.pytest_cache/v/cache/stepwise +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/README +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/env.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/exceptions.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/script.py.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/utils.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/1_0_432d76e49a9c.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/1_1_3ffdda6a6fe6.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/1_2_1f548f8115e8.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/1_3_1902ba0cc2ac.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/1_4_2cc9251fb0bb.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/1_4_adding_polymorphic_i_3f52b6b0ed7c.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/1_4_ajout_du_statusperso_41116dd5c5c8.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/1_4_fiche_client_1dce987687aa.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/1_4_migration_des_factur_14b76f64614c.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/1_4_migration_du_code_cl_209c0f6d7620.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/1_4_renommage_des_colonn_1e7d7781a47b.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/1_4_taux_de_tva_par_1987a6d83e5f.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/1_5_address_field_on_23fd141c9484.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/1_5_champ_adresse_mu_70853b5576c.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/1_5_migrating_expens_362fc5306d54.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/1_5_migrating_financ_4a4eba558244.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/1_5_migrating_paymen_1f07ae132ac8.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/1_5_migrating_work_u_1212f113f03b.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/1_5_moving_manualinv_2a7a5275c441.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/1_5_multiple_client__1cc9ff114346.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/1_6_migrate_code_com_29299007fe7d.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/1_7_active_tag_2b29f533fdfc.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/1_7_add_compte_cg_to_4ce6b915de98.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/1_7_client_to_custom_3f746e901aa6.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/1_8_add_a_base_node__1ca3a6ef9c9d.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/1_8_add_session_id_t_1aa7e3b02b04.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/1_9_1_add_a_configur_1b3d5402f3e4.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/2024_2_0_ajout_categorie_expensetypes_7c3bc9b26029.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/2024_2_0_ajout_du_compte_client_sur_les_tva_e032a4187413.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/2024_2_0_ajoute_businessbpfdata_has_remote_f57584a7076f.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/2024_2_0_creation_et_deplacement_dispositif_et__303f11e5dbd4.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/2024_2_0_rend_certains_champs_de_businessbpfdata__c7f17be86e32.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/2024_2_0_supprime_de_trainerdata_les_champs_un__a389d617354b.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/2024_3_0_agrandit_saleproducttraining_gateways_12a5d42d5158.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/2024_3_0_ajout_d_un_display_details_au__783c93aea84d.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/2024_3_0_ajout_des_options_des_plan_de_paiement_947d347d3038.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/2024_3_0_ajout_file_is_signed_6f4275384863.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/2024_3_0_ajout_is_provision_modules_contrib__bc80db375bde.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/2024_3_0_ajoute_businesstype_coop_cgv_override_ed341fbf49e4.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/2024_3_0_business_colonne_visible_1b5ae0fd7e16.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/2024_3_0_champ_default_estimation_deposit_company_caf82c019a06.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/2024_3_0_codes_journaux_paiement_frns__f5d6f4b6c984.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/2024_3_0_coordonnees_geographiques_enseigne_9cb9b960cd52.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/2024_3_0_normalise_les_champs_de__381b37ecd573.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/2024_3_0_nouvelle_nomenclature_de_produits__58c1c52190b3.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/2024_3_0_ordonancement_des_champs_de_config_fad28b6bd362.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/2024_3_0_ordonancement_produits_4a6a17138d33.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/2024_3_0_ordre_mode_de_paiements_077f73d16a76.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/2024_3_0_supprime_basequaliopisaleproduct_free_1_00ceb1d68304.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/2024_3_0_supprime_saleproducttraining_price_6a40660273fa.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/2024_3_0_valeur_par_defaut_pour_fact__265b409ec218.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/2024_3_1_ajoute_seqnumber_key_et_force_unicite_e22f7bc4b1ca.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/2024_5_0_add_business_to_estimations_a30c7a922ec5.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/2024_5_0_ajout_d_un_champ_sur_les_notifications_2eb7be665f50.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/2024_5_0_association_access_rights_et_groups_1d03880a1ae3.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/2024_5_0_geninv_devis_facture_280eff27a43f.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/2024_5_0_migration_label_role_1ee600382694.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/2024_5_0_remove_task_acl_86b7c129d8a9.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/2024_5_0_role_predefinis_editable.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/2025_1_1_droits_acces_etats_gestion_enseignes_b987d67518eb.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/2025_5_0_ajout_business_type_forbid_self_validation_2afc8ac82521.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/2025_5_0_ajout_deposit_invoice_88700e5b4360.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/2025_5_0_ajout_sepa_transfer_id_4aef2193c0e9.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/2025_5_0_champs_relatifs_a_la_config_smtp_0cf0aaec7599.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/2025_5_0_float_dans_les_ecritures_et_supplier__8b17a86cbb9b.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/2025_5_0_iban_bic_user_et_tiers_f4e8e8beb2df.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/2025_5_0_suppression_de_company_bank_account_1fcb2b2e231e.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/2_0_add_codes_for_nd_b04de7c28.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/2_2_activity_status__15d4152bd5d6.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/2_3_1_2_3_1_header_and_logo_in_db_40c1f95213d0.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/2_3_1_add_userdatas_disabled_accounts_42c3d2634645.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/2_3_add_userdatas_591c8309dc2b.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/2_4_userdatas_is_node_46beb4c6f140.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/2_5_configurable_situation_1b94920692a3.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/2_7_1_add_columns_36b1d9c38c43.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/2_7_add_round_floor_577f50e908d1.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/2_7_migrate_table_datas_428f9d451e18.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/3_0_fix_missing_unities_54de05a93319.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/3_0_migrate_task_lines_2192101f133b.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/3_1_1_fix_competences_bdb7dd32c2c.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/3_1_1_move_to_filedepot_4cb8e3e01f36.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/3_1_2_statistics_relationship_480d66cbb4c4.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/3_1_ajout_bank_id_to_payments_59f05bb3051d.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/3_2_1_fix_payment_2_658e0f23ee2.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/3_2_1_fix_payment_3_18504ec02955.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/3_2_1_fix_payment_5_number_3017103d60c0.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/3_2_2_add_bank_code_journal_25a21d2410b7.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/3_2_add_base_groups_58df01afdaad.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/3_2_add_mention_to_tva_1cf6d10d40cf.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/3_2_add_workplace_field_37a35699b280.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/3_2_passage_5_chiffres_3c1321f40c0c.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/3_3_0_clean_part_of_unused_columns_5706441c0f47.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/3_3_0_fix_treasury_percentage__11219b4e619b.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/3_3_0_fonctionnalites_9_2b6ac7b172d3.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/3_4_add_expense_km_type_year_22721b810d30.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/3_4_add_expense_specific_exported_flag_4299e583631c.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/3_4_add_user_vehicle_6a8b2495102.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/3_4_groupe_fonctionnalite_2017_1_55acdcdcc473.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/4_1_compte_de_resultats_13a25f46e412.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/4_2_0_470feca21286_add_workshop_description.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/4_2_0__14d28a95ac46.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/4_2_0_add_customer_label_182bf34f7989.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/4_2_0_add_event_owner_id_field_2ed5c14be058.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/4_2_0_add_event_signup_mode_3fa09c31c2ac.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/4_2_0_add_filetype_table_11a62732db65.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/4_2_0_add_multiple_social_status_on__18591428772b.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/4_2_0_add_project_type_44f964dc36a2.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/4_2_0_add_sequence_initialization_properties__14d7548ec2ce.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/4_2_0_add_task_legacy_number_field_7aed0aafcbd.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/4_2_0_add_task_s_notes_3885e8260693.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/4_2_0_added_general_customer_account_third__5362502b508c.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/4_2_0_added_product_id_to_sale_product_table_4f011ed2a459.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/4_2_0_added_registration_attribute_to__118382521263.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/4_2_0_added_type__attribut_in_sale_product__18b6a30326e2.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/4_2_0_cascade_delete_workshop_trainers_2ab20c4414aa.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/4_2_0_change_task_official_number_int_str_29e53cf4579a.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/4_2_0_clear_old_treasury_modules_config_3519f2dab802.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/4_2_0_copy_workshop_leaders_in_description_a9229288927.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/4_2_0_customer_nullable_datas_c48c967f7f7.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/4_2_0_fill_task_official_number_with_prefixed__67403ce32f8.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/4_2_0_initialise_la_config_de_la_taille_de__4f8d19c47c76.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/4_2_0_initialize_accounting_entries_label__18b00b9e3b46.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/4_2_0_initialize_invoice_number_format_1e1a970ad004.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/4_2_0_merge_15fb49b9cb37.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/4_2_0_merge_1729bb7ed957.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/4_2_0_merge_2793f8d2e33e.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/4_2_0_merge_3d5b6e485203.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/4_2_0_merge_3d76b2ca290b.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/4_2_0_merge_d777c5e2750.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/4_2_0_migrate_mentions_2e4c3172fc54.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/4_2_0_migrate_parcours_data_2a66d798c55d.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/4_2_0_migrate_user_table_foreign_keys_1ad4b3e78299.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/4_2_0_register_sequence_numbers_for_existing__41261dd0a613.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/4_2_0_remove_task_prefix_column_4ab29f6cdd50.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/4_2_0_remove_workshop_leaders_field_1e4eb742df36.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/4_2_0_rename_payment_remittance_amount__50caf9dd4cd6.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/4_2_0_update_civility_value_from_mr_mme_to_m__4a7a603b00f7.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/4_3_add_business_links_on_expense_lines_2389fde383c7.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/4_3_add_business_type_bpf_related_4f37cb2ebd97.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/4_3_add_cascade_226992705175.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/4_3_add_supplier_accounts_to_company_2a7da76844bd.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/4_3_add_task_pdf_file_hash_432e6cd0752c.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/4_3_added_hourly_rate_string_to_career_path_36fed0cf9bcd.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/4_3_added_parcours_salary_to_careerpath__544149b913e4.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/4_3_added_place_workshop_company_manager__55272ae1d65a.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/4_3_delete_sequence_number_with_invoice_24119bbaeaad.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/4_3_enlarge_configurableoption_label_31f29c2db55d.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/4_3_load_official_nsf_training_specialities__e4acc2150d9.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/4_3_migrate_customers_to_third_parties_434b21bf4934.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/4_3_revision_merge_2abf64552d74.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/4_3_transform_task_status_date_date_dateti__37cae75cb90.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/4_3_treasury_states_migration_665ce85c453.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/4_3_update_workshops_company_manager_3c03cea7c1b5.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/5_0_add_accounts_special_field_6a67ebd21c93.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/5_0_add_bank_remittance_id__field_to__9a0a4f30ee28.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/5_0_add_company_address_fields_48f2b841d4fc.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/5_0_add_company_internal_field_1242fa563c83.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/5_0_add_paid_status__fields_to_expensesheet_15f720735537.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/5_0_add_supplierinvoiceline_source_supplier__b987d23091a0.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/5_0_catalogue_produit_414d467360af.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/5_0_migrate_sale_product_eba300f6604a.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/5_0_price_study_ad33637b0b1a.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/5_0_refactor_table_config_3be3fcec8d38.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/5_0_revision_merge_10ff420a71ca.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/5_0_revision_merge_3fa5e47992bf.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/5_0_revision_merge_e7e675528508.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/5_1_2_add_businesstype_tva_on_margin_column_fbfe14ea2b55.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/5_1_2_add_supplierinvoice_business_link_092c50781ff5.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/5_1_2_changed_most_of_saleproducttraining__6fb9c80c6fe3.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/5_1_2_make_business_project_id_and_task_project_id_non_null_f81ecd97d8b0.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/5_1_add_additional_fields_on_payments_13bbeb791326.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/5_1_add_bank_on_supplier_payments_0f345f86f928.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/5_1_add_date_on_supplier_invoices_ae9f83f54480.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/5_1_add_display_ttc_field_on_tasks_794070fe8c0c.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/5_1_add_iban_and_bic_to_bank_accounts_3024401478db.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/5_1_add_issuer_field_on_invoice_payments_69e690478b6c.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/5_1_added_mode_to_task_and_task_line_273d4944c9e0.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/5_1_catalogue_produit.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/5_1_etude_de_prix_abd68b15a448.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/5_1_facturation_avancement_e4151c91ccfb.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/5_1_incomesource_invoice_id_cascade_delete_d824a2ca7973.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/5_1_initialize_bpf_indicators_b17da9edd4ff.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/5_1_migrate_payment_bank_remittance_id_to_fk_783d20753ba0.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/5_1_renomme_projet_classique_dossier__6de07846fbc8.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/6_0_add_businessbpfdata_remote_headcount_5000b3d46b77.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/6_0_add_cascading_strategies_701c65a78b84.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/6_0_add_decimal_precision_8b8ac63f8333.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/6_0_add_expenseline_manual_ttc_6000812cf022.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/6_0_add_expensetype_compte_produit_tva_on__b4120ace97c3.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/6_0_add_expensetype_tva_on_margin_col_0f7d98915d57.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/6_0_add_linemodelmixin_fk_constraint_41f072b2df0e.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/6_0_add_start_date_and_validity_duration_to__c521ac577082.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/6_0_add_task_frozen_settings_2fa7840218f2.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/6_0_add_user_photos_000c62b7ac2a.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/6_0_added_vehicle_fiscal_power_and_vehicule__ea3ee333c241.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/6_0_change_stock_variations_to_floats_ad67b1ce434c.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/6_0_changed_project_code_from_4_to_12_chars_82acaab789be.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/6_0_fix_2073_creation_de_la_table__6bb1388dbe67.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/6_0_fix_556_valeur_par_defaut_nouvelle_cle__d187644f5870.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/6_0_fix_808_ajout_d_une_colonne_updated_at__3d875d983693.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/6_0_migrate_to_cerfa_10443_16_ae9a26b79ac0.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/6_0_ref_1898_type_de_projet_par_defaut_2cae2c8225a9.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/6_0_set_initial_task_frozen_settings_1808c968068f.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/6_1_0_add_expense_sheet_official_number_60e32edeb921.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/6_1_0_add_internal_customer_9336bbbecf03.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/6_1_0_add_supplier_invoice_official_number_6373d1701a81.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/6_1_0_add_taskline_date_6a83c2409886.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/6_1_0_ajout_d_un_base_supplier_payment_c4b03f713cae.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/6_1_0_ajout_d_un_base_task_payment_a623cf307603.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/6_1_0_ajout_de_cascade_0a7b4ce1193a.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/6_1_0_ajout_de_cascade_company_data_d7c5e3dce471.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/6_1_0_ajout_de_colonne_aux_enseignes_ba72c4430612.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/6_1_0_ajout_de_la_colonne_internal_au__a5c2c70e6942.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/6_1_0_cascade_strategies_8316776402ee.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/6_1_0_clean_sale_product_polymorphism_06342a8aa5df.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/6_1_0_delete__acl_from_node_and_add_it_to__07c770adff81.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/6_1_0_initialize_existing_expense_sheet__aa25b30b2736.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/6_1_0_initialize_existing_supplier_invoice__6be1efa57217.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/6_1_0_initialize_expensesheet_number_template_9d9ab48e488c.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/6_1_0_initialize_supplierinvoice_number__35e9bfc2ae2c.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/6_1_0_initialize_supplierinvoice_number__41143edd69a0.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/6_1_0_produit_pour_transfert_de_charge_93bd3589fa62.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/6_1_0_rename_initialization_config_keys_for__c2f39b66c90b.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/6_1_0_rename_task_sequence_number_sequence__c807505b5e28.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/6_1_0_set_back_supplierinvoice_status_wait__7a5daccd86a8.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/6_1_0_set_projecttype_booleans_non_nullables_d11959327f54.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/6_1_0_typage_des_custombookentry_8742fe30a7c0.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/6_2_0_add_supplierinvoice_payer_id_134b7fd3b1e3.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/6_2_0_ajout_d_un_markeur_autovalidate_au__6ea8700cae45.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/6_2_0_ajout_des_seuils_limites_aux_documents__0b53f2d72d08.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/6_2_0_ajoute_supplierinvoice_cae_percentage_2ae94459f6e7.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/6_2_0_ajoute_supplierinvoice_worker_paid__522f4e21cacf.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/6_2_0_fix_2604_cascade_delete_business_type__e591a210dd65.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/6_2_0_fix_2672_add_a_column_user_id_in__3b0e44e60ad1.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/6_2_0_migration_des_statistiques_2d0297c64801.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/6_2_0_move_communication_statuslogentry_35a5b1ceaa31.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/6_2_0_move_taskstatus_statuslogentry_64afdc450f66.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/6_2_0_ref_2738_ajout_d_une_colonne_invoiced__1ad5591c5c90.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/6_2_0_remove_unwanted_cascade_65a3bfcfb616.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/6_2_0_remplit_expensepayment_mode_et_bank__9c91fbe01305.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/6_2_0_update_progress_invoicing_cascade_82443e7fc843.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/6_2_6_ajout_de_cascade_pour_les_ndd_6d80ecf34a1a.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/6_3_0_add_company_general_expense_account_01f96429ef5c.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/6_3_0_ajout_d_un_booleen_display_details_au__a9bb2ebf988d.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/6_3_0_ajout_du_first_visit_b1b7468b8889.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/6_3_0_ajout_du_taux_d_assurance_197085e72d54.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/6_3_0_fix_2932_82c315bf84c0.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/6_3_0_migre_la_config_receipts_group_by__48cbb45ca42d.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/6_3_0_utilisation_du_format_numeric_pour_les__6dfc1e2ae23c.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/6_3_12_ajoute_supplierinvoice_remote_invoice__7017d6bffe32.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/6_3_19_endi_co_ajout_expenseline_supplier_id_et__b3d7f32aea9d.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/6_3_19_endi_co_ajoute_colonne_expenseline_justified_7974e0d1308e.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/6_3_19_top_revision_endico_5d2700d4a141.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/6_4_0_ajout_du_mode_de_calcul_04ae06f3d324.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/6_4_0_ajout_expensekmline_ht_7d2c6cb2724f.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/6_4_0_ajout_mode_etude_de_prix_61d0d891d3c2.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/6_4_0_ajoute_expensesheet_status_comment_3573a1ea51b7.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/6_4_0_ajoute_statuslogentry_label_27e3d45bfea3.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/6_4_0_ajoute_statuslogentry_pinned_299427a02576.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/6_4_0_ajoute_statuslogentry_visibility_5540d20e6ae0.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/6_4_0_cascade_fk_affaires_a9ac168053d4.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/6_4_0_change_file_description_to_text_c685fd419967.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/6_4_0_fait_heriter_company_de_node_914fba36e9ce.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/6_4_0_fix_2224_ajout_d_une_colonne_antenne_id__28a56ce17b2f.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/6_4_0_fix_2716_ajout_d_une_colonne_invert__69f3bf19d0fc.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/6_4_0_fix_3168_5aac86c3c4f8.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/6_4_0_initialise_les_node_company_33de05381b82.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/6_4_0_migration_avancement_6b661cafa4e2.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/6_4_0_migration_etude_de_prix_2409eb7e97a4.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/6_4_0_migre_thirdparty_comments_en__7aa5d4ce2813.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/6_4_0_passe_statuslogentry_datetime_en__3db408759e73.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/6_4_0_renomme_task_status_person_id_task__cf3b3f9cfc11.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/6_4_0_renumerotation_des_company_f80470768fe1.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/6_4_0_status_comment_non_nullable_7ac32c4dd6f1.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/6_4_0_suppression_de_lien_catalogue_etude_4f714e529447.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/6_4_0_supprime_company_comments_842820ac6955.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/6_4_0_supprime_les_memos_vides_0b1f034ec704.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/6_4_0_supprime_thirdparty_comments_768321dd6773.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/6_4_0_transforme_expensesheet_status_date_en__783c9072821f.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/6_4_1_ajout_colonnes_projecttype_ttc_ht___14fb928359ce.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/6_4_1_ajoute_expensesheet_title_0d277ad21613.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/6_4_1_migre_les_parametres_de_mode_ttc_a18d2479a408.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/6_5_0_add_product_urssaf_code_nature_94cab0a6d38c.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/6_5_0_ajout_de_workshop_max_participants_aa5d02b3513f.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/6_5_0_champ_requis_task_115a580ee4a9.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/6_5_0_change_urssafpaymentrequest_urssaf__e388e68ad1d7.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/6_5_0_enlarge_node_type_30_50_c9c7d6ae5e30.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/6_5_0_sap_client_09d79360a4d8.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/6_5_4_ajoute_infos_rejet_virement_aux__a3655abb966d.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/6_5_5_fix_3684_aef809bffbc3.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/6_5_5_rend_id_urssaf_unique__c7ea385d87e3.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/6_5_7_ajout_de_champ_numero_de_voie_urssaf_3p_e26f31c51194.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/6_5_8_contrainte_unique_task_mention_rel_ea80e8805df8.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/6_6_ajout_d_un_booleen_archived_au_modele_base_sale_product__2e0ffd36167a.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/6_7_6_rend_utilisateur_systeme_admin_8a238e064197.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/6_7_ajout_fk_sur_rel_taskline_product_id.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/6_7_ajoute_filegenerationjob_force_download_790f171aa01f.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/6_7_deplacement_des_fichiers_requis_ceb8faaa2785.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/6_7_fix_2933_mode_de_paiement_9ff2b756eb0b.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/6_7_fix_3850_measure_value_type_9459d94ec4e2.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/alembic/versions/6_7_ordonancement_type_de_depenses_8366109f74a3.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/celery.log +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/compute/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/compute/base_line.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/compute/expense.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/compute/isacompta/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/compute/isacompta/compute.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/compute/math_utils.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/compute/parser.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/compute/price_study/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/compute/price_study/ht_mode.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/compute/price_study/supplier_ht_mode.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/compute/sage/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/compute/sage/base.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/compute/sage/expense.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/compute/sage/expense_payment.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/compute/sage/invoice.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/compute/sage/payment.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/compute/sage/supplier_invoice.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/compute/sage/supplier_invoice_payment.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/compute/sage/utils.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/compute/sage_generation_expert/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/compute/sage_generation_expert/compute.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/compute/sale_product/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/compute/sale_product/ht_mode.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/compute/sale_product/supplier_ht_mode.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/compute/sale_product/ttc_mode.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/compute/supplier_invoice.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/compute/supplier_order.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/compute/task/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/compute/task/common.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/compute/task/task_ht.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/compute/task/task_ttc.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/consts/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/consts/access_rights.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/consts/insee_countries.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/consts/insee_departments.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/consts/permissions.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/consts/rgpd.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/consts/street_number_complements.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/consts/street_types.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/consts/users.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/controllers/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/controllers/base.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/controllers/business.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/controllers/expense/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/controllers/expense/payment.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/controllers/expense_types.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/controllers/files.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/controllers/payment/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/controllers/payment/invoice.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/controllers/rgpd/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/controllers/rgpd/customer.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/controllers/rgpd/inspect.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/controllers/rgpd/user.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/controllers/sepa/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/controllers/sepa/credit_transfer_order.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/controllers/smtp/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/controllers/smtp/settings.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/controllers/smtp/task.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/controllers/state_managers/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/controllers/state_managers/justified.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/controllers/state_managers/payment.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/controllers/state_managers/signed.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/controllers/supplier_invoice/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/controllers/supplier_invoice/payment.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/controllers/task/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/controllers/task/estimation.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/controllers/task/invoice.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/controllers/user/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/controllers/user/login.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/controllers/user/userdata.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/dataqueries/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/dataqueries/base.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/dataqueries/queries/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/dataqueries/queries/achats_non_exportes.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/dataqueries/queries/affaire_bpf.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/dataqueries/queries/ca_porteurs_periode.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/dataqueries/queries/clients_factures.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/dataqueries/queries/contrats_periode.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/dataqueries/queries/etapes_parcours.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/dataqueries/queries/frais_kms.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/dataqueries/queries/frns_sans_siren.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/dataqueries/queries/lieux_de_production.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/dataqueries/queries/ob_porteurs_actifs_periode.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/dataqueries/queries/ob_qualite_comptes_actifs.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/dataqueries/queries/param_enseignes.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/dataqueries/queries/porteurs_accompagnes_periode.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/dataqueries/queries/porteurs_actifs_periode.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/dataqueries/queries/sorties_periode.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/dataqueries/queries/validations.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/default_layouts.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/events/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/events/business.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/events/document_events.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/events/files.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/events/indicators.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/events/model_events.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/events/status_changed.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/events/tasks.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/exception.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/export/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/export/accounting_spreadsheet.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/export/activity_pdf.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/export/cegid.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/export/cegid_tra.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/export/excel.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/export/expense_excel.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/export/isacompta.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/export/ods.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/export/sage.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/export/sage_generation_expert.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/export/sale_product.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/export/task_pdf.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/export/utils.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/export/workshop_pdf.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/forms/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/forms/accounting.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/forms/activity.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/forms/admin/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/forms/admin/career_stage.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/forms/admin/expense_type.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/forms/admin/main/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/forms/admin/main/cae_places.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/forms/admin/main/digital_signatures.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/forms/admin/main/internal_companies.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/forms/admin/main/role.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/forms/admin/main/site.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/forms/admin/sale/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/forms/admin/sale/bookeeping.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/forms/admin/sale/business_cycle/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/forms/admin/sale/business_cycle/file_types.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/forms/admin/sale/business_cycle/mentions.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/forms/admin/sale/business_cycle/project_type.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/forms/admin/sale/form_options.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/forms/admin/sale/insurance.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/forms/admin/sale/mentions.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/forms/admin/sale/naming.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/forms/admin/sale/tva.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/forms/bank_remittance.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/forms/business/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/forms/business/business.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/forms/commercial.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/forms/company.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/forms/competence.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/forms/csv_import.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/forms/custom_documentation.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/forms/custom_types.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/forms/duplicate.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/forms/expense.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/forms/export.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/forms/fields.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/forms/files.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/forms/holiday.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/forms/job.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/forms/lists.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/forms/management/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/forms/management/companies.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/forms/management/contributions.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/forms/management/kms.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/forms/management/payments.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/forms/management/treasuries.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/forms/notification.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/forms/payments.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/forms/price_study/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/forms/price_study/chapter.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/forms/price_study/common.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/forms/price_study/discount.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/forms/price_study/price_study.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/forms/price_study/product.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/forms/price_study/work_item.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/forms/progress_invoicing.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/forms/project/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/forms/project/business.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/forms/sale_product/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/forms/sale_product/category.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/forms/sale_product/json_import.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/forms/sale_product/sale_product.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/forms/sale_product/work.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/forms/sepa.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/forms/smtp/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/forms/smtp/mail_node.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/forms/smtp/settings.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/forms/statistics.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/forms/status.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/forms/supply/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/forms/supply/supplier_invoice.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/forms/supply/supplier_order.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/forms/tasks/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/forms/tasks/base.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/forms/tasks/estimation.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/forms/tasks/invoice.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/forms/tasks/lists.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/forms/tasks/task.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/forms/third_party/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/forms/third_party/base.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/forms/third_party/customer.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/forms/third_party/supplier.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/forms/training/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/forms/training/bpf.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/forms/training/trainer.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/forms/training/training.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/forms/treasury_files.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/forms/user/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/forms/user/career_path.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/forms/user/company.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/forms/user/login.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/forms/user/user.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/forms/user/userdatas.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/forms/validation/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/forms/validation/expenses.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/forms/validation/supplier_invoices.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/forms/validation/supplier_orders.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/forms/validation/tasks.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/forms/validators.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/forms/widgets.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/forms/workshop.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/i18n/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/i18n/translater.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/import_/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/import_/sale_product.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/interfaces.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/log.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/models/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/models/accounting/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/models/accounting/accounting_closures.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/models/accounting/balance_sheet_measures.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/models/accounting/base.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/models/accounting/bookeeping.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/models/accounting/general_ledger_account_wordings.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/models/accounting/income_statement_measures.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/models/accounting/operations.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/models/accounting/services.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/models/accounting/treasury_measures.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/models/action_manager.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/models/activity.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/models/career_path.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/models/career_stage.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/models/commercial.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/models/company.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/models/competence.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/models/config.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/models/custom_documentation.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/models/expense/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/models/expense/payment.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/models/expense/services/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/models/expense/services/expense.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/models/expense/services/expense_types.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/models/expense/services/expensesheet_official_number.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/models/expense/services/sheet.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/models/expense/sheet.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/models/expense/types.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/models/export/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/models/export/accounting_export_log.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/models/files.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/models/form_options.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/models/holiday.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/models/indicators.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/models/listeners.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/models/node.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/models/notification/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/models/notification/notification.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/models/options.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/models/payments.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/models/populate.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/models/price_study/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/models/price_study/base.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/models/price_study/chapter.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/models/price_study/discount.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/models/price_study/price_study.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/models/price_study/product.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/models/price_study/services.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/models/price_study/work.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/models/price_study/work_item.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/models/progress_invoicing/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/models/progress_invoicing/invoicing.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/models/progress_invoicing/services/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/models/progress_invoicing/services/invoicing.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/models/progress_invoicing/services/status.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/models/progress_invoicing/status.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/models/project/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/models/project/business.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/models/project/file_types.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/models/project/mentions.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/models/project/mixins.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/models/project/naming.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/models/project/phase.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/models/project/project.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/models/project/services/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/models/project/services/business.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/models/project/services/business_status.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/models/project/services/phase.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/models/project/services/project.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/models/project/types.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/models/sale_product/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/models/sale_product/base.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/models/sale_product/category.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/models/sale_product/sale_product.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/models/sale_product/services.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/models/sale_product/training.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/models/sale_product/work.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/models/sale_product/work_item.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/models/sepa.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/models/sequence_number.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/models/services/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/models/services/bpf.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/models/services/company.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/models/services/injectable_model_formatter.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/models/services/mixins.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/models/services/naming.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/models/services/official_number.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/models/services/sale_file_requirements.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/models/services/user.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/models/statistics.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/models/status.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/models/supply/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/models/supply/internalpayment.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/models/supply/internalsupplier_invoice.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/models/supply/internalsupplier_order.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/models/supply/mixins.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/models/supply/payment.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/models/supply/services/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/models/supply/services/supplier_invoice.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/models/supply/services/supplier_order.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/models/supply/services/supplierinvoice_official_number.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/models/supply/supplier_invoice.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/models/supply/supplier_order.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/models/task/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/models/task/estimation.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/models/task/insurance.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/models/task/internalestimation.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/models/task/internalinvoice.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/models/task/internalpayment.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/models/task/invoice.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/models/task/mentions.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/models/task/options.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/models/task/payment.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/models/task/services/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/models/task/services/estimation.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/models/task/services/invoice.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/models/task/services/invoice_official_number.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/models/task/services/payment.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/models/task/services/task.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/models/task/services/task_mentions.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/models/task/services/unity.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/models/task/task.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/models/task/unity.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/models/third_party/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/models/third_party/customer.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/models/third_party/services/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/models/third_party/services/customer.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/models/third_party/services/supplier.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/models/third_party/services/third_party.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/models/third_party/supplier.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/models/third_party/third_party.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/models/tools.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/models/training/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/models/training/bpf.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/models/training/trainer.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/models/tva.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/models/user/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/models/user/access_right.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/models/user/group.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/models/user/login.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/models/user/user.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/models/user/userdatas.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/models/user/utils.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/models/workshop.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/panels/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/panels/activity.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/panels/business/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/panels/business/business_list.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/panels/business/timeline.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/panels/company_index/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/panels/company_index/event.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/panels/company_index/task.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/panels/company_index/utils.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/panels/company_index/workshops.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/panels/expense/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/panels/expense/linked_expenses.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/panels/files.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/panels/form.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/panels/indicators.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/panels/manage/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/panels/manage/activities.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/panels/manage/expenses.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/panels/manage/suppliers.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/panels/manage/tasks.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/panels/menu.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/panels/navigation.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/panels/project/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/panels/project/business_metrics_mixins.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/panels/project/phase.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/panels/project/type.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/panels/sidebar.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/panels/supply/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/panels/supply/supplier_invoice_list.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/panels/supply/supplier_order_list.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/panels/tabs.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/panels/task/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/panels/task/file_tab.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/panels/task/html.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/panels/task/pdf.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/panels/task/task_list.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/panels/third_party.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/panels/widgets.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/panels/workshop.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/plugins/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/plugins/sap/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/plugins/sap/celery_jobs.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/plugins/sap/export/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/plugins/sap/export/sap_attestation_pdf.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/plugins/sap/forms/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/plugins/sap/forms/admin/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/plugins/sap/forms/admin/sap/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/plugins/sap/forms/attestation.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/plugins/sap/forms/nova.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/plugins/sap/forms/tasks/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/plugins/sap/forms/tasks/invoice.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/plugins/sap/forms/tasks/payment.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/plugins/sap/models/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/plugins/sap/models/sap.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/plugins/sap/models/services/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/plugins/sap/models/services/attestation.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/plugins/sap/models/services/nova.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/plugins/sap/models/services/subqueries.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/plugins/sap/models/task/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/plugins/sap/models/task/tasks.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/plugins/sap/panels.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/plugins/sap/populate.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/plugins/sap/templates/panels/sap/content_wrapper.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/plugins/sap/templates/panels/sap/pdf_content.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/plugins/sap/templates/panels/sap/pdf_footer.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/plugins/sap/templates/panels/sap/pdf_header.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/plugins/sap/templates/sap/attestations.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/plugins/sap/templates/sap/nova.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/plugins/sap/views/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/plugins/sap/views/admin/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/plugins/sap/views/admin/sap/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/plugins/sap/views/admin/sap/attestation.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/plugins/sap/views/attestation.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/plugins/sap/views/estimations/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/plugins/sap/views/estimations/rest_api.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/plugins/sap/views/invoices/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/plugins/sap/views/invoices/rest_api.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/plugins/sap/views/mixins.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/plugins/sap/views/nova.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/plugins/sap/views/payment.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/plugins/sap_urssaf3p/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/plugins/sap_urssaf3p/api_client.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/plugins/sap_urssaf3p/caerp_admin_commands.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/plugins/sap_urssaf3p/celery_jobs.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/plugins/sap_urssaf3p/forms/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/plugins/sap_urssaf3p/forms/admin/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/plugins/sap_urssaf3p/forms/admin/sap/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/plugins/sap_urssaf3p/forms/customer.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/plugins/sap_urssaf3p/forms/tasks/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/plugins/sap_urssaf3p/forms/tasks/invoice.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/plugins/sap_urssaf3p/forms/tva.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/plugins/sap_urssaf3p/models/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/plugins/sap_urssaf3p/models/customer.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/plugins/sap_urssaf3p/models/payment_request.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/plugins/sap_urssaf3p/models/services/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/plugins/sap_urssaf3p/models/services/payment_request.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/plugins/sap_urssaf3p/populate.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/plugins/sap_urssaf3p/serializers.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/plugins/sap_urssaf3p/templates/customers/view.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/plugins/sap_urssaf3p/templates/tasks/invoice/general.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/plugins/sap_urssaf3p/views/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/plugins/sap_urssaf3p/views/admin/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/plugins/sap_urssaf3p/views/admin/sale/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/plugins/sap_urssaf3p/views/admin/sale/tva.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/plugins/sap_urssaf3p/views/admin/sap/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/plugins/sap_urssaf3p/views/admin/sap/avance_immediate.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/plugins/sap_urssaf3p/views/invoices/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/plugins/sap_urssaf3p/views/invoices/invoice.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/plugins/sap_urssaf3p/views/invoices/lists.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/plugins/sap_urssaf3p/views/payment_request.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/plugins/sap_urssaf3p/views/third_party/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/plugins/sap_urssaf3p/views/third_party/customer.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/plugins/solo/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/pshell.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/resources.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/sample_templates/Mod/303/250le lettre.odt" +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/sample_templates/bpf/CERFA 10443*14.ods +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/sample_templates/bpf/CERFA 10443*16.ods +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/sample_templates/bpf/CERFA 10443*17.ods +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/scripts/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/scripts/caerp_admin.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/scripts/caerp_anonymize.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/scripts/caerp_cache.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/scripts/caerp_celery.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/scripts/caerp_clean.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/scripts/caerp_company_export.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/scripts/caerp_custom.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/scripts/caerp_export.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/scripts/caerp_load_demo_data.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/scripts/caerp_migrate.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/scripts/utils.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/services/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/services/bank_account.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/services/business.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/services/business_bpf.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/services/company.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/services/config.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/services/payment/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/services/payment/invoice.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/services/rgpd/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/services/rgpd/customer.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/services/rgpd/user.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/services/rgpd/utils.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/services/sepa.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/services/serializers/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/services/serializers/base.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/services/serializers/company.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/services/serializers/expense_sheet.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/services/serializers/sepa.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/services/serializers/supplier.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/services/serializers/supplier_invoice.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/services/serializers/user.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/services/smtp/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/services/smtp/smtp.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/services/smtp/task.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/services/supplier_invoice.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/services/supplier_order.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/services/task/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/services/task/invoice.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/services/third_party/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/services/third_party/supplier.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/services/user/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/services/user/group.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/services/user/login.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/sql.log +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/sql_compute/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/sql_compute/task/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/sql_compute/task/task.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/browser_support.json +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/css/admin.css +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/css/brand.css +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/css/dashboard.css +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/css/expense.css +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/css/jstree_themes/default/32px.png +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/css/jstree_themes/default/40px.png +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/css/jstree_themes/default/throbber.gif +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/css/login.css +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/css/main.css +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/css/opa.css +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/css/radar-chart.css +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/css/radar-chart.min.css +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/css/richtext.css +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/css/sale_product.css +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/css/select2.css +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/css/select2.min.css +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/css/task.css +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/css/task_preview.css +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/css/user.css +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/css/vue-multiselect.min.css +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/demo-lieux-ressources.geojson +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/favicons/apple-touch-icon.png +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/favicons/caerp/apple-touch-icon.png +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/favicons/caerp/favicon-96x96.png +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/favicons/caerp/favicon.ico +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/favicons/caerp/favicon.svg +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/favicons/caerp/site.webmanifest +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/favicons/caerp/web-app-manifest-192x192.png +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/favicons/caerp/web-app-manifest-512x512.png +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/favicons/favicon-96x96.png +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/favicons/favicon.ico +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/favicons/favicon.svg +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/favicons/moogli/apple-touch-icon.png +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/favicons/moogli/favicon-96x96.png +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/favicons/moogli/favicon.ico +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/favicons/moogli/favicon.svg +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/favicons/moogli/site.webmanifest +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/favicons/moogli/web-app-manifest-192x192.png +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/favicons/moogli/web-app-manifest-512x512.png +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/favicons/site.webmanifest +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/favicons/web-app-manifest-192x192.png +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/favicons/web-app-manifest-512x512.png +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/fonts/GandhiSans-Bold.otf +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/fonts/GandhiSans-Italic.otf +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/fonts/GandhiSans-Regular.otf +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/fonts/opensans-bold-webfont.ttf +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/fonts/opensans-bold-webfont.woff +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/fonts/opensans-bold-webfont.woff2 +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/fonts/opensans-bolditalic-webfont.ttf +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/fonts/opensans-bolditalic-webfont.woff +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/fonts/opensans-bolditalic-webfont.woff2 +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/fonts/opensans-extrabold-webfont.ttf +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/fonts/opensans-extrabold-webfont.woff +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/fonts/opensans-extrabold-webfont.woff2 +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/fonts/opensans-extrabolditalic-webfont.ttf +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/fonts/opensans-extrabolditalic-webfont.woff +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/fonts/opensans-extrabolditalic-webfont.woff2 +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/fonts/opensans-italic-webfont.ttf +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/fonts/opensans-italic-webfont.woff +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/fonts/opensans-italic-webfont.woff2 +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/fonts/opensans-light-webfont.ttf +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/fonts/opensans-light-webfont.woff +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/fonts/opensans-light-webfont.woff2 +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/fonts/opensans-lightitalic-webfont.ttf +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/fonts/opensans-lightitalic-webfont.woff +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/fonts/opensans-lightitalic-webfont.woff2 +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/fonts/opensans-regular-webfont.ttf +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/fonts/opensans-regular-webfont.woff +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/fonts/opensans-regular-webfont.woff2 +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/fonts/opensans-semibold-webfont.ttf +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/fonts/opensans-semibold-webfont.woff +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/fonts/opensans-semibold-webfont.woff2 +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/fonts/opensans-semibolditalic-webfont.ttf +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/fonts/opensans-semibolditalic-webfont.woff +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/fonts/opensans-semibolditalic-webfont.woff2 +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/fonts/playfair_display_regular.ttf +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/fonts/raleway-black-webfont.ttf +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/fonts/raleway-black-webfont.woff +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/fonts/raleway-black-webfont.woff2 +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/fonts/raleway-blackitalic-webfont.ttf +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/fonts/raleway-blackitalic-webfont.woff +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/fonts/raleway-blackitalic-webfont.woff2 +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/fonts/raleway-bold-webfont.ttf +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/fonts/raleway-bold-webfont.woff +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/fonts/raleway-bold-webfont.woff2 +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/fonts/raleway-bolditalic-webfont.ttf +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/fonts/raleway-bolditalic-webfont.woff +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/fonts/raleway-bolditalic-webfont.woff2 +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/fonts/raleway-extrabold-webfont.ttf +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/fonts/raleway-extrabold-webfont.woff +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/fonts/raleway-extrabold-webfont.woff2 +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/fonts/raleway-extrabolditalic-webfont.ttf +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/fonts/raleway-extrabolditalic-webfont.woff +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/fonts/raleway-extrabolditalic-webfont.woff2 +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/fonts/raleway-italic-webfont.ttf +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/fonts/raleway-italic-webfont.woff +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/fonts/raleway-italic-webfont.woff2 +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/fonts/raleway-light-webfont.ttf +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/fonts/raleway-light-webfont.woff +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/fonts/raleway-light-webfont.woff2 +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/fonts/raleway-lightitalic-webfont.ttf +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/fonts/raleway-lightitalic-webfont.woff +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/fonts/raleway-lightitalic-webfont.woff2 +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/fonts/raleway-medium-webfont.ttf +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/fonts/raleway-medium-webfont.woff +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/fonts/raleway-medium-webfont.woff2 +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/fonts/raleway-mediumitalic-webfont.ttf +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/fonts/raleway-mediumitalic-webfont.woff +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/fonts/raleway-mediumitalic-webfont.woff2 +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/fonts/raleway-regular-webfont.ttf +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/fonts/raleway-regular-webfont.woff +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/fonts/raleway-regular-webfont.woff2 +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/fonts/raleway-semibold-webfont.ttf +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/fonts/raleway-semibold-webfont.woff +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/fonts/raleway-semibold-webfont.woff2 +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/fonts/raleway-semibolditalic-webfont.ttf +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/fonts/raleway-semibolditalic-webfont.woff +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/fonts/raleway-semibolditalic-webfont.woff2 +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/icons/box.svg +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/icons/caret.svg +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/icons/check.svg +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/icons/chevron-select-active.svg +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/icons/chevron-select-white.svg +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/icons/chevron-select.svg +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/icons/composite.svg +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/icons/exclamation-triangle.svg +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/icons/icones.svg +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/icons/service.svg +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/icons/times-active.svg +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/icons/times.svg +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/icons/training.svg +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/icons/workforce.svg +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/img/caerp/logo.png +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/img/glyphicons-halflings-white.png +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/img/glyphicons-halflings.png +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/img/logo.png +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/img/moogli/logo.png +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/img/pdf_checkbox.png +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/activity_edit.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/address.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/admin_expense.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/admin_expense_type.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/backbone-popup.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/backbone-tuning.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/backbone-validation-bootstrap.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/bpf.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/2594c14530e2e0768b8a8f70ba0d60fc.vue +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/3cb682ed4faf78fc4f2190b8623a7b8b.css +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/50a4565b9dfc59e1ef1e20cbf7ec2259.vue +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/5a6cdb62371f4bc880e3e24e76589b1f.css +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/770.min.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/941eff7241d28a6ef8c2ace0d3cdad76.css +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/README.md +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/base_setup.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/base_setup.js.map +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/base_setup.min.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/company.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/company.js.map +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/company.min.js.map +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/company_list.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/company_list.js.map +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/company_map.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/company_map.js.map +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/company_map.min.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/company_map.min.js.map +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/customer.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/customer.js.map +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/customer.min.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/customer.min.js.map +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/invoice_list.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/invoice_list.js.map +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/node_view_only.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/node_view_only.js.map +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/node_view_only.min.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/notification.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/notification.js.map +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/notification.min.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/notification.min.js.map +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/pdf.worker.87e420e51cb36017620d.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/pdf.worker.87e420e51cb36017620d.js.LICENSE.txt +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/pdf.worker.bdae750c1f417b59924a.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/pdf.worker.bdae750c1f417b59924a.js.map +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/pdf.worker.eb44c3af7fe2d6e0d156.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/pdf.worker.eb44c3af7fe2d6e0d156.js.map +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/pdf.worker.min.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/pdf.worker.min.js.LICENSE.txt +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/pdf.worker.min.js.map +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/pdf_preview.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/pdf_preview.js.map +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/pdf_preview.min.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/price_study.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/price_study.js.map +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/price_study.min.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/sale_files.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/sale_files.js.map +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/sale_files.min.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/sale_files.min.js.map +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/sale_product.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/sale_product.js.map +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/sale_product.min.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/sepa_credit_transfer.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/sepa_credit_transfer.js.map +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/sepa_credit_transfer.min.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/smtp_settings.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/smtp_settings.js.map +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/src_views_sepa_credit_transfer_order_lists_credit_transfer_SepaCreditTransferListComponent_vue.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/src_views_sepa_credit_transfer_order_lists_credit_transfer_SepaCreditTransferListComponent_vue.js.map +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/statistics.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/statistics.js.map +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/statistics.min.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/supplier_invoice.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/supplier_invoice.js.map +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/supplier_invoice.min.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/supplier_order.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/supplier_order.js.map +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/supplier_order.min.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/task.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/task.js.map +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/task.min.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/task_add.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/task_add.js.map +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/task_add.min.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/task_add.min.js.map +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/task_view_only.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/task_view_only.js.map +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/task_view_only.min.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/tinymce-assets/langs/fr_FR.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/tinymce-assets/models/dom/index.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/tinymce-assets/models/dom/model.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/tinymce-assets/models/dom/model.min.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/tinymce-assets/skins/content/dark/content.css +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/tinymce-assets/skins/content/dark/content.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/tinymce-assets/skins/content/dark/content.min.css +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/tinymce-assets/skins/content/default/content.css +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/tinymce-assets/skins/content/default/content.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/tinymce-assets/skins/content/default/content.min.css +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/tinymce-assets/skins/content/document/content.css +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/tinymce-assets/skins/content/document/content.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/tinymce-assets/skins/content/document/content.min.css +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/tinymce-assets/skins/content/tinymce-5/content.css +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/tinymce-assets/skins/content/tinymce-5/content.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/tinymce-assets/skins/content/tinymce-5/content.min.css +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/tinymce-assets/skins/content/tinymce-5-dark/content.css +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/tinymce-assets/skins/content/tinymce-5-dark/content.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/tinymce-assets/skins/content/tinymce-5-dark/content.min.css +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/tinymce-assets/skins/content/writer/content.css +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/tinymce-assets/skins/content/writer/content.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/tinymce-assets/skins/content/writer/content.min.css +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/tinymce-assets/skins/lightgray/content.inline.min.css +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/tinymce-assets/skins/lightgray/content.min.css +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/tinymce-assets/skins/lightgray/content.mobile.min.css +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/tinymce-assets/skins/lightgray/fonts/tinymce-mobile.woff +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/tinymce-assets/skins/lightgray/fonts/tinymce-small.eot +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/tinymce-assets/skins/lightgray/fonts/tinymce-small.svg +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/tinymce-assets/skins/lightgray/fonts/tinymce-small.ttf +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/tinymce-assets/skins/lightgray/fonts/tinymce-small.woff +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/tinymce-assets/skins/lightgray/fonts/tinymce.eot +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/tinymce-assets/skins/lightgray/fonts/tinymce.svg +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/tinymce-assets/skins/lightgray/fonts/tinymce.ttf +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/tinymce-assets/skins/lightgray/fonts/tinymce.woff +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/tinymce-assets/skins/lightgray/img/anchor.gif +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/tinymce-assets/skins/lightgray/img/loader.gif +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/tinymce-assets/skins/lightgray/img/object.gif +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/tinymce-assets/skins/lightgray/img/trans.gif +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/tinymce-assets/skins/lightgray/skin.min.css +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/tinymce-assets/skins/lightgray/skin.mobile.min.css +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/tinymce-assets/skins/ui/oxide/content.css +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/tinymce-assets/skins/ui/oxide/content.inline.css +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/tinymce-assets/skins/ui/oxide/content.inline.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/tinymce-assets/skins/ui/oxide/content.inline.min.css +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/tinymce-assets/skins/ui/oxide/content.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/tinymce-assets/skins/ui/oxide/content.min.css +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/tinymce-assets/skins/ui/oxide/content.mobile.css +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/tinymce-assets/skins/ui/oxide/content.mobile.min.css +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/tinymce-assets/skins/ui/oxide/fonts/tinymce-mobile.woff +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/tinymce-assets/skins/ui/oxide/skin.css +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/tinymce-assets/skins/ui/oxide/skin.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/tinymce-assets/skins/ui/oxide/skin.min.css +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/tinymce-assets/skins/ui/oxide/skin.mobile.css +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/tinymce-assets/skins/ui/oxide/skin.mobile.min.css +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/tinymce-assets/skins/ui/oxide/skin.shadowdom.css +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/tinymce-assets/skins/ui/oxide/skin.shadowdom.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/tinymce-assets/skins/ui/oxide/skin.shadowdom.min.css +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/tinymce-assets/skins/ui/oxide-dark/content.css +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/tinymce-assets/skins/ui/oxide-dark/content.inline.css +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/tinymce-assets/skins/ui/oxide-dark/content.inline.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/tinymce-assets/skins/ui/oxide-dark/content.inline.min.css +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/tinymce-assets/skins/ui/oxide-dark/content.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/tinymce-assets/skins/ui/oxide-dark/content.min.css +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/tinymce-assets/skins/ui/oxide-dark/content.mobile.css +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/tinymce-assets/skins/ui/oxide-dark/content.mobile.min.css +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/tinymce-assets/skins/ui/oxide-dark/fonts/tinymce-mobile.woff +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/tinymce-assets/skins/ui/oxide-dark/skin.css +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/tinymce-assets/skins/ui/oxide-dark/skin.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/tinymce-assets/skins/ui/oxide-dark/skin.min.css +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/tinymce-assets/skins/ui/oxide-dark/skin.mobile.css +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/tinymce-assets/skins/ui/oxide-dark/skin.mobile.min.css +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/tinymce-assets/skins/ui/oxide-dark/skin.shadowdom.css +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/tinymce-assets/skins/ui/oxide-dark/skin.shadowdom.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/tinymce-assets/skins/ui/oxide-dark/skin.shadowdom.min.css +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/tinymce-assets/skins/ui/tinymce-5/content.css +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/tinymce-assets/skins/ui/tinymce-5/content.inline.css +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/tinymce-assets/skins/ui/tinymce-5/content.inline.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/tinymce-assets/skins/ui/tinymce-5/content.inline.min.css +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/tinymce-assets/skins/ui/tinymce-5/content.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/tinymce-assets/skins/ui/tinymce-5/content.min.css +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/tinymce-assets/skins/ui/tinymce-5/skin.css +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/tinymce-assets/skins/ui/tinymce-5/skin.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/tinymce-assets/skins/ui/tinymce-5/skin.min.css +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/tinymce-assets/skins/ui/tinymce-5/skin.shadowdom.css +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/tinymce-assets/skins/ui/tinymce-5/skin.shadowdom.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/tinymce-assets/skins/ui/tinymce-5/skin.shadowdom.min.css +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/tinymce-assets/skins/ui/tinymce-5-dark/content.css +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/tinymce-assets/skins/ui/tinymce-5-dark/content.inline.css +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/tinymce-assets/skins/ui/tinymce-5-dark/content.inline.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/tinymce-assets/skins/ui/tinymce-5-dark/content.inline.min.css +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/tinymce-assets/skins/ui/tinymce-5-dark/content.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/tinymce-assets/skins/ui/tinymce-5-dark/content.min.css +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/tinymce-assets/skins/ui/tinymce-5-dark/skin.css +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/tinymce-assets/skins/ui/tinymce-5-dark/skin.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/tinymce-assets/skins/ui/tinymce-5-dark/skin.min.css +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/tinymce-assets/skins/ui/tinymce-5-dark/skin.shadowdom.css +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/tinymce-assets/skins/ui/tinymce-5-dark/skin.shadowdom.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/tinymce-assets/skins/ui/tinymce-5-dark/skin.shadowdom.min.css +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/vendor-vue.min.js.LICENSE.txt +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/vendor-vue.min.js.map +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/vendor.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/vendor.js.LICENSE.txt +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/vendor.js.map +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/vendor.min.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/build/vendor.min.js.LICENSE.txt +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/commercial.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/competence.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/competence_radar.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/date.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/default_layout.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/dispatch_supplier_invoice.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/dom.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/estimation_signed_status.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/event_list.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/fileupload.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/holiday.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/job.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/main.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/math.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/message.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/task_duplicate.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/task_list.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/template.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/templates/competence.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/templates/holiday.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/templates/job.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/templates/statistics.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/templates/task.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/tva.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/utils.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/backbone-min.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/backbone-validation-min.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/backbone-validation.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/backbone.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/backbone.marionette.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/backbone.marionette.min.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/bootstrap.min.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/d3.v3.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/d3.v3.min.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/handlebars.runtime-v4.7.6.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/handlebars.runtime.min-v4.7.6.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/pdf.min.js.1 +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/radar-chart.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/select2.full.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/select2.full.min.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/select2_fr.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/svgxuse.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/svgxuse.min.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/tinymce/README.md +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/tinymce/icons/default/icons.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/tinymce/icons/default/icons.min.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/tinymce/jquery.tinymce.min.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/tinymce/langs/fr_FR.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/tinymce/license.txt +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/tinymce/plugins/advlist/plugin.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/tinymce/plugins/advlist/plugin.min.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/tinymce/plugins/anchor/plugin.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/tinymce/plugins/anchor/plugin.min.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/tinymce/plugins/autolink/plugin.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/tinymce/plugins/autolink/plugin.min.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/tinymce/plugins/autoresize/plugin.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/tinymce/plugins/autoresize/plugin.min.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/tinymce/plugins/autosave/plugin.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/tinymce/plugins/autosave/plugin.min.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/tinymce/plugins/bbcode/plugin.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/tinymce/plugins/bbcode/plugin.min.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/tinymce/plugins/charmap/plugin.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/tinymce/plugins/charmap/plugin.min.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/tinymce/plugins/code/plugin.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/tinymce/plugins/code/plugin.min.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/tinymce/plugins/colorpicker/plugin.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/tinymce/plugins/colorpicker/plugin.min.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/tinymce/plugins/contextmenu/plugin.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/tinymce/plugins/contextmenu/plugin.min.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/tinymce/plugins/directionality/plugin.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/tinymce/plugins/directionality/plugin.min.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/tinymce/plugins/fullpage/plugin.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/tinymce/plugins/fullpage/plugin.min.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/tinymce/plugins/fullscreen/plugin.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/tinymce/plugins/fullscreen/plugin.min.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/tinymce/plugins/help/plugin.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/tinymce/plugins/help/plugin.min.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/tinymce/plugins/hr/plugin.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/tinymce/plugins/hr/plugin.min.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/tinymce/plugins/image/plugin.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/tinymce/plugins/image/plugin.min.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/tinymce/plugins/imagetools/plugin.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/tinymce/plugins/imagetools/plugin.min.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/tinymce/plugins/importcss/plugin.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/tinymce/plugins/importcss/plugin.min.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/tinymce/plugins/insertdatetime/plugin.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/tinymce/plugins/insertdatetime/plugin.min.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/tinymce/plugins/legacyoutput/plugin.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/tinymce/plugins/legacyoutput/plugin.min.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/tinymce/plugins/link/plugin.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/tinymce/plugins/link/plugin.min.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/tinymce/plugins/lists/plugin.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/tinymce/plugins/lists/plugin.min.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/tinymce/plugins/media/plugin.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/tinymce/plugins/media/plugin.min.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/tinymce/plugins/nonbreaking/plugin.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/tinymce/plugins/nonbreaking/plugin.min.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/tinymce/plugins/noneditable/plugin.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/tinymce/plugins/noneditable/plugin.min.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/tinymce/plugins/pagebreak/plugin.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/tinymce/plugins/pagebreak/plugin.min.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/tinymce/plugins/paste/plugin.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/tinymce/plugins/paste/plugin.min.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/tinymce/plugins/preview/plugin.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/tinymce/plugins/preview/plugin.min.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/tinymce/plugins/print/plugin.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/tinymce/plugins/print/plugin.min.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/tinymce/plugins/quickbars/plugin.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/tinymce/plugins/quickbars/plugin.min.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/tinymce/plugins/save/plugin.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/tinymce/plugins/save/plugin.min.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/tinymce/plugins/searchreplace/plugin.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/tinymce/plugins/searchreplace/plugin.min.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/tinymce/plugins/spellchecker/plugin.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/tinymce/plugins/spellchecker/plugin.min.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/tinymce/plugins/tabfocus/plugin.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/tinymce/plugins/tabfocus/plugin.min.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/tinymce/plugins/table/plugin.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/tinymce/plugins/table/plugin.min.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/tinymce/plugins/template/plugin.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/tinymce/plugins/template/plugin.min.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/tinymce/plugins/textcolor/plugin.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/tinymce/plugins/textcolor/plugin.min.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/tinymce/plugins/textpattern/plugin.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/tinymce/plugins/textpattern/plugin.min.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/tinymce/plugins/toc/plugin.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/tinymce/plugins/toc/plugin.min.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/tinymce/plugins/visualblocks/plugin.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/tinymce/plugins/visualblocks/plugin.min.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/tinymce/plugins/visualchars/plugin.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/tinymce/plugins/visualchars/plugin.min.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/tinymce/plugins/wordcount/plugin.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/tinymce/plugins/wordcount/plugin.min.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/tinymce/skins/content/dark/content.css +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/tinymce/skins/content/dark/content.min.css +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/tinymce/skins/content/dark/content.min.css.map +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/tinymce/skins/content/default/content.css +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/tinymce/skins/content/default/content.min.css +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/tinymce/skins/content/default/content.min.css.map +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/tinymce/skins/content/document/content.css +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/tinymce/skins/content/document/content.min.css +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/tinymce/skins/content/document/content.min.css.map +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/tinymce/skins/content/writer/content.css +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/tinymce/skins/content/writer/content.min.css +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/tinymce/skins/content/writer/content.min.css.map +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/tinymce/skins/ui/oxide/content.css +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/tinymce/skins/ui/oxide/content.inline.css +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/tinymce/skins/ui/oxide/content.inline.min.css +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/tinymce/skins/ui/oxide/content.inline.min.css.map +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/tinymce/skins/ui/oxide/content.min.css +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/tinymce/skins/ui/oxide/content.min.css.map +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/tinymce/skins/ui/oxide/content.mobile.css +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/tinymce/skins/ui/oxide/content.mobile.min.css +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/tinymce/skins/ui/oxide/content.mobile.min.css.map +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/tinymce/skins/ui/oxide/fonts/tinymce-mobile.woff +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/tinymce/skins/ui/oxide/skin.css +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/tinymce/skins/ui/oxide/skin.min.css +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/tinymce/skins/ui/oxide/skin.min.css.map +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/tinymce/skins/ui/oxide/skin.mobile.css +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/tinymce/skins/ui/oxide/skin.mobile.min.css +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/tinymce/skins/ui/oxide/skin.mobile.min.css.map +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/tinymce/skins/ui/oxide/skin.shadowdom.css +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/tinymce/skins/ui/oxide/skin.shadowdom.min.css +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/tinymce/skins/ui/oxide/skin.shadowdom.min.css.map +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/tinymce/skins/ui/oxide-dark/content.css +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/tinymce/skins/ui/oxide-dark/content.inline.css +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/tinymce/skins/ui/oxide-dark/content.inline.min.css +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/tinymce/skins/ui/oxide-dark/content.inline.min.css.map +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/tinymce/skins/ui/oxide-dark/content.min.css +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/tinymce/skins/ui/oxide-dark/content.min.css.map +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/tinymce/skins/ui/oxide-dark/content.mobile.css +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/tinymce/skins/ui/oxide-dark/content.mobile.min.css +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/tinymce/skins/ui/oxide-dark/content.mobile.min.css.map +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/tinymce/skins/ui/oxide-dark/fonts/tinymce-mobile.woff +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/tinymce/skins/ui/oxide-dark/skin.css +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/tinymce/skins/ui/oxide-dark/skin.min.css +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/tinymce/skins/ui/oxide-dark/skin.min.css.map +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/tinymce/skins/ui/oxide-dark/skin.mobile.css +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/tinymce/skins/ui/oxide-dark/skin.mobile.min.css +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/tinymce/skins/ui/oxide-dark/skin.mobile.min.css.map +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/tinymce/skins/ui/oxide-dark/skin.shadowdom.css +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/tinymce/skins/ui/oxide-dark/skin.shadowdom.min.css +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/tinymce/skins/ui/oxide-dark/skin.shadowdom.min.css.map +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/tinymce/themes/mobile/theme.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/tinymce/themes/mobile/theme.min.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/tinymce/themes/silver/theme.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/tinymce/themes/silver/theme.min.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/tinymce/tinymce.d.ts +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/tinymce/tinymce.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/tinymce/tinymce.min.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/underscore-min.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/js/vendors/underscore.js +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/robots.txt +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/svg/caerp/logo.svg +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/svg/logo.svg +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/svg/moogli/logo.svg +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/svg/urssaf_logo.svg +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/watermark.svg +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/watermark_estimation.jpg +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/watermark_estimation.svg +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/watermark_invoice.jpg +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/static/watermark_invoice.svg +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/statistics/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/statistics/filter_options.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/statistics/inspect.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/statistics/query_helper.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/subscribers/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/subscribers/before_render.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/subscribers/new_request.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/accompagnement/activities.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/accompagnement/activity.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/accompagnement/activity_edit.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/accompagnement/competence.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/accompagnement/competence_resume.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/accompagnement/competences.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/accompagnement/user_activities.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/accounting/balance_sheet_measures.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/accounting/bank_remittance.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/accounting/bank_remittance_pdf.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/accounting/bank_remittances.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/accounting/general_ledger_operations.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/accounting/income_statement_grids.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/accounting/income_statement_measures.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/accounting/operation_uploads.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/accounting/operations.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/accounting/treasury_grids.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/accounting/treasury_measures.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/admin/accounting_closure_crud_list.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/admin/base_view.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/admin/crud_add_edit.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/admin/crud_list.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/admin/expense_km_index.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/admin/layout.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/admin/places.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/admin/roles.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/admin/sale/business_type_file_type.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/admin/sale/business_type_task_mention.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/base/actionmenu.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/base/button.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/base/buttondropdownmenu.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/base/confirmation.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/base/formajax.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/base/formpage.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/base/itemactionlink.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/base/jsbutton.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/base/mainmenu.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/base/pager.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/base/searchformlayout.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/base/simpleformpage.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/base/submit.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/base/togglelink.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/base/utils.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/base/vue_app.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/browser_nosupport.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/business/expenses.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/business/expenses_hybrid.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/business/files.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/business/invoices.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/business/layout.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/business/list_businesses.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/business/overview.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/business/py3o.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/celery/job.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/celery/jobs.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/company/companies.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/company/company.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/company_index.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/custom_documentation.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/customers/businesses.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/customers/estimations.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/customers/expenses.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/customers/invoices.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/customers/layout.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/customers/list.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/customers/rest_form.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/customers/view.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/dataqueries/queries_list.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/dataqueries/query.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/deform/accordion_form.pt +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/deform/accordion_mapping.pt +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/deform/accordions_mapping.pt +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/deform/checkbox.pt +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/deform/checkbox_choice.pt +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/deform/checkbox_readonly.pt +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/deform/checkbox_toggle.pt +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/deform/checked_password.pt +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/deform/clean_mapping.pt +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/deform/clean_sequence.pt +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/deform/daterange_mapping.pt +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/deform/dynamic_label_mapping.pt +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/deform/fileupload.pt +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/deform/fixed_len_sequence.pt +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/deform/fixed_len_sequence_item.pt +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/deform/form.pt +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/deform/grid_form.pt +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/deform/grid_mapping_item.pt +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/deform/inline_mapping.pt +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/deform/inline_mapping_item.pt +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/deform/mapping_item.pt +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/deform/radio_choice.pt +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/deform/radio_choice_toggle.pt +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/deform/readonly/checkbox_choice.pt +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/deform/readonly/radio_choice.pt +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/deform/readonly/textinput.pt +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/deform/richtext.pt +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/deform/searchform.pt +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/deform/select2.pt +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/deform/sequence_item.pt +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/deform/wrappable_input.pt +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/estimations.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/expenses/expense.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/export/log_list.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/export/main.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/export/single.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/file.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/forbidden.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/holiday.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/holidays.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/http_404.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/index.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/invoices.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/layouts/default.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/layouts/login.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/login.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/mailhistory.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/manage.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/management/companies.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/management/contributions.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/management/kms.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/management/payments.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/management/treasuries.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/mydocuments.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/notifications/activity.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/notifications/release_note_alert.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/obsolete_account.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/panel_page_wrapper.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/panel_wrapper.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/panels/activity/pdf_content.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/panels/activity/pdf_footer.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/panels/activity/pdf_header.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/panels/business/business_list.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/panels/business/business_payment_deadline_timeline_item.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/panels/business/button_timeline_item.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/panels/business/payment_deadline_timeline.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/panels/business/progress_invoicing_timeline.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/panels/business/task_timeline_item.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/panels/company_index/coming_events.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/panels/company_index/coming_workshops.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/panels/company_index/recent_tasks.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/panels/expense/linked_expenses.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/panels/filetable.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/panels/help_message.pt +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/panels/indicators/custom_indicator.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/panels/manage/manage_dashboard_activities.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/panels/manage/manage_dashboard_activity_resume.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/panels/manage/manage_dashboard_expenses.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/panels/manage/manage_dashboard_waiting_docs.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/panels/menu.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/panels/navigation.pt +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/panels/project/business_metrics_totals.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/panels/project/business_type_label.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/panels/project/phase_estimations.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/panels/project/phase_invoices.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/panels/sidebar.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/panels/sidebar_item.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/panels/supply/supplier_invoice_list.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/panels/supply/supplier_order_list.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/panels/tabs.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/panels/tabs_item.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/panels/task/file_tab.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/panels/task/pdf/cancelinvoice_content.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/panels/task/pdf/cgv.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/panels/task/pdf/content_wrapper.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/panels/task/pdf/discount_line.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/panels/task/pdf/estimation_content.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/panels/task/pdf/footer.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/panels/task/pdf/header.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/panels/task/pdf/invoice_content.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/panels/task/pdf/post_ttc_line.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/panels/task/pdf/price_study/work_details.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/panels/task/pdf/price_study/work_item.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/panels/task/pdf/progress_invoicing/product.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/panels/task/pdf/progress_invoicing/work_details.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/panels/task/pdf/task_line.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/panels/task/pdf/task_line_group.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/panels/task/pdf/task_line_group_resume.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/panels/task/task_html.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/panels/task/task_list.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/panels/task/title.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/panels/third_party/third_party_accounting_info.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/panels/third_party/third_party_general_info.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/panels/widgets/_action_inline_buttons.pt +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/panels/widgets/action_buttons.pt +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/panels/widgets/admin_index_link.pt +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/panels/widgets/admin_index_nav.pt +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/panels/widgets/menu_dropdown.pt +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/panels/widgets/post_button.pt +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/panels/widgets/status_title.pt +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/panels/workshop/pdf_content.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/panels/workshop/pdf_footer.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/panels/workshop/pdf_header.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/price_study/price_study.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/project/base.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/project/business_list.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/project/edit.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/project/estimations.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/project/expenses.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/project/files.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/project/general.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/project/invoices.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/project/layout.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/project/list.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/project/phases.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/release_notes.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/sale/products.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/sepa/credit_transfer_edit.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/statistics/edit.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/statistics/info.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/statistics/list.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/supplier/layout.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/supplier/supplier_list_of_expenselines.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/supplier/supplier_list_of_invoiced_orders.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/supplier/supplier_list_of_invoices.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/supplier/supplier_list_of_orders.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/supplier_edit.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/suppliers.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/supply/dispatch_supplier_invoice.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/supply/supplier_invoice.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/supply/supplier_invoices.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/supply/supplier_order.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/supply/supplier_orders.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/tasks/add.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/tasks/cancelinvoice/accounting.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/tasks/cancelinvoice/general.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/tasks/cancelinvoice/layout.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/tasks/duplicate.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/tasks/estimation/general.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/tasks/estimation/layout.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/tasks/files.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/tasks/form.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/tasks/general.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/tasks/invoice/accounting.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/tasks/invoice/general.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/tasks/invoice/layout.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/tasks/invoice/payment.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/tasks/layout.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/tasks/preview.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/tests/base.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/training/bpf/business_bpf_data_form.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/training/bpf/business_bpf_data_list.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/training/dashboard.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/training/filelist.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/training/list_trainers.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/training/list_trainings.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/training/trainerdatas_edit.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/treasury/admin_treasury_all.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/treasury/admin_treasury_files.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/treasury/commercial.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/treasury/documents.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/user/accounting.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/user/add.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/user/companies.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/user/connections.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/user/edit.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/user/layout.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/user/lists.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/user/login.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/user/user.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/user_holidays.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/userdatas/career_path.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/userdatas/career_path_form.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/userdatas/doctypes.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/userdatas/edit.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/userdatas/filelist.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/userdatas/list.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/userdatas/py3o.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/validation/expenses.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/validation/supplier_invoices.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/validation/supplier_orders.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/validation/tasks.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/workshops/user_workshops.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/workshops/workshop_base.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/workshops/workshop_edit.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/workshops/workshop_view.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/templates/workshops/workshops.mako +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/utils/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/utils/accounting.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/utils/ascii.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/utils/colanderalchemy.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/utils/colors.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/utils/compat.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/utils/controller.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/utils/dataqueries.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/utils/datetimes.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/utils/export.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/utils/filedepot.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/utils/files.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/utils/formatters.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/utils/html.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/utils/image.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/utils/iteration.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/utils/menu.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/utils/modules.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/utils/navigation.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/utils/notification/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/utils/notification/abstract.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/utils/notification/activity.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/utils/notification/career_path.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/utils/notification/channels.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/utils/notification/expense.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/utils/notification/internal_supply.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/utils/notification/notification.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/utils/notification/status_log_entry.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/utils/notification/supply.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/utils/notification/task.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/utils/pdf.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/utils/predicates.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/utils/renderer.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/utils/rest/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/utils/rest/apiv1.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/utils/rest/parameters.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/utils/security/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/utils/security/acls.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/utils/security/api_key_predicate.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/utils/security/auth.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/utils/security/identity.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/utils/security/policy.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/utils/sepa/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/utils/sepa/abstract.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/utils/sepa/credit_transfer.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/utils/sepa/schemas/pain.001.001.03.xsd +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/utils/sepa/schemas/pain.001.001.05.xsd +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/utils/sepa/schemas/pain.001.001.09.xsd +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/utils/session.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/utils/sqlalchemy_fix.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/utils/status_rendering.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/utils/strings.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/utils/widgets.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/utils/zip.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/accompagnement/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/accompagnement/activity.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/accounting/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/accounting/balance_sheet_measures.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/accounting/bank_remittances.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/accounting/company_general_ledger.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/accounting/export.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/accounting/income_statement_measures.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/accounting/operations.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/accounting/rest_api.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/accounting/routes.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/accounting/treasury_measures.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/admin/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/admin/accompagnement/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/admin/accompagnement/activities.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/admin/accompagnement/competence.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/admin/accompagnement/workshop.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/admin/accounting/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/admin/accounting/accounting_closure.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/admin/accounting/accounting_software.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/admin/accounting/balance_sheet_measures.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/admin/accounting/company_general_ledger.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/admin/accounting/exports.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/admin/accounting/income_statement_measures.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/admin/accounting/treasury_measures.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/admin/expense/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/admin/expense/accounting.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/admin/expense/numbers.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/admin/expense/types.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/admin/layout.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/admin/main/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/admin/main/cae.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/admin/main/cae_places.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/admin/main/companies/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/admin/main/companies/companies_label.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/admin/main/companies/company_activities.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/admin/main/companies/internal_companies.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/admin/main/contact.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/admin/main/digital_signatures.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/admin/main/file_types.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/admin/main/rgpd.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/admin/main/roles.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/admin/main/site.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/admin/main/smtp/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/admin/main/smtp/mail.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/admin/main/smtp/settings.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/admin/sale/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/admin/sale/accounting/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/admin/sale/accounting/common.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/admin/sale/accounting/internal_invoicing_numbers.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/admin/sale/accounting/internalinvoice.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/admin/sale/accounting/invoice.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/admin/sale/accounting/numbers.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/admin/sale/accounting/receipts.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/admin/sale/accounting/tva.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/admin/sale/business_cycle/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/admin/sale/business_cycle/file_types.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/admin/sale/business_cycle/mentions.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/admin/sale/business_cycle/naming.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/admin/sale/business_cycle/project_type.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/admin/sale/catalog.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/admin/sale/forms/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/admin/sale/forms/fields.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/admin/sale/forms/insurance.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/admin/sale/forms/main.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/admin/sale/forms/mentions.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/admin/sale/pdf/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/admin/sale/pdf/common.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/admin/sale/pdf/estimation.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/admin/sale/pdf/invoice.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/admin/supplier/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/admin/supplier/accounting/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/admin/supplier/accounting/internalsupplier_invoice.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/admin/supplier/accounting/supplier_invoice.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/admin/supplier/internalnumbers.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/admin/supplier/numbers.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/admin/tools.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/admin/userdatas/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/admin/userdatas/career_stage.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/admin/userdatas/custom_fields.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/admin/userdatas/options.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/admin/userdatas/templates.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/auth/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/auth/basic_views.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/auth/forbidden_views.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/auth/routes.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/business/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/business/controller.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/business/estimation.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/business/expense.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/business/expense_old.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/business/files.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/business/invoice.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/business/layout.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/business/lists.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/business/py3o.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/business/rest_api.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/business/routes.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/commercial.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/company/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/company/lists.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/company/rest_api.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/company/routes.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/company/tools.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/company/views.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/competence.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/csv_import.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/custom_documentation.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/dataqueries/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/dataqueries/list.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/dataqueries/query.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/estimations/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/estimations/estimation.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/estimations/export.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/estimations/layout.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/estimations/lists.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/estimations/rest_api.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/estimations/routes.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/expenses/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/expenses/bookmarks.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/expenses/lists.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/expenses/rest_api.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/expenses/routes.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/expenses/utils.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/export/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/export/bpf.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/export/expense.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/export/expense_payment.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/export/invoice.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/export/log_list.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/export/payment.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/export/routes.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/export/supplier_invoice.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/export/supplier_payment.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/export/utils.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/files/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/files/controller.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/files/rest_api.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/files/routes.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/files/views.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/holiday.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/index.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/indicators/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/indicators/controller.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/indicators/rest_api.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/indicators/routes.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/indicators/views.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/internal_invoicing/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/internal_invoicing/rest_api.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/internal_invoicing/routes.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/internal_invoicing/views.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/invoices/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/invoices/cancelinvoice.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/invoices/invoice.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/invoices/layout.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/invoices/lists.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/invoices/rest_api.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/invoices/routes.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/job.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/json.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/manage.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/management/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/management/companies.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/management/contributions.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/management/kms.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/management/payments.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/management/treasuries.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/management/utils.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/notification/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/notification/rest_api.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/notification/routes.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/payment/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/payment/base.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/payment/expense.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/payment/routes.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/payment/supplier_invoice.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/price_study/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/price_study/rest_api.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/price_study/routes.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/price_study/utils.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/progress_invoicing/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/progress_invoicing/rest_api.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/progress_invoicing/routes.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/progress_invoicing/utils.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/project/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/project/business.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/project/controller.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/project/estimation.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/project/expense.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/project/files.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/project/invoice.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/project/layout.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/project/lists.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/project/phase.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/project/project.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/project/rest_api.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/project/routes.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/release_notes.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/render_api.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/rest_consts.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/sale_product/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/sale_product/rest_api.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/sale_product/routes.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/sale_product/sale_product.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/sepa/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/sepa/rest_api.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/sepa/routes.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/sepa/views.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/smtp/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/smtp/rest_api.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/smtp/routes.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/smtp/views.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/static.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/statistics/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/statistics/rest_api.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/statistics/routes.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/statistics/statistics.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/status/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/status/rest_api.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/status/utils.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/supply/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/supply/base_rest_api.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/supply/base_views.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/supply/invoices/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/supply/invoices/rest_api.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/supply/invoices/routes.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/supply/orders/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/supply/orders/rest_api.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/supply/orders/routes.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/supply/orders/views.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/supply/utils.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/task/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/task/layout.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/task/pdf_rendering_service.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/task/pdf_storage_service.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/task/rest_api.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/task/utils.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/task/views.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/third_party/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/third_party/customer/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/third_party/customer/base.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/third_party/customer/business.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/third_party/customer/controller.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/third_party/customer/estimation.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/third_party/customer/expense.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/third_party/customer/invoice.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/third_party/customer/layout.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/third_party/customer/lists.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/third_party/customer/rest_api.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/third_party/customer/routes.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/third_party/customer/views.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/third_party/supplier/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/third_party/supplier/base.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/third_party/supplier/layout.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/third_party/supplier/lists.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/third_party/supplier/rest_api.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/third_party/supplier/routes.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/third_party/supplier/supplier.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/training/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/training/business_bpf.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/training/dashboard.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/training/lists.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/training/routes.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/training/trainer.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/treasury_files.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/user/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/user/company.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/user/connections.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/user/layout.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/user/lists.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/user/login.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/user/rest_api.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/user/routes.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/user/tools.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/user/user.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/userdatas/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/userdatas/career_path.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/userdatas/filelist.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/userdatas/lists.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/userdatas/py3o.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/userdatas/routes.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/userdatas/userdatas.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/validation/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/validation/expenses.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/validation/supplier_invoices.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/validation/supplier_orders.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/validation/tasks.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/workshops/__init__.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/workshops/export.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/workshops/lists.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/workshops/routes.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp/views/workshops/workshop.py +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/caerp_setup.json +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/dev_requirements.txt +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/endi.egg-info/dependency_links.txt +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/endi.egg-info/entry_points.txt +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/endi.egg-info/not-zip-safe +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/endi.egg-info/requires.txt +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/endi.egg-info/top_level.txt +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/endi_setup.json +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/moogli-erp_setup.json +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/pyproject.toml +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/requirements.txt +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/setup.cfg +0 -0
- {endi-2025.5.2 → endi-2025.5.4}/setup.py +0 -0
@@ -0,0 +1 @@
|
|
1
|
+
2025.5.4
|
@@ -0,0 +1,68 @@
|
|
1
|
+
"""0.0.0 reply_to nullable
|
2
|
+
|
3
|
+
Create Date: 2025-09-22 13:55:30.434195
|
4
|
+
|
5
|
+
"""
|
6
|
+
|
7
|
+
# revision identifiers, used by Alembic.
|
8
|
+
|
9
|
+
# Revision ID:
|
10
|
+
revision = "3fc875364294"
|
11
|
+
|
12
|
+
# Revises (previous revision or revisions):
|
13
|
+
down_revision = "2afc8ac82521"
|
14
|
+
|
15
|
+
import sqlalchemy as sa
|
16
|
+
from alembic import op
|
17
|
+
from sqlalchemy.dialects import mysql
|
18
|
+
|
19
|
+
|
20
|
+
def update_database_structure():
|
21
|
+
# ### commands auto generated by Alembic - please adjust! ###
|
22
|
+
op.alter_column(
|
23
|
+
"node_smtp_history",
|
24
|
+
"reply_to",
|
25
|
+
existing_type=mysql.VARCHAR(length=255),
|
26
|
+
nullable=True,
|
27
|
+
)
|
28
|
+
op.alter_column(
|
29
|
+
"node_smtp_history",
|
30
|
+
"sender_label",
|
31
|
+
existing_type=mysql.VARCHAR(length=255),
|
32
|
+
nullable=True,
|
33
|
+
)
|
34
|
+
# ### end Alembic commands ###
|
35
|
+
|
36
|
+
|
37
|
+
def migrate_datas():
|
38
|
+
from alembic.context import get_bind
|
39
|
+
from caerp_base.models.base import DBSESSION
|
40
|
+
from zope.sqlalchemy import mark_changed
|
41
|
+
|
42
|
+
session = DBSESSION()
|
43
|
+
conn = get_bind()
|
44
|
+
|
45
|
+
mark_changed(session)
|
46
|
+
session.flush()
|
47
|
+
|
48
|
+
|
49
|
+
def upgrade():
|
50
|
+
update_database_structure()
|
51
|
+
migrate_datas()
|
52
|
+
|
53
|
+
|
54
|
+
def downgrade():
|
55
|
+
# ### commands auto generated by Alembic - please adjust! ###
|
56
|
+
op.alter_column(
|
57
|
+
"node_smtp_history",
|
58
|
+
"reply_to",
|
59
|
+
existing_type=mysql.VARCHAR(length=255),
|
60
|
+
nullable=False,
|
61
|
+
)
|
62
|
+
op.alter_column(
|
63
|
+
"node_smtp_history",
|
64
|
+
"sender_label",
|
65
|
+
existing_type=mysql.VARCHAR(length=255),
|
66
|
+
nullable=False,
|
67
|
+
)
|
68
|
+
# ### end Alembic commands ###
|
@@ -7,41 +7,38 @@ This module contains
|
|
7
7
|
"""
|
8
8
|
|
9
9
|
import logging
|
10
|
-
from typing import Optional, Union
|
10
|
+
from typing import List, Optional, Union
|
11
|
+
|
11
12
|
from zope.interface import implementer
|
12
13
|
|
13
14
|
from caerp.consts.permissions import PERMISSIONS
|
15
|
+
from caerp.events.document_events import StatusChangedEvent
|
14
16
|
from caerp.interfaces import IValidationStateManager
|
17
|
+
from caerp.models.action_manager import Action, ActionManager
|
18
|
+
from caerp.models.config import Config
|
19
|
+
from caerp.models.expense.services import ExpenseSheetNumberService
|
20
|
+
from caerp.models.expense.sheet import ExpenseSheet
|
15
21
|
from caerp.models.node import Node
|
16
|
-
from caerp.events.document_events import StatusChangedEvent
|
17
22
|
from caerp.models.price_study.price_study import PriceStudy
|
18
23
|
from caerp.models.project.business import Business
|
19
|
-
from caerp.utils.datetimes import utcnow
|
20
|
-
from caerp.models.config import Config
|
21
|
-
from caerp.models.action_manager import (
|
22
|
-
ActionManager,
|
23
|
-
Action,
|
24
|
-
)
|
25
|
-
from caerp.models.expense.sheet import ExpenseSheet
|
26
|
-
from caerp.models.expense.services import ExpenseSheetNumberService
|
27
24
|
from caerp.models.status import StatusLogEntry
|
28
25
|
from caerp.models.supply.services.supplierinvoice_official_number import (
|
29
|
-
SupplierInvoiceNumberService,
|
30
26
|
InternalSupplierInvoiceNumberService,
|
27
|
+
SupplierInvoiceNumberService,
|
31
28
|
)
|
32
29
|
from caerp.models.task import (
|
33
|
-
Invoice,
|
34
30
|
CancelInvoice,
|
35
|
-
InternalInvoice,
|
36
|
-
InternalCancelInvoice,
|
37
31
|
Estimation,
|
32
|
+
InternalCancelInvoice,
|
38
33
|
InternalEstimation,
|
34
|
+
InternalInvoice,
|
35
|
+
Invoice,
|
39
36
|
)
|
40
37
|
from caerp.models.task.services import (
|
41
|
-
InvoiceNumberService,
|
42
38
|
InternalInvoiceNumberService,
|
39
|
+
InvoiceNumberService,
|
43
40
|
)
|
44
|
-
|
41
|
+
from caerp.utils.datetimes import utcnow
|
45
42
|
|
46
43
|
logger = logging.getLogger(__name__)
|
47
44
|
|
@@ -256,13 +253,17 @@ def _sync_price_studies(
|
|
256
253
|
|
257
254
|
|
258
255
|
def _sync_progress_invoicing_plan(
|
259
|
-
request,
|
256
|
+
request,
|
257
|
+
invoice: Union[Invoice, InternalInvoice, CancelInvoice, InternalCancelInvoice],
|
258
|
+
**kwargs,
|
260
259
|
):
|
261
260
|
"""
|
262
261
|
Sync the progress invoicing plan of a business when a task has been validated
|
263
262
|
"""
|
264
263
|
business: Business = invoice.business
|
265
|
-
if business.invoicing_mode == Business.PROGRESS_MODE and
|
264
|
+
if business.invoicing_mode == Business.PROGRESS_MODE and getattr(
|
265
|
+
invoice, "is_deposit", False
|
266
|
+
):
|
266
267
|
business.populate_progress_invoicing_status(request, invoice=invoice)
|
267
268
|
|
268
269
|
|
@@ -288,11 +289,10 @@ def internalestimation_valid_callback(request, task: InternalEstimation, **kw):
|
|
288
289
|
:param obj request: The current pyramid request
|
289
290
|
:param obj task: The current InternalEstimation
|
290
291
|
"""
|
291
|
-
import
|
292
|
+
from caerp_celery.tasks.tasks import async_internalestimation_valid_callback
|
292
293
|
from caerp_celery.tasks.utils import check_alive
|
293
|
-
|
294
|
-
|
295
|
-
)
|
294
|
+
|
295
|
+
import caerp
|
296
296
|
|
297
297
|
task = estimation_valid_callback(request, task, **kw)
|
298
298
|
logger.info(" + InternalEstimation validation callback")
|
@@ -319,9 +319,10 @@ def invoice_valid_callback(request, task: Invoice, **kw):
|
|
319
319
|
:param obj request: The current pyramid request
|
320
320
|
:param obj task: The current context
|
321
321
|
"""
|
322
|
-
import caerp
|
323
|
-
from caerp_celery.tasks.utils import check_alive
|
324
322
|
from caerp_celery.tasks.tasks import scheduled_render_pdf_task
|
323
|
+
from caerp_celery.tasks.utils import check_alive
|
324
|
+
|
325
|
+
import caerp
|
325
326
|
|
326
327
|
_sync_price_studies(request, task)
|
327
328
|
_set_invoice_number(request, task, **kw)
|
@@ -348,11 +349,10 @@ def internalinvoice_valid_callback(request, task: InternalInvoice, **kw):
|
|
348
349
|
:param obj request: The current pyramid request
|
349
350
|
:param obj task: The current context
|
350
351
|
"""
|
351
|
-
import
|
352
|
+
from caerp_celery.tasks.tasks import async_internalinvoice_valid_callback
|
352
353
|
from caerp_celery.tasks.utils import check_alive
|
353
|
-
|
354
|
-
|
355
|
-
)
|
354
|
+
|
355
|
+
import caerp
|
356
356
|
|
357
357
|
_set_internalinvoice_number(request, task, **kw)
|
358
358
|
_set_invoice_financial_year(request, task, **kw)
|
@@ -119,7 +119,7 @@ def convert_regex_validator(schema_node: colander.SchemaNode, validator):
|
|
119
119
|
|
120
120
|
|
121
121
|
def get_amount_regex_validator():
|
122
|
-
return {"pattern": r"^[0-9 ]*[.,]?\d*$"}
|
122
|
+
return {"pattern": r"^[-]?[0-9 ]*[.,]?\d*$"}
|
123
123
|
|
124
124
|
|
125
125
|
class ValidatorConversionDispatcher(object):
|
@@ -57,12 +57,7 @@ def get_amount_validator(request, invoice: Invoice):
|
|
57
57
|
else:
|
58
58
|
amount_node = node
|
59
59
|
|
60
|
-
if ttc
|
61
|
-
raise colander.Invalid(
|
62
|
-
amount_node,
|
63
|
-
"Le montant de l'encaissement ne peut pas être négatif.",
|
64
|
-
)
|
65
|
-
elif ttc < 0 and amount > 0:
|
60
|
+
if ttc < 0 and amount > 0:
|
66
61
|
raise colander.Invalid(
|
67
62
|
amount_node,
|
68
63
|
"Le montant de l'encaissement ne peut pas être positif.",
|
@@ -1,7 +1,7 @@
|
|
1
|
-
from sqlalchemy import Column, Integer, String, Boolean, ForeignKey, Text
|
2
|
-
from sqlalchemy.orm import relationship
|
3
1
|
from caerp_base.models.base import DBBASE, default_table_args
|
4
2
|
from caerp_base.models.mixins import TimeStampedMixin
|
3
|
+
from sqlalchemy import Boolean, Column, ForeignKey, Integer, String, Text
|
4
|
+
from sqlalchemy.orm import relationship
|
5
5
|
|
6
6
|
|
7
7
|
class SmtpSettings(DBBASE, TimeStampedMixin):
|
@@ -102,7 +102,7 @@ class NodeSmtpHistory(DBBASE, TimeStampedMixin):
|
|
102
102
|
recipient = Column(String(255), nullable=False)
|
103
103
|
reply_to = Column(String(255), nullable=True)
|
104
104
|
copy_to = Column(String(255), nullable=True)
|
105
|
-
sender_label = Column(String(255), nullable=
|
105
|
+
sender_label = Column(String(255), nullable=True)
|
106
106
|
|
107
107
|
node = relationship(
|
108
108
|
"Node",
|
@@ -1 +1 @@
|
|
1
|
-
(()=>{"use strict";var e,n,t,r={9064:(e,n,t)=>{var r=t(750),a=t(5458),l=t(641),i=t(953),o=t(136),u=t(296),c=t(467),s=t(4756),d=t.n(s),p=t(810),f=t(7437),v=t(3454),m=t(4590),g=t(9596),b=(0,v.A)("company"),h=((0,v.A)("companyList"),["id","goal","name","activities","email","phone","mobile","address","zip_code","city","country","latitude","longitude","logo","logo_id","cgv","header","header_id","decimal_to_display","internal","code_compta","general_customer_account","general_expense_account","third_party_customer_account","general_supplier_account","third_party_supplier_account","internalgeneral_customer_account","internalthird_party_customer_account","internalgeneral_supplier_account","internalthird_party_supplier_account","contribution","internalcontribution","insurance","internalinsurance","RIB","IBAN","antenne_id","follower_id","smtp_configuration","use_margin_rate_in_catalog","margin_rate","general_overhead"]),_=(0,p.nY)("company",{state:function(){return{loading:!0,error:!1,collection:[],collectionMetaData:{},companyId:null,item:{}}},actions:{setCurrentCompanyId:function(e){this.companyId=e},loadCompanies:function(e){var n=this;return(0,c.A)(d().mark(function t(){return d().wrap(function(t){for(;;)switch(t.prev=t.next){case 0:return n.loading=!0,t.abrupt("return",g.A.companies.getCompanies(e).then(function(t){var r;return e.pageOptions&&2==t.length?(n.collectionMetaData=t[0],r=t[1]):r=t,n.loading=!1,n.error="",n.collection=r,r}).catch(n.handleError));case 1:case"end":return t.stop()}},t)}))()},loadCompany:function(){var e=arguments,n=this;return(0,c.A)(d().mark(function t(){var r,a;return d().wrap(function(t){for(;;)switch(t.prev=t.next){case 0:if(null===(a=e.length>1&&void 0!==e[1]?e[1]:null)&&(a=h),r=(r=e.length>0&&void 0!==e[0]?e[0]:null)||n.companyId){t.next=1;break}throw Error("no Id provided");case 1:return n.loading=!0,t.abrupt("return",g.A.companies.load(r,a).then(function(e){return n.loading=!1,n.error=!1,n.item=e,e}).catch(n.handleError));case 2:case"end":return t.stop()}},t)}))()},handleError:function(e){var n=this;return(0,c.A)(d().mark(function t(){return d().wrap(function(t){for(;;)switch(t.prev=t.next){case 0:return n.loading=!1,n.error=e,t.abrupt("return",Promise.reject(e));case 1:case"end":return t.stop()}},t)}))()},saveCompany:function(e){var n=this;return(0,c.A)(d().mark(function t(){var r;return d().wrap(function(t){for(;;)switch(t.prev=t.next){case 0:if(!(r=n.companyId||e.id)){t.next=1;break}return t.abrupt("return",g.A.companies.update(e,r));case 1:return t.abrupt("return",n.createCompany(e));case 2:case"end":return t.stop()}},t)}))()},createCompany:function(e){return(0,c.A)(d().mark(function n(){return d().wrap(function(n){for(;;)switch(n.prev=n.next){case 0:if(!e.id){n.next=1;break}throw Error("Company already exists (has an id)");case 1:return n.abrupt("return",g.A.companies.create(e));case 2:case"end":return n.stop()}},n)}))()}},getters:(0,m.Q)("company")}),y=t(33),k=t(1268),w=t(4467);function C(e,n){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);n&&(r=r.filter(function(n){return Object.getOwnPropertyDescriptor(e,n).enumerable})),t.push.apply(t,r)}return t}function L(e){for(var n=1;n<arguments.length;n++){var t=null!=arguments[n]?arguments[n]:{};n%2?C(Object(t),!0).forEach(function(n){(0,w.A)(e,n,t[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):C(Object(t)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))})}return e}function A(e){return{state:function(){return{api:e,loading:!1,error:null,current:null,collection:[],collectionMetaData:{}}},actions:{loadFromNodes:(s=(0,c.A)(d().mark(function e(n){var t=this;return d().wrap(function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=1,Promise.all(n.map(function(){var e=(0,c.A)(d().mark(function e(n){var r,l;return d().wrap(function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=1,t.api.getFiles(n);case 1:l=e.sent,(r=t.collection).push.apply(r,(0,a.A)(l));case 2:case"end":return e.stop()}},e)}));return function(n){return e.apply(this,arguments)}}()));case 1:case"end":return e.stop()}},e)})),function(e){return s.apply(this,arguments)}),loadFromNode:(u=(0,c.A)(d().mark(function e(n){var t,r,a,l,i;return d().wrap(function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=1,this.api.getFiles(n);case 1:t=e.sent,r={},t.forEach(function(e){r[e.id]||(r[e.id]=e)}),a=[],l=this.collection.map(function(e,n){return r[e.id]?(a.push(e.id),r[e.id]):e}),i=Object.values(r).filter(function(e){return!a.includes(e.id)}),this.collection=l.concat(i);case 2:case"end":return e.stop()}},e,this)})),function(e){return u.apply(this,arguments)}),addFile:(o=(0,c.A)(d().mark(function e(n){var t,r;return d().wrap(function(e){for(;;)switch(e.prev=e.next){case 0:return this.loading=!0,console.log("Adding file from filestore"),console.log(n),e.prev=1,e.next=2,this.api.create(n);case 2:return t=e.sent,this.collection=this.collection.concat([t]),this.current=t,this.error=null,e.abrupt("return",t);case 3:e.prev=3,r=e.catch(1),this.error=r;case 4:return e.prev=4,this.loading=!1,e.finish(4);case 5:case"end":return e.stop()}},e,this,[[1,3,4,5]])})),function(e){return o.apply(this,arguments)}),addMultipleFiles:(i=(0,c.A)(d().mark(function e(n){var t,r,a=this;return d().wrap(function(e){for(;;)switch(e.prev=e.next){case 0:return console.log("Adding multiple files from filestore"),this.loading=!0,e.prev=1,console.log("Building promises"),e.next=2,Promise.all(n.map(function(e){return a.api.create(e)}));case 2:t=e.sent,this.collection=this.collection.concat(t),this.error=null,e.next=4;break;case 3:e.prev=3,r=e.catch(1),console.log(r),this.error=r;case 4:return e.prev=4,this.loading=!1,e.finish(4);case 5:case"end":return e.stop()}},e,this,[[1,3,4,5]])})),function(e){return i.apply(this,arguments)}),updateFile:(l=(0,c.A)(d().mark(function e(n,t){var r,a;return d().wrap(function(e){for(;;)switch(e.prev=e.next){case 0:return this.loading=!0,e.prev=1,e.next=2,this.api.update(n,t);case 2:return r=e.sent,this.collection=this.collection.map(function(e){return e.id===t?r:e}),this.current=r,this.error=null,e.abrupt("return",r);case 3:e.prev=3,a=e.catch(1),console.log(a),this.error=a;case 4:return e.prev=4,this.loading=!1,e.finish(4);case 5:case"end":return e.stop()}},e,this,[[1,3,4,5]])})),function(e,n){return l.apply(this,arguments)}),moveFile:(r=(0,c.A)(d().mark(function e(n,t){var r,a,l;return d().wrap(function(e){for(;;)switch(e.prev=e.next){case 0:return this.loading=!0,e.prev=1,e.next=2,this.api.moveFile(n,t);case 2:r=e.sent,a=this.collection.findIndex(function(e){return e.id===n}),this.collection[a]=r,this.current=r,this.error=null,e.next=4;break;case 3:e.prev=3,l=e.catch(1),this.error=l;case 4:return e.prev=4,this.loading=!1,e.finish(4);case 5:case"end":return e.stop()}},e,this,[[1,3,4,5]])})),function(e,n){return r.apply(this,arguments)}),downloadFile:(t=(0,c.A)(d().mark(function e(n){var t;return d().wrap(function(e){for(;;)switch(e.prev=e.next){case 0:t="/files/".concat(n,"?action=download"),window.open(t);case 1:case"end":return e.stop()}},e)})),function(e){return t.apply(this,arguments)}),deleteFile:(n=(0,c.A)(d().mark(function e(n){var t,r;return d().wrap(function(e){for(;;)switch(e.prev=e.next){case 0:return this.loading=!0,e.prev=1,e.next=2,this.api.delete(n);case 2:t=e.sent,this.collection=this.collection.filter(function(e){return e.id!==n}),this.current=t,this.error=null,e.next=4;break;case 3:e.prev=3,r=e.catch(1),this.error=r;case 4:return e.prev=4,this.loading=!1,e.finish(4);case 5:case"end":return e.stop()}},e,this,[[1,3,4,5]])})),function(e){return n.apply(this,arguments)})},getters:L({getByParentId:function(e){return function(n){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null;return console.log("Getting files by parent id",n),e.collection.filter(function(e){return!(e.parent_id!=n||r&&!r.includes(e.id)||t&&t.includes(e.id))})}},files:function(e){return e.collection}},(0,m.Q)("files"))};var n,t,r,l,i,o,u,s}(0,p.nY)("files",A(g.A.files));var F=(0,p.nY)("company_logo",A(g.A.company_logo)),x=(0,p.nY)("company_header",A(g.A.company_header)),R=((0,v.A)("files"),t(920)),S=t(8126),E=t(320),I=t(2323),O=t(4142),X=t(7977),B=t(6952),j=t(5979),N=t(6741),P=t(4456),W=t(2372),Q=t(3983),q={key:0,class:"layout flex"},V={class:"file-preview"},K=["href"],M=["src","alt"],T={key:0},z={key:0},D=["href"],U={key:1},G={class:"help-block"},H=["name"],Y={key:2,class:"help-block"},$=["innerHTML"],J={key:1};const Z={__name:"ImageUpload",props:{name:{type:String,required:!0},label:{type:String,default:""},downloadLabel:{type:String,default:"Choisir un fichier"},editLabel:{type:String,default:"Choisir un autre fichier"},deleteLabel:{type:String,default:"Supprimer le fichier"},icon:{type:String,default:"pen"},value:{type:Object||null,default:null},description:{type:String,default:""},fileUrl:{type:String||null,default:null},fileInfo:{type:Object||null,default:null},required:{type:Boolean||null,default:!1},maxSize:{type:Number},deletePermission:{type:Boolean||null,default:!0}},emits:["changeValue","blurValue","unsetValue"],setup:function(e,n){var t=n.emit,a=e,o=t,u=(0,Q.A)(a,o),c=u.nameRef,s=u.tagId,d=u.currentFileInfo,p=u.fileInputRef,f=(u.value,u.errorMessage),v=(u.handleBlur,u.handleChange,u.meta),m=u.onPickFile,g=u.onFilePicked,b=u.onDeleteClicked;return function(n,t){return(0,l.uX)(),(0,l.CE)("div",{class:(0,y.C4)(["form-group File file-upload",{"has-error":(0,i.R1)(v).touched&&!!(0,i.R1)(f)}])},[(0,l.bF)(N.A,{tagId:(0,i.R1)(s),required:e.required,label:e.label},null,8,["tagId","required","label"]),(0,i.R1)(d)?((0,l.uX)(),(0,l.CE)("div",q,[(0,l.Lk)("div",V,[e.fileUrl?((0,l.uX)(),(0,l.CE)("a",{key:0,href:e.fileUrl,title:"Cliquer pour télécharger le fichier","aria-label":"Cliquer pour télécharger le fichier",target:"_blank"},[e.fileInfo?((0,l.uX)(),(0,l.CE)("img",{key:0,onClick:t[0]||(t[0]=function(){return(0,i.R1)(m)&&(0,i.R1)(m).apply(void 0,arguments)}),src:e.fileUrl,alt:e.fileInfo.name,onerror:"this.style.display='none';"},null,8,M)):(0,l.Q3)("v-if",!0)],8,K)):(0,l.Q3)("v-if",!0)]),(0,i.R1)(d)?((0,l.uX)(),(0,l.CE)("div",T,[e.fileUrl?((0,l.uX)(),(0,l.CE)("span",z,[(0,l.Lk)("a",{href:e.fileUrl,title:"Cliquer pour télécharger le fichier","aria-label":"Cliquer pour télécharger le fichier",target:"_blank"},(0,y.v_)(e.fileInfo.name),9,D)])):((0,l.uX)(),(0,l.CE)("span",U,(0,y.v_)((0,i.R1)(d).name),1)),(0,l.Lk)("small",G,(0,y.v_)((0,i.R1)(r.bn)((0,i.R1)(d).size)),1),(0,l.bF)(P.A,{icon:"pen",class:"icon unstyled",onClick:(0,i.R1)(m),type:"button",label:e.editLabel,showLabel:!1},null,8,["onClick","label"]),a.fileInfo&&a.fileInfo.id?((0,l.uX)(),(0,l.Wv)(P.A,{key:2,icon:"trash-alt",class:"icon unstyled",onClick:(0,i.R1)(b),type:"button",label:e.deleteLabel,showLabel:!1},null,8,["onClick","label"])):(0,l.Q3)("v-if",!0)])):(0,l.Q3)("v-if",!0)])):((0,l.uX)(),(0,l.Wv)(P.A,{key:1,icon:"pen",class:"btn btn-info",onClick:(0,i.R1)(m),type:"button",label:e.downloadLabel,showLabel:!0},null,8,["onClick","label"])),(0,l.Lk)("input",{type:"file",name:(0,i.R1)(c),style:{display:"none"},ref_key:"fileInputRef",ref:p,accept:"image/*",onChange:t[1]||(t[1]=function(){return(0,i.R1)(g)&&(0,i.R1)(g).apply(void 0,arguments)})},null,40,H),e.description||e.maxSize?((0,l.uX)(),(0,l.CE)("small",Y,[e.description?((0,l.uX)(),(0,l.CE)("span",{key:0,innerHTML:e.description},null,8,$)):(0,l.Q3)("v-if",!0),e.description&&e.maxSize?((0,l.uX)(),(0,l.CE)("br",J)):(0,l.Q3)("v-if",!0),(0,l.eW)(" Taille maximale : "+(0,y.v_)((0,i.R1)(r.bn)(e.maxSize)),1)])):(0,l.Q3)("v-if",!0),(0,i.R1)(v).touched&&(0,i.R1)(f)?((0,l.uX)(),(0,l.Wv)(W.A,{key:3,message:(0,i.R1)(f)},null,8,["message"])):(0,l.Q3)("v-if",!0)],2)}}};var ee=t(5467);const ne={__name:"AutonomousImageUpload",props:{name:{type:String,required:!0},label:{type:String,default:""},downloadLabel:{type:String,default:"Choisir un fichier"},editLabel:{type:String,default:"Choisir un autre fichier"},deleteLabel:{type:String,default:"Supprimer le fichier"},icon:{type:String,default:"pen"},value:{type:Number||null,default:null},description:{type:String,default:""},fileInfo:{type:Object||null,default:null},deletePermission:{type:Boolean||null,default:!0},required:{type:Boolean||null,default:!1},parentId:{type:Number,required:!0}},emits:["changeValue","blurValue"],setup:function(e,n){var t=n.emit,r=e,a=(0,i.KR)({}),o=(0,ee.i)(),u=(0,l.WQ)("fileStore-".concat(r.name)),s=t,p=(0,i.KR)(0),f=function(){var e=(0,c.A)(d().mark(function e(n){var t,a,l;return d().wrap(function(e){for(;;)switch(e.prev=e.next){case 0:if((t=new FormData).append("upload",n),t.append("description",n.name),console.log("onFileSelected",r,r.value),!r.fileInfo||!r.fileInfo.id){e.next=2;break}return e.next=1,u.updateFile(t,r.fileInfo.id);case 1:a=e.sent,p.value=(new Date).getTime(),s("changeValue",a),e.next=4;break;case 2:return r.parentId&&t.append("parent_id",r.parentId),e.next=3,u.addFile(t);case 3:l=e.sent,s("changeValue",l);case 4:case"end":return e.stop()}},e)}));return function(n){return e.apply(this,arguments)}}(),v=function(){var e=(0,c.A)(d().mark(function e(){return d().wrap(function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=1,u.deleteFile(r.fileInfo.id);case 1:s("changeValue",null);case 2:case"end":return e.stop()}},e)}));return function(){return e.apply(this,arguments)}}(),m=(0,l.EW)(function(){return r.fileInfo?"/files/".concat(r.fileInfo.id,"?action=download&_cache_bust=").concat(p.value):null});return(0,l.sV)((0,c.A)(d().mark(function e(){return d().wrap(function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=1,o.loadConst("config");case 1:a.value=e.sent;case 2:case"end":return e.stop()}},e)}))),function(e,n){return(0,l.uX)(),(0,l.Wv)(Z,{name:"_"+r.name,label:r.label,downloadlabel:r.downloadLabel,editlabel:r.editLabel,deletelabel:r.deletelabel,icon:r.icon,description:r.description,fileInfo:r.fileInfo,"max-size":a.value.max_allowed_file_size,onChangeValue:f,onUnsetValue:v,"file-url":m.value},null,8,["name","label","downloadlabel","editlabel","deletelabel","icon","description","fileInfo","max-size","file-url"])}}};var te=t(7546),re={class:"collapse_title title"},ae=["id","aria-expanded","title","aria-label","aria-controls"],le=["id","aria-labelledby","hidden"],ie={class:"collapse in"},oe={class:"panel-body"};const ue={__name:"Accordion",props:{initialCollapsedState:{type:Boolean,default:!0}},setup:function(e){var n=e,t=(0,i.lW)(n.initialCollapsedState);(0,l.nT)(function(){return t.value=n.initialCollapsedState});var a=(0,r.NF)("accordionPanel"),o=(0,r.NF)("accordionTitle"),u=function(){return t.value=!t.value},c=(0,l.EW)(function(){return t.value?"Afficher le contenu":"Masquer le contenu"});return function(e,n){return(0,l.uX)(),(0,l.CE)("div",null,[(0,l.Lk)("h2",re,[(0,l.Lk)("a",{id:(0,i.R1)(o),href:"#","aria-expanded":!t.value,title:c.value,"aria-label":c.value,"aria-controls":(0,i.R1)(a),onClick:u},[t.value?((0,l.uX)(),(0,l.Wv)(te.A,{key:0,class:"arrow",name:"chevron-down"})):((0,l.uX)(),(0,l.Wv)(te.A,{key:1,class:"arrow",name:"chevron-up"})),(0,l.RG)(e.$slots,"title")],8,ae)]),(0,l.Lk)("div",{id:(0,i.R1)(a),class:"collapse_content","aria-labelledby":(0,i.R1)(o),hidden:t.value},[(0,l.Lk)("div",ie,[(0,l.Lk)("div",oe,[(0,l.RG)(e.$slots,"body")])])],8,le)])}}};t(5199),t(6075),t(7741),t(5775),t(1627),t(217),t(1310),t(9204),t(9311);var ce=t(8838),se=["innerHTML"];const de={__name:"RichTextArea",props:{name:{type:String,required:!0},label:{type:String,default:""},value:{type:[String,Number,Date],default:""},ariaLabel:{type:String,default:""},placeholder:{type:String,default:""},description:{type:String,default:""},required:{type:Boolean,default:!1},cssClass:{type:String,default:""},editable:{type:Boolean,default:!0}},emits:["changeValue","blurValue"],setup:function(e,n){var t=n.emit,a=e,o=t,u=(0,r.NF)(a.name),c=(0,i.lW)(a,"name"),s=((0,i.KR)(null),(0,k.Mt)(c)),d=s.value,p=s.errorMessage,f=s.handleBlur,v=s.handleChange,m=s.meta;function g(e,n){v(e),o("changeValue",n.getContent())}function b(e,n){f(e),o("blurValue",n.getContent())}var h="oxide";window.matchMedia("(prefers-color-scheme: dark)").matches&&(h="oxide-dark");var _={body_class:"form-control",theme_advanced_toolbar_location:"top",theme_advanced_toolbar_align:"left",width:"100%",language:"fr_FR",skin_url:"/fanstatic/fanstatic/js/build/tinymce-assets/skins/ui/"+h,language_url:"/fanstatic/fanstatic/js/build/tinymce-assets/langs/fr_FR.js",content_css:"/fanstatic/fanstatic/js/build/tinymce-assets/skins/ui/"+h+"/content.css",plugins:"lists advlist searchreplace visualblocks fullscreen paste",theme_advanced_resizing:!0,theme:"silver",skin:h,strict_loading_mode:!0,mode:"none",convert_fonts_to_spans:!0,paste_as_text:!0,toolbar:"undo redo | styleselect | bold italic | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent | link image | print preview media fullpage | forecolor backcolor emoticons | fontsizeselect",fontsize_formats:"6pt 8pt 10pt 12pt 14pt 16pt 18pt 24pt 36pt 48pt",menubar:"edit view insert format tools table",browser_spellcheck:!0};return function(n,t){return(0,l.uX)(),(0,l.CE)("div",{class:(0,y.C4)(["form-group String",{"has-error":(0,i.R1)(m).touched&&!!(0,i.R1)(p)}])},[(0,l.bF)(N.A,{tagId:(0,i.R1)(u),required:e.required,label:e.label},null,8,["tagId","required","label"]),(0,l.bF)((0,i.R1)(ce.A),{class:(0,y.C4)(["form-control",e.cssClass]),"aria-label":e.ariaLabel,placeholder:e.placeholder,name:e.name,id:(0,i.R1)(u),init:(0,i.R1)(_),modelValue:(0,i.R1)(d),"onUpdate:modelValue":t[0]||(t[0]=function(e){return(0,i.i9)(d)?d.value=e:null}),disabled:!e.editable,required:e.required,onBlur:b,onKeyup:g},null,8,["class","aria-label","placeholder","name","id","init","modelValue","disabled","required"]),e.description?((0,l.uX)(),(0,l.CE)("div",{key:0,class:"help-block",innerHTML:e.description},null,8,se)):(0,l.Q3)("v-if",!0),(0,i.R1)(m).touched&&(0,i.R1)(p)?((0,l.uX)(),(0,l.Wv)(W.A,{key:1,message:(0,i.R1)(p)},null,8,["message"])):(0,l.Q3)("v-if",!0)],2)}}};var pe=t(4865),fe=t(3751),ve=(t(2696),t(8061)),me=t(3481),ge=t.n(me),be={class:"form-group"},he={class:"label"},_e=["innerHTML"];const ye={__name:"LatLonMiniMap",props:{label:{type:String,default:""},ariaLabel:{type:String,default:""},value:{type:Array,default:[47.21297,-1.55104]},editable:{type:Boolean,default:!0},description:{type:String,default:"Vous pouvez déplacer le marqueur pour ajuster la position."},fallbackCenter:{type:Array,required:!0},checkboxLabel:{type:String,default:"Définir une localisation"},checkboxDescription:{type:String,default:""}},emits:["changeValue","checkboxToggled"],setup:function(e,n){return(0,c.A)(d().mark(function t(){var r,a,o,s,p,f,v,m,g,b,h,_,k,w,C,L;return d().wrap(function(t){for(;;)switch(t.prev=t.next){case 0:return o=n.emit,f=e,v=o,m=(0,ee.i)(),g=(0,i.KR)({}),r=(0,l.E)(function(){return m.loadConst("config")}),a=(0,u.A)(r,2),s=a[0],p=a[1],t.next=1,s;case 1:return s=t.sent,p(),g.value=s,b=(0,i.KR)(ge().latLng(f.value)),h=(0,l.EW)(function(){return Boolean(b.value&&b.value.lat)}),_=(0,l.EW)(function(){return h.value?b.value:ge().latLng(f.fallbackCenter)}),k=(0,i.KR)(_.value),w=function(){return k.value=_.value},C=function(e){b.value&&(b.value=e),v("changeValue",b.value)},L=function(){var e=(0,c.A)(d().mark(function e(n){var t;return d().wrap(function(e){for(;;)switch(e.prev=e.next){case 0:return t=n.target.checked,e.next=1,v("checkboxToggled",t);case 1:t?(b.value=ge().latLng(f.fallbackCenter),w(),window.setTimeout(function(){return window.dispatchEvent(new Event("resize"))},500)):b.value=null;case 2:case"end":return e.stop()}},e)}));return function(n){return e.apply(this,arguments)}}(),(0,l.wB)(function(){return f.value},function(){b.value=ge().latLng(f.value),w()}),t.abrupt("return",function(n,t){return(0,l.uX)(),(0,l.CE)("div",be,[(0,l.Lk)("span",he,(0,y.v_)(e.label),1),(0,l.bo)((0,l.Lk)("div",null,[(0,l.bF)((0,i.R1)(ve.Do),{center:k.value,zoom:12,style:{height:"350px"}},{default:(0,l.k6)(function(){return[(0,l.bF)((0,i.R1)(ve.a),{url:g.value.leaflet_layer_url,attribution:'© Contributeur·ices <a target="_blank" href="http://osm.org/copyright">OpenStreetMap</a>'},null,8,["url"]),(0,l.bF)((0,i.R1)(ve.li),{"lat-lng":_.value,draggable:e.editable,"onUpdate:latLng":C},{default:(0,l.k6)(function(){return[(0,l.bF)((0,i.R1)(ve.up),null,{default:(0,l.k6)(function(){return[(0,l.bF)(j.A,{name:"location-dot","css-class":"map_location",alt:"Localisation de l'enseigne"})]}),_:1})]}),_:1},8,["lat-lng","draggable"])]}),_:1},8,["center"]),e.description?((0,l.uX)(),(0,l.CE)("div",{key:0,class:"help-block",innerHTML:e.description},null,8,_e)):(0,l.Q3)("v-if",!0)],512),[[fe.aG,h.value]]),(0,l.bF)(pe.A,{value:h.value,name:"show_me_on_map",label:e.checkboxLabel,description:e.checkboxDescription,onChange:L},null,8,["value","label","description"])])});case 2:case"end":return t.stop()}},t)}))()}};var ke=t(933),we=t(6753),Ce=t(1275),Le={class:"alert alert-success"},Ae={class:"limited_width width60"},Fe={id:"form-accordion",class:"collapsible"},xe={class:"row form-row"},Re={class:"col-md-12"},Se={class:"row form-row"},Ee={class:"col-md-12"},Ie={class:"row form-row"},Oe={class:"col-md-12"},Xe={class:"row form-row"},Be={class:"col-md-12"},je={class:"row form-row"},Ne={class:"col-md-6"},Pe={class:"col-md-6"},We={class:"row form-row"},Qe={class:"col-md-12"},qe={class:"row form-row"},Ve={class:"col-md-6"},Ke={class:"col-md-6"},Me={class:"row form-row"},Te={class:"col-md-12"},ze={class:"row form-row"},De={class:"col-md-12 minimap"},Ue={class:"row form-row"},Ge={class:"col-md-12"},He={class:"row form-row"},Ye={class:"col-md-12"},$e={class:"row form-row"},Je={class:"col-md-12"},Ze={class:"row form-row"},en={class:"col-md-12"},nn={class:"row form-row"},tn={class:"col-md-12"},rn={key:0,class:"row form-row"},an={class:"col-md-12"},ln={key:1,class:"row form-row"},on={class:"col-md-12"},un={class:"row form-row"},cn={class:"col-md-12"},sn={key:0,class:"data_display content_vertical_padding"},dn={class:"alert alert-info"},pn={class:"icon"},fn={key:0},vn={key:1,class:"alert alert-info"},mn={key:0},gn={key:0,class:"row form-row"},bn={class:"col-md-12"},hn={class:"col-md-12"},_n={class:"col-md-12"},yn={class:"input-group"},kn={key:1,class:"row form-row"},wn={class:"col-md-12"},Cn={key:2,class:"row form-row"},Ln={class:"col-md-12"},An={key:3,class:"row form-row"},Fn={class:"col-md-12"},xn={key:4,class:"row form-row"},Rn={class:"col-md-12"},Sn={key:1},En={class:"row form-row"},In={key:0,class:"col-md-6"},On={key:1,class:"col-md-6"},Xn={key:0,class:"row form-row"},Bn={class:"col-md-12"},jn={class:"limited_width width60"},Nn=["disabled"];const Pn={__name:"CompanyForm",props:{company:{type:Object},layout:{type:Object}},emits:["saved","cancel","error"],setup:function(e,n){var t,o,s=n.emit,p=e,f=s,v=b(),m=_(),g=(0,i.KR)(v.getOptions("activities")),h=(0,i.KR)(v.getOptions("decimal_to_display")),w=(0,i.KR)(v.getOptions("deposit_options")),C=(0,i.KR)(v.getOptions("antennes_options")),L=(0,i.KR)(v.getOptions("follower_options")),A=(0,i.KR)(!1),N=(0,i.KR)(null===(t=p.company)||void 0===t?void 0:t.company_smtp_settings_id),P=(0,i.KR)(null===(o=p.company)||void 0===o?void 0:o.smtp_settings),W=(0,l.EW)(function(){var e=v.getSchema("default");return console.log("Json Schema"),console.log(e),(0,R.cp)(e)}),Q=(0,l.EW)(function(){var e=(0,R.rV)(W.value);p.company&&Object.assign(e,p.company);var n=new URLSearchParams(window.location.search).get("user_id");return n&&(e.user_id=n),console.log("Initial values"),console.log(e),e}),q=(0,k.mN)({validationSchema:W,initialValues:Q}),V=q.values,K=q.handleSubmit,M=q.setFieldValue,T=q.isSubmitting,z=q.setFieldTouched,D=q.errors,U=(0,i.KR)(!0),G=K((0,R.FP)(f,function(e){var n=new URLSearchParams(window.location.search).get("user_id");return n&&(e.user_id=n),m.saveCompany(e)}),(0,R.WS)(f,function(){return U.value=!1})),H=function(){return f("cancel")},Y=function(e){e||(e={lat:null,lng:null}),M("latitude",e.lat),z("latitude",!0),M("longitude",e.lng),z("longitude",!0)},$=function(e,n,t){M(e,t?t.id:null),z(e,!0),M(n,t),z(n,!0)},J=(0,l.EW)(function(){return function(e){return(0,R.Nw)(W.value,e)}});(0,l.Gt)(R.MQ,{getFormFieldData:J,formSchema:W,setFieldValue:function(e,n){M(e,n),z(e,!0)}});var Z=F(),ee=x();(0,l.Gt)("fileStore-logo_id",Z),(0,l.Gt)("fileStore-header_id",ee);var te=p.layout,re=p.company&&m.companyId,ae=(0,i.KR)(re?[p.company.latitude,p.company.longitude]:null),le=new r.zB(function(e,n){return(0,S.S3)(e,n,1)}),ie=function(){var e=(0,c.A)(d().mark(function e(n,t,r,a){var l,i,o,u,c;return d().wrap(function(e){for(;;)switch(e.prev=e.next){case 0:if(a&&"FRANCE"!==a.toUpperCase()||void 0===n){e.next=4;break}return e.prev=1,l=r?"".concat(n,", ").concat(r):n,e.next=2,le.lookup(l,t);case 2:(i=e.sent).length>0&&(o=i[0],(u=o.properties.score)>.9&&(console.log("Setting map location because we have sufficient confidence in API result (score=".concat(u,")"),o),ae.value=o.geometry.coordinates.toReversed())),e.next=4;break;case 3:e.prev=3,c=e.catch(1),console.warn(c);case 4:case"end":return e.stop()}},e,null,[[1,3]])}));return function(n,t,r,a){return e.apply(this,arguments)}}(),oe=(0,l.EW)(function(){return["internal","code_compta","general_customer_account","general_expense_account","third_party_customer_account","general_supplier_account","third_party_supplier_account","internalgeneral_customer_account","internalthird_party_customer_account","internalgeneral_supplier_account","internalthird_party_supplier_account","contribution","internalcontribution","insurance","internalinsurance","RIB","IBAN","antenne_id","follower_id"].some(function(e){return null!=W.value.fields[e]})});(0,l.wB)(function(){return[V.address,V.zip_code,V.city,V.country]},function(){var e=(0,c.A)(d().mark(function e(n,t){var r,a,l,i,o;return d().wrap(function(e){for(;;)switch(e.prev=e.next){case 0:return r=(0,u.A)(n,4),a=r[0],l=r[1],i=r[2],o=r[3],e.next=1,ie(a,l,i,o);case 1:case"end":return e.stop()}},e)}));return function(n,t){return e.apply(this,arguments)}}()),(0,l.wB)(function(){return[V.smtp_configuration]},function(){var e=(0,c.A)(d().mark(function e(n){var t,r;return d().wrap(function(e){for(;;)switch(e.prev=e.next){case 0:t=(0,u.A)(n,1),"company"==(r=t[0])?A.value=!0:"none"==r?(P.value=null,N.value=null):N.value=null;case 1:case"end":return e.stop()}},e)}));return function(n){return e.apply(this,arguments)}}());var ce=function(){A.value=!0},se=function(){A.value=!1,N.value?M("smtp_configuration","company"):P.value?M("smtp_configuration","cae"):M("smtp_configuration","none")},fe=function(e){A.value=!1,N.value=e.id,P.value=e,M("smtp_configuration","company")},ve=function(){A.value=!1,N.value=null,P.value=null,M("smtp_configuration","none")};return function(n,t){return(0,l.uX)(),(0,l.CE)(l.FK,null,[(0,l.Lk)("div",Le,[(0,l.bF)(j.A,{name:"success",alt:""}),t[4]||(t[4]=(0,l.eW)(" Les données de la section « ",-1)),t[5]||(t[5]=(0,l.Lk)("em",null,"Informations publiques",-1)),t[6]||(t[6]=(0,l.eW)(" » apparaissent sur les devis/factures, ainsi que dans l'annuaire et la carte des enseignes (accessibles seulement en interne, à tous les membres de la CAE). ",-1))]),(0,l.bF)((0,i.R1)(te),{onSubmitForm:(0,i.R1)(G)},{title:(0,l.k6)(function(){return[(0,i.R1)(re)?((0,l.uX)(),(0,l.CE)(l.FK,{key:0},[(0,l.eW)(" Modifier l'enseigne ")],64)):((0,l.uX)(),(0,l.CE)(l.FK,{key:1},[(0,l.eW)(" Ajouter une enseigne ")],64))]}),fields:(0,l.k6)(function(){return[(0,l.Lk)("div",Ae,[(0,l.bF)(ke.A,{errors:(0,i.R1)(D),"get-form-field-data":J.value},null,8,["errors","get-form-field-data"]),(0,l.Lk)("fieldset",null,[(0,l.Lk)("div",Fe,[(0,l.bF)(ue,{"initial-collapsed-state":!1,class:"separate_block border_left_block"},{title:(0,l.k6)(function(){return(0,a.A)(t[7]||(t[7]=[(0,l.eW)(" Informations publiques ",-1)]))}),body:(0,l.k6)(function(){return[(0,l.Lk)("div",xe,[(0,l.Lk)("div",Re,[(0,l.bF)(E.A,(0,y._B)((0,l.Ng)(J.value("name"))),null,16)])]),(0,l.Lk)("div",Se,[(0,l.Lk)("div",Ee,[(0,l.bF)(E.A,(0,y._B)((0,l.Ng)(J.value("goal"))),null,16)])]),(0,l.Lk)("div",Ie,[(0,l.Lk)("div",Oe,[(0,l.bF)(X.A,(0,l.v6)(J.value("activities"),{options:g.value,settings:{multiple:!0}}),null,16,["options"])])]),(0,l.Lk)("div",Xe,[(0,l.Lk)("div",Be,[(0,l.bF)(E.A,(0,y._B)((0,l.Ng)(J.value("email"))),null,16)])]),(0,l.Lk)("div",je,[(0,l.Lk)("div",Ne,[(0,l.bF)(E.A,(0,y._B)((0,l.Ng)(J.value("phone"))),null,16)]),(0,l.Lk)("div",Pe,[(0,l.bF)(E.A,(0,y._B)((0,l.Ng)(J.value("mobile"))),null,16)])]),(0,l.Lk)("div",We,[(0,l.Lk)("div",Qe,[(0,l.bF)(E.A,(0,y._B)((0,l.Ng)(J.value("address"))),null,16)])]),(0,l.Lk)("div",qe,[(0,l.Lk)("div",Ve,[(0,l.bF)(E.A,(0,y._B)((0,l.Ng)(J.value("zip_code"))),null,16)]),(0,l.Lk)("div",Ke,[(0,l.bF)(E.A,(0,y._B)((0,l.Ng)(J.value("city"))),null,16)])]),(0,l.Lk)("div",Me,[(0,l.Lk)("div",Te,[(0,l.bF)(E.A,(0,y._B)((0,l.Ng)(J.value("country"))),null,16)])]),(0,l.Lk)("div",ze,[(0,l.Lk)("div",De,[(0,l.bF)(ye,{"fallback-center":[47.21297,-1.55104],value:ae.value,label:"Position sur la carte des enseignes","checkbox-label":"Publier la position","checkbox-description":"Si « Publier la position » est activé, l'enseigne <strong>apparaîtra sur la carte des enseignes (interne seulement)</strong>. Notez qu'il est possible d'apparaître sur la carte sans renseigner d'adresse (ex : pour <strong>éviter qu'une adresse perso n'apparaîsse sur les devis/factures</strong>) : il suffit de déplacer le marqueur manuellement et de vider les champs d'adresse.",onChangeValue:Y,onCheckboxToggled:t[0]||(t[0]=function(e){return e&&ie((0,i.R1)(V).address,(0,i.R1)(V).zip_code,(0,i.R1)(V).country)})},null,8,["value"])])]),(0,l.Lk)("div",Ue,[(0,l.Lk)("div",Ge,[(0,l.bF)(E.A,(0,l.v6)(J.value("latitude"),{type:"hidden"}),null,16),(0,l.bF)(E.A,(0,l.v6)(J.value("longitude"),{type:"hidden"}),null,16)])]),(0,l.Lk)("div",He,[(0,l.Lk)("div",Ye,[(0,l.bF)(ne,(0,l.v6)(J.value("logo_id"),{"file-info":(0,i.R1)(V).logo,"parent-id":(0,i.R1)(m).companyId,onChangeValue:t[1]||(t[1]=function(e){return $("logo_id","logo",e)})}),null,16,["file-info","parent-id"])])])]}),_:1}),(0,l.bF)(ue,{"initial-collapsed-state":U.value,class:"separate_block border_left_block"},{title:(0,l.k6)(function(){return(0,a.A)(t[8]||(t[8]=[(0,l.eW)(" Personnalisation des documents ",-1)]))}),body:(0,l.k6)(function(){return[(0,l.Lk)("div",$e,[(0,l.Lk)("div",Je,[(0,l.bF)(ne,(0,l.v6)(J.value("header_id"),{"file-info":(0,i.R1)(V).header,"parent-id":(0,i.R1)(m).companyId,onChangeValue:t[2]||(t[2]=function(e){return $("header_id","header",e)})}),null,16,["file-info","parent-id"])])]),(0,l.Lk)("div",Ze,[(0,l.Lk)("div",en,[(0,l.bF)(de,(0,y._B)((0,l.Ng)(J.value("cgv"))),null,16)])]),(0,l.Lk)("div",nn,[(0,l.Lk)("div",tn,[(0,l.bF)(O.A,(0,l.v6)(J.value("decimal_to_display"),{options:h.value}),null,16,["options"])])]),W.value.fields.default_estimation_deposit?((0,l.uX)(),(0,l.CE)("div",rn,[(0,l.Lk)("div",an,[(0,l.bF)(O.A,(0,l.v6)(J.value("default_estimation_deposit"),{options:w.value}),null,16,["options"])])])):(0,l.Q3)("v-if",!0),W.value.fields.default_add_estimation_details_in_invoice?((0,l.uX)(),(0,l.CE)("div",ln,[(0,l.Lk)("div",on,[(0,l.bF)(pe.A,(0,y._B)((0,l.Ng)(J.value("default_add_estimation_details_in_invoice"))),null,16)])])):(0,l.Q3)("v-if",!0)]}),_:1},8,["initial-collapsed-state"]),(0,l.bF)(ue,{"initial-collapsed-state":U.value,class:"separate_block border_left_block"},{title:(0,l.k6)(function(){return(0,a.A)(t[9]||(t[9]=[(0,l.eW)(" Envoi d’e-mails ",-1)]))}),body:(0,l.k6)(function(){return[(0,l.Lk)("div",un,[(0,l.Lk)("div",cn,[P.value?((0,l.uX)(),(0,l.CE)("div",sn,[(0,l.Lk)("div",dn,[(0,l.Lk)("span",pn,[(0,l.bF)(j.A,{name:"envelope"})]),t[10]||(t[10]=(0,l.eW)(" Votre enseigne est configurée pour envoyer des mails directement depuis CAErp. Un bouton vous permet d'envoyer vos devis et factures à vos clients directement depuis l’application. ",-1))]),(0,l.Lk)("dl",null,[(0,l.Lk)("div",null,[t[11]||(t[11]=(0,l.Lk)("dt",null,"E-mail d'expédition",-1)),(0,l.Lk)("dd",null,(0,y.v_)(P.value.sender_email),1)]),(0,l.Lk)("div",null,[t[12]||(t[12]=(0,l.Lk)("dt",null,"Nom d'hôte",-1)),(0,l.Lk)("dd",null,(0,y.v_)(P.value.smtp_host)+" (port "+(0,y.v_)(P.value.smtp_port)+") ",1)]),P.value.smtp_user!=P.value.sender_email?((0,l.uX)(),(0,l.CE)("div",fn,[t[13]||(t[13]=(0,l.Lk)("dt",null,"Utilisateur",-1)),(0,l.Lk)("dd",null,(0,y.v_)(P.value.smtp_user),1)])):(0,l.Q3)("v-if",!0)])])):((0,l.uX)(),(0,l.CE)("div",vn," Si vous configurez un service d’envoi d’e-mails, un bouton vous permettra d'envoyer vos devis et factures à vos clients directement depuis l’application. ")),N.value?((0,l.uX)(),(0,l.CE)("button",{key:2,type:"button",class:"btn btn-primary",onClick:t[3]||(t[3]=function(){return ce&&ce.apply(void 0,arguments)})}," Modifier ma configuration ")):(0,l.Q3)("v-if",!0),(0,l.bF)(B.A,(0,y._B)((0,l.Ng)(J.value("smtp_configuration"))),null,16)])])]}),_:1},8,["initial-collapsed-state"]),oe.value?((0,l.uX)(),(0,l.CE)("div",mn,[(0,l.bF)(ue,{"initial-collapsed-state":U.value,class:"separate_block border_left_block"},{title:(0,l.k6)(function(){return(0,a.A)(t[14]||(t[14]=[(0,l.eW)(" Paramètres techniques (compta, gestion) ",-1)]))}),body:(0,l.k6)(function(){return[W.value.fields.internal?((0,l.uX)(),(0,l.CE)("div",gn,[(0,l.Lk)("div",bn,[(0,l.bF)(pe.A,(0,y._B)((0,l.Ng)(J.value("internal"))),null,16)])])):(0,l.Q3)("v-if",!0),((0,l.uX)(),(0,l.CE)(l.FK,null,(0,l.pI)(["code_compta","general_customer_account","general_expense_account","third_party_customer_account","general_supplier_account","third_party_supplier_account","internalgeneral_customer_account","internalthird_party_customer_account","internalgeneral_supplier_account","internalthird_party_supplier_account"],function(e){return(0,l.uX)(),(0,l.CE)(l.FK,null,[W.value.fields[e]?((0,l.uX)(),(0,l.CE)("div",{key:e,class:"row form-row"},[(0,l.Lk)("div",hn,[(0,l.bF)(E.A,(0,l.v6)({ref_for:!0},J.value(e)),null,16)])])):(0,l.Q3)("v-if",!0)],64)}),64)),((0,l.uX)(),(0,l.CE)(l.FK,null,(0,l.pI)(["contribution","internalcontribution","insurance","internalinsurance"],function(e){return(0,l.uX)(),(0,l.CE)(l.FK,null,[W.value.fields[e]?((0,l.uX)(),(0,l.CE)("div",{key:e,class:"row form-row"},[(0,l.Lk)("div",_n,[(0,l.Lk)("div",yn,[(0,l.bF)(E.A,(0,l.v6)({ref_for:!0},J.value(e),{"aria-label":J.value(e).label+" (en pour-cents)"}),null,16,["aria-label"]),t[15]||(t[15]=(0,l.Lk)("span",{class:"input-group-addon"},"%",-1))])])])):(0,l.Q3)("v-if",!0)],64)}),64)),W.value.fields.RIB?((0,l.uX)(),(0,l.CE)("div",kn,[(0,l.Lk)("div",wn,[(0,l.bF)(E.A,(0,y._B)((0,l.Ng)(J.value("RIB"))),null,16)])])):(0,l.Q3)("v-if",!0),W.value.fields.IBAN?((0,l.uX)(),(0,l.CE)("div",Cn,[(0,l.Lk)("div",Ln,[(0,l.bF)(E.A,(0,y._B)((0,l.Ng)(J.value("IBAN"))),null,16)])])):(0,l.Q3)("v-if",!0),W.value.fields.antenne_id?((0,l.uX)(),(0,l.CE)("div",An,[(0,l.Lk)("div",Fn,[(0,l.bF)(O.A,(0,l.v6)(J.value("antenne_id"),{options:C.value}),null,16,["options"])])])):(0,l.Q3)("v-if",!0),W.value.fields.follower_id?((0,l.uX)(),(0,l.CE)("div",xn,[(0,l.Lk)("div",Rn,[(0,l.bF)(X.A,(0,l.v6)(J.value("follower_id"),{options:L.value}),null,16,["options"])])])):(0,l.Q3)("v-if",!0)]}),_:1},8,["initial-collapsed-state"])])):(0,l.Q3)("v-if",!0),W.value.fields.general_overhead?((0,l.uX)(),(0,l.CE)("div",Sn,[(0,l.bF)(ue,{"initial-collapsed-state":U.value,class:"separate_block border_left_block"},{title:(0,l.k6)(function(){return(0,a.A)(t[16]||(t[16]=[(0,l.eW)(" Coefficient de calcul des études de prix ",-1)]))}),body:(0,l.k6)(function(){return[(0,l.Lk)("div",En,[W.value.fields.general_overhead?((0,l.uX)(),(0,l.CE)("div",In,[(0,l.bF)(E.A,(0,y._B)((0,l.Ng)(J.value("general_overhead"))),null,16)])):(0,l.Q3)("v-if",!0),W.value.fields.margin_rate?((0,l.uX)(),(0,l.CE)("div",On,[(0,l.bF)(E.A,(0,y._B)((0,l.Ng)(J.value("margin_rate"))),null,16)])):(0,l.Q3)("v-if",!0)]),W.value.fields.use_margin_rate_in_catalog?((0,l.uX)(),(0,l.CE)("div",Xn,[(0,l.Lk)("div",Bn,[(0,l.bF)(pe.A,(0,y._B)((0,l.Ng)(J.value("use_margin_rate_in_catalog"))),null,16)])])):(0,l.Q3)("v-if",!0)]}),_:1},8,["initial-collapsed-state"])])):(0,l.Q3)("v-if",!0)])])])]}),buttons:(0,l.k6)(function(){return[(0,l.Lk)("div",jn,[(0,l.Lk)("button",{id:"deformsubmit",name:"submit",type:"submit",class:"btn btn-primary",value:"submit",disabled:(0,i.R1)(T)}," Valider ",8,Nn),(0,l.Lk)("button",{id:"deformcancel",name:"cancel",type:"button",class:"btn btn-default",onClick:H}," Annuler "),(0,i.R1)(!1)?((0,l.uX)(),(0,l.Wv)(I.A,{key:0,debug:(0,i.R1)(V)},null,8,["debug"])):(0,l.Q3)("v-if",!0)])]}),_:1},8,["onSubmitForm"]),A.value?((0,l.uX)(),(0,l.Wv)(we.A,{key:0,"smtp-settings-id":N.value,"company-id":e.company.id,"default-email":e.company.email,"form-config-url":"/api/v1/companies/".concat(e.company.id,"/smtp_settings?form_config=1"),layout:Ce.A,onSaved:fe,onCancel:se,onDeleted:ve},null,8,["smtp-settings-id","company-id","default-email","form-config-url"])):(0,l.Q3)("v-if",!0)],64)}}};var Wn={key:0};const Qn={__name:"CompanyFormComponent",props:{edit:{type:Boolean,default:!1},companyId:{type:Number||null,default:null},url:{type:String,required:!0},formConfigUrl:{type:String,required:!0},layout:{type:Object,default:f.A}},emits:["saved","cancel"],setup:function(e,n){return(0,c.A)(d().mark(function t(){var r,a,o,s,f,v,m,g,h,y,k,w,C,L,A,F;return d().wrap(function(t){for(;;)switch(t.prev=t.next){case 0:return F=function(e){console.log("Company saved"),m("saved",e)},C=function(){return(C=(0,c.A)(d().mark(function e(){var n;return d().wrap(function(e){for(;;)switch(e.prev=e.next){case 0:n=[h.loadConfig()],y&&(k.setCurrentCompanyId(v.companyId),n.push(k.loadCompany(v.companyId))),Promise.all(n).then(function(){return g.value=!1});case 1:case"end":return e.stop()}},e)}))).apply(this,arguments)},w=function(){return C.apply(this,arguments)},o=n.emit,v=e,m=o,g=(0,i.KR)(!0),(h=b()).setUrl(v.formConfigUrl),y=!!v.companyId,k=_(),L=(0,p.bP)(k),A=L.item,r=(0,l.E)(function(){return w()}),a=(0,u.A)(r,2),s=a[0],f=a[1],t.next=1,s;case 1:return f(),t.abrupt("return",function(n,t){return g.value?((0,l.uX)(),(0,l.CE)("div",Wn,"Chargement…")):((0,l.uX)(),(0,l.Wv)(Pn,{key:1,company:(0,i.R1)(A)||{},onSaved:F,onCancel:t[0]||(t[0]=function(e){return m("cancel")}),layout:e.layout},null,8,["company","layout"]))});case 2:case"end":return t.stop()}},t)}))()}},qn={__name:"App",setup:function(e){var n=(0,o.Dn)(),t=function(e){window.location.replace("/companies/"+e.id)},r=function(){console.log("come_from",n),n.come_from?window.location.replace(n.come_from):window.location.href=n.context_url.replace("/api/v1/","/")};return function(e,o){return(0,l.uX)(),(0,l.Wv)(l.tY,null,{fallback:(0,l.k6)(function(){return(0,a.A)(o[0]||(o[0]=[(0,l.eW)(" Chargement... ",-1)]))}),default:(0,l.k6)(function(){return[(0,l.Lk)("div",null,[(0,l.bF)(Qn,{edit:(0,i.R1)(n).edit,"company-id":(0,i.R1)(n).company_id,url:(0,i.R1)(n).context_url,"form-config-url":(0,i.R1)(n).form_config_url,onSaved:t,onCancel:r},null,8,["edit","company-id","url","form-config-url"])])]}),_:1})}}};(0,r.Yk)(qn)}},a={};function l(e){var n=a[e];if(void 0!==n)return n.exports;var t=a[e]={id:e,loaded:!1,exports:{}};return r[e].call(t.exports,t,t.exports,l),t.loaded=!0,t.exports}l.m=r,e=[],l.O=(n,t,r,a)=>{if(!t){var i=1/0;for(s=0;s<e.length;s++){for(var[t,r,a]=e[s],o=!0,u=0;u<t.length;u++)(!1&a||i>=a)&&Object.keys(l.O).every(e=>l.O[e](t[u]))?t.splice(u--,1):(o=!1,a<i&&(i=a));if(o){e.splice(s--,1);var c=r();void 0!==c&&(n=c)}}return n}a=a||0;for(var s=e.length;s>0&&e[s-1][2]>a;s--)e[s]=e[s-1];e[s]=[t,r,a]},l.n=e=>{var n=e&&e.__esModule?()=>e.default:()=>e;return l.d(n,{a:n}),n},t=Object.getPrototypeOf?e=>Object.getPrototypeOf(e):e=>e.__proto__,l.t=function(e,r){if(1&r&&(e=this(e)),8&r)return e;if("object"==typeof e&&e){if(4&r&&e.__esModule)return e;if(16&r&&"function"==typeof e.then)return e}var a=Object.create(null);l.r(a);var i={};n=n||[null,t({}),t([]),t(t)];for(var o=2&r&&e;"object"==typeof o&&!~n.indexOf(o);o=t(o))Object.getOwnPropertyNames(o).forEach(n=>i[n]=()=>e[n]);return i.default=()=>e,l.d(a,i),a},l.d=(e,n)=>{for(var t in n)l.o(n,t)&&!l.o(e,t)&&Object.defineProperty(e,t,{enumerable:!0,get:n[t]})},l.e=()=>Promise.resolve(),l.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),l.o=(e,n)=>Object.prototype.hasOwnProperty.call(e,n),l.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},l.nmd=e=>(e.paths=[],e.children||(e.children=[]),e),l.j=604,(()=>{var e;l.g.importScripts&&(e=l.g.location+"");var n=l.g.document;if(!e&&n&&(n.currentScript&&"SCRIPT"===n.currentScript.tagName.toUpperCase()&&(e=n.currentScript.src),!e)){var t=n.getElementsByTagName("script");if(t.length)for(var r=t.length-1;r>-1&&(!e||!/^http(s?):/.test(e));)e=t[r--].src}if(!e)throw new Error("Automatic publicPath is not supported in this browser");e=e.replace(/#.*$/,"").replace(/\?.*$/,"").replace(/\/[^\/]+$/,"/"),l.p=e})(),(()=>{var e={604:0};l.O.j=n=>0===e[n];var n=(n,t)=>{var r,a,[i,o,u]=t,c=0;if(i.some(n=>0!==e[n])){for(r in o)l.o(o,r)&&(l.m[r]=o[r]);if(u)var s=u(l)}for(n&&n(t);c<i.length;c++)a=i[c],l.o(e,a)&&e[a]&&e[a][0](),e[a]=0;return l.O(s)},t=self.webpackChunkenDI=self.webpackChunkenDI||[];t.forEach(n.bind(null,0)),t.push=n.bind(null,t.push.bind(t))})(),l.nc=void 0;var i=l.O(void 0,[534],()=>l(9064));i=l.O(i)})();
|
1
|
+
(()=>{"use strict";var e,n,t,r={9064:(e,n,t)=>{var r=t(750),a=t(5458),l=t(641),i=t(953),o=t(136),u=t(296),c=t(467),s=t(4756),d=t.n(s),p=t(810),f=t(7437),v=t(3454),m=t(4590),g=t(9596),b=(0,v.A)("company"),h=((0,v.A)("companyList"),["id","goal","name","activities","email","phone","mobile","address","zip_code","city","country","latitude","longitude","logo","logo_id","cgv","header","header_id","decimal_to_display","internal","code_compta","general_customer_account","general_expense_account","third_party_customer_account","general_supplier_account","third_party_supplier_account","internalgeneral_customer_account","internalthird_party_customer_account","internalgeneral_supplier_account","internalthird_party_supplier_account","contribution","internalcontribution","insurance","internalinsurance","RIB","IBAN","antenne_id","follower_id","smtp_configuration","use_margin_rate_in_catalog","margin_rate","general_overhead"]),_=(0,p.nY)("company",{state:function(){return{loading:!0,error:!1,collection:[],collectionMetaData:{},companyId:null,item:{}}},actions:{setCurrentCompanyId:function(e){this.companyId=e},loadCompanies:function(e){var n=this;return(0,c.A)(d().mark(function t(){return d().wrap(function(t){for(;;)switch(t.prev=t.next){case 0:return n.loading=!0,t.abrupt("return",g.A.companies.getCompanies(e).then(function(t){var r;return e.pageOptions&&2==t.length?(n.collectionMetaData=t[0],r=t[1]):r=t,n.loading=!1,n.error="",n.collection=r,r}).catch(n.handleError));case 1:case"end":return t.stop()}},t)}))()},loadCompany:function(){var e=arguments,n=this;return(0,c.A)(d().mark(function t(){var r,a;return d().wrap(function(t){for(;;)switch(t.prev=t.next){case 0:if(null===(a=e.length>1&&void 0!==e[1]?e[1]:null)&&(a=h),r=(r=e.length>0&&void 0!==e[0]?e[0]:null)||n.companyId){t.next=1;break}throw Error("no Id provided");case 1:return n.loading=!0,t.abrupt("return",g.A.companies.load(r,a).then(function(e){return n.loading=!1,n.error=!1,n.item=e,e}).catch(n.handleError));case 2:case"end":return t.stop()}},t)}))()},handleError:function(e){var n=this;return(0,c.A)(d().mark(function t(){return d().wrap(function(t){for(;;)switch(t.prev=t.next){case 0:return n.loading=!1,n.error=e,t.abrupt("return",Promise.reject(e));case 1:case"end":return t.stop()}},t)}))()},saveCompany:function(e){var n=this;return(0,c.A)(d().mark(function t(){var r;return d().wrap(function(t){for(;;)switch(t.prev=t.next){case 0:if(!(r=n.companyId||e.id)){t.next=1;break}return t.abrupt("return",g.A.companies.update(e,r));case 1:return t.abrupt("return",n.createCompany(e));case 2:case"end":return t.stop()}},t)}))()},createCompany:function(e){return(0,c.A)(d().mark(function n(){return d().wrap(function(n){for(;;)switch(n.prev=n.next){case 0:if(!e.id){n.next=1;break}throw Error("Company already exists (has an id)");case 1:return n.abrupt("return",g.A.companies.create(e));case 2:case"end":return n.stop()}},n)}))()}},getters:(0,m.Q)("company")}),y=t(33),k=t(1268),w=t(4467);function C(e,n){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);n&&(r=r.filter(function(n){return Object.getOwnPropertyDescriptor(e,n).enumerable})),t.push.apply(t,r)}return t}function L(e){for(var n=1;n<arguments.length;n++){var t=null!=arguments[n]?arguments[n]:{};n%2?C(Object(t),!0).forEach(function(n){(0,w.A)(e,n,t[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):C(Object(t)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))})}return e}function A(e){return{state:function(){return{api:e,loading:!1,error:null,current:null,collection:[],collectionMetaData:{}}},actions:{loadFromNodes:(s=(0,c.A)(d().mark(function e(n){var t=this;return d().wrap(function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=1,Promise.all(n.map(function(){var e=(0,c.A)(d().mark(function e(n){var r,l;return d().wrap(function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=1,t.api.getFiles(n);case 1:l=e.sent,(r=t.collection).push.apply(r,(0,a.A)(l));case 2:case"end":return e.stop()}},e)}));return function(n){return e.apply(this,arguments)}}()));case 1:case"end":return e.stop()}},e)})),function(e){return s.apply(this,arguments)}),loadFromNode:(u=(0,c.A)(d().mark(function e(n){var t,r,a,l,i;return d().wrap(function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=1,this.api.getFiles(n);case 1:t=e.sent,r={},t.forEach(function(e){r[e.id]||(r[e.id]=e)}),a=[],l=this.collection.map(function(e,n){return r[e.id]?(a.push(e.id),r[e.id]):e}),i=Object.values(r).filter(function(e){return!a.includes(e.id)}),this.collection=l.concat(i);case 2:case"end":return e.stop()}},e,this)})),function(e){return u.apply(this,arguments)}),addFile:(o=(0,c.A)(d().mark(function e(n){var t,r;return d().wrap(function(e){for(;;)switch(e.prev=e.next){case 0:return this.loading=!0,console.log("Adding file from filestore"),console.log(n),e.prev=1,e.next=2,this.api.create(n);case 2:return t=e.sent,this.collection=this.collection.concat([t]),this.current=t,this.error=null,e.abrupt("return",t);case 3:e.prev=3,r=e.catch(1),this.error=r;case 4:return e.prev=4,this.loading=!1,e.finish(4);case 5:case"end":return e.stop()}},e,this,[[1,3,4,5]])})),function(e){return o.apply(this,arguments)}),addMultipleFiles:(i=(0,c.A)(d().mark(function e(n){var t,r,a=this;return d().wrap(function(e){for(;;)switch(e.prev=e.next){case 0:return console.log("Adding multiple files from filestore"),this.loading=!0,e.prev=1,console.log("Building promises"),e.next=2,Promise.all(n.map(function(e){return a.api.create(e)}));case 2:t=e.sent,this.collection=this.collection.concat(t),this.error=null,e.next=4;break;case 3:e.prev=3,r=e.catch(1),console.log(r),this.error=r;case 4:return e.prev=4,this.loading=!1,e.finish(4);case 5:case"end":return e.stop()}},e,this,[[1,3,4,5]])})),function(e){return i.apply(this,arguments)}),updateFile:(l=(0,c.A)(d().mark(function e(n,t){var r,a;return d().wrap(function(e){for(;;)switch(e.prev=e.next){case 0:return this.loading=!0,e.prev=1,e.next=2,this.api.update(n,t);case 2:return r=e.sent,this.collection=this.collection.map(function(e){return e.id===t?r:e}),this.current=r,this.error=null,e.abrupt("return",r);case 3:e.prev=3,a=e.catch(1),console.log(a),this.error=a;case 4:return e.prev=4,this.loading=!1,e.finish(4);case 5:case"end":return e.stop()}},e,this,[[1,3,4,5]])})),function(e,n){return l.apply(this,arguments)}),moveFile:(r=(0,c.A)(d().mark(function e(n,t){var r,a,l;return d().wrap(function(e){for(;;)switch(e.prev=e.next){case 0:return this.loading=!0,e.prev=1,e.next=2,this.api.moveFile(n,t);case 2:r=e.sent,a=this.collection.findIndex(function(e){return e.id===n}),this.collection[a]=r,this.current=r,this.error=null,e.next=4;break;case 3:e.prev=3,l=e.catch(1),this.error=l;case 4:return e.prev=4,this.loading=!1,e.finish(4);case 5:case"end":return e.stop()}},e,this,[[1,3,4,5]])})),function(e,n){return r.apply(this,arguments)}),downloadFile:(t=(0,c.A)(d().mark(function e(n){var t;return d().wrap(function(e){for(;;)switch(e.prev=e.next){case 0:t="/files/".concat(n,"?action=download"),window.open(t);case 1:case"end":return e.stop()}},e)})),function(e){return t.apply(this,arguments)}),deleteFile:(n=(0,c.A)(d().mark(function e(n){var t,r;return d().wrap(function(e){for(;;)switch(e.prev=e.next){case 0:return this.loading=!0,e.prev=1,e.next=2,this.api.delete(n);case 2:t=e.sent,this.collection=this.collection.filter(function(e){return e.id!==n}),this.current=t,this.error=null,e.next=4;break;case 3:e.prev=3,r=e.catch(1),this.error=r;case 4:return e.prev=4,this.loading=!1,e.finish(4);case 5:case"end":return e.stop()}},e,this,[[1,3,4,5]])})),function(e){return n.apply(this,arguments)})},getters:L({getByParentId:function(e){return function(n){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null;return console.log("Getting files by parent id",n),e.collection.filter(function(e){return!(e.parent_id!=n||r&&!r.includes(e.id)||t&&t.includes(e.id))})}},files:function(e){return e.collection}},(0,m.Q)("files"))};var n,t,r,l,i,o,u,s}(0,p.nY)("files",A(g.A.files));var F=(0,p.nY)("company_logo",A(g.A.company_logo)),x=(0,p.nY)("company_header",A(g.A.company_header)),R=((0,v.A)("files"),t(920)),S=t(8126),E=t(320),I=t(2323),O=t(4142),X=t(7977),B=t(6952),j=t(5979),N=t(6741),P=t(4456),W=t(2372),Q=t(3983),q={key:0,class:"layout flex"},V={class:"file-preview"},K=["href"],M=["src","alt"],T={key:0},z={key:0},D=["href"],U={key:1},G={class:"help-block"},H=["name"],Y={key:2,class:"help-block"},$=["innerHTML"],J={key:1};const Z={__name:"ImageUpload",props:{name:{type:String,required:!0},label:{type:String,default:""},downloadLabel:{type:String,default:"Choisir un fichier"},editLabel:{type:String,default:"Choisir un autre fichier"},deleteLabel:{type:String,default:"Supprimer le fichier"},icon:{type:String,default:"pen"},value:{type:Object||null,default:null},description:{type:String,default:""},fileUrl:{type:String||null,default:null},fileInfo:{type:Object||null,default:null},required:{type:Boolean||null,default:!1},maxSize:{type:Number},deletePermission:{type:Boolean||null,default:!0}},emits:["changeValue","blurValue","unsetValue"],setup:function(e,n){var t=n.emit,a=e,o=t,u=(0,Q.A)(a,o),c=u.nameRef,s=u.tagId,d=u.currentFileInfo,p=u.fileInputRef,f=(u.value,u.errorMessage),v=(u.handleBlur,u.handleChange,u.meta),m=u.onPickFile,g=u.onFilePicked,b=u.onDeleteClicked;return function(n,t){return(0,l.uX)(),(0,l.CE)("div",{class:(0,y.C4)(["form-group File file-upload",{"has-error":(0,i.R1)(v).touched&&!!(0,i.R1)(f)}])},[(0,l.bF)(N.A,{tagId:(0,i.R1)(s),required:e.required,label:e.label},null,8,["tagId","required","label"]),(0,i.R1)(d)?((0,l.uX)(),(0,l.CE)("div",q,[(0,l.Lk)("div",V,[e.fileUrl?((0,l.uX)(),(0,l.CE)("a",{key:0,href:e.fileUrl,title:"Cliquer pour télécharger le fichier","aria-label":"Cliquer pour télécharger le fichier",target:"_blank"},[e.fileInfo?((0,l.uX)(),(0,l.CE)("img",{key:0,onClick:t[0]||(t[0]=function(){return(0,i.R1)(m)&&(0,i.R1)(m).apply(void 0,arguments)}),src:e.fileUrl,alt:e.fileInfo.name,onerror:"this.style.display='none';"},null,8,M)):(0,l.Q3)("v-if",!0)],8,K)):(0,l.Q3)("v-if",!0)]),(0,i.R1)(d)?((0,l.uX)(),(0,l.CE)("div",T,[e.fileUrl?((0,l.uX)(),(0,l.CE)("span",z,[(0,l.Lk)("a",{href:e.fileUrl,title:"Cliquer pour télécharger le fichier","aria-label":"Cliquer pour télécharger le fichier",target:"_blank"},(0,y.v_)(e.fileInfo.name),9,D)])):((0,l.uX)(),(0,l.CE)("span",U,(0,y.v_)((0,i.R1)(d).name),1)),(0,l.Lk)("small",G,(0,y.v_)((0,i.R1)(r.bn)((0,i.R1)(d).size)),1),(0,l.bF)(P.A,{icon:"pen",class:"icon unstyled",onClick:(0,i.R1)(m),type:"button",label:e.editLabel,showLabel:!1},null,8,["onClick","label"]),a.fileInfo&&a.fileInfo.id?((0,l.uX)(),(0,l.Wv)(P.A,{key:2,icon:"trash-alt",class:"icon unstyled",onClick:(0,i.R1)(b),type:"button",label:e.deleteLabel,showLabel:!1},null,8,["onClick","label"])):(0,l.Q3)("v-if",!0)])):(0,l.Q3)("v-if",!0)])):((0,l.uX)(),(0,l.Wv)(P.A,{key:1,icon:"pen",class:"btn btn-info",onClick:(0,i.R1)(m),type:"button",label:e.downloadLabel,showLabel:!0},null,8,["onClick","label"])),(0,l.Lk)("input",{type:"file",name:(0,i.R1)(c),style:{display:"none"},ref_key:"fileInputRef",ref:p,accept:"image/*",onChange:t[1]||(t[1]=function(){return(0,i.R1)(g)&&(0,i.R1)(g).apply(void 0,arguments)})},null,40,H),e.description||e.maxSize?((0,l.uX)(),(0,l.CE)("small",Y,[e.description?((0,l.uX)(),(0,l.CE)("span",{key:0,innerHTML:e.description},null,8,$)):(0,l.Q3)("v-if",!0),e.description&&e.maxSize?((0,l.uX)(),(0,l.CE)("br",J)):(0,l.Q3)("v-if",!0),(0,l.eW)(" Taille maximale : "+(0,y.v_)((0,i.R1)(r.bn)(e.maxSize)),1)])):(0,l.Q3)("v-if",!0),(0,i.R1)(v).touched&&(0,i.R1)(f)?((0,l.uX)(),(0,l.Wv)(W.A,{key:3,message:(0,i.R1)(f)},null,8,["message"])):(0,l.Q3)("v-if",!0)],2)}}};var ee=t(5467);const ne={__name:"AutonomousImageUpload",props:{name:{type:String,required:!0},label:{type:String,default:""},downloadLabel:{type:String,default:"Choisir un fichier"},editLabel:{type:String,default:"Choisir un autre fichier"},deleteLabel:{type:String,default:"Supprimer le fichier"},icon:{type:String,default:"pen"},value:{type:Number||null,default:null},description:{type:String,default:""},fileInfo:{type:Object||null,default:null},deletePermission:{type:Boolean||null,default:!0},required:{type:Boolean||null,default:!1},parentId:{type:Number,required:!0}},emits:["changeValue","blurValue"],setup:function(e,n){var t=n.emit,r=e,a=(0,i.KR)({}),o=(0,ee.i)(),u=(0,l.WQ)("fileStore-".concat(r.name)),s=t,p=(0,i.KR)(0),f=function(){var e=(0,c.A)(d().mark(function e(n){var t,a,l;return d().wrap(function(e){for(;;)switch(e.prev=e.next){case 0:if((t=new FormData).append("upload",n),t.append("description",n.name),console.log("onFileSelected",r,r.value),!r.fileInfo||!r.fileInfo.id){e.next=2;break}return e.next=1,u.updateFile(t,r.fileInfo.id);case 1:a=e.sent,p.value=(new Date).getTime(),s("changeValue",a),e.next=4;break;case 2:return r.parentId&&t.append("parent_id",r.parentId),e.next=3,u.addFile(t);case 3:l=e.sent,s("changeValue",l);case 4:case"end":return e.stop()}},e)}));return function(n){return e.apply(this,arguments)}}(),v=function(){var e=(0,c.A)(d().mark(function e(){return d().wrap(function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=1,u.deleteFile(r.fileInfo.id);case 1:s("changeValue",null);case 2:case"end":return e.stop()}},e)}));return function(){return e.apply(this,arguments)}}(),m=(0,l.EW)(function(){return r.fileInfo?"/files/".concat(r.fileInfo.id,"?action=download&_cache_bust=").concat(p.value):null});return(0,l.sV)((0,c.A)(d().mark(function e(){return d().wrap(function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=1,o.loadConst("config");case 1:a.value=e.sent;case 2:case"end":return e.stop()}},e)}))),function(e,n){return(0,l.uX)(),(0,l.Wv)(Z,{name:"_"+r.name,label:r.label,downloadlabel:r.downloadLabel,editlabel:r.editLabel,deletelabel:r.deletelabel,icon:r.icon,description:r.description,fileInfo:r.fileInfo,"max-size":a.value.max_allowed_file_size,onChangeValue:f,onUnsetValue:v,"file-url":m.value},null,8,["name","label","downloadlabel","editlabel","deletelabel","icon","description","fileInfo","max-size","file-url"])}}};var te=t(7546),re={class:"collapse_title title"},ae=["id","aria-expanded","title","aria-label","aria-controls"],le=["id","aria-labelledby","hidden"],ie={class:"collapse in"},oe={class:"panel-body"};const ue={__name:"Accordion",props:{initialCollapsedState:{type:Boolean,default:!0}},setup:function(e){var n=e,t=(0,i.lW)(n.initialCollapsedState);(0,l.nT)(function(){return t.value=n.initialCollapsedState});var a=(0,r.NF)("accordionPanel"),o=(0,r.NF)("accordionTitle"),u=function(){return t.value=!t.value},c=(0,l.EW)(function(){return t.value?"Afficher le contenu":"Masquer le contenu"});return function(e,n){return(0,l.uX)(),(0,l.CE)("div",null,[(0,l.Lk)("h2",re,[(0,l.Lk)("a",{id:(0,i.R1)(o),href:"#","aria-expanded":!t.value,title:c.value,"aria-label":c.value,"aria-controls":(0,i.R1)(a),onClick:u},[t.value?((0,l.uX)(),(0,l.Wv)(te.A,{key:0,class:"arrow",name:"chevron-down"})):((0,l.uX)(),(0,l.Wv)(te.A,{key:1,class:"arrow",name:"chevron-up"})),(0,l.RG)(e.$slots,"title")],8,ae)]),(0,l.Lk)("div",{id:(0,i.R1)(a),class:"collapse_content","aria-labelledby":(0,i.R1)(o),hidden:t.value},[(0,l.Lk)("div",ie,[(0,l.Lk)("div",oe,[(0,l.RG)(e.$slots,"body")])])],8,le)])}}};t(5199),t(6075),t(7741),t(5775),t(1627),t(217),t(1310),t(9204),t(9311);var ce=t(8838),se=["innerHTML"];const de={__name:"RichTextArea",props:{name:{type:String,required:!0},label:{type:String,default:""},value:{type:[String,Number,Date],default:""},ariaLabel:{type:String,default:""},placeholder:{type:String,default:""},description:{type:String,default:""},required:{type:Boolean,default:!1},cssClass:{type:String,default:""},editable:{type:Boolean,default:!0}},emits:["changeValue","blurValue"],setup:function(e,n){var t=n.emit,a=e,o=t,u=(0,r.NF)(a.name),c=(0,i.lW)(a,"name"),s=((0,i.KR)(null),(0,k.Mt)(c)),d=s.value,p=s.errorMessage,f=s.handleBlur,v=s.handleChange,m=s.meta;function g(e,n){v(e),o("changeValue",n.getContent())}function b(e,n){f(e),o("blurValue",n.getContent())}var h="oxide";window.matchMedia("(prefers-color-scheme: dark)").matches&&(h="oxide-dark");var _={body_class:"form-control",theme_advanced_toolbar_location:"top",theme_advanced_toolbar_align:"left",width:"100%",language:"fr_FR",skin_url:"/fanstatic/fanstatic/js/build/tinymce-assets/skins/ui/"+h,language_url:"/fanstatic/fanstatic/js/build/tinymce-assets/langs/fr_FR.js",content_css:"/fanstatic/fanstatic/js/build/tinymce-assets/skins/ui/"+h+"/content.css",plugins:"lists advlist searchreplace visualblocks fullscreen paste",theme_advanced_resizing:!0,theme:"silver",skin:h,strict_loading_mode:!0,mode:"none",convert_fonts_to_spans:!0,paste_as_text:!0,toolbar:"undo redo | styleselect | bold italic | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent | link image | print preview media fullpage | forecolor backcolor emoticons | fontsizeselect",fontsize_formats:"6pt 8pt 10pt 12pt 14pt 16pt 18pt 24pt 36pt 48pt",menubar:"edit view insert format tools table",browser_spellcheck:!0};return function(n,t){return(0,l.uX)(),(0,l.CE)("div",{class:(0,y.C4)(["form-group String",{"has-error":(0,i.R1)(m).touched&&!!(0,i.R1)(p)}])},[(0,l.bF)(N.A,{tagId:(0,i.R1)(u),required:e.required,label:e.label},null,8,["tagId","required","label"]),(0,l.bF)((0,i.R1)(ce.A),{class:(0,y.C4)(["form-control",e.cssClass]),"aria-label":e.ariaLabel,placeholder:e.placeholder,name:e.name,id:(0,i.R1)(u),init:(0,i.R1)(_),modelValue:(0,i.R1)(d),"onUpdate:modelValue":t[0]||(t[0]=function(e){return(0,i.i9)(d)?d.value=e:null}),disabled:!e.editable,required:e.required,onBlur:b,onKeyup:g},null,8,["class","aria-label","placeholder","name","id","init","modelValue","disabled","required"]),e.description?((0,l.uX)(),(0,l.CE)("div",{key:0,class:"help-block",innerHTML:e.description},null,8,se)):(0,l.Q3)("v-if",!0),(0,i.R1)(m).touched&&(0,i.R1)(p)?((0,l.uX)(),(0,l.Wv)(W.A,{key:1,message:(0,i.R1)(p)},null,8,["message"])):(0,l.Q3)("v-if",!0)],2)}}};var pe=t(4865),fe=t(3751),ve=(t(2696),t(8061)),me=t(3481),ge=t.n(me),be={class:"form-group"},he={class:"label"},_e=["innerHTML"];const ye={__name:"LatLonMiniMap",props:{label:{type:String,default:""},ariaLabel:{type:String,default:""},value:{type:Array,default:[47.21297,-1.55104]},editable:{type:Boolean,default:!0},description:{type:String,default:"Vous pouvez déplacer le marqueur pour ajuster la position."},fallbackCenter:{type:Array,required:!0},checkboxLabel:{type:String,default:"Définir une localisation"},checkboxDescription:{type:String,default:""}},emits:["changeValue","checkboxToggled"],setup:function(e,n){return(0,c.A)(d().mark(function t(){var r,a,o,s,p,f,v,m,g,b,h,_,k,w,C,L;return d().wrap(function(t){for(;;)switch(t.prev=t.next){case 0:return o=n.emit,f=e,v=o,m=(0,ee.i)(),g=(0,i.KR)({}),r=(0,l.E)(function(){return m.loadConst("config")}),a=(0,u.A)(r,2),s=a[0],p=a[1],t.next=1,s;case 1:return s=t.sent,p(),g.value=s,b=(0,i.KR)(ge().latLng(f.value)),h=(0,l.EW)(function(){return Boolean(b.value&&b.value.lat)}),_=(0,l.EW)(function(){return h.value?b.value:ge().latLng(f.fallbackCenter)}),k=(0,i.KR)(_.value),w=function(){return k.value=_.value},C=function(e){b.value&&(b.value=e),v("changeValue",b.value)},L=function(){var e=(0,c.A)(d().mark(function e(n){var t;return d().wrap(function(e){for(;;)switch(e.prev=e.next){case 0:return t=n.target.checked,e.next=1,v("checkboxToggled",t);case 1:t?(b.value=ge().latLng(f.fallbackCenter),w(),window.setTimeout(function(){return window.dispatchEvent(new Event("resize"))},500)):b.value=null;case 2:case"end":return e.stop()}},e)}));return function(n){return e.apply(this,arguments)}}(),(0,l.wB)(function(){return f.value},function(){b.value=ge().latLng(f.value),w()}),t.abrupt("return",function(n,t){return(0,l.uX)(),(0,l.CE)("div",be,[(0,l.Lk)("span",he,(0,y.v_)(e.label),1),(0,l.bo)((0,l.Lk)("div",null,[(0,l.bF)((0,i.R1)(ve.Do),{center:k.value,zoom:12,style:{height:"350px"}},{default:(0,l.k6)(function(){return[(0,l.bF)((0,i.R1)(ve.a),{url:g.value.leaflet_layer_url,attribution:'© Contributeur·ices <a target="_blank" href="http://osm.org/copyright">OpenStreetMap</a>'},null,8,["url"]),(0,l.bF)((0,i.R1)(ve.li),{"lat-lng":_.value,draggable:e.editable,"onUpdate:latLng":C},{default:(0,l.k6)(function(){return[(0,l.bF)((0,i.R1)(ve.up),null,{default:(0,l.k6)(function(){return[(0,l.bF)(j.A,{name:"location-dot","css-class":"map_location",alt:"Localisation de l'enseigne"})]}),_:1})]}),_:1},8,["lat-lng","draggable"])]}),_:1},8,["center"]),e.description?((0,l.uX)(),(0,l.CE)("div",{key:0,class:"help-block",innerHTML:e.description},null,8,_e)):(0,l.Q3)("v-if",!0)],512),[[fe.aG,h.value]]),(0,l.bF)(pe.A,{value:h.value,name:"show_me_on_map",label:e.checkboxLabel,description:e.checkboxDescription,onChange:L},null,8,["value","label","description"])])});case 2:case"end":return t.stop()}},t)}))()}};var ke=t(933),we=t(4794),Ce=t(1275),Le={class:"alert alert-success"},Ae={class:"limited_width width60"},Fe={id:"form-accordion",class:"collapsible"},xe={class:"row form-row"},Re={class:"col-md-12"},Se={class:"row form-row"},Ee={class:"col-md-12"},Ie={class:"row form-row"},Oe={class:"col-md-12"},Xe={class:"row form-row"},Be={class:"col-md-12"},je={class:"row form-row"},Ne={class:"col-md-6"},Pe={class:"col-md-6"},We={class:"row form-row"},Qe={class:"col-md-12"},qe={class:"row form-row"},Ve={class:"col-md-6"},Ke={class:"col-md-6"},Me={class:"row form-row"},Te={class:"col-md-12"},ze={class:"row form-row"},De={class:"col-md-12 minimap"},Ue={class:"row form-row"},Ge={class:"col-md-12"},He={class:"row form-row"},Ye={class:"col-md-12"},$e={class:"row form-row"},Je={class:"col-md-12"},Ze={class:"row form-row"},en={class:"col-md-12"},nn={class:"row form-row"},tn={class:"col-md-12"},rn={key:0,class:"row form-row"},an={class:"col-md-12"},ln={key:1,class:"row form-row"},on={class:"col-md-12"},un={class:"row form-row"},cn={class:"col-md-12"},sn={key:0,class:"data_display content_vertical_padding"},dn={class:"alert alert-info"},pn={class:"icon"},fn={key:0},vn={key:1,class:"alert alert-info"},mn={key:0},gn={key:0,class:"row form-row"},bn={class:"col-md-12"},hn={class:"col-md-12"},_n={class:"col-md-12"},yn={class:"input-group"},kn={key:1,class:"row form-row"},wn={class:"col-md-12"},Cn={key:2,class:"row form-row"},Ln={class:"col-md-12"},An={key:3,class:"row form-row"},Fn={class:"col-md-12"},xn={key:4,class:"row form-row"},Rn={class:"col-md-12"},Sn={key:1},En={class:"row form-row"},In={key:0,class:"col-md-6"},On={key:1,class:"col-md-6"},Xn={key:0,class:"row form-row"},Bn={class:"col-md-12"},jn={class:"limited_width width60"},Nn=["disabled"];const Pn={__name:"CompanyForm",props:{company:{type:Object},layout:{type:Object}},emits:["saved","cancel","error"],setup:function(e,n){var t,o,s=n.emit,p=e,f=s,v=b(),m=_(),g=(0,i.KR)(v.getOptions("activities")),h=(0,i.KR)(v.getOptions("decimal_to_display")),w=(0,i.KR)(v.getOptions("deposit_options")),C=(0,i.KR)(v.getOptions("antennes_options")),L=(0,i.KR)(v.getOptions("follower_options")),A=(0,i.KR)(!1),N=(0,i.KR)(null===(t=p.company)||void 0===t?void 0:t.company_smtp_settings_id),P=(0,i.KR)(null===(o=p.company)||void 0===o?void 0:o.smtp_settings),W=(0,l.EW)(function(){var e=v.getSchema("default");return console.log("Json Schema"),console.log(e),(0,R.cp)(e)}),Q=(0,l.EW)(function(){var e=(0,R.rV)(W.value);p.company&&Object.assign(e,p.company);var n=new URLSearchParams(window.location.search).get("user_id");return n&&(e.user_id=n),console.log("Initial values"),console.log(e),e}),q=(0,k.mN)({validationSchema:W,initialValues:Q}),V=q.values,K=q.handleSubmit,M=q.setFieldValue,T=q.isSubmitting,z=q.setFieldTouched,D=q.errors,U=(0,i.KR)(!0),G=K((0,R.FP)(f,function(e){var n=new URLSearchParams(window.location.search).get("user_id");return n&&(e.user_id=n),m.saveCompany(e)}),(0,R.WS)(f,function(){return U.value=!1})),H=function(){return f("cancel")},Y=function(e){e||(e={lat:null,lng:null}),M("latitude",e.lat),z("latitude",!0),M("longitude",e.lng),z("longitude",!0)},$=function(e,n,t){M(e,t?t.id:null),z(e,!0),M(n,t),z(n,!0)},J=(0,l.EW)(function(){return function(e){return(0,R.Nw)(W.value,e)}});(0,l.Gt)(R.MQ,{getFormFieldData:J,formSchema:W,setFieldValue:function(e,n){M(e,n),z(e,!0)}});var Z=F(),ee=x();(0,l.Gt)("fileStore-logo_id",Z),(0,l.Gt)("fileStore-header_id",ee);var te=p.layout,re=p.company&&m.companyId,ae=(0,i.KR)(re?[p.company.latitude,p.company.longitude]:null),le=new r.zB(function(e,n){return(0,S.S3)(e,n,1)}),ie=function(){var e=(0,c.A)(d().mark(function e(n,t,r,a){var l,i,o,u,c;return d().wrap(function(e){for(;;)switch(e.prev=e.next){case 0:if(a&&"FRANCE"!==a.toUpperCase()||void 0===n){e.next=4;break}return e.prev=1,l=r?"".concat(n,", ").concat(r):n,e.next=2,le.lookup(l,t);case 2:(i=e.sent).length>0&&(o=i[0],(u=o.properties.score)>.9&&(console.log("Setting map location because we have sufficient confidence in API result (score=".concat(u,")"),o),ae.value=o.geometry.coordinates.toReversed())),e.next=4;break;case 3:e.prev=3,c=e.catch(1),console.warn(c);case 4:case"end":return e.stop()}},e,null,[[1,3]])}));return function(n,t,r,a){return e.apply(this,arguments)}}(),oe=(0,l.EW)(function(){return["internal","code_compta","general_customer_account","general_expense_account","third_party_customer_account","general_supplier_account","third_party_supplier_account","internalgeneral_customer_account","internalthird_party_customer_account","internalgeneral_supplier_account","internalthird_party_supplier_account","contribution","internalcontribution","insurance","internalinsurance","RIB","IBAN","antenne_id","follower_id"].some(function(e){return null!=W.value.fields[e]})});(0,l.wB)(function(){return[V.address,V.zip_code,V.city,V.country]},function(){var e=(0,c.A)(d().mark(function e(n,t){var r,a,l,i,o;return d().wrap(function(e){for(;;)switch(e.prev=e.next){case 0:return r=(0,u.A)(n,4),a=r[0],l=r[1],i=r[2],o=r[3],e.next=1,ie(a,l,i,o);case 1:case"end":return e.stop()}},e)}));return function(n,t){return e.apply(this,arguments)}}()),(0,l.wB)(function(){return[V.smtp_configuration]},function(){var e=(0,c.A)(d().mark(function e(n){var t,r;return d().wrap(function(e){for(;;)switch(e.prev=e.next){case 0:t=(0,u.A)(n,1),"company"==(r=t[0])?A.value=!0:"none"==r?(P.value=null,N.value=null):N.value=null;case 1:case"end":return e.stop()}},e)}));return function(n){return e.apply(this,arguments)}}());var ce=function(){A.value=!0},se=function(){A.value=!1,N.value?M("smtp_configuration","company"):P.value?M("smtp_configuration","cae"):M("smtp_configuration","none")},fe=function(e){A.value=!1,N.value=e.id,P.value=e,M("smtp_configuration","company")},ve=function(){A.value=!1,N.value=null,P.value=null,M("smtp_configuration","none")};return function(n,t){return(0,l.uX)(),(0,l.CE)(l.FK,null,[(0,l.Lk)("div",Le,[(0,l.bF)(j.A,{name:"success",alt:""}),t[4]||(t[4]=(0,l.eW)(" Les données de la section « ",-1)),t[5]||(t[5]=(0,l.Lk)("em",null,"Informations publiques",-1)),t[6]||(t[6]=(0,l.eW)(" » apparaissent sur les devis/factures, ainsi que dans l'annuaire et la carte des enseignes (accessibles seulement en interne, à tous les membres de la CAE). ",-1))]),(0,l.bF)((0,i.R1)(te),{onSubmitForm:(0,i.R1)(G)},{title:(0,l.k6)(function(){return[(0,i.R1)(re)?((0,l.uX)(),(0,l.CE)(l.FK,{key:0},[(0,l.eW)(" Modifier l'enseigne ")],64)):((0,l.uX)(),(0,l.CE)(l.FK,{key:1},[(0,l.eW)(" Ajouter une enseigne ")],64))]}),fields:(0,l.k6)(function(){return[(0,l.Lk)("div",Ae,[(0,l.bF)(ke.A,{errors:(0,i.R1)(D),"get-form-field-data":J.value},null,8,["errors","get-form-field-data"]),(0,l.Lk)("fieldset",null,[(0,l.Lk)("div",Fe,[(0,l.bF)(ue,{"initial-collapsed-state":!1,class:"separate_block border_left_block"},{title:(0,l.k6)(function(){return(0,a.A)(t[7]||(t[7]=[(0,l.eW)(" Informations publiques ",-1)]))}),body:(0,l.k6)(function(){return[(0,l.Lk)("div",xe,[(0,l.Lk)("div",Re,[(0,l.bF)(E.A,(0,y._B)((0,l.Ng)(J.value("name"))),null,16)])]),(0,l.Lk)("div",Se,[(0,l.Lk)("div",Ee,[(0,l.bF)(E.A,(0,y._B)((0,l.Ng)(J.value("goal"))),null,16)])]),(0,l.Lk)("div",Ie,[(0,l.Lk)("div",Oe,[(0,l.bF)(X.A,(0,l.v6)(J.value("activities"),{options:g.value,settings:{multiple:!0}}),null,16,["options"])])]),(0,l.Lk)("div",Xe,[(0,l.Lk)("div",Be,[(0,l.bF)(E.A,(0,y._B)((0,l.Ng)(J.value("email"))),null,16)])]),(0,l.Lk)("div",je,[(0,l.Lk)("div",Ne,[(0,l.bF)(E.A,(0,y._B)((0,l.Ng)(J.value("phone"))),null,16)]),(0,l.Lk)("div",Pe,[(0,l.bF)(E.A,(0,y._B)((0,l.Ng)(J.value("mobile"))),null,16)])]),(0,l.Lk)("div",We,[(0,l.Lk)("div",Qe,[(0,l.bF)(E.A,(0,y._B)((0,l.Ng)(J.value("address"))),null,16)])]),(0,l.Lk)("div",qe,[(0,l.Lk)("div",Ve,[(0,l.bF)(E.A,(0,y._B)((0,l.Ng)(J.value("zip_code"))),null,16)]),(0,l.Lk)("div",Ke,[(0,l.bF)(E.A,(0,y._B)((0,l.Ng)(J.value("city"))),null,16)])]),(0,l.Lk)("div",Me,[(0,l.Lk)("div",Te,[(0,l.bF)(E.A,(0,y._B)((0,l.Ng)(J.value("country"))),null,16)])]),(0,l.Lk)("div",ze,[(0,l.Lk)("div",De,[(0,l.bF)(ye,{"fallback-center":[47.21297,-1.55104],value:ae.value,label:"Position sur la carte des enseignes","checkbox-label":"Publier la position","checkbox-description":"Si « Publier la position » est activé, l'enseigne <strong>apparaîtra sur la carte des enseignes (interne seulement)</strong>. Notez qu'il est possible d'apparaître sur la carte sans renseigner d'adresse (ex : pour <strong>éviter qu'une adresse perso n'apparaîsse sur les devis/factures</strong>) : il suffit de déplacer le marqueur manuellement et de vider les champs d'adresse.",onChangeValue:Y,onCheckboxToggled:t[0]||(t[0]=function(e){return e&&ie((0,i.R1)(V).address,(0,i.R1)(V).zip_code,(0,i.R1)(V).country)})},null,8,["value"])])]),(0,l.Lk)("div",Ue,[(0,l.Lk)("div",Ge,[(0,l.bF)(E.A,(0,l.v6)(J.value("latitude"),{type:"hidden"}),null,16),(0,l.bF)(E.A,(0,l.v6)(J.value("longitude"),{type:"hidden"}),null,16)])]),(0,l.Lk)("div",He,[(0,l.Lk)("div",Ye,[(0,l.bF)(ne,(0,l.v6)(J.value("logo_id"),{"file-info":(0,i.R1)(V).logo,"parent-id":(0,i.R1)(m).companyId,onChangeValue:t[1]||(t[1]=function(e){return $("logo_id","logo",e)})}),null,16,["file-info","parent-id"])])])]}),_:1}),(0,l.bF)(ue,{"initial-collapsed-state":U.value,class:"separate_block border_left_block"},{title:(0,l.k6)(function(){return(0,a.A)(t[8]||(t[8]=[(0,l.eW)(" Personnalisation des documents ",-1)]))}),body:(0,l.k6)(function(){return[(0,l.Lk)("div",$e,[(0,l.Lk)("div",Je,[(0,l.bF)(ne,(0,l.v6)(J.value("header_id"),{"file-info":(0,i.R1)(V).header,"parent-id":(0,i.R1)(m).companyId,onChangeValue:t[2]||(t[2]=function(e){return $("header_id","header",e)})}),null,16,["file-info","parent-id"])])]),(0,l.Lk)("div",Ze,[(0,l.Lk)("div",en,[(0,l.bF)(de,(0,y._B)((0,l.Ng)(J.value("cgv"))),null,16)])]),(0,l.Lk)("div",nn,[(0,l.Lk)("div",tn,[(0,l.bF)(O.A,(0,l.v6)(J.value("decimal_to_display"),{options:h.value}),null,16,["options"])])]),W.value.fields.default_estimation_deposit?((0,l.uX)(),(0,l.CE)("div",rn,[(0,l.Lk)("div",an,[(0,l.bF)(O.A,(0,l.v6)(J.value("default_estimation_deposit"),{options:w.value}),null,16,["options"])])])):(0,l.Q3)("v-if",!0),W.value.fields.default_add_estimation_details_in_invoice?((0,l.uX)(),(0,l.CE)("div",ln,[(0,l.Lk)("div",on,[(0,l.bF)(pe.A,(0,y._B)((0,l.Ng)(J.value("default_add_estimation_details_in_invoice"))),null,16)])])):(0,l.Q3)("v-if",!0)]}),_:1},8,["initial-collapsed-state"]),(0,l.bF)(ue,{"initial-collapsed-state":U.value,class:"separate_block border_left_block"},{title:(0,l.k6)(function(){return(0,a.A)(t[9]||(t[9]=[(0,l.eW)(" Envoi d’e-mails ",-1)]))}),body:(0,l.k6)(function(){return[(0,l.Lk)("div",un,[(0,l.Lk)("div",cn,[P.value?((0,l.uX)(),(0,l.CE)("div",sn,[(0,l.Lk)("div",dn,[(0,l.Lk)("span",pn,[(0,l.bF)(j.A,{name:"envelope"})]),t[10]||(t[10]=(0,l.eW)(" Votre enseigne est configurée pour envoyer des mails directement depuis CAErp. Un bouton vous permet d'envoyer vos devis et factures à vos clients directement depuis l’application. ",-1))]),(0,l.Lk)("dl",null,[(0,l.Lk)("div",null,[t[11]||(t[11]=(0,l.Lk)("dt",null,"E-mail d'expédition",-1)),(0,l.Lk)("dd",null,(0,y.v_)(P.value.sender_email),1)]),(0,l.Lk)("div",null,[t[12]||(t[12]=(0,l.Lk)("dt",null,"Nom d'hôte",-1)),(0,l.Lk)("dd",null,(0,y.v_)(P.value.smtp_host)+" (port "+(0,y.v_)(P.value.smtp_port)+") ",1)]),P.value.smtp_user!=P.value.sender_email?((0,l.uX)(),(0,l.CE)("div",fn,[t[13]||(t[13]=(0,l.Lk)("dt",null,"Utilisateur",-1)),(0,l.Lk)("dd",null,(0,y.v_)(P.value.smtp_user),1)])):(0,l.Q3)("v-if",!0)])])):((0,l.uX)(),(0,l.CE)("div",vn," Si vous configurez un service d’envoi d’e-mails, un bouton vous permettra d'envoyer vos devis et factures à vos clients directement depuis l’application. ")),N.value?((0,l.uX)(),(0,l.CE)("button",{key:2,type:"button",class:"btn btn-primary",onClick:t[3]||(t[3]=function(){return ce&&ce.apply(void 0,arguments)})}," Modifier ma configuration ")):(0,l.Q3)("v-if",!0),(0,l.bF)(B.A,(0,y._B)((0,l.Ng)(J.value("smtp_configuration"))),null,16)])])]}),_:1},8,["initial-collapsed-state"]),oe.value?((0,l.uX)(),(0,l.CE)("div",mn,[(0,l.bF)(ue,{"initial-collapsed-state":U.value,class:"separate_block border_left_block"},{title:(0,l.k6)(function(){return(0,a.A)(t[14]||(t[14]=[(0,l.eW)(" Paramètres techniques (compta, gestion) ",-1)]))}),body:(0,l.k6)(function(){return[W.value.fields.internal?((0,l.uX)(),(0,l.CE)("div",gn,[(0,l.Lk)("div",bn,[(0,l.bF)(pe.A,(0,y._B)((0,l.Ng)(J.value("internal"))),null,16)])])):(0,l.Q3)("v-if",!0),((0,l.uX)(),(0,l.CE)(l.FK,null,(0,l.pI)(["code_compta","general_customer_account","general_expense_account","third_party_customer_account","general_supplier_account","third_party_supplier_account","internalgeneral_customer_account","internalthird_party_customer_account","internalgeneral_supplier_account","internalthird_party_supplier_account"],function(e){return(0,l.uX)(),(0,l.CE)(l.FK,null,[W.value.fields[e]?((0,l.uX)(),(0,l.CE)("div",{key:e,class:"row form-row"},[(0,l.Lk)("div",hn,[(0,l.bF)(E.A,(0,l.v6)({ref_for:!0},J.value(e)),null,16)])])):(0,l.Q3)("v-if",!0)],64)}),64)),((0,l.uX)(),(0,l.CE)(l.FK,null,(0,l.pI)(["contribution","internalcontribution","insurance","internalinsurance"],function(e){return(0,l.uX)(),(0,l.CE)(l.FK,null,[W.value.fields[e]?((0,l.uX)(),(0,l.CE)("div",{key:e,class:"row form-row"},[(0,l.Lk)("div",_n,[(0,l.Lk)("div",yn,[(0,l.bF)(E.A,(0,l.v6)({ref_for:!0},J.value(e),{"aria-label":J.value(e).label+" (en pour-cents)"}),null,16,["aria-label"]),t[15]||(t[15]=(0,l.Lk)("span",{class:"input-group-addon"},"%",-1))])])])):(0,l.Q3)("v-if",!0)],64)}),64)),W.value.fields.RIB?((0,l.uX)(),(0,l.CE)("div",kn,[(0,l.Lk)("div",wn,[(0,l.bF)(E.A,(0,y._B)((0,l.Ng)(J.value("RIB"))),null,16)])])):(0,l.Q3)("v-if",!0),W.value.fields.IBAN?((0,l.uX)(),(0,l.CE)("div",Cn,[(0,l.Lk)("div",Ln,[(0,l.bF)(E.A,(0,y._B)((0,l.Ng)(J.value("IBAN"))),null,16)])])):(0,l.Q3)("v-if",!0),W.value.fields.antenne_id?((0,l.uX)(),(0,l.CE)("div",An,[(0,l.Lk)("div",Fn,[(0,l.bF)(O.A,(0,l.v6)(J.value("antenne_id"),{options:C.value}),null,16,["options"])])])):(0,l.Q3)("v-if",!0),W.value.fields.follower_id?((0,l.uX)(),(0,l.CE)("div",xn,[(0,l.Lk)("div",Rn,[(0,l.bF)(X.A,(0,l.v6)(J.value("follower_id"),{options:L.value}),null,16,["options"])])])):(0,l.Q3)("v-if",!0)]}),_:1},8,["initial-collapsed-state"])])):(0,l.Q3)("v-if",!0),W.value.fields.general_overhead?((0,l.uX)(),(0,l.CE)("div",Sn,[(0,l.bF)(ue,{"initial-collapsed-state":U.value,class:"separate_block border_left_block"},{title:(0,l.k6)(function(){return(0,a.A)(t[16]||(t[16]=[(0,l.eW)(" Coefficient de calcul des études de prix ",-1)]))}),body:(0,l.k6)(function(){return[(0,l.Lk)("div",En,[W.value.fields.general_overhead?((0,l.uX)(),(0,l.CE)("div",In,[(0,l.bF)(E.A,(0,y._B)((0,l.Ng)(J.value("general_overhead"))),null,16)])):(0,l.Q3)("v-if",!0),W.value.fields.margin_rate?((0,l.uX)(),(0,l.CE)("div",On,[(0,l.bF)(E.A,(0,y._B)((0,l.Ng)(J.value("margin_rate"))),null,16)])):(0,l.Q3)("v-if",!0)]),W.value.fields.use_margin_rate_in_catalog?((0,l.uX)(),(0,l.CE)("div",Xn,[(0,l.Lk)("div",Bn,[(0,l.bF)(pe.A,(0,y._B)((0,l.Ng)(J.value("use_margin_rate_in_catalog"))),null,16)])])):(0,l.Q3)("v-if",!0)]}),_:1},8,["initial-collapsed-state"])])):(0,l.Q3)("v-if",!0)])])])]}),buttons:(0,l.k6)(function(){return[(0,l.Lk)("div",jn,[(0,l.Lk)("button",{id:"deformsubmit",name:"submit",type:"submit",class:"btn btn-primary",value:"submit",disabled:(0,i.R1)(T)}," Valider ",8,Nn),(0,l.Lk)("button",{id:"deformcancel",name:"cancel",type:"button",class:"btn btn-default",onClick:H}," Annuler "),(0,i.R1)(!1)?((0,l.uX)(),(0,l.Wv)(I.A,{key:0,debug:(0,i.R1)(V)},null,8,["debug"])):(0,l.Q3)("v-if",!0)])]}),_:1},8,["onSubmitForm"]),A.value?((0,l.uX)(),(0,l.Wv)(we.A,{key:0,"smtp-settings-id":N.value,"company-id":e.company.id,"default-email":e.company.email,"form-config-url":"/api/v1/companies/".concat(e.company.id,"/smtp_settings?form_config=1"),layout:Ce.A,onSaved:fe,onCancel:se,onDeleted:ve},null,8,["smtp-settings-id","company-id","default-email","form-config-url"])):(0,l.Q3)("v-if",!0)],64)}}};var Wn={key:0};const Qn={__name:"CompanyFormComponent",props:{edit:{type:Boolean,default:!1},companyId:{type:Number||null,default:null},url:{type:String,required:!0},formConfigUrl:{type:String,required:!0},layout:{type:Object,default:f.A}},emits:["saved","cancel"],setup:function(e,n){return(0,c.A)(d().mark(function t(){var r,a,o,s,f,v,m,g,h,y,k,w,C,L,A,F;return d().wrap(function(t){for(;;)switch(t.prev=t.next){case 0:return F=function(e){console.log("Company saved"),m("saved",e)},C=function(){return(C=(0,c.A)(d().mark(function e(){var n;return d().wrap(function(e){for(;;)switch(e.prev=e.next){case 0:n=[h.loadConfig()],y&&(k.setCurrentCompanyId(v.companyId),n.push(k.loadCompany(v.companyId))),Promise.all(n).then(function(){return g.value=!1});case 1:case"end":return e.stop()}},e)}))).apply(this,arguments)},w=function(){return C.apply(this,arguments)},o=n.emit,v=e,m=o,g=(0,i.KR)(!0),(h=b()).setUrl(v.formConfigUrl),y=!!v.companyId,k=_(),L=(0,p.bP)(k),A=L.item,r=(0,l.E)(function(){return w()}),a=(0,u.A)(r,2),s=a[0],f=a[1],t.next=1,s;case 1:return f(),t.abrupt("return",function(n,t){return g.value?((0,l.uX)(),(0,l.CE)("div",Wn,"Chargement…")):((0,l.uX)(),(0,l.Wv)(Pn,{key:1,company:(0,i.R1)(A)||{},onSaved:F,onCancel:t[0]||(t[0]=function(e){return m("cancel")}),layout:e.layout},null,8,["company","layout"]))});case 2:case"end":return t.stop()}},t)}))()}},qn={__name:"App",setup:function(e){var n=(0,o.Dn)(),t=function(e){window.location.replace("/companies/"+e.id)},r=function(){console.log("come_from",n),n.come_from?window.location.replace(n.come_from):window.location.href=n.context_url.replace("/api/v1/","/")};return function(e,o){return(0,l.uX)(),(0,l.Wv)(l.tY,null,{fallback:(0,l.k6)(function(){return(0,a.A)(o[0]||(o[0]=[(0,l.eW)(" Chargement... ",-1)]))}),default:(0,l.k6)(function(){return[(0,l.Lk)("div",null,[(0,l.bF)(Qn,{edit:(0,i.R1)(n).edit,"company-id":(0,i.R1)(n).company_id,url:(0,i.R1)(n).context_url,"form-config-url":(0,i.R1)(n).form_config_url,onSaved:t,onCancel:r},null,8,["edit","company-id","url","form-config-url"])])]}),_:1})}}};(0,r.Yk)(qn)}},a={};function l(e){var n=a[e];if(void 0!==n)return n.exports;var t=a[e]={id:e,loaded:!1,exports:{}};return r[e].call(t.exports,t,t.exports,l),t.loaded=!0,t.exports}l.m=r,e=[],l.O=(n,t,r,a)=>{if(!t){var i=1/0;for(s=0;s<e.length;s++){for(var[t,r,a]=e[s],o=!0,u=0;u<t.length;u++)(!1&a||i>=a)&&Object.keys(l.O).every(e=>l.O[e](t[u]))?t.splice(u--,1):(o=!1,a<i&&(i=a));if(o){e.splice(s--,1);var c=r();void 0!==c&&(n=c)}}return n}a=a||0;for(var s=e.length;s>0&&e[s-1][2]>a;s--)e[s]=e[s-1];e[s]=[t,r,a]},l.n=e=>{var n=e&&e.__esModule?()=>e.default:()=>e;return l.d(n,{a:n}),n},t=Object.getPrototypeOf?e=>Object.getPrototypeOf(e):e=>e.__proto__,l.t=function(e,r){if(1&r&&(e=this(e)),8&r)return e;if("object"==typeof e&&e){if(4&r&&e.__esModule)return e;if(16&r&&"function"==typeof e.then)return e}var a=Object.create(null);l.r(a);var i={};n=n||[null,t({}),t([]),t(t)];for(var o=2&r&&e;"object"==typeof o&&!~n.indexOf(o);o=t(o))Object.getOwnPropertyNames(o).forEach(n=>i[n]=()=>e[n]);return i.default=()=>e,l.d(a,i),a},l.d=(e,n)=>{for(var t in n)l.o(n,t)&&!l.o(e,t)&&Object.defineProperty(e,t,{enumerable:!0,get:n[t]})},l.e=()=>Promise.resolve(),l.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),l.o=(e,n)=>Object.prototype.hasOwnProperty.call(e,n),l.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},l.nmd=e=>(e.paths=[],e.children||(e.children=[]),e),l.j=604,(()=>{var e;l.g.importScripts&&(e=l.g.location+"");var n=l.g.document;if(!e&&n&&(n.currentScript&&"SCRIPT"===n.currentScript.tagName.toUpperCase()&&(e=n.currentScript.src),!e)){var t=n.getElementsByTagName("script");if(t.length)for(var r=t.length-1;r>-1&&(!e||!/^http(s?):/.test(e));)e=t[r--].src}if(!e)throw new Error("Automatic publicPath is not supported in this browser");e=e.replace(/#.*$/,"").replace(/\?.*$/,"").replace(/\/[^\/]+$/,"/"),l.p=e})(),(()=>{var e={604:0};l.O.j=n=>0===e[n];var n=(n,t)=>{var r,a,[i,o,u]=t,c=0;if(i.some(n=>0!==e[n])){for(r in o)l.o(o,r)&&(l.m[r]=o[r]);if(u)var s=u(l)}for(n&&n(t);c<i.length;c++)a=i[c],l.o(e,a)&&e[a]&&e[a][0](),e[a]=0;return l.O(s)},t=self.webpackChunkenDI=self.webpackChunkenDI||[];t.forEach(n.bind(null,0)),t.push=n.bind(null,t.push.bind(t))})(),l.nc=void 0;var i=l.O(void 0,[534],()=>l(9064));i=l.O(i)})();
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"company_task_mentions.js","mappings":"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AAa,6FAAM;AAC1E;AACA,IAAI,KAAU,EAAE,EAYf;;;AAGD,iEAAe;;;;;;;;;;;;;;;;;ACtB6E;AACC;AACL;;AAExF,CAAsF;AACtF,iCAAiC,yFAAe,CAAC,+GAAM,aAAa,sGAAM;AAC1E;AACA,IAAI,KAAU,EAAE,EAYf;;;AAGD,iEAAe;;;;;;;;;;;;;;;;;ACtBiD;AACC;AACL;;AAE5D,CAAsF;AACtF,iCAAiC,yFAAe,CAAC,mFAAM,aAAa,0EAAM;AAC1E;AACA,IAAI,KAAU,EAAE,EAYf;;;AAGD,iEAAe;;;;;;;;;;;;;;;ACtBmN;;;;;;;;;;;;;;;ACAL;;;;;;;;;;;;;;;ACAS;;;;;;;;;;;;;;;ACA5B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;UKA1M;UACA;;UAEA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;;UAEA;UACA;;UAEA;UACA;;UAEA;UACA;UACA;;UAEA;UACA;;;;;WC5BA;WACA;WACA;WACA;WACA,+BAA+B,wCAAwC;WACvE;WACA;WACA;WACA;WACA,iBAAiB,qBAAqB;WACtC;WACA;WACA,kBAAkB,qBAAqB;WACvC;WACA;WACA,KAAK;WACL;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;;;;;WC3BA;WACA;WACA;WACA;WACA;WACA,iCAAiC,WAAW;WAC5C;WACA;;;;;WCPA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA,sDAAsD;WACtD,sCAAsC,iEAAiE;WACvG;WACA;WACA;WACA;WACA;WACA;;;;;WCzBA;WACA;WACA;WACA;WACA,yCAAyC,wCAAwC;WACjF;WACA;WACA;;;;;WCPA;WACA;WACA;WACA;;;;;WCHA;WACA;WACA;WACA;WACA,GAAG;WACH;WACA;WACA,CAAC;;;;;WCPD;;;;;WCAA;WACA;WACA;WACA,uDAAuD,iBAAiB;WACxE;WACA,gDAAgD,aAAa;WAC7D;;;;;WCNA;WACA;WACA;WACA;WACA;;;;;WCJA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;;;;;WClBA;;WAEA;WACA;WACA;WACA;WACA;WACA;;WAEA;;WAEA;;WAEA;;WAEA;;WAEA;;WAEA;;WAEA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA,MAAM,qBAAqB;WAC3B;WACA;WACA;WACA;WACA;WACA;WACA;WACA;;WAEA;WACA;WACA;;;;;WChDA;;;;;UEAA;UACA;UACA;UACA;UACA","sources":["webpack://enDI/./src/components/company/task_mentions/CompanyTaskMentionComponent.vue","webpack://enDI/./src/components/company/task_mentions/CompanyTaskMentionForm.vue","webpack://enDI/./src/components/company/task_mentions/CompanyTaskMentionFormComponent.vue","webpack://enDI/./src/views/company/task_mentions/App.vue","webpack://enDI/./src/components/company/task_mentions/columnDefs.js","webpack://enDI/./src/stores/configurable_option.js","webpack://enDI/./src/views/company/task_mentions/company_task_mentions.js","webpack://enDI/./src/components/company/task_mentions/CompanyTaskMentionComponent.vue?4cef","webpack://enDI/./src/components/company/task_mentions/CompanyTaskMentionForm.vue?043f","webpack://enDI/./src/components/company/task_mentions/CompanyTaskMentionFormComponent.vue?21c1","webpack://enDI/./src/views/company/task_mentions/App.vue?a23a","webpack://enDI/./src/components/company/task_mentions/CompanyTaskMentionComponent.vue?aae5","webpack://enDI/./src/components/company/task_mentions/CompanyTaskMentionForm.vue?9bb3","webpack://enDI/./src/components/company/task_mentions/CompanyTaskMentionFormComponent.vue?ca6e","webpack://enDI/./src/views/company/task_mentions/App.vue?84f2","webpack://enDI/./src/components/company/task_mentions/CompanyTaskMentionComponent.vue?e5ae","webpack://enDI/./src/components/company/task_mentions/CompanyTaskMentionForm.vue?d79e","webpack://enDI/./src/components/company/task_mentions/CompanyTaskMentionFormComponent.vue?2657","webpack://enDI/./src/views/company/task_mentions/App.vue?94d0","webpack://enDI/webpack/bootstrap","webpack://enDI/webpack/runtime/chunk loaded","webpack://enDI/webpack/runtime/compat get default export","webpack://enDI/webpack/runtime/create fake namespace object","webpack://enDI/webpack/runtime/define property getters","webpack://enDI/webpack/runtime/ensure chunk","webpack://enDI/webpack/runtime/global","webpack://enDI/webpack/runtime/hasOwnProperty shorthand","webpack://enDI/webpack/runtime/make namespace object","webpack://enDI/webpack/runtime/node module decorator","webpack://enDI/webpack/runtime/publicPath","webpack://enDI/webpack/runtime/jsonp chunk loading","webpack://enDI/webpack/runtime/nonce","webpack://enDI/webpack/before-startup","webpack://enDI/webpack/startup","webpack://enDI/webpack/after-startup"],"sourcesContent":["<script setup>\n import { ref } from 'vue'\n import {\n useConfigurableOptionConfigStore,\n useConfigurableOptionStore,\n } from '@/stores/configurable_option'\n import { storeToRefs } from 'pinia'\n import CompanyTaskMentionFormComponent from './CompanyTaskMentionFormComponent.vue'\n import FormModalLayout from '@/layouts/FormModalLayout.vue'\n import Table from '@/components/lists/Table.vue'\n import columnsDef from './columnDefs'\n import Button from '@/components/Button.vue'\n import Icon from '@/components/Icon.vue'\n\n /**\n *\n * Charge les éléments\n * Charge le schéma de données\n *\n *\n * 1- Affichage d'une Liste\n * 2- Formulaire d'ajout / Modification d'un élément\n */\n\n const props = defineProps({\n url: { type: String, required: true },\n formConfigUrl: { type: String, required: true },\n })\n const showForm = ref(false)\n const currentOptionId = ref(null)\n const listParams = ref({\n columnsDef: columnsDef,\n columns: columnsDef.map((column) => column.name),\n })\n\n const dataStore = useConfigurableOptionStore()\n const configStore = useConfigurableOptionConfigStore()\n configStore.setUrl(props.formConfigUrl)\n\n const { optionCollection } = storeToRefs(dataStore)\n async function fetchData() {\n const promise = dataStore.setInitialValues(props.url)\n const promise2 = configStore.loadConfig()\n await Promise.all([promise, promise2])\n }\n const addOption = () => {\n showForm.value = true\n }\n const editOption = (optionId) => {\n showForm.value = true\n currentOptionId.value = optionId\n }\n const onCancelAddEdit = () => {\n showForm.value = false\n currentOptionId.value = null\n }\n const onSaved = (option) => {\n console.log('Save option', option)\n showForm.value = false\n currentOptionId.value = null\n }\n await fetchData()\n</script>\n\n<template>\n <div>\n <div class=\"alert alert-info\">\n Vous pouvez configurer ici des mentions spécifiques qui vous seront\n proposées lorsque vous éditez des devis ou des factures.<br />\n Celles-ci apparaîtront alors dans les fichiers PDF sous la forme de\n cadres en dessous des prestations.\n </div>\n <h2>Liste des mentions</h2>\n <Table :items=\"optionCollection\" :params=\"listParams\">\n <template #rowActions=\"{ item }\">\n <td class=\"col_actions width_two\">\n <div class=\"btn-group\">\n <Button\n :show-label=\"false\"\n icon=\"pen\"\n label=\"Modifier\"\n title=\"Ouvrir le formulaire de modification de l'élément\"\n @click=\"() => editOption(item.id)\"\n />\n <Button\n :show-label=\"false\"\n icon=\"trash-alt\"\n css=\"negative\"\n label=\"Supprimer\"\n title=\"Supprimer l'élément\"\n @click=\"() => dataStore.deleteOption(item.id)\"\n />\n </div>\n </td>\n </template>\n </Table>\n\n <Button\n icon=\"plus\"\n label=\"Ajouter un élément\"\n @click=\"addOption\"\n :show-label=\"true\"\n ></Button>\n <!-- Formulaire d'ajout / Modification d'un élément -->\n <CompanyTaskMentionFormComponent\n v-if=\"showForm\"\n :option-id=\"currentOptionId\"\n :layout=\"FormModalLayout\"\n @cancel=\"onCancelAddEdit\"\n @saved=\"onSaved\"\n />\n </div>\n</template>\n","<script setup>\n import { ref, computed } from 'vue'\n import { useForm } from 'vee-validate'\n import {\n buildYupSchema,\n getFieldData,\n getDefaults,\n getSubmitErrorCallback,\n getSubmitModelCallback,\n } from '@/helpers/form'\n import Input from '@/components/forms/Input.vue'\n import FormFlatLayout from '@/layouts/FormFlatLayout.vue'\n import {\n useConfigurableOptionConfigStore,\n useConfigurableOptionStore,\n } from '@/stores/configurable_option'\n import RichTextArea from '@/components/forms/RichTextArea.vue'\n\n const props = defineProps({\n isEdit: { type: Boolean, default: false },\n option: { type: Object, default: null },\n layout: { type: Object, default: FormFlatLayout },\n })\n\n const emit = defineEmits(['saved', 'cancel', 'error'])\n\n const dataStore = useConfigurableOptionStore()\n const configStore = useConfigurableOptionConfigStore()\n\n // Configuration du schéma de formulaire et du Form vee-validate\n const jsonSchema = configStore.getSchema('default')\n const formSchema = buildYupSchema(jsonSchema)\n const initialValues = getDefaults(formSchema)\n\n Object.assign(initialValues, props.option)\n\n const { values, handleSubmit, isSubmitting } = useForm({\n validationSchema: formSchema,\n initialValues: initialValues,\n })\n\n /**\n * Fonction lancée lorsque la validation des données par vee-validate\n * est réussie/en erreur\n */\n const onSubmitSuccess = getSubmitModelCallback(emit, dataStore.save)\n const onSubmitError = getSubmitErrorCallback(emit)\n\n const onSubmit = handleSubmit(onSubmitSuccess, onSubmitError)\n const onCancel = () => emit('cancel')\n\n const getData = (fieldName) => getFieldData(formSchema, fieldName)\n</script>\n\n<template>\n <component :is=\"layout\" @submit-form=\"onSubmit\" @close=\"onCancel\">\n <template #title>\n <template v-if=\"isEdit\"> Modifier une mention </template>\n <template v-else> Ajouter une mention </template>\n </template>\n <template #fields>\n <fieldset class=\"deformFormFieldset\">\n <Input v-bind=\"getData('label')\" />\n <Input v-bind=\"getData('help_text')\" />\n </fieldset>\n <fieldset class=\"deformFormFieldset\">\n <legend>Sortie PDF</legend>\n <Input v-bind=\"getData('title')\" />\n <RichTextArea v-bind=\"getData('full_text')\" />\n </fieldset>\n </template>\n <template #buttons>\n <div class=\"btn-group\">\n <button\n id=\"deformsubmit\"\n name=\"submit\"\n type=\"submit\"\n class=\"btn btn-primary\"\n value=\"submit\"\n :disabled=\"isSubmitting\"\n >\n {{ isEdit ? 'Modifier' : 'Valider' }}\n </button>\n <button\n id=\"deformcancel\"\n name=\"cancel\"\n type=\"button\"\n class=\"btn btn-default\"\n @click=\"() => emit('cancel')\"\n >\n Annuler\n </button>\n </div>\n </template>\n </component>\n</template>\n","<script setup>\n import { ref } from 'vue'\n import { storeToRefs } from 'pinia'\n\n import FormFlatLayout from '@/layouts/FormFlatLayout.vue'\n import CompanyTaskMentionForm from './CompanyTaskMentionForm.vue'\n import {\n useConfigurableOptionConfigStore,\n useConfigurableOptionStore,\n } from '@/stores/configurable_option'\n\n // props attendu par le composant\n const props = defineProps({\n optionId: { type: Number || null, default: null },\n layout: { type: Object, default: FormFlatLayout },\n })\n\n const emit = defineEmits(['saved', 'cancel'])\n\n const isEdit = !!props.optionId\n const loading = ref(true)\n\n const dataStore = useConfigurableOptionStore()\n const configStore = useConfigurableOptionConfigStore()\n\n const preload = async () => {\n const promises = [configStore.loadConfig()]\n if (isEdit) {\n promises.push(dataStore.loadOption(props.optionId))\n }\n Promise.all(promises).then(() => (loading.value = false))\n }\n\n const { currentOption } = storeToRefs(dataStore)\n\n function onSaved(option) {\n emit('saved', option)\n }\n\n function onCancel() {\n console.log('Cancel Option add/edit')\n emit('cancel')\n }\n\n await preload()\n</script>\n\n<template>\n <div v-if=\"loading\">Chargement des informations</div>\n <CompanyTaskMentionForm\n v-else\n :option=\"currentOption\"\n :layout=\"layout\"\n @saved=\"onSaved\"\n @cancel=\"onCancel\"\n />\n</template>\n","<script setup>\n import { Suspense } from 'vue'\n import { collectOptions } from '@/helpers/context.js'\n import CompanyTaskMentionComponent from '@/components/company/task_mentions/CompanyTaskMentionComponent.vue'\n\n const options = collectOptions()\n const redirectOnsave = () => {\n window.location.replace('/companies/' + options.company_id)\n }\n\n const redirectOnCancel = () => {\n if (options['come_from']) {\n window.location.replace(options['come_from'])\n } else {\n window.location.href = options.context_url.replace('/api/v1/', '/')\n }\n }\n</script>\n\n<template>\n <Suspense>\n <div>\n <CompanyTaskMentionComponent\n :url=\"options.context_url\"\n :form-config-url=\"options.form_config_url\"\n @on-save=\"redirectOnsave\"\n @on-cancel=\"redirectOnCancel\"\n />\n </div>\n <template #fallback> Chargement... </template>\n </Suspense>\n</template>\n","import LabelCell from \"@/components/lists/cells/LabelCell.vue\"\nimport { markRaw } from \"vue\"\n\nconst columnsDef = [\n {\n name: \"label\",\n title: \"Libellé\",\n cellComponent: markRaw(LabelCell),\n css: \"col_text\",\n },\n {\n name: \"full_text\",\n title: \"Texte complet\",\n cellComponent: markRaw(LabelCell),\n css: \"col_text\",\n },\n]\nexport default columnsDef","import { ref, watch, computed } from 'vue'\nimport { defineStore } from 'pinia'\n\nimport api from '@/api/index'\n\nimport getFormConfigStore from './formConfig'\n\nexport const useConfigurableOptionConfigStore = getFormConfigStore('configurable_option')\n\nexport const useConfigurableOptionStore = defineStore('configurable_option', \n () => {\n const loading = ref(true)\n const currentOptionId = ref(null) // Option Id we're working on\n const currentOption = ref({}) // The current Configurable Option object\n const optionCollection = ref([]) // The current Configurable Option collection object\n const optionCollectionMeta = ref({}) // Meta data about the collection\n\n async function setInitialValues(collectionUrl){\n api.configurable_option.setCollectionUrl(collectionUrl)\n loadOptionCollection()\n }\n async function loadOptionCollection(loadOptions={}){\n const result = await api.configurable_option.loadCollection(loadOptions)\n optionCollection.value = result.items\n optionCollectionMeta.value = result.metadata\n loading.value = false\n }\n async function setOptionId(optionId){\n currentOptionId.value = optionId\n }\n async function loadOption(optionId=null){\n if (! optionId) optionId = currentOptionId.value\n const option = await api.configurable_option.load(optionId)\n currentOption.value = option\n loading.value = false\n }\n async function createOption(values){\n currentOption.value = await api.configurable_option.create(values)\n await loadOptionCollection()\n return currentOption.value\n }\n async function updateOption(values, optionId=null){\n \n currentOption.value = await api.configurable_option.update(values, optionId)\n await loadOptionCollection()\n return currentOption.value\n }\n async function save(values, optionId=null){\n if (! values.id && ! optionId){\n return createOption(values);\n } else {\n return updateOption(values, optionId);\n }\n\n }\n async function deleteOption(optionId){\n await api.configurable_option.delete(optionId)\n await loadOptionCollection()\n }\n return {\n loading, \n currentOptionId,\n currentOption,\n optionCollection,\n optionCollectionMeta,\n setInitialValues,\n setOptionId,\n loadOption,\n deleteOption,\n save,\n }\n }\n)","\nimport { startApp } from '@/helpers/utils'\nimport App from './App.vue'\n\nconst app = startApp(App)","import { render } from \"./CompanyTaskMentionComponent.vue?vue&type=template&id=4864b497\"\nimport script from \"./CompanyTaskMentionComponent.vue?vue&type=script&setup=true&lang=js\"\nexport * from \"./CompanyTaskMentionComponent.vue?vue&type=script&setup=true&lang=js\"\n\nimport exportComponent from \"../../../../node_modules/vue-loader/dist/exportHelper.js\"\nconst __exports__ = /*#__PURE__*/exportComponent(script, [['render',render],['__file',\"src/components/company/task_mentions/CompanyTaskMentionComponent.vue\"]])\n/* hot reload */\nif (module.hot) {\n __exports__.__hmrId = \"4864b497\"\n const api = __VUE_HMR_RUNTIME__\n module.hot.accept()\n if (!api.createRecord('4864b497', __exports__)) {\n api.reload('4864b497', __exports__)\n }\n \n module.hot.accept(\"./CompanyTaskMentionComponent.vue?vue&type=template&id=4864b497\", () => {\n api.rerender('4864b497', render)\n })\n\n}\n\n\nexport default __exports__","import { render } from \"./CompanyTaskMentionForm.vue?vue&type=template&id=0b4a689a\"\nimport script from \"./CompanyTaskMentionForm.vue?vue&type=script&setup=true&lang=js\"\nexport * from \"./CompanyTaskMentionForm.vue?vue&type=script&setup=true&lang=js\"\n\nimport exportComponent from \"../../../../node_modules/vue-loader/dist/exportHelper.js\"\nconst __exports__ = /*#__PURE__*/exportComponent(script, [['render',render],['__file',\"src/components/company/task_mentions/CompanyTaskMentionForm.vue\"]])\n/* hot reload */\nif (module.hot) {\n __exports__.__hmrId = \"0b4a689a\"\n const api = __VUE_HMR_RUNTIME__\n module.hot.accept()\n if (!api.createRecord('0b4a689a', __exports__)) {\n api.reload('0b4a689a', __exports__)\n }\n \n module.hot.accept(\"./CompanyTaskMentionForm.vue?vue&type=template&id=0b4a689a\", () => {\n api.rerender('0b4a689a', render)\n })\n\n}\n\n\nexport default __exports__","import { render } from \"./CompanyTaskMentionFormComponent.vue?vue&type=template&id=db1fb59a\"\nimport script from \"./CompanyTaskMentionFormComponent.vue?vue&type=script&setup=true&lang=js\"\nexport * from \"./CompanyTaskMentionFormComponent.vue?vue&type=script&setup=true&lang=js\"\n\nimport exportComponent from \"../../../../node_modules/vue-loader/dist/exportHelper.js\"\nconst __exports__ = /*#__PURE__*/exportComponent(script, [['render',render],['__file',\"src/components/company/task_mentions/CompanyTaskMentionFormComponent.vue\"]])\n/* hot reload */\nif (module.hot) {\n __exports__.__hmrId = \"db1fb59a\"\n const api = __VUE_HMR_RUNTIME__\n module.hot.accept()\n if (!api.createRecord('db1fb59a', __exports__)) {\n api.reload('db1fb59a', __exports__)\n }\n \n module.hot.accept(\"./CompanyTaskMentionFormComponent.vue?vue&type=template&id=db1fb59a\", () => {\n api.rerender('db1fb59a', render)\n })\n\n}\n\n\nexport default __exports__","import { render } from \"./App.vue?vue&type=template&id=76c013f9\"\nimport script from \"./App.vue?vue&type=script&setup=true&lang=js\"\nexport * from \"./App.vue?vue&type=script&setup=true&lang=js\"\n\nimport exportComponent from \"../../../../node_modules/vue-loader/dist/exportHelper.js\"\nconst __exports__ = /*#__PURE__*/exportComponent(script, [['render',render],['__file',\"src/views/company/task_mentions/App.vue\"]])\n/* hot reload */\nif (module.hot) {\n __exports__.__hmrId = \"76c013f9\"\n const api = __VUE_HMR_RUNTIME__\n module.hot.accept()\n if (!api.createRecord('76c013f9', __exports__)) {\n api.reload('76c013f9', __exports__)\n }\n \n module.hot.accept(\"./App.vue?vue&type=template&id=76c013f9\", () => {\n api.rerender('76c013f9', render)\n })\n\n}\n\n\nexport default __exports__","export { default } from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/vue-loader/dist/index.js??ruleSet[1].rules[6].use[0]!./CompanyTaskMentionComponent.vue?vue&type=script&setup=true&lang=js\"; export * from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/vue-loader/dist/index.js??ruleSet[1].rules[6].use[0]!./CompanyTaskMentionComponent.vue?vue&type=script&setup=true&lang=js\"","export { default } from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/vue-loader/dist/index.js??ruleSet[1].rules[6].use[0]!./CompanyTaskMentionForm.vue?vue&type=script&setup=true&lang=js\"; export * from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/vue-loader/dist/index.js??ruleSet[1].rules[6].use[0]!./CompanyTaskMentionForm.vue?vue&type=script&setup=true&lang=js\"","export { default } from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/vue-loader/dist/index.js??ruleSet[1].rules[6].use[0]!./CompanyTaskMentionFormComponent.vue?vue&type=script&setup=true&lang=js\"; export * from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/vue-loader/dist/index.js??ruleSet[1].rules[6].use[0]!./CompanyTaskMentionFormComponent.vue?vue&type=script&setup=true&lang=js\"","export { default } from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/vue-loader/dist/index.js??ruleSet[1].rules[6].use[0]!./App.vue?vue&type=script&setup=true&lang=js\"; export * from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/vue-loader/dist/index.js??ruleSet[1].rules[6].use[0]!./App.vue?vue&type=script&setup=true&lang=js\"","export * from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/vue-loader/dist/templateLoader.js??ruleSet[1].rules[2]!../../../../node_modules/vue-loader/dist/index.js??ruleSet[1].rules[6].use[0]!./CompanyTaskMentionComponent.vue?vue&type=template&id=4864b497\"","export * from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/vue-loader/dist/templateLoader.js??ruleSet[1].rules[2]!../../../../node_modules/vue-loader/dist/index.js??ruleSet[1].rules[6].use[0]!./CompanyTaskMentionForm.vue?vue&type=template&id=0b4a689a\"","export * from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/vue-loader/dist/templateLoader.js??ruleSet[1].rules[2]!../../../../node_modules/vue-loader/dist/index.js??ruleSet[1].rules[6].use[0]!./CompanyTaskMentionFormComponent.vue?vue&type=template&id=db1fb59a\"","export * from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/vue-loader/dist/templateLoader.js??ruleSet[1].rules[2]!../../../../node_modules/vue-loader/dist/index.js??ruleSet[1].rules[6].use[0]!./App.vue?vue&type=template&id=76c013f9\"","// The module cache\nvar __webpack_module_cache__ = {};\n\n// The require function\nfunction __webpack_require__(moduleId) {\n\t// Check if module is in cache\n\tvar cachedModule = __webpack_module_cache__[moduleId];\n\tif (cachedModule !== undefined) {\n\t\treturn cachedModule.exports;\n\t}\n\t// Create a new module (and put it into the cache)\n\tvar module = __webpack_module_cache__[moduleId] = {\n\t\tid: moduleId,\n\t\tloaded: false,\n\t\texports: {}\n\t};\n\n\t// Execute the module function\n\t__webpack_modules__[moduleId].call(module.exports, module, module.exports, __webpack_require__);\n\n\t// Flag the module as loaded\n\tmodule.loaded = true;\n\n\t// Return the exports of the module\n\treturn module.exports;\n}\n\n// expose the modules object (__webpack_modules__)\n__webpack_require__.m = __webpack_modules__;\n\n","var deferred = [];\n__webpack_require__.O = (result, chunkIds, fn, priority) => {\n\tif(chunkIds) {\n\t\tpriority = priority || 0;\n\t\tfor(var i = deferred.length; i > 0 && deferred[i - 1][2] > priority; i--) deferred[i] = deferred[i - 1];\n\t\tdeferred[i] = [chunkIds, fn, priority];\n\t\treturn;\n\t}\n\tvar notFulfilled = Infinity;\n\tfor (var i = 0; i < deferred.length; i++) {\n\t\tvar [chunkIds, fn, priority] = deferred[i];\n\t\tvar fulfilled = true;\n\t\tfor (var j = 0; j < chunkIds.length; j++) {\n\t\t\tif ((priority & 1 === 0 || notFulfilled >= priority) && Object.keys(__webpack_require__.O).every((key) => (__webpack_require__.O[key](chunkIds[j])))) {\n\t\t\t\tchunkIds.splice(j--, 1);\n\t\t\t} else {\n\t\t\t\tfulfilled = false;\n\t\t\t\tif(priority < notFulfilled) notFulfilled = priority;\n\t\t\t}\n\t\t}\n\t\tif(fulfilled) {\n\t\t\tdeferred.splice(i--, 1)\n\t\t\tvar r = fn();\n\t\t\tif (r !== undefined) result = r;\n\t\t}\n\t}\n\treturn result;\n};","// getDefaultExport function for compatibility with non-harmony modules\n__webpack_require__.n = (module) => {\n\tvar getter = module && module.__esModule ?\n\t\t() => (module['default']) :\n\t\t() => (module);\n\t__webpack_require__.d(getter, { a: getter });\n\treturn getter;\n};","var getProto = Object.getPrototypeOf ? (obj) => (Object.getPrototypeOf(obj)) : (obj) => (obj.__proto__);\nvar leafPrototypes;\n// create a fake namespace object\n// mode & 1: value is a module id, require it\n// mode & 2: merge all properties of value into the ns\n// mode & 4: return value when already ns object\n// mode & 16: return value when it's Promise-like\n// mode & 8|1: behave like require\n__webpack_require__.t = function(value, mode) {\n\tif(mode & 1) value = this(value);\n\tif(mode & 8) return value;\n\tif(typeof value === 'object' && value) {\n\t\tif((mode & 4) && value.__esModule) return value;\n\t\tif((mode & 16) && typeof value.then === 'function') return value;\n\t}\n\tvar ns = Object.create(null);\n\t__webpack_require__.r(ns);\n\tvar def = {};\n\tleafPrototypes = leafPrototypes || [null, getProto({}), getProto([]), getProto(getProto)];\n\tfor(var current = mode & 2 && value; typeof current == 'object' && !~leafPrototypes.indexOf(current); current = getProto(current)) {\n\t\tObject.getOwnPropertyNames(current).forEach((key) => (def[key] = () => (value[key])));\n\t}\n\tdef['default'] = () => (value);\n\t__webpack_require__.d(ns, def);\n\treturn ns;\n};","// define getter functions for harmony exports\n__webpack_require__.d = (exports, definition) => {\n\tfor(var key in definition) {\n\t\tif(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n\t\t\tObject.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n\t\t}\n\t}\n};","// The chunk loading function for additional chunks\n// Since all referenced chunks are already included\n// in this file, this function is empty here.\n__webpack_require__.e = () => (Promise.resolve());","__webpack_require__.g = (function() {\n\tif (typeof globalThis === 'object') return globalThis;\n\ttry {\n\t\treturn this || new Function('return this')();\n\t} catch (e) {\n\t\tif (typeof window === 'object') return window;\n\t}\n})();","__webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))","// define __esModule on exports\n__webpack_require__.r = (exports) => {\n\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n\t}\n\tObject.defineProperty(exports, '__esModule', { value: true });\n};","__webpack_require__.nmd = (module) => {\n\tmodule.paths = [];\n\tif (!module.children) module.children = [];\n\treturn module;\n};","var scriptUrl;\nif (__webpack_require__.g.importScripts) scriptUrl = __webpack_require__.g.location + \"\";\nvar document = __webpack_require__.g.document;\nif (!scriptUrl && document) {\n\tif (document.currentScript && document.currentScript.tagName.toUpperCase() === 'SCRIPT')\n\t\tscriptUrl = document.currentScript.src;\n\tif (!scriptUrl) {\n\t\tvar scripts = document.getElementsByTagName(\"script\");\n\t\tif(scripts.length) {\n\t\t\tvar i = scripts.length - 1;\n\t\t\twhile (i > -1 && (!scriptUrl || !/^http(s?):/.test(scriptUrl))) scriptUrl = scripts[i--].src;\n\t\t}\n\t}\n}\n// When supporting browsers where an automatic publicPath is not supported you must specify an output.publicPath manually via configuration\n// or pass an empty string (\"\") and set the __webpack_public_path__ variable from your code to use your own logic.\nif (!scriptUrl) throw new Error(\"Automatic publicPath is not supported in this browser\");\nscriptUrl = scriptUrl.replace(/#.*$/, \"\").replace(/\\?.*$/, \"\").replace(/\\/[^\\/]+$/, \"/\");\n__webpack_require__.p = scriptUrl;","// no baseURI\n\n// object to store loaded and loading chunks\n// undefined = chunk not loaded, null = chunk preloaded/prefetched\n// [resolve, reject, Promise] = chunk loading, 0 = chunk loaded\nvar installedChunks = {\n\t\"company_task_mentions\": 0\n};\n\n// no chunk on demand loading\n\n// no prefetching\n\n// no preloaded\n\n// no HMR\n\n// no HMR manifest\n\n__webpack_require__.O.j = (chunkId) => (installedChunks[chunkId] === 0);\n\n// install a JSONP callback for chunk loading\nvar webpackJsonpCallback = (parentChunkLoadingFunction, data) => {\n\tvar [chunkIds, moreModules, runtime] = data;\n\t// add \"moreModules\" to the modules object,\n\t// then flag all \"chunkIds\" as loaded and fire callback\n\tvar moduleId, chunkId, i = 0;\n\tif(chunkIds.some((id) => (installedChunks[id] !== 0))) {\n\t\tfor(moduleId in moreModules) {\n\t\t\tif(__webpack_require__.o(moreModules, moduleId)) {\n\t\t\t\t__webpack_require__.m[moduleId] = moreModules[moduleId];\n\t\t\t}\n\t\t}\n\t\tif(runtime) var result = runtime(__webpack_require__);\n\t}\n\tif(parentChunkLoadingFunction) parentChunkLoadingFunction(data);\n\tfor(;i < chunkIds.length; i++) {\n\t\tchunkId = chunkIds[i];\n\t\tif(__webpack_require__.o(installedChunks, chunkId) && installedChunks[chunkId]) {\n\t\t\tinstalledChunks[chunkId][0]();\n\t\t}\n\t\tinstalledChunks[chunkId] = 0;\n\t}\n\treturn __webpack_require__.O(result);\n}\n\nvar chunkLoadingGlobal = self[\"webpackChunkenDI\"] = self[\"webpackChunkenDI\"] || [];\nchunkLoadingGlobal.forEach(webpackJsonpCallback.bind(null, 0));\nchunkLoadingGlobal.push = webpackJsonpCallback.bind(null, chunkLoadingGlobal.push.bind(chunkLoadingGlobal));","__webpack_require__.nc = undefined;","","// startup\n// Load entry module and return exports\n// This entry module depends on other loaded chunks and execution need to be delayed\nvar __webpack_exports__ = __webpack_require__.O(undefined, [\"vendor-vue\"], () => (__webpack_require__(\"./src/views/company/task_mentions/company_task_mentions.js\")))\n__webpack_exports__ = __webpack_require__.O(__webpack_exports__);\n",""],"names":["ref","useConfigurableOptionConfigStore","useConfigurableOptionStore","storeToRefs","CompanyTaskMentionFormComponent","FormModalLayout","Table","columnsDef","Button","Icon","fetchData","_fetchData","addOption","editOption","onCancelAddEdit","onSaved","__returned__","_t","_t2","_t3","_t4","_t5","_t6","_t7","_t8","_t9","_t0","_t1","_t10","_t11","_t12","_t13","_t14","_t15","_t16","_regeneratorRuntime","wrap","_context2","prev","next","_fetchData3","_asyncToGenerator","mark","_callee","promise","promise2","_context","dataStore","setInitialValues","props","url","configStore","loadConfig","Promise","all","stop","apply","arguments","_fetchData2","__props","showForm","currentOptionId","listParams","columns","map","column","name","setUrl","formConfigUrl","_storeToRefs","optionCollection","value","optionId","option","console","log","_withAsyncContext2","_withAsyncContext","_withAsyncContext3","_slicedToArray","__temp","__restore","computed","useForm","buildYupSchema","getFieldData","getDefaults","getSubmitErrorCallback","getSubmitModelCallback","Input","FormFlatLayout","RichTextArea","emit","__emit","jsonSchema","getSchema","formSchema","initialValues","Object","assign","_useForm","validationSchema","values","handleSubmit","isSubmitting","onSubmitSuccess","save","onSubmitError","onSubmit","onCancel","getData","fieldName","CompanyTaskMentionForm","_onCancel","_onSaved","isEdit","loading","preload","_ref2","promises","push","loadOption","then","currentOption","Suspense","collectOptions","CompanyTaskMentionComponent","options","redirectOnsave","window","location","replace","company_id","redirectOnCancel","href","context_url","_createElementBlock","_createElementVNode","_createVNode","$setup","items","params","rowActions","_withCtx","_ref","item","_hoisted_1","_hoisted_2","icon","label","title","onClick","id","css","deleteOption","_createCommentVNode","_createBlock","layout","_resolveDynamicComponent","$props","onSubmitForm","onClose","_Fragment","key","fields","_normalizeProps","_guardReactiveProps","buttons","_hoisted_3","type","disabled","_hoisted_4","_cache","_Suspense","fallback","form_config_url","onOnSave","onOnCancel","LabelCell","markRaw","cellComponent","watch","defineStore","api","getFormConfigStore","optionCollectionMeta","_x","_setInitialValues","collectionUrl","configurable_option","setCollectionUrl","loadOptionCollection","_loadOptionCollection","_callee2","loadOptions","result","_args2","length","undefined","loadCollection","sent","metadata","setOptionId","_x2","_setOptionId","_callee3","_context3","_loadOption","_callee4","_args4","_context4","load","createOption","_x3","_createOption","_callee5","_context5","create","abrupt","updateOption","_x4","_updateOption","_callee6","_args6","_context6","update","_x5","_save","_callee7","_args7","_context7","_x6","_deleteOption","_callee8","_context8","startApp","App","app"],"sourceRoot":""}
|