Skip to content

Stripes UI plugin: Display, filter and select PO lines

License

Notifications You must be signed in to change notification settings

folio-org/ui-plugin-find-po-line

Repository files navigation

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