mirror of
https://github.com/hay-kot/homebox.git
synced 2025-08-05 09:10:26 +00:00
add docs
This commit is contained in:
parent
0c1b92ae6f
commit
b2ae04f3e4
1 changed files with 23 additions and 23 deletions
|
@ -24,8 +24,8 @@ Import RefLocation Labels Quantity Name Description Insured Serial Number Model
|
||||||
## CSV Reference
|
## CSV Reference
|
||||||
|
|
||||||
| Column | Type | Description |
|
| Column | Type | Description |
|
||||||
| ----------------- | -------------------- | ----------------------------------------------------------------------------------------------------------------------------- |
|
| ----------------- | -------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||||
| ImportRef | String (100) | Future |
|
| ImportRef | String (100) | Import Refs are unique strings that can be used to deduplicate imports. Before an item is imported, we check the database for a matching ref. If the ref exists, we skip that item. |
|
||||||
| Location | String | This is the location of the item that will be created. These are de-duplicated and won't create another instance when reused. |
|
| Location | String | This is the location of the item that will be created. These are de-duplicated and won't create another instance when reused. |
|
||||||
| Labels | `;` Separated String | List of labels to apply to the item separated by a `;`, can be existing or new |
|
| Labels | `;` Separated String | List of labels to apply to the item separated by a `;`, can be existing or new |
|
||||||
| Quantity | Integer | The quantity of items to create |
|
| Quantity | Integer | The quantity of items to create |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue