Description Usage Arguments Value Examples
View source: R/get-purchase-data.R
采购入库数据
1 2 3 4 5 6 7 8 9 10 11 12 |
con |
BI connector |
... |
汇总字段 可以按照 SHOP_NO,SKU_NO,年,月等 |
start_date |
数据开始日期 |
end_date |
数据结束日期 |
brand_name |
事业部名称 |
channel_type |
门店渠道 |
area_name |
管辖区域 |
boss_name |
加盟商客户 |
shop_no |
the shop of Number |
category_name |
the category name of goods |
a data.frame
1 2 3 | get_inventory_shipment_data(con = con,SKU_NO,brand_name = c('mujosh','aj'),
start_date = '2020-10-10',end_date = '2020-10-31',category = c("frame","sunglasses"))
get_purchase_data(con,SHOP_NO,brand_name = 'brand',start_date = '2021-01-01',end_date = '2021-01-10',category_name = 'frame')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.