diff --git a/config.json b/config.json index 0445383..7cbf760 100644 --- a/config.json +++ b/config.json @@ -1,3 +1,5 @@ { - "pattern": "%{type}-%{year}-%{ynumber}" + "footer": "[EXEMPLE]\nAssociation exonérée des impôts commerciaux\nEn cas de retard de paiement, indemnité forfaitaire légale pour frais de recouvrement : 40,00 €\n[Coordonnées bancaires]\nAssociation enregistrée en préfecture de XXX au numéro YYY", + "pattern": "%{type}-%{year}-%{ynumber}", + "validate_cp": true } \ No newline at end of file diff --git a/install.php b/install.php index 4b48c33..42e3480 100644 --- a/install.php +++ b/install.php @@ -6,13 +6,5 @@ $db = DB::getInstance(); $db->import(dirname(__FILE__) . "/data/schema.sql"); -$plugin->setConfig('footer', "[EXEMPLE]\n". - "Association exonérée des impôts commerciaux\n". - "En cas de retard de paiement, indemnité forfaitaire légale pour frais de recouvrement : 40,00 €\n". - "[Coordonnées bancaires]\n". - "Association enregistrée en préfecture de XXX au numéro YYY" - ); -$plugin->setConfig('validate_cp', true); - $path = __DIR__.'/data/default_sign.png'; $png = (new File)->createAndStore('skel/plugin/facturation','sign.png', $path, null); \ No newline at end of file