We are using v6 now but we have a bit of a logistical problem. When an order comes in we currently print out the packing list and the Invoice. For all practical purposes the invoice is useless to us, as the orders come in prepaid by credit card and the customer is not invoiced.
Right now we are forced by the program to print the invoice. When we mark the items as shipped the program will not send the orders to the 'completed' file unless an invoice has been printed. It would be an extra unecessary and complicated step if we had to come in from the packing floor, mark the items as shipped and then print an invoice to go into the box. I would rather just put a packing slip in the box and be done with it.
I have two ideas to fix this. The first would be to modify the program in some way that the invoice does not need to be printed in order for an order to be 'completed'. It just needs a packing slip, all items marked as shipped and the payments marked as complete and it goes over.
The second idea would be a modification to the invoice itself. We could use it as the packing slip that goes in the box IF it printed the quantities on the Invoice. I personally dont need the tax code column or we could add a column. Without the quantities the invoice is useless in this regard.
Thank you in advance for your kind help in this matter.
Right now we are forced by the program to print the invoice. When we mark the items as shipped the program will not send the orders to the 'completed' file unless an invoice has been printed. It would be an extra unecessary and complicated step if we had to come in from the packing floor, mark the items as shipped and then print an invoice to go into the box. I would rather just put a packing slip in the box and be done with it.
I have two ideas to fix this. The first would be to modify the program in some way that the invoice does not need to be printed in order for an order to be 'completed'. It just needs a packing slip, all items marked as shipped and the payments marked as complete and it goes over.
The second idea would be a modification to the invoice itself. We could use it as the packing slip that goes in the box IF it printed the quantities on the Invoice. I personally dont need the tax code column or we could add a column. Without the quantities the invoice is useless in this regard.
Thank you in advance for your kind help in this matter.
Comment