Commit Graph

428 Commits

Author SHA1 Message Date
Cihan Şentürk 2c4d52b15e added category new fields(code, description) 2026-03-09 22:35:54 +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
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
Cihan Şentürk bd0fe0e0be
added new scopes to report model 2025-04-29 20:50:09 +03:00
Cihan Şentürk 635fee12ff
added transaction taxes in the tax report 2025-04-28 20:26:36 +03:00
Cihan Şentürk 2d29a83e1e
create new currency decimal and thousands field control 2025-03-28 11:08:25 +03:00
Cihan Şentürk 805dbb8a71
fixed document line discount calculation issue 2025-02-27 13:00:24 +03:00
Cihan Şentürk a079dc9157 changed global discount calculate method 2024-12-31 20:11:34 +03:00
Cüneyt Şentürk 4e60e7a9d9 Fixed customer empty email get contacts list.. 2024-10-09 17:29:23 +01:00
Cüneyt Şentürk 8eb2c86a77 close #3221 Feature: Ability to change document colour and contact based on invoice.. 2024-10-02 15:46:19 +01:00
Cüneyt Şentürk f4d88a350a Fixed document item search 500 issue for missing Category with item.. 2024-08-27 15:13:56 +01:00
merve karaman 0fe70b2329
Colours not in HEX format do not appear in category select 2024-08-01 14:10:32 +03:00
Cihan Şentürk bad6a8a620
added address format 2024-07-23 11:00:39 +03:00
Cihan Şentürk 86d52b52d6
fixed split transaction duplicate issue 2024-07-18 12:44:26 +03:00
Cihan Şentürk af990972b9
fixed export pagination issue 2024-05-22 19:26:16 +03:00
Cihan Şentürk 7c706392e1
fixed company list page sortable issue 2024-05-21 23:22:49 +03:00
Cihan Şentürk 5026356289
fixed transaction recurring duplicate issue 2024-05-02 16:01:03 +03:00
Cüneyt Şentürk c7a2fffd8c Category export missing parent_id column ( 866abh63h ) 2024-02-19 16:06:47 +03:00
Cüneyt Şentürk c3368f26e1 missing use `File` class.. 2024-02-12 17:07:37 +03:00
Cüneyt Şentürk 268984d040 close #3098 Fixed: Error saving Bill with attachment 2024-02-12 16:44:04 +03:00
Cihan Şentürk 67bad764ac
Recurring model document scopes updated 2024-02-01 16:22:59 +03:00
Cüneyt Şentürk 61b17575fa Widget model setting convert always `object` 2023-12-20 16:44:10 +03:00
Cüneyt Şentürk 0c4476e4ff Document transaction convert amount issue solved.. 2023-12-19 17:49:09 +03:00
Cüneyt Şentürk 46496149a2 Document transaction edit issue.. 2023-12-18 12:10:24 +03:00
Cüneyt Şentürk 0b857a4774 Widget styling re-factor.. 2023-12-05 16:20:31 +03:00
Cüneyt Şentürk f076338b3f Fixed sortable missing column issue.. 2023-11-29 18:13:57 +03:00
Cüneyt Şentürk 8bae57e858 close #3103 Fixed: Sorting feature on tax settings page not working 2023-11-29 17:47:28 +03:00
Cüneyt Şentürk 1829561235 close #3102 Fixed: Sorting feature on the transfer page is not working 2023-11-29 17:44:09 +03:00
Cüneyt Şentürk 717c6d3e78 Document transaction edit issue fixed.. 2023-11-06 17:58:12 +03:00
Cüneyt Şentürk 19ebcf0cc9 Added role_model_class `helper` 2023-10-24 16:55:04 +03:00
Cihan Şentürk 86b9d69b98
fixed contact person duplicate issue 2023-10-18 14:44:48 +03:00
Cüneyt Şentürk 539cc913cd
Merge pull request #3066 from CihanSenturk/document-payment-save&sent--issue
If the contact email is empty, save&sent will be disabled.
2023-10-15 17:59:10 +03:00
Denis Duliçi 11a2e97143 fixed relationships of company deletion job 2023-10-12 23:50:38 +03:00
Cihan Şentürk 8581637ec4
Contact email address check added. 2023-10-09 15:59:28 +03:00
Denis Duliçi f15f8c68d8 akaunting 3.1 2023-10-03 11:06:08 +03:00
Cüneyt Şentürk 50eba765d2 Recurring model relation issue and new transaction relation, 2023-08-29 10:14:22 +03:00
Cüneyt Şentürk 0b45e4ed70 Merge branch 'master' of github.com:akaunting/akaunting 2023-08-24 12:21:25 +03:00
Cüneyt Şentürk e1b47a6f8a Fixed recurring template end button issue ( #866au7m2v ) 2023-08-24 12:21:15 +03:00
Cüneyt Şentürk b061c7a1aa
Merge pull request #3036 from CihanSenturk/add-relationship-to-module-history-model
Added relationship to module history model
2023-08-24 12:12:16 +03:00
Cüneyt Şentürk c5c6bb2755 Fixed recurring list page actions.. 2023-08-24 12:09:55 +03:00
Cihan Şentürk bddab36380
added relationship to app history model 2023-08-24 11:51:30 +03:00
Cihan Şentürk 491f76f96b
fixed transaction delete action title 2023-08-23 15:14:55 +03:00
Cüneyt Şentürk 09baf1991f Document title and subheading feature some changes.. 2023-08-14 15:36:38 +03:00
Cüneyt Şentürk af8ba9726f
Merge pull request #2877 from novag/title-subheading
bind title and subheading to the respective document
2023-08-14 15:13:42 +03:00
Cihan Şentürk 58d0b9947b
added dashboards relationship to UserDashboard model 2023-08-14 14:11:30 +03:00
Cüneyt Şentürk 6539df1f1f close #2985 Fixed : Customer information on Invoices formatted incorrectly 2023-08-10 10:52:00 +03:00
Cüneyt Şentürk 803fe2e8a3 User model added hasRelationships trait.. 2023-08-09 13:30:35 +03:00