[ Index ]
 

Code source de vtiger CRM 5.0.2

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/modules/PurchaseOrder/pdf_templates/ -> footer.php (source)

   1  <?php
   2  /*********************************************************************************
   3  ** The contents of this file are subject to the vtiger CRM Public License Version 1.0
   4   * ("License"); You may not use this file except in compliance with the License
   5   * The Original Code is:  vtiger CRM Open Source
   6   * The Initial Developer of the Original Code is vtiger.
   7   * Portions created by vtiger are Copyright (C) vtiger.
   8   * All Rights Reserved.
   9   *
  10   ********************************************************************************/
  11  
  12  
  13  define('USD',"$");
  14  define('EURO', chr(128) );
  15  
  16  $top="215";
  17  
  18  $desc=explode("\n",$description);
  19  $cond=explode("\n",$conditions);
  20  $num=230;
  21  
  22  /* **************** Begin Description ****************** */
  23  $descBlock=array("10",$top,"53", $num);
  24  $pdf->addDescBlock($description, "Description", $descBlock);
  25  
  26  /* ************** End Description *********************** */
  27  
  28  
  29  
  30  /* **************** Begin Terms ****************** */
  31  $termBlock=array("107",$top,"53", $num);
  32  $pdf->addDescBlock($conditions, "Terms & Conditions", $termBlock);
  33  
  34  /* ************** End Terms *********************** */
  35  
  36  
  37  ?>


Généré le : Sun Feb 25 10:22:19 2007 par Balluche grâce à PHPXref 0.7