`
liwenshui322
  • 浏览: 511987 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

How to automatically populate search keys

 
阅读更多

Introduction

Search keys are user defined identifiers or codes that allow to easily retrieve reference data such as customers, suppliers, products, payment terms, etc. They have been introduced in earlier versions of Openbravo and up to Openbravo 2.50 they were an effective way to enter data quickly. For example, while entering an invoice you could select the customer by opening the selector window and searching for it or, if you knew the search key of the customer that you were looking for, you could enter it and press ENTER; the system would then search the right customer based on that key and replace the key you entered with the customer name.

In Openbravo 3, selectors have changed and they now automatically suggest the right value as you type. Going back to the previous example, you can now start typing the customer name on your invoice and the system automatically suggests the customers that match that entry as you type; once you have typed enough characters to have a unique match, you can confirm the selection by simply pressing ENTER or TAB and moving to the next field.

This new technology is much more dynamic and user friendly. It also made search keys no longer needed for most entities. You can re-purpose the search key on product to store product codes - if you use product codes - or to store customer numbers on customers; however, on m and, after a while, that can be a bit annoying any other entities (product categories, business partner categories, etc.), there is really no longer a need to have a search key any longer.

In many cases users end up entering the same value in the search key as they enter in the name.

This article explains how you can configure Openbravo to automatically populate the Search Key fields and save time for your users.

Execution Steps

In Openbravo sequences are specific fields and they need to obey to specific naming convention (the column needs to be named DocumentNo), so a regular sequence was not an option in this case.

Luckily Openbravo is very flexible and you can always find a solution for your problem. In this case, we take inspiration from the technique used to automatically number invoice lines (each invoice line has a number that automatically increases by 10 for every line) and apply it to search keys.

Let's suppose that the search key that you want to automatically generate is the one for business partners. Here is how you do it.

  • Login as system administrator
  • You are going to have to make a modification to core, so you need to make sure that there is an active configuration template in your system with status In Development.
Bulbgraph.png   Configuration templates are modules that contain changes to either core or to other modules. Using configuration templates you can personalize the core behavior of the system without affecting your ability to apply maintenance packs and updates. You create a configuration template either by manually creating a module of type template or by putting your system in configuration mode.
  • Navigate to the Windows, Tabs and Fields window and query the Business Partner window. From there choose the appropriate tab and the look into the Field tab.

There you can find the field called Search Key and identify which column of which table it is based on. In this case the column is C_BPARTNER.VALUE. You can navigate to that column definition using the Open on Tab feature of Openbravo 3.

  • In that column, you can enter a new defaulting rule based on the following SQL statement (see screenshot):

@SQL=SELECT TO_CHAR(MAX(TO_NUMBER(value))+1,'FM00000000') FROM c_bpartner WHERE ad_client_id =@AD_CLIENT_ID@ AND value LIKE '0%'

How to automatically populate search keys.png

 

  • Let's analyze this rule.
    • @SQL means that this default is not going to be interpreted as a constant but as a SQL statement to be executed and the default is the result of that statement.
    • The select statement selects the maximum previous value of the search key for business partners in this same client and increments it by one.
    • The where clause uses the @AD_CLIENT_ID@ expression that identifies the current client at run time; this enables different clients in a multi-tenant environment to be agnostic to each other.
    • The "value LIKE '0%'" clause is used to avoid interference with existing values; if you have already created business partners and they have search keys that start with anything else than '0', this clause allows you to ignore them.
    • The select statement needs to make a few data type conversions. Value is a string, so its content first needs to be converted to a number; the maximum value, need to the be increased by one and converted back to string with a format of 8 digits.
    • To figure out how many digits you need, think of what is the maximum number of business partners that you will ever have and add 2 or 3 orders of magnitude just to be on the safe side.
  • Since you have created a configuration template, make sure to export it so that you will not have problems with your next update. Connect to the command line in your server and run the following command:

ant export.database export.config.script -Dforce=true

Now you are ready to enjoy a faster data entry for your customers. The next time that you go to the Business Partner window and you start creating a customer, the system will generate the Search Key for you and your customers will be effortlessly numbered as 00000001, 00000002, 00000003, 00000004, etc.

One last tip... by default, te Search Key field is the first focus field for the Business Partner window. Since you will not need to enter it any more, you might want to skip it and put the focus straight into the Commercial Name field, so that you can save one click at data entry time. You can do that either as system administrator or, if you use Openbravo Professional Edition, as an end user thanks to the great Forms Personalization feature.

分享到:
评论

相关推荐

    How to use SFTP

    You should ensure that the server's public keys are loaded by the client as described in How to use SFTP (with server validation - known hosts), or you may want to switch off server validation to get ...

    Describes a way to automatically generate an application bui

    Describes a way to automatically generate an application build number.(35KB)

    How to Cheat at Configuring Open Source Security Tools

    Use tools like Oinkmaster to automatically keep Snort signature files current. * Troubleshoot Network Problems See how to reporting on bandwidth usage and other metrics and to use data collection ...

    An add-in to automatically increment the PrivateBuild field

    An add-in to automatically increment the PrivateBuild field in your applications resource file.(34KB)

    ac_records_system.zip_How To Change It

    you can add & view records. It is automatically generate on EXCEL, MSWORD, NOTEPAD and also to any other office encoder. How to change extension format files LIKE .csv .doc .txt

    Artificial Intelligence with Python [EPUB]

    Understand the concept of clustering and how to use it to automatically segment data See how to build an intelligent recommender system Understand logic programming and how to use it Build automatic ...

    UE(官方下载)

    How to configure syntax highlighting to highlight different file types automatically Project Settings Advanced Project Features - Using the UltraEdit/UEStudio project settings dialog Scripting ...

    学习如何在事件驱动的JavaScript API中自动侦听并查找错误模式_Learning how to listen Auto

    学习如何在事件驱动的JavaScript API中自动侦听并查找错误模式_Learning how to listen Automatically finding bug patterns in event-driven JavaScript APIs.pdf

    WordPress 2.7 Cookbook.pdf

    Displaying Adsense ads to search engines visitors only 215 Getting ready 216 How to do it 216 How it works 217 There's more... 217 Managing who Sees Ads 218 Getting ready 218 How to do it 219 ...

    Build Android-Based Smart Applications

    This book will guide the reader on how to automatically generate an working smart application based on requirement specifications. This book concludes with showing the reader how to generate a smart ...

    Deep Learning for Search.pdf

    ) rely on deep learning to automatically set up and tune search engines on our behalf, but it can help a lot in making the search engine user’s experience smoother. With deep learning, we can do ...

    Ansible.From.Beginner.to.Pro.1484216601

    You will learn how to create an Ansible playbook to automatically set up an environment, ready to install an open source project. You’ll extract common tasks into roles that you can reuse across all ...

    Natural Language Processing with Java(PACKT,2015)

    Natural Language Processing with Java will explore how to automatically organize text using approaches such as full-text search, proper name recognition, clustering, tagging, information extraction, ...

    ff.rar_Face to Face_face tracking_klt face detection_klt track

    Face Detection and Tracking Using the KLT Algorithm This example shows how to automatically detect and track a face using

    R Graphics Essentials for Great Data Visualization 1st pdf

    How to add automatically p-values to box plots, bar plots and alternatives - How to add marginal density plots and correlation coefficients to scatter plots - Key methods for analyzing and ...

    K8s Cookbook

    Finally, you will build and integrate the Continuous Delivery pipeline with Jenkins and Docker registry and learn how to build your own cluster in the cloud automatically. The book will also cover ...

    WordPress 3 Search Engine Optimization.pdf

    How to diagnose a -950 ranking penalty 236 The -30/-40 ranking penalty 236 Diagnosing a -30/-40 penalty 236 False positives that aren't penalties 237 Clearing a Google penalty 237 Abandoning your...

    DevOps Automation Cookbook(PACKT,2015)

    You will explore how to build hosts automatically and interactive pre-seed. You will also delve into the concept of manipulating guests with ESXi. Following this, you will venture into the ...

    Ansible(Apress,2016)

    You will learn how to create an Ansible playbook to automatically set up an environment, ready to install an open source project. You’ll extract common tasks into roles that you can reuse across all ...

Global site tag (gtag.js) - Google Analytics