1,551

(2 replies, posted in Accounts Receivable)

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

1,553

(15 replies, posted in Announcements)

The repository has now been updated. The empty.po can be downloaded at the repository here.

Joe

1,554

(15 replies, posted in Announcements)

Both are gettextified, but we forgot to include a new empty.po. I will ask Janusz to do that.

/Joe

1,555

(15 replies, posted in Announcements)

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

1,557

(15 replies, posted in Announcements)

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

1,560

(2 replies, posted in FA Modifications)

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

1,565

(1 replies, posted in Wish List)

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

1,566

(3 replies, posted in Reporting)

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

1,567

(3 replies, posted in Reporting)

Use the function rep->NewLine to add extra lines.

Joe

1,568

(7 replies, posted in Accounts Payable)

Unmark the Search Supplier Lists in Company Setup, Setup tab.

Joe

1,569

(8 replies, posted in Accounts Payable)

No, but you can create as many payment types as you wish. Just follow the rules when creasting them. Look into the wiki about how to create them.

/Joe

1,570

(8 replies, posted in Accounts Payable)

Look into the wiki .

Joe

1,571

(13 replies, posted in Accounts Payable)

Yes it is. Check that you do not have the search supplier list in company setup set.

Joe

@erwindebruin

Normally credit notes are used for allocation of invoices. This is the fact when crediting invoices from the customer/supplier  transactions.

Using credit notes from the menu choice, Customer/Supplier Credit Notes is also used for allocations. this can be done from the Allocate Payments/Credit notes.

In my opinion a menu link after creating the Credit Notes will raise confusions about how and when to allocate the payments.

In the rare cases where you pay your customer a bank payment, you can use the credit note for allocation of this bank payment.
On the supplier side you create a bank deposit and use a credit note for allocation of the bank deposit.

So I will suggest we just leave it as is.

/Joe

I guess you mean a Bank Payment, right? To payback to the customer.

Will look into this.

Maybe also a link after the supplier credit note to Bank Deposit or maybe not?

/Joe

Please clear the browser cache and delete temporary internet pages as well as cookies.

Maybe somebody can help us further here.
Joe

It should be written on the screen.

Also have a look into the file
/tmp/errors.log.
This will also log severe errors.

Joe