在此文中
在Banana财务会计+中,除了html语言外,现在还可以用markdown语言插入资产负债表的附件。这对于在附件中插入表格是非常方便的。
在Banana财务会计+中,只有高级计划才有此功能。
Markdown是一种允许使用标准文本编辑器和易于编写和阅读的语法来创建格式化文本的语言。
在Banana+中,可以在文件表格的附件中使用这种语言,并且支持 GitHub Flavored Markdown 的规范。
文档发布在github.com上:
添加一个Markdown文档
- 选择文件表格。
- 添加一个新的行。
- 在识别号码列中,输入一个能识别该文件的名称。
- 在摘要列中,写上所需的文字。
- 在附件列中,双击单元格或选择编辑符号,选择Markdown文本类型。
创建一个表格的 Markdown 语法示例
要在markdown中创建表格,列的内容必须是一个垂直的斜线符号,前面和后面是一个空格" | "。
要对齐列,必须创建一行含以下要素:
- 左边:简单的连字符 (最少三个连字符)。
- 中心:破折号前面和后面都有冒号 ":---:"。
- 右:破折号后面是冒号 "---:"。
# Notes to the Balance (Example)
The financial statements of Example have been prepared in accordance with the International Financial Reporting Standards (IFRS).
## Cash Positions
| Account | Description | Current Year | Previous Year |
| :---: | --- | ---: | ---: |
| 1000 | Cash | 23'000.00 | 17'000.00 |
| 1020 | Bank account| 9'000.00 | 1'000.00 |
| | **Total** | **32'000.00** | **18'000.00** |
## Other Fixed Assets
| Account | Description | Current Year | Previous Year |
| :---: | --- | ---: | ---: |
| 1000 | Machinery | 13'000.00 | 17'000.00 |
| 1020 | Furniture | 5'000.00 | 4'000.00 |
| | **Total** | **18'000.00** | **21'000.00** |