From 6e2ee31670876d64bcf2006c8419c7fd86ba3772 Mon Sep 17 00:00:00 2001 From: Jean-Christophe Engel Date: Sat, 4 Jan 2025 14:58:48 +0100 Subject: [PATCH] =?UTF-8?q?Ajout=20Mollie=20=C3=A0=20la=20table=20moyens?= =?UTF-8?q?=20de=20paiement?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG | 2 ++ data/schema.sql | 1 + plugin.ini | 2 +- upgrade.php | 10 +++++++++- 4 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index fbfc2f0..e4e5dae 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,5 @@ +0.12 +- Ajout Mollie à la table moyens de paiement 0.11 - Changement mention finale pour devis 0.9 diff --git a/data/schema.sql b/data/schema.sql index 0cc7a67..0d9431a 100644 --- a/data/schema.sql +++ b/data/schema.sql @@ -43,6 +43,7 @@ INSERT OR IGNORE INTO plugin_facturation_paiement (code, nom) VALUES ('PR', 'Pr INSERT OR IGNORE INTO plugin_facturation_paiement (code, nom) VALUES ('TI', 'TIP'); INSERT OR IGNORE INTO plugin_facturation_paiement (code, nom) VALUES ('VI', 'Virement'); INSERT OR IGNORE INTO plugin_facturation_paiement (code, nom) VALUES ('HA', 'HelloAsso'); +INSERT OR IGNORE INTO plugin_facturation_paiement (code, nom) VALUES ('MO', 'Mollie'); INSERT OR IGNORE INTO plugin_facturation_paiement (code, nom) VALUES ('AU', 'Autre'); -- Modif DD -- ajout de la table des textes associés aux CERFA diff --git a/plugin.ini b/plugin.ini index 8a08cf4..7f5766c 100644 --- a/plugin.ini +++ b/plugin.ini @@ -2,7 +2,7 @@ name="Facturation" description="Permet d'éditer des factures, devis et reçus à ses membres ainsi qu'à une base de clients supplémentaire." author="zou ; adapté par jce" url="https://git.roflcopter.fr/lesanges/paheko-plugin-facturation" -version="0.11" +version="0.12" menu=true restrict_section="accounting" restrict_level="read" diff --git a/upgrade.php b/upgrade.php index 5df22ea..feb994f 100644 --- a/upgrade.php +++ b/upgrade.php @@ -211,7 +211,6 @@ if (version_compare($old_version, '0.8.1', '<')) } // 0.8.5 Ajout champs SIREN/SIRET à la table clients - if (version_compare($old_version, '0.8.5', '<')) { $db->exec(<<exec(<<