Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
procedures:dolibarr [2016/09/15 15:38] – [Factures] forcer statut de commande délivrée minimiprocedures:dolibarr [2024/04/28 20:39] (Version actuelle) minimi
Ligne 1: Ligne 1:
 +====installation En local ====
 +https://computingforgeeks.com/install-dolibarr-erp-crm-ubuntu-lts/
 +
 ====Accélérer navigation dans dolibarr==== ====Accélérer navigation dans dolibarr====
  
Ligne 308: Ligne 311:
         if ( $somethingshown == 1  && $object->statut == 2) {          if ( $somethingshown == 1  && $object->statut == 2) { 
              
-          //$commande_statut  
           foreach($object->linkedObjects['commande'] as $linkedCommand){           foreach($object->linkedObjects['commande'] as $linkedCommand){
-             print $linkedCommand->id.$linkedCommand->statut.'<br/>'; 
-               
              //afficher un popup pour classer la commande delivree apres la facturation              //afficher un popup pour classer la commande delivree apres la facturation
              if( $linkedCommand->statut == 1 ){               if( $linkedCommand->statut == 1 ){ 
Ligne 318: Ligne 318:
                                    
                  if ( DELIVER_COMMAND == true ) {                  if ( DELIVER_COMMAND == true ) {
-                     window.location.href="'.DOL_URL_ROOT.'/commande/card.php?id='.$linkedCommand->id.'&action=shipped";+                     //window.location.href="'.DOL_URL_ROOT.'/commande/card.php?id='.$linkedCommand->id.'&action=shipped"; 
 +                     //confirmer directement le classement de la commande + ouvrir dans un nouvel onglet pour rester sur la page facture 
 +                     window.open("'.DOL_URL_ROOT.'/commande/card.php?id='.$linkedCommand->id.'&action=confirm_shipped&confirm=yes","_blank"); 
                    }                    }
                  </script>';                  </script>';
Ligne 357: Ligne 360:
             print '<td><input id="fieldchqemetteur" name="chqemetteur" size="30" type="text" value="'.$showchqemetteur.'"></td></tr>';             print '<td><input id="fieldchqemetteur" name="chqemetteur" size="30" type="text" value="'.$showchqemetteur.'"></td></tr>';
 </code> </code>
 +
 +
 +===== MEMO =====
 +
 +Menu ~/gestion/htdocs/core/menus/standard/oblyon.lib.php
 +