-
It looks like you are trying to setup the system for the first time, and you have not generated the database schema yet. You can try to run the setup again, making sure you got all the password right, etc.
2007-05-23 15:51:27 UTC by js9s
-
After a succesfull installation with the setup wizard... I can't login.
Error:
PHP Error: 2: pg_query_params(): Query failed: ERROR: relation "genuser" does not exist
(C:\apache2triad\htdocs\demo\includes\adodb\drivers\adodb-postgres7.inc.php: line 111)
Warning: Cannot modify header information - headers already sent by (output started at...
2007-05-13 01:04:48 UTC by threeddesign
-
There are three major steps:
1. set up OO and SuniantERP system.
2. set up OO and odbc driver to connect OO with the postgres database. Here is a good link: http://kandalaya.org/download/oo-pgsql.html.
3. Design the report, and fill the report with postgres data.
More detailed "step by step" instruction are very generic to those three major steps, and are not specific to...
2007-03-05 02:52:16 UTC by js9s
-
Hi,
Sorry too long response.
Ok, i want to all of report can be print out, because in my country (indonesia) usualy we use hardcopy to report not softcpy. So can you tell me how to make report use open-office (i mean step by step).
For the PO we want data like this :
1. Client organization, include : logo, address, telp no etc.
2. Vendor Name include : address, telp no, vendor id, etc.
3...
2007-02-23 03:07:22 UTC by janutomo
-
PO can be printed on paper, either through print link which just print the current screen, or some custom template.
Customizing report can be down in three ways:
1. write you own php code to generate the report you want.
2. use free-tool such as openoffice or comercial package such as crystalReport, to design the report of your own, and populate the report with data pulled from suniantE.
2007-02-09 18:49:55 UTC by js9s
-
Hi,
I was try suniant with live cd everything ok but i want to ask :
1. Can I print on paper PO (purchase order)? and how t print ?
2. Can I customize report ? how to ?
Thanks.
2007-02-07 09:31:57 UTC by janutomo
-
I am looking for people somewhat involved with OPEN SOURCE ERPs and interested on helping my dissertation project by filling my online survey. I would be really grateful and will share my results, analysis and reports with the respondents.
If you are interested, the survey is available at http://www.questionpro.com/akira/TakeSurvey?id=585887
Just fill it and send me an email at...
2006-12-04 05:16:20 UTC by deciomf
-
js9s committed patchset 346 of module erp_en to the Suniant ERP CVS repository, changing 1 files.
2006-11-29 16:43:36 UTC by js9s
-
I just added a section in the INSTALL file. The relevant section is:
2) modify your php.ini file, which is probably /etc/php5/cgi/php.ini, or /etc/php5/apache2/php.ini, or similar places depending on your Linux distribution and webserver configuration, or c:\windows\php.ini for windows.
Enable following extensions:
extension=pgsql.so
extension=mhash.so
extension=mcrypt.so
extensi.
2006-11-29 16:41:55 UTC by js9s
-
looks like you are running in windows.
edit c:\windows\php.ini with your favorite editor, uncomment the line:
extension=php_gettext.dll
That should solve the problem.
2006-11-29 16:27:38 UTC by js9s