[Erp5-report] r32105 yusei - in /erp5/trunk/bt5/erp5_hr_l10n_jp: SkinTemplateItem/portal_sk...

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Feb 1 05:41:53 CET 2010


Author: yusei
Date: Mon Feb  1 05:41:51 2010
New Revision: 32105

URL: http://svn.erp5.org?rev=32105&view=rev
Log:
2010-2-1 yusei
* Fix a mistake. Labor document must list up career documents.

Added:
    erp5/trunk/bt5/erp5_hr_l10n_jp/SkinTemplateItem/portal_skins/erp5_hr_l10n_jp/Person_getCareerListAsLaborListPrintOut.xml
Modified:
    erp5/trunk/bt5/erp5_hr_l10n_jp/SkinTemplateItem/portal_skins/erp5_hr_l10n_jp/Person_viewJapaneseLaborDocumentPrintOut.xml
    erp5/trunk/bt5/erp5_hr_l10n_jp/SkinTemplateItem/portal_skins/erp5_hr_l10n_jp/Person_viewJapaneseLaborDocumentPrintOut/listbox.xml
    erp5/trunk/bt5/erp5_hr_l10n_jp/bt/change_log
    erp5/trunk/bt5/erp5_hr_l10n_jp/bt/revision

Added: erp5/trunk/bt5/erp5_hr_l10n_jp/SkinTemplateItem/portal_skins/erp5_hr_l10n_jp/Person_getCareerListAsLaborListPrintOut.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_hr_l10n_jp/SkinTemplateItem/portal_skins/erp5_hr_l10n_jp/Person_getCareerListAsLaborListPrintOut.xml?rev=32105&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_hr_l10n_jp/SkinTemplateItem/portal_skins/erp5_hr_l10n_jp/Person_getCareerListAsLaborListPrintOut.xml (added)
+++ erp5/trunk/bt5/erp5_hr_l10n_jp/SkinTemplateItem/portal_skins/erp5_hr_l10n_jp/Person_getCareerListAsLaborListPrintOut.xml [utf8] Mon Feb  1 05:41:51 2010
@@ -1,0 +1,133 @@
+<?xml version="1.0"?>
+<ZopeData>
+  <record id="1" aka="AAAAAAAAAAE=">
+    <pickle>
+      <tuple>
+        <global name="PythonScript" module="Products.PythonScripts.PythonScript"/>
+        <tuple/>
+      </tuple>
+    </pickle>
+    <pickle>
+      <dictionary>
+        <item>
+            <key> <string>Script_magic</string> </key>
+            <value> <int>3</int> </value>
+        </item>
+        <item>
+            <key> <string>_bind_names</string> </key>
+            <value>
+              <object>
+                <klass>
+                  <global name="NameAssignments" module="Shared.DC.Scripts.Bindings"/>
+                </klass>
+                <tuple/>
+                <state>
+                  <dictionary>
+                    <item>
+                        <key> <string>_asgns</string> </key>
+                        <value>
+                          <dictionary>
+                            <item>
+                                <key> <string>name_container</string> </key>
+                                <value> <string>container</string> </value>
+                            </item>
+                            <item>
+                                <key> <string>name_context</string> </key>
+                                <value> <string>context</string> </value>
+                            </item>
+                            <item>
+                                <key> <string>name_m_self</string> </key>
+                                <value> <string>script</string> </value>
+                            </item>
+                            <item>
+                                <key> <string>name_subpath</string> </key>
+                                <value> <string>traverse_subpath</string> </value>
+                            </item>
+                          </dictionary>
+                        </value>
+                    </item>
+                  </dictionary>
+                </state>
+              </object>
+            </value>
+        </item>
+        <item>
+            <key> <string>_body</string> </key>
+            <value> <string>temporary_result = [assignment\n
+                    for assignment in context.contentValues(portal_type=\'Career\')\n
+                    if assignment.getValidationState()==\'open\']\n
+return sequence.sort(temporary_result, ((\'start_date\', \'cmp\', \'asc\'),))\n
+</string> </value>
+        </item>
+        <item>
+            <key> <string>_code</string> </key>
+            <value>
+              <none/>
+            </value>
+        </item>
+        <item>
+            <key> <string>_params</string> </key>
+            <value> <string>*args, **kw</string> </value>
+        </item>
+        <item>
+            <key> <string>errors</string> </key>
+            <value>
+              <tuple/>
+            </value>
+        </item>
+        <item>
+            <key> <string>func_code</string> </key>
+            <value>
+              <object>
+                <klass>
+                  <global name="FuncCode" module="Shared.DC.Scripts.Signature"/>
+                </klass>
+                <tuple/>
+                <state>
+                  <dictionary>
+                    <item>
+                        <key> <string>co_argcount</string> </key>
+                        <value> <int>0</int> </value>
+                    </item>
+                    <item>
+                        <key> <string>co_varnames</string> </key>
+                        <value>
+                          <tuple>
+                            <string>args</string>
+                            <string>kw</string>
+                            <string>append</string>
+                            <string>$append0</string>
+                            <string>_getiter_</string>
+                            <string>_getattr_</string>
+                            <string>context</string>
+                            <string>assignment</string>
+                            <string>temporary_result</string>
+                            <string>sequence</string>
+                          </tuple>
+                        </value>
+                    </item>
+                  </dictionary>
+                </state>
+              </object>
+            </value>
+        </item>
+        <item>
+            <key> <string>func_defaults</string> </key>
+            <value>
+              <none/>
+            </value>
+        </item>
+        <item>
+            <key> <string>id</string> </key>
+            <value> <string>Person_getCareerListAsLaborListPrintOut</string> </value>
+        </item>
+        <item>
+            <key> <string>warnings</string> </key>
+            <value>
+              <tuple/>
+            </value>
+        </item>
+      </dictionary>
+    </pickle>
+  </record>
+</ZopeData>

Modified: erp5/trunk/bt5/erp5_hr_l10n_jp/SkinTemplateItem/portal_skins/erp5_hr_l10n_jp/Person_viewJapaneseLaborDocumentPrintOut.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_hr_l10n_jp/SkinTemplateItem/portal_skins/erp5_hr_l10n_jp/Person_viewJapaneseLaborDocumentPrintOut.xml?rev=32105&r1=32104&r2=32105&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_hr_l10n_jp/SkinTemplateItem/portal_skins/erp5_hr_l10n_jp/Person_viewJapaneseLaborDocumentPrintOut.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_hr_l10n_jp/SkinTemplateItem/portal_skins/erp5_hr_l10n_jp/Person_viewJapaneseLaborDocumentPrintOut.xml [utf8] Mon Feb  1 05:41:51 2010
@@ -102,7 +102,6 @@
                         <string>my_career_function_title</string>
                         <string>my_address_text</string>
                         <string>listbox</string>
-                        <string>my_aaaa</string>
                       </list>
                     </value>
                 </item>

Modified: erp5/trunk/bt5/erp5_hr_l10n_jp/SkinTemplateItem/portal_skins/erp5_hr_l10n_jp/Person_viewJapaneseLaborDocumentPrintOut/listbox.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_hr_l10n_jp/SkinTemplateItem/portal_skins/erp5_hr_l10n_jp/Person_viewJapaneseLaborDocumentPrintOut/listbox.xml?rev=32105&r1=32104&r2=32105&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_hr_l10n_jp/SkinTemplateItem/portal_skins/erp5_hr_l10n_jp/Person_viewJapaneseLaborDocumentPrintOut/listbox.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_hr_l10n_jp/SkinTemplateItem/portal_skins/erp5_hr_l10n_jp/Person_viewJapaneseLaborDocumentPrintOut/listbox.xml [utf8] Mon Feb  1 05:41:51 2010
@@ -361,13 +361,13 @@
                           <string>title</string>
                         </tuple>
                         <tuple>
+                          <string>description</string>
+                          <string>description</string>
+                        </tuple>
+                        <tuple>
                           <string>start_date</string>
                           <string>start_date</string>
                         </tuple>
-                        <tuple>
-                          <string>description</string>
-                          <string>description</string>
-                        </tuple>
                       </list>
                     </value>
                 </item>
@@ -517,7 +517,7 @@
                 </item>
                 <item>
                     <key> <string>title</string> </key>
-                    <value> <string>Assignments</string> </value>
+                    <value> <string>Career list</string> </value>
                 </item>
                 <item>
                     <key> <string>untranslatable_columns</string> </key>
@@ -548,7 +548,7 @@
       <dictionary>
         <item>
             <key> <string>method_name</string> </key>
-            <value> <string>Person_getAssignmentListAsLaborListPrintOut</string> </value>
+            <value> <string>Person_getCareerListAsLaborListPrintOut</string> </value>
         </item>
       </dictionary>
     </pickle>

Modified: erp5/trunk/bt5/erp5_hr_l10n_jp/bt/change_log
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_hr_l10n_jp/bt/change_log?rev=32105&r1=32104&r2=32105&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_hr_l10n_jp/bt/change_log [utf8] (original)
+++ erp5/trunk/bt5/erp5_hr_l10n_jp/bt/change_log [utf8] Mon Feb  1 05:41:51 2010
@@ -1,3 +1,6 @@
+2010-2-1 yusei
+* Fix a mistake. Labor document must list up career documents.
+
 2010-1-31 yusei
 * Add Japanese labor document printout.
 * Remove two categories, career_start_mode and career_stop_mode.

Modified: erp5/trunk/bt5/erp5_hr_l10n_jp/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_hr_l10n_jp/bt/revision?rev=32105&r1=32104&r2=32105&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_hr_l10n_jp/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/erp5_hr_l10n_jp/bt/revision [utf8] Mon Feb  1 05:41:51 2010
@@ -1,1 +1,1 @@
-4
+5




More information about the Erp5-report mailing list