End of month Finances

Hi Nabeel,

I left it last month because i thought it was a glitch that would sort its self but its done the same this month.

On my finances http://www.easyjetva.com/index.php/Finances during the month this tots up the expenses OK but when it comes to the end of the month or a new month this goes blank, yesterday it was running at about 956000 and today (new month) 0.

Any ideas?

Cheers

Also that same time in April the expense pie chart lost the other added expenses to the system.

Anything in DEBUG_LOG?

In the phpvms_updates table, what’s the last run date for

POPULATE_EXPENSES

?

Ah,

2 POPULATE_EXPENSES 2010-03-25 00:00:41

Is there a manual way to run this?

Ah,

2 POPULATE_EXPENSES 2010-03-25 00:00:41

Is there a manual way to run this?

Try putting

<?php FinanceData::updateAllExpenses(); ?>

in one of your pages and refresh the page one time, it should populate all the finance data. Remove it once it has run, as it will run everytime that page is called. I will look to try and find the change that disrupted the automated part.

Thanks Dave i will give that a go now and let you know how it goes.

Spot on with that, worked a charm.

Cheers.

Spot on with that, worked a charm.

Cheers.

i think this is also fixed on the last beta as the problem went away after installing the beta

OK i haven’t updated for a couple of months so that would explain that

Thanks guys.

Try putting

<?php FinanceData::updateAllExpenses(); ?>

in one of your pages and refresh the page one time, it should populate all the finance data. Remove it once it has run, as it will run everytime that page is called. I will look to try and find the change that disrupted the automated part.

It was a stupid error on my part, it’s fixed in beta. It wasn’t run the cron because I had flipped a bool value.. woops.

Probably will push a full release at the end of this week.

Thanks!!

No problems Nabeel