hello all,
Is there any setting that can overwrite the posting date to Work date at the time of posting sales invoice?
issue is when sales order is shipped,(setting on sales & receivables for Default posting Date is 'No Date'), user enter the posting date but if finance user post the invoice for that Order and forget to update the posting date, it is posted with the shipment date which is actually few days back when the invoice is posted. any other idea to overcome this or only solution is to update the posting date to work date using code?
0
Answers
Yes.
The two easiest options you have already touched on.
1. Have the user enter the date as TODAY (T) when posting the document.
2. Have your programmer make it programmatically fill in the posting date as today (workdate)
best of luck
-MQuinly