diff --git a/_business_logic/NewShopSetup.md b/_business_logic/NewShopSetup.md index 98933da85..dc17f03f0 100644 --- a/_business_logic/NewShopSetup.md +++ b/_business_logic/NewShopSetup.md @@ -4,6 +4,7 @@ ..\*Include the statuses file in the format of: ```json +{ "statuses": [ "Open", "Scheduled", @@ -21,14 +22,29 @@ "Invoiced", "Exported" ], - "default_imported": "Open", - "default_scheduled": "Scheduled", + "open_statuses": [ + "Open", + "Scheduled", + "Arrived", + "Repair Plan", + "Parts", + "Body", + "Prep", + "Paint", + "Reassembly", + "Sublet", + "Detail", + "Completed" + ], "default_arrived": "Arrived", + "default_exported": "Exported", + "default_imported": "Open", + "default_invoiced": "Invoiced", "default_completed": "Completed", "default_delivered": "Delivered", - "default_invoiced": "Invoiced", - "default_exported": "Exported" + "default_scheduled": "Scheduled" } + ``` --\* Set the region for the shop. diff --git a/bodyshop_translations.babel b/bodyshop_translations.babel index 7745bf1aa..0a097dcfb 100644 --- a/bodyshop_translations.babel +++ b/bodyshop_translations.babel @@ -1,4 +1,4 @@ - +