diff --git a/contrib/mono-dossier/mono-belge.sql b/contrib/mono-dossier/mono-belge.sql index a03d3ffbb..ad800050a 100644 --- a/contrib/mono-dossier/mono-belge.sql +++ b/contrib/mono-dossier/mono-belge.sql @@ -2332,7 +2332,6 @@ $$; SET default_tablespace = ''; -SET default_with_oids = true; -- -- Name: action; Type: TABLE; Schema: public; Owner: -; Tablespace: @@ -2360,7 +2359,6 @@ COMMENT ON TABLE action IS 'The different privileges'; COMMENT ON COLUMN action.ac_code IS 'this code will be used in the code with the function User::check_action '; -SET default_with_oids = false; -- -- Name: action_detail; Type: TABLE; Schema: public; Owner: -; Tablespace: @@ -2480,7 +2478,6 @@ CREATE SEQUENCE action_gestion_ag_id_seq SELECT pg_catalog.setval('action_gestion_ag_id_seq', 1, false); -SET default_with_oids = true; -- -- Name: action_gestion; Type: TABLE; Schema: public; Owner: -; Tablespace: @@ -2658,7 +2655,6 @@ CREATE SEQUENCE bilan_b_id_seq SELECT pg_catalog.setval('bilan_b_id_seq', 4, true); -SET default_with_oids = false; -- -- Name: bilan; Type: TABLE; Schema: public; Owner: -; Tablespace: @@ -2772,7 +2768,6 @@ CREATE SEQUENCE bud_detail_periode_bdp_id_seq SELECT pg_catalog.setval('bud_detail_periode_bdp_id_seq', 1, false); -SET default_with_oids = true; -- -- Name: centralized; Type: TABLE; Schema: public; Owner: -; Tablespace: @@ -2803,7 +2798,6 @@ CREATE TABLE centralized ( COMMENT ON TABLE centralized IS 'The centralized journal'; -SET default_with_oids = false; -- -- Name: del_action; Type: TABLE; Schema: public; Owner: -; Tablespace: @@ -2967,7 +2961,6 @@ CREATE SEQUENCE document_d_id_seq SELECT pg_catalog.setval('document_d_id_seq', 1, false); -SET default_with_oids = true; -- -- Name: document; Type: TABLE; Schema: public; Owner: -; Tablespace: @@ -3129,7 +3122,6 @@ CREATE TABLE document_type ( COMMENT ON TABLE document_type IS 'Type of document : meeting, invoice,...'; -SET default_with_oids = false; -- -- Name: extension; Type: TABLE; Schema: public; Owner: -; Tablespace: @@ -3220,7 +3212,6 @@ ALTER SEQUENCE extension_ex_id_seq OWNED BY extension.ex_id; SELECT pg_catalog.setval('extension_ex_id_seq', 1, true); -SET default_with_oids = true; -- -- Name: fiche; Type: TABLE; Schema: public; Owner: -; Tablespace: @@ -3296,7 +3287,6 @@ CREATE TABLE fiche_detail ( COMMENT ON TABLE fiche_detail IS 'join between the card and the attribut definition'; -SET default_with_oids = false; -- -- Name: forecast; Type: TABLE; Schema: public; Owner: -; Tablespace: @@ -3508,7 +3498,6 @@ ALTER SEQUENCE forecast_item_fi_id_seq OWNED BY forecast_item.fi_id; SELECT pg_catalog.setval('forecast_item_fi_id_seq', 1, false); -SET default_with_oids = true; -- -- Name: form; Type: TABLE; Schema: public; Owner: -; Tablespace: @@ -3540,7 +3529,6 @@ CREATE TABLE formdef ( ); -SET default_with_oids = false; -- -- Name: groupe_analytique; Type: TABLE; Schema: public; Owner: -; Tablespace: @@ -3608,7 +3596,6 @@ CREATE SEQUENCE s_jnt_id SELECT pg_catalog.setval('s_jnt_id', 53, true); -SET default_with_oids = true; -- -- Name: jnt_fic_attr; Type: TABLE; Schema: public; Owner: -; Tablespace: @@ -3629,7 +3616,6 @@ CREATE TABLE jnt_fic_attr ( COMMENT ON TABLE jnt_fic_attr IS 'join between the family card and the attribut definition'; -SET default_with_oids = false; -- -- Name: jnt_letter; Type: TABLE; Schema: public; Owner: -; Tablespace: @@ -3667,7 +3653,6 @@ ALTER SEQUENCE jnt_letter_jl_id_seq OWNED BY jnt_letter.jl_id; SELECT pg_catalog.setval('jnt_letter_jl_id_seq', 1, false); -SET default_with_oids = true; -- -- Name: jrn; Type: TABLE; Schema: public; Owner: -; Tablespace: @@ -3756,7 +3741,6 @@ CREATE TABLE jrn_def ( COMMENT ON TABLE jrn_def IS 'Definition of a journal, his properties'; -SET default_with_oids = false; -- -- Name: jrn_info; Type: TABLE; Schema: public; Owner: -; Tablespace: @@ -3851,7 +3835,6 @@ CREATE TABLE jrn_periode ( ); -SET default_with_oids = true; -- -- Name: jrn_rapt; Type: TABLE; Schema: public; Owner: -; Tablespace: @@ -3919,7 +3902,6 @@ CREATE TABLE jrnx ( COMMENT ON TABLE jrnx IS 'Journal: content one line for each accountancy writing'; -SET default_with_oids = false; -- -- Name: letter_cred; Type: TABLE; Schema: public; Owner: -; Tablespace: @@ -4245,7 +4227,6 @@ CREATE TABLE operation_analytique ( COMMENT ON TABLE operation_analytique IS 'History of the analytic account'; -SET default_with_oids = true; -- -- Name: parameter; Type: TABLE; Schema: public; Owner: -; Tablespace: @@ -4315,7 +4296,6 @@ CREATE TABLE parm_periode ( COMMENT ON TABLE parm_periode IS 'Periode definition'; -SET default_with_oids = false; -- -- Name: parm_poste; Type: TABLE; Schema: public; Owner: -; Tablespace: @@ -4714,7 +4694,6 @@ CREATE TABLE quant_purchase ( COMMENT ON COLUMN quant_purchase.qp_vat_sided IS 'amount of the VAT which avoid VAT, case of the VAT which add the same amount at the deb and cred'; -SET default_with_oids = true; -- -- Name: quant_sold; Type: TABLE; Schema: public; Owner: -; Tablespace: @@ -5776,7 +5755,6 @@ CREATE SEQUENCE todo_list_tl_id_seq SELECT pg_catalog.setval('todo_list_tl_id_seq', 1, false); -SET default_with_oids = false; -- -- Name: todo_list; Type: TABLE; Schema: public; Owner: -; Tablespace: @@ -5798,7 +5776,6 @@ CREATE TABLE todo_list ( COMMENT ON TABLE todo_list IS 'Todo list'; -SET default_with_oids = true; -- -- Name: tva_rate; Type: TABLE; Schema: public; Owner: -; Tablespace: @@ -5871,7 +5848,6 @@ CREATE TABLE user_sec_act ( ); -SET default_with_oids = false; -- -- Name: user_sec_extension; Type: TABLE; Schema: public; Owner: -; Tablespace: @@ -5918,7 +5894,6 @@ ALTER SEQUENCE user_sec_extension_use_id_seq OWNED BY user_sec_extension.use_id; SELECT pg_catalog.setval('user_sec_extension_use_id_seq', 1, true); -SET default_with_oids = true; -- -- Name: user_sec_jrn; Type: TABLE; Schema: public; Owner: -; Tablespace: diff --git a/contrib/mono-dossier/mono-france.sql b/contrib/mono-dossier/mono-france.sql index a359f64d4..554f16cff 100644 --- a/contrib/mono-dossier/mono-france.sql +++ b/contrib/mono-dossier/mono-france.sql @@ -2332,7 +2332,6 @@ $$; SET default_tablespace = ''; -SET default_with_oids = true; -- -- Name: action; Type: TABLE; Schema: public; Owner: -; Tablespace: @@ -2360,7 +2359,6 @@ COMMENT ON TABLE action IS 'The different privileges'; COMMENT ON COLUMN action.ac_code IS 'this code will be used in the code with the function User::check_action '; -SET default_with_oids = false; -- -- Name: action_detail; Type: TABLE; Schema: public; Owner: -; Tablespace: @@ -2480,7 +2478,6 @@ CREATE SEQUENCE action_gestion_ag_id_seq SELECT pg_catalog.setval('action_gestion_ag_id_seq', 1, false); -SET default_with_oids = true; -- -- Name: action_gestion; Type: TABLE; Schema: public; Owner: -; Tablespace: @@ -2658,7 +2655,6 @@ CREATE SEQUENCE bilan_b_id_seq SELECT pg_catalog.setval('bilan_b_id_seq', 4, true); -SET default_with_oids = false; -- -- Name: bilan; Type: TABLE; Schema: public; Owner: -; Tablespace: @@ -2772,7 +2768,6 @@ CREATE SEQUENCE bud_detail_periode_bdp_id_seq SELECT pg_catalog.setval('bud_detail_periode_bdp_id_seq', 1, false); -SET default_with_oids = true; -- -- Name: centralized; Type: TABLE; Schema: public; Owner: -; Tablespace: @@ -2803,7 +2798,6 @@ CREATE TABLE centralized ( COMMENT ON TABLE centralized IS 'The centralized journal'; -SET default_with_oids = false; -- -- Name: del_action; Type: TABLE; Schema: public; Owner: -; Tablespace: @@ -2967,7 +2961,6 @@ CREATE SEQUENCE document_d_id_seq SELECT pg_catalog.setval('document_d_id_seq', 1, false); -SET default_with_oids = true; -- -- Name: document; Type: TABLE; Schema: public; Owner: -; Tablespace: @@ -3129,7 +3122,6 @@ CREATE TABLE document_type ( COMMENT ON TABLE document_type IS 'Type of document : meeting, invoice,...'; -SET default_with_oids = false; -- -- Name: extension; Type: TABLE; Schema: public; Owner: -; Tablespace: @@ -3220,7 +3212,6 @@ ALTER SEQUENCE extension_ex_id_seq OWNED BY extension.ex_id; SELECT pg_catalog.setval('extension_ex_id_seq', 1, false); -SET default_with_oids = true; -- -- Name: fiche; Type: TABLE; Schema: public; Owner: -; Tablespace: @@ -3296,7 +3287,6 @@ CREATE TABLE fiche_detail ( COMMENT ON TABLE fiche_detail IS 'join between the card and the attribut definition'; -SET default_with_oids = false; -- -- Name: forecast; Type: TABLE; Schema: public; Owner: -; Tablespace: @@ -3508,7 +3498,6 @@ ALTER SEQUENCE forecast_item_fi_id_seq OWNED BY forecast_item.fi_id; SELECT pg_catalog.setval('forecast_item_fi_id_seq', 1, false); -SET default_with_oids = true; -- -- Name: form; Type: TABLE; Schema: public; Owner: -; Tablespace: @@ -3540,7 +3529,6 @@ CREATE TABLE formdef ( ); -SET default_with_oids = false; -- -- Name: groupe_analytique; Type: TABLE; Schema: public; Owner: -; Tablespace: @@ -3608,7 +3596,6 @@ CREATE SEQUENCE s_jnt_id SELECT pg_catalog.setval('s_jnt_id', 53, true); -SET default_with_oids = true; -- -- Name: jnt_fic_attr; Type: TABLE; Schema: public; Owner: -; Tablespace: @@ -3629,7 +3616,6 @@ CREATE TABLE jnt_fic_attr ( COMMENT ON TABLE jnt_fic_attr IS 'join between the family card and the attribut definition'; -SET default_with_oids = false; -- -- Name: jnt_letter; Type: TABLE; Schema: public; Owner: -; Tablespace: @@ -3667,7 +3653,6 @@ ALTER SEQUENCE jnt_letter_jl_id_seq OWNED BY jnt_letter.jl_id; SELECT pg_catalog.setval('jnt_letter_jl_id_seq', 1, false); -SET default_with_oids = true; -- -- Name: jrn; Type: TABLE; Schema: public; Owner: -; Tablespace: @@ -3756,7 +3741,6 @@ CREATE TABLE jrn_def ( COMMENT ON TABLE jrn_def IS 'Definition of a journal, his properties'; -SET default_with_oids = false; -- -- Name: jrn_info; Type: TABLE; Schema: public; Owner: -; Tablespace: @@ -3851,7 +3835,6 @@ CREATE TABLE jrn_periode ( ); -SET default_with_oids = true; -- -- Name: jrn_rapt; Type: TABLE; Schema: public; Owner: -; Tablespace: @@ -3919,7 +3902,6 @@ CREATE TABLE jrnx ( COMMENT ON TABLE jrnx IS 'Journal: content one line for each accountancy writing'; -SET default_with_oids = false; -- -- Name: letter_cred; Type: TABLE; Schema: public; Owner: -; Tablespace: @@ -4245,7 +4227,6 @@ CREATE TABLE operation_analytique ( COMMENT ON TABLE operation_analytique IS 'History of the analytic account'; -SET default_with_oids = true; -- -- Name: parameter; Type: TABLE; Schema: public; Owner: -; Tablespace: @@ -4315,7 +4296,6 @@ CREATE TABLE parm_periode ( COMMENT ON TABLE parm_periode IS 'Periode definition'; -SET default_with_oids = false; -- -- Name: parm_poste; Type: TABLE; Schema: public; Owner: -; Tablespace: @@ -4714,7 +4694,6 @@ CREATE TABLE quant_purchase ( COMMENT ON COLUMN quant_purchase.qp_vat_sided IS 'amount of the VAT which avoid VAT, case of the VAT which add the same amount at the deb and cred'; -SET default_with_oids = true; -- -- Name: quant_sold; Type: TABLE; Schema: public; Owner: -; Tablespace: @@ -5776,7 +5755,6 @@ CREATE SEQUENCE todo_list_tl_id_seq SELECT pg_catalog.setval('todo_list_tl_id_seq', 1, false); -SET default_with_oids = false; -- -- Name: todo_list; Type: TABLE; Schema: public; Owner: -; Tablespace: @@ -5798,7 +5776,6 @@ CREATE TABLE todo_list ( COMMENT ON TABLE todo_list IS 'Todo list'; -SET default_with_oids = true; -- -- Name: tva_rate; Type: TABLE; Schema: public; Owner: -; Tablespace: @@ -5871,7 +5848,6 @@ CREATE TABLE user_sec_act ( ); -SET default_with_oids = false; -- -- Name: user_sec_extension; Type: TABLE; Schema: public; Owner: -; Tablespace: @@ -5918,7 +5894,6 @@ ALTER SEQUENCE user_sec_extension_use_id_seq OWNED BY user_sec_extension.use_id; SELECT pg_catalog.setval('user_sec_extension_use_id_seq', 1, false); -SET default_with_oids = true; -- -- Name: user_sec_jrn; Type: TABLE; Schema: public; Owner: -; Tablespace: diff --git a/doc/developper/Doxyfile b/doc/developper/Doxyfile index bbe229171..766c242a6 100644 --- a/doc/developper/Doxyfile +++ b/doc/developper/Doxyfile @@ -31,7 +31,7 @@ PROJECT_NAME = noalyss # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = Version-7.2 +PROJECT_NUMBER = Version-8.1 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. diff --git a/html/ajax.php b/html/ajax.php index 5bf62668d..76bb6a257 100644 --- a/html/ajax.php +++ b/html/ajax.php @@ -28,6 +28,7 @@ $cn=Dossier::connect(); $g_parameter=new Noalyss_Parameter_Folder($cn); $g_user=new User($cn); $g_user->check(true); +IDate::set_firstDate($g_user->get_first_week_day()); set_language(); /* if a code has been asked */ if (isset($_REQUEST['plugin_code']) ) @@ -56,7 +57,7 @@ if (isset($_REQUEST['plugin_code']) ) if ( $ext->search($_REQUEST['plugin_code']) != -1) { /* security */ - if ( !isset ($_SESSION['g_user']) || $ext->can_request($_SESSION['g_user']) == 0 ) + if ( !isset ($_SESSION[SESSION_KEY.'g_user']) || $ext->can_request($_SESSION[SESSION_KEY.'g_user']) == 0 ) { exit(); } diff --git a/html/ajax_misc.php b/html/ajax_misc.php index 62d5713ea..8674b2265 100644 --- a/html/ajax_misc.php +++ b/html/ajax_misc.php @@ -94,6 +94,8 @@ else $g_user->check(true); } +IDate::set_firstDate($g_user->get_first_week_day()); + // For progress bar, for saving time , we check and answer directly if ($op == "progressBar") { $task_id=$http->request("task_id"); @@ -159,7 +161,6 @@ $path = array( "remove_submenu"=>"ajax_remove_submenu", "cardsearch"=>"ajax_boxcard_search", "saldo"=>"ajax_bank_saldo", - "up_predef"=>"ajax_update_predef", "upd_receipt"=>"ajax_get_receipt", "up_pay_method"=>"ajax_update_payment", "openancsearch"=>"ajax_anc_search", @@ -241,6 +242,8 @@ $path = array( "save_filter"=>"ajax_search_filter", // Load a search filter "load_filter"=>"ajax_search_filter", + // display tag for filter + 'display_filter_tag'=>'ajax_search_filter', // search operation to reconcile 'search_op'=>'ajax_search_operation', // delete operation @@ -251,6 +254,8 @@ $path = array( 'template_cat_category'=>'ajax_template_cat_category', // From FollowUp , update a comment on a file 'update_comment_followUp'=>'ajax_follow_up', + // Update a follow up's comment + 'followup_comment_oneedit'=>'ajax_follow_up', // TVA param "tva_parameter"=>"ajax_tva_parameter", // Currency , add / remove / update currency @@ -259,8 +264,26 @@ $path = array( "CurrencyRateDelete"=>"ajax_currency", // payment_method "payment_method"=>"ajax_payment_method", - // Display all cards using an accounting - "display_all_card"=>"ajax_display_all_card" + // Display all cards using an accounting + "display_all_card"=>"ajax_display_all_card", + // update list of predefined operation if ledger changes + "up_predef"=>"ajax_update_predef", + // cfgaction type of document + "cfgaction"=>'ajax_cfgaction', + // list options for multiple contact + "contact_option_list"=>'ajax_contact_option_list', + // Add group of tags + 'tag_group'=>'ajax_tag_group', + // set the group for a tag + 'tag_set_group'=>"ajax_tag_set_group", + // Document_state + "document_state"=>"ajax_document_state", + // Operations tag add + 'operation_tag_add'=>"ajax_operation_tag", + // Operations tag remove + 'operation_tag_remove'=>"ajax_operation_tag", + // Operations tag select + 'operation_tag_select'=>"ajax_operation_tag" ) ; if (array_key_exists($op, $path)) { @@ -445,58 +468,8 @@ EOF; EOF; break; - /* rem a cat of document */ - case 'rem_cat_doc': - require_once NOALYSS_INCLUDE.'/class/document_type.class.php'; - // if user can not return error message - $message=""; - if ($g_user->check_action(PARCATDOC) == 0) - { - $html = "nok"; - $message=_('Action non autorisée'); - header('Content-type: text/xml; charset=UTF-8'); - echo << - -$html -$message - -EOF; - return; - } - // remove the cat if no action - $count_md = $cn->get_value('select count(*) from document_modele where md_type=$1', array($dt_id)); - $count_a = $cn->get_value('select count(*) from action_gestion where ag_type=$1', array($dt_id)); + - if ($count_md != 0 || $count_a != 0) - { - $message=_('Des actions dépendent de cette catégorie'); - $html = "nok"; - header('Content-type: text/xml; charset=UTF-8'); - echo << - -$html -$message - -EOF; - exit; - } - $cn->exec_sql('delete from document_type where dt_id=$1', array($dt_id)); - $html = $dt_id; - header('Content-type: text/xml; charset=UTF-8'); - echo << - -$html -$message - -EOF; - return; - break; - case 'mod_cat_doc': - require_once NOALYSS_TEMPLATE.'/document_mod_change.php'; - break; case 'dsp_tva': $cn = Dossier::connect(); // Filter the VAT @@ -635,9 +608,9 @@ EOF; if ( count($ajrn)==1) { echo '
'; - echo '

'.$ajrn[0]['jrn_def_name'].'

'; + echo '

'.$ajrn[0]['jrn_def_name'].'

'; if ( trim($ajrn[0]['jrn_def_description']) != "") { - echo '

'.$ajrn[0]['jrn_def_description'].'

'; + echo '

'.$ajrn[0]['jrn_def_description'].'

'; } echo '
'; } diff --git a/html/do.php b/html/do.php index 0429a5fa7..852bb1767 100644 --- a/html/do.php +++ b/html/do.php @@ -40,7 +40,7 @@ if ( ! isset($_REQUEST['gDossier'])) redirect('user_login.php'); exit(); } -if ( ! isset ($_SESSION['g_theme'])) +if ( ! isset ($_SESSION[SESSION_KEY.'g_theme'])) { echo "

"._('Vous êtes déconnecté')."

"; $backurl=$_SERVER['REQUEST_URI']; @@ -54,6 +54,7 @@ $cn = Dossier::connect(); global $g_user, $cn,$g_parameter,$http; $g_user = new User($cn); $http=new HttpInput(); +IDate::set_firstDate($g_user->get_first_week_day()); /* * check that the database is not empty */ @@ -66,7 +67,7 @@ if ( ! $cn->exist_table('version')) { return; } -$style_user=$http->post("style_user","string",$_SESSION['g_theme']); +$style_user=$http->post("style_user","string",$_SESSION[SESSION_KEY.'g_theme']); html_page_start($style_user); if ( DEBUG ) { @@ -239,8 +240,11 @@ if (isset($_REQUEST['ac'])) fclose($file_loginput); } - $_REQUEST['ac']= trim(strtoupper($_REQUEST['ac'])); - $AC=$http->request('ac'); + // Priority to POST , otherwise "duplicate operation" doesn't work + $ac_post = trim(strtoupper($http->post("ac","string",""))); + $ac_get = trim(strtoupper($http->get("ac","string",""))); + + $AC=($ac_post == "")?$ac_get:$ac_post; $user_profile=$g_user->get_profile(); @@ -248,30 +252,38 @@ if (isset($_REQUEST['ac'])) pm_id_v3,pm_id_v2,pm_id_v1 from v_menu_profile where code= upper($1) and p_id=$2', array($AC,$user_profile)); + try { - if ( count($amenu_id) != 1 ) { - // if AC is a simple code and this menu can be accessed - // we should find the first menu which used it and change the - // request AC to it - $pm_id=$cn->get_array('select pm_id from profile_menu ' - . ' where lower(me_code)=lower($1) and p_id=$2', - array($AC,$user_profile)); - if ( count($pm_id) > 0 ) { - show_menu($pm_id[0]['pm_id']); - } else { - throw new Exception(_('Erreur menu'),10); - } + if (count($amenu_id) == 0 ) { throw new Exception(_('Erreur menu'),10);} + if ( count($amenu_id)> 1) { + $tmp=$amenu_id[0]; + $amenu_id=[]; + $amenu_id[0]=$tmp; } - - $module_id=$cn->get_value('select case when pm_id_v3 = 0 then (case when pm_id_v2 = 0 then pm_id_v1 else pm_id_v2 end) else pm_id_v3 end - from v_menu_profile where p_id=$1 and upper(code)=upper($2)', + $amenu_id=complete_default_menu($amenu_id,$user_profile); + + $AC=rebuild_access_code($amenu_id); + + put_global(array(array("key"=>"ac","value"=>$AC))); + $module_id=$cn->get_value('select distinct + case when pm_id_v3 = 0 then (case when pm_id_v2 = 0 then pm_id_v1 else pm_id_v2 end) else pm_id_v3 end + from + v_menu_profile + where p_id =$1 + and upper(code)=upper($2)', array($user_profile,$AC)); $g_user->audit(); // Show module and highligt selected one show_module($module_id); + + show_menu( $amenu_id[0]['pm_id_v3']); + show_menu( $amenu_id[0]['pm_id_v2']); + show_menu($amenu_id[0]['pm_id_v1']); + + } catch (Exception $e) { if ( $e->getCode() == 10 ) { alert(_('Accès menu impossible')); diff --git a/html/export.php b/html/export.php index d32bc4975..9b5044c2c 100644 --- a/html/export.php +++ b/html/export.php @@ -50,6 +50,7 @@ if ( $action=='X' || $g_user->check_print($action)==0 ) $prfile=$cn->get_value("select me_file from menu_ref where me_code=$1",array($action)); if ( $prfile == "") { + print $action; die (_('Export impossible')); } require_once NOALYSS_INCLUDE."/export/$prfile"; diff --git a/html/extension.raw.php b/html/extension.raw.php index d8f8abb72..99a5729dd 100644 --- a/html/extension.raw.php +++ b/html/extension.raw.php @@ -45,7 +45,7 @@ $ext=new Extension($cn); if ( $ext->search($http->request("plugin_code")) != -1 ) { /* security */ - if ( !isset ($_SESSION['g_user']) || $ext->can_request($_SESSION['g_user']) == 0 ) + if ( !isset ($_SESSION[SESSION_KEY.'g_user']) || $ext->can_request($_SESSION[SESSION_KEY.'g_user']) == 0 ) { exit(); } diff --git a/html/fid.php b/html/fid.php index 814a28376..471a08de9 100644 --- a/html/fid.php +++ b/html/fid.php @@ -56,7 +56,7 @@ $fTva_id=$hi->request("t","string","none"); $fPrice_sale=$hi->request("p","string","none"); $fPrice_purchase=$hi->request("b","string","none"); -if ( isset($_SESSION['isValid']) && $_SESSION['isValid'] == 1) +if ( isset($_SESSION[SESSION_KEY.'isValid']) && $_SESSION[SESSION_KEY.'isValid'] == 1) { $jrn=$hi->get('j', "number",'-1'); $d=$hi->get('d',"string", ''); @@ -115,7 +115,7 @@ if ( isset($_SESSION['isValid']) && $_SESSION['isValid'] == 1) from vw_fiche_attr where quick_code=upper($1)". $filter_card; - $array=$cn->get_array($sql, array($_REQUEST['FID'])); + $array=$cn->get_array($sql, array($hi->request('FID'))); if ( empty($array)) { diff --git a/html/fid_card.php b/html/fid_card.php index f10109977..8c5180cbd 100644 --- a/html/fid_card.php +++ b/html/fid_card.php @@ -107,7 +107,9 @@ else { if (isset($_REQUEST['type'])) { - if ($_REQUEST['type']=='gl' || $_REQUEST['type']=='') $filter_card=''; + if ($_REQUEST['type']=='gl' || $_REQUEST['type']=='') { + $filter_card=''; + } else { $get_cred='jrn_def_fiche_cred'; @@ -119,13 +121,15 @@ else } } } +// filter only enable card +$filter_enable_card=" and f_enable='1' "; $sql_str="select distinct f_id from fiche join fiche_detail using (f_id) where ad_id in (9,1,23) - and ad_value ilike '%'||$1||'%' ".$filter_card.' limit '.$limit; + and ad_value ilike '%'||$1||'%' ".$filter_enable_card.$filter_card.' limit '.$limit; $fid=$http->request("FID"); @@ -168,7 +172,7 @@ if ($sql != false && sizeof($sql) != 0 ) echo ''; if (count($sql) > 12) { - printf ('...'._('Résultat limité à 12').' ...'); + printf ('...'._('Résultat limité à %s').' ...',$limit); } } else diff --git a/html/image/fontello/css/fontello-codes.css b/html/image/fontello/css/fontello-codes.css index 6a7d1c952..d5e617199 100644 --- a/html/image/fontello/css/fontello-codes.css +++ b/html/image/fontello/css/fontello-codes.css @@ -1,4 +1,6 @@ +.icon-check:before { content: '\e741'; } /* '' */ +.icon-resize-small-1:before { content: '\e746'; } /* '' */ .icon-logout:before { content: '\e800'; } /* '' */ .icon-cancel-circled:before { content: '\e801'; } /* '' */ .icon-cancel-circled2:before { content: '\e802'; } /* '' */ @@ -57,9 +59,13 @@ .icon-right-hand:before { content: '\e837'; } /* '' */ .icon-left-hand:before { content: '\e838'; } /* '' */ .icon-up-hand:before { content: '\e839'; } /* '' */ +.icon-tags-3:before { content: '\e839'; } /* '' */ .icon-down-hand:before { content: '\e83a'; } /* '' */ .icon-eye-off:before { content: '\e83b'; } /* '' */ .icon-arrows-cw-1:before { content: '\e83c'; } /* '' */ +.icon-resize-small-alt:before { content: '\e83d'; } /* '' */ +.icon-tags:before { content: '\e83e'; } /* '' */ +.icon-tags-4:before { content: '\e83f'; } /* '' */ .icon-down-open:before { content: '\f004'; } /* '' */ .icon-up-open:before { content: '\f005'; } /* '' */ .icon-right-open:before { content: '\f006'; } /* '' */ @@ -67,6 +73,7 @@ .icon-move:before { content: '\f047'; } /* '' */ .icon-info-circled-alt:before { content: '\f086'; } /* '' */ .icon-link-ext:before { content: '\f08e'; } /* '' */ +.icon-check-empty:before { content: '\f096'; } /* '' */ .icon-comment-empty:before { content: '\f0e5'; } /* '' */ .icon-doc-text:before { content: '\f0f6'; } /* '' */ .icon-plus-squared:before { content: '\f0fe'; } /* '' */ diff --git a/html/image/fontello/css/fontello-embedded.css b/html/image/fontello/css/fontello-embedded.css index 2e1ba7bc0..70f3ca318 100644 --- a/html/image/fontello/css/fontello-embedded.css +++ b/html/image/fontello/css/fontello-embedded.css @@ -1,15 +1,15 @@ @font-face { font-family: 'fontello'; - src: url('../font/fontello.eot?30012397'); - src: url('../font/fontello.eot?30012397#iefix') format('embedded-opentype'), - url('../font/fontello.svg?30012397#fontello') format('svg'); + src: url('../font/fontello.eot?99450207'); + src: url('../font/fontello.eot?99450207#iefix') format('embedded-opentype'), + url('../font/fontello.svg?99450207#fontello') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'fontello'; - src: url('data:application/octet-stream;base64,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') format('woff'), - url('data:application/octet-stream;base64,AAEAAAAPAIAAAwBwR1NVQiCLJXoAAAD8AAAAVE9TLzI+J1YHAAABUAAAAFZjbWFwotyFBQAAAagAAAdUY3Z0IAbZ/vYAAHNAAAAAIGZwZ22KkZBZAABzYAAAC3BnYXNwAAAAEAAAczgAAAAIZ2x5Zhl+AQcAAAj8AABgCGhlYWQUwiVzAABpBAAAADZoaGVhB8EENgAAaTwAAAAkaG10eEdy/70AAGlgAAABgGxvY2EEd+toAABq4AAAAMJtYXhwAfoNqAAAa6QAAAAgbmFtZcydHyEAAGvEAAACzXBvc3QSaSZUAABulAAABKFwcmVw5UErvAAAftAAAACGAAEAAAAKADAAPgACREZMVAAObGF0bgAaAAQAAAAAAAAAAQAAAAQAAAAAAAAAAQAAAAFsaWdhAAgAAAABAAAAAQAEAAQAAAABAAgAAQAGAAAAAQAAAAEDaQGQAAUAAAJ6ArwAAACMAnoCvAAAAeAAMQECAAACAAUDAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFBmRWQAQOgA9Q0DUv9qAFoDVACdAAAAAQAAAAAAAAAAAAUAAAADAAAALAAAAAQAAALQAAEAAAAAAcoAAwABAAAALAADAAoAAALQAAQBngAAADQAIAAEABToPPAH8EfwhvCO8OXw9vD+8TrxPvFC8WHxcfF88ZLxlvGs8d7x4PHs8ffyBfJp9MX1Df//AADoAPAE8EfwhvCO8OXw9vD+8TfxPvFC8WDxcfF88ZLxlvGs8d7x4PHs8ffyBPJn9MX1Df//AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQA0AKwAsgCyALIAsgCyALIAsgC4ALgAuAC6ALoAugC6ALoAugC6ALoAugC6ALwAwADAAAAAAQACAAMABAAFAAYABwAIAAkACgALAAwADQAOAA8AEAARABIAEwAUABUAFgAXABgAGQAaABsAHAAdAB4AHwAgACEAIgAjACQAJQAmACcAKAApACoAKwAsAC0ALgAvADAAMQAyADMANAA1ADYANwA4ADkAOgA7ADwAPQA+AD8AQABBAEIAQwBEAEUARgBHAEgASQBKAEsATABNAE4ATwBQAFEAUgBTAFQAVQBWAFcAWABZAFoAWwBcAF0AXgBfAAABBgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAASEAAAAAAAAAF8AAOgAAADoAAAAAAEAAOgBAADoAQAAAAIAAOgCAADoAgAAAAMAAOgDAADoAwAAAAQAAOgEAADoBAAAAAUAAOgFAADoBQAAAAYAAOgGAADoBgAAAAcAAOgHAADoBwAAAAgAAOgIAADoCAAAAAkAAOgJAADoCQAAAAoAAOgKAADoCgAAAAsAAOgLAADoCwAAAAwAAOgMAADoDAAAAA0AAOgNAADoDQAAAA4AAOgOAADoDgAAAA8AAOgPAADoDwAAABAAAOgQAADoEAAAABEAAOgRAADoEQAAABIAAOgSAADoEgAAABMAAOgTAADoEwAAABQAAOgUAADoFAAAABUAAOgVAADoFQAAABYAAOgWAADoFgAAABcAAOgXAADoFwAAABgAAOgYAADoGAAAABkAAOgZAADoGQAAABoAAOgaAADoGgAAABsAAOgbAADoGwAAABwAAOgcAADoHAAAAB0AAOgdAADoHQAAAB4AAOgeAADoHgAAAB8AAOgfAADoHwAAACAAAOggAADoIAAAACEAAOghAADoIQAAACIAAOgiAADoIgAAACMAAOgjAADoIwAAACQAAOgkAADoJAAAACUAAOglAADoJQAAACYAAOgmAADoJgAAACcAAOgnAADoJwAAACgAAOgoAADoKAAAACkAAOgpAADoKQAAACoAAOgqAADoKgAAACsAAOgrAADoKwAAACwAAOgsAADoLAAAAC0AAOgtAADoLQAAAC4AAOguAADoLgAAAC8AAOgvAADoLwAAADAAAOgwAADoMAAAADEAAOgxAADoMQAAADIAAOgyAADoMgAAADMAAOgzAADoMwAAADQAAOg0AADoNAAAADUAAOg1AADoNQAAADYAAOg2AADoNgAAADcAAOg3AADoNwAAADgAAOg4AADoOAAAADkAAOg5AADoOQAAADoAAOg6AADoOgAAADsAAOg7AADoOwAAADwAAOg8AADoPAAAAD0AAPAEAADwBAAAAD4AAPAFAADwBQAAAD8AAPAGAADwBgAAAEAAAPAHAADwBwAAAEEAAPBHAADwRwAAAEIAAPCGAADwhgAAAEMAAPCOAADwjgAAAEQAAPDlAADw5QAAAEUAAPD2AADw9gAAAEYAAPD+AADw/gAAAEcAAPE3AADxNwAAAEgAAPE4AADxOAAAAEkAAPE5AADxOQAAAEoAAPE6AADxOgAAAEsAAPE+AADxPgAAAEwAAPFCAADxQgAAAE0AAPFgAADxYAAAAE4AAPFhAADxYQAAAE8AAPFxAADxcQAAAFAAAPF8AADxfAAAAFEAAPGSAADxkgAAAFIAAPGWAADxlgAAAFMAAPGsAADxrAAAAFQAAPHeAADx3gAAAFUAAPHgAADx4AAAAFYAAPHsAADx7AAAAFcAAPH3AADx9wAAAFgAAPIEAADyBAAAAFkAAPIFAADyBQAAAFoAAPJnAADyZwAAAFsAAPJoAADyaAAAAFwAAPJpAADyaQAAAF0AAPTFAAD0xQAAAF4AAPUNAAD1DQAAAF8AAgAA//kDawLDACcAQABCQD8UAQIBAUcABgIFAgYFbQAFAwIFA2sABAMAAwQAbQABAAIGAQJgAAMEAANUAAMDAFgAAAMATBYjGSUqJScHBRsrJRQWDwEOAQcjIiY1ETQ2OwEyFhUXFg8BDgEnIyIGBxEUFhczMh4CARQHAQYiJj0BIyImPQE0NjczNTQ2FhcBFgFlAgECAQgIskNeXkOyCAoBAQECAQgIsiU0ATYktAYCBgICBgv+0QscFvoOFhYO+hYcCwEvCy4CEgUOCQQBXkMBiENeCggLCQYNBwgBNCb+eCU0AQQCCAEsDgv+0AoUD6EWDtYPFAGhDhYCCf7QCgAAAAAC//3/sQNfAwsAJAAxADBALR4VDAMEAgABRwAFAQEAAgUAYAMBAgQEAlQDAQICBFgABAIETBUXFBwUGQYFGislNC8BNzY0LwEmIg8BJyYiDwEGFB8BBwYUHwEWMj8BFxYyPwE2NxQOASIuAj4BMh4BAoEKZWUKCjMKHgplZQseCjILC2VlCwsyCh4LZWUKHgozCthyxujIbgZ6vPS6fuAOC2VlCx0LMgsLZWULCzILHQtlZQsdCzILC2VlCwsyC411xHR0xOrEdHTEAAAD//3/sQNfAwsAIwAwAD0AQEA9IBcOBQQAAgFHAwECBAAEAgBtAQEABQQABWsABwAEAgcEYAAFBgYFVAAFBQZYAAYFBkwVFhUdFBwUEggFHCslBwYiLwEHBiIvASY0PwEnJjQ/ATYyHwE3NjIfARYUDwEXFhQ3NC4BDgMeAj4BNxQOASIuAj4BMh4BAmRRBg4GTE0FEARSBgZMTAYGUgUOBk1MBg4GUQYGTEwGclKKpoxQAlSIqoZWe3LG6MhuBnq89Lp++FIFBU1NBQVSBg4GTE0FDgZSBQVNTQUFUgUQBE1MBg5gU4pUAlCOoo5QAlSKU3XEdHTE6sR0dMQAAAAAAwAA//kD6AJ9ABEAIgAzAEZAQwsCAgQCDQEAAwJHAAQCAwIEA20AAwACAwBrAAABAgABawAGAAIEBgJgAAEFBQFUAAEBBVgABQEFTBcWJBQVGBYHBRsrASYnFhUUBi4BNTQ3BgceASA2ATQmByIGFRQWMjY1NDYzMjYFFAcGBCAkJyY0NzYsAQQXFgOhVYAiktCSIoBVS+ABBOL+txALRmQQFhBEMAsQAdkLTv74/tr++E4LC04BCAEmAQhOCwE6hEE6Q2eUApBpQzpBhHKIiAFJCxABZEULEBALMEQQzBMTgZqagRMmFICaAp5+FAAABAAA/7EDoQMuAAgAEQApAEAARkBDNQEHBgkAAgIAAkcACQYJbwgBBgcGbwAHAwdvAAQAAgRUBQEDAQEAAgMAYAAEBAJYAAIEAkw9PCMzIyIyJTkYEgoFHSslNCYOAh4BNjc0Jg4CHgE2NxUUBiMhIiYnNTQ2FzMeATsBMjY3MzIWAwYrARUUBgcjIiYnNSMiJj8BNjIfARYCyhQeFAIYGhiNFCASAhYcGEYgFvzLFx4BIBbuDDYjjyI2De4WILYJGI8UD48PFAGPFxMR+goeCvoSHQ4WAhIgEgQaDA4WAhIgEgQaibMWICAWsxYgAR8oKB8eAVIW+g8UARYO+iwR+goK+hEAAAAABAAA//kDoQNSAAgAEQAnAD8AREBBPAEHCAkAAgIAAkcJAQcIAwgHA20ABgMEAwYEbQUBAwEBAAIDAGAABAACBAJcAAgIDAhJPz0kJRYiEiU5GBIKBR0rJTQuAQ4BFj4BNzQuAQ4BFj4BNxUUBgchIiYnNTQ2MyEXFjI/ASEyFgMWDwEGIi8BJjc2OwE1NDY3MzIWBxUzMgLKFB4UAhgaGI0UIBICFhwYRiAW/MsXHgEgFgEDSyFWIUwBAxYgtgoS+goeCvoRCQoXjxYOjw4WAY8YZA8UAhgaGAIUDw8UAhgaGAIUjLMWHgEgFbMWIEwgIEwgASgXEPoLC/oQFxX6DxQBFg76AAAAA//1/7ED8wNSAA8AIQAzADVAMhsRAgMCCQECAQACRwACBQMFAgNtAAMAAAEDAGAAAQAEAQRcAAUFDAVJFzgnJyYjBgUaKyU1NCYrASIGHQEUFhczMjYnEzQnJisBIgcGFRcUFjczMjYDARYHDgEHISImJyY3AT4BMhYCOwoHbAcKCgdsBwoBCgUHB3oGCAUJDAdnCAwIAawUFQkiEvymEiIJFRQBrQkiJiJTaggKCghqCAoBDNcBAQYEBgYECP8FCAEGAhD87iMjERIBFBAjIwMSERQUAAAAAgAA/+EC+ALbACEAMQAvQCwRBgIAAwFHAAEAAXAAAgAEAwIEYAADAAADVAADAwBYAAADAEwVKx0lIgUFGSsBDgEjIiYnDwEGIyImNTQ/Ai4BNTQ3PgEyFxYXFhUUBwYlHgEzMj4BNC4BIg4BFRQWAqgpZjYxXSgzghUYHi0PgX4gIiclgJVAPyYmFBT+mRlAIS1PLi9OW08vGgEAKSoiIH2CDy8eGhOCMyZeMktAP0snJT9BSjgyNCQYGi5PXU4uL04tIkAAAAAEAAAAAAN2ApUABAAHAAoADQAeQBsNDAsKCQcEAwgAAQFHAAEAAW8AAABmExECBRYrCQEhARcBIQE3JREhEQUCRAEC/OsBA4f+hAL4/oS6AQH8igEDATL+9QEIfwHl/pY18v4EAfzzAAL///9zAy8DSQB2AIYA20AYf3kzMicFAglyXVZORgsDBwcBEgEABwNHS7AfUFhAMgAJCgIKCQJtAAcBAAEHAG0GAQAIAQAIawQBAgUBAQcCAWAACgoDWAADAwxIAAgIDQhJG0uwLVBYQDEACQoCCgkCbQAHAQABBwBtBgEACAEACGsACAhuBAECBQEBBwIBYAAKCgNYAAMDDApJG0A3AAkKAgoJAm0ABwEAAQcAbQYBAAgBAAhrAAgIbgADAAoJAwpgBAECAQECVAQBAgIBWAUBAQIBTFlZQBCFhH18HB8nI0weIycuCwUdKyc0PwEfARYGBwYvAR4BFxY+ATcRNCYvASMiJjQ2NzM2MjY/ATY0NzUuASc0NjIWBxQGBxUUFh8BHgE0FzMyFhQGKwEiDgEXERQWOwE+ATcHBiYnJj8CFxYUBiIvAQ4BBwYjDgEHDgEiJicuASciJy4BJwcGLgEBFBc1ND4BFh0BNjU0Jg4BAQVmFk4FAgYLDBcQXkIGCgoBDAUGKBMcHBMqAgIIAQQDAR8kAUReRgEmHwIDBAEIAysTHBwTKQIIDgEMBQpDXhAXBg4GCAhOFWcEDRAFHhGMZQEBDhQEBBogGgMDFg0CAWSMEh0GEgsBXwocJhwLIjAgyggFexxgBhAECAgTPFINAQIMDgGFCgwBARoqGAEBBAEEAwYFCg46Iy9ERC8kOA8KBQYDBAEEAgMaJxwCDAn+eg0ODlA9EwUCBgwLYBx7BhIKBRlmmhkBAxQLEBQUEAwSBAEamGcZBgINAhMUDwUUGgIcFAUQExciAh4AAAAAAQAA/2oD6ANSABcAMkAvFhUUERAPDg0KCQgFBAMCARACAAFHAQEAAAxIBAMCAgINAkkAAAAXABcWFBYFBRcrFREXCQEHESEHCQEnIREnCQE3ESE3CQEXdwEW/ux5AVZ3ARUBE3kBWnf+6wETef6qd/7r/u15lgFWdwEVARN5AVp3/usBE3n+qnf+6/7tef6mdwEW/ux5AAACAAD/aQPoA1EABQAOACVAIgABAgEBRwMCAQMCRAACAQJwAAEBAFYAAAAMAUkTFBQDBRcrAREJAiEDNjQuAQYeATYD6P2t/msCUwEOGRw4TjoCNlICyv7y/a0BlQJT/tkcUDYCOkw8BAAAAAABAAD/xAOsAvgAFwBDQEAQBQIEAREBBQQCRwIBAQMEAwEEbQYBAAADAQADYAAEBQUEVAAEBAVYAAUEBUwBABQSDw0KCQcGBAMAFwEXBwUUKwEyFhczByczLgEiBhQWMzI3FwYjIiYQNgGYqO4Eeri4kAS0+rS0fmhORm6OqPDwAvjops7OfKy0/rQ8TFjwAVTwAAAABQAA//kD5AMLAAYADwA5AD4ASAEHQBVAPjsQAwIBBwAENAEBAAJHQQEEAUZLsApQWEAwAAcDBAMHBG0AAAQBAQBlAAMABAADBGAIAQEABgUBBl8ABQICBVQABQUCWAACBQJMG0uwC1BYQCkAAAQBAQBlBwEDAAQAAwRgCAEBAAYFAQZfAAUCAgVUAAUFAlgAAgUCTBtLsBdQWEAwAAcDBAMHBG0AAAQBAQBlAAMABAADBGAIAQEABgUBBl8ABQICBVQABQUCWAACBQJMG0AxAAcDBAMHBG0AAAQBBAABbQADAAQAAwRgCAEBAAYFAQZfAAUCAgVUAAUFAlgAAgUCTFlZWUAWAABEQz08MS4pJh4bFhMABgAGFAkFFSslNycHFTMVASYPAQYWPwE2ExUUBiMhIiY1ETQ2NyEyFx4BDwEGJyYjISIGBxEUFhchMjY9ATQ/ATYWAxcBIzUBByc3NjIfARYUAfBAVUA1ARUJCcQJEgnECSReQ/4wQ15eQwHQIx4JAwcbCAoNDP4wJTQBNiQB0CU0BSQIGDeh/omhAm8zoTMQLBBVEL1BVUEfNgGSCQnECRIJxAn+vmpDXl5DAdBCXgEOBBMGHAgEAzQl/jAlNAE2JEYHBSQICAGPoP6JoAEuNKE0Dw9VECwAA//9/7EDWQMLAAwAHAAuAERAQSgeAgUEFhUOAwMCAkcGAQAABAUABGAABQACAwUCYAADAQEDVAADAwFYAAEDAUwBACwqIyEaGBIQBwYADAEMBwUUKwEyHgEUDgEiLgI+ARM1NCYrASIGBxUUFhczMjYnEzQnJisBIgcGFRMUFjsBMjYBrXTGcnLG6MhuBnq8wQoHawgKAQwHawcKAQoGBQh7CAUGCgoJZwgKAwt0xOrEdHTE6sR0/UhqCAoKCGoICgEMxwFaBwMFBQMH/qYGCAgAAAAGAAD/sQMSAwsADwAfAC8AOwBDAGcAZEBhV0UCBggpIRkRCQEGAAECRwUDAgEGAAYBAG0EAgIABwYAB2sADgAJCA4JYA8NAggMCgIGAQgGXgAHCwsHVAAHBwtYAAsHC0xlZGFeW1lTUk9MSUdBPxQkFCYmJiYmIxAFHSsBERQGKwEiJjURNDY7ATIWFxEUBisBIiY1ETQ2OwEyFhcRFAYrASImNRE0NjsBMhYTESERFB4BMyEyPgEBMycmJyMGBwUVFAYrAREUBiMhIiYnESMiJj0BNDY7ATc+ATczMhYfATMyFgEeCggkCAoKCCQICo8KCCQICgoIJAgKjgoHJAgKCggkBwpI/gwICAIB0AIICP6J+hsEBbEGBAHrCgg2NCX+MCU0ATUICgoIrCcJLBayFyoJJ60ICgG3/r8ICgoIAUEICgoI/r8ICgoIAUEICgoI/r8ICgoIAUEICgr+ZAIR/e8MFAoKFAJlQQUBAQVTJAgK/e8uREIuAhMKCCQICl0VHAEeFF0KAAMAAP9qA1kDUgATABoAIwA1QDIUAQIEAUcAAgADBQIDYAAEBAFYAAEBDEgGAQUFAFgAAAANAEkbGxsjGyMTJhQ1NgcFGSsBHgEVERQGByEiJicRNDY3ITIWFwcVMyYvASYTESMiJic1IREDMxAWHhf9EhceASAWAfQWNg9K0gUHrwbG6BceAf5TAn4QNBj9fhceASAWA3wXHgEWECbSEQavB/ywAjwgFen8pgAPAAD/agOhA1IAAwAHAAsADwATABcAGwAfACMAMwA3ADsAPwBPAHMAmECVQSUCHRJJLSQDEx0CRyEfAh0TCR1UGwETGRcNAwkIEwlfGBYMAwgVEQcDBQQIBV4UEAYDBA8LAwMBAAQBXhoBEhIeWCABHh4MSA4KAgMAABxYABwcDRxJcnBtamdmY2BdW1ZTTUxFRD8+PTw7Ojk4NzY1NDEvKScjIiEgHx4dHBsaGRgXFhUUExIRERERERERERAiBR0rFzM1IxczNSMnMzUjFzM1IyczNSMBMzUjJzM1IwEzNSMnMzUjAzU0JicjIgYHFRQWNzMyNgEzNSMnMzUjFzM1Izc1NCYnIyIGFxUUFjczMjY3ERQGIyEiJjURNDY7ATU0NjsBMhYdATM1NDY7ATIWBxUzMhZHoaHFsrLFoaHFsrLFoaEBm7Oz1rKyAayhodazs8QMBiQHCgEMBiQHCgGboaHWs7PWoaESCggjBwwBCggjCArXLBz87h0qKh1INCUkJTTWNiQjJTYBRx0qT6GhoSSysrIkof3Eofqh/cShJLIBMKEHCgEMBqEHDAEK/iayJKGhoWuhBwoBDAahBwwBCiz9NR0qKh0Cyx0qNiU0NCU2NiU0NCU2KgAAAAQAAP+iA2EDGwAJABQAIQApAEpARxgREAMCBBoPAgMCJyYjHwQDBgADA0cOAQMBRgAEAgRvAAIFAQMAAgNeAAABAQBSAAAAAVYAAQABSgAAFBMACQAJERMRBgUXKxMRIRE3ESERIQclFgYPATcnBzc+AQc0PwIXIg8BAQcnNxcnDwIXPwFaAbxa/ZACHUsBdRoCGzkRP0o4GkjBPQ4BQwILCv6NnwIpfC0jFwouJxcCTf2vAQZl/jsC+E20GUgbOEtAETkaAX0CEQQBRSUm/oAkAZ4pLgYWKC0JFwAEAAAAAAJrApQABgANABQAGwAqQCcbGhkWFBMQDw0MCQgGBQIBEAEAAUcCAQABAG8DAQEBZhUWFhMEBRgrEycHNTMHFwcXBxcjNRclJzcnMxUnETcVIzcnN7pxSdJIc0NDc0jSSQFmQXNI0klJ0khzQQGXdEnSSXOzQnJI0knlQXNJ0kj+qEnSSHJCAAEAAP+JAxcDMgAGAB1AGgEBAEUDAgIAAQBvAAEBZgAAAAYABhESBAUWKxEJASMRIREBjQGK2P6ZARoCGP3o/m8BkQAAAf/3/4gDPAMzABoAE0AQAAEAAW8CAQAAZiMzIQMFFysTNjsBNTQ2FyEyFgcVMzIWBwEOAyYvAQEmBQ0okyAVATAWIAGTKBoU/pUBCBAUEAUE/pUVAhoXzRUgAR4WzS4f/boCCAoCDAUFAkYgAAAAAAMAAP9pA+oDUwAIABEAHQAvQCwdHBsaGRgXFhUUEwsCAwFHAAMDAFgAAAAMSAACAgFYAAEBDQFJExQTEgQFGCsRNAAEAAIABAA3FBYENhAmBAYTNyc3FzcXBxcHJwcBJgGcASgE/uD+XP7iaeYBQubm/r7mkYmJbYmJbYmJbYmJAV7PASYC/t7+Xv7eAgEmz6LkAugBQOgC5P7ViYltiYltiYltiYkAAAMAAP9pA+oDUwAIABEAGAA+QDsTAQQDAUcHBgIEAwUDBAVtAAUCAwUCawADAwBYAAAADEgAAgIBWAABAQ0BSRISEhgSGBEUExQTEggFGisRNAAEAAIABAA3FBYENhAmBAYXNxcjFSM1ASYBnAEoBP7g/lz+4mnmAULm5v6+5qrd3XvEAV7PASYC/t7+Xv7eAgEmz6LkAugBQOgC5JTPz9/fAAAAAwAA/2kD6gNTAAgADAAVADFALgACAAUEAgVgBgEDAwBYAAAADEgABAQBWAABAQ0BSQkJFBMQDwkMCQwTExIHBRcrETQABAACAAQAARMzEwEUFjI2NC4BBgEmAZwBKAT+4P5c/uIBOk/PTv7hPlo+Plo+AV7PASYC/t7+Xv7eAgEmAmH92gIm/UgsQEBYQAJEAAAAAAEAAAAAA+gCogAGAAazBQEBLSsRNwkBFwEnlAFgAWCU/gyUAg6U/qEBX5T+DJQAAAEAAAAAA+gCogAGAAazBAIBLSs1ATcBBwkBAWCUAfSU/qD+oK4BYJT+DJQBX/6hAAEAAP9qAogDUgAHAAazBgIBLSsRNwEXCQEHAZQBYJT+oQFflP6gAV6VAV+U/qD+oJQBYAABAAD/agKIA1IABgAGswYDAS0rFQkBNwEXAQFg/qCUAWCU/gwCAWABYJT+oZX+DAACAAD/aQPoA1IADgAdAE5ASxgUAgUGDgMCAQAAAQMBA0cVAQRFCAcCBQYABgUAbQIBAAEGAAFrAAYGBFgABAQMSAABAQNYAAMDDQNJDw8PHQ8dIhMkIhIiEQkFGysVESEHFjMyNjczBgQnIicDNiQzMhc3ESE3JiMiBgcBkqBsln3CIYoj/uyzz5KJIwEUs8+Tkv5uoGyWfcIhlgGSoGuWda3mAZIBxK7kkpL+bqBrlnUAAAABAAAAAAHMAiYAAgAVQBIBAQBEAQEAAGYAAAACAAICBRQrAQsBAczm5gIm/nABkAABAAAAAAHMAiYAAgAVQBIBAQBFAQEAAGYAAAACAAICBRQrNRsB5uaWAZD+cAAAAAACAAD/sQNaAwsACABqAEVAQmVZTEEEAAQ7CgIBADQoGxAEAwEDRwAFBAVvBgEEAARvAAABAG8AAQMBbwADAgNvAAICZlxbU1FJSCsqIiATEgcFFisBNCYiDgEWMjYlFRQGDwEGBxYXFhQHDgEnIi8BBgcGBwYrASImNScmJwcGIicmJyY0Nz4BNyYvAS4BJzU0Nj8BNjcmJyY0Nz4BMzIfATY3Njc2OwEyFh8BFhc3NjIXFhcWFAcOAQcWHwEeAQI7UnhSAlZ0VgEcCAdoCgsTKAYFD1ANBwdNGRoJBwQQfAgMEBsXTwYQBkYWBAUIKAoPCGYHCAEKBWgIDhclBgUPUA0HCE0YGgkIAxF8BwwBDxwXTwUPB0gUBAQJKAoPCGYHCgFeO1RUdlRUeHwHDAEQHhUbMgYOBhVQAQU8DQhMHBAKB2cJDDwFBkAeBQ4GDDIPHBsPAQwHfAcMARAZGiAtBwwHFFAFPA0ITBwQCgdnCQs7BQVDHAUOBgwyDxwaEAEMAAAABgAA/3IELwNJAAgAEgAbAHoAtgDxAJxAme7ZAgQOal0CBQjQvHADAAW+rKB1UkxFIx0JAQCznkADAgE6LQIGApWAAgsDB0fn2wIORYIBC0QKAQgJBQkIBW0ABgIHAgYHbQAOAAQJDgRgAAkIAAlUAAUNAQABBQBgAAIGAQJUDAEBAAcDAQdgAAMLCwNUAAMDC1gACwMLTOXjx8aqqIuKbWxkYlpZNDIrKhMUFBQTEg8FGisBNCYiBhQWMjYFNCYOARcUFjI2AzQmIgYeATI2BxUUBg8BBgcWFxYUBw4BIi8BBgcGBwYrASImNScmJwcGIicmNTQ3PgE3Ji8BLgE9ATQ2PwE2NyYnJjQ3PgEzMh8BNjc2NzY7ATIWHwEWFzc2MhcWFRQPAQYHFh8BHgEBFRQHBgcWFRQHBiMiLwEGIicOAQciJyY1NDcmJyY9ATQ3NjcmNTQ/ATYzMhYXNxc2PwEyFxYVFAcWFxYRFRQHBgcWFRQHBiMiJicGIicOASInJjU0NyYnJj0BNDc2NyY1ND8BNjMyFhc3FzY/ATIXFhUUBxYXFgH0VHZUVHZUAa0sOCwBKjosASw4LAEqOizYCARXBgwTHwQEDEQQBUAVFgYHBA1oBgoNExdCBA0GUAQFJAgNB1UFCAgFVgcLEx8EBAxECgYGQBMYBgcDDWgGCgENExdBBQ0FUQQYEQgNBlUGBgFmUwYKHAJEAQUVHQsMCwcsAwFEAx0KB1NTBwodAzQQAQQqCBERHBcEAkMCHAkHU1MGChwCRAEFKggLDAsHLAREAx0KB1NTBwodAzQQAQQqCBERHBcEAkMCHAkHUwFeO1RUdlRU4x0sAigfHSoqAlkdKio7KirNZwYKAQ4TFxslBgwEEUIEMgsGPBsNCAZVBgwyBARLDwUFCCwMGBYNAQgHaAUKAQ4TFxslBgwFEEIEMgoIPBoNCAZVBgsxBARLDwQGHhUNGxMMAgj+z04JCA8OPw4CAigbJQEBCzQBKAICDj8ODwgJTgkJEA0/DgICHgk0DAEBKBcBJwICDj8NEAkCM04JCQ8OPw4CAic0DAEBDDQnAgIOPw4PCQlOCQgQDT8OAgIeCTQLAQEnFwEnAgIOPw0QCAAAAQAAAAACPAHtAA4AF0AUAAEAAQFHAAEAAW8AAABmNRQCBRYrARQPAQYiLwEmNDYzITIWAjsK+gscC/oLFg4B9A4WAckOC/oLC/oLHBYWAAAB//8AAAI7AckADgARQA4AAQABbwAAAGYVMgIFFislFAYnISIuAT8BNjIfARYCOxQP/gwPFAIM+goeCvoKqw4WARQeC/oKCvoLAAAAAQAA/+cDtgIpABQAGUAWDQEAAQFHAgEBAAFvAAAAZhQXEgMFFysJAQYiJwEmND8BNjIXCQE2Mh8BFhQDq/5iCh4K/mILC10KHgoBKAEoCxwMXAsBj/5jCwsBnQseClwLC/7YASgLC1wLHAAAAQAA/8ACdANEABQALbUJAQABAUdLsB9QWEALAAABAHAAAQEMAUkbQAkAAQABbwAAAGZZtBwSAgUWKwkBBiIvASY0NwkBJjQ/ATYyFwEWFAJq/mILHAtdCwsBKP7YCwtdCh4KAZ4KAWn+YQoKXQscCwEpASgLHAtdCwv+YgscAAABAAD/wAKYA0QAFAAttQEBAAEBR0uwH1BYQAsAAAEAcAABAQwBSRtACQABAAFvAAAAZlm0FxcCBRYrCQIWFA8BBiInASY0NwE2Mh8BFhQCjv7XASkKCl0LHAv+YgsLAZ4KHgpdCgKq/tj+1woeCl0KCgGfCh4KAZ4LC10KHgAAAAEAAAAAA7YCRgAUABlAFgUBAAIBRwACAAJvAQEAAGYXFBIDBRcrJQcGIicJAQYiLwEmNDcBNjIXARYUA6tcCx4K/tj+2AscC10LCwGeCxwLAZ4La1wKCgEp/tcKClwLHgoBngoK/mILHAAAAAEAAP+9A0MC/wAbADVAMgAFAAVvAAIBAnAEBgIAAQEAVAQGAgAAAVgDAQEAAUwBABgXFBIPDQoJBgQAGwEbBwUUKwEyHgEGLwEVFA4BJic3ByImNDY3Myc0NjIWBxUC2Sw8AkAq0DxaOAID1Cw8PCzUAzxWQAIBxj5UPgED1Cs8AkAp1AM8VjwB0So+PirRAAP//v9pA+gDUQAIABIAFgAlQCIVAQIDAUcAAwMAWAAAAAxIAAICAVgAAQENAUkUFBMSBAUYKxE0ACAAEgAkADcUFiQ3NhAmJAYTPwEHASQBoAEiAv7a/mT+2H/cATZscN7+zuC9ffp9AV7PAST+3P5i/toCASLRmt4CbHABNNwC4P6s+n36AAAEAAD/nwOPAx0ABgANABQAGwAqQCcbGhkWFBMSEQ0MCwgGBQQBEAABAUcCAQEAAW8DAQAAZhcVFhIEBRgrJTcVIzcnNwEHNTMHFwcBJzMVJwcnAwcXIzUXNwNHSN9IuE/9y0jfSLhPAeZI30i4T9+4SN9IuDdI4Ei5TwGXSN9IuE8BB0jfSLhP/oO5SOBIuAACAAD/bgOtA08AEQAdAENLsC1QWEAYAAIDAQMCAW0AAwMAWAAAAAxIAAEBDQFJG0AXAAIDAQMCAW0AAQFuAAMDAFgAAAAMA0lZtiQmFzMEBRgrGQE+ARchFhcBFhQHAQYiJwEmNx4BNzI2NzQmBw4BAiweAR9YLQGqExP+shlAFP5YN30CKh4gKAEuGyEoAeMBHx8uAQYx/igcPBb+shUVAdtA6R8qASwcISoBAioAAAIAAP9qA4YDUgATABYAQEA9BQQBAwIBFhUSEQoIBgcDAgJHAAIBAwECA20AAQEAVgAAAAxIAAMDBFYFAQQEDQRJAAAAEwATEREYEgYFGCsVETchFTcXAQc3ATUhFSMRITU3EQE3J7wCCR+i/oTvTAEG/o+kAhVY/qR3UJYDMrbiH6D+g07uAQbinP1kj1f+wgEIJ1IAAAAAAwAA/5cDjgMlAAgAEQAXAChAJRUBAgMBRwAAAAMCAANgAAIBAQJUAAICAVgAAQIBTBMUExIEBRgrETQAIAAQACAANxQWBDYSJgQGGwElFwMFAQwBeAEK/vb+iP70P+YBROYC6v7A6oy6AS4UuP7SAV28AQz+9P6I/vYBCr2i5gLqAUDqAub+dAEuuhb+0rgABgAA/7YD6AMGACcAMABYAIAAiwCWALhAtUUPDgcGBQUAVlVTUUxKSREQBQQLAwVoZWRjX15UUE9LFRQBAA4CA2lnXSUYBQgCgW0kIhsZBgcGfn17eXRxIxoIAQcGR2ABAmoBCAJGQkFAPz08Ozg3NjULCUV8eHdzcgUBRAAJAAlvAAUAAwAFA20ACAIGAggGbQAGBwIGB2sABwECBwFrBAEAAAMCAANgAAIIAQJUAAICAVYAAQIBSpWTiohvbltaR0YzMi8uKyofHhoKBRUrPQE3NjcnNxc2PwEzFxYXNxcHFh8BFQcGBxcHJwYPASMnJicHJzcmJzcUFj4CLgEGJTcXNjcnNxc2PwEXBxYXNxcHFh8BByMGBxcHJwYPASc1JicHJzcmJwM3MzY3JzcXNj8BFxUWFzcXBxYfAQcjBgcXBycGDwEnNSYnByc3Jic3Bh4BPgEmJyMiBhMGHgE+ASYnIyIGXggPPERKGh0IYQodGkpEPBAHXl4HEDxEShodCmEIHRpKRDwPCH80TDICNkg4AUAIRggMJTYxFBUOSAIWETktMQoCRAhECA4nOC8WFQ5GFBE7LTEIBCUGMQYIGiUkDRAKMBAMKR8jBgQvBjEEChwoIw0QCjENDikfIwYCRQQYKBwGGhIGERwSBCQ2KgQgHAcaJPVhCB4ZSkU9EAdeXgcQPUVKGR4IYQodGkhGPA8IXl4IDzxGSBodOyU2AjJOMAQ4y0gCFhE5LTEKBEIIRAgOJzYxFBcORhQROy0xCARCBkYIDCU2MRQV/lEyEAwrISUIAjAFMQYKGykjDRAMMw8MKyElCAIxBjMEChwpJA0QGRUeBBYuGAYYAbAbKggmNCwCIgAAAQAA/2oDDQNSAAYAH0AcAQEARQMCAgABAG8AAQENAUkAAAAGAAYREgQFFisRCQEjESERAYcBhtP+mQEIAkr9tv5iAZ4AAAAAAwAA/7EDWgNSAAgAPwBvAFRAUUpCOAMDBQFHAAUCAwIFA20ACgAAAgoAYAAIAAIFCAJeAAMABwQDB2AABAAGBAZcAAEBCVgACQkMAUlubGdlXFpVUk9MPj0xLiglJCMVKwsFFis3NC4BBhQWPgEBNCYnIzQ2JzQmJw4CBwYHDgIPAQYPAQYnIxEzMh4EFxY7ATI1NCc+ATQnNjU0Jic+ATcUBxYVFAcWFRQHFAYrASImJyYrASImNRE0NjsBNjc2Nz4CNzYzMh4BFRQHMzIWjxYcFhYcFgKDLBzENgEiNw4OFBcNHgIWDgwWCgwWCgoSEgcWDhwMHAJ2SUNrAhAUCh0KCRIYRxsFFQEhYE5INmhFQQyhHSoqHZkUOSAcDQwWGBYcL0ooG2I6VmQPFAIYGhgCFAFQHSoBIHIgNzQBD0JKGA0mAxoUDhkLCA8HAf6bAgYGCAQEKV0PEAkqKBIcJw4iCQEyFTIpEhQrJgwMOCtOWhoXFyodAWUeKg1JKh4OREgYFSROQTM4VAAAAgAA//kCgwMLAAcAHwAqQCcFAwIAAQIBAAJtAAICbgAEAQEEVAAEBAFYAAEEAUwjEyU2ExAGBRorEyE1NCYOARcFERQGByEiJicRNDYXMzU0NjIWBxUzMhazAR1UdlQBAdAgFv3pFx4BIBYRlMyWAhIXHgGlbDtUAlA9of6+Fh4BIBUBQhYgAWxmlJRmbB4AAQAA//kDoQMMACUAMEAtBAECAQABAgBtAAADAQADawADA24ABQEBBVQABQUBWAABBQFMEyU1IxUkBgUaKwEVFAYHIyImPQE0Jg4BBxUzMhYXERQGByEiJicRNDYXITU0PgEWA6EWDiQOFlJ4UgE1Fx4BIBb96RceASAWAXeS0JACEY8PFAEWDo87VAJQPWweF/6+Fh4BIBUBQhYgAWxnkgKWAAADAAD/agNZAwsACABAAHIAT0BMcWgRDwQAAgFHAAACAwIAA20ACgABCQoBYAAJAAIACQJeAAMACAUDCGAABQAGBAUGYAAEBAdYAAcHDQdJZmNgXSolJCUeIRk9GwsFHSsTNC4BBhQWPgEBNCYjPgEnNCc2NCYnNjU0JisBIg8BDgEPAgYnIxEzMhYfAR4CHwEWFx4CFzI2JzQmJzMyNjcUBicjFhUUDgEjIicuAycmJyYnIyImNRE0NjsBMjc+ATczMhYdARYVFAcWFRQHFo8WHBYWHBYCgxgSCAwBHQoUEAI2MUdJdhANDg0VEgoIEhIJFgsWCxYQCg0eDRcUDg42JAE0AcQcLEdUO2IbJ0wuHBYTFgYOChshORSZHSoqHaEMQUhqOj9OYCEBFQUbAlgPFAIYGhgCFP7OEzQKIg4mHBEqKAoQDy8uKQUEBgQGBAIB/psKChQKHhINESYNGEpCDzY2IXAhLBs5VgE3NEJNJBUSNjAuDRwrSQ0qHgFlHSoXGBgBWE0DKzgMDCYqFRIpAAAAAAMAAP9qA8QDUwAMABoAQgB/QAwAAQIAAUcoGwIDAUZLsA5QWEArBwEFAQABBWUAAAIBAGMAAwABBQMBYAAEBAhYAAgIDEgAAgIGWAAGBg0GSRtALAcBBQEAAQVlAAACAQACawADAAEFAwFgAAQECFgACAgMSAACAgZYAAYGDQZJWUAMHyISKBYRIxMSCQUdKwU0IyImNzQiFRQWNzIlISYRNC4CIg4CFRAFFAYrARQGIiY1IyImNT4ENzQ2NyY1ND4BFhUUBx4BFxQeAwH9CSEwARI6KAn+jALWlRo0UmxSNBoCpiod+lR2VPodKhwuMCQSAoRpBSAsIAVqggEWIjAwYAgwIQkJKToBqagBKRw8OCIiODwc/teoHSo7VFQ7Kh0YMlReiE1UkhAKCxceAiIVCwoQklROhmBSNAACAAD/uQNSAwMAFwAwADBALSokGwMCAw8GAgABAkcABAMEbwADAgNvAAIBAm8AAQABbwAAAGYUFTk6GAUFGSsBFRQGJi8BBwYiLwEmND8BJyY0NjsBMhYBFA8BFxYUBisBIiY3NTQ2Fh8BNzYyHwEWAa0WHAtRuQUQBEAGBrlQCxYO+g4WAaUGuVALFg76DhYBFB4KUbkGDgY/BgE6+g4WAglRugUFQAYOBrlQCxwWFgFpBwW6UAscFhYO+g4WAglQuQUFQAUAAAIAAP+xA1oDCwAYADAAMUAuKB8ZAwIEEgwDAwABAkcABAIEbwACAwJvAAMBA28AAQABbwAAAGY6FBcaNwUFGSsBFA8BFxYUBgcjIiYnNTQ+AR8BNzYyHwEWARUUDgEvAQcGIi8BJjQ/AScmNDY3MzIWAaUFuVAKFA/6DxQBFhwLULoFDgZABQG0FCAJULkGDgZABQW6UQoUD/oPFgEFBwa5UQoeFAEWDvoPFAIMULkGBj8GAdv6DxQCDFC5BgZABQ4GuVEKHhQBFgAAAAMAAP+xA+kDCwAIADQAZwBWQFM/OywoBAMGAUcACgABCwoBYAALAAACCwBgAAkAAgUJAmAABQAGAwUGYAADAAgEAwhgAAQHBwRUAAQEB1gABwQHTGZkYF5PTTIoJCwiISYnKwwFHSs3NC4BBhQWPgEBNCYnITQ+Ajc0JiMiDwEOAQcGKwERMzIeARcyNTQnPgEmJzY1NCYnMzI2NxQGKwEGBxYVFAcWBiMiJyYrASImNRE0NjsBMj4FMzY3PgQzMhYXFAczMhaPFhwWFhwWAxIsHP6/EBYOATApDSUVFlARJigSEihqbi5pAxEUAgkeDAi5HSpIVDteAhMCIgFgT0ppXCGhHSoqHaEGDA4MDgoKAyQUBxYUGiIWRloBDdE6VmQPFAIYGhgCFAFQHSoBCyAeLhglIk0lI1sOIP6bJCIBXQ8QCSooEhwnDiIJKh47VCMgDAw4K05aJyEqHQFlHioEDAgSBhIqHgwuIiQUTEMmIlQAAAMAAP+xA+gDCwAzADwAbQBnQGQmAQgETkkoAwAIAkcACgACCQoCYAAJAAMLCQNgAAsAAQQLAWAABAAIAAQIYAwBAAAGBQAGYAAFBwcFVAAFBQdYAAcFB0wBAGxqXVtXVVJQR0VDQDEwIyEeHBUTBAIAMwEzDQUUKyUzESMiLgInJicmJyYvAS4DIyIGBxQeAhchIgYUFjsBDgEHFBcGFBYXBhUUFjI+ATc0LgEGFBY+ARMRFAYrASIHBiMiJjc1JjU0NyYnIyImNDY7ASY1NDY3Mh4BHwEWHwEeBDczMhYDABISFCQiFhAEAygWCA0GBQoOCgUoMAEQFg4B/r8cLCwcuQkKAR4KEhICNl9ubMgWHBYWHBZHKh2hIVxqRlBiASICEwJeO1RUO9ENXEUVJBoJJxQkEgMSCBIICKEdKkABZQ4cFhQFAi4jDRkNCxIWDCIlGC4eIAssOSoJIg4nHBIoKgkNEi8uJCIlDxQCGBoYAhQBUP6bHSohJ1hNAyo5DAwgI1R1VCImREoBFCQRSx4qFQQQCgoGASoAAAADAAD/agNZA1MACAA0AGcAeUB2YQENDBEBCQJYAQEJDQEGAVNCAgcFAAEIAAZHFgECAUYABQYHBgUHbQALAAMCCwNgAAwAAgkMAmAADQABBg0BYAAJAAYFCQZgAAcAAAgHAGAABAQKWAAKCgxIAAgIDQhJZmVkYmBfXFtXVTwcIxMVIhMnEg4FHSsFNC4BDgEWPgETNCMiBy4BBgcmIyIGBzU0LgEGFxEiLgInIgYXFBcWFx4BFxYdASE1ND4BNxQHBh0BFAYjISImPQE0LgIvAS4BJyYnLgQnNDY3Mhc1NDYeAQcVFhc2MzIXNhYCyhQeFAIYGhhGXQ8RCSgqERwnDiIJLDgsAQsgHi4YJSQBThkLJFoOIAFlJCRHJiEqHv6bHSoGCgoHDAUOAykfCy4iJhACSkUmIVZzVgEjHwwMOStNWisPFAIYGhgCFAG6aQMRFAIJHgwIuR0qASwc/r8QFg4BMCkNJQ4HFlARJigSEihqbjBKaVwhoR0qKh2hBgwODAcMBQoDJBQHFhQaIhZGWgEN0TpWAVQ7XgITAiIBYAAAAAADAAD/agNZA1IAMwA8AHEAeEB1NAEHBmUgAgEATgELBSsBBAtHAQIJBUcnAQQBRgADBAgEAwhtAAcAAAEHAF4AAQALBAELYAAFAAgJBQhgAAQACQIECWAABgYMWAAMDAxIAAICClgACgoNCklraFFPS0pEQkA/Ozo3NjIwLSwqKCQjHBoWDQUVKwE0LwEmPQEhFRQOAg8BBgcGBw4EBxQWFzI+AjcRFBYyNjc1FjMyNxYyNjcWMzI2AzQmIg4BFjI2ExQGJyMGIyInBgcVFAYiJic1BiMiJic0PgM3Njc2PwE2PwE+Ajc1NDYzITIWHQEUFxYDEhIkEv6bDhoaEQgtJAwaARYSFgwBIiYYLh4gCyo6KgEZICccESooCQ4SLy5IFB4UAhgaGI1WTgMrOQwMHiRUdVQBHilESgEUIiYqDR8pAggMBAgMBAwEASodAWUeKiEmATovN202JxISFCQiFhAHKBYIDQEKCg4KBSgwARAWDgH+vxwsLBy5FB4KEhICNgHdDhYWHBYW/mRQYgEiAhEEXjtUVDvRDVxFFSQaEhgGFCQBBwoDCQ0EEggIoR0qKh2hIVxqAAUAAP/DA+gCsQAJABoAPgBEAFcAV0BUNBsCAARTBgICAFJDAgECUEIpJwgBBgYBBEcABQQFbwACAAEAAgFtAAEGAAEGawAGAwAGA2sAAwNuAAQAAARUAAQEAFgAAAQATExLEy4ZJBQdBwUaKyU3LgE3NDcGBxYBNCYHIgYVFBYyNjU0NjMyNjcUFQYCDwEGIyInJjU0Ny4BJyY0Nz4BMzIXNzYzMhYfARYHFhMUBgcTFhcUBwYHDgEjNz4BNyYnNx4BFxYBNiswOAEigFVeAWoQC0ZkEBYQRDALEMo76jscBQoHRAkZUIYyCwtW/JcyMh8FCgMOCyQLAQkVWEmdBPoLFidU3Hwpd8hFQV0jNWIgC2lPI2o9QzpBhJABZwsQAWRFCxAQCzBEEHUEAWn+WmkyCScGCgcqJHhNESoSg5gKNgkGBhQGAQX+/U6AGwEYGV4TEyQtYGpKCoRpZEA/JGI2EwAAAgAA/7EDWwMLACQARwBdQFpDJQIGCS8BBQYXAQMCCAEBAwRHAAkIBggJBm0HAQUGAgYFAm0EAQIDBgIDawABAwADAQBtAAgABgUIBmAAAwEAA1QAAwMAWAAAAwBMRkUmJSU2JSY1FCQKBR0rARQVDgEjIiYnBwYiJj0BNDY7ATIWBg8BHgE3MjY3Njc2OwEyFhMVFAYrASImNj8BJiMiBgcGBwYrASImNzU+ATMyFhc3NjIWA0sk5JlRmDxICxwWFg76DhYCCU0oZDdKgicGGAQMawgKDhQQ+g4WAglNUnBLgicGFwUMbwcMASTmmVGaPEgLHBgBBQMBlro+OUgLFg76DhYWHAtNJCoBSj4KOA0MAbj6DhYWHAtNTUo+CjgNDAYElro+OUgLFgAAAQAAAAADMQJSAA4AEkAPDAUCAEQBAQAAZhQSAgUWKxE0NjIXCQE2MhYUBwkBJiQ0EAExATASMiQS/nr+eRICFRkkEv7RAS8SJDIS/nkBhxMAAAAAAQAAAAADMAJZAA4AEkAPCgMCAEUBAQAAZhQXAgUWKzU0NwkBFhQGIicJAQYiJhIBhwGGESM0Ef7R/s8SMiSnGhEBh/55ETQjEQEx/s8RIwABAAD/wgHvAvUADgAYQBUKAwIBAAFHAAABAG8AAQFmFBcCBRYrMTQ3CQEmND4BFwkBBiImEgEx/s8SJDQRAYb+ehMwJhkSATABMBI0IgIT/nn+eRIkAAAAAQAA/8gB7wL6AA0AF0AUBwEBAAFHAAABAG8AAQFmGBICBRYrEQE2MhYUBwkBFhQGIicBhxIxJRL+0AEwEiQyEgFhAYcSJDQR/tD+zxE0IxIAAAAAAQAA/2oD6ANSAEQAUEBNCwEJCgcKCQdtDQEHCAoHCGsGAQABAgEAAm0EAQIDAQIDawwBCAUBAQAIAV4ACgoMSAADAw0DSUFAPTw7OTQzLiwTFxMRJRUhExQOBR0rARQPAQYiJj0BIxUzMhYUDwEGIi8BJjQ2OwE1IxUUBiIvASY0PwE2MhYdATM1IyImND8BNjIfARYUBisBFTM1NDYyHwEWA+gLjgseFNdIDhYLjwoeCo8LFg5I1xQeCo8LC48KHhTXSA4WC48LHAuPCxYOSNcUHguOCwFeDguPCxYOSNcUHgqPCwuPCh4U10gOFguPCxwLjwsWDkjXFB4LjgsLjgseFNdIDhYLjwoAAAT///+JA6oDMwARACIAKwAvAENAQAAGBQcFBgdtCAEHAgUHAmsAAAADBAADYAAEAAUGBAVgAAIBAQJUAAICAVgAAQIBTCwsLC8sLxMTFhcYFyQJBRsrETQ+AhcyHgIOAyIuAjcUHgI+BC4DDgIlNDYyFhQGLgETETMRSn6sYV+ufEwBSn6swK58THY4XoKQgGA2AjpchIyGWjwBGyg/JiZAJgSEAV5frnxMAUp+rL+ufkpKfq5fR4RcOgI2YICSfmI0BDxahmUcIiI4JAEi/osBK/7VAAAAAAIAAP/5A+gDUgAnAD8AREBBKAEBBhEBAgE3LgIEAiEBBQQERwAEAgUCBAVtAAUDAgUDawABAAIEAQJgAAMAAAMAXAAGBgwGSTobJTU2JTMHBRsrARUUBiMhIiY1ETQ2NyEyFh0BFAYjISIGBxEUFhchMjY9ATQ2OwEyFhMRFA4BLwEBBiIvASY0NwEnJjQ2MyEyFgMSXkP+MENeXkMBiQcKCgf+dyU0ATYkAdAlNAoIJAgK1hYcC2L+lAUQBEAGBgFsYgsWDgEdDxQBTLJDXl5DAdBCXgEKCCQICjQl/jAlNAE2JLIICgoB2v7jDxQCDGL+lAYGQAUOBgFsYgscFhYAAAAAAgAA/2oD6ALDABcAPQA3QDQ0CAIBACYLAgMCAkcABAUBAAEEAGAAAQACAwECYAADAw0DSQEAOzokIh0bEhAAFwEXBgUUKwEiDgEHFBYfAQcGBzY/ARcWMzI+Ai4BARQOASMiJwYHBgcjIiYnNSY2Jj8BNj8BPgI/AS4BJzQ+ASAeAQH0csZ0AVBJMA8NGlVFGCAmInLGdAJ4wgGAhuaIJypukxskAwgOAgIEAgMMBA0UBxQQBw9YZAGG5gEQ5oYCfE6ETD5yKRw1My4kPBUDBU6EmIRO/uJhpGAEYSYIBAwJAQIIBAMPBQ4WCBwcEyoyklRhpGBgpAAGAAD/agNZA1IAEwAaACMAMwBDAFMAckBvFAECBCwkAgcGQDgCCAlQSAIKCwRHAAIAAwYCA2AABgAHCQYHYA0BCQAICwkIYA4BCwAKBQsKYAAEBAFYAAEBDEgMAQUFAFgAAAANAElERDQ0GxtEU0RSTEo0QzRCPDowLigmGyMbIxMmFDU2DwUZKwEeARURFAYHISImJxE0NjchMhYXBxUzJi8BJhMRIyImJzUhERM0NjMhMhYdARQGIyEiJjUFMhYdARQGIyEiJj0BNDYzBTIWHQEUBiMhIiY9ATQ2MwMzEBYeF/0SFx4BIBYB9BY2D0rSBQevBsboFx4B/lOPCggBiQgKCgj+dwgKAZsICgoI/ncICgoIAYkICgoI/ncICgoIAn4QNBj9fhceASAWA3wXHgEWECbSEQavB/ywAjwgFen8pgHjBwoKByQICgoIWQoIJAgKCggkCAqPCggkCAoKCCQICgAAAAACAAD/sQNZAwsAIwAzAEFAPg0BAAEfAQQDAkcCAQABAwEAA20FAQMEAQMEawAHAAEABwFgAAQGBgRUAAQEBlgABgQGTDU1IzMWIyQjCAUcKwE1NCYHIzU0JicjIgYHFSMiBgcVFBY3MxUUFjsBMjY3NTMyNhMRFAYHISImNRE0NjchMhYCyhQPsxYORw8UAbIPFAEWDrIWDkcPFAGzDhaOXkP96UNeXkMCF0NeATpIDhYBsw8UARYOsxQPSA4WAbMOFhYOsxQBP/3oQl4BYEECGEJeAWAAAAAC//3/sQNfAwsAFAAhAChAJQUBAQABRwADAAABAwBgAAECAgFUAAEBAlgAAgECTBUUFxsEBRgrJTc2NC8BNzY0LwEmIg8BBhQfARYyARQOASIuAj4BMh4BAfs5CwurqwsLOQoeCv0LC/0LHAFpcsboyG4Gerz0un5IOQoeCqurCxwMOQoK/goeCv0LASF1xHR0xOrEdHTEAAL//f+xA18DCwAUACEAKEAlDQEBAAFHAAMAAAEDAGAAAQICAVQAAQECWAACAQJMFRQcFgQFGCslNzY0LwEmIg8BBhQfAQcGFB8BFjIBFA4BIi4CPgEyHgEBkP4KCv4KHgo5CwurqwsLOQscAdRyxujIbgZ6vPS6fkj9CxwL/goKOQseCqurCxwLOQsBIXXEdHTE6sR0dMQAAv/9/7EDXwMLABQAIQAuQCsRAQEAAUcCAQEAAwABA20AAwNuAAQAAARUAAQEAFgAAAQATBUUFBcWBQUZKyU3NjQvASYiDwEGFB8BFjI/ARcWMjcUDgEiLgI+ATIeAQKKOQsL/QscC/4KCjkLHAusqwsc2nLG6MhuBnq89Lp+1jkLHAz9Cwv9Cx4KOQoKrKwKknXEdHTE6sR0dMQAAv/9/7EDXwMLABQAIQAsQCkJAQIAAUcABAAEbwEBAAIAbwACAwMCVAACAgNYAAMCA0wVFBcUFgUFGSslNzY0LwEmIg8BJyYiDwEGFB8BFjIlFA4BIi4CPgEyHgEBxv0LCzkKHgqrrAoeCjkKCv4KHgGdcsboyG4Gerz0un59/goeCjkKCqysCgo5CxwL/grrdcR0dMTqxHR0xAAAAQAA//kCgwNTACMANkAzAAQFAAUEAG0CBgIAAQUAAWsAAQFuAAUFA1gAAwMMBUkBACAfGxgUExAOCQYAIwEjBwUUKwEyFhcRFAYHISImJxE0NhczNTQ2HgEHFAYrASImNTQmIgYXFQJNFx4BIBb96RceASAWEZTMlgIUDyQOFlR2VAEBpR4X/r4WHgEgFQFCFiABs2eUApBpDhYWDjtUVDuzAAADAAD/+QDXAwsADwAfAC8ALEApAAUABAMFBGAAAwACAQMCYAABAAABVAABAQBYAAABAEw1NTU1NTMGBRorNxUUBgcjIiYnNTQ2FzMyFgMVFAYnIyImJzU0NjczMhYDFRQGKwEiJic1NDY7ATIW1h4XaxceASAWaxYgAR4XaxceASAWaxYgAR4XaxceASAWaxYgmmwWHgEgFWwWIAEeAQZrFiABHhdrFx4BIAEIaxYgIBZrFiAgAAAABQAA/2oD6ANSABcAJwA3AEcAVwBcQFlRSQwDCgJBOQIICTEpAgYHIRkCAAUERwMBAQYFBgEFbQAJAAgHCQheAAcABgEHBmAACgoCWAsBAgIMSAAFBQBYBAEAAA0ASVVTTUtFQxcmJiYmFCMkFAwFHSslFA8BBiIvASY2OwERNDY7ATIWFREzMhYFFRQGIyEiJj0BNDYzITIWAxUUBiMhIiY9ATQ2MyEyFgMVFAYHIyImPQE0NjsBMhYDFRQGKwEiJj0BNDY7ATIWAZsGsgUOBrMICA1rCghrCAprCAoCTQoI/jAICgoIAdAICmsKCP6bCAoKCAFlCAprCgj6CAoKCPoICmsKCI8ICgoIjwgKLgYHsgUFswkVAwAICgoI/QAKT2sICgoIawgKCgEWawgKCghrCAoKARVrBwoBDAZrCAoKARZrCAoKCGsICgoAAAAABQAA/2oD6ANSAA8AJwA3AEcAVwBcQFlRSRwDCgRBOQIICTEpAgYHCQECAAEERwUBAwYBBgMBbQAJAAgHCQheAAcABgMHBmAACgoEWAsBBAQMSAABAQBYAgEAAA0ASVVTTUtFQxcmJhQjJBcmIwwFHSsFFRQGKwEiJj0BNDY7ATIWJRQPAQYiLwEmNjsBETQ2OwEyFhURMzIWJRUUBisBIiY9ATQ2OwEyFhMVFAYHISImPQE0NjMhMhYTFRQGIyEiJj0BNDYzITIWAqcKCI8ICgoIjwgK/vQGsgUOBrMICA1rCghrCAprCAoBdwoI+ggKCgj6CAprCgj+mwgKCggBZQgKawoI/jAICgoIAdAIChlrCAoKCGsICgo/BgeyBQWzCRUDAAgKCgj9AArPawgKCghrCAoKARVrBwoBDAZrCAoKARZrCAoKCGsICgoAAAAABQAA/5YDEgMzAAoAFQApAEIAZAAiQB9WPzwgAAUBRQABAAABVAABAQBYAAABAEw+PTIxAgUUKwEWBicuATY3Nh4BFy4BBw4BFx4BPgETLgEvASYHDgIHHgEfARY/AT4BEw4DBw4BJicuAycmJz8BFiA3HgEGEwYDDgIHBicmJy4CLwIuASc+Az8BNjc2FxYXFhQBxwRAHxUQDhYUKh4+CG43IyoBA1JmRH8LKAwoopoYGiILEDQPMX97Mg8yMQQKBBwTMHRsOxkoLiQLDhEDCnwBPnwMAghlDy8DGBgTjMiLUQgMCAEGHwYOBQIQEiIIG0Zp06ZWIgkBcyMsEwkuLgkLCCAKPEAZD0QmM0gJVgFhDxQCBxobBAYSDxAUAgYQDwcCFP3ODjgmKAwbGgIJBQoUHhM2bQkFU1MDFB4CE17+8BEcEghGFQ8/BhAYByqtImInDhoQEgMKGgoVMRkrCyIAAAAJAAD/aANWA1MABwAOACEBAAENARwBKQE9AeEDIEuwClBYQSsBHQEKAHUAawBgAFkADQALAAcACQAGAAMBGgCcAAIABQAEAMAAMQAkAAMAAAAFACIAAQAIAAAB2wFwAAIAEAAIAPcA2wACAAcADgDfAAEACwAHAAcARxtLsAtQWEErAR0BCgB1AGsAYABZAA0ACwAHAAkABAADARoAnAACAAUABADAADEAJAADAAAABQAiAAEACAAAAdsBcAACABAACAD3ANsAAgAHAA4A3wABAAsABwAHAEcbQSsBHQEKAHUAawBgAFkADQALAAcACQAGAAMBGgCcAAIABQAEAMAAMQAkAAMAAAAFACIAAQAIAAAB2wFwAAIAEAAIAPcA2wACAAcADgDfAAEACwAHAAcAR1lZS7AJUFhAZwAJDwEPCQFtAAMBBgEDBm0ABgQBBgRrAAQFAQQFawAFAAEFAGsAAAgBAAhrAAgQAQgQawAQDgEQDmsADgcBDgdrAAcLAQcLawwBCxEBCxFrAgEBAQ9YAA8PDEgAEREKWA0BCgoNCkkbS7AKUFhAbQAJDwEPCQFtAAIBAwECA20AAwYBAwZrAAYEAQYEawAEBQEEBWsABQABBQBrAAAIAQAIawAIEAEIEGsAEA4BEA5rAA4HAQ4HawAHCwEHC2sMAQsRAQsRawABAQ9YAA8PDEgAEREKWA0BCgoNCkkbS7ALUFhAYQAJDwEPCQFtAAMBBAEDBG0GAQQFAQQFawAFAAEFAGsAAAgBAAhrAAgQAQgQawAQDgEQDmsADgcBDgdrAAcLAQcLawwBCxEBCxFrAgEBAQ9YAA8PDEgAEREKWA0BCgoNCkkbQGcACQ8BDwkBbQADAQYBAwZtAAYEAQYEawAEBQEEBWsABQABBQBrAAAIAQAIawAIEAEIEGsAEA4BEA5rAA4HAQ4HawAHCwEHC2sMAQsRAQsRawIBAQEPWAAPDwxIABERClgNAQoKDQpJWVlZQScBzgHNAb4BvQGpAacBdQF0AVsBWgFXAVYBVQFSAU0BTAEwAS8A/QD8APQA8wCnAKUAoQCgAIkAiAB5AHgAaQBoAF8AXgA3ADYAEgAFABQrAQ4BIwY1NDcXBiYHNhcWByIOAgcGFzI2NzQ2NDInNScmBTQnNz4CJjYmNCYnLgEnFhcWBwYHBi4BJy4BLwEuAScuBDYmJy4DNjc2FgcGFjc2PQEuAi8BBhcUIy4BBjU0JiIGBxQeATc+AQciJic0NhcyHgEHDgIVDgEXHgMXFjc+AT8BNjc2Fx4BBgcGDwEOAScmFBcWMz4BPwE2FhUUDwEGDwEOAQ8BDgImJyYHBhUUDgIXDgEHBhQHBicmJyY3NiMHBhcWHwEWHwEeAQYHHgIXNicuAS8BPgEXFjc2NzYWBxQHBhYzPgE1Ni4BNzYzNDYWATYmIyYVFjMyBwYzMhcuBgYjBhYXMjYnNC4BDgEfARYXFDc2NzQuAScmIgYWDgEUFj8BNjc0MjYBHgEGFA4CIgYnDgEHDgEnLgMnIyIHIg4CLgEvAS4CJyY2NzYuATY3PgE3PgE3FgcGJyYHBh8BHgEUFgYWFxYfAR4CNz4CJi8BJicmBwYnJjU+Aj8BNj8BNjc2NyYnJjY3NjM2FhceAQcGFxYXHgEXFg4BBw4DIy4CLwEmNyYOARcWBwYWNjc+ATc+AS4BJy4BNjceBQFyBgYBAwo3AwgGDgQCxwMCAgQEBQUCCgICAgEBAQHdHwQCAgICAgYEAgUqEw0TMBIGFhEIAgUFDAUJBAYBCBIQCgYMCBQJIAgEDA4VEAYGCgwHAwoMBw88CgEFFhASHxACBAwCBgUGBAgCCg4KCgICDAoWBwQGCAwGEAsbHgEYBxEKAgUGAgIECAsUGRkdHgUKDhcKFAoxBQoBAgECBQMEAwYPLCAXFwwCARAQCAoNLAQBAwQMEgIBAwIDAhQaAwsNCy80CQISEAQYBgEaFgIIAQECCgYaQ0oZDQwBDQUEDAEOAQgCDgkUJir+rgIGAwUBAQYCAQYB6gEEDAUEBAICAgcWCwUGZAYGBQQCAwgCBQEeAggCCAoEBAMGBAIGBAUKBgE9Cw4CEggaCBwBFTYPCToVCgwGFBBoFQsZKBQcIFwjOQoYDAQFEgEBBgYCBQcwChEMAQweEhwTBQcKBAMEARICEwwjOA04JA0YGAIKBgtDGyYZBgMBAQoQBQ4KBxEKCz4IBwIBHC0WJB46FSAmAgMTEzgeMggFBAoGBRAOIBIKDgwBBwYBDBYICAsLBR40FSEiKR4aBhYRExICBwEICA4KDgJtAQoBAwcCCAEKAwYHA/AECgYEBgEIBgIEBAICAQHICg4PBxAIEAYSBhYDGz4LCyRaQRYBAhhGGRUiCA4GBAIjLhAWFyQSBQIQAhwcAQIkDwoKBQISFREWDAIEBEYJBQICBB8mIBEIGBIBAgsBEAsMEgEYFAIJDgwBCBACBAwKBAIBCQEGAwcEBggDAgYIAQMJCwsFBAEECA0BBgUaAwQEAQEDAgECAQQBAggiDg0jEQUCBA4iHCYQA14gCjgFDgwRJA8QCgMkOAcJCw0mKgkaFgIIIB4YDSYFCAMDAwYFHQkJKBUIGg0mDRAKQhEMOjIOChUSBgHECRABBQMJC2wEBAIEBgIGAgkeAwp9BgoEAQIBAgIPAgMBgwEEAgMICAYHBgQFAgUDAgEC/RYGDg4KEAQSEgILKBAJBAoFEA4IAQIQEg4BIgcKAggIBwwyBQkcEhgDBgQEChQSKRILAwEHCBgKBwYMDyYRBQQHCwMSCAIDGB4kCxRqHSoTBQ0JDBAaGgsoHA8jFApPHT9uM0QYDAEQEBdYJzVCPzshdDAcKBQDARIWEAEEDAIMCgEUCC4fJ0YkKAITHBIPChQUDAcGKiYIEhwSDAoEAAAAAAP//f+xA18DCwAIABUAIgA8QDkAAQIAAgEAbQAAAwIAA2sABQYBAgEFAmAAAwQEA1QAAwMEWAAEAwRMCgkgHxoZEA8JFQoVExIHBRYrARQGIi4BNjIWJyIOAh4BMj4BLgIBFA4BIi4CPgEyHgECO1J4UgJWdFaQU4xQAlSIqoZWBE6OAVtyxujIbgZ6vPS6fgFeO1RUdlRU9VKMpIxSUoykjFL+0HXEdHTE6sR0dMQAAwAA//kDEwMLACMAMwBDAFJATxgBAwQTAQIAAwYBAQADRwAEBgMGBANtAAEABwABB20ACQAGBAkGYAUBAwIBAAEDAGAABwgIB1QABwcIWAAIBwhMQj81NTYUIyYUIyMKBR0rARUUBisBFRQGKwEiJj0BIyImPQE0NjsBNTQ2OwEyFh0BMzIWExE0JiMhIgYHERQWFyEyNhMRFAYjISImNRE0NjchMhYCgwoIxAoIJAgKxAgKCgjECggkCArECApHNCX+MCU0ATYkAdAlNEheQ/4wQ15eQwHQQmABlCQICsQICgoIxAoIJAcKxQgKCgjFCv7/AdAlNDQl/jAlNAE2AfT+MENeXkMB0EJeAWAAAAAM////agPpA1IADwAnADcARwBXAGcAdwCHAJcApwC3AMAAr0CsEAEYALGwqYF5UUkHCQihoJlxaUE5BwcGkZCJYVkxKQcFBARHABYXABcWAG0ZAQAYFwAYaxoBGBQOAggJGAhgFQ8CCRIMAgYHCQZgEw0CBxAKAgQFBwRgABcXA1gAAwMMSBELAgUFAVgCAQEBDQFJuLgBALjAuMC/vru5tbOtq6WjnZuVk42LhYN9e3VzbWtlY11bVVNNS0VDPTs1My0rIR4ZFgkGAA8BDhsFFCsTMhYVERQGKwEiJjcRNDYXBR4BBxEUBiMhIiY1ETQ2NyEyFh8BHgEXATU0JisBIgYdARQWOwEyNj0BNCYrASIGHQEUFjsBMjY9ATQmKwEiBh0BFBY7ATI2EzU0JisBIgYdARQWOwEyNj0BNCYrASIGHQEUFjsBMjY9ATQmKwEiBh0BFBY7ATI2EzU0JisBIgYHFRQWOwEyNj0BNCYrASIGBxUUFjsBMjY9ATQmKwEiBgcVFBY7ATI2NzUjIiY9ASERoSU0NCVIJDYBNCUDSCAoAVQ7/h4lNB4XAXcXNBFVDxYB/mUKCEcICgoIRwgKCghHCAoKCEcICgoIRwgKCghHCAqPCghIBwoKB0gICgoISAcKCgdICAoKCEgHCgoHSAgKjwoISAcKAQwGSAgKCghIBwoBDAZICAoKCEgHCgEMBkgICjVZFiD+mwJ8NCb9oSU0NCUCXyU2AVsTQif+VDtUNCUDWRceARYQVQ82Fv19RwgKCghHCAoKl0cICgoIRwgKCpdHCAoKCEcICgr+6kcICgoIRwgKCpdHCAoKCEcICgqXRwgKCghHCAoK/upHCAoKCEcICgqXRwgKCghHCAoKl0cICgoIRwgKCt6PHhda/uIACQAA/7EDWQLEAAMAEwAXABsAHwAvAD8AQwBHAJ9AnCsBCwY7AQ0EAkcaERUDBxABBgsHBl4XAQoACwwKC2AZDxQDBQ4BBA0FBF4YAQwADQIMDWATAQIBAwJUFgkSAwEIAQADAQBeEwECAgNYAAMCA0xEREBAMTAhIBwcGBgUFAUEAABER0RHRkVAQ0BDQkE5NjA/MT8pJiAvIS8cHxwfHh0YGxgbGhkUFxQXFhUNCgQTBRMAAwADERsFFSs3FSM1JTIWHQEUBisBIiY9ATQ2PwEVITUTFSM1ARUhNQMyFgcVFAYHIyImJzU0NhcBMhYHFRQGByMiJic1NDYXBRUjNRMVITXExAGJDhYWDo8OFhYO6P4efX0DWf5lfQ8WARQQjg8UARYOAfQOFgEUD48PFAEWDgFBfX3+HkBHR0gWDo8OFhYOjw8UAdZHRwEeSEj9xEdHAoMUEI4PFAEWDo4PFgH+4hQPjw8UARYOjw4WAUdHRwEeSEgAAAEAAP+xA1oDDAAlAERAQR8TAgUDJAoCAgAJAQECA0cABAMEbwADBQNvAAUABW8GAQACAG8AAgECbwABAWYBAB4cGRgSEA0LBQQAJQElBwUUKwEyFhQGIiY3NDcnBiMiJjQ2MzIXNyY1ND4BHgEGJyInBxYUBxc2AqdKaGiUagEByTNGS2hoS0YzyQFolmYCaklHM8kBAckzARdqkmpqSQcMZDBqkmowZAwHSmgCbJBsATBkDA4MZDAAAAAADQAA/2oDoQNSAAgAEQAaACMALAA1AD4ARwBTAFwAbAB1AIUAgUB+XQEVFG1UPy0ECwo2JBIDBQQDRwAVFhIOAwoLFQpgFxMPAwsQDAgDBAULBGANCQIFBgICAAEFAGAAFBQZWAAZGQxIEQcDAwEBGFgAGBgNGEmEgXx5dHNwb2toY2BbWldWUlFMS0ZFQkE9PDk4NDMwLysqFBMUExQTFBMSGgUdKxc0JiIGHgE+ATc0JiIOARY+ASc0JiIGHgI2BTQmIg4BFj4BJzQmIg4BHgE2JzQmIgYeAjYFNCYiDgEeATYnNCYiDgEeATYBNTQuAQYHFRQeATYDNCYiDgEeATY3NTQmIyEiBh0BFBYzITI2BzQmIgYeAjYTERQGIyEiJjURNDYzITIW1io6LAIoPibZKjwoAiw4LtkqOiwCKD4mAa8qPCgCLDgu2Co8KAIsOC7ZKjosAig+JgGvKjwoAiw4LtgqPCgCLDguAaoqOioBLDgs1yo8KAIsOC7UFBD9Ng4WFg4Cyg8WASo6LAIoPiZKLBz87h0qKh0DEh0qBx0qKjosAigfHSoqOiwCKPUeKio8KAIsuh0qKjosAij1HioqPCgCLPIeKio8KAIsuh4qKjwoAizyHioqPCgCLP5w1h0qAi4b1h0qAi4Bxx4qKjwoAizPjw4WFg6PDhYWpR4qKjwoAiwBgvymHSoqHQNaHSoqAAQAAP9qBG8DUwAMABcAJwBPAJBAG0wmJQ4EBgM1AQEGIQEABAABAgAERzcYAgYBRkuwEFBYQCwAAQYEBgEEbQAABAIEAGUABgAEAAYEYAADAwdYAAcHDEgAAgIFWAAFBQ0FSRtALQABBgQGAQRtAAAEAgQAAm0ABgAEAAYEYAADAwdYAAcHDEgAAgIFWAAFBQ0FSVlADEVEExIoJCMTEggFGysFNCMiJjU0IhUUFjcyCQEuAQciDgIHFAUUBisBFAYiJic3ISYnNxYTFxYUBwEGJi8BJjQ/ASY1PgQ3NDY3JjU0PgEWBxQHHgEXNzYWAkQJIDASOigJ/tUB6RdmSjNWMhoBAqcqHvpUdlIBUwGmXCI9I7QvBAb76wUQBC8EBmgLHC4wJBQBgmoEICoiAQRFah3qBRBgCDAhCQkpOgEBEgGoMUIBIjg8HNf6HSo7VFQ6SGmXN8cCmTUGEAT8dwUCBTUGEARaERMYMlReiE1UkhAKCxceAiIVCwoKSDTKBQIAAAAD////9gR3AsMAEAAhADYAJ0AkAAUCAQABBQBgAwEBBAQBVAMBAQEEWAAEAQRMNzglKBcUBgUaKwE0LgIiDgIUHgIyPgIlNC4CKwEeAQ4BBzMyPgI3FA4CJyEiLgM+AjchMh4CAoMuTGp0akwuLkxqdGpMLgGsLE5oO9hDTgJKRdg6akwuRzpehkf+U0iEYDgCPFyIRgGtSIRgOAFeOmpMLi5ManRqTC4uTGo6OmpMLjKWrJYyLkxqOkiGXD4DOGKAloBkNAI4YIQAAAACAAD/9wR4AsMAFAAlACpAJwAAAAMCAANgBAECAQECVAQBAgIBWAABAgFMFhUeHRUlFiU3NAUFFisRND4CMyEyHgMOAichIi4CBTI+Ai4DIg4DHgI6XoZHAa1IhGA4AjxciEb+U0iEYDgDETpqTC4CKlBmeGZQKgQySG4BXkmEYDg4YISShF48AjhigNMuTGp0akwuLkxqdGpMLgAFAAD/aAPoA1QACAAVAGoAewCMAHNAcF9bV1NQBQQDaWViTUYKBgAEQj47IBgQBgIALiomIwQBAgRHAAMFBAUDBG0ABAAFBABrAAACBQACawACAQUCAWsAAQYFAQZrAAUFCFgACAgMSAAGBgdYAAcHDQdJiYiBgHh3cG9eXVpYNTMtKxIJBRUrARQOASY+AhYXEw8BDgEHAz4EJRQHJy4BJyIVFBcOAQcnJiMiBhUXBiMiJzc+ATU0IyIOAQcuASc3NjU0Jg8BJjU0NxcWNzI0LwE+ATcXFjMyNi8BNjMyFwYUMjceARcHBhUUFj8BFhc0LgIOBB4DPgI3FA4DLgI0PgIeAwISFBsWARIcFgjDJZMnNALDBERIUDIBbDoJBxABCCEpfEkIAQgDAgkpKW9hCAcKBwQMDAI/WBEmBgYDJgg9GwgCBwcdK3xKCQEHAwQBCSgjcmIWDRQ+VhEfBgYCIAgvRnikuKJ8QgRKdKqwrHBOMlCEvMi8hFBQhLzIvIRQAWAPFAESHRQCFC4BRSOIJDQD/r0EPEZINCFwXwYFCAEIBRM/WBElBgYDJgg7CwoSAQgQGAEqfkoIAgYDBAEJKSVzYRIFAQoFEz5WESUGBgMlBz0fDCMpfEkHAQcDBAEHKCZbpnZIAkR6orqgfkAGTHKsV2a4iEwEVIDAxMCAVARMiLgAAAAABAAA/2MD6QNTAAsAFgAiACsA7kuwClBYQA8JAQEACAEFBBEQAgIFA0cbS7ALUFhADwkBAQAIAQUDERACAgUDRxtADwkBAQAIAQUEERACAgUDR1lZS7AKUFhAKwABAAMAAQNtBwEDBAADBGsIAQQFAAQFawAFAgAFAmsGAQAADEgAAgINAkkbS7ALUFhAJQABAAMAAQNtCAQHAwMFAAMFawAFAgAFAmsGAQAADEgAAgINAkkbQCsAAQADAAEDbQcBAwQAAwRrCAEEBQAEBWsABQIABQJrBgEAAAxIAAICDQJJWVlAGyQjFxcBACgnIyskKxciFyIeHQYEAAsBCwkFFCsBNhcWFyUmBgcnPgEFEx4BNwcuAjU0JR4BDgEHBicTNiYvATIeAQYuAT4BAfKGdoJC/mJZlhyaSMz+z7womleBdsBwA8cgAjh0T4CW4jEGOLlGYgJmiGYEXgNSAURLhRYFXFLsWWDh/o5QUhD8E4rWe5UfVLSgkC1KCAFbSbJCBGSKZAJgjmAAAAAAAf/8/2oD6QMzAE8AS0BIDAkCAwFEQSEgBAQDNwEABQNHRwgCAkUAAgECbwABAwFvAAMEA28ABAAFAAQFYAYBAAANAEkBADQzLCoVFA8OCwoATwFPBwUUKwUiJicuAT4BNwc+ARc+ATMOARceAR8BFjcWBgcOAgcXJwYeAjc2PwE2Fx4BBxQOAyMOASceAT4CNzYuASceARc2JiceARcWDgMB+J74OyEKKFQ6Bwc+CBiEQR5KBA4qDyUWBwgGDgMMNB4ITQoKICgZHRovFRQiIAYCCAwWDyJeRilkWFQ6EBgEJhkxOA8IUE2UpAIBMFh8mJaoikq8uKQ1nAcCCS1AGXIjBAYBAwIBAy4TBAwcBWklGCoiDAMFDhkLAQIiEwEECggCNS4HIhgSKDgeM3JgFhUwJl/APyvisEeQeGQyAAAIAAD/iQOpAzIADwATABcAGwAfACMAJwArAHFAbgAAAwBvAAMGA28OCgIGFQ8TCxEFBwQGB14MCAIEFA0SCRAFBQIEBV4AAgEBAlIAAgIBWAABAgFMKCgkJCAgHBwYGBQUKCsoKyopJCckJyYlICMgIyIhHB8cHx4dGBsYGxoZFBcUFxIREjUzFgUZKxURNDY3ITIWFxEUBiMhIiY3IREhEzUzFSc1MxUXNTMVJzUzFRc1MxUnNTMVNCQC+iQyATQj/QYkNFgC+v0GPLCwsDuvr687sLCwHwL5JTIBNCT9ByQ0NCQCD/4sr6/qsLDqr6/qsLDqr6/qsLAAAAAC//T/nwN9Ax0AHQAnADJALwwBAwQXAQIDAkcAAQIBcAAAAAQDAARgAAMCAgNUAAMDAlgAAgMCTBMWJRwVBQUZKxMmNjc+ATIWFx4BBgcWHwEWFAYiLwEmJwYjIiYnJjcUFjI+ASYiBwYLFy5AMHyDfDA0MgggHBWuI0ZkI60WCEZPQnwwQE6DuYIChbdDQQF3V6xAMTIyMTSGjD4IFa0jZEYjrhQdIzIwQK1dgoK6g0JBAAABAAAAAQAABjDgGF8PPPUACwPoAAAAANibcOsAAAAA2Jtw7P/0/2MEeANUAAAACAACAAAAAAAAAAEAAANS/2oAAAR2//T/9QR4AAEAAAAAAAAAAAAAAAAAAABgA+gAAAOgAAADWf/9A1n//QPoAAADoAAAA6AAAAPo//UC+AAAA3YAAAMu//8D6AAAA+gAAAOsAAAD6AAAA1n//QMRAAADWQAAA6AAAANgAAACawAAAxcAAAM0//cD6AAAA+gAAAPoAAAD6AAAA+gAAAKIAAACiAAAA+gAAAHMAAABzAAAA1kAAAQvAAACOwAAAjv//wPoAAACygAAAsoAAAPoAAADQgAAA+j//gOgAAADrQAAA4YAAAOOAAAD6AAAAw0AAANZAAACggAAA6AAAANZAAAD6AAAA1kAAANZAAAD6AAAA+gAAANZAAADWQAAA+gAAANZAAADMQAAAzAAAAHvAAAB7wAAA+gAAAOp//8D6AAAA+gAAANZAAADWQAAA1n//QNZ//0DWf/9A1n//QKCAAAA1gAAA+gAAAPoAAADEQAAA1kAAANZ//0DEQAAA+j//wNZAAADWQAAA+gAAAR2AAAEdv//BHYAAAPoAAAD6AAAA+j//AOpAAADfP/0AAAAAACCAOgBaAHgAmQC6ANUA7gD7AUcBWgFngXoBt4HSAgMCGIJUAm+CgQKJgpeCrILBAtOC2YLfguYC7AMCgwiDDoM/A6gDsgO7g8kD2QPpA/aECIQZhCuEQYRUhGaEt4TAhPIFBAUYhUsFcoWLhaUF04YHBjuGcoafBsSGzwbZBuQG7ocQBysHS4dqh5eHsofFh9iH7Af/iBQIKwhVCH8Iq4m9idOJ9YpKCnkKkIrTCwOLHQswi3GLowvLC+qMAQAAAABAAAAYAHiAA8AAAAAAAIARABUAHMAAADTC3AAAAAAAAAAEgDeAAEAAAAAAAAANQAAAAEAAAAAAAEACAA1AAEAAAAAAAIABwA9AAEAAAAAAAMACABEAAEAAAAAAAQACABMAAEAAAAAAAUACwBUAAEAAAAAAAYACABfAAEAAAAAAAoAKwBnAAEAAAAAAAsAEwCSAAMAAQQJAAAAagClAAMAAQQJAAEAEAEPAAMAAQQJAAIADgEfAAMAAQQJAAMAEAEtAAMAAQQJAAQAEAE9AAMAAQQJAAUAFgFNAAMAAQQJAAYAEAFjAAMAAQQJAAoAVgFzAAMAAQQJAAsAJgHJQ29weXJpZ2h0IChDKSAyMDE5IGJ5IG9yaWdpbmFsIGF1dGhvcnMgQCBmb250ZWxsby5jb21mb250ZWxsb1JlZ3VsYXJmb250ZWxsb2ZvbnRlbGxvVmVyc2lvbiAxLjBmb250ZWxsb0dlbmVyYXRlZCBieSBzdmcydHRmIGZyb20gRm9udGVsbG8gcHJvamVjdC5odHRwOi8vZm9udGVsbG8uY29tAEMAbwBwAHkAcgBpAGcAaAB0ACAAKABDACkAIAAyADAAMQA5ACAAYgB5ACAAbwByAGkAZwBpAG4AYQBsACAAYQB1AHQAaABvAHIAcwAgAEAAIABmAG8AbgB0AGUAbABsAG8ALgBjAG8AbQBmAG8AbgB0AGUAbABsAG8AUgBlAGcAdQBsAGEAcgBmAG8AbgB0AGUAbABsAG8AZgBvAG4AdABlAGwAbABvAFYAZQByAHMAaQBvAG4AIAAxAC4AMABmAG8AbgB0AGUAbABsAG8ARwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABzAHYAZwAyAHQAdABmACAAZgByAG8AbQAgAEYAbwBuAHQAZQBsAGwAbwAgAHAAcgBvAGoAZQBjAHQALgBoAHQAdABwADoALwAvAGYAbwBuAHQAZQBsAGwAbwAuAGMAbwBtAAAAAAIAAAAAAAAACgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYAECAQMBBAEFAQYBBwEIAQkBCgELAQwBDQEOAQ8BEAERARIBEwEUARUBFgEXARgBGQEaARsBHAEdAR4BHwEgASEBIgEjASQBJQEmAScBKAEpASoBKwEsAS0BLgEvATABMQEyATMBNAE1ATYBNwE4ATkBOgE7ATwBPQE+AT8BQAFBAUIBQwFEAUUBRgFHAUgBSQFKAUsBTAFNAU4BTwFQAVEBUgFTAVQBVQFWAVcBWAFZAVoBWwFcAV0BXgFfAWABYQAGbG9nb3V0DmNhbmNlbC1jaXJjbGVkD2NhbmNlbC1jaXJjbGVkMgNleWUGdXBsb2FkCGRvd25sb2FkCWF0dGVudGlvbgZzZWFyY2gEbWFpbAZhbmNob3IPcmVzaXplLWZ1bGwtYWx0A3RhZwJjdwRlZGl0EWF0dGVudGlvbi1jaXJjbGVkC3RyYXNoLWVtcHR5A2RvYwhjYWxlbmRhcgZlZGl0LTELcmVzaXplLWZ1bGwHdXAtYm9sZAhkb3duLWZhdBFjYW5jZWwtY2lyY2xlZDItMQh1cGxvYWQtMQtleGNsYW1hdGlvbgtkb3duLW9wZW4tMQl1cC1vcGVuLTELbGVmdC1vcGVuLTEMcmlnaHQtb3Blbi0xCWFycm93cy1jdwhkb3duLWRpcgZ1cC1kaXIDY29nB2NvZy1hbHQKZG93bi1kaXItMQh1cC1kaXItMQtkb3duLW9wZW4tMgxyaWdodC1vcGVuLTILbGVmdC1vcGVuLTIJdXAtb3Blbi0yBHBsdXMHY29tcGFzcxFyZXNpemUtZnVsbC1hbHQtMQV0YWctMQZlZGl0LTIJY29tcGFzcy0xBGNvZ3MCdXAJdGh1bWJzLXVwBGxvY2sJbG9jay1vcGVuC3RodW1icy1kb3duBGJlbGwMcmVzaXplLXNtYWxsDXJlc2l6ZS1mdWxsLTEKcmlnaHQtaGFuZAlsZWZ0LWhhbmQHdXAtaGFuZAlkb3duLWhhbmQHZXllLW9mZgthcnJvd3MtY3ctMQlkb3duLW9wZW4HdXAtb3BlbgpyaWdodC1vcGVuCWxlZnQtb3BlbgRtb3ZlEGluZm8tY2lyY2xlZC1hbHQIbGluay1leHQNY29tbWVudC1lbXB0eQhkb2MtdGV4dAxwbHVzLXNxdWFyZWQSYW5nbGUtY2lyY2xlZC1sZWZ0E2FuZ2xlLWNpcmNsZWQtcmlnaHQQYW5nbGUtY2lyY2xlZC11cBJhbmdsZS1jaXJjbGVkLWRvd24NbG9jay1vcGVuLWFsdA1lbGxpcHNpcy12ZXJ0C3NvcnQtYWx0LXVwDXNvcnQtYWx0LWRvd24JYml0YnVja2V0BWxpbnV4C2RvdC1jaXJjbGVkEHBsdXMtc3F1YXJlZC1hbHQDZmF4B3NsaWRlcnMFc2hhcmUEY2FsYw5iZWxsLW9mZi1lbXB0eQp0b2dnbGUtb2ZmCXRvZ2dsZS1vbgZzYWZhcmkGY2hyb21lB2ZpcmVmb3gKY2FsZW5kYXItMQhzZWFyY2gtMQAAAAAAAAEAAf//AA8AAAAAAAAAAAAAAAAAAAAAABgAGAAYABgDVP9jA1T/Y7AALCCwAFVYRVkgIEu4AA5RS7AGU1pYsDQbsChZYGYgilVYsAIlYbkIAAgAY2MjYhshIbAAWbAAQyNEsgABAENgQi2wASywIGBmLbACLCBkILDAULAEJlqyKAEKQ0VjRVJbWCEjIRuKWCCwUFBYIbBAWRsgsDhQWCGwOFlZILEBCkNFY0VhZLAoUFghsQEKQ0VjRSCwMFBYIbAwWRsgsMBQWCBm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IVktsDossAAWILAIQyAuRyNHI2EgYLAgYGawAmIgsABQWLBAYFlmsAFjIyAgPIo4LbA7LCMgLkawAiVGUlggPFkusSsBFCstsDwsIyAuRrACJUZQWCA8WS6xKwEUKy2wPSwjIC5GsAIlRlJYIDxZIyAuRrACJUZQWCA8WS6xKwEUKy2wPiywNSsjIC5GsAIlRlJYIDxZLrErARQrLbA/LLA2K4ogIDywBCNCijgjIC5GsAIlRlJYIDxZLrErARQrsARDLrArKy2wQCywABawBCWwBCYgLkcjRyNhsAlDKyMgPCAuIzixKwEUKy2wQSyxCAQlQrAAFrAEJbAEJSAuRyNHI2EgsAQjQrAJQysgsGBQWCCwQFFYswIgAyAbswImAxpZQkIjIEewBEOwAmIgsABQWLBAYFlmsAFjYCCwASsgiophILACQ2BkI7ADQ2FkUFiwAkNhG7ADQ2BZsAMlsAJiILAAUFiwQGBZZrABY2GwAiVGYTgjIDwjOBshICBGI0ewASsjYTghWbErARQrLbBCLLA1Ky6xKwEUKy2wQyywNishIyAgPLAEI0IjOLErARQrsARDLrArKy2wRCywABUgR7AAI0KyAAEBFRQTLrAxKi2wRSywABUgR7AAI0KyAAEBFRQTLrAxKi2wRiyxAAEUE7AyKi2wRyywNCotsEgssAAWRSMgLiBGiiNhOLErARQrLbBJLLAII0KwSCstsEossgAAQSstsEsssgABQSstsEwssgEAQSstsE0ssgEBQSstsE4ssgAAQistsE8ssgABQistsFAssgEAQistsFEssgEBQistsFIssgAAPistsFMssgABPistsFQssgEAPistsFUssgEBPistsFYssgAAQCstsFcssgABQCstsFgssgEAQCstsFkssgEBQCstsFossgAAQystsFsssgABQystsFwssgEAQystsF0ssgEBQystsF4ssgAAPystsF8ssgABPystsGAssgEAPystsGEssgEBPystsGIssDcrLrErARQrLbBjLLA3K7A7Ky2wZCywNyuwPCstsGUssAAWsDcrsD0rLbBmLLA4Ky6xKwEUKy2wZyywOCuwOystsGgssDgrsDwrLbBpLLA4K7A9Ky2waiywOSsusSsBFCstsGsssDkrsDsrLbBsLLA5K7A8Ky2wbSywOSuwPSstsG4ssDorLrErARQrLbBvLLA6K7A7Ky2wcCywOiuwPCstsHEssDorsD0rLbByLLMJBAIDRVghGyMhWUIrsAhlsAMkUHiwARUwLQBLuADIUlixAQGOWbABuQgACABjcLEABUKyAAEAKrEABUKzCgIBCCqxAAVCsw4AAQgqsQAGQroCwAABAAkqsQAHQroAQAABAAkqsQMARLEkAYhRWLBAiFixA2REsSYBiFFYugiAAAEEQIhjVFixAwBEWVlZWbMMAgEMKrgB/4WwBI2xAgBEAAA=') format('truetype'); + src: url('data:application/octet-stream;base64,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') format('woff'), + url('data:application/octet-stream;base64,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dXAtb3Blbi0xC2xlZnQtb3Blbi0xDHJpZ2h0LW9wZW4tMQlhcnJvd3MtY3cIZG93bi1kaXIGdXAtZGlyA2NvZwdjb2ctYWx0CmRvd24tZGlyLTEIdXAtZGlyLTELZG93bi1vcGVuLTIMcmlnaHQtb3Blbi0yC2xlZnQtb3Blbi0yCXVwLW9wZW4tMgRwbHVzB2NvbXBhc3MRcmVzaXplLWZ1bGwtYWx0LTEFdGFnLTEGZWRpdC0yCWNvbXBhc3MtMQRjb2dzAnVwCXRodW1icy11cARsb2NrCWxvY2stb3Blbgt0aHVtYnMtZG93bgRiZWxsDHJlc2l6ZS1zbWFsbA1yZXNpemUtZnVsbC0xCnJpZ2h0LWhhbmQJbGVmdC1oYW5kB3VwLWhhbmQGdGFncy0zCWRvd24taGFuZAdleWUtb2ZmC2Fycm93cy1jdy0xEHJlc2l6ZS1zbWFsbC1hbHQEdGFncwZ0YWdzLTQJZG93bi1vcGVuB3VwLW9wZW4KcmlnaHQtb3BlbglsZWZ0LW9wZW4EbW92ZRBpbmZvLWNpcmNsZWQtYWx0CGxpbmstZXh0C2NoZWNrLWVtcHR5DWNvbW1lbnQtZW1wdHkIZG9jLXRleHQMcGx1cy1zcXVhcmVkEmFuZ2xlLWNpcmNsZWQtbGVmdBNhbmdsZS1jaXJjbGVkLXJpZ2h0EGFuZ2xlLWNpcmNsZWQtdXASYW5nbGUtY2lyY2xlZC1kb3duDWxvY2stb3Blbi1hbHQNZWxsaXBzaXMtdmVydAtzb3J0LWFsdC11cA1zb3J0LWFsdC1kb3duCWJpdGJ1Y2tldAVsaW51eAtkb3QtY2lyY2xlZBBwbHVzLXNxdWFyZWQtYWx0A2ZheAdzbGlkZXJzBXNoYXJlBGNhbGMOYmVsbC1vZmYtZW1wdHkKdG9nZ2xlLW9mZgl0b2dnbGUtb24Gc2FmYXJpBmNocm9tZQdmaXJlZm94CmNhbGVuZGFyLTEIc2VhcmNoLTEAAAABAAH//wAPAAAAAAAAAAAAAAAAAAAAALAALCCwAFVYRVkgIEu4AA5RS7AGU1pYsDQbsChZYGYgilVYsAIlYbkIAAgAY2MjYhshIbAAWbAAQyNEsgABAENgQi2wASywIGBmLbACLCMhIyEtsAMsIGSzAxQVAEJDsBNDIGBgQrECFENCsSUDQ7ACQ1R4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Qy6wMCstsEkssAAVIEewACNCsgABARUUEy6wNiotsEossAAVIEewACNCsgABARUUEy6wNiotsEsssQABFBOwNyotsEwssDkqLbBNLLAAFkUjIC4gRoojYTixMAEUKy2wTiywCiNCsE0rLbBPLLIAAEYrLbBQLLIAAUYrLbBRLLIBAEYrLbBSLLIBAUYrLbBTLLIAAEcrLbBULLIAAUcrLbBVLLIBAEcrLbBWLLIBAUcrLbBXLLMAAABDKy2wWCyzAAEAQystsFksswEAAEMrLbBaLLMBAQBDKy2wWyyzAAABQystsFwsswABAUMrLbBdLLMBAAFDKy2wXiyzAQEBQystsF8ssgAARSstsGAssgABRSstsGEssgEARSstsGIssgEBRSstsGMssgAASCstsGQssgABSCstsGUssgEASCstsGYssgEBSCstsGcsswAAAEQrLbBoLLMAAQBEKy2waSyzAQAARCstsGosswEBAEQrLbBrLLMAAAFEKy2wbCyzAAEBRCstsG0sswEAAUQrLbBuLLMBAQFEKy2wbyyxADwrLrEwARQrLbBwLLEAPCuwQCstsHEssQA8K7BBKy2wciywABaxADwrsEIrLbBzLLEBPCuwQCstsHQssQE8K7BBKy2wdSywABaxATwrsEIrLbB2LLEAPSsusTABFCstsHcssQA9K7BAKy2weCyxAD0rsEErLbB5LLEAPSuwQistsHossQE9K7BAKy2weyyxAT0rsEErLbB8LLEBPSuwQistsH0ssQA+Ky6xMAEUKy2wfiyxAD4rsEArLbB/LLEAPiuwQSstsIAssQA+K7BCKy2wgSyxAT4rsEArLbCCLLEBPiuwQSstsIMssQE+K7BCKy2whCyxAD8rLrEwARQrLbCFLLEAPyuwQCstsIYssQA/K7BBKy2whyyxAD8rsEIrLbCILLEBPyuwQCstsIkssQE/K7BBKy2wiiyxAT8rsEIrLbCLLLILAANFUFiwBhuyBAIDRVgjIRshWVlCK7AIZbADJFB4sQUBFUVYMFktAEu4AMhSWLEBAY5ZsAG5CAAIAGNwsQAHQrEAACqxAAdCsQAKKrEAB0KxAAoqsQAHQrkAAAALKrEAB0K5AAAACyq5AAMAAESxJAGIUViwQIhYuQADAGREsSgBiFFYuAgAiFi5AAMAAERZG7EnAYhRWLoIgAABBECIY1RYuQADAABEWVlZWVmxAA4quAH/hbAEjbECAESzBWQGAERE') format('truetype'); } /* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */ /* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */ @@ -17,7 +17,7 @@ @media screen and (-webkit-min-device-pixel-ratio:0) { @font-face { font-family: 'fontello'; - src: url('../font/fontello.svg?30012397#fontello') format('svg'); + src: url('../font/fontello.svg?99450207#fontello') format('svg'); } } */ @@ -26,7 +26,7 @@ font-family: "fontello"; font-style: normal; font-weight: normal; - speak: none; + speak: never; display: inline-block; text-decoration: inherit; @@ -38,7 +38,7 @@ /* For safety - reset parent styles, that can break glyph codes*/ font-variant: normal; text-transform: none; - + /* fix buttons height, for twitter bootstrap */ line-height: 1em; @@ -52,6 +52,8 @@ /* Uncomment for 3D effect */ /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ } +.icon-check:before { content: '\e741'; } /* '' */ +.icon-resize-small-1:before { content: '\e746'; } /* '' */ .icon-logout:before { content: '\e800'; } /* '' */ .icon-cancel-circled:before { content: '\e801'; } /* '' */ .icon-cancel-circled2:before { content: '\e802'; } /* '' */ @@ -110,9 +112,13 @@ .icon-right-hand:before { content: '\e837'; } /* '' */ .icon-left-hand:before { content: '\e838'; } /* '' */ .icon-up-hand:before { content: '\e839'; } /* '' */ +.icon-tags-3:before { content: '\e839'; } /* '' */ .icon-down-hand:before { content: '\e83a'; } /* '' */ .icon-eye-off:before { content: '\e83b'; } /* '' */ .icon-arrows-cw-1:before { content: '\e83c'; } /* '' */ +.icon-resize-small-alt:before { content: '\e83d'; } /* '' */ +.icon-tags:before { content: '\e83e'; } /* '' */ +.icon-tags-4:before { content: '\e83f'; } /* '' */ .icon-down-open:before { content: '\f004'; } /* '' */ .icon-up-open:before { content: '\f005'; } /* '' */ .icon-right-open:before { content: '\f006'; } /* '' */ @@ -120,6 +126,7 @@ .icon-move:before { content: '\f047'; } /* '' */ .icon-info-circled-alt:before { content: '\f086'; } /* '' */ .icon-link-ext:before { content: '\f08e'; } /* '' */ +.icon-check-empty:before { content: '\f096'; } /* '' */ .icon-comment-empty:before { content: '\f0e5'; } /* '' */ .icon-doc-text:before { content: '\f0f6'; } /* '' */ .icon-plus-squared:before { content: '\f0fe'; } /* '' */ diff --git a/html/image/fontello/css/fontello-ie7-codes.css b/html/image/fontello/css/fontello-ie7-codes.css index fc69015d4..bf52a4374 100644 --- a/html/image/fontello/css/fontello-ie7-codes.css +++ b/html/image/fontello/css/fontello-ie7-codes.css @@ -1,4 +1,6 @@ +.icon-check { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } +.icon-resize-small-1 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } .icon-logout { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } .icon-cancel-circled { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } .icon-cancel-circled2 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } @@ -57,9 +59,13 @@ .icon-right-hand { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } .icon-left-hand { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } .icon-up-hand { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } +.icon-tags-3 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } .icon-down-hand { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } .icon-eye-off { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } .icon-arrows-cw-1 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } +.icon-resize-small-alt { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } +.icon-tags { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } +.icon-tags-4 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } .icon-down-open { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } .icon-up-open { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } .icon-right-open { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } @@ -67,6 +73,7 @@ .icon-move { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } .icon-info-circled-alt { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } .icon-link-ext { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } +.icon-check-empty { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } .icon-comment-empty { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } .icon-doc-text { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } .icon-plus-squared { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } diff --git a/html/image/fontello/css/fontello-ie7.css b/html/image/fontello/css/fontello-ie7.css index b0288864d..e07293d92 100644 --- a/html/image/fontello/css/fontello-ie7.css +++ b/html/image/fontello/css/fontello-ie7.css @@ -10,6 +10,8 @@ /* font-size: 120%; */ } +.icon-check { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } +.icon-resize-small-1 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } .icon-logout { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } .icon-cancel-circled { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } .icon-cancel-circled2 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } @@ -68,9 +70,13 @@ .icon-right-hand { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } .icon-left-hand { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } .icon-up-hand { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } +.icon-tags-3 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } .icon-down-hand { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } .icon-eye-off { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } .icon-arrows-cw-1 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } +.icon-resize-small-alt { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } +.icon-tags { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } +.icon-tags-4 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } .icon-down-open { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } .icon-up-open { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } .icon-right-open { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } @@ -78,6 +84,7 @@ .icon-move { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } .icon-info-circled-alt { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } .icon-link-ext { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } +.icon-check-empty { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } .icon-comment-empty { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } .icon-doc-text { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } .icon-plus-squared { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } diff --git a/html/image/fontello/css/fontello.css b/html/image/fontello/css/fontello.css index 8c1edd55d..9306608f7 100644 --- a/html/image/fontello/css/fontello.css +++ b/html/image/fontello/css/fontello.css @@ -1,11 +1,11 @@ @font-face { font-family: 'fontello'; - src: url('../font/fontello.eot?62647818'); - src: url('../font/fontello.eot?62647818#iefix') format('embedded-opentype'), - url('../font/fontello.woff2?62647818') format('woff2'), - url('../font/fontello.woff?62647818') format('woff'), - url('../font/fontello.ttf?62647818') format('truetype'), - url('../font/fontello.svg?62647818#fontello') format('svg'); + src: url('../font/fontello.eot?16636759'); + src: url('../font/fontello.eot?16636759#iefix') format('embedded-opentype'), + url('../font/fontello.woff2?16636759') format('woff2'), + url('../font/fontello.woff?16636759') format('woff'), + url('../font/fontello.ttf?16636759') format('truetype'), + url('../font/fontello.svg?16636759#fontello') format('svg'); font-weight: normal; font-style: normal; } @@ -15,7 +15,7 @@ @media screen and (-webkit-min-device-pixel-ratio:0) { @font-face { font-family: 'fontello'; - src: url('../font/fontello.svg?62647818#fontello') format('svg'); + src: url('../font/fontello.svg?16636759#fontello') format('svg'); } } */ @@ -24,7 +24,7 @@ font-family: "fontello"; font-style: normal; font-weight: normal; - speak: none; + speak: never; display: inline-block; text-decoration: inherit; @@ -55,6 +55,8 @@ /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ } +.icon-check:before { content: '\e741'; } /* '' */ +.icon-resize-small-1:before { content: '\e746'; } /* '' */ .icon-logout:before { content: '\e800'; } /* '' */ .icon-cancel-circled:before { content: '\e801'; } /* '' */ .icon-cancel-circled2:before { content: '\e802'; } /* '' */ @@ -113,9 +115,13 @@ .icon-right-hand:before { content: '\e837'; } /* '' */ .icon-left-hand:before { content: '\e838'; } /* '' */ .icon-up-hand:before { content: '\e839'; } /* '' */ +.icon-tags-3:before { content: '\e839'; } /* '' */ .icon-down-hand:before { content: '\e83a'; } /* '' */ .icon-eye-off:before { content: '\e83b'; } /* '' */ .icon-arrows-cw-1:before { content: '\e83c'; } /* '' */ +.icon-resize-small-alt:before { content: '\e83d'; } /* '' */ +.icon-tags:before { content: '\e83e'; } /* '' */ +.icon-tags-4:before { content: '\e83f'; } /* '' */ .icon-down-open:before { content: '\f004'; } /* '' */ .icon-up-open:before { content: '\f005'; } /* '' */ .icon-right-open:before { content: '\f006'; } /* '' */ @@ -123,6 +129,7 @@ .icon-move:before { content: '\f047'; } /* '' */ .icon-info-circled-alt:before { content: '\f086'; } /* '' */ .icon-link-ext:before { content: '\f08e'; } /* '' */ +.icon-check-empty:before { content: '\f096'; } /* '' */ .icon-comment-empty:before { content: '\f0e5'; } /* '' */ .icon-doc-text:before { content: '\f0f6'; } /* '' */ .icon-plus-squared:before { content: '\f0fe'; } /* '' */ diff --git a/html/image/fontello/demo.html b/html/image/fontello/demo.html index 9eb49bbc7..b60c0cc4c 100644 --- a/html/image/fontello/demo.html +++ b/html/image/fontello/demo.html @@ -229,11 +229,11 @@ body { } @font-face { font-family: 'fontello'; - src: url('./fontello.eot?69183758'); - src: url('./fontello.eot?69183758#iefix') format('embedded-opentype'), - url('./fontello.woff?69183758') format('woff'), - url('./fontello.ttf?69183758') format('truetype'), - url('./fontello.svg?69183758#fontello') format('svg'); + src: url('./font/fontello.eot?78114184'); + src: url('./font/fontello.eot?78114184#iefix') format('embedded-opentype'), + url('./font/fontello.woff?78114184') format('woff'), + url('./font/fontello.ttf?78114184') format('truetype'), + url('./font/fontello.svg?78114184#fontello') format('svg'); font-weight: normal; font-style: normal; } @@ -244,7 +244,7 @@ body { font-family: "fontello"; font-style: normal; font-weight: normal; - speak: none; + speak: never; display: inline-block; text-decoration: inherit; @@ -298,149 +298,160 @@ body {
+
icon-check0xe741
+
icon-resize-small-10xe746
icon-logout0xe800
icon-cancel-circled0xe801
+
+
icon-cancel-circled20xe802
icon-eye0xe803
-
-
icon-upload0xe804
icon-download0xe805
+
+
icon-attention0xe806
icon-search0xe807
-
-
icon-mail0xe808
icon-anchor0xe809
+
+
icon-resize-full-alt0xe80a
icon-tag0xe80b
-
-
icon-cw0xe80c
icon-edit0xe80d
+
+
icon-attention-circled0xe80e
icon-trash-empty0xe80f
-
-
icon-doc0xe810
icon-calendar0xe811
+
+
icon-edit-10xe812
icon-resize-full0xe813
-
-
icon-up-bold0xe814
icon-down-fat0xe815
+
+
icon-cancel-circled2-10xe816
icon-upload-10xe817
-
-
icon-exclamation0xe818
icon-down-open-10xe819
+
+
icon-up-open-10xe81a
icon-left-open-10xe81b
-
-
icon-right-open-10xe81c
icon-arrows-cw0xe81d
+
+
icon-down-dir0xe81e
icon-up-dir0xe81f
-
-
icon-cog0xe820
icon-cog-alt0xe821
+
+
icon-down-dir-10xe822
icon-up-dir-10xe823
-
-
icon-down-open-20xe824
icon-right-open-20xe825
+
+
icon-left-open-20xe826
icon-up-open-20xe827
-
-
icon-plus0xe828
icon-compass0xe829
+
+
icon-resize-full-alt-10xe82a
icon-tag-10xe82b
-
-
icon-edit-20xe82c
icon-compass-10xe82d
+
+
icon-cogs0xe82e
icon-up0xe82f
-
-
icon-thumbs-up0xe830
icon-lock0xe831
+
+
icon-lock-open0xe832
icon-thumbs-down0xe833
-
-
icon-bell0xe834
icon-resize-small0xe835
+
+
icon-resize-full-10xe836
icon-right-hand0xe837
-
-
icon-left-hand0xe838
icon-up-hand0xe839
+
+
+
icon-tags-30xe839
icon-down-hand0xe83a
icon-eye-off0xe83b
+
icon-arrows-cw-10xe83c
-
icon-arrows-cw-10xe83c
+
icon-resize-small-alt0xe83d
+
icon-tags0xe83e
+
icon-tags-40xe83f
icon-down-open0xf004
+
+
icon-up-open0xf005
icon-right-open0xf006
-
-
icon-left-open0xf007
icon-move0xf047
-
icon-info-circled-alt0xf086
-
icon-link-ext0xf08e
+
icon-info-circled-alt0xf086
+
icon-link-ext0xf08e
+
icon-check-empty0xf096
icon-comment-empty0xf0e5
+
+
icon-doc-text0xf0f6
icon-plus-squared0xf0fe
icon-angle-circled-left0xf137
+
icon-angle-circled-right0xf138
-
icon-angle-circled-right0xf138
icon-angle-circled-up0xf139
icon-angle-circled-down0xf13a
icon-lock-open-alt0xf13e
+
icon-ellipsis-vert0xf142
-
icon-ellipsis-vert0xf142
icon-sort-alt-up0xf160
icon-sort-alt-down0xf161
icon-bitbucket0xf171
+
icon-linux0xf17c
-
icon-linux0xf17c
icon-dot-circled0xf192
icon-plus-squared-alt0xf196
icon-fax0xf1ac
+
icon-sliders0xf1de
-
icon-sliders0xf1de
icon-share0xf1e0
icon-calc0xf1ec
icon-bell-off-empty0xf1f7
+
icon-toggle-off0xf204
-
icon-toggle-off0xf204
icon-toggle-on0xf205
icon-safari0xf267
icon-chrome0xf268
+
icon-firefox0xf269
-
icon-firefox0xf269
icon-calendar-10xf4c5
icon-search-10xf50d
- + \ No newline at end of file diff --git a/html/image/fontello/fontello.eot b/html/image/fontello/fontello.eot index f9a98fda4..18d667c66 100644 Binary files a/html/image/fontello/fontello.eot and b/html/image/fontello/fontello.eot differ diff --git a/html/image/fontello/fontello.svg b/html/image/fontello/fontello.svg index a610d15c9..bdca170f5 100644 --- a/html/image/fontello/fontello.svg +++ b/html/image/fontello/fontello.svg @@ -1,11 +1,15 @@ -Copyright (C) 2019 by original authors @ fontello.com +Copyright (C) 2020 by original authors @ fontello.com + + + + @@ -122,12 +126,20 @@ + + + + + + + + @@ -142,6 +154,8 @@ + + diff --git a/html/image/fontello/fontello.ttf b/html/image/fontello/fontello.ttf index 1ca5c8462..cbb3370ff 100644 Binary files a/html/image/fontello/fontello.ttf and b/html/image/fontello/fontello.ttf differ diff --git a/html/image/fontello/fontello.woff b/html/image/fontello/fontello.woff index 30198d049..100f0a30e 100644 Binary files a/html/image/fontello/fontello.woff and b/html/image/fontello/fontello.woff differ diff --git a/html/image/fontello/fontello.woff2 b/html/image/fontello/fontello.woff2 index 02666c48e..5bba9db43 100644 Binary files a/html/image/fontello/fontello.woff2 and b/html/image/fontello/fontello.woff2 differ diff --git a/html/image/logo7400.png b/html/image/logo7400.png deleted file mode 100644 index 14d2577fb..000000000 Binary files a/html/image/logo7400.png and /dev/null differ diff --git a/html/image/logo7400.xcf b/html/image/logo7400.xcf deleted file mode 100644 index 95e59ef13..000000000 Binary files a/html/image/logo7400.xcf and /dev/null differ diff --git a/html/image/logo7500.png b/html/image/logo7500.png new file mode 100644 index 000000000..d9164d74c Binary files /dev/null and b/html/image/logo7500.png differ diff --git a/html/image/logo7500.xcf b/html/image/logo7500.xcf new file mode 100644 index 000000000..e3ad80a42 Binary files /dev/null and b/html/image/logo7500.xcf differ diff --git a/html/image/logo8100.png b/html/image/logo8100.png new file mode 100644 index 000000000..da1ccdf25 Binary files /dev/null and b/html/image/logo8100.png differ diff --git a/html/index.css b/html/index.css index bbe953dad..073dc9acd 100644 --- a/html/index.css +++ b/html/index.css @@ -142,7 +142,7 @@ BODY { position:absolute; z-index:-1; height:auto; - width:10%; + width:125px; left:1%; top:30px; @@ -196,11 +196,12 @@ BODY { } #recover_link { position:absolute; - margin-top:397px; + /*! margin-top:397px; */ left:1px; background-color: white; bottom: initial; width: 20rem; + bottom: 30px; } } @media only screen and (min-width : 1100px) { @@ -228,9 +229,9 @@ BODY { width: 24rem; } #recover_link { - position:absolute; - top:397px; + position:fixed; left:539px; + bottom:2px; background-color: white; width:auto; @@ -274,9 +275,9 @@ BODY { width: 24rem; } #recover_link { - position:absolute; - top:55%; + position:fixed; left:55%; + bottom:20px; background-color: white; margin-top:0px; } diff --git a/html/index.php b/html/index.php index a0263f654..c8b8b65bd 100644 --- a/html/index.php +++ b/html/index.php @@ -191,7 +191,7 @@ if (isset ($_REQUEST['reconnect']) && isset ($_REQUEST['backurl'])) { } echo ' -NOALYSS +NOALYSS
'. '

Noalyss

'. $goto . diff --git a/html/install.php b/html/install.php index 1536f6650..a01059dae 100644 --- a/html/install.php +++ b/html/install.php @@ -29,14 +29,18 @@ h2 { font-size: 105%; text-align: left; - text-decoration: underline; + text-decoration: none; + color:darkblue; + margin-bottom: 1rem; + margin-top: 1rem; + } h3 { font-size : 102%; font-style: italic; margin-left: 3px; } - + .button { font-size:110%; color:white; @@ -79,7 +83,7 @@

- NOALYSS + NOALYSS

NOALYSS : comptabilité - accountancy

@@ -141,7 +145,7 @@ load_all_script(); echo '
'; if ( $_GET['lang'] == "en_US.utf8" || $_GET['lang']=='fr_FR.utf8') { - $_SESSION['g_lang']=$_GET['lang']; + $_SESSION[SESSION_KEY.'g_lang']=$_GET['lang']; set_language(); } ?> @@ -256,13 +260,15 @@ if (isset($_POST['save_config'])) { // If conx successfull save the file or display it // ----- if ( $err == 0 && $cnx !== false ) { - echo '

'._('Important').'

'; - echo '

',_("Voici l'utilisateur et mot de passe de l'utilisateur administrateur de Noalyss , " + echo '
'; + echo '

'._('Important').'

'; + echo '

',_("Voici l'utilisateur et mot de passe de l'utilisateur administrateur de Noalyss , " . " il a tous les droits et a accès à tout." . " Connectez-vous avec ses identifiants et changer le mot de passe dans préférence (en haut à droit)"), - "

"; - echo '

'._('Utilisateur administrateur'),' ',' ',$cadmin,'','

'; - echo '

',_('Mot de passe'),' '.$cpassword_admin.' ','

'; + "

"; + echo '

'._('Utilisateur administrateur'),' ',' ',$cadmin,'','

'; + echo '

',_('Mot de passe'),' '.$cpassword_admin.' ','

'; + echo ''; // Create the db if (is_writable(NOALYSS_INCLUDE)) { $url=config_file_create($_POST,1,$os); diff --git a/html/js/acc_ledger.js b/html/js/acc_ledger.js index efdf71e65..3b2b2bbfe 100644 --- a/html/js/acc_ledger.js +++ b/html/js/acc_ledger.js @@ -1110,16 +1110,16 @@ function search_letter(obj) function op_save(obj) { try { - var queryString = $(obj).serialize(); - queryString += "&gDossier=" + obj.gDossier.value; + var queryString = $(obj).serialize(true); + queryString ["gDossier"]= obj.gDossier.value; var rapt2 = "rapt" + obj.whatdiv.value; - queryString += "&rapt=" + g(rapt2).value; - queryString += '&jr_id=' + obj.jr_id.value; + queryString ["rapt"] = g(rapt2).value; + queryString ["jr_id"] = obj.jr_id.value; var jr_id=obj.jr_id.value; - queryString += '&div=' + obj.whatdiv.value; + queryString ["div"]= obj.whatdiv.value; var divid=obj.whatdiv.value; - queryString += '&act=save'; - queryString += '&op=ledger'; + queryString ["act"]="save"; + queryString ["op"]="ledger"; waiting_box(); /* @@ -1130,7 +1130,7 @@ function op_save(obj) var action = new Ajax.Request('ajax_misc.php', { method: 'post', - parameters: encodeURI(queryString), + parameters: queryString, onFailure: null, onSuccess: infodiv } @@ -1301,8 +1301,8 @@ function manage_search_filter(p_obj) { onSuccess:function(req) { remove_waiting_box(); var x=posX; - var y=posY-20; - create_div({'id':'boxfilter'+p_obj.div,'cssclass':'inner_box','html':req.responseText,'style':'top:'+y+'px;left:'+x+'px;position:absolute;width:400px'}); + var y=calcy(200) + create_div({'id':'boxfilter'+p_obj.div,'cssclass':'inner_box','html':req.responseText,'style':'top:'+y+'px;left:'+x+'px;position:absolute;width:400px',drag:1}); $('boxfilter'+p_obj.div).show(); } }); @@ -1319,8 +1319,9 @@ function manage_search_filter(p_obj) { function save_filter(p_div,p_dossier) { var elt=['ledger_type','nb_jrn','date_start','date_end', 'date_paid_start','date_paid_end','desc','amount_min','amount_max','qcode','accounting', - 'operation_filter']; + 'operation_filter','tag_option']; var eltValue={}; + var i =0; eltValue['gDossier']=p_dossier; eltValue['op']="save_filter"; eltValue['div']=p_div; @@ -1342,6 +1343,12 @@ function save_filter(p_div,p_dossier) { eltValue['r_jrn'+i]=$(idx).value } + } + //ledger's tags + var aTag=Array.from(document.getElementsByName(p_div+"tag[]")); + eltValue["tag[]"]=[]; + for (i=0 ; i < aTag.length;i++) { + eltValue["tag[]"][i]=aTag[i].value; } new Ajax.Request('ajax_misc.php', { method:"POST", @@ -1353,7 +1360,7 @@ function save_filter(p_div,p_dossier) { /*Add the new list to the selection */ var new_item=document.createElement('li'); new_item.innerHTML=answer.filter_name; - new_item.setAttribute("id","li"+p_div+"_"+answer.filter_id); + new_item.setAttribute("id","manageli"+p_div+"_"+answer.filter_id); $('manage'+p_div).appendChild(new_item); $(p_div+"filter_new").value=""; } else { @@ -1381,7 +1388,7 @@ function load_filter(p_div,p_dossier,p_filter_id) { var answer=req.responseJSON; console.log(answer); var elt=['ledger_type','date_start','date_end','date_paid_start','date_paid_end', - 'desc','amount_min','amount_max','qcode','accounting','operation_filter']; + 'desc','amount_min','amount_max','qcode','accounting','operation_filter','tag_option']; for (var i=0;i 300 ) { nTop=170; } - var str_top=fixed_position(250,nTop) + var str_top="top:"+calcy(nTop)+"px"; + var str_style=str_top+";width:45em;height:auto;position:absolute"; var popup={'id': content,'cssclass':'inner_box','style':str_style,'html':loading(),'drag':false}; @@ -949,7 +1089,7 @@ try { * @param {type} p_action_id action_gestion.ag_id * @returns {undefined} nothing */ -function action_save_concerned(p_dossier, p_fiche_id, p_action_id) { +function action_save_concerned(p_form_id) { var query = encodeJSON({'gDossier': p_dossier, 'f_id': p_fiche_id, 'ag_id': p_action_id,'op':'card','op2':'action_save_concerned','ctl':'unused'}); var a=new Ajax.Request('ajax_misc.php', { @@ -1005,8 +1145,11 @@ function action_remove_concerned(p_dossier,p_fiche_id,p_action_id) var nodeXml=html[0]; var code_html = getNodeText(nodeXml); code_html = unescape_xml(code_html); - removeDiv('search_card'); $('concerned_card_td').innerHTML = code_html; + removeDiv('search_card'); + + $(namectl).remove(); + } catch (e) { if ( console) { console.log('Erreur ') + e.message;} alert_box('action_remove_concerned '+e.message); @@ -1216,4 +1359,53 @@ function card_update_row(obj) alert_box(e.message); return false; } +} +/** + * Display the option of a contact linked in a action-followup + * @param {int} p_action_person_id action_person.ap_id + * @param {int} p_dossier current folder + */ +function linked_card_option(p_action_person_id,p_dossier) { + try { + waiting_box(); + new Ajax.Request("ajax_misc.php",{ + method:"get", + parameters: { + ap_id:p_action_person_id, + gDossier:p_dossier, + op:"card", + op2:"display_card_option", + ctl:"notused" + }, + onSuccess:function(req) { + remove_waiting_box(); + add_div({ "id":"d_linked_card_option",cssclass:"inner_box",style:"position:fixed;top:30%;min-width:20rem;width:auto;",drag:0}); + $("d_linked_card_option").update(req.responseText); + + } + }); + } catch (e) { + console.error(e.message); + } +} +/** + * Save option for the contact + * @param {object} obj form + * @see card_multiple_display_option.php + * @returns {undefined} + */ +function save_linked_card_option(obj) +{ + waiting_box(); + new Ajax.Request("ajax_misc.php",{ + method:"post", + parameters:obj.serialize(), + onSuccess:function(req) { + remove_waiting_box(); + removeDiv("d_linked_card_option"); + $("other_"+obj.action_person_id.value).update(req.responseText); + new Effect.Highlight("other_"+obj.action_person_id.value,{startcolor: '#FAD4D4',endcolor: '#F78082' }); + } + }); + return false; } \ No newline at end of file diff --git a/html/js/infobulle.js b/html/js/infobulle.js index eb0d34141..81942ada4 100644 --- a/html/js/infobulle.js +++ b/html/js/infobulle.js @@ -65,3 +65,51 @@ function displayBulle(p_comment) { d.style.left=posX+offsetX+"px"; d.style.visibility="visible"; } + +/** + * + * @param p_name + * @see select_box.class.php + */ +function displaySelectBox(p_name) { + try { + if (! document.getElementById("select_box_content") ) { + + var newDiv=new Element("div"); + newDiv.id="select_box_content"; + document.body.appendChild(newDiv); + newDiv.addClassName("select_box"); + $("select_box_content").onmouseleave=function() { + try { + var newDiv=$("select_box_content"); + newDiv.setStyle({display:"none"}); + } catch(e) { + alert(e.message); + } + } + } else { + var newDiv=document.getElementById("select_box_content"); + } + newDiv.innerHTML=$("select_box"+p_name).innerHTML; + var viewport = document.viewport.getDimensions(); + var locPosY=posY; + if ( posY+offsetY+ newDiv.getHeight() > window.innerHeight -3) { + locPosY-=newDiv.getHeight()+20 + } + newDiv.style.top=locPosY+"px"; + + newDiv.style.left=document.getElementById(p_name+"_bt").offsetLeft+"px"; + newDiv.setStyle({display:"block",position:"absolute","z-index":999}); + + if ( $("search_"+p_name+"_list") ) { + var sTmp = newDiv.innerHTML; + var regex=new RegExp(p_name+"_list","g"); + sTmp = sTmp.replace(regex,p_name+"_t_list"); + newDiv.innerHTML=sTmp; + $("search_"+p_name+"_t_list").focus(); + } + } catch(e) { + alert(e.message); + } + +} diff --git a/html/js/managetable.js b/html/js/managetable.js index d67e77402..da5b8605f 100644 --- a/html/js/managetable.js +++ b/html/js/managetable.js @@ -74,9 +74,12 @@ var ManageTable = function (p_table_name) { this.callback = "ajax.php"; //!< File to call this.control = "dtr"; // + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ +/** + * + * @param {event} evt event + * @param {object} elt checkbox elt + * @param {string} p_name name of the checkbox object + + * @returns {undefined} + */ + +var lastcheck = null; +var endcheck = null; + +/** + * Check or uncheck checkbox if shift key is pressed and between the last checked elemet and the current one + * @param {type} evt event + * @param {type} elt Dom element + * @param {type} p_name name of range + */ +function checkbox_set_range(evt, elt, p_name) { + if (!evt.shiftKey) { + lastcheck = elt; + return; + } + var aName = document.getElementsByClassName(p_name); + + var from = 0; + var end = 0; + for (var i = 0; i < aName.length; i++) { + if (aName[i] == elt) { + endcheck = aName[i]; + from = i; + } + if (aName[i] == lastcheck) { + end = i; + } + } + if (from > end) { + let a = from; + from = end; + end = a; + } + var check = (aName[from].checked) ? true : false; + for (x = from; x <= end; x++) { + aName[x].checked = check; + } +} + + +/** + * For each checkbox , add an event on click + * @param {string} p_range_name name of the checkbox object + * @returns {undefined} + */ +function activate_checkbox_range(p_range_name) { + let node_lstCheckBox = document.getElementsByClassName(p_range_name); + var aCheckBox=Array.from(node_lstCheckBox) + if (aCheckBox == undefined) { + console.error("activate_checkbox_range_failed") + } + + aCheckBox.forEach(elt => elt.addEventListener ('click',function (event) { + checkbox_set_range(event, elt, p_range_name); + },false)); +} +; + + diff --git a/html/js/scripts.js b/html/js/scripts.js index 507048061..d6a4a9d20 100644 --- a/html/js/scripts.js +++ b/html/js/scripts.js @@ -24,12 +24,31 @@ * */ var ask_reload = 0; -var tag_choose = ''; +// tag_choose Element which contains all the selected tags +var tag_choose = ''; var aDraggableElement = new Array(); var viewport = document.viewport.getDimensions(); // Gets the viewport as an object literal var width = viewport.width; // Usable window width var height = viewport.height; - + /** + * return undefined if nothing is found , otherwise return the DOM elemnt + * @param {type} p_name_dom + * @param {type} name_child + * @returns {undefined} + */ +function in_child(p_element,name_child) { + var element=p_element + if ( typeof p_element !== "object" ) { + element=document.getElementById(p_element); + + } + if ( ! element ) return undefined; + for ( var e=0; e < element.childElementCount;e++) { + if ( element.childNodes[e].id == name_child) { + return element.childNodes[e]; + } + } +} /** * callback function when we just need to update a hidden div with an info * message @@ -314,6 +333,16 @@ function format_number(obj, p_prec) $(obj).value = value; } + +/** + * Replace slash and minus by dot + * @param p_object + */ +function format_date(p_object) +{ + p_object.value=p_object.value.replace(/\//g,'.'); + p_object.value=p_object.value.replace(/-/g,'.'); +} /** *@brief check if the object is hidden or show and perform the opposite, * show the hidden obj or hide the shown one @@ -433,7 +462,7 @@ function success_misc(req) } function loading() { - var str = '

' + content[64] + '

'; + var str = '

' + content[64] + '

'; str = str + 'chargement'; return str; } @@ -1227,7 +1256,7 @@ function fill_box(req) *@param dossier_id *@param od_id from table op_predef */ -function mod_predf_op(dossier_id, od_id) +function mod_predf_op(dossier_id, od_id,p_ledger) { var target = "mod_predf_op"; removeDiv(target); @@ -1237,7 +1266,7 @@ function mod_predf_op(dossier_id, od_id) add_div(div); - var qs = "gDossier=" + dossier_id + '&op=mod_predf&id=' + od_id; + var qs = "gDossier=" + dossier_id + '&op=mod_predf&id=' + od_id+'&ledger_id='+p_ledger; var action = new Ajax.Request('ajax_misc.php', { @@ -1307,6 +1336,7 @@ function search_reconcile(dossier, ctl_concern, amount_id, ledger, p_id_target, str_style += ";width:92%;overflow:auto;"; waiting_box(); var hide_operation = $(ctl_concern).getAttribute("hide_operation"); + var single_operation = $(ctl_concern).getAttribute("single_operation"); var param_send = {gDossier: dossier, ctlc: ctl_concern, @@ -1316,7 +1346,8 @@ function search_reconcile(dossier, ctl_concern, amount_id, ledger, p_id_target, ledger: ledger, target: target, tiers: tiers, - hide_operation: hide_operation + hide_operation: hide_operation, + single_operation:single_operation }; var qs = encodeJSON(param_send); @@ -1384,6 +1415,7 @@ function set_reconcile(obj) if (!obj.elements['target']) return; var target = obj.elements['target'].value; + var single_operation = obj.elements['single_operation'].value; for (var e = 0; e < obj.elements.length; e++) { @@ -1417,7 +1449,12 @@ function set_reconcile(obj) }); } } - $(ctlc.value).value += nValue; + if (single_operation==0) { + $(ctlc.value).value += nValue; + } else { + $(ctlc.value).value = nValue; + + } } } } @@ -2110,7 +2147,13 @@ function view_action(ag_id, dossier, modify) }); $(id).innerHTML = code_html; if (ctl_txt == 'ok') { - compute_all_ledger(); + // compute detail + var detail=in_child(id,"follow_up_detail"); + if (detail) { + compute_all_ledger(); + } + + } code_html.evalScripts(); } catch (e) { @@ -2171,7 +2214,7 @@ function filter_table(phrase, _id, colnr, start_row) { } if (tot_found == 0) { if ($('info_' + _id)) { - $('info_' + _id).innerHTML = content[69] + $('info_' + _id).innerHTML = content[69]; } } else { if ($('info_' + _id)) { @@ -2217,7 +2260,46 @@ function filter_list(phrase, _id) { } if (tot_found == 0) { if ($('info_' + _id)) { - $('info_' + _id).innerHTML = content[69] + $('info_' + _id).innerHTML = content[69]; + } + } else { + if ($('info_' + _id)) { + $('info_' + _id).innerHTML = " "; + } + } +} + +/** + * @brief filter quickly a select + * @param phrase : DOM id of the input text where we find the word to seach + * @param _id : id of the list + * @returns nothing + * @see HtmlInput::filter_list + */ +function filter_multiselect(phrase, _id) { + $('info_div').innerHTML = content[65]; + $('info_div').style.display = "block"; + var words = $(phrase).value.toLowerCase(); + var l_list = document.getElementById(_id); + + var tot_found = 0; + + for (var r = 0; r < l_list.options.length; r++) { + var found = 0; + var ele = l_list.options[r].text; + + if (ele.toLowerCase().indexOf(words) >= 0) { + tot_found++; + l_list.options[r].style.display = 'block'; + } else { + l_list.options[r].style.display = 'none'; + } + $('info_div').style.display = "none"; + $('info_div').innerHTML = ""; + } + if (tot_found == 0) { + if ($('info_' + _id)) { + $('info_' + _id).innerHTML = content[69]; } } else { if ($('info_' + _id)) { @@ -2458,7 +2540,7 @@ function show_tag(p_dossier, p_ac, p_tag_id, p_post) code_html = unescape_xml(code_html); remove_waiting_box(); var posy = calcy(250); - add_div({id: 'tag_div', cssclass: 'inner_box', drag: 0, style: "position:fixed;top:" + posy + "px"}); + add_div({id: 'tag_div', cssclass: 'inner_box', drag: 0, style: "position:fixed;top:15%;"}); $('tag_div').innerHTML = code_html; try { @@ -2545,13 +2627,14 @@ function action_tag_select(p_dossier, ag_id) * @brief Add the current tag to the current ag_id * @param {type} p_dossier * @param {type} ag_id + * @param p_isgroup g it is a group , t is a single tag * @returns {undefined} */ -function action_tag_add(p_dossier, ag_id, t_id) +function action_tag_add(p_dossier, ag_id, t_id,p_isgroup) { try { waiting_box(); - var queryString = "t_id=" + t_id + "&ag_id=" + ag_id + "&op=tag_add&gDossier=" + p_dossier; + var queryString = "t_id=" + t_id + "&ag_id=" + ag_id + "&op=tag_add&gDossier=" + p_dossier+"&isgroup="+p_isgroup; var action = new Ajax.Request( "ajax_misc.php", { @@ -2594,7 +2677,7 @@ function action_tag_remove(p_dossier, ag_id, t_id) { method: 'get', parameters: queryString, onFailure: ajax_misc_failure, - onSuccess: function (req, j) { + onSuccess: function (req) { var answer = req.responseXML; var html = answer.getElementsByTagName('code'); if (html.length === 0) @@ -2641,13 +2724,16 @@ function activate_tag(p_dossier, p_tag_id) { * Display a div with available tags, this div can update the cell * tag_choose_td * @param {type} p_dossier + * @param {string} p_prefix is the prefix of the div + * @param {string} Calling object either Tag_Operation or Tag_Action * @returns {undefined} + * */ -function search_display_tag(p_dossier, p_prefix) +function search_display_tag(p_dossier, p_prefix,p_object) { try { waiting_box(); - var queryString = "op=search_display_tag&gDossier=" + p_dossier + "&pref=" + p_prefix; + var queryString = { op : "search_display_tag",gDossier:p_dossier,pref:p_prefix,caller_obj:p_object}; var action = new Ajax.Request( "ajax_misc.php", { @@ -2665,8 +2751,8 @@ function search_display_tag(p_dossier, p_prefix) code_html = unescape_xml(code_html); remove_waiting_box(); add_div({id: p_prefix + 'tag_div', style: 'left:10%;width:70%', cssclass: 'inner_box', drag: 1}); - $(p_prefix + 'tag_div').style.top = posY - 80 + "px"; - $(p_prefix + 'tag_div').style.left = posX - 200 + "px"; + $(p_prefix + 'tag_div').style.top = calcy(200)+"px" + $(p_prefix + 'tag_div').style.left = 20+ "%"; remove_waiting_box(); $(p_prefix + 'tag_div').innerHTML = code_html; code_html.evalScripts(); @@ -2682,8 +2768,10 @@ function search_display_tag(p_dossier, p_prefix) * in the search screen * @param {type} p_dossier * @param {type} p_tag_id + * @param p_prefix is the prefix of the widget + * @param p_obj is either g for group of tag or t for a single tag */ -function search_add_tag(p_dossier, p_tag_id, p_prefix) +function search_add_tag(p_dossier, p_tag_id, p_prefix,p_obj) { try { var clear_button = 0; @@ -2692,7 +2780,7 @@ function search_add_tag(p_dossier, p_tag_id, p_prefix) clear_button = 1; } waiting_box(); - var queryString = "op=search_add_tag&gDossier=" + p_dossier + "&id=" + p_tag_id + "&clear=" + clear_button + '&pref=' + p_prefix; + var queryString = "op=search_add_tag&gDossier=" + p_dossier + "&id=" + p_tag_id + "&clear=" + clear_button + '&pref=' + p_prefix+"&obj="+p_obj; var action = new Ajax.Request( "ajax_misc.php", { @@ -3052,6 +3140,8 @@ function alert_box(p_message) function alternate_row_color(p_table) { var table_colored=$(p_table); + if (! table_colored.tBodies[0] ) return; + var len = table_colored.tBodies[0].rows.length; var i = 0; var localClass = ""; @@ -3668,6 +3758,26 @@ function toggle_onoff(icon_domid, p_value_domid) $(icon_domid).style = 'color:red'; } } +/** + * turn on or off , set an domElement to 1 or 0 and change the icon + * @param string icon_domid : id of the domElement which must be changed + * @param string p_value_domid : id of domElement containing 1 or 0 + * @see param_jrn.php + */ +function toggle_checkbox_onoff(icon_domid, p_value_domid) +{ + console.log("toggle_checkbox_onoff"); + console.log("icon_domid"+icon_domid); + console.log("p_value_domid"+p_value_domid); + + if ($(p_value_domid).value == 0) { + $(p_value_domid).value = 1; + $(icon_domid).innerHTML = ''; + } else { + $(p_value_domid).value = 0; + $(icon_domid).innerHTML = ''; + } +} /** * in CFGLED show or hide the row depending if the warning is enable or not * @@ -3683,3 +3793,252 @@ function toggle_row_warning_enable(p_enable, p_row) $(p_row).hide(); } } + +/** + * return a json object which is the merge of the 2 json objects + * from 2015 : Object.assign(obj1, obj2); + * @param p_json1 object 1 to merge + * @param p_json2 object 2 to merge + * @returns new json object + */ +function json_concat(p_json1,p_json2) +{ + + var result = {}; + for (var key in p_json1) { + result[key] = p_json1[key]; + } + for (var key in p_json2) { + result[key] = p_json2[key]; + } + return result; + +} + +/** + * return a json object which is the merge of the 2 json objects + * from 2015 : Object.assign(obj1, obj2); + * @param p_json1 object 1 to merge + * @param p_json2 object 2 to merge + * @returns new json object + */ +function json_concat(p_json1,p_json2) +{ + + var result = {}; + for (var key in p_json1) { + result[key] = p_json1[key]; + } + for (var key in p_json2) { + result[key] = p_json2[key]; + } + return result; + +} +/** + * this function unchecks other checkbox , it mimics the way a radio behaves + * @param string p_click is the DOM id of the checkbox you clicked + * @param string p_name is the name of all the checkbox to uncheck + */ +function uncheck_other(p_click,p_name) +{ + var aCheckbox=document.getElementsByName(p_name); + if (aCheckbox.length == 0) return; + var i=0; + for (i=0;i p_max_size) {alert_box(content[78]);return false;} + return true; +} + +/** + * Check that the receipt file is not too big + * @see ajax_ledger.php , ledger_detail_file + * @param int p_max_size maximum size + * @param p_info name of the waiting box + * @returns true if file size is less than the maximum + */ +function check_receipt_size(p_max_size,p_info) +{ + document.getElementById(p_info).style.display="inline"; + console.debug ("param p_max_file_size"+p_max_size); + var f=document.getElementById("receipt_id"); + if ( f && f.files[0] && f.files[0].size > parseFloat(p_max_size)) { + document.getElementById("receipt_info_id").innerHTML=content[78]; + document.getElementById(p_info).style.display="none"; + return false; + } + document.getElementById("receipt_info_id").innerHTML=""; + document.getElementById("form_file").submit(); + return true; +} +/** + * @brief toggle size of a div : fullsize or normal + * + */ +function full_size(p_div) { + div_dom=document.getElementById(p_div); + if ( ! div_dom ) return; + if ( div_dom.hasClassName('fullsize')) { + div_dom.removeClassName('fullsize');$('size_'+p_div).innerHTML=''; + } else { + div_dom.addClassName('fullsize');$('size_'+p_div).innerHTML=''; + } + +} \ No newline at end of file diff --git a/html/js/taggroup.js b/html/js/taggroup.js new file mode 100644 index 000000000..b159a0f6c --- /dev/null +++ b/html/js/taggroup.js @@ -0,0 +1,70 @@ +/* + * Copyright (C) 2020 Dany De Bontridder + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ +// Copyright (2002-2020) Author Dany De Bontridder + + +var TagGroup = function () +{ + this.callback = "ajax_misc.php"; + this.param_operation = "tag_set_group"; + this.list_tag = "ol_tag_group"; + this.div_tag_add = "d_tag_group_add"; + /** + * Add a tag to group and redraw the div "div_tag_add" + * @param {int} p_tag_group_id + * @param {int} p_tag_id + * @param {int} p_dossier + */ + this.add_tag = function (p_tag_group_id, p_select, p_dossier) { + waiting_box(); + // retrieve value from p_select + var p_tag_id = $(p_select).value; + new Ajax.Request(this.callback, { + method: "get", + parameters: {op: this.param_operation, gDossier: p_dossier, act: "add", tag_group: p_tag_group_id, tag: p_tag_id}, + onSuccess: function (req) { + remove_waiting_box(); + // redraw div_tag_add + $("d_tag_group_add").update(req.responseText); + } + }); + }; + /** + * removing a tag from a group and redraw the div "div_tag_add" + * @param {int} p_tag_group_id + * @param {int} p_tag_id + * @param {int} p_dossier + */ + this.remove = function (p_jt_tag, p_dossier) { + waiting_box(); + + new Ajax.Request(this.callback, { + method: "get", + parameters: {op: this.param_operation, + gDossier: p_dossier, + act: "remove", + jt_tag: p_jt_tag + }, + onSuccess: function (req) { + remove_waiting_box(); + // redraw div_tag_add + $("d_tag_group_add").update(req.responseText); + } + }); + }; +}; \ No newline at end of file diff --git a/html/lang/en_US/LC_MESSAGES/messages.po b/html/lang/en_US/LC_MESSAGES/messages.po index 8cc29d166..63332d639 100644 --- a/html/lang/en_US/LC_MESSAGES/messages.po +++ b/html/lang/en_US/LC_MESSAGES/messages.po @@ -3,15 +3,15 @@ # This file is distributed under the same license as the NOALYSS package. # Dany De Bontridder # -#: include/database.item.php:126 +#: include/database.item.php:125 # dany, 2014. -# Dany De Bontridder , 2014, 2015, 2016, 2017, 2018, 2019. +# Dany De Bontridder , 2014, 2015, 2016, 2017, 2018, 2019, 2020. msgid "" msgstr "" "Project-Id-Version: NOALYSS 672\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-26 13:23+0200\n" -"PO-Revision-Date: 2019-08-26 13:28+0100\n" +"POT-Creation-Date: 2020-11-12 22:12+0100\n" +"PO-Revision-Date: 2020-11-16 11:15+0100\n" "Last-Translator: dany \n" "Language-Team: French \n" "Language: en_US\n" @@ -19,7 +19,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: Lokalize 2.0\n" +"X-Generator: Lokalize 19.12.3\n" #: include/database.item.php:124 msgid " " @@ -30,9 +30,10 @@ msgid " Periode : " msgstr "Period" #: include/export/export_poste_detail_pdf.php:60 +#: include/export/export_poste_detail_pdf.php:61 #, php-format msgid " Période : %s %s" -msgstr "Periode : %s %s" +msgstr "Period : %s %s" #: include/ext/import_card/include/template/input_file.php:47 #: include/ext/import_card/include/template/input_format.php:39 @@ -78,13 +79,14 @@ msgstr "Grid 01: Operations for which the VAT is due (6%)" #: html/ajax_card.php:475 include/ajax/ajax_card.php:455 #: include/ajax/ajax_card.php:456 include/ajax/ajax_card.php:457 #: include/ajax/ajax_card.php:490 include/ajax/ajax_card.php:494 -#: include/ajax/ajax_card.php:495 +#: include/ajax/ajax_card.php:495 include/ajax/ajax_card.php:571 +#: include/ajax/ajax_card.php:570 msgid " Banque" msgstr "Bank" #: include/dossier.inc.php:111 include/dossier.inc.php:132 #: include/dossier.inc.php:143 include/dossier.inc.php:146 -#: include/dossier.inc.php:151 +#: include/dossier.inc.php:151 include/dossier.inc.php:153 msgid " Base de donnée " msgstr "Database" @@ -92,6 +94,8 @@ msgstr "Database" #: include/template/ledger_detail_bottom.php:142 #: include/template/ledger_detail_bottom.php:143 #: include/template/ledger_detail_bottom.php:148 +#: include/template/ledger_detail_bottom.php:153 +#: include/template/ledger_detail_bottom.php:154 msgid " Bon de commande" msgstr "Customer order" @@ -99,12 +103,15 @@ msgstr "Customer order" #: include/export/export_poste_detail_pdf.php:225 #: include/export/export_poste_detail_pdf.php:128 #: include/export/export_poste_detail_pdf.php:236 +#: include/export/export_poste_detail_pdf.php:129 +#: include/export/export_poste_detail_pdf.php:237 msgid " C " msgstr "C" #: include/fiche.inc.php:176 include/fiche.inc.php:180 #: include/fiche.inc.php:182 include/fiche.inc.php:183 #: include/fiche.inc.php:184 include/fiche.inc.php:185 +#: include/fiche.inc.php:186 msgid " Ces fiches n'ont pas été effacées " msgstr "These files were not deleted" @@ -114,7 +121,7 @@ msgstr "These files were not deleted" #: include/lib/ac_common.php:434 include/lib/ac_common.php:435 #: include/lib/ac_common.php:436 include/lib/ac_common.php:437 #: include/lib/ac_common.php:438 include/lib/ac_common.php:440 -#: include/lib/ac_common.php:456 +#: include/lib/ac_common.php:456 include/lib/ac_common.php:466 msgid " Cette action ne vous est pas autorisée Contactez votre responsable" msgstr "This work is not authorized Contact your administrator" @@ -131,12 +138,15 @@ msgstr "VAT code" #: include/export/export_poste_detail_pdf.php:230 #: include/export/export_poste_detail_pdf.php:133 #: include/export/export_poste_detail_pdf.php:241 +#: include/export/export_poste_detail_pdf.php:134 +#: include/export/export_poste_detail_pdf.php:242 msgid " D " msgstr "D" #: include/ajax_mod_periode.php:55 include/ajax/ajax_mod_periode.php:55 #: include/ajax/ajax_periode.php:171 include/class/periode.class.php:702 #: include/class/periode.class.php:704 include/class/periode.class.php:706 +#: include/class/periode.class.php:707 include/class/periode.class.php:708 msgid " Début période : " msgstr "Start periode" @@ -147,7 +157,8 @@ msgstr "Sorry but this period is used" #: html/ajax_card.php:478 html/ajax_card.php:479 include/ajax/ajax_card.php:459 #: include/ajax/ajax_card.php:460 include/ajax/ajax_card.php:461 #: include/ajax/ajax_card.php:494 include/ajax/ajax_card.php:498 -#: include/ajax/ajax_card.php:499 +#: include/ajax/ajax_card.php:499 include/ajax/ajax_card.php:575 +#: include/ajax/ajax_card.php:574 msgid " Employé ou administrateur" msgstr "Manager or Employee" @@ -162,24 +173,26 @@ msgstr "Error in formula" #: include/ajax_mod_periode.php:57 include/ajax/ajax_mod_periode.php:57 #: include/ajax/ajax_periode.php:173 include/class/periode.class.php:704 #: include/class/periode.class.php:706 include/class/periode.class.php:708 +#: include/class/periode.class.php:709 include/class/periode.class.php:710 msgid " Exercice : " msgstr "Exercise" #: include/ajax_mod_periode.php:56 include/ajax/ajax_mod_periode.php:56 #: include/ajax/ajax_periode.php:172 include/class/periode.class.php:703 #: include/class/periode.class.php:705 include/class/periode.class.php:707 +#: include/class/periode.class.php:708 include/class/periode.class.php:709 msgid " Fin période : " -msgstr "End Periode :" +msgstr "End Period :" #: include/user_menu.php:147 include/user_menu.php:151 #: include/lib/user_menu.php:160 include/lib/user_menu.php:173 -#: include/lib/user_menu.php:131 +#: include/lib/user_menu.php:131 include/lib/user_menu.php:130 msgid " Hors Bilan" msgstr "Out Balance Sheet" #: include/user_menu.php:148 include/user_menu.php:152 #: include/lib/user_menu.php:161 include/lib/user_menu.php:174 -#: include/lib/user_menu.php:132 +#: include/lib/user_menu.php:132 include/lib/user_menu.php:131 msgid " Immobilisé" msgstr "Fixed Asset" @@ -197,6 +210,7 @@ msgstr "Unable to save" #: include/class/acc_ledger_purchase.class.php:194 #: include/class/acc_ledger_sold.class.php:190 #: include/class/acc_ledger_purchase.class.php:193 +#: include/class/acc_ledger_purchase.class.php:195 msgid " La TVA " msgstr "The VAT" @@ -207,6 +221,7 @@ msgstr "Your version is %s" #: include/class/acc_ledger.class.php:1136 #: include/class/acc_ledger.class.php:1152 +#: include/class/acc_ledger.class.php:1148 #, php-format msgid " Le poste %s appartient à fiche(s) dont : %s" msgstr "Accounting %s belong to the cards : %s" @@ -256,6 +271,7 @@ msgstr "VAT" #: include/class/acc_ledger.class.php:115 #: include/class/acc_ledger.class.php:116 #: include/class/acc_ledger.class.php:134 +#: include/class/acc_ledger.class.php:133 msgid " Tous les journaux" msgstr "All the ledgers" @@ -295,6 +311,18 @@ msgstr "" "thanks a package , compile one, read carefully instructions to migrate your " "databases" +#: html/install.php:462 html/install.php:468 +msgid "" +" Vous devez absolument utiliser au minimum une version 9.5 de PostGresql, si " +"votre distribution n'en\n" +"offre pas, installez-en une en la compilant. Lisez attentivement la notice " +"sur postgresql.org pour migrer\n" +"vos bases de données" +msgstr "" +"The version of Postgresql must be higher than 9.0, if you can't install it " +"thanks a package , compile one, read carefully instructions to migrate your " +"databases" + #: include/history_operation.inc.php:97 include/history_operation.inc.php:101 #: include/history_operation.inc.php:93 include/history_operation.inc.php:94 #: include/history_operation.inc.php:98 @@ -306,6 +334,7 @@ msgstr "to" #: include/ajax/ajax_card.php:447 include/ajax/ajax_card.php:448 #: include/ajax/ajax_card.php:449 include/ajax/ajax_card.php:482 #: include/ajax/ajax_card.php:486 include/ajax/ajax_card.php:487 +#: include/ajax/ajax_card.php:563 include/ajax/ajax_card.php:562 msgid " d'administration" msgstr "of administration" @@ -314,6 +343,7 @@ msgstr "of administration" #: include/ajax/ajax_card.php:439 include/ajax/ajax_card.php:440 #: include/ajax/ajax_card.php:441 include/ajax/ajax_card.php:474 #: include/ajax/ajax_card.php:478 include/ajax/ajax_card.php:479 +#: include/ajax/ajax_card.php:555 include/ajax/ajax_card.php:554 msgid " de clients" msgstr "of customers" @@ -321,7 +351,8 @@ msgstr "of customers" #: html/ajax_card.php:470 html/ajax_card.php:471 include/ajax/ajax_card.php:451 #: include/ajax/ajax_card.php:452 include/ajax/ajax_card.php:453 #: include/ajax/ajax_card.php:486 include/ajax/ajax_card.php:490 -#: include/ajax/ajax_card.php:491 +#: include/ajax/ajax_card.php:491 include/ajax/ajax_card.php:567 +#: include/ajax/ajax_card.php:566 msgid " de contacts" msgstr "of contacts" @@ -330,6 +361,7 @@ msgstr "of contacts" #: include/ajax/ajax_card.php:443 include/ajax/ajax_card.php:444 #: include/ajax/ajax_card.php:445 include/ajax/ajax_card.php:478 #: include/ajax/ajax_card.php:482 include/ajax/ajax_card.php:483 +#: include/ajax/ajax_card.php:559 include/ajax/ajax_card.php:558 msgid " de fournisseurs" msgstr "of suppliers" @@ -353,7 +385,7 @@ msgstr "must be migrated in unicode" #: include/action.common.inc.php:218 include/action.common.inc.php:238 #: include/action.common.inc.php:239 include/action.common.inc.php:244 #: include/action.common.inc.php:246 include/action.common.inc.php:247 -#: include/action.common.inc.php:253 +#: include/action.common.inc.php:253 include/action.common.inc.php:278 msgid " effacée" msgstr "removed" @@ -361,12 +393,13 @@ msgstr "removed" #: include/ajax/ajax_search_operation.php:119 #: include/ajax/ajax_search_operation.php:122 #: include/ajax/ajax_search_operation.php:124 +#: include/ajax/ajax_search_operation.php:129 msgid " enregistrements. Le nombre d'enregistrements trouvés est de " msgstr "records. The number of found records is " #: include/dossier.inc.php:94 include/dossier.inc.php:115 #: include/dossier.inc.php:126 include/dossier.inc.php:129 -#: include/dossier.inc.php:134 +#: include/dossier.inc.php:134 include/dossier.inc.php:136 msgid " est une année invalide" msgstr "is an invalid year" @@ -381,7 +414,7 @@ msgstr "and" #: include/class_anc_print.php:137 include/class_anc_print.php:179 #: include/class_anc_print.php:181 include/class/class_anc_print.php:181 #: include/class/class_anc_print.php:183 include/class/anc_print.class.php:177 -#: include/class/anc_print.class.php:183 +#: include/class/anc_print.class.php:183 include/class/anc_print.class.php:184 msgid " et l'activité " msgstr "and activity" @@ -403,6 +436,7 @@ msgstr "Until" #: include/class/class_acc_ledger_purchase.php:220 #: include/class/acc_ledger_purchase.class.php:220 #: include/class/acc_ledger_purchase.class.php:219 +#: include/class/acc_ledger_purchase.class.php:221 msgid " le poste comptable" msgstr "the accounting item" @@ -418,6 +452,7 @@ msgstr "the accounting item" #: include/class/acc_ledger_purchase.class.php:149 #: include/class/acc_ledger_sold.class.php:145 #: include/class/acc_ledger_sold.class.php:204 +#: include/class/acc_ledger_purchase.class.php:151 msgid " le poste comptable [" msgstr "The accounting item [" @@ -458,6 +493,7 @@ msgstr "And using the accounting item" #: include/class_acc_ledger_purchase.php:120 #: include/class/class_acc_ledger_purchase.php:120 #: include/class/acc_ledger_purchase.class.php:120 +#: include/class/acc_ledger_purchase.class.php:122 msgid " vous ne pouvez pas encoder à une date antérieure dans ce journal" msgstr "You cannot add an entry before the last operation of this ledger" @@ -500,6 +536,7 @@ msgstr "You have added% s% d months since% d /% d% d for the year" #: include/lib/class_sendmail.php:96 include/lib/class_sendmail.php:97 #: include/lib/class_sendmail.php:98 include/lib/sendmail.class.php:98 #: include/lib/sendmail.class.php:102 include/lib/sendmail_core.class.php:105 +#: include/lib/sendmail_core.class.php:106 #, php-format msgid "%s est vide" msgstr "%s is empty" @@ -738,6 +775,11 @@ msgstr "From" msgid "A partir du mois de" msgstr "From" +#: include/class/acc_ledger_search.class.php:603 +#: include/class/acc_ledger_search.class.php:626 +msgid "ALS01 Etat inconnu" +msgstr "ALS01 unknown status" + #: include/lib/message_javascript.php:41 msgid "" "ATTENTION changer le poste comptable d'une fiche ne modifiera pas toutes " @@ -760,6 +802,10 @@ msgstr "Invalid options" msgid "Accepter" msgstr "Accept" +#: include/class/user.class.php:764 +msgid "Access invalid" +msgstr "Forbidden access" + #: include/database.item.php:73 include/user_menu.php:115 #: include/user_menu.php:122 include/database.item.php:76 #: include/database.item.php:81 include/database.item.php:79 @@ -767,6 +813,8 @@ msgstr "Accept" #: include/lib/user_menu.php:131 include/lib/user_menu.php:124 #: include/lib/user_menu.php:143 include/database.item.php:75 #: include/lib/user_menu.php:81 include/lib/user_menu.php:100 +#: include/database.item.php:74 include/lib/user_menu.php:80 +#: include/lib/user_menu.php:99 msgid "Accueil" msgstr "Home" @@ -820,7 +868,9 @@ msgstr "Incorrect direct access" #: html/recherche.php:58 include/ajax/ajax_todo_list.php:203 #: include/ajax/ajax_todo_list.php:266 include/class/acc_ledger.class.php:1029 #: include/class/acc_ledger.class.php:1034 -#: include/class/acc_ledger.class.php:1050 +#: include/class/acc_ledger.class.php:1050 html/recherche.php:63 +#: include/class/acc_ledger.class.php:1042 +#: include/class/acc_ledger_purchase.class.php:77 msgid "Accès interdit" msgstr "Forbidden access" @@ -838,7 +888,7 @@ msgstr "Access Ledger" #: html/do.php:210 html/do.php:211 html/do.php:239 html/do.php:252 #: html/do.php:254 html/do.php:251 html/do.php:288 html/do.php:300 -#: html/do.php:310 html/do.php:279 +#: html/do.php:310 html/do.php:279 html/do.php:281 msgid "Accès menu impossible" msgstr "Unauthorized access" @@ -849,7 +899,7 @@ msgid "Accès non autorisé" msgstr "Unauthorized" #: include/param_sec.inc.php:278 include/param_sec.inc.php:220 -#: include/param_sec.inc.php:224 +#: include/param_sec.inc.php:224 include/param_sec.inc.php:262 msgid "Accès à tout" msgstr "all access" @@ -871,7 +921,11 @@ msgstr "all access" #: include/cfgledger.inc.php:171 include/class/acc_ledger_search.class.php:1086 #: include/class/acc_ledger_search.class.php:1099 #: include/template/tax_summary_display.php:176 include/database.item.php:235 -#: include/database.item.php:254 +#: include/database.item.php:254 include/class/acc_ledger_search.class.php:1188 +#: include/class/operation_predef_mtable.class.php:172 +#: include/database.item.php:3 include/database.item.php:67 +#: include/database.item.php:219 include/database.item.php:231 +#: include/class/acc_ledger_search.class.php:1211 msgid "Achat" msgstr "Purchase" @@ -885,13 +939,14 @@ msgstr "Acquisition year" #: include/user_detail.inc.php:152 include/user.inc.php:129 #: include/class/acc_plan_mtable.class.php:49 #: include/template/tag_detail.php:15 -#: include/class/acc_plan_mtable.class.php:55 +#: include/class/acc_plan_mtable.class.php:55 include/template/tag_list.php:20 +#: include/user_detail.inc.php:163 include/user.inc.php:131 msgid "Actif" msgstr "Active" #: include/user_menu.php:149 include/user_menu.php:153 #: include/lib/user_menu.php:162 include/lib/user_menu.php:175 -#: include/lib/user_menu.php:133 +#: include/lib/user_menu.php:133 include/lib/user_menu.php:132 msgid "Actif a un an au plus" msgstr "Asset of one year max" @@ -908,13 +963,15 @@ msgstr "Inverse Asset" #: include/template/dashboard.php:105 include/template/dashboard.php:71 #: include/template/dashboard.php:75 include/template/dashboard.php:54 +#: include/class/contact_option_ref_mtable.class.php:38 +#: include/class/document_state_mtable.php:44 msgid "Action" msgstr "Action" #: include/action.common.inc.php:218 include/action.common.inc.php:238 #: include/action.common.inc.php:239 include/action.common.inc.php:244 #: include/action.common.inc.php:246 include/action.common.inc.php:247 -#: include/action.common.inc.php:253 +#: include/action.common.inc.php:253 include/action.common.inc.php:278 msgid "Action " msgstr "Action" @@ -926,6 +983,7 @@ msgstr "Action Management" #: include/action.common.inc.php:277 include/action.common.inc.php:281 #: include/action.common.inc.php:272 include/action.common.inc.php:276 +#: include/action.common.inc.php:315 include/action.common.inc.php:320 msgid "Action Sauvée" msgstr "Saved" @@ -961,6 +1019,12 @@ msgstr "Late" #: include/ajax/ajax_card.php:214 include/ajax/ajax_card.php:369 #: include/ajax/ajax_card.php:527 include/ajax/ajax_card.php:582 #: include/ajax/ajax_card.php:594 include/ajax/ajax_card.php:624 +#: include/ajax/ajax_card.php:220 include/ajax/ajax_card.php:402 +#: include/ajax/ajax_card.php:603 include/ajax/ajax_card.php:658 +#: include/ajax/ajax_card.php:673 include/ajax/ajax_card.php:702 +#: include/ajax/ajax_card.php:738 include/ajax/ajax_card.php:602 +#: include/ajax/ajax_card.php:657 include/ajax/ajax_card.php:672 +#: include/ajax/ajax_card.php:701 include/ajax/ajax_card.php:737 msgid "Action interdite" msgstr "Forbidden" @@ -978,6 +1042,7 @@ msgstr "Forbidden" #: include/class/acc_ledger.class.php:2700 #: include/class/acc_ledger.class.php:2709 #: include/class/acc_ledger.class.php:2748 +#: include/class/acc_ledger.class.php:2772 msgid "Action non accessible" msgstr "Folder not available" @@ -996,12 +1061,13 @@ msgid "Action pour aujourd'hui" msgstr "For today" #: include/param_sec.inc.php:319 include/param_sec.inc.php:259 -#: include/param_sec.inc.php:291 +#: include/param_sec.inc.php:291 include/param_sec.inc.php:303 msgid "Actions" msgstr "Actions" #: include/template/ledger_detail_bottom.php:35 #: include/template/ledger_detail_bottom.php:40 +#: include/template/ledger_detail_bottom.php:45 msgid "Actions Gestion" msgstr "Action Management" @@ -1011,6 +1077,8 @@ msgstr "Action Management" #: include/template/detail-action.php:192 #: include/template/detail-action.php:191 #: include/template/detail-action.php:166 +#: include/template/detail-action.php:173 +#: include/template/detail-action.php:175 msgid "Actions concernées" msgstr "Concerned operations" @@ -1032,6 +1100,7 @@ msgstr "Accounting / Activity" #: include/class/acc_ledger.class.php:2274 #: include/class/acc_ledger.class.php:2283 #: include/class/acc_ledger.class.php:2299 +#: include/class/acc_ledger.class.php:2318 msgid "Activé" msgstr "Activated" @@ -1057,7 +1126,9 @@ msgstr "Activated" #: include/compta_ven.inc.php:328 include/compta_ven.inc.php:331 #: include/template/form_ledger_detail.php:128 include/compta_ach.inc.php:296 #: include/compta_ven.inc.php:339 include/compta_ven.inc.php:337 -#: include/compta_ach.inc.php:294 +#: include/compta_ach.inc.php:294 include/compta_ven.inc.php:329 +#: include/compta_ach.inc.php:295 include/template/form_ledger_detail.php:131 +#: include/template/predf_ledger_detail.php:59 msgid "Actualiser" msgstr "Refresh" @@ -1073,11 +1144,15 @@ msgstr "Refresh" #: include/user.inc.php:173 include/export/export_security_pdf.php:112 #: html/user_login.php:109 include/database.item.php:127 #: include/param_sec.inc.php:99 include/param_sec.inc.php:158 -#: html/user_login.php:115 +#: html/user_login.php:115 include/database.item.php:126 +#: include/param_sec.inc.php:100 include/param_sec.inc.php:163 +#: include/user_detail.inc.php:186 include/user.inc.php:175 msgid "Administrateur" msgstr "Administrator" #: include/template/template_config_form.php:56 +#: include/template/template_config_form.php:57 +#: include/template/template_config_form.php:38 msgid "Administrateur de noalyss" msgstr "Noalyss Administrators" @@ -1089,7 +1164,7 @@ msgstr "Noalyss Administrators" #: include/admin_repo.inc.php:63 include/database.item.php:130 #: html/user_login.php:160 include/admin_repo.inc.php:65 #: include/database.item.php:124 html/user_login.php:166 -#: html/user_login.php:143 +#: html/user_login.php:143 include/database.item.php:123 msgid "Administration" msgstr "Administration" @@ -1108,7 +1183,7 @@ msgstr "Global Parameter" #: include/class/class_fiche.php:1601 include/class/class_fiche.php:1604 #: include/class/fiche.class.php:1758 include/class/fiche.class.php:1761 #: include/class/fiche.class.php:1763 include/class/fiche.class.php:1781 -#: include/class/fiche.class.php:1782 +#: include/class/fiche.class.php:1782 include/class/fiche.class.php:1808 msgid "Adresse" msgstr "Address" @@ -1122,6 +1197,8 @@ msgstr "Address" #: include/template/template_config_form.php:55 #: include/template/template_config_form.php:63 +#: include/template/template_config_form.php:73 +#: include/template/template_config_form.php:104 msgid "Adresse Serveur Postgresql" msgstr "Postgresql Host" @@ -1149,7 +1226,7 @@ msgstr "Responsible" #: include/template/action_search.php:63 include/template/action_search.php:77 #: include/template/action_search.php:111 -#: include/template/action_search.php:107 +#: include/template/action_search.php:107 include/template/action_search.php:60 msgid "Affiche aussi les actions fermées" msgstr "Display also the closed actions" @@ -1158,12 +1235,12 @@ msgstr "Display also the closed actions" #: include/ext/tva/ext_list_assujetti.class.php:54 #: include/ext/tva/ext_tvagen.class.php:114 #: include/lib/message_javascript.php:94 include/lib/message_javascript.php:96 -#: include/tax_summary.inc.php:43 +#: include/tax_summary.inc.php:43 include/tax_summary.inc.php:52 msgid "Afficher" msgstr "Display" #: include/company.inc.php:121 include/company.inc.php:140 -#: include/company.inc.php:144 +#: include/company.inc.php:144 include/company.inc.php:158 msgid "Afficher la période comptable pour éviter les erreurs de date" msgstr "Display the accounting period dates to AVOID errors" @@ -1179,15 +1256,21 @@ msgstr "" #: include/database.item.php:127 include/database.item.php:130 #: include/database.item.php:136 include/database.item.php:132 #: include/database.item.php:131 include/database.item.php:135 -#: include/database.item.php:129 +#: include/database.item.php:129 include/database.item.php:128 msgid "Agenda" msgstr "Calendar" #: include/database.item.php:132 include/database.item.php:135 #: include/database.item.php:129 include/database.item.php:127 +#: include/database.item.php:128 msgid "Agenda, présentation du suivi sous forme d'agenda " msgstr "Calendar, display the follow up like a calendar" +#: include/template/template_config_form.php:91 +#: include/template/template_config_form.php:84 +msgid "Aide" +msgstr "Help" + #: include/ajax_navigator.php:59 include/ajax/ajax_navigator.php:59 #: include/ajax/ajax_navigator.php:63 msgid "Aide sur le wiki" @@ -1224,6 +1307,14 @@ msgstr "Help " #: include/class/acc_ledger_search.class.php:250 #: include/lib/manage_table_sql.class.php:616 #: include/lib/manage_table_sql.class.php:655 +#: include/class/anc_key.class.php:353 +#: include/class/acc_ledger_search.class.php:264 +#: include/class/tag_group_mtable.class.php:91 +#: include/class/operation_predef_mtable.class.php:170 +#: include/template/followup-show-action-add.php:61 +#: include/lib/manage_table_sql.class.php:663 +#: include/lib/manage_table_sql.class.php:704 include/user_detail.inc.php:283 +#: include/class/acc_ledger_search.class.php:266 msgid "Ajout" msgstr "Add" @@ -1241,9 +1332,15 @@ msgid "Ajout Menu" msgstr "Add Menu" #: include/user.inc.php:73 include/user.inc.php:74 include/user.inc.php:76 +#: include/user.inc.php:78 msgid "Ajout Utilisateur" msgstr "Add users" +#: scenario/select_dialog.test.php:32 +#: include/template/followup-show-action-add.php:30 +msgid "Ajout action" +msgstr "Add Action" + #: include/class_acc_ledger_purchase.php:1271 #: include/class_acc_ledger_sold.php:1273 include/class_pre_op_ach.php:390 #: include/class_pre_op_ven.php:384 include/compta_fin.inc.php:142 @@ -1294,7 +1391,8 @@ msgstr "Add item" #: include/lib/class_html_input.php:958 include/lib/class_html_input.php:984 #: include/lib/html_input.class.php:1037 include/lib/html_input.class.php:1095 #: include/lib/html_input.class.php:1096 include/lib/html_input.class.php:1111 -#: include/lib/html_input.class.php:1112 +#: include/lib/html_input.class.php:1112 include/lib/html_input.class.php:1145 +#: include/class/follow_up_other_concerned.class.php:135 msgid "Ajout autres" msgstr "Adding others" @@ -1312,10 +1410,11 @@ msgstr "Add materiel to amortize" #: include/dossier.inc.php:242 include/dossier.inc.php:264 #: include/dossier.inc.php:298 include/dossier.inc.php:299 #: include/dossier.inc.php:302 include/dossier.inc.php:307 +#: include/dossier.inc.php:310 msgid "Ajout d'un dossier" msgstr "Add folder" -#: include/class/tag.class.php:60 +#: include/class/tag.class.php:60 include/class/tag.class.php:65 msgid "Ajout d'un dossier (ou tag)" msgstr "Add folder or tag" @@ -1330,6 +1429,7 @@ msgstr "Add an exercice" #: include/template/periode_add_exercice.php:21 #: include/template/periode_add_exercice.php:22 #: include/template/periode_add_exercice.php:74 +#: include/template/periode_add_exercice.php:76 msgid "Ajout d'un exercice comptable" msgstr "Add an accounting year" @@ -1351,6 +1451,10 @@ msgstr "Add a template" msgid "Ajout d'un modèle" msgstr "Add a template" +#: include/anc_pa.inc.php:174 include/anc_pa.inc.php:194 +msgid "Ajout d'un plan analytique" +msgstr "Add Analytical group" + #: include/anc_pa.inc.php:248 include/anc_pa.inc.php:283 #: include/anc_pa.inc.php:285 include/anc_pa.inc.php:267 #: include/anc_pa.inc.php:269 include/anc_pa.inc.php:287 @@ -1370,7 +1474,7 @@ msgid "Ajout d'un poste analytique" msgstr "Analytical group" #: include/ajax_tag_list.php:30 include/ajax/ajax_tag_list.php:30 -#: include/ajax/ajax_tag_list.php:34 +#: include/ajax/ajax_tag_list.php:34 include/ajax/ajax_operation_tag.php:65 msgid "Ajout d'un tag" msgstr "Add a tag" @@ -1388,6 +1492,8 @@ msgstr "Adding a VAT rates" #: include/manager.inc.php:140 include/supplier.inc.php:139 #: include/contact.inc.php:138 include/manager.inc.php:141 #: include/adm.inc.php:136 include/customer.inc.php:138 +#: include/bank.inc.php:135 include/supplier.inc.php:140 +#: include/contact.inc.php:140 include/customer.inc.php:139 msgid "Ajout d'une catégorie" msgstr "Add a category" @@ -1438,6 +1544,7 @@ msgstr "Configuration label" #: include/database.item.php:210 include/database.item.php:187 #: include/database.item.php:188 include/database.item.php:191 #: include/database.item.php:202 include/database.item.php:207 +#: include/database.item.php:197 msgid "Ajout de fiche" msgstr "Adding Record" @@ -1447,10 +1554,11 @@ msgstr "Adding equipment" #: include/database.item.php:15 include/database.item.php:18 #: include/database.item.php:12 include/database.item.php:10 +#: include/database.item.php:11 msgid "Ajout de menu ou de plugins" msgstr "Add menus or plugins" -#: include/periode.inc.php:102 +#: include/periode.inc.php:102 include/periode.inc.php:103 msgid "Ajout exercice" msgstr "Add exercise" @@ -1475,6 +1583,7 @@ msgstr "Add repair card" #: include/class/acc_ledger.class.php:2179 #: include/class/acc_ledger.class.php:2188 #: include/class/acc_ledger.class.php:2204 +#: include/class/acc_ledger.class.php:2223 msgid "Ajout journal" msgstr "Add ledger" @@ -1501,13 +1610,22 @@ msgstr "Add forecast" #: include/periode.inc.php:113 include/class/periode.class.php:687 #: include/class/periode.class.php:689 include/class/periode.class.php:691 +#: include/class/periode.class.php:692 include/periode.inc.php:114 +#: include/class/periode.class.php:693 msgid "Ajout période" msgstr "Add periode" #: include/user.inc.php:109 include/user.inc.php:110 include/user.inc.php:112 +#: include/user.inc.php:114 msgid "Ajout utilisateur" msgstr "Add users" +#: include/class/follow_up.class.php:1535 +#: include/class/follow_up.class.php:1567 +#: include/class/tag_operation.class.php:69 +msgid "Ajout étiquette" +msgstr "Add tag" + #: include/action.common.inc.php:207 include/action.common.inc.php:212 #: include/action.common.inc.php:214 include/action.common.inc.php:215 #: include/action.common.inc.php:221 @@ -1525,6 +1643,7 @@ msgstr "Add an Action here" #: include/dossier.inc.php:214 include/modele.inc.php:261 #: include/dossier.inc.php:217 include/dossier.inc.php:222 #: include/modele.inc.php:262 include/modele.inc.php:263 +#: include/ajax/ajax_add_concerned_card.php:138 include/dossier.inc.php:225 msgid "Ajouter" msgstr "Add" @@ -1540,6 +1659,7 @@ msgstr "Add accounting years" #: include/dossier.inc.php:159 include/dossier.inc.php:179 #: include/dossier.inc.php:213 include/dossier.inc.php:214 #: include/dossier.inc.php:217 include/dossier.inc.php:222 +#: include/dossier.inc.php:225 msgid "Ajouter un dossier" msgstr "Add a folder" @@ -1557,6 +1677,8 @@ msgstr "Add a repository" #: include/template/detail-action.php:476 #: include/template/detail-action.php:480 #: include/template/detail-action.php:478 +#: include/template/detail-action.php:491 +#: include/template/detail-action.php:504 msgid "Ajouter un fichier" msgstr "Add an attachment" @@ -1587,6 +1709,7 @@ msgstr "Add a profile" #: include/class/class_anc_group_operation.php:190 #: include/class/anc_group_operation.class.php:207 #: include/class/anticipation.class.php:431 include/template/stock_inv.php:106 +#: include/class/anc_group_operation.class.php:208 msgid "Ajouter une ligne" msgstr "Add a row" @@ -1631,6 +1754,8 @@ msgstr "Add a receipt" #: include/class/acc_ledger_purchase.class.php:1726 #: include/class/acc_ledger_sold.class.php:986 #: include/class/acc_ledger_purchase.class.php:1732 +#: include/class/acc_ledger_purchase.class.php:1756 +#: include/class/acc_ledger_sold.class.php:990 msgid "Ajoutez une pièce justificative " msgstr "Add a receipt" @@ -1696,6 +1821,7 @@ msgstr "Old balance" #: html/test_class.php:220 include/ajax_preference.php:174 #: include/ajax/ajax_preference.php:174 include/ajax/ajax_preference.php:253 #: dev/test/test_class.php:216 include/ajax/ajax_preference.php:264 +#: dev-2/test/test_class.php:216 msgid "Anglais" msgstr "English" @@ -1727,7 +1853,7 @@ msgstr "Cancel" #: include/template/dashboard.php:353 include/template/pcmn_update.php:54 #: include/ext/amortis/include/template/material_add.php:88 #: include/ajax/ajax_card.php:304 include/template/dashboard.php:351 -#: include/ajax/ajax_mod_predf_op.php:55 +#: include/ajax/ajax_mod_predf_op.php:55 include/ajax/ajax_mod_predf_op.php:68 msgid "Annuler" msgstr "Cancel" @@ -1741,6 +1867,7 @@ msgstr "Cancel" #: include/dossier.inc.php:303 include/dossier.inc.php:339 #: include/dossier.inc.php:340 include/dossier.inc.php:356 #: include/dossier.inc.php:361 include/template/periode_add_exercice.php:41 +#: include/dossier.inc.php:364 msgid "Année" msgstr "Year" @@ -1771,7 +1898,7 @@ msgid "Année d'achat" msgstr "Year of purchase" #: include/class/periode.class.php:430 include/class/periode.class.php:432 -#: include/class/periode.class.php:434 +#: include/class/periode.class.php:434 include/class/periode.class.php:435 #, php-format msgid "Année doit être entre %s et %s " msgstr "Year must be between %s and%s" @@ -1782,6 +1909,7 @@ msgstr "Year must be between %s and%s" #: include/ext/amortis/include/am_card.class.php:235 #: include/template/periode_add_exercice.php:92 #: include/ext/amortis/include/am_card.class.php:267 +#: include/template/periode_add_exercice.php:101 msgid "Année invalide" msgstr "Invalid year" @@ -1792,7 +1920,7 @@ msgid "Année invalide [" msgstr "Invalid year [" #: include/class/periode.class.php:427 include/class/periode.class.php:429 -#: include/class/periode.class.php:431 +#: include/class/periode.class.php:431 include/class/periode.class.php:432 msgid "Année n'est pas un nombre" msgstr "year is not a number" @@ -1801,7 +1929,8 @@ msgid "Anomalie pour le compte " msgstr "Anomaly for the accounting" #: include/class/periode.class.php:648 include/class/periode.class.php:650 -#: include/class/periode.class.php:652 +#: include/class/periode.class.php:652 include/class/periode.class.php:653 +#: include/class/periode.class.php:654 msgid "Août" msgstr "August" @@ -1821,7 +1950,7 @@ msgstr "Invalid call" msgid "Appel invalide Service_After_Sale " msgstr "Invalid call SAS" -#: include/upgrade.inc.php:34 +#: include/upgrade.inc.php:34 include/template/template_config_form.php:32 msgid "Application" msgstr "Appplication" @@ -1844,7 +1973,7 @@ msgid "Argument" msgstr "Arguments" #: include/company.inc.php:118 include/company.inc.php:137 -#: include/company.inc.php:141 +#: include/company.inc.php:141 include/company.inc.php:155 msgid "Assujetti à la tva" msgstr "VAT users" @@ -1855,6 +1984,7 @@ msgid "Attente" msgstr "Wait" #: include/verif_bilan.inc.php:117 include/verif_bilan.inc.php:153 +#: include/verif_bilan.inc.php:151 msgid "Attention " msgstr "Warning" @@ -1876,7 +2006,7 @@ msgstr "Warning% s does not contain 11 columns" msgid "Attention , erreur Acc_Ledger_Fin::insert , coche paiement" msgstr "Warning error Acc_Legder::insert" -#: include/compta_fin_rec.inc.php:151 +#: include/compta_fin_rec.inc.php:151 include/compta_fin_rec.inc.php:188 msgid "Attention : Fichier non chargé" msgstr "Warning : file not uploaded" @@ -1918,6 +2048,7 @@ msgstr "Warning : it is preferable to use card than accounting" #: include/class/acc_ledger.class.php:1198 #: include/class/acc_ledger.class.php:1207 #: include/class/acc_ledger.class.php:1223 +#: include/class/acc_ledger.class.php:1219 msgid "" "Attention : il vaut mieux utiliser les fiches que les postes comptables " msgstr "Warning : it is preferable to use card than accounting" @@ -1927,6 +2058,25 @@ msgstr "Warning : it is preferable to use card than accounting" msgid "Attention : il y a %d enregistrements incorrects " msgstr "Attention:% d records incorrect" +#: include/impress_bilan.inc.php:75 +msgid "" +"Attention : si le bilan n'est pas équilibré.
Vérifiez
    \n" +"
  • L'affectation du résultat est fait
  • \n" +"
  • Vos comptes actifs ont un solde débiteur (sauf les comptes " +"dit inversés)
  • \n" +"
  • les comptes passifs ont un solde créditeur (sauf les comptes " +"dit inversés)
  • \n" +"
\n" +" Utilisez la balance des comptes pour vérifier." +msgstr "" +"Attention : if the outcome is not balanced
check
    \n" +"
  • You allocate the results
  • \n" +"
  • The asset has a saldo on debit (except the reverse accounting)
  • \n" +"
  • The liability has a saldo on credit(except the reverse accounting) \n" +"
\n" +"Use the balance of accouting to check" + #: include/impress_bilan.inc.php:65 include/impress_bilan.inc.php:72 msgid "" "Attention : si le bilan n'est pas équilibré.
Vérifiez
    \n" @@ -1949,6 +2099,8 @@ msgstr "" #: html/admin/template_config_form.php:76 #: include/template/template_config_form.php:80 #: include/template/template_config_form.php:88 +#: include/template/template_config_form.php:100 +#: include/template/template_config_form.php:118 msgid "" "Attention : si vous installez sous windows n'utilisez pas le \\ mais plutôt " "le / dans les nom de répertoire (càd les chemins ou path)" @@ -1984,6 +2136,8 @@ msgstr "Warning : you cannot use step with the calendar" #: include/class/acc_ledger_purchase.class.php:1546 #: include/class/acc_ledger_sold.class.php:804 #: include/class/acc_ledger_purchase.class.php:1549 +#: include/class/acc_ledger_purchase.class.php:1560 +#: include/class/acc_ledger_sold.class.php:807 msgid "Attention Différence entre TVA calculée et donnée" msgstr "Warning difference computed with VAT" @@ -2004,7 +2158,8 @@ msgstr "Warning the parameter effective_cache_size is %s instead of 1000" #: html/admin/setup.php:442 html/install.php:506 html/install.php:505 #: html/install.php:503 html/install.php:509 html/install.php:501 #: html/install.php:507 html/install.php:469 html/install.php:444 -#: html/install.php:450 html/install.php:453 +#: html/install.php:450 html/install.php:453 html/install.php:502 +#: html/install.php:508 #, php-format msgid "Attention le paramètre effective_cache_size est de %s au lieu de 1000" msgstr "Warning the parameter effective_cache_size is %s instead of 1000" @@ -2032,6 +2187,8 @@ msgstr "Warning the parameter effective_cache_size is %s instead of 1000" #: include/ext/modop/modop_save.php:170 #: include/class/acc_ledger_purchase.class.php:1401 #: include/compta_ods.inc.php:99 +#: include/class/acc_ledger_purchase.class.php:1412 +#: include/class/acc_ledger_sold.class.php:683 msgid "Attention numéro pièce existante, elle a du être adaptée" msgstr "Warning, the receipt number already exists and has been changed" @@ -2048,6 +2205,7 @@ msgstr "Be careful not grade sheet cushion" #: include/lib/ac_common.php:629 include/lib/ac_common.php:630 #: include/lib/ac_common.php:641 include/lib/ac_common.php:642 #: include/lib/ac_common.php:644 include/lib/ac_common.php:660 +#: include/lib/ac_common.php:670 #, php-format msgid "" "Attention periode \n" @@ -2063,6 +2221,8 @@ msgstr "" "be displayed" #: include/class/acc_ledger.class.php:2555 +#: include/class/acc_ledger.class.php:2430 +#: include/class/acc_ledger.class.php:2585 include/database.item.php:233 msgid "Attention, ce journal doit utiliser des montants négatifs" msgstr "Warning this ledger must used negative amounts" @@ -2098,6 +2258,7 @@ msgstr "Warning : Database version is superior to your application" #: include/database.item.php:90 include/database.item.php:93 #: include/database.item.php:98 include/database.item.php:95 #: include/database.item.php:94 include/database.item.php:92 +#: include/database.item.php:91 msgid "Attribut de fiche" msgstr "Card attribute" @@ -2106,6 +2267,7 @@ msgid "Attribut déjà ajouté" msgstr "This attribute was already added" #: include/ajax/ajax_template_cat_category.php:92 +#: include/ajax/ajax_template_cat_category.php:91 msgid "Attribut déjà utilisé" msgstr "Attribute already used" @@ -2114,13 +2276,20 @@ msgid "Attribut minimum pour les catégories de fiches" msgstr "Minimum attribut for cards category" #: include/ajax/ajax_template_cat_category.php:95 +#: include/ajax/ajax_template_cat_category.php:94 msgid "Attribut obligatoire" msgstr "mandatory attribute" #: include/class/template_card_category.class.php:158 +#: include/class/template_card_category.class.php:157 msgid "Attribut à ajouter" msgstr "Attribute to add" +#: include/template/action_search.php:150 include/template/ledger_search.php:98 +#: include/template/action_search.php:152 +msgid "Au moins une étiquette" +msgstr "At least one tag" + #: include/class_follow_up.php:1196 include/class_follow_up.php:1199 #: include/class_follow_up.php:1200 include/class_follow_up.php:1211 #: include/class_follow_up.php:1218 include/class_follow_up.php:1223 @@ -2132,6 +2301,8 @@ msgstr "Attribute to add" #: include/class/follow_up.class.php:1221 #: include/class/follow_up.class.php:1219 #: include/class/follow_up.class.php:1220 +#: include/class/follow_up.class.php:1137 +#: include/class/follow_up.class.php:1169 msgid "Aucun" msgstr "No" @@ -2147,7 +2318,10 @@ msgstr "No" #: include/class/profile_menu.class.php:248 #: include/class/profile_menu.class.php:273 include/param_sec.inc.php:149 #: include/param_sec.inc.php:226 include/param_sec.inc.php:260 -#: include/param_sec.inc.php:339 +#: include/param_sec.inc.php:339 include/class/profile_menu.class.php:249 +#: include/class/profile_menu.class.php:274 include/param_sec.inc.php:154 +#: include/param_sec.inc.php:264 include/param_sec.inc.php:271 +#: include/param_sec.inc.php:354 msgid "Aucun accès" msgstr "No access" @@ -2209,6 +2383,9 @@ msgstr "No VAT code corresponds to the rate" #: include/class/acc_ledger.class.php:2355 #: include/class/acc_ledger.class.php:2428 #: include/class/acc_ledger.class.php:2614 +#: include/class/acc_ledger.class.php:2381 +#: include/class/acc_ledger.class.php:2456 +#: include/class/acc_ledger.class.php:2638 msgid "Aucun compte en banque n'est donné" msgstr "No bank account given" @@ -2227,7 +2404,7 @@ msgstr "No folder" #: include/class_user.php:985 include/class_user.php:986 #: include/class/class_user.php:986 include/class/class_user.php:974 #: include/class/class_user.php:973 include/class/user.class.php:973 -#: include/class/user.class.php:997 +#: include/class/user.class.php:997 include/class/user.class.php:1000 msgid "Aucun dossier disponible" msgstr "No available folder" @@ -2242,7 +2419,7 @@ msgstr "No record found" #: include/class_acc_bilan.php:256 include/class_acc_bilan.php:257 #: include/class/class_acc_bilan.php:257 include/class/class_acc_bilan.php:273 #: include/class/acc_bilan.class.php:273 include/class/acc_bilan.class.php:276 -#: include/class/acc_bilan.class.php:278 +#: include/class/acc_bilan.class.php:278 include/class/acc_bilan.class.php:279 msgid "Aucun enregistrement trouve" msgstr "No record found" @@ -2266,7 +2443,12 @@ msgstr "No record found" #: include/class/acc_ledger_search.class.php:930 #: include/class/acc_ledger_search.class.php:677 #: include/class/acc_ledger_search.class.php:943 -#: include/class/follow_up.class.php:775 +#: include/class/follow_up.class.php:775 include/class/follow_up.class.php:688 +#: include/class/acc_ledger_search.class.php:763 +#: include/class/acc_ledger_search.class.php:1032 +#: include/class/follow_up.class.php:711 +#: include/class/acc_ledger_search.class.php:786 +#: include/class/acc_ledger_search.class.php:1055 msgid "Aucun enregistrement trouvé" msgstr "No record found" @@ -2274,7 +2456,7 @@ msgstr "No record found" #: html/ajax_ledger.php:277 html/ajax_ledger.php:279 #: include/ajax/ajax_ledger.php:256 include/ajax/ajax_ledger.php:259 #: include/ajax/ajax_ledger.php:261 include/ajax/ajax_ledger.php:265 -#: include/ajax/ajax_ledger.php:266 +#: include/ajax/ajax_ledger.php:266 include/ajax/ajax_ledger.php:267 msgid "Aucun fichier" msgstr "No file" @@ -2312,6 +2494,7 @@ msgstr "no data" #: include/dossier.inc.php:318 include/dossier.inc.php:319 #: include/dossier.inc.php:322 include/dossier.inc.php:327 +#: include/dossier.inc.php:330 msgid "Aucun modèle (dossier vide, devant être restauré manuellement)" msgstr "No template" @@ -2335,18 +2518,18 @@ msgstr "No analytical plan defined" #: include/class_anc_print.php:93 include/class_anc_print.php:94 #: include/class/class_anc_print.php:94 include/class/class_anc_print.php:96 -#: include/class/anc_print.class.php:96 +#: include/class/anc_print.class.php:96 include/class/anc_print.class.php:97 msgid "Aucun plan défini" msgstr "No plane defined" #: include/ajax_anc_search.php:74 include/ajax/ajax_anc_search.php:74 -#: include/ajax/ajax_anc_search.php:76 +#: include/ajax/ajax_anc_search.php:76 include/ajax/ajax_anc_search.php:79 msgid "Aucun poste trouvé" msgstr "No accounting found" #: html/do.php:219 html/do.php:224 html/do.php:252 html/do.php:265 #: html/do.php:268 html/do.php:270 html/do.php:307 html/do.php:319 -#: html/do.php:329 html/do.php:331 html/do.php:300 +#: html/do.php:329 html/do.php:331 html/do.php:300 html/do.php:302 msgid "Aucun profil utilisateur" msgstr "No user profile" @@ -2371,13 +2554,17 @@ msgstr "No result" msgid "Aucun titre" msgstr "No title" +#: include/class/document_state_mtable.php:48 +msgid "Aucune" +msgstr "None" + #: include/class/tax_summary.class.php:116 #: include/class/tax_summary.class.php:130 msgid "Aucune Donnée" msgstr "no data" #: include/param_sec.inc.php:321 include/param_sec.inc.php:261 -#: include/param_sec.inc.php:293 +#: include/param_sec.inc.php:293 include/template/security_list_action.php:9 msgid "Aucune action" msgstr "No Action" @@ -2403,6 +2590,7 @@ msgstr "All amount in ledger are normal" #: html/ajax_card.php:286 include/ajax/ajax_card.php:266 #: include/ajax/ajax_card.php:267 include/ajax/ajax_card.php:273 #: include/ajax/ajax_card.php:275 include/ajax/ajax_card.php:276 +#: include/ajax/ajax_card.php:282 msgid "Aucune catégorie de fiche ne correspond à votre demande" msgstr "No class plug will match your request" @@ -2414,7 +2602,8 @@ msgstr "No class plug will match your request" #: include/ajax/ajax_card.php:377 include/ajax/ajax_card.php:261 #: include/ajax/ajax_card.php:410 include/ajax/ajax_card.php:264 #: include/ajax/ajax_card.php:413 include/ajax/ajax_card.php:265 -#: include/ajax/ajax_card.php:414 +#: include/ajax/ajax_card.php:414 include/ajax/ajax_card.php:271 +#: include/ajax/ajax_card.php:468 include/ajax/ajax_card.php:467 msgid "" "Aucune catégorie de fiche ne correspond à votre demande, le journal pourrait " "n'avoir accès à aucune fiche" @@ -2439,6 +2628,7 @@ msgstr "No matching" #: include/ajax/ajax_anc_plan.php:56 include/class/anc_plan.class.php:126 #: include/ajax/ajax_anc_plan.php:59 include/ajax/ajax_anc_plan.php:60 +#: include/class/anc_plan.class.php:127 msgid "Aucune description" msgstr "No description" @@ -2460,6 +2650,8 @@ msgstr "No description" #: include/template/ledger_detail_bottom.php:284 #: include/template/tax_summary_display.php:105 #: include/template/tax_summary_display.php:277 +#: include/template/ledger_detail_bottom.php:302 include/lib/ac_common.php:1257 +#: include/template/ledger_detail_bottom.php:303 msgid "Aucune donnée" msgstr "no data" @@ -2480,6 +2672,7 @@ msgstr "No plugin available" #: html/ajax_card.php:192 include/ajax/ajax_card.php:172 #: include/ajax/ajax_card.php:173 include/ajax/ajax_card.php:176 #: include/ajax/ajax_card.php:182 include/ajax/ajax_card.php:183 +#: include/ajax/ajax_card.php:186 msgid "Aucune fiche demandée" msgstr "No card Abebooks web sites" @@ -2488,7 +2681,8 @@ msgstr "No card Abebooks web sites" #: include/fiche.inc.php:383 include/fiche.inc.php:386 #: include/fiche.inc.php:133 include/fiche.inc.php:387 #: include/fiche.inc.php:134 include/fiche.inc.php:388 -#: include/fiche.inc.php:395 +#: include/fiche.inc.php:395 include/fiche.inc.php:135 +#: include/fiche.inc.php:405 include/export/export_fiche_pdf.php:73 msgid "Aucune fiche trouvée" msgstr "No record found" @@ -2515,6 +2709,7 @@ msgstr "No operation selected" #: include/ajax/ajax_history.php:117 include/ajax/ajax_history.php:202 #: include/ajax/ajax_history.php:121 include/ajax/ajax_history.php:207 #: include/ajax/ajax_history.php:208 include/ajax/ajax_history.php:209 +#: include/balance_card.inc.php:71 msgid "Aucune opération pour l'exercice courant" msgstr "No operation for the current exercise" @@ -2575,6 +2770,9 @@ msgstr "No room to send" #: include/class/acc_ledger.class.php:837 #: include/class/acc_ledger_sold.class.php:1112 #: include/class/acc_ledger.class.php:853 +#: include/class/acc_ledger.class.php:841 +#: include/class/acc_ledger_purchase.class.php:1057 +#: include/class/acc_ledger_sold.class.php:1079 msgid "Aucune période ouverte" msgstr "No period opened" @@ -2595,6 +2793,7 @@ msgstr "Nothing selected" #: include/template/tag_choose.php:8 include/template/tag_search_select.php:8 #: include/template/tag_select.php:8 include/template/tag_select.php:12 +#: include/template/tag_select.php:14 msgid "Aucune étiquette disponible" msgstr "No tag available" @@ -2602,10 +2801,12 @@ msgstr "No tag available" #: include/lib/user_menu.php:121 include/lib/user_menu.php:130 #: include/lib/user_menu.php:122 include/lib/user_menu.php:141 #: include/lib/user_menu.php:79 include/lib/user_menu.php:98 +#: include/lib/user_menu.php:78 include/lib/user_menu.php:97 msgid "Audit" msgstr "Audit" #: include/upgrade-plugin.php:53 include/upgrade-plugin.php:65 +#: include/upgrade-plugin.php:68 msgid "Auteur" msgstr "Author" @@ -2627,6 +2828,10 @@ msgstr "Automatic" msgid "Autre Journal ?" msgstr "another ledger" +#: include/template/ledger_detail_bottom.php:16 +msgid "Autre action" +msgstr "Other Actions" + #: html/ajax_history.php:90 html/ajax_history.php:96 html/ajax_history.php:161 #: html/ajax_history.php:167 html/ajax_history.php:108 #: html/ajax_history.php:114 html/ajax_history.php:179 @@ -2644,11 +2849,18 @@ msgstr "another ledger" msgid "Autre exercice" msgstr "Other exercise" +#: include/balance_card.inc.php:61 +#, php-format +msgid "Autre exercice %s" +msgstr "Other exercise %s" + #: include/template/ledger_detail_bottom.php:12 #: include/template/ledger_detail_bottom.php:145 #: include/ext/importbank/ajax.php:89 include/ext/importbank/ajax.php:90 #: include/template/ledger_detail_bottom.php:146 #: include/template/ledger_detail_bottom.php:151 +#: include/template/ledger_detail_bottom.php:156 +#: include/template/ledger_detail_bottom.php:157 msgid "Autre information" msgstr "Other info" @@ -2676,6 +2888,8 @@ msgstr "Other info" #: include/class/acc_ledger_purchase.class.php:1744 #: include/class/acc_ledger_sold.class.php:1004 #: include/class/acc_ledger_purchase.class.php:1750 +#: include/class/acc_ledger_purchase.class.php:1774 +#: include/class/acc_ledger_sold.class.php:1008 msgid "Autre information : " msgstr "Other info" @@ -2685,14 +2899,20 @@ msgstr "Add Action" #: include/template/detail-action.php:64 include/template/detail-action.php:67 #: include/template/detail-action.php:72 include/template/detail-action.php:71 +#: include/template/detail-action.php:73 msgid "Autres concernés" msgstr "Others concerned persons" +#: include/template/action_document_type_mtable_input.php:86 +msgid "Autres fiches" +msgstr "Other cards" + #: include/database.item.php:117 include/balance.inc.php:86 #: include/database.item.php:120 include/database.item.php:126 #: include/database.item.php:123 include/database.item.php:122 #: include/balance.inc.php:92 include/balance.inc.php:93 #: include/balance.inc.php:96 include/database.item.php:118 +#: include/database.item.php:119 msgid "Avancé" msgstr "Advanced" @@ -2750,19 +2970,23 @@ msgstr "With the card" #: html/install.php:429 html/install.php:384 html/install.php:393 #: html/install.php:351 html/install.php:360 html/install.php:369 #: html/install.php:354 html/install.php:363 html/install.php:372 +#: html/install.php:403 html/install.php:412 html/install.php:421 +#: html/install.php:409 html/install.php:418 msgid "Avertissement" msgstr "Warning" -#: include/template/param_jrn.php:106 +#: include/template/param_jrn.php:106 include/template/param_jrn.php:107 msgid "Avertissement montant positif" msgstr "Warning positive amount" #: include/class/acc_ledger.class.php:2362 +#: include/class/acc_ledger.class.php:2393 msgid "Avertissement ne peut être vide" msgstr "Warning can not be empty" #: include/class/periode.class.php:647 include/class/periode.class.php:649 -#: include/class/periode.class.php:651 +#: include/class/periode.class.php:651 include/class/periode.class.php:652 +#: include/class/periode.class.php:653 msgid "Avril" msgstr "April" @@ -2779,6 +3003,7 @@ msgstr "Analytic axis" #: include/modele.inc.php:314 include/dossier.inc.php:281 #: include/dossier.inc.php:286 include/modele.inc.php:315 #: include/modele.inc.php:320 include/modele.inc.php:321 +#: include/dossier.inc.php:289 msgid "Backup" msgstr "Backup" @@ -2807,12 +3032,13 @@ msgstr "Backup for user" #: include/database.item.php:73 include/database.item.php:67 #: include/database.item.php:101 include/category_card.inc.php:79 #: include/fiche.inc.php:70 include/database.item.php:102 +#: include/database.item.php:66 msgid "Balance" msgstr "Balance" #: include/database.item.php:6 include/database.item.php:9 #: include/database.item.php:11 include/database.item.php:14 -#: include/database.item.php:8 +#: include/database.item.php:8 include/database.item.php:7 msgid "Balance Analytique/comptabilité" msgstr "Analytical Balance / Accounting" @@ -2840,12 +3066,14 @@ msgstr "Balance" #: include/database.item.php:82 include/database.item.php:85 #: include/database.item.php:90 include/database.item.php:87 #: include/database.item.php:86 include/database.item.php:84 +#: include/database.item.php:83 msgid "Balance croisée double" msgstr "Crossed balance" #: include/database.item.php:82 include/database.item.php:85 #: include/database.item.php:90 include/database.item.php:87 #: include/database.item.php:86 include/database.item.php:84 +#: include/database.item.php:83 msgid "Balance double croisées des imputations analytiques" msgstr "Double crossed balance" @@ -2870,6 +3098,7 @@ msgstr "Tiers balance" #: include/class/acc_ledger.class.php:1300 #: include/class/acc_ledger.class.php:1309 #: include/class/acc_ledger.class.php:1325 +#: include/class/acc_ledger.class.php:1321 msgid "Balance incorrecte" msgstr "wrong balance" @@ -2883,6 +3112,7 @@ msgstr "wrong balance" #: include/class/acc_ledger.class.php:1149 #: include/class/acc_ledger.class.php:1158 #: include/class/acc_ledger.class.php:1174 +#: include/class/acc_ledger.class.php:1170 msgid "Balance incorrecte " msgstr "wrong balance" @@ -2911,13 +3141,13 @@ msgstr "Balance by category of cards, only for cards with an accounting" #: include/database.item.php:7 include/database.item.php:10 #: include/database.item.php:12 include/database.item.php:15 -#: include/database.item.php:9 +#: include/database.item.php:9 include/database.item.php:8 msgid "Balance par groupe" msgstr "Balance group" #: include/database.item.php:4 include/database.item.php:7 #: include/database.item.php:9 include/database.item.php:12 -#: include/database.item.php:6 +#: include/database.item.php:6 include/database.item.php:5 msgid "Balance simple" msgstr "Simple balance" @@ -2928,7 +3158,7 @@ msgstr "Simple balance %s" #: include/database.item.php:4 include/database.item.php:7 #: include/database.item.php:9 include/database.item.php:12 -#: include/database.item.php:6 +#: include/database.item.php:6 include/database.item.php:5 msgid "Balance simple des imputations analytiques" msgstr "Simple analytic balance for record" @@ -2963,6 +3193,7 @@ msgstr "Balance en-cours" #: include/class/anticipation.class.php:293 include/database.item.php:71 #: include/template/acc_ledger_history_financial_oneline.php:31 #: include/template/acc_ledger_history_financial_oneline.php:32 +#: include/database.item.php:70 msgid "Banque" msgstr "Bank" @@ -2976,7 +3207,7 @@ msgstr "Based on" #: include/dossier.inc.php:365 include/dossier.inc.php:321 #: include/dossier.inc.php:354 include/dossier.inc.php:390 #: include/dossier.inc.php:391 include/dossier.inc.php:407 -#: include/dossier.inc.php:412 +#: include/dossier.inc.php:412 include/dossier.inc.php:416 msgid "Base de donnée " msgstr "Database" @@ -3006,6 +3237,7 @@ msgstr "Invalid Database" #: include/lib/class_database.php:429 include/lib/class_database.php:434 #: include/lib/database.class.php:433 include/lib/database.class.php:442 #: include/lib/database.class.php:443 include/class/database.class.php:125 +#: include/class/database.class.php:128 msgid "Base de donnée vide" msgstr "Empty Database" @@ -3016,7 +3248,9 @@ msgstr "Empty Database" #: include/upgrade.inc.php:68 include/upgrade.inc.php:96 html/install.php:392 #: include/upgrade.inc.php:33 include/class/dossier.class.php:367 #: include/class/dossier.class.php:395 html/install.php:398 -#: html/install.php:401 +#: html/install.php:401 html/install.php:450 +#: include/class/dossier.class.php:373 include/class/dossier.class.php:401 +#: html/install.php:456 msgid "Base de données" msgstr "Database" @@ -3025,7 +3259,9 @@ msgstr "Database" #: include/template/action_display_short.php:59 #: include/class/class_follow_up.php:263 include/class/follow_up.class.php:263 #: include/template/action_display_short.php:60 -#: include/class/follow_up.class.php:264 +#: include/class/follow_up.class.php:264 include/class/document.class.php:1413 +#: include/class/follow_up.class.php:271 include/class/follow_up.class.php:273 +#: include/class/follow_up.class.php:764 msgid "Basse" msgstr "Low" @@ -3053,6 +3289,7 @@ msgid "Biens amortissables" msgstr "Depreciable property" #: html/test_class.php:213 dev/test/test_class.php:209 +#: dev-2/test/test_class.php:209 msgid "Bienvenu sur mon site" msgstr "Welcome on my website" @@ -3067,10 +3304,12 @@ msgstr "Welcome" #: include/database.item.php:105 include/database.item.php:108 #: include/database.item.php:114 include/database.item.php:111 #: include/database.item.php:110 include/database.item.php:106 +#: include/database.item.php:107 msgid "Bilan" msgstr "Balance sheet" #: include/export/export_security_pdf.php:104 +#: include/class/card_attribut_mtable.class.php:155 msgid "Bloqué" msgstr "Locked" @@ -3079,6 +3318,7 @@ msgstr "Locked" #: include/database.item.php:195 include/database.item.php:174 #: include/database.item.php:175 include/database.item.php:178 #: include/database.item.php:186 include/database.item.php:191 +#: include/database.item.php:184 msgid "Bon de commande Fournisseur" msgstr "Order Supplier" @@ -3087,6 +3327,7 @@ msgstr "Order Supplier" #: include/database.item.php:196 include/database.item.php:173 #: include/database.item.php:174 include/database.item.php:177 #: include/database.item.php:185 include/database.item.php:190 +#: include/database.item.php:183 msgid "Bons de commande client" msgstr "Customer order" @@ -3107,9 +3348,14 @@ msgstr "Budget" #: include/export/export_poste_detail_pdf.php:168 #: include/export/export_poste_detail_pdf.php:179 +#: include/export/export_poste_detail_pdf.php:180 msgid "C" msgstr "D / C " +#: include/class/card_multiple.class.php:128 +msgid "CMCDO01Security" +msgstr "CMCDO01Security" + #: include/class_document_export.php:198 include/class_document_export.php:208 #: include/class/class_document_export.php:208 #: include/class/class_document_export.php:207 @@ -3147,6 +3393,7 @@ msgstr "Hide details" #: include/database.item.php:202 include/database.item.php:201 #: include/database.item.php:203 include/database.item.php:204 #: include/database.item.php:206 include/database.item.php:220 +#: include/database.item.php:210 include/database.item.php:212 msgid "Caisse" msgstr "Fund" @@ -3155,7 +3402,12 @@ msgstr "Fund" msgid "Calcul automatique du poste comptable" msgstr "Automatic creation of the accounting" -#: include/database.item.php:141 +#: include/tax_summary.inc.php:46 +#, php-format +msgid "Calcul d'après la date" +msgstr "Compute" + +#: include/database.item.php:141 include/database.item.php:140 msgid "Calcul des totaux par TVA et par journal" msgstr "Total VAT by ledger" @@ -3191,6 +3443,7 @@ msgstr "calculator is visible" #: include/ajax/ajax_calendar_zoom.php:26 include/lib/html_input.class.php:991 #: include/ajax/ajax_calendar_zoom.php:32 include/lib/html_input.class.php:992 #: include/lib/html_input.class.php:1007 include/lib/html_input.class.php:1008 +#: include/lib/html_input.class.php:1041 include/lib/html_input.class.php:1042 msgid "Calendrier" msgstr "Calendar" @@ -3204,6 +3457,7 @@ msgstr "from" #: include/lib/manage_table_sql.class.php:1028 #: include/lib/manage_table_sql.class.php:1025 #: include/lib/manage_table_sql.class.php:1069 +#: include/lib/manage_table_sql.class.php:1125 msgid "Cancel" msgstr "Cancel" @@ -3235,6 +3489,8 @@ msgstr "Category" #: include/class/fiche.class.php:562 include/lib/html_input.class.php:386 #: include/class/fiche.class.php:434 include/class/fiche.class.php:564 #: include/class/fiche.class.php:433 include/class/fiche.class.php:563 +#: include/class/fiche.class.php:576 +#: include/ajax/ajax_add_concerned_card.php:81 msgid "Catégorie" msgstr "Category" @@ -3247,6 +3503,7 @@ msgstr "Category" #: include/customer.inc.php:89 include/manager.inc.php:92 #: include/supplier.inc.php:92 include/contact.inc.php:86 #: include/manager.inc.php:93 include/customer.inc.php:90 +#: include/contact.inc.php:87 msgid "Catégorie :" msgstr "Category" @@ -3274,7 +3531,7 @@ msgstr "Document category" #: include/ext/import_doli/include/template/test_file.php:27 #: include/ext/import_card/include/template/input_file.php:36 #: include/ext/import_card/include/template/input_format.php:25 -#: include/database.item.php:109 +#: include/database.item.php:109 include/database.item.php:110 msgid "Catégorie de fiche" msgstr "Card Category" @@ -3297,7 +3554,8 @@ msgstr "Existing category" #: html/ajax_card.php:530 html/ajax_card.php:529 include/ajax/ajax_card.php:509 #: include/ajax/ajax_card.php:510 include/ajax/ajax_card.php:511 #: include/ajax/ajax_card.php:544 include/ajax/ajax_card.php:548 -#: include/ajax/ajax_card.php:563 +#: include/ajax/ajax_card.php:563 include/ajax/ajax_card.php:639 +#: include/ajax/ajax_card.php:638 msgid "Catégorie existe déjà" msgstr "Category already exists" @@ -3311,7 +3569,8 @@ msgstr "Invalid category" #: html/ajax_card.php:532 html/ajax_card.php:531 include/ajax/ajax_card.php:511 #: include/ajax/ajax_card.php:512 include/ajax/ajax_card.php:513 #: include/ajax/ajax_card.php:546 include/ajax/ajax_card.php:550 -#: include/ajax/ajax_card.php:567 +#: include/ajax/ajax_card.php:567 include/ajax/ajax_card.php:643 +#: include/ajax/ajax_card.php:642 msgid "Catégorie sauvée" msgstr "Category saved" @@ -3341,7 +3600,7 @@ msgstr "This accounting does not exist" #: include/ajax/ajax_view_action.php:55 include/action.common.inc.php:223 #: include/action.common.inc.php:225 include/ajax/ajax_view_action.php:56 #: include/ajax/ajax_view_action.php:52 include/action.common.inc.php:226 -#: include/action.common.inc.php:232 +#: include/action.common.inc.php:232 include/action.common.inc.php:257 msgid "Ce document n'est pas accessible" msgstr "This document is not available" @@ -3362,11 +3621,13 @@ msgstr "This file does not exist" #: include/class/print_ledger.class.php:71 #: include/class/print_ledger.class.php:109 #: include/class/print_ledger.class.php:115 +#: include/class/print_ledger.class.php:150 +#: include/class/print_ledger.class.php:194 msgid "Ce journal ne peut être imprimé en mode simple" msgstr "This ledger can not be printed in this mode" #: include/database.item.php:133 include/database.item.php:136 -#: include/database.item.php:131 +#: include/database.item.php:131 include/database.item.php:132 msgid "Ce menu vous présente un menu rapide de vos menus préférés" msgstr "This menu keeps your favorite menus" @@ -3376,17 +3637,19 @@ msgid "Ce n'est pas un fichier valide" msgstr "It is not a valid card" #: include/class/tva_rate_mtable.class.php:223 +#: include/class/tva_rate_mtable.class.php:240 msgid "Ce nom est déjà utilisé" msgstr "This name already exists" #: include/ajax_anc_search.php:65 include/ajax/ajax_anc_search.php:65 -#: include/ajax/ajax_anc_search.php:67 +#: include/ajax/ajax_anc_search.php:67 include/ajax/ajax_anc_search.php:70 msgid "Ce plan n'existe pas" msgstr "This plan does not exist" #: html/ajax_misc.php:571 html/ajax_misc.php:613 html/ajax_misc.php:408 #: html/ajax_misc.php:434 html/ajax_misc.php:546 html/ajax_misc.php:548 #: html/ajax_misc.php:554 html/ajax_misc.php:556 html/ajax_misc.php:560 +#: html/ajax_misc.php:525 html/ajax_misc.php:533 msgid "Ce plugin n'existe pas " msgstr "No plugin" @@ -3419,11 +3682,12 @@ msgstr "It could make difference between the balance by accountings and cards" #: include/class/acc_ledger.class.php:1665 #: include/class/acc_ledger.class.php:1674 #: include/class/acc_ledger.class.php:1690 +#: include/class/acc_ledger.class.php:1680 msgid "Celui qui paie n' a pas de poste comptable" msgstr "Has no accounting entry" #: include/param_sec.inc.php:228 include/param_sec.inc.php:162 -#: include/param_sec.inc.php:168 +#: include/param_sec.inc.php:168 include/param_sec.inc.php:173 msgid "Cet utilisateur est administrateur, il a tous les droits" msgstr "This user is an adminstrator and has a full access " @@ -3440,7 +3704,8 @@ msgstr "This user does not exist" #: include/lib/ac_common.php:431 include/action.common.inc.php:129 #: include/lib/ac_common.php:432 include/action.common.inc.php:131 #: include/action.common.inc.php:165 include/lib/ac_common.php:434 -#: include/lib/ac_common.php:450 +#: include/lib/ac_common.php:450 include/action.common.inc.php:133 +#: include/action.common.inc.php:167 include/lib/ac_common.php:460 msgid "Cette action ne vous est pas autorisée Contactez votre responsable" msgstr "This work is not allowed, please contact your administrator" @@ -3458,6 +3723,7 @@ msgstr "This category has no email attribute" #: include/fiche.inc.php:290 include/fiche.inc.php:363 #: include/fiche.inc.php:366 include/fiche.inc.php:367 #: include/fiche.inc.php:368 include/fiche.inc.php:375 +#: include/fiche.inc.php:385 include/export/export_fiche_pdf.php:63 msgid "Cette catégorie n'ayant pas de poste comptable n'a pas de balance" msgstr "This record has no valid accounting " @@ -3519,6 +3785,8 @@ msgstr "This note is not yours" #: include/class/acc_ledger.class.php:221 #: include/class/acc_ledger.class.php:235 #: include/class/acc_ledger.class.php:239 +#: include/class/acc_ledger.class.php:234 +#: include/class/acc_ledger.class.php:238 msgid "Cette opération n'existe pas" msgstr "This account does not exist" @@ -3533,11 +3801,14 @@ msgid "Champ \"linetype\" vide mais autres valeurs présentes" msgstr "COlumn \"linetype\" empty but other values present" #: html/test_class.php:231 dev/test/test_class.php:227 +#: dev-2/test/test_class.php:227 msgid "Change de langue" msgstr "Change the language" #: html/admin/template_config_form.php:39 #: include/template/template_config_form.php:39 +#: include/template/template_config_form.php:40 +#: include/template/template_config_form.php:66 msgid "Changement de langue" msgstr "Select your language" @@ -3549,7 +3820,7 @@ msgstr "Change the status" #: html/ajax_ledger.php:522 html/ajax_ledger.php:529 html/ajax_ledger.php:531 #: include/ajax/ajax_ledger.php:508 include/ajax/ajax_ledger.php:511 #: include/ajax/ajax_ledger.php:515 include/ajax/ajax_ledger.php:516 -#: include/ajax/ajax_ledger.php:517 +#: include/ajax/ajax_ledger.php:517 include/ajax/ajax_ledger.php:518 msgid "" "Changement impossible: on ne peut pas changer la date dans une période fermée" msgstr "Warning : you can not change in a closed period" @@ -3567,7 +3838,7 @@ msgid "Changer format" msgstr "Change format" #: include/company.inc.php:123 include/company.inc.php:142 -#: include/company.inc.php:146 +#: include/company.inc.php:146 include/company.inc.php:160 msgid "Changer le libellé des détails" msgstr "Change the label details" @@ -3597,10 +3868,12 @@ msgstr "Reverse expenses" #: include/ajax/ajax_ledger.php:239 include/ajax/ajax_ledger.php:352 #: include/ajax/ajax_ledger.php:243 include/ajax/ajax_ledger.php:356 #: include/ajax/ajax_ledger.php:244 include/ajax/ajax_ledger.php:357 +#: include/ajax/ajax_ledger.php:245 include/ajax/ajax_ledger.php:358 msgid "Chargement" msgstr "Loading" #: include/database.item.php:89 include/database.item.php:87 +#: include/database.item.php:88 msgid "" "Chargement de modèles de documents qui seront générés par NOALYSS, les " "formats utilisables sont libreoffice, html, text et rtf" @@ -3618,7 +3891,7 @@ msgstr "" #: include/user_menu.php:153 include/user_menu.php:157 #: include/lib/user_menu.php:166 include/lib/user_menu.php:179 -#: include/lib/user_menu.php:137 +#: include/lib/user_menu.php:137 include/lib/user_menu.php:136 msgid "Charges" msgstr "Expenses" @@ -3631,6 +3904,8 @@ msgstr "Path" #: html/admin/template_config_form.php:43 #: include/template/template_config_form.php:43 +#: include/template/template_config_form.php:44 +#: include/template/template_config_form.php:70 msgid "Chemin complet vers les executable de Postgresql" msgstr "full path to postgresql" @@ -3684,6 +3959,12 @@ msgstr "full path to postgresql" #: include/class/fiche.class.php:2247 html/ajax_misc.php:464 #: include/lib/manage_table_sql.class.php:634 html/ajax_misc.php:468 #: include/ajax/ajax_card.php:292 include/class/acc_ledger.class.php:2201 +#: html/ajax_misc.php:433 include/class/pre_operation.class.php:346 +#: include/class/acc_ledger.class.php:2220 include/class/fiche.class.php:2274 +#: include/ajax/ajax_card.php:298 include/compta_fin_rec.inc.php:263 +#: include/template/tag_select.php:18 include/template/tag_search_select.php:15 +#: include/lib/manage_table_sql.class.php:681 html/ajax_misc.php:441 +#: include/user.inc.php:140 include/dossier.inc.php:242 #, php-format msgid "Cherche" msgstr "Search" @@ -3692,7 +3973,7 @@ msgstr "Search" #: include/adm.inc.php:81 include/bank.inc.php:74 include/contact.inc.php:77 #: include/customer.inc.php:77 include/manager.inc.php:81 #: include/supplier.inc.php:81 include/adm.inc.php:78 -#: include/customer.inc.php:78 +#: include/customer.inc.php:78 include/contact.inc.php:78 msgid "Cherche " msgstr "Search" @@ -3705,6 +3986,8 @@ msgstr "Search" #: include/class/anc_operation.class.php:294 include/fiche.inc.php:94 #: include/class/acc_ledger_search.class.php:588 #: include/class/anc_operation.class.php:295 +#: include/class/acc_ledger_search.class.php:674 +#: include/class/acc_ledger_search.class.php:697 msgid "Chercher" msgstr "Search" @@ -3730,7 +4013,8 @@ msgid "" msgstr "Select the exercice ( N-1 ) to report for the Report As New" #: html/ajax_misc.php:452 html/ajax_misc.php:454 html/ajax_misc.php:460 -#: html/ajax_misc.php:462 html/ajax_misc.php:466 +#: html/ajax_misc.php:462 html/ajax_misc.php:466 html/ajax_misc.php:431 +#: html/ajax_misc.php:439 msgid "Choisissez la TVA" msgstr "Select the VAT" @@ -3742,7 +4026,7 @@ msgstr "Select the VAT" #: html/ajax_card.php:291 html/ajax_card.php:293 html/ajax_card.php:294 #: include/ajax/ajax_card.php:274 include/ajax/ajax_card.php:275 #: include/ajax/ajax_card.php:283 include/ajax/ajax_card.php:285 -#: include/ajax/ajax_card.php:286 +#: include/ajax/ajax_card.php:286 include/ajax/ajax_card.php:292 msgid "" "Choisissez la catégorie de fiche à laquelle vous aimeriez ajouter une fiche" msgstr "Select the category of card" @@ -3774,6 +4058,7 @@ msgstr "Select card or accounting " #: include/balance.inc.php:47 include/impress_bilan.inc.php:51 #: include/impress_jrn.inc.php:86 include/ext/bilan_interne/index.php:56 #: include/balance.inc.php:51 include/impress_jrn.inc.php:104 +#: include/impress_bilan.inc.php:54 msgid "Choisissez un autre exercice" msgstr "Select another year" @@ -3783,6 +4068,8 @@ msgstr "Select your folder" #: include/class/payment_method_mtable.class.php:77 #: include/class/payment_method_mtable.class.php:87 +#: include/class/payment_method_mtable.class.php:78 +#: include/class/payment_method_mtable.class.php:88 msgid "Choisissez un journal" msgstr "Select a ledger" @@ -3797,13 +4084,14 @@ msgid "Choisissez un poste" msgstr "Select an accouting" #: include/class/payment_method_mtable.class.php:115 +#: include/class/payment_method_mtable.class.php:120 msgid "Choisissez un type de fiche" msgstr "Select a type of card" #: html/ajax_card.php:295 html/ajax_card.php:297 html/ajax_card.php:298 #: include/ajax/ajax_card.php:278 include/ajax/ajax_card.php:279 #: include/ajax/ajax_card.php:285 include/ajax/ajax_card.php:287 -#: include/ajax/ajax_card.php:288 +#: include/ajax/ajax_card.php:288 include/ajax/ajax_card.php:294 msgid "Choisissez une catégorie svp" msgstr "Select a category" @@ -3835,16 +4123,23 @@ msgstr "Choose another year" msgid "Choississez un dossier" msgstr "Select your folder" +#: include/template/followup-show-action-add.php:34 +msgid "Choississez une action" +msgstr "Select an action" + #: html/user_login.php:160 msgid "Choississez votre dossier" msgstr "Select your folder" #: html/test_class.php:218 dev/test/test_class.php:214 +#: dev-2/test/test_class.php:214 msgid "Choississez votre langue" msgstr "Select your language" #: include/ajax_anc_search.php:78 include/ajax_anc_search.php:79 #: include/ajax/ajax_anc_search.php:78 include/ajax/ajax_anc_search.php:79 +#: include/class/card_attribut_mtable.class.php:54 +#: include/class/contact_option_ref_mtable.class.php:44 msgid "Choix" msgstr "Choice" @@ -3879,12 +4174,14 @@ msgstr "choice of distribution key" #: include/ajax/ajax_card.php:259 include/ajax/ajax_card.php:269 #: include/ajax/ajax_card.php:334 include/ajax/ajax_card.php:280 #: include/ajax/ajax_card.php:337 include/ajax/ajax_card.php:281 -#: include/ajax/ajax_card.php:338 +#: include/ajax/ajax_card.php:338 include/ajax/ajax_card.php:287 +#: include/ajax/ajax_card.php:357 msgid "Choix de la catégorie" msgstr "Category" #: include/database.item.php:78 include/database.item.php:81 #: include/database.item.php:75 include/database.item.php:73 +#: include/database.item.php:74 msgid "Choix de votre dossier" msgstr "Select your folder" @@ -3908,6 +4205,7 @@ msgstr "Selected folder %s" #: include/compta_ach.inc.php:83 include/compta_ach.inc.php:86 #: include/compta_ven.inc.php:95 include/compta_ach.inc.php:88 #: include/compta_ach.inc.php:90 include/compta_ven.inc.php:97 +#: include/compta_ach.inc.php:87 msgid "Choix du dépôt" msgstr "select warehouse" @@ -3933,10 +4231,12 @@ msgstr "Select the type of paper" #: include/class/acc_ledger.class.php:2328 #: include/class/acc_ledger.class.php:2337 #: include/class/acc_ledger.class.php:2359 +#: include/class/acc_ledger.class.php:2385 msgid "Choix du type de journal est obligatoire" msgstr "Select the type of ledger" #: include/class/tva_rate_mtable.class.php:250 +#: include/class/tva_rate_mtable.class.php:267 msgid "Choix incorrect" msgstr "Incorrect select" @@ -3999,7 +4299,7 @@ msgstr "Key" #: include/ext/coprop/index.php:44 include/database.item.php:3 #: include/database.item.php:143 include/database.item.php:139 #: include/database.item.php:138 include/database.item.php:131 -#: include/database.item.php:129 +#: include/database.item.php:129 include/database.item.php:130 msgid "Clef de répartition" msgstr "Key distribution" @@ -4058,6 +4358,12 @@ msgstr "Invalid key" #: include/class/print_ledger_simple.class.php:103 #: include/class/acc_ledger_sold.class.php:1083 #: include/class/acc_ledger_sold.class.php:1339 +#: include/class/pre_op_ach.class.php:394 +#: include/class/pre_op_ven.class.php:392 +#: include/class/acc_ledger_sold.class.php:710 +#: include/class/acc_ledger_sold.class.php:1050 +#: include/class/acc_ledger_sold.class.php:1306 +#: include/class/print_ledger_simple.class.php:100 include/database.item.php:16 msgid "Client" msgstr "Customer" @@ -4081,6 +4387,7 @@ msgstr "Customers(c)" #: include/template/param_jrn.php:194 include/template/param_jrn.php:201 #: include/template/param_jrn.php:203 include/template/param_jrn.php:248 +#: include/template/param_jrn.php:249 msgid "Clients (D)" msgstr "Customers(c)" @@ -4105,7 +4412,7 @@ msgstr "Click here to update your preference" #: include/lib/ac_common.php:816 include/lib/ac_common.php:823 #: include/lib/ac_common.php:834 include/lib/ac_common.php:835 #: include/lib/ac_common.php:847 include/lib/ac_common.php:849 -#: include/lib/ac_common.php:865 +#: include/lib/ac_common.php:865 include/lib/ac_common.php:875 msgid "Cliquez ici pour vous reconnecter dans une autre page" msgstr "Click here to reconnect in another tab" @@ -4137,6 +4444,11 @@ msgstr "Impossible action" msgid "Cloner" msgstr "Clone" +#: include/class/card_attribut_mtable.class.php:57 +#: include/class/contact_option_ref_mtable.class.php:46 +msgid "Coche" +msgstr "Checkbox" + #: include/param_pcmn.inc.php:65 include/template/pcmn_update.php:50 #: include/template/pcmn_update.php:51 msgid "Cocher pour effacer" @@ -4179,7 +4491,7 @@ msgstr "Check the box if you are sure to remove this folder" msgid "Cochez pour cette case pour effacer ce tag" msgstr "Check the box if you want to remove this tag" -#: include/template/tag_detail.php:33 +#: include/template/tag_detail.php:33 include/template/tag_detail.php:56 msgid "Cochez pour cette case pour effacer cette étiquette (tag)" msgstr "Check it to remove this tag" @@ -4234,6 +4546,11 @@ msgstr "Tick ​​to delete this record" #: include/class/acc_ledger_sold.class.php:718 #: include/class/acc_ledger_purchase.class.php:1440 #: include/upgrade-plugin.php:68 +#: include/class/acc_ledger_purchase.class.php:1451 +#: include/class/acc_ledger_sold.class.php:721 +#: include/class/print_ledger_detail_item.class.php:58 +#: include/upgrade-plugin.php:71 +#: include/template/follow_up_other_concerned_display_table.php:42 msgid "Code" msgstr "Code" @@ -4246,7 +4563,7 @@ msgstr "Code" #: include/lib/ac_common.php:1160 include/lib/ac_common.php:1171 #: include/lib/ac_common.php:1172 include/lib/ac_common.php:1173 #: include/lib/ac_common.php:1185 include/lib/ac_common.php:1187 -#: include/lib/ac_common.php:1211 +#: include/lib/ac_common.php:1211 include/lib/ac_common.php:1221 msgid "Code Interne" msgstr "Internal code" @@ -4276,6 +4593,8 @@ msgstr "Internal code" #: include/class/acc_ledger_purchase.class.php:1836 #: include/class/acc_ledger_sold.class.php:1416 #: include/class/acc_ledger_purchase.class.php:1842 +#: include/class/acc_ledger_purchase.class.php:1879 +#: include/class/acc_ledger_sold.class.php:1401 msgid "Code Item" msgstr "Code" @@ -4292,7 +4611,7 @@ msgid "Code Pays incorrect" msgstr "Country code incorrect" #: include/company.inc.php:107 include/company.inc.php:126 -#: include/company.inc.php:130 +#: include/company.inc.php:130 include/company.inc.php:138 msgid "Code Postal" msgstr "ZIP Code" @@ -4352,6 +4671,12 @@ msgstr "Stock" #: include/class/print_ledger_detail_item.class.php:163 #: include/class/acc_ledger_sold.class.php:1426 #: include/class/acc_ledger_purchase.class.php:1852 +#: include/class/acc_ledger_purchase.class.php:1889 +#: include/class/acc_ledger_sold.class.php:1411 +#: include/export/export_printtva_pdf.php:59 +#: include/export/export_printtva_pdf.php:216 +#: include/template/follow_up_detail_display.php:54 +#: include/template/newEmptyPHP_NOALYSS.php:39 msgid "Code TVA" msgstr "VAT Code" @@ -4400,6 +4725,8 @@ msgstr "Menu code" #: include/class/acc_ledger_purchase.class.php:1841 #: include/class/acc_ledger_sold.class.php:1421 #: include/class/acc_ledger_purchase.class.php:1847 +#: include/class/acc_ledger_purchase.class.php:1884 +#: include/class/acc_ledger_sold.class.php:1406 msgid "Code fournisseur" msgstr "Dealer code" @@ -4411,6 +4738,7 @@ msgstr "Dealer code" #: include/class/fiche.class.php:1457 #: include/class/acc_account_ledger.class.php:395 #: include/class/fiche.class.php:1458 include/class/fiche.class.php:1460 +#: include/class/acc_account_ledger.class.php:387 msgid "Code interne" msgstr "Internal code" @@ -4422,6 +4750,10 @@ msgstr "Internal operation code to change" msgid "Code invalide" msgstr "Invalid code" +#: include/user_detail.inc.php:94 +msgid "Code invalide, effacement refusé" +msgstr "Invalid code" + #: include/class_acc_ledger_purchase.php:1735 #: include/class_acc_ledger_sold.php:1319 #: include/class_acc_ledger_sold.php:1317 @@ -4452,6 +4784,8 @@ msgstr "Invalid code" #: include/class/acc_ledger_purchase.class.php:1833 #: include/class/acc_ledger_sold.class.php:1413 #: include/class/acc_ledger_purchase.class.php:1839 +#: include/class/acc_ledger_purchase.class.php:1876 +#: include/class/acc_ledger_sold.class.php:1398 msgid "Code journal" msgstr "Ledger code" @@ -4460,6 +4794,11 @@ msgstr "Ledger code" msgid "Code malformé dans le fichier " msgstr "Malformed code" +#: include/class/acc_ledger_history_sale.class.php:274 +#: include/class/acc_ledger_history_purchase.class.php:289 +msgid "Code paiement" +msgstr "Payment code" + #: include/ext/transform/include/template/listing_assujetti_declarant.php:35 #: include/ext/transform/include/template/listing_assujetti_representative.php:36 #: include/ext/sav/include/template/sas_display_detail.php:99 @@ -4490,6 +4829,7 @@ msgstr "Code not used" #: include/export/export_fiche_balance_csv.php:155 #: include/export/export_fiche_balance_csv.php:156 include/fiche.inc.php:519 #: include/fiche.inc.php:521 include/fiche.inc.php:530 +#: include/fiche.inc.php:543 msgid "Comm" msgstr "How" @@ -4501,7 +4841,7 @@ msgstr "Unknow command" #: html/install.php:533 html/install.php:532 html/install.php:530 #: html/install.php:536 html/install.php:528 html/install.php:534 #: html/install.php:496 html/install.php:471 html/install.php:477 -#: html/install.php:480 +#: html/install.php:480 html/install.php:529 html/install.php:535 msgid "Commencer la mise à jour ou l'installation" msgstr "Start the uprade or the installation" @@ -4555,8 +4895,19 @@ msgstr "Start the uprade or the installation" #: include/class/acc_ledger_history_generic.class.php:687 #: include/class/acc_ledger_sold.class.php:1415 #: include/class/acc_ledger_purchase.class.php:1841 +#: include/class/print_ledger_misc.class.php:46 +#: include/class/acc_ledger_purchase.class.php:1878 +#: include/class/acc_ledger_sold.class.php:1400 +#: include/class/acc_ledger_history_generic.class.php:688 +#: include/template/action_document_type_mtable_input.php:113 +#: include/template/detail-action.php:297 +#: include/template/detail-action.php:327 +#: include/template/detail-action.php:332 +#: include/template/detail-action.php:301 +#: include/template/detail-action.php:339 +#: include/template/detail-action.php:342 msgid "Commentaire" -msgstr "How" +msgstr "Comment" #: include/class_fiche_def_ref.php:98 include/class/class_fiche_def_ref.php:98 #: include/class/fiche_def_ref.class.php:98 @@ -4589,6 +4940,8 @@ msgstr "Comment" #: include/class/acc_ledger_purchase.class.php:1843 #: include/class/acc_ledger_sold.class.php:1423 #: include/class/acc_ledger_purchase.class.php:1849 +#: include/class/acc_ledger_purchase.class.php:1886 +#: include/class/acc_ledger_sold.class.php:1408 msgid "Commentaire TVA" msgstr "Comment VAT" @@ -4597,7 +4950,7 @@ msgid "Commentaire vide" msgstr "Empty comment" #: include/company.inc.php:109 include/company.inc.php:128 -#: include/company.inc.php:132 +#: include/company.inc.php:132 include/company.inc.php:140 msgid "Commune" msgstr "Department" @@ -4647,12 +5000,15 @@ msgstr "Department" #: include/class/acc_ledger_purchase.class.php:1462 #: include/class/acc_ledger.class.php:622 #: include/class/acc_ledger.class.php:638 +#: include/class/acc_ledger_purchase.class.php:1473 +#: include/class/acc_ledger_sold.class.php:741 msgid "Compt. Analytique" msgstr "Cost Accounting" #: include/database.item.php:115 include/database.item.php:118 #: include/database.item.php:124 include/database.item.php:121 #: include/database.item.php:120 include/database.item.php:116 +#: include/database.item.php:117 msgid "Compta Analytique" msgstr "Analytic accountancy" @@ -4662,12 +5018,13 @@ msgstr "Analytic accountancy" #: include/class/class_pdf_operation.php:371 #: include/template/security_list_action.php:63 #: include/class/pdf_operation.class.php:371 include/database.item.php:76 -#: include/template/security_list_action.php:66 +#: include/template/security_list_action.php:66 include/database.item.php:75 msgid "Comptabilité" msgstr "Accountancy" #: include/template/ledger_detail_bottom.php:36 #: include/template/ledger_detail_bottom.php:41 +#: include/template/ledger_detail_bottom.php:46 msgid "Comptabilité Analytique" msgstr "Cost Accounting" @@ -4676,6 +5033,7 @@ msgstr "Cost Accounting" #: include/database.item.php:184 include/database.item.php:143 #: include/database.item.php:144 include/database.item.php:145 #: include/database.item.php:150 include/database.item.php:155 +#: include/database.item.php:151 msgid "Compte bancaire" msgstr "Bank account" @@ -4726,12 +5084,13 @@ msgstr "reverse account : produt with a credit result" #: include/class/acc_plan_mtable.class.php:145 #: include/class/acc_plan_mtable.class.php:157 #: include/class/acc_plan_mtable.class.php:181 +#: include/class/acc_plan_mtable.class.php:185 msgid "Compte parent n'existe pas" msgstr "Parent accounting doesn't exist" #: include/user_menu.php:151 include/user_menu.php:155 #: include/lib/user_menu.php:164 include/lib/user_menu.php:177 -#: include/lib/user_menu.php:135 +#: include/lib/user_menu.php:135 include/lib/user_menu.php:134 msgid "Compte tiers" msgstr "Other account" @@ -4768,6 +5127,10 @@ msgstr "Accounting" #: include/class/acc_ledger_search.class.php:950 #: include/class/acc_ledger_search.class.php:708 #: include/class/acc_ledger_search.class.php:963 +#: include/class/acc_ledger_search.class.php:794 +#: include/class/acc_ledger_search.class.php:1052 +#: include/class/acc_ledger_search.class.php:817 +#: include/class/acc_ledger_search.class.php:1075 msgid "Concerne" msgstr "Regarding" @@ -4776,7 +5139,7 @@ msgstr "Regarding" #: include/database.item.php:235 include/database.item.php:212 #: include/database.item.php:213 include/database.item.php:216 #: include/database.item.php:236 include/database.item.php:214 -#: include/database.item.php:245 +#: include/database.item.php:245 include/database.item.php:226 msgid "" "Concerne tous les achats, factures reçues, notes de crédit reçues et notes " "de frais" @@ -4786,7 +5149,7 @@ msgstr "Related to all sales, credit notes sent" #: include/database.item.php:236 include/database.item.php:213 #: include/database.item.php:214 include/database.item.php:217 #: include/database.item.php:237 include/database.item.php:215 -#: include/database.item.php:243 +#: include/database.item.php:243 include/database.item.php:224 msgid "" "Concerne tous les mouvements financiers (comptes en banque, caisses, visa...)" msgstr "Balance of bank accounts, cash ..." @@ -4796,7 +5159,7 @@ msgstr "Balance of bank accounts, cash ..." #: include/database.item.php:237 include/database.item.php:214 #: include/database.item.php:215 include/database.item.php:218 #: include/database.item.php:238 include/database.item.php:216 -#: include/database.item.php:242 +#: include/database.item.php:242 include/database.item.php:223 msgid "" "Concerne toutes les opérations comme les amortissements, les comptes TVA, ..." msgstr "Concerns all operations like VAT Accounting,..." @@ -4806,13 +5169,13 @@ msgstr "Concerns all operations like VAT Accounting,..." #: include/database.item.php:238 include/database.item.php:215 #: include/database.item.php:216 include/database.item.php:219 #: include/database.item.php:239 include/database.item.php:217 -#: include/database.item.php:244 +#: include/database.item.php:244 include/database.item.php:225 msgid "Concerne toutes les ventes, notes de crédit envoyées" msgstr "Relates to all sales, credit notes sent" #: include/database.item.php:10 include/database.item.php:13 #: include/database.item.php:15 include/database.item.php:18 -#: include/database.item.php:12 +#: include/database.item.php:12 include/database.item.php:11 msgid "Config. Menu" msgstr "Config. Menu" @@ -4826,14 +5189,14 @@ msgstr "Config. category of documents" #: include/database.item.php:8 include/database.item.php:11 #: include/database.item.php:13 include/database.item.php:16 -#: include/database.item.php:10 +#: include/database.item.php:10 include/database.item.php:9 msgid "Config. de la tva" msgstr "VAT setting" #: include/database.item.php:121 include/database.item.php:124 #: include/database.item.php:130 include/database.item.php:126 #: include/database.item.php:125 include/database.item.php:129 -#: include/database.item.php:123 +#: include/database.item.php:123 include/database.item.php:122 msgid "Config. des méthodes de paiement" msgstr "Payment method configuration" @@ -4847,6 +5210,7 @@ msgstr "Config. Chart of Accounts" #: include/database.item.php:87 include/database.item.php:90 #: include/database.item.php:95 include/database.item.php:92 #: include/database.item.php:91 include/database.item.php:89 +#: include/database.item.php:88 msgid "Config. modèle de document" msgstr "Of paper template parameters" @@ -4860,18 +5224,21 @@ msgstr "Config accountancy" #: html/admin/setup.php:236 html/admin/setup.php:254 html/admin/setup.php:256 #: html/install.php:320 html/install.php:319 html/install.php:317 #: html/install.php:323 html/install.php:329 html/install.php:280 -#: html/install.php:287 html/install.php:290 +#: html/install.php:287 html/install.php:290 html/install.php:339 +#: html/install.php:345 msgid "Configuration" msgstr "Setting" #: include/database.item.php:109 include/database.item.php:112 #: include/database.item.php:118 include/database.item.php:115 #: include/database.item.php:114 include/database.item.php:110 +#: include/database.item.php:111 msgid "Configuration de catégorie de fiches" msgstr "Configuration category pages" #: include/database.item.php:94 include/database.item.php:97 #: include/database.item.php:91 include/database.item.php:89 +#: include/database.item.php:90 msgid "" "Configuration de la sécurité, vous permet de donner un profil à vos " "utilisateurs, cela leur permettra d'utiliser ce que vous souhaitez qu'ils " @@ -4880,42 +5247,46 @@ msgstr "" "Setting of the security , let you give a profile to your user , so they will " "be able to access the menu you decided" -#: include/database.item.php:139 +#: include/database.item.php:139 include/database.item.php:138 msgid "Configuration des devises" msgstr "Configuration currency" #: include/database.item.php:106 include/database.item.php:109 #: include/database.item.php:115 include/database.item.php:112 #: include/database.item.php:111 include/database.item.php:107 +#: include/database.item.php:108 msgid "Configuration des dépôts" msgstr "Repository configuration" #: include/database.item.php:112 include/database.item.php:115 #: include/database.item.php:109 include/database.item.php:107 +#: include/database.item.php:108 msgid "Configuration des entrepots de dépôts" msgstr "Repository configuration" #: include/database.item.php:88 include/database.item.php:91 #: include/database.item.php:96 include/database.item.php:93 #: include/database.item.php:92 include/database.item.php:90 +#: include/database.item.php:89 msgid "Configuration des journaux" msgstr "Ledger setting" #: include/database.item.php:10 include/database.item.php:13 #: include/database.item.php:15 include/database.item.php:18 -#: include/database.item.php:12 +#: include/database.item.php:12 include/database.item.php:11 msgid "Configuration des menus et plugins" msgstr "Setting menus and plugins" #: include/database.item.php:126 include/database.item.php:129 #: include/database.item.php:135 include/database.item.php:131 #: include/database.item.php:130 include/database.item.php:134 -#: include/database.item.php:128 +#: include/database.item.php:128 include/database.item.php:127 msgid "Configuration des menus par défaut" msgstr "Configuring default menu" #: include/database.item.php:131 include/database.item.php:134 #: include/database.item.php:128 include/database.item.php:126 +#: include/database.item.php:127 msgid "" "Configuration des menus par défaut, ces menus sont appelés par des actions " "dans d'autres menus" @@ -4923,6 +5294,7 @@ msgstr "Configuration of default menu, called from other action" #: include/database.item.php:126 include/database.item.php:129 #: include/database.item.php:123 include/database.item.php:121 +#: include/database.item.php:122 msgid "" "Configuration des moyens de paiements que vous voulez utiliser dans les " "journaux de type VEN ou ACH, les moyens de paiement permettent de générer " @@ -4934,6 +5306,7 @@ msgstr "" #: include/database.item.php:81 include/database.item.php:84 #: include/database.item.php:78 include/database.item.php:76 +#: include/database.item.php:77 msgid "" "Configuration des profils des utilisateurs, permet de fixer les journaux, " "profils dans les documents et stock que ce profil peut utiliser. Cela " @@ -4951,6 +5324,7 @@ msgstr "Configuration tags" #: include/database.item.php:85 include/database.item.php:88 #: include/database.item.php:82 include/database.item.php:80 +#: include/database.item.php:81 msgid "" "Configuration des tags ou dossiers, on l'appele tag ou dossier suivant la " "façon dont vous utilisez \n" @@ -4966,6 +5340,7 @@ msgstr "Setting SYNDICAT plugin" #: include/database.item.php:106 include/database.item.php:109 #: include/database.item.php:115 include/database.item.php:112 #: include/database.item.php:111 include/database.item.php:107 +#: include/database.item.php:108 msgid "Configuration dépôts" msgstr "Warehouse configuration" @@ -4976,6 +5351,7 @@ msgstr "Configuration and parameter" #: include/database.item.php:4 include/database.item.php:144 #: include/database.item.php:140 include/database.item.php:139 #: include/database.item.php:132 include/database.item.php:130 +#: include/database.item.php:131 msgid "Configuration extension" msgstr "Configuration plugin" @@ -5004,7 +5380,8 @@ msgstr "Confirm" #: include/compta_fin.inc.php:83 include/compta_fin.inc.php:84 #: include/operation_ods_confirm.inc.php:78 include/ext/importbank/ajax.php:232 #: include/ext/importbank/ajax.php:237 include/ext/importbank/ajax.php:238 -#: include/operation_ods_confirm.inc.php:89 +#: include/operation_ods_confirm.inc.php:89 include/user_detail.inc.php:197 +#: include/user_detail.inc.php:218 msgid "Confirmer" msgstr "To confirm" @@ -5051,7 +5428,8 @@ msgstr "You are not an administrator" #: html/install.php:635 html/install.php:656 html/install.php:657 #: html/install.php:683 html/install.php:676 html/install.php:655 #: html/install.php:682 html/install.php:617 html/install.php:644 -#: html/install.php:607 html/install.php:614 +#: html/install.php:607 html/install.php:614 html/install.php:667 +#: html/install.php:673 msgid "Connectez-vous à NOALYSS" msgstr "Connect to NOALYSS" @@ -5063,9 +5441,14 @@ msgstr "Connect to NOALYSS" #: include/database.item.php:57 include/category_card.inc.php:75 #: include/database.item.php:60 include/database.item.php:52 #: include/category_card.inc.php:77 include/database.item.php:53 +#: include/template/detail-action.php:50 msgid "Contact" msgstr "Contact" +#: include/template/action_document_type_mtable_input.php:86 +msgid "Contacts multiples" +msgstr "Multiple contacts" + #: include/class/acc_plan_mtable.class.php:57 #: include/class/acc_plan_mtable.class.php:63 msgid "Contexte" @@ -5078,7 +5461,8 @@ msgstr "Context" #: html/install.php:300 html/install.php:264 html/install.php:306 #: html/install.php:215 html/install.php:257 include/opening.inc.php:140 #: include/opening.inc.php:174 html/install.php:222 html/install.php:225 -#: html/install.php:267 +#: html/install.php:267 html/install.php:272 html/install.php:315 +#: html/install.php:278 html/install.php:321 msgid "Continuer" msgstr "Continue" @@ -5166,35 +5550,40 @@ msgstr "Correcting accounting entry" #: include/compta_ven.inc.php:119 include/compta_ach.inc.php:115 #: include/compta_ven.inc.php:123 include/operation_ods_confirm.inc.php:90 #: include/compta_ven.inc.php:121 include/compta_ach.inc.php:113 +#: include/compta_ach.inc.php:112 msgid "Corriger" msgstr "Correct" +#: include/template/tag_detail.php:29 +msgid "Couleur" +msgstr "Color" + #: include/database.item.php:172 include/database.item.php:175 #: include/database.item.php:207 include/database.item.php:204 #: include/database.item.php:177 include/database.item.php:178 #: include/database.item.php:181 include/database.item.php:189 -#: include/database.item.php:194 +#: include/database.item.php:194 include/database.item.php:187 msgid "Courrier" msgstr "Email" #: include/dossier.inc.php:286 include/dossier.inc.php:283 #: include/dossier.inc.php:305 include/dossier.inc.php:341 #: include/dossier.inc.php:342 include/dossier.inc.php:358 -#: include/dossier.inc.php:363 +#: include/dossier.inc.php:363 include/dossier.inc.php:366 msgid "Creation Dossier" msgstr "Folder Creation" #: html/admin/setup.php:497 html/install.php:561 html/install.php:560 #: html/install.php:558 html/install.php:569 html/install.php:567 #: html/install.php:529 html/install.php:513 html/install.php:519 -#: html/install.php:522 +#: html/install.php:522 html/install.php:572 html/install.php:578 msgid "Creation of Modele 1" msgstr "Creation template 1" #: html/admin/setup.php:510 html/install.php:574 html/install.php:573 #: html/install.php:571 html/install.php:582 html/install.php:580 #: html/install.php:542 html/install.php:532 html/install.php:538 -#: html/install.php:541 +#: html/install.php:541 html/install.php:591 html/install.php:597 msgid "Creation of Modele 2" msgstr "Creation template 2" @@ -5208,7 +5597,9 @@ msgstr "Creation template 2" #: include/ext/tools/include/anc_grandlivre_ext.class.php:127 #: include/export/export_poste_detail_pdf.php:104 #: include/ajax/ajax_display_letter.php:123 include/fiche.inc.php:580 -#: include/fiche.inc.php:589 +#: include/fiche.inc.php:589 include/fiche.inc.php:602 +#: include/ajax/ajax_display_letter.php:141 +#: include/export/export_poste_detail_pdf.php:105 msgid "Credit" msgstr "Credit" @@ -5240,6 +5631,10 @@ msgstr "Automatic Creation of the accounting entry if only single" msgid "Création d'avis et annonces pour les trésoriers" msgstr "Create announces from the treasurer" +#: include/template/action_document_type_mtable_input.php:94 +msgid "Création de facture" +msgstr "Create an invoice" + #: include/ext/tva/class_ext_tva.php:340 include/ext/tva/ext_tva.class.php:340 #: include/ext/tva/ext_tva.class.php:341 msgid "Création de l'écriture comptable" @@ -5247,7 +5642,7 @@ msgstr "Creating the accounting entry" #: include/database.item.php:13 include/database.item.php:16 #: include/database.item.php:18 include/database.item.php:21 -#: include/database.item.php:15 +#: include/database.item.php:15 include/database.item.php:14 msgid "Création de rapport" msgstr "Create a report" @@ -5257,6 +5652,7 @@ msgstr "Create advanced report" #: include/database.item.php:18 include/database.item.php:21 #: include/database.item.php:15 include/database.item.php:13 +#: include/database.item.php:14 msgid "" "Création de rapport sur mesure, comme les ratios, vous permet de créer des " "graphiques de vos données (vente, achat...)" @@ -5277,6 +5673,7 @@ msgstr "Creation statement for distance call" #: include/database.item.php:93 include/database.item.php:96 #: include/database.item.php:90 include/database.item.php:88 +#: include/database.item.php:89 msgid "" "Création et modification des journaux, préfixe des pièces justificatives, " "numérotation, catégories de fiches accessibles à ce journal" @@ -5288,6 +5685,7 @@ msgstr "" #: include/database.item.php:211 include/database.item.php:188 #: include/database.item.php:189 include/database.item.php:192 #: include/database.item.php:203 include/database.item.php:208 +#: include/database.item.php:198 msgid "Création, modification et effacement de fiche" msgstr "Creation, modification and deletion of record" @@ -5380,7 +5778,17 @@ msgstr "Credit" #: include/class/fiche.class.php:1480 #: include/class/pdfbalance_simple.class.php:57 #: include/class/acc_ledger_history_generic.class.php:775 -#: include/class/acc_ledger.class.php:630 +#: include/class/acc_ledger.class.php:630 include/fiche.inc.php:419 +#: include/class/fiche.class.php:1507 +#: include/class/acc_account_ledger.class.php:392 +#: include/class/acc_ledger_history_generic.class.php:776 +#: include/class/anc_grandlivre.class.php:234 +#: include/export/export_balance_csv.php:79 +#: include/template/ledger_detail_bottom.php:97 +#: include/operation_ods_new.inc.php:86 +#: include/class/anc_grandlivre.class.php:235 +#: include/export/export_poste_detail_pdf.php:251 +#: include/template/ledger_detail_bottom.php:98 msgid "Crédit" msgstr "Credit" @@ -5393,12 +5801,14 @@ msgid "Créditeur" msgstr "Credit" #: include/user.inc.php:84 include/user.inc.php:85 include/user.inc.php:87 +#: include/user.inc.php:89 msgid "Créer Utilisateur" msgstr "Add users" #: include/database.item.php:219 include/database.item.php:196 #: include/database.item.php:197 include/database.item.php:200 #: include/database.item.php:211 include/database.item.php:216 +#: include/database.item.php:206 msgid "Créer une note publique" msgstr "Add a new public note" @@ -5489,13 +5899,22 @@ msgstr "Add a new public note" #: include/class/follow_up.class.php:297 include/category_card.inc.php:162 #: include/class/acc_ledger.class.php:2436 include/fiche.inc.php:116 #: include/class/acc_ledger.class.php:2445 -#: include/class/acc_ledger.class.php:2476 +#: include/class/acc_ledger.class.php:2476 include/fiche.inc.php:241 +#: include/class/pre_op_ach.class.php:177 +#: include/class/pre_op_ach.class.php:184 include/class/follow_up.class.php:304 +#: include/class/pre_op_ven.class.php:173 +#: include/class/pre_op_ven.class.php:180 +#: include/class/acc_ledger.class.php:2505 +#: include/class/pre_op_advanced.class.php:177 include/bank.inc.php:125 +#: include/supplier.inc.php:130 include/contact.inc.php:131 +#: include/customer.inc.php:128 include/class/follow_up.class.php:306 msgid "Créer une nouvelle fiche" msgstr "Add a new card" #: html/install.php:264 html/install.php:263 html/install.php:261 #: html/install.php:266 html/install.php:272 html/install.php:223 -#: html/install.php:230 html/install.php:233 +#: html/install.php:230 html/install.php:233 html/install.php:280 +#: html/install.php:286 #, php-format msgid "Créez ce fichier %s avec les informations suivantes " msgstr "Create this file %s with the following informations" @@ -5505,6 +5924,7 @@ msgstr "Create this file %s with the following informations" #: include/ext/invoicing/include/acc_ledger_sold_generate.class.php:118 #: include/export/export_poste_detail_pdf.php:182 #: include/ext/invoicing/include/acc_ledger_sold_generate.class.php:119 +#: include/export/export_poste_detail_pdf.php:183 msgid "D" msgstr "D" @@ -5522,7 +5942,7 @@ msgstr "D" #: include/class/anc_listing.class.php:85 #: include/class/pdf_operation.class.php:250 #: include/class/anc_listing.class.php:87 -#: include/class/pdfbalance_simple.class.php:59 +#: include/class/pdfbalance_simple.class.php:59 include/fiche.inc.php:421 msgid "D/C" msgstr "D / C" @@ -5542,6 +5962,7 @@ msgstr "DIFF" #: include/class/acc_ledger_history_purchase.class.php:257 #: include/class/acc_ledger_history_purchase.class.php:258 #: include/class/acc_ledger_history_purchase.class.php:262 +#: include/class/acc_ledger_history_purchase.class.php:273 msgid "DNA" msgstr "Unallowed fee" @@ -5558,6 +5979,7 @@ msgstr "Unallowed fee" #: include/class/acc_ledger.class.php:2770 #: include/class/acc_ledger.class.php:2779 #: include/class/acc_ledger.class.php:2818 +#: include/class/acc_ledger.class.php:2842 msgid "Dans le dépôt" msgstr "In the warehouse" @@ -5566,6 +5988,7 @@ msgid "Dans le journal" msgstr "In the ledger" #: include/lib/database_core.class.php:464 +#: include/lib/database_core.class.php:467 msgid "Database:get_row retourne trop de lignes" msgstr "Database::get_row returns too many rows" @@ -5790,7 +6213,38 @@ msgstr "Database::get_row returns too many rows" #: include/class/acc_ledger_sold.class.php:1406 #: include/class/acc_ledger.class.php:617 #: include/class/acc_ledger.class.php:830 -#: include/class/acc_ledger_purchase.class.php:1832 +#: include/class/acc_ledger_purchase.class.php:1832 include/fiche.inc.php:540 +#: include/class/acc_ledger_history_sale.class.php:252 +#: include/class/acc_ledger_search.class.php:724 +#: include/class/acc_ledger_search.class.php:1046 +#: include/class/acc_ledger_history_purchase.class.php:264 +#: include/class/acc_ledger.class.php:818 +#: include/class/print_ledger_misc.class.php:42 +#: include/class/fiche.class.php:1424 include/class/fiche.class.php:1499 +#: include/class/card_attribut_mtable.class.php:52 +#: include/class/acc_ledger_purchase.class.php:1418 +#: include/class/acc_ledger_purchase.class.php:1869 +#: include/class/acc_ledger_sold.class.php:690 +#: include/class/acc_ledger_sold.class.php:1391 +#: include/class/print_ledger_simple.class.php:97 +#: include/class/contact_option_ref_mtable.class.php:45 +#: include/class/acc_account_ledger.class.php:384 +#: include/class/print_ledger_detail_item.class.php:56 +#: include/class/acc_ledger_history_generic.class.php:684 +#: include/class/acc_ledger_history_generic.class.php:771 +#: include/class/anc_grandlivre.class.php:225 +#: include/ajax/ajax_display_letter.php:68 +#: include/export/export_printtva_pdf.php:47 +#: include/export/export_ledger_csv.php:227 +#: include/export/export_histo_csv.php:41 +#: include/template/form_ledger_detail.php:25 +#: include/template/detail-action.php:102 include/lib/ac_common.php:1220 +#: include/class/acc_ledger_search.class.php:747 +#: include/class/acc_ledger_search.class.php:1069 +#: include/class/anc_grandlivre.class.php:226 +#: include/export/export_poste_detail_pdf.php:93 +#: include/template/detail-action.php:104 +#: include/template/action_search_result.php:45 #, php-format msgid "Date" msgstr "Date" @@ -5819,11 +6273,16 @@ msgstr "Date Acquisition" msgid "Date DMY" msgstr "Date DMY" +#: include/class/follow_up.class.php:620 include/class/follow_up.class.php:632 +msgid "Date Doc." +msgstr "Date" + #: include/ext/sav/include/template/sas_display_detail.php:141 #: include/ajax/ajax_display_letter.php:98 #: include/ajax/ajax_display_letter.php:103 include/class/periode.class.php:517 #: include/class/periode_ledger_table.class.php:98 #: include/class/periode.class.php:519 include/class/periode.class.php:521 +#: include/class/periode.class.php:522 include/ajax/ajax_display_letter.php:119 msgid "Date Début" msgstr "Start date" @@ -5837,10 +6296,15 @@ msgstr "Start date" #: include/ajax/ajax_display_letter.php:116 include/class/periode.class.php:518 #: include/class/periode_ledger_table.class.php:99 #: include/class/periode.class.php:520 include/database.item.php:179 -#: include/class/periode.class.php:522 +#: include/class/periode.class.php:522 include/class/periode.class.php:523 +#: include/ajax/ajax_display_letter.php:134 include/database.item.php:175 msgid "Date Fin" msgstr "End Date" +#: include/class/follow_up.class.php:622 include/class/follow_up.class.php:635 +msgid "Date Limite" +msgstr "Deadline" + #: include/ext/amortis/include/class_amortissement_table_pdf.php:54 #: include/ext/amortis/include/class_amortissement_material_pdf.php:35 #: include/ext/amortis/include/class_amortissement_table_pdf.php:42 @@ -5885,6 +6349,7 @@ msgstr "Date of transaction" #: include/class/acc_ledger_purchase.class.php:270 #: include/class/acc_ledger_sold.class.php:225 #: include/class/acc_ledger_purchase.class.php:269 +#: include/class/acc_ledger_purchase.class.php:271 msgid "Date de paiement invalide" msgstr "Invalid payment date" @@ -5907,6 +6372,7 @@ msgstr "Reminder before" #: include/database.item.php:152 include/database.item.php:151 #: include/database.item.php:144 include/database.item.php:145 #: include/database.item.php:153 include/database.item.php:156 +#: include/lettering.account.inc.php:82 include/lettering.card.inc.php:78 msgid "Date début" msgstr "Start date" @@ -5937,6 +6403,8 @@ msgstr "Start date for amortization\t" #: include/class/acc_ledger.class.php:1055 #: include/class/acc_ledger.class.php:1060 #: include/class/acc_ledger.class.php:1076 +#: include/class/acc_ledger.class.php:1072 +#: include/class/acc_ledger_purchase.class.php:106 msgid "Date et periode ne correspondent pas" msgstr "Date and period do not match" @@ -5944,6 +6412,7 @@ msgstr "Date and period do not match" #: include/lettering.gestion.inc.php:34 #: include/ext/tools/include/export_operation.inc.php:33 #: include/lettering.gestion.inc.php:33 include/lettering.account.inc.php:85 +#: include/lettering.account.inc.php:86 include/lettering.card.inc.php:84 msgid "Date fin" msgstr "End date" @@ -6002,6 +6471,13 @@ msgstr "Date out of bound" #: include/class/acc_ledger.class.php:1044 #: include/class/acc_ledger.class.php:225 #: include/class/acc_ledger.class.php:1060 +#: include/class/follow_up.class.php:1646 +#: include/class/follow_up.class.php:1648 +#: include/class/acc_ledger.class.php:224 +#: include/class/acc_ledger.class.php:1052 +#: include/class/acc_ledger_purchase.class.php:91 +#: include/class/follow_up.class.php:1678 +#: include/class/follow_up.class.php:1680 msgid "Date invalide" msgstr "Invalid Date" @@ -6010,6 +6486,7 @@ msgid "Date invalide " msgstr "Invalid date" #: include/fiche.inc.php:278 include/fiche.inc.php:279 +#: include/fiche.inc.php:293 msgid "Date invalide !" msgstr "Invalid date" @@ -6019,7 +6496,7 @@ msgstr "Invalid date" #: include/compta_ven.inc.php:217 include/compta_ach.inc.php:205 #: include/compta_ods.inc.php:130 include/compta_ven.inc.php:222 #: include/compta_ods.inc.php:132 include/compta_ven.inc.php:220 -#: include/compta_ach.inc.php:203 +#: include/compta_ach.inc.php:203 include/compta_ach.inc.php:202 msgid "Date invalide, opération non extournée" msgstr "Invalid date, operation not reversed" @@ -6027,6 +6504,8 @@ msgstr "Invalid date, operation not reversed" #: include/template/detail-action.php:110 #: include/template/detail-action.php:115 #: include/template/detail-action.php:114 +#: include/template/detail-action.php:121 +#: include/template/detail-action.php:123 msgid "Date limite" msgstr "Deadline" @@ -6037,6 +6516,8 @@ msgstr "Deadline" #: include/ajax/ajax_display_letter.php:105 #: include/ajax/ajax_display_letter.php:96 #: include/ajax/ajax_display_letter.php:110 +#: include/ajax/ajax_display_letter.php:112 +#: include/ajax/ajax_display_letter.php:128 msgid "Date malformée" msgstr "Date malformed" @@ -6045,6 +6526,7 @@ msgstr "Date malformed" #: include/lettering.card.inc.php:76 include/lettering.gestion.inc.php:74 #: include/lettering.gestion.inc.php:73 include/lettering.account.inc.php:67 #: include/lettering.account.inc.php:80 include/lettering.account.inc.php:124 +#: include/lettering.account.inc.php:76 include/lettering.card.inc.php:71 msgid "Date malformée, désolé" msgstr "Wrong time sorry" @@ -6094,6 +6576,11 @@ msgstr "Date of operation" #: include/class/acc_ledger_history_sale.class.php:263 #: include/class/acc_ledger_sold.class.php:1407 #: include/class/acc_ledger_purchase.class.php:1833 +#: include/class/acc_ledger_history_sale.class.php:273 +#: include/class/acc_ledger_history_purchase.class.php:288 +#: include/class/acc_ledger_purchase.class.php:1870 +#: include/class/acc_ledger_sold.class.php:1392 +#: include/export/export_ledger_csv.php:146 msgid "Date paiement" msgstr "Payment date" @@ -6133,12 +6620,15 @@ msgstr "Date of reception" #: include/class/acc_ledger_purchase.class.php:1828 #: include/class/acc_ledger_sold.class.php:1408 #: include/class/acc_ledger_purchase.class.php:1834 +#: include/class/acc_ledger_purchase.class.php:1871 +#: include/class/acc_ledger_sold.class.php:1393 msgid "Date échéance" msgstr " Limit Date" #: include/class/acc_ledger_purchase.class.php:276 #: include/class/acc_ledger_sold.class.php:232 #: include/class/acc_ledger_purchase.class.php:275 +#: include/class/acc_ledger_purchase.class.php:277 msgid "Date échéance invalide" msgstr "Inavlid limit date" @@ -6152,7 +6642,9 @@ msgstr "Inavlid limit date" #: include/ext/tools/include/anc_grandlivre_ext.class.php:126 #: include/export/export_poste_detail_pdf.php:102 #: include/ajax/ajax_display_letter.php:122 include/fiche.inc.php:576 -#: include/fiche.inc.php:585 +#: include/fiche.inc.php:585 include/fiche.inc.php:598 +#: include/ajax/ajax_display_letter.php:140 +#: include/export/export_poste_detail_pdf.php:103 msgid "Debit" msgstr "Debit" @@ -6160,6 +6652,7 @@ msgstr "Debit" #: html/ajax_misc.php:400 html/ajax_misc.php:478 #: include/ajax/ajax_display_letter.php:114 #: include/ajax/ajax_display_letter.php:119 +#: include/ajax/ajax_display_letter.php:137 msgid "Debit / Credit" msgstr "Debit / Credit" @@ -6202,6 +6695,7 @@ msgstr "Store" #: include/ext/bilan_interne/acc_bilaninterne.class.php:274 #: include/class/acc_bilan.class.php:70 include/class/anc_print.class.php:142 #: include/balance.inc.php:77 include/impress_jrn.inc.php:132 +#: include/class/anc_print.class.php:143 msgid "Depuis" msgstr "From" @@ -6216,11 +6710,12 @@ msgstr "Last receipt number for that type of document" #: include/template/param_jrn.php:102 include/template/param_jrn.php:99 #: include/template/param_jrn.php:106 include/template/param_jrn.php:108 -#: include/template/param_jrn.php:152 +#: include/template/param_jrn.php:152 include/template/param_jrn.php:153 msgid "Dernière pièce numérotée" msgstr "Last numbered receipt" #: include/upgrade-plugin.php:105 include/upgrade-plugin.php:117 +#: include/upgrade-plugin.php:120 msgid "Dernière version installée" msgstr "Last installed version" @@ -6233,6 +6728,7 @@ msgstr "Last entries" #: html/ajax_misc.php:196 html/ajax_misc.php:274 html/ajax_misc.php:279 #: html/ajax_misc.php:307 html/ajax_misc.php:399 html/ajax_misc.php:401 #: html/ajax_misc.php:407 html/ajax_misc.php:409 html/ajax_misc.php:413 +#: include/class/action_document_type_mtable.class.php:149 msgid "Des actions dépendent de cette catégorie" msgstr "Event depends on this category" @@ -6413,6 +6909,33 @@ msgstr "Event depends on this category" #: include/class/print_ledger_simple.class.php:108 #: include/template/param_jrn.php:129 include/modele.inc.php:249 #: include/modele.inc.php:363 include/database.item.php:160 +#: include/class/acc_ledger_search.class.php:740 +#: include/class/acc_ledger_search.class.php:1049 +#: include/class/acc_ledger_search.class.php:1194 +#: include/class/operation_predef_mtable.class.php:54 +#: include/class/fiche.class.php:1425 include/class/fiche.class.php:1504 +#: include/class/anc_plan.class.php:139 include/class/anc_plan.class.php:155 +#: include/class/print_ledger_simple.class.php:105 +#: include/class/user.class.php:994 +#: include/class/acc_account_ledger.class.php:389 +#: include/export/export_histo_csv.php:47 +#: include/template/follow_up_detail_display.php:51 +#: include/template/tag_select.php:25 include/template/detail-action.php:260 +#: include/template/detail-action.php:280 +#: include/template/detail-action.php:287 +#: include/template/detail-action.php:330 +#: include/template/detail-action.php:486 +#: include/template/tag_search_select.php:24 include/template/tag_list.php:16 +#: include/template/param_jrn.php:130 +#: include/template/newEmptyPHP_NOALYSS.php:36 +#: include/template/card_multiple_result.php:20 include/lib/ac_common.php:1223 +#: include/upgrade-plugin.php:65 include/class/acc_ledger_search.class.php:763 +#: include/class/acc_ledger_search.class.php:1072 +#: include/class/acc_ledger_search.class.php:1217 +#: include/template/detail-action.php:284 +#: include/template/detail-action.php:291 +#: include/template/detail-action.php:499 include/template/tag_detail.php:26 +#: include/dossier.inc.php:231 include/dossier.inc.php:345 msgid "Description" msgstr "Description" @@ -6422,6 +6945,9 @@ msgstr "Description" #: include/class/pre_operation.class.php:63 #: include/ajax/ajax_mod_predf_op.php:43 #: include/class/pre_operation.class.php:64 +#: include/class/pre_operation.class.php:74 +#: include/ajax/ajax_mod_predf_op.php:56 +#: include/template/pre_operation_display.php:34 msgid "Description (max 50 car.)" msgstr "Description" @@ -6434,16 +6960,25 @@ msgstr "Description" #: include/class_anc_key.php:336 include/class_anc_key.php:338 #: include/class/class_anc_key.php:339 include/class/class_anc_key.php:340 #: include/class/class_anc_key.php:341 include/class/anc_key.class.php:350 +#: include/class/anc_key.class.php:351 msgid "Description de la nouvelle clef" msgstr "Description of the new key" +#: include/template/action_document_type_mtable_input.php:105 +msgid "Description modifiable" +msgstr "Editable description" + +#: include/class/card_attribut_mtable.class.php:176 +msgid "Description ne peut pas être vide" +msgstr "The description can not be empty" + #: include/ext/sav/include/template/sas_display_detail.php:188 msgid "Description panne" msgstr "Description" #: include/dossier.inc.php:76 include/dossier.inc.php:97 #: include/dossier.inc.php:103 include/dossier.inc.php:106 -#: include/dossier.inc.php:111 +#: include/dossier.inc.php:111 include/dossier.inc.php:113 msgid "" "Desole la creation de ce dossier a echoue,\n" " la cause la plus probable est deux fois le même nom de dossier" @@ -6451,6 +6986,10 @@ msgstr "" "Sorry the folder creation failed,\n" " it is likely due to a duplicate name" +#: include/class/follow_up.class.php:626 include/class/follow_up.class.php:643 +msgid "Dest/Exp" +msgstr "Recipient" + #: include/template/action_search.php:94 include/template/detail-action.php:65 #: include/template/action_search_result.php:53 #: include/template/detail-action.php:125 include/template/detail-action.php:40 @@ -6461,6 +7000,8 @@ msgstr "" #: include/template/action_search.php:51 #: include/template/action_display_short.php:97 #: include/template/action_search.php:47 include/template/action_show.php:39 +#: include/template/detail-action.php:41 +#: include/template/action_search_result.php:54 msgid "Destinataire" msgstr "Recipient" @@ -6469,7 +7010,7 @@ msgstr "Recipient" msgid "Destinataire invalide" msgstr "Invalid recipient" -#: include/database.item.php:139 +#: include/database.item.php:139 include/database.item.php:138 msgid "Devises" msgstr "Currency" @@ -6504,6 +7045,7 @@ msgstr "Cumulated diff" #: include/ext/coprop/include/coprop_appel_fond.class.php:252 #: include/operation_ods_new.inc.php:86 #: include/class/acc_ledger_fin.class.php:645 +#: include/operation_ods_new.inc.php:87 msgid "Difference" msgstr "Difference" @@ -6545,6 +7087,7 @@ msgstr "" "h2>" #: include/compta_fin_rec.inc.php:299 include/compta_fin_rec.inc.php:300 +#: include/compta_fin_rec.inc.php:341 msgid "Différence relevé" msgstr "Difference" @@ -6580,6 +7123,7 @@ msgstr "Available in the ledgers" #: include/database.item.php:190 include/database.item.php:180 #: include/database.item.php:181 include/database.item.php:184 #: include/database.item.php:77 include/database.item.php:197 +#: include/database.item.php:76 msgid "Divers" msgstr "Miscelleanous" @@ -6615,7 +7159,11 @@ msgstr "Miscelleanous" #: include/class/acc_ledger_search.class.php:696 #: include/class/acc_ledger_search.class.php:709 include/compta_ven.inc.php:186 #: include/ajax/ajax_ledger.php:323 include/ajax/ajax_ledger.php:352 -#: include/compta_ach.inc.php:174 +#: include/compta_ach.inc.php:174 include/class/document.class.php:177 +#: include/class/acc_ledger_search.class.php:795 include/compta_ach.inc.php:173 +#: include/template/ledger_detail_bottom.php:44 include/database.item.php:88 +#: include/class/acc_ledger_search.class.php:818 +#: include/ajax/ajax_ledger.php:324 include/ajax/ajax_ledger.php:353 msgid "Document" msgstr "Document" @@ -6624,13 +7172,14 @@ msgstr "Document" #: include/database.item.php:192 include/database.item.php:172 #: include/database.item.php:173 include/database.item.php:176 #: include/database.item.php:184 include/database.item.php:189 +#: include/database.item.php:182 msgid "Document Interne" msgstr "Internal Document" #: include/database.item.php:120 include/database.item.php:123 #: include/database.item.php:129 include/database.item.php:125 #: include/database.item.php:124 include/database.item.php:128 -#: include/database.item.php:122 +#: include/database.item.php:122 include/database.item.php:121 msgid "Document de suivi sous forme de liste" msgstr "Consignment as list" @@ -6664,6 +7213,7 @@ msgstr "Document generated only if the payment method is set" #: include/template/detail-action.php:377 #: include/template/detail-action.php:379 #: include/ext/invoicing/include/invoicing.inc.php:100 +#: include/template/detail-action.php:411 msgid "Document à générer" msgstr "Document to generate" @@ -6701,6 +7251,7 @@ msgstr "Give a name to this template of import" #: include/class_pre_operation.php:56 include/class/class_pre_operation.php:56 #: include/class/pre_operation.class.php:56 #: include/class/pre_operation.class.php:57 +#: include/class/pre_operation.class.php:67 msgid "Donnez un nom pour sauver cette opération comme modèle" msgstr "Give a name to save this operation as a template" @@ -6750,6 +7301,10 @@ msgid "Donnez une partie du quickcode, nom, description... pour filtrer" msgstr "" "Give the name of the quickcode, name or firstname, VAT Number ... to filter" +#: include/lib/manage_table_sql.class.php:1107 +msgid "Donnée" +msgstr "Data" + #: include/action.common.inc.php:99 include/ajax/ajax_ledger.php:152 #: include/ajax/ajax_remove_submenu.php:29 include/ext/importbank/index.php:146 #: include/ext/importbank/include/class_import_bank.php:473 @@ -6765,6 +7320,8 @@ msgstr "" #: include/ext/importbank/include/import_bank.class.php:463 #: include/ext/importbank/include/import_bank.class.php:484 #: include/modele.inc.php:412 include/modele.inc.php:413 +#: include/class/acc_ledger_history.class.php:85 +#: include/compta_fin_rec.inc.php:152 include/compta_fin_rec.inc.php:159 msgid "Donnée invalide" msgstr "Invalid data" @@ -6784,6 +7341,11 @@ msgstr "Info" msgid "Données invalides" msgstr "Invalid data" +#: include/class/tax_summary.class.php:137 +#: include/class/tax_summary.class.php:154 +msgid "Données manquantes" +msgstr "Invalid data" + #: include/ac_common.php:782 include/ac_common.php:783 #: include/ac_common.php:784 include/ac_common.php:792 #: include/ac_common.php:793 include/ac_common.php:803 @@ -6792,19 +7354,21 @@ msgstr "Invalid data" #: include/lib/ac_common.php:812 include/lib/ac_common.php:823 #: include/lib/ac_common.php:824 include/lib/ac_common.php:836 #: include/lib/ac_common.php:838 include/lib/ac_common.php:854 +#: include/lib/ac_common.php:864 msgid "Données non disponibles" msgstr "No data available" #: include/user.inc.php:124 include/restore.inc.php:219 #: include/user.inc.php:125 include/restore.inc.php:220 #: include/restore.inc.php:221 include/restore.inc.php:222 -#: include/user.inc.php:127 +#: include/user.inc.php:127 include/user.inc.php:129 msgid "Dossier" msgstr "Folders" #: include/dossier.inc.php:150 include/dossier.inc.php:170 #: include/dossier.inc.php:204 include/dossier.inc.php:205 #: include/dossier.inc.php:208 include/dossier.inc.php:213 +#: include/dossier.inc.php:216 msgid "Dossier Management" msgstr "Folder Management" @@ -6815,7 +7379,8 @@ msgstr "Folder Management" #: include/dossier.inc.php:268 include/upgrade.inc.php:78 #: include/upgrade.inc.php:79 include/dossier.inc.php:271 #: include/dossier.inc.php:276 include/upgrade.inc.php:80 -#: include/class/dossier.class.php:379 +#: include/class/dossier.class.php:379 include/class/dossier.class.php:385 +#: include/dossier.inc.php:279 msgid "Dossier inexistant" msgstr "Folder does not exist" @@ -6827,11 +7392,13 @@ msgstr "Invalid folder" #: include/class_user.php:932 include/class_user.php:933 #: include/class/class_user.php:933 include/class/class_user.php:921 #: include/class/user.class.php:921 include/class/user.class.php:945 +#: include/class/user.class.php:948 msgid "Dossier non accessible" msgstr "Folder not available" #: include/user_menu.php:111 include/lib/user_menu.php:117 #: include/lib/user_menu.php:118 include/lib/user_menu.php:75 +#: include/lib/user_menu.php:74 msgid "Dossiers" msgstr "Folders" @@ -6870,15 +7437,26 @@ msgstr "Staffing" #: include/class/acc_ledger_sold.class.php:80 #: include/class/acc_ledger.class.php:1039 #: include/class/acc_ledger.class.php:1055 +#: include/class/acc_ledger.class.php:1047 +#: include/class/acc_ledger_purchase.class.php:82 msgid "Double Encodage" msgstr "Double entries" #: include/cfgfiche.inc.php:143 include/profile.inc.php:355 #: include/cfgfiche.inc.php:158 include/profile.inc.php:336 #: include/cfgfiche.inc.php:159 +#: include/class/card_attribut_mtable.class.php:169 msgid "Doublon" msgstr "Duplicate" +#: include/class/action_document_type_mtable.class.php:118 +msgid "Doublon, ce nom existe déjà " +msgstr "This name is already used" + +#: include/class/action_document_type_mtable.class.php:125 +msgid "Doublon, ce préfixe existe déjà " +msgstr "This accounting already exists" + #: scenario/package_repository.test.php:71 msgid "Download core" msgstr "Download core" @@ -6893,14 +7471,25 @@ msgstr "From %s to %s" #: include/ext/import_account/include/class_impacc_tva.php:76 #: include/ext/import_account/include/impacc_tva.class.php:64 #: include/ext/import_account/include/impacc_tva.class.php:76 +#: include/template/ledger_detail_bottom.php:354 +#: include/template/ledger_detail_bottom.php:371 msgid "Duplicate" msgstr "Duplicate" +#: include/class/acc_operation.class.php:798 +msgid "Dupliquer" +msgstr "Duplicate" + +#: include/ajax/ajax_ledger.php:589 include/ajax/ajax_ledger.php:590 +msgid "Dupliquer une opération" +msgstr "Duplicate an operation" + #: include/database.item.php:132 include/database.item.php:135 #: include/database.item.php:175 include/database.item.php:179 #: include/database.item.php:178 include/database.item.php:137 #: include/database.item.php:138 include/database.item.php:139 #: include/database.item.php:144 include/database.item.php:149 +#: include/database.item.php:145 msgid "Durée Amortissement" msgstr "Amortization term" @@ -6993,7 +7582,19 @@ msgstr "Amortization term" #: include/class/pdfbalance_simple.class.php:56 #: include/class/acc_ledger_history_generic.class.php:774 #: include/class/acc_ledger.class.php:629 -#: include/class/acc_ledger.class.php:905 +#: include/class/acc_ledger.class.php:905 include/fiche.inc.php:418 +#: include/class/anc_group_operation.class.php:138 +#: include/class/acc_ledger.class.php:893 include/class/fiche.class.php:1506 +#: include/class/acc_account_ledger.class.php:391 +#: include/class/pre_op_advanced.class.php:202 +#: include/class/acc_ledger_history_generic.class.php:775 +#: include/class/anc_grandlivre.class.php:233 +#: include/export/export_balance_csv.php:79 +#: include/template/ledger_detail_bottom.php:96 +#: include/operation_ods_new.inc.php:85 +#: include/class/anc_grandlivre.class.php:234 +#: include/export/export_poste_detail_pdf.php:248 +#: include/template/ledger_detail_bottom.php:97 msgid "Débit" msgstr "Debit" @@ -7010,7 +7611,7 @@ msgstr "Debit or credit" #: include/class/class_fiche.php:1235 include/class/class_fiche.php:1238 #: include/class/fiche.class.php:1382 include/class/fiche.class.php:1383 #: include/class/fiche.class.php:1385 include/class/fiche.class.php:1399 -#: include/class/fiche.class.php:1400 +#: include/class/fiche.class.php:1400 include/class/fiche.class.php:1427 msgid "Débit/Crédit" msgstr "Debit or credit" @@ -7019,7 +7620,8 @@ msgid "Débiteur" msgstr "Debit" #: include/class/periode.class.php:649 include/class/periode.class.php:651 -#: include/class/periode.class.php:653 +#: include/class/periode.class.php:653 include/class/periode.class.php:654 +#: include/class/periode.class.php:655 msgid "Décembre" msgstr "December" @@ -7061,6 +7663,7 @@ msgstr "Logout" #: include/database.item.php:104 include/database.item.php:107 #: include/database.item.php:101 include/database.item.php:99 +#: include/database.item.php:103 msgid "Déconnexion " msgstr "Disconnect" @@ -7087,6 +7690,8 @@ msgstr "Disconnect" #: include/class/acc_ledger_sold.class.php:944 #: include/class/acc_ledger_purchase.class.php:1702 #: include/class/acc_ledger_sold.class.php:946 +#: include/class/acc_ledger_purchase.class.php:1724 +#: include/class/acc_ledger_sold.class.php:950 msgid "Déduction acompte " msgstr "Amount already paid" @@ -7129,6 +7734,9 @@ msgstr "Delimiter " #: include/class/acc_ledger_purchase.class.php:1438 #: include/class/acc_ledger_sold.class.php:719 #: include/class/acc_ledger_purchase.class.php:1441 +#: include/class/acc_ledger_purchase.class.php:1452 +#: include/class/acc_ledger_sold.class.php:722 +#: include/template/form_ledger_detail.php:75 msgid "Dénomination" msgstr "Name" @@ -7138,6 +7746,8 @@ msgid "Dépend" msgstr "Depending on" #: include/template/detail-action.php:168 +#: include/template/detail-action.php:175 +#: include/template/detail-action.php:177 msgid "Dépendant" msgstr "Depending on" @@ -7160,6 +7770,7 @@ msgstr "Purchase" #: include/database.item.php:183 include/database.item.php:142 #: include/database.item.php:143 include/database.item.php:144 #: include/database.item.php:149 include/database.item.php:154 +#: include/database.item.php:150 msgid "Dépense charge du grant (partie privé) " msgstr "Expenditure charged to the grant (private party)" @@ -7168,7 +7779,7 @@ msgid "Dépense charge du gérant (partie privé) " msgstr "Expense charged to the grant (private part)" #: include/template/fiche_list.php:89 include/template/fiche_list.php:91 -#: include/template/fiche_list.php:93 +#: include/template/fiche_list.php:93 include/template/fiche_list.php:98 msgid "Déplacer la sélection vers" msgstr "Move selection to" @@ -7184,11 +7795,12 @@ msgstr "Warehouse" #: include/compta_ven.inc.php:92 include/compta_ach.inc.php:86 #: include/compta_ven.inc.php:95 include/compta_ach.inc.php:88 #: include/compta_ach.inc.php:90 include/compta_ven.inc.php:97 +#: include/compta_ach.inc.php:87 msgid "Dépôt" msgstr "Warehouse" #: include/ajax_get_profile.php:123 include/ajax/ajax_get_profile.php:123 -#: include/ajax/ajax_get_profile.php:129 +#: include/ajax/ajax_get_profile.php:129 include/ajax/ajax_get_profile.php:128 msgid "Dépôt de stock accessible" msgstr "Repository not available" @@ -7205,7 +7817,7 @@ msgstr "Warehouse" #: html/admin/setup.php:75 html/admin/setup.php:78 html/admin/setup.php:129 #: html/install.php:131 html/install.php:130 html/install.php:136 -#: html/install.php:143 +#: html/install.php:143 html/install.php:156 html/install.php:160 msgid "Désactiver le changement de langue (requis pour MacOSX)" msgstr "Deactivate the language support" @@ -7213,6 +7825,7 @@ msgstr "Deactivate the language support" #: include/class/acc_ledger.class.php:2275 #: include/class/acc_ledger.class.php:2284 #: include/class/acc_ledger.class.php:2300 +#: include/class/acc_ledger.class.php:2319 msgid "Désactivé" msgstr "Deactivated" @@ -7234,7 +7847,7 @@ msgstr "Sorry no data found" #: html/ajax_ledger.php:223 html/ajax_ledger.php:225 #: include/ajax/ajax_ledger.php:202 include/ajax/ajax_ledger.php:205 #: include/ajax/ajax_ledger.php:207 include/ajax/ajax_ledger.php:211 -#: include/ajax/ajax_ledger.php:212 +#: include/ajax/ajax_ledger.php:212 include/ajax/ajax_ledger.php:213 msgid "Désolé il y a une erreur" msgstr "Sorry there was an error" @@ -7261,9 +7874,14 @@ msgstr "Sorry , you are in strict mode , you cannot use this plugin" #: include/class/fiche.class.php:838 include/class/fiche.class.php:840 #: include/class/fiche.class.php:843 include/class/fiche.class.php:844 +#: include/class/fiche.class.php:871 msgid "Désolé, il y a trop de virgule dans le poste comptable " msgstr "Sorry too many coma in the accounting" +#: include/dossier.inc.php:386 +msgid "Désolé, le code est invalide" +msgstr "Invalid code" + #: include/lib/message_javascript.php:85 include/lib/message_javascript.php:87 msgid "Désolé, les montants pour la comptabilité analytique sont incorrects" msgstr "Sorry amount for analytic account are incorrect" @@ -7307,6 +7925,7 @@ msgstr "Sorry another event must be saved first" #: include/stock_inv_histo.inc.php:107 #: include/ajax/ajax_anc_detail_operation.php:44 #: include/class/pdf_operation.class.php:405 +#: include/template/action_document_type_mtable_input.php:66 msgid "Détail" msgstr "Detail" @@ -7354,6 +7973,9 @@ msgstr "Details item" #: include/class/acc_ledger_purchase.class.php:1433 #: include/class/acc_ledger_purchase.class.php:1008 #: include/class/acc_ledger_purchase.class.php:1436 +#: include/class/pre_op_ach.class.php:263 +#: include/class/acc_ledger_purchase.class.php:1019 +#: include/class/acc_ledger_purchase.class.php:1447 msgid "Détail articles achetés" msgstr "Detail items" @@ -7380,6 +8002,9 @@ msgstr "Detail items" #: include/class/acc_ledger_sold.class.php:714 #: include/class/acc_ledger_sold.class.php:1206 #: include/class/acc_ledger_sold.class.php:1215 +#: include/class/pre_op_ven.class.php:261 +#: include/class/acc_ledger_sold.class.php:717 +#: include/class/acc_ledger_sold.class.php:1182 msgid "Détail articles vendus" msgstr "Detail sold items" @@ -7413,7 +8038,7 @@ msgstr "Details operation" msgid "Détail du dossier ou tag" msgstr "Detail of the folder or tag" -#: include/ajax/ajax_tag_detail.php:16 +#: include/ajax/ajax_tag_detail.php:16 include/ajax/ajax_tag_detail.php:18 msgid "Détail du dossier ou étiquette" msgstr "Detail of the folder or tag" @@ -7431,7 +8056,8 @@ msgstr "Plugin detail" #: include/ajax/ajax_add_concerned_card.php:44 include/ajax/ajax_card.php:133 #: include/ajax/ajax_card.php:375 include/export/export_fiche_detail_pdf.php:53 #: include/ajax/ajax_add_concerned_card.php:48 include/ajax/ajax_card.php:378 -#: include/ajax/ajax_card.php:379 +#: include/ajax/ajax_card.php:379 include/ajax/ajax_card.php:113 +#: include/ajax/ajax_card.php:412 include/ajax/ajax_add_concerned_card.php:56 msgid "Détail fiche" msgstr "Card details" @@ -7440,7 +8066,8 @@ msgstr "Card details" #: html/ajax_card.php:563 include/ajax/ajax_card.php:543 #: include/ajax/ajax_card.php:544 include/ajax/ajax_card.php:545 #: include/ajax/ajax_card.php:578 include/ajax/ajax_card.php:582 -#: include/ajax/ajax_card.php:605 +#: include/ajax/ajax_card.php:605 include/ajax/ajax_card.php:684 +#: include/ajax/ajax_card.php:683 msgid "Détail fiche (sauvée)" msgstr "Card details(saved)" @@ -7448,6 +8075,8 @@ msgstr "Card details(saved)" #: include/class/class_pdf_operation.php:422 #: include/class/pdf_operation.class.php:421 #: include/class/pdf_operation.class.php:422 +#: include/template/follow_up_detail_display.php:45 +#: include/template/action_document_type_mtable_input.php:73 msgid "Détail opération" msgstr "Details operation" @@ -7468,10 +8097,13 @@ msgstr "Details operation" #: include/class/acc_ledger_purchase.class.php:1382 #: include/class/acc_ledger_sold.class.php:664 #: include/class/acc_ledger_purchase.class.php:1385 +#: include/class/acc_ledger_purchase.class.php:1396 +#: include/class/acc_ledger_sold.class.php:667 msgid "Détail opération " msgstr "Details operation" #: include/export/export_poste_detail_pdf.php:64 +#: include/export/export_poste_detail_pdf.php:65 msgid "Détail poste comptable" msgstr "Detail the accounting " @@ -7523,6 +8155,12 @@ msgstr "ERROR" #: include/class/acc_ledger_purchase.class.php:1410 #: include/class/acc_ledger_search.class.php:629 #: include/class/acc_ledger_search.class.php:642 +#: include/class/acc_ledger_search.class.php:728 +#: include/class/acc_ledger_purchase.class.php:1421 +#: include/class/acc_ledger_sold.class.php:693 +#: include/export/export_histo_csv.php:42 +#: include/template/form_ledger_detail.php:33 +#: include/class/acc_ledger_search.class.php:751 msgid "Echeance" msgstr "Limit Date" @@ -7550,6 +8188,7 @@ msgstr "Limit Date" #: include/class/acc_ledger_purchase.class.php:1776 #: include/class/acc_ledger_sold.class.php:1035 #: include/class/acc_ledger_purchase.class.php:1782 +#: include/class/acc_ledger_purchase.class.php:1806 msgid "Echeance dépassée" msgstr "Missed deadline" @@ -7570,12 +8209,14 @@ msgid "Echec Ajout detail " msgstr "Add details failed" #: include/class/pre_operation.class.php:149 +#: include/class/pre_operation.class.php:550 #, php-format msgid "Echec PreOperatoin chargement %s" -msgstr "Fail loading operation template" +msgstr "Fail loading operation template %s" #: include/dossier.inc.php:195 include/dossier.inc.php:196 #: include/dossier.inc.php:199 include/dossier.inc.php:204 +#: include/dossier.inc.php:206 msgid "Echec création " msgstr "Creation failed" @@ -7631,6 +8272,8 @@ msgstr "Failure update" #: include/class/acc_bilan.class.php:373 include/class/acc_bilan.class.php:394 #: include/class/acc_bilan.class.php:299 include/class/acc_bilan.class.php:311 #: include/class/acc_bilan.class.php:375 include/class/acc_bilan.class.php:396 +#: include/class/acc_bilan.class.php:300 include/class/acc_bilan.class.php:312 +#: include/class/acc_bilan.class.php:376 include/class/acc_bilan.class.php:397 msgid "Echec ouverture fichier " msgstr "Error opening file" @@ -7651,6 +8294,7 @@ msgstr "Response Failed" #: include/class/pdf_operation.class.php:70 #: include/class/acc_ledger_sold.class.php:1081 #: include/class/acc_ledger_sold.class.php:1090 +#: include/class/acc_ledger_sold.class.php:1057 msgid "Echéance" msgstr "Date Limit" @@ -7668,17 +8312,21 @@ msgstr "Limit of payment" #: include/export/export_security_pdf.php:147 #: include/class/profile_menu.class.php:247 #: include/class/profile_menu.class.php:272 +#: include/class/profile_menu.class.php:248 +#: include/class/profile_menu.class.php:273 msgid "Ecriture" msgstr "Writing" #: include/template/ledger_detail_bottom.php:31 #: include/template/ledger_detail_bottom.php:36 +#: include/template/ledger_detail_bottom.php:41 msgid "Ecriture Comptable" msgstr "Accounting writing" #: include/database.item.php:86 include/database.item.php:89 #: include/database.item.php:94 include/database.item.php:91 #: include/database.item.php:90 include/database.item.php:88 +#: include/database.item.php:87 msgid "Ecriture Ouverture" msgstr "Opening writing" @@ -7693,6 +8341,7 @@ msgstr "Accounting records" #: include/database.item.php:86 include/database.item.php:89 #: include/database.item.php:94 include/database.item.php:91 #: include/database.item.php:90 include/database.item.php:88 +#: include/database.item.php:87 msgid "Ecriture d'ouverture" msgstr "Opening" @@ -7703,6 +8352,7 @@ msgstr "Opening entry %d" #: include/database.item.php:91 include/database.item.php:94 #: include/database.item.php:88 include/database.item.php:86 +#: include/database.item.php:87 msgid "" "Ecriture d'ouverture ou écriture à nouveau, reporte les soldes des comptes " "de l'année passé du poste comptable 0xxx à 5xxxx sur l'année courante" @@ -7710,9 +8360,14 @@ msgstr "" "Open writing , reput the saldo of accounting of previous exercice 0xxx to " "5xxxx on current one" +#: include/class/profile_menu.class.php:247 +msgid "Ecriture et suppression" +msgstr "Writing and removing" + #: html/admin/setup.php:199 html/admin/setup.php:217 html/admin/setup.php:219 #: html/install.php:225 html/install.php:223 html/install.php:231 -#: html/install.php:182 html/install.php:189 +#: html/install.php:182 html/install.php:189 html/install.php:205 +#: html/install.php:209 msgid "Ecriture non possible" msgstr "Writing not possible" @@ -7742,7 +8397,7 @@ msgstr "Accounting" #: include/ajax/ajax_admin.php:276 include/cfgledger.inc.php:136 #: include/ajax/ajax_admin.php:254 include/ajax/ajax_admin.php:280 #: include/ajax/ajax_card.php:171 include/cfgledger.inc.php:139 -#: include/ajax/ajax_card.php:172 +#: include/ajax/ajax_card.php:172 include/ajax/ajax_card.php:175 msgid "Efface" msgstr "Remove" @@ -7753,7 +8408,7 @@ msgstr "Remove this plan" #: include/action.common.inc.php:208 include/action.common.inc.php:213 #: include/action.common.inc.php:215 include/action.common.inc.php:216 -#: include/action.common.inc.php:222 +#: include/action.common.inc.php:222 include/action.common.inc.php:243 msgid "Efface cet événement " msgstr "Remove this event" @@ -7761,11 +8416,19 @@ msgstr "Remove this event" msgid "Efface cette action" msgstr "Remobe this Action" +#: include/class/anc_operation.class.php:658 +msgid "Efface détail" +msgstr "Remove details" + #: include/report.inc.php:134 include/report.inc.php:120 #: include/report.inc.php:119 msgid "Effacement" msgstr "Remove" +#: include/class/card_attribut_mtable.class.php:196 +msgid "Effacement bloqué : attribut utilisé" +msgstr "Removal blocked, this attribute is used" + #: include/modele.inc.php:342 include/modele.inc.php:356 #: include/modele.inc.php:398 include/modele.inc.php:381 #: include/modele.inc.php:382 include/modele.inc.php:387 @@ -7779,7 +8442,8 @@ msgid "Effacement déclaration" msgstr "Erase statement" #: include/class/periode.class.php:673 include/class/periode.class.php:675 -#: include/class/periode.class.php:677 +#: include/class/periode.class.php:677 include/class/periode.class.php:678 +#: include/class/periode.class.php:679 msgid "Effacement impossible" msgstr "Impossible removal" @@ -7787,14 +8451,19 @@ msgstr "Impossible removal" msgid "Effacement impossible : catégorie utilisée" msgstr "Remove impossible : category in use" +#: include/class/anc_account_table.class.php:120 +msgid "Effacement impossible : le poste est utilisé dans une période fermée" +msgstr "Warning : you can not change in a closed period" + #: include/class/tva_rate_mtable.class.php:267 +#: include/class/tva_rate_mtable.class.php:284 msgid "Effacement interdit : TVA utilisée" msgstr "Removal forbidden : VAT In use" #: html/ajax_ledger.php:186 html/ajax_ledger.php:187 #: include/ajax/ajax_ledger.php:164 include/ajax/ajax_ledger.php:167 #: include/ajax/ajax_ledger.php:168 include/ajax/ajax_ledger.php:172 -#: include/ajax/ajax_ledger.php:173 +#: include/ajax/ajax_ledger.php:173 include/ajax/ajax_ledger.php:174 msgid "Effacement refusé" msgstr "Removal forbidden" @@ -7876,6 +8545,12 @@ msgstr "Removal forbidden" #: include/lib/manage_table_sql.class.php:768 #: include/template/ledger_detail_bottom.php:325 include/modele.inc.php:317 #: include/class/periode.class.php:598 include/class/periode.class.php:603 +#: include/class/document_type.class.php:84 include/class/periode.class.php:604 +#: include/template/ledger_detail_bottom.php:344 +#: include/lib/manage_table_sql.class.php:820 include/user_detail.inc.php:203 +#: include/class/periode.class.php:600 include/class/periode.class.php:605 +#: include/template/ledger_detail_bottom.php:361 include/dossier.inc.php:284 +#: include/dossier.inc.php:293 msgid "Effacer" msgstr "Remove" @@ -7890,6 +8565,7 @@ msgstr "Remove" #: include/compta_ven.inc.php:330 include/compta_ven.inc.php:333 #: include/compta_ach.inc.php:299 include/compta_ven.inc.php:341 #: include/compta_ven.inc.php:339 include/compta_ach.inc.php:297 +#: include/compta_ven.inc.php:331 include/compta_ach.inc.php:298 msgid "Effacer " msgstr "Remove" @@ -7919,7 +8595,7 @@ msgid "Effacer la sélection" msgstr "Clear selection" #: include/template/fiche_list.php:87 include/template/fiche_list.php:89 -#: include/template/fiche_list.php:91 +#: include/template/fiche_list.php:91 include/template/fiche_list.php:96 msgid "Effacer la sélection " msgstr "Clear selection" @@ -7931,6 +8607,7 @@ msgstr "Remove selected documents" #: include/database.item.php:213 include/database.item.php:190 #: include/database.item.php:191 include/database.item.php:194 #: include/database.item.php:205 include/database.item.php:210 +#: include/database.item.php:200 msgid "Effacer les documents du suivi" msgstr "Clear documentation of monitoring" @@ -7938,18 +8615,22 @@ msgstr "Clear documentation of monitoring" #: include/class/acc_ledger_search.class.php:1072 #: include/class/acc_ledger_search.class.php:1080 #: include/class/acc_ledger_search.class.php:1093 +#: include/class/acc_ledger_search.class.php:1182 +#: include/class/acc_ledger_search.class.php:1205 msgid "Effacer sel" msgstr "Remove" #: include/database.item.php:220 include/database.item.php:197 #: include/database.item.php:198 include/database.item.php:201 #: include/database.item.php:212 include/database.item.php:217 +#: include/database.item.php:207 msgid "Effacer une note publique" msgstr "Remove a public note" #: include/database.item.php:217 include/database.item.php:194 #: include/database.item.php:195 include/database.item.php:198 #: include/database.item.php:209 include/database.item.php:214 +#: include/database.item.php:204 msgid "Effacer une opération " msgstr "Remove an operation" @@ -7961,6 +8642,7 @@ msgstr "Remove an operation" #: include/lib/manage_table_sql.class.php:1095 #: include/lib/manage_table_sql.class.php:1092 #: include/lib/manage_table_sql.class.php:1136 +#: include/lib/manage_table_sql.class.php:1192 msgid "Effacé" msgstr "Erased" @@ -7979,7 +8661,8 @@ msgstr "Items" #: include/database.item.php:180 include/database.item.php:183 #: include/user.inc.php:84 include/database.item.php:191 #: include/ajax/ajax_preference.php:74 include/ajax/ajax_preference.php:85 -#: include/database.item.php:196 +#: include/database.item.php:196 include/database.item.php:189 +#: include/user.inc.php:86 msgid "Email" msgstr "E-mail" @@ -8048,7 +8731,7 @@ msgstr "" #: html/admin/setup.php:80 html/admin/setup.php:83 html/admin/setup.php:134 #: html/install.php:136 html/install.php:135 html/install.php:141 -#: html/install.php:148 +#: html/install.php:148 html/install.php:161 html/install.php:165 msgid "" "En version mono dossier, le nom de la base de données doit être mentionné" msgstr "In mono mode, the database name must be set" @@ -8066,6 +8749,7 @@ msgstr "en-cours" #: include/class/class_pre_op_ven.php:193 #: include/class/class_pre_op_ven.php:201 #: include/class/pre_op_ven.class.php:201 +#: include/class/pre_op_ven.class.php:196 msgid "En-tête facture client" msgstr "Customer invoice header" @@ -8074,6 +8758,7 @@ msgstr "Customer invoice header" #: include/class/class_pre_op_ach.php:196 #: include/class/class_pre_op_ach.php:197 #: include/class/pre_op_ach.class.php:197 +#: include/class/pre_op_ach.class.php:200 msgid "En-tête facture fournisseur" msgstr "Supplier invoice header" @@ -8099,6 +8784,7 @@ msgstr "Encode bank receipt" #: include/database.item.php:14 include/database.item.php:17 #: include/database.item.php:11 include/database.item.php:9 +#: include/database.item.php:10 msgid "Encodage de tous vos revenus ou vente" msgstr "Encode all in and outcomes" @@ -8120,6 +8806,7 @@ msgstr "Enter the invoice" #: include/ajax_admin.php:57 include/user_detail.inc.php:226 #: include/ajax/ajax_admin.php:57 include/user_detail.inc.php:235 #: include/ajax/ajax_admin.php:54 include/ajax/ajax_admin.php:62 +#: include/user_detail.inc.php:273 msgid "Enleve" msgstr "Remove" @@ -8146,6 +8833,7 @@ msgstr "Remove all tags for the selected documents" #: include/database.item.php:216 include/database.item.php:193 #: include/database.item.php:194 include/database.item.php:197 #: include/database.item.php:208 include/database.item.php:213 +#: include/database.item.php:203 msgid "Enlever une pièce justificative" msgstr "Remove a receipt" @@ -8167,10 +8855,12 @@ msgstr "Record" #: include/compta_ach.inc.php:167 include/compta_ven.inc.php:122 #: include/ext/tva/ajax.php:111 include/compta_ven.inc.php:120 #: include/compta_ach.inc.php:112 include/compta_ach.inc.php:165 +#: include/compta_ach.inc.php:111 include/compta_ach.inc.php:164 msgid "Enregistrement" msgstr "Record" #: include/class/payment_method_mtable.class.php:39 +#: include/class/payment_method_mtable.class.php:40 msgid "Enregistrement dans" msgstr "Recorded in" @@ -8192,6 +8882,8 @@ msgstr "Recorded in" #: include/action.common.inc.php:191 include/action.common.inc.php:325 #: include/compta_ach.inc.php:298 include/compta_ven.inc.php:340 #: include/compta_ven.inc.php:338 include/compta_ach.inc.php:296 +#: include/compta_ven.inc.php:330 include/compta_ach.inc.php:297 +#: include/action.common.inc.php:205 include/action.common.inc.php:361 msgid "Enregistrer" msgstr "Submit" @@ -8207,7 +8899,7 @@ msgstr "Recorded in ledger" #: include/class_anc_print.php:130 include/class_anc_print.php:177 #: include/class_anc_print.php:179 include/class/class_anc_print.php:179 #: include/class/class_anc_print.php:181 include/class/anc_print.class.php:175 -#: include/class/anc_print.class.php:181 +#: include/class/anc_print.class.php:181 include/class/anc_print.class.php:182 msgid "Entre l'activité " msgstr "Between activity" @@ -8229,13 +8921,14 @@ msgstr "Enter the date of the declaration" #: html/admin/setup.php:208 html/admin/setup.php:226 html/admin/setup.php:228 #: html/install.php:290 html/install.php:289 html/install.php:287 #: html/install.php:293 html/install.php:299 html/install.php:250 -#: html/install.php:257 html/install.php:260 +#: html/install.php:257 html/install.php:260 html/install.php:308 +#: html/install.php:314 msgid "Entrez les informations nécessaires à noalyss" msgstr "Enter the required information for Noalyss" #: include/ext/rapport_avance/include/template/parameter_send_mail_input.php:23 #: include/ext/rapport_avance/include/template/parameter_send_mail_input.php:27 -#: scenario/HtmlInput.test.php:89 +#: scenario/HtmlInput.test.php:89 scenario/HtmlInput.test.php:106 msgid "Envoi" msgstr "Sending" @@ -8310,7 +9003,8 @@ msgstr "Sent by" #: include/ext/importbank/include/import_bank.class.php:140 #: include/lib/ac_common.php:343 include/action.common.inc.php:144 #: include/action.common.inc.php:295 include/lib/ac_common.php:345 -#: include/lib/ac_common.php:361 +#: include/lib/ac_common.php:361 include/action.common.inc.php:146 +#: include/action.common.inc.php:324 include/lib/ac_common.php:371 msgid "Erreur" msgstr "Error:" @@ -8321,16 +9015,18 @@ msgstr "Error:" #: include/class/acc_operation.class.php:281 #, php-format msgid "Erreur : balance incorrecte :diff = %d" -msgstr "wrong balance diff = %d" +msgstr "Error balance diff = %d" #: include/class/acc_operation.class.php:281 #, php-format msgid "Erreur : balance incorrecte :diff = %s" -msgstr "wrong balance diff = %s" +msgstr "Error balance diff = %s" #: include/class_noalyss_sql.php:316 include/lib/class_noalyss_sql.php:316 #: include/lib/data_sql.class.php:286 include/lib/noalyss_sql.class.php:391 #: include/lib/data_sql.class.php:248 include/lib/database_core.class.php:168 +#: include/lib/database_core.class.php:170 +#: include/lib/noalyss_sql.class.php:379 include/lib/data_sql.class.php:278 msgid "Erreur : exec_sql attend un array" msgstr "Error exec_sql expects an array" @@ -8338,7 +9034,7 @@ msgstr "Error exec_sql expects an array" #: include/ajax/ajax_todo_list.php:140 include/ajax/ajax_todo_list.php:157 #: include/ajax/ajax_todo_list.php:159 include/ajax/ajax_todo_list.php:161 msgid "Erreur : note invalide" -msgstr "error : invalid note" +msgstr "Error : invalid note" #: html/ajax_todo_list.php:214 html/ajax_todo_list.php:273 #: html/ajax_todo_list.php:215 html/ajax_todo_list.php:274 @@ -8356,13 +9052,18 @@ msgstr "Error : invalid parameter" #: include/lib/database_core.class.php:73 msgid "Erreur Connexion" -msgstr "Disconnect" +msgstr "Error connect" #: include/ext/import_account/include/class_impacc_csv.php:55 #: include/ext/import_account/include/impacc_csv.class.php:55 msgid "Erreur D/C" msgstr "Error: Invalid balance D/C" +#: include/class/noalyss_parameter_folder.class.php:73 +#, php-format +msgid "Erreur Filtre analytique %s" +msgstr "Error analytic filter %s" + #: include/ext/import_account/include/class_sql_impacc.php:36 #: include/ext/import_account/include/class_sql_impacc.php:47 #: include/class_acc_account.php:66 include/class_acc_account.php:77 @@ -8393,13 +9094,14 @@ msgid "Erreur exercice invalide" msgstr "Invalid exercice" #: include/class/payment_method_mtable.class.php:140 +#: include/class/payment_method_mtable.class.php:145 #, php-format msgid "Erreur key %s value %s" msgstr "Error key %s value %s" #: html/do.php:196 html/do.php:224 html/do.php:237 html/do.php:239 #: html/do.php:236 html/do.php:273 html/do.php:285 html/do.php:295 -#: html/do.php:264 +#: html/do.php:264 html/do.php:266 msgid "Erreur menu" msgstr "Error menu" @@ -8428,15 +9130,21 @@ msgid "Erreur paramètre" msgstr "Settings error" #: include/ajax/ajax_card.php:356 include/ajax/ajax_card.php:359 -#: include/ajax/ajax_card.php:360 +#: include/ajax/ajax_card.php:360 include/ajax/ajax_card.php:393 msgid "Erreur sauvegarde" msgstr "Error backup" +#: include/param_sec.inc.php:120 +msgid "Erreur sécurité" +msgstr "Security error" + #: html/install.php:636 html/install.php:643 html/install.php:646 +#: html/install.php:699 html/install.php:705 msgid "Essai effacement install.php et se connecter à NOALYSS" msgstr "Try to unlink install.php and connect to Noalyss" #: html/test_class.php:214 dev/test/test_class.php:210 +#: dev-2/test/test_class.php:210 msgid "Essayer de vous y amuser" msgstr "I hope you will enjoy it" @@ -8465,10 +9173,12 @@ msgid "Et uniquement non payées" msgstr "And only unpaid" #: include/template/ledger_search.php:56 include/template/ledger_search.php:59 +#: include/template/ledger_search.php:63 msgid "Et utilisant la fiche (quick code)" msgstr "And using the card (quick code)" #: include/template/ledger_search.php:64 include/template/ledger_search.php:67 +#: include/template/ledger_search.php:71 msgid "Et utilisant le poste comptable" msgstr "And using the accounting item" @@ -8508,6 +9218,7 @@ msgid "Etape 2 : période" msgstr "Step 2 : Period" #: include/impress_bilan.inc.php:82 include/impress_bilan.inc.php:89 +#: include/impress_bilan.inc.php:93 msgid "Etape 2 :Impression" msgstr "Step 2 : printing" @@ -8532,24 +9243,29 @@ msgstr "Step 4/4 : data are loaded" #: include/ext/sav/include/template/sas_display_detail.php:145 #: include/template/detail-action.php:124 #: include/template/detail-action.php:123 include/template/action_search.php:60 -#: include/template/action_search.php:56 +#: include/template/action_search.php:56 include/class/follow_up.class.php:628 +#: include/template/detail-action.php:130 include/template/ledger_search.php:83 +#: include/class/follow_up.class.php:647 include/template/detail-action.php:132 msgid "Etat" msgstr "State" #: include/database.item.php:110 include/database.item.php:113 #: include/database.item.php:119 include/database.item.php:116 #: include/database.item.php:115 include/database.item.php:111 +#: include/database.item.php:112 msgid "Etat des documents" msgstr "State documents" #: include/database.item.php:91 include/database.item.php:94 #: include/database.item.php:99 include/database.item.php:96 #: include/database.item.php:95 include/database.item.php:93 +#: include/database.item.php:92 msgid "Etat des stock" msgstr "State of the stock" #: include/database.item.php:96 include/database.item.php:99 #: include/database.item.php:93 include/database.item.php:91 +#: include/database.item.php:92 msgid "Etat des stock de l'exercice indiqué" msgstr "State of the repository for the selected exercice" @@ -8570,17 +9286,32 @@ msgstr "Are you sure to remove this folder" #: include/template/action_search.php:67 include/template/tag_choose.php:5 #: include/template/action_search.php:81 include/template/action_search.php:115 #: include/template/action_search.php:129 include/class/tag.class.php:85 +#: include/class/follow_up.class.php:623 include/class/tag.class.php:90 +#: include/template/action_search.php:130 include/cfgtags.inc.php:38 +#: include/class/follow_up.class.php:639 include/class/tag_action.class.php:54 +#: include/class/tag_operation.class.php:192 +#: include/ajax/ajax_tag_detail.php:19 +#: include/template/ledger_detail_bottom.php:47 msgid "Etiquette" msgstr "Etiquette" #: include/template/tag_detail.php:15 include/template/tag_detail.php:21 +#: include/template/tag_detail.php:23 msgid "Etiquette (tag)" msgstr "Tag" +#: include/template/tag_detail.php:50 +msgid "Etiquette actif" +msgstr "Active Tag" + #: include/template/tag_detail.php:27 msgid "Etiquette(tag) actif" msgstr "Tag" +#: include/template/tag_search_select.php:12 +msgid "Etiquettes" +msgstr "Tag" + #: include/action.common.inc.php:273 include/action.common.inc.php:277 #: include/action.common.inc.php:278 include/action.common.inc.php:282 #: include/action.common.inc.php:280 include/action.common.inc.php:284 @@ -8595,6 +9326,10 @@ msgstr "Event recorded" msgid "Exclure Etat" msgstr "Exclude State" +#: include/template/tag_detail.php:38 +msgid "Exemple" +msgstr "Example" + #: include/ext/tools/index.php:43 include/bank.inc.php:73 #: include/template/stock_state_search.php:35 include/impress_bilan.inc.php:49 #: include/impress_jrn.inc.php:84 include/impress_rapport.inc.php:182 @@ -8607,6 +9342,7 @@ msgstr "Exclude State" #: include/class/periode_ledger_table.class.php:100 #: include/template/stock_inv.php:126 include/ajax/ajax_preference.php:142 #: include/class/periode.class.php:521 include/class/periode.class.php:523 +#: include/impress_bilan.inc.php:52 include/class/periode.class.php:524 msgid "Exercice" msgstr "Exercise" @@ -8615,24 +9351,39 @@ msgid "Exercice comptable d'achat" msgstr "Purchase accounting year" #: include/class/periode.class.php:424 include/class/periode.class.php:426 -#: include/class/periode.class.php:428 +#: include/class/periode.class.php:428 include/class/periode.class.php:429 #, php-format msgid "Exercice doit être entre %s et %s " msgstr "Exercice is between %s and %s" #: include/template/periode_add_exercice.php:82 +#: include/template/periode_add_exercice.php:91 msgid "Exercice invalide" msgstr "Invalid exercice" #: include/class/periode.class.php:421 include/class/periode.class.php:423 -#: include/class/periode.class.php:425 +#: include/class/periode.class.php:425 include/class/periode.class.php:426 msgid "Exercice n'est pas un nombre" msgstr "exercice is not a number" +#: include/class/tax_summary.class.php:232 +#: include/class/tax_summary.class.php:306 +msgid "Exig TVA invalide" +msgstr "Avail. VAT invalid" + +#: include/class/tva_rate_mtable.class.php:60 +msgid "Exigible achat" +msgstr "Due for purchase" + +#: include/class/tva_rate_mtable.class.php:67 +msgid "Exigible vente" +msgstr "Due for sales" + #: html/ajax_misc.php:197 html/ajax_misc.php:216 html/ajax_misc.php:230 #: html/ajax_misc.php:236 html/ajax_misc.php:314 html/ajax_misc.php:319 #: html/ajax_misc.php:347 html/ajax_misc.php:459 html/ajax_misc.php:461 #: html/ajax_misc.php:467 html/ajax_misc.php:469 html/ajax_misc.php:473 +#: html/ajax_misc.php:438 html/ajax_misc.php:446 msgid "Explication" msgstr "Explanation" @@ -8641,19 +9392,20 @@ msgstr "Explanation" msgid "Export" msgstr "Export CSV" -#: include/database.item.php:140 +#: include/database.item.php:140 include/database.item.php:139 msgid "Export ANC" msgstr "Export ANC" #: include/database.item.php:46 include/database.item.php:49 #: include/database.item.php:53 include/database.item.php:52 #: include/database.item.php:55 include/database.item.php:48 +#: include/database.item.php:47 msgid "Export Action Gestion" msgstr "Export Management Action" #: include/database.item.php:144 include/database.item.php:143 #: include/database.item.php:6 include/database.item.php:135 -#: include/database.item.php:133 +#: include/database.item.php:133 include/database.item.php:134 msgid "Export Balance agée" msgstr "Export ageing balance" @@ -8668,12 +9420,14 @@ msgstr "Export accountancy balance" #: include/database.item.php:42 include/database.item.php:45 #: include/database.item.php:49 include/database.item.php:48 #: include/database.item.php:51 include/database.item.php:44 +#: include/database.item.php:43 msgid "Export Balance groupe analytique" msgstr "Export Balance analytic group" #: include/database.item.php:43 include/database.item.php:46 #: include/database.item.php:50 include/database.item.php:49 #: include/database.item.php:52 include/database.item.php:45 +#: include/database.item.php:44 msgid "Export Bilan" msgstr "Export balance" @@ -8703,6 +9457,13 @@ msgstr "Export balance" #: include/fiche.inc.php:242 include/fiche.inc.php:302 #: include/fiche.inc.php:340 include/class/fiche.class.php:1620 #: include/class/fiche.class.php:2215 include/class/tax_summary.class.php:334 +#: include/fiche.inc.php:252 include/fiche.inc.php:312 +#: include/fiche.inc.php:350 include/class/tax_summary.class.php:437 +#: include/class/fiche.class.php:1646 include/class/fiche.class.php:2242 +#: include/class/acc_account_ledger.class.php:727 +#: include/template/detail-action.php:88 +#: include/ajax/ajax_action_concerned_list.php:49 +#: include/template/detail-action.php:90 msgid "Export CSV" msgstr "Export CSV" @@ -8711,6 +9472,7 @@ msgstr "Export CSV" #: include/database.item.php:40 include/database.item.php:42 #: include/database.item.php:39 include/database.item.php:41 #: include/database.item.php:44 include/database.item.php:37 +#: include/database.item.php:34 msgid "Export Comptabilité analytique" msgstr "Export Analytic" @@ -8725,6 +9487,7 @@ msgstr "Export Double crossed analytic balance" #: include/database.item.php:34 include/database.item.php:37 #: include/database.item.php:41 include/database.item.php:40 #: include/database.item.php:43 include/database.item.php:36 +#: include/database.item.php:35 msgid "Export Comptabilité analytique balance simple" msgstr "Export single analytic balance" @@ -8763,18 +9526,21 @@ msgstr "Export Great Ledger" #: include/database.item.php:17 include/database.item.php:20 #: include/database.item.php:24 include/database.item.php:23 #: include/database.item.php:26 include/database.item.php:19 +#: include/database.item.php:18 msgid "Export Historique" msgstr "Export History" #: include/database.item.php:41 include/database.item.php:44 #: include/database.item.php:48 include/database.item.php:47 #: include/database.item.php:50 include/database.item.php:43 +#: include/database.item.php:42 msgid "Export Historique Compt. Analytique" msgstr "Export for analytic history" #: include/database.item.php:47 include/database.item.php:50 #: include/database.item.php:54 include/database.item.php:53 #: include/database.item.php:56 include/database.item.php:49 +#: include/database.item.php:48 msgid "Export Historique mouvement stock" msgstr "Export Background stock movement" @@ -8803,6 +9569,11 @@ msgstr "Export Ledger" #: include/class/fiche.class.php:2213 include/class/fiche.class.php:1604 #: include/class/fiche.class.php:2236 include/class/fiche.class.php:1605 #: include/class/fiche.class.php:2237 include/class/tax_summary.class.php:350 +#: include/class/tax_summary.class.php:453 include/class/fiche.class.php:1631 +#: include/class/fiche.class.php:2264 +#: include/class/acc_account_ledger.class.php:749 +#: include/template/ledger_detail_bottom.php:359 +#: include/template/ledger_detail_bottom.php:376 msgid "Export PDF" msgstr "Export PDF" @@ -8815,24 +9586,28 @@ msgid "Export Poste détail" msgstr "Export Accountancy" #: include/database.item.php:142 include/database.item.php:143 +#: include/database.item.php:141 msgid "Export Résumé TVA" msgstr "Export summary VAT" #: include/database.item.php:48 include/database.item.php:51 #: include/database.item.php:55 include/database.item.php:54 #: include/database.item.php:57 include/database.item.php:50 +#: include/database.item.php:49 msgid "Export Résumé list stock" msgstr "Export Summary list stock" #: include/database.item.php:32 include/database.item.php:35 #: include/database.item.php:39 include/database.item.php:38 #: include/database.item.php:41 include/database.item.php:34 +#: include/database.item.php:33 msgid "Export Sécurité" msgstr "Export Security" #: include/database.item.php:40 include/database.item.php:43 #: include/database.item.php:47 include/database.item.php:46 #: include/database.item.php:49 include/database.item.php:42 +#: include/database.item.php:41 msgid "Export Tableau Analytique" msgstr "Export analytic tabel" @@ -8847,45 +9622,55 @@ msgstr "Export analytic tabel" #: include/class/anc_grandlivre.class.php:169 #: include/class/anc_grandlivre.class.php:162 #: include/class/anc_grandlivre.class.php:170 +#: include/class/anc_grandlivre.class.php:174 +#: include/class/anc_grandlivre.class.php:182 +#: include/class/anc_grandlivre.class.php:175 +#: include/class/anc_grandlivre.class.php:183 msgid "Export des pièces en PDF" msgstr "Export in PDF" #: include/database.item.php:45 include/database.item.php:48 #: include/database.item.php:52 include/database.item.php:51 #: include/database.item.php:54 include/database.item.php:47 +#: include/database.item.php:46 msgid "Export définition d'un raport" msgstr "Export definition of a report" -#: include/class/anc_table.class.php:233 +#: include/class/anc_table.class.php:233 include/fiche.inc.php:285 msgid "Export en CSV" msgstr "Export CSV" -#: html/export.php:53 +#: include/fiche.inc.php:272 +msgid "Export en PDF" +msgstr "Export PDF" + +#: html/export.php:53 html/export.php:54 msgid "Export impossible" msgstr "Export failed" #: include/database.item.php:8 include/database.item.php:137 -#: include/database.item.php:135 +#: include/database.item.php:135 include/database.item.php:136 msgid "Export le document" msgstr "Export documents" #: include/database.item.php:124 include/database.item.php:127 #: include/database.item.php:133 include/database.item.php:129 #: include/database.item.php:128 include/database.item.php:132 -#: include/database.item.php:126 +#: include/database.item.php:126 include/database.item.php:125 msgid "Export opérations rapprochées" msgstr "Export close operations" #: include/database.item.php:124 include/database.item.php:127 #: include/database.item.php:133 include/database.item.php:129 #: include/database.item.php:128 include/database.item.php:132 -#: include/database.item.php:126 +#: include/database.item.php:126 include/database.item.php:125 msgid "Export opérations rapprochées en CSV" msgstr "Export CSV close operations" #: include/database.item.php:2 include/database.item.php:142 #: include/database.item.php:138 include/database.item.php:137 #: include/database.item.php:130 include/database.item.php:128 +#: include/database.item.php:129 msgid "Export pièce PDF" msgstr "Export in PDF" @@ -8901,6 +9686,8 @@ msgstr "Export report" #: html/recherche.php:125 include/history_operation.inc.php:147 #: html/recherche.php:126 html/recherche.php:129 #: include/history_operation.inc.php:167 include/history_operation.inc.php:178 +#: html/recherche.php:141 include/history_operation.inc.php:192 +#: html/recherche.php:151 include/history_operation.inc.php:203 msgid "Export vers CSV" msgstr "Export CSV" @@ -8910,12 +9697,12 @@ msgid "Exportation d'opérations " msgstr "Export operations" #: include/database.item.php:7 include/database.item.php:136 -#: include/database.item.php:134 +#: include/database.item.php:134 include/database.item.php:135 msgid "Exporte la pièce" msgstr "Export receipt" #: include/database.item.php:9 include/database.item.php:138 -#: include/database.item.php:136 +#: include/database.item.php:136 include/database.item.php:137 msgid "Exporte le modèle de document" msgstr "Exporte template of document" @@ -8968,7 +9755,10 @@ msgstr "Plugin" #: include/operation_ods_confirm.inc.php:53 include/compta_ach.inc.php:90 #: include/compta_ach.inc.php:92 include/compta_ven.inc.php:99 #: include/ajax/ajax_ledger.php:564 include/class/acc_operation.class.php:729 -#: include/ajax/ajax_ledger.php:565 +#: include/ajax/ajax_ledger.php:565 include/compta_ach.inc.php:89 +#: include/template/ledger_detail_bottom.php:349 +#: include/ajax/ajax_ledger.php:566 +#: include/template/ledger_detail_bottom.php:366 msgid "Extourne" msgstr "Reverse" @@ -8976,7 +9766,7 @@ msgstr "Reverse" #: include/operation_ods_confirm.inc.php:61 #: include/operation_ods_confirm.inc.php:62 include/compta_ach.inc.php:104 #: include/compta_ach.inc.php:106 include/compta_ven.inc.php:113 -#: include/compta_ven.inc.php:111 +#: include/compta_ven.inc.php:111 include/compta_ach.inc.php:103 msgid "Extourne opération" msgstr "Reverse operation" @@ -8999,6 +9789,8 @@ msgstr "Reverse operation" #: include/template/ledger_detail_bottom.php:349 #: include/template/ledger_detail_bottom.php:333 #: include/template/ledger_detail_bottom.php:346 +#: include/template/ledger_detail_bottom.php:374 +#: include/template/ledger_detail_bottom.php:391 msgid "Extourner" msgstr "Reverse" @@ -9009,6 +9801,8 @@ msgstr "Reverse" #: include/template/ledger_detail_bottom.php:350 #: include/template/ledger_detail_bottom.php:351 #: include/template/ledger_detail_bottom.php:348 +#: include/template/ledger_detail_bottom.php:376 +#: include/template/ledger_detail_bottom.php:393 msgid "" "Extourner une opération vous permet de l'annuler par son écriture inverse" msgstr "Avoid an operation by writing the reversed one" @@ -9023,6 +9817,7 @@ msgstr "Reversed on " #: include/compta_ach.inc.php:184 include/compta_ach.inc.php:186 #: include/compta_ach.inc.php:191 include/compta_ach.inc.php:189 +#: include/compta_ach.inc.php:188 #, php-format msgid "Extourné au %s" msgstr "Reversed on %s" @@ -9069,7 +9864,8 @@ msgstr "Invoicing, send invoices by email, download" #: include/ext/invoicing/include/invoice_to_zip.inc.php:76 #: include/compta_ach.inc.php:89 include/compta_ven.inc.php:96 #: include/database.item.php:179 include/database.item.php:187 -#: include/database.item.php:192 +#: include/database.item.php:192 include/compta_ach.inc.php:86 +#: include/database.item.php:185 msgid "Facture" msgstr "Invoice" @@ -9098,9 +9894,14 @@ msgstr "Bookmark" #: include/database.item.php:164 include/database.item.php:157 #: include/database.item.php:158 include/company.inc.php:124 #: include/database.item.php:166 include/database.item.php:169 +#: include/company.inc.php:132 msgid "Fax" msgstr "Fax" +#: include/class/document_state_mtable.php:47 +msgid "Ferme" +msgstr "close" + #: include/doc_state.inc.php:57 msgid "Ferme l'action" msgstr "Firm action" @@ -9179,11 +9980,19 @@ msgstr "Firm action" #: include/template/ledger_detail_bottom.php:303 #: include/template/ledger_detail_bottom.php:299 #: include/template/ledger_detail_bottom.php:300 include/ajax/ajax_card.php:313 +#: html/recherche.php:92 html/recherche.php:144 +#: include/class/extension.class.php:276 include/ajax/ajax_card.php:319 +#: include/template/ledger_detail_bottom.php:317 +#: include/template/ledger_detail_bottom.php:318 +#: include/template/action_search.php:169 html/recherche.php:154 +#: include/template/ledger_detail_bottom.php:334 +#: include/template/ledger_detail_bottom.php:335 +#: include/template/action_search.php:171 include/user.inc.php:90 #, php-format msgid "Fermer" msgstr "close" -#: include/periode.inc.php:94 +#: include/periode.inc.php:94 include/periode.inc.php:95 msgid "Fermer les périodes sélectionnées" msgstr "Close selected periods" @@ -9196,12 +10005,15 @@ msgstr "Close" #: include/ext/sav/include/sav_repair_card_sql.class.php:67 #: include/ext/sav/include/sav_repair_card_sql.class.php:72 #: include/class/periode_ledger_table.class.php:145 +#: include/class/periode_ledger_table.class.php:146 msgid "Fermé" msgstr "close" #: include/class/periode.class.php:585 #: include/class/periode_ledger_table.class.php:142 #: include/class/periode.class.php:587 include/class/periode.class.php:589 +#: include/class/periode.class.php:590 include/class/periode.class.php:591 +#: include/class/periode_ledger_table.class.php:143 msgid "Fermée" msgstr "Closed" @@ -9241,6 +10053,11 @@ msgstr "Closed" #: include/database.item.php:110 include/category_card.inc.php:75 #: include/template/stock_inv.php:67 #: include/class/payment_method_mtable.class.php:41 +#: include/class/payment_method_mtable.class.php:42 +#: include/class/anc_group_operation.class.php:122 +#: include/class/card_attribut_mtable.class.php:55 +#: include/template/follow_up_detail_display.php:50 +#: include/template/newEmptyPHP_NOALYSS.php:35 include/database.item.php:111 msgid "Fiche" msgstr "Card" @@ -9279,25 +10096,33 @@ msgstr "VAT record" #: include/ajax/ajax_card.php:347 include/ajax/ajax_add_concerned_card.php:50 #: include/ajax/ajax_card.php:380 include/ajax/ajax_add_concerned_card.php:54 #: include/ajax/ajax_card.php:383 include/ajax/ajax_card.php:384 +#: include/ajax/ajax_card.php:417 include/ajax/ajax_add_concerned_card.php:64 msgid "Fiche contenant" msgstr "Card" #: include/class/payment_method_mtable.class.php:98 +#: include/class/payment_method_mtable.class.php:102 msgid "Fiche inexistante" msgstr "Inexistent card" +#: include/class/fiche.class.php:1181 +msgid "Fiche n'existe pas" +msgstr "card does not exist" + #: include/ext/import_account/include/class_impacc_csv.php:53 #: include/ext/import_account/include/impacc_csv.class.php:53 msgid "Fiche non disponible pour journal" msgstr "Card not available for this ledger" #: include/ajax/ajax_card.php:619 include/ajax/ajax_card.php:642 +#: include/ajax/ajax_card.php:756 include/ajax/ajax_card.php:755 msgid "Fiche non effacée" msgstr "Card not deleted" #: include/fiche.inc.php:175 include/fiche.inc.php:179 #: include/fiche.inc.php:181 include/fiche.inc.php:182 #: include/fiche.inc.php:183 include/fiche.inc.php:184 +#: include/fiche.inc.php:185 msgid "Fiche non effacées" msgstr "Undeleted record" @@ -9311,6 +10136,7 @@ msgstr "Undeleted record" #: include/ext/importbank/include/import_bank.class.php:490 #: include/ajax/ajax_card.php:148 include/class/fiche.class.php:661 #: include/class/fiche.class.php:663 include/class/fiche.class.php:662 +#: include/class/fiche.class.php:681 include/ajax/ajax_card.php:151 msgid "Fiche non trouvée" msgstr "Card not found" @@ -9320,7 +10146,10 @@ msgstr "Card not found" #: include/ajax/ajax_card.php:539 include/ajax/ajax_card.php:540 #: include/ajax/ajax_card.php:573 include/ajax/ajax_card.php:577 #: include/ajax/ajax_card.php:607 include/ajax/ajax_card.php:600 -#: include/ajax/ajax_card.php:630 +#: include/ajax/ajax_card.php:630 include/ajax/ajax_card.php:679 +#: include/ajax/ajax_card.php:708 include/ajax/ajax_card.php:744 +#: include/ajax/ajax_card.php:678 include/ajax/ajax_card.php:707 +#: include/ajax/ajax_card.php:743 msgid "Fiche non valide" msgstr "Invalid file" @@ -9332,6 +10161,7 @@ msgstr "Card for hours" #: html/ajax_card.php:343 include/ajax/ajax_card.php:323 #: include/ajax/ajax_card.php:324 include/ajax/ajax_card.php:342 #: include/ajax/ajax_card.php:345 include/ajax/ajax_card.php:346 +#: include/ajax/ajax_card.php:358 msgid "Fiche sauvée" msgstr "Card saved" @@ -9349,11 +10179,17 @@ msgid "Fiches" msgstr "Sheets" #: include/verif_bilan.inc.php:99 include/verif_bilan.inc.php:126 +#: include/verif_bilan.inc.php:124 msgid "Fiches ayant changé de poste comptable" msgstr "The card %s has changed his accouting" +#: include/ajax/ajax_add_concerned_card.php:88 +msgid "Fiches inactives" +msgstr "disabled card" + #: include/template/param_jrn.php:251 include/template/param_jrn.php:258 #: include/template/param_jrn.php:260 include/template/param_jrn.php:305 +#: include/template/param_jrn.php:306 msgid "Fiches utilisables (D/C)" msgstr "Usable Cards (D/C)" @@ -9388,11 +10224,12 @@ msgstr "Removed file" #: include/ext/import_account/include/class_impacc_file.php:69 #: html/install.php:269 html/install.php:220 #: include/ext/import_account/include/impacc_file.class.php:69 -#: html/install.php:227 html/install.php:230 +#: html/install.php:227 html/install.php:230 html/install.php:277 +#: html/install.php:283 msgid "Fichier non sauvé" msgstr "Card not found" -#: include/lib/ac_common.php:1129 +#: include/lib/ac_common.php:1129 include/lib/ac_common.php:1139 msgid "Fichier non trouvé" msgstr "File not found" @@ -9421,6 +10258,15 @@ msgstr "File to include (from the folder \"include\")" msgid "Filter" msgstr "Filter" +#: include/class/acc_ledger_history.class.php:361 +#: include/class/pdf.class.php:151 include/class/print_ledger.class.php:103 +msgid "Filter invalide " +msgstr "Invalid filter " + +#: include/preod.inc.php:50 +msgid "Filter par journal" +msgstr "filter by ledger" + #: include/anc_od.inc.php:108 msgid "Filter par période" msgstr "Filter per periode" @@ -9461,6 +10307,10 @@ msgstr "Filter per periode" #: include/class/acc_ledger_search.class.php:565 html/recherche.php:83 #: include/class/acc_ledger_search.class.php:553 #: include/class/acc_ledger_search.class.php:562 include/modele.inc.php:279 +#: html/recherche.php:88 include/class/acc_ledger_search.class.php:648 +#: include/lettering.card.inc.php:98 +#: include/class/acc_ledger_search.class.php:671 +#: include/ajax/ajax_search_filter.php:137 msgid "Filtre" msgstr "Filter" @@ -9470,6 +10320,8 @@ msgstr "Filter" #: include/class/acc_ledger_search.class.php:1069 #: include/class/acc_ledger_search.class.php:1077 #: include/class/acc_ledger_search.class.php:1090 +#: include/class/acc_ledger_search.class.php:1179 +#: include/class/acc_ledger_search.class.php:1202 msgid "Filtre " msgstr "Filter" @@ -9477,6 +10329,13 @@ msgstr "Filter" msgid "Filtre :" msgstr "Filter:" +#: include/class/acc_ledger_history.class.php:337 +#: include/class/acc_ledger_purchase.class.php:1845 +#: include/class/acc_ledger_sold.class.php:1368 +#: include/class/print_ledger.class.php:331 +msgid "Filtre invalide" +msgstr "Invalid filter" + #: include/impress_rec.inc.php:42 msgid "Filtre par journal" msgstr "filter on ledger" @@ -9486,6 +10345,7 @@ msgstr "filter on ledger" #: include/class/class_acc_account_ledger.php:703 #: include/class/acc_account_ledger.class.php:763 #: include/class/acc_account_ledger.class.php:766 +#: include/class/acc_account_ledger.class.php:758 msgid "Filtre rapide" msgstr "quick filter:" @@ -9498,7 +10358,7 @@ msgstr "Rapid filter:" #: include/fiche.inc.php:312 include/fiche.inc.php:317 #: include/fiche.inc.php:390 include/fiche.inc.php:393 #: include/fiche.inc.php:394 include/fiche.inc.php:395 -#: include/fiche.inc.php:402 +#: include/fiche.inc.php:402 include/fiche.inc.php:412 msgid "Filtre rapide:" msgstr "Rapid filter:" @@ -9547,6 +10407,7 @@ msgid "Fin" msgstr "Fin" #: html/test_class.php:239 dev/test/test_class.php:235 +#: dev-2/test/test_class.php:235 msgid "Fin de programme" msgstr "End of program" @@ -9567,6 +10428,9 @@ msgstr "Fin /MO" #: include/class/acc_ledger_search.class.php:1082 #: include/class/acc_ledger_search.class.php:1095 include/lib/user_menu.php:136 #: include/database.item.php:233 include/database.item.php:252 +#: include/class/acc_ledger_search.class.php:1184 include/database.item.php:217 +#: include/database.item.php:229 include/lib/user_menu.php:135 +#: include/class/acc_ledger_search.class.php:1207 msgid "Financier" msgstr "Financial" @@ -9575,12 +10439,14 @@ msgid "Format Export CSV" msgstr "Export CSV" #: include/lib/ac_common.php:811 include/lib/ac_common.php:813 -#: include/lib/ac_common.php:829 +#: include/lib/ac_common.php:829 include/lib/ac_common.php:839 msgid "Format Invalide" msgstr "invalid format" #: include/class/tax_summary.class.php:74 #: include/class/tax_summary.class.php:93 +#: include/class/tax_summary.class.php:91 +#: include/class/tax_summary.class.php:111 msgid "Format date invalide" msgstr "invalid format" @@ -9665,6 +10531,11 @@ msgstr "Formula" #: include/class/print_ledger_simple.class.php:105 #: include/class/acc_ledger_history_purchase.class.php:253 #: include/class/acc_ledger_history_purchase.class.php:257 +#: include/class/acc_ledger_history_sale.class.php:256 +#: include/class/acc_ledger_history_purchase.class.php:268 +#: include/class/acc_ledger_purchase.class.php:1314 +#: include/class/acc_ledger_purchase.class.php:1441 +#: include/class/print_ledger_simple.class.php:102 include/database.item.php:12 msgid "Fournisseur" msgstr "Supplier" @@ -9683,11 +10554,13 @@ msgstr "Supplier" #: include/class/pre_op_ach.class.php:231 #: include/class/acc_ledger_purchase.class.php:1130 #: include/class/acc_ledger_purchase.class.php:1133 +#: include/class/acc_ledger_purchase.class.php:1144 msgid "Fournisseur " msgstr "Supplier" #: include/template/param_jrn.php:139 include/template/param_jrn.php:146 #: include/template/param_jrn.php:148 include/template/param_jrn.php:193 +#: include/template/param_jrn.php:194 msgid "Fournisseurs (C)" msgstr "Supplier (C)" @@ -9707,11 +10580,13 @@ msgstr "Supplier to pay today" #: html/test_class.php:219 include/ajax_preference.php:173 #: include/ajax/ajax_preference.php:173 include/ajax/ajax_preference.php:252 #: dev/test/test_class.php:215 include/ajax/ajax_preference.php:263 +#: dev-2/test/test_class.php:215 msgid "Français" msgstr "French" #: include/class/periode.class.php:647 include/class/periode.class.php:649 -#: include/class/periode.class.php:651 +#: include/class/periode.class.php:651 include/class/periode.class.php:652 +#: include/class/periode.class.php:653 msgid "Février" msgstr "February" @@ -9727,28 +10602,33 @@ msgstr "GSM" #: include/database.item.php:71 include/database.item.php:74 #: include/database.item.php:14 include/database.item.php:76 #: include/database.item.php:79 include/database.item.php:73 +#: include/database.item.php:72 msgid "Gestion" msgstr "Management" #: include/database.item.php:108 include/database.item.php:111 #: include/database.item.php:117 include/database.item.php:114 #: include/database.item.php:113 include/database.item.php:109 +#: include/database.item.php:110 msgid "Gestion catégorie de fiche" msgstr "Category record management" #: include/database.item.php:90 include/database.item.php:93 #: include/database.item.php:98 include/database.item.php:95 #: include/database.item.php:94 include/database.item.php:92 +#: include/database.item.php:91 msgid "Gestion des attributs de fiches " msgstr "Management attributes sheets" #: include/user_menu.php:111 include/lib/user_menu.php:117 #: include/lib/user_menu.php:118 include/lib/user_menu.php:75 +#: include/lib/user_menu.php:74 msgid "Gestion des dossiers" msgstr "Folders managements" #: include/user_menu.php:112 include/lib/user_menu.php:118 #: include/lib/user_menu.php:119 include/lib/user_menu.php:76 +#: include/lib/user_menu.php:75 msgid "Gestion des modèles" msgstr "Template management" @@ -9762,11 +10642,13 @@ msgstr "Manage predefined writing" #: include/database.item.php:84 include/database.item.php:87 #: include/database.item.php:92 include/database.item.php:89 #: include/database.item.php:88 include/database.item.php:86 +#: include/database.item.php:85 msgid "Gestion des périodes" msgstr "Setting period" #: include/database.item.php:89 include/database.item.php:92 #: include/database.item.php:86 include/database.item.php:84 +#: include/database.item.php:85 msgid "" "Gestion des périodes : clôture, ajout de période, afin de créer des périodes " "vous pouvez aussi utiliser le plugin outil comptable" @@ -9778,6 +10660,7 @@ msgstr "" #: include/lib/user_menu.php:116 include/lib/user_menu.php:129 #: include/lib/user_menu.php:117 include/lib/user_menu.php:140 #: include/lib/user_menu.php:74 include/lib/user_menu.php:97 +#: include/lib/user_menu.php:73 include/lib/user_menu.php:96 msgid "Gestion des utilisateurs" msgstr "Users managements" @@ -9785,6 +10668,7 @@ msgstr "Users managements" #: include/database.item.php:170 include/database.item.php:169 #: include/database.item.php:168 include/database.item.php:172 #: include/database.item.php:177 include/database.item.php:180 +#: include/database.item.php:176 msgid "Gestion stock" msgstr "Stock management" @@ -9803,10 +10687,12 @@ msgstr "Global period for all ledgers" #: include/class/acc_ledger.class.php:372 #: include/class/acc_ledger.class.php:373 #: include/class/acc_ledger.class.php:391 +#: include/class/acc_ledger.class.php:390 include/database.item.php:65 msgid "Grand Livre" msgstr "General Ledger" #: include/verif_bilan.inc.php:78 include/verif_bilan.inc.php:105 +#: include/verif_bilan.inc.php:103 msgid "Grand livre" msgstr "General Ledger" @@ -9814,11 +10700,13 @@ msgstr "General Ledger" #: include/database.item.php:79 include/database.item.php:77 #: include/database.item.php:76 include/database.item.php:75 #: include/database.item.php:78 include/database.item.php:72 +#: include/database.item.php:71 msgid "Grand livre analytique" msgstr "Great analytical book" #: include/database.item.php:75 include/database.item.php:78 #: include/database.item.php:72 include/database.item.php:70 +#: include/database.item.php:71 msgid "Grand livre pour la comptabilité analytique" msgstr "General Ledger for Analytic accountancy" @@ -9826,6 +10714,7 @@ msgstr "General Ledger for Analytic accountancy" #: include/database.item.php:79 include/database.item.php:77 #: include/database.item.php:76 include/database.item.php:75 #: include/database.item.php:78 include/database.item.php:72 +#: include/database.item.php:71 msgid "Grand'Livre" msgstr "General Ledger" @@ -9958,13 +10847,18 @@ msgstr "" #: include/class/class_anc_account.php:290 include/database.item.php:15 #: include/class/anc_account_table.class.php:50 include/database.item.php:9 #: include/database.item.php:51 include/export/export_anc_axis_csv.php:47 -#: include/database.item.php:52 +#: include/database.item.php:52 include/class/follow_up.class.php:625 +#: include/template/tag_search_select.php:64 +#: include/template/tag_search_select.php:70 include/database.item.php:8 +#: include/class/follow_up.class.php:641 msgid "Groupe" msgstr "Group" #: include/template/detail-action.php:139 #: include/template/detail-action.php:144 -#: include/template/detail-action.php:143 +#: include/template/detail-action.php:143 include/ajax/ajax_get_profile.php:58 +#: include/template/detail-action.php:150 +#: include/template/detail-action.php:152 msgid "Groupe Gestion" msgstr "Management group" @@ -9975,6 +10869,10 @@ msgstr "Management group" msgid "Groupe analytique" msgstr "Analytical group" +#: include/cfgtags.inc.php:83 +msgid "Groupe étiquettes" +msgstr "Tag group" + #: include/action.common.inc.php:161 include/action.common.inc.php:178 #: include/action.common.inc.php:183 include/action.common.inc.php:185 #: include/action.common.inc.php:186 include/action.common.inc.php:192 @@ -10014,7 +10912,8 @@ msgstr "Accounting entries generation" #: include/class_follow_up.php:418 include/class_follow_up.php:420 #: include/class_follow_up.php:421 include/class/class_follow_up.php:421 #: include/class/class_follow_up.php:411 include/class/follow_up.class.php:411 -#: include/class/follow_up.class.php:412 +#: include/class/follow_up.class.php:412 include/class/follow_up.class.php:419 +#: include/class/follow_up.class.php:421 msgid "Génére le document" msgstr "Generate the document" @@ -10047,6 +10946,7 @@ msgstr "Generate invoices" #: include/compta_ach.inc.php:82 include/compta_ach.inc.php:85 #: include/compta_ven.inc.php:94 include/compta_ach.inc.php:87 #: include/compta_ach.inc.php:89 include/compta_ven.inc.php:96 +#: include/compta_ach.inc.php:86 msgid "Générer une facture ou charger un document" msgstr "Generate an invoice or upload a document" @@ -10077,6 +10977,9 @@ msgstr "Generate an invoice or upload a document" #: include/class/acc_ledger_history_purchase.class.php:256 #: include/class/acc_ledger_history_purchase.class.php:260 #: include/class/print_ledger_detail_item.class.php:161 +#: include/class/acc_ledger_history_sale.class.php:259 +#: include/class/acc_ledger_history_purchase.class.php:271 +#: include/class/print_ledger_simple.class.php:107 msgid "HTVA" msgstr "wo VAT" @@ -10106,6 +11009,8 @@ msgstr "wo VAT" #: include/class/acc_ledger_purchase.class.php:1854 #: include/class/acc_ledger_sold.class.php:1431 #: include/class/acc_ledger_purchase.class.php:1860 +#: include/class/acc_ledger_purchase.class.php:1897 +#: include/class/acc_ledger_sold.class.php:1416 msgid "HTVA Opération" msgstr "Operation without tax" @@ -10114,7 +11019,9 @@ msgstr "Operation without tax" #: include/template/action_display_short.php:57 #: include/class/class_follow_up.php:261 include/class/follow_up.class.php:261 #: include/template/action_display_short.php:58 -#: include/class/follow_up.class.php:262 +#: include/class/follow_up.class.php:262 include/class/document.class.php:1413 +#: include/class/follow_up.class.php:269 include/class/follow_up.class.php:725 +#: include/class/follow_up.class.php:271 include/class/follow_up.class.php:758 msgid "Haute" msgstr "High" @@ -10124,17 +11031,21 @@ msgstr "High" #: include/template/detail-action.php:104 #: include/template/action_display_short.php:88 #: include/template/action_display_short.php:89 +#: include/template/detail-action.php:111 +#: include/template/detail-action.php:113 msgid "Heure" msgstr "Hour" #: include/verif_bilan.inc.php:127 include/verif_bilan.inc.php:165 #: include/verif_bilan.inc.php:168 include/verif_bilan.inc.php:169 +#: include/verif_bilan.inc.php:167 msgid "Hist." msgstr "Hist." #: include/database.item.php:93 include/database.item.php:96 #: include/database.item.php:101 include/database.item.php:98 #: include/database.item.php:97 include/database.item.php:95 +#: include/database.item.php:94 msgid "Histo. Changement" msgstr "Histo. Change" @@ -10154,7 +11065,8 @@ msgstr "Histo. Change" #: include/database.item.php:11 include/ajax/ajax_card.php:166 #: include/database.item.php:5 include/database.item.php:98 #: include/ext/import-winbook/index.php:66 include/fiche.inc.php:65 -#: include/ajax/ajax_card.php:167 +#: include/ajax/ajax_card.php:167 include/ajax/ajax_card.php:170 +#: include/database.item.php:4 include/database.item.php:97 msgid "Historique" msgstr "History" @@ -10187,6 +11099,7 @@ msgstr "" #: include/database.item.php:66 include/database.item.php:69 #: include/database.item.php:63 include/database.item.php:61 +#: include/database.item.php:62 msgid "" "Historique de toutes vos opérations dans les journaux d'opérations diverses " "un menu de recherche, vous permettra de retrouver rapidement l'opération qui " @@ -10197,6 +11110,7 @@ msgstr "" #: include/database.item.php:109 include/database.item.php:112 #: include/database.item.php:106 include/database.item.php:104 +#: include/database.item.php:105 msgid "" "Historique de toutes vos opérations dans les journaux de trésorerie un menu " "de recherche, vous permettra de retrouver rapidement l'opération qui vous " @@ -10207,6 +11121,7 @@ msgstr "" #: include/database.item.php:108 include/database.item.php:111 #: include/database.item.php:105 include/database.item.php:103 +#: include/database.item.php:104 msgid "" "Historique de toutes vos opérations dans les journaux de vente un menu de " "recherche, vous permettra de retrouver rapidement l'opération qui vous " @@ -10217,6 +11132,7 @@ msgstr "" #: include/database.item.php:100 include/database.item.php:103 #: include/database.item.php:97 include/database.item.php:95 +#: include/database.item.php:96 msgid "" "Historique de toutes vos opérations dans tous les journaux auquels vous " "avez accès, vous permettra de retrouver rapidement l'opération qui vous " @@ -10238,6 +11154,7 @@ msgstr "" #: include/database.item.php:101 include/database.item.php:104 #: include/database.item.php:98 include/database.item.php:96 +#: include/database.item.php:97 msgid "" "Historique de toutes vos opérations un menu de recherche, vous permettra de " "retrouver rapidement l'opération qui vous intéresse" @@ -10266,7 +11183,7 @@ msgstr "History made imports" #: include/database.item.php:3 include/database.item.php:6 #: include/database.item.php:8 include/database.item.php:11 -#: include/database.item.php:5 +#: include/database.item.php:5 include/database.item.php:4 msgid "Historique des imputations analytiques" msgstr "History analytic record" @@ -10282,12 +11199,14 @@ msgstr "Transaction History" #: include/database.item.php:102 include/database.item.php:105 #: include/database.item.php:111 include/database.item.php:108 #: include/database.item.php:107 include/database.item.php:103 +#: include/database.item.php:104 msgid "Historique des ventes" msgstr "Sales History" #: include/database.item.php:103 include/database.item.php:106 #: include/database.item.php:112 include/database.item.php:109 #: include/database.item.php:108 include/database.item.php:104 +#: include/database.item.php:105 msgid "Historique financier" msgstr "Financial History" @@ -10308,18 +11227,21 @@ msgstr "Not lettered history" #: include/database.item.php:70 include/database.item.php:68 #: include/database.item.php:67 include/database.item.php:66 #: include/database.item.php:69 include/database.item.php:63 +#: include/database.item.php:62 msgid "Historique opérations diverses" msgstr "History" #: include/database.item.php:16 include/database.item.php:19 #: include/database.item.php:23 include/database.item.php:22 #: include/database.item.php:25 include/database.item.php:18 +#: include/database.item.php:17 msgid "Historique stock" msgstr "Stock History" #: include/database.item.php:102 include/database.item.php:105 #: include/database.item.php:111 include/database.item.php:108 #: include/database.item.php:107 include/database.item.php:103 +#: include/database.item.php:104 msgid "Historique vente" msgstr "Sales history" @@ -10328,6 +11250,7 @@ msgstr "Sales history" #: include/lib/user_menu.php:168 include/lib/user_menu.php:169 #: include/lib/user_menu.php:181 include/lib/user_menu.php:182 #: include/lib/user_menu.php:139 include/lib/user_menu.php:140 +#: include/lib/user_menu.php:138 msgid "Hors Comptabilité" msgstr "Out of accountancy system" @@ -10355,10 +11278,14 @@ msgstr "IN/OUT" #: include/class_user.php:973 include/class_user.php:974 #: include/class/class_user.php:974 include/class/class_user.php:962 #: include/class/class_user.php:961 include/class/user.class.php:961 -#: include/class/user.class.php:985 +#: include/class/user.class.php:985 include/class/user.class.php:988 msgid "Id" msgstr "Id" +#: include/lib/message_javascript.php:109 +msgid "Il est conseillé d'avoir un quickcode de moins de 9 car." +msgstr "It is recommanded to have a short quickcode (9 char max)" + #: include/ext/importbank/include/class_import_bank.php:78 #: include/ext/importbank/include/import_bank.class.php:78 msgid "Il manque la colonne pour les dates" @@ -10383,13 +11310,15 @@ msgstr "There is no document, click to add one" #: include/class/acc_ledger_purchase.class.php:266 #: include/class/acc_ledger_sold.class.php:214 #: include/class/acc_ledger_purchase.class.php:265 +#: include/class/acc_ledger_purchase.class.php:267 msgid "Il n'y a aucune marchandise" msgstr "There is no item" #: html/admin/setup.php:462 html/install.php:526 html/install.php:525 #: html/install.php:523 html/install.php:529 html/install.php:521 #: html/install.php:527 html/install.php:489 html/install.php:464 -#: html/install.php:470 html/install.php:473 +#: html/install.php:470 html/install.php:473 html/install.php:522 +#: html/install.php:528 #, php-format msgid "Il y a %s paramètre qui sont trop bas" msgstr "There are %s invalid parameters" @@ -10397,6 +11326,7 @@ msgstr "There are %s invalid parameters" #: html/ajax_misc.php:572 html/ajax_misc.php:614 html/ajax_misc.php:409 #: html/ajax_misc.php:435 html/ajax_misc.php:547 html/ajax_misc.php:549 #: html/ajax_misc.php:555 html/ajax_misc.php:557 html/ajax_misc.php:561 +#: html/ajax_misc.php:526 html/ajax_misc.php:534 msgid "Il y a une erreur, ce plugin n'existe pas" msgstr "This plugin doesn't exist" @@ -10458,6 +11388,9 @@ msgstr "Import / export" #: html/install.php:213 html/install.php:543 html/install.php:599 #: html/install.php:625 html/install.php:549 html/install.php:606 #: html/install.php:632 html/install.php:552 html/install.php:635 +#: html/install.php:259 html/install.php:602 html/install.php:659 +#: html/install.php:688 include/class/follow_up.class.php:731 +#: html/install.php:264 html/install.php:608 html/install.php:694 msgid "Important" msgstr "Important" @@ -10546,6 +11479,7 @@ msgstr "Imported" #: include/class/class_fiche.php:1024 include/class/class_fiche.php:1027 #: include/class/fiche.class.php:1117 include/class/fiche.class.php:1119 #: include/class/fiche.class.php:1133 include/class/fiche.class.php:1134 +#: include/class/fiche.class.php:1161 msgid "Impossible cette fiche est utilisée dans un journal" msgstr "Can not remove this card, it is used" @@ -10578,6 +11512,7 @@ msgstr "It is not possible to remove this accounting.It is still in use" #: include/class/acc_ledger.class.php:2584 #: include/class/acc_ledger.class.php:2593 #: include/class/acc_ledger.class.php:2632 +#: include/class/acc_ledger.class.php:2656 msgid "Impossible d'effacer un journal qui contient des opérations" msgstr "It is not possible to remove this ledger.It is still in use" @@ -10601,7 +11536,7 @@ msgid "Impossible de changer la valeur: poste déjà utilisé" msgstr "It is not possible to remove this accounting.It is still in use" #: include/param_sec.inc.php:244 include/param_sec.inc.php:178 -#: include/param_sec.inc.php:184 +#: include/param_sec.inc.php:184 include/param_sec.inc.php:189 msgid "" "Impossible de modifier cet utilisateur dans cet écran, il faut passer par\n" "\t\t\tl'écran administration -> utilisateur." @@ -10610,7 +11545,7 @@ msgstr "" "\t\t\tAdministrator -> User" #: include/param_sec.inc.php:231 include/param_sec.inc.php:165 -#: include/param_sec.inc.php:171 +#: include/param_sec.inc.php:171 include/param_sec.inc.php:176 msgid "" "Impossible de modifier cet utilisateur dans cet écran, il faut passer par\n" "\t\tl'écran administration -> utilisateur." @@ -10624,7 +11559,8 @@ msgstr "Unable to save this file" #: html/install.php:278 html/install.php:277 html/install.php:275 #: html/install.php:281 html/install.php:287 html/install.php:238 -#: html/install.php:245 html/install.php:248 +#: html/install.php:245 html/install.php:248 html/install.php:295 +#: html/install.php:301 msgid "" "Impossible de se connecter à Postgresql, vérifiez les informations de " "connection" @@ -10646,35 +11582,42 @@ msgstr "Impossible to connect to Postgresql" #: include/database.item.php:73 include/ajax/ajax_get_profile.php:114 #: include/database.item.php:76 include/ajax/ajax_get_profile.php:120 #: include/database.item.php:70 include/database.item.php:115 +#: include/ajax/ajax_get_profile.php:119 include/database.item.php:69 +#: include/database.item.php:116 msgid "Impression" msgstr "Print" #: include/database.item.php:44 include/database.item.php:47 #: include/database.item.php:51 include/database.item.php:50 #: include/database.item.php:53 include/database.item.php:46 +#: include/database.item.php:45 msgid "Impression Grand-Livre" msgstr "Print General Ledger" #: include/database.item.php:112 include/database.item.php:115 #: include/database.item.php:121 include/database.item.php:118 #: include/database.item.php:117 include/database.item.php:113 +#: include/database.item.php:114 msgid "Impression Journaux" msgstr "Ledger report" #: include/database.item.php:114 include/database.item.php:117 #: include/database.item.php:123 include/database.item.php:120 #: include/database.item.php:119 include/database.item.php:115 +#: include/database.item.php:116 msgid "Impression compta. analytique" msgstr "Print analytic" #: include/database.item.php:105 include/database.item.php:108 #: include/database.item.php:114 include/database.item.php:111 #: include/database.item.php:110 include/database.item.php:106 +#: include/database.item.php:107 msgid "Impression de bilan" msgstr "Print balance sheet" #: include/database.item.php:111 include/database.item.php:114 #: include/database.item.php:108 include/database.item.php:106 +#: include/database.item.php:107 msgid "" "Impression de bilan, ce module est basique, il est plus intéressant " "d'utiliser le plugin \"rapport avancés\"" @@ -10686,11 +11629,13 @@ msgstr "" #: include/database.item.php:72 include/database.item.php:70 #: include/database.item.php:69 include/database.item.php:68 #: include/database.item.php:71 include/database.item.php:65 +#: include/database.item.php:64 msgid "Impression de rapport" msgstr "Print report" #: include/database.item.php:68 include/database.item.php:71 #: include/database.item.php:65 include/database.item.php:63 +#: include/database.item.php:64 msgid "" "Impression de rapport personnalisé, il est aussi possible d'exporter en CSV " "afin de faire des graphiques" @@ -10700,17 +11645,20 @@ msgstr "Printing of customized report, it is also possible to export in CSV" #: include/database.item.php:74 include/database.item.php:72 #: include/database.item.php:71 include/database.item.php:70 #: include/database.item.php:73 include/database.item.php:67 +#: include/database.item.php:66 msgid "Impression des balances comptables" msgstr "Print balance" #: include/database.item.php:112 include/database.item.php:115 #: include/database.item.php:121 include/database.item.php:118 #: include/database.item.php:117 include/database.item.php:113 +#: include/database.item.php:114 msgid "Impression des journaux" msgstr "Ledger report" #: include/database.item.php:118 include/database.item.php:121 #: include/database.item.php:115 include/database.item.php:113 +#: include/database.item.php:114 msgid "" "Impression des journaux avec les détails pour les parties privés, la TVA et " "ce qui est non déductibles en ce qui concerne les journaux de vente et " @@ -10722,11 +11670,13 @@ msgstr "" #: include/database.item.php:104 include/database.item.php:107 #: include/database.item.php:113 include/database.item.php:110 #: include/database.item.php:109 include/database.item.php:105 +#: include/database.item.php:106 msgid "Impression des rapprochements" msgstr "Print reconciliations" #: include/database.item.php:110 include/database.item.php:113 #: include/database.item.php:107 include/database.item.php:105 +#: include/database.item.php:106 msgid "" "Impression des rapprochements : opérations non rapprochées ou avec des " "montants différents" @@ -10738,6 +11688,7 @@ msgstr "" #: include/database.item.php:71 include/database.item.php:69 #: include/database.item.php:68 include/database.item.php:67 #: include/database.item.php:70 include/database.item.php:64 +#: include/database.item.php:63 msgid "Impression du détail d'un poste comptable" msgstr "Detail of a print job accounting" @@ -10745,6 +11696,7 @@ msgstr "Detail of a print job accounting" #: include/database.item.php:73 include/database.item.php:71 #: include/database.item.php:70 include/database.item.php:69 #: include/database.item.php:72 include/database.item.php:66 +#: include/database.item.php:65 msgid "Impression du grand livre" msgstr "Print great ledger" @@ -10793,7 +11745,7 @@ msgid "" "sauvés exemple c:/temp, /tmp" msgstr "Give the folder for temporary files example c:/temp , /tmp,..." -#: html/install.php:142 +#: html/install.php:142 html/install.php:155 html/install.php:159 msgid "" "Indiquez ici le répertoire où les documents temporaires peuvent être sauvés " "exemple c:/temp, /tmp" @@ -10824,6 +11776,8 @@ msgstr "Extra info" #: include/template/ledger_detail_bottom.php:37 include/ext/tva/ajax.php:101 #: include/ext/tva/ajax.php:200 include/ajax/ajax_ledger.php:104 #: include/ajax/ajax_ledger.php:126 +#: include/template/ledger_detail_bottom.php:42 +#: include/ajax/ajax_ledger.php:105 include/ajax/ajax_ledger.php:127 msgid "Information" msgstr "Information" @@ -10831,6 +11785,7 @@ msgstr "Information" #: include/database.item.php:78 include/database.item.php:76 #: include/database.item.php:75 include/database.item.php:74 #: include/database.item.php:77 include/database.item.php:71 +#: include/database.item.php:70 msgid "Information Banque" msgstr "Information Bank" @@ -10841,6 +11796,7 @@ msgstr "Data saved" #: include/database.item.php:88 include/database.item.php:91 #: include/database.item.php:85 include/database.item.php:83 +#: include/database.item.php:84 msgid "" "Information sur votre société : nom, adresse... utilisé lors de la " "génération de documents" @@ -10850,7 +11806,8 @@ msgstr "" #: include/lib/user_menu.php:122 include/lib/user_menu.php:123 #: include/lib/user_menu.php:142 include/lib/user_menu.php:80 -#: include/lib/user_menu.php:99 +#: include/lib/user_menu.php:99 include/lib/user_menu.php:79 +#: include/lib/user_menu.php:98 msgid "Information système" msgstr "System information" @@ -10867,10 +11824,13 @@ msgstr "General Information" #: html/install.php:235 include/upgrade-plugin.php:113 #: include/lib/user_menu.php:121 html/install.php:238 #: include/upgrade-plugin.php:125 include/lib/user_menu.php:78 +#: html/install.php:285 include/lib/user_menu.php:77 +#: include/upgrade-plugin.php:128 html/install.php:291 msgid "Installation" msgstr "Installation" #: include/lib/user_menu.php:121 include/lib/user_menu.php:78 +#: include/lib/user_menu.php:77 msgid "Installation Mise à jour du système et des bases de données" msgstr "Update system and databases" @@ -10900,6 +11860,10 @@ msgstr "Installed on %s" msgid "Installé par défaut dans %s" msgstr "Install by default in %s" +#: include/ajax/ajax_anc_key_clean.php:65 +msgid "Interdit" +msgstr "Forbidden" + #: include/class_acc_ledger.php:656 include/class_acc_ledger.php:655 #: include/class_acc_ledger.php:659 include/class_acc_ledger.php:660 #: include/class_acc_ledger.php:661 include/class/class_acc_ledger.php:661 @@ -10910,6 +11874,9 @@ msgstr "Install by default in %s" #: include/class/acc_ledger_search.class.php:929 #: include/class/acc_ledger_search.class.php:937 #: include/class/acc_ledger_search.class.php:950 +#: include/class/acc_ledger_search.class.php:1039 +#: include/export/export_histo_csv.php:39 +#: include/class/acc_ledger_search.class.php:1062 msgid "Internal" msgstr "Internal" @@ -10970,11 +11937,18 @@ msgstr "Internal" #: include/class/fiche.class.php:1475 #: include/class/acc_ledger_history_generic.class.php:769 #: include/class/acc_ledger_sold.class.php:1412 -#: include/class/acc_ledger_purchase.class.php:1838 +#: include/class/acc_ledger_purchase.class.php:1838 include/fiche.inc.php:542 +#: include/class/print_ledger_misc.class.php:44 +#: include/class/fiche.class.php:1502 +#: include/class/acc_ledger_purchase.class.php:1875 +#: include/class/acc_ledger_sold.class.php:1397 +#: include/class/acc_ledger_history_generic.class.php:770 +#: include/class/anc_grandlivre.class.php:232 +#: include/class/anc_grandlivre.class.php:233 msgid "Interne" msgstr "Internal" -#: include/ajax/ajax_periode.php:291 +#: include/ajax/ajax_periode.php:291 include/ajax/ajax_periode.php:261 msgid "Invalid command" msgstr "Invalid command" @@ -10985,7 +11959,7 @@ msgid "Invalide" msgstr "Invalide" #: html/ajax_misc.php:288 html/ajax_misc.php:290 html/ajax_misc.php:296 -#: html/ajax_misc.php:298 +#: html/ajax_misc.php:298 html/ajax_misc.php:313 html/ajax_misc.php:321 msgid "Invalide type" msgstr "Invalide type" @@ -11008,7 +11982,7 @@ msgstr "Invalid inventory" #: include/class_html_input.php:332 include/lib/class_html_input.php:332 #: include/lib/class_ibutton.php:63 include/compta_fin_rec.inc.php:221 #: include/lib/class_html_input.php:333 include/lib/class_html_input.php:334 -#: include/lib/ibutton.class.php:63 +#: include/lib/ibutton.class.php:63 include/compta_fin_rec.inc.php:258 msgid "Inverser la sélection" msgstr "Invert selection" @@ -11016,6 +11990,8 @@ msgstr "Invert selection" #: include/class/acc_ledger_search.class.php:1070 #: include/class/acc_ledger_search.class.php:1078 #: include/class/acc_ledger_search.class.php:1091 +#: include/class/acc_ledger_search.class.php:1180 +#: include/class/acc_ledger_search.class.php:1203 msgid "Inverser sel" msgstr "Invert sel" @@ -11027,7 +12003,8 @@ msgid "Item" msgstr "Item" #: include/class/periode.class.php:647 include/class/periode.class.php:649 -#: include/class/periode.class.php:651 +#: include/class/periode.class.php:651 include/class/periode.class.php:652 +#: include/class/periode.class.php:653 msgid "Janvier" msgstr "January" @@ -11045,6 +12022,8 @@ msgstr "Javascript" #: include/template/detail-action.php:461 #: include/template/detail-action.php:465 #: include/template/detail-action.php:463 +#: include/template/detail-action.php:476 +#: include/template/detail-action.php:489 msgid "Je ne peux pas ajouter de fichier" msgstr "I can not add this file" @@ -11096,11 +12075,68 @@ msgstr "Thursday" #: include/class/acc_ledger_search.class.php:954 #: include/export/export_printtva_csv.php:39 #: include/export/export_printtva_csv.php:58 +#: unit-test/include/class/print_ledger_detail.classTest.php:75 +#: unit-test/include/class/print_ledger_fin.classTest.php:72 +#: unit-test/include/class/print_ledger_fin.classTest.php:83 +#: unit-test/include/class/print_ledger_fin.classTest.php:95 +#: unit-test/include/class/print_ledger_fin.classTest.php:106 +#: include/class/acc_ledger_search.class.php:1043 +#: include/class/operation_predef_mtable.class.php:51 +#: include/class/acc_ledger_purchase.class.php:1433 +#: include/class/acc_ledger_sold.class.php:703 +#: include/export/export_printtva_csv.php:51 +#: include/export/export_printtva_csv.php:70 +#: include/export/export_ledger_pdf.php:84 +#: include/export/export_histo_csv.php:40 +#: include/template/pre_operation_display.php:38 +#: include/class/acc_ledger_search.class.php:1066 +#: include/export/export_poste_detail_pdf.php:97 msgid "Journal" msgstr "Ledger" +#: unit-test/include/class/print_ledger_detail_item.classTest.php:78 +#: unit-test/include/class/print_ledger_simple.classTest.php:82 +#: unit-test/include/class/print_ledger_simple_without_vat.classTest.php:82 +msgid "Journal Achat Payé" +msgstr "Purchase ledger paid" + +#: unit-test/include/class/print_ledger_detail_item.classTest.php:107 +#: unit-test/include/class/print_ledger_simple.classTest.php:111 +#: unit-test/include/class/print_ledger_simple_without_vat.classTest.php:109 +msgid "Journal Achat tous" +msgstr "Purchase ledger all" + +#: unit-test/include/class/print_ledger_detail_item.classTest.php:92 +#: unit-test/include/class/print_ledger_detail_item.classTest.php:141 +#: unit-test/include/class/print_ledger_simple.classTest.php:96 +#: unit-test/include/class/print_ledger_simple.classTest.php:145 +#: unit-test/include/class/print_ledger_simple_without_vat.classTest.php:95 +#: unit-test/include/class/print_ledger_simple_without_vat.classTest.php:141 +msgid "Journal Non Payé" +msgstr "Ledger not paid" + +#: unit-test/include/class/print_ledger_misc.classTest.php:84 +msgid "Journal Opérations diverses" +msgstr "Miscellaneous ledger" + +#: unit-test/include/class/print_ledger_misc.classTest.php:73 +msgid "Journal Opérations diverses " +msgstr "Miscellaneous ledger" + +#: unit-test/include/class/print_ledger_detail_item.classTest.php:127 +#: unit-test/include/class/print_ledger_simple.classTest.php:131 +#: unit-test/include/class/print_ledger_simple_without_vat.classTest.php:128 +msgid "Journal Vente Payé" +msgstr "Sale purchase paid" + +#: unit-test/include/class/print_ledger_detail_item.classTest.php:156 +#: unit-test/include/class/print_ledger_simple.classTest.php:160 +#: unit-test/include/class/print_ledger_simple_without_vat.classTest.php:155 +msgid "Journal Vente tous" +msgstr "Sales ledger all" + #: include/template/param_jrn.php:125 include/template/param_jrn.php:127 -#: include/template/param_jrn.php:171 +#: include/template/param_jrn.php:171 include/template/param_jrn.php:172 msgid "Journal actif" msgstr "Enabled ledger" @@ -11124,6 +12160,7 @@ msgstr "Financial ledger misconfigured" #: include/class/acc_ledger.class.php:2871 #: include/class/acc_ledger.class.php:2880 #: include/class/acc_ledger.class.php:2919 +#: include/class/acc_ledger.class.php:2943 msgid "Journal incorrect" msgstr "Incorrect ledger" @@ -11135,6 +12172,7 @@ msgstr "No existent ledger" #: include/ext/import_account/include/class_impacc_export.php:104 #: include/ext/import_account/include/impacc_export.class.php:104 #: include/class/acc_ledger.class.php:2938 +#: include/class/acc_ledger.class.php:2962 msgid "Journal invalide" msgstr "Invalid Ledger" @@ -11155,6 +12193,7 @@ msgstr "Ledger misconfigured" #: include/class/acc_ledger.class.php:2205 #: include/class/acc_ledger.class.php:2214 #: include/class/acc_ledger.class.php:2230 +#: include/class/acc_ledger.class.php:2249 msgid "Journal n'existe pas" msgstr "The ledger does not exist" @@ -11172,9 +12211,15 @@ msgstr "Ledger not found" #: include/param_sec.inc.php:223 include/class/acc_ledger_search.class.php:1065 #: include/class/acc_ledger_search.class.php:1073 #: include/class/acc_ledger_search.class.php:1086 +#: include/class/acc_ledger_search.class.php:1175 include/param_sec.inc.php:228 +#: include/class/acc_ledger_search.class.php:1198 msgid "Journaux" msgstr "Ledgers" +#: include/lib/message_javascript.php:108 +msgid "Journaux Achat ou vente en mode simple, TVA ou détaillé" +msgstr "Ledger Sales or Purchase , basic, detailled or VAT" + #: include/class_acc_ledger.php:3380 include/class/class_acc_ledger.php:3380 #: include/class/class_acc_ledger.php:3379 #: include/class/class_acc_ledger.php:3384 @@ -11183,6 +12228,7 @@ msgstr "Ledgers" #: include/class/acc_ledger.class.php:2111 #: include/class/acc_ledger.class.php:2120 #: include/class/acc_ledger.class.php:2136 +#: include/class/acc_ledger.class.php:2155 msgid "Journaux Financier" msgstr "Financial" @@ -11194,6 +12240,7 @@ msgstr "Financial" #: include/class/acc_ledger.class.php:2112 #: include/class/acc_ledger.class.php:2121 #: include/class/acc_ledger.class.php:2137 +#: include/class/acc_ledger.class.php:2156 msgid "Journaux d'Opérations diverses" msgstr "Miscellaneous ledger" @@ -11205,6 +12252,7 @@ msgstr "Miscellaneous ledger" #: include/class/acc_ledger.class.php:2110 #: include/class/acc_ledger.class.php:2119 #: include/class/acc_ledger.class.php:2135 +#: include/class/acc_ledger.class.php:2154 msgid "Journaux d'achat" msgstr "Purchase ledger" @@ -11220,16 +12268,19 @@ msgstr "Purchase ledger" #: include/class/acc_ledger.class.php:2109 #: include/class/acc_ledger.class.php:2118 #: include/class/acc_ledger.class.php:2134 +#: include/class/acc_ledger.class.php:2153 msgid "Journaux de vente" msgstr "Ledger of sales" #: include/class/periode.class.php:648 include/class/periode.class.php:650 -#: include/class/periode.class.php:652 +#: include/class/periode.class.php:652 include/class/periode.class.php:653 +#: include/class/periode.class.php:654 msgid "Juillet" msgstr "July" #: include/class/periode.class.php:648 include/class/periode.class.php:650 -#: include/class/periode.class.php:652 +#: include/class/periode.class.php:652 include/class/periode.class.php:653 +#: include/class/periode.class.php:654 msgid "Juin" msgstr "June" @@ -11241,7 +12292,7 @@ msgstr "Until accountancy" #: include/template/stock_histo_search.php:47 include/class_anc_print.php:159 #: include/class/class_anc_print.php:159 include/class/class_anc_print.php:161 #: include/class/anc_print.class.php:155 include/class/anc_print.class.php:153 -#: include/impress_jrn.inc.php:143 +#: include/impress_jrn.inc.php:143 include/class/anc_print.class.php:154 msgid "Jusque" msgstr "Until" @@ -11263,10 +12314,14 @@ msgid "L'extension est installée, pourriez-vous en vérifier le paramètrage ?" msgstr "The extension is installed, could you check the settings?" #: include/param_sec.inc.php:242 include/param_sec.inc.php:176 -#: include/param_sec.inc.php:182 +#: include/param_sec.inc.php:182 include/param_sec.inc.php:187 msgid "L'utilisateur n'a pas accès à ce dossier" msgstr "User can access this folder" +#: include/class/html_input_noalyss.class.php:46 +msgid "LAD46 Erreur type" +msgstr "LAD46 error type" + #: html/admin/setup.php:459 msgid "La base de données est bien configurée " msgstr "The database is properly configured" @@ -11286,7 +12341,8 @@ msgstr "" #: html/install.php:605 html/install.php:621 html/install.php:613 #: html/install.php:619 html/install.php:581 html/install.php:571 -#: html/install.php:577 html/install.php:580 +#: html/install.php:577 html/install.php:580 html/install.php:630 +#: html/install.php:636 #, php-format msgid "" "La base de donnée %s est vide, \n" @@ -11327,7 +12383,8 @@ msgstr "" #: html/admin/setup.php:459 html/install.php:523 html/install.php:522 #: html/install.php:520 html/install.php:526 html/install.php:518 #: html/install.php:524 html/install.php:486 html/install.php:461 -#: html/install.php:467 html/install.php:470 +#: html/install.php:467 html/install.php:470 html/install.php:519 +#: html/install.php:525 msgid "La base de données est bien configurée " msgstr "The database is properly configured" @@ -11404,6 +12461,13 @@ msgstr "The date is invalid, format is dd.mm.yyyy" #: include/class/acc_ledger_sold.class.php:210 #: include/class/acc_ledger_purchase.class.php:200 #: include/class/acc_ledger_purchase.class.php:225 +#: include/class/acc_ledger_purchase.class.php:132 +#: include/class/acc_ledger_purchase.class.php:157 +#: include/class/acc_ledger_purchase.class.php:176 +#: include/class/acc_ledger_purchase.class.php:182 +#: include/class/acc_ledger_purchase.class.php:187 +#: include/class/acc_ledger_purchase.class.php:202 +#: include/class/acc_ledger_purchase.class.php:227 msgid "La fiche " msgstr "The card" @@ -11428,6 +12492,8 @@ msgstr "The card" #: include/class/acc_ledger.class.php:1252 #: include/class/acc_ledger.class.php:1125 #: include/class/acc_ledger.class.php:1268 +#: include/class/acc_ledger.class.php:1121 +#: include/class/acc_ledger.class.php:1264 #, php-format msgid "La fiche %s n'a pas de poste comptable" msgstr "The card% s Has No accountancy" @@ -11444,12 +12510,31 @@ msgstr "" "The numbering concerns only one each ledger , let it to 0 if you don't want " "to change it" +#: include/param_sec.inc.php:327 +msgid "" +"La sécurité sur les actions permet de limiter ce que l'utilisateur peut " +"faire, si elle n'est pas active l'utilisateur a donc accès à toutes ces " +"actions" +msgstr "" +"The security on the action limit what the user can do , if it is not enable, " +"the user can do all those actions" + +#: include/param_sec.inc.php:253 +msgid "" +"La sécurité sur les journaux, permet de limiter l'accès de l'utilisateur aux " +"journaux, si cette sécurité n'est pas activée , l'utilisateur a accès à " +"tous les journaux en lecture et écriture" +msgstr "" +"The security on the ledger limit what the user can access, if it is not " +"enable, the user can access all the ledgers" + #: include/class_fiche_def.php:453 include/ajax_plugin_detail.php:35 #: include/class_fiche_def.php:436 include/class_fiche_def.php:442 #: include/class_fiche_def.php:452 include/ajax/ajax_plugin_detail.php:35 #: include/class/class_fiche_def.php:452 #: include/class/anc_account_table.class.php:48 #: include/class/fiche_def.class.php:453 +#: include/class/document_state_mtable.php:43 msgid "Label" msgstr "Label" @@ -11475,13 +12560,14 @@ msgstr "Latin" #: html/admin/setup.php:76 html/admin/setup.php:79 html/admin/setup.php:130 #: html/install.php:132 html/install.php:131 html/install.php:137 -#: html/install.php:144 +#: html/install.php:144 html/install.php:157 html/install.php:161 msgid "Le chemin vers le repertoire contenant psql, pg_dump..." msgstr "Give the path to the postgresql binaries (psql, pg_dump,...)" #: include/dossier.inc.php:331 include/dossier.inc.php:367 #: include/dossier.inc.php:403 include/dossier.inc.php:404 #: include/dossier.inc.php:420 include/dossier.inc.php:425 +#: include/dossier.inc.php:429 #, php-format msgid "Le dossier %s est effacé" msgstr "Folder %s is dropped" @@ -11504,6 +12590,7 @@ msgid "Le login ne peut pas être vide" msgstr "The login can not be empty" #: include/user.inc.php:93 include/user.inc.php:94 include/user.inc.php:96 +#: include/user.inc.php:98 msgid "Le login ne peut être vide" msgstr "The login can not be empty" @@ -11521,12 +12608,24 @@ msgstr "The mini-report" msgid "Le modèle %s est effacé" msgstr "Folder %s is dropped" +#: html/install.php:226 html/install.php:230 +msgid "Le mot de passe du super admin et le login ne peuvent être vides" +msgstr "The password can not be empty" + +#: html/install.php:243 html/install.php:247 +msgid "" +"Le mot de passe du super admin et le superadmin ne peut pas contenir des " +"guillemets ou espaces, ni @mobile" +msgstr "Password of superadmin cannot contains space, quote or @mobile" + #: include/user.inc.php:98 include/user.inc.php:99 include/user.inc.php:101 +#: include/user.inc.php:103 msgid "Le mot de passe ne peut être vide" msgstr "The password can not be empty" #: include/database.item.php:99 include/database.item.php:102 #: include/database.item.php:96 include/database.item.php:94 +#: include/database.item.php:95 msgid "" "Le navigateur vous présente une liste de menu auquel vous avez accès et vous " "permet d'accèder plus rapidement au menu que vous souhaitez" @@ -11535,7 +12634,7 @@ msgstr "" "faster" #: include/lib/icard.class.php:222 include/lib/icard.class.php:223 -#: include/lib/icard.class.php:224 +#: include/lib/icard.class.php:224 include/lib/icard.class.php:225 msgid "Le nom d une icard doit être donne" msgstr "The name can not be empty" @@ -11577,7 +12676,8 @@ msgstr "The name and the accounting base can not be empty" #: include/ajax/ajax_card.php:551 include/class/forecast.class.php:70 #: include/ajax/ajax_card.php:555 #: include/class/template_card_category.class.php:73 -#: include/ajax/ajax_card.php:574 +#: include/ajax/ajax_card.php:574 include/ajax/ajax_card.php:650 +#: include/ajax/ajax_card.php:649 msgid "Le nom ne peut pas être vide" msgstr "the name cannot be empty" @@ -11612,6 +12712,7 @@ msgstr "The accounting item" #: include/class/acc_ledger.class.php:1124 #: include/class/acc_ledger.class.php:1140 +#: include/class/acc_ledger.class.php:1136 #, php-format msgid "Le poste %s n'est pas dans ce journal" msgstr "Account %s doesn't belong to this ledger" @@ -11658,12 +12759,14 @@ msgstr "Processing , please do not reload" #: include/export/export_security_pdf.php:137 #: include/class/profile_menu.class.php:246 #: include/class/profile_menu.class.php:271 +#: include/class/profile_menu.class.php:272 msgid "Lecture" msgstr "Reading" #: include/param_sec.inc.php:286 include/param_sec.inc.php:228 #: include/param_sec.inc.php:278 include/param_sec.inc.php:259 -#: include/param_sec.inc.php:335 +#: include/param_sec.inc.php:335 include/param_sec.inc.php:270 +#: include/param_sec.inc.php:350 msgid "Lecture et écriture" msgstr "Read and write" @@ -11671,15 +12774,19 @@ msgstr "Read and write" #: html/ajax_misc.php:405 html/ajax_misc.php:483 #: include/ajax/ajax_display_letter.php:119 #: include/ajax/ajax_display_letter.php:124 +#: include/ajax/ajax_display_letter.php:142 msgid "Les 2" msgstr "Both" #: include/class/tva_rate_mtable.class.php:207 #: include/class/tva_rate_mtable.class.php:209 +#: include/class/tva_rate_mtable.class.php:224 +#: include/class/tva_rate_mtable.class.php:226 msgid "Les 2 postes comptables ne peuvent être nuls" msgstr "Both accounting cannot be empty" #: include/param_sec.inc.php:237 include/param_sec.inc.php:302 +#: include/param_sec.inc.php:240 include/param_sec.inc.php:313 msgid "Les administrateurs NOALYSS ont toujours accès à tout" msgstr "NOALYSS administrator are granted with all privileges" @@ -11700,6 +12807,8 @@ msgstr "The date formats are DD.MM.YYYY" #: include/class/class_anc_grandlivre.php:146 #: include/class/anc_grandlivre.class.php:167 #: include/class/anc_grandlivre.class.php:168 +#: include/class/anc_grandlivre.class.php:180 +#: include/class/anc_grandlivre.class.php:181 msgid "" "Les extensions CONVERT_GIF_PDF et PDFTK pour convertir en pdf ne sont pas " "installées " @@ -11725,7 +12834,8 @@ msgstr "The plugs must have at least one name" #: html/admin/setup.php:193 html/admin/setup.php:211 html/admin/setup.php:213 #: html/install.php:255 html/install.php:254 html/install.php:252 #: html/install.php:257 html/install.php:263 html/install.php:214 -#: html/install.php:221 html/install.php:224 +#: html/install.php:221 html/install.php:224 html/install.php:271 +#: html/install.php:277 msgid "Les informations sont sauvées vous pouvez continuer" msgstr "Parameters are saved , continue" @@ -11763,6 +12873,7 @@ msgstr "" #: include/class/class_user.php:1212 include/class/class_user.php:1200 #: include/class/class_user.php:1238 include/class/class_user.php:1236 #: include/class/user.class.php:1236 include/class/user.class.php:1261 +#: include/class/user.class.php:1284 include/class/user.class.php:1299 msgid "Les mots de passe ne correspondent pas. Mot de passe inchangé" msgstr "The password do not match, the password is not changed" @@ -11814,6 +12925,7 @@ msgstr "Decimal and thousand separators must be different" #: include/export/export_gl_pdf.php:88 #: include/export/export_poste_detail_pdf.php:100 +#: include/export/export_poste_detail_pdf.php:101 msgid "Let" msgstr "Let." @@ -11826,7 +12938,7 @@ msgstr "Let." #: include/export/export_fiche_balance_csv.php:161 include/fiche.inc.php:522 #: include/export/export_fiche_detail_csv.php:80 #: include/export/export_poste_detail_csv.php:91 include/fiche.inc.php:524 -#: include/fiche.inc.php:533 +#: include/fiche.inc.php:533 include/fiche.inc.php:546 msgid "Let." msgstr "Let." @@ -11842,7 +12954,8 @@ msgstr "Let." #: include/export/export_gl_csv.php:90 include/template/letter_prop.php:65 #: include/category_card.inc.php:79 include/export/export_gl_csv.php:96 #: include/database.item.php:74 include/ajax/ajax_display_letter.php:49 -#: include/category_card.inc.php:81 +#: include/category_card.inc.php:81 include/ajax/ajax_display_letter.php:63 +#: include/database.item.php:73 msgid "Lettrage" msgstr "Lettering" @@ -11870,11 +12983,12 @@ msgstr "Lettering Post" msgid "Lettrage par fiche" msgstr "Lettering by card" -#: include/lettering.card.inc.php:50 +#: include/lettering.card.inc.php:50 include/lettering.card.inc.php:51 msgid "Lettrage pour la fiche " msgstr "Lettering for the card" #: include/lettering.account.inc.php:47 include/lettering.account.inc.php:53 +#: include/lettering.account.inc.php:55 msgid "Lettrage pour le poste comptable " msgstr "Lettering for the accounting" @@ -11882,7 +12996,7 @@ msgstr "Lettering for the accounting" #: include/database.item.php:198 include/database.item.php:201 #: include/database.item.php:176 include/database.item.php:177 #: include/database.item.php:180 include/database.item.php:188 -#: include/database.item.php:193 +#: include/database.item.php:193 include/database.item.php:186 msgid "Lettre de rappel" msgstr "Reminder" @@ -12068,7 +13182,26 @@ msgstr "label" #: include/class/acc_ledger.class.php:621 #: include/class/acc_ledger.class.php:628 #: include/class/acc_ledger.class.php:903 -#: include/class/acc_ledger_purchase.class.php:1836 +#: include/class/acc_ledger_purchase.class.php:1836 include/fiche.inc.php:416 +#: include/class/payment_method_mtable.class.php:39 +#: include/class/acc_ledger.class.php:869 +#: include/class/acc_ledger.class.php:891 +#: include/class/acc_ledger_purchase.class.php:1436 +#: include/class/acc_ledger_purchase.class.php:1873 +#: include/class/acc_ledger_sold.class.php:706 +#: include/class/acc_ledger_sold.class.php:1395 +#: include/class/pre_op_advanced.class.php:200 +#: include/class/print_ledger_detail_item.class.php:59 +#: include/class/acc_ledger_history_generic.class.php:774 +#: include/class/anc_grandlivre.class.php:228 +#: include/export/export_ledger_csv.php:149 +#: include/template/form_ledger_detail.php:59 +#: include/template/ledger_detail_bottom.php:95 +#: include/template/ledger_detail_bottom.php:384 +#: include/class/anc_grandlivre.class.php:229 +#: include/export/export_poste_detail_pdf.php:99 +#: include/template/ledger_detail_bottom.php:96 +#: include/template/ledger_detail_bottom.php:401 #, php-format msgid "Libellé" msgstr "Label" @@ -12096,6 +13229,8 @@ msgstr "Label" #: include/class/acc_ledger_sold.class.php:945 #: include/class/acc_ledger_purchase.class.php:1703 #: include/class/acc_ledger_sold.class.php:947 +#: include/class/acc_ledger_purchase.class.php:1725 +#: include/class/acc_ledger_sold.class.php:951 msgid "Libellé :" msgstr "Follows:" @@ -12114,7 +13249,7 @@ msgstr "Link" #: include/database.item.php:6 include/database.item.php:9 #: include/database.item.php:11 include/database.item.php:14 -#: include/database.item.php:8 +#: include/database.item.php:8 include/database.item.php:7 msgid "Lien entre comptabilité et Comptabilité analytique" msgstr "Link between Accounting and Cost Accounting" @@ -12168,6 +13303,10 @@ msgstr "Filter the card type if you choose the card , only with Misc Ledger" msgid "Liste" msgstr "List" +#: include/ajax/ajax_action_concerned_list.php:39 +msgid "Liste Autres Fiches" +msgstr "List other cards" + #: include/ext/importbank/index.php:57 include/ext/importbank/index.php:59 msgid "Liste Import " msgstr "Import List" @@ -12175,7 +13314,7 @@ msgstr "Import List" #: include/database.item.php:120 include/database.item.php:123 #: include/database.item.php:129 include/database.item.php:125 #: include/database.item.php:124 include/database.item.php:128 -#: include/database.item.php:122 +#: include/database.item.php:122 include/database.item.php:121 msgid "Liste Suivi" msgstr "Follow up" @@ -12197,6 +13336,7 @@ msgstr "List of contacts" #: include/database.item.php:125 include/database.item.php:128 #: include/database.item.php:122 include/database.item.php:120 +#: include/database.item.php:121 msgid "" "Liste de vos suivis, en fait de tous les documents, réunions ... dont vous " "avez besoin afin de suivre vos clients, fournisseurs ou administrations. Il " @@ -12214,11 +13354,13 @@ msgstr "List depreciable property" #: include/database.item.php:93 include/database.item.php:96 #: include/database.item.php:101 include/database.item.php:98 #: include/database.item.php:97 include/database.item.php:95 +#: include/database.item.php:94 msgid "Liste des changements manuels des stocks" msgstr "List of books stock changes" #: include/database.item.php:98 include/database.item.php:101 #: include/database.item.php:95 include/database.item.php:93 +#: include/database.item.php:94 msgid "" "Liste des changements manuels des stocks, inventaire, transfert de " "marchandises entre dépôts..." @@ -12250,6 +13392,7 @@ msgstr "List of detailled entries" #: include/ajax/ajax_search_operation.php:119 #: include/ajax/ajax_search_operation.php:122 #: include/ajax/ajax_search_operation.php:124 +#: include/ajax/ajax_search_operation.php:129 msgid "Liste limitée à " msgstr "Limited to 12" @@ -12309,7 +13452,7 @@ msgstr "Local admin" #: include/template/todo_list_list_user.php:37 include/user.inc.php:122 #: include/user.inc.php:123 include/param_sec.inc.php:57 -#: include/user.inc.php:125 +#: include/user.inc.php:125 include/user.inc.php:127 msgid "Login" msgstr "login" @@ -12322,7 +13465,8 @@ msgid "Lundi" msgstr "Monday" #: include/class/periode.class.php:648 include/class/periode.class.php:650 -#: include/class/periode.class.php:652 +#: include/class/periode.class.php:652 include/class/periode.class.php:653 +#: include/class/periode.class.php:654 msgid "Mai" msgstr "May" @@ -12338,42 +13482,49 @@ msgstr "Representative" #: include/class_extension.php:247 include/class_extension.php:262 #: include/class/class_extension.php:262 include/class/class_extension.php:270 #: include/class/extension.class.php:270 include/class/extension.class.php:302 +#: include/class/extension.class.php:308 msgid "Manque auteur" msgstr "Missing author" #: include/class_extension.php:246 include/class_extension.php:261 #: include/class/class_extension.php:261 include/class/class_extension.php:269 #: include/class/extension.class.php:269 include/class/extension.class.php:300 +#: include/class/extension.class.php:306 msgid "Manque code" msgstr "Missing code " #: include/class_extension.php:245 include/class_extension.php:260 #: include/class/class_extension.php:260 include/class/class_extension.php:268 #: include/class/extension.class.php:268 include/class/extension.class.php:298 +#: include/class/extension.class.php:304 msgid "Manque description" msgstr "Missing description" #: include/class_extension.php:249 include/class_extension.php:264 #: include/class/class_extension.php:264 include/class/class_extension.php:272 #: include/class/extension.class.php:272 include/class/extension.class.php:306 +#: include/class/extension.class.php:312 msgid "Manque fichier à inclure" msgstr "Missing file to load" #: include/class_extension.php:244 include/class_extension.php:259 #: include/class/class_extension.php:259 include/class/class_extension.php:267 #: include/class/extension.class.php:267 include/class/extension.class.php:296 +#: include/class/extension.class.php:302 msgid "Manque nom" msgstr "Missing name" #: include/class_extension.php:239 include/class_extension.php:254 #: include/class/class_extension.php:254 include/class/class_extension.php:262 #: include/class/extension.class.php:262 include/class/extension.class.php:290 +#: include/class/extension.class.php:296 msgid "Manque plugin" msgstr "Missing this plugin" #: include/class_extension.php:248 include/class_extension.php:263 #: include/class/class_extension.php:263 include/class/class_extension.php:271 #: include/class/extension.class.php:271 include/class/extension.class.php:304 +#: include/class/extension.class.php:310 msgid "Manque répertoire racine" msgstr "Missing root directory" @@ -12395,7 +13546,8 @@ msgid "Marquer pour suppression" msgstr "Mark for deleting" #: include/class/periode.class.php:647 include/class/periode.class.php:649 -#: include/class/periode.class.php:651 +#: include/class/periode.class.php:651 include/class/periode.class.php:652 +#: include/class/periode.class.php:653 msgid "Mars" msgstr "March" @@ -12422,12 +13574,13 @@ msgstr "Material damping" #: html/ajax_misc.php:497 html/ajax_misc.php:575 #: include/ajax/ajax_display_letter.php:211 #: include/ajax/ajax_display_letter.php:216 +#: include/ajax/ajax_display_letter.php:223 msgid "Mauvais type objet" msgstr "Bad type of object" #: include/dossier.inc.php:342 include/ajax/ajax_admin.php:213 #: include/dossier.inc.php:347 include/ajax/ajax_admin.php:234 -#: include/ajax/ajax_admin.php:238 +#: include/ajax/ajax_admin.php:238 include/dossier.inc.php:350 msgid "Max. email / jour (-1 = illimité)" msgstr "Max of email / day (-1 for unlimited)" @@ -12463,18 +13616,20 @@ msgstr "Menu" #: include/database.item.php:76 include/database.item.php:74 #: include/database.item.php:73 include/database.item.php:72 #: include/database.item.php:75 include/database.item.php:69 +#: include/database.item.php:68 msgid "Menu " msgstr "Menu" #: include/database.item.php:119 include/database.item.php:122 #: include/database.item.php:128 include/database.item.php:124 #: include/database.item.php:123 include/database.item.php:127 -#: include/database.item.php:121 +#: include/database.item.php:121 include/database.item.php:120 msgid "Menu Financier" msgstr "Financial Menu" #: include/database.item.php:77 include/database.item.php:80 #: include/database.item.php:74 include/database.item.php:72 +#: include/database.item.php:73 msgid "Menu Lettrage" msgstr "Lettering" @@ -12482,6 +13637,7 @@ msgstr "Lettering" #: include/database.item.php:75 include/database.item.php:73 #: include/database.item.php:72 include/database.item.php:71 #: include/database.item.php:74 include/database.item.php:68 +#: include/database.item.php:67 msgid "Menu achat" msgstr "Purchase menu" @@ -12492,11 +13648,13 @@ msgstr "Current menu" #: include/database.item.php:117 include/database.item.php:120 #: include/database.item.php:126 include/database.item.php:123 #: include/database.item.php:122 include/database.item.php:118 +#: include/database.item.php:119 msgid "Menu avancé" msgstr "Advanced Menu" #: include/database.item.php:80 include/database.item.php:83 #: include/database.item.php:77 include/database.item.php:75 +#: include/database.item.php:76 msgid "Menu de différents paramètres" msgstr "Parameters" @@ -12504,6 +13662,7 @@ msgstr "Parameters" #: include/database.item.php:76 include/database.item.php:74 #: include/database.item.php:73 include/database.item.php:72 #: include/database.item.php:75 include/database.item.php:69 +#: include/database.item.php:68 msgid "Menu et profil" msgstr "Menu and Profile" @@ -12511,12 +13670,18 @@ msgstr "Menu and Profile" #: include/database.item.php:77 include/database.item.php:75 #: include/database.item.php:74 include/database.item.php:73 #: include/database.item.php:76 include/database.item.php:70 +#: include/database.item.php:69 msgid "Menu impression" msgstr "Report menu" +#: include/class/acc_operation.class.php:747 +msgid "Menu invalide" +msgstr "Invalid menu" + #: include/database.item.php:111 include/database.item.php:114 #: include/database.item.php:120 include/database.item.php:117 #: include/database.item.php:116 include/database.item.php:112 +#: include/database.item.php:113 msgid "Menu opérations diverses" msgstr "Menu misc. operations" @@ -12527,31 +13692,34 @@ msgstr "Menu misc. operations" #: include/database.item.php:130 include/ajax/ajax_add_menu.php:156 #: include/ajax/ajax_get_menu_detail.php:71 include/ajax/ajax_add_menu.php:157 #: include/database.item.php:134 include/ajax/ajax_add_menu.php:165 -#: include/database.item.php:128 +#: include/database.item.php:128 include/database.item.php:127 msgid "Menu par défaut" msgstr "Default menu" #: include/database.item.php:123 include/database.item.php:126 #: include/database.item.php:120 include/database.item.php:118 +#: include/database.item.php:119 msgid "" "Menu regroupant la création de rapport, la vérification de la comptabilité..." msgstr "Group of menus for report creation, verification of your bookkeeping" #: include/database.item.php:19 include/database.item.php:22 #: include/database.item.php:51 include/database.item.php:49 -#: include/database.item.php:62 +#: include/database.item.php:62 include/database.item.php:61 msgid "Menu regroupant les plugins" msgstr "Group of plugins menus" #: include/database.item.php:94 include/database.item.php:97 #: include/database.item.php:102 include/database.item.php:99 #: include/database.item.php:98 include/database.item.php:96 +#: include/database.item.php:95 msgid "Menu simplifié pour retrouver rapidement un menu" msgstr "Simplified menu to quickly locate a menu" #: include/database.item.php:113 include/database.item.php:116 #: include/database.item.php:122 include/database.item.php:119 #: include/database.item.php:118 include/database.item.php:114 +#: include/database.item.php:115 msgid "Menu ventes et recettes" msgstr "Menu Sales and revenue" @@ -12572,13 +13740,13 @@ msgstr "Wednesday" #: include/ext/invoicing/include/template/recorded_message_display.php:27 #: include/compta_ach.inc.php:111 include/compta_ven.inc.php:118 #: include/operation_ods_confirm.inc.php:68 include/compta_ven.inc.php:116 -#: include/compta_ach.inc.php:109 +#: include/compta_ach.inc.php:109 include/compta_ach.inc.php:108 msgid "Message" msgstr "Message" #: include/compta_ach.inc.php:109 include/compta_ven.inc.php:116 #: include/operation_ods_confirm.inc.php:67 include/compta_ven.inc.php:114 -#: include/compta_ach.inc.php:107 +#: include/compta_ach.inc.php:107 include/compta_ach.inc.php:106 msgid "Message extourne" msgstr "Message reverse" @@ -12587,13 +13755,10 @@ msgid "Met à jour toutes les dossiers et modèles" msgstr "Update system and databases" #: include/export/export_ledger_csv.php:143 +#: include/export/export_ledger_csv.php:148 msgid "Methode paiement" msgstr "means of payment" -#: include/lib/message_javascript.php:72 include/lib/message_javascript.php:74 -msgid "Mettez le pourcentage
    à zéro pour effacer la ligne" -msgstr "Put the percentage to 0 to remove the row" - #: include/lib/message_javascript.php:72 msgid "Mettez le pourcentage à zéro pour effacer la ligne" msgstr "Put the percentage to 0 to remove the row" @@ -12612,6 +13777,10 @@ msgstr "Upgrade your database " #: include/ajax/ajax_search_operation.php:132 #: include/ajax/ajax_search_operation.php:129 #: include/ajax/ajax_search_operation.php:134 +#: include/ajax/ajax_search_operation.php:135 +#: include/ajax/ajax_search_operation.php:140 +#: include/template/action_search_result.php:33 +#: include/template/action_search_result.php:90 msgid "Mettre à jour" msgstr "Update" @@ -12620,8 +13789,8 @@ msgid "" "Mettre à oui pour un journal dédié uniquement aux notes de crédit ou de " "débit, il affichera un avertissement si le montant n'est pas en négatif" msgstr "" -"Set it to YES if a ledger is dedicated to have only negative amount, and" -" issue a warning is the amount is positive" +"Set it to YES if a ledger is dedicated to have only negative amount, and " +"issue a warning is the amount is positive" #: include/ajax_preference.php:149 include/ajax_preference.php:150 #: include/ajax_preference.php:157 include/ajax/ajax_preference.php:157 @@ -12630,7 +13799,7 @@ msgid "Mini-Rapport : " msgstr "Mini-Report" #: include/template/param_jrn.php:68 include/template/param_jrn.php:75 -#: include/template/param_jrn.php:119 +#: include/template/param_jrn.php:119 include/template/param_jrn.php:120 msgid "Minimum de lignes à afficher" msgstr "Minimum rows to display" @@ -12641,7 +13810,8 @@ msgstr "Update" #: html/admin/setup.php:528 html/install.php:592 html/install.php:591 #: html/install.php:589 html/install.php:602 html/install.php:594 #: html/install.php:600 html/install.php:562 html/install.php:552 -#: html/install.php:558 html/install.php:561 +#: html/install.php:558 html/install.php:561 html/install.php:611 +#: html/install.php:617 msgid "Mise à jour dossier" msgstr "Update folder" @@ -12678,18 +13848,20 @@ msgstr "Update Repository" #: include/ext/import_card/include/import_card.class.php:340 #: include/upgrade-plugin.php:101 include/upgrade-template.php:39 #: include/upgrade-plugin.php:113 include/upgrade-template.php:51 +#: include/upgrade-plugin.php:116 msgid "Mise à jour" msgstr "Update" #: html/admin/setup.php:549 html/install.php:613 html/install.php:614 #: html/install.php:621 html/install.php:637 html/install.php:629 #: html/install.php:635 html/install.php:597 html/install.php:587 -#: html/install.php:594 +#: html/install.php:594 html/install.php:647 html/install.php:653 msgid "Mise à jour Repository" msgstr "Update Repository" #: include/upgrade.inc.php:50 include/upgrade.inc.php:45 #: include/upgrade.inc.php:46 include/class/dossier.class.php:344 +#: include/class/dossier.class.php:350 msgid "Mise à jour de la base de données principale" msgstr "Update the main database" @@ -12699,6 +13871,7 @@ msgstr "Update" #: include/upgrade.inc.php:65 include/upgrade.inc.php:60 #: include/upgrade.inc.php:61 include/class/dossier.class.php:360 +#: include/class/dossier.class.php:366 msgid "Mise à jour dossiers" msgstr "Update folder" @@ -12710,7 +13883,8 @@ msgstr "Update plugin, could you check the parameter setting?" #: html/admin/setup.php:527 html/install.php:591 html/install.php:590 #: html/install.php:588 html/install.php:601 html/install.php:593 #: html/install.php:599 html/install.php:561 html/install.php:551 -#: html/install.php:557 html/install.php:560 +#: html/install.php:557 html/install.php:560 html/install.php:610 +#: html/install.php:616 msgid "Mise à jour du systeme" msgstr "Update" @@ -12721,6 +13895,7 @@ msgstr "Update system and databases" #: include/upgrade.inc.php:91 include/upgrade.inc.php:86 #: include/upgrade.inc.php:87 include/upgrade.inc.php:88 #: include/upgrade.inc.php:89 include/class/dossier.class.php:388 +#: include/class/dossier.class.php:394 msgid "Mise à jour modèles" msgstr "Update templates" @@ -12751,6 +13926,8 @@ msgstr "Update templates" #: include/history_operation.inc.php:150 include/history_operation.inc.php:156 #: include/class/acc_ledger_sold.class.php:1046 #: include/class/acc_ledger_purchase.class.php:1793 +#: include/history_operation.inc.php:168 +#: include/class/acc_ledger_purchase.class.php:1817 msgid "Mise à jour paiement" msgstr "Update payment" @@ -12766,10 +13943,12 @@ msgstr "Missing parameter" #: html/admin/template_config_form.php:59 #: include/template/template_config_form.php:63 #: include/template/template_config_form.php:71 +#: include/template/template_config_form.php:81 +#: include/template/template_config_form.php:74 msgid "Mode Serveur mutualisé" msgstr "Mode Server (default) or limited " -#: include/lib/html_tab.class.php:99 +#: include/lib/html_tab.class.php:99 include/lib/html_tab.class.php:119 msgid "Mode invalide" msgstr "Invalid mode" @@ -12796,6 +13975,7 @@ msgstr "Change" #: include/database.item.php:92 include/database.item.php:95 #: include/database.item.php:100 include/database.item.php:97 #: include/database.item.php:96 include/database.item.php:94 +#: include/database.item.php:93 msgid "Modification Stocks" msgstr "Changing Stocks" @@ -12817,16 +13997,18 @@ msgstr "" #: include/database.item.php:92 include/database.item.php:95 #: include/database.item.php:100 include/database.item.php:97 #: include/database.item.php:96 include/database.item.php:94 +#: include/database.item.php:93 msgid "Modification des stocks (inventaire)" msgstr "Changing stocks (inventory)" #: include/database.item.php:97 include/database.item.php:100 #: include/database.item.php:94 include/database.item.php:92 +#: include/database.item.php:93 msgid "Modification des stocks, menu utilisé pour l'inventaire" msgstr "Changing inventory " #: include/ajax_mod_predf_op.php:32 include/ajax/ajax_mod_predf_op.php:32 -#: include/ajax/ajax_mod_predf_op.php:31 +#: include/ajax/ajax_mod_predf_op.php:31 include/ajax/ajax_mod_predf_op.php:44 msgid "Modification du nom" msgstr "Name modification" @@ -12887,6 +14069,8 @@ msgstr "Missing description" #: include/class/anc_operation.class.php:318 #: include/class/anc_operation.class.php:319 #: include/lib/manage_table_sql.class.php:755 +#: include/class/document_type.class.php:77 +#: include/lib/manage_table_sql.class.php:807 include/dossier.inc.php:286 msgid "Modifier" msgstr "Modify" @@ -12899,6 +14083,7 @@ msgstr "Modify" #: include/database.item.php:215 include/database.item.php:192 #: include/database.item.php:193 include/database.item.php:196 #: include/database.item.php:207 include/database.item.php:212 +#: include/database.item.php:202 msgid "Modifier le type de document" msgstr "Change the document type" @@ -12927,12 +14112,14 @@ msgstr "Module ERP" #: include/database.item.php:74 include/database.item.php:77 #: include/database.item.php:82 include/database.item.php:80 #: include/database.item.php:79 include/database.item.php:76 +#: include/database.item.php:75 msgid "Module comptabilité" msgstr "Accountancy Module" #: include/database.item.php:115 include/database.item.php:118 #: include/database.item.php:124 include/database.item.php:121 #: include/database.item.php:120 include/database.item.php:116 +#: include/database.item.php:117 msgid "Module comptabilité analytique" msgstr "Cost Accounting Module" @@ -12943,6 +14130,7 @@ msgstr "VAT module" #: include/database.item.php:71 include/database.item.php:74 #: include/database.item.php:14 include/database.item.php:76 #: include/database.item.php:79 include/database.item.php:73 +#: include/database.item.php:72 msgid "Module gestion" msgstr "Module ERP" @@ -12957,6 +14145,7 @@ msgstr "Module ERP" #: include/lib/ac_common.php:881 include/class/extension.class.php:122 #: include/lib/ac_common.php:893 include/class/extension.class.php:138 #: include/lib/ac_common.php:895 include/lib/ac_common.php:911 +#: include/lib/ac_common.php:921 msgid "Module inexistant" msgstr "Module not found" @@ -12973,7 +14162,8 @@ msgstr "Setting" msgid "Module paramètres" msgstr "Parameters module" -#: html/install.php:384 html/install.php:387 +#: html/install.php:384 html/install.php:387 html/install.php:436 +#: html/install.php:442 msgid "Module php-pgsql n'est pas installé" msgstr " php-pgsql is not installed" @@ -12985,6 +14175,7 @@ msgstr " php-pgsql is not installed" #: include/dossier.inc.php:353 include/compta_ach.inc.php:89 #: include/compta_ach.inc.php:91 include/compta_ven.inc.php:98 #: include/dossier.inc.php:358 include/upgrade.inc.php:36 +#: include/compta_ach.inc.php:88 include/dossier.inc.php:361 msgid "Modèle" msgstr "Template" @@ -12993,6 +14184,7 @@ msgstr "Template" #: include/class/acc_ledger.class.php:798 #: include/class/acc_ledger.class.php:803 #: include/class/acc_ledger.class.php:819 +#: include/class/acc_ledger.class.php:807 msgid "Modèle d'opération" msgstr "Entry template" @@ -13005,6 +14197,8 @@ msgstr "Entry template" #: include/class/pre_operation.class.php:249 #: include/class/pre_operation.class.php:248 #: include/class/pre_operation.class.php:250 +#: include/class/pre_operation.class.php:312 +#: include/class/pre_operation.class.php:315 msgid "Modèle d'opérations" msgstr "Operation template" @@ -13016,6 +14210,7 @@ msgstr "Document template" #: include/upgrade.inc.php:106 include/upgrade.inc.php:101 #: include/upgrade.inc.php:102 include/upgrade.inc.php:104 #: include/upgrade.inc.php:105 include/class/dossier.class.php:404 +#: include/class/dossier.class.php:410 msgid "Modèle inexistant" msgstr "Template not found" @@ -13033,13 +14228,14 @@ msgid "Modèle non trouvé" msgstr "Template not found" #: include/template/form_ledger_detail.php:15 +#: include/template/form_ledger_detail.php:18 msgid "Modèle opération" msgstr "Entry template" #: include/compta_ach.inc.php:84 include/compta_ach.inc.php:87 #: include/compta_ven.inc.php:96 include/operation_ods_confirm.inc.php:51 #: include/compta_ach.inc.php:89 include/compta_ach.inc.php:91 -#: include/compta_ven.inc.php:98 +#: include/compta_ven.inc.php:98 include/compta_ach.inc.php:88 msgid "Modèle à sauver" msgstr "Template" @@ -13048,9 +14244,14 @@ msgstr "Template" #: include/modele.inc.php:274 include/lib/user_menu.php:119 #: include/modele.inc.php:257 include/modele.inc.php:258 #: include/lib/user_menu.php:76 include/modele.inc.php:259 +#: include/lib/user_menu.php:75 msgid "Modèles" msgstr "Template" +#: include/template/fiche_def_input.php:26 +msgid "Modèles de catégorie" +msgstr "Template of category" + #: include/modele.inc.php:326 include/modele.inc.php:327 msgid "Modèles disponibles dans le dépôt" msgstr "Available template in the repository" @@ -13066,6 +14267,7 @@ msgstr "Month" #: include/class/periode.class.php:438 include/class/periode.class.php:440 #: include/class/periode.class.php:442 include/class/periode.class.php:444 +#: include/class/periode.class.php:443 include/class/periode.class.php:445 msgid "Mois de début n'existe pas " msgstr "Starting month does not exist" @@ -13178,6 +14380,17 @@ msgstr "Starting month does not exist" #: include/class/anc_listing.class.php:86 include/class/fiche.class.php:1398 #: include/lib/ac_common.php:1215 include/fiche.inc.php:531 #: include/class/fiche.class.php:1399 include/class/acc_ledger.class.php:904 +#: include/fiche.inc.php:544 include/class/anc_group_operation.class.php:137 +#: include/class/acc_ledger_search.class.php:738 +#: include/class/acc_ledger_search.class.php:1051 +#: include/class/acc_ledger.class.php:892 +#: include/class/print_ledger_misc.class.php:47 +#: include/class/fiche.class.php:1426 +#: include/class/acc_ledger_purchase.class.php:1463 +#: include/class/acc_ledger_sold.class.php:733 +#: include/class/pre_op_advanced.class.php:201 include/lib/ac_common.php:1225 +#: include/class/acc_ledger_search.class.php:761 +#: include/class/acc_ledger_search.class.php:1074 msgid "Montant" msgstr "Amount" @@ -13205,6 +14418,10 @@ msgstr "Amount Cushioning" #: include/export/export_printtva_csv.php:64 #: include/export/export_printtva_pdf.php:58 #: include/export/export_printtva_pdf.php:213 +#: include/export/export_printtva_pdf.php:60 +#: include/export/export_printtva_pdf.php:217 +#: include/export/export_printtva_csv.php:56 +#: include/export/export_printtva_csv.php:76 msgid "Montant Autoliquidation" msgstr "Autoreverse" @@ -13216,6 +14433,10 @@ msgstr "Autoreverse" #: include/export/export_printtva_csv.php:61 #: include/export/export_printtva_pdf.php:57 #: include/export/export_printtva_pdf.php:212 +#: include/export/export_printtva_pdf.php:59 +#: include/export/export_printtva_pdf.php:216 +#: include/export/export_printtva_csv.php:54 +#: include/export/export_printtva_csv.php:73 msgid "Montant HT" msgstr "Amount without VAT" @@ -13241,6 +14462,8 @@ msgstr "Amount without VAT" #: include/class/acc_ledger_purchase.class.php:1446 #: include/class/acc_ledger_sold.class.php:727 #: include/class/acc_ledger_purchase.class.php:1449 +#: include/class/acc_ledger_purchase.class.php:1460 +#: include/class/acc_ledger_sold.class.php:730 msgid "Montant HTVA" msgstr "Amount without VAT" @@ -13263,12 +14486,15 @@ msgstr "Initial amount" #: include/class/acc_ledger_purchase.class.php:1851 #: include/export/export_printtva_csv.php:65 #: include/class/acc_ledger_purchase.class.php:1857 +#: include/class/acc_ledger_purchase.class.php:1894 +#: include/export/export_printtva_csv.php:77 msgid "Montant ND" msgstr "Amount ND" #: include/template/tax_summary_display.php:214 #: include/template/tax_summary_display.php:306 #: include/export/export_printtva_pdf.php:213 +#: include/export/export_printtva_pdf.php:217 msgid "Montant Non Déd" msgstr "Amount ND" @@ -13337,6 +14563,16 @@ msgstr "Amount ND" #: include/export/export_printtva_pdf.php:212 #: include/class/acc_ledger_sold.class.php:1427 #: include/class/acc_ledger_purchase.class.php:1853 +#: include/class/acc_ledger_purchase.class.php:1459 +#: include/class/acc_ledger_purchase.class.php:1890 +#: include/class/acc_ledger_sold.class.php:729 +#: include/class/acc_ledger_sold.class.php:1412 +#: include/export/export_printtva_pdf.php:59 +#: include/export/export_printtva_pdf.php:216 +#: include/export/export_printtva_csv.php:55 +#: include/export/export_printtva_csv.php:75 +#: include/template/follow_up_detail_display.php:55 +#: include/template/newEmptyPHP_NOALYSS.php:40 msgid "Montant TVA" msgstr "VAT Amount" @@ -13354,6 +14590,7 @@ msgstr "VAT Amount" #: include/class/acc_ledger_purchase.class.php:1849 #: include/class/acc_ledger_purchase.class.php:1852 #: include/class/acc_ledger_purchase.class.php:1858 +#: include/class/acc_ledger_purchase.class.php:1895 msgid "Montant TVA ND" msgstr "VAT Amount" @@ -13389,6 +14626,10 @@ msgstr "VAT amount incorrect" #: include/class/acc_ledger_purchase.class.php:1447 #: include/class/acc_ledger_sold.class.php:728 #: include/class/acc_ledger_purchase.class.php:1450 +#: include/class/acc_ledger_purchase.class.php:1461 +#: include/class/acc_ledger_sold.class.php:731 +#: include/template/follow_up_detail_display.php:56 +#: include/template/newEmptyPHP_NOALYSS.php:41 msgid "Montant TVAC" msgstr "Amount VAT included" @@ -13424,6 +14665,7 @@ msgstr "Amount less or equal to" #: include/database.item.php:179 include/database.item.php:138 #: include/database.item.php:139 include/database.item.php:140 #: include/database.item.php:145 include/database.item.php:150 +#: include/database.item.php:146 msgid "Montant initial" msgstr "Initial amount" @@ -13440,6 +14682,7 @@ msgstr "Initial amount" #: include/ext/amortis/include/am_card.class.php:279 #: include/class/acc_ledger.class.php:1105 #: include/class/acc_ledger.class.php:1121 +#: include/class/acc_ledger.class.php:1117 msgid "Montant invalide" msgstr "Invalid amount" @@ -13447,6 +14690,7 @@ msgstr "Invalid amount" #: html/ajax_misc.php:362 html/ajax_misc.php:440 #: include/ajax/ajax_display_letter.php:76 #: include/ajax/ajax_display_letter.php:81 +#: include/ajax/ajax_display_letter.php:96 msgid "Montant max. " msgstr "Max Amount" @@ -13454,18 +14698,23 @@ msgstr "Max Amount" #: html/ajax_misc.php:355 html/ajax_misc.php:433 #: include/ajax/ajax_display_letter.php:69 #: include/ajax/ajax_display_letter.php:74 +#: include/ajax/ajax_display_letter.php:89 msgid "Montant min. " msgstr "min Amount" #: include/export/export_histo_csv.php:44 #: include/export/export_histo_csv.php:45 #: include/export/export_histo_csv.php:46 +#: include/export/export_histo_csv.php:49 msgid "Montant opération" msgstr "Operation amount" #: include/export/export_ledger_csv.php:142 #: include/class/acc_ledger_history_purchase.class.php:279 #: include/class/acc_ledger_history_sale.class.php:265 +#: include/class/acc_ledger_history_sale.class.php:275 +#: include/class/acc_ledger_history_purchase.class.php:291 +#: include/export/export_ledger_csv.php:147 msgid "Montant paiement" msgstr "Payment Amount" @@ -13474,6 +14723,7 @@ msgid "Montant supérieur ou égal à" msgstr "Amount bigger or equal to" #: include/compta_fin_rec.inc.php:303 include/compta_fin_rec.inc.php:304 +#: include/compta_fin_rec.inc.php:345 msgid "Montant sélectionné" msgstr "Selected amount" @@ -13510,7 +14760,7 @@ msgstr "Amount to purchase" msgid "Montrer articles" msgstr "Show items" -#: include/periode.inc.php:88 +#: include/periode.inc.php:88 include/periode.inc.php:86 msgid "Montrer l'exercice" msgstr "Show exercise" @@ -13532,9 +14782,21 @@ msgstr "Show details" #: html/install.php:593 html/install.php:208 html/install.php:555 #: include/user.inc.php:83 html/install.php:215 html/install.php:545 #: html/install.php:551 html/install.php:218 html/install.php:554 +#: html/install.php:265 html/install.php:604 html/install.php:270 +#: html/install.php:610 include/user.inc.php:85 msgid "Mot de passe" msgstr "password" +#: include/template/template_config_form.php:65 +#: include/template/template_config_form.php:46 +msgid "Mot de passe administrateur de noalyss" +msgstr "Noalyss Administrators password" + +#: html/install.php:164 html/install.php:168 +msgid "" +"Mot de passe administrateur, il peut être changé ensuite dans les préférences" +msgstr "Administrator password can be change in the \"Preference\"" + #: html/admin/template_config_form.php:51 msgid "Mot de passe de l'utilisateur" msgstr "Postgresql password of user" @@ -13545,11 +14807,14 @@ msgstr "User's password" #: html/admin/template_config_form.php:51 #: include/template/template_config_form.php:51 +#: include/template/template_config_form.php:52 +#: include/template/template_config_form.php:100 msgid "Mot de passe de l'utilisateur Postgresql" msgstr "User's password" #: html/admin/setup.php:132 html/install.php:134 html/install.php:133 -#: html/install.php:139 html/install.php:146 +#: html/install.php:139 html/install.php:146 html/install.php:159 +#: html/install.php:163 msgid "Mot de passe de l'utilisateur de Postgresql" msgstr "User's password" @@ -13570,7 +14835,7 @@ msgstr "Reason of change" #: include/database.item.php:121 include/database.item.php:124 #: include/database.item.php:130 include/database.item.php:126 #: include/database.item.php:125 include/database.item.php:129 -#: include/database.item.php:123 +#: include/database.item.php:123 include/database.item.php:122 msgid "Moyen de paiement" msgstr "Payment middle" @@ -13579,16 +14844,22 @@ msgstr "Payment middle" #: include/template/action_display_short.php:58 #: include/class/class_follow_up.php:262 include/class/follow_up.class.php:262 #: include/template/action_display_short.php:59 -#: include/class/follow_up.class.php:263 +#: include/class/follow_up.class.php:263 include/class/follow_up.class.php:728 msgid "Moyenne" msgstr "Medium" #: include/upgrade-plugin.php:91 include/upgrade-plugin.php:103 +#: include/upgrade-plugin.php:106 msgid "MultiModule" msgstr "MultiModule" +#: include/template/action_document_type_mtable_input.php:116 +msgid "Multiples" +msgstr "Multiple" + #: include/class/acc_ledger_history_purchase.class.php:278 #: include/class/acc_ledger_history_sale.class.php:264 +#: include/class/acc_ledger_history_purchase.class.php:290 msgid "Méthode paiement" msgstr "Means of payment" @@ -13600,7 +14871,7 @@ msgstr "Do not use the same separator for decimal and field" #: include/database.item.php:102 include/ajax_navigator.php:23 #: include/database.item.php:99 include/database.item.php:98 #: include/ajax/ajax_navigator.php:23 include/database.item.php:96 -#: include/ajax/ajax_navigator.php:28 +#: include/ajax/ajax_navigator.php:28 include/database.item.php:95 msgid "Navigateur" msgstr "Navigator" @@ -13654,6 +14925,15 @@ msgstr "Do not give this accounting is not used for sales" msgid "Ne donner pas ce poste comptable si ce code n'est pas utilisé à l'achat" msgstr "Do not give this accounting is not used for purchase" +#: include/lib/message_javascript.php:78 +msgid "" +"Ne donnez pas ce poste comptable si ce code n'est pas utilisé à la vente" +msgstr "Do not give this accounting is not used for sales" + +#: include/lib/message_javascript.php:77 +msgid "Ne donnez pas ce poste comptable si ce code n'est pas utilisé à l'achat" +msgstr "Do not give this accounting is not used for purchase" + #: include/restore.inc.php:196 include/restore.inc.php:135 #: include/restore.inc.php:197 include/restore.inc.php:198 #: include/restore.inc.php:136 include/restore.inc.php:199 @@ -13676,6 +14956,7 @@ msgstr "Can not add" #: include/class_document.php:199 include/class_document.php:200 #: include/class/class_document.php:200 include/class/class_document.php:201 #: include/class/class_document.php:207 include/class/document.class.php:207 +#: include/class/document.class.php:212 msgid "Ne peut pas créer le répertoire " msgstr "Cannot create the directory" @@ -13736,6 +15017,7 @@ msgstr "Warning : you can not change " #: include/ext/rapport_avance/include/rapav_declaration.class.php:361 #: include/ext/rapport_avance/include/rapav_declaration.class.php:434 #: include/class/document.class.php:311 include/class/document.class.php:285 +#: include/class/document.class.php:290 msgid "Ne peut pas sauver " msgstr "Can not save" @@ -13873,7 +15155,19 @@ msgstr "No action" #: include/class/acc_ledger_fin.class.php:754 #: include/class/fiche.class.php:1780 include/class/fiche.class.php:1781 #: include/modele.inc.php:248 include/modele.inc.php:359 -#: include/database.item.php:157 +#: include/database.item.php:157 include/class/acc_ledger_search.class.php:1193 +#: include/class/tag_group_mtable.class.php:40 +#: include/class/operation_predef_mtable.class.php:52 +#: include/class/fiche.class.php:1807 +#: include/class/card_attribut_mtable.class.php:39 +#: include/class/action_document_type_mtable.class.php:48 +#: include/class/anc_plan.class.php:138 include/class/anc_plan.class.php:154 +#: include/class/contact_option_ref_mtable.class.php:36 +#: include/class/user.class.php:991 +#: include/template/card_multiple_result.php:19 include/upgrade-plugin.php:62 +#: include/class/acc_ledger_search.class.php:1216 +#: include/template/follow_up_other_concerned_display_table.php:45 +#: include/user.inc.php:84 include/user.inc.php:128 include/dossier.inc.php:230 msgid "Nom" msgstr "Name" @@ -13907,12 +15201,16 @@ msgstr "name" #: include/class/acc_ledger_purchase.class.php:1842 #: include/class/acc_ledger_sold.class.php:1422 #: include/class/acc_ledger_purchase.class.php:1848 +#: include/class/acc_ledger_purchase.class.php:1885 +#: include/class/acc_ledger_sold.class.php:1407 msgid "Nom TVA" msgstr "Label VAT" #: html/admin/template_config_form.php:64 #: include/template/template_config_form.php:68 #: include/template/template_config_form.php:76 +#: include/template/template_config_form.php:86 +#: include/template/template_config_form.php:79 msgid "Nom base de donnée" msgstr "Database name" @@ -13922,7 +15220,7 @@ msgstr "Database name" #: include/dossier.inc.php:239 include/modele.inc.php:280 #: include/dossier.inc.php:242 include/dossier.inc.php:247 #: include/modele.inc.php:281 include/modele.inc.php:286 -#: include/modele.inc.php:287 +#: include/modele.inc.php:287 include/dossier.inc.php:250 msgid "Nom base de données" msgstr "Database" @@ -13960,13 +15258,15 @@ msgstr "Document Name" #: include/dossier.inc.php:275 include/dossier.inc.php:272 #: include/dossier.inc.php:294 include/dossier.inc.php:330 #: include/dossier.inc.php:331 include/dossier.inc.php:334 -#: include/dossier.inc.php:339 +#: include/dossier.inc.php:339 include/dossier.inc.php:342 msgid "Nom du dossier" msgstr "Folder name" #: include/class/acc_ledger_search.class.php:259 #: include/class/acc_ledger_search.class.php:246 #: include/class/acc_ledger_search.class.php:248 +#: include/class/acc_ledger_search.class.php:262 +#: include/class/acc_ledger_search.class.php:264 msgid "Nom du filtre" msgstr "Filter name" @@ -13978,6 +15278,14 @@ msgstr "Filter name" msgid "Nom du format" msgstr "Format Name" +#: include/template/pre_operation_display.php:32 +msgid "Nom du modèle" +msgstr "Template name" + +#: include/class/pre_operation.class.php:69 +msgid "Nom du modèle " +msgstr "Template name" + #: include/class/acc_report.class.php:115 msgid "Nom du rapport" msgstr "Report Name" @@ -14008,6 +15316,8 @@ msgstr "Report Name" #: include/class/acc_ledger_purchase.class.php:1838 #: include/class/acc_ledger_sold.class.php:1418 #: include/class/acc_ledger_purchase.class.php:1844 +#: include/class/acc_ledger_purchase.class.php:1881 +#: include/class/acc_ledger_sold.class.php:1403 msgid "Nom fiche" msgstr "From card" @@ -14037,6 +15347,8 @@ msgstr "From card" #: include/class/acc_ledger_purchase.class.php:1840 #: include/class/acc_ledger_sold.class.php:1420 #: include/class/acc_ledger_purchase.class.php:1846 +#: include/class/acc_ledger_purchase.class.php:1883 +#: include/class/acc_ledger_sold.class.php:1405 msgid "Nom fournisseur" msgstr "Dealer name" @@ -14057,15 +15369,19 @@ msgid "Nom manquant" msgstr "Name is missing" #: include/ajax/ajax_search_filter.php:73 +#: include/class/action_document_type_mtable.class.php:106 +#: include/ajax/ajax_search_filter.php:81 msgid "Nom ne peut être vide" msgstr "The name can not be empty" #: include/company.inc.php:97 include/company.inc.php:116 -#: include/company.inc.php:120 +#: include/company.inc.php:120 include/company.inc.php:128 msgid "Nom société" msgstr "Company name" #: include/card_attr.inc.php:78 include/card_attr.inc.php:79 +#: include/class/card_attribut_mtable.class.php:53 +#: include/class/contact_option_ref_mtable.class.php:43 msgid "Nombre" msgstr "Number" @@ -14108,6 +15424,11 @@ msgstr "Number of unit" msgid "Nombre de colonnes incorrect" msgstr "Incorrect number of columns" +#: include/template/card_multiple_result.php:14 +#, php-format +msgid "Nombre de fiches trouvées %d montrées %d" +msgstr "%d card found, shown %d" + #: include/class_acc_ledger.php:3406 include/class_acc_ledger.php:3476 #: include/class_acc_ledger.php:3475 include/class_acc_ledger.php:3491 #: include/class_acc_ledger.php:3508 include/class_acc_ledger.php:3535 @@ -14121,6 +15442,7 @@ msgstr "Incorrect number of columns" #: include/class/acc_ledger.class.php:2313 #: include/class/acc_ledger.class.php:2322 #: include/class/acc_ledger.class.php:2344 +#: include/class/acc_ledger.class.php:2368 msgid "Nombre de ligne incorrect" msgstr "Number of incorrect rows" @@ -14143,20 +15465,22 @@ msgid "Nombre de mois" msgstr "Number of month" #: include/class/periode.class.php:436 include/class/periode.class.php:438 -#: include/class/periode.class.php:440 +#: include/class/periode.class.php:440 include/class/periode.class.php:441 msgid "Nombre de mois doit être compris entre 1 & 60 " msgstr "Number of months must be between 1 and 60" #: include/template/periode_add_exercice.php:87 +#: include/template/periode_add_exercice.php:96 msgid "Nombre de mois invalide" msgstr "Number of month invalid" #: include/class/periode.class.php:434 include/class/periode.class.php:436 -#: include/class/periode.class.php:438 +#: include/class/periode.class.php:438 include/class/periode.class.php:439 msgid "Nombre de mois n'est pas un nombre" msgstr "Number of month is not a number" #: include/template/periode_add_exercice.php:99 +#: include/template/periode_add_exercice.php:108 msgid "Nombre de mois possible entre 1 et 60" msgstr "Number of months must be between 1 and 60" @@ -14191,6 +15515,9 @@ msgstr "Number of operation% d" #: include/template/profile_menu_display_submenu.php:65 #: include/user_detail.inc.php:158 #: include/template/profile_menu_display_module.php:81 +#: include/class/tva_rate_mtable.class.php:56 include/company.inc.php:71 +#: include/company.inc.php:74 include/company.inc.php:112 +#: include/user_detail.inc.php:169 msgid "Non" msgstr "No" @@ -14222,6 +15549,7 @@ msgstr "Not Deductible from Tax" #: include/class/acc_ledger_purchase.class.php:1778 #: include/class/acc_ledger_sold.class.php:1037 #: include/class/acc_ledger_purchase.class.php:1784 +#: include/class/acc_ledger_purchase.class.php:1808 msgid "Non Payée" msgstr "Not paid" @@ -14263,6 +15591,7 @@ msgid "Non enregistré : données incorrectes" msgstr "Not saved, invalid data" #: include/upgrade-plugin.php:112 include/upgrade-plugin.php:124 +#: include/upgrade-plugin.php:127 msgid "Non installée" msgstr "Not installed" @@ -14274,9 +15603,16 @@ msgstr "Not installed" #: include/class/acc_ledger_search.class.php:860 #: include/class/acc_ledger_search.class.php:868 #: include/class/acc_ledger_search.class.php:881 +#: include/class/acc_ledger_search.class.php:970 +#: include/class/acc_ledger_search.class.php:993 msgid "Non payé" msgstr "unpaid" +#: include/class/acc_ledger_search.class.php:213 +#: include/class/acc_ledger_search.class.php:215 +msgid "Non payées" +msgstr "unpaid" + #: include/ext/import_account/include/class_impacc_operation.php:47 #: include/ext/import_account/include/class_impacc_operation.php:78 #: include/ext/import_account/include/impacc_operation.class.php:47 @@ -14286,6 +15622,7 @@ msgstr "not supported" #: include/ext/amortis/include/class_am_card.php:245 html/fid_card.php:169 #: html/fid_card.php:170 html/fid_card.php:175 html/fid_card.php:174 +#: html/fid_card.php:176 msgid "Non trouvé" msgstr "Not found" @@ -14297,6 +15634,8 @@ msgstr "Not found" #: include/template/ledger_detail_bottom.php:291 #: include/template/ledger_detail_bottom.php:292 #: include/template/ledger_detail_bottom.php:289 +#: include/template/ledger_detail_bottom.php:307 +#: include/template/ledger_detail_bottom.php:308 msgid "Non utilisée" msgstr "not used" @@ -14305,6 +15644,11 @@ msgstr "not used" msgid "Normal" msgstr "Normal" +#: include/class/document.class.php:1413 include/class/follow_up.class.php:270 +#: include/class/follow_up.class.php:272 include/class/follow_up.class.php:761 +msgid "Normale" +msgstr "Normal" + #: include/template/ledger_detail_ven.php:95 #: include/template/ledger_detail_ven.php:101 #: include/template/security_list_action.php:73 @@ -14322,10 +15666,13 @@ msgstr "Normal" #: include/class/acc_ledger_history_sale.class.php:247 #: include/class/acc_ledger_history_purchase.class.php:254 #: include/class/acc_ledger_history_purchase.class.php:258 +#: include/class/acc_ledger_history_sale.class.php:257 +#: include/class/acc_ledger_history_purchase.class.php:269 +#: include/export/export_histo_csv.php:48 msgid "Note" msgstr "Note" -#: include/database.item.php:236 +#: include/database.item.php:236 include/database.item.php:220 msgid "Note de crédit" msgstr "Credit Note" @@ -14333,7 +15680,7 @@ msgstr "Credit Note" #: include/database.item.php:192 include/database.item.php:195 #: include/database.item.php:193 include/database.item.php:181 #: include/database.item.php:182 include/database.item.php:185 -#: include/database.item.php:198 +#: include/database.item.php:198 include/database.item.php:191 msgid "Note de frais" msgstr "Note of free" @@ -14347,6 +15694,8 @@ msgstr "Note of free" #: include/class/acc_ledger_search.class.php:940 #: include/class/acc_ledger_search.class.php:948 #: include/class/acc_ledger_search.class.php:961 +#: include/class/acc_ledger_search.class.php:1050 +#: include/class/acc_ledger_search.class.php:1073 msgid "Notes" msgstr "Notes" @@ -14389,7 +15738,7 @@ msgstr "New balance" #: include/database.item.php:2 include/database.item.php:5 #: include/database.item.php:7 include/database.item.php:10 -#: include/database.item.php:4 +#: include/database.item.php:4 include/database.item.php:3 msgid "Nouvel achat ou dépense" msgstr "New purchase" @@ -14421,12 +15770,14 @@ msgstr "New bank statement" #: include/template/action_display_short.php:81 #: include/lib/html_input.class.php:1103 include/lib/html_input.class.php:1104 #: include/lib/html_input.class.php:1119 include/lib/html_input.class.php:1120 +#: include/lib/html_input.class.php:1153 include/lib/html_input.class.php:1145 msgid "Nouvel événement" msgstr "New event" #: include/class_anc_key.php:335 include/class_anc_key.php:337 #: include/class/class_anc_key.php:338 include/class/class_anc_key.php:339 #: include/class/class_anc_key.php:340 include/class/anc_key.class.php:349 +#: include/class/anc_key.class.php:350 msgid "Nouvelle clef" msgstr "New key" @@ -14438,7 +15789,7 @@ msgstr "New plugin" #: html/ajax_card.php:182 html/ajax_card.php:200 html/ajax_card.php:201 #: include/ajax/ajax_card.php:181 include/ajax/ajax_card.php:182 #: include/ajax/ajax_card.php:185 include/ajax/ajax_card.php:191 -#: include/ajax/ajax_card.php:192 +#: include/ajax/ajax_card.php:192 include/ajax/ajax_card.php:195 msgid "Nouvelle fiche" msgstr "New card" @@ -14470,6 +15821,7 @@ msgstr "New row" #: include/class/acc_ledger.class.php:2789 #: include/class/acc_ledger.class.php:2798 #: include/class/acc_ledger.class.php:2837 +#: include/class/acc_ledger.class.php:2861 msgid "Nouvelle opération" msgstr "New operations" @@ -14483,17 +15835,19 @@ msgstr "New misc. operations" #: include/database.item.php:9 include/database.item.php:12 #: include/database.item.php:14 include/database.item.php:17 -#: include/database.item.php:11 +#: include/database.item.php:11 include/database.item.php:10 msgid "Nouvelle vente ou recette" msgstr "New sale" #: include/upgrade-plugin.php:98 include/upgrade-plugin.php:110 +#: include/upgrade-plugin.php:113 #, php-format msgid "Nouvelle version disponible %s , votre version %s" msgstr "Available version %s , your version %s" #: include/class/periode.class.php:649 include/class/periode.class.php:651 -#: include/class/periode.class.php:653 +#: include/class/periode.class.php:653 include/class/periode.class.php:654 +#: include/class/periode.class.php:655 msgid "Novembre" msgstr "November" @@ -14537,6 +15891,8 @@ msgstr "Internal number" #: include/class/acc_ledger_purchase.class.php:1743 #: include/class/acc_ledger_sold.class.php:1003 #: include/class/acc_ledger_purchase.class.php:1749 +#: include/class/acc_ledger_purchase.class.php:1773 +#: include/class/acc_ledger_sold.class.php:1007 msgid "Numero de bon de commande : " msgstr "Number of ordering" @@ -14549,7 +15905,7 @@ msgid "Numero de client" msgstr " customer id" #: include/company.inc.php:105 include/company.inc.php:124 -#: include/company.inc.php:128 +#: include/company.inc.php:128 include/company.inc.php:136 msgid "Numéro" msgstr "Number" @@ -14600,6 +15956,12 @@ msgstr "Number" #: include/class/acc_ledger_sold.class.php:682 #: include/class/acc_ledger_purchase.class.php:1395 #: include/class/acc_ledger_purchase.class.php:1403 +#: include/class/acc_ledger_purchase.class.php:1406 +#: include/class/acc_ledger_purchase.class.php:1411 +#: include/class/acc_ledger_purchase.class.php:1414 +#: include/class/acc_ledger_sold.class.php:677 +#: include/class/acc_ledger_sold.class.php:685 +#: include/template/form_ledger_detail.php:51 msgid "Numéro Pièce" msgstr "Receipt #" @@ -14619,7 +15981,7 @@ msgid "Numéro de TVA incorrect" msgstr "VAT number incorrect" #: include/company.inc.php:113 include/company.inc.php:132 -#: include/company.inc.php:136 +#: include/company.inc.php:136 include/company.inc.php:144 msgid "Numéro de Tva" msgstr "VAT Number" @@ -14648,6 +16010,7 @@ msgstr "Incorrect phone number" #: include/template/action_search.php:88 include/template/action_search.php:102 #: include/template/action_search.php:139 #: include/template/action_search.php:121 +#: include/template/action_search.php:122 msgid "Numéro document" msgstr "Document #" @@ -14666,6 +16029,7 @@ msgstr "Number of warranty" #: include/class/class_pdf_operation.php:76 #: include/class/pdf_operation.class.php:76 #: include/class/print_ledger_detail_item.class.php:58 +#: include/class/print_ledger_detail_item.class.php:57 msgid "Numéro interne" msgstr "Internal number" @@ -14696,6 +16060,8 @@ msgstr "Internal number" #: include/class/acc_ledger_purchase.class.php:1825 #: include/class/acc_ledger_sold.class.php:1405 #: include/class/acc_ledger_purchase.class.php:1831 +#: include/class/acc_ledger_purchase.class.php:1868 +#: include/class/acc_ledger_sold.class.php:1390 msgid "Numéro opération" msgstr "Operation #" @@ -14720,6 +16086,8 @@ msgstr "#" #: include/export/export_ledger_csv.php:212 #: include/export/export_ledger_csv.php:220 #: include/class/acc_ledger_history_generic.class.php:768 +#: include/class/acc_ledger_history_generic.class.php:769 +#: include/export/export_ledger_csv.php:228 msgid "N° Pièce" msgstr "Receipt #" @@ -14728,6 +16096,7 @@ msgid "N° TVA" msgstr "No VAT" #: include/template/detail-action.php:19 include/template/detail-action.php:12 +#: include/template/detail-action.php:13 msgid "N° document" msgstr "Document No." @@ -14757,6 +16126,8 @@ msgstr "Document No." #: include/class/acc_ledger_purchase.class.php:1837 #: include/class/acc_ledger_sold.class.php:1417 #: include/class/acc_ledger_purchase.class.php:1843 +#: include/class/acc_ledger_purchase.class.php:1880 +#: include/class/acc_ledger_sold.class.php:1402 msgid "N° fiche" msgstr "# Card" @@ -14786,6 +16157,8 @@ msgstr "# Card" #: include/class/acc_ledger_purchase.class.php:1839 #: include/class/acc_ledger_sold.class.php:1419 #: include/class/acc_ledger_purchase.class.php:1845 +#: include/class/acc_ledger_purchase.class.php:1882 +#: include/class/acc_ledger_sold.class.php:1404 msgid "N° fiche fournisseur" msgstr "# dealer card" @@ -14809,7 +16182,7 @@ msgstr "receipt #" #: include/template/param_jrn.php:110 include/template/param_jrn.php:108 #: include/template/param_jrn.php:115 include/template/param_jrn.php:117 -#: include/template/param_jrn.php:161 +#: include/template/param_jrn.php:161 include/template/param_jrn.php:162 msgid "N° pièce justificative" msgstr "Receipt number" @@ -14817,12 +16190,13 @@ msgstr "Receipt number" #: html/test_class.php:221 include/ajax_preference.php:175 #: include/ajax/ajax_preference.php:175 include/ajax/ajax_preference.php:254 #: dev/test/test_class.php:217 include/ajax/ajax_preference.php:265 +#: dev-2/test/test_class.php:217 msgid "Néerlandais" msgstr "Dutch" #: include/database.item.php:12 include/database.item.php:15 #: include/database.item.php:17 include/database.item.php:20 -#: include/database.item.php:14 +#: include/database.item.php:14 include/database.item.php:13 msgid "OD analytique" msgstr "MW analytic" @@ -14832,6 +16206,7 @@ msgstr "MW analytic" #: include/lib/manage_table_sql.class.php:1025 #: include/lib/manage_table_sql.class.php:1022 #: include/lib/manage_table_sql.class.php:1066 +#: include/lib/manage_table_sql.class.php:1122 msgid "OK" msgstr "OK" @@ -14846,6 +16221,7 @@ msgstr "OK" #: include/class/acc_ledger.class.php:1342 #: include/class/acc_ledger.class.php:1351 #: include/class/acc_ledger.class.php:1367 +#: include/class/acc_ledger.class.php:1365 msgid "OPERATION ANNULEE " msgstr "Canceled" @@ -14856,6 +16232,10 @@ msgstr "Canceled" msgid "OUT" msgstr "Out" +#: include/lib/output_html_tab.class.php:71 +msgid "OUTPUTHTML070 Mode invalide" +msgstr "OUTPUTHTML070 Invalid mode" + #: include/class/class_acc_operation.php:595 #: include/class/class_acc_operation.php:599 #: include/class/class_acc_operation.php:610 @@ -14883,19 +16263,21 @@ msgid "" msgstr "Mandatory for FIN ledger: give here the card of the bank" #: include/template/param_jrn.php:61 include/template/param_jrn.php:68 -#: include/template/param_jrn.php:74 +#: include/template/param_jrn.php:74 include/template/param_jrn.php:75 msgid "" "Obligatoire pour les journaux FIN : donner ici la fiche du compte en banque " "utilisée" msgstr "Mandatory for FIN ledger: give here the card of the bank" #: include/class/periode.class.php:649 include/class/periode.class.php:651 -#: include/class/periode.class.php:653 +#: include/class/periode.class.php:653 include/class/periode.class.php:654 +#: include/class/periode.class.php:655 msgid "Octobre" msgstr "October" #: include/class/periode.class.php:688 include/class/periode.class.php:690 -#: include/class/periode.class.php:692 +#: include/class/periode.class.php:692 include/class/periode.class.php:693 +#: include/class/periode.class.php:694 msgid "On ne peut ajouter une période que sur un exercice qui existe déjà" msgstr "It is possible to add a period on an existing exercice" @@ -14906,7 +16288,8 @@ msgstr "Warning : you can not change in a closed period" #: html/admin/setup.php:201 html/admin/setup.php:219 html/admin/setup.php:221 #: html/install.php:227 html/install.php:225 html/install.php:233 -#: html/install.php:184 html/install.php:191 +#: html/install.php:184 html/install.php:191 html/install.php:207 +#: html/install.php:211 msgid "" "On ne peut pas écrire dans le répertoire de NOALYSS, changez-en les droits " msgstr "Not possible to write in the Noalyss folder, change the rights" @@ -14943,6 +16326,8 @@ msgstr "Concerned op" #: include/class/acc_ledger_search.class.php:1080 #: include/class/acc_ledger_search.class.php:1088 #: include/class/acc_ledger_search.class.php:1101 +#: include/class/acc_ledger_search.class.php:1190 +#: include/class/acc_ledger_search.class.php:1213 msgid "Op.Diverses" msgstr "Miscelleanous" @@ -14952,12 +16337,31 @@ msgstr "Miscelleanous" msgid "Operation non equilibrée" msgstr "Unbalanced operation" +#: include/class/card_attribut_mtable.class.php:42 +msgid "Option sup." +msgstr "Extra options" + +#: include/template/action_search.php:146 +#: include/template/action_search.php:148 +msgid "Option étiquettes" +msgstr "Tag options" + +#: include/class/contact_option_ref_mtable.class.php:39 +#: include/class/follow_up_other_concerned.class.php:166 +msgid "Options" +msgstr "Options" + #: include/ajax_preference.php:69 include/ajax_preference.php:70 #: include/ajax/ajax_preference.php:69 include/ajax/ajax_preference.php:70 #: include/ajax/ajax_preference.php:81 msgid "Options Générales" msgstr "General setting" +#: include/ajax/ajax_display_card_option.php:42 +#: include/template/action_document_type_mtable_input.php:125 +msgid "Options contact" +msgstr "Options contact" + #: include/export_ledger_csv.php:49 include/export/export_ledger_csv.php:49 #: include/export/export_ledger_csv.php:50 msgid "Options invalides" @@ -14969,7 +16373,7 @@ msgstr "Invalid options" msgid "Options pour la page d'accueil" msgstr "Option for the welcome page" -#: include/ext/tools/index.php:41 +#: include/ext/tools/index.php:41 include/tax_summary.inc.php:41 msgid "Opération" msgstr "Operation" @@ -14978,13 +16382,14 @@ msgstr "Operation" #: include/database.item.php:231 include/database.item.php:208 #: include/database.item.php:209 include/database.item.php:212 #: include/database.item.php:229 include/database.item.php:210 -#: include/database.item.php:232 +#: include/database.item.php:232 include/database.item.php:216 msgid "Opération Diverses" msgstr "Miscellaneous operation" #: html/ajax_ledger.php:156 html/ajax_ledger.php:174 html/ajax_ledger.php:175 #: include/ajax/ajax_ledger.php:152 include/ajax/ajax_ledger.php:155 #: include/ajax/ajax_ledger.php:159 include/ajax/ajax_ledger.php:160 +#: include/ajax/ajax_ledger.php:161 msgid "Opération Effacée" msgstr "Removed accounting" @@ -15000,6 +16405,11 @@ msgstr "Operation id" msgid "Opération a effacer" msgstr "Removed entry" +#: include/company.inc.php:146 +msgid "" +"Opération analytique uniquement pour les postes comptables commençant par" +msgstr "Analytic operation only for accounting beginning with" + #: include/class_acc_ledger.php:762 include/class_acc_ledger.php:990 #: include/class_acc_ledger.php:761 include/class_acc_ledger.php:989 #: include/class_acc_ledger.php:765 include/class_acc_ledger.php:996 @@ -15017,6 +16427,10 @@ msgstr "Removed entry" #: include/class/acc_ledger_search.class.php:1045 #: include/class/acc_ledger_search.class.php:850 #: include/class/acc_ledger_search.class.php:1058 +#: include/class/acc_ledger_search.class.php:939 +#: include/class/acc_ledger_search.class.php:1147 +#: include/class/acc_ledger_search.class.php:962 +#: include/class/acc_ledger_search.class.php:1170 msgid "Opération annulée" msgstr "Entry canceled" @@ -15050,7 +16464,7 @@ msgstr "recorded entry" #: html/ajax_ledger.php:564 html/ajax_ledger.php:576 html/ajax_ledger.php:578 #: include/ajax/ajax_ledger.php:555 include/ajax/ajax_ledger.php:558 #: include/ajax/ajax_ledger.php:563 include/ajax/ajax_ledger.php:568 -#: include/ajax/ajax_ledger.php:569 +#: include/ajax/ajax_ledger.php:569 include/ajax/ajax_ledger.php:570 msgid "Opération extournée" msgstr "Reversed accounting" @@ -15060,6 +16474,7 @@ msgstr "Reversed accounting" #: include/class/acc_ledger.class.php:2826 #: include/class/acc_ledger.class.php:2835 #: include/class/acc_ledger.class.php:2874 +#: include/class/acc_ledger.class.php:2898 msgid "Opération identique" msgstr "Same operation" @@ -15077,7 +16492,7 @@ msgstr "Operation not removed" #: include/compta_ven.inc.php:209 include/compta_ach.inc.php:197 #: include/compta_ods.inc.php:121 include/compta_ven.inc.php:214 #: include/compta_ods.inc.php:123 include/compta_ven.inc.php:212 -#: include/compta_ach.inc.php:195 +#: include/compta_ach.inc.php:195 include/compta_ach.inc.php:194 msgid "Opération non extournée" msgstr "Not Reversed accounting" @@ -15086,10 +16501,11 @@ msgid "Opération non trouvée" msgstr "operation not found" #: include/export/export_ledger_csv.php:144 +#: include/export/export_ledger_csv.php:150 msgid "Opération paiement" msgstr "Payment Writing " -#: include/operation_ods_new.inc.php:94 +#: include/operation_ods_new.inc.php:94 include/operation_ods_new.inc.php:95 #, php-format msgid "Opération rapprochée : %s" msgstr "Linked operation : %s" @@ -15108,6 +16524,7 @@ msgstr "Entry restored" #: include/ajax/ajax_ledger.php:504 include/ajax/ajax_ledger.php:508 #: include/anc_od.inc.php:121 include/ajax/ajax_ledger.php:509 #: include/ext/modop/modop_save.php:165 include/ajax/ajax_ledger.php:510 +#: include/ajax/ajax_ledger.php:511 msgid "Opération sauvée" msgstr "Entry saved" @@ -15142,12 +16559,15 @@ msgstr "Operation & Lettering" #: include/database.item.php:56 include/database.item.php:248 #: include/database.item.php:223 include/cfgledger.inc.php:172 #: include/database.item.php:55 include/database.item.php:255 +#: include/class/operation_predef_mtable.class.php:180 +#: include/database.item.php:232 msgid "Opérations Diverses" msgstr "Misc. operations" #: include/lettering.account.inc.php:87 include/lettering.card.inc.php:92 #: include/lettering.gestion.inc.php:43 include/lettering.gestion.inc.php:42 -#: include/lettering.account.inc.php:95 +#: include/lettering.account.inc.php:95 include/lettering.account.inc.php:96 +#: include/lettering.card.inc.php:94 msgid "Opérations NON lettrées" msgstr "Not Lettered operations" @@ -15156,6 +16576,8 @@ msgid "Opérations Ventes/Achats" msgstr "Operations Sales / Purchases" #: include/template/detail-action.php:167 +#: include/template/detail-action.php:174 +#: include/template/detail-action.php:176 msgid "Opérations concernées" msgstr "Concerned operations" @@ -15164,29 +16586,34 @@ msgstr "Concerned operations" #: include/database.item.php:120 include/database.item.php:117 #: include/database.item.php:116 include/database.item.php:17 #: include/database.item.php:20 include/database.item.php:14 -#: include/database.item.php:112 +#: include/database.item.php:112 include/database.item.php:13 +#: include/database.item.php:113 msgid "Opérations diverses" msgstr "Misc. writing" #: include/database.item.php:17 include/database.item.php:20 #: include/database.item.php:14 include/database.item.php:12 +#: include/database.item.php:13 msgid "Opérations diverses en Analytique" msgstr "Misc. writing for analytic" #: include/lettering.account.inc.php:85 include/lettering.card.inc.php:90 #: include/lettering.gestion.inc.php:42 include/lettering.gestion.inc.php:41 #: include/lettering.account.inc.php:93 include/impress_poste.inc.php:104 +#: include/lettering.account.inc.php:94 include/lettering.card.inc.php:92 msgid "Opérations lettrées" msgstr "Lettered operations" #: include/lettering.account.inc.php:86 include/lettering.card.inc.php:91 -#: include/lettering.account.inc.php:94 +#: include/lettering.account.inc.php:94 include/lettering.account.inc.php:95 +#: include/lettering.card.inc.php:93 msgid "Opérations lettrées montants différents" msgstr "Lettered writing with different Amounts" #: include/template/ledger_detail_bottom.php:18 #: include/template/ledger_detail_bottom.php:33 #: include/template/ledger_detail_bottom.php:38 +#: include/template/ledger_detail_bottom.php:43 msgid "Opérations liées" msgstr "Linked operations" @@ -15259,6 +16686,10 @@ msgstr "Select the card" #: include/template/profile_menu_display_module.php:81 #: include/class/acc_plan_mtable.class.php:59 #: include/class/acc_plan_mtable.class.php:65 +#: include/class/tva_rate_mtable.class.php:57 +#: include/class/acc_plan_mtable.class.php:66 include/company.inc.php:72 +#: include/company.inc.php:75 include/company.inc.php:113 +#: include/user_detail.inc.php:170 msgid "Oui" msgstr "yes" @@ -15278,6 +16709,9 @@ msgstr "Tools for co-ownership" #: include/class/periode_ledger_table.class.php:142 #: include/class/periode_ledger_table.class.php:144 #: include/class/periode.class.php:587 include/class/periode.class.php:589 +#: include/class/periode.class.php:590 include/class/periode.class.php:591 +#: include/class/periode_ledger_table.class.php:143 +#: include/class/periode_ledger_table.class.php:145 msgid "Ouvert" msgstr "Open" @@ -15292,6 +16726,7 @@ msgstr "Opening entry" #: include/class/class_acc_bilan.php:637 include/class/class_acc_bilan.php:654 #: include/class/acc_bilan.class.php:655 include/class/acc_bilan.class.php:658 #: include/class/acc_bilan.class.php:663 include/class/acc_bilan.class.php:665 +#: include/class/acc_bilan.class.php:670 msgid "Ouverture fichier impossible" msgstr "Error opening file" @@ -15322,6 +16757,7 @@ msgstr "PDF2PS is not installed" #: include/class/acc_ledger.class.php:228 #: include/class/acc_ledger.class.php:229 #: include/class/acc_ledger.class.php:247 +#: include/class/acc_ledger.class.php:246 msgid "PERIODE FERMEE" msgstr "Close period" @@ -15371,6 +16807,8 @@ msgstr "PDF2PS is not installed" #: include/class/acc_ledger_purchase.class.php:1850 #: include/class/acc_ledger_sold.class.php:1430 #: include/class/acc_ledger_purchase.class.php:1856 +#: include/class/acc_ledger_purchase.class.php:1893 +#: include/class/acc_ledger_sold.class.php:1415 msgid "PU" msgstr "Pu" @@ -15402,6 +16840,12 @@ msgstr "Pu" #: include/class/acc_ledger_history_purchase.class.php:250 #: include/class/acc_ledger_history_purchase.class.php:254 #: include/class/acc_ledger.class.php:2452 +#: include/class/acc_ledger_history_sale.class.php:253 +#: include/class/acc_ledger_search.class.php:730 +#: include/class/acc_ledger_history_purchase.class.php:265 +#: include/class/acc_ledger.class.php:2480 +#: include/export/export_histo_csv.php:43 include/tax_summary.inc.php:42 +#: include/class/acc_ledger_search.class.php:753 msgid "Paiement" msgstr "Payment" @@ -15441,6 +16885,7 @@ msgstr "Paid by" #: include/database.item.php:219 include/database.item.php:224 #: include/database.item.php:201 include/database.item.php:202 #: include/database.item.php:205 include/database.item.php:203 +#: include/database.item.php:211 msgid "Paiement électronique" msgstr "Electronic payment" @@ -15485,6 +16930,7 @@ msgstr "Per file" #: include/database.item.php:226 include/database.item.php:203 #: include/database.item.php:204 include/database.item.php:207 #: include/database.item.php:221 include/database.item.php:205 +#: include/database.item.php:213 msgid "Par gérant ou administrateur" msgstr "By the manager or administrator" @@ -15505,6 +16951,7 @@ msgstr "Invalid parameter" #: include/database.item.php:83 include/database.item.php:86 #: include/database.item.php:91 include/database.item.php:88 #: include/database.item.php:87 include/database.item.php:85 +#: include/database.item.php:84 msgid "Parametre societe" msgstr "Company parametes" @@ -15516,6 +16963,7 @@ msgstr "Company parametes" #: include/class/acc_ledger.class.php:427 #: include/class/acc_ledger.class.php:428 #: include/class/acc_ledger.class.php:443 +#: include/class/acc_ledger.class.php:442 msgid "Parametres journaux non trouves" msgstr "Ledger parameters not found" @@ -15556,6 +17004,7 @@ msgstr "Parameter" #: html/install.php:471 include/admin_repo.inc.php:125 html/install.php:477 #: html/install.php:439 include/admin_repo.inc.php:127 html/install.php:414 #: include/admin_repo.inc.php:129 html/install.php:420 html/install.php:423 +#: html/install.php:472 html/install.php:478 msgid "Paramètre base de données" msgstr "Database parameters" @@ -15588,6 +17037,7 @@ msgstr "Invalid parameter" #: include/lib/http_input.class.php:121 include/class/acc_ledger.class.php:89 #: include/lib/http_input.class.php:123 include/class/periode.class.php:237 #: include/class/acc_ledger.class.php:91 include/class/periode.class.php:239 +#: include/lib/http_input.class.php:161 msgid "Paramètre invalide" msgstr "Invalid parameter" @@ -15604,6 +17054,7 @@ msgstr "Parameter for VAT" #: include/database.item.php:75 include/database.item.php:78 #: include/database.item.php:83 include/database.item.php:81 #: include/database.item.php:80 include/database.item.php:77 +#: include/database.item.php:76 msgid "Paramètres divers" msgstr "Misc. parameters" @@ -15624,6 +17075,7 @@ msgstr "share" #: include/database.item.php:218 include/database.item.php:195 #: include/database.item.php:196 include/database.item.php:199 #: include/database.item.php:210 include/database.item.php:215 +#: include/database.item.php:205 msgid "Partager une note" msgstr "Share a note" @@ -15636,6 +17088,7 @@ msgstr "Part of the name or share of the accounting item" #: include/database.item.php:182 include/database.item.php:141 #: include/database.item.php:142 include/database.item.php:143 #: include/database.item.php:148 include/database.item.php:153 +#: include/database.item.php:149 msgid "Partie fiscalement non déductible" msgstr "Non-tax deductible portion" @@ -15673,7 +17126,7 @@ msgstr "No record found" msgid "Pas d'étape" msgstr "No step" -#: include/template/detail-action.php:57 +#: include/template/detail-action.php:57 include/template/detail-action.php:58 msgid "Pas de catégorie de contact" msgstr "Na category for contact" @@ -15737,6 +17190,9 @@ msgstr "Not given file" #: include/class/acc_ledger_fin.class.php:1052 include/compta_ven.inc.php:251 #: include/class/acc_ledger_sold.class.php:1132 #: include/class/acc_ledger.class.php:790 include/compta_ach.inc.php:236 +#: include/class/acc_ledger.class.php:777 +#: include/class/acc_ledger_purchase.class.php:1083 +#: include/class/acc_ledger_sold.class.php:1099 include/compta_ach.inc.php:235 msgid "Pas de journal disponible" msgstr "No available ledger" @@ -15771,7 +17227,7 @@ msgstr "Payment" #: include/template/stock_summary_list.php:41 include/company.inc.php:130 #: include/ext/sav/include/template/sas_display_detail.php:107 #: include/ajax/ajax_mod_stock_repo.php:63 include/company.inc.php:134 -#: include/export/export_stock_resume_list.php:38 +#: include/export/export_stock_resume_list.php:38 include/company.inc.php:142 msgid "Pays" msgstr "Country" @@ -15798,6 +17254,10 @@ msgstr "Country" #: include/class/acc_ledger_search.class.php:864 #: include/class/acc_ledger_search.class.php:706 #: include/class/acc_ledger_search.class.php:877 +#: include/class/acc_ledger_search.class.php:792 +#: include/class/acc_ledger_search.class.php:966 +#: include/class/acc_ledger_search.class.php:815 +#: include/class/acc_ledger_search.class.php:989 msgid "Payé" msgstr "Paid" @@ -15820,9 +17280,16 @@ msgstr "Paid" #: include/class/acc_ledger_purchase.class.php:1698 #: include/class/acc_ledger_purchase.class.php:1701 #: include/class/print_ledger_simple.class.php:274 +#: include/class/acc_ledger_purchase.class.php:1722 +#: include/class/print_ledger_simple.class.php:297 msgid "Payé par" msgstr "Paid by" +#: include/class/acc_ledger_search.class.php:214 +#: include/class/acc_ledger_search.class.php:216 +msgid "Payées" +msgstr "Paid" + #: include/template/dashboard.php:185 include/template/dashboard.php:10 msgid "Pense-Bête" msgstr "Todo List" @@ -15848,11 +17315,14 @@ msgstr "Period N-1" #: include/class/acc_ledger_sold.class.php:113 #: include/class/acc_ledger.class.php:1068 #: include/class/acc_ledger.class.php:1084 +#: include/class/acc_ledger.class.php:1080 +#: include/class/acc_ledger_purchase.class.php:111 msgid "Periode fermee" msgstr "Closed Period" #: include/database.item.php:95 include/database.item.php:98 #: include/database.item.php:92 include/database.item.php:90 +#: include/database.item.php:91 msgid "" "Permet d'ajouter de nouveaux attributs que vous pourrez par la suite ajouter " "à des catégories de fiches" @@ -15862,7 +17332,8 @@ msgstr "" #: include/database.item.php:113 include/database.item.php:115 #: include/database.item.php:116 include/database.item.php:118 #: include/database.item.php:110 include/database.item.php:112 -#: include/database.item.php:108 +#: include/database.item.php:108 include/database.item.php:109 +#: include/database.item.php:111 msgid "" "Permet d'ajouter de nouvelles catégorie de fiche, d'ajouter des attributs à " "ces catégories (numéro de téléphone, gsm, email...)" @@ -15872,6 +17343,7 @@ msgstr "" #: include/database.item.php:13 include/database.item.php:16 #: include/database.item.php:10 include/database.item.php:8 +#: include/database.item.php:9 msgid "" "Permet d'ajouter des taux de TVA ou de les modifier ainsi que les postes " "comptables de ces TVA, ces TVA sont utilisables dans les menus de vente et " @@ -15880,6 +17352,7 @@ msgstr "Let you add and modify TVA setting ." #: include/database.item.php:116 include/database.item.php:119 #: include/database.item.php:113 include/database.item.php:111 +#: include/database.item.php:112 msgid "" "Permet d'ajouter des état pour les documents utilisés dans le suivi (à " "faire, à suivre...)" @@ -15887,6 +17360,7 @@ msgstr "Let you add status for documents used in the follow-up" #: include/database.item.php:83 include/database.item.php:86 #: include/database.item.php:80 include/database.item.php:78 +#: include/database.item.php:79 msgid "" "Permet d'avoir la balance de toutes vos fiches, les résumés exportables en " "CSV, les historiques avec ou sans lettrages" @@ -15896,15 +17370,21 @@ msgstr "" #: include/database.item.php:114 include/database.item.php:117 #: include/database.item.php:111 include/database.item.php:109 +#: include/database.item.php:110 msgid "Permet de changer le poste comptable de base des catégories de fiches" msgstr "Let modify the base accounting of category of card" -#: include/database.item.php:139 +#: include/lib/message_javascript.php:110 +msgid "Permet de chercher dans le suivi pour les contacts multiques" +msgstr "Let you search in the follow-up for the multiples concerned" + +#: include/database.item.php:139 include/database.item.php:138 msgid "Permet de configurer les devises" msgstr "Set currency" #: include/database.item.php:102 include/database.item.php:105 #: include/database.item.php:99 include/database.item.php:97 +#: include/database.item.php:98 msgid "" "Permet de faire correspondre vos extraits bancaires avec les opérations de " "vente ou d'achat, le lettrage se fait automatiquement" @@ -15942,6 +17422,8 @@ msgstr "" #: include/export/export_histo_csv.php:40 #: include/export/export_histo_csv.php:41 #: include/class/print_ledger_misc.class.php:44 include/compta_ods.inc.php:96 +#: include/class/print_ledger_misc.class.php:43 +#: include/export/export_histo_csv.php:44 msgid "Piece" msgstr "Receipt" @@ -16047,6 +17529,18 @@ msgstr "Receipt" #: include/class/acc_ledger_sold.class.php:1411 #: include/class/acc_ledger.class.php:874 #: include/class/acc_ledger_purchase.class.php:1837 +#: include/class/acc_ledger_history_sale.class.php:255 +#: include/class/acc_ledger_search.class.php:732 +#: include/class/acc_ledger_search.class.php:1047 +#: include/class/acc_ledger_history_purchase.class.php:267 +#: include/class/acc_ledger.class.php:862 +#: include/class/acc_ledger_purchase.class.php:1874 +#: include/class/acc_ledger_sold.class.php:1396 +#: include/class/print_ledger_simple.class.php:96 +#: include/class/anc_grandlivre.class.php:231 include/lib/ac_common.php:1222 +#: include/class/acc_ledger_search.class.php:755 +#: include/class/acc_ledger_search.class.php:1070 +#: include/class/anc_grandlivre.class.php:232 msgid "Pièce" msgstr "Receipt" @@ -16057,7 +17551,7 @@ msgstr "Receipt" msgid "Pièce inexistante" msgstr "Spare part not found" -#: include/compta_fin_rec.inc.php:339 +#: include/compta_fin_rec.inc.php:339 include/compta_fin_rec.inc.php:380 msgid "Pièce justificative" msgstr "Receipt number" @@ -16071,6 +17565,8 @@ msgstr "Receipt number" #: include/template/detail-action.php:403 #: include/template/detail-action.php:407 #: include/template/detail-action.php:405 +#: include/template/detail-action.php:401 +#: include/template/detail-action.php:414 msgid "Pièces attachées" msgstr "Attachment" @@ -16099,7 +17595,7 @@ msgstr "Plan A" msgid "Plan Analytique" msgstr "Analytical" -#: include/class/anc_print.class.php:163 +#: include/class/anc_print.class.php:163 include/class/anc_print.class.php:164 msgid "Plan Analytique " msgstr "Analytic Plan" @@ -16151,6 +17647,8 @@ msgstr "Port %s" #: include/template/template_config_form.php:59 #: include/template/template_config_form.php:67 +#: include/template/template_config_form.php:77 +#: include/template/template_config_form.php:108 msgid "Port de Postgresql" msgstr "Port of Postgresql" @@ -16160,7 +17658,7 @@ msgid "Port de postgresql" msgstr "Port of Postgresql" #: html/install.php:135 html/install.php:134 html/install.php:140 -#: html/install.php:147 +#: html/install.php:147 html/install.php:160 html/install.php:164 msgid "Port pour postgresql" msgstr "Port of Postgresql" @@ -16257,7 +17755,15 @@ msgstr "Possible %d" #: include/class/acc_ledger_sold.class.php:1414 #: include/class/acc_ledger.class.php:627 #: include/class/acc_ledger.class.php:902 -#: include/class/acc_ledger_purchase.class.php:1840 +#: include/class/acc_ledger_purchase.class.php:1840 include/fiche.inc.php:417 +#: include/class/acc_ledger.class.php:890 include/class/fiche.class.php:1501 +#: include/class/acc_ledger_purchase.class.php:1877 +#: include/class/acc_ledger_sold.class.php:1399 +#: include/class/pre_op_advanced.class.php:199 +#: include/class/acc_ledger_history_generic.class.php:772 +#: include/class/anc_grandlivre.class.php:226 +#: include/ajax/ajax_display_letter.php:64 include/database.item.php:63 +#: include/class/anc_grandlivre.class.php:227 msgid "Poste" msgstr "Account. Item" @@ -16296,6 +17802,8 @@ msgstr "Post Charge" #: include/class/acc_plan_mtable.class.php:45 include/class/fiche.class.php:470 #: include/class/fiche.class.php:469 #: include/class/pdfbalance_simple.class.php:55 +#: include/template/ledger_detail_bottom.php:93 +#: include/template/ledger_detail_bottom.php:94 msgid "Poste Comptable" msgstr "Accounting item" @@ -16315,6 +17823,7 @@ msgstr "Accounting basis of item" #: include/class/acc_ledger.class.php:1122 #: include/class/acc_ledger.class.php:1131 #: include/class/acc_ledger.class.php:1147 +#: include/class/acc_ledger.class.php:1143 msgid "Poste Inexistant [" msgstr "non-existent accounting" @@ -16328,6 +17837,7 @@ msgstr "non-existent accounting" #: include/class/acc_ledger.class.php:1107 #: include/class/acc_ledger.class.php:1114 #: include/class/acc_ledger.class.php:1130 +#: include/class/acc_ledger.class.php:1126 msgid "Poste Inexistant pour la fiche [" msgstr "Inexisting accountancy" @@ -16369,7 +17879,8 @@ msgstr "Post load" #: include/class/fiche.class.php:1756 include/class/pdf_operation.class.php:246 #: include/ajax/ajax_boxcard_search.php:65 include/class/fiche.class.php:1759 #: include/class/fiche.class.php:1761 include/class/fiche.class.php:1779 -#: include/class/fiche.class.php:1780 +#: include/class/fiche.class.php:1780 include/class/fiche.class.php:1806 +#: include/class/card_attribut_mtable.class.php:58 msgid "Poste comptable" msgstr "Accounting" @@ -16408,17 +17919,21 @@ msgstr "Maximum accounting length is 40 char" #: include/class/acc_plan_mtable.class.php:137 #: include/class/acc_plan_mtable.class.php:149 #: include/class/acc_plan_mtable.class.php:173 +#: include/class/acc_plan_mtable.class.php:177 msgid "Poste comptable dépendant ne peut pas être vide" msgstr "Depending account can not be empty" #: include/class/acc_plan_mtable.class.php:127 #: include/class/acc_plan_mtable.class.php:139 #: include/class/acc_plan_mtable.class.php:163 +#: include/class/acc_plan_mtable.class.php:167 msgid "Poste comptable est unique" msgstr "Accounting is unique" #: include/class/tva_rate_mtable.class.php:233 #: include/class/tva_rate_mtable.class.php:243 +#: include/class/tva_rate_mtable.class.php:250 +#: include/class/tva_rate_mtable.class.php:260 msgid "Poste comptable inexistant" msgstr "Invalid accounting" @@ -16429,6 +17944,7 @@ msgstr "This accounting does not exist" #: include/class/acc_plan_mtable.class.php:130 #: include/class/acc_plan_mtable.class.php:142 #: include/class/acc_plan_mtable.class.php:166 +#: include/class/acc_plan_mtable.class.php:170 msgid "Poste comptable ne peut être vide" msgstr "Accounting can not be empty" @@ -16454,7 +17970,10 @@ msgstr "Accounting or card" #: include/class/fiche.class.php:849 include/class/fiche.class.php:995 #: include/class/fiche.class.php:996 include/class/fiche.class.php:1036 #: include/class/fiche.class.php:850 include/class/fiche.class.php:997 -#: include/class/fiche.class.php:1037 +#: include/class/fiche.class.php:1037 include/class/fiche.class.php:846 +#: include/class/fiche.class.php:876 include/class/fiche.class.php:877 +#: include/class/fiche.class.php:1024 include/class/fiche.class.php:1064 +#: include/class/acc_plan_mtable.class.php:174 msgid "Poste comptable trop long" msgstr "Accounting too large" @@ -16522,6 +18041,7 @@ msgstr "Unknown accounting" #: include/class/acc_ledger.class.php:1119 #: include/class/acc_ledger.class.php:1128 #: include/class/acc_ledger.class.php:1144 +#: include/class/acc_ledger.class.php:1140 msgid "Poste invalide [" msgstr "Invalid accounting [" @@ -16530,6 +18050,10 @@ msgstr "Invalid accounting [" msgid "Poste parent incorrect" msgstr "Wrong parent accounting" +#: include/class/acc_plan_mtable.class.php:197 +msgid "Poste utilisé" +msgstr "Used accounting" + #: include/class/acc_account.class.php:181 #: include/class/acc_account.class.php:182 msgid "Poste utilisé : effacement interdit" @@ -16544,12 +18068,16 @@ msgstr "Post crediting incorrect" msgid "Postes utilisables journal (débit/crédit) " msgstr "Available accounting ledger (debit / credit)" +#: include/template/template_config_form.php:91 +msgid "Postgresql" +msgstr "Postgresql" + #: include/periode.inc.php:144 msgid "" "Pour ajouter, effacer ou modifier une période, il faut choisir global" msgstr "To add , remove or modify a period you must use global" -#: include/periode.inc.php:126 +#: include/periode.inc.php:126 include/periode.inc.php:127 msgid "Pour ajouter, effacer ou modifier une période, il faut choisir global" msgstr "To add , remove or modify a period you must use global" @@ -16560,7 +18088,8 @@ msgstr "For today" #: html/admin/setup.php:420 html/install.php:484 html/install.php:483 #: html/install.php:481 html/install.php:487 html/install.php:479 #: html/install.php:485 html/install.php:447 html/install.php:422 -#: html/install.php:428 html/install.php:431 +#: html/install.php:428 html/install.php:431 html/install.php:480 +#: html/install.php:486 msgid "" "Pour cela, sur la ligne de commande en tant qu\\'utilisateur postgres, " "faites createlang plpgsql template1" @@ -16568,6 +18097,10 @@ msgstr "" "For this, in command line as user postgres do \"createlang plpgsql " "template1\"" +#: include/user_detail.inc.php:211 +msgid "Pour effacer , confirmez en retapant le code" +msgstr "For deleting, type the code to confirm" + #: include/ext/import_account/include/template/test_operation.php:9 msgid "" "Pour importer des données, c'est-à-dire transformer des fichiers CSV (Valeur " @@ -16619,6 +18152,8 @@ msgstr "" #: include/class/acc_ledger_sold.class.php:145 #: include/class/acc_ledger_sold.class.php:204 #: include/class/acc_ledger_purchase.class.php:219 +#: include/class/acc_ledger_purchase.class.php:151 +#: include/class/acc_ledger_purchase.class.php:221 msgid "Pour la fiche " msgstr "For the card" @@ -16633,6 +18168,7 @@ msgstr "For the card" #: include/class/acc_ledger.class.php:1683 #: include/class/acc_ledger.class.php:1692 #: include/class/acc_ledger.class.php:1708 +#: include/class/acc_ledger.class.php:1698 #, php-format msgid "Pour la fiche %s le poste comptable [%s] n'existe pas" msgstr "For the card %s the accounting %s doesn't exist" @@ -16642,6 +18178,7 @@ msgstr "For the card %s the accounting %s doesn't exist" #: include/class/class_acc_ledger_purchase.php:254 #: include/class/acc_ledger_purchase.class.php:254 #: include/class/acc_ledger_purchase.class.php:253 +#: include/class/acc_ledger_purchase.class.php:255 #, php-format msgid "Pour la fiche %s, le compte contrepartie %s n'existe pas" msgstr "For the card% s,% s the otherside does not exist" @@ -16680,6 +18217,7 @@ msgid "" msgstr "For a better web experience, take the time to update your brower" #: include/impress_bilan.inc.php:87 include/impress_bilan.inc.php:94 +#: include/impress_bilan.inc.php:98 msgid "Pour une vérification complète, allez dans " msgstr "For a complete verification go to" @@ -16704,6 +18242,8 @@ msgstr "First road" #: include/class/follow_up.class.php:1923 #: include/class/follow_up.class.php:1921 #: include/class/follow_up.class.php:1922 +#: include/class/follow_up.class.php:1871 +#: include/class/follow_up.class.php:1845 msgid "Principal" msgstr "Main" @@ -16714,10 +18254,13 @@ msgstr "Main" #: include/template/detail-action.php:133 #: include/template/action_display_short.php:99 #: include/template/action_display_short.php:100 +#: include/template/detail-action.php:140 +#: include/template/detail-action.php:142 msgid "Priorité" msgstr "Priority" #: include/class/print_ledger_simple.class.php:113 +#: include/class/print_ledger_simple.class.php:110 msgid "Priv/DNA" msgstr "Private/DNA" @@ -16725,6 +18268,8 @@ msgstr "Private/DNA" #: include/template/tax_summary_display.php:297 #: include/export/export_printtva_csv.php:62 #: include/export/export_printtva_pdf.php:212 +#: include/export/export_printtva_pdf.php:216 +#: include/export/export_printtva_csv.php:74 msgid "Privée" msgstr "Private" @@ -16747,6 +18292,8 @@ msgstr "Price / unit" #: include/database.item.php:172 include/database.item.php:136 #: include/database.item.php:137 include/database.item.php:147 #: include/database.item.php:152 include/database.item.php:182 +#: include/template/action_document_type_mtable_input.php:76 +#: include/database.item.php:178 msgid "Prix achat" msgstr "Purchase price" @@ -16755,6 +18302,8 @@ msgstr "Purchase price" #: include/database.item.php:171 include/database.item.php:135 #: include/database.item.php:136 include/database.item.php:146 #: include/database.item.php:151 include/database.item.php:181 +#: include/template/action_document_type_mtable_input.php:75 +#: include/database.item.php:177 msgid "Prix vente" msgstr "Sale Price" @@ -16790,6 +18339,7 @@ msgid "Problème réseau" msgstr "Network issue" #: include/template/document_mod_change.php:71 +#: include/template/action_document_type_mtable_input.php:36 msgid "Prochain numéro" msgstr "Next issue" @@ -16805,7 +18355,7 @@ msgstr "Reverse Income" #: include/user_menu.php:154 include/user_menu.php:158 #: include/lib/user_menu.php:167 include/lib/user_menu.php:180 -#: include/lib/user_menu.php:138 +#: include/lib/user_menu.php:138 include/lib/user_menu.php:137 msgid "Produits" msgstr "Products" @@ -16823,7 +18373,7 @@ msgstr "Products" #: include/template/action_search.php:56 include/database.item.php:84 #: include/param_sec.inc.php:217 include/database.item.php:78 #: include/param_sec.inc.php:221 include/template/action_search.php:52 -#: include/database.item.php:76 +#: include/database.item.php:76 include/param_sec.inc.php:226 msgid "Profil" msgstr "Profile" @@ -16834,6 +18384,7 @@ msgid "Profil inexistant" msgstr "Profile not found" #: include/export/export_poste_detail_pdf.php:106 +#: include/export/export_poste_detail_pdf.php:107 msgid "Prog" msgstr "Progr." @@ -16851,7 +18402,9 @@ msgstr "Progr." #: include/export/export_poste_detail_csv.php:90 #: include/class/anc_grandlivre.class.php:221 #: include/class/anc_grandlivre.class.php:222 include/fiche.inc.php:523 -#: include/fiche.inc.php:532 +#: include/fiche.inc.php:532 include/fiche.inc.php:545 +#: include/class/anc_grandlivre.class.php:235 +#: include/class/anc_grandlivre.class.php:236 msgid "Prog." msgstr "Progr." @@ -16859,7 +18412,7 @@ msgstr "Progr." #: include/database.item.php:205 include/database.item.php:202 #: include/database.item.php:178 include/database.item.php:179 #: include/database.item.php:182 include/database.item.php:190 -#: include/database.item.php:195 +#: include/database.item.php:195 include/database.item.php:188 msgid "Proposition" msgstr "Proposal" @@ -16877,11 +18430,21 @@ msgstr "Prefix" #: include/template/param_jrn.php:84 include/template/param_jrn.php:91 #: include/template/param_jrn.php:93 include/template/param_jrn.php:137 +#: include/template/param_jrn.php:138 msgid "Préfixe code interne" msgstr "Prefix for internal code" +#: include/class/action_document_type_mtable.class.php:49 +msgid "Préfixe document" +msgstr "Prefix for document" + +#: include/class/action_document_type_mtable.class.php:111 +msgid "Préfixe ne peut être vide" +msgstr "Prefix cannot be empty" + #: include/template/param_jrn.php:88 include/template/param_jrn.php:95 #: include/template/param_jrn.php:97 include/template/param_jrn.php:141 +#: include/template/param_jrn.php:142 msgid "Préfixe pièce justificative" msgstr "Prefix for receipt" @@ -16901,6 +18464,7 @@ msgstr "Setting" #: include/database.item.php:84 include/database.item.php:87 #: include/database.item.php:81 include/database.item.php:79 +#: include/database.item.php:80 msgid "" "Préférence de l'utilisateur, apparence de l'application pour l'utilisateur, " "période par défaut et mot de passe" @@ -16917,6 +18481,9 @@ msgstr "User's preference, display, default period, email and password" #: include/database.item.php:165 include/user.inc.php:81 #: include/user.inc.php:145 include/class/balance_age.class.php:146 #: include/database.item.php:170 include/database.item.php:173 +#: include/database.item.php:169 +#: include/template/follow_up_other_concerned_display_table.php:48 +#: include/user.inc.php:83 include/user.inc.php:147 msgid "Prénom" msgstr "First Name" @@ -16936,12 +18503,13 @@ msgstr "Display" #: include/database.item.php:123 include/database.item.php:126 #: include/database.item.php:132 include/database.item.php:128 #: include/database.item.php:127 include/database.item.php:131 -#: include/database.item.php:125 +#: include/database.item.php:125 include/database.item.php:124 msgid "Prévision" msgstr "Forecast" #: include/database.item.php:128 include/database.item.php:131 #: include/database.item.php:125 include/database.item.php:123 +#: include/database.item.php:124 msgid "" "Prévision de vos achats, revenus, permet de suivre l'évolution de votre " "société. Vos prévisions sont des formules sur les postes comptables et vous " @@ -16957,11 +18525,13 @@ msgstr "Public" #: html/install.php:268 html/install.php:267 html/install.php:265 #: html/install.php:270 html/install.php:276 html/install.php:227 -#: html/install.php:234 html/install.php:237 +#: html/install.php:234 html/install.php:237 html/install.php:284 +#: html/install.php:290 msgid "Puis cliquez sur ce lien" msgstr "After click on this link" -#: html/install.php:586 html/install.php:589 +#: html/install.php:586 html/install.php:589 html/install.php:639 +#: html/install.php:645 msgid "" "Puis refaites la procédure d'installation pour mettre la base de données à " "jour" @@ -16999,6 +18569,8 @@ msgstr "Then perform the install procedure to upgrade the database" #: include/ajax/ajax_preference.php:150 #: include/class/acc_ledger_sold.class.php:1409 #: include/class/acc_ledger_purchase.class.php:1835 +#: include/class/acc_ledger_purchase.class.php:1872 +#: include/class/acc_ledger_sold.class.php:1394 include/database.item.php:85 msgid "Période" msgstr "Period" @@ -17041,6 +18613,8 @@ msgstr "period between%s and %s" #: include/class/acc_ledger_purchase.class.php:1415 #: include/class/acc_ledger.class.php:604 #: include/class/acc_ledger.class.php:620 +#: include/class/acc_ledger_purchase.class.php:1426 +#: include/class/acc_ledger_sold.class.php:696 msgid "Période Comptable" msgstr "Accounting Period" @@ -17086,6 +18660,9 @@ msgstr "Period overlaping another one" #: include/class/acc_ledger.class.php:842 #: include/class/acc_ledger_sold.class.php:1116 #: include/class/acc_ledger.class.php:858 +#: include/class/acc_ledger.class.php:846 +#: include/class/acc_ledger_purchase.class.php:1063 +#: include/class/acc_ledger_sold.class.php:1083 msgid "Période comptable" msgstr "Accounting period" @@ -17104,7 +18681,7 @@ msgstr "Invalid start period" msgid "Période de fin non valable" msgstr "Invalid end period" -#: include/tax_summary.inc.php:39 +#: include/tax_summary.inc.php:39 include/tax_summary.inc.php:48 #, php-format msgid "Période du %s au %s" msgstr "period between%s and %s" @@ -17113,6 +18690,10 @@ msgstr "period between%s and %s" msgid "Période fermée" msgstr "Closed Period" +#: include/class/acc_ledger.class.php:1063 +msgid "Période inexistante" +msgstr "Inexisting period" + #: include/ext/import_account/include/class_impacc_csv.php:48 #: include/ext/import_account/include/class_impacc_csv.php:49 #: include/ext/import_account/include/impacc_csv.class.php:48 @@ -17126,6 +18707,7 @@ msgstr "QCODE" #: include/ext/amortis/include/class_amortissement_material_pdf.php:33 #: include/ext/amortis/include/amortissement_material_pdf.class.php:33 +#: include/template/card_multiple_result.php:17 msgid "QCode" msgstr "Code" @@ -17188,7 +18770,10 @@ msgstr "Quantity" #: include/class/fiche.class.php:1758 include/class/fiche.class.php:1760 #: include/class/acc_ledger_fin.class.php:753 #: include/class/fiche.class.php:1778 include/class/fiche.class.php:1779 -#: include/database.item.php:167 +#: include/database.item.php:167 include/fiche.inc.php:415 +#: include/class/fiche.class.php:1805 +#: include/template/ledger_detail_bottom.php:94 +#: include/template/ledger_detail_bottom.php:95 msgid "Quick Code" msgstr "Quick Code" @@ -17225,6 +18810,9 @@ msgstr "QuickCode gold" #: include/export/export_ledger_csv.php:221 #: include/class/print_ledger_detail_item.class.php:156 #: include/class/acc_ledger_history_generic.class.php:772 +#: include/class/acc_account_ledger.class.php:386 +#: include/class/acc_ledger_history_generic.class.php:773 +#: include/export/export_ledger_csv.php:229 msgid "QuickCode" msgstr "QuickCode" @@ -17241,6 +18829,8 @@ msgstr "QuickCode" #: include/class/anc_listing.class.php:79 #: include/class/anc_grandlivre.class.php:215 #: include/class/anc_listing.class.php:81 +#: include/class/anc_grandlivre.class.php:227 +#: include/class/anc_grandlivre.class.php:228 msgid "Quick_code" msgstr "Quick_code" @@ -17276,7 +18866,7 @@ msgstr "Warning: by default, the accounting item Will Be" #: include/database.item.php:66 include/database.item.php:72 #: include/database.item.php:70 include/database.item.php:69 #: include/database.item.php:68 include/database.item.php:71 -#: include/database.item.php:65 +#: include/database.item.php:65 include/database.item.php:64 msgid "Rapport" msgstr "Reporting" @@ -17294,15 +18884,21 @@ msgstr "Advanced reporting" #: include/database.item.php:113 include/database.item.php:102 #: include/database.item.php:110 include/database.item.php:101 #: include/database.item.php:109 include/database.item.php:99 +#: include/database.item.php:98 include/database.item.php:106 msgid "Rapprochement" msgstr "Reconciliation" #: include/database.item.php:97 include/database.item.php:100 #: include/database.item.php:105 include/database.item.php:102 #: include/database.item.php:101 include/database.item.php:99 +#: include/database.item.php:98 msgid "Rapprochement bancaire" msgstr "Bank Reconciliation" +#: include/template/follow_up_detail_display.php:194 +msgid "Recalculer" +msgstr "recompute" + #: html/ajax_card.php:328 html/ajax_poste.php:83 html/recherche.php:65 #: include/adm.inc.php:81 include/ajax_anc_search.php:45 #: include/ajax_anc_search.php:56 include/bank.inc.php:75 @@ -17374,6 +18970,18 @@ msgstr "Bank Reconciliation" #: include/ajax/ajax_search_operation.php:74 include/ajax/ajax_poste.php:63 #: include/fiche.inc.php:86 include/class/acc_ledger_search.class.php:556 #: include/ajax/ajax_card.php:386 include/database.item.php:57 +#: html/recherche.php:87 include/class/acc_ledger_search.class.php:642 +#: include/lettering.account.inc.php:107 include/ajax/ajax_card.php:419 +#: include/ajax/ajax_search_operation.php:67 +#: include/ajax/ajax_search_operation.php:75 +#: include/ajax/ajax_anc_search.php:61 +#: include/ajax/ajax_add_concerned_card.php:90 +#: include/template/action_button.php:35 include/database.item.php:96 +#: include/lettering.card.inc.php:104 include/lib/html_input.class.php:984 +#: include/lib/html_input.class.php:1004 include/lib/html_input.class.php:1021 +#: include/upgrade-plugin.php:55 include/class/acc_ledger_search.class.php:665 +#: include/lib/html_input.class.php:985 include/lib/html_input.class.php:1005 +#: include/lib/html_input.class.php:1022 #, php-format msgid "Recherche" msgstr "Search" @@ -17399,7 +19007,8 @@ msgstr "Advanced search" #: include/ajax/ajax_card.php:373 include/ajax/ajax_card.php:374 #: include/ajax/ajax_card.php:375 include/ajax/ajax_card.php:408 #: include/ajax/ajax_card.php:411 include/fiche.inc.php:93 -#: include/ajax/ajax_card.php:412 +#: include/ajax/ajax_card.php:412 include/ajax/ajax_card.php:466 +#: include/ajax/ajax_card.php:465 msgid "Recherche de fiche" msgstr "Search Card" @@ -17441,9 +19050,14 @@ msgstr "Search Card" #: include/ext/rapport_avance/include/formulaire_param_detail.class.php:368 #: include/ajax/ajax_card.php:506 include/class/acc_report.class.php:151 #: include/ajax/ajax_card.php:510 include/ajax/ajax_card.php:511 +#: include/ajax/ajax_card.php:587 include/ajax/ajax_card.php:586 msgid "Recherche poste" msgstr "Search accounting" +#: include/class/card_attribut_mtable.class.php:43 +msgid "Recherche suivi" +msgstr "search :" + #: include/class_acc_ledger_fin.php:1037 include/class_acc_ledger.php:2842 #: include/anc_great_ledger.inc.php:19 include/class_acc_ledger.php:2911 #: include/class_anc_balance_double.php:342 @@ -17476,6 +19090,8 @@ msgstr "Search accounting" #: include/class/acc_ledger_search.class.php:560 #: include/class/acc_ledger_fin.class.php:1087 #: include/class/anc_balance_double.class.php:370 +#: include/class/acc_ledger_search.class.php:646 +#: include/class/acc_ledger_search.class.php:669 msgid "Rechercher" msgstr "Search" @@ -17498,10 +19114,13 @@ msgstr "Restart sequence (let 0 if you don't want to change)" #: include/export/export_poste_detail_pdf.php:94 #: include/template/acc_ledger_history_purchase_detail.php:35 #: include/template/acc_ledger_history_sale_detail.php:36 +#: include/export/export_poste_detail_pdf.php:95 +#: include/template/action_search_result.php:48 msgid "Ref" msgstr "Ref" #: include/template/detail-action.php:27 include/template/detail-action.php:20 +#: include/template/detail-action.php:21 msgid "Reference" msgstr "Reference" @@ -17513,21 +19132,25 @@ msgstr "Analytical group" #: include/database.item.php:74 include/database.item.php:77 #: include/database.item.php:71 include/database.item.php:69 +#: include/database.item.php:70 msgid "Regroupement des menus des journaux de trésorerie" msgstr "group for financial ledgers" #: include/database.item.php:119 include/database.item.php:122 #: include/database.item.php:116 include/database.item.php:114 +#: include/database.item.php:115 msgid "Regroupement des menus ventes et recettes" msgstr "Menu Sales and Purchase" #: include/database.item.php:71 include/database.item.php:74 #: include/database.item.php:68 include/database.item.php:66 +#: include/database.item.php:67 msgid "Regroupement pour les menus d'achats(nouvelle opération, historique...)" msgstr "Group for purchase (expense, fee notes, history, new operation)" #: include/database.item.php:117 include/database.item.php:120 #: include/database.item.php:114 include/database.item.php:112 +#: include/database.item.php:113 msgid "" "Regroupement pour les menus d'opérations diverses (nouvelle opération, " "historique...)" @@ -17535,12 +19158,14 @@ msgstr "Group for miscellaneous operation (history, new operation)" #: include/database.item.php:124 include/database.item.php:127 #: include/database.item.php:121 include/database.item.php:119 +#: include/database.item.php:120 msgid "" "Regroupement pour les menus de trésorerie (nouvelle opération, historique...)" msgstr "Group for financial (history, new operation)" #: include/database.item.php:72 include/database.item.php:75 #: include/database.item.php:69 include/database.item.php:67 +#: include/database.item.php:68 msgid "Regroupement pour les menus et les profils" msgstr "Group for menus and profile" @@ -17549,6 +19174,7 @@ msgid "Rejeté" msgstr "Rejected" #: include/ajax/ajax_search_filter.php:151 +#: include/ajax/ajax_search_filter.php:160 msgid "Remise à zéro" msgstr "reset" @@ -17577,11 +19203,13 @@ msgstr "Successfull restore" #: include/user_menu.php:113 include/lib/user_menu.php:119 #: include/lib/user_menu.php:120 include/lib/user_menu.php:77 +#: include/lib/user_menu.php:76 msgid "Restaure" msgstr "Restore" #: include/user_menu.php:113 include/lib/user_menu.php:119 #: include/lib/user_menu.php:120 include/lib/user_menu.php:77 +#: include/lib/user_menu.php:76 msgid "Restaure une base de données" msgstr "Restore a folder" @@ -17605,6 +19233,7 @@ msgid "Reste à amortir" msgstr "Rest cushion" #: include/compta_fin_rec.inc.php:306 include/compta_fin_rec.inc.php:307 +#: include/compta_fin_rec.inc.php:348 msgid "Reste à selectionner" msgstr "Remain to select" @@ -17647,11 +19276,14 @@ msgstr "Late" #: include/modele.inc.php:403 include/modele.inc.php:443 #: include/ajax/ajax_display_letter.php:39 include/cfgledger.inc.php:141 #: include/ext/tva/ajax.php:35 html/do.php:312 html/do.php:281 -#: include/modele.inc.php:404 include/modele.inc.php:444 +#: include/modele.inc.php:404 include/modele.inc.php:444 html/do.php:283 +#: include/ajax/ajax_display_letter.php:53 include/dossier.inc.php:387 +#: include/dossier.inc.php:431 msgid "Retour" msgstr "Return" #: include/action.inc.php:26 include/action.inc.php:25 +#: include/action.inc.php:27 msgid "Retour liste" msgstr "Return to list" @@ -17668,6 +19300,7 @@ msgstr "Back to home" #: include/ajax_fiche_def_detail.php:40 #: include/ajax/ajax_fiche_def_detail.php:40 include/param_sec.inc.php:135 #: include/param_sec.inc.php:141 include/ajax/ajax_fiche_def_detail.php:41 +#: include/param_sec.inc.php:146 msgid "Retour à la liste" msgstr "Return to list" @@ -17703,7 +19336,7 @@ msgid "Rue" msgstr "Street" #: include/company.inc.php:103 include/company.inc.php:122 -#: include/company.inc.php:126 +#: include/company.inc.php:126 include/company.inc.php:134 msgid "Rue " msgstr "Street" @@ -17716,7 +19349,7 @@ msgstr "Summary Accounting class" #: include/database.item.php:199 include/database.item.php:206 #: include/database.item.php:183 include/database.item.php:184 #: include/database.item.php:187 include/database.item.php:195 -#: include/database.item.php:200 +#: include/database.item.php:200 include/database.item.php:193 msgid "Réception commande Client" msgstr "reception of customer order" @@ -17724,7 +19357,7 @@ msgstr "reception of customer order" #: include/database.item.php:200 include/database.item.php:205 #: include/database.item.php:182 include/database.item.php:183 #: include/database.item.php:186 include/database.item.php:194 -#: include/database.item.php:199 +#: include/database.item.php:199 include/database.item.php:192 msgid "Réception commande Fournisseur" msgstr "Command reception Supplier" @@ -17732,7 +19365,7 @@ msgstr "Command reception Supplier" #: include/database.item.php:202 include/database.item.php:207 #: include/database.item.php:184 include/database.item.php:185 #: include/database.item.php:188 include/database.item.php:196 -#: include/database.item.php:201 +#: include/database.item.php:201 include/database.item.php:194 msgid "Réception magazine" msgstr "Front magazine" @@ -17745,6 +19378,7 @@ msgstr "Reconciliation" #: include/class/acc_ledger.class.php:981 #: include/class/acc_ledger.class.php:986 #: include/class/acc_ledger.class.php:1002 +#: include/class/acc_ledger.class.php:994 #, php-format msgid "Réconciliation/rapprochements : %s" msgstr "Reconciliation %s" @@ -17753,11 +19387,15 @@ msgstr "Reconciliation %s" msgid "Réel" msgstr "Real" +#: include/class/follow_up.class.php:624 include/class/follow_up.class.php:637 +msgid "Réf." +msgstr "Ref" + #: include/template/action_search.php:82 include/template/action_search.php:96 #: include/export/export_gl_csv.php:95 include/export/export_gl_csv.php:90 #: include/template/action_search.php:133 include/export/export_gl_csv.php:96 #: include/export/export_gl_pdf.php:88 include/template/action_search.php:115 -#: include/template/action_show.php:38 +#: include/template/action_show.php:38 include/template/action_search.php:116 msgid "Référence" msgstr "Reference" @@ -17771,6 +19409,8 @@ msgstr "Key distribution" #: html/admin/template_config_form.php:33 #: include/template/template_config_form.php:33 +#: include/template/template_config_form.php:34 +#: include/template/template_config_form.php:60 msgid "Répertoire temporaire" msgstr "Temporary folder" @@ -17808,6 +19448,7 @@ msgstr "One day for closing" #: include/ext/importbank/include/template/confirm_transfer.php:285 #: include/verif_bilan.inc.php:152 include/verif_bilan.inc.php:214 #: include/verif_bilan.inc.php:217 include/verif_bilan.inc.php:219 +#: include/verif_bilan.inc.php:150 msgid "Résultat" msgstr "Result" @@ -17826,7 +19467,7 @@ msgid "Résultat limité à %d , %d nombre de fiches trouvées" msgstr "List limited to %d, %d cards found" #: html/fid_card.php:164 html/fid_card.php:165 html/fid_card.php:170 -#: html/fid_card.php:169 +#: html/fid_card.php:169 html/fid_card.php:171 #, php-format msgid "Résultat limité à 12" msgstr "Limited to 12" @@ -17836,6 +19477,7 @@ msgid "Résultat recherche" msgstr "Search result" #: include/template/account_result.php:6 include/template/card_result.php:6 +#: include/template/card_multiple_result.php:7 msgid "Résultats" msgstr "Results" @@ -17850,6 +19492,7 @@ msgstr "Summary" #: include/balance.inc.php:465 include/export/export_balance_pdf.php:341 #: include/export/export_balance_pdf.php:336 #: include/export/export_balance_pdf.php:337 +#: include/export/export_balance_pdf.php:338 msgid "Résumé Exercice courant" msgstr "Summary previous " @@ -17858,18 +19501,22 @@ msgstr "Summary previous " #: include/balance.inc.php:458 include/export/export_balance_pdf.php:334 #: include/export/export_balance_pdf.php:329 #: include/export/export_balance_pdf.php:330 +#: include/export/export_balance_pdf.php:331 msgid "Résumé Exercice précédent" msgstr "Summary current" #: include/export/export_printtva_pdf.php:49 include/database.item.php:141 +#: include/export/export_printtva_pdf.php:51 include/database.item.php:140 msgid "Résumé TVA" msgstr "Summary VAT" #: include/export/export_printtva_pdf.php:301 +#: include/export/export_printtva_pdf.php:315 msgid "Résumé TVA Achat" msgstr "Summary VAT Purchase" #: include/export/export_printtva_pdf.php:160 +#: include/export/export_printtva_pdf.php:164 msgid "Résumé TVA vente" msgstr "Summary VAT Sales" @@ -17894,6 +19541,8 @@ msgstr "Meeting" #: include/class/follow_up.class.php:1782 #: include/class/follow_up.class.php:1780 #: include/class/follow_up.class.php:1781 +#: include/class/follow_up.class.php:1731 +#: include/class/follow_up.class.php:1705 msgid "SECURITE : Ajout impossible" msgstr "Security : unauthorized" @@ -17954,7 +19603,9 @@ msgstr "new line" #: include/template/dashboard.php:350 include/ajax/ajax_card.php:203 #: include/ajax/ajax_card.php:517 include/ajax/ajax_mod_predf_op.php:54 #: include/cfgledger.inc.php:137 include/ajax/ajax_card.php:204 -#: include/ajax/ajax_card.php:518 +#: include/ajax/ajax_card.php:518 include/ajax/ajax_mod_predf_op.php:67 +#: include/ajax/ajax_card.php:207 include/ajax/ajax_card.php:594 +#: include/company.inc.php:163 include/ajax/ajax_card.php:593 msgid "Sauve" msgstr "Save" @@ -18052,6 +19703,11 @@ msgstr "Save template %s" #: include/template/stock_inv.php:107 include/class/acc_ledger.class.php:2028 #: include/template/ledger_detail_bottom.php:315 include/ajax/ajax_card.php:165 #: include/class/acc_ledger.class.php:2044 +#: include/class/acc_ledger.class.php:2063 +#: include/ajax/ajax_display_letter.php:226 include/ajax/ajax_card.php:168 +#: include/template/ledger_detail_bottom.php:333 +#: include/template/card_multiple_display_option.php:114 +#: include/template/ledger_detail_bottom.php:350 msgid "Sauver" msgstr "Save" @@ -18082,6 +19738,7 @@ msgstr "Save the settings" #: include/class_fiche_def.php:776 include/class_fiche_def.php:788 #: include/class/class_fiche_def.php:787 include/operation_ods_new.inc.php:95 #: include/class/fiche_def.class.php:788 include/operation_ods_new.inc.php:98 +#: include/operation_ods_new.inc.php:99 msgid "Sauvez" msgstr "Save" @@ -18098,7 +19755,7 @@ msgstr "Saved" #: include/lib/ac_common.php:810 include/lib/ac_common.php:817 #: include/lib/ac_common.php:828 include/lib/ac_common.php:829 #: include/lib/ac_common.php:841 include/lib/ac_common.php:843 -#: include/lib/ac_common.php:859 +#: include/lib/ac_common.php:859 include/lib/ac_common.php:869 msgid "Se reconnecter pour revenir ici" msgstr "Reconnect to be back here" @@ -18122,6 +19779,8 @@ msgstr "Section-Financial" #: include/class_follow_up.php:129 include/class/class_follow_up.php:128 #: include/class/class_follow_up.php:129 include/class/follow_up.class.php:128 #: include/class/follow_up.class.php:129 include/class/follow_up.class.php:130 +#: include/class/follow_up.class.php:135 include/class/follow_up.class.php:136 +#: include/class/follow_up.class.php:137 include/class/follow_up.class.php:138 msgid "Securité" msgstr "Security" @@ -18136,6 +19795,8 @@ msgstr "Security" #: include/class/acc_ledger_search.class.php:928 #: include/class/acc_ledger_search.class.php:936 #: include/class/acc_ledger_search.class.php:949 +#: include/class/acc_ledger_search.class.php:1038 +#: include/class/acc_ledger_search.class.php:1061 msgid "Selection" msgstr "Selection" @@ -18165,12 +19826,17 @@ msgid "Selectionnez votre langue" msgstr "Select your language" #: include/class/periode.class.php:648 include/class/periode.class.php:650 -#: include/class/periode.class.php:652 +#: include/class/periode.class.php:652 include/class/periode.class.php:653 +#: include/class/periode.class.php:654 msgid "Septembre" msgstr "September" +#: include/template/template_config_form.php:56 +msgid "Serveur" +msgstr "Server" + #: html/install.php:138 html/install.php:137 html/install.php:143 -#: html/install.php:150 +#: html/install.php:150 html/install.php:163 html/install.php:167 msgid "Serveur postgresql" msgstr "Server Postgresql" @@ -18184,11 +19850,13 @@ msgstr "Services intra-deferred perception" #: include/template/param_jrn.php:136 include/template/param_jrn.php:143 #: include/template/param_jrn.php:145 include/template/param_jrn.php:190 +#: include/template/param_jrn.php:191 msgid "Services, fournitures ou biens achetés (D)" msgstr "Services, or good purchased (D)" #: include/template/param_jrn.php:197 include/template/param_jrn.php:204 #: include/template/param_jrn.php:206 include/template/param_jrn.php:251 +#: include/template/param_jrn.php:252 msgid "Services, fournitures ou biens vendus (C)" msgstr "Services, or sold good(D)" @@ -18198,8 +19866,8 @@ msgstr "Services, or good Sold (D)" #: include/class_user.php:51 include/class_user.php:58 #: include/class/class_user.php:58 include/class/user.class.php:58 -msgid "Session expirée
    Utilisateur déconnecté" -msgstr "Session expired
    User disconnected" +msgid "Session expirée Utilisateur déconnecté" +msgstr "Session expired > User disconnected" #: scenario/acc_ledger_historyTest.php:40 msgid "" @@ -18209,6 +19877,12 @@ msgstr "" "Set mode to D etailled all_ledgers result = Detailled Accounting from " "Acc_Ledger_History_Generic" +#: html/user_login.php:132 +msgid "" +"Si la redirection ne fonctionne pas, vous devez changer la valeur de " +"NOALYSS_URL " +msgstr "If the redirect doesn't work change in the setting NOALYSS_URL" + #: include/lib/message_javascript.php:83 include/lib/message_javascript.php:85 msgid "Si vous changez de page vous perdez les reconciliations, continuez ?" msgstr "If you change , you'll lost your selection" @@ -18273,17 +19947,19 @@ msgstr "Situation" #: include/database.item.php:171 include/database.item.php:170 #: include/database.item.php:169 include/database.item.php:173 #: include/database.item.php:178 include/database.item.php:183 +#: include/template/card_multiple_result.php:18 include/database.item.php:179 msgid "Société" msgstr "Company" #: include/contact.inc.php:90 include/contact.inc.php:94 -#: include/contact.inc.php:95 +#: include/contact.inc.php:95 include/contact.inc.php:96 msgid "Société :" msgstr "Company" #: include/database.item.php:83 include/database.item.php:86 #: include/database.item.php:91 include/database.item.php:88 #: include/database.item.php:87 include/database.item.php:85 +#: include/database.item.php:84 msgid "Sociétés" msgstr "Company" @@ -18305,7 +19981,8 @@ msgstr "Company" #: include/class/anc_listing.class.php:120 include/class/fiche.class.php:1784 #: include/class/anc_balance_double.class.php:101 #: include/class/fiche.class.php:1785 include/export/export_balance_pdf.php:136 -#: include/class/pdfbalance_simple.class.php:58 +#: include/class/pdfbalance_simple.class.php:58 include/fiche.inc.php:420 +#: include/class/fiche.class.php:1811 msgid "Solde" msgstr "Balance" @@ -18334,18 +20011,25 @@ msgstr "Total N-1" msgid "Solde crédit" msgstr "Total credit" -#: include/template/letter_all.php:117 +#: include/template/letter_all.php:117 include/export/export_balance_csv.php:79 msgid "Solde créditeur" msgstr "Total credit" +#: include/template/letter_all.php:128 +#, php-format +msgid "Solde créditeur : %s" +msgstr "Total credit : %s" + #: include/database.item.php:98 include/database.item.php:101 #: include/database.item.php:106 include/database.item.php:103 #: include/database.item.php:102 include/database.item.php:100 +#: include/database.item.php:99 msgid "Solde des comptes en banques, caisse..." msgstr "Balance of bank accounts, cash ..." #: include/database.item.php:103 include/database.item.php:106 #: include/database.item.php:100 include/database.item.php:98 +#: include/database.item.php:99 msgid "" "Solde des journaux de trésorerie cela concerne les comptes en banques, " "caisse , les chèques... " @@ -18357,10 +20041,15 @@ msgstr "" msgid "Solde débit" msgstr "Debit saldo" -#: include/template/letter_all.php:115 +#: include/template/letter_all.php:115 include/export/export_balance_csv.php:79 msgid "Solde débiteur" msgstr "Debit Saldo" +#: include/template/letter_all.php:126 +#, php-format +msgid "Solde débiteur : %s" +msgstr "Total debit : %s" + #: include/template/form_ledger_fin.php:33 msgid "Solde début" msgstr "Start balance" @@ -18376,6 +20065,7 @@ msgstr "End balance" #: include/database.item.php:98 include/database.item.php:101 #: include/database.item.php:106 include/database.item.php:103 #: include/database.item.php:102 include/database.item.php:100 +#: include/database.item.php:99 msgid "Soldes" msgstr "Sales" @@ -18386,7 +20076,8 @@ msgstr "Sales" #: include/lib/user_menu.php:125 include/lib/user_menu.php:144 #: include/database.item.php:107 include/database.item.php:101 #: include/database.item.php:99 include/lib/user_menu.php:82 -#: include/lib/user_menu.php:101 +#: include/lib/user_menu.php:101 include/lib/user_menu.php:81 +#: include/lib/user_menu.php:100 msgid "Sortie" msgstr "Logout" @@ -18398,23 +20089,24 @@ msgid "Sortie ⎆" msgstr "Logout ⎆" #: include/class/periode.class.php:521 include/class/periode.class.php:523 -#: include/class/periode.class.php:525 +#: include/class/periode.class.php:525 include/class/periode.class.php:526 msgid "Status" msgstr "Status" #: include/database.item.php:107 include/database.item.php:110 #: include/database.item.php:116 include/database.item.php:113 #: include/database.item.php:112 include/database.item.php:108 +#: include/database.item.php:109 msgid "Stock" msgstr "Stock" #: include/user_menu.php:150 include/user_menu.php:154 #: include/lib/user_menu.php:163 include/lib/user_menu.php:176 -#: include/lib/user_menu.php:134 +#: include/lib/user_menu.php:134 include/lib/user_menu.php:133 msgid "Stock et commande" msgstr "Stock and Order" -#: include/impress_jrn.inc.php:156 +#: include/impress_jrn.inc.php:156 include/impress_jrn.inc.php:170 msgid "Style d'impression" msgstr "Printing type" @@ -18423,12 +20115,12 @@ msgid "Suggestion" msgstr "Suggest" #: include/company.inc.php:120 include/company.inc.php:139 -#: include/company.inc.php:143 +#: include/company.inc.php:143 include/company.inc.php:157 msgid "Suggérer la date" msgstr "Suggest the date" #: include/company.inc.php:119 include/company.inc.php:138 -#: include/company.inc.php:142 +#: include/company.inc.php:142 include/company.inc.php:156 msgid "Suggérer le numéro de pièce justificative" msgstr "Suggest the receipt number" @@ -18453,7 +20145,7 @@ msgstr "Followed Supplier, customer, bank, quote, order, mail" #: include/database.item.php:122 include/database.item.php:125 #: include/database.item.php:131 include/database.item.php:127 #: include/database.item.php:126 include/database.item.php:130 -#: include/database.item.php:124 +#: include/database.item.php:124 include/database.item.php:123 msgid "Suivi administration, banque" msgstr "Followed administration, bank" @@ -18461,16 +20153,19 @@ msgstr "Followed administration, bank" #: include/database.item.php:108 include/database.item.php:105 #: include/database.item.php:104 include/database.item.php:21 #: include/database.item.php:24 include/database.item.php:17 +#: include/database.item.php:16 msgid "Suivi client" msgstr "Customer care" #: include/database.item.php:21 include/database.item.php:24 #: include/database.item.php:17 include/database.item.php:15 +#: include/database.item.php:16 msgid "Suivi client : devis, réunion, courrier, commande..." msgstr "Follow up, mail, invoice, ordering" #: include/database.item.php:130 include/database.item.php:133 #: include/database.item.php:127 include/database.item.php:125 +#: include/database.item.php:126 msgid "" "Suivi de vos salariés, managers ainsi que des administrateurs, pour les " "documents et les opérations comptables" @@ -18478,24 +20173,26 @@ msgstr "Follow up of your employees , managers , for documents, expenses" #: include/database.item.php:127 include/database.item.php:130 #: include/database.item.php:124 include/database.item.php:122 +#: include/database.item.php:123 msgid "Suivi des administrations : courrrier, déclarations." msgstr "Follow up of administration : mail , tax return " #: include/database.item.php:16 include/database.item.php:19 #: include/database.item.php:13 include/database.item.php:11 +#: include/database.item.php:12 msgid "Suivi des fournisseurs : devis, lettres, email...." msgstr "Follow up of the suppliers : email, mail , cost estimate" #: include/database.item.php:125 include/database.item.php:128 #: include/database.item.php:134 include/database.item.php:130 #: include/database.item.php:129 include/database.item.php:133 -#: include/database.item.php:127 +#: include/database.item.php:127 include/database.item.php:126 msgid "Suivi des gérants, administrateurs et salariés" msgstr "Monitoring of managers, directors and employees" #: include/database.item.php:11 include/database.item.php:14 #: include/database.item.php:16 include/database.item.php:19 -#: include/database.item.php:13 +#: include/database.item.php:13 include/database.item.php:12 msgid "Suivi fournisseur" msgstr "Follow up supplier" @@ -18559,32 +20256,37 @@ msgstr "Deleted" #: html/ajax_misc.php:235 html/ajax_misc.php:313 html/ajax_misc.php:318 #: html/ajax_misc.php:346 html/ajax_misc.php:458 html/ajax_misc.php:460 #: html/ajax_misc.php:466 html/ajax_misc.php:468 html/ajax_misc.php:472 +#: html/ajax_misc.php:437 html/ajax_misc.php:445 msgid "Symbole" msgstr "Symbol" -#: include/param_sec.inc.php:88 +#: include/param_sec.inc.php:88 include/param_sec.inc.php:89 msgid "Séc. Action actif" msgstr "Security for action enable" -#: include/param_sec.inc.php:87 +#: include/param_sec.inc.php:87 include/param_sec.inc.php:88 msgid "Séc. Journaux actif" msgstr "Security for ledger enable" #: include/database.item.php:89 include/database.item.php:92 #: include/database.item.php:97 include/database.item.php:94 #: include/database.item.php:93 include/export/export_security_pdf.php:89 -#: include/database.item.php:91 +#: include/database.item.php:91 include/database.item.php:90 msgid "Sécurité" msgstr "Security" -#: include/param_sec.inc.php:298 +#: include/param_sec.inc.php:298 include/param_sec.inc.php:309 msgid "Sécurité sur les actions" msgstr "Security on actions" -#: include/param_sec.inc.php:231 +#: include/param_sec.inc.php:231 include/param_sec.inc.php:234 msgid "Sécurité sur les journaux" msgstr "security on ledgers" +#: include/lib/select_dialog.class.php:48 +msgid "Sélection" +msgstr "Select" + #: include/template/action_other_action.php:18 msgid "Sélectionner les documents et l' action :" msgstr "Select the document and the action" @@ -18683,6 +20385,8 @@ msgstr "Totals" #: include/template/acc_ledger_history_purchase_extended.php:129 #: include/template/acc_ledger_history_sale_extended.php:130 #: include/class/print_ledger_detail_item.class.php:164 +#: include/class/acc_ledger_history_sale.class.php:260 +#: include/tax_summary.inc.php:43 include/database.item.php:9 msgid "TVA" msgstr "VAT" @@ -18702,9 +20406,15 @@ msgstr "Tax Deductible" #: include/template/ledger_detail_ach.php:134 #: include/template/ledger_detail_ach.php:135 #: include/class/print_ledger_simple.class.php:114 +#: include/class/print_ledger_simple.class.php:111 +#: include/export/export_printtva_pdf.php:217 msgid "TVA ND" msgstr "VAT ND" +#: include/export/export_printtva_pdf.php:217 +msgid "TVA ND récup" +msgstr "VAT not deductible" + #: include/template/operation_detail_ach.php:53 #: include/template/operation_detail_ven.php:45 #: include/export/export_ledger_csv.php:248 @@ -18716,6 +20426,8 @@ msgstr "VAT ND" #: include/class/acc_ledger_history_purchase.class.php:260 #: include/class/acc_ledger_history_purchase.class.php:264 #: include/class/print_ledger_detail_item.class.php:162 +#: include/class/acc_ledger_history_purchase.class.php:275 +#: include/class/print_ledger_simple.class.php:113 msgid "TVA NP" msgstr "VAT ND" @@ -18731,6 +20443,7 @@ msgstr "VAT ND" #: include/class/acc_ledger_purchase.class.php:1853 #: include/class/acc_ledger_purchase.class.php:1856 #: include/class/acc_ledger_purchase.class.php:1862 +#: include/class/acc_ledger_purchase.class.php:1899 msgid "TVA NP opération" msgstr "VAT NP Operation" @@ -18738,6 +20451,7 @@ msgstr "VAT NP Operation" #: include/template/tax_summary_display.php:309 #: include/export/export_printtva_csv.php:66 #: include/export/export_printtva_pdf.php:213 +#: include/export/export_printtva_csv.php:78 msgid "TVA Non Déd" msgstr "VAT Not Deductible" @@ -18745,6 +20459,7 @@ msgstr "VAT Not Deductible" #: include/template/tax_summary_display.php:312 #: include/export/export_printtva_csv.php:67 #: include/export/export_printtva_pdf.php:213 +#: include/export/export_printtva_csv.php:79 msgid "TVA Non Déd & récup" msgstr "TVA Ded" @@ -18769,6 +20484,8 @@ msgstr "TVA Ded" #: include/class/acc_ledger_purchase.class.php:1845 #: include/class/acc_ledger_sold.class.php:1425 #: include/class/acc_ledger_purchase.class.php:1851 +#: include/class/acc_ledger_purchase.class.php:1888 +#: include/class/acc_ledger_sold.class.php:1410 msgid "TVA Non Payé" msgstr "VAT Not paid" @@ -18798,6 +20515,8 @@ msgstr "VAT Not paid" #: include/class/acc_ledger_purchase.class.php:1855 #: include/class/acc_ledger_sold.class.php:1432 #: include/class/acc_ledger_purchase.class.php:1861 +#: include/class/acc_ledger_purchase.class.php:1898 +#: include/class/acc_ledger_sold.class.php:1417 msgid "TVA Opération" msgstr "VAT Operation" @@ -18833,14 +20552,22 @@ msgstr "VAT Sale (C)" #: include/class/acc_ledger_history_sale.class.php:251 #: include/class/acc_ledger_sold.class.php:1424 #: include/class/acc_ledger_purchase.class.php:1850 +#: include/class/acc_ledger_history_sale.class.php:261 +#: include/class/acc_ledger_purchase.class.php:1887 +#: include/class/acc_ledger_sold.class.php:1409 msgid "TVA annulée" msgstr "canceled VAT " +#: include/lib/message_javascript.php:107 +msgid "TVA due ou récupérable quand l'opération est payée ou exécutée" +msgstr "VAT due or deductible , when the operation is paid or executed " + #: include/database.item.php:134 include/database.item.php:137 #: include/database.item.php:177 include/database.item.php:181 #: include/database.item.php:180 include/database.item.php:139 #: include/database.item.php:140 include/database.item.php:141 #: include/database.item.php:146 include/database.item.php:151 +#: include/database.item.php:147 msgid "TVA non déductible" msgstr "Non-deductible VAT" @@ -18849,6 +20576,7 @@ msgstr "Non-deductible VAT" #: include/database.item.php:181 include/database.item.php:140 #: include/database.item.php:141 include/database.item.php:142 #: include/database.item.php:147 include/database.item.php:152 +#: include/database.item.php:148 msgid "TVA non déductible récupérable par l'impôt" msgstr "Non-deductible VAT recoverable by the Tax" @@ -18866,6 +20594,7 @@ msgstr "Non-deductible VAT recoverable by the Tax" #: include/class/acc_ledger_purchase.class.php:1850 #: include/class/acc_ledger_purchase.class.php:1853 #: include/class/acc_ledger_purchase.class.php:1859 +#: include/class/acc_ledger_purchase.class.php:1896 msgid "TVA récup." msgstr "TVA Ded" @@ -18896,6 +20625,7 @@ msgstr "TVA Ded" #: include/template/acc_ledger_history_purchase_extended.php:131 #: include/template/acc_ledger_history_sale_extended.php:132 #: include/class/print_ledger_detail_item.class.php:165 +#: include/class/print_ledger_detail_item.class.php:64 msgid "TVAC" msgstr "with VAT" @@ -18905,12 +20635,14 @@ msgstr "with VAT" #: include/class/acc_ledger_history_sale.class.php:262 #: include/class/acc_ledger_history_purchase.class.php:271 #: include/class/acc_ledger_history_purchase.class.php:276 +#: include/class/acc_ledger_history_sale.class.php:272 +#: include/class/acc_ledger_history_purchase.class.php:287 msgid "TVAC/TTC" msgstr "with VAT" #: include/database.item.php:5 include/database.item.php:8 #: include/database.item.php:10 include/database.item.php:13 -#: include/database.item.php:7 +#: include/database.item.php:7 include/database.item.php:6 msgid "Tableau" msgstr "Table" @@ -18925,11 +20657,13 @@ msgstr "Table depreciation per year" #: include/database.item.php:116 include/database.item.php:119 #: include/database.item.php:125 include/database.item.php:122 #: include/database.item.php:121 include/database.item.php:117 +#: include/database.item.php:118 msgid "Tableau de bord" msgstr "Dashboard" #: include/database.item.php:122 include/database.item.php:125 #: include/database.item.php:119 include/database.item.php:117 +#: include/database.item.php:118 msgid "" "Tableau de suivi, vous permet de voir en un coup d'oeil vos dernières " "opérations, un petit calendrier, une liste de chose à faire..." @@ -18939,13 +20673,15 @@ msgstr "" #: include/database.item.php:5 include/database.item.php:8 #: include/database.item.php:10 include/database.item.php:13 -#: include/database.item.php:7 +#: include/database.item.php:7 include/database.item.php:6 msgid "Tableau lié à la comptabilité" msgstr "Table with accountancy" #: include/template/tag_list.php:11 include/template/tag_search_select.php:16 #: include/template/tag_select.php:16 include/template/tag_list.php:12 #: include/template/tag_search_select.php:18 include/template/tag_select.php:20 +#: include/template/tag_select.php:22 include/template/tag_search_select.php:21 +#: include/template/tag_list.php:13 msgid "Tag" msgstr "Tag" @@ -18957,6 +20693,7 @@ msgstr "Enable tag" #: include/card_attr.inc.php:96 include/dossier.inc.php:204 #: include/dossier.inc.php:238 include/dossier.inc.php:239 #: include/dossier.inc.php:242 include/dossier.inc.php:247 +#: include/class/card_attribut_mtable.class.php:41 include/dossier.inc.php:250 msgid "Taille" msgstr "Size" @@ -18979,6 +20716,10 @@ msgstr "You cannot use Noalyss if this file is present" msgid "Taper une formule (ex 20*5.1) puis enter" msgstr "Type a formula and press enter" +#: include/ajax/ajax_admin.php:264 +msgid "Tapez le code de confirmation" +msgstr "Type the confirmation code" + #: include/lib/message_javascript.php:40 msgid "" "Tapez le numéro de poste ou une partie du poste ou du libellé puis sur " @@ -18999,7 +20740,11 @@ msgstr "" #: include/export/export_printtva_csv.php:41 #: include/export/export_printtva_csv.php:60 #: include/export/export_printtva_pdf.php:57 -#: include/export/export_printtva_pdf.php:212 +#: include/export/export_printtva_pdf.php:212 html/ajax_misc.php:436 +#: include/export/export_printtva_pdf.php:59 +#: include/export/export_printtva_pdf.php:216 +#: include/export/export_printtva_csv.php:53 +#: include/export/export_printtva_csv.php:72 html/ajax_misc.php:444 msgid "Taux" msgstr "Spleen" @@ -19026,6 +20771,7 @@ msgid "Taux de TVA" msgstr "VAT rate" #: include/class/tva_rate_mtable.class.php:215 +#: include/class/tva_rate_mtable.class.php:232 msgid "Taux de TVA invalide" msgstr "Invalid VAT code" @@ -19034,6 +20780,8 @@ msgid "Test Inplace_Edit" msgstr "Test Inplace_Edit" #: include/card_attr.inc.php:77 include/card_attr.inc.php:78 +#: include/class/card_attribut_mtable.class.php:51 +#: include/class/contact_option_ref_mtable.class.php:42 msgid "Texte" msgstr "Text" @@ -19091,6 +20839,16 @@ msgstr "Theme" #: include/class/fiche.class.php:1476 include/export/export_ledger_csv.php:214 #: include/export/export_ledger_csv.php:222 #: include/class/acc_ledger_history_generic.class.php:686 +#: include/class/acc_ledger_search.class.php:736 +#: include/class/print_ledger_misc.class.php:45 +#: include/class/fiche.class.php:1503 +#: include/class/acc_account_ledger.class.php:388 +#: include/class/acc_ledger_history_generic.class.php:687 +#: include/class/anc_grandlivre.class.php:229 +#: include/export/export_ledger_csv.php:230 +#: include/export/export_histo_csv.php:46 +#: include/class/acc_ledger_search.class.php:759 +#: include/class/anc_grandlivre.class.php:230 msgid "Tiers" msgstr "Tiers" @@ -19108,6 +20866,8 @@ msgstr "Tiers" #: include/template/detail-action.php:258 include/template/dashboard.php:348 #: include/ext/invoicing/include/invoice_send_mail_input.inc.php:139 #: include/template/action_show.php:40 include/template/dashboard.php:346 +#: include/class/follow_up.class.php:627 include/class/follow_up.class.php:645 +#: include/template/action_search_result.php:51 msgid "Titre" msgstr "Title" @@ -19126,18 +20886,21 @@ msgstr "Title 3" #: include/class_print_ledger_detail_item.php:61 #: include/class/class_print_ledger_detail_item.php:61 #: include/class/print_ledger_detail_item.class.php:61 +#: include/class/print_ledger_detail_item.class.php:60 msgid "Tot HTVA" msgstr "Total VAT excluded" #: include/class_print_ledger_detail_item.php:64 #: include/class/class_print_ledger_detail_item.php:64 #: include/class/print_ledger_detail_item.class.php:64 +#: include/class/print_ledger_detail_item.class.php:63 msgid "Tot TVA" msgstr "Total VAT" #: include/class_print_ledger_detail_item.php:62 #: include/class/class_print_ledger_detail_item.php:62 #: include/class/print_ledger_detail_item.class.php:62 +#: include/class/print_ledger_detail_item.class.php:61 msgid "Tot TVA NP" msgstr "Total VAT NP" @@ -19205,6 +20968,8 @@ msgstr "Total VAT NP" #: include/class/anc_listing.class.php:118 #: include/class/anc_balance_double.class.php:83 #: include/class/anc_balance_double.class.php:278 +#: include/template/form_ledger_detail.php:116 +#: include/template/predf_ledger_detail.php:80 msgid "Total" msgstr "Total" @@ -19215,6 +20980,7 @@ msgstr "Total" #: include/template/form_ledger_detail.php:79 #: include/template/form_ledger_detail.php:83 #: include/template/impress_reconciliation.php:65 +#: include/template/form_ledger_detail.php:86 msgid "Total " msgstr "Total" @@ -19279,6 +21045,10 @@ msgstr "Sum Debit" #: include/class/acc_ledger_purchase.class.php:1848 #: include/class/acc_ledger_sold.class.php:1428 #: include/class/acc_ledger_purchase.class.php:1854 +#: include/class/acc_ledger_purchase.class.php:1891 +#: include/class/acc_ledger_sold.class.php:1413 +#: include/template/form_ledger_detail.php:79 +#: include/template/predf_ledger_detail.php:76 msgid "Total HTVA" msgstr "Total VAT excluded" @@ -19306,6 +21076,9 @@ msgstr "Total VAT excluded" #: include/class/acc_ledger_purchase.class.php:1643 #: include/class/acc_ledger_sold.class.php:900 #: include/class/acc_ledger_purchase.class.php:1646 +#: include/class/acc_ledger_purchase.class.php:1659 +#: include/class/acc_ledger_sold.class.php:904 +#: include/template/predf_ledger_detail.php:77 msgid "Total TVA" msgstr "Total VAT" @@ -19333,6 +21106,9 @@ msgstr "Total VAT" #: include/class/acc_ledger_purchase.class.php:1644 #: include/class/acc_ledger_sold.class.php:901 #: include/class/acc_ledger_purchase.class.php:1647 +#: include/class/acc_ledger_purchase.class.php:1660 +#: include/class/acc_ledger_sold.class.php:905 +#: include/template/predf_ledger_detail.php:78 msgid "Total TVAC" msgstr "Total VAT included" @@ -19357,6 +21133,7 @@ msgstr "Total fee" #: include/class/class_fiche.php:1606 include/class/fiche.class.php:1760 #: include/class/fiche.class.php:1763 include/class/fiche.class.php:1765 #: include/class/fiche.class.php:1783 include/class/fiche.class.php:1784 +#: include/class/fiche.class.php:1810 msgid "Total crédit" msgstr "Total credit" @@ -19371,6 +21148,7 @@ msgstr "Accounting sum" #: include/class/class_fiche.php:1605 include/class/fiche.class.php:1759 #: include/class/fiche.class.php:1762 include/class/fiche.class.php:1764 #: include/class/fiche.class.php:1782 include/class/fiche.class.php:1783 +#: include/class/fiche.class.php:1809 msgid "Total débit" msgstr "Total Debit" @@ -19388,6 +21166,7 @@ msgstr "Total level" #: include/class/acc_ledger_history_generic.class.php:684 #: include/class/acc_ledger_history_generic.class.php:685 #: include/class/acc_ledger_history_generic.class.php:688 +#: include/class/acc_ledger_history_generic.class.php:689 msgid "Total opération" msgstr "Total entries" @@ -19477,10 +21256,25 @@ msgstr "Total to distribute" #: include/template/acc_ledger_history_purchase_extended.php:160 #: include/template/acc_ledger_history_sale_extended.php:161 #: include/class/acc_ledger_history_generic.class.php:741 -#: include/class/acc_ledger.class.php:740 +#: include/class/acc_ledger.class.php:740 include/fiche.inc.php:459 +#: include/class/fiche.class.php:1589 +#: include/class/acc_ledger_purchase.class.php:1601 +#: include/class/acc_ledger_sold.class.php:848 +#: include/class/acc_account_ledger.class.php:431 +#: include/class/acc_ledger_history_generic.class.php:742 msgid "Totaux" msgstr "Total" +#: include/export/export_balance_pdf.php:179 +#, php-format +msgid "Totaux %s " +msgstr "Total %s" + +#: include/class/acc_balance.class.php:279 +#, php-format +msgid "Totaux %s %s" +msgstr "Total %s %s" + #: include/balance.inc.php:111 include/balance.inc.php:112 #: include/balance.inc.php:118 include/balance.inc.php:119 #: include/balance.inc.php:122 @@ -19491,6 +21285,7 @@ msgstr "Subtotal" #: include/user.inc.php:176 include/user.inc.php:178 #: include/ext/importbank/include/import_bank.class.php:136 #: include/template/tag_search_select.php:14 +#: include/template/tag_search_select.php:17 include/user.inc.php:180 msgid "Tous" msgstr "All" @@ -19508,6 +21303,11 @@ msgstr "All" msgid "Tous les Etats" msgstr "All States" +#: include/class/follow_up.class.php:1128 +#: include/class/follow_up.class.php:1160 +msgid "Tous les actions ouvertes" +msgstr "All open actions" + #: include/ext/amortis/include/am_card.php:43 msgid "Tous les biens y compris ceux qui sont complétement amortis" msgstr "All properties including those fully depreciated" @@ -19542,6 +21342,8 @@ msgstr "All the depending accouting" #: include/class/follow_up.class.php:1245 #: include/class/follow_up.class.php:1243 #: include/class/follow_up.class.php:1244 +#: include/class/follow_up.class.php:1161 +#: include/class/follow_up.class.php:1193 msgid "Tous les profiles" msgstr "All profiles" @@ -19556,6 +21358,8 @@ msgstr "All profiles" #: include/class/follow_up.class.php:1205 #: include/class/follow_up.class.php:1203 #: include/class/follow_up.class.php:1204 +#: include/class/follow_up.class.php:1121 +#: include/class/follow_up.class.php:1153 msgid "Tous les types" msgstr "Any type" @@ -19580,7 +21384,8 @@ msgid "Tout est installé" msgstr "Everything is installed" #: html/install.php:632 html/install.php:592 html/install.php:639 -#: html/install.php:595 html/install.php:642 +#: html/install.php:595 html/install.php:642 html/install.php:645 +#: html/install.php:695 html/install.php:651 html/install.php:701 msgid "Tout est installé" msgstr "Everything is installed" @@ -19596,12 +21401,18 @@ msgstr "Update" msgid "Tout sélectionner" msgstr "Check all" +#: include/class/acc_ledger_search.class.php:212 +#: include/class/acc_ledger_search.class.php:214 +msgid "Toutes" +msgstr "Everything" + #: include/param_sec.inc.php:320 include/param_sec.inc.php:260 -#: include/param_sec.inc.php:292 +#: include/param_sec.inc.php:292 include/template/security_list_action.php:8 msgid "Toutes les actions" msgstr "All Actions" #: include/class/acc_plan_mtable.class.php:196 +#: include/class/acc_plan_mtable.class.php:213 msgid "Toutes les fiches" msgstr "All cards" @@ -19612,12 +21423,19 @@ msgstr "All sheets in PDF" #: include/category_card.inc.php:67 include/category_card.inc.php:68 #: include/category_card.inc.php:71 include/impress_poste.inc.php:103 #: include/category_card.inc.php:76 include/category_card.inc.php:78 +#: include/impress_jrn.inc.php:156 msgid "Toutes les opérations" msgstr "All entries" +#: include/template/action_search.php:149 include/template/ledger_search.php:97 +#: include/template/action_search.php:151 +msgid "Toutes les étiquettes" +msgstr "All tags" + #: include/lettering.account.inc.php:84 include/lettering.card.inc.php:89 #: include/lettering.gestion.inc.php:41 include/lettering.gestion.inc.php:40 -#: include/lettering.account.inc.php:92 +#: include/lettering.account.inc.php:92 include/lettering.account.inc.php:93 +#: include/lettering.card.inc.php:91 msgid "Toutes opérations" msgstr "All operations" @@ -19660,6 +21478,7 @@ msgstr "Transformation data into another format" #: include/template/detail-action.php:383 #: include/template/detail-action.php:390 #: include/template/detail-action.php:392 +#: include/template/follow_up_detail_display.php:203 msgid "Transformer en facture" msgstr "Generate invoices" @@ -19686,7 +21505,7 @@ msgstr "Quarter" #: include/database.item.php:119 include/database.item.php:122 #: include/database.item.php:128 include/database.item.php:124 #: include/database.item.php:123 include/database.item.php:127 -#: include/database.item.php:121 +#: include/database.item.php:121 include/database.item.php:120 msgid "Trésorerie" msgstr "Financial" @@ -19718,10 +21537,19 @@ msgstr "VAT ND" #: include/class/fiche.class.php:1463 #: include/class/acc_ledger_search.class.php:1106 #: include/class/fiche.class.php:1477 include/class/fiche.class.php:1478 +#: include/class/acc_ledger_search.class.php:1195 +#: include/class/fiche.class.php:1505 +#: include/class/card_attribut_mtable.class.php:40 +#: include/class/acc_account_ledger.class.php:390 +#: include/user_detail.inc.php:179 +#: include/class/acc_ledger_search.class.php:1218 +#: include/template/detail-action.php:30 +#: include/template/action_search_result.php:57 include/user.inc.php:149 msgid "Type" msgstr "Type" #: include/param_pcmn.inc.php:57 include/param_pcmn.inc.php:58 +#: include/class/contact_option_ref_mtable.class.php:37 msgid "Type " msgstr "Type" @@ -19735,6 +21563,8 @@ msgstr "Type" #: include/class/follow_up.class.php:1696 #: include/class/follow_up.class.php:1694 #: include/class/follow_up.class.php:1695 +#: include/class/follow_up.class.php:1643 +#: include/class/follow_up.class.php:1675 msgid "Type action invalide" msgstr "Invalid options" @@ -19757,11 +21587,13 @@ msgstr "Type of document" #: include/template/new_mod_payment.php:28 include/payment_middle.inc.php:121 #: include/payment_middle.inc.php:122 #: include/class/payment_method_mtable.class.php:40 +#: include/class/payment_method_mtable.class.php:41 msgid "Type de fiche" msgstr "Type of card" #: include/template/param_jrn.php:78 include/template/param_jrn.php:85 #: include/template/param_jrn.php:6 +#: include/class/operation_predef_mtable.class.php:53 msgid "Type de journal" msgstr "Type of ledgers" @@ -19784,11 +21616,15 @@ msgstr "Type of tiers" #: include/lib/http_input.class.php:65 include/lib/http_input.class.php:73 #: include/ajax/ajax_gestion.php:81 include/lib/http_input.class.php:62 #: include/lib/http_input.class.php:72 include/lib/http_input.class.php:80 +#: include/lib/http_input.class.php:92 include/lib/http_input.class.php:106 +#: include/lib/http_input.class.php:118 msgid "Type invalide" msgstr "Invalid type" #: include/operation_ods_confirm.inc.php:54 #: include/template/ledger_detail_bottom.php:155 +#: include/template/ledger_detail_bottom.php:160 +#: include/template/ledger_detail_bottom.php:161 msgid "Type opération" msgstr "Type of entry" @@ -19823,6 +21659,7 @@ msgstr "Download all invoices" #: include/template/stock_summary_list.php:42 include/company.inc.php:118 #: include/ext/sav/include/template/sas_display_detail.php:115 #: include/ajax/ajax_mod_stock_repo.php:71 include/company.inc.php:122 +#: include/company.inc.php:130 msgid "Téléphone" msgstr "Phone" @@ -19838,6 +21675,10 @@ msgstr "A moment" msgid "Un instant svp" msgstr "A moment please" +#: include/lettering.account.inc.php:139 +msgid "Un instant..." +msgstr "A moment" + #: include/class_acc_ledger.php:3410 include/class_acc_ledger.php:3480 #: include/class_acc_ledger.php:3479 include/class_acc_ledger.php:3495 #: include/class_acc_ledger.php:3512 include/class_acc_ledger.php:3539 @@ -19851,11 +21692,14 @@ msgstr "A moment please" #: include/class/acc_ledger.class.php:2318 #: include/class/acc_ledger.class.php:2327 #: include/class/acc_ledger.class.php:2349 +#: include/class/acc_ledger.class.php:2373 msgid "Un journal avec ce nom existe déjà" msgstr "This name is already used" #: include/class/payment_method_mtable.class.php:68 #: include/class/payment_method_mtable.class.php:92 +#: include/class/payment_method_mtable.class.php:69 +#: include/class/payment_method_mtable.class.php:93 msgid "Un libellé est obligatoire" msgstr "mandatory label" @@ -19878,12 +21722,17 @@ msgstr "Undefined PCMN TYPE for poste:" msgid "Unicode" msgstr "unicode" +#: include/template/action_document_type_mtable_input.php:115 +msgid "Unique" +msgstr "Uniq" + #: include/param_sec.inc.php:279 include/param_sec.inc.php:221 -#: include/param_sec.inc.php:225 +#: include/param_sec.inc.php:225 include/param_sec.inc.php:263 msgid "Uniquement Lecture" msgstr "Read only" #: include/template/tag_search_select.php:13 +#: include/template/tag_search_select.php:16 msgid "Uniquement actif" msgstr "Only assets" @@ -19903,6 +21752,10 @@ msgstr "Only not balanced accounting" msgid "Uniquement des chiffres" msgstr "Only digits" +#: include/company.inc.php:120 +msgid "Uniquement des chiffres séparés par des virgules" +msgstr "Only digits with comma" + #: include/class_document_modele.php:259 #: include/template/modele_document.php:48 #: include/class/class_document_modele.php:259 @@ -19927,7 +21780,8 @@ msgstr "Only ledger of sales" #: include/param_sec.inc.php:285 include/param_sec.inc.php:227 #: include/param_sec.inc.php:280 include/param_sec.inc.php:258 -#: include/param_sec.inc.php:337 +#: include/param_sec.inc.php:337 include/param_sec.inc.php:269 +#: include/param_sec.inc.php:352 msgid "Uniquement lecture" msgstr "Read only" @@ -19939,10 +21793,22 @@ msgstr "Only not balanced accounting" msgid "Uniquement les opérations non lettrées" msgstr "Only unlettered actions" -#: include/template/param_jrn.php:93 +#: include/impress_jrn.inc.php:158 +msgid "Uniquement non payées" +msgstr "Only unpaid" + +#: include/template/param_jrn.php:93 include/template/param_jrn.php:94 msgid "Uniquement note de débit ou crédit" msgstr "Only credit note" +#: include/impress_jrn.inc.php:157 +msgid "Uniquement payées" +msgstr "Only paid" + +#: include/impress_jrn.inc.php:162 +msgid "Uniquement pour journaux vente et achat" +msgstr "Only ledger of sales and purchase" + #: include/template/param_jrn.php:21 include/template/param_jrn.php:28 #: include/template/param_jrn.php:31 msgid "" @@ -19954,7 +21820,7 @@ msgstr "" "it is aussi possible to use * to show the depending accounting : example : 4*" #: include/lib/http_input.class.php:78 include/lib/http_input.class.php:85 -#: include/lib/http_input.class.php:87 +#: include/lib/http_input.class.php:87 include/lib/http_input.class.php:125 msgid "Unknown type" msgstr "Unknown type" @@ -19971,27 +21837,35 @@ msgstr "invalid values" #: include/admin_repo.inc.php:146 include/stock_inv_histo.inc.php:84 #: include/user.inc.php:173 html/user_login.php:109 #: include/admin_repo.inc.php:148 html/user_login.php:115 +#: include/user.inc.php:175 msgid "Utilisateur" msgstr "Users" #: html/install.php:594 html/install.php:586 html/install.php:592 #: html/install.php:554 html/install.php:544 html/install.php:550 -#: html/install.php:553 +#: html/install.php:553 html/install.php:603 html/install.php:609 msgid "Utilisateur administrateur" msgstr "Administrator user" +#: include/user_detail.inc.php:113 +#, php-format +msgid "Utilisateur %s %s est effacé" +msgstr "User %s %s is removed" + #: include/lib/database_core.class.php:66 #, php-format msgid "Utilisateur : %s" msgstr "User %s" #: include/param_sec.inc.php:91 include/param_sec.inc.php:95 -#: include/param_sec.inc.php:97 +#: include/param_sec.inc.php:97 include/param_sec.inc.php:98 msgid "Utilisateur Normal" msgstr "Users" #: html/admin/template_config_form.php:47 #: include/template/template_config_form.php:47 +#: include/template/template_config_form.php:48 +#: include/template/template_config_form.php:96 msgid "Utilisateur Postgresql" msgstr "Postgresql users" @@ -20001,6 +21875,8 @@ msgstr "Postgresql users" #: html/install.php:610 html/install.php:634 html/install.php:214 #: html/install.php:600 html/install.php:626 html/install.php:607 #: html/install.php:633 html/install.php:217 html/install.php:636 +#: html/install.php:264 html/install.php:660 html/install.php:689 +#: html/install.php:269 html/install.php:695 msgid "Utilisateur administrateur" msgstr "Administrator user" @@ -20010,7 +21886,7 @@ msgstr "Postgresql user" #: html/admin/setup.php:77 html/admin/setup.php:80 html/admin/setup.php:131 #: html/install.php:133 html/install.php:132 html/install.php:138 -#: html/install.php:145 +#: html/install.php:145 html/install.php:158 html/install.php:162 msgid "Utilisateur de la base de donnée postgresql" msgstr "Postgresql user" @@ -20024,7 +21900,7 @@ msgstr "Name of Postgresql user" #: include/lib/ac_common.php:959 include/lib/ac_common.php:970 #: include/lib/ac_common.php:971 include/lib/ac_common.php:972 #: include/lib/ac_common.php:984 include/lib/ac_common.php:986 -#: include/lib/ac_common.php:1002 +#: include/lib/ac_common.php:1002 include/lib/ac_common.php:1012 msgid "" "Utilisateur n'a pas de profil, votre administrateur doit en configurer un " "dans CFGSEC" @@ -20040,6 +21916,7 @@ msgstr "This user has no profile, contact your administrator" #: include/user_detail.inc.php:169 include/user_detail.inc.php:165 #: include/user_detail.inc.php:174 include/param_sec.inc.php:147 #: include/export/export_security_pdf.php:66 include/param_sec.inc.php:153 +#: include/param_sec.inc.php:158 include/user_detail.inc.php:185 msgid "Utilisateur normal" msgstr "Users" @@ -20052,6 +21929,7 @@ msgstr "User or password incorrect" #: include/lib/user_menu.php:116 include/lib/user_menu.php:129 #: include/lib/user_menu.php:117 include/lib/user_menu.php:140 #: include/lib/user_menu.php:74 include/lib/user_menu.php:97 +#: include/lib/user_menu.php:73 include/lib/user_menu.php:96 msgid "Utilisateurs" msgstr "Users" @@ -20059,20 +21937,22 @@ msgstr "Users" #: include/lib/user_menu.php:121 include/lib/user_menu.php:130 #: include/lib/user_menu.php:122 include/lib/user_menu.php:141 #: include/lib/user_menu.php:79 include/lib/user_menu.php:98 +#: include/lib/user_menu.php:78 include/lib/user_menu.php:97 msgid "Utilisateurs qui se sont connectés" msgstr "Connected users" #: include/class/payment_method_mtable.class.php:42 +#: include/class/payment_method_mtable.class.php:43 msgid "Utilisation dans" msgstr "Used in " #: include/company.inc.php:114 include/company.inc.php:133 -#: include/company.inc.php:137 +#: include/company.inc.php:137 include/company.inc.php:145 msgid "Utilisation de la compta. analytique" msgstr "Use of the analytic accountancy" #: include/company.inc.php:115 include/company.inc.php:134 -#: include/company.inc.php:138 +#: include/company.inc.php:138 include/company.inc.php:152 msgid "Utilisation des stocks" msgstr "Use of stocks" @@ -20083,12 +21963,13 @@ msgstr "Direct use" #: include/class/acc_ledger.class.php:1150 #: include/class/acc_ledger.class.php:1166 +#: include/class/acc_ledger.class.php:1162 #, php-format msgid "Utilisation directe interdite du poste comptable %s" msgstr "Forbidden use of the accounting %s" #: include/company.inc.php:117 include/company.inc.php:136 -#: include/company.inc.php:140 +#: include/company.inc.php:140 include/company.inc.php:154 msgid "Utilisation du mode strict " msgstr "Use of the strict mode" @@ -20101,7 +21982,7 @@ msgid "Utiliser un modèle d'import" msgstr "Select a import template" #: include/company.inc.php:122 include/company.inc.php:141 -#: include/company.inc.php:145 +#: include/company.inc.php:145 include/company.inc.php:159 msgid "Utilisez des postes comptables alphanumérique" msgstr "Use alphanumeric accountancy" @@ -20110,6 +21991,7 @@ msgid "Utilitaire" msgstr "Utility" #: html/install.php:629 html/install.php:636 html/install.php:639 +#: html/install.php:692 html/install.php:698 #, php-format msgid "VOUS DEVEZ EFFACER CE FICHIER %s" msgstr "You must delete this file %s" @@ -20122,9 +22004,18 @@ msgstr "Accounting system" #: include/class/user.class.php:1379 include/class/user.class.php:1408 #: include/class/acc_ledger.class.php:2365 #: include/lib/input_switch.class.php:56 +#: include/class/acc_ledger.class.php:2399 include/class/user.class.php:1402 +#: include/class/user.class.php:1431 include/lib/input_switch.class.php:57 +#: include/lib/input_checkbox.class.php:65 include/class/user.class.php:1426 +#: include/class/user.class.php:1455 msgid "Valeur invalide" msgstr "Invalid value" +#: include/class/noalyss_parameter_folder.class.php:70 +#, php-format +msgid "Valeur invalide %s" +msgstr "invalid values %s " + #: include/ext/amortis/include/template/listing_year.php:75 #: include/ext/amortis/include/template/listing_year.php:119 msgid "Valeur net " @@ -20201,6 +22092,9 @@ msgstr "Validate ?" #: include/class/acc_ledger_search.class.php:1121 #: include/class/acc_ledger_search.class.php:1134 #: include/ajax/ajax_preference.php:280 +#: include/class/acc_ledger_search.class.php:1223 +#: include/ajax/ajax_preference.php:283 +#: include/class/acc_ledger_search.class.php:1246 msgid "Valider" msgstr "Validate" @@ -20249,13 +22143,17 @@ msgstr "Friday" #: include/cfgledger.inc.php:173 include/class/acc_ledger_search.class.php:1084 #: include/class/acc_ledger_search.class.php:1097 #: include/template/tax_summary_display.php:29 include/database.item.php:234 -#: include/database.item.php:253 +#: include/database.item.php:253 include/class/acc_ledger_search.class.php:1186 +#: include/class/operation_predef_mtable.class.php:176 +#: include/database.item.php:10 include/database.item.php:218 +#: include/class/acc_ledger_search.class.php:1209 msgid "Vente" msgstr "Sale" #: include/database.item.php:113 include/database.item.php:116 #: include/database.item.php:122 include/database.item.php:119 #: include/database.item.php:118 include/database.item.php:114 +#: include/database.item.php:115 msgid "Vente / Recette" msgstr "Sales" @@ -20266,7 +22164,7 @@ msgid "Ventes" msgstr "Sales" #: include/impress_bilan.inc.php:64 include/impress_bilan.inc.php:71 -#: include/impress_bilan.inc.php:78 +#: include/impress_bilan.inc.php:78 include/impress_bilan.inc.php:81 msgid "Verification comptabilite" msgstr "Check accountancy" @@ -20284,10 +22182,15 @@ msgstr "Noalyss version" msgid "Version PHP trop basse , minimum 5.4" msgstr "PHP version to low, minimum 5.4" +#: html/install.php:356 html/install.php:362 +msgid "Version PHP trop basse , minimum 7.0.33" +msgstr "PHP version to low, minimum 7.0.33" + #: html/admin/setup.php:395 html/install.php:459 html/install.php:458 #: html/install.php:456 html/install.php:462 html/install.php:454 #: html/install.php:460 html/install.php:424 html/install.php:399 #: html/install.php:405 html/install.php:408 scenario/180209.php:18 +#: html/install.php:457 html/install.php:463 msgid "Version base de données :" msgstr "Postgresql version" @@ -20307,7 +22210,7 @@ msgstr "Please reconnect" #: include/lib/ac_common.php:806 include/lib/ac_common.php:813 #: include/lib/ac_common.php:824 include/lib/ac_common.php:825 #: include/lib/ac_common.php:837 include/lib/ac_common.php:839 -#: include/lib/ac_common.php:855 +#: include/lib/ac_common.php:855 include/lib/ac_common.php:865 msgid "" "Veuillez vous reconnecter soit dans une autre fenêtre soit en cliquant sur " "le lien" @@ -20351,10 +22254,19 @@ msgstr "Visible Y or N\n" #: include/balance.inc.php:183 include/balance.inc.php:195 #: include/balance.inc.php:196 include/impress_jrn.inc.php:146 #: include/impress_rapport.inc.php:286 include/balance.inc.php:199 -#: include/impress_jrn.inc.php:160 +#: include/impress_jrn.inc.php:160 include/impress_jrn.inc.php:174 msgid "Visualisation" msgstr "View" +#: html/install.php:260 html/install.php:265 +msgid "" +"Voici l'utilisateur et mot de passe de l'utilisateur administrateur de " +"Noalyss , il a tous les droits et a accès à tout. Connectez-vous avec ses " +"identifiants et changer le mot de passe dans préférence (en haut à droit)" +msgstr "" +"Here are the default user for the web interface of Noalyss, he is " +"administrator and has all privileges. Connect and change your password " + #: html/install.php:214 msgid "" "Voici l'utilisateur et mot de passe de l'utilisateur administrateur de " @@ -20368,6 +22280,7 @@ msgstr "" #: include/database.item.php:214 include/database.item.php:191 #: include/database.item.php:192 include/database.item.php:195 #: include/database.item.php:206 include/database.item.php:211 +#: include/database.item.php:201 msgid "Voir les documents du suivi" msgstr "See documents monitoring" @@ -20391,6 +22304,12 @@ msgstr "Your request is being processed" msgid "Votre version est à jour" msgstr "Your database is updated" +#: include/class/acc_operation.class.php:769 +#: include/class/acc_operation.class.php:779 +#, php-format +msgid "Voulez-vous aller à %s pour dupliquer cette opération ?" +msgstr "Do you want to got to %s to duplication this operation" + #: include/ext/backup_noadmin/include/template/home.php:3 msgid "Voulez-vous avoir une copie de ce dossier" msgstr "Do you have a copy of this issue" @@ -20404,6 +22323,8 @@ msgstr "Do you have a copy of this issue" #: include/template/detail-action.php:278 #: include/template/detail-action.php:247 #: include/template/detail-action.php:249 +#: include/template/detail-action.php:336 +#: include/template/detail-action.php:346 #, php-format msgid "Voulez-vous effacer ce commentaire" msgstr "Do you want to delete this comment" @@ -20433,6 +22354,10 @@ msgstr "Do you want to delete this action ?" #: include/class/follow_up.class.php:2017 #: include/class/follow_up.class.php:1954 #: include/class/follow_up.class.php:2018 +#: include/class/follow_up.class.php:1906 +#: include/class/follow_up.class.php:1971 +#: include/class/follow_up.class.php:1880 +#: include/class/follow_up.class.php:1945 #, php-format msgid "Voulez-vous effacer cette action " msgstr "Do you want to delete this action" @@ -20449,7 +22374,8 @@ msgstr "Do you want to delete this transaction" #: include/lib/class_html_input.php:946 include/lib/class_html_input.php:972 #: include/lib/html_input.class.php:1025 include/lib/html_input.class.php:1083 #: include/lib/html_input.class.php:1084 include/lib/html_input.class.php:1099 -#: include/lib/html_input.class.php:1100 +#: include/lib/html_input.class.php:1100 include/lib/html_input.class.php:1133 +#: include/lib/html_input.class.php:1134 #, php-format msgid "Voulez-vous effacer cette relation " msgstr "Do you want to delete this relation" @@ -20464,6 +22390,8 @@ msgstr "Do you want to delete this relation" #: include/template/detail-action.php:438 #: include/template/detail-action.php:442 #: include/template/detail-action.php:440 +#: include/template/detail-action.php:453 +#: include/template/detail-action.php:466 #, php-format msgid "Voulez-vous effacer le document" msgstr "Would you remove this Document" @@ -20482,11 +22410,12 @@ msgstr "Do you want to delete this transaction" #: include/contact.inc.php:53 include/customer.inc.php:53 #: include/manager.inc.php:56 include/supplier.inc.php:55 #: include/adm.inc.php:51 include/customer.inc.php:54 +#: include/contact.inc.php:54 msgid "Vous ne pouvez pas enlever de fiche" msgstr "You can not remove a card" #: html/do.php:44 html/popup.php:38 html/popup.php:35 html/do.php:47 -#: html/do.php:48 html/popup.php:37 +#: html/do.php:48 html/popup.php:37 html/recherche.php:33 msgid "Vous êtes déconnecté" msgstr "You are disconnected" @@ -20505,6 +22434,7 @@ msgstr "You have defined more than once in the same column" #: include/ajax/ajax_plugin_detail.php:32 #: include/class/class_document_type.php:83 include/ajax/ajax_add_menu.php:137 #: include/ajax/ajax_add_menu.php:145 include/class/document_type.class.php:83 +#: include/class/document_type.class.php:85 msgid "Vous confirmez" msgstr "Do you confirm" @@ -20539,7 +22469,7 @@ msgstr "Do you confirm the removal" #: include/action.common.inc.php:187 include/action.common.inc.php:207 #: include/action.common.inc.php:208 include/action.common.inc.php:213 #: include/action.common.inc.php:215 include/action.common.inc.php:216 -#: include/action.common.inc.php:222 +#: include/action.common.inc.php:222 include/action.common.inc.php:244 msgid "Vous confirmez l\\'effacement" msgstr "Removing the Confirm?" @@ -20579,7 +22509,7 @@ msgstr "You must choose by file or by calculation" #: html/admin/setup.php:81 html/admin/setup.php:84 html/admin/setup.php:135 #: html/install.php:137 html/install.php:136 html/install.php:142 -#: html/install.php:149 +#: html/install.php:149 html/install.php:162 html/install.php:166 msgid "" "Vous devez choisir si NOALYSS est installé sur l'un de vos servers ou sur un " "server mutualisé qui ne donne qu'une seule base de données" @@ -20616,13 +22546,15 @@ msgid "Vous devez donner un fichier" msgstr "You must give a card" #: include/compta_ven.inc.php:80 include/compta_ach.inc.php:72 +#: include/compta_ach.inc.php:71 msgid "Vous devez encore confirmer" msgstr "You must confirm" #: html/admin/setup.php:419 html/install.php:483 html/install.php:482 #: html/install.php:480 html/install.php:486 html/install.php:478 #: html/install.php:484 html/install.php:446 html/install.php:421 -#: html/install.php:427 html/install.php:430 +#: html/install.php:427 html/install.php:430 html/install.php:479 +#: html/install.php:485 msgid "" "Vous devez installer le langage plpgsql pour permettre aux fonctions SQL de " "fonctionner." @@ -20631,7 +22563,8 @@ msgstr "You must install plpgsql " #: html/admin/setup.php:261 html/admin/setup.php:279 html/admin/setup.php:281 #: html/install.php:345 html/install.php:344 html/install.php:342 #: html/install.php:348 html/install.php:354 html/install.php:318 -#: html/install.php:327 html/install.php:330 +#: html/install.php:327 html/install.php:330 html/install.php:379 +#: html/install.php:385 msgid "Vous devez installer ou activer l'extension" msgstr "You must set or activate the plugin" @@ -20650,6 +22583,7 @@ msgstr "You must tell if it is a template or a folder" #: include/class/pre_operation.class.php:285 #: include/class/pre_operation.class.php:286 +#: include/class/pre_operation.class.php:343 msgid "Vous n'avez encore sauvé aucun modèle" msgstr "You don't have template" @@ -20669,6 +22603,7 @@ msgstr "You have not enter any customer" #: include/class_acc_ledger_purchase.php:84 #: include/class/class_acc_ledger_purchase.php:84 #: include/class/acc_ledger_purchase.class.php:84 +#: include/class/acc_ledger_purchase.class.php:86 msgid "Vous n'avez pas donné de fournisseur" msgstr "You have not give Any supplier" @@ -20690,6 +22625,7 @@ msgid "Vous n\\'êtes pas administrateur" msgstr "You are not an administrator" #: include/class/tva_rate_mtable.class.php:273 +#: include/class/tva_rate_mtable.class.php:290 msgid "" "Vous ne pouvez pas effacer tous les taux. Si votre société n'utilise pas la " "TVA, changer dans le menu société" @@ -20707,6 +22643,7 @@ msgid "" msgstr "You cannot use this ledger, contact your administrator" #: include/operation_ods_new.inc.php:43 include/operation_ods_new.inc.php:44 +#: include/operation_ods_new.inc.php:45 msgid "" "Vous ne pouvez pas écrire dans ce journal, contactez votre administrateur" msgstr "You cannot use this ledger, contact your administrator" @@ -20730,6 +22667,7 @@ msgstr "Let you add new type of documents " #: include/database.item.php:7 include/database.item.php:10 #: include/database.item.php:4 include/database.item.php:2 +#: include/database.item.php:3 msgid "" "Vous permet d'encoder des achats, dépenses, des notes de frais ou des notes " "de crédits, vous pouvez spécifier un bénéficiaire ou un autre moyen de " @@ -20743,7 +22681,7 @@ msgstr "" msgid "Vous pouvez aussi copier ce profil et puis le corriger" msgstr "You could also copy and customize this profil" -#: include/cfgtags.inc.php:51 +#: include/cfgtags.inc.php:51 include/cfgtags.inc.php:66 msgid "" "Vous pouvez utiliser ceci comme des étiquettes pour marquer des documents " "ou \n" @@ -20762,6 +22700,7 @@ msgstr "You can use the % to show the parent accounting" #: html/admin/setup.php:259 html/install.php:323 html/install.php:322 #: html/install.php:320 html/install.php:326 html/install.php:332 #: html/install.php:283 html/install.php:290 html/install.php:293 +#: html/install.php:342 html/install.php:348 msgid "Vous utilisez le domaine" msgstr "You are using the domain" @@ -20785,6 +22724,7 @@ msgstr "You're using the strict mod and the last entry is one" #: include/class/acc_ledger.class.php:1079 #: include/class/acc_ledger.class.php:1095 +#: include/class/acc_ledger.class.php:1091 #, php-format msgid "" "Vous utilisez le mode strict la dernière operation est la date du %s\n" @@ -20803,6 +22743,7 @@ msgstr "" #: include/class/acc_ledger_fin.class.php:126 #: include/class/acc_ledger_fin.class.php:210 #: include/class/acc_ledger_purchase.class.php:119 +#: include/class/acc_ledger_purchase.class.php:121 msgid "Vous utilisez le mode strict la dernière operation est à la date du " msgstr "You're using the strict accounting entry is the last one" @@ -20818,20 +22759,29 @@ msgstr "You are disconnected" #: include/database.item.php:85 include/database.item.php:88 #: include/database.item.php:93 include/database.item.php:90 #: include/database.item.php:89 include/database.item.php:87 +#: include/database.item.php:86 msgid "Vérification " msgstr "Verifying" +#: include/template/ledger_detail_bottom.php:337 +#: include/template/ledger_detail_bottom.php:354 +msgid "Vérification CA" +msgstr "Verify Analytic" + #: include/database.item.php:85 include/database.item.php:88 #: include/database.item.php:93 include/database.item.php:90 #: include/database.item.php:89 include/database.item.php:87 +#: include/database.item.php:86 msgid "Vérification de la comptabilité" msgstr "Verifying accountancy writing" #: include/verif_bilan.inc.php:84 include/verif_bilan.inc.php:111 +#: include/verif_bilan.inc.php:109 msgid "Vérification des comptes" msgstr "Verifying accountancy" #: include/verif_bilan.inc.php:96 include/verif_bilan.inc.php:123 +#: include/verif_bilan.inc.php:121 msgid "Vérification des fiches" msgstr "Verifying cards" @@ -20841,6 +22791,7 @@ msgstr "Checking ledgers" #: include/database.item.php:90 include/database.item.php:93 #: include/database.item.php:87 include/database.item.php:85 +#: include/database.item.php:86 msgid "" "Vérifie que votre comptabilité ne contient pas d'erreur de base, tels que " "l'équilibre entre le passif et l'actif, l'utilisation des postes " @@ -20857,6 +22808,7 @@ msgstr "" #: include/class/class_acc_ledger_sold.php:844 #: include/class/acc_ledger_sold.class.php:867 #: include/class/acc_ledger_sold.class.php:884 +#: include/class/acc_ledger_sold.class.php:888 msgid "Vérifiez Imputation Analytique" msgstr "Verify analytic" @@ -20872,6 +22824,7 @@ msgstr "Verify analytic" #: include/class/acc_ledger_purchase.class.php:1610 #: include/class/acc_ledger_purchase.class.php:1627 #: include/class/acc_ledger_purchase.class.php:1630 +#: include/class/acc_ledger_purchase.class.php:1643 msgid "Vérifiez imputation analytique" msgstr "Verify analytic" @@ -20880,6 +22833,7 @@ msgid "Y pour oui ou N pour non" msgstr "Y for yes or N for no" #: include/card_attr.inc.php:80 include/card_attr.inc.php:81 +#: include/class/card_attribut_mtable.class.php:56 msgid "Zone de texte" msgstr "Text area" @@ -20906,6 +22860,8 @@ msgstr "] Does not exist" #: include/class/acc_ledger_purchase.class.php:185 #: include/class/acc_ledger_sold.class.php:176 #: include/class/acc_ledger_sold.class.php:180 +#: include/class/acc_ledger_purchase.class.php:182 +#: include/class/acc_ledger_purchase.class.php:187 msgid "a un code tva invalide" msgstr "Has an invalid VAT code" @@ -20913,6 +22869,7 @@ msgstr "Has an invalid VAT code" #: include/class_acc_ledger_purchase.php:172 #: include/class/class_acc_ledger_purchase.php:172 #: include/class/acc_ledger_purchase.class.php:172 +#: include/class/acc_ledger_purchase.class.php:174 msgid "a un montant invalide" msgstr "Has an invalid Amount" @@ -20926,6 +22883,7 @@ msgstr "Has an invalid Amount" #: html/admin/setup.php:272 html/install.php:336 html/install.php:335 #: html/install.php:333 html/install.php:339 html/install.php:345 #: html/install.php:309 html/install.php:316 html/install.php:319 +#: html/install.php:368 html/install.php:374 msgid "a une mauvaise valeur" msgstr "Has an invalid value" @@ -20933,6 +22891,7 @@ msgstr "Has an invalid value" #: include/class_acc_ledger_purchase.php:174 #: include/class/class_acc_ledger_purchase.php:174 #: include/class/acc_ledger_purchase.class.php:174 +#: include/class/acc_ledger_purchase.class.php:176 msgid "a une quantité invalide" msgstr "Has an invalid quantity" @@ -20969,6 +22928,10 @@ msgstr "Accounting / Activity" msgid "appel incorrect" msgstr "Incorrect call" +#: include/template/letter_all.php:53 +msgid "aucun lettrage" +msgstr "no lettering" + #: include/class_anc_grandlivre.php:136 include/class_anc_grandlivre.php:250 #: include/class_anc_listing.php:77 include/class_anc_grandlivre.php:295 #: include/ext/tools/include/class_anc_grandlivre_ext.php:96 @@ -20976,6 +22939,11 @@ msgstr "Incorrect call" msgid "aucune donnée" msgstr "no data" +#: include/export/export_balance_csv.php:85 +#, php-format +msgid "balance du %s au %s" +msgstr "total between%s and %s" + #: include/lib/database_core.class.php:64 #, php-format msgid "base de donnée = %s" @@ -20990,6 +22958,7 @@ msgid "calculé" msgstr "Computed" #: include/lib/inplace_edit.class.php:80 include/lib/inplace_edit.class.php:79 +#: include/lib/inplace_edit.class.php:82 msgid "cancel" msgstr "Cancel" @@ -20998,10 +22967,11 @@ msgstr "Cancel" #: include/class/class_acc_ledger_purchase.php:244 #: include/class/acc_ledger_purchase.class.php:244 #: include/class/acc_ledger_purchase.class.php:243 +#: include/class/acc_ledger_purchase.class.php:245 msgid "ce code n'a pas de poste comptable, créez ce poste : [" msgstr "This Code Has No accounting, please create it [" -#: include/class/document.class.php:1293 +#: include/class/document.class.php:1293 include/class/document.class.php:1576 #, php-format msgid "chaine à remplacer [%s] contient un caractère interdit" msgstr "String to remplace [%s] contains a forbidden character" @@ -21023,6 +22993,10 @@ msgstr "Choose" #: include/lib/html_input.class.php:1017 include/lib/html_input.class.php:1018 #: include/class/acc_ledger_search.class.php:112 #: include/lib/html_input.class.php:1033 include/lib/html_input.class.php:1034 +#: include/class/acc_ledger_search.class.php:114 +#: include/lib/html_input.class.php:1067 +#: include/class/acc_ledger_search.class.php:116 +#: include/lib/html_input.class.php:1068 msgid "choix des journaux" msgstr "Ledgers" @@ -21040,6 +23014,7 @@ msgstr "Ledgers" #: include/class/acc_ledger.class.php:2483 #: include/class/acc_ledger.class.php:2492 #: include/class/acc_ledger.class.php:2523 +#: include/class/acc_ledger.class.php:2553 msgid "choix du type de journal" msgstr "Select the type of ledger" @@ -21064,7 +23039,7 @@ msgstr "Click here to update " #: include/class/pdf_operation.class.php:194 #: include/class/pdf_operation.class.php:247 html/ajax_misc.php:456 #: html/ajax_misc.php:458 html/ajax_misc.php:464 html/ajax_misc.php:466 -#: html/ajax_misc.php:470 +#: html/ajax_misc.php:470 html/ajax_misc.php:435 html/ajax_misc.php:443 msgid "code" msgstr "code" @@ -21087,12 +23062,14 @@ msgstr "zip code" #: include/export/export_ledger_csv.php:213 #: include/export/export_ledger_csv.php:215 #: include/export/export_ledger_csv.php:223 +#: include/export/export_ledger_csv.php:231 msgid "commentaire" msgstr "Comment" #: include/database.item.php:89 include/database.item.php:92 #: include/database.item.php:97 include/database.item.php:94 #: include/database.item.php:93 include/database.item.php:91 +#: include/database.item.php:90 msgid "configuration de la sécurité" msgstr "Security Configuration" @@ -21111,9 +23088,15 @@ msgstr "Credit" #: include/database.item.php:212 include/database.item.php:189 #: include/database.item.php:190 include/database.item.php:193 #: include/database.item.php:204 include/database.item.php:209 +#: include/database.item.php:199 msgid "création, modification et effacement de catégorie de fiche" msgstr "creation, modification and deletion of category record" +#: include/export/export_fiche_detail_pdf.php:112 +#: include/export/export_fiche_detail_pdf.php:216 +msgid "créditeur" +msgstr "Credit" + #: html/user_login.php:155 html/user_login.php:157 html/user_login.php:159 msgid "dans NOALYSS" msgstr "in NOALYSS" @@ -21149,6 +23132,8 @@ msgstr "delete_param : fail" #: include/template/ledger_detail_bottom.php:200 #: include/template/ledger_detail_bottom.php:217 #: include/template/ledger_detail_bottom.php:214 +#: include/template/ledger_detail_bottom.php:232 +#: include/template/ledger_detail_bottom.php:233 msgid "delta" msgstr "Delta" @@ -21161,6 +23146,8 @@ msgstr "Difference" #: include/class/follow_up.class.php:1950 #: include/class/follow_up.class.php:1948 #: include/class/follow_up.class.php:1949 +#: include/class/follow_up.class.php:1901 +#: include/class/follow_up.class.php:1875 msgid "direct parent " msgstr "Direct Parent" @@ -21174,6 +23161,11 @@ msgstr "must be migrated in unicode" msgid "du poste comptable" msgstr "the accounting item" +#: include/export/export_fiche_detail_pdf.php:117 +#: include/export/export_fiche_detail_pdf.php:221 +msgid "débiteur" +msgstr "Debit" + #: include/template/dashboard.php:112 include/template/dashboard.php:124 #: include/template/dashboard.php:140 include/template/dashboard.php:150 #: include/template/dashboard.php:165 include/template/dashboard.php:175 @@ -21196,7 +23188,7 @@ msgstr "Delete" #: include/ext/transform/include/template/listing_assujetti_declarant.php:54 #: include/ext/transform/include/template/listing_assujetti_representative.php:54 #: include/user_detail.inc.php:130 include/user_detail.inc.php:126 -#: include/user_detail.inc.php:135 +#: include/user_detail.inc.php:135 include/user_detail.inc.php:146 msgid "email" msgstr "e-mail" @@ -21251,6 +23243,9 @@ msgstr "Between 61 and 90 days" #: include/template/ledger_detail_bottom.php:355 #: include/template/ledger_detail_bottom.php:352 #: include/ajax/ajax_ledger.php:545 +#: include/template/ledger_detail_bottom.php:380 +#: include/ajax/ajax_ledger.php:546 +#: include/template/ledger_detail_bottom.php:397 msgid "entrez une date" msgstr "Give a date" @@ -21273,6 +23268,8 @@ msgstr "Error:" #: include/class/acc_bilan.class.php:706 include/class/acc_bilan.class.php:688 #: include/class/acc_bilan.class.php:711 include/class/acc_bilan.class.php:374 #: include/class/acc_bilan.class.php:690 include/class/acc_bilan.class.php:713 +#: include/class/acc_bilan.class.php:375 include/class/acc_bilan.class.php:695 +#: include/class/acc_bilan.class.php:718 msgid "erreur Ouverture fichier" msgstr "Error opening file" @@ -21284,6 +23281,7 @@ msgstr "Error opening file" #: include/ajax/ajax_history.php:58 include/ajax/ajax_history.php:141 #: include/ajax/ajax_history.php:61 include/ajax/ajax_history.php:146 #: include/ajax/ajax_history.php:147 include/ajax/ajax_history.php:148 +#: include/balance_card.inc.php:37 msgid "" "erreur aucune période par défaut, allez dans préférence pour en choisir une" msgstr "Warning : no default period, choose one in your preference" @@ -21293,6 +23291,7 @@ msgstr "Warning : no default period, choose one in your preference" #: include/class/class_acc_bilan.php:668 include/class/class_acc_bilan.php:685 #: include/class/acc_bilan.class.php:686 include/class/acc_bilan.class.php:689 #: include/class/acc_bilan.class.php:694 include/class/acc_bilan.class.php:696 +#: include/class/acc_bilan.class.php:701 msgid "erreur écriture fichier" msgstr "Error writing file" @@ -21306,12 +23305,14 @@ msgstr " is accessed, disconnect first" #: include/dossier.inc.php:391 include/dossier.inc.php:392 #: include/dossier.inc.php:147 include/dossier.inc.php:408 #: include/dossier.inc.php:152 include/dossier.inc.php:413 +#: include/dossier.inc.php:154 include/dossier.inc.php:417 msgid "est accèdée, déconnectez-vous d'abord" msgstr "Accessed is, first disconnect" #: include/template/ledger_search.php:25 include/template/ledger_search.php:33 #: include/template/ledger_search.php:51 include/template/ledger_search.php:26 #: include/template/ledger_search.php:35 include/template/ledger_search.php:54 +#: include/template/ledger_search.php:56 msgid "et" msgstr "and" @@ -21332,10 +23333,12 @@ msgstr "" #: include/ajax/ajax_mod_periode.php:60 include/ajax/ajax_mod_periode.php:78 #: include/ajax/ajax_periode.php:176 include/class/periode.class.php:707 #: include/class/periode.class.php:709 include/class/periode.class.php:711 +#: include/class/periode.class.php:712 include/class/periode.class.php:713 msgid "fermer" msgstr "close" #: include/export/export_fiche_csv.php:36 +#: include/export/export_fiche_csv.php:37 msgid "fiche" msgstr "Card" @@ -21352,6 +23355,10 @@ msgstr "card-balance" msgid "fiche_" msgstr "Card" +#: include/ajax/ajax_card.php:430 +msgid "fiches inactives" +msgstr "Disabled cards" + #: include/ext/import_account/include/class_import_card.php:242 msgid "fiches sont insérées dans la catégorie" msgstr "plugs are inserted in the category" @@ -21380,6 +23387,8 @@ msgstr "Current file" #: include/class/acc_ledger.class.php:1496 #: include/class/acc_ledger.class.php:1495 #: include/class/acc_ledger.class.php:1512 +#: include/class/acc_ledger.class.php:1485 +#: include/class/acc_ledger.class.php:1502 msgid "get_default_card p_ledger_side is invalide [" msgstr "get_default_card p_ledger_side is invalide [" @@ -21407,25 +23416,26 @@ msgstr "Stock-History" #: include/dossier.inc.php:218 include/modele.inc.php:245 #: include/dossier.inc.php:221 include/dossier.inc.php:226 #: include/modele.inc.php:246 include/class/tva_rate_mtable.class.php:47 -#: include/modele.inc.php:247 +#: include/modele.inc.php:247 include/dossier.inc.php:229 msgid "id" msgstr "id" #: include/class_fiche.php:557 include/class/class_fiche.php:557 #: include/class/class_fiche.php:558 include/class/fiche.class.php:564 #: include/class/fiche.class.php:566 include/class/fiche.class.php:565 +#: include/class/fiche.class.php:578 msgid "id fiche" msgstr "card id" #: include/param_sec.inc.php:324 include/param_sec.inc.php:264 -#: include/param_sec.inc.php:321 +#: include/param_sec.inc.php:321 include/param_sec.inc.php:336 msgid "imprime" msgstr "Print" #: include/dossier.inc.php:355 include/dossier.inc.php:311 #: include/dossier.inc.php:334 include/dossier.inc.php:370 #: include/dossier.inc.php:371 include/dossier.inc.php:387 -#: include/dossier.inc.php:392 +#: include/dossier.inc.php:392 include/dossier.inc.php:396 msgid "inexistant" msgstr "inexistent" @@ -21441,6 +23451,8 @@ msgstr "inexistent" #: include/export/export_ledger_csv.php:216 #: include/export/export_ledger_csv.php:224 #: include/class/acc_ledger_history_generic.class.php:685 +#: include/class/acc_ledger_history_generic.class.php:686 +#: include/export/export_ledger_csv.php:232 msgid "internal" msgstr "Internal" @@ -21455,6 +23467,8 @@ msgstr "Internal" #: include/class/acc_ledger_history_sale.class.php:248 #: include/class/acc_ledger_history_purchase.class.php:255 #: include/class/acc_ledger_history_purchase.class.php:259 +#: include/class/acc_ledger_history_sale.class.php:258 +#: include/class/acc_ledger_history_purchase.class.php:270 msgid "interne" msgstr "Internal" @@ -21464,6 +23478,8 @@ msgstr "Internal" #: include/class/acc_ledger_history.class.php:122 #: include/class/acc_ledger_history.class.php:110 #: include/class/acc_ledger_history.class.php:123 +#: include/class/acc_ledger_history.class.php:138 +#: include/class/acc_ledger_history.class.php:151 msgid "invalid parameter" msgstr "invalid parameter" @@ -21483,6 +23499,10 @@ msgstr "invalid parameter" #: include/class/acc_ledger_history_purchase.class.php:240 #: include/class/acc_ledger_history_purchase.class.php:244 #: include/class/acc_ledger_history_generic.class.php:762 +#: include/class/acc_ledger_history_sale.class.php:243 +#: include/class/acc_ledger_history_purchase.class.php:255 +#: include/class/acc_ledger_history_generic.class.php:763 +#: include/export/export_ledger_csv.php:49 msgid "journal" msgstr "Ledger" @@ -21494,6 +23514,7 @@ msgstr "Unknown ledger" #: include/database.item.php:88 include/database.item.php:91 #: include/database.item.php:96 include/database.item.php:93 #: include/database.item.php:92 include/database.item.php:90 +#: include/database.item.php:89 msgid "journaux" msgstr "ledgers" @@ -21529,10 +23550,15 @@ msgstr "Label" msgid "latin1" msgstr "Latin" +#: include/class/document.class.php:1229 +#, php-format +msgid "le %s , %s écrit %s" +msgstr "on %s , %s wrote %s " + #: include/class_acc_bilan.php:249 include/class_acc_bilan.php:250 #: include/class/class_acc_bilan.php:250 include/class/class_acc_bilan.php:266 #: include/class/acc_bilan.class.php:266 include/class/acc_bilan.class.php:269 -#: include/class/acc_bilan.class.php:271 +#: include/class/acc_bilan.class.php:271 include/class/acc_bilan.class.php:272 msgid "le formulaire id n'est pas donnee" msgstr "Form id not found" @@ -21605,18 +23631,32 @@ msgstr "label" msgid "libellé" msgstr "Label" +#: include/class/html_input_noalyss.class.php:56 +msgid "ligne à ajouter" +msgstr "Row to add" + +#: include/ajax/ajax_add_concerned_card.php:71 +msgid "limité aux champs " +msgstr "Limited to the attributes " + #: include/ext/transform/include/template/listing_assujetti_representative.php:66 msgid "listing id" msgstr "listing id" #: include/user.inc.php:77 include/user.inc.php:78 include/user.inc.php:80 +#: include/user.inc.php:82 msgid "login" msgstr "login" +#: html/install.php:165 html/install.php:169 +msgid "login administrateur" +msgstr "Administrator" + #: html/admin/setup.php:329 html/admin/setup.php:347 html/admin/setup.php:349 #: html/install.php:413 html/install.php:412 html/install.php:410 #: html/install.php:416 html/install.php:422 html/install.php:386 -#: html/install.php:353 html/install.php:356 +#: html/install.php:353 html/install.php:356 html/install.php:405 +#: html/install.php:411 msgid "max_execution_time devrait être de 60 minimum" msgstr "max_execution_time should be more than 60 " @@ -21642,6 +23682,10 @@ msgstr "max_execution_time should be more than 60 " #: include/export/export_ledger_csv.php:217 #: include/export/export_ledger_csv.php:225 #: include/template/ledger_detail_bottom.php:213 +#: include/ajax/ajax_display_letter.php:69 +#: include/export/export_ledger_csv.php:233 +#: include/template/ledger_detail_bottom.php:231 +#: include/template/ledger_detail_bottom.php:232 msgid "montant" msgstr "Amount" @@ -21662,6 +23706,8 @@ msgstr "Amount" #: include/class/acc_ledger_sold.class.php:129 #: include/class/acc_ledger_sold.class.php:171 #: include/class/acc_ledger_purchase.class.php:200 +#: include/class/acc_ledger_purchase.class.php:132 +#: include/class/acc_ledger_purchase.class.php:202 msgid "n'a pas de poste comptable" msgstr "Has No accounting entry" @@ -21682,6 +23728,8 @@ msgstr "Has No accounting entry" #: include/class/acc_ledger_sold.class.php:152 #: include/class/acc_ledger_sold.class.php:210 #: include/class/acc_ledger_purchase.class.php:225 +#: include/class/acc_ledger_purchase.class.php:157 +#: include/class/acc_ledger_purchase.class.php:227 msgid "n'est pas accessible à ce journal" msgstr "is not allowed for this ledger" @@ -21710,24 +23758,34 @@ msgstr "Does not belong to this ledger" #: include/class/acc_ledger_purchase.class.php:220 #: include/class/acc_ledger_sold.class.php:204 #: include/class/acc_ledger_purchase.class.php:219 +#: include/class/acc_ledger_purchase.class.php:151 +#: include/class/acc_ledger_purchase.class.php:221 msgid "n'existe pas" msgstr "does not exist" #: include/class/periode.class.php:520 include/class/periode.class.php:522 -#: include/class/periode.class.php:524 +#: include/class/periode.class.php:524 include/class/periode.class.php:525 msgid "nb opérations" msgstr "Number of entries" +#: include/export/export_balance_pdf.php:186 +#: include/export/export_balance_pdf.php:192 +#, php-format +msgid "niveau %s" +msgstr "Level %s" + #: include/class/class_acc_reconciliation.php:470 #: include/class/acc_reconciliation.class.php:495 msgid "nom journal" msgstr "Name of the ledger" #: include/template/tag_search_select.php:45 +#: include/template/tag_search_select.php:48 msgid "non actif" msgstr "Not asset" #: include/lib/manage_table_sql.class.php:965 +#: include/lib/manage_table_sql.class.php:1020 msgid "non implémenté" msgstr "Not implemented" @@ -21741,11 +23799,12 @@ msgid "non permis" msgstr "Not allowed" #: include/company.inc.php:37 include/company.inc.php:56 -#: include/company.inc.php:60 +#: include/company.inc.php:60 include/company.inc.php:64 msgid "non utilisé" msgstr "not used" #: include/template/document_mod_change.php:56 +#: include/template/action_document_type_mtable_input.php:39 msgid "numéro actuel" msgstr "current issue" @@ -21778,6 +23837,7 @@ msgstr "No Room" #: include/class/acc_account_ledger.class.php:392 #: include/class/acc_account_ledger.class.php:393 +#: include/class/acc_account_ledger.class.php:385 msgid "n° de pièce" msgstr "receipt #" @@ -21786,7 +23846,7 @@ msgstr "receipt #" #: include/class/class_fiche.php:1231 include/class/class_fiche.php:1234 #: include/class/fiche.class.php:1378 include/class/fiche.class.php:1379 #: include/class/fiche.class.php:1381 include/class/fiche.class.php:1395 -#: include/class/fiche.class.php:1396 +#: include/class/fiche.class.php:1396 include/class/fiche.class.php:1423 msgid "n° de pièce / Code interne" msgstr "Internal code" @@ -21802,6 +23862,8 @@ msgstr "Internal code" #: include/class/acc_ledger_search.class.php:681 #: include/class/acc_ledger_search.class.php:699 #: include/class/acc_ledger_fin.class.php:753 +#: include/class/acc_ledger_search.class.php:785 +#: include/class/acc_ledger_search.class.php:808 msgid "n° interne" msgstr "internal code" @@ -21811,6 +23873,8 @@ msgstr "No online" #: include/class/acc_ledger_history_purchase.class.php:280 #: include/class/acc_ledger_history_sale.class.php:266 +#: include/class/acc_ledger_history_sale.class.php:276 +#: include/class/acc_ledger_history_purchase.class.php:292 msgid "n° opération" msgstr "No operation" @@ -21829,15 +23893,18 @@ msgstr "No operation" #: include/class/acc_ledger_history_generic.class.php:681 #: include/class/fiche.class.php:1473 #: include/class/acc_ledger_history_generic.class.php:684 +#: include/class/fiche.class.php:1500 +#: include/class/acc_ledger_history_generic.class.php:685 msgid "n° pièce" msgstr "receipt #" #: include/company.inc.php:35 include/company.inc.php:54 -#: include/company.inc.php:58 +#: include/company.inc.php:58 include/company.inc.php:62 msgid "obligatoire" msgstr "mandatory" #: include/lib/inplace_edit.class.php:79 include/lib/inplace_edit.class.php:78 +#: include/lib/inplace_edit.class.php:81 msgid "ok" msgstr "ok" @@ -21847,7 +23914,8 @@ msgstr "ok" msgid "op. concernée" msgstr "Concerned op" -#: html/install.php:370 html/install.php:373 +#: html/install.php:370 html/install.php:373 html/install.php:422 +#: html/install.php:428 msgid "open_basedir empêche certaines fonctions de Noalyss,mettez-le à vide " msgstr "open_basedir must be empty or set properly" @@ -21872,11 +23940,15 @@ msgstr "open_basedir must be empty or set properly" #: include/export/export_ledger_csv.php:218 #: include/class/acc_ledger_history_purchase.class.php:255 #: include/class/acc_ledger_history_generic.class.php:767 +#: include/class/acc_ledger_history_sale.class.php:254 +#: include/class/acc_ledger_history_purchase.class.php:266 +#: include/class/acc_ledger_history_generic.class.php:768 +#: include/export/export_ledger_csv.php:226 msgid "operation" msgstr "Operation" #: include/company.inc.php:36 include/company.inc.php:55 -#: include/company.inc.php:59 +#: include/company.inc.php:59 include/company.inc.php:63 msgid "optionnel" msgstr "optional" @@ -21886,6 +23958,7 @@ msgstr "Entry" #: include/class/fiche.class.php:1047 include/class/fiche.class.php:1049 #: include/class/fiche.class.php:1063 include/class/fiche.class.php:1064 +#: include/class/fiche.class.php:1091 msgid "opération annulée" msgstr "Entry canceled" @@ -21938,6 +24011,7 @@ msgstr "or QuickCode" #: include/class/acc_ledger_purchase.class.php:1729 #: include/class/acc_ledger_purchase.class.php:1732 #: include/class/acc_ledger_purchase.class.php:1738 +#: include/class/acc_ledger_purchase.class.php:1762 msgid "ou générer un document" msgstr "or generate a paper" @@ -21950,12 +24024,14 @@ msgstr "or generate a paper" #: include/class/acc_ledger_sold.class.php:966 #: include/class/acc_ledger_sold.class.php:983 #: include/class/acc_ledger_sold.class.php:992 +#: include/class/acc_ledger_sold.class.php:996 msgid "ou générer une facture" msgstr "or generate an invoice" #: include/class/acc_ledger_history.class.php:46 #: include/class/acc_ledger_history.class.php:47 #: include/class/acc_ledger_history.class.php:48 +#: include/class/acc_ledger_history.class.php:59 msgid "pa_ledger doit être un tableau" msgstr "pa_ledger must be an array" @@ -21966,13 +24042,14 @@ msgstr "For example, do not change customer by supplier" #: include/lib/ac_common.php:567 include/lib/ac_common.php:568 #: include/lib/ac_common.php:570 include/lib/ac_common.php:586 +#: include/lib/ac_common.php:596 msgid "paramètre invalide" msgstr "Invalid parameter" #: include/dossier.inc.php:254 include/dossier.inc.php:251 #: include/dossier.inc.php:273 include/dossier.inc.php:307 #: include/dossier.inc.php:308 include/dossier.inc.php:311 -#: include/dossier.inc.php:316 +#: include/dossier.inc.php:316 include/dossier.inc.php:319 msgid "pas de modèle disponible" msgstr "No template" @@ -21991,7 +24068,7 @@ msgstr "php is not properly configured" #: html/admin/setup.php:375 html/install.php:439 html/install.php:438 #: html/install.php:436 html/install.php:442 html/install.php:434 #: html/install.php:440 html/install.php:404 html/install.php:379 -#: html/install.php:382 +#: html/install.php:382 html/install.php:431 html/install.php:437 msgid "php mal configuré " msgstr "php is not properly configured" @@ -22002,7 +24079,7 @@ msgstr "php.ini corretly configured" #: html/admin/setup.php:373 html/install.php:437 html/install.php:436 #: html/install.php:434 html/install.php:440 html/install.php:432 #: html/install.php:438 html/install.php:402 html/install.php:377 -#: html/install.php:380 +#: html/install.php:380 html/install.php:429 html/install.php:435 msgid "php.ini est bien configuré " msgstr "php.ini corretly configured" @@ -22047,6 +24124,7 @@ msgstr "Accounting / Activity" #: include/class/acc_ledger_history_purchase.class.php:256 #: include/class/acc_ledger_history_purchase.class.php:257 #: include/class/acc_ledger_history_purchase.class.php:261 +#: include/class/acc_ledger_history_purchase.class.php:272 msgid "privé" msgstr "Private" @@ -22068,6 +24146,8 @@ msgstr "Private" #: include/class/acc_ledger_purchase.class.php:1439 #: include/class/acc_ledger_sold.class.php:720 #: include/class/acc_ledger_purchase.class.php:1442 +#: include/class/acc_ledger_purchase.class.php:1453 +#: include/class/acc_ledger_sold.class.php:723 msgid "prix" msgstr "price" @@ -22081,6 +24161,8 @@ msgstr "price" #: include/template/detail-action.php:314 #: include/template/detail-action.php:318 #: include/template/detail-action.php:317 +#: include/template/follow_up_detail_display.php:52 +#: include/template/newEmptyPHP_NOALYSS.php:37 msgid "prix unitaire" msgstr "Price unit" @@ -22088,6 +24170,7 @@ msgstr "Price unit" #: include/template/predf_ledger_detail.php:26 #: include/template/form_ledger_detail.php:77 #: include/template/form_ledger_detail.php:81 +#: include/template/form_ledger_detail.php:84 msgid "prix/unité " msgstr "price / unit" @@ -22095,14 +24178,15 @@ msgstr "price / unit" #: include/template/predf_ledger_detail.php:19 #: include/template/form_ledger_detail.php:70 #: include/template/form_ledger_detail.php:74 +#: include/template/form_ledger_detail.php:77 msgid "prix/unité htva" msgstr "price / unit without vat" -#: include/param_sec.inc.php:86 +#: include/param_sec.inc.php:86 include/param_sec.inc.php:87 msgid "profil" msgstr "Profile" -#: include/param_sec.inc.php:85 +#: include/param_sec.inc.php:85 include/param_sec.inc.php:86 msgid "prénom" msgstr "First Name" @@ -22113,6 +24197,7 @@ msgstr "period between% s [% s] and [% s]" #: include/ext/amortis/raw.php:100 include/export/export_histo_csv.php:41 #: include/export/export_histo_csv.php:42 +#: include/export/export_histo_csv.php:45 msgid "qcode" msgstr "QCode" @@ -22176,6 +24261,13 @@ msgstr "QCode" #: include/class/acc_ledger_purchase.class.php:1849 #: include/class/acc_ledger_sold.class.php:1429 #: include/class/acc_ledger_purchase.class.php:1855 +#: include/class/acc_ledger_purchase.class.php:1454 +#: include/class/acc_ledger_purchase.class.php:1892 +#: include/class/acc_ledger_sold.class.php:724 +#: include/class/acc_ledger_sold.class.php:1414 +#: include/template/follow_up_detail_display.php:53 +#: include/template/form_ledger_detail.php:85 +#: include/template/newEmptyPHP_NOALYSS.php:38 msgid "quantité" msgstr "quantity" @@ -22200,9 +24292,15 @@ msgstr "Reconciliation" #: include/contact.inc.php:98 include/manager.inc.php:105 #: include/template/action_search.php:152 include/customer.inc.php:103 #: include/template/action_search.php:148 scenario/select-box-test.php:62 +#: include/template/action_search.php:161 include/contact.inc.php:99 +#: include/template/action_search.php:163 msgid "recherche" msgstr "Search" +#: include/template/card_multiple_result.php:10 +msgid "recherche rapide" +msgstr "Search" + #: include/export_fiche_balance_csv.php:140 include/fiche.inc.php:438 #: include/fiche.inc.php:443 include/fiche.inc.php:445 #: include/fiche.inc.php:513 include/fiche.inc.php:516 @@ -22210,13 +24308,15 @@ msgstr "Search" #: include/export/export_fiche_balance_csv.php:153 #: include/export/export_fiche_balance_csv.php:154 include/fiche.inc.php:517 #: include/fiche.inc.php:519 include/fiche.inc.php:528 -#: include/class/print_ledger_simple.class.php:101 +#: include/class/print_ledger_simple.class.php:101 include/fiche.inc.php:541 +#: include/class/print_ledger_simple.class.php:98 msgid "ref" msgstr "Ref" #: html/admin/setup.php:357 html/install.php:421 html/install.php:420 #: html/install.php:418 html/install.php:424 html/install.php:430 #: html/install.php:394 html/install.php:361 html/install.php:364 +#: html/install.php:413 html/install.php:419 msgid "register_globals doit être à off" msgstr "register_globals must be set to off" @@ -22227,6 +24327,7 @@ msgid "report" msgstr "Reporting" #: include/param_sec.inc.php:135 include/param_sec.inc.php:141 +#: include/category_followup.inc.php:50 include/param_sec.inc.php:146 msgid "retour" msgstr "Return" @@ -22243,9 +24344,14 @@ msgstr "new line" #: include/ajax_mod_periode.php:59 include/ajax/ajax_mod_periode.php:59 #: include/ajax/ajax_periode.php:175 include/class/periode.class.php:706 #: include/class/periode.class.php:708 include/class/periode.class.php:710 +#: include/class/periode.class.php:711 include/class/periode.class.php:712 msgid "sauver" msgstr "Save" +#: include/lib/iconcerned.class.php:99 +msgid "setSingleOperation failed" +msgstr "setSingleOperation failed" + #: include/fiche_def.inc.php:69 #: include/class/template_card_category.class.php:105 msgid "" @@ -22258,7 +24364,8 @@ msgstr "" #: html/admin/setup.php:539 html/install.php:603 html/install.php:604 #: html/install.php:611 html/install.php:627 html/install.php:619 #: html/install.php:625 html/install.php:587 html/install.php:577 -#: html/install.php:583 html/install.php:586 +#: html/install.php:583 html/install.php:586 html/install.php:636 +#: html/install.php:642 msgid "" "soit noalyss/contrib/mono-dossier/mono-belge.sql pour la comptabilité belge" msgstr "or noalyss/contrib/mono-dossier/mono-belge.sql for belgian accountancy" @@ -22266,7 +24373,8 @@ msgstr "or noalyss/contrib/mono-dossier/mono-belge.sql for belgian accountancy" #: html/admin/setup.php:538 html/install.php:602 html/install.php:603 #: html/install.php:610 html/install.php:626 html/install.php:618 #: html/install.php:624 html/install.php:586 html/install.php:576 -#: html/install.php:582 html/install.php:585 +#: html/install.php:582 html/install.php:585 html/install.php:635 +#: html/install.php:641 msgid "" "soit noalyss/contrib/mono-dossier/mono-france.sql pour la comptabilité " "française" @@ -22275,16 +24383,18 @@ msgstr "or noalyss/contrib/mono-dossier/mono-france.sql for french accountancy" #: html/admin/setup.php:540 html/install.php:604 html/install.php:605 #: html/install.php:612 html/install.php:628 html/install.php:620 #: html/install.php:626 html/install.php:588 html/install.php:578 -#: html/install.php:584 html/install.php:587 +#: html/install.php:584 html/install.php:587 html/install.php:637 +#: html/install.php:643 msgid "soit y restaurer un backup ou un modèle" msgstr "or restore un backup or a template" #: include/export/export_fiche_balance_csv.php:57 include/fiche.inc.php:587 -#: include/fiche.inc.php:596 +#: include/fiche.inc.php:596 include/fiche.inc.php:609 msgid "solde" msgstr "Balance" #: include/fiche.inc.php:592 include/fiche.inc.php:601 +#: include/fiche.inc.php:614 msgid "solde crediteur" msgstr "Total credit" @@ -22298,12 +24408,15 @@ msgstr "Total credit" #: include/class/fiche.class.php:1407 include/class/fiche.class.php:1536 #: include/class/fiche.class.php:1421 include/class/fiche.class.php:1552 #: include/class/fiche.class.php:1422 include/class/fiche.class.php:1553 +#: include/class/fiche.class.php:1449 include/class/fiche.class.php:1579 +#: include/class/acc_account_ledger.class.php:467 msgid "solde créditeur" msgstr "Total credit" #: include/class/acc_ledger_history_generic.class.php:668 #: include/class/acc_ledger_history_generic.class.php:669 #: include/class/acc_ledger_history_generic.class.php:672 +#: include/class/acc_ledger_history_generic.class.php:673 msgid "solde créditeur:" msgstr "Sum credit" @@ -22318,12 +24431,16 @@ msgstr "Sum credit" #: include/fiche.inc.php:590 include/class/fiche.class.php:1421 #: include/class/fiche.class.php:1552 include/fiche.inc.php:599 #: include/class/fiche.class.php:1422 include/class/fiche.class.php:1553 +#: include/fiche.inc.php:612 include/class/fiche.class.php:1449 +#: include/class/fiche.class.php:1579 +#: include/class/acc_account_ledger.class.php:467 msgid "solde débiteur" msgstr "Total debit" #: include/class/acc_ledger_history_generic.class.php:667 #: include/class/acc_ledger_history_generic.class.php:668 #: include/class/acc_ledger_history_generic.class.php:671 +#: include/class/acc_ledger_history_generic.class.php:672 msgid "solde débiteur:" msgstr "Sum debit" @@ -22365,6 +24482,7 @@ msgstr "text" #: include/class/acc_ledger.class.php:202 #: include/class/acc_ledger.class.php:203 #: include/class/acc_ledger.class.php:221 +#: include/class/acc_ledger.class.php:220 msgid "this->jr_id is not set ou opération inconnue" msgstr "Unknown operation" @@ -22376,6 +24494,8 @@ msgstr "Unknown operation" #: include/class/acc_ledger_search.class.php:938 #: include/class/acc_ledger_search.class.php:946 #: include/class/acc_ledger_search.class.php:959 +#: include/class/acc_ledger_search.class.php:1048 +#: include/class/acc_ledger_search.class.php:1071 msgid "tiers" msgstr "Tiers" @@ -22383,6 +24503,7 @@ msgstr "Tiers" #: include/template/predf_ledger_detail.php:23 #: include/template/form_ledger_detail.php:74 #: include/template/form_ledger_detail.php:78 +#: include/template/form_ledger_detail.php:81 msgid "tot.tva" msgstr "tot. vat" @@ -22410,10 +24531,11 @@ msgstr "Total" #: include/export/export_fiche_detail_csv.php:182 #: include/export/export_fiche_detail_pdf.php:122 #: include/export/export_poste_detail_pdf.php:138 +#: include/export/export_poste_detail_pdf.php:139 msgid "totaux" msgstr "Total" -#: include/database.item.php:141 +#: include/database.item.php:141 include/database.item.php:140 msgid "totaux par TVA et par journal" msgstr "Total VAT by ledger" @@ -22443,6 +24565,9 @@ msgstr "all_cards.pdf" #: include/class/acc_ledger_purchase.class.php:1444 #: include/class/acc_ledger_sold.class.php:725 #: include/class/acc_ledger_purchase.class.php:1447 +#: include/class/acc_ledger_purchase.class.php:1458 +#: include/class/acc_ledger_sold.class.php:728 +#: include/template/form_ledger_detail.php:80 msgid "tva" msgstr "vat" @@ -22453,7 +24578,8 @@ msgstr "vat" #: html/ajax_misc.php:405 html/ajax_misc.php:512 html/ajax_misc.php:517 #: html/ajax_misc.php:514 html/ajax_misc.php:519 html/ajax_misc.php:520 #: html/ajax_misc.php:525 html/ajax_misc.php:522 html/ajax_misc.php:527 -#: html/ajax_misc.php:526 html/ajax_misc.php:531 +#: html/ajax_misc.php:526 html/ajax_misc.php:531 html/ajax_misc.php:491 +#: html/ajax_misc.php:496 html/ajax_misc.php:499 html/ajax_misc.php:504 msgid "tva inconnue" msgstr "VAT unknown" @@ -22464,6 +24590,7 @@ msgstr "VAT unknown" #: include/class/acc_ledger_history_purchase.class.php:258 #: include/class/acc_ledger_history_purchase.class.php:259 #: include/class/acc_ledger_history_purchase.class.php:263 +#: include/class/acc_ledger_history_purchase.class.php:274 msgid "tva non ded." msgstr "TVA not deductible" @@ -22471,6 +24598,7 @@ msgstr "TVA not deductible" #: include/template/predf_ledger_detail.php:24 #: include/template/form_ledger_detail.php:75 #: include/template/form_ledger_detail.php:79 +#: include/template/form_ledger_detail.php:82 msgid "tvac" msgstr "VAT included" @@ -22502,6 +24630,10 @@ msgstr "unknown type of ledger" msgid "téléphone " msgstr "phone" +#: unit-test/include/class/tax_summary.Test.php:110 +msgid "unknow jrn_type" +msgstr "Unknown type" + #: include/ajax/ajax_preference.php:219 include/ajax/ajax_preference.php:230 msgid "utf8" msgstr "utf8" @@ -22549,6 +24681,8 @@ msgstr "Do you confirm" #: include/template/ledger_detail_bottom.php:178 #: include/template/ledger_detail_bottom.php:195 #: include/template/ledger_detail_bottom.php:192 +#: include/template/ledger_detail_bottom.php:211 +#: include/template/ledger_detail_bottom.php:212 msgid "vous confirmez?" msgstr "Do you confirm" @@ -22770,9 +24904,6 @@ msgstr "Step 4" #~ msgid "Impression catégorie de fiches" #~ msgstr "Print category of card" -#~ msgid "Interdit" -#~ msgstr "Forbidden" - #~ msgid "Journal de vente, produit et recette" #~ msgstr "Ledger of sale" @@ -22810,9 +24941,6 @@ msgstr "Step 4" #~ msgid "Liste des achats" #~ msgstr "List of purchase" -#~ msgid "Liste des tâches" -#~ msgstr "Todo list" - #~ msgid "Liste des ventes" #~ msgstr "List sales" @@ -22828,9 +24956,6 @@ msgstr "Step 4" #~ msgid "Liste vente non payées" #~ msgstr "List unpaid sales" -#~ msgid "Liste ventes" -#~ msgstr "List Sales" - #~ msgid "Listing des opérations" #~ msgstr "Listing of operation" @@ -22915,9 +25040,6 @@ msgstr "Step 4" #~ msgid "Recette" #~ msgstr "Income" -#~ msgid "Recherche :" -#~ msgstr "search :" - #~ msgid "Retour au tableau de bord" #~ msgstr "return to the dashboard" diff --git a/html/lang/messages.po b/html/lang/messages.po index dfd0d16a1..0b1291009 100644 --- a/html/lang/messages.po +++ b/html/lang/messages.po @@ -3,13 +3,12 @@ # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # -#: include/database.item.php:126 #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-26 13:23+0200\n" +"POT-Creation-Date: 2020-11-13 08:52+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -32,7 +31,8 @@ msgstr "" #: include/ext/importbank/include/import_bank.class.php:490 #: include/ajax/ajax_card.php:148 include/class/fiche.class.php:661 #: include/class/fiche.class.php:663 include/class/fiche.class.php:662 -#: include/ajax/ajax_card.php:148 include/class/fiche.class.php:663 +#: include/class/fiche.class.php:681 include/ajax/ajax_card.php:151 +#: include/class/fiche.class.php:681 include/ajax/ajax_card.php:151 msgid "Fiche non trouvée" msgstr "" @@ -52,8 +52,10 @@ msgstr "" #: include/database.item.php:11 include/ajax/ajax_card.php:166 #: include/database.item.php:5 include/database.item.php:98 #: include/ext/import-winbook/index.php:66 include/fiche.inc.php:65 -#: include/ajax/ajax_card.php:167 include/database.item.php:5 -#: include/database.item.php:98 include/fiche.inc.php:65 +#: include/ajax/ajax_card.php:167 include/ajax/ajax_card.php:170 +#: include/database.item.php:4 include/database.item.php:97 +#: include/fiche.inc.php:65 include/ajax/ajax_card.php:170 +#: include/database.item.php:4 include/database.item.php:97 msgid "Historique" msgstr "" @@ -61,6 +63,7 @@ msgstr "" #: html/ajax_card.php:192 include/ajax/ajax_card.php:172 #: include/ajax/ajax_card.php:173 include/ajax/ajax_card.php:176 #: include/ajax/ajax_card.php:182 include/ajax/ajax_card.php:183 +#: include/ajax/ajax_card.php:186 include/ajax/ajax_card.php:186 msgid "Aucune fiche demandée" msgstr "" @@ -90,6 +93,16 @@ msgstr "" #: include/ajax/ajax_card.php:214 include/ajax/ajax_card.php:369 #: include/ajax/ajax_card.php:527 include/ajax/ajax_card.php:582 #: include/ajax/ajax_card.php:594 include/ajax/ajax_card.php:624 +#: include/ajax/ajax_card.php:220 include/ajax/ajax_card.php:402 +#: include/ajax/ajax_card.php:603 include/ajax/ajax_card.php:658 +#: include/ajax/ajax_card.php:673 include/ajax/ajax_card.php:702 +#: include/ajax/ajax_card.php:738 include/ajax/ajax_card.php:602 +#: include/ajax/ajax_card.php:657 include/ajax/ajax_card.php:672 +#: include/ajax/ajax_card.php:701 include/ajax/ajax_card.php:737 +#: include/ajax/ajax_card.php:220 include/ajax/ajax_card.php:402 +#: include/ajax/ajax_card.php:602 include/ajax/ajax_card.php:657 +#: include/ajax/ajax_card.php:672 include/ajax/ajax_card.php:701 +#: include/ajax/ajax_card.php:737 msgid "Action interdite" msgstr "" @@ -101,7 +114,9 @@ msgstr "" #: include/ajax/ajax_card.php:377 include/ajax/ajax_card.php:261 #: include/ajax/ajax_card.php:410 include/ajax/ajax_card.php:264 #: include/ajax/ajax_card.php:413 include/ajax/ajax_card.php:265 -#: include/ajax/ajax_card.php:414 +#: include/ajax/ajax_card.php:414 include/ajax/ajax_card.php:271 +#: include/ajax/ajax_card.php:468 include/ajax/ajax_card.php:467 +#: include/ajax/ajax_card.php:271 include/ajax/ajax_card.php:467 msgid "" "Aucune catégorie de fiche ne correspond à votre demande, le journal pourrait " "n'avoir accès à aucune fiche" @@ -111,6 +126,7 @@ msgstr "" #: html/ajax_card.php:286 include/ajax/ajax_card.php:266 #: include/ajax/ajax_card.php:267 include/ajax/ajax_card.php:273 #: include/ajax/ajax_card.php:275 include/ajax/ajax_card.php:276 +#: include/ajax/ajax_card.php:282 include/ajax/ajax_card.php:282 msgid "Aucune catégorie de fiche ne correspond à votre demande" msgstr "" @@ -121,7 +137,8 @@ msgstr "" #: include/ajax/ajax_card.php:347 include/ajax/ajax_add_concerned_card.php:50 #: include/ajax/ajax_card.php:380 include/ajax/ajax_add_concerned_card.php:54 #: include/ajax/ajax_card.php:383 include/ajax/ajax_card.php:384 -#: include/ajax/ajax_add_concerned_card.php:54 +#: include/ajax/ajax_card.php:417 include/ajax/ajax_add_concerned_card.php:64 +#: include/ajax/ajax_card.php:417 include/ajax/ajax_add_concerned_card.php:64 msgid "Fiche contenant" msgstr "" @@ -195,21 +212,36 @@ msgstr "" #: include/ajax/ajax_search_operation.php:66 #: include/ajax/ajax_search_operation.php:74 include/ajax/ajax_poste.php:63 #: include/fiche.inc.php:86 include/class/acc_ledger_search.class.php:556 -#: html/recherche.php:82 include/template/action_show.php:33 +#: include/ajax/ajax_card.php:386 include/database.item.php:57 +#: html/recherche.php:87 include/class/acc_ledger_search.class.php:642 +#: include/lettering.account.inc.php:107 include/ajax/ajax_card.php:419 +#: include/ajax/ajax_search_operation.php:67 +#: include/ajax/ajax_search_operation.php:75 +#: include/ajax/ajax_anc_search.php:61 +#: include/ajax/ajax_add_concerned_card.php:90 +#: include/template/action_button.php:35 include/database.item.php:96 +#: include/lettering.card.inc.php:104 include/lib/html_input.class.php:984 +#: include/lib/html_input.class.php:1004 include/lib/html_input.class.php:1021 +#: include/upgrade-plugin.php:55 include/class/acc_ledger_search.class.php:665 +#: include/lib/html_input.class.php:985 include/lib/html_input.class.php:1005 +#: include/lib/html_input.class.php:1022 html/recherche.php:87 +#: include/fiche.inc.php:86 include/anc_acc_table.inc.php:15 +#: include/anc_group_balance.inc.php:16 +#: include/class/acc_ledger_search.class.php:665 +#: include/lettering.account.inc.php:107 include/ajax/ajax_card.php:419 +#: include/ajax/ajax_admin.php:144 include/ajax/ajax_search_operation.php:67 +#: include/ajax/ajax_search_operation.php:75 +#: include/ajax/ajax_anc_search.php:49 include/ajax/ajax_anc_search.php:61 +#: include/ajax/ajax_poste.php:63 include/ajax/ajax_add_concerned_card.php:90 +#: include/template/action_button.php:35 include/template/action_show.php:33 #: include/template/stock_histo_search.php:30 #: include/template/stock_histo_search.php:68 -#: include/template/action_button.php:39 include/anc_acc_balance.inc.php:15 -#: include/anc_group_balance.inc.php:16 include/anc_acc_table.inc.php:15 -#: include/ajax/ajax_card.php:386 include/ajax/ajax_admin.php:144 -#: include/ajax/ajax_add_concerned_card.php:56 -#: include/ajax/ajax_search_operation.php:66 -#: include/ajax/ajax_search_operation.php:74 include/ajax/ajax_poste.php:63 -#: include/ajax/ajax_anc_search.php:49 include/ajax/ajax_anc_search.php:58 -#: include/menu.inc.php:140 include/menu.inc.php:143 -#: include/database.item.php:57 include/database.item.php:97 -#: include/lettering.gestion.inc.php:53 include/fiche.inc.php:86 -#: include/class/acc_ledger_search.class.php:556 -#: include/lettering.account.inc.php:105 include/lettering.card.inc.php:102 +#: include/lettering.gestion.inc.php:53 include/database.item.php:56 +#: include/database.item.php:96 include/lettering.card.inc.php:104 +#: include/anc_acc_balance.inc.php:15 include/lib/html_input.class.php:985 +#: include/lib/html_input.class.php:1005 include/lib/html_input.class.php:1022 +#: include/upgrade-plugin.php:55 include/menu.inc.php:140 +#: include/menu.inc.php:143 #, php-format msgid "Recherche" msgstr "" @@ -226,7 +258,9 @@ msgstr "" #: include/ajax/ajax_card.php:373 include/ajax/ajax_card.php:374 #: include/ajax/ajax_card.php:375 include/ajax/ajax_card.php:408 #: include/ajax/ajax_card.php:411 include/fiche.inc.php:93 -#: include/ajax/ajax_card.php:412 include/fiche.inc.php:93 +#: include/ajax/ajax_card.php:412 include/ajax/ajax_card.php:466 +#: include/ajax/ajax_card.php:465 include/fiche.inc.php:93 +#: include/ajax/ajax_card.php:465 msgid "Recherche de fiche" msgstr "" @@ -235,6 +269,8 @@ msgstr "" #: include/ajax/ajax_card.php:439 include/ajax/ajax_card.php:440 #: include/ajax/ajax_card.php:441 include/ajax/ajax_card.php:474 #: include/ajax/ajax_card.php:478 include/ajax/ajax_card.php:479 +#: include/ajax/ajax_card.php:555 include/ajax/ajax_card.php:554 +#: include/ajax/ajax_card.php:554 msgid " de clients" msgstr "" @@ -243,6 +279,8 @@ msgstr "" #: include/ajax/ajax_card.php:443 include/ajax/ajax_card.php:444 #: include/ajax/ajax_card.php:445 include/ajax/ajax_card.php:478 #: include/ajax/ajax_card.php:482 include/ajax/ajax_card.php:483 +#: include/ajax/ajax_card.php:559 include/ajax/ajax_card.php:558 +#: include/ajax/ajax_card.php:558 msgid " de fournisseurs" msgstr "" @@ -251,6 +289,8 @@ msgstr "" #: include/ajax/ajax_card.php:447 include/ajax/ajax_card.php:448 #: include/ajax/ajax_card.php:449 include/ajax/ajax_card.php:482 #: include/ajax/ajax_card.php:486 include/ajax/ajax_card.php:487 +#: include/ajax/ajax_card.php:563 include/ajax/ajax_card.php:562 +#: include/ajax/ajax_card.php:562 msgid " d'administration" msgstr "" @@ -292,7 +332,8 @@ msgstr "" #: include/ext/rapport_avance/include/formulaire_param_detail.class.php:368 #: include/ajax/ajax_card.php:506 include/class/acc_report.class.php:151 #: include/ajax/ajax_card.php:510 include/ajax/ajax_card.php:511 -#: include/class/acc_report.class.php:151 +#: include/ajax/ajax_card.php:587 include/ajax/ajax_card.php:586 +#: include/class/acc_report.class.php:151 include/ajax/ajax_card.php:586 msgid "Recherche poste" msgstr "" @@ -335,13 +376,16 @@ msgstr "" #: include/class/fiche_def.class.php:812 include/cfgledger.inc.php:134 #: include/template/dashboard.php:350 include/ajax/ajax_card.php:203 #: include/ajax/ajax_card.php:517 include/ajax/ajax_mod_predf_op.php:54 -#: include/cfgledger.inc.php:137 include/template/pcmn_update.php:53 -#: include/template/dashboard.php:350 -#: include/template/todo_list_display.php:105 include/cfgledger.inc.php:137 -#: include/compta_fin.inc.php:149 include/ajax/ajax_mod_predf_op.php:54 -#: include/ajax/ajax_card.php:204 include/ajax/ajax_card.php:518 +#: include/cfgledger.inc.php:137 include/ajax/ajax_card.php:204 +#: include/ajax/ajax_card.php:518 include/ajax/ajax_mod_predf_op.php:67 +#: include/ajax/ajax_card.php:207 include/ajax/ajax_card.php:594 +#: include/company.inc.php:163 include/ajax/ajax_card.php:593 +#: include/class/fiche_def.class.php:812 include/ajax/ajax_mod_predf_op.php:67 +#: include/ajax/ajax_card.php:207 include/ajax/ajax_card.php:593 +#: include/compta_fin.inc.php:149 include/template/todo_list_display.php:105 +#: include/template/pcmn_update.php:53 include/template/dashboard.php:350 #: include/report.inc.php:88 include/report.inc.php:103 -#: include/company.inc.php:149 include/class/fiche_def.class.php:812 +#: include/company.inc.php:163 include/cfgledger.inc.php:137 msgid "Sauve" msgstr "" @@ -350,7 +394,8 @@ msgstr "" #: html/ajax_card.php:530 html/ajax_card.php:529 include/ajax/ajax_card.php:509 #: include/ajax/ajax_card.php:510 include/ajax/ajax_card.php:511 #: include/ajax/ajax_card.php:544 include/ajax/ajax_card.php:548 -#: include/ajax/ajax_card.php:563 +#: include/ajax/ajax_card.php:563 include/ajax/ajax_card.php:639 +#: include/ajax/ajax_card.php:638 include/ajax/ajax_card.php:638 msgid "Catégorie existe déjà" msgstr "" @@ -359,7 +404,8 @@ msgstr "" #: html/ajax_card.php:532 html/ajax_card.php:531 include/ajax/ajax_card.php:511 #: include/ajax/ajax_card.php:512 include/ajax/ajax_card.php:513 #: include/ajax/ajax_card.php:546 include/ajax/ajax_card.php:550 -#: include/ajax/ajax_card.php:567 +#: include/ajax/ajax_card.php:567 include/ajax/ajax_card.php:643 +#: include/ajax/ajax_card.php:642 include/ajax/ajax_card.php:642 msgid "Catégorie sauvée" msgstr "" @@ -375,7 +421,11 @@ msgstr "" #: include/ajax/ajax_card.php:539 include/ajax/ajax_card.php:540 #: include/ajax/ajax_card.php:573 include/ajax/ajax_card.php:577 #: include/ajax/ajax_card.php:607 include/ajax/ajax_card.php:600 -#: include/ajax/ajax_card.php:630 +#: include/ajax/ajax_card.php:630 include/ajax/ajax_card.php:679 +#: include/ajax/ajax_card.php:708 include/ajax/ajax_card.php:744 +#: include/ajax/ajax_card.php:678 include/ajax/ajax_card.php:707 +#: include/ajax/ajax_card.php:743 include/ajax/ajax_card.php:678 +#: include/ajax/ajax_card.php:707 include/ajax/ajax_card.php:743 msgid "Fiche non valide" msgstr "" @@ -386,14 +436,19 @@ msgstr "" #: include/ajax/ajax_ledger.php:96 include/ajax/ajax_ledger.php:118 #: include/ajax/ajax_ledger.php:103 include/ajax/ajax_ledger.php:125 #: include/template/ledger_detail_bottom.php:37 include/ext/tva/ajax.php:101 -#: include/ext/tva/ajax.php:200 include/template/ledger_detail_bottom.php:37 -#: include/ajax/ajax_ledger.php:104 include/ajax/ajax_ledger.php:126 +#: include/ext/tva/ajax.php:200 include/ajax/ajax_ledger.php:104 +#: include/ajax/ajax_ledger.php:126 +#: include/template/ledger_detail_bottom.php:42 +#: include/ajax/ajax_ledger.php:105 include/ajax/ajax_ledger.php:127 +#: include/ajax/ajax_ledger.php:105 include/ajax/ajax_ledger.php:127 +#: include/template/ledger_detail_bottom.php:42 msgid "Information" msgstr "" #: html/ajax_ledger.php:156 html/ajax_ledger.php:174 html/ajax_ledger.php:175 #: include/ajax/ajax_ledger.php:152 include/ajax/ajax_ledger.php:155 #: include/ajax/ajax_ledger.php:159 include/ajax/ajax_ledger.php:160 +#: include/ajax/ajax_ledger.php:161 include/ajax/ajax_ledger.php:161 msgid "Opération Effacée" msgstr "" @@ -401,7 +456,8 @@ msgstr "" #: html/ajax_ledger.php:223 html/ajax_ledger.php:225 #: include/ajax/ajax_ledger.php:202 include/ajax/ajax_ledger.php:205 #: include/ajax/ajax_ledger.php:207 include/ajax/ajax_ledger.php:211 -#: include/ajax/ajax_ledger.php:212 +#: include/ajax/ajax_ledger.php:212 include/ajax/ajax_ledger.php:213 +#: include/ajax/ajax_ledger.php:213 msgid "Désolé il y a une erreur" msgstr "" @@ -409,7 +465,8 @@ msgstr "" #: html/ajax_ledger.php:277 html/ajax_ledger.php:279 #: include/ajax/ajax_ledger.php:256 include/ajax/ajax_ledger.php:259 #: include/ajax/ajax_ledger.php:261 include/ajax/ajax_ledger.php:265 -#: include/ajax/ajax_ledger.php:266 +#: include/ajax/ajax_ledger.php:266 include/ajax/ajax_ledger.php:267 +#: include/ajax/ajax_ledger.php:267 msgid "Aucun fichier" msgstr "" @@ -443,12 +500,18 @@ msgstr "" #: include/template/ledger_detail_bottom.php:39 #: include/class/acc_ledger_search.class.php:702 #: include/class/acc_ledger_search.class.php:696 -#: include/class/acc_ledger_search.class.php:709 -#: include/template/ledger_detail_bottom.php:39 include/compta_ven.inc.php:186 +#: include/class/acc_ledger_search.class.php:709 include/compta_ven.inc.php:186 #: include/ajax/ajax_ledger.php:323 include/ajax/ajax_ledger.php:352 -#: include/database.item.php:89 include/class/document.class.php:172 -#: include/class/acc_ledger_search.class.php:709 include/compta_ach.inc.php:174 -#: include/operation_ods_confirm.inc.php:52 +#: include/compta_ach.inc.php:174 include/class/document.class.php:177 +#: include/class/acc_ledger_search.class.php:795 include/compta_ach.inc.php:173 +#: include/template/ledger_detail_bottom.php:44 include/database.item.php:88 +#: include/class/acc_ledger_search.class.php:818 +#: include/ajax/ajax_ledger.php:324 include/ajax/ajax_ledger.php:353 +#: include/compta_ven.inc.php:186 include/class/document.class.php:177 +#: include/class/acc_ledger_search.class.php:818 +#: include/ajax/ajax_ledger.php:324 include/ajax/ajax_ledger.php:353 +#: include/compta_ach.inc.php:173 include/template/ledger_detail_bottom.php:44 +#: include/database.item.php:88 include/operation_ods_confirm.inc.php:52 msgid "Document" msgstr "" @@ -462,7 +525,8 @@ msgstr "" #: include/ajax/ajax_ledger.php:504 include/ajax/ajax_ledger.php:508 #: include/anc_od.inc.php:121 include/ajax/ajax_ledger.php:509 #: include/ext/modop/modop_save.php:165 include/ajax/ajax_ledger.php:510 -#: include/anc_od.inc.php:121 include/stock_inv.inc.php:40 +#: include/ajax/ajax_ledger.php:511 include/ajax/ajax_ledger.php:511 +#: include/stock_inv.inc.php:40 include/anc_od.inc.php:121 msgid "Opération sauvée" msgstr "" @@ -470,7 +534,8 @@ msgstr "" #: html/ajax_ledger.php:522 html/ajax_ledger.php:529 html/ajax_ledger.php:531 #: include/ajax/ajax_ledger.php:508 include/ajax/ajax_ledger.php:511 #: include/ajax/ajax_ledger.php:515 include/ajax/ajax_ledger.php:516 -#: include/ajax/ajax_ledger.php:517 +#: include/ajax/ajax_ledger.php:517 include/ajax/ajax_ledger.php:518 +#: include/ajax/ajax_ledger.php:518 msgid "" "Changement impossible: on ne peut pas changer la date dans une période fermée" msgstr "" @@ -479,7 +544,8 @@ msgstr "" #: html/ajax_ledger.php:564 html/ajax_ledger.php:576 html/ajax_ledger.php:578 #: include/ajax/ajax_ledger.php:555 include/ajax/ajax_ledger.php:558 #: include/ajax/ajax_ledger.php:563 include/ajax/ajax_ledger.php:568 -#: include/ajax/ajax_ledger.php:569 +#: include/ajax/ajax_ledger.php:569 include/ajax/ajax_ledger.php:570 +#: include/ajax/ajax_ledger.php:570 msgid "Opération extournée" msgstr "" @@ -492,7 +558,8 @@ msgstr "" #: include/class/pdf_operation.class.php:194 #: include/class/pdf_operation.class.php:247 html/ajax_misc.php:456 #: html/ajax_misc.php:458 html/ajax_misc.php:464 html/ajax_misc.php:466 -#: html/ajax_misc.php:470 include/class/pdf_operation.class.php:149 +#: html/ajax_misc.php:470 html/ajax_misc.php:435 html/ajax_misc.php:443 +#: html/ajax_misc.php:443 include/class/pdf_operation.class.php:149 #: include/class/pdf_operation.class.php:194 #: include/class/pdf_operation.class.php:247 msgid "code" @@ -509,7 +576,19 @@ msgstr "" #: include/export/export_printtva_csv.php:41 #: include/export/export_printtva_csv.php:60 #: include/export/export_printtva_pdf.php:57 -#: include/export/export_printtva_pdf.php:212 +#: include/export/export_printtva_pdf.php:212 html/ajax_misc.php:436 +#: include/export/export_printtva_pdf.php:59 +#: include/export/export_printtva_pdf.php:216 +#: include/export/export_printtva_csv.php:53 +#: include/export/export_printtva_csv.php:72 html/ajax_misc.php:444 +#: html/ajax_misc.php:444 include/export/export_printtva_pdf.php:59 +#: include/export/export_printtva_pdf.php:216 +#: include/export/export_printtva_csv.php:53 +#: include/export/export_printtva_csv.php:72 +#: include/template/tax_summary_display.php:61 +#: include/template/tax_summary_display.php:119 +#: include/template/tax_summary_display.php:209 +#: include/template/tax_summary_display.php:291 msgid "Taux" msgstr "" @@ -517,6 +596,7 @@ msgstr "" #: html/ajax_misc.php:235 html/ajax_misc.php:313 html/ajax_misc.php:318 #: html/ajax_misc.php:346 html/ajax_misc.php:458 html/ajax_misc.php:460 #: html/ajax_misc.php:466 html/ajax_misc.php:468 html/ajax_misc.php:472 +#: html/ajax_misc.php:437 html/ajax_misc.php:445 html/ajax_misc.php:445 msgid "Symbole" msgstr "" @@ -524,6 +604,7 @@ msgstr "" #: html/ajax_misc.php:236 html/ajax_misc.php:314 html/ajax_misc.php:319 #: html/ajax_misc.php:347 html/ajax_misc.php:459 html/ajax_misc.php:461 #: html/ajax_misc.php:467 html/ajax_misc.php:469 html/ajax_misc.php:473 +#: html/ajax_misc.php:438 html/ajax_misc.php:446 html/ajax_misc.php:446 msgid "Explication" msgstr "" @@ -534,7 +615,9 @@ msgstr "" #: html/ajax_misc.php:405 html/ajax_misc.php:512 html/ajax_misc.php:517 #: html/ajax_misc.php:514 html/ajax_misc.php:519 html/ajax_misc.php:520 #: html/ajax_misc.php:525 html/ajax_misc.php:522 html/ajax_misc.php:527 -#: html/ajax_misc.php:526 html/ajax_misc.php:531 +#: html/ajax_misc.php:526 html/ajax_misc.php:531 html/ajax_misc.php:491 +#: html/ajax_misc.php:496 html/ajax_misc.php:499 html/ajax_misc.php:504 +#: html/ajax_misc.php:499 html/ajax_misc.php:504 msgid "tva inconnue" msgstr "" @@ -571,14 +654,16 @@ msgstr "" #: html/do.php:302 html/user_login.php:71 include/cfgledger.inc.php:138 #: include/modele.inc.php:403 include/modele.inc.php:443 #: include/ajax/ajax_display_letter.php:39 include/cfgledger.inc.php:141 -#: include/ext/tva/ajax.php:35 html/do.php:312 html/do.php:281 html/do.php:281 -#: html/user_login.php:71 include/cfgledger.inc.php:141 -#: include/dossier.inc.php:383 include/dossier.inc.php:426 -#: include/ajax/ajax_get_profile.php:50 include/ajax/ajax_display_letter.php:39 -#: include/modele.inc.php:72 include/modele.inc.php:404 -#: include/modele.inc.php:444 include/report.inc.php:129 -#: include/forecast.inc.php:351 include/opening.inc.php:177 -#: include/restore.inc.php:51 +#: include/ext/tva/ajax.php:35 html/do.php:312 html/do.php:281 +#: include/modele.inc.php:404 include/modele.inc.php:444 html/do.php:283 +#: include/ajax/ajax_display_letter.php:53 include/dossier.inc.php:387 +#: include/dossier.inc.php:431 html/user_login.php:71 html/do.php:283 +#: include/opening.inc.php:177 include/ajax/ajax_display_letter.php:53 +#: include/ajax/ajax_get_profile.php:50 include/modele.inc.php:72 +#: include/modele.inc.php:404 include/modele.inc.php:444 +#: include/forecast.inc.php:351 include/restore.inc.php:51 +#: include/dossier.inc.php:387 include/dossier.inc.php:431 +#: include/report.inc.php:129 include/cfgledger.inc.php:141 msgid "Retour" msgstr "" @@ -594,10 +679,11 @@ msgstr "" #: include/export/export_gl_csv.php:90 include/template/letter_prop.php:65 #: include/category_card.inc.php:79 include/export/export_gl_csv.php:96 #: include/database.item.php:74 include/ajax/ajax_display_letter.php:49 -#: include/category_card.inc.php:81 include/template/letter_prop.php:22 -#: include/template/letter_prop.php:65 include/template/letter_all.php:20 -#: include/export/export_gl_csv.php:96 include/category_card.inc.php:81 -#: include/ajax/ajax_display_letter.php:49 include/database.item.php:74 +#: include/category_card.inc.php:81 include/ajax/ajax_display_letter.php:63 +#: include/database.item.php:73 include/ajax/ajax_display_letter.php:63 +#: include/export/export_gl_csv.php:96 include/template/letter_all.php:20 +#: include/template/letter_prop.php:22 include/template/letter_prop.php:65 +#: include/database.item.php:73 include/category_card.inc.php:81 msgid "Lettrage" msgstr "" @@ -605,7 +691,8 @@ msgstr "" #: html/ajax_misc.php:355 html/ajax_misc.php:433 #: include/ajax/ajax_display_letter.php:69 #: include/ajax/ajax_display_letter.php:74 -#: include/ajax/ajax_display_letter.php:74 +#: include/ajax/ajax_display_letter.php:89 +#: include/ajax/ajax_display_letter.php:89 msgid "Montant min. " msgstr "" @@ -613,7 +700,8 @@ msgstr "" #: html/ajax_misc.php:362 html/ajax_misc.php:440 #: include/ajax/ajax_display_letter.php:76 #: include/ajax/ajax_display_letter.php:81 -#: include/ajax/ajax_display_letter.php:81 +#: include/ajax/ajax_display_letter.php:96 +#: include/ajax/ajax_display_letter.php:96 msgid "Montant max. " msgstr "" @@ -624,8 +712,10 @@ msgstr "" #: include/ajax/ajax_display_letter.php:105 #: include/ajax/ajax_display_letter.php:96 #: include/ajax/ajax_display_letter.php:110 -#: include/ajax/ajax_display_letter.php:96 -#: include/ajax/ajax_display_letter.php:110 +#: include/ajax/ajax_display_letter.php:112 +#: include/ajax/ajax_display_letter.php:128 +#: include/ajax/ajax_display_letter.php:112 +#: include/ajax/ajax_display_letter.php:128 msgid "Date malformée" msgstr "" @@ -639,8 +729,11 @@ msgstr "" #: include/ext/tools/include/anc_grandlivre_ext.class.php:126 #: include/export/export_poste_detail_pdf.php:102 #: include/ajax/ajax_display_letter.php:122 include/fiche.inc.php:576 -#: include/fiche.inc.php:585 include/export/export_poste_detail_pdf.php:102 -#: include/ajax/ajax_display_letter.php:122 include/fiche.inc.php:585 +#: include/fiche.inc.php:585 include/fiche.inc.php:598 +#: include/ajax/ajax_display_letter.php:140 +#: include/export/export_poste_detail_pdf.php:103 include/fiche.inc.php:598 +#: include/ajax/ajax_display_letter.php:140 +#: include/export/export_poste_detail_pdf.php:103 msgid "Debit" msgstr "" @@ -654,8 +747,11 @@ msgstr "" #: include/ext/tools/include/anc_grandlivre_ext.class.php:127 #: include/export/export_poste_detail_pdf.php:104 #: include/ajax/ajax_display_letter.php:123 include/fiche.inc.php:580 -#: include/fiche.inc.php:589 include/export/export_poste_detail_pdf.php:104 -#: include/ajax/ajax_display_letter.php:123 include/fiche.inc.php:589 +#: include/fiche.inc.php:589 include/fiche.inc.php:602 +#: include/ajax/ajax_display_letter.php:141 +#: include/export/export_poste_detail_pdf.php:105 include/fiche.inc.php:602 +#: include/ajax/ajax_display_letter.php:141 +#: include/export/export_poste_detail_pdf.php:105 msgid "Credit" msgstr "" @@ -663,7 +759,8 @@ msgstr "" #: html/ajax_misc.php:405 html/ajax_misc.php:483 #: include/ajax/ajax_display_letter.php:119 #: include/ajax/ajax_display_letter.php:124 -#: include/ajax/ajax_display_letter.php:124 +#: include/ajax/ajax_display_letter.php:142 +#: include/ajax/ajax_display_letter.php:142 msgid "Les 2" msgstr "" @@ -748,21 +845,27 @@ msgstr "" #: include/class/acc_ledger.class.php:2019 #: include/template/ledger_detail_bottom.php:318 #: include/template/stock_inv.php:107 include/class/acc_ledger.class.php:2028 -#: include/template/user_sec_profile.php:58 -#: include/template/modele_document.php:119 -#: include/template/ledger_detail_bottom.php:315 -#: include/template/document_mod_change.php:86 -#: include/template/anc_key_input.php:205 include/template/stock_inv.php:107 -#: include/template/profile_sec_repository.php:59 include/cfgledger.inc.php:157 -#: include/default_menu.inc.php:45 include/ajax/ajax_mod_stock_repo.php:79 -#: include/ajax/ajax_create_menu.php:16 include/ajax/ajax_card.php:165 -#: include/ajax/ajax_display_letter.php:219 include/ajax/ajax_mod_menu.php:18 +#: include/template/ledger_detail_bottom.php:315 include/ajax/ajax_card.php:165 #: include/class/acc_ledger.class.php:2044 -#: include/class/fiche_def.class.php:775 include/forecast.inc.php:262 +#: include/class/acc_ledger.class.php:2063 +#: include/ajax/ajax_display_letter.php:226 include/ajax/ajax_card.php:168 +#: include/template/ledger_detail_bottom.php:333 +#: include/template/card_multiple_display_option.php:114 +#: include/template/ledger_detail_bottom.php:350 +#: include/class/fiche_def.class.php:775 +#: include/class/acc_ledger.class.php:2063 +#: include/ajax/ajax_display_letter.php:226 include/ajax/ajax_card.php:168 +#: include/ajax/ajax_mod_stock_repo.php:79 include/ajax/ajax_create_menu.php:16 +#: include/ajax/ajax_mod_menu.php:18 include/stock_cfg.inc.php:164 +#: include/default_menu.inc.php:45 include/template/modele_document.php:119 +#: include/template/ledger_detail_bottom.php:350 +#: include/template/stock_inv.php:107 include/template/user_sec_profile.php:58 +#: include/template/profile_sec_repository.php:59 +#: include/template/card_multiple_display_option.php:114 +#: include/template/anc_key_input.php:205 include/forecast.inc.php:262 #: include/forecast.inc.php:277 include/forecast.inc.php:297 #: include/forecast.inc.php:321 include/forecast.inc.php:368 -#: include/card_attr.inc.php:163 include/anc_od.inc.php:145 -#: include/stock_cfg.inc.php:164 +#: include/anc_od.inc.php:145 include/cfgledger.inc.php:157 msgid "Sauver" msgstr "" @@ -798,18 +901,21 @@ msgstr "" #: include/class/acc_plan_mtable.class.php:45 include/class/fiche.class.php:470 #: include/class/fiche.class.php:469 #: include/class/pdfbalance_simple.class.php:55 -#: include/template/fiche_list.php:41 +#: include/template/ledger_detail_bottom.php:93 +#: include/template/ledger_detail_bottom.php:94 +#: include/class/pdfbalance_simple.class.php:55 +#: include/class/fiche.class.php:470 include/class/acc_plan_mtable.class.php:45 +#: include/ajax/ajax_poste.php:65 include/balance.inc.php:306 #: include/template/ledger_detail_misc.php:99 -#: include/template/ledger_detail_bottom.php:88 -#: include/template/operation_detail_misc.php:32 include/ajax/ajax_poste.php:65 -#: include/database.item.php:178 include/balance.inc.php:306 -#: include/class/acc_plan_mtable.class.php:45 include/class/fiche.class.php:469 -#: include/class/pdfbalance_simple.class.php:55 include/card_attr.inc.php:82 +#: include/template/operation_detail_misc.php:32 +#: include/template/ledger_detail_bottom.php:94 +#: include/template/fiche_list.php:41 include/database.item.php:174 msgid "Poste Comptable" msgstr "" #: html/do.php:44 html/popup.php:38 html/popup.php:35 html/do.php:47 -#: html/do.php:48 html/popup.php:37 html/popup.php:37 html/do.php:47 +#: html/do.php:48 html/popup.php:37 html/recherche.php:33 html/popup.php:37 +#: html/do.php:47 html/recherche.php:33 msgid "Vous êtes déconnecté" msgstr "" @@ -817,7 +923,7 @@ msgstr "" #: html/do.php:93 html/user_login.php:67 html/do.php:121 html/do.php:134 #: html/do.php:136 html/do.php:154 html/do.php:178 html/user_login.php:69 #: html/do.php:186 html/user_login.php:70 html/do.php:196 html/do.php:165 -#: html/do.php:165 html/user_login.php:70 +#: html/user_login.php:70 html/do.php:165 msgid "Base de donnée invalide" msgstr "" @@ -834,7 +940,7 @@ msgstr "" #: html/do.php:104 html/user_login.php:76 html/do.php:132 html/do.php:145 #: html/do.php:147 html/do.php:165 html/do.php:189 html/user_login.php:78 #: html/do.php:203 html/user_login.php:79 html/user_login.php:85 -#: html/do.php:213 html/do.php:182 html/do.php:182 html/user_login.php:85 +#: html/do.php:213 html/do.php:182 html/user_login.php:85 html/do.php:182 msgid "Votre base de données n'est pas à jour" msgstr "" @@ -842,7 +948,7 @@ msgstr "" #: html/do.php:105 html/user_login.php:77 html/do.php:133 html/do.php:146 #: html/do.php:148 html/do.php:166 html/do.php:190 html/user_login.php:79 #: html/do.php:204 html/user_login.php:80 html/user_login.php:86 -#: html/do.php:214 html/do.php:183 html/do.php:183 html/user_login.php:86 +#: html/do.php:214 html/do.php:183 html/user_login.php:86 html/do.php:183 msgid "cliquez ici pour appliquer le patch" msgstr "" @@ -881,7 +987,7 @@ msgstr "" #: include/database.item.php:81 include/ajax/ajax_preference.php:31 #: html/user_login.php:169 include/database.item.php:79 html/user_login.php:146 #: include/ajax/ajax_preference.php:69 html/user_login.php:146 -#: include/ajax/ajax_preference.php:69 include/database.item.php:81 +#: include/ajax/ajax_preference.php:69 include/database.item.php:80 msgid "Préférence" msgstr "" @@ -939,11 +1045,15 @@ msgstr "" #: include/balance.inc.php:101 include/modele.inc.php:278 #: include/class/acc_ledger_search.class.php:565 html/recherche.php:83 #: include/class/acc_ledger_search.class.php:553 -#: include/class/acc_ledger_search.class.php:562 html/recherche.php:83 -#: include/cfgplugin.inc.php:110 include/ajax/ajax_search_filter.php:128 -#: include/modele.inc.php:279 include/menu.inc.php:146 -#: include/balance.inc.php:101 include/class/acc_ledger_search.class.php:562 -#: include/forecast.inc.php:386 +#: include/class/acc_ledger_search.class.php:562 include/modele.inc.php:279 +#: html/recherche.php:88 include/class/acc_ledger_search.class.php:648 +#: include/lettering.card.inc.php:98 +#: include/class/acc_ledger_search.class.php:671 +#: include/ajax/ajax_search_filter.php:137 html/recherche.php:88 +#: include/class/acc_ledger_search.class.php:671 include/cfgplugin.inc.php:110 +#: include/ajax/ajax_search_filter.php:137 include/modele.inc.php:279 +#: include/balance.inc.php:101 include/forecast.inc.php:386 +#: include/lettering.card.inc.php:98 include/menu.inc.php:146 msgid "Filtre" msgstr "" @@ -956,8 +1066,10 @@ msgstr "" #: include/lib/ac_common.php:431 include/action.common.inc.php:129 #: include/lib/ac_common.php:432 include/action.common.inc.php:131 #: include/action.common.inc.php:165 include/lib/ac_common.php:434 -#: include/lib/ac_common.php:450 include/action.common.inc.php:131 -#: include/action.common.inc.php:165 include/lib/ac_common.php:450 +#: include/lib/ac_common.php:450 include/action.common.inc.php:133 +#: include/action.common.inc.php:167 include/lib/ac_common.php:460 +#: include/action.common.inc.php:133 include/action.common.inc.php:167 +#: include/lib/ac_common.php:460 msgid "Cette action ne vous est pas autorisée Contactez votre responsable" msgstr "" @@ -967,7 +1079,8 @@ msgstr "" #: include/lib/ac_common.php:434 include/lib/ac_common.php:435 #: include/lib/ac_common.php:436 include/lib/ac_common.php:437 #: include/lib/ac_common.php:438 include/lib/ac_common.php:440 -#: include/lib/ac_common.php:456 include/lib/ac_common.php:456 +#: include/lib/ac_common.php:456 include/lib/ac_common.php:466 +#: include/lib/ac_common.php:466 msgid " Cette action ne vous est pas autorisée Contactez votre responsable" msgstr "" @@ -982,7 +1095,8 @@ msgstr "" #: include/lib/ac_common.php:881 include/class/extension.class.php:122 #: include/lib/ac_common.php:893 include/class/extension.class.php:138 #: include/lib/ac_common.php:895 include/lib/ac_common.php:911 -#: include/class/extension.class.php:138 include/lib/ac_common.php:911 +#: include/lib/ac_common.php:921 include/class/extension.class.php:138 +#: include/lib/ac_common.php:921 msgid "Module inexistant" msgstr "" @@ -1010,15 +1124,17 @@ msgstr "" #: include/action.common.inc.php:316 include/compta_ven.inc.php:332 #: include/action.common.inc.php:191 include/action.common.inc.php:325 #: include/compta_ach.inc.php:298 include/compta_ven.inc.php:340 -#: include/action.common.inc.php:191 include/action.common.inc.php:325 #: include/compta_ven.inc.php:338 include/compta_ach.inc.php:296 +#: include/compta_ven.inc.php:330 include/compta_ach.inc.php:297 +#: include/action.common.inc.php:205 include/action.common.inc.php:361 +#: include/compta_ven.inc.php:330 include/compta_ach.inc.php:297 +#: include/action.common.inc.php:205 include/action.common.inc.php:361 msgid "Enregistrer" msgstr "" #: include/action.common.inc.php:161 include/action.common.inc.php:178 #: include/action.common.inc.php:183 include/action.common.inc.php:185 #: include/action.common.inc.php:186 include/action.common.inc.php:192 -#: include/action.common.inc.php:192 msgid "Génère le document" msgstr "" @@ -1033,7 +1149,8 @@ msgstr "" #: include/action.common.inc.php:187 include/action.common.inc.php:207 #: include/action.common.inc.php:208 include/action.common.inc.php:213 #: include/action.common.inc.php:215 include/action.common.inc.php:216 -#: include/action.common.inc.php:222 include/action.common.inc.php:222 +#: include/action.common.inc.php:222 include/action.common.inc.php:244 +#: include/action.common.inc.php:244 msgid "Vous confirmez l\\'effacement" msgstr "" @@ -1043,27 +1160,29 @@ msgstr "" #: include/ajax/ajax_view_action.php:55 include/action.common.inc.php:223 #: include/action.common.inc.php:225 include/ajax/ajax_view_action.php:56 #: include/ajax/ajax_view_action.php:52 include/action.common.inc.php:226 -#: include/action.common.inc.php:232 include/action.common.inc.php:232 -#: include/ajax/ajax_view_action.php:52 +#: include/action.common.inc.php:232 include/action.common.inc.php:257 +#: include/ajax/ajax_view_action.php:52 include/action.common.inc.php:257 msgid "Ce document n'est pas accessible" msgstr "" #: include/action.common.inc.php:218 include/action.common.inc.php:238 #: include/action.common.inc.php:239 include/action.common.inc.php:244 #: include/action.common.inc.php:246 include/action.common.inc.php:247 -#: include/action.common.inc.php:253 include/action.common.inc.php:253 +#: include/action.common.inc.php:253 include/action.common.inc.php:278 +#: include/action.common.inc.php:278 msgid "Action " msgstr "" #: include/action.common.inc.php:218 include/action.common.inc.php:238 #: include/action.common.inc.php:239 include/action.common.inc.php:244 #: include/action.common.inc.php:246 include/action.common.inc.php:247 -#: include/action.common.inc.php:253 include/action.common.inc.php:253 +#: include/action.common.inc.php:253 include/action.common.inc.php:278 +#: include/action.common.inc.php:278 msgid " effacée" msgstr "" #: include/action.inc.php:26 include/action.inc.php:25 -#: include/action.inc.php:25 +#: include/action.inc.php:27 include/action.inc.php:27 msgid "Retour liste" msgstr "" @@ -1076,9 +1195,9 @@ msgstr "" #: include/customer.inc.php:89 include/manager.inc.php:92 #: include/supplier.inc.php:92 include/contact.inc.php:86 #: include/manager.inc.php:93 include/customer.inc.php:90 -#: include/contact.inc.php:86 include/customer.inc.php:90 -#: include/manager.inc.php:93 include/supplier.inc.php:92 -#: include/bank.inc.php:86 include/adm.inc.php:90 +#: include/contact.inc.php:87 include/bank.inc.php:86 include/adm.inc.php:90 +#: include/supplier.inc.php:92 include/contact.inc.php:87 +#: include/customer.inc.php:90 include/manager.inc.php:93 msgid "Catégorie :" msgstr "" @@ -1094,10 +1213,12 @@ msgstr "" #: include/contact.inc.php:98 include/manager.inc.php:105 #: include/template/action_search.php:152 include/customer.inc.php:103 #: include/template/action_search.php:148 scenario/select-box-test.php:62 -#: scenario/select-box-test.php:62 include/template/action_search.php:148 -#: include/contact.inc.php:98 include/customer.inc.php:103 -#: include/manager.inc.php:105 include/supplier.inc.php:104 +#: include/template/action_search.php:161 include/contact.inc.php:99 +#: include/template/action_search.php:163 scenario/select-box-test.php:62 #: include/bank.inc.php:99 include/adm.inc.php:100 +#: include/template/action_search.php:163 include/supplier.inc.php:104 +#: include/contact.inc.php:99 include/customer.inc.php:103 +#: include/manager.inc.php:105 msgid "recherche" msgstr "" @@ -1187,16 +1308,26 @@ msgstr "" #: include/class/acc_ledger.class.php:2435 #: include/class/follow_up.class.php:297 include/category_card.inc.php:162 #: include/class/acc_ledger.class.php:2436 include/fiche.inc.php:116 -#: include/class/acc_ledger.class.php:2445 include/category_card.inc.php:162 -#: include/contact.inc.php:129 include/customer.inc.php:127 -#: include/fiche.inc.php:116 include/class/acc_ledger.class.php:2476 -#: include/class/pre_op_ach.class.php:174 -#: include/class/pre_op_ach.class.php:182 include/class/follow_up.class.php:297 -#: include/class/pre_op_advanced.class.php:173 -#: include/class/pre_op_ven.class.php:178 -#: include/class/pre_op_ven.class.php:185 include/manager.inc.php:131 -#: include/supplier.inc.php:129 include/bank.inc.php:124 -#: include/adm.inc.php:125 +#: include/class/acc_ledger.class.php:2445 +#: include/class/acc_ledger.class.php:2476 include/fiche.inc.php:241 +#: include/class/pre_op_ach.class.php:177 +#: include/class/pre_op_ach.class.php:184 include/class/follow_up.class.php:304 +#: include/class/pre_op_ven.class.php:173 +#: include/class/pre_op_ven.class.php:180 +#: include/class/acc_ledger.class.php:2505 +#: include/class/pre_op_advanced.class.php:177 include/bank.inc.php:125 +#: include/supplier.inc.php:130 include/contact.inc.php:131 +#: include/customer.inc.php:128 include/class/follow_up.class.php:306 +#: include/fiche.inc.php:116 include/fiche.inc.php:241 +#: include/class/pre_op_ach.class.php:177 +#: include/class/pre_op_ach.class.php:184 include/class/follow_up.class.php:306 +#: include/class/pre_op_ven.class.php:173 +#: include/class/pre_op_ven.class.php:180 +#: include/class/acc_ledger.class.php:2505 +#: include/class/pre_op_advanced.class.php:177 include/bank.inc.php:125 +#: include/adm.inc.php:125 include/supplier.inc.php:130 +#: include/contact.inc.php:131 include/customer.inc.php:128 +#: include/manager.inc.php:131 include/category_card.inc.php:162 msgid "Créer une nouvelle fiche" msgstr "" @@ -1210,9 +1341,11 @@ msgstr "" #: include/manager.inc.php:140 include/supplier.inc.php:139 #: include/contact.inc.php:138 include/manager.inc.php:141 #: include/adm.inc.php:136 include/customer.inc.php:138 -#: include/contact.inc.php:138 include/customer.inc.php:138 -#: include/manager.inc.php:141 include/supplier.inc.php:139 -#: include/bank.inc.php:134 include/adm.inc.php:136 +#: include/bank.inc.php:135 include/supplier.inc.php:140 +#: include/contact.inc.php:140 include/customer.inc.php:139 +#: include/bank.inc.php:135 include/adm.inc.php:136 +#: include/supplier.inc.php:140 include/contact.inc.php:140 +#: include/customer.inc.php:139 include/manager.inc.php:141 msgid "Ajout d'une catégorie" msgstr "" @@ -1290,25 +1423,45 @@ msgstr "" #: include/class/acc_ledger_fin.class.php:549 #: include/class/acc_ledger_fin.class.php:754 #: include/class/fiche.class.php:1780 include/class/fiche.class.php:1781 -#: include/param_sec.inc.php:58 include/user.inc.php:82 -#: include/user.inc.php:126 include/template/fiche_list.php:38 -#: include/template/document_mod_change.php:34 include/template/profile.php:33 -#: include/template/forecast_cat.php:15 -#: include/export/export_anc_axis_csv.php:44 -#: include/export/export_fiche_balance_csv.php:57 include/profile.inc.php:359 -#: include/dossier.inc.php:227 include/ajax/ajax_mod_stock_repo.php:39 -#: include/ajax/ajax_get_profile.php:55 include/ajax/ajax_admin.php:229 -#: include/upgrade-template.php:51 include/modele.inc.php:248 -#: include/modele.inc.php:359 include/database.item.php:157 -#: include/class/acc_ledger_search.class.php:1104 +#: include/modele.inc.php:248 include/modele.inc.php:359 +#: include/database.item.php:157 include/class/acc_ledger_search.class.php:1193 +#: include/class/tag_group_mtable.class.php:40 +#: include/class/operation_predef_mtable.class.php:52 +#: include/class/fiche.class.php:1807 +#: include/class/card_attribut_mtable.class.php:39 +#: include/class/action_document_type_mtable.class.php:48 +#: include/class/anc_plan.class.php:138 include/class/anc_plan.class.php:154 +#: include/class/contact_option_ref_mtable.class.php:36 +#: include/class/user.class.php:991 +#: include/template/card_multiple_result.php:19 include/upgrade-plugin.php:62 +#: include/class/acc_ledger_search.class.php:1216 +#: include/template/follow_up_other_concerned_display_table.php:45 +#: include/user.inc.php:84 include/user.inc.php:128 include/dossier.inc.php:230 +#: include/class/template_card_category.class.php:42 +#: include/class/acc_ledger_search.class.php:1216 +#: include/class/tag_group_mtable.class.php:40 +#: include/class/operation_predef_mtable.class.php:52 +#: include/class/document_modele.class.php:67 +#: include/class/fiche.class.php:1807 +#: include/class/card_attribut_mtable.class.php:39 +#: include/class/action_document_type_mtable.class.php:48 #: include/class/acc_ledger_fin.class.php:549 #: include/class/acc_ledger_fin.class.php:754 -#: include/class/template_card_category.class.php:42 -#: include/class/anc_plan.class.php:137 include/class/anc_plan.class.php:153 -#: include/class/fiche.class.php:1781 include/class/user.class.php:988 -#: include/class/balance_age.class.php:145 -#: include/class/document_modele.class.php:67 include/upgrade-plugin.php:59 -#: include/stock_cfg.inc.php:65 +#: include/class/anc_plan.class.php:138 include/class/anc_plan.class.php:154 +#: include/class/contact_option_ref_mtable.class.php:36 +#: include/class/user.class.php:991 include/class/balance_age.class.php:145 +#: include/ajax/ajax_get_profile.php:55 include/ajax/ajax_admin.php:229 +#: include/ajax/ajax_mod_stock_repo.php:39 include/modele.inc.php:248 +#: include/modele.inc.php:359 include/stock_cfg.inc.php:65 +#: include/upgrade-template.php:51 include/export/export_anc_axis_csv.php:44 +#: include/export/export_fiche_balance_csv.php:57 +#: include/template/follow_up_other_concerned_display_table.php:45 +#: include/template/profile.php:33 include/template/forecast_cat.php:15 +#: include/template/card_multiple_result.php:19 +#: include/template/fiche_list.php:38 include/user.inc.php:84 +#: include/user.inc.php:128 include/database.item.php:153 +#: include/dossier.inc.php:230 include/profile.inc.php:359 +#: include/upgrade-plugin.php:62 include/param_sec.inc.php:58 msgid "Nom" msgstr "" @@ -1326,7 +1479,7 @@ msgstr "" #: include/ajax_get_profile.php:43 include/ajax_get_profile.php:48 #: include/ajax_get_profile.php:55 include/ajax/ajax_get_profile.php:55 -#: include/ajax/ajax_get_profile.php:58 include/ajax/ajax_get_profile.php:58 +#: include/ajax/ajax_get_profile.php:58 msgid "Action Gestion" msgstr "" @@ -1387,10 +1540,15 @@ msgstr "" #: include/class/acc_ledger_purchase.class.php:1826 #: include/class/acc_ledger_sold.class.php:1400 #: include/class/acc_ledger_purchase.class.php:1829 -#: include/ajax/ajax_preference.php:150 include/template/forecast_result.php:25 -#: include/ajax/ajax_preference.php:150 include/database.item.php:86 +#: include/ajax/ajax_preference.php:150 #: include/class/acc_ledger_sold.class.php:1409 #: include/class/acc_ledger_purchase.class.php:1835 +#: include/class/acc_ledger_purchase.class.php:1872 +#: include/class/acc_ledger_sold.class.php:1394 include/database.item.php:85 +#: include/class/acc_ledger_purchase.class.php:1872 +#: include/class/acc_ledger_sold.class.php:1394 +#: include/ajax/ajax_preference.php:150 include/template/forecast_result.php:25 +#: include/database.item.php:85 msgid "Période" msgstr "" @@ -1457,7 +1615,8 @@ msgstr "" #: html/test_class.php:219 include/ajax_preference.php:173 #: include/ajax/ajax_preference.php:173 include/ajax/ajax_preference.php:252 #: dev/test/test_class.php:215 include/ajax/ajax_preference.php:263 -#: dev/test/test_class.php:215 include/ajax/ajax_preference.php:263 +#: dev-2/test/test_class.php:215 dev-2/test/test_class.php:215 +#: include/ajax/ajax_preference.php:263 dev/test/test_class.php:215 msgid "Français" msgstr "" @@ -1465,7 +1624,8 @@ msgstr "" #: html/test_class.php:220 include/ajax_preference.php:174 #: include/ajax/ajax_preference.php:174 include/ajax/ajax_preference.php:253 #: dev/test/test_class.php:216 include/ajax/ajax_preference.php:264 -#: dev/test/test_class.php:216 include/ajax/ajax_preference.php:264 +#: dev-2/test/test_class.php:216 dev-2/test/test_class.php:216 +#: include/ajax/ajax_preference.php:264 dev/test/test_class.php:216 msgid "Anglais" msgstr "" @@ -1473,7 +1633,8 @@ msgstr "" #: html/test_class.php:221 include/ajax_preference.php:175 #: include/ajax/ajax_preference.php:175 include/ajax/ajax_preference.php:254 #: dev/test/test_class.php:217 include/ajax/ajax_preference.php:265 -#: dev/test/test_class.php:217 include/ajax/ajax_preference.php:265 +#: dev-2/test/test_class.php:217 dev-2/test/test_class.php:217 +#: include/ajax/ajax_preference.php:265 dev/test/test_class.php:217 msgid "Néerlandais" msgstr "" @@ -1519,15 +1680,18 @@ msgstr "" #: include/class/acc_ledger_search.class.php:1113 #: include/class/acc_ledger_search.class.php:1121 #: include/class/acc_ledger_search.class.php:1134 -#: include/ajax/ajax_preference.php:280 include/cfgplugin.inc.php:171 +#: include/ajax/ajax_preference.php:280 +#: include/class/acc_ledger_search.class.php:1223 +#: include/ajax/ajax_preference.php:283 +#: include/class/acc_ledger_search.class.php:1246 +#: include/class/acc_ledger_search.class.php:1246 include/cfgplugin.inc.php:171 +#: include/ajax/ajax_add_menu.php:171 include/ajax/ajax_add_menu.php:217 +#: include/ajax/ajax_preference.php:283 +#: include/ajax/ajax_get_menu_detail.php:77 include/balance_age.inc.php:54 #: include/template/action_display_short.php:126 #: include/template/action_other_action.php:60 -#: include/stock_inv_histo.inc.php:69 include/ajax/ajax_add_menu.php:171 -#: include/ajax/ajax_add_menu.php:217 include/ajax/ajax_get_menu_detail.php:77 -#: include/ajax/ajax_preference.php:280 include/balance_card_ageing.inc.php:60 -#: include/balance_age.inc.php:54 -#: include/class/acc_ledger_search.class.php:1134 -#: include/lib/html_input.class.php:409 +#: include/stock_inv_histo.inc.php:69 include/lib/html_input.class.php:409 +#: include/balance_card_ageing.inc.php:60 msgid "Valider" msgstr "" @@ -1552,8 +1716,8 @@ msgstr "" #: include/ext/importbank/include/import_bank.class.php:137 #: include/ajax/ajax_add_menu.php:143 include/class/anticipation.class.php:261 #: include/class/follow_up.class.php:163 include/class/follow_up.class.php:164 -#: include/ajax/ajax_add_menu.php:143 include/class/follow_up.class.php:164 -#: include/class/anticipation.class.php:261 include/anc_od.inc.php:58 +#: include/class/anticipation.class.php:261 include/ajax/ajax_add_menu.php:143 +#: include/anc_od.inc.php:58 msgid "Nouveau" msgstr "" @@ -1582,9 +1746,10 @@ msgstr "" #: include/ajax/ajax_card.php:551 include/class/forecast.class.php:70 #: include/ajax/ajax_card.php:555 #: include/class/template_card_category.class.php:73 -#: include/cat_document.inc.php:63 include/ajax/ajax_card.php:574 -#: include/class/forecast.class.php:70 +#: include/ajax/ajax_card.php:574 include/ajax/ajax_card.php:650 +#: include/ajax/ajax_card.php:649 include/class/forecast.class.php:70 #: include/class/template_card_category.class.php:73 +#: include/ajax/ajax_card.php:649 msgid "Le nom ne peut pas être vide" msgstr "" @@ -1618,12 +1783,22 @@ msgstr "" #: include/class/acc_ledger_search.class.php:248 #: include/class/acc_ledger_search.class.php:250 #: include/lib/manage_table_sql.class.php:616 -#: include/lib/manage_table_sql.class.php:655 include/template/dashboard.php:21 -#: include/user_detail.inc.php:245 include/cat_document.inc.php:85 -#: include/class/anc_key.class.php:352 -#: include/class/acc_ledger_search.class.php:250 -#: include/lib/manage_table_sql.class.php:616 #: include/lib/manage_table_sql.class.php:655 +#: include/class/anc_key.class.php:353 +#: include/class/acc_ledger_search.class.php:264 +#: include/class/tag_group_mtable.class.php:91 +#: include/class/operation_predef_mtable.class.php:170 +#: include/template/followup-show-action-add.php:61 +#: include/lib/manage_table_sql.class.php:663 +#: include/lib/manage_table_sql.class.php:704 include/user_detail.inc.php:283 +#: include/class/acc_ledger_search.class.php:266 +#: include/user_detail.inc.php:283 include/class/anc_key.class.php:353 +#: include/class/acc_ledger_search.class.php:266 +#: include/class/tag_group_mtable.class.php:91 +#: include/class/operation_predef_mtable.class.php:170 +#: include/template/followup-show-action-add.php:61 +#: include/template/dashboard.php:21 include/lib/manage_table_sql.class.php:663 +#: include/lib/manage_table_sql.class.php:704 msgid "Ajout" msgstr "" @@ -1663,18 +1838,23 @@ msgstr "" #: include/database.item.php:110 include/category_card.inc.php:75 #: include/template/stock_inv.php:67 #: include/class/payment_method_mtable.class.php:41 -#: include/template/stock_histo_search.php:39 -#: include/template/detail-action.php:317 -#: include/template/form_ledger_fin.php:41 -#: include/template/security_list_action.php:55 -#: include/template/stock_inv.php:67 +#: include/class/payment_method_mtable.class.php:42 +#: include/class/anc_group_operation.class.php:122 +#: include/class/card_attribut_mtable.class.php:55 +#: include/template/follow_up_detail_display.php:50 +#: include/template/newEmptyPHP_NOALYSS.php:35 include/database.item.php:111 +#: include/class/payment_method_mtable.class.php:42 +#: include/class/anc_group_operation.class.php:122 +#: include/class/card_attribut_mtable.class.php:55 +#: include/class/acc_plan_mtable.class.php:49 +#: include/ajax/ajax_anc_detail_operation.php:54 #: include/export/export_stock_histo_csv.php:43 -#: include/category_card.inc.php:75 -#: include/ajax/ajax_anc_detail_operation.php:54 include/database.item.php:80 -#: include/database.item.php:112 -#: include/class/payment_method_mtable.class.php:41 -#: include/class/anc_group_operation.class.php:121 -#: include/class/acc_plan_mtable.class.php:49 include/card_attr.inc.php:83 +#: include/template/follow_up_detail_display.php:50 +#: include/template/form_ledger_fin.php:41 +#: include/template/security_list_action.php:56 +#: include/template/stock_inv.php:67 include/template/stock_histo_search.php:39 +#: include/template/newEmptyPHP_NOALYSS.php:35 include/database.item.php:79 +#: include/database.item.php:111 include/category_card.inc.php:75 msgid "Fiche" msgstr "" @@ -1692,9 +1872,9 @@ msgstr "" #: include/template/dashboard.php:293 include/template/dashboard.php:302 #: include/category_card.inc.php:74 #: include/template/security_list_action.php:60 -#: include/category_card.inc.php:76 include/template/action_show.php:31 -#: include/template/dashboard.php:302 -#: include/template/security_list_action.php:60 +#: include/category_card.inc.php:76 +#: include/template/security_list_action.php:61 +#: include/template/action_show.php:31 include/template/dashboard.php:302 #: include/category_card.inc.php:76 msgid "Suivi" msgstr "" @@ -1712,8 +1892,9 @@ msgstr "" #: include/database.item.php:148 include/database.item.php:147 #: include/database.item.php:57 include/category_card.inc.php:75 #: include/database.item.php:60 include/database.item.php:52 -#: include/category_card.inc.php:77 include/template/detail-action.php:49 #: include/category_card.inc.php:77 include/database.item.php:53 +#: include/template/detail-action.php:50 include/template/detail-action.php:50 +#: include/database.item.php:52 include/category_card.inc.php:77 msgid "Contact" msgstr "" @@ -1736,7 +1917,8 @@ msgstr "" #: include/category_card.inc.php:67 include/category_card.inc.php:68 #: include/category_card.inc.php:71 include/impress_poste.inc.php:103 #: include/category_card.inc.php:76 include/category_card.inc.php:78 -#: include/category_card.inc.php:78 include/impress_poste.inc.php:103 +#: include/impress_jrn.inc.php:156 include/impress_jrn.inc.php:156 +#: include/impress_poste.inc.php:103 include/category_card.inc.php:78 msgid "Toutes les opérations" msgstr "" @@ -1750,9 +1932,10 @@ msgstr "" #: include/database.item.php:70 include/category_card.inc.php:77 #: include/database.item.php:73 include/database.item.php:67 #: include/database.item.php:101 include/category_card.inc.php:79 -#: include/fiche.inc.php:70 include/category_card.inc.php:79 -#: include/database.item.php:67 include/database.item.php:102 -#: include/fiche.inc.php:70 +#: include/fiche.inc.php:70 include/database.item.php:102 +#: include/database.item.php:66 include/fiche.inc.php:70 +#: include/database.item.php:66 include/database.item.php:101 +#: include/category_card.inc.php:79 msgid "Balance" msgstr "" @@ -1798,9 +1981,9 @@ msgstr "" #: include/template/dashboard.php:353 include/template/pcmn_update.php:54 #: include/ext/amortis/include/template/material_add.php:88 #: include/ajax/ajax_card.php:304 include/template/dashboard.php:351 -#: include/ajax/ajax_mod_predf_op.php:55 include/template/pcmn_update.php:54 -#: include/template/dashboard.php:351 include/ajax/ajax_mod_predf_op.php:55 -#: include/category_detail.inc.php:68 +#: include/ajax/ajax_mod_predf_op.php:55 include/ajax/ajax_mod_predf_op.php:68 +#: include/ajax/ajax_mod_predf_op.php:68 include/category_detail.inc.php:68 +#: include/template/pcmn_update.php:54 include/template/dashboard.php:351 msgid "Annuler" msgstr "" @@ -1967,46 +2150,74 @@ msgstr "" #: include/class/acc_ledger_history_generic.class.php:770 #: include/export/export_balance_pdf.php:127 #: include/class/payment_method_mtable.class.php:38 -#: include/template/balance_aged_result.php:50 -#: include/template/operation_detail_fin.php:33 -#: include/template/acc_ledger_history_financial_oneline.php:35 -#: include/template/ledger_detail_fin.php:54 -#: include/template/ledger_detail_misc.php:46 -#: include/template/ledger_detail_misc.php:101 -#: include/template/ledger_detail_bottom.php:90 #: include/template/ledger_detail_bottom.php:356 -#: include/template/new_mod_payment.php:19 -#: include/template/ledger_detail_ven.php:80 -#: include/template/forecast-detail.php:14 -#: include/template/form_ledger_detail.php:56 -#: include/template/impress_reconciliation.php:19 -#: include/template/operation_detail_misc.php:34 -#: include/template/account_result.php:14 -#: include/template/ledger_detail_ach.php:72 -#: include/export/export_gl_pdf.php:88 -#: include/export/export_poste_detail_pdf.php:98 -#: include/export/export_balance_pdf.php:127 -#: include/export/export_gl_csv.php:96 include/balance.inc.php:307 -#: include/class/payment_method_mtable.class.php:38 -#: include/class/print_ledger_detail_item.class.php:60 #: include/class/print_ledger_detail_item.class.php:158 #: include/class/acc_ledger_history_generic.class.php:773 -#: include/class/acc_ledger_sold.class.php:703 #: include/class/acc_ledger_sold.class.php:1410 #: include/class/acc_ledger.class.php:621 #: include/class/acc_ledger.class.php:628 -#: include/class/acc_ledger.class.php:881 #: include/class/acc_ledger.class.php:903 -#: include/class/acc_ledger_fin.class.php:754 -#: include/class/acc_plan_mtable.class.php:47 +#: include/class/acc_ledger_purchase.class.php:1836 include/fiche.inc.php:416 +#: include/class/payment_method_mtable.class.php:39 +#: include/class/acc_ledger.class.php:869 +#: include/class/acc_ledger.class.php:891 +#: include/class/acc_ledger_purchase.class.php:1436 +#: include/class/acc_ledger_purchase.class.php:1873 +#: include/class/acc_ledger_sold.class.php:706 +#: include/class/acc_ledger_sold.class.php:1395 +#: include/class/pre_op_advanced.class.php:200 +#: include/class/print_ledger_detail_item.class.php:59 +#: include/class/acc_ledger_history_generic.class.php:774 +#: include/class/anc_grandlivre.class.php:228 +#: include/export/export_ledger_csv.php:149 +#: include/template/form_ledger_detail.php:59 +#: include/template/ledger_detail_bottom.php:95 +#: include/template/ledger_detail_bottom.php:384 +#: include/class/anc_grandlivre.class.php:229 +#: include/export/export_poste_detail_pdf.php:99 +#: include/template/ledger_detail_bottom.php:96 +#: include/template/ledger_detail_bottom.php:401 include/fiche.inc.php:416 +#: include/class/payment_method_mtable.class.php:39 #: include/class/anc_operation.class.php:298 -#: include/class/pre_op_advanced.class.php:197 -#: include/class/acc_ledger_purchase.class.php:1425 -#: include/class/acc_ledger_purchase.class.php:1836 +#: include/class/acc_ledger.class.php:605 +#: include/class/acc_ledger.class.php:612 +#: include/class/acc_ledger.class.php:869 +#: include/class/acc_ledger.class.php:891 +#: include/class/acc_ledger_purchase.class.php:1436 +#: include/class/acc_ledger_purchase.class.php:1873 +#: include/class/acc_ledger_sold.class.php:706 +#: include/class/acc_ledger_sold.class.php:1395 +#: include/class/acc_ledger_fin.class.php:754 +#: include/class/pre_op_advanced.class.php:200 +#: include/class/print_ledger_detail_item.class.php:59 +#: include/class/print_ledger_detail_item.class.php:158 +#: include/class/acc_ledger_history_generic.class.php:774 +#: include/class/acc_plan_mtable.class.php:47 #: include/class/pdf_operation.class.php:150 #: include/class/pdf_operation.class.php:195 #: include/class/pdf_operation.class.php:248 -#: include/class/anc_grandlivre.class.php:216 +#: include/class/anc_grandlivre.class.php:229 +#: include/export/export_ledger_csv.php:149 +#: include/export/export_poste_detail_pdf.php:99 +#: include/export/export_gl_csv.php:96 +#: include/export/export_balance_pdf.php:127 +#: include/export/export_gl_pdf.php:88 include/balance.inc.php:307 +#: include/template/ledger_detail_misc.php:46 +#: include/template/ledger_detail_misc.php:101 +#: include/template/form_ledger_detail.php:59 +#: include/template/operation_detail_fin.php:33 +#: include/template/operation_detail_misc.php:34 +#: include/template/ledger_detail_bottom.php:96 +#: include/template/ledger_detail_bottom.php:401 +#: include/template/ledger_detail_ven.php:80 +#: include/template/balance_aged_result.php:50 +#: include/template/acc_ledger_history_financial_oneline.php:35 +#: include/template/account_result.php:14 +#: include/template/forecast-detail.php:14 +#: include/template/ledger_detail_ach.php:72 +#: include/template/new_mod_payment.php:19 +#: include/template/ledger_detail_fin.php:54 +#: include/template/impress_reconciliation.php:19 #, php-format msgid "Libellé" msgstr "" @@ -2025,10 +2236,11 @@ msgstr "" #: include/ext/bilan_interne/acc_bilaninterne.class.php:274 #: include/class/acc_bilan.class.php:70 include/class/anc_print.class.php:142 #: include/balance.inc.php:77 include/impress_jrn.inc.php:132 +#: include/class/anc_print.class.php:143 include/class/acc_bilan.class.php:70 +#: include/class/anc_print.class.php:143 include/balance.inc.php:77 #: include/impress_gl_comptes.inc.php:62 #: include/template/impress_cat_card.php:14 include/impress_jrn.inc.php:132 -#: include/balance.inc.php:77 include/class/acc_bilan.class.php:70 -#: include/class/anc_print.class.php:142 include/impress_poste.inc.php:86 +#: include/impress_poste.inc.php:86 msgid "Depuis" msgstr "" @@ -2056,10 +2268,13 @@ msgstr "" #: include/class/acc_ledger_purchase.class.php:80 #: include/class/acc_ledger_sold.class.php:80 #: include/class/acc_ledger.class.php:1039 -#: include/class/acc_ledger_sold.class.php:80 #: include/class/acc_ledger.class.php:1055 +#: include/class/acc_ledger.class.php:1047 +#: include/class/acc_ledger_purchase.class.php:82 +#: include/class/acc_ledger.class.php:1047 +#: include/class/acc_ledger_purchase.class.php:82 +#: include/class/acc_ledger_sold.class.php:80 #: include/class/acc_ledger_fin.class.php:70 -#: include/class/acc_ledger_purchase.class.php:80 msgid "Double Encodage" msgstr "" @@ -2091,13 +2306,16 @@ msgstr "" #: include/class/acc_ledger.class.php:1028 include/ext/modop/modop_save.php:247 #: html/recherche.php:58 include/ajax/ajax_todo_list.php:203 #: include/ajax/ajax_todo_list.php:266 include/class/acc_ledger.class.php:1029 -#: include/class/acc_ledger.class.php:1034 html/export.php:45 -#: html/recherche.php:58 include/ajax/ajax_history.php:26 -#: include/ajax/ajax_todo_list.php:203 include/ajax/ajax_todo_list.php:266 +#: include/class/acc_ledger.class.php:1034 +#: include/class/acc_ledger.class.php:1050 html/recherche.php:63 +#: include/class/acc_ledger.class.php:1042 +#: include/class/acc_ledger_purchase.class.php:77 html/export.php:45 +#: html/recherche.php:63 include/class/acc_ledger.class.php:1042 +#: include/class/acc_ledger_purchase.class.php:77 #: include/class/acc_ledger_sold.class.php:84 -#: include/class/acc_ledger.class.php:1050 #: include/class/acc_ledger_fin.class.php:74 -#: include/class/acc_ledger_purchase.class.php:75 +#: include/ajax/ajax_todo_list.php:203 include/ajax/ajax_todo_list.php:266 +#: include/ajax/ajax_history.php:26 msgid "Accès interdit" msgstr "" @@ -2123,11 +2341,14 @@ msgstr "" #: include/class/acc_ledger.class.php:1054 #: include/class/acc_ledger.class.php:1055 #: include/class/acc_ledger.class.php:1060 -#: include/class/acc_ledger_sold.class.php:104 #: include/class/acc_ledger.class.php:1076 +#: include/class/acc_ledger.class.php:1072 +#: include/class/acc_ledger_purchase.class.php:106 +#: include/class/acc_ledger.class.php:1072 +#: include/class/acc_ledger_purchase.class.php:106 +#: include/class/acc_ledger_sold.class.php:104 #: include/class/acc_ledger_fin.class.php:110 #: include/class/acc_ledger_fin.class.php:194 -#: include/class/acc_ledger_purchase.class.php:104 msgid "Date et periode ne correspondent pas" msgstr "" @@ -2147,11 +2368,14 @@ msgstr "" #: include/class/acc_ledger_purchase.class.php:109 #: include/class/acc_ledger_sold.class.php:113 #: include/class/acc_ledger.class.php:1068 -#: include/class/acc_ledger_sold.class.php:113 #: include/class/acc_ledger.class.php:1084 +#: include/class/acc_ledger.class.php:1080 +#: include/class/acc_ledger_purchase.class.php:111 +#: include/class/acc_ledger.class.php:1080 +#: include/class/acc_ledger_purchase.class.php:111 +#: include/class/acc_ledger_sold.class.php:113 #: include/class/acc_ledger_fin.class.php:116 #: include/class/acc_ledger_fin.class.php:200 -#: include/class/acc_ledger_purchase.class.php:109 msgid "Periode fermee" msgstr "" @@ -2165,9 +2389,10 @@ msgstr "" #: include/class/acc_ledger_fin.class.php:126 #: include/class/acc_ledger_fin.class.php:210 #: include/class/acc_ledger_purchase.class.php:119 +#: include/class/acc_ledger_purchase.class.php:121 +#: include/class/acc_ledger_purchase.class.php:121 #: include/class/acc_ledger_fin.class.php:126 #: include/class/acc_ledger_fin.class.php:210 -#: include/class/acc_ledger_purchase.class.php:119 msgid "Vous utilisez le mode strict la dernière operation est à la date du " msgstr "" @@ -2232,14 +2457,17 @@ msgstr "" #: include/class/acc_ledger_sold.class.php:738 #: include/class/acc_ledger_purchase.class.php:1462 #: include/class/acc_ledger.class.php:622 -#: include/template/ledger_detail_fin.php:107 +#: include/class/acc_ledger.class.php:638 +#: include/class/acc_ledger_purchase.class.php:1473 +#: include/class/acc_ledger_sold.class.php:741 +#: include/class/acc_ledger.class.php:622 +#: include/class/acc_ledger_purchase.class.php:1473 +#: include/class/acc_ledger_sold.class.php:741 +#: include/class/acc_ledger_fin.class.php:561 #: include/template/ledger_detail_misc.php:109 #: include/template/ledger_detail_ven.php:160 #: include/template/ledger_detail_ach.php:158 -#: include/class/acc_ledger_sold.class.php:738 -#: include/class/acc_ledger.class.php:638 -#: include/class/acc_ledger_fin.class.php:561 -#: include/class/acc_ledger_purchase.class.php:1462 +#: include/template/ledger_detail_fin.php:107 msgid "Compt. Analytique" msgstr "" @@ -2281,13 +2509,16 @@ msgstr "" #: include/class/acc_ledger.class.php:773 include/compta_ods.inc.php:51 #: include/compta_fin.inc.php:49 include/class/acc_ledger.class.php:774 #: include/class/acc_ledger_fin.class.php:1052 include/compta_ven.inc.php:251 -#: include/compta_ods.inc.php:51 include/compta_fin.inc.php:49 #: include/class/acc_ledger_sold.class.php:1132 -#: include/class/acc_ledger.class.php:790 -#: include/class/acc_ledger_fin.class.php:314 -#: include/class/acc_ledger_fin.class.php:1052 -#: include/class/acc_ledger_purchase.class.php:1072 -#: include/compta_ach.inc.php:236 +#: include/class/acc_ledger.class.php:790 include/compta_ach.inc.php:236 +#: include/class/acc_ledger.class.php:777 +#: include/class/acc_ledger_purchase.class.php:1083 +#: include/class/acc_ledger_sold.class.php:1099 include/compta_ach.inc.php:235 +#: include/compta_ven.inc.php:251 include/class/acc_ledger.class.php:777 +#: include/class/acc_ledger_purchase.class.php:1083 +#: include/class/acc_ledger_sold.class.php:1099 +#: include/class/acc_ledger_fin.class.php:314 include/compta_ods.inc.php:51 +#: include/compta_ach.inc.php:235 include/compta_fin.inc.php:49 msgid "Pas de journal disponible" msgstr "" @@ -2299,7 +2530,6 @@ msgstr "" #: include/class/acc_ledger_fin.class.php:1041 #: include/class/acc_ledger_fin.class.php:1040 #: include/class/acc_ledger_fin.class.php:1057 -#: include/class/acc_ledger_fin.class.php:1057 msgid "Tous les journaux financiers" msgstr "" @@ -2335,12 +2565,13 @@ msgstr "" #: include/class/acc_ledger_search.class.php:560 #: include/class/acc_ledger_fin.class.php:1087 #: include/class/anc_balance_double.class.php:370 -#: include/ajax/ajax_admin.php:149 include/anc_great_ledger.inc.php:23 +#: include/class/acc_ledger_search.class.php:646 +#: include/class/acc_ledger_search.class.php:669 +#: include/class/acc_ledger_search.class.php:669 +#: include/class/anc_listing.class.php:42 #: include/class/anc_balance_double.class.php:370 #: include/class/anc_balance_simple.class.php:193 -#: include/class/acc_ledger_search.class.php:560 -#: include/class/acc_ledger_fin.class.php:1087 -#: include/class/anc_listing.class.php:42 +#: include/ajax/ajax_admin.php:149 include/anc_great_ledger.inc.php:23 msgid "Rechercher" msgstr "" @@ -2389,15 +2620,25 @@ msgstr "" #: include/class/follow_up.class.php:1700 #: include/class/acc_ledger.class.php:207 #: include/class/anc_acc_list.class.php:334 -#: include/class/acc_ledger.class.php:1044 include/ajax/ajax_gestion.php:69 -#: include/class/acc_ledger_sold.class.php:92 +#: include/class/acc_ledger.class.php:1044 #: include/class/acc_ledger.class.php:225 #: include/class/acc_ledger.class.php:1060 -#: include/class/follow_up.class.php:1698 -#: include/class/follow_up.class.php:1700 -#: include/class/acc_ledger_purchase.class.php:89 +#: include/class/follow_up.class.php:1646 +#: include/class/follow_up.class.php:1648 +#: include/class/acc_ledger.class.php:224 +#: include/class/acc_ledger.class.php:1052 +#: include/class/acc_ledger_purchase.class.php:91 +#: include/class/follow_up.class.php:1678 +#: include/class/follow_up.class.php:1680 +#: include/class/follow_up.class.php:1678 +#: include/class/follow_up.class.php:1680 #: include/class/anc_acc_list.class.php:334 -#: include/class/anc_table.class.php:242 include/anc_od.inc.php:156 +#: include/class/acc_ledger.class.php:224 +#: include/class/acc_ledger.class.php:1052 +#: include/class/acc_ledger_purchase.class.php:91 +#: include/class/acc_ledger_sold.class.php:92 +#: include/class/anc_table.class.php:242 include/ajax/ajax_gestion.php:69 +#: include/anc_od.inc.php:156 msgid "Date invalide" msgstr "" @@ -2415,6 +2656,10 @@ msgstr "" #: include/class/acc_ledger.class.php:221 #: include/class/acc_ledger.class.php:235 #: include/class/acc_ledger.class.php:239 +#: include/class/acc_ledger.class.php:234 +#: include/class/acc_ledger.class.php:238 +#: include/class/acc_ledger.class.php:234 +#: include/class/acc_ledger.class.php:238 msgid "Cette opération n'existe pas" msgstr "" @@ -2426,6 +2671,8 @@ msgstr "" #: include/class/acc_ledger.class.php:228 #: include/class/acc_ledger.class.php:229 #: include/class/acc_ledger.class.php:247 +#: include/class/acc_ledger.class.php:246 +#: include/class/acc_ledger.class.php:246 msgid "PERIODE FERMEE" msgstr "" @@ -2449,9 +2696,15 @@ msgstr "" #: include/class/acc_ledger_search.class.php:930 #: include/class/acc_ledger_search.class.php:677 #: include/class/acc_ledger_search.class.php:943 -#: include/class/acc_ledger_search.class.php:677 -#: include/class/acc_ledger_search.class.php:943 -#: include/class/follow_up.class.php:775 +#: include/class/follow_up.class.php:775 include/class/follow_up.class.php:688 +#: include/class/acc_ledger_search.class.php:763 +#: include/class/acc_ledger_search.class.php:1032 +#: include/class/follow_up.class.php:711 +#: include/class/acc_ledger_search.class.php:786 +#: include/class/acc_ledger_search.class.php:1055 +#: include/class/follow_up.class.php:711 +#: include/class/acc_ledger_search.class.php:786 +#: include/class/acc_ledger_search.class.php:1055 msgid "Aucun enregistrement trouvé" msgstr "" @@ -2476,8 +2729,12 @@ msgstr "" #: include/class/acc_ledger_search.class.php:950 #: include/class/acc_ledger_search.class.php:708 #: include/class/acc_ledger_search.class.php:963 -#: include/class/acc_ledger_search.class.php:708 -#: include/class/acc_ledger_search.class.php:963 +#: include/class/acc_ledger_search.class.php:794 +#: include/class/acc_ledger_search.class.php:1052 +#: include/class/acc_ledger_search.class.php:817 +#: include/class/acc_ledger_search.class.php:1075 +#: include/class/acc_ledger_search.class.php:817 +#: include/class/acc_ledger_search.class.php:1075 msgid "Concerne" msgstr "" @@ -2504,9 +2761,13 @@ msgstr "" #: include/class/acc_ledger_search.class.php:864 #: include/class/acc_ledger_search.class.php:706 #: include/class/acc_ledger_search.class.php:877 +#: include/class/acc_ledger_search.class.php:792 +#: include/class/acc_ledger_search.class.php:966 +#: include/class/acc_ledger_search.class.php:815 +#: include/class/acc_ledger_search.class.php:989 +#: include/class/acc_ledger_search.class.php:815 +#: include/class/acc_ledger_search.class.php:989 #: include/template/ledger_detail_ven.php:86 -#: include/class/acc_ledger_search.class.php:706 -#: include/class/acc_ledger_search.class.php:877 msgid "Payé" msgstr "" @@ -2518,6 +2779,8 @@ msgstr "" #: include/class/acc_ledger.class.php:427 #: include/class/acc_ledger.class.php:428 #: include/class/acc_ledger.class.php:443 +#: include/class/acc_ledger.class.php:442 +#: include/class/acc_ledger.class.php:442 msgid "Parametres journaux non trouves" msgstr "" @@ -2736,71 +2999,111 @@ msgstr "" #: include/class/acc_ledger_history_purchase.class.php:249 #: include/export/export_ledger_csv.php:219 #: include/class/acc_ledger_history_purchase.class.php:253 -#: include/audit_log.php:37 include/template/letter_prop.php:25 -#: include/template/letter_prop.php:68 -#: include/template/print_ledger_simple.php:7 -#: include/template/acc_ledger_history_financial_oneline.php:31 -#: include/template/ledger_detail_fin.php:25 -#: include/template/ledger_detail_misc.php:34 -#: include/template/acc_ledger_history_sale_detail.php:34 -#: include/template/action_display_short.php:86 -#: include/template/acc_ledger_history_purchase_detail.php:33 -#: include/template/dashboard.php:345 include/template/ledger_detail_ven.php:32 -#: include/template/acc_ledger_history_purchase_oneline.php:35 -#: include/template/form_ledger_detail.php:22 -#: include/template/todo_list_display.php:44 -#: include/template/impress_reconciliation.php:10 -#: include/template/detail-action.php:95 -#: include/template/acc_ledger_history_sale_oneline.php:32 -#: include/template/acc_ledger_history_purchase_extended.php:31 -#: include/template/acc_ledger_history_sale_extended.php:31 -#: include/template/form_ledger_fin.php:20 -#: include/template/form_ledger_fin.php:39 include/template/letter_all.php:23 -#: include/template/stock_inv.php:37 -#: include/template/action_search_result.php:44 -#: include/template/ledger_detail_ach.php:24 -#: include/export/export_gl_pdf.php:88 -#: include/export/export_stock_histo_csv.php:40 -#: include/export/export_fiche_balance_csv.php:153 -#: include/export/export_poste_detail_csv.php:78 -#: include/export/export_poste_detail_csv.php:198 -#: include/export/export_poste_detail_pdf.php:92 -#: include/export/export_ledger_csv.php:219 #: include/export/export_printtva_pdf.php:45 -#: include/export/export_histo_csv.php:38 -#: include/export/export_fiche_detail_csv.php:70 -#: include/export/export_gl_csv.php:96 include/stock_inv_histo.inc.php:75 -#: include/ajax/ajax_display_letter.php:54 -#: include/balance_card_ageing.inc.php:58 include/fiche.inc.php:527 -#: include/class/print_ledger_simple.class.php:100 -#: include/class/print_ledger_detail_item.class.php:57 #: include/class/acc_ledger_history_generic.class.php:683 #: include/class/acc_ledger_history_generic.class.php:770 -#: include/class/acc_ledger_sold.class.php:687 #: include/class/acc_ledger_sold.class.php:1406 #: include/class/acc_ledger.class.php:617 #: include/class/acc_ledger.class.php:830 -#: include/class/acc_ledger_history_purchase.class.php:253 -#: include/class/acc_ledger_search.class.php:638 -#: include/class/acc_ledger_search.class.php:957 +#: include/class/acc_ledger_purchase.class.php:1832 include/fiche.inc.php:540 +#: include/class/acc_ledger_history_sale.class.php:252 +#: include/class/acc_ledger_search.class.php:724 +#: include/class/acc_ledger_search.class.php:1046 +#: include/class/acc_ledger_history_purchase.class.php:264 +#: include/class/acc_ledger.class.php:818 +#: include/class/print_ledger_misc.class.php:42 +#: include/class/fiche.class.php:1424 include/class/fiche.class.php:1499 +#: include/class/card_attribut_mtable.class.php:52 +#: include/class/acc_ledger_purchase.class.php:1418 +#: include/class/acc_ledger_purchase.class.php:1869 +#: include/class/acc_ledger_sold.class.php:690 +#: include/class/acc_ledger_sold.class.php:1391 +#: include/class/print_ledger_simple.class.php:97 +#: include/class/contact_option_ref_mtable.class.php:45 +#: include/class/acc_account_ledger.class.php:384 +#: include/class/print_ledger_detail_item.class.php:56 +#: include/class/acc_ledger_history_generic.class.php:684 +#: include/class/acc_ledger_history_generic.class.php:771 +#: include/class/anc_grandlivre.class.php:225 +#: include/ajax/ajax_display_letter.php:68 +#: include/export/export_printtva_pdf.php:47 +#: include/export/export_ledger_csv.php:227 +#: include/export/export_histo_csv.php:41 +#: include/template/form_ledger_detail.php:25 +#: include/template/detail-action.php:102 include/lib/ac_common.php:1220 +#: include/class/acc_ledger_search.class.php:747 +#: include/class/acc_ledger_search.class.php:1069 +#: include/class/anc_grandlivre.class.php:226 +#: include/export/export_poste_detail_pdf.php:93 +#: include/template/detail-action.php:104 +#: include/template/action_search_result.php:45 include/fiche.inc.php:540 +#: include/class/acc_ledger_history_sale.class.php:252 +#: include/class/anc_operation.class.php:297 #: include/class/anc_group_operation.class.php:111 -#: include/class/acc_ledger_fin.class.php:548 -#: include/class/acc_ledger_fin.class.php:753 -#: include/class/print_ledger_misc.class.php:43 -#: include/class/anc_listing.class.php:79 #: include/class/acc_reconciliation.class.php:483 #: include/class/acc_reconciliation.class.php:491 #: include/class/acc_reconciliation.class.php:507 -#: include/class/acc_ledger_history_sale.class.php:242 -#: include/class/anc_operation.class.php:297 -#: include/class/acc_account_ledger.class.php:392 -#: include/class/fiche.class.php:1397 include/class/fiche.class.php:1472 -#: include/class/acc_ledger_purchase.class.php:1407 -#: include/class/acc_ledger_purchase.class.php:1832 +#: include/class/acc_ledger_search.class.php:747 +#: include/class/acc_ledger_search.class.php:1069 +#: include/class/acc_ledger_history_purchase.class.php:264 +#: include/class/acc_ledger.class.php:601 +#: include/class/acc_ledger.class.php:818 +#: include/class/print_ledger_misc.class.php:42 +#: include/class/fiche.class.php:1424 include/class/fiche.class.php:1499 +#: include/class/anc_listing.class.php:79 +#: include/class/card_attribut_mtable.class.php:52 +#: include/class/acc_ledger_purchase.class.php:1418 +#: include/class/acc_ledger_purchase.class.php:1869 +#: include/class/acc_ledger_sold.class.php:690 +#: include/class/acc_ledger_sold.class.php:1391 +#: include/class/acc_ledger_fin.class.php:548 +#: include/class/acc_ledger_fin.class.php:753 +#: include/class/print_ledger_simple.class.php:97 +#: include/class/contact_option_ref_mtable.class.php:45 +#: include/class/acc_account_ledger.class.php:384 +#: include/class/print_ledger_detail_item.class.php:56 +#: include/class/acc_ledger_history_generic.class.php:684 +#: include/class/acc_ledger_history_generic.class.php:771 +#: include/class/balance_age.class.php:147 #: include/class/pdf_operation.class.php:67 -#: include/class/anc_grandlivre.class.php:213 -#: include/class/balance_age.class.php:147 include/lib/ac_common.php:1210 -#: include/card_attr.inc.php:80 +#: include/class/anc_grandlivre.class.php:226 include/audit_log.php:37 +#: include/ajax/ajax_display_letter.php:68 +#: include/export/export_printtva_pdf.php:47 +#: include/export/export_ledger_csv.php:227 +#: include/export/export_poste_detail_pdf.php:93 +#: include/export/export_gl_csv.php:96 +#: include/export/export_poste_detail_csv.php:78 +#: include/export/export_poste_detail_csv.php:198 +#: include/export/export_gl_pdf.php:88 +#: include/export/export_fiche_detail_csv.php:70 +#: include/export/export_stock_histo_csv.php:40 +#: include/export/export_histo_csv.php:41 +#: include/export/export_fiche_balance_csv.php:153 +#: include/template/ledger_detail_misc.php:34 +#: include/template/print_ledger_simple.php:7 +#: include/template/form_ledger_detail.php:25 +#: include/template/todo_list_display.php:44 +#: include/template/acc_ledger_history_purchase_extended.php:31 +#: include/template/action_display_short.php:86 +#: include/template/form_ledger_fin.php:20 +#: include/template/form_ledger_fin.php:39 +#: include/template/acc_ledger_history_sale_detail.php:34 +#: include/template/ledger_detail_ven.php:32 +#: include/template/detail-action.php:104 +#: include/template/acc_ledger_history_purchase_oneline.php:35 +#: include/template/letter_all.php:23 +#: include/template/acc_ledger_history_sale_oneline.php:32 +#: include/template/acc_ledger_history_financial_oneline.php:31 +#: include/template/acc_ledger_history_purchase_detail.php:33 +#: include/template/stock_inv.php:37 +#: include/template/action_search_result.php:45 +#: include/template/acc_ledger_history_sale_extended.php:31 +#: include/template/ledger_detail_ach.php:24 +#: include/template/letter_prop.php:25 include/template/letter_prop.php:68 +#: include/template/dashboard.php:345 include/template/ledger_detail_fin.php:25 +#: include/template/impress_reconciliation.php:10 +#: include/stock_inv_histo.inc.php:75 include/lib/ac_common.php:1220 +#: include/balance_card_ageing.inc.php:58 #, php-format msgid "Date" msgstr "" @@ -2827,9 +3130,12 @@ msgstr "" #: include/class/acc_ledger_sold.class.php:693 #: include/class/acc_ledger_purchase.class.php:1415 #: include/class/acc_ledger.class.php:604 -#: include/class/acc_ledger_sold.class.php:693 #: include/class/acc_ledger.class.php:620 -#: include/class/acc_ledger_purchase.class.php:1415 +#: include/class/acc_ledger_purchase.class.php:1426 +#: include/class/acc_ledger_sold.class.php:696 +#: include/class/acc_ledger.class.php:604 +#: include/class/acc_ledger_purchase.class.php:1426 +#: include/class/acc_ledger_sold.class.php:696 msgid "Période Comptable" msgstr "" @@ -2841,6 +3147,7 @@ msgstr "" #: include/class/acc_ledger.class.php:605 #: include/class/acc_ledger.class.php:606 #: include/class/acc_ledger.class.php:622 +#: include/class/acc_ledger.class.php:606 msgid "PJ Num" msgstr "" @@ -2852,6 +3159,7 @@ msgstr "" #: include/class/acc_ledger.class.php:609 #: include/class/acc_ledger.class.php:610 #: include/class/acc_ledger.class.php:626 +#: include/class/acc_ledger.class.php:610 msgid "Quick Code ou " msgstr "" @@ -2936,23 +3244,37 @@ msgstr "" #: include/class/anc_listing.class.php:80 include/class/fiche.class.php:1473 #: include/class/acc_ledger_history_generic.class.php:768 #: include/class/fiche.class.php:1474 -#: include/template/ledger_detail_ven.php:154 -#: include/template/ledger_detail_ach.php:152 -#: include/export/export_poste_detail_csv.php:79 -#: include/export/export_poste_detail_csv.php:194 -#: include/export/export_fiche_detail_csv.php:69 -#: include/ajax/ajax_display_letter.php:50 include/database.item.php:64 -#: include/database.item.php:79 #: include/class/print_ledger_detail_item.class.php:157 #: include/class/acc_ledger_history_generic.class.php:771 #: include/class/acc_ledger_sold.class.php:1414 #: include/class/acc_ledger.class.php:627 #: include/class/acc_ledger.class.php:902 -#: include/class/anc_listing.class.php:80 include/class/fiche.class.php:1474 -#: include/class/pre_op_advanced.class.php:196 -#: include/class/acc_ledger_purchase.class.php:1840 -#: include/class/anc_grandlivre.class.php:214 +#: include/class/acc_ledger_purchase.class.php:1840 include/fiche.inc.php:417 +#: include/class/acc_ledger.class.php:890 include/class/fiche.class.php:1501 +#: include/class/acc_ledger_purchase.class.php:1877 +#: include/class/acc_ledger_sold.class.php:1399 +#: include/class/pre_op_advanced.class.php:199 +#: include/class/acc_ledger_history_generic.class.php:772 +#: include/class/anc_grandlivre.class.php:226 +#: include/ajax/ajax_display_letter.php:64 include/database.item.php:63 +#: include/class/anc_grandlivre.class.php:227 include/fiche.inc.php:417 +#: include/class/acc_ledger.class.php:611 +#: include/class/acc_ledger.class.php:890 include/class/fiche.class.php:1501 +#: include/class/anc_listing.class.php:80 +#: include/class/acc_ledger_purchase.class.php:1877 +#: include/class/acc_ledger_sold.class.php:1399 +#: include/class/pre_op_advanced.class.php:199 #: include/class/anc_table.class.php:441 +#: include/class/print_ledger_detail_item.class.php:157 +#: include/class/acc_ledger_history_generic.class.php:772 +#: include/class/anc_grandlivre.class.php:227 +#: include/ajax/ajax_display_letter.php:64 +#: include/export/export_poste_detail_csv.php:79 +#: include/export/export_poste_detail_csv.php:194 +#: include/export/export_fiche_detail_csv.php:69 +#: include/template/ledger_detail_ven.php:154 +#: include/template/ledger_detail_ach.php:152 include/database.item.php:63 +#: include/database.item.php:78 msgid "Poste" msgstr "" @@ -3043,30 +3365,47 @@ msgstr "" #: include/class/acc_ledger_history_generic.class.php:771 #: include/class/fiche.class.php:1479 #: include/class/pdfbalance_simple.class.php:56 -#: include/impress_gl_comptes.inc.php:216 include/template/letter_prop.php:37 -#: include/template/letter_prop.php:80 -#: include/template/ledger_detail_misc.php:102 -#: include/template/ledger_detail_bottom.php:91 -#: include/template/anc_balance_group.php:49 -#: include/template/operation_detail_misc.php:35 -#: include/template/letter_all.php:35 include/export/export_gl_pdf.php:88 -#: include/export/export_fiche_balance_csv.php:157 -#: include/export/export_poste_detail_csv.php:88 -#: include/export/export_poste_detail_pdf.php:247 -#: include/export/export_fiche_detail_csv.php:77 -#: include/export/export_gl_csv.php:96 include/verif_bilan.inc.php:74 -#: include/operation_ods_new.inc.php:84 include/balance.inc.php:315 -#: include/class/anc_balance_double.class.php:99 #: include/class/acc_ledger_history_generic.class.php:774 #: include/class/acc_ledger.class.php:629 -#: include/class/acc_ledger.class.php:905 -#: include/class/anc_group_operation.class.php:137 -#: include/class/acc_account_ledger.class.php:399 -#: include/class/fiche.class.php:1479 -#: include/class/pre_op_advanced.class.php:199 -#: include/class/anc_grandlivre.class.php:220 +#: include/class/acc_ledger.class.php:905 include/fiche.inc.php:418 +#: include/class/anc_group_operation.class.php:138 +#: include/class/acc_ledger.class.php:893 include/class/fiche.class.php:1506 +#: include/class/acc_account_ledger.class.php:391 +#: include/class/pre_op_advanced.class.php:202 +#: include/class/acc_ledger_history_generic.class.php:775 +#: include/class/anc_grandlivre.class.php:233 +#: include/export/export_balance_csv.php:79 +#: include/template/ledger_detail_bottom.php:96 +#: include/operation_ods_new.inc.php:85 +#: include/class/anc_grandlivre.class.php:234 +#: include/export/export_poste_detail_pdf.php:248 +#: include/template/ledger_detail_bottom.php:97 include/fiche.inc.php:418 +#: include/class/anticipation.class.php:420 +#: include/class/anc_group_operation.class.php:138 +#: include/class/acc_ledger.class.php:613 +#: include/class/acc_ledger.class.php:893 #: include/class/pdfbalance_simple.class.php:56 -#: include/class/anticipation.class.php:420 include/anc_od.inc.php:148 +#: include/class/fiche.class.php:1506 +#: include/class/anc_balance_double.class.php:99 +#: include/class/acc_account_ledger.class.php:391 +#: include/class/pre_op_advanced.class.php:202 +#: include/class/acc_ledger_history_generic.class.php:775 +#: include/class/anc_grandlivre.class.php:234 +#: include/export/export_balance_csv.php:79 +#: include/export/export_poste_detail_pdf.php:248 +#: include/export/export_gl_csv.php:96 +#: include/export/export_poste_detail_csv.php:88 +#: include/export/export_gl_pdf.php:88 +#: include/export/export_fiche_detail_csv.php:77 +#: include/export/export_fiche_balance_csv.php:157 include/balance.inc.php:315 +#: include/impress_gl_comptes.inc.php:216 +#: include/template/ledger_detail_misc.php:102 +#: include/template/operation_detail_misc.php:35 +#: include/template/ledger_detail_bottom.php:97 +#: include/template/letter_all.php:35 include/template/anc_balance_group.php:49 +#: include/template/letter_prop.php:37 include/template/letter_prop.php:80 +#: include/operation_ods_new.inc.php:85 include/anc_od.inc.php:148 +#: include/verif_bilan.inc.php:74 msgid "Débit" msgstr "" @@ -3138,25 +3477,39 @@ msgstr "" #: include/class/acc_ledger_history_generic.class.php:772 #: include/class/fiche.class.php:1480 #: include/class/pdfbalance_simple.class.php:57 -#: include/impress_gl_comptes.inc.php:215 include/template/letter_prop.php:40 -#: include/template/letter_prop.php:83 -#: include/template/ledger_detail_misc.php:103 -#: include/template/ledger_detail_bottom.php:92 -#: include/template/operation_detail_misc.php:36 -#: include/template/letter_all.php:38 include/export/export_gl_pdf.php:88 -#: include/export/export_poste_detail_csv.php:89 -#: include/export/export_poste_detail_pdf.php:250 -#: include/export/export_fiche_detail_csv.php:78 -#: include/export/export_gl_csv.php:96 include/verif_bilan.inc.php:74 -#: include/operation_ods_new.inc.php:85 include/balance.inc.php:316 -#: include/class/anc_balance_double.class.php:100 #: include/class/acc_ledger_history_generic.class.php:775 -#: include/class/acc_ledger.class.php:630 -#: include/class/acc_account_ledger.class.php:400 -#: include/class/fiche.class.php:1480 -#: include/class/anc_grandlivre.class.php:221 +#: include/class/acc_ledger.class.php:630 include/fiche.inc.php:419 +#: include/class/fiche.class.php:1507 +#: include/class/acc_account_ledger.class.php:392 +#: include/class/acc_ledger_history_generic.class.php:776 +#: include/class/anc_grandlivre.class.php:234 +#: include/export/export_balance_csv.php:79 +#: include/template/ledger_detail_bottom.php:97 +#: include/operation_ods_new.inc.php:86 +#: include/class/anc_grandlivre.class.php:235 +#: include/export/export_poste_detail_pdf.php:251 +#: include/template/ledger_detail_bottom.php:98 include/fiche.inc.php:419 +#: include/class/anticipation.class.php:421 +#: include/class/acc_ledger.class.php:614 #: include/class/pdfbalance_simple.class.php:57 -#: include/class/anticipation.class.php:421 include/anc_od.inc.php:149 +#: include/class/fiche.class.php:1507 +#: include/class/anc_balance_double.class.php:100 +#: include/class/acc_account_ledger.class.php:392 +#: include/class/acc_ledger_history_generic.class.php:776 +#: include/class/anc_grandlivre.class.php:235 +#: include/export/export_balance_csv.php:79 +#: include/export/export_poste_detail_pdf.php:251 +#: include/export/export_gl_csv.php:96 +#: include/export/export_poste_detail_csv.php:89 +#: include/export/export_gl_pdf.php:88 +#: include/export/export_fiche_detail_csv.php:78 include/balance.inc.php:316 +#: include/impress_gl_comptes.inc.php:215 +#: include/template/ledger_detail_misc.php:103 +#: include/template/operation_detail_misc.php:36 +#: include/template/ledger_detail_bottom.php:98 +#: include/template/letter_all.php:38 include/template/letter_prop.php:40 +#: include/template/letter_prop.php:83 include/operation_ods_new.inc.php:86 +#: include/anc_od.inc.php:149 include/verif_bilan.inc.php:74 msgid "Crédit" msgstr "" @@ -3215,22 +3568,29 @@ msgstr "" #: include/template/acc_ledger_history_sale_oneline.php:121 #: include/template/acc_ledger_history_purchase_extended.php:160 #: include/template/acc_ledger_history_sale_extended.php:161 +#: include/class/acc_ledger_history_generic.class.php:741 +#: include/class/acc_ledger.class.php:740 include/fiche.inc.php:459 +#: include/class/fiche.class.php:1589 +#: include/class/acc_ledger_purchase.class.php:1601 +#: include/class/acc_ledger_sold.class.php:848 +#: include/class/acc_account_ledger.class.php:431 +#: include/class/acc_ledger_history_generic.class.php:742 +#: include/fiche.inc.php:459 include/class/acc_ledger.class.php:724 +#: include/class/fiche.class.php:1589 +#: include/class/acc_ledger_purchase.class.php:1601 +#: include/class/acc_ledger_sold.class.php:848 +#: include/class/acc_account_ledger.class.php:431 +#: include/class/acc_ledger_history_generic.class.php:742 +#: include/class/balance_age.class.php:234 +#: include/export/export_fiche_balance_pdf.php:153 #: include/template/print_ledger_simple.php:143 +#: include/template/acc_ledger_history_purchase_extended.php:160 #: include/template/acc_ledger_history_sale_detail.php:155 -#: include/template/acc_ledger_history_purchase_detail.php:168 #: include/template/acc_ledger_history_purchase_oneline.php:141 #: include/template/acc_ledger_history_sale_oneline.php:121 -#: include/template/acc_ledger_history_purchase_extended.php:160 +#: include/template/acc_ledger_history_purchase_detail.php:168 #: include/template/acc_ledger_history_sale_extended.php:161 #: include/template/forecast_result.php:31 -#: include/export/export_fiche_balance_pdf.php:153 include/fiche.inc.php:447 -#: include/class/acc_ledger_history_generic.class.php:741 -#: include/class/acc_ledger_sold.class.php:844 -#: include/class/acc_ledger.class.php:740 -#: include/class/acc_account_ledger.class.php:439 -#: include/class/fiche.class.php:1564 -#: include/class/acc_ledger_purchase.class.php:1588 -#: include/class/balance_age.class.php:234 msgid "Totaux" msgstr "" @@ -3242,6 +3602,7 @@ msgstr "" #: include/class/acc_ledger.class.php:727 #: include/class/acc_ledger.class.php:728 #: include/class/acc_ledger.class.php:744 +#: include/class/acc_ledger.class.php:728 msgid "verifie Imputation Analytique" msgstr "" @@ -3280,8 +3641,13 @@ msgstr "" #: include/class/acc_ledger.class.php:837 #: include/class/acc_ledger_sold.class.php:1112 #: include/class/acc_ledger.class.php:853 +#: include/class/acc_ledger.class.php:841 +#: include/class/acc_ledger_purchase.class.php:1057 +#: include/class/acc_ledger_sold.class.php:1079 +#: include/class/acc_ledger.class.php:841 +#: include/class/acc_ledger_purchase.class.php:1057 +#: include/class/acc_ledger_sold.class.php:1079 #: include/class/acc_ledger_fin.class.php:294 -#: include/class/acc_ledger_purchase.class.php:1046 msgid "Aucune période ouverte" msgstr "" @@ -3318,7 +3684,12 @@ msgstr "" #: include/class/acc_ledger.class.php:842 #: include/class/acc_ledger_sold.class.php:1116 #: include/class/acc_ledger.class.php:858 -#: include/class/acc_ledger_purchase.class.php:1052 +#: include/class/acc_ledger.class.php:846 +#: include/class/acc_ledger_purchase.class.php:1063 +#: include/class/acc_ledger_sold.class.php:1083 +#: include/class/acc_ledger.class.php:846 +#: include/class/acc_ledger_purchase.class.php:1063 +#: include/class/acc_ledger_sold.class.php:1083 msgid "Période comptable" msgstr "" @@ -3417,30 +3788,45 @@ msgstr "" #: include/class/print_ledger_simple.class.php:99 #: include/class/acc_ledger_history_purchase.class.php:252 #: include/class/acc_ledger_history_purchase.class.php:256 -#: include/template/balance_aged_result.php:47 -#: include/template/print_ledger_simple.php:6 -#: include/template/acc_ledger_history_financial_oneline.php:33 -#: include/template/ledger_detail_fin.php:66 +#: include/class/acc_ledger_sold.class.php:1411 +#: include/class/acc_ledger.class.php:874 +#: include/class/acc_ledger_purchase.class.php:1837 +#: include/class/acc_ledger_history_sale.class.php:255 +#: include/class/acc_ledger_search.class.php:732 +#: include/class/acc_ledger_search.class.php:1047 +#: include/class/acc_ledger_history_purchase.class.php:267 +#: include/class/acc_ledger.class.php:862 +#: include/class/acc_ledger_purchase.class.php:1874 +#: include/class/acc_ledger_sold.class.php:1396 +#: include/class/print_ledger_simple.class.php:96 +#: include/class/anc_grandlivre.class.php:231 include/lib/ac_common.php:1222 +#: include/class/acc_ledger_search.class.php:755 +#: include/class/acc_ledger_search.class.php:1070 +#: include/class/anc_grandlivre.class.php:232 +#: include/class/acc_ledger_history_sale.class.php:255 +#: include/class/acc_ledger_search.class.php:755 +#: include/class/acc_ledger_search.class.php:1070 +#: include/class/acc_ledger_history_purchase.class.php:267 +#: include/class/acc_ledger.class.php:862 +#: include/class/acc_ledger_purchase.class.php:1874 +#: include/class/acc_ledger_sold.class.php:1396 +#: include/class/print_ledger_simple.class.php:96 +#: include/class/pdf_operation.class.php:79 +#: include/class/anc_grandlivre.class.php:232 +#: include/export/export_gl_csv.php:96 include/export/export_gl_pdf.php:88 #: include/template/ledger_detail_misc.php:62 +#: include/template/print_ledger_simple.php:6 +#: include/template/acc_ledger_history_purchase_extended.php:37 #: include/template/acc_ledger_history_sale_detail.php:33 -#: include/template/acc_ledger_history_purchase_detail.php:32 #: include/template/ledger_detail_ven.php:71 #: include/template/acc_ledger_history_purchase_oneline.php:41 #: include/template/acc_ledger_history_sale_oneline.php:38 -#: include/template/acc_ledger_history_purchase_extended.php:37 +#: include/template/balance_aged_result.php:47 +#: include/template/acc_ledger_history_financial_oneline.php:33 +#: include/template/acc_ledger_history_purchase_detail.php:32 #: include/template/acc_ledger_history_sale_extended.php:37 #: include/template/ledger_detail_ach.php:63 -#: include/export/export_gl_pdf.php:88 include/export/export_gl_csv.php:96 -#: include/class/print_ledger_simple.class.php:99 -#: include/class/acc_ledger_sold.class.php:1411 -#: include/class/acc_ledger.class.php:874 -#: include/class/acc_ledger_history_purchase.class.php:256 -#: include/class/acc_ledger_search.class.php:646 -#: include/class/acc_ledger_search.class.php:958 -#: include/class/acc_ledger_history_sale.class.php:245 -#: include/class/acc_ledger_purchase.class.php:1837 -#: include/class/pdf_operation.class.php:79 -#: include/class/anc_grandlivre.class.php:218 include/lib/ac_common.php:1212 +#: include/template/ledger_detail_fin.php:66 include/lib/ac_common.php:1222 msgid "Pièce" msgstr "" @@ -3552,32 +3938,44 @@ msgstr "" #: include/class/acc_ledger_fin.class.php:754 #: include/class/anc_listing.class.php:86 include/class/fiche.class.php:1398 #: include/lib/ac_common.php:1215 include/fiche.inc.php:531 -#: include/class/fiche.class.php:1399 -#: include/template/operation_detail_fin.php:34 -#: include/template/acc_ledger_history_financial_oneline.php:36 -#: include/template/ledger_detail_misc.php:54 -#: include/template/ledger_detail_ven.php:157 -#: include/template/forecast-detail.php:15 -#: include/template/impress_reconciliation.php:22 -#: include/template/form_ledger_fin.php:43 -#: include/template/ledger_detail_ach.php:155 -#: include/export/export_anc_axis_csv.php:46 -#: include/export/export_poste_detail_csv.php:201 -#: include/export/export_form_csv.php:72 -#: include/ajax/ajax_anc_detail_operation.php:56 include/fiche.inc.php:531 -#: include/class/acc_ledger_sold.class.php:730 -#: include/class/acc_ledger.class.php:904 -#: include/class/acc_ledger_search.class.php:652 -#: include/class/acc_ledger_search.class.php:962 -#: include/class/anc_group_operation.class.php:136 +#: include/class/fiche.class.php:1399 include/class/acc_ledger.class.php:904 +#: include/fiche.inc.php:544 include/class/anc_group_operation.class.php:137 +#: include/class/acc_ledger_search.class.php:738 +#: include/class/acc_ledger_search.class.php:1051 +#: include/class/acc_ledger.class.php:892 +#: include/class/print_ledger_misc.class.php:47 +#: include/class/fiche.class.php:1426 +#: include/class/acc_ledger_purchase.class.php:1463 +#: include/class/acc_ledger_sold.class.php:733 +#: include/class/pre_op_advanced.class.php:201 include/lib/ac_common.php:1225 +#: include/class/acc_ledger_search.class.php:761 +#: include/class/acc_ledger_search.class.php:1074 include/fiche.inc.php:544 +#: include/class/anc_group_operation.class.php:137 +#: include/class/acc_ledger_search.class.php:761 +#: include/class/acc_ledger_search.class.php:1074 +#: include/class/acc_ledger.class.php:892 +#: include/class/print_ledger_misc.class.php:47 +#: include/class/fiche.class.php:1426 include/class/anc_listing.class.php:86 +#: include/class/acc_ledger_purchase.class.php:1463 +#: include/class/acc_ledger_sold.class.php:733 #: include/class/acc_ledger_fin.class.php:551 #: include/class/acc_ledger_fin.class.php:754 -#: include/class/print_ledger_misc.class.php:48 -#: include/class/anc_listing.class.php:86 include/class/fiche.class.php:1399 -#: include/class/pre_op_advanced.class.php:198 -#: include/class/acc_ledger_purchase.class.php:1452 +#: include/class/pre_op_advanced.class.php:201 #: include/class/pdf_operation.class.php:249 -#: include/class/pdf_operation.class.php:283 include/lib/ac_common.php:1215 +#: include/class/pdf_operation.class.php:283 +#: include/ajax/ajax_anc_detail_operation.php:56 +#: include/export/export_anc_axis_csv.php:46 +#: include/export/export_form_csv.php:72 +#: include/export/export_poste_detail_csv.php:201 +#: include/template/ledger_detail_misc.php:54 +#: include/template/operation_detail_fin.php:34 +#: include/template/form_ledger_fin.php:43 +#: include/template/ledger_detail_ven.php:157 +#: include/template/acc_ledger_history_financial_oneline.php:36 +#: include/template/forecast-detail.php:15 +#: include/template/ledger_detail_ach.php:155 +#: include/template/impress_reconciliation.php:22 +#: include/lib/ac_common.php:1225 msgid "Montant" msgstr "" @@ -3624,6 +4022,10 @@ msgstr "" #: include/class/acc_ledger.class.php:1252 #: include/class/acc_ledger.class.php:1125 #: include/class/acc_ledger.class.php:1268 +#: include/class/acc_ledger.class.php:1121 +#: include/class/acc_ledger.class.php:1264 +#: include/class/acc_ledger.class.php:1121 +#: include/class/acc_ledger.class.php:1264 #, php-format msgid "La fiche %s n'a pas de poste comptable" msgstr "" @@ -3638,6 +4040,8 @@ msgstr "" #: include/class/acc_ledger.class.php:1107 #: include/class/acc_ledger.class.php:1114 #: include/class/acc_ledger.class.php:1130 +#: include/class/acc_ledger.class.php:1126 +#: include/class/acc_ledger.class.php:1126 msgid "Poste Inexistant pour la fiche [" msgstr "" @@ -3673,6 +4077,8 @@ msgstr "" #: include/class/acc_ledger.class.php:1119 #: include/class/acc_ledger.class.php:1128 #: include/class/acc_ledger.class.php:1144 +#: include/class/acc_ledger.class.php:1140 +#: include/class/acc_ledger.class.php:1140 msgid "Poste invalide [" msgstr "" @@ -3686,6 +4092,8 @@ msgstr "" #: include/class/acc_ledger.class.php:1122 #: include/class/acc_ledger.class.php:1131 #: include/class/acc_ledger.class.php:1147 +#: include/class/acc_ledger.class.php:1143 +#: include/class/acc_ledger.class.php:1143 msgid "Poste Inexistant [" msgstr "" @@ -3699,6 +4107,8 @@ msgstr "" #: include/class/acc_ledger.class.php:1149 #: include/class/acc_ledger.class.php:1158 #: include/class/acc_ledger.class.php:1174 +#: include/class/acc_ledger.class.php:1170 +#: include/class/acc_ledger.class.php:1170 msgid "Balance incorrecte " msgstr "" @@ -3737,6 +4147,8 @@ msgstr "" #: include/class/acc_ledger.class.php:2205 #: include/class/acc_ledger.class.php:2214 #: include/class/acc_ledger.class.php:2230 +#: include/class/acc_ledger.class.php:2249 +#: include/class/acc_ledger.class.php:2249 msgid "Journal n'existe pas" msgstr "" @@ -3759,8 +4171,10 @@ msgstr "" #: include/class/acc_ledger_purchase.class.php:1698 #: include/class/acc_ledger_purchase.class.php:1701 #: include/class/print_ledger_simple.class.php:274 -#: include/class/print_ledger_simple.class.php:274 -#: include/class/acc_ledger_purchase.class.php:1701 +#: include/class/acc_ledger_purchase.class.php:1722 +#: include/class/print_ledger_simple.class.php:297 +#: include/class/acc_ledger_purchase.class.php:1722 +#: include/class/print_ledger_simple.class.php:297 msgid "Payé par" msgstr "" @@ -3768,7 +4182,8 @@ msgstr "" #: include/class_acc_ledger_purchase.php:84 #: include/class/class_acc_ledger_purchase.php:84 #: include/class/acc_ledger_purchase.class.php:84 -#: include/class/acc_ledger_purchase.class.php:84 +#: include/class/acc_ledger_purchase.class.php:86 +#: include/class/acc_ledger_purchase.class.php:86 msgid "Vous n'avez pas donné de fournisseur" msgstr "" @@ -3776,7 +4191,8 @@ msgstr "" #: include/class_acc_ledger_purchase.php:120 #: include/class/class_acc_ledger_purchase.php:120 #: include/class/acc_ledger_purchase.class.php:120 -#: include/class/acc_ledger_purchase.class.php:120 +#: include/class/acc_ledger_purchase.class.php:122 +#: include/class/acc_ledger_purchase.class.php:122 msgid " vous ne pouvez pas encoder à une date antérieure dans ce journal" msgstr "" @@ -3844,6 +4260,21 @@ msgstr "" #: include/class/acc_ledger_sold.class.php:210 #: include/class/acc_ledger_purchase.class.php:200 #: include/class/acc_ledger_purchase.class.php:225 +#: include/class/acc_ledger_purchase.class.php:132 +#: include/class/acc_ledger_purchase.class.php:157 +#: include/class/acc_ledger_purchase.class.php:176 +#: include/class/acc_ledger_purchase.class.php:182 +#: include/class/acc_ledger_purchase.class.php:187 +#: include/class/acc_ledger_purchase.class.php:202 +#: include/class/acc_ledger_purchase.class.php:227 +#: include/class/acc_ledger_purchase.class.php:132 +#: include/class/acc_ledger_purchase.class.php:157 +#: include/class/acc_ledger_purchase.class.php:174 +#: include/class/acc_ledger_purchase.class.php:176 +#: include/class/acc_ledger_purchase.class.php:182 +#: include/class/acc_ledger_purchase.class.php:187 +#: include/class/acc_ledger_purchase.class.php:202 +#: include/class/acc_ledger_purchase.class.php:227 #: include/class/acc_ledger_sold.class.php:129 #: include/class/acc_ledger_sold.class.php:152 #: include/class/acc_ledger_sold.class.php:164 @@ -3852,14 +4283,6 @@ msgstr "" #: include/class/acc_ledger_sold.class.php:176 #: include/class/acc_ledger_sold.class.php:180 #: include/class/acc_ledger_sold.class.php:210 -#: include/class/acc_ledger_purchase.class.php:130 -#: include/class/acc_ledger_purchase.class.php:155 -#: include/class/acc_ledger_purchase.class.php:172 -#: include/class/acc_ledger_purchase.class.php:174 -#: include/class/acc_ledger_purchase.class.php:180 -#: include/class/acc_ledger_purchase.class.php:185 -#: include/class/acc_ledger_purchase.class.php:200 -#: include/class/acc_ledger_purchase.class.php:225 msgid "La fiche " msgstr "" @@ -3880,10 +4303,12 @@ msgstr "" #: include/class/acc_ledger_sold.class.php:129 #: include/class/acc_ledger_sold.class.php:171 #: include/class/acc_ledger_purchase.class.php:200 +#: include/class/acc_ledger_purchase.class.php:132 +#: include/class/acc_ledger_purchase.class.php:202 +#: include/class/acc_ledger_purchase.class.php:132 +#: include/class/acc_ledger_purchase.class.php:202 #: include/class/acc_ledger_sold.class.php:129 #: include/class/acc_ledger_sold.class.php:171 -#: include/class/acc_ledger_purchase.class.php:130 -#: include/class/acc_ledger_purchase.class.php:200 msgid "n'a pas de poste comptable" msgstr "" @@ -3904,10 +4329,12 @@ msgstr "" #: include/class/acc_ledger_sold.class.php:145 #: include/class/acc_ledger_sold.class.php:204 #: include/class/acc_ledger_purchase.class.php:219 +#: include/class/acc_ledger_purchase.class.php:151 +#: include/class/acc_ledger_purchase.class.php:221 +#: include/class/acc_ledger_purchase.class.php:151 +#: include/class/acc_ledger_purchase.class.php:221 #: include/class/acc_ledger_sold.class.php:145 #: include/class/acc_ledger_sold.class.php:204 -#: include/class/acc_ledger_purchase.class.php:149 -#: include/class/acc_ledger_purchase.class.php:219 msgid "Pour la fiche " msgstr "" @@ -3923,9 +4350,10 @@ msgstr "" #: include/class/acc_ledger_purchase.class.php:149 #: include/class/acc_ledger_sold.class.php:145 #: include/class/acc_ledger_sold.class.php:204 +#: include/class/acc_ledger_purchase.class.php:151 +#: include/class/acc_ledger_purchase.class.php:151 #: include/class/acc_ledger_sold.class.php:145 #: include/class/acc_ledger_sold.class.php:204 -#: include/class/acc_ledger_purchase.class.php:149 msgid " le poste comptable [" msgstr "" @@ -3943,9 +4371,11 @@ msgstr "" #: include/class/acc_ledger_purchase.class.php:220 #: include/class/acc_ledger_sold.class.php:204 #: include/class/acc_ledger_purchase.class.php:219 +#: include/class/acc_ledger_purchase.class.php:151 +#: include/class/acc_ledger_purchase.class.php:221 +#: include/class/acc_ledger_purchase.class.php:151 +#: include/class/acc_ledger_purchase.class.php:221 #: include/class/acc_ledger_sold.class.php:204 -#: include/class/acc_ledger_purchase.class.php:149 -#: include/class/acc_ledger_purchase.class.php:219 msgid "n'existe pas" msgstr "" @@ -3966,10 +4396,12 @@ msgstr "" #: include/class/acc_ledger_sold.class.php:152 #: include/class/acc_ledger_sold.class.php:210 #: include/class/acc_ledger_purchase.class.php:225 +#: include/class/acc_ledger_purchase.class.php:157 +#: include/class/acc_ledger_purchase.class.php:227 +#: include/class/acc_ledger_purchase.class.php:157 +#: include/class/acc_ledger_purchase.class.php:227 #: include/class/acc_ledger_sold.class.php:152 #: include/class/acc_ledger_sold.class.php:210 -#: include/class/acc_ledger_purchase.class.php:155 -#: include/class/acc_ledger_purchase.class.php:225 msgid "n'est pas accessible à ce journal" msgstr "" @@ -3977,7 +4409,8 @@ msgstr "" #: include/class_acc_ledger_purchase.php:172 #: include/class/class_acc_ledger_purchase.php:172 #: include/class/acc_ledger_purchase.class.php:172 -#: include/class/acc_ledger_purchase.class.php:172 +#: include/class/acc_ledger_purchase.class.php:174 +#: include/class/acc_ledger_purchase.class.php:174 msgid "a un montant invalide" msgstr "" @@ -3985,7 +4418,8 @@ msgstr "" #: include/class_acc_ledger_purchase.php:174 #: include/class/class_acc_ledger_purchase.php:174 #: include/class/acc_ledger_purchase.class.php:174 -#: include/class/acc_ledger_purchase.class.php:174 +#: include/class/acc_ledger_purchase.class.php:176 +#: include/class/acc_ledger_purchase.class.php:176 msgid "a une quantité invalide" msgstr "" @@ -4005,10 +4439,12 @@ msgstr "" #: include/class/acc_ledger_purchase.class.php:185 #: include/class/acc_ledger_sold.class.php:176 #: include/class/acc_ledger_sold.class.php:180 +#: include/class/acc_ledger_purchase.class.php:182 +#: include/class/acc_ledger_purchase.class.php:187 +#: include/class/acc_ledger_purchase.class.php:182 +#: include/class/acc_ledger_purchase.class.php:187 #: include/class/acc_ledger_sold.class.php:176 #: include/class/acc_ledger_sold.class.php:180 -#: include/class/acc_ledger_purchase.class.php:180 -#: include/class/acc_ledger_purchase.class.php:185 msgid "a un code tva invalide" msgstr "" @@ -4022,8 +4458,9 @@ msgstr "" #: include/class/acc_ledger_purchase.class.php:194 #: include/class/acc_ledger_sold.class.php:190 #: include/class/acc_ledger_purchase.class.php:193 +#: include/class/acc_ledger_purchase.class.php:195 +#: include/class/acc_ledger_purchase.class.php:195 #: include/class/acc_ledger_sold.class.php:190 -#: include/class/acc_ledger_purchase.class.php:193 msgid " La TVA " msgstr "" @@ -4032,7 +4469,8 @@ msgstr "" #: include/class/class_acc_ledger_purchase.php:220 #: include/class/acc_ledger_purchase.class.php:220 #: include/class/acc_ledger_purchase.class.php:219 -#: include/class/acc_ledger_purchase.class.php:219 +#: include/class/acc_ledger_purchase.class.php:221 +#: include/class/acc_ledger_purchase.class.php:221 msgid " le poste comptable" msgstr "" @@ -4041,7 +4479,8 @@ msgstr "" #: include/class/class_acc_ledger_purchase.php:244 #: include/class/acc_ledger_purchase.class.php:244 #: include/class/acc_ledger_purchase.class.php:243 -#: include/class/acc_ledger_purchase.class.php:243 +#: include/class/acc_ledger_purchase.class.php:245 +#: include/class/acc_ledger_purchase.class.php:245 msgid "ce code n'a pas de poste comptable, créez ce poste : [" msgstr "" @@ -4050,7 +4489,8 @@ msgstr "" #: include/class/class_acc_ledger_purchase.php:254 #: include/class/acc_ledger_purchase.class.php:254 #: include/class/acc_ledger_purchase.class.php:253 -#: include/class/acc_ledger_purchase.class.php:253 +#: include/class/acc_ledger_purchase.class.php:255 +#: include/class/acc_ledger_purchase.class.php:255 #, php-format msgid "Pour la fiche %s, le compte contrepartie %s n'existe pas" msgstr "" @@ -4065,8 +4505,9 @@ msgstr "" #: include/class/acc_ledger_purchase.class.php:266 #: include/class/acc_ledger_sold.class.php:214 #: include/class/acc_ledger_purchase.class.php:265 +#: include/class/acc_ledger_purchase.class.php:267 +#: include/class/acc_ledger_purchase.class.php:267 #: include/class/acc_ledger_sold.class.php:214 -#: include/class/acc_ledger_purchase.class.php:265 msgid "Il n'y a aucune marchandise" msgstr "" @@ -4090,8 +4531,12 @@ msgstr "" #: include/class/acc_ledger_purchase.class.php:1433 #: include/class/acc_ledger_purchase.class.php:1008 #: include/class/acc_ledger_purchase.class.php:1436 -#: include/class/acc_ledger_purchase.class.php:1008 -#: include/class/acc_ledger_purchase.class.php:1436 +#: include/class/pre_op_ach.class.php:263 +#: include/class/acc_ledger_purchase.class.php:1019 +#: include/class/acc_ledger_purchase.class.php:1447 +#: include/class/pre_op_ach.class.php:263 +#: include/class/acc_ledger_purchase.class.php:1019 +#: include/class/acc_ledger_purchase.class.php:1447 msgid "Détail articles achetés" msgstr "" @@ -4110,8 +4555,8 @@ msgstr "" #: include/class/pre_op_ach.class.php:231 #: include/class/acc_ledger_purchase.class.php:1130 #: include/class/acc_ledger_purchase.class.php:1133 -#: include/class/pre_op_ach.class.php:231 -#: include/class/acc_ledger_purchase.class.php:1133 +#: include/class/acc_ledger_purchase.class.php:1144 +#: include/class/acc_ledger_purchase.class.php:1144 msgid "Fournisseur " msgstr "" @@ -4157,17 +4602,20 @@ msgstr "" #: include/class/print_ledger_simple.class.php:105 #: include/class/acc_ledger_history_purchase.class.php:253 #: include/class/acc_ledger_history_purchase.class.php:257 +#: include/class/acc_ledger_history_sale.class.php:256 +#: include/class/acc_ledger_history_purchase.class.php:268 +#: include/class/acc_ledger_purchase.class.php:1314 +#: include/class/acc_ledger_purchase.class.php:1441 +#: include/class/print_ledger_simple.class.php:102 include/database.item.php:12 +#: include/class/acc_ledger_history_sale.class.php:256 +#: include/class/acc_ledger_history_purchase.class.php:268 +#: include/class/acc_ledger_purchase.class.php:1314 +#: include/class/acc_ledger_purchase.class.php:1441 +#: include/class/print_ledger_simple.class.php:102 +#: include/class/pdf_operation.class.php:100 include/balance_age.inc.php:36 #: include/template/print_ledger_simple.php:10 #: include/template/acc_ledger_history_purchase_detail.php:36 -#: include/template/ledger_detail_ach.php:51 include/database.item.php:13 -#: include/balance_age.inc.php:36 -#: include/class/print_ledger_simple.class.php:105 -#: include/class/acc_ledger_history_purchase.class.php:257 -#: include/class/pre_op_ach.class.php:397 -#: include/class/acc_ledger_history_sale.class.php:246 -#: include/class/acc_ledger_purchase.class.php:1303 -#: include/class/acc_ledger_purchase.class.php:1430 -#: include/class/pdf_operation.class.php:100 +#: include/template/ledger_detail_ach.php:51 include/database.item.php:12 msgid "Fournisseur" msgstr "" @@ -4210,10 +4658,7 @@ msgstr "" #: include/class/acc_ledger_purchase.class.php:1324 #: include/class/acc_ledger_sold.class.php:1358 #: include/class/acc_ledger_purchase.class.php:1327 -#: include/compta_fin.inc.php:148 include/class/acc_ledger_sold.class.php:1367 -#: include/class/pre_op_ach.class.php:406 -#: include/class/acc_ledger_purchase.class.php:1327 -#: include/class/pre_op_ven.class.php:410 +#: include/class/acc_ledger_sold.class.php:1367 msgid "Ajout article" msgstr "" @@ -4234,8 +4679,10 @@ msgstr "" #: include/class/acc_ledger_purchase.class.php:1382 #: include/class/acc_ledger_sold.class.php:664 #: include/class/acc_ledger_purchase.class.php:1385 -#: include/class/acc_ledger_sold.class.php:664 -#: include/class/acc_ledger_purchase.class.php:1385 +#: include/class/acc_ledger_purchase.class.php:1396 +#: include/class/acc_ledger_sold.class.php:667 +#: include/class/acc_ledger_purchase.class.php:1396 +#: include/class/acc_ledger_sold.class.php:667 msgid "Détail opération " msgstr "" @@ -4286,13 +4733,19 @@ msgstr "" #: include/class/acc_ledger_sold.class.php:682 #: include/class/acc_ledger_purchase.class.php:1395 #: include/class/acc_ledger_purchase.class.php:1403 -#: include/template/form_ledger_detail.php:48 -#: include/class/acc_ledger_sold.class.php:674 -#: include/class/acc_ledger_sold.class.php:679 +#: include/class/acc_ledger_purchase.class.php:1406 +#: include/class/acc_ledger_purchase.class.php:1411 +#: include/class/acc_ledger_purchase.class.php:1414 +#: include/class/acc_ledger_sold.class.php:677 +#: include/class/acc_ledger_sold.class.php:685 +#: include/template/form_ledger_detail.php:51 +#: include/class/acc_ledger_purchase.class.php:1406 +#: include/class/acc_ledger_purchase.class.php:1411 +#: include/class/acc_ledger_purchase.class.php:1414 +#: include/class/acc_ledger_sold.class.php:677 #: include/class/acc_ledger_sold.class.php:682 -#: include/class/acc_ledger_purchase.class.php:1395 -#: include/class/acc_ledger_purchase.class.php:1400 -#: include/class/acc_ledger_purchase.class.php:1403 +#: include/class/acc_ledger_sold.class.php:685 +#: include/template/form_ledger_detail.php:51 msgid "Numéro Pièce" msgstr "" @@ -4318,9 +4771,12 @@ msgstr "" #: include/class/acc_ledger_sold.class.php:680 #: include/ext/modop/modop_save.php:170 #: include/class/acc_ledger_purchase.class.php:1401 -#: include/compta_ods.inc.php:99 include/compta_ods.inc.php:99 -#: include/class/acc_ledger_sold.class.php:680 -#: include/class/acc_ledger_purchase.class.php:1401 include/opening.inc.php:87 +#: include/compta_ods.inc.php:99 +#: include/class/acc_ledger_purchase.class.php:1412 +#: include/class/acc_ledger_sold.class.php:683 +#: include/class/acc_ledger_purchase.class.php:1412 +#: include/class/acc_ledger_sold.class.php:683 include/opening.inc.php:87 +#: include/compta_ods.inc.php:99 msgid "Attention numéro pièce existante, elle a du être adaptée" msgstr "" @@ -4356,13 +4812,19 @@ msgstr "" #: include/class/acc_ledger_purchase.class.php:1410 #: include/class/acc_ledger_search.class.php:629 #: include/class/acc_ledger_search.class.php:642 +#: include/class/acc_ledger_search.class.php:728 +#: include/class/acc_ledger_purchase.class.php:1421 +#: include/class/acc_ledger_sold.class.php:693 +#: include/export/export_histo_csv.php:42 +#: include/template/form_ledger_detail.php:33 +#: include/class/acc_ledger_search.class.php:751 +#: include/class/acc_ledger_search.class.php:751 +#: include/class/acc_ledger_purchase.class.php:1421 +#: include/class/acc_ledger_sold.class.php:693 +#: include/export/export_histo_csv.php:42 +#: include/template/form_ledger_detail.php:33 #: include/template/ledger_detail_ven.php:40 -#: include/template/form_ledger_detail.php:30 #: include/template/ledger_detail_ach.php:31 -#: include/export/export_histo_csv.php:39 -#: include/class/acc_ledger_sold.class.php:690 -#: include/class/acc_ledger_search.class.php:642 -#: include/class/acc_ledger_purchase.class.php:1410 msgid "Echeance" msgstr "" @@ -4404,16 +4866,42 @@ msgstr "" #: include/class/acc_ledger_purchase.class.php:1422 #: include/class/acc_ledger_search.class.php:941 #: include/class/acc_ledger_search.class.php:954 -#: include/template/form_ledger_detail.php:11 -#: include/export/export_poste_detail_pdf.php:96 #: include/export/export_printtva_csv.php:39 #: include/export/export_printtva_csv.php:58 -#: include/export/export_histo_csv.php:37 -#: include/export/export_ledger_pdf.php:83 include/compta_fin_saldo.inc.php:49 -#: include/verif_bilan.inc.php:74 include/class/acc_ledger_sold.class.php:700 -#: include/class/acc_ledger_search.class.php:954 -#: include/class/acc_ledger_purchase.class.php:1422 +#: unit-test/include/class/print_ledger_detail.classTest.php:75 +#: unit-test/include/class/print_ledger_fin.classTest.php:72 +#: unit-test/include/class/print_ledger_fin.classTest.php:83 +#: unit-test/include/class/print_ledger_fin.classTest.php:95 +#: unit-test/include/class/print_ledger_fin.classTest.php:106 +#: include/class/acc_ledger_search.class.php:1043 +#: include/class/operation_predef_mtable.class.php:51 +#: include/class/acc_ledger_purchase.class.php:1433 +#: include/class/acc_ledger_sold.class.php:703 +#: include/export/export_printtva_csv.php:51 +#: include/export/export_printtva_csv.php:70 +#: include/export/export_ledger_pdf.php:84 +#: include/export/export_histo_csv.php:40 +#: include/template/pre_operation_display.php:38 +#: include/class/acc_ledger_search.class.php:1066 +#: include/export/export_poste_detail_pdf.php:97 +#: unit-test/include/class/print_ledger_detail.classTest.php:75 +#: unit-test/include/class/print_ledger_fin.classTest.php:72 +#: unit-test/include/class/print_ledger_fin.classTest.php:83 +#: unit-test/include/class/print_ledger_fin.classTest.php:95 +#: unit-test/include/class/print_ledger_fin.classTest.php:106 +#: include/compta_fin_saldo.inc.php:49 +#: include/class/acc_ledger_search.class.php:1066 +#: include/class/operation_predef_mtable.class.php:51 +#: include/class/acc_ledger_purchase.class.php:1433 +#: include/class/acc_ledger_sold.class.php:703 #: include/class/pdf_operation.class.php:62 +#: include/export/export_poste_detail_pdf.php:97 +#: include/export/export_printtva_csv.php:51 +#: include/export/export_printtva_csv.php:70 +#: include/export/export_ledger_pdf.php:84 +#: include/export/export_histo_csv.php:40 +#: include/template/form_ledger_detail.php:11 +#: include/template/pre_operation_display.php:38 include/verif_bilan.inc.php:74 msgid "Journal" msgstr "" @@ -4459,16 +4947,23 @@ msgstr "" #: include/class/acc_ledger_purchase.class.php:1437 #: include/class/acc_ledger_sold.class.php:718 #: include/class/acc_ledger_purchase.class.php:1440 -#: include/upgrade-plugin.php:68 include/template/ledger_detail_ven.php:151 -#: include/template/stock_summary_list.php:45 -#: include/template/ledger_detail_ach.php:149 include/anc_group.inc.php:62 -#: include/ajax/ajax_add_menu.php:156 include/ajax/ajax_add_menu.php:211 -#: include/ajax/ajax_get_menu_detail.php:60 -#: include/ajax/ajax_plugin_detail.php:39 include/menu.inc.php:108 -#: include/class/print_ledger_detail_item.class.php:59 -#: include/class/acc_ledger_sold.class.php:718 -#: include/class/acc_ledger_purchase.class.php:1440 #: include/upgrade-plugin.php:68 +#: include/class/acc_ledger_purchase.class.php:1451 +#: include/class/acc_ledger_sold.class.php:721 +#: include/class/print_ledger_detail_item.class.php:58 +#: include/upgrade-plugin.php:71 +#: include/template/follow_up_other_concerned_display_table.php:42 +#: include/class/acc_ledger_purchase.class.php:1451 +#: include/class/acc_ledger_sold.class.php:721 +#: include/class/print_ledger_detail_item.class.php:58 +#: include/ajax/ajax_add_menu.php:156 include/ajax/ajax_add_menu.php:211 +#: include/ajax/ajax_plugin_detail.php:39 +#: include/ajax/ajax_get_menu_detail.php:60 include/anc_group.inc.php:62 +#: include/template/stock_summary_list.php:45 +#: include/template/ledger_detail_ven.php:151 +#: include/template/follow_up_other_concerned_display_table.php:42 +#: include/template/ledger_detail_ach.php:149 include/upgrade-plugin.php:71 +#: include/menu.inc.php:108 msgid "Code" msgstr "" @@ -4494,10 +4989,13 @@ msgstr "" #: include/class/acc_ledger_purchase.class.php:1438 #: include/class/acc_ledger_sold.class.php:719 #: include/class/acc_ledger_purchase.class.php:1441 -#: include/template/form_ledger_detail.php:72 +#: include/class/acc_ledger_purchase.class.php:1452 +#: include/class/acc_ledger_sold.class.php:722 +#: include/template/form_ledger_detail.php:75 +#: include/class/acc_ledger_purchase.class.php:1452 +#: include/class/acc_ledger_sold.class.php:722 +#: include/template/form_ledger_detail.php:75 #: include/template/predf_ledger_detail.php:17 -#: include/class/acc_ledger_sold.class.php:719 -#: include/class/acc_ledger_purchase.class.php:1441 msgid "Dénomination" msgstr "" @@ -4519,8 +5017,10 @@ msgstr "" #: include/class/acc_ledger_purchase.class.php:1439 #: include/class/acc_ledger_sold.class.php:720 #: include/class/acc_ledger_purchase.class.php:1442 -#: include/class/acc_ledger_sold.class.php:720 -#: include/class/acc_ledger_purchase.class.php:1442 +#: include/class/acc_ledger_purchase.class.php:1453 +#: include/class/acc_ledger_sold.class.php:723 +#: include/class/acc_ledger_purchase.class.php:1453 +#: include/class/acc_ledger_sold.class.php:723 msgid "prix" msgstr "" @@ -4582,15 +5082,25 @@ msgstr "" #: include/class/acc_ledger_sold.class.php:1420 #: include/class/acc_ledger_purchase.class.php:1443 #: include/class/acc_ledger_purchase.class.php:1849 -#: include/template/form_ledger_detail.php:75 -#: include/template/form_ledger_detail.php:82 +#: include/class/acc_ledger_sold.class.php:1429 +#: include/class/acc_ledger_purchase.class.php:1855 +#: include/class/acc_ledger_purchase.class.php:1454 +#: include/class/acc_ledger_purchase.class.php:1892 +#: include/class/acc_ledger_sold.class.php:724 +#: include/class/acc_ledger_sold.class.php:1414 +#: include/template/follow_up_detail_display.php:53 +#: include/template/form_ledger_detail.php:85 +#: include/template/newEmptyPHP_NOALYSS.php:38 +#: include/class/acc_ledger_purchase.class.php:1454 +#: include/class/acc_ledger_purchase.class.php:1892 +#: include/class/acc_ledger_sold.class.php:724 +#: include/class/acc_ledger_sold.class.php:1414 +#: include/template/follow_up_detail_display.php:53 +#: include/template/form_ledger_detail.php:78 +#: include/template/form_ledger_detail.php:85 #: include/template/predf_ledger_detail.php:20 #: include/template/predf_ledger_detail.php:27 -#: include/template/detail-action.php:320 -#: include/class/acc_ledger_sold.class.php:721 -#: include/class/acc_ledger_sold.class.php:1429 -#: include/class/acc_ledger_purchase.class.php:1443 -#: include/class/acc_ledger_purchase.class.php:1855 +#: include/template/newEmptyPHP_NOALYSS.php:38 msgid "quantité" msgstr "" @@ -4616,10 +5126,13 @@ msgstr "" #: include/class/acc_ledger_purchase.class.php:1444 #: include/class/acc_ledger_sold.class.php:725 #: include/class/acc_ledger_purchase.class.php:1447 -#: include/template/form_ledger_detail.php:77 +#: include/class/acc_ledger_purchase.class.php:1458 +#: include/class/acc_ledger_sold.class.php:728 +#: include/template/form_ledger_detail.php:80 +#: include/class/acc_ledger_purchase.class.php:1458 +#: include/class/acc_ledger_sold.class.php:728 +#: include/template/form_ledger_detail.php:80 #: include/template/predf_ledger_detail.php:22 -#: include/class/acc_ledger_sold.class.php:725 -#: include/class/acc_ledger_purchase.class.php:1447 msgid "tva" msgstr "" @@ -4678,7 +5191,6 @@ msgstr "" #: include/class/acc_ledger_sold.class.php:1418 #: include/class/acc_ledger_purchase.class.php:1448 #: include/class/acc_ledger_purchase.class.php:1847 -#: include/template/detail-action.php:322 #: include/template/tax_summary_display.php:63 #: include/template/tax_summary_display.php:125 #: include/template/tax_summary_display.php:212 @@ -4687,12 +5199,34 @@ msgstr "" #: include/export/export_printtva_csv.php:63 #: include/export/export_printtva_pdf.php:57 #: include/export/export_printtva_pdf.php:212 -#: include/class/acc_ledger_sold.class.php:726 #: include/class/acc_ledger_sold.class.php:1427 -#: include/class/acc_ledger_purchase.class.php:1448 #: include/class/acc_ledger_purchase.class.php:1853 +#: include/class/acc_ledger_purchase.class.php:1459 +#: include/class/acc_ledger_purchase.class.php:1890 +#: include/class/acc_ledger_sold.class.php:729 +#: include/class/acc_ledger_sold.class.php:1412 +#: include/export/export_printtva_pdf.php:59 +#: include/export/export_printtva_pdf.php:216 +#: include/export/export_printtva_csv.php:55 +#: include/export/export_printtva_csv.php:75 +#: include/template/follow_up_detail_display.php:55 +#: include/template/newEmptyPHP_NOALYSS.php:40 +#: include/class/acc_ledger_purchase.class.php:1459 +#: include/class/acc_ledger_purchase.class.php:1890 +#: include/class/acc_ledger_sold.class.php:729 +#: include/class/acc_ledger_sold.class.php:1412 #: include/class/pdf_operation.class.php:153 #: include/class/pdf_operation.class.php:198 +#: include/export/export_printtva_pdf.php:59 +#: include/export/export_printtva_pdf.php:216 +#: include/export/export_printtva_csv.php:55 +#: include/export/export_printtva_csv.php:75 +#: include/template/follow_up_detail_display.php:55 +#: include/template/tax_summary_display.php:63 +#: include/template/tax_summary_display.php:125 +#: include/template/tax_summary_display.php:212 +#: include/template/tax_summary_display.php:300 +#: include/template/newEmptyPHP_NOALYSS.php:40 msgid "Montant TVA" msgstr "" @@ -4718,8 +5252,10 @@ msgstr "" #: include/class/acc_ledger_purchase.class.php:1446 #: include/class/acc_ledger_sold.class.php:727 #: include/class/acc_ledger_purchase.class.php:1449 -#: include/class/acc_ledger_sold.class.php:727 -#: include/class/acc_ledger_purchase.class.php:1449 +#: include/class/acc_ledger_purchase.class.php:1460 +#: include/class/acc_ledger_sold.class.php:730 +#: include/class/acc_ledger_purchase.class.php:1460 +#: include/class/acc_ledger_sold.class.php:730 #: include/class/pdf_operation.class.php:151 #: include/class/pdf_operation.class.php:196 msgid "Montant HTVA" @@ -4751,9 +5287,14 @@ msgstr "" #: include/class/acc_ledger_purchase.class.php:1447 #: include/class/acc_ledger_sold.class.php:728 #: include/class/acc_ledger_purchase.class.php:1450 -#: include/template/detail-action.php:323 -#: include/class/acc_ledger_sold.class.php:728 -#: include/class/acc_ledger_purchase.class.php:1450 +#: include/class/acc_ledger_purchase.class.php:1461 +#: include/class/acc_ledger_sold.class.php:731 +#: include/template/follow_up_detail_display.php:56 +#: include/template/newEmptyPHP_NOALYSS.php:41 +#: include/class/acc_ledger_purchase.class.php:1461 +#: include/class/acc_ledger_sold.class.php:731 +#: include/template/follow_up_detail_display.php:56 +#: include/template/newEmptyPHP_NOALYSS.php:41 msgid "Montant TVAC" msgstr "" @@ -4779,9 +5320,12 @@ msgstr "" #: include/class/acc_ledger_purchase.class.php:1546 #: include/class/acc_ledger_sold.class.php:804 #: include/class/acc_ledger_purchase.class.php:1549 -#: include/class/acc_ledger_sold.class.php:804 -#: include/class/acc_ledger_purchase.class.php:1549 -#: include/lib/message_javascript.php:59 +#: include/class/acc_ledger_purchase.class.php:1560 +#: include/class/acc_ledger_sold.class.php:807 +#: include/lib/message_javascript.php:60 +#: include/class/acc_ledger_purchase.class.php:1560 +#: include/class/acc_ledger_sold.class.php:807 +#: include/lib/message_javascript.php:60 msgid "Attention Différence entre TVA calculée et donnée" msgstr "" @@ -4797,7 +5341,8 @@ msgstr "" #: include/class/acc_ledger_purchase.class.php:1610 #: include/class/acc_ledger_purchase.class.php:1627 #: include/class/acc_ledger_purchase.class.php:1630 -#: include/class/acc_ledger_purchase.class.php:1630 +#: include/class/acc_ledger_purchase.class.php:1643 +#: include/class/acc_ledger_purchase.class.php:1643 msgid "Vérifiez imputation analytique" msgstr "" @@ -4825,9 +5370,12 @@ msgstr "" #: include/class/acc_ledger_purchase.class.php:1643 #: include/class/acc_ledger_sold.class.php:900 #: include/class/acc_ledger_purchase.class.php:1646 -#: include/template/predf_ledger_detail.php:75 -#: include/class/acc_ledger_sold.class.php:900 -#: include/class/acc_ledger_purchase.class.php:1646 +#: include/class/acc_ledger_purchase.class.php:1659 +#: include/class/acc_ledger_sold.class.php:904 +#: include/template/predf_ledger_detail.php:77 +#: include/class/acc_ledger_purchase.class.php:1659 +#: include/class/acc_ledger_sold.class.php:904 +#: include/template/predf_ledger_detail.php:77 msgid "Total TVA" msgstr "" @@ -4855,9 +5403,12 @@ msgstr "" #: include/class/acc_ledger_purchase.class.php:1644 #: include/class/acc_ledger_sold.class.php:901 #: include/class/acc_ledger_purchase.class.php:1647 -#: include/template/predf_ledger_detail.php:76 -#: include/class/acc_ledger_sold.class.php:901 -#: include/class/acc_ledger_purchase.class.php:1647 +#: include/class/acc_ledger_purchase.class.php:1660 +#: include/class/acc_ledger_sold.class.php:905 +#: include/template/predf_ledger_detail.php:78 +#: include/class/acc_ledger_purchase.class.php:1660 +#: include/class/acc_ledger_sold.class.php:905 +#: include/template/predf_ledger_detail.php:78 msgid "Total TVAC" msgstr "" @@ -4884,7 +5435,10 @@ msgstr "" #: include/class/acc_ledger_sold.class.php:944 #: include/class/acc_ledger_purchase.class.php:1702 #: include/class/acc_ledger_sold.class.php:946 -#: include/class/acc_ledger_purchase.class.php:1702 +#: include/class/acc_ledger_purchase.class.php:1724 +#: include/class/acc_ledger_sold.class.php:950 +#: include/class/acc_ledger_purchase.class.php:1724 +#: include/class/acc_ledger_sold.class.php:950 msgid "Déduction acompte " msgstr "" @@ -4911,7 +5465,10 @@ msgstr "" #: include/class/acc_ledger_sold.class.php:945 #: include/class/acc_ledger_purchase.class.php:1703 #: include/class/acc_ledger_sold.class.php:947 -#: include/class/acc_ledger_purchase.class.php:1703 +#: include/class/acc_ledger_purchase.class.php:1725 +#: include/class/acc_ledger_sold.class.php:951 +#: include/class/acc_ledger_purchase.class.php:1725 +#: include/class/acc_ledger_sold.class.php:951 msgid "Libellé :" msgstr "" @@ -4941,6 +5498,10 @@ msgstr "" #: include/class/acc_ledger_purchase.class.php:1726 #: include/class/acc_ledger_sold.class.php:986 #: include/class/acc_ledger_purchase.class.php:1732 +#: include/class/acc_ledger_purchase.class.php:1756 +#: include/class/acc_ledger_sold.class.php:990 +#: include/class/acc_ledger_purchase.class.php:1756 +#: include/class/acc_ledger_sold.class.php:990 #: include/operation_ods_confirm.inc.php:76 msgid "Ajoutez une pièce justificative " msgstr "" @@ -4959,6 +5520,8 @@ msgstr "" #: include/class/acc_ledger_purchase.class.php:1729 #: include/class/acc_ledger_purchase.class.php:1732 #: include/class/acc_ledger_purchase.class.php:1738 +#: include/class/acc_ledger_purchase.class.php:1762 +#: include/class/acc_ledger_purchase.class.php:1762 msgid "ou générer un document" msgstr "" @@ -4986,6 +5549,10 @@ msgstr "" #: include/class/acc_ledger_purchase.class.php:1743 #: include/class/acc_ledger_sold.class.php:1003 #: include/class/acc_ledger_purchase.class.php:1749 +#: include/class/acc_ledger_purchase.class.php:1773 +#: include/class/acc_ledger_sold.class.php:1007 +#: include/class/acc_ledger_purchase.class.php:1773 +#: include/class/acc_ledger_sold.class.php:1007 msgid "Numero de bon de commande : " msgstr "" @@ -5013,6 +5580,10 @@ msgstr "" #: include/class/acc_ledger_purchase.class.php:1744 #: include/class/acc_ledger_sold.class.php:1004 #: include/class/acc_ledger_purchase.class.php:1750 +#: include/class/acc_ledger_purchase.class.php:1774 +#: include/class/acc_ledger_sold.class.php:1008 +#: include/class/acc_ledger_purchase.class.php:1774 +#: include/class/acc_ledger_sold.class.php:1008 msgid "Autre information : " msgstr "" @@ -5040,6 +5611,8 @@ msgstr "" #: include/class/acc_ledger_purchase.class.php:1776 #: include/class/acc_ledger_sold.class.php:1035 #: include/class/acc_ledger_purchase.class.php:1782 +#: include/class/acc_ledger_purchase.class.php:1806 +#: include/class/acc_ledger_purchase.class.php:1806 msgid "Echeance dépassée" msgstr "" @@ -5067,6 +5640,8 @@ msgstr "" #: include/class/acc_ledger_purchase.class.php:1778 #: include/class/acc_ledger_sold.class.php:1037 #: include/class/acc_ledger_purchase.class.php:1784 +#: include/class/acc_ledger_purchase.class.php:1808 +#: include/class/acc_ledger_purchase.class.php:1808 msgid "Non Payée" msgstr "" @@ -5097,7 +5672,10 @@ msgstr "" #: include/history_operation.inc.php:150 include/history_operation.inc.php:156 #: include/class/acc_ledger_sold.class.php:1046 #: include/class/acc_ledger_purchase.class.php:1793 -#: include/history_operation.inc.php:156 +#: include/history_operation.inc.php:168 +#: include/class/acc_ledger_purchase.class.php:1817 +#: include/history_operation.inc.php:168 +#: include/class/acc_ledger_purchase.class.php:1817 msgid "Mise à jour paiement" msgstr "" @@ -5190,20 +5768,29 @@ msgstr "" #: include/class/acc_ledger_sold.class.php:1074 #: include/class/acc_ledger_sold.class.php:1330 #: include/class/print_ledger_simple.class.php:103 +#: include/class/acc_ledger_sold.class.php:1083 +#: include/class/acc_ledger_sold.class.php:1339 +#: include/class/pre_op_ach.class.php:394 +#: include/class/pre_op_ven.class.php:392 +#: include/class/acc_ledger_sold.class.php:710 +#: include/class/acc_ledger_sold.class.php:1050 +#: include/class/acc_ledger_sold.class.php:1306 +#: include/class/print_ledger_simple.class.php:100 include/database.item.php:16 +#: include/class/pre_op_ach.class.php:394 +#: include/class/pre_op_ven.class.php:392 +#: include/class/acc_ledger_sold.class.php:710 +#: include/class/acc_ledger_sold.class.php:1050 +#: include/class/acc_ledger_sold.class.php:1306 +#: include/class/print_ledger_simple.class.php:100 +#: include/class/pdf_operation.class.php:103 include/balance_age.inc.php:35 #: include/template/print_ledger_simple.php:10 +#: include/template/acc_ledger_history_purchase_extended.php:43 #: include/template/acc_ledger_history_sale_detail.php:37 #: include/template/ledger_detail_ven.php:59 #: include/template/acc_ledger_history_purchase_oneline.php:47 #: include/template/acc_ledger_history_sale_oneline.php:44 -#: include/template/acc_ledger_history_purchase_extended.php:43 #: include/template/acc_ledger_history_sale_extended.php:43 -#: include/database.item.php:17 include/balance_age.inc.php:35 -#: include/class/print_ledger_simple.class.php:103 -#: include/class/acc_ledger_sold.class.php:707 -#: include/class/acc_ledger_sold.class.php:1083 -#: include/class/acc_ledger_sold.class.php:1339 -#: include/class/pdf_operation.class.php:103 -#: include/class/pre_op_ven.class.php:397 +#: include/database.item.php:16 msgid "Client" msgstr "" @@ -5229,9 +5816,13 @@ msgstr "" #: include/class/pre_op_ven.class.php:266 #: include/class/acc_ledger_sold.class.php:714 #: include/class/acc_ledger_sold.class.php:1206 -#: include/class/acc_ledger_sold.class.php:714 #: include/class/acc_ledger_sold.class.php:1215 -#: include/class/pre_op_ven.class.php:266 +#: include/class/pre_op_ven.class.php:261 +#: include/class/acc_ledger_sold.class.php:717 +#: include/class/acc_ledger_sold.class.php:1182 +#: include/class/pre_op_ven.class.php:261 +#: include/class/acc_ledger_sold.class.php:717 +#: include/class/acc_ledger_sold.class.php:1182 msgid "Détail articles vendus" msgstr "" @@ -5243,7 +5834,8 @@ msgstr "" #: include/class/class_acc_ledger_sold.php:844 #: include/class/acc_ledger_sold.class.php:867 #: include/class/acc_ledger_sold.class.php:884 -#: include/class/acc_ledger_sold.class.php:884 +#: include/class/acc_ledger_sold.class.php:888 +#: include/class/acc_ledger_sold.class.php:888 msgid "Vérifiez Imputation Analytique" msgstr "" @@ -5256,6 +5848,8 @@ msgstr "" #: include/class/acc_ledger_sold.class.php:966 #: include/class/acc_ledger_sold.class.php:983 #: include/class/acc_ledger_sold.class.php:992 +#: include/class/acc_ledger_sold.class.php:996 +#: include/class/acc_ledger_sold.class.php:996 msgid "ou générer une facture" msgstr "" @@ -5272,6 +5866,8 @@ msgstr "" #: include/class/pdf_operation.class.php:70 #: include/class/acc_ledger_sold.class.php:1081 #: include/class/acc_ledger_sold.class.php:1090 +#: include/class/acc_ledger_sold.class.php:1057 +#: include/class/acc_ledger_sold.class.php:1057 #: include/class/pdf_operation.class.php:70 msgid "Echéance" msgstr "" @@ -5488,51 +6084,88 @@ msgstr "" #: include/template/param_jrn.php:85 include/class/fiche.class.php:1398 #: include/class/fiche.class.php:1477 #: include/class/print_ledger_simple.class.php:108 -#: include/cfgplugin.inc.php:115 include/template/letter_prop.php:34 -#: include/template/letter_prop.php:77 include/template/category_of_card.php:28 -#: include/template/print_ledger_simple.php:11 -#: include/template/param_jrn.php:129 include/template/pcmn_update.php:38 -#: include/template/menu_detail.php:43 -#: include/template/acc_ledger_history_sale_detail.php:38 -#: include/template/action_display_short.php:114 -#: include/template/acc_ledger_history_purchase_detail.php:37 -#: include/template/dashboard.php:347 include/template/profile.php:37 -#: include/template/ledger_detail_ven.php:127 -#: include/template/acc_ledger_history_purchase_oneline.php:50 -#: include/template/operation_detail_ven.php:36 -#: include/template/detail-action.php:243 -#: include/template/detail-action.php:318 -#: include/template/detail-action.php:471 -#: include/template/acc_ledger_history_sale_oneline.php:47 -#: include/template/acc_ledger_history_purchase_extended.php:46 -#: include/template/operation_detail_ach.php:36 -#: include/template/acc_ledger_history_sale_extended.php:46 -#: include/template/tag_search_select.php:21 include/template/tag_select.php:23 -#: include/template/letter_all.php:32 include/template/tag_detail.php:24 -#: include/template/ledger_detail_ach.php:119 include/template/tag_list.php:15 -#: include/anc_group.inc.php:62 include/export/export_anc_axis_csv.php:45 +#: include/template/param_jrn.php:129 include/modele.inc.php:249 +#: include/modele.inc.php:363 include/database.item.php:160 +#: include/class/acc_ledger_search.class.php:740 +#: include/class/acc_ledger_search.class.php:1049 +#: include/class/acc_ledger_search.class.php:1194 +#: include/class/operation_predef_mtable.class.php:54 +#: include/class/fiche.class.php:1425 include/class/fiche.class.php:1504 +#: include/class/anc_plan.class.php:139 include/class/anc_plan.class.php:155 +#: include/class/print_ledger_simple.class.php:105 +#: include/class/user.class.php:994 +#: include/class/acc_account_ledger.class.php:389 +#: include/export/export_histo_csv.php:47 +#: include/template/follow_up_detail_display.php:51 +#: include/template/tag_select.php:25 include/template/detail-action.php:260 +#: include/template/detail-action.php:280 +#: include/template/detail-action.php:287 +#: include/template/detail-action.php:330 +#: include/template/detail-action.php:486 +#: include/template/tag_search_select.php:24 include/template/tag_list.php:16 +#: include/template/param_jrn.php:130 +#: include/template/newEmptyPHP_NOALYSS.php:36 +#: include/template/card_multiple_result.php:20 include/lib/ac_common.php:1223 +#: include/upgrade-plugin.php:65 include/class/acc_ledger_search.class.php:763 +#: include/class/acc_ledger_search.class.php:1072 +#: include/class/acc_ledger_search.class.php:1217 +#: include/template/detail-action.php:284 +#: include/template/detail-action.php:291 +#: include/template/detail-action.php:499 include/template/tag_detail.php:26 +#: include/dossier.inc.php:231 include/dossier.inc.php:345 +#: include/compta_fin_saldo.inc.php:50 +#: include/class/tva_rate_mtable.class.php:50 +#: include/class/anc_account_table.class.php:49 +#: include/class/acc_ledger_search.class.php:763 +#: include/class/acc_ledger_search.class.php:1072 +#: include/class/acc_ledger_search.class.php:1217 +#: include/class/operation_predef_mtable.class.php:54 +#: include/class/fiche.class.php:1425 include/class/fiche.class.php:1504 +#: include/class/anc_listing.class.php:83 include/class/anc_plan.class.php:139 +#: include/class/anc_plan.class.php:155 +#: include/class/print_ledger_simple.class.php:105 +#: include/class/user.class.php:994 +#: include/class/acc_account_ledger.class.php:389 +#: include/class/anc_table.class.php:442 include/cfgplugin.inc.php:115 +#: include/ajax/ajax_plugin_detail.php:43 include/ajax/ajax_admin.php:234 +#: include/ajax/ajax_boxcard_search.php:59 include/modele.inc.php:249 +#: include/modele.inc.php:363 include/upgrade-template.php:51 +#: include/export/export_anc_axis_csv.php:45 +#: include/export/export_form_csv.php:71 #: include/export/export_poste_detail_csv.php:87 #: include/export/export_poste_detail_csv.php:200 -#: include/export/export_form_csv.php:71 include/export/export_histo_csv.php:44 -#: include/export/export_fiche_detail_csv.php:76 include/profile.inc.php:361 -#: include/dossier.inc.php:228 include/dossier.inc.php:342 -#: include/compta_fin_saldo.inc.php:50 include/ajax/ajax_admin.php:234 -#: include/ajax/ajax_boxcard_search.php:59 -#: include/ajax/ajax_plugin_detail.php:43 include/upgrade-template.php:51 -#: include/modele.inc.php:249 include/modele.inc.php:363 -#: include/menu.inc.php:110 include/database.item.php:160 -#: include/class/print_ledger_simple.class.php:108 -#: include/class/tva_rate_mtable.class.php:50 -#: include/class/acc_ledger_search.class.php:654 -#: include/class/acc_ledger_search.class.php:960 -#: include/class/acc_ledger_search.class.php:1105 -#: include/class/anc_listing.class.php:83 -#: include/class/acc_account_ledger.class.php:397 -#: include/class/anc_plan.class.php:138 include/class/anc_plan.class.php:154 -#: include/class/fiche.class.php:1398 include/class/fiche.class.php:1477 -#: include/class/user.class.php:991 include/class/anc_table.class.php:442 -#: include/class/anc_account_table.class.php:49 include/lib/ac_common.php:1213 -#: include/upgrade-plugin.php:62 include/card_attr.inc.php:95 +#: include/export/export_fiche_detail_csv.php:76 +#: include/export/export_histo_csv.php:47 include/anc_group.inc.php:62 +#: include/template/print_ledger_simple.php:11 +#: include/template/follow_up_detail_display.php:51 +#: include/template/tag_select.php:25 +#: include/template/operation_detail_ach.php:36 +#: include/template/acc_ledger_history_purchase_extended.php:46 +#: include/template/action_display_short.php:114 +#: include/template/acc_ledger_history_sale_detail.php:38 +#: include/template/ledger_detail_ven.php:127 +#: include/template/detail-action.php:264 +#: include/template/detail-action.php:284 +#: include/template/detail-action.php:291 +#: include/template/detail-action.php:499 include/template/profile.php:37 +#: include/template/tag_search_select.php:24 +#: include/template/acc_ledger_history_purchase_oneline.php:50 +#: include/template/letter_all.php:32 include/template/menu_detail.php:43 +#: include/template/pcmn_update.php:38 +#: include/template/acc_ledger_history_sale_oneline.php:47 +#: include/template/acc_ledger_history_purchase_detail.php:37 +#: include/template/category_of_card.php:28 include/template/tag_detail.php:26 +#: include/template/tag_list.php:16 +#: include/template/acc_ledger_history_sale_extended.php:46 +#: include/template/ledger_detail_ach.php:119 +#: include/template/letter_prop.php:34 include/template/letter_prop.php:77 +#: include/template/param_jrn.php:130 include/template/dashboard.php:347 +#: include/template/newEmptyPHP_NOALYSS.php:36 +#: include/template/card_multiple_result.php:20 +#: include/template/operation_detail_ven.php:36 include/database.item.php:156 +#: include/dossier.inc.php:231 include/dossier.inc.php:345 +#: include/profile.inc.php:361 include/lib/ac_common.php:1223 +#: include/upgrade-plugin.php:65 include/menu.inc.php:110 msgid "Description" msgstr "" @@ -5553,8 +6186,15 @@ msgstr "" #: include/class/class_anc_account.php:290 include/database.item.php:15 #: include/class/anc_account_table.class.php:50 include/database.item.php:9 #: include/database.item.php:51 include/export/export_anc_axis_csv.php:47 -#: include/export/export_anc_axis_csv.php:47 include/database.item.php:9 -#: include/database.item.php:52 include/class/anc_account_table.class.php:50 +#: include/database.item.php:52 include/class/follow_up.class.php:625 +#: include/template/tag_search_select.php:64 +#: include/template/tag_search_select.php:70 include/database.item.php:8 +#: include/class/follow_up.class.php:641 include/class/follow_up.class.php:641 +#: include/class/anc_account_table.class.php:50 +#: include/export/export_anc_axis_csv.php:47 +#: include/template/tag_search_select.php:64 +#: include/template/tag_search_select.php:70 include/database.item.php:8 +#: include/database.item.php:51 msgid "Groupe" msgstr "" @@ -5589,8 +6229,10 @@ msgstr "" #: include/class/anc_listing.class.php:79 #: include/class/anc_grandlivre.class.php:215 #: include/class/anc_listing.class.php:81 +#: include/class/anc_grandlivre.class.php:227 +#: include/class/anc_grandlivre.class.php:228 #: include/class/anc_listing.class.php:81 -#: include/class/anc_grandlivre.class.php:215 +#: include/class/anc_grandlivre.class.php:228 msgid "Quick_code" msgstr "" @@ -5638,9 +6280,10 @@ msgstr "" #: include/class/class_anc_group_operation.php:190 #: include/class/anc_group_operation.class.php:207 #: include/class/anticipation.class.php:431 include/template/stock_inv.php:106 -#: include/template/detail-action.php:374 include/template/stock_inv.php:106 -#: include/class/anc_group_operation.class.php:207 +#: include/class/anc_group_operation.class.php:208 #: include/class/anticipation.class.php:431 +#: include/class/anc_group_operation.class.php:208 +#: include/template/stock_inv.php:106 msgid "Ajouter une ligne" msgstr "" @@ -5670,24 +6313,26 @@ msgstr "" #: include/class/anc_listing.class.php:85 #: include/class/pdf_operation.class.php:250 #: include/class/anc_listing.class.php:87 -#: include/class/pdfbalance_simple.class.php:59 -#: include/export/export_fiche_balance_csv.php:160 -#: include/export/export_poste_detail_csv.php:202 -#: include/ajax/ajax_anc_detail_operation.php:57 +#: include/class/pdfbalance_simple.class.php:59 include/fiche.inc.php:421 +#: include/fiche.inc.php:421 include/class/pdfbalance_simple.class.php:59 #: include/class/anc_listing.class.php:87 #: include/class/pdf_operation.class.php:250 -#: include/class/pdfbalance_simple.class.php:59 +#: include/ajax/ajax_anc_detail_operation.php:57 +#: include/export/export_poste_detail_csv.php:202 +#: include/export/export_fiche_balance_csv.php:160 msgid "D/C" msgstr "" #: include/class_anc_print.php:93 include/class_anc_print.php:94 #: include/class/class_anc_print.php:94 include/class/class_anc_print.php:96 -#: include/class/anc_print.class.php:96 include/class/anc_print.class.php:96 +#: include/class/anc_print.class.php:96 include/class/anc_print.class.php:97 +#: include/class/anc_print.class.php:97 msgid "Aucun plan défini" msgstr "" #: include/class_anc_print.php:120 include/lib/message_javascript.php:68 -#: include/lib/message_javascript.php:70 include/lib/message_javascript.php:70 +#: include/lib/message_javascript.php:70 include/lib/message_javascript.php:71 +#: include/lib/message_javascript.php:71 msgid "Les dates sont en format DD.MM.YYYY" msgstr "" @@ -5700,7 +6345,8 @@ msgstr "" #: include/class_anc_print.php:130 include/class_anc_print.php:177 #: include/class_anc_print.php:179 include/class/class_anc_print.php:179 #: include/class/class_anc_print.php:181 include/class/anc_print.class.php:175 -#: include/class/anc_print.class.php:181 include/class/anc_print.class.php:181 +#: include/class/anc_print.class.php:181 include/class/anc_print.class.php:182 +#: include/class/anc_print.class.php:182 msgid "Entre l'activité " msgstr "" @@ -5714,13 +6360,14 @@ msgstr "" #: include/class_anc_print.php:137 include/class_anc_print.php:179 #: include/class_anc_print.php:181 include/class/class_anc_print.php:181 #: include/class/class_anc_print.php:183 include/class/anc_print.class.php:177 -#: include/class/anc_print.class.php:183 include/class/anc_print.class.php:183 +#: include/class/anc_print.class.php:183 include/class/anc_print.class.php:184 +#: include/class/anc_print.class.php:184 msgid " et l'activité " msgstr "" #: include/class_anc_print.php:140 include/class_anc_print.php:181 #: include/lib/message_javascript.php:73 include/lib/message_javascript.php:75 -#: include/lib/message_javascript.php:75 +#: include/lib/message_javascript.php:76 include/lib/message_javascript.php:76 msgid "Selectionnez le plan qui vous intéresse avant de cliquer sur Recherche" msgstr "" @@ -5747,9 +6394,9 @@ msgstr "" #: include/ajax/ajax_admin.php:272 include/ajax/ajax_admin.php:279 #: include/ajax/ajax_admin.php:220 include/ajax/ajax_admin.php:300 #: include/class/anticipation.class.php:203 include/ajax/ajax_admin.php:224 -#: include/ajax/ajax_admin.php:304 include/ajax/ajax_admin.php:224 -#: include/ajax/ajax_admin.php:304 include/ajax/ajax_plugin_detail.php:29 -#: include/class/anticipation.class.php:203 +#: include/ajax/ajax_admin.php:304 include/class/anticipation.class.php:203 +#: include/ajax/ajax_plugin_detail.php:29 include/ajax/ajax_admin.php:224 +#: include/ajax/ajax_admin.php:304 msgid "Modification" msgstr "" @@ -5778,9 +6425,10 @@ msgstr "" #: include/class/anticipation.class.php:293 include/database.item.php:71 #: include/template/acc_ledger_history_financial_oneline.php:31 #: include/template/acc_ledger_history_financial_oneline.php:32 +#: include/database.item.php:70 include/class/anticipation.class.php:293 +#: include/template/form_ledger_fin.php:25 #: include/template/acc_ledger_history_financial_oneline.php:32 -#: include/template/form_ledger_fin.php:25 include/database.item.php:71 -#: include/class/anticipation.class.php:293 +#: include/database.item.php:70 msgid "Banque" msgstr "" @@ -5805,8 +6453,10 @@ msgstr "" #: include/class/acc_ledger_search.class.php:940 #: include/class/acc_ledger_search.class.php:948 #: include/class/acc_ledger_search.class.php:961 +#: include/class/acc_ledger_search.class.php:1050 +#: include/class/acc_ledger_search.class.php:1073 #: include/class/calendar.class.php:136 -#: include/class/acc_ledger_search.class.php:961 +#: include/class/acc_ledger_search.class.php:1073 msgid "Notes" msgstr "" @@ -5905,9 +6555,12 @@ msgstr "" #: include/class/fiche.class.php:562 include/lib/html_input.class.php:386 #: include/class/fiche.class.php:434 include/class/fiche.class.php:564 #: include/class/fiche.class.php:433 include/class/fiche.class.php:563 -#: include/template/fiche_list.php:45 include/template/forecast-detail.php:11 -#: include/class/fiche.class.php:433 include/class/fiche.class.php:563 -#: include/class/document_modele.class.php:68 +#: include/class/fiche.class.php:576 +#: include/ajax/ajax_add_concerned_card.php:81 +#: include/class/document_modele.class.php:68 include/class/fiche.class.php:434 +#: include/class/fiche.class.php:576 +#: include/ajax/ajax_add_concerned_card.php:81 +#: include/template/forecast-detail.php:11 include/template/fiche_list.php:45 #: include/lib/html_input.class.php:386 msgid "Catégorie" msgstr "" @@ -5927,9 +6580,9 @@ msgstr "" #: include/class/class_document_modele.php:69 #: include/class/class_document_modele.php:70 #: include/class/document_modele.class.php:70 -#: include/template/modele_document.php:61 -#: include/ajax/ajax_plugin_detail.php:47 include/menu.inc.php:112 #: include/class/document_modele.class.php:70 +#: include/ajax/ajax_plugin_detail.php:47 +#: include/template/modele_document.php:61 include/menu.inc.php:112 msgid "Fichier" msgstr "" @@ -6009,18 +6662,24 @@ msgstr "" #: include/template/ledger_detail_bottom.php:328 #: include/class/periode.class.php:596 include/class/periode.class.php:601 #: include/lib/manage_table_sql.class.php:768 -#: include/template/ledger_detail_bottom.php:325 -#: include/template/anc_key_input.php:212 include/preod.inc.php:112 -#: include/anc_group.inc.php:88 include/dossier.inc.php:281 -#: include/dossier.inc.php:290 include/compta_fin.inc.php:150 -#: include/ajax/ajax_admin.php:268 include/ajax/ajax_admin.php:293 -#: include/ajax/ajax_view_mod_stock.php:55 include/modele.inc.php:317 -#: include/class/document_type.class.php:82 -#: include/class/anc_operation.class.php:317 +#: include/template/ledger_detail_bottom.php:325 include/modele.inc.php:317 #: include/class/periode.class.php:598 include/class/periode.class.php:603 +#: include/class/document_type.class.php:84 include/class/periode.class.php:604 +#: include/template/ledger_detail_bottom.php:344 +#: include/lib/manage_table_sql.class.php:820 include/user_detail.inc.php:203 +#: include/class/periode.class.php:600 include/class/periode.class.php:605 +#: include/template/ledger_detail_bottom.php:361 include/dossier.inc.php:284 +#: include/dossier.inc.php:293 include/user_detail.inc.php:203 +#: include/class/anc_operation.class.php:317 #: include/class/document_modele.class.php:71 -#: include/lib/manage_table_sql.class.php:768 include/forecast.inc.php:347 -#: include/card_attr.inc.php:110 +#: include/class/document_type.class.php:84 include/class/periode.class.php:600 +#: include/class/periode.class.php:605 include/ajax/ajax_view_mod_stock.php:55 +#: include/ajax/ajax_admin.php:268 include/ajax/ajax_admin.php:293 +#: include/modele.inc.php:317 include/compta_fin.inc.php:150 +#: include/anc_group.inc.php:88 include/template/ledger_detail_bottom.php:361 +#: include/template/anc_key_input.php:212 include/forecast.inc.php:347 +#: include/dossier.inc.php:284 include/dossier.inc.php:293 +#: include/lib/manage_table_sql.class.php:820 msgid "Effacer" msgstr "" @@ -6032,8 +6691,8 @@ msgstr "" #: include/class/class_document_modele.php:258 #: include/class/document_modele.class.php:258 #: include/class/document_modele.class.php:261 -#: include/template/modele_document.php:40 #: include/class/document_modele.class.php:261 +#: include/template/modele_document.php:40 msgid "Affectation" msgstr "" @@ -6045,8 +6704,8 @@ msgstr "" #: include/class/class_document_modele.php:262 #: include/class/document_modele.class.php:262 #: include/class/document_modele.class.php:265 -#: include/template/modele_document.php:48 #: include/class/document_modele.class.php:265 +#: include/template/modele_document.php:48 msgid "Uniquement journaux achat" msgstr "" @@ -6058,8 +6717,8 @@ msgstr "" #: include/class/class_document_modele.php:263 #: include/class/document_modele.class.php:263 #: include/class/document_modele.class.php:266 -#: include/template/modele_document.php:49 #: include/class/document_modele.class.php:266 +#: include/template/modele_document.php:49 msgid "Uniquement journaux vente" msgstr "" @@ -6071,8 +6730,8 @@ msgstr "" #: include/class/class_document_modele.php:264 #: include/class/document_modele.class.php:264 #: include/class/document_modele.class.php:267 -#: include/template/modele_document.php:50 #: include/class/document_modele.class.php:267 +#: include/template/modele_document.php:50 msgid "Partie gestion" msgstr "" @@ -6118,7 +6777,7 @@ msgstr "" #: include/ext/rapport_avance/include/rapav_declaration.class.php:361 #: include/ext/rapport_avance/include/rapav_declaration.class.php:434 #: include/class/document.class.php:311 include/class/document.class.php:285 -#: include/class/document.class.php:285 +#: include/class/document.class.php:290 include/class/document.class.php:290 msgid "Ne peut pas sauver " msgstr "" @@ -6152,12 +6811,15 @@ msgstr "" #: include/class/anc_operation.class.php:324 #: include/class/anc_operation.class.php:318 #: include/class/anc_operation.class.php:319 -#: include/lib/manage_table_sql.class.php:755 include/dossier.inc.php:283 -#: include/ajax/ajax_get_profile.php:90 include/ajax/ajax_view_action.php:47 -#: include/class/document_type.class.php:75 +#: include/lib/manage_table_sql.class.php:755 +#: include/class/document_type.class.php:77 +#: include/lib/manage_table_sql.class.php:807 include/dossier.inc.php:286 #: include/class/anc_operation.class.php:319 #: include/class/document_modele.class.php:92 -#: include/lib/manage_table_sql.class.php:755 include/stock_cfg.inc.php:110 +#: include/class/document_type.class.php:77 +#: include/ajax/ajax_get_profile.php:90 include/ajax/ajax_view_action.php:47 +#: include/stock_cfg.inc.php:110 include/dossier.inc.php:286 +#: include/lib/manage_table_sql.class.php:807 msgid "Modifier" msgstr "" @@ -6169,9 +6831,10 @@ msgstr "" #: include/ajax/ajax_plugin_detail.php:32 #: include/class/class_document_type.php:83 include/ajax/ajax_add_menu.php:137 #: include/ajax/ajax_add_menu.php:145 include/class/document_type.class.php:83 -#: include/ajax/ajax_add_menu.php:145 include/ajax/ajax_get_menu_detail.php:53 +#: include/class/document_type.class.php:85 +#: include/class/document_type.class.php:85 include/ajax/ajax_add_menu.php:145 #: include/ajax/ajax_plugin_detail.php:32 -#: include/class/document_type.class.php:83 +#: include/ajax/ajax_get_menu_detail.php:53 msgid "Vous confirmez" msgstr "" @@ -6194,9 +6857,12 @@ msgstr "" #: include/class_fiche_def.php:452 include/ajax/ajax_plugin_detail.php:35 #: include/class/class_fiche_def.php:452 #: include/class/anc_account_table.class.php:48 -#: include/class/fiche_def.class.php:453 include/ajax/ajax_plugin_detail.php:35 +#: include/class/fiche_def.class.php:453 +#: include/class/document_state_mtable.php:43 #: include/class/fiche_def.class.php:453 #: include/class/anc_account_table.class.php:48 +#: include/class/document_state_mtable.php:43 +#: include/ajax/ajax_plugin_detail.php:35 msgid "Label" msgstr "" @@ -6226,7 +6892,8 @@ msgstr "" #: include/class_fiche_def.php:776 include/class_fiche_def.php:788 #: include/class/class_fiche_def.php:787 include/operation_ods_new.inc.php:95 #: include/class/fiche_def.class.php:788 include/operation_ods_new.inc.php:98 -#: include/operation_ods_new.inc.php:98 include/class/fiche_def.class.php:788 +#: include/operation_ods_new.inc.php:99 include/class/fiche_def.class.php:788 +#: include/operation_ods_new.inc.php:99 msgid "Sauvez" msgstr "" @@ -6253,10 +6920,10 @@ msgstr "" #: include/class/fiche_def.class.php:791 include/class/fiche_def.class.php:796 #: include/ajax/ajax_create_menu.php:13 include/template/stock_inv.php:33 #: include/lib/message_javascript.php:78 include/lib/message_javascript.php:80 -#: include/template/fiche_list.php:30 include/template/stock_inv.php:33 -#: include/ajax/ajax_create_menu.php:13 include/ajax/ajax_add_menu.php:200 -#: include/class/fiche_def.class.php:791 include/class/fiche_def.class.php:796 -#: include/lib/message_javascript.php:80 +#: include/lib/message_javascript.php:81 include/class/fiche_def.class.php:791 +#: include/class/fiche_def.class.php:796 include/ajax/ajax_add_menu.php:200 +#: include/ajax/ajax_create_menu.php:13 include/template/stock_inv.php:33 +#: include/template/fiche_list.php:30 include/lib/message_javascript.php:81 msgid "Vous confirmez ?" msgstr "" @@ -6281,19 +6948,19 @@ msgstr "" #: include/class_fiche.php:406 include/class/class_fiche.php:406 #: include/class/fiche.class.php:408 include/class/fiche.class.php:410 -#: include/class/fiche.class.php:409 include/class/fiche.class.php:409 +#: include/class/fiche.class.php:409 include/class/fiche.class.php:410 msgid "Cette categorie de card n'existe pas" msgstr "" #: include/class_fiche.php:451 include/class/class_fiche.php:451 #: include/class/fiche.class.php:453 include/class/fiche.class.php:455 -#: include/class/fiche.class.php:454 include/class/fiche.class.php:454 +#: include/class/fiche.class.php:454 include/class/fiche.class.php:455 msgid "Rappel: Poste créé automatiquement à partir de " msgstr "" #: include/class_fiche.php:459 include/class/class_fiche.php:459 #: include/class/fiche.class.php:461 include/class/fiche.class.php:463 -#: include/class/fiche.class.php:462 include/class/fiche.class.php:462 +#: include/class/fiche.class.php:462 include/class/fiche.class.php:463 msgid "Rappel: Poste par défaut sera " msgstr "" @@ -6311,11 +6978,14 @@ msgstr "" #: include/class/fiche.class.php:1472 #: include/class/acc_ledger_history_generic.class.php:681 #: include/class/fiche.class.php:1473 -#: include/template/impress_reconciliation.php:16 +#: include/class/acc_ledger_history_generic.class.php:684 +#: include/class/fiche.class.php:1500 +#: include/class/acc_ledger_history_generic.class.php:685 +#: include/class/fiche.class.php:1500 +#: include/class/acc_ledger_history_generic.class.php:685 #: include/export/export_poste_detail_csv.php:80 #: include/export/export_fiche_detail_csv.php:71 -#: include/class/acc_ledger_history_generic.class.php:684 -#: include/class/fiche.class.php:1473 +#: include/template/impress_reconciliation.php:16 msgid "n° pièce" msgstr "" @@ -6327,8 +6997,9 @@ msgstr "" #: include/class/fiche.class.php:1457 #: include/class/acc_account_ledger.class.php:395 #: include/class/fiche.class.php:1458 include/class/fiche.class.php:1460 +#: include/class/acc_account_ledger.class.php:387 +#: include/class/acc_account_ledger.class.php:387 #: include/export/export_fiche_detail_csv.php:72 -#: include/class/acc_account_ledger.class.php:395 msgid "Code interne" msgstr "" @@ -6367,17 +7038,21 @@ msgstr "" #: include/class/fiche.class.php:1758 include/class/fiche.class.php:1760 #: include/class/acc_ledger_fin.class.php:753 #: include/class/fiche.class.php:1778 include/class/fiche.class.php:1779 -#: include/template/fiche_list.php:34 +#: include/database.item.php:167 include/fiche.inc.php:415 +#: include/class/fiche.class.php:1805 +#: include/template/ledger_detail_bottom.php:94 +#: include/template/ledger_detail_bottom.php:95 include/fiche.inc.php:415 +#: include/class/fiche.class.php:1805 +#: include/class/acc_ledger_fin.class.php:753 +#: include/ajax/ajax_boxcard_search.php:50 #: include/template/ledger_detail_misc.php:100 -#: include/template/ledger_detail_bottom.php:89 -#: include/template/ledger_detail_ven.php:126 -#: include/template/operation_detail_ven.php:35 #: include/template/operation_detail_misc.php:33 #: include/template/operation_detail_ach.php:35 +#: include/template/ledger_detail_bottom.php:95 +#: include/template/ledger_detail_ven.php:126 #: include/template/ledger_detail_ach.php:118 -#: include/ajax/ajax_boxcard_search.php:50 include/database.item.php:167 -#: include/class/acc_ledger_fin.class.php:753 -#: include/class/fiche.class.php:1779 +#: include/template/fiche_list.php:34 +#: include/template/operation_detail_ven.php:35 include/database.item.php:163 msgid "Quick Code" msgstr "" @@ -6392,11 +7067,11 @@ msgstr "" #: include/class/class_fiche.php:1601 include/class/class_fiche.php:1604 #: include/class/fiche.class.php:1758 include/class/fiche.class.php:1761 #: include/class/fiche.class.php:1763 include/class/fiche.class.php:1781 -#: include/class/fiche.class.php:1782 include/audit_log.php:38 -#: include/template/stock_summary_list.php:39 +#: include/class/fiche.class.php:1782 include/class/fiche.class.php:1808 +#: include/class/fiche.class.php:1808 include/audit_log.php:38 +#: include/ajax/ajax_mod_stock_repo.php:47 include/stock_cfg.inc.php:66 #: include/export/export_stock_resume_list.php:38 -#: include/ajax/ajax_mod_stock_repo.php:47 include/class/fiche.class.php:1782 -#: include/stock_cfg.inc.php:66 +#: include/template/stock_summary_list.php:39 msgid "Adresse" msgstr "" @@ -6407,7 +7082,7 @@ msgstr "" #: include/class/class_fiche.php:1605 include/class/fiche.class.php:1759 #: include/class/fiche.class.php:1762 include/class/fiche.class.php:1764 #: include/class/fiche.class.php:1782 include/class/fiche.class.php:1783 -#: include/class/fiche.class.php:1783 +#: include/class/fiche.class.php:1809 include/class/fiche.class.php:1809 msgid "Total débit" msgstr "" @@ -6418,7 +7093,7 @@ msgstr "" #: include/class/class_fiche.php:1606 include/class/fiche.class.php:1760 #: include/class/fiche.class.php:1763 include/class/fiche.class.php:1765 #: include/class/fiche.class.php:1783 include/class/fiche.class.php:1784 -#: include/class/fiche.class.php:1784 +#: include/class/fiche.class.php:1810 include/class/fiche.class.php:1810 msgid "Total crédit" msgstr "" @@ -6440,16 +7115,17 @@ msgstr "" #: include/class/anc_listing.class.php:120 include/class/fiche.class.php:1784 #: include/class/anc_balance_double.class.php:101 #: include/class/fiche.class.php:1785 include/export/export_balance_pdf.php:136 +#: include/class/pdfbalance_simple.class.php:58 include/fiche.inc.php:420 +#: include/class/fiche.class.php:1811 include/fiche.inc.php:420 +#: include/class/acc_bilan.class.php:176 #: include/class/pdfbalance_simple.class.php:58 +#: include/class/fiche.class.php:1811 include/class/anc_listing.class.php:120 +#: include/class/anc_balance_double.class.php:101 +#: include/export/export_gl_csv.php:96 +#: include/export/export_balance_pdf.php:136 +#: include/export/export_gl_pdf.php:88 include/balance.inc.php:317 #: include/template/anc_balance_group.php:51 #: include/template/anc_balance_group.php:72 -#: include/export/export_gl_pdf.php:88 -#: include/export/export_balance_pdf.php:136 -#: include/export/export_gl_csv.php:96 include/balance.inc.php:317 -#: include/class/anc_balance_double.class.php:101 -#: include/class/acc_bilan.class.php:176 -#: include/class/anc_listing.class.php:120 include/class/fiche.class.php:1785 -#: include/class/pdfbalance_simple.class.php:58 msgid "Solde" msgstr "" @@ -6457,7 +7133,8 @@ msgstr "" #: include/class_follow_up.php:418 include/class_follow_up.php:420 #: include/class_follow_up.php:421 include/class/class_follow_up.php:421 #: include/class/class_follow_up.php:411 include/class/follow_up.class.php:411 -#: include/class/follow_up.class.php:412 include/class/follow_up.class.php:412 +#: include/class/follow_up.class.php:412 include/class/follow_up.class.php:419 +#: include/class/follow_up.class.php:421 include/class/follow_up.class.php:421 msgid "Génére le document" msgstr "" @@ -6472,7 +7149,9 @@ msgstr "" #: include/class/follow_up.class.php:1205 #: include/class/follow_up.class.php:1203 #: include/class/follow_up.class.php:1204 -#: include/class/follow_up.class.php:1204 +#: include/class/follow_up.class.php:1121 +#: include/class/follow_up.class.php:1153 +#: include/class/follow_up.class.php:1153 msgid "Tous les types" msgstr "" @@ -6487,7 +7166,6 @@ msgstr "" #: include/class/follow_up.class.php:1212 #: include/class/follow_up.class.php:1210 #: include/class/follow_up.class.php:1211 -#: include/class/follow_up.class.php:1211 msgid "Tous les Etats" msgstr "" @@ -6502,7 +7180,9 @@ msgstr "" #: include/class/follow_up.class.php:1221 #: include/class/follow_up.class.php:1219 #: include/class/follow_up.class.php:1220 -#: include/class/follow_up.class.php:1220 +#: include/class/follow_up.class.php:1137 +#: include/class/follow_up.class.php:1169 +#: include/class/follow_up.class.php:1169 msgid "Aucun" msgstr "" @@ -6517,7 +7197,9 @@ msgstr "" #: include/class/follow_up.class.php:1245 #: include/class/follow_up.class.php:1243 #: include/class/follow_up.class.php:1244 -#: include/class/follow_up.class.php:1244 +#: include/class/follow_up.class.php:1161 +#: include/class/follow_up.class.php:1193 +#: include/class/follow_up.class.php:1193 msgid "Tous les profiles" msgstr "" @@ -6527,7 +7209,9 @@ msgstr "" #: include/class/acc_ledger_search.class.php:1069 #: include/class/acc_ledger_search.class.php:1077 #: include/class/acc_ledger_search.class.php:1090 -#: include/class/acc_ledger_search.class.php:1090 +#: include/class/acc_ledger_search.class.php:1179 +#: include/class/acc_ledger_search.class.php:1202 +#: include/class/acc_ledger_search.class.php:1202 msgid "Filtre " msgstr "" @@ -6602,14 +7286,24 @@ msgstr "" #: include/lib/html_input.class.php:434 include/lib/html_input.class.php:449 #: include/ajax/ajax_card.php:312 include/class/extension.class.php:270 #: html/user_login.php:106 html/recherche.php:87 html/recherche.php:132 -#: include/template/ledger_detail_bottom.php:303 html/user_login.php:106 -#: html/recherche.php:87 html/recherche.php:132 include/user.inc.php:88 +#: include/template/ledger_detail_bottom.php:303 #: include/template/ledger_detail_bottom.php:299 -#: include/template/ledger_detail_bottom.php:300 +#: include/template/ledger_detail_bottom.php:300 include/ajax/ajax_card.php:313 +#: html/recherche.php:92 html/recherche.php:144 +#: include/class/extension.class.php:276 include/ajax/ajax_card.php:319 +#: include/template/ledger_detail_bottom.php:317 +#: include/template/ledger_detail_bottom.php:318 +#: include/template/action_search.php:169 html/recherche.php:154 +#: include/template/ledger_detail_bottom.php:334 +#: include/template/ledger_detail_bottom.php:335 +#: include/template/action_search.php:171 include/user.inc.php:90 +#: html/user_login.php:106 html/recherche.php:92 html/recherche.php:154 +#: include/class/extension.class.php:276 include/ajax/ajax_card.php:319 +#: include/template/ledger_detail_bottom.php:334 +#: include/template/ledger_detail_bottom.php:335 #: include/template/ledger_detail_top.php:16 -#: include/template/action_search.php:156 include/ajax/ajax_card.php:313 -#: include/class/extension.class.php:270 include/lib/html_input.class.php:434 -#: include/lib/html_input.class.php:449 +#: include/template/action_search.php:171 include/user.inc.php:90 +#: include/lib/html_input.class.php:434 include/lib/html_input.class.php:449 #, php-format msgid "Fermer" msgstr "" @@ -6618,8 +7312,8 @@ msgstr "" #: include/class_html_input.php:332 include/lib/class_html_input.php:332 #: include/lib/class_ibutton.php:63 include/compta_fin_rec.inc.php:221 #: include/lib/class_html_input.php:333 include/lib/class_html_input.php:334 -#: include/lib/ibutton.class.php:63 include/compta_fin_rec.inc.php:221 -#: include/lib/ibutton.class.php:63 +#: include/lib/ibutton.class.php:63 include/compta_fin_rec.inc.php:258 +#: include/compta_fin_rec.inc.php:258 include/lib/ibutton.class.php:63 msgid "Inverser la sélection" msgstr "" @@ -6638,7 +7332,8 @@ msgstr "" #: include/class_ibutton.php:82 include/class_ibutton.php:84 #: include/lib/class_ibutton.php:84 include/lib/ibutton.class.php:84 #: include/lib/message_javascript.php:97 include/lib/message_javascript.php:99 -#: include/lib/message_javascript.php:99 +#: include/lib/message_javascript.php:100 +#: include/lib/message_javascript.php:100 msgid "Calculatrice" msgstr "" @@ -6654,9 +7349,9 @@ msgstr "" #: include/class/anc_account_table.class.php:87 #: include/class/anc_key.class.php:153 include/lib/itva_popup.class.php:139 #: include/ajax/ajax_anc_plan.php:51 include/ajax/ajax_anc_plan.php:52 -#: include/ajax/ajax_anc_plan.php:52 include/class/anc_key.class.php:153 +#: include/class/anc_key.class.php:153 #: include/class/anc_account_table.class.php:87 -#: include/lib/itva_popup.class.php:139 +#: include/ajax/ajax_anc_plan.php:52 include/lib/itva_popup.class.php:139 msgid "Le nom ne peut être vide" msgstr "" @@ -6694,7 +7389,8 @@ msgstr "" #: include/class/class_pre_op_ach.php:196 #: include/class/class_pre_op_ach.php:197 #: include/class/pre_op_ach.class.php:197 -#: include/class/pre_op_ach.class.php:197 +#: include/class/pre_op_ach.class.php:200 +#: include/class/pre_op_ach.class.php:200 msgid "En-tête facture fournisseur" msgstr "" @@ -6703,7 +7399,6 @@ msgstr "" #: include/class/class_pre_op_ach.php:197 #: include/class/class_pre_op_ach.php:198 #: include/class/pre_op_ach.class.php:198 -#: include/class/pre_op_ach.class.php:198 msgid "Détail articles acheté" msgstr "" @@ -6712,7 +7407,8 @@ msgstr "" #: include/class/class_pre_op_ven.php:193 #: include/class/class_pre_op_ven.php:201 #: include/class/pre_op_ven.class.php:201 -#: include/class/pre_op_ven.class.php:201 +#: include/class/pre_op_ven.class.php:196 +#: include/class/pre_op_ven.class.php:196 msgid "En-tête facture client" msgstr "" @@ -6725,9 +7421,10 @@ msgstr "" #: include/export/export_security_pdf.php:137 #: include/class/profile_menu.class.php:246 #: include/class/profile_menu.class.php:271 -#: include/export/export_security_pdf.php:137 +#: include/class/profile_menu.class.php:272 #: include/class/profile_menu.class.php:246 -#: include/class/profile_menu.class.php:271 +#: include/class/profile_menu.class.php:272 +#: include/export/export_security_pdf.php:137 msgid "Lecture" msgstr "" @@ -6740,9 +7437,11 @@ msgstr "" #: include/export/export_security_pdf.php:147 #: include/class/profile_menu.class.php:247 #: include/class/profile_menu.class.php:272 +#: include/class/profile_menu.class.php:248 +#: include/class/profile_menu.class.php:273 +#: include/class/profile_menu.class.php:248 +#: include/class/profile_menu.class.php:273 #: include/export/export_security_pdf.php:147 -#: include/class/profile_menu.class.php:247 -#: include/class/profile_menu.class.php:272 msgid "Ecriture" msgstr "" @@ -6758,10 +7457,13 @@ msgstr "" #: include/class/profile_menu.class.php:248 #: include/class/profile_menu.class.php:273 include/param_sec.inc.php:149 #: include/param_sec.inc.php:226 include/param_sec.inc.php:260 -#: include/param_sec.inc.php:339 include/param_sec.inc.php:149 -#: include/param_sec.inc.php:226 include/param_sec.inc.php:260 -#: include/param_sec.inc.php:339 include/class/profile_menu.class.php:248 -#: include/class/profile_menu.class.php:273 +#: include/param_sec.inc.php:339 include/class/profile_menu.class.php:249 +#: include/class/profile_menu.class.php:274 include/param_sec.inc.php:154 +#: include/param_sec.inc.php:264 include/param_sec.inc.php:271 +#: include/param_sec.inc.php:354 include/class/profile_menu.class.php:249 +#: include/class/profile_menu.class.php:274 include/param_sec.inc.php:154 +#: include/param_sec.inc.php:264 include/param_sec.inc.php:271 +#: include/param_sec.inc.php:354 msgid "Aucun accès" msgstr "" @@ -6788,7 +7490,7 @@ msgstr "" #: include/class_user.php:932 include/class_user.php:933 #: include/class/class_user.php:933 include/class/class_user.php:921 #: include/class/user.class.php:921 include/class/user.class.php:945 -#: include/class/user.class.php:945 +#: include/class/user.class.php:948 include/class/user.class.php:948 msgid "Dossier non accessible" msgstr "" @@ -6797,22 +7499,26 @@ msgstr "" #: include/class/class_user.php:1212 include/class/class_user.php:1200 #: include/class/class_user.php:1238 include/class/class_user.php:1236 #: include/class/user.class.php:1236 include/class/user.class.php:1261 -#: include/class/user.class.php:1261 +#: include/class/user.class.php:1284 include/class/user.class.php:1299 +#: include/class/user.class.php:1299 msgid "Les mots de passe ne correspondent pas. Mot de passe inchangé" msgstr "" #: include/company.inc.php:35 include/company.inc.php:54 -#: include/company.inc.php:58 include/company.inc.php:58 +#: include/company.inc.php:58 include/company.inc.php:62 +#: include/company.inc.php:62 msgid "obligatoire" msgstr "" #: include/company.inc.php:36 include/company.inc.php:55 -#: include/company.inc.php:59 include/company.inc.php:59 +#: include/company.inc.php:59 include/company.inc.php:63 +#: include/company.inc.php:63 msgid "optionnel" msgstr "" #: include/company.inc.php:37 include/company.inc.php:56 -#: include/company.inc.php:60 include/company.inc.php:60 +#: include/company.inc.php:60 include/company.inc.php:64 +#: include/company.inc.php:64 msgid "non utilisé" msgstr "" @@ -6829,11 +7535,14 @@ msgstr "" #: include/template/profile_menu_display_submenu.php:65 #: include/user_detail.inc.php:158 #: include/template/profile_menu_display_module.php:81 -#: include/template/profile_menu_display_module.php:81 +#: include/class/tva_rate_mtable.class.php:56 include/company.inc.php:71 +#: include/company.inc.php:74 include/company.inc.php:112 +#: include/user_detail.inc.php:169 include/user_detail.inc.php:169 +#: include/class/tva_rate_mtable.class.php:56 #: include/template/profile_menu_display_submenu.php:65 -#: include/user_detail.inc.php:158 include/company.inc.php:63 -#: include/company.inc.php:67 include/company.inc.php:70 -#: include/company.inc.php:108 +#: include/template/profile_menu_display_module.php:81 +#: include/company.inc.php:67 include/company.inc.php:71 +#: include/company.inc.php:74 include/company.inc.php:112 msgid "Non" msgstr "" @@ -6852,16 +7561,22 @@ msgstr "" #: include/template/profile_menu_display_module.php:81 #: include/class/acc_plan_mtable.class.php:59 #: include/class/acc_plan_mtable.class.php:65 -#: include/template/profile_menu_display_module.php:81 +#: include/class/tva_rate_mtable.class.php:57 +#: include/class/acc_plan_mtable.class.php:66 include/company.inc.php:72 +#: include/company.inc.php:75 include/company.inc.php:113 +#: include/user_detail.inc.php:170 include/user_detail.inc.php:170 +#: include/class/tva_rate_mtable.class.php:57 +#: include/class/acc_plan_mtable.class.php:66 #: include/template/profile_menu_display_submenu.php:65 -#: include/user_detail.inc.php:159 include/company.inc.php:64 -#: include/company.inc.php:68 include/company.inc.php:71 -#: include/company.inc.php:109 include/class/acc_plan_mtable.class.php:65 +#: include/template/profile_menu_display_module.php:81 +#: include/company.inc.php:68 include/company.inc.php:72 +#: include/company.inc.php:75 include/company.inc.php:113 msgid "Oui" msgstr "" #: include/company.inc.php:97 include/company.inc.php:116 -#: include/company.inc.php:120 include/company.inc.php:120 +#: include/company.inc.php:120 include/company.inc.php:128 +#: include/company.inc.php:128 msgid "Nom société" msgstr "" @@ -6872,9 +7587,9 @@ msgstr "" #: include/template/stock_summary_list.php:42 include/company.inc.php:118 #: include/ext/sav/include/template/sas_display_detail.php:115 #: include/ajax/ajax_mod_stock_repo.php:71 include/company.inc.php:122 -#: include/template/stock_summary_list.php:42 -#: include/ajax/ajax_mod_stock_repo.php:71 include/company.inc.php:122 -#: include/stock_cfg.inc.php:69 +#: include/company.inc.php:130 include/ajax/ajax_mod_stock_repo.php:71 +#: include/stock_cfg.inc.php:69 include/template/stock_summary_list.php:42 +#: include/company.inc.php:130 msgid "Téléphone" msgstr "" @@ -6884,27 +7599,32 @@ msgstr "" #: include/database.item.php:164 include/database.item.php:157 #: include/database.item.php:158 include/company.inc.php:124 #: include/database.item.php:166 include/database.item.php:169 -#: include/company.inc.php:124 +#: include/company.inc.php:132 include/database.item.php:165 +#: include/company.inc.php:132 msgid "Fax" msgstr "" #: include/company.inc.php:103 include/company.inc.php:122 -#: include/company.inc.php:126 include/company.inc.php:126 +#: include/company.inc.php:126 include/company.inc.php:134 +#: include/company.inc.php:134 msgid "Rue " msgstr "" #: include/company.inc.php:105 include/company.inc.php:124 -#: include/company.inc.php:128 include/company.inc.php:128 +#: include/company.inc.php:128 include/company.inc.php:136 +#: include/company.inc.php:136 msgid "Numéro" msgstr "" #: include/company.inc.php:107 include/company.inc.php:126 -#: include/company.inc.php:130 include/company.inc.php:130 +#: include/company.inc.php:130 include/company.inc.php:138 +#: include/company.inc.php:138 msgid "Code Postal" msgstr "" #: include/company.inc.php:109 include/company.inc.php:128 -#: include/company.inc.php:132 include/company.inc.php:132 +#: include/company.inc.php:132 include/company.inc.php:140 +#: include/company.inc.php:140 msgid "Commune" msgstr "" @@ -6913,61 +7633,70 @@ msgstr "" #: include/template/stock_summary_list.php:41 include/company.inc.php:130 #: include/ext/sav/include/template/sas_display_detail.php:107 #: include/ajax/ajax_mod_stock_repo.php:63 include/company.inc.php:134 +#: include/export/export_stock_resume_list.php:38 include/company.inc.php:142 +#: include/ajax/ajax_mod_stock_repo.php:63 include/stock_cfg.inc.php:68 #: include/export/export_stock_resume_list.php:38 -#: include/template/stock_summary_list.php:41 -#: include/export/export_stock_resume_list.php:38 -#: include/ajax/ajax_mod_stock_repo.php:63 include/company.inc.php:134 -#: include/stock_cfg.inc.php:68 +#: include/template/stock_summary_list.php:41 include/company.inc.php:142 msgid "Pays" msgstr "" #: include/company.inc.php:113 include/company.inc.php:132 -#: include/company.inc.php:136 include/company.inc.php:136 +#: include/company.inc.php:136 include/company.inc.php:144 +#: include/company.inc.php:144 msgid "Numéro de Tva" msgstr "" #: include/company.inc.php:114 include/company.inc.php:133 -#: include/company.inc.php:137 include/company.inc.php:137 +#: include/company.inc.php:137 include/company.inc.php:145 +#: include/company.inc.php:145 msgid "Utilisation de la compta. analytique" msgstr "" #: include/company.inc.php:115 include/company.inc.php:134 -#: include/company.inc.php:138 include/company.inc.php:138 +#: include/company.inc.php:138 include/company.inc.php:152 +#: include/company.inc.php:152 msgid "Utilisation des stocks" msgstr "" #: include/company.inc.php:117 include/company.inc.php:136 -#: include/company.inc.php:140 include/company.inc.php:140 +#: include/company.inc.php:140 include/company.inc.php:154 +#: include/company.inc.php:154 msgid "Utilisation du mode strict " msgstr "" #: include/company.inc.php:118 include/company.inc.php:137 -#: include/company.inc.php:141 include/company.inc.php:141 +#: include/company.inc.php:141 include/company.inc.php:155 +#: include/company.inc.php:155 msgid "Assujetti à la tva" msgstr "" #: include/company.inc.php:119 include/company.inc.php:138 -#: include/company.inc.php:142 include/company.inc.php:142 +#: include/company.inc.php:142 include/company.inc.php:156 +#: include/company.inc.php:156 msgid "Suggérer le numéro de pièce justificative" msgstr "" #: include/company.inc.php:120 include/company.inc.php:139 -#: include/company.inc.php:143 include/company.inc.php:143 +#: include/company.inc.php:143 include/company.inc.php:157 +#: include/company.inc.php:157 msgid "Suggérer la date" msgstr "" #: include/company.inc.php:121 include/company.inc.php:140 -#: include/company.inc.php:144 include/company.inc.php:144 +#: include/company.inc.php:144 include/company.inc.php:158 +#: include/company.inc.php:158 msgid "Afficher la période comptable pour éviter les erreurs de date" msgstr "" #: include/company.inc.php:122 include/company.inc.php:141 -#: include/company.inc.php:145 include/company.inc.php:145 +#: include/company.inc.php:145 include/company.inc.php:159 +#: include/company.inc.php:159 msgid "Utilisez des postes comptables alphanumérique" msgstr "" #: include/company.inc.php:123 include/company.inc.php:142 -#: include/company.inc.php:146 include/company.inc.php:146 +#: include/company.inc.php:146 include/company.inc.php:160 +#: include/company.inc.php:160 msgid "Changer le libellé des détails" msgstr "" @@ -6981,8 +7710,10 @@ msgstr "" #: include/compta_ven.inc.php:118 include/compta_ach.inc.php:114 #: include/compta_ach.inc.php:167 include/compta_ven.inc.php:122 #: include/ext/tva/ajax.php:111 include/compta_ven.inc.php:120 -#: include/compta_fin.inc.php:116 include/compta_ach.inc.php:112 -#: include/compta_ach.inc.php:165 +#: include/compta_ach.inc.php:112 include/compta_ach.inc.php:165 +#: include/compta_ach.inc.php:111 include/compta_ach.inc.php:164 +#: include/compta_ven.inc.php:120 include/compta_ach.inc.php:111 +#: include/compta_ach.inc.php:164 include/compta_fin.inc.php:116 msgid "Enregistrement" msgstr "" @@ -6995,8 +7726,10 @@ msgstr "" #: include/compta_ach.inc.php:109 include/compta_ach.inc.php:111 #: include/compta_ven.inc.php:119 include/compta_ach.inc.php:115 #: include/compta_ven.inc.php:123 include/operation_ods_confirm.inc.php:90 -#: include/compta_ven.inc.php:121 include/compta_fin.inc.php:85 -#: include/compta_ach.inc.php:113 include/operation_ods_confirm.inc.php:90 +#: include/compta_ven.inc.php:121 include/compta_ach.inc.php:113 +#: include/compta_ach.inc.php:112 include/compta_ven.inc.php:121 +#: include/compta_ach.inc.php:112 include/compta_fin.inc.php:85 +#: include/operation_ods_confirm.inc.php:90 msgid "Corriger" msgstr "" @@ -7021,10 +7754,12 @@ msgstr "" #: include/template/detail-action.php:371 include/compta_ach.inc.php:293 #: include/compta_ven.inc.php:328 include/compta_ven.inc.php:331 #: include/template/form_ledger_detail.php:128 include/compta_ach.inc.php:296 -#: include/compta_ven.inc.php:339 include/template/form_ledger_detail.php:128 -#: include/template/predf_ledger_detail.php:57 -#: include/template/detail-action.php:373 include/compta_ven.inc.php:337 -#: include/compta_ach.inc.php:294 +#: include/compta_ven.inc.php:339 include/compta_ven.inc.php:337 +#: include/compta_ach.inc.php:294 include/compta_ven.inc.php:329 +#: include/compta_ach.inc.php:295 include/template/form_ledger_detail.php:131 +#: include/template/predf_ledger_detail.php:59 include/compta_ven.inc.php:329 +#: include/compta_ach.inc.php:295 include/template/form_ledger_detail.php:131 +#: include/template/predf_ledger_detail.php:59 msgid "Actualiser" msgstr "" @@ -7039,13 +7774,17 @@ msgstr "" #: include/compta_ven.inc.php:330 include/compta_ven.inc.php:333 #: include/compta_ach.inc.php:299 include/compta_ven.inc.php:341 #: include/compta_ven.inc.php:339 include/compta_ach.inc.php:297 +#: include/compta_ven.inc.php:331 include/compta_ach.inc.php:298 +#: include/compta_ven.inc.php:331 include/compta_ach.inc.php:298 msgid "Effacer " msgstr "" #: include/compta_fin.inc.php:83 include/compta_fin.inc.php:84 #: include/operation_ods_confirm.inc.php:78 include/ext/importbank/ajax.php:232 #: include/ext/importbank/ajax.php:237 include/ext/importbank/ajax.php:238 -#: include/operation_ods_confirm.inc.php:89 include/compta_fin.inc.php:84 +#: include/operation_ods_confirm.inc.php:89 include/user_detail.inc.php:197 +#: include/user_detail.inc.php:218 include/user_detail.inc.php:197 +#: include/user_detail.inc.php:218 include/compta_fin.inc.php:84 #: include/operation_ods_confirm.inc.php:89 msgid "Confirmer" msgstr "" @@ -7059,14 +7798,15 @@ msgstr "" #: include/contact.inc.php:53 include/customer.inc.php:53 #: include/manager.inc.php:56 include/supplier.inc.php:55 #: include/adm.inc.php:51 include/customer.inc.php:54 -#: include/contact.inc.php:53 include/customer.inc.php:54 -#: include/manager.inc.php:56 include/supplier.inc.php:55 -#: include/bank.inc.php:48 include/adm.inc.php:51 +#: include/contact.inc.php:54 include/bank.inc.php:48 include/adm.inc.php:51 +#: include/supplier.inc.php:55 include/contact.inc.php:54 +#: include/customer.inc.php:54 include/manager.inc.php:56 msgid "Vous ne pouvez pas enlever de fiche" msgstr "" #: include/contact.inc.php:90 include/contact.inc.php:94 -#: include/contact.inc.php:95 include/contact.inc.php:95 +#: include/contact.inc.php:95 include/contact.inc.php:96 +#: include/contact.inc.php:96 msgid "Société :" msgstr "" @@ -7093,64 +7833,80 @@ msgstr "" #: include/database.item.php:208 include/database.item.php:222 #: include/cfgledger.inc.php:171 include/class/acc_ledger_search.class.php:1086 #: include/class/acc_ledger_search.class.php:1099 -#: include/template/tax_summary_display.php:176 include/cfgledger.inc.php:171 -#: include/database.item.php:4 include/database.item.php:68 -#: include/database.item.php:235 include/database.item.php:254 -#: include/class/acc_ledger_search.class.php:1099 +#: include/template/tax_summary_display.php:176 include/database.item.php:235 +#: include/database.item.php:254 include/class/acc_ledger_search.class.php:1188 +#: include/class/operation_predef_mtable.class.php:172 +#: include/database.item.php:3 include/database.item.php:67 +#: include/database.item.php:219 include/database.item.php:231 +#: include/class/acc_ledger_search.class.php:1211 +#: include/class/acc_ledger_search.class.php:1211 +#: include/class/operation_predef_mtable.class.php:172 +#: include/template/tax_summary_display.php:176 include/database.item.php:3 +#: include/database.item.php:67 include/database.item.php:219 +#: include/database.item.php:231 include/cfgledger.inc.php:171 msgid "Achat" msgstr "" #: include/database.item.php:2 include/database.item.php:5 #: include/database.item.php:7 include/database.item.php:10 -#: include/database.item.php:4 include/database.item.php:4 +#: include/database.item.php:4 include/database.item.php:3 +#: include/database.item.php:3 msgid "Nouvel achat ou dépense" msgstr "" #: include/database.item.php:3 include/database.item.php:6 #: include/database.item.php:8 include/database.item.php:11 -#: include/database.item.php:5 include/database.item.php:5 +#: include/database.item.php:5 include/database.item.php:4 +#: include/database.item.php:4 msgid "Historique des imputations analytiques" msgstr "" #: include/database.item.php:4 include/database.item.php:7 #: include/database.item.php:9 include/database.item.php:12 -#: include/database.item.php:6 include/database.item.php:6 +#: include/database.item.php:6 include/database.item.php:5 +#: include/database.item.php:5 msgid "Balance simple" msgstr "" #: include/database.item.php:4 include/database.item.php:7 #: include/database.item.php:9 include/database.item.php:12 -#: include/database.item.php:6 include/database.item.php:6 +#: include/database.item.php:6 include/database.item.php:5 +#: include/database.item.php:5 msgid "Balance simple des imputations analytiques" msgstr "" #: include/database.item.php:5 include/database.item.php:8 #: include/database.item.php:10 include/database.item.php:13 -#: include/database.item.php:7 include/database.item.php:7 +#: include/database.item.php:7 include/database.item.php:6 +#: include/database.item.php:6 msgid "Tableau" msgstr "" #: include/database.item.php:5 include/database.item.php:8 #: include/database.item.php:10 include/database.item.php:13 -#: include/database.item.php:7 include/database.item.php:7 +#: include/database.item.php:7 include/database.item.php:6 +#: include/database.item.php:6 msgid "Tableau lié à la comptabilité" msgstr "" #: include/database.item.php:6 include/database.item.php:9 #: include/database.item.php:11 include/database.item.php:14 -#: include/database.item.php:8 include/database.item.php:8 +#: include/database.item.php:8 include/database.item.php:7 +#: include/database.item.php:7 msgid "Balance Analytique/comptabilité" msgstr "" #: include/database.item.php:6 include/database.item.php:9 #: include/database.item.php:11 include/database.item.php:14 -#: include/database.item.php:8 include/database.item.php:8 +#: include/database.item.php:8 include/database.item.php:7 +#: include/database.item.php:7 msgid "Lien entre comptabilité et Comptabilité analytique" msgstr "" #: include/database.item.php:7 include/database.item.php:10 #: include/database.item.php:12 include/database.item.php:15 -#: include/database.item.php:9 include/database.item.php:9 +#: include/database.item.php:9 include/database.item.php:8 +#: include/database.item.php:8 msgid "Balance par groupe" msgstr "" @@ -7183,27 +7939,32 @@ msgstr "" #: include/class/acc_ledger_history_sale.class.php:250 #: include/template/acc_ledger_history_purchase_extended.php:129 #: include/template/acc_ledger_history_sale_extended.php:130 -#: include/template/impress_reconciliation_detail.php:19 -#: include/template/ledger_detail_ven.php:137 -#: include/template/acc_ledger_history_purchase_oneline.php:59 -#: include/template/operation_detail_ven.php:46 -#: include/template/acc_ledger_history_sale_oneline.php:53 -#: include/template/acc_ledger_history_purchase_extended.php:52 -#: include/template/acc_ledger_history_purchase_extended.php:129 -#: include/template/operation_detail_ach.php:54 -#: include/template/acc_ledger_history_sale_extended.php:52 -#: include/template/acc_ledger_history_sale_extended.php:130 -#: include/template/ledger_detail_ach.php:135 include/database.item.php:10 #: include/class/print_ledger_detail_item.class.php:164 -#: include/class/acc_ledger_history_sale.class.php:250 +#: include/class/acc_ledger_history_sale.class.php:260 +#: include/tax_summary.inc.php:43 include/database.item.php:9 +#: include/class/acc_ledger_history_sale.class.php:260 +#: include/class/print_ledger_detail_item.class.php:164 #: include/class/pdf_operation.class.php:152 #: include/class/pdf_operation.class.php:197 +#: include/template/operation_detail_ach.php:54 +#: include/template/acc_ledger_history_purchase_extended.php:52 +#: include/template/acc_ledger_history_purchase_extended.php:129 +#: include/template/ledger_detail_ven.php:137 +#: include/template/acc_ledger_history_purchase_oneline.php:59 +#: include/template/acc_ledger_history_sale_oneline.php:53 +#: include/template/impress_reconciliation_detail.php:19 +#: include/template/acc_ledger_history_sale_extended.php:52 +#: include/template/acc_ledger_history_sale_extended.php:130 +#: include/template/ledger_detail_ach.php:135 +#: include/template/operation_detail_ven.php:46 include/tax_summary.inc.php:43 +#: include/database.item.php:9 msgid "TVA" msgstr "" #: include/database.item.php:8 include/database.item.php:11 #: include/database.item.php:13 include/database.item.php:16 -#: include/database.item.php:10 include/database.item.php:10 +#: include/database.item.php:10 include/database.item.php:9 +#: include/database.item.php:9 msgid "Config. de la tva" msgstr "" @@ -7220,33 +7981,44 @@ msgstr "" #: include/database.item.php:211 include/database.item.php:221 #: include/cfgledger.inc.php:173 include/class/acc_ledger_search.class.php:1084 #: include/class/acc_ledger_search.class.php:1097 -#: include/template/tax_summary_display.php:29 include/cfgledger.inc.php:173 -#: include/database.item.php:11 include/database.item.php:234 -#: include/database.item.php:253 include/class/acc_ledger_search.class.php:1097 +#: include/template/tax_summary_display.php:29 include/database.item.php:234 +#: include/database.item.php:253 include/class/acc_ledger_search.class.php:1186 +#: include/class/operation_predef_mtable.class.php:176 +#: include/database.item.php:10 include/database.item.php:218 +#: include/class/acc_ledger_search.class.php:1209 +#: include/class/acc_ledger_search.class.php:1209 +#: include/class/operation_predef_mtable.class.php:176 +#: include/template/tax_summary_display.php:29 include/database.item.php:10 +#: include/database.item.php:218 include/database.item.php:230 +#: include/cfgledger.inc.php:173 msgid "Vente" msgstr "" #: include/database.item.php:9 include/database.item.php:12 #: include/database.item.php:14 include/database.item.php:17 -#: include/database.item.php:11 include/database.item.php:11 +#: include/database.item.php:11 include/database.item.php:10 +#: include/database.item.php:10 msgid "Nouvelle vente ou recette" msgstr "" #: include/database.item.php:10 include/database.item.php:13 #: include/database.item.php:15 include/database.item.php:18 -#: include/database.item.php:12 include/database.item.php:12 +#: include/database.item.php:12 include/database.item.php:11 +#: include/database.item.php:11 msgid "Config. Menu" msgstr "" #: include/database.item.php:10 include/database.item.php:13 #: include/database.item.php:15 include/database.item.php:18 -#: include/database.item.php:12 include/database.item.php:12 +#: include/database.item.php:12 include/database.item.php:11 +#: include/database.item.php:11 msgid "Configuration des menus et plugins" msgstr "" #: include/database.item.php:11 include/database.item.php:14 #: include/database.item.php:16 include/database.item.php:19 -#: include/database.item.php:13 include/database.item.php:13 +#: include/database.item.php:13 include/database.item.php:12 +#: include/database.item.php:12 msgid "Suivi fournisseur" msgstr "" @@ -7255,27 +8027,30 @@ msgstr "" #: include/database.item.php:120 include/database.item.php:117 #: include/database.item.php:116 include/database.item.php:17 #: include/database.item.php:20 include/database.item.php:14 -#: include/database.item.php:112 include/database.item.php:14 -#: include/database.item.php:114 +#: include/database.item.php:112 include/database.item.php:13 +#: include/database.item.php:113 include/database.item.php:13 +#: include/database.item.php:113 msgid "Opérations diverses" msgstr "" #: include/database.item.php:12 include/database.item.php:15 #: include/database.item.php:17 include/database.item.php:20 -#: include/database.item.php:14 include/database.item.php:14 +#: include/database.item.php:14 include/database.item.php:13 +#: include/database.item.php:13 msgid "OD analytique" msgstr "" #: include/database.item.php:13 include/database.item.php:16 #: include/database.item.php:18 include/database.item.php:21 -#: include/database.item.php:15 include/database.item.php:15 +#: include/database.item.php:15 include/database.item.php:14 +#: include/database.item.php:14 msgid "Création de rapport" msgstr "" #: include/database.item.php:14 include/database.item.php:17 #: include/database.item.php:15 include/database.item.php:20 #: include/database.item.php:23 include/database.item.php:16 -#: include/database.item.php:16 +#: include/database.item.php:15 msgid "saut de ligne" msgstr "" @@ -7288,14 +8063,14 @@ msgstr "" #: include/database.item.php:108 include/database.item.php:105 #: include/database.item.php:104 include/database.item.php:21 #: include/database.item.php:24 include/database.item.php:17 -#: include/database.item.php:17 +#: include/database.item.php:16 include/database.item.php:16 msgid "Suivi client" msgstr "" #: include/database.item.php:16 include/database.item.php:19 #: include/database.item.php:23 include/database.item.php:22 #: include/database.item.php:25 include/database.item.php:18 -#: include/database.item.php:18 +#: include/database.item.php:17 include/database.item.php:17 msgid "Historique stock" msgstr "" @@ -7307,7 +8082,7 @@ msgstr "" #: include/database.item.php:17 include/database.item.php:20 #: include/database.item.php:24 include/database.item.php:23 #: include/database.item.php:26 include/database.item.php:19 -#: include/database.item.php:19 +#: include/database.item.php:18 include/database.item.php:18 msgid "Export Historique" msgstr "" @@ -7316,7 +8091,7 @@ msgstr "" #: include/database.item.php:25 include/database.item.php:26 #: include/database.item.php:24 include/database.item.php:27 #: include/database.item.php:28 include/database.item.php:20 -#: include/database.item.php:20 include/database.item.php:21 +#: include/database.item.php:19 include/database.item.php:20 msgid "Export Journaux" msgstr "" @@ -7325,7 +8100,7 @@ msgstr "" #: include/database.item.php:27 include/database.item.php:28 #: include/database.item.php:26 include/database.item.php:29 #: include/database.item.php:30 include/database.item.php:22 -#: include/database.item.php:22 include/database.item.php:23 +#: include/database.item.php:21 include/database.item.php:22 msgid "Export Poste détail" msgstr "" @@ -7334,7 +8109,7 @@ msgstr "" #: include/database.item.php:29 include/database.item.php:30 #: include/database.item.php:28 include/database.item.php:31 #: include/database.item.php:32 include/database.item.php:24 -#: include/database.item.php:24 include/database.item.php:25 +#: include/database.item.php:23 include/database.item.php:24 msgid "Export Fiche détail" msgstr "" @@ -7343,7 +8118,7 @@ msgstr "" #: include/database.item.php:31 include/database.item.php:32 #: include/database.item.php:30 include/database.item.php:33 #: include/database.item.php:34 include/database.item.php:26 -#: include/database.item.php:26 include/database.item.php:27 +#: include/database.item.php:25 include/database.item.php:26 msgid "Export Fiche balance" msgstr "" @@ -7352,7 +8127,7 @@ msgstr "" #: include/database.item.php:33 include/database.item.php:34 #: include/database.item.php:32 include/database.item.php:35 #: include/database.item.php:36 include/database.item.php:28 -#: include/database.item.php:28 include/database.item.php:29 +#: include/database.item.php:27 include/database.item.php:28 msgid "Export report" msgstr "" @@ -7361,7 +8136,7 @@ msgstr "" #: include/database.item.php:35 include/database.item.php:36 #: include/database.item.php:34 include/database.item.php:37 #: include/database.item.php:38 include/database.item.php:30 -#: include/database.item.php:30 include/database.item.php:31 +#: include/database.item.php:29 include/database.item.php:30 msgid "Export Fiche" msgstr "" @@ -7370,14 +8145,14 @@ msgstr "" #: include/database.item.php:37 include/database.item.php:38 #: include/database.item.php:36 include/database.item.php:39 #: include/database.item.php:40 include/database.item.php:32 -#: include/database.item.php:32 include/database.item.php:33 +#: include/database.item.php:31 include/database.item.php:32 msgid "Export Grand Livre" msgstr "" #: include/database.item.php:32 include/database.item.php:35 #: include/database.item.php:39 include/database.item.php:38 #: include/database.item.php:41 include/database.item.php:34 -#: include/database.item.php:34 +#: include/database.item.php:33 include/database.item.php:33 msgid "Export Sécurité" msgstr "" @@ -7386,14 +8161,15 @@ msgstr "" #: include/database.item.php:40 include/database.item.php:42 #: include/database.item.php:39 include/database.item.php:41 #: include/database.item.php:44 include/database.item.php:37 -#: include/database.item.php:35 include/database.item.php:37 +#: include/database.item.php:34 include/database.item.php:34 +#: include/database.item.php:36 msgid "Export Comptabilité analytique" msgstr "" #: include/database.item.php:34 include/database.item.php:37 #: include/database.item.php:41 include/database.item.php:40 #: include/database.item.php:43 include/database.item.php:36 -#: include/database.item.php:36 +#: include/database.item.php:35 include/database.item.php:35 msgid "Export Comptabilité analytique balance simple" msgstr "" @@ -7402,7 +8178,7 @@ msgstr "" #: include/database.item.php:43 include/database.item.php:44 #: include/database.item.php:42 include/database.item.php:45 #: include/database.item.php:46 include/database.item.php:38 -#: include/database.item.php:38 include/database.item.php:39 +#: include/database.item.php:37 include/database.item.php:38 msgid "Export Comptabilité analytique balance double" msgstr "" @@ -7411,70 +8187,70 @@ msgstr "" #: include/database.item.php:45 include/database.item.php:46 #: include/database.item.php:44 include/database.item.php:47 #: include/database.item.php:48 include/database.item.php:40 -#: include/database.item.php:40 include/database.item.php:41 +#: include/database.item.php:39 include/database.item.php:40 msgid "Export Balance comptable" msgstr "" #: include/database.item.php:40 include/database.item.php:43 #: include/database.item.php:47 include/database.item.php:46 #: include/database.item.php:49 include/database.item.php:42 -#: include/database.item.php:42 +#: include/database.item.php:41 include/database.item.php:41 msgid "Export Tableau Analytique" msgstr "" #: include/database.item.php:41 include/database.item.php:44 #: include/database.item.php:48 include/database.item.php:47 #: include/database.item.php:50 include/database.item.php:43 -#: include/database.item.php:43 +#: include/database.item.php:42 include/database.item.php:42 msgid "Export Historique Compt. Analytique" msgstr "" #: include/database.item.php:42 include/database.item.php:45 #: include/database.item.php:49 include/database.item.php:48 #: include/database.item.php:51 include/database.item.php:44 -#: include/database.item.php:44 +#: include/database.item.php:43 include/database.item.php:43 msgid "Export Balance groupe analytique" msgstr "" #: include/database.item.php:43 include/database.item.php:46 #: include/database.item.php:50 include/database.item.php:49 #: include/database.item.php:52 include/database.item.php:45 -#: include/database.item.php:45 +#: include/database.item.php:44 include/database.item.php:44 msgid "Export Bilan" msgstr "" #: include/database.item.php:44 include/database.item.php:47 #: include/database.item.php:51 include/database.item.php:50 #: include/database.item.php:53 include/database.item.php:46 -#: include/database.item.php:46 +#: include/database.item.php:45 include/database.item.php:45 msgid "Impression Grand-Livre" msgstr "" #: include/database.item.php:45 include/database.item.php:48 #: include/database.item.php:52 include/database.item.php:51 #: include/database.item.php:54 include/database.item.php:47 -#: include/database.item.php:47 +#: include/database.item.php:46 include/database.item.php:46 msgid "Export définition d'un raport" msgstr "" #: include/database.item.php:46 include/database.item.php:49 #: include/database.item.php:53 include/database.item.php:52 #: include/database.item.php:55 include/database.item.php:48 -#: include/database.item.php:48 +#: include/database.item.php:47 include/database.item.php:47 msgid "Export Action Gestion" msgstr "" #: include/database.item.php:47 include/database.item.php:50 #: include/database.item.php:54 include/database.item.php:53 #: include/database.item.php:56 include/database.item.php:49 -#: include/database.item.php:49 +#: include/database.item.php:48 include/database.item.php:48 msgid "Export Historique mouvement stock" msgstr "" #: include/database.item.php:48 include/database.item.php:51 #: include/database.item.php:55 include/database.item.php:54 #: include/database.item.php:57 include/database.item.php:50 -#: include/database.item.php:50 +#: include/database.item.php:49 include/database.item.php:49 msgid "Export Résumé list stock" msgstr "" @@ -7482,6 +8258,7 @@ msgstr "" #: include/database.item.php:61 include/database.item.php:58 #: include/database.item.php:57 include/database.item.php:55 #: include/database.item.php:50 include/database.item.php:51 +#: include/database.item.php:50 msgid "Plan Compt. analytique" msgstr "" @@ -7489,6 +8266,7 @@ msgstr "" #: include/database.item.php:61 include/database.item.php:58 #: include/database.item.php:57 include/database.item.php:55 #: include/database.item.php:50 include/database.item.php:51 +#: include/database.item.php:50 msgid "Plan analytique" msgstr "" @@ -7496,13 +8274,14 @@ msgstr "" #: include/database.item.php:62 include/database.item.php:59 #: include/database.item.php:58 include/database.item.php:56 #: include/database.item.php:51 include/database.item.php:52 +#: include/database.item.php:51 msgid "Groupe analytique" msgstr "" #: include/database.item.php:51 include/database.item.php:54 #: include/database.item.php:58 include/database.item.php:57 #: include/database.item.php:60 include/database.item.php:52 -#: include/database.item.php:53 +#: include/database.item.php:53 include/database.item.php:52 msgid "Liste des contacts" msgstr "" @@ -7515,8 +8294,8 @@ msgstr "" #: include/cfgplugin.inc.php:113 include/database.item.php:22 #: include/database.item.php:51 include/upgrade.inc.php:35 #: include/ajax/ajax_navigator.php:106 include/database.item.php:49 -#: include/cfgplugin.inc.php:113 include/upgrade.inc.php:35 -#: include/ajax/ajax_navigator.php:106 include/database.item.php:62 +#: include/cfgplugin.inc.php:113 include/ajax/ajax_navigator.php:106 +#: include/database.item.php:61 include/upgrade.inc.php:35 msgid "Extension" msgstr "" @@ -7524,7 +8303,7 @@ msgstr "" #: include/database.item.php:59 include/database.item.php:62 #: include/database.item.php:61 include/database.item.php:19 #: include/database.item.php:22 include/database.item.php:51 -#: include/database.item.php:49 include/database.item.php:62 +#: include/database.item.php:49 include/database.item.php:61 msgid "Extensions (plugins)" msgstr "" @@ -7532,6 +8311,7 @@ msgstr "" #: include/database.item.php:60 include/database.item.php:57 #: include/database.item.php:58 include/database.item.php:61 #: include/database.item.php:55 include/database.item.php:54 +#: include/database.item.php:53 msgid "Ecriture prédefinie" msgstr "" @@ -7539,6 +8319,7 @@ msgstr "" #: include/database.item.php:60 include/database.item.php:57 #: include/database.item.php:58 include/database.item.php:61 #: include/database.item.php:55 include/database.item.php:54 +#: include/database.item.php:53 msgid "Gestion des opérations prédéfinifies" msgstr "" @@ -7549,8 +8330,12 @@ msgstr "" #: include/database.item.php:225 include/cfgledger.inc.php:167 #: include/database.item.php:56 include/database.item.php:248 #: include/database.item.php:223 include/cfgledger.inc.php:172 -#: include/cfgledger.inc.php:172 include/database.item.php:55 -#: include/database.item.php:255 +#: include/database.item.php:55 include/database.item.php:255 +#: include/class/operation_predef_mtable.class.php:180 +#: include/database.item.php:232 +#: include/class/operation_predef_mtable.class.php:180 +#: include/database.item.php:54 include/database.item.php:232 +#: include/cfgledger.inc.php:172 msgid "Opérations Diverses" msgstr "" @@ -7558,7 +8343,7 @@ msgstr "" #: include/database.item.php:64 include/database.item.php:61 #: include/database.item.php:60 include/database.item.php:59 #: include/database.item.php:62 include/database.item.php:56 -#: include/database.item.php:55 +#: include/database.item.php:55 include/database.item.php:54 msgid "Nouvelle opérations diverses" msgstr "" @@ -7566,6 +8351,7 @@ msgstr "" #: include/database.item.php:65 include/database.item.php:63 #: include/database.item.php:62 include/database.item.php:60 #: include/database.item.php:57 include/database.item.php:56 +#: include/database.item.php:55 msgid "Nouvel extrait" msgstr "" @@ -7573,6 +8359,7 @@ msgstr "" #: include/database.item.php:65 include/database.item.php:63 #: include/database.item.php:62 include/database.item.php:60 #: include/database.item.php:57 include/database.item.php:56 +#: include/database.item.php:55 msgid "Nouvel extrait bancaire" msgstr "" @@ -7583,15 +8370,15 @@ msgstr "" #: include/template/menu_detail.php:75 include/menu.inc.php:114 #: include/database.item.php:59 include/database.item.php:62 #: include/ext/syndicat_tools/index.php:37 include/database.item.php:65 -#: include/template/menu_detail.php:75 include/menu.inc.php:114 -#: include/database.item.php:58 include/card_attr.inc.php:98 +#: include/database.item.php:58 include/template/menu_detail.php:75 +#: include/database.item.php:57 include/menu.inc.php:114 msgid "Paramètre" msgstr "" #: include/database.item.php:57 include/database.item.php:60 #: include/database.item.php:63 include/database.item.php:59 #: include/database.item.php:62 include/database.item.php:65 -#: include/database.item.php:58 +#: include/database.item.php:58 include/database.item.php:57 msgid "Module paramètre" msgstr "" @@ -7599,7 +8386,7 @@ msgstr "" #: include/database.item.php:67 include/database.item.php:65 #: include/database.item.php:64 include/database.item.php:63 #: include/database.item.php:66 include/database.item.php:60 -#: include/database.item.php:59 +#: include/database.item.php:59 include/database.item.php:58 msgid "Catégorie de documents" msgstr "" @@ -7607,7 +8394,7 @@ msgstr "" #: include/database.item.php:67 include/database.item.php:65 #: include/database.item.php:64 include/database.item.php:63 #: include/database.item.php:66 include/database.item.php:60 -#: include/database.item.php:59 +#: include/database.item.php:59 include/database.item.php:58 msgid "Config. catégorie de documents" msgstr "" @@ -7615,7 +8402,7 @@ msgstr "" #: include/database.item.php:68 include/database.item.php:66 #: include/database.item.php:65 include/database.item.php:64 #: include/database.item.php:67 include/database.item.php:61 -#: include/database.item.php:60 +#: include/database.item.php:60 include/database.item.php:59 msgid "Lettrage par Fiche" msgstr "" @@ -7623,7 +8410,7 @@ msgstr "" #: include/database.item.php:68 include/database.item.php:66 #: include/database.item.php:65 include/database.item.php:64 #: include/database.item.php:67 include/database.item.php:61 -#: include/database.item.php:60 +#: include/database.item.php:60 include/database.item.php:59 msgid "Lettrage par fiche" msgstr "" @@ -7631,7 +8418,7 @@ msgstr "" #: include/database.item.php:69 include/database.item.php:67 #: include/database.item.php:66 include/database.item.php:65 #: include/database.item.php:68 include/database.item.php:62 -#: include/database.item.php:61 +#: include/database.item.php:61 include/database.item.php:60 msgid "Historique achat" msgstr "" @@ -7639,7 +8426,7 @@ msgstr "" #: include/database.item.php:70 include/database.item.php:68 #: include/database.item.php:67 include/database.item.php:66 #: include/database.item.php:69 include/database.item.php:63 -#: include/database.item.php:63 +#: include/database.item.php:62 include/database.item.php:62 msgid "Historique opérations diverses" msgstr "" @@ -7647,7 +8434,7 @@ msgstr "" #: include/database.item.php:71 include/database.item.php:69 #: include/database.item.php:68 include/database.item.php:67 #: include/database.item.php:70 include/database.item.php:64 -#: include/database.item.php:64 +#: include/database.item.php:63 include/database.item.php:63 msgid "Impression du détail d'un poste comptable" msgstr "" @@ -7655,7 +8442,8 @@ msgstr "" #: include/database.item.php:66 include/database.item.php:72 #: include/database.item.php:70 include/database.item.php:69 #: include/database.item.php:68 include/database.item.php:71 -#: include/database.item.php:65 include/database.item.php:65 +#: include/database.item.php:65 include/database.item.php:64 +#: include/database.item.php:64 msgid "Rapport" msgstr "" @@ -7663,7 +8451,7 @@ msgstr "" #: include/database.item.php:72 include/database.item.php:70 #: include/database.item.php:69 include/database.item.php:68 #: include/database.item.php:71 include/database.item.php:65 -#: include/database.item.php:65 +#: include/database.item.php:64 include/database.item.php:64 msgid "Impression de rapport" msgstr "" @@ -7676,8 +8464,10 @@ msgstr "" #: include/class/class_acc_ledger.php:352 include/database.item.php:72 #: include/class/acc_ledger.class.php:364 include/database.item.php:66 #: include/class/acc_ledger.class.php:372 -#: include/class/acc_ledger.class.php:373 include/database.item.php:66 +#: include/class/acc_ledger.class.php:373 #: include/class/acc_ledger.class.php:391 +#: include/class/acc_ledger.class.php:390 include/database.item.php:65 +#: include/class/acc_ledger.class.php:390 include/database.item.php:65 msgid "Grand Livre" msgstr "" @@ -7685,7 +8475,7 @@ msgstr "" #: include/database.item.php:73 include/database.item.php:71 #: include/database.item.php:70 include/database.item.php:69 #: include/database.item.php:72 include/database.item.php:66 -#: include/database.item.php:66 +#: include/database.item.php:65 include/database.item.php:65 msgid "Impression du grand livre" msgstr "" @@ -7693,7 +8483,7 @@ msgstr "" #: include/database.item.php:74 include/database.item.php:72 #: include/database.item.php:71 include/database.item.php:70 #: include/database.item.php:73 include/database.item.php:67 -#: include/database.item.php:67 +#: include/database.item.php:66 include/database.item.php:66 msgid "Impression des balances comptables" msgstr "" @@ -7701,7 +8491,7 @@ msgstr "" #: include/database.item.php:75 include/database.item.php:73 #: include/database.item.php:72 include/database.item.php:71 #: include/database.item.php:74 include/database.item.php:68 -#: include/database.item.php:68 +#: include/database.item.php:67 include/database.item.php:67 msgid "Menu achat" msgstr "" @@ -7709,7 +8499,7 @@ msgstr "" #: include/database.item.php:76 include/database.item.php:74 #: include/database.item.php:73 include/database.item.php:72 #: include/database.item.php:75 include/database.item.php:69 -#: include/database.item.php:69 +#: include/database.item.php:68 include/database.item.php:68 msgid "Menu et profil" msgstr "" @@ -7717,7 +8507,7 @@ msgstr "" #: include/database.item.php:76 include/database.item.php:74 #: include/database.item.php:73 include/database.item.php:72 #: include/database.item.php:75 include/database.item.php:69 -#: include/database.item.php:69 +#: include/database.item.php:68 include/database.item.php:68 msgid "Menu " msgstr "" @@ -7733,10 +8523,11 @@ msgstr "" #: include/database.item.php:73 include/ajax/ajax_get_profile.php:114 #: include/database.item.php:76 include/ajax/ajax_get_profile.php:120 #: include/database.item.php:70 include/database.item.php:115 +#: include/ajax/ajax_get_profile.php:119 include/database.item.php:69 +#: include/database.item.php:116 include/ajax/ajax_get_profile.php:119 #: include/template/menu_detail.php:18 -#: include/template/action_other_action.php:22 -#: include/ajax/ajax_get_profile.php:120 include/menu.inc.php:127 -#: include/database.item.php:70 include/database.item.php:117 +#: include/template/action_other_action.php:22 include/database.item.php:69 +#: include/database.item.php:116 include/menu.inc.php:127 msgid "Impression" msgstr "" @@ -7744,7 +8535,7 @@ msgstr "" #: include/database.item.php:77 include/database.item.php:75 #: include/database.item.php:74 include/database.item.php:73 #: include/database.item.php:76 include/database.item.php:70 -#: include/database.item.php:70 +#: include/database.item.php:69 include/database.item.php:69 msgid "Menu impression" msgstr "" @@ -7752,7 +8543,7 @@ msgstr "" #: include/database.item.php:78 include/database.item.php:76 #: include/database.item.php:75 include/database.item.php:74 #: include/database.item.php:77 include/database.item.php:71 -#: include/database.item.php:71 +#: include/database.item.php:70 include/database.item.php:70 msgid "Information Banque" msgstr "" @@ -7760,7 +8551,7 @@ msgstr "" #: include/database.item.php:79 include/database.item.php:77 #: include/database.item.php:76 include/database.item.php:75 #: include/database.item.php:78 include/database.item.php:72 -#: include/database.item.php:72 +#: include/database.item.php:71 include/database.item.php:71 msgid "Grand'Livre" msgstr "" @@ -7768,21 +8559,21 @@ msgstr "" #: include/database.item.php:79 include/database.item.php:77 #: include/database.item.php:76 include/database.item.php:75 #: include/database.item.php:78 include/database.item.php:72 -#: include/database.item.php:72 +#: include/database.item.php:71 include/database.item.php:71 msgid "Grand livre analytique" msgstr "" #: include/database.item.php:71 include/database.item.php:74 #: include/database.item.php:14 include/database.item.php:76 #: include/database.item.php:79 include/database.item.php:73 -#: include/database.item.php:73 +#: include/database.item.php:72 include/database.item.php:72 msgid "Gestion" msgstr "" #: include/database.item.php:71 include/database.item.php:74 #: include/database.item.php:14 include/database.item.php:76 #: include/database.item.php:79 include/database.item.php:73 -#: include/database.item.php:73 +#: include/database.item.php:72 include/database.item.php:72 msgid "Module gestion" msgstr "" @@ -7793,8 +8584,9 @@ msgstr "" #: include/lib/user_menu.php:131 include/lib/user_menu.php:124 #: include/lib/user_menu.php:143 include/database.item.php:75 #: include/lib/user_menu.php:81 include/lib/user_menu.php:100 -#: include/database.item.php:75 include/lib/user_menu.php:81 -#: include/lib/user_menu.php:100 +#: include/database.item.php:74 include/lib/user_menu.php:80 +#: include/lib/user_menu.php:99 include/database.item.php:74 +#: include/lib/user_menu.php:80 include/lib/user_menu.php:99 msgid "Accueil" msgstr "" @@ -7804,16 +8596,16 @@ msgstr "" #: include/class/class_pdf_operation.php:371 #: include/template/security_list_action.php:63 #: include/class/pdf_operation.class.php:371 include/database.item.php:76 -#: include/template/security_list_action.php:66 -#: include/template/security_list_action.php:66 include/database.item.php:76 +#: include/template/security_list_action.php:66 include/database.item.php:75 #: include/class/pdf_operation.class.php:371 +#: include/template/security_list_action.php:67 include/database.item.php:75 msgid "Comptabilité" msgstr "" #: include/database.item.php:74 include/database.item.php:77 #: include/database.item.php:82 include/database.item.php:80 #: include/database.item.php:79 include/database.item.php:76 -#: include/database.item.php:76 +#: include/database.item.php:75 include/database.item.php:75 msgid "Module comptabilité" msgstr "" @@ -7825,15 +8617,16 @@ msgstr "" #: include/database.item.php:192 include/database.item.php:80 #: include/database.item.php:190 include/database.item.php:180 #: include/database.item.php:181 include/database.item.php:184 -#: include/database.item.php:77 include/database.item.php:77 -#: include/database.item.php:197 +#: include/database.item.php:77 include/database.item.php:197 +#: include/database.item.php:76 include/database.item.php:76 +#: include/database.item.php:190 msgid "Divers" msgstr "" #: include/database.item.php:75 include/database.item.php:78 #: include/database.item.php:83 include/database.item.php:81 #: include/database.item.php:80 include/database.item.php:77 -#: include/database.item.php:77 +#: include/database.item.php:76 include/database.item.php:76 msgid "Paramètres divers" msgstr "" @@ -7844,8 +8637,9 @@ msgstr "" #: include/lib/user_menu.php:125 include/lib/user_menu.php:144 #: include/database.item.php:107 include/database.item.php:101 #: include/database.item.php:99 include/lib/user_menu.php:82 -#: include/lib/user_menu.php:101 include/database.item.php:104 -#: include/lib/user_menu.php:82 include/lib/user_menu.php:101 +#: include/lib/user_menu.php:101 include/lib/user_menu.php:81 +#: include/lib/user_menu.php:100 include/database.item.php:103 +#: include/lib/user_menu.php:81 include/lib/user_menu.php:100 msgid "Sortie" msgstr "" @@ -7863,9 +8657,10 @@ msgstr "" #: include/template/action_search.php:56 include/database.item.php:84 #: include/param_sec.inc.php:217 include/database.item.php:78 #: include/param_sec.inc.php:221 include/template/action_search.php:52 -#: include/database.item.php:76 include/param_sec.inc.php:221 +#: include/database.item.php:76 include/param_sec.inc.php:226 #: include/template/user_sec_profile.php:35 -#: include/template/action_search.php:52 include/database.item.php:78 +#: include/template/action_search.php:52 include/database.item.php:77 +#: include/param_sec.inc.php:226 msgid "Profil" msgstr "" @@ -7873,7 +8668,7 @@ msgstr "" #: include/database.item.php:85 include/database.item.php:82 #: include/database.item.php:81 include/database.item.php:84 #: include/database.item.php:78 include/database.item.php:76 -#: include/database.item.php:78 +#: include/database.item.php:77 msgid "Configuration profil" msgstr "" @@ -7881,7 +8676,7 @@ msgstr "" #: include/database.item.php:86 include/database.item.php:83 #: include/database.item.php:82 include/database.item.php:85 #: include/database.item.php:79 include/database.item.php:77 -#: include/database.item.php:79 +#: include/database.item.php:78 msgid "Config. poste comptable de base" msgstr "" @@ -7889,7 +8684,7 @@ msgstr "" #: include/database.item.php:87 include/database.item.php:84 #: include/database.item.php:83 include/database.item.php:86 #: include/database.item.php:80 include/database.item.php:78 -#: include/database.item.php:80 +#: include/database.item.php:79 msgid "Liste,Balance,Historique par fiche" msgstr "" @@ -7897,7 +8692,7 @@ msgstr "" #: include/database.item.php:89 include/database.item.php:86 #: include/database.item.php:85 include/database.item.php:88 #: include/database.item.php:82 include/database.item.php:80 -#: include/database.item.php:82 +#: include/database.item.php:81 msgid "Configuration étiquette" msgstr "" @@ -7905,155 +8700,155 @@ msgstr "" #: include/database.item.php:89 include/database.item.php:86 #: include/database.item.php:85 include/database.item.php:88 #: include/database.item.php:82 include/database.item.php:80 -#: include/database.item.php:82 +#: include/database.item.php:81 msgid "Configuration des tags" msgstr "" #: include/database.item.php:82 include/database.item.php:85 #: include/database.item.php:90 include/database.item.php:87 #: include/database.item.php:86 include/database.item.php:84 -#: include/database.item.php:84 +#: include/database.item.php:83 include/database.item.php:83 msgid "Balance croisée double" msgstr "" #: include/database.item.php:82 include/database.item.php:85 #: include/database.item.php:90 include/database.item.php:87 #: include/database.item.php:86 include/database.item.php:84 -#: include/database.item.php:84 +#: include/database.item.php:83 include/database.item.php:83 msgid "Balance double croisées des imputations analytiques" msgstr "" #: include/database.item.php:83 include/database.item.php:86 #: include/database.item.php:91 include/database.item.php:88 #: include/database.item.php:87 include/database.item.php:85 -#: include/database.item.php:85 +#: include/database.item.php:84 include/database.item.php:84 msgid "Sociétés" msgstr "" #: include/database.item.php:83 include/database.item.php:86 #: include/database.item.php:91 include/database.item.php:88 #: include/database.item.php:87 include/database.item.php:85 -#: include/database.item.php:85 +#: include/database.item.php:84 include/database.item.php:84 msgid "Parametre societe" msgstr "" #: include/database.item.php:84 include/database.item.php:87 #: include/database.item.php:92 include/database.item.php:89 #: include/database.item.php:88 include/database.item.php:86 -#: include/database.item.php:86 +#: include/database.item.php:85 include/database.item.php:85 msgid "Gestion des périodes" msgstr "" #: include/database.item.php:85 include/database.item.php:88 #: include/database.item.php:93 include/database.item.php:90 #: include/database.item.php:89 include/database.item.php:87 -#: include/database.item.php:87 +#: include/database.item.php:86 include/database.item.php:86 msgid "Vérification " msgstr "" #: include/database.item.php:85 include/database.item.php:88 #: include/database.item.php:93 include/database.item.php:90 #: include/database.item.php:89 include/database.item.php:87 -#: include/database.item.php:87 +#: include/database.item.php:86 include/database.item.php:86 msgid "Vérification de la comptabilité" msgstr "" #: include/database.item.php:86 include/database.item.php:89 #: include/database.item.php:94 include/database.item.php:91 #: include/database.item.php:90 include/database.item.php:88 -#: include/database.item.php:88 +#: include/database.item.php:87 include/database.item.php:87 msgid "Ecriture Ouverture" msgstr "" #: include/database.item.php:86 include/database.item.php:89 #: include/database.item.php:94 include/database.item.php:91 #: include/database.item.php:90 include/database.item.php:88 -#: include/database.item.php:88 +#: include/database.item.php:87 include/database.item.php:87 msgid "Ecriture d'ouverture" msgstr "" #: include/database.item.php:87 include/database.item.php:90 #: include/database.item.php:95 include/database.item.php:92 #: include/database.item.php:91 include/database.item.php:89 -#: include/database.item.php:89 +#: include/database.item.php:88 include/database.item.php:88 msgid "Config. modèle de document" msgstr "" #: include/database.item.php:88 include/database.item.php:91 #: include/database.item.php:96 include/database.item.php:93 #: include/database.item.php:92 include/database.item.php:90 -#: include/database.item.php:90 +#: include/database.item.php:89 include/database.item.php:89 msgid "journaux" msgstr "" #: include/database.item.php:88 include/database.item.php:91 #: include/database.item.php:96 include/database.item.php:93 #: include/database.item.php:92 include/database.item.php:90 -#: include/database.item.php:90 +#: include/database.item.php:89 include/database.item.php:89 msgid "Configuration des journaux" msgstr "" #: include/database.item.php:89 include/database.item.php:92 #: include/database.item.php:97 include/database.item.php:94 #: include/database.item.php:93 include/export/export_security_pdf.php:89 -#: include/database.item.php:91 include/export/export_security_pdf.php:89 -#: include/database.item.php:91 +#: include/database.item.php:91 include/database.item.php:90 +#: include/export/export_security_pdf.php:89 include/database.item.php:90 msgid "Sécurité" msgstr "" #: include/database.item.php:89 include/database.item.php:92 #: include/database.item.php:97 include/database.item.php:94 #: include/database.item.php:93 include/database.item.php:91 -#: include/database.item.php:91 +#: include/database.item.php:90 include/database.item.php:90 msgid "configuration de la sécurité" msgstr "" #: include/database.item.php:90 include/database.item.php:93 #: include/database.item.php:98 include/database.item.php:95 #: include/database.item.php:94 include/database.item.php:92 -#: include/database.item.php:92 +#: include/database.item.php:91 include/database.item.php:91 msgid "Attribut de fiche" msgstr "" #: include/database.item.php:90 include/database.item.php:93 #: include/database.item.php:98 include/database.item.php:95 #: include/database.item.php:94 include/database.item.php:92 -#: include/database.item.php:92 +#: include/database.item.php:91 include/database.item.php:91 msgid "Gestion des attributs de fiches " msgstr "" #: include/database.item.php:91 include/database.item.php:94 #: include/database.item.php:99 include/database.item.php:96 #: include/database.item.php:95 include/database.item.php:93 -#: include/database.item.php:93 +#: include/database.item.php:92 include/database.item.php:92 msgid "Etat des stock" msgstr "" #: include/database.item.php:92 include/database.item.php:95 #: include/database.item.php:100 include/database.item.php:97 #: include/database.item.php:96 include/database.item.php:94 -#: include/database.item.php:94 +#: include/database.item.php:93 include/database.item.php:93 msgid "Modification Stocks" msgstr "" #: include/database.item.php:92 include/database.item.php:95 #: include/database.item.php:100 include/database.item.php:97 #: include/database.item.php:96 include/database.item.php:94 -#: include/database.item.php:94 +#: include/database.item.php:93 include/database.item.php:93 msgid "Modification des stocks (inventaire)" msgstr "" #: include/database.item.php:93 include/database.item.php:96 #: include/database.item.php:101 include/database.item.php:98 #: include/database.item.php:97 include/database.item.php:95 -#: include/database.item.php:95 +#: include/database.item.php:94 include/database.item.php:94 msgid "Histo. Changement" msgstr "" #: include/database.item.php:93 include/database.item.php:96 #: include/database.item.php:101 include/database.item.php:98 #: include/database.item.php:97 include/database.item.php:95 -#: include/database.item.php:95 +#: include/database.item.php:94 include/database.item.php:94 msgid "Liste des changements manuels des stocks" msgstr "" @@ -8061,15 +8856,15 @@ msgstr "" #: include/database.item.php:102 include/ajax_navigator.php:23 #: include/database.item.php:99 include/database.item.php:98 #: include/ajax/ajax_navigator.php:23 include/database.item.php:96 -#: include/ajax/ajax_navigator.php:28 include/ajax/ajax_navigator.php:28 -#: include/database.item.php:96 +#: include/ajax/ajax_navigator.php:28 include/database.item.php:95 +#: include/ajax/ajax_navigator.php:28 include/database.item.php:95 msgid "Navigateur" msgstr "" #: include/database.item.php:94 include/database.item.php:97 #: include/database.item.php:102 include/database.item.php:99 #: include/database.item.php:98 include/database.item.php:96 -#: include/database.item.php:96 +#: include/database.item.php:95 include/database.item.php:95 msgid "Menu simplifié pour retrouver rapidement un menu" msgstr "" @@ -8079,28 +8874,29 @@ msgstr "" #: include/database.item.php:113 include/database.item.php:102 #: include/database.item.php:110 include/database.item.php:101 #: include/database.item.php:109 include/database.item.php:99 -#: include/database.item.php:99 include/database.item.php:107 +#: include/database.item.php:98 include/database.item.php:106 +#: include/database.item.php:98 include/database.item.php:106 msgid "Rapprochement" msgstr "" #: include/database.item.php:97 include/database.item.php:100 #: include/database.item.php:105 include/database.item.php:102 #: include/database.item.php:101 include/database.item.php:99 -#: include/database.item.php:99 +#: include/database.item.php:98 include/database.item.php:98 msgid "Rapprochement bancaire" msgstr "" #: include/database.item.php:98 include/database.item.php:101 #: include/database.item.php:106 include/database.item.php:103 #: include/database.item.php:102 include/database.item.php:100 -#: include/database.item.php:100 +#: include/database.item.php:99 include/database.item.php:99 msgid "Soldes" msgstr "" #: include/database.item.php:98 include/database.item.php:101 #: include/database.item.php:106 include/database.item.php:103 #: include/database.item.php:102 include/database.item.php:100 -#: include/database.item.php:100 +#: include/database.item.php:99 include/database.item.php:99 msgid "Solde des comptes en banques, caisse..." msgstr "" @@ -8108,7 +8904,7 @@ msgstr "" #: include/database.item.php:107 include/database.item.php:104 #: include/database.item.php:103 include/database.item.php:105 #: include/database.item.php:108 include/database.item.php:100 -#: include/database.item.php:101 +#: include/database.item.php:101 include/database.item.php:100 msgid "Lettrage par Poste" msgstr "" @@ -8116,91 +8912,91 @@ msgstr "" #: include/database.item.php:107 include/database.item.php:104 #: include/database.item.php:103 include/database.item.php:105 #: include/database.item.php:108 include/database.item.php:100 -#: include/database.item.php:101 +#: include/database.item.php:101 include/database.item.php:100 msgid "lettrage par poste comptable" msgstr "" #: include/database.item.php:100 include/database.item.php:103 #: include/database.item.php:109 include/database.item.php:106 #: include/database.item.php:105 include/database.item.php:101 -#: include/database.item.php:102 +#: include/database.item.php:102 include/database.item.php:101 msgid "Balance par catégorie de fiche" msgstr "" #: include/database.item.php:101 include/database.item.php:104 #: include/database.item.php:110 include/database.item.php:107 #: include/database.item.php:106 include/database.item.php:102 -#: include/database.item.php:103 +#: include/database.item.php:103 include/database.item.php:102 msgid "Plan Comptable" msgstr "" #: include/database.item.php:101 include/database.item.php:104 #: include/database.item.php:110 include/database.item.php:107 #: include/database.item.php:106 include/database.item.php:102 -#: include/database.item.php:103 +#: include/database.item.php:103 include/database.item.php:102 msgid "Config. du plan comptable" msgstr "" #: include/database.item.php:102 include/database.item.php:105 #: include/database.item.php:111 include/database.item.php:108 #: include/database.item.php:107 include/database.item.php:103 -#: include/database.item.php:105 +#: include/database.item.php:104 include/database.item.php:104 msgid "Historique vente" msgstr "" #: include/database.item.php:102 include/database.item.php:105 #: include/database.item.php:111 include/database.item.php:108 #: include/database.item.php:107 include/database.item.php:103 -#: include/database.item.php:105 +#: include/database.item.php:104 include/database.item.php:104 msgid "Historique des ventes" msgstr "" #: include/database.item.php:103 include/database.item.php:106 #: include/database.item.php:112 include/database.item.php:109 #: include/database.item.php:108 include/database.item.php:104 -#: include/database.item.php:106 +#: include/database.item.php:105 include/database.item.php:105 msgid "Historique financier" msgstr "" #: include/database.item.php:104 include/database.item.php:107 #: include/database.item.php:113 include/database.item.php:110 #: include/database.item.php:109 include/database.item.php:105 -#: include/database.item.php:107 +#: include/database.item.php:106 include/database.item.php:106 msgid "Impression des rapprochements" msgstr "" #: include/database.item.php:105 include/database.item.php:108 #: include/database.item.php:114 include/database.item.php:111 #: include/database.item.php:110 include/database.item.php:106 -#: include/database.item.php:108 +#: include/database.item.php:107 include/database.item.php:107 msgid "Bilan" msgstr "" #: include/database.item.php:105 include/database.item.php:108 #: include/database.item.php:114 include/database.item.php:111 #: include/database.item.php:110 include/database.item.php:106 -#: include/database.item.php:108 +#: include/database.item.php:107 include/database.item.php:107 msgid "Impression de bilan" msgstr "" #: include/database.item.php:106 include/database.item.php:109 #: include/database.item.php:115 include/database.item.php:112 #: include/database.item.php:111 include/database.item.php:107 -#: include/database.item.php:109 +#: include/database.item.php:108 include/database.item.php:108 msgid "Configuration des dépôts" msgstr "" #: include/database.item.php:106 include/database.item.php:109 #: include/database.item.php:115 include/database.item.php:112 #: include/database.item.php:111 include/database.item.php:107 -#: include/database.item.php:109 +#: include/database.item.php:108 include/database.item.php:108 msgid "Configuration dépôts" msgstr "" #: include/database.item.php:107 include/database.item.php:110 #: include/database.item.php:116 include/database.item.php:113 #: include/database.item.php:112 include/database.item.php:108 -#: include/database.item.php:110 +#: include/database.item.php:109 include/database.item.php:109 msgid "Stock" msgstr "" @@ -8216,92 +9012,92 @@ msgstr "" #: include/ext/import_doli/include/template/test_file.php:27 #: include/ext/import_card/include/template/input_file.php:36 #: include/ext/import_card/include/template/input_format.php:25 -#: include/database.item.php:109 include/template/fiche_def_input.php:6 -#: include/database.item.php:111 +#: include/database.item.php:109 include/database.item.php:110 +#: include/template/fiche_def_input.php:6 include/database.item.php:110 msgid "Catégorie de fiche" msgstr "" #: include/database.item.php:108 include/database.item.php:111 #: include/database.item.php:117 include/database.item.php:114 #: include/database.item.php:113 include/database.item.php:109 -#: include/database.item.php:111 +#: include/database.item.php:110 include/database.item.php:110 msgid "Gestion catégorie de fiche" msgstr "" #: include/database.item.php:109 include/database.item.php:112 #: include/database.item.php:118 include/database.item.php:115 #: include/database.item.php:114 include/database.item.php:110 -#: include/database.item.php:112 +#: include/database.item.php:111 include/database.item.php:111 msgid "Configuration de catégorie de fiches" msgstr "" #: include/database.item.php:110 include/database.item.php:113 #: include/database.item.php:119 include/database.item.php:116 #: include/database.item.php:115 include/database.item.php:111 -#: include/database.item.php:113 +#: include/database.item.php:112 include/database.item.php:112 msgid "Etat des documents" msgstr "" #: include/database.item.php:111 include/database.item.php:114 #: include/database.item.php:120 include/database.item.php:117 #: include/database.item.php:116 include/database.item.php:112 -#: include/database.item.php:114 +#: include/database.item.php:113 include/database.item.php:113 msgid "Menu opérations diverses" msgstr "" #: include/database.item.php:112 include/database.item.php:115 #: include/database.item.php:121 include/database.item.php:118 #: include/database.item.php:117 include/database.item.php:113 -#: include/database.item.php:115 +#: include/database.item.php:114 include/database.item.php:114 msgid "Impression Journaux" msgstr "" #: include/database.item.php:112 include/database.item.php:115 #: include/database.item.php:121 include/database.item.php:118 #: include/database.item.php:117 include/database.item.php:113 -#: include/database.item.php:115 +#: include/database.item.php:114 include/database.item.php:114 msgid "Impression des journaux" msgstr "" #: include/database.item.php:113 include/database.item.php:116 #: include/database.item.php:122 include/database.item.php:119 #: include/database.item.php:118 include/database.item.php:114 -#: include/database.item.php:116 +#: include/database.item.php:115 include/database.item.php:115 msgid "Vente / Recette" msgstr "" #: include/database.item.php:113 include/database.item.php:116 #: include/database.item.php:122 include/database.item.php:119 #: include/database.item.php:118 include/database.item.php:114 -#: include/database.item.php:116 +#: include/database.item.php:115 include/database.item.php:115 msgid "Menu ventes et recettes" msgstr "" #: include/database.item.php:114 include/database.item.php:117 #: include/database.item.php:123 include/database.item.php:120 #: include/database.item.php:119 include/database.item.php:115 -#: include/database.item.php:117 +#: include/database.item.php:116 include/database.item.php:116 msgid "Impression compta. analytique" msgstr "" #: include/database.item.php:115 include/database.item.php:118 #: include/database.item.php:124 include/database.item.php:121 #: include/database.item.php:120 include/database.item.php:116 -#: include/database.item.php:118 +#: include/database.item.php:117 include/database.item.php:117 msgid "Compta Analytique" msgstr "" #: include/database.item.php:115 include/database.item.php:118 #: include/database.item.php:124 include/database.item.php:121 #: include/database.item.php:120 include/database.item.php:116 -#: include/database.item.php:118 +#: include/database.item.php:117 include/database.item.php:117 msgid "Module comptabilité analytique" msgstr "" #: include/database.item.php:116 include/database.item.php:119 #: include/database.item.php:125 include/database.item.php:122 #: include/database.item.php:121 include/database.item.php:117 -#: include/database.item.php:119 +#: include/database.item.php:118 include/database.item.php:118 msgid "Tableau de bord" msgstr "" @@ -8310,14 +9106,15 @@ msgstr "" #: include/database.item.php:123 include/database.item.php:122 #: include/balance.inc.php:92 include/balance.inc.php:93 #: include/balance.inc.php:96 include/database.item.php:118 -#: include/database.item.php:120 include/balance.inc.php:96 +#: include/database.item.php:119 include/balance.inc.php:96 +#: include/database.item.php:119 msgid "Avancé" msgstr "" #: include/database.item.php:117 include/database.item.php:120 #: include/database.item.php:126 include/database.item.php:123 #: include/database.item.php:122 include/database.item.php:118 -#: include/database.item.php:120 +#: include/database.item.php:119 include/database.item.php:119 msgid "Menu avancé" msgstr "" @@ -8330,49 +9127,55 @@ msgstr "" #: include/database.item.php:127 include/database.item.php:141 #: include/database.item.php:140 include/database.item.php:132 #: include/database.item.php:133 include/database.item.php:136 -#: include/database.item.php:131 include/database.item.php:133 +#: include/database.item.php:131 include/database.item.php:132 msgid "Raccourci vers vos menus préférés" msgstr "" #: include/database.item.php:119 include/database.item.php:122 #: include/database.item.php:128 include/database.item.php:124 #: include/database.item.php:123 include/database.item.php:127 -#: include/database.item.php:121 include/database.item.php:121 +#: include/database.item.php:121 include/database.item.php:120 +#: include/database.item.php:120 msgid "Trésorerie" msgstr "" #: include/database.item.php:119 include/database.item.php:122 #: include/database.item.php:128 include/database.item.php:124 #: include/database.item.php:123 include/database.item.php:127 -#: include/database.item.php:121 include/database.item.php:121 +#: include/database.item.php:121 include/database.item.php:120 +#: include/database.item.php:120 msgid "Menu Financier" msgstr "" #: include/database.item.php:120 include/database.item.php:123 #: include/database.item.php:129 include/database.item.php:125 #: include/database.item.php:124 include/database.item.php:128 -#: include/database.item.php:122 include/database.item.php:122 +#: include/database.item.php:122 include/database.item.php:121 +#: include/database.item.php:121 msgid "Liste Suivi" msgstr "" #: include/database.item.php:120 include/database.item.php:123 #: include/database.item.php:129 include/database.item.php:125 #: include/database.item.php:124 include/database.item.php:128 -#: include/database.item.php:122 include/database.item.php:122 +#: include/database.item.php:122 include/database.item.php:121 +#: include/database.item.php:121 msgid "Document de suivi sous forme de liste" msgstr "" #: include/database.item.php:121 include/database.item.php:124 #: include/database.item.php:130 include/database.item.php:126 #: include/database.item.php:125 include/database.item.php:129 -#: include/database.item.php:123 include/database.item.php:123 +#: include/database.item.php:123 include/database.item.php:122 +#: include/database.item.php:122 msgid "Moyen de paiement" msgstr "" #: include/database.item.php:121 include/database.item.php:124 #: include/database.item.php:130 include/database.item.php:126 #: include/database.item.php:125 include/database.item.php:129 -#: include/database.item.php:123 include/database.item.php:123 +#: include/database.item.php:123 include/database.item.php:122 +#: include/database.item.php:122 msgid "Config. des méthodes de paiement" msgstr "" @@ -8384,36 +9187,41 @@ msgstr "" #: include/admin_repo.inc.php:63 include/database.item.php:130 #: html/user_login.php:160 include/admin_repo.inc.php:65 #: include/database.item.php:124 html/user_login.php:166 -#: html/user_login.php:143 html/user_login.php:143 -#: include/admin_repo.inc.php:65 include/database.item.php:124 +#: html/user_login.php:143 include/database.item.php:123 +#: html/user_login.php:143 include/admin_repo.inc.php:65 +#: include/database.item.php:123 msgid "Administration" msgstr "" #: include/database.item.php:122 include/database.item.php:125 #: include/database.item.php:131 include/database.item.php:127 #: include/database.item.php:126 include/database.item.php:130 -#: include/database.item.php:124 include/database.item.php:124 +#: include/database.item.php:124 include/database.item.php:123 +#: include/database.item.php:123 msgid "Suivi administration, banque" msgstr "" #: include/database.item.php:123 include/database.item.php:126 #: include/database.item.php:132 include/database.item.php:128 #: include/database.item.php:127 include/database.item.php:131 -#: include/database.item.php:125 include/database.item.php:125 +#: include/database.item.php:125 include/database.item.php:124 +#: include/database.item.php:124 msgid "Prévision" msgstr "" #: include/database.item.php:124 include/database.item.php:127 #: include/database.item.php:133 include/database.item.php:129 #: include/database.item.php:128 include/database.item.php:132 -#: include/database.item.php:126 include/database.item.php:126 +#: include/database.item.php:126 include/database.item.php:125 +#: include/database.item.php:125 msgid "Export opérations rapprochées" msgstr "" #: include/database.item.php:124 include/database.item.php:127 #: include/database.item.php:133 include/database.item.php:129 #: include/database.item.php:128 include/database.item.php:132 -#: include/database.item.php:126 include/database.item.php:126 +#: include/database.item.php:126 include/database.item.php:125 +#: include/database.item.php:125 msgid "Export opérations rapprochées en CSV" msgstr "" @@ -8429,17 +9237,21 @@ msgstr "" #: include/user.inc.php:173 include/export/export_security_pdf.php:112 #: html/user_login.php:109 include/database.item.php:127 #: include/param_sec.inc.php:99 include/param_sec.inc.php:158 -#: html/user_login.php:115 html/user_login.php:115 include/param_sec.inc.php:99 -#: include/param_sec.inc.php:158 include/user.inc.php:173 -#: include/user_detail.inc.php:175 include/export/export_security_pdf.php:112 -#: include/database.item.php:127 +#: html/user_login.php:115 include/database.item.php:126 +#: include/param_sec.inc.php:100 include/param_sec.inc.php:163 +#: include/user_detail.inc.php:186 include/user.inc.php:175 +#: html/user_login.php:115 include/user_detail.inc.php:186 +#: include/export/export_security_pdf.php:112 include/user.inc.php:175 +#: include/database.item.php:126 include/param_sec.inc.php:100 +#: include/param_sec.inc.php:163 msgid "Administrateur" msgstr "" #: include/database.item.php:125 include/database.item.php:128 #: include/database.item.php:134 include/database.item.php:130 #: include/database.item.php:129 include/database.item.php:133 -#: include/database.item.php:127 include/database.item.php:127 +#: include/database.item.php:127 include/database.item.php:126 +#: include/database.item.php:126 msgid "Suivi des gérants, administrateurs et salariés" msgstr "" @@ -8450,22 +9262,25 @@ msgstr "" #: include/database.item.php:130 include/ajax/ajax_add_menu.php:156 #: include/ajax/ajax_get_menu_detail.php:71 include/ajax/ajax_add_menu.php:157 #: include/database.item.php:134 include/ajax/ajax_add_menu.php:165 -#: include/database.item.php:128 include/ajax/ajax_add_menu.php:165 -#: include/ajax/ajax_get_menu_detail.php:71 include/database.item.php:128 +#: include/database.item.php:128 include/database.item.php:127 +#: include/ajax/ajax_add_menu.php:165 include/ajax/ajax_get_menu_detail.php:71 +#: include/database.item.php:127 msgid "Menu par défaut" msgstr "" #: include/database.item.php:126 include/database.item.php:129 #: include/database.item.php:135 include/database.item.php:131 #: include/database.item.php:130 include/database.item.php:134 -#: include/database.item.php:128 include/database.item.php:128 +#: include/database.item.php:128 include/database.item.php:127 +#: include/database.item.php:127 msgid "Configuration des menus par défaut" msgstr "" #: include/database.item.php:127 include/database.item.php:130 #: include/database.item.php:136 include/database.item.php:132 #: include/database.item.php:131 include/database.item.php:135 -#: include/database.item.php:129 include/database.item.php:129 +#: include/database.item.php:129 include/database.item.php:128 +#: include/database.item.php:128 msgid "Agenda" msgstr "" @@ -8474,6 +9289,10 @@ msgstr "" #: include/database.item.php:171 include/database.item.php:135 #: include/database.item.php:136 include/database.item.php:146 #: include/database.item.php:151 include/database.item.php:181 +#: include/template/action_document_type_mtable_input.php:75 +#: include/database.item.php:177 +#: include/template/action_document_type_mtable_input.php:75 +#: include/database.item.php:177 msgid "Prix vente" msgstr "" @@ -8482,6 +9301,10 @@ msgstr "" #: include/database.item.php:172 include/database.item.php:136 #: include/database.item.php:137 include/database.item.php:147 #: include/database.item.php:152 include/database.item.php:182 +#: include/template/action_document_type_mtable_input.php:76 +#: include/database.item.php:178 +#: include/template/action_document_type_mtable_input.php:76 +#: include/database.item.php:178 msgid "Prix achat" msgstr "" @@ -8490,6 +9313,7 @@ msgstr "" #: include/database.item.php:178 include/database.item.php:137 #: include/database.item.php:138 include/database.item.php:139 #: include/database.item.php:144 include/database.item.php:149 +#: include/database.item.php:145 include/database.item.php:145 msgid "Durée Amortissement" msgstr "" @@ -8498,6 +9322,7 @@ msgstr "" #: include/database.item.php:179 include/database.item.php:138 #: include/database.item.php:139 include/database.item.php:140 #: include/database.item.php:145 include/database.item.php:150 +#: include/database.item.php:146 include/database.item.php:146 msgid "Montant initial" msgstr "" @@ -8506,6 +9331,7 @@ msgstr "" #: include/database.item.php:180 include/database.item.php:139 #: include/database.item.php:140 include/database.item.php:141 #: include/database.item.php:146 include/database.item.php:151 +#: include/database.item.php:147 include/database.item.php:147 msgid "TVA non déductible" msgstr "" @@ -8514,6 +9340,7 @@ msgstr "" #: include/database.item.php:181 include/database.item.php:140 #: include/database.item.php:141 include/database.item.php:142 #: include/database.item.php:147 include/database.item.php:152 +#: include/database.item.php:148 include/database.item.php:148 msgid "TVA non déductible récupérable par l'impôt" msgstr "" @@ -8522,6 +9349,7 @@ msgstr "" #: include/database.item.php:182 include/database.item.php:141 #: include/database.item.php:142 include/database.item.php:143 #: include/database.item.php:148 include/database.item.php:153 +#: include/database.item.php:149 include/database.item.php:149 msgid "Partie fiscalement non déductible" msgstr "" @@ -8530,6 +9358,7 @@ msgstr "" #: include/database.item.php:183 include/database.item.php:142 #: include/database.item.php:143 include/database.item.php:144 #: include/database.item.php:149 include/database.item.php:154 +#: include/database.item.php:150 include/database.item.php:150 msgid "Dépense charge du grant (partie privé) " msgstr "" @@ -8538,6 +9367,7 @@ msgstr "" #: include/database.item.php:184 include/database.item.php:143 #: include/database.item.php:144 include/database.item.php:145 #: include/database.item.php:150 include/database.item.php:155 +#: include/database.item.php:151 include/database.item.php:151 msgid "Compte bancaire" msgstr "" @@ -8549,8 +9379,9 @@ msgstr "" #: include/database.item.php:152 include/database.item.php:151 #: include/database.item.php:144 include/database.item.php:145 #: include/database.item.php:153 include/database.item.php:156 -#: include/lettering.gestion.inc.php:27 include/lettering.account.inc.php:73 -#: include/lettering.card.inc.php:69 +#: include/lettering.account.inc.php:82 include/lettering.card.inc.php:78 +#: include/lettering.account.inc.php:82 include/lettering.gestion.inc.php:27 +#: include/database.item.php:152 include/lettering.card.inc.php:78 msgid "Date début" msgstr "" @@ -8564,10 +9395,11 @@ msgstr "" #: include/database.item.php:150 include/template/ledger_detail_ven.php:131 #: include/database.item.php:154 include/database.item.php:153 #: include/database.item.php:146 include/database.item.php:147 -#: include/database.item.php:155 include/template/ledger_detail_ven.php:131 -#: include/template/operation_detail_ven.php:40 +#: include/database.item.php:155 include/database.item.php:158 #: include/template/operation_detail_ach.php:39 -#: include/template/ledger_detail_ach.php:122 include/database.item.php:158 +#: include/template/ledger_detail_ven.php:131 +#: include/template/ledger_detail_ach.php:122 +#: include/template/operation_detail_ven.php:40 include/database.item.php:154 msgid "Taux TVA" msgstr "" @@ -8575,7 +9407,7 @@ msgstr "" #: include/database.item.php:151 include/database.item.php:155 #: include/database.item.php:154 include/database.item.php:147 #: include/database.item.php:148 include/database.item.php:156 -#: include/database.item.php:159 +#: include/database.item.php:159 include/database.item.php:155 msgid "Nom de la banque" msgstr "" @@ -8583,7 +9415,7 @@ msgstr "" #: include/database.item.php:153 include/database.item.php:157 #: include/database.item.php:156 include/database.item.php:149 #: include/database.item.php:150 include/database.item.php:158 -#: include/database.item.php:161 +#: include/database.item.php:161 include/database.item.php:157 msgid "Personne de contact " msgstr "" @@ -8591,7 +9423,7 @@ msgstr "" #: include/database.item.php:154 include/database.item.php:158 #: include/database.item.php:157 include/database.item.php:150 #: include/database.item.php:151 include/database.item.php:159 -#: include/database.item.php:162 +#: include/database.item.php:162 include/database.item.php:158 msgid "numéro de tva " msgstr "" @@ -8599,7 +9431,7 @@ msgstr "" #: include/database.item.php:155 include/database.item.php:159 #: include/database.item.php:158 include/database.item.php:151 #: include/database.item.php:152 include/database.item.php:160 -#: include/database.item.php:163 +#: include/database.item.php:163 include/database.item.php:159 msgid "Adresse " msgstr "" @@ -8607,7 +9439,7 @@ msgstr "" #: include/database.item.php:156 include/database.item.php:160 #: include/database.item.php:159 include/database.item.php:152 #: include/database.item.php:153 include/database.item.php:161 -#: include/database.item.php:164 +#: include/database.item.php:164 include/database.item.php:160 msgid "pays " msgstr "" @@ -8615,7 +9447,7 @@ msgstr "" #: include/database.item.php:157 include/database.item.php:161 #: include/database.item.php:160 include/database.item.php:153 #: include/database.item.php:154 include/database.item.php:162 -#: include/database.item.php:165 +#: include/database.item.php:165 include/database.item.php:161 msgid "téléphone " msgstr "" @@ -8623,7 +9455,7 @@ msgstr "" #: include/database.item.php:158 include/database.item.php:162 #: include/database.item.php:161 include/database.item.php:154 #: include/database.item.php:155 include/database.item.php:163 -#: include/database.item.php:166 +#: include/database.item.php:166 include/database.item.php:162 msgid "email " msgstr "" @@ -8637,10 +9469,10 @@ msgstr "" #: include/database.item.php:164 include/database.item.php:163 #: include/database.item.php:156 include/ajax/ajax_mod_stock_repo.php:55 #: include/database.item.php:157 include/export/export_stock_resume_list.php:38 -#: include/database.item.php:165 include/template/stock_summary_list.php:40 +#: include/database.item.php:165 include/database.item.php:168 +#: include/ajax/ajax_mod_stock_repo.php:55 include/stock_cfg.inc.php:67 #: include/export/export_stock_resume_list.php:38 -#: include/ajax/ajax_mod_stock_repo.php:55 include/database.item.php:168 -#: include/stock_cfg.inc.php:67 +#: include/template/stock_summary_list.php:40 include/database.item.php:164 msgid "Ville" msgstr "" @@ -8650,6 +9482,7 @@ msgstr "" #: include/database.item.php:166 include/database.item.php:165 #: include/database.item.php:158 include/database.item.php:159 #: include/database.item.php:167 include/database.item.php:170 +#: include/database.item.php:166 msgid "GSM" msgstr "" @@ -8657,7 +9490,7 @@ msgstr "" #: include/database.item.php:163 include/database.item.php:167 #: include/database.item.php:166 include/database.item.php:159 #: include/database.item.php:160 include/database.item.php:168 -#: include/database.item.php:171 +#: include/database.item.php:171 include/database.item.php:167 msgid "code postal" msgstr "" @@ -8665,7 +9498,7 @@ msgstr "" #: include/database.item.php:164 include/database.item.php:168 #: include/database.item.php:167 include/database.item.php:160 #: include/database.item.php:161 include/database.item.php:169 -#: include/database.item.php:172 +#: include/database.item.php:172 include/database.item.php:168 msgid "Numero de client" msgstr "" @@ -8679,9 +9512,15 @@ msgstr "" #: include/database.item.php:162 include/class/class_balance_age.php:146 #: include/database.item.php:165 include/user.inc.php:81 #: include/user.inc.php:145 include/class/balance_age.class.php:146 -#: include/database.item.php:170 include/user.inc.php:81 -#: include/user.inc.php:145 include/template/todo_list_list_user.php:43 -#: include/database.item.php:173 include/class/balance_age.class.php:146 +#: include/database.item.php:170 include/database.item.php:173 +#: include/database.item.php:169 +#: include/template/follow_up_other_concerned_display_table.php:48 +#: include/user.inc.php:83 include/user.inc.php:147 +#: include/class/balance_age.class.php:146 +#: include/template/todo_list_list_user.php:43 +#: include/template/follow_up_other_concerned_display_table.php:48 +#: include/user.inc.php:83 include/user.inc.php:147 +#: include/database.item.php:169 msgid "Prénom" msgstr "" @@ -8689,7 +9528,7 @@ msgstr "" #: include/database.item.php:170 include/database.item.php:174 #: include/database.item.php:173 include/database.item.php:162 #: include/database.item.php:163 include/database.item.php:166 -#: include/database.item.php:171 include/database.item.php:174 +#: include/database.item.php:171 include/database.item.php:170 msgid "Contrepartie pour TVA récup par impot" msgstr "" @@ -8697,7 +9536,7 @@ msgstr "" #: include/database.item.php:171 include/database.item.php:175 #: include/database.item.php:174 include/database.item.php:163 #: include/database.item.php:164 include/database.item.php:167 -#: include/database.item.php:172 include/database.item.php:175 +#: include/database.item.php:172 include/database.item.php:171 msgid "Contrepartie pour TVA non Ded." msgstr "" @@ -8705,7 +9544,7 @@ msgstr "" #: include/database.item.php:172 include/database.item.php:176 #: include/database.item.php:175 include/database.item.php:164 #: include/database.item.php:165 include/database.item.php:168 -#: include/database.item.php:173 include/database.item.php:176 +#: include/database.item.php:173 include/database.item.php:172 msgid "Contrepartie pour dépense à charge du gérant" msgstr "" @@ -8713,7 +9552,7 @@ msgstr "" #: include/database.item.php:173 include/database.item.php:177 #: include/database.item.php:176 include/database.item.php:165 #: include/database.item.php:166 include/database.item.php:169 -#: include/database.item.php:174 include/database.item.php:177 +#: include/database.item.php:174 include/database.item.php:173 msgid "Contrepartie pour dépense fiscal. non déd." msgstr "" @@ -8726,10 +9565,12 @@ msgstr "" #: include/database.item.php:171 include/database.item.php:176 #: include/ajax/ajax_display_letter.php:116 include/class/periode.class.php:518 #: include/class/periode_ledger_table.class.php:99 -#: include/class/periode.class.php:520 include/ajax/ajax_display_letter.php:116 -#: include/database.item.php:179 +#: include/class/periode.class.php:520 include/database.item.php:179 +#: include/class/periode.class.php:522 include/class/periode.class.php:523 +#: include/ajax/ajax_display_letter.php:134 include/database.item.php:175 +#: include/class/periode.class.php:523 #: include/class/periode_ledger_table.class.php:99 -#: include/class/periode.class.php:522 +#: include/ajax/ajax_display_letter.php:134 include/database.item.php:175 msgid "Date Fin" msgstr "" @@ -8737,6 +9578,7 @@ msgstr "" #: include/database.item.php:170 include/database.item.php:169 #: include/database.item.php:168 include/database.item.php:172 #: include/database.item.php:177 include/database.item.php:180 +#: include/database.item.php:176 include/database.item.php:176 msgid "Gestion stock" msgstr "" @@ -8744,6 +9586,8 @@ msgstr "" #: include/database.item.php:171 include/database.item.php:170 #: include/database.item.php:169 include/database.item.php:173 #: include/database.item.php:178 include/database.item.php:183 +#: include/template/card_multiple_result.php:18 include/database.item.php:179 +#: include/template/card_multiple_result.php:18 include/database.item.php:179 msgid "Société" msgstr "" @@ -8752,6 +9596,7 @@ msgstr "" #: include/database.item.php:192 include/database.item.php:172 #: include/database.item.php:173 include/database.item.php:176 #: include/database.item.php:184 include/database.item.php:189 +#: include/database.item.php:182 include/database.item.php:182 msgid "Document Interne" msgstr "" @@ -8760,6 +9605,7 @@ msgstr "" #: include/database.item.php:196 include/database.item.php:173 #: include/database.item.php:174 include/database.item.php:177 #: include/database.item.php:185 include/database.item.php:190 +#: include/database.item.php:183 include/database.item.php:183 msgid "Bons de commande client" msgstr "" @@ -8768,6 +9614,7 @@ msgstr "" #: include/database.item.php:195 include/database.item.php:174 #: include/database.item.php:175 include/database.item.php:178 #: include/database.item.php:186 include/database.item.php:191 +#: include/database.item.php:184 include/database.item.php:184 msgid "Bon de commande Fournisseur" msgstr "" @@ -8782,8 +9629,9 @@ msgstr "" #: include/ext/invoicing/include/invoice_to_zip.inc.php:76 #: include/compta_ach.inc.php:89 include/compta_ven.inc.php:96 #: include/database.item.php:179 include/database.item.php:187 -#: include/compta_ven.inc.php:94 include/database.item.php:192 -#: include/compta_ach.inc.php:87 +#: include/database.item.php:192 include/compta_ach.inc.php:86 +#: include/database.item.php:185 include/compta_ven.inc.php:94 +#: include/compta_ach.inc.php:86 include/database.item.php:185 msgid "Facture" msgstr "" @@ -8791,7 +9639,8 @@ msgstr "" #: include/database.item.php:198 include/database.item.php:201 #: include/database.item.php:176 include/database.item.php:177 #: include/database.item.php:180 include/database.item.php:188 -#: include/database.item.php:193 +#: include/database.item.php:193 include/database.item.php:186 +#: include/database.item.php:186 msgid "Lettre de rappel" msgstr "" @@ -8799,7 +9648,8 @@ msgstr "" #: include/database.item.php:207 include/database.item.php:204 #: include/database.item.php:177 include/database.item.php:178 #: include/database.item.php:181 include/database.item.php:189 -#: include/database.item.php:194 +#: include/database.item.php:194 include/database.item.php:187 +#: include/database.item.php:187 msgid "Courrier" msgstr "" @@ -8807,7 +9657,8 @@ msgstr "" #: include/database.item.php:205 include/database.item.php:202 #: include/database.item.php:178 include/database.item.php:179 #: include/database.item.php:182 include/database.item.php:190 -#: include/database.item.php:195 +#: include/database.item.php:195 include/database.item.php:188 +#: include/database.item.php:188 msgid "Proposition" msgstr "" @@ -8820,8 +9671,9 @@ msgstr "" #: include/database.item.php:180 include/database.item.php:183 #: include/user.inc.php:84 include/database.item.php:191 #: include/ajax/ajax_preference.php:74 include/ajax/ajax_preference.php:85 -#: include/user.inc.php:84 include/ajax/ajax_preference.php:85 -#: include/database.item.php:196 +#: include/database.item.php:196 include/database.item.php:189 +#: include/user.inc.php:86 include/ajax/ajax_preference.php:85 +#: include/user.inc.php:86 include/database.item.php:189 msgid "Email" msgstr "" @@ -8829,7 +9681,8 @@ msgstr "" #: include/database.item.php:192 include/database.item.php:195 #: include/database.item.php:193 include/database.item.php:181 #: include/database.item.php:182 include/database.item.php:185 -#: include/database.item.php:198 +#: include/database.item.php:198 include/database.item.php:191 +#: include/database.item.php:191 msgid "Note de frais" msgstr "" @@ -8837,7 +9690,8 @@ msgstr "" #: include/database.item.php:200 include/database.item.php:205 #: include/database.item.php:182 include/database.item.php:183 #: include/database.item.php:186 include/database.item.php:194 -#: include/database.item.php:199 +#: include/database.item.php:199 include/database.item.php:192 +#: include/database.item.php:192 msgid "Réception commande Fournisseur" msgstr "" @@ -8845,7 +9699,8 @@ msgstr "" #: include/database.item.php:199 include/database.item.php:206 #: include/database.item.php:183 include/database.item.php:184 #: include/database.item.php:187 include/database.item.php:195 -#: include/database.item.php:200 +#: include/database.item.php:200 include/database.item.php:193 +#: include/database.item.php:193 msgid "Réception commande Client" msgstr "" @@ -8853,7 +9708,8 @@ msgstr "" #: include/database.item.php:202 include/database.item.php:207 #: include/database.item.php:184 include/database.item.php:185 #: include/database.item.php:188 include/database.item.php:196 -#: include/database.item.php:201 +#: include/database.item.php:201 include/database.item.php:194 +#: include/database.item.php:194 msgid "Réception magazine" msgstr "" @@ -8861,6 +9717,7 @@ msgstr "" #: include/database.item.php:210 include/database.item.php:187 #: include/database.item.php:188 include/database.item.php:191 #: include/database.item.php:202 include/database.item.php:207 +#: include/database.item.php:197 include/database.item.php:197 msgid "Ajout de fiche" msgstr "" @@ -8868,6 +9725,7 @@ msgstr "" #: include/database.item.php:211 include/database.item.php:188 #: include/database.item.php:189 include/database.item.php:192 #: include/database.item.php:203 include/database.item.php:208 +#: include/database.item.php:198 include/database.item.php:198 msgid "Création, modification et effacement de fiche" msgstr "" @@ -8875,6 +9733,7 @@ msgstr "" #: include/database.item.php:212 include/database.item.php:189 #: include/database.item.php:190 include/database.item.php:193 #: include/database.item.php:204 include/database.item.php:209 +#: include/database.item.php:199 include/database.item.php:199 msgid "création, modification et effacement de catégorie de fiche" msgstr "" @@ -8882,6 +9741,7 @@ msgstr "" #: include/database.item.php:213 include/database.item.php:190 #: include/database.item.php:191 include/database.item.php:194 #: include/database.item.php:205 include/database.item.php:210 +#: include/database.item.php:200 include/database.item.php:200 msgid "Effacer les documents du suivi" msgstr "" @@ -8889,6 +9749,7 @@ msgstr "" #: include/database.item.php:214 include/database.item.php:191 #: include/database.item.php:192 include/database.item.php:195 #: include/database.item.php:206 include/database.item.php:211 +#: include/database.item.php:201 include/database.item.php:201 msgid "Voir les documents du suivi" msgstr "" @@ -8896,6 +9757,7 @@ msgstr "" #: include/database.item.php:215 include/database.item.php:192 #: include/database.item.php:193 include/database.item.php:196 #: include/database.item.php:207 include/database.item.php:212 +#: include/database.item.php:202 include/database.item.php:202 msgid "Modifier le type de document" msgstr "" @@ -8906,7 +9768,8 @@ msgstr "" #: include/database.item.php:202 include/database.item.php:201 #: include/database.item.php:203 include/database.item.php:204 #: include/database.item.php:206 include/database.item.php:220 -#: include/database.item.php:223 include/database.item.php:225 +#: include/database.item.php:210 include/database.item.php:212 +#: include/database.item.php:210 include/database.item.php:212 msgid "Caisse" msgstr "" @@ -8914,7 +9777,7 @@ msgstr "" #: include/database.item.php:219 include/database.item.php:224 #: include/database.item.php:201 include/database.item.php:202 #: include/database.item.php:205 include/database.item.php:203 -#: include/database.item.php:224 +#: include/database.item.php:211 include/database.item.php:211 msgid "Paiement électronique" msgstr "" @@ -8923,7 +9786,7 @@ msgstr "" #: include/database.item.php:226 include/database.item.php:203 #: include/database.item.php:204 include/database.item.php:207 #: include/database.item.php:221 include/database.item.php:205 -#: include/database.item.php:226 +#: include/database.item.php:213 include/database.item.php:213 msgid "Par gérant ou administrateur" msgstr "" @@ -8939,9 +9802,13 @@ msgstr "" #: include/database.item.php:220 include/cfgledger.inc.php:170 #: include/class/acc_ledger_search.class.php:1082 #: include/class/acc_ledger_search.class.php:1095 include/lib/user_menu.php:136 -#: include/cfgledger.inc.php:170 include/database.item.php:233 -#: include/database.item.php:252 include/class/acc_ledger_search.class.php:1095 -#: include/lib/user_menu.php:136 +#: include/database.item.php:233 include/database.item.php:252 +#: include/class/acc_ledger_search.class.php:1184 include/database.item.php:217 +#: include/database.item.php:229 include/lib/user_menu.php:135 +#: include/class/acc_ledger_search.class.php:1207 +#: include/class/acc_ledger_search.class.php:1207 include/database.item.php:217 +#: include/database.item.php:229 include/lib/user_menu.php:135 +#: include/cfgledger.inc.php:170 msgid "Financier" msgstr "" @@ -8950,7 +9817,8 @@ msgstr "" #: include/database.item.php:231 include/database.item.php:208 #: include/database.item.php:209 include/database.item.php:212 #: include/database.item.php:229 include/database.item.php:210 -#: include/database.item.php:232 +#: include/database.item.php:232 include/database.item.php:216 +#: include/database.item.php:216 msgid "Opération Diverses" msgstr "" @@ -8959,7 +9827,8 @@ msgstr "" #: include/database.item.php:235 include/database.item.php:212 #: include/database.item.php:213 include/database.item.php:216 #: include/database.item.php:236 include/database.item.php:214 -#: include/database.item.php:245 +#: include/database.item.php:245 include/database.item.php:226 +#: include/database.item.php:226 msgid "" "Concerne tous les achats, factures reçues, notes de crédit reçues et notes " "de frais" @@ -8969,7 +9838,8 @@ msgstr "" #: include/database.item.php:236 include/database.item.php:213 #: include/database.item.php:214 include/database.item.php:217 #: include/database.item.php:237 include/database.item.php:215 -#: include/database.item.php:243 +#: include/database.item.php:243 include/database.item.php:224 +#: include/database.item.php:224 msgid "" "Concerne tous les mouvements financiers (comptes en banque, caisses, visa...)" msgstr "" @@ -8979,7 +9849,8 @@ msgstr "" #: include/database.item.php:237 include/database.item.php:214 #: include/database.item.php:215 include/database.item.php:218 #: include/database.item.php:238 include/database.item.php:216 -#: include/database.item.php:242 +#: include/database.item.php:242 include/database.item.php:223 +#: include/database.item.php:223 msgid "" "Concerne toutes les opérations comme les amortissements, les comptes TVA, ..." msgstr "" @@ -8989,11 +9860,12 @@ msgstr "" #: include/database.item.php:238 include/database.item.php:215 #: include/database.item.php:216 include/database.item.php:219 #: include/database.item.php:239 include/database.item.php:217 -#: include/database.item.php:244 +#: include/database.item.php:244 include/database.item.php:225 +#: include/database.item.php:225 msgid "Concerne toutes les ventes, notes de crédit envoyées" msgstr "" -#: include/doc_state.inc.php:57 include/doc_state.inc.php:57 +#: include/doc_state.inc.php:57 msgid "Ferme l'action" msgstr "" @@ -9007,7 +9879,7 @@ msgstr "" #: include/dossier.inc.php:74 include/dossier.inc.php:80 #: include/modele.inc.php:65 include/dossier.inc.php:82 #: include/dossier.inc.php:87 include/modele.inc.php:66 -#: include/dossier.inc.php:87 include/modele.inc.php:66 +#: include/modele.inc.php:66 include/dossier.inc.php:87 msgid "Désolé vous devez migrer ce modèle en unicode" msgstr "" @@ -9027,14 +9899,15 @@ msgstr "" #: include/dossier.inc.php:77 include/dossier.inc.php:83 #: include/modele.inc.php:71 include/modele.inc.php:69 #: include/dossier.inc.php:85 include/dossier.inc.php:90 -#: include/dossier.inc.php:90 include/modele.inc.php:70 +#: include/modele.inc.php:70 include/dossier.inc.php:90 msgid "" "Pour le passer en unicode, faites-en un backup puis restaurez le fichier reçu" msgstr "" #: include/dossier.inc.php:76 include/dossier.inc.php:97 #: include/dossier.inc.php:103 include/dossier.inc.php:106 -#: include/dossier.inc.php:111 include/dossier.inc.php:111 +#: include/dossier.inc.php:111 include/dossier.inc.php:113 +#: include/dossier.inc.php:113 msgid "" "Desole la creation de ce dossier a echoue,\n" " la cause la plus probable est deux fois le même nom de dossier" @@ -9042,13 +9915,15 @@ msgstr "" #: include/dossier.inc.php:94 include/dossier.inc.php:115 #: include/dossier.inc.php:126 include/dossier.inc.php:129 -#: include/dossier.inc.php:134 include/dossier.inc.php:134 +#: include/dossier.inc.php:134 include/dossier.inc.php:136 +#: include/dossier.inc.php:136 msgid " est une année invalide" msgstr "" #: include/dossier.inc.php:111 include/dossier.inc.php:132 #: include/dossier.inc.php:143 include/dossier.inc.php:146 -#: include/dossier.inc.php:151 include/dossier.inc.php:151 +#: include/dossier.inc.php:151 include/dossier.inc.php:153 +#: include/dossier.inc.php:153 msgid " Base de donnée " msgstr "" @@ -9058,7 +9933,8 @@ msgstr "" #: include/dossier.inc.php:391 include/dossier.inc.php:392 #: include/dossier.inc.php:147 include/dossier.inc.php:408 #: include/dossier.inc.php:152 include/dossier.inc.php:413 -#: include/dossier.inc.php:152 include/dossier.inc.php:413 +#: include/dossier.inc.php:154 include/dossier.inc.php:417 +#: include/dossier.inc.php:154 include/dossier.inc.php:417 msgid "est accèdée, déconnectez-vous d'abord" msgstr "" @@ -9072,8 +9948,10 @@ msgstr "" #: include/modele.inc.php:254 include/modele.inc.php:278 #: include/dossier.inc.php:214 include/modele.inc.php:261 #: include/dossier.inc.php:217 include/dossier.inc.php:222 -#: include/modele.inc.php:262 include/anc_group.inc.php:81 -#: include/dossier.inc.php:222 include/modele.inc.php:263 +#: include/modele.inc.php:262 include/modele.inc.php:263 +#: include/ajax/ajax_add_concerned_card.php:138 include/dossier.inc.php:225 +#: include/ajax/ajax_add_concerned_card.php:138 include/modele.inc.php:263 +#: include/anc_group.inc.php:81 include/dossier.inc.php:225 msgid "Ajouter" msgstr "" @@ -9084,8 +9962,9 @@ msgstr "" #: include/dossier.inc.php:268 include/upgrade.inc.php:78 #: include/upgrade.inc.php:79 include/dossier.inc.php:271 #: include/dossier.inc.php:276 include/upgrade.inc.php:80 -#: include/class/dossier.class.php:379 include/dossier.inc.php:276 -#: include/class/dossier.class.php:379 +#: include/class/dossier.class.php:379 include/class/dossier.class.php:385 +#: include/dossier.inc.php:279 include/class/dossier.class.php:385 +#: include/dossier.inc.php:279 msgid "Dossier inexistant" msgstr "" @@ -9095,22 +9974,25 @@ msgstr "" #: include/modele.inc.php:331 include/dossier.inc.php:278 #: include/modele.inc.php:314 include/dossier.inc.php:281 #: include/dossier.inc.php:286 include/modele.inc.php:315 -#: include/modele.inc.php:320 include/dossier.inc.php:286 -#: include/modele.inc.php:321 +#: include/modele.inc.php:320 include/modele.inc.php:321 +#: include/dossier.inc.php:289 include/modele.inc.php:321 +#: include/dossier.inc.php:289 msgid "Backup" msgstr "" #: include/dossier.inc.php:254 include/dossier.inc.php:251 #: include/dossier.inc.php:273 include/dossier.inc.php:307 #: include/dossier.inc.php:308 include/dossier.inc.php:311 -#: include/dossier.inc.php:316 include/dossier.inc.php:316 +#: include/dossier.inc.php:316 include/dossier.inc.php:319 +#: include/dossier.inc.php:319 msgid "pas de modèle disponible" msgstr "" #: include/dossier.inc.php:275 include/dossier.inc.php:272 #: include/dossier.inc.php:294 include/dossier.inc.php:330 #: include/dossier.inc.php:331 include/dossier.inc.php:334 -#: include/dossier.inc.php:339 include/dossier.inc.php:339 +#: include/dossier.inc.php:339 include/dossier.inc.php:342 +#: include/dossier.inc.php:342 msgid "Nom du dossier" msgstr "" @@ -9122,8 +10004,9 @@ msgstr "" #: include/dossier.inc.php:353 include/compta_ach.inc.php:89 #: include/compta_ach.inc.php:91 include/compta_ven.inc.php:98 #: include/dossier.inc.php:358 include/upgrade.inc.php:36 -#: include/compta_ven.inc.php:96 include/upgrade.inc.php:36 -#: include/dossier.inc.php:358 include/compta_ach.inc.php:89 +#: include/compta_ach.inc.php:88 include/dossier.inc.php:361 +#: include/compta_ven.inc.php:96 include/compta_ach.inc.php:88 +#: include/dossier.inc.php:361 include/upgrade.inc.php:36 #: include/operation_ods_confirm.inc.php:51 msgid "Modèle" msgstr "" @@ -9131,7 +10014,8 @@ msgstr "" #: include/dossier.inc.php:286 include/dossier.inc.php:283 #: include/dossier.inc.php:305 include/dossier.inc.php:341 #: include/dossier.inc.php:342 include/dossier.inc.php:358 -#: include/dossier.inc.php:363 include/dossier.inc.php:363 +#: include/dossier.inc.php:363 include/dossier.inc.php:366 +#: include/dossier.inc.php:366 msgid "Creation Dossier" msgstr "" @@ -9145,9 +10029,9 @@ msgstr "" #: include/ajax/ajax_admin.php:297 include/modele.inc.php:313 #: include/ajax/ajax_admin.php:240 include/ajax/ajax_admin.php:318 #: include/modele.inc.php:318 include/ajax/ajax_admin.php:244 -#: include/ajax/ajax_admin.php:322 include/template/list_mod_payment.php:79 +#: include/ajax/ajax_admin.php:322 include/modele.inc.php:319 #: include/ajax/ajax_admin.php:244 include/ajax/ajax_admin.php:322 -#: include/modele.inc.php:319 +#: include/modele.inc.php:319 include/template/list_mod_payment.php:79 msgid "Modifie" msgstr "" @@ -9163,7 +10047,6 @@ msgstr "" #: include/ajax_admin.php:228 include/ajax/ajax_admin.php:228 #: include/ajax/ajax_admin.php:232 include/ajax/ajax_admin.php:239 #: include/ajax/ajax_admin.php:260 include/ajax/ajax_admin.php:264 -#: include/ajax/ajax_admin.php:264 msgid "Cochez la case si vous êtes sûr de vouloir effacer ce dossier" msgstr "" @@ -9173,7 +10056,7 @@ msgstr "" #: include/modele.inc.php:413 include/dossier.inc.php:361 #: include/modele.inc.php:396 include/dossier.inc.php:377 #: include/dossier.inc.php:382 include/modele.inc.php:397 -#: include/modele.inc.php:402 include/dossier.inc.php:382 +#: include/modele.inc.php:402 include/modele.inc.php:403 #: include/modele.inc.php:403 msgid "Désolé, vous n'avez pas coché la case" msgstr "" @@ -9181,14 +10064,16 @@ msgstr "" #: include/dossier.inc.php:355 include/dossier.inc.php:311 #: include/dossier.inc.php:334 include/dossier.inc.php:370 #: include/dossier.inc.php:371 include/dossier.inc.php:387 -#: include/dossier.inc.php:392 include/dossier.inc.php:392 +#: include/dossier.inc.php:392 include/dossier.inc.php:396 +#: include/dossier.inc.php:396 msgid "inexistant" msgstr "" #: include/dossier.inc.php:365 include/dossier.inc.php:321 #: include/dossier.inc.php:354 include/dossier.inc.php:390 #: include/dossier.inc.php:391 include/dossier.inc.php:407 -#: include/dossier.inc.php:412 include/dossier.inc.php:412 +#: include/dossier.inc.php:412 include/dossier.inc.php:416 +#: include/dossier.inc.php:416 msgid "Base de donnée " msgstr "" @@ -9199,9 +10084,10 @@ msgstr "" #: include/export/export_fiche_balance_csv.php:153 #: include/export/export_fiche_balance_csv.php:154 include/fiche.inc.php:517 #: include/fiche.inc.php:519 include/fiche.inc.php:528 -#: include/class/print_ledger_simple.class.php:101 -#: include/export/export_fiche_balance_csv.php:154 include/fiche.inc.php:528 -#: include/class/print_ledger_simple.class.php:101 +#: include/class/print_ledger_simple.class.php:101 include/fiche.inc.php:541 +#: include/class/print_ledger_simple.class.php:98 include/fiche.inc.php:541 +#: include/class/print_ledger_simple.class.php:98 +#: include/export/export_fiche_balance_csv.php:154 msgid "ref" msgstr "" @@ -9260,23 +10146,33 @@ msgstr "" #: include/class/fiche.class.php:1474 include/fiche.inc.php:529 #: include/class/acc_ledger_history_generic.class.php:766 #: include/class/fiche.class.php:1475 -#: include/template/balance_aged_result.php:53 -#: include/template/acc_ledger_history_purchase_oneline.php:44 -#: include/template/acc_ledger_history_sale_oneline.php:41 -#: include/template/acc_ledger_history_purchase_extended.php:40 -#: include/template/acc_ledger_history_sale_extended.php:40 -#: include/template/letter_all.php:29 -#: include/export/export_fiche_balance_csv.php:155 -#: include/export/export_poste_detail_csv.php:85 -#: include/export/export_poste_detail_csv.php:197 include/fiche.inc.php:529 #: include/class/acc_ledger_history_generic.class.php:769 #: include/class/acc_ledger_sold.class.php:1412 -#: include/class/print_ledger_misc.class.php:45 +#: include/class/acc_ledger_purchase.class.php:1838 include/fiche.inc.php:542 +#: include/class/print_ledger_misc.class.php:44 +#: include/class/fiche.class.php:1502 +#: include/class/acc_ledger_purchase.class.php:1875 +#: include/class/acc_ledger_sold.class.php:1397 +#: include/class/acc_ledger_history_generic.class.php:770 +#: include/class/anc_grandlivre.class.php:232 +#: include/class/anc_grandlivre.class.php:233 include/fiche.inc.php:542 #: include/class/acc_reconciliation.class.php:492 -#: include/class/fiche.class.php:1475 -#: include/class/acc_ledger_purchase.class.php:1838 -#: include/class/anc_grandlivre.class.php:219 +#: include/class/print_ledger_misc.class.php:44 +#: include/class/fiche.class.php:1502 +#: include/class/acc_ledger_purchase.class.php:1875 +#: include/class/acc_ledger_sold.class.php:1397 +#: include/class/acc_ledger_history_generic.class.php:770 #: include/class/balance_age.class.php:149 +#: include/class/anc_grandlivre.class.php:233 +#: include/export/export_poste_detail_csv.php:85 +#: include/export/export_poste_detail_csv.php:197 +#: include/export/export_fiche_balance_csv.php:155 +#: include/template/acc_ledger_history_purchase_extended.php:40 +#: include/template/acc_ledger_history_purchase_oneline.php:44 +#: include/template/letter_all.php:29 +#: include/template/acc_ledger_history_sale_oneline.php:41 +#: include/template/balance_aged_result.php:53 +#: include/template/acc_ledger_history_sale_extended.php:40 msgid "Interne" msgstr "" @@ -9287,7 +10183,8 @@ msgstr "" #: include/export/export_fiche_balance_csv.php:155 #: include/export/export_fiche_balance_csv.php:156 include/fiche.inc.php:519 #: include/fiche.inc.php:521 include/fiche.inc.php:530 -#: include/export/export_fiche_balance_csv.php:156 include/fiche.inc.php:530 +#: include/fiche.inc.php:543 include/fiche.inc.php:543 +#: include/export/export_fiche_balance_csv.php:156 msgid "Comm" msgstr "" @@ -9296,8 +10193,8 @@ msgstr "" #: include/export/export_fiche_balance_csv.php:144 #: include/export/export_fiche_balance_csv.php:157 #: include/export/export_fiche_balance_csv.php:158 -#: include/template/anc_balance_group.php:50 #: include/export/export_fiche_balance_csv.php:158 +#: include/template/anc_balance_group.php:50 msgid "Crébit" msgstr "" @@ -9315,10 +10212,13 @@ msgstr "" #: include/export/export_poste_detail_csv.php:90 #: include/class/anc_grandlivre.class.php:221 #: include/class/anc_grandlivre.class.php:222 include/fiche.inc.php:523 -#: include/fiche.inc.php:532 include/export/export_fiche_balance_csv.php:159 +#: include/fiche.inc.php:532 include/fiche.inc.php:545 +#: include/class/anc_grandlivre.class.php:235 +#: include/class/anc_grandlivre.class.php:236 include/fiche.inc.php:545 +#: include/class/anc_grandlivre.class.php:236 #: include/export/export_poste_detail_csv.php:90 -#: include/export/export_fiche_detail_csv.php:79 include/fiche.inc.php:532 -#: include/class/anc_grandlivre.class.php:222 +#: include/export/export_fiche_detail_csv.php:79 +#: include/export/export_fiche_balance_csv.php:159 msgid "Prog." msgstr "" @@ -9331,9 +10231,10 @@ msgstr "" #: include/export/export_fiche_balance_csv.php:161 include/fiche.inc.php:522 #: include/export/export_fiche_detail_csv.php:80 #: include/export/export_poste_detail_csv.php:91 include/fiche.inc.php:524 -#: include/fiche.inc.php:533 include/export/export_fiche_balance_csv.php:161 -#: include/export/export_poste_detail_csv.php:91 -#: include/export/export_fiche_detail_csv.php:80 include/fiche.inc.php:533 +#: include/fiche.inc.php:533 include/fiche.inc.php:546 +#: include/fiche.inc.php:546 include/export/export_poste_detail_csv.php:91 +#: include/export/export_fiche_detail_csv.php:80 +#: include/export/export_fiche_balance_csv.php:161 msgid "Let." msgstr "" @@ -9393,8 +10294,8 @@ msgstr "" #: include/fiche.inc.php:63 include/ext/rapport_avance/index.php:58 #: include/template/calendar.php:10 include/ext/rapport_avance/index.php:60 #: include/ext/listing/index.php:60 include/ext/listing/index.php:58 -#: include/fiche.inc.php:64 include/template/calendar.php:10 -#: include/fiche.inc.php:64 +#: include/fiche.inc.php:64 include/fiche.inc.php:64 +#: include/template/calendar.php:10 msgid "Liste" msgstr "" @@ -9425,14 +10326,14 @@ msgstr "" #: include/fiche.inc.php:175 include/fiche.inc.php:179 #: include/fiche.inc.php:181 include/fiche.inc.php:182 #: include/fiche.inc.php:183 include/fiche.inc.php:184 -#: include/fiche.inc.php:184 +#: include/fiche.inc.php:185 include/fiche.inc.php:185 msgid "Fiche non effacées" msgstr "" #: include/fiche.inc.php:176 include/fiche.inc.php:180 #: include/fiche.inc.php:182 include/fiche.inc.php:183 #: include/fiche.inc.php:184 include/fiche.inc.php:185 -#: include/fiche.inc.php:185 +#: include/fiche.inc.php:186 include/fiche.inc.php:186 msgid " Ces fiches n'ont pas été effacées " msgstr "" @@ -9441,15 +10342,18 @@ msgstr "" #: include/fiche.inc.php:383 include/fiche.inc.php:386 #: include/fiche.inc.php:133 include/fiche.inc.php:387 #: include/fiche.inc.php:134 include/fiche.inc.php:388 -#: include/fiche.inc.php:395 include/fiche.inc.php:134 -#: include/fiche.inc.php:395 +#: include/fiche.inc.php:395 include/fiche.inc.php:135 +#: include/fiche.inc.php:405 include/export/export_fiche_pdf.php:73 +#: include/fiche.inc.php:135 include/fiche.inc.php:405 +#: include/export/export_fiche_pdf.php:73 msgid "Aucune fiche trouvée" msgstr "" #: include/fiche.inc.php:312 include/fiche.inc.php:317 #: include/fiche.inc.php:390 include/fiche.inc.php:393 #: include/fiche.inc.php:394 include/fiche.inc.php:395 -#: include/fiche.inc.php:402 include/fiche.inc.php:402 +#: include/fiche.inc.php:402 include/fiche.inc.php:412 +#: include/fiche.inc.php:412 msgid "Filtre rapide:" msgstr "" @@ -9504,7 +10408,8 @@ msgid "Vous devez corriger" msgstr "" #: include/impress_bilan.inc.php:64 include/impress_bilan.inc.php:71 -#: include/impress_bilan.inc.php:78 include/impress_bilan.inc.php:78 +#: include/impress_bilan.inc.php:78 include/impress_bilan.inc.php:81 +#: include/impress_bilan.inc.php:81 msgid "Verification comptabilite" msgstr "" @@ -9541,15 +10446,15 @@ msgstr "" #: include/balance.inc.php:183 include/balance.inc.php:195 #: include/balance.inc.php:196 include/impress_jrn.inc.php:146 #: include/impress_rapport.inc.php:286 include/balance.inc.php:199 -#: include/impress_jrn.inc.php:160 include/impress_gl_comptes.inc.php:100 -#: include/impress_rapport.inc.php:286 include/impress_jrn.inc.php:160 -#: include/impress_rec.inc.php:79 include/balance.inc.php:199 -#: include/impress_poste.inc.php:114 +#: include/impress_jrn.inc.php:160 include/impress_jrn.inc.php:174 +#: include/balance.inc.php:199 include/impress_gl_comptes.inc.php:100 +#: include/impress_jrn.inc.php:174 include/impress_rec.inc.php:79 +#: include/impress_rapport.inc.php:286 include/impress_poste.inc.php:114 msgid "Visualisation" msgstr "" #: include/lettering.account.inc.php:47 include/lettering.account.inc.php:53 -#: include/lettering.account.inc.php:53 +#: include/lettering.account.inc.php:55 include/lettering.account.inc.php:55 msgid "Lettrage pour le poste comptable " msgstr "" @@ -9558,9 +10463,9 @@ msgstr "" #: include/lettering.card.inc.php:76 include/lettering.gestion.inc.php:74 #: include/lettering.gestion.inc.php:73 include/lettering.account.inc.php:67 #: include/lettering.account.inc.php:80 include/lettering.account.inc.php:124 -#: include/lettering.gestion.inc.php:73 include/lettering.account.inc.php:67 -#: include/lettering.account.inc.php:80 include/lettering.account.inc.php:124 -#: include/lettering.card.inc.php:62 include/lettering.card.inc.php:76 +#: include/lettering.account.inc.php:76 include/lettering.card.inc.php:71 +#: include/lettering.account.inc.php:76 include/lettering.gestion.inc.php:73 +#: include/lettering.card.inc.php:71 msgid "Date malformée, désolé" msgstr "" @@ -9568,40 +10473,46 @@ msgstr "" #: include/lettering.gestion.inc.php:34 #: include/ext/tools/include/export_operation.inc.php:33 #: include/lettering.gestion.inc.php:33 include/lettering.account.inc.php:85 -#: include/lettering.gestion.inc.php:33 include/lettering.account.inc.php:85 -#: include/lettering.card.inc.php:82 +#: include/lettering.account.inc.php:86 include/lettering.card.inc.php:84 +#: include/lettering.account.inc.php:86 include/lettering.gestion.inc.php:33 +#: include/lettering.card.inc.php:84 msgid "Date fin" msgstr "" #: include/lettering.account.inc.php:84 include/lettering.card.inc.php:89 #: include/lettering.gestion.inc.php:41 include/lettering.gestion.inc.php:40 -#: include/lettering.account.inc.php:92 include/lettering.gestion.inc.php:40 -#: include/lettering.account.inc.php:92 include/lettering.card.inc.php:89 +#: include/lettering.account.inc.php:92 include/lettering.account.inc.php:93 +#: include/lettering.card.inc.php:91 include/lettering.account.inc.php:93 +#: include/lettering.gestion.inc.php:40 include/lettering.card.inc.php:91 msgid "Toutes opérations" msgstr "" #: include/lettering.account.inc.php:85 include/lettering.card.inc.php:90 #: include/lettering.gestion.inc.php:42 include/lettering.gestion.inc.php:41 #: include/lettering.account.inc.php:93 include/impress_poste.inc.php:104 -#: include/lettering.gestion.inc.php:41 include/lettering.account.inc.php:93 -#: include/impress_poste.inc.php:104 include/lettering.card.inc.php:90 +#: include/lettering.account.inc.php:94 include/lettering.card.inc.php:92 +#: include/lettering.account.inc.php:94 include/lettering.gestion.inc.php:41 +#: include/lettering.card.inc.php:92 include/impress_poste.inc.php:104 msgid "Opérations lettrées" msgstr "" #: include/lettering.account.inc.php:86 include/lettering.card.inc.php:91 -#: include/lettering.account.inc.php:94 include/lettering.account.inc.php:94 -#: include/lettering.card.inc.php:91 +#: include/lettering.account.inc.php:94 include/lettering.account.inc.php:95 +#: include/lettering.card.inc.php:93 include/lettering.account.inc.php:95 +#: include/lettering.card.inc.php:93 msgid "Opérations lettrées montants différents" msgstr "" #: include/lettering.account.inc.php:87 include/lettering.card.inc.php:92 #: include/lettering.gestion.inc.php:43 include/lettering.gestion.inc.php:42 -#: include/lettering.account.inc.php:95 include/lettering.gestion.inc.php:42 -#: include/lettering.account.inc.php:95 include/lettering.card.inc.php:92 +#: include/lettering.account.inc.php:95 include/lettering.account.inc.php:96 +#: include/lettering.card.inc.php:94 include/lettering.account.inc.php:96 +#: include/lettering.gestion.inc.php:42 include/lettering.card.inc.php:94 msgid "Opérations NON lettrées" msgstr "" -#: include/lettering.card.inc.php:50 include/lettering.card.inc.php:50 +#: include/lettering.card.inc.php:50 include/lettering.card.inc.php:51 +#: include/lettering.card.inc.php:51 msgid "Lettrage pour la fiche " msgstr "" @@ -9626,8 +10537,9 @@ msgstr "" #: include/ext/coprop/include/coprop_appel_fond.class.php:252 #: include/operation_ods_new.inc.php:86 #: include/class/acc_ledger_fin.class.php:645 -#: include/operation_ods_new.inc.php:86 -#: include/class/acc_ledger_fin.class.php:645 include/anc_od.inc.php:150 +#: include/operation_ods_new.inc.php:87 +#: include/class/acc_ledger_fin.class.php:645 +#: include/operation_ods_new.inc.php:87 include/anc_od.inc.php:150 msgid "Difference" msgstr "" @@ -9644,7 +10556,7 @@ msgstr "" #: include/ext/coprop/include/appel_fond.inc.php:83 #: include/ext/coprop/include/appel_fond.inc.php:153 #: include/ext/coprop/include/coprop_appel_fond.class.php:247 -#: include/operation_ods_new.inc.php:97 include/operation_ods_new.inc.php:97 +#: include/operation_ods_new.inc.php:97 msgid "Ajout d'une ligne" msgstr "" @@ -9661,10 +10573,13 @@ msgstr "" #: include/class/fiche.class.php:1756 include/class/pdf_operation.class.php:246 #: include/ajax/ajax_boxcard_search.php:65 include/class/fiche.class.php:1759 #: include/class/fiche.class.php:1761 include/class/fiche.class.php:1779 -#: include/class/fiche.class.php:1780 include/template/pcmn_update.php:28 -#: include/template/pcmn_update.php:36 include/template/account_result.php:13 -#: include/ajax/ajax_boxcard_search.php:65 include/class/fiche.class.php:1780 +#: include/class/fiche.class.php:1780 include/class/fiche.class.php:1806 +#: include/class/card_attribut_mtable.class.php:58 +#: include/class/fiche.class.php:1806 +#: include/class/card_attribut_mtable.class.php:58 #: include/class/pdf_operation.class.php:246 +#: include/ajax/ajax_boxcard_search.php:65 include/template/pcmn_update.php:28 +#: include/template/pcmn_update.php:36 include/template/account_result.php:13 msgid "Poste comptable" msgstr "" @@ -9675,6 +10590,8 @@ msgid "Parent" msgstr "" #: include/param_pcmn.inc.php:57 include/param_pcmn.inc.php:58 +#: include/class/contact_option_ref_mtable.class.php:37 +#: include/class/contact_option_ref_mtable.class.php:37 msgid "Type " msgstr "" @@ -9691,8 +10608,9 @@ msgstr "" #: include/ajax/ajax_admin.php:276 include/cfgledger.inc.php:136 #: include/ajax/ajax_admin.php:254 include/ajax/ajax_admin.php:280 #: include/ajax/ajax_card.php:171 include/cfgledger.inc.php:139 -#: include/cfgledger.inc.php:139 include/ajax/ajax_card.php:172 -#: include/ajax/ajax_admin.php:254 include/ajax/ajax_admin.php:280 +#: include/ajax/ajax_card.php:172 include/ajax/ajax_card.php:175 +#: include/ajax/ajax_card.php:175 include/ajax/ajax_admin.php:254 +#: include/ajax/ajax_admin.php:280 include/cfgledger.inc.php:139 msgid "Efface" msgstr "" @@ -9760,7 +10678,8 @@ msgstr "" #: include/lib/user_menu.php:116 include/lib/user_menu.php:129 #: include/lib/user_menu.php:117 include/lib/user_menu.php:140 #: include/lib/user_menu.php:74 include/lib/user_menu.php:97 -#: include/lib/user_menu.php:74 include/lib/user_menu.php:97 +#: include/lib/user_menu.php:73 include/lib/user_menu.php:96 +#: include/lib/user_menu.php:73 include/lib/user_menu.php:96 msgid "Utilisateurs" msgstr "" @@ -9768,19 +10687,20 @@ msgstr "" #: include/lib/user_menu.php:116 include/lib/user_menu.php:129 #: include/lib/user_menu.php:117 include/lib/user_menu.php:140 #: include/lib/user_menu.php:74 include/lib/user_menu.php:97 -#: include/lib/user_menu.php:74 include/lib/user_menu.php:97 +#: include/lib/user_menu.php:73 include/lib/user_menu.php:96 +#: include/lib/user_menu.php:73 include/lib/user_menu.php:96 msgid "Gestion des utilisateurs" msgstr "" #: include/user_menu.php:111 include/lib/user_menu.php:117 #: include/lib/user_menu.php:118 include/lib/user_menu.php:75 -#: include/lib/user_menu.php:75 +#: include/lib/user_menu.php:74 include/lib/user_menu.php:74 msgid "Dossiers" msgstr "" #: include/user_menu.php:111 include/lib/user_menu.php:117 #: include/lib/user_menu.php:118 include/lib/user_menu.php:75 -#: include/lib/user_menu.php:75 +#: include/lib/user_menu.php:74 include/lib/user_menu.php:74 msgid "Gestion des dossiers" msgstr "" @@ -9789,25 +10709,26 @@ msgstr "" #: include/modele.inc.php:274 include/lib/user_menu.php:119 #: include/modele.inc.php:257 include/modele.inc.php:258 #: include/lib/user_menu.php:76 include/modele.inc.php:259 -#: include/lib/user_menu.php:76 +#: include/lib/user_menu.php:75 include/modele.inc.php:259 +#: include/lib/user_menu.php:75 msgid "Modèles" msgstr "" #: include/user_menu.php:112 include/lib/user_menu.php:118 #: include/lib/user_menu.php:119 include/lib/user_menu.php:76 -#: include/lib/user_menu.php:76 +#: include/lib/user_menu.php:75 include/lib/user_menu.php:75 msgid "Gestion des modèles" msgstr "" #: include/user_menu.php:113 include/lib/user_menu.php:119 #: include/lib/user_menu.php:120 include/lib/user_menu.php:77 -#: include/lib/user_menu.php:77 +#: include/lib/user_menu.php:76 include/lib/user_menu.php:76 msgid "Restaure" msgstr "" #: include/user_menu.php:113 include/lib/user_menu.php:119 #: include/lib/user_menu.php:120 include/lib/user_menu.php:77 -#: include/lib/user_menu.php:77 +#: include/lib/user_menu.php:76 include/lib/user_menu.php:76 msgid "Restaure une base de données" msgstr "" @@ -9815,7 +10736,8 @@ msgstr "" #: include/lib/user_menu.php:121 include/lib/user_menu.php:130 #: include/lib/user_menu.php:122 include/lib/user_menu.php:141 #: include/lib/user_menu.php:79 include/lib/user_menu.php:98 -#: include/lib/user_menu.php:79 include/lib/user_menu.php:98 +#: include/lib/user_menu.php:78 include/lib/user_menu.php:97 +#: include/lib/user_menu.php:78 include/lib/user_menu.php:97 msgid "Audit" msgstr "" @@ -9823,49 +10745,57 @@ msgstr "" #: include/lib/user_menu.php:121 include/lib/user_menu.php:130 #: include/lib/user_menu.php:122 include/lib/user_menu.php:141 #: include/lib/user_menu.php:79 include/lib/user_menu.php:98 -#: include/lib/user_menu.php:79 include/lib/user_menu.php:98 +#: include/lib/user_menu.php:78 include/lib/user_menu.php:97 +#: include/lib/user_menu.php:78 include/lib/user_menu.php:97 msgid "Utilisateurs qui se sont connectés" msgstr "" #: include/user_menu.php:147 include/user_menu.php:151 #: include/lib/user_menu.php:160 include/lib/user_menu.php:173 -#: include/lib/user_menu.php:131 include/lib/user_menu.php:131 +#: include/lib/user_menu.php:131 include/lib/user_menu.php:130 +#: include/lib/user_menu.php:130 msgid " Hors Bilan" msgstr "" #: include/user_menu.php:148 include/user_menu.php:152 #: include/lib/user_menu.php:161 include/lib/user_menu.php:174 -#: include/lib/user_menu.php:132 include/lib/user_menu.php:132 +#: include/lib/user_menu.php:132 include/lib/user_menu.php:131 +#: include/lib/user_menu.php:131 msgid " Immobilisé" msgstr "" #: include/user_menu.php:149 include/user_menu.php:153 #: include/lib/user_menu.php:162 include/lib/user_menu.php:175 -#: include/lib/user_menu.php:133 include/lib/user_menu.php:133 +#: include/lib/user_menu.php:133 include/lib/user_menu.php:132 +#: include/lib/user_menu.php:132 msgid "Actif a un an au plus" msgstr "" #: include/user_menu.php:150 include/user_menu.php:154 #: include/lib/user_menu.php:163 include/lib/user_menu.php:176 -#: include/lib/user_menu.php:134 include/lib/user_menu.php:134 +#: include/lib/user_menu.php:134 include/lib/user_menu.php:133 +#: include/lib/user_menu.php:133 msgid "Stock et commande" msgstr "" #: include/user_menu.php:151 include/user_menu.php:155 #: include/lib/user_menu.php:164 include/lib/user_menu.php:177 -#: include/lib/user_menu.php:135 include/lib/user_menu.php:135 +#: include/lib/user_menu.php:135 include/lib/user_menu.php:134 +#: include/lib/user_menu.php:134 msgid "Compte tiers" msgstr "" #: include/user_menu.php:153 include/user_menu.php:157 #: include/lib/user_menu.php:166 include/lib/user_menu.php:179 -#: include/lib/user_menu.php:137 include/lib/user_menu.php:137 +#: include/lib/user_menu.php:137 include/lib/user_menu.php:136 +#: include/lib/user_menu.php:136 msgid "Charges" msgstr "" #: include/user_menu.php:154 include/user_menu.php:158 #: include/lib/user_menu.php:167 include/lib/user_menu.php:180 -#: include/lib/user_menu.php:138 include/lib/user_menu.php:138 +#: include/lib/user_menu.php:138 include/lib/user_menu.php:137 +#: include/lib/user_menu.php:137 msgid "Produits" msgstr "" @@ -9874,12 +10804,15 @@ msgstr "" #: include/lib/user_menu.php:168 include/lib/user_menu.php:169 #: include/lib/user_menu.php:181 include/lib/user_menu.php:182 #: include/lib/user_menu.php:139 include/lib/user_menu.php:140 -#: include/lib/user_menu.php:139 include/lib/user_menu.php:140 +#: include/lib/user_menu.php:138 include/lib/user_menu.php:138 +#: include/lib/user_menu.php:139 msgid "Hors Comptabilité" msgstr "" #: include/template/account_result.php:6 include/template/card_result.php:6 +#: include/template/card_multiple_result.php:7 #: include/template/card_result.php:6 include/template/account_result.php:6 +#: include/template/card_multiple_result.php:7 msgid "Résultats" msgstr "" @@ -9892,7 +10825,7 @@ msgstr "" msgid "Partie du poste comptable ou du libellé" msgstr "" -#: include/template/action_button.php:35 include/template/action_button.php:35 +#: include/template/action_button.php:35 msgid "Ajout Action" msgstr "" @@ -9904,8 +10837,17 @@ msgstr "" #: include/template/action_search.php:67 include/template/tag_choose.php:5 #: include/template/action_search.php:81 include/template/action_search.php:115 #: include/template/action_search.php:129 include/class/tag.class.php:85 -#: include/template/action_search.php:129 include/template/tag_choose.php:5 -#: include/class/tag.class.php:85 +#: include/class/follow_up.class.php:623 include/class/tag.class.php:90 +#: include/template/action_search.php:130 include/cfgtags.inc.php:38 +#: include/class/follow_up.class.php:639 include/class/tag_action.class.php:54 +#: include/class/tag_operation.class.php:192 +#: include/ajax/ajax_tag_detail.php:19 +#: include/template/ledger_detail_bottom.php:47 +#: include/class/follow_up.class.php:639 include/class/tag_action.class.php:54 +#: include/class/tag_operation.class.php:192 +#: include/ajax/ajax_tag_detail.php:19 include/template/tag_choose.php:5 +#: include/template/ledger_detail_bottom.php:47 +#: include/template/action_search.php:130 include/cfgtags.inc.php:38 msgid "Etiquette" msgstr "" @@ -9919,10 +10861,12 @@ msgstr "" #: include/template/action_search.php:51 #: include/template/action_display_short.php:97 #: include/template/action_search.php:47 include/template/action_show.php:39 -#: include/template/action_show.php:39 +#: include/template/detail-action.php:41 +#: include/template/action_search_result.php:54 #: include/template/action_display_short.php:97 -#: include/template/action_search.php:47 include/template/detail-action.php:40 -#: include/template/action_search_result.php:53 +#: include/template/detail-action.php:41 +#: include/template/action_search_result.php:54 +#: include/template/action_show.php:39 include/template/action_search.php:47 msgid "Destinataire" msgstr "" @@ -9934,20 +10878,23 @@ msgstr "" #: include/ext/sav/include/template/sas_display_detail.php:145 #: include/template/detail-action.php:124 #: include/template/detail-action.php:123 include/template/action_search.php:60 -#: include/template/action_search.php:56 include/template/action_search.php:56 -#: include/template/detail-action.php:123 +#: include/template/action_search.php:56 include/class/follow_up.class.php:628 +#: include/template/detail-action.php:130 include/template/ledger_search.php:83 +#: include/class/follow_up.class.php:647 include/template/detail-action.php:132 +#: include/class/follow_up.class.php:647 include/template/detail-action.php:132 +#: include/template/ledger_search.php:83 include/template/action_search.php:56 msgid "Etat" msgstr "" #: include/template/action_search.php:107 #: include/template/action_search.php:121 include/template/action_search.php:64 -#: include/template/action_search.php:60 include/template/action_search.php:60 +#: include/template/action_search.php:60 include/template/action_search.php:64 msgid "Exclure Etat" msgstr "" #: include/template/action_search.php:110 #: include/template/action_search.php:124 include/template/action_search.php:67 -#: include/template/action_search.php:63 include/template/action_search.php:63 +#: include/template/action_search.php:63 include/template/action_search.php:67 #, php-format msgid "contenant le mot" msgstr "" @@ -9955,28 +10902,26 @@ msgstr "" #: include/template/action_search.php:114 #: include/template/document_mod_change.php:25 #: include/template/action_search.php:128 include/template/action_search.php:71 -#: include/template/action_search.php:67 -#: include/template/document_mod_change.php:25 -#: include/template/action_search.php:67 +#: include/template/action_search.php:67 include/template/action_search.php:71 msgid "Type de document" msgstr "" #: include/template/action_search.php:119 include/template/action_search.php:52 #: include/template/action_search.php:86 include/template/action_search.php:82 -#: include/template/action_search.php:82 +#: include/template/action_search.php:86 #, php-format msgid "Après le " msgstr "" #: include/template/action_search.php:126 include/template/action_search.php:59 #: include/template/action_search.php:93 include/template/action_search.php:89 -#: include/template/action_search.php:89 +#: include/template/action_search.php:93 msgid "Avant le" msgstr "" #: include/template/action_search.php:133 #: include/template/action_search.php:134 include/template/action_search.php:77 -#: include/template/action_search.php:73 include/template/action_search.php:73 +#: include/template/action_search.php:73 include/template/action_search.php:77 msgid "Uniquement actions internes" msgstr "" @@ -10035,9 +10980,10 @@ msgstr "" #: include/ajax/ajax_calendar_zoom.php:26 include/lib/html_input.class.php:991 #: include/ajax/ajax_calendar_zoom.php:32 include/lib/html_input.class.php:992 #: include/lib/html_input.class.php:1007 include/lib/html_input.class.php:1008 -#: include/template/dashboard.php:6 include/template/calendar-list.php:34 -#: include/impress_rapport.inc.php:234 include/ajax/ajax_calendar_zoom.php:32 -#: include/lib/html_input.class.php:1008 +#: include/lib/html_input.class.php:1041 include/lib/html_input.class.php:1042 +#: include/ajax/ajax_calendar_zoom.php:32 include/template/calendar-list.php:34 +#: include/template/dashboard.php:6 include/impress_rapport.inc.php:234 +#: include/lib/html_input.class.php:1042 msgid "Calendrier" msgstr "" @@ -10085,9 +11031,12 @@ msgstr "" #: include/template/detail-action.php:258 include/template/dashboard.php:348 #: include/ext/invoicing/include/invoice_send_mail_input.inc.php:139 #: include/template/action_show.php:40 include/template/dashboard.php:346 -#: include/template/action_show.php:40 include/template/dashboard.php:346 +#: include/class/follow_up.class.php:627 include/class/follow_up.class.php:645 +#: include/template/action_search_result.php:51 +#: include/class/follow_up.class.php:645 #: include/template/todo_list_display.php:54 -#: include/template/action_search_result.php:50 +#: include/template/action_search_result.php:51 +#: include/template/action_show.php:40 include/template/dashboard.php:346 msgid "Titre" msgstr "" @@ -10096,12 +11045,12 @@ msgid "Informations générales" msgstr "" #: include/template/detail-action.php:19 include/template/detail-action.php:12 -#: include/template/detail-action.php:12 +#: include/template/detail-action.php:13 include/template/detail-action.php:13 msgid "N° document" msgstr "" #: include/template/detail-action.php:27 include/template/detail-action.php:20 -#: include/template/detail-action.php:20 +#: include/template/detail-action.php:21 include/template/detail-action.php:21 msgid "Reference" msgstr "" @@ -10111,8 +11060,10 @@ msgstr "" #: include/template/detail-action.php:104 #: include/template/action_display_short.php:88 #: include/template/action_display_short.php:89 +#: include/template/detail-action.php:111 +#: include/template/detail-action.php:113 #: include/template/action_display_short.php:89 -#: include/template/detail-action.php:104 +#: include/template/detail-action.php:113 msgid "Heure" msgstr "" @@ -10120,7 +11071,9 @@ msgstr "" #: include/template/detail-action.php:110 #: include/template/detail-action.php:115 #: include/template/detail-action.php:114 -#: include/template/detail-action.php:114 +#: include/template/detail-action.php:121 +#: include/template/detail-action.php:123 +#: include/template/detail-action.php:123 msgid "Date limite" msgstr "" @@ -10148,15 +11101,25 @@ msgstr "" #: include/class/fiche.class.php:1463 #: include/class/acc_ledger_search.class.php:1106 #: include/class/fiche.class.php:1477 include/class/fiche.class.php:1478 -#: include/user.inc.php:147 include/template/pcmn_update.php:42 -#: include/template/menu_detail.php:51 include/template/impress_cat_card.php:10 -#: include/template/detail-action.php:29 -#: include/template/action_search_result.php:56 include/user_detail.inc.php:168 -#: include/export/export_gl_csv.php:96 include/menu.inc.php:111 -#: include/class/acc_ledger_search.class.php:1106 +#: include/class/acc_ledger_search.class.php:1195 +#: include/class/fiche.class.php:1505 +#: include/class/card_attribut_mtable.class.php:40 +#: include/class/acc_account_ledger.class.php:390 +#: include/user_detail.inc.php:179 +#: include/class/acc_ledger_search.class.php:1218 +#: include/template/detail-action.php:30 +#: include/template/action_search_result.php:57 include/user.inc.php:149 +#: include/user_detail.inc.php:179 +#: include/class/acc_ledger_search.class.php:1218 +#: include/class/fiche.class.php:1505 +#: include/class/card_attribut_mtable.class.php:40 +#: include/class/acc_account_ledger.class.php:390 #: include/class/acc_plan_mtable.class.php:46 -#: include/class/acc_account_ledger.class.php:398 -#: include/class/fiche.class.php:1478 include/card_attr.inc.php:96 +#: include/export/export_gl_csv.php:96 include/template/detail-action.php:30 +#: include/template/menu_detail.php:51 include/template/pcmn_update.php:42 +#: include/template/action_search_result.php:57 +#: include/template/impress_cat_card.php:10 include/user.inc.php:149 +#: include/menu.inc.php:111 msgid "Type" msgstr "" @@ -10167,8 +11130,10 @@ msgstr "" #: include/template/detail-action.php:133 #: include/template/action_display_short.php:99 #: include/template/action_display_short.php:100 +#: include/template/detail-action.php:140 +#: include/template/detail-action.php:142 #: include/template/action_display_short.php:100 -#: include/template/detail-action.php:133 +#: include/template/detail-action.php:142 msgid "Priorité" msgstr "" @@ -10196,8 +11161,12 @@ msgstr "" #: include/class/follow_up.class.php:2017 #: include/class/follow_up.class.php:1954 #: include/class/follow_up.class.php:2018 -#: include/class/follow_up.class.php:1954 -#: include/class/follow_up.class.php:2018 +#: include/class/follow_up.class.php:1906 +#: include/class/follow_up.class.php:1971 +#: include/class/follow_up.class.php:1880 +#: include/class/follow_up.class.php:1945 +#: include/class/follow_up.class.php:1880 +#: include/class/follow_up.class.php:1945 #, php-format msgid "Voulez-vous effacer cette action " msgstr "" @@ -10249,16 +11218,33 @@ msgstr "" #: include/class/print_ledger_misc.class.php:47 #: include/class/acc_ledger_fin.class.php:550 #: include/class/acc_ledger_history_generic.class.php:684 -#: include/template/detail-action.php:245 -#: include/template/form_ledger_fin.php:42 -#: include/export/export_stock_histo_csv.php:44 -#: include/stock_inv_histo.inc.php:78 #: include/class/acc_ledger_history_generic.class.php:687 #: include/class/acc_ledger_sold.class.php:1415 -#: include/class/acc_ledger_fin.class.php:550 -#: include/class/print_ledger_misc.class.php:47 #: include/class/acc_ledger_purchase.class.php:1841 +#: include/class/print_ledger_misc.class.php:46 +#: include/class/acc_ledger_purchase.class.php:1878 +#: include/class/acc_ledger_sold.class.php:1400 +#: include/class/acc_ledger_history_generic.class.php:688 +#: include/template/action_document_type_mtable_input.php:113 +#: include/template/detail-action.php:297 +#: include/template/detail-action.php:327 +#: include/template/detail-action.php:332 +#: include/template/detail-action.php:301 +#: include/template/detail-action.php:339 +#: include/template/detail-action.php:342 +#: include/class/print_ledger_misc.class.php:46 +#: include/class/acc_ledger_purchase.class.php:1878 +#: include/class/acc_ledger_sold.class.php:1400 +#: include/class/acc_ledger_fin.class.php:550 +#: include/class/acc_ledger_history_generic.class.php:688 #: include/class/pdf_operation.class.php:82 +#: include/export/export_stock_histo_csv.php:44 +#: include/template/action_document_type_mtable_input.php:113 +#: include/template/form_ledger_fin.php:42 +#: include/template/detail-action.php:301 +#: include/template/detail-action.php:327 +#: include/template/detail-action.php:339 +#: include/template/detail-action.php:342 include/stock_inv_histo.inc.php:78 msgid "Commentaire" msgstr "" @@ -10282,7 +11268,10 @@ msgstr "" #: include/template/detail-action.php:314 #: include/template/detail-action.php:318 #: include/template/detail-action.php:317 -#: include/template/detail-action.php:319 +#: include/template/follow_up_detail_display.php:52 +#: include/template/newEmptyPHP_NOALYSS.php:37 +#: include/template/follow_up_detail_display.php:52 +#: include/template/newEmptyPHP_NOALYSS.php:37 msgid "prix unitaire" msgstr "" @@ -10324,9 +11313,6 @@ msgstr "" #: include/class/acc_ledger_purchase.class.php:1846 #: include/template/acc_ledger_history_purchase_extended.php:130 #: include/template/acc_ledger_history_sale_extended.php:131 -#: include/template/detail-action.php:321 -#: include/template/acc_ledger_history_purchase_extended.php:130 -#: include/template/acc_ledger_history_sale_extended.php:131 #: include/template/tax_summary_display.php:60 #: include/template/tax_summary_display.php:116 #: include/template/tax_summary_display.php:208 @@ -10336,6 +11322,25 @@ msgstr "" #: include/class/print_ledger_detail_item.class.php:163 #: include/class/acc_ledger_sold.class.php:1426 #: include/class/acc_ledger_purchase.class.php:1852 +#: include/class/acc_ledger_purchase.class.php:1889 +#: include/class/acc_ledger_sold.class.php:1411 +#: include/export/export_printtva_pdf.php:59 +#: include/export/export_printtva_pdf.php:216 +#: include/template/follow_up_detail_display.php:54 +#: include/template/newEmptyPHP_NOALYSS.php:39 +#: include/class/acc_ledger_purchase.class.php:1889 +#: include/class/acc_ledger_sold.class.php:1411 +#: include/class/print_ledger_detail_item.class.php:163 +#: include/export/export_printtva_pdf.php:59 +#: include/export/export_printtva_pdf.php:216 +#: include/template/follow_up_detail_display.php:54 +#: include/template/acc_ledger_history_purchase_extended.php:130 +#: include/template/tax_summary_display.php:60 +#: include/template/tax_summary_display.php:116 +#: include/template/tax_summary_display.php:208 +#: include/template/tax_summary_display.php:288 +#: include/template/acc_ledger_history_sale_extended.php:131 +#: include/template/newEmptyPHP_NOALYSS.php:39 msgid "Code TVA" msgstr "" @@ -10349,7 +11354,6 @@ msgstr "" #: include/template/detail-action.php:345 #: include/template/detail-action.php:349 #: include/template/detail-action.php:348 -#: include/template/detail-action.php:350 msgid "Montrer les détails" msgstr "" @@ -10363,7 +11367,6 @@ msgstr "" #: include/template/detail-action.php:346 #: include/template/detail-action.php:350 #: include/template/detail-action.php:349 -#: include/template/detail-action.php:351 msgid "Cacher les détails" msgstr "" @@ -10381,7 +11384,8 @@ msgstr "" #: include/template/detail-action.php:377 #: include/template/detail-action.php:379 #: include/ext/invoicing/include/invoicing.inc.php:100 -#: include/template/detail-action.php:379 +#: include/template/detail-action.php:411 +#: include/template/detail-action.php:424 msgid "Document à générer" msgstr "" @@ -10395,7 +11399,9 @@ msgstr "" #: include/template/detail-action.php:403 #: include/template/detail-action.php:407 #: include/template/detail-action.php:405 -#: include/template/detail-action.php:407 +#: include/template/detail-action.php:401 +#: include/template/detail-action.php:414 +#: include/template/detail-action.php:414 msgid "Pièces attachées" msgstr "" @@ -10409,7 +11415,9 @@ msgstr "" #: include/template/detail-action.php:438 #: include/template/detail-action.php:442 #: include/template/detail-action.php:440 -#: include/template/detail-action.php:438 +#: include/template/detail-action.php:453 +#: include/template/detail-action.php:466 +#: include/template/detail-action.php:466 #, php-format msgid "Voulez-vous effacer le document" msgstr "" @@ -10424,22 +11432,25 @@ msgstr "" #: include/template/detail-action.php:461 #: include/template/detail-action.php:465 #: include/template/detail-action.php:463 -#: include/template/detail-action.php:461 +#: include/template/detail-action.php:476 +#: include/template/detail-action.php:489 +#: include/template/detail-action.php:489 msgid "Je ne peux pas ajouter de fichier" msgstr "" -#: include/template/document_mod_change.php:45 #: include/template/document_mod_change.php:45 msgid "Préfixe" msgstr "" #: include/template/document_mod_change.php:56 -#: include/template/document_mod_change.php:56 +#: include/template/action_document_type_mtable_input.php:39 +#: include/template/action_document_type_mtable_input.php:39 msgid "numéro actuel" msgstr "" #: include/template/document_mod_change.php:71 -#: include/template/document_mod_change.php:71 +#: include/template/action_document_type_mtable_input.php:36 +#: include/template/action_document_type_mtable_input.php:36 msgid "Prochain numéro" msgstr "" @@ -10513,7 +11524,8 @@ msgstr "" #: include/template/predf_ledger_detail.php:19 #: include/template/form_ledger_detail.php:70 #: include/template/form_ledger_detail.php:74 -#: include/template/form_ledger_detail.php:74 +#: include/template/form_ledger_detail.php:77 +#: include/template/form_ledger_detail.php:77 #: include/template/predf_ledger_detail.php:19 msgid "prix/unité htva" msgstr "" @@ -10549,11 +11561,17 @@ msgstr "" #: include/class/acc_ledger_purchase.class.php:1845 #: include/class/acc_ledger_sold.class.php:1419 #: include/class/acc_ledger_purchase.class.php:1848 -#: include/template/form_ledger_detail.php:76 -#: include/template/predf_ledger_detail.php:21 -#: include/template/predf_ledger_detail.php:74 #: include/class/acc_ledger_sold.class.php:1428 #: include/class/acc_ledger_purchase.class.php:1854 +#: include/class/acc_ledger_purchase.class.php:1891 +#: include/class/acc_ledger_sold.class.php:1413 +#: include/template/form_ledger_detail.php:79 +#: include/template/predf_ledger_detail.php:76 +#: include/class/acc_ledger_purchase.class.php:1891 +#: include/class/acc_ledger_sold.class.php:1413 +#: include/template/form_ledger_detail.php:79 +#: include/template/predf_ledger_detail.php:21 +#: include/template/predf_ledger_detail.php:76 msgid "Total HTVA" msgstr "" @@ -10561,7 +11579,8 @@ msgstr "" #: include/template/predf_ledger_detail.php:23 #: include/template/form_ledger_detail.php:74 #: include/template/form_ledger_detail.php:78 -#: include/template/form_ledger_detail.php:78 +#: include/template/form_ledger_detail.php:81 +#: include/template/form_ledger_detail.php:81 #: include/template/predf_ledger_detail.php:23 msgid "tot.tva" msgstr "" @@ -10570,7 +11589,8 @@ msgstr "" #: include/template/predf_ledger_detail.php:24 #: include/template/form_ledger_detail.php:75 #: include/template/form_ledger_detail.php:79 -#: include/template/form_ledger_detail.php:79 +#: include/template/form_ledger_detail.php:82 +#: include/template/form_ledger_detail.php:82 #: include/template/predf_ledger_detail.php:24 msgid "tvac" msgstr "" @@ -10579,7 +11599,8 @@ msgstr "" #: include/template/predf_ledger_detail.php:26 #: include/template/form_ledger_detail.php:77 #: include/template/form_ledger_detail.php:81 -#: include/template/form_ledger_detail.php:81 +#: include/template/form_ledger_detail.php:84 +#: include/template/form_ledger_detail.php:84 #: include/template/predf_ledger_detail.php:26 msgid "prix/unité " msgstr "" @@ -10591,7 +11612,8 @@ msgstr "" #: include/template/form_ledger_detail.php:79 #: include/template/form_ledger_detail.php:83 #: include/template/impress_reconciliation.php:65 -#: include/template/form_ledger_detail.php:83 +#: include/template/form_ledger_detail.php:86 +#: include/template/form_ledger_detail.php:86 #: include/template/predf_ledger_detail.php:28 #: include/template/impress_reconciliation.php:65 msgid "Total " @@ -10661,32 +11683,33 @@ msgstr "" #: include/class/anc_listing.class.php:118 #: include/class/anc_balance_double.class.php:83 #: include/class/anc_balance_double.class.php:278 -#: include/template/letter_prop.php:169 -#: include/template/stock_summary_table.php:41 -#: include/template/ledger_detail_ven.php:140 -#: include/template/ledger_detail_ven.php:250 -#: include/template/ledger_detail_ven.php:252 -#: include/template/form_ledger_detail.php:113 -#: include/template/predf_ledger_detail.php:78 -#: include/template/operation_detail_ven.php:49 -#: include/template/operation_detail_ven.php:101 -#: include/template/operation_detail_ven.php:103 -#: include/template/operation_detail_ach.php:57 -#: include/template/operation_detail_ach.php:118 -#: include/template/operation_detail_ach.php:120 -#: include/template/anc_key_input.php:141 -#: include/template/ledger_detail_ach.php:138 -#: include/template/ledger_detail_ach.php:252 -#: include/template/ledger_detail_ach.php:254 -#: include/export/export_gl_csv.php:157 include/export/export_gl_csv.php:219 -#: include/class/anc_balance_double.class.php:83 -#: include/class/anc_balance_double.class.php:278 -#: include/class/anc_balance_simple.class.php:170 +#: include/template/form_ledger_detail.php:116 +#: include/template/predf_ledger_detail.php:80 #: include/class/anc_listing.class.php:115 #: include/class/anc_listing.class.php:117 #: include/class/anc_listing.class.php:118 +#: include/class/anc_balance_double.class.php:83 +#: include/class/anc_balance_double.class.php:278 +#: include/class/anc_balance_simple.class.php:170 #: include/class/pdf_operation.class.php:154 #: include/class/pdf_operation.class.php:199 +#: include/export/export_gl_csv.php:157 include/export/export_gl_csv.php:219 +#: include/template/form_ledger_detail.php:116 +#: include/template/operation_detail_ach.php:57 +#: include/template/operation_detail_ach.php:118 +#: include/template/operation_detail_ach.php:120 +#: include/template/ledger_detail_ven.php:140 +#: include/template/ledger_detail_ven.php:250 +#: include/template/ledger_detail_ven.php:252 +#: include/template/stock_summary_table.php:41 +#: include/template/predf_ledger_detail.php:80 +#: include/template/ledger_detail_ach.php:138 +#: include/template/ledger_detail_ach.php:252 +#: include/template/ledger_detail_ach.php:254 +#: include/template/letter_prop.php:169 include/template/anc_key_input.php:141 +#: include/template/operation_detail_ven.php:49 +#: include/template/operation_detail_ven.php:101 +#: include/template/operation_detail_ven.php:103 msgid "Total" msgstr "" @@ -10694,8 +11717,8 @@ msgstr "" #: include/ext/modop/template_ledger_fin.php:10 #: include/ext/modop/template_ledger_fin.php:14 #: include/class/acc_ledger_fin.class.php:527 -#: include/template/form_ledger_fin.php:31 #: include/class/acc_ledger_fin.class.php:527 +#: include/template/form_ledger_fin.php:31 msgid "Extrait de compte" msgstr "" @@ -10719,16 +11742,16 @@ msgstr "" #: include/template/form_ledger_fin.php:45 #: include/template/form_ledger_fin.php:44 #: include/class/acc_ledger_fin.class.php:552 -#: include/template/form_ledger_fin.php:44 #: include/class/acc_ledger_fin.class.php:552 +#: include/template/form_ledger_fin.php:44 msgid "Op. Concernée(s)" msgstr "" #: include/template/impress_cat_card.php:6 include/ajax_boxcard_search.php:57 #: include/ajax/ajax_boxcard_search.php:57 #: include/ajax/ajax_boxcard_search.php:56 -#: include/template/impress_cat_card.php:6 #: include/ajax/ajax_boxcard_search.php:56 +#: include/template/impress_cat_card.php:6 msgid "Categorie" msgstr "" @@ -10736,9 +11759,10 @@ msgstr "" #: include/template/stock_histo_search.php:47 include/class_anc_print.php:159 #: include/class/class_anc_print.php:159 include/class/class_anc_print.php:161 #: include/class/anc_print.class.php:155 include/class/anc_print.class.php:153 -#: include/impress_jrn.inc.php:143 include/template/stock_histo_search.php:47 -#: include/template/impress_cat_card.php:18 include/impress_jrn.inc.php:143 -#: include/class/anc_print.class.php:153 +#: include/impress_jrn.inc.php:143 include/class/anc_print.class.php:154 +#: include/class/anc_print.class.php:154 +#: include/template/impress_cat_card.php:18 +#: include/template/stock_histo_search.php:47 include/impress_jrn.inc.php:143 msgid "Jusque" msgstr "" @@ -10767,12 +11791,13 @@ msgstr "" #: include/stock_inv_histo.inc.php:107 #: include/ajax/ajax_anc_detail_operation.php:44 #: include/class/pdf_operation.class.php:405 -#: include/template/stock_summary_list.php:46 -#: include/template/detail-action.php:303 -#: include/template/result_cat_card_summary.php:14 -#: include/stock_inv_histo.inc.php:107 -#: include/ajax/ajax_anc_detail_operation.php:44 +#: include/template/action_document_type_mtable_input.php:66 #: include/class/pdf_operation.class.php:405 +#: include/ajax/ajax_anc_detail_operation.php:44 +#: include/template/action_document_type_mtable_input.php:66 +#: include/template/result_cat_card_summary.php:14 +#: include/template/stock_summary_list.php:46 +#: include/stock_inv_histo.inc.php:107 msgid "Détail" msgstr "" @@ -10801,13 +11826,13 @@ msgstr "" #: include/template/stock_inv.php:71 #: include/template/acc_ledger_history_purchase_extended.php:127 #: include/template/acc_ledger_history_sale_extended.php:128 -#: include/template/ledger_detail_ven.php:129 -#: include/template/operation_detail_ven.php:38 -#: include/template/acc_ledger_history_purchase_extended.php:127 -#: include/template/operation_detail_ach.php:46 -#: include/template/acc_ledger_history_sale_extended.php:128 -#: include/template/stock_inv.php:71 include/template/ledger_detail_ach.php:128 #: include/export/export_stock_histo_csv.php:45 +#: include/template/operation_detail_ach.php:46 +#: include/template/acc_ledger_history_purchase_extended.php:127 +#: include/template/ledger_detail_ven.php:129 include/template/stock_inv.php:71 +#: include/template/acc_ledger_history_sale_extended.php:128 +#: include/template/ledger_detail_ach.php:128 +#: include/template/operation_detail_ven.php:38 msgid "Quantité" msgstr "" @@ -10815,8 +11840,8 @@ msgstr "" #: include/template/operation_detail_ach.php:48 #: include/template/ledger_detail_ach.php:130 #: include/template/acc_ledger_history_purchase_oneline.php:56 -#: include/template/acc_ledger_history_purchase_oneline.php:56 #: include/template/operation_detail_ach.php:48 +#: include/template/acc_ledger_history_purchase_oneline.php:56 #: include/template/ledger_detail_ach.php:129 msgid "Non ded" msgstr "" @@ -10847,28 +11872,35 @@ msgstr "" #: include/class/print_ledger_simple.class.php:110 #: include/class/acc_ledger_history_purchase.class.php:256 #: include/class/acc_ledger_history_purchase.class.php:260 -#: include/template/ledger_detail_ven.php:136 -#: include/template/acc_ledger_history_purchase_oneline.php:53 -#: include/template/operation_detail_ven.php:44 -#: include/template/acc_ledger_history_sale_oneline.php:50 +#: include/class/print_ledger_detail_item.class.php:161 +#: include/class/acc_ledger_history_sale.class.php:259 +#: include/class/acc_ledger_history_purchase.class.php:271 +#: include/class/print_ledger_simple.class.php:107 +#: include/class/acc_ledger_history_sale.class.php:259 +#: include/class/acc_ledger_history_purchase.class.php:271 +#: include/class/print_ledger_simple.class.php:107 +#: include/class/print_ledger_detail_item.class.php:161 +#: include/template/operation_detail_ach.php:52 #: include/template/acc_ledger_history_purchase_extended.php:49 #: include/template/acc_ledger_history_purchase_extended.php:128 -#: include/template/operation_detail_ach.php:52 +#: include/template/ledger_detail_ven.php:136 +#: include/template/acc_ledger_history_purchase_oneline.php:53 +#: include/template/acc_ledger_history_sale_oneline.php:50 #: include/template/acc_ledger_history_sale_extended.php:49 #: include/template/acc_ledger_history_sale_extended.php:129 #: include/template/ledger_detail_ach.php:133 -#: include/class/print_ledger_simple.class.php:110 -#: include/class/print_ledger_detail_item.class.php:161 -#: include/class/acc_ledger_history_purchase.class.php:260 -#: include/class/acc_ledger_history_sale.class.php:249 +#: include/template/operation_detail_ven.php:44 msgid "HTVA" msgstr "" #: include/template/ledger_detail_ach.php:134 #: include/template/ledger_detail_ach.php:135 #: include/class/print_ledger_simple.class.php:114 +#: include/class/print_ledger_simple.class.php:111 +#: include/export/export_printtva_pdf.php:217 +#: include/class/print_ledger_simple.class.php:111 +#: include/export/export_printtva_pdf.php:217 #: include/template/ledger_detail_ach.php:134 -#: include/class/print_ledger_simple.class.php:114 msgid "TVA ND" msgstr "" @@ -10898,19 +11930,21 @@ msgstr "" #: include/template/acc_ledger_history_sale_oneline.php:56 #: include/template/acc_ledger_history_purchase_extended.php:131 #: include/template/acc_ledger_history_sale_extended.php:132 -#: include/template/impress_reconciliation_detail.php:28 -#: include/template/ledger_detail_ven.php:138 -#: include/template/acc_ledger_history_purchase_oneline.php:63 -#: include/template/operation_detail_ven.php:47 -#: include/template/acc_ledger_history_sale_oneline.php:56 +#: include/class/print_ledger_detail_item.class.php:165 +#: include/class/print_ledger_detail_item.class.php:64 +#: include/class/print_ledger_detail_item.class.php:64 +#: include/class/print_ledger_detail_item.class.php:165 +#: include/template/operation_detail_ach.php:55 #: include/template/acc_ledger_history_purchase_extended.php:55 #: include/template/acc_ledger_history_purchase_extended.php:131 -#: include/template/operation_detail_ach.php:55 +#: include/template/ledger_detail_ven.php:138 +#: include/template/acc_ledger_history_purchase_oneline.php:63 +#: include/template/acc_ledger_history_sale_oneline.php:56 +#: include/template/impress_reconciliation_detail.php:28 #: include/template/acc_ledger_history_sale_extended.php:55 #: include/template/acc_ledger_history_sale_extended.php:132 #: include/template/ledger_detail_ach.php:136 -#: include/class/print_ledger_detail_item.class.php:65 -#: include/class/print_ledger_detail_item.class.php:165 +#: include/template/operation_detail_ven.php:47 msgid "TVAC" msgstr "" @@ -10953,6 +11987,9 @@ msgstr "" #: include/template/ledger_detail_bottom.php:349 #: include/template/ledger_detail_bottom.php:333 #: include/template/ledger_detail_bottom.php:346 +#: include/template/ledger_detail_bottom.php:374 +#: include/template/ledger_detail_bottom.php:391 +#: include/template/ledger_detail_bottom.php:391 msgid "Extourner" msgstr "" @@ -10979,8 +12016,8 @@ msgstr "" #: include/template/ledger_search.php:25 include/template/ledger_search.php:33 #: include/template/ledger_search.php:51 include/template/ledger_search.php:26 #: include/template/ledger_search.php:35 include/template/ledger_search.php:54 -#: include/template/ledger_search.php:26 include/template/ledger_search.php:35 -#: include/template/ledger_search.php:54 +#: include/template/ledger_search.php:56 include/template/ledger_search.php:26 +#: include/template/ledger_search.php:35 include/template/ledger_search.php:56 msgid "et" msgstr "" @@ -11000,22 +12037,21 @@ msgid "Et compris entre les montants" msgstr "" #: include/template/ledger_search.php:56 include/template/ledger_search.php:59 -#: include/template/ledger_search.php:59 +#: include/template/ledger_search.php:63 include/template/ledger_search.php:63 msgid "Et utilisant la fiche (quick code)" msgstr "" #: include/template/ledger_search.php:64 include/template/ledger_search.php:67 -#: include/template/ledger_search.php:67 +#: include/template/ledger_search.php:71 include/template/ledger_search.php:71 msgid "Et utilisant le poste comptable" msgstr "" #: include/template/ledger_search.php:74 include/template/ledger_search.php:77 -#: include/template/ledger_search.php:77 msgid "Et uniquement non payées" msgstr "" #: include/template/letter_all.php:13 include/template/letter_prop.php:11 -#: include/template/letter_prop.php:11 include/template/letter_all.php:13 +#: include/template/letter_all.php:13 include/template/letter_prop.php:11 msgid "Désolé aucun résultat trouvé" msgstr "" @@ -11027,20 +12063,22 @@ msgstr "" #: include/export/export_poste_detail_pdf.php:94 #: include/template/acc_ledger_history_purchase_detail.php:35 #: include/template/acc_ledger_history_sale_detail.php:36 -#: include/template/letter_prop.php:28 include/template/letter_prop.php:71 +#: include/export/export_poste_detail_pdf.php:95 +#: include/template/action_search_result.php:48 +#: include/export/export_poste_detail_pdf.php:95 #: include/template/print_ledger_simple.php:9 #: include/template/acc_ledger_history_sale_detail.php:36 -#: include/template/acc_ledger_history_purchase_detail.php:35 #: include/template/letter_all.php:26 -#: include/template/action_search_result.php:47 -#: include/export/export_poste_detail_pdf.php:94 +#: include/template/acc_ledger_history_purchase_detail.php:35 +#: include/template/action_search_result.php:48 +#: include/template/letter_prop.php:28 include/template/letter_prop.php:71 msgid "Ref" msgstr "" #: include/template/letter_all.php:41 include/template/letter_prop.php:40 #: include/template/letter_prop.php:80 include/template/letter_prop.php:43 -#: include/template/letter_prop.php:86 include/template/letter_prop.php:43 #: include/template/letter_prop.php:86 include/template/letter_all.php:41 +#: include/template/letter_prop.php:43 include/template/letter_prop.php:86 msgid "Op. concernée" msgstr "" @@ -11062,8 +12100,9 @@ msgstr "" #: include/template/new_mod_payment.php:28 include/payment_middle.inc.php:121 #: include/payment_middle.inc.php:122 #: include/class/payment_method_mtable.class.php:40 +#: include/class/payment_method_mtable.class.php:41 +#: include/class/payment_method_mtable.class.php:41 #: include/template/new_mod_payment.php:28 -#: include/class/payment_method_mtable.class.php:40 msgid "Type de fiche" msgstr "" @@ -11087,19 +12126,20 @@ msgstr "" #: include/export/export_fiche_detail_csv.php:74 #: include/export/export_poste_detail_csv.php:81 #: include/export/export_poste_detail_csv.php:82 -#: include/template/param_jrn.php:14 include/template/param_jrn.php:14 +#: include/template/param_jrn.php:14 #: include/export/export_poste_detail_csv.php:82 #: include/export/export_fiche_detail_csv.php:74 +#: include/template/param_jrn.php:14 msgid "Nom journal" msgstr "" #: include/template/param_jrn.php:15 include/template/param_jrn.php:22 -#: include/template/param_jrn.php:25 +#: include/template/param_jrn.php:25 include/template/param_jrn.php:25 msgid "Postes utilisables journal (débit/crédit) " msgstr "" #: include/template/param_jrn.php:21 include/template/param_jrn.php:28 -#: include/template/param_jrn.php:31 +#: include/template/param_jrn.php:31 include/template/param_jrn.php:31 msgid "" "Uniquement pour les journaux d'Opérations Diverses, les valeurs sont " "séparées par des espaces, on peut aussi\n" @@ -11107,7 +12147,7 @@ msgid "" msgstr "" #: include/template/param_jrn.php:33 include/template/param_jrn.php:40 -#: include/template/param_jrn.php:46 +#: include/template/param_jrn.php:46 include/template/param_jrn.php:46 msgid "Numérotation de chaque opération" msgstr "" @@ -11115,10 +12155,9 @@ msgstr "" #: include/template/operation_detail_fin.php:31 #: include/template/ledger_detail_fin.php:35 #: include/compta_fin_saldo.inc.php:48 include/template/param_jrn.php:48 -#: include/template/param_jrn.php:54 +#: include/template/param_jrn.php:54 include/compta_fin_saldo.inc.php:48 #: include/template/operation_detail_fin.php:31 -#: include/template/ledger_detail_fin.php:35 -#: include/compta_fin_saldo.inc.php:48 +#: include/template/param_jrn.php:54 include/template/ledger_detail_fin.php:35 msgid "Compte en banque" msgstr "" @@ -11128,22 +12167,28 @@ msgid "" msgstr "" #: include/template/param_jrn.php:78 include/template/param_jrn.php:85 -#: include/template/param_jrn.php:6 include/template/param_jrn.php:6 +#: include/template/param_jrn.php:6 +#: include/class/operation_predef_mtable.class.php:53 +#: include/class/operation_predef_mtable.class.php:53 +#: include/template/param_jrn.php:6 msgid "Type de journal" msgstr "" #: include/template/param_jrn.php:84 include/template/param_jrn.php:91 #: include/template/param_jrn.php:93 include/template/param_jrn.php:137 +#: include/template/param_jrn.php:138 include/template/param_jrn.php:138 msgid "Préfixe code interne" msgstr "" #: include/template/param_jrn.php:88 include/template/param_jrn.php:95 #: include/template/param_jrn.php:97 include/template/param_jrn.php:141 +#: include/template/param_jrn.php:142 include/template/param_jrn.php:142 msgid "Préfixe pièce justificative" msgstr "" #: include/template/param_jrn.php:94 include/lib/message_javascript.php:70 -#: include/lib/message_javascript.php:72 include/lib/message_javascript.php:72 +#: include/lib/message_javascript.php:72 include/lib/message_javascript.php:73 +#: include/lib/message_javascript.php:73 msgid "" "Le préfixe des pièces doit être différent pour chaque journal, on peut aussi " "utiliser l'année" @@ -11155,13 +12200,15 @@ msgstr "" #: include/template/param_jrn.php:102 include/template/param_jrn.php:99 #: include/template/param_jrn.php:106 include/template/param_jrn.php:108 -#: include/template/param_jrn.php:152 +#: include/template/param_jrn.php:152 include/template/param_jrn.php:153 +#: include/template/param_jrn.php:153 msgid "Dernière pièce numérotée" msgstr "" #: include/template/param_jrn.php:110 include/template/param_jrn.php:108 #: include/template/param_jrn.php:115 include/template/param_jrn.php:117 -#: include/template/param_jrn.php:161 +#: include/template/param_jrn.php:161 include/template/param_jrn.php:162 +#: include/template/param_jrn.php:162 msgid "N° pièce justificative" msgstr "" @@ -11170,7 +12217,8 @@ msgid "La numérotation est propre à chaque journal" msgstr "" #: include/template/param_jrn.php:118 include/lib/message_javascript.php:71 -#: include/lib/message_javascript.php:73 include/lib/message_javascript.php:73 +#: include/lib/message_javascript.php:73 include/lib/message_javascript.php:74 +#: include/lib/message_javascript.php:74 msgid "Laissez à 0 pour ne pas changer le numéro" msgstr "" @@ -11189,9 +12237,9 @@ msgstr "" #: include/template/security_list_action.php:8 #: include/template/user_sec_profile.php:36 #: include/export/export_security_pdf.php:180 +#: include/export/export_security_pdf.php:180 #: include/template/user_sec_profile.php:36 #: include/template/profile_sec_repository.php:36 -#: include/export/export_security_pdf.php:180 msgid "Accès" msgstr "" @@ -11281,7 +12329,8 @@ msgstr "" #: include/ext/amortis/raw.php:100 include/export/export_histo_csv.php:41 #: include/export/export_histo_csv.php:42 -#: include/export/export_histo_csv.php:42 +#: include/export/export_histo_csv.php:45 +#: include/export/export_histo_csv.php:45 msgid "qcode" msgstr "" @@ -11325,7 +12374,8 @@ msgstr "" #: include/ext/coprop/index.php:44 include/database.item.php:3 #: include/database.item.php:143 include/database.item.php:139 #: include/database.item.php:138 include/database.item.php:131 -#: include/database.item.php:129 include/database.item.php:131 +#: include/database.item.php:129 include/database.item.php:130 +#: include/database.item.php:130 msgid "Clef de répartition" msgstr "" @@ -11429,7 +12479,8 @@ msgstr "" #: include/lib/http_input.class.php:121 include/class/acc_ledger.class.php:89 #: include/lib/http_input.class.php:123 include/class/periode.class.php:237 #: include/class/acc_ledger.class.php:91 include/class/periode.class.php:239 -#: include/lib/http_input.class.php:123 +#: include/lib/http_input.class.php:161 include/class/acc_ledger.class.php:89 +#: include/class/periode.class.php:239 include/lib/http_input.class.php:161 msgid "Paramètre invalide" msgstr "" @@ -11476,8 +12527,9 @@ msgstr "" #: include/ext/importbank/include/template/confirm_transfer.php:275 #: include/ext/importbank/include/template/confirm_transfer.php:285 #: include/verif_bilan.inc.php:152 include/verif_bilan.inc.php:214 -#: include/verif_bilan.inc.php:217 include/audit_log.php:40 -#: include/verif_bilan.inc.php:152 include/verif_bilan.inc.php:219 +#: include/verif_bilan.inc.php:217 include/verif_bilan.inc.php:219 +#: include/verif_bilan.inc.php:150 include/audit_log.php:40 +#: include/verif_bilan.inc.php:150 include/verif_bilan.inc.php:217 msgid "Résultat" msgstr "" @@ -11568,7 +12620,8 @@ msgstr "" msgid "Paramètre pour la TVA" msgstr "" -#: include/ext/tools/index.php:41 +#: include/ext/tools/index.php:41 include/tax_summary.inc.php:41 +#: include/tax_summary.inc.php:41 msgid "Opération" msgstr "" @@ -11591,15 +12644,16 @@ msgstr "" #: include/ajax/ajax_preference.php:131 include/class/periode.class.php:519 #: include/class/periode_ledger_table.class.php:100 #: include/template/stock_inv.php:126 include/ajax/ajax_preference.php:142 -#: include/class/periode.class.php:521 -#: include/template/periode_add_exercice.php:25 -#: include/template/stock_state_search.php:35 -#: include/template/stock_inv.php:126 include/impress_rapport.inc.php:207 -#: include/impress_jrn.inc.php:102 include/compta_fin_saldo.inc.php:43 +#: include/class/periode.class.php:521 include/class/periode.class.php:523 +#: include/impress_bilan.inc.php:52 include/class/periode.class.php:524 +#: include/compta_fin_saldo.inc.php:43 include/impress_bilan.inc.php:52 +#: include/class/periode.class.php:524 +#: include/class/periode_ledger_table.class.php:100 include/bank.inc.php:72 #: include/ajax/ajax_preference.php:142 -#: include/class/periode_ledger_table.class.php:100 -#: include/class/periode.class.php:523 include/bank.inc.php:72 -#: include/impress_bilan.inc.php:49 +#: include/template/stock_state_search.php:35 +#: include/template/stock_inv.php:126 +#: include/template/periode_add_exercice.php:25 include/impress_jrn.inc.php:102 +#: include/impress_rapport.inc.php:207 msgid "Exercice" msgstr "" @@ -11644,7 +12698,9 @@ msgstr "" #: include/ext/tva/ext_list_assujetti.class.php:54 #: include/ext/tva/ext_tvagen.class.php:114 #: include/lib/message_javascript.php:94 include/lib/message_javascript.php:96 -#: include/tax_summary.inc.php:43 include/lib/message_javascript.php:96 +#: include/tax_summary.inc.php:43 include/tax_summary.inc.php:52 +#: include/lib/message_javascript.php:97 include/tax_summary.inc.php:52 +#: include/lib/message_javascript.php:97 msgid "Afficher" msgstr "" @@ -11657,8 +12713,8 @@ msgstr "" #: include/class/class_pdf_operation.php:240 include/impress_jrn.inc.php:135 #: include/ext/tva/ext_tva.class.php:340 #: include/class/pdf_operation.class.php:240 include/impress_jrn.inc.php:148 -#: include/ext/tva/ext_tva.class.php:341 include/impress_jrn.inc.php:148 -#: include/class/pdf_operation.class.php:240 +#: include/ext/tva/ext_tva.class.php:341 +#: include/class/pdf_operation.class.php:240 include/impress_jrn.inc.php:148 msgid "Ecriture comptable" msgstr "" @@ -11879,7 +12935,8 @@ msgstr "" #: include/dossier.inc.php:303 include/dossier.inc.php:339 #: include/dossier.inc.php:340 include/dossier.inc.php:356 #: include/dossier.inc.php:361 include/template/periode_add_exercice.php:41 -#: include/template/periode_add_exercice.php:41 include/dossier.inc.php:361 +#: include/dossier.inc.php:364 include/template/periode_add_exercice.php:41 +#: include/dossier.inc.php:364 msgid "Année" msgstr "" @@ -11924,8 +12981,11 @@ msgstr "" #: include/ajax/ajax_add_concerned_card.php:44 include/ajax/ajax_card.php:133 #: include/ajax/ajax_card.php:375 include/export/export_fiche_detail_pdf.php:53 #: include/ajax/ajax_add_concerned_card.php:48 include/ajax/ajax_card.php:378 -#: include/export/export_fiche_detail_pdf.php:53 include/ajax/ajax_card.php:133 -#: include/ajax/ajax_card.php:379 include/ajax/ajax_add_concerned_card.php:48 +#: include/ajax/ajax_card.php:379 include/ajax/ajax_card.php:113 +#: include/ajax/ajax_card.php:412 include/ajax/ajax_add_concerned_card.php:56 +#: include/ajax/ajax_card.php:113 include/ajax/ajax_card.php:412 +#: include/ajax/ajax_add_concerned_card.php:56 +#: include/export/export_fiche_detail_pdf.php:53 msgid "Détail fiche" msgstr "" @@ -11955,7 +13015,8 @@ msgstr "" #: include/ext/amortis/include/am_card.class.php:235 #: include/template/periode_add_exercice.php:92 #: include/ext/amortis/include/am_card.class.php:267 -#: include/template/periode_add_exercice.php:92 +#: include/template/periode_add_exercice.php:101 +#: include/template/periode_add_exercice.php:101 msgid "Année invalide" msgstr "" @@ -11980,6 +13041,8 @@ msgstr "" #: include/ext/amortis/include/am_card.class.php:279 #: include/class/acc_ledger.class.php:1105 #: include/class/acc_ledger.class.php:1121 +#: include/class/acc_ledger.class.php:1117 +#: include/class/acc_ledger.class.php:1117 #: include/class/acc_compute.class.php:195 msgid "Montant invalide" msgstr "" @@ -11998,7 +13061,7 @@ msgstr "" #: include/ext/amortis/include/class_am_card.php:245 html/fid_card.php:169 #: html/fid_card.php:170 html/fid_card.php:175 html/fid_card.php:174 -#: html/fid_card.php:174 +#: html/fid_card.php:176 html/fid_card.php:176 msgid "Non trouvé" msgstr "" @@ -12050,7 +13113,9 @@ msgstr "" #: include/class/acc_ledger_search.class.php:681 #: include/class/acc_ledger_search.class.php:699 #: include/class/acc_ledger_fin.class.php:753 -#: include/class/acc_ledger_search.class.php:699 +#: include/class/acc_ledger_search.class.php:785 +#: include/class/acc_ledger_search.class.php:808 +#: include/class/acc_ledger_search.class.php:808 #: include/class/acc_ledger_fin.class.php:753 msgid "n° interne" msgstr "" @@ -12083,7 +13148,8 @@ msgstr "" #: include/lib/manage_table_sql.class.php:1095 #: include/lib/manage_table_sql.class.php:1092 #: include/lib/manage_table_sql.class.php:1136 -#: include/lib/manage_table_sql.class.php:1136 +#: include/lib/manage_table_sql.class.php:1192 +#: include/lib/manage_table_sql.class.php:1192 msgid "Effacé" msgstr "" @@ -12123,12 +13189,21 @@ msgstr "" #: include/class/fiche.class.php:2214 include/anc_pa.inc.php:123 #: include/fiche.inc.php:242 include/fiche.inc.php:302 #: include/fiche.inc.php:340 include/class/fiche.class.php:1620 -#: include/class/fiche.class.php:2215 html/popup.php:113 -#: include/balance_card_ageing.inc.php:53 include/fiche.inc.php:242 -#: include/fiche.inc.php:302 include/fiche.inc.php:340 -#: include/class/acc_account_ledger.class.php:735 -#: include/class/fiche.class.php:1620 include/class/fiche.class.php:2215 -#: include/class/tax_summary.class.php:334 include/anc_pa.inc.php:123 +#: include/class/fiche.class.php:2215 include/class/tax_summary.class.php:334 +#: include/fiche.inc.php:252 include/fiche.inc.php:312 +#: include/fiche.inc.php:350 include/class/tax_summary.class.php:437 +#: include/class/fiche.class.php:1646 include/class/fiche.class.php:2242 +#: include/class/acc_account_ledger.class.php:727 +#: include/template/detail-action.php:88 +#: include/ajax/ajax_action_concerned_list.php:49 +#: include/template/detail-action.php:90 html/popup.php:113 +#: include/fiche.inc.php:252 include/fiche.inc.php:312 +#: include/fiche.inc.php:350 include/anc_pa.inc.php:123 +#: include/class/tax_summary.class.php:437 include/class/fiche.class.php:1646 +#: include/class/fiche.class.php:2242 +#: include/class/acc_account_ledger.class.php:727 +#: include/ajax/ajax_action_concerned_list.php:49 +#: include/template/detail-action.php:90 include/balance_card_ageing.inc.php:53 msgid "Export CSV" msgstr "" @@ -12235,13 +13310,18 @@ msgstr "" #: include/class/acc_ledger_history_generic.class.php:769 #: include/export/export_ledger_csv.php:213 #: include/export/export_ledger_csv.php:221 -#: include/export/export_poste_detail_csv.php:83 -#: include/export/export_poste_detail_csv.php:196 -#: include/export/export_ledger_csv.php:221 #: include/class/print_ledger_detail_item.class.php:156 #: include/class/acc_ledger_history_generic.class.php:772 -#: include/class/acc_account_ledger.class.php:394 +#: include/class/acc_account_ledger.class.php:386 +#: include/class/acc_ledger_history_generic.class.php:773 +#: include/export/export_ledger_csv.php:229 +#: include/class/acc_account_ledger.class.php:386 +#: include/class/print_ledger_detail_item.class.php:156 +#: include/class/acc_ledger_history_generic.class.php:773 #: include/class/balance_age.class.php:144 +#: include/export/export_ledger_csv.php:229 +#: include/export/export_poste_detail_csv.php:83 +#: include/export/export_poste_detail_csv.php:196 msgid "QuickCode" msgstr "" @@ -12283,7 +13363,9 @@ msgstr "" #: include/ext/invoicing/include/template/recorded_message_display.php:27 #: include/compta_ach.inc.php:111 include/compta_ven.inc.php:118 #: include/operation_ods_confirm.inc.php:68 include/compta_ven.inc.php:116 -#: include/compta_ach.inc.php:109 include/operation_ods_confirm.inc.php:68 +#: include/compta_ach.inc.php:109 include/compta_ach.inc.php:108 +#: include/compta_ven.inc.php:116 include/compta_ach.inc.php:108 +#: include/operation_ods_confirm.inc.php:68 msgid "Message" msgstr "" @@ -12874,8 +13956,10 @@ msgstr "" #: include/class/acc_ledger_search.class.php:928 #: include/class/acc_ledger_search.class.php:936 #: include/class/acc_ledger_search.class.php:949 +#: include/class/acc_ledger_search.class.php:1038 +#: include/class/acc_ledger_search.class.php:1061 +#: include/class/acc_ledger_search.class.php:1061 #: include/template/fiche_list.php:49 -#: include/class/acc_ledger_search.class.php:949 include/card_attr.inc.php:84 msgid "Selection" msgstr "" @@ -13024,7 +14108,8 @@ msgstr "" #: include/ext/rapport_avance/include/template/parameter_send_mail_input.php:23 #: include/ext/rapport_avance/include/template/parameter_send_mail_input.php:27 -#: scenario/HtmlInput.test.php:89 +#: scenario/HtmlInput.test.php:89 scenario/HtmlInput.test.php:106 +#: scenario/HtmlInput.test.php:106 msgid "Envoi" msgstr "" @@ -13047,7 +14132,8 @@ msgstr "" #: include/ext/transform/include/template/listing_assujetti_declarant.php:54 #: include/ext/transform/include/template/listing_assujetti_representative.php:54 #: include/user_detail.inc.php:130 include/user_detail.inc.php:126 -#: include/user_detail.inc.php:135 include/user_detail.inc.php:135 +#: include/user_detail.inc.php:135 include/user_detail.inc.php:146 +#: include/user_detail.inc.php:146 msgid "email" msgstr "" @@ -13072,14 +14158,14 @@ msgstr "" #: html/ajax_card.php:106 html/ajax_card.php:124 html/ajax_card.php:125 #: include/ajax/ajax_card.php:105 include/ajax/ajax_card.php:108 -#: include/ajax/ajax_card.php:108 msgid "Parametre ad_id est invalide" msgstr "" #: html/ajax_card.php:182 html/ajax_card.php:200 html/ajax_card.php:201 #: include/ajax/ajax_card.php:181 include/ajax/ajax_card.php:182 #: include/ajax/ajax_card.php:185 include/ajax/ajax_card.php:191 -#: include/ajax/ajax_card.php:192 +#: include/ajax/ajax_card.php:192 include/ajax/ajax_card.php:195 +#: include/ajax/ajax_card.php:195 msgid "Nouvelle fiche" msgstr "" @@ -13093,7 +14179,9 @@ msgstr "" #: include/ajax/ajax_card.php:259 include/ajax/ajax_card.php:269 #: include/ajax/ajax_card.php:334 include/ajax/ajax_card.php:280 #: include/ajax/ajax_card.php:337 include/ajax/ajax_card.php:281 -#: include/ajax/ajax_card.php:338 +#: include/ajax/ajax_card.php:338 include/ajax/ajax_card.php:287 +#: include/ajax/ajax_card.php:357 include/ajax/ajax_card.php:287 +#: include/ajax/ajax_card.php:357 msgid "Choix de la catégorie" msgstr "" @@ -13106,6 +14194,7 @@ msgstr "" #: html/ajax_card.php:343 include/ajax/ajax_card.php:323 #: include/ajax/ajax_card.php:324 include/ajax/ajax_card.php:342 #: include/ajax/ajax_card.php:345 include/ajax/ajax_card.php:346 +#: include/ajax/ajax_card.php:358 include/ajax/ajax_card.php:358 msgid "Fiche sauvée" msgstr "" @@ -13113,7 +14202,8 @@ msgstr "" #: html/ajax_card.php:470 html/ajax_card.php:471 include/ajax/ajax_card.php:451 #: include/ajax/ajax_card.php:452 include/ajax/ajax_card.php:453 #: include/ajax/ajax_card.php:486 include/ajax/ajax_card.php:490 -#: include/ajax/ajax_card.php:491 +#: include/ajax/ajax_card.php:491 include/ajax/ajax_card.php:567 +#: include/ajax/ajax_card.php:566 include/ajax/ajax_card.php:566 msgid " de contacts" msgstr "" @@ -13122,7 +14212,8 @@ msgstr "" #: html/ajax_card.php:563 include/ajax/ajax_card.php:543 #: include/ajax/ajax_card.php:544 include/ajax/ajax_card.php:545 #: include/ajax/ajax_card.php:578 include/ajax/ajax_card.php:582 -#: include/ajax/ajax_card.php:605 +#: include/ajax/ajax_card.php:605 include/ajax/ajax_card.php:684 +#: include/ajax/ajax_card.php:683 include/ajax/ajax_card.php:683 msgid "Détail fiche (sauvée)" msgstr "" @@ -13133,8 +14224,9 @@ msgstr "" #: include/ajax/ajax_history.php:138 include/ajax/ajax_history.php:139 #: include/ajax/ajax_history.php:58 include/ajax/ajax_history.php:141 #: include/ajax/ajax_history.php:61 include/ajax/ajax_history.php:146 -#: include/ajax/ajax_history.php:147 include/ajax/ajax_history.php:61 -#: include/ajax/ajax_history.php:148 include/balance_card.inc.php:36 +#: include/ajax/ajax_history.php:147 include/ajax/ajax_history.php:148 +#: include/balance_card.inc.php:37 include/balance_card.inc.php:37 +#: include/ajax/ajax_history.php:61 include/ajax/ajax_history.php:148 msgid "" "erreur aucune période par défaut, allez dans préférence pour en choisir une" msgstr "" @@ -13152,6 +14244,7 @@ msgstr "" #: include/ajax/ajax_history.php:178 include/ajax/ajax_history.php:91 #: include/ajax/ajax_history.php:97 include/ajax/ajax_history.php:177 #: include/ajax/ajax_history.php:183 include/ajax/ajax_history.php:184 +#: include/ajax/ajax_history.php:179 include/ajax/ajax_history.php:185 #: include/ajax/ajax_history.php:91 include/ajax/ajax_history.php:97 #: include/ajax/ajax_history.php:179 include/ajax/ajax_history.php:185 msgid "Autre exercice" @@ -13165,8 +14258,9 @@ msgstr "" #: include/ajax/ajax_history.php:197 include/ajax/ajax_history.php:199 #: include/ajax/ajax_history.php:117 include/ajax/ajax_history.php:202 #: include/ajax/ajax_history.php:121 include/ajax/ajax_history.php:207 -#: include/ajax/ajax_history.php:208 include/ajax/ajax_history.php:121 -#: include/ajax/ajax_history.php:209 include/balance_card.inc.php:70 +#: include/ajax/ajax_history.php:208 include/ajax/ajax_history.php:209 +#: include/balance_card.inc.php:71 include/balance_card.inc.php:71 +#: include/ajax/ajax_history.php:121 include/ajax/ajax_history.php:209 msgid "Aucune opération pour l'exercice courant" msgstr "" @@ -13182,6 +14276,8 @@ msgstr "" #: include/ajax/ajax_ledger.php:239 include/ajax/ajax_ledger.php:352 #: include/ajax/ajax_ledger.php:243 include/ajax/ajax_ledger.php:356 #: include/ajax/ajax_ledger.php:244 include/ajax/ajax_ledger.php:357 +#: include/ajax/ajax_ledger.php:245 include/ajax/ajax_ledger.php:358 +#: include/ajax/ajax_ledger.php:245 include/ajax/ajax_ledger.php:358 msgid "Chargement" msgstr "" @@ -13198,6 +14294,11 @@ msgstr "" #: include/template/ledger_detail_bottom.php:355 #: include/template/ledger_detail_bottom.php:352 #: include/ajax/ajax_ledger.php:545 +#: include/template/ledger_detail_bottom.php:380 +#: include/ajax/ajax_ledger.php:546 +#: include/template/ledger_detail_bottom.php:397 +#: include/ajax/ajax_ledger.php:546 +#: include/template/ledger_detail_bottom.php:397 msgid "entrez une date" msgstr "" @@ -13222,13 +14323,18 @@ msgstr "" #: include/export/export_ledger_csv.php:215 #: include/export/export_ledger_csv.php:217 #: include/export/export_ledger_csv.php:225 -#: include/template/ledger_detail_fin.php:60 #: include/template/ledger_detail_bottom.php:213 -#: include/export/export_ledger_csv.php:225 -#: include/ajax/ajax_display_letter.php:55 +#: include/ajax/ajax_display_letter.php:69 +#: include/export/export_ledger_csv.php:233 +#: include/template/ledger_detail_bottom.php:231 +#: include/template/ledger_detail_bottom.php:232 #: include/class/acc_reconciliation.class.php:489 #: include/class/acc_reconciliation.class.php:497 #: include/class/acc_reconciliation.class.php:513 +#: include/ajax/ajax_display_letter.php:69 +#: include/export/export_ledger_csv.php:233 +#: include/template/ledger_detail_bottom.php:232 +#: include/template/ledger_detail_fin.php:60 msgid "montant" msgstr "" @@ -13236,7 +14342,8 @@ msgstr "" #: html/ajax_misc.php:497 html/ajax_misc.php:575 #: include/ajax/ajax_display_letter.php:211 #: include/ajax/ajax_display_letter.php:216 -#: include/ajax/ajax_display_letter.php:216 +#: include/ajax/ajax_display_letter.php:223 +#: include/ajax/ajax_display_letter.php:223 msgid "Mauvais type objet" msgstr "" @@ -13245,7 +14352,7 @@ msgid "Vous n\\'êtes pas administrateur" msgstr "" #: html/fid_card.php:164 html/fid_card.php:165 html/fid_card.php:170 -#: html/fid_card.php:169 html/fid_card.php:169 +#: html/fid_card.php:169 html/fid_card.php:171 html/fid_card.php:171 #, php-format msgid "Résultat limité à 12" msgstr "" @@ -13279,10 +14386,16 @@ msgstr "" #: html/popup.php:114 include/class/fiche.class.php:1586 #: include/class/fiche.class.php:2213 include/class/fiche.class.php:1604 #: include/class/fiche.class.php:2236 include/class/fiche.class.php:1605 -#: include/class/fiche.class.php:2237 html/popup.php:114 -#: include/class/acc_account_ledger.class.php:757 -#: include/class/fiche.class.php:1605 include/class/fiche.class.php:2237 -#: include/class/tax_summary.class.php:350 +#: include/class/fiche.class.php:2237 include/class/tax_summary.class.php:350 +#: include/class/tax_summary.class.php:453 include/class/fiche.class.php:1631 +#: include/class/fiche.class.php:2264 +#: include/class/acc_account_ledger.class.php:749 +#: include/template/ledger_detail_bottom.php:359 +#: include/template/ledger_detail_bottom.php:376 html/popup.php:114 +#: include/class/tax_summary.class.php:453 include/class/fiche.class.php:1631 +#: include/class/fiche.class.php:2264 +#: include/class/acc_account_ledger.class.php:749 +#: include/template/ledger_detail_bottom.php:376 msgid "Export PDF" msgstr "" @@ -13294,8 +14407,9 @@ msgstr "" #: include/admin_repo.inc.php:146 include/stock_inv_histo.inc.php:84 #: include/user.inc.php:173 html/user_login.php:109 #: include/admin_repo.inc.php:148 html/user_login.php:115 -#: html/user_login.php:115 include/audit_log.php:36 include/user.inc.php:173 -#: include/admin_repo.inc.php:148 include/stock_inv_histo.inc.php:84 +#: include/user.inc.php:175 html/user_login.php:115 include/audit_log.php:36 +#: include/admin_repo.inc.php:148 include/user.inc.php:175 +#: include/stock_inv_histo.inc.php:84 msgid "Utilisateur" msgstr "" @@ -13310,7 +14424,7 @@ msgstr "" #: include/lib/ac_common.php:629 include/lib/ac_common.php:630 #: include/lib/ac_common.php:641 include/lib/ac_common.php:642 #: include/lib/ac_common.php:644 include/lib/ac_common.php:660 -#: include/lib/ac_common.php:660 +#: include/lib/ac_common.php:670 include/lib/ac_common.php:670 #, php-format msgid "" "Attention periode \n" @@ -13325,7 +14439,7 @@ msgstr "" #: include/lib/ac_common.php:812 include/lib/ac_common.php:823 #: include/lib/ac_common.php:824 include/lib/ac_common.php:836 #: include/lib/ac_common.php:838 include/lib/ac_common.php:854 -#: include/lib/ac_common.php:854 +#: include/lib/ac_common.php:864 include/lib/ac_common.php:864 msgid "Données non disponibles" msgstr "" @@ -13350,7 +14464,8 @@ msgstr "" #: include/lib/ac_common.php:1160 include/lib/ac_common.php:1171 #: include/lib/ac_common.php:1172 include/lib/ac_common.php:1173 #: include/lib/ac_common.php:1185 include/lib/ac_common.php:1187 -#: include/lib/ac_common.php:1211 include/lib/ac_common.php:1211 +#: include/lib/ac_common.php:1211 include/lib/ac_common.php:1221 +#: include/lib/ac_common.php:1221 msgid "Code Interne" msgstr "" @@ -13372,13 +14487,21 @@ msgstr "" #: include/template/ledger_detail_bottom.php:284 #: include/template/tax_summary_display.php:105 #: include/template/tax_summary_display.php:277 +#: include/template/ledger_detail_bottom.php:302 include/lib/ac_common.php:1257 +#: include/template/ledger_detail_bottom.php:303 +#: include/lib/message_javascript.php:103 #: include/export/export_fiche_detail_csv.php:60 -#: include/lib/message_javascript.php:102 include/lib/ac_common.php:1247 +#: include/template/tax_summary_display.php:105 +#: include/template/tax_summary_display.php:277 +#: include/template/ledger_detail_bottom.php:303 include/lib/ac_common.php:1257 +#: include/lib/message_javascript.php:103 msgid "Aucune donnée" msgstr "" #: include/action.common.inc.php:277 include/action.common.inc.php:281 #: include/action.common.inc.php:272 include/action.common.inc.php:276 +#: include/action.common.inc.php:315 include/action.common.inc.php:320 +#: include/action.common.inc.php:315 include/action.common.inc.php:320 msgid "Action Sauvée" msgstr "" @@ -13403,17 +14526,23 @@ msgid "Recherche activité" msgstr "" #: include/ajax_anc_search.php:65 include/ajax/ajax_anc_search.php:65 -#: include/ajax/ajax_anc_search.php:67 include/ajax/ajax_anc_search.php:67 +#: include/ajax/ajax_anc_search.php:67 include/ajax/ajax_anc_search.php:70 +#: include/ajax/ajax_anc_search.php:70 msgid "Ce plan n'existe pas" msgstr "" #: include/ajax_anc_search.php:74 include/ajax/ajax_anc_search.php:74 -#: include/ajax/ajax_anc_search.php:76 include/ajax/ajax_anc_search.php:76 +#: include/ajax/ajax_anc_search.php:76 include/ajax/ajax_anc_search.php:79 +#: include/ajax/ajax_anc_search.php:79 msgid "Aucun poste trouvé" msgstr "" #: include/ajax_anc_search.php:78 include/ajax_anc_search.php:79 #: include/ajax/ajax_anc_search.php:78 include/ajax/ajax_anc_search.php:79 +#: include/class/card_attribut_mtable.class.php:54 +#: include/class/contact_option_ref_mtable.class.php:44 +#: include/class/card_attribut_mtable.class.php:54 +#: include/class/contact_option_ref_mtable.class.php:44 msgid "Choix" msgstr "" @@ -13458,16 +14587,19 @@ msgstr "" #: include/export/export_gl_csv.php:84 include/export/export_gl_csv.php:90 #: include/ajax/ajax_boxcard_search.php:70 #: include/class/acc_ledger.class.php:577 -#: include/class/acc_ledger.class.php:578 include/template/dashboard.php:175 -#: include/export/export_gl_csv.php:90 include/ajax/ajax_boxcard_search.php:70 +#: include/class/acc_ledger.class.php:578 #: include/class/acc_ledger.class.php:594 +#: include/class/acc_ledger.class.php:578 +#: include/ajax/ajax_boxcard_search.php:70 include/export/export_gl_csv.php:90 +#: include/template/dashboard.php:175 msgid "Aucun résultat" msgstr "" #: include/ajax_fiche_def_detail.php:40 #: include/ajax/ajax_fiche_def_detail.php:40 include/param_sec.inc.php:135 #: include/param_sec.inc.php:141 include/ajax/ajax_fiche_def_detail.php:41 -#: include/param_sec.inc.php:141 include/ajax/ajax_fiche_def_detail.php:41 +#: include/param_sec.inc.php:146 include/ajax/ajax_fiche_def_detail.php:41 +#: include/param_sec.inc.php:146 msgid "Retour à la liste" msgstr "" @@ -13512,7 +14644,8 @@ msgid "Effacer ce profil" msgstr "" #: include/ajax_mod_predf_op.php:32 include/ajax/ajax_mod_predf_op.php:32 -#: include/ajax/ajax_mod_predf_op.php:31 include/ajax/ajax_mod_predf_op.php:31 +#: include/ajax/ajax_mod_predf_op.php:31 include/ajax/ajax_mod_predf_op.php:44 +#: include/ajax/ajax_mod_predf_op.php:44 msgid "Modification du nom" msgstr "" @@ -13522,8 +14655,12 @@ msgstr "" #: include/class/pre_operation.class.php:63 #: include/ajax/ajax_mod_predf_op.php:43 #: include/class/pre_operation.class.php:64 -#: include/ajax/ajax_mod_predf_op.php:43 -#: include/class/pre_operation.class.php:64 +#: include/class/pre_operation.class.php:74 +#: include/ajax/ajax_mod_predf_op.php:56 +#: include/template/pre_operation_display.php:34 +#: include/class/pre_operation.class.php:74 +#: include/ajax/ajax_mod_predf_op.php:56 +#: include/template/pre_operation_display.php:34 msgid "Description (max 50 car.)" msgstr "" @@ -13590,7 +14727,8 @@ msgid "Détail du dossier ou tag" msgstr "" #: include/ajax_tag_list.php:30 include/ajax/ajax_tag_list.php:30 -#: include/ajax/ajax_tag_list.php:34 include/ajax/ajax_tag_list.php:34 +#: include/ajax/ajax_tag_list.php:34 include/ajax/ajax_operation_tag.php:65 +#: include/ajax/ajax_operation_tag.php:65 include/ajax/ajax_tag_list.php:34 msgid "Ajout d'un tag" msgstr "" @@ -13603,9 +14741,11 @@ msgstr "" #: include/class/pre_operation.class.php:249 #: include/class/pre_operation.class.php:248 #: include/class/pre_operation.class.php:250 +#: include/class/pre_operation.class.php:312 +#: include/class/pre_operation.class.php:315 +#: include/class/pre_operation.class.php:312 +#: include/class/pre_operation.class.php:315 #: include/ajax/ajax_update_predef.php:55 -#: include/class/pre_operation.class.php:248 -#: include/class/pre_operation.class.php:250 msgid "Modèle d'opérations" msgstr "" @@ -13643,7 +14783,8 @@ msgstr "" #: include/ext/import_card/include/import_card.class.php:340 #: include/upgrade-plugin.php:101 include/upgrade-template.php:39 #: include/upgrade-plugin.php:113 include/upgrade-template.php:51 -#: include/upgrade-template.php:51 include/upgrade-plugin.php:113 +#: include/upgrade-plugin.php:116 include/upgrade-template.php:51 +#: include/upgrade-plugin.php:116 msgid "Mise à jour" msgstr "" @@ -13659,7 +14800,6 @@ msgstr "" #: include/anc_pa.inc.php:175 include/anc_pa.inc.php:195 #: include/anc_pa.inc.php:179 include/anc_pa.inc.php:199 #: include/anc_pa.inc.php:174 include/anc_pa.inc.php:194 -#: include/anc_pa.inc.php:174 include/anc_pa.inc.php:194 msgid "Ajout d'un plan comptable" msgstr "" @@ -13716,21 +14856,21 @@ msgstr "" #: include/template/action_search.php:51 include/template/action_search.php:65 #: include/template/action_search.php:99 include/template/action_search.php:95 -#: include/template/action_search.php:95 +#: include/template/action_search.php:99 msgid "Date de rappel après" msgstr "" #: include/template/action_search.php:57 include/template/action_search.php:71 #: include/template/action_search.php:105 #: include/template/action_search.php:101 -#: include/template/action_search.php:101 +#: include/template/action_search.php:105 msgid "Date de rappel avant" msgstr "" #: include/template/action_search.php:63 include/template/action_search.php:77 #: include/template/action_search.php:111 -#: include/template/action_search.php:107 -#: include/template/action_search.php:107 +#: include/template/action_search.php:107 include/template/action_search.php:60 +#: include/template/action_search.php:60 msgid "Affiche aussi les actions fermées" msgstr "" @@ -13742,10 +14882,14 @@ msgstr "" #: include/ajax/ajax_search_operation.php:132 #: include/ajax/ajax_search_operation.php:129 #: include/ajax/ajax_search_operation.php:134 -#: include/template/action_search_result.php:32 -#: include/template/action_search_result.php:88 -#: include/ajax/ajax_search_operation.php:129 -#: include/ajax/ajax_search_operation.php:134 +#: include/ajax/ajax_search_operation.php:135 +#: include/ajax/ajax_search_operation.php:140 +#: include/template/action_search_result.php:33 +#: include/template/action_search_result.php:90 +#: include/ajax/ajax_search_operation.php:135 +#: include/ajax/ajax_search_operation.php:140 +#: include/template/action_search_result.php:33 +#: include/template/action_search_result.php:90 msgid "Mettre à jour" msgstr "" @@ -13802,8 +14946,8 @@ msgstr "" #: include/balance.inc.php:90 include/balance.inc.php:171 #: include/balance.inc.php:91 include/balance.inc.php:172 #: include/impress_rapport.inc.php:267 include/balance.inc.php:94 +#: include/balance.inc.php:175 include/balance.inc.php:94 #: include/balance.inc.php:175 include/impress_rapport.inc.php:267 -#: include/balance.inc.php:94 include/balance.inc.php:175 msgid "jusque" msgstr "" @@ -13820,17 +14964,24 @@ msgid "Avec la balance de l'année précédente" msgstr "" #: include/card_attr.inc.php:77 include/card_attr.inc.php:78 -#: include/card_attr.inc.php:78 +#: include/class/card_attribut_mtable.class.php:51 +#: include/class/contact_option_ref_mtable.class.php:42 +#: include/class/card_attribut_mtable.class.php:51 +#: include/class/contact_option_ref_mtable.class.php:42 msgid "Texte" msgstr "" #: include/card_attr.inc.php:78 include/card_attr.inc.php:79 -#: include/card_attr.inc.php:79 +#: include/class/card_attribut_mtable.class.php:53 +#: include/class/contact_option_ref_mtable.class.php:43 +#: include/class/card_attribut_mtable.class.php:53 +#: include/class/contact_option_ref_mtable.class.php:43 msgid "Nombre" msgstr "" #: include/card_attr.inc.php:80 include/card_attr.inc.php:81 -#: include/card_attr.inc.php:81 +#: include/class/card_attribut_mtable.class.php:56 +#: include/class/card_attribut_mtable.class.php:56 msgid "Zone de texte" msgstr "" @@ -13841,8 +14992,9 @@ msgstr "" #: include/dossier.inc.php:218 include/modele.inc.php:245 #: include/dossier.inc.php:221 include/dossier.inc.php:226 #: include/modele.inc.php:246 include/class/tva_rate_mtable.class.php:47 -#: include/dossier.inc.php:226 include/modele.inc.php:247 -#: include/class/tva_rate_mtable.class.php:47 include/card_attr.inc.php:94 +#: include/modele.inc.php:247 include/dossier.inc.php:229 +#: include/class/tva_rate_mtable.class.php:47 include/modele.inc.php:247 +#: include/dossier.inc.php:229 msgid "id" msgstr "" @@ -13850,12 +15002,13 @@ msgstr "" #: include/card_attr.inc.php:96 include/dossier.inc.php:204 #: include/dossier.inc.php:238 include/dossier.inc.php:239 #: include/dossier.inc.php:242 include/dossier.inc.php:247 -#: include/dossier.inc.php:247 include/card_attr.inc.php:97 +#: include/class/card_attribut_mtable.class.php:41 include/dossier.inc.php:250 +#: include/class/card_attribut_mtable.class.php:41 include/dossier.inc.php:250 msgid "Taille" msgstr "" #: include/card_attr.inc.php:124 include/card_attr.inc.php:125 -#: include/card_attr.inc.php:126 include/card_attr.inc.php:126 +#: include/card_attr.inc.php:126 msgid "Attention : effacera les données qui y sont liées" msgstr "" @@ -13873,7 +15026,8 @@ msgstr "" msgid "Journal inexistant" msgstr "" -#: include/cfgtags.inc.php:51 include/cfgtags.inc.php:51 +#: include/cfgtags.inc.php:51 include/cfgtags.inc.php:66 +#: include/cfgtags.inc.php:66 msgid "" "Vous pouvez utiliser ceci comme des étiquettes pour marquer des documents " "ou \n" @@ -14027,7 +15181,8 @@ msgstr "" #: include/class_acc_bilan.php:256 include/class_acc_bilan.php:257 #: include/class/class_acc_bilan.php:257 include/class/class_acc_bilan.php:273 #: include/class/acc_bilan.class.php:273 include/class/acc_bilan.class.php:276 -#: include/class/acc_bilan.class.php:278 include/class/acc_bilan.class.php:278 +#: include/class/acc_bilan.class.php:278 include/class/acc_bilan.class.php:279 +#: include/class/acc_bilan.class.php:279 msgid "Aucun enregistrement trouve" msgstr "" @@ -14045,8 +15200,9 @@ msgstr "" #: include/class/acc_bilan.class.php:706 include/class/acc_bilan.class.php:688 #: include/class/acc_bilan.class.php:711 include/class/acc_bilan.class.php:374 #: include/class/acc_bilan.class.php:690 include/class/acc_bilan.class.php:713 -#: include/class/acc_bilan.class.php:374 include/class/acc_bilan.class.php:690 -#: include/class/acc_bilan.class.php:713 +#: include/class/acc_bilan.class.php:375 include/class/acc_bilan.class.php:695 +#: include/class/acc_bilan.class.php:718 include/class/acc_bilan.class.php:375 +#: include/class/acc_bilan.class.php:695 include/class/acc_bilan.class.php:718 msgid "erreur Ouverture fichier" msgstr "" @@ -14055,7 +15211,7 @@ msgstr "" #: include/class/class_acc_bilan.php:668 include/class/class_acc_bilan.php:685 #: include/class/acc_bilan.class.php:686 include/class/acc_bilan.class.php:689 #: include/class/acc_bilan.class.php:694 include/class/acc_bilan.class.php:696 -#: include/class/acc_bilan.class.php:696 +#: include/class/acc_bilan.class.php:701 include/class/acc_bilan.class.php:701 msgid "erreur écriture fichier" msgstr "" @@ -14066,6 +15222,8 @@ msgstr "" #: include/class/acc_ledger.class.php:115 #: include/class/acc_ledger.class.php:116 #: include/class/acc_ledger.class.php:134 +#: include/class/acc_ledger.class.php:133 +#: include/class/acc_ledger.class.php:133 msgid " Tous les journaux" msgstr "" @@ -14077,6 +15235,8 @@ msgstr "" #: include/class/acc_ledger.class.php:202 #: include/class/acc_ledger.class.php:203 #: include/class/acc_ledger.class.php:221 +#: include/class/acc_ledger.class.php:220 +#: include/class/acc_ledger.class.php:220 msgid "this->jr_id is not set ou opération inconnue" msgstr "" @@ -14090,9 +15250,12 @@ msgstr "" #: include/class/acc_ledger_search.class.php:929 #: include/class/acc_ledger_search.class.php:937 #: include/class/acc_ledger_search.class.php:950 -#: include/template/letter_prop.php:31 include/template/letter_prop.php:74 -#: include/export/export_histo_csv.php:36 -#: include/class/acc_ledger_search.class.php:950 +#: include/class/acc_ledger_search.class.php:1039 +#: include/export/export_histo_csv.php:39 +#: include/class/acc_ledger_search.class.php:1062 +#: include/class/acc_ledger_search.class.php:1062 +#: include/export/export_histo_csv.php:39 include/template/letter_prop.php:31 +#: include/template/letter_prop.php:74 msgid "Internal" msgstr "" @@ -14104,7 +15267,9 @@ msgstr "" #: include/class/acc_ledger_search.class.php:938 #: include/class/acc_ledger_search.class.php:946 #: include/class/acc_ledger_search.class.php:959 -#: include/class/acc_ledger_search.class.php:959 +#: include/class/acc_ledger_search.class.php:1048 +#: include/class/acc_ledger_search.class.php:1071 +#: include/class/acc_ledger_search.class.php:1071 msgid "tiers" msgstr "" @@ -14125,8 +15290,12 @@ msgstr "" #: include/class/acc_ledger_search.class.php:1045 #: include/class/acc_ledger_search.class.php:850 #: include/class/acc_ledger_search.class.php:1058 -#: include/class/acc_ledger_search.class.php:850 -#: include/class/acc_ledger_search.class.php:1058 +#: include/class/acc_ledger_search.class.php:939 +#: include/class/acc_ledger_search.class.php:1147 +#: include/class/acc_ledger_search.class.php:962 +#: include/class/acc_ledger_search.class.php:1170 +#: include/class/acc_ledger_search.class.php:962 +#: include/class/acc_ledger_search.class.php:1170 msgid "Opération annulée" msgstr "" @@ -14157,15 +15326,23 @@ msgstr "" #: include/class/acc_ledger_search.class.php:644 #: include/class/acc_ledger_history_purchase.class.php:250 #: include/class/acc_ledger_history_purchase.class.php:254 +#: include/class/acc_ledger.class.php:2452 +#: include/class/acc_ledger_history_sale.class.php:253 +#: include/class/acc_ledger_search.class.php:730 +#: include/class/acc_ledger_history_purchase.class.php:265 +#: include/class/acc_ledger.class.php:2480 +#: include/export/export_histo_csv.php:43 include/tax_summary.inc.php:42 +#: include/class/acc_ledger_search.class.php:753 +#: include/class/acc_ledger_history_sale.class.php:253 +#: include/class/acc_ledger_search.class.php:753 +#: include/class/acc_ledger_history_purchase.class.php:265 +#: include/class/acc_ledger.class.php:2480 +#: include/class/pdf_operation.class.php:73 +#: include/export/export_histo_csv.php:43 #: include/template/print_ledger_simple.php:8 #: include/template/acc_ledger_history_sale_detail.php:35 #: include/template/acc_ledger_history_purchase_detail.php:34 -#: include/export/export_histo_csv.php:40 -#: include/class/acc_ledger.class.php:2452 -#: include/class/acc_ledger_history_purchase.class.php:254 -#: include/class/acc_ledger_search.class.php:644 -#: include/class/acc_ledger_history_sale.class.php:243 -#: include/class/pdf_operation.class.php:73 +#: include/tax_summary.inc.php:42 msgid "Paiement" msgstr "" @@ -14205,19 +15382,31 @@ msgstr "" #: include/class/acc_ledger_history_generic.class.php:683 #: include/class/fiche.class.php:1476 include/export/export_ledger_csv.php:214 #: include/export/export_ledger_csv.php:222 +#: include/class/acc_ledger_history_generic.class.php:686 +#: include/class/acc_ledger_search.class.php:736 +#: include/class/print_ledger_misc.class.php:45 +#: include/class/fiche.class.php:1503 +#: include/class/acc_account_ledger.class.php:388 +#: include/class/acc_ledger_history_generic.class.php:687 +#: include/class/anc_grandlivre.class.php:229 +#: include/export/export_ledger_csv.php:230 +#: include/export/export_histo_csv.php:46 +#: include/class/acc_ledger_search.class.php:759 +#: include/class/anc_grandlivre.class.php:230 +#: include/class/acc_ledger_search.class.php:759 +#: include/class/print_ledger_misc.class.php:45 +#: include/class/fiche.class.php:1503 +#: include/class/acc_account_ledger.class.php:388 +#: include/class/acc_ledger_history_generic.class.php:687 +#: include/class/anc_grandlivre.class.php:230 +#: include/export/export_ledger_csv.php:230 +#: include/export/export_poste_detail_csv.php:86 +#: include/export/export_poste_detail_csv.php:199 +#: include/export/export_fiche_detail_csv.php:75 +#: include/export/export_histo_csv.php:46 #: include/template/operation_detail_fin.php:32 #: include/template/acc_ledger_history_financial_oneline.php:34 #: include/template/ledger_detail_fin.php:45 -#: include/export/export_poste_detail_csv.php:86 -#: include/export/export_poste_detail_csv.php:199 -#: include/export/export_ledger_csv.php:222 -#: include/export/export_histo_csv.php:43 -#: include/export/export_fiche_detail_csv.php:75 -#: include/class/acc_ledger_history_generic.class.php:686 -#: include/class/acc_ledger_search.class.php:650 -#: include/class/print_ledger_misc.class.php:46 -#: include/class/acc_account_ledger.class.php:396 -#: include/class/fiche.class.php:1476 msgid "Tiers" msgstr "" @@ -14229,7 +15418,9 @@ msgstr "" #: include/class/acc_ledger_search.class.php:860 #: include/class/acc_ledger_search.class.php:868 #: include/class/acc_ledger_search.class.php:881 -#: include/class/acc_ledger_search.class.php:881 +#: include/class/acc_ledger_search.class.php:970 +#: include/class/acc_ledger_search.class.php:993 +#: include/class/acc_ledger_search.class.php:993 msgid "Non payé" msgstr "" @@ -14241,6 +15432,7 @@ msgstr "" #: include/class/acc_ledger.class.php:597 #: include/class/acc_ledger.class.php:598 #: include/class/acc_ledger.class.php:614 +#: include/class/acc_ledger.class.php:598 msgid "Attention : il vaut mieux utiliser les fiches que les postes comptables" msgstr "" @@ -14254,6 +15446,8 @@ msgstr "" #: include/class/acc_ledger.class.php:1198 #: include/class/acc_ledger.class.php:1207 #: include/class/acc_ledger.class.php:1223 +#: include/class/acc_ledger.class.php:1219 +#: include/class/acc_ledger.class.php:1219 msgid "" "Attention : il vaut mieux utiliser les fiches que les postes comptables " msgstr "" @@ -14270,6 +15464,8 @@ msgstr "" #: include/class/acc_ledger.class.php:1300 #: include/class/acc_ledger.class.php:1309 #: include/class/acc_ledger.class.php:1325 +#: include/class/acc_ledger.class.php:1321 +#: include/class/acc_ledger.class.php:1321 msgid "Balance incorrecte" msgstr "" @@ -14284,6 +15480,8 @@ msgstr "" #: include/class/acc_ledger.class.php:1342 #: include/class/acc_ledger.class.php:1351 #: include/class/acc_ledger.class.php:1367 +#: include/class/acc_ledger.class.php:1365 +#: include/class/acc_ledger.class.php:1365 msgid "OPERATION ANNULEE " msgstr "" @@ -14298,6 +15496,8 @@ msgstr "" #: include/class/acc_ledger.class.php:1665 #: include/class/acc_ledger.class.php:1674 #: include/class/acc_ledger.class.php:1690 +#: include/class/acc_ledger.class.php:1680 +#: include/class/acc_ledger.class.php:1680 msgid "Celui qui paie n' a pas de poste comptable" msgstr "" @@ -14312,6 +15512,8 @@ msgstr "" #: include/class/acc_ledger.class.php:1683 #: include/class/acc_ledger.class.php:1692 #: include/class/acc_ledger.class.php:1708 +#: include/class/acc_ledger.class.php:1698 +#: include/class/acc_ledger.class.php:1698 #, php-format msgid "Pour la fiche %s le poste comptable [%s] n'existe pas" msgstr "" @@ -14328,6 +15530,8 @@ msgstr "" #: include/class/acc_ledger.class.php:2109 #: include/class/acc_ledger.class.php:2118 #: include/class/acc_ledger.class.php:2134 +#: include/class/acc_ledger.class.php:2153 +#: include/class/acc_ledger.class.php:2153 msgid "Journaux de vente" msgstr "" @@ -14368,6 +15572,8 @@ msgstr "" #: include/class/acc_ledger.class.php:2313 #: include/class/acc_ledger.class.php:2322 #: include/class/acc_ledger.class.php:2344 +#: include/class/acc_ledger.class.php:2368 +#: include/class/acc_ledger.class.php:2368 msgid "Nombre de ligne incorrect" msgstr "" @@ -14384,6 +15590,8 @@ msgstr "" #: include/class/acc_ledger.class.php:2318 #: include/class/acc_ledger.class.php:2327 #: include/class/acc_ledger.class.php:2349 +#: include/class/acc_ledger.class.php:2373 +#: include/class/acc_ledger.class.php:2373 msgid "Un journal avec ce nom existe déjà" msgstr "" @@ -14429,6 +15637,12 @@ msgstr "" #: include/class/acc_ledger.class.php:2355 #: include/class/acc_ledger.class.php:2428 #: include/class/acc_ledger.class.php:2614 +#: include/class/acc_ledger.class.php:2381 +#: include/class/acc_ledger.class.php:2456 +#: include/class/acc_ledger.class.php:2638 +#: include/class/acc_ledger.class.php:2381 +#: include/class/acc_ledger.class.php:2456 +#: include/class/acc_ledger.class.php:2638 msgid "Aucun compte en banque n'est donné" msgstr "" @@ -14446,6 +15660,8 @@ msgstr "" #: include/class/acc_ledger.class.php:2483 #: include/class/acc_ledger.class.php:2492 #: include/class/acc_ledger.class.php:2523 +#: include/class/acc_ledger.class.php:2553 +#: include/class/acc_ledger.class.php:2553 msgid "choix du type de journal" msgstr "" @@ -14463,6 +15679,8 @@ msgstr "" #: include/class/acc_ledger.class.php:2584 #: include/class/acc_ledger.class.php:2593 #: include/class/acc_ledger.class.php:2632 +#: include/class/acc_ledger.class.php:2656 +#: include/class/acc_ledger.class.php:2656 msgid "Impossible d'effacer un journal qui contient des opérations" msgstr "" @@ -14480,6 +15698,8 @@ msgstr "" #: include/class/acc_ledger.class.php:2700 #: include/class/acc_ledger.class.php:2709 #: include/class/acc_ledger.class.php:2748 +#: include/class/acc_ledger.class.php:2772 +#: include/class/acc_ledger.class.php:2772 msgid "Action non accessible" msgstr "" @@ -14487,16 +15707,17 @@ msgstr "" #: include/export/export_gl_csv.php:95 include/export/export_gl_csv.php:90 #: include/template/action_search.php:133 include/export/export_gl_csv.php:96 #: include/export/export_gl_pdf.php:88 include/template/action_search.php:115 -#: include/template/action_show.php:38 include/template/action_show.php:38 -#: include/template/action_search.php:115 include/export/export_gl_pdf.php:88 -#: include/export/export_gl_csv.php:96 +#: include/template/action_show.php:38 include/template/action_search.php:116 +#: include/export/export_gl_csv.php:96 include/export/export_gl_pdf.php:88 +#: include/template/action_show.php:38 include/template/action_search.php:116 msgid "Référence" msgstr "" #: include/template/action_search.php:88 include/template/action_search.php:102 #: include/template/action_search.php:139 #: include/template/action_search.php:121 -#: include/template/action_search.php:121 +#: include/template/action_search.php:122 +#: include/template/action_search.php:122 msgid "Numéro document" msgstr "" @@ -14516,7 +15737,10 @@ msgstr "" #: include/template/dashboard.php:105 include/template/dashboard.php:71 #: include/template/dashboard.php:75 include/template/dashboard.php:54 -#: include/template/dashboard.php:54 +#: include/class/contact_option_ref_mtable.class.php:38 +#: include/class/document_state_mtable.php:44 +#: include/class/contact_option_ref_mtable.class.php:38 +#: include/class/document_state_mtable.php:44 include/template/dashboard.php:54 msgid "Action" msgstr "" @@ -14604,7 +15828,9 @@ msgstr "" #: include/template/detail-action.php:192 #: include/template/detail-action.php:191 #: include/template/detail-action.php:166 -#: include/template/detail-action.php:166 +#: include/template/detail-action.php:173 +#: include/template/detail-action.php:175 +#: include/template/detail-action.php:175 msgid "Actions concernées" msgstr "" @@ -14617,7 +15843,9 @@ msgstr "" #: include/template/detail-action.php:278 #: include/template/detail-action.php:247 #: include/template/detail-action.php:249 -#: include/template/detail-action.php:249 +#: include/template/detail-action.php:336 +#: include/template/detail-action.php:346 +#: include/template/detail-action.php:346 #, php-format msgid "Voulez-vous effacer ce commentaire" msgstr "" @@ -14632,7 +15860,9 @@ msgstr "" #: include/template/detail-action.php:476 #: include/template/detail-action.php:480 #: include/template/detail-action.php:478 -#: include/template/detail-action.php:476 +#: include/template/detail-action.php:491 +#: include/template/detail-action.php:504 +#: include/template/detail-action.php:504 msgid "Ajouter un fichier" msgstr "" @@ -14659,12 +15889,14 @@ msgid "Ajout d'une nouvelle catégorie" msgstr "" #: include/template/fiche_list.php:87 include/template/fiche_list.php:89 -#: include/template/fiche_list.php:91 include/template/fiche_list.php:89 +#: include/template/fiche_list.php:91 include/template/fiche_list.php:96 +#: include/template/fiche_list.php:96 msgid "Effacer la sélection " msgstr "" #: include/template/fiche_list.php:89 include/template/fiche_list.php:91 -#: include/template/fiche_list.php:93 include/template/fiche_list.php:91 +#: include/template/fiche_list.php:93 include/template/fiche_list.php:98 +#: include/template/fiche_list.php:98 msgid "Déplacer la sélection vers" msgstr "" @@ -14752,17 +15984,24 @@ msgstr "" #: include/export/export_ledger_csv.php:141 #: include/class/acc_ledger_history_purchase.class.php:277 #: include/class/acc_ledger_history_sale.class.php:263 +#: include/class/acc_ledger_sold.class.php:1407 +#: include/class/acc_ledger_purchase.class.php:1833 +#: include/class/acc_ledger_history_sale.class.php:273 +#: include/class/acc_ledger_history_purchase.class.php:288 +#: include/class/acc_ledger_purchase.class.php:1870 +#: include/class/acc_ledger_sold.class.php:1392 +#: include/export/export_ledger_csv.php:146 +#: include/class/acc_ledger_history_sale.class.php:273 +#: include/class/acc_ledger_history_purchase.class.php:288 +#: include/class/acc_ledger_purchase.class.php:1870 +#: include/class/acc_ledger_sold.class.php:1392 +#: include/export/export_ledger_csv.php:146 +#: include/template/acc_ledger_history_purchase_extended.php:34 #: include/template/ledger_detail_ven.php:45 #: include/template/acc_ledger_history_purchase_oneline.php:38 #: include/template/acc_ledger_history_sale_oneline.php:35 -#: include/template/acc_ledger_history_purchase_extended.php:34 #: include/template/acc_ledger_history_sale_extended.php:34 #: include/template/ledger_detail_ach.php:37 -#: include/export/export_ledger_csv.php:141 -#: include/class/acc_ledger_sold.class.php:1407 -#: include/class/acc_ledger_history_purchase.class.php:277 -#: include/class/acc_ledger_history_sale.class.php:263 -#: include/class/acc_ledger_purchase.class.php:1833 msgid "Date paiement" msgstr "" @@ -14774,7 +16013,9 @@ msgstr "" #: include/template/ledger_detail_bottom.php:142 #: include/template/ledger_detail_bottom.php:143 #: include/template/ledger_detail_bottom.php:148 -#: include/template/ledger_detail_bottom.php:148 +#: include/template/ledger_detail_bottom.php:153 +#: include/template/ledger_detail_bottom.php:154 +#: include/template/ledger_detail_bottom.php:154 msgid " Bon de commande" msgstr "" @@ -14783,7 +16024,9 @@ msgstr "" #: include/ext/importbank/ajax.php:89 include/ext/importbank/ajax.php:90 #: include/template/ledger_detail_bottom.php:146 #: include/template/ledger_detail_bottom.php:151 -#: include/template/ledger_detail_bottom.php:151 +#: include/template/ledger_detail_bottom.php:156 +#: include/template/ledger_detail_bottom.php:157 +#: include/template/ledger_detail_bottom.php:157 msgid "Autre information" msgstr "" @@ -14813,27 +16056,32 @@ msgstr "" #: include/class/acc_ledger_history_sale.class.php:247 #: include/class/acc_ledger_history_purchase.class.php:254 #: include/class/acc_ledger_history_purchase.class.php:258 +#: include/class/acc_ledger_history_sale.class.php:257 +#: include/class/acc_ledger_history_purchase.class.php:269 +#: include/export/export_histo_csv.php:48 +#: include/class/acc_ledger_history_sale.class.php:257 +#: include/class/acc_ledger_history_purchase.class.php:269 +#: include/export/export_histo_csv.php:48 +#: include/template/security_list_action.php:73 #: include/template/dashboard.php:344 -#: include/template/security_list_action.php:72 -#: include/export/export_histo_csv.php:45 -#: include/class/acc_ledger_history_purchase.class.php:258 -#: include/class/acc_ledger_history_sale.class.php:247 msgid "Note" msgstr "" -#: include/template/letter_all.php:108 include/template/letter_all.php:108 +#: include/template/letter_all.php:108 msgid "Solde débit" msgstr "" -#: include/template/letter_all.php:109 include/template/letter_all.php:109 +#: include/template/letter_all.php:109 msgid "Solde crédit" msgstr "" -#: include/template/letter_all.php:115 include/template/letter_all.php:115 +#: include/template/letter_all.php:115 include/export/export_balance_csv.php:79 +#: include/export/export_balance_csv.php:79 msgid "Solde débiteur" msgstr "" -#: include/template/letter_all.php:117 include/template/letter_all.php:117 +#: include/template/letter_all.php:117 include/export/export_balance_csv.php:79 +#: include/export/export_balance_csv.php:79 msgid "Solde créditeur" msgstr "" @@ -14864,8 +16112,7 @@ msgstr "" #: include/template/profile_menu_display_module.php:57 #: include/ajax/ajax_get_profile.php:114 include/cfgplugin.inc.php:114 #: include/template/menu_detail.php:19 -#: include/template/profile_menu_display_module.php:57 -#: include/ajax/ajax_get_profile.php:114 include/menu.inc.php:109 +#: include/template/profile_menu_display_module.php:57 include/menu.inc.php:109 #: include/menu.inc.php:126 msgid "Menu" msgstr "" @@ -14915,7 +16162,8 @@ msgstr "" #: include/template/periode_add_exercice.php:21 #: include/template/periode_add_exercice.php:22 #: include/template/periode_add_exercice.php:74 -#: include/template/periode_add_exercice.php:74 +#: include/template/periode_add_exercice.php:76 +#: include/template/periode_add_exercice.php:76 msgid "Ajout d'un exercice comptable" msgstr "" @@ -14926,8 +16174,8 @@ msgstr "" #: include/template/acc_ledger_history_sale_detail.php:56 #: include/template/acc_ledger_history_financial_oneline.php:37 #: include/template/print_ledger_simple.php:32 -#: include/template/acc_ledger_history_financial_oneline.php:37 #: include/template/acc_ledger_history_sale_detail.php:56 +#: include/template/acc_ledger_history_financial_oneline.php:37 #: include/template/acc_ledger_history_purchase_detail.php:58 #: include/impress_rec.inc.php:60 msgid "Opérations rapprochées" @@ -14947,10 +16195,10 @@ msgstr "" #: include/export/export_stock_histo_csv.php:41 #: include/export/export_stock_resume_list.php:38 #: include/template/stock_inv.php:63 -#: include/template/stock_summary_table.php:33 -#: include/template/stock_histo_search.php:35 include/template/stock_inv.php:63 -#: include/export/export_stock_histo_csv.php:41 #: include/export/export_stock_resume_list.php:38 +#: include/export/export_stock_histo_csv.php:41 +#: include/template/stock_summary_table.php:33 +#: include/template/stock_inv.php:63 include/template/stock_histo_search.php:35 msgid "Code Stock" msgstr "" @@ -14963,8 +16211,8 @@ msgstr "" #: include/compta_ven.inc.php:92 include/compta_ach.inc.php:86 #: include/compta_ven.inc.php:95 include/compta_ach.inc.php:88 #: include/compta_ach.inc.php:90 include/compta_ven.inc.php:97 -#: include/template/stock_histo_search.php:51 include/compta_ven.inc.php:95 -#: include/compta_ach.inc.php:88 +#: include/compta_ach.inc.php:87 include/compta_ven.inc.php:95 +#: include/compta_ach.inc.php:87 include/template/stock_histo_search.php:51 msgid "Dépôt" msgstr "" @@ -14997,10 +16245,10 @@ msgstr "" #: include/template/stock_summary_table.php:73 #: include/template/stock_summary_table.php:107 #: include/export/export_stock_resume_list.php:38 +#: include/export/export_stock_resume_list.php:38 +#: include/template/stock_summary_list.php:47 #: include/template/stock_summary_table.php:73 #: include/template/stock_summary_table.php:107 -#: include/template/stock_summary_list.php:47 -#: include/export/export_stock_resume_list.php:38 msgid "IN" msgstr "" @@ -15008,10 +16256,10 @@ msgstr "" #: include/template/stock_summary_table.php:81 #: include/template/stock_summary_table.php:115 #: include/export/export_stock_resume_list.php:38 +#: include/export/export_stock_resume_list.php:38 +#: include/template/stock_summary_list.php:48 #: include/template/stock_summary_table.php:81 #: include/template/stock_summary_table.php:115 -#: include/template/stock_summary_list.php:48 -#: include/export/export_stock_resume_list.php:38 msgid "OUT" msgstr "" @@ -15034,13 +16282,13 @@ msgstr "" #: include/template/tag_choose.php:8 include/template/tag_search_select.php:8 #: include/template/tag_select.php:8 include/template/tag_select.php:12 +#: include/template/tag_select.php:14 include/template/tag_select.php:14 #: include/template/tag_choose.php:8 include/template/tag_search_select.php:8 -#: include/template/tag_select.php:12 msgid "Aucune étiquette disponible" msgstr "" #: include/template/tag_detail.php:15 include/template/tag_detail.php:21 -#: include/template/tag_detail.php:21 +#: include/template/tag_detail.php:23 include/template/tag_detail.php:23 msgid "Etiquette (tag)" msgstr "" @@ -15051,8 +16299,9 @@ msgstr "" #: include/template/tag_list.php:11 include/template/tag_search_select.php:16 #: include/template/tag_select.php:16 include/template/tag_list.php:12 #: include/template/tag_search_select.php:18 include/template/tag_select.php:20 -#: include/template/tag_search_select.php:18 include/template/tag_select.php:20 -#: include/template/tag_list.php:12 +#: include/template/tag_select.php:22 include/template/tag_search_select.php:21 +#: include/template/tag_list.php:13 include/template/tag_select.php:22 +#: include/template/tag_search_select.php:21 include/template/tag_list.php:13 msgid "Tag" msgstr "" @@ -15069,8 +16318,8 @@ msgstr "" #: include/menu.inc.php:129 include/menu.inc.php:130 include/menu.inc.php:125 #: include/cfgledger.inc.php:162 include/balance_card_ageing.inc.php:57 #: include/cfgledger.inc.php:164 include/cfgledger.inc.php:169 -#: include/cfgledger.inc.php:169 include/menu.inc.php:125 -#: include/balance_card_ageing.inc.php:57 +#: include/menu.inc.php:125 include/balance_card_ageing.inc.php:57 +#: include/cfgledger.inc.php:169 msgid "Tout" msgstr "" @@ -15150,9 +16399,10 @@ msgstr "" #: include/ext/importbank/include/import_bank.class.php:140 #: include/lib/ac_common.php:343 include/action.common.inc.php:144 #: include/action.common.inc.php:295 include/lib/ac_common.php:345 -#: include/lib/ac_common.php:361 include/action.common.inc.php:144 -#: include/action.common.inc.php:295 include/lib/ac_common.php:361 -#: include/forecast.inc.php:359 +#: include/lib/ac_common.php:361 include/action.common.inc.php:146 +#: include/action.common.inc.php:324 include/lib/ac_common.php:371 +#: include/action.common.inc.php:146 include/action.common.inc.php:324 +#: include/forecast.inc.php:359 include/lib/ac_common.php:371 msgid "Erreur" msgstr "" @@ -15161,8 +16411,10 @@ msgstr "" #: include/param_sec.inc.php:219 include/class/acc_ledger_search.class.php:1070 #: include/param_sec.inc.php:223 include/class/acc_ledger_search.class.php:1065 #: include/class/acc_ledger_search.class.php:1073 -#: include/class/acc_ledger_search.class.php:1086 include/param_sec.inc.php:223 #: include/class/acc_ledger_search.class.php:1086 +#: include/class/acc_ledger_search.class.php:1175 include/param_sec.inc.php:228 +#: include/class/acc_ledger_search.class.php:1198 +#: include/class/acc_ledger_search.class.php:1198 include/param_sec.inc.php:228 msgid "Journaux" msgstr "" @@ -15187,8 +16439,12 @@ msgstr "" #: include/lib/html_input.class.php:1017 include/lib/html_input.class.php:1018 #: include/class/acc_ledger_search.class.php:112 #: include/lib/html_input.class.php:1033 include/lib/html_input.class.php:1034 -#: include/class/acc_ledger_search.class.php:112 -#: include/lib/html_input.class.php:1034 +#: include/class/acc_ledger_search.class.php:114 +#: include/lib/html_input.class.php:1067 +#: include/class/acc_ledger_search.class.php:116 +#: include/lib/html_input.class.php:1068 +#: include/class/acc_ledger_search.class.php:116 +#: include/lib/html_input.class.php:1068 msgid "choix des journaux" msgstr "" @@ -15216,7 +16472,8 @@ msgstr "" #: html/ajax_misc.php:400 html/ajax_misc.php:478 #: include/ajax/ajax_display_letter.php:114 #: include/ajax/ajax_display_letter.php:119 -#: include/ajax/ajax_display_letter.php:119 +#: include/ajax/ajax_display_letter.php:137 +#: include/ajax/ajax_display_letter.php:137 msgid "Debit / Credit" msgstr "" @@ -15225,7 +16482,7 @@ msgstr "" msgid "Appel invalide" msgstr "" -#: html/export.php:53 html/export.php:53 +#: html/export.php:53 html/export.php:54 html/export.php:54 msgid "Export impossible" msgstr "" @@ -15244,9 +16501,9 @@ msgstr "" #: include/anc_great_ledger.inc.php:47 include/anc_balance_double.inc.php:27 #: include/anc_balance_simple.inc.php:27 include/anc_great_ledger.inc.php:78 #: include/anc_history.inc.php:34 include/anc_history.inc.php:37 -#: include/anc_balance_double.inc.php:26 include/anc_great_ledger.inc.php:78 +#: include/anc_balance_double.inc.php:26 include/anc_history.inc.php:37 #: include/anc_balance_simple.inc.php:27 include/anc_balance_double.inc.php:26 -#: include/anc_history.inc.php:37 +#: include/anc_great_ledger.inc.php:78 msgid "Aucune donnée trouvée" msgstr "" @@ -15288,6 +16545,10 @@ msgstr "" #: include/class/acc_ledger.class.php:1496 #: include/class/acc_ledger.class.php:1495 #: include/class/acc_ledger.class.php:1512 +#: include/class/acc_ledger.class.php:1485 +#: include/class/acc_ledger.class.php:1502 +#: include/class/acc_ledger.class.php:1485 +#: include/class/acc_ledger.class.php:1502 msgid "get_default_card p_ledger_side is invalide [" msgstr "" @@ -15318,6 +16579,10 @@ msgstr "" #: include/class/acc_ledger_purchase.class.php:1825 #: include/class/acc_ledger_sold.class.php:1405 #: include/class/acc_ledger_purchase.class.php:1831 +#: include/class/acc_ledger_purchase.class.php:1868 +#: include/class/acc_ledger_sold.class.php:1390 +#: include/class/acc_ledger_purchase.class.php:1868 +#: include/class/acc_ledger_sold.class.php:1390 msgid "Numéro opération" msgstr "" @@ -15347,6 +16612,10 @@ msgstr "" #: include/class/acc_ledger_purchase.class.php:1828 #: include/class/acc_ledger_sold.class.php:1408 #: include/class/acc_ledger_purchase.class.php:1834 +#: include/class/acc_ledger_purchase.class.php:1871 +#: include/class/acc_ledger_sold.class.php:1393 +#: include/class/acc_ledger_purchase.class.php:1871 +#: include/class/acc_ledger_sold.class.php:1393 msgid "Date échéance" msgstr "" @@ -15378,10 +16647,14 @@ msgstr "" #: include/class/acc_ledger_purchase.class.php:1830 #: include/class/acc_ledger_sold.class.php:1404 #: include/class/acc_ledger_purchase.class.php:1833 -#: include/export/export_poste_detail_csv.php:81 -#: include/export/export_fiche_detail_csv.php:73 #: include/class/acc_ledger_sold.class.php:1413 #: include/class/acc_ledger_purchase.class.php:1839 +#: include/class/acc_ledger_purchase.class.php:1876 +#: include/class/acc_ledger_sold.class.php:1398 +#: include/class/acc_ledger_purchase.class.php:1876 +#: include/class/acc_ledger_sold.class.php:1398 +#: include/export/export_poste_detail_csv.php:81 +#: include/export/export_fiche_detail_csv.php:73 msgid "Code journal" msgstr "" @@ -15411,6 +16684,10 @@ msgstr "" #: include/class/acc_ledger_purchase.class.php:1836 #: include/class/acc_ledger_sold.class.php:1416 #: include/class/acc_ledger_purchase.class.php:1842 +#: include/class/acc_ledger_purchase.class.php:1879 +#: include/class/acc_ledger_sold.class.php:1401 +#: include/class/acc_ledger_purchase.class.php:1879 +#: include/class/acc_ledger_sold.class.php:1401 msgid "Code Item" msgstr "" @@ -15440,6 +16717,10 @@ msgstr "" #: include/class/acc_ledger_purchase.class.php:1837 #: include/class/acc_ledger_sold.class.php:1417 #: include/class/acc_ledger_purchase.class.php:1843 +#: include/class/acc_ledger_purchase.class.php:1880 +#: include/class/acc_ledger_sold.class.php:1402 +#: include/class/acc_ledger_purchase.class.php:1880 +#: include/class/acc_ledger_sold.class.php:1402 msgid "N° fiche" msgstr "" @@ -15469,6 +16750,10 @@ msgstr "" #: include/class/acc_ledger_purchase.class.php:1838 #: include/class/acc_ledger_sold.class.php:1418 #: include/class/acc_ledger_purchase.class.php:1844 +#: include/class/acc_ledger_purchase.class.php:1881 +#: include/class/acc_ledger_sold.class.php:1403 +#: include/class/acc_ledger_purchase.class.php:1881 +#: include/class/acc_ledger_sold.class.php:1403 msgid "Nom fiche" msgstr "" @@ -15498,6 +16783,10 @@ msgstr "" #: include/class/acc_ledger_purchase.class.php:1839 #: include/class/acc_ledger_sold.class.php:1419 #: include/class/acc_ledger_purchase.class.php:1845 +#: include/class/acc_ledger_purchase.class.php:1882 +#: include/class/acc_ledger_sold.class.php:1404 +#: include/class/acc_ledger_purchase.class.php:1882 +#: include/class/acc_ledger_sold.class.php:1404 msgid "N° fiche fournisseur" msgstr "" @@ -15527,6 +16816,10 @@ msgstr "" #: include/class/acc_ledger_purchase.class.php:1840 #: include/class/acc_ledger_sold.class.php:1420 #: include/class/acc_ledger_purchase.class.php:1846 +#: include/class/acc_ledger_purchase.class.php:1883 +#: include/class/acc_ledger_sold.class.php:1405 +#: include/class/acc_ledger_purchase.class.php:1883 +#: include/class/acc_ledger_sold.class.php:1405 msgid "Nom fournisseur" msgstr "" @@ -15556,6 +16849,10 @@ msgstr "" #: include/class/acc_ledger_purchase.class.php:1841 #: include/class/acc_ledger_sold.class.php:1421 #: include/class/acc_ledger_purchase.class.php:1847 +#: include/class/acc_ledger_purchase.class.php:1884 +#: include/class/acc_ledger_sold.class.php:1406 +#: include/class/acc_ledger_purchase.class.php:1884 +#: include/class/acc_ledger_sold.class.php:1406 msgid "Code fournisseur" msgstr "" @@ -15585,6 +16882,10 @@ msgstr "" #: include/class/acc_ledger_purchase.class.php:1842 #: include/class/acc_ledger_sold.class.php:1422 #: include/class/acc_ledger_purchase.class.php:1848 +#: include/class/acc_ledger_purchase.class.php:1885 +#: include/class/acc_ledger_sold.class.php:1407 +#: include/class/acc_ledger_purchase.class.php:1885 +#: include/class/acc_ledger_sold.class.php:1407 msgid "Nom TVA" msgstr "" @@ -15614,6 +16915,10 @@ msgstr "" #: include/class/acc_ledger_purchase.class.php:1843 #: include/class/acc_ledger_sold.class.php:1423 #: include/class/acc_ledger_purchase.class.php:1849 +#: include/class/acc_ledger_purchase.class.php:1886 +#: include/class/acc_ledger_sold.class.php:1408 +#: include/class/acc_ledger_purchase.class.php:1886 +#: include/class/acc_ledger_sold.class.php:1408 msgid "Commentaire TVA" msgstr "" @@ -15644,8 +16949,13 @@ msgstr "" #: include/class/acc_ledger_purchase.class.php:1844 #: include/class/acc_ledger_history_sale.class.php:251 #: include/class/acc_ledger_sold.class.php:1424 -#: include/class/acc_ledger_history_sale.class.php:251 #: include/class/acc_ledger_purchase.class.php:1850 +#: include/class/acc_ledger_history_sale.class.php:261 +#: include/class/acc_ledger_purchase.class.php:1887 +#: include/class/acc_ledger_sold.class.php:1409 +#: include/class/acc_ledger_history_sale.class.php:261 +#: include/class/acc_ledger_purchase.class.php:1887 +#: include/class/acc_ledger_sold.class.php:1409 msgid "TVA annulée" msgstr "" @@ -15683,6 +16993,10 @@ msgstr "" #: include/class/acc_ledger_purchase.class.php:1850 #: include/class/acc_ledger_sold.class.php:1430 #: include/class/acc_ledger_purchase.class.php:1856 +#: include/class/acc_ledger_purchase.class.php:1893 +#: include/class/acc_ledger_sold.class.php:1415 +#: include/class/acc_ledger_purchase.class.php:1893 +#: include/class/acc_ledger_sold.class.php:1415 msgid "PU" msgstr "" @@ -15701,6 +17015,10 @@ msgstr "" #: include/class/acc_ledger_purchase.class.php:1851 #: include/export/export_printtva_csv.php:65 #: include/class/acc_ledger_purchase.class.php:1857 +#: include/class/acc_ledger_purchase.class.php:1894 +#: include/export/export_printtva_csv.php:77 +#: include/class/acc_ledger_purchase.class.php:1894 +#: include/export/export_printtva_csv.php:77 msgid "Montant ND" msgstr "" @@ -15718,6 +17036,8 @@ msgstr "" #: include/class/acc_ledger_purchase.class.php:1849 #: include/class/acc_ledger_purchase.class.php:1852 #: include/class/acc_ledger_purchase.class.php:1858 +#: include/class/acc_ledger_purchase.class.php:1895 +#: include/class/acc_ledger_purchase.class.php:1895 msgid "Montant TVA ND" msgstr "" @@ -15735,6 +17055,8 @@ msgstr "" #: include/class/acc_ledger_purchase.class.php:1850 #: include/class/acc_ledger_purchase.class.php:1853 #: include/class/acc_ledger_purchase.class.php:1859 +#: include/class/acc_ledger_purchase.class.php:1896 +#: include/class/acc_ledger_purchase.class.php:1896 msgid "TVA récup." msgstr "" @@ -15764,6 +17086,10 @@ msgstr "" #: include/class/acc_ledger_purchase.class.php:1854 #: include/class/acc_ledger_sold.class.php:1431 #: include/class/acc_ledger_purchase.class.php:1860 +#: include/class/acc_ledger_purchase.class.php:1897 +#: include/class/acc_ledger_sold.class.php:1416 +#: include/class/acc_ledger_purchase.class.php:1897 +#: include/class/acc_ledger_sold.class.php:1416 msgid "HTVA Opération" msgstr "" @@ -15793,6 +17119,10 @@ msgstr "" #: include/class/acc_ledger_purchase.class.php:1855 #: include/class/acc_ledger_sold.class.php:1432 #: include/class/acc_ledger_purchase.class.php:1861 +#: include/class/acc_ledger_purchase.class.php:1898 +#: include/class/acc_ledger_sold.class.php:1417 +#: include/class/acc_ledger_purchase.class.php:1898 +#: include/class/acc_ledger_sold.class.php:1417 msgid "TVA Opération" msgstr "" @@ -15807,8 +17137,12 @@ msgstr "" #: include/class/anc_grandlivre.class.php:169 #: include/class/anc_grandlivre.class.php:162 #: include/class/anc_grandlivre.class.php:170 -#: include/class/anc_grandlivre.class.php:162 -#: include/class/anc_grandlivre.class.php:170 +#: include/class/anc_grandlivre.class.php:174 +#: include/class/anc_grandlivre.class.php:182 +#: include/class/anc_grandlivre.class.php:175 +#: include/class/anc_grandlivre.class.php:183 +#: include/class/anc_grandlivre.class.php:175 +#: include/class/anc_grandlivre.class.php:183 msgid "Export des pièces en PDF" msgstr "" @@ -15854,14 +17188,14 @@ msgstr "" #: include/class_anc_key.php:335 include/class_anc_key.php:337 #: include/class/class_anc_key.php:338 include/class/class_anc_key.php:339 #: include/class/class_anc_key.php:340 include/class/anc_key.class.php:349 -#: include/class/anc_key.class.php:349 +#: include/class/anc_key.class.php:350 include/class/anc_key.class.php:350 msgid "Nouvelle clef" msgstr "" #: include/class_anc_key.php:336 include/class_anc_key.php:338 #: include/class/class_anc_key.php:339 include/class/class_anc_key.php:340 #: include/class/class_anc_key.php:341 include/class/anc_key.class.php:350 -#: include/class/anc_key.class.php:350 +#: include/class/anc_key.class.php:351 include/class/anc_key.class.php:351 msgid "Description de la nouvelle clef" msgstr "" @@ -15947,12 +17281,11 @@ msgid " est vide" msgstr "" #: include/preod.inc.php:82 include/preod.inc.php:85 include/preod.inc.php:86 -#: include/preod.inc.php:86 msgid "Aucun enregistrement" msgstr "" #: include/preod.inc.php:109 include/preod.inc.php:112 -#: include/preod.inc.php:113 include/preod.inc.php:113 +#: include/preod.inc.php:113 msgid "Voulez-vous vraiment effacer cette operation ?" msgstr "" @@ -15988,12 +17321,12 @@ msgstr "" #: include/class/pdf_operation.class.php:148 #: include/class/pdf_operation.class.php:193 #: include/class/pdf_operation.class.php:245 -#: include/template/anc_key_input.php:53 #: include/class/acc_reconciliation.class.php:482 #: include/class/acc_reconciliation.class.php:506 #: include/class/pdf_operation.class.php:148 #: include/class/pdf_operation.class.php:193 #: include/class/pdf_operation.class.php:245 +#: include/template/anc_key_input.php:53 msgid "n°" msgstr "" @@ -16025,7 +17358,8 @@ msgstr "" #: include/template/detail-action.php:383 #: include/template/detail-action.php:390 #: include/template/detail-action.php:392 -#: include/template/detail-action.php:392 +#: include/template/follow_up_detail_display.php:203 +#: include/template/follow_up_detail_display.php:203 msgid "Transformer en facture" msgstr "" @@ -16037,7 +17371,8 @@ msgstr "" #: include/template/ledger_detail_bottom.php:18 #: include/template/ledger_detail_bottom.php:33 #: include/template/ledger_detail_bottom.php:38 -#: include/template/ledger_detail_bottom.php:38 +#: include/template/ledger_detail_bottom.php:43 +#: include/template/ledger_detail_bottom.php:43 msgid "Opérations liées" msgstr "" @@ -16046,7 +17381,8 @@ msgstr "" #: include/ext/invoicing/include/acc_ledger_sold_generate.class.php:118 #: include/export/export_poste_detail_pdf.php:182 #: include/ext/invoicing/include/acc_ledger_sold_generate.class.php:119 -#: include/export/export_poste_detail_pdf.php:182 +#: include/export/export_poste_detail_pdf.php:183 +#: include/export/export_poste_detail_pdf.php:183 msgid "D" msgstr "" @@ -16138,29 +17474,33 @@ msgstr "" #: include/ajax_mod_periode.php:55 include/ajax/ajax_mod_periode.php:55 #: include/ajax/ajax_periode.php:171 include/class/periode.class.php:702 -#: include/class/periode.class.php:704 include/ajax/ajax_periode.php:171 -#: include/class/periode.class.php:706 +#: include/class/periode.class.php:704 include/class/periode.class.php:706 +#: include/class/periode.class.php:707 include/class/periode.class.php:708 +#: include/class/periode.class.php:708 include/ajax/ajax_periode.php:171 msgid " Début période : " msgstr "" #: include/ajax_mod_periode.php:56 include/ajax/ajax_mod_periode.php:56 #: include/ajax/ajax_periode.php:172 include/class/periode.class.php:703 -#: include/class/periode.class.php:705 include/ajax/ajax_periode.php:172 -#: include/class/periode.class.php:707 +#: include/class/periode.class.php:705 include/class/periode.class.php:707 +#: include/class/periode.class.php:708 include/class/periode.class.php:709 +#: include/class/periode.class.php:709 include/ajax/ajax_periode.php:172 msgid " Fin période : " msgstr "" #: include/ajax_mod_periode.php:57 include/ajax/ajax_mod_periode.php:57 #: include/ajax/ajax_periode.php:173 include/class/periode.class.php:704 -#: include/class/periode.class.php:706 include/ajax/ajax_periode.php:173 -#: include/class/periode.class.php:708 +#: include/class/periode.class.php:706 include/class/periode.class.php:708 +#: include/class/periode.class.php:709 include/class/periode.class.php:710 +#: include/class/periode.class.php:710 include/ajax/ajax_periode.php:173 msgid " Exercice : " msgstr "" #: include/ajax_mod_periode.php:59 include/ajax/ajax_mod_periode.php:59 #: include/ajax/ajax_periode.php:175 include/class/periode.class.php:706 -#: include/class/periode.class.php:708 include/ajax/ajax_periode.php:175 -#: include/class/periode.class.php:710 +#: include/class/periode.class.php:708 include/class/periode.class.php:710 +#: include/class/periode.class.php:711 include/class/periode.class.php:712 +#: include/class/periode.class.php:712 include/ajax/ajax_periode.php:175 msgid "sauver" msgstr "" @@ -16172,7 +17512,8 @@ msgstr "" #: include/ajax/ajax_search_operation.php:119 #: include/ajax/ajax_search_operation.php:122 #: include/ajax/ajax_search_operation.php:124 -#: include/ajax/ajax_search_operation.php:124 +#: include/ajax/ajax_search_operation.php:129 +#: include/ajax/ajax_search_operation.php:129 msgid "Liste limitée à " msgstr "" @@ -16180,7 +17521,8 @@ msgstr "" #: include/ajax/ajax_search_operation.php:119 #: include/ajax/ajax_search_operation.php:122 #: include/ajax/ajax_search_operation.php:124 -#: include/ajax/ajax_search_operation.php:124 +#: include/ajax/ajax_search_operation.php:129 +#: include/ajax/ajax_search_operation.php:129 msgid " enregistrements. Le nombre d'enregistrements trouvés est de " msgstr "" @@ -16204,7 +17546,8 @@ msgstr "" #: include/class_acc_bilan.php:249 include/class_acc_bilan.php:250 #: include/class/class_acc_bilan.php:250 include/class/class_acc_bilan.php:266 #: include/class/acc_bilan.class.php:266 include/class/acc_bilan.class.php:269 -#: include/class/acc_bilan.class.php:271 include/class/acc_bilan.class.php:271 +#: include/class/acc_bilan.class.php:271 include/class/acc_bilan.class.php:272 +#: include/class/acc_bilan.class.php:272 msgid "le formulaire id n'est pas donnee" msgstr "" @@ -16212,7 +17555,7 @@ msgstr "" #: include/class/class_acc_bilan.php:637 include/class/class_acc_bilan.php:654 #: include/class/acc_bilan.class.php:655 include/class/acc_bilan.class.php:658 #: include/class/acc_bilan.class.php:663 include/class/acc_bilan.class.php:665 -#: include/class/acc_bilan.class.php:665 +#: include/class/acc_bilan.class.php:670 include/class/acc_bilan.class.php:670 msgid "Ouverture fichier impossible" msgstr "" @@ -16224,14 +17567,15 @@ msgstr "" #: include/class/acc_ledger_search.class.php:575 #: include/class/anc_operation.class.php:294 include/fiche.inc.php:94 #: include/class/acc_ledger_search.class.php:588 -#: include/class/anc_operation.class.php:295 include/fiche.inc.php:94 -#: include/class/acc_ledger_search.class.php:588 #: include/class/anc_operation.class.php:295 +#: include/class/acc_ledger_search.class.php:674 +#: include/class/acc_ledger_search.class.php:697 include/fiche.inc.php:94 +#: include/class/anc_operation.class.php:295 +#: include/class/acc_ledger_search.class.php:697 msgid "Chercher" msgstr "" #: include/impress_bilan.inc.php:65 include/impress_bilan.inc.php:72 -#: include/impress_bilan.inc.php:72 msgid "" "Attention : si le bilan n'est pas équilibré.
    Vérifiez
      \n" "
    • L'affectation du résultat est fait
    • \n" @@ -16244,7 +17588,7 @@ msgid "" msgstr "" #: include/impress_bilan.inc.php:82 include/impress_bilan.inc.php:89 -#: include/impress_bilan.inc.php:89 +#: include/impress_bilan.inc.php:93 include/impress_bilan.inc.php:93 msgid "Etape 2 :Impression" msgstr "" @@ -16292,7 +17636,8 @@ msgstr "" #: html/ajax_card.php:295 html/ajax_card.php:297 html/ajax_card.php:298 #: include/ajax/ajax_card.php:278 include/ajax/ajax_card.php:279 #: include/ajax/ajax_card.php:285 include/ajax/ajax_card.php:287 -#: include/ajax/ajax_card.php:288 +#: include/ajax/ajax_card.php:288 include/ajax/ajax_card.php:294 +#: include/ajax/ajax_card.php:294 msgid "Choisissez une catégorie svp" msgstr "" @@ -16300,7 +17645,8 @@ msgstr "" #: html/ajax_card.php:475 include/ajax/ajax_card.php:455 #: include/ajax/ajax_card.php:456 include/ajax/ajax_card.php:457 #: include/ajax/ajax_card.php:490 include/ajax/ajax_card.php:494 -#: include/ajax/ajax_card.php:495 +#: include/ajax/ajax_card.php:495 include/ajax/ajax_card.php:571 +#: include/ajax/ajax_card.php:570 include/ajax/ajax_card.php:570 msgid " Banque" msgstr "" @@ -16383,8 +17729,10 @@ msgstr "" #: include/class/acc_bilan.class.php:373 include/class/acc_bilan.class.php:394 #: include/class/acc_bilan.class.php:299 include/class/acc_bilan.class.php:311 #: include/class/acc_bilan.class.php:375 include/class/acc_bilan.class.php:396 -#: include/class/acc_bilan.class.php:299 include/class/acc_bilan.class.php:311 -#: include/class/acc_bilan.class.php:375 include/class/acc_bilan.class.php:396 +#: include/class/acc_bilan.class.php:300 include/class/acc_bilan.class.php:312 +#: include/class/acc_bilan.class.php:376 include/class/acc_bilan.class.php:397 +#: include/class/acc_bilan.class.php:300 include/class/acc_bilan.class.php:312 +#: include/class/acc_bilan.class.php:376 include/class/acc_bilan.class.php:397 msgid "Echec ouverture fichier " msgstr "" @@ -16407,6 +17755,8 @@ msgstr "" #: include/class/acc_ledger.class.php:2179 #: include/class/acc_ledger.class.php:2188 #: include/class/acc_ledger.class.php:2204 +#: include/class/acc_ledger.class.php:2223 +#: include/class/acc_ledger.class.php:2223 msgid "Ajout journal" msgstr "" @@ -16423,6 +17773,8 @@ msgstr "" #: include/class/acc_ledger.class.php:2770 #: include/class/acc_ledger.class.php:2779 #: include/class/acc_ledger.class.php:2818 +#: include/class/acc_ledger.class.php:2842 +#: include/class/acc_ledger.class.php:2842 msgid "Dans le dépôt" msgstr "" @@ -16443,7 +17795,7 @@ msgstr "" #: include/class_document.php:199 include/class_document.php:200 #: include/class/class_document.php:200 include/class/class_document.php:201 #: include/class/class_document.php:207 include/class/document.class.php:207 -#: include/class/document.class.php:207 +#: include/class/document.class.php:212 include/class/document.class.php:212 msgid "Ne peut pas créer le répertoire " msgstr "" @@ -16456,49 +17808,49 @@ msgstr "" #: include/class_extension.php:239 include/class_extension.php:254 #: include/class/class_extension.php:254 include/class/class_extension.php:262 #: include/class/extension.class.php:262 include/class/extension.class.php:290 -#: include/class/extension.class.php:290 +#: include/class/extension.class.php:296 include/class/extension.class.php:296 msgid "Manque plugin" msgstr "" #: include/class_extension.php:244 include/class_extension.php:259 #: include/class/class_extension.php:259 include/class/class_extension.php:267 #: include/class/extension.class.php:267 include/class/extension.class.php:296 -#: include/class/extension.class.php:296 +#: include/class/extension.class.php:302 include/class/extension.class.php:302 msgid "Manque nom" msgstr "" #: include/class_extension.php:245 include/class_extension.php:260 #: include/class/class_extension.php:260 include/class/class_extension.php:268 #: include/class/extension.class.php:268 include/class/extension.class.php:298 -#: include/class/extension.class.php:298 +#: include/class/extension.class.php:304 include/class/extension.class.php:304 msgid "Manque description" msgstr "" #: include/class_extension.php:246 include/class_extension.php:261 #: include/class/class_extension.php:261 include/class/class_extension.php:269 #: include/class/extension.class.php:269 include/class/extension.class.php:300 -#: include/class/extension.class.php:300 +#: include/class/extension.class.php:306 include/class/extension.class.php:306 msgid "Manque code" msgstr "" #: include/class_extension.php:247 include/class_extension.php:262 #: include/class/class_extension.php:262 include/class/class_extension.php:270 #: include/class/extension.class.php:270 include/class/extension.class.php:302 -#: include/class/extension.class.php:302 +#: include/class/extension.class.php:308 include/class/extension.class.php:308 msgid "Manque auteur" msgstr "" #: include/class_extension.php:248 include/class_extension.php:263 #: include/class/class_extension.php:263 include/class/class_extension.php:271 #: include/class/extension.class.php:271 include/class/extension.class.php:304 -#: include/class/extension.class.php:304 +#: include/class/extension.class.php:310 include/class/extension.class.php:310 msgid "Manque répertoire racine" msgstr "" #: include/class_extension.php:249 include/class_extension.php:264 #: include/class/class_extension.php:264 include/class/class_extension.php:272 #: include/class/extension.class.php:272 include/class/extension.class.php:306 -#: include/class/extension.class.php:306 +#: include/class/extension.class.php:312 include/class/extension.class.php:312 msgid "Manque fichier à inclure" msgstr "" @@ -16570,7 +17922,9 @@ msgstr "" #: include/class/follow_up.class.php:1696 #: include/class/follow_up.class.php:1694 #: include/class/follow_up.class.php:1695 -#: include/class/follow_up.class.php:1695 +#: include/class/follow_up.class.php:1643 +#: include/class/follow_up.class.php:1675 +#: include/class/follow_up.class.php:1675 msgid "Type action invalide" msgstr "" @@ -16581,7 +17935,8 @@ msgstr "" #: include/lib/class_html_input.php:946 include/lib/class_html_input.php:972 #: include/lib/html_input.class.php:1025 include/lib/html_input.class.php:1083 #: include/lib/html_input.class.php:1084 include/lib/html_input.class.php:1099 -#: include/lib/html_input.class.php:1100 include/lib/html_input.class.php:1100 +#: include/lib/html_input.class.php:1100 include/lib/html_input.class.php:1133 +#: include/lib/html_input.class.php:1134 include/lib/html_input.class.php:1134 #, php-format msgid "Voulez-vous effacer cette relation " msgstr "" @@ -16593,14 +17948,19 @@ msgstr "" #: include/lib/class_html_input.php:958 include/lib/class_html_input.php:984 #: include/lib/html_input.class.php:1037 include/lib/html_input.class.php:1095 #: include/lib/html_input.class.php:1096 include/lib/html_input.class.php:1111 -#: include/lib/html_input.class.php:1112 include/lib/html_input.class.php:1112 +#: include/lib/html_input.class.php:1112 include/lib/html_input.class.php:1145 +#: include/class/follow_up_other_concerned.class.php:135 +#: include/class/follow_up_other_concerned.class.php:135 msgid "Ajout autres" msgstr "" #: include/class_noalyss_sql.php:316 include/lib/class_noalyss_sql.php:316 #: include/lib/data_sql.class.php:286 include/lib/noalyss_sql.class.php:391 -#: include/lib/data_sql.class.php:248 include/lib/noalyss_sql.class.php:391 #: include/lib/data_sql.class.php:248 include/lib/database_core.class.php:168 +#: include/lib/database_core.class.php:170 +#: include/lib/noalyss_sql.class.php:379 include/lib/data_sql.class.php:278 +#: include/lib/database_core.class.php:170 +#: include/lib/noalyss_sql.class.php:379 include/lib/data_sql.class.php:278 msgid "Erreur : exec_sql attend un array" msgstr "" @@ -16615,8 +17975,6 @@ msgstr "" #: include/class/pre_operation.class.php:326 #: include/class/pre_operation.class.php:316 #: include/class/pre_operation.class.php:327 -#: include/class/pre_operation.class.php:316 -#: include/class/pre_operation.class.php:327 msgid ":" msgstr "" @@ -16624,8 +17982,9 @@ msgstr "" #: include/compta_ven.inc.php:76 include/operation_ods_confirm.inc.php:31 #: include/compta_ach.inc.php:68 include/compta_ach.inc.php:70 #: include/compta_ven.inc.php:78 include/compta_ven.inc.php:79 -#: include/compta_fin.inc.php:79 include/compta_ach.inc.php:70 -#: include/compta_ach.inc.php:71 include/operation_ods_confirm.inc.php:31 +#: include/compta_ach.inc.php:71 include/compta_ven.inc.php:79 +#: include/compta_ach.inc.php:70 include/compta_fin.inc.php:79 +#: include/operation_ods_confirm.inc.php:31 msgid "Confirmation" msgstr "" @@ -16642,33 +18001,38 @@ msgstr "" #: include/compta_ach.inc.php:82 include/compta_ach.inc.php:85 #: include/compta_ven.inc.php:94 include/compta_ach.inc.php:87 #: include/compta_ach.inc.php:89 include/compta_ven.inc.php:96 -#: include/compta_ven.inc.php:94 include/compta_ach.inc.php:87 +#: include/compta_ach.inc.php:86 include/compta_ven.inc.php:94 +#: include/compta_ach.inc.php:86 msgid "Générer une facture ou charger un document" msgstr "" #: include/compta_ach.inc.php:83 include/compta_ach.inc.php:86 #: include/compta_ven.inc.php:95 include/compta_ach.inc.php:88 #: include/compta_ach.inc.php:90 include/compta_ven.inc.php:97 -#: include/compta_ven.inc.php:95 include/compta_ach.inc.php:88 +#: include/compta_ach.inc.php:87 include/compta_ven.inc.php:95 +#: include/compta_ach.inc.php:87 msgid "Choix du dépôt" msgstr "" #: include/compta_ach.inc.php:84 include/compta_ach.inc.php:87 #: include/compta_ven.inc.php:96 include/operation_ods_confirm.inc.php:51 #: include/compta_ach.inc.php:89 include/compta_ach.inc.php:91 -#: include/compta_ven.inc.php:98 include/compta_ven.inc.php:96 -#: include/compta_ach.inc.php:89 include/operation_ods_confirm.inc.php:51 +#: include/compta_ven.inc.php:98 include/compta_ach.inc.php:88 +#: include/compta_ven.inc.php:96 include/compta_ach.inc.php:88 +#: include/operation_ods_confirm.inc.php:51 msgid "Modèle à sauver" msgstr "" #: include/fiche.inc.php:278 include/fiche.inc.php:279 +#: include/fiche.inc.php:293 include/fiche.inc.php:293 msgid "Date invalide !" msgstr "" #: include/fiche.inc.php:290 include/fiche.inc.php:363 #: include/fiche.inc.php:366 include/fiche.inc.php:367 #: include/fiche.inc.php:368 include/fiche.inc.php:375 -#: include/fiche.inc.php:375 +#: include/fiche.inc.php:385 include/export/export_fiche_pdf.php:63 +#: include/fiche.inc.php:385 include/export/export_fiche_pdf.php:63 msgid "Cette catégorie n'ayant pas de poste comptable n'a pas de balance" msgstr "" @@ -16758,42 +18122,45 @@ msgid "Vérification des journaux" msgstr "" #: include/verif_bilan.inc.php:78 include/verif_bilan.inc.php:105 -#: include/verif_bilan.inc.php:105 +#: include/verif_bilan.inc.php:103 include/verif_bilan.inc.php:103 msgid "Grand livre" msgstr "" #: include/verif_bilan.inc.php:84 include/verif_bilan.inc.php:111 -#: include/verif_bilan.inc.php:111 +#: include/verif_bilan.inc.php:109 include/verif_bilan.inc.php:109 msgid "Vérification des comptes" msgstr "" #: include/verif_bilan.inc.php:96 include/verif_bilan.inc.php:123 -#: include/verif_bilan.inc.php:123 +#: include/verif_bilan.inc.php:121 include/verif_bilan.inc.php:121 msgid "Vérification des fiches" msgstr "" #: include/verif_bilan.inc.php:99 include/verif_bilan.inc.php:126 -#: include/verif_bilan.inc.php:126 +#: include/verif_bilan.inc.php:124 include/verif_bilan.inc.php:124 msgid "Fiches ayant changé de poste comptable" msgstr "" #: include/verif_bilan.inc.php:117 include/verif_bilan.inc.php:153 -#: include/verif_bilan.inc.php:153 +#: include/verif_bilan.inc.php:151 include/verif_bilan.inc.php:151 msgid "Attention " msgstr "" #: include/verif_bilan.inc.php:127 include/verif_bilan.inc.php:165 #: include/verif_bilan.inc.php:168 include/verif_bilan.inc.php:169 +#: include/verif_bilan.inc.php:167 include/verif_bilan.inc.php:167 msgid "Hist." msgstr "" #: include/verif_bilan.inc.php:149 include/verif_bilan.inc.php:186 #: include/verif_bilan.inc.php:189 include/verif_bilan.inc.php:191 +#: include/verif_bilan.inc.php:189 msgid "Poste comptable utilisé sans la fiche correspondante" msgstr "" #: include/verif_bilan.inc.php:151 include/verif_bilan.inc.php:188 #: include/verif_bilan.inc.php:191 include/verif_bilan.inc.php:193 +#: include/verif_bilan.inc.php:191 msgid "" "Cela pourrait causer des différences entre les balances par fiches et celle " "par postes comptables, utilisez le plugin \n" @@ -16802,35 +18169,40 @@ msgstr "" #: include/verif_bilan.inc.php:186 include/verif_bilan.inc.php:223 #: include/verif_bilan.inc.php:226 include/verif_bilan.inc.php:228 +#: include/verif_bilan.inc.php:226 msgid "Poste comptable " msgstr "" #: include/verif_bilan.inc.php:186 include/verif_bilan.inc.php:223 #: include/verif_bilan.inc.php:226 include/verif_bilan.inc.php:228 +#: include/verif_bilan.inc.php:226 msgid " pour la fiche " msgstr "" #: include/template/detail-action.php:64 include/template/detail-action.php:67 #: include/template/detail-action.php:72 include/template/detail-action.php:71 -#: include/template/detail-action.php:71 +#: include/template/detail-action.php:73 include/template/detail-action.php:73 msgid "Autres concernés" msgstr "" #: include/template/ledger_detail_bottom.php:31 #: include/template/ledger_detail_bottom.php:36 -#: include/template/ledger_detail_bottom.php:36 +#: include/template/ledger_detail_bottom.php:41 +#: include/template/ledger_detail_bottom.php:41 msgid "Ecriture Comptable" msgstr "" #: include/template/ledger_detail_bottom.php:35 #: include/template/ledger_detail_bottom.php:40 -#: include/template/ledger_detail_bottom.php:40 +#: include/template/ledger_detail_bottom.php:45 +#: include/template/ledger_detail_bottom.php:45 msgid "Actions Gestion" msgstr "" #: include/template/ledger_detail_bottom.php:36 #: include/template/ledger_detail_bottom.php:41 -#: include/template/ledger_detail_bottom.php:41 +#: include/template/ledger_detail_bottom.php:46 +#: include/template/ledger_detail_bottom.php:46 msgid "Comptabilité Analytique" msgstr "" @@ -16842,6 +18214,9 @@ msgstr "" #: include/template/ledger_detail_bottom.php:291 #: include/template/ledger_detail_bottom.php:292 #: include/template/ledger_detail_bottom.php:289 +#: include/template/ledger_detail_bottom.php:307 +#: include/template/ledger_detail_bottom.php:308 +#: include/template/ledger_detail_bottom.php:308 msgid "Non utilisée" msgstr "" @@ -16864,6 +18239,8 @@ msgstr "" #: include/class/acc_ledger.class.php:2328 #: include/class/acc_ledger.class.php:2337 #: include/class/acc_ledger.class.php:2359 +#: include/class/acc_ledger.class.php:2385 +#: include/class/acc_ledger.class.php:2385 msgid "Choix du type de journal est obligatoire" msgstr "" @@ -16888,6 +18265,10 @@ msgstr "" #: include/class/acc_ledger_purchase.class.php:1845 #: include/class/acc_ledger_sold.class.php:1425 #: include/class/acc_ledger_purchase.class.php:1851 +#: include/class/acc_ledger_purchase.class.php:1888 +#: include/class/acc_ledger_sold.class.php:1410 +#: include/class/acc_ledger_purchase.class.php:1888 +#: include/class/acc_ledger_sold.class.php:1410 msgid "TVA Non Payé" msgstr "" @@ -16903,6 +18284,8 @@ msgstr "" #: include/class/acc_ledger_purchase.class.php:1853 #: include/class/acc_ledger_purchase.class.php:1856 #: include/class/acc_ledger_purchase.class.php:1862 +#: include/class/acc_ledger_purchase.class.php:1899 +#: include/class/acc_ledger_purchase.class.php:1899 msgid "TVA NP opération" msgstr "" @@ -16911,7 +18294,8 @@ msgstr "" #: include/class/class_pdf_operation.php:76 #: include/class/pdf_operation.class.php:76 #: include/class/print_ledger_detail_item.class.php:58 -#: include/class/print_ledger_detail_item.class.php:58 +#: include/class/print_ledger_detail_item.class.php:57 +#: include/class/print_ledger_detail_item.class.php:57 #: include/class/pdf_operation.class.php:76 msgid "Numéro interne" msgstr "" @@ -16919,21 +18303,24 @@ msgstr "" #: include/class_print_ledger_detail_item.php:61 #: include/class/class_print_ledger_detail_item.php:61 #: include/class/print_ledger_detail_item.class.php:61 -#: include/class/print_ledger_detail_item.class.php:61 +#: include/class/print_ledger_detail_item.class.php:60 +#: include/class/print_ledger_detail_item.class.php:60 msgid "Tot HTVA" msgstr "" #: include/class_print_ledger_detail_item.php:62 #: include/class/class_print_ledger_detail_item.php:62 #: include/class/print_ledger_detail_item.class.php:62 -#: include/class/print_ledger_detail_item.class.php:62 +#: include/class/print_ledger_detail_item.class.php:61 +#: include/class/print_ledger_detail_item.class.php:61 msgid "Tot TVA NP" msgstr "" #: include/class_print_ledger_detail_item.php:64 #: include/class/class_print_ledger_detail_item.php:64 #: include/class/print_ledger_detail_item.class.php:64 -#: include/class/print_ledger_detail_item.class.php:64 +#: include/class/print_ledger_detail_item.class.php:63 +#: include/class/print_ledger_detail_item.class.php:63 msgid "Tot TVA" msgstr "" @@ -16982,14 +18369,15 @@ msgstr "" #: include/export/export_fiche_detail_csv.php:182 #: include/export/export_fiche_detail_pdf.php:122 #: include/export/export_poste_detail_pdf.php:138 -#: include/export/export_poste_detail_pdf.php:138 +#: include/export/export_poste_detail_pdf.php:139 +#: include/export/export_poste_detail_pdf.php:139 #: include/export/export_fiche_detail_pdf.php:122 #: include/export/export_fiche_detail_csv.php:182 msgid "totaux" msgstr "" #: include/impress_bilan.inc.php:87 include/impress_bilan.inc.php:94 -#: include/impress_bilan.inc.php:94 +#: include/impress_bilan.inc.php:98 include/impress_bilan.inc.php:98 msgid "Pour une vérification complète, allez dans " msgstr "" @@ -17018,11 +18406,14 @@ msgstr "" #: include/class/print_ledger_simple.class.php:116 #: include/class/acc_ledger_history_purchase.class.php:260 #: include/class/acc_ledger_history_purchase.class.php:264 -#: include/template/operation_detail_ven.php:45 -#: include/template/operation_detail_ach.php:53 -#: include/class/print_ledger_simple.class.php:116 #: include/class/print_ledger_detail_item.class.php:162 -#: include/class/acc_ledger_history_purchase.class.php:264 +#: include/class/acc_ledger_history_purchase.class.php:275 +#: include/class/print_ledger_simple.class.php:113 +#: include/class/acc_ledger_history_purchase.class.php:275 +#: include/class/print_ledger_simple.class.php:113 +#: include/class/print_ledger_detail_item.class.php:162 +#: include/template/operation_detail_ach.php:53 +#: include/template/operation_detail_ven.php:45 msgid "TVA NP" msgstr "" @@ -17104,14 +18495,14 @@ msgstr "" #: include/database.item.php:2 include/database.item.php:142 #: include/database.item.php:138 include/database.item.php:137 #: include/database.item.php:130 include/database.item.php:128 -#: include/database.item.php:130 +#: include/database.item.php:129 include/database.item.php:129 msgid "Export pièce PDF" msgstr "" #: include/database.item.php:4 include/database.item.php:144 #: include/database.item.php:140 include/database.item.php:139 #: include/database.item.php:132 include/database.item.php:130 -#: include/database.item.php:132 +#: include/database.item.php:131 include/database.item.php:131 msgid "Configuration extension" msgstr "" @@ -17127,6 +18518,8 @@ msgstr "" #: include/class/acc_ledger.class.php:2789 #: include/class/acc_ledger.class.php:2798 #: include/class/acc_ledger.class.php:2837 +#: include/class/acc_ledger.class.php:2861 +#: include/class/acc_ledger.class.php:2861 msgid "Nouvelle opération" msgstr "" @@ -17158,6 +18551,8 @@ msgstr "" #: include/ext/amortis/include/class_amortissement_material_pdf.php:33 #: include/ext/amortis/include/amortissement_material_pdf.class.php:33 +#: include/template/card_multiple_result.php:17 +#: include/template/card_multiple_result.php:17 msgid "QCode" msgstr "" @@ -17305,7 +18700,6 @@ msgstr "" #: include/ajax_save_predf_op.php:52 include/ajax/ajax_save_predf_op.php:52 #: include/ajax/ajax_save_predf_op.php:54 -#: include/ajax/ajax_save_predf_op.php:54 msgid "Type de journal invalide" msgstr "" @@ -17330,7 +18724,8 @@ msgstr "" #: html/ajax_card.php:291 html/ajax_card.php:293 html/ajax_card.php:294 #: include/ajax/ajax_card.php:274 include/ajax/ajax_card.php:275 #: include/ajax/ajax_card.php:283 include/ajax/ajax_card.php:285 -#: include/ajax/ajax_card.php:286 +#: include/ajax/ajax_card.php:286 include/ajax/ajax_card.php:292 +#: include/ajax/ajax_card.php:292 msgid "" "Choisissez la catégorie de fiche à laquelle vous aimeriez ajouter une fiche" msgstr "" @@ -17352,8 +18747,8 @@ msgstr "" #: include/balance.inc.php:47 include/impress_bilan.inc.php:51 #: include/impress_jrn.inc.php:86 include/ext/bilan_interne/index.php:56 #: include/balance.inc.php:51 include/impress_jrn.inc.php:104 -#: include/impress_jrn.inc.php:104 include/balance.inc.php:51 -#: include/impress_bilan.inc.php:51 +#: include/impress_bilan.inc.php:54 include/impress_bilan.inc.php:54 +#: include/balance.inc.php:51 include/impress_jrn.inc.php:104 msgid "Choisissez un autre exercice" msgstr "" @@ -17387,7 +18782,8 @@ msgstr "" #: html/ajax_ledger.php:186 html/ajax_ledger.php:187 #: include/ajax/ajax_ledger.php:164 include/ajax/ajax_ledger.php:167 #: include/ajax/ajax_ledger.php:168 include/ajax/ajax_ledger.php:172 -#: include/ajax/ajax_ledger.php:173 +#: include/ajax/ajax_ledger.php:173 include/ajax/ajax_ledger.php:174 +#: include/ajax/ajax_ledger.php:174 msgid "Effacement refusé" msgstr "" @@ -17448,26 +18844,31 @@ msgid "Erreur : paramètre invalide" msgstr "" #: html/test_class.php:213 dev/test/test_class.php:209 +#: dev-2/test/test_class.php:209 dev-2/test/test_class.php:209 #: dev/test/test_class.php:209 msgid "Bienvenu sur mon site" msgstr "" #: html/test_class.php:214 dev/test/test_class.php:210 +#: dev-2/test/test_class.php:210 dev-2/test/test_class.php:210 #: dev/test/test_class.php:210 msgid "Essayer de vous y amuser" msgstr "" #: html/test_class.php:218 dev/test/test_class.php:214 +#: dev-2/test/test_class.php:214 dev-2/test/test_class.php:214 #: dev/test/test_class.php:214 msgid "Choississez votre langue" msgstr "" #: html/test_class.php:231 dev/test/test_class.php:227 +#: dev-2/test/test_class.php:227 dev-2/test/test_class.php:227 #: dev/test/test_class.php:227 msgid "Change de langue" msgstr "" #: html/test_class.php:239 dev/test/test_class.php:235 +#: dev-2/test/test_class.php:235 dev-2/test/test_class.php:235 #: dev/test/test_class.php:235 msgid "Fin de programme" msgstr "" @@ -17478,7 +18879,8 @@ msgstr "" #: include/lib/ac_common.php:959 include/lib/ac_common.php:970 #: include/lib/ac_common.php:971 include/lib/ac_common.php:972 #: include/lib/ac_common.php:984 include/lib/ac_common.php:986 -#: include/lib/ac_common.php:1002 include/lib/ac_common.php:1002 +#: include/lib/ac_common.php:1002 include/lib/ac_common.php:1012 +#: include/lib/ac_common.php:1012 msgid "" "Utilisateur n'a pas de profil, votre administrateur doit en configurer un " "dans CFGSEC" @@ -17499,10 +18901,10 @@ msgstr "" #: include/ajax/ajax_admin.php:196 include/class/dossier.class.php:116 #: include/ajax/ajax_admin.php:69 include/ajax/ajax_admin.php:105 #: include/ajax/ajax_admin.php:167 include/ajax/ajax_admin.php:195 -#: include/ajax/ajax_admin.php:201 include/ajax/ajax_admin.php:69 -#: include/ajax/ajax_admin.php:105 include/ajax/ajax_admin.php:167 -#: include/ajax/ajax_admin.php:195 include/ajax/ajax_admin.php:201 -#: include/class/dossier.class.php:116 +#: include/ajax/ajax_admin.php:201 include/class/dossier.class.php:116 +#: include/ajax/ajax_admin.php:69 include/ajax/ajax_admin.php:105 +#: include/ajax/ajax_admin.php:167 include/ajax/ajax_admin.php:195 +#: include/ajax/ajax_admin.php:201 msgid "Erreur paramètre" msgstr "" @@ -17510,7 +18912,8 @@ msgstr "" #: include/ajax_admin.php:57 include/user_detail.inc.php:226 #: include/ajax/ajax_admin.php:57 include/user_detail.inc.php:235 #: include/ajax/ajax_admin.php:54 include/ajax/ajax_admin.php:62 -#: include/user_detail.inc.php:235 include/ajax/ajax_admin.php:62 +#: include/user_detail.inc.php:273 include/user_detail.inc.php:273 +#: include/ajax/ajax_admin.php:62 msgid "Enleve" msgstr "" @@ -17581,8 +18984,8 @@ msgstr "" #: include/category_card.inc.php:73 include/fiche.inc.php:70 #: include/category_card.inc.php:78 include/category_card.inc.php:80 -#: include/fiche.inc.php:71 include/category_card.inc.php:80 -#: include/fiche.inc.php:71 +#: include/fiche.inc.php:71 include/fiche.inc.php:71 +#: include/category_card.inc.php:80 msgid "Balance âgée" msgstr "" @@ -17631,8 +19034,8 @@ msgstr "" #: include/class/class_balance_age.php:148 #: include/class/class_balance_age.php:154 #: include/class/balance_age.class.php:154 -#: include/template/balance_aged_result.php:68 #: include/class/balance_age.class.php:154 +#: include/template/balance_aged_result.php:68 msgid "> 90 jours" msgstr "" @@ -17640,7 +19043,7 @@ msgstr "" #: include/lib/class_html_input.php:726 include/lib/class_html_input.php:741 #: include/lib/class_html_input.php:742 include/lib/class_html_input.php:768 #: include/lib/html_input.class.php:811 include/lib/html_input.class.php:857 -#: include/lib/html_input.class.php:858 include/lib/html_input.class.php:858 +#: include/lib/html_input.class.php:858 msgid "Paramètre invaide" msgstr "" @@ -17649,8 +19052,12 @@ msgstr "" #: include/operation_ods_confirm.inc.php:53 include/compta_ach.inc.php:90 #: include/compta_ach.inc.php:92 include/compta_ven.inc.php:99 #: include/ajax/ajax_ledger.php:564 include/class/acc_operation.class.php:729 -#: include/compta_ven.inc.php:97 include/ajax/ajax_ledger.php:565 -#: include/class/acc_operation.class.php:729 include/compta_ach.inc.php:90 +#: include/ajax/ajax_ledger.php:565 include/compta_ach.inc.php:89 +#: include/template/ledger_detail_bottom.php:349 +#: include/ajax/ajax_ledger.php:566 +#: include/template/ledger_detail_bottom.php:366 include/compta_ven.inc.php:97 +#: include/class/acc_operation.class.php:729 include/ajax/ajax_ledger.php:566 +#: include/compta_ach.inc.php:89 include/template/ledger_detail_bottom.php:366 #: include/operation_ods_confirm.inc.php:53 msgid "Extourne" msgstr "" @@ -17659,7 +19066,8 @@ msgstr "" #: include/operation_ods_confirm.inc.php:61 #: include/operation_ods_confirm.inc.php:62 include/compta_ach.inc.php:104 #: include/compta_ach.inc.php:106 include/compta_ven.inc.php:113 -#: include/compta_ven.inc.php:111 include/compta_ach.inc.php:104 +#: include/compta_ven.inc.php:111 include/compta_ach.inc.php:103 +#: include/compta_ven.inc.php:111 include/compta_ach.inc.php:103 #: include/operation_ods_confirm.inc.php:62 msgid "Extourne opération" msgstr "" @@ -17668,7 +19076,8 @@ msgstr "" #: include/compta_ven.inc.php:200 include/compta_ods.inc.php:115 #: include/compta_ven.inc.php:203 include/compta_ods.inc.php:116 #: include/compta_ven.inc.php:208 include/compta_ods.inc.php:118 -#: include/compta_ven.inc.php:206 include/compta_ods.inc.php:118 +#: include/compta_ven.inc.php:206 include/compta_ven.inc.php:206 +#: include/compta_ods.inc.php:118 msgid "Extourné au " msgstr "" @@ -17678,7 +19087,9 @@ msgstr "" #: include/compta_ven.inc.php:209 include/compta_ach.inc.php:197 #: include/compta_ods.inc.php:121 include/compta_ven.inc.php:214 #: include/compta_ods.inc.php:123 include/compta_ven.inc.php:212 -#: include/compta_ods.inc.php:123 include/compta_ach.inc.php:195 +#: include/compta_ach.inc.php:195 include/compta_ach.inc.php:194 +#: include/compta_ven.inc.php:212 include/compta_ods.inc.php:123 +#: include/compta_ach.inc.php:194 msgid "Opération non extournée" msgstr "" @@ -17688,14 +19099,16 @@ msgstr "" #: include/compta_ven.inc.php:217 include/compta_ach.inc.php:205 #: include/compta_ods.inc.php:130 include/compta_ven.inc.php:222 #: include/compta_ods.inc.php:132 include/compta_ven.inc.php:220 -#: include/compta_ods.inc.php:132 include/compta_ach.inc.php:203 +#: include/compta_ach.inc.php:203 include/compta_ach.inc.php:202 +#: include/compta_ven.inc.php:220 include/compta_ods.inc.php:132 +#: include/compta_ach.inc.php:202 msgid "Date invalide, opération non extournée" msgstr "" #: include/dossier.inc.php:242 include/dossier.inc.php:264 #: include/dossier.inc.php:298 include/dossier.inc.php:299 #: include/dossier.inc.php:302 include/dossier.inc.php:307 -#: include/dossier.inc.php:307 +#: include/dossier.inc.php:310 include/dossier.inc.php:310 msgid "Ajout d'un dossier" msgstr "" @@ -17706,7 +19119,7 @@ msgstr "" #: include/modele.inc.php:245 include/modele.inc.php:259 #: include/modele.inc.php:283 include/modele.inc.php:266 #: include/modele.inc.php:267 include/modele.inc.php:272 -#: include/modele.inc.php:273 +#: include/modele.inc.php:273 include/modele.inc.php:273 msgid "Aucun modèle disponible" msgstr "" @@ -17716,15 +19129,16 @@ msgstr "" #: include/dossier.inc.php:239 include/modele.inc.php:280 #: include/dossier.inc.php:242 include/dossier.inc.php:247 #: include/modele.inc.php:281 include/modele.inc.php:286 -#: include/dossier.inc.php:247 include/modele.inc.php:287 +#: include/modele.inc.php:287 include/dossier.inc.php:250 +#: include/modele.inc.php:287 include/dossier.inc.php:250 msgid "Nom base de données" msgstr "" #: include/modele.inc.php:292 include/modele.inc.php:306 #: include/modele.inc.php:345 include/modele.inc.php:328 #: include/modele.inc.php:329 include/document_modele.inc.php:85 -#: include/modele.inc.php:334 include/document_modele.inc.php:85 -#: include/modele.inc.php:335 +#: include/modele.inc.php:334 include/modele.inc.php:335 +#: include/modele.inc.php:335 include/document_modele.inc.php:85 msgid "Ajout d'un modèle" msgstr "" @@ -17742,27 +19156,30 @@ msgstr "" #: include/user_detail.inc.php:152 include/user.inc.php:129 #: include/class/acc_plan_mtable.class.php:49 #: include/template/tag_detail.php:15 -#: include/class/acc_plan_mtable.class.php:55 include/user.inc.php:129 -#: include/template/tag_detail.php:15 include/user_detail.inc.php:152 -#: include/class/acc_plan_mtable.class.php:55 +#: include/class/acc_plan_mtable.class.php:55 include/template/tag_list.php:20 +#: include/user_detail.inc.php:163 include/user.inc.php:131 +#: include/user_detail.inc.php:163 include/class/acc_plan_mtable.class.php:55 +#: include/template/tag_detail.php:15 include/template/tag_list.php:20 +#: include/user.inc.php:131 msgid "Actif" msgstr "" #: include/user_detail.inc.php:169 include/user_detail.inc.php:165 #: include/user_detail.inc.php:174 include/param_sec.inc.php:147 #: include/export/export_security_pdf.php:66 include/param_sec.inc.php:153 -#: include/param_sec.inc.php:153 include/user_detail.inc.php:174 -#: include/export/export_security_pdf.php:66 +#: include/param_sec.inc.php:158 include/user_detail.inc.php:185 +#: include/user_detail.inc.php:185 include/export/export_security_pdf.php:66 +#: include/param_sec.inc.php:158 msgid "Utilisateur normal" msgstr "" #: include/user.inc.php:73 include/user.inc.php:74 include/user.inc.php:76 -#: include/user.inc.php:76 +#: include/user.inc.php:78 include/user.inc.php:78 msgid "Ajout Utilisateur" msgstr "" #: include/user.inc.php:77 include/user.inc.php:78 include/user.inc.php:80 -#: include/user.inc.php:80 +#: include/user.inc.php:82 include/user.inc.php:82 msgid "login" msgstr "" @@ -17771,17 +19188,19 @@ msgstr "" #: html/install.php:593 html/install.php:208 html/install.php:555 #: include/user.inc.php:83 html/install.php:215 html/install.php:545 #: html/install.php:551 html/install.php:218 html/install.php:554 -#: html/install.php:218 html/install.php:554 include/user.inc.php:83 +#: html/install.php:265 html/install.php:604 html/install.php:270 +#: html/install.php:610 include/user.inc.php:85 html/install.php:270 +#: html/install.php:610 include/user.inc.php:85 msgid "Mot de passe" msgstr "" #: include/user.inc.php:93 include/user.inc.php:94 include/user.inc.php:96 -#: include/user.inc.php:96 +#: include/user.inc.php:98 include/user.inc.php:98 msgid "Le login ne peut être vide" msgstr "" #: include/user.inc.php:98 include/user.inc.php:99 include/user.inc.php:101 -#: include/user.inc.php:101 +#: include/user.inc.php:103 include/user.inc.php:103 msgid "Le mot de passe ne peut être vide" msgstr "" @@ -17827,6 +19246,9 @@ msgstr "" #: include/template/ledger_detail_bottom.php:350 #: include/template/ledger_detail_bottom.php:351 #: include/template/ledger_detail_bottom.php:348 +#: include/template/ledger_detail_bottom.php:376 +#: include/template/ledger_detail_bottom.php:393 +#: include/template/ledger_detail_bottom.php:393 msgid "" "Extourner une opération vous permet de l'annuler par son écriture inverse" msgstr "" @@ -17845,8 +19267,9 @@ msgstr "" #: include/template/todo_list_list_user.php:37 include/user.inc.php:122 #: include/user.inc.php:123 include/param_sec.inc.php:57 -#: include/user.inc.php:125 include/param_sec.inc.php:57 -#: include/user.inc.php:125 include/template/todo_list_list_user.php:37 +#: include/user.inc.php:125 include/user.inc.php:127 +#: include/template/todo_list_list_user.php:37 include/user.inc.php:127 +#: include/param_sec.inc.php:57 msgid "Login" msgstr "" @@ -17947,7 +19370,8 @@ msgstr "" #: include/ext/sav/include/sav_repair_card_sql.class.php:67 #: include/ext/sav/include/sav_repair_card_sql.class.php:72 #: include/class/periode_ledger_table.class.php:145 -#: include/class/periode_ledger_table.class.php:145 +#: include/class/periode_ledger_table.class.php:146 +#: include/class/periode_ledger_table.class.php:146 msgid "Fermé" msgstr "" @@ -18012,9 +19436,11 @@ msgstr "" #: include/ajax/ajax_display_letter.php:98 #: include/ajax/ajax_display_letter.php:103 include/class/periode.class.php:517 #: include/class/periode_ledger_table.class.php:98 -#: include/class/periode.class.php:519 include/ajax/ajax_display_letter.php:103 +#: include/class/periode.class.php:519 include/class/periode.class.php:521 +#: include/class/periode.class.php:522 include/ajax/ajax_display_letter.php:119 +#: include/class/periode.class.php:522 #: include/class/periode_ledger_table.class.php:98 -#: include/class/periode.class.php:521 +#: include/ajax/ajax_display_letter.php:119 msgid "Date Début" msgstr "" @@ -18060,7 +19486,8 @@ msgstr "" #: include/class/class_fiche.php:1231 include/class/class_fiche.php:1234 #: include/class/fiche.class.php:1378 include/class/fiche.class.php:1379 #: include/class/fiche.class.php:1381 include/class/fiche.class.php:1395 -#: include/class/fiche.class.php:1396 include/class/fiche.class.php:1396 +#: include/class/fiche.class.php:1396 include/class/fiche.class.php:1423 +#: include/class/fiche.class.php:1423 msgid "n° de pièce / Code interne" msgstr "" @@ -18069,7 +19496,8 @@ msgstr "" #: include/class/class_fiche.php:1235 include/class/class_fiche.php:1238 #: include/class/fiche.class.php:1382 include/class/fiche.class.php:1383 #: include/class/fiche.class.php:1385 include/class/fiche.class.php:1399 -#: include/class/fiche.class.php:1400 include/class/fiche.class.php:1400 +#: include/class/fiche.class.php:1400 include/class/fiche.class.php:1427 +#: include/class/fiche.class.php:1427 msgid "Débit/Crédit" msgstr "" @@ -18084,8 +19512,11 @@ msgstr "" #: include/fiche.inc.php:590 include/class/fiche.class.php:1421 #: include/class/fiche.class.php:1552 include/fiche.inc.php:599 #: include/class/fiche.class.php:1422 include/class/fiche.class.php:1553 -#: include/fiche.inc.php:599 include/class/acc_account_ledger.class.php:475 -#: include/class/fiche.class.php:1422 include/class/fiche.class.php:1553 +#: include/fiche.inc.php:612 include/class/fiche.class.php:1449 +#: include/class/fiche.class.php:1579 +#: include/class/acc_account_ledger.class.php:467 include/fiche.inc.php:612 +#: include/class/fiche.class.php:1449 include/class/fiche.class.php:1579 +#: include/class/acc_account_ledger.class.php:467 msgid "solde débiteur" msgstr "" @@ -18099,8 +19530,10 @@ msgstr "" #: include/class/fiche.class.php:1407 include/class/fiche.class.php:1536 #: include/class/fiche.class.php:1421 include/class/fiche.class.php:1552 #: include/class/fiche.class.php:1422 include/class/fiche.class.php:1553 -#: include/class/acc_account_ledger.class.php:475 -#: include/class/fiche.class.php:1422 include/class/fiche.class.php:1553 +#: include/class/fiche.class.php:1449 include/class/fiche.class.php:1579 +#: include/class/acc_account_ledger.class.php:467 +#: include/class/fiche.class.php:1449 include/class/fiche.class.php:1579 +#: include/class/acc_account_ledger.class.php:467 msgid "solde créditeur" msgstr "" @@ -18109,19 +19542,19 @@ msgid "Aller" msgstr "" #: include/user.inc.php:84 include/user.inc.php:85 include/user.inc.php:87 -#: include/user.inc.php:87 +#: include/user.inc.php:89 include/user.inc.php:89 msgid "Créer Utilisateur" msgstr "" #: include/user.inc.php:109 include/user.inc.php:110 include/user.inc.php:112 -#: include/user.inc.php:112 +#: include/user.inc.php:114 include/user.inc.php:114 msgid "Ajout utilisateur" msgstr "" #: include/user.inc.php:124 include/restore.inc.php:219 #: include/user.inc.php:125 include/restore.inc.php:220 #: include/restore.inc.php:221 include/restore.inc.php:222 -#: include/user.inc.php:127 include/user.inc.php:127 +#: include/user.inc.php:127 include/user.inc.php:129 include/user.inc.php:129 #: include/restore.inc.php:222 msgid "Dossier" msgstr "" @@ -18138,14 +19571,14 @@ msgstr "" #: include/dossier.inc.php:159 include/dossier.inc.php:179 #: include/dossier.inc.php:213 include/dossier.inc.php:214 #: include/dossier.inc.php:217 include/dossier.inc.php:222 -#: include/dossier.inc.php:222 +#: include/dossier.inc.php:225 include/dossier.inc.php:225 msgid "Ajouter un dossier" msgstr "" #: include/dossier.inc.php:331 include/dossier.inc.php:367 #: include/dossier.inc.php:403 include/dossier.inc.php:404 #: include/dossier.inc.php:420 include/dossier.inc.php:425 -#: include/dossier.inc.php:425 +#: include/dossier.inc.php:429 include/dossier.inc.php:429 #, php-format msgid "Le dossier %s est effacé" msgstr "" @@ -18153,7 +19586,7 @@ msgstr "" #: include/dossier.inc.php:150 include/dossier.inc.php:170 #: include/dossier.inc.php:204 include/dossier.inc.php:205 #: include/dossier.inc.php:208 include/dossier.inc.php:213 -#: include/dossier.inc.php:213 +#: include/dossier.inc.php:216 include/dossier.inc.php:216 msgid "Dossier Management" msgstr "" @@ -18172,13 +19605,14 @@ msgstr "" #: include/modele.inc.php:240 include/modele.inc.php:254 #: include/modele.inc.php:278 include/modele.inc.php:261 #: include/modele.inc.php:262 include/modele.inc.php:263 +#: include/modele.inc.php:263 msgid "Ajouter un modèle" msgstr "" #: include/modele.inc.php:284 include/modele.inc.php:298 #: include/modele.inc.php:337 include/modele.inc.php:320 #: include/modele.inc.php:321 include/modele.inc.php:265 -#: include/modele.inc.php:266 +#: include/modele.inc.php:266 include/modele.inc.php:266 msgid "" "Si vous voulez récupérer toutes les adaptations d'un dossier " "dans un autre dossier, vous pouvez en faire un modèle. Seules les fiches, la " @@ -18190,14 +19624,14 @@ msgstr "" #: include/modele.inc.php:324 include/modele.inc.php:338 #: include/modele.inc.php:377 include/modele.inc.php:360 #: include/modele.inc.php:361 include/modele.inc.php:366 -#: include/modele.inc.php:367 +#: include/modele.inc.php:367 include/modele.inc.php:367 msgid "Basé sur" msgstr "" #: include/modele.inc.php:328 include/modele.inc.php:342 #: include/modele.inc.php:384 include/modele.inc.php:367 #: include/modele.inc.php:368 include/modele.inc.php:373 -#: include/modele.inc.php:374 +#: include/modele.inc.php:374 include/modele.inc.php:374 msgid "" "Nettoyage des Documents et courriers (ce qui n'effacera pas les modèles de " "documents)" @@ -18206,7 +19640,7 @@ msgstr "" #: include/modele.inc.php:331 include/modele.inc.php:345 #: include/modele.inc.php:388 include/modele.inc.php:371 #: include/modele.inc.php:372 include/modele.inc.php:377 -#: include/modele.inc.php:378 +#: include/modele.inc.php:378 include/modele.inc.php:378 msgid "" "Nettoyage de toutes les fiches (ce qui effacera client,\n" "\topérations prédéfinies fournisseurs modèles de " @@ -18216,7 +19650,7 @@ msgstr "" #: include/modele.inc.php:337 include/modele.inc.php:351 #: include/modele.inc.php:393 include/modele.inc.php:376 #: include/modele.inc.php:377 include/modele.inc.php:382 -#: include/modele.inc.php:383 +#: include/modele.inc.php:383 include/modele.inc.php:383 msgid "" "Nettoyage de la comptabilité analytique : effacement des plans et des " "postes, les opérations\n" @@ -18226,21 +19660,21 @@ msgstr "" #: include/modele.inc.php:342 include/modele.inc.php:356 #: include/modele.inc.php:398 include/modele.inc.php:381 #: include/modele.inc.php:382 include/modele.inc.php:387 -#: include/modele.inc.php:388 +#: include/modele.inc.php:388 include/modele.inc.php:388 msgid "Effacement de toutes les données des plugins" msgstr "" #: include/modele.inc.php:346 include/modele.inc.php:360 #: include/modele.inc.php:401 include/modele.inc.php:384 #: include/modele.inc.php:385 include/modele.inc.php:390 -#: include/modele.inc.php:391 +#: include/modele.inc.php:391 include/modele.inc.php:391 msgid "Ajout d'un modele" msgstr "" #: include/modele.inc.php:378 include/modele.inc.php:392 #: include/modele.inc.php:441 include/modele.inc.php:424 #: include/modele.inc.php:428 include/modele.inc.php:433 -#: include/modele.inc.php:434 +#: include/modele.inc.php:434 include/modele.inc.php:434 #, php-format msgid "Base de donnée %s mod %s est accèdée, déconnectez-vous d'abord" msgstr "" @@ -18248,7 +19682,7 @@ msgstr "" #: include/modele.inc.php:386 include/modele.inc.php:400 #: include/modele.inc.php:450 include/modele.inc.php:433 #: include/modele.inc.php:437 include/modele.inc.php:442 -#: include/modele.inc.php:443 +#: include/modele.inc.php:443 include/modele.inc.php:443 #, php-format msgid "Le modèle %s est effacé" msgstr "" @@ -18301,12 +19735,14 @@ msgstr "" #: html/ajax_card.php:478 html/ajax_card.php:479 include/ajax/ajax_card.php:459 #: include/ajax/ajax_card.php:460 include/ajax/ajax_card.php:461 #: include/ajax/ajax_card.php:494 include/ajax/ajax_card.php:498 -#: include/ajax/ajax_card.php:499 +#: include/ajax/ajax_card.php:499 include/ajax/ajax_card.php:575 +#: include/ajax/ajax_card.php:574 include/ajax/ajax_card.php:574 msgid " Employé ou administrateur" msgstr "" #: include/param_sec.inc.php:91 include/param_sec.inc.php:95 -#: include/param_sec.inc.php:97 include/param_sec.inc.php:97 +#: include/param_sec.inc.php:97 include/param_sec.inc.php:98 +#: include/param_sec.inc.php:98 msgid "Utilisateur Normal" msgstr "" @@ -18351,31 +19787,35 @@ msgstr "" #: html/ajax_misc.php:290 html/ajax_misc.php:382 html/ajax_misc.php:384 #: html/ajax_misc.php:390 include/lib/message_javascript.php:90 #: include/lib/message_javascript.php:92 html/ajax_misc.php:392 -#: html/ajax_misc.php:396 include/lib/message_javascript.php:92 +#: html/ajax_misc.php:396 include/lib/message_javascript.php:93 +#: include/lib/message_javascript.php:93 msgid "Action non autorisée" msgstr "" #: html/ajax_misc.php:196 html/ajax_misc.php:274 html/ajax_misc.php:279 #: html/ajax_misc.php:307 html/ajax_misc.php:399 html/ajax_misc.php:401 #: html/ajax_misc.php:407 html/ajax_misc.php:409 html/ajax_misc.php:413 +#: include/class/action_document_type_mtable.class.php:149 +#: include/class/action_document_type_mtable.class.php:149 msgid "Des actions dépendent de cette catégorie" msgstr "" #: html/do.php:196 html/do.php:224 html/do.php:237 html/do.php:239 #: html/do.php:236 html/do.php:273 html/do.php:285 html/do.php:295 -#: html/do.php:264 html/do.php:264 +#: html/do.php:264 html/do.php:266 html/do.php:266 msgid "Erreur menu" msgstr "" #: html/do.php:210 html/do.php:211 html/do.php:239 html/do.php:252 #: html/do.php:254 html/do.php:251 html/do.php:288 html/do.php:300 -#: html/do.php:310 html/do.php:279 html/do.php:279 +#: html/do.php:310 html/do.php:279 html/do.php:281 html/do.php:281 msgid "Accès menu impossible" msgstr "" #: html/do.php:219 html/do.php:224 html/do.php:252 html/do.php:265 #: html/do.php:268 html/do.php:270 html/do.php:307 html/do.php:319 -#: html/do.php:329 html/do.php:331 html/do.php:300 html/do.php:300 +#: html/do.php:329 html/do.php:331 html/do.php:300 html/do.php:302 +#: html/do.php:302 msgid "Aucun profil utilisateur" msgstr "" @@ -18384,7 +19824,8 @@ msgstr "" #: include/lib/ac_common.php:806 include/lib/ac_common.php:813 #: include/lib/ac_common.php:824 include/lib/ac_common.php:825 #: include/lib/ac_common.php:837 include/lib/ac_common.php:839 -#: include/lib/ac_common.php:855 include/lib/ac_common.php:855 +#: include/lib/ac_common.php:855 include/lib/ac_common.php:865 +#: include/lib/ac_common.php:865 msgid "" "Veuillez vous reconnecter soit dans une autre fenêtre soit en cliquant sur " "le lien" @@ -18395,7 +19836,8 @@ msgstr "" #: include/lib/ac_common.php:810 include/lib/ac_common.php:817 #: include/lib/ac_common.php:828 include/lib/ac_common.php:829 #: include/lib/ac_common.php:841 include/lib/ac_common.php:843 -#: include/lib/ac_common.php:859 include/lib/ac_common.php:859 +#: include/lib/ac_common.php:859 include/lib/ac_common.php:869 +#: include/lib/ac_common.php:869 msgid "Se reconnecter pour revenir ici" msgstr "" @@ -18404,19 +19846,21 @@ msgstr "" #: include/lib/ac_common.php:816 include/lib/ac_common.php:823 #: include/lib/ac_common.php:834 include/lib/ac_common.php:835 #: include/lib/ac_common.php:847 include/lib/ac_common.php:849 -#: include/lib/ac_common.php:865 include/lib/ac_common.php:865 +#: include/lib/ac_common.php:865 include/lib/ac_common.php:875 +#: include/lib/ac_common.php:875 msgid "Cliquez ici pour vous reconnecter dans une autre page" msgstr "" #: include/action.common.inc.php:207 include/action.common.inc.php:212 #: include/action.common.inc.php:214 include/action.common.inc.php:215 -#: include/action.common.inc.php:221 include/action.common.inc.php:221 +#: include/action.common.inc.php:221 msgid "Ajoute un événement à celui-ci" msgstr "" #: include/action.common.inc.php:208 include/action.common.inc.php:213 #: include/action.common.inc.php:215 include/action.common.inc.php:216 -#: include/action.common.inc.php:222 include/action.common.inc.php:222 +#: include/action.common.inc.php:222 include/action.common.inc.php:243 +#: include/action.common.inc.php:243 msgid "Efface cet événement " msgstr "" @@ -18425,7 +19869,6 @@ msgstr "" #: include/action.common.inc.php:280 include/action.common.inc.php:284 #: include/action.common.inc.php:281 include/action.common.inc.php:285 #: include/action.common.inc.php:287 include/action.common.inc.php:291 -#: include/action.common.inc.php:287 include/action.common.inc.php:291 msgid "Evènement Sauvée" msgstr "" @@ -18440,8 +19883,10 @@ msgstr "" #: include/lib/http_input.class.php:65 include/lib/http_input.class.php:73 #: include/ajax/ajax_gestion.php:81 include/lib/http_input.class.php:62 #: include/lib/http_input.class.php:72 include/lib/http_input.class.php:80 -#: include/ajax/ajax_gestion.php:81 include/lib/http_input.class.php:62 -#: include/lib/http_input.class.php:72 include/lib/http_input.class.php:80 +#: include/lib/http_input.class.php:92 include/lib/http_input.class.php:106 +#: include/lib/http_input.class.php:118 include/ajax/ajax_gestion.php:81 +#: include/lib/http_input.class.php:92 include/lib/http_input.class.php:106 +#: include/lib/http_input.class.php:118 msgid "Type invalide" msgstr "" @@ -18471,15 +19916,17 @@ msgid "Vous pouvez aussi copier ce profil et puis le corriger" msgstr "" #: include/ajax_get_profile.php:123 include/ajax/ajax_get_profile.php:123 -#: include/ajax/ajax_get_profile.php:129 include/ajax/ajax_get_profile.php:129 +#: include/ajax/ajax_get_profile.php:129 include/ajax/ajax_get_profile.php:128 +#: include/ajax/ajax_get_profile.php:128 msgid "Dépôt de stock accessible" msgstr "" #: include/ajax_mod_periode.php:60 include/ajax_mod_periode.php:78 #: include/ajax/ajax_mod_periode.php:60 include/ajax/ajax_mod_periode.php:78 #: include/ajax/ajax_periode.php:176 include/class/periode.class.php:707 -#: include/class/periode.class.php:709 include/ajax/ajax_periode.php:176 -#: include/class/periode.class.php:711 +#: include/class/periode.class.php:709 include/class/periode.class.php:711 +#: include/class/periode.class.php:712 include/class/periode.class.php:713 +#: include/class/periode.class.php:713 include/ajax/ajax_periode.php:176 msgid "fermer" msgstr "" @@ -18491,6 +19938,8 @@ msgstr "" #: include/class/acc_ledger.class.php:2110 #: include/class/acc_ledger.class.php:2119 #: include/class/acc_ledger.class.php:2135 +#: include/class/acc_ledger.class.php:2154 +#: include/class/acc_ledger.class.php:2154 msgid "Journaux d'achat" msgstr "" @@ -18502,6 +19951,8 @@ msgstr "" #: include/class/acc_ledger.class.php:2111 #: include/class/acc_ledger.class.php:2120 #: include/class/acc_ledger.class.php:2136 +#: include/class/acc_ledger.class.php:2155 +#: include/class/acc_ledger.class.php:2155 msgid "Journaux Financier" msgstr "" @@ -18513,6 +19964,8 @@ msgstr "" #: include/class/acc_ledger.class.php:2112 #: include/class/acc_ledger.class.php:2121 #: include/class/acc_ledger.class.php:2137 +#: include/class/acc_ledger.class.php:2156 +#: include/class/acc_ledger.class.php:2156 msgid "Journaux d'Opérations diverses" msgstr "" @@ -18526,7 +19979,9 @@ msgstr "" #: include/class_follow_up.php:129 include/class/class_follow_up.php:128 #: include/class/class_follow_up.php:129 include/class/follow_up.class.php:128 #: include/class/follow_up.class.php:129 include/class/follow_up.class.php:130 -#: include/class/follow_up.class.php:129 include/class/follow_up.class.php:130 +#: include/class/follow_up.class.php:135 include/class/follow_up.class.php:136 +#: include/class/follow_up.class.php:137 include/class/follow_up.class.php:138 +#: include/class/follow_up.class.php:137 include/class/follow_up.class.php:138 msgid "Securité" msgstr "" @@ -18538,7 +19993,9 @@ msgstr "" #: include/class/follow_up.class.php:1782 #: include/class/follow_up.class.php:1780 #: include/class/follow_up.class.php:1781 -#: include/class/follow_up.class.php:1781 +#: include/class/follow_up.class.php:1731 +#: include/class/follow_up.class.php:1705 +#: include/class/follow_up.class.php:1705 msgid "SECURITE : Ajout impossible" msgstr "" @@ -18552,8 +20009,9 @@ msgstr "" #: include/template/action_display_short.php:81 #: include/lib/html_input.class.php:1103 include/lib/html_input.class.php:1104 #: include/lib/html_input.class.php:1119 include/lib/html_input.class.php:1120 +#: include/lib/html_input.class.php:1153 include/lib/html_input.class.php:1145 #: include/template/action_display_short.php:81 -#: include/lib/html_input.class.php:1120 +#: include/lib/html_input.class.php:1145 msgid "Nouvel événement" msgstr "" @@ -18562,22 +20020,26 @@ msgstr "" #: include/class/print_ledger.class.php:71 #: include/class/print_ledger.class.php:109 #: include/class/print_ledger.class.php:115 -#: include/class/print_ledger.class.php:71 -#: include/class/print_ledger.class.php:115 +#: include/class/print_ledger.class.php:150 +#: include/class/print_ledger.class.php:194 +#: include/class/print_ledger.class.php:150 +#: include/class/print_ledger.class.php:194 msgid "Ce journal ne peut être imprimé en mode simple" msgstr "" #: include/class_user.php:973 include/class_user.php:974 #: include/class/class_user.php:974 include/class/class_user.php:962 #: include/class/class_user.php:961 include/class/user.class.php:961 -#: include/class/user.class.php:985 include/class/user.class.php:985 +#: include/class/user.class.php:985 include/class/user.class.php:988 +#: include/class/user.class.php:988 msgid "Id" msgstr "" #: include/class_user.php:985 include/class_user.php:986 #: include/class/class_user.php:986 include/class/class_user.php:974 #: include/class/class_user.php:973 include/class/user.class.php:973 -#: include/class/user.class.php:997 include/class/user.class.php:997 +#: include/class/user.class.php:997 include/class/user.class.php:1000 +#: include/class/user.class.php:1000 msgid "Aucun dossier disponible" msgstr "" @@ -18621,9 +20083,12 @@ msgstr "" #: include/template/action_display_short.php:57 #: include/class/class_follow_up.php:261 include/class/follow_up.class.php:261 #: include/template/action_display_short.php:58 -#: include/class/follow_up.class.php:262 +#: include/class/follow_up.class.php:262 include/class/document.class.php:1413 +#: include/class/follow_up.class.php:269 include/class/follow_up.class.php:725 +#: include/class/follow_up.class.php:271 include/class/follow_up.class.php:758 +#: include/class/document.class.php:1413 include/class/follow_up.class.php:271 +#: include/class/follow_up.class.php:758 #: include/template/action_display_short.php:58 -#: include/class/follow_up.class.php:262 msgid "Haute" msgstr "" @@ -18632,9 +20097,8 @@ msgstr "" #: include/template/action_display_short.php:58 #: include/class/class_follow_up.php:262 include/class/follow_up.class.php:262 #: include/template/action_display_short.php:59 -#: include/class/follow_up.class.php:263 +#: include/class/follow_up.class.php:263 include/class/follow_up.class.php:728 #: include/template/action_display_short.php:59 -#: include/class/follow_up.class.php:263 msgid "Moyenne" msgstr "" @@ -18643,9 +20107,11 @@ msgstr "" #: include/template/action_display_short.php:59 #: include/class/class_follow_up.php:263 include/class/follow_up.class.php:263 #: include/template/action_display_short.php:60 -#: include/class/follow_up.class.php:264 +#: include/class/follow_up.class.php:264 include/class/document.class.php:1413 +#: include/class/follow_up.class.php:271 include/class/follow_up.class.php:273 +#: include/class/follow_up.class.php:764 include/class/document.class.php:1413 +#: include/class/follow_up.class.php:273 include/class/follow_up.class.php:764 #: include/template/action_display_short.php:60 -#: include/class/follow_up.class.php:264 msgid "Basse" msgstr "" @@ -18656,8 +20122,10 @@ msgstr "" #: include/template/detail-action.php:139 #: include/template/detail-action.php:144 -#: include/template/detail-action.php:143 -#: include/template/detail-action.php:143 +#: include/template/detail-action.php:143 include/ajax/ajax_get_profile.php:58 +#: include/template/detail-action.php:150 +#: include/template/detail-action.php:152 include/ajax/ajax_get_profile.php:58 +#: include/template/detail-action.php:152 msgid "Groupe Gestion" msgstr "" @@ -18666,6 +20134,9 @@ msgstr "" #: include/template/ledger_detail_bottom.php:178 #: include/template/ledger_detail_bottom.php:195 #: include/template/ledger_detail_bottom.php:192 +#: include/template/ledger_detail_bottom.php:211 +#: include/template/ledger_detail_bottom.php:212 +#: include/template/ledger_detail_bottom.php:212 msgid "vous confirmez?" msgstr "" @@ -18679,8 +20150,8 @@ msgstr "" #: include/template/profile_menu_display_module.php:77 #: include/template/profile_menu_display_submenu.php:62 #: include/template/profile_menu_display_module.php:78 -#: include/template/profile_menu_display_module.php:78 #: include/template/profile_menu_display_submenu.php:62 +#: include/template/profile_menu_display_module.php:78 msgid "ordre apparition" msgstr "" @@ -18689,8 +20160,8 @@ msgstr "" #: include/template/profile_menu_display_module.php:79 #: include/template/profile_menu_display_submenu.php:64 #: include/template/profile_menu_display_module.php:80 -#: include/template/profile_menu_display_module.php:80 #: include/template/profile_menu_display_submenu.php:64 +#: include/template/profile_menu_display_module.php:80 msgid "Default" msgstr "" @@ -18704,8 +20175,10 @@ msgstr "" #: include/cfgfiche.inc.php:143 include/profile.inc.php:355 #: include/cfgfiche.inc.php:158 include/profile.inc.php:336 -#: include/cfgfiche.inc.php:159 include/profile.inc.php:336 #: include/cfgfiche.inc.php:159 +#: include/class/card_attribut_mtable.class.php:169 +#: include/cfgfiche.inc.php:159 +#: include/class/card_attribut_mtable.class.php:169 include/profile.inc.php:336 msgid "Doublon" msgstr "" @@ -18752,8 +20225,9 @@ msgstr "" #: include/ext/importbank/include/class_import_bank.php:136 #: include/user.inc.php:176 include/user.inc.php:178 #: include/ext/importbank/include/import_bank.class.php:136 -#: include/template/tag_search_select.php:14 include/user.inc.php:178 #: include/template/tag_search_select.php:14 +#: include/template/tag_search_select.php:17 include/user.inc.php:180 +#: include/template/tag_search_select.php:17 include/user.inc.php:180 msgid "Tous" msgstr "" @@ -18837,7 +20311,8 @@ msgstr "" #: include/class_pre_operation.php:56 include/class/class_pre_operation.php:56 #: include/class/pre_operation.class.php:56 #: include/class/pre_operation.class.php:57 -#: include/class/pre_operation.class.php:57 +#: include/class/pre_operation.class.php:67 +#: include/class/pre_operation.class.php:67 msgid "Donnez un nom pour sauver cette opération comme modèle" msgstr "" @@ -18868,19 +20343,19 @@ msgstr "" #: include/lib/class_database.php:429 include/lib/class_database.php:434 #: include/lib/database.class.php:433 include/lib/database.class.php:442 #: include/lib/database.class.php:443 include/class/database.class.php:125 -#: include/class/database.class.php:125 +#: include/class/database.class.php:128 include/class/database.class.php:128 msgid "Base de donnée vide" msgstr "" #: include/dossier.inc.php:195 include/dossier.inc.php:196 #: include/dossier.inc.php:199 include/dossier.inc.php:204 -#: include/dossier.inc.php:204 +#: include/dossier.inc.php:206 include/dossier.inc.php:206 msgid "Echec création " msgstr "" #: include/dossier.inc.php:318 include/dossier.inc.php:319 #: include/dossier.inc.php:322 include/dossier.inc.php:327 -#: include/dossier.inc.php:327 +#: include/dossier.inc.php:330 include/dossier.inc.php:330 msgid "Aucun modèle (dossier vide, devant être restauré manuellement)" msgstr "" @@ -18894,14 +20369,16 @@ msgstr "" #: html/recherche.php:125 include/history_operation.inc.php:147 #: html/recherche.php:126 html/recherche.php:129 #: include/history_operation.inc.php:167 include/history_operation.inc.php:178 -#: html/recherche.php:129 include/history_operation.inc.php:178 +#: html/recherche.php:141 include/history_operation.inc.php:192 +#: html/recherche.php:151 include/history_operation.inc.php:203 +#: html/recherche.php:151 include/history_operation.inc.php:203 msgid "Export vers CSV" msgstr "" #: include/class_fiche.php:557 include/class/class_fiche.php:557 #: include/class/class_fiche.php:558 include/class/fiche.class.php:564 #: include/class/fiche.class.php:566 include/class/fiche.class.php:565 -#: include/class/fiche.class.php:565 +#: include/class/fiche.class.php:578 include/class/fiche.class.php:578 msgid "id fiche" msgstr "" @@ -18909,21 +20386,21 @@ msgstr "" #: include/class/class_fiche.php:1024 include/class/class_fiche.php:1027 #: include/class/fiche.class.php:1117 include/class/fiche.class.php:1119 #: include/class/fiche.class.php:1133 include/class/fiche.class.php:1134 -#: include/class/fiche.class.php:1134 +#: include/class/fiche.class.php:1161 include/class/fiche.class.php:1161 msgid "Impossible cette fiche est utilisée dans un journal" msgstr "" #: include/database.item.php:141 include/database.item.php:140 #: include/database.item.php:132 include/database.item.php:133 #: include/database.item.php:136 include/database.item.php:131 -#: include/database.item.php:133 +#: include/database.item.php:132 msgid "Favori ★ " msgstr "" #: include/database.item.php:142 include/database.item.php:141 #: include/database.item.php:103 include/database.item.php:104 #: include/database.item.php:107 include/database.item.php:101 -#: include/database.item.php:99 include/database.item.php:104 +#: include/database.item.php:99 include/database.item.php:103 msgid "Sortie ⎆" msgstr "" @@ -18931,14 +20408,15 @@ msgstr "" #: include/database.item.php:142 include/database.item.php:5 #: include/database.item.php:6 include/database.item.php:134 #: include/database.item.php:135 include/database.item.php:132 -#: include/database.item.php:133 include/database.item.php:134 -#: include/database.item.php:135 +#: include/database.item.php:133 include/database.item.php:133 +#: include/database.item.php:134 msgid "Balance agée" msgstr "" #: include/database.item.php:144 include/database.item.php:143 #: include/database.item.php:6 include/database.item.php:135 -#: include/database.item.php:133 include/database.item.php:135 +#: include/database.item.php:133 include/database.item.php:134 +#: include/database.item.php:134 msgid "Export Balance agée" msgstr "" @@ -18973,30 +20451,35 @@ msgstr "" #: include/database.item.php:216 include/database.item.php:193 #: include/database.item.php:194 include/database.item.php:197 #: include/database.item.php:208 include/database.item.php:213 +#: include/database.item.php:203 include/database.item.php:203 msgid "Enlever une pièce justificative" msgstr "" #: include/database.item.php:217 include/database.item.php:194 #: include/database.item.php:195 include/database.item.php:198 #: include/database.item.php:209 include/database.item.php:214 +#: include/database.item.php:204 include/database.item.php:204 msgid "Effacer une opération " msgstr "" #: include/database.item.php:218 include/database.item.php:195 #: include/database.item.php:196 include/database.item.php:199 #: include/database.item.php:210 include/database.item.php:215 +#: include/database.item.php:205 include/database.item.php:205 msgid "Partager une note" msgstr "" #: include/database.item.php:219 include/database.item.php:196 #: include/database.item.php:197 include/database.item.php:200 #: include/database.item.php:211 include/database.item.php:216 +#: include/database.item.php:206 include/database.item.php:206 msgid "Créer une note publique" msgstr "" #: include/database.item.php:220 include/database.item.php:197 #: include/database.item.php:198 include/database.item.php:201 #: include/database.item.php:212 include/database.item.php:217 +#: include/database.item.php:207 include/database.item.php:207 msgid "Effacer une note publique" msgstr "" @@ -19011,12 +20494,14 @@ msgstr "" #: html/ajax_misc.php:571 html/ajax_misc.php:613 html/ajax_misc.php:408 #: html/ajax_misc.php:434 html/ajax_misc.php:546 html/ajax_misc.php:548 #: html/ajax_misc.php:554 html/ajax_misc.php:556 html/ajax_misc.php:560 +#: html/ajax_misc.php:525 html/ajax_misc.php:533 html/ajax_misc.php:533 msgid "Ce plugin n'existe pas " msgstr "" #: html/ajax_misc.php:572 html/ajax_misc.php:614 html/ajax_misc.php:409 #: html/ajax_misc.php:435 html/ajax_misc.php:547 html/ajax_misc.php:549 #: html/ajax_misc.php:555 html/ajax_misc.php:557 html/ajax_misc.php:561 +#: html/ajax_misc.php:526 html/ajax_misc.php:534 html/ajax_misc.php:534 msgid "Il y a une erreur, ce plugin n'existe pas" msgstr "" @@ -19032,8 +20517,9 @@ msgstr "" #: html/install.php:300 html/install.php:264 html/install.php:306 #: html/install.php:215 html/install.php:257 include/opening.inc.php:140 #: include/opening.inc.php:174 html/install.php:222 html/install.php:225 -#: html/install.php:267 html/install.php:225 html/install.php:267 -#: include/opening.inc.php:140 include/opening.inc.php:174 +#: html/install.php:267 html/install.php:272 html/install.php:315 +#: html/install.php:278 html/install.php:321 html/install.php:278 +#: html/install.php:321 include/opening.inc.php:140 include/opening.inc.php:174 msgid "Continuer" msgstr "" @@ -19047,7 +20533,8 @@ msgid "" "Ne corrigez pas encore, cliquez continuer pour passer à l'étape suivante" msgstr "" -#: include/template/detail-action.php:57 include/template/detail-action.php:57 +#: include/template/detail-action.php:57 include/template/detail-action.php:58 +#: include/template/detail-action.php:58 msgid "Pas de catégorie de contact" msgstr "" @@ -19056,7 +20543,6 @@ msgstr "" #: include/template/detail-action.php:278 #: include/template/detail-action.php:282 #: include/template/detail-action.php:284 -#: include/template/detail-action.php:284 msgid "Montrer articles" msgstr "" @@ -19076,19 +20562,22 @@ msgstr "" #: html/admin/setup.php:75 html/admin/setup.php:78 html/admin/setup.php:129 #: html/install.php:131 html/install.php:130 html/install.php:136 -#: html/install.php:143 html/install.php:143 +#: html/install.php:143 html/install.php:156 html/install.php:160 +#: html/install.php:160 msgid "Désactiver le changement de langue (requis pour MacOSX)" msgstr "" #: html/admin/setup.php:76 html/admin/setup.php:79 html/admin/setup.php:130 #: html/install.php:132 html/install.php:131 html/install.php:137 -#: html/install.php:144 html/install.php:144 +#: html/install.php:144 html/install.php:157 html/install.php:161 +#: html/install.php:161 msgid "Le chemin vers le repertoire contenant psql, pg_dump..." msgstr "" #: html/admin/setup.php:77 html/admin/setup.php:80 html/admin/setup.php:131 #: html/install.php:133 html/install.php:132 html/install.php:138 -#: html/install.php:145 html/install.php:145 +#: html/install.php:145 html/install.php:158 html/install.php:162 +#: html/install.php:162 msgid "Utilisateur de la base de donnée postgresql" msgstr "" @@ -19103,14 +20592,16 @@ msgstr "" #: html/admin/setup.php:80 html/admin/setup.php:83 html/admin/setup.php:134 #: html/install.php:136 html/install.php:135 html/install.php:141 -#: html/install.php:148 html/install.php:148 +#: html/install.php:148 html/install.php:161 html/install.php:165 +#: html/install.php:165 msgid "" "En version mono dossier, le nom de la base de données doit être mentionné" msgstr "" #: html/admin/setup.php:81 html/admin/setup.php:84 html/admin/setup.php:135 #: html/install.php:137 html/install.php:136 html/install.php:142 -#: html/install.php:149 html/install.php:149 +#: html/install.php:149 html/install.php:162 html/install.php:166 +#: html/install.php:166 msgid "" "Vous devez choisir si NOALYSS est installé sur l'un de vos servers ou sur un " "server mutualisé qui ne donne qu'une seule base de données" @@ -19129,19 +20620,22 @@ msgstr "" #: html/admin/setup.php:193 html/admin/setup.php:211 html/admin/setup.php:213 #: html/install.php:255 html/install.php:254 html/install.php:252 #: html/install.php:257 html/install.php:263 html/install.php:214 -#: html/install.php:221 html/install.php:224 html/install.php:224 +#: html/install.php:221 html/install.php:224 html/install.php:271 +#: html/install.php:277 html/install.php:277 msgid "Les informations sont sauvées vous pouvez continuer" msgstr "" #: html/admin/setup.php:199 html/admin/setup.php:217 html/admin/setup.php:219 #: html/install.php:225 html/install.php:223 html/install.php:231 -#: html/install.php:182 html/install.php:189 html/install.php:189 +#: html/install.php:182 html/install.php:189 html/install.php:205 +#: html/install.php:209 html/install.php:209 msgid "Ecriture non possible" msgstr "" #: html/admin/setup.php:201 html/admin/setup.php:219 html/admin/setup.php:221 #: html/install.php:227 html/install.php:225 html/install.php:233 -#: html/install.php:184 html/install.php:191 html/install.php:191 +#: html/install.php:184 html/install.php:191 html/install.php:207 +#: html/install.php:211 html/install.php:211 msgid "" "On ne peut pas écrire dans le répertoire de NOALYSS, changez-en les droits " msgstr "" @@ -19149,7 +20643,8 @@ msgstr "" #: html/admin/setup.php:208 html/admin/setup.php:226 html/admin/setup.php:228 #: html/install.php:290 html/install.php:289 html/install.php:287 #: html/install.php:293 html/install.php:299 html/install.php:250 -#: html/install.php:257 html/install.php:260 html/install.php:260 +#: html/install.php:257 html/install.php:260 html/install.php:308 +#: html/install.php:314 html/install.php:314 msgid "Entrez les informations nécessaires à noalyss" msgstr "" @@ -19160,7 +20655,8 @@ msgstr "" #: html/admin/setup.php:236 html/admin/setup.php:254 html/admin/setup.php:256 #: html/install.php:320 html/install.php:319 html/install.php:317 #: html/install.php:323 html/install.php:329 html/install.php:280 -#: html/install.php:287 html/install.php:290 html/install.php:290 +#: html/install.php:287 html/install.php:290 html/install.php:339 +#: html/install.php:345 html/install.php:345 msgid "Configuration" msgstr "" @@ -19181,14 +20677,17 @@ msgstr "" #: html/install.php:429 html/install.php:384 html/install.php:393 #: html/install.php:351 html/install.php:360 html/install.php:369 #: html/install.php:354 html/install.php:363 html/install.php:372 -#: html/install.php:354 html/install.php:363 html/install.php:372 +#: html/install.php:403 html/install.php:412 html/install.php:421 +#: html/install.php:409 html/install.php:418 html/install.php:409 +#: html/install.php:418 html/install.php:427 msgid "Avertissement" msgstr "" #: html/admin/setup.php:329 html/admin/setup.php:347 html/admin/setup.php:349 #: html/install.php:413 html/install.php:412 html/install.php:410 #: html/install.php:416 html/install.php:422 html/install.php:386 -#: html/install.php:353 html/install.php:356 html/install.php:356 +#: html/install.php:353 html/install.php:356 html/install.php:405 +#: html/install.php:411 html/install.php:411 msgid "max_execution_time devrait être de 60 minimum" msgstr "" @@ -19196,7 +20695,8 @@ msgstr "" #: html/install.php:533 html/install.php:532 html/install.php:530 #: html/install.php:536 html/install.php:528 html/install.php:534 #: html/install.php:496 html/install.php:471 html/install.php:477 -#: html/install.php:480 html/install.php:480 +#: html/install.php:480 html/install.php:529 html/install.php:535 +#: html/install.php:535 msgid "Commencer la mise à jour ou l'installation" msgstr "" @@ -19204,32 +20704,39 @@ msgstr "" #: include/upgrade.inc.php:106 include/upgrade.inc.php:101 #: include/upgrade.inc.php:102 include/upgrade.inc.php:104 #: include/upgrade.inc.php:105 include/class/dossier.class.php:404 -#: include/class/dossier.class.php:404 +#: include/class/dossier.class.php:410 include/class/dossier.class.php:410 msgid "Modèle inexistant" msgstr "" #: html/admin/setup.php:261 html/admin/setup.php:279 html/admin/setup.php:281 #: html/install.php:345 html/install.php:344 html/install.php:342 #: html/install.php:348 html/install.php:354 html/install.php:318 -#: html/install.php:327 html/install.php:330 html/install.php:330 +#: html/install.php:327 html/install.php:330 html/install.php:379 +#: html/install.php:385 html/install.php:385 msgid "Vous devez installer ou activer l'extension" msgstr "" #: html/admin/template_config_form.php:33 #: include/template/template_config_form.php:33 -#: include/template/template_config_form.php:33 +#: include/template/template_config_form.php:34 +#: include/template/template_config_form.php:60 +#: include/template/template_config_form.php:60 msgid "Répertoire temporaire" msgstr "" #: html/admin/template_config_form.php:39 #: include/template/template_config_form.php:39 -#: include/template/template_config_form.php:39 +#: include/template/template_config_form.php:40 +#: include/template/template_config_form.php:66 +#: include/template/template_config_form.php:66 msgid "Changement de langue" msgstr "" #: html/admin/template_config_form.php:43 #: include/template/template_config_form.php:43 -#: include/template/template_config_form.php:43 +#: include/template/template_config_form.php:44 +#: include/template/template_config_form.php:70 +#: include/template/template_config_form.php:70 msgid "Chemin complet vers les executable de Postgresql" msgstr "" @@ -19244,21 +20751,27 @@ msgstr "" #: html/admin/template_config_form.php:59 #: include/template/template_config_form.php:63 #: include/template/template_config_form.php:71 -#: include/template/template_config_form.php:71 +#: include/template/template_config_form.php:81 +#: include/template/template_config_form.php:74 +#: include/template/template_config_form.php:74 msgid "Mode Serveur mutualisé" msgstr "" #: html/admin/template_config_form.php:64 #: include/template/template_config_form.php:68 #: include/template/template_config_form.php:76 -#: include/template/template_config_form.php:76 +#: include/template/template_config_form.php:86 +#: include/template/template_config_form.php:79 +#: include/template/template_config_form.php:79 msgid "Nom base de donnée" msgstr "" #: html/admin/template_config_form.php:76 #: include/template/template_config_form.php:80 #: include/template/template_config_form.php:88 -#: include/template/template_config_form.php:88 +#: include/template/template_config_form.php:100 +#: include/template/template_config_form.php:118 +#: include/template/template_config_form.php:118 msgid "" "Attention : si vous installez sous windows n'utilisez pas le \\ mais plutôt " "le / dans les nom de répertoire (càd les chemins ou path)" @@ -19275,21 +20788,21 @@ msgstr "" #: html/admin/setup.php:259 html/install.php:323 html/install.php:322 #: html/install.php:320 html/install.php:326 html/install.php:332 #: html/install.php:283 html/install.php:290 html/install.php:293 -#: html/install.php:293 +#: html/install.php:342 html/install.php:348 html/install.php:348 msgid "Vous utilisez le domaine" msgstr "" #: html/admin/setup.php:272 html/install.php:336 html/install.php:335 #: html/install.php:333 html/install.php:339 html/install.php:345 #: html/install.php:309 html/install.php:316 html/install.php:319 -#: html/install.php:319 +#: html/install.php:368 html/install.php:374 html/install.php:374 msgid "a une mauvaise valeur" msgstr "" #: html/admin/setup.php:357 html/install.php:421 html/install.php:420 #: html/install.php:418 html/install.php:424 html/install.php:430 #: html/install.php:394 html/install.php:361 html/install.php:364 -#: html/install.php:364 +#: html/install.php:413 html/install.php:419 html/install.php:419 msgid "register_globals doit être à off" msgstr "" @@ -19305,7 +20818,7 @@ msgstr "" #: html/install.php:456 html/install.php:462 html/install.php:454 #: html/install.php:460 html/install.php:424 html/install.php:399 #: html/install.php:405 html/install.php:408 scenario/180209.php:18 -#: html/install.php:408 +#: html/install.php:457 html/install.php:463 html/install.php:463 msgid "Version base de données :" msgstr "" @@ -19325,14 +20838,16 @@ msgstr "" #: html/install.php:471 include/admin_repo.inc.php:125 html/install.php:477 #: html/install.php:439 include/admin_repo.inc.php:127 html/install.php:414 #: include/admin_repo.inc.php:129 html/install.php:420 html/install.php:423 -#: html/install.php:423 include/admin_repo.inc.php:129 +#: html/install.php:472 html/install.php:478 html/install.php:478 +#: include/admin_repo.inc.php:129 msgid "Paramètre base de données" msgstr "" #: html/admin/setup.php:419 html/install.php:483 html/install.php:482 #: html/install.php:480 html/install.php:486 html/install.php:478 #: html/install.php:484 html/install.php:446 html/install.php:421 -#: html/install.php:427 html/install.php:430 html/install.php:430 +#: html/install.php:427 html/install.php:430 html/install.php:479 +#: html/install.php:485 html/install.php:485 msgid "" "Vous devez installer le langage plpgsql pour permettre aux fonctions SQL de " "fonctionner." @@ -19341,7 +20856,8 @@ msgstr "" #: html/admin/setup.php:420 html/install.php:484 html/install.php:483 #: html/install.php:481 html/install.php:487 html/install.php:479 #: html/install.php:485 html/install.php:447 html/install.php:422 -#: html/install.php:428 html/install.php:431 html/install.php:431 +#: html/install.php:428 html/install.php:431 html/install.php:480 +#: html/install.php:486 html/install.php:486 msgid "" "Pour cela, sur la ligne de commande en tant qu\\'utilisateur postgres, " "faites createlang plpgsql template1" @@ -19360,7 +20876,8 @@ msgstr "" #: html/admin/setup.php:462 html/install.php:526 html/install.php:525 #: html/install.php:523 html/install.php:529 html/install.php:521 #: html/install.php:527 html/install.php:489 html/install.php:464 -#: html/install.php:470 html/install.php:473 html/install.php:473 +#: html/install.php:470 html/install.php:473 html/install.php:522 +#: html/install.php:528 html/install.php:528 #, php-format msgid "Il y a %s paramètre qui sont trop bas" msgstr "" @@ -19368,14 +20885,16 @@ msgstr "" #: html/admin/setup.php:497 html/install.php:561 html/install.php:560 #: html/install.php:558 html/install.php:569 html/install.php:567 #: html/install.php:529 html/install.php:513 html/install.php:519 -#: html/install.php:522 html/install.php:522 +#: html/install.php:522 html/install.php:572 html/install.php:578 +#: html/install.php:578 msgid "Creation of Modele 1" msgstr "" #: html/admin/setup.php:510 html/install.php:574 html/install.php:573 #: html/install.php:571 html/install.php:582 html/install.php:580 #: html/install.php:542 html/install.php:532 html/install.php:538 -#: html/install.php:541 html/install.php:541 +#: html/install.php:541 html/install.php:591 html/install.php:597 +#: html/install.php:597 msgid "Creation of Modele 2" msgstr "" @@ -19398,7 +20917,8 @@ msgstr "" #: html/admin/setup.php:538 html/install.php:602 html/install.php:603 #: html/install.php:610 html/install.php:626 html/install.php:618 #: html/install.php:624 html/install.php:586 html/install.php:576 -#: html/install.php:582 html/install.php:585 html/install.php:585 +#: html/install.php:582 html/install.php:585 html/install.php:635 +#: html/install.php:641 html/install.php:641 msgid "" "soit noalyss/contrib/mono-dossier/mono-france.sql pour la comptabilité " "française" @@ -19407,7 +20927,8 @@ msgstr "" #: html/admin/setup.php:539 html/install.php:603 html/install.php:604 #: html/install.php:611 html/install.php:627 html/install.php:619 #: html/install.php:625 html/install.php:587 html/install.php:577 -#: html/install.php:583 html/install.php:586 html/install.php:586 +#: html/install.php:583 html/install.php:586 html/install.php:636 +#: html/install.php:642 html/install.php:642 msgid "" "soit noalyss/contrib/mono-dossier/mono-belge.sql pour la comptabilité belge" msgstr "" @@ -19415,7 +20936,8 @@ msgstr "" #: html/admin/setup.php:540 html/install.php:604 html/install.php:605 #: html/install.php:612 html/install.php:628 html/install.php:620 #: html/install.php:626 html/install.php:588 html/install.php:578 -#: html/install.php:584 html/install.php:587 html/install.php:587 +#: html/install.php:584 html/install.php:587 html/install.php:637 +#: html/install.php:643 html/install.php:643 msgid "soit y restaurer un backup ou un modèle" msgstr "" @@ -19437,7 +20959,8 @@ msgstr "" #: html/install.php:635 html/install.php:656 html/install.php:657 #: html/install.php:683 html/install.php:676 html/install.php:655 #: html/install.php:682 html/install.php:617 html/install.php:644 -#: html/install.php:607 html/install.php:614 html/install.php:617 +#: html/install.php:607 html/install.php:614 html/install.php:667 +#: html/install.php:673 html/install.php:673 msgid "Connectez-vous à NOALYSS" msgstr "" @@ -19452,50 +20975,59 @@ msgstr "" #: include/upgrade.inc.php:68 include/upgrade.inc.php:96 html/install.php:392 #: include/upgrade.inc.php:33 include/class/dossier.class.php:367 #: include/class/dossier.class.php:395 html/install.php:398 -#: html/install.php:401 html/install.php:401 include/upgrade.inc.php:33 -#: include/class/dossier.class.php:367 include/class/dossier.class.php:395 +#: html/install.php:401 html/install.php:450 +#: include/class/dossier.class.php:373 include/class/dossier.class.php:401 +#: html/install.php:456 html/install.php:456 +#: include/class/dossier.class.php:373 include/class/dossier.class.php:401 +#: include/upgrade.inc.php:33 msgid "Base de données" msgstr "" #: html/admin/setup.php:527 html/install.php:591 html/install.php:590 #: html/install.php:588 html/install.php:601 html/install.php:593 #: html/install.php:599 html/install.php:561 html/install.php:551 -#: html/install.php:557 html/install.php:560 html/install.php:560 +#: html/install.php:557 html/install.php:560 html/install.php:610 +#: html/install.php:616 html/install.php:616 msgid "Mise à jour du systeme" msgstr "" #: html/admin/setup.php:528 html/install.php:592 html/install.php:591 #: html/install.php:589 html/install.php:602 html/install.php:594 #: html/install.php:600 html/install.php:562 html/install.php:552 -#: html/install.php:558 html/install.php:561 html/install.php:561 +#: html/install.php:558 html/install.php:561 html/install.php:611 +#: html/install.php:617 html/install.php:617 msgid "Mise à jour dossier" msgstr "" #: html/admin/setup.php:549 html/install.php:613 html/install.php:614 #: html/install.php:621 html/install.php:637 html/install.php:629 #: html/install.php:635 html/install.php:597 html/install.php:587 -#: html/install.php:594 html/install.php:597 +#: html/install.php:594 html/install.php:647 html/install.php:653 +#: html/install.php:653 msgid "Mise à jour Repository" msgstr "" #: html/admin/setup.php:373 html/install.php:437 html/install.php:436 #: html/install.php:434 html/install.php:440 html/install.php:432 #: html/install.php:438 html/install.php:402 html/install.php:377 -#: html/install.php:380 html/install.php:380 +#: html/install.php:380 html/install.php:429 html/install.php:435 +#: html/install.php:435 msgid "php.ini est bien configuré " msgstr "" #: html/admin/setup.php:375 html/install.php:439 html/install.php:438 #: html/install.php:436 html/install.php:442 html/install.php:434 #: html/install.php:440 html/install.php:404 html/install.php:379 -#: html/install.php:382 html/install.php:382 +#: html/install.php:382 html/install.php:431 html/install.php:437 +#: html/install.php:437 msgid "php mal configuré " msgstr "" #: html/admin/setup.php:442 html/install.php:506 html/install.php:505 #: html/install.php:503 html/install.php:509 html/install.php:501 #: html/install.php:507 html/install.php:469 html/install.php:444 -#: html/install.php:450 html/install.php:453 html/install.php:453 +#: html/install.php:450 html/install.php:453 html/install.php:502 +#: html/install.php:508 html/install.php:508 #, php-format msgid "Attention le paramètre effective_cache_size est de %s au lieu de 1000" msgstr "" @@ -19503,7 +21035,8 @@ msgstr "" #: html/admin/setup.php:459 html/install.php:523 html/install.php:522 #: html/install.php:520 html/install.php:526 html/install.php:518 #: html/install.php:524 html/install.php:486 html/install.php:461 -#: html/install.php:467 html/install.php:470 html/install.php:470 +#: html/install.php:467 html/install.php:470 html/install.php:519 +#: html/install.php:525 html/install.php:525 msgid "La base de données est bien configurée " msgstr "" @@ -19518,13 +21051,13 @@ msgstr "" #: include/database.item.php:5 include/database.item.php:6 #: include/database.item.php:134 include/database.item.php:135 #: include/database.item.php:132 include/database.item.php:133 -#: include/database.item.php:134 include/database.item.php:135 +#: include/database.item.php:133 include/database.item.php:134 msgid "Balance agée pour les clients et fournisseurs" msgstr "" #: include/database.item.php:7 include/database.item.php:10 #: include/database.item.php:4 include/database.item.php:2 -#: include/database.item.php:4 +#: include/database.item.php:3 include/database.item.php:3 msgid "" "Vous permet d'encoder des achats, dépenses, des notes de frais ou des notes " "de crédits, vous pouvez spécifier un bénéficiaire ou un autre moyen de " @@ -19533,7 +21066,7 @@ msgstr "" #: include/database.item.php:13 include/database.item.php:16 #: include/database.item.php:10 include/database.item.php:8 -#: include/database.item.php:10 +#: include/database.item.php:9 include/database.item.php:9 msgid "" "Permet d'ajouter des taux de TVA ou de les modifier ainsi que les postes " "comptables de ces TVA, ces TVA sont utilisables dans les menus de vente et " @@ -19542,31 +21075,31 @@ msgstr "" #: include/database.item.php:14 include/database.item.php:17 #: include/database.item.php:11 include/database.item.php:9 -#: include/database.item.php:11 +#: include/database.item.php:10 include/database.item.php:10 msgid "Encodage de tous vos revenus ou vente" msgstr "" #: include/database.item.php:15 include/database.item.php:18 #: include/database.item.php:12 include/database.item.php:10 -#: include/database.item.php:12 +#: include/database.item.php:11 include/database.item.php:11 msgid "Ajout de menu ou de plugins" msgstr "" #: include/database.item.php:16 include/database.item.php:19 #: include/database.item.php:13 include/database.item.php:11 -#: include/database.item.php:13 +#: include/database.item.php:12 include/database.item.php:12 msgid "Suivi des fournisseurs : devis, lettres, email...." msgstr "" #: include/database.item.php:17 include/database.item.php:20 #: include/database.item.php:14 include/database.item.php:12 -#: include/database.item.php:14 +#: include/database.item.php:13 include/database.item.php:13 msgid "Opérations diverses en Analytique" msgstr "" #: include/database.item.php:18 include/database.item.php:21 #: include/database.item.php:15 include/database.item.php:13 -#: include/database.item.php:15 +#: include/database.item.php:14 include/database.item.php:14 msgid "" "Création de rapport sur mesure, comme les ratios, vous permet de créer des " "graphiques de vos données (vente, achat...)" @@ -19574,37 +21107,38 @@ msgstr "" #: include/database.item.php:19 include/database.item.php:22 #: include/database.item.php:51 include/database.item.php:49 -#: include/database.item.php:62 +#: include/database.item.php:62 include/database.item.php:61 +#: include/database.item.php:61 msgid "Menu regroupant les plugins" msgstr "" #: include/database.item.php:21 include/database.item.php:24 #: include/database.item.php:17 include/database.item.php:15 -#: include/database.item.php:17 +#: include/database.item.php:16 include/database.item.php:16 msgid "Suivi client : devis, réunion, courrier, commande..." msgstr "" #: include/database.item.php:55 include/database.item.php:58 #: include/database.item.php:52 include/database.item.php:50 -#: include/database.item.php:51 +#: include/database.item.php:51 include/database.item.php:50 msgid "Axe analytique" msgstr "" #: include/database.item.php:56 include/database.item.php:59 #: include/database.item.php:53 include/database.item.php:51 -#: include/database.item.php:52 +#: include/database.item.php:52 include/database.item.php:51 msgid "Regroupement de compte analytique" msgstr "" #: include/database.item.php:57 include/database.item.php:60 #: include/database.item.php:54 include/database.item.php:52 -#: include/database.item.php:53 +#: include/database.item.php:53 include/database.item.php:52 msgid "Liste de tous vos contacts" msgstr "" #: include/database.item.php:58 include/database.item.php:61 #: include/database.item.php:55 include/database.item.php:53 -#: include/database.item.php:54 +#: include/database.item.php:54 include/database.item.php:53 msgid "" "Les opérations prédéfinies sont des opérations que vous faites régulièrement " "(loyer, abonnement,...) " @@ -19612,7 +21146,7 @@ msgstr "" #: include/database.item.php:59 include/database.item.php:62 #: include/database.item.php:56 include/database.item.php:54 -#: include/database.item.php:55 +#: include/database.item.php:55 include/database.item.php:54 msgid "" "Opération diverses tels que les amortissements, les augmentations de " "capital, les salaires, ..." @@ -19620,13 +21154,13 @@ msgstr "" #: include/database.item.php:60 include/database.item.php:63 #: include/database.item.php:57 include/database.item.php:55 -#: include/database.item.php:56 +#: include/database.item.php:56 include/database.item.php:55 msgid "Encodage d'un extrait bancaire (=relevé bancaire)" msgstr "" #: include/database.item.php:61 include/database.item.php:64 #: include/database.item.php:58 include/database.item.php:56 -#: include/database.item.php:57 +#: include/database.item.php:57 include/database.item.php:56 msgid "" "Historique de toutes vos opérations un menu de recherche dans une nouvelle " "fenêtre, vous permettra de retrouver rapidement l'opération qui vous " @@ -19635,13 +21169,13 @@ msgstr "" #: include/database.item.php:62 include/database.item.php:65 #: include/database.item.php:59 include/database.item.php:57 -#: include/database.item.php:58 +#: include/database.item.php:58 include/database.item.php:57 msgid "Module paramètres" msgstr "" #: include/database.item.php:63 include/database.item.php:66 #: include/database.item.php:60 include/database.item.php:58 -#: include/database.item.php:59 +#: include/database.item.php:59 include/database.item.php:58 msgid "" "Vous permet d'ajouter de nouveaux type de documents (bordereau de livraison, " "devis..)" @@ -19649,7 +21183,7 @@ msgstr "" #: include/database.item.php:65 include/database.item.php:68 #: include/database.item.php:62 include/database.item.php:60 -#: include/database.item.php:61 +#: include/database.item.php:61 include/database.item.php:60 msgid "" "Historique de toutes vos opérations dans les journaux d'achats un menu de " "recherche, vous permettra de retrouver rapidement l'opération qui vous " @@ -19658,7 +21192,7 @@ msgstr "" #: include/database.item.php:66 include/database.item.php:69 #: include/database.item.php:63 include/database.item.php:61 -#: include/database.item.php:63 +#: include/database.item.php:62 include/database.item.php:62 msgid "" "Historique de toutes vos opérations dans les journaux d'opérations diverses " "un menu de recherche, vous permettra de retrouver rapidement l'opération qui " @@ -19667,7 +21201,7 @@ msgstr "" #: include/database.item.php:68 include/database.item.php:71 #: include/database.item.php:65 include/database.item.php:63 -#: include/database.item.php:65 +#: include/database.item.php:64 include/database.item.php:64 msgid "" "Impression de rapport personnalisé, il est aussi possible d'exporter en CSV " "afin de faire des graphiques" @@ -19675,49 +21209,49 @@ msgstr "" #: include/database.item.php:71 include/database.item.php:74 #: include/database.item.php:68 include/database.item.php:66 -#: include/database.item.php:68 +#: include/database.item.php:67 include/database.item.php:67 msgid "Regroupement pour les menus d'achats(nouvelle opération, historique...)" msgstr "" #: include/database.item.php:72 include/database.item.php:75 #: include/database.item.php:69 include/database.item.php:67 -#: include/database.item.php:69 +#: include/database.item.php:68 include/database.item.php:68 msgid "Regroupement pour les menus et les profils" msgstr "" #: include/database.item.php:74 include/database.item.php:77 #: include/database.item.php:71 include/database.item.php:69 -#: include/database.item.php:71 +#: include/database.item.php:70 include/database.item.php:70 msgid "Regroupement des menus des journaux de trésorerie" msgstr "" #: include/database.item.php:75 include/database.item.php:78 #: include/database.item.php:72 include/database.item.php:70 -#: include/database.item.php:72 +#: include/database.item.php:71 include/database.item.php:71 msgid "Grand livre pour la comptabilité analytique" msgstr "" #: include/database.item.php:77 include/database.item.php:80 #: include/database.item.php:74 include/database.item.php:72 -#: include/database.item.php:74 +#: include/database.item.php:73 include/database.item.php:73 msgid "Menu Lettrage" msgstr "" #: include/database.item.php:78 include/database.item.php:81 #: include/database.item.php:75 include/database.item.php:73 -#: include/database.item.php:75 +#: include/database.item.php:74 include/database.item.php:74 msgid "Choix de votre dossier" msgstr "" #: include/database.item.php:80 include/database.item.php:83 #: include/database.item.php:77 include/database.item.php:75 -#: include/database.item.php:77 +#: include/database.item.php:76 include/database.item.php:76 msgid "Menu de différents paramètres" msgstr "" #: include/database.item.php:81 include/database.item.php:84 #: include/database.item.php:78 include/database.item.php:76 -#: include/database.item.php:78 +#: include/database.item.php:77 include/database.item.php:77 msgid "" "Configuration des profils des utilisateurs, permet de fixer les journaux, " "profils dans les documents et stock que ce profil peut utiliser. Cela " @@ -19726,7 +21260,7 @@ msgstr "" #: include/database.item.php:83 include/database.item.php:86 #: include/database.item.php:80 include/database.item.php:78 -#: include/database.item.php:80 +#: include/database.item.php:79 include/database.item.php:79 msgid "" "Permet d'avoir la balance de toutes vos fiches, les résumés exportables en " "CSV, les historiques avec ou sans lettrages" @@ -19734,7 +21268,7 @@ msgstr "" #: include/database.item.php:84 include/database.item.php:87 #: include/database.item.php:81 include/database.item.php:79 -#: include/database.item.php:81 +#: include/database.item.php:80 include/database.item.php:80 msgid "" "Préférence de l'utilisateur, apparence de l'application pour l'utilisateur, " "période par défaut et mot de passe" @@ -19742,7 +21276,7 @@ msgstr "" #: include/database.item.php:85 include/database.item.php:88 #: include/database.item.php:82 include/database.item.php:80 -#: include/database.item.php:82 +#: include/database.item.php:81 include/database.item.php:81 msgid "" "Configuration des tags ou dossiers, on l'appele tag ou dossier suivant la " "façon dont vous utilisez \n" @@ -19751,7 +21285,7 @@ msgstr "" #: include/database.item.php:88 include/database.item.php:91 #: include/database.item.php:85 include/database.item.php:83 -#: include/database.item.php:85 +#: include/database.item.php:84 include/database.item.php:84 msgid "" "Information sur votre société : nom, adresse... utilisé lors de la " "génération de documents" @@ -19759,7 +21293,7 @@ msgstr "" #: include/database.item.php:89 include/database.item.php:92 #: include/database.item.php:86 include/database.item.php:84 -#: include/database.item.php:86 +#: include/database.item.php:85 include/database.item.php:85 msgid "" "Gestion des périodes : clôture, ajout de période, afin de créer des périodes " "vous pouvez aussi utiliser le plugin outil comptable" @@ -19767,7 +21301,7 @@ msgstr "" #: include/database.item.php:90 include/database.item.php:93 #: include/database.item.php:87 include/database.item.php:85 -#: include/database.item.php:87 +#: include/database.item.php:86 include/database.item.php:86 msgid "" "Vérifie que votre comptabilité ne contient pas d'erreur de base, tels que " "l'équilibre entre le passif et l'actif, l'utilisation des postes " @@ -19776,7 +21310,7 @@ msgstr "" #: include/database.item.php:91 include/database.item.php:94 #: include/database.item.php:88 include/database.item.php:86 -#: include/database.item.php:88 +#: include/database.item.php:87 include/database.item.php:87 msgid "" "Ecriture d'ouverture ou écriture à nouveau, reporte les soldes des comptes " "de l'année passé du poste comptable 0xxx à 5xxxx sur l'année courante" @@ -19790,7 +21324,7 @@ msgstr "" #: include/database.item.php:93 include/database.item.php:96 #: include/database.item.php:90 include/database.item.php:88 -#: include/database.item.php:90 +#: include/database.item.php:89 include/database.item.php:89 msgid "" "Création et modification des journaux, préfixe des pièces justificatives, " "numérotation, catégories de fiches accessibles à ce journal" @@ -19798,7 +21332,7 @@ msgstr "" #: include/database.item.php:94 include/database.item.php:97 #: include/database.item.php:91 include/database.item.php:89 -#: include/database.item.php:91 +#: include/database.item.php:90 include/database.item.php:90 msgid "" "Configuration de la sécurité, vous permet de donner un profil à vos " "utilisateurs, cela leur permettra d'utiliser ce que vous souhaitez qu'ils " @@ -19807,7 +21341,7 @@ msgstr "" #: include/database.item.php:95 include/database.item.php:98 #: include/database.item.php:92 include/database.item.php:90 -#: include/database.item.php:92 +#: include/database.item.php:91 include/database.item.php:91 msgid "" "Permet d'ajouter de nouveaux attributs que vous pourrez par la suite ajouter " "à des catégories de fiches" @@ -19815,19 +21349,19 @@ msgstr "" #: include/database.item.php:96 include/database.item.php:99 #: include/database.item.php:93 include/database.item.php:91 -#: include/database.item.php:93 +#: include/database.item.php:92 include/database.item.php:92 msgid "Etat des stock de l'exercice indiqué" msgstr "" #: include/database.item.php:97 include/database.item.php:100 #: include/database.item.php:94 include/database.item.php:92 -#: include/database.item.php:94 +#: include/database.item.php:93 include/database.item.php:93 msgid "Modification des stocks, menu utilisé pour l'inventaire" msgstr "" #: include/database.item.php:98 include/database.item.php:101 #: include/database.item.php:95 include/database.item.php:93 -#: include/database.item.php:95 +#: include/database.item.php:94 include/database.item.php:94 msgid "" "Liste des changements manuels des stocks, inventaire, transfert de " "marchandises entre dépôts..." @@ -19835,7 +21369,7 @@ msgstr "" #: include/database.item.php:99 include/database.item.php:102 #: include/database.item.php:96 include/database.item.php:94 -#: include/database.item.php:96 +#: include/database.item.php:95 include/database.item.php:95 msgid "" "Le navigateur vous présente une liste de menu auquel vous avez accès et vous " "permet d'accèder plus rapidement au menu que vous souhaitez" @@ -19843,7 +21377,7 @@ msgstr "" #: include/database.item.php:100 include/database.item.php:103 #: include/database.item.php:97 include/database.item.php:95 -#: include/database.item.php:97 +#: include/database.item.php:96 include/database.item.php:96 msgid "" "Historique de toutes vos opérations dans tous les journaux auquels vous " "avez accès, vous permettra de retrouver rapidement l'opération qui vous " @@ -19852,7 +21386,7 @@ msgstr "" #: include/database.item.php:101 include/database.item.php:104 #: include/database.item.php:98 include/database.item.php:96 -#: include/database.item.php:98 +#: include/database.item.php:97 include/database.item.php:97 msgid "" "Historique de toutes vos opérations un menu de recherche, vous permettra de " "retrouver rapidement l'opération qui vous intéresse" @@ -19860,7 +21394,7 @@ msgstr "" #: include/database.item.php:102 include/database.item.php:105 #: include/database.item.php:99 include/database.item.php:97 -#: include/database.item.php:99 +#: include/database.item.php:98 include/database.item.php:98 msgid "" "Permet de faire correspondre vos extraits bancaires avec les opérations de " "vente ou d'achat, le lettrage se fait automatiquement" @@ -19868,7 +21402,7 @@ msgstr "" #: include/database.item.php:103 include/database.item.php:106 #: include/database.item.php:100 include/database.item.php:98 -#: include/database.item.php:100 +#: include/database.item.php:99 include/database.item.php:99 msgid "" "Solde des journaux de trésorerie cela concerne les comptes en banques, " "caisse , les chèques... " @@ -19876,13 +21410,13 @@ msgstr "" #: include/database.item.php:104 include/database.item.php:107 #: include/database.item.php:101 include/database.item.php:99 -#: include/database.item.php:104 +#: include/database.item.php:103 include/database.item.php:103 msgid "Déconnexion " msgstr "" #: include/database.item.php:106 include/database.item.php:109 #: include/database.item.php:103 include/database.item.php:101 -#: include/database.item.php:102 +#: include/database.item.php:102 include/database.item.php:101 msgid "" "Balance par catégorie de fiche ou pour toutes les fiches ayant un poste " "comptable" @@ -19890,7 +21424,7 @@ msgstr "" #: include/database.item.php:107 include/database.item.php:110 #: include/database.item.php:104 include/database.item.php:102 -#: include/database.item.php:103 +#: include/database.item.php:103 include/database.item.php:102 msgid "" "Modification de votre plan comptable, parfois il est plus rapide d'utiliser " "le plugin \"Poste Comptable\"" @@ -19898,7 +21432,7 @@ msgstr "" #: include/database.item.php:108 include/database.item.php:111 #: include/database.item.php:105 include/database.item.php:103 -#: include/database.item.php:105 +#: include/database.item.php:104 include/database.item.php:104 msgid "" "Historique de toutes vos opérations dans les journaux de vente un menu de " "recherche, vous permettra de retrouver rapidement l'opération qui vous " @@ -19907,7 +21441,7 @@ msgstr "" #: include/database.item.php:109 include/database.item.php:112 #: include/database.item.php:106 include/database.item.php:104 -#: include/database.item.php:106 +#: include/database.item.php:105 include/database.item.php:105 msgid "" "Historique de toutes vos opérations dans les journaux de trésorerie un menu " "de recherche, vous permettra de retrouver rapidement l'opération qui vous " @@ -19916,7 +21450,7 @@ msgstr "" #: include/database.item.php:110 include/database.item.php:113 #: include/database.item.php:107 include/database.item.php:105 -#: include/database.item.php:107 +#: include/database.item.php:106 include/database.item.php:106 msgid "" "Impression des rapprochements : opérations non rapprochées ou avec des " "montants différents" @@ -19924,7 +21458,7 @@ msgstr "" #: include/database.item.php:111 include/database.item.php:114 #: include/database.item.php:108 include/database.item.php:106 -#: include/database.item.php:108 +#: include/database.item.php:107 include/database.item.php:107 msgid "" "Impression de bilan, ce module est basique, il est plus intéressant " "d'utiliser le plugin \"rapport avancés\"" @@ -19932,15 +21466,16 @@ msgstr "" #: include/database.item.php:112 include/database.item.php:115 #: include/database.item.php:109 include/database.item.php:107 -#: include/database.item.php:109 +#: include/database.item.php:108 include/database.item.php:108 msgid "Configuration des entrepots de dépôts" msgstr "" #: include/database.item.php:113 include/database.item.php:115 #: include/database.item.php:116 include/database.item.php:118 #: include/database.item.php:110 include/database.item.php:112 -#: include/database.item.php:108 include/database.item.php:110 -#: include/database.item.php:112 +#: include/database.item.php:108 include/database.item.php:109 +#: include/database.item.php:111 include/database.item.php:109 +#: include/database.item.php:111 msgid "" "Permet d'ajouter de nouvelles catégorie de fiche, d'ajouter des attributs à " "ces catégories (numéro de téléphone, gsm, email...)" @@ -19948,13 +21483,13 @@ msgstr "" #: include/database.item.php:114 include/database.item.php:117 #: include/database.item.php:111 include/database.item.php:109 -#: include/database.item.php:111 +#: include/database.item.php:110 include/database.item.php:110 msgid "Permet de changer le poste comptable de base des catégories de fiches" msgstr "" #: include/database.item.php:116 include/database.item.php:119 #: include/database.item.php:113 include/database.item.php:111 -#: include/database.item.php:113 +#: include/database.item.php:112 include/database.item.php:112 msgid "" "Permet d'ajouter des état pour les documents utilisés dans le suivi (à " "faire, à suivre...)" @@ -19962,7 +21497,7 @@ msgstr "" #: include/database.item.php:117 include/database.item.php:120 #: include/database.item.php:114 include/database.item.php:112 -#: include/database.item.php:114 +#: include/database.item.php:113 include/database.item.php:113 msgid "" "Regroupement pour les menus d'opérations diverses (nouvelle opération, " "historique...)" @@ -19970,7 +21505,7 @@ msgstr "" #: include/database.item.php:118 include/database.item.php:121 #: include/database.item.php:115 include/database.item.php:113 -#: include/database.item.php:115 +#: include/database.item.php:114 include/database.item.php:114 msgid "" "Impression des journaux avec les détails pour les parties privés, la TVA et " "ce qui est non déductibles en ce qui concerne les journaux de vente et " @@ -19979,13 +21514,13 @@ msgstr "" #: include/database.item.php:119 include/database.item.php:122 #: include/database.item.php:116 include/database.item.php:114 -#: include/database.item.php:116 +#: include/database.item.php:115 include/database.item.php:115 msgid "Regroupement des menus ventes et recettes" msgstr "" #: include/database.item.php:122 include/database.item.php:125 #: include/database.item.php:119 include/database.item.php:117 -#: include/database.item.php:119 +#: include/database.item.php:118 include/database.item.php:118 msgid "" "Tableau de suivi, vous permet de voir en un coup d'oeil vos dernières " "opérations, un petit calendrier, une liste de chose à faire..." @@ -19993,21 +21528,21 @@ msgstr "" #: include/database.item.php:123 include/database.item.php:126 #: include/database.item.php:120 include/database.item.php:118 -#: include/database.item.php:120 +#: include/database.item.php:119 include/database.item.php:119 msgid "" "Menu regroupant la création de rapport, la vérification de la comptabilité..." msgstr "" #: include/database.item.php:124 include/database.item.php:127 #: include/database.item.php:121 include/database.item.php:119 -#: include/database.item.php:121 +#: include/database.item.php:120 include/database.item.php:120 msgid "" "Regroupement pour les menus de trésorerie (nouvelle opération, historique...)" msgstr "" #: include/database.item.php:125 include/database.item.php:128 #: include/database.item.php:122 include/database.item.php:120 -#: include/database.item.php:122 +#: include/database.item.php:121 include/database.item.php:121 msgid "" "Liste de vos suivis, en fait de tous les documents, réunions ... dont vous " "avez besoin afin de suivre vos clients, fournisseurs ou administrations. Il " @@ -20017,7 +21552,7 @@ msgstr "" #: include/database.item.php:126 include/database.item.php:129 #: include/database.item.php:123 include/database.item.php:121 -#: include/database.item.php:123 +#: include/database.item.php:122 include/database.item.php:122 msgid "" "Configuration des moyens de paiements que vous voulez utiliser dans les " "journaux de type VEN ou ACH, les moyens de paiement permettent de générer " @@ -20027,13 +21562,13 @@ msgstr "" #: include/database.item.php:127 include/database.item.php:130 #: include/database.item.php:124 include/database.item.php:122 -#: include/database.item.php:124 +#: include/database.item.php:123 include/database.item.php:123 msgid "Suivi des administrations : courrrier, déclarations." msgstr "" #: include/database.item.php:128 include/database.item.php:131 #: include/database.item.php:125 include/database.item.php:123 -#: include/database.item.php:125 +#: include/database.item.php:124 include/database.item.php:124 msgid "" "Prévision de vos achats, revenus, permet de suivre l'évolution de votre " "société. Vos prévisions sont des formules sur les postes comptables et vous " @@ -20042,7 +21577,7 @@ msgstr "" #: include/database.item.php:130 include/database.item.php:133 #: include/database.item.php:127 include/database.item.php:125 -#: include/database.item.php:127 +#: include/database.item.php:126 include/database.item.php:126 msgid "" "Suivi de vos salariés, managers ainsi que des administrateurs, pour les " "documents et les opérations comptables" @@ -20050,7 +21585,7 @@ msgstr "" #: include/database.item.php:131 include/database.item.php:134 #: include/database.item.php:128 include/database.item.php:126 -#: include/database.item.php:128 +#: include/database.item.php:127 include/database.item.php:127 msgid "" "Configuration des menus par défaut, ces menus sont appelés par des actions " "dans d'autres menus" @@ -20058,29 +21593,35 @@ msgstr "" #: include/database.item.php:132 include/database.item.php:135 #: include/database.item.php:129 include/database.item.php:127 -#: include/database.item.php:129 +#: include/database.item.php:128 include/database.item.php:128 msgid "Agenda, présentation du suivi sous forme d'agenda " msgstr "" #: include/database.item.php:133 include/database.item.php:136 -#: include/database.item.php:131 include/database.item.php:133 +#: include/database.item.php:131 include/database.item.php:132 +#: include/database.item.php:132 msgid "Ce menu vous présente un menu rapide de vos menus préférés" msgstr "" #: html/admin/setup.php:132 html/install.php:134 html/install.php:133 -#: html/install.php:139 html/install.php:146 html/install.php:146 +#: html/install.php:139 html/install.php:146 html/install.php:159 +#: html/install.php:163 html/install.php:163 msgid "Mot de passe de l'utilisateur de Postgresql" msgstr "" #: html/admin/template_config_form.php:47 #: include/template/template_config_form.php:47 -#: include/template/template_config_form.php:47 +#: include/template/template_config_form.php:48 +#: include/template/template_config_form.php:96 +#: include/template/template_config_form.php:96 msgid "Utilisateur Postgresql" msgstr "" #: html/admin/template_config_form.php:51 #: include/template/template_config_form.php:51 -#: include/template/template_config_form.php:51 +#: include/template/template_config_form.php:52 +#: include/template/template_config_form.php:100 +#: include/template/template_config_form.php:100 msgid "Mot de passe de l'utilisateur Postgresql" msgstr "" @@ -20093,7 +21634,8 @@ msgid "Accès non autorisé" msgstr "" #: include/ajax/ajax_ledger.php:31 include/ajax/ajax_poste.php:35 -#: include/ajax/ajax_poste.php:35 include/ajax/ajax_ledger.php:32 +#: include/ajax/ajax_ledger.php:32 include/ajax/ajax_ledger.php:32 +#: include/ajax/ajax_poste.php:35 msgid "Non authorisé" msgstr "" @@ -20106,7 +21648,8 @@ msgstr "" #: include/class/class_acc_account_ledger.php:703 #: include/class/acc_account_ledger.class.php:763 #: include/class/acc_account_ledger.class.php:766 -#: include/class/acc_account_ledger.class.php:766 +#: include/class/acc_account_ledger.class.php:758 +#: include/class/acc_account_ledger.class.php:758 msgid "Filtre rapide" msgstr "" @@ -20119,13 +21662,13 @@ msgstr "" #: include/upgrade-plugin.php:25 include/upgrade-template.php:25 #: include/ajax/ajax_remove_submenu.php:27 #: include/ajax/ajax_user_security.php:39 html/ajax_misc.php:86 -#: html/ajax_misc.php:86 include/upgrade.inc.php:27 -#: include/admin_repo.inc.php:24 include/admin_repo.inc.php:25 -#: include/export/export_document.php:26 include/export/export_receipt.php:24 -#: include/backup.inc.php:22 include/ajax/ajax_user_security.php:39 +#: html/ajax_misc.php:86 include/upgrade-core.php:23 +#: include/ajax/ajax_user_security.php:39 #: include/ajax/ajax_remove_submenu.php:27 include/upgrade-template.php:25 -#: include/upgrade-core.php:23 include/impress_poste.inc.php:20 -#: include/upgrade-plugin.php:25 +#: include/export/export_receipt.php:24 include/export/export_document.php:26 +#: include/admin_repo.inc.php:24 include/admin_repo.inc.php:25 +#: include/upgrade.inc.php:27 include/backup.inc.php:22 +#: include/upgrade-plugin.php:25 include/impress_poste.inc.php:20 msgid "Non autorisé" msgstr "" @@ -20134,12 +21677,14 @@ msgid "Le fichier " msgstr "" #: html/install.php:135 html/install.php:134 html/install.php:140 -#: html/install.php:147 html/install.php:147 +#: html/install.php:147 html/install.php:160 html/install.php:164 +#: html/install.php:164 msgid "Port pour postgresql" msgstr "" #: html/install.php:138 html/install.php:137 html/install.php:143 -#: html/install.php:150 html/install.php:150 +#: html/install.php:150 html/install.php:163 html/install.php:167 +#: html/install.php:167 msgid "Serveur postgresql" msgstr "" @@ -20148,20 +21693,23 @@ msgstr "" #: include/ext/import_account/include/class_impacc_file.php:69 #: html/install.php:269 html/install.php:220 #: include/ext/import_account/include/impacc_file.class.php:69 -#: html/install.php:227 html/install.php:230 html/install.php:230 +#: html/install.php:227 html/install.php:230 html/install.php:277 +#: html/install.php:283 html/install.php:283 msgid "Fichier non sauvé" msgstr "" #: html/install.php:264 html/install.php:263 html/install.php:261 #: html/install.php:266 html/install.php:272 html/install.php:223 -#: html/install.php:230 html/install.php:233 html/install.php:233 +#: html/install.php:230 html/install.php:233 html/install.php:280 +#: html/install.php:286 html/install.php:286 #, php-format msgid "Créez ce fichier %s avec les informations suivantes " msgstr "" #: html/install.php:268 html/install.php:267 html/install.php:265 #: html/install.php:270 html/install.php:276 html/install.php:227 -#: html/install.php:234 html/install.php:237 html/install.php:237 +#: html/install.php:234 html/install.php:237 html/install.php:284 +#: html/install.php:290 html/install.php:290 msgid "Puis cliquez sur ce lien" msgstr "" @@ -20170,14 +21718,16 @@ msgstr "" #: html/install.php:235 include/upgrade-plugin.php:113 #: include/lib/user_menu.php:121 html/install.php:238 #: include/upgrade-plugin.php:125 include/lib/user_menu.php:78 -#: html/install.php:238 include/lib/user_menu.php:78 -#: include/upgrade-plugin.php:125 +#: html/install.php:285 include/lib/user_menu.php:77 +#: include/upgrade-plugin.php:128 html/install.php:291 html/install.php:291 +#: include/lib/user_menu.php:77 include/upgrade-plugin.php:128 msgid "Installation" msgstr "" #: html/install.php:278 html/install.php:277 html/install.php:275 #: html/install.php:281 html/install.php:287 html/install.php:238 -#: html/install.php:245 html/install.php:248 html/install.php:248 +#: html/install.php:245 html/install.php:248 html/install.php:295 +#: html/install.php:301 html/install.php:301 msgid "" "Impossible de se connecter à Postgresql, vérifiez les informations de " "connection" @@ -20197,8 +21747,11 @@ msgstr "" #: include/ext/importbank/index.php:141 #: include/ext/importbank/include/import_bank.class.php:463 #: include/ext/importbank/include/import_bank.class.php:484 -#: include/modele.inc.php:412 include/compta_fin_rec.inc.php:115 -#: include/compta_fin_rec.inc.php:122 include/modele.inc.php:413 +#: include/modele.inc.php:412 include/modele.inc.php:413 +#: include/class/acc_ledger_history.class.php:85 +#: include/compta_fin_rec.inc.php:152 include/compta_fin_rec.inc.php:159 +#: include/class/acc_ledger_history.class.php:85 include/modele.inc.php:413 +#: include/compta_fin_rec.inc.php:152 include/compta_fin_rec.inc.php:159 msgid "Donnée invalide" msgstr "" @@ -20300,20 +21853,20 @@ msgstr "" #: include/upgrade.inc.php:50 include/upgrade.inc.php:45 #: include/upgrade.inc.php:46 include/class/dossier.class.php:344 -#: include/class/dossier.class.php:344 +#: include/class/dossier.class.php:350 include/class/dossier.class.php:350 msgid "Mise à jour de la base de données principale" msgstr "" #: include/upgrade.inc.php:65 include/upgrade.inc.php:60 #: include/upgrade.inc.php:61 include/class/dossier.class.php:360 -#: include/class/dossier.class.php:360 +#: include/class/dossier.class.php:366 include/class/dossier.class.php:366 msgid "Mise à jour dossiers" msgstr "" #: include/upgrade.inc.php:91 include/upgrade.inc.php:86 #: include/upgrade.inc.php:87 include/upgrade.inc.php:88 #: include/upgrade.inc.php:89 include/class/dossier.class.php:388 -#: include/class/dossier.class.php:388 +#: include/class/dossier.class.php:394 include/class/dossier.class.php:394 msgid "Mise à jour modèles" msgstr "" @@ -20324,13 +21877,17 @@ msgstr "" #: include/template/template_config_form.php:55 #: include/template/template_config_form.php:63 -#: include/template/template_config_form.php:63 +#: include/template/template_config_form.php:73 +#: include/template/template_config_form.php:104 +#: include/template/template_config_form.php:104 msgid "Adresse Serveur Postgresql" msgstr "" #: include/template/template_config_form.php:59 #: include/template/template_config_form.php:67 -#: include/template/template_config_form.php:67 +#: include/template/template_config_form.php:77 +#: include/template/template_config_form.php:108 +#: include/template/template_config_form.php:108 msgid "Port de Postgresql" msgstr "" @@ -20340,8 +21897,9 @@ msgstr "" #: include/lib/user_menu.php:122 include/lib/user_menu.php:123 #: include/lib/user_menu.php:142 include/lib/user_menu.php:80 -#: include/lib/user_menu.php:99 include/lib/user_menu.php:80 -#: include/lib/user_menu.php:99 +#: include/lib/user_menu.php:99 include/lib/user_menu.php:79 +#: include/lib/user_menu.php:98 include/lib/user_menu.php:79 +#: include/lib/user_menu.php:98 msgid "Information système" msgstr "" @@ -20393,20 +21951,28 @@ msgstr "" #: include/class/anc_listing.class.php:76 include/class/fiche.class.php:2246 #: html/user_login.php:158 html/ajax_misc.php:462 #: include/class/fiche.class.php:2247 html/ajax_misc.php:464 -#: include/lib/manage_table_sql.class.php:634 html/user_login.php:158 -#: html/ajax_misc.php:468 include/user.inc.php:138 +#: include/lib/manage_table_sql.class.php:634 html/ajax_misc.php:468 +#: include/ajax/ajax_card.php:292 include/class/acc_ledger.class.php:2201 +#: html/ajax_misc.php:433 include/class/pre_operation.class.php:346 +#: include/class/acc_ledger.class.php:2220 include/class/fiche.class.php:2274 +#: include/ajax/ajax_card.php:298 include/compta_fin_rec.inc.php:263 +#: include/template/tag_select.php:18 include/template/tag_search_select.php:15 +#: include/lib/manage_table_sql.class.php:681 html/ajax_misc.php:441 +#: include/user.inc.php:140 include/dossier.inc.php:242 html/ajax_misc.php:441 +#: html/user_login.php:158 include/compta_fin_saldo.inc.php:44 +#: include/class/pre_operation.class.php:346 +#: include/class/acc_ledger.class.php:2220 include/class/fiche.class.php:2274 +#: include/class/anc_listing.class.php:76 include/ajax/ajax_card.php:298 +#: include/ajax/ajax_navigator.php:46 include/ajax/ajax_boxcard_search.php:46 +#: include/compta_fin_rec.inc.php:263 include/balance.inc.php:302 +#: include/template/result_cat_card_summary.php:5 +#: include/template/tag_select.php:18 #: include/template/todo_list_list_user.php:31 #: include/template/anc_key_display_list.php:28 -#: include/template/tag_search_select.php:12 include/template/tag_select.php:16 -#: include/template/fiche_def_list.php:32 -#: include/template/result_cat_card_summary.php:5 include/dossier.inc.php:239 -#: include/compta_fin_saldo.inc.php:44 include/ajax/ajax_card.php:292 -#: include/ajax/ajax_navigator.php:46 include/ajax/ajax_boxcard_search.php:46 -#: include/compta_fin_rec.inc.php:226 include/report.inc.php:142 -#: include/balance.inc.php:302 include/class/pre_operation.class.php:289 -#: include/class/acc_ledger.class.php:2201 -#: include/class/anc_listing.class.php:76 include/class/fiche.class.php:2247 -#: include/lib/manage_table_sql.class.php:634 +#: include/template/tag_search_select.php:15 +#: include/template/fiche_def_list.php:32 include/user.inc.php:140 +#: include/dossier.inc.php:242 include/report.inc.php:142 +#: include/lib/manage_table_sql.class.php:681 #, php-format msgid "Cherche" msgstr "" @@ -20511,9 +22077,10 @@ msgstr "" #: include/adm.inc.php:81 include/bank.inc.php:74 include/contact.inc.php:77 #: include/customer.inc.php:77 include/manager.inc.php:81 #: include/supplier.inc.php:81 include/adm.inc.php:78 -#: include/customer.inc.php:78 include/contact.inc.php:77 -#: include/customer.inc.php:78 include/manager.inc.php:81 -#: include/supplier.inc.php:81 include/bank.inc.php:74 include/adm.inc.php:78 +#: include/customer.inc.php:78 include/contact.inc.php:78 +#: include/bank.inc.php:74 include/adm.inc.php:78 include/supplier.inc.php:81 +#: include/contact.inc.php:78 include/customer.inc.php:78 +#: include/manager.inc.php:81 msgid "Cherche " msgstr "" @@ -20645,19 +22212,22 @@ msgstr "" msgid "Valide?" msgstr "" -#: include/lib/message_javascript.php:31 include/lib/message_javascript.php:31 +#: include/lib/message_javascript.php:31 include/lib/message_javascript.php:32 +#: include/lib/message_javascript.php:32 msgid "" "Cherchez en saisissant le quickcode, le poste comptable ou une partie du nom " "de la fiche ou de l'adresse" msgstr "" -#: include/lib/message_javascript.php:32 include/lib/message_javascript.php:32 +#: include/lib/message_javascript.php:32 include/lib/message_javascript.php:33 +#: include/lib/message_javascript.php:33 msgid "" "(optionnel) La description est un commentaire libre qui sert à identifier " "cette opération" msgstr "" -#: include/lib/message_javascript.php:33 include/lib/message_javascript.php:33 +#: include/lib/message_javascript.php:33 include/lib/message_javascript.php:34 +#: include/lib/message_javascript.php:34 msgid "Selectionnez le journal où l'opération doit être sauvée" msgstr "" @@ -20669,140 +22239,167 @@ msgid "" "mettez \"Afficher la période comptable\" à non" msgstr "" -#: include/lib/message_javascript.php:35 include/lib/message_javascript.php:35 +#: include/lib/message_javascript.php:35 include/lib/message_javascript.php:36 +#: include/lib/message_javascript.php:36 msgid "(optionnel) L'échéance est la date limite de paiement" msgstr "" -#: include/lib/message_javascript.php:36 include/lib/message_javascript.php:36 +#: include/lib/message_javascript.php:36 include/lib/message_javascript.php:37 +#: include/lib/message_javascript.php:37 msgid "" "(optionnel)Le numéro d'extrait permet de retrouver plus facilement l'extrait " "de banque" msgstr "" -#: include/lib/message_javascript.php:37 include/lib/message_javascript.php:37 +#: include/lib/message_javascript.php:37 include/lib/message_javascript.php:38 +#: include/lib/message_javascript.php:38 msgid "" "Indiquez ici le prix hors tva si vous êtes affilié à la tva et que vous " "pouvez la déduire , sinon indiquez ici le total tva incluse et utilisez un " "taux tva de 0%" msgstr "" -#: include/lib/message_javascript.php:38 include/lib/message_javascript.php:38 +#: include/lib/message_javascript.php:38 include/lib/message_javascript.php:39 +#: include/lib/message_javascript.php:39 msgid "" "(optionnel) Ces champs servent à contrôler que les montants correspondent à " "l'extrait" msgstr "" -#: include/lib/message_javascript.php:39 include/lib/message_javascript.php:39 +#: include/lib/message_javascript.php:39 include/lib/message_javascript.php:40 +#: include/lib/message_javascript.php:40 msgid "" "(optionnel) Ce montant correspond au total tva, si vous le laissez à vide, " "il sera calculé automatiquement en fonction du taux" msgstr "" -#: include/lib/message_javascript.php:40 include/lib/message_javascript.php:40 +#: include/lib/message_javascript.php:40 include/lib/message_javascript.php:41 +#: include/lib/message_javascript.php:41 msgid "" "Tapez le numéro de poste ou une partie du poste ou du libellé puis sur " "recherche, Si vous avez donné un quickcode, le poste comptable ne sera pas " "utilisé" msgstr "" -#: include/lib/message_javascript.php:41 include/lib/message_javascript.php:41 +#: include/lib/message_javascript.php:41 include/lib/message_javascript.php:42 +#: include/lib/message_javascript.php:42 msgid "" "ATTENTION changer le poste comptable d'une fiche ne modifiera pas toutes " "les opérations où cette fiche est utilisée" msgstr "" -#: include/lib/message_javascript.php:42 include/lib/message_javascript.php:42 +#: include/lib/message_javascript.php:42 include/lib/message_javascript.php:43 +#: include/lib/message_javascript.php:43 msgid "ATTENTION si le poste comptable est vide, il sera créé automatiquement" msgstr "" -#: include/lib/message_javascript.php:43 include/lib/message_javascript.php:43 +#: include/lib/message_javascript.php:43 include/lib/message_javascript.php:44 +#: include/lib/message_javascript.php:44 msgid "Document généré uniquement si le mode de paiement est utilisé" msgstr "" -#: include/lib/message_javascript.php:44 include/lib/message_javascript.php:44 +#: include/lib/message_javascript.php:44 include/lib/message_javascript.php:45 +#: include/lib/message_javascript.php:45 msgid "Vous pouvez utiliser le % pour indiquer le poste parent" msgstr "" -#: include/lib/message_javascript.php:45 include/lib/message_javascript.php:45 +#: include/lib/message_javascript.php:45 include/lib/message_javascript.php:46 +#: include/lib/message_javascript.php:46 msgid "Attention, le poste comptable doit exister, il ne sera pas vérifié" msgstr "" -#: include/lib/message_javascript.php:46 include/lib/message_javascript.php:46 +#: include/lib/message_javascript.php:46 include/lib/message_javascript.php:47 +#: include/lib/message_javascript.php:47 msgid "Laissez à 0 pour ne rien changer" msgstr "" -#: include/lib/message_javascript.php:47 include/lib/message_javascript.php:47 +#: include/lib/message_javascript.php:47 include/lib/message_javascript.php:48 +#: include/lib/message_javascript.php:48 msgid "Vous devez donner la date par opération" msgstr "" -#: include/lib/message_javascript.php:48 include/lib/message_javascript.php:48 +#: include/lib/message_javascript.php:48 include/lib/message_javascript.php:49 +#: include/lib/message_javascript.php:49 msgid "Cliquez sur le titre d'une colonne pour trier" msgstr "" -#: include/lib/message_javascript.php:49 include/lib/message_javascript.php:49 +#: include/lib/message_javascript.php:49 include/lib/message_javascript.php:50 +#: include/lib/message_javascript.php:50 msgid "" "Donnez une partie du nom, prénom, de la description, du poste comptable, du n" "° de TVA,quick code ... " msgstr "" -#: include/lib/message_javascript.php:50 include/lib/message_javascript.php:50 +#: include/lib/message_javascript.php:50 include/lib/message_javascript.php:51 +#: include/lib/message_javascript.php:51 msgid "" "Donnez une partie du nom, de la description, du n° de TVA du poste " "comptable ou du quick code" msgstr "" -#: include/lib/message_javascript.php:51 include/lib/message_javascript.php:51 +#: include/lib/message_javascript.php:51 include/lib/message_javascript.php:52 +#: include/lib/message_javascript.php:52 msgid "" "Les menus ne peuvent dépendre que dans d'un menu principal ou d'un menu, si " "cette liste est vide, ajouter des modules ou menu principal sans donner de " "dépendance" msgstr "" -#: include/lib/message_javascript.php:52 include/lib/message_javascript.php:52 +#: include/lib/message_javascript.php:52 include/lib/message_javascript.php:53 +#: include/lib/message_javascript.php:53 msgid "Donnez un nombre entre 0 & 100" msgstr "" -#: include/lib/message_javascript.php:53 include/lib/message_javascript.php:53 +#: include/lib/message_javascript.php:53 include/lib/message_javascript.php:54 +#: include/lib/message_javascript.php:54 msgid "" "Donnez une partie du nom du dossier,du nom, du prénom ou du login pour " "filtrer" msgstr "" -#: include/lib/message_javascript.php:54 include/lib/message_javascript.php:54 +#: include/lib/message_javascript.php:54 include/lib/message_javascript.php:55 +#: include/lib/message_javascript.php:55 msgid "Donnez une partie du nom du dossier ou de la description pour filtrer" msgstr "" -#: include/lib/message_javascript.php:55 include/lib/message_javascript.php:55 +#: include/lib/message_javascript.php:55 include/lib/message_javascript.php:56 +#: include/lib/message_javascript.php:56 msgid "Donnez une partie du poste comptable ou du libellé pour filtrer" msgstr "" -#: include/lib/message_javascript.php:56 include/lib/message_javascript.php:56 +#: include/lib/message_javascript.php:56 include/lib/message_javascript.php:57 +#: include/lib/message_javascript.php:57 msgid "" "Donnez une partie du libellé, la date, le montant ou le numéro d'opération " "pour filtrer, cela n'efface pas ce qui a déjà été sélectionné" msgstr "" -#: include/lib/message_javascript.php:57 include/lib/message_javascript.php:57 +#: include/lib/message_javascript.php:57 include/lib/message_javascript.php:58 +#: include/lib/message_javascript.php:58 msgid "Donnez une partie du quickcode, nom, description... pour filtrer" msgstr "" -#: include/lib/message_javascript.php:58 include/lib/message_javascript.php:58 +#: include/lib/message_javascript.php:58 include/lib/message_javascript.php:59 +#: include/lib/message_javascript.php:59 msgid "" "Attention, SI la fiche a changé de poste comptable, c'est seulement " "le dernier qui est affiché" msgstr "" -#: include/lib/message_javascript.php:60 include/lib/message_javascript.php:60 +#: include/lib/message_javascript.php:60 include/lib/message_javascript.php:61 +#: include/lib/message_javascript.php:61 msgid "" "Si vous ne donnez pas de nom, ce sera le nom du fichier qui sera utilisé" msgstr "" -#: include/lib/message_javascript.php:61 include/lib/message_javascript.php:61 +#: include/lib/message_javascript.php:61 include/lib/message_javascript.php:62 +#: include/lib/message_javascript.php:62 msgid "" "Peut contenir une information telle que le message structuré sur le virement" msgstr "" -#: include/lib/message_javascript.php:62 include/lib/message_javascript.php:62 +#: include/lib/message_javascript.php:62 include/lib/message_javascript.php:63 +#: include/lib/message_javascript.php:63 msgid "Peut contenir un numéro de bon de commande" msgstr "" @@ -20820,7 +22417,6 @@ msgid "" msgstr "" #: include/lib/message_javascript.php:64 include/lib/message_javascript.php:66 -#: include/lib/message_javascript.php:66 msgid "" "le type vaut :
        \t
      • ME pour Menu
      • \t
      • PR pour les impressions \t
      • PL pour les plugins
      • \t
      • SP pour des valeurs spéciales
      • " @@ -20828,12 +22424,12 @@ msgid "" msgstr "" #: include/lib/message_javascript.php:65 include/lib/message_javascript.php:67 -#: include/lib/message_javascript.php:67 +#: include/lib/message_javascript.php:68 include/lib/message_javascript.php:68 msgid "Cliquez sur le code AD pour ouvrir le menu dans un nouvel onglet" msgstr "" #: include/lib/message_javascript.php:66 include/lib/message_javascript.php:68 -#: include/lib/message_javascript.php:68 +#: include/lib/message_javascript.php:69 include/lib/message_javascript.php:69 msgid "Cliquez sur le chemin pour ouvrir le menu" msgstr "" @@ -20844,7 +22440,7 @@ msgid "" msgstr "" #: include/lib/message_javascript.php:69 include/lib/message_javascript.php:71 -#: include/lib/message_javascript.php:71 +#: include/lib/message_javascript.php:72 include/lib/message_javascript.php:72 msgid "" "La numérotation est propre à chaque journal. Laissez à 0 pour ne pas changer " "le numéro" @@ -20860,7 +22456,8 @@ msgstr "" msgid "Mettez le pourcentage à zéro pour effacer la ligne" msgstr "" -#: include/lib/message_javascript.php:34 include/lib/message_javascript.php:34 +#: include/lib/message_javascript.php:34 include/lib/message_javascript.php:35 +#: include/lib/message_javascript.php:35 msgid "" "Les périodes comptables servent comme un second contrôle pour la date de " "l'opération. Modifiez dans vos préférence pour avoir une autre période par " @@ -20882,7 +22479,7 @@ msgid "" msgstr "" #: include/lib/message_javascript.php:67 include/lib/message_javascript.php:69 -#: include/lib/message_javascript.php:69 +#: include/lib/message_javascript.php:70 include/lib/message_javascript.php:70 msgid "" "En utilisant les dates d échéance ou de paiement, seuls les journaux de type " "ACH et VEN seront utilisés ,vous excluez d office les autres journaux" @@ -20952,13 +22549,13 @@ msgstr "" #: include/modele.inc.php:312 include/modele.inc.php:295 #: include/modele.inc.php:296 include/modele.inc.php:301 -#: include/modele.inc.php:302 +#: include/modele.inc.php:302 include/modele.inc.php:302 msgid "Inexistant" msgstr "" #: include/modele.inc.php:318 include/modele.inc.php:301 #: include/modele.inc.php:302 include/modele.inc.php:307 -#: include/modele.inc.php:308 +#: include/modele.inc.php:308 include/modele.inc.php:308 msgid "Invalide" msgstr "" @@ -20967,46 +22564,54 @@ msgid " Utilisateur normal" msgstr "" #: include/param_sec.inc.php:228 include/param_sec.inc.php:162 -#: include/param_sec.inc.php:168 include/param_sec.inc.php:168 +#: include/param_sec.inc.php:168 include/param_sec.inc.php:173 +#: include/param_sec.inc.php:173 msgid "Cet utilisateur est administrateur, il a tous les droits" msgstr "" #: include/param_sec.inc.php:231 include/param_sec.inc.php:165 -#: include/param_sec.inc.php:171 include/param_sec.inc.php:171 +#: include/param_sec.inc.php:171 include/param_sec.inc.php:176 +#: include/param_sec.inc.php:176 msgid "" "Impossible de modifier cet utilisateur dans cet écran, il faut passer par\n" "\t\tl'écran administration -> utilisateur." msgstr "" #: include/param_sec.inc.php:242 include/param_sec.inc.php:176 -#: include/param_sec.inc.php:182 include/param_sec.inc.php:182 +#: include/param_sec.inc.php:182 include/param_sec.inc.php:187 +#: include/param_sec.inc.php:187 msgid "L'utilisateur n'a pas accès à ce dossier" msgstr "" #: include/param_sec.inc.php:244 include/param_sec.inc.php:178 -#: include/param_sec.inc.php:184 include/param_sec.inc.php:184 +#: include/param_sec.inc.php:184 include/param_sec.inc.php:189 +#: include/param_sec.inc.php:189 msgid "" "Impossible de modifier cet utilisateur dans cet écran, il faut passer par\n" "\t\t\tl'écran administration -> utilisateur." msgstr "" #: include/param_sec.inc.php:278 include/param_sec.inc.php:220 -#: include/param_sec.inc.php:224 include/param_sec.inc.php:224 +#: include/param_sec.inc.php:224 include/param_sec.inc.php:262 +#: include/param_sec.inc.php:262 msgid "Accès à tout" msgstr "" #: include/param_sec.inc.php:279 include/param_sec.inc.php:221 -#: include/param_sec.inc.php:225 include/param_sec.inc.php:225 +#: include/param_sec.inc.php:225 include/param_sec.inc.php:263 +#: include/param_sec.inc.php:263 msgid "Uniquement Lecture" msgstr "" #: include/param_sec.inc.php:320 include/param_sec.inc.php:260 -#: include/param_sec.inc.php:292 include/param_sec.inc.php:292 +#: include/param_sec.inc.php:292 include/template/security_list_action.php:8 +#: include/template/security_list_action.php:8 msgid "Toutes les actions" msgstr "" #: include/param_sec.inc.php:321 include/param_sec.inc.php:261 -#: include/param_sec.inc.php:293 include/param_sec.inc.php:293 +#: include/param_sec.inc.php:293 include/template/security_list_action.php:9 +#: include/template/security_list_action.php:9 msgid "Aucune action" msgstr "" @@ -21040,7 +22645,8 @@ msgstr "" #: html/install.php:605 html/install.php:621 html/install.php:613 #: html/install.php:619 html/install.php:581 html/install.php:571 -#: html/install.php:577 html/install.php:580 html/install.php:580 +#: html/install.php:577 html/install.php:580 html/install.php:630 +#: html/install.php:636 html/install.php:636 #, php-format msgid "" "La base de donnée %s est vide, \n" @@ -21070,13 +22676,14 @@ msgid "credit" msgstr "" #: include/export/export_fiche_balance_csv.php:57 include/fiche.inc.php:587 -#: include/fiche.inc.php:596 include/export/export_fiche_balance_csv.php:57 -#: include/fiche.inc.php:596 +#: include/fiche.inc.php:596 include/fiche.inc.php:609 +#: include/fiche.inc.php:609 include/export/export_fiche_balance_csv.php:57 msgid "solde" msgstr "" #: include/export/export_fiche_csv.php:36 -#: include/export/export_fiche_csv.php:36 +#: include/export/export_fiche_csv.php:37 +#: include/export/export_fiche_csv.php:37 msgid "fiche" msgstr "" @@ -21094,15 +22701,18 @@ msgstr "" #: include/export/export_histo_csv.php:40 #: include/export/export_histo_csv.php:41 #: include/class/print_ledger_misc.class.php:44 include/compta_ods.inc.php:96 -#: include/compta_ods.inc.php:96 include/export/export_histo_csv.php:41 -#: include/class/print_ledger_misc.class.php:44 +#: include/class/print_ledger_misc.class.php:43 +#: include/export/export_histo_csv.php:44 +#: include/class/print_ledger_misc.class.php:43 include/compta_ods.inc.php:96 +#: include/export/export_histo_csv.php:44 msgid "Piece" msgstr "" #: include/export/export_histo_csv.php:44 #: include/export/export_histo_csv.php:45 #: include/export/export_histo_csv.php:46 -#: include/export/export_histo_csv.php:46 +#: include/export/export_histo_csv.php:49 +#: include/export/export_histo_csv.php:49 msgid "Montant opération" msgstr "" @@ -21121,12 +22731,17 @@ msgstr "" #: include/class/acc_ledger_history_generic.class.php:759 #: include/class/acc_ledger_history_purchase.class.php:240 #: include/class/acc_ledger_history_purchase.class.php:244 -#: include/export/export_ledger_csv.php:46 #: include/class/acc_ledger_history_generic.class.php:762 -#: include/class/acc_ledger_history_purchase.class.php:244 +#: include/class/acc_ledger_history_sale.class.php:243 +#: include/class/acc_ledger_history_purchase.class.php:255 +#: include/class/acc_ledger_history_generic.class.php:763 +#: include/export/export_ledger_csv.php:49 +#: include/class/acc_ledger_history_sale.class.php:243 #: include/class/acc_reconciliation.class.php:487 #: include/class/acc_reconciliation.class.php:511 -#: include/class/acc_ledger_history_sale.class.php:233 +#: include/class/acc_ledger_history_purchase.class.php:255 +#: include/class/acc_ledger_history_generic.class.php:763 +#: include/export/export_ledger_csv.php:49 msgid "journal" msgstr "" @@ -21150,10 +22765,15 @@ msgstr "" #: include/class/acc_ledger_history_purchase.class.php:251 #: include/export/export_ledger_csv.php:218 #: include/class/acc_ledger_history_purchase.class.php:255 -#: include/export/export_ledger_csv.php:218 #: include/class/acc_ledger_history_generic.class.php:767 -#: include/class/acc_ledger_history_purchase.class.php:255 -#: include/class/acc_ledger_history_sale.class.php:244 +#: include/class/acc_ledger_history_sale.class.php:254 +#: include/class/acc_ledger_history_purchase.class.php:266 +#: include/class/acc_ledger_history_generic.class.php:768 +#: include/export/export_ledger_csv.php:226 +#: include/class/acc_ledger_history_sale.class.php:254 +#: include/class/acc_ledger_history_purchase.class.php:266 +#: include/class/acc_ledger_history_generic.class.php:768 +#: include/export/export_ledger_csv.php:226 msgid "operation" msgstr "" @@ -21168,8 +22788,11 @@ msgstr "" #: include/class/acc_ledger_history_generic.class.php:765 #: include/export/export_ledger_csv.php:212 #: include/export/export_ledger_csv.php:220 -#: include/export/export_ledger_csv.php:220 #: include/class/acc_ledger_history_generic.class.php:768 +#: include/class/acc_ledger_history_generic.class.php:769 +#: include/export/export_ledger_csv.php:228 +#: include/class/acc_ledger_history_generic.class.php:769 +#: include/export/export_ledger_csv.php:228 msgid "N° Pièce" msgstr "" @@ -21180,7 +22803,8 @@ msgstr "" #: include/export/export_ledger_csv.php:213 #: include/export/export_ledger_csv.php:215 #: include/export/export_ledger_csv.php:223 -#: include/export/export_ledger_csv.php:223 +#: include/export/export_ledger_csv.php:231 +#: include/export/export_ledger_csv.php:231 msgid "commentaire" msgstr "" @@ -21195,9 +22819,12 @@ msgstr "" #: include/class/acc_ledger_history_generic.class.php:682 #: include/export/export_ledger_csv.php:216 #: include/export/export_ledger_csv.php:224 -#: include/export/export_ledger_csv.php:224 #: include/class/acc_ledger_history_generic.class.php:685 +#: include/class/acc_ledger_history_generic.class.php:686 +#: include/export/export_ledger_csv.php:232 #: include/class/acc_reconciliation.class.php:484 +#: include/class/acc_ledger_history_generic.class.php:686 +#: include/export/export_ledger_csv.php:232 msgid "internal" msgstr "" @@ -21218,9 +22845,11 @@ msgstr "" #: include/class/acc_ledger_history_sale.class.php:248 #: include/class/acc_ledger_history_purchase.class.php:255 #: include/class/acc_ledger_history_purchase.class.php:259 -#: include/class/acc_ledger_history_purchase.class.php:259 +#: include/class/acc_ledger_history_sale.class.php:258 +#: include/class/acc_ledger_history_purchase.class.php:270 +#: include/class/acc_ledger_history_sale.class.php:258 #: include/class/acc_reconciliation.class.php:508 -#: include/class/acc_ledger_history_sale.class.php:248 +#: include/class/acc_ledger_history_purchase.class.php:270 msgid "interne" msgstr "" @@ -21231,7 +22860,8 @@ msgstr "" #: include/class/acc_ledger_history_purchase.class.php:256 #: include/class/acc_ledger_history_purchase.class.php:257 #: include/class/acc_ledger_history_purchase.class.php:261 -#: include/class/acc_ledger_history_purchase.class.php:261 +#: include/class/acc_ledger_history_purchase.class.php:272 +#: include/class/acc_ledger_history_purchase.class.php:272 msgid "privé" msgstr "" @@ -21242,7 +22872,8 @@ msgstr "" #: include/class/acc_ledger_history_purchase.class.php:257 #: include/class/acc_ledger_history_purchase.class.php:258 #: include/class/acc_ledger_history_purchase.class.php:262 -#: include/class/acc_ledger_history_purchase.class.php:262 +#: include/class/acc_ledger_history_purchase.class.php:273 +#: include/class/acc_ledger_history_purchase.class.php:273 msgid "DNA" msgstr "" @@ -21253,7 +22884,8 @@ msgstr "" #: include/class/acc_ledger_history_purchase.class.php:258 #: include/class/acc_ledger_history_purchase.class.php:259 #: include/class/acc_ledger_history_purchase.class.php:263 -#: include/class/acc_ledger_history_purchase.class.php:263 +#: include/class/acc_ledger_history_purchase.class.php:274 +#: include/class/acc_ledger_history_purchase.class.php:274 msgid "tva non ded." msgstr "" @@ -21285,8 +22917,8 @@ msgstr "" #: include/export/export_stock_histo_csv.php:42 #: include/export/export_stock_resume_list.php:38 -#: include/export/export_stock_histo_csv.php:42 #: include/export/export_stock_resume_list.php:38 +#: include/export/export_stock_histo_csv.php:42 msgid "Depot" msgstr "" @@ -21302,8 +22934,8 @@ msgstr "" #: include/export/export_stock_resume_list.php:38 #: include/template/impress_reconciliation.php:65 -#: include/template/impress_reconciliation.php:65 #: include/export/export_stock_resume_list.php:38 +#: include/template/impress_reconciliation.php:65 msgid "Delta" msgstr "" @@ -21364,22 +22996,23 @@ msgstr "" msgid "nom journal" msgstr "" -#: include/compta_fin_rec.inc.php:151 include/compta_fin_rec.inc.php:151 +#: include/compta_fin_rec.inc.php:151 include/compta_fin_rec.inc.php:188 +#: include/compta_fin_rec.inc.php:188 msgid "Attention : Fichier non chargé" msgstr "" #: include/compta_fin_rec.inc.php:299 include/compta_fin_rec.inc.php:300 -#: include/compta_fin_rec.inc.php:300 +#: include/compta_fin_rec.inc.php:341 include/compta_fin_rec.inc.php:341 msgid "Différence relevé" msgstr "" #: include/compta_fin_rec.inc.php:303 include/compta_fin_rec.inc.php:304 -#: include/compta_fin_rec.inc.php:304 +#: include/compta_fin_rec.inc.php:345 include/compta_fin_rec.inc.php:345 msgid "Montant sélectionné" msgstr "" #: include/compta_fin_rec.inc.php:306 include/compta_fin_rec.inc.php:307 -#: include/compta_fin_rec.inc.php:307 +#: include/compta_fin_rec.inc.php:348 include/compta_fin_rec.inc.php:348 msgid "Reste à selectionner" msgstr "" @@ -21439,8 +23072,11 @@ msgstr "" #: html/install.php:213 html/install.php:543 html/install.php:599 #: html/install.php:625 html/install.php:549 html/install.php:606 #: html/install.php:632 html/install.php:552 html/install.php:635 -#: html/install.php:213 html/install.php:552 html/install.php:609 -#: html/install.php:635 +#: html/install.php:259 html/install.php:602 html/install.php:659 +#: html/install.php:688 include/class/follow_up.class.php:731 +#: html/install.php:264 html/install.php:608 html/install.php:694 +#: html/install.php:264 html/install.php:608 html/install.php:665 +#: html/install.php:694 msgid "Important" msgstr "" @@ -21450,43 +23086,49 @@ msgstr "" #: html/install.php:610 html/install.php:634 html/install.php:214 #: html/install.php:600 html/install.php:626 html/install.php:607 #: html/install.php:633 html/install.php:217 html/install.php:636 -#: html/install.php:217 html/install.php:610 html/install.php:636 +#: html/install.php:264 html/install.php:660 html/install.php:689 +#: html/install.php:269 html/install.php:695 html/install.php:269 +#: html/install.php:666 html/install.php:695 msgid "Utilisateur administrateur" msgstr "" #: html/install.php:594 html/install.php:586 html/install.php:592 #: html/install.php:554 html/install.php:544 html/install.php:550 -#: html/install.php:553 html/install.php:553 +#: html/install.php:553 html/install.php:603 html/install.php:609 +#: html/install.php:609 msgid "Utilisateur administrateur" msgstr "" #: html/install.php:651 html/install.php:643 html/install.php:649 #: html/install.php:611 html/install.php:601 html/install.php:608 -#: html/install.php:611 msgid "Mot de passe par défaut à l'installation" msgstr "" #: include/param_sec.inc.php:285 include/param_sec.inc.php:227 #: include/param_sec.inc.php:280 include/param_sec.inc.php:258 -#: include/param_sec.inc.php:337 include/param_sec.inc.php:258 -#: include/param_sec.inc.php:337 +#: include/param_sec.inc.php:337 include/param_sec.inc.php:269 +#: include/param_sec.inc.php:352 include/param_sec.inc.php:269 +#: include/param_sec.inc.php:352 msgid "Uniquement lecture" msgstr "" #: include/param_sec.inc.php:286 include/param_sec.inc.php:228 #: include/param_sec.inc.php:278 include/param_sec.inc.php:259 -#: include/param_sec.inc.php:335 include/param_sec.inc.php:259 -#: include/param_sec.inc.php:335 +#: include/param_sec.inc.php:335 include/param_sec.inc.php:270 +#: include/param_sec.inc.php:350 include/param_sec.inc.php:270 +#: include/param_sec.inc.php:350 msgid "Lecture et écriture" msgstr "" #: include/param_sec.inc.php:319 include/param_sec.inc.php:259 -#: include/param_sec.inc.php:291 include/param_sec.inc.php:291 +#: include/param_sec.inc.php:291 include/param_sec.inc.php:303 +#: include/param_sec.inc.php:303 msgid "Actions" msgstr "" #: include/param_sec.inc.php:324 include/param_sec.inc.php:264 -#: include/param_sec.inc.php:321 include/param_sec.inc.php:321 +#: include/param_sec.inc.php:321 include/param_sec.inc.php:336 +#: include/param_sec.inc.php:336 msgid "imprime" msgstr "" @@ -21495,22 +23137,28 @@ msgid "Annule" msgstr "" #: include/template/detail-action.php:167 -#: include/template/detail-action.php:167 +#: include/template/detail-action.php:174 +#: include/template/detail-action.php:176 +#: include/template/detail-action.php:176 msgid "Opérations concernées" msgstr "" #: include/template/detail-action.php:168 -#: include/template/detail-action.php:168 +#: include/template/detail-action.php:175 +#: include/template/detail-action.php:177 +#: include/template/detail-action.php:177 msgid "Dépendant" msgstr "" #: include/template/param_jrn.php:136 include/template/param_jrn.php:143 #: include/template/param_jrn.php:145 include/template/param_jrn.php:190 +#: include/template/param_jrn.php:191 include/template/param_jrn.php:191 msgid "Services, fournitures ou biens achetés (D)" msgstr "" #: include/template/param_jrn.php:139 include/template/param_jrn.php:146 #: include/template/param_jrn.php:148 include/template/param_jrn.php:193 +#: include/template/param_jrn.php:194 include/template/param_jrn.php:194 msgid "Fournisseurs (C)" msgstr "" @@ -21524,11 +23172,14 @@ msgstr "" #: include/template/param_jrn.php:251 include/template/param_jrn.php:258 #: include/template/param_jrn.php:260 include/template/param_jrn.php:305 +#: include/template/param_jrn.php:306 include/template/param_jrn.php:306 msgid "Fiches utilisables (D/C)" msgstr "" #: include/template/template_config_form.php:56 -#: include/template/template_config_form.php:56 +#: include/template/template_config_form.php:57 +#: include/template/template_config_form.php:38 +#: include/template/template_config_form.php:38 msgid "Administrateur de noalyss" msgstr "" @@ -21608,7 +23259,9 @@ msgstr "" #: include/class/follow_up.class.php:1923 #: include/class/follow_up.class.php:1921 #: include/class/follow_up.class.php:1922 -#: include/class/follow_up.class.php:1922 +#: include/class/follow_up.class.php:1871 +#: include/class/follow_up.class.php:1845 +#: include/class/follow_up.class.php:1845 msgid "Principal" msgstr "" @@ -21617,7 +23270,9 @@ msgstr "" #: include/class/follow_up.class.php:1950 #: include/class/follow_up.class.php:1948 #: include/class/follow_up.class.php:1949 -#: include/class/follow_up.class.php:1949 +#: include/class/follow_up.class.php:1901 +#: include/class/follow_up.class.php:1875 +#: include/class/follow_up.class.php:1875 msgid "direct parent " msgstr "" @@ -21710,8 +23365,10 @@ msgstr "" #: include/export/export_poste_detail_pdf.php:225 #: include/export/export_poste_detail_pdf.php:128 #: include/export/export_poste_detail_pdf.php:236 -#: include/export/export_poste_detail_pdf.php:128 -#: include/export/export_poste_detail_pdf.php:236 +#: include/export/export_poste_detail_pdf.php:129 +#: include/export/export_poste_detail_pdf.php:237 +#: include/export/export_poste_detail_pdf.php:129 +#: include/export/export_poste_detail_pdf.php:237 msgid " C " msgstr "" @@ -21719,21 +23376,26 @@ msgstr "" #: include/export/export_poste_detail_pdf.php:230 #: include/export/export_poste_detail_pdf.php:133 #: include/export/export_poste_detail_pdf.php:241 -#: include/export/export_poste_detail_pdf.php:133 -#: include/export/export_poste_detail_pdf.php:241 +#: include/export/export_poste_detail_pdf.php:134 +#: include/export/export_poste_detail_pdf.php:242 +#: include/export/export_poste_detail_pdf.php:134 +#: include/export/export_poste_detail_pdf.php:242 msgid " D " msgstr "" #: include/export/export_poste_detail_pdf.php:168 #: include/export/export_poste_detail_pdf.php:179 -#: include/export/export_poste_detail_pdf.php:179 +#: include/export/export_poste_detail_pdf.php:180 +#: include/export/export_poste_detail_pdf.php:180 msgid "C" msgstr "" #: include/class/class_anc_grandlivre.php:146 #: include/class/anc_grandlivre.class.php:167 #: include/class/anc_grandlivre.class.php:168 -#: include/class/anc_grandlivre.class.php:168 +#: include/class/anc_grandlivre.class.php:180 +#: include/class/anc_grandlivre.class.php:181 +#: include/class/anc_grandlivre.class.php:181 msgid "" "Les extensions CONVERT_GIF_PDF et PDFTK pour convertir en pdf ne sont pas " "installées " @@ -21741,8 +23403,8 @@ msgstr "" #: include/dossier.inc.php:342 include/ajax/ajax_admin.php:213 #: include/dossier.inc.php:347 include/ajax/ajax_admin.php:234 -#: include/ajax/ajax_admin.php:238 include/dossier.inc.php:347 -#: include/ajax/ajax_admin.php:238 +#: include/ajax/ajax_admin.php:238 include/dossier.inc.php:350 +#: include/ajax/ajax_admin.php:238 include/dossier.inc.php:350 msgid "Max. email / jour (-1 = illimité)" msgstr "" @@ -21856,7 +23518,8 @@ msgstr "" #: include/lib/class_sendmail.php:96 include/lib/class_sendmail.php:97 #: include/lib/class_sendmail.php:98 include/lib/sendmail.class.php:98 #: include/lib/sendmail.class.php:102 include/lib/sendmail_core.class.php:105 -#: include/lib/sendmail_core.class.php:105 +#: include/lib/sendmail_core.class.php:106 +#: include/lib/sendmail_core.class.php:106 #, php-format msgid "%s est vide" msgstr "" @@ -21964,6 +23627,8 @@ msgstr "" #: include/ext/import_account/include/class_impacc_export.php:104 #: include/ext/import_account/include/impacc_export.class.php:104 #: include/class/acc_ledger.class.php:2938 +#: include/class/acc_ledger.class.php:2962 +#: include/class/acc_ledger.class.php:2962 msgid "Journal invalide" msgstr "" @@ -21994,6 +23659,9 @@ msgstr "" #: include/ext/import_account/include/class_impacc_tva.php:76 #: include/ext/import_account/include/impacc_tva.class.php:64 #: include/ext/import_account/include/impacc_tva.class.php:76 +#: include/template/ledger_detail_bottom.php:354 +#: include/template/ledger_detail_bottom.php:371 +#: include/template/ledger_detail_bottom.php:371 msgid "Duplicate" msgstr "" @@ -22042,7 +23710,8 @@ msgstr "" #: include/balance.inc.php:458 include/export/export_balance_pdf.php:334 #: include/export/export_balance_pdf.php:329 #: include/export/export_balance_pdf.php:330 -#: include/export/export_balance_pdf.php:330 include/balance.inc.php:458 +#: include/export/export_balance_pdf.php:331 +#: include/export/export_balance_pdf.php:331 include/balance.inc.php:458 msgid "Résumé Exercice précédent" msgstr "" @@ -22051,7 +23720,8 @@ msgstr "" #: include/balance.inc.php:465 include/export/export_balance_pdf.php:341 #: include/export/export_balance_pdf.php:336 #: include/export/export_balance_pdf.php:337 -#: include/export/export_balance_pdf.php:337 include/balance.inc.php:465 +#: include/export/export_balance_pdf.php:338 +#: include/export/export_balance_pdf.php:338 include/balance.inc.php:465 msgid "Résumé Exercice courant" msgstr "" @@ -22063,6 +23733,7 @@ msgstr "" #: include/compta_ach.inc.php:184 include/compta_ach.inc.php:186 #: include/compta_ach.inc.php:191 include/compta_ach.inc.php:189 +#: include/compta_ach.inc.php:188 include/compta_ach.inc.php:188 #, php-format msgid "Extourné au %s" msgstr "" @@ -22073,7 +23744,7 @@ msgstr "" #: include/lib/ac_common.php:567 include/lib/ac_common.php:568 #: include/lib/ac_common.php:570 include/lib/ac_common.php:586 -#: include/lib/ac_common.php:586 +#: include/lib/ac_common.php:596 include/lib/ac_common.php:596 msgid "paramètre invalide" msgstr "" @@ -22087,7 +23758,8 @@ msgstr "" #: include/lib/manage_table_sql.class.php:1025 #: include/lib/manage_table_sql.class.php:1022 #: include/lib/manage_table_sql.class.php:1066 -#: include/lib/manage_table_sql.class.php:1066 +#: include/lib/manage_table_sql.class.php:1122 +#: include/lib/manage_table_sql.class.php:1122 msgid "OK" msgstr "" @@ -22097,7 +23769,8 @@ msgstr "" #: include/lib/manage_table_sql.class.php:1028 #: include/lib/manage_table_sql.class.php:1025 #: include/lib/manage_table_sql.class.php:1069 -#: include/lib/manage_table_sql.class.php:1069 +#: include/lib/manage_table_sql.class.php:1125 +#: include/lib/manage_table_sql.class.php:1125 msgid "Cancel" msgstr "" @@ -22151,6 +23824,8 @@ msgstr "" #: include/class/acc_ledger.class.php:2826 #: include/class/acc_ledger.class.php:2835 #: include/class/acc_ledger.class.php:2874 +#: include/class/acc_ledger.class.php:2898 +#: include/class/acc_ledger.class.php:2898 msgid "Opération identique" msgstr "" @@ -22178,8 +23853,12 @@ msgstr "" #: include/class/class_pdf_operation.php:422 #: include/class/pdf_operation.class.php:421 #: include/class/pdf_operation.class.php:422 +#: include/template/follow_up_detail_display.php:45 +#: include/template/action_document_type_mtable_input.php:73 #: include/class/pdf_operation.class.php:421 #: include/class/pdf_operation.class.php:422 +#: include/template/follow_up_detail_display.php:45 +#: include/template/action_document_type_mtable_input.php:73 msgid "Détail opération" msgstr "" @@ -22282,7 +23961,7 @@ msgstr "" msgid "Erreur ouverture fichier %s " msgstr "" -#: include/card_attr.inc.php:155 include/card_attr.inc.php:155 +#: include/card_attr.inc.php:155 msgid "Nouvel attribut" msgstr "" @@ -22292,7 +23971,6 @@ msgid "Domaine" msgstr "" #: html/install.php:297 html/install.php:304 html/install.php:307 -#: html/install.php:307 msgid "Version PHP trop basse , minimum 5.4" msgstr "" @@ -22314,7 +23992,8 @@ msgstr "" msgid "Vous devez choisir au moins une ligne" msgstr "" -#: include/compta_fin_rec.inc.php:339 include/compta_fin_rec.inc.php:339 +#: include/compta_fin_rec.inc.php:339 include/compta_fin_rec.inc.php:380 +#: include/compta_fin_rec.inc.php:380 msgid "Pièce justificative" msgstr "" @@ -22339,17 +24018,20 @@ msgid "TOTAUX" msgstr "" #: include/database.item.php:7 include/database.item.php:136 -#: include/database.item.php:134 include/database.item.php:136 +#: include/database.item.php:134 include/database.item.php:135 +#: include/database.item.php:135 msgid "Exporte la pièce" msgstr "" #: include/database.item.php:8 include/database.item.php:137 -#: include/database.item.php:135 include/database.item.php:137 +#: include/database.item.php:135 include/database.item.php:136 +#: include/database.item.php:136 msgid "Export le document" msgstr "" #: include/database.item.php:9 include/database.item.php:138 -#: include/database.item.php:136 include/database.item.php:138 +#: include/database.item.php:136 include/database.item.php:137 +#: include/database.item.php:137 msgid "Exporte le modèle de document" msgstr "" @@ -22368,7 +24050,7 @@ msgid "Avec Détails opérations " msgstr "" #: include/opening.inc.php:84 include/compta_ods.inc.php:96 -#: include/compta_ods.inc.php:96 include/opening.inc.php:84 +#: include/opening.inc.php:84 include/compta_ods.inc.php:96 msgid "Opération enregistrée" msgstr "" @@ -22409,7 +24091,7 @@ msgid "Ecriture d'ouverture %d" msgstr "" #: include/operation_ods_new.inc.php:43 include/operation_ods_new.inc.php:44 -#: include/operation_ods_new.inc.php:44 +#: include/operation_ods_new.inc.php:45 include/operation_ods_new.inc.php:45 msgid "" "Vous ne pouvez pas écrire dans ce journal, contactez votre administrateur" msgstr "" @@ -22418,16 +24100,19 @@ msgstr "" msgid "Type d'utilisateur" msgstr "" -#: include/param_sec.inc.php:85 include/param_sec.inc.php:85 +#: include/param_sec.inc.php:85 include/param_sec.inc.php:86 +#: include/param_sec.inc.php:86 msgid "prénom" msgstr "" -#: include/param_sec.inc.php:86 include/param_sec.inc.php:86 +#: include/param_sec.inc.php:86 include/param_sec.inc.php:87 +#: include/param_sec.inc.php:87 msgid "profil" msgstr "" #: include/param_sec.inc.php:135 include/param_sec.inc.php:141 -#: include/param_sec.inc.php:141 +#: include/category_followup.inc.php:50 include/param_sec.inc.php:146 +#: include/category_followup.inc.php:50 include/param_sec.inc.php:146 msgid "retour" msgstr "" @@ -22448,16 +24133,16 @@ msgid "Ajouter un dépôt" msgstr "" #: include/template/form_ledger_detail.php:15 -#: include/template/form_ledger_detail.php:15 +#: include/template/form_ledger_detail.php:18 +#: include/template/form_ledger_detail.php:18 msgid "Modèle opération" msgstr "" #: include/template/impress_reconciliation_detail.php:25 #: include/class/tva_rate_mtable.class.php:51 #: include/class/tva_rate_mtable.class.php:57 -#: include/template/impress_reconciliation_detail.php:25 #: include/class/tva_rate_mtable.class.php:51 -#: include/class/tva_rate_mtable.class.php:57 +#: include/template/impress_reconciliation_detail.php:25 msgid "Autoliquidation" msgstr "" @@ -22474,16 +24159,21 @@ msgstr "" #: include/template/ledger_detail_bottom.php:200 #: include/template/ledger_detail_bottom.php:217 #: include/template/ledger_detail_bottom.php:214 +#: include/template/ledger_detail_bottom.php:232 +#: include/template/ledger_detail_bottom.php:233 +#: include/template/ledger_detail_bottom.php:233 msgid "delta" msgstr "" #: include/template/param_jrn.php:194 include/template/param_jrn.php:201 #: include/template/param_jrn.php:203 include/template/param_jrn.php:248 +#: include/template/param_jrn.php:249 include/template/param_jrn.php:249 msgid "Clients (D)" msgstr "" #: include/template/param_jrn.php:197 include/template/param_jrn.php:204 #: include/template/param_jrn.php:206 include/template/param_jrn.php:251 +#: include/template/param_jrn.php:252 include/template/param_jrn.php:252 msgid "Services, fournitures ou biens vendus (C)" msgstr "" @@ -22492,12 +24182,14 @@ msgid "Nouveau format" msgstr "" #: include/lib/http_input.class.php:78 include/lib/http_input.class.php:85 -#: include/lib/http_input.class.php:87 include/lib/http_input.class.php:87 +#: include/lib/http_input.class.php:87 include/lib/http_input.class.php:125 +#: include/lib/http_input.class.php:125 msgid "Unknown type" msgstr "" #: include/lib/icard.class.php:222 include/lib/icard.class.php:223 -#: include/lib/icard.class.php:224 include/lib/icard.class.php:224 +#: include/lib/icard.class.php:224 include/lib/icard.class.php:225 +#: include/lib/icard.class.php:225 msgid "Le nom d une icard doit être donne" msgstr "" @@ -22506,12 +24198,12 @@ msgid "Faites un choix" msgstr "" #: include/lib/inplace_edit.class.php:79 include/lib/inplace_edit.class.php:78 -#: include/lib/inplace_edit.class.php:78 +#: include/lib/inplace_edit.class.php:81 include/lib/inplace_edit.class.php:81 msgid "ok" msgstr "" #: include/lib/inplace_edit.class.php:80 include/lib/inplace_edit.class.php:79 -#: include/lib/inplace_edit.class.php:79 +#: include/lib/inplace_edit.class.php:82 include/lib/inplace_edit.class.php:82 msgid "cancel" msgstr "" @@ -22522,28 +24214,34 @@ msgid "Invalide value" msgstr "" #: include/lib/message_javascript.php:72 include/lib/message_javascript.php:74 -#: include/lib/message_javascript.php:74 +#: include/lib/message_javascript.php:75 include/lib/message_javascript.php:75 msgid "Mettez le pourcentage
        à zéro pour effacer la ligne" msgstr "" #: include/ajax/ajax_anc_plan.php:56 include/class/anc_plan.class.php:126 #: include/ajax/ajax_anc_plan.php:59 include/ajax/ajax_anc_plan.php:60 -#: include/ajax/ajax_anc_plan.php:60 include/class/anc_plan.class.php:126 +#: include/class/anc_plan.class.php:127 include/class/anc_plan.class.php:127 +#: include/ajax/ajax_anc_plan.php:60 msgid "Aucune description" msgstr "" #: include/ajax/ajax_card.php:356 include/ajax/ajax_card.php:359 -#: include/ajax/ajax_card.php:360 +#: include/ajax/ajax_card.php:360 include/ajax/ajax_card.php:393 +#: include/ajax/ajax_card.php:393 msgid "Erreur sauvegarde" msgstr "" #: include/ajax/ajax_search_filter.php:73 -#: include/ajax/ajax_search_filter.php:73 +#: include/class/action_document_type_mtable.class.php:106 +#: include/ajax/ajax_search_filter.php:81 +#: include/class/action_document_type_mtable.class.php:106 +#: include/ajax/ajax_search_filter.php:81 msgid "Nom ne peut être vide" msgstr "" #: include/ajax/ajax_search_filter.php:151 -#: include/ajax/ajax_search_filter.php:151 +#: include/ajax/ajax_search_filter.php:160 +#: include/ajax/ajax_search_filter.php:160 msgid "Remise à zéro" msgstr "" @@ -22584,24 +24282,28 @@ msgstr "" #: include/export/export_gl_pdf.php:88 #: include/export/export_poste_detail_pdf.php:100 +#: include/export/export_poste_detail_pdf.php:101 +#: include/export/export_poste_detail_pdf.php:101 #: include/export/export_gl_pdf.php:88 -#: include/export/export_poste_detail_pdf.php:100 msgid "Let" msgstr "" #: include/export/export_poste_detail_pdf.php:60 -#: include/export/export_poste_detail_pdf.php:60 +#: include/export/export_poste_detail_pdf.php:61 +#: include/export/export_poste_detail_pdf.php:61 #, php-format msgid " Période : %s %s" msgstr "" #: include/export/export_poste_detail_pdf.php:64 -#: include/export/export_poste_detail_pdf.php:64 +#: include/export/export_poste_detail_pdf.php:65 +#: include/export/export_poste_detail_pdf.php:65 msgid "Détail poste comptable" msgstr "" #: include/export/export_poste_detail_pdf.php:106 -#: include/export/export_poste_detail_pdf.php:106 +#: include/export/export_poste_detail_pdf.php:107 +#: include/export/export_poste_detail_pdf.php:107 msgid "Prog" msgstr "" @@ -22626,6 +24328,8 @@ msgid " Sécurité" msgstr "" #: include/export/export_security_pdf.php:104 +#: include/class/card_attribut_mtable.class.php:155 +#: include/class/card_attribut_mtable.class.php:155 #: include/export/export_security_pdf.php:104 msgid "Bloqué" msgstr "" @@ -22695,7 +24399,8 @@ msgstr "" #: include/class/acc_account_ledger.class.php:392 #: include/class/acc_account_ledger.class.php:393 -#: include/class/acc_account_ledger.class.php:393 +#: include/class/acc_account_ledger.class.php:385 +#: include/class/acc_account_ledger.class.php:385 msgid "n° de pièce" msgstr "" @@ -22704,6 +24409,8 @@ msgstr "" #: include/class/acc_ledger.class.php:798 #: include/class/acc_ledger.class.php:803 #: include/class/acc_ledger.class.php:819 +#: include/class/acc_ledger.class.php:807 +#: include/class/acc_ledger.class.php:807 msgid "Modèle d'opération" msgstr "" @@ -22712,6 +24419,8 @@ msgstr "" #: include/class/acc_ledger.class.php:981 #: include/class/acc_ledger.class.php:986 #: include/class/acc_ledger.class.php:1002 +#: include/class/acc_ledger.class.php:994 +#: include/class/acc_ledger.class.php:994 #, php-format msgid "Réconciliation/rapprochements : %s" msgstr "" @@ -22723,7 +24432,9 @@ msgstr "" #: include/class/acc_ledger_search.class.php:259 #: include/class/acc_ledger_search.class.php:246 #: include/class/acc_ledger_search.class.php:248 -#: include/class/acc_ledger_search.class.php:248 +#: include/class/acc_ledger_search.class.php:262 +#: include/class/acc_ledger_search.class.php:264 +#: include/class/acc_ledger_search.class.php:264 msgid "Nom du filtre" msgstr "" @@ -22731,7 +24442,9 @@ msgstr "" #: include/class/acc_ledger_search.class.php:1070 #: include/class/acc_ledger_search.class.php:1078 #: include/class/acc_ledger_search.class.php:1091 -#: include/class/acc_ledger_search.class.php:1091 +#: include/class/acc_ledger_search.class.php:1180 +#: include/class/acc_ledger_search.class.php:1203 +#: include/class/acc_ledger_search.class.php:1203 msgid "Inverser sel" msgstr "" @@ -22739,7 +24452,9 @@ msgstr "" #: include/class/acc_ledger_search.class.php:1072 #: include/class/acc_ledger_search.class.php:1080 #: include/class/acc_ledger_search.class.php:1093 -#: include/class/acc_ledger_search.class.php:1093 +#: include/class/acc_ledger_search.class.php:1182 +#: include/class/acc_ledger_search.class.php:1205 +#: include/class/acc_ledger_search.class.php:1205 msgid "Effacer sel" msgstr "" @@ -22747,7 +24462,9 @@ msgstr "" #: include/class/acc_ledger_search.class.php:1080 #: include/class/acc_ledger_search.class.php:1088 #: include/class/acc_ledger_search.class.php:1101 -#: include/class/acc_ledger_search.class.php:1101 +#: include/class/acc_ledger_search.class.php:1190 +#: include/class/acc_ledger_search.class.php:1213 +#: include/class/acc_ledger_search.class.php:1213 msgid "Op.Diverses" msgstr "" @@ -22822,14 +24539,16 @@ msgstr "" #: include/class/acc_plan_mtable.class.php:127 #: include/class/acc_plan_mtable.class.php:139 #: include/class/acc_plan_mtable.class.php:163 -#: include/class/acc_plan_mtable.class.php:163 +#: include/class/acc_plan_mtable.class.php:167 +#: include/class/acc_plan_mtable.class.php:167 msgid "Poste comptable est unique" msgstr "" #: include/class/acc_plan_mtable.class.php:130 #: include/class/acc_plan_mtable.class.php:142 #: include/class/acc_plan_mtable.class.php:166 -#: include/class/acc_plan_mtable.class.php:166 +#: include/class/acc_plan_mtable.class.php:170 +#: include/class/acc_plan_mtable.class.php:170 msgid "Poste comptable ne peut être vide" msgstr "" @@ -22846,25 +24565,30 @@ msgstr "" #: include/class/fiche.class.php:849 include/class/fiche.class.php:995 #: include/class/fiche.class.php:996 include/class/fiche.class.php:1036 #: include/class/fiche.class.php:850 include/class/fiche.class.php:997 -#: include/class/fiche.class.php:1037 -#: include/class/acc_plan_mtable.class.php:170 -#: include/class/fiche.class.php:819 include/class/fiche.class.php:849 -#: include/class/fiche.class.php:850 include/class/fiche.class.php:996 -#: include/class/fiche.class.php:997 include/class/fiche.class.php:1037 +#: include/class/fiche.class.php:1037 include/class/fiche.class.php:846 +#: include/class/fiche.class.php:876 include/class/fiche.class.php:877 +#: include/class/fiche.class.php:1024 include/class/fiche.class.php:1064 +#: include/class/acc_plan_mtable.class.php:174 +#: include/class/fiche.class.php:846 include/class/fiche.class.php:876 +#: include/class/fiche.class.php:877 include/class/fiche.class.php:1023 +#: include/class/fiche.class.php:1024 include/class/fiche.class.php:1064 +#: include/class/acc_plan_mtable.class.php:174 msgid "Poste comptable trop long" msgstr "" #: include/class/acc_plan_mtable.class.php:137 #: include/class/acc_plan_mtable.class.php:149 #: include/class/acc_plan_mtable.class.php:173 -#: include/class/acc_plan_mtable.class.php:173 +#: include/class/acc_plan_mtable.class.php:177 +#: include/class/acc_plan_mtable.class.php:177 msgid "Poste comptable dépendant ne peut pas être vide" msgstr "" #: include/class/acc_plan_mtable.class.php:145 #: include/class/acc_plan_mtable.class.php:157 #: include/class/acc_plan_mtable.class.php:181 -#: include/class/acc_plan_mtable.class.php:181 +#: include/class/acc_plan_mtable.class.php:185 +#: include/class/acc_plan_mtable.class.php:185 msgid "Compte parent n'existe pas" msgstr "" @@ -22900,35 +24624,39 @@ msgstr "" msgid "Num Pièce" msgstr "" -#: include/class/anc_table.class.php:233 include/class/anc_table.class.php:233 +#: include/class/anc_table.class.php:233 include/fiche.inc.php:285 +#: include/fiche.inc.php:285 include/class/anc_table.class.php:233 msgid "Export en CSV" msgstr "" #: include/class/fiche.class.php:838 include/class/fiche.class.php:840 #: include/class/fiche.class.php:843 include/class/fiche.class.php:844 -#: include/class/fiche.class.php:844 +#: include/class/fiche.class.php:871 include/class/fiche.class.php:871 msgid "Désolé, il y a trop de virgule dans le poste comptable " msgstr "" #: include/class/fiche.class.php:1047 include/class/fiche.class.php:1049 #: include/class/fiche.class.php:1063 include/class/fiche.class.php:1064 -#: include/class/fiche.class.php:1064 +#: include/class/fiche.class.php:1091 include/class/fiche.class.php:1091 msgid "opération annulée" msgstr "" #: include/class/pre_operation.class.php:285 #: include/class/pre_operation.class.php:286 -#: include/class/pre_operation.class.php:286 +#: include/class/pre_operation.class.php:343 +#: include/class/pre_operation.class.php:343 msgid "Vous n'avez encore sauvé aucun modèle" msgstr "" #: html/ajax_misc.php:288 html/ajax_misc.php:290 html/ajax_misc.php:296 -#: html/ajax_misc.php:298 html/ajax_misc.php:298 +#: html/ajax_misc.php:298 html/ajax_misc.php:313 html/ajax_misc.php:321 +#: html/ajax_misc.php:321 msgid "Invalide type" msgstr "" #: html/ajax_misc.php:452 html/ajax_misc.php:454 html/ajax_misc.php:460 -#: html/ajax_misc.php:462 html/ajax_misc.php:466 +#: html/ajax_misc.php:462 html/ajax_misc.php:466 html/ajax_misc.php:431 +#: html/ajax_misc.php:439 html/ajax_misc.php:439 msgid "Choisissez la TVA" msgstr "" @@ -22936,18 +24664,19 @@ msgstr "" msgid "cliquez ici pour mettre à jour " msgstr "" -#: html/install.php:142 html/install.php:142 +#: html/install.php:142 html/install.php:155 html/install.php:159 +#: html/install.php:159 msgid "" "Indiquez ici le répertoire où les documents temporaires peuvent être sauvés " "exemple c:/temp, /tmp" msgstr "" -#: html/install.php:370 html/install.php:373 html/install.php:373 +#: html/install.php:370 html/install.php:373 html/install.php:422 +#: html/install.php:428 html/install.php:428 msgid "open_basedir empêche certaines fonctions de Noalyss,mettez-le à vide " msgstr "" #: html/install.php:404 html/install.php:410 html/install.php:413 -#: html/install.php:413 msgid "" " Vous devez absolument utiliser au minimum une version 9.0 de PostGresql, si " "votre distribution n'en\n" @@ -22957,19 +24686,20 @@ msgid "" msgstr "" #: html/install.php:629 html/install.php:636 html/install.php:639 -#: html/install.php:639 +#: html/install.php:692 html/install.php:698 html/install.php:698 #, php-format msgid "VOUS DEVEZ EFFACER CE FICHIER %s" msgstr "" #: html/install.php:632 html/install.php:592 html/install.php:639 -#: html/install.php:595 html/install.php:642 html/install.php:595 -#: html/install.php:642 +#: html/install.php:595 html/install.php:642 html/install.php:645 +#: html/install.php:695 html/install.php:651 html/install.php:701 +#: html/install.php:651 html/install.php:701 msgid "Tout est installé" msgstr "" #: html/install.php:636 html/install.php:643 html/install.php:646 -#: html/install.php:646 +#: html/install.php:699 html/install.php:705 html/install.php:705 msgid "Essai effacement install.php et se connecter à NOALYSS" msgstr "" @@ -22997,8 +24727,8 @@ msgstr "" #: include/class/acc_operation.class.php:727 #: include/export/export_balance_pdf.php:132 #: include/export/export_balance_pdf.php:133 -#: include/export/export_balance_pdf.php:133 include/balance.inc.php:314 #: include/class/acc_operation.class.php:727 +#: include/export/export_balance_pdf.php:133 include/balance.inc.php:314 msgid "Ouverture" msgstr "" @@ -23010,12 +24740,14 @@ msgstr "" #: include/compta_ach.inc.php:109 include/compta_ven.inc.php:116 #: include/operation_ods_confirm.inc.php:67 include/compta_ven.inc.php:114 -#: include/compta_ach.inc.php:107 include/operation_ods_confirm.inc.php:67 +#: include/compta_ach.inc.php:107 include/compta_ach.inc.php:106 +#: include/compta_ven.inc.php:114 include/compta_ach.inc.php:106 +#: include/operation_ods_confirm.inc.php:67 msgid "Message extourne" msgstr "" #: include/database.item.php:89 include/database.item.php:87 -#: include/database.item.php:89 +#: include/database.item.php:88 include/database.item.php:88 msgid "" "Chargement de modèles de documents qui seront générés par NOALYSS, les " "formats utilisables sont libreoffice, html, text et rtf" @@ -23035,10 +24767,12 @@ msgid "Détails TVA" msgstr "" #: include/modele.inc.php:269 include/modele.inc.php:270 +#: include/modele.inc.php:270 msgid "Modèles locaux" msgstr "" #: include/modele.inc.php:326 include/modele.inc.php:327 +#: include/modele.inc.php:327 msgid "Modèles disponibles dans le dépôt" msgstr "" @@ -23052,51 +24786,64 @@ msgstr "" #: include/operation_ods_confirm.inc.php:54 #: include/template/ledger_detail_bottom.php:155 -#: include/template/ledger_detail_bottom.php:155 +#: include/template/ledger_detail_bottom.php:160 +#: include/template/ledger_detail_bottom.php:161 +#: include/template/ledger_detail_bottom.php:161 #: include/operation_ods_confirm.inc.php:54 msgid "Type opération" msgstr "" -#: include/param_sec.inc.php:87 include/param_sec.inc.php:87 +#: include/param_sec.inc.php:87 include/param_sec.inc.php:88 +#: include/param_sec.inc.php:88 msgid "Séc. Journaux actif" msgstr "" -#: include/param_sec.inc.php:88 include/param_sec.inc.php:88 +#: include/param_sec.inc.php:88 include/param_sec.inc.php:89 +#: include/param_sec.inc.php:89 msgid "Séc. Action actif" msgstr "" -#: include/param_sec.inc.php:231 include/param_sec.inc.php:231 +#: include/param_sec.inc.php:231 include/param_sec.inc.php:234 +#: include/param_sec.inc.php:234 msgid "Sécurité sur les journaux" msgstr "" #: include/param_sec.inc.php:237 include/param_sec.inc.php:302 -#: include/param_sec.inc.php:237 include/param_sec.inc.php:302 +#: include/param_sec.inc.php:240 include/param_sec.inc.php:313 +#: include/param_sec.inc.php:240 include/param_sec.inc.php:313 msgid "Les administrateurs NOALYSS ont toujours accès à tout" msgstr "" -#: include/param_sec.inc.php:298 include/param_sec.inc.php:298 +#: include/param_sec.inc.php:298 include/param_sec.inc.php:309 +#: include/param_sec.inc.php:309 msgid "Sécurité sur les actions" msgstr "" -#: include/periode.inc.php:88 include/periode.inc.php:88 +#: include/periode.inc.php:88 include/periode.inc.php:86 +#: include/periode.inc.php:86 msgid "Montrer l'exercice" msgstr "" -#: include/periode.inc.php:94 include/periode.inc.php:94 +#: include/periode.inc.php:94 include/periode.inc.php:95 +#: include/periode.inc.php:95 msgid "Fermer les périodes sélectionnées" msgstr "" -#: include/periode.inc.php:102 include/periode.inc.php:102 +#: include/periode.inc.php:102 include/periode.inc.php:103 +#: include/periode.inc.php:103 msgid "Ajout exercice" msgstr "" #: include/periode.inc.php:113 include/class/periode.class.php:687 -#: include/class/periode.class.php:689 include/periode.inc.php:113 -#: include/class/periode.class.php:691 +#: include/class/periode.class.php:689 include/class/periode.class.php:691 +#: include/class/periode.class.php:692 include/periode.inc.php:114 +#: include/class/periode.class.php:693 include/class/periode.class.php:693 +#: include/periode.inc.php:114 msgid "Ajout période" msgstr "" -#: include/periode.inc.php:126 include/periode.inc.php:126 +#: include/periode.inc.php:126 include/periode.inc.php:127 +#: include/periode.inc.php:127 msgid "Pour ajouter, effacer ou modifier une période, il faut choisir global" msgstr "" @@ -23125,7 +24872,8 @@ msgstr "" msgid "Met à jour toutes les dossiers et modèles" msgstr "" -#: include/upgrade.inc.php:34 include/upgrade.inc.php:34 +#: include/upgrade.inc.php:34 include/template/template_config_form.php:32 +#: include/template/template_config_form.php:32 include/upgrade.inc.php:34 msgid "Application" msgstr "" @@ -23153,28 +24901,28 @@ msgid "Les extensions doivent être activées dans le dossier après installatio msgstr "" #: include/upgrade-plugin.php:53 include/upgrade-plugin.php:65 -#: include/upgrade-plugin.php:65 +#: include/upgrade-plugin.php:68 include/upgrade-plugin.php:68 msgid "Auteur" msgstr "" #: include/upgrade-plugin.php:91 include/upgrade-plugin.php:103 -#: include/upgrade-plugin.php:103 +#: include/upgrade-plugin.php:106 include/upgrade-plugin.php:106 msgid "MultiModule" msgstr "" #: include/upgrade-plugin.php:98 include/upgrade-plugin.php:110 -#: include/upgrade-plugin.php:110 +#: include/upgrade-plugin.php:113 include/upgrade-plugin.php:113 #, php-format msgid "Nouvelle version disponible %s , votre version %s" msgstr "" #: include/upgrade-plugin.php:105 include/upgrade-plugin.php:117 -#: include/upgrade-plugin.php:117 +#: include/upgrade-plugin.php:120 include/upgrade-plugin.php:120 msgid "Dernière version installée" msgstr "" #: include/upgrade-plugin.php:112 include/upgrade-plugin.php:124 -#: include/upgrade-plugin.php:124 +#: include/upgrade-plugin.php:127 include/upgrade-plugin.php:127 msgid "Non installée" msgstr "" @@ -23204,7 +24952,8 @@ msgid "Date création" msgstr "" #: include/template/param_jrn.php:125 include/template/param_jrn.php:127 -#: include/template/param_jrn.php:171 +#: include/template/param_jrn.php:171 include/template/param_jrn.php:172 +#: include/template/param_jrn.php:172 msgid "Journal actif" msgstr "" @@ -23250,17 +24999,20 @@ msgid "Réservé un jour pour les opérations de fermeture " msgstr "" #: include/template/periode_add_exercice.php:82 -#: include/template/periode_add_exercice.php:82 +#: include/template/periode_add_exercice.php:91 +#: include/template/periode_add_exercice.php:91 msgid "Exercice invalide" msgstr "" #: include/template/periode_add_exercice.php:87 -#: include/template/periode_add_exercice.php:87 +#: include/template/periode_add_exercice.php:96 +#: include/template/periode_add_exercice.php:96 msgid "Nombre de mois invalide" msgstr "" #: include/template/periode_add_exercice.php:99 -#: include/template/periode_add_exercice.php:99 +#: include/template/periode_add_exercice.php:108 +#: include/template/periode_add_exercice.php:108 msgid "Nombre de mois possible entre 1 et 60" msgstr "" @@ -23273,12 +25025,14 @@ msgid "Tag actif" msgstr "" #: include/template/tag_search_select.php:13 -#: include/template/tag_search_select.php:13 +#: include/template/tag_search_select.php:16 +#: include/template/tag_search_select.php:16 msgid "Uniquement actif" msgstr "" #: include/template/tag_search_select.php:45 -#: include/template/tag_search_select.php:45 +#: include/template/tag_search_select.php:48 +#: include/template/tag_search_select.php:48 msgid "non actif" msgstr "" @@ -23339,7 +25093,8 @@ msgid "" msgstr "" #: include/lib/ac_common.php:811 include/lib/ac_common.php:813 -#: include/lib/ac_common.php:829 include/lib/ac_common.php:829 +#: include/lib/ac_common.php:829 include/lib/ac_common.php:839 +#: include/lib/ac_common.php:839 msgid "Format Invalide" msgstr "" @@ -23352,17 +25107,15 @@ msgid "Cliquez pour éditer" msgstr "" #: include/lib/message_javascript.php:74 include/lib/message_javascript.php:76 -#: include/lib/message_javascript.php:76 +#: include/lib/message_javascript.php:77 include/lib/message_javascript.php:77 msgid "Autoliquidation : Utilisé en même temps au crédit et au débit" msgstr "" #: include/lib/message_javascript.php:75 include/lib/message_javascript.php:77 -#: include/lib/message_javascript.php:77 msgid "Ne donner pas ce poste comptable si ce code n'est pas utilisé à l'achat" msgstr "" #: include/lib/message_javascript.php:76 include/lib/message_javascript.php:78 -#: include/lib/message_javascript.php:78 msgid "" "Ne donner pas ce poste comptable si ce code n'est pas utilisé à la vente" msgstr "" @@ -23373,7 +25126,7 @@ msgid "Encodage invalide" msgstr "" #: include/lib/user_menu.php:121 include/lib/user_menu.php:78 -#: include/lib/user_menu.php:78 +#: include/lib/user_menu.php:77 include/lib/user_menu.php:77 msgid "Installation Mise à jour du système et des bases de données" msgstr "" @@ -23393,6 +25146,8 @@ msgid "Modèle installé " msgstr "" #: include/ajax/ajax_card.php:619 include/ajax/ajax_card.php:642 +#: include/ajax/ajax_card.php:756 include/ajax/ajax_card.php:755 +#: include/ajax/ajax_card.php:755 msgid "Fiche non effacée" msgstr "" @@ -23400,7 +25155,8 @@ msgstr "" msgid "Erreur exercice invalide" msgstr "" -#: include/ajax/ajax_periode.php:291 include/ajax/ajax_periode.php:291 +#: include/ajax/ajax_periode.php:291 include/ajax/ajax_periode.php:261 +#: include/ajax/ajax_periode.php:261 msgid "Invalid command" msgstr "" @@ -23460,12 +25216,14 @@ msgid "Attribut déjà ajouté" msgstr "" #: include/ajax/ajax_template_cat_category.php:92 -#: include/ajax/ajax_template_cat_category.php:92 +#: include/ajax/ajax_template_cat_category.php:91 +#: include/ajax/ajax_template_cat_category.php:91 msgid "Attribut déjà utilisé" msgstr "" #: include/ajax/ajax_template_cat_category.php:95 -#: include/ajax/ajax_template_cat_category.php:95 +#: include/ajax/ajax_template_cat_category.php:94 +#: include/ajax/ajax_template_cat_category.php:94 msgid "Attribut obligatoire" msgstr "" @@ -23500,6 +25258,8 @@ msgstr "" #: include/class/acc_ledger.class.php:2274 #: include/class/acc_ledger.class.php:2283 #: include/class/acc_ledger.class.php:2299 +#: include/class/acc_ledger.class.php:2318 +#: include/class/acc_ledger.class.php:2318 msgid "Activé" msgstr "" @@ -23507,6 +25267,8 @@ msgstr "" #: include/class/acc_ledger.class.php:2275 #: include/class/acc_ledger.class.php:2284 #: include/class/acc_ledger.class.php:2300 +#: include/class/acc_ledger.class.php:2319 +#: include/class/acc_ledger.class.php:2319 msgid "Désactivé" msgstr "" @@ -23514,13 +25276,16 @@ msgstr "" #: include/class/acc_ledger.class.php:2871 #: include/class/acc_ledger.class.php:2880 #: include/class/acc_ledger.class.php:2919 +#: include/class/acc_ledger.class.php:2943 +#: include/class/acc_ledger.class.php:2943 msgid "Journal incorrect" msgstr "" #: include/class/acc_ledger_history.class.php:46 #: include/class/acc_ledger_history.class.php:47 #: include/class/acc_ledger_history.class.php:48 -#: include/class/acc_ledger_history.class.php:48 +#: include/class/acc_ledger_history.class.php:59 +#: include/class/acc_ledger_history.class.php:59 msgid "pa_ledger doit être un tableau" msgstr "" @@ -23530,26 +25295,34 @@ msgstr "" #: include/class/acc_ledger_history.class.php:122 #: include/class/acc_ledger_history.class.php:110 #: include/class/acc_ledger_history.class.php:123 -#: include/class/acc_ledger_history.class.php:110 -#: include/class/acc_ledger_history.class.php:123 +#: include/class/acc_ledger_history.class.php:138 +#: include/class/acc_ledger_history.class.php:151 +#: include/class/acc_ledger_history.class.php:138 +#: include/class/acc_ledger_history.class.php:151 msgid "invalid parameter" msgstr "" #: include/class/acc_ledger_history_generic.class.php:667 #: include/class/acc_ledger_history_generic.class.php:668 #: include/class/acc_ledger_history_generic.class.php:671 +#: include/class/acc_ledger_history_generic.class.php:672 +#: include/class/acc_ledger_history_generic.class.php:672 msgid "solde débiteur:" msgstr "" #: include/class/acc_ledger_history_generic.class.php:668 #: include/class/acc_ledger_history_generic.class.php:669 #: include/class/acc_ledger_history_generic.class.php:672 +#: include/class/acc_ledger_history_generic.class.php:673 +#: include/class/acc_ledger_history_generic.class.php:673 msgid "solde créditeur:" msgstr "" #: include/class/acc_ledger_history_generic.class.php:684 #: include/class/acc_ledger_history_generic.class.php:685 #: include/class/acc_ledger_history_generic.class.php:688 +#: include/class/acc_ledger_history_generic.class.php:689 +#: include/class/acc_ledger_history_generic.class.php:689 msgid "Total opération" msgstr "" @@ -23559,24 +25332,28 @@ msgstr "" #: include/class/acc_ledger_history_sale.class.php:262 #: include/class/acc_ledger_history_purchase.class.php:271 #: include/class/acc_ledger_history_purchase.class.php:276 -#: include/class/acc_ledger_history_purchase.class.php:276 -#: include/class/acc_ledger_history_sale.class.php:262 +#: include/class/acc_ledger_history_sale.class.php:272 +#: include/class/acc_ledger_history_purchase.class.php:287 +#: include/class/acc_ledger_history_sale.class.php:272 +#: include/class/acc_ledger_history_purchase.class.php:287 msgid "TVAC/TTC" msgstr "" #: include/class/acc_ledger_purchase.class.php:270 #: include/class/acc_ledger_sold.class.php:225 #: include/class/acc_ledger_purchase.class.php:269 +#: include/class/acc_ledger_purchase.class.php:271 +#: include/class/acc_ledger_purchase.class.php:271 #: include/class/acc_ledger_sold.class.php:225 -#: include/class/acc_ledger_purchase.class.php:269 msgid "Date de paiement invalide" msgstr "" #: include/class/acc_ledger_purchase.class.php:276 #: include/class/acc_ledger_sold.class.php:232 #: include/class/acc_ledger_purchase.class.php:275 +#: include/class/acc_ledger_purchase.class.php:277 +#: include/class/acc_ledger_purchase.class.php:277 #: include/class/acc_ledger_sold.class.php:232 -#: include/class/acc_ledger_purchase.class.php:275 msgid "Date échéance invalide" msgstr "" @@ -23587,7 +25364,6 @@ msgstr "" #: include/class/acc_operation.class.php:726 #: include/class/tva_rate_mtable.class.php:56 -#: include/class/tva_rate_mtable.class.php:56 #: include/class/acc_operation.class.php:726 msgid "Normal" msgstr "" @@ -23649,147 +25425,176 @@ msgid "Installé le %s" msgstr "" #: include/class/periode.class.php:251 include/class/periode.class.php:253 -#: include/class/periode.class.php:255 +#: include/class/periode.class.php:255 include/class/periode.class.php:255 msgid "Période chevauchant une autre" msgstr "" #: include/class/periode.class.php:421 include/class/periode.class.php:423 -#: include/class/periode.class.php:425 +#: include/class/periode.class.php:425 include/class/periode.class.php:426 +#: include/class/periode.class.php:426 msgid "Exercice n'est pas un nombre" msgstr "" #: include/class/periode.class.php:424 include/class/periode.class.php:426 -#: include/class/periode.class.php:428 +#: include/class/periode.class.php:428 include/class/periode.class.php:429 +#: include/class/periode.class.php:429 #, php-format msgid "Exercice doit être entre %s et %s " msgstr "" #: include/class/periode.class.php:427 include/class/periode.class.php:429 -#: include/class/periode.class.php:431 +#: include/class/periode.class.php:431 include/class/periode.class.php:432 +#: include/class/periode.class.php:432 msgid "Année n'est pas un nombre" msgstr "" #: include/class/periode.class.php:430 include/class/periode.class.php:432 -#: include/class/periode.class.php:434 +#: include/class/periode.class.php:434 include/class/periode.class.php:435 +#: include/class/periode.class.php:435 #, php-format msgid "Année doit être entre %s et %s " msgstr "" #: include/class/periode.class.php:434 include/class/periode.class.php:436 -#: include/class/periode.class.php:438 +#: include/class/periode.class.php:438 include/class/periode.class.php:439 +#: include/class/periode.class.php:439 msgid "Nombre de mois n'est pas un nombre" msgstr "" #: include/class/periode.class.php:436 include/class/periode.class.php:438 -#: include/class/periode.class.php:440 +#: include/class/periode.class.php:440 include/class/periode.class.php:441 +#: include/class/periode.class.php:441 msgid "Nombre de mois doit être compris entre 1 & 60 " msgstr "" #: include/class/periode.class.php:438 include/class/periode.class.php:440 -#: include/class/periode.class.php:442 include/class/periode.class.php:442 -#: include/class/periode.class.php:444 +#: include/class/periode.class.php:442 include/class/periode.class.php:444 +#: include/class/periode.class.php:443 include/class/periode.class.php:445 +#: include/class/periode.class.php:443 include/class/periode.class.php:445 msgid "Mois de début n'existe pas " msgstr "" #: include/class/periode.class.php:520 include/class/periode.class.php:522 -#: include/class/periode.class.php:524 +#: include/class/periode.class.php:524 include/class/periode.class.php:525 +#: include/class/periode.class.php:525 msgid "nb opérations" msgstr "" #: include/class/periode.class.php:521 include/class/periode.class.php:523 -#: include/class/periode.class.php:525 +#: include/class/periode.class.php:525 include/class/periode.class.php:526 +#: include/class/periode.class.php:526 msgid "Status" msgstr "" #: include/class/periode.class.php:585 #: include/class/periode_ledger_table.class.php:142 -#: include/class/periode.class.php:587 -#: include/class/periode_ledger_table.class.php:142 -#: include/class/periode.class.php:589 +#: include/class/periode.class.php:587 include/class/periode.class.php:589 +#: include/class/periode.class.php:590 include/class/periode.class.php:591 +#: include/class/periode_ledger_table.class.php:143 +#: include/class/periode.class.php:591 +#: include/class/periode_ledger_table.class.php:143 msgid "Fermée" msgstr "" #: include/class/periode.class.php:585 #: include/class/periode_ledger_table.class.php:142 #: include/class/periode_ledger_table.class.php:144 -#: include/class/periode.class.php:587 -#: include/class/periode_ledger_table.class.php:142 -#: include/class/periode_ledger_table.class.php:144 -#: include/class/periode.class.php:589 +#: include/class/periode.class.php:587 include/class/periode.class.php:589 +#: include/class/periode.class.php:590 include/class/periode.class.php:591 +#: include/class/periode_ledger_table.class.php:143 +#: include/class/periode_ledger_table.class.php:145 +#: include/class/periode.class.php:591 +#: include/class/periode_ledger_table.class.php:143 +#: include/class/periode_ledger_table.class.php:145 msgid "Ouvert" msgstr "" #: include/class/periode.class.php:647 include/class/periode.class.php:649 -#: include/class/periode.class.php:651 +#: include/class/periode.class.php:651 include/class/periode.class.php:652 +#: include/class/periode.class.php:653 include/class/periode.class.php:653 msgid "Janvier" msgstr "" #: include/class/periode.class.php:647 include/class/periode.class.php:649 -#: include/class/periode.class.php:651 +#: include/class/periode.class.php:651 include/class/periode.class.php:652 +#: include/class/periode.class.php:653 include/class/periode.class.php:653 msgid "Février" msgstr "" #: include/class/periode.class.php:647 include/class/periode.class.php:649 -#: include/class/periode.class.php:651 +#: include/class/periode.class.php:651 include/class/periode.class.php:652 +#: include/class/periode.class.php:653 include/class/periode.class.php:653 msgid "Mars" msgstr "" #: include/class/periode.class.php:647 include/class/periode.class.php:649 -#: include/class/periode.class.php:651 +#: include/class/periode.class.php:651 include/class/periode.class.php:652 +#: include/class/periode.class.php:653 include/class/periode.class.php:653 msgid "Avril" msgstr "" #: include/class/periode.class.php:648 include/class/periode.class.php:650 -#: include/class/periode.class.php:652 +#: include/class/periode.class.php:652 include/class/periode.class.php:653 +#: include/class/periode.class.php:654 include/class/periode.class.php:654 msgid "Mai" msgstr "" #: include/class/periode.class.php:648 include/class/periode.class.php:650 -#: include/class/periode.class.php:652 +#: include/class/periode.class.php:652 include/class/periode.class.php:653 +#: include/class/periode.class.php:654 include/class/periode.class.php:654 msgid "Juin" msgstr "" #: include/class/periode.class.php:648 include/class/periode.class.php:650 -#: include/class/periode.class.php:652 +#: include/class/periode.class.php:652 include/class/periode.class.php:653 +#: include/class/periode.class.php:654 include/class/periode.class.php:654 msgid "Juillet" msgstr "" #: include/class/periode.class.php:648 include/class/periode.class.php:650 -#: include/class/periode.class.php:652 +#: include/class/periode.class.php:652 include/class/periode.class.php:653 +#: include/class/periode.class.php:654 include/class/periode.class.php:654 msgid "Août" msgstr "" #: include/class/periode.class.php:648 include/class/periode.class.php:650 -#: include/class/periode.class.php:652 +#: include/class/periode.class.php:652 include/class/periode.class.php:653 +#: include/class/periode.class.php:654 include/class/periode.class.php:654 msgid "Septembre" msgstr "" #: include/class/periode.class.php:649 include/class/periode.class.php:651 -#: include/class/periode.class.php:653 +#: include/class/periode.class.php:653 include/class/periode.class.php:654 +#: include/class/periode.class.php:655 include/class/periode.class.php:655 msgid "Octobre" msgstr "" #: include/class/periode.class.php:649 include/class/periode.class.php:651 -#: include/class/periode.class.php:653 +#: include/class/periode.class.php:653 include/class/periode.class.php:654 +#: include/class/periode.class.php:655 include/class/periode.class.php:655 msgid "Novembre" msgstr "" #: include/class/periode.class.php:649 include/class/periode.class.php:651 -#: include/class/periode.class.php:653 +#: include/class/periode.class.php:653 include/class/periode.class.php:654 +#: include/class/periode.class.php:655 include/class/periode.class.php:655 msgid "Décembre" msgstr "" #: include/class/periode.class.php:673 include/class/periode.class.php:675 -#: include/class/periode.class.php:677 +#: include/class/periode.class.php:677 include/class/periode.class.php:678 +#: include/class/periode.class.php:679 include/class/periode.class.php:679 msgid "Effacement impossible" msgstr "" #: include/class/periode.class.php:688 include/class/periode.class.php:690 -#: include/class/periode.class.php:692 +#: include/class/periode.class.php:692 include/class/periode.class.php:693 +#: include/class/periode.class.php:694 include/class/periode.class.php:694 msgid "On ne peut ajouter une période que sur un exercice qui existe déjà" msgstr "" -#: include/class/tag.class.php:60 include/class/tag.class.php:60 +#: include/class/tag.class.php:60 include/class/tag.class.php:65 +#: include/class/tag.class.php:65 msgid "Ajout d'un dossier (ou tag)" msgstr "" @@ -23829,7 +25634,8 @@ msgid "Catégorie utilisée, les attributs ne peuvent pas être modifiés" msgstr "" #: include/class/template_card_category.class.php:158 -#: include/class/template_card_category.class.php:158 +#: include/class/template_card_category.class.php:157 +#: include/class/template_card_category.class.php:157 msgid "Attribut à ajouter" msgstr "" @@ -23855,66 +25661,85 @@ msgstr "" #: include/class/tva_rate_mtable.class.php:207 #: include/class/tva_rate_mtable.class.php:209 -#: include/class/tva_rate_mtable.class.php:207 -#: include/class/tva_rate_mtable.class.php:209 +#: include/class/tva_rate_mtable.class.php:224 +#: include/class/tva_rate_mtable.class.php:226 +#: include/class/tva_rate_mtable.class.php:224 +#: include/class/tva_rate_mtable.class.php:226 msgid "Les 2 postes comptables ne peuvent être nuls" msgstr "" #: include/class/tva_rate_mtable.class.php:215 -#: include/class/tva_rate_mtable.class.php:215 +#: include/class/tva_rate_mtable.class.php:232 +#: include/class/tva_rate_mtable.class.php:232 msgid "Taux de TVA invalide" msgstr "" #: include/class/tva_rate_mtable.class.php:223 -#: include/class/tva_rate_mtable.class.php:223 +#: include/class/tva_rate_mtable.class.php:240 +#: include/class/tva_rate_mtable.class.php:240 msgid "Ce nom est déjà utilisé" msgstr "" #: include/class/tva_rate_mtable.class.php:233 #: include/class/tva_rate_mtable.class.php:243 -#: include/class/tva_rate_mtable.class.php:233 -#: include/class/tva_rate_mtable.class.php:243 +#: include/class/tva_rate_mtable.class.php:250 +#: include/class/tva_rate_mtable.class.php:260 +#: include/class/tva_rate_mtable.class.php:250 +#: include/class/tva_rate_mtable.class.php:260 msgid "Poste comptable inexistant" msgstr "" #: include/class/tva_rate_mtable.class.php:250 -#: include/class/tva_rate_mtable.class.php:250 +#: include/class/tva_rate_mtable.class.php:267 +#: include/class/tva_rate_mtable.class.php:267 msgid "Choix incorrect" msgstr "" #: include/class/tva_rate_mtable.class.php:267 -#: include/class/tva_rate_mtable.class.php:267 +#: include/class/tva_rate_mtable.class.php:284 +#: include/class/tva_rate_mtable.class.php:284 msgid "Effacement interdit : TVA utilisée" msgstr "" #: include/class/tva_rate_mtable.class.php:273 -#: include/class/tva_rate_mtable.class.php:273 +#: include/class/tva_rate_mtable.class.php:290 +#: include/class/tva_rate_mtable.class.php:290 msgid "" "Vous ne pouvez pas effacer tous les taux. Si votre société n'utilise pas la " "TVA, changer dans le menu société" msgstr "" #: include/class/user.class.php:1379 include/class/user.class.php:1408 -#: include/class/acc_ledger.class.php:2365 include/class/user.class.php:1379 -#: include/class/user.class.php:1408 include/lib/input_switch.class.php:56 +#: include/class/acc_ledger.class.php:2365 +#: include/lib/input_switch.class.php:56 +#: include/class/acc_ledger.class.php:2399 include/class/user.class.php:1402 +#: include/class/user.class.php:1431 include/lib/input_switch.class.php:57 +#: include/lib/input_checkbox.class.php:65 include/class/user.class.php:1426 +#: include/class/user.class.php:1455 include/class/acc_ledger.class.php:2399 +#: include/class/user.class.php:1426 include/class/user.class.php:1455 +#: include/lib/input_switch.class.php:57 +#: include/lib/input_checkbox.class.php:65 msgid "Valeur invalide" msgstr "" -#: html/install.php:384 html/install.php:387 html/install.php:387 +#: html/install.php:384 html/install.php:387 html/install.php:436 +#: html/install.php:442 html/install.php:442 msgid "Module php-pgsql n'est pas installé" msgstr "" -#: html/install.php:586 html/install.php:589 html/install.php:589 +#: html/install.php:586 html/install.php:589 html/install.php:639 +#: html/install.php:645 html/install.php:645 msgid "" "Puis refaites la procédure d'installation pour mettre la base de données à " "jour" msgstr "" -#: include/template/tag_detail.php:27 include/template/tag_detail.php:27 +#: include/template/tag_detail.php:27 msgid "Etiquette(tag) actif" msgstr "" -#: include/template/tag_detail.php:33 include/template/tag_detail.php:33 +#: include/template/tag_detail.php:33 include/template/tag_detail.php:56 +#: include/template/tag_detail.php:56 msgid "Cochez pour cette case pour effacer cette étiquette (tag)" msgstr "" @@ -23926,11 +25751,11 @@ msgstr "" msgid "Modèle installé" msgstr "" -#: include/ajax/ajax_tag_detail.php:16 include/ajax/ajax_tag_detail.php:16 +#: include/ajax/ajax_tag_detail.php:16 include/ajax/ajax_tag_detail.php:18 msgid "Détail du dossier ou étiquette" msgstr "" -#: html/install.php:214 html/install.php:214 +#: html/install.php:214 msgid "" "Voici l'utilisateur et mot de passe de l'utilisateur administrateur de " "Noalyss , il a tous les droits et a accès à tout. Connectez-vous avec ses " @@ -23967,21 +25792,23 @@ msgid "Période %s au %s " msgstr "" #: include/upgrade-core.php:41 include/upgrade-plugin.php:44 -#: include/upgrade-template.php:39 include/upgrade-template.php:39 -#: include/upgrade-core.php:41 include/upgrade-plugin.php:44 +#: include/upgrade-template.php:39 include/upgrade-core.php:41 +#: include/upgrade-template.php:39 include/upgrade-plugin.php:44 #, php-format msgid "Désolé , impossible de se connecter au serveur %s" msgstr "" #: include/template/param_jrn.php:61 include/template/param_jrn.php:68 -#: include/template/param_jrn.php:74 +#: include/template/param_jrn.php:74 include/template/param_jrn.php:75 +#: include/template/param_jrn.php:75 msgid "" "Obligatoire pour les journaux FIN : donner ici la fiche du compte en banque " "utilisée" msgstr "" #: include/template/param_jrn.php:68 include/template/param_jrn.php:75 -#: include/template/param_jrn.php:119 +#: include/template/param_jrn.php:119 include/template/param_jrn.php:120 +#: include/template/param_jrn.php:120 msgid "Minimum de lignes à afficher" msgstr "" @@ -23997,7 +25824,8 @@ msgstr "" msgid "delete_param : echec" msgstr "" -#: include/lib/html_tab.class.php:99 include/lib/html_tab.class.php:99 +#: include/lib/html_tab.class.php:99 include/lib/html_tab.class.php:119 +#: include/lib/html_tab.class.php:119 msgid "Mode invalide" msgstr "" @@ -24090,18 +25918,21 @@ msgstr "" msgid "Du %s au %s" msgstr "" -#: include/operation_ods_new.inc.php:94 include/operation_ods_new.inc.php:94 +#: include/operation_ods_new.inc.php:94 include/operation_ods_new.inc.php:95 +#: include/operation_ods_new.inc.php:95 #, php-format msgid "Opération rapprochée : %s" msgstr "" #: include/fiche.inc.php:592 include/fiche.inc.php:601 -#: include/fiche.inc.php:601 +#: include/fiche.inc.php:614 include/fiche.inc.php:614 msgid "solde crediteur" msgstr "" #: include/class/acc_ledger.class.php:1079 #: include/class/acc_ledger.class.php:1095 +#: include/class/acc_ledger.class.php:1091 +#: include/class/acc_ledger.class.php:1091 #, php-format msgid "" "Vous utilisez le mode strict la dernière operation est la date du %s\n" @@ -24110,23 +25941,30 @@ msgstr "" #: include/class/acc_ledger.class.php:1124 #: include/class/acc_ledger.class.php:1140 +#: include/class/acc_ledger.class.php:1136 +#: include/class/acc_ledger.class.php:1136 #, php-format msgid "Le poste %s n'est pas dans ce journal" msgstr "" #: include/class/acc_ledger.class.php:1136 #: include/class/acc_ledger.class.php:1152 +#: include/class/acc_ledger.class.php:1148 +#: include/class/acc_ledger.class.php:1148 #, php-format msgid " Le poste %s appartient à fiche(s) dont : %s" msgstr "" #: include/class/acc_ledger.class.php:1150 #: include/class/acc_ledger.class.php:1166 +#: include/class/acc_ledger.class.php:1162 +#: include/class/acc_ledger.class.php:1162 #, php-format msgid "Utilisation directe interdite du poste comptable %s" msgstr "" -#: include/class/document.class.php:1293 include/class/document.class.php:1293 +#: include/class/document.class.php:1293 include/class/document.class.php:1576 +#: include/class/document.class.php:1576 #, php-format msgid "chaine à remplacer [%s] contient un caractère interdit" msgstr "" @@ -24162,15 +26000,18 @@ msgid "Ajoutez une pièce justificative" msgstr "" #: include/class/acc_plan_mtable.class.php:196 -#: include/class/acc_plan_mtable.class.php:196 +#: include/class/acc_plan_mtable.class.php:213 +#: include/class/acc_plan_mtable.class.php:213 msgid "Toutes les fiches" msgstr "" -#: include/class/anc_print.class.php:163 include/class/anc_print.class.php:163 +#: include/class/anc_print.class.php:163 include/class/anc_print.class.php:164 +#: include/class/anc_print.class.php:164 msgid "Plan Analytique " msgstr "" -#: include/lib/ac_common.php:1129 include/lib/ac_common.php:1129 +#: include/lib/ac_common.php:1129 include/lib/ac_common.php:1139 +#: include/lib/ac_common.php:1139 msgid "Fichier non trouvé" msgstr "" @@ -24191,104 +26032,107 @@ msgid "Poste Analytique" msgstr "" #: include/lib/message_javascript.php:77 include/lib/message_javascript.php:79 -#: include/lib/message_javascript.php:79 +#: include/lib/message_javascript.php:80 include/lib/message_javascript.php:80 msgid "Un instant svp" msgstr "" #: include/lib/message_javascript.php:79 include/lib/message_javascript.php:81 -#: include/lib/message_javascript.php:81 +#: include/lib/message_javascript.php:82 include/lib/message_javascript.php:82 msgid "Echec " msgstr "" #: include/lib/message_javascript.php:80 include/lib/message_javascript.php:82 -#: include/lib/message_javascript.php:82 +#: include/lib/message_javascript.php:83 include/lib/message_javascript.php:83 msgid "Echec donnée manquante ou incorrecte" msgstr "" #: include/lib/message_javascript.php:81 include/lib/message_javascript.php:83 -#: include/lib/message_javascript.php:83 +#: include/lib/message_javascript.php:84 include/lib/message_javascript.php:84 msgid "Vous confirmez effacement ?" msgstr "" #: include/lib/message_javascript.php:82 include/lib/message_javascript.php:84 -#: include/lib/message_javascript.php:84 +#: include/lib/message_javascript.php:85 include/lib/message_javascript.php:85 msgid "Vous confirmez mise à jour ?" msgstr "" #: include/lib/message_javascript.php:83 include/lib/message_javascript.php:85 -#: include/lib/message_javascript.php:85 +#: include/lib/message_javascript.php:86 include/lib/message_javascript.php:86 msgid "Si vous changez de page vous perdez les reconciliations, continuez ?" msgstr "" #: include/lib/message_javascript.php:84 include/lib/message_javascript.php:86 -#: include/lib/message_javascript.php:86 +#: include/lib/message_javascript.php:87 include/lib/message_javascript.php:87 msgid "Echec réponse" msgstr "" #: include/lib/message_javascript.php:85 include/lib/message_javascript.php:87 -#: include/lib/message_javascript.php:87 +#: include/lib/message_javascript.php:88 include/lib/message_javascript.php:88 msgid "Désolé, les montants pour la comptabilité analytique sont incorrects" msgstr "" #: include/lib/message_javascript.php:86 include/lib/message_javascript.php:88 -#: include/lib/message_javascript.php:88 +#: include/lib/message_javascript.php:89 include/lib/message_javascript.php:89 msgid "Maximum 15 lignes" msgstr "" #: include/lib/message_javascript.php:87 include/lib/message_javascript.php:89 -#: include/lib/message_javascript.php:89 +#: include/lib/message_javascript.php:90 include/lib/message_javascript.php:90 msgid "Maximum" msgstr "" #: include/lib/message_javascript.php:88 include/lib/message_javascript.php:90 -#: include/lib/message_javascript.php:90 +#: include/lib/message_javascript.php:91 include/lib/message_javascript.php:91 msgid "calculé" msgstr "" #: include/lib/message_javascript.php:89 include/lib/message_javascript.php:91 -#: include/lib/message_javascript.php:91 +#: include/lib/message_javascript.php:92 include/lib/message_javascript.php:92 msgid "Balance incorrecte D/C" msgstr "" #: include/lib/message_javascript.php:91 include/lib/message_javascript.php:93 -#: include/lib/message_javascript.php:93 +#: include/lib/message_javascript.php:94 include/lib/message_javascript.php:94 msgid "Donnée manquante ou déjà supprimée" msgstr "" #: include/lib/message_javascript.php:92 include/lib/message_javascript.php:94 -#: include/lib/message_javascript.php:94 +#: include/lib/message_javascript.php:95 include/lib/message_javascript.php:95 msgid "Désolé, événement en cours de création à sauver" msgstr "" #: include/lib/message_javascript.php:93 include/lib/message_javascript.php:95 -#: include/lib/message_javascript.php:95 +#: include/lib/message_javascript.php:96 include/lib/message_javascript.php:96 msgid "Cacher" msgstr "" #: include/lib/message_javascript.php:95 include/lib/message_javascript.php:97 -#: include/lib/message_javascript.php:97 +#: include/lib/message_javascript.php:98 include/lib/message_javascript.php:98 msgid "Traitement en cours" msgstr "" #: include/lib/message_javascript.php:96 include/lib/message_javascript.php:98 -#: include/lib/message_javascript.php:98 +#: include/lib/message_javascript.php:99 include/lib/message_javascript.php:99 msgid "Un instant" msgstr "" #: include/lib/message_javascript.php:98 include/lib/message_javascript.php:100 -#: include/lib/message_javascript.php:100 +#: include/lib/message_javascript.php:101 +#: include/lib/message_javascript.php:101 msgid "Taper une formule (ex 20*5.1) puis enter" msgstr "" #: include/lib/message_javascript.php:99 include/lib/message_javascript.php:101 -#: include/lib/message_javascript.php:101 +#: include/lib/message_javascript.php:102 +#: include/lib/message_javascript.php:102 msgid "" "Calculatrice simplifiée: écrivez simplement les opérations que vous voulez " "puis la touche retour. exemple : 1+2+3*(1/5)" msgstr "" #: include/class/pre_operation.class.php:149 -#: include/class/pre_operation.class.php:149 +#: include/class/pre_operation.class.php:550 +#: include/class/pre_operation.class.php:550 #, php-format msgid "Echec PreOperatoin chargement %s" msgstr "" @@ -24305,7 +26149,7 @@ msgstr "" msgid "Balance simple poste %s %s date %s %s" msgstr "" -#: include/lib/message_javascript.php:65 include/lib/message_javascript.php:65 +#: include/lib/message_javascript.php:65 msgid "" "

        Remarque : choix possibles

        • Détail " "opérations ne donne pas le même résultat si on regarde tous les journaux ou " @@ -24318,7 +26162,8 @@ msgid "" msgstr "" #: include/lib/message_javascript.php:103 -#: include/lib/message_javascript.php:103 +#: include/lib/message_javascript.php:104 +#: include/lib/message_javascript.php:104 msgid "Votre demande est en cours de traitement" msgstr "" @@ -24361,46 +26206,56 @@ msgid "Erreur Connexion" msgstr "" #: include/lib/database_core.class.php:464 -#: include/lib/database_core.class.php:464 +#: include/lib/database_core.class.php:467 +#: include/lib/database_core.class.php:467 msgid "Database:get_row retourne trop de lignes" msgstr "" #: include/class/payment_method_mtable.class.php:39 -#: include/class/payment_method_mtable.class.php:39 +#: include/class/payment_method_mtable.class.php:40 +#: include/class/payment_method_mtable.class.php:40 msgid "Enregistrement dans" msgstr "" #: include/class/payment_method_mtable.class.php:42 -#: include/class/payment_method_mtable.class.php:42 +#: include/class/payment_method_mtable.class.php:43 +#: include/class/payment_method_mtable.class.php:43 msgid "Utilisation dans" msgstr "" #: include/class/payment_method_mtable.class.php:68 #: include/class/payment_method_mtable.class.php:92 -#: include/class/payment_method_mtable.class.php:68 -#: include/class/payment_method_mtable.class.php:92 +#: include/class/payment_method_mtable.class.php:69 +#: include/class/payment_method_mtable.class.php:93 +#: include/class/payment_method_mtable.class.php:69 +#: include/class/payment_method_mtable.class.php:93 msgid "Un libellé est obligatoire" msgstr "" #: include/class/payment_method_mtable.class.php:77 #: include/class/payment_method_mtable.class.php:87 -#: include/class/payment_method_mtable.class.php:77 -#: include/class/payment_method_mtable.class.php:87 +#: include/class/payment_method_mtable.class.php:78 +#: include/class/payment_method_mtable.class.php:88 +#: include/class/payment_method_mtable.class.php:78 +#: include/class/payment_method_mtable.class.php:88 msgid "Choisissez un journal" msgstr "" #: include/class/payment_method_mtable.class.php:98 -#: include/class/payment_method_mtable.class.php:98 +#: include/class/payment_method_mtable.class.php:102 +#: include/class/payment_method_mtable.class.php:102 msgid "Fiche inexistante" msgstr "" #: include/class/payment_method_mtable.class.php:115 -#: include/class/payment_method_mtable.class.php:115 +#: include/class/payment_method_mtable.class.php:120 +#: include/class/payment_method_mtable.class.php:120 msgid "Choisissez un type de fiche" msgstr "" #: include/class/payment_method_mtable.class.php:140 -#: include/class/payment_method_mtable.class.php:140 +#: include/class/payment_method_mtable.class.php:145 +#: include/class/payment_method_mtable.class.php:145 #, php-format msgid "Erreur key %s value %s" msgstr "" @@ -24412,12 +26267,14 @@ msgid "" msgstr "" #: include/lib/message_javascript.php:105 -#: include/lib/message_javascript.php:105 +#: include/lib/message_javascript.php:106 +#: include/lib/message_javascript.php:106 msgid "Pour les journaux FIN, ce sera la fiche du journal" msgstr "" #: include/lib/manage_table_sql.class.php:965 -#: include/lib/manage_table_sql.class.php:965 +#: include/lib/manage_table_sql.class.php:1020 +#: include/lib/manage_table_sql.class.php:1020 msgid "non implémenté" msgstr "" @@ -24426,66 +26283,79 @@ msgstr "" msgid "Lien" msgstr "" -#: include/impress_jrn.inc.php:156 include/impress_jrn.inc.php:156 +#: include/impress_jrn.inc.php:156 include/impress_jrn.inc.php:170 +#: include/impress_jrn.inc.php:170 msgid "Style d'impression" msgstr "" #: include/class/print_ledger_simple.class.php:113 -#: include/class/print_ledger_simple.class.php:113 +#: include/class/print_ledger_simple.class.php:110 +#: include/class/print_ledger_simple.class.php:110 msgid "Priv/DNA" msgstr "" #: include/export/export_ledger_csv.php:142 #: include/class/acc_ledger_history_purchase.class.php:279 #: include/class/acc_ledger_history_sale.class.php:265 -#: include/export/export_ledger_csv.php:142 -#: include/class/acc_ledger_history_purchase.class.php:279 -#: include/class/acc_ledger_history_sale.class.php:265 +#: include/class/acc_ledger_history_sale.class.php:275 +#: include/class/acc_ledger_history_purchase.class.php:291 +#: include/export/export_ledger_csv.php:147 +#: include/class/acc_ledger_history_sale.class.php:275 +#: include/class/acc_ledger_history_purchase.class.php:291 +#: include/export/export_ledger_csv.php:147 msgid "Montant paiement" msgstr "" #: include/export/export_ledger_csv.php:143 -#: include/export/export_ledger_csv.php:143 +#: include/export/export_ledger_csv.php:148 +#: include/export/export_ledger_csv.php:148 msgid "Methode paiement" msgstr "" #: include/export/export_ledger_csv.php:144 -#: include/export/export_ledger_csv.php:144 +#: include/export/export_ledger_csv.php:150 +#: include/export/export_ledger_csv.php:150 msgid "Opération paiement" msgstr "" #: include/class/print_ledger_detail_item.class.php:145 #: include/class/print_ledger_detail_item.class.php:146 +#: include/class/print_ledger_detail_item.class.php:146 #, php-format msgid "Paiement montant %s date %s methoded %s " msgstr "" #: include/class/acc_ledger_history_purchase.class.php:278 #: include/class/acc_ledger_history_sale.class.php:264 -#: include/class/acc_ledger_history_purchase.class.php:278 -#: include/class/acc_ledger_history_sale.class.php:264 +#: include/class/acc_ledger_history_purchase.class.php:290 +#: include/class/acc_ledger_history_purchase.class.php:290 msgid "Méthode paiement" msgstr "" #: include/class/acc_ledger_history_purchase.class.php:280 #: include/class/acc_ledger_history_sale.class.php:266 -#: include/class/acc_ledger_history_purchase.class.php:280 -#: include/class/acc_ledger_history_sale.class.php:266 +#: include/class/acc_ledger_history_sale.class.php:276 +#: include/class/acc_ledger_history_purchase.class.php:292 +#: include/class/acc_ledger_history_sale.class.php:276 +#: include/class/acc_ledger_history_purchase.class.php:292 msgid "n° opération" msgstr "" #: include/lib/message_javascript.php:104 -#: include/lib/message_javascript.php:104 +#: include/lib/message_javascript.php:105 +#: include/lib/message_javascript.php:105 msgid "" "Limite le type de fiche si vous choisissez la fiche à la saisie, uniquement " "avec journaux OD" msgstr "" -#: include/template/param_jrn.php:93 +#: include/template/param_jrn.php:93 include/template/param_jrn.php:94 +#: include/template/param_jrn.php:94 msgid "Uniquement note de débit ou crédit" msgstr "" -#: include/template/param_jrn.php:106 +#: include/template/param_jrn.php:106 include/template/param_jrn.php:107 +#: include/template/param_jrn.php:107 msgid "Avertissement montant positif" msgstr "" @@ -24497,6 +26367,18 @@ msgstr "" #: include/export/export_printtva_csv.php:61 #: include/export/export_printtva_pdf.php:57 #: include/export/export_printtva_pdf.php:212 +#: include/export/export_printtva_pdf.php:59 +#: include/export/export_printtva_pdf.php:216 +#: include/export/export_printtva_csv.php:54 +#: include/export/export_printtva_csv.php:73 +#: include/export/export_printtva_pdf.php:59 +#: include/export/export_printtva_pdf.php:216 +#: include/export/export_printtva_csv.php:54 +#: include/export/export_printtva_csv.php:73 +#: include/template/tax_summary_display.php:62 +#: include/template/tax_summary_display.php:122 +#: include/template/tax_summary_display.php:210 +#: include/template/tax_summary_display.php:294 msgid "Montant HT" msgstr "" @@ -24508,9 +26390,22 @@ msgstr "" #: include/export/export_printtva_csv.php:64 #: include/export/export_printtva_pdf.php:58 #: include/export/export_printtva_pdf.php:213 +#: include/export/export_printtva_pdf.php:60 +#: include/export/export_printtva_pdf.php:217 +#: include/export/export_printtva_csv.php:56 +#: include/export/export_printtva_csv.php:76 +#: include/export/export_printtva_pdf.php:60 +#: include/export/export_printtva_pdf.php:217 +#: include/export/export_printtva_csv.php:56 +#: include/export/export_printtva_csv.php:76 +#: include/template/tax_summary_display.php:64 +#: include/template/tax_summary_display.php:128 +#: include/template/tax_summary_display.php:213 +#: include/template/tax_summary_display.php:303 msgid "Montant Autoliquidation" msgstr "" +#: include/template/tax_summary_display.php:109 #: include/template/tax_summary_display.php:109 msgid "Résumé tous les journaux de vente" msgstr "" @@ -24519,12 +26414,22 @@ msgstr "" #: include/template/tax_summary_display.php:297 #: include/export/export_printtva_csv.php:62 #: include/export/export_printtva_pdf.php:212 +#: include/export/export_printtva_pdf.php:216 +#: include/export/export_printtva_csv.php:74 +#: include/export/export_printtva_pdf.php:216 +#: include/export/export_printtva_csv.php:74 +#: include/template/tax_summary_display.php:211 +#: include/template/tax_summary_display.php:297 msgid "Privée" msgstr "" #: include/template/tax_summary_display.php:214 #: include/template/tax_summary_display.php:306 #: include/export/export_printtva_pdf.php:213 +#: include/export/export_printtva_pdf.php:217 +#: include/export/export_printtva_pdf.php:217 +#: include/template/tax_summary_display.php:214 +#: include/template/tax_summary_display.php:306 msgid "Montant Non Déd" msgstr "" @@ -24532,6 +26437,10 @@ msgstr "" #: include/template/tax_summary_display.php:309 #: include/export/export_printtva_csv.php:66 #: include/export/export_printtva_pdf.php:213 +#: include/export/export_printtva_csv.php:78 +#: include/export/export_printtva_csv.php:78 +#: include/template/tax_summary_display.php:215 +#: include/template/tax_summary_display.php:309 msgid "TVA Non Déd" msgstr "" @@ -24539,84 +26448,119 @@ msgstr "" #: include/template/tax_summary_display.php:312 #: include/export/export_printtva_csv.php:67 #: include/export/export_printtva_pdf.php:213 +#: include/export/export_printtva_csv.php:79 +#: include/export/export_printtva_csv.php:79 +#: include/template/tax_summary_display.php:216 +#: include/template/tax_summary_display.php:312 msgid "TVA Non Déd & récup" msgstr "" +#: include/template/tax_summary_display.php:281 #: include/template/tax_summary_display.php:281 msgid "Résumé tous les journaux d'achat" msgstr "" #: include/compta_ven.inc.php:80 include/compta_ach.inc.php:72 +#: include/compta_ach.inc.php:71 include/compta_ven.inc.php:80 +#: include/compta_ach.inc.php:71 msgid "Vous devez encore confirmer" msgstr "" -#: include/tax_summary.inc.php:39 +#: include/tax_summary.inc.php:39 include/tax_summary.inc.php:48 +#: include/tax_summary.inc.php:48 #, php-format msgid "Période du %s au %s" msgstr "" #: include/export/export_printtva_pdf.php:49 include/database.item.php:141 +#: include/export/export_printtva_pdf.php:51 include/database.item.php:140 +#: include/export/export_printtva_pdf.php:51 include/database.item.php:140 msgid "Résumé TVA" msgstr "" #: include/export/export_printtva_pdf.php:160 +#: include/export/export_printtva_pdf.php:164 +#: include/export/export_printtva_pdf.php:164 msgid "Résumé TVA vente" msgstr "" #: include/export/export_printtva_pdf.php:301 +#: include/export/export_printtva_pdf.php:315 +#: include/export/export_printtva_pdf.php:315 msgid "Résumé TVA Achat" msgstr "" -#: include/database.item.php:139 +#: include/database.item.php:139 include/database.item.php:138 +#: include/database.item.php:138 msgid "Devises" msgstr "" -#: include/database.item.php:139 +#: include/database.item.php:139 include/database.item.php:138 +#: include/database.item.php:138 msgid "Configuration des devises" msgstr "" -#: include/database.item.php:139 +#: include/database.item.php:139 include/database.item.php:138 +#: include/database.item.php:138 msgid "Permet de configurer les devises" msgstr "" -#: include/database.item.php:140 +#: include/database.item.php:140 include/database.item.php:139 +#: include/database.item.php:139 msgid "Export ANC" msgstr "" -#: include/database.item.php:141 +#: include/database.item.php:141 include/database.item.php:140 +#: include/database.item.php:140 msgid "totaux par TVA et par journal" msgstr "" -#: include/database.item.php:141 +#: include/database.item.php:141 include/database.item.php:140 +#: include/database.item.php:140 msgid "Calcul des totaux par TVA et par journal" msgstr "" #: include/database.item.php:142 include/database.item.php:143 +#: include/database.item.php:141 include/database.item.php:141 +#: include/database.item.php:142 msgid "Export Résumé TVA" msgstr "" -#: include/database.item.php:236 +#: include/database.item.php:236 include/database.item.php:220 +#: include/database.item.php:220 msgid "Note de crédit" msgstr "" +#: include/class/print_ledger_detail_item.class.php:159 #: include/class/print_ledger_detail_item.class.php:159 msgid "Prix/Unit" msgstr "" +#: include/class/print_ledger_detail_item.class.php:160 #: include/class/print_ledger_detail_item.class.php:160 msgid "Quant." msgstr "" #: include/class/acc_ledger.class.php:2362 +#: include/class/acc_ledger.class.php:2393 +#: include/class/acc_ledger.class.php:2393 msgid "Avertissement ne peut être vide" msgstr "" #: include/class/acc_ledger.class.php:2555 +#: include/class/acc_ledger.class.php:2430 +#: include/class/acc_ledger.class.php:2585 include/database.item.php:233 +#: include/class/acc_ledger.class.php:2430 +#: include/class/acc_ledger.class.php:2585 include/database.item.php:233 msgid "Attention, ce journal doit utiliser des montants négatifs" msgstr "" #: include/class/tax_summary.class.php:74 #: include/class/tax_summary.class.php:93 +#: include/class/tax_summary.class.php:91 +#: include/class/tax_summary.class.php:111 +#: include/class/tax_summary.class.php:91 +#: include/class/tax_summary.class.php:111 msgid "Format date invalide" msgstr "" @@ -24626,7 +26570,779 @@ msgid "Aucune Donnée" msgstr "" #: include/lib/message_javascript.php:106 +#: include/lib/message_javascript.php:107 +#: include/lib/message_javascript.php:107 msgid "" "Mettre à oui pour un journal dédié uniquement aux notes de crédit ou de " "débit, il affichera un avertissement si le montant n'est pas en négatif" msgstr "" + +#: scenario/select_dialog.test.php:32 +#: include/template/followup-show-action-add.php:30 +#: scenario/select_dialog.test.php:32 +#: include/template/followup-show-action-add.php:30 +msgid "Ajout action" +msgstr "" + +#: unit-test/include/class/print_ledger_misc.classTest.php:73 +#: unit-test/include/class/print_ledger_misc.classTest.php:73 +msgid "Journal Opérations diverses " +msgstr "" + +#: unit-test/include/class/print_ledger_misc.classTest.php:84 +#: unit-test/include/class/print_ledger_misc.classTest.php:84 +msgid "Journal Opérations diverses" +msgstr "" + +#: unit-test/include/class/print_ledger_detail_item.classTest.php:78 +#: unit-test/include/class/print_ledger_simple.classTest.php:82 +#: unit-test/include/class/print_ledger_simple_without_vat.classTest.php:82 +#: unit-test/include/class/print_ledger_detail_item.classTest.php:78 +#: unit-test/include/class/print_ledger_simple.classTest.php:82 +#: unit-test/include/class/print_ledger_simple_without_vat.classTest.php:82 +msgid "Journal Achat Payé" +msgstr "" + +#: unit-test/include/class/print_ledger_detail_item.classTest.php:92 +#: unit-test/include/class/print_ledger_detail_item.classTest.php:141 +#: unit-test/include/class/print_ledger_simple.classTest.php:96 +#: unit-test/include/class/print_ledger_simple.classTest.php:145 +#: unit-test/include/class/print_ledger_simple_without_vat.classTest.php:95 +#: unit-test/include/class/print_ledger_simple_without_vat.classTest.php:141 +#: unit-test/include/class/print_ledger_detail_item.classTest.php:92 +#: unit-test/include/class/print_ledger_detail_item.classTest.php:141 +#: unit-test/include/class/print_ledger_simple.classTest.php:96 +#: unit-test/include/class/print_ledger_simple.classTest.php:145 +#: unit-test/include/class/print_ledger_simple_without_vat.classTest.php:95 +#: unit-test/include/class/print_ledger_simple_without_vat.classTest.php:141 +msgid "Journal Non Payé" +msgstr "" + +#: unit-test/include/class/print_ledger_detail_item.classTest.php:107 +#: unit-test/include/class/print_ledger_simple.classTest.php:111 +#: unit-test/include/class/print_ledger_simple_without_vat.classTest.php:109 +#: unit-test/include/class/print_ledger_detail_item.classTest.php:107 +#: unit-test/include/class/print_ledger_simple.classTest.php:111 +#: unit-test/include/class/print_ledger_simple_without_vat.classTest.php:109 +msgid "Journal Achat tous" +msgstr "" + +#: unit-test/include/class/print_ledger_detail_item.classTest.php:127 +#: unit-test/include/class/print_ledger_simple.classTest.php:131 +#: unit-test/include/class/print_ledger_simple_without_vat.classTest.php:128 +#: unit-test/include/class/print_ledger_detail_item.classTest.php:127 +#: unit-test/include/class/print_ledger_simple.classTest.php:131 +#: unit-test/include/class/print_ledger_simple_without_vat.classTest.php:128 +msgid "Journal Vente Payé" +msgstr "" + +#: unit-test/include/class/print_ledger_detail_item.classTest.php:156 +#: unit-test/include/class/print_ledger_simple.classTest.php:160 +#: unit-test/include/class/print_ledger_simple_without_vat.classTest.php:155 +#: unit-test/include/class/print_ledger_detail_item.classTest.php:156 +#: unit-test/include/class/print_ledger_simple.classTest.php:160 +#: unit-test/include/class/print_ledger_simple_without_vat.classTest.php:155 +msgid "Journal Vente tous" +msgstr "" + +#: unit-test/include/class/tax_summary.Test.php:110 +#: unit-test/include/class/tax_summary.Test.php:110 +msgid "unknow jrn_type" +msgstr "" + +#: html/install.php:164 html/install.php:168 html/install.php:168 +msgid "" +"Mot de passe administrateur, il peut être changé ensuite dans les préférences" +msgstr "" + +#: html/install.php:165 html/install.php:169 html/install.php:169 +msgid "login administrateur" +msgstr "" + +#: html/install.php:226 html/install.php:230 html/install.php:230 +msgid "Le mot de passe du super admin et le login ne peuvent être vides" +msgstr "" + +#: html/install.php:243 html/install.php:247 html/install.php:247 +msgid "" +"Le mot de passe du super admin et le superadmin ne peut pas contenir des " +"guillemets ou espaces, ni @mobile" +msgstr "" + +#: html/install.php:260 html/install.php:265 html/install.php:265 +msgid "" +"Voici l'utilisateur et mot de passe de l'utilisateur administrateur de " +"Noalyss , il a tous les droits et a accès à tout. Connectez-vous avec ses " +"identifiants et changer le mot de passe dans préférence (en haut à droit)" +msgstr "" + +#: html/install.php:356 html/install.php:362 html/install.php:362 +msgid "Version PHP trop basse , minimum 7.0.33" +msgstr "" + +#: html/install.php:462 html/install.php:468 html/install.php:468 +msgid "" +" Vous devez absolument utiliser au minimum une version 9.5 de PostGresql, si " +"votre distribution n'en\n" +"offre pas, installez-en une en la compilant. Lisez attentivement la notice " +"sur postgresql.org pour migrer\n" +"vos bases de données" +msgstr "" + +#: html/user_login.php:132 html/user_login.php:132 +msgid "" +"Si la redirection ne fonctionne pas, vous devez changer la valeur de " +"NOALYSS_URL " +msgstr "" + +#: include/fiche.inc.php:272 include/fiche.inc.php:272 +msgid "Export en PDF" +msgstr "" + +#: include/anc_pa.inc.php:174 include/anc_pa.inc.php:194 +#: include/anc_pa.inc.php:174 include/anc_pa.inc.php:194 +msgid "Ajout d'un plan analytique" +msgstr "" + +#: include/balance_card.inc.php:61 include/balance_card.inc.php:61 +#, php-format +msgid "Autre exercice %s" +msgstr "" + +#: include/impress_bilan.inc.php:75 include/impress_bilan.inc.php:75 +msgid "" +"Attention : si le bilan n'est pas équilibré.
          Vérifiez
            \n" +"
          • L'affectation du résultat est fait
          • \n" +"
          • Vos comptes actifs ont un solde débiteur (sauf les comptes " +"dit inversés)
          • \n" +"
          • les comptes passifs ont un solde créditeur (sauf les comptes " +"dit inversés)
          • \n" +"
          \n" +" Utilisez la balance des comptes pour vérifier." +msgstr "" + +#: include/class/document.class.php:1229 include/class/document.class.php:1229 +#, php-format +msgid "le %s , %s écrit %s" +msgstr "" + +#: include/class/document.class.php:1413 include/class/follow_up.class.php:270 +#: include/class/follow_up.class.php:272 include/class/follow_up.class.php:761 +#: include/class/document.class.php:1413 include/class/follow_up.class.php:272 +#: include/class/follow_up.class.php:761 +msgid "Normale" +msgstr "" + +#: include/class/acc_ledger_history_sale.class.php:274 +#: include/class/acc_ledger_history_purchase.class.php:289 +#: include/class/acc_ledger_history_sale.class.php:274 +#: include/class/acc_ledger_history_purchase.class.php:289 +msgid "Code paiement" +msgstr "" + +#: include/class/follow_up.class.php:620 include/class/follow_up.class.php:632 +#: include/class/follow_up.class.php:632 +msgid "Date Doc." +msgstr "" + +#: include/class/follow_up.class.php:622 include/class/follow_up.class.php:635 +#: include/class/follow_up.class.php:635 +msgid "Date Limite" +msgstr "" + +#: include/class/follow_up.class.php:624 include/class/follow_up.class.php:637 +#: include/class/follow_up.class.php:637 +msgid "Réf." +msgstr "" + +#: include/class/follow_up.class.php:626 include/class/follow_up.class.php:643 +#: include/class/follow_up.class.php:643 +msgid "Dest/Exp" +msgstr "" + +#: include/class/follow_up.class.php:1128 +#: include/class/follow_up.class.php:1160 +#: include/class/follow_up.class.php:1160 +msgid "Tous les actions ouvertes" +msgstr "" + +#: include/class/follow_up.class.php:1535 +#: include/class/follow_up.class.php:1567 +#: include/class/tag_operation.class.php:69 +#: include/class/follow_up.class.php:1567 +#: include/class/tag_operation.class.php:69 +msgid "Ajout étiquette" +msgstr "" + +#: include/class/tax_summary.class.php:137 +#: include/class/tax_summary.class.php:154 +#: include/class/tax_summary.class.php:137 +#: include/class/tax_summary.class.php:154 +msgid "Données manquantes" +msgstr "" + +#: include/class/tax_summary.class.php:232 +#: include/class/tax_summary.class.php:306 +#: include/class/tax_summary.class.php:232 +#: include/class/tax_summary.class.php:306 +msgid "Exig TVA invalide" +msgstr "" + +#: include/class/anc_operation.class.php:658 +#: include/class/anc_operation.class.php:658 +msgid "Efface détail" +msgstr "" + +#: include/class/tva_rate_mtable.class.php:60 +#: include/class/tva_rate_mtable.class.php:60 +msgid "Exigible achat" +msgstr "" + +#: include/class/tva_rate_mtable.class.php:67 +#: include/class/tva_rate_mtable.class.php:67 +msgid "Exigible vente" +msgstr "" + +#: include/class/anc_account_table.class.php:120 +#: include/class/anc_account_table.class.php:120 +msgid "Effacement impossible : le poste est utilisé dans une période fermée" +msgstr "" + +#: include/class/pre_operation.class.php:69 +#: include/class/pre_operation.class.php:69 +msgid "Nom du modèle " +msgstr "" + +#: include/class/acc_ledger_search.class.php:212 +#: include/class/acc_ledger_search.class.php:214 +#: include/class/acc_ledger_search.class.php:214 +msgid "Toutes" +msgstr "" + +#: include/class/acc_ledger_search.class.php:213 +#: include/class/acc_ledger_search.class.php:215 +#: include/class/acc_ledger_search.class.php:215 +msgid "Non payées" +msgstr "" + +#: include/class/acc_ledger_search.class.php:214 +#: include/class/acc_ledger_search.class.php:216 +#: include/class/acc_ledger_search.class.php:216 +msgid "Payées" +msgstr "" + +#: include/class/acc_ledger_search.class.php:603 +#: include/class/acc_ledger_search.class.php:626 +#: include/class/acc_ledger_search.class.php:626 +msgid "ALS01 Etat inconnu" +msgstr "" + +#: include/class/acc_operation.class.php:747 +#: include/class/acc_operation.class.php:747 +msgid "Menu invalide" +msgstr "" + +#: include/class/acc_operation.class.php:769 +#: include/class/acc_operation.class.php:779 +#: include/class/acc_operation.class.php:769 +#: include/class/acc_operation.class.php:779 +#, php-format +msgid "Voulez-vous aller à %s pour dupliquer cette opération ?" +msgstr "" + +#: include/class/acc_operation.class.php:798 +#: include/class/acc_operation.class.php:798 +msgid "Dupliquer" +msgstr "" + +#: include/class/acc_ledger_history.class.php:337 +#: include/class/acc_ledger_purchase.class.php:1845 +#: include/class/acc_ledger_sold.class.php:1368 +#: include/class/print_ledger.class.php:331 +#: include/class/acc_ledger_history.class.php:337 +#: include/class/acc_ledger_purchase.class.php:1845 +#: include/class/acc_ledger_sold.class.php:1368 +#: include/class/print_ledger.class.php:331 +msgid "Filtre invalide" +msgstr "" + +#: include/class/acc_ledger_history.class.php:361 +#: include/class/pdf.class.php:151 include/class/print_ledger.class.php:103 +#: include/class/acc_ledger_history.class.php:361 +#: include/class/pdf.class.php:151 include/class/print_ledger.class.php:103 +msgid "Filter invalide " +msgstr "" + +#: include/class/acc_ledger.class.php:1063 +#: include/class/acc_ledger.class.php:1063 +msgid "Période inexistante" +msgstr "" + +#: include/class/fiche.class.php:1181 include/class/fiche.class.php:1181 +msgid "Fiche n'existe pas" +msgstr "" + +#: include/class/card_attribut_mtable.class.php:42 +#: include/class/card_attribut_mtable.class.php:42 +msgid "Option sup." +msgstr "" + +#: include/class/card_attribut_mtable.class.php:43 +#: include/class/card_attribut_mtable.class.php:43 +msgid "Recherche suivi" +msgstr "" + +#: include/class/card_attribut_mtable.class.php:57 +#: include/class/contact_option_ref_mtable.class.php:46 +#: include/class/card_attribut_mtable.class.php:57 +#: include/class/contact_option_ref_mtable.class.php:46 +msgid "Coche" +msgstr "" + +#: include/class/card_attribut_mtable.class.php:176 +#: include/class/card_attribut_mtable.class.php:176 +msgid "Description ne peut pas être vide" +msgstr "" + +#: include/class/card_attribut_mtable.class.php:196 +#: include/class/card_attribut_mtable.class.php:196 +msgid "Effacement bloqué : attribut utilisé" +msgstr "" + +#: include/class/card_multiple.class.php:128 +#: include/class/card_multiple.class.php:128 +msgid "CMCDO01Security" +msgstr "" + +#: include/class/action_document_type_mtable.class.php:49 +#: include/class/action_document_type_mtable.class.php:49 +msgid "Préfixe document" +msgstr "" + +#: include/class/action_document_type_mtable.class.php:111 +#: include/class/action_document_type_mtable.class.php:111 +msgid "Préfixe ne peut être vide" +msgstr "" + +#: include/class/action_document_type_mtable.class.php:118 +#: include/class/action_document_type_mtable.class.php:118 +msgid "Doublon, ce nom existe déjà " +msgstr "" + +#: include/class/action_document_type_mtable.class.php:125 +#: include/class/action_document_type_mtable.class.php:125 +msgid "Doublon, ce préfixe existe déjà " +msgstr "" + +#: include/class/contact_option_ref_mtable.class.php:39 +#: include/class/follow_up_other_concerned.class.php:166 +#: include/class/follow_up_other_concerned.class.php:166 +#: include/class/contact_option_ref_mtable.class.php:39 +msgid "Options" +msgstr "" + +#: include/class/user.class.php:764 include/class/user.class.php:764 +msgid "Access invalid" +msgstr "" + +#: include/class/noalyss_parameter_folder.class.php:70 +#: include/class/noalyss_parameter_folder.class.php:70 +#, php-format +msgid "Valeur invalide %s" +msgstr "" + +#: include/class/noalyss_parameter_folder.class.php:73 +#: include/class/noalyss_parameter_folder.class.php:73 +#, php-format +msgid "Erreur Filtre analytique %s" +msgstr "" + +#: include/class/profile_menu.class.php:247 +#: include/class/profile_menu.class.php:247 +msgid "Ecriture et suppression" +msgstr "" + +#: include/class/html_input_noalyss.class.php:46 +#: include/class/html_input_noalyss.class.php:46 +msgid "LAD46 Erreur type" +msgstr "" + +#: include/class/html_input_noalyss.class.php:56 +#: include/class/html_input_noalyss.class.php:56 +msgid "ligne à ajouter" +msgstr "" + +#: include/class/document_state_mtable.php:47 +#: include/class/document_state_mtable.php:47 +msgid "Ferme" +msgstr "" + +#: include/class/document_state_mtable.php:48 +#: include/class/document_state_mtable.php:48 include/database.item.php:125 +msgid "Aucune" +msgstr "" + +#: include/class/acc_balance.class.php:279 +#: include/class/acc_balance.class.php:279 +#, php-format +msgid "Totaux %s %s" +msgstr "" + +#: include/class/acc_plan_mtable.class.php:197 +#: include/class/acc_plan_mtable.class.php:197 +msgid "Poste utilisé" +msgstr "" + +#: include/lettering.account.inc.php:139 include/lettering.account.inc.php:139 +msgid "Un instant..." +msgstr "" + +#: include/ajax/ajax_anc_key_clean.php:65 +#: include/ajax/ajax_anc_key_clean.php:65 +msgid "Interdit" +msgstr "" + +#: include/ajax/ajax_card.php:430 include/ajax/ajax_card.php:430 +msgid "fiches inactives" +msgstr "" + +#: include/ajax/ajax_ledger.php:589 include/ajax/ajax_ledger.php:590 +#: include/ajax/ajax_ledger.php:590 +msgid "Dupliquer une opération" +msgstr "" + +#: include/ajax/ajax_display_card_option.php:42 +#: include/template/action_document_type_mtable_input.php:125 +#: include/ajax/ajax_display_card_option.php:42 +#: include/template/action_document_type_mtable_input.php:125 +msgid "Options contact" +msgstr "" + +#: include/ajax/ajax_add_concerned_card.php:71 +#: include/ajax/ajax_add_concerned_card.php:71 +msgid "limité aux champs " +msgstr "" + +#: include/ajax/ajax_add_concerned_card.php:88 +#: include/ajax/ajax_add_concerned_card.php:88 +msgid "Fiches inactives" +msgstr "" + +#: include/preod.inc.php:50 include/preod.inc.php:50 +msgid "Filter par journal" +msgstr "" + +#: include/export/export_printtva_pdf.php:217 +#: include/export/export_printtva_pdf.php:217 +msgid "TVA ND récup" +msgstr "" + +#: include/export/export_balance_csv.php:85 +#: include/export/export_balance_csv.php:85 +#, php-format +msgid "balance du %s au %s" +msgstr "" + +#: include/export/export_balance_pdf.php:179 +#: include/export/export_balance_pdf.php:179 +#, php-format +msgid "Totaux %s " +msgstr "" + +#: include/export/export_balance_pdf.php:186 +#: include/export/export_balance_pdf.php:192 +#: include/export/export_balance_pdf.php:186 +#: include/export/export_balance_pdf.php:192 +#, php-format +msgid "niveau %s" +msgstr "" + +#: include/template/template_config_form.php:65 +#: include/template/template_config_form.php:46 +#: include/template/template_config_form.php:46 +msgid "Mot de passe administrateur de noalyss" +msgstr "" + +#: include/template/template_config_form.php:91 +#: include/template/template_config_form.php:84 +#: include/template/template_config_form.php:84 +msgid "Aide" +msgstr "" + +#: include/template/follow_up_detail_display.php:194 +#: include/template/follow_up_detail_display.php:194 +msgid "Recalculer" +msgstr "" + +#: include/template/action_document_type_mtable_input.php:86 +msgid "Contacts multiples" +msgstr "" + +#: include/template/action_document_type_mtable_input.php:94 +#: include/template/action_document_type_mtable_input.php:94 +msgid "Création de facture" +msgstr "" + +#: include/template/action_document_type_mtable_input.php:105 +#: include/template/action_document_type_mtable_input.php:105 +msgid "Description modifiable" +msgstr "" + +#: include/template/action_document_type_mtable_input.php:115 +#: include/template/action_document_type_mtable_input.php:115 +msgid "Unique" +msgstr "" + +#: include/template/action_document_type_mtable_input.php:116 +#: include/template/action_document_type_mtable_input.php:116 +msgid "Multiples" +msgstr "" + +#: include/template/ledger_detail_bottom.php:16 +#: include/template/ledger_detail_bottom.php:16 +msgid "Autre action" +msgstr "" + +#: include/template/ledger_detail_bottom.php:337 +#: include/template/ledger_detail_bottom.php:354 +#: include/template/ledger_detail_bottom.php:354 +msgid "Vérification CA" +msgstr "" + +#: include/template/tag_search_select.php:12 +#: include/template/tag_search_select.php:12 +msgid "Etiquettes" +msgstr "" + +#: include/template/letter_all.php:53 include/template/letter_all.php:53 +msgid "aucun lettrage" +msgstr "" + +#: include/template/letter_all.php:126 include/template/letter_all.php:126 +#, php-format +msgid "Solde débiteur : %s" +msgstr "" + +#: include/template/letter_all.php:128 include/template/letter_all.php:128 +#, php-format +msgid "Solde créditeur : %s" +msgstr "" + +#: include/template/pre_operation_display.php:32 +#: include/template/pre_operation_display.php:32 +msgid "Nom du modèle" +msgstr "" + +#: include/template/followup-show-action-add.php:34 +#: include/template/followup-show-action-add.php:34 +msgid "Choississez une action" +msgstr "" + +#: include/template/fiche_def_input.php:26 +#: include/template/fiche_def_input.php:26 +msgid "Modèles de catégorie" +msgstr "" + +#: include/template/card_multiple_result.php:10 +#: include/template/card_multiple_result.php:10 +msgid "recherche rapide" +msgstr "" + +#: include/template/card_multiple_result.php:14 +#: include/template/card_multiple_result.php:14 +#, php-format +msgid "Nombre de fiches trouvées %d montrées %d" +msgstr "" + +#: include/template/action_search.php:146 +#: include/template/action_search.php:148 +#: include/template/action_search.php:148 +msgid "Option étiquettes" +msgstr "" + +#: include/template/action_search.php:149 include/template/ledger_search.php:97 +#: include/template/action_search.php:151 include/template/ledger_search.php:97 +#: include/template/action_search.php:151 +msgid "Toutes les étiquettes" +msgstr "" + +#: include/template/action_search.php:150 include/template/ledger_search.php:98 +#: include/template/action_search.php:152 include/template/ledger_search.php:98 +#: include/template/action_search.php:152 +msgid "Au moins une étiquette" +msgstr "" + +#: include/impress_jrn.inc.php:157 include/impress_jrn.inc.php:157 +msgid "Uniquement payées" +msgstr "" + +#: include/impress_jrn.inc.php:158 include/impress_jrn.inc.php:158 +msgid "Uniquement non payées" +msgstr "" + +#: include/impress_jrn.inc.php:162 include/impress_jrn.inc.php:162 +msgid "Uniquement pour journaux vente et achat" +msgstr "" + +#: include/tax_summary.inc.php:46 include/tax_summary.inc.php:46 +#, php-format +msgid "Calcul d'après la date" +msgstr "" + +#: include/lib/manage_table_sql.class.php:1107 +#: include/lib/manage_table_sql.class.php:1107 +msgid "Donnée" +msgstr "" + +#: include/lib/iconcerned.class.php:99 include/lib/iconcerned.class.php:99 +msgid "setSingleOperation failed" +msgstr "" + +#: include/lib/output_html_tab.class.php:71 +#: include/lib/output_html_tab.class.php:71 +msgid "OUTPUTHTML070 Mode invalide" +msgstr "" + +#: include/lib/message_javascript.php:77 include/lib/message_javascript.php:78 +#: include/lib/message_javascript.php:78 +msgid "Ne donnez pas ce poste comptable si ce code n'est pas utilisé à l'achat" +msgstr "" + +#: include/lib/message_javascript.php:78 include/lib/message_javascript.php:79 +#: include/lib/message_javascript.php:79 +msgid "" +"Ne donnez pas ce poste comptable si ce code n'est pas utilisé à la vente" +msgstr "" + +#: include/lib/message_javascript.php:107 +#: include/lib/message_javascript.php:108 +#: include/lib/message_javascript.php:108 +msgid "TVA due ou récupérable quand l'opération est payée ou exécutée" +msgstr "" + +#: include/lib/message_javascript.php:108 +#: include/lib/message_javascript.php:109 +#: include/lib/message_javascript.php:109 +msgid "Journaux Achat ou vente en mode simple, TVA ou détaillé" +msgstr "" + +#: include/lib/message_javascript.php:109 +#: include/lib/message_javascript.php:110 +#: include/lib/message_javascript.php:110 +msgid "Il est conseillé d'avoir un quickcode de moins de 9 car." +msgstr "" + +#: include/lib/message_javascript.php:110 +#: include/lib/message_javascript.php:111 +#: include/lib/message_javascript.php:111 +msgid "Permet de chercher dans le suivi pour les contacts multiques" +msgstr "" + +#: include/lib/select_dialog.class.php:48 +#: include/lib/select_dialog.class.php:48 +msgid "Sélection" +msgstr "" + +#: include/param_sec.inc.php:120 include/param_sec.inc.php:120 +msgid "Erreur sécurité" +msgstr "" + +#: include/param_sec.inc.php:253 include/param_sec.inc.php:253 +msgid "" +"La sécurité sur les journaux, permet de limiter l'accès de l'utilisateur aux " +"journaux, si cette sécurité n'est pas activée , l'utilisateur a accès à " +"tous les journaux en lecture et écriture" +msgstr "" + +#: include/param_sec.inc.php:327 include/param_sec.inc.php:327 +msgid "" +"La sécurité sur les actions permet de limiter ce que l'utilisateur peut " +"faire, si elle n'est pas active l'utilisateur a donc accès à toutes ces " +"actions" +msgstr "" + +#: include/company.inc.php:120 include/company.inc.php:120 +msgid "Uniquement des chiffres séparés par des virgules" +msgstr "" + +#: include/company.inc.php:146 include/company.inc.php:146 +msgid "" +"Opération analytique uniquement pour les postes comptables commençant par" +msgstr "" + +#: include/cfgtags.inc.php:83 include/cfgtags.inc.php:83 +msgid "Groupe étiquettes" +msgstr "" + +#: include/user_detail.inc.php:94 include/user_detail.inc.php:94 +msgid "Code invalide, effacement refusé" +msgstr "" + +#: include/user_detail.inc.php:113 include/user_detail.inc.php:113 +#, php-format +msgid "Utilisateur %s %s est effacé" +msgstr "" + +#: include/user_detail.inc.php:211 include/user_detail.inc.php:211 +msgid "Pour effacer , confirmez en retapant le code" +msgstr "" + +#: include/ajax/ajax_admin.php:264 include/ajax/ajax_admin.php:264 +msgid "Tapez le code de confirmation" +msgstr "" + +#: include/ajax/ajax_action_concerned_list.php:39 +#: include/ajax/ajax_action_concerned_list.php:39 +msgid "Liste Autres Fiches" +msgstr "" + +#: include/export/export_fiche_detail_pdf.php:112 +#: include/export/export_fiche_detail_pdf.php:216 +#: include/export/export_fiche_detail_pdf.php:112 +#: include/export/export_fiche_detail_pdf.php:216 +msgid "créditeur" +msgstr "" + +#: include/export/export_fiche_detail_pdf.php:117 +#: include/export/export_fiche_detail_pdf.php:221 +#: include/export/export_fiche_detail_pdf.php:117 +#: include/export/export_fiche_detail_pdf.php:221 +msgid "débiteur" +msgstr "" + +#: include/template/template_config_form.php:56 +#: include/template/template_config_form.php:56 +msgid "Serveur" +msgstr "" + +#: include/template/template_config_form.php:91 +#: include/template/template_config_form.php:91 +msgid "Postgresql" +msgstr "" + +#: include/template/action_document_type_mtable_input.php:86 +#: include/template/action_document_type_mtable_input.php:86 +msgid "Autres fiches" +msgstr "" + +#: include/template/tag_detail.php:29 include/template/tag_detail.php:29 +msgid "Couleur" +msgstr "" + +#: include/template/tag_detail.php:38 include/template/tag_detail.php:38 +msgid "Exemple" +msgstr "" + +#: include/template/tag_detail.php:50 include/template/tag_detail.php:50 +msgid "Etiquette actif" +msgstr "" + +#: include/dossier.inc.php:386 include/dossier.inc.php:386 +msgid "Désolé, le code est invalide" +msgstr "" + +#: include/lib/message_javascript.php:67 include/lib/message_javascript.php:67 +msgid "" +"le type vaut : ME pour Menu, PR pour les impressions,PL pour les plugins,SP " +"pour des valeurs spéciales" +msgstr "" diff --git a/html/lang/nl_NL/LC_MESSAGES/messages.po b/html/lang/nl_NL/LC_MESSAGES/messages.po index e8b2a2648..bc5b849b5 100644 --- a/html/lang/nl_NL/LC_MESSAGES/messages.po +++ b/html/lang/nl_NL/LC_MESSAGES/messages.po @@ -4,12 +4,11 @@ # # dany , 2014. # Dany De Bontridder , 2015, 2018, 2019. -#: include/database.item.php:126 msgid "" msgstr "" "Project-Id-Version: NOALYSS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-26 13:23+0200\n" +"POT-Creation-Date: 2020-11-13 08:52+0100\n" "PO-Revision-Date: 2019-07-31 13:23+0100\n" "Last-Translator: dany \n" "Language-Team: English \n" @@ -30,6 +29,7 @@ msgid " Periode : " msgstr "Periode" #: include/export/export_poste_detail_pdf.php:60 +#: include/export/export_poste_detail_pdf.php:61 #, php-format msgid " Période : %s %s" msgstr "Periode %s %s" @@ -81,13 +81,14 @@ msgstr "" #: html/ajax_card.php:475 include/ajax/ajax_card.php:455 #: include/ajax/ajax_card.php:456 include/ajax/ajax_card.php:457 #: include/ajax/ajax_card.php:490 include/ajax/ajax_card.php:494 -#: include/ajax/ajax_card.php:495 +#: include/ajax/ajax_card.php:495 include/ajax/ajax_card.php:571 +#: include/ajax/ajax_card.php:570 msgid " Banque" msgstr "Bank" #: include/dossier.inc.php:111 include/dossier.inc.php:132 #: include/dossier.inc.php:143 include/dossier.inc.php:146 -#: include/dossier.inc.php:151 +#: include/dossier.inc.php:151 include/dossier.inc.php:153 msgid " Base de donnée " msgstr "Database" @@ -95,6 +96,8 @@ msgstr "Database" #: include/template/ledger_detail_bottom.php:142 #: include/template/ledger_detail_bottom.php:143 #: include/template/ledger_detail_bottom.php:148 +#: include/template/ledger_detail_bottom.php:153 +#: include/template/ledger_detail_bottom.php:154 msgid " Bon de commande" msgstr "Bestelbon" @@ -102,12 +105,15 @@ msgstr "Bestelbon" #: include/export/export_poste_detail_pdf.php:225 #: include/export/export_poste_detail_pdf.php:128 #: include/export/export_poste_detail_pdf.php:236 +#: include/export/export_poste_detail_pdf.php:129 +#: include/export/export_poste_detail_pdf.php:237 msgid " C " msgstr "C" #: include/fiche.inc.php:176 include/fiche.inc.php:180 #: include/fiche.inc.php:182 include/fiche.inc.php:183 #: include/fiche.inc.php:184 include/fiche.inc.php:185 +#: include/fiche.inc.php:186 msgid " Ces fiches n'ont pas été effacées " msgstr "Deze bestanden zijn niet verwijderd geweest" @@ -117,7 +123,7 @@ msgstr "Deze bestanden zijn niet verwijderd geweest" #: include/lib/ac_common.php:434 include/lib/ac_common.php:435 #: include/lib/ac_common.php:436 include/lib/ac_common.php:437 #: include/lib/ac_common.php:438 include/lib/ac_common.php:440 -#: include/lib/ac_common.php:456 +#: include/lib/ac_common.php:456 include/lib/ac_common.php:466 msgid " Cette action ne vous est pas autorisée Contactez votre responsable" msgstr "U bent niet bevoegd voor deze actie. Contacteer uw verantwoordelijke" @@ -134,12 +140,15 @@ msgstr "BTW Code" #: include/export/export_poste_detail_pdf.php:230 #: include/export/export_poste_detail_pdf.php:133 #: include/export/export_poste_detail_pdf.php:241 +#: include/export/export_poste_detail_pdf.php:134 +#: include/export/export_poste_detail_pdf.php:242 msgid " D " msgstr "D" #: include/ajax_mod_periode.php:55 include/ajax/ajax_mod_periode.php:55 #: include/ajax/ajax_periode.php:171 include/class/periode.class.php:702 #: include/class/periode.class.php:704 include/class/periode.class.php:706 +#: include/class/periode.class.php:707 include/class/periode.class.php:708 msgid " Début période : " msgstr "Begin" @@ -150,7 +159,8 @@ msgstr "" #: html/ajax_card.php:478 html/ajax_card.php:479 include/ajax/ajax_card.php:459 #: include/ajax/ajax_card.php:460 include/ajax/ajax_card.php:461 #: include/ajax/ajax_card.php:494 include/ajax/ajax_card.php:498 -#: include/ajax/ajax_card.php:499 +#: include/ajax/ajax_card.php:499 include/ajax/ajax_card.php:575 +#: include/ajax/ajax_card.php:574 msgid " Employé ou administrateur" msgstr "Manager of bediende" @@ -165,24 +175,26 @@ msgstr "Fout in de formula" #: include/ajax_mod_periode.php:57 include/ajax/ajax_mod_periode.php:57 #: include/ajax/ajax_periode.php:173 include/class/periode.class.php:704 #: include/class/periode.class.php:706 include/class/periode.class.php:708 +#: include/class/periode.class.php:709 include/class/periode.class.php:710 msgid " Exercice : " msgstr "Jaar" #: include/ajax_mod_periode.php:56 include/ajax/ajax_mod_periode.php:56 #: include/ajax/ajax_periode.php:172 include/class/periode.class.php:703 #: include/class/periode.class.php:705 include/class/periode.class.php:707 +#: include/class/periode.class.php:708 include/class/periode.class.php:709 msgid " Fin période : " msgstr "End " #: include/user_menu.php:147 include/user_menu.php:151 #: include/lib/user_menu.php:160 include/lib/user_menu.php:173 -#: include/lib/user_menu.php:131 +#: include/lib/user_menu.php:131 include/lib/user_menu.php:130 msgid " Hors Bilan" msgstr "Buiten de balansstelling" #: include/user_menu.php:148 include/user_menu.php:152 #: include/lib/user_menu.php:161 include/lib/user_menu.php:174 -#: include/lib/user_menu.php:132 +#: include/lib/user_menu.php:132 include/lib/user_menu.php:131 msgid " Immobilisé" msgstr "Vastleggen" @@ -200,6 +212,7 @@ msgstr "Onmogelijk om op te slaan" #: include/class/acc_ledger_purchase.class.php:194 #: include/class/acc_ledger_sold.class.php:190 #: include/class/acc_ledger_purchase.class.php:193 +#: include/class/acc_ledger_purchase.class.php:195 msgid " La TVA " msgstr "De BTW" @@ -210,6 +223,7 @@ msgstr "" #: include/class/acc_ledger.class.php:1136 #: include/class/acc_ledger.class.php:1152 +#: include/class/acc_ledger.class.php:1148 #, php-format msgid " Le poste %s appartient à fiche(s) dont : %s" msgstr "" @@ -259,6 +273,7 @@ msgstr "BTW" #: include/class/acc_ledger.class.php:115 #: include/class/acc_ledger.class.php:116 #: include/class/acc_ledger.class.php:134 +#: include/class/acc_ledger.class.php:133 msgid " Tous les journaux" msgstr "Alle dagboeken" @@ -294,6 +309,15 @@ msgid "" "vos bases de données" msgstr "" +#: html/install.php:462 html/install.php:468 +msgid "" +" Vous devez absolument utiliser au minimum une version 9.5 de PostGresql, si " +"votre distribution n'en\n" +"offre pas, installez-en une en la compilant. Lisez attentivement la notice " +"sur postgresql.org pour migrer\n" +"vos bases de données" +msgstr "" + #: include/history_operation.inc.php:97 include/history_operation.inc.php:101 #: include/history_operation.inc.php:93 include/history_operation.inc.php:94 #: include/history_operation.inc.php:98 @@ -305,6 +329,7 @@ msgstr "tot" #: include/ajax/ajax_card.php:447 include/ajax/ajax_card.php:448 #: include/ajax/ajax_card.php:449 include/ajax/ajax_card.php:482 #: include/ajax/ajax_card.php:486 include/ajax/ajax_card.php:487 +#: include/ajax/ajax_card.php:563 include/ajax/ajax_card.php:562 msgid " d'administration" msgstr "van de administratie" @@ -313,6 +338,7 @@ msgstr "van de administratie" #: include/ajax/ajax_card.php:439 include/ajax/ajax_card.php:440 #: include/ajax/ajax_card.php:441 include/ajax/ajax_card.php:474 #: include/ajax/ajax_card.php:478 include/ajax/ajax_card.php:479 +#: include/ajax/ajax_card.php:555 include/ajax/ajax_card.php:554 msgid " de clients" msgstr "van klanten" @@ -320,7 +346,8 @@ msgstr "van klanten" #: html/ajax_card.php:470 html/ajax_card.php:471 include/ajax/ajax_card.php:451 #: include/ajax/ajax_card.php:452 include/ajax/ajax_card.php:453 #: include/ajax/ajax_card.php:486 include/ajax/ajax_card.php:490 -#: include/ajax/ajax_card.php:491 +#: include/ajax/ajax_card.php:491 include/ajax/ajax_card.php:567 +#: include/ajax/ajax_card.php:566 msgid " de contacts" msgstr "van contacten" @@ -329,6 +356,7 @@ msgstr "van contacten" #: include/ajax/ajax_card.php:443 include/ajax/ajax_card.php:444 #: include/ajax/ajax_card.php:445 include/ajax/ajax_card.php:478 #: include/ajax/ajax_card.php:482 include/ajax/ajax_card.php:483 +#: include/ajax/ajax_card.php:559 include/ajax/ajax_card.php:558 msgid " de fournisseurs" msgstr "van leveranciers" @@ -352,7 +380,7 @@ msgstr "moet in een unicode worden omgezet" #: include/action.common.inc.php:218 include/action.common.inc.php:238 #: include/action.common.inc.php:239 include/action.common.inc.php:244 #: include/action.common.inc.php:246 include/action.common.inc.php:247 -#: include/action.common.inc.php:253 +#: include/action.common.inc.php:253 include/action.common.inc.php:278 msgid " effacée" msgstr "wissen" @@ -360,12 +388,13 @@ msgstr "wissen" #: include/ajax/ajax_search_operation.php:119 #: include/ajax/ajax_search_operation.php:122 #: include/ajax/ajax_search_operation.php:124 +#: include/ajax/ajax_search_operation.php:129 msgid " enregistrements. Le nombre d'enregistrements trouvés est de " msgstr "" #: include/dossier.inc.php:94 include/dossier.inc.php:115 #: include/dossier.inc.php:126 include/dossier.inc.php:129 -#: include/dossier.inc.php:134 +#: include/dossier.inc.php:134 include/dossier.inc.php:136 msgid " est une année invalide" msgstr "is een ongeldig jaar" @@ -380,7 +409,7 @@ msgstr "" #: include/class_anc_print.php:137 include/class_anc_print.php:179 #: include/class_anc_print.php:181 include/class/class_anc_print.php:181 #: include/class/class_anc_print.php:183 include/class/anc_print.class.php:177 -#: include/class/anc_print.class.php:183 +#: include/class/anc_print.class.php:183 include/class/anc_print.class.php:184 msgid " et l'activité " msgstr "en de activiteit" @@ -403,6 +432,7 @@ msgstr "tot" #: include/class/class_acc_ledger_purchase.php:220 #: include/class/acc_ledger_purchase.class.php:220 #: include/class/acc_ledger_purchase.class.php:219 +#: include/class/acc_ledger_purchase.class.php:221 msgid " le poste comptable" msgstr "de begrotingspost" @@ -418,6 +448,7 @@ msgstr "de begrotingspost" #: include/class/acc_ledger_purchase.class.php:149 #: include/class/acc_ledger_sold.class.php:145 #: include/class/acc_ledger_sold.class.php:204 +#: include/class/acc_ledger_purchase.class.php:151 msgid " le poste comptable [" msgstr "de begrotingspost [" @@ -460,6 +491,7 @@ msgstr "Puts van rekening" #: include/class_acc_ledger_purchase.php:120 #: include/class/class_acc_ledger_purchase.php:120 #: include/class/acc_ledger_purchase.class.php:120 +#: include/class/acc_ledger_purchase.class.php:122 msgid " vous ne pouvez pas encoder à une date antérieure dans ce journal" msgstr "in dit dagboek mag u geen vroegere dagtekening invoeren" @@ -503,6 +535,7 @@ msgstr "Je hebt% s% d maanden sinds% d /% d% d bij de oefening toegevoegd" #: include/lib/class_sendmail.php:96 include/lib/class_sendmail.php:97 #: include/lib/class_sendmail.php:98 include/lib/sendmail.class.php:98 #: include/lib/sendmail.class.php:102 include/lib/sendmail_core.class.php:105 +#: include/lib/sendmail_core.class.php:106 #, fuzzy, php-format msgid "%s est vide" msgstr "is leeg" @@ -536,29 +569,29 @@ msgstr "Inkoopdagboeken" msgid "(beta) Encodage de fiche pour service après-vente" msgstr "" -#: include/lib/message_javascript.php:39 +#: include/lib/message_javascript.php:39 include/lib/message_javascript.php:40 msgid "" "(optionnel) Ce montant correspond au total tva, si vous le laissez à vide, " "il sera calculé automatiquement en fonction du taux" msgstr "" -#: include/lib/message_javascript.php:38 +#: include/lib/message_javascript.php:38 include/lib/message_javascript.php:39 msgid "" "(optionnel) Ces champs servent à contrôler que les montants correspondent à " "l'extrait" msgstr "" -#: include/lib/message_javascript.php:35 +#: include/lib/message_javascript.php:35 include/lib/message_javascript.php:36 msgid "(optionnel) L'échéance est la date limite de paiement" msgstr "" -#: include/lib/message_javascript.php:32 +#: include/lib/message_javascript.php:32 include/lib/message_javascript.php:33 msgid "" "(optionnel) La description est un commentaire libre qui sert à identifier " "cette opération" msgstr "" -#: include/lib/message_javascript.php:36 +#: include/lib/message_javascript.php:36 include/lib/message_javascript.php:37 msgid "" "(optionnel)Le numéro d'extrait permet de retrouver plus facilement l'extrait " "de banque" @@ -724,13 +757,19 @@ msgstr "Vanaf" msgid "A partir du mois de" msgstr "Vanaf" -#: include/lib/message_javascript.php:41 +#: include/class/acc_ledger_search.class.php:603 +#: include/class/acc_ledger_search.class.php:626 +#, fuzzy +msgid "ALS01 Etat inconnu" +msgstr "onbekend btw" + +#: include/lib/message_javascript.php:41 include/lib/message_javascript.php:42 msgid "" "ATTENTION changer le poste comptable d'une fiche ne modifiera pas toutes " "les opérations où cette fiche est utilisée" msgstr "" -#: include/lib/message_javascript.php:42 +#: include/lib/message_javascript.php:42 include/lib/message_javascript.php:43 msgid "ATTENTION si le poste comptable est vide, il sera créé automatiquement" msgstr "" @@ -745,6 +784,11 @@ msgstr "Ongeldige opties" msgid "Accepter" msgstr "Aanvaarden" +#: include/class/user.class.php:764 +#, fuzzy +msgid "Access invalid" +msgstr "Ongeldig verzoek" + #: include/database.item.php:73 include/user_menu.php:115 #: include/user_menu.php:122 include/database.item.php:76 #: include/database.item.php:81 include/database.item.php:79 @@ -752,6 +796,8 @@ msgstr "Aanvaarden" #: include/lib/user_menu.php:131 include/lib/user_menu.php:124 #: include/lib/user_menu.php:143 include/database.item.php:75 #: include/lib/user_menu.php:81 include/lib/user_menu.php:100 +#: include/database.item.php:74 include/lib/user_menu.php:80 +#: include/lib/user_menu.php:99 msgid "Accueil" msgstr "Home" @@ -808,7 +854,9 @@ msgstr "Foute toegang" #: html/recherche.php:58 include/ajax/ajax_todo_list.php:203 #: include/ajax/ajax_todo_list.php:266 include/class/acc_ledger.class.php:1029 #: include/class/acc_ledger.class.php:1034 -#: include/class/acc_ledger.class.php:1050 +#: include/class/acc_ledger.class.php:1050 html/recherche.php:63 +#: include/class/acc_ledger.class.php:1042 +#: include/class/acc_ledger_purchase.class.php:77 msgid "Accès interdit" msgstr "Verboden toegang" @@ -829,7 +877,7 @@ msgstr "Kranten" #: html/do.php:210 html/do.php:211 html/do.php:239 html/do.php:252 #: html/do.php:254 html/do.php:251 html/do.php:288 html/do.php:300 -#: html/do.php:310 html/do.php:279 +#: html/do.php:310 html/do.php:279 html/do.php:281 msgid "Accès menu impossible" msgstr "" @@ -842,7 +890,7 @@ msgid "Accès non autorisé" msgstr "Bewerking Opgeslagen" #: include/param_sec.inc.php:278 include/param_sec.inc.php:220 -#: include/param_sec.inc.php:224 +#: include/param_sec.inc.php:224 include/param_sec.inc.php:262 #, fuzzy msgid "Accès à tout" msgstr "Verboden toegang" @@ -865,7 +913,11 @@ msgstr "Verboden toegang" #: include/cfgledger.inc.php:171 include/class/acc_ledger_search.class.php:1086 #: include/class/acc_ledger_search.class.php:1099 #: include/template/tax_summary_display.php:176 include/database.item.php:235 -#: include/database.item.php:254 +#: include/database.item.php:254 include/class/acc_ledger_search.class.php:1188 +#: include/class/operation_predef_mtable.class.php:172 +#: include/database.item.php:3 include/database.item.php:67 +#: include/database.item.php:219 include/database.item.php:231 +#: include/class/acc_ledger_search.class.php:1211 msgid "Achat" msgstr "Aankoop" @@ -879,14 +931,15 @@ msgstr "Verwerving over heel het jaar" #: include/user_detail.inc.php:152 include/user.inc.php:129 #: include/class/acc_plan_mtable.class.php:49 #: include/template/tag_detail.php:15 -#: include/class/acc_plan_mtable.class.php:55 +#: include/class/acc_plan_mtable.class.php:55 include/template/tag_list.php:20 +#: include/user_detail.inc.php:163 include/user.inc.php:131 #, fuzzy msgid "Actif" msgstr "Actie" #: include/user_menu.php:149 include/user_menu.php:153 #: include/lib/user_menu.php:162 include/lib/user_menu.php:175 -#: include/lib/user_menu.php:133 +#: include/lib/user_menu.php:133 include/lib/user_menu.php:132 msgid "Actif a un an au plus" msgstr "Activa van een jaar tot meer" @@ -904,13 +957,15 @@ msgstr "Betreffende acties" #: include/template/dashboard.php:105 include/template/dashboard.php:71 #: include/template/dashboard.php:75 include/template/dashboard.php:54 +#: include/class/contact_option_ref_mtable.class.php:38 +#: include/class/document_state_mtable.php:44 msgid "Action" msgstr "Actie" #: include/action.common.inc.php:218 include/action.common.inc.php:238 #: include/action.common.inc.php:239 include/action.common.inc.php:244 #: include/action.common.inc.php:246 include/action.common.inc.php:247 -#: include/action.common.inc.php:253 +#: include/action.common.inc.php:253 include/action.common.inc.php:278 msgid "Action " msgstr "Actie" @@ -923,6 +978,7 @@ msgstr "Actie management" # Je suppose que Action = ce qu'il a fait et pas le terme de comptabilité = Aandelen #: include/action.common.inc.php:277 include/action.common.inc.php:281 #: include/action.common.inc.php:272 include/action.common.inc.php:276 +#: include/action.common.inc.php:315 include/action.common.inc.php:320 msgid "Action Sauvée" msgstr "Bewerking Opgeslagen" @@ -958,6 +1014,12 @@ msgstr "Achterstallige actie" #: include/ajax/ajax_card.php:214 include/ajax/ajax_card.php:369 #: include/ajax/ajax_card.php:527 include/ajax/ajax_card.php:582 #: include/ajax/ajax_card.php:594 include/ajax/ajax_card.php:624 +#: include/ajax/ajax_card.php:220 include/ajax/ajax_card.php:402 +#: include/ajax/ajax_card.php:603 include/ajax/ajax_card.php:658 +#: include/ajax/ajax_card.php:673 include/ajax/ajax_card.php:702 +#: include/ajax/ajax_card.php:738 include/ajax/ajax_card.php:602 +#: include/ajax/ajax_card.php:657 include/ajax/ajax_card.php:672 +#: include/ajax/ajax_card.php:701 include/ajax/ajax_card.php:737 msgid "Action interdite" msgstr "Verboden handeling" @@ -975,6 +1037,7 @@ msgstr "Verboden handeling" #: include/class/acc_ledger.class.php:2700 #: include/class/acc_ledger.class.php:2709 #: include/class/acc_ledger.class.php:2748 +#: include/class/acc_ledger.class.php:2772 msgid "Action non accessible" msgstr "Actie is ontoegankelijk" @@ -983,7 +1046,7 @@ msgstr "Actie is ontoegankelijk" #: html/ajax_misc.php:290 html/ajax_misc.php:382 html/ajax_misc.php:384 #: html/ajax_misc.php:390 include/lib/message_javascript.php:90 #: include/lib/message_javascript.php:92 html/ajax_misc.php:392 -#: html/ajax_misc.php:396 +#: html/ajax_misc.php:396 include/lib/message_javascript.php:93 #, fuzzy msgid "Action non autorisée" msgstr "Bewerking Opgeslagen" @@ -995,13 +1058,14 @@ msgid "Action pour aujourd'hui" msgstr "Handeling voor vaandag" #: include/param_sec.inc.php:319 include/param_sec.inc.php:259 -#: include/param_sec.inc.php:291 +#: include/param_sec.inc.php:291 include/param_sec.inc.php:303 #, fuzzy msgid "Actions" msgstr "Actie" #: include/template/ledger_detail_bottom.php:35 #: include/template/ledger_detail_bottom.php:40 +#: include/template/ledger_detail_bottom.php:45 #, fuzzy msgid "Actions Gestion" msgstr "Actie management" @@ -1012,6 +1076,8 @@ msgstr "Actie management" #: include/template/detail-action.php:192 #: include/template/detail-action.php:191 #: include/template/detail-action.php:166 +#: include/template/detail-action.php:173 +#: include/template/detail-action.php:175 msgid "Actions concernées" msgstr "Betreffende acties" @@ -1034,6 +1100,7 @@ msgstr "rekening" #: include/class/acc_ledger.class.php:2274 #: include/class/acc_ledger.class.php:2283 #: include/class/acc_ledger.class.php:2299 +#: include/class/acc_ledger.class.php:2318 #, fuzzy msgid "Activé" msgstr "Actie" @@ -1060,7 +1127,9 @@ msgstr "Actie" #: include/compta_ven.inc.php:328 include/compta_ven.inc.php:331 #: include/template/form_ledger_detail.php:128 include/compta_ach.inc.php:296 #: include/compta_ven.inc.php:339 include/compta_ven.inc.php:337 -#: include/compta_ach.inc.php:294 +#: include/compta_ach.inc.php:294 include/compta_ven.inc.php:329 +#: include/compta_ach.inc.php:295 include/template/form_ledger_detail.php:131 +#: include/template/predf_ledger_detail.php:59 msgid "Actualiser" msgstr "Updaten" @@ -1076,11 +1145,15 @@ msgstr "Updaten" #: include/user.inc.php:173 include/export/export_security_pdf.php:112 #: html/user_login.php:109 include/database.item.php:127 #: include/param_sec.inc.php:99 include/param_sec.inc.php:158 -#: html/user_login.php:115 +#: html/user_login.php:115 include/database.item.php:126 +#: include/param_sec.inc.php:100 include/param_sec.inc.php:163 +#: include/user_detail.inc.php:186 include/user.inc.php:175 msgid "Administrateur" msgstr "Beheerder" #: include/template/template_config_form.php:56 +#: include/template/template_config_form.php:57 +#: include/template/template_config_form.php:38 #, fuzzy msgid "Administrateur de noalyss" msgstr "Beheerder" @@ -1093,7 +1166,7 @@ msgstr "Beheerder" #: include/admin_repo.inc.php:63 include/database.item.php:130 #: html/user_login.php:160 include/admin_repo.inc.php:65 #: include/database.item.php:124 html/user_login.php:166 -#: html/user_login.php:143 +#: html/user_login.php:143 include/database.item.php:123 msgid "Administration" msgstr "Administratie" @@ -1113,7 +1186,7 @@ msgstr "Globale Administratie" #: include/class/class_fiche.php:1601 include/class/class_fiche.php:1604 #: include/class/fiche.class.php:1758 include/class/fiche.class.php:1761 #: include/class/fiche.class.php:1763 include/class/fiche.class.php:1781 -#: include/class/fiche.class.php:1782 +#: include/class/fiche.class.php:1782 include/class/fiche.class.php:1808 msgid "Adresse" msgstr "Adres" @@ -1127,6 +1200,8 @@ msgstr "Adres" #: include/template/template_config_form.php:55 #: include/template/template_config_form.php:63 +#: include/template/template_config_form.php:73 +#: include/template/template_config_form.php:104 #, fuzzy msgid "Adresse Serveur Postgresql" msgstr "Gebruiker toevoegen" @@ -1155,7 +1230,7 @@ msgstr "Geaffecteerd" #: include/template/action_search.php:63 include/template/action_search.php:77 #: include/template/action_search.php:111 -#: include/template/action_search.php:107 +#: include/template/action_search.php:107 include/template/action_search.php:60 msgid "Affiche aussi les actions fermées" msgstr "Toon ook de gesloten acties" @@ -1164,12 +1239,13 @@ msgstr "Toon ook de gesloten acties" #: include/ext/tva/ext_list_assujetti.class.php:54 #: include/ext/tva/ext_tvagen.class.php:114 #: include/lib/message_javascript.php:94 include/lib/message_javascript.php:96 -#: include/tax_summary.inc.php:43 +#: include/tax_summary.inc.php:43 include/tax_summary.inc.php:52 +#: include/lib/message_javascript.php:97 msgid "Afficher" msgstr "Weergeven" #: include/company.inc.php:121 include/company.inc.php:140 -#: include/company.inc.php:144 +#: include/company.inc.php:144 include/company.inc.php:158 msgid "Afficher la période comptable pour éviter les erreurs de date" msgstr "Toon de boekhoudperiode om fouten in data te voorkomen" @@ -1183,15 +1259,21 @@ msgstr "" #: include/database.item.php:127 include/database.item.php:130 #: include/database.item.php:136 include/database.item.php:132 #: include/database.item.php:131 include/database.item.php:135 -#: include/database.item.php:129 +#: include/database.item.php:129 include/database.item.php:128 msgid "Agenda" msgstr "Agenda" #: include/database.item.php:132 include/database.item.php:135 #: include/database.item.php:129 include/database.item.php:127 +#: include/database.item.php:128 msgid "Agenda, présentation du suivi sous forme d'agenda " msgstr "" +#: include/template/template_config_form.php:91 +#: include/template/template_config_form.php:84 +msgid "Aide" +msgstr "" + #: include/ajax_navigator.php:59 include/ajax/ajax_navigator.php:59 #: include/ajax/ajax_navigator.php:63 msgid "Aide sur le wiki" @@ -1228,6 +1310,14 @@ msgstr "Hulp voor de wiki" #: include/class/acc_ledger_search.class.php:250 #: include/lib/manage_table_sql.class.php:616 #: include/lib/manage_table_sql.class.php:655 +#: include/class/anc_key.class.php:353 +#: include/class/acc_ledger_search.class.php:264 +#: include/class/tag_group_mtable.class.php:91 +#: include/class/operation_predef_mtable.class.php:170 +#: include/template/followup-show-action-add.php:61 +#: include/lib/manage_table_sql.class.php:663 +#: include/lib/manage_table_sql.class.php:704 include/user_detail.inc.php:283 +#: include/class/acc_ledger_search.class.php:266 msgid "Ajout" msgstr "Toevoeging" @@ -1247,10 +1337,17 @@ msgid "Ajout Menu" msgstr "Lijn toevoegen" #: include/user.inc.php:73 include/user.inc.php:74 include/user.inc.php:76 +#: include/user.inc.php:78 #, fuzzy msgid "Ajout Utilisateur" msgstr "Gebruiker toevoegen" +#: scenario/select_dialog.test.php:32 +#: include/template/followup-show-action-add.php:30 +#, fuzzy +msgid "Ajout action" +msgstr "Actie Toevoegen" + #: include/class_acc_ledger_purchase.php:1271 #: include/class_acc_ledger_sold.php:1273 include/class_pre_op_ach.php:390 #: include/class_pre_op_ven.php:384 include/compta_fin.inc.php:142 @@ -1301,7 +1398,8 @@ msgstr "Artikel toevoegen" #: include/lib/class_html_input.php:958 include/lib/class_html_input.php:984 #: include/lib/html_input.class.php:1037 include/lib/html_input.class.php:1095 #: include/lib/html_input.class.php:1096 include/lib/html_input.class.php:1111 -#: include/lib/html_input.class.php:1112 +#: include/lib/html_input.class.php:1112 include/lib/html_input.class.php:1145 +#: include/class/follow_up_other_concerned.class.php:135 #, fuzzy msgid "Ajout autres" msgstr "Factuur toevoegen" @@ -1321,11 +1419,12 @@ msgstr "Toevoeging van een af te betalen goed " #: include/dossier.inc.php:242 include/dossier.inc.php:264 #: include/dossier.inc.php:298 include/dossier.inc.php:299 #: include/dossier.inc.php:302 include/dossier.inc.php:307 +#: include/dossier.inc.php:310 #, fuzzy msgid "Ajout d'un dossier" msgstr "Naam van de map" -#: include/class/tag.class.php:60 +#: include/class/tag.class.php:60 include/class/tag.class.php:65 #, fuzzy msgid "Ajout d'un dossier (ou tag)" msgstr "Naam van de map" @@ -1343,6 +1442,7 @@ msgstr "Toevoeging van een boekhoudkundige oefening" #: include/template/periode_add_exercice.php:21 #: include/template/periode_add_exercice.php:22 #: include/template/periode_add_exercice.php:74 +#: include/template/periode_add_exercice.php:76 msgid "Ajout d'un exercice comptable" msgstr "Toevoeging van een boekhoudkundige oefening" @@ -1366,6 +1466,11 @@ msgstr "Toevoeging van een menu" msgid "Ajout d'un modèle" msgstr "Toevoeging van een menu" +#: include/anc_pa.inc.php:174 include/anc_pa.inc.php:194 +#, fuzzy +msgid "Ajout d'un plan analytique" +msgstr "Analytische groep" + #: include/anc_pa.inc.php:248 include/anc_pa.inc.php:283 #: include/anc_pa.inc.php:285 include/anc_pa.inc.php:267 #: include/anc_pa.inc.php:269 include/anc_pa.inc.php:287 @@ -1386,7 +1491,7 @@ msgid "Ajout d'un poste analytique" msgstr "Analytische groep" #: include/ajax_tag_list.php:30 include/ajax/ajax_tag_list.php:30 -#: include/ajax/ajax_tag_list.php:34 +#: include/ajax/ajax_tag_list.php:34 include/ajax/ajax_operation_tag.php:65 msgid "Ajout d'un tag" msgstr "Toevoeging van een tag" @@ -1404,6 +1509,8 @@ msgstr "Het toevoegen van een BTW-tarief" #: include/manager.inc.php:140 include/supplier.inc.php:139 #: include/contact.inc.php:138 include/manager.inc.php:141 #: include/adm.inc.php:136 include/customer.inc.php:138 +#: include/bank.inc.php:135 include/supplier.inc.php:140 +#: include/contact.inc.php:140 include/customer.inc.php:139 msgid "Ajout d'une catégorie" msgstr "Een categorie toevoegen" @@ -1457,6 +1564,7 @@ msgstr "Toevoeging van een label" #: include/database.item.php:210 include/database.item.php:187 #: include/database.item.php:188 include/database.item.php:191 #: include/database.item.php:202 include/database.item.php:207 +#: include/database.item.php:197 msgid "Ajout de fiche" msgstr "Een dossier toevoegen" @@ -1467,11 +1575,12 @@ msgstr "Artikel toevoegen" #: include/database.item.php:15 include/database.item.php:18 #: include/database.item.php:12 include/database.item.php:10 +#: include/database.item.php:11 #, fuzzy msgid "Ajout de menu ou de plugins" msgstr "Configuratie van de menu's en de plug-ins" -#: include/periode.inc.php:102 +#: include/periode.inc.php:102 include/periode.inc.php:103 #, fuzzy msgid "Ajout exercice" msgstr "Een andere oefening" @@ -1498,6 +1607,7 @@ msgstr "Geen omslag" #: include/class/acc_ledger.class.php:2179 #: include/class/acc_ledger.class.php:2188 #: include/class/acc_ledger.class.php:2204 +#: include/class/acc_ledger.class.php:2223 #, fuzzy msgid "Ajout journal" msgstr "Boek Naam" @@ -1527,15 +1637,25 @@ msgstr "Raming toevoegen" #: include/periode.inc.php:113 include/class/periode.class.php:687 #: include/class/periode.class.php:689 include/class/periode.class.php:691 +#: include/class/periode.class.php:692 include/periode.inc.php:114 +#: include/class/periode.class.php:693 #, fuzzy msgid "Ajout période" msgstr "Artikel toevoegen" #: include/user.inc.php:109 include/user.inc.php:110 include/user.inc.php:112 +#: include/user.inc.php:114 #, fuzzy msgid "Ajout utilisateur" msgstr "Gebruiker toevoegen" +#: include/class/follow_up.class.php:1535 +#: include/class/follow_up.class.php:1567 +#: include/class/tag_operation.class.php:69 +#, fuzzy +msgid "Ajout étiquette" +msgstr "Toevoeging van een label" + #: include/action.common.inc.php:207 include/action.common.inc.php:212 #: include/action.common.inc.php:214 include/action.common.inc.php:215 #: include/action.common.inc.php:221 @@ -1554,6 +1674,7 @@ msgstr "Hierbij een actie toevoegen" #: include/dossier.inc.php:214 include/modele.inc.php:261 #: include/dossier.inc.php:217 include/dossier.inc.php:222 #: include/modele.inc.php:262 include/modele.inc.php:263 +#: include/ajax/ajax_add_concerned_card.php:138 include/dossier.inc.php:225 msgid "Ajouter" msgstr "Toevoegen" @@ -1569,6 +1690,7 @@ msgstr "Boekjaren toevoegen" #: include/dossier.inc.php:159 include/dossier.inc.php:179 #: include/dossier.inc.php:213 include/dossier.inc.php:214 #: include/dossier.inc.php:217 include/dossier.inc.php:222 +#: include/dossier.inc.php:225 #, fuzzy msgid "Ajouter un dossier" msgstr "Een bestand toevoegen" @@ -1588,6 +1710,8 @@ msgstr "Geen enkel model" #: include/template/detail-action.php:476 #: include/template/detail-action.php:480 #: include/template/detail-action.php:478 +#: include/template/detail-action.php:491 +#: include/template/detail-action.php:504 msgid "Ajouter un fichier" msgstr "Een bestand toevoegen" @@ -1620,6 +1744,7 @@ msgstr "Een bestand toevoegen" #: include/class/class_anc_group_operation.php:190 #: include/class/anc_group_operation.class.php:207 #: include/class/anticipation.class.php:431 include/template/stock_inv.php:106 +#: include/class/anc_group_operation.class.php:208 msgid "Ajouter une ligne" msgstr "Voeg een lijn" @@ -1665,6 +1790,8 @@ msgstr "Voeg een kasstuk toe" #: include/class/acc_ledger_purchase.class.php:1726 #: include/class/acc_ledger_sold.class.php:986 #: include/class/acc_ledger_purchase.class.php:1732 +#: include/class/acc_ledger_purchase.class.php:1756 +#: include/class/acc_ledger_sold.class.php:990 msgid "Ajoutez une pièce justificative " msgstr "Voeg een kasstuk toe" @@ -1734,6 +1861,7 @@ msgstr "Niet gesoldeerd balans" #: html/test_class.php:220 include/ajax_preference.php:174 #: include/ajax/ajax_preference.php:174 include/ajax/ajax_preference.php:253 #: dev/test/test_class.php:216 include/ajax/ajax_preference.php:264 +#: dev-2/test/test_class.php:216 msgid "Anglais" msgstr "Engels" @@ -1766,7 +1894,7 @@ msgstr "Annuleren" #: include/template/dashboard.php:353 include/template/pcmn_update.php:54 #: include/ext/amortis/include/template/material_add.php:88 #: include/ajax/ajax_card.php:304 include/template/dashboard.php:351 -#: include/ajax/ajax_mod_predf_op.php:55 +#: include/ajax/ajax_mod_predf_op.php:55 include/ajax/ajax_mod_predf_op.php:68 msgid "Annuler" msgstr "Annuleren" @@ -1780,6 +1908,7 @@ msgstr "Annuleren" #: include/dossier.inc.php:303 include/dossier.inc.php:339 #: include/dossier.inc.php:340 include/dossier.inc.php:356 #: include/dossier.inc.php:361 include/template/periode_add_exercice.php:41 +#: include/dossier.inc.php:364 msgid "Année" msgstr "Jaar" @@ -1810,7 +1939,7 @@ msgid "Année d'achat" msgstr "Jaar van de aankoop" #: include/class/periode.class.php:430 include/class/periode.class.php:432 -#: include/class/periode.class.php:434 +#: include/class/periode.class.php:434 include/class/periode.class.php:435 #, fuzzy, php-format msgid "Année doit être entre %s et %s " msgstr "Tussen de data %s en %s" @@ -1821,6 +1950,7 @@ msgstr "Tussen de data %s en %s" #: include/ext/amortis/include/am_card.class.php:235 #: include/template/periode_add_exercice.php:92 #: include/ext/amortis/include/am_card.class.php:267 +#: include/template/periode_add_exercice.php:101 msgid "Année invalide" msgstr "Ongeldig jaar" @@ -1831,7 +1961,7 @@ msgid "Année invalide [" msgstr "Ongeldig jaar [" #: include/class/periode.class.php:427 include/class/periode.class.php:429 -#: include/class/periode.class.php:431 +#: include/class/periode.class.php:431 include/class/periode.class.php:432 #, fuzzy msgid "Année n'est pas un nombre" msgstr "tarief is geen getal" @@ -1842,7 +1972,8 @@ msgid "Anomalie pour le compte " msgstr "Belettering voor de boekhoudkundige positie" #: include/class/periode.class.php:648 include/class/periode.class.php:650 -#: include/class/periode.class.php:652 +#: include/class/periode.class.php:652 include/class/periode.class.php:653 +#: include/class/periode.class.php:654 msgid "Août" msgstr "" @@ -1863,7 +1994,7 @@ msgstr "Ongeldig verzoek" msgid "Appel invalide Service_After_Sale " msgstr "Invalid call Service_After°Sake" -#: include/upgrade.inc.php:34 +#: include/upgrade.inc.php:34 include/template/template_config_form.php:32 #, fuzzy msgid "Application" msgstr "Uitleg" @@ -1889,7 +2020,7 @@ msgid "Argument" msgstr "Laden" #: include/company.inc.php:118 include/company.inc.php:137 -#: include/company.inc.php:141 +#: include/company.inc.php:141 include/company.inc.php:155 msgid "Assujetti à la tva" msgstr "Onderworpen aan de BTW" @@ -1901,6 +2032,7 @@ msgid "Attente" msgstr "Actie" #: include/verif_bilan.inc.php:117 include/verif_bilan.inc.php:153 +#: include/verif_bilan.inc.php:151 #, fuzzy msgid "Attention " msgstr "Actie" @@ -1923,7 +2055,7 @@ msgstr "Opgelet % s bevat geen 11 kolommen" msgid "Attention , erreur Acc_Ledger_Fin::insert , coche paiement" msgstr "" -#: include/compta_fin_rec.inc.php:151 +#: include/compta_fin_rec.inc.php:151 include/compta_fin_rec.inc.php:188 #, fuzzy msgid "Attention : Fichier non chargé" msgstr "Record niet gevonden" @@ -1970,6 +2102,7 @@ msgstr "" #: include/class/acc_ledger.class.php:1198 #: include/class/acc_ledger.class.php:1207 #: include/class/acc_ledger.class.php:1223 +#: include/class/acc_ledger.class.php:1219 msgid "" "Attention : il vaut mieux utiliser les fiches que les postes comptables " msgstr "" @@ -1980,6 +2113,29 @@ msgstr "" msgid "Attention : il y a %d enregistrements incorrects " msgstr "Let op: %d van de records zijn onjuist" +# les comptes dit inversés => niet gevonden in het NL dus de rekeningen genomen die tegengesteld zijn aan degene die er in de zin staan +#: include/impress_bilan.inc.php:75 +#, fuzzy +msgid "" +"Attention : si le bilan n'est pas équilibré.
          Vérifiez
            \n" +"
          • L'affectation du résultat est fait
          • \n" +"
          • Vos comptes actifs ont un solde débiteur (sauf les comptes " +"dit inversés)
          • \n" +"
          • les comptes passifs ont un solde créditeur (sauf les comptes " +"dit inversés)
          • \n" +"
          \n" +" Utilisez la balance des comptes pour vérifier." +msgstr "" +" Opgelet : indien het balans niet in evenwicht is." +"
          Kijk na
            \n" +"
          • Of de bestemming van het resultaat is overgedragen
          • \n" +"
          • Of uw actieve rekeningen een debetsaldo hebben (behalve de " +"rekeningen met creditsaldo)
          • \n" +"
          • Of de passieve rekeningen een creditsaldo hebben (behalve de " +"rekeningen met debetsaldo)
          • \n" +"
          \n" +" Gebruik de balans van de rekening als controle.
          " + # les comptes dit inversés => niet gevonden in het NL dus de rekeningen genomen die tegengesteld zijn aan degene die er in de zin staan #: include/impress_bilan.inc.php:65 include/impress_bilan.inc.php:72 #, fuzzy @@ -2006,6 +2162,8 @@ msgstr "" #: html/admin/template_config_form.php:76 #: include/template/template_config_form.php:80 #: include/template/template_config_form.php:88 +#: include/template/template_config_form.php:100 +#: include/template/template_config_form.php:118 msgid "" "Attention : si vous installez sous windows n'utilisez pas le \\ mais plutôt " "le / dans les nom de répertoire (càd les chemins ou path)" @@ -2043,6 +2201,9 @@ msgstr "" #: include/class/acc_ledger_purchase.class.php:1546 #: include/class/acc_ledger_sold.class.php:804 #: include/class/acc_ledger_purchase.class.php:1549 +#: include/class/acc_ledger_purchase.class.php:1560 +#: include/class/acc_ledger_sold.class.php:807 +#: include/lib/message_javascript.php:60 msgid "Attention Différence entre TVA calculée et donnée" msgstr "Let op: Verschil tussen BTW en berekende gegevens" @@ -2065,7 +2226,8 @@ msgstr "" #: html/admin/setup.php:442 html/install.php:506 html/install.php:505 #: html/install.php:503 html/install.php:509 html/install.php:501 #: html/install.php:507 html/install.php:469 html/install.php:444 -#: html/install.php:450 html/install.php:453 +#: html/install.php:450 html/install.php:453 html/install.php:502 +#: html/install.php:508 #, php-format msgid "Attention le paramètre effective_cache_size est de %s au lieu de 1000" msgstr "" @@ -2093,6 +2255,8 @@ msgstr "" #: include/ext/modop/modop_save.php:170 #: include/class/acc_ledger_purchase.class.php:1401 #: include/compta_ods.inc.php:99 +#: include/class/acc_ledger_purchase.class.php:1412 +#: include/class/acc_ledger_sold.class.php:683 msgid "Attention numéro pièce existante, elle a du être adaptée" msgstr "Opgelet: het bestaand bewijsnummer moest aangepast worden" @@ -2109,6 +2273,7 @@ msgstr "Let op: geen categorie van bestanden die afgelost moeten worden" #: include/lib/ac_common.php:629 include/lib/ac_common.php:630 #: include/lib/ac_common.php:641 include/lib/ac_common.php:642 #: include/lib/ac_common.php:644 include/lib/ac_common.php:660 +#: include/lib/ac_common.php:670 #, php-format msgid "" "Attention periode \n" @@ -2117,13 +2282,15 @@ msgstr "" "Opgelet periode\n" "\t\t periode niet gevonden p_from=%s p_to_periode = %s" -#: include/lib/message_javascript.php:58 +#: include/lib/message_javascript.php:58 include/lib/message_javascript.php:59 msgid "" "Attention, SI la fiche a changé de poste comptable, c'est seulement " "le dernier qui est affiché" msgstr "" #: include/class/acc_ledger.class.php:2555 +#: include/class/acc_ledger.class.php:2430 +#: include/class/acc_ledger.class.php:2585 include/database.item.php:233 msgid "Attention, ce journal doit utiliser des montants négatifs" msgstr "" @@ -2136,7 +2303,7 @@ msgid "" "confirmer" msgstr "" -#: include/lib/message_javascript.php:45 +#: include/lib/message_javascript.php:45 include/lib/message_javascript.php:46 msgid "Attention, le poste comptable doit exister, il ne sera pas vérifié" msgstr "" @@ -2162,6 +2329,7 @@ msgstr "" #: include/database.item.php:90 include/database.item.php:93 #: include/database.item.php:98 include/database.item.php:95 #: include/database.item.php:94 include/database.item.php:92 +#: include/database.item.php:91 msgid "Attribut de fiche" msgstr "Attribuut van het bestand" @@ -2171,6 +2339,7 @@ msgid "Attribut déjà ajouté" msgstr "Deze favoriet is al toegevoegd geweest" #: include/ajax/ajax_template_cat_category.php:92 +#: include/ajax/ajax_template_cat_category.php:91 msgid "Attribut déjà utilisé" msgstr "" @@ -2180,15 +2349,23 @@ msgid "Attribut minimum pour les catégories de fiches" msgstr "Configuratie van de categorie van de bestanden " #: include/ajax/ajax_template_cat_category.php:95 +#: include/ajax/ajax_template_cat_category.php:94 #, fuzzy msgid "Attribut obligatoire" msgstr "Verplicht" #: include/class/template_card_category.class.php:158 +#: include/class/template_card_category.class.php:157 #, fuzzy msgid "Attribut à ajouter" msgstr "Attribuut van het bestand" +#: include/template/action_search.php:150 include/template/ledger_search.php:98 +#: include/template/action_search.php:152 +#, fuzzy +msgid "Au moins une étiquette" +msgstr "Toevoeging van een label" + #: include/class_follow_up.php:1196 include/class_follow_up.php:1199 #: include/class_follow_up.php:1200 include/class_follow_up.php:1211 #: include/class_follow_up.php:1218 include/class_follow_up.php:1223 @@ -2200,6 +2377,8 @@ msgstr "Attribuut van het bestand" #: include/class/follow_up.class.php:1221 #: include/class/follow_up.class.php:1219 #: include/class/follow_up.class.php:1220 +#: include/class/follow_up.class.php:1137 +#: include/class/follow_up.class.php:1169 msgid "Aucun" msgstr "Geen" @@ -2215,7 +2394,10 @@ msgstr "Geen" #: include/class/profile_menu.class.php:248 #: include/class/profile_menu.class.php:273 include/param_sec.inc.php:149 #: include/param_sec.inc.php:226 include/param_sec.inc.php:260 -#: include/param_sec.inc.php:339 +#: include/param_sec.inc.php:339 include/class/profile_menu.class.php:249 +#: include/class/profile_menu.class.php:274 include/param_sec.inc.php:154 +#: include/param_sec.inc.php:264 include/param_sec.inc.php:271 +#: include/param_sec.inc.php:354 msgid "Aucun accès" msgstr "Geen toegang" @@ -2278,6 +2460,9 @@ msgstr "Geen enkel BTW-code komt overeen met dit tarief" #: include/class/acc_ledger.class.php:2355 #: include/class/acc_ledger.class.php:2428 #: include/class/acc_ledger.class.php:2614 +#: include/class/acc_ledger.class.php:2381 +#: include/class/acc_ledger.class.php:2456 +#: include/class/acc_ledger.class.php:2638 msgid "Aucun compte en banque n'est donné" msgstr "Geen enkele bankrekening is gegeven" @@ -2297,7 +2482,7 @@ msgstr "Naam van de map" #: include/class_user.php:985 include/class_user.php:986 #: include/class/class_user.php:986 include/class/class_user.php:974 #: include/class/class_user.php:973 include/class/user.class.php:973 -#: include/class/user.class.php:997 +#: include/class/user.class.php:997 include/class/user.class.php:1000 #, fuzzy msgid "Aucun dossier disponible" msgstr "Geen enkele sleutel beschikbaar" @@ -2314,7 +2499,7 @@ msgstr "Geen enkele record" #: include/class_acc_bilan.php:256 include/class_acc_bilan.php:257 #: include/class/class_acc_bilan.php:257 include/class/class_acc_bilan.php:273 #: include/class/acc_bilan.class.php:273 include/class/acc_bilan.class.php:276 -#: include/class/acc_bilan.class.php:278 +#: include/class/acc_bilan.class.php:278 include/class/acc_bilan.class.php:279 msgid "Aucun enregistrement trouve" msgstr "Geen enkele record gevonden" @@ -2338,7 +2523,12 @@ msgstr "Geen enkele record gevonden" #: include/class/acc_ledger_search.class.php:930 #: include/class/acc_ledger_search.class.php:677 #: include/class/acc_ledger_search.class.php:943 -#: include/class/follow_up.class.php:775 +#: include/class/follow_up.class.php:775 include/class/follow_up.class.php:688 +#: include/class/acc_ledger_search.class.php:763 +#: include/class/acc_ledger_search.class.php:1032 +#: include/class/follow_up.class.php:711 +#: include/class/acc_ledger_search.class.php:786 +#: include/class/acc_ledger_search.class.php:1055 msgid "Aucun enregistrement trouvé" msgstr "Geen enkele record gevonden" @@ -2346,7 +2536,7 @@ msgstr "Geen enkele record gevonden" #: html/ajax_ledger.php:277 html/ajax_ledger.php:279 #: include/ajax/ajax_ledger.php:256 include/ajax/ajax_ledger.php:259 #: include/ajax/ajax_ledger.php:261 include/ajax/ajax_ledger.php:265 -#: include/ajax/ajax_ledger.php:266 +#: include/ajax/ajax_ledger.php:266 include/ajax/ajax_ledger.php:267 msgid "Aucun fichier" msgstr "Geen bestand" @@ -2386,6 +2576,7 @@ msgstr "Geen enkel model" #: include/dossier.inc.php:318 include/dossier.inc.php:319 #: include/dossier.inc.php:322 include/dossier.inc.php:327 +#: include/dossier.inc.php:330 msgid "Aucun modèle (dossier vide, devant être restauré manuellement)" msgstr "" @@ -2410,18 +2601,18 @@ msgstr "Geen enkel analystisch plan is bepaald" #: include/class_anc_print.php:93 include/class_anc_print.php:94 #: include/class/class_anc_print.php:94 include/class/class_anc_print.php:96 -#: include/class/anc_print.class.php:96 +#: include/class/anc_print.class.php:96 include/class/anc_print.class.php:97 msgid "Aucun plan défini" msgstr "Geen bepaald plan" #: include/ajax_anc_search.php:74 include/ajax/ajax_anc_search.php:74 -#: include/ajax/ajax_anc_search.php:76 +#: include/ajax/ajax_anc_search.php:76 include/ajax/ajax_anc_search.php:79 msgid "Aucun poste trouvé" msgstr "Geen enkele post gevonden " #: html/do.php:219 html/do.php:224 html/do.php:252 html/do.php:265 #: html/do.php:268 html/do.php:270 html/do.php:307 html/do.php:319 -#: html/do.php:329 html/do.php:331 html/do.php:300 +#: html/do.php:329 html/do.php:331 html/do.php:300 html/do.php:302 #, fuzzy msgid "Aucun profil utilisateur" msgstr "Gebruiker toevoegen" @@ -2448,6 +2639,11 @@ msgstr "Geen resultaten" msgid "Aucun titre" msgstr "Geen enkele klant" +#: include/class/document_state_mtable.php:48 include/database.item.php:125 +#, fuzzy +msgid "Aucune" +msgstr "Geen" + #: include/class/tax_summary.class.php:116 #: include/class/tax_summary.class.php:130 #, fuzzy @@ -2455,7 +2651,7 @@ msgid "Aucune Donnée" msgstr "Geen enkel gegeven" #: include/param_sec.inc.php:321 include/param_sec.inc.php:261 -#: include/param_sec.inc.php:293 +#: include/param_sec.inc.php:293 include/template/security_list_action.php:9 #, fuzzy msgid "Aucune action" msgstr "Geen omslag" @@ -2483,6 +2679,7 @@ msgstr "Geen filter, alle dagboeken" #: html/ajax_card.php:286 include/ajax/ajax_card.php:266 #: include/ajax/ajax_card.php:267 include/ajax/ajax_card.php:273 #: include/ajax/ajax_card.php:275 include/ajax/ajax_card.php:276 +#: include/ajax/ajax_card.php:282 msgid "Aucune catégorie de fiche ne correspond à votre demande" msgstr "Geen enkel bestandscategorie voldoet aan uw vraag" @@ -2494,7 +2691,8 @@ msgstr "Geen enkel bestandscategorie voldoet aan uw vraag" #: include/ajax/ajax_card.php:377 include/ajax/ajax_card.php:261 #: include/ajax/ajax_card.php:410 include/ajax/ajax_card.php:264 #: include/ajax/ajax_card.php:413 include/ajax/ajax_card.php:265 -#: include/ajax/ajax_card.php:414 +#: include/ajax/ajax_card.php:414 include/ajax/ajax_card.php:271 +#: include/ajax/ajax_card.php:468 include/ajax/ajax_card.php:467 msgid "" "Aucune catégorie de fiche ne correspond à votre demande, le journal pourrait " "n'avoir accès à aucune fiche" @@ -2524,6 +2722,7 @@ msgstr "Toevoeging van een correspondentie/overeenkomst" #: include/ajax/ajax_anc_plan.php:56 include/class/anc_plan.class.php:126 #: include/ajax/ajax_anc_plan.php:59 include/ajax/ajax_anc_plan.php:60 +#: include/class/anc_plan.class.php:127 #, fuzzy msgid "Aucune description" msgstr "Beschrijving" @@ -2546,6 +2745,9 @@ msgstr "Beschrijving" #: include/template/ledger_detail_bottom.php:284 #: include/template/tax_summary_display.php:105 #: include/template/tax_summary_display.php:277 +#: include/template/ledger_detail_bottom.php:302 include/lib/ac_common.php:1257 +#: include/template/ledger_detail_bottom.php:303 +#: include/lib/message_javascript.php:103 msgid "Aucune donnée" msgstr "Geen enkel gegeven" @@ -2566,6 +2768,7 @@ msgstr "Geen enkele extensie is beschikbaar" #: html/ajax_card.php:192 include/ajax/ajax_card.php:172 #: include/ajax/ajax_card.php:173 include/ajax/ajax_card.php:176 #: include/ajax/ajax_card.php:182 include/ajax/ajax_card.php:183 +#: include/ajax/ajax_card.php:186 msgid "Aucune fiche demandée" msgstr "Geen bestand gevraag" @@ -2574,7 +2777,8 @@ msgstr "Geen bestand gevraag" #: include/fiche.inc.php:383 include/fiche.inc.php:386 #: include/fiche.inc.php:133 include/fiche.inc.php:387 #: include/fiche.inc.php:134 include/fiche.inc.php:388 -#: include/fiche.inc.php:395 +#: include/fiche.inc.php:395 include/fiche.inc.php:135 +#: include/fiche.inc.php:405 include/export/export_fiche_pdf.php:73 msgid "Aucune fiche trouvée" msgstr "Geen bestand gevonden" @@ -2602,6 +2806,7 @@ msgstr "Geen enkele operatie in de huidige oefening" #: include/ajax/ajax_history.php:117 include/ajax/ajax_history.php:202 #: include/ajax/ajax_history.php:121 include/ajax/ajax_history.php:207 #: include/ajax/ajax_history.php:208 include/ajax/ajax_history.php:209 +#: include/balance_card.inc.php:71 msgid "Aucune opération pour l'exercice courant" msgstr "Geen enkele operatie in de huidige oefening" @@ -2663,6 +2868,9 @@ msgstr "Geen enkel stuk om te verzenden" #: include/class/acc_ledger.class.php:837 #: include/class/acc_ledger_sold.class.php:1112 #: include/class/acc_ledger.class.php:853 +#: include/class/acc_ledger.class.php:841 +#: include/class/acc_ledger_purchase.class.php:1057 +#: include/class/acc_ledger_sold.class.php:1079 msgid "Aucune période ouverte" msgstr "Geen enkele periode open" @@ -2684,6 +2892,7 @@ msgstr "Geen omslag" #: include/template/tag_choose.php:8 include/template/tag_search_select.php:8 #: include/template/tag_select.php:8 include/template/tag_select.php:12 +#: include/template/tag_select.php:14 msgid "Aucune étiquette disponible" msgstr "Geen label beschikbaar" @@ -2691,10 +2900,12 @@ msgstr "Geen label beschikbaar" #: include/lib/user_menu.php:121 include/lib/user_menu.php:130 #: include/lib/user_menu.php:122 include/lib/user_menu.php:141 #: include/lib/user_menu.php:79 include/lib/user_menu.php:98 +#: include/lib/user_menu.php:78 include/lib/user_menu.php:97 msgid "Audit" msgstr "Audit" #: include/upgrade-plugin.php:53 include/upgrade-plugin.php:65 +#: include/upgrade-plugin.php:68 msgid "Auteur" msgstr "" @@ -2705,6 +2916,7 @@ msgid "Autoliquidation" msgstr "" #: include/lib/message_javascript.php:74 include/lib/message_javascript.php:76 +#: include/lib/message_javascript.php:77 msgid "Autoliquidation : Utilisé en même temps au crédit et au débit" msgstr "" @@ -2717,6 +2929,11 @@ msgstr "Automatisch" msgid "Autre Journal ?" msgstr "Boek Naam" +#: include/template/ledger_detail_bottom.php:16 +#, fuzzy +msgid "Autre action" +msgstr "Andere acties" + #: html/ajax_history.php:90 html/ajax_history.php:96 html/ajax_history.php:161 #: html/ajax_history.php:167 html/ajax_history.php:108 #: html/ajax_history.php:114 html/ajax_history.php:179 @@ -2734,11 +2951,18 @@ msgstr "Boek Naam" msgid "Autre exercice" msgstr "Een andere oefening" +#: include/balance_card.inc.php:61 +#, fuzzy, php-format +msgid "Autre exercice %s" +msgstr "Een andere oefening" + #: include/template/ledger_detail_bottom.php:12 #: include/template/ledger_detail_bottom.php:145 #: include/ext/importbank/ajax.php:89 include/ext/importbank/ajax.php:90 #: include/template/ledger_detail_bottom.php:146 #: include/template/ledger_detail_bottom.php:151 +#: include/template/ledger_detail_bottom.php:156 +#: include/template/ledger_detail_bottom.php:157 msgid "Autre information" msgstr "Andere informatie" @@ -2766,6 +2990,8 @@ msgstr "Andere informatie" #: include/class/acc_ledger_purchase.class.php:1744 #: include/class/acc_ledger_sold.class.php:1004 #: include/class/acc_ledger_purchase.class.php:1750 +#: include/class/acc_ledger_purchase.class.php:1774 +#: include/class/acc_ledger_sold.class.php:1008 msgid "Autre information : " msgstr "Andere informatie :" @@ -2775,15 +3001,22 @@ msgstr "Andere acties" #: include/template/detail-action.php:64 include/template/detail-action.php:67 #: include/template/detail-action.php:72 include/template/detail-action.php:71 +#: include/template/detail-action.php:73 #, fuzzy msgid "Autres concernés" msgstr "Betreffende acties" +#: include/template/action_document_type_mtable_input.php:86 +#, fuzzy +msgid "Autres fiches" +msgstr "Een dossier toevoegen" + #: include/database.item.php:117 include/balance.inc.php:86 #: include/database.item.php:120 include/database.item.php:126 #: include/database.item.php:123 include/database.item.php:122 #: include/balance.inc.php:92 include/balance.inc.php:93 #: include/balance.inc.php:96 include/database.item.php:118 +#: include/database.item.php:119 msgid "Avancé" msgstr "Gevorderd" @@ -2845,22 +3078,26 @@ msgstr "Met het bestand" #: html/install.php:429 html/install.php:384 html/install.php:393 #: html/install.php:351 html/install.php:360 html/install.php:369 #: html/install.php:354 html/install.php:363 html/install.php:372 +#: html/install.php:403 html/install.php:412 html/install.php:421 +#: html/install.php:409 html/install.php:418 #, fuzzy msgid "Avertissement" msgstr "Aflossing" -#: include/template/param_jrn.php:106 +#: include/template/param_jrn.php:106 include/template/param_jrn.php:107 #, fuzzy msgid "Avertissement montant positif" msgstr "Aflossing" #: include/class/acc_ledger.class.php:2362 +#: include/class/acc_ledger.class.php:2393 #, fuzzy msgid "Avertissement ne peut être vide" msgstr "De naam mag niet leeg zijn" #: include/class/periode.class.php:647 include/class/periode.class.php:649 -#: include/class/periode.class.php:651 +#: include/class/periode.class.php:651 include/class/periode.class.php:652 +#: include/class/periode.class.php:653 msgid "Avril" msgstr "" @@ -2878,6 +3115,7 @@ msgstr "Analytisch" #: include/modele.inc.php:314 include/dossier.inc.php:281 #: include/dossier.inc.php:286 include/modele.inc.php:315 #: include/modele.inc.php:320 include/modele.inc.php:321 +#: include/dossier.inc.php:289 msgid "Backup" msgstr "Back-up" @@ -2908,12 +3146,13 @@ msgstr "Gebruiker toevoegen" #: include/database.item.php:73 include/database.item.php:67 #: include/database.item.php:101 include/category_card.inc.php:79 #: include/fiche.inc.php:70 include/database.item.php:102 +#: include/database.item.php:66 msgid "Balance" msgstr "Evenwicht" #: include/database.item.php:6 include/database.item.php:9 #: include/database.item.php:11 include/database.item.php:14 -#: include/database.item.php:8 +#: include/database.item.php:8 include/database.item.php:7 msgid "Balance Analytique/comptabilité" msgstr "Analytisch evenwicht / boekhouding" @@ -2944,12 +3183,14 @@ msgstr "Export Accounting Balance" #: include/database.item.php:82 include/database.item.php:85 #: include/database.item.php:90 include/database.item.php:87 #: include/database.item.php:86 include/database.item.php:84 +#: include/database.item.php:83 msgid "Balance croisée double" msgstr "Dubbel gecombineerd balans" #: include/database.item.php:82 include/database.item.php:85 #: include/database.item.php:90 include/database.item.php:87 #: include/database.item.php:86 include/database.item.php:84 +#: include/database.item.php:83 msgid "Balance double croisées des imputations analytiques" msgstr "Dubbel gecombineerd balans van de analystische verrekeningen" @@ -2975,6 +3216,7 @@ msgstr "Balans van de leverancier" #: include/class/acc_ledger.class.php:1300 #: include/class/acc_ledger.class.php:1309 #: include/class/acc_ledger.class.php:1325 +#: include/class/acc_ledger.class.php:1321 msgid "Balance incorrecte" msgstr "Foute balans" @@ -2988,10 +3230,12 @@ msgstr "Foute balans" #: include/class/acc_ledger.class.php:1149 #: include/class/acc_ledger.class.php:1158 #: include/class/acc_ledger.class.php:1174 +#: include/class/acc_ledger.class.php:1170 msgid "Balance incorrecte " msgstr "Foute balans" #: include/lib/message_javascript.php:89 include/lib/message_javascript.php:91 +#: include/lib/message_javascript.php:92 #, fuzzy msgid "Balance incorrecte D/C" msgstr "Foute balans" @@ -3017,13 +3261,13 @@ msgstr "" #: include/database.item.php:7 include/database.item.php:10 #: include/database.item.php:12 include/database.item.php:15 -#: include/database.item.php:9 +#: include/database.item.php:9 include/database.item.php:8 msgid "Balance par groupe" msgstr "Balans per groep" #: include/database.item.php:4 include/database.item.php:7 #: include/database.item.php:9 include/database.item.php:12 -#: include/database.item.php:6 +#: include/database.item.php:6 include/database.item.php:5 msgid "Balance simple" msgstr "Eenvoudige balans" @@ -3034,7 +3278,7 @@ msgstr "Eenvoudige balans" #: include/database.item.php:4 include/database.item.php:7 #: include/database.item.php:9 include/database.item.php:12 -#: include/database.item.php:6 +#: include/database.item.php:6 include/database.item.php:5 msgid "Balance simple des imputations analytiques" msgstr "Eenvoudige balans van de analytische verrekeningen" @@ -3072,6 +3316,7 @@ msgstr "Dubbel gecombineerd balans" #: include/class/anticipation.class.php:293 include/database.item.php:71 #: include/template/acc_ledger_history_financial_oneline.php:31 #: include/template/acc_ledger_history_financial_oneline.php:32 +#: include/database.item.php:70 msgid "Banque" msgstr "Bank" @@ -3085,7 +3330,7 @@ msgstr "" #: include/dossier.inc.php:365 include/dossier.inc.php:321 #: include/dossier.inc.php:354 include/dossier.inc.php:390 #: include/dossier.inc.php:391 include/dossier.inc.php:407 -#: include/dossier.inc.php:412 +#: include/dossier.inc.php:412 include/dossier.inc.php:416 msgid "Base de donnée " msgstr "Database" @@ -3115,6 +3360,7 @@ msgstr "Ongeldige database" #: include/lib/class_database.php:429 include/lib/class_database.php:434 #: include/lib/database.class.php:433 include/lib/database.class.php:442 #: include/lib/database.class.php:443 include/class/database.class.php:125 +#: include/class/database.class.php:128 #, fuzzy msgid "Base de donnée vide" msgstr "Ongeldige database" @@ -3126,7 +3372,9 @@ msgstr "Ongeldige database" #: include/upgrade.inc.php:68 include/upgrade.inc.php:96 html/install.php:392 #: include/upgrade.inc.php:33 include/class/dossier.class.php:367 #: include/class/dossier.class.php:395 html/install.php:398 -#: html/install.php:401 +#: html/install.php:401 html/install.php:450 +#: include/class/dossier.class.php:373 include/class/dossier.class.php:401 +#: html/install.php:456 #, fuzzy msgid "Base de données" msgstr "Database" @@ -3136,7 +3384,9 @@ msgstr "Database" #: include/template/action_display_short.php:59 #: include/class/class_follow_up.php:263 include/class/follow_up.class.php:263 #: include/template/action_display_short.php:60 -#: include/class/follow_up.class.php:264 +#: include/class/follow_up.class.php:264 include/class/document.class.php:1413 +#: include/class/follow_up.class.php:271 include/class/follow_up.class.php:273 +#: include/class/follow_up.class.php:764 msgid "Basse" msgstr "" @@ -3165,6 +3415,7 @@ msgid "Biens amortissables" msgstr "Aflosbare goederen" #: html/test_class.php:213 dev/test/test_class.php:209 +#: dev-2/test/test_class.php:209 #, fuzzy msgid "Bienvenu sur mon site" msgstr "Welkom" @@ -3180,10 +3431,12 @@ msgstr "Welkom" #: include/database.item.php:105 include/database.item.php:108 #: include/database.item.php:114 include/database.item.php:111 #: include/database.item.php:110 include/database.item.php:106 +#: include/database.item.php:107 msgid "Bilan" msgstr "Balans" #: include/export/export_security_pdf.php:104 +#: include/class/card_attribut_mtable.class.php:155 msgid "Bloqué" msgstr "" @@ -3192,6 +3445,7 @@ msgstr "" #: include/database.item.php:195 include/database.item.php:174 #: include/database.item.php:175 include/database.item.php:178 #: include/database.item.php:186 include/database.item.php:191 +#: include/database.item.php:184 msgid "Bon de commande Fournisseur" msgstr "Bestelbon van de leverancier" @@ -3200,6 +3454,7 @@ msgstr "Bestelbon van de leverancier" #: include/database.item.php:196 include/database.item.php:173 #: include/database.item.php:174 include/database.item.php:177 #: include/database.item.php:185 include/database.item.php:190 +#: include/database.item.php:183 msgid "Bons de commande client" msgstr "Bestelbon van de klant" @@ -3221,10 +3476,15 @@ msgstr "Budget" # DC =? #: include/export/export_poste_detail_pdf.php:168 #: include/export/export_poste_detail_pdf.php:179 +#: include/export/export_poste_detail_pdf.php:180 #, fuzzy msgid "C" msgstr "D / C" +#: include/class/card_multiple.class.php:128 +msgid "CMCDO01Security" +msgstr "" + #: include/class_document_export.php:198 include/class_document_export.php:208 #: include/class/class_document_export.php:208 #: include/class/class_document_export.php:207 @@ -3239,6 +3499,7 @@ msgid "CONVERT_GIF_PDF n'est pas installé" msgstr "CONVERT_GIF_PDF is niet geïnstalleerd" #: include/lib/message_javascript.php:93 include/lib/message_javascript.php:95 +#: include/lib/message_javascript.php:96 #, fuzzy msgid "Cacher" msgstr "Vinden" @@ -3263,6 +3524,7 @@ msgstr "Details verbergen" #: include/database.item.php:202 include/database.item.php:201 #: include/database.item.php:203 include/database.item.php:204 #: include/database.item.php:206 include/database.item.php:220 +#: include/database.item.php:210 include/database.item.php:212 msgid "Caisse" msgstr "Kas" @@ -3272,17 +3534,24 @@ msgstr "Kas" msgid "Calcul automatique du poste comptable" msgstr "Automatisch aanmaken van de boekhoudkundige post" -#: include/database.item.php:141 +#: include/tax_summary.inc.php:46 +#, php-format +msgid "Calcul d'après la date" +msgstr "" + +#: include/database.item.php:141 include/database.item.php:140 msgid "Calcul des totaux par TVA et par journal" msgstr "" #: include/class_ibutton.php:82 include/class_ibutton.php:84 #: include/lib/class_ibutton.php:84 include/lib/ibutton.class.php:84 #: include/lib/message_javascript.php:97 include/lib/message_javascript.php:99 +#: include/lib/message_javascript.php:100 msgid "Calculatrice" msgstr "Rekenmachine" #: include/lib/message_javascript.php:99 include/lib/message_javascript.php:101 +#: include/lib/message_javascript.php:102 msgid "" "Calculatrice simplifiée: écrivez simplement les opérations que vous voulez " "puis la touche retour. exemple : 1+2+3*(1/5)" @@ -3307,6 +3576,7 @@ msgstr "Rekenmachine" #: include/ajax/ajax_calendar_zoom.php:26 include/lib/html_input.class.php:991 #: include/ajax/ajax_calendar_zoom.php:32 include/lib/html_input.class.php:992 #: include/lib/html_input.class.php:1007 include/lib/html_input.class.php:1008 +#: include/lib/html_input.class.php:1041 include/lib/html_input.class.php:1042 msgid "Calendrier" msgstr "Kalender" @@ -3321,6 +3591,7 @@ msgstr "Kalender" #: include/lib/manage_table_sql.class.php:1028 #: include/lib/manage_table_sql.class.php:1025 #: include/lib/manage_table_sql.class.php:1069 +#: include/lib/manage_table_sql.class.php:1125 #, fuzzy msgid "Cancel" msgstr "Evenwicht" @@ -3354,6 +3625,8 @@ msgstr "Categorie" #: include/class/fiche.class.php:562 include/lib/html_input.class.php:386 #: include/class/fiche.class.php:434 include/class/fiche.class.php:564 #: include/class/fiche.class.php:433 include/class/fiche.class.php:563 +#: include/class/fiche.class.php:576 +#: include/ajax/ajax_add_concerned_card.php:81 msgid "Catégorie" msgstr "Categorie" @@ -3366,6 +3639,7 @@ msgstr "Categorie" #: include/customer.inc.php:89 include/manager.inc.php:92 #: include/supplier.inc.php:92 include/contact.inc.php:86 #: include/manager.inc.php:93 include/customer.inc.php:90 +#: include/contact.inc.php:87 msgid "Catégorie :" msgstr "Categorie :" @@ -3393,7 +3667,7 @@ msgstr "Categorie van de documenten" #: include/ext/import_doli/include/template/test_file.php:27 #: include/ext/import_card/include/template/input_file.php:36 #: include/ext/import_card/include/template/input_format.php:25 -#: include/database.item.php:109 +#: include/database.item.php:109 include/database.item.php:110 msgid "Catégorie de fiche" msgstr "Categorie van het bestand" @@ -3418,7 +3692,8 @@ msgstr "Bestaande categorie" #: html/ajax_card.php:530 html/ajax_card.php:529 include/ajax/ajax_card.php:509 #: include/ajax/ajax_card.php:510 include/ajax/ajax_card.php:511 #: include/ajax/ajax_card.php:544 include/ajax/ajax_card.php:548 -#: include/ajax/ajax_card.php:563 +#: include/ajax/ajax_card.php:563 include/ajax/ajax_card.php:639 +#: include/ajax/ajax_card.php:638 msgid "Catégorie existe déjà" msgstr "De categorie bestaat al." @@ -3433,7 +3708,8 @@ msgstr "Ongeldige code" #: html/ajax_card.php:532 html/ajax_card.php:531 include/ajax/ajax_card.php:511 #: include/ajax/ajax_card.php:512 include/ajax/ajax_card.php:513 #: include/ajax/ajax_card.php:546 include/ajax/ajax_card.php:550 -#: include/ajax/ajax_card.php:567 +#: include/ajax/ajax_card.php:567 include/ajax/ajax_card.php:643 +#: include/ajax/ajax_card.php:642 msgid "Catégorie sauvée" msgstr "Opgeslagen categorie" @@ -3465,7 +3741,7 @@ msgstr "Dit plan bestaat niet" #: include/ajax/ajax_view_action.php:55 include/action.common.inc.php:223 #: include/action.common.inc.php:225 include/ajax/ajax_view_action.php:56 #: include/ajax/ajax_view_action.php:52 include/action.common.inc.php:226 -#: include/action.common.inc.php:232 +#: include/action.common.inc.php:232 include/action.common.inc.php:257 msgid "Ce document n'est pas accessible" msgstr "Dit document is niet beschikbaar" @@ -3487,11 +3763,13 @@ msgstr "Dit bestand bestaat niet" #: include/class/print_ledger.class.php:71 #: include/class/print_ledger.class.php:109 #: include/class/print_ledger.class.php:115 +#: include/class/print_ledger.class.php:150 +#: include/class/print_ledger.class.php:194 msgid "Ce journal ne peut être imprimé en mode simple" msgstr "" #: include/database.item.php:133 include/database.item.php:136 -#: include/database.item.php:131 +#: include/database.item.php:131 include/database.item.php:132 msgid "Ce menu vous présente un menu rapide de vos menus préférés" msgstr "" @@ -3502,18 +3780,20 @@ msgid "Ce n'est pas un fichier valide" msgstr "wordt niet in this journaal" #: include/class/tva_rate_mtable.class.php:223 +#: include/class/tva_rate_mtable.class.php:240 #, fuzzy msgid "Ce nom est déjà utilisé" msgstr "De categorie bestaat al." #: include/ajax_anc_search.php:65 include/ajax/ajax_anc_search.php:65 -#: include/ajax/ajax_anc_search.php:67 +#: include/ajax/ajax_anc_search.php:67 include/ajax/ajax_anc_search.php:70 msgid "Ce plan n'existe pas" msgstr "Dit plan bestaat niet" #: html/ajax_misc.php:571 html/ajax_misc.php:613 html/ajax_misc.php:408 #: html/ajax_misc.php:434 html/ajax_misc.php:546 html/ajax_misc.php:548 #: html/ajax_misc.php:554 html/ajax_misc.php:556 html/ajax_misc.php:560 +#: html/ajax_misc.php:525 html/ajax_misc.php:533 #, fuzzy msgid "Ce plugin n'existe pas " msgstr "Dit plan bestaat niet" @@ -3548,11 +3828,12 @@ msgstr "" #: include/class/acc_ledger.class.php:1665 #: include/class/acc_ledger.class.php:1674 #: include/class/acc_ledger.class.php:1690 +#: include/class/acc_ledger.class.php:1680 msgid "Celui qui paie n' a pas de poste comptable" msgstr "De persoon die betaald heeft geen boekhoudkundige post" #: include/param_sec.inc.php:228 include/param_sec.inc.php:162 -#: include/param_sec.inc.php:168 +#: include/param_sec.inc.php:168 include/param_sec.inc.php:173 msgid "Cet utilisateur est administrateur, il a tous les droits" msgstr "" @@ -3570,7 +3851,8 @@ msgstr "Dit bestand bestaat niet" #: include/lib/ac_common.php:431 include/action.common.inc.php:129 #: include/lib/ac_common.php:432 include/action.common.inc.php:131 #: include/action.common.inc.php:165 include/lib/ac_common.php:434 -#: include/lib/ac_common.php:450 +#: include/lib/ac_common.php:450 include/action.common.inc.php:133 +#: include/action.common.inc.php:167 include/lib/ac_common.php:460 msgid "Cette action ne vous est pas autorisée Contactez votre responsable" msgstr "U bent niet bevoegd voor deze actie. Contacteer uw verantwoordelijke" @@ -3588,6 +3870,7 @@ msgstr "Deze categorie heeft geen toegewezen e-mail" #: include/fiche.inc.php:290 include/fiche.inc.php:363 #: include/fiche.inc.php:366 include/fiche.inc.php:367 #: include/fiche.inc.php:368 include/fiche.inc.php:375 +#: include/fiche.inc.php:385 include/export/export_fiche_pdf.php:63 #, fuzzy msgid "Cette catégorie n'ayant pas de poste comptable n'a pas de balance" msgstr "Dit bestand heeft geen geldige boekhoudkundige post" @@ -3651,6 +3934,8 @@ msgstr "Deze extensie bestaat niet" #: include/class/acc_ledger.class.php:221 #: include/class/acc_ledger.class.php:235 #: include/class/acc_ledger.class.php:239 +#: include/class/acc_ledger.class.php:234 +#: include/class/acc_ledger.class.php:238 msgid "Cette opération n'existe pas" msgstr "Deze operatie bestaat niet" @@ -3665,12 +3950,15 @@ msgid "Champ \"linetype\" vide mais autres valeurs présentes" msgstr "" #: html/test_class.php:231 dev/test/test_class.php:227 +#: dev-2/test/test_class.php:227 #, fuzzy msgid "Change de langue" msgstr "Handmatige wijziging" #: html/admin/template_config_form.php:39 #: include/template/template_config_form.php:39 +#: include/template/template_config_form.php:40 +#: include/template/template_config_form.php:66 #, fuzzy msgid "Changement de langue" msgstr "Handmatige wijziging" @@ -3683,7 +3971,7 @@ msgstr "Veranderingen van de toestanden" #: html/ajax_ledger.php:522 html/ajax_ledger.php:529 html/ajax_ledger.php:531 #: include/ajax/ajax_ledger.php:508 include/ajax/ajax_ledger.php:511 #: include/ajax/ajax_ledger.php:515 include/ajax/ajax_ledger.php:516 -#: include/ajax/ajax_ledger.php:517 +#: include/ajax/ajax_ledger.php:517 include/ajax/ajax_ledger.php:518 msgid "" "Changement impossible: on ne peut pas changer la date dans une période fermée" msgstr "" @@ -3703,7 +3991,7 @@ msgid "Changer format" msgstr "" #: include/company.inc.php:123 include/company.inc.php:142 -#: include/company.inc.php:146 +#: include/company.inc.php:146 include/company.inc.php:160 msgid "Changer le libellé des détails" msgstr "Verander de verwoording van de gegevens" @@ -3735,10 +4023,12 @@ msgstr "Kosten" #: include/ajax/ajax_ledger.php:239 include/ajax/ajax_ledger.php:352 #: include/ajax/ajax_ledger.php:243 include/ajax/ajax_ledger.php:356 #: include/ajax/ajax_ledger.php:244 include/ajax/ajax_ledger.php:357 +#: include/ajax/ajax_ledger.php:245 include/ajax/ajax_ledger.php:358 msgid "Chargement" msgstr "Laden" #: include/database.item.php:89 include/database.item.php:87 +#: include/database.item.php:88 msgid "" "Chargement de modèles de documents qui seront générés par NOALYSS, les " "formats utilisables sont libreoffice, html, text et rtf" @@ -3752,7 +4042,7 @@ msgstr "" #: include/user_menu.php:153 include/user_menu.php:157 #: include/lib/user_menu.php:166 include/lib/user_menu.php:179 -#: include/lib/user_menu.php:137 +#: include/lib/user_menu.php:137 include/lib/user_menu.php:136 msgid "Charges" msgstr "Kosten" @@ -3765,6 +4055,8 @@ msgstr "Pad" #: html/admin/template_config_form.php:43 #: include/template/template_config_form.php:43 +#: include/template/template_config_form.php:44 +#: include/template/template_config_form.php:70 msgid "Chemin complet vers les executable de Postgresql" msgstr "" @@ -3818,6 +4110,12 @@ msgstr "" #: include/class/fiche.class.php:2247 html/ajax_misc.php:464 #: include/lib/manage_table_sql.class.php:634 html/ajax_misc.php:468 #: include/ajax/ajax_card.php:292 include/class/acc_ledger.class.php:2201 +#: html/ajax_misc.php:433 include/class/pre_operation.class.php:346 +#: include/class/acc_ledger.class.php:2220 include/class/fiche.class.php:2274 +#: include/ajax/ajax_card.php:298 include/compta_fin_rec.inc.php:263 +#: include/template/tag_select.php:18 include/template/tag_search_select.php:15 +#: include/lib/manage_table_sql.class.php:681 html/ajax_misc.php:441 +#: include/user.inc.php:140 include/dossier.inc.php:242 #, fuzzy, php-format msgid "Cherche" msgstr "Vinden" @@ -3826,7 +4124,7 @@ msgstr "Vinden" #: include/adm.inc.php:81 include/bank.inc.php:74 include/contact.inc.php:77 #: include/customer.inc.php:77 include/manager.inc.php:81 #: include/supplier.inc.php:81 include/adm.inc.php:78 -#: include/customer.inc.php:78 +#: include/customer.inc.php:78 include/contact.inc.php:78 #, fuzzy msgid "Cherche " msgstr "Vinden" @@ -3840,11 +4138,13 @@ msgstr "Vinden" #: include/class/anc_operation.class.php:294 include/fiche.inc.php:94 #: include/class/acc_ledger_search.class.php:588 #: include/class/anc_operation.class.php:295 +#: include/class/acc_ledger_search.class.php:674 +#: include/class/acc_ledger_search.class.php:697 #, fuzzy msgid "Chercher" msgstr "Vinden" -#: include/lib/message_javascript.php:31 +#: include/lib/message_javascript.php:31 include/lib/message_javascript.php:32 msgid "" "Cherchez en saisissant le quickcode, le poste comptable ou une partie du nom " "de la fiche ou de l'adresse" @@ -3866,7 +4166,8 @@ msgid "" msgstr "" #: html/ajax_misc.php:452 html/ajax_misc.php:454 html/ajax_misc.php:460 -#: html/ajax_misc.php:462 html/ajax_misc.php:466 +#: html/ajax_misc.php:462 html/ajax_misc.php:466 html/ajax_misc.php:431 +#: html/ajax_misc.php:439 #, fuzzy msgid "Choisissez la TVA" msgstr "Kies de BTW" @@ -3880,7 +4181,7 @@ msgstr "Kies de BTW" #: html/ajax_card.php:291 html/ajax_card.php:293 html/ajax_card.php:294 #: include/ajax/ajax_card.php:274 include/ajax/ajax_card.php:275 #: include/ajax/ajax_card.php:283 include/ajax/ajax_card.php:285 -#: include/ajax/ajax_card.php:286 +#: include/ajax/ajax_card.php:286 include/ajax/ajax_card.php:292 #, fuzzy msgid "" "Choisissez la catégorie de fiche à laquelle vous aimeriez ajouter une fiche" @@ -3917,6 +4218,7 @@ msgstr "Boekhoudkundige post of fiche veranderen" #: include/balance.inc.php:47 include/impress_bilan.inc.php:51 #: include/impress_jrn.inc.php:86 include/ext/bilan_interne/index.php:56 #: include/balance.inc.php:51 include/impress_jrn.inc.php:104 +#: include/impress_bilan.inc.php:54 #, fuzzy msgid "Choisissez un autre exercice" msgstr "Kies een andere oefening" @@ -3928,6 +4230,8 @@ msgstr "Kies een dossier" #: include/class/payment_method_mtable.class.php:77 #: include/class/payment_method_mtable.class.php:87 +#: include/class/payment_method_mtable.class.php:78 +#: include/class/payment_method_mtable.class.php:88 #, fuzzy msgid "Choisissez un journal" msgstr "Kies uw dossier" @@ -3945,6 +4249,7 @@ msgid "Choisissez un poste" msgstr "Kies een dossier" #: include/class/payment_method_mtable.class.php:115 +#: include/class/payment_method_mtable.class.php:120 #, fuzzy msgid "Choisissez un type de fiche" msgstr "Kies een andere oefening" @@ -3952,7 +4257,7 @@ msgstr "Kies een andere oefening" #: html/ajax_card.php:295 html/ajax_card.php:297 html/ajax_card.php:298 #: include/ajax/ajax_card.php:278 include/ajax/ajax_card.php:279 #: include/ajax/ajax_card.php:285 include/ajax/ajax_card.php:287 -#: include/ajax/ajax_card.php:288 +#: include/ajax/ajax_card.php:288 include/ajax/ajax_card.php:294 #, fuzzy msgid "Choisissez une catégorie svp" msgstr "Kies een dossier" @@ -3987,17 +4292,25 @@ msgstr "Kies een andere oefening" msgid "Choississez un dossier" msgstr "Kies een dossier" +#: include/template/followup-show-action-add.php:34 +#, fuzzy +msgid "Choississez une action" +msgstr "Kies uw dossier" + #: html/user_login.php:160 msgid "Choississez votre dossier" msgstr "Kies uw dossier" #: html/test_class.php:218 dev/test/test_class.php:214 +#: dev-2/test/test_class.php:214 #, fuzzy msgid "Choississez votre langue" msgstr "Kies uw dossier" #: include/ajax_anc_search.php:78 include/ajax_anc_search.php:79 #: include/ajax/ajax_anc_search.php:78 include/ajax/ajax_anc_search.php:79 +#: include/class/card_attribut_mtable.class.php:54 +#: include/class/contact_option_ref_mtable.class.php:44 msgid "Choix" msgstr "Keuze" @@ -4033,12 +4346,14 @@ msgstr "Een sleutel kiezen" #: include/ajax/ajax_card.php:259 include/ajax/ajax_card.php:269 #: include/ajax/ajax_card.php:334 include/ajax/ajax_card.php:280 #: include/ajax/ajax_card.php:337 include/ajax/ajax_card.php:281 -#: include/ajax/ajax_card.php:338 +#: include/ajax/ajax_card.php:338 include/ajax/ajax_card.php:287 +#: include/ajax/ajax_card.php:357 msgid "Choix de la catégorie" msgstr "Een categorie kiezen" #: include/database.item.php:78 include/database.item.php:81 #: include/database.item.php:75 include/database.item.php:73 +#: include/database.item.php:74 #, fuzzy msgid "Choix de votre dossier" msgstr "Kies uw dossier" @@ -4063,6 +4378,7 @@ msgstr "Kies uw dossier" #: include/compta_ach.inc.php:83 include/compta_ach.inc.php:86 #: include/compta_ven.inc.php:95 include/compta_ach.inc.php:88 #: include/compta_ach.inc.php:90 include/compta_ven.inc.php:97 +#: include/compta_ach.inc.php:87 #, fuzzy msgid "Choix du dépôt" msgstr "Configuratie van de deposito's " @@ -4090,11 +4406,13 @@ msgstr "Keuze van het soort dagboek" #: include/class/acc_ledger.class.php:2328 #: include/class/acc_ledger.class.php:2337 #: include/class/acc_ledger.class.php:2359 +#: include/class/acc_ledger.class.php:2385 #, fuzzy msgid "Choix du type de journal est obligatoire" msgstr "Keuze van het soort dagboek" #: include/class/tva_rate_mtable.class.php:250 +#: include/class/tva_rate_mtable.class.php:267 #, fuzzy msgid "Choix incorrect" msgstr "Verkeerde klant" @@ -4162,7 +4480,7 @@ msgstr "Sleutel" #: include/ext/coprop/index.php:44 include/database.item.php:3 #: include/database.item.php:143 include/database.item.php:139 #: include/database.item.php:138 include/database.item.php:131 -#: include/database.item.php:129 +#: include/database.item.php:129 include/database.item.php:130 msgid "Clef de répartition" msgstr "Key distribution" @@ -4221,6 +4539,12 @@ msgstr "Ongeldige sleutel" #: include/class/print_ledger_simple.class.php:103 #: include/class/acc_ledger_sold.class.php:1083 #: include/class/acc_ledger_sold.class.php:1339 +#: include/class/pre_op_ach.class.php:394 +#: include/class/pre_op_ven.class.php:392 +#: include/class/acc_ledger_sold.class.php:710 +#: include/class/acc_ledger_sold.class.php:1050 +#: include/class/acc_ledger_sold.class.php:1306 +#: include/class/print_ledger_simple.class.php:100 include/database.item.php:16 msgid "Client" msgstr "Klant" @@ -4247,6 +4571,7 @@ msgstr "Klant" #: include/template/param_jrn.php:194 include/template/param_jrn.php:201 #: include/template/param_jrn.php:203 include/template/param_jrn.php:248 +#: include/template/param_jrn.php:249 #, fuzzy msgid "Clients (D)" msgstr "Klant" @@ -4273,7 +4598,7 @@ msgstr "Klik hier om uw voorkeuren bij te werken" #: include/lib/ac_common.php:816 include/lib/ac_common.php:823 #: include/lib/ac_common.php:834 include/lib/ac_common.php:835 #: include/lib/ac_common.php:847 include/lib/ac_common.php:849 -#: include/lib/ac_common.php:865 +#: include/lib/ac_common.php:865 include/lib/ac_common.php:875 msgid "Cliquez ici pour vous reconnecter dans une autre page" msgstr "" @@ -4283,14 +4608,16 @@ msgid "Cliquez pour éditer" msgstr "Creditsaldo" #: include/lib/message_javascript.php:66 include/lib/message_javascript.php:68 +#: include/lib/message_javascript.php:69 msgid "Cliquez sur le chemin pour ouvrir le menu" msgstr "" #: include/lib/message_javascript.php:65 include/lib/message_javascript.php:67 +#: include/lib/message_javascript.php:68 msgid "Cliquez sur le code AD pour ouvrir le menu dans un nouvel onglet" msgstr "" -#: include/lib/message_javascript.php:48 +#: include/lib/message_javascript.php:48 include/lib/message_javascript.php:49 msgid "Cliquez sur le titre d'une colonne pour trier" msgstr "" @@ -4307,6 +4634,12 @@ msgstr "Export is onmogelijk" msgid "Cloner" msgstr "Klonen" +#: include/class/card_attribut_mtable.class.php:57 +#: include/class/contact_option_ref_mtable.class.php:46 +#, fuzzy +msgid "Coche" +msgstr "Alles aanvinken " + #: include/param_pcmn.inc.php:65 include/template/pcmn_update.php:50 #: include/template/pcmn_update.php:51 #, fuzzy @@ -4353,7 +4686,7 @@ msgstr "Vink dit vakje aan als u zeker bent dat u dit dossier wil verwijderen " msgid "Cochez pour cette case pour effacer ce tag" msgstr "Vink dit vakje aan als u de tag wil verwijderen" -#: include/template/tag_detail.php:33 +#: include/template/tag_detail.php:33 include/template/tag_detail.php:56 #, fuzzy msgid "Cochez pour cette case pour effacer cette étiquette (tag)" msgstr "Vink dit vakje aan als u de tag wil verwijderen" @@ -4409,6 +4742,11 @@ msgstr "Vink aan om deze fiche te verwijderen " #: include/class/acc_ledger_sold.class.php:718 #: include/class/acc_ledger_purchase.class.php:1440 #: include/upgrade-plugin.php:68 +#: include/class/acc_ledger_purchase.class.php:1451 +#: include/class/acc_ledger_sold.class.php:721 +#: include/class/print_ledger_detail_item.class.php:58 +#: include/upgrade-plugin.php:71 +#: include/template/follow_up_other_concerned_display_table.php:42 msgid "Code" msgstr "Code" @@ -4421,7 +4759,7 @@ msgstr "Code" #: include/lib/ac_common.php:1160 include/lib/ac_common.php:1171 #: include/lib/ac_common.php:1172 include/lib/ac_common.php:1173 #: include/lib/ac_common.php:1185 include/lib/ac_common.php:1187 -#: include/lib/ac_common.php:1211 +#: include/lib/ac_common.php:1211 include/lib/ac_common.php:1221 msgid "Code Interne" msgstr "Interne code" @@ -4451,6 +4789,8 @@ msgstr "Interne code" #: include/class/acc_ledger_purchase.class.php:1836 #: include/class/acc_ledger_sold.class.php:1416 #: include/class/acc_ledger_purchase.class.php:1842 +#: include/class/acc_ledger_purchase.class.php:1879 +#: include/class/acc_ledger_sold.class.php:1401 msgid "Code Item" msgstr "Item code" @@ -4467,7 +4807,7 @@ msgid "Code Pays incorrect" msgstr "Verkeerde landcode" #: include/company.inc.php:107 include/company.inc.php:126 -#: include/company.inc.php:130 +#: include/company.inc.php:130 include/company.inc.php:138 msgid "Code Postal" msgstr "Postcode" @@ -4527,6 +4867,12 @@ msgstr "Stock code" #: include/class/print_ledger_detail_item.class.php:163 #: include/class/acc_ledger_sold.class.php:1426 #: include/class/acc_ledger_purchase.class.php:1852 +#: include/class/acc_ledger_purchase.class.php:1889 +#: include/class/acc_ledger_sold.class.php:1411 +#: include/export/export_printtva_pdf.php:59 +#: include/export/export_printtva_pdf.php:216 +#: include/template/follow_up_detail_display.php:54 +#: include/template/newEmptyPHP_NOALYSS.php:39 msgid "Code TVA" msgstr "BTW-code" @@ -4577,6 +4923,8 @@ msgstr "Menucode" #: include/class/acc_ledger_purchase.class.php:1841 #: include/class/acc_ledger_sold.class.php:1421 #: include/class/acc_ledger_purchase.class.php:1847 +#: include/class/acc_ledger_purchase.class.php:1884 +#: include/class/acc_ledger_sold.class.php:1406 msgid "Code fournisseur" msgstr "Levernacierscode" @@ -4588,6 +4936,7 @@ msgstr "Levernacierscode" #: include/class/fiche.class.php:1457 #: include/class/acc_account_ledger.class.php:395 #: include/class/fiche.class.php:1458 include/class/fiche.class.php:1460 +#: include/class/acc_account_ledger.class.php:387 msgid "Code interne" msgstr "Interne code" @@ -4599,6 +4948,11 @@ msgstr "Interne code van de operatie veranderen" msgid "Code invalide" msgstr "Ongeldige code" +#: include/user_detail.inc.php:94 +#, fuzzy +msgid "Code invalide, effacement refusé" +msgstr "Erasure" + #: include/class_acc_ledger_purchase.php:1735 #: include/class_acc_ledger_sold.php:1319 #: include/class_acc_ledger_sold.php:1317 @@ -4629,6 +4983,8 @@ msgstr "Ongeldige code" #: include/class/acc_ledger_purchase.class.php:1833 #: include/class/acc_ledger_sold.class.php:1413 #: include/class/acc_ledger_purchase.class.php:1839 +#: include/class/acc_ledger_purchase.class.php:1876 +#: include/class/acc_ledger_sold.class.php:1398 msgid "Code journal" msgstr "Code dagboek" @@ -4637,6 +4993,12 @@ msgstr "Code dagboek" msgid "Code malformé dans le fichier " msgstr "" +#: include/class/acc_ledger_history_sale.class.php:274 +#: include/class/acc_ledger_history_purchase.class.php:289 +#, fuzzy +msgid "Code paiement" +msgstr "Betaling" + #: include/ext/transform/include/template/listing_assujetti_declarant.php:35 #: include/ext/transform/include/template/listing_assujetti_representative.php:36 #: include/ext/sav/include/template/sas_display_detail.php:99 @@ -4668,6 +5030,7 @@ msgstr "niet use of" #: include/export/export_fiche_balance_csv.php:155 #: include/export/export_fiche_balance_csv.php:156 include/fiche.inc.php:519 #: include/fiche.inc.php:521 include/fiche.inc.php:530 +#: include/fiche.inc.php:543 msgid "Comm" msgstr "Comm" @@ -4680,7 +5043,7 @@ msgstr "Onbekende post" #: html/install.php:533 html/install.php:532 html/install.php:530 #: html/install.php:536 html/install.php:528 html/install.php:534 #: html/install.php:496 html/install.php:471 html/install.php:477 -#: html/install.php:480 +#: html/install.php:480 html/install.php:529 html/install.php:535 msgid "Commencer la mise à jour ou l'installation" msgstr "" @@ -4734,6 +5097,17 @@ msgstr "" #: include/class/acc_ledger_history_generic.class.php:687 #: include/class/acc_ledger_sold.class.php:1415 #: include/class/acc_ledger_purchase.class.php:1841 +#: include/class/print_ledger_misc.class.php:46 +#: include/class/acc_ledger_purchase.class.php:1878 +#: include/class/acc_ledger_sold.class.php:1400 +#: include/class/acc_ledger_history_generic.class.php:688 +#: include/template/action_document_type_mtable_input.php:113 +#: include/template/detail-action.php:297 +#: include/template/detail-action.php:327 +#: include/template/detail-action.php:332 +#: include/template/detail-action.php:301 +#: include/template/detail-action.php:339 +#: include/template/detail-action.php:342 msgid "Commentaire" msgstr "Commentaar" @@ -4769,6 +5143,8 @@ msgstr "Commentaar" #: include/class/acc_ledger_purchase.class.php:1843 #: include/class/acc_ledger_sold.class.php:1423 #: include/class/acc_ledger_purchase.class.php:1849 +#: include/class/acc_ledger_purchase.class.php:1886 +#: include/class/acc_ledger_sold.class.php:1408 msgid "Commentaire TVA" msgstr "Opmerking BTW" @@ -4778,7 +5154,7 @@ msgid "Commentaire vide" msgstr "Commentaar" #: include/company.inc.php:109 include/company.inc.php:128 -#: include/company.inc.php:132 +#: include/company.inc.php:132 include/company.inc.php:140 msgid "Commune" msgstr "Gemeente" @@ -4828,12 +5204,15 @@ msgstr "Gemeente" #: include/class/acc_ledger_purchase.class.php:1462 #: include/class/acc_ledger.class.php:622 #: include/class/acc_ledger.class.php:638 +#: include/class/acc_ledger_purchase.class.php:1473 +#: include/class/acc_ledger_sold.class.php:741 msgid "Compt. Analytique" msgstr "Analytischer ekening" #: include/database.item.php:115 include/database.item.php:118 #: include/database.item.php:124 include/database.item.php:121 #: include/database.item.php:120 include/database.item.php:116 +#: include/database.item.php:117 msgid "Compta Analytique" msgstr "Analytische boekhouding" @@ -4843,12 +5222,13 @@ msgstr "Analytische boekhouding" #: include/class/class_pdf_operation.php:371 #: include/template/security_list_action.php:63 #: include/class/pdf_operation.class.php:371 include/database.item.php:76 -#: include/template/security_list_action.php:66 +#: include/template/security_list_action.php:66 include/database.item.php:75 msgid "Comptabilité" msgstr "Boekhouding" #: include/template/ledger_detail_bottom.php:36 #: include/template/ledger_detail_bottom.php:41 +#: include/template/ledger_detail_bottom.php:46 #, fuzzy msgid "Comptabilité Analytique" msgstr "Export Cost Accounting" @@ -4858,6 +5238,7 @@ msgstr "Export Cost Accounting" #: include/database.item.php:184 include/database.item.php:143 #: include/database.item.php:144 include/database.item.php:145 #: include/database.item.php:150 include/database.item.php:155 +#: include/database.item.php:151 msgid "Compte bancaire" msgstr "Bankrekening" @@ -4913,13 +5294,14 @@ msgstr "????? : product met een creditsaldo" #: include/class/acc_plan_mtable.class.php:145 #: include/class/acc_plan_mtable.class.php:157 #: include/class/acc_plan_mtable.class.php:181 +#: include/class/acc_plan_mtable.class.php:185 #, fuzzy msgid "Compte parent n'existe pas" msgstr "Dit plan bestaat niet" #: include/user_menu.php:151 include/user_menu.php:155 #: include/lib/user_menu.php:164 include/lib/user_menu.php:177 -#: include/lib/user_menu.php:135 +#: include/lib/user_menu.php:135 include/lib/user_menu.php:134 msgid "Compte tiers" msgstr "Derde rekening" @@ -4957,6 +5339,10 @@ msgstr "Gewone rekeningen" #: include/class/acc_ledger_search.class.php:950 #: include/class/acc_ledger_search.class.php:708 #: include/class/acc_ledger_search.class.php:963 +#: include/class/acc_ledger_search.class.php:794 +#: include/class/acc_ledger_search.class.php:1052 +#: include/class/acc_ledger_search.class.php:817 +#: include/class/acc_ledger_search.class.php:1075 msgid "Concerne" msgstr "Wat betreft" @@ -4965,7 +5351,7 @@ msgstr "Wat betreft" #: include/database.item.php:235 include/database.item.php:212 #: include/database.item.php:213 include/database.item.php:216 #: include/database.item.php:236 include/database.item.php:214 -#: include/database.item.php:245 +#: include/database.item.php:245 include/database.item.php:226 msgid "" "Concerne tous les achats, factures reçues, notes de crédit reçues et notes " "de frais" @@ -4977,7 +5363,7 @@ msgstr "" #: include/database.item.php:236 include/database.item.php:213 #: include/database.item.php:214 include/database.item.php:217 #: include/database.item.php:237 include/database.item.php:215 -#: include/database.item.php:243 +#: include/database.item.php:243 include/database.item.php:224 msgid "" "Concerne tous les mouvements financiers (comptes en banque, caisses, visa...)" msgstr "" @@ -4988,7 +5374,7 @@ msgstr "" #: include/database.item.php:237 include/database.item.php:214 #: include/database.item.php:215 include/database.item.php:218 #: include/database.item.php:238 include/database.item.php:216 -#: include/database.item.php:242 +#: include/database.item.php:242 include/database.item.php:223 msgid "" "Concerne toutes les opérations comme les amortissements, les comptes TVA, ..." msgstr "Betreft alle handelingen als aflossingen, BTW-rekeningen ..." @@ -4998,13 +5384,13 @@ msgstr "Betreft alle handelingen als aflossingen, BTW-rekeningen ..." #: include/database.item.php:238 include/database.item.php:215 #: include/database.item.php:216 include/database.item.php:219 #: include/database.item.php:239 include/database.item.php:217 -#: include/database.item.php:244 +#: include/database.item.php:244 include/database.item.php:225 msgid "Concerne toutes les ventes, notes de crédit envoyées" msgstr "Wat betreft alle verkopen, gestuurde creditnota's " #: include/database.item.php:10 include/database.item.php:13 #: include/database.item.php:15 include/database.item.php:18 -#: include/database.item.php:12 +#: include/database.item.php:12 include/database.item.php:11 msgid "Config. Menu" msgstr "Config. Menu" @@ -5018,14 +5404,14 @@ msgstr "Config. categorie van de documenten" #: include/database.item.php:8 include/database.item.php:11 #: include/database.item.php:13 include/database.item.php:16 -#: include/database.item.php:10 +#: include/database.item.php:10 include/database.item.php:9 msgid "Config. de la tva" msgstr "Config. van de BTW" #: include/database.item.php:121 include/database.item.php:124 #: include/database.item.php:130 include/database.item.php:126 #: include/database.item.php:125 include/database.item.php:129 -#: include/database.item.php:123 +#: include/database.item.php:123 include/database.item.php:122 msgid "Config. des méthodes de paiement" msgstr "Config. van de betaalmiddelen" @@ -5039,6 +5425,7 @@ msgstr "Config. van het boekhoudkundig plan" #: include/database.item.php:87 include/database.item.php:90 #: include/database.item.php:95 include/database.item.php:92 #: include/database.item.php:91 include/database.item.php:89 +#: include/database.item.php:88 msgid "Config. modèle de document" msgstr "Config. van het model van het document" @@ -5052,7 +5439,8 @@ msgstr "Config. van de basis van de boekhoudkundige post" #: html/admin/setup.php:236 html/admin/setup.php:254 html/admin/setup.php:256 #: html/install.php:320 html/install.php:319 html/install.php:317 #: html/install.php:323 html/install.php:329 html/install.php:280 -#: html/install.php:287 html/install.php:290 +#: html/install.php:287 html/install.php:290 html/install.php:339 +#: html/install.php:345 #, fuzzy msgid "Configuration" msgstr "Informatie" @@ -5060,18 +5448,20 @@ msgstr "Informatie" #: include/database.item.php:109 include/database.item.php:112 #: include/database.item.php:118 include/database.item.php:115 #: include/database.item.php:114 include/database.item.php:110 +#: include/database.item.php:111 msgid "Configuration de catégorie de fiches" msgstr "Configuratie van de categorie van de bestanden " #: include/database.item.php:94 include/database.item.php:97 #: include/database.item.php:91 include/database.item.php:89 +#: include/database.item.php:90 msgid "" "Configuration de la sécurité, vous permet de donner un profil à vos " "utilisateurs, cela leur permettra d'utiliser ce que vous souhaitez qu'ils " "puissent utiliser" msgstr "" -#: include/database.item.php:139 +#: include/database.item.php:139 include/database.item.php:138 #, fuzzy msgid "Configuration des devises" msgstr "Configuratie van de tags" @@ -5079,11 +5469,13 @@ msgstr "Configuratie van de tags" #: include/database.item.php:106 include/database.item.php:109 #: include/database.item.php:115 include/database.item.php:112 #: include/database.item.php:111 include/database.item.php:107 +#: include/database.item.php:108 msgid "Configuration des dépôts" msgstr "Configuratie van het deposito" #: include/database.item.php:112 include/database.item.php:115 #: include/database.item.php:109 include/database.item.php:107 +#: include/database.item.php:108 #, fuzzy msgid "Configuration des entrepots de dépôts" msgstr "Configuratie van het deposito" @@ -5091,24 +5483,26 @@ msgstr "Configuratie van het deposito" #: include/database.item.php:88 include/database.item.php:91 #: include/database.item.php:96 include/database.item.php:93 #: include/database.item.php:92 include/database.item.php:90 +#: include/database.item.php:89 msgid "Configuration des journaux" msgstr "Configuratie van de dagboeken" #: include/database.item.php:10 include/database.item.php:13 #: include/database.item.php:15 include/database.item.php:18 -#: include/database.item.php:12 +#: include/database.item.php:12 include/database.item.php:11 msgid "Configuration des menus et plugins" msgstr "Configuratie van de menu's en de plug-ins" #: include/database.item.php:126 include/database.item.php:129 #: include/database.item.php:135 include/database.item.php:131 #: include/database.item.php:130 include/database.item.php:134 -#: include/database.item.php:128 +#: include/database.item.php:128 include/database.item.php:127 msgid "Configuration des menus par défaut" msgstr "Configuratie van het standaard menu" #: include/database.item.php:131 include/database.item.php:134 #: include/database.item.php:128 include/database.item.php:126 +#: include/database.item.php:127 msgid "" "Configuration des menus par défaut, ces menus sont appelés par des actions " "dans d'autres menus" @@ -5116,6 +5510,7 @@ msgstr "" #: include/database.item.php:126 include/database.item.php:129 #: include/database.item.php:123 include/database.item.php:121 +#: include/database.item.php:122 msgid "" "Configuration des moyens de paiements que vous voulez utiliser dans les " "journaux de type VEN ou ACH, les moyens de paiement permettent de générer " @@ -5125,6 +5520,7 @@ msgstr "" #: include/database.item.php:81 include/database.item.php:84 #: include/database.item.php:78 include/database.item.php:76 +#: include/database.item.php:77 msgid "" "Configuration des profils des utilisateurs, permet de fixer les journaux, " "profils dans les documents et stock que ce profil peut utiliser. Cela " @@ -5140,6 +5536,7 @@ msgstr "Configuratie van de tags" #: include/database.item.php:85 include/database.item.php:88 #: include/database.item.php:82 include/database.item.php:80 +#: include/database.item.php:81 msgid "" "Configuration des tags ou dossiers, on l'appele tag ou dossier suivant la " "façon dont vous utilisez \n" @@ -5154,6 +5551,7 @@ msgstr "Configuratie van de menu's en de plug-ins" #: include/database.item.php:106 include/database.item.php:109 #: include/database.item.php:115 include/database.item.php:112 #: include/database.item.php:111 include/database.item.php:107 +#: include/database.item.php:108 msgid "Configuration dépôts" msgstr "Configuratie van de deposito's " @@ -5164,6 +5562,7 @@ msgstr "Configuratie en parameter" #: include/database.item.php:4 include/database.item.php:144 #: include/database.item.php:140 include/database.item.php:139 #: include/database.item.php:132 include/database.item.php:130 +#: include/database.item.php:131 #, fuzzy msgid "Configuration extension" msgstr "Configuratie van de tags" @@ -5194,7 +5593,8 @@ msgstr "Informatie" #: include/compta_fin.inc.php:83 include/compta_fin.inc.php:84 #: include/operation_ods_confirm.inc.php:78 include/ext/importbank/ajax.php:232 #: include/ext/importbank/ajax.php:237 include/ext/importbank/ajax.php:238 -#: include/operation_ods_confirm.inc.php:89 +#: include/operation_ods_confirm.inc.php:89 include/user_detail.inc.php:197 +#: include/user_detail.inc.php:218 msgid "Confirmer" msgstr "Bevestigen" @@ -5244,7 +5644,8 @@ msgstr "U bent geen beheerder" #: html/install.php:635 html/install.php:656 html/install.php:657 #: html/install.php:683 html/install.php:676 html/install.php:655 #: html/install.php:682 html/install.php:617 html/install.php:644 -#: html/install.php:607 html/install.php:614 +#: html/install.php:607 html/install.php:614 html/install.php:667 +#: html/install.php:673 msgid "Connectez-vous à NOALYSS" msgstr "" @@ -5256,9 +5657,14 @@ msgstr "" #: include/database.item.php:57 include/category_card.inc.php:75 #: include/database.item.php:60 include/database.item.php:52 #: include/category_card.inc.php:77 include/database.item.php:53 +#: include/template/detail-action.php:50 msgid "Contact" msgstr "Contact" +#: include/template/action_document_type_mtable_input.php:86 +msgid "Contacts multiples" +msgstr "" + #: include/class/acc_plan_mtable.class.php:57 #: include/class/acc_plan_mtable.class.php:63 #, fuzzy @@ -5272,7 +5678,8 @@ msgstr "Text" #: html/install.php:300 html/install.php:264 html/install.php:306 #: html/install.php:215 html/install.php:257 include/opening.inc.php:140 #: include/opening.inc.php:174 html/install.php:222 html/install.php:225 -#: html/install.php:267 +#: html/install.php:267 html/install.php:272 html/install.php:315 +#: html/install.php:278 html/install.php:321 #, fuzzy msgid "Continuer" msgstr "Contact" @@ -5367,28 +5774,33 @@ msgstr "Boekhoudkundig schrijven aanmaken" #: include/compta_ven.inc.php:119 include/compta_ach.inc.php:115 #: include/compta_ven.inc.php:123 include/operation_ods_confirm.inc.php:90 #: include/compta_ven.inc.php:121 include/compta_ach.inc.php:113 +#: include/compta_ach.inc.php:112 msgid "Corriger" msgstr "Verbeteren" +#: include/template/tag_detail.php:29 +msgid "Couleur" +msgstr "" + #: include/database.item.php:172 include/database.item.php:175 #: include/database.item.php:207 include/database.item.php:204 #: include/database.item.php:177 include/database.item.php:178 #: include/database.item.php:181 include/database.item.php:189 -#: include/database.item.php:194 +#: include/database.item.php:194 include/database.item.php:187 msgid "Courrier" msgstr "Post" #: include/dossier.inc.php:286 include/dossier.inc.php:283 #: include/dossier.inc.php:305 include/dossier.inc.php:341 #: include/dossier.inc.php:342 include/dossier.inc.php:358 -#: include/dossier.inc.php:363 +#: include/dossier.inc.php:363 include/dossier.inc.php:366 msgid "Creation Dossier" msgstr "Dossier maken" #: html/admin/setup.php:497 html/install.php:561 html/install.php:560 #: html/install.php:558 html/install.php:569 html/install.php:567 #: html/install.php:529 html/install.php:513 html/install.php:519 -#: html/install.php:522 +#: html/install.php:522 html/install.php:572 html/install.php:578 #, fuzzy msgid "Creation of Modele 1" msgstr "Dossier maken" @@ -5396,7 +5808,7 @@ msgstr "Dossier maken" #: html/admin/setup.php:510 html/install.php:574 html/install.php:573 #: html/install.php:571 html/install.php:582 html/install.php:580 #: html/install.php:542 html/install.php:532 html/install.php:538 -#: html/install.php:541 +#: html/install.php:541 html/install.php:591 html/install.php:597 #, fuzzy msgid "Creation of Modele 2" msgstr "Dossier maken" @@ -5411,7 +5823,9 @@ msgstr "Dossier maken" #: include/ext/tools/include/anc_grandlivre_ext.class.php:127 #: include/export/export_poste_detail_pdf.php:104 #: include/ajax/ajax_display_letter.php:123 include/fiche.inc.php:580 -#: include/fiche.inc.php:589 +#: include/fiche.inc.php:589 include/fiche.inc.php:602 +#: include/ajax/ajax_display_letter.php:141 +#: include/export/export_poste_detail_pdf.php:105 msgid "Credit" msgstr "Credit" @@ -5447,6 +5861,11 @@ msgstr "" msgid "Création d'avis et annonces pour les trésoriers" msgstr "" +#: include/template/action_document_type_mtable_input.php:94 +#, fuzzy +msgid "Création de facture" +msgstr "Rapport aanmaken" + #: include/ext/tva/class_ext_tva.php:340 include/ext/tva/ext_tva.class.php:340 #: include/ext/tva/ext_tva.class.php:341 msgid "Création de l'écriture comptable" @@ -5454,7 +5873,7 @@ msgstr "Boekhoudkundig schrijven aanmaken" #: include/database.item.php:13 include/database.item.php:16 #: include/database.item.php:18 include/database.item.php:21 -#: include/database.item.php:15 +#: include/database.item.php:15 include/database.item.php:14 msgid "Création de rapport" msgstr "Rapport aanmaken" @@ -5465,6 +5884,7 @@ msgstr "Rapport aanmaken" #: include/database.item.php:18 include/database.item.php:21 #: include/database.item.php:15 include/database.item.php:13 +#: include/database.item.php:14 msgid "" "Création de rapport sur mesure, comme les ratios, vous permet de créer des " "graphiques de vos données (vente, achat...)" @@ -5486,6 +5906,7 @@ msgstr "Aanmaak van de afrekening van de storting" #: include/database.item.php:93 include/database.item.php:96 #: include/database.item.php:90 include/database.item.php:88 +#: include/database.item.php:89 msgid "" "Création et modification des journaux, préfixe des pièces justificatives, " "numérotation, catégories de fiches accessibles à ce journal" @@ -5495,6 +5916,7 @@ msgstr "" #: include/database.item.php:211 include/database.item.php:188 #: include/database.item.php:189 include/database.item.php:192 #: include/database.item.php:203 include/database.item.php:208 +#: include/database.item.php:198 msgid "Création, modification et effacement de fiche" msgstr "De fiche aanmaken, bewerken en verwijderen " @@ -5589,7 +6011,17 @@ msgstr "Crébit" #: include/class/fiche.class.php:1480 #: include/class/pdfbalance_simple.class.php:57 #: include/class/acc_ledger_history_generic.class.php:775 -#: include/class/acc_ledger.class.php:630 +#: include/class/acc_ledger.class.php:630 include/fiche.inc.php:419 +#: include/class/fiche.class.php:1507 +#: include/class/acc_account_ledger.class.php:392 +#: include/class/acc_ledger_history_generic.class.php:776 +#: include/class/anc_grandlivre.class.php:234 +#: include/export/export_balance_csv.php:79 +#: include/template/ledger_detail_bottom.php:97 +#: include/operation_ods_new.inc.php:86 +#: include/class/anc_grandlivre.class.php:235 +#: include/export/export_poste_detail_pdf.php:251 +#: include/template/ledger_detail_bottom.php:98 msgid "Crédit" msgstr "Creditzijde" @@ -5604,6 +6036,7 @@ msgid "Créditeur" msgstr "Schuldeiser" #: include/user.inc.php:84 include/user.inc.php:85 include/user.inc.php:87 +#: include/user.inc.php:89 #, fuzzy msgid "Créer Utilisateur" msgstr "Gebruiker" @@ -5611,6 +6044,7 @@ msgstr "Gebruiker" #: include/database.item.php:219 include/database.item.php:196 #: include/database.item.php:197 include/database.item.php:200 #: include/database.item.php:211 include/database.item.php:216 +#: include/database.item.php:206 #, fuzzy msgid "Créer une note publique" msgstr "Een nieuwe fiche aanmaken" @@ -5702,13 +6136,22 @@ msgstr "Een nieuwe fiche aanmaken" #: include/class/follow_up.class.php:297 include/category_card.inc.php:162 #: include/class/acc_ledger.class.php:2436 include/fiche.inc.php:116 #: include/class/acc_ledger.class.php:2445 -#: include/class/acc_ledger.class.php:2476 +#: include/class/acc_ledger.class.php:2476 include/fiche.inc.php:241 +#: include/class/pre_op_ach.class.php:177 +#: include/class/pre_op_ach.class.php:184 include/class/follow_up.class.php:304 +#: include/class/pre_op_ven.class.php:173 +#: include/class/pre_op_ven.class.php:180 +#: include/class/acc_ledger.class.php:2505 +#: include/class/pre_op_advanced.class.php:177 include/bank.inc.php:125 +#: include/supplier.inc.php:130 include/contact.inc.php:131 +#: include/customer.inc.php:128 include/class/follow_up.class.php:306 msgid "Créer une nouvelle fiche" msgstr "Een nieuwe fiche aanmaken" #: html/install.php:264 html/install.php:263 html/install.php:261 #: html/install.php:266 html/install.php:272 html/install.php:223 -#: html/install.php:230 html/install.php:233 +#: html/install.php:230 html/install.php:233 html/install.php:280 +#: html/install.php:286 #, php-format msgid "Créez ce fichier %s avec les informations suivantes " msgstr "" @@ -5719,6 +6162,7 @@ msgstr "" #: include/ext/invoicing/include/acc_ledger_sold_generate.class.php:118 #: include/export/export_poste_detail_pdf.php:182 #: include/ext/invoicing/include/acc_ledger_sold_generate.class.php:119 +#: include/export/export_poste_detail_pdf.php:183 #, fuzzy msgid "D" msgstr "D / C" @@ -5737,7 +6181,7 @@ msgstr "D / C" #: include/class/anc_listing.class.php:85 #: include/class/pdf_operation.class.php:250 #: include/class/anc_listing.class.php:87 -#: include/class/pdfbalance_simple.class.php:59 +#: include/class/pdfbalance_simple.class.php:59 include/fiche.inc.php:421 msgid "D/C" msgstr "D / C" @@ -5760,6 +6204,7 @@ msgstr "Diff" #: include/class/acc_ledger_history_purchase.class.php:257 #: include/class/acc_ledger_history_purchase.class.php:258 #: include/class/acc_ledger_history_purchase.class.php:262 +#: include/class/acc_ledger_history_purchase.class.php:273 msgid "DNA" msgstr "" @@ -5777,6 +6222,7 @@ msgstr "" #: include/class/acc_ledger.class.php:2770 #: include/class/acc_ledger.class.php:2779 #: include/class/acc_ledger.class.php:2818 +#: include/class/acc_ledger.class.php:2842 #, fuzzy msgid "Dans le dépôt" msgstr "Deposito" @@ -5786,6 +6232,7 @@ msgid "Dans le journal" msgstr "In het dagboek" #: include/lib/database_core.class.php:464 +#: include/lib/database_core.class.php:467 msgid "Database:get_row retourne trop de lignes" msgstr "" @@ -6010,7 +6457,38 @@ msgstr "" #: include/class/acc_ledger_sold.class.php:1406 #: include/class/acc_ledger.class.php:617 #: include/class/acc_ledger.class.php:830 -#: include/class/acc_ledger_purchase.class.php:1832 +#: include/class/acc_ledger_purchase.class.php:1832 include/fiche.inc.php:540 +#: include/class/acc_ledger_history_sale.class.php:252 +#: include/class/acc_ledger_search.class.php:724 +#: include/class/acc_ledger_search.class.php:1046 +#: include/class/acc_ledger_history_purchase.class.php:264 +#: include/class/acc_ledger.class.php:818 +#: include/class/print_ledger_misc.class.php:42 +#: include/class/fiche.class.php:1424 include/class/fiche.class.php:1499 +#: include/class/card_attribut_mtable.class.php:52 +#: include/class/acc_ledger_purchase.class.php:1418 +#: include/class/acc_ledger_purchase.class.php:1869 +#: include/class/acc_ledger_sold.class.php:690 +#: include/class/acc_ledger_sold.class.php:1391 +#: include/class/print_ledger_simple.class.php:97 +#: include/class/contact_option_ref_mtable.class.php:45 +#: include/class/acc_account_ledger.class.php:384 +#: include/class/print_ledger_detail_item.class.php:56 +#: include/class/acc_ledger_history_generic.class.php:684 +#: include/class/acc_ledger_history_generic.class.php:771 +#: include/class/anc_grandlivre.class.php:225 +#: include/ajax/ajax_display_letter.php:68 +#: include/export/export_printtva_pdf.php:47 +#: include/export/export_ledger_csv.php:227 +#: include/export/export_histo_csv.php:41 +#: include/template/form_ledger_detail.php:25 +#: include/template/detail-action.php:102 include/lib/ac_common.php:1220 +#: include/class/acc_ledger_search.class.php:747 +#: include/class/acc_ledger_search.class.php:1069 +#: include/class/anc_grandlivre.class.php:226 +#: include/export/export_poste_detail_pdf.php:93 +#: include/template/detail-action.php:104 +#: include/template/action_search_result.php:45 #, php-format msgid "Date" msgstr "Datum" @@ -6039,11 +6517,17 @@ msgstr "Aankoopdatum" msgid "Date DMY" msgstr "Datum DMY" +#: include/class/follow_up.class.php:620 include/class/follow_up.class.php:632 +#, fuzzy +msgid "Date Doc." +msgstr "Datum" + #: include/ext/sav/include/template/sas_display_detail.php:141 #: include/ajax/ajax_display_letter.php:98 #: include/ajax/ajax_display_letter.php:103 include/class/periode.class.php:517 #: include/class/periode_ledger_table.class.php:98 #: include/class/periode.class.php:519 include/class/periode.class.php:521 +#: include/class/periode.class.php:522 include/ajax/ajax_display_letter.php:119 #, fuzzy msgid "Date Début" msgstr "Begindatum" @@ -6058,10 +6542,16 @@ msgstr "Begindatum" #: include/ajax/ajax_display_letter.php:116 include/class/periode.class.php:518 #: include/class/periode_ledger_table.class.php:99 #: include/class/periode.class.php:520 include/database.item.php:179 -#: include/class/periode.class.php:522 +#: include/class/periode.class.php:522 include/class/periode.class.php:523 +#: include/ajax/ajax_display_letter.php:134 include/database.item.php:175 msgid "Date Fin" msgstr "Einddatum" +#: include/class/follow_up.class.php:622 include/class/follow_up.class.php:635 +#, fuzzy +msgid "Date Limite" +msgstr "Uiterste datum" + #: include/ext/amortis/include/class_amortissement_table_pdf.php:54 #: include/ext/amortis/include/class_amortissement_material_pdf.php:35 #: include/ext/amortis/include/class_amortissement_table_pdf.php:42 @@ -6108,6 +6598,7 @@ msgstr "Datum van de verrichting" #: include/class/acc_ledger_purchase.class.php:270 #: include/class/acc_ledger_sold.class.php:225 #: include/class/acc_ledger_purchase.class.php:269 +#: include/class/acc_ledger_purchase.class.php:271 #, fuzzy msgid "Date de paiement invalide" msgstr "Datum van de betaling" @@ -6131,6 +6622,7 @@ msgstr "Datum van herinnering voor" #: include/database.item.php:152 include/database.item.php:151 #: include/database.item.php:144 include/database.item.php:145 #: include/database.item.php:153 include/database.item.php:156 +#: include/lettering.account.inc.php:82 include/lettering.card.inc.php:78 msgid "Date début" msgstr "Begindatum" @@ -6162,6 +6654,8 @@ msgstr "Totaal afschrijvingen" #: include/class/acc_ledger.class.php:1055 #: include/class/acc_ledger.class.php:1060 #: include/class/acc_ledger.class.php:1076 +#: include/class/acc_ledger.class.php:1072 +#: include/class/acc_ledger_purchase.class.php:106 msgid "Date et periode ne correspondent pas" msgstr "Datum en periode komen niet overeen" @@ -6169,6 +6663,7 @@ msgstr "Datum en periode komen niet overeen" #: include/lettering.gestion.inc.php:34 #: include/ext/tools/include/export_operation.inc.php:33 #: include/lettering.gestion.inc.php:33 include/lettering.account.inc.php:85 +#: include/lettering.account.inc.php:86 include/lettering.card.inc.php:84 msgid "Date fin" msgstr "Einddatum" @@ -6228,6 +6723,13 @@ msgstr "Uiterste datum" #: include/class/acc_ledger.class.php:1044 #: include/class/acc_ledger.class.php:225 #: include/class/acc_ledger.class.php:1060 +#: include/class/follow_up.class.php:1646 +#: include/class/follow_up.class.php:1648 +#: include/class/acc_ledger.class.php:224 +#: include/class/acc_ledger.class.php:1052 +#: include/class/acc_ledger_purchase.class.php:91 +#: include/class/follow_up.class.php:1678 +#: include/class/follow_up.class.php:1680 msgid "Date invalide" msgstr "Ongeldig datum" @@ -6236,6 +6738,7 @@ msgid "Date invalide " msgstr "Ongeldig datum" #: include/fiche.inc.php:278 include/fiche.inc.php:279 +#: include/fiche.inc.php:293 #, fuzzy msgid "Date invalide !" msgstr "Ongeldig datum" @@ -6246,7 +6749,7 @@ msgstr "Ongeldig datum" #: include/compta_ven.inc.php:217 include/compta_ach.inc.php:205 #: include/compta_ods.inc.php:130 include/compta_ven.inc.php:222 #: include/compta_ods.inc.php:132 include/compta_ven.inc.php:220 -#: include/compta_ach.inc.php:203 +#: include/compta_ach.inc.php:203 include/compta_ach.inc.php:202 #, fuzzy msgid "Date invalide, opération non extournée" msgstr "Handeling is niet gevonden" @@ -6255,6 +6758,8 @@ msgstr "Handeling is niet gevonden" #: include/template/detail-action.php:110 #: include/template/detail-action.php:115 #: include/template/detail-action.php:114 +#: include/template/detail-action.php:121 +#: include/template/detail-action.php:123 msgid "Date limite" msgstr "Uiterste datum" @@ -6265,6 +6770,8 @@ msgstr "Uiterste datum" #: include/ajax/ajax_display_letter.php:105 #: include/ajax/ajax_display_letter.php:96 #: include/ajax/ajax_display_letter.php:110 +#: include/ajax/ajax_display_letter.php:112 +#: include/ajax/ajax_display_letter.php:128 msgid "Date malformée" msgstr "Datum misvormd" @@ -6273,6 +6780,7 @@ msgstr "Datum misvormd" #: include/lettering.card.inc.php:76 include/lettering.gestion.inc.php:74 #: include/lettering.gestion.inc.php:73 include/lettering.account.inc.php:67 #: include/lettering.account.inc.php:80 include/lettering.account.inc.php:124 +#: include/lettering.account.inc.php:76 include/lettering.card.inc.php:71 msgid "Date malformée, désolé" msgstr "Datum misvormd, sorry" @@ -6324,6 +6832,11 @@ msgstr "Datum van de verrichting" #: include/class/acc_ledger_history_sale.class.php:263 #: include/class/acc_ledger_sold.class.php:1407 #: include/class/acc_ledger_purchase.class.php:1833 +#: include/class/acc_ledger_history_sale.class.php:273 +#: include/class/acc_ledger_history_purchase.class.php:288 +#: include/class/acc_ledger_purchase.class.php:1870 +#: include/class/acc_ledger_sold.class.php:1392 +#: include/export/export_ledger_csv.php:146 msgid "Date paiement" msgstr "Datum van de betaling" @@ -6364,12 +6877,15 @@ msgstr "Aankoopdatum" #: include/class/acc_ledger_purchase.class.php:1828 #: include/class/acc_ledger_sold.class.php:1408 #: include/class/acc_ledger_purchase.class.php:1834 +#: include/class/acc_ledger_purchase.class.php:1871 +#: include/class/acc_ledger_sold.class.php:1393 msgid "Date échéance" msgstr "Vervaldatum" #: include/class/acc_ledger_purchase.class.php:276 #: include/class/acc_ledger_sold.class.php:232 #: include/class/acc_ledger_purchase.class.php:275 +#: include/class/acc_ledger_purchase.class.php:277 #, fuzzy msgid "Date échéance invalide" msgstr "Vervaldatum" @@ -6384,7 +6900,9 @@ msgstr "Vervaldatum" #: include/ext/tools/include/anc_grandlivre_ext.class.php:126 #: include/export/export_poste_detail_pdf.php:102 #: include/ajax/ajax_display_letter.php:122 include/fiche.inc.php:576 -#: include/fiche.inc.php:585 +#: include/fiche.inc.php:585 include/fiche.inc.php:598 +#: include/ajax/ajax_display_letter.php:140 +#: include/export/export_poste_detail_pdf.php:103 msgid "Debit" msgstr "Debet" @@ -6392,6 +6910,7 @@ msgstr "Debet" #: html/ajax_misc.php:400 html/ajax_misc.php:478 #: include/ajax/ajax_display_letter.php:114 #: include/ajax/ajax_display_letter.php:119 +#: include/ajax/ajax_display_letter.php:137 msgid "Debit / Credit" msgstr "Debet / Credit" @@ -6435,6 +6954,7 @@ msgstr "" #: include/ext/bilan_interne/acc_bilaninterne.class.php:274 #: include/class/acc_bilan.class.php:70 include/class/anc_print.class.php:142 #: include/balance.inc.php:77 include/impress_jrn.inc.php:132 +#: include/class/anc_print.class.php:143 msgid "Depuis" msgstr "Vanaf" @@ -6449,11 +6969,12 @@ msgstr "Het laatste nummer gebruikt voor dit type document" #: include/template/param_jrn.php:102 include/template/param_jrn.php:99 #: include/template/param_jrn.php:106 include/template/param_jrn.php:108 -#: include/template/param_jrn.php:152 +#: include/template/param_jrn.php:152 include/template/param_jrn.php:153 msgid "Dernière pièce numérotée" msgstr "Laatst genummerd stuk" #: include/upgrade-plugin.php:105 include/upgrade-plugin.php:117 +#: include/upgrade-plugin.php:120 #, fuzzy msgid "Dernière version installée" msgstr "Laatst genummerd stuk" @@ -6467,6 +6988,7 @@ msgstr "Laatste handelingen" #: html/ajax_misc.php:196 html/ajax_misc.php:274 html/ajax_misc.php:279 #: html/ajax_misc.php:307 html/ajax_misc.php:399 html/ajax_misc.php:401 #: html/ajax_misc.php:407 html/ajax_misc.php:409 html/ajax_misc.php:413 +#: include/class/action_document_type_mtable.class.php:149 #, fuzzy msgid "Des actions dépendent de cette catégorie" msgstr "Kan dit bestand op te slaan" @@ -6648,6 +7170,33 @@ msgstr "Kan dit bestand op te slaan" #: include/class/print_ledger_simple.class.php:108 #: include/template/param_jrn.php:129 include/modele.inc.php:249 #: include/modele.inc.php:363 include/database.item.php:160 +#: include/class/acc_ledger_search.class.php:740 +#: include/class/acc_ledger_search.class.php:1049 +#: include/class/acc_ledger_search.class.php:1194 +#: include/class/operation_predef_mtable.class.php:54 +#: include/class/fiche.class.php:1425 include/class/fiche.class.php:1504 +#: include/class/anc_plan.class.php:139 include/class/anc_plan.class.php:155 +#: include/class/print_ledger_simple.class.php:105 +#: include/class/user.class.php:994 +#: include/class/acc_account_ledger.class.php:389 +#: include/export/export_histo_csv.php:47 +#: include/template/follow_up_detail_display.php:51 +#: include/template/tag_select.php:25 include/template/detail-action.php:260 +#: include/template/detail-action.php:280 +#: include/template/detail-action.php:287 +#: include/template/detail-action.php:330 +#: include/template/detail-action.php:486 +#: include/template/tag_search_select.php:24 include/template/tag_list.php:16 +#: include/template/param_jrn.php:130 +#: include/template/newEmptyPHP_NOALYSS.php:36 +#: include/template/card_multiple_result.php:20 include/lib/ac_common.php:1223 +#: include/upgrade-plugin.php:65 include/class/acc_ledger_search.class.php:763 +#: include/class/acc_ledger_search.class.php:1072 +#: include/class/acc_ledger_search.class.php:1217 +#: include/template/detail-action.php:284 +#: include/template/detail-action.php:291 +#: include/template/detail-action.php:499 include/template/tag_detail.php:26 +#: include/dossier.inc.php:231 include/dossier.inc.php:345 msgid "Description" msgstr "Beschrijving" @@ -6657,6 +7206,9 @@ msgstr "Beschrijving" #: include/class/pre_operation.class.php:63 #: include/ajax/ajax_mod_predf_op.php:43 #: include/class/pre_operation.class.php:64 +#: include/class/pre_operation.class.php:74 +#: include/ajax/ajax_mod_predf_op.php:56 +#: include/template/pre_operation_display.php:34 msgid "Description (max 50 car.)" msgstr "Beschrijving (max 50 tekens)" @@ -6669,9 +7221,20 @@ msgstr "Volledige beschrijving" #: include/class_anc_key.php:336 include/class_anc_key.php:338 #: include/class/class_anc_key.php:339 include/class/class_anc_key.php:340 #: include/class/class_anc_key.php:341 include/class/anc_key.class.php:350 +#: include/class/anc_key.class.php:351 msgid "Description de la nouvelle clef" msgstr "Beschrijving van de nieuwe sleutel" +#: include/template/action_document_type_mtable_input.php:105 +#, fuzzy +msgid "Description modifiable" +msgstr "Beschrijving" + +#: include/class/card_attribut_mtable.class.php:176 +#, fuzzy +msgid "Description ne peut pas être vide" +msgstr "De naam mag niet leeg zijn" + #: include/ext/sav/include/template/sas_display_detail.php:188 #, fuzzy msgid "Description panne" @@ -6679,7 +7242,7 @@ msgstr "Beschrijving" #: include/dossier.inc.php:76 include/dossier.inc.php:97 #: include/dossier.inc.php:103 include/dossier.inc.php:106 -#: include/dossier.inc.php:111 +#: include/dossier.inc.php:111 include/dossier.inc.php:113 msgid "" "Desole la creation de ce dossier a echoue,\n" " la cause la plus probable est deux fois le même nom de dossier" @@ -6687,6 +7250,10 @@ msgstr "" "Sorry het maken van dit dossier is mislukt, waarschijnlijk komt de naam van " "het dossier tweemaal voor" +#: include/class/follow_up.class.php:626 include/class/follow_up.class.php:643 +msgid "Dest/Exp" +msgstr "" + #: include/template/action_search.php:94 include/template/detail-action.php:65 #: include/template/action_search_result.php:53 #: include/template/detail-action.php:125 include/template/detail-action.php:40 @@ -6697,6 +7264,8 @@ msgstr "" #: include/template/action_search.php:51 #: include/template/action_display_short.php:97 #: include/template/action_search.php:47 include/template/action_show.php:39 +#: include/template/detail-action.php:41 +#: include/template/action_search_result.php:54 msgid "Destinataire" msgstr "Ontvanger" @@ -6706,7 +7275,7 @@ msgstr "Ontvanger" msgid "Destinataire invalide" msgstr "Ongeldig jaar" -#: include/database.item.php:139 +#: include/database.item.php:139 include/database.item.php:138 msgid "Devises" msgstr "" @@ -6742,6 +7311,7 @@ msgstr "Diff. cumulatie." #: include/ext/coprop/include/coprop_appel_fond.class.php:252 #: include/operation_ods_new.inc.php:86 #: include/class/acc_ledger_fin.class.php:645 +#: include/operation_ods_new.inc.php:87 msgid "Difference" msgstr "Verschil" @@ -6786,6 +7356,7 @@ msgstr "" "bedrag =%d'" #: include/compta_fin_rec.inc.php:299 include/compta_fin_rec.inc.php:300 +#: include/compta_fin_rec.inc.php:341 #, fuzzy msgid "Différence relevé" msgstr "Verschil" @@ -6824,6 +7395,7 @@ msgstr "Beschikbaar in de dagboeken" #: include/database.item.php:190 include/database.item.php:180 #: include/database.item.php:181 include/database.item.php:184 #: include/database.item.php:77 include/database.item.php:197 +#: include/database.item.php:76 msgid "Divers" msgstr "Divers" @@ -6859,7 +7431,11 @@ msgstr "Divers" #: include/class/acc_ledger_search.class.php:696 #: include/class/acc_ledger_search.class.php:709 include/compta_ven.inc.php:186 #: include/ajax/ajax_ledger.php:323 include/ajax/ajax_ledger.php:352 -#: include/compta_ach.inc.php:174 +#: include/compta_ach.inc.php:174 include/class/document.class.php:177 +#: include/class/acc_ledger_search.class.php:795 include/compta_ach.inc.php:173 +#: include/template/ledger_detail_bottom.php:44 include/database.item.php:88 +#: include/class/acc_ledger_search.class.php:818 +#: include/ajax/ajax_ledger.php:324 include/ajax/ajax_ledger.php:353 msgid "Document" msgstr "Document" @@ -6868,13 +7444,14 @@ msgstr "Document" #: include/database.item.php:192 include/database.item.php:172 #: include/database.item.php:173 include/database.item.php:176 #: include/database.item.php:184 include/database.item.php:189 +#: include/database.item.php:182 msgid "Document Interne" msgstr "Intern document" #: include/database.item.php:120 include/database.item.php:123 #: include/database.item.php:129 include/database.item.php:125 #: include/database.item.php:124 include/database.item.php:128 -#: include/database.item.php:122 +#: include/database.item.php:122 include/database.item.php:121 msgid "Document de suivi sous forme de liste" msgstr "Zending als lijst" @@ -6890,7 +7467,7 @@ msgstr "Document in PDF" msgid "Document généré" msgstr "Gegenereerd papier" -#: include/lib/message_javascript.php:43 +#: include/lib/message_javascript.php:43 include/lib/message_javascript.php:44 msgid "Document généré uniquement si le mode de paiement est utilisé" msgstr "" @@ -6908,6 +7485,7 @@ msgstr "" #: include/template/detail-action.php:377 #: include/template/detail-action.php:379 #: include/ext/invoicing/include/invoicing.inc.php:100 +#: include/template/detail-action.php:411 msgid "Document à générer" msgstr "Documenteer je Maken" @@ -6949,50 +7527,56 @@ msgstr "" #: include/class_pre_operation.php:56 include/class/class_pre_operation.php:56 #: include/class/pre_operation.class.php:56 #: include/class/pre_operation.class.php:57 +#: include/class/pre_operation.class.php:67 msgid "Donnez un nom pour sauver cette opération comme modèle" msgstr "" -#: include/lib/message_javascript.php:52 +#: include/lib/message_javascript.php:52 include/lib/message_javascript.php:53 msgid "Donnez un nombre entre 0 & 100" msgstr "" -#: include/lib/message_javascript.php:56 +#: include/lib/message_javascript.php:56 include/lib/message_javascript.php:57 msgid "" "Donnez une partie du libellé, la date, le montant ou le numéro d'opération " "pour filtrer, cela n'efface pas ce qui a déjà été sélectionné" msgstr "" -#: include/lib/message_javascript.php:54 +#: include/lib/message_javascript.php:54 include/lib/message_javascript.php:55 msgid "Donnez une partie du nom du dossier ou de la description pour filtrer" msgstr "" -#: include/lib/message_javascript.php:53 +#: include/lib/message_javascript.php:53 include/lib/message_javascript.php:54 msgid "" "Donnez une partie du nom du dossier,du nom, du prénom ou du login pour " "filtrer" msgstr "" -#: include/lib/message_javascript.php:50 +#: include/lib/message_javascript.php:50 include/lib/message_javascript.php:51 msgid "" "Donnez une partie du nom, de la description, du n° de TVA du poste " "comptable ou du quick code" msgstr "" -#: include/lib/message_javascript.php:49 +#: include/lib/message_javascript.php:49 include/lib/message_javascript.php:50 msgid "" "Donnez une partie du nom, prénom, de la description, du poste comptable, du n" "° de TVA,quick code ... " msgstr "" -#: include/lib/message_javascript.php:55 +#: include/lib/message_javascript.php:55 include/lib/message_javascript.php:56 #, fuzzy msgid "Donnez une partie du poste comptable ou du libellé pour filtrer" msgstr "Een deel van de financieel administratieve post of etiket" -#: include/lib/message_javascript.php:57 +#: include/lib/message_javascript.php:57 include/lib/message_javascript.php:58 msgid "Donnez une partie du quickcode, nom, description... pour filtrer" msgstr "" +#: include/lib/manage_table_sql.class.php:1107 +#, fuzzy +msgid "Donnée" +msgstr "Jaar" + #: include/action.common.inc.php:99 include/ajax/ajax_ledger.php:152 #: include/ajax/ajax_remove_submenu.php:29 include/ext/importbank/index.php:146 #: include/ext/importbank/include/class_import_bank.php:473 @@ -7008,11 +7592,14 @@ msgstr "" #: include/ext/importbank/include/import_bank.class.php:463 #: include/ext/importbank/include/import_bank.class.php:484 #: include/modele.inc.php:412 include/modele.inc.php:413 +#: include/class/acc_ledger_history.class.php:85 +#: include/compta_fin_rec.inc.php:152 include/compta_fin_rec.inc.php:159 #, fuzzy msgid "Donnée invalide" msgstr "Ongeldig jaar" #: include/lib/message_javascript.php:91 include/lib/message_javascript.php:93 +#: include/lib/message_javascript.php:94 msgid "Donnée manquante ou déjà supprimée" msgstr "" @@ -7030,6 +7617,12 @@ msgstr "Algemeen Opties" msgid "Données invalides" msgstr "Ongeldig jaar" +#: include/class/tax_summary.class.php:137 +#: include/class/tax_summary.class.php:154 +#, fuzzy +msgid "Données manquantes" +msgstr "Ongeldig jaar" + #: include/ac_common.php:782 include/ac_common.php:783 #: include/ac_common.php:784 include/ac_common.php:792 #: include/ac_common.php:793 include/ac_common.php:803 @@ -7038,13 +7631,14 @@ msgstr "Ongeldig jaar" #: include/lib/ac_common.php:812 include/lib/ac_common.php:823 #: include/lib/ac_common.php:824 include/lib/ac_common.php:836 #: include/lib/ac_common.php:838 include/lib/ac_common.php:854 +#: include/lib/ac_common.php:864 msgid "Données non disponibles" msgstr "Gegevens zijn niet beschikbaar" #: include/user.inc.php:124 include/restore.inc.php:219 #: include/user.inc.php:125 include/restore.inc.php:220 #: include/restore.inc.php:221 include/restore.inc.php:222 -#: include/user.inc.php:127 +#: include/user.inc.php:127 include/user.inc.php:129 #, fuzzy msgid "Dossier" msgstr "Archief" @@ -7052,6 +7646,7 @@ msgstr "Archief" #: include/dossier.inc.php:150 include/dossier.inc.php:170 #: include/dossier.inc.php:204 include/dossier.inc.php:205 #: include/dossier.inc.php:208 include/dossier.inc.php:213 +#: include/dossier.inc.php:216 #, fuzzy msgid "Dossier Management" msgstr "Map niet bestaat" @@ -7063,7 +7658,8 @@ msgstr "Map niet bestaat" #: include/dossier.inc.php:268 include/upgrade.inc.php:78 #: include/upgrade.inc.php:79 include/dossier.inc.php:271 #: include/dossier.inc.php:276 include/upgrade.inc.php:80 -#: include/class/dossier.class.php:379 +#: include/class/dossier.class.php:379 include/class/dossier.class.php:385 +#: include/dossier.inc.php:279 msgid "Dossier inexistant" msgstr "Map niet bestaat" @@ -7076,11 +7672,13 @@ msgstr "Ongeldige code" #: include/class_user.php:932 include/class_user.php:933 #: include/class/class_user.php:933 include/class/class_user.php:921 #: include/class/user.class.php:921 include/class/user.class.php:945 +#: include/class/user.class.php:948 msgid "Dossier non accessible" msgstr "Folder niet Bereikbaar" #: include/user_menu.php:111 include/lib/user_menu.php:117 #: include/lib/user_menu.php:118 include/lib/user_menu.php:75 +#: include/lib/user_menu.php:74 msgid "Dossiers" msgstr "Archief" @@ -7122,15 +7720,28 @@ msgstr "Staffing" #: include/class/acc_ledger_sold.class.php:80 #: include/class/acc_ledger.class.php:1039 #: include/class/acc_ledger.class.php:1055 +#: include/class/acc_ledger.class.php:1047 +#: include/class/acc_ledger_purchase.class.php:82 msgid "Double Encodage" msgstr "Dubbel gecodeerd" #: include/cfgfiche.inc.php:143 include/profile.inc.php:355 #: include/cfgfiche.inc.php:158 include/profile.inc.php:336 #: include/cfgfiche.inc.php:159 +#: include/class/card_attribut_mtable.class.php:169 msgid "Doublon" msgstr "" +#: include/class/action_document_type_mtable.class.php:118 +#, fuzzy +msgid "Doublon, ce nom existe déjà " +msgstr "Een journaal met deze naam bestaat al" + +#: include/class/action_document_type_mtable.class.php:125 +#, fuzzy +msgid "Doublon, ce préfixe existe déjà " +msgstr "De categorie bestaat al." + #: scenario/package_repository.test.php:71 msgid "Download core" msgstr "" @@ -7145,15 +7756,28 @@ msgstr "tot" #: include/ext/import_account/include/class_impacc_tva.php:76 #: include/ext/import_account/include/impacc_tva.class.php:64 #: include/ext/import_account/include/impacc_tva.class.php:76 +#: include/template/ledger_detail_bottom.php:354 +#: include/template/ledger_detail_bottom.php:371 #, fuzzy msgid "Duplicate" msgstr "Uitleg" +#: include/class/acc_operation.class.php:798 +#, fuzzy +msgid "Dupliquer" +msgstr "Analytisch" + +#: include/ajax/ajax_ledger.php:589 include/ajax/ajax_ledger.php:590 +#, fuzzy +msgid "Dupliquer une opération" +msgstr "Alle activiteiten" + #: include/database.item.php:132 include/database.item.php:135 #: include/database.item.php:175 include/database.item.php:179 #: include/database.item.php:178 include/database.item.php:137 #: include/database.item.php:138 include/database.item.php:139 #: include/database.item.php:144 include/database.item.php:149 +#: include/database.item.php:145 msgid "Durée Amortissement" msgstr "Afschrijvingstermijn" @@ -7246,7 +7870,19 @@ msgstr "Afschrijvingstermijn" #: include/class/pdfbalance_simple.class.php:56 #: include/class/acc_ledger_history_generic.class.php:774 #: include/class/acc_ledger.class.php:629 -#: include/class/acc_ledger.class.php:905 +#: include/class/acc_ledger.class.php:905 include/fiche.inc.php:418 +#: include/class/anc_group_operation.class.php:138 +#: include/class/acc_ledger.class.php:893 include/class/fiche.class.php:1506 +#: include/class/acc_account_ledger.class.php:391 +#: include/class/pre_op_advanced.class.php:202 +#: include/class/acc_ledger_history_generic.class.php:775 +#: include/class/anc_grandlivre.class.php:233 +#: include/export/export_balance_csv.php:79 +#: include/template/ledger_detail_bottom.php:96 +#: include/operation_ods_new.inc.php:85 +#: include/class/anc_grandlivre.class.php:234 +#: include/export/export_poste_detail_pdf.php:248 +#: include/template/ledger_detail_bottom.php:97 msgid "Débit" msgstr "debiet" @@ -7264,7 +7900,7 @@ msgstr "Debet of Credit" #: include/class/class_fiche.php:1235 include/class/class_fiche.php:1238 #: include/class/fiche.class.php:1382 include/class/fiche.class.php:1383 #: include/class/fiche.class.php:1385 include/class/fiche.class.php:1399 -#: include/class/fiche.class.php:1400 +#: include/class/fiche.class.php:1400 include/class/fiche.class.php:1427 #, fuzzy msgid "Débit/Crédit" msgstr "Debet of Credit" @@ -7274,7 +7910,8 @@ msgid "Débiteur" msgstr "schuldenaar" #: include/class/periode.class.php:649 include/class/periode.class.php:651 -#: include/class/periode.class.php:653 +#: include/class/periode.class.php:653 include/class/periode.class.php:654 +#: include/class/periode.class.php:655 msgid "Décembre" msgstr "" @@ -7317,6 +7954,7 @@ msgstr "Verbinding verbroken" #: include/database.item.php:104 include/database.item.php:107 #: include/database.item.php:101 include/database.item.php:99 +#: include/database.item.php:103 #, fuzzy msgid "Déconnexion " msgstr "Afmelden" @@ -7344,6 +7982,8 @@ msgstr "Afmelden" #: include/class/acc_ledger_sold.class.php:944 #: include/class/acc_ledger_purchase.class.php:1702 #: include/class/acc_ledger_sold.class.php:946 +#: include/class/acc_ledger_purchase.class.php:1724 +#: include/class/acc_ledger_sold.class.php:950 msgid "Déduction acompte " msgstr "Borg aftrek" @@ -7387,6 +8027,9 @@ msgstr "Scheidingsteken" #: include/class/acc_ledger_purchase.class.php:1438 #: include/class/acc_ledger_sold.class.php:719 #: include/class/acc_ledger_purchase.class.php:1441 +#: include/class/acc_ledger_purchase.class.php:1452 +#: include/class/acc_ledger_sold.class.php:722 +#: include/template/form_ledger_detail.php:75 msgid "Dénomination" msgstr "Beschrijving" @@ -7397,6 +8040,8 @@ msgid "Dépend" msgstr "Afhankelijk van" #: include/template/detail-action.php:168 +#: include/template/detail-action.php:175 +#: include/template/detail-action.php:177 #, fuzzy msgid "Dépendant" msgstr "Afhankelijk van" @@ -7421,6 +8066,7 @@ msgstr "Uitgaven" #: include/database.item.php:183 include/database.item.php:142 #: include/database.item.php:143 include/database.item.php:144 #: include/database.item.php:149 include/database.item.php:154 +#: include/database.item.php:150 msgid "Dépense charge du grant (partie privé) " msgstr "Uitgaven ten laste van de subsidie ​​(private partij)" @@ -7430,7 +8076,7 @@ msgid "Dépense charge du gérant (partie privé) " msgstr "Uitgaven ten laste van de subsidie ​​(private partij)" #: include/template/fiche_list.php:89 include/template/fiche_list.php:91 -#: include/template/fiche_list.php:93 +#: include/template/fiche_list.php:93 include/template/fiche_list.php:98 msgid "Déplacer la sélection vers" msgstr "Selectie verplaatsen naar" @@ -7447,11 +8093,12 @@ msgstr "Storting" #: include/compta_ven.inc.php:92 include/compta_ach.inc.php:86 #: include/compta_ven.inc.php:95 include/compta_ach.inc.php:88 #: include/compta_ach.inc.php:90 include/compta_ven.inc.php:97 +#: include/compta_ach.inc.php:87 msgid "Dépôt" msgstr "Deposito" #: include/ajax_get_profile.php:123 include/ajax/ajax_get_profile.php:123 -#: include/ajax/ajax_get_profile.php:129 +#: include/ajax/ajax_get_profile.php:129 include/ajax/ajax_get_profile.php:128 #, fuzzy msgid "Dépôt de stock accessible" msgstr "Folder niet Bereikbaar" @@ -7470,7 +8117,7 @@ msgstr "Deposito" #: html/admin/setup.php:75 html/admin/setup.php:78 html/admin/setup.php:129 #: html/install.php:131 html/install.php:130 html/install.php:136 -#: html/install.php:143 +#: html/install.php:143 html/install.php:156 html/install.php:160 msgid "Désactiver le changement de langue (requis pour MacOSX)" msgstr "" @@ -7478,6 +8125,7 @@ msgstr "" #: include/class/acc_ledger.class.php:2275 #: include/class/acc_ledger.class.php:2284 #: include/class/acc_ledger.class.php:2300 +#: include/class/acc_ledger.class.php:2319 msgid "Désactivé" msgstr "" @@ -7499,7 +8147,7 @@ msgstr "Sorry Geen Result van stuurprogramma" #: html/ajax_ledger.php:223 html/ajax_ledger.php:225 #: include/ajax/ajax_ledger.php:202 include/ajax/ajax_ledger.php:205 #: include/ajax/ajax_ledger.php:207 include/ajax/ajax_ledger.php:211 -#: include/ajax/ajax_ledger.php:212 +#: include/ajax/ajax_ledger.php:212 include/ajax/ajax_ledger.php:213 msgid "Désolé il y a une erreur" msgstr "Sorry er is een fout opgetreden" @@ -7527,10 +8175,17 @@ msgstr "" #: include/class/fiche.class.php:838 include/class/fiche.class.php:840 #: include/class/fiche.class.php:843 include/class/fiche.class.php:844 +#: include/class/fiche.class.php:871 msgid "Désolé, il y a trop de virgule dans le poste comptable " msgstr "" +#: include/dossier.inc.php:386 +#, fuzzy +msgid "Désolé, le code est invalide" +msgstr "een vat code ongeldig" + #: include/lib/message_javascript.php:85 include/lib/message_javascript.php:87 +#: include/lib/message_javascript.php:88 #, fuzzy msgid "Désolé, les montants pour la comptabilité analytique sont incorrects" msgstr "Cost Accounting Module" @@ -7546,6 +8201,7 @@ msgid "Désolé, vous n'avez pas coché la case" msgstr "Sorry hebt u Het niet VAK aangekruisd" #: include/lib/message_javascript.php:92 include/lib/message_javascript.php:94 +#: include/lib/message_javascript.php:95 msgid "Désolé, événement en cours de création à sauver" msgstr "" @@ -7574,6 +8230,7 @@ msgstr "" #: include/stock_inv_histo.inc.php:107 #: include/ajax/ajax_anc_detail_operation.php:44 #: include/class/pdf_operation.class.php:405 +#: include/template/action_document_type_mtable_input.php:66 msgid "Détail" msgstr "Detail" @@ -7621,6 +8278,9 @@ msgstr "Detail gekochte Artikelen" #: include/class/acc_ledger_purchase.class.php:1433 #: include/class/acc_ledger_purchase.class.php:1008 #: include/class/acc_ledger_purchase.class.php:1436 +#: include/class/pre_op_ach.class.php:263 +#: include/class/acc_ledger_purchase.class.php:1019 +#: include/class/acc_ledger_purchase.class.php:1447 msgid "Détail articles achetés" msgstr "Detail gekochte Artikelen" @@ -7647,6 +8307,9 @@ msgstr "Detail gekochte Artikelen" #: include/class/acc_ledger_sold.class.php:714 #: include/class/acc_ledger_sold.class.php:1206 #: include/class/acc_ledger_sold.class.php:1215 +#: include/class/pre_op_ven.class.php:261 +#: include/class/acc_ledger_sold.class.php:717 +#: include/class/acc_ledger_sold.class.php:1182 msgid "Détail articles vendus" msgstr "Detail VERKOCHT Artikelen" @@ -7681,7 +8344,7 @@ msgstr "Retail operatie" msgid "Détail du dossier ou tag" msgstr "Detail map of label" -#: include/ajax/ajax_tag_detail.php:16 +#: include/ajax/ajax_tag_detail.php:16 include/ajax/ajax_tag_detail.php:18 #, fuzzy msgid "Détail du dossier ou étiquette" msgstr "Detail map of label" @@ -7700,7 +8363,8 @@ msgstr "Extensie detail" #: include/ajax/ajax_add_concerned_card.php:44 include/ajax/ajax_card.php:133 #: include/ajax/ajax_card.php:375 include/export/export_fiche_detail_pdf.php:53 #: include/ajax/ajax_add_concerned_card.php:48 include/ajax/ajax_card.php:378 -#: include/ajax/ajax_card.php:379 +#: include/ajax/ajax_card.php:379 include/ajax/ajax_card.php:113 +#: include/ajax/ajax_card.php:412 include/ajax/ajax_add_concerned_card.php:56 msgid "Détail fiche" msgstr "Detail van de fiche" @@ -7709,7 +8373,8 @@ msgstr "Detail van de fiche" #: html/ajax_card.php:563 include/ajax/ajax_card.php:543 #: include/ajax/ajax_card.php:544 include/ajax/ajax_card.php:545 #: include/ajax/ajax_card.php:578 include/ajax/ajax_card.php:582 -#: include/ajax/ajax_card.php:605 +#: include/ajax/ajax_card.php:605 include/ajax/ajax_card.php:684 +#: include/ajax/ajax_card.php:683 msgid "Détail fiche (sauvée)" msgstr "Detail van de fiche (opgeslagen)" @@ -7717,6 +8382,8 @@ msgstr "Detail van de fiche (opgeslagen)" #: include/class/class_pdf_operation.php:422 #: include/class/pdf_operation.class.php:421 #: include/class/pdf_operation.class.php:422 +#: include/template/follow_up_detail_display.php:45 +#: include/template/action_document_type_mtable_input.php:73 #, fuzzy msgid "Détail opération" msgstr "Retail operatie" @@ -7738,10 +8405,13 @@ msgstr "Retail operatie" #: include/class/acc_ledger_purchase.class.php:1382 #: include/class/acc_ledger_sold.class.php:664 #: include/class/acc_ledger_purchase.class.php:1385 +#: include/class/acc_ledger_purchase.class.php:1396 +#: include/class/acc_ledger_sold.class.php:667 msgid "Détail opération " msgstr "Retail operatie" #: include/export/export_poste_detail_pdf.php:64 +#: include/export/export_poste_detail_pdf.php:65 #, fuzzy msgid "Détail poste comptable" msgstr "de begrotingspost" @@ -7796,6 +8466,12 @@ msgstr "" #: include/class/acc_ledger_purchase.class.php:1410 #: include/class/acc_ledger_search.class.php:629 #: include/class/acc_ledger_search.class.php:642 +#: include/class/acc_ledger_search.class.php:728 +#: include/class/acc_ledger_purchase.class.php:1421 +#: include/class/acc_ledger_sold.class.php:693 +#: include/export/export_histo_csv.php:42 +#: include/template/form_ledger_detail.php:33 +#: include/class/acc_ledger_search.class.php:751 msgid "Echeance" msgstr "Termijn" @@ -7823,6 +8499,7 @@ msgstr "Termijn" #: include/class/acc_ledger_purchase.class.php:1776 #: include/class/acc_ledger_sold.class.php:1035 #: include/class/acc_ledger_purchase.class.php:1782 +#: include/class/acc_ledger_purchase.class.php:1806 msgid "Echeance dépassée" msgstr "termijn wordt overschreden" @@ -7833,6 +8510,7 @@ msgid "Echec" msgstr "Termijn" #: include/lib/message_javascript.php:79 include/lib/message_javascript.php:81 +#: include/lib/message_javascript.php:82 #, fuzzy msgid "Echec " msgstr "Termijn" @@ -7845,12 +8523,14 @@ msgid "Echec Ajout detail " msgstr "" #: include/class/pre_operation.class.php:149 +#: include/class/pre_operation.class.php:550 #, php-format msgid "Echec PreOperatoin chargement %s" msgstr "" #: include/dossier.inc.php:195 include/dossier.inc.php:196 #: include/dossier.inc.php:199 include/dossier.inc.php:204 +#: include/dossier.inc.php:206 #, fuzzy msgid "Echec création " msgstr "Aanmaken" @@ -7877,6 +8557,7 @@ msgid "Echec de la restauration " msgstr "" #: include/lib/message_javascript.php:80 include/lib/message_javascript.php:82 +#: include/lib/message_javascript.php:83 msgid "Echec donnée manquante ou incorrecte" msgstr "" @@ -7909,11 +8590,14 @@ msgstr "Bijwerken" #: include/class/acc_bilan.class.php:373 include/class/acc_bilan.class.php:394 #: include/class/acc_bilan.class.php:299 include/class/acc_bilan.class.php:311 #: include/class/acc_bilan.class.php:375 include/class/acc_bilan.class.php:396 +#: include/class/acc_bilan.class.php:300 include/class/acc_bilan.class.php:312 +#: include/class/acc_bilan.class.php:376 include/class/acc_bilan.class.php:397 #, fuzzy msgid "Echec ouverture fichier " msgstr "fout bij het openen van het bestand" #: include/lib/message_javascript.php:84 include/lib/message_javascript.php:86 +#: include/lib/message_javascript.php:87 #, fuzzy msgid "Echec réponse" msgstr "Aanmaken" @@ -7931,6 +8615,7 @@ msgstr "Aanmaken" #: include/class/pdf_operation.class.php:70 #: include/class/acc_ledger_sold.class.php:1081 #: include/class/acc_ledger_sold.class.php:1090 +#: include/class/acc_ledger_sold.class.php:1057 msgid "Echéance" msgstr "Termijn" @@ -7949,11 +8634,14 @@ msgstr "Termijn" #: include/export/export_security_pdf.php:147 #: include/class/profile_menu.class.php:247 #: include/class/profile_menu.class.php:272 +#: include/class/profile_menu.class.php:248 +#: include/class/profile_menu.class.php:273 msgid "Ecriture" msgstr "Schrift" #: include/template/ledger_detail_bottom.php:31 #: include/template/ledger_detail_bottom.php:36 +#: include/template/ledger_detail_bottom.php:41 #, fuzzy msgid "Ecriture Comptable" msgstr "Boekhoudend schrijven" @@ -7961,6 +8649,7 @@ msgstr "Boekhoudend schrijven" #: include/database.item.php:86 include/database.item.php:89 #: include/database.item.php:94 include/database.item.php:91 #: include/database.item.php:90 include/database.item.php:88 +#: include/database.item.php:87 msgid "Ecriture Ouverture" msgstr "Opening Schrift" @@ -7975,6 +8664,7 @@ msgstr "Boekhoudend schrijven" #: include/database.item.php:86 include/database.item.php:89 #: include/database.item.php:94 include/database.item.php:91 #: include/database.item.php:90 include/database.item.php:88 +#: include/database.item.php:87 msgid "Ecriture d'ouverture" msgstr "Opening Schrift" @@ -7985,14 +8675,21 @@ msgstr "Opening Schrift" #: include/database.item.php:91 include/database.item.php:94 #: include/database.item.php:88 include/database.item.php:86 +#: include/database.item.php:87 msgid "" "Ecriture d'ouverture ou écriture à nouveau, reporte les soldes des comptes " "de l'année passé du poste comptable 0xxx à 5xxxx sur l'année courante" msgstr "" +#: include/class/profile_menu.class.php:247 +#, fuzzy +msgid "Ecriture et suppression" +msgstr "Opening Schrift" + #: html/admin/setup.php:199 html/admin/setup.php:217 html/admin/setup.php:219 #: html/install.php:225 html/install.php:223 html/install.php:231 -#: html/install.php:182 html/install.php:189 +#: html/install.php:182 html/install.php:189 html/install.php:205 +#: html/install.php:209 #, fuzzy msgid "Ecriture non possible" msgstr "Boekhoudend schrijven" @@ -8023,7 +8720,7 @@ msgstr "Boekingen" #: include/ajax/ajax_admin.php:276 include/cfgledger.inc.php:136 #: include/ajax/ajax_admin.php:254 include/ajax/ajax_admin.php:280 #: include/ajax/ajax_card.php:171 include/cfgledger.inc.php:139 -#: include/ajax/ajax_card.php:172 +#: include/ajax/ajax_card.php:172 include/ajax/ajax_card.php:175 msgid "Efface" msgstr "Wissen" @@ -8035,7 +8732,7 @@ msgstr "Dit profiel verwijderen" #: include/action.common.inc.php:208 include/action.common.inc.php:213 #: include/action.common.inc.php:215 include/action.common.inc.php:216 -#: include/action.common.inc.php:222 +#: include/action.common.inc.php:222 include/action.common.inc.php:243 #, fuzzy msgid "Efface cet événement " msgstr "Voeg dit element toe" @@ -8044,11 +8741,21 @@ msgstr "Voeg dit element toe" msgid "Efface cette action" msgstr "This Actie Wissen" +#: include/class/anc_operation.class.php:658 +#, fuzzy +msgid "Efface détail" +msgstr "Details verbergen" + #: include/report.inc.php:134 include/report.inc.php:120 #: include/report.inc.php:119 msgid "Effacement" msgstr "Erasure" +#: include/class/card_attribut_mtable.class.php:196 +#, fuzzy +msgid "Effacement bloqué : attribut utilisé" +msgstr "Erasure" + #: include/modele.inc.php:342 include/modele.inc.php:356 #: include/modele.inc.php:398 include/modele.inc.php:381 #: include/modele.inc.php:382 include/modele.inc.php:387 @@ -8062,7 +8769,8 @@ msgid "Effacement déclaration" msgstr "Deze verklaring verwijderen" #: include/class/periode.class.php:673 include/class/periode.class.php:675 -#: include/class/periode.class.php:677 +#: include/class/periode.class.php:677 include/class/periode.class.php:678 +#: include/class/periode.class.php:679 #, fuzzy msgid "Effacement impossible" msgstr "Export is onmogelijk" @@ -8071,7 +8779,15 @@ msgstr "Export is onmogelijk" msgid "Effacement impossible : catégorie utilisée" msgstr "" +#: include/class/anc_account_table.class.php:120 +#, fuzzy +msgid "Effacement impossible : le poste est utilisé dans une période fermée" +msgstr "" +"Aanpassingen onmogelijk: we kunnen de datum in een gesloten periode niet " +"veranderen" + #: include/class/tva_rate_mtable.class.php:267 +#: include/class/tva_rate_mtable.class.php:284 #, fuzzy msgid "Effacement interdit : TVA utilisée" msgstr "Erasure" @@ -8079,7 +8795,7 @@ msgstr "Erasure" #: html/ajax_ledger.php:186 html/ajax_ledger.php:187 #: include/ajax/ajax_ledger.php:164 include/ajax/ajax_ledger.php:167 #: include/ajax/ajax_ledger.php:168 include/ajax/ajax_ledger.php:172 -#: include/ajax/ajax_ledger.php:173 +#: include/ajax/ajax_ledger.php:173 include/ajax/ajax_ledger.php:174 #, fuzzy msgid "Effacement refusé" msgstr "Erasure" @@ -8162,6 +8878,12 @@ msgstr "Erasure" #: include/lib/manage_table_sql.class.php:768 #: include/template/ledger_detail_bottom.php:325 include/modele.inc.php:317 #: include/class/periode.class.php:598 include/class/periode.class.php:603 +#: include/class/document_type.class.php:84 include/class/periode.class.php:604 +#: include/template/ledger_detail_bottom.php:344 +#: include/lib/manage_table_sql.class.php:820 include/user_detail.inc.php:203 +#: include/class/periode.class.php:600 include/class/periode.class.php:605 +#: include/template/ledger_detail_bottom.php:361 include/dossier.inc.php:284 +#: include/dossier.inc.php:293 msgid "Effacer" msgstr "Wissen" @@ -8176,6 +8898,7 @@ msgstr "Wissen" #: include/compta_ven.inc.php:330 include/compta_ven.inc.php:333 #: include/compta_ach.inc.php:299 include/compta_ven.inc.php:341 #: include/compta_ven.inc.php:339 include/compta_ach.inc.php:297 +#: include/compta_ven.inc.php:331 include/compta_ach.inc.php:298 msgid "Effacer " msgstr "Wissen" @@ -8205,7 +8928,7 @@ msgid "Effacer la sélection" msgstr "De selectie verwijderen" #: include/template/fiche_list.php:87 include/template/fiche_list.php:89 -#: include/template/fiche_list.php:91 +#: include/template/fiche_list.php:91 include/template/fiche_list.php:96 msgid "Effacer la sélection " msgstr "De selectie verwijderen" @@ -8217,6 +8940,7 @@ msgstr "De geselecteerde documenten verwijderen" #: include/database.item.php:213 include/database.item.php:190 #: include/database.item.php:191 include/database.item.php:194 #: include/database.item.php:205 include/database.item.php:210 +#: include/database.item.php:200 msgid "Effacer les documents du suivi" msgstr "Duidelijke documentatie van de monitoring" @@ -8224,6 +8948,8 @@ msgstr "Duidelijke documentatie van de monitoring" #: include/class/acc_ledger_search.class.php:1072 #: include/class/acc_ledger_search.class.php:1080 #: include/class/acc_ledger_search.class.php:1093 +#: include/class/acc_ledger_search.class.php:1182 +#: include/class/acc_ledger_search.class.php:1205 #, fuzzy msgid "Effacer sel" msgstr "Wissen" @@ -8231,6 +8957,7 @@ msgstr "Wissen" #: include/database.item.php:220 include/database.item.php:197 #: include/database.item.php:198 include/database.item.php:201 #: include/database.item.php:212 include/database.item.php:217 +#: include/database.item.php:207 #, fuzzy msgid "Effacer une note publique" msgstr "Zei blad Wissen" @@ -8238,6 +8965,7 @@ msgstr "Zei blad Wissen" #: include/database.item.php:217 include/database.item.php:194 #: include/database.item.php:195 include/database.item.php:198 #: include/database.item.php:209 include/database.item.php:214 +#: include/database.item.php:204 #, fuzzy msgid "Effacer une opération " msgstr "Alle activiteiten" @@ -8250,6 +8978,7 @@ msgstr "Alle activiteiten" #: include/lib/manage_table_sql.class.php:1095 #: include/lib/manage_table_sql.class.php:1092 #: include/lib/manage_table_sql.class.php:1136 +#: include/lib/manage_table_sql.class.php:1192 msgid "Effacé" msgstr "Verwijderen" @@ -8268,7 +8997,8 @@ msgstr "Elementen" #: include/database.item.php:180 include/database.item.php:183 #: include/user.inc.php:84 include/database.item.php:191 #: include/ajax/ajax_preference.php:74 include/ajax/ajax_preference.php:85 -#: include/database.item.php:196 +#: include/database.item.php:196 include/database.item.php:189 +#: include/user.inc.php:86 msgid "Email" msgstr "E-mail" @@ -8323,6 +9053,7 @@ msgid "En une opération" msgstr "Alle activiteiten" #: include/lib/message_javascript.php:67 include/lib/message_javascript.php:69 +#: include/lib/message_javascript.php:70 msgid "" "En utilisant les dates d échéance ou de paiement, seuls les journaux de type " "ACH et VEN seront utilisés ,vous excluez d office les autres journaux" @@ -8336,7 +9067,7 @@ msgstr "" #: html/admin/setup.php:80 html/admin/setup.php:83 html/admin/setup.php:134 #: html/install.php:136 html/install.php:135 html/install.php:141 -#: html/install.php:148 +#: html/install.php:148 html/install.php:161 html/install.php:165 msgid "" "En version mono dossier, le nom de la base de données doit être mentionné" msgstr "" @@ -8354,6 +9085,7 @@ msgstr "" #: include/class/class_pre_op_ven.php:193 #: include/class/class_pre_op_ven.php:201 #: include/class/pre_op_ven.class.php:201 +#: include/class/pre_op_ven.class.php:196 msgid "En-tête facture client" msgstr "Hoofding" @@ -8362,6 +9094,7 @@ msgstr "Hoofding" #: include/class/class_pre_op_ach.php:196 #: include/class/class_pre_op_ach.php:197 #: include/class/pre_op_ach.class.php:197 +#: include/class/pre_op_ach.class.php:200 msgid "En-tête facture fournisseur" msgstr "Hoefdbrief Leverancier" @@ -8387,6 +9120,7 @@ msgstr "" #: include/database.item.php:14 include/database.item.php:17 #: include/database.item.php:11 include/database.item.php:9 +#: include/database.item.php:10 msgid "Encodage de tous vos revenus ou vente" msgstr "" @@ -8410,6 +9144,7 @@ msgstr "Factuur versturen" #: include/ajax_admin.php:57 include/user_detail.inc.php:226 #: include/ajax/ajax_admin.php:57 include/user_detail.inc.php:235 #: include/ajax/ajax_admin.php:54 include/ajax/ajax_admin.php:62 +#: include/user_detail.inc.php:273 #, fuzzy msgid "Enleve" msgstr "verwijderen" @@ -8437,6 +9172,7 @@ msgstr "Verwijder alle tags geselecteerde documenten" #: include/database.item.php:216 include/database.item.php:193 #: include/database.item.php:194 include/database.item.php:197 #: include/database.item.php:208 include/database.item.php:213 +#: include/database.item.php:203 #, fuzzy msgid "Enlever une pièce justificative" msgstr "Voeg een kasstuk toe" @@ -8459,10 +9195,12 @@ msgstr "OPSLAAN" #: include/compta_ach.inc.php:167 include/compta_ven.inc.php:122 #: include/ext/tva/ajax.php:111 include/compta_ven.inc.php:120 #: include/compta_ach.inc.php:112 include/compta_ach.inc.php:165 +#: include/compta_ach.inc.php:111 include/compta_ach.inc.php:164 msgid "Enregistrement" msgstr "Opgeslagen" #: include/class/payment_method_mtable.class.php:39 +#: include/class/payment_method_mtable.class.php:40 #, fuzzy msgid "Enregistrement dans" msgstr "Opgeslagen" @@ -8485,6 +9223,8 @@ msgstr "Opgeslagen" #: include/action.common.inc.php:191 include/action.common.inc.php:325 #: include/compta_ach.inc.php:298 include/compta_ven.inc.php:340 #: include/compta_ven.inc.php:338 include/compta_ach.inc.php:296 +#: include/compta_ven.inc.php:330 include/compta_ach.inc.php:297 +#: include/action.common.inc.php:205 include/action.common.inc.php:361 msgid "Enregistrer" msgstr "OPSLAAN" @@ -8502,7 +9242,7 @@ msgstr "wordt niet in this journaal" #: include/class_anc_print.php:130 include/class_anc_print.php:177 #: include/class_anc_print.php:179 include/class/class_anc_print.php:179 #: include/class/class_anc_print.php:181 include/class/anc_print.class.php:175 -#: include/class/anc_print.class.php:181 +#: include/class/anc_print.class.php:181 include/class/anc_print.class.php:182 msgid "Entre l'activité " msgstr "Tussen de activiteit" @@ -8525,13 +9265,14 @@ msgstr "Voer de datum van de verklaring" #: html/admin/setup.php:208 html/admin/setup.php:226 html/admin/setup.php:228 #: html/install.php:290 html/install.php:289 html/install.php:287 #: html/install.php:293 html/install.php:299 html/install.php:250 -#: html/install.php:257 html/install.php:260 +#: html/install.php:257 html/install.php:260 html/install.php:308 +#: html/install.php:314 msgid "Entrez les informations nécessaires à noalyss" msgstr "" #: include/ext/rapport_avance/include/template/parameter_send_mail_input.php:23 #: include/ext/rapport_avance/include/template/parameter_send_mail_input.php:27 -#: scenario/HtmlInput.test.php:89 +#: scenario/HtmlInput.test.php:89 scenario/HtmlInput.test.php:106 msgid "Envoi" msgstr "Verzending" @@ -8608,7 +9349,8 @@ msgstr "E-mail verzonden door" #: include/ext/importbank/include/import_bank.class.php:140 #: include/lib/ac_common.php:343 include/action.common.inc.php:144 #: include/action.common.inc.php:295 include/lib/ac_common.php:345 -#: include/lib/ac_common.php:361 +#: include/lib/ac_common.php:361 include/action.common.inc.php:146 +#: include/action.common.inc.php:324 include/lib/ac_common.php:371 msgid "Erreur" msgstr "Fout" @@ -8629,6 +9371,8 @@ msgstr "Foute balans" #: include/class_noalyss_sql.php:316 include/lib/class_noalyss_sql.php:316 #: include/lib/data_sql.class.php:286 include/lib/noalyss_sql.class.php:391 #: include/lib/data_sql.class.php:248 include/lib/database_core.class.php:168 +#: include/lib/database_core.class.php:170 +#: include/lib/noalyss_sql.class.php:379 include/lib/data_sql.class.php:278 msgid "Erreur : exec_sql attend un array" msgstr "" @@ -8666,6 +9410,11 @@ msgstr "Afmelden" msgid "Erreur D/C" msgstr "Fout" +#: include/class/noalyss_parameter_folder.class.php:73 +#, fuzzy, php-format +msgid "Erreur Filtre analytique %s" +msgstr "Grote analytische boek" + #: include/ext/import_account/include/class_sql_impacc.php:36 #: include/ext/import_account/include/class_sql_impacc.php:47 #: include/class_acc_account.php:66 include/class_acc_account.php:77 @@ -8699,13 +9448,14 @@ msgid "Erreur exercice invalide" msgstr "Ongeldig datum" #: include/class/payment_method_mtable.class.php:140 +#: include/class/payment_method_mtable.class.php:145 #, fuzzy, php-format msgid "Erreur key %s value %s" msgstr "Ongeldig datum" #: html/do.php:196 html/do.php:224 html/do.php:237 html/do.php:239 #: html/do.php:236 html/do.php:273 html/do.php:285 html/do.php:295 -#: html/do.php:264 +#: html/do.php:264 html/do.php:266 #, fuzzy msgid "Erreur menu" msgstr "Fout" @@ -8736,16 +9486,23 @@ msgid "Erreur paramètre" msgstr "Module instellen" #: include/ajax/ajax_card.php:356 include/ajax/ajax_card.php:359 -#: include/ajax/ajax_card.php:360 +#: include/ajax/ajax_card.php:360 include/ajax/ajax_card.php:393 #, fuzzy msgid "Erreur sauvegarde" msgstr "laatste back-up" +#: include/param_sec.inc.php:120 +#, fuzzy +msgid "Erreur sécurité" +msgstr "Veiligheid" + #: html/install.php:636 html/install.php:643 html/install.php:646 +#: html/install.php:699 html/install.php:705 msgid "Essai effacement install.php et se connecter à NOALYSS" msgstr "" #: html/test_class.php:214 dev/test/test_class.php:210 +#: dev-2/test/test_class.php:210 msgid "Essayer de vous y amuser" msgstr "" @@ -8774,10 +9531,12 @@ msgid "Et uniquement non payées" msgstr "In Actie Alleen niet betalend" #: include/template/ledger_search.php:56 include/template/ledger_search.php:59 +#: include/template/ledger_search.php:63 msgid "Et utilisant la fiche (quick code)" msgstr "Puts van blad (quick-code)" #: include/template/ledger_search.php:64 include/template/ledger_search.php:67 +#: include/template/ledger_search.php:71 msgid "Et utilisant le poste comptable" msgstr "Puts van rekening" @@ -8819,6 +9578,7 @@ msgid "Etape 2 : période" msgstr "Indruk" #: include/impress_bilan.inc.php:82 include/impress_bilan.inc.php:89 +#: include/impress_bilan.inc.php:93 #, fuzzy msgid "Etape 2 :Impression" msgstr "Indruk" @@ -8844,24 +9604,29 @@ msgstr "" #: include/ext/sav/include/template/sas_display_detail.php:145 #: include/template/detail-action.php:124 #: include/template/detail-action.php:123 include/template/action_search.php:60 -#: include/template/action_search.php:56 +#: include/template/action_search.php:56 include/class/follow_up.class.php:628 +#: include/template/detail-action.php:130 include/template/ledger_search.php:83 +#: include/class/follow_up.class.php:647 include/template/detail-action.php:132 msgid "Etat" msgstr "Toestand" #: include/database.item.php:110 include/database.item.php:113 #: include/database.item.php:119 include/database.item.php:116 #: include/database.item.php:115 include/database.item.php:111 +#: include/database.item.php:112 msgid "Etat des documents" msgstr "Documenten staat" #: include/database.item.php:91 include/database.item.php:94 #: include/database.item.php:99 include/database.item.php:96 #: include/database.item.php:95 include/database.item.php:93 +#: include/database.item.php:92 msgid "Etat des stock" msgstr "Toestand van het bestand" #: include/database.item.php:96 include/database.item.php:99 #: include/database.item.php:93 include/database.item.php:91 +#: include/database.item.php:92 msgid "Etat des stock de l'exercice indiqué" msgstr "" @@ -8883,18 +9648,35 @@ msgstr "Bent u DAT u verwelkingsziekte Zeker Wissen" #: include/template/action_search.php:67 include/template/tag_choose.php:5 #: include/template/action_search.php:81 include/template/action_search.php:115 #: include/template/action_search.php:129 include/class/tag.class.php:85 +#: include/class/follow_up.class.php:623 include/class/tag.class.php:90 +#: include/template/action_search.php:130 include/cfgtags.inc.php:38 +#: include/class/follow_up.class.php:639 include/class/tag_action.class.php:54 +#: include/class/tag_operation.class.php:192 +#: include/ajax/ajax_tag_detail.php:19 +#: include/template/ledger_detail_bottom.php:47 msgid "Etiquette" msgstr "Etiquette" #: include/template/tag_detail.php:15 include/template/tag_detail.php:21 +#: include/template/tag_detail.php:23 msgid "Etiquette (tag)" msgstr "Label (tag)" +#: include/template/tag_detail.php:50 +#, fuzzy +msgid "Etiquette actif" +msgstr "Label (tag)" + #: include/template/tag_detail.php:27 #, fuzzy msgid "Etiquette(tag) actif" msgstr "Label (tag)" +#: include/template/tag_search_select.php:12 +#, fuzzy +msgid "Etiquettes" +msgstr "Etiquette" + #: include/action.common.inc.php:273 include/action.common.inc.php:277 #: include/action.common.inc.php:278 include/action.common.inc.php:282 #: include/action.common.inc.php:280 include/action.common.inc.php:284 @@ -8909,6 +9691,10 @@ msgstr "" msgid "Exclure Etat" msgstr "Uitsluiten State" +#: include/template/tag_detail.php:38 +msgid "Exemple" +msgstr "" + #: include/ext/tools/index.php:43 include/bank.inc.php:73 #: include/template/stock_state_search.php:35 include/impress_bilan.inc.php:49 #: include/impress_jrn.inc.php:84 include/impress_rapport.inc.php:182 @@ -8921,6 +9707,7 @@ msgstr "Uitsluiten State" #: include/class/periode_ledger_table.class.php:100 #: include/template/stock_inv.php:126 include/ajax/ajax_preference.php:142 #: include/class/periode.class.php:521 include/class/periode.class.php:523 +#: include/impress_bilan.inc.php:52 include/class/periode.class.php:524 msgid "Exercice" msgstr "Oefening" @@ -8930,26 +9717,44 @@ msgid "Exercice comptable d'achat" msgstr "Boekhoudkundig aankoopjaar" #: include/class/periode.class.php:424 include/class/periode.class.php:426 -#: include/class/periode.class.php:428 +#: include/class/periode.class.php:428 include/class/periode.class.php:429 #, php-format msgid "Exercice doit être entre %s et %s " msgstr "" #: include/template/periode_add_exercice.php:82 +#: include/template/periode_add_exercice.php:91 #, fuzzy msgid "Exercice invalide" msgstr "Ongeldig datum" #: include/class/periode.class.php:421 include/class/periode.class.php:423 -#: include/class/periode.class.php:425 +#: include/class/periode.class.php:425 include/class/periode.class.php:426 #, fuzzy msgid "Exercice n'est pas un nombre" msgstr "tarief is geen getal" +#: include/class/tax_summary.class.php:232 +#: include/class/tax_summary.class.php:306 +#, fuzzy +msgid "Exig TVA invalide" +msgstr "Ongeldige code" + +#: include/class/tva_rate_mtable.class.php:60 +#, fuzzy +msgid "Exigible achat" +msgstr "Historische aankoop" + +#: include/class/tva_rate_mtable.class.php:67 +#, fuzzy +msgid "Exigible vente" +msgstr "Historische omzet" + #: html/ajax_misc.php:197 html/ajax_misc.php:216 html/ajax_misc.php:230 #: html/ajax_misc.php:236 html/ajax_misc.php:314 html/ajax_misc.php:319 #: html/ajax_misc.php:347 html/ajax_misc.php:459 html/ajax_misc.php:461 #: html/ajax_misc.php:467 html/ajax_misc.php:469 html/ajax_misc.php:473 +#: html/ajax_misc.php:438 html/ajax_misc.php:446 msgid "Explication" msgstr "Uitleg" @@ -8958,7 +9763,7 @@ msgstr "Uitleg" msgid "Export" msgstr "Export" -#: include/database.item.php:140 +#: include/database.item.php:140 include/database.item.php:139 #, fuzzy msgid "Export ANC" msgstr "Export CSV" @@ -8966,12 +9771,13 @@ msgstr "Export CSV" #: include/database.item.php:46 include/database.item.php:49 #: include/database.item.php:53 include/database.item.php:52 #: include/database.item.php:55 include/database.item.php:48 +#: include/database.item.php:47 msgid "Export Action Gestion" msgstr "Export Management Actie" #: include/database.item.php:144 include/database.item.php:143 #: include/database.item.php:6 include/database.item.php:135 -#: include/database.item.php:133 +#: include/database.item.php:133 include/database.item.php:134 #, fuzzy msgid "Export Balance agée" msgstr "Export Accounting Balance" @@ -8987,12 +9793,14 @@ msgstr "Export Accounting Balance" #: include/database.item.php:42 include/database.item.php:45 #: include/database.item.php:49 include/database.item.php:48 #: include/database.item.php:51 include/database.item.php:44 +#: include/database.item.php:43 msgid "Export Balance groupe analytique" msgstr "Export Analytische balans groep" #: include/database.item.php:43 include/database.item.php:46 #: include/database.item.php:50 include/database.item.php:49 #: include/database.item.php:52 include/database.item.php:45 +#: include/database.item.php:44 msgid "Export Bilan" msgstr "Balans export" @@ -9022,6 +9830,13 @@ msgstr "Balans export" #: include/fiche.inc.php:242 include/fiche.inc.php:302 #: include/fiche.inc.php:340 include/class/fiche.class.php:1620 #: include/class/fiche.class.php:2215 include/class/tax_summary.class.php:334 +#: include/fiche.inc.php:252 include/fiche.inc.php:312 +#: include/fiche.inc.php:350 include/class/tax_summary.class.php:437 +#: include/class/fiche.class.php:1646 include/class/fiche.class.php:2242 +#: include/class/acc_account_ledger.class.php:727 +#: include/template/detail-action.php:88 +#: include/ajax/ajax_action_concerned_list.php:49 +#: include/template/detail-action.php:90 msgid "Export CSV" msgstr "Export CSV" @@ -9030,6 +9845,7 @@ msgstr "Export CSV" #: include/database.item.php:40 include/database.item.php:42 #: include/database.item.php:39 include/database.item.php:41 #: include/database.item.php:44 include/database.item.php:37 +#: include/database.item.php:34 msgid "Export Comptabilité analytique" msgstr "Export Cost Accounting" @@ -9044,6 +9860,7 @@ msgstr "Export Cost Accounting dual balans" #: include/database.item.php:34 include/database.item.php:37 #: include/database.item.php:41 include/database.item.php:40 #: include/database.item.php:43 include/database.item.php:36 +#: include/database.item.php:35 msgid "Export Comptabilité analytique balance simple" msgstr "Export Cost Accounting louter balans" @@ -9082,18 +9899,21 @@ msgstr "Export Ledger" #: include/database.item.php:17 include/database.item.php:20 #: include/database.item.php:24 include/database.item.php:23 #: include/database.item.php:26 include/database.item.php:19 +#: include/database.item.php:18 msgid "Export Historique" msgstr "Export Geschiedenis" #: include/database.item.php:41 include/database.item.php:44 #: include/database.item.php:48 include/database.item.php:47 #: include/database.item.php:50 include/database.item.php:43 +#: include/database.item.php:42 msgid "Export Historique Compt. Analytique" msgstr "Export Geschiedenis Compt. Analytisch" #: include/database.item.php:47 include/database.item.php:50 #: include/database.item.php:54 include/database.item.php:53 #: include/database.item.php:56 include/database.item.php:49 +#: include/database.item.php:48 msgid "Export Historique mouvement stock" msgstr "Export Achtergrond stock beweging" @@ -9122,6 +9942,11 @@ msgstr "Export Kranten" #: include/class/fiche.class.php:2213 include/class/fiche.class.php:1604 #: include/class/fiche.class.php:2236 include/class/fiche.class.php:1605 #: include/class/fiche.class.php:2237 include/class/tax_summary.class.php:350 +#: include/class/tax_summary.class.php:453 include/class/fiche.class.php:1631 +#: include/class/fiche.class.php:2264 +#: include/class/acc_account_ledger.class.php:749 +#: include/template/ledger_detail_bottom.php:359 +#: include/template/ledger_detail_bottom.php:376 msgid "Export PDF" msgstr "PDF exporteren" @@ -9134,6 +9959,7 @@ msgid "Export Poste détail" msgstr "Export Item Detail" #: include/database.item.php:142 include/database.item.php:143 +#: include/database.item.php:141 #, fuzzy msgid "Export Résumé TVA" msgstr "Samenvatting Export lijst voorraad" @@ -9141,18 +9967,21 @@ msgstr "Samenvatting Export lijst voorraad" #: include/database.item.php:48 include/database.item.php:51 #: include/database.item.php:55 include/database.item.php:54 #: include/database.item.php:57 include/database.item.php:50 +#: include/database.item.php:49 msgid "Export Résumé list stock" msgstr "Samenvatting Export lijst voorraad" #: include/database.item.php:32 include/database.item.php:35 #: include/database.item.php:39 include/database.item.php:38 #: include/database.item.php:41 include/database.item.php:34 +#: include/database.item.php:33 msgid "Export Sécurité" msgstr "Export Beveiliging" #: include/database.item.php:40 include/database.item.php:43 #: include/database.item.php:47 include/database.item.php:46 #: include/database.item.php:49 include/database.item.php:42 +#: include/database.item.php:41 msgid "Export Tableau Analytique" msgstr "Exporteer tabel Analytische" @@ -9167,26 +9996,36 @@ msgstr "Exporteer tabel Analytische" #: include/class/anc_grandlivre.class.php:169 #: include/class/anc_grandlivre.class.php:162 #: include/class/anc_grandlivre.class.php:170 +#: include/class/anc_grandlivre.class.php:174 +#: include/class/anc_grandlivre.class.php:182 +#: include/class/anc_grandlivre.class.php:175 +#: include/class/anc_grandlivre.class.php:183 msgid "Export des pièces en PDF" msgstr "De documenten in PDF exporteren" #: include/database.item.php:45 include/database.item.php:48 #: include/database.item.php:52 include/database.item.php:51 #: include/database.item.php:54 include/database.item.php:47 +#: include/database.item.php:46 msgid "Export définition d'un raport" msgstr "Export definitie van Openingstijden" -#: include/class/anc_table.class.php:233 +#: include/class/anc_table.class.php:233 include/fiche.inc.php:285 #, fuzzy msgid "Export en CSV" msgstr "Export CSV" -#: html/export.php:53 +#: include/fiche.inc.php:272 +#, fuzzy +msgid "Export en PDF" +msgstr "PDF exporteren" + +#: html/export.php:53 html/export.php:54 msgid "Export impossible" msgstr "Export is onmogelijk" #: include/database.item.php:8 include/database.item.php:137 -#: include/database.item.php:135 +#: include/database.item.php:135 include/database.item.php:136 #, fuzzy msgid "Export le document" msgstr "Documenten staat" @@ -9194,20 +10033,21 @@ msgstr "Documenten staat" #: include/database.item.php:124 include/database.item.php:127 #: include/database.item.php:133 include/database.item.php:129 #: include/database.item.php:128 include/database.item.php:132 -#: include/database.item.php:126 +#: include/database.item.php:126 include/database.item.php:125 msgid "Export opérations rapprochées" msgstr "Export dicht operaties" #: include/database.item.php:124 include/database.item.php:127 #: include/database.item.php:133 include/database.item.php:129 #: include/database.item.php:128 include/database.item.php:132 -#: include/database.item.php:126 +#: include/database.item.php:126 include/database.item.php:125 msgid "Export opérations rapprochées en CSV" msgstr "Export CSV dicht operaties" #: include/database.item.php:2 include/database.item.php:142 #: include/database.item.php:138 include/database.item.php:137 #: include/database.item.php:130 include/database.item.php:128 +#: include/database.item.php:129 #, fuzzy msgid "Export pièce PDF" msgstr "De documenten in PDF exporteren" @@ -9224,6 +10064,8 @@ msgstr "Export rapport" #: html/recherche.php:125 include/history_operation.inc.php:147 #: html/recherche.php:126 html/recherche.php:129 #: include/history_operation.inc.php:167 include/history_operation.inc.php:178 +#: html/recherche.php:141 include/history_operation.inc.php:192 +#: html/recherche.php:151 include/history_operation.inc.php:203 #, fuzzy msgid "Export vers CSV" msgstr "Export CSV" @@ -9235,13 +10077,13 @@ msgid "Exportation d'opérations " msgstr "Operaties invoegen" #: include/database.item.php:7 include/database.item.php:136 -#: include/database.item.php:134 +#: include/database.item.php:134 include/database.item.php:135 #, fuzzy msgid "Exporte la pièce" msgstr "De documenten in PDF exporteren" #: include/database.item.php:9 include/database.item.php:138 -#: include/database.item.php:136 +#: include/database.item.php:136 include/database.item.php:137 #, fuzzy msgid "Exporte le modèle de document" msgstr "Config. van het model van het document" @@ -9298,7 +10140,10 @@ msgstr "Uitbreidingen (plugins)" #: include/operation_ods_confirm.inc.php:53 include/compta_ach.inc.php:90 #: include/compta_ach.inc.php:92 include/compta_ven.inc.php:99 #: include/ajax/ajax_ledger.php:564 include/class/acc_operation.class.php:729 -#: include/ajax/ajax_ledger.php:565 +#: include/ajax/ajax_ledger.php:565 include/compta_ach.inc.php:89 +#: include/template/ledger_detail_bottom.php:349 +#: include/ajax/ajax_ledger.php:566 +#: include/template/ledger_detail_bottom.php:366 #, fuzzy msgid "Extourne" msgstr "Extourner" @@ -9307,7 +10152,7 @@ msgstr "Extourner" #: include/operation_ods_confirm.inc.php:61 #: include/operation_ods_confirm.inc.php:62 include/compta_ach.inc.php:104 #: include/compta_ach.inc.php:106 include/compta_ven.inc.php:113 -#: include/compta_ven.inc.php:111 +#: include/compta_ven.inc.php:111 include/compta_ach.inc.php:103 #, fuzzy msgid "Extourne opération" msgstr "Alle activiteiten" @@ -9331,6 +10176,8 @@ msgstr "Alle activiteiten" #: include/template/ledger_detail_bottom.php:349 #: include/template/ledger_detail_bottom.php:333 #: include/template/ledger_detail_bottom.php:346 +#: include/template/ledger_detail_bottom.php:374 +#: include/template/ledger_detail_bottom.php:391 msgid "Extourner" msgstr "Extourner" @@ -9341,6 +10188,8 @@ msgstr "Extourner" #: include/template/ledger_detail_bottom.php:350 #: include/template/ledger_detail_bottom.php:351 #: include/template/ledger_detail_bottom.php:348 +#: include/template/ledger_detail_bottom.php:376 +#: include/template/ledger_detail_bottom.php:393 msgid "" "Extourner une opération vous permet de l'annuler par son écriture inverse" msgstr "" @@ -9356,6 +10205,7 @@ msgstr "Export Kranten" #: include/compta_ach.inc.php:184 include/compta_ach.inc.php:186 #: include/compta_ach.inc.php:191 include/compta_ach.inc.php:189 +#: include/compta_ach.inc.php:188 #, fuzzy, php-format msgid "Extourné au %s" msgstr "Export Kranten" @@ -9405,7 +10255,8 @@ msgstr "" #: include/ext/invoicing/include/invoice_to_zip.inc.php:76 #: include/compta_ach.inc.php:89 include/compta_ven.inc.php:96 #: include/database.item.php:179 include/database.item.php:187 -#: include/database.item.php:192 +#: include/database.item.php:192 include/compta_ach.inc.php:86 +#: include/database.item.php:185 msgid "Facture" msgstr "Faktuur" @@ -9435,9 +10286,15 @@ msgstr "Favorieten" #: include/database.item.php:164 include/database.item.php:157 #: include/database.item.php:158 include/company.inc.php:124 #: include/database.item.php:166 include/database.item.php:169 +#: include/company.inc.php:132 msgid "Fax" msgstr "Fax" +#: include/class/document_state_mtable.php:47 +#, fuzzy +msgid "Ferme" +msgstr "Dicht" + #: include/doc_state.inc.php:57 msgid "Ferme l'action" msgstr "Krachtdadig optreden" @@ -9516,11 +10373,19 @@ msgstr "Krachtdadig optreden" #: include/template/ledger_detail_bottom.php:303 #: include/template/ledger_detail_bottom.php:299 #: include/template/ledger_detail_bottom.php:300 include/ajax/ajax_card.php:313 +#: html/recherche.php:92 html/recherche.php:144 +#: include/class/extension.class.php:276 include/ajax/ajax_card.php:319 +#: include/template/ledger_detail_bottom.php:317 +#: include/template/ledger_detail_bottom.php:318 +#: include/template/action_search.php:169 html/recherche.php:154 +#: include/template/ledger_detail_bottom.php:334 +#: include/template/ledger_detail_bottom.php:335 +#: include/template/action_search.php:171 include/user.inc.php:90 #, php-format msgid "Fermer" msgstr "Dicht" -#: include/periode.inc.php:94 +#: include/periode.inc.php:94 include/periode.inc.php:95 #, fuzzy msgid "Fermer les périodes sélectionnées" msgstr "Geen enkele operatie in de huidige oefening" @@ -9535,6 +10400,7 @@ msgstr "Dicht" #: include/ext/sav/include/sav_repair_card_sql.class.php:67 #: include/ext/sav/include/sav_repair_card_sql.class.php:72 #: include/class/periode_ledger_table.class.php:145 +#: include/class/periode_ledger_table.class.php:146 #, fuzzy msgid "Fermé" msgstr "Dicht" @@ -9542,6 +10408,8 @@ msgstr "Dicht" #: include/class/periode.class.php:585 #: include/class/periode_ledger_table.class.php:142 #: include/class/periode.class.php:587 include/class/periode.class.php:589 +#: include/class/periode.class.php:590 include/class/periode.class.php:591 +#: include/class/periode_ledger_table.class.php:143 #, fuzzy msgid "Fermée" msgstr "Dicht" @@ -9582,6 +10450,11 @@ msgstr "Dicht" #: include/database.item.php:110 include/category_card.inc.php:75 #: include/template/stock_inv.php:67 #: include/class/payment_method_mtable.class.php:41 +#: include/class/payment_method_mtable.class.php:42 +#: include/class/anc_group_operation.class.php:122 +#: include/class/card_attribut_mtable.class.php:55 +#: include/template/follow_up_detail_display.php:50 +#: include/template/newEmptyPHP_NOALYSS.php:35 include/database.item.php:111 msgid "Fiche" msgstr "Blad" @@ -9624,14 +10497,21 @@ msgstr "BTW fiche" #: include/ajax/ajax_card.php:347 include/ajax/ajax_add_concerned_card.php:50 #: include/ajax/ajax_card.php:380 include/ajax/ajax_add_concerned_card.php:54 #: include/ajax/ajax_card.php:383 include/ajax/ajax_card.php:384 +#: include/ajax/ajax_card.php:417 include/ajax/ajax_add_concerned_card.php:64 msgid "Fiche contenant" msgstr "Blad Bevat" #: include/class/payment_method_mtable.class.php:98 +#: include/class/payment_method_mtable.class.php:102 #, fuzzy msgid "Fiche inexistante" msgstr "Map niet bestaat" +#: include/class/fiche.class.php:1181 +#, fuzzy +msgid "Fiche n'existe pas" +msgstr "] Doorsturingslijst is leeg niet" + #: include/ext/import_account/include/class_impacc_csv.php:53 #: include/ext/import_account/include/impacc_csv.class.php:53 #, fuzzy @@ -9639,6 +10519,7 @@ msgid "Fiche non disponible pour journal" msgstr "Geen enkele printer is beschikbaar om toegevoegd te worden" #: include/ajax/ajax_card.php:619 include/ajax/ajax_card.php:642 +#: include/ajax/ajax_card.php:756 include/ajax/ajax_card.php:755 #, fuzzy msgid "Fiche non effacée" msgstr "Undeleted opnemen" @@ -9646,6 +10527,7 @@ msgstr "Undeleted opnemen" #: include/fiche.inc.php:175 include/fiche.inc.php:179 #: include/fiche.inc.php:181 include/fiche.inc.php:182 #: include/fiche.inc.php:183 include/fiche.inc.php:184 +#: include/fiche.inc.php:185 msgid "Fiche non effacées" msgstr "Undeleted opnemen" @@ -9659,6 +10541,7 @@ msgstr "Undeleted opnemen" #: include/ext/importbank/include/import_bank.class.php:490 #: include/ajax/ajax_card.php:148 include/class/fiche.class.php:661 #: include/class/fiche.class.php:663 include/class/fiche.class.php:662 +#: include/class/fiche.class.php:681 include/ajax/ajax_card.php:151 msgid "Fiche non trouvée" msgstr "Record niet gevonden" @@ -9668,7 +10551,10 @@ msgstr "Record niet gevonden" #: include/ajax/ajax_card.php:539 include/ajax/ajax_card.php:540 #: include/ajax/ajax_card.php:573 include/ajax/ajax_card.php:577 #: include/ajax/ajax_card.php:607 include/ajax/ajax_card.php:600 -#: include/ajax/ajax_card.php:630 +#: include/ajax/ajax_card.php:630 include/ajax/ajax_card.php:679 +#: include/ajax/ajax_card.php:708 include/ajax/ajax_card.php:744 +#: include/ajax/ajax_card.php:678 include/ajax/ajax_card.php:707 +#: include/ajax/ajax_card.php:743 msgid "Fiche non valide" msgstr "Ongeldige opnemen" @@ -9680,6 +10566,7 @@ msgstr "" #: html/ajax_card.php:343 include/ajax/ajax_card.php:323 #: include/ajax/ajax_card.php:324 include/ajax/ajax_card.php:342 #: include/ajax/ajax_card.php:345 include/ajax/ajax_card.php:346 +#: include/ajax/ajax_card.php:358 msgid "Fiche sauvée" msgstr "Opslagen fiche" @@ -9699,12 +10586,19 @@ msgid "Fiches" msgstr "Fiches" #: include/verif_bilan.inc.php:99 include/verif_bilan.inc.php:126 +#: include/verif_bilan.inc.php:124 #, fuzzy msgid "Fiches ayant changé de poste comptable" msgstr "De% s-plug heeft geen financieel administratieve post" +#: include/ajax/ajax_add_concerned_card.php:88 +#, fuzzy +msgid "Fiches inactives" +msgstr "Map niet bestaat" + #: include/template/param_jrn.php:251 include/template/param_jrn.php:258 #: include/template/param_jrn.php:260 include/template/param_jrn.php:305 +#: include/template/param_jrn.php:306 msgid "Fiches utilisables (D/C)" msgstr "" @@ -9740,12 +10634,13 @@ msgstr "Verwijderde bestand" #: include/ext/import_account/include/class_impacc_file.php:69 #: html/install.php:269 html/install.php:220 #: include/ext/import_account/include/impacc_file.class.php:69 -#: html/install.php:227 html/install.php:230 +#: html/install.php:227 html/install.php:230 html/install.php:277 +#: html/install.php:283 #, fuzzy msgid "Fichier non sauvé" msgstr "Record niet gevonden" -#: include/lib/ac_common.php:1129 +#: include/lib/ac_common.php:1129 include/lib/ac_common.php:1139 #, fuzzy msgid "Fichier non trouvé" msgstr "Record niet gevonden" @@ -9777,6 +10672,17 @@ msgstr "Dossier invoegen (vanuit de lijst include)" msgid "Filter" msgstr "Filter" +#: include/class/acc_ledger_history.class.php:361 +#: include/class/pdf.class.php:151 include/class/print_ledger.class.php:103 +#, fuzzy +msgid "Filter invalide " +msgstr "Ongeldig datum" + +#: include/preod.inc.php:50 +#, fuzzy +msgid "Filter par journal" +msgstr "Gefilterd per dagboek" + #: include/anc_od.inc.php:108 #, fuzzy msgid "Filter par période" @@ -9818,6 +10724,10 @@ msgstr "Gefilterd per categorie" #: include/class/acc_ledger_search.class.php:565 html/recherche.php:83 #: include/class/acc_ledger_search.class.php:553 #: include/class/acc_ledger_search.class.php:562 include/modele.inc.php:279 +#: html/recherche.php:88 include/class/acc_ledger_search.class.php:648 +#: include/lettering.card.inc.php:98 +#: include/class/acc_ledger_search.class.php:671 +#: include/ajax/ajax_search_filter.php:137 msgid "Filtre" msgstr "Filter" @@ -9827,6 +10737,8 @@ msgstr "Filter" #: include/class/acc_ledger_search.class.php:1069 #: include/class/acc_ledger_search.class.php:1077 #: include/class/acc_ledger_search.class.php:1090 +#: include/class/acc_ledger_search.class.php:1179 +#: include/class/acc_ledger_search.class.php:1202 msgid "Filtre " msgstr "Filter" @@ -9834,6 +10746,14 @@ msgstr "Filter" msgid "Filtre :" msgstr "Filter:" +#: include/class/acc_ledger_history.class.php:337 +#: include/class/acc_ledger_purchase.class.php:1845 +#: include/class/acc_ledger_sold.class.php:1368 +#: include/class/print_ledger.class.php:331 +#, fuzzy +msgid "Filtre invalide" +msgstr "Ongeldig datum" + #: include/impress_rec.inc.php:42 #, fuzzy msgid "Filtre par journal" @@ -9844,6 +10764,7 @@ msgstr "Gefilterd per dagboek" #: include/class/class_acc_account_ledger.php:703 #: include/class/acc_account_ledger.class.php:763 #: include/class/acc_account_ledger.class.php:766 +#: include/class/acc_account_ledger.class.php:758 #, fuzzy msgid "Filtre rapide" msgstr "Rapid filter:" @@ -9858,7 +10779,7 @@ msgstr "Rapid filter:" #: include/fiche.inc.php:312 include/fiche.inc.php:317 #: include/fiche.inc.php:390 include/fiche.inc.php:393 #: include/fiche.inc.php:394 include/fiche.inc.php:395 -#: include/fiche.inc.php:402 +#: include/fiche.inc.php:402 include/fiche.inc.php:412 msgid "Filtre rapide:" msgstr "Rapid filter:" @@ -9908,6 +10829,7 @@ msgid "Fin" msgstr "" #: html/test_class.php:239 dev/test/test_class.php:235 +#: dev-2/test/test_class.php:235 msgid "Fin de programme" msgstr "" @@ -9928,6 +10850,9 @@ msgstr "" #: include/class/acc_ledger_search.class.php:1082 #: include/class/acc_ledger_search.class.php:1095 include/lib/user_menu.php:136 #: include/database.item.php:233 include/database.item.php:252 +#: include/class/acc_ledger_search.class.php:1184 include/database.item.php:217 +#: include/database.item.php:229 include/lib/user_menu.php:135 +#: include/class/acc_ledger_search.class.php:1207 msgid "Financier" msgstr "Financieel" @@ -9937,13 +10862,15 @@ msgid "Format Export CSV" msgstr "Export CSV" #: include/lib/ac_common.php:811 include/lib/ac_common.php:813 -#: include/lib/ac_common.php:829 +#: include/lib/ac_common.php:829 include/lib/ac_common.php:839 #, fuzzy msgid "Format Invalide" msgstr "act ongeldig" #: include/class/tax_summary.class.php:74 #: include/class/tax_summary.class.php:93 +#: include/class/tax_summary.class.php:91 +#: include/class/tax_summary.class.php:111 #, fuzzy msgid "Format date invalide" msgstr "act ongeldig" @@ -10034,6 +10961,11 @@ msgstr "Formules" #: include/class/print_ledger_simple.class.php:105 #: include/class/acc_ledger_history_purchase.class.php:253 #: include/class/acc_ledger_history_purchase.class.php:257 +#: include/class/acc_ledger_history_sale.class.php:256 +#: include/class/acc_ledger_history_purchase.class.php:268 +#: include/class/acc_ledger_purchase.class.php:1314 +#: include/class/acc_ledger_purchase.class.php:1441 +#: include/class/print_ledger_simple.class.php:102 include/database.item.php:12 msgid "Fournisseur" msgstr "Leverancier" @@ -10052,11 +10984,13 @@ msgstr "Leverancier" #: include/class/pre_op_ach.class.php:231 #: include/class/acc_ledger_purchase.class.php:1130 #: include/class/acc_ledger_purchase.class.php:1133 +#: include/class/acc_ledger_purchase.class.php:1144 msgid "Fournisseur " msgstr "Leverancier" #: include/template/param_jrn.php:139 include/template/param_jrn.php:146 #: include/template/param_jrn.php:148 include/template/param_jrn.php:193 +#: include/template/param_jrn.php:194 #, fuzzy msgid "Fournisseurs (C)" msgstr "Leverancier" @@ -10077,11 +11011,13 @@ msgstr "Leverancier vandaag betalen" #: html/test_class.php:219 include/ajax_preference.php:173 #: include/ajax/ajax_preference.php:173 include/ajax/ajax_preference.php:252 #: dev/test/test_class.php:215 include/ajax/ajax_preference.php:263 +#: dev-2/test/test_class.php:215 msgid "Français" msgstr "Frans" #: include/class/periode.class.php:647 include/class/periode.class.php:649 -#: include/class/periode.class.php:651 +#: include/class/periode.class.php:651 include/class/periode.class.php:652 +#: include/class/periode.class.php:653 msgid "Février" msgstr "" @@ -10097,28 +11033,33 @@ msgstr "GSM" #: include/database.item.php:71 include/database.item.php:74 #: include/database.item.php:14 include/database.item.php:76 #: include/database.item.php:79 include/database.item.php:73 +#: include/database.item.php:72 msgid "Gestion" msgstr "Beheer" #: include/database.item.php:108 include/database.item.php:111 #: include/database.item.php:117 include/database.item.php:114 #: include/database.item.php:113 include/database.item.php:109 +#: include/database.item.php:110 msgid "Gestion catégorie de fiche" msgstr "Categorie record management" #: include/database.item.php:90 include/database.item.php:93 #: include/database.item.php:98 include/database.item.php:95 #: include/database.item.php:94 include/database.item.php:92 +#: include/database.item.php:91 msgid "Gestion des attributs de fiches " msgstr "Beheer attributen vellen" #: include/user_menu.php:111 include/lib/user_menu.php:117 #: include/lib/user_menu.php:118 include/lib/user_menu.php:75 +#: include/lib/user_menu.php:74 msgid "Gestion des dossiers" msgstr "Records Management" #: include/user_menu.php:112 include/lib/user_menu.php:118 #: include/lib/user_menu.php:119 include/lib/user_menu.php:76 +#: include/lib/user_menu.php:75 msgid "Gestion des modèles" msgstr "Managementmodellen" @@ -10132,11 +11073,13 @@ msgstr "Operations Management prédéfinifies" #: include/database.item.php:84 include/database.item.php:87 #: include/database.item.php:92 include/database.item.php:89 #: include/database.item.php:88 include/database.item.php:86 +#: include/database.item.php:85 msgid "Gestion des périodes" msgstr "Beheersperioden" #: include/database.item.php:89 include/database.item.php:92 #: include/database.item.php:86 include/database.item.php:84 +#: include/database.item.php:85 msgid "" "Gestion des périodes : clôture, ajout de période, afin de créer des périodes " "vous pouvez aussi utiliser le plugin outil comptable" @@ -10146,6 +11089,7 @@ msgstr "" #: include/lib/user_menu.php:116 include/lib/user_menu.php:129 #: include/lib/user_menu.php:117 include/lib/user_menu.php:140 #: include/lib/user_menu.php:74 include/lib/user_menu.php:97 +#: include/lib/user_menu.php:73 include/lib/user_menu.php:96 msgid "Gestion des utilisateurs" msgstr "Users Beheer" @@ -10153,6 +11097,7 @@ msgstr "Users Beheer" #: include/database.item.php:170 include/database.item.php:169 #: include/database.item.php:168 include/database.item.php:172 #: include/database.item.php:177 include/database.item.php:180 +#: include/database.item.php:176 msgid "Gestion stock" msgstr "Voorraadbeheer" @@ -10172,10 +11117,12 @@ msgstr "Geen filter, alle dagboeken" #: include/class/acc_ledger.class.php:372 #: include/class/acc_ledger.class.php:373 #: include/class/acc_ledger.class.php:391 +#: include/class/acc_ledger.class.php:390 include/database.item.php:65 msgid "Grand Livre" msgstr "Grootboek" #: include/verif_bilan.inc.php:78 include/verif_bilan.inc.php:105 +#: include/verif_bilan.inc.php:103 #, fuzzy msgid "Grand livre" msgstr "Grootboek" @@ -10184,11 +11131,13 @@ msgstr "Grootboek" #: include/database.item.php:79 include/database.item.php:77 #: include/database.item.php:76 include/database.item.php:75 #: include/database.item.php:78 include/database.item.php:72 +#: include/database.item.php:71 msgid "Grand livre analytique" msgstr "Grote analytische boek" #: include/database.item.php:75 include/database.item.php:78 #: include/database.item.php:72 include/database.item.php:70 +#: include/database.item.php:71 #, fuzzy msgid "Grand livre pour la comptabilité analytique" msgstr "Cost Accounting Module" @@ -10197,6 +11146,7 @@ msgstr "Cost Accounting Module" #: include/database.item.php:79 include/database.item.php:77 #: include/database.item.php:76 include/database.item.php:75 #: include/database.item.php:78 include/database.item.php:72 +#: include/database.item.php:71 msgid "Grand'Livre" msgstr "Grand'Livre" @@ -10341,13 +11291,18 @@ msgstr "Grid 86: overnames in België en intra ABC sales" #: include/class/class_anc_account.php:290 include/database.item.php:15 #: include/class/anc_account_table.class.php:50 include/database.item.php:9 #: include/database.item.php:51 include/export/export_anc_axis_csv.php:47 -#: include/database.item.php:52 +#: include/database.item.php:52 include/class/follow_up.class.php:625 +#: include/template/tag_search_select.php:64 +#: include/template/tag_search_select.php:70 include/database.item.php:8 +#: include/class/follow_up.class.php:641 msgid "Groupe" msgstr "Groep" #: include/template/detail-action.php:139 #: include/template/detail-action.php:144 -#: include/template/detail-action.php:143 +#: include/template/detail-action.php:143 include/ajax/ajax_get_profile.php:58 +#: include/template/detail-action.php:150 +#: include/template/detail-action.php:152 #, fuzzy msgid "Groupe Gestion" msgstr "Management Module" @@ -10359,6 +11314,11 @@ msgstr "Management Module" msgid "Groupe analytique" msgstr "Analytische groep" +#: include/cfgtags.inc.php:83 +#, fuzzy +msgid "Groupe étiquettes" +msgstr "Toevoeging van een label" + #: include/action.common.inc.php:161 include/action.common.inc.php:178 #: include/action.common.inc.php:183 include/action.common.inc.php:185 #: include/action.common.inc.php:186 include/action.common.inc.php:192 @@ -10403,7 +11363,8 @@ msgstr "Vorming van het boekhoudkundig schrijven" #: include/class_follow_up.php:418 include/class_follow_up.php:420 #: include/class_follow_up.php:421 include/class/class_follow_up.php:421 #: include/class/class_follow_up.php:411 include/class/follow_up.class.php:411 -#: include/class/follow_up.class.php:412 +#: include/class/follow_up.class.php:412 include/class/follow_up.class.php:419 +#: include/class/follow_up.class.php:421 msgid "Génére le document" msgstr "Document Maken" @@ -10437,6 +11398,7 @@ msgstr "De facturen opstellen " #: include/compta_ach.inc.php:82 include/compta_ach.inc.php:85 #: include/compta_ven.inc.php:94 include/compta_ach.inc.php:87 #: include/compta_ach.inc.php:89 include/compta_ven.inc.php:96 +#: include/compta_ach.inc.php:86 msgid "Générer une facture ou charger un document" msgstr "" @@ -10467,6 +11429,9 @@ msgstr "" #: include/class/acc_ledger_history_purchase.class.php:256 #: include/class/acc_ledger_history_purchase.class.php:260 #: include/class/print_ledger_detail_item.class.php:161 +#: include/class/acc_ledger_history_sale.class.php:259 +#: include/class/acc_ledger_history_purchase.class.php:271 +#: include/class/print_ledger_simple.class.php:107 msgid "HTVA" msgstr "Zonder BTW" @@ -10496,6 +11461,8 @@ msgstr "Zonder BTW" #: include/class/acc_ledger_purchase.class.php:1854 #: include/class/acc_ledger_sold.class.php:1431 #: include/class/acc_ledger_purchase.class.php:1860 +#: include/class/acc_ledger_purchase.class.php:1897 +#: include/class/acc_ledger_sold.class.php:1416 msgid "HTVA Opération" msgstr "Operatie exclusief BTW" @@ -10504,7 +11471,9 @@ msgstr "Operatie exclusief BTW" #: include/template/action_display_short.php:57 #: include/class/class_follow_up.php:261 include/class/follow_up.class.php:261 #: include/template/action_display_short.php:58 -#: include/class/follow_up.class.php:262 +#: include/class/follow_up.class.php:262 include/class/document.class.php:1413 +#: include/class/follow_up.class.php:269 include/class/follow_up.class.php:725 +#: include/class/follow_up.class.php:271 include/class/follow_up.class.php:758 msgid "Haute" msgstr "" @@ -10514,17 +11483,21 @@ msgstr "" #: include/template/detail-action.php:104 #: include/template/action_display_short.php:88 #: include/template/action_display_short.php:89 +#: include/template/detail-action.php:111 +#: include/template/detail-action.php:113 msgid "Heure" msgstr "Tijd" #: include/verif_bilan.inc.php:127 include/verif_bilan.inc.php:165 #: include/verif_bilan.inc.php:168 include/verif_bilan.inc.php:169 +#: include/verif_bilan.inc.php:167 msgid "Hist." msgstr "" #: include/database.item.php:93 include/database.item.php:96 #: include/database.item.php:101 include/database.item.php:98 #: include/database.item.php:97 include/database.item.php:95 +#: include/database.item.php:94 msgid "Histo. Changement" msgstr "Histo. Verandering" @@ -10544,7 +11517,8 @@ msgstr "Histo. Verandering" #: include/database.item.php:11 include/ajax/ajax_card.php:166 #: include/database.item.php:5 include/database.item.php:98 #: include/ext/import-winbook/index.php:66 include/fiche.inc.php:65 -#: include/ajax/ajax_card.php:167 +#: include/ajax/ajax_card.php:167 include/ajax/ajax_card.php:170 +#: include/database.item.php:4 include/database.item.php:97 msgid "Historique" msgstr "Historisch" @@ -10575,6 +11549,7 @@ msgstr "" #: include/database.item.php:66 include/database.item.php:69 #: include/database.item.php:63 include/database.item.php:61 +#: include/database.item.php:62 msgid "" "Historique de toutes vos opérations dans les journaux d'opérations diverses " "un menu de recherche, vous permettra de retrouver rapidement l'opération qui " @@ -10583,6 +11558,7 @@ msgstr "" #: include/database.item.php:109 include/database.item.php:112 #: include/database.item.php:106 include/database.item.php:104 +#: include/database.item.php:105 msgid "" "Historique de toutes vos opérations dans les journaux de trésorerie un menu " "de recherche, vous permettra de retrouver rapidement l'opération qui vous " @@ -10591,6 +11567,7 @@ msgstr "" #: include/database.item.php:108 include/database.item.php:111 #: include/database.item.php:105 include/database.item.php:103 +#: include/database.item.php:104 msgid "" "Historique de toutes vos opérations dans les journaux de vente un menu de " "recherche, vous permettra de retrouver rapidement l'opération qui vous " @@ -10599,6 +11576,7 @@ msgstr "" #: include/database.item.php:100 include/database.item.php:103 #: include/database.item.php:97 include/database.item.php:95 +#: include/database.item.php:96 msgid "" "Historique de toutes vos opérations dans tous les journaux auquels vous " "avez accès, vous permettra de retrouver rapidement l'opération qui vous " @@ -10616,6 +11594,7 @@ msgstr "" #: include/database.item.php:101 include/database.item.php:104 #: include/database.item.php:98 include/database.item.php:96 +#: include/database.item.php:97 msgid "" "Historique de toutes vos opérations un menu de recherche, vous permettra de " "retrouver rapidement l'opération qui vous intéresse" @@ -10642,7 +11621,7 @@ msgstr "Geschiedenis geschreven invoer" #: include/database.item.php:3 include/database.item.php:6 #: include/database.item.php:8 include/database.item.php:11 -#: include/database.item.php:5 +#: include/database.item.php:5 include/database.item.php:4 msgid "Historique des imputations analytiques" msgstr "Geschiedenis analytische postings" @@ -10658,12 +11637,14 @@ msgstr "Geschiedenis operaties" #: include/database.item.php:102 include/database.item.php:105 #: include/database.item.php:111 include/database.item.php:108 #: include/database.item.php:107 include/database.item.php:103 +#: include/database.item.php:104 msgid "Historique des ventes" msgstr "Sales Geschiedenis" #: include/database.item.php:103 include/database.item.php:106 #: include/database.item.php:112 include/database.item.php:109 #: include/database.item.php:108 include/database.item.php:104 +#: include/database.item.php:105 msgid "Historique financier" msgstr "Financiële Geschiedenis" @@ -10686,18 +11667,21 @@ msgstr "Niet Scholar Geschiedenis" #: include/database.item.php:70 include/database.item.php:68 #: include/database.item.php:67 include/database.item.php:66 #: include/database.item.php:69 include/database.item.php:63 +#: include/database.item.php:62 msgid "Historique opérations diverses" msgstr "Historische verschillende bewerkingen" #: include/database.item.php:16 include/database.item.php:19 #: include/database.item.php:23 include/database.item.php:22 #: include/database.item.php:25 include/database.item.php:18 +#: include/database.item.php:17 msgid "Historique stock" msgstr "Stock Geschiedenis" #: include/database.item.php:102 include/database.item.php:105 #: include/database.item.php:111 include/database.item.php:108 #: include/database.item.php:107 include/database.item.php:103 +#: include/database.item.php:104 msgid "Historique vente" msgstr "Historische omzet" @@ -10706,6 +11690,7 @@ msgstr "Historische omzet" #: include/lib/user_menu.php:168 include/lib/user_menu.php:169 #: include/lib/user_menu.php:181 include/lib/user_menu.php:182 #: include/lib/user_menu.php:139 include/lib/user_menu.php:140 +#: include/lib/user_menu.php:138 msgid "Hors Comptabilité" msgstr "Exclusief Accounting" @@ -10735,10 +11720,15 @@ msgstr "" #: include/class_user.php:973 include/class_user.php:974 #: include/class/class_user.php:974 include/class/class_user.php:962 #: include/class/class_user.php:961 include/class/user.class.php:961 -#: include/class/user.class.php:985 +#: include/class/user.class.php:985 include/class/user.class.php:988 msgid "Id" msgstr "" +#: include/lib/message_javascript.php:109 +#: include/lib/message_javascript.php:110 +msgid "Il est conseillé d'avoir un quickcode de moins de 9 car." +msgstr "" + #: include/ext/importbank/include/class_import_bank.php:78 #: include/ext/importbank/include/import_bank.class.php:78 msgid "Il manque la colonne pour les dates" @@ -10763,13 +11753,15 @@ msgstr "" #: include/class/acc_ledger_purchase.class.php:266 #: include/class/acc_ledger_sold.class.php:214 #: include/class/acc_ledger_purchase.class.php:265 +#: include/class/acc_ledger_purchase.class.php:267 msgid "Il n'y a aucune marchandise" msgstr "Er are Geen goederen" #: html/admin/setup.php:462 html/install.php:526 html/install.php:525 #: html/install.php:523 html/install.php:529 html/install.php:521 #: html/install.php:527 html/install.php:489 html/install.php:464 -#: html/install.php:470 html/install.php:473 +#: html/install.php:470 html/install.php:473 html/install.php:522 +#: html/install.php:528 #, php-format msgid "Il y a %s paramètre qui sont trop bas" msgstr "" @@ -10777,6 +11769,7 @@ msgstr "" #: html/ajax_misc.php:572 html/ajax_misc.php:614 html/ajax_misc.php:409 #: html/ajax_misc.php:435 html/ajax_misc.php:547 html/ajax_misc.php:549 #: html/ajax_misc.php:555 html/ajax_misc.php:557 html/ajax_misc.php:561 +#: html/ajax_misc.php:526 html/ajax_misc.php:534 msgid "Il y a une erreur, ce plugin n'existe pas" msgstr "" @@ -10842,6 +11835,9 @@ msgstr "Balans export" #: html/install.php:213 html/install.php:543 html/install.php:599 #: html/install.php:625 html/install.php:549 html/install.php:606 #: html/install.php:632 html/install.php:552 html/install.php:635 +#: html/install.php:259 html/install.php:602 html/install.php:659 +#: html/install.php:688 include/class/follow_up.class.php:731 +#: html/install.php:264 html/install.php:608 html/install.php:694 #, fuzzy msgid "Important" msgstr "Invoegen" @@ -10937,6 +11933,7 @@ msgstr "Invoegen" #: include/class/class_fiche.php:1024 include/class/class_fiche.php:1027 #: include/class/fiche.class.php:1117 include/class/fiche.class.php:1119 #: include/class/fiche.class.php:1133 include/class/fiche.class.php:1134 +#: include/class/fiche.class.php:1161 msgid "Impossible cette fiche est utilisée dans un journal" msgstr "" @@ -10970,6 +11967,7 @@ msgstr "Onmogelijk om de waarde te veranderen: post is al in gebruik" #: include/class/acc_ledger.class.php:2584 #: include/class/acc_ledger.class.php:2593 #: include/class/acc_ledger.class.php:2632 +#: include/class/acc_ledger.class.php:2656 msgid "Impossible d'effacer un journal qui contient des opérations" msgstr "" "Onmogelijk om een journaal te verwijderen waarin operaties nog actief zijn" @@ -10996,14 +11994,14 @@ msgid "Impossible de changer la valeur: poste déjà utilisé" msgstr "Onmogelijk om de waarde te veranderen: post is al in gebruik" #: include/param_sec.inc.php:244 include/param_sec.inc.php:178 -#: include/param_sec.inc.php:184 +#: include/param_sec.inc.php:184 include/param_sec.inc.php:189 msgid "" "Impossible de modifier cet utilisateur dans cet écran, il faut passer par\n" "\t\t\tl'écran administration -> utilisateur." msgstr "" #: include/param_sec.inc.php:231 include/param_sec.inc.php:165 -#: include/param_sec.inc.php:171 +#: include/param_sec.inc.php:171 include/param_sec.inc.php:176 msgid "" "Impossible de modifier cet utilisateur dans cet écran, il faut passer par\n" "\t\tl'écran administration -> utilisateur." @@ -11015,7 +12013,8 @@ msgstr "Kan dit bestand op te slaan" #: html/install.php:278 html/install.php:277 html/install.php:275 #: html/install.php:281 html/install.php:287 html/install.php:238 -#: html/install.php:245 html/install.php:248 +#: html/install.php:245 html/install.php:248 html/install.php:295 +#: html/install.php:301 msgid "" "Impossible de se connecter à Postgresql, vérifiez les informations de " "connection" @@ -11038,35 +12037,42 @@ msgstr "Kan dit bestand op te slaan" #: include/database.item.php:73 include/ajax/ajax_get_profile.php:114 #: include/database.item.php:76 include/ajax/ajax_get_profile.php:120 #: include/database.item.php:70 include/database.item.php:115 +#: include/ajax/ajax_get_profile.php:119 include/database.item.php:69 +#: include/database.item.php:116 msgid "Impression" msgstr "Indruk" #: include/database.item.php:44 include/database.item.php:47 #: include/database.item.php:51 include/database.item.php:50 #: include/database.item.php:53 include/database.item.php:46 +#: include/database.item.php:45 msgid "Impression Grand-Livre" msgstr "Print Ledger" #: include/database.item.php:112 include/database.item.php:115 #: include/database.item.php:121 include/database.item.php:118 #: include/database.item.php:117 include/database.item.php:113 +#: include/database.item.php:114 msgid "Impression Journaux" msgstr "Kranten Printing" #: include/database.item.php:114 include/database.item.php:117 #: include/database.item.php:123 include/database.item.php:120 #: include/database.item.php:119 include/database.item.php:115 +#: include/database.item.php:116 msgid "Impression compta. analytique" msgstr "Printing geteld. analytisch" #: include/database.item.php:105 include/database.item.php:108 #: include/database.item.php:114 include/database.item.php:111 #: include/database.item.php:110 include/database.item.php:106 +#: include/database.item.php:107 msgid "Impression de bilan" msgstr "Balans Printing" #: include/database.item.php:111 include/database.item.php:114 #: include/database.item.php:108 include/database.item.php:106 +#: include/database.item.php:107 msgid "" "Impression de bilan, ce module est basique, il est plus intéressant " "d'utiliser le plugin \"rapport avancés\"" @@ -11076,11 +12082,13 @@ msgstr "" #: include/database.item.php:72 include/database.item.php:70 #: include/database.item.php:69 include/database.item.php:68 #: include/database.item.php:71 include/database.item.php:65 +#: include/database.item.php:64 msgid "Impression de rapport" msgstr "Rapport afdrukken" #: include/database.item.php:68 include/database.item.php:71 #: include/database.item.php:65 include/database.item.php:63 +#: include/database.item.php:64 msgid "" "Impression de rapport personnalisé, il est aussi possible d'exporter en CSV " "afin de faire des graphiques" @@ -11090,17 +12098,20 @@ msgstr "" #: include/database.item.php:74 include/database.item.php:72 #: include/database.item.php:71 include/database.item.php:70 #: include/database.item.php:73 include/database.item.php:67 +#: include/database.item.php:66 msgid "Impression des balances comptables" msgstr "Print boekhoudsaldi" #: include/database.item.php:112 include/database.item.php:115 #: include/database.item.php:121 include/database.item.php:118 #: include/database.item.php:117 include/database.item.php:113 +#: include/database.item.php:114 msgid "Impression des journaux" msgstr "Drukken van kranten" #: include/database.item.php:118 include/database.item.php:121 #: include/database.item.php:115 include/database.item.php:113 +#: include/database.item.php:114 msgid "" "Impression des journaux avec les détails pour les parties privés, la TVA et " "ce qui est non déductibles en ce qui concerne les journaux de vente et " @@ -11110,11 +12121,13 @@ msgstr "" #: include/database.item.php:104 include/database.item.php:107 #: include/database.item.php:113 include/database.item.php:110 #: include/database.item.php:109 include/database.item.php:105 +#: include/database.item.php:106 msgid "Impression des rapprochements" msgstr "Print verzoeningen" #: include/database.item.php:110 include/database.item.php:113 #: include/database.item.php:107 include/database.item.php:105 +#: include/database.item.php:106 #, fuzzy msgid "" "Impression des rapprochements : opérations non rapprochées ou avec des " @@ -11125,6 +12138,7 @@ msgstr "Geletterde operaties verschillende bedragen" #: include/database.item.php:71 include/database.item.php:69 #: include/database.item.php:68 include/database.item.php:67 #: include/database.item.php:70 include/database.item.php:64 +#: include/database.item.php:63 msgid "Impression du détail d'un poste comptable" msgstr "Detail van een afdruktaak boekhoudkundige" @@ -11132,6 +12146,7 @@ msgstr "Detail van een afdruktaak boekhoudkundige" #: include/database.item.php:73 include/database.item.php:71 #: include/database.item.php:70 include/database.item.php:69 #: include/database.item.php:72 include/database.item.php:66 +#: include/database.item.php:65 msgid "Impression du grand livre" msgstr "Het grootboek afdrukken" @@ -11164,7 +12179,7 @@ msgstr "Behoren medewerkers zonder operatie:" msgid "Inclure les fournisseurs sans opération :" msgstr "Onder andere leveranciers zonder operatie:" -#: include/lib/message_javascript.php:37 +#: include/lib/message_javascript.php:37 include/lib/message_javascript.php:38 msgid "" "Indiquez ici le prix hors tva si vous êtes affilié à la tva et que vous " "pouvez la déduire , sinon indiquez ici le total tva incluse et utilisez un " @@ -11178,7 +12193,7 @@ msgid "" "sauvés exemple c:/temp, /tmp" msgstr "" -#: html/install.php:142 +#: html/install.php:142 html/install.php:155 html/install.php:159 msgid "" "Indiquez ici le répertoire où les documents temporaires peuvent être sauvés " "exemple c:/temp, /tmp" @@ -11211,6 +12226,8 @@ msgstr "" #: include/template/ledger_detail_bottom.php:37 include/ext/tva/ajax.php:101 #: include/ext/tva/ajax.php:200 include/ajax/ajax_ledger.php:104 #: include/ajax/ajax_ledger.php:126 +#: include/template/ledger_detail_bottom.php:42 +#: include/ajax/ajax_ledger.php:105 include/ajax/ajax_ledger.php:127 msgid "Information" msgstr "Informatie" @@ -11218,6 +12235,7 @@ msgstr "Informatie" #: include/database.item.php:78 include/database.item.php:76 #: include/database.item.php:75 include/database.item.php:74 #: include/database.item.php:77 include/database.item.php:71 +#: include/database.item.php:70 msgid "Information Banque" msgstr "Informatie Bank" @@ -11228,6 +12246,7 @@ msgstr "Opgeslagen Informatie" #: include/database.item.php:88 include/database.item.php:91 #: include/database.item.php:85 include/database.item.php:83 +#: include/database.item.php:84 msgid "" "Information sur votre société : nom, adresse... utilisé lors de la " "génération de documents" @@ -11235,7 +12254,8 @@ msgstr "" #: include/lib/user_menu.php:122 include/lib/user_menu.php:123 #: include/lib/user_menu.php:142 include/lib/user_menu.php:80 -#: include/lib/user_menu.php:99 +#: include/lib/user_menu.php:99 include/lib/user_menu.php:79 +#: include/lib/user_menu.php:98 #, fuzzy msgid "Information système" msgstr "Opgeslagen Informatie" @@ -11253,11 +12273,14 @@ msgstr "Algemene informatie" #: html/install.php:235 include/upgrade-plugin.php:113 #: include/lib/user_menu.php:121 html/install.php:238 #: include/upgrade-plugin.php:125 include/lib/user_menu.php:78 +#: html/install.php:285 include/lib/user_menu.php:77 +#: include/upgrade-plugin.php:128 html/install.php:291 #, fuzzy msgid "Installation" msgstr "Herstelt" #: include/lib/user_menu.php:121 include/lib/user_menu.php:78 +#: include/lib/user_menu.php:77 #, fuzzy msgid "Installation Mise à jour du système et des bases de données" msgstr "Update" @@ -11289,6 +12312,11 @@ msgstr "" msgid "Installé par défaut dans %s" msgstr "" +#: include/ajax/ajax_anc_key_clean.php:65 +#, fuzzy +msgid "Interdit" +msgstr "Intern" + #: include/class_acc_ledger.php:656 include/class_acc_ledger.php:655 #: include/class_acc_ledger.php:659 include/class_acc_ledger.php:660 #: include/class_acc_ledger.php:661 include/class/class_acc_ledger.php:661 @@ -11299,6 +12327,9 @@ msgstr "" #: include/class/acc_ledger_search.class.php:929 #: include/class/acc_ledger_search.class.php:937 #: include/class/acc_ledger_search.class.php:950 +#: include/class/acc_ledger_search.class.php:1039 +#: include/export/export_histo_csv.php:39 +#: include/class/acc_ledger_search.class.php:1062 msgid "Internal" msgstr "Intern" @@ -11359,11 +12390,18 @@ msgstr "Intern" #: include/class/fiche.class.php:1475 #: include/class/acc_ledger_history_generic.class.php:769 #: include/class/acc_ledger_sold.class.php:1412 -#: include/class/acc_ledger_purchase.class.php:1838 +#: include/class/acc_ledger_purchase.class.php:1838 include/fiche.inc.php:542 +#: include/class/print_ledger_misc.class.php:44 +#: include/class/fiche.class.php:1502 +#: include/class/acc_ledger_purchase.class.php:1875 +#: include/class/acc_ledger_sold.class.php:1397 +#: include/class/acc_ledger_history_generic.class.php:770 +#: include/class/anc_grandlivre.class.php:232 +#: include/class/anc_grandlivre.class.php:233 msgid "Interne" msgstr "Intern" -#: include/ajax/ajax_periode.php:291 +#: include/ajax/ajax_periode.php:291 include/ajax/ajax_periode.php:261 #, fuzzy msgid "Invalid command" msgstr "Bestelbon" @@ -11376,7 +12414,7 @@ msgid "Invalide" msgstr "Bevestigen" #: html/ajax_misc.php:288 html/ajax_misc.php:290 html/ajax_misc.php:296 -#: html/ajax_misc.php:298 +#: html/ajax_misc.php:298 html/ajax_misc.php:313 html/ajax_misc.php:321 #, fuzzy msgid "Invalide type" msgstr "Bevestigen" @@ -11403,7 +12441,7 @@ msgstr "Ongeldig jaar" #: include/class_html_input.php:332 include/lib/class_html_input.php:332 #: include/lib/class_ibutton.php:63 include/compta_fin_rec.inc.php:221 #: include/lib/class_html_input.php:333 include/lib/class_html_input.php:334 -#: include/lib/ibutton.class.php:63 +#: include/lib/ibutton.class.php:63 include/compta_fin_rec.inc.php:258 msgid "Inverser la sélection" msgstr "Omgekeerde selectie" @@ -11411,6 +12449,8 @@ msgstr "Omgekeerde selectie" #: include/class/acc_ledger_search.class.php:1070 #: include/class/acc_ledger_search.class.php:1078 #: include/class/acc_ledger_search.class.php:1091 +#: include/class/acc_ledger_search.class.php:1180 +#: include/class/acc_ledger_search.class.php:1203 #, fuzzy msgid "Inverser sel" msgstr "Omgekeerde selectie" @@ -11424,7 +12464,8 @@ msgid "Item" msgstr "Item code" #: include/class/periode.class.php:647 include/class/periode.class.php:649 -#: include/class/periode.class.php:651 +#: include/class/periode.class.php:651 include/class/periode.class.php:652 +#: include/class/periode.class.php:653 msgid "Janvier" msgstr "" @@ -11442,6 +12483,8 @@ msgstr "Javascript" #: include/template/detail-action.php:461 #: include/template/detail-action.php:465 #: include/template/detail-action.php:463 +#: include/template/detail-action.php:476 +#: include/template/detail-action.php:489 msgid "Je ne peux pas ajouter de fichier" msgstr "EEN blad Toevoegen is niet mogelijk" @@ -11493,11 +12536,76 @@ msgstr "Donderdag" #: include/class/acc_ledger_search.class.php:954 #: include/export/export_printtva_csv.php:39 #: include/export/export_printtva_csv.php:58 +#: unit-test/include/class/print_ledger_detail.classTest.php:75 +#: unit-test/include/class/print_ledger_fin.classTest.php:72 +#: unit-test/include/class/print_ledger_fin.classTest.php:83 +#: unit-test/include/class/print_ledger_fin.classTest.php:95 +#: unit-test/include/class/print_ledger_fin.classTest.php:106 +#: include/class/acc_ledger_search.class.php:1043 +#: include/class/operation_predef_mtable.class.php:51 +#: include/class/acc_ledger_purchase.class.php:1433 +#: include/class/acc_ledger_sold.class.php:703 +#: include/export/export_printtva_csv.php:51 +#: include/export/export_printtva_csv.php:70 +#: include/export/export_ledger_pdf.php:84 +#: include/export/export_histo_csv.php:40 +#: include/template/pre_operation_display.php:38 +#: include/class/acc_ledger_search.class.php:1066 +#: include/export/export_poste_detail_pdf.php:97 msgid "Journal" msgstr "Journaal" +# Controleren of dit hetzelfde betekent (beide boekhoudkundige termen) +#: unit-test/include/class/print_ledger_detail_item.classTest.php:78 +#: unit-test/include/class/print_ledger_simple.classTest.php:82 +#: unit-test/include/class/print_ledger_simple_without_vat.classTest.php:82 +#, fuzzy +msgid "Journal Achat Payé" +msgstr "Inkoopdagboeken" + +#: unit-test/include/class/print_ledger_detail_item.classTest.php:107 +#: unit-test/include/class/print_ledger_simple.classTest.php:111 +#: unit-test/include/class/print_ledger_simple_without_vat.classTest.php:109 +#, fuzzy +msgid "Journal Achat tous" +msgstr "Handeling is niet gevonden" + +#: unit-test/include/class/print_ledger_detail_item.classTest.php:92 +#: unit-test/include/class/print_ledger_detail_item.classTest.php:141 +#: unit-test/include/class/print_ledger_simple.classTest.php:96 +#: unit-test/include/class/print_ledger_simple.classTest.php:145 +#: unit-test/include/class/print_ledger_simple_without_vat.classTest.php:95 +#: unit-test/include/class/print_ledger_simple_without_vat.classTest.php:141 +#, fuzzy +msgid "Journal Non Payé" +msgstr "Handeling is niet gevonden" + +#: unit-test/include/class/print_ledger_misc.classTest.php:84 +#, fuzzy +msgid "Journal Opérations diverses" +msgstr "Jounalen over Verschillende Handelingen" + +#: unit-test/include/class/print_ledger_misc.classTest.php:73 +#, fuzzy +msgid "Journal Opérations diverses " +msgstr "Jounalen over Verschillende Handelingen" + +#: unit-test/include/class/print_ledger_detail_item.classTest.php:127 +#: unit-test/include/class/print_ledger_simple.classTest.php:131 +#: unit-test/include/class/print_ledger_simple_without_vat.classTest.php:128 +#, fuzzy +msgid "Journal Vente Payé" +msgstr "Inloggen bestaat niet" + +#: unit-test/include/class/print_ledger_detail_item.classTest.php:156 +#: unit-test/include/class/print_ledger_simple.classTest.php:160 +#: unit-test/include/class/print_ledger_simple_without_vat.classTest.php:155 +#, fuzzy +msgid "Journal Vente tous" +msgstr "Handeling is niet gevonden" + #: include/template/param_jrn.php:125 include/template/param_jrn.php:127 -#: include/template/param_jrn.php:171 +#: include/template/param_jrn.php:171 include/template/param_jrn.php:172 #, fuzzy msgid "Journal actif" msgstr "Totale activa" @@ -11523,6 +12631,7 @@ msgstr "Financiële journalen" #: include/class/acc_ledger.class.php:2871 #: include/class/acc_ledger.class.php:2880 #: include/class/acc_ledger.class.php:2919 +#: include/class/acc_ledger.class.php:2943 #, fuzzy msgid "Journal incorrect" msgstr "Fout bedrag" @@ -11535,6 +12644,7 @@ msgstr "Onbestaand dagboek" #: include/ext/import_account/include/class_impacc_export.php:104 #: include/ext/import_account/include/impacc_export.class.php:104 #: include/class/acc_ledger.class.php:2938 +#: include/class/acc_ledger.class.php:2962 #, fuzzy msgid "Journal invalide" msgstr "Journaal" @@ -11557,6 +12667,7 @@ msgstr "Financiële journalen" #: include/class/acc_ledger.class.php:2205 #: include/class/acc_ledger.class.php:2214 #: include/class/acc_ledger.class.php:2230 +#: include/class/acc_ledger.class.php:2249 msgid "Journal n'existe pas" msgstr "Inloggen bestaat niet" @@ -11575,9 +12686,16 @@ msgstr "Handeling is niet gevonden" #: include/param_sec.inc.php:223 include/class/acc_ledger_search.class.php:1065 #: include/class/acc_ledger_search.class.php:1073 #: include/class/acc_ledger_search.class.php:1086 +#: include/class/acc_ledger_search.class.php:1175 include/param_sec.inc.php:228 +#: include/class/acc_ledger_search.class.php:1198 msgid "Journaux" msgstr "Dagboeken" +#: include/lib/message_javascript.php:108 +#: include/lib/message_javascript.php:109 +msgid "Journaux Achat ou vente en mode simple, TVA ou détaillé" +msgstr "" + #: include/class_acc_ledger.php:3380 include/class/class_acc_ledger.php:3380 #: include/class/class_acc_ledger.php:3379 #: include/class/class_acc_ledger.php:3384 @@ -11586,6 +12704,7 @@ msgstr "Dagboeken" #: include/class/acc_ledger.class.php:2111 #: include/class/acc_ledger.class.php:2120 #: include/class/acc_ledger.class.php:2136 +#: include/class/acc_ledger.class.php:2155 #, fuzzy msgid "Journaux Financier" msgstr "Financiële journalen" @@ -11598,6 +12717,7 @@ msgstr "Financiële journalen" #: include/class/acc_ledger.class.php:2112 #: include/class/acc_ledger.class.php:2121 #: include/class/acc_ledger.class.php:2137 +#: include/class/acc_ledger.class.php:2156 #, fuzzy msgid "Journaux d'Opérations diverses" msgstr "Jounalen over Verschillende Handelingen" @@ -11611,6 +12731,7 @@ msgstr "Jounalen over Verschillende Handelingen" #: include/class/acc_ledger.class.php:2110 #: include/class/acc_ledger.class.php:2119 #: include/class/acc_ledger.class.php:2135 +#: include/class/acc_ledger.class.php:2154 #, fuzzy msgid "Journaux d'achat" msgstr "Inkoopdagboeken" @@ -11627,17 +12748,20 @@ msgstr "Inkoopdagboeken" #: include/class/acc_ledger.class.php:2109 #: include/class/acc_ledger.class.php:2118 #: include/class/acc_ledger.class.php:2134 +#: include/class/acc_ledger.class.php:2153 msgid "Journaux de vente" msgstr "Geschiedenis verkopen " #: include/class/periode.class.php:648 include/class/periode.class.php:650 -#: include/class/periode.class.php:652 +#: include/class/periode.class.php:652 include/class/periode.class.php:653 +#: include/class/periode.class.php:654 #, fuzzy msgid "Juillet" msgstr "City" #: include/class/periode.class.php:648 include/class/periode.class.php:650 -#: include/class/periode.class.php:652 +#: include/class/periode.class.php:652 include/class/periode.class.php:653 +#: include/class/periode.class.php:654 msgid "Juin" msgstr "" @@ -11649,7 +12773,7 @@ msgstr "Om de positie" #: include/template/stock_histo_search.php:47 include/class_anc_print.php:159 #: include/class/class_anc_print.php:159 include/class/class_anc_print.php:161 #: include/class/anc_print.class.php:155 include/class/anc_print.class.php:153 -#: include/impress_jrn.inc.php:143 +#: include/impress_jrn.inc.php:143 include/class/anc_print.class.php:154 msgid "Jusque" msgstr "Peuter" @@ -11671,10 +12795,14 @@ msgid "L'extension est installée, pourriez-vous en vérifier le paramètrage ?" msgstr "De extensie is geïnstalleerd, kunt u de instellingen te controleren?" #: include/param_sec.inc.php:242 include/param_sec.inc.php:176 -#: include/param_sec.inc.php:182 +#: include/param_sec.inc.php:182 include/param_sec.inc.php:187 msgid "L'utilisateur n'a pas accès à ce dossier" msgstr "" +#: include/class/html_input_noalyss.class.php:46 +msgid "LAD46 Erreur type" +msgstr "" + #: html/admin/setup.php:459 msgid "La base de données est bien configurée " msgstr "" @@ -11690,7 +12818,8 @@ msgstr "" #: html/install.php:605 html/install.php:621 html/install.php:613 #: html/install.php:619 html/install.php:581 html/install.php:571 -#: html/install.php:577 html/install.php:580 +#: html/install.php:577 html/install.php:580 html/install.php:630 +#: html/install.php:636 #, php-format msgid "" "La base de donnée %s est vide, \n" @@ -11720,7 +12849,8 @@ msgstr "" #: html/admin/setup.php:459 html/install.php:523 html/install.php:522 #: html/install.php:520 html/install.php:526 html/install.php:518 #: html/install.php:524 html/install.php:486 html/install.php:461 -#: html/install.php:467 html/install.php:470 +#: html/install.php:467 html/install.php:470 html/install.php:519 +#: html/install.php:525 #, fuzzy msgid "La base de données est bien configurée " msgstr "UW datagegevens is niet van de laatste versie" @@ -11798,6 +12928,13 @@ msgstr "De datum is ongeldig, formaat is dd.mm.yyyy" #: include/class/acc_ledger_sold.class.php:210 #: include/class/acc_ledger_purchase.class.php:200 #: include/class/acc_ledger_purchase.class.php:225 +#: include/class/acc_ledger_purchase.class.php:132 +#: include/class/acc_ledger_purchase.class.php:157 +#: include/class/acc_ledger_purchase.class.php:176 +#: include/class/acc_ledger_purchase.class.php:182 +#: include/class/acc_ledger_purchase.class.php:187 +#: include/class/acc_ledger_purchase.class.php:202 +#: include/class/acc_ledger_purchase.class.php:227 msgid "La fiche " msgstr "Het blad" @@ -11822,6 +12959,8 @@ msgstr "Het blad" #: include/class/acc_ledger.class.php:1252 #: include/class/acc_ledger.class.php:1125 #: include/class/acc_ledger.class.php:1268 +#: include/class/acc_ledger.class.php:1121 +#: include/class/acc_ledger.class.php:1264 #, php-format msgid "La fiche %s n'a pas de poste comptable" msgstr "De% s-plug heeft geen financieel administratieve post" @@ -11831,27 +12970,43 @@ msgid "La numérotation est propre à chaque journal" msgstr "Dagboek van nummering hängt" #: include/lib/message_javascript.php:69 include/lib/message_javascript.php:71 +#: include/lib/message_javascript.php:72 #, fuzzy msgid "" "La numérotation est propre à chaque journal. Laissez à 0 pour ne pas changer " "le numéro" msgstr "Dagboek van nummering hängt" +#: include/param_sec.inc.php:327 +msgid "" +"La sécurité sur les actions permet de limiter ce que l'utilisateur peut " +"faire, si elle n'est pas active l'utilisateur a donc accès à toutes ces " +"actions" +msgstr "" + +#: include/param_sec.inc.php:253 +msgid "" +"La sécurité sur les journaux, permet de limiter l'accès de l'utilisateur aux " +"journaux, si cette sécurité n'est pas activée , l'utilisateur a accès à " +"tous les journaux en lecture et écriture" +msgstr "" + #: include/class_fiche_def.php:453 include/ajax_plugin_detail.php:35 #: include/class_fiche_def.php:436 include/class_fiche_def.php:442 #: include/class_fiche_def.php:452 include/ajax/ajax_plugin_detail.php:35 #: include/class/class_fiche_def.php:452 #: include/class/anc_account_table.class.php:48 #: include/class/fiche_def.class.php:453 +#: include/class/document_state_mtable.php:43 msgid "Label" msgstr "Etiket" #: include/template/param_jrn.php:118 include/lib/message_javascript.php:71 -#: include/lib/message_javascript.php:73 +#: include/lib/message_javascript.php:73 include/lib/message_javascript.php:74 msgid "Laissez à 0 pour ne pas changer le numéro" msgstr "Laat 0 het nummer niet wijzigen" -#: include/lib/message_javascript.php:46 +#: include/lib/message_javascript.php:46 include/lib/message_javascript.php:47 #, fuzzy msgid "Laissez à 0 pour ne rien changer" msgstr "Laat 0 het nummer niet wijzigen" @@ -11869,13 +13024,14 @@ msgstr "" #: html/admin/setup.php:76 html/admin/setup.php:79 html/admin/setup.php:130 #: html/install.php:132 html/install.php:131 html/install.php:137 -#: html/install.php:144 +#: html/install.php:144 html/install.php:157 html/install.php:161 msgid "Le chemin vers le repertoire contenant psql, pg_dump..." msgstr "" #: include/dossier.inc.php:331 include/dossier.inc.php:367 #: include/dossier.inc.php:403 include/dossier.inc.php:404 #: include/dossier.inc.php:420 include/dossier.inc.php:425 +#: include/dossier.inc.php:429 #, fuzzy, php-format msgid "Le dossier %s est effacé" msgstr "De Naam van de map is leeg" @@ -11898,6 +13054,7 @@ msgid "Le login ne peut pas être vide" msgstr "De naam mag niet leeg zijn" #: include/user.inc.php:93 include/user.inc.php:94 include/user.inc.php:96 +#: include/user.inc.php:98 #, fuzzy msgid "Le login ne peut être vide" msgstr "De naam mag niet leeg zijn" @@ -11916,20 +13073,33 @@ msgstr "De quick ratio is een verhouding die op uw homepage verschijnt" msgid "Le modèle %s est effacé" msgstr "Lege regels worden gewist" +#: html/install.php:226 html/install.php:230 +#, fuzzy +msgid "Le mot de passe du super admin et le login ne peuvent être vides" +msgstr "De naam mag niet leeg zijn" + +#: html/install.php:243 html/install.php:247 +msgid "" +"Le mot de passe du super admin et le superadmin ne peut pas contenir des " +"guillemets ou espaces, ni @mobile" +msgstr "" + #: include/user.inc.php:98 include/user.inc.php:99 include/user.inc.php:101 +#: include/user.inc.php:103 #, fuzzy msgid "Le mot de passe ne peut être vide" msgstr "De naam mag niet leeg zijn" #: include/database.item.php:99 include/database.item.php:102 #: include/database.item.php:96 include/database.item.php:94 +#: include/database.item.php:95 msgid "" "Le navigateur vous présente une liste de menu auquel vous avez accès et vous " "permet d'accèder plus rapidement au menu que vous souhaitez" msgstr "" #: include/lib/icard.class.php:222 include/lib/icard.class.php:223 -#: include/lib/icard.class.php:224 +#: include/lib/icard.class.php:224 include/lib/icard.class.php:225 #, fuzzy msgid "Le nom d une icard doit être donne" msgstr "De naam mag niet leeg zijn" @@ -11974,7 +13144,8 @@ msgstr "EEN Naam bij post are Moeder Verplicht" #: include/ajax/ajax_card.php:551 include/class/forecast.class.php:70 #: include/ajax/ajax_card.php:555 #: include/class/template_card_category.class.php:73 -#: include/ajax/ajax_card.php:574 +#: include/ajax/ajax_card.php:574 include/ajax/ajax_card.php:650 +#: include/ajax/ajax_card.php:649 msgid "Le nom ne peut pas être vide" msgstr "De Naam mag are niet leeg" @@ -12010,12 +13181,13 @@ msgstr "Van rekening" #: include/class/acc_ledger.class.php:1124 #: include/class/acc_ledger.class.php:1140 +#: include/class/acc_ledger.class.php:1136 #, fuzzy, php-format msgid "Le poste %s n'est pas dans ce journal" msgstr "wordt niet in this journaal" #: include/template/param_jrn.php:94 include/lib/message_javascript.php:70 -#: include/lib/message_javascript.php:72 +#: include/lib/message_javascript.php:72 include/lib/message_javascript.php:73 msgid "" "Le préfixe des pièces doit être différent pour chaque journal, on peut aussi " "utiliser l'année" @@ -12061,12 +13233,14 @@ msgstr "" #: include/export/export_security_pdf.php:137 #: include/class/profile_menu.class.php:246 #: include/class/profile_menu.class.php:271 +#: include/class/profile_menu.class.php:272 msgid "Lecture" msgstr "Lezing" #: include/param_sec.inc.php:286 include/param_sec.inc.php:228 #: include/param_sec.inc.php:278 include/param_sec.inc.php:259 -#: include/param_sec.inc.php:335 +#: include/param_sec.inc.php:335 include/param_sec.inc.php:270 +#: include/param_sec.inc.php:350 #, fuzzy msgid "Lecture et écriture" msgstr "Schrijven opstellen" @@ -12075,16 +13249,20 @@ msgstr "Schrijven opstellen" #: html/ajax_misc.php:405 html/ajax_misc.php:483 #: include/ajax/ajax_display_letter.php:119 #: include/ajax/ajax_display_letter.php:124 +#: include/ajax/ajax_display_letter.php:142 msgid "Les 2" msgstr "2" #: include/class/tva_rate_mtable.class.php:207 #: include/class/tva_rate_mtable.class.php:209 +#: include/class/tva_rate_mtable.class.php:224 +#: include/class/tva_rate_mtable.class.php:226 #, fuzzy msgid "Les 2 postes comptables ne peuvent être nuls" msgstr "De naam mag niet leeg zijn" #: include/param_sec.inc.php:237 include/param_sec.inc.php:302 +#: include/param_sec.inc.php:240 include/param_sec.inc.php:313 msgid "Les administrateurs NOALYSS ont toujours accès à tout" msgstr "" @@ -12098,13 +13276,15 @@ msgid "Les clauses FROM sont ignorés avec les dates calendriers" msgstr "" #: include/class_anc_print.php:120 include/lib/message_javascript.php:68 -#: include/lib/message_javascript.php:70 +#: include/lib/message_javascript.php:70 include/lib/message_javascript.php:71 msgid "Les dates sont en format DD.MM.YYYY" msgstr "referentiepunt in formaat TT.MM.JJJJ" #: include/class/class_anc_grandlivre.php:146 #: include/class/anc_grandlivre.class.php:167 #: include/class/anc_grandlivre.class.php:168 +#: include/class/anc_grandlivre.class.php:180 +#: include/class/anc_grandlivre.class.php:181 #, fuzzy msgid "" "Les extensions CONVERT_GIF_PDF et PDFTK pour convertir en pdf ne sont pas " @@ -12132,7 +13312,8 @@ msgstr "De stekkers moet ten minste een naam hebben" #: html/admin/setup.php:193 html/admin/setup.php:211 html/admin/setup.php:213 #: html/install.php:255 html/install.php:254 html/install.php:252 #: html/install.php:257 html/install.php:263 html/install.php:214 -#: html/install.php:221 html/install.php:224 +#: html/install.php:221 html/install.php:224 html/install.php:271 +#: html/install.php:277 msgid "Les informations sont sauvées vous pouvez continuer" msgstr "" @@ -12155,7 +13336,7 @@ msgstr "" msgid "Les lignes vides seront effacées" msgstr "Lege regels worden gewist" -#: include/lib/message_javascript.php:51 +#: include/lib/message_javascript.php:51 include/lib/message_javascript.php:52 msgid "" "Les menus ne peuvent dépendre que dans d'un menu principal ou d'un menu, si " "cette liste est vide, ajouter des modules ou menu principal sans donner de " @@ -12167,6 +13348,7 @@ msgstr "" #: include/class/class_user.php:1212 include/class/class_user.php:1200 #: include/class/class_user.php:1238 include/class/class_user.php:1236 #: include/class/user.class.php:1236 include/class/user.class.php:1261 +#: include/class/user.class.php:1284 include/class/user.class.php:1299 msgid "Les mots de passe ne correspondent pas. Mot de passe inchangé" msgstr "Wachtwoorden komen niet overeen. Wachtwoord ongewijzigd" @@ -12193,7 +13375,7 @@ msgid "" "mettez \"Afficher la période comptable\" à non" msgstr "" -#: include/lib/message_javascript.php:34 +#: include/lib/message_javascript.php:34 include/lib/message_javascript.php:35 msgid "" "Les périodes comptables servent comme un second contrôle pour la date de " "l'opération. Modifiez dans vos préférence pour avoir une autre période par " @@ -12210,6 +13392,7 @@ msgstr "" #: include/export/export_gl_pdf.php:88 #: include/export/export_poste_detail_pdf.php:100 +#: include/export/export_poste_detail_pdf.php:101 #, fuzzy msgid "Let" msgstr "Laten." @@ -12223,7 +13406,7 @@ msgstr "Laten." #: include/export/export_fiche_balance_csv.php:161 include/fiche.inc.php:522 #: include/export/export_fiche_detail_csv.php:80 #: include/export/export_poste_detail_csv.php:91 include/fiche.inc.php:524 -#: include/fiche.inc.php:533 +#: include/fiche.inc.php:533 include/fiche.inc.php:546 msgid "Let." msgstr "Laten." @@ -12239,7 +13422,8 @@ msgstr "Laten." #: include/export/export_gl_csv.php:90 include/template/letter_prop.php:65 #: include/category_card.inc.php:79 include/export/export_gl_csv.php:96 #: include/database.item.php:74 include/ajax/ajax_display_letter.php:49 -#: include/category_card.inc.php:81 +#: include/category_card.inc.php:81 include/ajax/ajax_display_letter.php:63 +#: include/database.item.php:73 msgid "Lettrage" msgstr "Belettering" @@ -12267,11 +13451,12 @@ msgstr "Belettering Bericht" msgid "Lettrage par fiche" msgstr "Belettering vel" -#: include/lettering.card.inc.php:50 +#: include/lettering.card.inc.php:50 include/lettering.card.inc.php:51 msgid "Lettrage pour la fiche " msgstr "Belettering voor de goede orde" #: include/lettering.account.inc.php:47 include/lettering.account.inc.php:53 +#: include/lettering.account.inc.php:55 msgid "Lettrage pour le poste comptable " msgstr "Belettering voor de boekhoudkundige positie" @@ -12279,7 +13464,7 @@ msgstr "Belettering voor de boekhoudkundige positie" #: include/database.item.php:198 include/database.item.php:201 #: include/database.item.php:176 include/database.item.php:177 #: include/database.item.php:180 include/database.item.php:188 -#: include/database.item.php:193 +#: include/database.item.php:193 include/database.item.php:186 msgid "Lettre de rappel" msgstr "Herinnering" @@ -12466,7 +13651,26 @@ msgstr "smaad" #: include/class/acc_ledger.class.php:621 #: include/class/acc_ledger.class.php:628 #: include/class/acc_ledger.class.php:903 -#: include/class/acc_ledger_purchase.class.php:1836 +#: include/class/acc_ledger_purchase.class.php:1836 include/fiche.inc.php:416 +#: include/class/payment_method_mtable.class.php:39 +#: include/class/acc_ledger.class.php:869 +#: include/class/acc_ledger.class.php:891 +#: include/class/acc_ledger_purchase.class.php:1436 +#: include/class/acc_ledger_purchase.class.php:1873 +#: include/class/acc_ledger_sold.class.php:706 +#: include/class/acc_ledger_sold.class.php:1395 +#: include/class/pre_op_advanced.class.php:200 +#: include/class/print_ledger_detail_item.class.php:59 +#: include/class/acc_ledger_history_generic.class.php:774 +#: include/class/anc_grandlivre.class.php:228 +#: include/export/export_ledger_csv.php:149 +#: include/template/form_ledger_detail.php:59 +#: include/template/ledger_detail_bottom.php:95 +#: include/template/ledger_detail_bottom.php:384 +#: include/class/anc_grandlivre.class.php:229 +#: include/export/export_poste_detail_pdf.php:99 +#: include/template/ledger_detail_bottom.php:96 +#: include/template/ledger_detail_bottom.php:401 #, php-format msgid "Libellé" msgstr "Opstellen" @@ -12494,6 +13698,8 @@ msgstr "Opstellen" #: include/class/acc_ledger_sold.class.php:945 #: include/class/acc_ledger_purchase.class.php:1703 #: include/class/acc_ledger_sold.class.php:947 +#: include/class/acc_ledger_purchase.class.php:1725 +#: include/class/acc_ledger_sold.class.php:951 msgid "Libellé :" msgstr "Volgt:" @@ -12513,7 +13719,7 @@ msgstr "" #: include/database.item.php:6 include/database.item.php:9 #: include/database.item.php:11 include/database.item.php:14 -#: include/database.item.php:8 +#: include/database.item.php:8 include/database.item.php:7 msgid "Lien entre comptabilité et Comptabilité analytique" msgstr "Verband tussen Boekhouding en Cost Accounting" @@ -12551,6 +13757,7 @@ msgid "Limite dossiers" msgstr "Records Management" #: include/lib/message_javascript.php:104 +#: include/lib/message_javascript.php:105 msgid "" "Limite le type de fiche si vous choisissez la fiche à la saisie, uniquement " "avec journaux OD" @@ -12569,6 +13776,11 @@ msgstr "" msgid "Liste" msgstr "Fractie Lijst" +#: include/ajax/ajax_action_concerned_list.php:39 +#, fuzzy +msgid "Liste Autres Fiches" +msgstr "Alle bladen in PDF" + #: include/ext/importbank/index.php:57 include/ext/importbank/index.php:59 msgid "Liste Import " msgstr "Importlijst" @@ -12576,7 +13788,7 @@ msgstr "Importlijst" #: include/database.item.php:120 include/database.item.php:123 #: include/database.item.php:129 include/database.item.php:125 #: include/database.item.php:124 include/database.item.php:128 -#: include/database.item.php:122 +#: include/database.item.php:122 include/database.item.php:121 msgid "Liste Suivi" msgstr "Tracking lijst" @@ -12600,6 +13812,7 @@ msgstr "Lijst met contacten" #: include/database.item.php:125 include/database.item.php:128 #: include/database.item.php:122 include/database.item.php:120 +#: include/database.item.php:121 msgid "" "Liste de vos suivis, en fait de tous les documents, réunions ... dont vous " "avez besoin afin de suivre vos clients, fournisseurs ou administrations. Il " @@ -12614,11 +13827,13 @@ msgstr "Lijst van aflosbare goederen " #: include/database.item.php:93 include/database.item.php:96 #: include/database.item.php:101 include/database.item.php:98 #: include/database.item.php:97 include/database.item.php:95 +#: include/database.item.php:94 msgid "Liste des changements manuels des stocks" msgstr "Lijst van boeken stock veranderingen" #: include/database.item.php:98 include/database.item.php:101 #: include/database.item.php:95 include/database.item.php:93 +#: include/database.item.php:94 msgid "" "Liste des changements manuels des stocks, inventaire, transfert de " "marchandises entre dépôts..." @@ -12652,6 +13867,7 @@ msgstr "Retail operatie" #: include/ajax/ajax_search_operation.php:119 #: include/ajax/ajax_search_operation.php:122 #: include/ajax/ajax_search_operation.php:124 +#: include/ajax/ajax_search_operation.php:129 #, fuzzy msgid "Liste limitée à " msgstr "Beperkt tot 12 resultaten" @@ -12713,7 +13929,7 @@ msgstr "" #: include/template/todo_list_list_user.php:37 include/user.inc.php:122 #: include/user.inc.php:123 include/param_sec.inc.php:57 -#: include/user.inc.php:125 +#: include/user.inc.php:125 include/user.inc.php:127 msgid "Login" msgstr "" @@ -12726,7 +13942,8 @@ msgid "Lundi" msgstr "Maandag" #: include/class/periode.class.php:648 include/class/periode.class.php:650 -#: include/class/periode.class.php:652 +#: include/class/periode.class.php:652 include/class/periode.class.php:653 +#: include/class/periode.class.php:654 #, fuzzy msgid "Mai" msgstr "Dinsdag" @@ -12743,12 +13960,14 @@ msgstr "Gemachtigde" #: include/class_extension.php:247 include/class_extension.php:262 #: include/class/class_extension.php:262 include/class/class_extension.php:270 #: include/class/extension.class.php:270 include/class/extension.class.php:302 +#: include/class/extension.class.php:308 msgid "Manque auteur" msgstr "" #: include/class_extension.php:246 include/class_extension.php:261 #: include/class/class_extension.php:261 include/class/class_extension.php:269 #: include/class/extension.class.php:269 include/class/extension.class.php:300 +#: include/class/extension.class.php:306 #, fuzzy msgid "Manque code" msgstr "Qcode" @@ -12756,6 +13975,7 @@ msgstr "Qcode" #: include/class_extension.php:245 include/class_extension.php:260 #: include/class/class_extension.php:260 include/class/class_extension.php:268 #: include/class/extension.class.php:268 include/class/extension.class.php:298 +#: include/class/extension.class.php:304 #, fuzzy msgid "Manque description" msgstr "Beschrijving" @@ -12763,6 +13983,7 @@ msgstr "Beschrijving" #: include/class_extension.php:249 include/class_extension.php:264 #: include/class/class_extension.php:264 include/class/class_extension.php:272 #: include/class/extension.class.php:272 include/class/extension.class.php:306 +#: include/class/extension.class.php:312 #, fuzzy msgid "Manque fichier à inclure" msgstr "Bestand te laden" @@ -12770,6 +13991,7 @@ msgstr "Bestand te laden" #: include/class_extension.php:244 include/class_extension.php:259 #: include/class/class_extension.php:259 include/class/class_extension.php:267 #: include/class/extension.class.php:267 include/class/extension.class.php:296 +#: include/class/extension.class.php:302 #, fuzzy msgid "Manque nom" msgstr "Bank" @@ -12777,6 +13999,7 @@ msgstr "Bank" #: include/class_extension.php:239 include/class_extension.php:254 #: include/class/class_extension.php:254 include/class/class_extension.php:262 #: include/class/extension.class.php:262 include/class/extension.class.php:290 +#: include/class/extension.class.php:296 #, fuzzy msgid "Manque plugin" msgstr "Deze plug-in toevoegen" @@ -12784,6 +14007,7 @@ msgstr "Deze plug-in toevoegen" #: include/class_extension.php:248 include/class_extension.php:263 #: include/class/class_extension.php:263 include/class/class_extension.php:271 #: include/class/extension.class.php:271 include/class/extension.class.php:304 +#: include/class/extension.class.php:310 msgid "Manque répertoire racine" msgstr "" @@ -12806,7 +14030,8 @@ msgid "Marquer pour suppression" msgstr "Print menu" #: include/class/periode.class.php:647 include/class/periode.class.php:649 -#: include/class/periode.class.php:651 +#: include/class/periode.class.php:651 include/class/periode.class.php:652 +#: include/class/periode.class.php:653 msgid "Mars" msgstr "" @@ -12835,20 +14060,23 @@ msgstr "Materiaaldemping" #: html/ajax_misc.php:497 html/ajax_misc.php:575 #: include/ajax/ajax_display_letter.php:211 #: include/ajax/ajax_display_letter.php:216 +#: include/ajax/ajax_display_letter.php:223 msgid "Mauvais type objet" msgstr "Verkeerd type object" #: include/dossier.inc.php:342 include/ajax/ajax_admin.php:213 #: include/dossier.inc.php:347 include/ajax/ajax_admin.php:234 -#: include/ajax/ajax_admin.php:238 +#: include/ajax/ajax_admin.php:238 include/dossier.inc.php:350 msgid "Max. email / jour (-1 = illimité)" msgstr "" #: include/lib/message_javascript.php:87 include/lib/message_javascript.php:89 +#: include/lib/message_javascript.php:90 msgid "Maximum" msgstr "" #: include/lib/message_javascript.php:86 include/lib/message_javascript.php:88 +#: include/lib/message_javascript.php:89 #, fuzzy msgid "Maximum 15 lignes" msgstr "Nieuwe lijn" @@ -12877,18 +14105,20 @@ msgstr "Menu" #: include/database.item.php:76 include/database.item.php:74 #: include/database.item.php:73 include/database.item.php:72 #: include/database.item.php:75 include/database.item.php:69 +#: include/database.item.php:68 msgid "Menu " msgstr "Menu" #: include/database.item.php:119 include/database.item.php:122 #: include/database.item.php:128 include/database.item.php:124 #: include/database.item.php:123 include/database.item.php:127 -#: include/database.item.php:121 +#: include/database.item.php:121 include/database.item.php:120 msgid "Menu Financier" msgstr "Financiële Menu" #: include/database.item.php:77 include/database.item.php:80 #: include/database.item.php:74 include/database.item.php:72 +#: include/database.item.php:73 #, fuzzy msgid "Menu Lettrage" msgstr "Belettering" @@ -12897,6 +14127,7 @@ msgstr "Belettering" #: include/database.item.php:75 include/database.item.php:73 #: include/database.item.php:72 include/database.item.php:71 #: include/database.item.php:74 include/database.item.php:68 +#: include/database.item.php:67 msgid "Menu achat" msgstr "Aankoop menu" @@ -12907,11 +14138,13 @@ msgstr "Huidige menu" #: include/database.item.php:117 include/database.item.php:120 #: include/database.item.php:126 include/database.item.php:123 #: include/database.item.php:122 include/database.item.php:118 +#: include/database.item.php:119 msgid "Menu avancé" msgstr "Menu Geavanceerd" #: include/database.item.php:80 include/database.item.php:83 #: include/database.item.php:77 include/database.item.php:75 +#: include/database.item.php:76 #, fuzzy msgid "Menu de différents paramètres" msgstr "Module instellen" @@ -12920,6 +14153,7 @@ msgstr "Module instellen" #: include/database.item.php:76 include/database.item.php:74 #: include/database.item.php:73 include/database.item.php:72 #: include/database.item.php:75 include/database.item.php:69 +#: include/database.item.php:68 msgid "Menu et profil" msgstr "Menu en het profiel" @@ -12927,12 +14161,19 @@ msgstr "Menu en het profiel" #: include/database.item.php:77 include/database.item.php:75 #: include/database.item.php:74 include/database.item.php:73 #: include/database.item.php:76 include/database.item.php:70 +#: include/database.item.php:69 msgid "Menu impression" msgstr "Print menu" +#: include/class/acc_operation.class.php:747 +#, fuzzy +msgid "Menu invalide" +msgstr "Ongeldige code" + #: include/database.item.php:111 include/database.item.php:114 #: include/database.item.php:120 include/database.item.php:117 #: include/database.item.php:116 include/database.item.php:112 +#: include/database.item.php:113 msgid "Menu opérations diverses" msgstr "Menu verschillende bewerkingen" @@ -12943,31 +14184,34 @@ msgstr "Menu verschillende bewerkingen" #: include/database.item.php:130 include/ajax/ajax_add_menu.php:156 #: include/ajax/ajax_get_menu_detail.php:71 include/ajax/ajax_add_menu.php:157 #: include/database.item.php:134 include/ajax/ajax_add_menu.php:165 -#: include/database.item.php:128 +#: include/database.item.php:128 include/database.item.php:127 msgid "Menu par défaut" msgstr "Standaardmenu" #: include/database.item.php:123 include/database.item.php:126 #: include/database.item.php:120 include/database.item.php:118 +#: include/database.item.php:119 msgid "" "Menu regroupant la création de rapport, la vérification de la comptabilité..." msgstr "" #: include/database.item.php:19 include/database.item.php:22 #: include/database.item.php:51 include/database.item.php:49 -#: include/database.item.php:62 +#: include/database.item.php:62 include/database.item.php:61 msgid "Menu regroupant les plugins" msgstr "" #: include/database.item.php:94 include/database.item.php:97 #: include/database.item.php:102 include/database.item.php:99 #: include/database.item.php:98 include/database.item.php:96 +#: include/database.item.php:95 msgid "Menu simplifié pour retrouver rapidement un menu" msgstr "Vereenvoudigd menu om een ​​menu snel te lokaliseren" #: include/database.item.php:113 include/database.item.php:116 #: include/database.item.php:122 include/database.item.php:119 #: include/database.item.php:118 include/database.item.php:114 +#: include/database.item.php:115 msgid "Menu ventes et recettes" msgstr "Menu Winsten" @@ -12988,13 +14232,13 @@ msgstr "Woensdag" #: include/ext/invoicing/include/template/recorded_message_display.php:27 #: include/compta_ach.inc.php:111 include/compta_ven.inc.php:118 #: include/operation_ods_confirm.inc.php:68 include/compta_ven.inc.php:116 -#: include/compta_ach.inc.php:109 +#: include/compta_ach.inc.php:109 include/compta_ach.inc.php:108 msgid "Message" msgstr "Bericht" #: include/compta_ach.inc.php:109 include/compta_ven.inc.php:116 #: include/operation_ods_confirm.inc.php:67 include/compta_ven.inc.php:114 -#: include/compta_ach.inc.php:107 +#: include/compta_ach.inc.php:107 include/compta_ach.inc.php:106 #, fuzzy msgid "Message extourne" msgstr "Bericht" @@ -13005,11 +14249,13 @@ msgid "Met à jour toutes les dossiers et modèles" msgstr "Update" #: include/export/export_ledger_csv.php:143 +#: include/export/export_ledger_csv.php:148 #, fuzzy msgid "Methode paiement" msgstr "Betaling" #: include/lib/message_javascript.php:72 include/lib/message_javascript.php:74 +#: include/lib/message_javascript.php:75 msgid "Mettez le pourcentage
          à zéro pour effacer la ligne" msgstr "" @@ -13031,10 +14277,15 @@ msgstr "" #: include/ajax/ajax_search_operation.php:132 #: include/ajax/ajax_search_operation.php:129 #: include/ajax/ajax_search_operation.php:134 +#: include/ajax/ajax_search_operation.php:135 +#: include/ajax/ajax_search_operation.php:140 +#: include/template/action_search_result.php:33 +#: include/template/action_search_result.php:90 msgid "Mettre à jour" msgstr "Up-to-date brengen" #: include/lib/message_javascript.php:106 +#: include/lib/message_javascript.php:107 msgid "" "Mettre à oui pour un journal dédié uniquement aux notes de crédit ou de " "débit, il affichera un avertissement si le montant n'est pas en négatif" @@ -13047,7 +14298,7 @@ msgid "Mini-Rapport : " msgstr "Mini-Report:" #: include/template/param_jrn.php:68 include/template/param_jrn.php:75 -#: include/template/param_jrn.php:119 +#: include/template/param_jrn.php:119 include/template/param_jrn.php:120 #, fuzzy msgid "Minimum de lignes à afficher" msgstr "Geen bestand" @@ -13060,7 +14311,8 @@ msgstr "Bijwerken" #: html/admin/setup.php:528 html/install.php:592 html/install.php:591 #: html/install.php:589 html/install.php:602 html/install.php:594 #: html/install.php:600 html/install.php:562 html/install.php:552 -#: html/install.php:558 html/install.php:561 +#: html/install.php:558 html/install.php:561 html/install.php:611 +#: html/install.php:617 #, fuzzy msgid "Mise à jour dossier" msgstr "Bijwerken" @@ -13100,19 +14352,21 @@ msgstr "OPSLAAN" #: include/ext/import_card/include/import_card.class.php:340 #: include/upgrade-plugin.php:101 include/upgrade-template.php:39 #: include/upgrade-plugin.php:113 include/upgrade-template.php:51 +#: include/upgrade-plugin.php:116 msgid "Mise à jour" msgstr "Bijwerken" #: html/admin/setup.php:549 html/install.php:613 html/install.php:614 #: html/install.php:621 html/install.php:637 html/install.php:629 #: html/install.php:635 html/install.php:597 html/install.php:587 -#: html/install.php:594 +#: html/install.php:594 html/install.php:647 html/install.php:653 #, fuzzy msgid "Mise à jour Repository" msgstr "OPSLAAN" #: include/upgrade.inc.php:50 include/upgrade.inc.php:45 #: include/upgrade.inc.php:46 include/class/dossier.class.php:344 +#: include/class/dossier.class.php:350 #, fuzzy msgid "Mise à jour de la base de données principale" msgstr "Database" @@ -13124,6 +14378,7 @@ msgstr "Update" #: include/upgrade.inc.php:65 include/upgrade.inc.php:60 #: include/upgrade.inc.php:61 include/class/dossier.class.php:360 +#: include/class/dossier.class.php:366 #, fuzzy msgid "Mise à jour dossiers" msgstr "Bijwerken" @@ -13136,7 +14391,8 @@ msgstr "Werk plugin, kunt u de parameter instelling te controleren?" #: html/admin/setup.php:527 html/install.php:591 html/install.php:590 #: html/install.php:588 html/install.php:601 html/install.php:593 #: html/install.php:599 html/install.php:561 html/install.php:551 -#: html/install.php:557 html/install.php:560 +#: html/install.php:557 html/install.php:560 html/install.php:610 +#: html/install.php:616 #, fuzzy msgid "Mise à jour du systeme" msgstr "Update" @@ -13149,6 +14405,7 @@ msgstr "Update" #: include/upgrade.inc.php:91 include/upgrade.inc.php:86 #: include/upgrade.inc.php:87 include/upgrade.inc.php:88 #: include/upgrade.inc.php:89 include/class/dossier.class.php:388 +#: include/class/dossier.class.php:394 #, fuzzy msgid "Mise à jour modèles" msgstr "Kies een dossier" @@ -13180,6 +14437,8 @@ msgstr "Kies een dossier" #: include/history_operation.inc.php:150 include/history_operation.inc.php:156 #: include/class/acc_ledger_sold.class.php:1046 #: include/class/acc_ledger_purchase.class.php:1793 +#: include/history_operation.inc.php:168 +#: include/class/acc_ledger_purchase.class.php:1817 msgid "Mise à jour paiement" msgstr "OPSLAAN" @@ -13196,10 +14455,12 @@ msgstr "" #: html/admin/template_config_form.php:59 #: include/template/template_config_form.php:63 #: include/template/template_config_form.php:71 +#: include/template/template_config_form.php:81 +#: include/template/template_config_form.php:74 msgid "Mode Serveur mutualisé" msgstr "" -#: include/lib/html_tab.class.php:99 +#: include/lib/html_tab.class.php:99 include/lib/html_tab.class.php:119 #, fuzzy msgid "Mode invalide" msgstr "Ongeldige code" @@ -13228,6 +14489,7 @@ msgstr "Verandering" #: include/database.item.php:92 include/database.item.php:95 #: include/database.item.php:100 include/database.item.php:97 #: include/database.item.php:96 include/database.item.php:94 +#: include/database.item.php:93 msgid "Modification Stocks" msgstr "Veranderen Voorraden" @@ -13247,17 +14509,19 @@ msgstr "" #: include/database.item.php:92 include/database.item.php:95 #: include/database.item.php:100 include/database.item.php:97 #: include/database.item.php:96 include/database.item.php:94 +#: include/database.item.php:93 msgid "Modification des stocks (inventaire)" msgstr "Veranderen van voorraden (inventaris)" #: include/database.item.php:97 include/database.item.php:100 #: include/database.item.php:94 include/database.item.php:92 +#: include/database.item.php:93 #, fuzzy msgid "Modification des stocks, menu utilisé pour l'inventaire" msgstr "Veranderen van voorraden (inventaris)" #: include/ajax_mod_predf_op.php:32 include/ajax/ajax_mod_predf_op.php:32 -#: include/ajax/ajax_mod_predf_op.php:31 +#: include/ajax/ajax_mod_predf_op.php:31 include/ajax/ajax_mod_predf_op.php:44 msgid "Modification du nom" msgstr "Naam veranderen" @@ -13320,6 +14584,8 @@ msgstr "Verandering" #: include/class/anc_operation.class.php:318 #: include/class/anc_operation.class.php:319 #: include/lib/manage_table_sql.class.php:755 +#: include/class/document_type.class.php:77 +#: include/lib/manage_table_sql.class.php:807 include/dossier.inc.php:286 msgid "Modifier" msgstr "Veranderen" @@ -13332,6 +14598,7 @@ msgstr "Deze plug-in veranderen " #: include/database.item.php:215 include/database.item.php:192 #: include/database.item.php:193 include/database.item.php:196 #: include/database.item.php:207 include/database.item.php:212 +#: include/database.item.php:202 msgid "Modifier le type de document" msgstr "Wijzig het type document" @@ -13360,12 +14627,14 @@ msgstr "Module" #: include/database.item.php:74 include/database.item.php:77 #: include/database.item.php:82 include/database.item.php:80 #: include/database.item.php:79 include/database.item.php:76 +#: include/database.item.php:75 msgid "Module comptabilité" msgstr "Accounting Module" #: include/database.item.php:115 include/database.item.php:118 #: include/database.item.php:124 include/database.item.php:121 #: include/database.item.php:120 include/database.item.php:116 +#: include/database.item.php:117 msgid "Module comptabilité analytique" msgstr "Cost Accounting Module" @@ -13377,6 +14646,7 @@ msgstr "Tarief van de BTW" #: include/database.item.php:71 include/database.item.php:74 #: include/database.item.php:14 include/database.item.php:76 #: include/database.item.php:79 include/database.item.php:73 +#: include/database.item.php:72 msgid "Module gestion" msgstr "Management Module" @@ -13391,6 +14661,7 @@ msgstr "Management Module" #: include/lib/ac_common.php:881 include/class/extension.class.php:122 #: include/lib/ac_common.php:893 include/class/extension.class.php:138 #: include/lib/ac_common.php:895 include/lib/ac_common.php:911 +#: include/lib/ac_common.php:921 msgid "Module inexistant" msgstr "Module bestaat niet" @@ -13409,7 +14680,8 @@ msgid "Module paramètres" msgstr "Module instellen" # Je suppose que TKPDF est comme PDF? -#: html/install.php:384 html/install.php:387 +#: html/install.php:384 html/install.php:387 html/install.php:436 +#: html/install.php:442 #, fuzzy msgid "Module php-pgsql n'est pas installé" msgstr "TKPDF is niet geïnstalleerd" @@ -13422,6 +14694,7 @@ msgstr "TKPDF is niet geïnstalleerd" #: include/dossier.inc.php:353 include/compta_ach.inc.php:89 #: include/compta_ach.inc.php:91 include/compta_ven.inc.php:98 #: include/dossier.inc.php:358 include/upgrade.inc.php:36 +#: include/compta_ach.inc.php:88 include/dossier.inc.php:361 msgid "Modèle" msgstr "Model" @@ -13430,6 +14703,7 @@ msgstr "Model" #: include/class/acc_ledger.class.php:798 #: include/class/acc_ledger.class.php:803 #: include/class/acc_ledger.class.php:819 +#: include/class/acc_ledger.class.php:807 #, fuzzy msgid "Modèle d'opération" msgstr "Operatiemodel" @@ -13443,6 +14717,8 @@ msgstr "Operatiemodel" #: include/class/pre_operation.class.php:249 #: include/class/pre_operation.class.php:248 #: include/class/pre_operation.class.php:250 +#: include/class/pre_operation.class.php:312 +#: include/class/pre_operation.class.php:315 msgid "Modèle d'opérations" msgstr "Operatiemodel" @@ -13454,6 +14730,7 @@ msgstr "Model van het document" #: include/upgrade.inc.php:106 include/upgrade.inc.php:101 #: include/upgrade.inc.php:102 include/upgrade.inc.php:104 #: include/upgrade.inc.php:105 include/class/dossier.class.php:404 +#: include/class/dossier.class.php:410 #, fuzzy msgid "Modèle inexistant" msgstr "Module bestaat niet" @@ -13475,6 +14752,7 @@ msgid "Modèle non trouvé" msgstr "Handeling is niet gevonden" #: include/template/form_ledger_detail.php:15 +#: include/template/form_ledger_detail.php:18 #, fuzzy msgid "Modèle opération" msgstr "Operatiemodel" @@ -13482,7 +14760,7 @@ msgstr "Operatiemodel" #: include/compta_ach.inc.php:84 include/compta_ach.inc.php:87 #: include/compta_ven.inc.php:96 include/operation_ods_confirm.inc.php:51 #: include/compta_ach.inc.php:89 include/compta_ach.inc.php:91 -#: include/compta_ven.inc.php:98 +#: include/compta_ven.inc.php:98 include/compta_ach.inc.php:88 #, fuzzy msgid "Modèle à sauver" msgstr "Modellen" @@ -13492,9 +14770,15 @@ msgstr "Modellen" #: include/modele.inc.php:274 include/lib/user_menu.php:119 #: include/modele.inc.php:257 include/modele.inc.php:258 #: include/lib/user_menu.php:76 include/modele.inc.php:259 +#: include/lib/user_menu.php:75 msgid "Modèles" msgstr "Modellen" +#: include/template/fiche_def_input.php:26 +#, fuzzy +msgid "Modèles de catégorie" +msgstr "Een categorie toevoegen" + #: include/modele.inc.php:326 include/modele.inc.php:327 msgid "Modèles disponibles dans le dépôt" msgstr "" @@ -13511,6 +14795,7 @@ msgstr "Maand" #: include/class/periode.class.php:438 include/class/periode.class.php:440 #: include/class/periode.class.php:442 include/class/periode.class.php:444 +#: include/class/periode.class.php:443 include/class/periode.class.php:445 #, fuzzy msgid "Mois de début n'existe pas " msgstr "Dit plan bestaat niet" @@ -13624,6 +14909,17 @@ msgstr "Dit plan bestaat niet" #: include/class/anc_listing.class.php:86 include/class/fiche.class.php:1398 #: include/lib/ac_common.php:1215 include/fiche.inc.php:531 #: include/class/fiche.class.php:1399 include/class/acc_ledger.class.php:904 +#: include/fiche.inc.php:544 include/class/anc_group_operation.class.php:137 +#: include/class/acc_ledger_search.class.php:738 +#: include/class/acc_ledger_search.class.php:1051 +#: include/class/acc_ledger.class.php:892 +#: include/class/print_ledger_misc.class.php:47 +#: include/class/fiche.class.php:1426 +#: include/class/acc_ledger_purchase.class.php:1463 +#: include/class/acc_ledger_sold.class.php:733 +#: include/class/pre_op_advanced.class.php:201 include/lib/ac_common.php:1225 +#: include/class/acc_ledger_search.class.php:761 +#: include/class/acc_ledger_search.class.php:1074 msgid "Montant" msgstr "Bedrag" @@ -13652,6 +14948,10 @@ msgstr "Afgeschreven hoeveelheid" #: include/export/export_printtva_csv.php:64 #: include/export/export_printtva_pdf.php:58 #: include/export/export_printtva_pdf.php:213 +#: include/export/export_printtva_pdf.php:60 +#: include/export/export_printtva_pdf.php:217 +#: include/export/export_printtva_csv.php:56 +#: include/export/export_printtva_csv.php:76 #, fuzzy msgid "Montant Autoliquidation" msgstr "Datum van de verrichting" @@ -13664,6 +14964,10 @@ msgstr "Datum van de verrichting" #: include/export/export_printtva_csv.php:61 #: include/export/export_printtva_pdf.php:57 #: include/export/export_printtva_pdf.php:212 +#: include/export/export_printtva_pdf.php:59 +#: include/export/export_printtva_pdf.php:216 +#: include/export/export_printtva_csv.php:54 +#: include/export/export_printtva_csv.php:73 #, fuzzy msgid "Montant HT" msgstr "BTW Bedrag Zonder" @@ -13690,6 +14994,8 @@ msgstr "BTW Bedrag Zonder" #: include/class/acc_ledger_purchase.class.php:1446 #: include/class/acc_ledger_sold.class.php:727 #: include/class/acc_ledger_purchase.class.php:1449 +#: include/class/acc_ledger_purchase.class.php:1460 +#: include/class/acc_ledger_sold.class.php:730 msgid "Montant HTVA" msgstr "BTW Bedrag Zonder" @@ -13713,6 +15019,8 @@ msgstr "OOrspronkelijk bedrag" #: include/class/acc_ledger_purchase.class.php:1851 #: include/export/export_printtva_csv.php:65 #: include/class/acc_ledger_purchase.class.php:1857 +#: include/class/acc_ledger_purchase.class.php:1894 +#: include/export/export_printtva_csv.php:77 msgid "Montant ND" msgstr "Niet terug te vorderen bedrag" @@ -13720,6 +15028,7 @@ msgstr "Niet terug te vorderen bedrag" #: include/template/tax_summary_display.php:214 #: include/template/tax_summary_display.php:306 #: include/export/export_printtva_pdf.php:213 +#: include/export/export_printtva_pdf.php:217 #, fuzzy msgid "Montant Non Déd" msgstr "Niet terug te vorderen bedrag" @@ -13789,6 +15098,16 @@ msgstr "Niet terug te vorderen bedrag" #: include/export/export_printtva_pdf.php:212 #: include/class/acc_ledger_sold.class.php:1427 #: include/class/acc_ledger_purchase.class.php:1853 +#: include/class/acc_ledger_purchase.class.php:1459 +#: include/class/acc_ledger_purchase.class.php:1890 +#: include/class/acc_ledger_sold.class.php:729 +#: include/class/acc_ledger_sold.class.php:1412 +#: include/export/export_printtva_pdf.php:59 +#: include/export/export_printtva_pdf.php:216 +#: include/export/export_printtva_csv.php:55 +#: include/export/export_printtva_csv.php:75 +#: include/template/follow_up_detail_display.php:55 +#: include/template/newEmptyPHP_NOALYSS.php:40 msgid "Montant TVA" msgstr "BTW Bedrag" @@ -13807,6 +15126,7 @@ msgstr "BTW Bedrag" #: include/class/acc_ledger_purchase.class.php:1849 #: include/class/acc_ledger_purchase.class.php:1852 #: include/class/acc_ledger_purchase.class.php:1858 +#: include/class/acc_ledger_purchase.class.php:1895 msgid "Montant TVA ND" msgstr "Bedrag niet terug te vorderen BTW" @@ -13842,6 +15162,10 @@ msgstr "Foutief bedrag van de BTW" #: include/class/acc_ledger_purchase.class.php:1447 #: include/class/acc_ledger_sold.class.php:728 #: include/class/acc_ledger_purchase.class.php:1450 +#: include/class/acc_ledger_purchase.class.php:1461 +#: include/class/acc_ledger_sold.class.php:731 +#: include/template/follow_up_detail_display.php:56 +#: include/template/newEmptyPHP_NOALYSS.php:41 msgid "Montant TVAC" msgstr "BTW Inbegrepen Bedrag" @@ -13877,6 +15201,7 @@ msgstr "Bedrag kleiner dan of gelijk aan" #: include/database.item.php:179 include/database.item.php:138 #: include/database.item.php:139 include/database.item.php:140 #: include/database.item.php:145 include/database.item.php:150 +#: include/database.item.php:146 msgid "Montant initial" msgstr "Oorspronkelijk bedrag" @@ -13893,6 +15218,7 @@ msgstr "Oorspronkelijk bedrag" #: include/ext/amortis/include/am_card.class.php:279 #: include/class/acc_ledger.class.php:1105 #: include/class/acc_ledger.class.php:1121 +#: include/class/acc_ledger.class.php:1117 msgid "Montant invalide" msgstr "Ongeldig bedrag" @@ -13900,6 +15226,7 @@ msgstr "Ongeldig bedrag" #: html/ajax_misc.php:362 html/ajax_misc.php:440 #: include/ajax/ajax_display_letter.php:76 #: include/ajax/ajax_display_letter.php:81 +#: include/ajax/ajax_display_letter.php:96 msgid "Montant max. " msgstr "Max bedrag." @@ -13907,12 +15234,14 @@ msgstr "Max bedrag." #: html/ajax_misc.php:355 html/ajax_misc.php:433 #: include/ajax/ajax_display_letter.php:69 #: include/ajax/ajax_display_letter.php:74 +#: include/ajax/ajax_display_letter.php:89 msgid "Montant min. " msgstr "Bedragen min." #: include/export/export_histo_csv.php:44 #: include/export/export_histo_csv.php:45 #: include/export/export_histo_csv.php:46 +#: include/export/export_histo_csv.php:49 #, fuzzy msgid "Montant opération" msgstr "Datum van de verrichting" @@ -13920,6 +15249,9 @@ msgstr "Datum van de verrichting" #: include/export/export_ledger_csv.php:142 #: include/class/acc_ledger_history_purchase.class.php:279 #: include/class/acc_ledger_history_sale.class.php:265 +#: include/class/acc_ledger_history_sale.class.php:275 +#: include/class/acc_ledger_history_purchase.class.php:291 +#: include/export/export_ledger_csv.php:147 #, fuzzy msgid "Montant paiement" msgstr "Datum van de betaling" @@ -13929,6 +15261,7 @@ msgid "Montant supérieur ou égal à" msgstr "Bedrag groter dan of gelijk aan" #: include/compta_fin_rec.inc.php:303 include/compta_fin_rec.inc.php:304 +#: include/compta_fin_rec.inc.php:345 #, fuzzy msgid "Montant sélectionné" msgstr "Verwijder geselecteerde bladwijzers" @@ -13967,7 +15300,7 @@ msgstr "Oplopen tot aankoop" msgid "Montrer articles" msgstr "Artikel toevoegen" -#: include/periode.inc.php:88 +#: include/periode.inc.php:88 include/periode.inc.php:86 #, fuzzy msgid "Montrer l'exercice" msgstr "Een andere oefening" @@ -13990,10 +15323,23 @@ msgstr "Details Tonen" #: html/install.php:593 html/install.php:208 html/install.php:555 #: include/user.inc.php:83 html/install.php:215 html/install.php:545 #: html/install.php:551 html/install.php:218 html/install.php:554 +#: html/install.php:265 html/install.php:604 html/install.php:270 +#: html/install.php:610 include/user.inc.php:85 #, fuzzy msgid "Mot de passe" msgstr "Onkostennota" +#: include/template/template_config_form.php:65 +#: include/template/template_config_form.php:46 +#, fuzzy +msgid "Mot de passe administrateur de noalyss" +msgstr "Beheerder" + +#: html/install.php:164 html/install.php:168 +msgid "" +"Mot de passe administrateur, il peut être changé ensuite dans les préférences" +msgstr "" + #: html/admin/template_config_form.php:51 #, fuzzy msgid "Mot de passe de l'utilisateur" @@ -14006,12 +15352,15 @@ msgstr "Gebruiker toevoegen" #: html/admin/template_config_form.php:51 #: include/template/template_config_form.php:51 +#: include/template/template_config_form.php:52 +#: include/template/template_config_form.php:100 #, fuzzy msgid "Mot de passe de l'utilisateur Postgresql" msgstr "Gebruiker toevoegen" #: html/admin/setup.php:132 html/install.php:134 html/install.php:133 -#: html/install.php:139 html/install.php:146 +#: html/install.php:139 html/install.php:146 html/install.php:159 +#: html/install.php:163 #, fuzzy msgid "Mot de passe de l'utilisateur de Postgresql" msgstr "Gebruiker toevoegen" @@ -14034,7 +15383,7 @@ msgstr "Reden van de verandering" #: include/database.item.php:121 include/database.item.php:124 #: include/database.item.php:130 include/database.item.php:126 #: include/database.item.php:125 include/database.item.php:129 -#: include/database.item.php:123 +#: include/database.item.php:123 include/database.item.php:122 msgid "Moyen de paiement" msgstr "Betaling" @@ -14043,17 +15392,24 @@ msgstr "Betaling" #: include/template/action_display_short.php:58 #: include/class/class_follow_up.php:262 include/class/follow_up.class.php:262 #: include/template/action_display_short.php:59 -#: include/class/follow_up.class.php:263 +#: include/class/follow_up.class.php:263 include/class/follow_up.class.php:728 msgid "Moyenne" msgstr "" #: include/upgrade-plugin.php:91 include/upgrade-plugin.php:103 +#: include/upgrade-plugin.php:106 #, fuzzy msgid "MultiModule" msgstr "Module" +#: include/template/action_document_type_mtable_input.php:116 +#, fuzzy +msgid "Multiples" +msgstr "Module" + #: include/class/acc_ledger_history_purchase.class.php:278 #: include/class/acc_ledger_history_sale.class.php:264 +#: include/class/acc_ledger_history_purchase.class.php:290 #, fuzzy msgid "Méthode paiement" msgstr "Betaling" @@ -14066,7 +15422,7 @@ msgstr "" #: include/database.item.php:102 include/ajax_navigator.php:23 #: include/database.item.php:99 include/database.item.php:98 #: include/ajax/ajax_navigator.php:23 include/database.item.php:96 -#: include/ajax/ajax_navigator.php:28 +#: include/ajax/ajax_navigator.php:28 include/database.item.php:95 msgid "Navigateur" msgstr "Navigator" @@ -14124,6 +15480,15 @@ msgstr "" msgid "Ne donner pas ce poste comptable si ce code n'est pas utilisé à l'achat" msgstr "" +#: include/lib/message_javascript.php:78 include/lib/message_javascript.php:79 +msgid "" +"Ne donnez pas ce poste comptable si ce code n'est pas utilisé à la vente" +msgstr "" + +#: include/lib/message_javascript.php:77 include/lib/message_javascript.php:78 +msgid "Ne donnez pas ce poste comptable si ce code n'est pas utilisé à l'achat" +msgstr "" + #: include/restore.inc.php:196 include/restore.inc.php:135 #: include/restore.inc.php:197 include/restore.inc.php:198 #: include/restore.inc.php:136 include/restore.inc.php:199 @@ -14148,6 +15513,7 @@ msgstr "Kan niet worden toegevoegd" #: include/class_document.php:199 include/class_document.php:200 #: include/class/class_document.php:200 include/class/class_document.php:201 #: include/class/class_document.php:207 include/class/document.class.php:207 +#: include/class/document.class.php:212 #, fuzzy msgid "Ne peut pas créer le répertoire " msgstr "Kan niet worden omgezet in PDF" @@ -14209,6 +15575,7 @@ msgstr "" #: include/ext/rapport_avance/include/rapav_declaration.class.php:361 #: include/ext/rapport_avance/include/rapav_declaration.class.php:434 #: include/class/document.class.php:311 include/class/document.class.php:285 +#: include/class/document.class.php:290 msgid "Ne peut pas sauver " msgstr "Het kan-niet OPSLAAN" @@ -14344,7 +15711,19 @@ msgstr "Geen handeling" #: include/class/acc_ledger_fin.class.php:754 #: include/class/fiche.class.php:1780 include/class/fiche.class.php:1781 #: include/modele.inc.php:248 include/modele.inc.php:359 -#: include/database.item.php:157 +#: include/database.item.php:157 include/class/acc_ledger_search.class.php:1193 +#: include/class/tag_group_mtable.class.php:40 +#: include/class/operation_predef_mtable.class.php:52 +#: include/class/fiche.class.php:1807 +#: include/class/card_attribut_mtable.class.php:39 +#: include/class/action_document_type_mtable.class.php:48 +#: include/class/anc_plan.class.php:138 include/class/anc_plan.class.php:154 +#: include/class/contact_option_ref_mtable.class.php:36 +#: include/class/user.class.php:991 +#: include/template/card_multiple_result.php:19 include/upgrade-plugin.php:62 +#: include/class/acc_ledger_search.class.php:1216 +#: include/template/follow_up_other_concerned_display_table.php:45 +#: include/user.inc.php:84 include/user.inc.php:128 include/dossier.inc.php:230 msgid "Nom" msgstr "Naam" @@ -14379,12 +15758,16 @@ msgstr "Naam TVA" #: include/class/acc_ledger_purchase.class.php:1842 #: include/class/acc_ledger_sold.class.php:1422 #: include/class/acc_ledger_purchase.class.php:1848 +#: include/class/acc_ledger_purchase.class.php:1885 +#: include/class/acc_ledger_sold.class.php:1407 msgid "Nom TVA" msgstr "Naam TVA" #: html/admin/template_config_form.php:64 #: include/template/template_config_form.php:68 #: include/template/template_config_form.php:76 +#: include/template/template_config_form.php:86 +#: include/template/template_config_form.php:79 #, fuzzy msgid "Nom base de donnée" msgstr "Database" @@ -14395,7 +15778,7 @@ msgstr "Database" #: include/dossier.inc.php:239 include/modele.inc.php:280 #: include/dossier.inc.php:242 include/dossier.inc.php:247 #: include/modele.inc.php:281 include/modele.inc.php:286 -#: include/modele.inc.php:287 +#: include/modele.inc.php:287 include/dossier.inc.php:250 #, fuzzy msgid "Nom base de données" msgstr "Database" @@ -14437,13 +15820,15 @@ msgstr "Documentnaam" #: include/dossier.inc.php:275 include/dossier.inc.php:272 #: include/dossier.inc.php:294 include/dossier.inc.php:330 #: include/dossier.inc.php:331 include/dossier.inc.php:334 -#: include/dossier.inc.php:339 +#: include/dossier.inc.php:339 include/dossier.inc.php:342 msgid "Nom du dossier" msgstr "Naam van de map" #: include/class/acc_ledger_search.class.php:259 #: include/class/acc_ledger_search.class.php:246 #: include/class/acc_ledger_search.class.php:248 +#: include/class/acc_ledger_search.class.php:262 +#: include/class/acc_ledger_search.class.php:264 #, fuzzy msgid "Nom du filtre" msgstr "Naam fiche" @@ -14457,6 +15842,16 @@ msgstr "Naam fiche" msgid "Nom du format" msgstr "Documentnaam" +#: include/template/pre_operation_display.php:32 +#, fuzzy +msgid "Nom du modèle" +msgstr "Toevoeging van een menu" + +#: include/class/pre_operation.class.php:69 +#, fuzzy +msgid "Nom du modèle " +msgstr "Toevoeging van een menu" + #: include/class/acc_report.class.php:115 #, fuzzy msgid "Nom du rapport" @@ -14488,6 +15883,8 @@ msgstr "Documentnaam" #: include/class/acc_ledger_purchase.class.php:1838 #: include/class/acc_ledger_sold.class.php:1418 #: include/class/acc_ledger_purchase.class.php:1844 +#: include/class/acc_ledger_purchase.class.php:1881 +#: include/class/acc_ledger_sold.class.php:1403 msgid "Nom fiche" msgstr "Naam fiche" @@ -14517,6 +15914,8 @@ msgstr "Naam fiche" #: include/class/acc_ledger_purchase.class.php:1840 #: include/class/acc_ledger_sold.class.php:1420 #: include/class/acc_ledger_purchase.class.php:1846 +#: include/class/acc_ledger_purchase.class.php:1883 +#: include/class/acc_ledger_sold.class.php:1405 msgid "Nom fournisseur" msgstr "Naam leverancier" @@ -14538,16 +15937,20 @@ msgid "Nom manquant" msgstr "Parameter" #: include/ajax/ajax_search_filter.php:73 +#: include/class/action_document_type_mtable.class.php:106 +#: include/ajax/ajax_search_filter.php:81 #, fuzzy msgid "Nom ne peut être vide" msgstr "De naam mag niet leeg zijn" #: include/company.inc.php:97 include/company.inc.php:116 -#: include/company.inc.php:120 +#: include/company.inc.php:120 include/company.inc.php:128 msgid "Nom société" msgstr "Maatschappij Naam" #: include/card_attr.inc.php:78 include/card_attr.inc.php:79 +#: include/class/card_attribut_mtable.class.php:53 +#: include/class/contact_option_ref_mtable.class.php:43 msgid "Nombre" msgstr "Aantal" @@ -14591,6 +15994,11 @@ msgstr "Aantal eenheid" msgid "Nombre de colonnes incorrect" msgstr "Aantal foute rijen" +#: include/template/card_multiple_result.php:14 +#, fuzzy, php-format +msgid "Nombre de fiches trouvées %d montrées %d" +msgstr "Aantal foute rijen" + #: include/class_acc_ledger.php:3406 include/class_acc_ledger.php:3476 #: include/class_acc_ledger.php:3475 include/class_acc_ledger.php:3491 #: include/class_acc_ledger.php:3508 include/class_acc_ledger.php:3535 @@ -14604,6 +16012,7 @@ msgstr "Aantal foute rijen" #: include/class/acc_ledger.class.php:2313 #: include/class/acc_ledger.class.php:2322 #: include/class/acc_ledger.class.php:2344 +#: include/class/acc_ledger.class.php:2368 msgid "Nombre de ligne incorrect" msgstr "Aantal foute rijen" @@ -14629,22 +16038,24 @@ msgid "Nombre de mois" msgstr "Aantal geregistreerde lijnen" #: include/class/periode.class.php:436 include/class/periode.class.php:438 -#: include/class/periode.class.php:440 +#: include/class/periode.class.php:440 include/class/periode.class.php:441 msgid "Nombre de mois doit être compris entre 1 & 60 " msgstr "" #: include/template/periode_add_exercice.php:87 +#: include/template/periode_add_exercice.php:96 #, fuzzy msgid "Nombre de mois invalide" msgstr "Aantal ongeldige annuïteiten" #: include/class/periode.class.php:434 include/class/periode.class.php:436 -#: include/class/periode.class.php:438 +#: include/class/periode.class.php:438 include/class/periode.class.php:439 #, fuzzy msgid "Nombre de mois n'est pas un nombre" msgstr "tarief is geen getal" #: include/template/periode_add_exercice.php:99 +#: include/template/periode_add_exercice.php:108 msgid "Nombre de mois possible entre 1 et 60" msgstr "" @@ -14680,6 +16091,9 @@ msgstr "Aantal operaties %d" #: include/template/profile_menu_display_submenu.php:65 #: include/user_detail.inc.php:158 #: include/template/profile_menu_display_module.php:81 +#: include/class/tva_rate_mtable.class.php:56 include/company.inc.php:71 +#: include/company.inc.php:74 include/company.inc.php:112 +#: include/user_detail.inc.php:169 msgid "Non" msgstr "Geboren" @@ -14711,6 +16125,7 @@ msgstr "Niet aftrekbaar" #: include/class/acc_ledger_purchase.class.php:1778 #: include/class/acc_ledger_sold.class.php:1037 #: include/class/acc_ledger_purchase.class.php:1784 +#: include/class/acc_ledger_purchase.class.php:1808 msgid "Non Payée" msgstr "Niet Betaald '" @@ -14757,6 +16172,7 @@ msgstr "" # Je suppose que TKPDF est comme PDF? #: include/upgrade-plugin.php:112 include/upgrade-plugin.php:124 +#: include/upgrade-plugin.php:127 #, fuzzy msgid "Non installée" msgstr "TKPDF is niet geïnstalleerd" @@ -14769,9 +16185,17 @@ msgstr "TKPDF is niet geïnstalleerd" #: include/class/acc_ledger_search.class.php:860 #: include/class/acc_ledger_search.class.php:868 #: include/class/acc_ledger_search.class.php:881 +#: include/class/acc_ledger_search.class.php:970 +#: include/class/acc_ledger_search.class.php:993 msgid "Non payé" msgstr "Niet betaald" +#: include/class/acc_ledger_search.class.php:213 +#: include/class/acc_ledger_search.class.php:215 +#, fuzzy +msgid "Non payées" +msgstr "Niet betaald" + #: include/ext/import_account/include/class_impacc_operation.php:47 #: include/ext/import_account/include/class_impacc_operation.php:78 #: include/ext/import_account/include/impacc_operation.class.php:47 @@ -14782,6 +16206,7 @@ msgstr "niet use of" #: include/ext/amortis/include/class_am_card.php:245 html/fid_card.php:169 #: html/fid_card.php:170 html/fid_card.php:175 html/fid_card.php:174 +#: html/fid_card.php:176 msgid "Non trouvé" msgstr "Niet gevonden" @@ -14793,6 +16218,8 @@ msgstr "Niet gevonden" #: include/template/ledger_detail_bottom.php:291 #: include/template/ledger_detail_bottom.php:292 #: include/template/ledger_detail_bottom.php:289 +#: include/template/ledger_detail_bottom.php:307 +#: include/template/ledger_detail_bottom.php:308 #, fuzzy msgid "Non utilisée" msgstr "niet use of" @@ -14802,6 +16229,11 @@ msgstr "niet use of" msgid "Normal" msgstr "" +#: include/class/document.class.php:1413 include/class/follow_up.class.php:270 +#: include/class/follow_up.class.php:272 include/class/follow_up.class.php:761 +msgid "Normale" +msgstr "" + #: include/template/ledger_detail_ven.php:95 #: include/template/ledger_detail_ven.php:101 #: include/template/security_list_action.php:73 @@ -14819,10 +16251,13 @@ msgstr "" #: include/class/acc_ledger_history_sale.class.php:247 #: include/class/acc_ledger_history_purchase.class.php:254 #: include/class/acc_ledger_history_purchase.class.php:258 +#: include/class/acc_ledger_history_sale.class.php:257 +#: include/class/acc_ledger_history_purchase.class.php:269 +#: include/export/export_histo_csv.php:48 msgid "Note" msgstr "Nota" -#: include/database.item.php:236 +#: include/database.item.php:236 include/database.item.php:220 #, fuzzy msgid "Note de crédit" msgstr "Saldo credit" @@ -14831,7 +16266,7 @@ msgstr "Saldo credit" #: include/database.item.php:192 include/database.item.php:195 #: include/database.item.php:193 include/database.item.php:181 #: include/database.item.php:182 include/database.item.php:185 -#: include/database.item.php:198 +#: include/database.item.php:198 include/database.item.php:191 msgid "Note de frais" msgstr "Onkostennota" @@ -14845,6 +16280,8 @@ msgstr "Onkostennota" #: include/class/acc_ledger_search.class.php:940 #: include/class/acc_ledger_search.class.php:948 #: include/class/acc_ledger_search.class.php:961 +#: include/class/acc_ledger_search.class.php:1050 +#: include/class/acc_ledger_search.class.php:1073 msgid "Notes" msgstr "Notes" @@ -14889,7 +16326,7 @@ msgstr "Nieuw menu" #: include/database.item.php:2 include/database.item.php:5 #: include/database.item.php:7 include/database.item.php:10 -#: include/database.item.php:4 +#: include/database.item.php:4 include/database.item.php:3 msgid "Nouvel achat ou dépense" msgstr "Nieuwe Aankopen van uitgave" @@ -14922,6 +16359,7 @@ msgstr "Nieuwe bankafschrift" #: include/template/action_display_short.php:81 #: include/lib/html_input.class.php:1103 include/lib/html_input.class.php:1104 #: include/lib/html_input.class.php:1119 include/lib/html_input.class.php:1120 +#: include/lib/html_input.class.php:1153 include/lib/html_input.class.php:1145 #, fuzzy msgid "Nouvel événement" msgstr "Voeg dit element toe" @@ -14929,6 +16367,7 @@ msgstr "Voeg dit element toe" #: include/class_anc_key.php:335 include/class_anc_key.php:337 #: include/class/class_anc_key.php:338 include/class/class_anc_key.php:339 #: include/class/class_anc_key.php:340 include/class/anc_key.class.php:349 +#: include/class/anc_key.class.php:350 msgid "Nouvelle clef" msgstr "Nieuwe sleutel" @@ -14940,7 +16379,7 @@ msgstr "Nieuwe extensie" #: html/ajax_card.php:182 html/ajax_card.php:200 html/ajax_card.php:201 #: include/ajax/ajax_card.php:181 include/ajax/ajax_card.php:182 #: include/ajax/ajax_card.php:185 include/ajax/ajax_card.php:191 -#: include/ajax/ajax_card.php:192 +#: include/ajax/ajax_card.php:192 include/ajax/ajax_card.php:195 msgid "Nouvelle fiche" msgstr "Nieuwe fiche" @@ -14972,6 +16411,7 @@ msgstr "Nieuwe lijn" #: include/class/acc_ledger.class.php:2789 #: include/class/acc_ledger.class.php:2798 #: include/class/acc_ledger.class.php:2837 +#: include/class/acc_ledger.class.php:2861 #, fuzzy msgid "Nouvelle opération" msgstr "Nieuwe verschillende bewerkingen" @@ -14986,17 +16426,19 @@ msgstr "Nieuwe verschillende bewerkingen" #: include/database.item.php:9 include/database.item.php:12 #: include/database.item.php:14 include/database.item.php:17 -#: include/database.item.php:11 +#: include/database.item.php:11 include/database.item.php:10 msgid "Nouvelle vente ou recette" msgstr "Nieuwe omzet of inkomsten" #: include/upgrade-plugin.php:98 include/upgrade-plugin.php:110 +#: include/upgrade-plugin.php:113 #, php-format msgid "Nouvelle version disponible %s , votre version %s" msgstr "" #: include/class/periode.class.php:649 include/class/periode.class.php:651 -#: include/class/periode.class.php:653 +#: include/class/periode.class.php:653 include/class/periode.class.php:654 +#: include/class/periode.class.php:655 #, fuzzy msgid "Novembre" msgstr "Aantal" @@ -15042,6 +16484,8 @@ msgstr "Num.interne" #: include/class/acc_ledger_purchase.class.php:1743 #: include/class/acc_ledger_sold.class.php:1003 #: include/class/acc_ledger_purchase.class.php:1749 +#: include/class/acc_ledger_purchase.class.php:1773 +#: include/class/acc_ledger_sold.class.php:1007 msgid "Numero de bon de commande : " msgstr "Nummer van bestelbon" @@ -15054,7 +16498,7 @@ msgid "Numero de client" msgstr "Aantal klanten" #: include/company.inc.php:105 include/company.inc.php:124 -#: include/company.inc.php:128 +#: include/company.inc.php:128 include/company.inc.php:136 msgid "Numéro" msgstr "Nummer" @@ -15105,6 +16549,12 @@ msgstr "Nummer" #: include/class/acc_ledger_sold.class.php:682 #: include/class/acc_ledger_purchase.class.php:1395 #: include/class/acc_ledger_purchase.class.php:1403 +#: include/class/acc_ledger_purchase.class.php:1406 +#: include/class/acc_ledger_purchase.class.php:1411 +#: include/class/acc_ledger_purchase.class.php:1414 +#: include/class/acc_ledger_sold.class.php:677 +#: include/class/acc_ledger_sold.class.php:685 +#: include/template/form_ledger_detail.php:51 msgid "Numéro Pièce" msgstr "Referentie" @@ -15125,7 +16575,7 @@ msgid "Numéro de TVA incorrect" msgstr "Ongeldig BTW nummer" #: include/company.inc.php:113 include/company.inc.php:132 -#: include/company.inc.php:136 +#: include/company.inc.php:136 include/company.inc.php:144 msgid "Numéro de Tva" msgstr "BTW nummer" @@ -15155,6 +16605,7 @@ msgstr "Verkeerd telefoonnummer" #: include/template/action_search.php:88 include/template/action_search.php:102 #: include/template/action_search.php:139 #: include/template/action_search.php:121 +#: include/template/action_search.php:122 msgid "Numéro document" msgstr "Document nummer" @@ -15174,6 +16625,7 @@ msgstr "Extract nummer" #: include/class/class_pdf_operation.php:76 #: include/class/pdf_operation.class.php:76 #: include/class/print_ledger_detail_item.class.php:58 +#: include/class/print_ledger_detail_item.class.php:57 #, fuzzy msgid "Numéro interne" msgstr "Num.interne" @@ -15205,6 +16657,8 @@ msgstr "Num.interne" #: include/class/acc_ledger_purchase.class.php:1825 #: include/class/acc_ledger_sold.class.php:1405 #: include/class/acc_ledger_purchase.class.php:1831 +#: include/class/acc_ledger_purchase.class.php:1868 +#: include/class/acc_ledger_sold.class.php:1390 msgid "Numéro opération" msgstr "Operatienummer" @@ -15229,6 +16683,8 @@ msgstr "Nr." #: include/export/export_ledger_csv.php:212 #: include/export/export_ledger_csv.php:220 #: include/class/acc_ledger_history_generic.class.php:768 +#: include/class/acc_ledger_history_generic.class.php:769 +#: include/export/export_ledger_csv.php:228 #, fuzzy msgid "N° Pièce" msgstr "Stuk nr." @@ -15238,6 +16694,7 @@ msgid "N° TVA" msgstr "Geen BTW" #: include/template/detail-action.php:19 include/template/detail-action.php:12 +#: include/template/detail-action.php:13 msgid "N° document" msgstr "Document nr." @@ -15267,6 +16724,8 @@ msgstr "Document nr." #: include/class/acc_ledger_purchase.class.php:1837 #: include/class/acc_ledger_sold.class.php:1417 #: include/class/acc_ledger_purchase.class.php:1843 +#: include/class/acc_ledger_purchase.class.php:1880 +#: include/class/acc_ledger_sold.class.php:1402 msgid "N° fiche" msgstr "Fiche nr." @@ -15296,6 +16755,8 @@ msgstr "Fiche nr." #: include/class/acc_ledger_purchase.class.php:1839 #: include/class/acc_ledger_sold.class.php:1419 #: include/class/acc_ledger_purchase.class.php:1845 +#: include/class/acc_ledger_purchase.class.php:1882 +#: include/class/acc_ledger_sold.class.php:1404 msgid "N° fiche fournisseur" msgstr "Nr. van Leveranciersfiche" @@ -15322,7 +16783,7 @@ msgstr "Geen ruimte" #: include/template/param_jrn.php:110 include/template/param_jrn.php:108 #: include/template/param_jrn.php:115 include/template/param_jrn.php:117 -#: include/template/param_jrn.php:161 +#: include/template/param_jrn.php:161 include/template/param_jrn.php:162 msgid "N° pièce justificative" msgstr "Nummer" @@ -15330,12 +16791,13 @@ msgstr "Nummer" #: html/test_class.php:221 include/ajax_preference.php:175 #: include/ajax/ajax_preference.php:175 include/ajax/ajax_preference.php:254 #: dev/test/test_class.php:217 include/ajax/ajax_preference.php:265 +#: dev-2/test/test_class.php:217 msgid "Néerlandais" msgstr "Nederlands" #: include/database.item.php:12 include/database.item.php:15 #: include/database.item.php:17 include/database.item.php:20 -#: include/database.item.php:14 +#: include/database.item.php:14 include/database.item.php:13 msgid "OD analytique" msgstr "Analytische OD" @@ -15345,6 +16807,7 @@ msgstr "Analytische OD" #: include/lib/manage_table_sql.class.php:1025 #: include/lib/manage_table_sql.class.php:1022 #: include/lib/manage_table_sql.class.php:1066 +#: include/lib/manage_table_sql.class.php:1122 msgid "OK" msgstr "" @@ -15359,6 +16822,7 @@ msgstr "" #: include/class/acc_ledger.class.php:1342 #: include/class/acc_ledger.class.php:1351 #: include/class/acc_ledger.class.php:1367 +#: include/class/acc_ledger.class.php:1365 msgid "OPERATION ANNULEE " msgstr "OPERATIE ONGEDAAN GEMAAKT" @@ -15369,6 +16833,11 @@ msgstr "OPERATIE ONGEDAAN GEMAAKT" msgid "OUT" msgstr "OUT" +#: include/lib/output_html_tab.class.php:71 +#, fuzzy +msgid "OUTPUTHTML070 Mode invalide" +msgstr "Ongeldige code" + #: include/class/class_acc_operation.php:595 #: include/class/class_acc_operation.php:599 #: include/class/class_acc_operation.php:610 @@ -15397,7 +16866,7 @@ msgid "" msgstr "Verplicht voor FIN kranten geven hier de Data Bank gebruikt" #: include/template/param_jrn.php:61 include/template/param_jrn.php:68 -#: include/template/param_jrn.php:74 +#: include/template/param_jrn.php:74 include/template/param_jrn.php:75 #, fuzzy msgid "" "Obligatoire pour les journaux FIN : donner ici la fiche du compte en banque " @@ -15405,12 +16874,14 @@ msgid "" msgstr "Verplicht voor FIN kranten geven hier de Data Bank gebruikt" #: include/class/periode.class.php:649 include/class/periode.class.php:651 -#: include/class/periode.class.php:653 +#: include/class/periode.class.php:653 include/class/periode.class.php:654 +#: include/class/periode.class.php:655 msgid "Octobre" msgstr "" #: include/class/periode.class.php:688 include/class/periode.class.php:690 -#: include/class/periode.class.php:692 +#: include/class/periode.class.php:692 include/class/periode.class.php:693 +#: include/class/periode.class.php:694 msgid "On ne peut ajouter une période que sur un exercice qui existe déjà" msgstr "" @@ -15424,7 +16895,8 @@ msgstr "" #: html/admin/setup.php:201 html/admin/setup.php:219 html/admin/setup.php:221 #: html/install.php:227 html/install.php:225 html/install.php:233 -#: html/install.php:184 html/install.php:191 +#: html/install.php:184 html/install.php:191 html/install.php:207 +#: html/install.php:211 msgid "" "On ne peut pas écrire dans le répertoire de NOALYSS, changez-en les droits " msgstr "" @@ -15461,6 +16933,8 @@ msgstr "Betrokken Op" #: include/class/acc_ledger_search.class.php:1080 #: include/class/acc_ledger_search.class.php:1088 #: include/class/acc_ledger_search.class.php:1101 +#: include/class/acc_ledger_search.class.php:1190 +#: include/class/acc_ledger_search.class.php:1213 #, fuzzy msgid "Op.Diverses" msgstr "Divers" @@ -15471,12 +16945,35 @@ msgstr "Divers" msgid "Operation non equilibrée" msgstr "Niet evenwichtige Operatie" +#: include/class/card_attribut_mtable.class.php:42 +#, fuzzy +msgid "Option sup." +msgstr "Operatie" + +#: include/template/action_search.php:146 +#: include/template/action_search.php:148 +#, fuzzy +msgid "Option étiquettes" +msgstr "Configuratie van de label" + +#: include/class/contact_option_ref_mtable.class.php:39 +#: include/class/follow_up_other_concerned.class.php:166 +#, fuzzy +msgid "Options" +msgstr "Operatie" + #: include/ajax_preference.php:69 include/ajax_preference.php:70 #: include/ajax/ajax_preference.php:69 include/ajax/ajax_preference.php:70 #: include/ajax/ajax_preference.php:81 msgid "Options Générales" msgstr "Algemeen Opties" +#: include/ajax/ajax_display_card_option.php:42 +#: include/template/action_document_type_mtable_input.php:125 +#, fuzzy +msgid "Options contact" +msgstr "Geletterde operaties" + #: include/export_ledger_csv.php:49 include/export/export_ledger_csv.php:49 #: include/export/export_ledger_csv.php:50 msgid "Options invalides" @@ -15488,7 +16985,7 @@ msgstr "Ongeldige opties" msgid "Options pour la page d'accueil" msgstr "Opties voor de home page" -#: include/ext/tools/index.php:41 +#: include/ext/tools/index.php:41 include/tax_summary.inc.php:41 msgid "Opération" msgstr "Operatie" @@ -15497,13 +16994,14 @@ msgstr "Operatie" #: include/database.item.php:231 include/database.item.php:208 #: include/database.item.php:209 include/database.item.php:212 #: include/database.item.php:229 include/database.item.php:210 -#: include/database.item.php:232 +#: include/database.item.php:232 include/database.item.php:216 msgid "Opération Diverses" msgstr "Diverse operatie" #: html/ajax_ledger.php:156 html/ajax_ledger.php:174 html/ajax_ledger.php:175 #: include/ajax/ajax_ledger.php:152 include/ajax/ajax_ledger.php:155 #: include/ajax/ajax_ledger.php:159 include/ajax/ajax_ledger.php:160 +#: include/ajax/ajax_ledger.php:161 msgid "Opération Effacée" msgstr "Operatie Ontruimde" @@ -15521,6 +17019,11 @@ msgstr "Operatie" msgid "Opération a effacer" msgstr "Operatie Ontruimde" +#: include/company.inc.php:146 +msgid "" +"Opération analytique uniquement pour les postes comptables commençant par" +msgstr "" + #: include/class_acc_ledger.php:762 include/class_acc_ledger.php:990 #: include/class_acc_ledger.php:761 include/class_acc_ledger.php:989 #: include/class_acc_ledger.php:765 include/class_acc_ledger.php:996 @@ -15538,6 +17041,10 @@ msgstr "Operatie Ontruimde" #: include/class/acc_ledger_search.class.php:1045 #: include/class/acc_ledger_search.class.php:850 #: include/class/acc_ledger_search.class.php:1058 +#: include/class/acc_ledger_search.class.php:939 +#: include/class/acc_ledger_search.class.php:1147 +#: include/class/acc_ledger_search.class.php:962 +#: include/class/acc_ledger_search.class.php:1170 msgid "Opération annulée" msgstr "Operatie ongedaan gemaakt" @@ -15572,7 +17079,7 @@ msgstr "Operatie bij het begin" #: html/ajax_ledger.php:564 html/ajax_ledger.php:576 html/ajax_ledger.php:578 #: include/ajax/ajax_ledger.php:555 include/ajax/ajax_ledger.php:558 #: include/ajax/ajax_ledger.php:563 include/ajax/ajax_ledger.php:568 -#: include/ajax/ajax_ledger.php:569 +#: include/ajax/ajax_ledger.php:569 include/ajax/ajax_ledger.php:570 msgid "Opération extournée" msgstr "Werking omgekeerd" @@ -15582,6 +17089,7 @@ msgstr "Werking omgekeerd" #: include/class/acc_ledger.class.php:2826 #: include/class/acc_ledger.class.php:2835 #: include/class/acc_ledger.class.php:2874 +#: include/class/acc_ledger.class.php:2898 #, fuzzy msgid "Opération identique" msgstr "Operatie van verkopen" @@ -15601,7 +17109,7 @@ msgstr "" #: include/compta_ven.inc.php:209 include/compta_ach.inc.php:197 #: include/compta_ods.inc.php:121 include/compta_ven.inc.php:214 #: include/compta_ods.inc.php:123 include/compta_ven.inc.php:212 -#: include/compta_ach.inc.php:195 +#: include/compta_ach.inc.php:195 include/compta_ach.inc.php:194 #, fuzzy msgid "Opération non extournée" msgstr "Werking omgekeerd" @@ -15612,11 +17120,12 @@ msgid "Opération non trouvée" msgstr "Handeling is niet gevonden" #: include/export/export_ledger_csv.php:144 +#: include/export/export_ledger_csv.php:150 #, fuzzy msgid "Opération paiement" msgstr "Operatie van verkopen" -#: include/operation_ods_new.inc.php:94 +#: include/operation_ods_new.inc.php:94 include/operation_ods_new.inc.php:95 #, fuzzy, php-format msgid "Opération rapprochée : %s" msgstr "Vergelijkbare operaties" @@ -15636,6 +17145,7 @@ msgstr "Opgeslagen Operatie" #: include/ajax/ajax_ledger.php:504 include/ajax/ajax_ledger.php:508 #: include/anc_od.inc.php:121 include/ajax/ajax_ledger.php:509 #: include/ext/modop/modop_save.php:165 include/ajax/ajax_ledger.php:510 +#: include/ajax/ajax_ledger.php:511 msgid "Opération sauvée" msgstr "Opgeslagen Operatie" @@ -15670,12 +17180,15 @@ msgstr "Operations & Belettering" #: include/database.item.php:56 include/database.item.php:248 #: include/database.item.php:223 include/cfgledger.inc.php:172 #: include/database.item.php:55 include/database.item.php:255 +#: include/class/operation_predef_mtable.class.php:180 +#: include/database.item.php:232 msgid "Opérations Diverses" msgstr "Verschillende bewerkingen" #: include/lettering.account.inc.php:87 include/lettering.card.inc.php:92 #: include/lettering.gestion.inc.php:43 include/lettering.gestion.inc.php:42 -#: include/lettering.account.inc.php:95 +#: include/lettering.account.inc.php:95 include/lettering.account.inc.php:96 +#: include/lettering.card.inc.php:94 msgid "Opérations NON lettrées" msgstr "NON operaties geletterde" @@ -15684,6 +17197,8 @@ msgid "Opérations Ventes/Achats" msgstr "Operatie Verkopen/Aankopen" #: include/template/detail-action.php:167 +#: include/template/detail-action.php:174 +#: include/template/detail-action.php:176 #, fuzzy msgid "Opérations concernées" msgstr "Geletterde operaties" @@ -15693,12 +17208,14 @@ msgstr "Geletterde operaties" #: include/database.item.php:120 include/database.item.php:117 #: include/database.item.php:116 include/database.item.php:17 #: include/database.item.php:20 include/database.item.php:14 -#: include/database.item.php:112 +#: include/database.item.php:112 include/database.item.php:13 +#: include/database.item.php:113 msgid "Opérations diverses" msgstr "Verschillende bewerkingen" #: include/database.item.php:17 include/database.item.php:20 #: include/database.item.php:14 include/database.item.php:12 +#: include/database.item.php:13 #, fuzzy msgid "Opérations diverses en Analytique" msgstr "Verschillende bewerkingen" @@ -15706,17 +17223,20 @@ msgstr "Verschillende bewerkingen" #: include/lettering.account.inc.php:85 include/lettering.card.inc.php:90 #: include/lettering.gestion.inc.php:42 include/lettering.gestion.inc.php:41 #: include/lettering.account.inc.php:93 include/impress_poste.inc.php:104 +#: include/lettering.account.inc.php:94 include/lettering.card.inc.php:92 msgid "Opérations lettrées" msgstr "Geletterde operaties" #: include/lettering.account.inc.php:86 include/lettering.card.inc.php:91 -#: include/lettering.account.inc.php:94 +#: include/lettering.account.inc.php:94 include/lettering.account.inc.php:95 +#: include/lettering.card.inc.php:93 msgid "Opérations lettrées montants différents" msgstr "Geletterde operaties verschillende bedragen" #: include/template/ledger_detail_bottom.php:18 #: include/template/ledger_detail_bottom.php:33 #: include/template/ledger_detail_bottom.php:38 +#: include/template/ledger_detail_bottom.php:43 msgid "Opérations liées" msgstr "Gelinkte operaties" @@ -15796,6 +17316,10 @@ msgstr "Kies de BTW" #: include/template/profile_menu_display_module.php:81 #: include/class/acc_plan_mtable.class.php:59 #: include/class/acc_plan_mtable.class.php:65 +#: include/class/tva_rate_mtable.class.php:57 +#: include/class/acc_plan_mtable.class.php:66 include/company.inc.php:72 +#: include/company.inc.php:75 include/company.inc.php:113 +#: include/user_detail.inc.php:170 msgid "Oui" msgstr "Ja" @@ -15818,6 +17342,9 @@ msgstr "de begrotingspost" #: include/class/periode_ledger_table.class.php:142 #: include/class/periode_ledger_table.class.php:144 #: include/class/periode.class.php:587 include/class/periode.class.php:589 +#: include/class/periode.class.php:590 include/class/periode.class.php:591 +#: include/class/periode_ledger_table.class.php:143 +#: include/class/periode_ledger_table.class.php:145 #, fuzzy msgid "Ouvert" msgstr "OPSLAAN" @@ -15834,6 +17361,7 @@ msgstr "Opening Schrift" #: include/class/class_acc_bilan.php:637 include/class/class_acc_bilan.php:654 #: include/class/acc_bilan.class.php:655 include/class/acc_bilan.class.php:658 #: include/class/acc_bilan.class.php:663 include/class/acc_bilan.class.php:665 +#: include/class/acc_bilan.class.php:670 #, fuzzy msgid "Ouverture fichier impossible" msgstr "fout bij het openen van het bestand" @@ -15868,6 +17396,7 @@ msgstr "TKPDF is niet geïnstalleerd" #: include/class/acc_ledger.class.php:228 #: include/class/acc_ledger.class.php:229 #: include/class/acc_ledger.class.php:247 +#: include/class/acc_ledger.class.php:246 msgid "PERIODE FERMEE" msgstr "Gesloten periode" @@ -15920,6 +17449,8 @@ msgstr "TKPDF is niet geïnstalleerd" #: include/class/acc_ledger_purchase.class.php:1850 #: include/class/acc_ledger_sold.class.php:1430 #: include/class/acc_ledger_purchase.class.php:1856 +#: include/class/acc_ledger_purchase.class.php:1893 +#: include/class/acc_ledger_sold.class.php:1415 msgid "PU" msgstr "Eenheidsprijs" @@ -15951,6 +17482,12 @@ msgstr "Eenheidsprijs" #: include/class/acc_ledger_history_purchase.class.php:250 #: include/class/acc_ledger_history_purchase.class.php:254 #: include/class/acc_ledger.class.php:2452 +#: include/class/acc_ledger_history_sale.class.php:253 +#: include/class/acc_ledger_search.class.php:730 +#: include/class/acc_ledger_history_purchase.class.php:265 +#: include/class/acc_ledger.class.php:2480 +#: include/export/export_histo_csv.php:43 include/tax_summary.inc.php:42 +#: include/class/acc_ledger_search.class.php:753 msgid "Paiement" msgstr "Betaling" @@ -15991,6 +17528,7 @@ msgstr "betaling in" #: include/database.item.php:219 include/database.item.php:224 #: include/database.item.php:201 include/database.item.php:202 #: include/database.item.php:205 include/database.item.php:203 +#: include/database.item.php:211 msgid "Paiement électronique" msgstr "Elektronisch betalen" @@ -16037,6 +17575,7 @@ msgstr "Per fiche" #: include/database.item.php:226 include/database.item.php:203 #: include/database.item.php:204 include/database.item.php:207 #: include/database.item.php:221 include/database.item.php:205 +#: include/database.item.php:213 msgid "Par gérant ou administrateur" msgstr "Door de manager of beheerder" @@ -16060,6 +17599,7 @@ msgstr "Parameter is ongeldig" #: include/database.item.php:83 include/database.item.php:86 #: include/database.item.php:91 include/database.item.php:88 #: include/database.item.php:87 include/database.item.php:85 +#: include/database.item.php:84 msgid "Parametre societe" msgstr "Parameter bedrijf" @@ -16071,6 +17611,7 @@ msgstr "Parameter bedrijf" #: include/class/acc_ledger.class.php:427 #: include/class/acc_ledger.class.php:428 #: include/class/acc_ledger.class.php:443 +#: include/class/acc_ledger.class.php:442 msgid "Parametres journaux non trouves" msgstr "Parameters van niet journaal van stuurprogramma" @@ -16113,6 +17654,7 @@ msgstr "Parameter" #: html/install.php:471 include/admin_repo.inc.php:125 html/install.php:477 #: html/install.php:439 include/admin_repo.inc.php:127 html/install.php:414 #: include/admin_repo.inc.php:129 html/install.php:420 html/install.php:423 +#: html/install.php:472 html/install.php:478 #, fuzzy msgid "Paramètre base de données" msgstr "Database" @@ -16148,6 +17690,7 @@ msgstr "Parameter is ongeldig" #: include/lib/http_input.class.php:121 include/class/acc_ledger.class.php:89 #: include/lib/http_input.class.php:123 include/class/periode.class.php:237 #: include/class/acc_ledger.class.php:91 include/class/periode.class.php:239 +#: include/lib/http_input.class.php:161 msgid "Paramètre invalide" msgstr "Parameter is ongeldig" @@ -16165,6 +17708,7 @@ msgstr "Parameter voor de BTW" #: include/database.item.php:75 include/database.item.php:78 #: include/database.item.php:83 include/database.item.php:81 #: include/database.item.php:80 include/database.item.php:77 +#: include/database.item.php:76 msgid "Paramètres divers" msgstr "Verschillende parameters" @@ -16187,6 +17731,7 @@ msgstr "Percentage" #: include/database.item.php:218 include/database.item.php:195 #: include/database.item.php:196 include/database.item.php:199 #: include/database.item.php:210 include/database.item.php:215 +#: include/database.item.php:205 msgid "Partager une note" msgstr "" @@ -16199,6 +17744,7 @@ msgstr "Een deel van de financieel administratieve post of etiket" #: include/database.item.php:182 include/database.item.php:141 #: include/database.item.php:142 include/database.item.php:143 #: include/database.item.php:148 include/database.item.php:153 +#: include/database.item.php:149 msgid "Partie fiscalement non déductible" msgstr "Fiscaal niet aftrekbare gedeelte" @@ -16237,7 +17783,7 @@ msgstr "Geen enkele record gevonden" msgid "Pas d'étape" msgstr "" -#: include/template/detail-action.php:57 +#: include/template/detail-action.php:57 include/template/detail-action.php:58 #, fuzzy msgid "Pas de catégorie de contact" msgstr "Categorie naam van het record" @@ -16302,6 +17848,9 @@ msgstr "Geen documenten gegeven" #: include/class/acc_ledger_fin.class.php:1052 include/compta_ven.inc.php:251 #: include/class/acc_ledger_sold.class.php:1132 #: include/class/acc_ledger.class.php:790 include/compta_ach.inc.php:236 +#: include/class/acc_ledger.class.php:777 +#: include/class/acc_ledger_purchase.class.php:1083 +#: include/class/acc_ledger_sold.class.php:1099 include/compta_ach.inc.php:235 msgid "Pas de journal disponible" msgstr "Journaal available Geen" @@ -16338,7 +17887,7 @@ msgstr "Betaling" #: include/template/stock_summary_list.php:41 include/company.inc.php:130 #: include/ext/sav/include/template/sas_display_detail.php:107 #: include/ajax/ajax_mod_stock_repo.php:63 include/company.inc.php:134 -#: include/export/export_stock_resume_list.php:38 +#: include/export/export_stock_resume_list.php:38 include/company.inc.php:142 msgid "Pays" msgstr "Land" @@ -16365,6 +17914,10 @@ msgstr "Land" #: include/class/acc_ledger_search.class.php:864 #: include/class/acc_ledger_search.class.php:706 #: include/class/acc_ledger_search.class.php:877 +#: include/class/acc_ledger_search.class.php:792 +#: include/class/acc_ledger_search.class.php:966 +#: include/class/acc_ledger_search.class.php:815 +#: include/class/acc_ledger_search.class.php:989 msgid "Payé" msgstr "Betaald" @@ -16387,9 +17940,17 @@ msgstr "Betaald" #: include/class/acc_ledger_purchase.class.php:1698 #: include/class/acc_ledger_purchase.class.php:1701 #: include/class/print_ledger_simple.class.php:274 +#: include/class/acc_ledger_purchase.class.php:1722 +#: include/class/print_ledger_simple.class.php:297 msgid "Payé par" msgstr "Betaald deur" +#: include/class/acc_ledger_search.class.php:214 +#: include/class/acc_ledger_search.class.php:216 +#, fuzzy +msgid "Payées" +msgstr "Betaald" + #: include/template/dashboard.php:185 include/template/dashboard.php:10 msgid "Pense-Bête" msgstr "Je Doen fractie Lijst" @@ -16416,11 +17977,14 @@ msgstr "Periode" #: include/class/acc_ledger_sold.class.php:113 #: include/class/acc_ledger.class.php:1068 #: include/class/acc_ledger.class.php:1084 +#: include/class/acc_ledger.class.php:1080 +#: include/class/acc_ledger_purchase.class.php:111 msgid "Periode fermee" msgstr "Gesloten periode" #: include/database.item.php:95 include/database.item.php:98 #: include/database.item.php:92 include/database.item.php:90 +#: include/database.item.php:91 msgid "" "Permet d'ajouter de nouveaux attributs que vous pourrez par la suite ajouter " "à des catégories de fiches" @@ -16429,7 +17993,8 @@ msgstr "" #: include/database.item.php:113 include/database.item.php:115 #: include/database.item.php:116 include/database.item.php:118 #: include/database.item.php:110 include/database.item.php:112 -#: include/database.item.php:108 +#: include/database.item.php:108 include/database.item.php:109 +#: include/database.item.php:111 msgid "" "Permet d'ajouter de nouvelles catégorie de fiche, d'ajouter des attributs à " "ces catégories (numéro de téléphone, gsm, email...)" @@ -16437,6 +18002,7 @@ msgstr "" #: include/database.item.php:13 include/database.item.php:16 #: include/database.item.php:10 include/database.item.php:8 +#: include/database.item.php:9 msgid "" "Permet d'ajouter des taux de TVA ou de les modifier ainsi que les postes " "comptables de ces TVA, ces TVA sont utilisables dans les menus de vente et " @@ -16445,6 +18011,7 @@ msgstr "" #: include/database.item.php:116 include/database.item.php:119 #: include/database.item.php:113 include/database.item.php:111 +#: include/database.item.php:112 msgid "" "Permet d'ajouter des état pour les documents utilisés dans le suivi (à " "faire, à suivre...)" @@ -16452,6 +18019,7 @@ msgstr "" #: include/database.item.php:83 include/database.item.php:86 #: include/database.item.php:80 include/database.item.php:78 +#: include/database.item.php:79 msgid "" "Permet d'avoir la balance de toutes vos fiches, les résumés exportables en " "CSV, les historiques avec ou sans lettrages" @@ -16459,15 +18027,22 @@ msgstr "" #: include/database.item.php:114 include/database.item.php:117 #: include/database.item.php:111 include/database.item.php:109 +#: include/database.item.php:110 msgid "Permet de changer le poste comptable de base des catégories de fiches" msgstr "" -#: include/database.item.php:139 +#: include/lib/message_javascript.php:110 +#: include/lib/message_javascript.php:111 +msgid "Permet de chercher dans le suivi pour les contacts multiques" +msgstr "" + +#: include/database.item.php:139 include/database.item.php:138 msgid "Permet de configurer les devises" msgstr "" #: include/database.item.php:102 include/database.item.php:105 #: include/database.item.php:99 include/database.item.php:97 +#: include/database.item.php:98 msgid "" "Permet de faire correspondre vos extraits bancaires avec les opérations de " "vente ou d'achat, le lettrage se fait automatiquement" @@ -16490,12 +18065,12 @@ msgstr "Contactpersoon" msgid "Personnel" msgstr "Personeel" -#: include/lib/message_javascript.php:62 +#: include/lib/message_javascript.php:62 include/lib/message_javascript.php:63 #, fuzzy msgid "Peut contenir un numéro de bon de commande" msgstr "Nummer van bestelbon" -#: include/lib/message_javascript.php:61 +#: include/lib/message_javascript.php:61 include/lib/message_javascript.php:62 msgid "" "Peut contenir une information telle que le message structuré sur le virement" msgstr "" @@ -16503,6 +18078,8 @@ msgstr "" #: include/export/export_histo_csv.php:40 #: include/export/export_histo_csv.php:41 #: include/class/print_ledger_misc.class.php:44 include/compta_ods.inc.php:96 +#: include/class/print_ledger_misc.class.php:43 +#: include/export/export_histo_csv.php:44 #, fuzzy msgid "Piece" msgstr "stuk" @@ -16610,6 +18187,18 @@ msgstr "stuk" #: include/class/acc_ledger_sold.class.php:1411 #: include/class/acc_ledger.class.php:874 #: include/class/acc_ledger_purchase.class.php:1837 +#: include/class/acc_ledger_history_sale.class.php:255 +#: include/class/acc_ledger_search.class.php:732 +#: include/class/acc_ledger_search.class.php:1047 +#: include/class/acc_ledger_history_purchase.class.php:267 +#: include/class/acc_ledger.class.php:862 +#: include/class/acc_ledger_purchase.class.php:1874 +#: include/class/acc_ledger_sold.class.php:1396 +#: include/class/print_ledger_simple.class.php:96 +#: include/class/anc_grandlivre.class.php:231 include/lib/ac_common.php:1222 +#: include/class/acc_ledger_search.class.php:755 +#: include/class/acc_ledger_search.class.php:1070 +#: include/class/anc_grandlivre.class.php:232 msgid "Pièce" msgstr "Bewijs" @@ -16621,7 +18210,7 @@ msgstr "Bewijs" msgid "Pièce inexistante" msgstr "Map niet bestaat" -#: include/compta_fin_rec.inc.php:339 +#: include/compta_fin_rec.inc.php:339 include/compta_fin_rec.inc.php:380 #, fuzzy msgid "Pièce justificative" msgstr "Nummer" @@ -16636,6 +18225,8 @@ msgstr "Nummer" #: include/template/detail-action.php:403 #: include/template/detail-action.php:407 #: include/template/detail-action.php:405 +#: include/template/detail-action.php:401 +#: include/template/detail-action.php:414 msgid "Pièces attachées" msgstr "Documenten" @@ -16666,7 +18257,7 @@ msgstr "Kaart" msgid "Plan Analytique" msgstr "Analytic Plan" -#: include/class/anc_print.class.php:163 +#: include/class/anc_print.class.php:163 include/class/anc_print.class.php:164 #, fuzzy msgid "Plan Analytique " msgstr "Analytic Plan" @@ -16720,6 +18311,8 @@ msgstr "" # Plage heeft verschillende vertalingen: periode, marge/verschil, programmablok #: include/template/template_config_form.php:59 #: include/template/template_config_form.php:67 +#: include/template/template_config_form.php:77 +#: include/template/template_config_form.php:108 #, fuzzy msgid "Port de Postgresql" msgstr "Basisklasse" @@ -16733,7 +18326,7 @@ msgstr "Basisklasse" # Plage heeft verschillende vertalingen: periode, marge/verschil, programmablok #: html/install.php:135 html/install.php:134 html/install.php:140 -#: html/install.php:147 +#: html/install.php:147 html/install.php:160 html/install.php:164 #, fuzzy msgid "Port pour postgresql" msgstr "Basisklasse" @@ -16831,7 +18424,15 @@ msgstr "Archief" #: include/class/acc_ledger_sold.class.php:1414 #: include/class/acc_ledger.class.php:627 #: include/class/acc_ledger.class.php:902 -#: include/class/acc_ledger_purchase.class.php:1840 +#: include/class/acc_ledger_purchase.class.php:1840 include/fiche.inc.php:417 +#: include/class/acc_ledger.class.php:890 include/class/fiche.class.php:1501 +#: include/class/acc_ledger_purchase.class.php:1877 +#: include/class/acc_ledger_sold.class.php:1399 +#: include/class/pre_op_advanced.class.php:199 +#: include/class/acc_ledger_history_generic.class.php:772 +#: include/class/anc_grandlivre.class.php:226 +#: include/ajax/ajax_display_letter.php:64 include/database.item.php:63 +#: include/class/anc_grandlivre.class.php:227 msgid "Poste" msgstr "Rekening" @@ -16871,6 +18472,8 @@ msgstr "Kostenpost " #: include/class/acc_plan_mtable.class.php:45 include/class/fiche.class.php:470 #: include/class/fiche.class.php:469 #: include/class/pdfbalance_simple.class.php:55 +#: include/template/ledger_detail_bottom.php:93 +#: include/template/ledger_detail_bottom.php:94 msgid "Poste Comptable" msgstr "rekening" @@ -16890,6 +18493,7 @@ msgstr "Basis rekening" #: include/class/acc_ledger.class.php:1122 #: include/class/acc_ledger.class.php:1131 #: include/class/acc_ledger.class.php:1147 +#: include/class/acc_ledger.class.php:1143 msgid "Poste Inexistant [" msgstr "Niet aanwezig positie [" @@ -16903,6 +18507,7 @@ msgstr "Niet aanwezig positie [" #: include/class/acc_ledger.class.php:1107 #: include/class/acc_ledger.class.php:1114 #: include/class/acc_ledger.class.php:1130 +#: include/class/acc_ledger.class.php:1126 msgid "Poste Inexistant pour la fiche [" msgstr "Niet aanwezig post voor details [" @@ -16947,7 +18552,8 @@ msgstr "Kostenpost" #: include/class/fiche.class.php:1756 include/class/pdf_operation.class.php:246 #: include/ajax/ajax_boxcard_search.php:65 include/class/fiche.class.php:1759 #: include/class/fiche.class.php:1761 include/class/fiche.class.php:1779 -#: include/class/fiche.class.php:1780 +#: include/class/fiche.class.php:1780 include/class/fiche.class.php:1806 +#: include/class/card_attribut_mtable.class.php:58 msgid "Poste comptable" msgstr "Accountant Vacature" @@ -16991,6 +18597,7 @@ msgstr "" #: include/class/acc_plan_mtable.class.php:137 #: include/class/acc_plan_mtable.class.php:149 #: include/class/acc_plan_mtable.class.php:173 +#: include/class/acc_plan_mtable.class.php:177 #, fuzzy msgid "Poste comptable dépendant ne peut pas être vide" msgstr "De Naam mag are niet leeg" @@ -16998,12 +18605,15 @@ msgstr "De Naam mag are niet leeg" #: include/class/acc_plan_mtable.class.php:127 #: include/class/acc_plan_mtable.class.php:139 #: include/class/acc_plan_mtable.class.php:163 +#: include/class/acc_plan_mtable.class.php:167 #, fuzzy msgid "Poste comptable est unique" msgstr "Accountant Vacature" #: include/class/tva_rate_mtable.class.php:233 #: include/class/tva_rate_mtable.class.php:243 +#: include/class/tva_rate_mtable.class.php:250 +#: include/class/tva_rate_mtable.class.php:260 #, fuzzy msgid "Poste comptable inexistant" msgstr "Rekenitem gebruikt voor voorschotten aan de BTW" @@ -17016,6 +18626,7 @@ msgstr "Dit plan bestaat niet" #: include/class/acc_plan_mtable.class.php:130 #: include/class/acc_plan_mtable.class.php:142 #: include/class/acc_plan_mtable.class.php:166 +#: include/class/acc_plan_mtable.class.php:170 #, fuzzy msgid "Poste comptable ne peut être vide" msgstr "De naam mag niet leeg zijn" @@ -17044,7 +18655,10 @@ msgstr "Boekhoudkundige post of fiche veranderen" #: include/class/fiche.class.php:849 include/class/fiche.class.php:995 #: include/class/fiche.class.php:996 include/class/fiche.class.php:1036 #: include/class/fiche.class.php:850 include/class/fiche.class.php:997 -#: include/class/fiche.class.php:1037 +#: include/class/fiche.class.php:1037 include/class/fiche.class.php:846 +#: include/class/fiche.class.php:876 include/class/fiche.class.php:877 +#: include/class/fiche.class.php:1024 include/class/fiche.class.php:1064 +#: include/class/acc_plan_mtable.class.php:174 #, fuzzy msgid "Poste comptable trop long" msgstr "Accountant Vacature" @@ -17117,6 +18731,7 @@ msgstr "Onbekende post" #: include/class/acc_ledger.class.php:1119 #: include/class/acc_ledger.class.php:1128 #: include/class/acc_ledger.class.php:1144 +#: include/class/acc_ledger.class.php:1140 msgid "Poste invalide [" msgstr "Ongeldig bericht [" @@ -17126,6 +18741,11 @@ msgstr "Ongeldig bericht [" msgid "Poste parent incorrect" msgstr "Ongeldige kostenpost" +#: include/class/acc_plan_mtable.class.php:197 +#, fuzzy +msgid "Poste utilisé" +msgstr "niet use of" + #: include/class/acc_account.class.php:181 #: include/class/acc_account.class.php:182 msgid "Poste utilisé : effacement interdit" @@ -17140,12 +18760,18 @@ msgstr "De te crediteren post in fout" msgid "Postes utilisables journal (débit/crédit) " msgstr "Bericht bruikbare krant (debet / credit)" +# Plage heeft verschillende vertalingen: periode, marge/verschil, programmablok +#: include/template/template_config_form.php:91 +#, fuzzy +msgid "Postgresql" +msgstr "Basisklasse" + #: include/periode.inc.php:144 msgid "" "Pour ajouter, effacer ou modifier une période, il faut choisir global" msgstr "" -#: include/periode.inc.php:126 +#: include/periode.inc.php:126 include/periode.inc.php:127 msgid "Pour ajouter, effacer ou modifier une période, il faut choisir global" msgstr "" @@ -17156,12 +18782,17 @@ msgstr "Voor vandaag" #: html/admin/setup.php:420 html/install.php:484 html/install.php:483 #: html/install.php:481 html/install.php:487 html/install.php:479 #: html/install.php:485 html/install.php:447 html/install.php:422 -#: html/install.php:428 html/install.php:431 +#: html/install.php:428 html/install.php:431 html/install.php:480 +#: html/install.php:486 msgid "" "Pour cela, sur la ligne de commande en tant qu\\'utilisateur postgres, " "faites createlang plpgsql template1" msgstr "" +#: include/user_detail.inc.php:211 +msgid "Pour effacer , confirmez en retapant le code" +msgstr "" + #: include/ext/import_account/include/template/test_operation.php:9 msgid "" "Pour importer des données, c'est-à-dire transformer des fichiers CSV (Valeur " @@ -17219,6 +18850,8 @@ msgstr "" #: include/class/acc_ledger_sold.class.php:145 #: include/class/acc_ledger_sold.class.php:204 #: include/class/acc_ledger_purchase.class.php:219 +#: include/class/acc_ledger_purchase.class.php:151 +#: include/class/acc_ledger_purchase.class.php:221 msgid "Pour la fiche " msgstr "VOOR Het blad" @@ -17233,6 +18866,7 @@ msgstr "VOOR Het blad" #: include/class/acc_ledger.class.php:1683 #: include/class/acc_ledger.class.php:1692 #: include/class/acc_ledger.class.php:1708 +#: include/class/acc_ledger.class.php:1698 #, php-format msgid "Pour la fiche %s le poste comptable [%s] n'existe pas" msgstr "Voor de fiche % s, bestaat de de begrotingspost % s niet" @@ -17242,6 +18876,7 @@ msgstr "Voor de fiche % s, bestaat de de begrotingspost % s niet" #: include/class/class_acc_ledger_purchase.php:254 #: include/class/acc_ledger_purchase.class.php:254 #: include/class/acc_ledger_purchase.class.php:253 +#: include/class/acc_ledger_purchase.class.php:255 #, php-format msgid "Pour la fiche %s, le compte contrepartie %s n'existe pas" msgstr "Voor de goede orde% s, is de wederpartij% s-account niet bestaat" @@ -17267,6 +18902,7 @@ msgstr "" "ontvangen bestand herstellen" #: include/lib/message_javascript.php:105 +#: include/lib/message_javascript.php:106 #, fuzzy msgid "Pour les journaux FIN, ce sera la fiche du journal" msgstr "Verplicht voor FIN kranten geven hier de Data Bank gebruikt" @@ -17283,6 +18919,7 @@ msgid "" msgstr "For a Betere Kennismaking zet Web, neem Tijd OM browser up-to-date" #: include/impress_bilan.inc.php:87 include/impress_bilan.inc.php:94 +#: include/impress_bilan.inc.php:98 msgid "Pour une vérification complète, allez dans " msgstr "" @@ -17307,6 +18944,8 @@ msgstr "" #: include/class/follow_up.class.php:1923 #: include/class/follow_up.class.php:1921 #: include/class/follow_up.class.php:1922 +#: include/class/follow_up.class.php:1871 +#: include/class/follow_up.class.php:1845 msgid "Principal" msgstr "" @@ -17317,10 +18956,13 @@ msgstr "" #: include/template/detail-action.php:133 #: include/template/action_display_short.php:99 #: include/template/action_display_short.php:100 +#: include/template/detail-action.php:140 +#: include/template/detail-action.php:142 msgid "Priorité" msgstr "Prioriteit" #: include/class/print_ledger_simple.class.php:113 +#: include/class/print_ledger_simple.class.php:110 msgid "Priv/DNA" msgstr "" @@ -17328,6 +18970,8 @@ msgstr "" #: include/template/tax_summary_display.php:297 #: include/export/export_printtva_csv.php:62 #: include/export/export_printtva_pdf.php:212 +#: include/export/export_printtva_pdf.php:216 +#: include/export/export_printtva_csv.php:74 msgid "Privée" msgstr "" @@ -17352,6 +18996,8 @@ msgstr "Prijs / A" #: include/database.item.php:172 include/database.item.php:136 #: include/database.item.php:137 include/database.item.php:147 #: include/database.item.php:152 include/database.item.php:182 +#: include/template/action_document_type_mtable_input.php:76 +#: include/database.item.php:178 msgid "Prix achat" msgstr "Aankoopprijs" @@ -17360,6 +19006,8 @@ msgstr "Aankoopprijs" #: include/database.item.php:171 include/database.item.php:135 #: include/database.item.php:136 include/database.item.php:146 #: include/database.item.php:151 include/database.item.php:181 +#: include/template/action_document_type_mtable_input.php:75 +#: include/database.item.php:177 msgid "Prix vente" msgstr "Verkoopprijs" @@ -17396,6 +19044,7 @@ msgid "Problème réseau" msgstr "" #: include/template/document_mod_change.php:71 +#: include/template/action_document_type_mtable_input.php:36 msgid "Prochain numéro" msgstr "Het volgende nummer" @@ -17413,7 +19062,7 @@ msgstr "Producten" #: include/user_menu.php:154 include/user_menu.php:158 #: include/lib/user_menu.php:167 include/lib/user_menu.php:180 -#: include/lib/user_menu.php:138 +#: include/lib/user_menu.php:138 include/lib/user_menu.php:137 msgid "Produits" msgstr "Producten" @@ -17431,7 +19080,7 @@ msgstr "Producten" #: include/template/action_search.php:56 include/database.item.php:84 #: include/param_sec.inc.php:217 include/database.item.php:78 #: include/param_sec.inc.php:221 include/template/action_search.php:52 -#: include/database.item.php:76 +#: include/database.item.php:76 include/param_sec.inc.php:226 msgid "Profil" msgstr "Profiel" @@ -17443,6 +19092,7 @@ msgid "Profil inexistant" msgstr "Module bestaat niet" #: include/export/export_poste_detail_pdf.php:106 +#: include/export/export_poste_detail_pdf.php:107 #, fuzzy msgid "Prog" msgstr "Prog." @@ -17461,7 +19111,9 @@ msgstr "Prog." #: include/export/export_poste_detail_csv.php:90 #: include/class/anc_grandlivre.class.php:221 #: include/class/anc_grandlivre.class.php:222 include/fiche.inc.php:523 -#: include/fiche.inc.php:532 +#: include/fiche.inc.php:532 include/fiche.inc.php:545 +#: include/class/anc_grandlivre.class.php:235 +#: include/class/anc_grandlivre.class.php:236 msgid "Prog." msgstr "Prog." @@ -17469,7 +19121,7 @@ msgstr "Prog." #: include/database.item.php:205 include/database.item.php:202 #: include/database.item.php:178 include/database.item.php:179 #: include/database.item.php:182 include/database.item.php:190 -#: include/database.item.php:195 +#: include/database.item.php:195 include/database.item.php:188 msgid "Proposition" msgstr "Voorstel" @@ -17488,11 +19140,23 @@ msgstr "Voorvoegsel" #: include/template/param_jrn.php:84 include/template/param_jrn.php:91 #: include/template/param_jrn.php:93 include/template/param_jrn.php:137 +#: include/template/param_jrn.php:138 msgid "Préfixe code interne" msgstr "Prefix interne code" +#: include/class/action_document_type_mtable.class.php:49 +#, fuzzy +msgid "Préfixe document" +msgstr "Prefix interne code" + +#: include/class/action_document_type_mtable.class.php:111 +#, fuzzy +msgid "Préfixe ne peut être vide" +msgstr "De naam mag niet leeg zijn" + #: include/template/param_jrn.php:88 include/template/param_jrn.php:95 #: include/template/param_jrn.php:97 include/template/param_jrn.php:141 +#: include/template/param_jrn.php:142 msgid "Préfixe pièce justificative" msgstr "Prefix voucher" @@ -17512,6 +19176,7 @@ msgstr "Voorkeur" #: include/database.item.php:84 include/database.item.php:87 #: include/database.item.php:81 include/database.item.php:79 +#: include/database.item.php:80 msgid "" "Préférence de l'utilisateur, apparence de l'application pour l'utilisateur, " "période par défaut et mot de passe" @@ -17528,6 +19193,9 @@ msgstr "" #: include/database.item.php:165 include/user.inc.php:81 #: include/user.inc.php:145 include/class/balance_age.class.php:146 #: include/database.item.php:170 include/database.item.php:173 +#: include/database.item.php:169 +#: include/template/follow_up_other_concerned_display_table.php:48 +#: include/user.inc.php:83 include/user.inc.php:147 msgid "Prénom" msgstr "Voornaam" @@ -17548,12 +19216,13 @@ msgstr "Presentatie" #: include/database.item.php:123 include/database.item.php:126 #: include/database.item.php:132 include/database.item.php:128 #: include/database.item.php:127 include/database.item.php:131 -#: include/database.item.php:125 +#: include/database.item.php:125 include/database.item.php:124 msgid "Prévision" msgstr "Uitzicht" #: include/database.item.php:128 include/database.item.php:131 #: include/database.item.php:125 include/database.item.php:123 +#: include/database.item.php:124 msgid "" "Prévision de vos achats, revenus, permet de suivre l'évolution de votre " "société. Vos prévisions sont des formules sur les postes comptables et vous " @@ -17566,11 +19235,13 @@ msgstr "" #: html/install.php:268 html/install.php:267 html/install.php:265 #: html/install.php:270 html/install.php:276 html/install.php:227 -#: html/install.php:234 html/install.php:237 +#: html/install.php:234 html/install.php:237 html/install.php:284 +#: html/install.php:290 msgid "Puis cliquez sur ce lien" msgstr "" -#: html/install.php:586 html/install.php:589 +#: html/install.php:586 html/install.php:589 html/install.php:639 +#: html/install.php:645 msgid "" "Puis refaites la procédure d'installation pour mettre la base de données à " "jour" @@ -17608,6 +19279,8 @@ msgstr "" #: include/ajax/ajax_preference.php:150 #: include/class/acc_ledger_sold.class.php:1409 #: include/class/acc_ledger_purchase.class.php:1835 +#: include/class/acc_ledger_purchase.class.php:1872 +#: include/class/acc_ledger_sold.class.php:1394 include/database.item.php:85 msgid "Période" msgstr "Periode" @@ -17651,6 +19324,8 @@ msgstr "periode tussen% s [% s] en [% s]" #: include/class/acc_ledger_purchase.class.php:1415 #: include/class/acc_ledger.class.php:604 #: include/class/acc_ledger.class.php:620 +#: include/class/acc_ledger_purchase.class.php:1426 +#: include/class/acc_ledger_sold.class.php:696 msgid "Période Comptable" msgstr "Boekhoudingsperiode" @@ -17697,6 +19372,9 @@ msgstr "" #: include/class/acc_ledger.class.php:842 #: include/class/acc_ledger_sold.class.php:1116 #: include/class/acc_ledger.class.php:858 +#: include/class/acc_ledger.class.php:846 +#: include/class/acc_ledger_purchase.class.php:1063 +#: include/class/acc_ledger_sold.class.php:1083 msgid "Période comptable" msgstr "Boekhoudingsperiode" @@ -17715,7 +19393,7 @@ msgstr "Periode Start ongeldig" msgid "Période de fin non valable" msgstr "Periode van ongeldige einde" -#: include/tax_summary.inc.php:39 +#: include/tax_summary.inc.php:39 include/tax_summary.inc.php:48 #, fuzzy, php-format msgid "Période du %s au %s" msgstr "periode tussen% s [% s] en [% s]" @@ -17725,6 +19403,11 @@ msgstr "periode tussen% s [% s] en [% s]" msgid "Période fermée" msgstr "Gesloten periode" +#: include/class/acc_ledger.class.php:1063 +#, fuzzy +msgid "Période inexistante" +msgstr "Map niet bestaat" + #: include/ext/import_account/include/class_impacc_csv.php:48 #: include/ext/import_account/include/class_impacc_csv.php:49 #: include/ext/import_account/include/impacc_csv.class.php:48 @@ -17739,6 +19422,7 @@ msgstr "" #: include/ext/amortis/include/class_amortissement_material_pdf.php:33 #: include/ext/amortis/include/amortissement_material_pdf.class.php:33 +#: include/template/card_multiple_result.php:17 #, fuzzy msgid "QCode" msgstr "Code" @@ -17803,7 +19487,10 @@ msgstr "Hoeveelheid" #: include/class/fiche.class.php:1758 include/class/fiche.class.php:1760 #: include/class/acc_ledger_fin.class.php:753 #: include/class/fiche.class.php:1778 include/class/fiche.class.php:1779 -#: include/database.item.php:167 +#: include/database.item.php:167 include/fiche.inc.php:415 +#: include/class/fiche.class.php:1805 +#: include/template/ledger_detail_bottom.php:94 +#: include/template/ledger_detail_bottom.php:95 msgid "Quick Code" msgstr "Quick Code" @@ -17840,6 +19527,9 @@ msgstr "Quick Code of" #: include/export/export_ledger_csv.php:221 #: include/class/print_ledger_detail_item.class.php:156 #: include/class/acc_ledger_history_generic.class.php:772 +#: include/class/acc_account_ledger.class.php:386 +#: include/class/acc_ledger_history_generic.class.php:773 +#: include/export/export_ledger_csv.php:229 msgid "QuickCode" msgstr "QuickCode" @@ -17856,6 +19546,8 @@ msgstr "QuickCode" #: include/class/anc_listing.class.php:79 #: include/class/anc_grandlivre.class.php:215 #: include/class/anc_listing.class.php:81 +#: include/class/anc_grandlivre.class.php:227 +#: include/class/anc_grandlivre.class.php:228 msgid "Quick_code" msgstr "Quick_code" @@ -17891,7 +19583,7 @@ msgstr "HERINNERING: Rekining ZAL" #: include/database.item.php:66 include/database.item.php:72 #: include/database.item.php:70 include/database.item.php:69 #: include/database.item.php:68 include/database.item.php:71 -#: include/database.item.php:65 +#: include/database.item.php:65 include/database.item.php:64 msgid "Rapport" msgstr "Verslag" @@ -17911,15 +19603,22 @@ msgstr "Verslag" #: include/database.item.php:113 include/database.item.php:102 #: include/database.item.php:110 include/database.item.php:101 #: include/database.item.php:109 include/database.item.php:99 +#: include/database.item.php:98 include/database.item.php:106 msgid "Rapprochement" msgstr "Verzoening" #: include/database.item.php:97 include/database.item.php:100 #: include/database.item.php:105 include/database.item.php:102 #: include/database.item.php:101 include/database.item.php:99 +#: include/database.item.php:98 msgid "Rapprochement bancaire" msgstr "Bank Verzoening" +#: include/template/follow_up_detail_display.php:194 +#, fuzzy +msgid "Recalculer" +msgstr "Door berekening" + #: html/ajax_card.php:328 html/ajax_poste.php:83 html/recherche.php:65 #: include/adm.inc.php:81 include/ajax_anc_search.php:45 #: include/ajax_anc_search.php:56 include/bank.inc.php:75 @@ -17991,6 +19690,18 @@ msgstr "Bank Verzoening" #: include/ajax/ajax_search_operation.php:74 include/ajax/ajax_poste.php:63 #: include/fiche.inc.php:86 include/class/acc_ledger_search.class.php:556 #: include/ajax/ajax_card.php:386 include/database.item.php:57 +#: html/recherche.php:87 include/class/acc_ledger_search.class.php:642 +#: include/lettering.account.inc.php:107 include/ajax/ajax_card.php:419 +#: include/ajax/ajax_search_operation.php:67 +#: include/ajax/ajax_search_operation.php:75 +#: include/ajax/ajax_anc_search.php:61 +#: include/ajax/ajax_add_concerned_card.php:90 +#: include/template/action_button.php:35 include/database.item.php:96 +#: include/lettering.card.inc.php:104 include/lib/html_input.class.php:984 +#: include/lib/html_input.class.php:1004 include/lib/html_input.class.php:1021 +#: include/upgrade-plugin.php:55 include/class/acc_ledger_search.class.php:665 +#: include/lib/html_input.class.php:985 include/lib/html_input.class.php:1005 +#: include/lib/html_input.class.php:1022 #, php-format msgid "Recherche" msgstr "Vinden" @@ -18016,7 +19727,8 @@ msgstr "Gedetailleerder Zoeken" #: include/ajax/ajax_card.php:373 include/ajax/ajax_card.php:374 #: include/ajax/ajax_card.php:375 include/ajax/ajax_card.php:408 #: include/ajax/ajax_card.php:411 include/fiche.inc.php:93 -#: include/ajax/ajax_card.php:412 +#: include/ajax/ajax_card.php:412 include/ajax/ajax_card.php:466 +#: include/ajax/ajax_card.php:465 msgid "Recherche de fiche" msgstr "VIND EEN blad" @@ -18058,9 +19770,15 @@ msgstr "VIND EEN blad" #: include/ext/rapport_avance/include/formulaire_param_detail.class.php:368 #: include/ajax/ajax_card.php:506 include/class/acc_report.class.php:151 #: include/ajax/ajax_card.php:510 include/ajax/ajax_card.php:511 +#: include/ajax/ajax_card.php:587 include/ajax/ajax_card.php:586 msgid "Recherche poste" msgstr "Bericht Vinden" +#: include/class/card_attribut_mtable.class.php:43 +#, fuzzy +msgid "Recherche suivi" +msgstr "Activiteit zoeken" + #: include/class_acc_ledger_fin.php:1037 include/class_acc_ledger.php:2842 #: include/anc_great_ledger.inc.php:19 include/class_acc_ledger.php:2911 #: include/class_anc_balance_double.php:342 @@ -18093,6 +19811,8 @@ msgstr "Bericht Vinden" #: include/class/acc_ledger_search.class.php:560 #: include/class/acc_ledger_fin.class.php:1087 #: include/class/anc_balance_double.class.php:370 +#: include/class/acc_ledger_search.class.php:646 +#: include/class/acc_ledger_search.class.php:669 msgid "Rechercher" msgstr "Vinden" @@ -18115,10 +19835,13 @@ msgstr "De reeks herbeginnen (op 0 laten om niet te veranderen)" #: include/export/export_poste_detail_pdf.php:94 #: include/template/acc_ledger_history_purchase_detail.php:35 #: include/template/acc_ledger_history_sale_detail.php:36 +#: include/export/export_poste_detail_pdf.php:95 +#: include/template/action_search_result.php:48 msgid "Ref" msgstr "Ref" #: include/template/detail-action.php:27 include/template/detail-action.php:20 +#: include/template/detail-action.php:21 msgid "Reference" msgstr "Verwijzing" @@ -18131,22 +19854,26 @@ msgstr "Analytische groep" #: include/database.item.php:74 include/database.item.php:77 #: include/database.item.php:71 include/database.item.php:69 +#: include/database.item.php:70 msgid "Regroupement des menus des journaux de trésorerie" msgstr "" #: include/database.item.php:119 include/database.item.php:122 #: include/database.item.php:116 include/database.item.php:114 +#: include/database.item.php:115 #, fuzzy msgid "Regroupement des menus ventes et recettes" msgstr "Menu Winsten" #: include/database.item.php:71 include/database.item.php:74 #: include/database.item.php:68 include/database.item.php:66 +#: include/database.item.php:67 msgid "Regroupement pour les menus d'achats(nouvelle opération, historique...)" msgstr "" #: include/database.item.php:117 include/database.item.php:120 #: include/database.item.php:114 include/database.item.php:112 +#: include/database.item.php:113 msgid "" "Regroupement pour les menus d'opérations diverses (nouvelle opération, " "historique...)" @@ -18154,12 +19881,14 @@ msgstr "" #: include/database.item.php:124 include/database.item.php:127 #: include/database.item.php:121 include/database.item.php:119 +#: include/database.item.php:120 msgid "" "Regroupement pour les menus de trésorerie (nouvelle opération, historique...)" msgstr "" #: include/database.item.php:72 include/database.item.php:75 #: include/database.item.php:69 include/database.item.php:67 +#: include/database.item.php:68 msgid "Regroupement pour les menus et les profils" msgstr "" @@ -18168,6 +19897,7 @@ msgid "Rejeté" msgstr "Verworpen" #: include/ajax/ajax_search_filter.php:151 +#: include/ajax/ajax_search_filter.php:160 msgid "Remise à zéro" msgstr "" @@ -18200,11 +19930,13 @@ msgstr "Records Management" #: include/user_menu.php:113 include/lib/user_menu.php:119 #: include/lib/user_menu.php:120 include/lib/user_menu.php:77 +#: include/lib/user_menu.php:76 msgid "Restaure" msgstr "Herstelt" #: include/user_menu.php:113 include/lib/user_menu.php:119 #: include/lib/user_menu.php:120 include/lib/user_menu.php:77 +#: include/lib/user_menu.php:76 msgid "Restaure une base de données" msgstr "Restore Database" @@ -18228,6 +19960,7 @@ msgid "Reste à amortir" msgstr "Rest kussen" #: include/compta_fin_rec.inc.php:306 include/compta_fin_rec.inc.php:307 +#: include/compta_fin_rec.inc.php:348 #, fuzzy msgid "Reste à selectionner" msgstr "Vinkje bij alle" @@ -18272,11 +20005,14 @@ msgstr "Is te laat" #: include/modele.inc.php:403 include/modele.inc.php:443 #: include/ajax/ajax_display_letter.php:39 include/cfgledger.inc.php:141 #: include/ext/tva/ajax.php:35 html/do.php:312 html/do.php:281 -#: include/modele.inc.php:404 include/modele.inc.php:444 +#: include/modele.inc.php:404 include/modele.inc.php:444 html/do.php:283 +#: include/ajax/ajax_display_letter.php:53 include/dossier.inc.php:387 +#: include/dossier.inc.php:431 msgid "Retour" msgstr "Terug" #: include/action.inc.php:26 include/action.inc.php:25 +#: include/action.inc.php:27 msgid "Retour liste" msgstr "Terug fractie Lijst" @@ -18294,6 +20030,7 @@ msgstr "Terug naar de lijst" #: include/ajax_fiche_def_detail.php:40 #: include/ajax/ajax_fiche_def_detail.php:40 include/param_sec.inc.php:135 #: include/param_sec.inc.php:141 include/ajax/ajax_fiche_def_detail.php:41 +#: include/param_sec.inc.php:146 msgid "Retour à la liste" msgstr "Terug naar de lijst" @@ -18331,7 +20068,7 @@ msgid "Rue" msgstr "Straat " #: include/company.inc.php:103 include/company.inc.php:122 -#: include/company.inc.php:126 +#: include/company.inc.php:126 include/company.inc.php:134 msgid "Rue " msgstr "Straat" @@ -18344,7 +20081,7 @@ msgstr "" #: include/database.item.php:199 include/database.item.php:206 #: include/database.item.php:183 include/database.item.php:184 #: include/database.item.php:187 include/database.item.php:195 -#: include/database.item.php:200 +#: include/database.item.php:200 include/database.item.php:193 msgid "Réception commande Client" msgstr "Client commando receptie" @@ -18352,7 +20089,7 @@ msgstr "Client commando receptie" #: include/database.item.php:200 include/database.item.php:205 #: include/database.item.php:182 include/database.item.php:183 #: include/database.item.php:186 include/database.item.php:194 -#: include/database.item.php:199 +#: include/database.item.php:199 include/database.item.php:192 msgid "Réception commande Fournisseur" msgstr "Command receptie Leverancier" @@ -18360,7 +20097,7 @@ msgstr "Command receptie Leverancier" #: include/database.item.php:202 include/database.item.php:207 #: include/database.item.php:184 include/database.item.php:185 #: include/database.item.php:188 include/database.item.php:196 -#: include/database.item.php:201 +#: include/database.item.php:201 include/database.item.php:194 msgid "Réception magazine" msgstr "Voorkant tijdschrift" @@ -18374,6 +20111,7 @@ msgstr "Beschrijving" #: include/class/acc_ledger.class.php:981 #: include/class/acc_ledger.class.php:986 #: include/class/acc_ledger.class.php:1002 +#: include/class/acc_ledger.class.php:994 #, fuzzy, php-format msgid "Réconciliation/rapprochements : %s" msgstr "Beschrijving" @@ -18382,11 +20120,15 @@ msgstr "Beschrijving" msgid "Réel" msgstr "Echt" +#: include/class/follow_up.class.php:624 include/class/follow_up.class.php:637 +msgid "Réf." +msgstr "" + #: include/template/action_search.php:82 include/template/action_search.php:96 #: include/export/export_gl_csv.php:95 include/export/export_gl_csv.php:90 #: include/template/action_search.php:133 include/export/export_gl_csv.php:96 #: include/export/export_gl_pdf.php:88 include/template/action_search.php:115 -#: include/template/action_show.php:38 +#: include/template/action_show.php:38 include/template/action_search.php:116 msgid "Référence" msgstr "Referentie" @@ -18400,6 +20142,8 @@ msgstr "Omslag" #: html/admin/template_config_form.php:33 #: include/template/template_config_form.php:33 +#: include/template/template_config_form.php:34 +#: include/template/template_config_form.php:60 msgid "Répertoire temporaire" msgstr "" @@ -18433,6 +20177,7 @@ msgstr "" #: include/ext/importbank/include/template/confirm_transfer.php:285 #: include/verif_bilan.inc.php:152 include/verif_bilan.inc.php:214 #: include/verif_bilan.inc.php:217 include/verif_bilan.inc.php:219 +#: include/verif_bilan.inc.php:150 msgid "Résultat" msgstr "Resultaat" @@ -18452,7 +20197,7 @@ msgid "Résultat limité à %d , %d nombre de fiches trouvées" msgstr "Beperkt tot% d resultaat% d aantal records gevonden" #: html/fid_card.php:164 html/fid_card.php:165 html/fid_card.php:170 -#: html/fid_card.php:169 +#: html/fid_card.php:169 html/fid_card.php:171 #, php-format msgid "Résultat limité à 12" msgstr "Beperkt tot 12 resultaten" @@ -18462,6 +20207,7 @@ msgid "Résultat recherche" msgstr "Resultaten opzoeking" #: include/template/account_result.php:6 include/template/card_result.php:6 +#: include/template/card_multiple_result.php:7 msgid "Résultats" msgstr "Resultaten" @@ -18476,6 +20222,7 @@ msgstr "Overzicht" #: include/balance.inc.php:465 include/export/export_balance_pdf.php:341 #: include/export/export_balance_pdf.php:336 #: include/export/export_balance_pdf.php:337 +#: include/export/export_balance_pdf.php:338 msgid "Résumé Exercice courant" msgstr "" @@ -18484,20 +20231,24 @@ msgstr "" #: include/balance.inc.php:458 include/export/export_balance_pdf.php:334 #: include/export/export_balance_pdf.php:329 #: include/export/export_balance_pdf.php:330 +#: include/export/export_balance_pdf.php:331 msgid "Résumé Exercice précédent" msgstr "" #: include/export/export_printtva_pdf.php:49 include/database.item.php:141 +#: include/export/export_printtva_pdf.php:51 include/database.item.php:140 #, fuzzy msgid "Résumé TVA" msgstr "Overzicht" #: include/export/export_printtva_pdf.php:301 +#: include/export/export_printtva_pdf.php:315 #, fuzzy msgid "Résumé TVA Achat" msgstr "Overzicht" #: include/export/export_printtva_pdf.php:160 +#: include/export/export_printtva_pdf.php:164 #, fuzzy msgid "Résumé TVA vente" msgstr "Overzicht" @@ -18525,6 +20276,8 @@ msgstr "" #: include/class/follow_up.class.php:1782 #: include/class/follow_up.class.php:1780 #: include/class/follow_up.class.php:1781 +#: include/class/follow_up.class.php:1731 +#: include/class/follow_up.class.php:1705 #, fuzzy msgid "SECURITE : Ajout impossible" msgstr "Export is onmogelijk" @@ -18586,7 +20339,9 @@ msgstr "Nieuwe lijn" #: include/template/dashboard.php:350 include/ajax/ajax_card.php:203 #: include/ajax/ajax_card.php:517 include/ajax/ajax_mod_predf_op.php:54 #: include/cfgledger.inc.php:137 include/ajax/ajax_card.php:204 -#: include/ajax/ajax_card.php:518 +#: include/ajax/ajax_card.php:518 include/ajax/ajax_mod_predf_op.php:67 +#: include/ajax/ajax_card.php:207 include/ajax/ajax_card.php:594 +#: include/company.inc.php:163 include/ajax/ajax_card.php:593 msgid "Sauve" msgstr "OPSLAAN" @@ -18684,6 +20439,11 @@ msgstr "Geen enkel model" #: include/template/stock_inv.php:107 include/class/acc_ledger.class.php:2028 #: include/template/ledger_detail_bottom.php:315 include/ajax/ajax_card.php:165 #: include/class/acc_ledger.class.php:2044 +#: include/class/acc_ledger.class.php:2063 +#: include/ajax/ajax_display_letter.php:226 include/ajax/ajax_card.php:168 +#: include/template/ledger_detail_bottom.php:333 +#: include/template/card_multiple_display_option.php:114 +#: include/template/ledger_detail_bottom.php:350 msgid "Sauver" msgstr "OPSLAAN" @@ -18717,6 +20477,7 @@ msgstr "Module instellen" #: include/class_fiche_def.php:776 include/class_fiche_def.php:788 #: include/class/class_fiche_def.php:787 include/operation_ods_new.inc.php:95 #: include/class/fiche_def.class.php:788 include/operation_ods_new.inc.php:98 +#: include/operation_ods_new.inc.php:99 msgid "Sauvez" msgstr "OPSLAAN" @@ -18734,7 +20495,7 @@ msgstr "Bewaard" #: include/lib/ac_common.php:810 include/lib/ac_common.php:817 #: include/lib/ac_common.php:828 include/lib/ac_common.php:829 #: include/lib/ac_common.php:841 include/lib/ac_common.php:843 -#: include/lib/ac_common.php:859 +#: include/lib/ac_common.php:859 include/lib/ac_common.php:869 msgid "Se reconnecter pour revenir ici" msgstr "" @@ -18761,6 +20522,8 @@ msgstr "Schatkist" #: include/class_follow_up.php:129 include/class/class_follow_up.php:128 #: include/class/class_follow_up.php:129 include/class/follow_up.class.php:128 #: include/class/follow_up.class.php:129 include/class/follow_up.class.php:130 +#: include/class/follow_up.class.php:135 include/class/follow_up.class.php:136 +#: include/class/follow_up.class.php:137 include/class/follow_up.class.php:138 #, fuzzy msgid "Securité" msgstr "Veiligheid" @@ -18776,10 +20539,12 @@ msgstr "Veiligheid" #: include/class/acc_ledger_search.class.php:928 #: include/class/acc_ledger_search.class.php:936 #: include/class/acc_ledger_search.class.php:949 +#: include/class/acc_ledger_search.class.php:1038 +#: include/class/acc_ledger_search.class.php:1061 msgid "Selection" msgstr "Selectie" -#: include/lib/message_javascript.php:33 +#: include/lib/message_javascript.php:33 include/lib/message_javascript.php:34 msgid "Selectionnez le journal où l'opération doit être sauvée" msgstr "" @@ -18795,6 +20560,7 @@ msgstr "Selectionneer plannen DAT u interesseert je op VOOR Zoeken Klikken" #: include/class_anc_print.php:140 include/class_anc_print.php:181 #: include/lib/message_javascript.php:73 include/lib/message_javascript.php:75 +#: include/lib/message_javascript.php:76 msgid "Selectionnez le plan qui vous intéresse avant de cliquer sur Recherche" msgstr "Selectionneer plannen DAT u interesseert je op VOOR Zoeken Klikken" @@ -18805,13 +20571,18 @@ msgid "Selectionnez votre langue" msgstr "Selecteer uw taal" #: include/class/periode.class.php:648 include/class/periode.class.php:650 -#: include/class/periode.class.php:652 +#: include/class/periode.class.php:652 include/class/periode.class.php:653 +#: include/class/periode.class.php:654 msgid "Septembre" msgstr "" +#: include/template/template_config_form.php:56 +msgid "Serveur" +msgstr "" + # Plage heeft verschillende vertalingen: periode, marge/verschil, programmablok #: html/install.php:138 html/install.php:137 html/install.php:143 -#: html/install.php:150 +#: html/install.php:150 html/install.php:163 html/install.php:167 #, fuzzy msgid "Serveur postgresql" msgstr "Basisklasse" @@ -18826,11 +20597,13 @@ msgstr "Diensten-intra uitgestelde waarneming" #: include/template/param_jrn.php:136 include/template/param_jrn.php:143 #: include/template/param_jrn.php:145 include/template/param_jrn.php:190 +#: include/template/param_jrn.php:191 msgid "Services, fournitures ou biens achetés (D)" msgstr "" #: include/template/param_jrn.php:197 include/template/param_jrn.php:204 #: include/template/param_jrn.php:206 include/template/param_jrn.php:251 +#: include/template/param_jrn.php:252 msgid "Services, fournitures ou biens vendus (C)" msgstr "" @@ -18849,7 +20622,14 @@ msgid "" "Acc_Ledger_History_Generic" msgstr "" +#: html/user_login.php:132 +msgid "" +"Si la redirection ne fonctionne pas, vous devez changer la valeur de " +"NOALYSS_URL " +msgstr "" + #: include/lib/message_javascript.php:83 include/lib/message_javascript.php:85 +#: include/lib/message_javascript.php:86 msgid "Si vous changez de page vous perdez les reconciliations, continuez ?" msgstr "" @@ -18864,7 +20644,7 @@ msgstr "" "dezelfde administratieve post standaard. Dit item accounting standaard " "basisklasse." -#: include/lib/message_javascript.php:60 +#: include/lib/message_javascript.php:60 include/lib/message_javascript.php:61 msgid "" "Si vous ne donnez pas de nom, ce sera le nom du fichier qui sera utilisé" msgstr "" @@ -18914,17 +20694,19 @@ msgstr "Situatie" #: include/database.item.php:171 include/database.item.php:170 #: include/database.item.php:169 include/database.item.php:173 #: include/database.item.php:178 include/database.item.php:183 +#: include/template/card_multiple_result.php:18 include/database.item.php:179 msgid "Société" msgstr "Vennootschap" #: include/contact.inc.php:90 include/contact.inc.php:94 -#: include/contact.inc.php:95 +#: include/contact.inc.php:95 include/contact.inc.php:96 msgid "Société :" msgstr "Bedrijf:" #: include/database.item.php:83 include/database.item.php:86 #: include/database.item.php:91 include/database.item.php:88 #: include/database.item.php:87 include/database.item.php:85 +#: include/database.item.php:84 msgid "Sociétés" msgstr "Bedrijven" @@ -18946,7 +20728,8 @@ msgstr "Bedrijven" #: include/class/anc_listing.class.php:120 include/class/fiche.class.php:1784 #: include/class/anc_balance_double.class.php:101 #: include/class/fiche.class.php:1785 include/export/export_balance_pdf.php:136 -#: include/class/pdfbalance_simple.class.php:58 +#: include/class/pdfbalance_simple.class.php:58 include/fiche.inc.php:420 +#: include/class/fiche.class.php:1811 msgid "Solde" msgstr "evenwicht" @@ -18978,18 +20761,25 @@ msgstr "evenwicht" msgid "Solde crédit" msgstr "Saldo credit" -#: include/template/letter_all.php:117 +#: include/template/letter_all.php:117 include/export/export_balance_csv.php:79 msgid "Solde créditeur" msgstr "Creditsaldo" +#: include/template/letter_all.php:128 +#, fuzzy, php-format +msgid "Solde créditeur : %s" +msgstr "Creditsaldo" + #: include/database.item.php:98 include/database.item.php:101 #: include/database.item.php:106 include/database.item.php:103 #: include/database.item.php:102 include/database.item.php:100 +#: include/database.item.php:99 msgid "Solde des comptes en banques, caisse..." msgstr "Saldo van bankrekeningen, contant ..." #: include/database.item.php:103 include/database.item.php:106 #: include/database.item.php:100 include/database.item.php:98 +#: include/database.item.php:99 msgid "" "Solde des journaux de trésorerie cela concerne les comptes en banques, " "caisse , les chèques... " @@ -18999,10 +20789,15 @@ msgstr "" msgid "Solde débit" msgstr "Saldo debet" -#: include/template/letter_all.php:115 +#: include/template/letter_all.php:115 include/export/export_balance_csv.php:79 msgid "Solde débiteur" msgstr "Debetsaldo" +#: include/template/letter_all.php:126 +#, fuzzy, php-format +msgid "Solde débiteur : %s" +msgstr "Debetsaldo" + #: include/template/form_ledger_fin.php:33 msgid "Solde début" msgstr "Evenwicht begin" @@ -19020,6 +20815,7 @@ msgstr "Nieuwe extract" #: include/database.item.php:98 include/database.item.php:101 #: include/database.item.php:106 include/database.item.php:103 #: include/database.item.php:102 include/database.item.php:100 +#: include/database.item.php:99 msgid "Soldes" msgstr "Sales" @@ -19030,7 +20826,8 @@ msgstr "Sales" #: include/lib/user_menu.php:125 include/lib/user_menu.php:144 #: include/database.item.php:107 include/database.item.php:101 #: include/database.item.php:99 include/lib/user_menu.php:82 -#: include/lib/user_menu.php:101 +#: include/lib/user_menu.php:101 include/lib/user_menu.php:81 +#: include/lib/user_menu.php:100 msgid "Sortie" msgstr "Uitgang" @@ -19043,23 +20840,24 @@ msgid "Sortie ⎆" msgstr "Uitgang" #: include/class/periode.class.php:521 include/class/periode.class.php:523 -#: include/class/periode.class.php:525 +#: include/class/periode.class.php:525 include/class/periode.class.php:526 msgid "Status" msgstr "" #: include/database.item.php:107 include/database.item.php:110 #: include/database.item.php:116 include/database.item.php:113 #: include/database.item.php:112 include/database.item.php:108 +#: include/database.item.php:109 msgid "Stock" msgstr "Voorraad" #: include/user_menu.php:150 include/user_menu.php:154 #: include/lib/user_menu.php:163 include/lib/user_menu.php:176 -#: include/lib/user_menu.php:134 +#: include/lib/user_menu.php:134 include/lib/user_menu.php:133 msgid "Stock et commande" msgstr "Voorraad in Bestelling" -#: include/impress_jrn.inc.php:156 +#: include/impress_jrn.inc.php:156 include/impress_jrn.inc.php:170 #, fuzzy msgid "Style d'impression" msgstr "Print menu" @@ -19070,12 +20868,12 @@ msgid "Suggestion" msgstr "Beheer" #: include/company.inc.php:120 include/company.inc.php:139 -#: include/company.inc.php:143 +#: include/company.inc.php:143 include/company.inc.php:157 msgid "Suggérer la date" msgstr "Suggereren de datum" #: include/company.inc.php:119 include/company.inc.php:138 -#: include/company.inc.php:142 +#: include/company.inc.php:142 include/company.inc.php:156 msgid "Suggérer le numéro de pièce justificative" msgstr "Suggeren nummer van de akte" @@ -19100,7 +20898,7 @@ msgstr "Gevolgd leverancier, klant, bank, offerte, order, mail" #: include/database.item.php:122 include/database.item.php:125 #: include/database.item.php:131 include/database.item.php:127 #: include/database.item.php:126 include/database.item.php:130 -#: include/database.item.php:124 +#: include/database.item.php:124 include/database.item.php:123 msgid "Suivi administration, banque" msgstr "Gevolgd administratie, bank" @@ -19108,16 +20906,19 @@ msgstr "Gevolgd administratie, bank" #: include/database.item.php:108 include/database.item.php:105 #: include/database.item.php:104 include/database.item.php:21 #: include/database.item.php:24 include/database.item.php:17 +#: include/database.item.php:16 msgid "Suivi client" msgstr "Customer care" #: include/database.item.php:21 include/database.item.php:24 #: include/database.item.php:17 include/database.item.php:15 +#: include/database.item.php:16 msgid "Suivi client : devis, réunion, courrier, commande..." msgstr "" #: include/database.item.php:130 include/database.item.php:133 #: include/database.item.php:127 include/database.item.php:125 +#: include/database.item.php:126 msgid "" "Suivi de vos salariés, managers ainsi que des administrateurs, pour les " "documents et les opérations comptables" @@ -19125,24 +20926,26 @@ msgstr "" #: include/database.item.php:127 include/database.item.php:130 #: include/database.item.php:124 include/database.item.php:122 +#: include/database.item.php:123 msgid "Suivi des administrations : courrrier, déclarations." msgstr "" #: include/database.item.php:16 include/database.item.php:19 #: include/database.item.php:13 include/database.item.php:11 +#: include/database.item.php:12 msgid "Suivi des fournisseurs : devis, lettres, email...." msgstr "" #: include/database.item.php:125 include/database.item.php:128 #: include/database.item.php:134 include/database.item.php:130 #: include/database.item.php:129 include/database.item.php:133 -#: include/database.item.php:127 +#: include/database.item.php:127 include/database.item.php:126 msgid "Suivi des gérants, administrateurs et salariés" msgstr "Monitoring van managers, bestuurders en werknemers" #: include/database.item.php:11 include/database.item.php:14 #: include/database.item.php:16 include/database.item.php:19 -#: include/database.item.php:13 +#: include/database.item.php:13 include/database.item.php:12 msgid "Suivi fournisseur" msgstr "Leverancier controle" @@ -19211,15 +21014,16 @@ msgstr "" #: html/ajax_misc.php:235 html/ajax_misc.php:313 html/ajax_misc.php:318 #: html/ajax_misc.php:346 html/ajax_misc.php:458 html/ajax_misc.php:460 #: html/ajax_misc.php:466 html/ajax_misc.php:468 html/ajax_misc.php:472 +#: html/ajax_misc.php:437 html/ajax_misc.php:445 msgid "Symbole" msgstr "Symbool" -#: include/param_sec.inc.php:88 +#: include/param_sec.inc.php:88 include/param_sec.inc.php:89 msgid "Séc. Action actif" msgstr "" # Controleren of dit hetzelfde betekent (beide boekhoudkundige termen) -#: include/param_sec.inc.php:87 +#: include/param_sec.inc.php:87 include/param_sec.inc.php:88 #, fuzzy msgid "Séc. Journaux actif" msgstr "Inkoopdagboeken" @@ -19227,20 +21031,25 @@ msgstr "Inkoopdagboeken" #: include/database.item.php:89 include/database.item.php:92 #: include/database.item.php:97 include/database.item.php:94 #: include/database.item.php:93 include/export/export_security_pdf.php:89 -#: include/database.item.php:91 +#: include/database.item.php:91 include/database.item.php:90 msgid "Sécurité" msgstr "Veiligheid" -#: include/param_sec.inc.php:298 +#: include/param_sec.inc.php:298 include/param_sec.inc.php:309 #, fuzzy msgid "Sécurité sur les actions" msgstr "Alle Operaties" -#: include/param_sec.inc.php:231 +#: include/param_sec.inc.php:231 include/param_sec.inc.php:234 #, fuzzy msgid "Sécurité sur les journaux" msgstr "Alle dagboeken" +#: include/lib/select_dialog.class.php:48 +#, fuzzy +msgid "Sélection" +msgstr "Selectie" + #: include/template/action_other_action.php:18 msgid "Sélectionner les documents et l' action :" msgstr "Alle documenten en actie:" @@ -19340,6 +21149,8 @@ msgstr "" #: include/template/acc_ledger_history_purchase_extended.php:129 #: include/template/acc_ledger_history_sale_extended.php:130 #: include/class/print_ledger_detail_item.class.php:164 +#: include/class/acc_ledger_history_sale.class.php:260 +#: include/tax_summary.inc.php:43 include/database.item.php:9 msgid "TVA" msgstr "BTW" @@ -19359,9 +21170,16 @@ msgstr "Fiscaal aftrekbaar" #: include/template/ledger_detail_ach.php:134 #: include/template/ledger_detail_ach.php:135 #: include/class/print_ledger_simple.class.php:114 +#: include/class/print_ledger_simple.class.php:111 +#: include/export/export_printtva_pdf.php:217 msgid "TVA ND" msgstr "BTW ND" +#: include/export/export_printtva_pdf.php:217 +#, fuzzy +msgid "TVA ND récup" +msgstr "BTW ingevorderd" + #: include/template/operation_detail_ach.php:53 #: include/template/operation_detail_ven.php:45 #: include/export/export_ledger_csv.php:248 @@ -19373,6 +21191,8 @@ msgstr "BTW ND" #: include/class/acc_ledger_history_purchase.class.php:260 #: include/class/acc_ledger_history_purchase.class.php:264 #: include/class/print_ledger_detail_item.class.php:162 +#: include/class/acc_ledger_history_purchase.class.php:275 +#: include/class/print_ledger_simple.class.php:113 #, fuzzy msgid "TVA NP" msgstr "BTW ND" @@ -19389,6 +21209,7 @@ msgstr "BTW ND" #: include/class/acc_ledger_purchase.class.php:1853 #: include/class/acc_ledger_purchase.class.php:1856 #: include/class/acc_ledger_purchase.class.php:1862 +#: include/class/acc_ledger_purchase.class.php:1899 #, fuzzy msgid "TVA NP opération" msgstr "BTW handeling" @@ -19397,6 +21218,7 @@ msgstr "BTW handeling" #: include/template/tax_summary_display.php:309 #: include/export/export_printtva_csv.php:66 #: include/export/export_printtva_pdf.php:213 +#: include/export/export_printtva_csv.php:78 #, fuzzy msgid "TVA Non Déd" msgstr "Niet Betaald '" @@ -19405,6 +21227,7 @@ msgstr "Niet Betaald '" #: include/template/tax_summary_display.php:312 #: include/export/export_printtva_csv.php:67 #: include/export/export_printtva_pdf.php:213 +#: include/export/export_printtva_csv.php:79 #, fuzzy msgid "TVA Non Déd & récup" msgstr "BTW ingevorderd" @@ -19430,6 +21253,8 @@ msgstr "BTW ingevorderd" #: include/class/acc_ledger_purchase.class.php:1845 #: include/class/acc_ledger_sold.class.php:1425 #: include/class/acc_ledger_purchase.class.php:1851 +#: include/class/acc_ledger_purchase.class.php:1888 +#: include/class/acc_ledger_sold.class.php:1410 #, fuzzy msgid "TVA Non Payé" msgstr "Niet Betaald '" @@ -19460,6 +21285,8 @@ msgstr "Niet Betaald '" #: include/class/acc_ledger_purchase.class.php:1855 #: include/class/acc_ledger_sold.class.php:1432 #: include/class/acc_ledger_purchase.class.php:1861 +#: include/class/acc_ledger_purchase.class.php:1898 +#: include/class/acc_ledger_sold.class.php:1417 msgid "TVA Opération" msgstr "BTW handeling" @@ -19495,14 +21322,23 @@ msgstr "" #: include/class/acc_ledger_history_sale.class.php:251 #: include/class/acc_ledger_sold.class.php:1424 #: include/class/acc_ledger_purchase.class.php:1850 +#: include/class/acc_ledger_history_sale.class.php:261 +#: include/class/acc_ledger_purchase.class.php:1887 +#: include/class/acc_ledger_sold.class.php:1409 msgid "TVA annulée" msgstr "Geannuleerd BTW" +#: include/lib/message_javascript.php:107 +#: include/lib/message_javascript.php:108 +msgid "TVA due ou récupérable quand l'opération est payée ou exécutée" +msgstr "" + #: include/database.item.php:134 include/database.item.php:137 #: include/database.item.php:177 include/database.item.php:181 #: include/database.item.php:180 include/database.item.php:139 #: include/database.item.php:140 include/database.item.php:141 #: include/database.item.php:146 include/database.item.php:151 +#: include/database.item.php:147 msgid "TVA non déductible" msgstr "Niet-aftrekbare BTW" @@ -19511,6 +21347,7 @@ msgstr "Niet-aftrekbare BTW" #: include/database.item.php:181 include/database.item.php:140 #: include/database.item.php:141 include/database.item.php:142 #: include/database.item.php:147 include/database.item.php:152 +#: include/database.item.php:148 msgid "TVA non déductible récupérable par l'impôt" msgstr "Niet-aftrekbare BTW terugvorderbaar door de Belastingdienst" @@ -19528,6 +21365,7 @@ msgstr "Niet-aftrekbare BTW terugvorderbaar door de Belastingdienst" #: include/class/acc_ledger_purchase.class.php:1850 #: include/class/acc_ledger_purchase.class.php:1853 #: include/class/acc_ledger_purchase.class.php:1859 +#: include/class/acc_ledger_purchase.class.php:1896 msgid "TVA récup." msgstr "BTW ingevorderd" @@ -19558,6 +21396,7 @@ msgstr "BTW ingevorderd" #: include/template/acc_ledger_history_purchase_extended.php:131 #: include/template/acc_ledger_history_sale_extended.php:132 #: include/class/print_ledger_detail_item.class.php:165 +#: include/class/print_ledger_detail_item.class.php:64 msgid "TVAC" msgstr "BTW Met" @@ -19567,13 +21406,15 @@ msgstr "BTW Met" #: include/class/acc_ledger_history_sale.class.php:262 #: include/class/acc_ledger_history_purchase.class.php:271 #: include/class/acc_ledger_history_purchase.class.php:276 +#: include/class/acc_ledger_history_sale.class.php:272 +#: include/class/acc_ledger_history_purchase.class.php:287 #, fuzzy msgid "TVAC/TTC" msgstr "BTW Met" #: include/database.item.php:5 include/database.item.php:8 #: include/database.item.php:10 include/database.item.php:13 -#: include/database.item.php:7 +#: include/database.item.php:7 include/database.item.php:6 msgid "Tableau" msgstr "Tafel" @@ -19588,11 +21429,13 @@ msgstr "Tabel afschrijving per jaar" #: include/database.item.php:116 include/database.item.php:119 #: include/database.item.php:125 include/database.item.php:122 #: include/database.item.php:121 include/database.item.php:117 +#: include/database.item.php:118 msgid "Tableau de bord" msgstr "Dashboard" #: include/database.item.php:122 include/database.item.php:125 #: include/database.item.php:119 include/database.item.php:117 +#: include/database.item.php:118 msgid "" "Tableau de suivi, vous permet de voir en un coup d'oeil vos dernières " "opérations, un petit calendrier, une liste de chose à faire..." @@ -19600,13 +21443,15 @@ msgstr "" #: include/database.item.php:5 include/database.item.php:8 #: include/database.item.php:10 include/database.item.php:13 -#: include/database.item.php:7 +#: include/database.item.php:7 include/database.item.php:6 msgid "Tableau lié à la comptabilité" msgstr "Tabel met betrekking tot boekhouding" #: include/template/tag_list.php:11 include/template/tag_search_select.php:16 #: include/template/tag_select.php:16 include/template/tag_list.php:12 #: include/template/tag_search_select.php:18 include/template/tag_select.php:20 +#: include/template/tag_select.php:22 include/template/tag_search_select.php:21 +#: include/template/tag_list.php:13 msgid "Tag" msgstr "Tag" @@ -19619,6 +21464,7 @@ msgstr "Totale activa" #: include/card_attr.inc.php:96 include/dossier.inc.php:204 #: include/dossier.inc.php:238 include/dossier.inc.php:239 #: include/dossier.inc.php:242 include/dossier.inc.php:247 +#: include/class/card_attribut_mtable.class.php:41 include/dossier.inc.php:250 msgid "Taille" msgstr "Aantal" @@ -19638,10 +21484,16 @@ msgid "Tant que ce n'est pas vous fait vous ne pouvez pas utiliser NOALYSS" msgstr "" #: include/lib/message_javascript.php:98 include/lib/message_javascript.php:100 +#: include/lib/message_javascript.php:101 msgid "Taper une formule (ex 20*5.1) puis enter" msgstr "" -#: include/lib/message_javascript.php:40 +#: include/ajax/ajax_admin.php:264 +#, fuzzy +msgid "Tapez le code de confirmation" +msgstr "Veranderingen OPSLAAN" + +#: include/lib/message_javascript.php:40 include/lib/message_javascript.php:41 msgid "" "Tapez le numéro de poste ou une partie du poste ou du libellé puis sur " "recherche, Si vous avez donné un quickcode, le poste comptable ne sera pas " @@ -19659,7 +21511,11 @@ msgstr "" #: include/export/export_printtva_csv.php:41 #: include/export/export_printtva_csv.php:60 #: include/export/export_printtva_pdf.php:57 -#: include/export/export_printtva_pdf.php:212 +#: include/export/export_printtva_pdf.php:212 html/ajax_misc.php:436 +#: include/export/export_printtva_pdf.php:59 +#: include/export/export_printtva_pdf.php:216 +#: include/export/export_printtva_csv.php:53 +#: include/export/export_printtva_csv.php:72 html/ajax_misc.php:444 msgid "Taux" msgstr "Tarief" @@ -19686,6 +21542,7 @@ msgid "Taux de TVA" msgstr "Tarief van de BTW" #: include/class/tva_rate_mtable.class.php:215 +#: include/class/tva_rate_mtable.class.php:232 #, fuzzy msgid "Taux de TVA invalide" msgstr "Ongeldige code" @@ -19695,6 +21552,8 @@ msgid "Test Inplace_Edit" msgstr "" #: include/card_attr.inc.php:77 include/card_attr.inc.php:78 +#: include/class/card_attribut_mtable.class.php:51 +#: include/class/contact_option_ref_mtable.class.php:42 msgid "Texte" msgstr "Tekst" @@ -19752,6 +21611,16 @@ msgstr "Thema" #: include/class/fiche.class.php:1476 include/export/export_ledger_csv.php:214 #: include/export/export_ledger_csv.php:222 #: include/class/acc_ledger_history_generic.class.php:686 +#: include/class/acc_ledger_search.class.php:736 +#: include/class/print_ledger_misc.class.php:45 +#: include/class/fiche.class.php:1503 +#: include/class/acc_account_ledger.class.php:388 +#: include/class/acc_ledger_history_generic.class.php:687 +#: include/class/anc_grandlivre.class.php:229 +#: include/export/export_ledger_csv.php:230 +#: include/export/export_histo_csv.php:46 +#: include/class/acc_ledger_search.class.php:759 +#: include/class/anc_grandlivre.class.php:230 msgid "Tiers" msgstr "Derde" @@ -19769,6 +21638,8 @@ msgstr "Derde" #: include/template/detail-action.php:258 include/template/dashboard.php:348 #: include/ext/invoicing/include/invoice_send_mail_input.inc.php:139 #: include/template/action_show.php:40 include/template/dashboard.php:346 +#: include/class/follow_up.class.php:627 include/class/follow_up.class.php:645 +#: include/template/action_search_result.php:51 msgid "Titre" msgstr "Titel" @@ -19790,6 +21661,7 @@ msgstr "Titel" #: include/class_print_ledger_detail_item.php:61 #: include/class/class_print_ledger_detail_item.php:61 #: include/class/print_ledger_detail_item.class.php:61 +#: include/class/print_ledger_detail_item.class.php:60 #, fuzzy msgid "Tot HTVA" msgstr "Totaal Zonder BTW" @@ -19797,6 +21669,7 @@ msgstr "Totaal Zonder BTW" #: include/class_print_ledger_detail_item.php:64 #: include/class/class_print_ledger_detail_item.php:64 #: include/class/print_ledger_detail_item.class.php:64 +#: include/class/print_ledger_detail_item.class.php:63 #, fuzzy msgid "Tot TVA" msgstr "Totaal BTW" @@ -19804,6 +21677,7 @@ msgstr "Totaal BTW" #: include/class_print_ledger_detail_item.php:62 #: include/class/class_print_ledger_detail_item.php:62 #: include/class/print_ledger_detail_item.class.php:62 +#: include/class/print_ledger_detail_item.class.php:61 #, fuzzy msgid "Tot TVA NP" msgstr "Totaal BTW" @@ -19872,6 +21746,8 @@ msgstr "Totaal BTW" #: include/class/anc_listing.class.php:118 #: include/class/anc_balance_double.class.php:83 #: include/class/anc_balance_double.class.php:278 +#: include/template/form_ledger_detail.php:116 +#: include/template/predf_ledger_detail.php:80 msgid "Total" msgstr "Totaal" @@ -19882,6 +21758,7 @@ msgstr "Totaal" #: include/template/form_ledger_detail.php:79 #: include/template/form_ledger_detail.php:83 #: include/template/impress_reconciliation.php:65 +#: include/template/form_ledger_detail.php:86 msgid "Total " msgstr "Totaal" @@ -19948,6 +21825,10 @@ msgstr "Debet Totaal" #: include/class/acc_ledger_purchase.class.php:1848 #: include/class/acc_ledger_sold.class.php:1428 #: include/class/acc_ledger_purchase.class.php:1854 +#: include/class/acc_ledger_purchase.class.php:1891 +#: include/class/acc_ledger_sold.class.php:1413 +#: include/template/form_ledger_detail.php:79 +#: include/template/predf_ledger_detail.php:76 msgid "Total HTVA" msgstr "Totaal Zonder BTW" @@ -19975,6 +21856,9 @@ msgstr "Totaal Zonder BTW" #: include/class/acc_ledger_purchase.class.php:1643 #: include/class/acc_ledger_sold.class.php:900 #: include/class/acc_ledger_purchase.class.php:1646 +#: include/class/acc_ledger_purchase.class.php:1659 +#: include/class/acc_ledger_sold.class.php:904 +#: include/template/predf_ledger_detail.php:77 msgid "Total TVA" msgstr "Totaal BTW" @@ -20002,6 +21886,9 @@ msgstr "Totaal BTW" #: include/class/acc_ledger_purchase.class.php:1644 #: include/class/acc_ledger_sold.class.php:901 #: include/class/acc_ledger_purchase.class.php:1647 +#: include/class/acc_ledger_purchase.class.php:1660 +#: include/class/acc_ledger_sold.class.php:905 +#: include/template/predf_ledger_detail.php:78 msgid "Total TVAC" msgstr "Totaal zet BTW" @@ -20026,6 +21913,7 @@ msgstr "Totale last" #: include/class/class_fiche.php:1606 include/class/fiche.class.php:1760 #: include/class/fiche.class.php:1763 include/class/fiche.class.php:1765 #: include/class/fiche.class.php:1783 include/class/fiche.class.php:1784 +#: include/class/fiche.class.php:1810 msgid "Total crédit" msgstr "Credit Totaal" @@ -20041,6 +21929,7 @@ msgstr "Rekeningoverzicht" #: include/class/class_fiche.php:1605 include/class/fiche.class.php:1759 #: include/class/fiche.class.php:1762 include/class/fiche.class.php:1764 #: include/class/fiche.class.php:1782 include/class/fiche.class.php:1783 +#: include/class/fiche.class.php:1809 msgid "Total débit" msgstr "Debet Totaal" @@ -20059,6 +21948,7 @@ msgstr "Totale niveau" #: include/class/acc_ledger_history_generic.class.php:684 #: include/class/acc_ledger_history_generic.class.php:685 #: include/class/acc_ledger_history_generic.class.php:688 +#: include/class/acc_ledger_history_generic.class.php:689 #, fuzzy msgid "Total opération" msgstr "Retail operatie" @@ -20151,10 +22041,25 @@ msgstr "Total Credit" #: include/template/acc_ledger_history_purchase_extended.php:160 #: include/template/acc_ledger_history_sale_extended.php:161 #: include/class/acc_ledger_history_generic.class.php:741 -#: include/class/acc_ledger.class.php:740 +#: include/class/acc_ledger.class.php:740 include/fiche.inc.php:459 +#: include/class/fiche.class.php:1589 +#: include/class/acc_ledger_purchase.class.php:1601 +#: include/class/acc_ledger_sold.class.php:848 +#: include/class/acc_account_ledger.class.php:431 +#: include/class/acc_ledger_history_generic.class.php:742 msgid "Totaux" msgstr "Totalen" +#: include/export/export_balance_pdf.php:179 +#, fuzzy, php-format +msgid "Totaux %s " +msgstr "Totalen" + +#: include/class/acc_balance.class.php:279 +#, fuzzy, php-format +msgid "Totaux %s %s" +msgstr "Totalen" + #: include/balance.inc.php:111 include/balance.inc.php:112 #: include/balance.inc.php:118 include/balance.inc.php:119 #: include/balance.inc.php:122 @@ -20165,6 +22070,7 @@ msgstr "Het totaal per subniveau" #: include/user.inc.php:176 include/user.inc.php:178 #: include/ext/importbank/include/import_bank.class.php:136 #: include/template/tag_search_select.php:14 +#: include/template/tag_search_select.php:17 include/user.inc.php:180 msgid "Tous" msgstr "" @@ -20182,6 +22088,12 @@ msgstr "" msgid "Tous les Etats" msgstr "Alle staten" +#: include/class/follow_up.class.php:1128 +#: include/class/follow_up.class.php:1160 +#, fuzzy +msgid "Tous les actions ouvertes" +msgstr "Alle Operaties" + #: include/ext/amortis/include/am_card.php:43 msgid "Tous les biens y compris ceux qui sont complétement amortis" msgstr "Alle woningen inclusief die volledig afgeschreven" @@ -20217,6 +22129,8 @@ msgstr "" #: include/class/follow_up.class.php:1245 #: include/class/follow_up.class.php:1243 #: include/class/follow_up.class.php:1244 +#: include/class/follow_up.class.php:1161 +#: include/class/follow_up.class.php:1193 msgid "Tous les profiles" msgstr "Alle profielen" @@ -20231,6 +22145,8 @@ msgstr "Alle profielen" #: include/class/follow_up.class.php:1205 #: include/class/follow_up.class.php:1203 #: include/class/follow_up.class.php:1204 +#: include/class/follow_up.class.php:1121 +#: include/class/follow_up.class.php:1153 msgid "Tous les types" msgstr "Alle soorten" @@ -20256,7 +22172,8 @@ msgstr "" # Je suppose que TKPDF est comme PDF? #: html/install.php:632 html/install.php:592 html/install.php:639 -#: html/install.php:595 html/install.php:642 +#: html/install.php:595 html/install.php:642 html/install.php:645 +#: html/install.php:695 html/install.php:651 html/install.php:701 #, fuzzy msgid "Tout est installé" msgstr "TKPDF is niet geïnstalleerd" @@ -20274,13 +22191,20 @@ msgstr "Up-to-date brengen" msgid "Tout sélectionner" msgstr "Alles selecteren" +#: include/class/acc_ledger_search.class.php:212 +#: include/class/acc_ledger_search.class.php:214 +#, fuzzy +msgid "Toutes" +msgstr "Alles" + #: include/param_sec.inc.php:320 include/param_sec.inc.php:260 -#: include/param_sec.inc.php:292 +#: include/param_sec.inc.php:292 include/template/security_list_action.php:8 #, fuzzy msgid "Toutes les actions" msgstr "Alle Operaties" #: include/class/acc_plan_mtable.class.php:196 +#: include/class/acc_plan_mtable.class.php:213 #, fuzzy msgid "Toutes les fiches" msgstr "Alle bladen in PDF" @@ -20292,16 +22216,25 @@ msgstr "Alle bladen in PDF" #: include/category_card.inc.php:67 include/category_card.inc.php:68 #: include/category_card.inc.php:71 include/impress_poste.inc.php:103 #: include/category_card.inc.php:76 include/category_card.inc.php:78 +#: include/impress_jrn.inc.php:156 msgid "Toutes les opérations" msgstr "Alle Operaties" +#: include/template/action_search.php:149 include/template/ledger_search.php:97 +#: include/template/action_search.php:151 +#, fuzzy +msgid "Toutes les étiquettes" +msgstr "Toevoeging van een label" + #: include/lettering.account.inc.php:84 include/lettering.card.inc.php:89 #: include/lettering.gestion.inc.php:41 include/lettering.gestion.inc.php:40 -#: include/lettering.account.inc.php:92 +#: include/lettering.account.inc.php:92 include/lettering.account.inc.php:93 +#: include/lettering.card.inc.php:91 msgid "Toutes opérations" msgstr "Alle activiteiten" #: include/lib/message_javascript.php:95 include/lib/message_javascript.php:97 +#: include/lib/message_javascript.php:98 #, fuzzy msgid "Traitement en cours" msgstr "Later in te brengen" @@ -20342,6 +22275,7 @@ msgstr "" #: include/template/detail-action.php:383 #: include/template/detail-action.php:390 #: include/template/detail-action.php:392 +#: include/template/follow_up_detail_display.php:203 msgid "Transformer en facture" msgstr "Omzetten in een factuur" @@ -20370,7 +22304,7 @@ msgstr "trimester" #: include/database.item.php:119 include/database.item.php:122 #: include/database.item.php:128 include/database.item.php:124 #: include/database.item.php:123 include/database.item.php:127 -#: include/database.item.php:121 +#: include/database.item.php:121 include/database.item.php:120 msgid "Trésorerie" msgstr "Schatkist" @@ -20403,10 +22337,19 @@ msgstr "BTW NTV" #: include/class/fiche.class.php:1463 #: include/class/acc_ledger_search.class.php:1106 #: include/class/fiche.class.php:1477 include/class/fiche.class.php:1478 +#: include/class/acc_ledger_search.class.php:1195 +#: include/class/fiche.class.php:1505 +#: include/class/card_attribut_mtable.class.php:40 +#: include/class/acc_account_ledger.class.php:390 +#: include/user_detail.inc.php:179 +#: include/class/acc_ledger_search.class.php:1218 +#: include/template/detail-action.php:30 +#: include/template/action_search_result.php:57 include/user.inc.php:149 msgid "Type" msgstr "Type" #: include/param_pcmn.inc.php:57 include/param_pcmn.inc.php:58 +#: include/class/contact_option_ref_mtable.class.php:37 msgid "Type " msgstr "Type" @@ -20420,6 +22363,8 @@ msgstr "Type" #: include/class/follow_up.class.php:1696 #: include/class/follow_up.class.php:1694 #: include/class/follow_up.class.php:1695 +#: include/class/follow_up.class.php:1643 +#: include/class/follow_up.class.php:1675 #, fuzzy msgid "Type action invalide" msgstr "Ongeldige opties" @@ -20445,11 +22390,13 @@ msgstr "Soort document" #: include/template/new_mod_payment.php:28 include/payment_middle.inc.php:121 #: include/payment_middle.inc.php:122 #: include/class/payment_method_mtable.class.php:40 +#: include/class/payment_method_mtable.class.php:41 msgid "Type de fiche" msgstr "Soort blad" #: include/template/param_jrn.php:78 include/template/param_jrn.php:85 #: include/template/param_jrn.php:6 +#: include/class/operation_predef_mtable.class.php:53 msgid "Type de journal" msgstr "Soort boek van" @@ -20475,12 +22422,16 @@ msgstr "Soort blad" #: include/lib/http_input.class.php:65 include/lib/http_input.class.php:73 #: include/ajax/ajax_gestion.php:81 include/lib/http_input.class.php:62 #: include/lib/http_input.class.php:72 include/lib/http_input.class.php:80 +#: include/lib/http_input.class.php:92 include/lib/http_input.class.php:106 +#: include/lib/http_input.class.php:118 #, fuzzy msgid "Type invalide" msgstr "Ongeldig verzoek" #: include/operation_ods_confirm.inc.php:54 #: include/template/ledger_detail_bottom.php:155 +#: include/template/ledger_detail_bottom.php:160 +#: include/template/ledger_detail_bottom.php:161 #, fuzzy msgid "Type opération" msgstr "Datum van de verrichting" @@ -20517,6 +22468,7 @@ msgstr "Alle facturen downloaden" #: include/template/stock_summary_list.php:42 include/company.inc.php:118 #: include/ext/sav/include/template/sas_display_detail.php:115 #: include/ajax/ajax_mod_stock_repo.php:71 include/company.inc.php:122 +#: include/company.inc.php:130 msgid "Téléphone" msgstr "Telefoon" @@ -20525,14 +22477,21 @@ msgid "URL" msgstr "URL" #: include/lib/message_javascript.php:96 include/lib/message_javascript.php:98 +#: include/lib/message_javascript.php:99 #, fuzzy msgid "Un instant" msgstr "onbestaand" #: include/lib/message_javascript.php:77 include/lib/message_javascript.php:79 +#: include/lib/message_javascript.php:80 msgid "Un instant svp" msgstr "" +#: include/lettering.account.inc.php:139 +#, fuzzy +msgid "Un instant..." +msgstr "onbestaand" + #: include/class_acc_ledger.php:3410 include/class_acc_ledger.php:3480 #: include/class_acc_ledger.php:3479 include/class_acc_ledger.php:3495 #: include/class_acc_ledger.php:3512 include/class_acc_ledger.php:3539 @@ -20546,11 +22505,14 @@ msgstr "" #: include/class/acc_ledger.class.php:2318 #: include/class/acc_ledger.class.php:2327 #: include/class/acc_ledger.class.php:2349 +#: include/class/acc_ledger.class.php:2373 msgid "Un journal avec ce nom existe déjà" msgstr "Een journaal met deze naam bestaat al" #: include/class/payment_method_mtable.class.php:68 #: include/class/payment_method_mtable.class.php:92 +#: include/class/payment_method_mtable.class.php:69 +#: include/class/payment_method_mtable.class.php:93 #, fuzzy msgid "Un libellé est obligatoire" msgstr "Het onderwerp is verplicht" @@ -20576,13 +22538,19 @@ msgstr "" msgid "Unicode" msgstr "code" +#: include/template/action_document_type_mtable_input.php:115 +#, fuzzy +msgid "Unique" +msgstr "Analytisch" + #: include/param_sec.inc.php:279 include/param_sec.inc.php:221 -#: include/param_sec.inc.php:225 +#: include/param_sec.inc.php:225 include/param_sec.inc.php:263 #, fuzzy msgid "Uniquement Lecture" msgstr "ALLEEN cijffers" #: include/template/tag_search_select.php:13 +#: include/template/tag_search_select.php:16 #, fuzzy msgid "Uniquement actif" msgstr "ALLEEN cijffers" @@ -20603,6 +22571,11 @@ msgstr "Enkel open rekeningen" msgid "Uniquement des chiffres" msgstr "ALLEEN cijffers" +#: include/company.inc.php:120 +#, fuzzy +msgid "Uniquement des chiffres séparés par des virgules" +msgstr "ALLEEN cijffers" + #: include/class_document_modele.php:259 #: include/template/modele_document.php:48 #: include/class/class_document_modele.php:259 @@ -20627,7 +22600,8 @@ msgstr "Alleen de verkoop van kranten" #: include/param_sec.inc.php:285 include/param_sec.inc.php:227 #: include/param_sec.inc.php:280 include/param_sec.inc.php:258 -#: include/param_sec.inc.php:337 +#: include/param_sec.inc.php:337 include/param_sec.inc.php:269 +#: include/param_sec.inc.php:352 #, fuzzy msgid "Uniquement lecture" msgstr "ALLEEN cijffers" @@ -20642,10 +22616,25 @@ msgstr "Enkel open rekeningen" msgid "Uniquement les opérations non lettrées" msgstr "Alleen interne acties" -#: include/template/param_jrn.php:93 +#: include/impress_jrn.inc.php:158 +#, fuzzy +msgid "Uniquement non payées" +msgstr "In Actie Alleen niet betalend" + +#: include/template/param_jrn.php:93 include/template/param_jrn.php:94 msgid "Uniquement note de débit ou crédit" msgstr "" +#: include/impress_jrn.inc.php:157 +#, fuzzy +msgid "Uniquement payées" +msgstr "In Actie Alleen niet betalend" + +#: include/impress_jrn.inc.php:162 +#, fuzzy +msgid "Uniquement pour journaux vente et achat" +msgstr "Alleen de verkoop van kranten" + #: include/template/param_jrn.php:21 include/template/param_jrn.php:28 #: include/template/param_jrn.php:31 msgid "" @@ -20658,7 +22647,7 @@ msgstr "" "van zijn' aan te duiden, bijvoorbeeld: 4*" #: include/lib/http_input.class.php:78 include/lib/http_input.class.php:85 -#: include/lib/http_input.class.php:87 +#: include/lib/http_input.class.php:87 include/lib/http_input.class.php:125 msgid "Unknown type" msgstr "" @@ -20676,29 +22665,37 @@ msgstr "Ongeldige waarden" #: include/admin_repo.inc.php:146 include/stock_inv_histo.inc.php:84 #: include/user.inc.php:173 html/user_login.php:109 #: include/admin_repo.inc.php:148 html/user_login.php:115 +#: include/user.inc.php:175 msgid "Utilisateur" msgstr "Gebruiker" #: html/install.php:594 html/install.php:586 html/install.php:592 #: html/install.php:554 html/install.php:544 html/install.php:550 -#: html/install.php:553 +#: html/install.php:553 html/install.php:603 html/install.php:609 #, fuzzy msgid "Utilisateur administrateur" msgstr "Gebruiker" +#: include/user_detail.inc.php:113 +#, fuzzy, php-format +msgid "Utilisateur %s %s est effacé" +msgstr "Gebruikers die zijn aangesloten" + #: include/lib/database_core.class.php:66 #, fuzzy, php-format msgid "Utilisateur : %s" msgstr "Users" #: include/param_sec.inc.php:91 include/param_sec.inc.php:95 -#: include/param_sec.inc.php:97 +#: include/param_sec.inc.php:97 include/param_sec.inc.php:98 #, fuzzy msgid "Utilisateur Normal" msgstr "Gebruiker" #: html/admin/template_config_form.php:47 #: include/template/template_config_form.php:47 +#: include/template/template_config_form.php:48 +#: include/template/template_config_form.php:96 #, fuzzy msgid "Utilisateur Postgresql" msgstr "Gebruiker" @@ -20709,6 +22706,8 @@ msgstr "Gebruiker" #: html/install.php:610 html/install.php:634 html/install.php:214 #: html/install.php:600 html/install.php:626 html/install.php:607 #: html/install.php:633 html/install.php:217 html/install.php:636 +#: html/install.php:264 html/install.php:660 html/install.php:689 +#: html/install.php:269 html/install.php:695 #, fuzzy msgid "Utilisateur administrateur" msgstr "Gebruiker" @@ -20720,7 +22719,7 @@ msgstr "Database" #: html/admin/setup.php:77 html/admin/setup.php:80 html/admin/setup.php:131 #: html/install.php:133 html/install.php:132 html/install.php:138 -#: html/install.php:145 +#: html/install.php:145 html/install.php:158 html/install.php:162 #, fuzzy msgid "Utilisateur de la base de donnée postgresql" msgstr "Database" @@ -20736,7 +22735,7 @@ msgstr "Database" #: include/lib/ac_common.php:959 include/lib/ac_common.php:970 #: include/lib/ac_common.php:971 include/lib/ac_common.php:972 #: include/lib/ac_common.php:984 include/lib/ac_common.php:986 -#: include/lib/ac_common.php:1002 +#: include/lib/ac_common.php:1002 include/lib/ac_common.php:1012 #, fuzzy msgid "" "Utilisateur n'a pas de profil, votre administrateur doit en configurer un " @@ -20755,6 +22754,7 @@ msgstr "" #: include/user_detail.inc.php:169 include/user_detail.inc.php:165 #: include/user_detail.inc.php:174 include/param_sec.inc.php:147 #: include/export/export_security_pdf.php:66 include/param_sec.inc.php:153 +#: include/param_sec.inc.php:158 include/user_detail.inc.php:185 #, fuzzy msgid "Utilisateur normal" msgstr "Gebruiker" @@ -20768,6 +22768,7 @@ msgstr "Verkeerd login van wachword" #: include/lib/user_menu.php:116 include/lib/user_menu.php:129 #: include/lib/user_menu.php:117 include/lib/user_menu.php:140 #: include/lib/user_menu.php:74 include/lib/user_menu.php:97 +#: include/lib/user_menu.php:73 include/lib/user_menu.php:96 msgid "Utilisateurs" msgstr "Users" @@ -20775,21 +22776,23 @@ msgstr "Users" #: include/lib/user_menu.php:121 include/lib/user_menu.php:130 #: include/lib/user_menu.php:122 include/lib/user_menu.php:141 #: include/lib/user_menu.php:79 include/lib/user_menu.php:98 +#: include/lib/user_menu.php:78 include/lib/user_menu.php:97 msgid "Utilisateurs qui se sont connectés" msgstr "Gebruikers die zijn aangesloten" #: include/class/payment_method_mtable.class.php:42 +#: include/class/payment_method_mtable.class.php:43 #, fuzzy msgid "Utilisation dans" msgstr "Gebruik van de voorraden" #: include/company.inc.php:114 include/company.inc.php:133 -#: include/company.inc.php:137 +#: include/company.inc.php:137 include/company.inc.php:145 msgid "Utilisation de la compta. analytique" msgstr "Use of van analytisch Boekhouding" #: include/company.inc.php:115 include/company.inc.php:134 -#: include/company.inc.php:138 +#: include/company.inc.php:138 include/company.inc.php:152 msgid "Utilisation des stocks" msgstr "Gebruik van de voorraden" @@ -20801,12 +22804,13 @@ msgstr "Gebruik van de voorraden" #: include/class/acc_ledger.class.php:1150 #: include/class/acc_ledger.class.php:1166 +#: include/class/acc_ledger.class.php:1162 #, fuzzy, php-format msgid "Utilisation directe interdite du poste comptable %s" msgstr "Automatisch aanmaken van de boekhoudkundige post" #: include/company.inc.php:117 include/company.inc.php:136 -#: include/company.inc.php:140 +#: include/company.inc.php:140 include/company.inc.php:154 msgid "Utilisation du mode strict " msgstr "Use of van Strikt Wijze" @@ -20821,7 +22825,7 @@ msgid "Utiliser un modèle d'import" msgstr "Verkeerd login van wachword" #: include/company.inc.php:122 include/company.inc.php:141 -#: include/company.inc.php:145 +#: include/company.inc.php:145 include/company.inc.php:159 msgid "Utilisez des postes comptables alphanumérique" msgstr "Gebruik alfanumerieke boekhoudkundige posten" @@ -20830,6 +22834,7 @@ msgid "Utilitaire" msgstr "Besturingssoftware" #: html/install.php:629 html/install.php:636 html/install.php:639 +#: html/install.php:692 html/install.php:698 #, php-format msgid "VOUS DEVEZ EFFACER CE FICHIER %s" msgstr "" @@ -20843,10 +22848,19 @@ msgstr "Accounting Plan" #: include/class/user.class.php:1379 include/class/user.class.php:1408 #: include/class/acc_ledger.class.php:2365 #: include/lib/input_switch.class.php:56 +#: include/class/acc_ledger.class.php:2399 include/class/user.class.php:1402 +#: include/class/user.class.php:1431 include/lib/input_switch.class.php:57 +#: include/lib/input_checkbox.class.php:65 include/class/user.class.php:1426 +#: include/class/user.class.php:1455 #, fuzzy msgid "Valeur invalide" msgstr "Ongeldige waarden" +#: include/class/noalyss_parameter_folder.class.php:70 +#, fuzzy, php-format +msgid "Valeur invalide %s" +msgstr "Ongeldige waarden" + #: include/ext/amortis/include/template/listing_year.php:75 #: include/ext/amortis/include/template/listing_year.php:119 msgid "Valeur net " @@ -20927,6 +22941,9 @@ msgstr "Bevestigen" #: include/class/acc_ledger_search.class.php:1121 #: include/class/acc_ledger_search.class.php:1134 #: include/ajax/ajax_preference.php:280 +#: include/class/acc_ledger_search.class.php:1223 +#: include/ajax/ajax_preference.php:283 +#: include/class/acc_ledger_search.class.php:1246 msgid "Valider" msgstr "Bevestigen" @@ -20975,13 +22992,17 @@ msgstr "Vrijdag" #: include/cfgledger.inc.php:173 include/class/acc_ledger_search.class.php:1084 #: include/class/acc_ledger_search.class.php:1097 #: include/template/tax_summary_display.php:29 include/database.item.php:234 -#: include/database.item.php:253 +#: include/database.item.php:253 include/class/acc_ledger_search.class.php:1186 +#: include/class/operation_predef_mtable.class.php:176 +#: include/database.item.php:10 include/database.item.php:218 +#: include/class/acc_ledger_search.class.php:1209 msgid "Vente" msgstr "Verkoop" #: include/database.item.php:113 include/database.item.php:116 #: include/database.item.php:122 include/database.item.php:119 #: include/database.item.php:118 include/database.item.php:114 +#: include/database.item.php:115 msgid "Vente / Recette" msgstr "Sales / Recepten" @@ -20992,7 +23013,7 @@ msgid "Ventes" msgstr "Verkoop" #: include/impress_bilan.inc.php:64 include/impress_bilan.inc.php:71 -#: include/impress_bilan.inc.php:78 +#: include/impress_bilan.inc.php:78 include/impress_bilan.inc.php:81 msgid "Verification comptabilite" msgstr "Verificatie vand van Boekhouding" @@ -21010,10 +23031,15 @@ msgstr "" msgid "Version PHP trop basse , minimum 5.4" msgstr "" +#: html/install.php:356 html/install.php:362 +msgid "Version PHP trop basse , minimum 7.0.33" +msgstr "" + #: html/admin/setup.php:395 html/install.php:459 html/install.php:458 #: html/install.php:456 html/install.php:462 html/install.php:454 #: html/install.php:460 html/install.php:424 html/install.php:399 #: html/install.php:405 html/install.php:408 scenario/180209.php:18 +#: html/install.php:457 html/install.php:463 #, fuzzy msgid "Version base de données :" msgstr "Database" @@ -21034,7 +23060,7 @@ msgstr "Gelieve opnieuw" #: include/lib/ac_common.php:806 include/lib/ac_common.php:813 #: include/lib/ac_common.php:824 include/lib/ac_common.php:825 #: include/lib/ac_common.php:837 include/lib/ac_common.php:839 -#: include/lib/ac_common.php:855 +#: include/lib/ac_common.php:855 include/lib/ac_common.php:865 msgid "" "Veuillez vous reconnecter soit dans une autre fenêtre soit en cliquant sur " "le lien" @@ -21079,10 +23105,17 @@ msgstr "Zichtbare Y of N" #: include/balance.inc.php:183 include/balance.inc.php:195 #: include/balance.inc.php:196 include/impress_jrn.inc.php:146 #: include/impress_rapport.inc.php:286 include/balance.inc.php:199 -#: include/impress_jrn.inc.php:160 +#: include/impress_jrn.inc.php:160 include/impress_jrn.inc.php:174 msgid "Visualisation" msgstr "Visualisatie" +#: html/install.php:260 html/install.php:265 +msgid "" +"Voici l'utilisateur et mot de passe de l'utilisateur administrateur de " +"Noalyss , il a tous les droits et a accès à tout. Connectez-vous avec ses " +"identifiants et changer le mot de passe dans préférence (en haut à droit)" +msgstr "" + #: html/install.php:214 msgid "" "Voici l'utilisateur et mot de passe de l'utilisateur administrateur de " @@ -21094,6 +23127,7 @@ msgstr "" #: include/database.item.php:214 include/database.item.php:191 #: include/database.item.php:192 include/database.item.php:195 #: include/database.item.php:206 include/database.item.php:211 +#: include/database.item.php:201 msgid "Voir les documents du suivi" msgstr "Zie documenten controle" @@ -21111,6 +23145,7 @@ msgid "Votre base de données n'est pas à jour" msgstr "UW datagegevens is niet van de laatste versie" #: include/lib/message_javascript.php:103 +#: include/lib/message_javascript.php:104 msgid "Votre demande est en cours de traitement" msgstr "" @@ -21119,6 +23154,12 @@ msgstr "" msgid "Votre version est à jour" msgstr "UW datagegevens is niet van de laatste versie" +#: include/class/acc_operation.class.php:769 +#: include/class/acc_operation.class.php:779 +#, fuzzy, php-format +msgid "Voulez-vous aller à %s pour dupliquer cette opération ?" +msgstr "Wilt u deze transactie verwijderen" + #: include/ext/backup_noadmin/include/template/home.php:3 msgid "Voulez-vous avoir une copie de ce dossier" msgstr "Heeft u een kopie van deze kwestie" @@ -21132,6 +23173,8 @@ msgstr "Heeft u een kopie van deze kwestie" #: include/template/detail-action.php:278 #: include/template/detail-action.php:247 #: include/template/detail-action.php:249 +#: include/template/detail-action.php:336 +#: include/template/detail-action.php:346 #, php-format msgid "Voulez-vous effacer ce commentaire" msgstr "Wilt u deze opmerking verwijderen?" @@ -21161,6 +23204,10 @@ msgstr "Wilt u deze plug-in wissen?" #: include/class/follow_up.class.php:2017 #: include/class/follow_up.class.php:1954 #: include/class/follow_up.class.php:2018 +#: include/class/follow_up.class.php:1906 +#: include/class/follow_up.class.php:1971 +#: include/class/follow_up.class.php:1880 +#: include/class/follow_up.class.php:1945 #, php-format msgid "Voulez-vous effacer cette action " msgstr "Wilt u deze actie wilt verwijderen" @@ -21177,7 +23224,8 @@ msgstr "Wilt u deze transactie verwijderen" #: include/lib/class_html_input.php:946 include/lib/class_html_input.php:972 #: include/lib/html_input.class.php:1025 include/lib/html_input.class.php:1083 #: include/lib/html_input.class.php:1084 include/lib/html_input.class.php:1099 -#: include/lib/html_input.class.php:1100 +#: include/lib/html_input.class.php:1100 include/lib/html_input.class.php:1133 +#: include/lib/html_input.class.php:1134 #, fuzzy, php-format msgid "Voulez-vous effacer cette relation " msgstr "Wilt u deze actie wilt verwijderen" @@ -21192,6 +23240,8 @@ msgstr "Wilt u deze actie wilt verwijderen" #: include/template/detail-action.php:438 #: include/template/detail-action.php:442 #: include/template/detail-action.php:440 +#: include/template/detail-action.php:453 +#: include/template/detail-action.php:466 #, php-format msgid "Voulez-vous effacer le document" msgstr "Wilt u sterven afvegen papier?" @@ -21210,11 +23260,12 @@ msgstr "Bent u zeker dat u deze handeling wilt verwijderen?" #: include/contact.inc.php:53 include/customer.inc.php:53 #: include/manager.inc.php:56 include/supplier.inc.php:55 #: include/adm.inc.php:51 include/customer.inc.php:54 +#: include/contact.inc.php:54 msgid "Vous ne pouvez pas enlever de fiche" msgstr "U mag Geen blad verwijderen" #: html/do.php:44 html/popup.php:38 html/popup.php:35 html/do.php:47 -#: html/do.php:48 html/popup.php:37 +#: html/do.php:48 html/popup.php:37 html/recherche.php:33 msgid "Vous êtes déconnecté" msgstr "Wordt verbroken" @@ -21233,6 +23284,7 @@ msgstr "Je hebt meer dan een keer in dezelfde kolom gedefinieerd" #: include/ajax/ajax_plugin_detail.php:32 #: include/class/class_document_type.php:83 include/ajax/ajax_add_menu.php:137 #: include/ajax/ajax_add_menu.php:145 include/class/document_type.class.php:83 +#: include/class/document_type.class.php:85 msgid "Vous confirmez" msgstr "U bevestigt" @@ -21251,10 +23303,12 @@ msgstr "U bevestigt" #: include/class/fiche_def.class.php:791 include/class/fiche_def.class.php:796 #: include/ajax/ajax_create_menu.php:13 include/template/stock_inv.php:33 #: include/lib/message_javascript.php:78 include/lib/message_javascript.php:80 +#: include/lib/message_javascript.php:81 msgid "Vous confirmez ?" msgstr "U bevestigt" #: include/lib/message_javascript.php:81 include/lib/message_javascript.php:83 +#: include/lib/message_javascript.php:84 #, fuzzy msgid "Vous confirmez effacement ?" msgstr "U bevestigt het wissen" @@ -21268,7 +23322,7 @@ msgstr "U bevestigt het \\ wissen" #: include/action.common.inc.php:187 include/action.common.inc.php:207 #: include/action.common.inc.php:208 include/action.common.inc.php:213 #: include/action.common.inc.php:215 include/action.common.inc.php:216 -#: include/action.common.inc.php:222 +#: include/action.common.inc.php:222 include/action.common.inc.php:244 msgid "Vous confirmez l\\'effacement" msgstr "U bevestigt het wissen" @@ -21279,6 +23333,7 @@ msgid "Vous confirmez le clonage " msgstr "U bevestigt het klonen" #: include/lib/message_javascript.php:82 include/lib/message_javascript.php:84 +#: include/lib/message_javascript.php:85 #, fuzzy msgid "Vous confirmez mise à jour ?" msgstr "U bevestigt" @@ -21311,7 +23366,7 @@ msgstr "U moet een bestand of berekening kiezen" #: html/admin/setup.php:81 html/admin/setup.php:84 html/admin/setup.php:135 #: html/install.php:137 html/install.php:136 html/install.php:142 -#: html/install.php:149 +#: html/install.php:149 html/install.php:162 html/install.php:166 msgid "" "Vous devez choisir si NOALYSS est installé sur l'un de vos servers ou sur un " "server mutualisé qui ne donne qu'une seule base de données" @@ -21334,7 +23389,7 @@ msgstr "U moet corrigeren" msgid "Vous devez donner la colonne quick_code" msgstr "U moet de kolom quick_code geven" -#: include/lib/message_javascript.php:47 +#: include/lib/message_javascript.php:47 include/lib/message_javascript.php:48 #, fuzzy msgid "Vous devez donner la date par opération" msgstr "U moet de periode geven" @@ -21349,6 +23404,7 @@ msgid "Vous devez donner un fichier" msgstr "U moet de periode geven" #: include/compta_ven.inc.php:80 include/compta_ach.inc.php:72 +#: include/compta_ach.inc.php:71 #, fuzzy msgid "Vous devez encore confirmer" msgstr "U moet corrigeren" @@ -21356,7 +23412,8 @@ msgstr "U moet corrigeren" #: html/admin/setup.php:419 html/install.php:483 html/install.php:482 #: html/install.php:480 html/install.php:486 html/install.php:478 #: html/install.php:484 html/install.php:446 html/install.php:421 -#: html/install.php:427 html/install.php:430 +#: html/install.php:427 html/install.php:430 html/install.php:479 +#: html/install.php:485 msgid "" "Vous devez installer le langage plpgsql pour permettre aux fonctions SQL de " "fonctionner." @@ -21365,7 +23422,8 @@ msgstr "" #: html/admin/setup.php:261 html/admin/setup.php:279 html/admin/setup.php:281 #: html/install.php:345 html/install.php:344 html/install.php:342 #: html/install.php:348 html/install.php:354 html/install.php:318 -#: html/install.php:327 html/install.php:330 +#: html/install.php:327 html/install.php:330 html/install.php:379 +#: html/install.php:385 msgid "Vous devez installer ou activer l'extension" msgstr "" @@ -21382,6 +23440,7 @@ msgstr "" #: include/class/pre_operation.class.php:285 #: include/class/pre_operation.class.php:286 +#: include/class/pre_operation.class.php:343 msgid "Vous n'avez encore sauvé aucun modèle" msgstr "" @@ -21401,6 +23460,7 @@ msgstr "U has Geen Klant gegeven" #: include/class_acc_ledger_purchase.php:84 #: include/class/class_acc_ledger_purchase.php:84 #: include/class/acc_ledger_purchase.class.php:84 +#: include/class/acc_ledger_purchase.class.php:86 msgid "Vous n'avez pas donné de fournisseur" msgstr "U hebt Geen Leverancier gegeven" @@ -21424,6 +23484,7 @@ msgid "Vous n\\'êtes pas administrateur" msgstr "U bent geen beheerder" #: include/class/tva_rate_mtable.class.php:273 +#: include/class/tva_rate_mtable.class.php:290 msgid "" "Vous ne pouvez pas effacer tous les taux. Si votre société n'utilise pas la " "TVA, changer dans le menu société" @@ -21440,6 +23501,7 @@ msgid "" msgstr "U kunt niet in die dagboek" #: include/operation_ods_new.inc.php:43 include/operation_ods_new.inc.php:44 +#: include/operation_ods_new.inc.php:45 #, fuzzy msgid "" "Vous ne pouvez pas écrire dans ce journal, contactez votre administrateur" @@ -21464,6 +23526,7 @@ msgstr "" #: include/database.item.php:7 include/database.item.php:10 #: include/database.item.php:4 include/database.item.php:2 +#: include/database.item.php:3 msgid "" "Vous permet d'encoder des achats, dépenses, des notes de frais ou des notes " "de crédits, vous pouvez spécifier un bénéficiaire ou un autre moyen de " @@ -21475,7 +23538,7 @@ msgstr "" msgid "Vous pouvez aussi copier ce profil et puis le corriger" msgstr "" -#: include/cfgtags.inc.php:51 +#: include/cfgtags.inc.php:51 include/cfgtags.inc.php:66 msgid "" "Vous pouvez utiliser ceci comme des étiquettes pour marquer des documents " "ou \n" @@ -21488,13 +23551,14 @@ msgstr "" "uitmaken van \n" " meerdere dossiers of meerdere labels hebben." -#: include/lib/message_javascript.php:44 +#: include/lib/message_javascript.php:44 include/lib/message_javascript.php:45 msgid "Vous pouvez utiliser le % pour indiquer le poste parent" msgstr "" #: html/admin/setup.php:259 html/install.php:323 html/install.php:322 #: html/install.php:320 html/install.php:326 html/install.php:332 #: html/install.php:283 html/install.php:290 html/install.php:293 +#: html/install.php:342 html/install.php:348 #, fuzzy msgid "Vous utilisez le domaine" msgstr "U niet gebruikt voorraadbeheer" @@ -21519,6 +23583,7 @@ msgstr "U van Gebruikt Strikt-modus, datum van de laatste is Operatie" #: include/class/acc_ledger.class.php:1079 #: include/class/acc_ledger.class.php:1095 +#: include/class/acc_ledger.class.php:1091 #, fuzzy, php-format msgid "" "Vous utilisez le mode strict la dernière operation est la date du %s\n" @@ -21535,6 +23600,7 @@ msgstr "U van Gebruikt Strikt-modus, datum van de laatste is Operatie" #: include/class/acc_ledger_fin.class.php:126 #: include/class/acc_ledger_fin.class.php:210 #: include/class/acc_ledger_purchase.class.php:119 +#: include/class/acc_ledger_purchase.class.php:121 msgid "Vous utilisez le mode strict la dernière operation est à la date du " msgstr "U van Gebruikt Strikt-modus, datum van de laatste is Operatie" @@ -21550,21 +23616,31 @@ msgstr "De verbinding is verbroken" #: include/database.item.php:85 include/database.item.php:88 #: include/database.item.php:93 include/database.item.php:90 #: include/database.item.php:89 include/database.item.php:87 +#: include/database.item.php:86 msgid "Vérification " msgstr "Verificatie" +#: include/template/ledger_detail_bottom.php:337 +#: include/template/ledger_detail_bottom.php:354 +#, fuzzy +msgid "Vérification CA" +msgstr "Verificatie" + #: include/database.item.php:85 include/database.item.php:88 #: include/database.item.php:93 include/database.item.php:90 #: include/database.item.php:89 include/database.item.php:87 +#: include/database.item.php:86 msgid "Vérification de la comptabilité" msgstr "Accounting Audit" #: include/verif_bilan.inc.php:84 include/verif_bilan.inc.php:111 +#: include/verif_bilan.inc.php:109 #, fuzzy msgid "Vérification des comptes" msgstr "Accounting Audit" #: include/verif_bilan.inc.php:96 include/verif_bilan.inc.php:123 +#: include/verif_bilan.inc.php:121 #, fuzzy msgid "Vérification des fiches" msgstr "Verificatie" @@ -21576,6 +23652,7 @@ msgstr "Configuratie van de dagboeken" #: include/database.item.php:90 include/database.item.php:93 #: include/database.item.php:87 include/database.item.php:85 +#: include/database.item.php:86 msgid "" "Vérifie que votre comptabilité ne contient pas d'erreur de base, tels que " "l'équilibre entre le passif et l'actif, l'utilisation des postes " @@ -21590,6 +23667,7 @@ msgstr "" #: include/class/class_acc_ledger_sold.php:844 #: include/class/acc_ledger_sold.class.php:867 #: include/class/acc_ledger_sold.class.php:884 +#: include/class/acc_ledger_sold.class.php:888 msgid "Vérifiez Imputation Analytique" msgstr "Controleer Imputatie Analytische" @@ -21605,6 +23683,7 @@ msgstr "Controleer Imputatie Analytische" #: include/class/acc_ledger_purchase.class.php:1610 #: include/class/acc_ledger_purchase.class.php:1627 #: include/class/acc_ledger_purchase.class.php:1630 +#: include/class/acc_ledger_purchase.class.php:1643 msgid "Vérifiez imputation analytique" msgstr "Controleer analytische toerekening" @@ -21613,6 +23692,7 @@ msgid "Y pour oui ou N pour non" msgstr "Y voor ja of N voor geen" #: include/card_attr.inc.php:80 include/card_attr.inc.php:81 +#: include/class/card_attribut_mtable.class.php:56 msgid "Zone de texte" msgstr "Tekstzone " @@ -21639,6 +23719,8 @@ msgstr "] Doorsturingslijst is leeg niet" #: include/class/acc_ledger_purchase.class.php:185 #: include/class/acc_ledger_sold.class.php:176 #: include/class/acc_ledger_sold.class.php:180 +#: include/class/acc_ledger_purchase.class.php:182 +#: include/class/acc_ledger_purchase.class.php:187 msgid "a un code tva invalide" msgstr "een vat code ongeldig" @@ -21646,6 +23728,7 @@ msgstr "een vat code ongeldig" #: include/class_acc_ledger_purchase.php:172 #: include/class/class_acc_ledger_purchase.php:172 #: include/class/acc_ledger_purchase.class.php:172 +#: include/class/acc_ledger_purchase.class.php:174 msgid "a un montant invalide" msgstr "has EEN verkeerde Bedrag" @@ -21659,6 +23742,7 @@ msgstr "Heet EEN ongeldig Bedrag" #: html/admin/setup.php:272 html/install.php:336 html/install.php:335 #: html/install.php:333 html/install.php:339 html/install.php:345 #: html/install.php:309 html/install.php:316 html/install.php:319 +#: html/install.php:368 html/install.php:374 #, fuzzy msgid "a une mauvaise valeur" msgstr "has EEN Verkeerd hoeveelheid" @@ -21667,6 +23751,7 @@ msgstr "has EEN Verkeerd hoeveelheid" #: include/class_acc_ledger_purchase.php:174 #: include/class/class_acc_ledger_purchase.php:174 #: include/class/acc_ledger_purchase.class.php:174 +#: include/class/acc_ledger_purchase.class.php:176 msgid "a une quantité invalide" msgstr "has EEN Verkeerd hoeveelheid" @@ -21706,6 +23791,11 @@ msgstr "rekening" msgid "appel incorrect" msgstr "Foute e-mail" +#: include/template/letter_all.php:53 +#, fuzzy +msgid "aucun lettrage" +msgstr "belettering" + #: include/class_anc_grandlivre.php:136 include/class_anc_grandlivre.php:250 #: include/class_anc_listing.php:77 include/class_anc_grandlivre.php:295 #: include/ext/tools/include/class_anc_grandlivre_ext.php:96 @@ -21713,6 +23803,11 @@ msgstr "Foute e-mail" msgid "aucune donnée" msgstr "Geen Gegevens" +#: include/export/export_balance_csv.php:85 +#, fuzzy, php-format +msgid "balance du %s au %s" +msgstr "periode tussen% s [% s] en [% s]" + #: include/lib/database_core.class.php:64 #, fuzzy, php-format msgid "base de donnée = %s" @@ -21723,11 +23818,13 @@ msgid "budgets" msgstr "budgetten" #: include/lib/message_javascript.php:88 include/lib/message_javascript.php:90 +#: include/lib/message_javascript.php:91 #, fuzzy msgid "calculé" msgstr "Door berekening" #: include/lib/inplace_edit.class.php:80 include/lib/inplace_edit.class.php:79 +#: include/lib/inplace_edit.class.php:82 #, fuzzy msgid "cancel" msgstr "Evenwicht" @@ -21737,11 +23834,12 @@ msgstr "Evenwicht" #: include/class/class_acc_ledger_purchase.php:244 #: include/class/acc_ledger_purchase.class.php:244 #: include/class/acc_ledger_purchase.class.php:243 +#: include/class/acc_ledger_purchase.class.php:245 msgid "ce code n'a pas de poste comptable, créez ce poste : [" msgstr "" "Deze code heeft geen financieel administratieve post, maken dit bericht: [" -#: include/class/document.class.php:1293 +#: include/class/document.class.php:1293 include/class/document.class.php:1576 #, php-format msgid "chaine à remplacer [%s] contient un caractère interdit" msgstr "" @@ -21763,6 +23861,10 @@ msgstr "kiezen" #: include/lib/html_input.class.php:1017 include/lib/html_input.class.php:1018 #: include/class/acc_ledger_search.class.php:112 #: include/lib/html_input.class.php:1033 include/lib/html_input.class.php:1034 +#: include/class/acc_ledger_search.class.php:114 +#: include/lib/html_input.class.php:1067 +#: include/class/acc_ledger_search.class.php:116 +#: include/lib/html_input.class.php:1068 msgid "choix des journaux" msgstr "keuze van de dagboeken" @@ -21780,6 +23882,7 @@ msgstr "keuze van de dagboeken" #: include/class/acc_ledger.class.php:2483 #: include/class/acc_ledger.class.php:2492 #: include/class/acc_ledger.class.php:2523 +#: include/class/acc_ledger.class.php:2553 msgid "choix du type de journal" msgstr "keuze van de soort dagboek" @@ -21805,7 +23908,7 @@ msgstr "Klik hier om uw voorkeuren bij te werken" #: include/class/pdf_operation.class.php:194 #: include/class/pdf_operation.class.php:247 html/ajax_misc.php:456 #: html/ajax_misc.php:458 html/ajax_misc.php:464 html/ajax_misc.php:466 -#: html/ajax_misc.php:470 +#: html/ajax_misc.php:470 html/ajax_misc.php:435 html/ajax_misc.php:443 msgid "code" msgstr "code" @@ -21828,6 +23931,7 @@ msgstr "BTW-code" #: include/export/export_ledger_csv.php:213 #: include/export/export_ledger_csv.php:215 #: include/export/export_ledger_csv.php:223 +#: include/export/export_ledger_csv.php:231 #, fuzzy msgid "commentaire" msgstr "Commentaar" @@ -21835,6 +23939,7 @@ msgstr "Commentaar" #: include/database.item.php:89 include/database.item.php:92 #: include/database.item.php:97 include/database.item.php:94 #: include/database.item.php:93 include/database.item.php:91 +#: include/database.item.php:90 msgid "configuration de la sécurité" msgstr "Beveiliging" @@ -21854,9 +23959,16 @@ msgstr "Credit" #: include/database.item.php:212 include/database.item.php:189 #: include/database.item.php:190 include/database.item.php:193 #: include/database.item.php:204 include/database.item.php:209 +#: include/database.item.php:199 msgid "création, modification et effacement de catégorie de fiche" msgstr "aanmaken, wijzigen en verwijderen van categorie opnemen" +#: include/export/export_fiche_detail_pdf.php:112 +#: include/export/export_fiche_detail_pdf.php:216 +#, fuzzy +msgid "créditeur" +msgstr "Schuldeiser" + #: html/user_login.php:155 html/user_login.php:157 html/user_login.php:159 msgid "dans NOALYSS" msgstr "in NOALYSS" @@ -21897,6 +24009,8 @@ msgstr "" #: include/template/ledger_detail_bottom.php:200 #: include/template/ledger_detail_bottom.php:217 #: include/template/ledger_detail_bottom.php:214 +#: include/template/ledger_detail_bottom.php:232 +#: include/template/ledger_detail_bottom.php:233 msgid "delta" msgstr "delta" @@ -21910,6 +24024,8 @@ msgstr "Verschil" #: include/class/follow_up.class.php:1950 #: include/class/follow_up.class.php:1948 #: include/class/follow_up.class.php:1949 +#: include/class/follow_up.class.php:1901 +#: include/class/follow_up.class.php:1875 #, fuzzy msgid "direct parent " msgstr "Filteren op" @@ -21926,6 +24042,12 @@ msgstr "moet in een unicode worden omgezet" msgid "du poste comptable" msgstr "de begrotingspost" +#: include/export/export_fiche_detail_pdf.php:117 +#: include/export/export_fiche_detail_pdf.php:221 +#, fuzzy +msgid "débiteur" +msgstr "schuldenaar" + #: include/template/dashboard.php:112 include/template/dashboard.php:124 #: include/template/dashboard.php:140 include/template/dashboard.php:150 #: include/template/dashboard.php:165 include/template/dashboard.php:175 @@ -21949,7 +24071,7 @@ msgstr "Wissen" #: include/ext/transform/include/template/listing_assujetti_declarant.php:54 #: include/ext/transform/include/template/listing_assujetti_representative.php:54 #: include/user_detail.inc.php:130 include/user_detail.inc.php:126 -#: include/user_detail.inc.php:135 +#: include/user_detail.inc.php:135 include/user_detail.inc.php:146 msgid "email" msgstr "e-mail" @@ -22005,6 +24127,9 @@ msgstr "Tussen 61 en 90 dagen" #: include/template/ledger_detail_bottom.php:355 #: include/template/ledger_detail_bottom.php:352 #: include/ajax/ajax_ledger.php:545 +#: include/template/ledger_detail_bottom.php:380 +#: include/ajax/ajax_ledger.php:546 +#: include/template/ledger_detail_bottom.php:397 msgid "entrez une date" msgstr "datum invoeren" @@ -22027,6 +24152,8 @@ msgstr "fout" #: include/class/acc_bilan.class.php:706 include/class/acc_bilan.class.php:688 #: include/class/acc_bilan.class.php:711 include/class/acc_bilan.class.php:374 #: include/class/acc_bilan.class.php:690 include/class/acc_bilan.class.php:713 +#: include/class/acc_bilan.class.php:375 include/class/acc_bilan.class.php:695 +#: include/class/acc_bilan.class.php:718 msgid "erreur Ouverture fichier" msgstr "fout bij het openen van het bestand" @@ -22038,6 +24165,7 @@ msgstr "fout bij het openen van het bestand" #: include/ajax/ajax_history.php:58 include/ajax/ajax_history.php:141 #: include/ajax/ajax_history.php:61 include/ajax/ajax_history.php:146 #: include/ajax/ajax_history.php:147 include/ajax/ajax_history.php:148 +#: include/balance_card.inc.php:37 msgid "" "erreur aucune période par défaut, allez dans préférence pour en choisir une" msgstr "" @@ -22048,6 +24176,7 @@ msgstr "" #: include/class/class_acc_bilan.php:668 include/class/class_acc_bilan.php:685 #: include/class/acc_bilan.class.php:686 include/class/acc_bilan.class.php:689 #: include/class/acc_bilan.class.php:694 include/class/acc_bilan.class.php:696 +#: include/class/acc_bilan.class.php:701 msgid "erreur écriture fichier" msgstr "schrijffout in bestand" @@ -22062,12 +24191,14 @@ msgstr "is in use of, logout eerst" #: include/dossier.inc.php:391 include/dossier.inc.php:392 #: include/dossier.inc.php:147 include/dossier.inc.php:408 #: include/dossier.inc.php:152 include/dossier.inc.php:413 +#: include/dossier.inc.php:154 include/dossier.inc.php:417 msgid "est accèdée, déconnectez-vous d'abord" msgstr "is in use of, logout eerst" #: include/template/ledger_search.php:25 include/template/ledger_search.php:33 #: include/template/ledger_search.php:51 include/template/ledger_search.php:26 #: include/template/ledger_search.php:35 include/template/ledger_search.php:54 +#: include/template/ledger_search.php:56 msgid "et" msgstr "in" @@ -22087,11 +24218,13 @@ msgstr "" #: include/ajax/ajax_mod_periode.php:60 include/ajax/ajax_mod_periode.php:78 #: include/ajax/ajax_periode.php:176 include/class/periode.class.php:707 #: include/class/periode.class.php:709 include/class/periode.class.php:711 +#: include/class/periode.class.php:712 include/class/periode.class.php:713 #, fuzzy msgid "fermer" msgstr "Dicht" #: include/export/export_fiche_csv.php:36 +#: include/export/export_fiche_csv.php:37 #, fuzzy msgid "fiche" msgstr "Blad" @@ -22112,6 +24245,11 @@ msgstr "Balans export sheet" msgid "fiche_" msgstr "Blad" +#: include/ajax/ajax_card.php:430 +#, fuzzy +msgid "fiches inactives" +msgstr "Huidige menu" + #: include/ext/import_account/include/class_import_card.php:242 msgid "fiches sont insérées dans la catégorie" msgstr "pluggen in de categorie ingevoegd" @@ -22142,6 +24280,8 @@ msgstr "Huidige menu" #: include/class/acc_ledger.class.php:1496 #: include/class/acc_ledger.class.php:1495 #: include/class/acc_ledger.class.php:1512 +#: include/class/acc_ledger.class.php:1485 +#: include/class/acc_ledger.class.php:1502 msgid "get_default_card p_ledger_side is invalide [" msgstr "get_default_card p_ledger_side is invalide [" @@ -22173,26 +24313,27 @@ msgstr "Stock Geschiedenis" #: include/dossier.inc.php:218 include/modele.inc.php:245 #: include/dossier.inc.php:221 include/dossier.inc.php:226 #: include/modele.inc.php:246 include/class/tva_rate_mtable.class.php:47 -#: include/modele.inc.php:247 +#: include/modele.inc.php:247 include/dossier.inc.php:229 msgid "id" msgstr "id" #: include/class_fiche.php:557 include/class/class_fiche.php:557 #: include/class/class_fiche.php:558 include/class/fiche.class.php:564 #: include/class/fiche.class.php:566 include/class/fiche.class.php:565 +#: include/class/fiche.class.php:578 #, fuzzy msgid "id fiche" msgstr "Het blad" #: include/param_sec.inc.php:324 include/param_sec.inc.php:264 -#: include/param_sec.inc.php:321 +#: include/param_sec.inc.php:321 include/param_sec.inc.php:336 msgid "imprime" msgstr "" #: include/dossier.inc.php:355 include/dossier.inc.php:311 #: include/dossier.inc.php:334 include/dossier.inc.php:370 #: include/dossier.inc.php:371 include/dossier.inc.php:387 -#: include/dossier.inc.php:392 +#: include/dossier.inc.php:392 include/dossier.inc.php:396 msgid "inexistant" msgstr "onbestaand" @@ -22208,6 +24349,8 @@ msgstr "onbestaand" #: include/export/export_ledger_csv.php:216 #: include/export/export_ledger_csv.php:224 #: include/class/acc_ledger_history_generic.class.php:685 +#: include/class/acc_ledger_history_generic.class.php:686 +#: include/export/export_ledger_csv.php:232 #, fuzzy msgid "internal" msgstr "Intern" @@ -22223,6 +24366,8 @@ msgstr "Intern" #: include/class/acc_ledger_history_sale.class.php:248 #: include/class/acc_ledger_history_purchase.class.php:255 #: include/class/acc_ledger_history_purchase.class.php:259 +#: include/class/acc_ledger_history_sale.class.php:258 +#: include/class/acc_ledger_history_purchase.class.php:270 #, fuzzy msgid "interne" msgstr "Intern" @@ -22233,6 +24378,8 @@ msgstr "Intern" #: include/class/acc_ledger_history.class.php:122 #: include/class/acc_ledger_history.class.php:110 #: include/class/acc_ledger_history.class.php:123 +#: include/class/acc_ledger_history.class.php:138 +#: include/class/acc_ledger_history.class.php:151 msgid "invalid parameter" msgstr "ongeldig parameter " @@ -22252,6 +24399,10 @@ msgstr "ongeldig parameter " #: include/class/acc_ledger_history_purchase.class.php:240 #: include/class/acc_ledger_history_purchase.class.php:244 #: include/class/acc_ledger_history_generic.class.php:762 +#: include/class/acc_ledger_history_sale.class.php:243 +#: include/class/acc_ledger_history_purchase.class.php:255 +#: include/class/acc_ledger_history_generic.class.php:763 +#: include/export/export_ledger_csv.php:49 #, fuzzy msgid "journal" msgstr "Journaal" @@ -22265,6 +24416,7 @@ msgstr "Onbekende post" #: include/database.item.php:88 include/database.item.php:91 #: include/database.item.php:96 include/database.item.php:93 #: include/database.item.php:92 include/database.item.php:90 +#: include/database.item.php:89 msgid "journaux" msgstr "Kranten" @@ -22303,10 +24455,15 @@ msgstr "Etiket" msgid "latin1" msgstr "latin1" +#: include/class/document.class.php:1229 +#, php-format +msgid "le %s , %s écrit %s" +msgstr "" + #: include/class_acc_bilan.php:249 include/class_acc_bilan.php:250 #: include/class/class_acc_bilan.php:250 include/class/class_acc_bilan.php:266 #: include/class/acc_bilan.class.php:266 include/class/acc_bilan.class.php:269 -#: include/class/acc_bilan.class.php:271 +#: include/class/acc_bilan.class.php:271 include/class/acc_bilan.class.php:272 #, fuzzy msgid "le formulaire id n'est pas donnee" msgstr "tarief is geen getal" @@ -22330,6 +24487,12 @@ msgstr "het tarief is ongeldig" msgid "le taux n'est pas un nombre" msgstr "tarief is geen getal" +#: include/lib/message_javascript.php:67 +msgid "" +"le type vaut : ME pour Menu, PR pour les impressions,PL pour les plugins,SP " +"pour des valeurs spéciales" +msgstr "" + #: include/lib/message_javascript.php:64 include/lib/message_javascript.php:66 msgid "" "le type vaut :
            \t
          • ME pour Menu
          • \t
          • PR pour les impressions jr_id is not set ou opération inconnue" msgstr "this->jr_id is not set of onbekende handeling" @@ -23188,6 +25446,8 @@ msgstr "this->jr_id is not set of onbekende handeling" #: include/class/acc_ledger_search.class.php:938 #: include/class/acc_ledger_search.class.php:946 #: include/class/acc_ledger_search.class.php:959 +#: include/class/acc_ledger_search.class.php:1048 +#: include/class/acc_ledger_search.class.php:1071 msgid "tiers" msgstr "derde" @@ -23195,6 +25455,7 @@ msgstr "derde" #: include/template/predf_ledger_detail.php:23 #: include/template/form_ledger_detail.php:74 #: include/template/form_ledger_detail.php:78 +#: include/template/form_ledger_detail.php:81 msgid "tot.tva" msgstr "tot btw" @@ -23222,11 +25483,12 @@ msgstr "Totaal" #: include/export/export_fiche_detail_csv.php:182 #: include/export/export_fiche_detail_pdf.php:122 #: include/export/export_poste_detail_pdf.php:138 +#: include/export/export_poste_detail_pdf.php:139 #, fuzzy msgid "totaux" msgstr "Totalen" -#: include/database.item.php:141 +#: include/database.item.php:141 include/database.item.php:140 #, fuzzy msgid "totaux par TVA et par journal" msgstr "Gefilterd per dagboek" @@ -23257,6 +25519,9 @@ msgstr "toutes_les_fiches.pdf" #: include/class/acc_ledger_purchase.class.php:1444 #: include/class/acc_ledger_sold.class.php:725 #: include/class/acc_ledger_purchase.class.php:1447 +#: include/class/acc_ledger_purchase.class.php:1458 +#: include/class/acc_ledger_sold.class.php:728 +#: include/template/form_ledger_detail.php:80 msgid "tva" msgstr "btw" @@ -23267,7 +25532,8 @@ msgstr "btw" #: html/ajax_misc.php:405 html/ajax_misc.php:512 html/ajax_misc.php:517 #: html/ajax_misc.php:514 html/ajax_misc.php:519 html/ajax_misc.php:520 #: html/ajax_misc.php:525 html/ajax_misc.php:522 html/ajax_misc.php:527 -#: html/ajax_misc.php:526 html/ajax_misc.php:531 +#: html/ajax_misc.php:526 html/ajax_misc.php:531 html/ajax_misc.php:491 +#: html/ajax_misc.php:496 html/ajax_misc.php:499 html/ajax_misc.php:504 msgid "tva inconnue" msgstr "onbekend btw" @@ -23278,6 +25544,7 @@ msgstr "onbekend btw" #: include/class/acc_ledger_history_purchase.class.php:258 #: include/class/acc_ledger_history_purchase.class.php:259 #: include/class/acc_ledger_history_purchase.class.php:263 +#: include/class/acc_ledger_history_purchase.class.php:274 #, fuzzy msgid "tva non ded." msgstr "onbekend btw" @@ -23286,6 +25553,7 @@ msgstr "onbekend btw" #: include/template/predf_ledger_detail.php:24 #: include/template/form_ledger_detail.php:75 #: include/template/form_ledger_detail.php:79 +#: include/template/form_ledger_detail.php:82 msgid "tvac" msgstr "zet btw" @@ -23319,6 +25587,10 @@ msgstr "Soort boek van" msgid "téléphone " msgstr "telefoon" +#: unit-test/include/class/tax_summary.Test.php:110 +msgid "unknow jrn_type" +msgstr "" + #: include/ajax/ajax_preference.php:219 include/ajax/ajax_preference.php:230 msgid "utf8" msgstr "utf8" @@ -23366,6 +25638,8 @@ msgstr "u bevestigt" #: include/template/ledger_detail_bottom.php:178 #: include/template/ledger_detail_bottom.php:195 #: include/template/ledger_detail_bottom.php:192 +#: include/template/ledger_detail_bottom.php:211 +#: include/template/ledger_detail_bottom.php:212 #, fuzzy msgid "vous confirmez?" msgstr "u bevestigt" diff --git a/html/login.php b/html/login.php index 089040878..713142081 100644 --- a/html/login.php +++ b/html/login.php @@ -39,8 +39,8 @@ if ( isset ($_POST["p_user"] ) ) { $g_user=strtolower(sql_string($_POST["p_user"])); $g_pass=$_POST["p_pass"]; - $_SESSION['g_user']=$g_user; - $_SESSION['g_pass']=$g_pass; + $_SESSION[SESSION_KEY.'g_user']=$g_user; + $_SESSION[SESSION_KEY.'g_pass']=$g_pass; @@ -48,30 +48,33 @@ if ( isset ($_POST["p_user"] ) ) * Check repository version */ - if ($version != DBVERSIONREPO) - { - echo alert(_('Version de base de données incorrectes, vous devez mettre à jour')); - echo ""; - exit(); - } + if ($version != DBVERSIONREPO) + { + echo html_page_start(); + echo h1(_("Version base de donneés incorrecte")); + echo span(_('Un instant svp')); + echo alert(_('Version de base de données incorrectes, vous devez mettre à jour')); + echo ""; + exit(); + } require_once NOALYSS_INCLUDE."/class/user.class.php"; $User=new User($rep); $User->Check(false,'LOGIN'); if ($g_captcha == true) - { - include("securimage/securimage.php"); - $img = new Securimage(); - $valid = $img->check($_POST['captcha_code']); - if ( $valid == false ) - { - echo alert(_('Code invalide')); - echo ""; - exit(); - } + { + include("securimage/securimage.php"); + $img = new Securimage(); + $valid = $img->check($_POST['captcha_code']); + if ( $valid == false ) + { + echo alert(_('Code invalide')); + echo ""; + exit(); } - // force the nocache - $backurl='user_login.php?v='.microtime(true); - if ( isset ($_POST['backurl'])) { + } + // force the nocache + $backurl='user_login.php?v='.microtime(true); + if ( isset ($_POST['backurl'])) { $backurl=urldecode($_POST['backurl']); } echo ""; @@ -86,10 +89,13 @@ else */ if ( $version != DBVERSIONREPO) - { - echo alert(_('Version de base de données incorrectes, vous devez mettre à jour')); - echo ""; - exit(); + { + echo html_page_start(); + echo h1(_("Version base de donneés incorrecte")); + echo span(_('Un instant svp')); + echo alert(_('Version de base de données incorrectes, vous devez mettre à jour')); + echo ""; + exit(); } diff --git a/html/popup.php b/html/popup.php index b985af528..44bfdf57d 100644 --- a/html/popup.php +++ b/html/popup.php @@ -32,7 +32,7 @@ $http=new HttpInput(); /* * Check if the user is still connected */ -if ( ! isset ($_SESSION['g_user'] ) ) +if ( ! isset ($_SESSION[SESSION_KEY.'g_user'] ) ) { echo "

            "._('Vous êtes déconnecté')."

            "; $backurl=$_SERVER['REQUEST_URI']; @@ -42,7 +42,7 @@ if ( ! isset ($_SESSION['g_user'] ) ) } -html_page_start($_SESSION['g_theme']); +html_page_start($_SESSION[SESSION_KEY.'g_theme']); echo '
            '; ?> \ No newline at end of file diff --git a/include/class/acc_account_ledger.class.php b/include/class/acc_account_ledger.class.php index 020e18d75..1a484485f 100644 --- a/include/class/acc_account_ledger.class.php +++ b/include/class/acc_account_ledger.class.php @@ -680,7 +680,7 @@ class Acc_Account_Ledger { $l=new Acc_Ledger($this->db,$p_jrn); $row=$l->get_propertie(); - if ( strlen(trim($row['jrn_def_class_deb'])) == 0 ) return array(); + if ( $row == null || strlen(trim($row['jrn_def_class_deb'])) == 0 ) return array(); $valid_account=explode(" ",$row['jrn_def_class_deb']); return $valid_account; } diff --git a/include/class/acc_bilan.class.php b/include/class/acc_bilan.class.php index 51b8b5fba..a7d605af8 100644 --- a/include/class/acc_bilan.class.php +++ b/include/class/acc_bilan.class.php @@ -272,8 +272,8 @@ class Acc_Bilan throw new Exception(_("le formulaire id n'est pas donnee")); $sql="select b_name,b_file_template,b_file_form,lower(b_type) as b_type from bilan where". - " b_id = ".$this->b_id; - $res=$this->db->exec_sql($sql); + " b_id = $1"; + $res=$this->db->exec_sql($sql,[$this->b_id]); if ( Database::num_row($res)==0) throw new Exception (_('Aucun enregistrement trouve')); @@ -284,7 +284,7 @@ class Acc_Bilan } catch(Exception $Ex) { - record_log($e); + record_log($e); echo $Ex->getMessage(); throw $Ex; } @@ -401,7 +401,7 @@ class Acc_Bilan $regex="/<<\\$[A-Z]*[0-9]*>>/"; $lt="<"; $gt=">"; - $header_txt=header_txt($this->db); + $header_txt=utf8_encode(header_txt($this->db)); while ( !feof($p_file) ) { @@ -656,7 +656,8 @@ class Acc_Bilan ob_start(); // save the file in a temp folder // create a temp directory in /tmp to unpack file and to parse it - $dirname=tempnam($_ENV['TMP'].DIRECTORY_SEPARATOR.'tmp','bilan_'); + // bug PHP 7 tempnam throw a notice + $dirname=@tempnam($_ENV['TMP'].DIRECTORY_SEPARATOR.'tmp','bilan_'); unlink($dirname); diff --git a/include/class/acc_ledger.class.php b/include/class/acc_ledger.class.php index ab4ce5c30..185f2ebee 100644 --- a/include/class/acc_ledger.class.php +++ b/include/class/acc_ledger.class.php @@ -823,10 +823,10 @@ class Acc_Ledger extends jrn_def_sql ob_start(); echo '
            '; echo HtmlInput::hidden('p_jrn_predef', $this->id); - $op=new Pre_op_ods($this->db); - $op->set('ledger', $this->id); - $op->set('ledger_type', "ODS"); - $op->set('direct', 't'); + $op=new Pre_operation( $this->db); + $op->set_p_jrn($this->id); + $op->set_jrn_type("ODS"); + $url=http_build_query( array('action'=>'use_opd', 'p_jrn_predef'=>$this->id, @@ -932,7 +932,7 @@ class Acc_Ledger extends jrn_def_sql $ret.=HtmlInput::hidden('jrn_type', $this->get_type()); $info=Icon_Action::infobulle(0); $info_poste=Icon_Action::infobulle(9); - $ret.=''; + $ret.='
            '; $ret.=''. ''. ''. @@ -976,7 +976,6 @@ class Acc_Ledger extends jrn_def_sql // Account $poste=new IPoste(); $poste->name='poste'.$i; - $poste->set_attribute('jrn', $this->id); $poste->set_attribute('ipopup', 'ipop_account'); $poste->set_attribute('label', 'ld'.$i); $poste->set_attribute('account', 'poste'.$i); @@ -1172,7 +1171,7 @@ class Acc_Ledger extends jrn_def_sql throw new Exception( sprintf ( _('Vous utilisez le mode strict la dernière operation est la date du %s - vous ne pouvez pas encoder à une date antérieure',$last_date)), + vous ne pouvez pas encoder à une date antérieure'),$last_date), 15); } @@ -1474,14 +1473,16 @@ class Acc_Ledger extends jrn_def_sql $this->pj=$acc_end->set_pj(); - $this->db->exec_sql("update jrn set jr_internal='".$internal."' where ". - " jr_grpt_id = ".$seq); + $this->db->exec_sql("update jrn set jr_internal=$1 + where jr_grpt_id = $2",array($internal,$seq)); + $this->internal=$internal; // Save now the predef op //------------------------ if (isset($opd_name)&&trim($opd_name)!="") { - $opd=new Pre_Op_Advanced($this->db); + $opd=new Pre_operation($this->db); + $opd->set_od_direct('t'); $opd->get_post(); $opd->save(); } @@ -1533,12 +1534,13 @@ class Acc_Ledger extends jrn_def_sql /** * @brief get the first ledger * @param type - * @return the j_id + * @return the j_id or null if no user available */ public function get_first($p_type, $p_access=3) { global $g_user; $all=$g_user->get_ledger($p_type, $p_access); + if (empty ($all)) return NULL; return $all[0]; } @@ -1821,7 +1823,7 @@ class Acc_Ledger extends jrn_def_sql $filename=""; $doc->Generate($p_array, $p_array['e_pj']); // Move the document to the jrn - $doc->MoveDocumentPj($internal); + $doc->moveDocumentPj($internal); // Update the comment with invoice number, if the comment is empty if (!isset($e_comm)||strlen(trim($e_comm))==0) { @@ -2186,8 +2188,8 @@ class Acc_Ledger extends jrn_def_sql echo Acc_Reconciliation::$javascript; html_page_start(); $cn=Dossier::connect(); - $_SESSION['g_user']=NOALYSS_ADMINISTRATOR; - $_SESSION['g_pass']='phpcompta'; + $_SESSION[SESSION_KEY.'g_user']=NOALYSS_ADMINISTRATOR; + $_SESSION[SESSION_KEY.'g_pass']='phpcompta'; $id=(isset($_REQUEST['p_jrn']))?$_REQUEST['p_jrn']:-1; $a=new Acc_Ledger($cn, $id); @@ -2211,7 +2213,7 @@ class Acc_Ledger extends jrn_def_sql echo ''; $op=new Pre_operation($cn); $op->p_jrn=$id; - $op->od_direct='t'; + if ($op->count()!=0) { echo HtmlInput::submit('use_opd', @@ -2279,8 +2281,8 @@ class Acc_Ledger extends jrn_def_sql html_page_start(); $cn=Dossier::connect(); $ledger=new Acc_Ledger($cn, 0); - $_SESSION['g_user']=NOALYSS_ADMINISTRATOR; - $_SESSION['g_pass']='phpcompta'; + $_SESSION[SESSION_KEY.'g_user']=NOALYSS_ADMINISTRATOR; + $_SESSION[SESSION_KEY.'g_pass']='phpcompta'; echo $ledger->search_form('ALL'); } /////////////////////////////////////////////////////////////////////////// @@ -2542,7 +2544,12 @@ class Acc_Ledger extends jrn_def_sql */ function verify_ledger($array) { - extract($array, EXTR_SKIP); + + $p_jrn=$array['p_jrn']; + $p_jrn_deb_max_line=$array['p_jrn_deb_max_line']; + $p_jrn_name=$array['p_jrn_name']; + $p_jrn_type=$array['p_jrn_type']; + try { if (isNumber($p_jrn)==0) @@ -2556,8 +2563,10 @@ class Acc_Ledger extends jrn_def_sql throw new Exception(_("Un journal avec ce nom existe déjà")); if ($p_jrn_type=='FIN') { + $http=new \HttpInput(); $a=new Fiche($this->db); - $result=$a->get_by_qcode(trim(strtoupper($_POST['bank'])), false); + $bank=$http->post("bank"); + $result=$a->get_by_qcode(trim(strtoupper($bank)), false); if ($result==1) throw new Exception(_("Aucun compte en banque n'est donné")); } @@ -2566,11 +2575,17 @@ class Acc_Ledger extends jrn_def_sql throw new Exception(_('Choix du type de journal est obligatoire')); } - if (isset( $negative_warning) && $negative_amount == 1 && trim($negative_warning)=="") { + if ( isset( $array['negative_warning']) && + isset( $array['negative_amount']) && + $array['negative_amount'] == 1 + && trim($array['negative_warning'])=="") { throw new Exception(_("Avertissement ne peut être vide")); } - if ( isset( $negative_amount) && $negative_amount <> 0 && $negative_amount <> 1 ){ + if ( isset( $array['negative_amount']) && + $array['negative_amount'] <> 0 && + $array['negative_amount'] <> 1 ) + { throw new Exception(_("Valeur invalide")); } } diff --git a/include/class/acc_ledger_fin.class.php b/include/class/acc_ledger_fin.class.php index 654c462b7..50a1bc1f5 100644 --- a/include/class/acc_ledger_fin.class.php +++ b/include/class/acc_ledger_fin.class.php @@ -218,16 +218,23 @@ class Acc_Ledger_Fin extends Acc_Ledger throw new Exception('Il n\'y a aucune opération', 12); /* Check if the last_saldo and first_saldo are correct */ - if (strlen(trim($last_sold)) != 0 && isNumber($last_sold) && - strlen(trim($first_sold)) != 0 && isNumber($first_sold)) + if (strlen(trim($last_sold)) != 0 + && isNumber($last_sold) + && strlen(trim($first_sold)) != 0 + && isNumber($first_sold) + ) { $diff = $last_sold - $first_sold; $diff = round($diff, 2) - round($tot_amount, 2); - if ($first_sold != 0 && $last_sold != 0) + $calc=bcadd($first_sold,$tot_amount,4); + if ($first_sold != 0 || $last_sold != 0) { - if ($diff != 0) - throw new Exception('Le montant de l\'extrait est incorrect' . - $tot_amount . ' extrait ' . $diff, 13); + if ($diff != 0) { + throw new Exception(sprintf( _('Le montant de l\'extrait [%s] est incorrect,'. + " solde calculé [%s] , différence de [%s]") , + $last_sold,$calc,$diff),13); + + } } } } @@ -477,7 +484,7 @@ class Acc_Ledger_Fin extends Acc_Ledger $r.=''; $r.='
            '._("Banque, caisse").' '; $r.= '
            '; - $r.='

            ' . $this->get_name() . '

            '; + $r.='

            ' . $this->get_name() . '

            '; $r.= '
            '; $r.='
            Quickcode'.$info.''._('Poste').$info_poste.'
            '; // Date @@ -691,7 +698,7 @@ class Acc_Ledger_Fin extends Acc_Ledger } // check for upload piece $file = new IFile(); - + $file->setAlertOnSize(true); $r.="
            "._("Ajoutez une pièce justificative")." "; $r.=$file->input("pj", ""); diff --git a/include/class/acc_ledger_history_generic.class.php b/include/class/acc_ledger_history_generic.class.php index f257cb3c2..3b7a90c23 100644 --- a/include/class/acc_ledger_history_generic.class.php +++ b/include/class/acc_ledger_history_generic.class.php @@ -510,12 +510,12 @@ class Acc_Ledger_History_Generic extends Acc_Ledger_History $cond_limite=($p_limit!=-1)?" limit ".$p_limit." offset ".$p_offset:""; - $ledger_list=join($this->ma_ledger, ","); + $ledger_list=join( ",",$this->ma_ledger); // Grand livre == 0 $Res=$this->db->exec_sql("select jr_id,j_id,j_id as int_j_id,to_char(j_date,'DD.MM.YYYY') as j_date, jr_internal, - case j_debit when 't' then j_montant::text else ' ' end as deb_montant, - case j_debit when 'f' then j_montant::text else ' ' end as cred_montant, + case j_debit when 't' then j_montant else 0 end as deb_montant, + case j_debit when 'f' then j_montant else 0 end as cred_montant, j_debit as debit,j_poste as poste,j_qcode,jr_montant , ". "case when j_text='' or j_text is null then pcm_lib else j_text end as description,j_grpt as grp, jr_comment||' ('||jr_internal||')' as jr_comment, diff --git a/include/class/acc_ledger_purchase.class.php b/include/class/acc_ledger_purchase.class.php index 24ba1b1e7..3a4c5ba44 100644 --- a/include/class/acc_ledger_purchase.class.php +++ b/include/class/acc_ledger_purchase.class.php @@ -266,7 +266,7 @@ class Acc_Ledger_Purchase extends Acc_Ledger } } } - $nb++; + if ( ${"e_quant".$i} != 0 && trim(${"e_quant".$i}) !="" ) {$nb++;} } if ( $nb == 0 ) @@ -1429,10 +1429,10 @@ class Acc_Ledger_Purchase extends Acc_Ledger ob_start(); echo '
            '; echo HtmlInput::hidden('p_jrn_predef', $this->id); - $op = new Pre_op_ach($this->db); - $op->set('ledger', $this->id); - $op->set('ledger_type', "ACH"); - $op->set('direct', 'f'); + $op = new Pre_operation($this->db); + $op->set_p_jrn($this->id); + $op->set_jrn_type("ACH"); + $op->set_od_direct('f'); $url=http_build_query(array('p_jrn_predef'=>$this->id,'ac'=>$_REQUEST['ac'],'gDossier'=>dossier::id())); echo $op->form_get('do.php?'.$url); echo '
            '; @@ -1907,6 +1907,7 @@ EOF; $r.='

            '; // check for upload piece $file=new IFile(); + $file->setAlertOnSize(true); $file->table=0; $r.=_("Ajoutez une pièce justificative "); $r.=$file->input("pj",""); @@ -1943,7 +1944,7 @@ EOF; // Show list of unpaid sell // Date - date of payment - Customer - amount // Nav. bar - $step=$_SESSION['g_pagesize']; + $step=$_SESSION[SESSION_KEY.'g_pagesize']; $page=(isset($_GET['offset']))?$_GET['page']:1; $offset=(isset($_GET['offset']))?$_GET['offset']:0; diff --git a/include/class/acc_ledger_search.class.php b/include/class/acc_ledger_search.class.php index 198b0e7ac..a85dfc59e 100644 --- a/include/class/acc_ledger_search.class.php +++ b/include/class/acc_ledger_search.class.php @@ -21,6 +21,8 @@ // if (!defined('ALLOWED')) die('Appel direct ne sont pas permis'); +require_once NOALYSS_INCLUDE."/class/tag_operation.class.php"; + /** * @file * @brief search in ledger @@ -224,6 +226,9 @@ class Acc_Ledger_Search if (isset($_REQUEST['hide_operation'])) $r.=HtmlInput::hidden("hide_operation", $http->request('hide_operation')); + if (isset($_REQUEST['single_operation'])) + $r.=HtmlInput::hidden("single_operation", $http->request('single_operation')); + ob_start(); $search_filter=$this->build_search_filter(); require_once NOALYSS_TEMPLATE.'/ledger_search.php'; @@ -452,6 +457,7 @@ class Acc_Ledger_Search $fil_paid=''; $fil_date_paid=''; $fil_hide_operation=''; + $fil_tag=''; $and=''; $g_user=new User($this->cn); @@ -497,7 +503,27 @@ class Acc_Ledger_Search $and=''; } } - + //---- + // Search tags + if ( isset($p_array[$op."tag"] )) + { + $strTag=join(",", $p_array[$op."tag"]); + if ($p_array[$op."tag_option"] == 1){ + // any tag + $fil_tag=$and.' jr_id in (select jrn_id from operation_tag where tag_id in ('.sql_string($strTag).')) '; + } else { + // all tags + $aTag=$p_array[$op."tag"]; + $sub_tag=""; $nb_tag=count($aTag); + $and2=''; + for ($x=0;$x < $nb_tag;$x++) { + $sub_tag = " tag_id = ".sql_string($aTag[$x]); + $fil_tag=$and.' jr_id in (select jrn_id from operation_tag where '.$sub_tag.')' ; + $and=" and "; + } + } + $and=" and "; + } /* format the number */ $amount_min=abs(toNumber($amount_min)); $amount_max=abs(toNumber($amount_max)); @@ -560,9 +586,9 @@ class Acc_Ledger_Search $desc=sql_string($desc); $fil_desc=$and." ( upper(jr_comment) like upper('%".$desc."%') or upper(jr_pj_number) like upper('%".$desc."%') ". " or upper(jr_internal) like upper('%".$desc."%') - or jr_grpt_id in (select j_grpt from jrnx where j_text ~* '".$desc."') - or jr_id in (select jr_id from jrn_info where ji_value is not null and ji_value ~* '$desc') - or jr_id in (select jr_id from jrn_note where upper(n_text) ~* '$desc' ) + or jr_grpt_id in (select j_grpt from jrnx where j_text ilike '%".$desc."%') + or jr_id in (select jr_id from jrn_info where ji_value is not null and ji_value ilike '%$desc%') + or jr_id in (select jr_id from jrn_note where upper(n_text) ilike '%$desc%' ) )"; $and=" and "; } @@ -613,11 +639,11 @@ class Acc_Ledger_Search $fil_sec=$and." jr_def_id in ( select uj_jrn_id ". " from user_sec_jrn where ". - " uj_login='".sql_string($_SESSION['g_user'])."'". + " uj_login='".sql_string($_SESSION[SESSION_KEY.'g_user'])."'". " and uj_priv in ('R','W'))"; } $where=$fil_ledger.$fil_amount.$fil_date.$fil_desc.$fil_sec.$fil_amount. - $fil_qcode.$fil_paid.$fil_account.$fil_date_paid.$fil_hide_operation; + $fil_qcode.$fil_paid.$fil_account.$fil_date_paid.$fil_hide_operation.$fil_tag; $sql.=" where ".$where; // Q?? Why do we return where if it is included in SQL ? @@ -686,7 +712,7 @@ class Acc_Ledger_Search // Count nb of line $max_line=$cn->count_sql($sql); - $step=$_SESSION['g_pagesize']; + $step=$_SESSION[SESSION_KEY.'g_pagesize']; $page=(isset($_GET['offset']))?$_GET['page']:1; $offset=(isset($_GET['offset']))?$_GET['offset']:0; // create the nav. bar @@ -712,8 +738,8 @@ class Acc_Ledger_Search $gDossier=dossier::id(); $amount_paid=0.0; $amount_unpaid=0.0; - $limit=($_SESSION['g_pagesize']!=-1)?" LIMIT ".$_SESSION['g_pagesize']:""; - $offset=($_SESSION['g_pagesize']!=-1)?" OFFSET ".Database::escape_string($offset):""; + $limit=($_SESSION[SESSION_KEY.'g_pagesize']!=-1)?" LIMIT ".$_SESSION[SESSION_KEY.'g_pagesize']:""; + $offset=($_SESSION[SESSION_KEY.'g_pagesize']!=-1)?" OFFSET ".Database::escape_string($offset):""; $order=" order by jr_date_order asc,jr_internal asc"; // Sort $url="?".CleanUrl(); @@ -760,7 +786,7 @@ class Acc_Ledger_Search return array(0, _("Aucun enregistrement trouvé")); } - $r.='

            '; + $r.='
            '; $r.=""; @@ -894,6 +920,7 @@ class Acc_Ledger_Search if ($p_paid!=0) { $w=new ICheckBox(); + $w->set_range("paid_operation_ck"); $w->name="rd_paid".$row['jr_id']; $w->selected=($row['jr_rapt']=='paid')?true:false; // if p_paid == 2 then readonly @@ -984,7 +1011,7 @@ class Acc_Ledger_Search // Count nb of line $max_line=$this->cn->count_sql($sql); - $step=$_SESSION['g_pagesize']; + $step=$_SESSION[SESSION_KEY.'g_pagesize']; $page=(isset($_GET['offset']))?$_GET['page']:1; $offset=(isset($_GET['offset']))?$_GET['offset']:0; // create the nav. bar @@ -1171,7 +1198,8 @@ class Acc_Ledger_Search echo HtmlInput::title_box(_("Journaux"), $p_div."jrn_search"); echo '
            '; echo ''; - echo HtmlInput::hidden('nb_jrn', count($p_array)); + $nb_array=(empty($p_array))?0:count($p_array); + echo HtmlInput::hidden('nb_jrn', $nb_array); echo _('Filtre ').HtmlInput::filter_table($p_div.'tb_jrn', '0,1,2', 2); echo HtmlInput::anchor_action(_('Inverser sel'),' toggle_checkbox(\''."{$p_div}search_frm".'\')','sel_'.$p_div,"nav"); echo "-"; @@ -1195,7 +1223,7 @@ class Acc_Ledger_Search echo ''; echo '
            '; - for ($e=0;$eget_by_qcode(${'e_march' . $i}); if ($fiche->belong_ledger($p_jrn, 'cred') != 1) throw new Exception(_('La fiche ') . ${'e_march' . $i} . _('n\'est pas accessible à ce journal'), 10); - $nb++; + + if ( ${"e_quant".$i} != 0 && trim(${"e_quant".$i}) !="" ) {$nb++;} + } if ($nb == 0) throw new Exception(_('Il n\'y a aucune marchandise'), 12); @@ -1149,6 +1151,7 @@ EOF; // check for upload piece $file = new IFile(); $file->table = 0; + $file->setAlertOnSize(true); $r.='

            '; $r.=_("Ajoutez une pièce justificative "); $r.=$file->input("pj", ""); @@ -1487,11 +1490,12 @@ EOF; ob_start(); echo '

            '; echo HtmlInput::hidden('p_jrn_predef', $this->id); - $op=new Pre_op_ven($this->db); - $op->set('ledger', $this->id); - $op->set('ledger_type', "VEN"); - $op->set('direct', 'f'); - $url=http_build_query(array('p_jrn_predef'=>$this->id, 'ac'=>$_REQUEST['ac'], + $op=new Pre_operation($this->db); + $op->set_jrn_type("VEN"); + $op->set_p_jrn($this->id); + $op->set_od_direct('f'); + $http=new \HttpInput(); + $url=http_build_query(array('p_jrn_predef'=>$this->id, 'ac'=>$http->request('ac'), 'gDossier'=>dossier::id())); echo $op->form_get('do.php?'.$url); echo '
            '; diff --git a/include/class/acc_operation.class.php b/include/class/acc_operation.class.php index 999ae98cf..9b0ae6cf5 100644 --- a/include/class/acc_operation.class.php +++ b/include/class/acc_operation.class.php @@ -59,10 +59,11 @@ class Acc_Operation global $g_user; $this->db=$p_cn; $this->qcode=""; - $this->user=$_SESSION['g_user']; + $this->user=$_SESSION[SESSION_KEY.'g_user']; $this->periode=$g_user->get_periode(); $this->jr_id=0; $this->jr_optype="NOR"; + $this->amount=0; $this->currency_rate=1; $this->currency_rate_ref=1; $this->currency_id=NULL; @@ -192,6 +193,7 @@ class Acc_Operation $this->amount=abs($this->amount); $debit=($this->type=='c')?'false':'true'; $this->desc=(isset($this->desc))?$this->desc:''; + $this->amount=(trim($this->amount)==''||$this->amount==NULL)?0:$this->amount; $Res=$this->db->exec_sql("select insert_jrnx ($1::text,abs($2)::numeric,$3::account_type,$4::integer,$5::integer,$6::bool,$7::text,$8::integer,upper($9),$10::text)", array( @@ -298,8 +300,10 @@ class Acc_Operation { $this->mt=microtime(true); } + // if amount == -1then the triggers will throw an error // + $this->amount=(trim($this->amount)==''||$this->amount==NULL)?0:$this->amount; $Res=$this->db->exec_sql("insert into jrn (jr_def_id,jr_montant,jr_comment,". "jr_date,jr_ech,jr_grpt_id,jr_tech_per,jr_mt,jr_optype,currency_id,currency_rate,currency_rate_ref) values (". "$1,$2,$3,". @@ -715,8 +719,8 @@ class Acc_Operation } static function test_me() { - $_SESSION['g_user']=NOALYSS_ADMINISTRATOR; - $_SESSION['g_pass']='dany'; + $_SESSION[SESSION_KEY.'g_user']=NOALYSS_ADMINISTRATOR; + $_SESSION[SESSION_KEY.'g_pass']='dany'; global $g_user; $cn=Dossier::connect(); $g_user=new User($cn); @@ -756,17 +760,22 @@ class Acc_Operation $operation = $this->get_quant(); $array=$operation->compute_array(); global $g_user; - // Prepare the form - $r=''; - $r.=Dossier::hidden(); $a_code=$this->db->get_array("select code from v_menu_dependency vmd where me_code=$1 and p_id=$2", array( $operation->signature,$g_user->get_profile())); - - // select the menu where the operation will be duplicated if ( empty ($a_code)) { $r.=_("Menu invalide"); return $r; } + + // Prepare the form + $r=sprintf('',$p_id,NOALYSS_URL."/do.php?".Dossier::get()); + $r.=Dossier::hidden(); + // select the menu where the operation will be duplicated + $r=sprintf('',$p_id,NOALYSS_URL."/do.php?".http_build_query([ + "ac"=>$a_code[0]['code'],"gDossier"=>Dossier::id() + ])); + $r.=Dossier::hidden(); + // select the menu where the operation will be duplicated $r.="

            "; $r.="

              "; $r.=sprintf("
            • %s
            • ",$operation->det->jr_pj_number); diff --git a/include/class/action_document_type_mtable.class.php b/include/class/action_document_type_mtable.class.php new file mode 100644 index 000000000..3443c6a84 --- /dev/null +++ b/include/class/action_document_type_mtable.class.php @@ -0,0 +1,315 @@ + + +/* @file + * @brief display and allow to update , add , delete document_type for the follow up + * + */ +require_once NOALYSS_INCLUDE."/lib/manage_table_sql.class.php"; +require_once NOALYSS_INCLUDE."/database/document_type_sql.class.php"; + +/** + * @class + * @brief display , modify and add document_type for follow up + * @see include/ajax/ajax_cfgaction.php + * @see include/cfg_action.inc.php + */ +class Action_Document_Type_MTable extends Manage_Table_SQL +{ + + private $other; //!< Other value + + public function __construct(Document_type_SQL $doc_type) + { + parent::__construct($doc_type); + $this->set_order(["dt_id", "dt_prefix", "dt_value",]); + $this->set_property_updatable("dt_id", false); + $this->set_property_visible("dt_id", false); + $this->set_property_updatable("dt_value", true); + $this->set_property_updatable("dt_prefix", true); + $this->set_col_label("dt_value", _("Nom")); + $this->set_col_label("dt_prefix", _("Préfixe document")); + $this->other=array(); + } + + /** + * + @code + table "public.document_type" + ctl_id "dtr" + gDossier "74" + op "cfgaction" + p_id "28" + action "save" + ctl "tbl5f785d403b123" + dt_prefix "ABO.HEB" + dt_value "Abonnements+PhpCompta" + seq "0" + det_op "1" + det_contact_mul "1" + update "OK" + @endcode + * + * + * + */ + public function from_request() + { + $http=new HttpInput(); + $this->table->dt_value=$http->request('dt_value'); + $this->table->dt_prefix=$http->request('dt_prefix'); + $this->other['detail_operation']=$http->request("detail_operation", "string", 0); + $this->other['contact_multiple']=$http->request("det_contact_mul", "string", 0); + $this->other['make_invoice']=$http->request("make_invoice", "string", 0); + $this->other['followup_comment']=$http->request("followup_comment", "string", 0); + $this->other['editable_description']=$http->request("editable_description", "string", 0); + $this->other['enable_followup']=$http->request("enable_followup", "string", 0); + $this->other['seq']=$http->request("seq", "string", 0); + $this->other['select_option_operation']=$http->request("select_option_operation", "string", null); + $this->other['select_comment']=$http->request("select_comment", "string", null); + $this->other['videoconf_server']=$http->request('videoconf_server',"string",0); + $this->other['videoconf_server_url']=$http->request('videoconf_server_url',"string",DEFAULT_SERVER_VIDEO_CONF); + $this->other["cor_id"]=$http->request("cor_id","array",[]); + $nb_corid=count($this->other["cor_id"]); + $http->set_empty(0); + for ($i=0;$i<$nb_corid;$i++) { + $this->other["contact_option$i"]=$http->request("contact_option".$i,"number",0); + } + + } + + /** + * + */ + public function check() + { + $table=$this->get_table(); + $error=0; + if (empty(trim($table->dt_value))) + { + $this->set_error("dt_value", _("Nom ne peut être vide")); + $error++; + } + if (empty(trim($table->dt_prefix))) + { + $this->set_error("dt_prefix", _("Préfixe ne peut être vide")); + $error++; + } + // Check doublon + if ($table->cn->get_value('select count(*) from document_type where upper(dt_value)=upper($1) and dt_id <> $2', + [$table->dt_value, $table->dt_id])>0) + { + $this->set_error("dt_value", _("Doublon, ce nom existe déjà ")); + $error++; + } + // Check doublon + if ($table->cn->get_value('select count(*) from document_type where upper(dt_prefix)=upper($1) and dt_id <> $2', + [$table->dt_prefix, $table->dt_id])>0) + { + $this->set_error("dt_value", _("Doublon, ce préfixe existe déjà ")); + $error++; + } + if ($error>0) + { + return false; + } + return true; + } + + /** + * + * @throws Exception + */ + function delete() + { + $table=$this->get_table(); + try + { + // remove the cat if no action + $count_md=$table->cn->get_value('select count(*) from document_modele where md_type=$1', + array($table->dt_id)); + $count_a=$table->cn->get_value('select count(*) from action_gestion where ag_type=$1', array($table->dt_id)); + + if ($count_md!=0||$count_a!=0) + { + throw new Exception(_('Des actions dépendent de cette catégorie'), 1300); + } + $table->delete(); + } + catch (Exception $exc) + { + if ($exc->getCode()!=1300) + { + record_log("ADTM01".$exc->getTrace()); + } + throw new Exception($exc->getMessage()); + } + } + + /** + * @brief display the box for adding, the name for p_id , are in the form + */ + function input() + { + parent::input(); + + + + // Detail option contact + $table=$this->get_table(); + $cn=$table->cn; + try + { + $cn->start(); + if ( $table->dt_id == -1 ){ + $aOption=$cn->get_array("select cor_id,cor_label,cor_type,-1 document_type_id,0 jdoc_enable + from + contact_option_ref cor + order by cor_label"); + + } else { + // insert new contact options + $cn->exec_sql("insert into jnt_document_option_contact (jdoc_enable,document_type_id, + contact_option_ref_id) + select 0 , $1, cor_id + from contact_option_ref + where + cor_id not in (select cor_id from + jnt_document_option_contact a + where a.document_type_id=$1)", [$table->dt_id]); + + // Select all + $aOption=$cn->get_array("select cor_id,cor_label,cor_type,document_type_id ,coalesce(jdoc_enable,0) jdoc_enable + from + contact_option_ref cor + left join jnt_document_option_contact jdoc on (cor_id=contact_option_ref_id) + where + document_type_id is null + or document_type_id = $1 + order by cor_label", [$this->table->dt_id]); + + // delete unused option by the action_person_ + $cn->exec_sql("delete from action_person_option where ap_id in (select apo.ap_id + from action_person a + left join action_person_option apo ON (a.ap_id=apo.action_person_id) + left join contact_option_ref cor on (apo.contact_option_ref_id=cor.cor_id) + join action_gestion ag on (a.ag_id=ag.ag_id) + where + cor.cor_id not in (select jdoc2.contact_option_ref_id + from jnt_document_option_contact jdoc2 + where jdoc2.document_type_id =$1 + and jdoc2.jdoc_enable =1)); + ",[$table->dt_id]); + } + + // Detail option + require NOALYSS_TEMPLATE."/action_document_type_mtable_input.php"; + $cn->commit(); + } + catch (Exception $exc) + { + $cn->rollback(); + + echo $exc->getMessage(); + error_log($exc->getTraceAsString()); + } + + } + + /** + * save + */ + function save() + { + parent::save(); + $cn=Dossier::connect(); + $object_sql=$this->get_table(); + // restart sequence + if ($this->other['seq']!=0) + { + $doc_type=new Document_type($cn, $object_sql->dt_id); + $doc_type->set_number($this->other['seq']); + } + // Save detail operation + $cn->exec_sql("insert into document_option (do_code,document_type_id,do_enable,do_option) values ($1,$2,$3,$4) + on conflict on constraint document_option_un + do update set do_enable=$3,do_option=$4", + [ "detail_operation", + $object_sql->dt_id, + $this->other['detail_operation'], + $this->other['select_option_operation'] + ]); + + // Save contact_multiple + $cn->exec_sql("insert into document_option (do_code,document_type_id,do_enable) values ($1,$2,$3) + on conflict on constraint document_option_un + do update set do_enable=$3 ", ["contact_multiple", $object_sql->dt_id, $this->other['contact_multiple']]); + + // Save editable description + $cn->exec_sql("insert into document_option (do_code,document_type_id,do_enable) values ($1,$2,$3) + on conflict on constraint document_option_un + do update set do_enable=$3 ", ["editable_description", $object_sql->dt_id + , $this->other['editable_description']]); + + // Save make invoice + $cn->exec_sql("insert into document_option (do_code,document_type_id,do_enable) values ($1,$2,$3) + on conflict on constraint document_option_un + do update set do_enable=$3 ", ["make_invoice", $object_sql->dt_id, $this->other['make_invoice']]); + // Option for comments + $cn->exec_sql("insert into document_option (do_code,document_type_id,do_enable,do_option) values ($1,$2,$3,$4) + on conflict on constraint document_option_un + do update set do_enable=$3,do_option=$4 ", + [ "followup_comment", + $object_sql->dt_id, + $this->other['followup_comment'], + $this->other['select_comment'] + ]); + + // Save videoconf setting + if ( $this->other['videoconf_server'] == 1 && trim($this->other['videoconf_server_url'])=="") { + $this->other['videoconf_server_url']=DEFAULT_SERVER_VIDEO_CONF; + } + $cn->exec_sql("insert into document_option (do_code,document_type_id,do_enable,do_option) values ($1,$2,$3,$4) + on conflict on constraint document_option_un + do update set do_enable=$3,do_option=$4 ", + [ "videoconf_server", + $object_sql->dt_id, + $this->other['videoconf_server'], + $this->other['videoconf_server_url'] + ]); + + // Option contact to save + $cn->exec_sql("delete from jnt_document_option_contact where document_type_id=$1",[$object_sql->dt_id]); + $nb_contact_option=count($this->other["cor_id"]); + $aOption=$this->other["cor_id"]; + for ( $e=0;$e<$nb_contact_option;$e++) { + $option_id=$aOption[$e]; + if ( isset($this->other["contact_option".$e]) ) { + $cn->exec_sql("insert into jnt_document_option_contact + (jdoc_enable,document_type_id,contact_option_ref_id) + values ($1,$2,$3)",[$this->other["contact_option".$e],$object_sql->dt_id,$option_id]); + } + } + + + } + +} diff --git a/include/class/anc_grandlivre.class.php b/include/class/anc_grandlivre.class.php index fdefa13ff..6f3c64fc8 100644 --- a/include/class/anc_grandlivre.class.php +++ b/include/class/anc_grandlivre.class.php @@ -24,6 +24,7 @@ */ require_once NOALYSS_INCLUDE.'/class/anc_print.class.php'; require_once NOALYSS_INCLUDE.'/lib/impress.class.php'; +require_once NOALYSS_INCLUDE."/lib/select_box.class.php"; class Anc_GrandLivre extends Anc_Print { @@ -60,7 +61,7 @@ class Anc_GrandLivre extends Anc_Print $pa_id_cond=""; if ( isset ( $this->pa_id) && $this->pa_id !='') $pa_id_cond= "pa_id=".$this->pa_id." and"; - $array=$this->db->get_array(" select oa_id, + $array=$this->db->get_array(" select oa_id, po_name, oa_description, po_description, @@ -73,11 +74,10 @@ class Anc_GrandLivre extends Anc_Print jr_id, coalesce(jr_comment,b.oa_description) as jr_comment, case when j_poste is null and b.f_id is not null then - (select ad_value from fiche_detail where fiche_detail.f_id=b.f_id and ad_id=".ATTR_DEF_ACCOUNT.") + (select ad_value from fiche_detail where fiche_detail.f_id=b.f_id and ad_id=23) when j_poste is not null then j_poste - end as j_poste - , + end as j_poste, coalesce(jrnx.f_id,b.f_id) as f_id, case when jrnx.f_id is not null then (select ad_value from fiche_Detail where f_id=jrnx.f_id and ad_id=23) @@ -86,10 +86,17 @@ class Anc_GrandLivre extends Anc_Print end as qcode, jr_pj_number, - jr_tech_per + jr_tech_per, + ftiers.cardid, + (select ad_value from fiche_detail where f_id=ftiers.cardid and ad_id=23) as qcode_tiers from operation_analytique as B join poste_analytique using(po_id) left join jrnx using (j_id) left join jrn on (j_grpt=jr_grpt_id) + left join ( select distinct qp_supplier as cardid,j_id from quant_purchase qp + union + select distinct qs_client,j_id from quant_sold qs + union + select distinct qf_bank,j_id from quant_fin qf ) as ftiers using (j_id) where $pa_id_cond oa_amount <> 0.0 $cond_poste $filter_date order by po_name,oa_date::date,qcode,j_poste"); $this->has_data=count($array); @@ -107,9 +114,10 @@ class Anc_GrandLivre extends Anc_Print $pa_id_cond=""; if ( isset ( $this->pa_id) && $this->pa_id !='') $pa_id_cond= "pa_id=".$this->pa_id." and"; - $array=$this->db->get_array(" select + $array=$this->db->get_array(" select po_name, to_char(oa_date,'DD.MM.YYYY') as oa_date, + to_char(jr_date_paid,'DD.MM.YY') as strdate_paid, case when j_poste is null and b.f_id is not null then (select ad_value from fiche_detail where fiche_detail.f_id=b.f_id and ad_id=".ATTR_DEF_ACCOUNT.") when j_poste is not null then @@ -123,16 +131,28 @@ class Anc_GrandLivre extends Anc_Print end as qcode, coalesce(jr_comment,b.oa_description) as jr_comment, + (select ad_value from fiche_detail where f_id=ftiers.cardid and ad_id=23) as qcode_tiers, coalesce (jr_pj_number,'') as jr_pj_number, coalesce(jr_internal,'') as jr_internal, coalesce(oa_group,0) as oa_group, case when oa_debit='t' then oa_amount else 0 end as amount_deb, case when oa_debit='f' then oa_amount else 0 end as amount_cred, - case when oa_debit='f' then 'C' else 'D' end as deb_cred + case when oa_debit='f' then 'C' else 'D' end as deb_cred, + ac.str_action from operation_analytique as B join poste_analytique using(po_id) left join jrnx using (j_id) left join jrn on (j_grpt=jr_grpt_id) - where $pa_id_cond oa_amount <> 0.0 $cond_poste $filter_date + left join ( select distinct qp_supplier as cardid,j_id from quant_purchase qp + union + select distinct qs_client,j_id from quant_sold qs + union + select distinct qf_bank,j_id from quant_fin qf ) as ftiers using (j_id) + left join (select j.jr_id,string_agg( ag_id::text,'-') as str_action + from jrn j left + join action_gestion_operation ago on (j.jr_id=ago.jr_id ) + group by j.jr_id) as ac on (ac.jr_id=jrn.jr_id) + where + $pa_id_cond oa_amount <> 0.0 $cond_poste $filter_date order by po_name,oa_date::date,qcode,j_poste"); @@ -149,7 +169,7 @@ class Anc_GrandLivre extends Anc_Print { if (CONVERT_GIF_PDF <> 'NOT' && PDFTK <> 'NOT') { - $r = ""; + $r=""; $r.= HtmlInput::hidden("to", $this->to); $r.= HtmlInput::hidden("from", $this->from); $r.= HtmlInput::hidden("pa_id", $this->pa_id); @@ -188,7 +208,7 @@ class Anc_GrandLivre extends Anc_Print { return 0; } - $r.= '
            '; + $r.= '
            '; $ix = 0; $prev = 'xx'; $idx = 0; @@ -207,13 +227,14 @@ class Anc_GrandLivre extends Anc_Print $r.=td('') . td('') . td(''); $r.=td('') . td('') . td('') . td('') . td('') . td(nbm($tot_deb), ' class="num"') . td(nbm($tot_cred), ' class="num"') . td(nbm($tot_solde) . $sign, ' class="num"'); } - $r.='' . ''; + $r.='' . ''; $r.= '' . '' . '' . '' . '' . '' . + th(_("Tiers")). '' . '' . '' . @@ -259,6 +280,7 @@ class Anc_GrandLivre extends Anc_Print if ($str_document != "") { $ck = new ICheckBox('ck[]', $row['jr_id']); + $ck->set_range("document_export_ck"); $str_ck = $ck->input(); } } @@ -269,6 +291,7 @@ class Anc_GrandLivre extends Anc_Print td($post_detail) . td($card_detail) . td($row['jr_comment']) . + td($row["qcode_tiers"]). '' . td($row['jr_pj_number']) . '' . @@ -284,18 +307,14 @@ class Anc_GrandLivre extends Anc_Print $r.=td('') . td('') . td('') . td('') . td('') . td(nbm($tot_deb), ' class="num"') . td(nbm($tot_cred), ' class="num"') . td(nbm($tot_solde) . $sign, ' class="num"'); $r.= '
            ' . '

            ' . h($row['po_name'] . ' ' . $row['po_description']) . '

            ' . '

            ' . h($row['po_name'] . ' ' . $row['po_description']) . '

            ' . '' . _('Date') . '' . _('Poste') . '' . _('Quick_code') . '' . _('Libellé') . '' . '' . _('Pièce') . '' . _('Interne') . '' . $str_document . '' . $detail . '
            '; + $r.=ICheckBox::javascript_set_range("document_export_ck"); return $r; } /*! - * \brief Show the button to export in PDF or CSV - * \param $url_csv url of the csv - * \param $url_pdf url of the pdf - * \param $p_string hidden data to include in the form - * - * + * \brief Show the button to export CSV * \return string with the button */ - function show_button($p_string="") + function button_export_csv($p_string="") { $r=""; $r.= ''; @@ -307,7 +326,7 @@ class Anc_GrandLivre extends Anc_Print $r.= HtmlInput::hidden("to_poste",$this->to_poste); $r.= $p_string; $r.= dossier::hidden(); - $r.=HtmlInput::submit('bt_csv',"Export en CSV"); + $r.=HtmlInput::submit('bt_csv',_("Export en CSV")); $r.= ''; return $r; } @@ -327,15 +346,18 @@ class Anc_GrandLivre extends Anc_Print $aheader=array(); $aheader[]=array("title"=>'Imp. Analytique','type'=>'string'); $aheader[]=array("title"=>'Date','type'=>'string'); + $aheader[]=array("title"=>'Date Pay','type'=>'string'); $aheader[]=array("title"=>'Poste','type'=>'string'); $aheader[]=array("title"=>'Quick_Code','type'=>'string'); $aheader[]=array("title"=>'libelle','type'=>'string'); + $aheader[]=array("title"=>'tiers','type'=>'string'); $aheader[]=array("title"=>'Pièce','type'=>'string'); $aheader[]=array("title"=>'Num.interne','type'=>'string'); $aheader[]=array("title"=>'row','type'=>'string'); $aheader[]=array("title"=>'Debit','type'=>'num'); $aheader[]=array("title"=>'Credit','type'=>'num'); $aheader[]=array("title"=>'D/C','type'=>'string'); + $aheader[]=array("title"=>'Action','type'=>'string'); Impress::array_to_csv($array, $aheader,"export-anc-grandlivre"); } } diff --git a/include/class/anc_operation.class.php b/include/class/anc_operation.class.php index fcba66ab2..d28f395f8 100644 --- a/include/class/anc_operation.class.php +++ b/include/class/anc_operation.class.php @@ -288,7 +288,7 @@ class Anc_Operation return _("Pas d'enregistrement trouvé"); // navigation_bar - $step=$_SESSION['g_pagesize']; + $step=$_SESSION[SESSION_KEY.'g_pagesize']; $page=(isset($_GET['offset']))?$_GET['page']:1; $offset=(isset($_GET['offset']))?$_GET['offset']:0; $bar=navigation_bar($offset+1,count($array),$step,$page); @@ -732,7 +732,10 @@ class Anc_Operation $op->po_id=$hplan[$p_item][$e]; $op->oa_group=$this->oa_group; $op->j_id=$p_j_id; - $ratio=bcdiv($val[$p_item][$row],${"amount_t".$p_item}); + $ratio=0; + if (${"amount_t".$p_item} != 0 ) { + $ratio=bcdiv($val[$p_item][$row],${"amount_t".$p_item}); + } $amount= bcmul($p_nd, $ratio); // convert to euro $amount=bcmul($amount,$this->currency_rate); diff --git a/include/class/anc_print.class.php b/include/class/anc_print.class.php index dedefcb2a..9f72e499c 100644 --- a/include/class/anc_print.class.php +++ b/include/class/anc_print.class.php @@ -62,19 +62,20 @@ class Anc_Print */ function get_request() { + $http=new HttpInput(); if ( isset($_REQUEST['from'])) - $this->from=$_REQUEST['from']; + $this->from=$http->request('from'); if ( isset($_REQUEST['to'])) - $this->to=$_REQUEST['to']; + $this->to=$http->request('to'); if ( isset($_REQUEST['from_poste'])) - $this->from_poste=$_REQUEST['from_poste']; + $this->from_poste=$http->request('from_poste'); if ( isset($_REQUEST['to_poste'])) - $this->to_poste=$_REQUEST['to_poste']; + $this->to_poste=$http->request('to_poste'); if ( isset($_REQUEST['pa_id'])) - $this->pa_id=$_REQUEST['pa_id']; + $this->pa_id=$http->request('pa_id'); else $this->pa_id=""; diff --git a/include/class/calendar.class.php b/include/class/calendar.class.php index 643e5e2ea..58aa9e149 100644 --- a/include/class/calendar.class.php +++ b/include/class/calendar.class.php @@ -129,7 +129,7 @@ class Calendar " to_char(tl_date,'MM')::integer=$1 ". " and to_char(tl_date,'YYYY')::integer=$2 ". " and use_login=$3 group by to_char(tl_date,'DD')::integer "; - $array=$cn->get_array($sql,array($this->month,$this->year,$_SESSION['g_user'])); + $array=$cn->get_array($sql,array($this->month,$this->year,$_SESSION[SESSION_KEY.'g_user'])); for ($i=0;$iget_array($sql,array($this->month,$this->year,$_SESSION['g_user'])); + $array=$cn->get_array($sql,array($this->month,$this->year,$_SESSION[SESSION_KEY.'g_user'])); for ($i=0;$i + +/** + * @file + * @brief manage the table attr_def + * @see card_attr.inc.php + */ +require_once NOALYSS_INCLUDE."/class/fiche_attr.class.php"; +require_once NOALYSS_INCLUDE."/lib/manage_table_sql.class.php"; +require_once NOALYSS_INCLUDE."/lib/inplace_switch.class.php"; + +class Card_Attribut_MTable extends Manage_Table_SQL +{ + + function __construct(\Data_SQL $p_table) + { + parent::__construct($p_table); + $this->set_property_visible("ad_id", TRUE); + $this->set_property_updatable("ad_id", FALSE); + $this->set_col_label("ad_text", _("Nom")); + $this->set_col_label("ad_type", _("Type")); + $this->set_col_label('ad_size', _("Taille")); + $this->set_col_label("ad_extra", _("Option sup.")); + $this->set_col_label("ad_search_followup", _("Recherche suivi")); + + $this->set_col_type("ad_search_followup", "custom"); + $this->set_col_type("ad_text", "custom"); + $this->set_col_type("ad_size", "numeric"); + $this->set_col_type("ad_extra", "text"); + $this->set_col_type("ad_type", "select", + array( + ["value"=>"text", "label"=>_("Texte")], + ["value"=>"date", "label"=>_("Date")], + ["value"=>"numeric", "label"=>_("Nombre")], + ["value"=>"select", "label"=>_("Choix")], + ["value"=>"card", "label"=>_("Fiche")], + ["value"=>"zone", "label"=>_("Zone de texte")], + ["value"=>"check", "label"=>_("Coche")], + ["value"=>"poste", "label"=>_("Poste comptable")] + )); + $this->set_col_tips("ad_search_followup", 77); + // to prevent a call to this function for each row + $this->dossier_id=Dossier::id(); + $this->set_col_sort(1); + } + + /** + * Display row of table attr_def + * @param array $row + */ + function display_row($row) + { + tracedebug("card_attribute.log", $row); + if ($row['ad_id']>=9000) + { + $this->set_delete_row(TRUE); + $this->set_update_row(TRUE); + } + else + { + $this->set_delete_row(FALSE); + $this->set_update_row(FALSE); + } + + parent::display_row($row); + } + + /** + * For the type custom , we can call a function to display properly the value + * @param $p_key string key name + * @param $p_value string value + * @see input_custom + * @see set_type + * @note must return a string which will be in surrounded by td in the function display_row + * @return string + */ + function display_row_custom($p_key, $p_value, $p_id=0) + { + if ($p_key=="ad_search_followup") + { + $ic=new Inplace_Switch(uniqid("search_follow_up"), $p_value); + $ic->set_callback("ajax_misc.php"); + $ic->add_json_param("op", "card"); + $ic->add_json_param("gDossier", $this->dossier_id); + $ic->add_json_param("op2", "attribute"); + $ic->add_json_param("action", "enable_search"); + $ic->add_json_param("ad_id", $p_id); + $ic->add_json_param("ctl", $p_id); + $ret=$ic->input(); + + return $ret; + } + if ($p_key == "ad_text"){ + return $p_value; + } + return; + } + + /** + * For the type custom , we can call a function to display properly the value + * @param $p_key string key name + * @param $p_value string value + * @see input_custom + * @see set_type + * @note must return a string which will be in surrounded by td in the function display_row + * @return string + */ + function input_custom($p_key, $p_value) + { + if ($p_key=="ad_search_followup") + { + $p_id=$this->get_table()->get("ad_id"); + $ic=new InputSwitch("ad_search_followup", $p_value); + echo $ic->input(); + } + /** + * Bug in firefox if id=ad_text , the widget is not displaid + */ + if ( $p_key == "ad_text") + { + $text=new IText("ad_text",$p_value); + $text->id=uniqid(); + echo $text->input(); + } + echo ""; + return; + } + + function check() + { + $nb_error=0; + $object_sql=$this->get_table(); + + if ($object_sql->get("ad_id")<9000 && $object_sql->get("ad_id")!=-1) + { + $this->set_error("ad_id",_("Bloqué")); + return false; + } + + // Duplicate + $count="select count(*) + from attr_def as ad1 + where + upper(trim(ad1.ad_text)) = upper(trim($1)) + and ad1.ad_id != $2 + "; + $count_duplicate=$object_sql->cn->get_value($count, [$object_sql->ad_text, $object_sql->ad_id]); + if ($count_duplicate>0) + { + $this->set_error("ad_text", _("Doublon")); + $nb_error++; + } + + // Name empty + if (trim($object_sql->ad_text)=="") + { + $this->set_error("ad_text", _("Description ne peut pas être vide")); + $nb_error++; + } + // select protect + + + if ($nb_error>0) + return false; + return true; + } + + function delete() { + $object_sql=$this->get_table(); + $db=$object_sql->cn; + try { + $db->start(); + $object_sql=$this->get_table()->delete(); + $db->commit(); + } catch (Exception $ex) { + $db->rollback(); + throw new Exception (_("Effacement bloqué : attribut utilisé")); + } + } +} diff --git a/include/class/card_multiple.class.php b/include/class/card_multiple.class.php new file mode 100644 index 000000000..06c665b77 --- /dev/null +++ b/include/class/card_multiple.class.php @@ -0,0 +1,165 @@ + + +/** + * @file + * @brief in follow-up , add multiple cards to an event, an action + */ +class Card_Multiple +{ + private $sql ; //!< SQL with the right column name + function __construct() + { + $this->sql="select f_id,quick_code,vw_name,accounting,vw_first_name,vw_description, + (select ad_value from fiche_detail fd where fd.f_id=vw_fiche_attr.f_id and fd.ad_id=25) as company + from vw_fiche_attr "; + } + /** + * + * @param type $sql_array + * @return type + */ + function build_sql($sql_array) + { + $cn=Dossier::connect(); + $filter=""; + if ( $sql_array["inactive_card"]==0) { + $filter=" and ".$this->filter_enable_card(); + } + // By Cat of card + $sql_cat=""; + if ( $sql_array['search_cat']!=-1) { + $sql_cat=' and fd_id = '.sql_string($sql_array['search_cat']); + } + $query=sql_string($sql_array['query']); + if ( $sql_array['search_in'] == "-1") + { + $string_sql=$this->sql." + where + (vw_name ilike '%$query%' + or quick_code ilike '%$query%') + ".$filter.$sql_cat." + order by vw_name + limit + ".MAX_CARD_SEARCH; + } else { + $string_sql=sprintf($this->sql." where f_id in (select f_id from fiche_detail where + ad_id = '%s' and ad_value ilike '%%%s%%') %s %s" + , sql_string($sql_array["search_in"]),$query,$filter,$sql_cat); + } + return $string_sql; + } + /** + * + * @param type $sql_array + * @return type + */ + function count_sql($sql_array) + { + $cn=Dossier::connect(); + $query=sql_string($sql_array['query']); + $filter=""; + if ( $sql_array["inactive_card"]==0) { + $filter="and ".$this->filter_enable_card(); + } + // By Cat of card + $sql_cat=""; + if ( $sql_array['search_cat']!=-1) { + $sql_cat=' and fd_id = '.sql_string($sql_array['search_cat']); + } + + $string_sql="select count(*) + from vw_fiche_attr + where + ( vw_name ilike '%$query%' + or quick_code ilike '%$query%') + ".$filter.$sql_cat; + + + return $cn->get_value($string_sql); + } + /** + * + * @return string + */ + private function filter_enable_card() + { + $filter_enable_card=" f_enable='1' "; + return $filter_enable_card; + } + /** + * + * @global type $g_user + * @param type $ap_id + * @return type + */ + function display_option($p_action_person_id) + { + global $g_user; + $cn=Dossier::connect(); + // retrieve card id (fiche.f_id) and the ag_id (action_gestion.ag_id) + $tmp=$cn->get_row("select f_id,ag_id from action_person where ap_id=$1 ", [$p_action_person_id]); + if ($tmp==NULL) + { + record_log("CMDO.01nothing found ".var_export($_REQUEST, true)); + return; + } + $fiche_id=$tmp['f_id']; + $ag_id=$tmp['ag_id']; + if ( ! $g_user->can_read_action($ag_id)) { + throw new Exception (_("CMCDO01"."Security")); + } + // Retrieve Name, first Name and QCODE + $aIdentity=$cn->get_row("select (select ad_value from fiche_detail where f_id=$1 and ad_id=1) as name , + (select ad_value from fiche_detail where f_id=$1 and ad_id=32) as first_name , + (select ad_value from fiche_detail where f_id=$1 and ad_id=23) as qcode ",[$fiche_id]); + + // insert new , synchronized + $cn->exec_sql("insert into action_person_option (ap_value,contact_option_ref_id ,action_person_id ) + select null,cor_id,$1 + from contact_option_ref + where + cor_id not in ( + select contact_option_ref_id + from action_person_option + join action_person a on (a.ap_id=action_person_id) + where f_id=$2)",[$p_action_person_id,$fiche_id]); + + // delete disable + $cn->exec_sql("delete + from action_person_option apo + where contact_option_ref_id not in + (select contact_option_ref_id from jnt_document_option_contact jdoc join action_gestion on + (ag_type=document_type_id) + where ag_id=$1 and jdoc_enable=1)",[$ag_id]); + + // First select the option + $sql="select ap_id,cor_id,ap_value,cor_type ,cor_label,cor_value_select + from contact_option_ref cor + join action_person_option apo on (cor.cor_id=apo.contact_option_ref_id) + where action_person_id=$1 order by cor_label "; + + $a_option=$cn->get_array($sql,[$p_action_person_id]); + require NOALYSS_TEMPLATE."/card_multiple_display_option.php"; + + } + +} diff --git a/include/class/contact.class.php b/include/class/contact.class.php index 389074c6b..9efb99340 100644 --- a/include/class/contact.class.php +++ b/include/class/contact.class.php @@ -59,11 +59,11 @@ class contact extends Fiche $script=$_SERVER['PHP_SELF']; // Creation of the nav bar // Get the max numberRow - $all_contact=$this->count_by_modele($this->fiche_def_ref,$p_search,$extra_sql); + $all_contact=$this->count_by_modele($this->fiche_def_ref,$p_search,$extra_sql.$p_sql); // Get offset and page variable $offset=( isset ($_REQUEST['offset'] )) ?$_REQUEST['offset']:0; $page=(isset($_REQUEST['page']))?$_REQUEST['page']:1; - $bar=navigation_bar($offset,$all_contact,$_SESSION['g_pagesize'],$page); + $bar=navigation_bar($offset,$all_contact,$_SESSION[SESSION_KEY.'g_pagesize'],$page); // set a filter ? $search=""; if ( trim($p_search) != "" ) @@ -71,7 +71,7 @@ class contact extends Fiche $search=" and f_id in (select f_id from fiche_Detail where - ad_id=1 and ad_value ~* '$p_search') "; + ad_id=1 and ad_value ilike '%$p_search%') "; } // Get The result Array $step_contact=$this->get_by_category($offset,$search.$extra_sql.$p_sql); diff --git a/include/class/contact_option_ref_mtable.class.php b/include/class/contact_option_ref_mtable.class.php new file mode 100644 index 000000000..b6a62f9da --- /dev/null +++ b/include/class/contact_option_ref_mtable.class.php @@ -0,0 +1,50 @@ + + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ +// Copyright (2002-2020) Author Dany De Bontridder + + +/** + * @file + * @brief + * @todo to be implemented + */ +require_once NOALYSS_INCLUDE."/database/contact_option_ref_sql.class.php"; +require_once NOALYSS_INCLUDE."/lib/manage_table_sql.class.php"; + +class Contact_Option_Ref_MTable extends Manage_Table_SQL{ + + function __construct(Contact_Option_Ref_SQL $obj) + { + parent::__construct($obj); + $this->set_col_label("cor_label", _("Nom")); + $this->set_col_label("cor_type", _("Type ")); + $this->set_col_label("document_option_id", _("Action")); + $this->set_col_label("cor_value_select",_("Options")); + $this->set_property_visible("cor_id", false); + $this->set_col_type("cor_type","select",[ + ["label"=>_("Texte"),"value"=>0], + ["label"=>_("Nombre"),"value"=>1], + ["label"=>_("Choix"),"value"=>3], + ["label"=>_("Date"),"value"=>2], + ["label"=>_("Coche"),"value"=>4] + ]); + } + +} diff --git a/include/class/document.class.php b/include/class/document.class.php index a58f1de64..9da8e4811 100644 --- a/include/class/document.class.php +++ b/include/class/document.class.php @@ -1,4 +1,5 @@ db=$p_cn; $this->d_id=$p_d_id; + + // counter for MARCH_NEXT $this->counter=0; } - /*!\brief insert a minimal document and set the d_id + + /* !\brief insert a minimal document and set the d_id */ + function blank() { $this->d_id=$this->db->get_next_seq("document_d_id_seq"); // affect a number $this->d_number=$this->db->get_next_seq("seq_doc_type_".$this->md_type); - $sql=sprintf('insert into document(d_id,ag_id,d_number) values(%d,%d,%d)', - $this->d_id, - $this->ag_id, - $this->d_number); - $this->db->exec_sql($sql); + $sql='insert into document(d_id,ag_id,d_number) values($1,$2,$3)'; + $this->db->exec_sql($sql, + array + ($this->d_id, + $this->ag_id, + $this->d_number)); } + /** * Insert the receipt number into the filename , each generated file * will have the name of the template (model) + receipt number) @@ -70,42 +82,46 @@ class Document * @param type $filename the name of the file * @return string */ - function compute_filename($pj,$filename) + function compute_filename($pj, $filename) { - foreach (array('/','*','<','>',';',',','\\','.',':','(',')',' ','[',']') as $i) { - $pj= str_replace($i, "-",$pj); - } - // save the suffix - $pos_prefix=strrpos($filename,"."); - if ($pos_prefix == 0) $pos_prefix=strlen($filename); - $filename_no=substr($filename,0,$pos_prefix); - $filename_suff=substr($filename,$pos_prefix,strlen($filename)); - $new_filename= strtolower($filename_no."-".$pj.$filename_suff); - return $new_filename; + foreach (array('/', '*', '<', '>', ';', ',', '\\', '.', ':', '(', ')', ' ', '[', ']') as $i) + { + $pj=str_replace($i, "-", $pj); + } + // save the suffix + $pos_prefix=strrpos($filename, "."); + if ($pos_prefix==0) + $pos_prefix=strlen($filename); + $filename_no=substr($filename, 0, $pos_prefix); + $filename_suff=substr($filename, $pos_prefix, strlen($filename)); + $new_filename=strtolower($filename_no."-".$pj.$filename_suff); + return $new_filename; } - /*! - * \brief Generate the document, Call $this-\>Replace to replace + + /* ! + * \brief Generate the document, Call $this-\>replace to replace * tag by value - *@param p_array contains the data normally it is the $_POST - *@param $p_filename contains the new filename + * @param p_array contains the data normally it is the $_POST + * @param $p_filename contains the new filename * \return an string : the url where the generated doc can be found, the name * of the file and his mimetype */ - function Generate($p_array,$p_filename="") + + function generate($p_array, $p_filename="") { // create a temp directory in /tmp to unpack file and to parse it - $dirname=tempnam($_ENV['TMP'],'doc_'); + $dirname=tempnam($_ENV['TMP'], 'doc_'); unlink($dirname); - mkdir ($dirname); + mkdir($dirname); // Retrieve the lob and save it into $dirname $this->db->start(); $dm_info="select md_name,md_type,md_lob,md_filename,md_mimetype - from document_modele where md_id=".$this->md_id; - $Res=$this->db->exec_sql($dm_info); + from document_modele where md_id=$1"; + $Res=$this->db->exec_sql($dm_info, [$this->md_id]); - $row=Database::fetch_array($Res,0); + $row=Database::fetch_array($Res, 0); $this->d_lob=$row['md_lob']; $this->d_filename=$row['md_filename']; $this->d_mimetype=$row['md_mimetype']; @@ -114,22 +130,30 @@ class Document chdir($dirname); $filename=$row['md_filename']; - $exp=$this->db->lo_export($row['md_lob'],$dirname.DIRECTORY_SEPARATOR.$filename); - if ( $exp === false ) echo_warning( __FILE__.":".__LINE__."Export NOK $filename"); + $exp=$this->db->lo_export($row['md_lob'], $dirname.DIRECTORY_SEPARATOR.$filename); + if ($exp===false) + { + record_log(sprintf('D1 , export failed %s', $filename)); + throw new Exception(sprintf(_("Export a échoué pour %s", $filename))); + } $type="n"; // if the doc is a OOo, we need to unzip it first // and the name of the file to change is always content.xml - if ( strpos($row['md_mimetype'],'vnd.oasis') != 0 ) + if (strpos($row['md_mimetype'], 'vnd.oasis')!=0) { ob_start(); - $zip = new Zip_Extended; - if ($zip->open($filename) === TRUE) { - $zip->extractTo($dirname.DIRECTORY_SEPARATOR); - $zip->close(); - } else { - echo __FILE__.":".__LINE__."cannot unzip model ".$filename; - } + $zip=new Zip_Extended; + if ($zip->open($filename)===TRUE) + { + $zip->extractTo($dirname.DIRECTORY_SEPARATOR); + $zip->close(); + } + else + { + record_log(sprintf('D2 unzip failed %s', $filename)); + throw new Exception(sprintf(_("Décompression a échoué %s", $filename))); + } // Remove the file we do not need anymore unlink($filename); @@ -138,43 +162,47 @@ class Document $type="OOo"; } else + { $file_to_parse=$filename; + } // affect a number $this->d_number=$this->db->get_next_seq("seq_doc_type_".$row['md_type']); // parse the document - return the doc number ? - $this->ParseDocument($dirname,$file_to_parse,$type,$p_array); + $this->parseDocument($dirname, $file_to_parse, $type, $p_array); $this->db->commit(); // if the doc is a OOo, we need to re-zip it - if ( strpos($row['md_mimetype'],'vnd.oasis') != 0 ) + if (strpos($row['md_mimetype'], 'vnd.oasis')!=0) { ob_start(); - $zip = new Zip_Extended; - $res = $zip->open($filename, ZipArchive::CREATE); - if($res !== TRUE) - { - throw new Exception ( __FILE__.":".__LINE__."cannot recreate zip"); - } - $zip->add_recurse_folder($dirname.DIRECTORY_SEPARATOR); - $zip->close(); + $zip=new Zip_Extended; + $res=$zip->open($filename, ZipArchive::CREATE); + if ($res!==TRUE) + { + record_log(sprintf('D3 zip failed %s', $filename)); + throw new Exception(_('Echec compression')); + } + $zip->add_recurse_folder($dirname.DIRECTORY_SEPARATOR); + $zip->close(); ob_end_clean(); $file_to_parse=$filename; } - if ( $p_filename !="") { - $this->d_filename=$this->compute_filename($p_filename, $this->d_filename); - } - $this->SaveGenerated($dirname.DIRECTORY_SEPARATOR.$file_to_parse); + if ($p_filename!="") + { + $this->d_filename=$this->compute_filename($p_filename, $this->d_filename); + } + $this->saveGenerated($dirname.DIRECTORY_SEPARATOR.$file_to_parse); // Invoice - $href=http_build_query(array('gDossier'=>Dossier::id(),"d_id"=>$this->d_id,'act'=>'RAW:document')); + $href=http_build_query(array('gDossier'=>Dossier::id(), "d_id"=>$this->d_id, 'act'=>'RAW:document')); $ret=''._('Document').''; - + return $ret; } - /*! ParseDocument + /* ! parseDocument * \brief This function parse a document and replace all * the predefined tags by a value. This functions * generate diffent documents (invoice, order, letter) @@ -185,10 +213,11 @@ class Document * \param $p_type For the OOo document the tag are < and > instead of < and > * \param $p_array variable from $_POST */ - function ParseDocument($p_dir,$p_file,$p_type,$p_array) + + function parseDocument($p_dir, $p_file, $p_type, $p_array) { - /*!\note Replace in the doc the tags by their values. + /* !\note replace in the doc the tags by their values. * - MY_* table parameter * - ART_VEN* table quant_sold for invoice * - CUST_* table quant_sold and fiche for invoice @@ -196,36 +225,37 @@ class Document */ // open the document $infile_name=$p_dir.DIRECTORY_SEPARATOR.$p_file; - $h=fopen($infile_name,"r"); + $h=fopen($infile_name, "r"); // check if tmpdir exist otherwise create it $temp_dir=$_ENV['TMP']; - if ( is_dir($temp_dir) == false ) + if (is_dir($temp_dir)==false) { - if ( mkdir($temp_dir) == false ) + if (mkdir($temp_dir)==false) { - $msg=_("Ne peut pas créer le répertoire ".$temp_dir); + $msg=sprintf(_("Ne peut pas créer le répertoire %s", $temp_dir)); + report_log("D221".$msg); throw new Exception($msg); } } // Compute output_name - $output_name=tempnam($temp_dir,"gen_doc_"); - $output_file=fopen($output_name,"w+"); + $output_name=tempnam($temp_dir, "gen_doc_"); + $output_file=fopen($output_name, "w+"); // check if the opening is sucessfull - if ( $h === false ) + if ($h===false) { - echo __FILE__.":".__LINE__."cannot open $p_dir $p_file "; - $msg=_("Ne peut pas ouvrir $p_dir $p_file"); + $msg=sprintf(_("Ne peut pas ouvrir [%s] [%s]"), $p_dir, $p_file); + report_log("D232".$msg); throw new Exception($msg); } - if ( $output_file == false) + if ($output_file==false) { - $msg=_("Ne peut pas ouvrir $p_dir $p_file"); - echo $msg; + $msg=sprintf(_("Ne peut pas ouvrir [%s] [%s]"), $p_dir, $output_name); + record_log($msg); throw new Exception($msg); } // compute the regex - if ( $p_type=='OOo') + if ($p_type=='OOo') { $regex="/=*<<[A-Z]+_*[A-Z]*_*[A-Z]*_*[A-Z]*_*[0-9]*>>/i"; $lt="<"; @@ -238,69 +268,70 @@ class Document $gt=">"; } //read the file - while(! feof($h)) - { + while (!feof($h)) + { // replace the tag $buffer=fgets($h); // search in the buffer the magic << and >> // while preg_match_all finds something to replace - while ( preg_match_all ($regex,$buffer,$f) >0 ) - { + while (preg_match_all($regex, $buffer, $f)>0) + { + + foreach ($f as $apattern) + { + + foreach ($apattern as $pattern) + { - foreach ( $f as $apattern ) - { + $to_remove=$pattern; + // we remove the < and > from the pattern + $tag=str_replace($lt, '', $pattern); + $tag=str_replace($gt, '', $tag); - foreach($apattern as $pattern) - { - - - $to_remove=$pattern; - // we remove the < and > from the pattern - $tag=str_replace($lt,'',$pattern); - $tag=str_replace($gt,'',$tag); - - - // if the pattern if found we replace it - $value=$this->Replace($tag,$p_array); - if ( strpos($value,'ERROR') != false ) $value=""; + // if the pattern if found we replace it + $value=$this->replace($tag, $p_array); + if (strpos($value, 'ERROR')!=false) + $value=""; /* * Change type of cell to numeric * allow numeric cel in ODT for the formatting and formula */ - - $buffer=\Document::replace_value($buffer,$pattern, $value, 1,$p_type); - } - } - } - // write into the output_file - fwrite($output_file,$buffer); - } + $buffer=\Document::replace_value($buffer, $pattern, $value, 1, $p_type); + } + } + } + // write into the output_file + fwrite($output_file, $buffer); + } fclose($h); fclose($output_file); - if ( ($ret=copy ($output_name,$infile_name)) == FALSE ) + if (($ret=copy($output_name, $infile_name))==FALSE) { - echo _('Ne peut pas sauver '.$output_name.' vers '.$infile_name.' code d\'erreur ='.$ret); + $msg="D299 ".sprintf(_('Ne peut pas sauver [%s] vers [%s] code erreur = [%s]'), $output_name, $infile_name, + $ret); + record_log($msg); + throw new Exception($msg); } - - } - /*! SaveGenerated + + /* ! saveGenerated * \brief Save the generated Document * \param $p_file is the generated file * * * \return 0 if no error otherwise 1 */ - function SaveGenerated($p_file) + + function saveGenerated($p_file) { // We save the generated file $doc=new Document($this->db); $this->db->start(); $this->d_lob=$this->db->lo_import($p_file); - if ( $this->d_lob == false ) + if ($this->d_lob==false) { echo "ne peut pas importer [$p_file]"; return 1; @@ -309,46 +340,50 @@ class Document $sql="insert into document(ag_id,d_lob,d_number,d_filename,d_mimetype) values ($1,$2,$3,$4,$5)"; - $this->db->exec_sql($sql, array($this->ag_id, - $this->d_lob, - $this->d_number, - $this->d_filename, - $this->d_mimetype)); + $this->db->exec_sql($sql, + array($this->ag_id, + $this->d_lob, + $this->d_number, + $this->d_filename, + $this->d_mimetype)); $this->d_id=$this->db->get_current_seq("document_d_id_seq"); // Clean the file - unlink ($p_file); + unlink($p_file); $this->db->commit(); return 0; } - /*! Upload - * \brief Upload a file into document + + /* ! upload + * \brief upload a file into document * all the needed data are in $_FILES we don't increment the seq * \param $p_file : array containing by default $_FILES * * \return */ - function Upload($p_ag_id) + + function upload($p_ag_id) { // nothing to save - if ( sizeof($_FILES) == 0 ) return; + if (sizeof($_FILES)==0) + return; /* for several files */ /* $_FILES is now an array */ // Start Transaction $this->db->start(); $name=$_FILES['file_upload']['name']; - for ($i = 0; $i < sizeof($name);$i++) + for ($i=0; $idb->lo_import($new_name); // check if the lob is in the database - if ( $oid == false ) + if ($oid==false) { $this->db->rollback(); return 1; @@ -358,15 +393,17 @@ class Document $this->d_lob=$oid; $this->d_filename=$_FILES['file_upload']['name'][$i]; $this->d_mimetype=$_FILES['file_upload']['type'][$i]; - $this->d_description= strip_tags($_POST['input_desc'][$i]); + $this->d_description=strip_tags($_POST['input_desc'][$i]); // insert into the table - $sql="insert into document (ag_id, d_lob,d_filename,d_mimetype,d_number,d_description) values ($1,$2,$3,$4,$5,$6)"; - $this->db->exec_sql($sql,array($p_ag_id,$this->d_lob,$this->d_filename,$this->d_mimetype,1,$this->d_description)); + $sql="insert into document (ag_id, d_lob,d_filename,d_mimetype,d_number,d_description)" + . " values ($1,$2,$3,$4,$5,$6)"; + $this->db->exec_sql($sql, + array($p_ag_id, $this->d_lob, $this->d_filename, $this->d_mimetype, 1, $this->d_description)); } } /* end for */ $this->db->commit(); - } + /** * Copy a existing OID (LOB) into the table document * @note use of global variable $cn which is the db connx to the current folder @@ -376,79 +413,85 @@ class Document * @param type $p_mimetype mimetype of existing document * @param type $p_description Description of existing document (default empty) */ - static function insert_existing_document($p_ag_id, $p_lob, $p_filename, $p_mimetype, $p_description = "") + static function insert_existing_document($p_ag_id, $p_lob, $p_filename, $p_mimetype, $p_description="") { global $cn; // insert into the table - $sql = "insert into document (ag_id, d_lob,d_filename,d_mimetype,d_number,d_description) values ($1,$2,$3,$4,$5,$6)"; + $sql="insert into document (ag_id, d_lob,d_filename,d_mimetype,d_number,d_description) " + . "values ($1,$2,$3,$4,$5,$6)"; $cn->exec_sql($sql, array($p_ag_id, $p_lob, $p_filename, $p_mimetype, 1, $p_description)); } - /*! a_ref + /* ! * \brief create and compute a string for reference the doc * * \return a string */ + function anchor() { - if ( $this->d_id == 0 ) + if ($this->d_id==0) return ''; $image=''; $r=""; - $href=http_build_query(array('gDossier'=>Dossier::id(),"d_id"=>$this->d_id,'act'=>'RAW:document')); + $href=http_build_query(array('gDossier'=>Dossier::id(), "d_id"=>$this->d_id, 'act'=>'RAW:document')); $r=''.$image.''; return $r; } + /** Get - * \brief Send the document + * \brief send the document */ - function Send() + function send() { // retrieve the template and generate document $this->db->start(); $ret=$this->db->exec_sql( - "select d_id,d_lob,d_filename,d_mimetype from document where d_id=".$this->d_id ); - if ( Database::num_row ($ret) == 0 ) + "select d_id,d_lob,d_filename,d_mimetype from document where d_id=$1", [$this->d_id]); + if (Database::num_row($ret)==0) + { return; - $row=Database::fetch_array($ret,0); + } + $row=Database::fetch_array($ret, 0); //the document is saved into file $tmp - $tmp=tempnam($_ENV['TMP'],'document_'); - $this->db->lo_export($row['d_lob'],$tmp); + $tmp=tempnam($_ENV['TMP'], 'document_'); + $this->db->lo_export($row['d_lob'], $tmp); $this->d_mimetype=$row['d_mimetype']; $this->d_filename=$row['d_filename']; // send it to stdout - ini_set('zlib.output_compression','Off'); + ini_set('zlib.output_compression', 'Off'); header("Pragma: public"); header("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); - header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT"); + header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT"); header("Cache-Control: must-revalidate"); header('Content-type: '.$this->d_mimetype); - header('Content-Disposition: attachment;filename="'.$this->d_filename.'"',FALSE); + header('Content-Disposition: attachment;filename="'.$this->d_filename.'"', FALSE); header("Accept-Ranges: bytes"); - $file=fopen($tmp,'r'); - while ( !feof ($file) ) + $file=fopen($tmp, 'r'); + while (!feof($file)) { - echo fread($file,8192); + echo fread($file, 8192); } fclose($file); - unlink ($tmp); + unlink($tmp); $this->db->commit(); - } - /*!\brief get all the document of a given action - *\param $ag_id the ag_id from action::ag_id (primary key) - *\return an array of objects document or an empty array if nothing found + + /* !\brief get all the document of a given action + * \param $ag_id the ag_id from action::ag_id (primary key) + * \return an array of objects document or an empty array if nothing found */ + function get_all($ag_id) { $res=$this->db->get_array('select d_id, ag_id, d_lob, d_number, d_filename,'. - ' d_mimetype,d_description from document where ag_id=$1',array($ag_id)); + ' d_mimetype,d_description from document where ag_id=$1', array($ag_id)); $a=array(); - for ($i=0;$idb); $doc->d_id=$res[$i]['d_id']; @@ -463,24 +506,27 @@ class Document return $a; } - /*!\brief Get complete all the data member thx info from the database + /* !\brief Get complete all the data member thx info from the database */ + function get() { $sql="select * from document where d_id=".$this->d_id; $ret=$this->db->exec_sql($sql); - if ( Database::num_row($ret) == 0 ) + if (Database::num_row($ret)==0) + { return; - $row=Database::fetch_array($ret,0); + } + $row=Database::fetch_array($ret, 0); $this->ag_id=$row['ag_id']; $this->d_mimetype=$row['d_mimetype']; $this->d_filename=$row['d_filename']; $this->d_lob=$row['d_lob']; $this->d_number=$row['d_number']; $this->d_description=$row['d_description']; - } - /*! + + /* ! * \brief replace the TAG by the real value, this value can be into * the database or in $_POST * The possible tags are @@ -533,273 +579,303 @@ class Document * - [TITLE] * - [DESCRIPTION] * - [COMM_PAYMENT] + * - [LABELOP] + * - [COMMENT] + * - [DESCRIPTION] + * - [DOCUMENT_ID] * * \param $p_tag TAG * \param $p_array data from $_POST * \return String which must replace the tag */ - function Replace($p_tag,$p_array) + + function replace($p_tag, $p_array) { - global $g_parameter; + global $g_parameter; $p_tag=strtoupper($p_tag); - $p_tag=str_replace('=','',$p_tag); + $p_tag=str_replace('=', '', $p_tag); $r="Tag inconnu"; + static $aComment=NULL; + static $counter_comment=1; /* MY_NAME; - break; - case 'MY_CP': - $r=$g_parameter->MY_CP; - break; - case 'MY_COMMUNE': - $r=$g_parameter->MY_COMMUNE; - break; - case 'MY_TVA': - $r=$g_parameter->MY_TVA; - break; - case 'MY_STREET': - $r=$g_parameter->MY_STREET; - break; - case 'MY_NUMBER': - $r=$g_parameter->MY_NUMBER; - break; - case 'MY_TEL': - $r=$g_parameter->MY_TEL; - break; - case 'MY_FAX': - $r=$g_parameter->MY_FAX; - break; - case 'MY_PAYS': - $r=$g_parameter->MY_PAYS; - break; + case 'MY_NAME': + $r=$g_parameter->MY_NAME; + break; + case 'MY_CP': + $r=$g_parameter->MY_CP; + break; + case 'MY_COMMUNE': + $r=$g_parameter->MY_COMMUNE; + break; + case 'MY_TVA': + $r=$g_parameter->MY_TVA; + break; + case 'MY_STREET': + $r=$g_parameter->MY_STREET; + break; + case 'MY_NUMBER': + $r=$g_parameter->MY_NUMBER; + break; + case 'MY_TEL': + $r=$g_parameter->MY_TEL; + break; + case 'MY_FAX': + $r=$g_parameter->MY_FAX; + break; + case 'MY_PAYS': + $r=$g_parameter->MY_PAYS; + break; // customer - /*\note The CUST_* are retrieved thx the $p_array['tiers'] + /* \note The CUST_* are retrieved thx the $p_array['tiers'] * which contains the quick_code */ - case 'SOLDE': - $tiers=new Fiche($this->db); - $qcode=isset($p_array['qcode_dest'])?$p_array['qcode_dest']:$p_array['e_client']; - $tiers->get_by_qcode($qcode,false); - $p=$tiers->strAttribut(ATTR_DEF_ACCOUNT); - $poste=new Acc_Account_Ledger($this->db,$p); - $r=$poste->get_solde(' true' ); - break; - case 'CUST_NAME': - $tiers=new Fiche($this->db); - $qcode=isset($p_array['qcode_dest'])?$p_array['qcode_dest']:$p_array['e_client']; - $tiers->get_by_qcode($qcode,false); - $r=$tiers->strAttribut(ATTR_DEF_NAME); - break; - case 'CUST_ADDR_1': - $tiers=new Fiche($this->db); - $qcode=isset($p_array['qcode_dest'])?$p_array['qcode_dest']:$p_array['e_client']; - $tiers->get_by_qcode($qcode,false); - $r=$tiers->strAttribut(ATTR_DEF_ADRESS); + case 'SOLDE': + $tiers=new Fiche($this->db); + $qcode=isset($p_array['qcode_dest'])?$p_array['qcode_dest']:$p_array['e_client']; + $tiers->get_by_qcode($qcode, false); + $p=$tiers->strAttribut(ATTR_DEF_ACCOUNT); + $poste=new Acc_Account_Ledger($this->db, $p); + $r=$poste->get_solde(' true'); + break; + case 'CUST_NAME': + $tiers=new Fiche($this->db); + $qcode=isset($p_array['qcode_dest'])?$p_array['qcode_dest']:$p_array['e_client']; + $tiers->get_by_qcode($qcode, false); + $r=$tiers->strAttribut(ATTR_DEF_NAME); + break; + case 'CUST_ADDR_1': + $tiers=new Fiche($this->db); + $qcode=isset($p_array['qcode_dest'])?$p_array['qcode_dest']:$p_array['e_client']; + $tiers->get_by_qcode($qcode, false); + $r=$tiers->strAttribut(ATTR_DEF_ADRESS); - break ; - case 'CUST_CP': - $tiers=new Fiche($this->db); + break; + case 'CUST_CP': + $tiers=new Fiche($this->db); - $qcode=isset($p_array['qcode_dest'])?$p_array['qcode_dest']:$p_array['e_client']; - $tiers->get_by_qcode($qcode,false); - $r=$tiers->strAttribut(ATTR_DEF_CP); + $qcode=isset($p_array['qcode_dest'])?$p_array['qcode_dest']:$p_array['e_client']; + $tiers->get_by_qcode($qcode, false); + $r=$tiers->strAttribut(ATTR_DEF_CP); - break; - case 'CUST_CITY': - $tiers=new Fiche($this->db); + break; + case 'CUST_CITY': + $tiers=new Fiche($this->db); - $qcode=isset($p_array['qcode_dest'])?$p_array['qcode_dest']:$p_array['e_client']; - $tiers->get_by_qcode($qcode,false); - $r=$tiers->strAttribut(ATTR_DEF_CITY); + $qcode=isset($p_array['qcode_dest'])?$p_array['qcode_dest']:$p_array['e_client']; + $tiers->get_by_qcode($qcode, false); + $r=$tiers->strAttribut(ATTR_DEF_CITY); - break; + break; - case 'CUST_CO': - $tiers=new Fiche($this->db); + case 'CUST_CO': + $tiers=new Fiche($this->db); - $qcode=isset($p_array['qcode_dest'])?$p_array['qcode_dest']:$p_array['e_client']; - $tiers->get_by_qcode($qcode,false); - $r=$tiers->strAttribut(ATTR_DEF_PAYS); + $qcode=isset($p_array['qcode_dest'])?$p_array['qcode_dest']:$p_array['e_client']; + $tiers->get_by_qcode($qcode, false); + $r=$tiers->strAttribut(ATTR_DEF_PAYS); - break; + break; // Marchandise in $p_array['e_march*'] // \see user_form_achat.php or user_form_ven.php - case 'CUST_VAT': - $tiers=new Fiche($this->db); + case 'CUST_VAT': + $tiers=new Fiche($this->db); - $qcode=isset($p_array['qcode_dest'])?$p_array['qcode_dest']:$p_array['e_client']; - $tiers->get_by_qcode($qcode,false); - $r=$tiers->strAttribut(ATTR_DEF_NUMTVA); - break; - case 'CUST_NUM': - $tiers=new Fiche($this->db); - $qcode=isset($p_array['qcode_dest'])?$p_array['qcode_dest']:$p_array['e_client']; - $tiers->get_by_qcode($qcode,false); - $r=$tiers->strAttribut(ATTR_DEF_NUMBER_CUSTOMER); - break; - case 'CUST_BANQUE_NO': - $tiers=new Fiche($this->db); - $qcode=isset($p_array['qcode_dest'])?$p_array['qcode_dest']:$p_array['e_client']; - $tiers->get_by_qcode($qcode,false); - $r=$tiers->strAttribut(ATTR_DEF_BQ_NO); - break; - case 'CUST_BANQUE_NAME': - $tiers=new Fiche($this->db); - $qcode=isset($p_array['qcode_dest'])?$p_array['qcode_dest']:$p_array['e_client']; - $tiers->get_by_qcode($qcode,false); - $r=$tiers->strAttribut(ATTR_DEF_BQ_NAME); - break; + $qcode=isset($p_array['qcode_dest'])?$p_array['qcode_dest']:$p_array['e_client']; + $tiers->get_by_qcode($qcode, false); + $r=$tiers->strAttribut(ATTR_DEF_NUMTVA); + break; + case 'CUST_NUM': + $tiers=new Fiche($this->db); + $qcode=isset($p_array['qcode_dest'])?$p_array['qcode_dest']:$p_array['e_client']; + $tiers->get_by_qcode($qcode, false); + $r=$tiers->strAttribut(ATTR_DEF_NUMBER_CUSTOMER); + break; + case 'CUST_BANQUE_NO': + $tiers=new Fiche($this->db); + $qcode=isset($p_array['qcode_dest'])?$p_array['qcode_dest']:$p_array['e_client']; + $tiers->get_by_qcode($qcode, false); + $r=$tiers->strAttribut(ATTR_DEF_BQ_NO); + break; + case 'CUST_BANQUE_NAME': + $tiers=new Fiche($this->db); + $qcode=isset($p_array['qcode_dest'])?$p_array['qcode_dest']:$p_array['e_client']; + $tiers->get_by_qcode($qcode, false); + $r=$tiers->strAttribut(ATTR_DEF_BQ_NAME); + break; /* -------------------------------------------------------------------------------- */ /* BENEFIT (fee notes */ - case 'BENEF_NAME': - $tiers=new Fiche($this->db); - $qcode=isset($p_array['qcode_benef'])?$p_array['qcode_benef']:''; - if ( $qcode=='') - { - $r=''; + case 'BENEF_NAME': + $tiers=new Fiche($this->db); + $qcode=isset($p_array['qcode_benef'])?$p_array['qcode_benef']:''; + if ($qcode=='') + { + $r=''; + break; + } + $tiers->get_by_qcode($qcode, false); + $r=$tiers->strAttribut(ATTR_DEF_NAME); break; - } - $tiers->get_by_qcode($qcode,false); - $r=$tiers->strAttribut(ATTR_DEF_NAME); - break; - case 'BENEF_ADDR_1': - $tiers=new Fiche($this->db); - $qcode=isset($p_array['qcode_benef'])?$p_array['qcode_benef']:''; - if ( $qcode=='') - { - $r=''; + case 'BENEF_ADDR_1': + $tiers=new Fiche($this->db); + $qcode=isset($p_array['qcode_benef'])?$p_array['qcode_benef']:''; + if ($qcode=='') + { + $r=''; + break; + } + $tiers->get_by_qcode($qcode, false); + $r=$tiers->strAttribut(ATTR_DEF_ADRESS); + break; - } - $tiers->get_by_qcode($qcode,false); - $r=$tiers->strAttribut(ATTR_DEF_ADRESS); + case 'BENEF_CP': + $tiers=new Fiche($this->db); - break ; - case 'BENEF_CP': - $tiers=new Fiche($this->db); + $qcode=isset($p_array['qcode_benef'])?$p_array['qcode_benef']:''; + if ($qcode=='') + { + $r=''; + break; + } + $tiers->get_by_qcode($qcode, false); + $r=$tiers->strAttribut(ATTR_DEF_CP); - $qcode=isset($p_array['qcode_benef'])?$p_array['qcode_benef']:''; - if ( $qcode=='') - { - $r=''; break; - } - $tiers->get_by_qcode($qcode,false); - $r=$tiers->strAttribut(ATTR_DEF_CP); + case 'BENEF_CITY': + $tiers=new Fiche($this->db); - break; - case 'BENEF_CITY': - $tiers=new Fiche($this->db); + $qcode=isset($p_array['qcode_benef'])?$p_array['qcode_benef']:''; + if ($qcode=='') + { + $r=''; + break; + } + $tiers->get_by_qcode($qcode, false); + $r=$tiers->strAttribut(ATTR_DEF_CITY); - $qcode=isset($p_array['qcode_benef'])?$p_array['qcode_benef']:''; - if ( $qcode=='') - { - $r=''; break; - } - $tiers->get_by_qcode($qcode,false); - $r=$tiers->strAttribut(ATTR_DEF_CITY); - break; + case 'BENEF_CO': + $tiers=new Fiche($this->db); - case 'BENEF_CO': - $tiers=new Fiche($this->db); + $qcode=isset($p_array['qcode_benef'])?$p_array['qcode_benef']:''; + if ($qcode=='') + { + $r=''; + break; + } + $tiers->get_by_qcode($qcode, false); + $r=$tiers->strAttribut(ATTR_DEF_PAYS); - $qcode=isset($p_array['qcode_benef'])?$p_array['qcode_benef']:''; - if ( $qcode=='') - { - $r=''; break; - } - $tiers->get_by_qcode($qcode,false); - $r=$tiers->strAttribut(ATTR_DEF_PAYS); - - break; // Marchandise in $p_array['e_march*'] // \see user_form_achat.php or user_form_ven.php - case 'BENEF_VAT': - $tiers=new Fiche($this->db); + case 'BENEF_VAT': + $tiers=new Fiche($this->db); - $qcode=isset($p_array['qcode_benef'])?$p_array['qcode_benef']:''; - if ( $qcode=='') - { - $r=''; + $qcode=isset($p_array['qcode_benef'])?$p_array['qcode_benef']:''; + if ($qcode=='') + { + $r=''; + break; + } + $tiers->get_by_qcode($qcode, false); + $r=$tiers->strAttribut(ATTR_DEF_NUMTVA); break; - } - $tiers->get_by_qcode($qcode,false); - $r=$tiers->strAttribut(ATTR_DEF_NUMTVA); - break; - case 'BENEF_NUM': - $tiers=new Fiche($this->db); - $qcode=isset($p_array['qcode_benef'])?$p_array['qcode_benef']:''; - if ( $qcode=='') - { - $r=''; + case 'BENEF_NUM': + $tiers=new Fiche($this->db); + $qcode=isset($p_array['qcode_benef'])?$p_array['qcode_benef']:''; + if ($qcode=='') + { + $r=''; + break; + } + $tiers->get_by_qcode($qcode, false); + $r=$tiers->strAttribut(ATTR_DEF_NUMBER_CUSTOMER); break; - } - $tiers->get_by_qcode($qcode,false); - $r=$tiers->strAttribut(ATTR_DEF_NUMBER_CUSTOMER); - break; - case 'BENEF_BANQUE_NO': - $tiers=new Fiche($this->db); - $qcode=isset($p_array['qcode_benef'])?$p_array['qcode_benef']:''; - if ( $qcode=='') - { - $r=''; + case 'BENEF_BANQUE_NO': + $tiers=new Fiche($this->db); + $qcode=isset($p_array['qcode_benef'])?$p_array['qcode_benef']:''; + if ($qcode=='') + { + $r=''; + break; + } + $tiers->get_by_qcode($qcode, false); + $r=$tiers->strAttribut(ATTR_DEF_BQ_NO); break; - } - $tiers->get_by_qcode($qcode,false); - $r=$tiers->strAttribut(ATTR_DEF_BQ_NO); - break; - case 'BENEF_BANQUE_NAME': - $tiers=new Fiche($this->db); - $qcode=isset($p_array['qcode_benef'])?$p_array['qcode_benef']:''; - if ( $qcode=='') - { - $r=''; + case 'BENEF_BANQUE_NAME': + $tiers=new Fiche($this->db); + $qcode=isset($p_array['qcode_benef'])?$p_array['qcode_benef']:''; + if ($qcode=='') + { + $r=''; + break; + } + $tiers->get_by_qcode($qcode, false); + $r=$tiers->strAttribut(ATTR_DEF_BQ_NAME); break; - } - $tiers->get_by_qcode($qcode,false); - $r=$tiers->strAttribut(ATTR_DEF_BQ_NAME); - break; // Marchandise in $p_array['e_march*'] // \see user_form_achat.php or user_form_ven.php - case 'NUMBER': - $r=$this->d_number; - break; + case 'NUMBER': + $r=$this->d_number; + break; + case "DOCUMENT_ID": + if (isset($p_array['ag_id'])) + return $p_array['ag_id']; + return ""; + break; - case 'USER' : - return $_SESSION['use_name'].', '.$_SESSION['use_first_name']; + case 'USER' : + return $_SESSION[SESSION_KEY.'use_name'].', '.$_SESSION[SESSION_KEY.'use_first_name']; - break; - case 'REFERENCE': - $act=new Follow_Up($this->db); - $act->ag_id=$this->ag_id; - $act->get(); - $r=$act->ag_ref; - break; + break; + case 'REFERENCE': + $act=new Follow_Up($this->db); + $act->ag_id=$this->ag_id; + $act->get(); + $r=$act->ag_ref; + break; /* * - [VEN_ART_NAME] @@ -813,426 +889,736 @@ class Document * - [TOTAL_VEN_HTVA] * - [DATE_LIMIT] */ - case 'DATE_LIMIT_CALC': - extract ($p_array, EXTR_SKIP); - $id='e_ech' ; - if ( !isset (${$id}) ) return ""; - $r=format_date(${$id},'DD.MM.YYYY','YYYY-MM-DD'); - break; - case 'DATE_LIMIT': - extract ($p_array, EXTR_SKIP); - $id='e_ech' ; - if ( !isset (${$id}) ) return ""; - $r=${$id}; - break; - case 'MARCH_NEXT': - $this->counter++; - $r=''; - break; + case 'DATE_LIMIT_CALC': + if (isset($p_array["e_ech"])) + return format_date($p_array["e_ech"], 'DD.MM.YYYY', 'YYYY-MM-DD'); + if (isset($p_array["ech"])) + return format_date($p_array["ech"], 'DD.MM.YYYY', 'YYYY-MM-DD'); + if (isset($p_array["ag_remind_date"])) + return format_date($p_array["ag_remind_date"], 'DD.MM.YYYY', 'YYYY-MM-DD'); + return ""; + break; + case 'DATE_LIMIT': + if (isset($p_array["ech"])) + return $p_array["ech"]; + if (isset($p_array["e_ech"])) + return $p_array["e_ech"]; + if (isset($p_array["ag_remind_date"])) + return $p_array["ag_remind_date"]; + return ""; + break; + case 'MARCH_NEXT': + $this->counter++; + $r=''; + break; - case 'VEN_ART_NAME': - extract ($p_array, EXTR_SKIP); - $id='e_march'.$this->counter; - // check if the march exists - if ( ! isset (${$id})) return ""; - // check that something is sold - if ( ${'e_march'.$this->counter.'_price'} != 0 && ${'e_quant'.$this->counter} != 0 ) - { - $f=new Fiche($this->db); - $f->get_by_qcode(${$id},false); - $r=$f->strAttribut(ATTR_DEF_NAME); - } - else $r = ""; - break; - case 'VEN_ART_LABEL': - extract ($p_array, EXTR_SKIP); - $id='e_march'.$this->counter."_label"; - // check if the march exists - - if (! isset (${$id}) || (isset (${$id}) && strlen(trim(${$id})) == 0)) + case 'VEN_ART_NAME': + // check if the march exists + if (!isset($p_array["e_march".$this->counter])) + return ""; + // check that something is sold + if ($p_array['e_march'.$this->counter.'_price']!=0&&$p_array['e_quant'.$this->counter]!=0) { - $id = 'e_march' . $this->counter; + $f=new Fiche($this->db); + $f->get_by_qcode($p_array["e_march".$this->counter], false); + $r=$f->strAttribut(ATTR_DEF_NAME); + } + else + $r=""; + break; + case 'VEN_ART_LABEL': + $id='e_march'.$this->counter."_label"; + // check if the march exists + + if (!isset($p_array[$id])||(isset($p_array[$id])&&strlen(trim($p_array[$id]))==0)) + { + $id='e_march'.$this->counter; // check if the march exists - if (!isset(${$id})) - $r= ""; - else + if (!isset($p_array[$id])) + $r=""; + else { - // check that something is sold - if (${'e_march' . $this->counter . '_price'} != 0 && ${'e_quant' . $this->counter} != 0) + // check that something is sold + if ($p_array['e_march'.$this->counter.'_price']!=0&&$p_array['e_quant'.$this->counter]!=0) { - $f = new Fiche($this->db); - $f->get_by_qcode(${$id}, false); - $r = $f->strAttribut(ATTR_DEF_NAME); - } else - $r = ""; + $f=new Fiche($this->db); + $f->get_by_qcode($p_array[$id], false); + $r=$f->strAttribut(ATTR_DEF_NAME); + } + else + $r=""; } } else - $r=${'e_march'.$this->counter.'_label'}; - break; - case 'VEN_ART_STOCK_CODE': - extract ($p_array, EXTR_SKIP); - $id = 'e_march' . $this->counter; - // check if the march exists - if (!isset(${$id})) - $r= ""; - else - { + $r=$p_array[$id]; + break; + case 'VEN_ART_STOCK_CODE': + $id='e_march'.$this->counter; + // check if the march exists + if (!isset($p_array[$id])) + $r=""; + else + { // check that something is sold - if (${'e_march' . $this->counter . '_price'} != 0 && ${'e_quant' . $this->counter} != 0) - { - $f = new Fiche($this->db); - $f->get_by_qcode(${$id}, false); - $r = $f->strAttribut(ATTR_DEF_STOCK); - $r=($r == NOTFOUND)?'':$r; - } + if ($p_array['e_march'.$this->counter.'_price']!=0&&$p_array['e_quant'.$this->counter]!=0) + { + $f=new Fiche($this->db); + $f->get_by_qcode($p_array[$id], false); + $r=$f->strAttribut(ATTR_DEF_STOCK); + $r=($r==NOTFOUND)?'':$r; } - break; - case 'VEN_ART_PRICE': - extract ($p_array, EXTR_SKIP); - $id='e_march'.$this->counter.'_price' ; - if ( !isset (${$id}) ) return ""; - if (${$id} == 0 ) return ""; - $r=${$id}; - break; + } + break; + case 'VEN_QCODE': + $id='e_march'.$this->counter; + if (!isset($p_array[$id])) + return ""; + return $p_array[$id]; + break; + case 'VEN_ART_PRICE': + $id='e_march'.$this->counter.'_price'; + if (!isset($p_array[$id])) + return ""; + if ($p_array[$id]==0) + return ""; + $r=$p_array[$id]; + break; - case 'TVA_RATE': - case 'VEN_ART_TVA_RATE': - extract ($p_array, EXTR_SKIP); - $id='e_march'.$this->counter.'_tva_id'; - if ( !isset (${$id}) ) return ""; - if ( ${$id} == -1 || ${$id}=='' ) return ""; - $march_id='e_march'.$this->counter.'_price' ; - if ( ! isset (${$march_id})) return ''; - $tva=new Acc_Tva($this->db); - $tva->set_parameter("id",${$id}); - if ( $tva->load() == -1) return ''; - return $tva->get_parameter("rate"); - break; + case 'TVA_RATE': + case 'VEN_ART_TVA_RATE': + $id='e_march'.$this->counter.'_tva_id'; + if (!isset($p_array[$id])) + return ""; + if ($p_array[$id]==-1||$p_array[$id]=='') + return ""; + $march_id='e_march'.$this->counter.'_price'; + if (!isset($p_array[$march_id])) + return ''; + $tva=new Acc_Tva($this->db); + $tva->set_parameter("id", $p_array[$id]); + if ($tva->load()==-1) + return ''; + return $tva->get_parameter("rate"); + break; - case 'TVA_CODE': - case 'VEN_ART_TVA_CODE': - extract ($p_array, EXTR_SKIP); - $id='e_march'.$this->counter.'_tva_id'; - if ( !isset (${$id}) ) return ""; - if ( ${$id} == -1 ) return ""; - $qt='e_quant'.$this->counter; - $price='e_march'.$this->counter.'_price' ; - if ( ${$price} == 0 || ${$qt} == 0 - || strlen(trim( $price )) ==0 - || strlen(trim($qt)) ==0) - return ""; + case 'TVA_CODE': + case 'VEN_ART_TVA_CODE': + $id='e_march'.$this->counter.'_tva_id'; + if (!isset($p_array[$id])) + return ""; + if ($p_array[$id]==-1) + return ""; + $qt='e_quant'.$this->counter; + $price='e_march'.$this->counter.'_price'; + if ($p_array[$price]==0||$p_array[$qt]==0||strlen(trim($p_array[$price]))==0||strlen(trim($p_array[$qt]))==0) + return ""; - $r=${$id}; - break; + $r=$p_array[$id]; + break; - case 'TVA_LABEL': - extract ($p_array, EXTR_SKIP); - $id='e_march'.$this->counter.'_tva_id'; - if ( !isset (${$id}) ) return ""; - $march_id='e_march'.$this->counter.'_price' ; - if ( ! isset (${$march_id})) return ''; - if ( ${$march_id} == 0) return ''; - $tva=new Acc_Tva($this->db,${$id}); - if ($tva->load() == -1 ) return ""; - $r=$tva->get_parameter('label'); + case 'TVA_LABEL': + $id='e_march'.$this->counter.'_tva_id'; + if (!isset($p_array[$id])) + return ""; + $march_id='e_march'.$this->counter.'_price'; + if (!isset($p_array[$march_id])) + return ''; + if ($p_array[$march_id]==0) + return ''; + $tva=new Acc_Tva($this->db, $p_array[$id]); + if ($tva->load()==-1) + return ""; + $r=$tva->get_parameter('label'); - break; + break; /* total VAT for one sold */ - case 'TVA_AMOUNT': - case 'VEN_TVA': - extract ($p_array, EXTR_SKIP); - $qt='e_quant'.$this->counter; - $price='e_march'.$this->counter.'_price' ; - $tva='e_march'.$this->counter.'_tva_id'; - /* if we do not use vat this var. is not set */ - if ( !isset(${$tva}) ) return ''; - if ( !isset (${'e_march'.$this->counter}) ) return ""; - if ( !isset (${$tva}) ) return ""; - // check that something is sold - if ( ${$price} == 0 || ${$qt} == 0 - || strlen(trim( $price )) ==0 - || strlen(trim($qt)) ==0) - return ""; - $r=${'e_march'.$this->counter.'_tva_amount'}; - break; - /* TVA automatically computed */ - case 'VEN_ART_TVA': - - extract ($p_array, EXTR_SKIP); - $qt='e_quant'.$this->counter; - $price='e_march'.$this->counter.'_price' ; - $tva='e_march'.$this->counter.'_tva_id'; - if ( !isset (${'e_march'.$this->counter}) ) return ""; - if ( !isset (${$tva}) ) return ""; - // check that something is sold - if ( ${$price} == 0 || ${$qt} == 0 - || strlen(trim( $price )) ==0 - || strlen(trim($qt)) ==0) - return ""; - $oTva=new Acc_Tva($this->db,${$tva}); - if ($oTva->load() == -1 ) return ""; - $r=round(${$price},2)*$oTva->get_parameter('rate'); - $r=round($r,2); - break; - - case 'VEN_ART_TVAC': - extract ($p_array, EXTR_SKIP); - $qt='e_quant'.$this->counter; - $price='e_march'.$this->counter.'_price' ; - $tva='e_march'.$this->counter.'_tva_id'; - if ( !isset (${'e_march'.$this->counter}) ) return ""; - if ( !isset (${$tva}) ) return ""; - // check that something is sold - if ( ${$price} == 0 || ${$qt} == 0 - || strlen(trim( $price )) ==0 - || strlen(trim($qt)) ==0) - return ""; - if ( ! isset (${$tva}) ) return ''; - $tva=new Acc_Tva($this->db,${$tva}); - if ($tva->load() == -1 ) - { - $r=round(${$price},2); - } - else - { - $r=round(${$price}*$tva->get_parameter('rate')+${$price},2); - } - - break; - - case 'VEN_ART_QUANT': - extract ($p_array, EXTR_SKIP); - $id='e_quant'.$this->counter; - if ( !isset (${$id}) ) return ""; - // check that something is sold - if ( ${'e_march'.$this->counter.'_price'} == 0 - || ${'e_quant'.$this->counter} == 0 - || strlen(trim( ${'e_march'.$this->counter.'_price'} )) ==0 - || strlen(trim(${'e_quant'.$this->counter})) ==0 ) - return ""; - $r=${$id}; - break; - - case 'VEN_HTVA': - extract ($p_array, EXTR_SKIP); - $id='e_march'.$this->counter.'_price' ; - $quant='e_quant'.$this->counter; - if ( !isset (${$id}) ) return ""; - - // check that something is sold - if ( ${'e_march'.$this->counter.'_price'} == 0 || ${'e_quant'.$this->counter} == 0 - || strlen(trim( ${'e_march'.$this->counter.'_price'} )) ==0 - || strlen(trim(${'e_quant'.$this->counter})) ==0) - return ""; - bcscale(4); - $r=bcmul(${$id},${$quant}); - $r=round($r,2); - break; - - case 'VEN_TVAC': - extract ($p_array, EXTR_SKIP); - $id='e_march'.$this->counter.'_tva_amount' ; - $price='e_march'.$this->counter.'_price' ; - $quant='e_quant'.$this->counter; - if ( ! isset(${'e_march'.$this->counter.'_price'})|| !isset(${'e_quant'.$this->counter})) return ""; - // check that something is sold - if ( ${'e_march'.$this->counter.'_price'} == 0 || ${'e_quant'.$this->counter} == 0 ) return ""; - bcscale(4); - // if TVA not exist - if ( ! isset(${$id})) - $r= bcmul(${$price},${$quant}); - else{ - $r= bcmul(${$price},${$quant}); - $r=bcadd($r,${$id}); - } - $r=round($r,2); - return $r; - break; - - case 'TOTAL_VEN_HTVA': - extract($p_array, EXTR_SKIP); - bcscale(4); - $sum=0.0; - for ($i=0;$i<$nb_item;$i++) - { - $sell='e_march'.$i.'_price'; - $qt='e_quant'.$i; - - if ( ! isset (${$sell}) ) break; - - if ( strlen(trim(${$sell})) == 0 || - strlen(trim(${$qt})) == 0 || - ${$qt}==0 || ${$sell}==0) - continue; - $tmp1=bcmul(${$sell},${$qt}); - $sum=bcadd($sum,$tmp1); - - - } - $r=round($sum,2); - break; - case 'TOTAL_VEN_TVAC': - extract($p_array, EXTR_SKIP); - $sum=0.0; - bcscale(4); - for ($i=0;$i<$nb_item;$i++) - { - $tva='e_march'.$i.'_tva_amount'; - $tva_amount=0; + case 'TVA_AMOUNT': + case 'VEN_TVA': + $qt='e_quant'.$this->counter; + $price='e_march'.$this->counter.'_price'; + $tva='e_march'.$this->counter.'_tva_id'; /* if we do not use vat this var. is not set */ - if ( isset(${$tva}) ) + if (!isset($p_array[$tva])) + return ''; + if (!isset($p_array ['e_march'.$this->counter])) + return ""; + if (!isset($p_array[$tva])) + return ""; + // check that something is sold + if ($p_array[$price]==0||$p_array[$qt]==0||strlen(trim($p_array[$price]))==0||strlen(trim($p_array[$qt]))==0) + return ""; + $r=$p_array['e_march'.$this->counter.'_tva_amount']; + break; + /* TVA automatically computed */ + case 'VEN_ART_TVA': + + $qt='e_quant'.$this->counter; + $price='e_march'.$this->counter.'_price'; + $tva='e_march'.$this->counter.'_tva_id'; + if (!isset($p_array['e_march'.$this->counter])) + return ""; + if (!isset($p_array[$tva])) + return ""; + // check that something is sold + if ($p_array[$price]==0||$p_array[$qt]==0||strlen(trim($p_array[$price]))==0||strlen(trim($p_array[$qt]))==0) + return ""; + $oTva=new Acc_Tva($this->db, $p_array[$tva]); + if ($oTva->load()==-1) + return ""; + $r=round($p_array[$price], 2)*$oTva->get_parameter('rate'); + $r=round($r, 2); + break; + + case 'VEN_ART_TVAC': + $qt='e_quant'.$this->counter; + $price='e_march'.$this->counter.'_price'; + if (!isset($p_array['e_march'.$this->counter])) + return ""; + if (!isset($p_array['e_march'.$this->counter.'_tva_id'])) + return ""; + // check that something is sold + if ($p_array[$price]==0||$p_array[$qt]==0||strlen(trim($p_array[$price]))==0||strlen(trim($p_array[$qt]))==0) + return ""; + if (!isset($p_array['e_march'.$this->counter.'_tva_id'])) + return ''; + $tva=new Acc_Tva($this->db, $p_array['e_march'.$this->counter.'_tva_id']); + if ($tva->load()==-1) { - $tva_amount=${$tva}; + $r=round($p_array[$price], 2); } - $sell=${'e_march'.$i.'_price'}; - $qt=${'e_quant'.$i}; - $tot=bcmul($sell,$qt); - $tot=bcadd($tot,$tva_amount); - $sum=bcadd($sum,$tot); - } - $r=round($sum,2); - - break; - case 'TOTAL_TVA': - extract($p_array, EXTR_SKIP); - $sum=0.0; - for ($i=0;$i<$nb_item;$i++) - { - $tva='e_march'.$i.'_tva_amount'; - if (! isset(${$tva})) $tva_amount=0.0; - else { - $tva_amount=${$tva}; - $tva_amount=($tva_amount=="")?0:$tva_amount; + else + { + $r=round($p_array[$price]*$tva->get_parameter('rate')+$p_array[$price], 2); } - $sum+=$tva_amount; - $sum=round($sum,2); - } - $r=$sum; - break; - case 'BON_COMMANDE': - if ( isset($p_array['bon_comm'])) - return $p_array['bon_comm']; - else - return ""; - break; - case 'PJ': - if ( isset($p_array['e_pj'])) - return $p_array['e_pj']; - else - return ""; + break; - case 'OTHER_INFO': - if ( isset($p_array['other_info'])) - return $p_array['other_info']; - else + case 'VEN_ART_QUANT': + $id='e_quant'.$this->counter; + if (!isset($p_array[$id])) + return ""; + // check that something is sold + if ($p_array['e_march'.$this->counter.'_price']==0||$p_array['e_quant'.$this->counter]==0||strlen(trim($p_array['e_march'.$this->counter.'_price']))==0||strlen(trim($p_array['e_quant'.$this->counter]))==0) + return ""; + $r=$p_array[$id]; + break; + + case 'VEN_HTVA': + $id='e_march'.$this->counter.'_price'; + $quant='e_quant'.$this->counter; + if (!isset($p_array[$id])) + return ""; + + // check that something is sold + if ($p_array['e_march'.$this->counter.'_price']==0||$p_array['e_quant'.$this->counter]==0||strlen(trim($p_array['e_march'.$this->counter.'_price']))==0||strlen(trim($p_array['e_quant'.$this->counter]))==0) + return ""; + bcscale(4); + $r=bcmul($p_array[$id], $p_array[$quant]); + $r=round($r, 2); + break; + + case 'VEN_TVAC': + $id='e_march'.$this->counter.'_tva_amount'; + $price='e_march'.$this->counter.'_price'; + $quant='e_quant'.$this->counter; + if (!isset($p_array['e_march'.$this->counter.'_price'])||!isset($p_array['e_quant'.$this->counter])) + { + return ""; + } + // check that something is sold + if ($p_array['e_march'.$this->counter.'_price']==0||$p_array['e_quant'.$this->counter]==0) + { + return ""; + } + bcscale(4); + // if TVA not exist + if (!isset($p_array[$id])) + $r=bcmul($p_array[$price], $p_array[$quant]); + else + { + $r=bcmul($p_array[$price], $p_array[$quant]); + $r=bcadd($r, $p_array[$id]); + } + $r=round($r, 2); + return $r; + break; + + case 'TOTAL_VEN_HTVA': + bcscale(4); + $sum=0.0; + if (!isset($p_array["nb_item"])) + return ""; + for ($i=0; $i<$p_array["nb_item"]; $i++) + { + $sell='e_march'.$i.'_price'; + $qt='e_quant'.$i; + + if (!isset($p_array[$sell])) + break; + + if (strlen(trim($p_array[$sell]))==0|| + strlen(trim($p_array[$qt]))==0|| + $p_array[$qt]==0||$p_array[$sell]==0) + continue; + $tmp1=bcmul($p_array[$sell], $p_array[$qt]); + $sum=bcadd($sum, $tmp1); + } + $r=round($sum, 2); + break; + case 'TOTAL_VEN_TVAC': + if (!isset($p_array["nb_item"])) + return ""; + $sum=0.0; + bcscale(4); + for ($i=0; $i<$p_array["nb_item"]; $i++) + { + $tva='e_march'.$i.'_tva_amount'; + $tva_amount=0; + /* if we do not use vat this var. is not set */ + if (isset($p_array[$tva])) + { + $tva_amount=$p_array[$tva]; + } + $sell=$p_array['e_march'.$i.'_price']; + $qt=$p_array['e_quant'.$i]; + $tot=bcmul($sell, $qt); + $tot=bcadd($tot, $tva_amount); + $sum=bcadd($sum, $tot); + } + $r=round($sum, 2); + + break; + case 'TOTAL_TVA': + if (!isset($p_array["nb_item"])) + return ""; + $sum=0.0; + for ($i=0; $i<$p_array["nb_item"]; $i++) + { + $tva='e_march'.$i.'_tva_amount'; + if (!isset($p_array[$tva])) + $tva_amount=0.0; + else + { + $tva_amount=$p_array[$tva]; + $tva_amount=($tva_amount=="")?0:$tva_amount; + } + $sum+=$tva_amount; + $sum=round($sum, 2); + } + $r=$sum; + + break; + case 'BON_COMMANDE': + if (isset($p_array['bon_comm'])) + return $p_array['bon_comm']; + else + return ""; + break; + case 'PJ': + if (isset($p_array['e_pj'])) + return $p_array['e_pj']; + else + return ""; + + case 'OTHER_INFO': + if (isset($p_array['other_info'])) + return $p_array['other_info']; + else + return ""; + break; + case 'LABELOP': + if (isset($p_array['e_comm'])) + return $p_array['e_comm']; + break; + case 'ACOMPTE': + if (isset($p_array['acompte'])) + return $p_array['acompte']; + return "0"; + break; + case 'STOCK_NAME': + if (!isset($p_array['repo'])) + return ""; + $ret=$this->db->get_value('select r_name from public.stock_repository where r_id=$1', + array($p_array['repo'])); + return $ret; + case 'STOCK_ADRESS': + if (!isset($p_array['repo'])) + return ""; + $ret=$this->db->get_value('select r_adress from public.stock_repository where r_id=$1', + array($p_array['repo'])); + return $ret; + case 'STOCK_COUNTRY': + if (!isset($p_array['repo'])) + return ""; + $ret=$this->db->get_value('select r_country from public.stock_repository where r_id=$1', + array($p_array['repo'])); + return $ret; + case 'STOCK_CITY': + if (!isset($p_array['repo'])) + return ""; + $ret=$this->db->get_value('select r_city from public.stock_repository where r_id=$1', + array($p_array['repo'])); + return $ret; + case 'STOCK_PHONE': + if (!isset($p_array['repo'])) + return ""; + $ret=$this->db->get_value('select r_phone from public.stock_repository where r_id=$1', + array($p_array['repo'])); + return $ret; + // Follow up + //Title + case 'TITLE': + if (isset($p_array['ag_title'])) + return $p_array['ag_title']; return ""; - break; - case 'COMMENT': - if ( isset($p_array['e_comm'])) - return $p_array['e_comm']; - break; - case 'ACOMPTE': - if ( isset($p_array['acompte'])) - return $p_array['acompte']; - return "0"; - break; - case 'STOCK_NAME': - if ( ! isset ($p_array['repo'])) return ""; - $ret=$this->db->get_value('select r_name from public.stock_repository where r_id=$1',array($p_array['repo'])); + break; + // Description is the first comment + case 'DESCRIPTION': + if (isset($p_array['ag_id'])) + { + // retrieve first comment + $description=$this->db->get_value("select agc_comment " + ." from action_gestion_comment " + ."where ag_id=$1 order by AGC_ID asc limit 1" + , [$p_array['ag_id']]); + return $description; + } + if (isset($p_array['e_comm'])) + { + return $p_array['e_comm']; + } + + return ""; + break; + + // Comments, use a counter to move to the next comment, only for Follow-Up + // + case 'COMMENT': + if (isset($p_array['ag_id'])) + { + // Static value, if null the retrieve all of them + if ($aComment==NULL) + { + // retrieve comments + $aComment=$this->db->get_array("select AGC_ID,agc_comment ," + ." to_char(agc_date,'DD-MM-YY HH24:MI') as str_date ," + ." tech_user " + ." from action_gestion_comment " + ."where ag_id=$1 order by 1" + , [$p_array['ag_id']]); + } + $nb_comment=count($aComment); + $description=""; + if (count($aComment)>$counter_comment) + { + $description.=sprintf(_('le %s , %s écrit %s'), $aComment[$counter_comment]['str_date'], + $aComment[$counter_comment]['tech_user'], $aComment[$counter_comment]['agc_comment']); + $counter_comment++; + } + return $description; + } + return ""; + break; + // Related Action, use a counter to move to the next related action, only for Follow-Up + // + case 'RELATED_ACTION': + if (isset($p_array['ag_id'])) + { + // Static value, if null the retrieve all of them + if ($aRelatedAction==NULL) + { + // retrieve parent + $followup=new Follow_Up($this->db, $p_array["ag_id"]); + $aRelatedAction=array(); + $aParent=$followup->get_parent(); + if ($aParent==-1) + return ""; + $nb_parent=count($aParent); + $sql_related_action=" + select ag_id, + f_id_dest, + (select ad_value from fiche_detail fd1 where fd1.ad_id=23 and fd1.f_id=f_id_dest) as qcode, + (select ad_value from fiche_detail fd1 where fd1.ad_id=1 and fd1.f_id=f_id_dest) as card_name, + (select ad_value from fiche_detail fd1 where fd1.ad_id=32 and fd1.f_id=f_id_dest) as card_fname, + ag_title, + to_char(ag_timestamp,'DD.MM.YYYY') as strdate, + ag_ref + from action_gestion ag where ag_id=$1 "; + + for ($x=0; $x<$nb_parent; $x++) + { + $aRelatedAction[]=$this->db->get_row($sql_related_action, [$aParent[$x]['aga_least']]); + $aChild=$followup->get_children($aParent[$x]['aga_least']); + $nb_child=count($aChild); + for ($y=0; $y<$nb_child; $y++) + { + $aRelatedAction[]=$this->db->get_row($sql_related_action, + [$aChild[$y]['aga_greatest']]); + } + } + } + $description=""; + if (count($aRelatedAction)>$counter_related_action) + { + $description=sprintf("docid %s %s %s %s %s %s %s", + $aRelatedAction[$counter_related_action]['ag_id'], + $aRelatedAction[$counter_related_action]['ag_ref'], + $aRelatedAction[$counter_related_action]['strdate'], + $aRelatedAction[$counter_related_action]['qcode'], + $aRelatedAction[$counter_related_action]['card_fname'], + $aRelatedAction[$counter_related_action]['card_name'], + $aRelatedAction[$counter_related_action]['ag_title'] + ); + + $counter_related_action++; + } + return $description; + } + return ""; + break; + + // Concerned operation, use a counter to move to the next one, only for Follow-Up + // + case 'CONCERNED_OPERATION': + if (isset($p_array['ag_id'])) + { + // Static value, if null the retrieve all of them + if ($aRelatedOperation==NULL) + { + // retrieve comments + $aRelatedOperation=$this->db->get_array("select ago_id, + j.jr_id, + j.jr_internal, + j.jr_comment, + j.jr_pj_number, + to_char(j.jr_date,'DD.MM.YY') as str_date + from jrn as j + join action_gestion_operation as ago on (j.jr_id=ago.jr_id) + where ag_id=$1 order by jr_date,jr_id" + , [$p_array['ag_id']]); + } + $description=""; + if (count($aRelatedOperation)>$counter_related_operation) + { + $description.=sprintf('%s %s %s %s ', + $aRelatedOperation[$counter_related_operation]['str_date'], + $aRelatedOperation[$counter_related_operation]['jr_internal'], + $aRelatedOperation[$counter_related_operation]['jr_comment'], + $aRelatedOperation[$counter_related_operation]['jr_pj_number'] + ); + $counter_related_operation++; + } + return $description; + } + return ""; + break; + // Other card, use a counter to move to the next one, only for Follow-Up + // + case 'OTHER_CARDS': + if (isset($p_array['ag_id'])) + { + // Static value, if null the retrieve all of them + if ($aOtherCard==NULL) + { + // retrieve comments + $aOtherCard=$this->db->get_array(" + select + (select ad_value from fiche_detail where f_id = ap.f_id and ad_id = 1) as cname, + (select ad_value from fiche_detail where f_id = ap.f_id and ad_id = 32) as cfname, + (select ad_value from fiche_detail where f_id = ap.f_id and ad_id = 23) as qcode, + (select ad_value from fiche_detail where f_id = ap.f_id and ad_id = 18 ) as email, + (select ad_value from fiche_detail where f_id = ap.f_id and ad_id = 27 ) as mobile, + (select ad_value from fiche_detail where f_id = ap.f_id and ad_id = 17 ) as phone + from action_person ap + where ag_id=$1 + " + , [$p_array['ag_id']]); + } + $description=""; + if (count($aOtherCard)>$counter_other_card) + { + $description.=sprintf('%s %s %s %s %s %s ', $aOtherCard[$counter_other_card]['cname'], + $aOtherCard[$counter_other_card]['cfname'], $aOtherCard[$counter_other_card]['qcode'], + $aOtherCard[$counter_other_card]['email'], $aOtherCard[$counter_other_card]['phone'], + $aOtherCard[$counter_other_card]['mobile']); + $counter_other_card++; + } + return $description; + } + return ""; + break; + // Attachment , use a counter to move to the next one, only for Follow-Up + // + case 'ATTACHED_FILES': + if (isset($p_array['ag_id'])) + { + // Static value, if null the retrieve all of them + if ($aFileAttached==NULL) + { + // retrieve comments + $aFileAttached=$this->db->get_array(" + select d_filename,d_description from document d where ag_id=$1 + " + , [$p_array['ag_id']]); + } + $nb_comment=count($aFileAttached); + $description=""; + if (count($aFileAttached)>$counter_file) + { + $description.=sprintf("%s %s ", $aFileAttached[$counter_file]['d_filename'], + $aFileAttached [$counter_file]['d_description']); + $counter_file++; + } + return $description; + } + return ""; + break; + // Tag , use a counter to move to the next one + case 'TAGS': + if (isset($p_array['ag_id'])) + { + // Static value, if null the retrieve all of them + if ($aTag==NULL) + { + // retrieve comments + $aTag=$this->db->get_array(" + select t_tag from action_tags at2 join tags t using(t_id) where ag_id=$1 order by upper(t_tag) + " + , [$p_array['ag_id']]); + } + $description=""; + if (count($aTag)>$counter_tag) + { + $description.=sprintf("%s ", $aTag [$counter_tag]['t_tag']); + $counter_tag++; + } + return $description; + } + + return ""; + break; + case 'COMM_PAYMENT': + if (isset($p_array["e_comm_paiement"])) + { + return $p_array["e_comm_paiement"]; + } + else + { + return ""; + } + + // priority of the follow up document + case 'PRIORITY': + if (isset($p_array['ag_priority'])) + { + $aPriority=array(1=>_("Haute"), 2=>_("Normale"), 3=>_("Basse")); + return $aPriority[$p_array["ag_priority"]]; + } + return ""; + // Priority of the follow up document + case 'GROUPMGT': + if (isset($p_array['ag_dest'])) + { + $profile=$this->db->get_value("select p_name from profile where p_id=$1", array($p_array['ag_dest'])); + return $profile; + } + return ""; + // Hour in the follow up document + case 'HOUR': + if (isset($p_array['ag_hour'])) + { + return $p_array["ag_hour"]; + } + return ""; + // State in the follow up document + case 'STATUS': + if (isset($p_array['ag_state'])) + { + $status=$this->db->get_value(" + select s_value from document_state where s_id=$1", array($p_array['ag_state'])); + return $status; + } + return ""; + // type of document + case 'DOCUMENT_TYPE': + $ret=""; + if (isset($p_array['ag_id'])) + { + $ret=$this->db->get_value("select dt_value + from action_gestion + join document_type dt on (ag_type=dt.dt_id) + where ag_id=$1", array($p_array["ag_id"])); + } return $ret; - case 'STOCK_ADRESS': - if ( ! isset ($p_array['repo'])) return ""; - $ret=$this->db->get_value('select r_adress from public.stock_repository where r_id=$1',array($p_array['repo'])); - return $ret; - case 'STOCK_COUNTRY': - if ( ! isset ($p_array['repo'])) return ""; - $ret=$this->db->get_value('select r_country from public.stock_repository where r_id=$1',array($p_array['repo'])); - return $ret; - case 'STOCK_CITY': - if ( ! isset ($p_array['repo'])) return ""; - $ret=$this->db->get_value('select r_city from public.stock_repository where r_id=$1',array($p_array['repo'])); - return $ret; - case 'STOCK_PHONE': - if ( ! isset ($p_array['repo'])) return ""; - $ret=$this->db->get_value('select r_phone from public.stock_repository where r_id=$1',array($p_array['repo'])); - return $ret; - case 'TITLE': - $http=new HttpInput(); - $title=$http->request("ag_title","string", ""); - return $title; - case 'COMM_PAYMENT': - if ( isset($p_array["e_comm_paiement"])) { - return $p_array["e_comm_paiement"]; - } else return ""; - } + } // end switch /* * retrieve the value of ATTR for e_march */ - if (preg_match('/^ATTR/', $p_tag) == 1) + if (preg_match('/^ATTR/', $p_tag)==1) { $r=""; // Retrieve f_id - if ( isset ($p_array['e_march'.$this->counter])) + if (isset($p_array['e_march'.$this->counter])) { - $id = $p_array['e_march' . $this->counter]; - $r=$this->replace_special_tag($id,$p_tag); + $id=$p_array['e_march'.$this->counter]; + $r=$this->replace_special_tag($id, $p_tag); } } /* * retrieve the value of ATTR for e_march */ - if (preg_match('/^BENEFATTR/', $p_tag) == 1) + if (preg_match('/^BENEFATTR/', $p_tag)==1) { $r=""; $qcode=isset($p_array['qcode_benef'])?$p_array['qcode_benef']:''; // Retrieve f_id - $r=$this->replace_special_tag($qcode,$p_tag); + $r=$this->replace_special_tag($qcode, $p_tag); } - if (preg_match('/^CUSTATTR/', $p_tag) == 1) + if (preg_match('/^CUSTATTR/', $p_tag)==1) { $r=""; - if ( isset($p_array['qcode_dest']) || isset($p_array['e_client']) ) + if (isset($p_array['qcode_dest'])||isset($p_array['e_client'])) { $qcode=(isset($p_array['qcode_dest']))?$p_array['qcode_dest']:$p_array['e_client']; - $r=$this->replace_special_tag($qcode,$p_tag); + $r=$this->replace_special_tag($qcode, $p_tag); } } return $r; } - /*!\brief remove a row from the table document, the lob object is not deleted + + /* !\brief remove a row from the table document, the lob object is not deleted * because can be linked elsewhere */ + function remove() { - $d_lob=$this->db->get_value('select d_lob from document where d_id=$1', - array($this->d_id)); + $d_lob=$this->db->get_value('select d_lob from document where d_id=$1', array($this->d_id)); $sql='delete from document where d_id='.$this->d_id; $this->db->exec_sql($sql); - if ( $d_lob != 0 ) + if ($d_lob!=0) $this->db->lo_unlink($d_lob); } - /*!\brief Move a document from the table document into the concerned row + + /* !\brief Move a document from the table document into the concerned row * the document is not copied : it is only a link * * \param $p_internal internal code * */ - function MoveDocumentPj($p_internal) + + function moveDocumentPj($p_internal) { $sql="update jrn set jr_pj=$1,jr_pj_name=$2,jr_pj_type=$3 where jr_internal=$4"; - $this->db->exec_sql($sql,array($this->d_lob,$this->d_filename,$this->d_mimetype,$p_internal)); + $this->db->exec_sql($sql, array($this->d_lob, $this->d_filename, $this->d_mimetype, $p_internal)); // clean the table document $sql='delete from document where d_id='.$this->d_id; $this->db->exec_sql($sql); - - } + /** - *Replace a special tag *TAGxxxx with the value from fiche_detail, the xxxx + * replace a special tag *TAGxxxx with the value from fiche_detail, the xxxx * is the ad_value * @param $p_qcode qcode of the card * @param $p_tag tag to parse @@ -1242,84 +1628,85 @@ class Document function replace_special_tag($p_qcode, $p_tag) { // check if the march exists - if ($p_qcode == "") - return ""; + if ($p_qcode=="") return ""; - $f = new Fiche($this->db); - $found = $f->get_by_qcode($p_qcode, false); + $f=new Fiche($this->db); + $found=$f->get_by_qcode($p_qcode, false); // if not found exit - if ($found == 1) - return ""; + if ($found==1) return ""; // get the ad_id - $attr=preg_replace("/^.*ATTR/","",$p_tag); + $attr=preg_replace("/^.*ATTR/", "", $p_tag); - if (isNumber($attr) == 0) return ""; - $ad_type=$this->db->get_value("select ad_type from attr_def where ad_id=$1",array($attr)); + if (isNumber($attr)==0) return ""; + + $ad_type=$this->db->get_value("select ad_type from attr_def where ad_id=$1", array($attr)); // get ad_value - $ad_value=$this->db->get_value("select ad_value from fiche_detail where f_id=$1 and ad_id=$2",array($f->id,$attr)); + $ad_value=$this->db->get_value("select ad_value from fiche_detail where f_id=$1 and ad_id=$2", + array($f->id, $attr)); // if ad_id is type select execute select and get value - if ( $ad_type=="select") + if ($ad_type=="select") { - $sql=$this->db->get_value("select ad_extra from attr_def where ad_id=$1",array($attr)); - $array= $this->db->make_array($sql); - for ($a=0;$adb->get_value("select ad_extra from attr_def where ad_id=$1", array($attr)); + $array=$this->db->make_array($sql); + for ($a=0; $adb->exec_sql('update document set d_description = $1 where d_id=$2', - array($p_desc,$this->d_id)); + $this->db->exec_sql('update document set d_description = $1 where d_id=$2', array($p_desc, $this->d_id)); } + /** - * Replace a pattern with a value in the buffer , handle the change for OOo type file and amount + * replace a pattern with a value in the buffer , handle the change for OOo type file and amount * * @param string $p_buffer * @param string $_pattern * @param mixed $p_value */ - static function replace_value($p_buffer, $p_pattern, $p_value,$p_limit=-1,$p_type='OOo') + static function replace_value($p_buffer, $p_pattern, $p_value, $p_limit=-1, $p_type='OOo') { $check=$p_pattern; - $check=str_replace(['<','>','<','>','='], "", $check); - if ( preg_replace('/[^[:alnum:]^_]/', '', $check) != $check) + $check=str_replace(['<', '>', '<', '>', '='], "", $check); + if (preg_replace('/[^[:alnum:]^_]/', '', $check)!=$check) { throw new Exception(sprintf(_("chaine à remplacer [%s] contient un caractère interdit"), $p_pattern)); } $count=0; - if (is_numeric($p_value) && $p_type == 'OOo') + if (is_numeric($p_value)&&$p_type=='OOo') { /* -- works only with OOo Calc -- */ $searched='/office:value-type="string">'.$p_pattern.'/i'; $replaced='office:value-type="float" office:value="'.$p_value.'">'.$p_value; - $p_buffer=preg_replace($searched, $replaced, $p_buffer,$p_limit,$count); - if ( $count == 0) { - /* -- work with libreOffice > 5 -- */ + $p_buffer=preg_replace($searched, $replaced, $p_buffer, $p_limit, $count); + if ($count==0) + { + /* -- work with libreOffice > 5 -- */ $searched='/office:value-type="string" calcext:value-type="string">()*'.$p_pattern.'/i'; $replaced='office:value-type="float" office:value="'.$p_value.'" calcext:value-type="float">'.$p_value; - $p_buffer=preg_replace($searched, $replaced, $p_buffer,$p_limit,$count); + $p_buffer=preg_replace($searched, $replaced, $p_buffer, $p_limit, $count); } } - if ($count == 0) + if ($count==0) { - if ( $p_type=='OOo' ) + if ($p_type=='OOo') { - $p_value=str_replace('&','&',$p_value); - $p_value=str_replace('<','<',$p_value); - $p_value=str_replace('>','>',$p_value); - $p_value=str_replace('"','"',$p_value); - $p_value=str_replace("'",''',$p_value); + $p_value=str_replace('&', '&', $p_value); + $p_value=str_replace('<', '<', $p_value); + $p_value=str_replace('>', '>', $p_value); + $p_value=str_replace('"', '"', $p_value); + $p_value=str_replace("'", ''', $p_value); } - $p_buffer=preg_replace('/'.$p_pattern.'/i', $p_value, $p_buffer,$p_limit); + $p_buffer=preg_replace('/'.$p_pattern.'/i', $p_value, $p_buffer, $p_limit); } return $p_buffer; } diff --git a/include/class/document_export.class.php b/include/class/document_export.class.php index 66d5382d0..3b36d986b 100644 --- a/include/class/document_export.class.php +++ b/include/class/document_export.class.php @@ -78,6 +78,29 @@ class Document_Export } } + /** + * Make a zip file + */ + function make_zip() + { + $zip=new Zip_Extended(); + $res=$zip->open("{$this->store_pdf}/result.zip",ZipArchive::CREATE); + if ($res !== true) { + error_log("DE89 cannot create zip file"); + throw new Exception ( __FILE__.":".__LINE__."cannot recreate zip"); + } + chdir($this->store_pdf); + $zip->addGlob("stamp*pdf"); + $zip->close(); + + } + /** + * copy the file + * @param $p_source + * @param $target + * @throws Exception + */ + function move_file($p_source, $target) { $this->check_file(); @@ -94,6 +117,17 @@ class Document_Export header('Pragma: public'); echo file_get_contents($this->store_pdf . '/result.pdf'); } + /** + * @brief send the resulting PDF to the browser + */ + function send_zip() + { + header('Content-Type: application/x-download'); + header('Content-Disposition: attachment; filename="result.zip"'); + header('Cache-Control: private, max-age=0, must-revalidate'); + header('Pragma: public'); + echo file_get_contents($this->store_pdf . '/result.zip'); + } /** * @brief remove folder and its content */ @@ -118,8 +152,10 @@ class Document_Export * @brief export all the pieces in PDF and transform them into a PDF with * a stamp. If an error occurs then $this->feedback won't be empty * @param $p_array contents all the jr_id + * @param Progress_Bar $progress is the progress bar + * @param int $p_separate 1 everything in a single PDF or a ZIP with all PDF */ - function export_all($p_array, Progress_Bar $progress) + function export_all($p_array, Progress_Bar $progress,$p_separate=1) { $this->check_file(); if ( count($p_array)==0) return; @@ -268,12 +304,21 @@ class Document_Export } $progress->set_value(93); - // concatenate all pdf into one - $this->concatenate_pdf(); - - - ob_clean(); - $this->send_pdf(); + + if ( $p_separate == 1) { + // concatenate all pdf into one + $this->concatenate_pdf(); + + + ob_clean(); + $this->send_pdf(); + + } else { + // Put all PDF In a zip file + $this->make_zip(); + ob_clean(); + $this->send_zip(); + } $progress->set_value(100); // remove files from "conversion folder" @@ -299,4 +344,5 @@ class Document_Export throw ($ex); } } + } diff --git a/include/class/document_option.class.php b/include/class/document_option.class.php new file mode 100644 index 000000000..d515a51ba --- /dev/null +++ b/include/class/document_option.class.php @@ -0,0 +1,199 @@ + + +/** + * @file + * @brief + */ + +/** + * @class + * @brief + */ +class Document_Option +{ + + /** + * returns true if the operation_detail is enable, otherwise false + * + * @param int $p_document_type Document_Type.dt_id + * @return boolean + */ + static function is_enable_operation_detail($p_document_type) + { + $display_operation=false; + $cn=Dossier::connect(); + if ($cn->get_value("select do_enable from document_option where document_type_id=$1 and do_code = $2", + [$p_document_type, 'detail_operation'])=='1') + { + $display_operation=true; + } + return $display_operation; + } + /** + * returns true if comment are available otherwise false + * + * @param int $p_document_type Document_Type.dt_id + * @return boolean + */ + static function is_enable_comment($p_document_type) + { + $display_operation=false; + $cn=Dossier::connect(); + if ($cn->get_value("select do_enable from document_option where document_type_id=$1 and do_code = $2", + [$p_document_type, 'followup_comment'])=='1') + { + $display_operation=true; + } + return $display_operation; + } + /** + * returns option from the operation_detail + * + * @param int $p_document_type Document_Type.dt_id + * @return string + */ + static function option_operation_detail($p_document_type) + { + $cn=Dossier::connect(); + $option_operation = $cn->get_value("select do_option from document_option where document_type_id=$1 " + . " and do_code = $2", + [$p_document_type, 'detail_operation']); + return $option_operation; + } + + /** + * returns true if the operation_detail is enable, otherwise false + * + * @param int $p_document_type Document_Type.dt_id + * @return boolean + */ + static function is_enable_contact_multiple($p_document_type) + { + $return=false; + $cn=Dossier::connect(); + if ($cn->get_value("select do_enable from document_option where document_type_id=$1 and do_code = $2", + [$p_document_type, 'contact_multiple'])=='1') + { + $return=true; + } + return $return; + } + + /** + * returns true if the operation_detail is enable, otherwise false + * + * @param int $p_document_type Document_Type.dt_id + * @return boolean + */ + static function is_enable_make_invoice($p_document_type) + { + $return=false; + $cn=Dossier::connect(); + if ($cn->get_value("select do_enable from document_option where document_type_id=$1 and do_code = $2", + [$p_document_type, 'make_invoice'])=='1') + { + $return=true; + } + return $return; + } + /** + * Returns true if we can add a comment , or false if it is not possible + * @param integer $p_id is the action_gestion.ag_id + */ + static function can_add_comment($p_id) { + $cn=Dossier::connect(); + $document_type=$cn->get_value("select ag_type from action_gestion where ag_id=$1",[$p_id]); + if (Document_Option::is_enable_comment($document_type)) return true; + // If comment are disable, only the first one is authorized as event description + $cnt=$cn->get_value("select count(*) from action_gestion_comment where ag_id=$1",[$p_id]); + if ($cnt == 0 ) return true; + return false; + + } + + /** + * returns option from the operation_detail + * + * @param int $p_document_type Document_Type.dt_id + * @return string ONE_EDIT or SOME_FIXED + */ + static function option_comment($p_document_type) + { + $cn=Dossier::connect(); + $option_operation = $cn->get_value("select do_option from document_option where document_type_id=$1 " + . " and do_code = $2", + [$p_document_type, 'followup_comment']); + return $option_operation; + } + + /** + * returns true if it is possible to edit the description , otherwise false + * + * @param int $p_document_type Document_Type.dt_id + * @return boolean + */ + static function is_enable_editable_description($p_document_type) + { + $return=false; + $cn=Dossier::connect(); + if ($cn->get_value("select do_enable from document_option where document_type_id=$1 and do_code = $2", + [$p_document_type, 'editable_description'])=='1') + { + $return=true; + } + return $return; + } + + /** + * returns true there is a videoconf enable + * + * @param int $p_document_type Document_Type.dt_id + * @return boolean + */ + static function is_enable_video_conf ($p_document_type) + { + $return=false; + $cn=Dossier::connect(); + if ($cn->get_value("select do_enable from document_option where document_type_id=$1 and do_code = $2", + [$p_document_type, 'videoconf_server'])=='1') + { + $return=true; + } + return $return; + } + + /** + * returns the videoconf server + * + * @param int $p_document_type Document_Type.dt_id + * @return string with url to videoconf server + */ + static function option_video_conf($p_document_type) + { + $cn=Dossier::connect(); + $option_operation = $cn->get_value("select do_option from document_option where document_type_id=$1 " + . " and do_code = $2", + [$p_document_type, 'videoconf_server']); + return $option_operation; + } + +} diff --git a/include/class/document_state_mtable.php b/include/class/document_state_mtable.php new file mode 100644 index 000000000..41f5be48e --- /dev/null +++ b/include/class/document_state_mtable.php @@ -0,0 +1,58 @@ + + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * + * Part of Noalyss (2002-2020) + */ + + +/*** + * @file + * @brief class Document_State_MTable + * @see Manage_Table_SQL + * + */ +require_once NOALYSS_INCLUDE.'/database/document_state_sql.class.php'; +require_once NOALYSS_INCLUDE.'/lib/manage_table_sql.class.php'; +/** + * @brief this instance extends Manage_Table_SQL and aims to manage + * the Table tmp_pcmn thanks a web interface (add , delete, display...) + * + * @see Document_State_SQL + */ + +class Document_State_MTable extends Manage_Table_SQL +{ + function __construct(Document_State_SQL $p_table) + { + parent::__construct($p_table); + $this->set_col_label("s_value", _("Label")); + $this->set_col_label('s_status',_('Action')); + $this->set_delete_row(false); + $this->set_col_type('s_status','select',array( + array('value'=>'C','label'=>_('Ferme')), + array('value'=>'','label'=>_('Aucune'))) + ); + $this->set_property_visible('s_id',false); + $this->set_property_updatable('s_id',false); + } + function build() + { + $this->set_callback("ajax_misc.php"); + $this->add_json_param("op", "document_state"); + } +} \ No newline at end of file diff --git a/include/class/document_type.class.php b/include/class/document_type.class.php index 8f0d2fbf1..946202604 100644 --- a/include/class/document_type.class.php +++ b/include/class/document_type.class.php @@ -23,7 +23,9 @@ * \brief class for the table document_type */ -/** \brief class for the table document_type +/** \ + *@brief class for the table document_type , a document_type is a kind of action in the follow up + * * < dt_id pk document_type * < dt_value value */ @@ -91,40 +93,10 @@ class Document_type return $array; } - function insert($p_value, $p_prefix) - { - $sql = "insert into document_type(dt_value,dt_prefix) values ($1,$2)"; - try - { - if ($this->db->count_sql('select * from document_type where upper(dt_value)=upper(trim($1))', array($p_value)) > 0) - throw new Exception('Nom en double'); - if (strlen(trim($p_value)) > 0) - $this->db->exec_sql($sql, array($p_value, $p_prefix)); - } - catch (Exception $e) - { - record_log($e); - alert(j(_("Impossible d'ajouter [$p_value] ") . $e->getMessage())); - } - } - - /** - * Update - */ - function update() - { - try - { - $this->db->exec_sql("update document_type set dt_value=$1,dt_prefix=$2 where dt_id=$3", array($this->dt_value, - $this->dt_prefix, $this->dt_id)); - } - catch (Exception $e) - { - record_log($e); - alert(" Erreur " . $e->getMessage()); - } - } - + /** + * Restart the increment of the document + * @param type $p_int + */ function set_number($p_int) { try diff --git a/include/class/dossier.class.php b/include/class/dossier.class.php index 1f62b042b..031f91573 100644 --- a/include/class/dossier.class.php +++ b/include/class/dossier.class.php @@ -80,8 +80,8 @@ class Dossier $l_sql="select *, 'W' as priv_priv " ."from ac_dossier " ."where " - ."dos_name ~* $2 " - ."or dos_description ~* $2 " + ."dos_name ilike '%'|| $2 ||'%'" + ."or dos_description ilike '%'|| $2 || '%' " ."ORDER BY dos_name $str_limit "; $a_row=$cn->get_array($l_sql, $p_text); return $a_row; @@ -93,7 +93,7 @@ class Dossier natural join ac_users where use_login=$1 - and ( dos_name ~* $2 or dos_description ~* $2) + and ( dos_name ilike '%'|| $2 || '%' or dos_description ilike '%'|| $2|| '%' ) order by dos_name $str_limit @@ -104,10 +104,10 @@ class Dossier } else if ($p_type=='X') { - $l_sql=' select * from ac_dossier where dos_id not in + $l_sql=" select * from ac_dossier where dos_id not in (select dos_id from jnt_use_dos where use_id=$1) - and ( dos_name ~* $2 or dos_description ~* $2) - order by dos_name '.$str_limit; + and ( dos_name ilike '%'|| $2|| '%' or dos_description ilike '%'|| $2 || '%') + order by dos_name ".$str_limit; $a_row=$cn->get_array($l_sql, array($p_login, $p_text)); return $a_row; } @@ -418,7 +418,7 @@ class Dossier */ static function set_current($p_dossier) { - put_global(["gDossier"=>$p_dossier]); + put_global([ [ "key"=>"gDossier","value"=>$p_dossier]]); self::check(); } diff --git a/include/class/extension.class.php b/include/class/extension.class.php index 5fad200ec..31961e436 100644 --- a/include/class/extension.class.php +++ b/include/class/extension.class.php @@ -97,7 +97,7 @@ class Extension extends Menu_Ref_sql " menu_ref join profile_menu using (me_code) join profile_user using (p_id) where ". " user_name=$1 and me_type='PL' ORDER BY ME_MENU"; - $a=$cn->get_array($sql, array($_SESSION['g_user'])); + $a=$cn->get_array($sql, array($_SESSION[SESSION_KEY.'g_user'])); return $a; } @@ -251,6 +251,12 @@ class Extension extends Menu_Ref_sql } } + /** + * compare the version of the plugin and the last version , propose to update it if a new version exists + * @todo add a mechanism to check once a day + * @global User $g_user + * @global number $version_plugin + */ static function check_plugin_version() { global $g_user, $version_plugin; diff --git a/include/class/fiche.class.php b/include/class/fiche.class.php index 734226e63..7ebd55bb7 100644 --- a/include/class/fiche.class.php +++ b/include/class/fiche.class.php @@ -20,7 +20,7 @@ // Copyright Author Dany De Bontridder danydb@aevalys.eu -include_once("class/fiche_attr.class.php"); +require_once NOALYSS_INCLUDE."/class/fiche_attr.class.php"; require_once NOALYSS_INCLUDE.'/lib/ispan.class.php'; require_once NOALYSS_INCLUDE.'/lib/itva_popup.class.php'; require_once NOALYSS_INCLUDE.'/lib/itext.class.php'; @@ -29,6 +29,7 @@ require_once NOALYSS_INCLUDE.'/class/fiche_def.class.php'; require_once NOALYSS_INCLUDE.'/lib/iposte.class.php'; require_once NOALYSS_INCLUDE.'/class/acc_operation.class.php'; require_once NOALYSS_INCLUDE.'/class/acc_account.class.php'; +require_once NOALYSS_INCLUDE."/lib/input_switch.class.php"; require_once NOALYSS_INCLUDE.'/class/acc_ledger_fin.class.php'; /*! \file @@ -53,14 +54,49 @@ class Fiche var $fiche_def_ref; /*!< $fiche_def_ref Type */ var $row; /*! < All the row from the ledgers */ var $quick_code; /*!< quick_code of the card */ + private $f_enable; /*!< if card is enable (fiche.f_enable) */ function __construct($p_cn,$p_id=0) { $this->cn=$p_cn; $this->id=$p_id; $this->quick_code=''; $this->attribut=array(); + $this->f_enable='1'; } - /** + public function get_id() + { + return $this->id; + } + + public function get_fiche_def_ref() + { + return $this->fiche_def_ref; + } + + public function get_f_enable() + { + return $this->f_enable; + } + + public function set_id($id) + { + $this->id=$id; + return $this; + } + + public function set_fiche_def_ref($fiche_def_ref) + { + $this->fiche_def_ref=$fiche_def_ref; + return $this; + } + + public function set_f_enable($f_enable) + { + $this->f_enable=$f_enable; + return $this; + } + + /** *@brief used with a usort function, to sort an array of Fiche on the name */ static function cmp_name(Fiche $o1,Fiche $o2) @@ -127,8 +163,8 @@ class Fiche /** *@brief set an attribute by a value, if the attribut array is empty * a call to getAttribut is performed - *@param the AD_ID - *@param the value + *@param int AD_ID + *@param int value *@see constant.php table: attr_def */ function setAttribut($p_ad_id,$p_value) @@ -168,6 +204,7 @@ class Fiche { $row=Database::fetch_array($Ret,$i); $this->fiche_def=$row['fd_id']; + $this->f_enable=$row['f_enable']; $t=new Fiche_Attr ($this->cn); $t->ad_id=$row['ad_id']; $t->ad_text=$row['ad_text']; @@ -217,9 +254,9 @@ class Fiche } /** * @brief find the card with the p_attribut equal to p_value, it is not case sensitive - * @param $p_attribut attribute to find see table attr_def - * @param $p_value value in attr_value.av_text - * @return return ARRAY OF jft_id,f_id,fd_id,ad_id,av_text + * @param int $p_attribut attribute to find see table attr_def + * @param string $p_value value in attr_value.av_text + * @return array returns ARRAY OF jft_id,f_id,fd_id,ad_id,av_text */ function seek($p_attribut,$p_value) { @@ -245,30 +282,38 @@ class Fiche /*! ************************************************** - * \brief Return array of card from the frd family + * \brief Count the nb of card with the reference card id frd_id * * \param $p_frd_id the fiche_def_ref.frd_id * \param $p_search p_search is a filter on the name * \param $p_sql extra sql condition * - * \return array of fiche object + * \return nb of item found */ function count_by_modele($p_frd_id,$p_search="",$p_sql="") { - $sql="select * - from - fiche join fiche_Def using (fd_id) - where frd_id=".$p_frd_id; + // Scan for SQL inject + $this->cn->search_sql_inject($p_sql); + if ( $p_search != "" ) { - $a=sql_string($p_search); - $sql="select * from vw_fiche_attr where frd_id=".$p_frd_id. - " and vw_name ~* '$p_search'"; + $result = $this->cn->get_value("select count(*) from + vw_fiche_attr + where + frd_id=$1 + and vw_name ilike '%'||$2||'%'", + [$p_frd_id,$p_search]); + return $result; + } else { + $result = $this->cn->get_value("select count(*) + from + fiche join fiche_Def using (fd_id) + where frd_id=$1 ".$p_sql + ,[$p_frd_id]); + return $result; } - $Ret=$this->cn->exec_sql($sql.$p_sql); - return Database::num_row($Ret) ; } /*! ************************************************** @@ -303,7 +348,7 @@ class Fiche } else { - $limit=($_SESSION['g_pagesize']!=-1)?"limit ".$_SESSION['g_pagesize']:""; + $limit=($_SESSION[SESSION_KEY.'g_pagesize']!=-1)?"limit ".$_SESSION[SESSION_KEY.'g_pagesize']:""; $sql="select * from fiche join fiche_Def using (fd_id) join vw_fiche_name using(f_id) @@ -339,8 +384,8 @@ class Fiche /*** * @brief return the string of the given attribute * (attr_def.ad_id) - * @param $p_ad_id the AD_ID from attr_def.ad_id - * @param $p_return 1 return NOTFOUND otherwise an empty string + * @param int $p_ad_id AD_ID from attr_def.ad_id + * @param int $p_return 1 return NOTFOUND otherwise an empty string * @see constant.php * @return string */ @@ -431,7 +476,7 @@ class Fiche $f=new Fiche_Def($this->cn,$p_fiche_def); $f->get(); $array=$f->getAttribut(); - $r=h2(_('Catégorie').' '.$f->label,""); + $r=""; $r.=''; foreach ($array as $attr) { @@ -441,6 +486,7 @@ class Fiche { $w=new IPoste("av_text".$attr->ad_id); $w->set_attribute('ipopup','ipop_account'); + $w->set_attribute('jrn','0'); $w->set_attribute('account',"av_text".$attr->ad_id); $w->dbl_click_history(); // account created automatically @@ -503,6 +549,10 @@ class Fiche $w->table = 1; $bulle = Icon_Action::infobulle(14); break; + case 'check': + $w=new InputSwitch("av_text".$attr->ad_id); + $w->value=(trim($w->value)=="")?1:$w->value; + break; case 'select': $w = new ISelect("av_text" . $attr->ad_id); $w->value = $this->cn->make_array($attr->ad_extra); @@ -550,6 +600,17 @@ class Fiche return $r; } + /** + * + * @return string with the category + */ + function getLabelCategory() + { + $type_card=$this->cn->get_value('select fd_label ' + . ' from fiche_def join fiche using (fd_id) where f_id=$1', + array($this->id)); + return $type_card; + } /*! * \brief Display object instance, getAttribute @@ -564,20 +625,15 @@ class Fiche { $this->GetAttribut(); $attr=$this->attribut; - /* show card type here */ - $type_card=$this->cn->get_value('select fd_label ' - . ' from fiche_def join fiche using (fd_id) where f_id=$1', - array($this->id)); $ret=""; - $ret.=h2(_("Catégorie")." ".$type_card, 'style="display:inline"'); - $ret.=''. - _('id fiche').':'.$this->id.""; + $ret.=''. + _('id').':'.$this->id.""; $ret.="
            "; if (empty($attr)) { return 'FNT'; } - + /* for each attribute */ foreach ($attr as $r) { @@ -599,6 +655,7 @@ class Fiche $w->id=$p_in."av_text".$r->ad_id; $w->set_attribute('ipopup', 'ipop_account'); $w->set_attribute('account', $w->id); + $w->set_attribute('jrn','0'); $w->dbl_click_history(); // account created automatically $w->table=0; @@ -642,6 +699,11 @@ class Fiche $w->style=' class="itextarea" style="margin:0px;width:100%"'; $w->value=$r->av_text; break; + case 'check': + $w=new InputSwitch("av_text".$r->ad_id); + $w->value=$r->av_text; + $w->value=(trim($w->value)=="")?1:$w->value; + break; case 'poste': $w=new IPoste("av_text".$r->ad_id); $w->set_attribute('ipopup', 'ipop_account'); @@ -651,6 +713,7 @@ class Fiche $w->table=0; $bulle=Icon_Action::infobulle(14); $w->value=$r->av_text; + $w->set_attribute('jrn','0'); break; case 'card': $uniq=rand(0, 1000); @@ -712,6 +775,11 @@ class Fiche $value=$x->display(); $w->value=$value; break; + case 'check': + $w=new InputSwitch("av_text".$r->ad_id); + $w->value=$r->av_text; + $w->value=(trim($w->value)=="")?1:$w->value; + break; default: $w->value=$r->av_text; } @@ -735,7 +803,16 @@ class Fiche } $ret.="".td(_($r->ad_text).$bulle,'class="'.$class.'"').td($w->input()." ".$msg)." "; } - + // Display if the card is enable or not + $enable_is=new InputSwitch("f_enable"); + $enable_is->value=$this->f_enable; + $enable_is->readOnly=$p_readonly; + + $ret.=tr( + td(_("Actif"),'class="input_text"').td($enable_is->input(),'class="input_text"') + ); + + $ret.="
            "; return $ret; @@ -787,9 +864,14 @@ class Fiche try { $this->cn->start(); - $sql=sprintf("insert into fiche(f_id,fd_id)". - " values (%d,%d)", $fiche_id, $p_fiche_def); - $Ret=$this->cn->exec_sql($sql); + + // by default the card is available + if ( !isset ($p_array['f_enable'])) { + $p_array['f_enable']=1; + } + $Ret=$this->cn->exec_sql("insert into fiche(f_id,f_enable,fd_id) values ($1,$2,$3)", + array($fiche_id, $p_array['f_enable'],$p_fiche_def)); + // parse the $p_array array foreach ($p_array as $name=> $value) { @@ -958,6 +1040,9 @@ class Fiche try { $this->cn->start(); + + $this->cn->exec_sql("update fiche set f_enable=$1 where f_id=$2",array($p_array['f_enable'],$this->id)); + // parse the $p_array array foreach ($p_array as $name=> $value) { @@ -1806,6 +1891,7 @@ class Fiche function Summary($p_search="",$p_action="",$p_sql="",$p_amount=false) { global $g_user; + $http=new HttpInput(); $bank=new Acc_Parm_Code($this->cn,'BANQUE'); $cash=new Acc_Parm_Code($this->cn,'CAISSE'); $cc=new Acc_Parm_Code($this->cn,'COMPTE_COURANT'); @@ -1826,9 +1912,9 @@ class Fiche $all_tiers=$this->count_by_modele($this->fiche_def_ref,"",$p_sql.$filter_amount); // Get offset and page variable - $offset=( isset ($_REQUEST['offset'] )) ?$_REQUEST['offset']:0; - $page=(isset($_REQUEST['page']))?$_REQUEST['page']:1; - $bar=navigation_bar($offset,$all_tiers,$_SESSION['g_pagesize'],$page); + $offset=$http->request("offset","number",0); + $page=$http->request("page","number",1); + $bar=navigation_bar($offset,$all_tiers,$_SESSION[SESSION_KEY.'g_pagesize'],$page); // set a filter ? $search=$p_sql; @@ -1843,7 +1929,7 @@ class Fiche $search.=" and f_id in (select distinct f_id from fiche_detail where - ad_id in (1,32,30,23,18,13) and ad_value ~* '$p_search')"; + ad_id in (1,32,30,23,18,13) and ad_value ilike '%$p_search%')"; } // Get The result Array $step_tiers=$this->get_by_category($offset,$search.$filter_amount,'name'); @@ -1880,7 +1966,7 @@ class Fiche $odd=""; $odd = ($i % 2 == 0 ) ? ' odd ': ' even '; $accounting=$tiers->strAttribut(ATTR_DEF_ACCOUNT); - if ( $p_action == 'bank' && $amount['debit'] < $amount['credit'] ){ + if ( ! empty($accounting) && $p_action == 'bank' && $amount['debit'] < $amount['credit'] ){ if ( strpos($accounting,$bank->p_value)===0 || strpos($accounting,$cash->p_value)===0 || strpos($accounting,$cc->p_value)===0){ //put in red if c>d $odd.=" notice "; @@ -2140,7 +2226,7 @@ class Fiche { case 'cred': if (!isset($jrn)) - throw ('Erreur pas de valeur pour jrn'); + throw Exception('Erreur pas de valeur pour jrn'); $filter_jrn=$this->cn->make_list("select jrn_def_fiche_cred from jrn_Def where jrn_def_id=$1", array($jrn)); $filter_fd_id=" fd_id in (".$filter_jrn.")"; @@ -2148,7 +2234,7 @@ class Fiche break; case 'deb': if (!isset($jrn)) - throw ('Erreur pas de valeur pour jrn'); + throw Exception('Erreur pas de valeur pour jrn'); $filter_jrn=$this->cn->make_list("select jrn_def_fiche_deb from jrn_Def where jrn_def_id=$1", array($jrn)); $filter_fd_id=" fd_id in (".$filter_jrn.")"; @@ -2156,7 +2242,7 @@ class Fiche break; case 'filter': if (!isset($jrn)) - throw ('Erreur pas de valeur pour jrn'); + throw Exception('Erreur pas de valeur pour jrn'); $filter_jrn=$this->cn->make_list("select jrn_def_fiche_deb from jrn_Def where jrn_def_id=$1", array($jrn)); @@ -2198,8 +2284,9 @@ class Fiche { $query=sql_string($query); - if (strlen(trim($query))>1) + if (strlen(trim($query))>0) { + $query=str_replace(" ", "%", $query); $filter_query=$and."(vw_name ilike '%$query%' or quick_code ilike ('%$query%') " ." or vw_description ilike '%$query%' or tva_num ilike '%$query%' or accounting like upper('$query%'))"; } diff --git a/include/class/fiche_attr.class.php b/include/class/fiche_attr.class.php index c764731e5..ee7184195 100644 --- a/include/class/fiche_attr.class.php +++ b/include/class/fiche_attr.class.php @@ -1,286 +1,165 @@ column_name,"email"=>"column_name_email","val3"=>0); */ - protected $variable=array("id"=>"ad_id","desc"=>"ad_text","type"=>"ad_type","size"=>"ad_size","extra"=>"ad_extra"); - function __construct ($p_cn,$p_id=0) + function __construct($p_cn, $p_id=0) { - $this->cn=$p_cn; - if ( $p_id == 0 ) - { - /* Initialize an empty object */ - foreach ($this->variable as $key=>$value) $this->$value=''; - } - else - { - /* load it */ - $this->ad_id=$p_id; - $this->load(); - } + parent::__construct($p_cn, $p_id); } + public function get_parameter($p_string) { - if ( array_key_exists($p_string,$this->variable) ) - { - $idx=$this->variable[$p_string]; - return $this->$idx; - } - else - throw new Exception (__FILE__.":".__LINE__.$p_string.'Erreur attribut inexistant'); + return $this->getp($p_string); } - public function set_parameter($p_string,$p_value) + + public function set_parameter($p_string, $p_value) { - if ( array_key_exists($p_string,$this->variable) ) - { - $idx=$this->variable[$p_string]; - $this->$idx=$p_value; - } - else - throw new Exception (__FILE__.":".__LINE__.$p_string.'Erreur attribut inexistant'); - } - public function get_info() - { - return var_export($this,true); + $this->setp($p_string, $p_value); } + public function verify() { // Verify that the elt we want to add is correct /* verify only the datatype */ - if ( strlen(trim($this->ad_text))==0) - throw new Exception('La description ne peut pas être vide',1); - if ( strlen(trim($this->ad_type))==0) - throw new Exception('Le type ne peut pas être vide',1); + if (strlen(trim($this->ad_text))==0) + throw new Exception('La description ne peut pas être vide', 1); + if (strlen(trim($this->ad_type))==0) + throw new Exception('Le type ne peut pas être vide', 1); $this->ad_type=strtolower($this->ad_type); - if ( in_array($this->ad_type,array('date','text','numeric','zone','poste','card','select'))==false) - throw new Exception('Le type doit être text, numeric,poste, card, select ou date',1); - if ( trim($this->ad_size)=='' || isNumber($this->ad_size)==0||$this->ad_size>22) + if (in_array($this->ad_type, array('date', 'text', 'numeric', 'zone', 'poste', 'card', 'select','check'))==false) + throw new Exception('Le type doit être text, numeric,poste, card, select ou date', 1); + if (trim($this->ad_size)==''||isNumber($this->ad_size)==0||$this->ad_size>22) { switch ($this->ad_type) { - case 'text': + case 'text': $this->ad_size=22; - break; - case 'numeric': - $this->ad_size=9; - break; - case 'date': - $this->ad_size=8; - break; - case 'zone': - $this->ad_size=22; - break; + break; + case 'numeric': + $this->ad_size=9; + break; + case 'date': + $this->ad_size=8; + break; + case 'zone': + $this->ad_size=22; + break; - default: - $this->ad_size=22; + default: + $this->ad_size=22; } } - if ( $this->ad_type == 'numeric' ) { - $this->ad_extra=(trim($this->ad_extra)=='')?'2':$this->ad_extra; - if (isNumber($this->ad_extra) == 0) throw new Exception ("La précision doit être un chiffre"); - - } - if ( $this->ad_type == 'select') + if ($this->ad_type=='numeric') { - if (trim($this->ad_extra)=="") throw new Exception ("La requête SQL est vide "); - if ( preg_match('/^\h*select/i',$this->ad_extra) == 0) throw new Exception ("La requête SQL doit commencer par SELECT "); - try{ - - $this->cn->exec_sql($this->ad_extra); - }catch (Exception $e) - { - record_log($e); - throw new Exception ("La requête SQL ".h($this->ad_extra)." est invalide "); - } + $this->ad_extra=(trim($this->ad_extra)=='')?'2':$this->ad_extra; + if (isNumber($this->ad_extra)==0) + throw new Exception("La précision doit être un chiffre"); } - } - public function save() - { - - /* please adapt */ - if ( $this->ad_id == 0 ) - $this->insert(); - else - $this->update(); - } - /** - *@brief retrieve array of object thanks a condition - *@param $cond condition (where clause) - *@param $p_array array for the SQL stmt - *@see Database::get_array - *@return an empty array if nothing is found - */ - public function seek($cond='',$p_array=null) - { - if ( $cond != '') - $sql="select * from attr_def where $cond order by ad_text"; - else - $sql="select * from attr_def order by ad_text"; - - $aobj=array(); - $array= $this->cn->get_array($sql,$p_array); - // map each row in a object - $size=$this->cn->count(); - if ( $size == 0 ) return $aobj; - for ($i=0;$i<$size;$i++) + if ($this->ad_type=='select') { - $oobj=new Fiche_Attr ($this->cn); - foreach ($array[$i] as $idx=>$value) + if (trim($this->ad_extra)=="") + throw new Exception("La requête SQL est vide "); + if (preg_match('/^\h*select/i', $this->ad_extra)==0) + throw new Exception("La requête SQL doit commencer par SELECT "); + try { - $oobj->$idx=$value; + + $this->cn->exec_sql($this->ad_extra); + } + catch (Exception $e) + { + record_log($e); + throw new Exception("La requête SQL ".h($this->ad_extra)." est invalide "); } - $aobj[]=clone $oobj; } - return $aobj; } - public function insert() - { - try{ - $this->verify(); - /* please adapt */ - $sql="insert into attr_def(ad_text - ,ad_type,ad_size,ad_extra - ) values ($1 - ,$2,$3,$4 - ) returning ad_id"; - $this->ad_id=$this->cn->get_value( - $sql, - array( $this->ad_text,$this->ad_type,$this->ad_size,$this->ad_extra - ) - ); - } catch (Exception $e) - { - record_log($e); - throw $e; - } - - } public function update() { try { - $this->verify(); - if ( $this->ad_id < 9000) return; - /* please adapt */ - $sql=" update attr_def set ad_text = $1 - ,ad_type = $2,ad_size=$4,ad_extra=$5 - where ad_id= $3"; - $res=$this->cn->exec_sql( - $sql, - array($this->ad_text - ,$this->ad_type - ,$this->ad_id,$this->ad_size,$this->ad_extra) - ); - }catch (Exception $e) + $this->verify(); + if ($this->ad_id<9000) + return; + /* please adapt */ + parent::update(); + } + catch (Exception $e) { - record_log($e); + record_log($e); throw $e; } - - - } - /** - *@brief load a object - *@return 0 on success -1 the object is not found - */ - public function load() - { - - $sql="select ad_text - ,ad_type,ad_size,ad_extra - from attr_def where ad_id=$1"; - /* please adapt */ - $res=$this->cn->get_array( - $sql, - array($this->ad_id) - ); - - if ( count($res) == 0 ) - { - /* Initialize an empty object */ - foreach ($this->variable as $key=>$value) $this->$key=''; - - return -1; - } - foreach ($res[0] as $idx=>$value) - { - $this->$idx=$value; - } - return 0; } public function delete() { - if ($this->ad_id < 9000) return; - $sql=$this->cn->exec_sql("delete from fiche_detail where ad_id=$1 ", - array($this->ad_id)); + if ($this->ad_id<9000) + return; + $sql=$this->cn->exec_sql("delete from fiche_detail where ad_id=$1 ", array($this->ad_id)); - $sql="delete from jnt_fic_attr where ad_id=$1"; - $res=$this->cn->exec_sql($sql,array($this->ad_id)); + $sql="delete from jnt_fic_attr where ad_id=$1"; + $res=$this->cn->exec_sql($sql, array($this->ad_id)); $sql="delete from attr_def where ad_id=$1"; - $res=$this->cn->exec_sql($sql,array($this->ad_id)); - + $res=$this->cn->exec_sql($sql, array($this->ad_id)); } - /** - * Unit test for the class + + /* ! + * @brief used with a usort function, to sort an array of Attribut on the attribut_id (ad_id) */ - static function test_me() + + static function sort_by_id($o1, $o2) { - $cn=new Database(25); - $cn->start(); - echo h2info('Test object vide'); - $obj=new Fiche_Attr($cn); - var_dump($obj); - - echo h2info('Test object NON vide'); - $obj->set_parameter('j_id',3); - $obj->load(); - var_dump($obj); - - echo h2info('Update'); - $obj->set_parameter('j_qcode','NOUVEAU CODE'); - $obj->save(); - $obj->load(); - var_dump($obj); - - echo h2info('Insert'); - $obj->set_parameter('j_id',0); - $obj->save(); - $obj->load(); - var_dump($obj); - - echo h2info('Delete'); - $obj->delete(); - echo (($obj->load()==0)?'Trouve':'non trouve'); - var_dump($obj); - $cn->rollback(); - - } - /*! - *@brief used with a usort function, to sort an array of Attribut on the attribut_id (ad_id) - */ - static function sort_by_id($o1,$o2) - { - if ( $o1->ad_id > $o2->ad_id ) return 1; - if ( $o1->ad_id == $o2->ad_id ) return 0; + if ($o1->ad_id>$o2->ad_id) + return 1; + if ($o1->ad_id==$o2->ad_id) + return 0; return -1; } + public function save() + { + /* please adapt */ + if ($this->ad_id < 1) + { + $this->ad_id=-1; + $this->insert(); + } + else + $this->update(); + } + public function to_array($prefix="") + { + + $array=array(); + foreach ($this->name as $key=> $value) + { + $nkey=$prefix.$value; + $array[$nkey]=$this->$value; +// $nkey=$prefix.$key; +// $array[$nkey]=$this->$value; +// + } + tracedebug("card_attribute.log",$array); + return $array; + } } + //Fiche_Attr::test_me(); diff --git a/include/class/fiche_def.class.php b/include/class/fiche_def.class.php index a06ee60f6..a16c02d44 100644 --- a/include/class/fiche_def.class.php +++ b/include/class/fiche_def.class.php @@ -34,14 +34,14 @@ require_once NOALYSS_INCLUDE.'/lib/iradio.class.php'; */ class Fiche_Def { - var $cn; // database connection - var $id; // id (fiche_def.fd_id - var $label; // fiche_def.fd_label - var $class_base; // fiche_def.fd_class_base - var $fiche_def; // fiche_def.frd_id = fiche_def_ref.frd_id - var $create_account; // fd_create_account: flag + var $cn; //!< database connection + var $id; //!< id (fiche_def.fd_id + var $label; //!< fiche_def.fd_label + var $class_base; //!< fiche_def.fd_class_base + var $fiche_def; //!< fiche_def.frd_id = fiche_def_ref.frd_id + var $create_account; //!< fd_create_account: flag var $all; - var $attribut; // get from attr_xxx tables + var $attribut; //!< get from attr_xxx tables function __construct($p_cn,$p_id = 0) { $this->cn=$p_cn; @@ -75,10 +75,10 @@ class Fiche_Def function getAttribut() { $sql="select * from jnt_fic_attr ". - " natural join attr_def where fd_id=".$this->id. + " natural join attr_def where fd_id= $1". " order by jnt_order"; - $Ret=$this->cn->exec_sql($sql); + $Ret=$this->cn->exec_sql($sql,[$this->id]); if ( ($Max=Database::num_row($Ret)) == 0 ) return ; @@ -324,10 +324,10 @@ $order where ad_id=1 and fd_id=$1 order by 2"; // we use navigation_bar - if ($step == 1 && $_SESSION['g_pagesize'] != -1 ) + if ($step == 1 && $_SESSION[SESSION_KEY.'g_pagesize'] != -1 ) { $offset=(isset($_GET['offset']))?$_GET['offset']:0; - $step=$_SESSION['g_pagesize']; + $step=$_SESSION[SESSION_KEY.'g_pagesize']; $sql.=" offset $offset limit $step"; } @@ -370,7 +370,7 @@ $order $this->get(); echo '

            '.$this->id." ".$this->label.'

            '; - $step=$_SESSION['g_pagesize']; + $step=$_SESSION[SESSION_KEY.'g_pagesize']; $sql_limit=""; $sql_offset=""; $bar=""; @@ -398,7 +398,7 @@ $order $str=""; // save the url // with offet &offset=15&step=15&page=2&size=15 - if ( $_SESSION['g_pagesize'] != -1) + if ( $_SESSION[SESSION_KEY.'g_pagesize'] != -1) { $str=sprintf("&offset=%s&step=%s&page=%s&size=%s", $offset, diff --git a/include/class/follow_up.class.php b/include/class/follow_up.class.php index 29164ce8d..e05570689 100644 --- a/include/class/follow_up.class.php +++ b/include/class/follow_up.class.php @@ -31,14 +31,19 @@ require_once NOALYSS_INCLUDE.'/class/fiche.class.php'; require_once NOALYSS_INCLUDE.'/class/document.class.php'; require_once NOALYSS_INCLUDE.'/class/document_type.class.php'; require_once NOALYSS_INCLUDE.'/class/document_modele.class.php'; +require_once NOALYSS_INCLUDE.'/class/document_option.class.php'; require_once NOALYSS_INCLUDE.'/lib/user_common.php'; require_once NOALYSS_INCLUDE.'/class/follow_up_detail.class.php'; require_once NOALYSS_INCLUDE.'/lib/inum.class.php'; require_once NOALYSS_INCLUDE.'/lib/sort_table.class.php'; require_once NOALYSS_INCLUDE.'/lib/irelated_action.class.php'; require_once NOALYSS_INCLUDE.'/class/tag.class.php'; +require_once NOALYSS_INCLUDE.'/class/document_option.class.php'; require_once NOALYSS_INCLUDE.'/class/default_menu.class.php'; require_once NOALYSS_INCLUDE.'/lib/inplace_edit.class.php'; +require_once NOALYSS_INCLUDE.'/lib/noalyss_csv.class.php'; +require_once NOALYSS_INCLUDE.'/class/tag_action.class.php'; + /** * \file * \brief class_action for manipulating actions @@ -80,7 +85,8 @@ class Follow_Up var $ag_dest; /*!< $ag_dest person who is in charged */ var $ag_contact; /*!< $ag_contact contact */ var $ag_remind_date; /*!< $ag_contact contact */ - + var $f_id_dest ; /*!< followup action recipient */ + var $ag_description; /*!< description of the action */ /** * @brief $operation string related operation */ @@ -105,6 +111,7 @@ class Follow_Up $this->operation=""; $this->action=""; $this->f_dest_id=0; + $this->f_id_dest=0; } /** * Create a filter based on the current user, @@ -150,7 +157,7 @@ class Follow_Up * * \return string containing the html code */ - function Display($p_view, $p_gen, $p_base, $retour="") + function display($p_view, $p_gen, $p_base, $retour="") { global $g_user; if ($p_view=='UPD') @@ -162,7 +169,6 @@ class Follow_Up { $upd=false; $readonly=false; - $this->ag_ref=_("Nouveau"); } elseif ($p_view=='READ') { @@ -173,6 +179,8 @@ class Follow_Up { throw new Exception('class_action'.__LINE__.'Follow_Up::Display error unknown parameter'.$p_view); } + + // Compute the widget // Date $date=new IDate(); @@ -261,7 +269,7 @@ class Follow_Up $ag_priority->name="ag_priority"; $ag_priority->selected=$this->ag_priority; $ag_priority->value=array(array('value'=>1, 'label'=>_('Haute')), - array('value'=>2, 'label'=>_('Moyenne')), + array('value'=>2, 'label'=>_('Normale')), array('value'=>3, 'label'=>_('Basse')) ); $str_ag_priority=$ag_priority->input(); @@ -385,7 +393,7 @@ class Follow_Up $h_agrefid=new IHidden(); $iag_ref=new IText("ag_ref"); $iag_ref->value=$this->ag_ref; - $iag_ref->readOnly=($p_view=="NEW"||$p_view=='READ')?true:false; + $iag_ref->readOnly=false; $str_ag_ref=$iag_ref->input(); // Preparing the return string $r=""; @@ -393,6 +401,7 @@ class Follow_Up /* for new files */ $upload=new IFile(); $upload->name="file_upload[]"; + $upload->setAlertOnSize(true); $upload->readOnly=$readonly; $upload->value=""; $aAttachedFile=$this->db->get_array('select d_id,d_filename,d_description,d_mimetype,'. @@ -426,108 +435,9 @@ class Follow_Up $text=new IText(); $num=new INum(); - /* TVA */ - $itva=new ITva_Popup($this->db); - $itva->in_table=true; - $aCard=array(); - /* create aArticle for the detail section */ - $article_count=(count($this->aAction_detail)==0)?MAX_ARTICLE:count($this->aAction_detail); - /* Compute total */ - $tot_item=0; - $tot_vat=0; - for ($i=0; $i<$article_count; $i++) - { - /* fid = Icard */ - $icard=new ICard(); - $icard->jrn=0; - $icard->table=0; - $icard->noadd="no"; - $icard->extra='all'; - $icard->name="e_march".$i; - $tmp_ad=(isset($this->aAction_detail[$i]))?$this->aAction_detail[$i]:false; - $icard->readOnly=$readonly; - $icard->value=''; - $aCard[$i]=0; - if ($tmp_ad) - { - $march=new Fiche($this->db); - $f=$tmp_ad->get_parameter('qcode'); - if ($f!=0) - { - $march->id=$f; - $icard->value=$march->get_quick_code(); - $aCard[$i]=$f; - } - } - $icard->set_dblclick("fill_ipopcard(this);"); - // name of the field to update with the name of the card - $icard->set_attribute('label', "e_march".$i."_label"); - // name of the field to update with the name of the card - $icard->set_attribute('typecard', $icard->extra); - $icard->set_attribute('ipopup', 'ipopcard'); - $icard->set_function('fill_data'); - $icard->javascript=sprintf(' onchange="fill_data_onchange(\'%s\');" ', $icard->name); - - $aArticle[$i]['fid']=$icard->search().$icard->input(); - - $text->javascript=' onchange="clean_tva('.$i.');compute_ledger('.$i.')"'; - $text->css_size="100%"; - $text->name="e_march".$i."_label"; - $text->id="e_march".$i."_label"; - $text->size=40; - $text->value=($tmp_ad)?$tmp_ad->get_parameter('text'):""; - $text->readOnly=$readonly; - $aArticle[$i]['desc']=$text->input(); - - $num->javascript=' onchange="format_number(this,4);clean_tva('.$i.');compute_ledger('.$i.')"'; - $num->name="e_march".$i."_price"; - $num->id="e_march".$i."_price"; - $num->size=8; - $num->readOnly=$readonly; - $num->value=($tmp_ad)?$tmp_ad->get_parameter('price_unit'):0; - $aArticle[$i]['pu']=$num->input(); - - $num->name="e_quant".$i; - $num->id="e_quant".$i; - $num->size=8; - $num->value=($tmp_ad)?$tmp_ad->get_parameter('quantity'):0; - $aArticle[$i]['quant']=$num->input(); - - $itva->name='e_march'.$i.'_tva_id'; - $itva->id='e_march'.$i.'_tva_id'; - $itva->value=($tmp_ad)?$tmp_ad->get_parameter('tva_id'):0; - $itva->readOnly=$readonly; - $itva->js=' onchange="format_number(this);clean_tva('.$i.');compute_ledger('.$i.')"'; - $itva->set_attribute('compute', $i); - - $aArticle[$i]['tvaid']=$itva->input(); - - $num->name="e_march".$i."_tva_amount"; - $num->id="e_march".$i."_tva_amount"; - $num->value=($tmp_ad)?$tmp_ad->get_parameter('tva_amount'):0; - $num->javascript=" onchange=\"compute_ledger('".$i." ')\""; - $num->size=8; - $aArticle[$i]['tva']=$num->input(); - $tot_vat=bcadd($tot_vat,$num->value); - - $num->name="tvac_march".$i; - $num->id="tvac_march".$i; - $num->value=($tmp_ad)?$tmp_ad->get_parameter('total'):0; - $num->size=8; - $aArticle[$i]['tvac']=$num->input(); - $tot_item=bcadd($tot_item,$num->value); - - $aArticle[$i]['hidden_htva']=HtmlInput::hidden('htva_march'.$i, 0); - $aArticle[$i]['hidden_tva']=HtmlInput::hidden('tva_march'.$i, 0); - $aArticle[$i]['ad_id']=($tmp_ad)?HtmlInput::hidden('ad_id'.$i, $tmp_ad->get_parameter('id')):HtmlInput::hidden('ad_id'.$i, 0); - } - /* Add the needed hidden values */ $r.=dossier::hidden(); - /* add the number of item */ - $Hid=new IHidden(); - $r.=$Hid->input("nb_item", $article_count); $r.=HtmlInput::request_to_hidden(array("closed_action", "remind_date_end", "remind_date", "sag_ref", "only_internal", "state", "qcode", "ag_dest_query", "action_query", "tdoc", "date_start", "date_end", "hsstate", "searchtag")); $a_tag=$this->tag_get(); $menu=new Default_Menu(); @@ -612,8 +522,7 @@ class Follow_Up function save() { - // Get The sequence id, - $seq_name="seq_doc_type_".$this->dt_id; + $str_file=""; $add_file=''; @@ -633,11 +542,17 @@ class Follow_Up $this->ag_title=$doc_mod->dt_value; } $this->ag_id=$this->db->get_next_seq('action_gestion_ag_id_seq'); - - // Create the reference - $ag_ref=$this->db->get_value('select dt_prefix from document_type where dt_id=$1', array($this->dt_id)).'-'.$this->db->get_next_seq($seq_name); + $seq_name="seq_doc_type_".$this->dt_id; + // to avoid duplicate + do { + // Create the reference + $ag_ref=$this->db->get_value('select dt_prefix from document_type where dt_id=$1', array($this->dt_id)).'-'.$this->db->get_next_seq($seq_name); + // if reference does not exist , finish the loop + if ( $this->db->get_value("select count(*) from action_gestion where ag_ref = $1",array($ag_ref)) == 0) + break; + } while (1); + // check if the reference already exist and try to compute new one $this->ag_ref=$ag_ref; - // save into the database if ($this->ag_remind_date!=null||$this->ag_remind_date!='') { @@ -659,19 +574,20 @@ class Follow_Up $this->dt_id, /* 3 */ $this->ag_title, /* 4 */ $exp->id, /* 5 */ - $ag_ref, /* 6 */ + $this->ag_ref, /* 6 */ $this->ag_dest, /* 7 */ $this->ag_hour, /* 8 */ $this->ag_priority, /* 9 */ - $_SESSION['g_user'], /* 10 */ + $_SESSION[SESSION_KEY.'g_user'], /* 10 */ $contact->id, /* 11 */ $this->ag_state, /* 12 */ $this->ag_remind_date /* 13 */ ) ); - + $http=new HttpInput(); + $nb_item=$http->post("nb_item","number",0); /* insert also the details */ - for ($i=0; $i<$_POST['nb_item']; $i++) + for ($i=0; $i<$nb_item; $i++) { $act=new Follow_Up_Detail($this->db); $act->from_array($_POST, $i); @@ -681,13 +597,18 @@ class Follow_Up $act->save(); } - /* Upload the documents */ + /* upload the documents */ $doc=new Document($this->db); - $doc->Upload($this->ag_id); - if (trim($this->ag_comment)!='') + $doc->upload($this->ag_id); + if (trim($this->ag_comment)!='' && Document_Option::can_add_comment($this->ag_id)) { $this->db->exec_sql("insert into action_gestion_comment (ag_id,tech_user,agc_comment) values ($1,$2,$3)" - , array($this->ag_id, $_SESSION['g_user'], $this->ag_comment)); + , array($this->ag_id, $_SESSION[SESSION_KEY.'g_user'], $this->ag_comment)); + } + if (trim($this->ag_description)!='' && Document_Option::can_add_comment($this->ag_id)) + { + $this->db->exec_sql("insert into action_gestion_comment (ag_id,tech_user,agc_comment) values ($1,$2,$3)" + , array($this->ag_id, $_SESSION[SESSION_KEY.'g_user'], $this->ag_description)); } $this->insert_operation(); $this->insert_action(); @@ -704,19 +625,29 @@ class Follow_Up function myList($p_base, $p_filter="", $p_search="") { // for the sort - $url=HtmlInput::get_to_string(array("closed_action", "remind_date_end", "remind_date", "sag_ref", "only_internal", "state", "qcode", "ag_dest_query", "action_query", "tdoc", "date_start", "date_end", "hsstate", "searchtag")).'&'.$p_base; + $arg=HtmlInput::get_to_string(array("closed_action", "remind_date_end", "remind_date", "sag_ref", "only_internal", "state", "qcode", "ag_dest_query", "action_query", "tdoc", "date_start", "date_end", "hsstate", "searchtag"),""); + $url=$p_base.$arg; $table=new Sort_Table(); - $table->add('Date Doc.', $url, 'order by ag_timestamp asc', 'order by ag_timestamp desc', 'da', 'dd'); - $table->add('Date Comm.', $url, 'order by last_comment', 'order by last_comment desc', 'dca', 'dcd'); - $table->add('Date Limite', $url, 'order by ag_remind_date asc', 'order by ag_remind_date desc', 'ra', 'rd'); - $table->add('Tag', $url, 'order by tags asc', 'order by tags desc', 'taa', 'tad'); - $table->add('Réf.', $url, 'order by ag_ref asc', 'order by ag_ref desc', 'ra', 'rd'); - $table->add('Groupe', $url, "order by coalesce((select p_name from profile where p_id=ag_dest),'Aucun groupe')", "order by coalesce((select p_name from profile where p_id=ag_dest),'Aucun groupe') desc", 'dea', 'ded'); - $table->add('Dest/Exp', $url, 'order by name asc', 'order by name desc', 'ea', 'ed'); - $table->add('Titre', $url, 'order by ag_title asc', 'order by ag_title desc', 'ta', 'td'); + // 0 + $table->add(_('Date Doc.'), $url, 'order by ag_timestamp asc', 'order by ag_timestamp desc', 'da', 'dd'); + //$table->add(_('Date Comm.'), $url, 'order by last_comment', 'order by last_comment desc', 'dca', 'dcd'); + //1 + $table->add(_('Date Limite'), $url, 'order by ag_remind_date asc', 'order by ag_remind_date desc', 'ra', 'rd'); + //2 + $table->add(_('Réf.'), $url, 'order by ag_ref asc', 'order by ag_ref desc', 'ra', 'rd'); + //3 + $table->add(_('Etiquette'), $url, 'order by tags asc', 'order by tags desc', 'taa', 'tad'); + //4 + $table->add(_('Groupe'), $url, "order by coalesce((select p_name from profile where p_id=ag_dest),'Aucun groupe')", "order by coalesce((select p_name from profile where p_id=ag_dest),'Aucun groupe') desc", 'dea', 'ded'); + //5 + $table->add(_('Dest/Exp'), $url, 'order by qcode asc', 'order by qcode desc', 'ea', 'ed'); + //6 + $table->add(_('Titre'), $url, 'order by ag_title asc', 'order by ag_title desc', 'ta', 'td'); + //7 + $table->add(_('Etat'), $url, 'order by s_value asc', 'order by s_value desc', 'ea', 'ed'); - $ord=(!isset($_GET['ord']))?"dcd":$_GET['ord']; + $ord=(!isset($_GET['ord']))?"dd":$_GET['ord']; $sort=$table->get_sql_order($ord); if (strlen(trim($p_filter))!=0) @@ -734,13 +665,15 @@ class Follow_Up ag_title,dt_value,ag_ref, ag_priority,ag_state, coalesce((select p_name from profile where p_id=ag_dest),'Aucun groupe') as dest, (select ad_value from fiche_Detail where f_id=ag.f_id_dest and ad_id=1) as name, - array_to_string((select array_agg(t1.t_tag) from action_tags as a1 join tags as t1 on (a1.t_id=t1.t_id) where a1.ag_id=ag.ag_id ),',') as tags + (select ad_value from fiche_Detail where f_id=ag.f_id_dest and ad_id=23) as qcode, + array_to_string((select array_agg(t1.t_tag) from action_tags as a1 join tags as t1 on (a1.t_id=t1.t_id) where a1.ag_id=ag.ag_id ),',') as tags, + array_to_string((select array_agg(t1.t_color) from action_tags as a1 join tags as t1 on (a1.t_id=t1.t_id) where a1.ag_id=ag.ag_id ),',') as tags_color from action_gestion as ag join document_type on (ag_type=dt_id) join document_state on (ag_state=s_id) where $p_filter_doc $p_search $sort"; $max_line=$this->db->count_sql($sql); - $step=$_SESSION['g_pagesize']; + $step=$_SESSION[SESSION_KEY.'g_pagesize']; $page=(isset($_GET['offset']))?$_GET['page']:1; $offset=(isset($_GET['offset']))?Database::escape_string($_GET['offset']):0; if ($step!=-1) @@ -753,19 +686,22 @@ class Follow_Up $a_row=Database::fetch_all($Res); $r=""; + $r.=HtmlInput::filter_table('mylist_tb', '1,2,3,4,5,6,7,8,9',1); $r.='

            '.$bar.'

            '; - $r.=''; + + $r.='
            '; $r.=""; $r.=''; - $r.=''; - $r.=''; - $r.=''; - $r.=''; - $r.=''; - $r.=''; - $r.=''; - $r.=''; - $r.=th('Priorité'); + $r.=''; + $r.=''; + $r.=''; + $r.=''; +// $r.=''; + $r.=th('Priorité','style="width:5.57%"'); + $r.=''; + $r.=''; + $r.=''; + $r.=''; $r.=""; @@ -780,10 +716,11 @@ class Follow_Up $today=date('d.m.Y'); $i=0; $checkbox=new ICheckBox("mag_id[]"); + $checkbox->set_range("action_followup_ck"); //show the sub_action foreach ($a_row as $row) { - $href=''; + $href=''; $i++; $tr=($i%2==0)?'even':'odd'; if ($row['ag_priority']<2) @@ -801,56 +738,67 @@ class Follow_Up $checkbox->value=$row['ag_id']; $r.=''; $r.=""; - $r.=""; + //$r.=""; $r.=""; - $r.=""; $r.=""; - $r.=""; - // Expediteur - $fexp=new Fiche($this->db); - $fexp->id=$row['f_id_dest']; - $qcode_dest=$fexp->strAttribut(ATTR_DEF_QUICKCODE); - - $qexp=($qcode_dest==NOTFOUND)?"Interne":$qcode_dest; - $jsexp=sprintf("javascript:showfiche('%s')", $qexp); - if ($qexp!='Interne') + if ($row['qcode']!='') { - $r.="'; + $jsexp=sprintf("javascript:showfiche('%s')", $row['qcode']); + $r.="'; } else - $r.=""; + $r.=""; - $ref=""; - - - $r.='"; - - /* + /* * State */ switch ($row['ag_priority']) { case 1: - $priority='Haute'; + $priority=_('Haute'); break; case 2: - $priority="Moyenne"; + $priority=_("Normale"); break; case 3: - $priority="Important"; + $priority=_("Basse"); break; } $r.=td($priority); - $r.=""; + $r.='"; + $r.=""; + $r.=""; + $r.=""; + + + + + + + + $r.=""; } $r.="
            '.ICheckBox::toggle_checkbox('ag', 'list_ag_frm').''.$table->get_header(0).''.$table->get_header(1).''.$table->get_header(2).''.$table->get_header(3).''.$table->get_header(4).''.$table->get_header(5).''.$table->get_header(6).''.$table->get_header(7).''.$table->get_header(0).''.$table->get_header(1).''.$table->get_header(2).''.$table->get_header(5).''.$table->get_header(1).''.$table->get_header(6).''.$table->get_header(7).''.$table->get_header(3).''.$table->get_header(4).'
            '.$checkbox->input().'".$href.smaller_date($row['my_date']).''."".$href.$row['str_last_comment'].''."".$href.$row['str_last_comment'].''."".$href.smaller_date($row['my_remind']).''."".$href.h($row['tags']).''."".$href.$row['ag_ref'].''."".$href.h($row['dest']).''."$href".$qexp." : ".$fexp->getName().'$href".$row['qcode'].'$href Interne '.$href. - h($row['ag_title'])."".$ref."'.$href. + h($row['ag_title'])."".$row['s_value'].""; + if ($row['tags']!=""){ + $r.=$href; + $aColor=explode(",", $row["tags_color"]); + $aTags=explode(",", $row["tags"]); + $nb_tag=count($aTags); + for ( $x=0;$x<$nb_tag;$x++) { + $r.=sprintf('%s',$aColor[$x],$aTags[$x]); + $r.=" "; + } // end loop $x + $r.=''; + } + $r.="".$href.h($row['dest']).''."
            "; $r.='

            '.$bar.'

            '; + $r.=ICheckBox::javascript_set_range("action_followup_ck"); return $r; } @@ -859,7 +807,7 @@ class Follow_Up * * \return true on success otherwise false */ - function Update() + function update() { // if ag_id == 0 nothing to do @@ -889,7 +837,6 @@ class Follow_Up $old=new Follow_Up($this->db); $old->ag_id=$this->ag_id; $old->get(); - // If ag_ref changed then check if unique if ($old->ag_ref!=$this->ag_ref) { @@ -959,12 +906,14 @@ class Follow_Up $this->ag_ref /* 11 */ )); } - // Upload documents + // upload documents $doc=new Document($this->db); - $doc->Upload($this->ag_id); + $doc->upload($this->ag_id); /* save action details */ - for ($i=0; $i<$_POST['nb_item']; $i++) + $http=new HttpInput(); + $nb_item=$http->post("nb_item","number",0); + for ($i=0; $i< $nb_item ; $i++) { $act=new Follow_Up_Detail($this->db); $act->from_array($_POST, $i); @@ -977,7 +926,12 @@ class Follow_Up if (trim($this->ag_comment)!='') { $this->db->exec_sql("insert into action_gestion_comment (ag_id,tech_user,agc_comment) values ($1,$2,$3)" - , array($this->ag_id, $_SESSION['g_user'], $this->ag_comment)); + , array($this->ag_id, $_SESSION[SESSION_KEY.'g_user'], $this->ag_comment)); + } + if (trim($this->ag_description)!='') + { + $this->db->exec_sql("insert into action_gestion_comment (ag_id,tech_user,agc_comment) values ($1,$2,$3)" + , array($this->ag_id, $_SESSION[SESSION_KEY.'g_user'], $this->ag_description)); } $this->insert_operation(); $this->insert_action(); @@ -1023,29 +977,24 @@ class Follow_Up function fromArray($p_array) { global $g_user; - $this->ag_id=(isset($p_array['ag_id']))?$p_array['ag_id']:0; - $this->ag_ref=(isset($p_array['ag_ref']))?$p_array['ag_ref']:""; - $this->qcode_dest=(isset($p_array['qcode_dest']))?$p_array['qcode_dest']:""; - $this->f_id_dest=(isset($p_array['f_id_dest']))?$p_array['f_id_dest']:null; - $this->ag_timestamp=(isset($p_array['ag_timestamp']))?$p_array['ag_timestamp']:date('d.m.Y'); - $this->qcode_dest=(isset($p_array['qcode_dest']))?$p_array['qcode_dest']:""; - $this->dt_id=(isset($p_array['dt_id']))?$p_array['dt_id']:""; - $this->ag_state=(isset($p_array['ag_state']))?$p_array['ag_state']:2; - $this->ag_ref=(isset($p_array['ag_ref']))?$p_array['ag_ref']:""; - $this->ag_title=(isset($p_array['ag_title']))?$p_array['ag_title']:""; - $this->ag_hour=(isset($p_array['ag_hour']))?$p_array['ag_hour']:""; - $this->ag_dest=(isset($p_array['ag_dest']))?$p_array['ag_dest']:$g_user->get_profile(); - $this->ag_priority=(isset($p_array['ag_priority']))?$p_array['ag_priority']:2; - $this->ag_contact=(isset($p_array['ag_contact']))?$p_array['ag_contact']:""; - $this->ag_comment=(isset($p_array['ag_comment']))?$p_array['ag_comment']:""; - $this->ag_remind_date=(isset($p_array['ag_remind_date']))?$p_array['ag_remind_date']:null; - $this->operation=(isset($p_array['operation']))?$p_array['operation']:null; - /** - * @todo - * deprecated : to remove - $this->op = (isset($p_array['op'])) ? $p_array['op'] : null; - */ - $this->action=(isset($p_array['action']))?$p_array['action']:null; + $http=new HttpInput(); + $this->ag_id=$http->extract($p_array,"ag_id","number",0); + $this->ag_ref=$http->extract($p_array,"ag_ref","string",""); + $this->qcode_dest=$http->extract($p_array,"qcode_dest","string",""); + $this->f_id_dest=$http->extract($p_array,"f_id_dest","string",null); + $this->ag_timestamp=$http->extract($p_array,"ag_timestamp","string",date('d.m.Y')); + $this->dt_id=$http->extract($p_array,"dt_id","string",""); + $this->ag_state=$http->extract($p_array,"ag_state","number",2); + $this->ag_title=$http->extract($p_array,"ag_title","string",""); + $this->ag_hour=$http->extract($p_array,"ag_hour","string",""); + $this->ag_dest=$http->extract($p_array,"ag_dest","string",$g_user->get_profile()); + $this->ag_priority=$http->extract($p_array,"ag_priority","string","2"); + $this->ag_contact=$http->extract($p_array,"ag_contact","string",""); + $this->ag_comment=$http->extract($p_array,"ag_comment","string",""); + $this->ag_description=$http->extract($p_array,"ag_description","string",""); + $this->ag_remind_date=$http->extract($p_array,"ag_remind_date","string",null); + $this->operation=$http->extract($p_array,"operation","string",null); + $this->action=$http->extract($p_array,"action","string",null); } /** @@ -1209,7 +1158,7 @@ class Follow_Up /* State of documents */ $type_state=new ISelect('state'); $aState=$cn->make_array('select s_id,s_value from document_state order by s_value'); - $aState[]=array('value'=>'-1', 'label'=>_('Tous les Etats')); + $aState[]=array('value'=>'-1', 'label'=>_('Tous les actions ouvertes')); $type_state->value=$aState; $type_state->selected=(isset($_GET['state']))?$_GET['state']:-1; @@ -1282,6 +1231,15 @@ class Follow_Up echo $act->myList($p_base, "", $query); echo ''; } + /** + * Show a button for adding follow-up action, display the FORM + * @param array $pa_param , will be converted in a HIDDEN input type in the form + */ + static function show_action_add($pa_param) + { + require_once NOALYSS_TEMPLATE.'/followup-show-action-add.php'; + + } /** * Create a subquery to filter thanks the selected tag @@ -1294,15 +1252,26 @@ class Follow_Up if ($p_array==null) $p_array=$_GET; - $query=""; if (count($p_array['searchtag'])==0) return ""; + $query=""; + $operand = "1 = 0 "; + if ($p_array['tag_option'] == 0 ) + { + $operand=" and "; + } elseif ($p_array['tag_option']==1) + { + $operand=" or "; + } + $and=" "; for ($i=0; $irequest('action_query'); // if a query is request build the sql stmt - $action_query="and (ag_title ~* '".sql_string($_REQUEST['action_query'])."' ". - "or ag_ref ='".trim(sql_string($_REQUEST['action_query'])). - "' or ag_id in (select ag_id from action_gestion_comment where agc_comment ~* '".trim(sql_string($_REQUEST['action_query']))."')". + $action_query="and (ag_title ilike '%".sql_string($action_query)."%' ". + "or ag_ref ='".trim(sql_string($action_query)). + "' or ag_id in (select ag_id from action_gestion_comment ". + " where agc_comment ilike '%".trim(sql_string($action_query))."%')". ")"; } @@ -1334,7 +1314,7 @@ class Follow_Up { $fiche=new Fiche($cn); - $fiche->get_by_qcode($_REQUEST['qcode']); + $fiche->get_by_qcode($http->request('qcode')); // if quick code not found then nothing if ($fiche->id==0) $str=' and false '; @@ -1349,6 +1329,8 @@ class Follow_Up if (isset($p_array['state'])&&$p_array['state'] !=-1) { $action_query .= ' and ag_state= '.sql_string($p_array['state']); + // a status is selected + $ag_state=$p_array['state']; } if (isset($p_array['hsstate'])&&$p_array['hsstate']!=-1) { @@ -1374,19 +1356,15 @@ class Follow_Up { $action_query.= " and ((ag_dest = ".sql_string($p_array['ag_dest_query'])." and ".self::sql_security_filter($cn, "R").") or ". "(ag_dest = ".sql_string($p_array['ag_dest_query'])." and ".self::sql_security_filter($cn, "R")." and ". - " ag_owner='".$_SESSION['g_user']."'))"; + " ag_owner='".$_SESSION[SESSION_KEY.'g_user']."'))"; } else { - $action_query .=" and (ag_owner='".$_SESSION['g_user']."' or ".self::sql_security_filter($cn, "R")." or ag_dest=-1 )"; + $action_query .=" and (ag_owner='".$_SESSION[SESSION_KEY.'g_user']."' or ".self::sql_security_filter($cn, "R")." or ag_dest=-1 )"; } if (isset ($p_array['ag_id']) && isNumber($p_array['ag_id'])==1&&$p_array['ag_id']!=0) - { - $action_query=" and ag_id= ".sql_string($p_array['ag_id']); - } - if (isset($p_array['$remind_date'])&&$p_array['remind_date']!=""&&isDate($p_array['remind_date'])==$p_array['remind_date']) { $action_query .= " and to_date('".sql_string($p_array['$remind_date'])."','DD.MM.YYYY')<= ag_remind_date"; } @@ -1394,7 +1372,8 @@ class Follow_Up { $action_query .= " and to_date('".sql_string($p_array['remind_date_end'])."','DD.MM.YYYY')>= ag_remind_date"; } - if (!isset($p_array['closed_action'])) + // only for open action or a closing status is selected + if (!isset($p_array['closed_action']) && $ag_state == "") { $action_query.=" and s_status is null "; } @@ -1522,7 +1501,7 @@ class Follow_Up { if ($this->ag_id==0) return; - $sql='select b.ag_id,b.t_id,b.at_id,a.t_tag' + $sql='select b.ag_id,b.t_id,b.at_id,a.t_tag,a.t_color' .' from ' .' tags as a join action_tags as b on (a.t_id=b.t_id)' .' where ag_id=$1 ' @@ -1564,28 +1543,29 @@ class Follow_Up * @brief show the cell content in Display for the tags * called also by ajax */ - function tag_cell() + function tag_cell($p_view='UPD') { global $g_user; $a_tag=$this->tag_get(); $c=count($a_tag); for ($e=0; $e<$c; $e++) { - echo ''; + echo ''; echo $a_tag[$e]['t_tag']; - if ($g_user->can_write_action($this->ag_id)==true) + if ($g_user->can_write_action($this->ag_id)==true && $p_view != 'READ') { - $js_remove=sprintf("onclick=\"action_tag_remove('%s','%s','%s')\"", dossier::id(), $this->ag_id, $a_tag[$e]['t_id']); - echo HtmlInput::anchor(SMALLX, "javascript:void(0)", $js_remove, ' class="smallbutton" style="padding:0px;display:inline" '); + $js_remove=sprintf("action_tag_remove('%s','%s','%s')", dossier::id(), $this->ag_id, $a_tag[$e]['t_id']); + echo Icon_Action::trash(uniqid(), $js_remove); } echo ''; echo ' '; echo ' '; } - $js=sprintf("onclick=\"action_tag_select('%s','%s')\"", dossier::id(), $this->ag_id); - if ($g_user->can_write_action($this->ag_id)==true) + + if ($p_view != 'READ' && $g_user->can_write_action($this->ag_id)==true) { - echo HtmlInput::button('tag_bt', 'Ajout tag', $js, 'smallbutton'); + $js=sprintf("onclick=\"action_tag_select('%s','%s')\"", dossier::id(), $this->ag_id); + echo HtmlInput::button('tag_bt', _('Ajout étiquette'), $js, 'smallbutton'); } } @@ -1703,63 +1683,7 @@ class Follow_Up $this->f_id_dest=null; } - /** - * Add another concerned (tiers, supplier...) - * @remark type $g_user - * @param type $p_fiche_id - */ - function insert_linked_card($p_fiche_id) - { - global $g_user; - if ($g_user->can_write_action($this->ag_id)) - { - /** - * insert into action_person - */ - $count=$this->db->get_value('select count(*) from action_person where f_id=$1 and ag_id=$2', array($p_fiche_id, $this->ag_id)); - if ($count==0) - { - $this->db->exec_sql('insert into action_person (ag_id,f_id) values ($1,$2)', array($this->ag_id, $p_fiche_id)); - } - } - } - - /** - * Remove another concerned (tiers, supplier...) - * @remark type $g_user - * @param type $p_fiche_id - */ - function remove_linked_card($p_fiche_id) - { - global $g_user; - if ($g_user->can_write_action($this->ag_id)) - { - $this->db->exec_sql('delete from action_person where ag_id = $1 and f_id = $2', array($this->ag_id, $p_fiche_id)); - } - } - - /** - * Display the other concerned (tiers, supplier...) - * @return string - */ - function display_linked() - { - $a_linked=$this->db->get_array('select ap_id,f_id from action_person where ag_id=$1', array($this->ag_id)); - if (count($a_linked)==0) - return ""; - for ($i=0; $idb, $a_linked[$i]['f_id']); - $qc=$fiche->get_quick_code(); - $js_remove=sprintf("onclick=\"action_remove_concerned('%s','%s','%s')\"", dossier::id(), $a_linked[$i]['f_id'], $this->ag_id); - echo ''; - echo $qc; - echo HtmlInput::anchor(SMALLX, "javascript:void(0)", $js_remove, ' class="smallbutton" style="padding:0px;display:inline" '); - echo ''; - echo ' '; - echo ' '; - } - } + /** * @brief display a small form to enter a new event * @@ -1821,7 +1745,7 @@ class Follow_Up $ag_ref, /* 6 */ $this->ag_dest, /* 7 */ $this->ag_priority, /* 8 */ - $_SESSION['g_user'], /* 9 */ + $_SESSION[SESSION_KEY.'g_user'], /* 9 */ $this->ag_state, /* 10 */ $this->ag_remind_date, /* 11 */ $this->ag_hour /* 12 */ @@ -1831,12 +1755,13 @@ class Follow_Up if (trim($this->ag_comment)!='') { $this->db->exec_sql("insert into action_gestion_comment (ag_id,tech_user,agc_comment) values ($1,$2,$3)" - , array($this->ag_id, $_SESSION['g_user'], $this->ag_comment)); + , array($this->ag_id, $_SESSION[SESSION_KEY.'g_user'], $this->ag_comment)); } } /** - * Return the first parent of the event tree, or -1 if not found - * @return integer (ag_id) + * Return the first parent of the event tree, or -1 if not found. The parent is an action with a lower id, + * so it can happen than an action has several ones + * @return arrary of integer (ag_id) */ function get_parent() { $value=$this->db->get_array(' @@ -1852,11 +1777,11 @@ class Follow_Up where p2.aga_greatest is not null and p2.aga_greatest = p1.aga_least - ) select * from t order by depth desc limit 1 + ) select aga_least,aga_greatest,depth from t order by depth desc,aga_least asc ' , array($this->ag_id) ); if ( ! empty($value ) ) - return $value[0]['aga_least']; + return $value; else return -1; } @@ -1879,7 +1804,7 @@ class Follow_Up aga_least,aga_greatest , 1 from action_gestion_related - where aga_least=$1 + where aga_least=$1 or aga_greatest = $1 union all select key_path||'-'||p2.aga_greatest::text, p2.aga_least,p2.aga_greatest,depth + 1 @@ -1893,7 +1818,6 @@ class Follow_Up from action_gestion join t on (ag_id=aga_greatest) join document_type on (ag_type=dt_id) - order by key_path "; $ret_array=$this->db->get_array($sql,array($p_id)); @@ -1915,17 +1839,19 @@ class Follow_Up */ $parent=$this->get_parent(); - $base=HtmlInput::request_to_string(array("gDossier", "ac", "sa", "sb", "sc", - "f_id")); - $parent=$this->get_parent(); + $base=HtmlInput::request_to_string(array("gDossier", "ac", "sb", "sc", + "f_id"))."&sa=detail"; if ($parent==-1) { echo _('Principal'); - $parent = $this->ag_id; + $parent=array(); + $parent [0]['aga_least']= $this->ag_id; } - else + + $nb_parent=count($parent); + for ($i=0;$i< $nb_parent;$i++) { - $fu_parent=new Follow_Up($this->db, $parent); + $fu_parent=new Follow_Up($this->db, $parent[$i]['aga_least']); $fu_parent->get(); echo''; $xaction=sprintf('view_action(%d,%d,%d)', $fu_parent->ag_id, @@ -1936,56 +1862,57 @@ class Follow_Up h($fu_parent->ag_title), '('.h($fu_parent->ag_ref).')', '
            '; - + echo ""; + echo '
              '; + + $action=$this->get_children($parent[$i]['aga_least']); + for ($o=0; $oag_id == $action[$o]['aga_greatest'])?' class="highlight" ':''; + + // Count the number of direct parents + $count_parent =$this->db->get_value('select count(*) from action_gestion_related where aga_greatest = $1',array($action[$o]['aga_greatest'])); + $direct_parent=($count_parent > 1 ) ? _('direct parent ').$count_parent:""; + + $margin=($action[$o]['depth']>1 )?str_repeat("     ",$action[$o]['depth']-1)."⇨":""; + if ($p_view!='READ'&&$p_base!='ajax') + { + $rmAction=sprintf("return confirm_box(null,'"._('Voulez-vous effacer cette action ')."', function () {remove_action('%s','%s','%s');});", + dossier::id(), $action[$o]['aga_greatest'], + $_REQUEST['ag_id']); + $showAction=''; + $js=''.SMALLX.''; + echo '
            • '.$margin.$showAction.$action[$o]['str_date']. + h($action[$o]['title']).'('.h($action[$o]['action_ref']).')'.$direct_parent.''." " + .$js.'
            • '; + } + else + /* + * Display detail requested from Ajax Div + */ + if ($p_base=='ajax') + { + $xaction=sprintf('view_action(%d,%d,%d)', $action[$o]['aga_greatest'], + Dossier::id(), 1); + $showAction=''; + echo '
            • '.$margin.$showAction.$action[$o]['str_date']." ". + h($action[$o]['title']).'('.h($action[$o]['action_ref']).')'.$direct_parent.''." " + .'
            • '; + } + /* + * READ ONLY + */ + else + { + $showAction=''; + echo '
            • '.$margin.$showAction.$action[$o]['str_date']." ". + h($action[$o]['title']).'('.h($action[$o]['action_ref']).')'.$direct_parent.''." " + .'
            • '; + } + } + echo '
            '; } - echo ''; } /** * Display the list of parent of the current Follow_Up diff --git a/include/class/follow_up_detail.class.php b/include/class/follow_up_detail.class.php index fdb39abfd..2cdd338cb 100644 --- a/include/class/follow_up_detail.class.php +++ b/include/class/follow_up_detail.class.php @@ -233,14 +233,14 @@ class Follow_Up_Detail if (trim($this->ad_total_amount)==""||isNumber($this->ad_total_amount)==0) $this->ad_total_amount=0; if (trim($this->ad_tva_id)=="" || isNumber($this->ad_tva_id)==0) $this->ad_tva_id=0; } - /*!\brief - *\param - *\return - *\note - *\see - */ - static function test_me() -{} + + public static function display(Follow_Up $p_follow_up,$p_view) + { + $option=$p_follow_up->db->get_value("select do_option from document_option " + . " where document_type_id=$1 and do_code='detail_operation'",[$p_follow_up->dt_id]); + + require NOALYSS_TEMPLATE."/follow_up_detail_display.php"; + } } diff --git a/include/class/follow_up_other_concerned.class.php b/include/class/follow_up_other_concerned.class.php new file mode 100644 index 000000000..e2c457f5e --- /dev/null +++ b/include/class/follow_up_other_concerned.class.php @@ -0,0 +1,224 @@ + + + +/** + * @file + * @brief Others concerned card in an action + * @see Follow_Up + */ + +/** + * @class + * @brief Others concerned card in an action + * @see Follow_Up + */ +class Follow_Up_Other_Concerned +{ + + private $ag_id; /* !< action_gestion.ag_id */ + private $db; /* !< Database handle */ + + function __construct($p_database, $p_action_gestion_id) + { + $this->db=$p_database; + $this->ag_id=$p_action_gestion_id; + } + + public function get_ag_id() + { + return $this->ag_id; + } + + public function set_ag_id($ag_id) + { + $this->ag_id=$ag_id; + return $this; + } + + public function get_db() + { + return $this->db; + } + + public function set_db($cn) + { + $this->db=$cn; + return $this; + } + + /** + * Remove another concerned (tiers, supplier...) + * @remark type $g_user + * @param type $p_fiche_id + */ + function remove_linked_card($p_fiche_id) + { + global $g_user; + if ($g_user->can_write_action($this->ag_id)) + { + $this->db->exec_sql('delete from action_person where ag_id = $1 and f_id = $2', + array($this->ag_id, $p_fiche_id)); + return true; + } + return false; + } + + + /** + * Display the count of other concerned card (tiers, supplier...) in button which call + * @return string + */ + function display_linked_count() + { + $a_linked=$this->db->get_array('select ap_id,f_id from action_person where ag_id=$1', array($this->ag_id)); + if (count($a_linked)==0) + return "0"; + $dossier_id=Dossier::id(); + $javascript=<<ag_id};action_concerned_list(obj); +EOF; + echo HtmlInput::anchor_action(count($a_linked), $javascript, 'linked_card_bt', "button"); + } + + /** + * Add another concerned (tiers, supplier...) + * @remark type $g_user + * @param type $p_fiche_id + */ + function insert_linked_card($p_fiche_id) + { + global $g_user; + if ($g_user->can_write_action($this->ag_id)) + { + /** + * insert into action_person + */ + $count=$this->db->get_value('select count(*) from action_person where f_id=$1 and ag_id=$2', + array($p_fiche_id, $this->ag_id)); + if ($count==0) + { + $this->db->exec_sql('insert into action_person (ag_id,f_id) values ($1,$2)', + array($this->ag_id, $p_fiche_id)); + } + } + } + + /** + * Return a HTML string with a button for adding other cards + * @return type + */ + function button_action_add_concerned_card() + { + $dossier=Dossier::id(); + $javascript=<<ag_id};action_concerned_search_card(obj); +EOF; + $js=HtmlInput::button_action(_('Ajout autres'), $javascript, 'xx', 'smallbutton'); + return $js; + } + + /** + * Display one row for all the option of a card + * @param int $p_fid card if (fiche.f_id) + * @param int $p_row index of the row used for alternate the color of the rows + * @param array $aOther Column of the options + */ + function display_row($p_fid, $p_row, $pa_Column) + { + static $dossier_id; + $dossier_id=Dossier::id(); + + $action_person_id=$this->db->get_value("select ap_id from action_person where f_id=$1 and ag_id=$2", + [$p_fid, $this->ag_id]); + + // Name , first & quick code from fiche + $row=$this->db->get_row("select + (select ad_value from fiche_detail fd2 where fd2.f_id=ap.f_id and fd2.ad_id = 1) as xname, + (select ad_value from fiche_detail fd2 where fd2.f_id=ap.f_id and fd2.ad_id = 32) as xfirst_name, + (select ad_value from fiche_detail fd2 where fd2.f_id=ap.f_id and fd2.ad_id = 23) as xqcode + from fiche ap + where ap.f_id=$1 + ", [$p_fid]); + + + // Detail for this one + $detail=HtmlInput::anchor($row['xqcode'], "", + sprintf("onclick=\"linked_card_option('%s','%s')\"", $action_person_id, $dossier_id), + 'class="line"', _("Options")); + // remove card + $js_remove=sprintf("action_remove_concerned('%s','%s','%s')", dossier::id(), $p_fid, $this->ag_id); + $remove=Icon_Action::trash(uniqid(), $js_remove); + $r=<< + + + {$detail} + + + {$row['xname']} + + + {$row['xfirst_name']} + +EOF; + $nb_other=count($pa_Column); + for ($i=0; $i<$nb_other; $i++) + { + $value=$this->db->get_value(" + select apo2.ap_value + from action_person_option apo2 + join action_person ap on (apo2.action_person_id=ap.ap_id) + where + apo2.contact_option_ref_id =$1 + and ap.f_id=$2 + ", array($pa_Column[$i]['cor_id'], $p_fid)); + $r.=td($value); + } + $r.=''.$remove.''; + $r.=''; + return $r; + } + + /** + * Display all the person with option in a html table + */ + function display_table() + { + require_once NOALYSS_TEMPLATE."/follow_up_other_concerned_display_table.php"; + } + + /** + * Get Available options + */ + function get_option() + { + $aColumn=$this->db->get_array("select cor_id,cor_label,jdoc.jdoc_enable + from contact_option_ref cor + join jnt_document_option_contact jdoc on (cor.cor_id=jdoc.contact_option_ref_id ) + join action_gestion ag on (ag.ag_type=jdoc.document_type_id ) + where ag_id=$1 and jdoc.jdoc_enable=1 + order by upper(cor_label)", [$this->ag_id]); + return $aColumn; + } + +} +?> diff --git a/include/class/operation_predef_mtable.class.php b/include/class/operation_predef_mtable.class.php new file mode 100644 index 000000000..a425c3e46 --- /dev/null +++ b/include/class/operation_predef_mtable.class.php @@ -0,0 +1,185 @@ +set_property_visible("od_id",false); + $this->set_property_visible("od_direct",false); + $this->set_property_visible("od_item",false); + $this->set_col_label("jrn_def_id",_("Journal")); + $this->set_col_label("od_name",_("Nom")); + $this->set_col_label("od_jrn_type",_("Type de journal")); + $this->set_col_label("od_description",_("Description")); + + $aLedger=$p_table->cn->make_array("select jrn_def_id,jrn_def_name from jrn_def order by jrn_def_name asc"); + + $this->set_sort_column("od_name"); + $this->set_col_sort(1); + $this->set_order(array("jrn_def_id","od_name","od_description","od_jrn_type")); + $this->set_col_type("jrn_def_id","select",$aLedger); + + $this->set_callback("ajax_misc.php"); + $this->set_property_updatable("jrn_def_id",false); + $this->set_property_updatable("od_jrn_type",false); + $this->pre_operation=null; + // create our own "Append button" + $this->set_append_row(false); + $this->set_dialog_box("prdfop"); + $this->set_dialogbox_style(["position"=>"fixed","top"=>"5%","width:auto","min-width"=>"80%"]); + } + + /** + * @return mixed + */ + public function get_force_ledger_type() + { + return $this->force_ledger_type; + } + + /** + * When adding the ledger_type must be set + * if p_id == -2 then type ACH , 3 for VEN and 4 for ODS + * @param mixed $force_ledger_type + */ + public function set_force_ledger_type($force_ledger_type) + { + $aLedger=array(-2=>'ACH',-3=>'VEN',-4=>'ODS'); + $this->force_ledger_type = $aLedger[$force_ledger_type]; + return $this; + } + + /** + * Display the form + * @throws Exception + */ + function input() + { + $obj=$this->get_table(); + $od_id=$obj->get("od_id"); + if ($od_id > 0 ) { + $this->pre_operation = new Pre_operation($obj->cn); + $this->pre_operation->set_od_id($obj->get("od_id")); + $this->pre_operation->display(); + } else { + // display blanck operation type ledger = ACH + $this->pre_operation = new Pre_operation($obj->cn); + // new operation od_id = -1 + $this->pre_operation->set_od_id(-1); + $this->pre_operation->set_jrn_type($this->get_force_ledger_type()); + $this->pre_operation->display(); + + } + } + + /** + * Get values from the request + * - table is the sql table + * - ctl_id is the dialog box id + * - p_id = predef_op.od_id + * + * @code + * json = {"table":"public.op_predef", + "ctl_id":"dtr", + "ac":"COMPTA/ADV/PREDOP", + "op":"save_predf", + "gDossier":["28", "28"], + "p_id":"15", + "action":"save", + "ctl":"tbl5f6a1d09035f2", + "nb_item":"10", + "e_client":"", + "p_jrn":"2", + "e_march0":"MARCHA", + "e_march0_price":"102.0000", + "e_quant0":"1.0000", + "htva_march0":"0", + "e_march0_tva_id":"4", + "bt_e_march0_tva_id":"+TVA+", + "e_march0_tva_amount":"0.0000", + "tva_march0":"0","tvac_march0":"0", + "jrn_type":"VEN", + "5f6a1d0b23242_ledger":"O"," + 5f6a1d0b23242":"1", + "update":"OK", + "5f6a1d5b70997_ledger":"O", + "5f6a1d5b70997":"1"} + * @endcode + */ + function from_request() + { + $http=new HttpInput(); + $obj=$this->get_table(); + $this->pre_operation=new Pre_operation($obj->cn); + $this->pre_operation->get_post(); + $this->pre_operation->set_od_id($http->post("p_id","number")); + } + + function save() + { + $this->pre_operation->save(); + $this->set_pk($this->pre_operation->get_od_id()); + } + + /** + * Display a button to choose a type of operation and call a dialog box for adding + */ + function display_button_add() + { + $select=new Select_Box(uniqid(),_("Ajout")); + $select->set_position('in-absolute'); + $select->add_javascript(_("Achat"),sprintf("%s.input('-2','%s')", + $this->get_object_name(), + $this->get_object_name(), "xx", "smallbutton", BUTTONADD)); + + $select->add_javascript(_("Vente"),sprintf("%s.input('-3','%s')", + $this->get_object_name(), + $this->get_object_name(), "xx", "smallbutton", BUTTONADD)); + + $select->add_javascript(_("Opérations Diverses"),sprintf("%s.input('-4','%s')", + $this->get_object_name(), + $this->get_object_name(), "xx", "smallbutton", BUTTONADD)); + echo $select->input(); + } +} \ No newline at end of file diff --git a/include/class/periode.class.php b/include/class/periode.class.php index 43cde5797..a8b0272b5 100644 --- a/include/class/periode.class.php +++ b/include/class/periode.class.php @@ -573,6 +573,7 @@ class Periode if ($obj->getp("p_closed")=="f") { $checkbox=new ICheckBox("sel_per_close[]"); + $checkbox->set_range("sel_per_close_ck"); $checkbox->set_attribute("per_id", $obj->getp("p_id")); $checkbox->value=$obj->getp("p_id"); echo "".$checkbox->input().""; diff --git a/include/class/periode_ledger_table.class.php b/include/class/periode_ledger_table.class.php index 263b23105..c3d057e8b 100644 --- a/include/class/periode_ledger_table.class.php +++ b/include/class/periode_ledger_table.class.php @@ -131,6 +131,7 @@ class Periode_Ledger_Table if ($pa_row["status"] == "OP") { $checkbox=new ICheckBox("sel_per_close[]"); $checkbox->set_attribute("per_id", $pa_row['id']); + $checkbox->set_range("sel_per_close_ck"); $checkbox->value=$pa_row['id']; echo "".$checkbox->input().""; }else { diff --git a/include/class/pre_op_ach.class.php b/include/class/pre_op_ach.class.php index 722c9deed..6fe902821 100644 --- a/include/class/pre_op_ach.class.php +++ b/include/class/pre_op_ach.class.php @@ -29,97 +29,92 @@ require_once NOALYSS_INCLUDE.'/class/pre_operation.class.php'; */ class Pre_op_ach extends Pre_operation_detail { - var $op; - function __construct($cn,$p_id=0) + function __construct($cn) { - parent::__construct($cn,$p_id); - - $this->operation->od_direct='f'; + parent::__construct($cn); } - + /** + * @brief get the post and stove them into data member , before saving them in the db + * @see save + */ function get_post() { - parent::get_post(); - $http=new HttpInput(); - $this->operation->od_direct='f'; + $http = new \HttpInput(); + $nb = $http->post("nb_item", "number"); $this->e_client=$http->post('e_client'); - for ($i=0;$i<$this->operation->nb_item;$i++) - { - $march="e_march".$i; - $this->$march=$http->post('e_march'.$i); - $this->{"e_march".$i."_price"}=$http->post('e_march'.$i."_price","string",0); - $this->{"e_march".$i."_price"}=$http->post('e_march'.$i."_price","string",0); - $this->{"e_march".$i."_tva_id"}=$http->post('e_march'.$i."_tva_id","string",0); - $this->{"e_march".$i."_tva_amount"}=$http->post('e_march'.$i."_tva_amount","string",0); - $this->{"e_march".$i."_label"}=$http->post('e_march'.$i."_label","string",NULL); - $this->{"e_quant".$i}=$http->post('e_quant'.$i); - + for ($i = 0; $i < $nb; $i++) { + $march = "e_march" . $i; + $http->set_empty(""); + $this->$march = $http->post('e_march' . $i); + $this->{"e_march" . $i . "_tva_id"} = $http->post('e_march' . $i . "_tva_id", "string", 0); + $this->{"e_march" . $i . "_tva_id"} = $http->post('e_march' . $i . "_tva_id", "string", "0"); + $this->{"e_march" . $i . "_label"} = $http->post('e_march' . $i . "_label", "string", ""); + $http->set_empty(0); + $this->{"e_march" . $i . "_price"} = $http->post('e_march' . $i . "_price","number"); + $this->{"e_march" . $i . "_tva_amount"} = $http->post('e_march' . $i . "_tva_amount", "string", "0"); + $this->{"e_quant" . $i} = $http->post('e_quant' . $i, "number"); } } - /*! * \brief save the detail and op in the database * */ - function save() + function save($p_od_id,$p_nb_item) { try { - $this->db->start(); - if ($this->operation->save() == false ) - return; // save the client $sql=sprintf('insert into op_predef_detail (od_id,opd_poste,opd_debit)'. - ' values '. - "(%d,'%s','%s')", - $this->operation->od_id, - $this->e_client, - "f"); + ' values '. + "(%d,'%s','%s')", + $p_od_id, + $this->e_client, + "f"); $this->db->exec_sql($sql); - // save the selling - for ($i=0;$i<$this->operation->nb_item;$i++) + + for ($i=0;$i<$p_nb_item;$i++) { if ( strlen(trim($this->{"e_march".$i}))=="") continue; $sql= 'insert into op_predef_detail (opd_poste,' - . 'opd_amount,' - . 'opd_tva_id,' - . 'opd_quantity,' - . 'opd_debit,' - . 'od_id ,' - . 'opd_tva_amount,' - . 'opd_comment'. - ')'. - ' values ($1,$2,$3,$4,$5,$6,$7,$8)'; + . 'opd_amount,' + . 'opd_tva_id,' + . 'opd_quantity,' + . 'opd_debit,' + . 'od_id ,' + . 'opd_tva_amount,' + . 'opd_comment'. + ')'. + ' values ($1,$2,$3,$4,$5,$6,$7,$8)'; $this->db->exec_sql($sql, - array($this->{"e_march".$i}, - $this->{"e_march".$i."_price"}, - $this->{"e_march".$i."_tva_id"}, - $this->{"e_quant".$i}, - 't', - $this->operation->od_id, - $this->{"e_march".$i."_tva_amount"}, - $this->{"e_march".$i."_label"}, - )); + array($this->{"e_march".$i}, + $this->{"e_march".$i."_price"}, + $this->{"e_march".$i."_tva_id"}, + $this->{"e_quant".$i}, + 't', + $p_od_id, + $this->{"e_march".$i."_tva_amount"}, + $this->{"e_march".$i."_label"}, + )); } } catch (Exception $e) { - record_log($e); - echo ($e->getMessage()); - $this->db->rollback(); + record_log("PREOPACH01".$e->getMessage().$e->getTraceAsString()); + throw $e; } - $this->db->commit(); } - /*!\brief compute an array accordingly with the FormVenView function + /** + * @brief compute an array accordingly with the FormVenView function, first the data is fetched (via load) + * to the database and turns into an array to be use with Pre_Op_Ach::display * @return an array for filling the form + * @see load */ - function compute_array() + function compute_array($p_od_id) { $count=0; - $a_op=$this->operation->load(); - $array=$this->operation->compute_array($a_op); - $p_array=$this->load(); - if ( empty ($p_array)) return array(); + $array=array(); + $p_array=$this->load($p_od_id); + if (empty($p_array)) return array(); foreach ($p_array as $row) { if ( $row['opd_debit']=='f') @@ -128,19 +123,20 @@ class Pre_op_ach extends Pre_operation_detail } else { - if ( trim($row['opd_poste']) !="" ) + if ( trim($row['opd_poste']) != "") { $array+=array("e_march".$count=>$row['opd_poste'], - "e_march".$count."_price"=>$row['opd_amount'], - "e_march".$count."_tva_id"=>$row['opd_tva_id'], - "e_march".$count."_tva_amount"=>$row['opd_tva_amount'], - "e_quant".$count=>$row['opd_quantity'] - ); + "e_march".$count."_price"=>$row['opd_amount'], + "e_march".$count."_tva_id"=>$row['opd_tva_id'], + "e_quant".$count=>$row['opd_quantity'], + "e_march".$count."_label"=>$row['opd_comment'], + "e_march".$count."_tva_amount"=>$row['opd_tva_amount'], + ); $count++; } } - $array['nb_item']=$count; } + return $array; } /** @@ -148,264 +144,268 @@ class Pre_op_ach extends Pre_operation_detail * load the data from the database and return an array * \return an array */ - function load() + function load($p_od_id) { $sql="select opd_id,opd_poste,opd_amount,opd_tva_id,opd_debit,". - " opd_quantity,opd_tva_amount from op_predef_detail where od_id=".$this->operation->od_id. - " order by opd_id"; - $res=$this->db->exec_sql($sql); + " opd_quantity , opd_comment,opd_tva_amount from op_predef_detail where od_id= $1 ". + " order by opd_id"; + $res=$this->db->exec_sql($sql,[$p_od_id]); + if ($res == false) return array(); $array=Database::fetch_all($res); return $array; } - function set_od_id($p_id) - { - $this->operation->od_id=$p_id; - } + + /** + * Display the form for modifying or adding new predefined operation + * @param array $p_array is the result of compute_array or blank + * @return string containing HTML code of the form + * @throws Exception + * @see compute_array + * @see load + * + */ function display($p_array) { require_once NOALYSS_INCLUDE.'/class/acc_ledger_purchase.class.php'; global $g_parameter,$g_user; - extract($p_array, EXTR_SKIP); - $ledger=new Acc_Ledger_Purchase($this->db,$this->jrn_def_id); - if ( $p_array != null ) extract($p_array, EXTR_SKIP); + $ledger=new Acc_Ledger_Purchase($this->db,$p_array['p_jrn']); - $flag_tva=$g_parameter->MY_TVA_USE; - /* Add button */ - $f_add_button=new IButton('add_card'); - $f_add_button->label=_('Créer une nouvelle fiche'); - $f_add_button->tabindex=-1; - $f_add_button->set_attribute('ipopup','ipop_newcard'); - $f_add_button->set_attribute('jrn',$this->jrn_def_id); - $f_add_button->javascript=" this.jrn=\$('p_jrn').value;select_card_type(this);"; + $flag_tva=$g_parameter->MY_TVA_USE; + /* Add button */ + $f_add_button=new IButton('add_card'); + $f_add_button->tabindex=-1; + $f_add_button->label=_('Créer une nouvelle fiche'); + $f_add_button->set_attribute('ipopup','ipop_newcard'); + $f_add_button->set_attribute('jrn',$p_array['p_jrn']); + $f_add_button->javascript="this.jrn=\$('p_jrn').value; select_card_type(this);"; - $f_add_button2=new IButton('add_card2'); - $f_add_button2->tabindex=-1; - $f_add_button2->label=_('Créer une nouvelle fiche'); - $f_add_button2->set_attribute('ipopup','ipop_newcard'); - $f_add_button2->set_attribute('filter',$ledger->get_all_fiche_def ()); - // $f_add_button2->set_attribute('jrn',$ledger->id); - $f_add_button2->javascript=" this.jrn=\$('p_jrn').value;select_card_type(this);"; - $str_add_button=""; - $str_add_button2=""; - if ($g_user->check_action(FICADD)==1) - { - $str_add_button=$f_add_button->input(); - $str_add_button2=$f_add_button2->input(); - } + $f_add_button2=new IButton('add_card2'); + $f_add_button2->tabindex=-1; + $f_add_button2->label=_('Créer une nouvelle fiche'); + $f_add_button2->set_attribute('ipopup','ipop_newcard'); + $f_add_button2->set_attribute('filter',$ledger->get_all_fiche_def ()); + // $f_add_button2->set_attribute('jrn',$ledger->id); + $f_add_button2->javascript=" this.jrn=\$('p_jrn').value;select_card_type(this);"; - $r=""; - $r.=dossier::hidden(); - $f_legend=_("En-tête facture fournisseur"); - $f_legend_detail=_("Détail articles acheté"); + $str_add_button=""; + $str_add_button2=""; + if ($g_user->check_action(FICADD)==1) + { + $str_add_button=$f_add_button->input(); + $str_add_button2=$f_add_button2->input(); + } - // Ledger (p_jrn) - //-- - /* if we suggest the next pj, then we need a javascript */ - $add_js=""; - - // Display the customer - //-- - $fiche='cred'; - - // Save old value and set a new one - //-- - $e_client=( isset ($e_client) )?$e_client:""; - $e_client_label=" ";//str_pad("",100,"."); + $r=''; + $r.=dossier::hidden(); + $f_legend=_('En-tête facture fournisseur'); - // retrieve e_client_label - //-- + // Display the customer + //-- + $fiche='deb'; - if ( strlen(trim($e_client)) != 0) - { - $fClient=new Fiche($ledger->db); - $fClient->get_by_qcode($e_client); - $e_client_label=$fClient->strAttribut(ATTR_DEF_NAME).' '. - ' Adresse : '.$fClient->strAttribut(ATTR_DEF_ADRESS).' '. - $fClient->strAttribut(ATTR_DEF_CP).' '. - $fClient->strAttribut(ATTR_DEF_CITY).' '; + // Save old value and set a new one + //-- + $e_client=( isset ($p_array["e_client"]) )?$p_array["e_client"]:""; + $e_client_label=" ";//str_pad("",100,"."); - } + // retrieve e_client_label + //-- - $W1=new ICard(); - $W1->label=_("Fournisseur ").Icon_Action::infobulle(0) ; - $W1->name="e_client"; - $W1->tabindex=3; - $W1->value=$e_client; - $W1->table=0; - $W1->set_dblclick("fill_ipopcard(this);"); - $W1->set_attribute('ipopup','ipopcard'); - - // name of the field to update with the name of the card - $W1->set_attribute('label','e_client_label'); - // name of the field to update with the name of the card - $W1->set_attribute('typecard','cred'); - - // Add the callback function to filter the card on the jrn - $W1->set_callback('filter_card'); - $W1->set_function('fill_data'); - $W1->javascript=sprintf(' onchange="fill_data_onchange(\'%s\');" ', - $W1->name); - $f_client_qcode=$W1->input(); - $client_label=new ISpan(); - $client_label->table=0; - $f_client=$client_label->input("e_client_label",$e_client_label); - $f_client_bt=$W1->search(); + if ( strlen(trim($e_client)) != 0) + { + $fClient=new Fiche($ledger->db); + $fClient->get_by_qcode($e_client); + $e_client_label=$fClient->strAttribut(ATTR_DEF_NAME).' '. + ' Adresse : '.$fClient->strAttribut(ATTR_DEF_ADRESS).' '. + $fClient->strAttribut(ATTR_DEF_CP).' '. + $fClient->strAttribut(ATTR_DEF_CITY).' '; - // Record the current number of article - $min=$ledger->get_min_row(); - $p_article= ( isset ($nb_item))?$nb_item:$min; - $max=($p_article < $min)?$min:$p_article; + } - $e_comment=(isset($e_comment))?$e_comment:""; - $Hid=new IHidden(); - $r.=$Hid->input("nb_item",$p_article); - // For each article - //-- - for ($i=0;$i< $max ;$i++) - { - // Code id, price & vat code - //-- - $march=(isset(${"e_march$i"}))?${"e_march$i"}:"" ; - $march_price=(isset(${"e_march".$i."_price"}))?${"e_march".$i."_price"}:"" - ; - /* use vat */ - if ( $g_parameter->MY_TVA_USE=='Y') - { - $march_tva_id=(isset(${"e_march$i"."_tva_id"}))?${"e_march$i"."_tva_id"}:""; - $march_tva_amount=(isset(${"e_march$i"."_tva_amount"}))?${"e_march$i"."_tva_amount"}:""; - } + $W1=new ICard(); + $W1->label="Client ".Icon_Action::infobulle(0) ; + $W1->name="e_client"; + $W1->tabindex=3; + $W1->value=$e_client; + $W1->table=0; + $W1->set_dblclick("fill_ipopcard(this);"); + $W1->set_attribute('ipopup','ipopcard'); + + // name of the field to update with the name of the card + $W1->set_attribute('label','e_client_label'); + // name of the field to update with the name of the card + $W1->set_attribute('typecard','cred'); + + // Add the callback function to filter the card on the jrn + $W1->set_callback('filter_card'); + $W1->set_function('fill_data'); + $W1->javascript=sprintf(' onchange="fill_data_onchange(\'%s\');" ', + $W1->name); + $f_client_qcode=$W1->input(); + $client_label=new ISpan(); + $client_label->table=0; + $f_client=$client_label->input("e_client_label",$e_client_label); + $f_client_bt=$W1->search(); + + + // Record the current number of article + $min=$ledger->get_min_row(); + $p_article= ( isset ($p_array["nb_item"]))?$p_array["nb_item"]:$min; + $max=($p_article < $min)?$min:$p_article; + + $e_comment=(isset($p_array["e_comment"]))?$p_array["e_comment"]:""; + $Hid=new IHidden(); + $r.=$Hid->input("nb_item",$p_article); + + $f_legend_detail=_("Détail articles achetés"); + + // For each article + //-- + for ($i=0;$i< $max;$i++) + { + // Code id, price & vat code + //-- + $march=(isset($p_array["e_march$i"]))?$p_array["e_march$i"]:"" + ; + $march_price=(isset($p_array["e_march".$i."_price"]))?$p_array["e_march".$i."_price"]:"" + ; + if ( $flag_tva=='Y') + { + $march_tva_id=(isset($p_array["e_march$i"."_tva_id"]))?$p_array["e_march$i"."_tva_id"]:""; + $march_tva_amount=(isset($p_array["e_march$i"."_tva_amount"]))?$p_array["e_march$i"."_tva_amount"]:""; + } + $march_label=(isset($p_array["e_march".$i."_label"]))?$p_array["e_march".$i."_label"]:""; + + // retrieve the tva label and name + //-- + if ( strlen(trim($march))!=0 && strlen(trim($march_label))==0) + { + $fMarch=new Fiche($ledger->db); + $fMarch->get_by_qcode($march); + $march_label=$fMarch->strAttribut(ATTR_DEF_NAME); + if ( $flag_tva=='Y') + { + if ( ! (isset($p_array["e_march$i"."_tva_id"]))) + $march_tva_id=$fMarch->strAttribut(ATTR_DEF_TVA); + } + } + // Show input + //-- + $W1=new ICard(); + $W1->label=""; + $W1->name="e_march".$i; + $W1->value=$march; + $W1->table=1; + $W1->set_attribute('typecard','deb'); + $W1->set_dblclick("fill_ipopcard(this);"); + $W1->set_attribute('ipopup','ipopcard'); + + // name of the field to update with the name of the card + $W1->set_attribute('label','e_march'.$i.'_label'); + // name of the field with the price + $W1->set_attribute('price','e_march'.$i.'_price'); + // name of the field with the TVA_ID + $W1->set_attribute('tvaid','e_march'.$i.'_tva_id'); + // Add the callback function to filter the card on the jrn + $W1->set_callback('filter_card'); + $W1->set_function('fill_data'); + $W1->javascript=sprintf(' onchange="fill_data_onchange(\'%s\');" ', + $W1->name); + + $W1->readonly=false; + + $array[$i]['quick_code']=$W1->input(); + $array[$i]['bt']=$W1->search(); + // For computing we need some hidden field for holding the value + $array[$i]['hidden']=''; + if ( $flag_tva=='Y') $array[$i]['hidden'].=HtmlInput::hidden('tva_march'.$i,0); + + $htva=new INum('htva_march'.$i); + $htva->readOnly=1; + $htva->value=0; + $array[$i]['htva']=$htva->input(); + + if ( $g_parameter->MY_TVA_USE=='Y') + $tvac=new INum('tvac_march'.$i); + else + $tvac=new IHidden('tvac_march'.$i); + + $tvac->readOnly=1; + $tvac->value=0; + $array[$i]['tvac']=$tvac->input(); + + if ( $g_parameter->MY_UPDLAB == 'Y') + { + $Span=new IText("e_march".$i."_label"); + + $Span->css_size="100%"; + } else + { + $Span=new ISpan("e_march".$i."_label"); + } + $Span->value=$march_label; + $Span->setReadOnly(false); + // card's name, price + //-- + $array[$i]['denom']=$Span->input("e_march".$i."_label",$march_label); + // price + $Price=new INum(); + $Price->setReadOnly(false); + $Price->prec=4; + $Price->size=9; + $Price->javascript="onBlur='format_number(this);clean_tva($i);compute_ledger($i)'"; + $array[$i]['pu']=$Price->input("e_march".$i."_price",$march_price); + $array[$i]['tva']=''; + $array[$i]['amount_tva']=''; + // if tva is not needed then no tva field + if ( $flag_tva == 'Y' ) + { + // vat label + //-- + $Tva=new ITva_Popup($ledger->db); + $Tva->in_table=true; + $Tva->set_attribute('compute',$i); + + $Tva->js='onblur="format_number(this);clean_tva('.$i.');compute_ledger('.$i.')"'; + $Tva->value=$march_tva_id; + $array[$i]['tva']=$Tva->input("e_march$i"."_tva_id"); + // vat amount + //-- + $wTva_amount=new INum(); + $wTva_amount->readOnly=false; + $wTva_amount->size=6; + $wTva_amount->javascript="onBlur='format_number(this);compute_ledger($i)'"; + $array[$i]['amount_tva']=$wTva_amount->input("e_march".$i."_tva_amount",$march_tva_amount); + } + // quantity + //-- + $quant=(isset($p_array["e_quant$i"]))?$p_array["e_quant$i"]:"1" + ; + $Quantity=new INum(); + $Quantity->setReadOnly(false); + $Quantity->size=8; + $Quantity->javascript="onChange='format_number(this);clean_tva($i);compute_ledger($i)'"; + $array[$i]['quantity']=$Quantity->input("e_quant".$i,$quant); + + }// foreach article + $f_type=_('Client'); + + + ob_start(); + require_once NOALYSS_TEMPLATE.'/predf_ledger_detail.php'; + $r.=ob_get_contents(); + ob_end_clean(); - $march_label=(isset(${"e_march".$i."_label"}))?${"e_march".$i."_label"}:""; - // retrieve the tva label and name - //-- - if ( strlen(trim($march))!=0 && strlen(trim($march_label))==0 ) - { - $fMarch=new Fiche($ledger->db); - $fMarch->get_by_qcode($march); - $march_label=$fMarch->strAttribut(ATTR_DEF_NAME); - /* vat use */ - if ( ! isset($march_tva_id) && $g_parameter->MY_TVA_USE=='Y' ) - $march_tva_id=$fMarch->strAttribut(ATTR_DEF_TVA); - } - // Show input - //-- - $W1=new ICard(); - $W1->label=""; - $W1->name="e_march".$i; - $W1->value=$march; - $W1->table=1; - $W1->set_dblclick("fill_ipopcard(this);"); - $W1->set_attribute('ipopup','ipopcard'); + // Set correctly the REQUEST param for jrn_type + $r.=HtmlInput::hidden('jrn_type','ACH'); + $r.= Html_Input_Noalyss::ledger_add_item("O"); - $W1->set_attribute('typecard','deb'); + return $r; - // name of the field to update with the name of the card - $W1->set_attribute('label','e_march'.$i.'_label'); - // name of the field with the price - $W1->set_attribute('purchase','e_march'.$i.'_price'); /* autocomplete */ - $W1->set_attribute('price','e_march'.$i.'_price'); /* via search */ - - // name of the field with the TVA_ID - $W1->set_attribute('tvaid','e_march'.$i.'_tva_id'); - // Add the callback function to filter the card on the jrn - $W1->set_callback('filter_card'); - $W1->set_function('fill_data'); - $W1->javascript=sprintf(' onchange="fill_data_onchange(\'%s\');" ', - $W1->name); - $W1->readonly=false; - $array[$i]['quick_code']=$W1->input(); - $array[$i]['bt']=$W1->search(); - - $array[$i]['hidden']=''; - // For computing we need some hidden field for holding the value - if ( $g_parameter->MY_TVA_USE=='Y') - { - $array[$i]['hidden'].=HtmlInput::hidden('tva_march'.$i,0); - } - - if ( $g_parameter->MY_TVA_USE=='Y') - $tvac=new INum('tvac_march'.$i); - else - $tvac=new IHidden('tvac_march'.$i); - - $tvac->readOnly=1; - $tvac->value=0; - $array[$i]['tvac']=$tvac->input(); - - $htva=new INum('htva_march'.$i); - $htva->readOnly=1; - - $htva->value=0; - $array[$i]['htva']=$htva->input(); - - if ( $g_parameter->MY_UPDLAB == 'Y') - { - $Span=new IText("e_march".$i."_label"); - $Span->css_size="100%"; - } else - { - $Span=new ISpan("e_march".$i."_label"); - } - $Span->value=$march_label; - $Span->setReadOnly(false); - // card's name, price - //-- - $array[$i]['denom']=$Span->input("e_march".$i."_label",$march_label); - // price - $Price=new INum(); - $Price->prec=4; - $Price->setReadOnly(false); - $Price->size=9; - $Price->javascript="onBlur='format_number(this);clean_tva($i);compute_ledger($i)'"; - $array[$i]['pu']=$Price->input("e_march".$i."_price",$march_price); - if ( $g_parameter->MY_TVA_USE=='Y') - { - - // vat label - //-- - $Tva=new ITva_Popup($ledger->db); - $Tva->js="onblur=\"format_number(this);onChange=clean_tva($i);compute_ledger($i)\""; - $Tva->in_table=true; - $Tva->set_attribute('compute',$i); - $Tva->value=$march_tva_id; - $array[$i]['tva']=$Tva->input("e_march$i"."_tva_id"); - - // Tva_amount - - // price - $Tva_amount=new INum(); - $Tva_amount->setReadOnly(false); - $Tva_amount->size=9; - $Tva_amount->javascript="onBlur='format_number(this);compute_ledger($i)'"; - $array[$i]['amount_tva']=$Tva_amount->input("e_march".$i."_tva_amount",$march_tva_amount); - } - // quantity - //-- - $quant=(isset(${"e_quant$i"}))?${"e_quant$i"}:"1" - ; - $Quantity=new INum(); - $Quantity->setReadOnly(false); - $Quantity->size=9; - $Quantity->javascript="onChange=format_number(this);clean_tva($i);compute_ledger($i)"; - $array[$i]['quantity']=$Quantity->input("e_quant".$i,$quant); - - } - $f_type=_('Fournisseur'); - - ob_start(); - require_once NOALYSS_TEMPLATE.'/predf_ledger_detail.php'; - $r.=ob_get_contents(); - ob_end_clean(); - - // Set correctly the REQUEST param for jrn_type - $r.= HtmlInput::hidden('jrn_type','ACH'); - $r.= Html_Input_Noalyss::ledger_add_item("O"); - - return $r; } } \ No newline at end of file diff --git a/include/class/pre_op_advanced.class.php b/include/class/pre_op_advanced.class.php index 3d78bc9e7..e1e45ec14 100644 --- a/include/class/pre_op_advanced.class.php +++ b/include/class/pre_op_advanced.class.php @@ -29,18 +29,20 @@ require_once NOALYSS_INCLUDE.'/class/pre_operation.class.php'; */ class Pre_Op_Advanced extends Pre_operation_detail { - var $op; function __construct($cn) { parent::__construct($cn); - $this->operation->od_direct='t'; } + /** + * @brief get the post and stove them into data member , before saving them in the db + * @see save + */ function get_post() { - parent::get_post(); - $http=new HttpInput(); + $http = new \HttpInput(); + $nb = $http->post("nb_item", "number"); - for ($i=0;$i<$this->operation->nb_item;$i++) + for ($i=0;$i<$nb;$i++) { $poste=$http->post("poste".$i,"string", null); $qcode=$http->post("qc_".$i,"string", null); @@ -54,10 +56,14 @@ class Pre_Op_Advanced extends Pre_operation_detail } if ( $qcode != null && trim ($qcode) != "") { - $this->{'isqc'.$i}=(trim($_POST['qc_'.$i]) != "")?'t':'f'; + $this->{'isqc'.$i}=(trim($http->post('qc_'.$i)) != "")?'t':'f'; $this->{'poste'.$i}=trim ($qcode); - } - $this->{"amount".$i}=$_POST['amount'.$i]; + } + $http->set_empty(0); + $this->{"amount".$i}=$http->post('amount'.$i); + $http->set_empty(""); + $this->{"ld".$i}=$http->post("ld".$i); + $this->{"ck".$i}=(isset($_POST['ck'.$i]))?'t':'f'; } @@ -66,60 +72,53 @@ class Pre_Op_Advanced extends Pre_operation_detail * \brief save the detail and op in the database * */ - function save() + function save($p_od_id,$p_nb_item) { try { - if ($this->operation->save() == false ) - return; - $this->db->start(); // save the selling - for ($i=0;$i<$this->operation->nb_item;$i++) + for ($i=0;$i<$p_nb_item;$i++) { if ( ! isset ($this->{"poste".$i})) continue; $sql=sprintf('insert into op_predef_detail (opd_poste,opd_amount,'. - 'opd_debit,od_id,opd_qc)'. - ' values '. - "('%s',%.2f,'%s',%d,'%s')", - $this->{"poste".$i}, - $this->{"amount".$i}, - $this->{"ck".$i}, - $this->operation->od_id, - $this->{'isqc'.$i} + 'opd_debit,od_id,opd_qc,opd_comment)'. + ' values($1,$2,$3,$4,$5,$6) ' ); - $this->db->exec_sql($sql); + $this->db->exec_sql($sql,[$this->{"poste".$i}, + $this->{"amount".$i}, + $this->{"ck".$i}, + $p_od_id, + $this->{'isqc'.$i}, + $this->{"ld".$i}]); } - $this->db->commit(); - + } catch (Exception $e) { - record_log($e); - echo ($e->getMessage()); - $this->db->rollback(); + record_log($e->getMessage().$e->getTraceAsString()); + throw $e; } } /*!\brief compute an array accordingly with the FormVenView function */ - function compute_array() + function compute_array($p_od_id) { $count=0; - $a_op=$this->operation->load(); - $array=$this->operation->compute_array($a_op); - $array['desc']=$array['e_comm']; - $p_array=$this->load(); + $array=array(); + $p_array=$this->load($p_od_id); if (empty($p_array)) return array(); foreach ($p_array as $row) { $tmp_array=array("qc_".$count=>'', "poste".$count=>'', "amount".$count=>$row['opd_amount'], - 'ck'.$count=>$row['opd_debit'] + 'ck'.$count=>$row['opd_debit'], + "ld".$count=>$row['opd_comment'] ); if ( $row['opd_qc'] == 't' ) @@ -141,28 +140,33 @@ class Pre_Op_Advanced extends Pre_operation_detail /*!\brief load the data from the database and return an array * \return an array */ - function load() + function load($p_od_id) { - $sql="select opd_id,opd_poste,opd_amount,opd_debit,". - " opd_qc from op_predef_detail where od_id=".$this->operation->od_id. + $sql="select opd_id,opd_poste,opd_amount,opd_debit,opd_comment,". + " opd_qc from op_predef_detail where od_id=$1 ". " order by opd_id"; - $res=$this->db->exec_sql($sql); + $res=$this->db->exec_sql($sql,[$p_od_id]); $array=Database::fetch_all($res); + if ($array == false ) return array(); return $array; } - function set_od_id($p_id) - { - $this->operation->od_id=$p_id; - } - function display($p_array) + /** + * Display the form for modifying or adding new predefined operation + * @param array $p_array is the result of compute_array or blank + * @return string containing HTML code of the form + * @throws Exception + * @see compute_array + * @see load + * + */ + function display($p_array) { global $g_parameter, $g_user; require_once NOALYSS_INCLUDE.'/class/acc_ledger.class.php'; - $legder=new Acc_Ledger($this->db,$this->jrn_def_id); + $legder=new Acc_Ledger($this->db,$p_array['p_jrn']); + $legder->nb=$legder->get_min_row(); - if ($p_array != null) - extract($p_array, EXTR_SKIP); $add_js = ""; $ret = ""; @@ -177,19 +181,18 @@ class Pre_Op_Advanced extends Pre_operation_detail $f_add_button->input(); } - $nb_row = (isset($nb_item) ) ? $nb_item : $legder->nb; + $nb_row = (isset($p_array['nb_item']) ) ? $p_array['nb_item' ]: $legder->nb; $ret.=HtmlInput::hidden('nb_item', $nb_row); - $ret.=HtmlInput::hidden('p_jrn', $this->jrn_def_id); $ret.=dossier::hidden(); $ret.=dossier::hidden(); - $ret.=HtmlInput::hidden('jrn_type', $legder->get_type()); + $ret.=HtmlInput::hidden('jrn_type', "ODS"); $info = Icon_Action::infobulle(0); $info_poste = Icon_Action::infobulle(9); - if ($g_user->check_action(FICADD) == 1) - $ret.=$f_add_button->input(); + if ($g_user->check_action(FICADD) == 1) $ret.=$f_add_button->input(); + $ret.='
            '; $ret.=''; $ret.='' . '' . @@ -220,7 +223,7 @@ class Pre_Op_Advanced extends Pre_operation_detail $quick_code->javascript = sprintf(' onchange="fill_data_onchange(\'%s\');" ', $quick_code->name); $quick_code->jrn = $legder->id; - $quick_code->value = (isset(${'qc_' . $i})) ? ${'qc_' . $i} : ""; + $quick_code->value = (isset($p_array['qc_' . $i])) ? $p_array['qc_' . $i]: ""; $label = ''; if ($quick_code->value != '') @@ -240,7 +243,7 @@ class Pre_Op_Advanced extends Pre_operation_detail $poste->set_attribute('account', 'poste' . $i); $poste->set_attribute('dossier', Dossier::id()); - $poste->value = (isset(${'poste' . $i})) ? ${"poste" . $i} : '' + $poste->value = (isset($p_array['poste' . $i])) ?$p_array['poste' . $i]: '' ; $poste->dbl_click_history(); @@ -256,20 +259,20 @@ class Pre_Op_Advanced extends Pre_operation_detail $line_desc = new IText(); $line_desc->name = 'ld' . $i; $line_desc->size = 30; - $line_desc->value = (isset(${"ld" . $i})) ? ${"ld" . $i} : + $line_desc->value = (isset($p_array["ld" . $i])) ? $p_array["ld" . $i] : $label; // Amount $amount = new INum(); $amount->size = 10; $amount->name = 'amount' . $i; - $amount->value = (isset(${'amount' . $i})) ? ${"amount" . $i} : '' + $amount->value = (isset($p_array['amount' . $i])) ?$p_array['amount' . $i] : '' ; $amount->javascript = ' onChange="format_number(this);checkTotalDirect()"'; // D/C $deb = new ICheckBox(); $deb->name = 'ck' . $i; - $deb->selected = (isset(${'ck' . $i})) ? true : false; + $deb->selected = (isset($p_array['ck' . $i])) ? true : false; $deb->javascript = ' onChange="checkTotalDirect()"'; $ret.=''; @@ -284,6 +287,7 @@ class Pre_Op_Advanced extends Pre_operation_detail // If readonly == 1 then show CA } $ret.='
            Quickcode' . $info . '
            '; + $ret.="
            "; $ret.=Html_Input_Noalyss::ledger_add_item("M"); return $ret; } diff --git a/include/class/pre_op_ods.class.php b/include/class/pre_op_ods.class.php index 1130e6208..9b1d8696f 100644 --- a/include/class/pre_op_ods.class.php +++ b/include/class/pre_op_ods.class.php @@ -30,22 +30,23 @@ require_once NOALYSS_INCLUDE.'/class/pre_operation.class.php'; class Pre_op_ods extends Pre_operation_detail { var $op; - function __construct($cn,$p_id=0) + function __construct($cn) { - parent::__construct($cn,$p_id); - $this->operation->od_direct='f'; + parent::__construct($cn); } + /*** + * @brief retrieve data from $_POST + */ function get_post() { - parent::get_post(); - $this->operation->od_direct='f'; - for ($i=0;$i<$this->operation->nb_item;$i++) + $http=new \HttpInput(); + $nb=$http->post("nb_item","number"); + for ($i=0;$i< $nb ;$i++) { - - $this->{"e_account".$i}=$_POST['e_account'.$i]; - $this->{"e_account".$i."_amount"}=$_POST['e_account'.$i."_amount"]; - $this->{"e_account".$i."_type"}=$_POST['e_account'.$i."_type"]; + $this->{"e_account".$i}=$http->post("e_account'.$i"); + $this->{"e_account".$i."_amount"}=$http->post("e_account".$i."_amount","number",0); + $this->{"e_account".$i."_type"}=$http->post('e_account'.$i."_type"); } } @@ -53,45 +54,38 @@ class Pre_op_ods extends Pre_operation_detail * \brief save the detail and op in the database * */ - function save() + function save($p_od_id,$p_nbitem) { try { - $this->db->start(); - if ($this->operation->save() == false ) - return; - // save the selling - for ($i=0;$i<$this->operation->nb_item;$i++) + for ($i=0;$i< $p_nbitem ;$i++) { - $sql=sprintf('insert into op_predef_detail (opd_poste,opd_amount,'. + $sql='insert into op_predef_detail (opd_poste,opd_amount,'. 'opd_debit,od_id)'. - ' values '. - "('%s',%.2f,'%s',%d)", - $this->{"e_account".$i}, - $this->{"e_account".$i."_amount"}, - ($this->{"e_account".$i."_type"}=='d')?'t':'f', - $this->operation->od_id - ); - $this->db->exec_sql($sql); + ' values ($1,$2,$3,$4)'; + + $this->db->exec_sql($sql,array($this->{"e_account".$i}, + $this->{"e_account".$i."_amount"}, + ($this->{"e_account".$i."_type"}=='d')?'t':'f', + $p_od_id) + ); } } catch (Exception $e) { - record_log($e); + record_log($e); echo ($e->getMessage()); - $this->db->rollback(); + throw $e; } } /*!\brief compute an array accordingly with the FormVenView function */ - function compute_array() + function compute_array($p_od_id) { $count=0; - $a_op=$this->operation->load(); - $array=$this->operation->compute_array($a_op); - $p_array=$this->load(); + $p_array=$this->load($p_od_id); foreach ($p_array as $row) { $c=($row['opd_debit']=='t')?'d':'c'; @@ -107,17 +101,13 @@ class Pre_op_ods extends Pre_operation_detail /*!\brief load the data from the database and return an array * \return an array */ - function load() + function load($p_od_id) { $sql="select opd_id,opd_poste,opd_amount,opd_debit". - " from op_predef_detail where od_id=".$this->operation->od_id. + " from op_predef_detail where od_id= $1 ". " order by opd_debit, opd_id,opd_amount"; - $res=$this->db->exec_sql($sql); + $res=$this->db->exec_sql($sql,array($p_od_id)); $array=Database::fetch_all($res); return $array; } - function set_od_id($p_id) - { - $this->operation->od_id=$p_id; - } } diff --git a/include/class/pre_op_ven.class.php b/include/class/pre_op_ven.class.php index 3d97c0687..c73f5e908 100644 --- a/include/class/pre_op_ven.class.php +++ b/include/class/pre_op_ven.class.php @@ -29,53 +29,52 @@ require_once NOALYSS_INCLUDE.'/class/pre_operation.class.php'; */ class Pre_op_ven extends Pre_operation_detail { - var $op; //< Pre_operation - function __construct($cn,$p_id=0) + function __construct($cn) { - parent::__construct($cn,$p_id); - $this->operation->od_direct='f'; //< Pre_operation + parent::__construct($cn); } - + /** + * @brief get the post and stove them into data member , before saving them in the db + * @see save + */ function get_post() { - parent::get_post(); - $this->operation->od_direct='f'; - $this->e_client=$_POST['e_client']; - for ($i=0;$i<$this->operation->nb_item;$i++) + $http=new \HttpInput(); + $nb=$http->post("nb_item","number"); + $this->e_client=$http->post("e_client"); + for ($i=0;$i< $nb;$i++) { $march="e_march".$i; - $this->$march=$_POST['e_march'.$i]; - $this->{"e_march".$i."_price"}=$_POST['e_march'.$i."_price"]; - $this->{"e_march".$i."_tva_id"}=(isset($_POST['e_march'.$i."_tva_id"]))?$_POST['e_march'.$i."_tva_id"]:0; - $this->{"e_march".$i."_tva_amount"}=(isset($_POST['e_march'.$i."_tva_amount"]))?$_POST['e_march'.$i."_tva_amount"]:0; - $this->{"e_march".$i."_tva_id"}=(isset($_POST['e_march'.$i."_tva_id"]))?$_POST['e_march'.$i."_tva_id"]:0; - $this->{"e_march".$i."_label"}=(isset($_POST['e_march'.$i."_label"]))?$_POST['e_march'.$i."_label"]:null; - $this->{"e_quant".$i}=$_POST['e_quant'.$i]; + $http->set_empty(""); + $this->$march=$http->post('e_march'.$i); + $this->{"e_march".$i."_tva_id"}=$http->post('e_march'.$i."_tva_id","string",0); + $this->{"e_march".$i."_tva_id"}=$http->post('e_march'.$i."_tva_id","string","0"); + $this->{"e_march".$i."_label"}=$http->post('e_march'.$i."_label","string",""); + $http->set_empty(0); + $this->{"e_march".$i."_price"}=$http->post('e_march'.$i."_price","number"); + $this->{"e_march".$i."_tva_amount"}=$http->post('e_march'.$i."_tva_amount","number","0"); + $this->{"e_quant".$i}=$http->post('e_quant'.$i,"number"); } } /*! * \brief save the detail and op in the database * */ - function save() + function save($p_od_id,$p_nb_item) { try { - $this->db->start(); - if ($this->operation->save() == false ) - return; // save the client $sql=sprintf('insert into op_predef_detail (od_id,opd_poste,opd_debit)'. - ' values '. - "(%d,'%s','%s')", - $this->operation->od_id, - $this->e_client, - "t"); + ' values '. + "(%d,'%s','%s')", + $p_od_id, + $this->e_client, + "t"); $this->db->exec_sql($sql); - // save the selling - for ($i=0;$i<$this->operation->nb_item;$i++) + for ($i=0;$i<$p_nb_item;$i++) { if ( strlen(trim($this->{"e_march".$i}))=="") continue; $sql= 'insert into op_predef_detail (opd_poste,' @@ -94,7 +93,7 @@ class Pre_op_ven extends Pre_operation_detail $this->{"e_march".$i."_tva_id"}, $this->{"e_quant".$i}, 'f', - $this->operation->od_id, + $p_od_id, $this->{"e_march".$i."_tva_amount"}, $this->{"e_march".$i."_label"}, )); @@ -102,21 +101,17 @@ class Pre_op_ven extends Pre_operation_detail } catch (Exception $e) { - record_log($e); - echo ($e->getMessage()); - $this->db->rollback(); + record_log("PREOPVEN01".$e->getMessage().$e->getTraceAsString()); + throw $e; } - $this->db->commit(); - } /*!\brief compute an array accordingly with the FormVenView function */ - function compute_array() + function compute_array($p_od_id) { $count=0; - $a_op=$this->operation->load(); - $array=$this->operation->compute_array($a_op); - $p_array=$this->load(); + $array=array(); + $p_array=$this->load($p_od_id); if (empty($p_array)) return array(); foreach ($p_array as $row) { @@ -139,45 +134,45 @@ class Pre_op_ven extends Pre_operation_detail } } } - // Find the ledger - $ledger=new Acc_Ledger($this->db,$this->operation->jrn_def_id); - // Find the max line of the ledger - $max_row=$ledger->get_min_row(); - - // compute nb_item - $array['nb_item']=($max_row > $count)?$max_row:$count; + return $array; } /*!\brief load the data from the database and return an array * \return an array */ - function load() + function load($p_od_id) { $sql="select opd_id,opd_poste,opd_amount,opd_tva_id,opd_debit,". - " opd_quantity , opd_comment,opd_tva_amount from op_predef_detail where od_id=".$this->operation->od_id. + " opd_quantity , opd_comment,opd_tva_amount from op_predef_detail where od_id= $1 ". " order by opd_id"; - $res=$this->db->exec_sql($sql); + $res=$this->db->exec_sql($sql,[$p_od_id]); $array=Database::fetch_all($res); + if ($res == false) return array(); return $array; } - function set_od_id($p_id) - { - $this->operation->od_id=$p_id; - } + + /** + * Display the form for modifying or adding new predefined operation + * @param array $p_array is the result of compute_array or blank + * @return string containing HTML code of the form + * @throws Exception + * @see compute_array + * @see load + * + */ function display($p_array) { global $g_parameter,$g_user; - if ( $p_array != null ) extract($p_array, EXTR_SKIP); - require_once NOALYSS_INCLUDE.'/class/acc_ledger_sold.class.php'; - $ledger=new Acc_Ledger_Sold($this->db,$this->jrn_def_id); + require_once NOALYSS_INCLUDE.'/class/acc_ledger_sold.class.php'; + $ledger=new Acc_Ledger_Sold($this->db,$p_array['p_jrn']); $flag_tva=$g_parameter->MY_TVA_USE; /* Add button */ $f_add_button=new IButton('add_card'); $f_add_button->tabindex=-1; $f_add_button->label=_('Créer une nouvelle fiche'); $f_add_button->set_attribute('ipopup','ipop_newcard'); - $f_add_button->set_attribute('jrn',$ledger->id); + $f_add_button->set_attribute('jrn',$p_array['p_jrn']); $f_add_button->javascript="this.jrn=\$('p_jrn').value; select_card_type(this);"; $f_add_button2=new IButton('add_card2'); @@ -209,7 +204,7 @@ class Pre_op_ven extends Pre_operation_detail // Save old value and set a new one //-- - $e_client=( isset ($e_client) )?$e_client:""; + $e_client=( isset ($p_array["e_client"]) )?$p_array["e_client"]:""; $e_client_label=" ";//str_pad("",100,"."); @@ -256,10 +251,10 @@ class Pre_op_ven extends Pre_operation_detail // Record the current number of article $min=$ledger->get_min_row(); - $p_article= ( isset ($nb_item))?$nb_item:$min; + $p_article= ( isset ($p_array["nb_item"]))?$p_array["nb_item"]:$min; $max=($p_article < $min)?$min:$p_article; - $e_comment=(isset($e_comment))?$e_comment:""; + $e_comment=(isset($p_array["e_comment"]))?$p_array["e_comment"]:""; $Hid=new IHidden(); $r.=$Hid->input("nb_item",$p_article); @@ -271,16 +266,16 @@ class Pre_op_ven extends Pre_operation_detail { // Code id, price & vat code //-- - $march=(isset(${"e_march$i"}))?${"e_march$i"}:"" + $march=(isset($p_array["e_march$i"]))?$p_array["e_march$i"]:"" ; - $march_price=(isset(${"e_march".$i."_price"}))?${"e_march".$i."_price"}:"" + $march_price=(isset($p_array["e_march".$i."_price"]))?$p_array["e_march".$i."_price"]:"" ; if ( $flag_tva=='Y') { - $march_tva_id=(isset(${"e_march$i"."_tva_id"}))?${"e_march$i"."_tva_id"}:""; - $march_tva_amount=(isset(${"e_march$i"."_tva_amount"}))?${"e_march$i"."_tva_amount"}:""; + $march_tva_id=(isset($p_array["e_march$i"."_tva_id"]))?$p_array["e_march$i"."_tva_id"]:""; + $march_tva_amount=(isset($p_array["e_march$i"."_tva_amount"]))?$p_array["e_march$i"."_tva_amount"]:""; } - $march_label=(isset(${"e_march".$i."_label"}))?${"e_march".$i."_label"}:""; + $march_label=(isset($p_array["e_march".$i."_label"]))?$p_array["e_march".$i."_label"]:""; // retrieve the tva label and name //-- @@ -291,7 +286,7 @@ class Pre_op_ven extends Pre_operation_detail $march_label=$fMarch->strAttribut(ATTR_DEF_NAME); if ( $flag_tva=='Y') { - if ( ! (isset(${"e_march$i"."_tva_id"}))) + if ( ! (isset($p_array["e_march$i"."_tva_id"]))) $march_tva_id=$fMarch->strAttribut(ATTR_DEF_TVA); } } @@ -385,7 +380,7 @@ class Pre_op_ven extends Pre_operation_detail } // quantity //-- - $quant=(isset(${"e_quant$i"}))?${"e_quant$i"}:"1" + $quant=(isset($p_array["e_quant$i"]))?$p_array["e_quant$i"]:"1" ; $Quantity=new INum(); $Quantity->setReadOnly(false); diff --git a/include/class/pre_operation.class.php b/include/class/pre_operation.class.php index 8243b58bb..43c1aef04 100644 --- a/include/class/pre_operation.class.php +++ b/include/class/pre_operation.class.php @@ -34,19 +34,29 @@ require_once NOALYSS_INCLUDE.'/class/pre_op_ven.class.php'; require_once NOALYSS_INCLUDE.'/class/pre_op_advanced.class.php'; class Pre_operation { - var $db; /*!< $db database connection */ - var $nb_item; /*!< $nb_item nb of item */ - var $p_jrn; /*!< $p_jrn jrn_def_id */ - var $jrn_type; /*!< $jrn_type */ - var $name; /*!< $name name of the predef. operation */ - var $detail; /*!< Pre_operation_detail */ - + private $db; /*!< $db database connection */ + private $nb_item; /*!< $nb_item nb of item */ + private $p_jrn; /*!< $p_jrn jrn_def_id */ + private $jrn_type; /*!< $jrn_type */ + private $name; /*!< $name name of the predef. operation */ + private $detail; /*!< Pre_operation_detail object */ + var $od_direct ; /*!< Compatibility for ACH in direct mode, only for ODS */ + private $od_id; /*!< id of the Predefined Operation */ + private $isloaded; + private $description; /*!< description of the predefined operation */ function __construct($cn,$p_id=0) { $this->db=$cn; - $this->od_direct='false'; + $this->od_direct='f'; $this->od_id=$p_id; + $this->p_jrn=0; + $this->jrn_type='x'; + $this->name=''; + $this->isloaded=false; + $this->description=""; + } + /** * @brief Propose to save the operation into a predefined operation * @return HTML string @@ -56,7 +66,7 @@ class Pre_operation $r.= '

            '; $r.= _("Donnez un nom pour sauver cette opération comme modèle")."
            "; $opd_name = new IText('opd_name'); - $r.= "Nom du modèle " . $opd_name->input(); + $r.=_( "Nom du modèle " ) . $opd_name->input(); $opd_description=new ITextarea('od_description'); $opd_description->style=' class="itextarea" style="width:30em;height:4em;vertical-align:top"'; $r.='

            '; @@ -67,6 +77,21 @@ class Pre_operation $r.='

            '; return $r; } + /** + * @return string + */ + public function get_description() + { + return $this->description; + }/** + * @param string $description + */ + public function set_description($description) + { + $this->description = $description; + return $this; + } + /*!\brief fill the object with the $_POST variable */ function get_post() @@ -77,29 +102,55 @@ class Pre_operation $this->jrn_type=$http->post('jrn_type'); $this->name=$http->post('opd_name'); - $this->name=(trim($this->name)=='')?$http->post('e_comm'):$this->name; $this->description= $http->post('od_description'); if ( $this->name=="") { $n=$this->db->get_next_seq('op_def_op_seq'); $this->name=$this->jrn_type.$n; - // common value + } + + // get also info for the details + // common value + $this->detail=Pre_operation_detail::build_detail($this->jrn_type,$this->db); + $this->detail->get_post(); } + + /** + * delete a template operation and children + */ function delete () { $sql="delete from op_predef where od_id=$1"; $this->db->exec_sql($sql,array($this->od_id)); } + function save() + { + if ($this->od_id < 1) { + $this->save_insert(); + } else { + $this->save_update(); + } + + } + function save_update() + { + $sql = "update op_predef set jrn_def_id = $1 , od_name = $2 , + od_item =$3, od_description = $4 where od_id=$5"; + $this->db->exec_sql($sql,array($this->p_jrn,$this->name,$this->nb_item,$this->description,$this->od_id)); + // delete detail& + $this->db->exec_sql("delete from op_predef_detail where od_id = $1",array($this->od_id)); + $this->detail->save($this->od_id,$this->nb_item); + } /*!\brief save the predef check first is the name is unique * \return true op.success otherwise false */ - function save() + function save_insert() { if ( $this->db->count_sql("select * from op_predef ". "where upper(od_name)=upper('".Database::escape_string($this->name)."')". - "and jrn_def_id=".$this->p_jrn) + "and jrn_def_id=".$this->p_jrn." and od_id <> ".$this->od_id) != 0 ) { $this->name="copy_".$this->name."_".microtime(true); @@ -109,24 +160,43 @@ class Pre_operation echo ''.("Vous avez atteint le max. d'opération prédéfinie, désolé").''; return false; } - $sql='insert into op_predef (jrn_def_id,od_name,od_item,od_jrn_type,od_direct,od_description)'. - 'values'. - "($1,$2,$3,$4,$5 ,$6 )"; - $this->db->exec_sql($sql,array($this->p_jrn, - $this->name, - $this->nb_item, - $this->jrn_type, - $this->od_direct, - $this->description, + try { + $this->db->start(); + $sql='insert into op_predef (jrn_def_id,od_name,od_item,od_jrn_type,od_direct,od_description) '. + ' values '. + "($1,$2,$3,$4,$5 ,$6)". + 'returning od_id'; + $this->od_id= $this->db->get_value($sql,array($this->p_jrn, + $this->name, + $this->nb_item, + $this->jrn_type, + $this->od_direct, + $this->description, )); - $this->od_id=$this->db->get_current_seq('op_def_op_seq'); + + + $this->detail->save($this->od_id,$this->nb_item); + $this->db->commit(); + } catch (Exception $e) { + record_log("PROP139.Failed save predefined operation "); + $this->db->rollback(); + } + return true; } /*!\brief load the data from the database and return an array - * \return an array + * \return an double array containing all the data from database */ function load() { + $this->isloaded=true; + //------------------------------------------ + // if new , then od_id == 0 and we need to use blank() + //------------------------------------------ + if ($this->od_id == -1 ) { + $array=$this->blank($this->p_jrn); + return $array; + } $sql="select od_id,jrn_def_id,od_name,od_item,od_jrn_type,od_description". " from op_predef where od_id=$1 ". " order by od_name"; @@ -135,27 +205,39 @@ class Pre_operation foreach (array('jrn_def_id','od_name','od_item','od_jrn_type','od_description') as $field) { $this->$field=$array[0][$field]; } - switch ($this->od_jrn_type) { - case 'ACH': - $this->detail=new Pre_op_ach($this->db); - break; - case 'VEN': - $this->detail=new Pre_Op_ven($this->db); - break; - case 'ODS': - $this->detail=new Pre_op_advanced($this->db); - break; - default: - throw new Exception(sprintf(_('Echec PreOperatoin chargement %s'),$this->od_jrn_type)); - } - $this->detail->set_od_id($this->od_id); - $this->detail->jrn_def_id=$this->jrn_def_id; - + $this->detail = Pre_operation_detail::build_detail($this->od_jrn_type, $this->db); + $array+=$this->detail->load($this->od_id); return $array; } + /** + * create a blank object to insert it later + * @param $p_ledger_id + * @throws Exception + */ + function blank() { + $array["od_id"]=-1; + $array['jrn_def_id']=0; + $array['od_name']=""; + $array['od_item']=2; + $array['od_jrn_type']=$this->get_jrn_type(); + $array['od_description']=""; + foreach (array('jrn_def_id','od_name','od_item','od_jrn_type','od_description') as $field) { + $this->$field=$array[$field]; + } + $this->od_jrn_type=$array['od_jrn_type']; + + $this->detail = Pre_operation_detail::build_detail($array['od_jrn_type'], $this->db); + $darray[0]=$array; + return $darray; + } + function compute_array() { - $p_array=$this->load(); + if ($this->od_id > 0) { + $p_array = $this->load(); + } else { + $p_array=$this->blank(); + } $array=array( "e_comm"=>$p_array[0]["od_name"], "nb_item"=>(($p_array[0]["od_item"]<10)?10:$p_array[0]["od_item"]) , @@ -163,12 +245,16 @@ class Pre_operation "jrn_type"=>$p_array[0]["od_jrn_type"], "od_description"=>$p_array['0']['od_description'] ); + $this->detail = Pre_operation_detail::build_detail($this->od_jrn_type, $this->db); + $array += $this->detail->compute_array($this->od_id); return $array; } - /*!\brief show the button for selecting a predefined operation */ - function show_button() + /*!\brief show the button for selecting a predefined operation + @deprecated + */ + function show_button_deprecated() { $select=new ISelect(); @@ -187,9 +273,9 @@ class Pre_operation function count() { $a=$this->db->count_sql("select od_id,od_name from op_predef ". - " where jrn_def_id=".$this->p_jrn. - " and od_direct ='".$this->od_direct."'". - " order by od_name"); + " where jrn_def_id= $1 ". + " and od_direct = $2 ". + " order by od_name",array($this->p_jrn,$this->od_direct)); return $a; } /*!\brief get the list of the predef. operation of a ledger @@ -198,21 +284,14 @@ class Pre_operation function get_list_ledger() { $sql="select od_id,od_name,od_description from op_predef ". - " where jrn_def_id=".$this->p_jrn. - " and od_direct ='".$this->od_direct."'". + " where jrn_def_id= $1 ". + " and od_direct = $2 ". " order by od_name"; - $res=$this->db->exec_sql($sql); + $res=$this->db->exec_sql($sql,array($this->p_jrn,$this->od_direct)); $all=Database::fetch_all($res); return $all; } - /*!\brief set the ledger - * \param $p_jrn is the ledger (jrn_id) - */ - function set_jrn($p_jrn) - { - $this->p_jrn=$p_jrn; - } - + /** * * @brief display the detail of predefined operation, normally everything @@ -220,67 +299,44 @@ class Pre_operation */ function display() { - $array=$this->detail->compute_array(); + $array=$this->compute_array(); + $select_ledger=$this->choose_ledger($array['jrn_type'],$array['p_jrn']); + + require NOALYSS_TEMPLATE."/pre_operation_display.php"; echo $this->detail->display($array); } -} - -/*!\brief mother of the pre_op_XXX, it contains only one data : an - * object Pre_Operation. The child class contains an array of - * Pre_Operation object - */ -class Pre_operation_detail -{ - var $operation; - function __construct($p_cn,$p_id=0) - { - $this->db=$p_cn; - $this->operation=new Pre_operation($this->db); - $this->valid=array('ledger'=>'jrn_def_id','ledger_type'=>'jrn_type','direct'=>'od_direct'); - $this->jrn_def_id=-1; - } - - /*!\brief show a form to use pre_op - */ + */ function form_get ($p_url) { - $r=HtmlInput::button_action(_("Modèle d'opérations"), ' $(\'modele_op_div\').style.display=\'block\';if ( $(\'lk_modele_op_tab\')) { $(\'lk_modele_op_tab\').focus();}'); + $r=HtmlInput::button_action(_("Modèle d'opérations"), + ' $(\'modele_op_div\').style.display=\'block\';if ( $(\'lk_modele_op_tab\')) { $(\'lk_modele_op_tab\').focus();}'); $r.='
            '; $r.=HtmlInput::title_box(_("Modèle d'opérations"), 'modele_op_div', 'hide',"","n"); $hid=new IHidden(); $r.=$hid->input("action","use_opd"); - $r.=$hid->input("jrn_type",$this->get("ledger_type")); - $r.= $this->show_button($p_url); + $r.=$hid->input("jrn_type",$this->jrn_type); + $r.= $this->display_list_operation($p_url); $r.='

            '. - HtmlInput::button_hide('modele_op_div'). - '

            '; + HtmlInput::button_hide('modele_op_div'). + '

            '; $r.='
            '; return $r; } - /*!\brief count the number of pred operation for a ledger */ - function count() - { - $a=$this->db->count_sql("select od_id,od_name from op_predef ". - " where jrn_def_id=".$this->jrn_def_id. - " and od_direct ='".$this->od_direct."'". - " order by od_name"); - return $a; - } + /*!\brief show the button for selecting a predefined operation */ - function show_button($p_url) + function display_list_operation($p_url) { - - + + $value=$this->db->get_array("select od_id,od_name,od_description from op_predef ". - " where jrn_def_id=$1". - " and od_direct =$2". - " order by od_name", - array($this->jrn_def_id,$this->od_direct )); - - if ( $this->jrn_def_id=='') $value=array(); - + " where jrn_def_id=$1". + " order by od_name", + array($this->p_jrn)); + + if ( $this->p_jrn=='') $value=array(); + $r=""; if (count($value)==0) { $r.=_("Vous n'avez encore sauvé aucun modèle"); @@ -292,7 +348,7 @@ class Pre_operation_detail $r.=''; $r.=''; $r.=sprintf('%s ', - $p_url,$value[$i]['od_id'],$value[$i]['od_name']); + $p_url,$value[$i]['od_id'],$value[$i]['od_name']); $r.=''; $r.=''.h($value[$i]['od_description']).''; $r.=''; @@ -302,38 +358,197 @@ class Pre_operation_detail } public function get_operation() { - if ( $this->jrn_def_id=='') return array(); + if ( $this->jrn_def_id=='') return array(); $value=$this->db->make_array("select od_id,od_name from op_predef ". - " where jrn_def_id=".sql_string($this->jrn_def_id). - " and od_direct ='".sql_string($this->od_direct)."'". - " order by od_name",1); + " where jrn_def_id=".sql_string($this->jrn_def_id). + " and od_direct ='".sql_string($this->od_direct)."'". + " order by od_name",1); return $value; } - function set($p_param,$value) - { - if ( ! isset ($this->valid[$p_param] ) ) - { - $msg=_(" le parametre $p_param n'existe pas ".__FILE__.':'.__LINE__); - throw new Exception($msg); - } - $attr=$this->valid[$p_param]; - $this->$attr=$value; - } - function get($p_param) - { - if ( ! isset ($this->valid[$p_param] ) ) - { - $msg=_(" le parametre $p_param n'existe pas ".__FILE__.':'.__LINE__); - throw new Exception($msg); - } - $attr=$this->valid[$p_param]; - return $this->$attr; + /** + * @return mixed + */ + public function get_db() + { + return $this->db; + return $this; } - function get_post() + /** + * @param mixed $db + */ + public function set_db($db) { - $this->operation->get_post(); + $this->db = $db; + return $this; + } + + /** + * @return mixed + */ + public function get_nb_item() + { + return $this->nb_item; + return $this; + } + + /** + * @param mixed $nb_item + */ + public function set_nb_item($nb_item) + { + $this->nb_item = $nb_item; + return $this; + } + + /** + * @return string + */ + public function get_jrn_type() + { + return $this->jrn_type; + } + + /** + * @param string $jrn_type + */ + public function set_jrn_type($jrn_type) + { + $jrn_type=strtoupper($jrn_type); + if ( ! in_array ($jrn_type,['ACH','FIN','VEN','ODS'] )) throw new Exception('prop03.invalid ledger type'); + $this->jrn_type = $jrn_type; + return $this; + } + + /** + * @return string + */ + public function get_name() + { + return $this->name; + return $this; + } + + /** + * @param string $name + */ + public function set_name($name) + { + $this->name = $name; + return $this; + } + + /** + * @return array + */ + public function get_detail() + { + return $this->detail; + return $this; + } + + /** + * @param array $detail + */ + public function set_detail(Pre_operation_detail $detail) + { + $this->detail = $detail; + return $this; + } + + /** + * @return string + */ + public function get_od_direct() + { + return $this->od_direct; + return $this; + } + + /** + * @param string $od_direct + */ + public function set_od_direct($od_direct) + { + if ( ! in_array($od_direct,['f','t'])) throw new Exception('prop02.invalid od_direct'); + $this->od_direct = $od_direct; + return $this; + } + + /** + * @return int|mixed + */ + public function get_od_id() + { + return $this->od_id; + } + + /** + * @param int|mixed $od_id + */ + public function set_od_id($od_id) + { + $this->od_id = $od_id; + return $this; + } + + + /*!\brief set the ledger + * \param $p_jrn is the ledger (jrn_id) + */ + function set_p_jrn($p_jrn) + { + $this->p_jrn=$p_jrn; + $this->jrn_type=$this->db->get_value("select jrn_def_type from jrn_def where jrn_def_id=$1",[$p_jrn]); + return $this; + } + + /** + * Build the select list for choosing the ledger + * @param string $p_string ledger type ACH VEN or ODS + * @param $p_default selected ledger , -1 if none + * @return ISelect + */ + function choose_ledger($p_ledger_type,$p_default) { + $select_ledger=new ISelect("p_jrn"); + $select_ledger->value=$this->db->make_array("select jrn_def_id,jrn_def_name + from jrn_def where jrn_def_type=$1 order by 2", + 0, + [$p_ledger_type]); + $select_ledger->selected=$p_default; + return $select_ledger; + } +} + +/*!\brief mother of the pre_op_XXX, it contains only one data : an + * object Pre_Operation. The child class contains an array of + * Pre_Operation object + */ +class Pre_operation_detail +{ + function __construct($p_cn) + { + $this->db=$p_cn; + + } + + static function build_detail($p_jrn_type,Database $database) + { + switch ($p_jrn_type) { + case 'ACH': + $detail=new Pre_op_ach($database); + break; + case 'VEN': + $detail=new Pre_Op_ven($database); + break; + case 'ODS': + $detail=new Pre_op_advanced($database); + break; + default: + throw new Exception(sprintf(_('Echec PreOperatoin chargement %s'),$p_jrn_type)); + } + return $detail; } } diff --git a/include/class/profile_menu.class.php b/include/class/profile_menu.class.php index 145f5fd4f..96b06ca58 100644 --- a/include/class/profile_menu.class.php +++ b/include/class/profile_menu.class.php @@ -244,7 +244,8 @@ class Profile_Menu extends Profile_Menu_sql ", array($this->p_id)); $aright_value=array( array('value'=>'R', 'label'=>_('Lecture')), - array('value'=>'W', 'label'=>_('Ecriture')), + array('value'=>'W', 'label'=>_('Ecriture et suppression')), + array('value'=>'O', 'label'=>_('Ecriture')), array('value'=>'X', 'label'=>_('Aucun accès')) ); require_once NOALYSS_TEMPLATE.'/user_sec_profile.php'; diff --git a/include/class/stock.class.php b/include/class/stock.class.php index dcd58ad16..e4ceb8df6 100644 --- a/include/class/stock.class.php +++ b/include/class/stock.class.php @@ -55,7 +55,7 @@ class Stock extends Stock_Sql $order = (isset($p_array['ord'])) ? $p_array['ord'] : 'da'; $sql.=$tb->get_sql_order($order); - $step = $_SESSION['g_pagesize']; + $step = $_SESSION[SESSION_KEY.'g_pagesize']; $page = (isset($_GET['offset'])) ? $_GET['page'] : 1; $offset = (isset($_GET['offset'])) ? $_GET['offset'] : 0; diff --git a/include/class/stock_goods.class.php b/include/class/stock_goods.class.php index 8ffd0b453..899eecf79 100644 --- a/include/class/stock_goods.class.php +++ b/include/class/stock_goods.class.php @@ -126,7 +126,7 @@ class Stock_Goods extends Stock_Goods_Sql $ch->setp("c_comment", $p_array['p_motif']); $ch->setp("r_id", $p_array['p_depot']); $ch->setp("c_date", $p_array['p_date']); - $ch->setp('tech_user', $_SESSION['g_user']); + $ch->setp('tech_user', $_SESSION[SESSION_KEY.'g_user']); $ch->insert(); $per = new Periode($cn); $periode = $per->find_periode($p_array['p_date']); @@ -154,7 +154,7 @@ class Stock_Goods extends Stock_Goods_Sql $a->sg_quantity = abs($p_array['sg_quantity' . $i]); $a->sg_type = ($p_array['sg_quantity' . $i] > 0) ? 'd' : 'c'; $a->sg_comment = $p_array['p_motif']; - $a->tech_user = $_SESSION['g_user']; + $a->tech_user = $_SESSION[SESSION_KEY.'g_user']; $a->r_id = $p_array['p_depot']; $a->sg_exercice = $exercice; $a->c_id = $ch->c_id; diff --git a/include/class/tag.class.php b/include/class/tag.class.php index a6a6855f0..5b2097e34 100644 --- a/include/class/tag.class.php +++ b/include/class/tag.class.php @@ -21,11 +21,24 @@ require_once NOALYSS_INCLUDE.'/database/tag_sql.class.php'; class Tag { + private $data; //cn=$p_cn; + $id = (trim($id)=="")?-1:$id; $this->data=new Tag_SQL($p_cn,$id); } + public function get_data() + { + return $this->data; + } + + public function set_data($data) + { + $this->data=$data; + return $this; + } + /** * Show the list of available tag * @return HTML @@ -36,14 +49,7 @@ class Tag if ( $this->cn->count($ret) == 0) return ""; require_once NOALYSS_TEMPLATE.'/tag_list.php'; } - /** - * let select a tag to add - */ - function select() - { - $ret=$this->data->seek("where t_actif='Y' order by t_tag"); - require_once NOALYSS_TEMPLATE.'/tag_select.php'; - } + /** * Display a inner window with the detail of a tag */ @@ -68,6 +74,7 @@ class Tag $this->data->t_tag= strip_tags($p_array['t_tag']); $this->data->t_description=strip_tags($p_array['t_description']); $this->data->t_actif=$p_array['t_actif']; + $this->data->t_color=$p_array['tagcell_color']; $this->data->save(); } function remove($p_array) @@ -75,41 +82,17 @@ class Tag $this->data->t_id=$p_array['t_id']; $this->data->delete(); } - /** - * Show a button to select tag for Search - * @return HTML + /*** + * query the active tag and returns the database handler */ - static function button_search($p_prefix) - { - $r=""; - $r.=HtmlInput::button("choose_tag", _("Etiquette"), 'onclick="search_display_tag('.Dossier::id().',\''.$p_prefix.'\')"', "smallbutton"); - return $r; - } - /** - * let select a tag to add to the search - */ - function select_search($p_prefix) - { - $ret=$this->data->seek(' order by t_tag'); - require_once NOALYSS_TEMPLATE.'/tag_search_select.php'; - } - /** - * In the screen search add this data to the cell - */ - function update_search_cell($p_prefix) { - echo ''; - echo h($this->data->t_tag); - echo HtmlInput::hidden($p_prefix.'tag[]', $this->data->t_id); - $js=sprintf("$('sp_".$p_prefix.$this->data->t_id."').remove();"); - echo HtmlInput::anchor( SMALLX, "javascript:void(0)", "onclick=\"$js\"", ' class="smallbutton " style="padding:0px;display:inline" '); - echo ''; - } - /** - * clear the search cell - */ - static function add_clear_button($p_prefix) { - $clear=HtmlInput::button('clear', 'X', 'onclick="search_clear_tag('.Dossier::id().',\''.$p_prefix.'\');"', 'smallbutton'); - return $clear; + function query_active_tag() + { + $ret=$this->cn->exec_sql(" select t_id,t_tag,t_description,'t' as tag_type ,t_color + from tags + where t_actif='Y' + union all + select tg_id,tg_name ,'G','g' ,1 from tag_group order by 2"); + return $ret; } } diff --git a/include/class/tag_action.class.php b/include/class/tag_action.class.php new file mode 100644 index 000000000..41521d471 --- /dev/null +++ b/include/class/tag_action.class.php @@ -0,0 +1,94 @@ + + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + + * + * Author : Dany De Bontridder danydb@noalyss.eu + * + */ + +require_once NOALYSS_INCLUDE.'/class/tag.class.php'; + +/** + * @file + * @brief concerns the tags linked to an action + */ +class Tag_Action extends Tag +{ + function __construct($p_cn, $p_id=-1 ) + { + parent::__construct($p_cn, $p_id); + } + + /** + * let select a tag to add + */ + function select($p_prefix="") + { + $ret=parent::query_active_tag(); + require_once NOALYSS_TEMPLATE.'/tag_select.php'; + } + + /** + * Show a button to select tag for Search + * @return HTML + */ + static function select_tag_search($p_prefix) + { + $r=""; + $r.=HtmlInput::button("choose_tag", _("Etiquette"), + 'onclick="search_display_tag('.Dossier::id().',\''.$p_prefix.'\',\'Tag_Action\')"', "smallbutton"); + return $r; + } + + /** + * clear the search cell + */ + static function add_clear_button($p_prefix) + { + $clear=HtmlInput::button('clear', 'X', 'onclick="search_clear_tag('.Dossier::id().',\''.$p_prefix.'\');"', + 'smallbutton'); + return $clear; + } + + /** + * In the screen search add this data to the cell + */ + function update_search_cell($p_prefix) + { + $data=$this->get_data(); + echo ''; + echo h($data->t_tag); + echo HtmlInput::hidden($p_prefix.'tag[]', $data->t_id); + $js=sprintf("$('sp_".$p_prefix.$data->t_id."').remove();"); + echo Icon_Action::trash(uniqid(), $js); + echo ''; + } + + /** + * let select a tag to add to the search + */ + function select_search($p_prefix) + { + $res=""; + $ret=$this->get_data()->seek(' order by t_tag'); + require_once NOALYSS_TEMPLATE.'/tag_search_select.php'; + return HtmlInput::title_box('Tag', $p_prefix.'tag_div').$res; + } + +} diff --git a/include/class/tag_group_mtable.class.php b/include/class/tag_group_mtable.class.php new file mode 100644 index 000000000..b99350118 --- /dev/null +++ b/include/class/tag_group_mtable.class.php @@ -0,0 +1,95 @@ + + + +/** + * @file + * @brief manage tag_group table + * + * + */ +require_once NOALYSS_INCLUDE.'/lib/manage_table_sql.class.php'; +require_once NOALYSS_INCLUDE.'/database/tag_group_sql.class.php'; + +class Tag_Group_MTable extends Manage_Table_SQL +{ + + function __construct(Tag_Group_SQL $p_obj) + { + parent::__construct($p_obj); + $this->set_property_visible("tg_id", false); + $this->set_property_updatable("tg_id", false); + $this->set_col_label("tg_name", _('Nom')); + } + + function input() + { + + + parent::input(); + + + echo '
            '; + $this->input_tag(); + echo '
            '; + } + + /** + * Display a select widget for adding new tag + */ + function input_tag() + { + $cn=Dossier::connect(); + $data_sql=$this->get_table(); + + // Display containing tag_id + $aTag=$cn->get_array("select jt_id,t_tag + from tags join jnt_tag_group_tag on (tag_id=t_id) + where tag_group_id=$1 order by 2", [$data_sql->tg_id]); + // not possible to add tag to inexisting group + if ( $data_sql->tg_id == -1){ + return; + } + echo '
              '; + $nb=count($aTag); + $dossier_id=Dossier::id(); + for ($i=0; $i<$nb; $i++) + { + // js to remove id + $js=Icon_Action::trash(uniqid(), sprintf("o_tagGroup.remove('%s','%s')", $aTag[$i]['jt_id'], $dossier_id)); + printf('
            1. %s %s %s
            2. ', $aTag[$i]['jt_id'],$aTag[$i]['t_tag'],$dossier_id,$js); + } + echo '
            '; + + + // Add new tag + $select=new ISelect("is_tag", [], "s_tag_group"); + $select->value=$cn->make_array("select t_id,t_tag + from tags + where + t_id not in (select tag_id from jnt_tag_group_tag + where tag_group_id=$1 ) order by 2", 0,[$data_sql->tg_id]); + echo $select->input(); + echo HtmlInput::button('b_add_group', _("Ajout"), + sprintf("onclick=\"o_tagGroup.add_tag('%s','%s','%s'); \"", $data_sql->tg_id, $select->id, $dossier_id)); + } + +} diff --git a/include/class/tag_operation.class.php b/include/class/tag_operation.class.php new file mode 100644 index 000000000..af89bd9f5 --- /dev/null +++ b/include/class/tag_operation.class.php @@ -0,0 +1,199 @@ + + +if (!defined('ALLOWED')) + die('Appel direct ne sont pas permis'); + +/** + * @file + * @brief concerns the tags linked to an accountancy writing + */ +class Tag_Operation extends Tag +{ + + private $jrn_id=-1; + + function __construct($p_cn, $p_id=-1) + { + parent::__construct($p_cn, $p_id); + } + + public function get_jrn_id() + { + return $this->jrn_id; + } + + public function set_jrn_id($jrn_id) + { + $this->jrn_id=$jrn_id; + return $this; + } + + /** + * let select a tag to add + */ + function select($p_prefix="") + { + $ret=parent::query_active_tag(); + require_once NOALYSS_TEMPLATE.'/tag_select.php'; + } + + /** + * Show a button to select tag for Search + * @param $p_jr jr_id of the operation + * @param $p_div prefix of the dialog box + * @return HTML + */ + static function button_search($p_jr, $p_div) + { + $r=""; + $js=sprintf("onclick=\"new operation_tag('%s').select('%s','%s')\"", $p_div, dossier::id(), $p_jr); + $r.=HtmlInput::button('tag_bt', _('Ajout étiquette'), $js, 'smallbutton'); + return $r; + } + + /** + * clear the search cell + */ + static function add_clear_button($p_prefix) + { + $clear=HtmlInput::button('clear', 'X', 'onclick="search_clear_tag('.Dossier::id().',\''.$p_prefix.'\');"', + 'smallbutton'); + return $clear; + } + + /** + * In the screen search add this data to the cell + */ + function update_search_cell($p_prefix) + { + $data=$this->get_data(); + echo ''; + echo h($data->t_tag); + echo HtmlInput::hidden($p_prefix.'tag[]', $data->t_id); + $js=sprintf("$('sp_".$p_prefix.$data->t_id."').remove();"); + echo Icon_Action::trash(uniqid(), $js); + echo ''; + } + + /** + * Links a tag to an operation + * @param int $p_tag_id tag.t_id + */ + function tag_add($p_tag_id) + { + if ($this->jrn_id==-1) + { + throw new Exception("TO99 jrn_id unset"); + } + $count=$this->cn->get_value('select count(*) from operation_tag'. + ' where jrn_id=$1 and tag_id=$2', array($this->jrn_id, $p_tag_id)); + if ($count>0) + return; + $sql=' insert into operation_tag (jrn_id,tag_id) values ($1,$2)'; + $this->cn->exec_sql($sql, array($this->jrn_id, $p_tag_id)); + } + + /** + * @brief show the cell content in Display for the tags + * @param $div prefix of the DOM id + * called also by ajax + */ + function tag_cell($p_div) + { + global $g_user; + $a_tag=$this->tag_get(); + $c=count($a_tag); + $ledger=$this->cn->get_value("select jr_def_id from jrn where jr_id=$1", [$this->jrn_id]); + $access=$g_user->get_ledger_access($ledger); + for ($e=0; $e<$c; $e++) + { + echo ''; + echo $a_tag[$e]['t_tag']; + if ($access=='W') + { + $js_remove=sprintf("new operation_tag('%s').remove('%s','%s','%s')", $p_div, dossier::id(), + $this->jrn_id, $a_tag[$e]['t_id']); + echo Icon_Action::trash(uniqid(), $js_remove); + } + echo ''; + echo ' '; + echo ' '; + } + } + + /** + * @brief get the tags of the current objet + * @return an array idx [ag_id,t_id,at_id,t_tag] + */ + function tag_get() + { + if ($this->jrn_id==-1) + { + throw new Exception("TO01 jrn_id unset"); + } + $sql='select b.jrn_id,a.t_id,a.t_id,a.t_tag,a.t_color' + .' from ' + .' tags as a join operation_tag as b on (a.t_id=b.tag_id)' + .' where jrn_id=$1 ' + .' order by a.t_tag'; + $array=$this->cn->get_array($sql, array($this->jrn_id)); + return $array; + } + + /** + * Remove a tag + * @param int $p_tag_id tag id + */ + function tag_remove($p_tag_id) + { + if ($this->jrn_id==-1) + { + throw new Exception("TO01 jrn_id unset"); + } + $this->cn->exec_sql("delete from operation_tag where jrn_id=$1 and tag_id=$2", [$this->jrn_id, $p_tag_id]); + } + + /** + * let select a tag to add to the search + */ + function select_search($p_prefix) + { + $res=""; + $ret=$this->get_data()->seek(' order by t_tag'); + require_once NOALYSS_TEMPLATE.'/tag_search_select.php'; + return HtmlInput::title_box('Tag', $p_prefix.'tag_div').$res; + } + /** + * Show a button to select tag for Search + * @return HTML + */ + static function select_tag_search($p_prefix) + { + $r=""; + $r.=HtmlInput::button("choose_tag", _("Etiquette"), + 'onclick="search_display_tag('.Dossier::id().',\''.$p_prefix.'\',\'Tag_Operation\')"', "smallbutton"); + return $r; + } + +} + +?> \ No newline at end of file diff --git a/include/class/todo_list.class.php b/include/class/todo_list.class.php index e759a3adb..d42747ea7 100644 --- a/include/class/todo_list.class.php +++ b/include/class/todo_list.class.php @@ -57,7 +57,7 @@ class Todo_List $this->cn=$p_init; $this->tl_id=0; $this->tl_desc=""; - $this->use_login=$_SESSION['g_user']; + $this->use_login=$_SESSION[SESSION_KEY.'g_user']; $this->is_public="N"; } @@ -228,7 +228,7 @@ class Todo_List public function delete() { global $g_user; - if ( $this->use_login != $_SESSION['g_user'] && $g_user->check_action(SHARENOTEREMOVE)==0) return; + if ( $this->use_login != $_SESSION[SESSION_KEY.'g_user'] && $g_user->check_action(SHARENOTEREMOVE)==0) return; $sql="delete from todo_list_shared where todo_list_id=$1 "; $res=$this->cn->exec_sql($sql,array($this->tl_id)); @@ -329,11 +329,11 @@ class Todo_List htmlspecialchars($this->tl_title). ''. ''; - if ( $this->is_public == 'Y' && $this->use_login != $_SESSION['g_user'] ) + if ( $this->is_public == 'Y' && $this->use_login != $_SESSION[SESSION_KEY.'g_user'] ) { // This is a public note, cannot be removed $r.= ''; } - elseif ($this->use_login == $_SESSION['g_user'] ) + elseif ($this->use_login == $_SESSION[SESSION_KEY.'g_user'] ) { // This a note the user owns $r.= ''. diff --git a/include/class/user.class.php b/include/class/user.class.php index d2581204a..edc607d80 100644 --- a/include/class/user.class.php +++ b/include/class/user.class.php @@ -41,40 +41,49 @@ class User var $db; var $admin; var $valid; - var $first_name; - var $name; - var $active ; - var $login ; - var $password ; - var $email ; - + var $first_name; + var $name; + var $active ; + var $login ; + var $password ; + var $email ; + function __construct($p_cn, $p_id = -1) { // if p_id is not set then check the connected user if ($p_id == -1) { - if (!isset($_SESSION['g_user'])) + if (!isset($_SESSION[SESSION_KEY.'g_user'])) { - echo '

            ' . _('Session expirée
            Utilisateur déconnecté') . '

            '; - redirect('index.php', 1); - exit(); + $http=new \HttpInput(); + $user_login=$http->request("p_user","string",""); + $user_password=$http->request("p_pass","string",""); + + if ($user_login != "" && $user_password != "") { + $_SESSION[SESSION_KEY."g_user"]=$user_login; + $_SESSION[SESSION_KEY."g_pass"]=$user_password; + } else { + echo '

            ' . _('Session expirée
            Utilisateur déconnecté') . '

            '; + redirect('index.php', 1); + exit(); + } } - $this->login =strtolower($_SESSION['g_user']); - $this->pass = $_SESSION['g_pass']; - $this->lang = (isset($_SESSION['g_lang'])) ? $_SESSION['g_lang'] : 'fr_FR.utf8'; - $this->valid = (isset($_SESSION['isValid'])) ? 1 : 0; - $this->db = $p_cn; + $this->login =strtolower($_SESSION[SESSION_KEY.'g_user']); + $this->pass = $_SESSION[SESSION_KEY.'g_pass']; $this->id = -1; - if (isset($_SESSION['g_theme'])) - $this->theme = $_SESSION['g_theme']; + $this->db = $p_cn; + $this->lang = (isset($_SESSION[SESSION_KEY.'g_lang'])) ? $_SESSION[SESSION_KEY.'g_lang'] : 'fr_FR.utf8'; + $this->valid = (isset($_SESSION[SESSION_KEY.'isValid'])) ? 1 : 0; + if (isset($_SESSION[SESSION_KEY.'g_theme'])) + $this->theme = $_SESSION[SESSION_KEY.'g_theme']; - $this->admin = ( isset($_SESSION['use_admin']) ) ? $_SESSION['use_admin'] : 0; + $this->admin = ( isset($_SESSION[SESSION_KEY.'use_admin']) ) ? $_SESSION[SESSION_KEY.'use_admin'] : 0; - if (isset($_SESSION['use_name'])) - $this->name = $_SESSION['use_name']; - if (isset($_SESSION['use_first_name'])) - $this->first_name = $_SESSION['use_first_name']; + if (isset($_SESSION[SESSION_KEY.'use_name'])) + $this->name = $_SESSION[SESSION_KEY.'use_name']; + if (isset($_SESSION[SESSION_KEY.'use_first_name'])) + $this->first_name = $_SESSION[SESSION_KEY.'use_first_name']; $this->load(); } else // if p_id is set get data of another user @@ -85,6 +94,182 @@ class User } } + /** + * @return int|mixed + */ + public function getId(): int + { + return $this->id; + } + + /** + * @param int|mixed $id + */ + public function setId(int $id): void + { + $this->id = $id; + } + + /** + * @return default|mixed|string|string[]|null + */ + public function getPass() + { + return $this->pass; + } + + /** + * @param default|mixed|string|string[]|null $pass + */ + public function setPass($pass): void + { + $this->pass = $pass; + } + + /** + * @return mixed + */ + public function getDb() + { + return $this->db; + } + + /** + * @param mixed $db + */ + public function setDb($db): void + { + $this->db = $db; + } + + /** + * @return default|int|mixed|string|string[]|null + */ + public function getAdmin() + { + return $this->admin; + } + + /** + * @param default|int|mixed|string|string[]|null $admin + */ + public function setAdmin($admin): void + { + $this->admin = $admin; + } + + /** + * @return int + */ + public function getValid(): int + { + return $this->valid; + } + + /** + * @param int $valid + */ + public function setValid(int $valid): void + { + $this->valid = $valid; + } + + /** + * @return default|mixed|string|string[]|null + */ + public function getFirstName() + { + return $this->first_name; + } + + /** + * @param default|mixed|string|string[]|null $first_name + */ + public function setFirstName($first_name): void + { + $this->first_name = $first_name; + } + + /** + * @return default|mixed|string|string[]|null + */ + public function getName() + { + return $this->name; + } + + /** + * @param default|mixed|string|string[]|null $name + */ + public function setName($name): void + { + $this->name = $name; + } + + /** + * @return mixed + */ + public function getActive() + { + return $this->active; + } + + /** + * @param mixed $active + */ + public function setActive($active): void + { + $this->active = $active; + } + + /** + * @return string + */ + public function getLogin(): string + { + return $this->login; + } + + /** + * @param string $login + */ + public function setLogin(string $login): void + { + $this->login = $login; + } + + /** + * @return mixed + */ + public function getPassword() + { + return $this->password; + } + + /** + * @param mixed $password + */ + public function setPassword($password): void + { + $this->password = $password; + } + + /** + * @return mixed + */ + public function getEmail() + { + return $this->email; + } + + /** + * @param mixed $email + */ + public function setEmail($email): void + { + $this->email = $email; + } + /**\brief load data from database. * if this->id == -1, it is unknown so we have to retrieve it from the database by the login @@ -127,7 +312,7 @@ class User $this->login =strtolower($row['use_login']); $this->admin = $row['use_admin']; $this->password = $row['use_pass']; - $this->email=$row['use_email']; + $this->email=$row['use_email']; } function save() @@ -176,21 +361,22 @@ class User if ($res > 0) { $r = Database::fetch_array($ret, 0); - $_SESSION['use_admin'] = $r['use_admin']; - $_SESSION['use_name'] = $r['use_name']; - $_SESSION['use_first_name'] = $r['use_first_name']; - $_SESSION['isValid'] = 1; + $_SESSION[SESSION_KEY.'use_admin'] = $r['use_admin']; + $_SESSION[SESSION_KEY.'use_name'] = $r['use_name']; + $_SESSION[SESSION_KEY.'use_first_name'] = $r['use_first_name']; + $_SESSION[SESSION_KEY.'isValid'] = 1; - $this->admin = $_SESSION['use_admin']; - $this->name = $_SESSION['use_name']; - $this->first_name = $_SESSION['use_first_name']; + $this->admin = $_SESSION[SESSION_KEY.'use_admin']; + $this->name = $_SESSION[SESSION_KEY.'use_name']; + $this->first_name = $_SESSION[SESSION_KEY.'use_first_name']; $this->load_global_pref(); } $sql = "insert into audit_connect (ac_user,ac_ip,ac_module,ac_url,ac_state) values ($1,$2,$3,$4,$5)"; if ($res == 0) { - $cn->exec_sql($sql, array($_SESSION['g_user'], $_SERVER["REMOTE_ADDR"], $from, $_SERVER['REQUEST_URI'], 'FAIL')); + $cn->exec_sql($sql, array($_SESSION[SESSION_KEY.'g_user'], $_SERVER["REMOTE_ADDR"], + $from, $_SERVER['REQUEST_URI'], 'FAIL')); if (!$silent) { echo ''; @@ -203,7 +389,8 @@ class User else { if ($from == 'LOGIN') - $cn->exec_sql($sql, array($_SESSION['g_user'], $_SERVER["REMOTE_ADDR"], $from, $_SERVER['REQUEST_URI'], 'SUCCESS')); + $cn->exec_sql($sql, array($_SESSION[SESSION_KEY.'g_user'], $_SERVER["REMOTE_ADDR"], $from, + $_SERVER['REQUEST_URI'], 'SUCCESS')); $this->valid = 1; } @@ -249,7 +436,8 @@ class User if ($priv) { // the access is granted - $jnt=$cn->get_value("select jnt_id from jnt_use_dos where dos_id=$1 and use_id=$2", array($db_id, $this->id)); + $jnt=$cn->get_value("select jnt_id from jnt_use_dos where dos_id=$1 and use_id=$2", + array($db_id, $this->id)); if ($cn->size()==0) { @@ -312,6 +500,11 @@ class User function get_ledger($p_type = 'ALL', $p_access = 3,$disable=TRUE) { + $p_type=strtoupper($p_type); + if (! in_array($p_type, ["FIN","ALL","ODS","VEN",'ACH'])) { + record_log(sprintf("UGL1, p_type %s",$p_type)); + throw new Exception("UGL1"._("Type incorrecte")); + } if ($disable==TRUE) { $sql_enable=""; } else { @@ -382,30 +575,29 @@ class User return $sql; } + /** + * synomym for isAdmin, + * @deprecated + */ + function Admin() + { + return $this->isAdmin(); + } + /** - * \brief Check if an user is an admin + * @brief Check if an user is an admin * - * \return 1 for yes 0 for no + * @return 1 for yes 0 for no */ - - function Admin() + function isAdmin() { - $this->admin = 0; - if ($this->login != NOALYSS_ADMINISTRATOR ) - { - $pass5 = md5($this->pass); - $sql = "select use_admin from ac_users where use_login=$1 - and use_active=1 "; - - $cn = new Database(); - $res = $cn->exec_sql($sql, array($this->login)); - if (Database::num_row($res) == 0) - throw new Exception(__FILE__ . " " . __LINE__ . " aucun resultat"); - $this->admin = Database::fetch_result($res, 0); - } - else - $this->admin = 1; + $this->admin = 0; + $pass5 = md5($this->pass); + $sql = "select count(*) from ac_users where use_login=$1 + and use_active=1 and use_admin=1 "; + $cn = new Database(); + $this->admin = $cn->get_value($sql, array($this->login)); return $this->admin; } @@ -416,25 +608,28 @@ class User * \param - $p_user * */ - function set_periode($p_periode) { - $sql = "update user_local_pref set parameter_value='$p_periode' where user_id='$this->id' and parameter_type='PERIODE'"; - $Res = $this->db->exec_sql($sql); + $sql = "update user_local_pref set parameter_value=$1 where user_id=$2 and parameter_type='PERIODE'"; + $Res = $this->db->exec_sql($sql,[$p_periode,$this->id]); } private function set_default_periode() { /* get the first periode */ - $sql = 'select min(p_id) as pid from parm_periode where p_closed = false and p_start = (select min(p_start) from parm_periode)'; + $sql = 'select min(p_id) as pid ' + . ' from parm_periode ' + . ' where p_closed = false and p_start = (select min(p_start) from parm_periode)'; $Res = $this->db->exec_sql($sql); $pid = Database::fetch_result($Res, 0, 0); /* if all the periode are closed, then we use the last closed period */ if ($pid == null) { - $sql = 'select min(p_id) as pid from parm_periode where p_start = (select max(p_start) from parm_periode)'; + $sql = 'select min(p_id) as pid ' + . 'from parm_periode ' + . 'where p_start = (select max(p_start) from parm_periode)'; $Res2 = $this->db->exec_sql($sql); $pid = Database::fetch_result($Res2, 0, 0); if ($pid == null) @@ -532,7 +727,6 @@ class User * \brief Get the default user's preferences * \return array of (parameter_type => parameter_value) */ - function get_preference() { $sql = "select parameter_type,parameter_value from user_local_pref where user_id=$1"; @@ -544,7 +738,16 @@ class User $type = $row['parameter_type']; $l_array[$type] = $row['parameter_value']; } - + $repo=new Database(); + $a_global_pref=$repo->get_array("select parameter_type,parameter_value from user_global_pref + where + upper(user_id) = upper($1)",[$this->login]); + $nb_global=count($a_global_pref); + for ( $i = 0 ;$i< $nb_global ; $i++) { + $idx=$a_global_pref[$i]['parameter_type']; + $value=$a_global_pref[$i]['parameter_value']; + $l_array[$idx]=$value; + } return $l_array; } @@ -597,13 +800,13 @@ class User { $cn = new Database(); $sql = "insert into audit_connect (ac_user,ac_ip,ac_module,ac_url,ac_state) values ($1,$2,$3,$4,$5)"; - $cn->exec_sql($sql, array($_SESSION['g_user'], $_SERVER["REMOTE_ADDR"], $p_action_id, $_SERVER['REQUEST_URI'], 'FAIL')); + $cn->exec_sql($sql, array($_SESSION[SESSION_KEY.'g_user'], $_SERVER["REMOTE_ADDR"], $p_action_id, $_SERVER['REQUEST_URI'], 'FAIL')); } return 0; } - if ($Count == 1) - return 1; - echo "

            Action Invalide !!! $Count select * from user_sec_act where ua_login='$p_login' and ua_act_id=$p_action_id

            "; + if ($Count == 1) return 1; + echo_error(_("Action invalide")); + record_log("User:check_action".sprintf("login %s ua_act_id %s",$this->login,$p_action_id)); exit(); } @@ -620,7 +823,7 @@ class User // Load everything in an array $Res = $cn->exec_sql("select parameter_type,parameter_value from user_global_pref - where user_id='" . $this->login . "'"); + where user_id=$1",[$this->login]); $Max = Database::num_row($Res); if ($Max == 0) { @@ -635,7 +838,6 @@ class User $row = Database::fetch_array($Res, $i); $type = $row['parameter_type']; $line[$type] = $row['parameter_value']; - ; } // save array into g_ variable $array_pref = array('g_theme' => 'THEME', @@ -644,7 +846,8 @@ class User 'g_lang' => 'LANG', 'csv_fieldsep'=>'csv_fieldsep', 'csv_decimal'=>'csv_decimal' , - 'csv_encoding'=>'csv_encoding'); + 'csv_encoding'=>'csv_encoding', + 'first_week_day'=>'first_week_day'); foreach ($array_pref as $name => $parameter) { @@ -654,7 +857,7 @@ class User $this->load_global_pref(); return; } - $_SESSION[$name] = $line[$parameter]; + $_SESSION[SESSION_KEY.$name] = $line[$parameter]; } } @@ -671,29 +874,28 @@ class User { $default_parameter = array("THEME" => "classic", - "PAGESIZE" => "50", - 'TOPMENU' => 'TEXT', - 'LANG' => 'fr_FR.utf8', + "PAGESIZE" => "50", + 'TOPMENU' => 'TEXT', + 'LANG' => 'fr_FR.utf8', 'csv_fieldsep'=>'0', 'csv_decimal'=>'0', - 'csv_encoding'=>'utf8' + 'csv_encoding'=>'utf8', + 'first_week_day'=>1 ); $cn = new Database(); - $Sql = "insert into user_global_pref(user_id,parameter_type,parameter_value) - values ('%s','%s','%s')"; + $sql = "insert into user_global_pref(user_id,parameter_type,parameter_value) + values ($1,$2,$3)"; if ($p_type == "") { foreach ($default_parameter as $name => $value) { - $Insert = sprintf($Sql, $this->login, $name, $value); - $cn->exec_sql($Insert); + $cn->exec_sql($sql,array($this->login,$name,$value)); } } else { $value = ($p_value == "") ? $default_parameter[$p_type] : $p_value; - $Insert = sprintf($Sql, $this->login, $p_type, $value); - $cn->exec_sql($Insert); + $cn->exec_sql($sql,array($this->login,$p_type,$value)); } } @@ -708,12 +910,13 @@ class User function update_global_pref($p_type, $p_value = "") { $default_parameter = array("THEME" => "classic", - "PAGESIZE" => "50", - "LANG" => 'fr_FR.utf8', - 'TOPMENU' => 'SELECT', + "PAGESIZE" => "50", + "LANG" => 'fr_FR.utf8', + 'TOPMENU' => 'SELECT', 'csv_fieldsep'=>'0', 'csv_decimal'=>'0', - 'csv_encoding'=>'utf8' + 'csv_encoding'=>'utf8', + 'first_week_day'=>1 ); $cn = new Database(); $Sql = "update user_global_pref set parameter_value=$1 @@ -745,7 +948,7 @@ class User /**\brief Check if the user can access * otherwise warn and exit * \param $p_action requested action - * \param $p_js = 1 javascript, or 0 just a text + * \param $p_js = 1 javascript, or 0 just a text or 2 to log it silently * \return nothing the program exits automatically */ @@ -756,15 +959,17 @@ class User $this->audit('FAIL'); if ($p_js == 1) { - echo ""; + echo create_script("alert_box(content[59])"); + } + elseif ($p_js == 2) { + record_log(_("Access invalid").$p_action); } else { - echo '
            '; - echo '

            Cette action ne vous est pas autorisée Contactez votre responsable

            '; - echo '
            '; + echo '

            ', + htmlspecialchars(_("Cette action ne vous est pas autorisée Contactez votre responsable")), + '

            '; + echo '
            '; } exit(-1); } @@ -794,7 +999,6 @@ class User * \param $p_action requested action * \return nothing the program exits automatically */ - function can_print($p_action, $p_js = 0) { if ($this->check_print($p_action) == 0) @@ -802,15 +1006,15 @@ class User $this->audit('FAIL'); if ($p_js == 1) { - echo ""; + echo create_script("alert_box(content[59])"); } else { - echo '
            '; - echo '

            Cette action ne vous est pas autorisée Contactez votre responsable

            '; - echo '
            '; + echo '
            '; + echo '

            ', + htmlspecialchars(_("Cette action ne vous est pas autorisée Contactez votre responsable")), + '

            '; + echo '
            '; } exit(-1); } @@ -1050,20 +1254,24 @@ class User { // show only available folders // if user is not an admin - $Res = $cn->exec_sql("select distinct dos_id,dos_name,dos_description + $Res = $cn->exec_sql("select + distinct dos_id,dos_name,dos_description from ac_users - natural join jnt_use_dos - natural join ac_dossier + natural join jnt_use_dos + natural join ac_dossier where - use_login= $1 - and use_active = 1 - and ( dos_name ~* $2 or dos_description ~* $2 ) + use_login= $1 + and use_active = 1 + and ( dos_name ilike '%' || $2 || '%' or dos_description ilike '%' || $2 || '%' ) order by dos_name", array($this->login, $p_filter)); } else { - $Res = $cn->exec_sql("select distinct dos_id,dos_name,dos_description from ac_dossier - where dos_name ~* $1 or dos_description ~* $1 order by dos_name", array($p_filter)); + $Res = $cn->exec_sql("select + distinct dos_id,dos_name,dos_description from ac_dossier + where + dos_name ilike '%' || $1|| '%' or dos_description ilike '%' || $1 || '%' + order by dos_name", array($p_filter)); } require_once NOALYSS_INCLUDE.'/class/database.class.php'; @@ -1078,6 +1286,21 @@ class User return $array; } + /** + * Audit action from the administration menu + * @param $p_module description of the action + */ + static function audit_admin($p_module) { + $cn = new Database(); + $sql = "insert into audit_connect (ac_user,ac_ip,ac_module,ac_url,ac_state) values ($1,$2,$3,$4,$5)"; + + $cn->exec_sql($sql, array( + $_SESSION[SESSION_KEY.'g_user'], + $_SERVER["REMOTE_ADDR"], + $p_module, + $_SERVER['REQUEST_URI'], + 'ADMIN')); + } function audit($action = 'AUDIT', $p_module = "") { global $audit; @@ -1093,7 +1316,7 @@ class User $sql = "insert into audit_connect (ac_user,ac_ip,ac_module,ac_url,ac_state) values ($1,$2,$3,$4,$5)"; $cn->exec_sql($sql, array( - $_SESSION['g_user'], + $_SESSION[SESSION_KEY.'g_user'], $_SERVER["REMOTE_ADDR"], $p_module, $_SERVER['REQUEST_URI'], @@ -1187,6 +1410,22 @@ class User * @return true if he can write otherwise false */ function can_write_action($dtoc) + { + if ( $this->Admin() == 1 ) return TRUE; + if ( $this->get_status_security_action()==0) return TRUE; + $profile = $this->get_profile(); + $r = $this->db->get_value(" select count(*) from action_gestion where ag_id=$1 and ag_dest in + (select p_granted from user_sec_action_profile where ua_right in ('W','O') and p_id=$2) ", array($dtoc, $profile)); + if ($r == 0) + return FALSE; + return true; + } + /** + *Check if the profile of the user can write AND delete for this profile + * @param $dtoc action_gestion.ag_id + * @return true if he can write otherwise false + */ + function can_delete_action($dtoc) { if ( $this->Admin() == 1 ) return TRUE; if ( $this->get_status_security_action()==0) return TRUE; @@ -1255,8 +1494,8 @@ class User if ($p_pass1 == $p_pass2) { $repo = new Database(); $l_pass = md5($_POST['pass_1']); - $repo->exec_sql("update ac_users set use_pass=$1 where use_login=$2", array($l_pass, $_SESSION['g_user'])); - $_SESSION['g_pass'] = $_POST['pass_1']; + $repo->exec_sql("update ac_users set use_pass=$1 where use_login=$2", array($l_pass, $_SESSION[SESSION_KEY.'g_user'])); + $_SESSION[SESSION_KEY.'g_pass'] = $_POST['pass_1']; } else { alert(_("Les mots de passe ne correspondent pas. Mot de passe inchangé")); } @@ -1268,7 +1507,7 @@ class User function save_email($p_email) { $repo=new Database(); - $repo->exec_sql("update ac_users set use_email=$1 where use_login=$2", array($p_email, $_SESSION['g_user'])); + $repo->exec_sql("update ac_users set use_email=$1 where use_login=$2", array($p_email, $_SESSION[SESSION_KEY.'g_user'])); } /** * Remove a user and all his privileges @@ -1341,19 +1580,28 @@ class User static function remove_inexistant_user($p_dossier) { $cnx_repo=new Database(); + $name=$cnx_repo->format_name($p_dossier,'dos'); + if ($cnx_repo->exist_database($name) == 0 )return; $cnx_dossier=new Database($p_dossier); - - $a_user=$cnx_dossier->get_array('select user_name from profile_user'); + if ($cnx_dossier->exist_table('profile_user')) + $a_user=$cnx_dossier->get_array('select user_name from profile_user'); + else + return; + if ( ! $a_user ) return; $nb=count($a_user); for ($i=0;$i < $nb;$i++) { if ( $cnx_repo->get_value('select count(*) from ac_users where use_login=$1', array($a_user[$i]['user_name'])) == 0) { - $cnx_dossier->exec_sql("delete from user_sec_jrn where uj_login=$1",array($a_user[$i]['user_name'])); - $cnx_dossier->exec_sql("delete from profile_user where user_name=$1",array($a_user[$i]['user_name'])); - $cnx_dossier->exec_sql("delete from user_sec_act where ua_login=$1",array($a_user[$i]['user_name'])); - $cnx_dossier->exec_sql("delete from user_sec_jrn where uj_login=$1",array($a_user[$i]['user_name'])); - $cnx_dossier->exec_sql("delete from user_active_security where us_login=$1",array($a_user[$i]['user_name'])); + if ($cnx_dossier->exist_table('user_sec_jrn')) + $cnx_dossier->exec_sql("delete from user_sec_jrn where uj_login=$1",array($a_user[$i]['user_name'])); + $cnx_dossier->exec_sql("delete from profile_user where user_name=$1",array($a_user[$i]['user_name'])); + if ($cnx_dossier->exist_table('user_sec_act')) + $cnx_dossier->exec_sql("delete from user_sec_act where ua_login=$1",array($a_user[$i]['user_name'])); + if ($cnx_dossier->exist_table('user_sec_jrn')) + $cnx_dossier->exec_sql("delete from user_sec_jrn where uj_login=$1",array($a_user[$i]['user_name'])); + if ($cnx_dossier->exist_table('user_active_security')) + $cnx_dossier->exec_sql("delete from user_active_security where us_login=$1",array($a_user[$i]['user_name'])); } } } @@ -1415,6 +1663,21 @@ class User $this->db->exec_sql("update user_active_security set us_action=$1 where us_login = $2",[$flag,$this->login]); } } + + /** + * + */ + function get_first_week_day() + { + $repocn=new Database(); + $result=$repocn->get_value("select parameter_value from user_global_pref where parameter_type=$1 and user_id=$2 ", + array("first_week_day",$this->login)); + if ($repocn->count() == 0 ) { + $this->save_global_preference("first_week_day",1); + return 1; + } + return $result; + } } -?> +?> \ No newline at end of file diff --git a/include/company.inc.php b/include/company.inc.php index 33eb40282..85de93eee 100644 --- a/include/company.inc.php +++ b/include/company.inc.php @@ -53,7 +53,7 @@ if (isset($_POST['record_company'])) $m->MY_DEFAULT_ROUND_ERROR_CRED=$http->post("p_round_error_cred"); $m->MY_ANC_FILTER=$http->post("p_anc_filter"); try{ - $m->Update(); + $m->update(); } catch (Exception $e) { alert($e->getMessage()); } diff --git a/include/compta_ach.inc.php b/include/compta_ach.inc.php index 65f3d3fa5..d02c09736 100644 --- a/include/compta_ach.inc.php +++ b/include/compta_ach.inc.php @@ -27,7 +27,7 @@ if ( ! defined ('ALLOWED') ) die('Appel direct ne sont pas permis'); require_once NOALYSS_INCLUDE.'/lib/icheckbox.class.php'; require_once NOALYSS_INCLUDE.'/class/acc_ledger_purchase.class.php'; -require_once NOALYSS_INCLUDE.'/class/pre_op_ach.class.php'; +require_once NOALYSS_INCLUDE.'/class/pre_operation.class.php'; require_once NOALYSS_INCLUDE.'/lib/ipopup.class.php'; $gDossier = dossier::id(); global $g_parameter; @@ -153,7 +153,7 @@ if (isset($_POST['record'])) /* Save the predefined operation */ if ( isset($_POST['opd_name']) && trim($_POST['opd_name']) != "" ) { - $opd = new Pre_op_ach($cn); + $opd = new Pre_operation($cn); $opd->get_post(); $opd->save(); } @@ -240,7 +240,7 @@ else $Ledger->id = $request_jrn; if (isset ($_REQUEST['p_jrn_predef'])){ - $Ledger->id=$_REQUEST['p_jrn_predef']; + $Ledger->id=$http->request('p_jrn_predef'); } // pre defined operation // @@ -259,13 +259,14 @@ try $acompte=$http->request("acompte", "string",0); echo "
            "; + echo HtmlInput::hidden("ac", $ac); /* request for a predefined operation */ if (isset($_REQUEST['pre_def'])&&!isset($_POST['correct']) && ! isset($correct) ) { // used a predefined operation $predef=$http->request("pre_def","string", "0"); $p_jrn_predef=$http->request("p_jrn_predef","string", "0"); - $op=new Pre_op_ach($cn); + $op=new Pre_operation($cn); $op->set_od_id($predef); $p_post=$op->compute_array(); $Ledger->id=$p_jrn_predef; diff --git a/include/compta_fin.inc.php b/include/compta_fin.inc.php index 66d1eea01..95011438d 100644 --- a/include/compta_fin.inc.php +++ b/include/compta_fin.inc.php @@ -28,32 +28,31 @@ require_once NOALYSS_INCLUDE.'/lib/ipopup.class.php'; global $g_user,$g_parameter; $gDossier=dossier::id(); - +$http=new HttpInput(); $cn=Dossier::connect(); -$menu_action="?ledger_type=fin&ac=".$_REQUEST['ac']."&".dossier::get(); +$menu_action="?ledger_type=fin&ac=".$http->request('ac')."&".dossier::get(); +$Ledger=new Acc_Ledger_Fin($cn,0); -$http=new HttpInput(); -$ledger_id=$http->request("p_jrn","number",0); //-------------------------------------------------------------------------------- // Encode a new financial operation //-------------------------------------------------------------------------------- -if ( $ledger_id == 0) +if ( isset($_REQUEST['p_jrn'] ) ) { - $Ledger=new Acc_Ledger_Fin($cn,0); - $def_ledger=$Ledger->get_first('fin'); + $Ledger->id=$http->request('p_jrn',"number"); +} +else +{ + $def_ledger=$Ledger->get_first('fin'); if ( empty ($def_ledger)) { exit(_('Pas de journal disponible')); } - $ledger_id=$def_ledger['jrn_def_id']; + $Ledger->id=$def_ledger['jrn_def_id']; } -$Ledger=new Acc_Ledger_Fin($cn,$ledger_id); -$Ledger->load(); - $jrn_priv=$g_user->get_ledger_access($Ledger->id); // Check privilege if ( $jrn_priv == 'X') @@ -112,7 +111,7 @@ if ( isset($_POST['confirm'])) if ( !isset($correct)) { echo '
            '; - echo '

            ' . $Ledger->get_name() . '

            '; + echo '

            ' . $Ledger->get_name() . '

            '; echo '
            '; echo '
            '; @@ -141,7 +140,7 @@ if ( $p_msg !="" ) echo ''.$p_msg.''; echo ''; echo HtmlInput::hidden('ledger_type','fin'); -echo HtmlInput::hidden('ac',$_REQUEST['ac']); +echo HtmlInput::hidden('ac',$http->request("ac")); $array=( isset($correct))?$_POST:null; // show select ledger @@ -153,14 +152,16 @@ try echo HtmlInput::submit('save',_('Sauve')); echo HtmlInput::reset(_('Effacer')); + $script="update_name();"; if ( ! isset($_REQUEST['e_date'])&& $g_parameter->MY_DATE_SUGGEST=='Y') { - echo create_script(" get_last_date();ajax_saldo('first_sold');"); - }else { - echo create_script(" ajax_saldo('first_sold');"); + $script.=" get_last_date();"; } - echo create_script(" update_name()"); + if ( ! isset ($_REQUEST['first_sold']) ) { + $script.=" ajax_saldo('first_sold');"; + } + echo create_script($script); } catch (Exception $ex) { echo $ex->getMessage(); } -return; \ No newline at end of file +return; diff --git a/include/compta_fin_rec.inc.php b/include/compta_fin_rec.inc.php index d39365872..6fc2dd936 100644 --- a/include/compta_fin_rec.inc.php +++ b/include/compta_fin_rec.inc.php @@ -32,7 +32,43 @@ require_once NOALYSS_INCLUDE.'/class/acc_ledger_fin.class.php'; bcscale(2); ?> '; - if (isset($_SESSION['g_lang']) && $_SESSION['g_lang']=='fr_FR.utf8' ) + if (isset($_SESSION[SESSION_KEY.'g_lang']) && $_SESSION[SESSION_KEY.'g_lang']=='fr_FR.utf8' ) { echo ''; } - if (isset($_SESSION['g_lang']) && $_SESSION['g_lang']=='nl_NL.utf8' ) + if (isset($_SESSION[SESSION_KEY.'g_lang']) && $_SESSION[SESSION_KEY.'g_lang']=='nl_NL.utf8' ) { echo ''; } @@ -357,7 +357,7 @@ function html_page_start($p_theme="", $p_script="", $p_script2="") '; // language - if (isset($_SESSION['g_lang'])) + if (isset($_SESSION[SESSION_KEY.'g_lang'])) { set_language(); } @@ -421,9 +421,11 @@ function html_min_page_start($p_theme="", $p_script="", $p_script2="") " . $p_script2 . " + "; + include_once NOALYSS_INCLUDE.'/lib/message_javascript.php'; echo ' '; @@ -520,15 +522,23 @@ function ShowItem($p_array, $p_dir='V', $class="mtitle", $class_ref="mtitle", $d $title = ""; $set = "XX"; if (isset($href[2])) - $title = $href[2]; - if (isset($href[3])) - $set = $href[3]; + { + $title=$href[2]; + } + if (isset($href[3])) + { + $set=$href[3]; + } - if ($set == $default) - $ret.='' . $href[1] . ''; - else - $ret.='' . $href[1] . ''; - } + if ($set==$default) + { + $ret.=''.$href[1].''; + } + else + { + $ret.=''.$href[1].''; + } + } } //direction Horizontal else if ($p_dir == 'H') @@ -625,7 +635,8 @@ function getPeriodeFromMonth($p_cn, $p_date) return $R; } -/**\brief Decode the html for the widegt richtext and remove newline +/** + * \brief Decode the html for the widegt richtext and remove newline * \param $p_html string to decode * \return the html code without new line */ @@ -651,8 +662,7 @@ function Decode($p_html) function sql_filter_per($p_cn, $p_from, $p_to, $p_form='p_id', $p_field='jr_tech_per') { - if ($p_form != 'p_id' && - $p_form != 'date') + if ($p_form != 'p_id' && $p_form != 'date') { echo_error(__FILE__, __LINE__, 'Mauvais parametres '); exit(-1); @@ -662,26 +672,38 @@ function sql_filter_per($p_cn, $p_from, $p_to, $p_form='p_id', $p_field='jr_tech $p_field= sql_string($p_field); if ($p_form == 'p_id') { + if ( isNUmber($p_from)==0 || isNUmber($p_to)==0){ + throw new Exception("SFP1"._("Nombre invalide")); + } // retrieve the date $pPeriode = new Periode($p_cn); $a_start = $pPeriode->get_date_limit($p_from); $a_end = $pPeriode->get_date_limit($p_to); - if ($a_start == null || $a_end == null) - throw new Exception(__FILE__ . __LINE__ . sprintf(_('Attention periode - non trouvee periode p_from= %s p_to_periode = %s'), $p_from , - $p_to)); + if ($a_start==null||$a_end==null) + { + throw new Exception(__FILE__.__LINE__.sprintf(_('Attention periode + non trouvee periode p_from= %s p_to_periode = %s'), $p_from, $p_to)); + } - $p_from = $a_start['p_start']; + $p_from = $a_start['p_start']; $p_to = $a_end['p_end']; + }else { + if ( isDate($p_from)==NULL || isDate($p_to)==NULL){ + throw new Exception("SFP2"._("Date invalide")); + } + } + if ($p_from==$p_to) + { + $periode=" $p_field = (select p_id from parm_periode ". + " where ". + " p_start = to_date('$p_from','DD.MM.YYYY')) "; } - if ($p_from == $p_to) - $periode = " $p_field = (select p_id from parm_periode " . - " where " . - " p_start = to_date('$p_from','DD.MM.YYYY')) "; else - $periode = "$p_field in (select p_id from parm_periode " . - " where p_start >= to_date('$p_from','DD.MM.YYYY') and p_end <= to_date('$p_to','DD.MM.YYYY')) "; + { + $periode="$p_field in (select p_id from parm_periode ". + " where p_start >= to_date('$p_from','DD.MM.YYYY') and p_end <= to_date('$p_to','DD.MM.YYYY')) "; + } return $periode; } @@ -699,7 +721,9 @@ function alert($p_msg, $buffer=false) $r.= ''; if ($buffer) - return $r; + { + return $r; + } echo $r; } @@ -709,24 +733,33 @@ function alert($p_msg, $buffer=false) function set_language() { // desactivate local check - if ( defined("LOCALE") && LOCALE==0 ) return; - if ( ! isset ($_SESSION['g_lang'])) return; - + if (defined("LOCALE")&&LOCALE==0) + { + return; + } + if (!isset($_SESSION[SESSION_KEY.'g_lang'])) + { + return; + } + /* * If translation is not supported by current */ - if (! function_exists("bindtextdomain")) return; - + if (!function_exists("bindtextdomain")) + { + return; + } + $dir = ""; // set differently the language depending of the operating system if (what_os() == 1) { - $dir = setlocale(LC_MESSAGES, $_SESSION['g_lang']); + $dir = setlocale(LC_MESSAGES, $_SESSION[SESSION_KEY.'g_lang']); if ($dir == "") { $g_lang = 'fr_FR.utf8'; $dir = setlocale(LC_MESSAGES, $g_lang); - // echo '' . $_SESSION['g_lang'] . ' domaine non supporté'; + // echo '' . $_SESSION[SESSION_KEY.'g_lang'] . ' domaine non supporté'; } bindtextdomain('messages', NOALYSS_HOME.'/lang'); textdomain('messages'); @@ -735,8 +768,8 @@ function set_language() return; } // for windows - putenv('LANG=' . $_SESSION['g_lang']); - $dir = setlocale(LC_ALL, $_SESSION['g_lang']); + putenv('LANG=' . $_SESSION[SESSION_KEY.'g_lang']); + $dir = setlocale(LC_ALL, $_SESSION[SESSION_KEY.'g_lang']); bindtextdomain('messages', '.\\lang'); textdomain('messages'); bind_textdomain_codeset('messages', 'UTF8'); @@ -778,7 +811,7 @@ function shrink_date($p_date) /** * @brief shrink the date, make a date shorter for the printing * @param $p_date format DD.MM.YYYY - * @return date in the format DDMMYY (size = 13 mm in arial 8) + * @return date in the format DD.MM.YY (size = 13 mm in arial 8) */ function smaller_date($p_date) { @@ -826,7 +859,7 @@ function format_date($p_date, $p_from_format = 'YYYY-MM-DD',$p_to_format='DD.MM. case 'YYYYMMDD': $str_date = $date[0] . $date[1] . $date[2]; break; - case 'YYYY/MM/DD': + case 'YYYY/MM/DD': $str_date = $date[0] . '/' . $date[1] . '/' . $date[2]; break; case "DD.MM.YY": @@ -851,9 +884,9 @@ function format_date($p_date, $p_from_format = 'YYYY-MM-DD',$p_to_format='DD.MM. function ajax_disconnected($div) { /** - * if $_SESSION['g_user'] is not set : echo a warning + * if $_SESSION[SESSION_KEY.'g_user'] is not set : echo a warning */ - if (!isset($_SESSION['g_user'])) + if (!isset($_SESSION[SESSION_KEY.'g_user'])) { $script = 'var a=$("' . $div . '");a.style.height="70%";a.style.width="60%";'; $script.='a.style.top=posY-20+offsetY;a.style.left=posX+offsetX;'; @@ -1038,7 +1071,8 @@ function show_menu($module) if ($module == 0)return; static $level=0; global $g_user; - + $http=new HttpInput(); + $access_code=$http->request("ac"); $cn = Dossier::connect(); /** * Show the submenus @@ -1068,11 +1102,13 @@ function show_menu($module) else { $style_menu=$a_style_menu[$level]; } - require NOALYSS_TEMPLATE.'/menu.php'; - } // there is only one submenu so we include the code or javascript - // or we show the submenu - elseif (count($amenu) == 1) + require NOALYSS_TEMPLATE.'/menu.php'; + $level++; + return; + } elseif (count($amenu) == 1) { + // there is only one submenu so we include the code or javascript + // or we show the submenu if ( trim($amenu[0]['me_url']) != "" || trim ($amenu[0]['me_file']) != "" || trim ($amenu[0]['me_javascript']) != "" ) @@ -1081,8 +1117,11 @@ function show_menu($module) echo h2info(_($amenu[0]['me_menu'])); echo '
            '; $module = $amenu[0]['pm_id']; + display_menu($module); + $level++; + return; } else { - $url=$_REQUEST['ac'].'/'.$amenu[0]['me_code']; + $url=$access_code.'/'.$amenu[0]['me_code']; echo ''; echo _($amenu[0]['me_menu']); echo ''; @@ -1091,67 +1130,86 @@ function show_menu($module) } } + // !!! this point should never be reached // There is no submenu or only one if (empty($amenu) || count($amenu) == 1) { - $file = $cn->get_array("select me_file,me_parameter,me_javascript,me_type - from menu_ref - join profile_menu using (me_code) - join profile_user using (p_id) - where - pm_id=$1 and - user_name=$2 and - (me_file is not null or trim(me_file) <>'' or - me_javascript is not null or trim (me_javascript) <> '')", array($module,$g_user->login)); - - if (count($file)==0) - { - return; - } - - if ($file[0]['me_file'] != "") - { - if ($file[0]['me_parameter'] !== "") - { - // if there are paramter put them in superglobal - $array=compute_variable($file[0]['me_parameter']); - put_global($array); - } - if ( DEBUG ) echo $file[0]['me_file']," param : ",$file[0]['me_parameter'] ; - /* - * Log the file we input to put in the folder test-noalyss for replaying it - */ - if (LOGINPUT) { - $file_loginput=fopen($_ENV['TMP'].'/scenario-'.$_SERVER['REQUEST_TIME'].'.php','a+'); - fwrite($file_loginput, "include '".$file[0]['me_file']."';"); - fwrite($file_loginput,"\n"); - fclose($file_loginput); - } - // if file is not a plugin, include the file, otherwise - // include the plugin launcher - if ( $file[0]['me_type'] != 'PL') { - if (file_exists ($file[0]['me_file']) ) - { - require_once $file[0]['me_file']; - } elseif ( file_exists(NOALYSS_INCLUDE.'/'.$file[0]['me_file'])) { - require_once NOALYSS_INCLUDE.'/'.$file[0]['me_file']; - }else { - echo echo_warning(_("Fichier non trouvé")); - } - } else { - require 'extension_get.inc.php'; - } - - exit(); - } - if ( $file[0]['me_javascript'] != '') - { - $js= str_replace('', dossier::id(), $file[0]['me_javascript']); - echo create_script($js); - } + display_menu($module); + } $level++; } +/** + * Display a menu + * @global type $g_user + * @param type $p_menuid + * @return type + */ +function display_menu($p_menuid) +{ + if ($p_menuid == 0) return; + global $g_user; + $cn=Dossier::connect(); + + $file = $cn->get_array(" + select me_file,me_parameter,me_javascript,me_type + from menu_ref + join profile_menu using (me_code) + join profile_user using (p_id) + where + pm_id=$1 and + user_name=$2 and + (me_file is not null or trim(me_file) <>'' or + me_javascript is not null or trim (me_javascript) <> '')", array($p_menuid,$g_user->login)); + + if (count($file)==0) + { + return; + } + + if ($file[0]['me_file'] != "") + { + if ($file[0]['me_parameter'] !== "") + { + // if there are paramter put them in superglobal + $array=compute_variable($file[0]['me_parameter']); + put_global($array); + } + tracedebug("'menu", $file[0]['me_file'],__FUNCTION__.__LINE__."line"); + tracedebug("'menu", $file[0]['me_parameter'],__FUNCTION__.__LINE__."parm "); + if ( DEBUG ) { echo $file[0]['me_file']," param : ",$file[0]['me_parameter'] ;} + /* + * Log the file we input to put in the folder test-noalyss for replaying it + */ + if (LOGINPUT) { + $file_loginput=fopen($_ENV['TMP'].'/scenario-'.$_SERVER['REQUEST_TIME'].'.php','a+'); + fwrite($file_loginput, "include '".$file[0]['me_file']."';"); + fwrite($file_loginput,"\n"); + fclose($file_loginput); + } + // if file is not a plugin, include the file, otherwise + // include the plugin launcher + if ( $file[0]['me_type'] != 'PL') { + if (file_exists ($file[0]['me_file']) ) + { + require_once $file[0]['me_file']; + } elseif ( file_exists(NOALYSS_INCLUDE.'/'.$file[0]['me_file'])) { + require_once NOALYSS_INCLUDE.'/'.$file[0]['me_file']; + }else { + echo echo_warning(_("Fichier non trouvé")); + } + } else { + require 'extension_get.inc.php'; + } + + exit(); + } elseif ( $file[0]['me_javascript'] != '') + { + $js= str_replace('', dossier::id(), $file[0]['me_javascript']); + echo create_script($js); + } + +} /** * Put in superglobal (get,post,request) the value contained in * the parameter field (me_parameter) @@ -1332,7 +1390,7 @@ function is_msie() function record_log($p_message) { error_log("noalyss".print_r($p_message,true),0); - error_log("noalyss GET [".var_export($_GET, true)."] POST [".var_export($_POST, true)."]",0); + error_log("noalyss GET [".json_encode($_GET)."] POST [".json_encode($_POST)."]",0); } if(!function_exists('tracedebug')) { function tracedebug($file,$var, $label = NULL) { @@ -1375,3 +1433,122 @@ function convert_to_rtf($p_string) } return $result; } +/** + * When it is needed to eval a formula , this function prevent the divide by zero. + * the formula is a math operation to evaluate like : 1.0+2.0/1 (...) , it is used in "report", + * it removes the operation "divide by 0 " + * + * @param string $p_formula string containing a operation to evaluate + * + * @see Impress::parse_formula + */ +function remove_divide_zero($p_formula) +{ + $test=str_replace(" ","",$p_formula).";"; + $p_formula=preg_replace("![0-9]+\.*[0-9]*/0\.{0,1}0*(\+|-|\*|/|;){1}!","0$1",$test); + $p_formula=trim($p_formula,';'); + return $p_formula; +} + +/** + * Create randomly a string + * @param int $p_length length of the generate string + */ +function generate_random_string($car) +{ + $string=""; + $chaine="abcdefghijklmnpqrstuvwxyABCDEFGHIJKLMNPQRSTUVWXY0123456789*/+-=<>"; + srand((double) microtime()*1020030); + for ($i=0; $i<$car; $i++) + { + $string .= $chaine[rand()%strlen($chaine)]; + } + return $string; +} + +/** + * generate a string of p_car character and a input text with name p_ctl_name + * work like a kind of captcha.The control code for checking is ctlcode. + * You compare the content of the variable p_ctl_name with ctlcode + * @param $p_ctl_name name of the HTML input text + * @param $p_car length of the string + */ +function confirm_with_string($p_ctl_name,$p_car) +{ + $code=generate_random_string($p_car ); + $r = HtmlInput::hidden("ctlcode",$code); + $r.=''. $code.''; + $ctl=new IText($p_ctl_name); + $r.=$ctl->input(); + return $r; +} +/** + * Find the menu marked as default in the given profile + * @param number $pn_menu (profile_menu.id) + */ +function find_default_menu($pn_menu) +{ + $cn=Dossier::connect(); + $sql = ' select pm_id from profile_menu where pm_default =1 and pm_id_dep = $1'; + $aresult=$cn->get_array($sql, [$pn_menu]); + if (empty($aresult)) { + return 0; + } + return $aresult[0]['pm_id']; +} + +/** + * Check if there is a default menu for this user and add it. The array is filling from 1 to 3 + * @verbatim + * + * COMPTA 0 - 0 - 173 + * COMPTA/MENUACH 0 - 173 - 3 + * COMPTA/MENUACH/ACH 173 - 3 - 85 + * + * @endverbatim + * + * + * @param array $pa_menu if the array of option ; index pm_id_v1 , pm_id_v2 and pm_id_v3 + * + */ +function complete_default_menu($pa_menu) +{ + $a_result=$pa_menu; + // find the first one which is null + if ($pa_menu[0]['pm_id_v2'] == 0) { + $tmp=find_default_menu($pa_menu[0]['pm_id_v1']); + if ( $tmp <> 0 ) { + $a_result[0]['pm_id_v2']=$pa_menu[0]['pm_id_v1']; + $a_result[0]['pm_id_v1']=$tmp; + } + } + if ($pa_menu[0]['pm_id_v3'] == 0) { + $tmp=find_default_menu($a_result[0]['pm_id_v1']); + if ( $tmp <> 0 ) { + $a_result[0]['pm_id_v3']=$a_result[0]['pm_id_v2']; + $a_result[0]['pm_id_v2']=$a_result[0]['pm_id_v1']; + $a_result[0]['pm_id_v1']=$tmp; + } + } + return $a_result; +} +/** + * rebuild the access code + * @see complete_default_menu + * @param array of number $pan_code index row [0] = index pm_id_v1 , pm_id_v2 and pm_id_v3 + */ +function rebuild_access_code($pan_code) +{ + if ( empty ($pan_code)) {return;} + $s_result=""; + $cn=Dossier::connect(); + $an_code=['pm_id_v3','pm_id_v2','pm_id_v1']; + $sep=""; + for ($i=0;$i<3;$i++) + { + $ix=$an_code[$i]; + $s_result.=$sep.$cn->get_value("select me_code from profile_menu where pm_id=$1",[ $pan_code[0][$ix] ]); + $sep=($s_result != "" )?"/":""; + } + return $s_result; +} \ No newline at end of file diff --git a/include/lib/config_file.php b/include/lib/config_file.php index 3f7c7e62a..b70da1715 100644 --- a/include/lib/config_file.php +++ b/include/lib/config_file.php @@ -94,6 +94,7 @@ function config_file_form($p_array=null) $ichost=new IText("chost",$chost); $icadmin=new IText('cadmin',$cadmin); + $icadmin->set_require(true); /* * For version MONO */ @@ -109,6 +110,7 @@ function config_file_form($p_array=null) $icpassword_admin=new IText('cpassword_admin'); $icpassword_admin->value=$cpassword_admin; + $icpassword_admin->set_require(true); require NOALYSS_TEMPLATE.'/template_config_form.php'; } diff --git a/include/lib/data_sql.class.php b/include/lib/data_sql.class.php index ac5e6d94f..2fe0698b6 100644 --- a/include/lib/data_sql.class.php +++ b/include/lib/data_sql.class.php @@ -27,13 +27,13 @@ /** * @brief this an abstract class , all the SQL class, like noalyss_sql (table), - * Acc_Plan_SQL (based on a SQL not a table). + * Acc_Plan_SQL (based on a SQL not a table) or a view. * * You must create a class extending this one, in the constructor * these variables have to be defined * * - table = name of the view or empty - * - select = name of the select + * - sql = sql statement * - name = array of column name, match between logic and actual name * - type = array , match between column and type of data * - default = array of column with a default value diff --git a/include/lib/database_core.class.php b/include/lib/database_core.class.php index 2bcba2307..d7d5cb65b 100644 --- a/include/lib/database_core.class.php +++ b/include/lib/database_core.class.php @@ -611,7 +611,7 @@ class DatabaseCore * * \param $p_sql sql statement, only the first two column will be returned in * an array. The first col. is the label and the second the value - * \param $p_null if the array start with a null value + * \param $p_null if the array start with a null value Yes = 1 , No=0 * \param $p_array is the array with the bind value * \note this function is used with ISelect when it is needed to have a list of * options. @@ -956,6 +956,24 @@ class DatabaseCore static function nb_column($p_ret) { return pg_num_fields($p_ret); } + /** + * FInd if a SQL Select has a SQL stmt to inject or damage Data + * When a SELECT SQL string is build, this string could contain a SQL attempt to damage data, + *so the statement DELETE TRUNCATE ... are forbidden. Throw an exception EXC_INVALID + * + */ + function search_sql_inject($p_sql) + { + $forbid_sql=array("update","delete","truncate","insert"); + // protect against SQL inject + foreach ($forbid_sql as $forbid_key) { + if (stripos($p_sql,$forbid_key) !== false) + { + throw new Exception(_("Possible SQL inject",EXC_INVALID)); + } + + } + } } diff --git a/include/lib/function_javascript.php b/include/lib/function_javascript.php index f8487f4fe..0b8ce6c23 100644 --- a/include/lib/function_javascript.php +++ b/include/lib/function_javascript.php @@ -2783,6 +2783,8 @@ function load_all_script() echo js_include('nicEdit.js'); echo js_include('managetable.js'); echo js_include('acc_currency.js'); + echo js_include('taggroup.js'); + echo js_include('noalyss_checkbox.js'); } /** diff --git a/include/lib/html_input.class.php b/include/lib/html_input.class.php index 4b69ab42c..aec96ab64 100755 --- a/include/lib/html_input.class.php +++ b/include/lib/html_input.class.php @@ -481,7 +481,7 @@ class HtmlInput $id=uniqid("xx"); } $r=""; - $r.=''.$p_symbole.h($action).''; + $r.=''.$p_symbole.h($action).''; return $r; } @@ -681,7 +681,7 @@ class HtmlInput static function array_to_string($array, $global_array, $start="?") { - $r=$start; + $r=""; if (count($global_array)==0) return ''; @@ -705,7 +705,7 @@ class HtmlInput } $and="&"; } - + if (trim ($r) != "") $r=$start.$r; return $r; } @@ -829,16 +829,16 @@ class HtmlInput /** * Title for boxes, you can customize the symbol thanks symbol with * the mode "custom" - * @param type $name Title - * @param type $div element id, except for mode none or custom - * @param type $mod hide , close , zoom , custom or none, with + * @param string $p_name Title + * @param string $div element id, except for mode none or custom + * @param string $p_mod hide , close , zoom , custom or none, with * custom , the $name contains all the code - * @param type $p_js contains the javascript if mod = "custom" or "zoom" contains button + code - * @param type $p_draggable , if set to yes the box will be draggable + * @param string $p_js contains the javascript if mod = "custom" or "zoom" contains button + code + * @param char $p_draggable , y = yes n = no ,if set to yes the box will be draggable * @return type */ static function title_box($p_name, $p_div, $p_mod="close", $p_js="", - $p_draggable="n") + $p_draggable="n",$p_enlarge='n') { $p_div=strip_tags($p_div); $r='
            '; @@ -848,6 +848,9 @@ class HtmlInput { $r.=Icon_Action::draggable($p_div); } + if ( $p_enlarge=='y') { + $r.=Icon_Action::full_size($p_div); + } if ($p_mod=='close') { $r.=Icon_Action::close($p_div, $p_js); @@ -869,7 +872,9 @@ class HtmlInput $r.=""; } else - die(__FILE__.":".__LINE__._('Paramètre invaide')); + { + throw new Exception(__FILE__.":".__LINE__._("Paramètre invalide p_mod = '$p_mod'")); + } $r.='
            '; @@ -907,18 +912,19 @@ class HtmlInput * @param string $p_url url * @param string $p_js javascript * @param string $p_style is the visuable effect (class, style...) + * @param string $p_title Title */ static function anchor($p_text, $p_url="", $p_js="", - $p_style=' class="line" ') + $p_style=' class="line" ',$p_title="click") { if ($p_js!="") { - $p_url="javascript:void(0)"; + $p_url='href="javascript:void(0)"'; } else { $p_url=sprintf('href="%s"',$p_url); } - $str=sprintf('%s', $p_style, $p_url, $p_js, $p_text); + $str=sprintf('%s', $p_style, $p_url, $p_js, $p_title,$p_text); return $str; } @@ -1135,16 +1141,7 @@ class HtmlInput return $js; } - static function button_action_add_concerned_card($p_agid) - { - $dossier=Dossier::id(); - $javascript=<<style=' '; $this->accvis=1; //!< account_visible =1 otherwise 0 $this->limit=12; //!< Max of row show + $this->amount_from_type=''; //!< in the follow up ,when a card is selected you take Prix Vente or Prix Achat + $this->typecard='all'; + $this->autocomplete_file="fid_card.php"; } /** @@ -154,7 +195,8 @@ class ICard extends HtmlInput } - /**\brief set the javascript callback function + /** + * \brief set the javascript callback function * by default it is update_value called BEFORE the querystring is send * * \param $p_name callback function name @@ -255,12 +297,12 @@ class ICard extends HtmlInput $query=http_build_query([ 'gDossier'=>Dossier::id(),'e'=>$this->typecard,'limit'=>$this->limit]); - $javascript=sprintf('try { new Ajax.Autocompleter("%s","%s","fid_card.php?%s",'. + $javascript=sprintf('try { new Ajax.Autocompleter("%s","%s","%s?%s",'. '{paramName:"FID",minChars:1,indicator:%s, '. 'callback:%s, '. 'limit:%s,'. ' afterUpdateElement:%s});} catch (e){alert(e.message);};', - $this->id, $this->choice, $query, $this->indicator, + $this->id, $this->choice, $this->autocomplete_file,$query, $this->indicator, $this->callback, $this->limit, $this->fct); $javascript=create_script($javascript.$this->dblclick); @@ -322,7 +364,7 @@ class ICard extends HtmlInput if (!isset($this->id)) $this->id=$this->name; $a=""; - foreach (array('typecard', 'jrn', 'label', 'price', 'tvaid', 'accvis') as + foreach (array('typecard', 'jrn', 'label', 'price', 'tvaid', 'accvis','amount_from_type') as $att) { if (isset($this->$att)) @@ -343,7 +385,7 @@ class ICard extends HtmlInput static public function test_me() { require_once NOALYSS_INCLUDE.'/lib/itext.class.php'; - $_SESSION['isValid']=1; + $_SESSION[SESSION_KEY.'isValid']=1; $a=new ICard('testme'); $a->extra="all"; $a->set_attribute('label', 'ctl_label'); diff --git a/include/lib/icheckbox.class.php b/include/lib/icheckbox.class.php index 13177dc10..b934bed93 100644 --- a/include/lib/icheckbox.class.php +++ b/include/lib/icheckbox.class.php @@ -25,6 +25,20 @@ require_once NOALYSS_INCLUDE.'/lib/html_input.class.php'; class ICheckBox extends HtmlInput { + var $range; + + function __construct($p_name="", $p_value="", $p_id="") + { + parent::__construct($p_name, $p_value, $p_id); + $this->range=""; + } + + function get_range($p_name) { + return $this->range; + } + function set_range($p_name) { + $this->range=' class="'.$p_name.'" '; + } /*!\brief show the html input of the widget*/ public function input($p_name=null,$p_value=null,$id="") { @@ -36,6 +50,7 @@ class ICheckBox extends HtmlInput $check=( $this->selected==true )?"checked":"unchecked"; $r='range; $r.=$this->get_node_attribute(); $r.=' '.$this->disabled." ".$this->javascript.'>'; @@ -69,7 +84,15 @@ class ICheckBox extends HtmlInput $a->javascript='onclick="toggle_checkbox(\''.$p_form.'\')"'; return $a->input(); } - static public function test_me() - { + /** + * Before calling this function , you must set a range with the function set_range. It will add the event on + * click (checkbox_set_range) + * + * @param string $p_name + * @returns javascript to execute string + */ + static function javascript_set_range($p_name) { + $js=sprintf("(function () {activate_checkbox_range('%s');})();",$p_name); + return create_script($js); } -} +} \ No newline at end of file diff --git a/include/lib/icon_action.class.php b/include/lib/icon_action.class.php index 9e4dedece..a1dab5910 100644 --- a/include/lib/icon_action.class.php +++ b/include/lib/icon_action.class.php @@ -214,6 +214,17 @@ class Icon_Action $r.=''.$action.''; return $r; } + /** + * Return a html string with an eye + * @param type $javascript + * @return string + */ + static function notvisible($javascript) { + $r=''; + $r.=''; + return $r; + + } /** * Display the icon of a trashbin * @param string $p_id DOMid @@ -356,4 +367,35 @@ class Icon_Action if ( $p_value == 1 ) { return \Icon_Action::iconon($p_id, $p_javascript,$p_style);} if ( $p_value == 0 ) { return \Icon_Action::iconoff($p_id, $p_javascript,$p_style);} } + + static function checked ($p_id,$p_javascript="",$p_classrange="") { + $lock_cur=""; + $r=sprintf( '%s', + $p_id, + $p_javascript, + $p_classrange, + $lock_cur); + return $r; + } + static function unchecked ($p_id,$p_javascript="",$p_classrange="") { + $lock_cur=""; + + $r=sprintf( '%s', + $p_id, + $p_javascript, + $p_classrange, + $lock_cur); + return $r; + } + static function checkbox ($p_id,$p_javascript="",$p_value=0,$p_classrange="") { + if ( $p_value == 0 ) { return \Icon_Action::checked($p_id, $p_javascript,$p_classrange); } + if ( $p_value == 1 ) { return \Icon_Action::unchecked($p_id, $p_javascript,$p_classrange);} + } + static function full_size($p_div) { + $js=sprintf("full_size('%s')",$p_div); + $icon=""; + $r=sprintf('%s', + $p_div,$js,$icon); + return $r; + } } diff --git a/include/lib/iconcerned.class.php b/include/lib/iconcerned.class.php index d43fa3e4c..2c4a4187f 100644 --- a/include/lib/iconcerned.class.php +++ b/include/lib/iconcerned.class.php @@ -1,4 +1,5 @@ name=$p_name; - $this->value=$p_value; - $this->amount_id=null; - $this->paid=''; - $this->id=$p_id; - $this->tiers=""; // id of the field for the tiers to be updated - $this->div=""; // Dom Element to show the search result - $this->hideOperation=""; // string of j_id to hide, separated by comma to avoid to reconcile an operation with itself - } - /*!\brief show the html input of the widget*/ - public function input($p_name=null,$p_value=null) + private $hideOperation; //!< string of j_id to hide, separated by comma to avoid to reconcile an operation with itself + private $singleOperation; //!< do not allow to select several operations + + public function __construct($p_name='', $p_value='', $p_id="") + { + $this->name=$p_name; + $this->value=$p_value; + $this->amount_id=null; + $this->paid=''; + $this->id=$p_id; + // id of the field for the tiers to be updated + $this->tiers=""; + // Dom Element to show the search result + $this->div=""; + // string of j_id to hide, separated by comma to avoid to reconcile an operation with itself + $this->hideOperation=""; + // by default we can select several operation + $this->singleOperation=0; + } + + /* !\brief show the html input of the widget */ + + public function input($p_name=null, $p_value=null) { $this->name=($p_name==null)?$this->name:$p_name; $this->value=($p_value==null)?$this->value:$p_value; - if ( $this->readOnly==true) return $this->display(); + if ($this->readOnly==true) + return $this->display(); $this->id=($this->id=="")?$this->name:$this->id; - $javascript=sprintf("search_reconcile(".dossier::id().",'%s','%s','%s','%s','%s')", - $this->name, - $this->amount_id, - $this->paid, - $this->div, - $this->tiers ); + $javascript=sprintf("search_reconcile(".dossier::id().",'%s','%s','%s','%s','%s')", $this->name, + $this->amount_id, $this->paid, $this->div, $this->tiers); $r=Icon_Action::icon_magnifier(uniqid(), $javascript); $r.=sprintf(" - + - ", - $this->name, - $this->id, - $this->value, - $this->hideOperation, - $this->id - ); + ", $this->name, $this->id, $this->value, $this->hideOperation,$this->singleOperation, + $this->id + ); return $r; } /** * setter - * @param $p_string + * @param number $p_string jrn.jr_id of the operation to hide */ function set_hideOperation($p_string) { $this->hideOperation=strip_tags($p_string); } - /*!\brief print in html the readonly value of the widget*/ + + /** + * Set the value of single operation, limit to one operation if TRUE + * @param bool $p_value TRUE or false + */ + function set_singleOperation($p_value){ + if ( $p_value == TRUE ) { + $this->singleOperation=1; + return; + } + if ( $p_value == FALSE ) { + $this->singleOperation=0; + return; + } + throw new Exception (_("setSingleOperation failed")); + } + + function get_singleOperation(){ + return $this->singleOperation; + } + + /* !\brief print in html the readonly value of the widget */ + public function display() { - $r=sprintf("%s",$this->value); - $r.=sprintf('', $this->name,$this->value); + $r=sprintf("%s", $this->value); + $r.=sprintf('', $this->name, $this->value); return $r; - } + static public function test_me() { + } + } diff --git a/include/lib/idate.class.php b/include/lib/idate.class.php index ea1a105d6..7d9d8a322 100644 --- a/include/lib/idate.class.php +++ b/include/lib/idate.class.php @@ -18,16 +18,17 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -// Copyright Author Dany De Bontridder danydb@aevalys.eu +// Copyright Author Dany De Bontridder danydb@noalyss.eu /** *\file - \brief Html Input + \brief Html Input Date type */ /// Html Input : Input a date format dd.mm.yyyy /// The property title should be set to indicate what it is expected +/// @see calendar-setup.js require_once NOALYSS_INCLUDE.'/lib/html_input.class.php'; class IDate extends HtmlInput @@ -36,6 +37,7 @@ class IDate extends HtmlInput var $placeholder; var $title; var $autofocus; + static $firstDate=0; //style=' class="input_text" '; $this->autofocus=false; } + /** + * @return string + */ + public function get_placeholder() + { + return $this->placeholder; + return $this; + } + + /** + * @param string $placeholder + */ + public function set_placeholder($placeholder) + { + $this->placeholder = $placeholder; + return $this; + } + + /** + * @return string + */ + public function get_title() + { + return $this->title; + return $this; + } + + /** + * @param string $title + */ + public function set_title($title) + { + $this->title = $title; + return $this; + } + + /** + * @return false + */ + public function get_autofocus() + { + return $this->autofocus; + return $this; + } + + /** + * @param false $autofocus + */ + public function set_autofocus($autofocus) + { + $this->autofocus = $autofocus; + return $this; + } + + /** + * @return mixed + */ + public function get_firstDate() + { + return self::$firstDate; + } + + /** + * @param mixed $firstDate + */ + static function set_firstDate($firstDate) + { + if (isNumber($firstDate)==0){ + throw new Exception("IDATE1: invalide data"); + } + self::$firstDate= $firstDate; + } + /*!\brief show the html input of the widget */ @@ -57,7 +132,7 @@ class IDate extends HtmlInput return $this->display(); if ($this->id=="") $this->id=self::generate_id($this->name); $autofocus=($this->autofocus)?" autofocus ":""; - + $onchange='onchange="format_date(this)"'; $r=sprintf(' - ',$this->name,$this->id,$this->value,$this->placeholder,$this->title,$this->id + ',$this->name,$this->id,$this->value,$this->placeholder,$this->title, + $onchange, + $this->id ); - + // @see calendar-setup.js $r.=sprintf('' - ,$this->id,$this->id); + ,$this->id, + $this->id, + self::$firstDate); return $r; } diff --git a/include/lib/ifile.class.php b/include/lib/ifile.class.php index f5e8a3766..5abcb8bb7 100644 --- a/include/lib/ifile.class.php +++ b/include/lib/ifile.class.php @@ -25,13 +25,57 @@ require_once NOALYSS_INCLUDE.'/lib/html_input.class.php'; class IFile extends HtmlInput { + // if true , the size is tested and a box is displaid + private $alert_on_size; + function __construct($p_name = "", $p_value = "", $p_id = "") + { + parent::__construct($p_name, $p_value, $p_id); + $this->alert_on_size=false; + } + + /** + * @return false + */ + public function getAlertOnSize() + { + return $this->alert_on_size; + } + + /** + * if true , the size is tested and a box is displaid + * @param false $alert_on_size + */ + public function setAlertOnSize(bool $alert_on_size) + { + $this->alert_on_size = $alert_on_size; + } + /*!\brief show the html input of the widget*/ public function input($p_name=null,$p_value=null) { $this->name=($p_name==null)?$this->name:$p_name; $this->value=($p_value==null)?$this->value:$p_value; if ( $this->readOnly==true) return $this->display(); - $r=''; + if ($this->id=="") $this->id=uniqid("file_"); + $r=sprintf('', + $this->name, + $this->id, + $this->value); + if ( $this->alert_on_size) + { + $max_size=MAX_FILE_SIZE; + $max_size_mb=round($max_size / 1024 /1024,2); + $too_large=h(_("Fichier trop grand(max = $max_size_mb MB)")); + + $js_check_size=sprintf(' + document.getElementById("%s").addEventListener("change",function () + { + var fFile=document.getElementById("%s"); + if (fFile.files[0] && fFile.files[0].size>%s) { smoke.alert("%s");} + });',$this->id,$this->id,$max_size,$too_large); + $r.=create_script($js_check_size); + + } return $r; } diff --git a/include/lib/impress.class.php b/include/lib/impress.class.php index 0a8beb32b..8ea617f11 100644 --- a/include/lib/impress.class.php +++ b/include/lib/impress.class.php @@ -153,6 +153,10 @@ class Impress // $p_eval is true then we eval and returns result if ( $p_eval == true) { + /*------------------------------------- + * Protect againt division by zero + */ + $p_formula=remove_divide_zero($p_formula); $p_formula="\$result=".$p_formula.";"; eval("$p_formula"); diff --git a/include/lib/inplace_edit.class.php b/include/lib/inplace_edit.class.php index 0d372de17..1868061b2 100644 --- a/include/lib/inplace_edit.class.php +++ b/include/lib/inplace_edit.class.php @@ -75,6 +75,9 @@ class Inplace_Edit function ajax_input() { ob_start(); echo $this->input->input(); + if ($this->input instanceof ITextarea) { + echo '
            '; + } echo ''._('ok').''; echo ''._('cancel').''; echo <<input->get_value(); - $v=(trim($v)=="")?$this->message:$v; - echo $v, - ' ', - " - EOF; + return $r; } public function get_jscript() { diff --git a/include/lib/input_checkbox.class.php b/include/lib/input_checkbox.class.php new file mode 100644 index 000000000..a6d67938b --- /dev/null +++ b/include/lib/input_checkbox.class.php @@ -0,0 +1,102 @@ + + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * Aut + * + */ + +// Copyright Author Dany De Bontridder danydb@noalyss.eu + +/** + * @file + * @brief modern checkbox, using a javascript to change the icon when clicked and a hidden field, there is always a + * value , either 1 or 0 + */ +require_once NOALYSS_INCLUDE.'/lib/html_input.class.php'; + +class InputCheckBox extends HtmlInput +{ + + var $icon; + var $value_container; + var $value; + /** + * Construct an input_checkbox object + * + * @param string $name of the hidden + * @param bool $value Value is 1 or 0 + * @param string $p_id id of the hidden + */ + function __construct($name='', $value='', $p_id="") + { + $this->value_container=$name; + $this->value=$value; + + $this->id_hidden=$p_id; + $this->id_icon=uniqid($p_id); + $this->javascript=""; + $this->classrange=""; + } + + function input($p_name=NULL, $p_value=0) + { + $r=""; + if ($p_name!=NULL) + $this->value_container=$p_name; + if ($p_value!==0) + $this->value=$p_value; + + + if ( trim($this->value_container) ==="" || trim($this->value) === "") { + throw new Exception(_("Valeur invalide"),1); + } + if ($this->readOnly == TRUE) { + return $this->display(); + } + $r.= HtmlInput::hidden($this->value_container, $this->value,$this->id_hidden); + + $this->javascript=sprintf('toggle_checkbox_onoff(\'%s\',\'%s\');%s;', + $this->id_icon, + $this->id_hidden, + $this->javascript); + + if ($this->value=='1') { + $r.=Icon_Action::checked($this->id_icon,$this->javascript,$this->classrange); + } else { + $r.=Icon_Action::unchecked($this->id_icon,$this->javascript,$this->classrange); + } + return $r; + } + function display() + { + if ($this->value=='1') { + return Icon_Action::checked($this->id_icon, ""); + } else { + return Icon_Action::unchecked($this->id_icon, ""); + } + } + + /** + * click several checkbox when you shift click on that name + */ + function click_range() + { + + } + +} \ No newline at end of file diff --git a/include/lib/input_switch.class.php b/include/lib/input_switch.class.php index ba67d7f55..3d8345cfe 100644 --- a/include/lib/input_switch.class.php +++ b/include/lib/input_switch.class.php @@ -45,6 +45,7 @@ class InputSwitch extends HtmlInput function input($p_name=NULL, $p_value=NULL) { + $r=""; if ($p_name!=NULL) $this->value_container=$p_name; if ($p_value!==NULL) @@ -56,25 +57,25 @@ class InputSwitch extends HtmlInput throw new Exception(_("Valeur invalide"),1); } if ($this->readOnly == TRUE) { - $this->display(); - return; + return $this->display(); } - echo HtmlInput::hidden($this->value_container, $this->value); + $r.= HtmlInput::hidden($this->value_container, $this->value); $this->javascript=sprintf('toggle_onoff(\'%s\',\'%s\');%s;',$this->icon,$this->value_container,$this->javascript); if ($this->value=='1') { - echo Icon_Action::iconon($this->icon, $this->javascript); + $r.=Icon_Action::iconon($this->icon, $this->javascript); } else { - echo Icon_Action::iconoff($this->icon, $this->javascript); + $r.=Icon_Action::iconoff($this->icon, $this->javascript); } + return $r; } function display() { if ($this->value=='1') { - echo Icon_Action::iconon($this->icon, ""); + return Icon_Action::iconon($this->icon, ""); } else { - echo Icon_Action::iconoff($this->icon, ""); + return Icon_Action::iconoff($this->icon, ""); } } diff --git a/include/lib/iselect.class.php b/include/lib/iselect.class.php index 35d515bed..2df854edc 100644 --- a/include/lib/iselect.class.php +++ b/include/lib/iselect.class.php @@ -65,7 +65,7 @@ class ISelect extends HtmlInput { $checked=($this->selected==$this->value[$i]['value'])?"SELECTED":""; $a.='"; diff --git a/include/lib/message_javascript.php b/include/lib/message_javascript.php index e9b9d1ebf..75dd82dd6 100644 --- a/include/lib/message_javascript.php +++ b/include/lib/message_javascript.php @@ -24,87 +24,91 @@ * @brief Contains all the javascript messages, this file must be included before * the javascript file. The message cannot contains a double quote even when * it is escaped ! + * Avoid use of HTML Tag */ ?> diff --git a/include/lib/noalyss_csv.class.php b/include/lib/noalyss_csv.class.php index 669403431..7e5675782 100644 --- a/include/lib/noalyss_csv.class.php +++ b/include/lib/noalyss_csv.class.php @@ -46,10 +46,10 @@ class Noalyss_Csv $this->size=0; $a_field=[';',',']; - $this->sep_field=$a_field[$_SESSION['csv_fieldsep']]; + $this->sep_field=$a_field[$_SESSION[SESSION_KEY.'csv_fieldsep']]; $a_field=['.',',']; - $this->sep_dec=$a_field[$_SESSION['csv_decimal']]; - $this->encoding=$_SESSION['csv_encoding']; + $this->sep_dec=$a_field[$_SESSION[SESSION_KEY.'csv_decimal']]; + $this->encoding=$_SESSION[SESSION_KEY.'csv_encoding']; } diff --git a/include/lib/select_box.class.php b/include/lib/select_box.class.php index 28e6bc740..d3a0088f5 100644 --- a/include/lib/select_box.class.php +++ b/include/lib/select_box.class.php @@ -26,7 +26,6 @@ * Display a kind of select * @include select-box-test.php */ - // Copyright Author Dany De Bontridder danydb@aevalys.eu class Select_Box { @@ -36,8 +35,8 @@ class Select_Box private $cnt; private $filter; //!< allow a dynamic not case sensitive search var $default_value; - private $position ; //!< change depending if we are in an absolute block or not - + private $position; //!< change depending if we are in an absolute block or not + /** * Default constructor * @param type $p_id javascript DOMid @@ -52,9 +51,43 @@ class Select_Box $this->cnt=0; $this->default_value=-1; $this->style_box=""; - $this->filter=""; + $this->filter=""; $this->position="normal"; } + + public function get_id() + { + return $this->id; + } + + public function set_id($id) + { + $this->id=$id; + return $this; + } + + public function get_item() + { + return $this->item; + } + + public function get_default_value() + { + return $this->default_value; + } + + public function set_item($item) + { + $this->item=$item; + return $this; + } + + public function set_default_value($default_value) + { + $this->default_value=$default_value; + return $this; + } + public function get_position() { return $this->position; @@ -62,85 +95,31 @@ class Select_Box public function set_position($position) { - if ( ! in_array($position,array("normal","in-absolute") ) ) { - throw new Exception("SB0005",EXC_PARAM_VALUE); + if (!in_array($position, array("normal", "in-absolute", "absolute"))) + { + throw new Exception("SB0005", EXC_PARAM_VALUE); } $this->position=$position; return $this; } - private function compute_position() + protected function compute_position() { $list_id=sprintf('%s_list', $this->id); switch ($this->position) { + case 'absolute': case "normal": - - // Show when click - $javascript=sprintf('$("%s_bt").onclick=function() { - try { - var newDiv=$("select_box%s"); - var pos=$("%s_bt").cumulativeOffset(); - newDiv.setStyle({display:"block",position:"fixed",top:pos.top+25+"px",left:pos.left+5+"px"}); - - if ( $("search_%s") ) { $("search_%s").focus();} - - } catch(e) { - alert(e.message); - } - } - ', $this->id, $this->id, $this->id, $list_id, $list_id); - // Hide when out of the zone - $javascript.=sprintf('$("select_box%s").onmouseleave=function() { - try { - var newDiv=$("select_box%s"); - newDiv.setStyle({display:"none"}); - } catch(e) { - alert(e.message); - } - }',$this->id,$this->id); - break; case "in-absolute": // Show when click $javascript=sprintf(' $("%s_bt").onclick=function() { - try { - - - if (! document.getElementById("select_box_content") ) { - - var newDiv=new Element("div"); - newDiv.id="select_box_content"; - document.body.appendChild(newDiv); - newDiv.addClassName("select_box"); - $("select_box_content").onmouseleave=function() { - try { - var newDiv=$("select_box_content"); - newDiv.setStyle({display:"none"}); - } catch(e) { - alert(e.message); - } - } - } else { - var newDiv=document.getElementById("select_box_content"); - } - newDiv.innerHTML=$("select_box%s").innerHTML; - var pos=$("%s_bt").cumulativeOffset(); - var nTop=pos.top; - var viewport = document.viewport.getDimensions(); - if ( nTop> viewport.height-newDiv.getHeight()-20) { nTop-=newDiv.getHeight()-5} - - newDiv.setStyle({display:"block",position:"absolute",top:nTop+"px",left:pos.left+5+"px","z-index":999}); - - if ( $("search_%s") ) { $("search_%s").focus();} - } catch(e) { - alert(e.message); - } + displaySelectBox("%s"); } - ', $this->id, $this->id, $this->id, $list_id, $list_id); - - break; - + ', $this->id, $this->id); + + break; + default: break; } @@ -149,55 +128,52 @@ class Select_Box function input() { - $list_id=sprintf('%s_list',$this->id); - + $list_id=sprintf('%s_list', $this->id); + // Show when click $javascript=$this->compute_position(); - - // display the button - printf('', - $this->id, $this->value); - printf('', $this->id, - $this->id, $this->default_value); + printf('', + $this->id, $this->value); + printf('', + $this->id, $this->id, $this->default_value); printf('
            ', - $this->id, $this->style_box); + $this->id, $this->style_box); + + // Show the filter if there is one, + if ($this->filter!="") + { - // Show the filter if there is one, - if ( $this->filter != "" ) { - echo HtmlInput::filter_list($list_id); - } - + } + // Print the list of possible options - printf('
              ',$list_id); + printf('
                ', $list_id); for ($i=0; $iitem); $i++) { if ($this->item[$i]['type']=="url") { - printf('
              • %s
              • ', $this->item[$i]['url'], - $this->item[$i]['label']); + printf('
              • %s
              • ', $this->item[$i]['url'], $this->item[$i]['label']); } else // For javascript if ($this->item[$i]['type']=="javascript") { - printf('
              • %s
              • ', - $this->item[$i]['javascript'], $this->item[$i]['label']); + printf('
              • %s
              • ', $this->item[$i]['javascript'], + $this->item[$i]['label']); } else if ($this->item[$i]['type']=="value") { - printf('
              • %s
              • ', - $this->item[$i]['javascript'], $this->item[$i]['label']); + printf('
              • %s
              • ', $this->item[$i]['javascript'], + $this->item[$i]['label']); } - else if ($this->item[$i]['type']=="input") { + else if ($this->item[$i]['type']=="input") + { $ok=new IButton("ok"); $ok->value=$this->item[$i]['label']; $ok->javascript=$this->item[$i]['input']->javascript; - printf('
              • %s %s
              • ', - $this->item[$i]['input']->input(), - $ok->input() - ); + printf('
              • %s %s
              • ', $this->item[$i]['input']->input(), $ok->input() + ); } } @@ -235,10 +211,12 @@ class Select_Box $this->item[$this->cnt]['type']='value'; $this->cnt++; } - function add_input($p_label,HtmlInput $p_element) { + + function add_input($p_label, HtmlInput $p_element) + { /* $this->item[$this->cnt]['label']=$p_element->label; - $this->item[$this->cnt]['value']=$p_element->value; - $this->item[$this->cnt]['javascript']=$p_element->javascript; + $this->item[$this->cnt]['value']=$p_element->value; + $this->item[$this->cnt]['javascript']=$p_element->javascript; * */ $this->item[$this->cnt]['label']=$p_label; @@ -246,12 +224,15 @@ class Select_Box $this->item[$this->cnt]['type']='input'; $this->cnt++; } + function set_filter($p_filter) { - $this->filter=$p_filter; + $this->filter=$p_filter; } - function get_filter() { - return $this->filter; + + function get_filter() + { + return $this->filter; } } diff --git a/include/lib/sort_table.class.php b/include/lib/sort_table.class.php index 6cbfcaae9..f981284e1 100644 --- a/include/lib/sort_table.class.php +++ b/include/lib/sort_table.class.php @@ -68,7 +68,7 @@ class Sort_Table { if ($p_ind < 0 || $p_ind > $this->nb) return 'ERREUR TRI'; - $file = str_replace('extension.php', '', $_SERVER['SCRIPT_FILENAME']); + $file = str_replace('extension.php', '', $_SERVER['PHP_SELF']); $base = $this->array[$p_ind]['url']; $str = ''; diff --git a/include/lib/user_common.php b/include/lib/user_common.php index 5c77c616c..9b05639d0 100644 --- a/include/lib/user_common.php +++ b/include/lib/user_common.php @@ -69,7 +69,7 @@ function isValid_deprecrated ($p_cn,$p_grpt_id) * \param $p_javascript javascript code to add * \note example : \verbatim - $step=$_SESSION['g_pagesize']; + $step=$_SESSION[SESSION_KEY.'g_pagesize']; $page=(isset($_GET['offset']))?$_GET['page']:1; $offset=(isset($_GET['offset']))?$_GET['offset']:0; @@ -82,10 +82,10 @@ function navigation_bar($p_offset,$p_line,$p_size=0,$p_page=1,$p_javascript="") { // if the pagesize is unlimited return "" // in that case there is no nav. bar - if ( $_SESSION['g_pagesize'] == -1 ) return ""; + if ( $_SESSION[SESSION_KEY.'g_pagesize'] == -1 ) return ""; if ( $p_size==0) { - $p_size= $_SESSION['g_pagesize']; + $p_size= $_SESSION[SESSION_KEY.'g_pagesize']; } // if there is no row return an empty string if ( $p_line == 0 ) return ""; @@ -115,7 +115,7 @@ function navigation_bar($p_offset,$p_line,$p_size=0,$p_page=1,$p_javascript="") $step=$p_size; $offset=($e-1)*$step; - $r=''; + $r=''; $r.=" ←"; // $r.=''; $r.="  "; @@ -181,35 +181,6 @@ function CleanUrl() { // Compute the url $url=http_build_query($_GET); - /* $get=$_GET; - if ( isset ($get) ) - { - foreach ($get as $name=>$value ) - { - // we clean the parameter offset, step, page and size - if ( ! in_array($name,array('offset','step','page','size','s','o','r_jrn'))) - { - if (is_array($name)) { - - } else { - $url.=$and.$name."=".$value; - } - $and="&"; - }// if - }//foreach - if ( isset($_GET['r_jrn'])) - { - $r_jrn=$_GET['r_jrn']; - if (count($r_jrn) > 0 ) - { - foreach ($r_jrn as $key=>$value) - { - $url.=$and."r_jrn[$key]=".$value; - $and="&"; - } - } - } - }// if*/ return $url; } function redirect($p_string,$p_time=0) @@ -219,7 +190,8 @@ function redirect($p_string,$p_time=0) } echo ' Connecting... '; } -/*!\brief remove the useless space, change comma by period and try to return +/*! + * \brief remove the useless space, change comma by period and try to return * a number *\param $p_num number to format *\return the formatted number diff --git a/include/manager.inc.php b/include/manager.inc.php index 83c336b18..ba0a22b8a 100644 --- a/include/manager.inc.php +++ b/include/manager.inc.php @@ -89,7 +89,7 @@ if ($low_action == "list") ' where frd_id=' . FICHE_TYPE_EMPL . ' order by fd_label ', 1); $sel_card->selected=$http->get("cat","number",-1); - $sel_card->javascript = ' onchange="submit(this);"'; + $sel_card->javascript = ' onchange="waiting_box();submit(this);"'; echo _('Catégorie :') . $sel_card->input(); } else diff --git a/include/modele.inc.php b/include/modele.inc.php index dab6e08e4..65a6dbe93 100644 --- a/include/modele.inc.php +++ b/include/modele.inc.php @@ -111,7 +111,7 @@ if (isset($_POST["FMOD_NAME"])) if (Database::num_row($Res) != 0) { $a_lob = Database::fetch_all($Res); - $nb_log=($a_lob == FALSE)?0:count($a_lob); + $nb_lob=($a_lob == FALSE)?0:count($a_lob); for ($i = 0; $i < $nb_lob; $i++) $cn_mod->lo_unlink($a_lob[$i]['jr_pj']); } diff --git a/include/opening.inc.php b/include/opening.inc.php index 033288844..9e38be066 100644 --- a/include/opening.inc.php +++ b/include/opening.inc.php @@ -90,7 +90,7 @@ if (isset($_POST['save'])) $jr_id, dossier::id(), $ledger->internal); // show feedback - echo '
                '; echo '

                '.$ledger->get_name().'

                '; echo '
                '; + echo '
                '; echo '

                '.$ledger->get_name().'

                '; echo '
                '; echo $ledger->confirm($_POST, true); } catch (Exception $e) diff --git a/include/operation_ods_confirm.inc.php b/include/operation_ods_confirm.inc.php index 98c3d645d..af443ea15 100644 --- a/include/operation_ods_confirm.inc.php +++ b/include/operation_ods_confirm.inc.php @@ -30,7 +30,7 @@ if ( ! defined ('ALLOWED') ) die('Appel direct ne sont pas permis'); echo '
                '; echo h2(_("Confirmation"),'class="info"'); echo '
                '; -echo '

                ' . $ledger->get_name() . '

                '; +echo '

                ' . $ledger->get_name() . '

                '; echo '
                '; echo '
                '; @@ -71,6 +71,7 @@ echo $ledger->confirm($_POST,false);