Auto printing of invoices

Please Help!
I am currently on iMIS 15.x

Problem: In order for a invoice to be generated, you have to print the invoice. This is a manual process. I am specifically refering to Events invoices. These registrations are done via the WEB.

Question: Is there a way that I can automate the printing of invoices?

Regards

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

Hi Jaco I've got the exact

Hi Jaco

I've got the exact same issue. Have you found a solution?

Aaron

Auto printing of invoices - solution

Aaron
Unfortunetely not

I also logged a call at ASI, but no help at all

Sorry

You'll need a stored procedure and/or TaskCentre

To mass process all these invoice crreations, you'll need a stored procedure to generate all the new invoices.

A different tack would be to use a trigger to generate the invoices as the order is posted in

Either solution could be automated using TaskCentre.

-K

Kevin Blouin - enSYNC Corp.

Hi Kevin, I'm interested in

Hi Kevin,

I'm interested in the stored procedures approach. I've got no problem with writing code but don't know what logic I should be following in order to (correctly) create the invoices for orders and billing modules. Do you know where I could find out which logic I should be following?

Aaron

I agree, any help on the

I agree, any help on the logic for such a stored proc would be wonderfull.

My problem is that we are generating loads of invoices, some days more than 500, and we now need a person to full time just print the invoices so that it generates invoice numbers! Not a very efficient way of doing things.

Thanx for the help in advance

Jaco