diff --git a/forms/reports/items-form/ui.xml b/forms/reports/items-form/ui.xml index 8b6462db..8e857561 100644 --- a/forms/reports/items-form/ui.xml +++ b/forms/reports/items-form/ui.xml @@ -1,42 +1,44 @@ - - - - Item list - - - - - - - - Store - - - SELECT id, name FROM vn2008.warehouse - WHERE reserve ORDER BY name - - - - - Realm - - - SELECT id, reino FROM vn2008.reinos - WHERE display != FALSE ORDER BY reino - - - - - Rate - - 3 - 2 - 1 - - - - - + + + + Item list + + + + + + + + Store + + + SELECT id, name + FROM vn.warehouse + WHERE hasAvailable + ORDER BY name + + + + + Realm + + + SELECT id, reino FROM vn2008.reinos + WHERE display != FALSE ORDER BY reino + + + + + Rate + + 3 + 2 + 1 + + + + + diff --git a/forms/reports/shelves/ui.xml b/forms/reports/shelves/ui.xml index 376a1bff..ca3c8fc7 100644 --- a/forms/reports/shelves/ui.xml +++ b/forms/reports/shelves/ui.xml @@ -1,105 +1,107 @@ - - - - - - - Shelves - - - - - - - - Configuration - - - SELECT c.id, c.name reportTitle, c.namePrefix, c.warehouse, c.family, - c.shelf, c.maxAmount, c.showPacking, c.stack, t.reino_id realm - FROM shelfConfig c - JOIN vn2008.Tipos t ON t.tipo_id = c.family - - - - - Date - - - - Reign - - - SELECT id, reino FROM vn2008.reinos - WHERE display != FALSE ORDER BY reino - - - - - Family - - - SELECT tipo_id, Tipo FROM vn2008.Tipos - WHERE reino_id = #realm ORDER BY Tipo - - - - - Store - - - SELECT id, name FROM vn2008.warehouse - WHERE reserve ORDER BY name - - - - - Shelf - - - SELECT id, name FROM shelf - - - - - Name prefix - - - - Limit amount per item - - - - Title - - - - - - Show packing - - - - - - Stack different items - - - - - - Use ids instead of names - - - - - + + + + + + + Shelves + + + + + + + + Configuration + + + SELECT c.id, c.name reportTitle, c.namePrefix, c.warehouse, c.family, + c.shelf, c.maxAmount, c.showPacking, c.stack, t.reino_id realm + FROM shelfConfig c + JOIN vn2008.Tipos t ON t.tipo_id = c.family + + + + + Date + + + + Reign + + + SELECT id, reino FROM vn2008.reinos + WHERE display != FALSE ORDER BY reino + + + + + Family + + + SELECT tipo_id, Tipo FROM vn2008.Tipos + WHERE reino_id = #realm ORDER BY Tipo + + + + + Store + + + SELECT id, name + FROM vn.warehouse + WHERE hasAvailable + ORDER BY name + + + + + Shelf + + + SELECT id, name FROM shelf + + + + + Name prefix + + + + Limit amount per item + + + + Title + + + + + + Show packing + + + + + + Stack different items + + + + + + Use ids instead of names + + + + +