hello to everyone,
i have a problem with posting date in invoices. when you create a sales order with posting date, order date and document date (ie 25/09/2005), in case you want to produce an invoice after 3 days the system does not update automatically the posting date of the invoice to the current date!!!!
you have to manually change the posting date in order to post the invoice with the correct date
do you have any clue how to avoid the manually situation?
gd
0
Comments
If you don't want that you have to make a change in the posting routine.
Codeunit 80 has a function SetPostingDate. If you call this with a new date before you run it the posting date will be replaced.
Yes, that is also an option, maybe I am thinking to complex, but that is what I get paid for
in codeunit 80 do you think is more safe?
in the section setPostingDate i put somenting
ReplacePostingDate := WorkDate;
Put in someting like
SalesPost.setPostingDate(TRUE, FALSE, WORKDATE);
before the
SalesPost.RUN.
Just curious....... :-k
http://www.BiloBeauty.com
http://www.autismspeaks.org
Something I noticed is that when I go into the order the posting date IS updated to TODAY. But when I click the order LIST the posting date displayed is still the old date.
So it's not updating something?
http://www.BiloBeauty.com
http://www.autismspeaks.org
RIS Plus, LLC
Should Navision not always adjust the Posting Date to the Workdate, or at least have a setup for this?
So, eg. also for Purchase, posting a Pick, etc.
Example.
Create a Sales Order on 25-1-1, create a Pick on 26-1-1, post the pick on 27-1-1. The Posting Date in the Entry's and Historic Documents should be 27-1 ????
No!
Because in a Purchase the Invoice Posting Date is the VAT Liability Tax point Date, which comes from the Vendors Invoice and will have been passed, by the time the Invoice is Posted, Same with the Sales the Posting Date is the VAT liability Date.
And you need the Invoices to fall into the right VAT Period.
B.T.W I am not a Finance person, but I belive all Navision developers should have a reasonable understanding of basic accounting before attempting any coding changes around the Finance posting. :?
Mobile: +44(0)7854 842801
Email: david.cox@adeptris.com
Twitter: https://twitter.com/Adeptris
Website: http://www.adeptris.com
I am not a finance specialist either.
I understand your point of the VAT liability, but what is wrong with changing the Posting Date on eg. the Sales Order? In Navision it can be done manually in between 2 deliveries out of the same Order! So, then what will be wrong with the Shipments and Invoices created out of this Order?
what we did in some projects is just clear the posting date when an invoice is created. This way you leave the option open to use the posting date you want.
Sometimes (e.i. beginning of the month) you might want to post an invoice in the previous month.
greets
My point was more Automation is all well and good, but things are not always as simple from an accounting perspective, the original poster wants to automate the updating of the posting date to today on a Sale, but what if we have a situation where the sales Invoices should have been posted the night before (VAT Period End), the sales clerk comes in next day and posts the Invoices, not thinking about the posting date because the system deals with that?
Mobile: +44(0)7854 842801
Email: david.cox@adeptris.com
Twitter: https://twitter.com/Adeptris
Website: http://www.adeptris.com