This commit is contained in:
2025-11-29 17:10:50 +01:00
parent 8cba8db549
commit 71071f42dc
4 changed files with 42 additions and 1 deletions

View File

@@ -11,6 +11,15 @@ const entityToQueryKeys: Record<string, string[]> = {
articoli: ['articoli', 'lookup'],
'evento-costi': ['evento-costi', 'evento'],
demo: ['eventi', 'clienti', 'location', 'risorse', 'articoli', 'calendario', 'lookup'],
// Warehouse Module
warehouse_article: ['warehouse', 'articles'],
warehouse_category: ['warehouse', 'categories'],
warehouse_location: ['warehouse', 'locations'],
stock_movement: ['warehouse', 'movements'],
article_batch: ['warehouse', 'batches'],
article_serial: ['warehouse', 'serials'],
inventory_count: ['warehouse', 'inventories'],
stock_level: ['warehouse', 'stock-levels'],
};
/**