jey_erp/jey_erp
Ali 4e8a151851 feat(setup): enable default settings checkboxes on wizard complete
Add set_default_settings() to the setup_wizard_complete hook so fresh
installs get sane defaults after company creation:
- Global Defaults.disable_rounded_total = 1
- Accounts Settings.delete_linked_ledger_entries = 1

Uses get_single().save() (not db.set_value) so each doctype's
on_update/validate side effects run — disable_rounded_total in particular
is read via frappe.db.get_default, only populated in on_update. Idempotent.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-11 12:36:12 +00:00
..
bank_integration feat(bank-integration): rename Bank Statement Importer to Bank Integration Profile; excel import, list views, cleanup patches 2026-06-10 17:52:41 +00:00
config feat: Initialize App 2024-09-12 10:11:33 +00:00
custom chore(sales-invoice): clarify tax-article comments (drop stale TEST/mirror notes) 2026-06-03 13:57:42 +00:00
data added to asset cadastral calculations 2025-09-15 14:28:49 +04:00
default_data chore(default-data): refresh salary components and leave types from accountant 2026-05-01 12:48:15 +00:00
default_templates new print formats 2025-04-28 10:56:34 +00:00
fixtures push from mvp 2026-06-08 12:49:37 +00:00
jey_erp feat(bank-integration): rename Bank Statement Importer to Bank Integration Profile; excel import, list views, cleanup patches 2026-06-10 17:52:41 +00:00
locale chore(payment-entry): drop legacy payment_entry_mod.js; rename boot patch entry 2026-06-11 11:34:25 +00:00
patches feat(bank-integration): rename Bank Statement Importer to Bank Integration Profile; excel import, list views, cleanup patches 2026-06-10 17:52:41 +00:00
public chore(payment-entry): drop legacy payment_entry_mod.js; rename boot patch entry 2026-06-11 11:34:25 +00:00
setup feat(setup): enable default settings checkboxes on wizard complete 2026-06-11 12:36:12 +00:00
templates feat: Initialize App 2024-09-12 10:11:33 +00:00
__init__.py feat: Initialize App 2024-09-12 10:11:33 +00:00
asset.py added eqm codes to items and etaxes items 2025-09-22 20:55:53 +04:00
asset_events.py added assets field 2025-11-05 14:27:31 +04:00
cbar_exchange.py added load from cbar currency import 2026-03-12 18:53:47 +04:00
custom_employee_onboarding.py added new fields and function that automaticly sets ceo 2025-02-20 10:28:37 +00:00
custom_fields.py feat(bank-integration): rename Bank Statement Importer to Bank Integration Profile; excel import, list views, cleanup patches 2026-06-10 17:52:41 +00:00
custom_report.py added new field custom note in payment entry, also little fixes to report bug (not fixed) 2025-01-17 13:46:49 +04:00
debug_asset_categories.py monkey patched asset categories 2026-01-10 03:44:28 +04:00
extend_party_types.py chore(payment-entry): drop legacy payment_entry_mod.js; rename boot patch entry 2026-06-11 11:34:25 +00:00
hooks.py feat(setup): enable default settings checkboxes on wizard complete 2026-06-11 12:36:12 +00:00
modules.txt feat: Initialize App 2024-09-12 10:11:33 +00:00
patches.txt feat(bank-integration): rename Bank Statement Importer to Bank Integration Profile; excel import, list views, cleanup patches 2026-06-10 17:52:41 +00:00
rename.har added tittles to je 2026-03-06 23:45:56 +04:00
translate.py added new translations for custom fields 2026-05-25 13:32:29 +00:00
translation_markers.py chore(fixtures): export print formats, regenerate translation markers 2026-06-08 12:46:13 +00:00