please mention your environments os, php, mysql, apache and the content of /lang/installed_languages.inc
77 10/15/2022 07:13:47 am
Re: Changing a Branch on an Invoice (1 replies, posted in Accounts Receivable)
@seahawk.. I use an extension by @boxygen as below. It works nice for me. Review and see if it fits you. It works with Direct Invoices only. Aslo you need to manually void customer payments if any was allocated against the invoice.
https://frontaccounting.com/punbb/viewtopic.php?id=7951
https://frontaccounting.com/punbb/viewtopic.php?id=7029
78 10/14/2022 11:38:58 am
Re: Help Please: Simplified Line Items on Quotes & Invoices (1 replies, posted in Accounts Receivable)
Take a look at Manufacturing and Bill of Material you might find a way to suit your need.
79 10/14/2022 07:52:08 am
Re: Requires Login when changing tabs on mobile device (1 replies, posted in Installation)
Maybe this might help
https://frontaccounting.com/punbb/viewtopic.php?id=9606
80 10/10/2022 12:50:39 pm
Re: FrontAccounting WhatsApp module (13 replies, posted in Modules Add-on's)
I believe this is an excellent extension. This will definitely add value to the great work done by FA developers. Keep up the good work.
81 09/28/2022 09:58:23 am
Re: Receiving a purchase order (1 replies, posted in Report Bugs here)
You are running a very old release of FA. There are 12 releases newer than 2.4.1 (2.4.13). Many bugs were fixed and some more functionality is added. I recommend to upgrade your FA to the latest. You might have a PHP compatibility problem which is only addressed by new releases.
82 09/26/2022 06:28:23 am
Re: How to disable a payment method? (1 replies, posted in Setup)
Did you mean Payment Terms?
Setup->Payment Terms
Click on bottom lift -> Show Also Inactive
Check the term you want to inactivate.
83 09/23/2022 04:39:04 am
Re: Arabic and other RTL ( Right to Left) languages User Interface (42 replies, posted in Translations)
@msuhail197
This is a very simple thing that should work immediate if all your setup is correct. Mainly utf-8 for English in installed_languages.inc and the default font dejavu mentioned in class.pdf.inc and that the font files are in /reporting/fonts. Thats all. Unless you have /reporting directory somewhere in /company/x that is overriding your changes. So please review your installation.
84 09/22/2022 02:40:53 pm
Re: Arabic and other RTL ( Right to Left) languages User Interface (42 replies, posted in Translations)
You need to change the English encoding to utf-8
85 09/22/2022 02:26:49 am
Re: Arabic and other RTL ( Right to Left) languages User Interface (42 replies, posted in Translations)
Can you list here the contents of your /lang/installed_languages.inc
Also make sure that
default : $fontname = "dejavu"; break;is specified as the default font around line 162.
86 09/20/2022 06:14:00 am
Re: Arabic and other RTL ( Right to Left) languages User Interface (42 replies, posted in Translations)
Make sure that the language encoding is utf-8 then go:
https://frontaccounting.com/wbt/pages/download/downloads-for-release-2.3fonts.php
Download and install dejavu font as described in the instructions.
Also on the same page take a look at the Font Utility Package if you want to use your own fonts.
87 09/19/2022 05:10:26 pm
Re: Bank details on Quotes (8 replies, posted in Reporting)
@msuhail197 please use on thread for your same query .
88 09/19/2022 04:51:26 pm
Re: Direct Invoice and Direct Delivery links are not working (2 replies, posted in Installation)
Are the access setup for the user correct ? Check them out. Of course your fa version is ancient .
89 09/19/2022 04:31:17 pm
Re: The default bank account will not be printed on invoices and Quotatios (5 replies, posted in Banking and General Ledger)
True. this is old. In doctext.inc comment as below
// footer generic content
// if (@$this->formData['bank_name'])
// $Footer[] = _("Bank"). ": ".$this->formData['bank_name']. ", " . _("Bank Account") . ": " . $this->formData['bank_account_number'];This will suppress all bank details in all documents . If this what u want.
90 09/19/2022 06:18:47 am
Re: The default bank account will not be printed on invoices and Quotatios (5 replies, posted in Banking and General Ledger)
This will help you:
https://frontaccounting.com/punbb/viewtopic.php?id=1288
91 09/07/2022 04:49:10 pm
Re: Add a new Supplier (11 replies, posted in Report Bugs here)
@stig
Did kvvaradha provided a solution to your problem?. If so please update. Thanks to @kvvaradha for his contribution. I would like to remind all users who report problems thru the forum to please update the status of the suggestions given by other community member . This will benefit the whole community.
92 09/04/2022 06:34:58 pm
Re: Add a new Supplier (11 replies, posted in Report Bugs here)
sorry @stig I was not able to reproduce your error. Can you explain exactly how you are doing it? I understand it might be trivial but it should be helpful to understand, Also Language u use??
93 09/04/2022 12:06:48 pm
Re: Add a new Supplier (11 replies, posted in Report Bugs here)
Your OK with environment I just missed to as ask you your mysql version. Please mention that. Meanwhile you need to enable debugging for analysis. You need to edit ...config.php to the following and revert back to what it was before after trying to add a supplier again. Also list what the errors.log has after the change:
$go_debug = 1; // set to 1 for basic debugging, or 2 to see also backtrace after failure.
94 09/04/2022 10:21:38 am
Re: Add a new Supplier (11 replies, posted in Report Bugs here)
State your environment please. FA , OS PHP and APACHE.
95 09/04/2022 09:04:35 am
Re: Add a new Supplier (11 replies, posted in Report Bugs here)
Anything in the error log .../tmp/errors.log ?
96 09/03/2022 02:56:17 pm
Re: Delivery address (4 replies, posted in Setup)
I understand now. The only way to do it is by manually entering the Deliver To Name and Address on the Quotation screen in your case. Also the Payment type should not be CASH.
97 09/03/2022 01:07:24 pm
Re: Delivery address (4 replies, posted in Setup)
Did you try Customer Branches ?
98 09/01/2022 03:33:22 pm
Re: How to display chinese front in company address (1 replies, posted in Translations)
Can you please describe in more details what you exactly want to achieve with Chinese language. ? Give example.
Please describe your operating environment ( OS, Web server, db PHP ..etc).
99 08/24/2022 12:16:48 pm
Re: Extension not available on frech server installation (3 replies, posted in Installation)
Hi,
Post #30 in https://frontaccounting.com/punbb/viewtopic.php?id=9695 is working for me.
100 08/17/2022 05:00:22 am
Re: Carriage inward (1 replies, posted in Items and Inventory)
Many solutions within the forum. You can choose what best suits you.
https://frontaccounting.com/punbb/viewtopic.php?id=8291
