Country-specific extensions for ERPNext in Austria
ERPNext (https://www.erpnext.org) is a global, leading, cloud based open source enterprise resource planning software. ERPNext is a trademark by Frappé Technologies.
The ERPNextAustria application adds country-specific features to this platform such as bank, tax and payment integrations.
GNU Affero General Public License, refer to LICENSE
ERPNextAustria is developed and maintained by libracore and contributors. The copyright is owned by libracore and contributors. The software comes as-is without any warranty.
Requires an ERPNext server instance (refer to https://github.com/frappe/erpnext)
From the frappe-bench folder, execute
$ bench get-app https://github.com/libracore/erpnextaustria.git
$ bench install-app erpnextaustria
- Tax
- VAT declaration
Refer to https://github.com/libracore/erpnextaustria/wiki/Release-Notes
-
The UVA PDF generation only works, if
pdftk
is installed. For more information see https://wiki.ubuntuusers.de/pdftk/#Installation.$ sudo apt install pdftk
Or, for Ubuntu 18.04:
$ sudo snap install pdftk