Files
ludikevent_crm/.gitignore
Serreau Jovann 0afc9e3396 feat(ansible): Ajoute le dossier PDF aux droits d'écriture et modifie l'URL API
 feat(.env): Met à jour les URLs de signature et Stripe pour Ngrok

 feat(SignatureController): Ajoute le contrôleur de signature

 feat(DevisController): Intègre DocuSeal et la gestion des adresses client

🐛 fix(DevisManager.js): Corrige la sélection et la synchronisation des adresses

 feat(vich_uploader.yaml): Configure le stockage des fichiers PDF

 feat(initTomSelect.js): Améliore la gestion des prix des produits

 feat(DevisPdfService): Intègre la signature DocuSeal et améliore le pied de page

 feat(Client.php): Crée une soumission Docuseal pour les devis
2026-01-19 18:22:53 +01:00

57 lines
970 B
Plaintext

###> symfony/framework-bundle ###
/.env.local
/.env.test
/config/secrets/prod/prod.decrypt.private.php
/public/bundles/
/var/
/vendor/
/public/storage/
/public/tmp/*.pdf
###< symfony/framework-bundle ###
###> phpunit/phpunit ###
/phpunit.xml
/.phpunit.cache/
###< phpunit/phpunit ###
###> symfony/asset-mapper ###
/assets/vendor/
###< symfony/asset-mapper ###
.idea
node_modules
###> phpstan/phpstan ###
phpstan.neon
###< phpstan/phpstan ###
###> liip/imagine-bundle ###
/public/media/cache/
###< liip/imagine-bundle ###
.coverage
coverage/
.phpunit.cache
/public/build
bun.lock
bun.lockd
public/tmp-sign/*.pdf
backup/*.zip
backup/*.sql
###> spomky-labs/pwa-bundle ###
/public/idb
/public/pwa
/public/workbox
/public/favicon.ico
/public/site.webmanifest
/public/site.*.webmanifest
/public/sw.js
###< spomky-labs/pwa-bundle ###
/sauvegarde/*.zip
/public/images/**/*.jpg
/public/images/**/*.jpeg
/public/images/**/*.webp
/public/images/*/*.png
/public/pdf/**/*.pdf