From 79f35f2202849dc3d4760204b7de8dcdb7e4f039 Mon Sep 17 00:00:00 2001
From: "marcimat@rezo.net" <>
Date: Tue, 9 Apr 2013 14:26:10 +0000
Subject: [PATCH] =?UTF-8?q?Pas=20de=20logo=20sur=20les=20factures,=20affic?=
=?UTF-8?q?her=20les=20organisations=20=C3=A9mettrice=20et=20r=C3=A9ceptri?=
=?UTF-8?q?ces=20des=20factures=20ainsi=20que=20leur=20adresse=20(li=C3=A9?=
=?UTF-8?q?e=20=C3=A0=20l'organisation).?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.gitattributes | 3 ++
lang/facture_fr.php | 15 ++++---
lang/factures_fr.php | 5 ++-
paquet.xml | 4 +-
prive/objets/contenu/facture.html | 43 ++++++++++++++-----
prive/squelettes/contenu/facture.html | 3 +-
prive/squelettes/contenu/factures.html | 4 +-
prive/squelettes/navigation/facture.html | 10 +++++
prive/squelettes/navigation/facture_edit.html | 1 +
prive/style_prive_plugin_factures.html | 17 ++++++++
10 files changed, 82 insertions(+), 23 deletions(-)
create mode 100644 prive/squelettes/navigation/facture.html
create mode 100644 prive/squelettes/navigation/facture_edit.html
create mode 100644 prive/style_prive_plugin_factures.html
diff --git a/.gitattributes b/.gitattributes
index 233d5ba..5f3167e 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -36,6 +36,9 @@ prive/squelettes/contenu/factures.html -text
prive/squelettes/contenu/factures_ligne.html -text
prive/squelettes/contenu/factures_ligne_edit.html -text
prive/squelettes/contenu/factures_lignes.html -text
+prive/squelettes/navigation/facture.html -text
+prive/squelettes/navigation/facture_edit.html -text
+prive/style_prive_plugin_factures.html -text
prive/themes/spip/images/facture-12.png -text svneol=unset#image/png
prive/themes/spip/images/facture-16.png -text svneol=unset#image/png
prive/themes/spip/images/facture-24.png -text svneol=unset#image/png
diff --git a/lang/facture_fr.php b/lang/facture_fr.php
index bac35ff..f262735 100644
--- a/lang/facture_fr.php
+++ b/lang/facture_fr.php
@@ -35,17 +35,18 @@ $GLOBALS[$GLOBALS['idx_lang']] = array(
// L
'label_conditions' => 'Conditions commerciales',
- 'label_date_facture' => 'Date facture',
- 'label_delais_validite' => 'Delais validite',
- 'label_fin_validite' => 'Fin validite',
- 'label_id_organisation' => 'Id organisation',
+ 'label_date_facture' => 'Date de facturation',
+ 'label_delais_validite' => 'Delais de validité',
+ 'label_fin_validite' => 'Fin de validité',
+ 'label_id_organisation' => 'Organisation facturée',
'label_id_organisation_emettrice' => 'Organisation émettrice',
- 'label_libelle_facture' => 'Libelle facture',
- 'label_montant' => 'Montant global de la facture (calculé)',
+ 'label_libelle_facture' => 'Libellé',
+ 'label_montant' => 'Montant global (calculé)',
'label_nota_bene' => 'Nota bene',
'label_num_devis' => 'Numéro du devis lié',
'label_num_facture' => 'Numéro de la facture',
'label_quantite' => 'Quantité globale',
+ 'label_reference_abbr' => 'Réf.',
'label_reglement' => 'Mode de règlement',
'label_unite' => 'Unité vendue',
@@ -64,4 +65,4 @@ $GLOBALS[$GLOBALS['idx_lang']] = array(
'titre_logo_facture' => 'Logo de cette facture',
);
-?>
\ No newline at end of file
+?>
diff --git a/lang/factures_fr.php b/lang/factures_fr.php
index 52ae099..94b25ff 100644
--- a/lang/factures_fr.php
+++ b/lang/factures_fr.php
@@ -16,8 +16,11 @@ $GLOBALS[$GLOBALS['idx_lang']] = array(
'cfg_exemple_explication' => 'Explication de cet exemple',
'cfg_titre_parametrages' => 'Paramétrages',
+ // N
+ 'non_renseigne' => 'Non renseigné',
+
// T
'titre_page_configurer_factures' => 'Configurer Factures & Devis',
);
-?>
\ No newline at end of file
+?>
diff --git a/paquet.xml b/paquet.xml
index 8076829..7f3f563 100644
--- a/paquet.xml
+++ b/paquet.xml
@@ -1,7 +1,7 @@