Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1.64 KB

README.md

File metadata and controls

38 lines (26 loc) · 1.64 KB

ui-plugin-find-po-line

Copyright (C) 2017-2019 The Open Library Foundation

This software is distributed under the terms of the Apache License, Version 2.0. See the file "LICENSE" for more information.

Introduction

This package furnishes a single Stripes plugin of type find-po-line, which can be included in Stripes modules by means of a <Pluggable type="find-po-line"> element. See the Plugins section of the Module Developer's Guide.

Props

Name Type Description Required
disabled boolean Flag to control disabled property of plugin's button, since it's rendered inside the plugin No
stripes object stripes-core glue object Yes
searchButtonStyle string optional styling of plugin's button No
searchLabel React.node optional jsx for plugin's button label No
isSingleSelect boolean Flag to control if user can select only one PO Line, default is false No
addLines function Callback with selected array of PO Lines Yes

This is a Stripes UI module to display, filter and select PO lines in ui-invoice app.

Additional information

See the related ui-invoice module. (Consumer)

Other modules.

See project UINV at the FOLIO issue tracker.

Other FOLIO Developer documentation is at dev.folio.org