跳到主要内容

4 篇博文 含有标签「ISO 20022」

查看所有标签

在 Power Automate 中向任何发票 PDF 添加瑞士二维码账单:一个包含 4 个步骤的 Dropbox 工作流程

· 阅读需 20 分钟
SEO and Content Writer

每张瑞士发票都必须包含一个 瑞士二维码钞票 这样,银行和会计软件就可以自动扫描和处理付款。借助 Power Automate 和 PDF4me,这项功能得以实现。 四步流程手动触发,Dropbox 获取文件内容PDF4me 条形码 - 创建 SwissQR 账单Dropbox 创建文件以下屏幕截图展示了画布中捕获的完整运行过程。一份 10 页的发票 /pdf4metest/sample 发票将符合瑞士标准,并附上付款单,然后上传至 /pdf4meoutput 文件名独一无二。10分钟内即可投入生产使用。

流程概览
1. Manually trigger a flow
Manual trigger for testing. Swap for SharePoint When a file is created or any storage trigger in production.
2. Dropbox Get file content
Reads the 10-page invoice from /pdf4metest/sample/10 page.pdf with Infer Content Type Yes.
3. PDF4me Barcode - Create SwissQR Bill
Appends the QR payment slip with CHF, QRR reference, English labels, custom Paging Options to land on page 3.
4. Dropbox Create file
Writes the populated PDF to /pdf4meoutput with a unique guid()+headers/FileName so re-runs do not collide.

在 Zapier 中将瑞士二维码账单添加到任何发票 PDF:4 步 Dropbox 工作流程

· 阅读需 22 分钟
SEO and Content Writer

每张瑞士发票都必须包含一个 瑞士二维码钞票 这样,银行和会计软件就可以自动扫描和处理付款。借助 Zapier 和 PDF4me,这一功能得以实现。 四步闪电Dropbox 文件夹中的新文件Dropbox 查找文件PDF4me 创建瑞士二维码钞票Dropbox 上传文件以下屏幕截图展示了画布中捕获的完整运行过程:一份 10 页的发票。 /pdf4metest/Swiss-RP 发票将生成符合瑞士标准的发票,并附上付款单,然后保存。 /pdf4meoutput10分钟内即可投入生产。

Zap概览
1. Dropbox New File in Folder
Watches /pdf4metest/Swiss-RP every 2 minutes. Trigger fires when a new invoice PDF lands.
2. Dropbox Find File
Resolves the file by name (10 page.pdf) and pulls the binary, ready for the next step.
3. PDF4me Create Swiss QR Bill
Appends the QR payment slip with all required SPS fields: CHF, QRR reference, English, Line with Scissor separator.
4. Dropbox Upload File
Writes the populated PDF to /pdf4meoutput. File Name and File Extension carried from the PDF4me output.

在 Power Automate 中,将瑞士二维码钞票插入到自定义页码中(使用 PDF4me 的 4 步 Dropbox 流程)

· 阅读需 22 分钟
SEO and Content Writer

大多数瑞士二维码账单教程都将付款单放在 第1页 (或者将其附加到末尾)。正式发票通常需要这样做。 介于两者之间例如,一份 10 页的合同包,其中二维码账单应紧随摘要之后;或者一份季度报表,其中账单单应位于封面页之后。PDF4me Power Automate 连接器可以通过一个操作轻松处理这些操作。 分页选项 = 自定义 加上 页码 场地。本指南将逐步介绍画布上捕捉到的确切运行过程: /pdf4metest/sample/10 page.pdf 成为符合瑞士标准的、插入了二维码钞票的文件 第3页然后上传到 /pdf4meoutput 使用以 guid 为前缀的名称,以避免重复运行发生冲突。 4 个操作,无需编写代码,几秒钟即可完成。

流程概览
1. Manually trigger a flow
Manual trigger for testing. Swap for any storage trigger in production.
2. Dropbox Get file content
Reads /pdf4metest/sample/10 page.pdf with Infer Content Type Yes.
3. PDF4me Barcode - Create SwissQR Bill
Output Format Type PNG (try PDF for hybrid). Paging Options custom, Page Number 3. All payment fields filled.
4. Dropbox Create file
Writes to /pdf4meoutput. File Name built from guid() plus headers/FileName so every run lands as a unique file.

在 Make 中将瑞士二维码账单添加到任何发票 PDF:一个包含 3 个模块的 Dropbox 工作流程

· 阅读需 21 分钟
SEO and Content Writer

每张瑞士发票都必须包含一个 瑞士二维码钞票 这样,银行和会计软件就可以自动扫描和处理付款。借助 Make 和 PDF4me,这项功能得以扩展。 三模块场景Dropbox 下载文件PDF4me 创建瑞士二维码钞票Dropbox 上传文件以下屏幕截图逐步展示了画布中所示的具体操作:一份 10 页的发票。 /pdf4metest/Files/10 page.pdf 发票将生成符合瑞士标准的发票,并附上付款单,然后保存。 /pdf4meoutput/10分钟内即可投入生产。

情况概览
1. Dropbox Download a File
Reads /pdf4metest/Files/10 page.pdf. Scheduled trigger (clock badge) is shown but any trigger works.
2. PDF4me Create Swiss QR-bill
Appends the QR payment slip to the source PDF. Currency, IBAN, creditor + debtor blocks, reference filled out.
3. Dropbox Upload a File
Writes the populated PDF to /pdf4meoutput/. File Name and Data mapped from the prior step.