<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Floating point - comma? in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/floating-point-comma/m-p/185026#M138156</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I curious about this.&amp;nbsp; How we store numbers is irrelevant as long as they represent the real number.&amp;nbsp; I presume you want numerical property fields in the UI displayed with a comma.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Feb 2009 08:03:00 GMT</pubDate>
    <dc:creator>derek</dc:creator>
    <dc:date>2009-02-27T08:03:00Z</dc:date>
    <item>
      <title>Floating point - comma?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/floating-point-comma/m-p/185025#M138155</link>
      <description>Hi!Is there a way to tell alfresco to use comma instead of dot, for float data type? We are using our alfresco implementations for accounting, and comma is standard in our country.Any ideas?</description>
      <pubDate>Fri, 27 Feb 2009 07:54:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/floating-point-comma/m-p/185025#M138155</guid>
      <dc:creator>msvoren</dc:creator>
      <dc:date>2009-02-27T07:54:00Z</dc:date>
    </item>
    <item>
      <title>Re: Floating point - comma?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/floating-point-comma/m-p/185026#M138156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I curious about this.&amp;nbsp; How we store numbers is irrelevant as long as they represent the real number.&amp;nbsp; I presume you want numerical property fields in the UI displayed with a comma.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Feb 2009 08:03:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/floating-point-comma/m-p/185026#M138156</guid>
      <dc:creator>derek</dc:creator>
      <dc:date>2009-02-27T08:03:00Z</dc:date>
    </item>
    <item>
      <title>Re: Floating point - comma?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/floating-point-comma/m-p/185027#M138157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes Derek, that is correct. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Any ideas how to do this?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 Mar 2009 08:34:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/floating-point-comma/m-p/185027#M138157</guid>
      <dc:creator>msvoren</dc:creator>
      <dc:date>2009-03-01T08:34:47Z</dc:date>
    </item>
    <item>
      <title>Re: Floating point - comma?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/floating-point-comma/m-p/185028#M138158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What area of the UI are you seeing the problem, is it in a Web Form (in a web project) or in the Property Sheet?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If its in a web form you may need to look at either tweaking xforms.js or implementing a custom widget, to do this have a look at &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/Creating_XForms_Widgets" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Creating_XForms_Widgets&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If it's in a Property Sheet JSF &lt;/SPAN&gt;&lt;EM&gt;should&lt;/EM&gt;&lt;SPAN&gt; be doing the conversion and displaying the correct format, if not you may need to provide a Converter for the property, see this wiki page for details: &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/Displaying_Custom_Metadata#Converters" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Displaying_Custom_Metadata#Converters&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Mar 2009 15:10:08 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/floating-point-comma/m-p/185028#M138158</guid>
      <dc:creator>gavinc</dc:creator>
      <dc:date>2009-03-02T15:10:08Z</dc:date>
    </item>
    <item>
      <title>Re: Floating point - comma?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/floating-point-comma/m-p/185029#M138159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I had this problem in the Property Sheet and since JSF should be doing it (i.e. locale setting), I looked and fiddled long time how to configure it and had to give up.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;At the end I´ve used a behaviour to display the comma. However, this only solved the output part of it. Input still needs to be done using point. &lt;img id="smileysad" class="emoticon emoticon-smileysad" src="https://connect.hyland.com/i/smilies/16x16_smiley-sad.png" alt="Smiley Sad" title="Smiley Sad" /&gt; (my users are not happy with it)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Mar 2009 10:29:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/floating-point-comma/m-p/185029#M138159</guid>
      <dc:creator>mabayona</dc:creator>
      <dc:date>2009-03-03T10:29:29Z</dc:date>
    </item>
    <item>
      <title>Re: Floating point - comma?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/floating-point-comma/m-p/185030#M138160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, that's my case too.. Input is even bigger problem than output.. I would like to enable my customers to input float number with comma. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I wonder why alfresco team didn't think of that.. Large amount of documents are of financial matter.. There should be a way to localize these settings.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Mar 2009 15:09:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/floating-point-comma/m-p/185030#M138160</guid>
      <dc:creator>msvoren</dc:creator>
      <dc:date>2009-03-04T15:09:58Z</dc:date>
    </item>
    <item>
      <title>Re: Floating point - comma?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/floating-point-comma/m-p/185031#M138161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;… &lt;img id="smileysad" class="emoticon emoticon-smileysad" src="https://connect.hyland.com/i/smilies/16x16_smiley-sad.png" alt="Smiley Sad" title="Smiley Sad" /&gt; (my users are not happy with it)&lt;/BLOCKQUOTE&gt;&lt;SPAN&gt;You've raised a bug and/or contacted support for it, then.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Mar 2009 20:41:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/floating-point-comma/m-p/185031#M138161</guid>
      <dc:creator>derek</dc:creator>
      <dc:date>2009-03-04T20:41:57Z</dc:date>
    </item>
    <item>
      <title>Re: Floating point - comma?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/floating-point-comma/m-p/185032#M138162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You are right…. Sorry for the delay.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://issues.alfresco.com/jira/browse/ALFCOM-2610" rel="nofollow noopener noreferrer"&gt;https://issues.alfresco.com/jira/browse/ALFCOM-2610&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Mar 2009 21:03:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/floating-point-comma/m-p/185032#M138162</guid>
      <dc:creator>mabayona</dc:creator>
      <dc:date>2009-03-04T21:03:38Z</dc:date>
    </item>
  </channel>
</rss>

