Please ignore this topic, we now need some forum tests.
Sorry for inconvenience.
1 01/19/2020 10:43:26 am
Topic: Ignore: just a test (1 replies, posted in Jobs wanted/offered, non-free offers)
2 08/13/2012 03:44:43 pm
Re: simple_crud_class (5 replies, posted in FA Modifications)
Well, there are some places where confirmation is good idea, but it make no sense to include it everywhere. I believe application
should make user's life easier, so asking for confirmation where there is small risk for any damage is just waste of user's time. We have added confirmation dialog iin places where using delete action can complicate user's life, and when the action can be harmful additional constraints does not allow for this. But if you want to add confirmation dialog in any customized page, you can do it easily using submit_js_confirm() helper.
Have you found any place in standard FA where additional confirmation should be added?
Janusz
3 12/28/2011 11:08:31 am
Re: Quickbooks data import (10 replies, posted in Wish List)
Quickbooks is not known in my region at all, but seems it is quite popular in Anglosphere.
Does quickbooks have any generic export feature included (like CVS) ?
Janusz
4 12/28/2011 10:56:26 am
Re: How to Do Unit Testing in FA? (3 replies, posted in FA Modifications)
Hi bhoo,
Could you send me example selenium based tests as you use it for your modules?
Janusz
5 12/28/2011 10:54:25 am
Re: rounded errors (17 replies, posted in FA Modifications)
Well, I'm not sure where the problem appears, but in general case rounding errors should never appear in accounting application. This simply can break balances in some places. Please report where you have found the problem, maybe better approach is just to avoid the problem at the source?
Janusz
6 12/28/2011 10:33:46 am
Re: Missing EUR-symbol in dialogues (2 replies, posted in Translations)
AFAIK ISO-8859-15 is just Latin1 extended by Euro sign. This does not solve the problem for other latin encodings, but for Western Europe languages is probably the best solution. Using Utf-8 has other drawbacks like enormous PDF reports size, so we have decided to use mixed approach in next FA 2.5 i.e. utf8 encoded database together with arbitrary encoding in user interface. upgrade scripts will recode old databases to utf8.
Janusz
7 12/28/2011 10:19:40 am
Re: Import Sales Order (15 replies, posted in Accounts Receivable)
Really excentric approach .
Keep in mind FA make lots of checks before the data for any entered document are stored in database. The more FA code you ommit the more chances to break your ledger.
Janusz
8 12/28/2011 10:11:07 am
Re: Direct Sales Invoice - turn off duplicate item warning (3 replies, posted in Accounts Receivable)
You can eventually block the message by commenting out display_warning() call in sales/includes/ui/sales_order_ui.inc ca line 60.
9 12/28/2011 10:05:41 am
Re: off-balance-sheet account (2 replies, posted in Banking and General Ledger)
Well, off BS accounts are used also in Poland, however they are optional, and so far are not implemented in FA.
Janusz
10 12/28/2011 09:59:33 am
Re: Payroll module (5 replies, posted in Setup)
Nothing changed so far I'm affraid. The payroll system highly depends on local requirements, so we have not decided to start this development in main FA core.
Janusz
11 12/28/2011 09:55:17 am
Re: Install/Activate Extension, Themes, Chart of Accounts no working (18 replies, posted in Setup)
I'm not sure what you mean. If the problem is long delay on this page, probably you have no internet contact to our package repository, which is checked when you entry Install/Activate Extension menu option.
Janusz
12 12/28/2011 09:50:14 am
Re: Cash sale/POS functionality 2 (7 replies, posted in Accounts Receivable)
If your account has Default24 POS tied, constraints related to this POS are used during invoice issue.
Otherwise e.g. the salesman not allowed to make cash payments could issue cash invoices and receive money.
Janusz
13 11/15/2011 05:40:30 pm
Re: Installation FA238 on windows fails, on linux ok (11 replies, posted in Installation)
This is really strange. I guess this can be related to php version you use. I have encountered similar problem on some php 5.2.x i nstallation some time ago. Unfortunately I have no access to Win based FA installation, but you can try adding following line at the top of install/index.php:
global $Ajax;
just below line containing '$path_to_root="..";
Janusz
14 11/15/2011 05:27:27 pm
Re: 2.3.8 requires re-authentication every page (7 replies, posted in Installation)
Seems this can be related to bug 0001173 just resolved. Please login to our Mantis system, download fixed session.inc file, use it and report the results here.
Janusz