Comment out line header2.inc:318.
Janusz
1,476 04/28/2010 10:12:03 am
Re: Bank details on Quotes (8 replies, posted in Reporting)
1,477 04/28/2010 10:02:16 am
Re: TCPDF error (3 replies, posted in Reporting)
Oh, yes. However if you have uploaded also the old database content, the path should be also preserved on new system. Anyway fine that it works.
Janusz
1,478 04/28/2010 09:59:58 am
Re: Negativ qty or price on Invoice (5 replies, posted in Accounts Receivable)
I'm not sure about the systems you have used. I think the problem is on accounting part of the application, not ERP, so if this was a case of ERP-only system they could work. FA is both ERP and accounting app. Selling negative quantities instead of explicit discount is counterintuitive. Taking into account also possible side effects in GL calculations I would not like to remove this constraint.
Janusz
1,479 04/28/2010 09:50:58 am
Re: Compatibility (16 replies, posted in Installation)
It should have nothing to do with MySQL version. Try run the same procedure with javascript switched off in your browser. In this (fallback) mode more messages are displayed in case of any errors.
Janusz
1,480 04/27/2010 09:31:18 pm
Re: Fatal error:Call to undefined function mysql_connect() (7 replies, posted in Installation)
I guess the problem is not _exactly_ the same. In contrast to sridhar you are running Linux, not Win. If you checked php.ini, and above advice is not enough, probably you have not installed php5-mysql package.
Janusz
1,481 04/27/2010 09:20:12 pm
Re: Negativ qty or price on Invoice (5 replies, posted in Accounts Receivable)
I doubt that accounting knows something like negative quantity sales. At least FrontAccounting doesn't know.
Janusz
1,482 04/27/2010 09:59:21 am
Re: How to create new themes ? (1 replies, posted in FA Modifications)
All theme related files are placed under themes/* folders. You can experiment with the standard themes based on tables, or alternative themes using divs like studio available on download page.
Janusz
1,483 04/27/2010 09:54:58 am
Re: Autogen Item Code (3 replies, posted in Wish List)
Item codes should resemble the item itself, otherwise salesman's documents entry performance will suffer. Resemblance can't be achieved using automatically assigned numbers, so overall performance improvement is at least questionable.
Janusz
1,484 04/27/2010 09:37:48 am
Re: Non-stock items and unchecked stock items (6 replies, posted in Items and Inventory)
Service (read dummy) inventory type should be used in this case. If you want real services to be posted in GL to another accounts than consumables,you can still select different GL accounts.
Janusz
1,485 04/27/2010 09:33:19 am
Re: mysql error (3 replies, posted in Installation)
What is your MySQL version?
Janusz
1,486 04/25/2010 12:17:26 pm
Re: After Receiving Payment What is next step till finalization? (3 replies, posted in Accounts Receivable)
I guess cheques should not be allocated until it is realized, as after allocation the AR account for customer is updated. They should be posted to separate cheque account, waiting for realization.
Janusz
1,487 04/24/2010 10:09:46 am
Re: After Receiving Payment What is next step till finalization? (3 replies, posted in Accounts Receivable)
You have to open Customer Allocations and allocate the payment to related invoice. If there was nothing sold to this customer yet, the payment have to wait for next invoice to be allocated to.
Janusz
1,488 04/22/2010 08:55:28 pm
Re: pdo_sqlite.so Error (1 replies, posted in Setup)
This is not related to FA but rather to php5.3 itself (see here). If you do not need sqlite and have access to php.ini you can remove related module form configuration. Otherwise I don't know.
Janusz
1,489 04/20/2010 11:30:24 am
Re: Tax Groups Grey Out (2 replies, posted in Report Bugs here)
You have to enable tax group edition in Access Setup for every role you want. Access setup for current user is effective after relogin.
Janusz
1,490 04/18/2010 12:19:52 pm
Re: Foreight Exchange Gain (17 replies, posted in Banking and General Ledger)
The last two postings in fact does not depend on transaction amount, but on exchange differences and actual currency account balance:
exchange_variance = (old_rate-current_rate)* account_balance.
As I said, automatic posting of exchange variances on every currency transaction can be misleading, but above posting are probably entirely right.
Janusz
1,491 04/17/2010 07:04:23 am
Re: a real database for demo (10 replies, posted in Setup)
Thanks for nice words.
in inventory, i want the person should be able to close the date and once closed the data should not be editable by the person who enters the stock data.
Current permissions structure does not allow such configuration. You would need customizations in the php code. If you know php you can do it yourself, otherwise you will have to pay some programmer to have this implemented.
Janusz
.
1,492 04/16/2010 08:13:24 am
Re: Absolute path (2 replies, posted in Installation)
Check if you have all FA release files installed on your server. The problem can appear when you haven't /sql/en_US-*.sql files installed.
Janusz
1,493 04/15/2010 02:03:47 pm
Re: a real database for demo (10 replies, posted in Setup)
I guess Sheshagirig would like more xhaustive example data set than that included in en_US-demo.sql. I agree it would be useful as the demo set does not cover all FA features.
Janusz
1,494 04/14/2010 09:24:16 pm
Re: Email Supplier Payments (5 replies, posted in Accounts Payable)
You are welcome .
Janusz
1,495 04/14/2010 09:13:37 pm
Re: Application architecture?? MVC?? (8 replies, posted in FA Modifications)
Not a problem at all. I'm just curious whether business logic implemented by FA includes all needed features, and javascript rings and whistles are all what they need to be happy. If the customer want to pay enough the UI to FA database can be made even in VBA or using OpenOffice documents as an interface. This is just matter of time and money .
Janusz
1,496 04/14/2010 07:19:52 pm
Re: Email Supplier Payments (5 replies, posted in Accounts Payable)
I'm not sure if the same comments should go into the pdf document just emailed and into the email content. I guess there is also some other fixes needed here.
As emailing documents is not so often used feature (at least not by me or Joe), we have not touched it waiting for somebody else who can fixit and test the changes thoroughly.
Janusz
1,497 04/14/2010 06:20:49 pm
Re: Application architecture?? MVC?? (8 replies, posted in FA Modifications)
Well, I'm not sure what is the sense in rewriting the user interface to as exotic library as extjs? I guess the only expected effect is much bigger hardware requirements on every box used on client side, while the input performance would be suffered by lack of full keyboard based interface. Isn't it better to devote the time and resources to provide all those important ERP features FA lacks so far? Or I missed something...
Janusz
1,498 04/14/2010 10:19:39 am
Re: How to handle variable quantities of manufactured items ... (3 replies, posted in Accounts Receivable)
Manufacturing module is somewhat simple, so I guess there is no easy way to fulfill your needs. Probably it would need rewriting of code related to manufactured items receival.
Janusz
1,499 04/14/2010 10:14:58 am
Re: Foreight Exchange Gain (17 replies, posted in Banking and General Ledger)
I don't know what is 1210 amount at the moment of above posting, so it can be right anyway. If you have 98.000 in GBP in Lloyds Bank and there is change of 1 cent in exchange rate, the result in exchange variance is post on amount 980 USD. This is right, although I see no reason why it is appended to the post just issued , and not added as separate bank resources revaluation post.
In example above in fact the revaluation has nothing to do with Hosting/Domains payment itself.
Janusz
1,500 04/14/2010 10:05:45 am
Re: Application architecture?? MVC?? (8 replies, posted in FA Modifications)
Yes, as of FA 2.2.7 some sql statements are still placed inside files responsible for business logic. In next (2.3) release all sql statement are moved to respective database related files under */includes/db directory. We have not decided to follow strict MVC approach, but we use the best part of this pattern, I think. Model part is cleanly separated in next version, but view/controller parts are still mostly placed together to make whole source better readible. They in fact does not need separation, as all gui controls are drawn with helper functions which make php source compact and easy to understand. Eventually you can consider files under /includes/ui directory as a framework for view part of MVC model.
FrontAccounting lacks some functionality of webERP like inventory serial control, but if you need it, it is much easier to add it to FA than rewrite webERP sources .
Janusz