diff --git a/_business_logic/NewShopSetup.md b/_business_logic/NewShopSetup.md index ea98e6910..98933da85 100644 --- a/_business_logic/NewShopSetup.md +++ b/_business_logic/NewShopSetup.md @@ -1,5 +1,35 @@ **Required items** - -Bodyshop Record --Counter Record - type: ronum \ No newline at end of file +..\*Include the statuses file in the format of: + +```json + "statuses": [ + "Open", + "Scheduled", + "Arrived", + "Repair Plan", + "Parts", + "Body", + "Prep", + "Paint", + "Reassembly", + "Sublet", + "Detail", + "Completed", + "Delivered", + "Invoiced", + "Exported" + ], + "default_imported": "Open", + "default_scheduled": "Scheduled", + "default_arrived": "Arrived", + "default_completed": "Completed", + "default_delivered": "Delivered", + "default_invoiced": "Invoiced", + "default_exported": "Exported" +} +``` + +--\* Set the region for the shop. +-Counter Record - type: ronum