according to new tree directory
@ -24,7 +24,7 @@
|
|||||||
* \brief Include to show main page for cashdesk module
|
* \brief Include to show main page for cashdesk module
|
||||||
* \version $Id$
|
* \version $Id$
|
||||||
*/
|
*/
|
||||||
require ('classes/Facturation.class.php');
|
require ('class/Facturation.class.php');
|
||||||
|
|
||||||
// Si nouvelle vente, reinitialisation des donnees (destruction de l'objet et vidage de la table contenant la liste des articles)
|
// Si nouvelle vente, reinitialisation des donnees (destruction de l'objet et vidage de la table contenant la liste des articles)
|
||||||
if ( $_GET['id'] == 'NOUV' )
|
if ( $_GET['id'] == 'NOUV' )
|
||||||
|
|||||||
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
require ('../master.inc.php');
|
require ('../master.inc.php');
|
||||||
require ('include/environnement.php');
|
require ('include/environnement.php');
|
||||||
require ('classes/Facturation.class.php');
|
require ('class/Facturation.class.php');
|
||||||
|
|
||||||
$obj_facturation = unserialize ($_SESSION['serObjFacturation']);
|
$obj_facturation = unserialize ($_SESSION['serObjFacturation']);
|
||||||
unset ($_SESSION['serObjFacturation']);
|
unset ($_SESSION['serObjFacturation']);
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 773 B After Width: | Height: | Size: 773 B |
|
Before Width: | Height: | Size: 171 B After Width: | Height: | Size: 171 B |
|
Before Width: | Height: | Size: 172 B After Width: | Height: | Size: 172 B |
|
Before Width: | Height: | Size: 599 B After Width: | Height: | Size: 599 B |
|
Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 23 KiB |
|
Before Width: | Height: | Size: 572 B After Width: | Height: | Size: 572 B |
|
Before Width: | Height: | Size: 871 B After Width: | Height: | Size: 871 B |
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
|
Before Width: | Height: | Size: 5.3 KiB After Width: | Height: | Size: 5.3 KiB |
|
Before Width: | Height: | Size: 749 B After Width: | Height: | Size: 749 B |
|
Before Width: | Height: | Size: 4.9 KiB After Width: | Height: | Size: 4.9 KiB |
|
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 2.2 KiB |
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
include('../master.inc.php');
|
include('../master.inc.php');
|
||||||
require('include/environnement.php');
|
require('include/environnement.php');
|
||||||
require('classes/Auth.class.php');
|
require('class/Auth.class.php');
|
||||||
|
|
||||||
$username = $_POST['txtUsername'];
|
$username = $_POST['txtUsername'];
|
||||||
$password = $_POST['pwdPassword'];
|
$password = $_POST['pwdPassword'];
|
||||||
|
|||||||
@ -35,18 +35,18 @@ p {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.conteneur_img_gauche {
|
.conteneur_img_gauche {
|
||||||
background: url("images/bg_conteneur_gauche.png") top left repeat-y;
|
background: url("img/bg_conteneur_gauche.png") top left repeat-y;
|
||||||
}
|
}
|
||||||
|
|
||||||
.conteneur_img_droite {
|
.conteneur_img_droite {
|
||||||
background: url("images/bg_conteneur_droite.png") top right repeat-y;
|
background: url("img/bg_conteneur_droite.png") top right repeat-y;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ------------------- En-tête ------------------- */
|
/* ------------------- En-tête ------------------- */
|
||||||
.entete {
|
.entete {
|
||||||
height: 15px;
|
height: 15px;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
background: url('images/bg_entete.png') no-repeat left top;
|
background: url('img/bg_entete.png') no-repeat left top;
|
||||||
}
|
}
|
||||||
|
|
||||||
.entete span {
|
.entete span {
|
||||||
@ -62,7 +62,7 @@ p {
|
|||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
width: 735px;
|
width: 735px;
|
||||||
height: 84px;
|
height: 84px;
|
||||||
background: url('images/bg_menu.png') no-repeat left top;
|
background: url('img/bg_menu.png') no-repeat left top;
|
||||||
}
|
}
|
||||||
|
|
||||||
.menu_bloc {
|
.menu_bloc {
|
||||||
@ -94,15 +94,15 @@ p {
|
|||||||
width: 100px;
|
width: 100px;
|
||||||
padding-left: 60px;
|
padding-left: 60px;
|
||||||
height: 48px;
|
height: 48px;
|
||||||
background: url('images/new.png') top left no-repeat;
|
background: url('img/new.png') top left no-repeat;
|
||||||
}
|
}
|
||||||
|
|
||||||
.menu_choix1 a {
|
.menu_choix1 a {
|
||||||
background: url('images/new.png') top left no-repeat;
|
background: url('img/new.png') top left no-repeat;
|
||||||
}
|
}
|
||||||
|
|
||||||
.menu_choix2 a {
|
.menu_choix2 a {
|
||||||
background: url('images/gescom.png') top left no-repeat;
|
background: url('img/gescom.png') top left no-repeat;
|
||||||
}
|
}
|
||||||
|
|
||||||
.menu_choix1 a:hover,.menu_choix2 a:hover {
|
.menu_choix1 a:hover,.menu_choix2 a:hover {
|
||||||
@ -162,7 +162,7 @@ p.titre {
|
|||||||
font-size: 1.1em;
|
font-size: 1.1em;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
padding-right: 25px;
|
padding-right: 25px;
|
||||||
background: url('images/basket_delete.png') top right no-repeat;
|
background: url('img/basket_delete.png') top right no-repeat;
|
||||||
}
|
}
|
||||||
|
|
||||||
.cadre_article p a:hover {
|
.cadre_article p a:hover {
|
||||||
@ -200,7 +200,7 @@ p.titre {
|
|||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
padding-left: 60px;
|
padding-left: 60px;
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
background: url('images/login.png') bottom left no-repeat;
|
background: url('img/login.png') bottom left no-repeat;
|
||||||
}
|
}
|
||||||
|
|
||||||
.formulaire_login table tr {
|
.formulaire_login table tr {
|
||||||
@ -387,7 +387,7 @@ p.titre {
|
|||||||
.pied {
|
.pied {
|
||||||
clear: both;
|
clear: both;
|
||||||
height: 15px;
|
height: 15px;
|
||||||
background: url('images/bg_pied.png') no-repeat bottom left;
|
background: url('img/bg_pied.png') no-repeat bottom left;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ------------------- Paramètres communs (messages d'erreur, informations, etc...) ------------------- */
|
/* ------------------- Paramètres communs (messages d'erreur, informations, etc...) ------------------- */
|
||||||
|
|||||||
@ -194,7 +194,7 @@ $Id$
|
|||||||
<input class="bouton_mode_reglement" type="submit" name="btnModeReglement" value="<?php echo $langs->trans("Reported"); ?>" onclick="javascript: verifClic('DIF');" />
|
<input class="bouton_mode_reglement" type="submit" name="btnModeReglement" value="<?php echo $langs->trans("Reported"); ?>" onclick="javascript: verifClic('DIF');" />
|
||||||
<?php echo $langs->trans("DateEcheance"); ?> :
|
<?php echo $langs->trans("DateEcheance"); ?> :
|
||||||
<input class="texte2" type="text" id="txtDatePaiement" name="txtDatePaiement" value="" />
|
<input class="texte2" type="text" id="txtDatePaiement" name="txtDatePaiement" value="" />
|
||||||
<input class="bouton_cal" type="image" src="images/calendrier.png" id="btnCalendrier" value="..." title="Cliquez pour afficher le calendrier" />
|
<input class="bouton_cal" type="image" src="img/calendrier.png" id="btnCalendrier" value="..." title="Cliquez pour afficher le calendrier" />
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
|
|||||||
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
require ('../master.inc.php');
|
require ('../master.inc.php');
|
||||||
require ('include/environnement.php');
|
require ('include/environnement.php');
|
||||||
require ('classes/Facturation.class.php');
|
require ('class/Facturation.class.php');
|
||||||
|
|
||||||
$obj_facturation = unserialize ($_SESSION['serObjFacturation']);
|
$obj_facturation = unserialize ($_SESSION['serObjFacturation']);
|
||||||
unset ($_SESSION['serObjFacturation']);
|
unset ($_SESSION['serObjFacturation']);
|
||||||
|
|||||||
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
require ('../master.inc.php');
|
require ('../master.inc.php');
|
||||||
require (DOL_DOCUMENT_ROOT.'/cashdesk/include/environnement.php');
|
require (DOL_DOCUMENT_ROOT.'/cashdesk/include/environnement.php');
|
||||||
require (DOL_DOCUMENT_ROOT.'/cashdesk/classes/Facturation.class.php');
|
require (DOL_DOCUMENT_ROOT.'/cashdesk/class/Facturation.class.php');
|
||||||
require (DOL_DOCUMENT_ROOT.'/compta/facture/class/facture.class.php');
|
require (DOL_DOCUMENT_ROOT.'/compta/facture/class/facture.class.php');
|
||||||
require (DOL_DOCUMENT_ROOT.'/compta/bank/class/account.class.php');
|
require (DOL_DOCUMENT_ROOT.'/compta/bank/class/account.class.php');
|
||||||
require (DOL_DOCUMENT_ROOT.'/compta/paiement/class/paiement.class.php');
|
require (DOL_DOCUMENT_ROOT.'/compta/paiement/class/paiement.class.php');
|
||||||
|
|||||||