fin gestion signature
FossilOrigin-Name: f835cb26e8e66bb7b9fbcb365a652cb67ca2757328b5fca8677b2c31f75aa6af
This commit is contained in:
parent
f9f59d7454
commit
b819562bc6
7 changed files with 32 additions and 41 deletions
20
install.php
20
install.php
|
|
@ -1,20 +1,8 @@
|
|||
<?php
|
||||
namespace Garradin;
|
||||
//use Garradin\Entities\Files\File;
|
||||
use Garradin\Entities\Files\File;
|
||||
|
||||
//$db = DB::getInstance();
|
||||
// « signature » par défaut à remplacer (voir configuration)
|
||||
$path = __DIR__ . '/data/default_signature.png';
|
||||
$default_signature_file = (new File)->createAndStore('skel/plugin/recusFiscaux','default_signature.png', $path, null);
|
||||
|
||||
//$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_signature.png';
|
||||
$png = (new File)->createAndStore('skel/plugin/recusDons','signature.png', $path, null);
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue