Cosmetic - add Document interne, bug with suivi_courrier not fixed!!!
This commit is contained in:
parent
e33849fd0a
commit
ded44ec1ac
379 changed files with 4477 additions and 6828 deletions
|
|
@ -76,34 +76,34 @@ if ( isset ($_POST['action']) ) {
|
|||
$action=$_POST['action'];
|
||||
}
|
||||
echo_debug("parametre",__LINE__,$_POST);
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
//-----------------------------------------------------
|
||||
// TVA RATE
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
//-----------------------------------------------------
|
||||
if ( $p_action == "tva" )
|
||||
{
|
||||
require_once("tva.inc.php");
|
||||
//
|
||||
}
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
//-----------------------------------------------------
|
||||
// Account
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
//-----------------------------------------------------
|
||||
if ( $p_action == "poste" )
|
||||
{
|
||||
require_once('poste.inc.php');
|
||||
|
||||
}
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
//-----------------------------------------------------
|
||||
// fiche
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
//-----------------------------------------------------
|
||||
if ( $p_action == "fiche" )
|
||||
{
|
||||
require_once('fiche_def.inc.php');
|
||||
return;
|
||||
}
|
||||
echo '<DIV CLASS="u_redcontent">';
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
//-----------------------------------------------------
|
||||
// Currency
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
//-----------------------------------------------------
|
||||
if ( $p_action == "change" ) {
|
||||
$p_mid=$_GET['p_mid'];
|
||||
$p_rate=$_GET['p_rate'];
|
||||
|
|
@ -143,9 +143,9 @@ if ( $p_action=="devise") {
|
|||
ShowDevise($cn);
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
//-----------------------------------------------------
|
||||
// Coord societe
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
//-----------------------------------------------------
|
||||
if ( $p_action=='company') {
|
||||
require_once("class_own.php");
|
||||
require_once("class_widget.php");
|
||||
|
|
@ -184,9 +184,9 @@ if ( $p_action=='company') {
|
|||
echo $submit->Submit("record_company","Enregistre");
|
||||
echo "</form>";
|
||||
}
|
||||
///////////////////////////////////////////////////////////////////
|
||||
//-----------------------------------------------------
|
||||
// Document
|
||||
//////////////////////////////////////////////////////////////////
|
||||
//-----------------------------------------------------
|
||||
echo "</DIV>";
|
||||
if ( $p_action == 'document' ) {
|
||||
echo '<div class="u_content">';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue