Batch Invoice Creation

kwamenabkwamenab Member Posts: 2
Hi, We're developing a University Student Administration module in Navision 4.

We need to be able to automatically bill all students for various line items. Is there any functionality available in Navision already? We have looked, but not found, except within the Service Management module where you can batch create invoices, but that doesn't seem to cover our needs.

Any help would be really appreciated!

David.

Comments

  • ufukufuk Member Posts: 514
    If you have access to C/AL code I can suggest you something.

    If sales order is already created then:

    you can basically create a report and run SalesPost on OnAfterGetRecord(Sales Header). You can use Job Scheduler to periodically run this report.

    If you will directly create the order or invoice:

    You can loop through students,insert constant values to document and run salespost or you can create one model invoice, modify the variant values and post.

    If you tell more we could make things more clearer.
    Ufuk Asci
    Pargesoft
Sign In or Register to comment.