1 (edited by flchay 02/05/2013 03:16:21 am)

Topic: What are the maximum number of stock items?

Dear all, may I know what are the maximum number of stock items FrontAcconting system can handler,
I have imported about 50k record on item_codes and stock_master, when I tried to print "stock check sheets" and some of the reports pdf doesn't not prompt out and no error message, thanks

Re: What are the maximum number of stock items?

There is no internal constraint on nuber of  stock items, but when you want to print such enormous reports, you have to set max_executon_time to at least a couple of minutes in your php.ini file.
Janusz

Re: What are the maximum number of stock items?

The stock check sheet report is quite slow and I have some big performance issue over 3000 items, especially if you have manufactured product. The easiest solution (which works for me ) is to split your stock into categories (you'll need over 50 ;-)) if that's applicable.
Otherwise, I ended up tweaking the report to make it faster (it hasn't been pushed to FA because it doesn't work if you have manufactured items).

If you have some programming skills I can help you to speed it up.

/Elax