get_ontheway_data: get on the way data from BI database

Description Usage Arguments Details Value Examples

View source: R/get-ontheway-data.R

Description

get on the way data from BI database

Usage

1
2
3
4
5
6
7
8
9
get_ontheway_data(
  con,
  brand_name,
  channel_type = NULL,
  area_name = NULL,
  boss_name = NULL,
  shop_no = NULL,
  category_name = NULL
)

Arguments

con

BI connector

brand_name

事业部名称

channel_type

门店渠道

area_name

管辖区域

boss_name

加盟商客户

shop_no

the shop of Number

category_name

the category name of goods

Details

本在途数据仅仅是门店在途数据即总仓发货给门店的在途或门店发给总仓的在途两种类型,并不包含采购在途

Value

a data.frame

Examples

1
get_ontheway_data(con = con,brand_name = 'mujosh',category = c("frame","sunglasses"))

zyf19940501/ghzy documentation built on Dec. 23, 2021, 10:13 p.m.