2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-04-29 12:06:44 +00:00

Add explicit reference_int values for order fixtures (#3645)

This commit is contained in:
Oliver 2022-09-05 21:37:59 +10:00 committed by GitHub
parent 47c7a5e0eb
commit 639b9c302f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,6 +5,7 @@
pk: 1 pk: 1
fields: fields:
reference: 'PO-0001' reference: 'PO-0001'
reference_int: 1
description: "Ordering some screws" description: "Ordering some screws"
supplier: 1 supplier: 1
status: 10 # Pending status: 10 # Pending
@ -14,6 +15,7 @@
pk: 2 pk: 2
fields: fields:
reference: 'PO-0002' reference: 'PO-0002'
reference_int: 2
description: "Ordering some more screws" description: "Ordering some more screws"
supplier: 3 supplier: 3
status: 10 # Pending status: 10 # Pending
@ -22,6 +24,7 @@
pk: 3 pk: 3
fields: fields:
reference: 'PO-0003' reference: 'PO-0003'
reference_int: 3
description: 'Another PO' description: 'Another PO'
supplier: 3 supplier: 3
status: 20 # Placed status: 20 # Placed
@ -30,6 +33,7 @@
pk: 4 pk: 4
fields: fields:
reference: 'PO-0004' reference: 'PO-0004'
reference_int: 4
description: 'Another PO' description: 'Another PO'
supplier: 3 supplier: 3
status: 20 # Placed status: 20 # Placed
@ -38,6 +42,7 @@
pk: 5 pk: 5
fields: fields:
reference: 'PO-0005' reference: 'PO-0005'
reference_int: 5
description: 'Another PO' description: 'Another PO'
supplier: 3 supplier: 3
status: 30 # Complete status: 30 # Complete
@ -46,6 +51,7 @@
pk: 6 pk: 6
fields: fields:
reference: 'PO-0006' reference: 'PO-0006'
reference_int: 6
description: 'Another PO' description: 'Another PO'
supplier: 3 supplier: 3
status: 40 # Cancelled status: 40 # Cancelled
@ -55,6 +61,7 @@
pk: 7 pk: 7
fields: fields:
reference: 'PO-0007' reference: 'PO-0007'
reference_int: 7
description: 'Another PO' description: 'Another PO'
supplier: 2 supplier: 2
status: 10 # Pending status: 10 # Pending