企业AI知识库

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

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

AI智能体

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

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

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

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

MES系统集成

源系统:道一云

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

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

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

数据集成方案配置

异构系统具有非常丰富的业务流程、复杂的系统架构和服务接口。在很多情况下,这两个系统都是分别独立部署和运行的,各自拥有不同的技术栈和编程模型,甚至两者在系统平台、技术平台和编程语言上是完全异构的。那么对接就需要根据接口配置对应的规则,例如取数就要根据查询接口获取道一云的数据,并且根据对应的条件进行取数,目标系统就必须根据目标系统的格式,以及获取的数据进行加工处理后进行写入到畅捷通T+中。轻易云集成平台的可视化配置轻松实现。
ERP接口数据集成

道一云接口明细

  • 调用接口: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+接口明细

  • API:/tplus/api/v2/doc/Create
  • NAME:凭证创建
  • METHOD:POST

请求参数

接口字段名称预设值
ExternalCode外部编码{{reimNo}}{{detailList.subjName}}
DocType凭证字
VoucherDate制单日期{{closeTime}}
EntrysEntrysdetailList
Entrys.borrow-1借方-1
Entrys.borrow-1.Summary-1借方摘要{{projName}}{{personName}}报{{endTimes}}{{subjFullName}}
Entrys.borrow-1.Account-1借方科目档案function case when '{{detailList.projName}}' in ('西宁总部','西宁配送中心','财务部','市场部') then '66022004' else '66012104' end
Entrys.borrow-1.ExchangeRate-1借方汇率1
Entrys.borrow-1.Currency-1借方货币RMB
Entrys.borrow-1.AmountDr-1借方本币_function sum({{detailList.invoices.0.amount}}-{{detailList.invoices.0.taxAmount}})
Entrys.borrow-1.AuxInfos-1借方辅助核算项
Entrys.borrow-1.AuxInfos-1.AuxAccDepartment-1部门{{detailList.projName}}
Entrys.borrow-1.AuxInfos-1.AuxAccPerson-1个人(员工)findCollection find Code from 5a9075b4-d2aa-329f-9a63-6b2f7dc62c7f where Name={{personName}}
Entrys.borrow-1.AuxInfos-1.AuxAccCustomer-1客户(往来单位)
Entrys.borrow-1.AuxInfos-1.AuxAccProject-1项目
Entrys.borrow-1.AuxInfos-1.AuxAccInventory-1存货
Entrys.borrow-1.borrow-3借方-3
Entrys.borrow-1.borrow-3.Summary-3借方摘要{{projName}}{{personName}}报{{endTimes}}{{subjFullName}}{{detailList.invoices.0.invoiceName}}
Entrys.borrow-1.borrow-3.Account-3借方科目档案_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 '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借方汇率1
Entrys.borrow-1.borrow-3.Currency-3借方货币RMB
Entrys.borrow-1.borrow-3.AmountDr-3借方本币function case when '{{detailList.invoices.0.taxAmount}}'=0 then '' else '{{detailList.invoices.0.taxAmount}}' end
Entrys.borrow-1.borrow-3.AuxInfos-3借方辅助核算项
Entrys.borrow-1.borrow-3.AuxInfos-3.AuxAccDepartment-3部门{{detailList.projName}}
Entrys.borrow-1.borrow-3.AuxInfos-3.AuxAccPerson-3个人(员工)_findCollection find Code from 5a9075b4-d2aa-329f-9a63-6b2f7dc62c7f where Name={{personName}}
Entrys.borrow-1.borrow-3.AuxInfos-3.AuxAccCustomer-3客户(往来单位)
Entrys.borrow-1.borrow-3.AuxInfos-3.AuxAccProject-3项目
Entrys.borrow-1.borrow-3.AuxInfos-3.AuxAccInventory-3存货
Entrys.borrow-1.borrow-3.loan-2贷方-2
Entrys.borrow-1.borrow-3.loan-2.Summary-2贷方摘要{{projName}}{{personName}}报{{endTimes}}{{subjFullName}}
Entrys.borrow-1.borrow-3.loan-2.Account-2贷方科目档案function case when '{{itemMap.fod416dede4ea74efa828be2b39507e93c}}' in ('未付') then '10020101' else '{{detailList.reimCustomFieldDataList_1_value}}' end
Entrys.borrow-1.borrow-3.loan-2.ExchangeRate-2贷方汇率1
Entrys.borrow-1.borrow-3.loan-2.Currency-2贷方货币RMB
Entrys.borrow-1.borrow-3.loan-2.AmountCr-2贷方本币{{verificationMoney}}
Entrys.borrow-1.borrow-3.loan-2.AuxInfos-2贷方辅助核算项
Entrys.borrow-1.borrow-3.loan-2.AuxInfos-2.AuxAccDepartment-2部门_function case when '{{itemMap.fod416dede4ea74efa828be2b39507e93c}}' in ('未付') then '' else '{{detailList.projName}}' end
Entrys.borrow-1.borrow-3.loan-2.AuxInfos-2.AuxAccPerson-2个人(员工)_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客户(往来单位)
Entrys.borrow-1.borrow-3.loan-2.AuxInfos-2.AuxAccProject-2项目
Entrys.borrow-1.borrow-3.loan-2.AuxInfos-2.AuxAccInventory-2存货
Entrys.borrow-1.borrow-3.loan-2.loan-4贷方-4
Entrys.borrow-1.borrow-3.loan-2.loan-4.Summary-4贷方摘要{{projName}}{{personName}}报{{endTimes}}{{subjFullName}}
Entrys.borrow-1.borrow-3.loan-2.loan-4.Account-4贷方科目档案_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贷方汇率1
Entrys.borrow-1.borrow-3.loan-2.loan-4.Currency-4贷方货币RMB
Entrys.borrow-1.borrow-3.loan-2.loan-4.AmountCr-4贷方本币function case when '{{verificationMoney}}' in ('') then '{{detailList.money}}' else sum('{{detailList.money}}'-'{{verificationMoney}}') end
Entrys.borrow-1.borrow-3.loan-2.loan-4.AuxInfos-4贷方辅助核算项
Entrys.borrow-1.borrow-3.loan-2.loan-4.AuxInfos-4.AuxAccDepartment-4部门_function case when '{{itemMap.fod416dede4ea74efa828be2b39507e93c}}' in ('未付') then '' else '{{detailList.projName}}' end
Entrys.borrow-1.borrow-3.loan-2.loan-4.AuxInfos-4.AuxAccPerson-4个人(员工)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.loan-4.AuxInfos-4.AuxAccCustomer-4客户(往来单位)
Entrys.borrow-1.borrow-3.loan-2.loan-4.AuxInfos-4.AuxAccProject-4项目
Entrys.borrow-1.borrow-3.loan-2.loan-4.AuxInfos-4.AuxAccInventory-4存货
Entrys.dataKeydataKeydto
Entrys.accountStrategyId科目基础资料查询方案367ab75e-7355-3ae5-bb7a-35e6a5d934d3

系统数据对接

大部分的企业都可能只用一套系统组织架构复杂,业务流程繁琐,内部同时有OA系统、BI系统、ERP系统......且各个系统都需要独立登陆,造成IT部门数据监管困难!如何在同一套中台系统上关联多管理系统呢?系统集成平台,就可以无缝集成各个业务系统,主数不统一、交易数据来回导出导入、业务融合等问题。通过轻易云系统集成平台完美结合:打破企业内部数据孤岛,无需繁琐的处理工序,与数据集成服务完美结合,让数据真正通起来。 资源互补:汇集各种行业解决方案,资源互补,企业管理融合提升。让对接开箱即用的、可视化拖、拉、拽实现接口服务编排与聚合。
接口数据集成
泛微对接

热门文章

调用金蝶云API获取生产入库单数据的详细流程

2021-01-12 10:04:27

如何在轻易云平台实现汤臣倍健数据高效整合

2023-03-31 21:08:37

具体步骤解析:调用每刻API获取并处理客户数据

2021-02-10 12:19:12

通过轻易云高效处理旺店通API数据

2022-07-09 13:04:24

轻易云平台实现跨系统数据对接:金蝶到旺店通采购单

2023-07-08 03:49:07

钉钉数据处理与轻易云集成实战解析

2024-01-18 19:20:38

调用泛微OA-Http接口的最佳实践与数据处理

2024-05-28 06:28:34

如何调用旺店通接口获取销售出库单数据

2024-08-21 23:03:06

通过轻易云平台调用管易云API获取订单

2022-01-15 02:25:16

调用与清洗:如何利用金蝶云星空executeBillQuery接口高效处理数据

2022-05-22 16:56:28

轻松实现马帮数据与MySQL数据库的无缝对接

2023-10-14 21:21:12

解决数据对接挑战:金蝶云星空到聚水潭的集成方案

2024-10-30 10:00:49

利用聚水潭API实现MySQL商品信息同步的最佳实践

2024-12-27 09:40:29

轻易云高吞吐量数据写入解决方案解析

2024-11-13 19:22:02

轻易云助力企业实现高效数据互通的实战案例

2024-11-25 19:10:28

高吞吐量数据写入:从旺店通到金蝶云的实践

2024-12-06 18:18:48

使用轻易云实现管易云与金蝶云星空的无缝数据集成

2024-10-31 00:14:49

高效集成:金蝶云星空与旺店通WMS的数据传输方案解析

2024-11-19 07:56:08

实现吉客云与金蝶云的无缝对接

2024-11-26 01:31:39

详解泛微OA到金蝶云的数据同步解决方案

2024-11-06 05:29:10

轻易云数据集成平台的加工厂运行原理

2024-02-21 11:11:02

请求调度者中的【补漏措施】配置详细解释

2024-02-21 11:03:42

轻易云数据集成平台的目标平台调度者生命周期

2024-02-21 10:59:19

请求调度者中的【数据过滤厂】配置详细解释

2024-02-21 10:40:36

请求调度者中的【接口信息视图】配置详细解释

2024-02-21 10:26:57