mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 03:26:24 +00:00
Start date (#631)
* Support "start_date" for PurchaseOrder and SalesOrder * Update release notes * Add form fields
This commit is contained in:
parent
5ec86c4ade
commit
25d7ac9189
8 changed files with 55 additions and 18 deletions
|
|
@ -18,6 +18,8 @@ class InvenTreeOrder extends InvenTreeModel {
|
|||
|
||||
String get issueDate => getString("issue_date");
|
||||
|
||||
String get startDate => getString("start_date");
|
||||
|
||||
String get completionDate => getDateString("complete_date");
|
||||
|
||||
String get creationDate => getDateString("creation_date");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue