mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 03:26:24 +00:00
Receive stock against purchase order line items
This commit is contained in:
parent
6ff99b15c3
commit
65180c7b2f
5 changed files with 100 additions and 9 deletions
|
|
@ -1,5 +1,6 @@
|
|||
import "dart:async";
|
||||
|
||||
import 'package:flutter/material.dart';
|
||||
import "package:intl/intl.dart";
|
||||
import 'package:inventree/helpers.dart';
|
||||
import "package:inventree/inventree/part.dart";
|
||||
|
|
@ -98,7 +99,7 @@ class InvenTreeStockItem extends InvenTreeModel {
|
|||
Color get statusColor {
|
||||
switch (status) {
|
||||
case OK:
|
||||
return Color(0xFF50aa51);
|
||||
return Colors.black;
|
||||
case ATTENTION:
|
||||
return Color(0xFFfdc82a);
|
||||
case DAMAGED:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue