Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Revisions: Issue #32440 All Revisions ] Back to Issue ]
Summary 0032440: Different currency in Simple G/L Journal header and lines
Revision 2016-03-31 09:58 by ngarcia
Steps To Reproduce As group admin role:
   Create a Simple G/L Journal header and save it with the default currency shown
   Change the currency and save it again
   Add a line to it
   Check through database that the currency of the line is different from the currency of the header
      select j.documentno, j.c_currency_id, jl.c_currency_id
      from gl_journal j, gl_journalline jl
      where j.gl_journal_id = jl.gl_journal_id
      and j.gl_journal_id = <id>
   Complete it
   Check there is no conversion between lines currency and accounting schema currency
   Try to post it and check the following error message is shown:
      Document currency cannot be converted to the Accounting Schema currency
   Define a currency conversion between them and check you could post the document now although the amount is converted from the header currency to the accounting schema currency
Revision 2016-03-31 09:41 by ngarcia
Steps To Reproduce As group admin role:
   Create a Simple G/L Journal header and save it with the default currency shown
   Change the currency and save it again
   Add a line to it
   Check through database that the currency of the line is different from the currency of the header
      select j.documentno, j.c_currency_id, jl.c_currency_id
      from gl_journal j, gl_journalline jl
      where j.gl_journal_id = jl.gl_journal_id
      and j.gl_journal_id = <>
   Complete it
   Check there is no conversion between lines currency and accounting schema currency
   Try to post it and check the following error message is shown:
      Document currency cannot be converted to the Accounting Schema currency
   Define a currency conversion between them and check you could post the document now although the amount is converted from the header currency to the accounting schema currency
Revision 2016-03-09 09:47 by ngarcia
Steps To Reproduce As group admin role:
   Create a Simple G/L Journal header and save it with the default currency shown
   Change the currency and save it again
   Add a line to it
   Check through database that the currency of the line is different from the currency of the header
   Complete it
   Check there is no currency between lines currency and accounting schema currency
   Try to post it and check the following error message is shown:
      Document currency cannot be converted to the Accounting Schema currency
   Define a currency conversion between them and check you could post the document now although the amount is converted from the header currency to the accounting schema currency
Revision 2016-03-09 09:42 by ngarcia
Steps To Reproduce As group admin role:
   Create a Simple G/L Journal header and save it with the default currency shown
   Change the currency and save it again
   Add a line to it
   Check through database that the currency of the line is different from the currency of the header


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker