Thank you for finding the correction in the report. I have updated rep_sales_summary.php with the change and the result is exactly what I am after.
Trevor
1 12/21/2012 08:27:06 am
Re: Error in Sales Summary Report (6 replies, posted in Reporting)
2 12/11/2012 09:52:03 am
Re: Error in Sales Summary Report (6 replies, posted in Reporting)
I'm a novice with php code so I'm hoping someone else can correct it.
3 12/10/2012 09:00:47 am
Topic: Error in Sales Summary Report (6 replies, posted in Reporting)
I have installed the Sales Summary Report in the Items & Inventory Module and have found an error in the reported data.
When an item has more than one sale against it the report only shows the first sale unless there is a change in price. This means it doesn't reconcile against the actual sales or the Inventory History Report. All of my items are setup as Service Items.
Is it possible to have the report do a summation of all sales for the item and also have it show where there are different sale prices for the same item?
4 12/10/2012 08:53:34 am
Re: Data does not change despite changed and saved (12 replies, posted in Setup)
For your reference I'm using the latest version of Google Chrome for my browser so I wouldn't have expected any problems with page caching.
5 12/04/2012 08:25:29 am
Re: Data does not change despite changed and saved (12 replies, posted in Setup)
Thank you so much. I changed that one line of code and everything works perfectly.
By the way, I evaluated the software by manually clearing the cache after every transaction and I think the package is excellent. Keep up the good work.
6 12/02/2012 09:30:56 am
Re: Data does not change despite changed and saved (12 replies, posted in Setup)
I have also just installed FrontAccounting on my webhosting service and have the same issue. The data is written to the database but the old values are stored in cache and will not display the new values in the web browser.
My database is accessed through phpMyAdmin but the database was created using MySQL Databases in cPanel. The privileges are also set through here and this is set to "All Priveleges" although there is no mention of the FLUSH privilege.
I have also updated .htaccess to include the following as this was mentioned in another post -
<IfModule mod_security.c>
SecFilterEngine Off
SecFilterScanPOST Off
</IfModule>
Any assistance you can give would be greatly appreciated as I really like the look of the software and am very keen to try it out.