mirror of
https://github.com/inventree/inventree-app.git
synced 2025-05-15 05:23:10 +00:00
Display number of line items in each order
This commit is contained in:
parent
4cae087032
commit
1cc5d1ffe6
@ -164,6 +164,7 @@ class _PaginatedPurchaseOrderListState extends State<_PaginatedPurchaseOrderList
|
||||
width: 40,
|
||||
height: 40,
|
||||
),
|
||||
trailing: Text("${order.lineItems}"),
|
||||
onTap: () async {
|
||||
// TODO - Display purchase order information
|
||||
},
|
||||
|
16
pubspec.lock
16
pubspec.lock
@ -49,7 +49,21 @@ packages:
|
||||
name: cached_network_image
|
||||
url: "https://pub.dartlang.org"
|
||||
source: hosted
|
||||
version: "3.0.0"
|
||||
version: "3.1.0"
|
||||
cached_network_image_platform_interface:
|
||||
dependency: transitive
|
||||
description:
|
||||
name: cached_network_image_platform_interface
|
||||
url: "https://pub.dartlang.org"
|
||||
source: hosted
|
||||
version: "1.0.0"
|
||||
cached_network_image_web:
|
||||
dependency: transitive
|
||||
description:
|
||||
name: cached_network_image_web
|
||||
url: "https://pub.dartlang.org"
|
||||
source: hosted
|
||||
version: "1.0.1"
|
||||
camera:
|
||||
dependency: "direct main"
|
||||
description:
|
||||
|
@ -23,7 +23,7 @@ dependencies:
|
||||
|
||||
cupertino_icons: ^1.0.3
|
||||
http: ^0.13.0
|
||||
cached_network_image: ^3.0.0 # Download and cache remote images
|
||||
cached_network_image: ^3.1.0 # Download and cache remote images
|
||||
qr_code_scanner: ^0.5.2 # Barcode scanning
|
||||
package_info_plus: ^1.0.4 # App information introspection
|
||||
device_info_plus: ^2.1.0 # Information about the device
|
||||
|
Loading…
x
Reference in New Issue
Block a user