4,051

(2 replies, posted in Wish List)

10 Invoices smile

Check out some UK VAT Invoice topics.

Please follow this thread for German equivalent of your issue and see if it helps you.

Invoice comes after GRN in FA - isn't it?

When a key word is absent, the search fails - known issue. Devs are busy with the FA 2.4 release - fix for this is of lower priority. The word "cheque" returns results.

Check the wiki for a workaround - it show up in the appropriate reports as well.

4,056

(10 replies, posted in Announcements)

@joe: Stating Minimum and Recommended PHP/MySQL versions for FA 2.4 and ini/conf parameter values would be useful.

4,057

(15 replies, posted in Setup)

That was a note to the devs for populating the drop down select box with TimeZone entries directly from the php function. Probably will make it to FA v2.4 in time.

4,058

(154 replies, posted in Modules Add-on's)

@joe: PKG Repo update needed for this extension.

4,059

(5 replies, posted in Reporting)

Make sure that PHP Mail works on your install. Refer the wiki for Windows / Linux mail settings articles.

4,060

(17 replies, posted in Report Bugs here)

Attached is the German UTF-8 screenshot - please check the umlauts and see if that is what you get / need.

sed -i -e 's/# de_DE\.UTF-8/de_DE.UTF-8/' /etc/locale.gen
dpkg-reconfigure --frontend=noninteractive locales
service apache2 restart

The above code in Debian will install the necessary locale.

Here is the code snippet from the lang/languages_installed.inc file:

$installed_languages = array (
  0 => 
  array (
    'code' => 'C',
    'name' => 'English',
    'encoding' => 'iso-8859-1',
  ),
  1 => 
  array (
    'code' => 'de_DE',
    'name' => 'German UTF8',
    'path' => 'lang/de_DE',
    'encoding' => 'utf-8',
    'version' => '2.3.0-3',
  ),
);

$dflt_lang = 'de_DE';

Make sure you have php5-gettext and php5-intl extensions installed and activated for your PHP.

4,061

(17 replies, posted in Report Bugs here)

You will have to possibly edit the lang/installed-languages.inc file accordingly for the encoding - check the spelling and hyphenation. Logout and clear cache and then login again. If necessary restart the webserver and try. Also check the collation of your database / fields. Post a screenshot of what is messed up.

You need to choose the language for the user under preferences. Also verify that the encoding is right - ISO... or UTF-8...

4,063

(3 replies, posted in Reporting)

Look at the code for how the border lines are made.

4,064

(17 replies, posted in Report Bugs here)

The translation for de_DE in the official pkg repository is ISO-8859-1 as seen here.

Replace the lang/de_DE/LC_MESSAGES/de_DE-2.3.0-3.mo file with this one from my Unofficial GitHub Repo.

4,065

(154 replies, posted in Modules Add-on's)

In your file templates/payment_en_GB.csv, please delete the last comma. There are 11 fields separated by 10 commas but the last line has an extra comma.

4,066

(48 replies, posted in Setup)

The changes in the master FA 2.3 branch have now been merged into the FA 2.4 branch and a separate PKG repo branch has been created for v2.4 and set in the current FA 2.4 snapshot.

The set of PKGs available in the FA 2.4 Repo are shown in the screenshots in my FA24 Unofficial GitHub Repo's Issues Page.

Refer this post.

nl_NL (Netherlands)
nl_BE (Belgium)
da_DK (Denmark)

Which is yours?

4,069

(17 replies, posted in Report Bugs here)

Do you mean putting in php.ini directives into htaccess?
http://www.inmotionhosting.com/support/website/htaccess/htacess-change-timezone
http://craftcms.stackexchange.com/questions/8816/return-to-specific-locale-based-on-cookie/8817#8817

4,070

(6 replies, posted in Report Bugs here)

In Windows, you will need to have language settings set in the control panel depending on which flavour of Windows you are using.

Integrate the Databases using some cron job or trigger scripts on events.
POSper is a Java based engine (.jar file).
POSper BackOffice is a Ruby on Rails Web Application.
It uses MySQL database.
Discussion on using it in RaspberryPi
Support for POSper is at http://support.posper.de

4,072

(1 replies, posted in Reporting)

Include a php script to output a txt file with the necessary invoice line items data just before outputting the invoice report as PDF/XLS.

The UI translation is accessed by installing the appropriate language locale and choosing the interface language in preferences.

4,074

(6 replies, posted in Report Bugs here)

Disable your Internet download manager and try only in FireFox.

4,075

(15 replies, posted in Setup)

TimeZone can be a SysPrefs variable that is company wide with a user table override. It is handled in FA using PHP's TimeZone functions and hence it should be easily obtained from http://php.net/manual/en/timezones.php on the fly.