ToolJet/server/templates/inventory-management-postgresql/manifest.json

16 lines
375 B
JSON
Raw Normal View History

{
"name": "Inventory management (PostgreSQL)",
"description": "Track inventory levels, orders, and shipments using a PostgreSQL database to monitor and optimize stock.",
"widgets": [
"Table",
"Chart"
],
"sources": [
{
"name": "PostgreSQL",
"id": "postgresql"
}
],
"id": "inventory-management-postgresql",
"category": "operations"
}