The Italian Language files for FA 2.4.x is in my repo which may have some additional strings since the official repo was updated.
1,677 07/01/2018 04:08:33 pm
Re: Charts of Accounts (3 replies, posted in Misc. Charts of Accounts)
The Italian chart of accounts has default VAT set at 22% and A4 paper and has been added to my repo. You may have to set your decimal and thousands separators as needed in the user preferences / company defaults / config defaults.
Download en_IT-general.sql and place in your sql folder and use for creating your company.
1,678 07/01/2018 01:59:58 am
Re: Tax Inquiry - Does not show output tax info (114 replies, posted in Reporting)
Upload an annotated screenshot somewhere and post the link here.
Also make sure you are using the latest Git Master FA codebase. The changed file list from FA v2.4.3 to v2.4.4 is available in this post (not needed for you now as your are already on FA 2.4.4) and the subsequent changed files are in a succeeding post in the same thread.
1,679 06/30/2018 06:21:02 pm
Re: Bank Statement Report (13 replies, posted in Reporting)
@joe: any headway?
1,681 06/28/2018 03:57:39 am
Re: Import Transactions (154 replies, posted in Modules Add-on's)
In a prepayment, we may not know the freight cost then. Whatever way you import, it is best to edit them later to reflect actuals.
1,682 06/27/2018 01:50:51 am
Re: Journal Entry Extra Field Appearing (14 replies, posted in Banking and General Ledger)
The Customer Branch / Suppliers page can be set to have default accounts Receivable / Payable account.
1,683 06/27/2018 01:47:08 am
Re: New Journal entry into CC payable account requires vendor selection (6 replies, posted in Banking and General Ledger)
This occurs only when you choose the first account as an Accounts Payable (Current Liabilities) or Accounts Receivable (Current Assets).
In any double entry accounting system, there has to be a contra account (or sets of accounts in Dr/Cr to balance the transaction) either chosen by default or by counterparty account. We cannot have the latter as "none" unless a default can be assumed.
@joe: any SOP?
1,684 06/26/2018 03:47:28 am
Topic: Bulk Company Creation (0 replies, posted in Setup)
Especially for teaching purposes, to give each student a separate company, DB and admin account in it, we need to be able create a bulk set of companies quickly. This must be done just after installing FA which will then have just one company (default).
Added a script to do just that and committed it in the FA24Mods folder in my repo.
1,685 06/25/2018 04:15:35 pm
Re: REST API (86 replies, posted in Modules Add-on's)
This wiki page is probably still relevant and stands updated.
FA Bridge is what you need to execute from a remote server.
1,686 06/25/2018 12:01:39 pm
Re: REST API (86 replies, posted in Modules Add-on's)
1. Create a separate table / array list to match credentials for an SA_API permitted user with some additional API code linked to a specific company and rights associated with allowed API routes.
2. When that user logs in with the API code, it is matched to the appropriate company and authorisations allowed.
3. All interactions using the API done by this user will then pertain to only that company.
This also be made use of by app designers with other means like htaccess and htpasswd to choose the company and functionality for specific linux users.
1,687 06/24/2018 11:50:29 am
Re: REST API (86 replies, posted in Modules Add-on's)
In the existing version, the Purchases.php is not included and it is a templated copy of Sales.php awaiting editing and still includes sales.inc instead of a new purchases.inc which needs to be hammered out.
Try the experimental Purchases in the API GitMaster as it is now updated with the upstream 2.4-1.6 without need for composer.
1,688 06/24/2018 11:15:05 am
Re: How many tree accounting levels in FA (1 replies, posted in Banking and General Ledger)
Probably unlimited - recursive hierarchies - depending on the way your Chart is designed.
1,689 06/24/2018 11:14:30 am
Re: how to generate statement of financial position report (9 replies, posted in Banking and General Ledger)
https://memorynotfound.com/merge-multiple-pdf-documents-itext-java/
https://www.sejda.com/merge-pdf
https://sourceforge.net/projects/pdfmerge/
https://pdfcrowd.com/forums/read.php?3,666
https://github.com/boazsegev/combine_pdf/issues/44
Other than the above, roll your one with code from both repXXX.php files.
1,690 06/24/2018 04:43:30 am
Topic: HTML cleanup in bank inquiry (0 replies, posted in Banking and General Ledger)
Lines 65 to 69 in gl/inquiry/bank_inquiry.php:
div_start('trans_tbl');
$act = get_bank_account($_POST["bank_account"]);
display_heading($act['bank_account_name']." - ".$act['bank_curr_code']);
start_table(TABLESTYLE);can have the html cleaned up to be:
$act = get_bank_account($_POST["bank_account"]);
display_heading($act['bank_account_name']." - ".$act['bank_curr_code']);
div_start('trans_tbl');
start_table(TABLESTYLE);so as not to clutter the table construct.
Possibly present elsewhere in the code as well.
1,691 06/23/2018 01:30:36 pm
Re: Fixed asset take on (1 replies, posted in Fixed Assets)
Find out the original value of the asset and create it in the previous year and depreciate it fully in that year so that the carry over is nil but the asset's original value is available. Alternatively book the asset at the lowest value of 1 cent ($ 0.01) and then depreciate it fully.
1,692 06/23/2018 01:27:53 pm
Re: how to generate statement of financial position report (9 replies, posted in Banking and General Ledger)
FA already has P&L and Balance Sheet Reports.
rep706 - Balance Sheet
rep707 - Profit & Loss (Period Y-1 option)
View Screenshots of all reports in the Wiki
1,693 06/22/2018 03:10:20 am
Re: how to generate statement of financial position report (9 replies, posted in Banking and General Ledger)
Provide mockup images.
1,694 06/21/2018 08:21:54 am
Re: Client balance inconsistency in FA 2.4.1 w/ journal entry (3 replies, posted in Report Bugs here)
Yes, it was fixed a year ago:
Commit
Fix to above commit
Will also include a change in primary key for multiple debtors as well. Check the sql/en_US-new.sql file for differences with your chart.
1,695 06/20/2018 05:33:20 am
Re: Installation guide not visible (3 replies, posted in Installation)
The Wiki works now.
1,696 06/19/2018 10:55:57 am
Re: Item Editable Description Issue (10 replies, posted in Items and Inventory)
This will have something to do with blank / null field values returned on query for the said version of PHP/MySQL. Try using a lower version of PHP first (5.3.x) with the same DB version and isolate the issue to being PHP or DB dependant. Also try first on some other browser - say FireFox. Upgrade to latest Git Master of FA 2.4.4+ and see if the problem vanishes.
1,697 06/19/2018 10:52:35 am
Re: Anyone else have problems viewing the wiki? As in empty pages. (11 replies, posted in Report Bugs here)
Thanks Janusz. The left sidebar has a menu link named Page title that needs to be changed to Dev Mailing List.
1,698 06/18/2018 12:26:41 pm
Re: Installation guide not visible (3 replies, posted in Installation)
The Wiki is partly broken for now. Try the source of the page.
1,699 06/18/2018 12:24:46 pm
Re: Item Editable Description Issue (10 replies, posted in Items and Inventory)
Which version of PHP/MySQL/FA are you using?
Which browser / version are you using?
The said error pops up at line 319 of includes/ui/ui_lists.inc/
1,700 06/18/2018 11:46:40 am
Re: Wrong unit cost for AP Surf Set in demo data (12 replies, posted in Report Bugs here)
@joe: Thanks. That was a real re-write! The 0_refs did not need an update - is it?
