On Wed, 2007-03-21 at 10:19 +0100, chess132 wrote: > I have trying to import CSV file but without result. I need the invoice CSV > file sample, because this one in WIKI > http://tinyerp.org/wiki/index.php/TinyBookEN/ImportInvoiceData?action=upload&upname=invoices.csv > is not available, It s can help me to import my invoices.
There should be enough information here: http://tinyerp.org/wiki/index.php/TinyBookEN/CSVImport to enable you to create the CSV. > I find nothing when I click in this tow link > 1. Hot Import: Uses the XML-RPC interface on the server to feed in data > and process automatically > (http://tinyerp.org/wiki/index.php/TinyBookEN/HotImport?action=edit) > 2. XML import: Through loading files on the Tiny ERP server > (http://tinyerp.org/wiki/index.php/TinyBookEN/XMLImport?action=edit) I did not get round to creating these 2 pages as I never found any XMLRPC info to enable the hot import. Over the next week or so, I will pull this from the source and add it as I need to make some XMLRPC connectors to allow feeds from some of our other applications. The XML import is ok for demo data but not useful for adding data over time. > And DirectSQLImport thereās no discription for invoice import I suggest this is a dangerous method. if you need a description, you probably do not want to do it :) The importing of invoices is not trivial, you need partners installed first, then you must link to them. Also, all invoices are imported as draft so will all need processing. After spending a few days importing invoices, I decided to pull them all and just import journal entries. It was definitely the right choice! SM _______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman/listinfo/tinyerp-users
