If you are using the Vivaldi or any non-standard browser, check your file associations for htm, html, php and other files.

652

(0 replies, posted in Misc. Charts of Accounts)

All 41 charts have been updated with the new sys_prefs strings in my extensions repo.

653

(4 replies, posted in Setup)

Can you not install the iso-8859-1 version of Dutch on your NAS?

The nl_NL is the more recent version in my extensions repo and that too is iso-8859-1.

Attached is a specially compiled version in utf-8 from the above for your needs.

If you have already installed the iso version, then edit the installed_languages / installed_extensions file config file with the appropriate encoding as in the _init/config file in the attachment and replace the .mo file in the lang/nl_NL/LC_MESSAGES folder.

654

(1 replies, posted in Setup)

FA => Setup tab => Company Setup => User Interface Options => Search Customer List / Search Supplier List / Search Item List

Tick the check boxes as appropriate and click "Update".

Now the said search box will act as a filter for the drop down box.

1. https://github.com/apmuthu/FA24extensions/blob/master/Extensions/import_multijournalentries/doc/readme.txt
2. https://github.com/apmuthu/FA24extensions/tree/master/Extensions/import_transactions/templates
3. List of CSV fields are explained in https://github.com/apmuthu/FA24extensions/tree/master/Extensions/import_paypal

656

(13 replies, posted in Setup)

An auto logout and login switch script at the top should suffice with no DB or any great UI changes. Auto generation of the new session - can also be mapped to the same username and password in each company allowed.

Security issue: what happens if a site administrator creates a new username to be same as that of another site administrator's company? That is why the username and password should match that of the currently logged in company user in each of the companies to be allowed for the user.

This method can also be used for brute force attacks by using a set of passwords after logging in as one valid user in one company.

Going back in reverse chronological manner for nearly 5 years yields the following commits:

Add dimension to supplier payments
2020-02-20: https://github.com/braathwaate/frontac24/commit/2eb8f5462ef7be2ea9c0e3593e16619f8054be11

add dimension to mfg; more flexible cost types
2019-01-21: https://github.com/braathwaate/frontac24/commit/740a068d847e38027fd8c351bf26be15188cfb85

Add dimension to payments
2018-12-24: https://github.com/braathwaate/frontac24/commit/260d6e330932eb6d8f01584ce58220acda9ec2f1

Add dimension to payments; cash basis on p/l; fix dups on gl names
2018-02-24: https://github.com/braathwaate/frontac24/commit/6899ac7a52454f5cebce90945725056a5c9022f1

@joe: If they do not have any DB changes (or just flags alone could suffice), can we add it to the core?

658

(5 replies, posted in Reporting)

Anyone interested in creating an extension for a report in the Indian GST format can use the attachment as a template.

@joe: any reason why the supplier payment edit was disallowed?

@joe: check if it needs to get into the core.

Check out the FA Wiki Support Page.

The screen display is kept simple. The reports already have the graphics - logo option. Report Footers mods are in the Wiki.

Make units for each packing size as a product for sales while retaining a single product for purchase with it's own unit - possible use of Assembly too.

664

(82 replies, posted in FA Modifications)

For those who wish to experiment with chartist.js, the links are:
https://codeload.github.com/gionkunz/chartist-js/zip/develop
https://gionkunz.github.io/chartist-js/

A nice tutorial on where to include javascript and what it does:
https://www.tutorialspoint.com/javascript/javascript_placement.htm

@joe: can the SQL to get customer / supplier details be modified to retrieve the comments field too?

666

(10 replies, posted in Accounts Payable)

Have you tried Debit / Credit Notes?

Checkout a few extensions from the unofficial extensions repo.

Other Posts:
https://frontaccounting.com/punbb/viewtopic.php?id=8264
https://frontaccounting.com/punbb/viewtopic.php?id=5460
https://frontaccounting.com/punbb/viewtopic.php?id=5169

668

(2 replies, posted in Report Bugs here)

Which API did you use?
Try the one from the @braathwaate repo or from the unofficial extensions repo.

669

(8 replies, posted in Announcements)

All FA 2.4.8 users can now update to the current post release fixes (in the 4th post in this thread) that addresses a security vulnerability through using the  install new language facility as also PHP 7.4 fixes.

Wonder why the i.inactive is part of the SELECT column list when it is always 0 (ie., active) as per the WHERE clause.

Field Level access permissions is not natively implemented in FA. An extension can be designed as per user requirements till such time, maybe in FA 2.5.

@joe: is this a real issue?

@joe: can this be done in the core with a sys_prefs flag for now?

Wiki-ed.

675

(1 replies, posted in Translations)

Read the Wiki.