Loading...
Loading...
ERP domain knowledge for BIMP (bimpsoft.com). Use when working with BIMP MCP tools — provides entity relationships, Ukrainian terminology mapping, API patterns, and planning/accounting field reference.
npx skill4agent add dutchakdev/bimp-mcp bimp-erp-contextOrganization
+-- Warehouse (storage locations)
+-- Employee (staff)
+-- Currency / VAT (reference data)
|
+-- Nomenclature (products & services)
| +-- NomenclatureGroup (categories)
| +-- UnitOfMeasurement
| +-- Specification (BOM: materials + quantities)
| +-- PriceList (per-product prices)
| +-- Inventory (stock balances per warehouse)
|
+-- Counterparty (customers & suppliers)
| +-- Contract (terms, currency, price list)
|
+-- Sales: Order -> SalesInvoice -> CustomerPayment
+-- Procurement: SupplierInvoice -> PurchaseInvoice
+-- Production: Specification -> ProductionOrder -> ProductionAssembly
+-- Inventory: Movement, Write-offCounterparty (supplier)
-> PurchaseInvoice (procure components)
-> Inventory (components in stock)
-> Specification (BOM: components -> product)
-> ProductionOrder (plan production)
-> ProductionAssembly (execute)
-> Inventory (finished goods)
-> SalesInvoice (sell to customer)| Ukrainian | English | API Entity |
|---|---|---|
| Номенклатура | Product | nomenclature |
| Контрагент | Counterparty | counterparty |
| Специфікація | Specification/BOM | specification |
| Замовлення покупця | Customer Order | invoiceForCustomerPayment |
| Реалізація | Sales Invoice | salesInvoice |
| Прихідна накладна | Purchase Invoice | purchaseInvoice |
| Виробничий наказ | Production Order | production-order |
| Склад | Warehouse | warehouse |
| Залишки | Inventory | inventory |
bimp_fetch_allenrich=truereaddata.length < requested countbimp_nomenclatures_readbimp_nomenclatures_upsert| Field | Description |
|---|---|
| minStock | Minimum stock level — triggers reorder |
| maxStock | Maximum stock level — replenishment target |
| speedOfDemand | Demand rate per period |
| insuranceReserve | Safety stock buffer |
| deliveryTerm | Delivery lead time in days |
| plannedCost | Planned unit cost |
bimp_nomenclature_readbimp_nomenclatures_readbimp_nomenclature_readStocksbimp_fetch_alltool=bimp_specification_readListenrich=truemax(0, minStock - currentStock)deliveryTerm