PDA

View Full Version : Invoice


tigercore
05-Aug-2003, 05:59 PM
Is there any way to get the 'special instructions' information on the delivery section to print out on the invoice?

Ben
06-Aug-2003, 10:40 AM
Hi Ryan

It's included in the packing list but not the invoice. You can only manipulate the reports with a copy of Crystal Reports.

Ben

eAbsinthe.com
07-Aug-2003, 02:16 PM
That's Crystal Reports 8.5...

Don't make the mistake I did & get 9 as it's usless (for Actinic)!

Jan
08-Aug-2003, 08:38 AM
It is also included on the data entry report.

Regards,

millsey
30-Sep-2004, 03:41 PM
HI,

can you get the SDI into the email that is sent out?

Thanks

cdicken
04-Oct-2004, 10:12 AM
According to my understanding, the following should work, but I have not been able to test it yet as I hame having 'issues' with my SMTP server.

Anyway, see how you get on with this:

Open ‘OrderScript.pl’ and search for “read the template”.

It will jump to the following lines:

#
# Read the template
#

Just above this, enter the following lines:

#
# Add shipping user defined
#
$ACTINIC::B2B->SetXML('SpecialDelivery', $::g_ShipInfo{'USERDEFINED'});

You can then enter <Actinic:SpecialDelivery/> into Act_CustomerEmail.txt wherever you want the shipping method to appear.

millsey
27-Oct-2004, 07:57 AM
Hi Chris,

Thanks for the info, but does not seem to work, i'll just explain what it is i need it to do.

when i send an email using mail in actinic from the orders section. it offers me three types of mail to be sent. I would like the SDI to be in that email?

I send this mail to another client and they need to know if there any SDI.

Thanks

cdicken
28-Oct-2004, 06:37 AM
I see. I don't know the way to do this I'm afraid. There is not an extra netquotevar for it so you will have to copy and paste the SDI in manually. I will add it to the wish list for you.

watersidedesign
03-Apr-2008, 02:48 PM
re putting additional comments on the customer email, I followed these instructions and they work in 8.5.2.

Many thanks cdicken :D