Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3566420efc | ||
|
|
a822a61b42 |
@@ -157,7 +157,10 @@ WHERE CAST(datec AS DATE) BETWEEN CAST('$jourdeb' AS DATE) AND CAST('$jourfin'
|
|||||||
$ligne=db_lire_ligne($sql_cot);
|
$ligne=db_lire_ligne($sql_cot);
|
||||||
echo "<br><br>";
|
echo "<br><br>";
|
||||||
echo "<strong>Cotisations enregistrées pour la/les journée.s du ". date_fr($jourdeb) ." <b> au </b>" . date_fr($jourfin) . " = " .$ligne['nb'] . "</strong> " ;
|
echo "<strong>Cotisations enregistrées pour la/les journée.s du ". date_fr($jourdeb) ." <b> au </b>" . date_fr($jourfin) . " = " .$ligne['nb'] . "</strong> " ;
|
||||||
echo "<br><br>";
|
/*echo "<br><br>";*/
|
||||||
|
?>
|
||||||
|
<a href='https://dolibarr.laressourcerieverte.com/htdocs/takepos/albert/DB_bilan_cotisations_adhesions.php'>Vérifier les paiements et enregistrements</a>
|
||||||
|
<?php
|
||||||
|
|
||||||
//Créer le tableau d'affichage @CC
|
//Créer le tableau d'affichage @CC
|
||||||
$sql4 = "SELECT adh.rowid, lastname as nom, firstname as prenom, cot.datec as date_adh
|
$sql4 = "SELECT adh.rowid, lastname as nom, firstname as prenom, cot.datec as date_adh
|
||||||
|
|||||||
11
test_git.php
Normal file
11
test_git.php
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<title>test git</title>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
Reference in New Issue
Block a user