ДОМЕНЫ - ВОПРОСЫ - СКЛАД - Протянуть exact capability складских остатков товаров на дату
This commit is contained in:
@@ -20,6 +20,12 @@
|
||||
"capability_layer": "compute",
|
||||
"capability_route_mode": "exact"
|
||||
},
|
||||
{
|
||||
"intent": "inventory_on_hand_as_of_date",
|
||||
"capability_id": "confirmed_inventory_on_hand_as_of_date",
|
||||
"capability_layer": "compute",
|
||||
"capability_route_mode": "exact"
|
||||
},
|
||||
{
|
||||
"intent": "list_payables_counterparties",
|
||||
"capability_id": "payables_candidates_list",
|
||||
|
||||
@@ -20,6 +20,12 @@
|
||||
"expected_requested_result_modes": ["confirmed_balance"],
|
||||
"expected_result_modes": ["confirmed_balance"]
|
||||
},
|
||||
{
|
||||
"intent": "inventory_on_hand_as_of_date",
|
||||
"expected_selected_recipes": ["address_inventory_on_hand_as_of_date_v1"],
|
||||
"expected_requested_result_modes": ["confirmed_balance"],
|
||||
"expected_result_modes": ["confirmed_balance"]
|
||||
},
|
||||
{
|
||||
"intent": "vat_payable_forecast",
|
||||
"expected_selected_recipes": ["address_vat_payable_forecast_v1"]
|
||||
|
||||
@@ -163,6 +163,47 @@
|
||||
"Счет 50, 51, 52, 55"
|
||||
]
|
||||
},
|
||||
{
|
||||
"group_code": "inventory",
|
||||
"group_title": "Товары и складские остатки",
|
||||
"description": "Подтвержденные срезы товарных остатков по складам и организациям на дату.",
|
||||
"risk_level": "medium",
|
||||
"maturity_status": "production_ready",
|
||||
"supported_operations": [
|
||||
"inventory_on_hand_as_of_date",
|
||||
"inventory_positions_by_warehouse"
|
||||
],
|
||||
"unsupported_operations": [
|
||||
"post_goods_issue",
|
||||
"revalue_inventory"
|
||||
],
|
||||
"required_entities": [
|
||||
"as_of_date"
|
||||
],
|
||||
"optional_entities": [
|
||||
"organization",
|
||||
"warehouse",
|
||||
"item_scope"
|
||||
],
|
||||
"typical_queries": [
|
||||
"Какие товары сейчас лежат на складе?",
|
||||
"Покажи остатки товаров на дату.",
|
||||
"Какие позиции с ненулевым остатком были на складе?"
|
||||
],
|
||||
"related_routes": [
|
||||
"address_inventory_on_hand_as_of_date_v1"
|
||||
],
|
||||
"safe_alternatives": [
|
||||
"Уточнить дату среза",
|
||||
"Ограничить организацию или склад"
|
||||
],
|
||||
"one_c_hints": [
|
||||
"Счет 41.01",
|
||||
"РегистрБухгалтерии.Хозрасчетный.Остатки",
|
||||
"Справочник.Склады",
|
||||
"Справочник.Номенклатура"
|
||||
]
|
||||
},
|
||||
{
|
||||
"group_code": "capability_boundaries",
|
||||
"group_title": "Ограничения",
|
||||
|
||||
Reference in New Issue
Block a user