From 8d00bc2063d4f9b8f552337ecfbe5c6ea19b6eba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Calonne?= <aurel@nexedi.com> Date: Tue, 23 May 2006 12:03:41 +0000 Subject: [PATCH] use float field git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@7434 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../CheckPayment_view/listbox_total_price.xml | 2 +- .../CheckPayment_view/my_total_price.xml | 50 +++++++++---------- 2 files changed, 24 insertions(+), 28 deletions(-) diff --git a/bt5/erp5_banking_check/SkinTemplateItem/portal_skins/erp5_banking_check_operation/CheckPayment_view/listbox_total_price.xml b/bt5/erp5_banking_check/SkinTemplateItem/portal_skins/erp5_banking_check_operation/CheckPayment_view/listbox_total_price.xml index 3984fbda32..4b481ef7b8 100644 --- a/bt5/erp5_banking_check/SkinTemplateItem/portal_skins/erp5_banking_check_operation/CheckPayment_view/listbox_total_price.xml +++ b/bt5/erp5_banking_check/SkinTemplateItem/portal_skins/erp5_banking_check_operation/CheckPayment_view/listbox_total_price.xml @@ -273,7 +273,7 @@ <dictionary> <item> <key> <string>_text</string> </key> - <value> <string>python: here.Integer_toString(int(here.getPrice()))</string> </value> + <value> <string>python: int(here.getPrice())</string> </value> </item> </dictionary> </pickle> diff --git a/bt5/erp5_banking_check/SkinTemplateItem/portal_skins/erp5_banking_check_operation/CheckPayment_view/my_total_price.xml b/bt5/erp5_banking_check/SkinTemplateItem/portal_skins/erp5_banking_check_operation/CheckPayment_view/my_total_price.xml index 7baab7225f..d23431588b 100644 --- a/bt5/erp5_banking_check/SkinTemplateItem/portal_skins/erp5_banking_check_operation/CheckPayment_view/my_total_price.xml +++ b/bt5/erp5_banking_check/SkinTemplateItem/portal_skins/erp5_banking_check_operation/CheckPayment_view/my_total_price.xml @@ -5,7 +5,7 @@ <tuple> <tuple> <string>Products.Formulator.StandardFields</string> - <string>IntegerField</string> + <string>FloatField</string> </tuple> <none/> </tuple> @@ -31,12 +31,8 @@ <value> <string>The input failed the external validator.</string> </value> </item> <item> - <key> <string>integer_out_of_range</string> </key> - <value> <string>The integer you entered was out of range.</string> </value> - </item> - <item> - <key> <string>not_integer</string> </key> - <value> <string>You did not enter an integer.</string> </value> + <key> <string>not_float</string> </key> + <value> <string>You did not enter a floating point number.</string> </value> </item> <item> <key> <string>required_not_found</string> </key> @@ -81,10 +77,6 @@ <key> <string>enabled</string> </key> <value> <string></string> </value> </item> - <item> - <key> <string>end</string> </key> - <value> <string></string> </value> - </item> <item> <key> <string>external_validator</string> </key> <value> <string></string> </value> @@ -98,11 +90,15 @@ <value> <string></string> </value> </item> <item> - <key> <string>required</string> </key> + <key> <string>input_style</string> </key> + <value> <string></string> </value> + </item> + <item> + <key> <string>precision</string> </key> <value> <string></string> </value> </item> <item> - <key> <string>start</string> </key> + <key> <string>required</string> </key> <value> <string></string> </value> </item> <item> @@ -154,10 +150,6 @@ <key> <string>enabled</string> </key> <value> <string></string> </value> </item> - <item> - <key> <string>end</string> </key> - <value> <string></string> </value> - </item> <item> <key> <string>external_validator</string> </key> <value> <string></string> </value> @@ -171,11 +163,15 @@ <value> <string></string> </value> </item> <item> - <key> <string>required</string> </key> + <key> <string>input_style</string> </key> <value> <string></string> </value> </item> <item> - <key> <string>start</string> </key> + <key> <string>precision</string> </key> + <value> <string></string> </value> + </item> + <item> + <key> <string>required</string> </key> <value> <string></string> </value> </item> <item> @@ -225,10 +221,6 @@ <key> <string>enabled</string> </key> <value> <int>1</int> </value> </item> - <item> - <key> <string>end</string> </key> - <value> <string></string> </value> - </item> <item> <key> <string>external_validator</string> </key> <value> <string></string> </value> @@ -242,12 +234,16 @@ <value> <int>0</int> </value> </item> <item> - <key> <string>required</string> </key> + <key> <string>input_style</string> </key> + <value> <string>-1 234.5</string> </value> + </item> + <item> + <key> <string>precision</string> </key> <value> <int>0</int> </value> </item> <item> - <key> <string>start</string> </key> - <value> <string></string> </value> + <key> <string>required</string> </key> + <value> <int>0</int> </value> </item> <item> <key> <string>title</string> </key> @@ -277,7 +273,7 @@ <dictionary> <item> <key> <string>_text</string> </key> - <value> <string>python: here.Integer_toString(int(here.getTotalPrice(portal_type=\'Cash Delivery Cell\')))</string> </value> + <value> <string>python: int(here.getTotalPrice(portal_type=\'Cash Delivery Cell\'))</string> </value> </item> </dictionary> </pickle> -- 2.30.9