统计模块

1. 总公司统计

url: /office/head/statistical/income
method: get/json

提交参数:

参数名称 类型 备注
type int 0日 1周 2月 3年

返回参数:

参数名称 类型 备注
date str 时间
count int 订单总数
labor_fee float 总人工费用
material_fee float 总耗材费
fee float 总费用

2. 分公司统计

url: /office/branch/statistical/income
method: get/json

提交参数:

参数名称 类型 备注
branch_id int 分公司ID
type int 0日 1周 2月 3年

返回参数:

参数名称 类型 备注
date str 时间
count int 订单总数
labor_fee float 总人工费用
material_fee float 总耗材费
fee float 总费用

3. 门店统计

url: /office/store/statistical/income
method: get/json

提交参数:

参数名称 类型 备注
store_id int 门店ID
type int 0日 1周 2月 3年

返回参数:

参数名称 类型 备注
date str 时间
count int 订单总数
labor_fee float 总人工费用
material_fee float 总耗材费
fee float 总费用

4. 分公司门店统计信息数量

url: /office/store/stat/num
method: get/json

提交参数:

参数名称 类型 备注
branch_id int 分公司ID
store_id int 门店id
store_name str 门店名

返回参数:

参数名称 类型 备注
count int 数量

5. 分公司统计信息

url: /office/store/stat/num
method: get/json

提交参数:

参数名称 类型 备注
start int
num int
branch_id int 分公司ID
store_id int 门店id
store_name str 门店名

返回参数:

参数名称 类型 备注
store_name store 门店名
labor_fee float 总人工费用
material_fee float 总耗材费
fee float 总费用
store_id int 门店id

6. 生成excel

url: /office/gene/excel
method: get/json

提交参数:

参数名称 类型 备注
branch_id int 分公司ID
store_id int 门店ID
type int 0日 1周 2月 3年

返回参数:

参数名称 类型 备注
date str 时间
count int 订单总数
labor_fee float 总人工费用
material_fee float 总耗材费
fee float 总费用

你可能感兴趣的:(统计模块)