Plugin: LCO First Name Contact

From iDempiere en
Qss.jpg

Description

This functionality adds two fields in the User/Contact window: First Name, Last Name

If you want to provide additional comments, please use the Discussion page

Configuration

SysConfig Parameters

The following System Configurator parameters can be used to modify the behavior of this functionality:

  • LCO_USE_FIRST_NAME_CONTACT
    • If you define this parameter as N in a client then the whole functionality of contact detailed names will be disabled for this client
    • Default: Y
    • Scope: Client
  • QSSLCO_NameSeparatorContact
    • When using detailed names, it defines here the separator for the Name field on business partner when concatenating the first names with last names
    • Default: WhiteSpace
    • Scope: Client
  • QSSLCO_NamesFirstContact
    • When using detailed names, it defines if the first names will be first, otherwise the last names will be first
    • Default: Y
    • Scope: Client

Usage

User/Contact

When first name or last name are filled, then the Name field is made read-only and it's saved as the concatenation of detailed names.

If first/last names are not filled then is intended to be a single name and the user simply fills the Name accordingly (as usual)

LCO UserFirstNameContact.png


How to Install

OSGi console

You can install the single plugin from the OSGi console too.

From the OSGi console (usually accessible using telnet localhost 12612) you can execute the following commands:

install https://jenkins.idempiere.org/job/globalqss-iDempiere-LCO/ws/org.globalqss.idempiere.LCO.firstnamecontact/target/org.globalqss.idempiere.LCO.firstnamecontact-8.2.0-SNAPSHOT.jar
setbsl 5 org.globalqss.idempiere.LCO.firstnamecontact  # to set the start level of the plugin
sta org.globalqss.idempiere.LCO.firstnamecontact  # to start the plugin

Felix console

To install the plugin using the felix console (not recommended) you can download the plugin jar from org.globalqss.idempiere.LCO.firstnamecontact-8.2.0-SNAPSHOT.jar and use the felix console to install as usual, assign a start level of 5.

Cookies help us deliver our services. By using our services, you agree to our use of cookies.