Initial commit

This commit is contained in:
Anton Stubenbord
2022-10-30 14:15:37 +01:00
commit cb797df7d2
272 changed files with 16278 additions and 0 deletions

161
test/fixtures/documents/documents.json vendored Normal file
View File

@@ -0,0 +1,161 @@
[{
"id": 1,
"correspondent": 1,
"document_type": 1,
"storage_path": null,
"title": "Rechnung 1 title",
"content": "Rechnung 1 content",
"tags": [],
"created": "2020-01-15T00:00:00Z",
"created_date": "2020-01-15",
"modified": "2020-01-17T00:00:00Z",
"added": "2020-01-16T17:25:00Z",
"archive_serial_number": null,
"original_file_name": "document_1.pdf",
"archived_file_name": "document_1.pdf"
},
{
"id": 2,
"correspondent": 1,
"document_type": 1,
"storage_path": null,
"title": "Rechnung 1 title",
"content": "Rechnung 1 content",
"tags": [],
"created": "2020-01-15T00:00:00Z",
"created_date": "2020-01-15",
"modified": "2020-01-17T00:00:00Z",
"added": "2020-01-16T17:25:00Z",
"archive_serial_number": null,
"original_file_name": "document_1.pdf",
"archived_file_name": "document_1.pdf"
},
{
"id": 3,
"correspondent": 1,
"document_type": 1,
"storage_path": null,
"title": "Rechnung 1 title",
"content": "Rechnung 1 content",
"tags": [],
"created": "2020-01-15T00:00:00Z",
"created_date": "2020-01-15",
"modified": "2020-01-17T00:00:00Z",
"added": "2020-01-16T17:25:00Z",
"archive_serial_number": null,
"original_file_name": "document_1.pdf",
"archived_file_name": "document_1.pdf"
},
{
"id": 4,
"correspondent": 1,
"document_type": 1,
"storage_path": null,
"title": "Rechnung 1 title",
"content": "Rechnung 1 content",
"tags": [],
"created": "2020-01-15T00:00:00Z",
"created_date": "2020-01-15",
"modified": "2020-01-17T00:00:00Z",
"added": "2020-01-16T17:25:00Z",
"archive_serial_number": null,
"original_file_name": "document_1.pdf",
"archived_file_name": "document_1.pdf"
},
{
"id": 5,
"correspondent": 1,
"document_type": 1,
"storage_path": null,
"title": "Rechnung 1 title",
"content": "Rechnung 1 content",
"tags": [],
"created": "2020-01-15T00:00:00Z",
"created_date": "2020-01-15",
"modified": "2020-01-17T00:00:00Z",
"added": "2020-01-16T17:25:00Z",
"archive_serial_number": null,
"original_file_name": "document_1.pdf",
"archived_file_name": "document_1.pdf"
},
{
"id": 6,
"correspondent": 1,
"document_type": 2,
"storage_path": null,
"title": "Rechnung 1 title",
"content": "Rechnung 1 content",
"tags": [],
"created": "2020-01-15T00:00:00Z",
"created_date": "2020-01-15",
"modified": "2020-01-17T00:00:00Z",
"added": "2020-01-16T17:25:00Z",
"archive_serial_number": null,
"original_file_name": "document_1.pdf",
"archived_file_name": "document_1.pdf"
},
{
"id": 7,
"correspondent": 1,
"document_type": 3,
"storage_path": null,
"title": "Rechnung 1 title",
"content": "Rechnung 1 content",
"tags": [],
"created": "2020-01-15T00:00:00Z",
"created_date": "2020-01-15",
"modified": "2020-01-17T00:00:00Z",
"added": "2020-01-16T17:25:00Z",
"archive_serial_number": null,
"original_file_name": "document_1.pdf",
"archived_file_name": "document_1.pdf"
},
{
"id": 8,
"correspondent": 1,
"document_type": 4,
"storage_path": null,
"title": "Rechnung 1 title",
"content": "Rechnung 1 content",
"tags": [],
"created": "2020-01-15T00:00:00Z",
"created_date": "2020-01-15",
"modified": "2020-01-17T00:00:00Z",
"added": "2020-01-16T17:25:00Z",
"archive_serial_number": null,
"original_file_name": "document_1.pdf",
"archived_file_name": "document_1.pdf"
},
{
"id": 9,
"correspondent": 1,
"document_type": 5,
"storage_path": null,
"title": "Rechnung 1 title",
"content": "Rechnung 1 content",
"tags": [],
"created": "2020-01-15T00:00:00Z",
"created_date": "2020-01-15",
"modified": "2020-01-17T00:00:00Z",
"added": "2020-01-16T17:25:00Z",
"archive_serial_number": null,
"original_file_name": "document_1.pdf",
"archived_file_name": "document_1.pdf"
},
{
"id": 10,
"correspondent": 1,
"document_type": 3,
"storage_path": null,
"title": "Rechnung 1 title",
"content": "Rechnung 1 content",
"tags": [],
"created": "2020-01-15T00:00:00Z",
"created_date": "2020-01-15",
"modified": "2020-01-17T00:00:00Z",
"added": "2020-01-16T17:25:00Z",
"archive_serial_number": null,
"original_file_name": "document_1.pdf",
"archived_file_name": "document_1.pdf"
}
]