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)
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)