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
651 08/08/2020 04:05:58 pm
Re: Import Document Template - Front Accounting (1 replies, posted in Banking and General Ledger)
652 08/06/2020 02:48:41 pm
Re: Multiple company access (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.
653 08/06/2020 02:43:49 pm
Re: Dimension wise balance sheet items (A/C Payable and Receivables) (11 replies, posted in Dimensions)
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 08/06/2020 02:29:02 pm
Re: Tax invoice (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.
655 07/30/2020 07:58:46 pm
Re: Suppliers Payment is not editable. Any solution? (11 replies, posted in Accounts Payable)
@joe: any reason why the supplier payment edit was disallowed?
656 07/30/2020 07:50:47 pm
Re: Bug in Supplier Credit Note Edit (4 replies, posted in Report Bugs here)
@joe: check if it needs to get into the core.
657 07/30/2020 07:45:55 pm
Re: Front Accounting Developer in Singapore (1 replies, posted in Jobs wanted/offered, non-free offers)
Check out the FA Wiki Support Page.
658 07/30/2020 07:43:42 pm
Re: Bank Account Payment Entry / gl_payment_view.php (1 replies, posted in Banking and General Ledger)
The screen display is kept simple. The reports already have the graphics - logo option. Report Footers mods are in the Wiki.
659 07/26/2020 02:02:07 pm
Re: Multiple Units of Measure in Inventory (6 replies, posted in Items and Inventory)
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 07/26/2020 01:59:57 pm
Re: Modularizing the Dashboard (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
661 07/26/2020 01:46:57 pm
Re: Include comments /memo (from database) in Customer / Supplier Reports (3 replies, posted in Reporting)
@joe: can the SQL to get customer / supplier details be modified to retrieve the comments field too?
662 07/26/2020 01:40:58 pm
Re: Supplier Invoice Page possible? (10 replies, posted in Accounts Payable)
Have you tried Debit / Credit Notes?
663 07/26/2020 01:39:26 pm
Re: Bank Payment Entry Behaviour (6 replies, posted in Banking and General Ledger)
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 07/26/2020 01:34:46 pm
Re: Issues in RestAPI integration (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 07/24/2020 01:35:50 am
Re: Release 2.4.8 (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.
666 07/23/2020 05:03:30 pm
Re: Item Description on Item & Inventory (2 replies, posted in Items and Inventory)
Wonder why the i.inactive is part of the SELECT column list when it is always 0 (ie., active) as per the WHERE clause.
667 07/23/2020 04:51:19 pm
Re: Bank Payment Entry Behaviour (6 replies, posted in Banking and General Ledger)
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.
668 07/23/2020 04:48:13 pm
Re: Negative Inventory Adjustments not working anymore (2.4.8) (5 replies, posted in Items and Inventory)
@joe: is this a real issue?
669 07/14/2020 06:00:36 pm
Re: How do I restrict user not to raise invoice for all customers (5 replies, posted in Accounts Receivable)
@joe: can this be done in the core with a sys_prefs flag for now?
670 07/14/2020 05:59:27 pm
Re: translation is not working in User interface (6 replies, posted in Translations)
Wiki-ed.
671 07/12/2020 02:59:00 pm
Re: How can i create a new language (1 replies, posted in Translations)
Read the Wiki.
672 07/12/2020 02:56:34 pm
Re: How do I restrict user not to raise invoice for all customers (5 replies, posted in Accounts Receivable)
You will need a custom extension done for this as it is not available in the core.
673 07/12/2020 02:54:56 pm
Re: Insert rows between lines (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.
674 07/12/2020 02:38:03 pm
Re: Receive Purchase Order Items: stopped working since 2.4.7! (6 replies, posted in Items and Inventory)
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
675 07/10/2020 02:45:35 pm
Re: Role Permission For search Items Popup (3 replies, posted in Items and Inventory)
@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.