Link not accessible
426 08/15/2021 09:20:44 am
Re: Remnant Data Show up in New Sales Direct Sales Invoice (13 replies, posted in Report Bugs here)
427 08/15/2021 09:17:59 am
Re: Import Multiple Journal Entries - nothing imported (7 replies, posted in Modules Add-on's)
I hope you are using the module from my repo at:
https://github.com/apmuthu/FA24extensions/tree/master/Extensions/import_multijournalentries
The function add_bank_transaction() was a native function in FA but not available in both v2.3.26 and in any v2.4.x versions now.
428 08/15/2021 09:00:35 am
Re: config.default.inc error on startup (3 replies, posted in Report Bugs here)
Line 153 in config.default.inc:
$UTF8_fontfile = $_SESSION['language']->dir == 'ltr' ? "FreeSans.ttf" : "zarnormal.ttf"; // for Arabic Dashboard
should be replaced with:
$UTF8_fontfile = @$_SESSION['language']->dir == 'ltr' ? "FreeSans.ttf" : "zarnormal.ttf"; // for Arabic Dashboard
for now till a better solution presents itself.
429 08/14/2021 02:04:39 am
Topic: config.default.inc error on startup (3 replies, posted in Report Bugs here)
The recent change to config.default.inc fails when starting up FA where $_SESSION['language'] is not yet defined then in line 153. That line config.default.inc:
$UTF8_fontfile = $_SESSION['language']->dir == 'ltr' ? "FreeSans.ttf" : "zarnormal.ttf"; // for Arabic Dashboard
should be replaced in the config.php with:
$UTF8_fontfile = "FreeSans.ttf";
//$UTF8_fontfile = "zarnormal.ttf"; // for Arabic Dashboard
or suppress the error with "@" prefix to the original line or make sure it "isset" before testing it with some default.
430 08/14/2021 01:48:36 am
Re: Unable to void a Sales Invoice (10 replies, posted in Report Bugs here)
@joe: can this get into the core?
431 08/14/2021 01:44:25 am
Re: Custom Labels (2 replies, posted in Modules Add-on's)
Changing the language files to replace all instances of customers with donors and then re-compiling them would be easiest. Otherwise, confusion would ensue where it is referred to as donors only in places where such changes have been made. Restricting such changes to just those files in the new module may be one such option provided that outputs of standard core functions in FA used in the new module are not touched and acceptable as is.
432 08/14/2021 01:42:14 am
Re: Shipment Tracking Module (15 replies, posted in Modules Add-on's)
Which version of FA and platform versions are you on? Linux/Windows/Mac, PHP, MySQL versions.
433 08/14/2021 01:39:38 am
Re: Multi-currency purchase order (2 replies, posted in Accounts Payable)
Hedge / book the currencies in your home currency and prepare the purchase order accordingly with the quoted currencies in the memo field and book the costs in the local currency.
Alternatively, break up the purchase order into separate currency ones and live within standard FA.
434 08/11/2021 04:09:20 pm
Re: ERROR Report GL Trans (show warning sign) (18 replies, posted in Reporting)
Lines 38 and 40 in js/utils.js need this change.
435 08/11/2021 04:01:25 pm
Re: Nginx server and PHP version (8 replies, posted in Report Bugs here)
@joe: can include this?
436 08/05/2021 07:33:11 am
Re: Cash Flow Statement Bank Filter (4 replies, posted in Banking and General Ledger)
Properly indented and assimilated changes into:
https://github.com/apmuthu/FA24extensions/tree/master/Extensions/rep_cash_flow_statement
Wonder why translation for "Accounts" was removed in @kvvaradha's version.
437 08/05/2021 06:20:42 am
Re: New company login password incorrect (13 replies, posted in Setup)
The really updated and synched en_US-demo2.sql to existing en_US-demo.sql is available at
https://github.com/apmuthu/FA24extensions/blob/master/Charts/chart_en_US-demo2/en_US-demo2.sql
This has the field orders synched too.
438 08/05/2021 06:00:59 am
Re: Can we group the Similar accounts during the time of writing GL Trans (2 replies, posted in Banking and General Ledger)
One Journal entry should suffice.
439 08/05/2021 05:57:00 am
Re: Credit This Option for Supplier Invoice Doesn't Show Quantity Invoiced (3 replies, posted in Report Bugs here)
@joe: has this been done?
440 08/05/2021 05:56:34 am
Re: NEW LINE BUG IN INVENTORY LOCATION TRANSFER (2 replies, posted in Items and Inventory)
@joe: is this necessary?
441 08/05/2021 05:54:29 am
Re: cs-cart Integration with FA? or web shop Required (1 replies, posted in Modules Add-on's)
https://www.cs-cart.com/
https://github.com/cscart/
Uses PHP/MySQL - so FA integration is possible
442 08/05/2021 05:51:54 am
Re: Manage Child/Franchise of Company Record (4 replies, posted in Setup)
Expected time of arrival of any new version of FA is simply inderminate what with PHP versions changing rapidly too.
443 08/05/2021 05:48:41 am
Re: Service Desk Module (3 replies, posted in Modules Add-on's)
Integrate FA with vTigerCRM to achieve it.
444 07/07/2021 05:14:55 am
Re: How to void a sales invoice from the previous closed fiscal year. (7 replies, posted in Accounts Receivable)
Pass a voiding equivalent contra Journal Entry in the current fiscal.
445 07/07/2021 05:13:51 am
Re: fa developer needed (2 replies, posted in Jobs wanted/offered, non-free offers)
Post scope of work and bounty offered to elicit better response.
446 07/05/2021 04:15:02 pm
Re: CoA Fiscal Year Discussion (4 replies, posted in Misc. Charts of Accounts)
Allow edit of fiscal year if no transactions are there in it.
447 07/04/2021 01:32:40 pm
Re: Release 2.4.10 (4 replies, posted in Announcements)
Post Release Fixes attached.
Github Master (Bleeding Edge) Download Link
These fixes can be applied to (overwrite) the release version to be fully functional.
448 07/04/2021 01:28:58 pm
Re: Release 2.4.10 (4 replies, posted in Announcements)
Attached is the set of changed files between FA 2.4.9 and FA 2.4.10.
This needs the fixes listed in the second post herein to work.
First 3 day download stats at SF
Previous release fileset changes in this post.
SF Main Download Page
FA 2.4.10 tar.gz download
MD5 Hash: e230171d44cc88b532d801d38b31c589
Filesize: 1,869,717 bytes
449 07/04/2021 12:05:55 pm
Re: Release 2.4.10 (4 replies, posted in Announcements)
This version now has 5 new translatable strings:
Invalid password or username. Please, try again.
Max day range in Documents must be a positive number.
Max day range in documents
days.
Invoice %d from %s
450 07/04/2021 10:18:39 am
Re: CoA Fiscal Year Discussion (4 replies, posted in Misc. Charts of Accounts)
My CoA's have it customised for South Africa, India, etc which have odd dates for fiscal year start and end as well. Checkout my unofficial extensions repo on github.