301

(12 replies, posted in Setup)

First get FA 2.3.22 (2014-09-29) to FA 2.3.26  (2017-05-23) the last in that series.

Then get it to FA 2.4 or directly to FA 2.4.11+.

All difference files are in the Announcements sticky topics.

Attached is the v2.3.22 to 2.3.26 changed files.

302

(12 replies, posted in Setup)

FA 2.4.11

303

(3 replies, posted in Setup)

@joe: Is this necessary and if so from what version of PHP onwards?

304

(12 replies, posted in Setup)

MySQL v5.1 should be okay.

305

(12 replies, posted in Setup)

Check your MySQL version as well.

Try using {YY}-{MM}/{0001} so that it is sortable and properly incrementable.

307

(1 replies, posted in Translations)

Keep one report request field for print language and use it to fetch the preferential language elements in a set of defines and read off the appropriate translation array. Alternatively, put in some report specific translation strings in the .po / .mo files for gettext.

Add .06 as shipping cost.

Would you like to share the code so that it can be added to the core?

310

(11 replies, posted in Reporting)

It appears that you have upgraded from FA v2.3.x to 2.4.x and in the latter, the reference number template has been expanded and does not follow the defaults of the older version.
As the Invoice number cannot be looked up or there is some hiccup in the debtors_master.

311

(11 replies, posted in Reporting)

It appears that you have upgraded from FA v2.3.x to 2.4.x and in the latter, the reference number template has been expanded and does not follow the defaults of the older version.
As the Invoice number cannot be looked up or there is some hiccup in the debtors_master.

There is a duplicate of this translation string after typo correction that needs to be removed and the line number appended to the first one.

https://github.com/apmuthu/frontac24/commit/3934434612e12a8cfa9e9bb768b15d04ce445106#diff-465628ddde1c50a790501494b783e03db9b036aca42a922e5afe0c25396e5a3f

Amount ot be settled: => Amount to be settled:
File: purchasing/allocations/supplier_allocate.php:62
and in empty.po too.

314

(3 replies, posted in Banking and General Ledger)

Sell Donation tickets.

315

(9 replies, posted in Setup)

Check if there exists an IP to URL linkage in etc/hosts where localhost might clash with actual IP.

316

(57 replies, posted in Installation)

My unofficial github repo is only for the extension files and fixes. Only the official extensions are supported in a default install.

317

(11 replies, posted in Reporting)

What did you upgrade and check if there are any sys_prefs or config.php variables that were missed out.

318

(1 replies, posted in Setup)

The said link has been updated with alternative Internet Archive links for Singapore.

You can also refer my unofficial repo at:
https://github.com/apmuthu/frontac24
https://github.com/apmuthu/FA24extensions

319

(2 replies, posted in Wish List)

This is how the API module works. Try SlimAPI or anyother REST API solution.

320

(2 replies, posted in Accounts Payable)

0_grn_batch.delivery_date has a DEFAULT of 0000-00-00 which is acceptable in MySQL 5.x but in MySQL 8, a setting in the my.ini is necessary to override it's rejection.

A dumb solution would be:

SET sql_mode = 'allow_invalid_dates';

Alternatively in /etc/my.cnf, add the following:

sql-mode=ONLY_FULL_GROUP_BY,STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION 

and restart MySQL.



References:
https://gokhan.ozar.net/blog/how-to-fix-incorrect-datetime-value-mysql-mariadb/
https://dba.stackexchange.com/questions/20638/dates-changed-to-0000-00-00
https://developpaper.com/problems-with-mysql-8-0-13-setting-date-0000-00-000000/

In the file includes/dashboard.inc (line 239) and it's counterpart in lang/new_language_template/LC_MESSAGES/empty.po, the string Purchable Total should be Purchasable Total.

The Invoice Number alone should suffice as a GET parameter to get the other details from the FA Database and generate the payment link in FA as a QRCode. If all the details are to be provided, then it should be encrypted so as not to be atleast easily spoofable.

Also, the QRCode can be parsed for data or have a url encoded info that can be clickable.

Update your FA codebase with bleeding edge fixes by using the GitMaster.

324

(15 replies, posted in Report Bugs here)

On http call, a check if https exists and if so an appropriate https redirection in FA would be good.

Suppliers and CRM Contacts fixed.