Skip to content

alyf-de/erpnext_germany

Repository files navigation

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

    Section with Register Information

  • 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).

    Validate EU VAT ID

  • 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

  1. Go to https://frappecloud.com/dashboard/#/sites and click the "New Site" button.
  2. In Step 2 ("Select apps to install"), select "ERPNext" and "ERPNext Germany".
  3. 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.