Checkout https://frontaccounting.com/punbb/viewtopic.php?id=10282 and refer the last 2 posts' attachments.

102

(4 replies, posted in Wish List)

Have you tried kits and assemblies?

103

(2 replies, posted in Reporting)

Check which version of Excel you are using.
The module worked well with Excel 2007.
Try saving as xls format and try too.

104

(5 replies, posted in Installation)

FA Backup backs up the data tables. The Security Roles and Users table can be backed up and restored if you tick the checkbox for it.

105

(3 replies, posted in Announcements)

Post Release Fixes attached.

CHANGELOG

Github Master (Bleeding Edge) Download Link

These fixes can be applied to (overwrite) the release version to be fully functional.

106

(5 replies, posted in Installation)

https://stackoverflow.com/questions/48250288/basic-imageftbbox-function
https://www.geeksforgeeks.org/php-imagettfbbox-function/

Check the PHP version and the line 1223 is:

$p = imageftbbox($size, 0, $this->fontfile, $string);

107

(36 replies, posted in Reporting)

MIME Type is set in the device running the browser as it is used for rendering.
Maybe install Acrobat Distiller, SumatraPDF or have it set in a recent browser setting.

Not yet. Maybe @varaddha may have the time for it.

109

(12 replies, posted in Banking and General Ledger)

If you have not closed the old fiscal year then set it as the active one and edit at will.

Provide a dummy screenshot with a sample url in it.

111

(17 replies, posted in Setup)

The base64 dedoded string of the above is a PDF file that comes out from https://www.base64decode.org/ as:

%PDF-1.3
1.00 w
3 0 obj
<</Type /Page
/Parent 1 0 R
/MediaBox [0 0 595.28 841.89]
/Resources 2 0 R
/Contents 4 0 R>>
endobj
4 0 obj
<</Filter /FlateDecode /Length 1537>>
stream
xZ[s8~8/Lc$[O$M
Y]Ajk

Since the product costs are different across locations, make them appear as 2 different items with specific costs. That way, transfers will show up as at appropriate costs across locations.

113

(3 replies, posted in Announcements)

Release date 2023-05-03 as of GitHub commit https://github.com/FrontAccountingERP/FA/commit/2ce280fb8619210f21485b723ec4cb2b306fcce9

SF Download Link
MD5: 7b632be72c64301168b1c46db5f60962
Filesize: 1,883,376 bytes

First 3 day download stats in SourceForge

CHANGELOG

114

(3 replies, posted in Announcements)

9 new translatable strings in this version:

Select an Item:
Doc Title
Doc Date
Fixed Asset
Item ID
Fixed Asset ID
Fixed Assets Locations
Inventory Locations
3*M

Thanks. It is stands synched now.

https://github.com/FrontAccountingERP/FA
needs to be synched with
https://sourceforge.net/p/frontaccounting/git/commit_browser

@ckrosco: If you still want t, then your code should be checked:

if ($description = "")

is an assignment but it should be

if ($description == "")

which is a comparison.

118

(9 replies, posted in Translations)

Thai CoA has the country's Tax value, Fiscal year period and Thai Currency. It is there for native Thai users to update at will and submit back to the project.

Thai language is a work in progress so that native language speakers/users can fill it up and it is hosted in Transifex and can be updated at will. There are a total of 16 translations done in Transifex for the Thai Language and native speakers/users are welcome to join the effort.

The latest Thai language files are at:
https://github.com/apmuthu/FA24extensions/commit/e8e2fb61a0e34d696b9e6ebdf89c7323797dbc91
Transifex link:
https://www.transifex.com/gnuacademy/teams/55037/th_TH/

119

(3 replies, posted in Setup)

Check the "View-Source" of the login form and see if some browser moz css styling automatically came in.

120

(9 replies, posted in Translations)

@joe: now that there is interest in FA from Thailand, it seems appropriate to include both the Thai Chart of Accounts and the Thai Language files as well into the official extension repos and update the ta_IN and vi_VN language files as well. You can take it from my unofficial extensions repo listed above.

@sng: As a native Thai speaker, kindly translate the Thai language .po file fully and send it across so that it may be compiled and placed in the public repos. Welcome to Thai users into the FA fraternity and help popularize it in your country!

121

(9 replies, posted in Translations)

Tamil and Vietnamese language translations have been updated.
Thai language has been included but needs to be translated for the most part.

https://www.transifex.com/gnuacademy/teams/55037/ta_IN/
https://www.transifex.com/gnuacademy/teams/55037/vi_VN/
https://www.transifex.com/gnuacademy/teams/55037/th_TH/

Unofficial Extensions Repo for Languages in FA 2.4.x:
https://github.com/apmuthu/FA24extensions/tree/master/Languages

122

(9 replies, posted in Translations)

What I provided was a Thai Chart of Accounts.

You will need to manually translate the file at
lang/new_language_template/LC_MESSAGES/empty.po
by placing the translation in the msgstr line

The attached file has some initial Google Translations to start you off with.

You will then need to compile it to an .mo file and use in your lang/th_TH/LC_MESSAGES/th_TH.mo

Wiki-ed it.

124

(9 replies, posted in Translations)

http://apmuthu.com/fautils/make_coa.php
will generate any FA Chart of Accounts.

Place the sql file from the attachment into your FA/sql folder and you are good to go.

125

(3 replies, posted in Setup)

In FA 2.4.15+, the file access/login.php line 103 is:

        text_row(_("User name"), "user_name_entry_field", $value, 20, 30);

There is no restriction of 5 characters for username.