closes FS#352
authorx2000habouzit <x2000habouzit@839d8a87-29fc-0310-9880-83ba4fa771e5>
Tue, 25 Oct 2005 15:28:46 +0000 (15:28 +0000)
committerx2000habouzit <x2000habouzit@839d8a87-29fc-0310-9880-83ba4fa771e5>
Tue, 25 Oct 2005 15:28:46 +0000 (15:28 +0000)
git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@137 839d8a87-29fc-0310-9880-83ba4fa771e5

ChangeLog
include/contacts.pdf.inc.php

index c7fe89d..6fbff4d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,10 @@ New :
     * Documentation :
         - Documentation now use Wiki                                        -Car
 
+    * Paiement :
+        - Fixed little text mistake in Payments menu.                       -CAT
+        - Direct link from and to events.                                   -Car
+
     * Profile :
         - User can now accept synchronisation from AX by admin.             -Car
         - Address will try to display as the country standard.              -Car
@@ -22,6 +26,9 @@ Bug/Wish :
     * Admin :
         - #337: Add link to trackers and support websites for admins.       -CAT
 
+    * Contacts :
+        - #352: Enhance PDFs : add the generation date.                     -MC
+
     * Core :
         - #310: Display the max number of photo in trombipromo.             -Car
 
@@ -31,8 +38,6 @@ Bug/Wish :
     * Paiments :
         - #336 : Micro -> Tele(payments).                                   -MC
         - #356 : Payments use usage name instead of last name.              -Car
-        - Fixed little text mistake in Payments menu.                       -CAT
-        - Direct link from and to events.                                   -Car
 
     * Profile :
         - #330,333: Interface improvements.                                 -Car
index e47628e..15c6599 100644 (file)
@@ -109,6 +109,7 @@ class ContactsPDF extends FPDF
         $this->SetFont('Vera Sans','I',8);
         $this->SetTextColor(128);
         $this->Cell(0, 10, 'Page '.$this->PageNo(), 0, 0, 'C');
+        $this->Cell(0, 10, '(en date du '.strftime('%d %B %Y').')', 0, 0, 'R');
     }
 
     function ColSetup($col)