modal_uploadmanuel_devissigne_creationcommande

🔧 fwm_TS_NOOA_DEVIS_modal_uploadmanuel_devissigne_creationcommande

$url7->reset(); if ($obj['spe_action']!="") { $url7->add('action',$obj['spe_action']); } else { $url7->add('action','file'); } $url7->add('did_file',$obj['file_id']); $url7->add('did_user',$user->id); $url7->add('did_espa',$obj['esp_id']); $url7->add('drandom',$obj['random']); $lien_down=$url7->lien('download.php');
function fwm_TS_NOOA_DEVIS_modal_uploadmanuel_devissigne_creationcommande(){ global $url7; global $navi_id_obje; global $navi_id_type; global $btn7; global $global_type_spe; $global_type_spe="TS_NOOA"; // Création de la commande et récupération de l'id de la commande créée $commandeService = new CommandeService($navi_id_type,$navi_id_obje); $commandeService->creerCommande(); $wc= array(); // ... (truncated)

🔧 fwm_TS_NOOA_DEVIS_modal_uploadmanuel_devissigne_creationcommande

Charger Devis/Attestation et Signer manuellement - ENVIRONNEMENT VAR = attestation fiscale. - DRAG AND DROP : utiliser le low code eteko. + flag spécifique - MODAL ALERT si pas de presence. - CREATION DE LA COMMANDE - ENVOI EMAIL : - Devis ( et ses artefact Clien, Produits, Lignes de produit) - Creer Commande - File - Modal s'inspirer de fwa_TS_MOD_MAILS_EMAILS_action_envoi_email_action
function fwm_TS_NOOA_DEVIS_modal_uploadmanuel_devissigne_creationcommande(){ global $url7; global $navi_id_obje; global $navi_id_type; global $btn7; global $global_type_spe; $global_type_spe="TS_NOOA"; // Création de la commande et récupération de l'id de la commande créée $commandeService = new CommandeService($navi_id_type,$navi_id_obje); $commandeService->creerCommande(); $wc= array(); // ... (truncated)

↩️ Returns

(void)