[Erp5-report] r37076 mayoro - in /erp5/trunk/bt5/erp5_egov: PropertySheetTemplateItem/ bt/

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Jul 13 12:38:12 CEST 2010


Author: mayoro
Date: Tue Jul 13 12:38:11 2010
New Revision: 37076

URL: http://svn.erp5.org?rev=37076&view=rev
Log:
2010-07-12 mayoro
* Add removed propertysheet PDFForm, needed by PDF Type

Added:
    erp5/trunk/bt5/erp5_egov/PropertySheetTemplateItem/PDFForm.py
Modified:
    erp5/trunk/bt5/erp5_egov/bt/change_log
    erp5/trunk/bt5/erp5_egov/bt/revision
    erp5/trunk/bt5/erp5_egov/bt/template_property_sheet_id_list

Added: erp5/trunk/bt5/erp5_egov/PropertySheetTemplateItem/PDFForm.py
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_egov/PropertySheetTemplateItem/PDFForm.py?rev=37076&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_egov/PropertySheetTemplateItem/PDFForm.py (added)
+++ erp5/trunk/bt5/erp5_egov/PropertySheetTemplateItem/PDFForm.py [utf8] Tue Jul 13 12:38:11 2010
@@ -0,0 +1,50 @@
+##############################################################################
+#
+# Copyright (c) 2002-2007 Nexedi SARL and Contributors. All Rights Reserved.
+#
+# WARNING: This program as such is intended to be used by professional
+# programmers who take the whole responsability of assessing all potential
+# consequences resulting from its eventual inadequacies and bugs
+# End users who are looking for a ready-to-use solution with commercial
+# garantees and support are strongly adviced to contract a Free Software
+# Service Company
+#
+# This program is Free Software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License
+# as published by the Free Software Foundation; either version 2
+# of the License, or (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+#
+##############################################################################
+
+class PDFForm:
+    """
+        PDFForm properties for all scribus files properties
+        There properties will be used for displaying form
+        
+    """
+
+    _properties = (
+        {   'id'          : 'height',
+            'description' : 'desired height of the displayed pdf form',
+            'type'        : 'int',
+            'mode'        : 'w' },
+        {   'id'          : 'width',
+            'description' : 'desired width of the displayed pdf form',
+            'type'        : 'int',
+            'mode'        : 'w' },
+        {   'id'          : 'resolution',
+            'description' : 'desired resolution',
+            'type'        : 'int',
+            'mode'        : 'w' },
+
+    )
+

Modified: erp5/trunk/bt5/erp5_egov/bt/change_log
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_egov/bt/change_log?rev=37076&r1=37075&r2=37076&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_egov/bt/change_log [utf8] (original)
+++ erp5/trunk/bt5/erp5_egov/bt/change_log [utf8] Tue Jul 13 12:38:11 2010
@@ -1,4 +1,7 @@
 2010-07-12 mayoro
+* Add removed propertysheet PDFForm, needed by PDF Type
+
+2010-07-12 mayoro
 * remove overloading Types Tool
 
 2010-07-12 mayoro

Modified: erp5/trunk/bt5/erp5_egov/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_egov/bt/revision?rev=37076&r1=37075&r2=37076&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_egov/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/erp5_egov/bt/revision [utf8] Tue Jul 13 12:38:11 2010
@@ -1 +1 @@
-731
\ No newline at end of file
+735
\ No newline at end of file

Modified: erp5/trunk/bt5/erp5_egov/bt/template_property_sheet_id_list
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_egov/bt/template_property_sheet_id_list?rev=37076&r1=37075&r2=37076&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_egov/bt/template_property_sheet_id_list [utf8] (original)
+++ erp5/trunk/bt5/erp5_egov/bt/template_property_sheet_id_list [utf8] Tue Jul 13 12:38:11 2010
@@ -1,2 +1,3 @@
 EGovOrganisation
-EGovGenericProperties
\ No newline at end of file
+EGovGenericProperties
+PDFForm
\ No newline at end of file




More information about the Erp5-report mailing list