Try to experiment yourself. F.i. 200,200,200
Joe
It's much more fun, when you can discuss your problems with others...
You are not logged in. Please login or register.
FrontAccounting forum → Posts by joe
Try to experiment yourself. F.i. 200,200,200
Joe
Please read about the 'search customer list' in the wiki at www.frontaccounting.com/fawiki .
Joe
This is strange. Which version were you using before 2.3.11?
Joe
Please have a look at existing threads before asking a similar question.
This thread handles your question as well.
https://frontaccounting.com/punbb/viewtopic.php?id=3272
Joe
Please have a look in another thread about this.
Joe
Have you got the 'Search Supplier List' enabled in Company Setup, Setup tab?
/Joe
You can experiment with various values in the width and height fields in
/reporting/includes/header2.inc, line 72
$this->AddImage($logo, $ccol, $this->row, 0, 40);
The 0 is the width and 40 is the height. Try to set both values to 0. If it doesn't work you can experience with the width or height parameter.
/Joe
Please look at the documention inside the module. We are normally not giving support on extensions, because often others have done them and we are lack of resources.
/Joe
There seems to be a missing file in /company/0/ called installed_extensions.php. You can copy this one from the root folder.
/Joe
You can use account groups/types with parents, which will do the same as you want. The new subaccounts are summed together with the parents. But they are also detailed inside and summed in the group.
/Joe
Please set the $go_debug flag in config.php to 1. This will trap any errors.
Joe
Well, frankly speaking I can't recall. I am not in office at the moment. Please have a try on the Training Co and see what happens.
/Joe
This depends on how you select the reports where dimensions are included. If you only want dimension 1, you don't select any from dimension 2 (empty). And the other way around for dimension 2.
Go on, you are on the right move
Joe
Well, I guess you will have to set both languages to utf-8, also in database. Please try to test this on the Training Co.
/Joe
Please set the $go_debug to 1 in the file config.php. This will trap any possible errors.
/Joe
As I know this is not possible.
/Joe
You can change the report files, for invoice, /reporting/rep107.php, line 151. For other documents please look in the rep1XX.php files.
/Joe
Have you checked that 'search customer list' in company setup is unchecked?
Joe
You shouldd go into access setup in setup tab. And then give access to the role.
Joe
A branch is not an independent legal entity. It is more like a division. You could probably use this term instead, or maybe you find a better term.
Joe
I guess the stock movements is the only place you can see them.
And of course some of the reports.
Joe
I guess you can have purchase price for the item with many decimals, so the roundingd are not too erroneos.
Joe
Location transfer doesn't produce any GL transactions.
It must be there by a mistake.
Joe
Please check that line 226 in /purchasing/manage/suppliers.php is
add_supplier($_POST['supp_name'], $_POST['supp_ref'], $_POST['address'], $_POST['supp_address'],
$_POST['gst_no'], $_POST['website'], $_POST['supp_account_no'], $_POST['bank_account'],
input_num('credit_limit',0), $_POST['dimension_id'], $_POST['dimension2_id'],
$_POST['curr_code'], $_POST['payment_terms'], $_POST['payable_account'], $_POST['purchase_account'],
$_POST['payment_discount_account'], $_POST['notes'], $_POST['tax_group_id'], check_value('tax_included'));
if not, you should upgrade to 2.3.11.
/Joe
What is this? Is it a Quick Entry?
/Joe
FrontAccounting forum → Posts by joe
Powered by PunBB, supported by Informer Technologies, Inc.
Currently installed 4 official extensions. Copyright © 2003–2009 PunBB.