Initial commit: CLEO ERP avec améliorations debug

- Configuration du debug conditionnel pour dev/recette
- Fonction debug() globale avec niveaux
- Logging des requêtes SQL
- Handlers d'exceptions et d'erreurs globaux

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-07-04 10:24:52 +02:00
commit 99021b4f42
7348 changed files with 11423897 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
importCSV Importation du fichier Clients SAP : /var/www/unikoffice/linet/pub/files/upload/uof_linet/import/
Requete de preparation : UPDATE clients SET import=0;
Fichier CSV ouvert
Fichier CSV fermé
Requete finale 1 executee : UPDATE clients SET active=import;
Requete finale 2 executee : UPDATE clients SET import=0;