← Back to team overview

c2c-oerpscenario team mailing list archive

Re: [Bug 712027] Re: Missing UGX Currency

 

Vo,

Indeed your correct. I checked at /= actually means not more further
digits, but because of it's widespread usage here I had taken it as the
UGX Symbol.

Therefore we should make the Symbol USh.

Yogesh, can you make the correction?

Many Thanks


Simon Vass 
Managing Director 
E-Tech Uganda Ltd 

http://www.etech.ug 
Tel: +256 (0) 312260620 or (0) 312260621 
email: service_desk@xxxxxxxx 
skype: e-techservicedesk 


----- Original Message -----
From: "Vo Minh Thu (OpenERP)" <712027@xxxxxxxxxxxxxxxxxx>
To: svass@xxxxxxxx
Sent: Thursday, 19 May, 2011 5:06:11 PM
Subject: [Bug 712027] Re: Missing UGX Currency

Hello,

>From Wikipedia, the symbol should be USh, do you have some information
about that?

-- 
You received this bug notification because you are a direct subscriber
of the bug.
https://bugs.launchpad.net/bugs/712027

Title:
  Missing UGX Currency

Status in OpenERP Server:
  Fix Committed

Bug description:
  Currently Ugandan Shillings Missing from list of default currencies.

         <record id="UGX" model="res.currency">
              <field name="name">UGX</field>
              <field name="symbol">/=</field>
              <field name="rounding">1</field>
              <field name="accuracy">4</field>
              <!-- Company ID will be set later -->
              <field name="company_id" eval="non"/>
          </record>
          <record id="rateUGX" model="res.currency.rate">
              <field name="rate">3182.258</field>
              <field name="currency_id" ref="UGX"/>
              <field eval="time.strftime('%Y-01-01')" name="name"/>
          </record>

To unsubscribe from this bug, go to:
https://bugs.launchpad.net/openobject-server/+bug/712027/+subscribe

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

-- 
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/712027

Title:
  Missing UGX Currency

Status in OpenERP Server:
  Fix Committed

Bug description:
  Currently Ugandan Shillings Missing from list of default currencies.

         <record id="UGX" model="res.currency">
              <field name="name">UGX</field>
              <field name="symbol">/=</field>
              <field name="rounding">1</field>
              <field name="accuracy">4</field>
              <!-- Company ID will be set later -->
              <field name="company_id" eval="non"/>
          </record>
          <record id="rateUGX" model="res.currency.rate">
              <field name="rate">3182.258</field>
              <field name="currency_id" ref="UGX"/>
              <field eval="time.strftime('%Y-01-01')" name="name"/>
          </record>


References