according to new tree directory

This commit is contained in:
Philippe Grand 2010-04-27 14:39:04 +00:00
parent fd8c193259
commit f6a3a033e2
25 changed files with 16 additions and 16 deletions

View File

@ -24,7 +24,7 @@
* \brief Include to show main page for cashdesk module
* \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)
if ( $_GET['id'] == 'NOUV' )

View File

@ -19,7 +19,7 @@
require ('../master.inc.php');
require ('include/environnement.php');
require ('classes/Facturation.class.php');
require ('class/Facturation.class.php');
$obj_facturation = unserialize ($_SESSION['serObjFacturation']);
unset ($_SESSION['serObjFacturation']);

View File

Before

Width:  |  Height:  |  Size: 773 B

After

Width:  |  Height:  |  Size: 773 B

View File

Before

Width:  |  Height:  |  Size: 171 B

After

Width:  |  Height:  |  Size: 171 B

View File

Before

Width:  |  Height:  |  Size: 172 B

After

Width:  |  Height:  |  Size: 172 B

View File

Before

Width:  |  Height:  |  Size: 599 B

After

Width:  |  Height:  |  Size: 599 B

View File

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 23 KiB

View File

Before

Width:  |  Height:  |  Size: 572 B

After

Width:  |  Height:  |  Size: 572 B

View File

Before

Width:  |  Height:  |  Size: 871 B

After

Width:  |  Height:  |  Size: 871 B

View File

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

Before

Width:  |  Height:  |  Size: 5.3 KiB

After

Width:  |  Height:  |  Size: 5.3 KiB

View File

Before

Width:  |  Height:  |  Size: 749 B

After

Width:  |  Height:  |  Size: 749 B

View File

Before

Width:  |  Height:  |  Size: 4.9 KiB

After

Width:  |  Height:  |  Size: 4.9 KiB

View File

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB

View File

@ -19,7 +19,7 @@
include('../master.inc.php');
require('include/environnement.php');
require('classes/Auth.class.php');
require('class/Auth.class.php');
$username = $_POST['txtUsername'];
$password = $_POST['pwdPassword'];

View File

@ -35,18 +35,18 @@ p {
}
.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 {
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 ------------------- */
.entete {
height: 15px;
margin: 0;
background: url('images/bg_entete.png') no-repeat left top;
background: url('img/bg_entete.png') no-repeat left top;
}
.entete span {
@ -62,7 +62,7 @@ p {
font-size: 14px;
width: 735px;
height: 84px;
background: url('images/bg_menu.png') no-repeat left top;
background: url('img/bg_menu.png') no-repeat left top;
}
.menu_bloc {
@ -94,15 +94,15 @@ p {
width: 100px;
padding-left: 60px;
height: 48px;
background: url('images/new.png') top left no-repeat;
background: url('img/new.png') top left no-repeat;
}
.menu_choix1 a {
background: url('images/new.png') top left no-repeat;
background: url('img/new.png') top left no-repeat;
}
.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 {
@ -162,7 +162,7 @@ p.titre {
font-size: 1.1em;
text-decoration: none;
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 {
@ -200,7 +200,7 @@ p.titre {
margin: 0 auto;
padding-left: 60px;
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 {
@ -387,7 +387,7 @@ p.titre {
.pied {
clear: both;
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...) ------------------- */

View File

@ -194,7 +194,7 @@ $Id$
<input class="bouton_mode_reglement" type="submit" name="btnModeReglement" value="<?php echo $langs->trans("Reported"); ?>" onclick="javascript: verifClic('DIF');" />
<?php echo $langs->trans("DateEcheance"); ?> :
<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>
</tr>

View File

@ -18,7 +18,7 @@
require ('../master.inc.php');
require ('include/environnement.php');
require ('classes/Facturation.class.php');
require ('class/Facturation.class.php');
$obj_facturation = unserialize ($_SESSION['serObjFacturation']);
unset ($_SESSION['serObjFacturation']);

View File

@ -19,7 +19,7 @@
require ('../master.inc.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/bank/class/account.class.php');
require (DOL_DOCUMENT_ROOT.'/compta/paiement/class/paiement.class.php');