Mise au look onglet de l'onglet Fiche compta.

This commit is contained in:
Laurent Destailleur 2004-05-29 15:36:04 +00:00
parent 485719d48f
commit 5b6aad6901

View File

@ -32,8 +32,8 @@ require("../facture.class.php");
*/ */
if ($user->societe_id > 0) if ($user->societe_id > 0)
{ {
$action = ''; $action = '';
$socid = $user->societe_id; $socid = $user->societe_id;
} }
$user->getrights('facture'); $user->getrights('facture');
@ -44,66 +44,66 @@ llxHeader();
if ($action=='add_action') { if ($action=='add_action') {
/* /*
* Vient de actioncomm.php * Vient de actioncomm.php
* *
*/ */
$actioncomm = new ActionComm($db); $actioncomm = new ActionComm($db);
$actioncomm->date = $date; $actioncomm->date = $date;
$actioncomm->type = $actionid; $actioncomm->type = $actionid;
$actioncomm->contact = $contactid; $actioncomm->contact = $contactid;
$actioncomm->societe = $socid; $actioncomm->societe = $socid;
$actioncomm->note = $note; $actioncomm->note = $note;
$actioncomm->add($user); $actioncomm->add($user);
$societe = new Societe($db); $societe = new Societe($db);
$societe->fetch($socid); $societe->fetch($socid);
} }
if ($action == 'attribute_prefix') if ($action == 'attribute_prefix')
{ {
$societe = new Societe($db, $socid); $societe = new Societe($db, $socid);
$societe->attribute_prefix($db, $socid); $societe->attribute_prefix($db, $socid);
} }
if ($action == 'recontact') if ($action == 'recontact')
{ {
$dr = mktime(0, 0, 0, $remonth, $reday, $reyear); $dr = mktime(0, 0, 0, $remonth, $reday, $reyear);
$sql = "INSERT INTO ".MAIN_DB_PREFIX."soc_recontact (fk_soc, datere, author) VALUES ($socid, $dr,'". $user->login ."')"; $sql = "INSERT INTO ".MAIN_DB_PREFIX."soc_recontact (fk_soc, datere, author) VALUES ($socid, $dr,'". $user->login ."')";
$result = $db->query($sql); $result = $db->query($sql);
} }
if ($action == 'stcomm') if ($action == 'stcomm')
{ {
if ($stcommid <> 'null' && $stcommid <> $oldstcomm) if ($stcommid <> 'null' && $stcommid <> $oldstcomm)
{ {
$sql = "INSERT INTO socstatutlog (datel, fk_soc, fk_statut, author) "; $sql = "INSERT INTO socstatutlog (datel, fk_soc, fk_statut, author) ";
$sql .= " VALUES ('$dateaction',$socid,$stcommid,'" . $user->login . "')"; $sql .= " VALUES ('$dateaction',$socid,$stcommid,'" . $user->login . "')";
$result = @$db->query($sql); $result = @$db->query($sql);
if ($result) if ($result)
{ {
$sql = "UPDATE ".MAIN_DB_PREFIX."societe SET fk_stcomm=$stcommid WHERE idp=$socid"; $sql = "UPDATE ".MAIN_DB_PREFIX."societe SET fk_stcomm=$stcommid WHERE idp=$socid";
$result = $db->query($sql); $result = $db->query($sql);
} }
else else
{ {
$errmesg = "ERREUR DE DATE !"; $errmesg = "ERREUR DE DATE !";
} }
} }
if ($actioncommid) if ($actioncommid)
{ {
$sql = "INSERT INTO ".MAIN_DB_PREFIX."actioncomm (datea, fk_action, fk_soc, fk_user_author) VALUES ('$dateaction',$actioncommid,$socid,'" . $user->id . "')"; $sql = "INSERT INTO ".MAIN_DB_PREFIX."actioncomm (datea, fk_action, fk_soc, fk_user_author) VALUES ('$dateaction',$actioncommid,$socid,'" . $user->id . "')";
$result = @$db->query($sql); $result = @$db->query($sql);
if (!$result) if (!$result)
{ {
$errmesg = "ERREUR DE DATE !"; $errmesg = "ERREUR DE DATE !";
} }
} }
} }
@ -111,29 +111,28 @@ if ($action == 'stcomm')
/* /*
* Recherche * Recherche
* *
*
*/ */
if ($mode == 'search') if ($mode == 'search')
{ {
if ($mode-search == 'soc') if ($mode-search == 'soc')
{ {
$sql = "SELECT s.idp FROM ".MAIN_DB_PREFIX."societe as s "; $sql = "SELECT s.idp FROM ".MAIN_DB_PREFIX."societe as s ";
$sql .= " WHERE lower(s.nom) like '%".strtolower($socname)."%'"; $sql .= " WHERE lower(s.nom) like '%".strtolower($socname)."%'";
} }
if ( $db->query($sql) ) if ( $db->query($sql) )
{ {
if ( $db->num_rows() == 1) if ( $db->num_rows() == 1)
{ {
$obj = $db->fetch_object(0); $obj = $db->fetch_object(0);
$socid = $obj->idp; $socid = $obj->idp;
} }
$db->free(); $db->free();
} }
if ($user->societe_id > 0) if ($user->societe_id > 0)
{ {
$socid = $user->societe_id; $socid = $user->societe_id;
} }
} }
@ -144,82 +143,94 @@ if ($mode == 'search')
* *
* Mode fiche * Mode fiche
* *
*
*/ */
if ($socid > 0) if ($socid > 0)
{ {
$societe = new Societe($db, $socid); $objsoc = new Societe($db);
$objsoc->id = $socid;
$objsoc->idp = $socid;
$objsoc->fetch($socid, $to); // si $to='next' ajouter " AND s.idp > $socid ORDER BY idp ASC LIMIT 1";
$sql = "SELECT s.idp as idp, s.nom, ".$db->pdate("s.datec")." as dc, s.tel, s.fax, st.libelle as stcomm, s.fk_stcomm, s.url,s.address,s.cp,s.ville, s.note, t.libelle as typent, e.libelle as effectif, s.siren, s.prefix_comm, s.services,s.parent, s.description FROM ".MAIN_DB_PREFIX."societe as s, ".MAIN_DB_PREFIX."c_stcomm as st, ".MAIN_DB_PREFIX."c_typent as t, ".MAIN_DB_PREFIX."c_effectif as e ";
$sql .= " WHERE s.fk_stcomm=st.id AND s.fk_typent = t.id AND s.fk_effectif = e.id";
if ($to == 'next') /*
* Affichage onglets
*/
$h = 0;
$head[$h][0] = DOL_URL_ROOT.'/soc.php?socid='.$socid;
$head[$h][1] = "Fiche société";
$h++;
if ($objsoc->client==1)
{ {
$sql .= " AND s.idp > $socid ORDER BY idp ASC LIMIT 1"; $head[$h][0] = DOL_URL_ROOT.'/comm/fiche.php?socid='.$socid;
$head[$h][1] = 'Fiche client';
$h++;
} }
elseif ($to == 'prev') { if ($objsoc->client==2)
$sql .= " AND s.idp < $socid ORDER BY idp DESC LIMIT 1"; {
} else { $head[$h][0] = DOL_URL_ROOT.'/comm/prospect/fiche.php?id='.$socid;
$sql .= " AND s.idp = $socid"; $head[$h][1] = 'Fiche prospect';
} $h++;
}
$result = $db->query($sql); if ($objsoc->fournisseur)
{
if ($result) { $head[$h][0] = DOL_URL_ROOT.'/fourn/fiche.php?socid='.$socid;
$objsoc = $db->fetch_object(0); $head[$h][1] = 'Fiche fournisseur';
$h++;
if (! $objsoc->idp) {
print("Cette societe n'existe pas ou plus");
$db->close();
llxFooter("<em>Derni&egrave;re modification $Date$ r&eacute;vision $Revision$</em>");
exit;
} }
$dac = strftime("%Y-%m-%d %H:%M", time()); if ($conf->compta->enabled) {
if ($errmesg) { $hselected=$h;
print "<b>$errmesg</b><br>"; $head[$h][0] = DOL_URL_ROOT.'/compta/fiche.php?socid='.$socid;
$head[$h][1] = 'Fiche compta';
$h++;
} }
$head[$h][0] = DOL_URL_ROOT.'/socnote.php?socid='.$socid;
$head[$h][1] = 'Note';
$h++;
if ($user->societe_id == 0)
{
$head[$h][0] = DOL_URL_ROOT.'/docsoc.php?socid='.$socid;
$head[$h][1] = 'Documents';
$h++;
}
$head[$h][0] = DOL_URL_ROOT.'/societe/notify/fiche.php?socid='.$socid;
$head[$h][1] = 'Notifications';
dolibarr_fiche_head($head, $hselected);
/* /*
* *
*/ */
print "<table width=\"100%\" border=\"0\" cellspacing=\"1\">\n"; print "<table width=\"100%\" border=\"0\" cellspacing=\"1\">\n";
print "<tr><td><div class=\"titre\">Fiche client : $objsoc->nom</div></td>";
if ($user->societe_id == 0)
{
print '<td align="center"><a href="../comm/fiche.php?socid='.$objsoc->idp.'">Commercial</a></td>';
print "<td align=\"center\">[<a href=\"../comm/docsoc.php?socid=$objsoc->idp\">Documents</a>]</td>";
print "<td align=\"center\">[<a href=\"index.php?socidp=$objsoc->idp&action=add\">Bookmark</a>]</td>";
if ($user->rights->facture->creer)
print "<td>[<a href=\"facture.php?action=create&socidp=$objsoc->idp\">".translate("Facturer")."</a>]</td>";
print "<td>[<a href=\"../socnote.php?socid=$objsoc->idp\">Notes</a>]</td>";
print "<td align=\"center\">[<a href=\"deplacement/fiche.php?socid=$objsoc->idp&action=create\">Déplacement</a>]</td>";
}
print "</tr></table>";
/* /*
* *
* *
*/ */
print '<table width="100%" border="0"><tr>'; print '<table width="100%" border="0"><tr>';
print '<tr><td valign="top">'; print '<tr><td valign="top">';
print '<table class="border" cellspacing="0" width="100%">'; print '<table class="border" cellspacing="0" width="100%">';
print '<tr><td width="20%">Nom</td><td width="80%" colspan="3">'.$objsoc->nom.'</td></tr>';
print '<tr><td>Tel</td><td>'.$objsoc->tel.'&nbsp;</td><td>Fax</td><td>'.$objsoc->fax.'&nbsp;</td></tr>'; print '<tr><td>Tel</td><td>'.$objsoc->tel.'&nbsp;</td><td>Fax</td><td>'.$objsoc->fax.'&nbsp;</td></tr>';
print '<tr><td>Ville</td><td colspan="3">'.nl2br($objsoc->address)."<br>$objsoc->cp $objsoc->ville</td></tr>"; print '<tr><td>Ville</td><td colspan="3">'.nl2br($objsoc->adresse)."<br>$objsoc->cp $objsoc->ville</td></tr>";
print '<tr><td>siren</td><td><a href="http://www.societe.com/cgi-bin/recherche?rncs='.$objsoc->siren.'">'.$objsoc->siren.'</a>&nbsp;</td>'; print '<tr><td>Siren</td><td><a href="http://www.societe.com/cgi-bin/recherche?rncs='.$objsoc->siren.'">'.$objsoc->siren.'</a>&nbsp;</td>';
print "<td>prefix</td><td>"; print "<td>prefix</td><td>";
if ($objsoc->prefix_comm) if ($objsoc->prefix_comm)
{ {
print $objsoc->prefix_comm; print $objsoc->prefix_comm;
} }
else else
{ {
print "[<a href=\"$PHP_SELF?socid=$objsoc->idp&action=attribute_prefix\">Attribuer</a>]"; print "[<a href=\"$PHP_SELF?socid=$objsoc->idp&action=attribute_prefix\">Attribuer</a>]";
} }
print "</td></tr>"; print "</td></tr>";
@ -227,6 +238,12 @@ if ($socid > 0)
print "</table>"; print "</table>";
if ($user->societe_id == 0)
{
print "[<a href=\"index.php?socidp=$objsoc->id&action=add_bookmark\">Bookmark fiche</a>]<br>";
}
print "<br>";
/* /*
* *
*/ */
@ -237,50 +254,50 @@ if ($socid > 0)
* Factures * Factures
*/ */
if ($user->rights->facture->lire) if ($user->rights->facture->lire)
{ {
print '<table class="border" width="100%" cellspacing="0" cellpadding="1">'; print '<table class="border" width="100%" cellspacing="0" cellpadding="1">';
$var=!$var; $var=!$var;
$sql = "SELECT s.nom, s.idp, f.facnumber, f.amount, ".$db->pdate("f.datef")." as df, f.paye as paye, f.fk_statut as statut, f.rowid as facid "; $sql = "SELECT s.nom, s.idp, f.facnumber, f.amount, ".$db->pdate("f.datef")." as df, f.paye as paye, f.fk_statut as statut, f.rowid as facid ";
$sql .= " FROM ".MAIN_DB_PREFIX."societe as s,".MAIN_DB_PREFIX."facture as f WHERE f.fk_soc = s.idp AND s.idp = ".$objsoc->idp." ORDER BY f.datef DESC"; $sql .= " FROM ".MAIN_DB_PREFIX."societe as s,".MAIN_DB_PREFIX."facture as f WHERE f.fk_soc = s.idp AND s.idp = ".$objsoc->idp." ORDER BY f.datef DESC";
if ( $db->query($sql) ) if ( $db->query($sql) )
{ {
$num = $db->num_rows(); $i = 0; $num = $db->num_rows(); $i = 0;
if ($num > 0) if ($num > 0)
{ {
print "<tr $bc[$var]>"; print "<tr $bc[$var]>";
print "<td colspan=\"4\"><a href=\"facture.php?socidp=$objsoc->idp\">Liste des factures ($num)</td></tr>"; print "<td colspan=\"4\"><a href=\"facture.php?socidp=$objsoc->idp\">Liste des factures ($num)</td></tr>";
} }
while ($i < $num && $i < 5) while ($i < $num && $i < 5)
{ {
$objp = $db->fetch_object( $i); $objp = $db->fetch_object( $i);
$var=!$var; $var=!$var;
print "<TR $bc[$var]>"; print "<TR $bc[$var]>";
print "<TD><a href=\"../compta/facture.php?facid=$objp->facid\">$objp->facnumber</a></TD>\n"; print "<TD><a href=\"../compta/facture.php?facid=$objp->facid\">$objp->facnumber</a></TD>\n";
if ($objp->df > 0 ) if ($objp->df > 0 )
{ {
print "<TD align=\"right\">".strftime("%d %B %Y",$objp->df)."</TD>\n"; print "<TD align=\"right\">".strftime("%d %B %Y",$objp->df)."</TD>\n";
} }
else else
{ {
print "<TD align=\"right\"><b>!!!</b></TD>\n"; print "<TD align=\"right\"><b>!!!</b></TD>\n";
} }
print "<TD align=\"right\">".number_format($objp->amount, 2, ',', ' ')."</TD>\n"; print "<TD align=\"right\">".number_format($objp->amount, 2, ',', ' ')."</TD>\n";
$fac = new Facture($db); $fac = new Facture($db);
print "<TD align=\"center\">".($fac->LibStatut($objp->paye,$objp->statut))."</TD>\n"; print "<TD align=\"center\">".($fac->LibStatut($objp->paye,$objp->statut))."</TD>\n";
print "</TR>\n"; print "</TR>\n";
$i++; $i++;
} }
$db->free(); $db->free();
} }
else else
{ {
print $db->error(); print $db->error();
} }
print "</table>"; print "</table>";
} }
/* /*
@ -291,26 +308,26 @@ if ($socid > 0)
$sql = "SELECT p.rowid,p.title,p.ref,".$db->pdate("p.dateo")." as do"; $sql = "SELECT p.rowid,p.title,p.ref,".$db->pdate("p.dateo")." as do";
$sql .= " FROM ".MAIN_DB_PREFIX."projet as p WHERE p.fk_soc = $objsoc->idp"; $sql .= " FROM ".MAIN_DB_PREFIX."projet as p WHERE p.fk_soc = $objsoc->idp";
if ( $db->query($sql) ) { if ( $db->query($sql) ) {
print "<table border=1 cellspacing=0 width=100% cellpadding=\"1\">"; print "<table border=1 cellspacing=0 width=100% cellpadding=\"1\">";
$i = 0 ; $i = 0 ;
$num = $db->num_rows(); $num = $db->num_rows();
if ($num > 0) { if ($num > 0) {
$tag = !$tag; print "<tr $bc[$tag]>"; $tag = !$tag; print "<tr $bc[$tag]>";
print "<td colspan=\"2\"><a href=\"../projet/index.php?socidp=$objsoc->idp\">liste des projets ($num)</td></tr>"; print "<td colspan=\"2\"><a href=\"../projet/index.php?socidp=$objsoc->idp\">liste des projets ($num)</td></tr>";
} }
while ($i < $num && $i < 5) { while ($i < $num && $i < 5) {
$obj = $db->fetch_object( $i); $obj = $db->fetch_object( $i);
$tag = !$tag; $tag = !$tag;
print "<tr $bc[$tag]>"; print "<tr $bc[$tag]>";
print '<td><a href="../projet/fiche.php?id='.$obj->rowid.'">'.$obj->title.'</a></td>'; print '<td><a href="../projet/fiche.php?id='.$obj->rowid.'">'.$obj->title.'</a></td>';
print "<td align=\"right\">".strftime("%d %b %Y", $obj->do) ."</td></tr>"; print "<td align=\"right\">".strftime("%d %b %Y", $obj->do) ."</td></tr>";
$i++; $i++;
} }
$db->free(); $db->free();
print "</table>"; print "</table>";
} else { } else {
print $db->error(); print $db->error();
} }
/* /*
@ -318,167 +335,188 @@ if ($socid > 0)
* *
*/ */
print "</td></tr>"; print "</td></tr>";
print "</table>\n"; print "</table></div>\n";
/* /*
* Barre d'actions
* *
*/
print '<div class="tabsAction">';
if ($user->societe_id == 0)
{
if ($user->rights->facture->creer)
print "<a class=\"tabAction\" href=\"facture.php?action=create&socidp=$objsoc->idp\">".translate("Facturer")."</a>";
print "<a class=\"tabAction\" href=\"deplacement/fiche.php?socid=$objsoc->idp&action=create\">Créer Déplacement</a>";
}
print '<a class="tabAction" href="'.DOL_URL_ROOT.'/contact/fiche.php?socid='.$socid.'&amp;action=create">Ajouter un contact</a>';
print '<a class="tabAction" href="'.DOL_URL_ROOT.'/societe/notify/fiche.php?socid='.$socid.'">Notifications</a>';
print '</div>';
print '<br>';
/*
* *
* *
*/ */
if ($action == 'changevalue') { if ($action == 'changevalue') {
print "<HR noshade>"; print "<hr noshade>";
print "<form action=\"index.php?socid=$objsoc->idp\" method=\"post\">"; print "<form action=\"index.php?socid=$objsoc->idp\" method=\"post\">";
print "<input type=\"hidden\" name=\"action\" value=\"cabrecrut\">"; print "<input type=\"hidden\" name=\"action\" value=\"cabrecrut\">";
print "Cette société est un cabinet de recrutement : "; print "Cette société est un cabinet de recrutement : ";
print "<select name=\"selectvalue\">"; print "<select name=\"selectvalue\">";
print "<option value=\"\">"; print "<option value=\"\">";
print "<option value=\"t\">Oui"; print "<option value=\"t\">Oui";
print "<option value=\"f\">Non"; print "<option value=\"f\">Non";
print "</select>"; print "</select>";
print "<input type=\"submit\" value=\"Mettre &agrave; jour\">"; print "<input type=\"submit\" value=\"Mettre &agrave; jour\">";
print "</form>\n"; print "</form>\n";
} else { } else {
/* /*
* *
* Liste des contacts * Liste des contacts
* *
*/ */
print '<table width="100%" cellspacing="0" border="0" cellpadding="2">'; print '<table width="100%" cellspacing="1" border="0" cellpadding="2">';
print '<tr class="liste_titre"><td><b>Pr&eacute;nom Nom</b></td>'; print '<tr class="liste_titre"><td><b>Pr&eacute;nom Nom</b></td>';
print '<td><b>Poste</b></td><td><b>T&eacute;l</b></td>'; print '<td><b>Poste</b></td><td><b>T&eacute;l</b></td>';
print "<td><b>Fax</b></td><td><b>Email</b></td>"; print "<td><b>Fax</b></td><td><b>Email</b></td>";
print "<td><a href=\"../comm/people.php?socid=$objsoc->idp&action=addcontact\">Ajouter</a></td></tr>"; print "<td align=\"center\"><a href=\"".DOL_URL_ROOT.'/contact/fiche.php?socid='.$socid."&amp;action=create\">Ajouter</a></td></tr>";
$sql = "SELECT p.idp, p.name, p.firstname, p.poste, p.phone, p.fax, p.email, p.note FROM ".MAIN_DB_PREFIX."socpeople as p WHERE p.fk_soc = $objsoc->idp ORDER by p.datec"; $sql = "SELECT p.idp, p.name, p.firstname, p.poste, p.phone, p.fax, p.email, p.note FROM ".MAIN_DB_PREFIX."socpeople as p WHERE p.fk_soc = $objsoc->idp ORDER by p.datec";
$result = $db->query($sql); $result = $db->query($sql);
$i = 0 ; $num = $db->num_rows(); $i = 0 ; $num = $db->num_rows();
$var=1;
while ($i < $num)
{
$obj = $db->fetch_object( $i);
$var = !$var;
while ($i < $num) print "<tr $bc[$var]>";
{
$obj = $db->fetch_object( $i);
$var = !$var;
print "<tr $bc[$var]>"; print '<td>';
//print '<a href="action/fiche.php?action=create&actionid=5&contactid='.$obj->idp.'&socid='.$objsoc->idp.'">';
//print '<img border="0" src="/theme/'.$conf->theme.'/img/filenew.png"></a>&nbsp;';
print '<a href="../comm/action/fiche.php?action=create&actionid=5&contactid='.$obj->idp.'&socid='.$objsoc->idp.'">'.$obj->firstname.' '. $obj->name.'</a>&nbsp;</td>';
print '<td>'; if ($obj->note)
//print '<a href="action/fiche.php?action=create&actionid=5&contactid='.$obj->idp.'&socid='.$objsoc->idp.'">'; {
//print '<img border="0" src="/theme/'.$conf->theme.'/img/filenew.png"></a>&nbsp;'; print "<br><b>".nl2br($obj->note);
print '<a href="../comm/action/fiche.php?action=create&actionid=5&contactid='.$obj->idp.'&socid='.$objsoc->idp.'">'.$obj->firstname.' '. $obj->name.'</a>&nbsp;</td>'; }
print "</td>";
print "<td>$obj->poste&nbsp;</td>";
print '<td><a href="../comm/action/fiche.php?action=create&actionid=1&contactid='.$obj->idp.'&socid='.$objsoc->idp.'">'.$obj->phone.'</a>&nbsp;</td>';
print '<td><a href="../comm/action/fiche.php?action=create&actionid=2&contactid='.$obj->idp.'&socid='.$objsoc->idp.'">'.$obj->fax.'</a>&nbsp;</td>';
print '<td><a href="../comm/action/fiche.php?action=create&actionid=4&contactid='.$obj->idp.'&socid='.$objsoc->idp.'">'.$obj->email.'</a>&nbsp;</td>';
print "<td align=\"center\"><a href=\"../comm/people.php?socid=$objsoc->idp&action=editcontact&contactid=$obj->idp\">".img_edit()."</a></td>";
print "</tr>\n";
$i++;
$tag = !$tag;
}
print "</table>";
if ($obj->note) print "\n<hr noshade size=1>\n";
{ /*
print "<br><b>".nl2br($obj->note); *
} */
print "</td>"; print '<table width="100%" cellspacing=0 border=0 cellpadding=2>';
print "<td>$obj->poste&nbsp;</td>"; print '<tr>';
print '<td><a href="../comm/action/fiche.php?action=create&actionid=1&contactid='.$obj->idp.'&socid='.$objsoc->idp.'">'.$obj->phone.'</a>&nbsp;</td>'; print '<td valign="top">';
print '<td><a href="../comm/action/fiche.php?action=create&actionid=2&contactid='.$obj->idp.'&socid='.$objsoc->idp.'">'.$obj->fax.'</a>&nbsp;</td>'; /*
print '<td><a href="../comm/action/fiche.php?action=create&actionid=4&contactid='.$obj->idp.'&socid='.$objsoc->idp.'">'.$obj->email.'</a>&nbsp;</td>'; *
print "<td><a href=\"../comm/people.php?socid=$objsoc->idp&action=editcontact&contactid=$obj->idp\">Modifier</a></td>"; * Listes des actions
print "</tr>\n"; *
$i++; */
$tag = !$tag; $sql = "SELECT a.id, ".$db->pdate("a.datea")." as da, c.libelle, u.code, a.propalrowid, a.fk_user_author, fk_contact, u.rowid ";
} $sql .= " FROM ".MAIN_DB_PREFIX."actioncomm as a, ".MAIN_DB_PREFIX."c_actioncomm as c, ".MAIN_DB_PREFIX."user as u ";
print "</table>"; $sql .= " WHERE a.fk_soc = $objsoc->idp ";
$sql .= " AND u.rowid = a.fk_user_author";
$sql .= " AND c.id=a.fk_action ";
$sql .= " ORDER BY a.datea DESC, a.id DESC";
print "\n<hr noshade size=1>\n"; if ( $db->query($sql) ) {
/* print "<table width=\"100%\" cellspacing=0 border=0 cellpadding=2>\n";
*
*/
print '<table width="100%" cellspacing=0 border=0 cellpadding=2>';
print '<tr>';
print '<td valign="top">';
/*
*
* Listes des actions
*
*/
$sql = "SELECT a.id, ".$db->pdate("a.datea")." as da, c.libelle, u.code, a.propalrowid, a.fk_user_author, fk_contact, u.rowid ";
$sql .= " FROM ".MAIN_DB_PREFIX."actioncomm as a, ".MAIN_DB_PREFIX."c_actioncomm as c, ".MAIN_DB_PREFIX."user as u ";
$sql .= " WHERE a.fk_soc = $objsoc->idp ";
$sql .= " AND u.rowid = a.fk_user_author";
$sql .= " AND c.id=a.fk_action ";
$sql .= " ORDER BY a.datea DESC, a.id DESC";
if ( $db->query($sql) ) { $i = 0 ; $num = $db->num_rows();
print "<table width=\"100%\" cellspacing=0 border=0 cellpadding=2>\n"; while ($i < $num) {
$var = !$var;
$i = 0 ; $num = $db->num_rows(); $obj = $db->fetch_object( $i);
while ($i < $num) { print "<tr $bc[$var]>";
$var = !$var;
$obj = $db->fetch_object( $i); if ($oldyear == strftime("%Y",$obj->da) ) {
print "<tr $bc[$var]>"; print '<td align="center">|</td>';
} else {
print "<TD align=\"center\">" .strftime("%Y",$obj->da)."</TD>\n";
$oldyear = strftime("%Y",$obj->da);
}
if ($oldyear == strftime("%Y",$obj->da) ) { if ($oldmonth == strftime("%Y%b",$obj->da) ) {
print '<td align="center">|</td>'; print '<td align="center">|</td>';
} else { } else {
print "<TD align=\"center\">" .strftime("%Y",$obj->da)."</TD>\n"; print "<TD align=\"center\">" .strftime("%b",$obj->da)."</TD>\n";
$oldyear = strftime("%Y",$obj->da); $oldmonth = strftime("%Y%b",$obj->da);
} }
if ($oldmonth == strftime("%Y%b",$obj->da) ) { print "<TD>" .strftime("%d",$obj->da)."</TD>\n";
print '<td align="center">|</td>'; print "<TD>" .strftime("%H:%M",$obj->da)."</TD>\n";
} else {
print "<TD align=\"center\">" .strftime("%b",$obj->da)."</TD>\n";
$oldmonth = strftime("%Y%b",$obj->da);
}
print "<TD>" .strftime("%d",$obj->da)."</TD>\n"; print '<td width="10%">&nbsp;</td>';
print "<TD>" .strftime("%H:%M",$obj->da)."</TD>\n";
print '<td width="10%">&nbsp;</td>'; if ($obj->propalrowid) {
print '<td width="40%"><a href="propal.php?propalid='.$obj->propalrowid.'">'.$obj->libelle.'</a></td>';
} else {
print '<td width="40%">'.$obj->libelle.'</td>';
}
/*
* Contact pour cette action
*
*/
if ($obj->fk_contact) {
$contact = new Contact($db);
$contact->fetch($obj->fk_contact);
print '<td width="40%"><a href="people.php?socid='.$objsoc->idp.'&contactid='.$contact->id.'">'.$contact->fullname.'</a></td>';
} else {
print '<td width="40%">&nbsp;</td>';
}
/*
*/
print '<td width="20%"><a href="../user.php">'.$obj->code.'</a></td>';
print "</tr>\n";
$i++;
}
print "</table>";
if ($obj->propalrowid) { $db->free();
print '<td width="40%"><a href="propal.php?propalid='.$obj->propalrowid.'">'.$obj->libelle.'</a></td>'; } else {
} else { print $db->error();
print '<td width="40%">'.$obj->libelle.'</td>'; }
} print "</td></tr></table>";
/* /*
* Contact pour cette action *
* * Notes sur la societe
*/ *
if ($obj->fk_contact) { */
$contact = new Contact($db); if ($objsoc->note) {
$contact->fetch($obj->fk_contact); print '<table border="1" width="100%" cellspacing="0" bgcolor="#e0e0e0">';
print '<td width="40%"><a href="people.php?socid='.$objsoc->idp.'&contactid='.$contact->id.'">'.$contact->fullname.'</a></td>'; print "<tr><td>".nl2br($objsoc->note)."</td></tr>";
} else { print "</table>";
print '<td width="40%">&nbsp;</td>'; }
} /*
/* *
*/ *
print '<td width="20%"><a href="../user.php">'.$obj->code.'</a></td>'; *
print "</tr>\n"; */
$i++;
}
print "</table>";
$db->free();
} else {
print $db->error();
}
print "</td></tr></table>";
/*
*
* Notes sur la societe
*
*/
print '<table border="1" width="100%" cellspacing="0" bgcolor="#e0e0e0">';
print "<tr><td>".nl2br($objsoc->note)."</td></tr>";
print "</table>";
/*
*
*
*
*/
} }
} else {
print $db->error() . "<br>" . $sql;
}
} else { } else {
print "Erreur"; print "Erreur";
} }
$db->close(); $db->close();