发票风格
发票风格点击扩展程序菜单 → 管理扩展程序命令 → 发票,在其中可以看到可用的样式列表,从中选择安装您所需的。
在Banana+ 中可以使用 Banana 9 中所有的发票样式,以及所有专门为Banana+创建的发票样式,这些样式有更多客制化的可能性。我们向您强烈推荐:
- 面向瑞士所有用户的CH10样式 (英文) (有无二维码的发票均可)
- 为所有来自其它国家的用户提供的UNI11样式
订阅了高级计划的用户还可以创建自己的发票样式 (详见开发者文档)。
自定义发票
在Banana财务会计+ 中,可以通过以下方式完全定制发票的打印:
- 选择一个不同的打印式样。
- 改变一个式样的设置。
- 以不同的方式对发票式样进行编程或创建一个新的式样。
推荐的发票式样
建议选择新的可定制和可编程的式样。
- 适用于瑞士所有用户的CH10发票式样 (无论有无瑞士的二维码)。
- 查看如何定制CH10的式样。
- 适用于国际用户的UN11发票式样 (与CH10相同,但没有二维码)。
改变发票式样的设置
每个式样都有自己的设置页面,可以进行定制。有些发票式样允许您改变字体、颜色,包括或不包括标题。
瑞士CH10式样允许您添加二维码。
显示式样的设置对话框:
- 扩展程序菜单 → 管理扩展程序 → 选择发票的式样,然后点击进行安装。
- 在会计文件中:
- 点击报表菜单 → 客户 → 打印发票。
- 在打印发票的对话框中 → 选择所需的发票版式,然后点击设置的选项。
- 或者从打印预览中点击设置的图标。
- 在预估和发票的应用功能中:
- 点击发票菜单 → 打印发票的命令,然后点击设置的选项。
- 或者从打印预览中点击设置的图标。
商标(Logo)的位置和地址
在设置Logo/商标的页面,您将找到有关如何定位发票抬头的商标和地址的信息。
例如,您可以将商标放在左侧,将地址放在右侧,并更改商标的大小。
Advanced invoice layout customisations
The Invoice Print Layout is an extension of Banana Accounting Plus which programs the printing of invoices.
- It is a program written in Javascript.
- It takes as input a JSON Invoice object which contains all the invoice data.
- It programs the printing of the different elements.
- The formatting and positioning of the elements is done with CSS styles.
- It provides a dialogue for customising the printout, so that even without programming knowledge, the invoice printout can be adapted.
Customising layouts with programming
CH10 and UNI11 layouts can be customised through specific programming. Printouts can be made that modify the layout to a greater or lesser extent. They require knowledge as a CSS programmer or graphic designer.
- How to change the programming of the CSS styles used for the printout
The positioning of the different print elements is done by means of CSS style sheets. Changing the style sheet elements can vary the presentation. - How to program certain print elements in Javascript
You can add or remove elements and change the assignment of styles.
Creating Your Own Print Layouts
Users with advanced knowledge can also create their own print layouts. See developer documentation:
Electronic invoice: export layout
With the layout system, it is also possible to program the invoice data to be exported in a certain format. See: