Commit Graph

166 Commits

Author SHA1 Message Date
Ali 511e91cbf1 new translations 2026-04-24 20:29:53 +00:00
Ali 5d1e2adee3 feat(company): add E-Taxes reference sections to Tax Policy tab
Adds six new collapsible sections at the very end of the Tax Policy
tab on Company form, each with an HTML field for a reference-data
table rendered by invoice_az/client/company.js:
- E-Taxes Objects
- Cash Registers
- POS Terminals
- Bank Accounts
- Obligation Pacts
- Presented Certificates

Tax Closing Wizards moved to the bottom (insert_after changed from
accounting_method to presented_certificates_list_html) so wizards
sit under the new sections.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-21 13:59:41 +00:00
Ali cf4d66c2d2 feat: add Tax Free tab to Salary Slip with Tax Free Indicator DocType
Adds a Tax Free tab to Salary Slip with 4 nested sub-tabs (Vergi, MDSS,
İşsizlik sığorta, İcbari Tibbi Sığorta) rendered via the custom_subtabs
app. Each sub-tab has a Göstəricilər (Link to Tax Free Indicator, filtered
by group) and an Amount (Currency) field arranged in two columns.

Introduces a new Tax Free Indicator tree DocType mirroring the tax_article
pattern from taxes_az, seeded via fixtures with 74 indicators scraped from
the e-taxes.gov.az unified declaration (32 Vergi + 30 MDSS + 5 İşsizlik
+ 7 İcbari Tibbi Sığorta) grouped under 4 roots.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-14 11:06:04 +00:00
Ali 72f9973000 feat: also rename default groups after setup wizard completion
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-06 15:33:23 +04:00
Ali 5ea710d77c feat: rename default Item/Supplier Groups to Azerbaijani
Add rename_default_groups.py that uses frappe.rename_doc to rename
standard ERPNext groups (Products -> Məhsullar, etc.) instead of
modifying ERPNext source files directly. Runs on after_migrate.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-06 15:30:00 +04:00
Ali 09af27e22b added new fields 2026-04-02 20:36:50 +04:00
Ali a9d18c05db fix Link field dropdown not opening on focus when value is already set
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-01 19:34:44 +04:00
Ali aa9d5640c0 remove broken account_tree_custom.js, fix COA balance offset
Removed account_tree_custom.js which caused console errors due to
accessing undefined treeview fields. Export functionality is already
available via account_list.js.

Added CSS fix for Chart of Accounts tree view where account balances
were visually shifted down by one row due to float:right on balance-area.
Fix uses flexbox on tree nodes instead.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-27 17:04:35 +04:00
Ali fa1efba44d renewed company_defaults 2026-03-26 17:44:45 +04:00
Ali ad1f6783b5 use account_number instead of account_name for company defaults export/import
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-26 17:35:31 +04:00
Ali ac7a3fe42e move Company Export Defaults button from list to form view
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-26 17:23:37 +04:00
Ali ee421cf613 add Company default accounts export/import
- Export: company_export.py exports all Link-to-Account fields as account_name
- Import: create_default_company_accounts() resolves account names to full accounts in new company, applied via setup_wizard_complete
- JS: Export Defaults button in Company list view downloads company_defaults.json
- default_data/company_defaults.json: initial defaults

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-26 17:10:46 +04:00
Ali ea5847b353 fix NameError: restore company variable in create_default_salary_components
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-26 16:41:41 +04:00
Ali 6b3324704c update default salary components data with accounts
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-26 16:36:48 +04:00
Ali fae51ca7ef export SC accounts as account_name, resolve to full account on import
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-26 16:31:24 +04:00
Ali 0699beb3ba fix SC accounts validation error; delete default HRMS leave types on setup
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-26 16:26:18 +04:00
Ali b91ff07f56 add default leave types data
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-26 16:16:21 +04:00
Ali 4c2eb7e400 add Leave Type export button and default setup from JSON
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-26 16:04:06 +04:00
Ali dc273b3f2b fix IBAN masking: support alphanumeric chars, keep AZ prefix
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-26 15:43:16 +04:00
Ali df9f72be11 add Chart of Accounts export button to list and tree views
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-26 15:24:00 +04:00
Ali 989cce52b4 delete default HRMS salary components on setup wizard complete
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-26 15:03:42 +04:00
Ali 6f17b644f2 update default salary components data
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-26 14:53:18 +04:00
Ali 7cd7b5d887 add salary component export button and default setup from JSON
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-26 14:46:40 +04:00
Ali 116efda4f2 add test setup_wizard_complete hook that creates TEST COMP salary component
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-26 14:27:41 +04:00
Ali 24934219f1 added test salary component create 2026-03-26 14:19:38 +04:00
Ali b8b111b74a hide residence_permit_fin when not_available checkbox is checked
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-26 13:55:44 +04:00
Ali 0a0ef3d032 add Employee custom fields: citizenship_country, residence_permit_fin, residence_permit_not_available
Fields added as Small Text (TEXT in MySQL) to bypass tabEmployee's 65535-byte
row size limit. Added two pre_model_sync patches to fix row format and add
columns directly before Frappe schema sync runs.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-25 20:56:34 +04:00
Ali f7d283cdf1 add job_applicant custom field to Employee to fix EmployeeMaster AttributeError
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-25 20:08:54 +04:00
Ali 1c292a130f add Employee custom fields: father_name, identification_number, ssn
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-25 18:45:45 +04:00
Ali 2c7eadc1cd add absent_reason field to Attendance doctype
Adds a Select field 'Absence Reason' visible only when status is Absent,
with 12 predefined Azerbaijani-language absence reason options.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-25 17:24:40 +04:00
Ali a66945f7d7 added load from cbar currency import 2026-03-12 18:53:47 +04:00
Ali eb62cafbcf brt is now wide and has a bt links 2026-03-11 15:33:33 +04:00
Ali 67518bf4a0 added tittles to je 2026-03-06 23:45:56 +04:00
Ali 0eaa407c1d revert all JE title changes, keep only deductions logic
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-06 23:34:44 +04:00
Ali 378ccd33ee added tittles to je 2026-03-06 23:24:12 +04:00
Ali f76b09116b added tittles to je 2026-03-06 23:18:50 +04:00
Ali a7deb77e09 added tittles to je 2026-03-06 23:12:53 +04:00
Ali d9c3b02fdc added tittles to je 2026-03-06 23:06:06 +04:00
Ali 4a15e83498 added tittles to je 2026-03-06 22:56:24 +04:00
Ali f300eb3083 added deductions in generated je from payroll entry 2026-03-06 17:22:49 +04:00
Ali d7818af6b0 added deductions in generated je from payroll entry 2026-03-06 17:15:44 +04:00
Ali aaf08e8dc8 added ctc fetch to bulk salary assignment 2026-03-06 16:19:17 +04:00
Ali e02cc9ba06 added ctc fetch to bulk salary assignment 2026-03-06 16:13:24 +04:00
Ali fe8667be50 new vat allocation fields 2026-02-24 15:02:46 +04:00
Ali e68a1deb4c Fix won/lost checkboxes in Sales Invoice for gambling companies
- Rewrote won/lost checkbox logic with clean code approach
- Removed complex HTML synchronization in favor of native Frappe checkboxes
- Added CSS to display checkboxes inline (side by side) instead of stacked
- Implemented automatic enforcement: one checkbox must always be selected
- Added client-side validation that auto-corrects invalid states
- Added server-side validation for gambling companies only
- Removed old column break and section break fields
- Fields now only validate for gambling company main activities

Changes:
- custom_fields.py: Simplified won/lost field definitions, removed HTML field
- sales_invoice_vat.js: Clean logic + CSS for inline display + auto-selection
- sales_invoice.py: Server validation with auto-correction
- hooks.py: Added validate_won_lost_fields hook
- patches: Added cleanup patches for old fields

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-16 17:21:09 +04:00
Ali 4d1739d352 added new amas fields to employee 2026-02-13 17:40:54 +04:00
Ali 14453cbc43 bug fix 2026-01-30 21:04:12 +04:00
Ali 3249ddb318 bug fix 2026-01-30 20:59:46 +04:00
Ali c8237391e7 new fields 2026-01-30 20:43:34 +04:00
Ali 7a57b320af Added purchase invoice sending (act) 2026-01-27 20:21:35 +04:00