Missed in last commit. Added business logic.
This commit is contained in:
@@ -1,5 +1,35 @@
|
|||||||
**Required items**
|
**Required items**
|
||||||
|
|
||||||
|
|
||||||
-Bodyshop Record
|
-Bodyshop Record
|
||||||
-Counter Record - type: ronum
|
..\*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
|
||||||
|
|||||||
Reference in New Issue
Block a user