PDA

View Full Version : can't complete orders


needleworld
13-Sep-2003, 12:58 PM
hi there,

as a relatively new actinic user I apologise if this may have been covered.
I can't get my orders to complete. They staying pending regardless of confirming them shipped, payment received.

I found another admin reply to this question which suggested altering the database so that the payments match, and the line items shipped match. They do. But nothing completes the order.

any ideas?
many thanks
barbara

Jan
13-Sep-2003, 05:04 PM
Have you printed an invoice - on the printer, not in preview?

Regards,

needleworld
14-Sep-2003, 06:15 PM
that does indeed fix it.
thank you
Is there somewhere in the help files that actually details the different states of the order process. Can't find any reference to the fact you need to print it out to complete.
thanks anyway
barbara

Jan
14-Sep-2003, 06:19 PM
Shameless plug time ...

if you don't want to print the invoice as part of your normal order processing (or if you would prefer to email the invoice). We have some products that can bypass printing and/or email or export the invoice.

There is more information and a free trial at

http://www.mole-end.biz/acatalog/Actinic_Batch_Order_Processors.html

Cheers,

pinbrook
14-Sep-2003, 09:56 PM
You can install a pdf printer and then print the invoices to it. Some of our clients don't send out invoices (mainly because they don't send the goods their suppliers do the shipping.) As such they print to PDF and then delete the file.

Jan
15-Sep-2003, 08:11 AM
It's quicker to just have them marked printed though - I would expect say 40 orders to take a few minutes to print to PDF, my app will mark them as printed in seconds.

Regards,

pinbrook
15-Sep-2003, 01:32 PM
Yes thats true. It just depends if you want a free solution or a paid for one!!

needleworld
15-Sep-2003, 01:48 PM
Printing out the invoices is not a major problem.
I think we can manage that. :)
and its nearly free, excluding paper and ink.

Still interested in knowing what the programmed order process is within actinic because the printing of the invoices is not mentioned anywhere to have to complete the order.

By the looks of it, setting the status flag in the order table to F instead of N, completes the order. Would save on the paper and ink i guess. A very small vb program could automate that.

thank you for your help
Barbara

garyhay
15-Sep-2003, 01:48 PM
OOOHH

Handbags @ 40 paces ;)

pinbrook
15-Sep-2003, 02:50 PM
Not really Gary!!

Jan has some excellent products which a lots of us don't want to be without......great timesavers etc.

All I was doing was offering a different solution.

Jan
15-Sep-2003, 03:25 PM
:-)

Barbara.

There is a field on the order table called nInvoiceStatus, set it to 1 to mark it as printed. I would suggest doing that rather than setting the order status as there might be side effects with other bits of the system if you have the order complete with no invoice printed.

The requirement to print the invoice has been in the product since V4 at least.

Regards,