Project

General

Profile

roos-fs tasks #312

Updated by Vadim Pariev 8 months ago

**Use case** 
 We need functionality to import spare parts into the Warehouse without pre-assigned vehicle or service. This is required to preload stock for a customer. Only Name, Serial Number, and Customer are mandatory. Later, parts can be linked to vehicles and services during service tasks (via the Warehouse Picker workflow). 

 Acceptance criterea: 
 - Add Import functionality (CSV/XLSX upload). upload + manual table entry). 
 - Only Name, Serial Number, and Customer are mandatory 
 - Manual entry allows to enter the same fields as in the import 
 - Store parts in Warehouse table with minimal required fields. 
 - Ensure spare parts are created with status "In Stock by default". 
 IMPORTANT 
 - Create a template that will withhold only the columns found in the excel attached  
 - Check if the Produc t with the same name exists if yes all items form the imported table are to be in the sub table for this part  
 - if this product is not yet listed then the entry in the main table is created and all itmes with the product name are landing in the subtable underneath 

Back