/[dolibarr]/dolibarr/htdocs/includes/modules/facture/pdf_huitre.modules.php
ViewVC logotype

Diff of /dolibarr/htdocs/includes/modules/facture/pdf_huitre.modules.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by eldy, Sun Oct 16 16:34:07 2005 UTC revision 1.2 by eldy, Fri Nov 4 01:07:34 2005 UTC
# Line 19  Line 19 
19   *   *
20   * $Id$   * $Id$
21   * $Source$   * $Source$
  *  
22   */   */
23    
24  /**  /**
# Line 43  class pdf_huitre extends ModelePDFFactur Line 42  class pdf_huitre extends ModelePDFFactur
42      */      */
43      function pdf_huitre($db)      function pdf_huitre($db)
44      {      {
45        $this->db = $db;          $this->db = $db;
46        $this->description = "Modèle de facture avec remise et infos réglement";          $this->description = "Modèle de facture avec remise et infos réglement";
47    
48            // Dimension page pour format A4
49            $this->page_largeur = 210;
50            $this->page_hauteur = 297;
51            $this->format = array($this->page_largeur,$this->page_hauteur);
52      }      }
53    
54     function write_pdf_file($facid)     function write_pdf_file($facid)

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26