[Vtigercrm-commits] [vtiger-commits] r6871 - in /vtigercrm/trunk/modules/SalesOrder: CreateSOPDF.php pdf_templates/footer.php pdf_templates/header.php pdf_templates/lastpage/body.php pdf_templates/lastpage/footer.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Wed May 31 09:52:45 EDT 2006
Author: saraj
Date: Wed May 31 07:52:37 2006
New Revision: 6871
Log:
* Added license
Modified:
vtigercrm/trunk/modules/SalesOrder/CreateSOPDF.php
vtigercrm/trunk/modules/SalesOrder/pdf_templates/footer.php
vtigercrm/trunk/modules/SalesOrder/pdf_templates/header.php
vtigercrm/trunk/modules/SalesOrder/pdf_templates/lastpage/body.php
vtigercrm/trunk/modules/SalesOrder/pdf_templates/lastpage/footer.php
Modified: vtigercrm/trunk/modules/SalesOrder/CreateSOPDF.php
==============================================================================
--- vtigercrm/trunk/modules/SalesOrder/CreateSOPDF.php (original)
+++ vtigercrm/trunk/modules/SalesOrder/CreateSOPDF.php Wed May 31 07:52:37 2006
@@ -1,4 +1,15 @@
<?php
+/*********************************************************************************
+** The contents of this file are subject to the vtiger CRM Public License Version 1.0
+ * ("License"); You may not use this file except in compliance with the License
+ * The Original Code is: vtiger CRM Open Source
+ * The Initial Developer of the Original Code is vtiger.
+ * Portions created by vtiger are Copyright (C) vtiger.
+ * All Rights Reserved.
+ *
+ ********************************************************************************/
+
+
require('include/fpdf/pdf.php');
require_once('modules/SalesOrder/SalesOrder.php');
require_once('include/database/PearDatabase.php');
Modified: vtigercrm/trunk/modules/SalesOrder/pdf_templates/footer.php
==============================================================================
--- vtigercrm/trunk/modules/SalesOrder/pdf_templates/footer.php (original)
+++ vtigercrm/trunk/modules/SalesOrder/pdf_templates/footer.php Wed May 31 07:52:37 2006
@@ -1,4 +1,14 @@
<?php
+/*********************************************************************************
+** The contents of this file are subject to the vtiger CRM Public License Version 1.0
+ * ("License"); You may not use this file except in compliance with the License
+ * The Original Code is: vtiger CRM Open Source
+ * The Initial Developer of the Original Code is vtiger.
+ * Portions created by vtiger are Copyright (C) vtiger.
+ * All Rights Reserved.
+ *
+ ********************************************************************************/
+
define('USD',"$");
define('EURO', chr(128) );
Modified: vtigercrm/trunk/modules/SalesOrder/pdf_templates/header.php
==============================================================================
--- vtigercrm/trunk/modules/SalesOrder/pdf_templates/header.php (original)
+++ vtigercrm/trunk/modules/SalesOrder/pdf_templates/header.php Wed May 31 07:52:37 2006
@@ -1,4 +1,14 @@
<?php
+/*********************************************************************************
+** The contents of this file are subject to the vtiger CRM Public License Version 1.0
+ * ("License"); You may not use this file except in compliance with the License
+ * The Original Code is: vtiger CRM Open Source
+ * The Initial Developer of the Original Code is vtiger.
+ * Portions created by vtiger are Copyright (C) vtiger.
+ * All Rights Reserved.
+ *
+ ********************************************************************************/
+
define('USD',"$");
define('EURO', chr(128) );
Modified: vtigercrm/trunk/modules/SalesOrder/pdf_templates/lastpage/body.php
==============================================================================
--- vtigercrm/trunk/modules/SalesOrder/pdf_templates/lastpage/body.php (original)
+++ vtigercrm/trunk/modules/SalesOrder/pdf_templates/lastpage/body.php Wed May 31 07:52:37 2006
@@ -1,4 +1,14 @@
<?php
+/*********************************************************************************
+** The contents of this file are subject to the vtiger CRM Public License Version 1.0
+ * ("License"); You may not use this file except in compliance with the License
+ * The Original Code is: vtiger CRM Open Source
+ * The Initial Developer of the Original Code is vtiger.
+ * Portions created by vtiger are Copyright (C) vtiger.
+ * All Rights Reserved.
+ *
+ ********************************************************************************/
+
// Fun with watermarks :)
$waterMarkPositions=array("60","110");
Modified: vtigercrm/trunk/modules/SalesOrder/pdf_templates/lastpage/footer.php
==============================================================================
--- vtigercrm/trunk/modules/SalesOrder/pdf_templates/lastpage/footer.php (original)
+++ vtigercrm/trunk/modules/SalesOrder/pdf_templates/lastpage/footer.php Wed May 31 07:52:37 2006
@@ -1,4 +1,14 @@
<?php
+/*********************************************************************************
+** The contents of this file are subject to the vtiger CRM Public License Version 1.0
+ * ("License"); You may not use this file except in compliance with the License
+ * The Original Code is: vtiger CRM Open Source
+ * The Initial Developer of the Original Code is vtiger.
+ * Portions created by vtiger are Copyright (C) vtiger.
+ * All Rights Reserved.
+ *
+ ********************************************************************************/
+
// draw a broken line
More information about the vtigercrm-commits
mailing list