Jump to content

Recommended Posts

Posted

Hello :) ,

I'm working on integration of my current system with blesta and I have issue with importing clients to blesta. Can you tell me when I manually import user (only user not package or any additional informations) what database tables I need to fill.

For now I find this tables:
clients
users

 

But I think that I'm missing few tables :)

Posted

I have two applications on same server and I have access to database, so I want to use database connection and add new user (that is best way as I can see).

By my opinion this approach is better because I only have users and I want to add it to blesta that blesta can handle it later.

 

If there is better suggestion I'm open for discussion.

Posted
  On 12/10/2016 at 10:56 PM, Blesta Addons said:

i can suggest a check a dev to code you a plugin that will import the user table to blesta .

 

Expand  

Can you explain advantage between plugin and direct inserting data in database ?

I can see few problems with plugin, I'll need to run cron every minute to run plugin. Without running plugin I can directly import user (first name, email address, password) and user will be able to login in Blesta.

  On 12/10/2016 at 10:08 AM, Artis said:

Hello :) ,

I'm working on integration of my current system with blesta and I have issue with importing clients to blesta. Can you tell me when I manually import user (only user not package or any additional informations) what database tables I need to fill.

For now I find this tables:
clients
users

 

But I think that I'm missing few tables :)

Expand  

Answer to my questions, this 3 tables I need to edit:

Clients
Contacts
Users

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...