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
customer user versus customer
Moderator: crythias
-
- 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
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: customer user versus customer
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.
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
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
-
- 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
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.
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.
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: customer user versus customer
or department or ... whatever reason one might consider the same customer_id for multiple customer_users.pensions2c wrote:and a customer is a group of persons from the same company.
maybe, but probably suggest using the fr_Custom.pmpensions2c wrote:is 't possible to replace "customer user" by "Client" and "customer" by "Entreprise" in the fr.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;
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
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
-
- 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
OK, thank you.