企业AI知识库

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

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

AI智能体

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

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

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

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

多套系统之间数据打通

接通系统:道一云

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

对接目标平台:畅捷通T+

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

配置集成方案

使用系统数据集成平台对应的模块:数据集成方案。然后选择开始创建数据集成方案。在方案配置表单中选择对应的源业务系统:道一云,然后选择对应的连接器。选择对应的获取报销信息列表作为数据对接来源。然后再通过写入目标平台配置目标系统为畅捷通T+,并且选择对应连接器(关于畅捷通T+的接口如何配置可以在轻易云数据集成社区论坛中找到相关信息,选择好对应的凭证创建接口作为数据写入动作,既可以完成第一步的数据对接配置。数据管道ETL:构建一体化的数据融合平台。高级数据转换: 支持公式转换数据格式、支持脚本直接进行数据转换、支持可视化多维度数据处理。高性能实时处理:针对不同数据节点类型提供TB级吞吐量,秒级延迟的增量数据处理能力。自动将旧版web服务转变为基于云端微服务的API,统一接口输出标准。支持接口开放服务,实现内外部能力接入。
系统接口对接

道一云接口明细

  • 调用接口: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借方科目档案string66022008
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 5a9075b4-d2aa-329f-9a63-6b2f7dc62c7f 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 '2221010107' when '{{detailList.invoices.0.invoiceName}}'=16 then '2221010101' when '{{detailList.invoices.0.invoiceName}}'='增值税专用发票百分之9' then '2221010106' when '{{detailList.invoices.0.invoiceName}}'=13 then '2221010106' when '{{detailList.invoices.0.invoiceName}}'='增值税专用发票百分之1' then '2221010110' when '{{detailList.invoices.0.invoiceName}}'='长途汽车票' then '2221010109' 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 5a9075b4-d2aa-329f-9a63-6b2f7dc62c7f 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 5a9075b4-d2aa-329f-9a63-6b2f7dc62c7f 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 5a9075b4-d2aa-329f-9a63-6b2f7dc62c7f 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

系统打通概况

数据集成中台设计中心Web界面以“拖拽”式交互设计,使用鼠标即可构建设计多异构系统数据集成流程,低代码平台大大降低流程设计者上手门槛。还有丰富的组件库快速满足复杂业务需求,结合不同模块即可生成不同业务流程,提升流程设计效率。平台支持多种高度灵活部署,高并发、高性能、高可用,可以通过多节点组成集群实现性能的横向扩展。适度集群配置其数据集成处理能力可达GB级/秒,为业务流提供更高数据吞吐量。平台已集成数据回压、优先级队列等能力,保障运行稳定性。完善的企业API运营管理机制帮助您构建“API生产者、API管理者、API消费者”三者结合的统一API数字化生态。支持市面上主流厂家软件如:金蝶、用友、SAP、泛微、蓝凌、旺店通、聚水潭、马帮、小满CRM等等。
数据集成方案

热门文章

如何配置及调用金蝶云星空接口获取物料信息

2024-03-25 15:42:37

快速批量数据处理:从吉客云奇门到金蝶云星空

2024-02-06 00:00:10

钉钉部门数据的实时抓取和清洗技巧详解

2021-08-06 18:58:21

如何配置金蝶云星辰V2接口进行数据获取与加工

2021-04-29 18:32:50

从调用到清洗:详解汤臣倍健营销云订单数据获取

2022-11-03 09:07:44

从数据抓取到写入:汤臣倍健营销云与金蝶云星辰V2的数据处理流程

2022-12-24 13:08:04

实现聚水潭订单数据准确捕捉与跨平台同步的技术方案

2023-10-15 22:39:45

探索易仓API与金蝶云星空数据集成技术方案

2024-01-05 07:34:04

使用轻易云平台调度聚水潭API获取售后换货数据的实践

2022-03-08 18:43:19

利用轻易云实现吉客云到金蝶云星空的ETL转换

2024-09-11 06:49:06

数据转化与写入:轻易云平台的关键技术解析

2023-12-13 15:51:43

轻易云平台调用金蝶云星空API获取收料数据详解

2024-04-28 17:04:04

聚水潭数据接口调用及MySQL高吞吐量写入策略

2024-12-18 05:49:43

高效的数据集成解决方案:汤臣倍健营销云与SQLServer对接

2024-12-23 21:12:06

使用轻易云平台实现销售出库数据的高效传输和监控

2024-10-28 16:55:26

利用金蝶云星空实现标准应付单与采购退料单的无缝对接

2024-10-24 22:57:03

高效集成金蝶云星空:销售退货单数据处理方案

2024-11-11 23:58:44

轻易云平台助力客户档案精准传输:从小满到U8

2024-12-04 13:50:26

轻易云助力汤臣倍健实现数据高效对接金蝶云

2024-12-27 15:42:24

仓库方案-I0140:解决吉客云与金蝶云星空数据对接的技术策略

2024-11-03 06:17:29

接口配置打通金蝶云星空和金蝶云星空数据对接

2023-01-26 10:15:04

汤臣倍健营销云对接打通SQL Server小B-新版订单组合查询接口与INSERT语句接口

2023-01-26 10:15:04

旺店通·企业奇门与金蝶云星空对接集成查询销售出库单打通[旺店通][销售出库单标准新增]-v1

2023-01-26 10:15:02

金蝶云星空、旺店通·企业奇门通过接口配置数据对接

2023-01-26 10:15:02

钉钉和轻易云集成平台接口打通对接实战

2023-01-26 10:15:01