Commit Graph

3105 Commits

Author SHA1 Message Date
Cüneyt Şentürk aba76b12c8 Added contact update for document status.. 2026-03-12 02:53:44 +00:00
Cüneyt Şentürk 311054bad7 Fixed document, transaction and category list page pinned tab search issue.. 2026-03-12 01:47:58 +00:00
Cihan Şentürk 38677e65c2 wip 2026-03-12 00:31:30 +03:00
Cihan Şentürk 91f1956dc9 updated add new category modal 2026-03-12 00:30:50 +03:00
Cihan Şentürk 1789662440 updated category code field dynamic show 2026-03-11 23:04:45 +03:00
Cihan Şentürk 6f50a4e685 refactored category validation and removed unused module trait 2026-03-10 22:15:51 +03:00
Cihan Şentürk e6c67ef504 added balance component 2026-03-09 22:57:29 +03:00
Cihan Şentürk f9c57bd402 added early return for searchable name in getSearchStringValue method 2026-03-09 22:46:17 +03:00
Cihan Şentürk 3a94319805 added code and description fields to category import and export models 2026-03-09 22:45:01 +03:00
Cihan Şentürk 09574e0335 added code and description fields to category resource 2026-03-09 22:44:35 +03:00
Cihan Şentürk 804cb8e568 added dynamic validation for category code based on module status 2026-03-09 22:44:15 +03:00
Cihan Şentürk 6df965c930 Improved category types 2026-03-09 22:43:05 +03:00
Cihan Şentürk 2c4d52b15e added category new fields(code, description) 2026-03-09 22:35:54 +03:00
Cihan Şentürk 2c12e7524c added category tabs 2026-03-09 22:33:28 +03:00
Cüneyt Şentürk d85c1b51bb revert recurring Transactions.. 2026-03-03 03:04:10 +00:00
Cüneyt Şentürk 952626f52a recurring paid date format.. 2026-03-03 02:49:49 +00:00
Cüneyt Şentürk 939d2b726a Fixed recurring update issue.. 2026-03-02 21:21:52 +00:00
Cüneyt Şentürk 8359383ba9
Merge pull request #3337 from e1um/fix-transaction-contact-sync
fix: sync transaction contact_id when document contact changes
2026-02-28 10:16:21 +00:00
Cüneyt Şentürk 9aed0937ab Enhancement unauthenticated user url intended 2026-02-26 17:49:00 +00:00
Akaunting 9da40446e6
widget data 2026-02-07 18:55:11 +00:00
Cihan Şentürk 2b098e5e51
fixed date filter financial start date issue 2026-02-05 20:32:32 +03:00
Cüneyt Şentürk 072e070d09 Datetime financial year support custom date range.. 2026-02-02 22:40:27 +00:00
e1um e44fd37bad
fix: sync transaction contact_id when document contact changes
When a document (invoice/bill) is updated to change the contact (vendor/customer),
any existing transactions linked to that document now have their contact_id updated
to match. This fixes an issue where reports filtering by contact would not include
transactions from documents that were reassigned to a different contact.

Fixes #3336
2026-01-21 12:44:51 -05:00
Cüneyt Şentürk 4829c7728d Contact show page layz load issue fixed.. 2026-01-18 01:04:46 +00:00
Cihan Şentürk fb9f7eaaa3
improved search string filter logic 2026-01-16 21:14:56 +03:00
Cüneyt Şentürk d4f2b5b4da Fixed document transaction updating upload file.. 2025-12-25 13:53:32 +00:00
Cihan Şentürk a7917f42b3
fixed cache module version issue 2025-12-13 22:08:24 +03:00
Cihan Şentürk 421cc1091a
add new middleware for module limitation 2025-12-11 21:46:49 +03:00
Cihan Şentürk 4d59bdf754
fixed import transaction type issue 2025-12-07 19:31:45 +03:00
Cihan Şentürk df83efb84e
version check method update 2025-12-07 19:30:31 +03:00
Cihan Şentürk e523979ad6
Merge pull request #3322 from imhayatunnabi/fix/mathematical-calculations
Mathematical Calculation Bugs
2025-12-07 18:36:15 +03:00
Cihan Şentürk c78fb4ce34
fixed api update attachment issue 2025-12-07 18:31:41 +03:00
Cihan Şentürk 6cfd9410d6
update-import-validation-message 2025-11-27 15:19:48 +03:00
Cüneyt Şentürk 7e5a64262c Added transactions relation for n+1 issues.. 2025-11-15 10:44:46 +00:00
Hayatunnabi Nabil b56a3bda56 fix: error handling for arithmetic operations and improve calculations in Document and TaxSummary classes. Added checks for division and modulo by zero, and adjusted percentage calculation logic to handle zero sub-total cases. 2025-11-13 13:41:12 +06:00
Hayatunnabi Nabil 89b600dec9 fix: eager loading for db transactions across multiple components to prevent N+1 query issues. 2025-11-13 13:12:22 +06:00
Cüneyt Şentürk b5d8499ac7 Contact n+1 issue solved.. 2025-11-09 15:25:46 +00:00
Cüneyt Şentürk 1f68dd4b4d Fixed n+1 issue for document and transactions taxes.. 2025-11-09 14:13:50 +00:00
Cüneyt Şentürk ac58f4d0ae
Merge pull request #3316 from imhayatunnabi/fix/recurring-invoices-empty-request
Recurring Invoices Break When Creating or Updating
2025-11-08 08:29:48 +00:00
Hayatunnabi Nabil 416f879353 fix: document and transaction traits to improve method naming consistency 2025-11-06 02:44:55 +06:00
Hayatunnabi Nabil f720e22117 fix: Refactor store and update methods in RecurringInvoices controller to merge 'issued_at' directly into the request before dispatching document creation and update actions. 2025-11-06 02:40:53 +06:00
Cüneyt Şentürk 1bd3c5a153 fixed performans.. 2025-09-01 22:25:57 +01:00
Cüneyt Şentürk 70a5e5acdd
Merge pull request #3309 from CihanSenturk/fix-global-discount-delete-issue
Fix global discount delete issue
2025-08-30 08:43:42 +01:00
Cüneyt Şentürk 355cee0cf2 Transaction edit via document information.. 2025-08-30 01:06:12 +01:00
Cüneyt Şentürk 774f64a051 close #3310 #3311 issue fixed transactions api not allow document.. 2025-08-30 00:54:12 +01:00
Cihan Şentürk 6c485567ca
fixed global discount delete issue 2025-08-09 14:20:45 +03:00
Cihan Şentürk 502c7b0d31 fixed tax calculate issue 2025-08-04 15:26:09 +03:00
Cihan Şentürk f9b3d9ebfa
fixed document tax calculate issue 2025-08-01 11:57:50 +03:00
Cihan Şentürk c1f73ae6dc
add attachment feature to document payments 2025-08-01 11:53:18 +03:00
Cihan Şentürk 795baf9585
fixed undefined currency code issue 2025-08-01 11:44:54 +03:00