Difference between revisions of "Autocomplete"

From ADempiere
Jump to: navigation, search
This Wiki is read-only for reference purposes to avoid broken links.
(Created page with '== Status == == Contributors == == Overview == == Purpose == == References == == Design Considerations == ===Assumptions=== ===Dependencies=== ===Constraints=== == Glossary…')
 
(Example)
 
(13 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
== Status  ==
 
== Status  ==
 +
In Production use
 +
 
== Contributors  ==
 
== Contributors  ==
 +
* [[metas]]
 +
 
== Overview  ==
 
== Overview  ==
 +
* Configurable autocomplete Functionality for Search Fields.
 +
* Autocomplete steered by Identifier.
 +
* Minimum qty of chars configurable before autocomplete jumps in.
 +
* When configured then after filling defined amount of chars then autosearch happens during typing and dropdown overlay appears and can be selected by mouse or keyboard.
 +
* The content which shall be searchable is defined per identifier in ad_column.
 +
 +
=== Example ===
 +
[[User:Redchris|Cristina Ghita]] 15:06, 13 September 2013 (UTC)<br>
 +
Prerequisites: In table Order, column C_B Partner_ID should have Autocomplete checkmark checked.
 +
* checked BPartner in window Sales Order
 +
** Created new order
 +
*** entered "Sto" in the BPartner Field -> records suggested: Seed Farm Inc., Standard, Store East, Store West, Store South, Store North
 +
**** Seed Farm Inc. and Standard appears in the suggested list because the text exist in theirs description
 +
**** select with keyboard or by mouse your choice
 +
 
== Purpose  ==
 
== Purpose  ==
 
== References  ==
 
== References  ==
Line 8: Line 27:
 
===Dependencies===
 
===Dependencies===
 
===Constraints===
 
===Constraints===
 +
[[User:Redchris|Cristina Ghita]] 14:53, 13 September 2013 (UTC)
 +
* Is implemented for Search type field
 +
* We have by default shown 7 items which match the search criteria. The eighth item is "...".
 +
* The pop up with suggested items is shown with delay of 500 ms and only after 3 characters were written
 +
 
== Glossary ==  
 
== Glossary ==  
 
==Functional Requirements==
 
==Functional Requirements==
 +
== Functional team  ==
 +
*Volunteers for analyzing:
 +
*Result of analysis:
 
===User roles & profiles===
 
===User roles & profiles===
 
===Business process definition===
 
===Business process definition===
Line 15: Line 42:
 
===Functional requirements based on business processes===
 
===Functional requirements based on business processes===
 
====User Interface Mockups====
 
====User Interface Mockups====
 +
 
== Acceptance criteria  ==
 
== Acceptance criteria  ==
 
== QA and test cases ==
 
== QA and test cases ==
 
== Development infrastructure  ==
 
== Development infrastructure  ==
 +
[[User:Redchris|Cristina Ghita]] 14:53, 13 September 2013 (UTC)
 +
* https://hg.code.sf.net/p/adempiere/code
 +
* Branch: feature/ADEMPIERE-191
 +
* JIRA-URL: https://adempiere.atlassian.net/browse/ADEMPIERE-191
 +
 
== Technical Requirements ==
 
== Technical Requirements ==
 +
== Technical team  ==
 +
*Volunteers for analyzing:
 +
*Result of analysis:
 +
 
== Data Requirements ==
 
== Data Requirements ==
 
==Non-Functional Requirements==
 
==Non-Functional Requirements==
 
==Open Discussion Items==
 
==Open Discussion Items==
 
==Closed Discussion Items==
 
==Closed Discussion Items==

Latest revision as of 05:44, 17 September 2013

Status

In Production use

Contributors

Overview

  • Configurable autocomplete Functionality for Search Fields.
  • Autocomplete steered by Identifier.
  • Minimum qty of chars configurable before autocomplete jumps in.
  • When configured then after filling defined amount of chars then autosearch happens during typing and dropdown overlay appears and can be selected by mouse or keyboard.
  • The content which shall be searchable is defined per identifier in ad_column.

Example

Cristina Ghita 15:06, 13 September 2013 (UTC)
Prerequisites: In table Order, column C_B Partner_ID should have Autocomplete checkmark checked.

  • checked BPartner in window Sales Order
    • Created new order
      • entered "Sto" in the BPartner Field -> records suggested: Seed Farm Inc., Standard, Store East, Store West, Store South, Store North
        • Seed Farm Inc. and Standard appears in the suggested list because the text exist in theirs description
        • select with keyboard or by mouse your choice

Purpose

References

Design Considerations

Assumptions

Dependencies

Constraints

Cristina Ghita 14:53, 13 September 2013 (UTC)

  • Is implemented for Search type field
  • We have by default shown 7 items which match the search criteria. The eighth item is "...".
  • The pop up with suggested items is shown with delay of 500 ms and only after 3 characters were written

Glossary

Functional Requirements

Functional team

  • Volunteers for analyzing:
  • Result of analysis:

User roles & profiles

Business process definition

User stories

Functional requirements based on business processes

User Interface Mockups

Acceptance criteria

QA and test cases

Development infrastructure

Cristina Ghita 14:53, 13 September 2013 (UTC)

Technical Requirements

Technical team

  • Volunteers for analyzing:
  • Result of analysis:

Data Requirements

Non-Functional Requirements

Open Discussion Items

Closed Discussion Items