diff --git a/inventree_data.json b/inventree_data.json index 55ac9bf..8d8acc5 100644 --- a/inventree_data.json +++ b/inventree_data.json @@ -2,8 +2,8 @@ { "metadata": true, "comment": "This file contains a dump of the InvenTree database", - "exported_at": "2026-07-04T11:56:18.414435", - "exported_at_utc": "2026-07-04T11:56:18.414470", + "exported_at": "2026-07-04T12:26:21.798238", + "exported_at_utc": "2026-07-04T12:26:21.798265", "source_version": "1.5.0 dev", "api_version": 515, "django_version": "5.2.15", @@ -95428,7 +95428,7 @@ "pk": 1, "fields": { "password": "pbkdf2_sha256$1000000$CWvgH2EOSzLLJgYY64YHjS$S5ppC9xcNnjL5GLQQh3oTTwahpM4yYK1HyOvXc0pyiE=", - "last_login": "2026-07-04T11:42:30.607Z", + "last_login": "2026-07-04T12:01:25.846Z", "is_superuser": true, "username": "admin", "first_name": "Adam", @@ -223255,6 +223255,32 @@ "model_id": null } }, + { + "model": "common.notesimage", + "pk": 8, + "fields": { + "image": "notes/image_mpSMlEi.png", + "user": [ + "admin" + ], + "date": "2026-07-04T12:23:12.128Z", + "model_type": "build", + "model_id": 28 + } + }, + { + "model": "common.notesimage", + "pk": 9, + "fields": { + "image": "notes/image_0CIf9My.png", + "user": [ + "admin" + ], + "date": "2026-07-04T12:25:10.218Z", + "model_type": "build", + "model_id": 28 + } + }, { "model": "common.inventreeusersetting", "pk": 1, @@ -227686,7 +227712,7 @@ "fields": { "metadata": {}, "reference_int": 28, - "notes": "#### Production Notes\n\nDon't mix up the order of widget installation - it is actually important:\n\n**Order Of Installation**:\n\n1. Red\n2. Blue\n3. Pink \n4. Green", + "notes": "#### Production Notes\n\n**Order Of Installation:**\n\n*Don't mix up the order of widget installation - it is actually important:*\n\n1. Red\n2. Blue\n3. Pink \n4. Green\n\n**Switch Configuration:**\n\n![](/media/notes/image_mpSMlEi.png)\n\n**Press This Buton:**\n\n*Press this button three times to invert the flux activator.*\n\n![](/media/notes/image_0CIf9My.png)", "barcode_data": "", "barcode_hash": "", "reference": "BO0028", diff --git a/media/notes/image_0CIf9My.png b/media/notes/image_0CIf9My.png new file mode 100644 index 0000000..040d219 Binary files /dev/null and b/media/notes/image_0CIf9My.png differ diff --git a/media/notes/image_mpSMlEi.png b/media/notes/image_mpSMlEi.png new file mode 100644 index 0000000..70069a5 Binary files /dev/null and b/media/notes/image_mpSMlEi.png differ