-
Compiere has an integrated facility for importing CSV data.
You will need to create a custom loader format that can handle the CSV files from your
bank, and load them into the "Import Bank Statement" temporary table.
Have a look at the examples for loading BPartner etc info from CSV.
When the data is loaded into the temporary table, you can import it into the actual bank...
2009-02-17 10:43:03 UTC in Compiere ERP + CRM Business Solution
-
Did you try adding the C\:\\Program Files\\Java\\jdk1.6.0_12\bin folder to the system path?
Can you run jarsigner from the command prompt?.
2009-02-17 09:11:39 UTC in Compiere ERP + CRM Business Solution
-
Hello Anupam,
It depends of the data format of the statement you want to import.
Is formatted as a common statement file format, like Swift MT940 (many european banks), OFX (XML based) some CVS (comma separated) format?
Eldir.
2009-02-12 12:31:08 UTC in Compiere ERP + CRM Business Solution
-
I have never used the Compiere / JBoss server while running with root privileges. Rather, we specify a port above 1024.
The ports can be configured using the Compiere setup dialog (RUN_setup).
For a "production environment" you can use a fronted web server, listening on port 80 of your public IP, and have it talk to the back end Compiere server over AJP.
2009-01-22 09:18:25 UTC in Compiere ERP + CRM Business Solution
-
If you are running Compiere on a Unix / Linux system ports below 1024 can only be used when the server is running with root privileges. Select a port above that number, like 8080 or so, and it should work o.k.
2009-01-21 10:17:24 UTC in Compiere ERP + CRM Business Solution
-
I have tested it on my development machine with JDK1.5.0_12 on Fedora 7, and remotely on the customer server, running RHEL 5, the database is Oracle XE.
A colleague of mine has tested it on his laptop running WinXP (connected to an Oracle 10g2 database running on a linux server), and the same thing happened there.
I can provide remote access to our development server when you can not...
2007-11-21 10:11:42 UTC in Compiere ERP + CRM Business Solution
-
While saving an AD_Language record (after checking the systemlanguage checkbox) the following appears in the console:
-----------> GridTable.dataSave: AD_Language - No Persistent Object [11]
The record is saved correctly, but for some reason MLanguage is not being used in the process.
(tested with 3.0 beta)
2007-11-20 14:35:34 UTC in Compiere ERP + CRM Business Solution
-
File Added: 1835171.txt.
2007-11-20 14:15:20 UTC in Compiere ERP + CRM Business Solution
-
When opening the table window (using the 3.0 beta) the
I am getting an SQLException informating that the AD_Table_Trl.Name column is not a valid identifier.
(See attachement for full stacktrace)
2007-11-20 14:14:29 UTC in Compiere ERP + CRM Business Solution
-
This is the same issue that I have previously logged (see bug #1813658) it is still present in the 3.0 beta.
2007-11-20 09:09:45 UTC in Compiere ERP + CRM Business Solution