I'm not sure if I understand you right, but this application does not allow to open more than one transaction at the same time. When you edit e.g. Sales Invoice cart variable $_SESSION['Items'] is created and application use it during data entry. When you open the Sales Order again the session variable is just overwritten. Some workaround is to open the document in another browser (if you have two on your box ). Every browser has its own cache for cookies so they open separate sessions.
Janusz
976 04/14/2011 02:07:09 pm
Re: Edit Supplier Invoice (13 replies, posted in FA Modifications)
977 04/09/2011 10:36:16 am
Re: SQL trail: inaccurate error message? (9 replies, posted in Setup)
Hi guys. Thank you both for tracking down the problem. I couldn't reproduce the bug 709, now I know why. The fix will be included in next (2.3.4) release.
Janusz
978 04/09/2011 10:18:29 am
Re: Text filetring for this forum (3 replies, posted in Wish List)
Sorry, double quote problem is not enough to start forum from scratch again .
979 04/09/2011 09:48:59 am
Re: Lengthen Field (1 replies, posted in FA Modifications)
You have to enlarge locations.loc_code field, and also elarge related fields which use location code in other tables.
980 04/09/2011 09:43:26 am
Re: Add new item to document (6 replies, posted in FA Modifications)
I' not sure I undrstand you right. If you are looking for the line code which create item cart it is placed in line 70 of transfer.php.
981 04/09/2011 09:35:09 am
Re: Edit Supplier Invoice (13 replies, posted in FA Modifications)
Yes, lack of time suffers all of us .
Regarding 'variables being kept per instance' you can use sys_prefs table (if you mean company level settings).
982 04/09/2011 08:53:14 am
Re: Split components & service in Sales Invoice Report (1 replies, posted in Reporting)
This is not available from the box. If you wish you can customize the invoice report.
983 04/08/2011 09:38:20 pm
Re: SQL trail: inaccurate error message? (9 replies, posted in Setup)
The messages are included in the table just as a comment helpfull in recognizing where the query was issued. If you want to find real problems, just make a query like:
SELECT * FROM 0_sql_trail where result=0
984 04/08/2011 09:25:43 pm
Re: Closing a fiscal year... (14 replies, posted in Setup)
I think this is rarely used worldwide, so - if you have free resources - you can try to implement it yourself, and then submit the code as contribution to be included in core source. The implementation should include:
. the two additional settings in System and GL Setup visible when config.php variable e.g. $separate_loss_act is set to true;
. implement changes in closing year procedures activated with the same variable.
Not too much work, and if you will try to mimic coding style used in FA core, there is a big chance to be included in some next release .
985 04/01/2011 09:28:30 am
Re: Hooking Up an Extension (8 replies, posted in Modules Add-on's)
No, FA should suport multiply extensions. Maybe you have misconfigured hooks file, or you have found a bug.
986 04/01/2011 09:19:57 am
Re: Supplier transaction inquiry - error 1064 (2 replies, posted in Report Bugs here)
Seems this query is not compatible with MySQL 4 (works right under 5.1). If you can, please try to locate the problem testing the displayed query in phpmyadmin.
Janusz
987 04/01/2011 08:51:08 am
Re: Dutch translation of 2.3 RC3 (35 replies, posted in Translations)
The problem with nl_NL package (missing *.mo file) will be fixed after 2.3.3 release, which is planned today.
988 03/28/2011 08:13:08 pm
Re: Instructions (23 replies, posted in Misc. Charts of Accounts)
The easiest way is just to install FA when the box is connetced to interenet. The connection is not required later for normal use. Other option is to copy indonesian COA from working installation where i t is installed and restore it via Creat/Restore Backup.
Janusz
989 03/28/2011 07:53:31 pm
Re: firefox display PDF files (7 replies, posted in Setup)
I personally use FF 3.5.16 without problems, but version 3.6 ay differ in this aspect.
Janusz
990 03/28/2011 07:50:18 pm
Re: Individual User Access (1 replies, posted in Setup)
Yes, this could be done, but still this is not implemented.
Janusz
991 03/20/2011 11:49:23 am
Re: How to edit items in Inventory Location Transfers (1 replies, posted in Items and Inventory)
Inventory transfer edition is not implemented yet. You have to void trnasfer and entry it again.
Janusz
992 03/17/2011 03:24:24 pm
Re: Volunteer translators for installaion wizard messages needed (48 replies, posted in Translations)
Yes, you can. The only result will be missing hotkeys, but you can always use mouse and/or arrow keys.
Janusz
993 03/17/2011 03:19:05 pm
Re: setup tow companies in FrontAccounting in the same database (1 replies, posted in Setup)
FrontAccounting does not remove old companies when you create new one. You have to create new companies via Setup/Create/update companies menu option.
994 03/14/2011 04:52:58 pm
Re: problem installing in languages other than EN - part II (7 replies, posted in Installation)
Well, seems gettext is just not configured to support pl_PL with ISO-8859-2 on your system. Search in forum how to setup Linux system to support any language/encoding you wish.
Janusz
995 03/13/2011 07:52:34 pm
Re: 2.3.2 Undefined index: package in file: includes/hooks.inc at line 197 (1 replies, posted in Report Bugs here)
Seems you have installed some local extension module, and entries in array located in installed_extensions.php file does not contain 'package' element.
Just add 'package' => 'my_local_highly_secret_package' to this entry in $installed_extensions array .
996 03/13/2011 07:42:15 pm
Re: Unable to enter any data in Forms Setup - Ver 2.3.2 (3 replies, posted in Setup)
Probably you have broken database (sys_types array is empty).
Janusz
997 03/13/2011 07:37:58 pm
Re: Use pear for mail (1 replies, posted in Setup)
You can try to customize reporting/includes/class.mail.inc class function to use pear instead builtin php mail() function.
Janusz
998 03/12/2011 01:41:10 pm
Re: allocate payments to direct sales with delivery and without invoice (2 replies, posted in Accounts Receivable)
You cannot allocate payment to delivery, only to invoices.
Janusz
999 03/12/2011 01:39:46 pm
Re: problems with cash payment of direct delivery (1 replies, posted in Accounts Receivable)
You can entry payments separately, but you can only allocate them against invoiced delivery.
Janusz
1,000 03/12/2011 01:37:05 pm
Re: Volunteer translators for installaion wizard messages needed (48 replies, posted in Translations)
You will see your package in the list displayed in Install/Update Languages page under Setup menu of your application. Just install it.
Janusz
PS If you have local version first uninstall it.
Janusz