Re: Questions about ERP

Reinhard Mueller <[email protected]> Sun, 27 Jun 2010 07:25:00 +0200
Newsgroups gmane.comp.gnu.enterprise.general
Organization GNU Enterprise
Message-ID <1277616300.2496.16.camel@dublin>
--===============0585593232==
Content-Type: multipart/signed; micalg="pgp-sha1"; protocol="application/pgp-signature"; boundary="=-A8KwfJbLeviqFS1VtPh0"


--=-A8KwfJbLeviqFS1VtPh0
Content-Type: text/plain; charset="ISO-8859-15"
Content-Transfer-Encoding: quoted-printable

Dear Jeff,

Am Samstag, den 26.06.2010, 16:52 -0500 schrieb Jeff Sherk Forerunner
Ministries:
> Is the ERP still in the planning stages only? Is there any code at all
> that has started to be written?

Yes and no. The "official" development of an ERP within GNUe has not
started at all, all we have is some documents.

However, I know that a number of people have deveopled more or less
specialized solutions based on GNUe, mostly for their own use. Those who
have done so, please speak up now ;-)

> Can somebody explain a little more about the developer tools... it
> seems to me that they could be used 'as-is' to establish an ERP (or
> any other type of database driven system) quite easily.

That's the goal of these tools, yes. I'm not sure what explanation
you're exactly after, so I'll try to give a quick overview:

GNUe-Appserver is the business logic server. For a full blown ERP I'd
recommend to use GNUe-Appserver. It allows you to write business logic
rules in Python in a layer which will live above a standard SQL data
storage. Apart from the still missing authentication and access control
support, it's pretty much where we would want it.

GNUe-Forms is the UI component. You write an XML file defining how an
input form should look like, and GNUe-Forms will make that into a real,
interactive application. At runtime, and for several platforms (GNOME,
KDE, Mac OSX, Windows, and Curses), with no change in the XML necessary
when the platform changes. Used in production on several sites.

GNUe-Reports is a 2-step reporting tool. You write an XML file defining
what the report should look like, and step 1 will do the necessary query
on the database and create an XML output with the raw data, while step 2
subsequently formats that data for a number of possible output formats
(like HTML, CSV, PDF...) and devices (printer, fax...). Not uses as much
as GNUe-Forms, and probably much less feature complete, but fairly
usable.

GNUe-Navigator is a menu system, does not much more than display a tree
of menu items which can contain forms and reports.

GNUe-Designer was a tool with which you could graphically design your
form definitions (instead of writing them by hand), but it is currently
unmaintained and not functional.

I hope this helps, I'll happily answer further questions :-)

Thanks,
Reinhard

--=-A8KwfJbLeviqFS1VtPh0
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Dies ist ein digital signierter Nachrichtenteil

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iJwEAAECAAYFAkwm4KsACgkQKm/Tcod8puNdfQQAiiiFmV8IkNbXbv+KGfADROTO
GWfSxYOBaxifOF5+Leux4TSdoZO9oGYw4Sr7SoBUv6aHtUNvcHWneQ1BvrLHeV5R
EdRFoEyZE3sg1vSbSEBC7YIuzRwkDIymV9KfeHZPsbD9xJ1PY/Dc4xy1JSPTdm0v
wuRBegir2R1VwGqUuSg=
=RQ5G
-----END PGP SIGNATURE-----

--=-A8KwfJbLeviqFS1VtPh0--



--===============0585593232==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
gnue mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnue

--===============0585593232==--