Refer this post.
4,076 05/18/2015 03:07:23 pm
Re: Add new modules for created menu (1 replies, posted in Announcements)
4,077 05/18/2015 03:02:50 pm
Re: How to input GRN for sample item from supplier? (3 replies, posted in Accounts Payable)
Buy from supplier at 0 price or 0.01 price!
4,078 05/18/2015 03:01:41 pm
Re: Report: Item history (3 replies, posted in Reporting)
If you mean Item Sales Price history, then "No". The only place you will get Sales and Purchase Price history is in the Sales and Purchase Invoices!
4,079 05/17/2015 05:20:46 pm
Re: How to show item tax on Invoice!? (2 replies, posted in Wish List)
10 Invoices ![]()
Check out some UK VAT Invoice topics.
4,080 05/16/2015 03:06:58 pm
Re: mysql connection strange issue at the least (9 replies, posted in Report Bugs here)
Please follow this thread for German equivalent of your issue and see if it helps you.
4,081 05/16/2015 03:03:33 pm
Re: How to input GRN for sample item from supplier? (3 replies, posted in Accounts Payable)
Invoice comes after GRN in FA - isn't it?
4,082 05/16/2015 03:02:33 pm
Re: Not a FA bug - error in FA website (1 replies, posted in Report Bugs here)
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.
4,083 05/16/2015 03:00:09 pm
Re: How to set inventory physical location (bin or shelf) (7 replies, posted in Items and Inventory)
Check the wiki for a workaround - it show up in the appropriate reports as well.
4,084 05/16/2015 02:56:03 pm
Re: Release 2.4 beta (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,085 05/12/2015 07:57:10 pm
Re: Time zone issue (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,086 05/12/2015 03:34:14 pm
Re: Import Transactions (154 replies, posted in Modules Add-on's)
@joe: PKG Repo update needed for this extension.
4,087 05/12/2015 03:32:48 pm
Re: email sales order (5 replies, posted in Reporting)
Make sure that PHP Mail works on your install. Refer the wiki for Windows / Linux mail settings articles.
4,088 05/12/2015 11:37:41 am
Re: Bug or Modification? (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 restartThe 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,089 05/12/2015 10:28:05 am
Re: Bug or Modification? (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.
4,090 05/12/2015 04:53:12 am
Re: mysql connection strange issue at the least (9 replies, posted in Report Bugs here)
You need to choose the language for the user under preferences. Also verify that the encoding is right - ISO... or UTF-8...
4,091 05/12/2015 04:52:03 am
Re: Make a vertical line on PDF report (3 replies, posted in Reporting)
Look at the code for how the border lines are made.
4,092 05/12/2015 04:35:33 am
Re: Bug or Modification? (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,093 05/11/2015 04:08:03 pm
Re: Import Transactions (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,094 05/11/2015 01:17:57 pm
Re: FA v2.4 development (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.
4,095 05/11/2015 12:42:36 pm
Re: Batch Import of Sales Invoices from CSV file (8 replies, posted in Accounts Receivable)
Refer this post.
4,096 05/11/2015 12:40:37 pm
Re: mysql connection strange issue at the least (9 replies, posted in Report Bugs here)
nl_NL (Netherlands)
nl_BE (Belgium)
da_DK (Denmark)
Which is yours?
4,097 05/11/2015 12:38:15 pm
Re: Bug or Modification? (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,098 05/11/2015 05:46:21 am
Re: Cannot Download Repo Index File (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.
4,099 05/11/2015 05:41:09 am
Re: Point of sale implementation proposition (7 replies, posted in Accounts Receivable)
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,100 05/10/2015 06:11:08 pm
Re: How to print on TXT file!? (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.
