2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-17 20:45:44 +00:00

Render a table of sales orders

This commit is contained in:
Oliver Walters
2020-04-20 20:27:52 +10:00
parent c7fd22924f
commit 627c50e465
4 changed files with 96 additions and 1 deletions

View File

@ -124,6 +124,7 @@ class SalseOrderSerializer(InvenTreeModelSerializer):
'issue_date',
'complete_date',
'creation_date',
'description',
'line_items',
'link',
'reference',