This contribution will add a link to a customer's order history detail page (account_history_info.php). When clicked, this link
will generate a PDF copy invoice for the order.
This contribution is based on PDF Invoice (http://www.oscommerce.com/community/contributions,3027)
Apart from recoding PDF Invoice to work client side, I have added the following features, configurable from within admin:
1. Font can be chosen - arial, times, courier, helvetica.
2. Colours for the invoice elements can be chosen. Hex values supplied are automatically converted to RGB as needed by FPDF so you can easily
match up your stylesheet.css colours to the invoice colours for a consistent look.
3. An optional watermark (text of your choice e.g. "Copy Invoice") can be added to the invoice.
4. An optional VAT tax reference can be added to the invoice.
5. Choice of displaying generated PDF inline or by forcing a download - set within admin configuration.
6. PDF Metadata (Store owner, Invoice number etc) is automatically added to the PDF.
7. Choice of store logos - png, gif, jpg.
8. Custom footer splash (marketing text) can be added.
9. Store logo size can be easily 'tweaked'.
The invoice will also display product attributes, if applicable (something which is missing from PDF Invoice)
Legend: 
Download

Report
The autoincrement (default) values are not accepted by mysql 5.0.45, my fix is to name the field we do want to address and leave the autoincrement field out of the query.
Rollup fixing a few bugs from 28/2/2008 version
FULL VERSION
About
-----
This contribution is an ADD-ON to PDF Customer Invoice to allow the the generation of a PDF Packing Slip. A sample PDF is included.
Pre-requisites
--------------
As this is an ADD-ON to PDF Customer Invoice and not a standalone contribution, you MUST have a fully working version of PDF Customer Invoice installed.
Features
--------
i) PDF Packing Slip carries over the colour, graphics and font scheme from the configured PDF Invoice for a consistent look and feel.
ii) Packing Slip incorporates:
a) Order number
b) Customer reference
c) Date of order
d) Total order weight
e) Total order lines
f) Total order items
h) Shipping method
i) Per item weight
j) "Picked by" and "Checked by" fields
k) Latest 3 order comment, if set, are displayed in a "Comments" box.
There are a couple of bugs in the 2008/02/17 version.
Full package
If you have the 2008/02/17 version, follow UPGRADING in readme.txt
About
-----
This contribution is an ADD-ON to PDF Customer Invoice to allow the generated PDF e-mail to be attached to the customer order confirmation e-mail.
Pre-requisites
--------------
As this is an ADD-ON to PDF Customer Invoice and not a standalone contribution, you MUST have a fully working version of PDF Customer Invoice installed.
If an invoice is accessed from within admin, the customer reference is missing from the invoice.
This file contains instructions for fixing this bug.
As requested via the forum, enclosed some instructions to add a comments box to the PDF invoice.
This patch requires PDF Customer Invoice v1.1 to be installed and working.
File contains install instructions only.
Support via the forum
This is a Dutch add-on for this contribution.
NOTE: The package only contains the language file!
This is a Dutch add-on for this contribution.
NOTE: The package only contains the language file!
Following forum feedback, this is an * optional * patch to a standard v1.1 installation that allows the store owner to view PDF customer invoices from within the admin area.
NB. This is an ADD-ON to PDF Customer Invoices v1.1. You MUST have this installed and working BEFORE applying this patch.
I didn't include the updated english language file:
catalog/includes/languages/english/pdfinvoice.php
This zip contains this updated file only.
Sorry!
Changelog v1.1
i) Added invoice date config choice - today or same as order date (date now follows locale format set in /includes/languages/your-lang/your-lang.php)
ii) Decode html entities for all invoice text (better multilinual support - converts e.g. é -> é)
iii) Remove hardcoded address format. Now uses $order->customer['format_id']
iv) Config option to only display pdf link for delivered orders.
v) Remove remaining hardcoded English language
vi) Added support for vector store logo in ai / eps formats
vii) Added customer reference.
Full package. Upgrade instructions supplied.
French language includes
Support is via:
http://forums.oscommerce.com/index.php?showtopic=271214
Download contains this link only
This contribution will add a link to a customer's order history detail page (account_history_info.php). When clicked, this link
will generate a PDF copy invoice for the order.
This contribution is based on PDF Invoice (http://www.oscommerce.com/community/contributions,3027)
Apart from recoding PDF Invoice to work client side, I have added the following features, configurable from within admin:
1. Font can be chosen - arial, times, courier, helvetica.
2. Colours for the invoice elements can be chosen. Hex values supplied are automatically converted to RGB as needed by FPDF so you can easily
match up your stylesheet.css colours to the invoice colours for a consistent look.
3. An optional watermark (text of your choice e.g. "Copy Invoice") can be added to the invoice.
4. An optional VAT tax reference can be added to the invoice.
5. Choice of displaying generated PDF inline or by forcing a download - set within admin configuration.
6. PDF Metadata (Store owner, Invoice number etc) is automatically added to the PDF.
7. Choice of store logos - png, gif, jpg.
8. Custom footer splash (marketing text) can be added.
9. Store logo size can be easily 'tweaked'.
The invoice will also display product attributes, if applicable (something which is missing from PDF Invoice)