* * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * * $Id$ * $Source$ * */ require("./pre.inc.php"); llxHeader(); function valeur($sql) { global $db; if ( $db->query($sql) ) { if ( $db->num_rows() ) { $valeur = $db->result(0,0); } $db->free(); } return $valeur; } /* * */ if ($action == 'add') { $sql = "INSERT INTO llx_chargesociales (fk_type, libelle, date_ech,amount) "; $sql .= " VALUES ($type,'$libelle','$date',$amount);"; if (! $db->query($sql) ) { print $db->error(); } } print_titre("Charges sociales $year"); /* * * */ print "
| Echeance | Période | '; print_liste_field_titre("Charges",$PHP_SELF,"c.libelle"); print ' | Montant | '; print " | ||||
| '.strftime("%d %b %y",$obj->de).' | '; print 'periode).'">'.strftime("%Y",$obj->periode).' | '; print ''.$obj->nom.' | '.$obj->libelle.' | '; print ''.price($obj->amount).' | '; if ($obj->paye) { print ''.strftime("%d/%m/%y",$obj->dp).' | '; } else { print '![]() | ';
print '![]() | ';
}
print '|