Page 1 of 1

test database?

Posted: Thu Feb 13, 2014 2:32 pm
by ccrider
Hi,

is there a sample db around for testing purposes? A big one, if possible?

Thanks ...

Re: test database?

Posted: Thu Feb 13, 2014 8:14 pm
by Nikolay
yes please.

Re: test database?

Posted: Thu Feb 13, 2014 9:15 pm
by ccrider
Thanks a lot ... is there a reason why that 'alldata' view was removed? You don't need it any longer I suppose ...

I built a small report tool for my personal use, which is based on that view. Maybe you'd have a look:
http://www.andaro.ch/apps/mmrepo/

That one only works after I recreated the view, but I'm not sure if the underlying table data is still valid ...

Re: test database?

Posted: Fri Feb 14, 2014 1:47 pm
by guanlisheng
cool reports extension and i think you can try our new feature general report and you can build your own report with general report manager (GRM)
http://www.codelathe.com/forum/viewforum.php?f=16

Re: test database?

Posted: Fri Feb 14, 2014 2:49 pm
by guanlisheng
ccrider wrote:Thanks a lot ... is there a reason why that 'alldata' view was removed? You don't need it any longer I suppose ...

I built a small report tool for my personal use, which is based on that view. Maybe you'd have a look:
http://www.andaro.ch/apps/mmrepo/

That one only works after I recreated the view, but I'm not sure if the underlying table data is still valid ...
Actually it will be very appreciate if you can join us to develop your own customized reports via general report manager tool.

Re: test database?

Posted: Fri Feb 14, 2014 5:59 pm
by Nikolay
nice tool.
But I doubt that users will trust this site their personal data.
At the same time, your experience may be relevant in creating local reports.

Re: test database?

Posted: Sun Feb 16, 2014 6:25 pm
by ccrider
Actually it will be very appreciate if you can join us to develop your own customized reports via general report manager tool.
My solution wasn't meant to be a collection of single reports, but it's creating SQL dynamically for a given set of dimensions.
Therefore it makes no sense to me to create all the possible combinations of Reports. I don't know how flexible this LUA scripting is, but I could see, that
you also use javascript in your report manager. I think HTML5 + javascript is much more suitable for building reporting screens.

I like much more the approach of implementing mongoose (or any other interface) to mmex database...

But I doubt that users will trust this site their personal data.
This solution was never meant to be used by more users than me. I totally agree, that nobody would upload his finance data to my server.
On the other side it's very easy to migrate the tool to a pure client side HTML application without having the need to upload data to the server. (or to a java applet)

There are also tools like this: http://www.tidesdk.org which convert html/javascript to mac, win or linux desktop apps. I tried it and it worked.

Re: test database?

Posted: Sun Feb 16, 2014 8:20 pm
by Nikolay
mangoose and js already onboard. :)

Re: test database?

Posted: Sun Feb 16, 2014 9:59 pm
by ccrider
Mongoose ... I heard about it. That would be the best solution from my point of view.
Is there anywhere a complete src package around, including all dependent components and a project file for whatever IDE?
I'd really would like to have a quick view on the codebase without spending too much time doing config stuff ....