I can confirm that all tables are always backed up but when Protect security settings is selected, the #_users and #_security_roles tables are not restored.
301 12/18/2022 02:19:30 am
Re: Table '#_users' isn't restored when restoring a backup (6 replies, posted in Report Bugs here)
302 12/18/2022 02:09:11 am
Re: Table '#_users' isn't restored when restoring a backup (6 replies, posted in Report Bugs here)
The last 2 posts have been wiki-ed.
303 12/11/2022 10:55:29 am
Re: customer_inquiry.php - Unsettled transactions - only overdue are shown (8 replies, posted in Report Bugs here)
Is in the repo now:
https://github.com/FrontAccountingERP/FA/commit/a9f8bc40287ef12f16ad863d4acb1af3d18643b6
304 12/09/2022 03:52:09 am
Re: Include, when attachment is uploaded, the attachment with the invoice (3 replies, posted in Wish List)
Linux poppler is the way to go.
https://learnubuntu.com/merge-pdf-files/
sudo apt install pdftk-java
# Once done, you just have to follow the simple command structure to merge PDF files:
pdftk file1 file2 file3 cat output mergedfile.pdf
Other links:
https://github.com/mycielski/merge-pdfs-cli
https://www.linuxshelltips.com/merge-pdf-files-in-linux/
https://www.pdftron.com/documentation/cli/guides/pdf-pagemaster/usage/merge/
https://stackoverflow.com/questions/2507766/merge-convert-multiple-pdf-files-into-one-pdf
https://www.inmotionhosting.com/support/server/linux/how-to-merge-pdf-files-linux/
305 12/09/2022 03:43:53 am
Re: Customer Login (17 replies, posted in Setup)
No.
It is better to have a custom application partaking of the FA DB as readonly and then in the new application having some code / authorisation to transfer entries as suitable to FA DB format through some API if needed.
306 12/09/2022 03:21:46 am
Re: Job offer : report module for Quebec/Canada (3 replies, posted in Jobs wanted/offered, non-free offers)
The CO-17 files link appear invalid.
307 12/09/2022 03:19:01 am
Re: Sale Order Entry- Quantity becomes Zero after 1st Time Add Item 2.4.14 (5 replies, posted in Report Bugs here)
@joe: need it?
308 12/09/2022 03:11:52 am
Re: Bank Payments and Deposits Entry - Double memo fields (16 replies, posted in Banking and General Ledger)
@joe: kindly provide file attachments permission to @seahawk and also check his issue when time permits.
309 12/09/2022 03:09:49 am
Re: How to sync on another device (1 replies, posted in Setup)
The access device is only a client. The server has all the data and access credentials. Hence all should be fine even when you change the access device.
310 11/17/2022 04:19:44 pm
Re: Not translatable string in rep108 (12 replies, posted in Report Bugs here)
"Customer %s has no overdue debs. No e-mail is send."
should be:
"Customer %s has no overdue debits. No e-mail is sent."
311 11/17/2022 04:11:53 pm
Re: Can't void customer payment (20 replies, posted in Report Bugs here)
Shouldn't the return statements obviate the need for break statements.
312 11/17/2022 04:08:41 pm
Re: Include, when attachment is uploaded, the attachment with the invoice (3 replies, posted in Wish List)
Did you mean re-invoiced pdf file?
313 11/07/2022 07:21:56 am
Re: Release 2.4.14 (5 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.
314 11/07/2022 05:46:32 am
Re: Convert building materials to fixed asset (4 replies, posted in Fixed Assets)
Transfer all costs of the building to a suspense account by journal entry from the expense account and then journal a consolidated entry as building asset entry.
315 11/07/2022 05:27:34 am
Re: Session Expire (2 replies, posted in Setup)
https://stefangabos.github.io/Zebra_Session/Zebra_Session/Zebra_Session.html
Source from Internet Archive:
https://web.archive.org/web/20081221052326/http://devzone.zend.com/node/view/id/141
https://web.archive.org/web/20190921001622/http://phpsecurity.org/code/ch08-2
http://62.182.86.140/main/2245000/0fd354cabaae8a0c772b3d887ba4216e/Chris%20Shiflett%20-%20Essential%20PHP%20Security-O%E2%80%99Reilly.pdf
316 10/28/2022 04:28:20 am
Re: Release 2.4.14 (5 replies, posted in Announcements)
Very true. Then how is the Username and Password strings coming in? Probably configuring preferred non english language as the default language in webserver and/or php.ini config files or from the FA config file itself!
The file lang/installed_languages.inc can also be where it can be set.
The access/login.php shows that some defaults like encoding and rtl/ltr are hardcoded when $_SESSION['language'] is not yet available.
Otherwise, the sane alternative for other strings are those of the default language of the default company.
Like @joe said, it is best to keep such issues / observations in separate posts outside the release announcement topics. This will keep the clutter down.
317 10/27/2022 02:01:16 pm
Re: Release 2.4.14 (5 replies, posted in Announcements)
This version now has 2 new translatable strings:
"HTTP access is not allowed on this site. This is unsecure. If you really "
"want to access this unsecure site then set the SECURE_ONLY to false in /"
"includes/session.inc file."
"Enter &Supplier Invoice"
318 10/27/2022 01:56:12 pm
Re: Release 2.4.14 (5 replies, posted in Announcements)
Release date 2022-10-26 as of GitHub commit https://github.com/FrontAccountingERP/FA/commit/7607c4c0fb940c7228444eb2b3270d38cfcb42ab
SF Download Link
MD5: 723537c07037912f2825c1119f6e8cbf
Filesize: 1,879,196 bytes
319 10/17/2022 08:00:53 am
Re: REP709.php TAX REPORT BUG (21 replies, posted in Reporting)
@joe: any flag for it?
320 10/13/2022 04:40:47 pm
Topic: GitHub Latest Commits grab script (0 replies, posted in Jobs wanted/offered, non-free offers)
When we use GitHub, we can see the list of forks using:
https://github.com/<ACCOUNT>/<REPO>/network/members
However, we cannot see the date of last commit for all the forks simultaneously.
We cannot also have them sorted in date of last update as well.
These are generally suggestions for Microsoft's GitHub team.
FA uses PunBB for the forum.
Attached is a PHP CLI program and it's output of a list of 80 forks of PunBB and their date of last update provided as an array and can be modified as needed - CSV, TSV, HTML, PDF, etc.
In a similar manner, for any GitHub project (FA24extensions, etc), we can work on the forks that have the latest updates but beware, many may just have some language translations or credits in the readme files.
321 10/10/2022 05:23:26 am
Re: FrontAccounting WhatsApp module (13 replies, posted in Modules Add-on's)
Disqus is another provider. Looks like we can have a plugin like the exchange rates for such communication providers.
322 10/06/2022 07:20:51 pm
Re: FrontAccounting WhatsApp module (13 replies, posted in Modules Add-on's)
The Pusher Library is nice. WhatsApp now introduced Business API.
https://github.com/pusher/pusher-http-php
WhatsApp's native API too can be used:
https://github.com/ultramsg/whatsapp-php-sdk
These discussions are useful:
https://stackoverflow.com/questions/48333959/send-messages-to-whatsapp-number-using-php
Keep up the good work.
323 10/05/2022 05:53:30 am
Re: Cannot Generate Invoice or Record Customer Payments. (3 replies, posted in Accounts Receivable)
The translations were in error and can be fixed with updates from bleeding edge. See attachment in this post.
324 10/05/2022 02:03:21 am
Re: FrontAccounting WhatsApp module (13 replies, posted in Modules Add-on's)
Excellent work but pricey.
What dependencies are there for this module to work?
Does it need an API licence from WhatsApp - any free usage limits from WhatsApp?
A list of settings would be useful.
325 09/26/2022 07:10:20 pm
Re: Release 2.4.13 (18 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.