Difference between revisions of "VbzCart/queries"
< VbzCart
Jump to navigation
Jump to search
(→Stock: another v_ query renamed) |
(→new queries: many more queries no longer in db) |
||
(24 intermediate revisions by the same user not shown) | |||
Line 14: | Line 14: | ||
===Catalog=== | ===Catalog=== | ||
* [[/qryCat_Depts]] | * [[/qryCat_Depts]] | ||
− | * [[/qryTitles_ItTyps_grpItems]] | + | * '''Title'''-centric: |
− | * [[/qryTitles_ItTyps_ItTyps]] | + | ** [[/qryTitles_Item_info]] |
− | * [[/qryTitles_ItTyps_Titles]] | + | ** [[/qryTitles_ItTyps_grpItems]] |
− | * [[/ | + | ** [[/qryTitles_ItTyps_ItTyps]] |
− | * [[/ | + | ** [[/qryTitles_ItTyps_Titles]] |
− | * [[/ | + | ** [[/qryTitles_Imageless]] - titles with no active images |
− | * [[/ | + | ** [[/qryCat_Titles]] |
− | * [[/qryCat_Titles_web]] | + | ** [[/qryCat_Titles_Item_stats]] -- item/stock statistics |
− | * [[/qryCbx_Titles]] | + | ** [[/qryCat_Titles_Item_count]] -- simpler query for maintenance |
− | * [[/qryCat_Items_Stock]]: cat_items with stock info | + | ** [[/qryCat_Titles_web]] |
+ | ** [[/qryCbx_Titles]] | ||
+ | * '''Item'''-centric: | ||
+ | ** [[/qryCat_Items_Stock]]: cat_items with stock info | ||
+ | * '''ItTyp'''-centric: | ||
+ | ** [[/qryItTypsDepts_grpItems]] | ||
+ | ** [[/qryItTypsDepts_ItTyps]] | ||
+ | * '''Image'''-centric: | ||
+ | ** [[/qryImgs_byTitle]]: Image info by Title | ||
+ | * [[/qryCat_pages]]: maps http path info to catalog entities | ||
====Catalog Items==== | ====Catalog Items==== | ||
− | |||
* [[/qryCbx_Items_data]] | * [[/qryCbx_Items_data]] | ||
** [[/qryCbx_Items]] | ** [[/qryCbx_Items]] | ||
Line 37: | Line 45: | ||
* [[/qryCtg_Items_updates_joinable]] | * [[/qryCtg_Items_updates_joinable]] | ||
* [[/qryCtg_Items_active]] | * [[/qryCtg_Items_active]] | ||
− | * [[/ | + | * <s>[[/qryCtg_build_sub]]</s> |
− | + | * <s>[[/qryCtg_build]]</s> | |
− | * [[/qryCtg_build]] | ||
* '''[[VbzCart catalog building|building]] process''': | * '''[[VbzCart catalog building|building]] process''': | ||
− | |||
− | |||
** [[/qryCtg_Items_forUpdJoin]] | ** [[/qryCtg_Items_forUpdJoin]] | ||
** [[/qryCtg_Upd_join]] | ** [[/qryCtg_Upd_join]] | ||
** [[/qryCtg_src_dups]] | ** [[/qryCtg_src_dups]] | ||
** [[/qryCtgCk_dup_keys]] | ** [[/qryCtgCk_dup_keys]] | ||
+ | |||
+ | ====Catalog Topics==== | ||
+ | * '''titles x topics''': | ||
+ | ** [[/qryTitleTopic_Titles]]: more title information | ||
+ | ** [[/qryTitleTopic_Topics]]: more topic information | ||
+ | ** [[/qryTitleTopic_Title_avail]]: title availability information | ||
===Ordering=== | ===Ordering=== | ||
====Carts==== | ====Carts==== | ||
Line 67: | Line 78: | ||
* [[/qryItms_to_restock_union]] | * [[/qryItms_to_restock_union]] | ||
* [[/qryItms_to_restock]] | * [[/qryItms_to_restock]] | ||
− | |||
====Packages==== | ====Packages==== | ||
* [[/qryPkgLines_byOrdLine_andItem]] | * [[/qryPkgLines_byOrdLine_andItem]] | ||
Line 74: | Line 84: | ||
* [[/qryOrders_Pulled]] | * [[/qryOrders_Pulled]] | ||
* [[/qryPkgs_Pull_status]] | * [[/qryPkgs_Pull_status]] | ||
+ | * for reports: | ||
+ | ** [[/qryRpt_Pkg_Lines]] | ||
+ | *** [[/qryPkgLines_qtys_done]] | ||
+ | *** <s>[[/qryPkgLines_qtys_done_ord_sum]]</s> - not used | ||
+ | ** [[/qryRpt_Pkg_Trx]] | ||
+ | |||
====Restocks==== | ====Restocks==== | ||
* '''all restock requests''': | * '''all restock requests''': | ||
Line 79: | Line 95: | ||
** [[/qryRstkReq_Item_Rcd_status]] | ** [[/qryRstkReq_Item_Rcd_status]] | ||
** [[/qryRstkReq_Item_status]] | ** [[/qryRstkReq_Item_status]] | ||
− | ** [[/qryRstkReq_Item_status_Req_info]] | + | *** [[/qryRstkReq_Item_status_Req_info]] |
+ | *** [[/qryRstkReq_Items_expected]]: show only expected items | ||
** [[/qryCbx_RstkReq]] | ** [[/qryCbx_RstkReq]] | ||
*** [[/qryRstkReq_by_status]] | *** [[/qryRstkReq_by_status]] | ||
*** [[/qryRstkReq_by_PurchOrd]] | *** [[/qryRstkReq_by_PurchOrd]] | ||
− | * ''' | + | * '''filtered by status''': |
− | ** [[/qryRstks_active]]: not terminated = !(closed, orphaned or killed) | + | ** [[/qryRstks_active]]: not terminated = !(closed, orphaned or killed - see {{l/vc/term|restock/status}}) |
− | * | + | *** [[/qryRstks_unsent]]: created but not ordered yet |
− | ** [[/qryRstks_unsent]]: created but not ordered yet | + | **** [[/qryRstkItms_unsent]] |
− | ** [[/qryRstkItms_unsent]] | + | ***** [[/qryRstkItms_unsent_for_order]] |
− | ** [[/qryRstkItms_unsent_for_order]] | + | ** [[/qryRstks_inactive]]: all the rest |
− | ** [[/ | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
====Shipping==== | ====Shipping==== | ||
* [[/qryPkgs_status]] | * [[/qryPkgs_status]] | ||
Line 117: | Line 116: | ||
** [[/qryStk_lines_remaining_byBin]] | ** [[/qryStk_lines_remaining_byBin]] | ||
** [[/qryStk_lines_remaining_forSale]] | ** [[/qryStk_lines_remaining_forSale]] | ||
− | ** [[/qryStk_items_remaining]] | + | *** [[/qryStkItms_for_sale]] |
+ | |||
+ | * [[/qryStk_items_remaining]] | ||
+ | * [[/qryStk_byItem_byBin]] | ||
+ | |||
* [[/qryStk_lines_Title_info]] | * [[/qryStk_lines_Title_info]] | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
====old queries==== | ====old queries==== | ||
This was the first batch of queries I created, before I had decided to go with the qry prefix as in Access. | This was the first batch of queries I created, before I had decided to go with the qry prefix as in Access. | ||
* [[/v_stk_titles_remaining]] | * [[/v_stk_titles_remaining]] | ||
− | |||
* [[/v_stk_byItemAndBin_wItemInfo]] | * [[/v_stk_byItemAndBin_wItemInfo]] | ||
− | |||
===Caching=== | ===Caching=== | ||
Caching should only be used for catalog display. | Caching should only be used for catalog display. | ||
− | + | * [[/qryCache_Flow_Procs]] | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Latest revision as of 23:12, 3 March 2016
Overview
What MS Access calls "queries" are called "views" in MySQL, i.e. they pull data from existing tables and are themselves usable as data sources in much the same way that tables are (and in which result sets from functions are not).
Some common prefixes:
- qryCbx_: queries used for filling comboboxes. The unique ID will always be the first field, and the text to display will always be the second field; additional fields may be provided for use in further qryCbx_ queries which show a subset of the results.
- qryCat_: queries which build catalog numbers or information by joining multiple tables. (In Access, the convention was qryCatNum_.)
by category
Inactive
- /deprecated: queries we're trying to get rid of, once we're sure nothing uses them
- /discarded: queries apparently no longer in use
Catalog
- /qryCat_Depts
- Title-centric:
- /qryTitles_Item_info
- /qryTitles_ItTyps_grpItems
- /qryTitles_ItTyps_ItTyps
- /qryTitles_ItTyps_Titles
- /qryTitles_Imageless - titles with no active images
- /qryCat_Titles
- /qryCat_Titles_Item_stats -- item/stock statistics
- /qryCat_Titles_Item_count -- simpler query for maintenance
- /qryCat_Titles_web
- /qryCbx_Titles
- Item-centric:
- /qryCat_Items_Stock: cat_items with stock info
- ItTyp-centric:
- Image-centric:
- /qryImgs_byTitle: Image info by Title
- /qryCat_pages: maps http path info to catalog entities
Catalog Items
- /qryCbx_Items_data
- /qryCbx_Items
- /qryCbx_Items_active
- /qryCbx_Items_for_sale
- /qryCbx_Items_opt: abbreviated version for contexts where Title is already known
- /qryItems_prices: what uses this?
Catalog Sources
- /qryCtg_Sources_active
- /qryCtg_Items_updates
- /qryCtg_Items_updates_joinable
- /qryCtg_Items_active
/qryCtg_build_sub/qryCtg_build- building process:
Catalog Topics
- titles x topics:
- /qryTitleTopic_Titles: more title information
- /qryTitleTopic_Topics: more topic information
- /qryTitleTopic_Title_avail: title availability information
Ordering
Carts
Customers
Orders
- /qryCbx_Orders
- /qryOrderLines_notPkgd
- /qryOrders_Active
- /qryOrderLines_Active
- /qtyOrderItems_Active
- /qry_PkgItem_qtys_byOrder
- /qryOrdItms_Pkg_qtys
- /qryOrdItms_open
- /qryItms_open
- /qryItms_to_restock_union
- /qryItms_to_restock
Packages
- /qryPkgLines_byOrdLine_andItem
- /qryOrdLines_PkgdQtys
- /qryOrdLines_open
- /qryOrders_Pulled
- /qryPkgs_Pull_status
- for reports:
Restocks
- all restock requests:
- filtered by status:
- /qryRstks_active: not terminated = !(closed, orphaned or killed - see restock/status)
- /qryRstks_unsent: created but not ordered yet
- /qryRstks_inactive: all the rest
- /qryRstks_active: not terminated = !(closed, orphaned or killed - see restock/status)
Shipping
Stock
new queries
old queries
This was the first batch of queries I created, before I had decided to go with the qry prefix as in Access.
Caching
Caching should only be used for catalog display.