problem in opening stock of items

Dear all,

I am entering Opening balances of items through item journal, selecting positive adjustment. But when I am selecting ITEM NO. i am getting the following error

#######################################

the value of ROUND parameter 2 is outside of the permitted range
the current value is 0.
the permitted range is from 1 to 2147483647.

#####################################

Can anybody suggest me the solution

regards

prakash

There is a rounding precision on the item, but I do not think this would force this. There are roundings in the GL but again I woudl expect these to be set.

As it is on the picking of the item I would assume it is item related - have you manually created the items? If you are importing the items can you test the creation by manually creating an item and then trying to pick it on an item journal.

Of course if you turn on debugger it will tell you exactly where it is failing.

I have manually created the items, and manually selecting it in item journals.

How can I turn on the debugger please advise, and does it require developer licence

regards

prakash

Tools - Debugger - Active.

Do not believe you need a developers license or anything, but you will need the correct access to it if you are an end user.

Any modifications to the item?

I have not done any modification to the items. I have simply opens it in ITEMS, and trying to use it in item journal for opening stock of item purpose.

How debugger , will help me in finding the error ?

I have activated the debugger.

regards

prakash

If you now try and put an item on the journal it will tell you the code affected before the error message you previously posted is displayed. It will tell you the field or area where the issue exists.

You are an end user I presume, whilst you have not modified the code, it does not mean your company or partner have not done so. Or are you testing this on Cronus? Is this an end user test environment you are trying this on?

Dear adamrou

I got the solution of the problem.

Actually in G/L setup there are 5 fields

  1. Unit amount rounding precision

  2. Unit amount decimal places

  3. Amount rounding precision

  4. Amount decimal places

  5. Unit amount rounding

These fields requires some values >=1 for rounding purposes.

If any of these fields contains 0, we may get error message at many places.

regards

prakash

Yes that is where I pointed you in the first reply. I suppose as the item entry validates the amount this will be the case.

Make me kind of nervous about all the other setups [:S]