modal_envoi_mail

🔧 fwm_TS_NOOA_COMMANDE_modal_send_mail_client_COMMANDE

"destinataires":["tous les contacts du client lié à la franchise"]
function fwm_TS_NOOA_COMMANDE_modal_send_mail_client_COMMANDE($_id_type, $_id_obje){ global $navi_id_obje; global $navi_id_type; global $url7; global $btn7; global $user; /// récupération des éléments de construction par la classe de la commande $commande = new CommandeManager_Nooa($_id_type, $_id_obje); $interlocuteur = $commande->getIdendite_Interlocuteur_Franchise(); $this_devis = $commande->getCommandeInfos(); $client = $commande->getClient(); // ... (truncated)

🔧 fwm_TS_NOOA_COMMANDE_modal_send_mail_client_COMMANDE

Gestion de l'expéditeur et du cci
function fwm_TS_NOOA_COMMANDE_modal_send_mail_client_COMMANDE($_id_type, $_id_obje){ global $navi_id_obje; global $navi_id_type; global $url7; global $btn7; global $user; /// récupération des éléments de construction par la classe de la commande $commande = new CommandeManager_Nooa($_id_type, $_id_obje); $interlocuteur = $commande->getIdendite_Interlocuteur_Franchise(); $this_devis = $commande->getCommandeInfos(); $client = $commande->getClient(); // ... (truncated)

🔧 fwm_TS_NOOA_COMMANDE_modal_send_mail_client_COMMANDE

Gestion de la PJ
function fwm_TS_NOOA_COMMANDE_modal_send_mail_client_COMMANDE($_id_type, $_id_obje){ global $navi_id_obje; global $navi_id_type; global $url7; global $btn7; global $user; /// récupération des éléments de construction par la classe de la commande $commande = new CommandeManager_Nooa($_id_type, $_id_obje); $interlocuteur = $commande->getIdendite_Interlocuteur_Franchise(); $this_devis = $commande->getCommandeInfos(); $client = $commande->getClient(); // ... (truncated)

🔧 fwm_TS_NOOA_COMMANDE_modal_send_mail_client_COMMANDE

Génération de l'email
function fwm_TS_NOOA_COMMANDE_modal_send_mail_client_COMMANDE($_id_type, $_id_obje){ global $navi_id_obje; global $navi_id_type; global $url7; global $btn7; global $user; /// récupération des éléments de construction par la classe de la commande $commande = new CommandeManager_Nooa($_id_type, $_id_obje); $interlocuteur = $commande->getIdendite_Interlocuteur_Franchise(); $this_devis = $commande->getCommandeInfos(); $client = $commande->getClient(); // ... (truncated)

🔧 fwm_TS_NOOA_FACTURE_modal_send_mail_client_FACTURE

gestion de l'expediteur et du cci
function fwm_TS_NOOA_FACTURE_modal_send_mail_client_FACTURE(){ global $navi_id_obje; global $navi_id_type; global $url7; global $btn7; global $user; /// récupération des éléments de construction par la classe du Devis $facture = new FactureManager_Nooa($navi_id_type, $navi_id_obje); $interlocuteur = $facture->getIdendite_Interlocuteur_Franchise(); $this_facture = $facture->getFactureInfos(); $client = $facture->getClientFacture(); // ... (truncated)

🔧 fwm_TS_NOOA_FACTURE_modal_send_mail_client_FACTURE

gestion de la PJ
function fwm_TS_NOOA_FACTURE_modal_send_mail_client_FACTURE(){ global $navi_id_obje; global $navi_id_type; global $url7; global $btn7; global $user; /// récupération des éléments de construction par la classe du Devis $facture = new FactureManager_Nooa($navi_id_type, $navi_id_obje); $interlocuteur = $facture->getIdendite_Interlocuteur_Franchise(); $this_facture = $facture->getFactureInfos(); $client = $facture->getClientFacture(); // ... (truncated)

🔧 fwm_TS_NOOA_FACTURE_modal_send_mail_client_FACTURE

génération de l'email
function fwm_TS_NOOA_FACTURE_modal_send_mail_client_FACTURE(){ global $navi_id_obje; global $navi_id_type; global $url7; global $btn7; global $user; /// récupération des éléments de construction par la classe du Devis $facture = new FactureManager_Nooa($navi_id_type, $navi_id_obje); $interlocuteur = $facture->getIdendite_Interlocuteur_Franchise(); $this_facture = $facture->getFactureInfos(); $client = $facture->getClientFacture(); // ... (truncated)