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

652

(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?

654

(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.

660

(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?

662

(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

664

(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.

665

(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.

671

(1 replies, posted in Translations)

Read the Wiki.

You will need a custom extension done for this as it is not available in the core.

673

(5 replies, posted in Accounts Receivable)

Changing the primary keys of the respective tables and re-ordering them is possible but must be done carefully or through a separate script / extension.

Please make sure you have tested with the Git Master which has the post release fixes too. The file includes/ui/allocation_cart.inc was updated on these dates:

2020-03-18 (after FA 2.4.8 was released)
2020-01-11
2019-12-26 (after FA 2.4.7 was released)
2017-11-10 (before AF 2.4.6 was released)

FA 2.4.8 was released on 2020-02-05
FA 2.4.7 was released on 2019-06-25
FA 2.4.6 was released on 2018-12-18

@joe: is this desirable for certain restricted tables or can it be taken into the core? Will possibly need to change the permissions in the chart sqls as well.