How jposee work with miniGL?

340 views
Skip to first unread message

Shin

unread,
Jun 26, 2009, 12:52:26 AM6/26/09
to jPOS Users
I success setup jposee. In the web application, i cannot access the
miniGL.
how it work with jposee?

--shin

Mark Salter

unread,
Jun 26, 2009, 4:40:34 AM6/26/09
to jpos-...@googlegroups.com
Shin wrote:
> I success setup jposee. In the web application, i cannot access the
> miniGL.
miniGL is a set of classes that provides accounting facilities within jPOS.

Have you implemented something that uses miniGL?

I wonder what you expected to see through your web interface?

--
Mark

Alejandro Revilla

unread,
Jun 26, 2009, 7:35:43 AM6/26/09
to jpos-...@googlegroups.com
There's a minigl_ui module but it's unreleased yet, because I don't like
it. It has evolved over the last couple of years and it uses some old
JavaScript components (i.e. ajax based tree to browse the chart of
accounts) that I don't like and want to upgrade, probably to GWT.

Shin

unread,
Jun 26, 2009, 9:12:27 AM6/26/09
to jPOS Users
i'm a beginner of miniGL. i haven't implemented anything uses miniGL.
That's why i am playing the jposee now. i thought miniGL is a UI
accounting modules.

Shin

unread,
Jun 26, 2009, 9:23:26 AM6/26/09
to jPOS Users
Can you guide me how to start to using miniGL? I'm interesting how to
use it to implements Account module.
Any simple sample example?

Alejandro Revilla

unread,
Jun 26, 2009, 12:15:59 PM6/26/09
to jpos-...@googlegroups.com
There's some initial info in http://uy.jpos.org/minigl/miniGL.pdf

I just added a couple of optional modules to jposee, namely:

eecore3min
minigl_test

You can install (by moving from opt to modules or just creating a
symbolic link) the following modules:

commons
eecore3min
hibernate3
hibernate3_mysql
jpos
minigl
minigl_test
system

Review your devel.properties and set a proper dbhost, dbname, dbuser and dbpass.

Create your database and grant appropriate permissions, i.e:

CREATE DATABASE jposee;
GRANT ALL PRIVILEGES ON jposee.* TO 'sa'@'localhost';

Review modules/minigl_test/testdata.xml and add an entry with your
operating system username.

Run 'ant clean test'

Then, you probably want to review the unit tests in opt/minigl_test/test/org/jpos/gl/*.java to see how we use the GLSession.

I hope this can get you going.

--Alejandro

Shin

unread,
Jun 29, 2009, 5:17:36 AM6/29/09
to jPOS Users
Thanks Alejandro. I can run the test.

On Jun 27, 12:15 am, Alejandro Revilla <a...@jpos.org> wrote:
> There's some initial info inhttp://uy.jpos.org/minigl/miniGL.pdf
Reply all
Reply to author
Forward
0 new messages