modified: public/templates/products_template.csv

modified:   src/components/ProductRow.test.tsx
	modified:   src/components/ProductRow.tsx
	modified:   src/screens/ImportExportScreen.tsx
	modified:   src/screens/ManageProductsScreen.tsx
	modified:   src/services/importExportService.ts
This commit is contained in:
2025-11-25 11:00:12 +10:00
parent ed923b9363
commit f9a093a39d
6 changed files with 224 additions and 448 deletions
+4 -2
View File
@@ -1,2 +1,4 @@
id,name,category,unit_type,bulk_name,barcode,archived,created_at,updated_at
"Blue T-Shirt","Clothing","unit","carton","0123456789012",false,,
name,barcode,category
Running Shorts,0123456789,Clothing
Crop Top,9876543210,Clothing
Yoga Pants,,Bottoms
1 id name barcode category unit_type bulk_name archived created_at updated_at
2 Blue T-Shirt Clothing Running Shorts false 0123456789 unit Clothing carton 0123456789012
3 Crop Top 9876543210 Clothing
4 Yoga Pants Bottoms