-
This commit is contained in:
@@ -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'],
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user