Adjust exchange rates grouped posting od G/L

sonjap
Member Posts: 21
Hi all
We have a problem analyzing the adjust exchange rates posted in G/L. It is grouped somehow and we can not find which transactions are grouped in one posting in G/L. We tried to chech through detailed vendor,customer ledger entries bit it shows all transactions that were posted after adjust exchange rates was run. Does anyone knows how is Navision grouping the unrealized forex from detailed customer, vendor ledger entries when posting in G/L.
We have a problem analyzing the adjust exchange rates posted in G/L. It is grouped somehow and we can not find which transactions are grouped in one posting in G/L. We tried to chech through detailed vendor,customer ledger entries bit it shows all transactions that were posted after adjust exchange rates was run. Does anyone knows how is Navision grouping the unrealized forex from detailed customer, vendor ledger entries when posting in G/L.
0
Answers
-
It groups them by
Currency Code, Posting Group,Dimension Combination, Posting Date, and "IC Partner Code"0 -
Thanks for your reply.
But there are a lot of transactions. Probably they are grouped by date also?
Our customer wants a report in which there will be shown G/L postings with details. Let's say there is Unralized forex 1000 (posted on G/L).This 1000 are consisted of 500 for customer A and 500 for customer B. This should also be shown in the report. I guess it is not possible?
Regards,
Sonja0 -
You have the info in the Customer Detail ledger.
The "Entry Type" for "Unrealized Loss" and "Unrealized Gain"0 -
Thanks Rashid.
I know that but my question was. If you check value entry table you will see the same amounts in G/L and you can check where they are coming from. Here is different: yes we have specified information in detailed cust.ledger entries but if you navigate it you will see every transaction posted by adjust exchange rates batch job and not only the one that are connected with that particular unrealized forex. So I am asking how can I be sure that the reflection in G/L is correct?
Regards,
SOnja0 -
The link isn't there.
You could write a processing report that creates a new dimension. SourceEntry and set it to "Entry No."
Run this report before the Adjust exchange report.
This report will create a new dimension for all the subledger entries.
Then when you run the report it will create a separate GL entries per each entry.0 -
Thank you once again. We' ll try first to make some report. We'll try to make connection G/L with detailed ledger entries by the filters Posting date, dimension combination etc. and if this can not be done than we'll have to implement your procedure. But since you have been analyzing this in more detail, what is your oppinion, can this kind of report be done only by filtering on after all the dimensions has to be attached?
Regads,
Sonja0 -
Once you attach a new dimension, There will be one GL entry for each detail vendor/customer ledger entry.
So writing a report to see the entries related to each other shouldn't be a problem.0 -
So, according you there is no way to generate this report without attaching a dimension?
Actually, can we prepare this report without adding the dimension?
Thanks.0 -
Maybe I wasn' t really clear in my previous question. I just wanted to ask if this is the only solution? Because we allready have a lot of dimensions and we don't wan't to add another just for this purpose.
Hope to hear from you.
Thanks & regards,
SOnja0 -
you can modify the Adjust exchange report to not summarize
and add pass fields from where the GL entry is being created.0 -
Thanks Rashed. We decided anyway to use the procedure with the dimensions since it looks more safe and for each detailed vendor ledger entry there is separate G/L entry.
Thank you once again.
Regards,
Sonja0 -
That's good news. And I'm glad it all worked out well.
I've suggested this to MS that there should be a link between Cust/Vendor subledger and GL Entry.0 -
so any possibilities, that we can know for this revaluation
let say 10000 USD is for INV001,INV002,INV003
i need to know by document number
what we can do to get this ?0 -
ara3n wrote:you can modify the Adjust exchange report to not summarize
and add pass fields from where the GL entry is being created.
i also want to do reval by detail (per document)0 -
the steps to modify the report will be this.
Modify table 331. Add a new field called DocumentNo.
Then change the PK of the table and add DocumentNo at the end of the key.Currency Code,Posting Group,Dimension Entry No.,Posting Date,IC Partner Code
toCurrency Code,Posting Group,Dimension Entry No.,Posting Date,IC Partner Code,DocumentNo
Modify report 595
Add a paramater DocumentNo to function AdjExchRateBufferUpdate
Change lineOK := AdjExchRateBuffer.GET(CurrencyCode2,PostingGroup2,DimEntryNo,Postingdate2,ICCode);
toOK := AdjExchRateBuffer.GET(CurrencyCode2,PostingGroup2,DimEntryNo,Postingdate2,ICCode,DocumentNo);
Add the following lineAdjExchRateBuffer."Posting Date" := Postingdate2; AdjExchRateBuffer."IC Partner Code" := ICCode; //MOD01 Start AdjExchRateBuffer.DocumentNo := DocumentNo //MOD01 End AdjExchRateBuffer.INSERT;
Change the code where this function is called in the report and pass the document No.
Change function HandlePostAdjmt and add
AdjExchRateBuffer2.GET( at the of the line the documentNo
add the following codeSETRANGE("IC Partner Code",AdjExchRateBuffer2."IC Partner Code"); //MOD01 Start SETRANGE("DocumentNo",AdjExchRateBuffer2."DocumentNo"); //MOD01 End TempDimBuf.RESET;
hopefully this will get you started0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.6K Microsoft Dynamics NAV
- 18.7K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 320 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions