Share

BlueERP

The forum address has changed, you have been automatically redirected. Please update any bookmarks to use the new URL.

Subscribe

BlueErp release 0.7-beta4.1 template error

You are viewing a single message from this topic. View all messages.

  1. 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
< Previous | 1 | Next >

Add a Reply

This forum does not allow anonymous participation.

Log in to add a reply. Not registered? Create an account to participate and receive email updates when replies are posted to this topic.