@uurfi: does this happen only to journal entries in FA 2.4?
@joe/@itronics: This needs to be fixed if true.
1,926 03/07/2018 03:20:01 am
Re: Journal Entry Number (#) Changes after Editing in 2.4 Version! (22 replies, posted in Banking and General Ledger)
1,927 03/05/2018 03:47:26 am
Re: Strange behaviour after fresh 2.4.3 install (4 replies, posted in Report Bugs here)
Use PHP upto 7.1.x. PHP 7.2.x still has issues with FA. Make sure that the MySQL Strict Date setting is disabled to allow for zero dates and times. Otherwise revert to PHP 5.5 or less.
1,928 03/04/2018 06:33:34 pm
Re: How to show Finished Goods Inventory (5 replies, posted in Items and Inventory)
The finished goods must then be moved to the appropriate warehouse location.
@joe: any issue here?
1,929 03/04/2018 06:32:15 pm
Re: Tax Reporting Merge cash and tax report (1 replies, posted in Reporting)
Setup => System and General GL Setup => Tax Algorithm
Toggle the choices and see what suits you. Logout and login again for it to be effective.
1,930 03/04/2018 06:27:50 pm
Re: Journal Entry Number (#) Changes after Editing in 2.4 Version! (22 replies, posted in Banking and General Ledger)
Hence the DB Record Number will change on such editing as the Audit Trail needs to keep track of it.
1,931 03/04/2018 06:26:31 pm
Re: Strange behaviour after fresh 2.4.3 install (4 replies, posted in Report Bugs here)
Test with Git Master FA 2.4.3+ as many fixes are included now since the original release.
State your server platform, PHP/MySQL versions.
1,932 03/04/2018 01:09:27 pm
Re: Journal Entry Number (#) Changes after Editing in 2.4 Version! (22 replies, posted in Banking and General Ledger)
After the release of FA 2.4.3, there have been quite a few fixes. Hence use FA 2.4.3+.
@joe: is this possible?
1,933 03/04/2018 02:04:56 am
Topic: SourceForge Git is Down (0 replies, posted in Announcements)
The SourceForge SysOps Twitter page states that there is no ETA for getting it up to speed. It is back online now after 9 days of outage.
Also read:
The Problem With Putting All the World's Code in GitHub and it's parallels with SF being taken over by corporate profit interests and the "death" of Google's Codeplex on pursuing "all data is only mine" policies.
How GitHub Conquered Google, Microsoft, and Everyone Else
In academic vein as an example for an alternative to Grade III multiplication, view the Karatsuba Multiplication.
1,934 03/04/2018 01:55:49 am
Re: Does anyone find it useful to edit a sales order after invoicing? (3 replies, posted in Report Bugs here)
Just to purge a whole lot of already delivered orders after invoicing - a sort of "history -c" in bash. This will make for just the retrieval and display of "Outstanding Sales Orders along with recently completed Sales Orders (so as to answer CRM questions by Call Centers). "Cancel Orders" still does not affect already delivered and invoiced sales orders. Just like "Clear the Desktop of all the Clutter". Makes searching that much more efficient at the cost of "loss of history and trackbacks".
1,935 03/03/2018 04:05:17 pm
Re: erorr report (15 replies, posted in Reporting)
BasrCode by default is EAN/UPC - does the item have a proper barcode-able no?
1,936 03/03/2018 03:42:33 pm
Re: Install FA 2.4.3 with PHP7.2.2 MySQL5.7 and IIS problems (14 replies, posted in Installation)
@cempamj: Very nice documentation indeed. The wiki will certainly benefit from it once done.
1,937 03/03/2018 03:39:53 pm
Re: Bug Found and Fixed in rep101.php (26 replies, posted in Report Bugs here)
Sourceforge Git web UI seems to be down now. Works now.
1,938 03/03/2018 03:34:30 pm
Re: Does anyone find it useful to edit a sales order after invoicing? (3 replies, posted in Report Bugs here)
Except for the fact that if it was not fully delivered and invoiced, the balance that will not be delivered can be removed from it so that it does not confuse outstanding sales order deliverables.
1,939 03/03/2018 11:24:13 am
Re: Install FA 2.4.3 with PHP7.2.2 MySQL5.7 and IIS problems (14 replies, posted in Installation)
Take all translation files for the core from my FA24extensions repo. Note that the en_US locale comes in 2 flavours - iso-8859-1 and utf-8.
1,940 03/02/2018 04:14:37 pm
Re: Cannot download repo index file. (1 replies, posted in Report Bugs here)
You will need to have the openssl extension enabled in your php.ini or have it compiled into your php. What are your platform, webserver and php/mysql versions? Verify that the site http://repo.frontaccounting.eu (and it's https equivalent) are accessible in the server's browser.
1,941 03/02/2018 04:13:15 pm
Re: Install FA 2.4.3 with PHP7.2.2 MySQL5.7 and IIS problems (14 replies, posted in Installation)
This probably a locale issue for IIS. Apache defaults to "C". The system does not seem to have gettext and is trying to use the fallback php file with an array of translated strings.copy over the empty.po file as the C.po file with appropriate changes for language in it's header and place it in the path where it should be.
1,942 03/02/2018 11:34:51 am
Re: Session error (5 replies, posted in Report Bugs here)
There were some changes to this file includes/session.inc in Nov/Dec 2017 that fixed some session errors as well. Using the Git Master and appropriately adjusting the config.php based on the latest config.default.inc will fix the issue. Additional entries in the sys_prefs table may also be in order - compare with latest sql/en_US-new.sql.
1,943 03/02/2018 11:27:05 am
Re: FA 2.4.3 cannot upload backup file (3 replies, posted in Report Bugs here)
Take the Git Master 2.4.3+ and then do your upgrades. There are a lot of fixes in it.
1,944 03/02/2018 10:49:48 am
Re: Bug Found and Fixed in rep101.php (26 replies, posted in Report Bugs here)
Will not the original Sales Invoice be left orphaned and remaining payable even though a Credit Note is monetarily adjusted in the GL?
In your "6", do we allocate the original Bank Payment to the Credit Note issued to the customer - is that possible in Allocations?
1,945 03/02/2018 08:31:49 am
Re: FA 2.4.3 cannot upload backup file (3 replies, posted in Report Bugs here)
Are you using the FA 2.4.3+ (Git Master) ?
Choosing the backup file is from your computer into the server (via the file upload box) and not from the list on the server.
Choose an existing backup in the list and then say download.
Now choose the downloaded file on your client machine and upload it and see if uploads.
Check the permissions of the backup folder.
1,946 03/02/2018 08:28:45 am
Re: Install FA 2.4.3 with PHP7.2.2 MySQL5.7 and IIS problems (14 replies, posted in Installation)
Do you have the said file in place?
You can precede the said line with if(file_exists(....
1,947 03/02/2018 06:01:41 am
Re: Install FA 2.4.3 with PHP7.2.2 MySQL5.7 and IIS problems (14 replies, posted in Installation)
There is certainly something wrong with your installation. When you first browse to the frontaccounting folder (http://...../frontaccounting and not http://inetpub/wwwroot/frontaccounting), the said default installed files and config.php and config_db.php files should have been created. If not, check if the database is present but no tables in it and then try again.
Were you able to go thru the install sequence at all? The .po file is of no use during usage but it is used to compile as the .mo file which is used.
1,948 03/02/2018 05:43:07 am
Re: Bug Found and Fixed in rep101.php (26 replies, posted in Report Bugs here)
If the same party is both a customer and a supplier, then in standard FA, we treat them as Customer and Supplier separately.
@joe/@itronics: is this okay to implement?
1,949 03/01/2018 03:54:56 pm
Re: Install FA 2.4.3 with PHP7.2.2 MySQL5.7 and IIS problems (14 replies, posted in Installation)
When you just copy over the FA install files, you will not have any lang/installed_languages.inc file The other files that get generated during an FA install are: installed_extensions.php and company/#/installed_extensions.php.
Attached are the files that get created during a default FA install.
1,950 03/01/2018 03:47:17 pm
Re: How to show Finished Goods Inventory (5 replies, posted in Items and Inventory)
Manufactured goods finally go to Stock Inventory at a specified Warehouse location. Check the stock_moves table for clues.