I have a system that creates invoices in Dynamics GP through the SDK, generally for services rendered. We invoice the total cost up front, but the services might extend over several months, and we want to accrue the income over the length of the services.
I suppose I could do this by programmatically creating journal entries for each month from a deferred income account to an earned income account. But is there any existing functionality I can leverage to handle this accrual automatically? I'd love to be able to set up a rule that says Service X is accrued over 4 months, and it would handle the deferred/earned income transactions.
*This post is locked for comments