Hi everyone, this is my first post and I have to say that I am not a programmer so I apologize for dumb questions. My english is not very good, too.
I have a large product database in excel that I want to load in simply invoices...there is diferent way to load it than one by one?.....Im not sure but I think that it is possible to do from phpMyAdmin, import CSV, etc....but theres is a easy way?
re importing into SImple Invoices, phpMyAdmin has an import function, so all you need to do is get you product list into a csv file(ie using OpenOffice) with the following 4 columns (dont use column headers)
prod_id (leave blank as mysql auto assigns a number) prod_description prod_unit_price prod_enabled (use 1 or 0, 0 is disabled and 1 is enabled)