customer user versus customer

Moderator: crythias

Locked
pensions2c
Znuny newbie
Posts: 11
Joined: 18 Jun 2013, 10:35
Znuny Version: 3.2 and 5
Real Name: Bureau 2C
Company: Service des Retraites de l'Etat
Location: France

customer user versus customer

Post by pensions2c »

hello,

in otrs 3.2 we had customers and company.
In otrs 5.02 we have customer and customer user.

we don't understand the différence between customer and customer user.
we don't find information about this in the manuals and with google.

I hope somebody could explain us what is the différence between customer user and customer, and why the notion of company had disapeared ?

best regards
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: customer user versus customer

Post by crythias »

Customer=Company
CustomerUser=login

Probably because default action for OTRS is to use the email address of the sender as customer_id which isn't a company.
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
pensions2c
Znuny newbie
Posts: 11
Joined: 18 Jun 2013, 10:35
Znuny Version: 3.2 and 5
Real Name: Bureau 2C
Company: Service des Retraites de l'Etat
Location: France

Re: customer user versus customer

Post by pensions2c »

so, a customer user is a single person
and a customer is a group of persons from the same company.

is 't correct ?
is 't possible to replace "customer user" by "Client" and "customer" by "Entreprise" in the fr.pm ?

Thank you a lot.
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: customer user versus customer

Post by crythias »

pensions2c wrote:and a customer is a group of persons from the same company.
or department or ... whatever reason one might consider the same customer_id for multiple customer_users.
pensions2c wrote:is 't possible to replace "customer user" by "Client" and "customer" by "Entreprise" in the fr.pm ?
maybe, but probably suggest using the fr_Custom.pm

https://github.com/OTRS/otrs/blob/rel-5 ... _Custom.pm
cp xx_Custom.pm to fr_Custom.pm
edit fr_Custom.pm and change xx_Custom to fr_Custom

Code: Select all

package Kernel::Language::xx_Custom;
Add translations as needed.
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
pensions2c
Znuny newbie
Posts: 11
Joined: 18 Jun 2013, 10:35
Znuny Version: 3.2 and 5
Real Name: Bureau 2C
Company: Service des Retraites de l'Etat
Location: France

Re: customer user versus customer

Post by pensions2c »

OK, thank you.
Locked