I don't know. Probably. I will have a look tomorrow.

/joe

You don't have to delete it. Just remove the group number from class COGS and point it to an expense class. This way you will not see it in practise. If no groups is using the Cogs class it will not be seen. At least I hope so.

Joe

353

(8 replies, posted in Announcements)

Interesting. Thanks @apmuthu.

Joe

354

(6 replies, posted in Reporting)

Hello, I have been looking at this old commit, and going through the operations as explained, I can find no errors here.

Are you sure, you have the correct tax report dates when you look at the tax inquiries/reports?

Otherwise, please be more detailed so I can dig deaper.

/Joe

355

(6 replies, posted in Reporting)

Strange, I will have a look.

Joe

You can download the latest snapshot from the repo here. This contains the dimension booking on AR and AP and bank.

/joe

Hard to tell. We are waiting for some rewrite of stock code. But we are trying to force the release.
In the meantime you can make a test version on release 2.4.8. Looking forward to see it.

Joe

Well, I thought this was taken care off. But if this is a huge problem, I would have to look closer into that.

/Joe

This is a so called catch 22 situation.

In the login box, the user theme is not known. I have been planning of having this option in release 2.5, but the only way of doing this is to place the theme name in the config.php file. I have prepared this so the you can place a login.inc box in the theme folder, with all the situations as timeout, forgotton password etc.
But as said, the only way to doing this is to use the config.php file for the default theme info.

I think this should be ok to do it this way. Because if you make a fancy theme, you will probably also like to fix a fancy login box.
In the solution that I have, all the security is taken care of, so you only have to do the layout.

/Joe

360

(4 replies, posted in Accounts Payable)

No, not I am aware of.

Joe

361

(9 replies, posted in Reporting)

Hello again,

I have been looking into this, and also thought that this would be an ok task, but it turned out to be a complex task. The current options are many and one more would simple take a lot of work force.
For those who would like to give it a go, please create it as a module or own report in client folder.

/Joe

362

(9 replies, posted in Reporting)

Yes indeed. It looks a little overwhelming, but let us see. I will have a look.

/Joe

@rafat
No this font was used by the PHP gd graphic engine. The font in the new dashboard is what is the utf-8 font used by the browser.

Joe

Here are, as promised, the changed files for establishing the new dashboard in core.

Please use a test installationen for this testing. The final implementation is not complete.

This implementation is planned to go into the next 2.5 release, but this is only for testing the new basic class.graphic.inc and dashboard.inc files.

Replace the files: 

/reporting/includes/class.graphic.inc with class.graphic.inc
/admin/dashboard.php with dashboard.php
/includes/dashboard.inc with dashboard.inc

If you want to use your own color palette for the dashboard, insert this at the beginning of dashboard.inc just
before $colors = Chart::$colors;
Chart::$colors = array('#ffffff','#ffffff','#ffffff','#ffffff'); // NOT these values but your own values!!

This implemtation is only a beginning, to get the class.graphic.inc usable and the standard dashboard.inc reasonable good.
Your comments are very welcome.

The future should also include a Dashboard Setup in the Setup section.

I guess there were two reports, Balance Sheet and Profit and Loss sheet that had the option to include a chart, this is not possible with this new. It will be possible later, though.

@poncho1234
Sorry, I have forgotten the login topic, please update me on that issue.

/Joe

Nice job @apmuthu with the video. Unfortunately you forgot the Banking and General Ledger Dashboard. There are a couple of fancy charts too. But really cool video. Thanks.

Joe

(done) smile

Hello again,

Yes I will upload the files that are changed for this planned built-in dashboard. I will just clean some code first.

Joe

Hello Guys,

I have plans about incorporating a new class.graphic.inc in release 2.5 core.
I have already made a local version for looking at now by replacing the old class.graphic.inc with a new one, which is a wrapper around the Open Source chart.js. This chart.js is a very famous and qualified script to go for.

The file, dashboard.php in the admin folder has been slightly changed to this new one.
The dashboard.inc file in the includes folder is replaced with a new and adequate file.
My plans are further to make a Dashboard Setup in the Setup section. This is for setting a lot of parameters for
the dashboard.
At the same time my plans are to let dashboard.php check if there is a dashboard.inc file in the theme folder, if so this will be included instead of the core one.

Included in this look at version are the new Dimension booking on Balance Accounts.

You can have a look at this local version at the following URL:

http://frontaccounting.co.uk/fa248]http://frontaccounting.co.uk/fa248 .
User: admin
Pass: 98765

Link not working anymore.

This version will only be available a week or so.

Joe

Hello Guys,

This has now been implemented in 2.4.8 core and will be committed in a while.

Joe

Committed

369

(10 replies, posted in Development)

Dimensions should be allowed to receive balance booking. This will be implemented in release 2.5.

/Joe
News. This is already implemented in 2.4.8 late commits.

Well, why not. Allowing the dimensions to get booking on the balance accounts. But there might be some side effect if this is not done right.

Should this option always be enabled for dimensions? At least for using the dimensions as projects it could be adequate.

I will think a little about this. I also feel it could be ok to implement. So it would be totally up to the users how to handle this.

Let us do this on the 2.5 release. Maybe we could implement it in 2.4.8. Not at all difficult. Any objections?

Joe

371

(20 replies, posted in Report Bugs here)

Thanks. Committed to 2.4.8 repo.

Joe

372

(20 replies, posted in Report Bugs here)

Thanks @Braath Waate,

Really nice of you to catch these nasty errors. It was really frustating to have come from a compiled language like C/C++ many years ago to the sloppy PHP at that time. During the PHP period we have learnt a lot about this language.
But, nice to get help with these errors. Will be committed asap this day.

/Joe

Sure. Fixed and committed to core.

The fixed file can be downloaded here.

Joe

Thanks for telling us.

I will just wait a while when receiving some test about this. Please try it. If ok, I will commit asap.

/Joe

Hello Guys,

I couldn't find any better solution, so I have followed @Braath Waate's solution. I hope it works and please help testing it.

The changes will be committed to repo asap.

/Joe