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
hookproduct.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 productsproduct.hooks.useProductQuery
: Hook to get a product with all its fields