6,051

(12 replies, posted in Modules Add-on's)

A new report can be created but items cannot be added. The EDIT and INSERT are broken.

6,052

(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

(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

(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

(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.

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

(10 replies, posted in Setup)

Very nice indeed - it truly reflects the server time in the company's preferred time zone setting.

6,058

(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.