Can i change the posting date while doing the reversal of payment

Seemab
Member Posts: 2
Hi folks.
My client requirement is they want reversal entry posting date should be the date on day they are posting,
For e.g. My payment posting date is 3/08/2020 and i am reversing it on 19/08/2020, so my reverse entry posting date should be 19/08/2020.
Kindly Suggest
My client requirement is they want reversal entry posting date should be the date on day they are posting,
For e.g. My payment posting date is 3/08/2020 and i am reversing it on 19/08/2020, so my reverse entry posting date should be 19/08/2020.
Kindly Suggest
0
Comments
-
NO!!Thanks
Blog - rockwithnav.wordpress.com/
Twitter - https://twitter.com/RockwithNav
Facebook - https://facebook.com/rockwithnav/0 -
why no, can you please explain it0
-
The idea of a reversal, is to undo the posting, in most cases so you can post it again with some different settings/options/etc.
Does your client have a special case for this scenario? Maybe a customized reversal option is what you need?IF User.Loves('Edo') THEN ok() ELSE currReport.genSkip;0 -
Hello!
In Russian localization we have function on Page 179 (Reverse Entries) Reverse On Date.
PostOnDate()
RESET;
SETFILTER("Entry Type",'<>%1&<>%2',"Entry Type"::"G/L Account","Entry Type"::VAT);
IF FINDFIRST THEN
FIELDERROR("Entry Type",
STRSUBSTNO(Text12400,GLEntry.TABLECAPTION,VATEntry.TABLECAPTION));
PostingDate := "Posting Date";
CLEAR(PostingDateForm);
PostingDateForm.SetDate(PostingDate);
IF PostingDateForm.RUNMODAL = ACTION::Yes THEN BEGIN
PostingDate := PostingDateForm.GetDate;
RESET;
IF PostingDate <> "Posting Date" THEN BEGIN
IF PostingDate < "Posting Date" THEN
ERROR(Text12402);
GenJnlLine."Posting Date" := PostingDate;
GenJnlCheckLine.CheckDateAllowed(GenJnlLine);
MODIFYALL("Corrected Period Date","Posting Date");
MODIFYALL("Posting Date",PostingDate);
FINDFIRST;
ReversalEntry := Rec;
END;
Post(FALSE);
END;0 -
In Russian localization we have function on Page 179 (Reverse Entries) Reverse On Date.
-1 -
Can you share the PostingDateForm Object as text and the GenjnlCheckLine.CheckDateAllowed code?0
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