2009-04-08 22:33:18 UTC
I seem to have gotten something....
The instructions say to copy the html out of /charts/order.html and call it blue_order.AR.default
But if you open that file in IE/firefox, the formatting doesnt display correctly
So i opened the source in a html editor and instead of the html originally posted in as :
{if $order_type eq 'QU'} {assign var='order_type' value='Quote'} {elseif $order_type eq 'SO'} {assign var='order_type' value='Sales Order'} {elseif $order_type eq 'AR'} {assign var='order_type' value='Invoice'} {/if}
After opening in a html editor, it displayed the first few lines like this:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<!--
{if $order_type eq 'QU'} {assign var='order_type' value='Quote'}
{elseif $order_type eq 'SO'} {assign var='order_type' value='Sales Order'} {elseif $order_type eq 'AR'} {assign var='order_type' value='Invoice'} {/if}
-->
<title>{$order_type}</title> ......
Now i still get that error message but if i press the "regenerate" button after the error, I get an invoice looking display - which does print .....
Cant wait for a proper fix.......
Thnaks