Compare commits

...

2 Commits

Author SHA1 Message Date
chrisadmin
3566420efc test de push 2025-05-28 21:27:09 +02:00
chrisadmin
a822a61b42 test de git à partir de vscode 2025-04-02 11:15:36 +02:00
2 changed files with 15 additions and 1 deletions

View File

@@ -157,7 +157,10 @@ WHERE CAST(datec AS DATE) BETWEEN CAST('$jourdeb' AS DATE) AND CAST('$jourfin'
$ligne=db_lire_ligne($sql_cot);
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 "<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
$sql4 = "SELECT adh.rowid, lastname as nom, firstname as prenom, cot.datec as date_adh

11
test_git.php Normal file
View 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>