fe-product 1.7.0
Install from the command line:
Learn more about npm packages
$ npm install @openimis/fe-product@1.7.0
Install via package.json:
"@openimis/fe-product": "1.7.0"
About this version
This repository holds the files of the openIMIS Frontend Product reference module. It is dedicated to be deployed as a module of openimis-fe_js.
-
/admin/products
: List of all products -
/admin/products/new
: Form to create a new product -
/admin/products/:product_id
: Display the product in details
None (Administration module providing menu entries to proxied pages for products)
-
product.hooks.useProductsQuery.productFragment
: Change the fields fetched by theuseProductsQuery
hook -
product.hooks.useProductQuery.productFragment
: Change the fields fetched by theuseProductQuery
hook
-
product.ProductPicker
: Picker that returns products matching the string entered by the user. -
product.hooks.useProductsQuery
: Hook to get a filtered connection on products -
product.hooks.useProductQuery
: Hook to get a product with all its fields