1 | <plugin> |
---|
2 | <nom>Montants</nom> |
---|
3 | <auteur>Anne-lise Martenot - elastick.net</auteur> |
---|
4 | <licence>GPL v3</licence> |
---|
5 | <version>0.4.2</version> |
---|
6 | <version_base>0.3</version_base> |
---|
7 | <etat>test</etat> |
---|
8 | <slogan>Définir un prix par défaut</slogan> |
---|
9 | <description>Ce plugin -grace au pipeline_prix- permet d'avoir un prix par defaut pour tout objet SPIP: |
---|
10 | article, mot, document, rubrique... ou autre. On peut configurer la liste des identifiants ou du parent de la branche. |
---|
11 | L'objet contient un champ prix que l'on affiche avec extra-xx prix_defaut. |
---|
12 | </description> |
---|
13 | <categorie>divers</categorie> |
---|
14 | <icon>images/montants-128.png</icon> |
---|
15 | |
---|
16 | <prefix>montants</prefix> |
---|
17 | <install>base/montants_upgrade.php</install> |
---|
18 | <fonctions>montants_fonctions.php</fonctions> |
---|
19 | <pipeline> |
---|
20 | <nom>declarer_tables_principales</nom> |
---|
21 | <inclure>base/montants.php</inclure> |
---|
22 | </pipeline> |
---|
23 | <pipeline> |
---|
24 | <nom>declarer_tables_interfaces</nom> |
---|
25 | <inclure>base/montants.php</inclure> |
---|
26 | </pipeline> |
---|
27 | <pipeline> |
---|
28 | <nom>autoriser</nom> |
---|
29 | <inclure>montants_autorisations.php</inclure> |
---|
30 | </pipeline> |
---|
31 | <pipeline> |
---|
32 | <nom>prix</nom> |
---|
33 | <inclure>montants_pipelines.php</inclure> |
---|
34 | </pipeline> |
---|
35 | <pipeline> |
---|
36 | <nom>prix_ht</nom> |
---|
37 | <inclure>montants_pipelines.php</inclure> |
---|
38 | </pipeline> |
---|
39 | <bouton id='cfg_montants' parent="bando_configuration"> |
---|
40 | <titre>montants:montants_titre</titre> |
---|
41 | <icone>images/montants_22.png</icone> |
---|
42 | <url>montants</url> |
---|
43 | </bouton> |
---|
44 | |
---|
45 | <necessite id="SPIP" version="[2.1.8;2.1.99]" /> |
---|
46 | <necessite id="prix" version="[0.1.0;]" /> |
---|
47 | <utilise id="cextras" version="[0.7;]" /> |
---|
48 | <traduire gestionnaire="salvatore" module="montants" reference="fr" /> |
---|
49 | |
---|
50 | </plugin> |
---|