企业AI知识库

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

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

AI智能体

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

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

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

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

跨境电商与ERP打通

对接源平台:道一云

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

接入系统:畅捷通T+

畅捷通T+适用于异地多组织、多机构对企业财务汇总的管理需求;全面支持企业对远程仓库、异地办事处的管理需求;全面满足企业财务业务一体化管理需求。

配置集成方案

使用系统数据集成平台对应的模块:数据集成方案。然后选择开始创建数据集成方案。在方案配置表单中选择对应的源业务系统:道一云,然后选择对应的连接器。选择对应的获取报销信息列表作为数据对接来源。然后再通过写入目标平台配置目标系统为畅捷通T+,并且选择对应连接器(关于畅捷通T+的接口如何配置可以在轻易云数据集成社区论坛中找到相关信息,选择好对应的凭证创建接口作为数据写入动作,既可以完成第一步的数据对接配置。
数据集成平台
吉客云系统对接ERP

道一云接口明细

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

请求参数

字段名称类型
currentPage查询页码string
pageSize分页大小string
startTime开始时间string
dataKey数据包Keystring
endTime结束时间string

响应参数

字段名称类型描述
actualMoney实付金额string实付金额
payableMoney应付金额string应付金额
verificationMoney核销金额string核销金额
auditInfo审批信息string审批信息
closePersonName最后审批人string最后审批人
closeTime最后审批时间string最后审批时间
createTime创建日期string创建日期
departmentName创建人部门名称string创建人部门名称
detailCount明细数量string明细数量
creator创建人idstring创建人id
personName创建人名称string创建人名称
reimNo报销单编号string报销单编号
statestatestring1:审批中,2:已取消,3:已退审,4:已审批,5:转账中,6:已转账,7:转账失败
statusDesc审批状态string审批状态(审批中,已取消,退审,已审批,转账中,已转账,转账失败)
title报销单标题string报销单标题
totalMoney报销总金额string报销总金额
wxUserId创建人账号string创建人账号
globalRemark全局备注string全局备注
fieldListfieldListstringitemKey:字段key itemName:字段名称 itemType:字段类型
itemMap全局自定义字段值json字符string全局自定义字段值json字符
detailList明细数据array明细数据
detailList.mediaList附件集合string附件集合
detailList.imgPathList图片地址集合string图片地址集合
detailList.time产生日期-开始string产生日期-开始
detailList.endTimes产生日期-结束string产生日期-结束
detailList.money报销金额string报销金额
detailList.projId成本中心idstring成本中心id
detailList.projName成本中心名称string成本中心名称
detailList.subjId科目idstring科目id
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}}
DocType凭证字
VoucherDate制单日期{{closeTime}}
EntrysEntrysdetailList
Entrys.borrow-1借方-1
Entrys.borrow-1.Summary-1借方摘要{{projName}}{{personName}}报{{endTimes}}{{subjFullName}}
Entrys.borrow-1.Account-1借方科目档案6601040203
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 3076d602-dbb1-3431-8977-b7558b1414d1 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 '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借方汇率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 3076d602-dbb1-3431-8977-b7558b1414d1 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 3076d602-dbb1-3431-8977-b7558b1414d1 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 sum({{detailList.money}}-{{verificationMoney}})
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 3076d602-dbb1-3431-8977-b7558b1414d1 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

系统集成总览

基于轻易云的连接器和数据服务能力,轻松实现供应链异构系统的“相互沟通”,通过数据应用自动化业务流程管理,全面管控供应链的每一环节。从要货、销售出库、退货入库、到盘点、调拨,无需人工参与,实时更新,自动化流转。通过快速连接道一云接口抽取数据后再自动分发到畅捷通T+, 解放生产力,自动生成数据、并分发推送到业务应用,数据传递时效性提升10倍以上。
ERP接口数据集成
钉钉与ERP对接
系统接口如何对接

热门文章

如何调用领星ERP接口获取交易数据并优化处理

2024-07-29 16:34:31

调用金蝶云星辰V2接口获取数据和处理的实际案例分析

2023-04-11 21:16:17

金蝶盘亏单与旺店通委外出库单的无缝集成技术详解

2023-04-02 20:54:15

使用API实现聚水潭销售出库单数据到金蝶云星空的对接

2022-12-10 11:02:33

如何高效调用金蝶云星辰V2API获取采购退货数据

2022-02-25 08:57:50

数据集成案例:采购入库同步到SQLServer详解

2024-01-26 07:58:00

实现金蝶云星空到聚水潭的数据抓取与写入

2023-09-13 13:47:58

调用小满OKKICRM接口实现销售订单数据初步处理与集成

2022-07-19 11:35:33

轻易云平台调用聚水潭接口与数据加工指南

2021-06-10 17:23:47

数据集成实战:轻易云平台上的MySQL物料信息管理

2021-08-05 19:05:51

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

2021-08-01 15:23:48

从聚水潭调用数据并进行清洗转换的实战指南

2023-07-03 12:07:50

聚水潭·奇门API调用与数据处理技术揭秘

2023-06-24 07:59:28

轻松实现聚水潭销售数据与MySQL的无缝对接

2021-11-18 12:08:02

从金蝶采购退货到MySQL:轻易云数据集成之道

2024-12-28 20:10:55

如何处理管易云至金蝶云星辰V2的数据集成挑战

2024-11-01 00:08:58

使用轻易云实现旺店通与金蝶云星空的高效集成

2024-11-24 05:42:59

利用轻易云平台实现快麦API数据抓取及MySQL写入

2024-12-24 10:25:07

实现金蝶云星空与MySQL无缝数据对接的关键技术

2024-10-30 13:14:46

聚水潭与MySQL对接:采购入库数据解决方案

2024-10-25 13:15:22

轻易云集成平台、用友BIP通过接口配置数据对接

2023-01-26 10:03:13

从金蝶云星空到四化智造MES(API)通过接口集成数据

2023-01-26 10:03:12

金蝶云星空与四化智造MES(API)对接集成单工序委外查询连通应付单新增(PA-MK单工序委外-应付单(新版)-run)

2023-01-26 10:03:11

金蝶云星空对接外部聚水潭系统

2023-01-26 10:03:09

从小满OKKICRM到金蝶云星空通过接口集成数据

2023-01-26 10:03:08