Skip to content

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chadimessmer committed Nov 11, 2022
1 parent 0a9f82b commit 433e140
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,15 @@
:warning: ONLY WORKING WITH SWISS IBAN :warning:

_Pay Your Bill - MF_ is a desktop application that generates complete invoices with the new QR Code payment slips that were introduced in Switzerland on June 30th, 2020 and replaces the old payment slips since October 1st, 2022.
It's available for [macOS](https://www.chadimessmer.ch/pybmf/mac_v1.1.0.zip), [Linux](https://www.chadimessmer.ch/pybmf/linux_v1.1.0.zip) & [Windows](https://www.chadimessmer.ch/pybmf/windows_v1.1.0.zip).
It's available for [macOS](https://www.chadimessmer.ch/pybmf/mac_v1.2.0.zip), [Linux](https://www.chadimessmer.ch/pybmf/linux_v1.2.0.zip) & [Windows](https://www.chadimessmer.ch/pybmf/windows_v1.2.0.zip).

It is builded using [Nextron](https://github.com/saltyshiomix/nextron) & [SwissQRBill](https://github.com/schoero/SwissQRBill).

## Features :

- Generate complete invoices or only the QR Code or a quote (without QR Code)
- Export as PDF or save/import them as JSON
- Export/import user profil
- It supports french and german
- You can add your logo
- Your personal data are stored and you don't have to insert them everytime you open the app
Expand Down Expand Up @@ -42,7 +43,7 @@ The first time you have to fill in your personal informations:
- Fill in your personal informations
- Fields with a \* are mandatory

![enter image description here](http://www.chadimessmer.ch/pybmf/setup.png)
![setup](http://www.chadimessmer.ch/pybmf/setup.png)

- Once you are done, click on the _home_ icon and fill the form.
- Give your file a name and choose an output directory.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"private": true,
"name": "pay-your-bill-mf",
"description": "Generate invoices for swiss IBAN",
"version": "1.1.0",
"version": "1.2.0",
"author": "Chadi Messmer <[email protected]>",
"main": "app/background.js",
"scripts": {
Expand Down

0 comments on commit 433e140

Please sign in to comment.