Prevent the user from changing the accounting date in Create trx with a date higher than today?
In receivables, task create transaction, I must avoid that the user, for example today, issues an invoice with an accounting date higher than tomorrow, for example. At most, if he had left an invoice with a past accounting date in draft, I am fine with him changing it to today. But I have to inhibit the insertion of a future date. We have thousands of users in our system and it happens that they do these actions.
0