Description Usage Arguments Details Value Examples
View source: R/get-inventory-shipment.R
get warehouse shipment data from BI database
1 2 3 4 5 6 7 8 9 10 11 12 13 |
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 |
WBSTK |
发货状态 默认为已经处理完成 |
出货数据包含 "加盟期货发货单", "加盟现货发货单", "直营调拨发货单","直发订单发货单",'加盟政策性发货单','加盟退货收货单' '加盟免费发货单'等单据
YH_NO 要货单号,WBSTK 发货状态,默认为已经处理完成 当需要添加字段时可用BILL_TYPE 字段,其余门店属性商品属性自行添加
total warehouse shipment data.frame
1 2 3 4 | get_inventory_shipment_data(
con = con, BILL_TYPE, brand_name = "mujosh",
start_date = "2020-10-10", end_date = "2020-10-31", category = c("frame", "sunglasses")
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.