-
Notifications
You must be signed in to change notification settings - Fork 2
/
paquet.xml
28 lines (23 loc) · 1.13 KB
/
paquet.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<paquet
prefix="factures"
categorie="outil"
version="2.1.2"
etat="stable"
compatibilite="[3.2.0;4.3.*]"
logo="prive/themes/spip/images/facture-32.png"
schema="0.3.0"
>
<nom>Factures</nom>
<!-- Factures -->
<pipeline nom="declarer_tables_principales" inclure="factures_administrations.php" />
<pipeline nom="declarer_tables_interfaces" inclure="factures_administrations.php" />
<pipeline nom="bank_facturer_reglement" inclure="factures_pipelines.php" />
<pipeline nom="bank_afficher_reglement_en_attente" inclure="factures_pipelines.php" />
<pipeline nom="autoriser" inclure="factures_pipelines.php" />
<pipeline nom="rechercher_liste_des_champs" inclure="factures_pipelines.php" />
<pipeline nom="trig_bank_reglement_en_attente" inclure="factures_pipelines.php" />
<menu nom="factures" titre="factures:icone_factures" parent="menu_activite" icone="images/facture-16.png" />
<onglet nom="factures" titre="factures:titre_page_factures" parent="onglets_factures" />
<onglet nom="factures_proforma" titre="factures:titre_page_factures_proforma" parent="onglets_factures" />
<necessite nom="bank" compatibilite="[2.1.0;*]" />
</paquet>