Import users from firebird database

Discussion for TimeTrex open source community developers.
Post Reply
xhianin
Posts: 3
Joined: Fri May 03, 2024 12:43 am

Import users from firebird database

Post by xhianin »

Hi,

I want to create a script that will automatically import users from a firebird database into timetrex using id, first name, last name, company etc information that is currently configured for each user on the firebird database.
I have created one script that does the same thing for importing Departments, but i am having difficulties for the users script.

Can anyone help?
mikeb
Posts: 750
Joined: Thu Jul 27, 2006 11:58 am

Re: Import users from firebird database

Post by mikeb »

First confirm the import works as expected through the the UI with the Import Wizard, then use the tools/import/import.php script to automate it.
Post Reply