Hi
As a service to our customers we are offering them the possibility to let us withdraw the invoice-amounts on the due date. In that way they do not have to think about payments -we are handling it for them.
Instead of summing up the printed invoices by hand I am trying to get the following functionality working:
All invoices with the specific payment terms should be copied to a new table every day when running a report (not making any dublicates of course).
Running the report sums up which invoices should be withdrawn from the customers accounts today AND marking the invoice as "done" (so that it will not be summed the day after too).
The question is: How do I make a report mark the invoice in the new table as "done" ?
I hope that someone has got a sample-code-string that I can use...? I am not a super-programmer, so you need to keep it simple with me
Thanks in advance!
Comments
I see that a lot have read the post, but nobody seems to have a comment...
Hope to hear from you soon!
Jens Christian Nørtoft
Denmark
OnAfterGetRecord
field := True;
Modify;
There may well be a better way of doing it too.
Regards
Ian
Jens Christian Nørtoft
Denmark