1

(2 replies, posted in Installation)

I am trying to install in FATCOW, facing following error

The server encountered an unexpected condition which prevented it from fulfilling the request.
The script had an error or it did not produce any output. If there was an error, you should be able to see it in the error log.

I found a relative(?)  post https://frontaccounting.com/punbb/viewtopic.php?id=2079
and this article http://www.fatcow.com/knowledgebase/rea … l?kbid=600

Trying to adopt this line from /includes/session.inc in my needs
/*
    Uncomment the setting below when using FA on shared hosting
    to avoid unexpeced session timeouts.
    Make sure this directory exists and is writable!
*/
//ini_set('session.save_path', dirname(__FILE__).'/../tmp/');

give no results.
Can I have some help on this ?
Is there anything else I should take care?

2

(0 replies, posted in Reporting)

I have made minor modification in report 104.
Additional functionality:
1. Someone can select to sort the list by Item description or by Item code
2. Someone can print GP% or Base price

There are two pdf forms. The existing form in case GP% is shown and a slightly modified using HEADER type 2.

FILES MODIFIED
1. pdf_report.inc
2. rep104.php
3. reports_main.php
ADDITIONAL FILES
1. header4.inc

Files can be found in
http://dl.dropbox.com/u/18059919/ModifiedForms.zip

Just backup your existing file and replace with new one. 
It is tested ONLY with PDF output.