Skip to forum content
FrontAccounting forum
It's much more fun, when you can discuss your problems with others...
You are not logged in. Please login or register.
Active topics Unanswered topics
Search options (Page 5 of 246)
Searching for "FrontAccounting 2.4.18 Login" yields quite a few FA 2.4.18 deployment sites like:
https://fhri.smarttools.systems
https://byzantia.capital
https://fncacctg.com/pasig2
http://34.101.78.123/--testing
https://www.royalqamis.co.ke
https://invoice.btiw.in
https://akankshaonline.com
https://varakiyu.com
https://mahs66.com/fa
https://tuckeroptimistclub.org/fa
https://www.ms.ly
https://townlinkhardware.com
Script Installers for FA 2.4.18 are available for:
Azure
Softaculous
Hence for obscurity, change the Title of the login page.
Identify the inquiry page to display and then cull out the necessary fields and the computations needed and make a generic SQL SELECT query and execute it in any MySQL client and then make a php script for it.
Quick Entries or Recurring JVs
Alternatively, direct computed SQL statements extracted from existing entries.
By 2025, e-Invoicing is to come into effect fully in Malaysia.
https://www.complyance.io/malaysia-blog/e-invoicing-malaysia-guide
There are some guides for eCommerce in general at:
https://www.frontaccounting.com/fawiki/index.php?n=Help.SquareConnector
https://github.com/braathwaate/FA24extensions/tree/master/Extensions/square
https://frontaccounting.com/punbb/viewtopic.php?pid=43386#p43386
https://www.frontaccounting.com/punbb/viewtopic.php?id=2096
If there any solutions for FA do contact LC Chen of the Sita Group - +60-3-375-8888.
Is @TCLim still around - if so, what is the new website for his FA connectors?
https://stackoverflow.com/questions/168736/how-do-you-set-a-default-value-for-a-mysql-datetime-column
https://stackoverflow.com/questions/54007824/how-to-set-sql-mode-in-my-cnf-in-mysql-8
Also check the parameter for legacy dates in my.cnf
[mysqld]
sql_mode=STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_ENGINE_SUBSTITUTION
Have a look at reporting/includes/header2.inc
Also refer the wiki and look for "Header2.php file in Watermarking and background of reports"
"Arabic in FA" in https://frontaccounting.com/fawiki/index.php?n=Help.InstallUpdateLanugages
Create a new company with the en_US-demo.sql Chart of Accounts.
Setup => Access Setup
lists the possible permissions for the modules when activated.
These are all "enum" equivalent type text fields (sections and areas) stored as semicolon delimited bcd values in the table #_security_roles.
Configuration on a per company basis are stored in the database - sys_prefs table. Configuration of a site-wide nature are stored in config.php file.
Read the wiki and search the forums at the outset.
The zip file is the way the master branch is distributed for cutting edge code.
Kindly update zh_CN Language in repo.
zh_TW is more complete though.
The release tags if any are outdated as several updates in the 2 months since it's release will be available from the bleeding edge download at:
https://github.com/FrontAccountingERP/FA/archive/refs/heads/master.zip
https://www.computerworld.com/article/2121520/microsoft-onedrive-cheat-sheet-using-onedrive-for-web.html
https://www.mrsharepoint.guru/sharepoint-vs-onedrive-pros-and-cons/
FA cannot be run directly off Sharepoint / OneDrive though content can be managed on them as file shares.
sf.net is the primary repo.
github is only a mirror.
@joe and @itronics are the main code repo integrators.
The README.md file has a GitHub Mirror Link:
https://github.com/FrontAccountingERP/FA
You can fork the project on GitHub and make changes as needed.
https://forums.spoken-tutorial.org/filter/FrontAccounting-2.4.7/
In your php.ini:
max_execution_time = 60
post_max_size = 64M
upload_max_filesize = 64M
Do not forget to restart the web-server process.
Also check for the lines with the word "timeout" in the files js/JsHttpRequest.js and js/utils.js.
File ownership to be checked for your company/0/attachments folder as it must be owned by the webserver process (www-data for Debian/Ubuntu).
https://wordpress.com/plugins/accounting-for-woocommerce
https://woolentor.com/doc/how-to-manage-orders-in-woocommerce/
What is your MySQL and PHP versions and which platform version are you on and which build version of FA v2.4 are you using?
Release Dates:
2024-06-28 - v2.4.18+
2024-04-03 - v2.4.18
2018-12-24 - v2.4.6
Last changes in sales/inquiry/sales_orders_view.php:
2024-05-14: Bug 5738 Addl Search Options and Bug 5740 Prepaid options for SO
2023-10-21: Bug 5722: Canceled Sales Orders Show Up In Sales Order Inquiry. Fixed.
2022-04-29: Invoice Prepaid Orders: Added new payments column for direct review of order invoicing status.
2020-01-13: Sales Order Inquiry Sort Descending. Fixed.
2019-07-18: Paged transaction inquiries optimized for maximum links in Sales and Purchasing and continuation
2017-09-21: Right align numbers in inquiries and lists.
None of these changes seem to indicate your predicament. Looks like some function call in the file even possibly outside these changes may have been changed in the files they were defined in.
WordPress does not have orders by default unless you installed a WP plugin.
In WP with your preferred eCommerce plugin installed, take a DB backup, then mane an order and then take another backup and compare the differences between the two backups and you will know which tables/records were affected and you can do the same for FA and hammer out a orders transfer script / sql.
Just 3 current accounts of shareholders.
Posts found: 101 to 125 of 6,149