multi currency

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
7 messages Options
Reply | Threaded
Open this post in threaded view
|

multi currency

apukontikki
Hi,

If anyone can help me with these questions, I would be grateful:
Is Ofbiz multi currency?

If I have defined two currency, can I have accounts in two
currencies?
Purchases, sales, inventory transacctions, etc. are stored in its
original currency?

thanks.

Reply | Threaded
Open this post in threaded view
|

Re: multi currency

Jacques Le Roux
Administrator
You may have products with proces in any currency you want. But you need one store for each currency. The rest of the workflow will
follow, not sure how the accouting deal with that though...

Jacques
()  ascii ribbon campaign against HTML e-mail
/\  www.asciiribbon.org

From: <[hidden email]>

> Hi,
>
> If anyone can help me with these questions, I would be grateful:
> Is Ofbiz multi currency?
>
> If I have defined two currency, can I have accounts in two
> currencies?
> Purchases, sales, inventory transacctions, etc. are stored in its
> original currency?
>
> thanks.
>


Reply | Threaded
Open this post in threaded view
|

Re: multi currency

Jacques Le Roux
Administrator
In reply to this post by apukontikki
Typo :/

From: "Jacques Le Roux" <[hidden email]>
> You may have products with proces in any currency you want. But you need one store for each currency. The rest of the workflow
> will

You may have products with prices

> follow, not sure how the accouting deal with that though...
>
> Jacques
> ()  ascii ribbon campaign against HTML e-mail
> /\  www.asciiribbon.org
>
> From: <[hidden email]>
>> Hi,
>>
>> If anyone can help me with these questions, I would be grateful:
>> Is Ofbiz multi currency?
>>
>> If I have defined two currency, can I have accounts in two
>> currencies?
>> Purchases, sales, inventory transacctions, etc. are stored in its
>> original currency?
>>
>> thanks.
>>
>


Reply | Threaded
Open this post in threaded view
|

Build Failed in 9.04 revision 890303.

Dan Dodd
I ran svn up and updated to revision 890303, ran ant clean-all and then ant run-install



classes:
  [javac15] Compiling 57 source files to C:\develop\ofbiz.9.04\specialpurpose\pos\build\classes
  [javac15] C:\develop\ofbiz.9.04\specialpurpose\pos\src\org\ofbiz\pos\event\ManagerEvents.java:472: cannot find symbol
  [javac15] symbol  : class Delegator
  [javac15] location: class org.ofbiz.pos.event.ManagerEvents
  [javac15]             Delegator delegator = pos.getSession().getDelegator();
  [javac15]             ^
  [javac15] Note: Some input files use unchecked or unsafe operations.
  [javac15] Note: Recompile with -Xlint:unchecked for details.
  [javac15] 1 error

BUILD FAILED
C:\develop\ofbiz.9.04\build.xml:154: The following error occurred while executing this line:
C:\develop\ofbiz.9.04\specialpurpose\build.xml:74: The following error occurred while executing this line:
C:\develop\ofbiz.9.04\macros.xml:27: The following error occurred while executing this line:
C:\develop\ofbiz.9.04\specialpurpose\pos\build.xml:57: Compile failed; see the compiler error output for details.

Dan Dodd
Reply | Threaded
Open this post in threaded view
|

Re: Build Failed in 9.04 revision 890303.

Jacques Le Roux
Administrator
Thanks Dan,

Fixed at r890351

Jacques

From: "Dan Dodd" <[hidden email]>

>I ran svn up and updated to revision 890303, ran ant clean-all and then ant run-install
>
>
>
> classes:
>  [javac15] Compiling 57 source files to C:\develop\ofbiz.9.04\specialpurpose\pos\build\classes
>  [javac15] C:\develop\ofbiz.9.04\specialpurpose\pos\src\org\ofbiz\pos\event\ManagerEvents.java:472: cannot find symbol
>  [javac15] symbol  : class Delegator
>  [javac15] location: class org.ofbiz.pos.event.ManagerEvents
>  [javac15]             Delegator delegator = pos.getSession().getDelegator();
>  [javac15]             ^
>  [javac15] Note: Some input files use unchecked or unsafe operations.
>  [javac15] Note: Recompile with -Xlint:unchecked for details.
>  [javac15] 1 error
>
> BUILD FAILED
> C:\develop\ofbiz.9.04\build.xml:154: The following error occurred while executing this line:
> C:\develop\ofbiz.9.04\specialpurpose\build.xml:74: The following error occurred while executing this line:
> C:\develop\ofbiz.9.04\macros.xml:27: The following error occurred while executing this line:
> C:\develop\ofbiz.9.04\specialpurpose\pos\build.xml:57: Compile failed; see the compiler error output for details.
>
> Dan Dodd
>

Reply | Threaded
Open this post in threaded view
|

Re: multi currency

Jacopo Cappellato-4
In reply to this post by Jacques Le Roux

On Dec 10, 2009, at 9:55 AM, Jacques Le Roux wrote:

> You may have products with proces in any currency you want. But you need one store for each currency. The rest of the workflow will follow, not sure how the accouting deal with that though...
>

Accounting is done in one currency (set in the PartyAcctgPreferences) and you can define currency exchange rates to convert the amounts in orders etc. into the one for general ledger.

Jacopo

> Jacques
> ()  ascii ribbon campaign against HTML e-mail
> /\  www.asciiribbon.org
>
> From: <[hidden email]>
>> Hi,
>>
>> If anyone can help me with these questions, I would be grateful:
>> Is Ofbiz multi currency?
>>
>> If I have defined two currency, can I have accounts in two
>> currencies?
>> Purchases, sales, inventory transacctions, etc. are stored in its
>> original currency?
>>
>> thanks.
>
>

Reply | Threaded
Open this post in threaded view
|

Re: multi currency

Jacques Le Roux
Administrator
Thanks Jacopo,

I thought there was a rate but as I was not quite sure how it worked, now I'm sure.
So to complete, I guess the PartyAcctgPreferences is set (in party Manager) for the company which is used as main account for the
organization in Accounting/Organization GL Settings

Jacques

From: "Jacopo Cappellato" <[hidden email]>

>
> On Dec 10, 2009, at 9:55 AM, Jacques Le Roux wrote:
>
>> You may have products with proces in any currency you want. But you need one store for each currency. The rest of the workflow
>> will follow, not sure how the accouting deal with that though...
>>
>
> Accounting is done in one currency (set in the PartyAcctgPreferences) and you can define currency exchange rates to convert the
> amounts in orders etc. into the one for general ledger.
>
> Jacopo
>
>> Jacques
>> ()  ascii ribbon campaign against HTML e-mail
>> /\  www.asciiribbon.org
>>
>> From: <[hidden email]>
>>> Hi,
>>>
>>> If anyone can help me with these questions, I would be grateful:
>>> Is Ofbiz multi currency?
>>>
>>> If I have defined two currency, can I have accounts in two
>>> currencies?
>>> Purchases, sales, inventory transacctions, etc. are stored in its
>>> original currency?
>>>
>>> thanks.
>>
>>
>
>