Commit Graph

1138 Commits

Author SHA1 Message Date
Cüneyt Şentürk 6805ed7832
Merge pull request #3112 from CihanSenturk/add-put-method
Added put method
2023-12-11 15:29:11 +03:00
Denis Duliçi c30df2a04e upgraded to livewire v3 2023-12-10 02:05:52 +00:00
Denis Duliçi 0ea77d94c5 fixed user show api 2023-12-09 23:24:23 +00:00
Cihan Şentürk 583364f8c8 Added put method 2023-12-08 17:05:33 +03:00
Cüneyt Şentürk 8dc76b7d5a Transaction send function re-factoring.. 2023-11-30 17:45:54 +03:00
Cüneyt Şentürk ad3071c285 User list method changed.. 2023-11-30 17:05:20 +03:00
Cüneyt Şentürk 116480762d close #3099 Fixed: Recurring transaction number dublicate issue 2023-11-29 15:06:05 +03:00
Cüneyt Şentürk 2e0c2091a9 Fixed Transactions connect language issue.. 2023-11-21 13:53:33 +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
Denis Duliçi dc96e92d97 unused imports 2023-10-25 12:56:47 +03:00
Denis Duliçi 4e858302b5 added module activator 2023-10-25 12:40:52 +03:00
Cüneyt Şentürk 19ebcf0cc9 Added role_model_class `helper` 2023-10-24 16:55:04 +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
Cihan Şentürk 314da16d22
fixed contact person validation issue 2023-10-13 16:59:25 +03:00
Cihan Şentürk 8581637ec4
Contact email address check added. 2023-10-09 15:59:28 +03:00
Cihan Şentürk 4732fd485b
If the contact email is empty, save&sent will be disabled. 2023-10-09 12:00:53 +03:00
Denis Duliçi 6256f381c0 fixed empty page 2023-10-03 18:06:15 +03:00
Denis Duliçi f15f8c68d8 akaunting 3.1 2023-10-03 11:06:08 +03:00
Cihan Şentürk f2ec9ffe0c added import and export recurring transactions 2023-08-14 17:23:36 +03:00
Cihan Şentürk bd15a1cd0e added import and export recurring invoices 2023-08-14 17:23:01 +03:00
Cihan Şentürk 0bbbe25d7f added import and export recurring bills 2023-08-14 17:21:40 +03:00
Cüneyt Şentürk a30ebc3b9f Customer and Vendor list page n+1 `media` issue solved.. 2023-08-11 13:05:57 +03:00
Merve Karaman 2fb2006c22 İmport page design 2023-07-25 18:09:06 +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
Vitor Mattos 8a46abcdfc
Add description when fetch document item
The endpoint GET /api/documents/{id} return a list of items but the item
haven't the description. With this update will return the description of
a item.

Signed-off-by: Vitor Mattos <vitor@php.rio>
2023-07-02 23:13:09 -03:00
Denis Duliçi f2fd54060a
Merge pull request #2995 from happyhardik/master
Using Prefix from ENV variable during installation
2023-06-26 10:16:54 -07:00
Hardik Thakker 30a7e70cb9
Using Prefix from ENV variable during installation
- Currently, during installation, we do not take into account the database table name prefix from env variables during installation (if specified by the user we ignore it and we try to generate a random prefix)
- For me putting that auto-generated random prefix back into environment variables failed after install, causing the installation to die, so I added it in env variables before hand, but that didn't help as we were ignoring it.
2023-06-24 12:57:39 +05:30
Cüneyt Şentürk 03c9e5551b Update DateFormat middleware event.. 2023-06-23 10:58:35 +03:00
boracakirel d3c266e95f Added dates formating event. 2023-06-21 16:03:40 +03:00
Cüneyt Şentürk 36707cc2a1 Fixed app store load more last_page variable issue 2023-06-20 14:51:22 +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 1d183d98c8 Document n+1 issue fixed.. 2023-06-13 15:31:05 +03:00
Cüneyt Şentürk f44da98cd9
Merge pull request #2984 from vitormattos/feature/add-category-to-document-resource
Add category object and category_id to document resource
2023-06-13 08:59:54 +03:00
Vitor Mattos b1f5be1d90 Add category object and category_id to document resource
The endpoint api/documents don't return the category of invoice/bill as
the endpoint api/transactions do. With this change will be possible
return this value.

Signed-off-by: Vitor Mattos <vitor@php.rio>
2023-06-13 01:07:53 -03:00
Cüneyt Şentürk 2617181248 Account document totals n+1 issue solved.. 2023-06-06 13:34:06 +03:00
Cüneyt Şentürk 90efb21c34 Account show media n+1 issue solved.. 2023-06-06 12:58:16 +03:00
Cüneyt Şentürk 2a3842833a Document media n+1 issue solved.. 2023-06-06 11:45:31 +03:00
Cüneyt Şentürk 203eeb1885 Merge branch 'master' of github.com:akaunting/akaunting 2023-05-31 14:40:15 +03:00
Cüneyt Şentürk 9c5a4f9d12 revers relation changes.. 2023-05-31 14:40:05 +03:00
Cüneyt Şentürk dbd2589c61
Merge pull request #2970 from novag/inline
add 'inline' route to allow embedding uploads
2023-05-31 11:09:21 +03:00
Hendrik Hagendorn a97248555e allow attaching uploaded files when sending mails 2023-05-29 22:30:24 +02:00
Cüneyt Şentürk 460c1f2495 Added module install after redirect route feature 2023-05-26 11:14:53 +03:00
Cüneyt Şentürk 136bf09fbb N+1 Account index and show fixed.. 2023-05-25 18:01:44 +03:00
Cüneyt Şentürk 4f31721396 Companies permission control re-factoring menu and user forms.. 2023-05-22 10:06:08 +03:00
Hendrik Hagendorn d3661038ac add 'inline' route to allow embedding uploads
This change adds an 'inline' route to uploads which sets the
'Content-Disposition' HTTP header to 'inline'. This allows modules to
embed and display uploads in an HTML 'embed' element.
2023-05-21 14:18:59 +02:00
Cihan Şentürk 7a3aa98c56 added transaction number interface 2023-05-15 19:10:45 +03:00
Cüneyt Şentürk e6c5047145 added login user assign company control 2023-05-10 12:02:27 +03:00