A new report can be created but items cannot be added. The EDIT and INSERT are broken.
6,052 11/10/2009 05:29:34 pm
Re: Report Generator (12 replies, posted in Modules Add-on's)
The above colon typo applies to Lines 259 and 300 in /modules/repgen/repgen_graphics.php as well.
6,053 11/10/2009 05:25:39 pm
Re: Report Generator (12 replies, posted in Modules Add-on's)
Lines 653 and 680 have typos:
echo "<td style='width;0px;display:none;'>\n";
should be
echo "<td style='width:0px;display:none;'>\n";
The semicolon (;) after "width" should be a colon (:).
This still does not as yet solve the problem.
6,054 11/10/2009 05:17:01 pm
Re: Report Generator (12 replies, posted in Modules Add-on's)
Refer file /modules/repgen/repgen_strings.php :-
Line 654 is the "start_form" statement and it is inside a cell of a table and PHP decides to auto close the form within the cell itself. Hence the Line 681 which is the actual "end_form()" does not get used where intended.
The start_form() and end_form() statements must be outside of the row cells showing the current Page String Records to be effectve. If each record is in a table of it's own, it will be effective.
6,055 11/10/2009 04:34:58 pm
Re: Report Generator (12 replies, posted in Modules Add-on's)
Tested repgen on FA v2.1.6 and v2.1.7 and it installed flawlessly with no changes at all.
Logged in as Admin in the Company 0 (default) and was able to see the default reports.
When we try to EDIT any of the 3 default reports
and then we go to the "Page definition for Strings",
we are unable to edit any record in the "Table of Stored Items" there.
6,056 08/05/2009 11:44:25 am
Topic: Sigapore COA based on en_US-new2 (1 replies, posted in Misc. Charts of Accounts)
There was a typo in the word "Provesions" in the original script.
My Singapore version of the COA is temporarily available at:-
http://www.smsfriends.net/en_SG-new2.zip
Please include it into your WebSite so other users may benefit.
Must we populate the users table with any user at all for sample chart of accounts? Doesn't it get generated automatically or does it merely update the first record?
6,057 05/02/2009 07:03:13 am
Re: Print out date and time (10 replies, posted in Setup)
Very nice indeed - it truly reflects the server time in the company's preferred time zone setting.
6,058 05/02/2009 04:59:36 am
Re: Print out date and time (10 replies, posted in Setup)
How can we set the TimeZone for the Logged In User's Profile? If this is done, then each user will be able to view the reports in their Time Zone. Caveat: Each user will see the same report in possibly different time printouts at the same time. A workaround can be a TimeZone Suffix to the printed Date / Time.