Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor!: remove DATEV integration #30584

Merged
merged 5 commits into from
Apr 13, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions erpnext/patches.txt
Original file line number Diff line number Diff line change
Expand Up @@ -262,8 +262,6 @@ erpnext.patches.v13_0.make_non_standard_user_type #13-04-2021 #17-01-2022
erpnext.patches.v13_0.update_shipment_status
erpnext.patches.v13_0.remove_attribute_field_from_item_variant_setting
erpnext.patches.v12_0.add_ewaybill_validity_field
erpnext.patches.v13_0.germany_make_custom_fields
erpnext.patches.v13_0.germany_fill_debtor_creditor_number
erpnext.patches.v13_0.set_pos_closing_as_failed
erpnext.patches.v13_0.rename_stop_to_send_birthday_reminders
execute:frappe.rename_doc("Workspace", "Loan Management", "Loans", force=True)
Expand Down Expand Up @@ -343,6 +341,7 @@ erpnext.patches.v14_0.delete_shopify_doctypes
erpnext.patches.v14_0.delete_hub_doctypes
erpnext.patches.v14_0.delete_hospitality_doctypes # 20-01-2022
erpnext.patches.v14_0.delete_agriculture_doctypes
erpnext.patches.v14_0.delete_datev_doctypes
erpnext.patches.v14_0.rearrange_company_fields
erpnext.patches.v14_0.update_leave_notification_template
erpnext.patches.v14_0.restore_einvoice_fields
Expand All @@ -364,4 +363,4 @@ erpnext.patches.v13_0.add_cost_center_in_loans
erpnext.patches.v13_0.set_return_against_in_pos_invoice_references
erpnext.patches.v13_0.remove_unknown_links_to_prod_plan_items # 24-03-2022
erpnext.patches.v13_0.update_expense_claim_status_for_paid_advances
erpnext.patches.v13_0.create_gst_custom_fields_in_quotation
erpnext.patches.v13_0.create_gst_custom_fields_in_quotation
36 changes: 0 additions & 36 deletions erpnext/patches/v13_0/germany_fill_debtor_creditor_number.py

This file was deleted.

20 changes: 0 additions & 20 deletions erpnext/patches/v13_0/germany_make_custom_fields.py

This file was deleted.

13 changes: 13 additions & 0 deletions erpnext/patches/v14_0/delete_datev_doctypes.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
import frappe


def execute():
install_apps = frappe.get_installed_apps()
if "erpnext_datev_uo" in install_apps or "erpnext_datev" in install_apps:
return

# doctypes
frappe.delete_doc("DocType", "DATEV Settings", ignore_missing=True, force=True)

# reports
frappe.delete_doc("Report", "DATEV", ignore_missing=True, force=True)
Empty file.
8 changes: 0 additions & 8 deletions erpnext/regional/doctype/datev_settings/datev_settings.js

This file was deleted.

125 changes: 0 additions & 125 deletions erpnext/regional/doctype/datev_settings/datev_settings.json

This file was deleted.

10 changes: 0 additions & 10 deletions erpnext/regional/doctype/datev_settings/datev_settings.py

This file was deleted.

This file was deleted.

Empty file.
35 changes: 0 additions & 35 deletions erpnext/regional/germany/setup.py

This file was deleted.

Empty file.
Empty file.
Loading