Magento 報表系統所使用的資料表
在 Magento 中有內建許多種的報表,在使用 Magento 報表功能之前,必須要知道一件很重要的事情,Magento 的報表都是由資料庫各資料表所產生出來,而且會將產生出的結果儲存在另外的資料表中,所以在每次檢視報表之前最好都可以先刷新報表統計,這樣子就可以確保自己所檢視是最新的報表資料。
報表功能在之前與大家分享過了,今天要來分享報表系統的各報表在資料庫中所使用的資料表
Magento 報表的種類
- 銷售
- 購物車
- 產品
- 客戶
- 標籤
- 評論
- 關鍵字
銷售報表
訂單
稅
收據
運送
退款
優惠券
Paypal結算報告
關於訂單報表的產生大多都是由系統經由刷新統計並儲存在其他的靜態資料表,所以存取資料時並不會從訂單的資料表做統計,已減少系統效能的消耗。
訂單報表
sales_order_aggregated_created
sales_order_aggregated_updated
稅報表
tax_order_aggregated_created
tax_order_aggregated_updated
收據報表
sales_invoiced_aggregated
sales_invoiced_aggregated_order
運送報表
sales_shipping_aggregated
sales_shipping_aggregated_order
退款報表
sales_refunded_aggregated
sales_refunded_aggregated_order
優惠券報表
coupon_aggregated
coupon_aggregated_updated
Paypal結算報告
paypal_settlement_report
paypal_settlement_report_row
購物車報表
購物車中商品
購物車遺棄商品
購物車中商品報表
sales_flat_quote
購物車遺棄商品報表
sales_flat_quote
產品報表
暢銷商品
已訂購商品
查看次數最多商品
低庫存商品
下載商品
除了低庫存報表與下載產品報表之外,產品報表大多也是採取統計預存的方式來記錄報表。
暢銷商品
sales_bestsellers_aggregated_daily
sales_bestsellers_aggregated_monthly
sales_bestsellers_aggregated_yearly
已訂購商品
sales_quote_item
catalog_product_website
查看次數最多商品
report_viewed_product_index
report_viewed_product_aggregated_daily
report_viewed_product_aggregated_monthly
report_viewed_product_aggregated_yearly
低庫存商品
catalog_product_entity
cataloginventory_stock_item
下載商品
catalog_product_entity
downloadable_link_purchased_item
客戶報表
新客戶
客戶訂單(根據總額排序)
客戶訂單(根據數量排序)
客戶報表都是直接從原資料表中存取,表中的資料都是即時的資料,在客戶訂單的部分,由於系統語法的關係,Magento將客戶訂單拆成兩種排序方法不同的報表。
新客戶
customer_entity
客戶訂單(根據總額排序)
sales_flat_order
客戶訂單(根據數量排序)
sales_flat_order
標籤
客戶標籤
產品標籤
熱門標籤
標籤報表會記錄所有在商店中的標籤,會依憑客戶以及產品兩種方式來呈現。
客戶標籤
customer_entity
tag_relation
tag
產品標籤
catalog_product_entity
tag_relation
tag
熱門標籤
tag
Tag_relation
評論
客戶評論
產品評論
評論報表會統計商店中所有的商品評論,然後依照產品與客戶兩種報表呈現,在客戶評論報表中,只會紀錄註冊會員的紀錄,而不會統計訪客的評論。
客戶評論
review
review_detail
customer_entity_varchar
產品評論
review
catalog_product_entity
rating_option_vote_aggregated
關鍵字
關鍵字
關鍵字報表會呈現去所有客戶在商店中所使用的搜尋關鍵字,報表會將搜尋商店介面、搜尋次數、搜尋結果呈現出來,讓您可以方便知道客戶的需求。
關鍵字
catalogsearch_query
分享這些資料目的是為了大家可以更了解 Magento 報表系統的生成,希望可以幫助到大家。
以上是本次的分享,如果有任何疑問歡迎與我們聯繫,謝謝。
我要留言