2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-03 04:00:57 +00:00

Function to predict the next purchase order number

This commit is contained in:
Oliver Walters
2020-05-14 15:00:00 +10:00
parent 41eff97c7c
commit cebfe9a30f
3 changed files with 47 additions and 3 deletions

View File

@ -4,7 +4,7 @@
- model: order.purchaseorder
pk: 1
fields:
reference: 0001
reference: '0001'
description: "Ordering some screws"
supplier: 1
@ -12,7 +12,7 @@
- model: order.purchaseorder
pk: 2
fields:
reference: 0002
reference: '0002'
description: "Ordering some more screws"
supplier: 3