面向数智化市场,用友倾力打造了全球领先的数智商业创新平台——用友BIP,定位为数智商业的应用级基础设施、企业服务产业的共创平台,服务企业数智化转型和商业创新,让企业云服务随需而用,让数智价值无处不在,让商业创新如此便捷。
使用全界面可视化配置集成流,快速应对企业的集成需求使得系统与系统之间的数据接口一站式的快速集成能力,构建企业数据通道,解决数据孤岛问题。快速构建企业元数据标准、主数据标准、业财数据标准,完成数据的采集、统一、分发、清洗、归集等,帮助企业建立高质量的数据中台。目前轻易云平台已经支持300+系统,同时具备快速适配新系统的能力,集成海量接口数据。无论是对接ERP还是MES、OA、CRM、WMS、OMS等等系统,都可以通过接口相互集成。
异构系统具有非常丰富的业务流程、复杂的系统架构和服务接口。在很多情况下,这两个系统都是分别独立部署和运行的,各自拥有不同的技术栈和编程模型,甚至两者在系统平台、技术平台和编程语言上是完全异构的。那么对接就需要根据接口配置对应的规则,例如取数就要根据查询接口获取用友BIP的数据,并且根据对应的条件进行取数,目标系统就必须根据目标系统的格式,以及获取的数据进行加工处理后进行写入到轻易云集成平台中。轻易云集成平台的可视化配置轻松实现。
字段 | 名称 | 类型 | 描述 |
isSum | 是否按照表头查询 | string | true:表头 false:表头+明细 默认为false 默认值:false |
open_vouchdate_begin | 单据开始日期 | string | 示例:2020-09-09 00:00:00 |
open_vouchdate_end | 单据结束日期 | string | 示例:2020-09-25 23:59:59 |
code | 单据编号 | string | |
pageIndex | 页号 | string | 默认值:1 |
pageSize | 每页行数 | string | 默认值:10 |
bustype | 交易类型id | string | |
srcBillNO | 来源单据号 | string | |
breturn | 调拨退货 | string | true:是、false:否、 |
outorg | 调出组织id | string | |
outwarehouse | 调出仓库id | string | |
inwarehouse | 调入仓库id | string | |
outdepartment | 调出部门id | string | |
outbizperson | 调出业务员id | string | |
outStorekeeper | 调出库管员id | string | |
inorg | 调入组织id | string | |
productClass | 物料分类id | string | |
product | 物料id | string | |
outStore_name | 调出门店名称 | string | |
inStore_name | 调入门店名称 | string | |
isSum | 查询表头 示例:false 默认值:false | string | 查询表头 示例:false 默认值:false |
simpleVOs | 查询条件 | object | |
simpleVOs.field1 | 过滤条件1 | object | |
simpleVOs.field1.field | 查询字段 | string | |
simpleVOs.field1.op | 比较符 | string | |
simpleVOs.field1.value1 | 值1 | string | “and” “or” “and not” “or not”,若设置,必填expr1和expr2属性,忽略 column和condition。 |
字段 | 名称 | 类型 | 描述 |
pageIndex | 当前页数 | string | |
pageSize | 每页显示行数 | string | |
pageCount | 总页数 | string | |
beginPageIndex | 开始页数 | string | |
endPageIndex | 结束页数 | string | |
recordCount | 总行数 | string | |
pubts | 时间戳 | string | |
recordList | 数据集合 | array | |
recordList.vouchdate | 单据日期 | string | |
recordList.code | 单据编号 | string | |
recordList.store | 所属门店 | string | |
recordList.outStore | 调出门店id | string | |
recordList.outStore_name | 出库门店名称 | string | |
recordList.outwarehouse | 调出仓库id | string | |
recordList.outwarehouse_name | 出库仓名称 | string | |
recordList.inStore | 调入门店id | string | |
recordList.inStore_name | 入库门店名称 | string | |
recordList.inwarehouse | 调入仓库id | string | |
recordList.inwarehouse_name | 入库仓名称 | string | |
recordList.bustype | 交易类型id | string | |
recordList.bustype_name | 交易类型名称 | string | |
recordList.status | 单据状态, | string | 0:开立、1:已入库、 |
recordList.totalQuantity | 整单数量 | string | |
recordList.exchangestatus | 交换状态 | string | |
recordList.operator | 经办人id | string | |
recordList.logistics | 物流信息 | string | |
recordList.operator_name | 经办人名称 | string | |
recordList.memo | 备注 | string | |
recordList.srcbill | 来源单据id | string | |
recordList.srcbillno | 来源单据 | string | |
recordList.creator | 创建人 | string | |
recordList.createTime | 创建时间 | string | |
recordList.createDate | 创建日期 | string | |
recordList.modifier | 修改人 | string | |
recordList.modifyTime | 修改时间 | string | |
recordList.modifyDate | 修改日期 | string | |
recordList.auditor | 提交人 | string | |
recordList.auditTime | 提交时间 | string | |
recordList.auditDate | 提交日期 | string | |
recordList.id | 主表id | string | |
recordList.pubts | 时间戳 | string | |
recordList.tplid | 模板id | string | |
recordList.breturn | 调拨退货 | string | true:是、false:否、 |
recordList.merchant | 商家id | string | |
recordList.merchant_name | 商家名称 | string | |
recordList.outorg | 调出组织id | string | |
recordList.outorg_name | 调出组织名称 | string | |
recordList.outaccount | 调出会计主体id | string | |
recordList.outaccount_name | 调出会计主体名称 | string | |
recordList.outdepartment | 调出部门id | string | |
recordList.outdepartment_name | 调出部门名称 | string | |
recordList.outbizperson | 调出业务员id | string | |
recordList.outbizperson_name | 调出业务员名称 | string | |
recordList.outStorekeeper | 调出库管员id | string | |
recordList.outStorekeeper_name | 调出库管员名称 | string | |
recordList.inorg | 调入组织id | string | |
recordList.inorg_name | 调入组织名称 | string | |
recordList.inaccount | 调入会计主体id | string | |
recordList.inaccount_name | 调入会计主体名称 | string | |
recordList.indepartment | 调入部门id | string | |
recordList.indepartment_name | 调入部门名称 | string | |
recordList.inbizperson | 调入业务员id | string | |
recordList.inbizperson_name | 调入业务员名称 | string | |
recordList.totalPieces | 整单件数 | string | |
recordList.receiver | 收货人 | string | |
recordList.receivemobile | 收货人电话 | string | |
recordList.receiveaddr | 收货人地址 | string | |
recordList.receivezipcode | 邮编 | string | |
recordList.details_id | 子表id | string | |
recordList.product_cCode | 物料编码 | string | |
recordList.product_cName | 物料名称 | string | |
recordList.productsku_cCode | sku编码 | string | |
recordList.productsku_cName | sku名称 | string | |
recordList.propertiesValue | 规格 | string | |
recordList.batchno | 批次号 | string | |
recordList.invaliddate | 有效期至 | string | |
recordList.qty | 数量 | string | |
recordList.unitName | 计量单位 | string | |
recordList.finishinqty | 已入库数量 | string | |
recordList.subQty | 件数 | string | |
recordList.stockUnit_name | 库存单位名称 | string | |
recordList.project_name | 项目名称 | string | |
recordList.project_code | 项目编码 | string | |
recordList.unit_Precision | 主计量精度 | string | |
recordList.stockUnitId_Precision | 库存单位精度 | string | |
recordList.natUnitPrice | 单价 | string | |
recordList.natMoney | 金额 | string | |
recordList.natCurrency_priceDigit | 币种单价精度 | string | |
recordList.natCurrency_moneyDigit | 币种金额精度 | string |
大部分的企业都可能只用一套系统组织架构复杂,业务流程繁琐,内部同时有OA系统、BI系统、ERP系统......且各个系统都需要独立登陆,造成IT部门数据监管困难!如何在同一套中台系统上关联多管理系统呢?系统集成平台,就可以无缝集成各个业务系统,主数不统一、交易数据来回导出导入、业务融合等问题。通过轻易云系统集成平台完美结合:打破企业内部数据孤岛,无需繁琐的处理工序,与数据集成服务完美结合,让数据真正通起来。 资源互补:汇集各种行业解决方案,资源互补,企业管理融合提升。让对接开箱即用的、可视化拖、拉、拽实现接口服务编排与聚合。