81 lines
No EOL
1.5 KiB
TOML
81 lines
No EOL
1.5 KiB
TOML
title = "Orders by Supplier"
|
|
description = "List of order lines for each product from a supplier."
|
|
group_by = 0
|
|
|
|
[[columns]]
|
|
name = "Supplier"
|
|
[[columns]]
|
|
name = "Product"
|
|
[[columns]]
|
|
name = "Customer"
|
|
[[columns]]
|
|
name = "Order #"
|
|
[[columns]]
|
|
name = "Order Date"
|
|
[[columns]]
|
|
name = "Qty"
|
|
footer = "sum"
|
|
format = "int"
|
|
[[columns]]
|
|
name = "Value"
|
|
footer = "sum"
|
|
format = "$"
|
|
|
|
[[options]]
|
|
name = "Order Date"
|
|
group = "date"
|
|
[[options.controls]]
|
|
type = "date"
|
|
label = "From"
|
|
key = "from"
|
|
default = "1996-07-04"
|
|
[[options.controls]]
|
|
type = "date"
|
|
label = "To"
|
|
key = "to"
|
|
default = "1997-02-12"
|
|
|
|
[[options]]
|
|
name = "Product Category"
|
|
group = "category"
|
|
helper = "checkbox"
|
|
[[options.controls]]
|
|
type = "checkbox"
|
|
label = "Beverages"
|
|
key = "1"
|
|
default = "checked"
|
|
[[options.controls]]
|
|
type = "checkbox"
|
|
label = "Condiments"
|
|
key = "2"
|
|
default = "checked"
|
|
[[options.controls]]
|
|
type = "checkbox"
|
|
label = "Confections"
|
|
key = "3"
|
|
default = "checked"
|
|
[[options.controls]]
|
|
type = "checkbox"
|
|
label = "Dairy Products"
|
|
key = "4"
|
|
default = "checked"
|
|
[[options.controls]]
|
|
type = "checkbox"
|
|
label = "Grains/Cereals"
|
|
key = "5"
|
|
default = "checked"
|
|
[[options.controls]]
|
|
type = "checkbox"
|
|
label = "Meat/Poultry"
|
|
key = "6"
|
|
default = "checked"
|
|
[[options.controls]]
|
|
type = "checkbox"
|
|
label = "Produce"
|
|
key = "7"
|
|
default = "checked"
|
|
[[options.controls]]
|
|
type = "checkbox"
|
|
label = "Seafood"
|
|
key = "8"
|
|
default = "checked" |