Re: [Ledger-smb-devel] data importing

2008-02-02 Thread chris
age- From: "Chris Travers" <[EMAIL PROTECTED]> Subj: Re: [Ledger-smb-devel] data importing Date: Wed Jan 30, 2008 3:47 pm Size: 0 bytes To: "Development discussion for LedgerSMB" - This

Re: [Ledger-smb-devel] data importing

2008-01-30 Thread Chris Travers
Customers: For 1.2, you can import whatever fields you want. I highly recommend importing at least the name, though :-) For 1.3, you will need the name as a minimal bit of information. You will also want to populate customertax. Products: Productnumber, description, lastcost, and sellprice are h

[Ledger-smb-devel] data importing

2008-01-30 Thread Chris Greenman
Hello, I'm trying to hack together a quick and dirty perl script to import existing customer and product data into LedgerSMB. Can anyone give me a list of the minimum data elements needed (tables and fields) needed to import data manually via psql (or DBD::Pg)? Thanks