c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #15224
Re: [Bug 712027] [NEW] Missing UGX Currency
Alright Simon, i see your point with regards to user friendliness
On Mon, Feb 7, 2011 at 1:14 PM, Simon Vass <svass@xxxxxxxx> wrote:
> Gibson,
>
> Agreed that we can keep adding it manually each time we install OpenERP,
> but I would prefer that it is in the installation for the get go. No
> reason why not right? Trying to make OpenERP as user/admin friendly as
> possible.
>
>
> 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: "Gibson Wasukira" <712027@xxxxxxxxxxxxxxxxxx>
> To: svass@xxxxxxxx
> Sent: Monday, 7 February, 2011 12:24:55 PM
> Subject: Re: [Bug 712027] [NEW] Missing UGX Currency
>
> Hi Simon,
> We encountered this problem a while ago,i think we were implementing
> version
> 5.0.6,before running the configuration of OpenERP,we inserted the UGX
> currency into the res_currency table,then created a rate against the Euro
> in
> the res_currency_rate table. Then we went ahead to run the configuration.
> The ugx currency appeared under the currency dropdown and will be the
> default currency when setting under the charts of accounts.
>
> Regards
> Gibson
>
> On Wed, Feb 2, 2011 at 8:58 PM, Simon Vass <svass@xxxxxxxx> wrote:
>
> > Public bug reported:
> >
> > 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>
> >
> > ** Affects: openobject-server
> > Importance: Undecided
> > Status: New
> >
> > --
> > You received this bug notification because you are subscribed to the
> > OpenERP Project Group.
> > https://bugs.launchpad.net/bugs/712027
> >
> > Title:
> > Missing UGX Currency
> >
> > Status in OpenERP Server:
> > New
> >
> > 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>
> >
> >
> >
>
>
> --
> Gibson Wasukira
> Making Technology a Business Asset
> www.thegrid.ug
>
> --
> 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:
> Confirmed
>
> 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 subscribed to the
> OpenERP Project Group.
> https://bugs.launchpad.net/bugs/712027
>
> Title:
> Missing UGX Currency
>
> Status in OpenERP Server:
> Confirmed
>
> 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>
>
>
>
--
Gibson Wasukira
Making Technology a Business Asset
www.thegrid.ug
--
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:
Confirmed
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