It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In RegisterIt looks like you're new here. If you want to get involved, click one of these buttons!
I noticed that are large amounts on the reports and not correct ones.
see screen:
Comments
This is probably because the number format what changed. Open invoice setting, change format, save. open again and select your format. This will update number format. This is just output. database has good values
Is it okay after opening and saving ?
You are right, I forgot to add the formatter function
format_number()
I will check and update tomorrow
Thanks
Do we need to edit a file to edit the format Number?
I did, looks okay. Only the income customers is not correct. also verry large amounts.
Open application/modules/reports/controllers/Reports.php and go to
get_income_by_client()
Update the
value
line to show'value' => floatval($income)
Works like charm now.
Thank you