endi 2024.2.0__tar.gz → 2024.2.5__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-2024.2.5/CURRENT_VERSION +1 -0
- {endi-2024.2.0 → endi-2024.2.5}/PKG-INFO +1 -1
- {endi-2024.2.0 → endi-2024.2.5}/caerp/compute/sage/invoice.py +10 -6
- {endi-2024.2.0 → endi-2024.2.5}/caerp/controllers/expense_types.py +3 -1
- {endi-2024.2.0 → endi-2024.2.5}/caerp/forms/supply/supplier_order.py +7 -3
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/build/expense.js +12 -12
- endi-2024.2.5/caerp/static/js/build/expense.min.js +1 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/build/statistics.js +3 -3
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/build/statistics.min.js +1 -1
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/build/vendor.js +6 -6
- endi-2024.2.5/caerp/static/js/build/vendor.min.js +2 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/release_notes.json +165 -427
- endi-2024.2.5/caerp/templates/customers/estimations.mako +20 -0
- endi-2024.2.5/caerp/templates/project/estimations.mako +40 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/utils/sys_environment.py +1 -1
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/business/estimation.py +1 -1
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/estimations/export.py +2 -12
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/estimations/lists.py +1 -2
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/project/estimation.py +1 -1
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/third_party/customer/estimation.py +1 -1
- {endi-2024.2.0 → endi-2024.2.5}/endi.egg-info/PKG-INFO +1 -1
- endi-2024.2.0/CURRENT_VERSION +0 -1
- endi-2024.2.0/caerp/static/js/build/expense.min.js +0 -1
- endi-2024.2.0/caerp/static/js/build/vendor.min.js +0 -2
- endi-2024.2.0/caerp/templates/customers/estimations.mako +0 -110
- endi-2024.2.0/caerp/templates/project/estimations.mako +0 -129
- {endi-2024.2.0 → endi-2024.2.5}/COPYRIGHT.txt +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/CURRENT_PACKAGE_NAME +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/LICENSE.txt +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/MANIFEST.in +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/README.rst +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/.pytest_cache/.gitignore +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/.pytest_cache/CACHEDIR.TAG +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/.pytest_cache/README.md +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/.pytest_cache/v/cache/stepwise +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/__init__.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/README +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/__init__.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/env.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/exceptions.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/script.py.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/utils.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/1_0_432d76e49a9c.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/1_1_3ffdda6a6fe6.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/1_2_1f548f8115e8.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/1_3_1902ba0cc2ac.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/1_4_2cc9251fb0bb.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/1_4_adding_polymorphic_i_3f52b6b0ed7c.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/1_4_ajout_du_statusperso_41116dd5c5c8.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/1_4_fiche_client_1dce987687aa.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/1_4_migration_des_factur_14b76f64614c.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/1_4_migration_du_code_cl_209c0f6d7620.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/1_4_renommage_des_colonn_1e7d7781a47b.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/1_4_taux_de_tva_par_1987a6d83e5f.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/1_5_address_field_on_23fd141c9484.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/1_5_champ_adresse_mu_70853b5576c.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/1_5_migrating_expens_362fc5306d54.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/1_5_migrating_financ_4a4eba558244.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/1_5_migrating_paymen_1f07ae132ac8.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/1_5_migrating_work_u_1212f113f03b.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/1_5_moving_manualinv_2a7a5275c441.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/1_5_multiple_client__1cc9ff114346.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/1_6_migrate_code_com_29299007fe7d.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/1_7_active_tag_2b29f533fdfc.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/1_7_add_compte_cg_to_4ce6b915de98.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/1_7_client_to_custom_3f746e901aa6.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/1_8_add_a_base_node__1ca3a6ef9c9d.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/1_8_add_session_id_t_1aa7e3b02b04.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/1_9_1_add_a_configur_1b3d5402f3e4.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/2024_1_0_ajoute_businessbpfdata_has_remote_f57584a7076f.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/2024_1_0_creation_et_deplacement_dispositif_et__303f11e5dbd4.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/2024_1_0_revision_merge_d4d4be3b65a6.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/2024_2_0_ajout_categorie_expensetypes_7c3bc9b26029.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/2024_2_0_ajout_du_compte_client_sur_les_tva_e032a4187413.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/2024_2_0_rend_certains_champs_de_businessbpfdata__c7f17be86e32.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/2024_2_0_supprime_de_trainerdata_les_champs_un__a389d617354b.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/2_0_add_codes_for_nd_b04de7c28.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/2_2_activity_status__15d4152bd5d6.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/2_3_1_2_3_1_header_and_logo_in_db_40c1f95213d0.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/2_3_1_add_userdatas_disabled_accounts_42c3d2634645.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/2_3_add_userdatas_591c8309dc2b.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/2_4_userdatas_is_node_46beb4c6f140.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/2_5_configurable_situation_1b94920692a3.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/2_7_1_add_columns_36b1d9c38c43.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/2_7_add_round_floor_577f50e908d1.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/2_7_migrate_table_datas_428f9d451e18.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/3_0_fix_missing_unities_54de05a93319.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/3_0_migrate_task_lines_2192101f133b.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/3_1_1_fix_competences_bdb7dd32c2c.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/3_1_1_move_to_filedepot_4cb8e3e01f36.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/3_1_2_statistics_relationship_480d66cbb4c4.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/3_1_ajout_bank_id_to_payments_59f05bb3051d.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/3_2_1_fix_payment_2_658e0f23ee2.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/3_2_1_fix_payment_3_18504ec02955.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/3_2_1_fix_payment_5_number_3017103d60c0.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/3_2_2_add_bank_code_journal_25a21d2410b7.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/3_2_add_base_groups_58df01afdaad.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/3_2_add_mention_to_tva_1cf6d10d40cf.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/3_2_add_workplace_field_37a35699b280.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/3_2_passage_5_chiffres_3c1321f40c0c.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/3_3_0_clean_part_of_unused_columns_5706441c0f47.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/3_3_0_fix_treasury_percentage__11219b4e619b.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/3_3_0_fonctionnalites_9_2b6ac7b172d3.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/3_4_add_expense_km_type_year_22721b810d30.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/3_4_add_expense_specific_exported_flag_4299e583631c.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/3_4_add_user_vehicle_6a8b2495102.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/3_4_groupe_fonctionnalite_2017_1_55acdcdcc473.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/4_1_compte_de_resultats_13a25f46e412.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/4_2_0_470feca21286_add_workshop_description.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/4_2_0__14d28a95ac46.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/4_2_0_add_customer_label_182bf34f7989.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/4_2_0_add_event_owner_id_field_2ed5c14be058.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/4_2_0_add_event_signup_mode_3fa09c31c2ac.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/4_2_0_add_filetype_table_11a62732db65.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/4_2_0_add_multiple_social_status_on__18591428772b.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/4_2_0_add_project_type_44f964dc36a2.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/4_2_0_add_sequence_initialization_properties__14d7548ec2ce.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/4_2_0_add_task_legacy_number_field_7aed0aafcbd.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/4_2_0_add_task_s_notes_3885e8260693.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/4_2_0_added_general_customer_account_third__5362502b508c.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/4_2_0_added_product_id_to_sale_product_table_4f011ed2a459.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/4_2_0_added_registration_attribute_to__118382521263.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/4_2_0_added_type__attribut_in_sale_product__18b6a30326e2.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/4_2_0_cascade_delete_workshop_trainers_2ab20c4414aa.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/4_2_0_change_task_official_number_int_str_29e53cf4579a.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/4_2_0_clear_old_treasury_modules_config_3519f2dab802.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/4_2_0_copy_workshop_leaders_in_description_a9229288927.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/4_2_0_customer_nullable_datas_c48c967f7f7.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/4_2_0_fill_task_official_number_with_prefixed__67403ce32f8.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/4_2_0_initialise_la_config_de_la_taille_de__4f8d19c47c76.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/4_2_0_initialize_accounting_entries_label__18b00b9e3b46.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/4_2_0_initialize_invoice_number_format_1e1a970ad004.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/4_2_0_merge_15fb49b9cb37.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/4_2_0_merge_1729bb7ed957.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/4_2_0_merge_2793f8d2e33e.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/4_2_0_merge_3d5b6e485203.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/4_2_0_merge_3d76b2ca290b.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/4_2_0_merge_d777c5e2750.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/4_2_0_migrate_mentions_2e4c3172fc54.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/4_2_0_migrate_parcours_data_2a66d798c55d.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/4_2_0_migrate_user_table_foreign_keys_1ad4b3e78299.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/4_2_0_register_sequence_numbers_for_existing__41261dd0a613.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/4_2_0_remove_task_prefix_column_4ab29f6cdd50.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/4_2_0_remove_workshop_leaders_field_1e4eb742df36.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/4_2_0_rename_payment_remittance_amount__50caf9dd4cd6.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/4_2_0_update_civility_value_from_mr_mme_to_m__4a7a603b00f7.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/4_3_add_business_links_on_expense_lines_2389fde383c7.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/4_3_add_business_type_bpf_related_4f37cb2ebd97.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/4_3_add_cascade_226992705175.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/4_3_add_supplier_accounts_to_company_2a7da76844bd.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/4_3_add_task_pdf_file_hash_432e6cd0752c.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/4_3_added_hourly_rate_string_to_career_path_36fed0cf9bcd.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/4_3_added_parcours_salary_to_careerpath__544149b913e4.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/4_3_added_place_workshop_company_manager__55272ae1d65a.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/4_3_delete_sequence_number_with_invoice_24119bbaeaad.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/4_3_enlarge_configurableoption_label_31f29c2db55d.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/4_3_load_official_nsf_training_specialities__e4acc2150d9.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/4_3_migrate_customers_to_third_parties_434b21bf4934.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/4_3_revision_merge_2abf64552d74.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/4_3_transform_task_status_date_date_dateti__37cae75cb90.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/4_3_treasury_states_migration_665ce85c453.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/4_3_update_workshops_company_manager_3c03cea7c1b5.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/5_0_add_accounts_special_field_6a67ebd21c93.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/5_0_add_bank_remittance_id__field_to__9a0a4f30ee28.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/5_0_add_company_address_fields_48f2b841d4fc.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/5_0_add_company_internal_field_1242fa563c83.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/5_0_add_paid_status__fields_to_expensesheet_15f720735537.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/5_0_add_supplierinvoiceline_source_supplier__b987d23091a0.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/5_0_catalogue_produit_414d467360af.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/5_0_migrate_sale_product_eba300f6604a.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/5_0_price_study_ad33637b0b1a.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/5_0_refactor_table_config_3be3fcec8d38.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/5_0_revision_merge_10ff420a71ca.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/5_0_revision_merge_3fa5e47992bf.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/5_0_revision_merge_e7e675528508.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/5_1_2_add_businesstype_tva_on_margin_column_fbfe14ea2b55.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/5_1_2_add_supplierinvoice_business_link_092c50781ff5.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/5_1_2_changed_most_of_saleproducttraining__6fb9c80c6fe3.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/5_1_2_make_business_project_id_and_task_project_id_non_null_f81ecd97d8b0.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/5_1_add_additional_fields_on_payments_13bbeb791326.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/5_1_add_bank_on_supplier_payments_0f345f86f928.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/5_1_add_date_on_supplier_invoices_ae9f83f54480.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/5_1_add_display_ttc_field_on_tasks_794070fe8c0c.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/5_1_add_iban_and_bic_to_bank_accounts_3024401478db.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/5_1_add_issuer_field_on_invoice_payments_69e690478b6c.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/5_1_added_mode_to_task_and_task_line_273d4944c9e0.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/5_1_catalogue_produit.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/5_1_etude_de_prix_abd68b15a448.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/5_1_facturation_avancement_e4151c91ccfb.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/5_1_incomesource_invoice_id_cascade_delete_d824a2ca7973.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/5_1_initialize_bpf_indicators_b17da9edd4ff.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/5_1_migrate_payment_bank_remittance_id_to_fk_783d20753ba0.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/5_1_renomme_projet_classique_dossier__6de07846fbc8.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/6_0_add_businessbpfdata_remote_headcount_5000b3d46b77.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/6_0_add_cascading_strategies_701c65a78b84.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/6_0_add_decimal_precision_8b8ac63f8333.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/6_0_add_expenseline_manual_ttc_6000812cf022.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/6_0_add_expensetype_compte_produit_tva_on__b4120ace97c3.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/6_0_add_expensetype_tva_on_margin_col_0f7d98915d57.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/6_0_add_linemodelmixin_fk_constraint_41f072b2df0e.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/6_0_add_start_date_and_validity_duration_to__c521ac577082.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/6_0_add_task_frozen_settings_2fa7840218f2.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/6_0_add_user_photos_000c62b7ac2a.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/6_0_added_vehicle_fiscal_power_and_vehicule__ea3ee333c241.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/6_0_change_stock_variations_to_floats_ad67b1ce434c.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/6_0_changed_project_code_from_4_to_12_chars_82acaab789be.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/6_0_fix_2073_creation_de_la_table__6bb1388dbe67.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/6_0_fix_556_valeur_par_defaut_nouvelle_cle__d187644f5870.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/6_0_fix_808_ajout_d_une_colonne_updated_at__3d875d983693.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/6_0_migrate_to_cerfa_10443_16_ae9a26b79ac0.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/6_0_ref_1898_type_de_projet_par_defaut_2cae2c8225a9.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/6_0_set_initial_task_frozen_settings_1808c968068f.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/6_1_0_add_expense_sheet_official_number_60e32edeb921.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/6_1_0_add_internal_customer_9336bbbecf03.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/6_1_0_add_supplier_invoice_official_number_6373d1701a81.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/6_1_0_add_taskline_date_6a83c2409886.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/6_1_0_ajout_d_un_base_supplier_payment_c4b03f713cae.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/6_1_0_ajout_d_un_base_task_payment_a623cf307603.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/6_1_0_ajout_de_cascade_0a7b4ce1193a.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/6_1_0_ajout_de_cascade_company_data_d7c5e3dce471.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/6_1_0_ajout_de_colonne_aux_enseignes_ba72c4430612.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/6_1_0_ajout_de_la_colonne_internal_au__a5c2c70e6942.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/6_1_0_cascade_strategies_8316776402ee.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/6_1_0_clean_sale_product_polymorphism_06342a8aa5df.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/6_1_0_delete__acl_from_node_and_add_it_to__07c770adff81.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/6_1_0_initialize_existing_expense_sheet__aa25b30b2736.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/6_1_0_initialize_existing_supplier_invoice__6be1efa57217.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/6_1_0_initialize_expensesheet_number_template_9d9ab48e488c.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/6_1_0_initialize_supplierinvoice_number__35e9bfc2ae2c.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/6_1_0_initialize_supplierinvoice_number__41143edd69a0.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/6_1_0_produit_pour_transfert_de_charge_93bd3589fa62.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/6_1_0_rename_initialization_config_keys_for__c2f39b66c90b.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/6_1_0_rename_task_sequence_number_sequence__c807505b5e28.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/6_1_0_set_back_supplierinvoice_status_wait__7a5daccd86a8.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/6_1_0_set_projecttype_booleans_non_nullables_d11959327f54.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/6_1_0_typage_des_custombookentry_8742fe30a7c0.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/6_2_0_add_supplierinvoice_payer_id_134b7fd3b1e3.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/6_2_0_ajout_d_un_markeur_autovalidate_au__6ea8700cae45.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/6_2_0_ajout_des_seuils_limites_aux_documents__0b53f2d72d08.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/6_2_0_ajoute_supplierinvoice_cae_percentage_2ae94459f6e7.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/6_2_0_ajoute_supplierinvoice_worker_paid__522f4e21cacf.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/6_2_0_fix_2604_cascade_delete_business_type__e591a210dd65.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/6_2_0_fix_2672_add_a_column_user_id_in__3b0e44e60ad1.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/6_2_0_migration_des_statistiques_2d0297c64801.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/6_2_0_move_communication_statuslogentry_35a5b1ceaa31.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/6_2_0_move_taskstatus_statuslogentry_64afdc450f66.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/6_2_0_ref_2738_ajout_d_une_colonne_invoiced__1ad5591c5c90.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/6_2_0_remove_unwanted_cascade_65a3bfcfb616.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/6_2_0_remplit_expensepayment_mode_et_bank__9c91fbe01305.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/6_2_0_update_progress_invoicing_cascade_82443e7fc843.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/6_2_6_ajout_de_cascade_pour_les_ndd_6d80ecf34a1a.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/6_3_0_add_company_general_expense_account_01f96429ef5c.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/6_3_0_ajout_d_un_booleen_display_details_au__a9bb2ebf988d.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/6_3_0_ajout_du_first_visit_b1b7468b8889.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/6_3_0_ajout_du_taux_d_assurance_197085e72d54.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/6_3_0_fix_2932_82c315bf84c0.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/6_3_0_migre_la_config_receipts_group_by__48cbb45ca42d.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/6_3_0_utilisation_du_format_numeric_pour_les__6dfc1e2ae23c.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/6_3_12_ajoute_supplierinvoice_remote_invoice__7017d6bffe32.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/6_3_19_endi_co_ajout_expenseline_supplier_id_et__b3d7f32aea9d.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/6_3_19_endi_co_ajoute_colonne_expenseline_justified_7974e0d1308e.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/6_3_19_top_revision_endico_5d2700d4a141.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/6_4_0_ajout_du_mode_de_calcul_04ae06f3d324.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/6_4_0_ajout_expensekmline_ht_7d2c6cb2724f.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/6_4_0_ajout_mode_etude_de_prix_61d0d891d3c2.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/6_4_0_ajoute_expensesheet_status_comment_3573a1ea51b7.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/6_4_0_ajoute_statuslogentry_label_27e3d45bfea3.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/6_4_0_ajoute_statuslogentry_pinned_299427a02576.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/6_4_0_ajoute_statuslogentry_visibility_5540d20e6ae0.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/6_4_0_cascade_fk_affaires_a9ac168053d4.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/6_4_0_change_file_description_to_text_c685fd419967.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/6_4_0_fait_heriter_company_de_node_914fba36e9ce.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/6_4_0_fix_2224_ajout_d_une_colonne_antenne_id__28a56ce17b2f.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/6_4_0_fix_2716_ajout_d_une_colonne_invert__69f3bf19d0fc.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/6_4_0_fix_3168_5aac86c3c4f8.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/6_4_0_initialise_les_node_company_33de05381b82.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/6_4_0_migration_avancement_6b661cafa4e2.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/6_4_0_migration_etude_de_prix_2409eb7e97a4.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/6_4_0_migre_thirdparty_comments_en__7aa5d4ce2813.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/6_4_0_passe_statuslogentry_datetime_en__3db408759e73.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/6_4_0_renomme_task_status_person_id_task__cf3b3f9cfc11.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/6_4_0_renumerotation_des_company_f80470768fe1.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/6_4_0_status_comment_non_nullable_7ac32c4dd6f1.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/6_4_0_suppression_de_lien_catalogue_etude_4f714e529447.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/6_4_0_supprime_company_comments_842820ac6955.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/6_4_0_supprime_les_memos_vides_0b1f034ec704.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/6_4_0_supprime_thirdparty_comments_768321dd6773.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/6_4_0_transforme_expensesheet_status_date_en__783c9072821f.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/6_4_1_ajout_colonnes_projecttype_ttc_ht___14fb928359ce.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/6_4_1_ajoute_expensesheet_title_0d277ad21613.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/6_4_1_migre_les_parametres_de_mode_ttc_a18d2479a408.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/6_5_0_add_product_urssaf_code_nature_94cab0a6d38c.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/6_5_0_ajout_de_workshop_max_participants_aa5d02b3513f.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/6_5_0_champ_requis_task_115a580ee4a9.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/6_5_0_change_urssafpaymentrequest_urssaf__e388e68ad1d7.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/6_5_0_enlarge_node_type_30_50_c9c7d6ae5e30.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/6_5_0_sap_client_09d79360a4d8.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/6_5_4_ajoute_infos_rejet_virement_aux__a3655abb966d.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/6_5_5_fix_3684_aef809bffbc3.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/6_5_5_rend_id_urssaf_unique__c7ea385d87e3.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/6_5_7_ajout_de_champ_numero_de_voie_urssaf_3p_e26f31c51194.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/6_5_8_contrainte_unique_task_mention_rel_ea80e8805df8.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/6_6_ajout_d_un_booleen_archived_au_modele_base_sale_product__2e0ffd36167a.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/6_7_6_rend_utilisateur_systeme_admin_8a238e064197.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/6_7_ajout_fk_sur_rel_taskline_product_id.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/6_7_ajoute_filegenerationjob_force_download_790f171aa01f.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/6_7_deplacement_des_fichiers_requis_ceb8faaa2785.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/6_7_fix_2933_mode_de_paiement_9ff2b756eb0b.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/6_7_fix_3850_measure_value_type_9459d94ec4e2.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/alembic/versions/6_7_ordonancement_type_de_depenses_8366109f74a3.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/celery.log +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/compute/__init__.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/compute/base_line.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/compute/expense.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/compute/isacompta/__init__.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/compute/isacompta/compute.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/compute/math_utils.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/compute/parser.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/compute/price_study/__init__.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/compute/price_study/ht_mode.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/compute/price_study/supplier_ht_mode.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/compute/sage/__init__.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/compute/sage/base.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/compute/sage/expense.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/compute/sage/expense_payment.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/compute/sage/payment.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/compute/sage/supplier_invoice.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/compute/sage/supplier_invoice_payment.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/compute/sage/utils.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/compute/sage_generation_expert/__init__.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/compute/sage_generation_expert/compute.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/compute/sale_product/__init__.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/compute/sale_product/ht_mode.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/compute/sale_product/supplier_ht_mode.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/compute/sale_product/ttc_mode.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/compute/supplier_invoice.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/compute/supplier_order.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/compute/task/__init__.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/compute/task/common.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/compute/task/task_ht.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/compute/task/task_ttc.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/consts/__init__.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/consts/insee_countries.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/consts/insee_departments.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/consts/street_number_complements.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/consts/street_types.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/controllers/__init__.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/controllers/payment.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/controllers/state_managers/__init__.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/controllers/state_managers/justified.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/controllers/state_managers/payment.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/controllers/state_managers/signed.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/controllers/state_managers/validation.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/dataqueries/__init__.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/dataqueries/base.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/dataqueries/queries/__init__.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/dataqueries/queries/contrats_periode.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/dataqueries/queries/etapes_parcours.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/dataqueries/queries/lieux_de_production.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/dataqueries/queries/porteurs_accompagnes_periode.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/dataqueries/queries/porteurs_actifs_periode.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/dataqueries/queries/sorties_periode.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/dataqueries/queries/validations.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/default_layouts.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/events/__init__.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/events/business.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/events/document_events.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/events/files.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/events/indicators.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/events/model_events.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/events/status_changed.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/events/tasks.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/exception.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/export/__init__.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/export/accounting_spreadsheet.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/export/activity_pdf.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/export/cegid.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/export/cegid_tra.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/export/excel.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/export/expense_excel.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/export/isacompta.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/export/ods.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/export/sage.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/export/sage_generation_expert.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/export/sale_product.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/export/task_pdf.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/export/utils.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/export/workshop_pdf.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/forms/__init__.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/forms/accounting.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/forms/activity.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/forms/admin/__init__.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/forms/admin/career_stage.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/forms/admin/expense_type.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/forms/admin/main/__init__.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/forms/admin/main/digital_signatures.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/forms/admin/main/internal_companies.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/forms/admin/main/site.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/forms/admin/sale/__init__.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/forms/admin/sale/bookeeping.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/forms/admin/sale/business_cycle/__init__.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/forms/admin/sale/business_cycle/file_types.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/forms/admin/sale/business_cycle/mentions.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/forms/admin/sale/business_cycle/project_type.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/forms/admin/sale/form_options.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/forms/admin/sale/insurance.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/forms/admin/sale/mentions.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/forms/admin/sale/naming.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/forms/admin/sale/tva.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/forms/bank_remittance.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/forms/business/__init__.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/forms/business/business.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/forms/commercial.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/forms/company.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/forms/competence.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/forms/csv_import.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/forms/custom_documentation.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/forms/custom_types.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/forms/duplicate.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/forms/expense.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/forms/export.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/forms/fields.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/forms/files.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/forms/holiday.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/forms/job.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/forms/jsonschema.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/forms/lists.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/forms/management/__init__.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/forms/management/companies.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/forms/management/contributions.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/forms/management/kms.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/forms/management/payments.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/forms/management/treasuries.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/forms/notification.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/forms/payments.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/forms/price_study/__init__.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/forms/price_study/chapter.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/forms/price_study/common.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/forms/price_study/discount.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/forms/price_study/price_study.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/forms/price_study/product.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/forms/price_study/work_item.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/forms/progress_invoicing.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/forms/project/__init__.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/forms/project/business.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/forms/sale_product/__init__.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/forms/sale_product/category.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/forms/sale_product/json_import.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/forms/sale_product/sale_product.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/forms/sale_product/work.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/forms/statistics.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/forms/status.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/forms/supply/__init__.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/forms/supply/supplier_invoice.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/forms/tasks/__init__.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/forms/tasks/base.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/forms/tasks/estimation.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/forms/tasks/invoice.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/forms/tasks/lists.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/forms/tasks/payment.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/forms/tasks/task.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/forms/third_party/__init__.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/forms/third_party/base.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/forms/third_party/customer.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/forms/third_party/supplier.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/forms/training/__init__.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/forms/training/bpf.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/forms/training/trainer.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/forms/training/training.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/forms/treasury_files.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/forms/user/__init__.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/forms/user/career_path.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/forms/user/company.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/forms/user/login.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/forms/user/user.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/forms/user/userdatas.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/forms/validation/__init__.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/forms/validation/expenses.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/forms/validation/supplier_invoices.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/forms/validation/supplier_orders.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/forms/validation/tasks.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/forms/validators.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/forms/widgets.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/forms/workshop.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/i18n/__init__.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/i18n/translater.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/import_/__init__.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/import_/sale_product.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/interfaces.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/log.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/models/__init__.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/models/accounting/__init__.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/models/accounting/accounting_closures.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/models/accounting/balance_sheet_measures.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/models/accounting/base.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/models/accounting/bookeeping.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/models/accounting/general_ledger_account_wordings.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/models/accounting/income_statement_measures.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/models/accounting/operations.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/models/accounting/services.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/models/accounting/treasury_measures.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/models/action_manager.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/models/activity.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/models/career_path.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/models/career_stage.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/models/commercial.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/models/company.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/models/competence.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/models/config.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/models/custom_documentation.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/models/expense/__init__.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/models/expense/payment.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/models/expense/services/__init__.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/models/expense/services/expense.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/models/expense/services/expense_types.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/models/expense/services/expensesheet_official_number.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/models/expense/services/sheet.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/models/expense/sheet.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/models/expense/types.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/models/export/__init__.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/models/export/accounting_export_log.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/models/files.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/models/form_options.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/models/holiday.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/models/indicators.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/models/listeners.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/models/node.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/models/notification/__init__.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/models/notification/notification.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/models/options.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/models/payments.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/models/populate.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/models/price_study/__init__.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/models/price_study/base.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/models/price_study/chapter.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/models/price_study/discount.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/models/price_study/price_study.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/models/price_study/product.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/models/price_study/services.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/models/price_study/work.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/models/price_study/work_item.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/models/progress_invoicing/__init__.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/models/progress_invoicing/invoicing.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/models/progress_invoicing/services/__init__.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/models/progress_invoicing/services/invoicing.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/models/progress_invoicing/services/status.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/models/progress_invoicing/status.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/models/project/__init__.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/models/project/business.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/models/project/file_types.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/models/project/mentions.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/models/project/mixins.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/models/project/naming.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/models/project/phase.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/models/project/project.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/models/project/services/__init__.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/models/project/services/business.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/models/project/services/business_status.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/models/project/services/phase.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/models/project/services/project.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/models/project/types.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/models/sale_product/__init__.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/models/sale_product/base.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/models/sale_product/category.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/models/sale_product/sale_product.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/models/sale_product/services.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/models/sale_product/training.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/models/sale_product/work.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/models/sale_product/work_item.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/models/sequence_number.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/models/services/__init__.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/models/services/bpf.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/models/services/company.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/models/services/find_company.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/models/services/mixins.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/models/services/naming.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/models/services/official_number.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/models/services/sale_file_requirements.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/models/services/user.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/models/statistics.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/models/status.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/models/supply/__init__.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/models/supply/internalpayment.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/models/supply/internalsupplier_invoice.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/models/supply/internalsupplier_order.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/models/supply/mixins.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/models/supply/payment.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/models/supply/services/__init__.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/models/supply/services/supplier_invoice.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/models/supply/services/supplier_order.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/models/supply/services/supplierinvoice_official_number.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/models/supply/supplier_invoice.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/models/supply/supplier_order.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/models/task/__init__.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/models/task/estimation.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/models/task/insurance.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/models/task/internalestimation.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/models/task/internalinvoice.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/models/task/internalpayment.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/models/task/invoice.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/models/task/mentions.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/models/task/options.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/models/task/payment.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/models/task/services/__init__.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/models/task/services/estimation.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/models/task/services/invoice.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/models/task/services/invoice_official_number.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/models/task/services/payment.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/models/task/services/task.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/models/task/services/task_mentions.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/models/task/services/unity.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/models/task/task.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/models/task/unity.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/models/third_party/__init__.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/models/third_party/customer.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/models/third_party/services/__init__.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/models/third_party/services/customer.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/models/third_party/services/supplier.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/models/third_party/services/third_party.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/models/third_party/supplier.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/models/third_party/third_party.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/models/tools.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/models/training/__init__.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/models/training/bpf.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/models/training/trainer.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/models/tva.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/models/user/__init__.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/models/user/group.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/models/user/login.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/models/user/user.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/models/user/userdatas.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/models/user/utils.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/models/workshop.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/panels/__init__.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/panels/activity.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/panels/company_index/__init__.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/panels/company_index/event.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/panels/company_index/task.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/panels/company_index/utils.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/panels/files.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/panels/form.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/panels/indicators.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/panels/manage/__init__.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/panels/manage/activities.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/panels/manage/expenses.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/panels/manage/suppliers.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/panels/manage/tasks.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/panels/menu.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/panels/navigation.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/panels/project/__init__.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/panels/project/business_metrics_mixins.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/panels/project/phase.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/panels/project/type.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/panels/sidebar.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/panels/supply/__init__.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/panels/supply/supplier_invoice_list.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/panels/supply/supplier_order_list.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/panels/tabs.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/panels/task/__init__.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/panels/task/file_tab.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/panels/task/html.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/panels/task/pdf.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/panels/task/task_list.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/panels/third_party.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/panels/widgets.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/panels/workshop.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/plugins/__init__.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/plugins/sap/__init__.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/plugins/sap/celery_jobs.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/plugins/sap/export/__init__.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/plugins/sap/export/sap_attestation_pdf.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/plugins/sap/forms/__init__.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/plugins/sap/forms/admin/__init__.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/plugins/sap/forms/admin/sap/__init__.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/plugins/sap/forms/attestation.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/plugins/sap/forms/nova.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/plugins/sap/forms/tasks/__init__.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/plugins/sap/forms/tasks/invoice.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/plugins/sap/forms/tasks/payment.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/plugins/sap/models/__init__.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/plugins/sap/models/sap.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/plugins/sap/models/services/__init__.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/plugins/sap/models/services/attestation.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/plugins/sap/models/services/nova.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/plugins/sap/models/services/subqueries.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/plugins/sap/models/task/__init__.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/plugins/sap/models/task/tasks.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/plugins/sap/panels.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/plugins/sap/populate.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/plugins/sap/templates/panels/sap/content_wrapper.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/plugins/sap/templates/panels/sap/pdf_content.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/plugins/sap/templates/panels/sap/pdf_footer.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/plugins/sap/templates/panels/sap/pdf_header.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/plugins/sap/templates/sap/attestations.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/plugins/sap/templates/sap/nova.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/plugins/sap/views/__init__.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/plugins/sap/views/admin/__init__.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/plugins/sap/views/admin/sap/__init__.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/plugins/sap/views/admin/sap/attestation.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/plugins/sap/views/attestation.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/plugins/sap/views/estimations/__init__.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/plugins/sap/views/estimations/rest_api.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/plugins/sap/views/invoices/__init__.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/plugins/sap/views/invoices/rest_api.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/plugins/sap/views/mixins.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/plugins/sap/views/nova.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/plugins/sap/views/payment.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/plugins/sap_urssaf3p/__init__.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/plugins/sap_urssaf3p/api_client.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/plugins/sap_urssaf3p/caerp_admin_commands.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/plugins/sap_urssaf3p/celery_jobs.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/plugins/sap_urssaf3p/forms/__init__.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/plugins/sap_urssaf3p/forms/admin/__init__.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/plugins/sap_urssaf3p/forms/admin/sap/__init__.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/plugins/sap_urssaf3p/forms/customer.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/plugins/sap_urssaf3p/forms/tasks/__init__.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/plugins/sap_urssaf3p/forms/tasks/invoice.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/plugins/sap_urssaf3p/forms/tva.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/plugins/sap_urssaf3p/models/__init__.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/plugins/sap_urssaf3p/models/customer.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/plugins/sap_urssaf3p/models/payment_request.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/plugins/sap_urssaf3p/models/services/__init__.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/plugins/sap_urssaf3p/models/services/payment_request.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/plugins/sap_urssaf3p/populate.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/plugins/sap_urssaf3p/serializers.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/plugins/sap_urssaf3p/templates/customers/view.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/plugins/sap_urssaf3p/templates/tasks/invoice/general.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/plugins/sap_urssaf3p/views/__init__.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/plugins/sap_urssaf3p/views/admin/__init__.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/plugins/sap_urssaf3p/views/admin/sale/__init__.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/plugins/sap_urssaf3p/views/admin/sale/tva.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/plugins/sap_urssaf3p/views/admin/sap/__init__.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/plugins/sap_urssaf3p/views/admin/sap/avance_immediate.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/plugins/sap_urssaf3p/views/invoices/__init__.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/plugins/sap_urssaf3p/views/invoices/invoice.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/plugins/sap_urssaf3p/views/invoices/lists.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/plugins/sap_urssaf3p/views/payment_request.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/plugins/sap_urssaf3p/views/third_party/__init__.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/plugins/sap_urssaf3p/views/third_party/customer.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/plugins/solo/__init__.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/pshell.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/resources.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/sample_templates/Mod/303/250le lettre.odt" +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/sample_templates/bpf/CERFA 10443*14.ods +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/sample_templates/bpf/CERFA 10443*16.ods +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/sample_templates/bpf/CERFA 10443*17.ods +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/scripts/__init__.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/scripts/caerp_admin.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/scripts/caerp_anonymize.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/scripts/caerp_cache.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/scripts/caerp_clean.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/scripts/caerp_company_export.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/scripts/caerp_custom.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/scripts/caerp_export.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/scripts/caerp_load_demo_data.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/scripts/caerp_migrate.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/scripts/utils.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/sql.log +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/sql_compute/__init__.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/sql_compute/task/__init__.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/sql_compute/task/task.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/browser_support.json +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/css/admin.css +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/css/dashboard.css +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/css/expense.css +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/css/jstree_themes/default/32px.png +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/css/jstree_themes/default/40px.png +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/css/jstree_themes/default/throbber.gif +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/css/login.css +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/css/main.css +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/css/opa.css +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/css/pdf.css +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/css/radar-chart.css +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/css/radar-chart.min.css +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/css/richtext.css +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/css/sale_product.css +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/css/task.css +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/css/task_preview.css +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/css/user.css +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/favicon.ico +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/favicons/android-chrome-192x192.png +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/favicons/android-chrome-512x512.png +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/favicons/apple-touch-icon.png +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/favicons/browserconfig.xml +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/favicons/favicon-16x16.png +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/favicons/favicon-32x32.png +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/favicons/favicon.ico +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/favicons/moogli/android-chrome-192x192.png +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/favicons/moogli/android-chrome-512x512.png +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/favicons/moogli/apple-touch-icon.png +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/favicons/moogli/favicon-16x16.png +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/favicons/moogli/favicon-32x32.png +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/favicons/moogli/favicon.ico +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/favicons/moogli/mstile-150x150.png +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/favicons/moogli/safari-pinned-tab.svg +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/favicons/mstile-150x150.png +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/favicons/safari-pinned-tab.svg +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/favicons/site.webmanifest +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/fonts/opensans-bold-webfont.ttf +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/fonts/opensans-bold-webfont.woff +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/fonts/opensans-bold-webfont.woff2 +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/fonts/opensans-bolditalic-webfont.ttf +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/fonts/opensans-bolditalic-webfont.woff +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/fonts/opensans-bolditalic-webfont.woff2 +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/fonts/opensans-extrabold-webfont.ttf +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/fonts/opensans-extrabold-webfont.woff +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/fonts/opensans-extrabold-webfont.woff2 +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/fonts/opensans-extrabolditalic-webfont.ttf +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/fonts/opensans-extrabolditalic-webfont.woff +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/fonts/opensans-extrabolditalic-webfont.woff2 +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/fonts/opensans-italic-webfont.ttf +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/fonts/opensans-italic-webfont.woff +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/fonts/opensans-italic-webfont.woff2 +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/fonts/opensans-light-webfont.ttf +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/fonts/opensans-light-webfont.woff +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/fonts/opensans-light-webfont.woff2 +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/fonts/opensans-lightitalic-webfont.ttf +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/fonts/opensans-lightitalic-webfont.woff +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/fonts/opensans-lightitalic-webfont.woff2 +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/fonts/opensans-regular-webfont.ttf +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/fonts/opensans-regular-webfont.woff +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/fonts/opensans-regular-webfont.woff2 +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/fonts/opensans-semibold-webfont.ttf +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/fonts/opensans-semibold-webfont.woff +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/fonts/opensans-semibold-webfont.woff2 +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/fonts/opensans-semibolditalic-webfont.ttf +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/fonts/opensans-semibolditalic-webfont.woff +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/fonts/opensans-semibolditalic-webfont.woff2 +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/fonts/playfair_display_regular.ttf +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/fonts/raleway-black-webfont.ttf +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/fonts/raleway-black-webfont.woff +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/fonts/raleway-black-webfont.woff2 +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/fonts/raleway-blackitalic-webfont.ttf +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/fonts/raleway-blackitalic-webfont.woff +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/fonts/raleway-blackitalic-webfont.woff2 +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/fonts/raleway-bold-webfont.ttf +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/fonts/raleway-bold-webfont.woff +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/fonts/raleway-bold-webfont.woff2 +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/fonts/raleway-bolditalic-webfont.ttf +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/fonts/raleway-bolditalic-webfont.woff +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/fonts/raleway-bolditalic-webfont.woff2 +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/fonts/raleway-extrabold-webfont.ttf +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/fonts/raleway-extrabold-webfont.woff +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/fonts/raleway-extrabold-webfont.woff2 +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/fonts/raleway-extrabolditalic-webfont.ttf +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/fonts/raleway-extrabolditalic-webfont.woff +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/fonts/raleway-extrabolditalic-webfont.woff2 +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/fonts/raleway-italic-webfont.ttf +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/fonts/raleway-italic-webfont.woff +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/fonts/raleway-italic-webfont.woff2 +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/fonts/raleway-light-webfont.ttf +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/fonts/raleway-light-webfont.woff +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/fonts/raleway-light-webfont.woff2 +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/fonts/raleway-lightitalic-webfont.ttf +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/fonts/raleway-lightitalic-webfont.woff +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/fonts/raleway-lightitalic-webfont.woff2 +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/fonts/raleway-medium-webfont.ttf +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/fonts/raleway-medium-webfont.woff +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/fonts/raleway-medium-webfont.woff2 +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/fonts/raleway-mediumitalic-webfont.ttf +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/fonts/raleway-mediumitalic-webfont.woff +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/fonts/raleway-mediumitalic-webfont.woff2 +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/fonts/raleway-regular-webfont.ttf +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/fonts/raleway-regular-webfont.woff +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/fonts/raleway-regular-webfont.woff2 +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/fonts/raleway-semibold-webfont.ttf +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/fonts/raleway-semibold-webfont.woff +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/fonts/raleway-semibold-webfont.woff2 +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/fonts/raleway-semibolditalic-webfont.ttf +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/fonts/raleway-semibolditalic-webfont.woff +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/fonts/raleway-semibolditalic-webfont.woff2 +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/icons/box.svg +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/icons/caret.svg +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/icons/check.svg +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/icons/chevron-select-active.svg +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/icons/chevron-select-white.svg +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/icons/chevron-select.svg +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/icons/composite.svg +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/icons/endi.svg +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/icons/exclamation-triangle.svg +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/icons/service.svg +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/icons/times-active.svg +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/icons/times.svg +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/icons/training.svg +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/icons/workforce.svg +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/img/favicon.ico +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/img/glyphicons-halflings-white.png +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/img/glyphicons-halflings.png +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/img/logo.png +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/img/moogli/logo.png +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/img/pdf_checkbox.png +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/activity_edit.js +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/address.js +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/admin_expense.js +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/admin_expense_type.js +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/backbone-popup.js +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/backbone-tuning.js +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/backbone-validation-bootstrap.js +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/bpf.js +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/build/README.md +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/build/base_setup.js +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/build/base_setup.js.map +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/build/base_setup.min.js +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/build/customer.js +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/build/customer.js.map +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/build/customer.min.js +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/build/expense.js.map +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/build/invoice_list.js +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/build/invoice_list.js.map +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/build/node_view_only.js +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/build/node_view_only.js.map +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/build/node_view_only.min.js +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/build/notification.js +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/build/notification.js.map +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/build/notification.min.js +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/build/pdf.worker.87e420e51cb36017620d.js +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/build/pdf.worker.87e420e51cb36017620d.js.LICENSE.txt +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/build/pdf.worker.bdae750c1f417b59924a.js +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/build/pdf.worker.bdae750c1f417b59924a.js.map +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/build/pdf.worker.eb44c3af7fe2d6e0d156.js +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/build/pdf.worker.eb44c3af7fe2d6e0d156.js.map +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/build/pdf.worker.min.js +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/build/pdf.worker.min.js.LICENSE.txt +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/build/pdf.worker.min.js.map +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/build/price_study.js +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/build/price_study.js.map +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/build/price_study.min.js +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/build/sale_files.js +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/build/sale_files.js.map +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/build/sale_files.min.js +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/build/sale_product.js +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/build/sale_product.js.map +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/build/sale_product.min.js +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/build/statistics.js.map +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/build/supplier_invoice.js +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/build/supplier_invoice.js.map +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/build/supplier_invoice.min.js +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/build/supplier_order.js +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/build/supplier_order.js.map +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/build/supplier_order.min.js +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/build/task.js +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/build/task.js.map +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/build/task.min.js +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/build/task_add.js +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/build/task_add.js.map +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/build/task_add.min.js +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/build/task_view_only.js +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/build/task_view_only.js.map +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/build/task_view_only.min.js +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/build/tinymce-assets/langs/fr_FR.js +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/build/tinymce-assets/skins/content/dark/content.css +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/build/tinymce-assets/skins/content/dark/content.min.css +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/build/tinymce-assets/skins/content/default/content.css +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/build/tinymce-assets/skins/content/default/content.min.css +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/build/tinymce-assets/skins/content/document/content.css +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/build/tinymce-assets/skins/content/document/content.min.css +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/build/tinymce-assets/skins/content/writer/content.css +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/build/tinymce-assets/skins/content/writer/content.min.css +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/build/tinymce-assets/skins/lightgray/content.inline.min.css +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/build/tinymce-assets/skins/lightgray/content.min.css +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/build/tinymce-assets/skins/lightgray/content.mobile.min.css +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/build/tinymce-assets/skins/lightgray/fonts/tinymce-mobile.woff +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/build/tinymce-assets/skins/lightgray/fonts/tinymce-small.eot +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/build/tinymce-assets/skins/lightgray/fonts/tinymce-small.svg +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/build/tinymce-assets/skins/lightgray/fonts/tinymce-small.ttf +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/build/tinymce-assets/skins/lightgray/fonts/tinymce-small.woff +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/build/tinymce-assets/skins/lightgray/fonts/tinymce.eot +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/build/tinymce-assets/skins/lightgray/fonts/tinymce.svg +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/build/tinymce-assets/skins/lightgray/fonts/tinymce.ttf +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/build/tinymce-assets/skins/lightgray/fonts/tinymce.woff +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/build/tinymce-assets/skins/lightgray/img/anchor.gif +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/build/tinymce-assets/skins/lightgray/img/loader.gif +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/build/tinymce-assets/skins/lightgray/img/object.gif +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/build/tinymce-assets/skins/lightgray/img/trans.gif +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/build/tinymce-assets/skins/lightgray/skin.min.css +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/build/tinymce-assets/skins/lightgray/skin.mobile.min.css +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/build/tinymce-assets/skins/ui/oxide/content.css +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/build/tinymce-assets/skins/ui/oxide/content.inline.css +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/build/tinymce-assets/skins/ui/oxide/content.inline.min.css +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/build/tinymce-assets/skins/ui/oxide/content.min.css +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/build/tinymce-assets/skins/ui/oxide/content.mobile.css +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/build/tinymce-assets/skins/ui/oxide/content.mobile.min.css +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/build/tinymce-assets/skins/ui/oxide/fonts/tinymce-mobile.woff +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/build/tinymce-assets/skins/ui/oxide/skin.css +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/build/tinymce-assets/skins/ui/oxide/skin.min.css +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/build/tinymce-assets/skins/ui/oxide/skin.mobile.css +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/build/tinymce-assets/skins/ui/oxide/skin.mobile.min.css +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/build/tinymce-assets/skins/ui/oxide/skin.shadowdom.css +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/build/tinymce-assets/skins/ui/oxide/skin.shadowdom.min.css +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/build/tinymce-assets/skins/ui/oxide-dark/content.css +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/build/tinymce-assets/skins/ui/oxide-dark/content.inline.css +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/build/tinymce-assets/skins/ui/oxide-dark/content.inline.min.css +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/build/tinymce-assets/skins/ui/oxide-dark/content.min.css +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/build/tinymce-assets/skins/ui/oxide-dark/content.mobile.css +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/build/tinymce-assets/skins/ui/oxide-dark/content.mobile.min.css +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/build/tinymce-assets/skins/ui/oxide-dark/fonts/tinymce-mobile.woff +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/build/tinymce-assets/skins/ui/oxide-dark/skin.css +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/build/tinymce-assets/skins/ui/oxide-dark/skin.min.css +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/build/tinymce-assets/skins/ui/oxide-dark/skin.mobile.css +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/build/tinymce-assets/skins/ui/oxide-dark/skin.mobile.min.css +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/build/tinymce-assets/skins/ui/oxide-dark/skin.shadowdom.css +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/build/tinymce-assets/skins/ui/oxide-dark/skin.shadowdom.min.css +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/build/vendor-vue.js +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/build/vendor-vue.js.map +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/build/vendor-vue.min.js +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/build/vendor-vue.min.js.LICENSE.txt +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/build/vendor.js.LICENSE.txt +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/build/vendor.js.map +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/build/vendor.min.js.LICENSE.txt +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/commercial.js +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/competence.js +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/competence_radar.js +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/date.js +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/default_layout.js +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/dispatch_supplier_invoice.js +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/dom.js +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/estimation_signed_status.js +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/event_list.js +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/fileupload.js +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/holiday.js +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/job.js +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/main.js +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/math.js +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/message.js +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/task_duplicate.js +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/task_list.js +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/template.js +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/templates/competence.js +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/templates/holiday.js +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/templates/job.js +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/templates/statistics.js +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/templates/task.js +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/tva.js +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/utils.js +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/vendors/backbone-min.js +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/vendors/backbone-validation-min.js +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/vendors/backbone-validation.js +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/vendors/backbone.js +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/vendors/backbone.marionette.js +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/vendors/backbone.marionette.min.js +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/vendors/bootstrap.min.js +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/vendors/d3.v3.js +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/vendors/d3.v3.min.js +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/vendors/handlebars.runtime-v4.7.6.js +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/vendors/handlebars.runtime.min-v4.7.6.js +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/vendors/pdf.min.js.1 +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/vendors/radar-chart.js +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/vendors/svgxuse.js +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/vendors/svgxuse.min.js +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/vendors/underscore-min.js +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/js/vendors/underscore.js +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/robots.txt +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/svg/logo.svg +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/svg/moogli/logo.svg +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/svg/urssaf_logo.svg +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/watermark.svg +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/watermark_estimation.jpg +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/watermark_estimation.svg +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/watermark_invoice.jpg +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/static/watermark_invoice.svg +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/statistics/__init__.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/statistics/filter_options.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/statistics/inspect.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/statistics/query_helper.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/subscribers/__init__.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/subscribers/before_render.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/subscribers/new_request.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/accompagnement/activities.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/accompagnement/activity.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/accompagnement/activity_edit.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/accompagnement/competence.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/accompagnement/competence_resume.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/accompagnement/competences.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/accompagnement/user_activities.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/accounting/balance_sheet_measures.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/accounting/bank_remittance.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/accounting/bank_remittance_pdf.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/accounting/bank_remittances.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/accounting/general_ledger_operations.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/accounting/income_statement_grids.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/accounting/income_statement_measures.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/accounting/operation_uploads.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/accounting/operations.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/accounting/treasury_grids.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/accounting/treasury_measures.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/admin/accounting_closure_crud_list.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/admin/base_view.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/admin/crud_add_edit.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/admin/crud_list.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/admin/expense_km_index.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/admin/layout.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/admin/sale/business_type_file_type.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/admin/sale/business_type_task_mention.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/base/actionmenu.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/base/button.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/base/buttondropdownmenu.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/base/formajax.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/base/formpage.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/base/itemactionlink.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/base/jsbutton.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/base/mainmenu.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/base/pager.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/base/searchformlayout.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/base/simpleformpage.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/base/submit.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/base/togglelink.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/base/utils.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/browser_nosupport.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/business/expenses_hybrid.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/business/files.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/business/invoices.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/business/layout.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/business/list_businesses.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/business/overview.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/business/py3o.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/celery/job.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/celery/jobs.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/companies.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/company.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/company_index.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/custom_documentation.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/customers/invoices.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/customers/layout.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/customers/list.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/customers/rest_form.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/customers/view.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/dataqueries/queries_list.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/dataqueries/query.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/deform/accordion_form.pt +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/deform/accordion_mapping.pt +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/deform/accordions_mapping.pt +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/deform/checkbox.pt +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/deform/checkbox_choice.pt +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/deform/checkbox_readonly.pt +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/deform/checkbox_toggle.pt +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/deform/checked_password.pt +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/deform/clean_mapping.pt +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/deform/clean_sequence.pt +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/deform/daterange_mapping.pt +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/deform/dynamic_label_mapping.pt +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/deform/fileupload.pt +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/deform/fixed_len_sequence.pt +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/deform/fixed_len_sequence_item.pt +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/deform/form.pt +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/deform/grid_mapping_item.pt +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/deform/inline_mapping.pt +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/deform/inline_mapping_item.pt +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/deform/mapping_item.pt +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/deform/radio_choice.pt +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/deform/radio_choice_toggle.pt +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/deform/readonly/checkbox_choice.pt +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/deform/readonly/radio_choice.pt +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/deform/readonly/textinput.pt +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/deform/searchform.pt +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/deform/select2.pt +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/deform/sequence_item.pt +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/deform/wrappable_input.pt +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/estimations.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/expenses/admin_expenses.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/expenses/expense.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/expenses/expenses.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/export/log_list.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/export/main.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/export/single.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/file.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/forbidden.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/holiday.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/holidays.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/http_404.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/index.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/invoices.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/layouts/default.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/layouts/login.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/login.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/mailhistory.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/manage.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/management/companies.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/management/contributions.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/management/kms.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/management/payments.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/management/treasuries.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/mydocuments.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/notifications/activity.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/notifications/release_note_alert.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/obsolete_account.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/panel_page_wrapper.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/panel_wrapper.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/panels/activity/pdf_content.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/panels/activity/pdf_footer.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/panels/activity/pdf_header.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/panels/company_index/coming_events.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/panels/company_index/recent_tasks.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/panels/filetable.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/panels/help_message.pt +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/panels/indicators/custom_indicator.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/panels/manage/manage_dashboard_activities.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/panels/manage/manage_dashboard_activity_resume.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/panels/manage/manage_dashboard_expenses.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/panels/manage/manage_dashboard_waiting_docs.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/panels/menu.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/panels/navigation.pt +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/panels/project/business_metrics_totals.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/panels/project/business_type_label.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/panels/project/phase_estimations.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/panels/project/phase_invoices.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/panels/sidebar.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/panels/sidebar_item.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/panels/supply/supplier_invoice_list.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/panels/supply/supplier_order_list.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/panels/tabs.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/panels/tabs_item.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/panels/task/file_tab.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/panels/task/pdf/cancelinvoice_content.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/panels/task/pdf/cgv.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/panels/task/pdf/content.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/panels/task/pdf/content_wrapper.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/panels/task/pdf/discount_line.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/panels/task/pdf/estimation_content.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/panels/task/pdf/footer.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/panels/task/pdf/header.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/panels/task/pdf/invoice_content.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/panels/task/pdf/post_ttc_line.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/panels/task/pdf/price_study/work_details.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/panels/task/pdf/price_study/work_item.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/panels/task/pdf/progress_invoicing/product.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/panels/task/pdf/progress_invoicing/work_details.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/panels/task/pdf/task_line.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/panels/task/pdf/task_line_group.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/panels/task/pdf/task_line_group_resume.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/panels/task/task_html.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/panels/task/task_list.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/panels/task/title.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/panels/third_party/third_party_accounting_info.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/panels/third_party/third_party_general_info.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/panels/widgets/_action_inline_buttons.pt +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/panels/widgets/action_buttons.pt +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/panels/widgets/admin_index_link.pt +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/panels/widgets/admin_index_nav.pt +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/panels/widgets/link.pt +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/panels/widgets/menu_dropdown.pt +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/panels/widgets/post_button.pt +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/panels/widgets/status_title.pt +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/panels/workshop/pdf_content.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/panels/workshop/pdf_footer.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/panels/workshop/pdf_header.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/payment.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/price_study/price_study.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/project/base.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/project/business_list.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/project/edit.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/project/files.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/project/general.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/project/invoices.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/project/layout.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/project/list.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/project/phases.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/project/price_study_list.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/release_notes.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/sale/products.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/statistics/edit.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/statistics/info.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/statistics/list.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/supplier/layout.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/supplier/supplier_list_of_expenselines.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/supplier/supplier_list_of_invoiced_orders.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/supplier/supplier_list_of_invoices.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/supplier/supplier_list_of_orders.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/supplier_edit.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/suppliers.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/supply/dispatch_supplier_invoice.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/supply/supplier_invoice.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/supply/supplier_invoices.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/supply/supplier_order.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/supply/supplier_orders.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/tasks/add.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/tasks/cancelinvoice/accounting.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/tasks/cancelinvoice/general.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/tasks/cancelinvoice/layout.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/tasks/duplicate.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/tasks/estimation/general.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/tasks/estimation/layout.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/tasks/files.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/tasks/form.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/tasks/general.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/tasks/invoice/accounting.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/tasks/invoice/general.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/tasks/invoice/layout.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/tasks/invoice/payment.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/tasks/layout.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/tasks/preview.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/tests/base.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/training/bpf/business_bpf_data_form.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/training/bpf/business_bpf_data_list.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/training/dashboard.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/training/filelist.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/training/list_trainers.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/training/list_trainings.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/training/trainerdatas_edit.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/treasury/admin_treasury_all.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/treasury/admin_treasury_files.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/treasury/commercial.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/treasury/documents.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/user/accounting.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/user/add.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/user/companies.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/user/connections.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/user/edit.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/user/layout.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/user/lists.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/user/login.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/user/user.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/user_holidays.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/userdatas/career_path.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/userdatas/career_path_form.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/userdatas/doctypes.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/userdatas/edit.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/userdatas/filelist.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/userdatas/list.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/userdatas/py3o.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/validation/expenses.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/validation/supplier_invoices.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/validation/supplier_orders.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/validation/tasks.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/workshops/user_workshops.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/workshops/workshop_base.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/workshops/workshop_edit.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/workshops/workshop_view.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/templates/workshops/workshops.mako +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/utils/__init__.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/utils/accounting.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/utils/ascii.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/utils/colanderalchemy.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/utils/colors.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/utils/compat.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/utils/controller.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/utils/dataqueries.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/utils/datetimes.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/utils/export.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/utils/filedepot.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/utils/files.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/utils/formatters.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/utils/html.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/utils/image.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/utils/iteration.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/utils/menu.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/utils/modules.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/utils/navigation.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/utils/notification/__init__.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/utils/notification/abstract.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/utils/notification/activity.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/utils/notification/career_path.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/utils/notification/channels.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/utils/notification/expense.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/utils/notification/internal_supply.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/utils/notification/notification.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/utils/notification/status_log_entry.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/utils/notification/supply.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/utils/notification/task.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/utils/pdf.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/utils/predicates.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/utils/renderer.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/utils/rest.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/utils/security/__init__.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/utils/security/acls.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/utils/security/api_key_predicate.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/utils/security/auth.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/utils/security/identity.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/utils/security/policy.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/utils/session.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/utils/sqlalchemy_fix.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/utils/status_rendering.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/utils/strings.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/utils/widgets.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/utils/zip.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/__init__.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/accompagnement/__init__.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/accompagnement/activity.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/accounting/__init__.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/accounting/balance_sheet_measures.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/accounting/bank_remittances.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/accounting/company_general_ledger.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/accounting/export.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/accounting/income_statement_measures.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/accounting/operations.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/accounting/rest_api.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/accounting/routes.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/accounting/treasury_measures.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/admin/__init__.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/admin/accompagnement/__init__.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/admin/accompagnement/activities.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/admin/accompagnement/competence.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/admin/accompagnement/workshop.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/admin/accounting/__init__.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/admin/accounting/accounting_closure.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/admin/accounting/accounting_software.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/admin/accounting/balance_sheet_measures.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/admin/accounting/company_general_ledger.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/admin/accounting/exports.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/admin/accounting/income_statement_measures.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/admin/accounting/index.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/admin/accounting/treasury_measures.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/admin/expense/__init__.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/admin/expense/accounting.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/admin/expense/numbers.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/admin/expense/types.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/admin/layout.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/admin/main/__init__.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/admin/main/cae.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/admin/main/companies/__init__.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/admin/main/companies/companies_label.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/admin/main/companies/company_activities.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/admin/main/companies/internal_companies.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/admin/main/contact.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/admin/main/digital_signatures.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/admin/main/file_types.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/admin/main/site.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/admin/sale/__init__.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/admin/sale/accounting/__init__.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/admin/sale/accounting/common.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/admin/sale/accounting/internalinvoice.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/admin/sale/accounting/invoice.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/admin/sale/business_cycle/__init__.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/admin/sale/business_cycle/file_types.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/admin/sale/business_cycle/mentions.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/admin/sale/business_cycle/naming.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/admin/sale/business_cycle/project_type.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/admin/sale/catalog.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/admin/sale/forms/__init__.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/admin/sale/forms/fields.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/admin/sale/forms/insurance.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/admin/sale/forms/main.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/admin/sale/forms/mentions.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/admin/sale/index.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/admin/sale/internal_invoicing_numbers.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/admin/sale/numbers.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/admin/sale/pdf/__init__.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/admin/sale/pdf/common.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/admin/sale/pdf/estimation.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/admin/sale/pdf/invoice.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/admin/sale/receipts.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/admin/sale/tva.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/admin/supplier/__init__.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/admin/supplier/accounting/__init__.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/admin/supplier/accounting/internalsupplier_invoice.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/admin/supplier/accounting/supplier_invoice.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/admin/supplier/internalnumbers.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/admin/supplier/numbers.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/admin/tools.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/admin/userdatas/__init__.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/admin/userdatas/career_stage.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/admin/userdatas/custom_fields.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/admin/userdatas/options.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/admin/userdatas/templates.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/auth/__init__.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/auth/basic_views.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/auth/forbidden_views.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/auth/routes.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/business/__init__.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/business/business.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/business/controller.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/business/expense.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/business/files.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/business/invoice.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/business/layout.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/business/lists.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/business/py3o.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/business/rest_api.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/business/routes.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/commercial.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/company/__init__.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/company/lists.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/company/rest_api.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/company/routes.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/company/tools.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/company/views.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/competence.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/csv_import.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/custom_documentation.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/dataqueries/__init__.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/dataqueries/list.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/dataqueries/query.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/estimations/__init__.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/estimations/estimation.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/estimations/layout.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/estimations/rest_api.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/estimations/routes.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/expenses/__init__.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/expenses/bookmarks.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/expenses/expense.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/expenses/lists.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/expenses/rest_api.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/expenses/utils.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/export/__init__.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/export/bpf.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/export/expense.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/export/expense_payment.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/export/invoice.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/export/log_list.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/export/payment.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/export/routes.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/export/supplier_invoice.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/export/supplier_payment.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/export/utils.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/files/__init__.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/files/controller.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/files/rest_api.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/files/routes.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/files/views.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/holiday.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/index.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/indicators/__init__.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/indicators/controller.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/indicators/rest_api.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/indicators/routes.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/indicators/views.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/internal_invoicing/__init__.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/internal_invoicing/rest_api.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/internal_invoicing/routes.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/internal_invoicing/views.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/invoices/__init__.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/invoices/cancelinvoice.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/invoices/invoice.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/invoices/layout.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/invoices/lists.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/invoices/rest_api.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/invoices/routes.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/job.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/json.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/manage.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/management/__init__.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/management/companies.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/management/contributions.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/management/kms.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/management/payments.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/management/treasuries.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/management/utils.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/notification/__init__.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/notification/rest_api.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/notification/routes.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/payment/__init__.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/payment/base.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/payment/expense.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/payment/invoice.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/payment/routes.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/payment/supplier_invoice.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/price_study/__init__.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/price_study/rest_api.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/price_study/routes.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/price_study/utils.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/progress_invoicing/__init__.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/progress_invoicing/rest_api.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/progress_invoicing/routes.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/progress_invoicing/utils.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/project/__init__.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/project/business.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/project/controller.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/project/files.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/project/invoice.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/project/layout.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/project/lists.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/project/phase.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/project/project.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/project/rest_api.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/project/routes.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/release_notes.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/render_api.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/rest_consts.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/sale_product/__init__.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/sale_product/rest_api.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/sale_product/routes.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/sale_product/sale_product.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/static.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/statistics/__init__.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/statistics/rest_api.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/statistics/routes.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/statistics/statistics.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/status/__init__.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/status/rest_api.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/status/utils.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/supply/__init__.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/supply/base_rest_api.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/supply/base_views.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/supply/invoices/__init__.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/supply/invoices/rest_api.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/supply/invoices/routes.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/supply/invoices/views.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/supply/orders/__init__.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/supply/orders/rest_api.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/supply/orders/routes.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/supply/orders/views.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/supply/utils.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/task/__init__.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/task/layout.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/task/pdf_rendering_service.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/task/pdf_storage_service.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/task/rest_api.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/task/utils.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/task/views.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/third_party/__init__.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/third_party/customer/__init__.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/third_party/customer/base.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/third_party/customer/controller.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/third_party/customer/invoice.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/third_party/customer/layout.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/third_party/customer/lists.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/third_party/customer/rest_api.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/third_party/customer/routes.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/third_party/customer/views.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/third_party/supplier/__init__.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/third_party/supplier/base.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/third_party/supplier/layout.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/third_party/supplier/lists.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/third_party/supplier/rest_api.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/third_party/supplier/routes.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/third_party/supplier/supplier.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/training/__init__.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/training/business_bpf.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/training/dashboard.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/training/lists.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/training/routes.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/training/trainer.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/treasury_files.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/user/__init__.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/user/company.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/user/connections.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/user/layout.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/user/lists.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/user/login.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/user/rest_api.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/user/routes.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/user/tools.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/user/user.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/userdatas/__init__.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/userdatas/career_path.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/userdatas/filelist.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/userdatas/lists.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/userdatas/py3o.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/userdatas/routes.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/userdatas/userdatas.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/validation/__init__.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/validation/expenses.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/validation/supplier_invoices.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/validation/supplier_orders.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/validation/tasks.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/workshops/__init__.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/workshops/export.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/workshops/lists.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp/views/workshops/workshop.py +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/caerp_setup.json +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/dev_requirements.txt +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/endi.egg-info/SOURCES.txt +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/endi.egg-info/dependency_links.txt +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/endi.egg-info/entry_points.txt +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/endi.egg-info/not-zip-safe +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/endi.egg-info/requires.txt +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/endi.egg-info/top_level.txt +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/endi_setup.json +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/moogli-erp_setup.json +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/pyproject.toml +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/requirements.txt +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/setup.cfg +0 -0
- {endi-2024.2.0 → endi-2024.2.5}/setup.py +0 -0
@@ -0,0 +1 @@
|
|
1
|
+
2024.2.5
|
@@ -798,6 +798,10 @@ class InvoiceExportGroupper:
|
|
798
798
|
"bookentry_sales_group_customer_entries",
|
799
799
|
type_=bool,
|
800
800
|
)
|
801
|
+
self._customer_account_by_tva = Config.get_value(
|
802
|
+
"bookentry_sales_customer_account_by_tva",
|
803
|
+
type_=bool,
|
804
|
+
)
|
801
805
|
|
802
806
|
def group_into(self, group_item: dict, member_item: dict) -> None:
|
803
807
|
# we should not be handling in same grouper lines from different invoices
|
@@ -829,16 +833,16 @@ class InvoiceExportGroupper:
|
|
829
833
|
if item.get("_mark_customer_debit", False):
|
830
834
|
tva_id = item.get("_tva_id", None)
|
831
835
|
line_type = item["type_"] # A / G
|
832
|
-
|
833
|
-
(line_type, tva_id)
|
834
|
-
|
836
|
+
if self._customer_account_by_tva:
|
837
|
+
_group_key = (line_type, tva_id)
|
838
|
+
else:
|
839
|
+
_group_key = line_type
|
840
|
+
customer_single_line = customer_single_lines.get(_group_key)
|
835
841
|
if customer_single_line:
|
836
842
|
self.group_into(customer_single_line, item)
|
837
843
|
else:
|
838
844
|
customer_single_line = item.copy()
|
839
|
-
customer_single_lines[
|
840
|
-
(line_type, tva_id)
|
841
|
-
] = customer_single_line
|
845
|
+
customer_single_lines[_group_key] = customer_single_line
|
842
846
|
groupped_lines.append(customer_single_line)
|
843
847
|
else:
|
844
848
|
# Lines that are not relevant for grouping
|
@@ -63,9 +63,13 @@ def _customize_field(schema):
|
|
63
63
|
missing=colander.required,
|
64
64
|
)
|
65
65
|
|
66
|
-
|
67
|
-
|
68
|
-
|
66
|
+
"""
|
67
|
+
TODO : Réactiver le contrôle des types de dépenses quand ils seront
|
68
|
+
modifiables pour les commandes internes (ref #4207)
|
69
|
+
"""
|
70
|
+
# if "lines" in schema:
|
71
|
+
# child_schema = schema["lines"].children[0]
|
72
|
+
# forms.customize_field(child_schema, "type_id", missing=colander.required)
|
69
73
|
|
70
74
|
if "date" in schema:
|
71
75
|
schema["date"].missing = colander.required
|
@@ -15,9 +15,9 @@ __webpack_require__.r(__webpack_exports__);
|
|
15
15
|
/* harmony import */ var backbone_marionette__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! backbone.marionette */ "./node_modules/backbone.marionette/lib/backbone.marionette.js");
|
16
16
|
/* harmony import */ var backbone_marionette__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(backbone_marionette__WEBPACK_IMPORTED_MODULE_1__);
|
17
17
|
/* harmony import */ var _tools_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../tools.js */ "./src/tools.js");
|
18
|
-
function _createForOfIteratorHelper(
|
19
|
-
function _unsupportedIterableToArray(
|
20
|
-
function _arrayLikeToArray(
|
18
|
+
function _createForOfIteratorHelper(r, e) { var t = "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (!t) { if (Array.isArray(r) || (t = _unsupportedIterableToArray(r)) || e && r && "number" == typeof r.length) { t && (r = t); var _n = 0, F = function F() {}; return { s: F, n: function n() { return _n >= r.length ? { done: !0 } : { done: !1, value: r[_n++] }; }, e: function e(r) { throw r; }, f: F }; } throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } var o, a = !0, u = !1; return { s: function s() { t = t.call(r); }, n: function n() { var r = t.next(); return a = r.done, r; }, e: function e(r) { u = !0, o = r; }, f: function f() { try { a || null == t["return"] || t["return"](); } finally { if (u) throw o; } } }; }
|
19
|
+
function _unsupportedIterableToArray(r, a) { if (r) { if ("string" == typeof r) return _arrayLikeToArray(r, a); var t = {}.toString.call(r).slice(8, -1); return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray(r, a) : void 0; } }
|
20
|
+
function _arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length); for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e]; return n; }
|
21
21
|
|
22
22
|
|
23
23
|
var TabsBehavior = backbone_marionette__WEBPACK_IMPORTED_MODULE_1___default().Behavior.extend({
|
@@ -531,9 +531,9 @@ __webpack_require__.r(__webpack_exports__);
|
|
531
531
|
/* harmony export */ "TTCModelFieldsLinker": () => (/* binding */ TTCModelFieldsLinker)
|
532
532
|
/* harmony export */ });
|
533
533
|
/* harmony import */ var _math__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../math */ "./src/math.js");
|
534
|
-
function _createForOfIteratorHelper(
|
535
|
-
function _unsupportedIterableToArray(
|
536
|
-
function _arrayLikeToArray(
|
534
|
+
function _createForOfIteratorHelper(r, e) { var t = "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (!t) { if (Array.isArray(r) || (t = _unsupportedIterableToArray(r)) || e && r && "number" == typeof r.length) { t && (r = t); var _n = 0, F = function F() {}; return { s: F, n: function n() { return _n >= r.length ? { done: !0 } : { done: !1, value: r[_n++] }; }, e: function e(r) { throw r; }, f: F }; } throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } var o, a = !0, u = !1; return { s: function s() { t = t.call(r); }, n: function n() { var r = t.next(); return a = r.done, r; }, e: function e(r) { u = !0, o = r; }, f: function f() { try { a || null == t["return"] || t["return"](); } finally { if (u) throw o; } } }; }
|
535
|
+
function _unsupportedIterableToArray(r, a) { if (r) { if ("string" == typeof r) return _arrayLikeToArray(r, a); var t = {}.toString.call(r).slice(8, -1); return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray(r, a) : void 0; } }
|
536
|
+
function _arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length); for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e]; return n; }
|
537
537
|
|
538
538
|
|
539
539
|
/** Reacts to edits of ExpensModel fields by recomputing other fields
|
@@ -799,9 +799,9 @@ __webpack_require__.r(__webpack_exports__);
|
|
799
799
|
/* harmony import */ var backbone_radio__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! backbone.radio */ "./node_modules/backbone.radio/build/backbone.radio.js");
|
800
800
|
/* harmony import */ var backbone_radio__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(backbone_radio__WEBPACK_IMPORTED_MODULE_2__);
|
801
801
|
/* harmony import */ var _math_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../math.js */ "./src/math.js");
|
802
|
-
function _createForOfIteratorHelper(
|
803
|
-
function _unsupportedIterableToArray(
|
804
|
-
function _arrayLikeToArray(
|
802
|
+
function _createForOfIteratorHelper(r, e) { var t = "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (!t) { if (Array.isArray(r) || (t = _unsupportedIterableToArray(r)) || e && r && "number" == typeof r.length) { t && (r = t); var _n = 0, F = function F() {}; return { s: F, n: function n() { return _n >= r.length ? { done: !0 } : { done: !1, value: r[_n++] }; }, e: function e(r) { throw r; }, f: F }; } throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } var o, a = !0, u = !1; return { s: function s() { t = t.call(r); }, n: function n() { var r = t.next(); return a = r.done, r; }, e: function e(r) { u = !0, o = r; }, f: function f() { try { a || null == t["return"] || t["return"](); } finally { if (u) throw o; } } }; }
|
803
|
+
function _unsupportedIterableToArray(r, a) { if (r) { if ("string" == typeof r) return _arrayLikeToArray(r, a); var t = {}.toString.call(r).slice(8, -1); return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray(r, a) : void 0; } }
|
804
|
+
function _arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length); for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e]; return n; }
|
805
805
|
|
806
806
|
|
807
807
|
|
@@ -3814,9 +3814,9 @@ __webpack_require__.r(__webpack_exports__);
|
|
3814
3814
|
/* harmony import */ var backbone_radio__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! backbone.radio */ "./node_modules/backbone.radio/build/backbone.radio.js");
|
3815
3815
|
/* harmony import */ var backbone_radio__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(backbone_radio__WEBPACK_IMPORTED_MODULE_0__);
|
3816
3816
|
/* harmony import */ var _tools_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../tools.js */ "./src/tools.js");
|
3817
|
-
function _createForOfIteratorHelper(
|
3818
|
-
function _unsupportedIterableToArray(
|
3819
|
-
function _arrayLikeToArray(
|
3817
|
+
function _createForOfIteratorHelper(r, e) { var t = "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (!t) { if (Array.isArray(r) || (t = _unsupportedIterableToArray(r)) || e && r && "number" == typeof r.length) { t && (r = t); var _n = 0, F = function F() {}; return { s: F, n: function n() { return _n >= r.length ? { done: !0 } : { done: !1, value: r[_n++] }; }, e: function e(r) { throw r; }, f: F }; } throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } var o, a = !0, u = !1; return { s: function s() { t = t.call(r); }, n: function n() { var r = t.next(); return a = r.done, r; }, e: function e(r) { u = !0, o = r; }, f: function f() { try { a || null == t["return"] || t["return"](); } finally { if (u) throw o; } } }; }
|
3818
|
+
function _unsupportedIterableToArray(r, a) { if (r) { if ("string" == typeof r) return _arrayLikeToArray(r, a); var t = {}.toString.call(r).slice(8, -1); return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray(r, a) : void 0; } }
|
3819
|
+
function _arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length); for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e]; return n; }
|
3820
3820
|
|
3821
3821
|
|
3822
3822
|
|
@@ -0,0 +1 @@
|
|
1
|
+
(()=>{var t,e={4281:(t,e,n)=>{"use strict";var l=n(19755),i=n.n(l),a=n(13469),o=n.n(a),s=n(73864),r=n(72316),c=n.n(r),u=n(63574),d=n.n(u);const h=n(76258).Z.extend({appRoutes:{}});var p=n(77070),m=n(69653),f=n.n(m),g=n(62723),v=n(28291),b=n(54905),_=n(13469);const y=v.Z.extend(b.Z).extend({getType:function(){return this.config.request("get:ExpenseType",this.get("type_id"))},getTypeLabel:function(){var t=this.getType();return void 0===t?"":t.get("label")},getCategoryLabel:function(){var t=this,e=f().channel("config").request("get:options","categories"),n=_.find(e,(function(e){return e.value==t.get("category")}));return n?n.label:"INCONNU"}});var w=n(84278),k=n(94733),x=n(13469);const C=y.extend({defaults:{category:null,description:"",invoice_number:"",ht:null,tva:null,manual_ttc:null,tva_rate:null,ttc_readonly:null,customer_id:null,project_id:null,business_id:null,supplier_id:null,fill_mode:"ht"},initialize:function(t){void 0===t.altdate&&void 0!==t.date&&this.set("altdate",(0,w.$9)(t.date));var e=0;this.get("ht")&&this.get("tva")&&(e=(0,k.NM)((0,k.Ij)(this.get("ht"))+(0,k.Ij)(this.get("tva")))),this.set("ttc_readonly",e),this.config=f().channel("config"),this.facade=f().channel("facade")},validation:{type_id:{required:!0,msg:"est requis"},date:{required:!0,pattern:/^[0-9]{4}-[0-9]{2}-[0-9]{2}$/,msg:"est requise"},ht:{required:!0,pattern:"amount3"},tva:{required:!0,pattern:"amount3"},manual_ttc:{required:!0,pattern:"amount3"},ttc_readonly:{required:!0,pattern:"amount3"},tva_rate:{required:!1,pattern:"amount2"}},total:function(){return this.hasTvaOnMargin()?(0,k.Ij)(this.get("manual_ttc")):this.getHT()+this.getTva()},getTva:function(){var t=(0,k.Ij)(this.get("tva"));return this.getType().computeAmount(t)},getHT:function(){var t=(0,k.Ij)(this.get("ht"));return this.getType().computeAmount(t)},getSupplierLabel:function(){var t=this.facade.request("get:supplier",this.get("supplier_id"));return t?t.get("label"):""},isTelType:function(){var t=this.getType();return null==t?(console.warn("Should not happen"),!1):"tel"==t.get("family")},hasDeductibleTva:function(){var t=this.getType();return null==t||t.get("is_tva_deductible")},hasTvaOnMargin:function(){var t=this.getType();return null!=t&&t.get("tva_on_margin")},requiresTtcInput:function(){return this.hasTvaOnMargin()||!this.hasDeductibleTva()},loadBookMark:function(t){var e=x.omit(t.attributes,(function(t,e){return x.indexOf(["id","cid"],e)>-1||!(!x.isNull(t)&&!x.isUndefined(t))}));this.set(e),this.trigger("set:bookmark")},isFileLinked:function(t){return this.get("files").includes(t.id)},linkToFile:function(t){var e=this.get("files");this.isFileLinked(t)||e.push(t.id),this.set("files",e,{silent:!0})},unlinkFromFile:function(t){var e=this.get("files");this.isFileLinked(t)&&e.splice(e.indexOf(t.id),1),this.set("files",e,{silent:!0})}});var T=y.extend({defaults:{type:"km",category:null,ht:null,start:"",end:"",description:"",customer_id:null,project_id:null,business_id:null,create_return:!1},initialize:function(t){void 0===t.altdate&&void 0!==t.date&&this.set("altdate",(0,w.$9)(t.date)),this.config=f().channel("config")},validation:{type_id:{required:!0,msg:"est requis"},date:{required:!0,pattern:/^[0-9]{4}-[0-9]{2}-[0-9]{2}$/,msg:"est requise"},km:{required:!0,pattern:"amount3"}},getIndice:function(){var t=this.getType();return void 0===t?0:(0,k.Ij)(t.get("amount"))},getHT:function(){return(0,k.Ij)(this.get("ht"))},getTva:function(){return 0},total:function(){return this.getHT()},getKm:function(){return(0,k.Ij)(this.get("km"))},instantiateReturnLine:function(){var t=this,e={start:this.get("end"),end:this.get("start"),create_return:!1};return["km","category","date","ht","tva","customer_id","project_id","business_id","description","type_id"].forEach((function(n){return e[n]=t.get(n)})),new T(e)}});const O=T;function j(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,l=Array(e);n<e;n++)l[n]=t[n];return l}const M=d().View.extend({tagName:"div",template:n(16892),ui:{input:"input[type=file]",dropzone:".drop_files_here",form:"form"},events:{"dragover @ui.dropzone":function(t){return t.preventDefault()},"dragenter @ui.dropzone":function(t){return t.preventDefault()},"drop @ui.dropzone":"onFilesDropped","change @ui.input":"onFilesSelected"},onFilesDropped:function(t){t.preventDefault(),this.onFilesAdded(t.originalEvent.dataTransfer.files)},onFilesSelected:function(t){this.onFilesAdded(t.target.files)},onFilesAdded:function(t){var e,n=f().channel("facade"),l=function(t,e){var n="undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(!n){if(Array.isArray(t)||(n=function(t,e){if(t){if("string"==typeof t)return j(t,e);var n={}.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(t):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?j(t,e):void 0}}(t))||e&&t&&"number"==typeof t.length){n&&(t=n);var l=0,i=function(){};return{s:i,n:function(){return l>=t.length?{done:!0}:{done:!1,value:t[l++]}},e:function(t){throw t},f:i}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var a,o=!0,s=!1;return{s:function(){n=n.call(t)},n:function(){var t=n.next();return o=t.done,t},e:function(t){s=!0,a=t},f:function(){try{o||null==n.return||n.return()}finally{if(s)throw a}}}}(t);try{for(l.s();!(e=l.n()).done;){var i=e.value;n.request("uploadAttachment",i)}}catch(t){l.e(t)}finally{l.f()}}});var A=n(54909);const V=d().View.extend({tagName:"tr",modelEvents:{sync:"render"},regions:{businessLink:{el:".business-link"}},isAchat:function(){return 2==this.model.get("category")},onRender:function(){if(this.isAchat()){var t=new A.Z({customer_label:this.model.get("customer_label"),project_label:this.model.get("project_label"),business_label:this.model.get("business_label")});this.showChildView("businessLink",t)}}});var P=n(88953),S=n(59184),q=n(72522),F=n(89850);n(944);var L=V.extend({ui:{edit:"button.edit",delete:"button.delete",duplicate:"button.duplicate",bookmark:"button.bookmark"},regions:{justified:".justified",viewer:".viewer",businessLink:".business-link"},triggers:{"click @ui.edit":"edit","click @ui.delete":"delete","click @ui.duplicate":"duplicate","click @ui.bookmark":"bookmark"},childViewEvents:{"status:change":"onStatusChange"},modelEvents:{"change:justified":"render"},onStatusChange:function(t){this.model.set("justified",t)},getTemplate:function(){return this.model.isTelType()?q:F},highlightBookMark:function(){this.getUI("bookmark").effect("highlight",{color:"#ceff99"},"slow")},onRender:function(){if(L.__super__.onRender.apply(this),this.getOption("can_validate_attachments")){var t=new S.Z({options:{name:"justified-line-".concat(this.model.get("id")),current_value:this.model.get("justified"),url:"".concat(AppOption.context_url,"/lines/").concat(this.model.id,"?action=justified_status"),buttons:[{value:!1,icon:"clock",label:"En attente",title:"Le(s) justificatif(s) n'ont pas été acceptés",css:"btn"},{value:!0,icon:"check",label:"Accepté",title:"Le(s) justificatif(s) ont pas été acceptés",css:"btn"}]}});this.showChildView("justified",new P.Z({model:t}))}},templateContext:function(){var t=this.model.total(),e=this.model.getTypeLabel();return{altdate:(0,w.$9)(this.model.get("date")),edit:this.getOption("edit"),is_achat:this.isAchat(),has_tva_on_margin:this.model.hasTvaOnMargin(),typelabel:e,total:(0,k.dN)(t),ht_label:(0,k.dN)(this.model.get("ht")),tva_label:(0,k.dN)(this.model.get("tva")),files:this.model.get("files").map((function(t){return f().channel("facade").request("get:file",t).attributes})),invoice_number:this.model.get("invoice_number"),supplier_label:this.model.getSupplierLabel(),invoice_number_and_supplier:this.model.get("supplier_id")&&this.model.get("invoice_number"),can_validate_attachments:this.getOption("can_validate_attachments"),justified:this.model.get("justified")}}});const D=L,E=d().View.extend({tagName:"tr",template:n(28562),templateContext:function(){var t=this.getOption("colspan");return this.getOption("edit")&&(t+=1),{colspan:t}}}),I=d().CollectionView.extend({tagName:"tbody",childViewTriggers:{edit:"line:edit",delete:"line:delete",bookmark:"bookmark:add",duplicate:"line:duplicate"},childView:D,emptyView:E,isAchatView:function(){return 2==this.getOption("category").value},emptyViewOptions:function(){return{colspan:this.isAchatView()?8:7,edit:this.getOption("edit")}},childViewOptions:function(){return{edit:this.getOption("edit"),can_validate_attachments:this.getOption("can_validate_attachments")}},viewFilter:function(t,e,n){return t.model.get("category")==this.getOption("category").value}});var N=n(15049),Z=n(96510),z=n(76753);const R=d().View.extend({regions:{delete_btn:".delete-btn",link_btn:".link-btn",new_expense_btn:".new-expense-btn"},ui:{link:"a"},childViewEvents:{"action:clicked":"onButtonClicked"},events:{"click @ui.link":"onLinkClicked"},tagName:"tr",template:z,onButtonClicked:function(t){this.trigger("file:".concat(t),this.model)},onLinkClicked:function(t){if(!this.config.request("is:previewable",this.model))return!0;this.facade.trigger("show:preview",this.model),t.preventDefault()},initialize:function(){this.facade=f().channel("facade"),this.config=f().channel("config")},onRender:function(){if(this.getOption("edit")){this.showChildView("delete_btn",new N.Z({model:new Z.Z({action:"delete",css:"negative icon only delete",icon:"trash-alt",title:"Supprimer le justificatif"})}));var t=this.model.get("label");this.facade.request("has:expenseLines")&&this.showChildView("link_btn",new N.Z({model:new Z.Z({action:"link_to_expenseline",css:"icon only",icon:"paperclip",title:"Lier le justificatif ".concat(t," à une dépense")})})),this.showChildView("new_expense_btn",new N.Z({model:new Z.Z({action:"new_expense",css:"btn-primary icon only",icon:"plus",title:"Ajouter une dépense liée au justificatif ".concat(t)})}))}},templateContext:function(){return{edit:this.getOption("edit"),openLink:"/files/".concat(this.model.get("id"),"?action=download"),isPreviewable:this.config.request("is:previewable",this.model),is_achat:this.getOption("is_achat"),can_validate_attachments:this.getOption("can_validate_attachments")}}});var B=n(63300),H=d().View.extend({tagName:"tr",template:o().template("<td colspan=10 class=col_text><em>Aucun justificatif non lié à une dépense.</em></td>")});const K=d().CollectionView.extend({tagName:"tbody",template:B,childView:R,emptyView:H,childViewTriggers:{"file:delete":"file:delete","file:link_to_expenseline":"file:link_to_expenseline","file:new_expense":"file:new_expense"},_onCollectionUpdate:function(){this.render()},initialize:function(){this.facade=f().channel("facade"),this.listenTo(this.facade,"linkedFilesChanged",(function(){this.updateLinkedFiles(),this.render()}),this),this.updateLinkedFiles()},childViewOptions:function(){return{edit:this.getOption("edit"),is_achat:this.getOption("is_achat"),can_validate_attachments:this.getOption("can_validate_attachments")}},viewFilter:function(t,e,n){return!this.linkedFileIds.has(t.model.id)},updateLinkedFiles:function(){this.linkedFileIds=this.facade.request("get:linkedFiles")},getItemsCount:function(){var t=this;return this.children.filter((function(e){return t.viewFilter(e)})).length},templateContext:function(){var t=this.getItemsCount();return{items_count:t,pluralize:t>1?"s":""}}});var J=n(13469);const U=d().View.extend({template:n(22358),regions:{lines:{el:"tbody.lines",replaceElement:!0},files:{el:"tbody.files",replaceElement:!0},dropzone:".dropzone"},ui:{add_btn:"button.add"},events:{"click @ui.add_btn":"onAdd"},childViewTriggers:{"line:edit":"line:edit","line:delete":"line:delete","line:duplicate":"line:duplicate","bookmark:add":"bookmark:add","file:delete":"attachment:delete","file:link_to_expenseline":"attachment:link_to_expenseline"},childViewEvents:{"file:new_expense":"onAddWithAttachment"},collectionEvents:{"change:category":"render"},initialize:function(){var t=f().channel("facade");this.totalmodel=t.request("get:totalmodel"),this.categoryId=this.getOption("category").value,this.listenTo(t,"change:lines_"+this.categoryId,this.render.bind(this))},isCollectionEmpty:function(){var t=this;return void 0===this.collection.find((function(e){return e.get("category")==t.categoryId}))},includesTvaOnMargin:function(){var t=this;return this.collection.find((function(e){return e.hasTvaOnMargin()&&e.get("category")==t.categoryId}))},isAchat:function(){return 2==this.getOption("category").value},canValidateAttachments:function(){return!J.isUndefined(f().channel("config").request("get:actions").justify)},templateContext:function(){var t=this.isCollectionEmpty();return{category:this.getOption("category"),edit:this.getOption("edit"),is_achat:this.isAchat(),includes_tva_on_margin:this.includesTvaOnMargin(),total_ht:(0,k.dN)(this.totalmodel.get("ht_"+this.categoryId)),total_tva:(0,k.dN)(this.totalmodel.get("tva_"+this.categoryId)),total_ttc:(0,k.dN)(this.totalmodel.get("ttc_"+this.categoryId)),is_empty:t,is_not_empty:!t,can_validate_attachments:this.canValidateAttachments()}},onAdd:function(){this.triggerMethod("line:add",this,{category:this.getOption("category").value})},onAddWithAttachment:function(t){this.triggerMethod("line:add",this,{category:this.getOption("category").value,files:[t.id]},!0)},onRender:function(){var t=this.getOption("edit");this.showChildView("lines",new I({collection:this.collection,category:this.getOption("category"),edit:this.getOption("edit"),can_validate_attachments:this.canValidateAttachments()})),this.showChildView("files",new K({collection:this.getOption("filesCollection"),is_achat:this.isAchat(),edit:t,can_validate_attachments:this.canValidateAttachments()})),t&&this.showChildView("dropzone",new M({}))}}),$=V.extend({template:n(99081),ui:{edit:"button.edit",delete:"button.delete",duplicate:"button.duplicate"},triggers:{"click @ui.edit":"edit","click @ui.delete":"delete","click @ui.duplicate":"duplicate"},templateContext:function(){var t=this.model.total(),e=this.model.getTypeLabel();return{altdate:(0,w.$9)(this.model.get("date")),edit:this.getOption("edit"),customer:this.model.get("customer_label"),is_achat:this.isAchat(),typelabel:e,total:(0,k.dN)(t)}}}),G=d().CollectionView.extend({tagName:"tbody",childViewTriggers:{edit:"kmline:edit",delete:"kmline:delete",duplicate:"kmline:duplicate"},childView:$,emptyView:E,emptyViewOptions:function(){return{colspan:7,edit:this.getOption("edit")}},childViewOptions:function(){return{edit:this.getOption("edit")}},viewFilter:function(t,e,n){return t.model.get("category")==this.getOption("category").value}}),W=d().View.extend({template:n(82169),regions:{lines:{el:"tbody",replaceElement:!0}},ui:{add_btn:"button.add"},events:{"click @ui.add_btn":"onAdd"},childViewTriggers:{"kmline:edit":"kmline:edit","kmline:delete":"kmline:delete","kmline:duplicate":"kmline:duplicate"},collectionEvents:{"change:category":"render"},initialize:function(){var t=f().channel("facade");this.totalmodel=t.request("get:totalmodel"),this.categoryId=this.getOption("category").value,this.listenTo(t,"change:kmlines_"+this.categoryId,this.render.bind(this))},isCollectionEmpty:function(){var t=this;return void 0===this.collection.find((function(e){return e.get("category")==t.categoryId}))},templateContext:function(){var t=!1,e=this.isCollectionEmpty();return 2==this.getOption("category").value&&(t=!0),{total_km:(0,k.NM)(this.totalmodel.get("km_"+this.categoryId),2)+" km",total_ttc:(0,k.dN)(this.totalmodel.get("km_ttc_"+this.categoryId)),category:this.getOption("category"),edit:this.getOption("edit"),is_achat:t,is_empty:e,is_not_empty:!e}},onAdd:function(){this.triggerMethod("kmline:add",this,{category:this.getOption("category").value})},onRender:function(){var t=new G({collection:this.collection,category:this.getOption("category"),edit:this.getOption("edit")});this.showChildView("lines",t)}});var Q=n(34543);function X(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,l=Array(e);n<e;n++)l[n]=t[n];return l}const Y=d().Behavior.extend({events:{"show.bs.tab":"_onBeforeTabSelect"},options:{tabPanes:[]},onInitialize:function(){var t,e=function(t,e){var n="undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(!n){if(Array.isArray(t)||(n=function(t,e){if(t){if("string"==typeof t)return X(t,e);var n={}.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(t):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?X(t,e):void 0}}(t))||e&&t&&"number"==typeof t.length){n&&(t=n);var l=0,i=function(){};return{s:i,n:function(){return l>=t.length?{done:!0}:{done:!1,value:t[l++]}},e:function(t){throw t},f:i}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var a,o=!0,s=!1;return{s:function(){n=n.call(t)},n:function(){var t=n.next();return o=t.done,t},e:function(t){s=!0,a=t},f:function(){try{o||null==n.return||n.return()}finally{if(s)throw a}}}}(this.getOption("tabPanes"));try{for(e.s();!(t=e.n()).done;){var n=t.value;if(!this.view.getRegion(n.region))throw new Error("No such region: "+n.region)}}catch(t){e.e(t)}finally{e.f()}},findTabPane:function(t){var e=this.getOption("tabPanes").find((function(e){return console.log("CMP",t.getAttribute("aria-controls"),e.id),t.getAttribute("aria-controls")==e.id}));return this.view.getRegion(e.region)},_onBeforeTabSelect:function(t){var e=this.findTabPane(t.relatedTarget);console.log("TabContainerBehavior: tab pane deselect :",e._name),this.view.triggerMethod("tab:beforeDeselect",e);var n=this.findTabPane(t.target);console.log("TabContainerBehavior: tab pane select :",n._name),this.view.triggerMethod("tab:beforeSelect",n)}});var tt=n(5391),et=n(86552),nt=n(27644),lt=n(72688);function it(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,l=Array(e);n<e;n++)l[n]=t[n];return l}var at={reactMap:null,reactToFieldChange:function(t,e){if(Object.hasOwn(this.reactMap,t)){var n,l=function(t,e){var n="undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(!n){if(Array.isArray(t)||(n=function(t,e){if(t){if("string"==typeof t)return it(t,e);var n={}.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(t):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?it(t,e):void 0}}(t))||e&&t&&"number"==typeof t.length){n&&(t=n);var l=0,i=function(){};return{s:i,n:function(){return l>=t.length?{done:!0}:{done:!1,value:t[l++]}},e:function(t){throw t},f:i}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var a,o=!0,s=!1;return{s:function(){n=n.call(t)},n:function(){var t=n.next();return o=t.done,t},e:function(t){s=!0,a=t},f:function(){try{o||null==n.return||n.return()}finally{if(s)throw a}}}}(this.reactMap[t]);try{for(l.s();!(n=l.n()).done;){var i=n.value,a=i[0],o=(0,i[1])(e);isNaN(o)&&(o=null),o&&(o=(0,k.NM)(o)),e.set(a,o)}}catch(t){l.e(t)}finally{l.f()}return this.reactMap[t].map((function(t){return t[0]}))}return[]}},ot={reactMap:{tva:[["tva_rate",function(t){return null}],["ttc_readonly",function(t){return t.total()}]],tva_rate:[["tva",function(t){return(0,k.v$)((0,k.Ij)(t.get("ht")),(0,k.Ij)(t.get("tva_rate")))}],["ttc_readonly",function(t){return t.total()}]],ht:[["tva_rate",function(t){return null}],["ttc_readonly",function(t){return t.total()}]]}};Object.setPrototypeOf(ot,at);var st={reactMap:{tva:[["tva_rate",function(t){return null}],["ht",function(t){return(0,k.Ij)(t.get("ttc_readonly"))-(0,k.Ij)(t.get("tva"))}]],tva_rate:[["ht",function(t){return(0,k.gB)((0,k.Ij)(t.get("ttc_readonly")),(0,k.Ij)(t.get("tva_rate")))}],["tva",function(t){return(0,k.Ij)(t.get("ttc_readonly"))-(0,k.Ij)(t.get("ht"))}]],ttc_readonly:[["ht",function(t){return(0,k.Ij)(t.get("ttc_readonly"))-(0,k.Ij)(t.get("tva"))}],["tva_rate",function(t){return null}]]}};Object.setPrototypeOf(st,at);var rt=n(13469);const ct=d().View.extend({behaviors:[tt.Z],template:n(76746),regions:{category:".category",date:".date",type_id:".type_id",description:".description",invoice_number:".invoice_number",fill_mode:".fill_mode",ht:".ht",manual_ttc:".manual_ttc",tva:".tva",ttc_readonly:".ttc_readonly",tva_rate:".tva_rate",business_link:".business_link",supplier_id:".supplier_id",files:".files"},childViewTriggers:{change:"data:modified"},childViewEvents:{finish:"onChildChange"},onBeforeSync:p.VO,onFormSubmitted:p.Gx,initialize:function(){var t=f().channel("config");this.type_options=this.getTypeOptions(),this.suppliers_options=t.request("get:options","suppliers"),console.log("this.type_options",this.getTypeOptions()),this.today=t.request("get:options","today"),void 0===this.model.get("type_id")&&this.model.set("type_id",String(this.type_options[0].id))},showFilesSelect:function(){var t=f().channel("facade").request("get:collection","attachments"),e=new lt.Z({title:"Justificatifs",options:t.asSelectOptions(),field_name:"files",multiple:!0,value:this.model.get("files"),placeholder:"Choisir un ou plusieurs justificatifs déjà téléversés"});this.showChildView("files",e)},renderAmountFields:function(t){var e=function(e,n){(void 0===t||t.includes(e))&&this.showChildView(e,n)}.bind(this),n={value:this.model.get("ht"),title:"Montant HT",field_name:"ht",addon:"€",required:!0},l={value:this.model.get("tva"),title:"Montant TVA",field_name:"tva",addon:"€",required:!0},i={value:0,title:"Montant TTC",field_name:"manual_ttc",addon:"€",required:!0},a={title:"Montant TTC",addon:"€",field_name:"ttc_readonly",value:this.model.get("ttc_readonly")};this.model.hasTvaOnMargin()?(l.value=0,n.value=0,i.value=this.model.get("manual_ttc")):this.model.hasDeductibleTva()?"ht"===this.model.get("fill_mode")?(a.editable=!1,a.description="Le montant TTC est calculé",n.editable=!0):(a.editable=!0,n.description="Le montant HT est calculé",n.editable=!1):(i.value=0,l.value=0,n.title="Montant TTC");var o=new nt.Z(i);e("manual_ttc",o),e("ht",o=new nt.Z(n)),e("tva",o=new nt.Z(l)),this.model.requiresTtcInput()?(this.getRegion("ttc_readonly").reset(),this.getRegion("tva_rate").reset()):(e("tva_rate",o=new nt.Z({value:this.model.get("tva_rate"),title:"Taux TVA",placeholder:"Taux de TVA en %",field_name:"tva_rate",addon:"%",description:"Le montant de TVA peut être calculé à partir de ce taux"})),e("ttc_readonly",o=new nt.Z(a)))},onRender:function(){var t;t=new et.Z({date:this.model.get("date"),title:"Date",field_name:"date",default_value:this.today,required:!0}),this.showChildView("date",t),t=new lt.Z({value:this.model.get("supplier_id"),title:"Fournisseur",field_name:"supplier_id",options:this.suppliers_options,placeholder:"Choisir un fournisseur"}),this.showChildView("supplier_id",t),t=new nt.Z({value:this.model.get("invoice_number"),title:"Numéro de la facture",field_name:"invoice_number"}),this.showChildView("invoice_number",t);var e=this.model.get("type_id");t=this.renderTypeSelect(),this.triggerMethod("data:modified","type_id",t.getCurrentValues()[0]),e==t.getCurrentValues()[0]?(this.renderAmountFields(),this.showFilesSelect()):this.render()},renderTypeSelect:function(){var t=new lt.Z({value:this.model.get("type_id"),title:"Type de dépense",field_name:"type_id",options:this.type_options,id_key:"id",required:!0});return this.showChildView("type_id",t),t},onChildChange:function(t,e){this.triggerMethod("data:modified",t,e),"type_id"==t?this.render():"files"==t&&(this.triggerMethod("files:changed"),this.showFilesSelect()),"fill_mode"===t&&(this.renderAmountFields(),this.showFillModeChoice()),"category"===t&&(this.type_options=this.getTypeOptions(),this.renderTypeSelect()),this.onAmountsChange(t,e)},onAmountsChange:function(t,e){var n;if(n="ht"===this.model.get("fill_mode")?ot:st,this.model.get(t)!==e&&""!==e){this.triggerMethod("data:modified",t,e);var l=n.reactToFieldChange(t,this.model);this.renderAmountFields(l)}},afterSerializeForm:function(t){var e=rt.clone(t);return e.category=this.model.get("category"),e.customer_id=this.model.get("customer_id"),e.project_id=this.model.get("project_id"),e.business_id=this.model.get("business_id"),e},templateContext:function(){var t=this.model.hasTvaOnMargin();return{button_title:this.getOption("buttonTitle"),add:this.getOption("add"),hidden_ht:t,hidden_tva:this.model.requiresTtcInput(),hidden_manual_ttc:!t}}}),ut=ct.extend({getTypeOptions:function(){return f().channel("config").request("get:typeOptions","tel")}});var dt=n(34682),ht=n(35828),pt=n(65976),mt=n(24005);const ft=ct.extend({childViewEvents:{finish:"onChildChange",change:"onAmountsChange",labelChange:"onChildLabelChange"},onChildLabelChange:function(t,e){if(["customer_id","business_id","project_id"].includes(t)){var n=t.replace("_id","_label");this.model.set(n,e)}},initialize:function(){ct.prototype.initialize.apply(this);var t=f().channel("config");this.customers_url=t.request("get:options","company_customers_url"),this.projects_url=t.request("get:options","company_projects_url"),this.businesses_url=t.request("get:options","company_businesses_url")},getTypeOptions:function(){console.log(this.model);var t=this.model.get("category"),e=this.model.get("type_id");return f().channel("config").request("get:typeOptions","regular").filter((function(n){return n.category===t||"all"===n.category||n.id===e}))},showCategorySelect:function(){var t=new ht.Z({options:[{value:1,label:"Frais généraux"},{value:2,label:"Achats clients"}],title:"Catégorie",field_name:"category",value:this.model.get("category")});this.showChildView("category",t)},onRender:function(){var t;ct.prototype.onRender.apply(this),this.getOption("add")||this.showCategorySelect(),1!=this.model.get("category")&&(t=new dt.Z({title:"Rattacher la dépense à",customers_url:this.customers_url,projects_url:this.projects_url,businesses_url:this.businesses_url,customer_value:this.model.get("customer_id"),project_value:this.model.get("project_id"),business_value:this.model.get("business_id"),customer_label:this.model.get("customer_label"),project_label:this.model.get("project_label"),business_label:this.model.get("business_label"),required:!1}),this.showChildView("business_link",t)),t=new nt.Z({value:this.model.get("description"),title:"Description",field_name:"description"}),this.showChildView("description",t),this.showFillModeChoice()},showFillModeChoice:function(){if(!this.model.requiresTtcInput()){var t=new pt.Z({field_name:"fill_mode",title:"Mode de saisie",description:new mt.jr({ht:"Vous entrez le <strong>montant HT</strong> et la TVA (montant ou taux), le montant TTC est calculé ",ttc:"Vous entrez le <strong>montant TTC</strong> et la TVA (montant ou taux), le montant HT est calculé "}[this.model.get("fill_mode")]),value:this.model.get("fill_mode"),options:[{label:"HT",value:"ht"},{label:"TTC",value:"ttc"}]});this.showChildView("fill_mode",t)}}});var gt=d().View.extend({tagName:"tr",className:"bookmark-line",template:n(89891),ui:{delete_btn:".delete",insert_btn:".insert",clickable_cells:".clickable-cell"},triggers:{"click @ui.delete_btn":"bookmark:delete","click @ui.insert_btn":"bookmark:insert","click @ui.clickable_cells":"bookmark:insert"},templateContext:function(){var t=this.model.getTypeLabel();return{ht:(0,k.dN)(this.model.get("ht")),tva:(0,k.dN)(this.model.get("tva")),typelabel:t,insertAttrs:"title='Sélectionner ce favori et l’ajouter' aria-label='Sélectionner ce favori et l’ajouter'"}}});const vt=d().CollectionView.extend({className:"modal_content_layout",template:n(48112),childViewContainer:"tbody",childView:gt,childViewTriggers:{"bookmark:delete":"bookmark:delete","bookmark:insert":"bookmark:insert"}});var bt=n(87522),_t=n(61199);const yt=d().View.extend({template:n(14219),attributes:{class:"layout flex two_cols pdf_viewer"},regions:{form:{el:".form-component",replaceElement:!0},preview:{el:".preview",replaceElement:!0},loader:{el:".loader",replaceElement:!0}},childViewTriggers:{"cancel:form":"cancel:form","success:sync":"success:sync"},childViewEvents:{"loader:start":"showLoader","loader:stop":"hideLoader","files:changed":"onFilesChanged"},onBeforeSync:p.VO,onFormSubmitted:p.Gx,initialize:function(){this.formView=this.getOption("formView")},shouldShowPreview:function(){var t=this.model.get("files")||[],e=f().channel("config"),n=f().channel("facade");if(1===t.length&&""!==t[0]){var l=n.request("get:collection","attachments");return e.request("is:previewable",l.get(t[0]))}return!1},showPreview:function(){var t,e=this.model.get("files");if(e&&e.length>0){var n=f().channel("facade").request("get:collection","attachments").get(e[0]);t=bt.Z.getViewer(n,{title:"Justificatifs",footerText:"Pour les PDF originaux, le copier-coller est possible."})}t&&this.showChildView("preview",t)},onRender:function(){this.showChildView("form",this.formView),this.shouldShowPreview()&&this.showPreview()},templateContext:function(){return{should_show_preview:this.shouldShowPreview()}},onFilesChanged:function(){this.triggerMethod("preview:displayStatusChange",this.shouldShowPreview()),this.shouldShowPreview()?this.showPreview():this.getRegion("preview").empty()},showLoader:function(){var t=new _t.Z;this.showChildView("loader",t)},hideLoader:function(){this.getRegion("loader").empty()}}),wt=d().View.extend({behaviors:[Q.Z,{behaviorClass:Y,tabPanes:[{region:"main",id:"mainform-container"},{region:"tel",id:"telform-container"},{region:"bookmark",id:"bookmark-container"}]}],template:n(53592),id:"expense-form-popup-modal",regions:{main:"#mainform-container",tel:"#telform-container",bookmark:"#bookmark-container"},ui:{main_tab:"ul.nav-tabs li.main a",tel_tab:"ul.nav-tabs li.tel a",modalbody:".tab-content"},childViewEvents:{"bookmark:insert":"onBookMarkInsert","success:sync":"onSuccessSync"},childViewTriggers:{"cancel:form":"modal:close","bookmark:delete":"bookmark:delete","preview:displayStatusChange":"preview:displayStatusChange"},modelEvents:{"set:bookmark":"refreshForm"},initialize:function(){var t=f().channel("facade");this.bookmarks=t.request("get:bookmarks"),this.add=this.getOption("add"),this.tel=this.model.isTelType()},onTabBeforeSelect:function(t){var e;switch(t._name){case"main":e=new yt({formView:new ft(this.viewParams),model:this.viewParams.model});break;case"tel":e=new yt({formView:new ut(this.viewParams),model:this.viewParams.model});break;case"bookmark":e=new vt({collection:this.bookmarks})}this.showChildView(t._name,e)},onTabBeforeDeselect:function(t){t.empty()},onSuccessSync:function(){this.add?this.triggerMethod("modal:notifySuccess"):this.triggerMethod("modal:close")},onModalAfterNotifySuccess:function(){this.triggerMethod("line:add",this,{category:this.model.get("category")})},onModalBeforeClose:function(){this.model.rollback()},refreshForm:function(){var t={model:this.model,destCollection:this.getOption("destCollection"),title:this.getOption("title"),buttonTitle:this.getOption("buttonTitle"),add:this.add};this.viewParams=t;var e=this.tel?"tel_tab":"main_tab",n=this.getRegion(e.split("_")[0]);this.onTabBeforeSelect(n),this.getUI(e).tab("show")},onBookMarkInsert:function(t){this.model.loadBookMark(t.model)},templateContext:function(){var t="1"==this.model.get("category");return{title:this.getOption("title"),add:this.add,allow_tel_tab:t,show_tel_tab:this.tel,show_tel:this.add||this.tel,show_bookmarks:this.add&&this.bookmarks.length>0,show_main:this.add||!this.tel}},onRender:function(){this.refreshForm()}});var kt=n(26242),xt=n(54107),Ct=n(13469);const Tt=d().View.extend({behaviors:[kt.Z],template:n(7116),id:"expensekm-form-popup-modal",regions:{category:".category",date:".date",type_id:".type_id",start:".start",end:".end",km:".km",create_return:".create_return",description:".description",business_link:".business_link"},ui:{modalbody:".modal_content_layout"},childViewTriggers:{change:"data:modified",finish:"data:modified"},childViewEvents:{finish:"onChildChange"},onBeforeSync:p.VO,onFormSubmitted:p.Gx,initialize:function(){var t=f().channel("config");this.type_options=t.request("get:options","expensekm_types"),this.today=t.request("get:options","today"),this.customers_url=t.request("get:options","company_customers_url"),this.projects_url=t.request("get:options","company_projects_url"),this.businesses_url=t.request("get:options","company_businesses_url")},showCategorySelect:function(){var t=new ht.Z({options:[{value:1,label:"Frais généraux"},{value:2,label:"Achats clients"}],title:"Catégorie",field_name:"category",value:this.model.get("category")});this.showChildView("category",t)},refreshForm:function(){var t;this.add||this.showCategorySelect(),t=new et.Z({date:this.model.get("date"),title:"Date",field_name:"date",current_year:!0,default_value:this.today,required:!0}),this.showChildView("date",t),t=new lt.Z({value:this.model.get("type_id"),title:"Type de dépense",field_name:"type_id",options:this.type_options,id_key:"id",required:!0}),this.showChildView("type_id",t),t=new nt.Z({value:this.model.get("start"),title:"Point de départ",field_name:"start",required:!0}),this.showChildView("start",t),t=new nt.Z({value:this.model.get("end"),title:"Point d'arrivée",field_name:"end",required:!0}),this.showChildView("end",t),t=new nt.Z({value:this.model.get("km"),title:"Nombre de kilomètres",field_name:"km",addon:"km",required:!0}),this.showChildView("km",t),t=new xt.Z({value:this.model.get("create_return"),inline_label:"Créer un trajet retour",field_name:"create_return",description:"Créer une seconde ligne de frais pour le trajet retour, avec le même kilométrage."}),this.showChildView("create_return",t),t=new nt.Z({value:this.model.get("description"),title:"Motif de déplacement",field_name:"description"}),this.showChildView("description",t),1!=this.model.get("category")&&(t=new dt.Z({title:"Rattacher la dépense à",customers_url:this.customers_url,projects_url:this.projects_url,businesses_url:this.businesses_url,customer_value:this.model.get("customer_id"),project_value:this.model.get("project_id"),business_value:this.model.get("business_id"),customer_label:this.model.get("customer_label"),project_label:this.model.get("project_label"),business_label:this.model.get("business_label"),required:!1}),this.showChildView("business_link",t))},afterSerializeForm:function(t){var e=Ct.clone(t);return e.category=this.model.get("category"),e.customer_id=this.model.get("customer_id"),e.project_id=this.model.get("project_id"),e.business_id=this.model.get("business_id"),e},templateContext:function(){return{title:this.getOption("title"),button_title:this.getOption("buttonTitle")}},onRender:function(){this.refreshForm()},onSuccessSync:function(){var t=this.model.get("create_return");if(t&&"0"!=t)f().channel("facade").request("create:return_expense_kmline",this.model);else if(this.add){var e=this.getUI("modalbody");e.effect("highlight",{color:"rgba(0,0,0,0)"},800,this.refresh.bind(this)),e.addClass("action_feedback success")}else this.triggerMethod("modal:close")},onModalBeforeClose:function(){this.model.rollback()}});var Ot=n(52548),jt=V.extend({tagName:"tr",template:Ot,regions:{td_action:"td.action",businessLink:".business-link"},modelEvents:{"change:selected":"render"},childViewEvents:{finish:"onChange"},initialize:function(){this.targetFile=this.getOption("targetFile")},onRender:function(){this.model.get("customer_id")&&jt.__super__.onRender.apply(this);var t=new xt.Z({field_name:"check",toggle:!1,ariaLabel:"Sélectionner cette ligne",value:this.model.isFileLinked(this.targetFile),true_val:!0,false_val:!1});this.showChildView("td_action",t)},onChange:function(t,e){!0===e?this.model.linkToFile(this.targetFile):this.model.unlinkFromFile(this.targetFile),this.model.save({files:this.model.get("files")},{patch:!0})},templateContext:function(){return{date:(0,w.$9)(this.model.get("date")),is_achat:this.isAchat(),has_tva_on_margin:this.model.hasTvaOnMargin(),type_label:this.model.getTypeLabel(),ttc_label:(0,k.dN)(this.model.total()),ht_label:(0,k.dN)(this.model.get("ht")),tva_label:(0,k.dN)(this.model.get("tva"))}}});const Mt=jt,At=d().CollectionView.extend({tagName:"tbody",childView:Mt,childViewOptions:function(){return{targetFile:this.getOption("targetFile")}}}),Vt=d().View.extend({behaviors:[Q.Z],ui:{modalbody:".modal_content_layout",submit_btn:"input[type=submit]",cancel_btn:"input[type=reset]",form:"form"},regions:{lines:{el:"tbody",replaceElement:!0}},events:{"submit @ui.form":"onSubmit"},showExpenseLineSelect:function(){var t=new At({collection:this.linesCollection,targetFile:this.model});this.showChildView("lines",t)},template:n(83034),id:"expense-file-link-form-popup-modal",initialize:function(){this.model=this.getOption("model"),this.linesCollection=this.getOption("linesCollection")},onSubmit:function(t){t.preventDefault(),this.triggerMethod("modal:close")},templateContext:function(){return{file_label:this.model.get("label")}},onRender:function(){this.showExpenseLineSelect()}}),Pt=d().View.extend({behaviors:[Q.Z],id:"expense-duplicate-form",template:n(50844),regions:{select:".select"},ui:{cancel_btn:"button[type=reset]",form:"form"},events:{"submit @ui.form":"onSubmit","click @ui.cancel_btn":"onCancelClick"},initialize:function(){var t=f().channel("config");this.options=t.request("get:options","expenses")},onCancelClick:function(){this.triggerMethod("modal:close")},templateContext:function(){var t=this.model.getHT(),e=this.model.getTva(),n=this.model.total(),l="km"==this.model.get("type");return{ht:(0,k.dN)(t),tva:(0,k.dN)(e),ttc:(0,k.dN)(n),is_km_fee:l}},onRender:function(){var t=new ht.Z({options:this.options,title:"Note de dépenses vers laquelle dupliquer",id_key:"id",field_name:"sheet_id"});this.showChildView("select",t)},onSubmit:function(t){var e=this;t.preventDefault();var n=(0,p.Nh)(this.getUI("form")),l=this.model.get("sheet_id"),i=f().channel("facade");this.model.duplicate(n,l==n.sheet_id).done((function(){var t="changed:";"km"==e.model.get("type")&&(t+="km"),t+="line",i.trigger(t),e.triggerMethod("modal:close")}))}}),St=d().View.extend({tagName:"div",template:n(66608),modelEvents:{"change:ttc":"render","change:ht":"render","change:tva":"render","change:km_ht":"render","change:km_tva":"render","change:km_ttc":"render","change:km":"render"},templateContext:function(){return{ht:(0,k.dN)(this.model.get("ht")+this.model.get("km_ht")),tva:(0,k.dN)(this.model.get("tva")+this.model.get("km_tva")),ttc:(0,k.dN)(this.model.get("ttc")+this.model.get("km_ttc")),km:(0,k.T4)(this.model.get("km"))}}}),qt=d().View.extend({tagName:"div",template:n(1297),modelEvents:{"change:ttc":"render","change:km_ttc":"render"},templateContext:function(){var t=this.getOption("category");return{ttc:(0,k.dN)(this.model.get("ttc_"+t)+this.model.get("km_ttc_"+t))}}});var Ft=n(74517),Lt=n(88756);const Dt=wt.extend({getNextFile:function(){var t=f().channel("facade"),e=t.request("get:linkedFiles");return t.request("get:collection","attachments").filter((function(t){return!e.has(t.id)}))[0]||null},onModalAfterNotifySuccess:function(){var t=this.getNextFile();t?this.triggerMethod("line:add",this,{category:this.model.get("category"),files:[t.id]},!0):this.triggerMethod("modal:close")}});var Et=n(79935),It=n(13469);function Nt(t){var e,n;return e="km"==t.get("type")?"dépense kilométrique":"dépense",n=t.id?"Modifier":"Ajouter","".concat(n," une ").concat(e," (").concat(t.getCategoryLabel(),")")}const Zt=d().View.extend({className:"container-fluid page-content",template:n(24480),regions:{modalRegion:".modalRegion",internalLines:".internal-lines",internalKmLines:".internal-kmlines",internalTotal:".internal-total",activityLines:".activity-lines",activityKmLines:".activity-kmlines",activityTotal:".activity-total",files:".files",totals:".totals",messages:{el:".messages-container",replaceElement:!0}},ui:{internal:"#internal-container",activity:"#activity-container",modal:".modalRegion"},childViewEvents:{"line:add":"onLineAdd","line:edit":"onLineEdit","line:delete":"onLineDelete","kmline:add":"onKmLineAdd","kmline:edit":"onKmLineEdit","kmline:delete":"onLineDelete","line:duplicate":"onLineDuplicate","kmline:duplicate":"onLineDuplicate","bookmark:add":"onBookMarkAdd","bookmark:delete":"onBookMarkDelete","status:change":"onStatusChange","attachment:delete":"onAttachmentDelete","attachment:link_to_expenseline":"onAttachmentLink","preview:displayStatusChange":"onPreviewDisplayStatusChange"},templateContext:function(){return{internalDescription:this.categories[0].description,externalDescription:this.categories[1].description,internalTabLabel:this.categories[0].label,externalTabLabel:this.categories[1].label}},initialize:function(){this.facade=f().channel("facade"),this.config=f().channel("config"),this.categories=this.config.request("get:options","categories"),this.edit=this.config.request("get:form_section","general").edit,this.listenTo(this.facade,"status:change",this.onStatusChange),this.listenTo(this.facade,"show:preview",this.onShowPreview)},onLineAdd:function(t,e,n){var l=new C(e||{});this.showLineForm(l,!0,n)},onKmLineAdd:function(t,e){var n=new O(e||{});this.showKmLineForm(n,!0)},showModal:function(t,e){void 0===e&&(e="middle"),this.resizeModal(e),this.showChildView("modalRegion",t)},onShowPreview:function(t){var e=new Et.Z({file:t,popupTitle:"Justificatif"});this.showModal(e,"large")},resizeModal:function(t){this.ui.modal.removeClass("size_small size_middle size_extralarge size_large size_full").addClass("size_".concat(t))},onLineEdit:function(t){this.showLineForm(t.model,!1)},onKmLineEdit:function(t){this.showKmLineForm(t.model,!1)},onAttachmentLink:function(t){this.showFileLinkForm(t)},showFileLinkForm:function(t){var e=new Vt({model:t,linesCollection:this.facade.request("get:collection","lines")});this.showModal(e)},showLineForm:function(t,e,n){var l,i={title:Nt(t),buttonTitle:e?"Ajouter":"Modifier",add:e,model:t,destCollection:this.facade.request("get:collection","lines")};l=n?new Dt(i):new wt(i),1===(t.get("files")||[]).length?this.showModal(l,"full"):this.showModal(l,"middle")},showKmLineForm:function(t,e){var n=new Tt({title:Nt(t),buttonTitle:e?"Ajouter":"Modifier",add:e,model:t,destCollection:this.facade.request("get:collection","kmlines")});this.showModal(n)},showDuplicateForm:function(t){var e=new Pt({model:t});this.showModal(e)},onLineDuplicate:function(t){this.showDuplicateForm(t.model)},onDeleteSuccess:function(){(0,s.qk)("Vos données ont bien été supprimées")},onDeleteError:function(){(0,s.me)("Une erreur a été rencontrée lors de la suppression de cet élément")},onLineDelete:function(t){window.confirm("Êtes-vous sûr de vouloir supprimer cette dépense ?")&&t.model.destroy({success:this.onDeleteSuccess,error:this.onDeleteError})},onPreviewDisplayStatusChange:function(t){t?this.resizeModal("full"):this.resizeModal("middle")},onAttachmentDelete:function(t){window.confirm("Êtes-vous sûr de vouloir supprimer ce justificatif ?")&&t.destroy({success:this.onDeleteSuccess,error:this.onDeleteError})},onBookMarkAdd:function(t){this.facade.request("get:bookmarks").addBookMark(t.model),t.highlightBookMark()},onBookMarkDelete:function(t){window.confirm("Êtes-vous sûr de vouloir supprimer ce favoris ?")&&t.model.destroy({success:this.onDeleteSuccess,error:this.onDeleteError})},showTab:function(t,e,n){var l=this.facade.request("get:collection","lines"),i=this.facade.request("get:collection","attachments"),a=new U({collection:l,filesCollection:i,category:t,edit:this.edit});this.showChildView(e,a);var o=this.config.request("get:options","expensekm_types");if(!It.isEmpty(o)){var s=this.facade.request("get:collection","kmlines");a=new W({collection:s,category:t,edit:this.edit}),this.showChildView(n,a)}},showMessages:function(){var t=new(c().Model),e=new Ft.Z({model:t});this.showChildView("messages",e)},showTotals:function(){var t=this.facade.request("get:totalmodel"),e=new St({model:t});this.showChildView("totals",e),e=new qt({model:t,category:1}),this.showChildView("internalTotal",e),e=new qt({model:t,category:2}),this.showChildView("activityTotal",e)},showLogin:function(){var t=new Lt.Z({});this.showModal(t,"small")},onRender:function(){this.showTab(this.categories[0],"internalLines","internalKmLines"),this.showTab(this.categories[1],"activityLines","activityKmLines"),this.showTotals(),this.showMessages()},onStatusChange:function(t){console.log("Status change");var e=new g.Z({action:t});this.showModal(e,"small")}}),zt=d().Object.extend({initialize:function(t){this.facade=f().channel("facade"),console.log("Controller.initialize"),this.rootView=t.rootView}});var Rt=n(74773),Bt=n(35078);const Ht=new(d().Application.extend({region:"#js-main-area",channelName:"app",onBeforeStart:function(t,e){console.log("AppClass.onBeforeStart"),this.rootView=new Zt,this.controller=new zt({rootView:this.rootView}),this.router=new h({controller:this.controller}),console.log("AppClass.onBeforeStart finished"),Bt.Z.setFormConfig(Rt.Z.form_config)},onStart:function(t,e){this.showView(this.rootView),console.log("Starting the history"),(0,p.Gx)(),c().history.start()}}));var Kt=n(44910);const Jt=c().Model.extend({});function Ut(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,l=Array(e);n<e;n++)l[n]=t[n];return l}const $t=c().Collection.extend({model:C,initialize:function(){this.on("destroyed",this.channelCall),this.on("saved",this.channelCall),this.on("change:justified add remove reset",function(){this.updateAggregate("justified")}.bind(this)),this.aggregates={}},channelCall:function(t){f().channel("facade").trigger("changed:line")},updateAggregate:function(t){var e=this.aggregates[t],n=this.computeAggregate(t);this.aggregates[t]=n,n!==e&&this.trigger("aggregate:change:".concat(t),n)},computeAggregate:function(t){var e=this.models.length,n=this.models.filter((function(e){return e.get(t)})).length;return e>0?e===n||0!==n&&null:null},url:function(){return AppOption.context_url+"/lines"},comparator:function(t,e){var n=0;if(e.get("justified")!=t.get("justified")){if(!e.get("justified"))return 1;n=-1}else if(t.isTelType()!=e.isTelType())n=e.isTelType()?-1:1;else{var l=t.get("category"),i=e.get("category");l<i?n=-1:l>i?n=1:t.get("altdate")<t.get("altdate")?n=-1:l>i&&(n=1)}return n},total_ht:function(t){var e=0;return this.each((function(n){null!=t&&n.get("category")!=t||(e+=(0,k.NM)(n.getHT()))})),e},total_tva:function(t){var e=0;return this.each((function(n){null!=t&&n.get("category")!=t||(e+=(0,k.NM)(n.getTva()))})),e},total:function(t){var e=0;return this.each((function(n){null!=t&&n.get("category")!=t||(e+=(0,k.NM)(n.total()))})),e},collectLinkedFileIds:function(){var t=new Set;return this.each((function(e){var n,l=function(t,e){var n="undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(!n){if(Array.isArray(t)||(n=function(t,e){if(t){if("string"==typeof t)return Ut(t,e);var n={}.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(t):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?Ut(t,e):void 0}}(t))||e&&t&&"number"==typeof t.length){n&&(t=n);var l=0,i=function(){};return{s:i,n:function(){return l>=t.length?{done:!0}:{done:!1,value:t[l++]}},e:function(t){throw t},f:i}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var a,o=!0,s=!1;return{s:function(){n=n.call(t)},n:function(){var t=n.next();return o=t.done,t},e:function(t){s=!0,a=t},f:function(){try{o||null==n.return||n.return()}finally{if(s)throw a}}}}(e.get("files"));try{for(l.s();!(n=l.n()).done;){var i=n.value;t.add(parseInt(i,10))}}catch(t){l.e(t)}finally{l.f()}})),t}}),Gt=c().Collection.extend({model:O,initialize:function(){this.on("destroyed",this.channelCall),this.on("saved",this.channelCall)},channelCall:function(){f().channel("facade").trigger("changed:kmline")},url:function(){return AppOption.context_url+"/kmlines"},total_km:function(t){var e=0;return this.each((function(n){null!=t&&n.get("category")!=t||(e+=n.getKm())})),e},total_tva:function(t){return 0},total_ht:function(t){return this.total(t)},total:function(t){var e=0;return this.each((function(n){null!=t&&n.get("category")!=t||(e+=(0,k.NM)(n.total()))})),e}});var Wt=n(13469);const Qt=c().Collection.extend({url:"/api/v1/bookmarks",model:C,addBookMark:function(t){var e,n=(e=Wt).pick.apply(e,[t.attributes].concat(["ht","tva","km","start","end","description","type_id","category","customer_id","project_id","business_id","supplier_id","invoice_number"]));this.create(n,{wait:!0})}});var Xt=n(32568),Yt=n(19745),te=n(13469);const ee=new(d().Object.extend(Kt.Z).extend({radioEvents:{"changed:line":"computeLineTotal","changed:kmline":"computeKmLineTotal","attachment:saved":"onAttachmentSaved","status:justified:changed":"onGlobalJustifiedChanged"},radioRequests:{"get:collection":"getCollectionRequest","get:model":"getModelRequest","get:totalmodel":"getTotalModelRequest","get:bookmarks":"getBookMarks","get:linkedFiles":"getLinkedFiles","get:file":"getFile","get:supplier":"getSupplier","has:expenseLines":"hasExpenseLines","create:return_expense_kmline":"createReturnKmLine"},onGlobalJustifiedChanged:function(t){this.collections.lines.each((function(e){return null!==e.justified&&e.set("justified",t)}))},setup:function(t){console.log("Facade.setup"),console.table(t),this.url=t.context_url,this.config=f().channel("config")},start:function(){return console.log("Starting the facade"),(0,p.xc)(this.url).then(this.setupModels.bind(this))},setupModels:function(t){this.datas=t,this.models={},this.collections={},this.totalmodel=new Jt;var e=t.lines;this.collections.lines=new $t(e),this.collections.status_history=new Yt.Z(t.status_history),this.watchLinkToFiles(),this.watchCollectionAggregateStatus();var n=t.attachments;this.collections.attachments=new Xt.Z(n);var l=AppOption.file_upload_url;this.collections.attachments.url=l;var i=t.kmlines;this.collections.kmlines=new Gt(i);var a=this.config.request("get:options","bookmarks");this.bookmarks=new Qt(a),this.suppliers=new(c().Collection)(this.config.request("get:options","suppliers")),this.computeLineTotal(),this.computeKmLineTotal()},watchCollectionAggregateStatus:function(){this.collections.lines.on("aggregate:change:justified",function(t){this.getChannel().request("set:globalJustified",t)}.bind(this))},watchLinkToFiles:function(){var t=this.collections.lines;t.on("change:files",this.notifyLinkedFilesChanged.bind(this)),t.on("add remove",(function(t){t.get("files").length>0&&this.notifyLinkedFilesChanged()}),this)},notifyLinkedFilesChanged:function(){this.getChannel().trigger("linkedFilesChanged")},getBookMarks:function(){return this.bookmarks},hasExpenseLines:function(){return!this.collections.lines.isEmpty()},getLinkedFiles:function(){return this.collections.lines.collectLinkedFileIds()},getFile:function(t){return this.collections.attachments.get(t)},getSupplier:function(t){return this.suppliers.findWhere((function(e){return e.get("value")==t}))},computeLineTotal:function(){var t=["1","2"],e=this.collections.lines,n={};te.each(t,(function(t){n["ht_"+t]=e.total_ht(t),n["tva_"+t]=e.total_tva(t),n["ttc_"+t]=e.total(t)})),n.ht=e.total_ht(),n.tva=e.total_tva(),n.ttc=e.total(),this.totalmodel.set(n);var l=this.getChannel();te.each(t,(function(t){l.trigger("change:lines_"+t)}))},computeKmLineTotal:function(){var t=["1","2"],e=this.collections.kmlines,n={};te.each(t,(function(t){n["km_"+t]=e.total_km(t),n["km_ttc_"+t]=e.total(t)})),n.km_tva=e.total_tva(),n.km_ht=e.total_ht(),n.km=e.total_km(),n.km_ttc=e.total(),this.totalmodel.set(n);var l=this.getChannel();te.each(t,(function(t){var e="change:kmlines_"+t;console.log("Triggering %s",e),l.trigger(e)}))},createReturnKmLine:function(t){var e=this.collections.kmlines,n=t.instantiateReturnLine();e.add(n),n.save(this.changedAttributes,{wait:!0,sync:!0,patch:!0})},getTotalModelRequest:function(){return this.totalmodel},onAttachmentSaved:function(t){this.collections.attachments.add(t)}}));var ne=n(15464),le=n(13469);function ie(t){var e=t.get("options").current_value;f().channel("facade").trigger("status:justified:changed",e)}const ae=new(ne.Z.extend({channelName:"facade",radioRequests:{"set:globalJustified":"setGlobalJustified"},setGlobalJustified:function(t){this.resume_view&&(this.resume_view.model.get("options").current_value=t,this.resume_view.updateSelectOptions(),this.resume_view.render())},getResumeView:function(t){var e=null;if(!le.isUndefined(t.justify)){var n=new S.Z(t.justify);(e=new P.Z({model:n})).on("status:changed",ie),this.resume_view=e}return e}}));var oe=n(19755);const se=new(d().Object.extend({channelName:"facade",radioRequests:{uploadAttachment:"uploadAttachment"},uploadAttachment:function(t){var e=new FormData;return e.append("__formid__","deform"),e.append("__start__","upload:mapping"),e.append("upload",t),e.append("__end__","upload:mapping"),e.append("description",t.name),e.append("submit","submit"),(0,p.VO)(),(0,p.xc)(AppOption.file_upload_url,e,"POST",{contentType:!1}).done((function(t){f().channel("facade").trigger("attachment:saved",t)})).always(p.Gx)},setup:function(){console.log("AttachmentUploadServiceClass.setup")},start:function(){console.log("AttachmentUploadServiceClass.start");var t=oe.Deferred();return t.resolve(Rt.Z.form_config,null,null),t}}));var re=n(93552),ce=n(63969);i()((function(){(0,s.oo)(AppOption,Ht,ee,{actionsApp:ae,statusHistoryApp:re.Z,customServices:[Bt.Z,se,ce.Z]})}))},48112:(t,e,n)=>{var l=n(40202);t.exports=(l.default||l).template({compiler:[8,">= 4.3.0"],main:function(t,e,n,l,i){return'\t\t\t\t\t\t\t<div class=\'modal_content with_table\'>\n\t\t\t\t\t\t\t\t<div class=\'table_container\'>\n\t\t\t\t\t\t\t\t\t<table class="hover_table top_align_table">\n\t\t\t\t\t\t\t\t\t\t<thead>\n\t\t\t\t\t\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t\t\t\t\t\t<th scope="col" class="col_text" title="Type de dépense et description">Type<span class="screen-reader-text"> de dépense</span> et description</th>\n\t\t\t\t\t\t\t\t\t\t\t\t<th scope="col" class="col_number" title="Montant Hors Taxes"><span class="screen-reader-text">Montant </span>H<span class="screen-reader-text">ors </span>T<span class="screen-reader-text">axes</span></th>\n\t\t\t\t\t\t\t\t\t\t\t\t<th scope="col" class="col_number" title="Montant de la TVA"><span class="screen-reader-text">Montant de la </span>TVA</th>\n\t\t\t\t\t\t\t\t\t\t\t\t<th scope="col" class="col_actions width_two" title="Actions"><span class="screen-reader-text">Actions</span></th>\n\t\t\t\t\t\t\t\t\t\t\t</tr>\n\t\t\t\t\t\t\t\t\t\t</thead>\n\t\t\t\t\t\t\t\t\t\t<tbody id="bookmark-list-container">\n\t\t\t\t\t\t\t\t\t\t</tbody>\n\t\t\t\t\t\t\t\t\t</table>\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t</div>\n'},useData:!0})},89891:(t,e,n)=>{var l=n(40202);t.exports=(l.default||l).template({1:function(t,e,n,l,i){var a,o=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return"\t\t\t\t\t\t\t\t\t\t\t\t\t<br />\n\t\t\t\t\t\t\t\t\t\t\t\t\t"+t.escapeExpression("function"==typeof(a=null!=(a=o(n,"description")||(null!=e?o(e,"description"):e))?a:t.hooks.helperMissing)?a.call(null!=e?e:t.nullContext||{},{name:"description",hash:{},data:i,loc:{start:{line:5,column:13},end:{line:5,column:30}}}):a)+"\n"},compiler:[8,">= 4.3.0"],main:function(t,e,n,l,i){var a,o,s=null!=e?e:t.nullContext||{},r=t.hooks.helperMissing,c="function",u=t.escapeExpression,d=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return' <td class="col_text clickable-cell" '+(null!=(a=typeof(o=null!=(o=d(n,"insertAttrs")||(null!=e?d(e,"insertAttrs"):e))?o:r)===c?o.call(s,{name:"insertAttrs",hash:{},data:i,loc:{start:{line:1,column:80},end:{line:1,column:99}}}):o)?a:"")+">\n <strong>"+u(typeof(o=null!=(o=d(n,"typelabel")||(null!=e?d(e,"typelabel"):e))?o:r)===c?o.call(s,{name:"typelabel",hash:{},data:i,loc:{start:{line:2,column:56},end:{line:2,column:71}}}):o)+"</strong>\n"+(null!=(a=d(n,"if").call(s,null!=e?d(e,"description"):e,{name:"if",hash:{},fn:t.program(1,i,0),inverse:t.noop,data:i,loc:{start:{line:3,column:48},end:{line:6,column:19}}}))?a:"")+'\t\t\t\t\t\t\t\t\t\t\t</td>\n\t\t\t\t\t\t\t\t\t\t\t<td class="col_number clickable-cell" '+(null!=(a=typeof(o=null!=(o=d(n,"insertAttrs")||(null!=e?d(e,"insertAttrs"):e))?o:r)===c?o.call(s,{name:"insertAttrs",hash:{},data:i,loc:{start:{line:8,column:49},end:{line:8,column:68}}}):o)?a:"")+">\n "+(null!=(a=typeof(o=null!=(o=d(n,"ht")||(null!=e?d(e,"ht"):e))?o:r)===c?o.call(s,{name:"ht",hash:{},data:i,loc:{start:{line:9,column:48},end:{line:9,column:58}}}):o)?a:"")+'\n </td>\n\t\t\t\t\t\t\t\t\t\t\t<td class="col_number clickable-cell" '+u(typeof(o=null!=(o=d(n,"insertAttrs")||(null!=e?d(e,"insertAttrs"):e))?o:r)===c?o.call(s,{name:"insertAttrs",hash:{},data:i,loc:{start:{line:11,column:49},end:{line:11,column:66}}}):o)+">\n "+(null!=(a=typeof(o=null!=(o=d(n,"tva")||(null!=e?d(e,"tva"):e))?o:r)===c?o.call(s,{name:"tva",hash:{},data:i,loc:{start:{line:12,column:48},end:{line:12,column:59}}}):o)?a:"")+"\n </td>\n\t\t\t\t\t\t\t\t\t\t\t<td class=\"col_actions width_two\">\n\t\t\t\t\t\t\t\t\t\t\t\t<ul>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<button class='btn icon only main btn-success insert' "+(null!=(a=typeof(o=null!=(o=d(n,"insertAttrs")||(null!=e?d(e,"insertAttrs"):e))?o:r)===c?o.call(s,{name:"insertAttrs",hash:{},data:i,loc:{start:{line:17,column:68},end:{line:17,column:88}}}):o)?a:"")+"><svg><use href=\"/static/icons/endi.svg#check\"></use></svg></button>\n\t\t\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<button class='btn icon only negative btn-danger delete' title='Supprimer ce favori' aria-label='Supprimer ce favori'><svg><use href=\"/static/icons/endi.svg#trash-alt\"></use></svg></button>\n\t\t\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t</ul>\n\t\t\t\t\t\t\t\t\t\t\t</td>\n"},useData:!0})},50844:(t,e,n)=>{var l=n(40202);t.exports=(l.default||l).template({1:function(t,e,n,l,i){var a,o,s=null!=e?e:t.nullContext||{},r=t.hooks.helperMissing,c="function",u=t.escapeExpression,d=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return"\t\t\t\t\t\t\t<h3>Note de dépenses kilométriques</h3>\n\t\t\t\t\t\t\tDe "+u(typeof(o=null!=(o=d(n,"start")||(null!=e?d(e,"start"):e))?o:r)===c?o.call(s,{name:"start",hash:{},data:i,loc:{start:{line:15,column:10},end:{line:15,column:19}}}):o)+" à "+u(typeof(o=null!=(o=d(n,"end")||(null!=e?d(e,"end"):e))?o:r)===c?o.call(s,{name:"end",hash:{},data:i,loc:{start:{line:15,column:22},end:{line:15,column:29}}}):o)+" ("+u(typeof(o=null!=(o=d(n,"description")||(null!=e?d(e,"description"):e))?o:r)===c?o.call(s,{name:"description",hash:{},data:i,loc:{start:{line:15,column:31},end:{line:15,column:46}}}):o)+")<br />\n\t\t\t\t\t\t\tNombre de kilomètres : "+u(typeof(o=null!=(o=d(n,"km")||(null!=e?d(e,"km"):e))?o:r)===c?o.call(s,{name:"km",hash:{},data:i,loc:{start:{line:16,column:30},end:{line:16,column:36}}}):o)+" <br />\n\t\t\t\t\t\t\tMontant remboursé : "+(null!=(a=typeof(o=null!=(o=d(n,"ttc")||(null!=e?d(e,"ttc"):e))?o:r)===c?o.call(s,{name:"ttc",hash:{},data:i,loc:{start:{line:17,column:27},end:{line:17,column:36}}}):o)?a:"")+"\n"},3:function(t,e,n,l,i){var a,o,s=null!=e?e:t.nullContext||{},r=t.hooks.helperMissing,c="function",u=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return"\t\t\t\t\t\t\t<h3>Note de dépenses à dupliquer</h3>\n\t\t\t\t\t\t\t"+t.escapeExpression(typeof(o=null!=(o=u(n,"description")||(null!=e?u(e,"description"):e))?o:r)===c?o.call(s,{name:"description",hash:{},data:i,loc:{start:{line:20,column:7},end:{line:20,column:22}}}):o)+"<br />\n\t\t\t\t\t\t\t<div class='expense_totals'>\n\t\t\t\t\t\t\t\t<div>\n\t\t\t\t\t\t\t\t\t<div class=\"layout flex two_cols\">\n\t\t\t\t\t\t\t\t\t\t<div>\n\t\t\t\t\t\t\t\t\t\t\t<p>HT : </p>\n\t\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\t\t<div>\n\t\t\t\t\t\t\t\t\t\t\t<p><strong>"+(null!=(a=typeof(o=null!=(o=u(n,"ht")||(null!=e?u(e,"ht"):e))?o:r)===c?o.call(s,{name:"ht",hash:{},data:i,loc:{start:{line:28,column:22},end:{line:28,column:32}}}):o)?a:"")+'</strong></p>\n\t\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t<div>\n\t\t\t\t\t\t\t\t\t<div class="layout flex two_cols">\n\t\t\t\t\t\t\t\t\t\t<div>\n\t\t\t\t\t\t\t\t\t\t\t<p>TVA : </p>\n\t\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\t\t<div>\n\t\t\t\t\t\t\t\t\t\t\t<p><strong>'+(null!=(a=typeof(o=null!=(o=u(n,"tva")||(null!=e?u(e,"tva"):e))?o:r)===c?o.call(s,{name:"tva",hash:{},data:i,loc:{start:{line:38,column:22},end:{line:38,column:33}}}):o)?a:"")+"</strong></p>\n\t\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t</div>\n"},compiler:[8,">= 4.3.0"],main:function(t,e,n,l,i){var a,o=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return' <div role="dialog" id="expense-forms" aria-modal="true" aria-labelledby="expense-forms_title">\n <form>\n\t\t\t<div class="modal_layout">\n\t\t\t\t<header>\n\t\t\t\t\t<button tabindex=\'-1\' type="button" class="icon only unstyled close" title="Fermer cette fenêtre" aria-label="Fermer cette fenêtre">\n\t\t\t\t\t\t<svg><use href="/static/icons/endi.svg#times"></use></svg>\n\t\t\t\t\t</button>\n\t\t\t\t\t<h2 id="expense-forms_title">Dupliquer une note de dépenses</h2>\n\t\t\t\t</header>\n\t\t\t\t<div class="modal_content_layout">\n\t\t\t\t\t<div class="modal_content">\n\t\t\t\t\t\t<div class=\'separate_bottom\'>\n'+(null!=(a=o(n,"if").call(null!=e?e:t.nullContext||{},null!=e?o(e,"is_km_fee"):e,{name:"if",hash:{},fn:t.program(1,i,0),inverse:t.program(3,i,0),data:i,loc:{start:{line:13,column:7},end:{line:43,column:14}}}))?a:"")+"\t\t\t\t\t\t</div>\n\t\t\t\t\t\t<div class='select layout'></div>\n\t\t\t\t\t</div>\n\t\t\t\t\t<footer>\n\t\t\t\t\t\t<button\n\t\t\t\t\t\t\tclass='btn btn-primary'\n\t\t\t\t\t\t\ttype='submit'\n\t\t\t\t\t\t\tvalue='submit'>\n\t\t\t\t\t\t\tDupliquer\n\t\t\t\t\t\t</button>\n\t\t\t\t\t\t<button\n\t\t\t\t\t\t\tclass='btn'\n\t\t\t\t\t\t\ttype='reset'\n\t\t\t\t\t\t\tvalue='submit'>\n\t\t\t\t\t\t\tFermer\n\t\t\t\t\t\t</button>\n\t\t\t\t\t</footer>\n\t\t\t\t</div>\n\t\t\t</div>\n\t\t</form>\n\t</div>\x3c!-- /#expense-forms --\x3e\n\n"},useData:!0})},28562:(t,e,n)=>{var l=n(40202);t.exports=(l.default||l).template({compiler:[8,">= 4.3.0"],main:function(t,e,n,l,i){var a,o=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return"<td colspan='"+t.escapeExpression("function"==typeof(a=null!=(a=o(n,"colspan")||(null!=e?o(e,"colspan"):e))?a:t.hooks.helperMissing)?a.call(null!=e?e:t.nullContext||{},{name:"colspan",hash:{},data:i,loc:{start:{line:1,column:13},end:{line:1,column:26}}}):a)+"' class='col_text'><em>Aucune dépense n’a été ajoutée.</em></td>\n"},useData:!0})},63300:(t,e,n)=>{var l=n(40202);t.exports=(l.default||l).template({compiler:[8,">= 4.3.0"],main:function(t,e,n,l,i){var a,o,s=null!=e?e:t.nullContext||{},r=t.hooks.helperMissing,c="function",u=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return'<tr>\n\t<td class="col_text empty" colspan="10">\n\t\t<h3>'+(null!=(a=typeof(o=null!=(o=u(n,"items_count")||(null!=e?u(e,"items_count"):e))?o:r)===c?o.call(s,{name:"items_count",hash:{},data:i,loc:{start:{line:3,column:6},end:{line:3,column:23}}}):o)?a:"")+" justificatif"+(null!=(a=typeof(o=null!=(o=u(n,"pluralize")||(null!=e?u(e,"pluralize"):e))?o:r)===c?o.call(s,{name:"pluralize",hash:{},data:i,loc:{start:{line:3,column:36},end:{line:3,column:51}}}):o)?a:"")+" non lié"+(null!=(a=typeof(o=null!=(o=u(n,"pluralize")||(null!=e?u(e,"pluralize"):e))?o:r)===c?o.call(s,{name:"pluralize",hash:{},data:i,loc:{start:{line:3,column:59},end:{line:3,column:74}}}):o)?a:"")+" à une dépense</h3>\n\t</td>\n</tr>\n"},useData:!0})},76753:(t,e,n)=>{var l=n(40202);t.exports=(l.default||l).template({1:function(t,e,n,l,i){return' <td class="col_text" colspan="2"></td>\n'},3:function(t,e,n,l,i){return' <td class="col_text" colspan="3"></td>\n'},5:function(t,e,n,l,i){var a,o,s,r=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]},c=' colspan="';return o=null!=(o=r(n,"is_achat")||(null!=e?r(e,"is_achat"):e))?o:t.hooks.helperMissing,s={name:"is_achat",hash:{},fn:t.program(6,i,0),inverse:t.program(8,i,0),data:i,loc:{start:{line:8,column:15},end:{line:8,column:51}}},a="function"==typeof o?o.call(null!=e?e:t.nullContext||{},s):o,r(n,"is_achat")||(a=t.hooks.blockHelperMissing.call(e,a,s)),null!=a&&(c+=a),c+'"\n'},6:function(t,e,n,l,i){return"6"},8:function(t,e,n,l,i){return"5"},10:function(t,e,n,l,i){var a,o,s,r=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]},c=' colspan="';return o=null!=(o=r(n,"is_achat")||(null!=e?r(e,"is_achat"):e))?o:t.hooks.helperMissing,s={name:"is_achat",hash:{},fn:t.program(8,i,0),inverse:t.program(11,i,0),data:i,loc:{start:{line:10,column:15},end:{line:10,column:51}}},a="function"==typeof o?o.call(null!=e?e:t.nullContext||{},s):o,r(n,"is_achat")||(a=t.hooks.blockHelperMissing.call(e,a,s)),null!=a&&(c+=a),c+'"\n'},11:function(t,e,n,l,i){return"4"},13:function(t,e,n,l,i){var a,o,s=null!=e?e:t.nullContext||{},r=t.hooks.helperMissing,c="function",u=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return' <a href="#"\n title="Visualiser le justificatif '+(null!=(a=typeof(o=null!=(o=u(n,"label")||(null!=e?u(e,"label"):e))?o:r)===c?o.call(s,{name:"label",hash:{},data:i,loc:{start:{line:15,column:45},end:{line:15,column:56}}}):o)?a:"")+'"\n aria-label="Visualiser le justificatif '+(null!=(a=typeof(o=null!=(o=u(n,"label")||(null!=e?u(e,"label"):e))?o:r)===c?o.call(s,{name:"label",hash:{},data:i,loc:{start:{line:16,column:50},end:{line:16,column:61}}}):o)?a:"")+'"\n >\n '+(null!=(a=typeof(o=null!=(o=u(n,"label")||(null!=e?u(e,"label"):e))?o:r)===c?o.call(s,{name:"label",hash:{},data:i,loc:{start:{line:18,column:11},end:{line:18,column:22}}}):o)?a:"")+"\n </a>\n"},15:function(t,e,n,l,i){var a,o,s=null!=e?e:t.nullContext||{},r=t.hooks.helperMissing,c="function",u=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return' <a href="'+(null!=(a=typeof(o=null!=(o=u(n,"openLink")||(null!=e?u(e,"openLink"):e))?o:r)===c?o.call(s,{name:"openLink",hash:{},data:i,loc:{start:{line:21,column:17},end:{line:21,column:31}}}):o)?a:"")+'"\n title="Télécharger le justificatif '+(null!=(a=typeof(o=null!=(o=u(n,"label")||(null!=e?u(e,"label"):e))?o:r)===c?o.call(s,{name:"label",hash:{},data:i,loc:{start:{line:22,column:46},end:{line:22,column:57}}}):o)?a:"")+'"\n aria-label="Télécharger le justificatif '+(null!=(a=typeof(o=null!=(o=u(n,"label")||(null!=e?u(e,"label"):e))?o:r)===c?o.call(s,{name:"label",hash:{},data:i,loc:{start:{line:23,column:51},end:{line:23,column:62}}}):o)?a:"")+'"\n >\n '+(null!=(a=typeof(o=null!=(o=u(n,"label")||(null!=e?u(e,"label"):e))?o:r)===c?o.call(s,{name:"label",hash:{},data:i,loc:{start:{line:25,column:12},end:{line:25,column:23}}}):o)?a:"")+"\n </a>\n"},17:function(t,e,n,l,i){return' <td class="col_actions width_four">\n <span class="new-expense-btn"></span>\n <span class="link-btn"></span>\n <span class="delete-btn"></span>\n </td>\n'},compiler:[8,">= 4.3.0"],main:function(t,e,n,l,i){var a,o=null!=e?e:t.nullContext||{},s=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return(null!=(a=s(n,"if").call(o,null!=e?s(e,"can_validate_attachments"):e,{name:"if",hash:{},fn:t.program(1,i,0),inverse:t.program(3,i,0),data:i,loc:{start:{line:1,column:0},end:{line:5,column:7}}}))?a:"")+'<td class="col_text"\n'+(null!=(a=s(n,"if").call(o,null!=e?s(e,"can_validate_attachments"):e,{name:"if",hash:{},fn:t.program(5,i,0),inverse:t.program(10,i,0),data:i,loc:{start:{line:7,column:4},end:{line:11,column:11}}}))?a:"")+">\n"+(null!=(a=s(n,"if").call(o,null!=e?s(e,"isPreviewable"):e,{name:"if",hash:{},fn:t.program(13,i,0),inverse:t.program(15,i,0),data:i,loc:{start:{line:13,column:4},end:{line:27,column:11}}}))?a:"")+"\n\n</td>\n"+(null!=(a=s(n,"if").call(o,null!=e?s(e,"edit"):e,{name:"if",hash:{},fn:t.program(17,i,0),inverse:t.noop,data:i,loc:{start:{line:31,column:0},end:{line:37,column:7}}}))?a:"")},useData:!0})},53592:(t,e,n)=>{var l=n(40202);t.exports=(l.default||l).template({1:function(t,e,n,l,i){var a,o=null!=e?e:t.nullContext||{},s=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return'\t\t\t<nav>\n\t\t\t\t<ul class="nav nav-tabs modal-tabs" role="tablist">\n\t\t\t\t\t<li role="presentation" class="active main">\n\t\t\t\t\t\t<a href="#mainform-container"\n\t\t\t\t\t\t\taria-controls="mainform-container"\n\t\t\t\t\t\t\trole="tab"\n\t\t\t\t\t\t\tdata-toggle="tab"\n\t\t\t\t\t\t\ttabindex=\'-1\'\n\t\t\t\t\t\t\tid="mainform-tabtitle"\n\t\t\t\t\t\t\t>\n\t\t\t\t\t\t\t<span class="icon"><svg><use href="/static/icons/endi.svg#shopping-cart"></use></svg></span>\n\t\t\t\t\t\t\t<span>Dépense</span>\n\t\t\t\t\t\t</a>\n\t\t\t\t\t</li>\n'+(null!=(a=s(n,"if").call(o,null!=e?s(e,"allow_tel_tab"):e,{name:"if",hash:{},fn:t.program(2,i,0),inverse:t.noop,data:i,loc:{start:{line:24,column:20},end:{line:37,column:27}}}))?a:"")+(null!=(a=s(n,"if").call(o,null!=e?s(e,"show_bookmarks"):e,{name:"if",hash:{},fn:t.program(4,i,0),inverse:t.noop,data:i,loc:{start:{line:38,column:5},end:{line:51,column:12}}}))?a:"")+"\t\t\t\t</ul>\n\t\t\t</nav>\n"},2:function(t,e,n,l,i){return'\t\t\t\t\t<li role="presentation" class=\'tel\'>\n\t\t\t\t\t\t<a href="#telform-container"\n\t\t\t\t\t\t\taria-controls="telform-container"\n\t\t\t\t\t\t\trole="tab"\n\t\t\t\t\t\t\tdata-toggle="tab"\n\t\t\t\t\t\t\ttabindex=\'-1\'\n\t\t\t\t\t\t\tid="telform-tabtitle"\n\t\t\t\t\t\t\t>\n\t\t\t\t\t\t\t<span class="icon"><svg><use href="/static/icons/endi.svg#phone"></use></svg></span>\n\t\t\t\t\t\t\t<span>Frais télécom</span>\n\t\t\t\t\t\t</a>\n\t\t\t\t\t</li>\n'},4:function(t,e,n,l,i){return'\t\t\t\t\t\t<li role="presentation">\n\t\t\t\t\t\t\t<a href="#bookmark-container"\n\t\t\t\t\t\t\t\taria-controls="bookmark-container"\n\t\t\t\t\t\t\t\trole="tab"\n\t\t\t\t\t\t\t\ttabindex=\'-1\'\n\t\t\t\t\t\t\t\tdata-toggle="tab"\n\t\t\t\t\t\t\t\tid="bookmark-tabtitle"\n\t\t\t\t\t\t\t\t>\n\t\t\t\t\t\t\t\t<span class="icon"><svg><use href="/static/icons/endi.svg#star-empty"></use></svg></span>\n\t\t\t\t\t\t\t\tFavoris\n\t\t\t\t\t\t\t</a>\n\t\t\t\t\t\t</li>\n'},6:function(t,e,n,l,i){return'\t\t\t\t<div\n\t\t\t\t\trole="tabpanel"\n\t\t\t\t\tclass="tab-pane fade in active layout"\n\t\t\t\t\tid="mainform-container"\n\t\t\t\t\taria-labelledby="mainform-tabtitle">\n\t\t\t\t</div>\n'},8:function(t,e,n,l,i){var a,o=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return'\t\t\t\t<div\n\t\t\t\t\trole="tabpanel"\n\t\t\t\t\tclass="tab-pane fade in '+(null!=(a=o(n,"if").call(null!=e?e:t.nullContext||{},null!=e?o(e,"show_tel_tab"):e,{name:"if",hash:{},fn:t.program(9,i,0),inverse:t.noop,data:i,loc:{start:{line:67,column:29},end:{line:67,column:62}}}))?a:"")+' layout"\n\t\t\t\t\tid="telform-container"\n\t\t\t\t\taria-labelledby="telform-tabtitle">\n\t\t\t\t</div>\n'},9:function(t,e,n,l,i){return"active"},11:function(t,e,n,l,i){return'\t\t\t\t<div\n\t\t\t\t\trole="tabpanel"\n\t\t\t\t\tclass="tab-pane fade in layout"\n\t\t\t\t\tid="bookmark-container"\n\t\t\t\t\taria-labelledby="bookmark-tabtitle">\n\t\t\t\t</div>\n'},compiler:[8,">= 4.3.0"],main:function(t,e,n,l,i){var a,o,s=null!=e?e:t.nullContext||{},r=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return' <div role="dialog" id="expense-forms" aria-modal="true" aria-labelledby="expense-forms_title">\n\t\t<div class="modal_layout">\n\t\t\t<header>\n\t\t\t\t<button tabindex=\'-1\' type="button" class="icon only unstyled close" title="Fermer cette fenêtre" aria-label="Fermer cette fenêtre">\n\t\t\t\t\t<svg><use href="/static/icons/endi.svg#times"></use></svg>\n\t\t\t\t</button>\n\t\t\t\t<h2 id="expense-forms_title">'+t.escapeExpression("function"==typeof(o=null!=(o=r(n,"title")||(null!=e?r(e,"title"):e))?o:t.hooks.helperMissing)?o.call(s,{name:"title",hash:{},data:i,loc:{start:{line:7,column:33},end:{line:7,column:44}}}):o)+"</h2>\n\t\t\t</header>\n"+(null!=(a=r(n,"if").call(s,null!=e?r(e,"add"):e,{name:"if",hash:{},fn:t.program(1,i,0),inverse:t.noop,data:i,loc:{start:{line:9,column:3},end:{line:54,column:10}}}))?a:"")+"\t\t\t<div class='tab-content'>\n"+(null!=(a=r(n,"if").call(s,null!=e?r(e,"show_main"):e,{name:"if",hash:{},fn:t.program(6,i,0),inverse:t.noop,data:i,loc:{start:{line:56,column:4},end:{line:63,column:11}}}))?a:"")+(null!=(a=r(n,"if").call(s,null!=e?r(e,"show_tel"):e,{name:"if",hash:{},fn:t.program(8,i,0),inverse:t.noop,data:i,loc:{start:{line:64,column:4},end:{line:71,column:11}}}))?a:"")+(null!=(a=r(n,"if").call(s,null!=e?r(e,"show_bookmarks"):e,{name:"if",hash:{},fn:t.program(11,i,0),inverse:t.noop,data:i,loc:{start:{line:72,column:4},end:{line:79,column:10}}}))?a:"")+'\t\t\t</div>\n\x3c!-- \n\t\t\t<div class="modal-footer">\n\t\t\t</div>\n --\x3e\n \t\t</div>\n\t</div>\x3c!-- /#expense-forms --\x3e\n'},useData:!0})},14219:(t,e,n)=>{var l=n(40202);t.exports=(l.default||l).template({compiler:[8,">= 4.3.0"],main:function(t,e,n,l,i){return'<div class="preview" style="display: none"></div>\n<div class="form-component"></div>\n<div class="loader" style="display: none"></div>\n'},useData:!0})},76746:(t,e,n)=>{var l=n(40202);t.exports=(l.default||l).template({1:function(t,e,n,l,i){return" <div class='row form-row'>\n <div class='category required col-md-12'></div>\n </div>\n"},3:function(t,e,n,l,i){return"display: none"},compiler:[8,">= 4.3.0"],main:function(t,e,n,l,i){var a,o,s=null!=e?e:t.nullContext||{},r=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return"<form class='modal_content_layout layout'>\n <div class=\"modal_content\">\n"+(null!=(a=r(n,"unless").call(s,null!=e?r(e,"add"):e,{name:"unless",hash:{},fn:t.program(1,i,0),inverse:t.noop,data:i,loc:{start:{line:3,column:8},end:{line:7,column:19}}}))?a:"")+" <div class='row form-row'>\n <div class='date required col-md-6'></div>\n <div class='type_id required col-md-6'></div>\n </div>\n <div class='row form-row'>\n <div class='description required col-md-12'></div>\n </div>\n <div class=\"row form-row\">\n <div class=\"fill_mode col-md-12\"></div>\n </div>\n <div class='row form-row'>\n <div class='ht col-md-3' style=\""+(null!=(a=r(n,"if").call(s,null!=e?r(e,"hidden_ht"):e,{name:"if",hash:{},fn:t.program(3,i,0),inverse:t.noop,data:i,loc:{start:{line:19,column:44},end:{line:19,column:81}}}))?a:"")+"\"></div>\n <div class='manual_ttc col-md-3' style=\""+(null!=(a=r(n,"if").call(s,null!=e?r(e,"hidden_manual_ttc"):e,{name:"if",hash:{},fn:t.program(3,i,0),inverse:t.noop,data:i,loc:{start:{line:20,column:52},end:{line:20,column:97}}}))?a:"")+"\"></div>\n <div class='tva col-md-3' style=\""+(null!=(a=r(n,"if").call(s,null!=e?r(e,"hidden_tva"):e,{name:"if",hash:{},fn:t.program(3,i,0),inverse:t.noop,data:i,loc:{start:{line:21,column:45},end:{line:21,column:83}}}))?a:"")+"\"></div>\n <div class='tva_rate col-md-3'></div>\n <div class='ttc_readonly col-md-3'></div>\n </div>\n <div class=\"row form-row\">\n <div class=\"supplier_id col-md-6\"></div>\n <div class=\"invoice_number col-md-6\"></div>\n </div>\n <div class='row form-row'>\n <div class='files col-md-12'></div>\n </div>\n <div class='row form-row'>\n <div class='business_link col-md-12'></div>\n </div>\n </div>\n <footer>\n <button\n class='btn btn-primary'\n type='submit'\n value='submit'>\n "+t.escapeExpression("function"==typeof(o=null!=(o=r(n,"button_title")||(null!=e?r(e,"button_title"):e))?o:t.hooks.helperMissing)?o.call(s,{name:"button_title",hash:{},data:i,loc:{start:{line:41,column:12},end:{line:41,column:30}}}):o)+"\n </button>\n <button\n class='btn'\n type='reset'\n value='submit'>\n Fermer\n </button>\n </footer>\n</form>\n"},useData:!0})},7116:(t,e,n)=>{var l=n(40202);t.exports=(l.default||l).template({compiler:[8,">= 4.3.0"],main:function(t,e,n,l,i){var a,o=null!=e?e:t.nullContext||{},s=t.hooks.helperMissing,r="function",c=t.escapeExpression,u=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return'<div role="dialog" id="expense-forms" aria-modal="true" aria-labelledby="expense-forms_title">\n <form class=\'form layout\'>\n <div class="modal_layout">\n <header>\n <button tabindex=\'-1\' type="button" class="icon only unstyled close" title="Fermer cette fenêtre" aria-label="Fermer cette fenêtre">\n <svg><use href="/static/icons/endi.svg#times"></use></svg>\n </button>\n <h2 id="expense-forms_title" class="modal-title">'+c(typeof(a=null!=(a=u(n,"title")||(null!=e?u(e,"title"):e))?a:s)===r?a.call(o,{name:"title",hash:{},data:i,loc:{start:{line:8,column:65},end:{line:8,column:76}}}):a)+"</h2>\n </header>\n\t\t\t<div class=\"modal_content_layout layout\">\n <div class=\"modal_content add_km_expense\">\n <div class='row form-row'>\n <div class='category required col-md-12'></div>\n </div>\n <div class='row form-row'>\n <div class='date required col-md-6'></div>\n <div class='type_id required col-md-6'></div>\n </div>\n <div class='row form-row'>\n <div class='description required col-md-12'></div>\n </div>\n <div class='row form-row'>\n <div class='start required col-md-6'></div>\n <div class='end required col-md-6'></div>\n </div>\n <div class='row form-row'>\n <div class='km col-md-6'></div>\n <div class='km col-md-6 create_return'></div>\n </div>\n <div class=\"row form-row\">\n <div class='business_link col-md-12'></div>\n </div>\n </div>\n <footer>\n <button\n class='btn btn-primary'\n type='submit'\n value='submit'>\n "+c(typeof(a=null!=(a=u(n,"button_title")||(null!=e?u(e,"button_title"):e))?a:s)===r?a.call(o,{name:"button_title",hash:{},data:i,loc:{start:{line:39,column:24},end:{line:39,column:42}}}):a)+"\n </button>\n <button\n class='btn'\n type='reset'\n value='submit'>\n Fermer\n </button>\n </footer>\n </div>\n </div>\x3c!-- /.modal_layout --\x3e\n </form>\n</div>\x3c!-- /#expense-forms --\x3e\n"},useData:!0})},82169:(t,e,n)=>{var l=n(40202);t.exports=(l.default||l).template({1:function(t,e,n,l,i){return'<div class="layout flex two_cols content_vertical_padding separate_top">\n'},3:function(t,e,n,l,i){return'<div class="layout flex content_vertical_padding separate_top">\n'},5:function(t,e,n,l,i){return'\t<table class="opa hover_table top_align_table">\n'},7:function(t,e,n,l,i){return'\t<table class="opa top_align_table">\n'},9:function(t,e,n,l,i){var a,o,s,r=null!=e?e:t.nullContext||{},c=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]},u='\t\t\t<tr>\n\t\t\t <th scope="col" class="col_date">Date</th>\n\t\t\t <th scope="col" class="col_text" title="Type de dépense et motif de déplacement">Type<span class="screen-reader-text"> de dépense</span> et motif de déplacement</th>\n'+(null!=(a=c(n,"if").call(r,null!=e?c(e,"is_achat"):e,{name:"if",hash:{},fn:t.program(10,i,0),inverse:t.noop,data:i,loc:{start:{line:24,column:7},end:{line:26,column:14}}}))?a:"")+'\t\t\t <th scope="col" class="col_text">Départ</th>\n\t\t\t <th scope="col" class="col_text">Arrivée</th>\n\t\t\t <th scope="col" class="col_number">Kms</th>\n\t\t\t <th scope="col" class="col_number">Indemnités</th>\n';return o=null!=(o=c(n,"edit")||(null!=e?c(e,"edit"):e))?o:t.hooks.helperMissing,s={name:"edit",hash:{},fn:t.program(12,i,0),inverse:t.noop,data:i,loc:{start:{line:31,column:7},end:{line:37,column:16}}},a="function"==typeof o?o.call(r,s):o,c(n,"edit")||(a=t.hooks.blockHelperMissing.call(e,a,s)),null!=a&&(u+=a),u+"\t\t\t</tr>\n"},10:function(t,e,n,l,i){return'\t\t\t\t<th scope="col" class="col_text">Rattaché à…</th>\n'},12:function(t,e,n,l,i){return'\t\t\t\t<th scope="col" class="col_actions width_three"\n\t\t\t\t title="Actions"\n\t\t\t\t>\n\t\t\t\t <span class="screen-reader-text">Actions</span>\n\t\t\t\t</th>\n'},14:function(t,e,n,l,i){var a,o=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return"\t\t\t <td colspan='"+(null!=(a=o(n,"if").call(null!=e?e:t.nullContext||{},null!=e?o(e,"is_achat"):e,{name:"if",hash:{},fn:t.program(15,i,0),inverse:t.program(17,i,0),data:i,loc:{start:{line:42,column:20},end:{line:42,column:53}}}))?a:"")+"'></td>\n"},15:function(t,e,n,l,i){return"7"},17:function(t,e,n,l,i){return"6"},19:function(t,e,n,l,i){var a,o,s=null!=e?e:t.nullContext||{},r=t.hooks.helperMissing,c="function",u=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return(null!=(a=u(n,"if").call(s,null!=e?u(e,"is_achat"):e,{name:"if",hash:{},fn:t.program(20,i,0),inverse:t.program(22,i,0),data:i,loc:{start:{line:44,column:7},end:{line:48,column:14}}}))?a:"")+"\t\t\t <td class='total_km col_number'>"+(null!=(a=typeof(o=null!=(o=u(n,"total_km")||(null!=e?u(e,"total_km"):e))?o:r)===c?o.call(s,{name:"total_km",hash:{},data:i,loc:{start:{line:49,column:39},end:{line:49,column:55}}}):o)?a:"")+"</td>\n\t\t\t <td class='total_ttc col_number'>"+(null!=(a=typeof(o=null!=(o=u(n,"total_ttc")||(null!=e?u(e,"total_ttc"):e))?o:r)===c?o.call(s,{name:"total_ttc",hash:{},data:i,loc:{start:{line:50,column:40},end:{line:50,column:57}}}):o)?a:"")+"</td>\n"},20:function(t,e,n,l,i){return"\t\t\t\t<th scope='row' colspan='5' class='col_text'>Total</th>\n"},22:function(t,e,n,l,i){return"\t\t\t\t<th scope='row' colspan='4' class='col_text'>Total</th>\n"},24:function(t,e,n,l,i){return"\t\t\t <td class='col_actions width_three'>\n\t\t\t\t<button class='btn btn-primary icon add'\n\t\t\t\t\ttitle='Ajouter une dépense kilométrique'\n\t\t\t\t\taria-label='Ajouter une dépense kilométrique'\n\t\t\t\t>\n\t\t\t\t <svg><use href=\"/static/icons/endi.svg#plus\"></use></svg>\n\t\t\t\t Ajouter\n\t\t\t\t</button>\n\t\t\t </td>\n"},compiler:[8,">= 4.3.0"],main:function(t,e,n,l,i){var a,o,s,r=null!=e?e:t.nullContext||{},c=t.hooks.helperMissing,u="function",d=t.hooks.blockHelperMissing,h=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]},p="";return o=null!=(o=h(n,"edit")||(null!=e?h(e,"edit"):e))?o:c,s={name:"edit",hash:{},fn:t.program(1,i,0),inverse:t.program(3,i,0),data:i,loc:{start:{line:1,column:0},end:{line:5,column:9}}},a=typeof o===u?o.call(r,s):o,h(n,"edit")||(a=d.call(e,a,s)),null!=a&&(p+=a),p+='\t<div class="vertical_align_center">\n\t\t<h2>\n\t\t\t<span class="icon status neutral"><svg><use href="/static/icons/endi.svg#car-side"></use></svg></span>\n Dépenses kilométriques\n </h2>\n\t</div>\n</div>\n<div class="table_container">\n',o=null!=(o=h(n,"edit")||(null!=e?h(e,"edit"):e))?o:c,s={name:"edit",hash:{},fn:t.program(5,i,0),inverse:t.program(7,i,0),data:i,loc:{start:{line:14,column:0},end:{line:18,column:9}}},a=typeof o===u?o.call(r,s):o,h(n,"edit")||(a=d.call(e,a,s)),null!=a&&(p+=a),p+="\t\t<thead>\n"+(null!=(a=h(n,"if").call(r,null!=e?h(e,"is_not_empty"):e,{name:"if",hash:{},fn:t.program(9,i,0),inverse:t.noop,data:i,loc:{start:{line:20,column:6},end:{line:39,column:13}}}))?a:"")+'\t\t <tr class="row_recap">\n'+(null!=(a=h(n,"if").call(r,null!=e?h(e,"is_empty"):e,{name:"if",hash:{},fn:t.program(14,i,0),inverse:t.program(19,i,0),data:i,loc:{start:{line:41,column:3},end:{line:51,column:10}}}))?a:""),o=null!=(o=h(n,"edit")||(null!=e?h(e,"edit"):e))?o:c,s={name:"edit",hash:{},fn:t.program(24,i,0),inverse:t.noop,data:i,loc:{start:{line:52,column:3},end:{line:62,column:12}}},a=typeof o===u?o.call(r,s):o,h(n,"edit")||(a=d.call(e,a,s)),null!=a&&(p+=a),p+"\t\t </tr>\n\t\t</thead>\n\t\t<tbody class='lines'>\n\t\t</tbody>\n\t</table>\n</div>\n\n"},useData:!0})},99081:(t,e,n)=>{var l=n(40202);t.exports=(l.default||l).template({1:function(t,e,n,l,i){var a,o=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return"\t\t<br />\n\t\t"+t.escapeExpression("function"==typeof(a=null!=(a=o(n,"description")||(null!=e?o(e,"description"):e))?a:t.hooks.helperMissing)?a.call(null!=e?e:t.nullContext||{},{name:"description",hash:{},data:i,loc:{start:{line:6,column:2},end:{line:6,column:19}}}):a)+"\n"},3:function(t,e,n,l,i){return' <td class="col_text"><span class="business-link"></span></td>\n'},5:function(t,e,n,l,i){return"<td class='col_actions width_three'>\n\t<ul>\n\t\t<li>\n\t\t\t<button class='btn icon only edit' title='Modifier' aria-label='Modifier'><svg><use href=\"/static/icons/endi.svg#pen\"></use></svg></button>\n\t\t</li>\n\t\t<li>\n\t\t\t<button class='btn icon only duplicate' title='Dupliquer' aria-label='Dupliquer'><svg><use href=\"/static/icons/endi.svg#copy\"></use></svg></button>\n\t\t</li>\n\t\t<li>\n\t\t\t<button class='btn icon only negative delete' title='Supprimer' aria-label='Supprimer'><svg><use href=\"/static/icons/endi.svg#trash-alt\"></use></svg></button>\n\t\t</li>\n\t</ul>\t\n</td>\n"},compiler:[8,">= 4.3.0"],main:function(t,e,n,l,i){var a,o,s,r=null!=e?e:t.nullContext||{},c=t.hooks.helperMissing,u="function",d=t.escapeExpression,h=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]},p='<td class="col_date">'+(null!=(a=typeof(o=null!=(o=h(n,"altdate")||(null!=e?h(e,"altdate"):e))?o:c)===u?o.call(r,{name:"altdate",hash:{},data:i,loc:{start:{line:1,column:21},end:{line:1,column:36}}}):o)?a:"")+'</td>\n<td class="col_text">\n\t<strong>'+d(typeof(o=null!=(o=h(n,"typelabel")||(null!=e?h(e,"typelabel"):e))?o:c)===u?o.call(r,{name:"typelabel",hash:{},data:i,loc:{start:{line:3,column:9},end:{line:3,column:24}}}):o)+"</strong>\n"+(null!=(a=h(n,"if").call(r,null!=e?h(e,"description"):e,{name:"if",hash:{},fn:t.program(1,i,0),inverse:t.noop,data:i,loc:{start:{line:4,column:1},end:{line:7,column:8}}}))?a:"")+"</td>\n"+(null!=(a=h(n,"if").call(r,null!=e?h(e,"is_achat"):e,{name:"if",hash:{},fn:t.program(3,i,0),inverse:t.noop,data:i,loc:{start:{line:9,column:0},end:{line:11,column:7}}}))?a:"")+'<td class="col_text">'+d(typeof(o=null!=(o=h(n,"start")||(null!=e?h(e,"start"):e))?o:c)===u?o.call(r,{name:"start",hash:{},data:i,loc:{start:{line:12,column:21},end:{line:12,column:32}}}):o)+'</td>\n<td class="col_text">'+d(typeof(o=null!=(o=h(n,"end")||(null!=e?h(e,"end"):e))?o:c)===u?o.call(r,{name:"end",hash:{},data:i,loc:{start:{line:13,column:21},end:{line:13,column:30}}}):o)+'</td>\n<td class="col_number">'+d(typeof(o=null!=(o=h(n,"km")||(null!=e?h(e,"km"):e))?o:c)===u?o.call(r,{name:"km",hash:{},data:i,loc:{start:{line:14,column:23},end:{line:14,column:31}}}):o)+' km</td>\n<td class="col_number">'+(null!=(a=typeof(o=null!=(o=h(n,"total")||(null!=e?h(e,"total"):e))?o:c)===u?o.call(r,{name:"total",hash:{},data:i,loc:{start:{line:15,column:23},end:{line:15,column:34}}}):o)?a:"")+"</td>\n";return o=null!=(o=h(n,"edit")||(null!=e?h(e,"edit"):e))?o:c,s={name:"edit",hash:{},fn:t.program(5,i,0),inverse:t.noop,data:i,loc:{start:{line:16,column:0},end:{line:30,column:9}}},a=typeof o===u?o.call(r,s):o,h(n,"edit")||(a=t.hooks.blockHelperMissing.call(e,a,s)),null!=a&&(p+=a),p},useData:!0})},22358:(t,e,n)=>{var l=n(40202);t.exports=(l.default||l).template({1:function(t,e,n,l,i){return'<div class="layout flex two_cols">\n'},3:function(t,e,n,l,i){return'<div class="layout flex">\n'},5:function(t,e,n,l,i){return'\t<table class="opa hover_table top_align_table">\n'},7:function(t,e,n,l,i){return'\t<table class="opa top_align_table">\n'},9:function(t,e,n,l,i){var a,o,s,r=null!=e?e:t.nullContext||{},c=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]},u="\t\t\t<tr>\n"+(null!=(a=c(n,"unless").call(r,null!=e?c(e,"can_validate_attachments"):e,{name:"unless",hash:{},fn:t.program(10,i,0),inverse:t.noop,data:i,loc:{start:{line:22,column:16},end:{line:26,column:27}}}))?a:"")+'\t\t\t\t<th scope="col" class="col_date">Date</th>\n\t\t\t\t<th scope="col" class="col_text" title="Type de dépense et description">Type<span class="screen-reader-text"> de dépense</span> et description</th>\n <th scope="col" class="col_text">Justificatif</th>\n'+(null!=(a=c(n,"if").call(r,null!=e?c(e,"can_validate_attachments"):e,{name:"if",hash:{},fn:t.program(12,i,0),inverse:t.noop,data:i,loc:{start:{line:30,column:16},end:{line:35,column:23}}}))?a:"")+(null!=(a=c(n,"if").call(r,null!=e?c(e,"is_achat"):e,{name:"if",hash:{},fn:t.program(14,i,0),inverse:t.noop,data:i,loc:{start:{line:36,column:4},end:{line:38,column:11}}}))?a:"")+'\t\t\t\t<th scope="col" class="col_number" title="Montant Hors Taxes">\n <span class="screen-reader-text">Montant </span>H<span class="screen-reader-text">ors </span>T<span class="screen-reader-text">axes</span>\n </th>\n\t\t\t\t<th scope="col" class="col_number">\n <span class="screen-reader-text">Montant de la </span>TVA\n </th>\n\t\t\t\t<th scope="col" class="col_number" title="Montant Toutes Taxes Comprises">\n <span class="screen-reader-text">Montant </span>TTC\n </th>\n';return o=null!=(o=c(n,"edit")||(null!=e?c(e,"edit"):e))?o:t.hooks.helperMissing,s={name:"edit",hash:{},fn:t.program(16,i,0),inverse:t.noop,data:i,loc:{start:{line:48,column:4},end:{line:52,column:13}}},a="function"==typeof o?o.call(r,s):o,c(n,"edit")||(a=t.hooks.blockHelperMissing.call(e,a,s)),null!=a&&(u+=a),u+"\t\t\t</tr>\n"},10:function(t,e,n,l,i){return' <th scope="col" class="col_status"title="Statut des justificatifs">\n <span class="screen-reader-text">Statut des justificatifs</span>\n </th>\n'},12:function(t,e,n,l,i){return' <th class="col_text" scope="col"\n title="Validation des justificatifs">\n <span class="screen-reader-text">Validation des justificatifs</span>\n </th>\n'},14:function(t,e,n,l,i){return'\t\t\t\t\t<th scope="col" class="col_text">Rattaché à…</th>\n'},16:function(t,e,n,l,i){return'\t\t\t\t\t<th scope="col" class="col_actions width_four" title="Actions">\n\t\t\t\t\t\t<span class="screen-reader-text">Actions</span>\n\t\t\t\t\t</th>\n'},18:function(t,e,n,l,i){var a,o=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return"\t\t\t\t\t<td colspan='"+(null!=(a=o(n,"if").call(null!=e?e:t.nullContext||{},null!=e?o(e,"is_achat"):e,{name:"if",hash:{},fn:t.program(19,i,0),inverse:t.program(21,i,0),data:i,loc:{start:{line:57,column:18},end:{line:57,column:51}}}))?a:"")+"'></td>\n"},19:function(t,e,n,l,i){return"8"},21:function(t,e,n,l,i){return"7"},23:function(t,e,n,l,i){var a,o,s=null!=e?e:t.nullContext||{},r=t.hooks.helperMissing,c="function",u=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return(null!=(a=u(n,"if").call(s,null!=e?u(e,"is_achat"):e,{name:"if",hash:{},fn:t.program(24,i,0),inverse:t.program(26,i,0),data:i,loc:{start:{line:59,column:5},end:{line:63,column:12}}}))?a:"")+"\t\t\t\t\t<td class='total_ht col_number'>"+(null!=(a=typeof(o=null!=(o=u(n,"total_ht")||(null!=e?u(e,"total_ht"):e))?o:r)===c?o.call(s,{name:"total_ht",hash:{},data:i,loc:{start:{line:64,column:37},end:{line:64,column:53}}}):o)?a:"")+"</td>\n\t\t\t\t\t<td class='col_number'>\n"+(null!=(a=u(n,"if").call(s,null!=e?u(e,"includes_tva_on_margin"):e,{name:"if",hash:{},fn:t.program(28,i,0),inverse:t.noop,data:i,loc:{start:{line:66,column:6},end:{line:72,column:13}}}))?a:"")+'\t\t\t\t\t\t<span class="total_tva">'+(null!=(a=typeof(o=null!=(o=u(n,"total_tva")||(null!=e?u(e,"total_tva"):e))?o:r)===c?o.call(s,{name:"total_tva",hash:{},data:i,loc:{start:{line:73,column:30},end:{line:73,column:47}}}):o)?a:"")+"</span>\n\t\t\t\t\t</td>\n\t\t\t\t\t<td class='total_ttc col_number'>"+(null!=(a=typeof(o=null!=(o=u(n,"total_ttc")||(null!=e?u(e,"total_ttc"):e))?o:r)===c?o.call(s,{name:"total_ttc",hash:{},data:i,loc:{start:{line:75,column:38},end:{line:75,column:55}}}):o)?a:"")+"</td>\n"},24:function(t,e,n,l,i){return"\t\t\t\t\t\t<th scope='row' colspan='5' class='col_text'>Total</th>\n"},26:function(t,e,n,l,i){return"\t\t\t\t\t\t<th scope='row' colspan='4' class='col_text'>Total</th>\n"},28:function(t,e,n,l,i){return'\t\t\t\t\t\t\t<span class="icon small"\n\t\t\t\t\t\t\t\t title="Inclut des dépenses en mode TVA sur marge : il s\'agit d\'une TVA estimée, le TTC fait foi."\n\t\t\t\t\t\t\t>\n\t\t\t\t\t\t\t\t<svg><use href="/static/icons/endi.svg#exclamation-circle"></use></svg>\n\t\t\t\t\t\t\t</span>\n'},30:function(t,e,n,l,i){var a,o=t.lambda,s=t.escapeExpression,r=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return"\t\t\t\t <td class='col_actions width_four'>\n <button class='btn btn-primary add icon'\n title='Ajouter une dépense dans les "+s(o(null!=(a=null!=e?r(e,"category"):e)?r(a,"label"):a,e))+"'\n aria-label='Ajouter une dépense dans les "+s(o(null!=(a=null!=e?r(e,"category"):e)?r(a,"label"):a,e))+'\'\n >\n <svg><use href="/static/icons/endi.svg#plus"></use></svg>\n Ajouter\n </button>\n </td>\n'},compiler:[8,">= 4.3.0"],main:function(t,e,n,l,i){var a,o,s,r=null!=e?e:t.nullContext||{},c=t.hooks.helperMissing,u="function",d=t.hooks.blockHelperMissing,h=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]},p="";return o=null!=(o=h(n,"edit")||(null!=e?h(e,"edit"):e))?o:c,s={name:"edit",hash:{},fn:t.program(1,i,0),inverse:t.program(3,i,0),data:i,loc:{start:{line:1,column:0},end:{line:5,column:9}}},a=typeof o===u?o.call(r,s):o,h(n,"edit")||(a=d.call(e,a,s)),null!=a&&(p+=a),p+='\t<div class="vertical_align_center">\n\t\t<h2>\n\t\t\t<span class="icon status neutral"><svg><use href="/static/icons/endi.svg#shopping-cart"></use></svg></span>\n\t\t\tDépenses\n\t\t</h2>\n\t</div>\n</div>\n<div class="table_container">\n',o=null!=(o=h(n,"edit")||(null!=e?h(e,"edit"):e))?o:c,s={name:"edit",hash:{},fn:t.program(5,i,0),inverse:t.program(7,i,0),data:i,loc:{start:{line:14,column:0},end:{line:18,column:9}}},a=typeof o===u?o.call(r,s):o,h(n,"edit")||(a=d.call(e,a,s)),null!=a&&(p+=a),p+="\t\t<thead>\n"+(null!=(a=h(n,"if").call(r,null!=e?h(e,"is_not_empty"):e,{name:"if",hash:{},fn:t.program(9,i,0),inverse:t.noop,data:i,loc:{start:{line:20,column:3},end:{line:54,column:10}}}))?a:"")+'\t\t\t<tr class="row_recap">\n'+(null!=(a=h(n,"if").call(r,null!=e?h(e,"is_empty"):e,{name:"if",hash:{},fn:t.program(18,i,0),inverse:t.program(23,i,0),data:i,loc:{start:{line:56,column:4},end:{line:76,column:11}}}))?a:""),o=null!=(o=h(n,"edit")||(null!=e?h(e,"edit"):e))?o:c,s={name:"edit",hash:{},fn:t.program(30,i,0),inverse:t.noop,data:i,loc:{start:{line:77,column:4},end:{line:87,column:13}}},a=typeof o===u?o.call(r,s):o,h(n,"edit")||(a=d.call(e,a,s)),null!=a&&(p+=a),p+"\t\t\t</tr>\n\t\t</thead>\n\t\t<tbody class='lines'></tbody>\n <tbody class='files'></tbody>\n\t</table>\n</div>\n<div class=\"dropzone\"></div>\n"},useData:!0})},72522:(t,e,n)=>{var l=n(40202);t.exports=(l.default||l).template({1:function(t,e,n,l,i){var a,o=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return null!=(a=o(n,"if").call(null!=e?e:t.nullContext||{},null!=e?o(e,"justified"):e,{name:"if",hash:{},fn:t.program(2,i,0),inverse:t.program(4,i,0),data:i,loc:{start:{line:2,column:4},end:{line:14,column:11}}}))?a:""},2:function(t,e,n,l,i){return' <td class="col_status"\n title="Justificatif(s) accepté(s)"\n aria-label="Justificatif(s) accepté(s)"\n >\n <span class="icon status valid">\n <svg><use href="../static/icons/endi.svg#check"></use></svg>\n </span>\n </td>\n'},4:function(t,e,n,l,i){return' <td class="col_status" title="Justificatif(s) en attente" aria-label="Justificatif(s) en attente">\n\t\t</td>\n'},6:function(t,e,n,l,i){var a,o=null!=e?e:t.nullContext||{},s=t.hooks.helperMissing,r="function",c=t.escapeExpression,u=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return" <br />\n (Facture "+c(typeof(a=null!=(a=u(n,"invoice_number")||(null!=e?u(e,"invoice_number"):e))?a:s)===r?a.call(o,{name:"invoice_number",hash:{},data:i,loc:{start:{line:21,column:17},end:{line:21,column:37}}}):a)+" / "+c(typeof(a=null!=(a=u(n,"supplier_label")||(null!=e?u(e,"supplier_label"):e))?a:s)===r?a.call(o,{name:"supplier_label",hash:{},data:i,loc:{start:{line:21,column:40},end:{line:21,column:60}}}):a)+")\n"},8:function(t,e,n,l,i){var a,o=null!=e?e:t.nullContext||{},s=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return(null!=(a=s(n,"if").call(o,null!=e?s(e,"invoice_number"):e,{name:"if",hash:{},fn:t.program(9,i,0),inverse:t.noop,data:i,loc:{start:{line:23,column:8},end:{line:26,column:15}}}))?a:"")+(null!=(a=s(n,"if").call(o,null!=e?s(e,"supplier_label"):e,{name:"if",hash:{},fn:t.program(11,i,0),inverse:t.noop,data:i,loc:{start:{line:27,column:8},end:{line:30,column:15}}}))?a:"")},9:function(t,e,n,l,i){var a,o=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return" <br />\n "+t.escapeExpression("function"==typeof(a=null!=(a=o(n,"invoice_number")||(null!=e?o(e,"invoice_number"):e))?a:t.hooks.helperMissing)?a.call(null!=e?e:t.nullContext||{},{name:"invoice_number",hash:{},data:i,loc:{start:{line:25,column:12},end:{line:25,column:30}}}):a)+"\n"},11:function(t,e,n,l,i){var a,o=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return" <br />\n "+t.escapeExpression("function"==typeof(a=null!=(a=o(n,"supplier_label")||(null!=e?o(e,"supplier_label"):e))?a:t.hooks.helperMissing)?a.call(null!=e?e:t.nullContext||{},{name:"supplier_label",hash:{},data:i,loc:{start:{line:29,column:12},end:{line:29,column:32}}}):a)+"\n"},13:function(t,e,n,l,i){var a,o=null!=e?e:t.nullContext||{},s=t.hooks.helperMissing,r="function",c=t.escapeExpression,u=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return' <li>\n <a href="/files/'+c(typeof(a=null!=(a=u(n,"id")||(null!=e?u(e,"id"):e))?a:s)===r?a.call(o,{name:"id",hash:{},data:i,loc:{start:{line:40,column:32},end:{line:40,column:38}}}):a)+'?action=download"\n title="Ouvrir le justificatif '+c(typeof(a=null!=(a=u(n,"label")||(null!=e?u(e,"label"):e))?a:s)===r?a.call(o,{name:"label",hash:{},data:i,loc:{start:{line:41,column:49},end:{line:41,column:60}}}):a)+' dans une nouvelle fenêtre"\n aria-label="Ouvrir le justificatif '+c(typeof(a=null!=(a=u(n,"label")||(null!=e?u(e,"label"):e))?a:s)===r?a.call(o,{name:"label",hash:{},data:i,loc:{start:{line:42,column:54},end:{line:42,column:65}}}):a)+' dans une nouvelle fenêtre"\n target="_blank"\n >\n '+c(typeof(a=null!=(a=u(n,"label")||(null!=e?u(e,"label"):e))?a:s)===r?a.call(o,{name:"label",hash:{},data:i,loc:{start:{line:45,column:20},end:{line:45,column:31}}}):a)+"\n </a>\n </li>\n"},15:function(t,e,n,l,i){return' <td class="col_text">\n <div class="justified"></div>\n </td>\n'},17:function(t,e,n,l,i){return"<td class='col_actions width_four'>\n\t<ul>\n\t\t<li>\n\t\t\t<button class='btn icon only edit' title='Modifier' aria-label='Modifier'><svg><use href=\"/static/icons/endi.svg#pen\"></use></svg></button>\n\t\t</li>\n\t\t<li>\n\t\t\t<button class='btn icon only duplicate' title='Dupliquer' aria-label='Dupliquer'><svg><use href=\"/static/icons/endi.svg#copy\"></use></svg></button>\n\t\t</li>\n\t\t<li>\n\t\t\t<button class='btn icon only bookmark' title='Mettre en favori' aria-label='Mettre en favori'><svg><use href=\"/static/icons/endi.svg#star-empty\"></use></svg></button>\n\t\t</li>\n\t\t<li>\n\t\t\t<button class='btn icon only negative delete' title='Supprimer' aria-label='Supprimer'><svg><use href=\"/static/icons/endi.svg#trash-alt\"></use></svg></button>\n\t\t</li>\n\t</ul>\t\n</td>\n"},compiler:[8,">= 4.3.0"],main:function(t,e,n,l,i){var a,o,s,r=null!=e?e:t.nullContext||{},c=t.hooks.helperMissing,u="function",d=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]},h=(null!=(a=d(n,"unless").call(r,null!=e?d(e,"can_validate_attachments"):e,{name:"unless",hash:{},fn:t.program(1,i,0),inverse:t.noop,data:i,loc:{start:{line:1,column:0},end:{line:15,column:11}}}))?a:"")+'<td class="col_date">'+(null!=(a=typeof(o=null!=(o=d(n,"altdate")||(null!=e?d(e,"altdate"):e))?o:c)===u?o.call(r,{name:"altdate",hash:{},data:i,loc:{start:{line:16,column:21},end:{line:16,column:36}}}):o)?a:"")+'</td>\n<td class="col_text">\n <strong>'+t.escapeExpression(typeof(o=null!=(o=d(n,"typelabel")||(null!=e?d(e,"typelabel"):e))?o:c)===u?o.call(r,{name:"typelabel",hash:{},data:i,loc:{start:{line:18,column:12},end:{line:18,column:27}}}):o)+"</strong>\n"+(null!=(a=d(n,"if").call(r,null!=e?d(e,"invoice_number_and_supplier"):e,{name:"if",hash:{},fn:t.program(6,i,0),inverse:t.program(8,i,0),data:i,loc:{start:{line:19,column:4},end:{line:31,column:11}}}))?a:"")+'\n \x3c!-- not actually used but next line prevents crash: --\x3e\n <span class="business-link"></span>\n</td>\n<td class="col_text">\n <ul>\n'+(null!=(a=d(n,"each").call(r,null!=e?d(e,"files"):e,{name:"each",hash:{},fn:t.program(13,i,0),inverse:t.noop,data:i,loc:{start:{line:38,column:8},end:{line:48,column:17}}}))?a:"")+" </ul>\n</td>\n"+(null!=(a=d(n,"if").call(r,null!=e?d(e,"can_validate_attachments"):e,{name:"if",hash:{},fn:t.program(15,i,0),inverse:t.noop,data:i,loc:{start:{line:51,column:0},end:{line:55,column:7}}}))?a:"")+'<td class="col_number">'+(null!=(a=typeof(o=null!=(o=d(n,"ht_label")||(null!=e?d(e,"ht_label"):e))?o:c)===u?o.call(r,{name:"ht_label",hash:{},data:i,loc:{start:{line:56,column:23},end:{line:56,column:39}}}):o)?a:"")+'</td>\n<td class="col_number">'+(null!=(a=typeof(o=null!=(o=d(n,"tva_label")||(null!=e?d(e,"tva_label"):e))?o:c)===u?o.call(r,{name:"tva_label",hash:{},data:i,loc:{start:{line:57,column:23},end:{line:57,column:40}}}):o)?a:"")+'</td>\n<td class="col_number">'+(null!=(a=typeof(o=null!=(o=d(n,"total")||(null!=e?d(e,"total"):e))?o:c)===u?o.call(r,{name:"total",hash:{},data:i,loc:{start:{line:58,column:23},end:{line:58,column:36}}}):o)?a:"")+"</td>\n";return o=null!=(o=d(n,"edit")||(null!=e?d(e,"edit"):e))?o:c,s={name:"edit",hash:{},fn:t.program(17,i,0),inverse:t.noop,data:i,loc:{start:{line:59,column:0},end:{line:76,column:9}}},a=typeof o===u?o.call(r,s):o,d(n,"edit")||(a=t.hooks.blockHelperMissing.call(e,a,s)),null!=a&&(h+=a),h},useData:!0})},89850:(t,e,n)=>{var l=n(40202);t.exports=(l.default||l).template({1:function(t,e,n,l,i){var a,o=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return null!=(a=o(n,"if").call(null!=e?e:t.nullContext||{},null!=e?o(e,"justified"):e,{name:"if",hash:{},fn:t.program(2,i,0),inverse:t.program(4,i,0),data:i,loc:{start:{line:2,column:4},end:{line:14,column:11}}}))?a:""},2:function(t,e,n,l,i){return' <td class="col_status"\n title="Justificatif(s) accepté(s)"\n aria-label="Justificatif(s) accepté(s)"\n >\n <span class="icon status valid">\n <svg><use href="../static/icons/endi.svg#check"></use></svg>\n </span>\n </td>\n'},4:function(t,e,n,l,i){return' <td class="col_status" title="Justificatif(s) en attente" aria-label="Justificatif(s) en attente">\n\t\t</td>\n'},6:function(t,e,n,l,i){var a,o=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return"\t\t<br />\n\t\t"+t.escapeExpression("function"==typeof(a=null!=(a=o(n,"description")||(null!=e?o(e,"description"):e))?a:t.hooks.helperMissing)?a.call(null!=e?e:t.nullContext||{},{name:"description",hash:{},data:i,loc:{start:{line:21,column:2},end:{line:21,column:19}}}):a)+"\n"},8:function(t,e,n,l,i){var a,o=null!=e?e:t.nullContext||{},s=t.hooks.helperMissing,r="function",c=t.escapeExpression,u=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return" (Facture "+c(typeof(a=null!=(a=u(n,"invoice_number")||(null!=e?u(e,"invoice_number"):e))?a:s)===r?a.call(o,{name:"invoice_number",hash:{},data:i,loc:{start:{line:24,column:13},end:{line:24,column:33}}}):a)+" / "+c(typeof(a=null!=(a=u(n,"supplier_label")||(null!=e?u(e,"supplier_label"):e))?a:s)===r?a.call(o,{name:"supplier_label",hash:{},data:i,loc:{start:{line:24,column:36},end:{line:24,column:56}}}):a)+")\n"},10:function(t,e,n,l,i){var a,o=null!=e?e:t.nullContext||{},s=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return(null!=(a=s(n,"if").call(o,null!=e?s(e,"invoice_number"):e,{name:"if",hash:{},fn:t.program(11,i,0),inverse:t.noop,data:i,loc:{start:{line:26,column:4},end:{line:28,column:11}}}))?a:"")+(null!=(a=s(n,"if").call(o,null!=e?s(e,"supplier_label"):e,{name:"if",hash:{},fn:t.program(13,i,0),inverse:t.noop,data:i,loc:{start:{line:29,column:4},end:{line:31,column:11}}}))?a:"")},11:function(t,e,n,l,i){var a,o=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return" ("+t.escapeExpression("function"==typeof(a=null!=(a=o(n,"invoice_number")||(null!=e?o(e,"invoice_number"):e))?a:t.hooks.helperMissing)?a.call(null!=e?e:t.nullContext||{},{name:"invoice_number",hash:{},data:i,loc:{start:{line:27,column:9},end:{line:27,column:27}}}):a)+")\n"},13:function(t,e,n,l,i){var a,o=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return" ("+t.escapeExpression("function"==typeof(a=null!=(a=o(n,"supplier_label")||(null!=e?o(e,"supplier_label"):e))?a:t.hooks.helperMissing)?a.call(null!=e?e:t.nullContext||{},{name:"supplier_label",hash:{},data:i,loc:{start:{line:30,column:9},end:{line:30,column:29}}}):a)+")\n"},15:function(t,e,n,l,i){var a,o=null!=e?e:t.nullContext||{},s=t.hooks.helperMissing,r="function",c=t.escapeExpression,u=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return' <li>\n <a href="/files/'+c(typeof(a=null!=(a=u(n,"id")||(null!=e?u(e,"id"):e))?a:s)===r?a.call(o,{name:"id",hash:{},data:i,loc:{start:{line:38,column:32},end:{line:38,column:38}}}):a)+'?action=download"\n title="Ouvrir le justificatif '+c(typeof(a=null!=(a=u(n,"label")||(null!=e?u(e,"label"):e))?a:s)===r?a.call(o,{name:"label",hash:{},data:i,loc:{start:{line:39,column:49},end:{line:39,column:60}}}):a)+' dans une nouvelle fenêtre"\n aria-label="Ouvrir le justificatif '+c(typeof(a=null!=(a=u(n,"label")||(null!=e?u(e,"label"):e))?a:s)===r?a.call(o,{name:"label",hash:{},data:i,loc:{start:{line:40,column:54},end:{line:40,column:65}}}):a)+' dans une nouvelle fenêtre"\n target="_blank"\n >\n '+c(typeof(a=null!=(a=u(n,"label")||(null!=e?u(e,"label"):e))?a:s)===r?a.call(o,{name:"label",hash:{},data:i,loc:{start:{line:43,column:20},end:{line:43,column:31}}}):a)+"\n </a>\n </li>\n"},17:function(t,e,n,l,i){return' <td class="col_text">\n <div class="justified"></div>\n </td>\n'},19:function(t,e,n,l,i){return' <td class="col_text"><span class="business-link"></span></td>\n'},21:function(t,e,n,l,i){return' <span class="icon small"\n title="Dépense en mode TVA sur marge : il s\'agit d\'une TVA estimée, le TTC fait foi."\n >\n <svg><use href="/static/icons/endi.svg#exclamation-circle"></use></svg>\n </span>\n'},23:function(t,e,n,l,i){return"<td class='col_actions width_four'>\n\t<ul>\n\t\t<li>\n\t\t\t<button class='btn icon only edit' title='Modifier' aria-label='Modifier'><svg><use href=\"/static/icons/endi.svg#pen\"></use></svg></button>\n\t\t</li>\n\t\t<li>\n\t\t\t<button class='btn icon only duplicate' title='Dupliquer' aria-label='Dupliquer'><svg><use href=\"/static/icons/endi.svg#copy\"></use></svg></button>\n\t\t</li>\n\t\t<li>\n\t\t\t<button class='btn icon only bookmark' title='Mettre en favori' aria-label='Mettre en favori'><svg><use href=\"/static/icons/endi.svg#star-empty\"></use></svg></button>\n\t\t</li>\n\t\t<li>\n\t\t\t<button class='btn icon only negative delete' title='Supprimer' aria-label='Supprimer'><svg><use href=\"/static/icons/endi.svg#trash-alt\"></use></svg></button>\n\t\t</li>\n\t</ul>\t\n</td>\n"},compiler:[8,">= 4.3.0"],main:function(t,e,n,l,i){var a,o,s,r=null!=e?e:t.nullContext||{},c=t.hooks.helperMissing,u="function",d=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]},h=(null!=(a=d(n,"unless").call(r,null!=e?d(e,"can_validate_attachments"):e,{name:"unless",hash:{},fn:t.program(1,i,0),inverse:t.noop,data:i,loc:{start:{line:1,column:0},end:{line:15,column:11}}}))?a:"")+'<td class="col_date">'+(null!=(a=typeof(o=null!=(o=d(n,"altdate")||(null!=e?d(e,"altdate"):e))?o:c)===u?o.call(r,{name:"altdate",hash:{},data:i,loc:{start:{line:16,column:21},end:{line:16,column:36}}}):o)?a:"")+'</td>\n<td class="col_text">\n\t<strong>'+t.escapeExpression(typeof(o=null!=(o=d(n,"typelabel")||(null!=e?d(e,"typelabel"):e))?o:c)===u?o.call(r,{name:"typelabel",hash:{},data:i,loc:{start:{line:18,column:9},end:{line:18,column:24}}}):o)+"</strong>\n"+(null!=(a=d(n,"if").call(r,null!=e?d(e,"description"):e,{name:"if",hash:{},fn:t.program(6,i,0),inverse:t.noop,data:i,loc:{start:{line:19,column:1},end:{line:22,column:8}}}))?a:"")+(null!=(a=d(n,"if").call(r,null!=e?d(e,"invoice_number_and_supplier"):e,{name:"if",hash:{},fn:t.program(8,i,0),inverse:t.program(10,i,0),data:i,loc:{start:{line:23,column:4},end:{line:32,column:7}}}))?a:"")+'</td>\n<td class="col_text">\n <ul>\n'+(null!=(a=d(n,"each").call(r,null!=e?d(e,"files"):e,{name:"each",hash:{},fn:t.program(15,i,0),inverse:t.noop,data:i,loc:{start:{line:36,column:8},end:{line:46,column:17}}}))?a:"")+" </ul>\n</td>\n"+(null!=(a=d(n,"if").call(r,null!=e?d(e,"can_validate_attachments"):e,{name:"if",hash:{},fn:t.program(17,i,0),inverse:t.noop,data:i,loc:{start:{line:49,column:0},end:{line:53,column:7}}}))?a:"")+(null!=(a=d(n,"if").call(r,null!=e?d(e,"is_achat"):e,{name:"if",hash:{},fn:t.program(19,i,0),inverse:t.noop,data:i,loc:{start:{line:54,column:0},end:{line:56,column:7}}}))?a:"")+'<td class="col_number">'+(null!=(a=typeof(o=null!=(o=d(n,"ht_label")||(null!=e?d(e,"ht_label"):e))?o:c)===u?o.call(r,{name:"ht_label",hash:{},data:i,loc:{start:{line:57,column:23},end:{line:57,column:39}}}):o)?a:"")+'</td>\n<td class="col_number">\n'+(null!=(a=d(n,"if").call(r,null!=e?d(e,"has_tva_on_margin"):e,{name:"if",hash:{},fn:t.program(21,i,0),inverse:t.noop,data:i,loc:{start:{line:59,column:4},end:{line:65,column:11}}}))?a:"")+" "+(null!=(a=typeof(o=null!=(o=d(n,"tva_label")||(null!=e?d(e,"tva_label"):e))?o:c)===u?o.call(r,{name:"tva_label",hash:{},data:i,loc:{start:{line:66,column:4},end:{line:66,column:21}}}):o)?a:"")+'\n</td>\n<td class="col_number">'+(null!=(a=typeof(o=null!=(o=d(n,"total")||(null!=e?d(e,"total"):e))?o:c)===u?o.call(r,{name:"total",hash:{},data:i,loc:{start:{line:68,column:23},end:{line:68,column:36}}}):o)?a:"")+"</td>\n";return o=null!=(o=d(n,"edit")||(null!=e?d(e,"edit"):e))?o:c,s={name:"edit",hash:{},fn:t.program(23,i,0),inverse:t.noop,data:i,loc:{start:{line:69,column:0},end:{line:86,column:9}}},a=typeof o===u?o.call(r,s):o,d(n,"edit")||(a=t.hooks.blockHelperMissing.call(e,a,s)),null!=a&&(h+=a),h},useData:!0})},83034:(t,e,n)=>{var l=n(40202);t.exports=(l.default||l).template({compiler:[8,">= 4.3.0"],main:function(t,e,n,l,i){var a,o,s=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return'<div role="dialog" id="file-link-forms" aria-modal="true" aria-labelledby="file-link-forms_title">\n\t<div class="modal_layout">\n\t\t<header>\n\t\t\t<button tabindex=\'-1\' type="button" class="icon only unstyled close" title="Fermer cette fenêtre" aria-label="Fermer cette fenêtre">\n\t\t\t\t<svg><use href="/static/icons/endi.svg#times"></use></svg>\n\t\t\t</button>\n\t\t\t<h2 id="file-link-forms_title">\n Lier un justificatif à une ou plusieurs dépenses\n </h2>\n\t\t</header>\n <form class="modal_content_layout">\n\t\t\t<div class="modal_content">\n\t\t\t\t<p class="content_vertical_padding separate_bottom">\n\t\t\t\t\tSélectionnez une ou plusieurs dépenses correspondant au justificatif '+(null!=(a="function"==typeof(o=null!=(o=s(n,"file_label")||(null!=e?s(e,"file_label"):e))?o:t.hooks.helperMissing)?o.call(null!=e?e:t.nullContext||{},{name:"file_label",hash:{},data:i,loc:{start:{line:14,column:74},end:{line:14,column:90}}}):o)?a:"")+'.\n\t\t\t\t</p>\n\t\t\t\t<div class="table_container">\n\t\t\t\t\t<table class="opa hover_table top_align_table">\n\t\t\t\t\t\t<thead>\n\t\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t\t<th scope="col" class="col_select" title="Sélection">\n <span class="screen-reader-text">Sélection</span>\n </th>\n\t\t\t\t\t\t\t\t<th scope="col" class="col_date">\n Date\n </th>\n\t\t\t\t\t\t\t\t<th scope="col" class="col_text" title="Type de dépense et description">\n Type<span class="screen-reader-text"> de dépense</span> et description\n </th>\n <th scope="col" class="col_text" title="Frais généraux / achat client">\n Catégorie\n </th>\n\t\t\t\t\t\t\t\t<th scope="col" class="col_number" title="Montant Hors Taxes">\n <span class="screen-reader-text">Montant </span>H<span class="screen-reader-text">hors </span>T<span class="screen-reader-text">axes</span>\n </th>\n\t\t\t\t\t\t\t\t<th scope="col" class="col_number">\n TVA\n </th>\n\t\t\t\t\t\t\t\t<th scope="col" class="col_number" title="Montant Toutes Taxes Comprises">\n <span class="screen-reader-text">Montant </span>T<span class="screen-reader-text">outes </span>T<span class="screen-reader-text">axes </span>C<span class="screen-reader-text">omprises</span>\n </th>\n\t\t\t\t\t\t\t</tr>\n\t\t\t\t\t\t</thead>\n\t\t\t\t\t\t<tbody></tbody>\n\t\t\t\t\t</table>\n\t\t\t\t</div>\n\t\t\t</div>\n\t\t\t<footer>\n\t\t\t\t<button\n\t\t\t\t\tclass=\'btn btn-primary\'\n\t\t\t\t\ttype=\'submit\'\n\t\t\t\t\tvalue=\'submit\'>\n\t\t\t\t\tFermer\n\t\t\t\t</button>\n\t\t\t</footer>\n </form>\n\t</div>\n</div>\n'},useData:!0})},24480:(t,e,n)=>{var l=n(40202);t.exports=(l.default||l).template({compiler:[8,">= 4.3.0"],main:function(t,e,n,l,i){var a,o=null!=e?e:t.nullContext||{},s=t.hooks.helperMissing,r="function",c=t.escapeExpression,u=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return'<div class=\'separate_top\'>\n\t<div class=\'messages-container\'></div>\n\t<div class=\'totals grand-total\'></div>\n\t<div class=\'form-section\'>\n\t\t<div class=\'content\'>\n\t\t\t<ul class="nav nav-tabs" role="tablist">\n\t\t\t\t<li role="presentation" class="active">\n\t\t\t\t\t<a href="#internal-container" aria-controls="internal-container" id="internal-tabtitle" role="tab" data-toggle="tab">\n\t\t\t\t\t\t<span class="icon"><svg><use href="/static/icons/endi.svg#building"></use></svg></span>\n\t\t\t\t\t\t<span>'+c(typeof(a=null!=(a=u(n,"internalTabLabel")||(null!=e?u(e,"internalTabLabel"):e))?a:s)===r?a.call(o,{name:"internalTabLabel",hash:{},data:i,loc:{start:{line:10,column:12},end:{line:10,column:34}}}):a)+'</span>\n\t\t\t\t\t</a>\n\t\t\t\t</li>\n\t\t\t\t<li role="presentation">\n\t\t\t\t\t<a href="#activity-container" aria-controls="activity-container" id="activity-tabtitle" role="tab" data-toggle="tab" title="Achats rattachés à un client" aria-label="Achats rattachés à un client">\n\t\t\t\t\t\t<span class="icon"><svg><use href="/static/icons/endi.svg#address-card"></use></svg></span>\n\t\t\t\t\t\t<span>'+c(typeof(a=null!=(a=u(n,"externalTabLabel")||(null!=e?u(e,"externalTabLabel"):e))?a:s)===r?a.call(o,{name:"externalTabLabel",hash:{},data:i,loc:{start:{line:16,column:12},end:{line:16,column:34}}}):a)+'</span>\n\t\t\t\t\t</a>\n\t\t\t\t</li>\n\t\t\t</ul>\n\t\t\t<div class=\'tab-content content\'>\n\t\t\t\t<div id="internal-container" class="tab-pane fade in active" role="tabpanel" aria-labelledby="internal-tabtitle">\n\t\t\t\t\t<div class="content_vertical_padding">\n\t\t\t\t\t\t<h3 class="print-only">\n\t\t\t\t\t\t\t'+c(typeof(a=null!=(a=u(n,"internalTabLabel")||(null!=e?u(e,"internalTabLabel"):e))?a:s)===r?a.call(o,{name:"internalTabLabel",hash:{},data:i,loc:{start:{line:24,column:7},end:{line:24,column:29}}}):a)+"\n\t\t\t\t\t\t</h3>\n\t\t\t\t\t\t<p> \n\t\t\t\t\t\t\t"+c(typeof(a=null!=(a=u(n,"internalDescription")||(null!=e?u(e,"internalDescription"):e))?a:s)===r?a.call(o,{name:"internalDescription",hash:{},data:i,loc:{start:{line:27,column:7},end:{line:27,column:32}}}):a)+'\n\t\t\t\t\t\t</p>\n\t\t\t\t\t</div>\n\t\t\t\t\t<div class=\'internal-total\'></div>\n\t\t\t\t\t<div class=\'internal-lines content_vertical_padding\'></div>\n\t\t\t\t\t<div class=\'internal-kmlines content_vertical_padding\'>\n\t\t\t\t\t\t<div class=\'alert alert-warning\'>\n\t\t\t\t\t\t\t<span class="icon"><svg><use href="/static/icons/endi.svg#exclamation-circle"></use></svg></span>\n\t\t\t\t\t\t\tIl n’est plus possible de configurer des frais kilométriques sur cette année\n\t\t\t\t\t\t</div>\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n\t\t\t\t<div id="activity-container" class="tab-pane fade" role="tabpanel" aria-labelledby="activity-tabtitle">\n\t\t\t\t\t<div class="content_vertical_padding">\n\t\t\t\t\t\t<h3 class="print-only">\n\t\t\t\t\t\t\t'+c(typeof(a=null!=(a=u(n,"externalTabLabel")||(null!=e?u(e,"externalTabLabel"):e))?a:s)===r?a.call(o,{name:"externalTabLabel",hash:{},data:i,loc:{start:{line:42,column:7},end:{line:42,column:29}}}):a)+"\n\t\t\t\t\t\t</h3>\n\t\t\t\t\t\t<p>\n\t\t\t\t\t\t\t"+c(typeof(a=null!=(a=u(n,"externalDescription")||(null!=e?u(e,"externalDescription"):e))?a:s)===r?a.call(o,{name:"externalDescription",hash:{},data:i,loc:{start:{line:45,column:7},end:{line:45,column:32}}}):a)+"\n\t\t\t\t\t\t</p>\n\t\t\t\t\t</div>\n\t\t\t\t\t<div class='activity-total'></div>\n\t\t\t\t\t<div class='activity-lines content_vertical_padding'></div>\n\t\t\t\t\t<div class='activity-kmlines content_vertical_padding'>\n\t\t\t\t\t\t<div class='alert alert-warning'>\n\t\t\t\t\t\t\t<span class=\"icon\"><svg><use href=\"/static/icons/endi.svg#exclamation-circle\"></use></svg></span>\n\t\t\t\t\t\t\tIl n’est plus possible de configurer des frais kilométriques sur cette année\n\t\t\t\t\t\t</div>\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n\t\t\t</div>\n\t\t</div>\n\t</div>\n</div>\n<section id=\"expense_form\" class=\"modal_view size_large modalRegion\"></section>\n"},useData:!0})},52548:(t,e,n)=>{var l=n(40202);t.exports=(l.default||l).template({1:function(t,e,n,l,i){var a,o=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return"\t\t<br />\n\t\t"+t.escapeExpression("function"==typeof(a=null!=(a=o(n,"description")||(null!=e?o(e,"description"):e))?a:t.hooks.helperMissing)?a.call(null!=e?e:t.nullContext||{},{name:"description",hash:{},data:i,loc:{start:{line:9,column:2},end:{line:9,column:19}}}):a)+"\n"},3:function(t,e,n,l,i){return' Achats client <span class="business-link"></span>\n'},5:function(t,e,n,l,i){return" Frais généraux\n"},7:function(t,e,n,l,i){return' <span class="icon small"\n title="Dépense en mode TVA sur marge : il s\'agit d\'une TVA estimée, le TTC fait foi."\n >\n <svg><use href="/static/icons/endi.svg#exclamation-circle"></use></svg>\n </span>\n'},compiler:[8,">= 4.3.0"],main:function(t,e,n,l,i){var a,o,s=null!=e?e:t.nullContext||{},r=t.hooks.helperMissing,c="function",u=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return"<td class='col_select action'></td>\n<td class=\"col_date\">"+(null!=(a=typeof(o=null!=(o=u(n,"date")||(null!=e?u(e,"date"):e))?o:r)===c?o.call(s,{name:"date",hash:{},data:i,loc:{start:{line:2,column:21},end:{line:2,column:33}}}):o)?a:"")+'</td>\n<td class="col_text" title="Sélectionner cette dépense">\n\n \x3c!-- <label><input type="checkbox"><span class="screen-reader-text">Sélectionner cette dépense</span></label> --\x3e\n\t<strong>'+t.escapeExpression(typeof(o=null!=(o=u(n,"type_label")||(null!=e?u(e,"type_label"):e))?o:r)===c?o.call(s,{name:"type_label",hash:{},data:i,loc:{start:{line:6,column:9},end:{line:6,column:25}}}):o)+"</strong>\n"+(null!=(a=u(n,"if").call(s,null!=e?u(e,"description"):e,{name:"if",hash:{},fn:t.program(1,i,0),inverse:t.noop,data:i,loc:{start:{line:7,column:1},end:{line:10,column:8}}}))?a:"")+'</td>\n<td class="col_text">\n'+(null!=(a=u(n,"if").call(s,null!=e?u(e,"is_achat"):e,{name:"if",hash:{},fn:t.program(3,i,0),inverse:t.program(5,i,0),data:i,loc:{start:{line:13,column:4},end:{line:17,column:11}}}))?a:"")+'</td>\n<td class="col_number">'+(null!=(a=typeof(o=null!=(o=u(n,"ht_label")||(null!=e?u(e,"ht_label"):e))?o:r)===c?o.call(s,{name:"ht_label",hash:{},data:i,loc:{start:{line:19,column:23},end:{line:19,column:39}}}):o)?a:"")+'</td>\n<td class="col_number">\n'+(null!=(a=u(n,"if").call(s,null!=e?u(e,"has_tva_on_margin"):e,{name:"if",hash:{},fn:t.program(7,i,0),inverse:t.noop,data:i,loc:{start:{line:21,column:4},end:{line:27,column:11}}}))?a:"")+" "+(null!=(a=typeof(o=null!=(o=u(n,"tva_label")||(null!=e?u(e,"tva_label"):e))?o:r)===c?o.call(s,{name:"tva_label",hash:{},data:i,loc:{start:{line:28,column:4},end:{line:28,column:21}}}):o)?a:"")+'\n</td>\n<td class="col_number">'+(null!=(a=typeof(o=null!=(o=u(n,"ttc_label")||(null!=e?u(e,"ttc_label"):e))?o:r)===c?o.call(s,{name:"ttc_label",hash:{},data:i,loc:{start:{line:30,column:23},end:{line:30,column:40}}}):o)?a:"")+"</td>\n"},useData:!0})},1297:(t,e,n)=>{var l=n(40202);t.exports=(l.default||l).template({compiler:[8,">= 4.3.0"],main:function(t,e,n,l,i){var a,o,s=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return"<div class='totals form-section'>\n\t<div class=\"layout flex two_cols\">\n\t\t<div>\n\t\t\t<p>Total TTC : </p>\n\t\t</div>\n\t\t<div>\n\t\t\t<p><strong>"+(null!=(a="function"==typeof(o=null!=(o=s(n,"ttc")||(null!=e?s(e,"ttc"):e))?o:t.hooks.helperMissing)?o.call(null!=e?e:t.nullContext||{},{name:"ttc",hash:{},data:i,loc:{start:{line:7,column:14},end:{line:7,column:25}}}):o)?a:"")+"</strong></p>\n\t\t</div>\n\t</div>\n</div>\n"},useData:!0})},66608:(t,e,n)=>{var l=n(40202);t.exports=(l.default||l).template({compiler:[8,">= 4.3.0"],main:function(t,e,n,l,i){var a,o,s=null!=e?e:t.nullContext||{},r=t.hooks.helperMissing,c="function",u=t.lookupProperty||function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e]};return'<div class="layout flex">\n\t<div></div>\n\t<div>\n \t<h4 class="content_vertical_padding">Totaux</h4>\n \t<table class="top_align_table">\n \t\t<tbody>\n \t\t\t<tr>\n \t\t\t\t<th scope="row">Total HT</th>\n \t\t\t\t<td class="col_number">'+(null!=(a=typeof(o=null!=(o=u(n,"ht")||(null!=e?u(e,"ht"):e))?o:r)===c?o.call(s,{name:"ht",hash:{},data:i,loc:{start:{line:9,column:31},end:{line:9,column:41}}}):o)?a:"")+'</td>\n \t\t\t</tr>\n \t\t\t<tr>\n \t\t\t\t<th scope="row">Total TVA</th>\n \t\t\t\t<td class="col_number">'+(null!=(a=typeof(o=null!=(o=u(n,"tva")||(null!=e?u(e,"tva"):e))?o:r)===c?o.call(s,{name:"tva",hash:{},data:i,loc:{start:{line:13,column:31},end:{line:13,column:42}}}):o)?a:"")+'</td>\n \t\t\t</tr>\n \t\t\t<tr>\n \t\t\t\t<th scope="row">Total TTC</th>\n \t\t\t\t<td class="col_number">'+(null!=(a=typeof(o=null!=(o=u(n,"ttc")||(null!=e?u(e,"ttc"):e))?o:r)===c?o.call(s,{name:"ttc",hash:{},data:i,loc:{start:{line:17,column:31},end:{line:17,column:42}}}):o)?a:"")+'</td>\n \t\t\t</tr>\n \t\t\t<tr>\n \t\t\t\t<th scope="row">Total Km</th>\n \t\t\t\t<td class="col_number">'+(null!=(a=typeof(o=null!=(o=u(n,"km")||(null!=e?u(e,"km"):e))?o:r)===c?o.call(s,{name:"km",hash:{},data:i,loc:{start:{line:21,column:31},end:{line:21,column:41}}}):o)?a:"")+" km</td>\n \t\t\t</tr>\n \t\t</tbody>\n \t</table>\n\t</div>\n</div>\n"},useData:!0})},16892:(t,e,n)=>{var l=n(40202);t.exports=(l.default||l).template({compiler:[8,">= 4.3.0"],main:function(t,e,n,l,i){return'<div class="drop_files_here">\n <form>\n <label>\n <input type="file" style="display: none" multiple />\n\t <span class="icon">\n <svg><use href="../static/icons/endi.svg#upload"></use></svg>\n </span>\n\t <p>\n Cliquez ou déposez vos justificatifs ici pour les téléverser\n </p>\n </label>\n </form>\n</div>\n'},useData:!0})}},n={};function l(t){var i=n[t];if(void 0!==i)return i.exports;var a=n[t]={id:t,loaded:!1,exports:{}};return e[t].call(a.exports,a,a.exports,l),a.loaded=!0,a.exports}l.m=e,t=[],l.O=(e,n,i,a)=>{if(!n){var o=1/0;for(u=0;u<t.length;u++){for(var[n,i,a]=t[u],s=!0,r=0;r<n.length;r++)(!1&a||o>=a)&&Object.keys(l.O).every((t=>l.O[t](n[r])))?n.splice(r--,1):(s=!1,a<o&&(o=a));if(s){t.splice(u--,1);var c=i();void 0!==c&&(e=c)}}return e}a=a||0;for(var u=t.length;u>0&&t[u-1][2]>a;u--)t[u]=t[u-1];t[u]=[n,i,a]},l.n=t=>{var e=t&&t.__esModule?()=>t.default:()=>t;return l.d(e,{a:e}),e},l.d=(t,e)=>{for(var n in e)l.o(e,n)&&!l.o(t,n)&&Object.defineProperty(t,n,{enumerable:!0,get:e[n]})},l.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(t){if("object"==typeof window)return window}}(),l.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),l.nmd=t=>(t.paths=[],t.children||(t.children=[]),t),l.j=998,(()=>{var t;l.g.importScripts&&(t=l.g.location+"");var e=l.g.document;if(!t&&e&&(e.currentScript&&(t=e.currentScript.src),!t)){var n=e.getElementsByTagName("script");if(n.length)for(var i=n.length-1;i>-1&&!t;)t=n[i--].src}if(!t)throw new Error("Automatic publicPath is not supported in this browser");t=t.replace(/#.*$/,"").replace(/\?.*$/,"").replace(/\/[^\/]+$/,"/"),l.p=t})(),(()=>{var t={998:0};l.O.j=e=>0===t[e];var e=(e,n)=>{var i,a,[o,s,r]=n,c=0;if(o.some((e=>0!==t[e]))){for(i in s)l.o(s,i)&&(l.m[i]=s[i]);if(r)var u=r(l)}for(e&&e(n);c<o.length;c++)a=o[c],l.o(t,a)&&t[a]&&t[a][0](),t[a]=0;return l.O(u)},n=self.webpackChunkenDI=self.webpackChunkenDI||[];n.forEach(e.bind(null,0)),n.push=e.bind(null,n.push.bind(n))})();var i=l.O(void 0,[736],(()=>l(4281)));i=l.O(i)})();
|
@@ -327,9 +327,9 @@ __webpack_require__.r(__webpack_exports__);
|
|
327
327
|
/* harmony import */ var backbone_radio__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! backbone.radio */ "./node_modules/backbone.radio/build/backbone.radio.js");
|
328
328
|
/* harmony import */ var backbone_radio__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(backbone_radio__WEBPACK_IMPORTED_MODULE_1__);
|
329
329
|
/* provided dependency */ var $ = __webpack_require__(/*! jquery */ "./node_modules/jquery/dist/jquery.js");
|
330
|
-
function _createForOfIteratorHelper(
|
331
|
-
function _unsupportedIterableToArray(
|
332
|
-
function _arrayLikeToArray(
|
330
|
+
function _createForOfIteratorHelper(r, e) { var t = "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (!t) { if (Array.isArray(r) || (t = _unsupportedIterableToArray(r)) || e && r && "number" == typeof r.length) { t && (r = t); var _n = 0, F = function F() {}; return { s: F, n: function n() { return _n >= r.length ? { done: !0 } : { done: !1, value: r[_n++] }; }, e: function e(r) { throw r; }, f: F }; } throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } var o, a = !0, u = !1; return { s: function s() { t = t.call(r); }, n: function n() { var r = t.next(); return a = r.done, r; }, e: function e(r) { u = !0, o = r; }, f: function f() { try { a || null == t["return"] || t["return"](); } finally { if (u) throw o; } } }; }
|
331
|
+
function _unsupportedIterableToArray(r, a) { if (r) { if ("string" == typeof r) return _arrayLikeToArray(r, a); var t = {}.toString.call(r).slice(8, -1); return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray(r, a) : void 0; } }
|
332
|
+
function _arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length); for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e]; return n; }
|
333
333
|
|
334
334
|
|
335
335
|
|