企业AI知识库

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

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

AI智能体

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

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

从道一云到畅捷通T+通过接口集成数据

从道一云到畅捷通T+通过接口集成数据

用友ERP对接

对接系统:道一云

广东道一信息技术股份有限公司(简称:道一云)成立于2004年,是中国领先的产业互联网企业。公司致力于组织的生产力提升,为客户提供低代码、高效率的数字化转型解决方案,涵盖千人千面、智能流控的企业级门户、30多款开箱即用的场景应用,以及面向企业个性化搭建需求的低代码平台。

目标系统:畅捷通T+

畅捷通T+是一款新型互联网企业管理软件,全面满足成长型小微企业对其灵活的业务流程的管控需求,重点解决往来业务管理、订单跟踪、资金、库存等管理难题。产品支持您通过各种固定或移动设备随时迅速获取企业实时、动态的运营信息,以及随时随地,实时掌握的特性带给您全新的体验感受。

配置集成方案

系统对接前期需要通过调研公司的业务,规划出最便捷,效率最高的整体流程。通过流程我们需要建立对应的方案来吧这些流程一一的落地,轻易云集成平台开箱即用的、可视化拖、拉、拽实现接口服务编排与聚合。只需要根据指引设定好对应的参数即可启动使用。设定好源平台:道一云的接口参数设置,以及设定好目标平台:畅捷通T+的映射,即可启动方案进行测试
用友接口
ERP接口数据对接
金蝶K3WISE接口

道一云接口明细

  • 调用接口:qwcgi/api/reimApiCtl/getReimList.do
  • 接口名称:获取报销信息列表
  • 方法:POST

请求参数

字段字段名称类型配置值
startTime开始时间string{{LAST_SYNC_TIME datetime}}
endTime结束时间string{{CURRENT_TIME datetime}}
currentPage查询页码string1
pageSize分页大小string100
dataKey数据包Keystringdata

响应参数

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

畅捷通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借方科目档案string6601040202
Entrys.borrow-1.ExchangeRate-1借方汇率string1
Entrys.borrow-1.Currency-1借方货币stringRMB
Entrys.borrow-1.AmountDr-1借方本币stringfunction 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个人(员工)string_findCollection 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借方科目档案stringfunction 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借方本币string_function 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个人(员工)stringfindCollection 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贷方科目档案string_function 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部门stringfunction 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

系统打通概况

全新的API数据集成模式,赋能企业业务创新 传统企业集成主要采用点对点或ESB集成方式,基于全新API战略中台的API新型集成方式通过解耦系统资源,降低系统间对接难度,实现快速业务需求响应,提升对接效率,助力企业满足快速业务交付需求,实现业务创新。通过构建API生态,助力能力开放与共享 基于API战略中台梳理并整合内部API资源与IT资产,可实现内部资源共享,满足内部开发人员资源使用需求,例如:畅捷通T+与道一云之间数据集成;并将API资源对外可控开放,打造面向开发者的生态服务,为您打通自身和上下游合作伙伴,创造共赢价值链。开展API战略中台,重塑IT 帮助您基于内部资源构建不同业务能力中心,打造企业统一API战略中台,赋能企业发展,实现对业务频繁变化的快速响应。同时您在能力中心基础上构建新业务时,无需从“零”组建各业务模块,提升开发效率,重塑IT组织及交付能力。
接口数据集成

热门文章

ETL转换与数据加载实战:从金蝶云星空到云水聚

2022-01-10 18:05:47

API接口调用与数据处理:吉客云数据的获取与加工

2021-06-18 02:06:20

使用轻易云调用旺店通接口获取退款订单数据并处理

2022-09-10 17:24:36

如何调用金蝶云星空API获取库存数据并进行清洗

2024-03-03 12:53:03

浅析吉客云数据集成用友BIP系统的核心技术点

2024-08-12 10:34:45

解析管易云API接口gy.erp.purchase.arrive.get的数据获取与加工

2022-05-05 19:35:12

钉钉接口数据抓取与初步加工技术详解

2024-04-24 05:34:31

轻易云平台助力钉钉薪资数据自动抓取与处理

2024-10-10 06:42:03

轻易云平台调用金蝶云接口获取用户数据的详细步骤

2023-03-19 03:31:08

调用聚水潭API进行数据抓取与初步加工详解

2023-09-14 17:54:44

通过轻易云实现班牛财务数据的自动抓取和处理

2022-08-26 14:32:23

复杂环境中的数据对接解决方案——广州闽福的实践

2024-12-12 14:25:06

高效的数据同步:旺店通跨境与金蝶云星空

2024-12-14 07:03:03

利用轻易云平台实现金蝶云供应商数据同步到CRM系统

2024-12-28 16:54:23

吉客云销售单到MySQL数据集成的关键技术

2024-12-04 00:48:58

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

2024-10-31 23:01:50

从销售出库到采购入库:数据集成技术详解

2024-11-03 12:19:18

提升企业数据处理效率:聚水潭与金蝶云星空集成方案

2024-11-03 06:44:42

轻松实现高效数据写入:定时抓取与同步MySQL数据

2024-11-11 11:54:49

高效数据集成案例:从旺店通预入库到金蝶云的直接调拨

2024-12-27 11:36:54

关于轻易云集成平台在对接金蝶云星空系统时的优势

2023-02-28 06:41:44

如何从零到一的设计一套轻易云数据集成平台这样的系统架构

2023-02-28 06:19:33

[轻易云数据集成平台 V2.1] 发版说明

2023-02-18 07:39:21

数据集成平台的自定义函数使用明细

2023-02-12 02:11:43

关于轻易云数据集成平台请求调度者配置

2023-02-07 09:33:55