10 Invoices
Check out some UK VAT Invoice topics.
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 apmuthu
10 Invoices
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.
@joe: Stating Minimum and Recommended PHP/MySQL versions for FA 2.4 and ini/conf parameter values would be useful.
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.
@joe: PKG Repo update needed for this extension.
Make sure that PHP Mail works on your install. Refer the wiki for Windows / Linux mail settings articles.
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.
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...
Look at the code for how the border lines are made.
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.
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.
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?
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
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
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.
Disable your Internet download manager and try only in FireFox.
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.
FrontAccounting forum → Posts by apmuthu
Powered by PunBB, supported by Informer Technologies, Inc.
Currently installed 4 official extensions. Copyright © 2003–2009 PunBB.