> For the complete documentation index, see [llms.txt](https://cimtops.gitbook.io/i-repo-link-manual/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cimtops.gitbook.io/i-repo-link-manual/chinese/3.md).

# i-Repo Link 是什么？

<div align="left"><figure><img src="/files/ejBZZeDrq5sOKCU38C1E" alt=""><figcaption></figcaption></figure></div>

## 无需代码即可连接外部系统和 i-Reporter

* 从外部系统数据创建 i-Reporter 报表
* 将 i-Reporter 报表和 PDF 格式报表的输入数据注册到外部系统
* i-Reporter报表与外部系统实时数据联动

<figure><img src="/files/pd72HxAKGbW7X8RTldsl" alt=""><figcaption></figcaption></figure>

## i-Repo Link 功能介绍

**i-Repo Link 在i-Reporter 和外部系统的连接中创建一个“专用API”来执行以下①和②，设置这些执行方法，并部署到所需的环境中，全部不需要代码就可以完成。**

### ①外部系统 → i-Reporter 自动制作报表

* 使用来自外部系统的数据创建 i-Reporter 报表。
  * 使用 i-Repo Link 创建的“专用 API”会自动部署到 i-Repo Link 服务器。
  * i-Repo Link 制作的“专用 API”的执行方法因连接的外部系统的规格而异。

### ②i-Reporter→向外部系统登录报表输入结果

* 将在i-Reporter 中输入的报表数据在编辑中保存或完成保存时注册到外部系统。
  * 使用 i-Repo Link 创建的“专用 API”会自动部署在 i-Repo Link 服务器上。&#x20;
  * 由 i-Repo Link 创建的“专用 API”的执行是使用 i-Reporter 的完成保存和编辑中保存的 Webhook 功能执行的。
* 可以作为报表输入结果注册的类型\ <mark style="color:red;">※可注册的数据因连接的外部系统的规格而异。</mark>
  1. 报表输入数据
  2. 报表PDF
  3. 报表EXCEL
  4. 报表中的附带图片 <mark style="color:red;">※计划未来更新中实现</mark>

**i-Repo Link 创建“动作文件”和“Python 程序”来执行以下③、④、⑤，使用ConMas Gateway在i-Reporter报表和外部系统之间实时协作。设置这些执行方法并部署到所需的环境都可以在没有代码的情况下完成。**

### ③取得从外部系统输入的数据给报表

### ④注册从报表新建的数据给外部系统

### ⑤从外部系统取得 master 数据给报表

* 使用 i-Repo Link 创建的“动作文件”和“Python 程序”会自动部署到 Gateway 服务器。
* 相应的动作功能区的 Gateway 设置（URL，token）和使用i-Repo Link创建的 "动作文件 "和 "Python 程序 "的报表定义的主表选择功能区的 Gateway 设置（URL，token）也会自动设置。\
  无需在 ConMas Designer 中单独设置这些。

## 可以与 i-Repo Link 链接的外部系统

* 业务系统
  * kintone
  * Fu-Jin/Raijin
  * 其他 <mark style="color:red;">※计划未来更新中实现</mark>
* 数据库 <mark style="color:red;">※计划未来更新中实现</mark>
  * Oracle
  * SQL Server
  * PostgreSQL
  * MySQL
* Excel 文件 <mark style="color:red;">※计划未来更新中实现</mark>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://cimtops.gitbook.io/i-repo-link-manual/chinese/3.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
