Code Cleanup (#312)

* Open email and telephone links for company

* Cleanup imports
This commit is contained in:
Oliver 2023-04-11 22:38:57 +10:00 committed by GitHub
parent 946abb60a0
commit 164295c3e2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 74 additions and 56 deletions

View file

@ -1,9 +1,7 @@
import "package:inventree/inventree/company.dart";
import "package:inventree/inventree/part.dart";
import "package:inventree/inventree/model.dart";
// TODO: In the future, status codes should be retrieved from the server
const int PO_STATUS_PENDING = 10;
const int PO_STATUS_PLACED = 20;
const int PO_STATUS_COMPLETE = 30;