Simple Invoices logo
    • CommentAuthordcwd
    • CommentTimeSep 21st 2007 edited
     permalink
    I'm new to SI - I just found it today, and I'm really loving most of the features.

    However, I have noticed that the software doesn't print the description of the invoice, so there is no way for the client to have a detailed copy of the services billed.

    Also, when I click the Print Preview button, this error

    Warning: Smarty error: unable to read resource: "../templates/invoices/default/itemised.tpl" in /home/domain/public_html/accounting/include/smarty/Smarty.class.php on line 1095


    shows up in the space where the description should be.

    I'm desperately searching for a new invoicing software since my most recent one went belly up!
    • CommentAuthorjustin
    • CommentTimeSep 21st 2007 edited
     permalink
    Hey Dcwd

    try this - edit index.php (Line 82)
    $smarty -> display("../templates/default/header.tpl");

    and instead of .. place the full path

    $smarty -> display("/home/domain/public_html/accounting/templates/default/header.tpl");

    let me know how you go

    also does anyone else get this error?

    Cheers

    Justin
    • CommentAuthordcwd
    • CommentTimeSep 21st 2007 edited
     permalink
    Justin -

    Thanks for the quick reply! :)

    I tried what you suggested, and it still isn't working. The error remains the
    same. :'(

    Any other suggestions?
    • CommentAuthorjustin
    • CommentTimeSep 24th 2007 edited
     permalink
    Hey

    i see you posted another query about sending emails - did you get the above issue fixed and how

    Cheers

    Justin