amount need to be rounded

vijay_gvijay_g Member Posts: 884
hi,
when i am posting Transfer Order(Receiving) i am getting an error like "Amount must be rounded in Journal Genral Line".
when i am debugging it, it has stoped in codeunit 12 in code function.


IF "Additional-Currency Posting" = "Additional-Currency Posting"::None THEN BEGIN
IF Amount <> ROUND(Amount,Currency."Amount Rounding Precision") THEN
FIELDERROR(
Amount,
STRSUBSTNO(Text000,Amount));

how to solve it please suggest.

Comments

  • hemantOnehemantOne Member Posts: 98
    hi,

    I am not sure but may be the problem in the value of Amount Rounding Precision in Currency Table.
    Check that..
    Regards,
    Hemant
    They can conquer who believe they can
    .
  • vijay_gvijay_g Member Posts: 884
    so what should i have to do it is(0.01).
  • ufukufuk Member Posts: 514
    Are currency rounding values same with the GLSetup rounding values?
    Ufuk Asci
    Pargesoft
Sign In or Register to comment.