[Erp5-report] r19820 - in /erp5/trunk/bt5/erp5_accounting_l10n_pl: PropertySheetTemplateIte...

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Mar 12 11:29:55 CET 2008


Author: luke
Date: Wed Mar 12 11:29:55 2008
New Revision: 19820

URL: http://svn.erp5.org?rev=19820&view=rev
Log:
- reformatting
- license update
- note added

Modified:
    erp5/trunk/bt5/erp5_accounting_l10n_pl/PropertySheetTemplateItem/PolishAddressDetails.py
    erp5/trunk/bt5/erp5_accounting_l10n_pl/bt/revision

Modified: erp5/trunk/bt5/erp5_accounting_l10n_pl/PropertySheetTemplateItem/PolishAddressDetails.py
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting_l10n_pl/PropertySheetTemplateItem/PolishAddressDetails.py?rev=19820&r1=19819&r2=19820&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting_l10n_pl/PropertySheetTemplateItem/PolishAddressDetails.py (original)
+++ erp5/trunk/bt5/erp5_accounting_l10n_pl/PropertySheetTemplateItem/PolishAddressDetails.py Wed Mar 12 11:29:55 2008
@@ -1,6 +1,8 @@
 ##############################################################################
 #
-# Copyright (c) 2002 Nexedi SARL and Contributors. All Rights Reserved.
+# Copyright (c) 2002 - 2008 Nexedi SARL and Contributors. All Rights Reserved.
+#                    Barek Gorny <bartek at erp5.pl>
+#                    Lukasz Nowak <lukasz.nowak at ventis.com.pl>
 #
 # WARNING: This program as such is intended to be used by professional
 # programmers who take the whole responsability of assessing all potential
@@ -27,36 +29,35 @@
 
 class PolishAddressDetails:
     """
-        Szczegolowe informacje o adresie, potrzebne do prawidlowego
-        wypelnienia formularzy podatkowych
+        Detailed address information needed to proper fill of tax reports
     """
 
+    # XXX: Shufla - it might be good to provide better ids (english) with transition script
     _properties = (
-        {'id'         :   'ulica',
+        {'id'         : 'ulica',
         'description' : '',
         'type'        : 'string',
         'mode'        : 'w'},
-	{ 'id'          : 'powiat',
-	'description' : '',
-	'type'        : 'string',
-	'mode'        : 'w' },
-	{ 'id'          : 'gmina',
-	'description' : '',
-	'type'        : 'string',
-	'mode'        : 'w' },
-	{ 'id'          : 'nr_domu',
-	'description' : '',
-	'type'        : 'string',
-	'mode'        : 'w' },
-	{ 'id'          : 'nr_lokalu',
-	'description' : '',
-	'type'        : 'string',
-	'mode'        : 'w' },
-	{ 'id'          : 'poczta',
-	'description' : '',
-	'type'        : 'string',
-	'mode'        : 'w' },
-
+	      { 'id'          : 'powiat',
+	      'description' : '',
+	      'type'        : 'string',
+	      'mode'        : 'w' },
+	      { 'id'          : 'gmina',
+	      'description' : '',
+	      'type'        : 'string',
+	      'mode'        : 'w' },
+	      { 'id'          : 'nr_domu',
+	      'description' : '',
+	      'type'        : 'string',
+	      'mode'        : 'w' },
+	      { 'id'          : 'nr_lokalu',
+	      'description' : '',
+	      'type'        : 'string',
+	      'mode'        : 'w' },
+	      { 'id'          : 'poczta',
+	      'description' : '',
+	      'type'        : 'string',
+	      'mode'        : 'w' },
     )
   
 

Modified: erp5/trunk/bt5/erp5_accounting_l10n_pl/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting_l10n_pl/bt/revision?rev=19820&r1=19819&r2=19820&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting_l10n_pl/bt/revision (original)
+++ erp5/trunk/bt5/erp5_accounting_l10n_pl/bt/revision Wed Mar 12 11:29:55 2008
@@ -1,1 +1,1 @@
-36
+39




More information about the Erp5-report mailing list