erpnext_germany
erpnext_germany copied to clipboard
ERPNext customizations for German companies
ERPNext Germany
App to hold regional code for Germany, built on top of ERPNext.
Features
-
German accounting reports
- Summen- und Saldenliste
-
Section for Register Information (Registerart, -gericht und nummer) in Company, Customer and Supplier
-
Validation of EU VAT IDs
Automatically checks the validity of EU VAT IDs of all your customers every three months, or manually whenever you want. Check out the intro on Youtube (german).
-
Allow deletion of the most recent sales transaction only
This ensures consecutive numbering of transactions. Applies to Quotation, Sales Order, Sales Invoice.
-
Custom fields in Employee (tax information, etc.)
-
List of religios denominations ("Konfessionen")
-
List of German health insurance providers
Requires HRMS to be installed first.
-
Create Business Letters from a template and print or email them to your customers or suppliers
Installation
On Frappe Cloud
- Go to https://frappecloud.com/dashboard/#/sites and click the "New Site" button.
- In Step 2 ("Select apps to install"), select "ERPNext" and "ERPNext Germany".
- Complete the new site wizard.
Local
Using bench, install ERPNext as mentioned here.
Once ERPNext is installed, add the ERPNext Germany app to your bench by running
bench get-app https://github.com/alyf-de/erpnext_germany.git
After that, you can install the app on required site (let's say demo.com ) by running
bench --site demo.com install-app erpnext_germany
License
GNU GPL V3. See the LICENSE
file for more information.