2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-19 05:25:42 +00:00

Filter API by overdue status

This commit is contained in:
Oliver Walters
2020-12-18 12:40:47 +11:00
parent b21c6f0b99
commit c34196538b
5 changed files with 41 additions and 2 deletions

View File

@ -275,6 +275,11 @@ function loadSalesOrderTable(table, options) {
field: 'creation_date',
title: '{% trans "Creation Date" %}',
},
{
sortable: true,
field: 'target_date',
title: '{% trans "Target Date" %}',
},
{
sortable: true,
field: 'shipment_date',