Hello,
Your two last accounts should NOT be a bank account, but a cost (expense) account.
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
Hello,
Your two last accounts should NOT be a bank account, but a cost (expense) account.
Joe
This has now been implemented and the repo is updated. You can now search by short name, name or tax id in both customer and supplier lists.
You can download the file,/insludes/ui/ui_lists.inc and replace it in the same server folder.
/Joe
I will fix this. Janusz suggest that we take the fields, debtor_ref, name and tax_id.
Will also include similar on the supplier side, even if the gst field may not be so frequently used.
Joe
Ok, I have sent a request to our chief of development, Janusz.
Joe
@tester1
Please try again. It should work now.
Joe
Just replace the header for item number with an empty string in doctext.inc.
The same for the line printing. In rep107.php.
You can also copy the report rep107.php to /company/X/reporting where X is your company number. FA will search in your company folder first after the report.
Here you can make the change. In this case the report will not be overwritten when updating to a later release.
Joe
I am sorry. What I meant was that we do not have resources to help changing the core, if there is not a major request from a majority of users. You can use the forum Jobs wanted / Offered.
Joe
We do not have Resources to change the core, if this is not a major request from users, and other users will not suffer from that.
/Joe
Please report what is inside /tmp/errors.log.
Also set the $go_debug flag to 1 or 2 in config.php to help track any strange things happening.
Joe
Sure, just use one decimal for hours. Then use 0.5 hours, 3.75hours etc.
Joe
Just curious. Is this a common search wish? In that case a candidate for the core?
Joe
The repository has now been updated. The empty.po can be downloaded at the repository here.
Joe
Both are gettextified, but we forgot to include a new empty.po. I will ask Janusz to do that.
/Joe
I will have a look at this. Thanks.
Joe
Maybe you should change the exchange provider from ECB to either YAHOO or GOOGLE.
You do that by changing in config.php file down near the end.
$xr_providers = array("ECB", "YAHOO", "GOOGLE", "BLOOMBERG");
$dflt_xr_provider = 0;
CHange this from 0 to either 1 or 2.
Joe
There is a new variable in config.default.php
/* Whether to allow sending new password by e-mail */
$allow_password_reset = false;
If you haven't set it then copy and paste this into config.php and set the variable to true.
Now it should work. Maybe I missed this in the update.html file.
Joe
Yes, sure. I will start preparing it for the repo.
Joe
Unfortunately I have no resources to help you further.
Please download a fresh installation from Sourceforge, and upload this to your server.
Make an install and see if you still have problems.
If so, something is not working correctly on your server.
Joe
This is available when you go to Customer Setup. Mark the checkbox, Search Customer Lists.
Joe
Ok, now we know that. There have been some problems with this release.
Please try to download the mysql error log file. If we are lucky we can probably see some errors here.
Are you running the latest release of FA? 2.3.21? If not try to upgrade as well.
Joe
The files should also be writable.
If you have access to the server phpMyAdmin, then open your database and in the SQL form, place the following:
SELECT VERSION() and run.
This will retrieve your MySql version.
/Joe
There seems to be no MySql running on the server.
Also make the required folders writable.
Joe
Like Barbarian, we have no idea. While it works in your local Environment but not on your server.
Please goto Setup tab, run System Diagnostics in both Environments and give us a link or upload the pictures.
This will tell us a Little more.
/Joe
Most of the forms are terminated by a confirmation screen. By using the refresh page should not harm anything. Only if you use the back arrow, then there might be something in the cash that should not be updated again.
Joe
Look into the class FrontReporting in file /reporting/includes/pdf_report.inc. About line 216, lineHeight = 12.
You can temporarely increase this value to a greater value. Ex.
$rep->lineHeight += 10;
Yoyr code inside the new rowspan...
$rep->lineHeight -= 10;
Maybe you can be inspired to do other things by studying this class.
Joe
FrontAccounting forum → Posts by joe
Powered by PunBB, supported by Informer Technologies, Inc.
Currently installed 4 official extensions. Copyright © 2003–2009 PunBB.