hi guys,
One of our customers is issueing Service Orders where the Service Invoice Lines are marked as non Chargable. What they are asking is when they post this Service Orders if there is way for the program not to create any Sales Invoice (Service) document. The reason for requesting this is because they don't want to appear on the Customer Ledger Entries any lines with zero amounts.
Is there a way to do that :-k ?
0
Comments
1) In the service management setup, under the Defaults, there is a field that is called "Default Invoice Document". If you choose the value Unposted Sales Invoice, it will create the invoices but not post them...
2) But if you want to prevent it from even creating the invoices then you could do the following:
Design the cu 5908.
Find the CreateSalesHeader and the CreateSalesLine functions and place an EXIT; and the beginning.
And comment the: that is at the end of the OnRun trigger.
That way it will not even create any invoices. I haven't tried it but I think it will work...
Arhontis
https://forum.mibuso.com/search
Thank you for all your help. I'll try it and let you know what the results are.