deleted: public/templates/areas_template.csv
deleted: public/templates/categories_template.csv deleted: public/templates/pickitems_template.csv deleted: public/templates/picklists_template.csv modified: src/db/migrations.ts modified: src/screens/ManageCategoriesScreen.tsx modified: src/screens/ManageProductsScreen.tsx
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
id,name,created_at,updated_at
|
||||
# id optional — you can use empty for new rows. created/updated optional
|
||||
Area A,,
|
||||
|
@@ -1,2 +0,0 @@
|
||||
id,name,created_at,updated_at
|
||||
Clothing,,
|
||||
|
@@ -1,2 +0,0 @@
|
||||
id,pick_list_id,pick_list_name,product_id,product_name,quantity,is_carton,status,created_at,updated_at
|
||||
,,"My Pick List",,"Blue T-Shirt",2,false,pending,,
|
||||
|
@@ -1,2 +0,0 @@
|
||||
id,area_id,area_name,created_at,completed_at,notes,categories,auto_add_new_products
|
||||
,,"Area A",,,"","Clothing;Accessories",false
|
||||
|
Reference in New Issue
Block a user