Commit Graph

282 Commits

Author SHA1 Message Date
Cüneyt Şentürk aba76b12c8 Added contact update for document status.. 2026-03-12 02:53:44 +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 d4f2b5b4da Fixed document transaction updating upload file.. 2025-12-25 13:53:32 +00:00
Cihan Şentürk c78fb4ce34
fixed api update attachment issue 2025-12-07 18:31:41 +03: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 cfa2a64e1b
fixed bulk action download 2025-03-27 11:06:07 +03:00
Cihan Şentürk 805dbb8a71
fixed document line discount calculation issue 2025-02-27 13:00:24 +03:00
Cihan Şentürk cdd09a3af5
added document item quantity mathematical operations 2025-01-22 13:25:01 +03:00
Cihan Şentürk a079dc9157 changed global discount calculate method 2024-12-31 20:11:34 +03:00
Cüneyt Şentürk 32eb64a503 Added transaction split events.. 2024-10-04 15:02:30 +01:00
Cihan Şentürk 5d1726be13
fixed split transaction number issue 2024-07-18 12:44:44 +03:00
Cihan Şentürk 4592486c29
added bulk action download 2024-07-10 17:09:53 +03:00
Cihan Şentürk 500cb4cd5d
fixed sub category delete issues 2024-04-26 17:52:38 +03:00
Cüneyt Şentürk 2d825b24f1 Fixed update Account, Contact, Dashboard, Category, Currency, Tax enabled column issue..
( b93f938330374edd918091dd642ec179 )
2024-02-14 14:32:52 +03:00
Cüneyt Şentürk 0c4476e4ff Document transaction convert amount issue solved.. 2023-12-19 17:49:09 +03:00
Cihan Şentürk 311022e34e
delete report pins 2023-12-08 15:44:27 +03:00
Cihan Şentürk 04896bf89a
delete report favorites 2023-12-08 15:43:59 +03:00
Cüneyt Şentürk 8dc76b7d5a Transaction send function re-factoring.. 2023-11-30 17:45:54 +03:00
Denis Duliçi c394f81c52 set default locale 2023-11-07 00:55:47 +03:00
Cüneyt Şentürk 717c6d3e78 Document transaction edit issue fixed.. 2023-11-06 17:58:12 +03:00
Denis Duliçi b95723d576 fixed locale check 2023-11-06 17:56:14 +03:00
Cihan Şentürk b9a0ba640d added tax events 2023-10-31 17:40:57 +03:00
Cihan Şentürk 9edf50f9ea added currency events 2023-10-31 17:40:40 +03:00
Cihan Şentürk 6af4c7553d added item events 2023-10-31 17:40:14 +03:00
Cihan Şentürk 67969d0710 added contact events 2023-10-31 17:39:44 +03:00
Cüneyt Şentürk 19ebcf0cc9 Added role_model_class `helper` 2023-10-24 16:55:04 +03:00
Cihan Şentürk 6288651176
fixed disabled dashboard delete issue 2023-10-18 16:47:56 +03:00
Cüneyt Şentürk cdad08a6de
Merge pull request #3071 from CihanSenturk/fix-contact-person-validation-issue
Fixed contact person validation issue
2023-10-15 17:59:56 +03:00
Cüneyt Şentürk e83476c9fa
Merge pull request #3067 from CihanSenturk/Add-confidential-email-(bcc)-sending-feature
Add confidential email (bcc) sending feature
2023-10-15 17:59:23 +03:00
Cihan Şentürk e1f73ad4df
fixed contact person update issue 2023-10-13 17:17:38 +03:00
Denis Duliçi 6655204714 use listener to clear cache 2023-10-13 00:13:10 +03:00
Denis Duliçi 11a2e97143 fixed relationships of company deletion job 2023-10-12 23:50:38 +03:00
Cihan Şentürk 32ef8ce7ce
user emails were changed to bcc 2023-10-11 14:13:16 +03:00
Denis Duliçi f15f8c68d8 akaunting 3.1 2023-10-03 11:06:08 +03:00
Denis Duliçi 02881945f8 more storage fixes 2023-08-24 15:44:10 +03:00
Denis Duliçi aa1251a1c6 fixed `storage` path 2023-08-24 11:46:16 +03:00
Cüneyt Şentürk 6b1d6706e6
Merge pull request #3032 from CihanSenturk/add-account-events
Added account events
2023-08-23 13:41:42 +03:00
Cihan Şentürk 271b61808b
added account events 2023-08-23 11:51:34 +03:00
Cihan Şentürk ec5bff51c1
added transaction delete events 2023-08-23 11:43:17 +03:00
Cüneyt Şentürk ca57ffd8ef Fixed missing tax on create or update document 2023-08-15 14:33:37 +03:00
Denis Duliçi bfb37c62c6 applied new features of `money` package 2023-07-11 12:03:14 +03:00
Denis Duliçi 20e5b57562 updated `money` package to 5.0 version 2023-07-10 12:53:43 +03:00
Cüneyt Şentürk 7d906b7f97 Added User Invitation created_by and created_from columns.. 2023-07-05 12:16:25 +03:00
Cüneyt Şentürk 1d12f1115a Fixed transaction missing type issue and fixed recurring vue exception.. 2023-06-16 14:18:52 +03:00
Cüneyt Şentürk ca0843c4b6 fixed reconciliations list page broken deleted account ( #8669n0ywu ) 2023-06-15 11:14:43 +03:00
Hendrik Hagendorn a97248555e allow attaching uploaded files when sending mails 2023-05-29 22:30:24 +02:00
Cüneyt Şentürk 715b81c516 User invitation issue solved. 2023-04-28 13:36:11 +03:00