企业AI知识库

轻易云AI知识库是一个为企业量身打造的智能解决方案,它能够进行机器人角色设定、知识库训练、发布/分享机器人,同时还带有AI智能对话功能,可以设定多种AI行业场景。适用于企业智能客服、企业智能文档、专家顾问助理等多种企业级商业场景,具有较大的商业使用价值。

了解更多,请访问轻企AI知识库官网

AI智能体

AI智能体是轻易云知识库的核心组成部分,它通过录入文档或问答来创建知识库,让机器人学习。根据机器人训练情况,企业可以实时删除或替换文档,以保持知识库的更新和准确性。AI智能体支持多种角色设定,如客服、销售、培训师、营销人员、行业专家等,以满足不同业务需求。

了解更多,请访问轻易云知识库体验中心

道一云、畅捷通T+通过接口配置数据对接

道一云、畅捷通T+通过接口配置数据对接

API数据集成

对接系统道一云

在道一云坚实的技术基础上,道一云推出全新升级的2.0产品矩阵,分别是低码平台、智能门户、场景应用。基于云原生底座,为企业提供集智能门户解决网关流量问题、企业微信端的场景应用、低代码解决行业属性需求等全域数字化产品及服务,这三个产品相互作用,客户可以根据自己的需求阶段选购所需模块。

写入目标:畅捷通T+

“T+”是一款灵动、智慧、时尚的互联网管理软件,主要针对中小型工贸和商贸企业的财务业务一体化应用,融入了社交化、移动化、物联网、电子商务、互联网信息订阅等元素。产品全面适应最新2013《小企业会计准则》,为企业打造全新的生意模式、管理模式、工作模式。与传统管理软件相比,“T+”更强调企业管理向企业经营的转变、等级化管人向平等化用人理念的转变。

数据接口配置方案

异构系统具有非常丰富的业务流程、复杂的系统架构和服务接口。在很多情况下,这两个系统都是分别独立部署和运行的,各自拥有不同的技术栈和编程模型,甚至两者在系统平台、技术平台和编程语言上是完全异构的。那么对接就需要根据接口配置对应的规则,例如取数就要根据查询接口获取道一云的数据,并且根据对应的条件进行取数,目标系统就必须根据目标系统的格式,以及获取的数据进行加工处理后进行写入到畅捷通T+中。轻易云集成平台的可视化配置轻松实现。通过该系统数据集成平台的能力,可以集成的应用系统包括CRM、ERP、钉钉、企业微信、MES、飞书、用友、金蝶等 177 个不同应用系统之间的无代码接口集成,并且每周都在增加新的应用系统接入。
ERP与电商系统集成

道一云接口明细

  • API:qwcgi/api/reimApiCtl/getReimList.do
  • NAME:获取报销信息列表
  • METHOD:POST

请求参数

接口字段名称预设值
startTime开始时间{{LAST_SYNC_TIME datetime}}
endTime结束时间{{CURRENT_TIME datetime}}
currentPage查询页码1
pageSize分页大小100
dataKey数据包Keydata

响应参数

接口字段名称预设值
actualMoney实付金额
payableMoney应付金额
verificationMoney核销金额
auditInfo审批信息
closePersonName最后审批人
closeTime最后审批时间
createTime创建日期
departmentName创建人部门名称
detailCount明细数量
creator创建人id
personName创建人名称
reimNo报销单编号
statestate
statusDesc审批状态
title报销单标题
totalMoney报销总金额
wxUserId创建人账号
globalRemark全局备注
fieldListfieldList
itemMap全局自定义字段值json字符
detailList明细数据
detailList.mediaList附件集合
detailList.imgPathList图片地址集合
detailList.time产生日期-开始
detailList.endTimes产生日期-结束
detailList.money报销金额
detailList.projId成本中心id
detailList.projName成本中心名称
detailList.subjId科目id
detailList.subjFullName所属科目
detailList.subjCode科目编码
detailList.remark备注
detailList.invoices发票集合
detailList.type识别的发票类型
detailList.invoiceCode发票代码
detailList.invoiceNumber发票号码
detailList.date发票日期
detailList.checkCode校验码
detailList.total发票-总金额
detailList.tax发票-税额
detailList.pretaxAmount发票-税前金额
detailList.reimCustomFieldDataList明细自定义字段
detailList.customName字段名称
detailList.value自定义字段值

畅捷通T+接口明细

  • 调用接口:/tplus/api/v2/doc/Create
  • 接口名称:凭证创建
  • 方法:POST

请求参数

字段字段名称类型配置值
ExternalCode外部编码string{{reimNo}}{{detailList.subjName}}
DocType凭证字string
VoucherDate制单日期string{{closeTime}}
EntrysEntrysarraydetailList
Entrys.borrow-1借方-1object
Entrys.borrow-1.Summary-1借方摘要string{{projName}}{{personName}}报{{endTimes}}{{subjFullName}}
Entrys.borrow-1.Account-1借方科目档案stringfunction case when '{{detailList.projName}}' in ('营运部','设计部','财务部','市场部','人资行政部') then '66021104' else '66011104' end
Entrys.borrow-1.ExchangeRate-1借方汇率string1
Entrys.borrow-1.Currency-1借方货币stringRMB
Entrys.borrow-1.AmountDr-1借方本币string_function sum({{detailList.invoices.0.amount}}-{{detailList.invoices.0.taxAmount}})
Entrys.borrow-1.AuxInfos-1借方辅助核算项array
Entrys.borrow-1.AuxInfos-1.AuxAccDepartment-1部门string{{detailList.projName}}
Entrys.borrow-1.AuxInfos-1.AuxAccPerson-1个人(员工)stringfindCollection find Code from 3076d602-dbb1-3431-8977-b7558b1414d1 where Name={{personName}}
Entrys.borrow-1.AuxInfos-1.AuxAccCustomer-1客户(往来单位)string
Entrys.borrow-1.AuxInfos-1.AuxAccProject-1项目string
Entrys.borrow-1.AuxInfos-1.AuxAccInventory-1存货string
Entrys.borrow-1.borrow-3借方-3object
Entrys.borrow-1.borrow-3.Summary-3借方摘要string{{projName}}{{personName}}报{{endTimes}}{{subjFullName}}{{detailList.invoices.0.invoiceName}}
Entrys.borrow-1.borrow-3.Account-3借方科目档案string_function case when '{{detailList.invoices.0.invoiceName}}'='增值税专用发票百分之6' then '2221010104' when '{{detailList.invoices.0.invoiceName}}'='增值税专用发票百分之5' then '2221010103' when '{{detailList.invoices.0.invoiceName}}'='增值税专用发票百分之3' then '2221010102' when '{{detailList.invoices.0.invoiceName}}'=10 then '2221010105' when '{{detailList.invoices.0.invoiceName}}'='增值税专用发票百分之13' then '2221010106' when '{{detailList.invoices.0.invoiceName}}'=16 then '2221010101' when '{{detailList.invoices.0.invoiceName}}'='增值税专用发票百分之9' then '2221010109' when '{{detailList.invoices.0.invoiceName}}'=13 then '2221010106' when '{{detailList.invoices.0.invoiceName}}'='增值税专用发票百分之1' then '2221010110' when '{{detailList.invoices.0.invoiceName}}'='长途汽车票' then '2221010107' when '{{detailList.invoices.0.invoiceName}}'='飞机票' then '2221010108' when '{{detailList.invoices.0.invoiceName}}'='火车票' then '2221010108' else '22210101' end
Entrys.borrow-1.borrow-3.ExchangeRate-3借方汇率string1
Entrys.borrow-1.borrow-3.Currency-3借方货币stringRMB
Entrys.borrow-1.borrow-3.AmountDr-3借方本币stringfunction case when '{{detailList.invoices.0.taxAmount}}'=0 then '' else '{{detailList.invoices.0.taxAmount}}' end
Entrys.borrow-1.borrow-3.AuxInfos-3借方辅助核算项array
Entrys.borrow-1.borrow-3.AuxInfos-3.AuxAccDepartment-3部门string{{detailList.projName}}
Entrys.borrow-1.borrow-3.AuxInfos-3.AuxAccPerson-3个人(员工)string_findCollection find Code from 3076d602-dbb1-3431-8977-b7558b1414d1 where Name={{personName}}
Entrys.borrow-1.borrow-3.AuxInfos-3.AuxAccCustomer-3客户(往来单位)string
Entrys.borrow-1.borrow-3.AuxInfos-3.AuxAccProject-3项目string
Entrys.borrow-1.borrow-3.AuxInfos-3.AuxAccInventory-3存货string
Entrys.borrow-1.borrow-3.loan-2贷方-2object
Entrys.borrow-1.borrow-3.loan-2.Summary-2贷方摘要string{{projName}}{{personName}}报{{endTimes}}{{subjFullName}}
Entrys.borrow-1.borrow-3.loan-2.Account-2贷方科目档案stringfunction case when '{{itemMap.fod416dede4ea74efa828be2b39507e93c}}' in ('未付') then '10020101' else '{{detailList.reimCustomFieldDataList_1_value}}' end
Entrys.borrow-1.borrow-3.loan-2.ExchangeRate-2贷方汇率string1
Entrys.borrow-1.borrow-3.loan-2.Currency-2贷方货币stringRMB
Entrys.borrow-1.borrow-3.loan-2.AmountCr-2贷方本币string{{verificationMoney}}
Entrys.borrow-1.borrow-3.loan-2.AuxInfos-2贷方辅助核算项array
Entrys.borrow-1.borrow-3.loan-2.AuxInfos-2.AuxAccDepartment-2部门string_function case when '{{itemMap.fod416dede4ea74efa828be2b39507e93c}}' in ('未付') then '' else '{{detailList.projName}}' end
Entrys.borrow-1.borrow-3.loan-2.AuxInfos-2.AuxAccPerson-2个人(员工)string_function case when '{{itemMap.fod416dede4ea74efa828be2b39507e93c}}' in ('未付') then '' else _findCollection find Code from 3076d602-dbb1-3431-8977-b7558b1414d1 where Name={{personName}} endFind end
Entrys.borrow-1.borrow-3.loan-2.AuxInfos-2.AuxAccCustomer-2客户(往来单位)string
Entrys.borrow-1.borrow-3.loan-2.AuxInfos-2.AuxAccProject-2项目string
Entrys.borrow-1.borrow-3.loan-2.AuxInfos-2.AuxAccInventory-2存货string
Entrys.borrow-1.borrow-3.loan-2.loan-4贷方-4object
Entrys.borrow-1.borrow-3.loan-2.loan-4.Summary-4贷方摘要string{{projName}}{{personName}}报{{endTimes}}{{subjFullName}}
Entrys.borrow-1.borrow-3.loan-2.loan-4.Account-4贷方科目档案string_function case when '{{itemMap.fod416dede4ea74efa828be2b39507e93c}}' in ('未付') then '10020101' else '{{detailList.reimCustomFieldDataList_1_value}}' end
Entrys.borrow-1.borrow-3.loan-2.loan-4.ExchangeRate-4贷方汇率string1
Entrys.borrow-1.borrow-3.loan-2.loan-4.Currency-4贷方货币stringRMB
Entrys.borrow-1.borrow-3.loan-2.loan-4.AmountCr-4贷方本币stringfunction case when '{{verificationMoney}}' in ('') then '{{detailList.money}}' else sum('{{detailList.money}}'-'{{verificationMoney}}') end
Entrys.borrow-1.borrow-3.loan-2.loan-4.AuxInfos-4贷方辅助核算项array
Entrys.borrow-1.borrow-3.loan-2.loan-4.AuxInfos-4.AuxAccDepartment-4部门string_function case when '{{itemMap.fod416dede4ea74efa828be2b39507e93c}}' in ('未付') then '' else '{{detailList.projName}}' end
Entrys.borrow-1.borrow-3.loan-2.loan-4.AuxInfos-4.AuxAccPerson-4个人(员工)stringfunction case when '{{itemMap.fod416dede4ea74efa828be2b39507e93c}}' in ('未付') then '' else 'findCollection find Code from 3076d602-dbb1-3431-8977-b7558b1414d1 where Name={{personName}} _endFind' end
Entrys.borrow-1.borrow-3.loan-2.loan-4.AuxInfos-4.AuxAccCustomer-4客户(往来单位)string
Entrys.borrow-1.borrow-3.loan-2.loan-4.AuxInfos-4.AuxAccProject-4项目string
Entrys.borrow-1.borrow-3.loan-2.loan-4.AuxInfos-4.AuxAccInventory-4存货string
Entrys.dataKeydataKeystringdto
Entrys.accountStrategyId科目基础资料查询方案string367ab75e-7355-3ae5-bb7a-35e6a5d934d3

系统数据集成价值

采集并引入全业务、多终端、多形态的数据,经过处理以及对应平台接口的数据结构适配,形成以业务核心为对象为中心的连接和标签体系。配合企业根据自身的实际情况以及业务需求完成方案的规划、部署与实施,将沉淀的业务数据进入到平台进行体系化的加工,再以服务化的方式支持业务平台上的应用。达成高效支持业务敏捷创新的高质量和标准化的数据服务组合。
轻易云数据集成中台
ERP与电商数据对接

热门文章

调用金蝶云星空接口获取采购订单数据详解

2024-05-26 20:50:34

调用汤臣倍健营销云API的实践与数据转换处理

2021-09-24 11:31:48

调用旺店通接口处理并集成数据到金蝶云星空

2021-09-19 11:12:47

通过API高效抓取吉客云·奇门数据:实践与配置解析

2023-07-10 13:55:58

高效数据处理:聚水潭盘点单实时集成至金蝶云星辰V2

2024-07-08 10:58:15

轻易云数据集成平台:调用金蝶云接口executeBillQuery的应用案例

2023-05-26 05:59:35

吉客云VMI调拨入库红字数据处理及金蝶云星空对接

2021-08-01 15:23:48

逐步解析旺店通旗舰版出库成本数据的高效抓取与转化

2022-03-14 11:41:16

解决分页限流问题:吉客云与金蝶云数据对接案例

2021-05-02 06:47:05

如何利用executeBillQuery接口实现金蝶云星空数据获取和处理

2021-09-06 10:52:06

使用executeBillQuery接口实现采购退料单数据抓取与处理

2021-09-13 14:02:46

数据流动与处理:MySQL与金蝶云星空的无缝对接

2024-11-20 15:19:35

解决数据集成难题:快麦商品信息写入MySQL实例

2024-11-28 21:27:04

数据写入与监控:钉钉数据与MySQL数据库的无缝集成方案

2024-10-26 06:49:11

旺店通数据集成金蝶云星辰V2的技术实现

2024-11-11 23:03:05

企业信息化管理:用友U8与旺店通系统高效数据集成方案

2024-10-31 23:01:50

轻易云集成平台解析:从金蝶云星空到管易云的高效数据流

2024-11-01 16:06:11

浅谈企业采购入库数据集成:旺店通与金蝶云星空

2024-12-29 06:43:03

使用轻易云平台实现吉客云与金蝶云的数据同步

2024-11-13 00:05:02

灵活数据转换与高效集成:管易云到MySQL的实践方法

2024-12-16 11:26:49

目标平台写入作用的适配器有哪些操作?

2024-03-11 08:53:12

源平台查询作用的适配器有哪些操作?

2024-03-11 08:51:06

为何系统对接采用定制开发周期通常比集成平台更长

2024-03-08 06:52:15

系统对接:打破信息孤岛,实现数据与业务流程的无缝整合

2024-03-08 06:27:45

系统对接

2024-03-07 14:31:35