2709 Commits

Author SHA1 Message Date
Cüneyt Şentürk
6641803ccd Expense category n+1 issue solved 2023-06-13 15:06:23 +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
Cüneyt Şentürk
039bd61a1e
Merge pull request #2982 from boracakirel/change-date-casting
Changed date casting for Laravel 10.
2023-06-13 08:59:13 +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
boracakirel
f0415e31e3 Fix always fallback invoice item column settings for show and template. 2023-06-12 18:16:36 +03:00
boracakirel
c551b7b9f6 Changed date casting for Laravel 10. 2023-06-12 16:27:30 +03:00
Cüneyt Şentürk
8afee14fea typo 2023-06-06 13:46:39 +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
e0ccf314b2 Merge branch 'master' of github.com:akaunting/akaunting 2023-06-05 17:06:04 +03:00
Cüneyt Şentürk
7780318de0 Added console update version check 2023-06-05 17:05:54 +03:00
Cihan Şentürk
52b3fafbb3
fix document item type import issue 2023-06-04 18:04:32 +03:00
Cihan Şentürk
badeb55801
fix item type scope 2023-06-04 18:01:59 +03:00
Cüneyt Şentürk
1093aefa03 Merge branch 'master' of github.com:akaunting/akaunting 2023-06-01 16:42:24 +03:00
Cüneyt Şentürk
b7fda70b98 Fixed country show fields.. 2023-06-01 16:42:11 +03:00
Denis Duliçi
f6872ca8c9 qualify column 2023-06-01 13:35:07 +03:00
Denis Duliçi
315e10bb78 added default item type 2023-06-01 13:34:38 +03:00
Denis Duliçi
7241be1df1 ensure users is not empty 2023-06-01 13:20:50 +03:00
Cüneyt Şentürk
99cae6f749 typo 2023-05-31 14:53:56 +03:00
Cüneyt Şentürk
acf002f35d add default with company and item models 2023-05-31 14:51:01 +03:00
Cüneyt Şentürk
d50daa3fd8 add update listener and migrations.. 2023-05-31 14:47:46 +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
Cüneyt Şentürk
7ce16fb3eb
Merge pull request #2974 from novag/attachments
allow attaching uploaded files when sending mails
2023-05-31 11:07:51 +03:00
Cüneyt Şentürk
3908345d53
Merge pull request #2977 from CihanSenturk/fix-number-digit-component-label
fix number digit component label
2023-05-31 10:57:43 +03:00
Cüneyt Şentürk
94dda670e6 Merge branch 'master' of github.com:akaunting/akaunting 2023-05-31 10:02:34 +03:00
Cüneyt Şentürk
d5ec767372 fixed contact media n+1 issue 2023-05-31 10:02:11 +03:00
Denis Duliçi
e938e8436b sentry integration for n+1 2023-05-31 10:01:17 +03:00
Cihan Şentürk
f89fd47b4b
fix number digit component label 2023-05-30 15:51:15 +03:00
Hendrik Hagendorn
a97248555e allow attaching uploaded files when sending mails 2023-05-29 22:30:24 +02:00
Cihan Şentürk
9d48e54430
import type improvement 2023-05-26 13:26:48 +03:00
Cüneyt Şentürk
99ed3c15a0 Fixed console update latest string get version issue.. 2023-05-26 11:38:46 +03: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
8e67c22fe1 N+1 issue solved.. 2023-05-25 17:00:57 +03:00
Cüneyt Şentürk
9399f63b0f
Merge pull request #2972 from CihanSenturk/transaction-duplicate-issue
transaction duplicate reconliled issue fix
2023-05-24 10:56:34 +03:00
Cihan Şentürk
06c8c47f20
transaction duplicate reconliled issue fix 2023-05-24 10:41:17 +03:00
Cüneyt Şentürk
0863da593b Added search and string value fields options.. ( #861mmjq77 ) 2023-05-23 14:32:51 +03:00
Cüneyt Şentürk
311b6c7da8 fixed table action permission issue 2023-05-22 15:55:23 +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
Cüneyt Şentürk
9429728281 Merge branch 'master' of github.com:akaunting/akaunting 2023-05-18 14:23:41 +03:00
Cüneyt Şentürk
2123bf34cf Added new blade directive moduleIsEnabled and module_is_enabled helper function. 2023-05-18 14:23:21 +03:00
Denis Duliçi
7f2c86c9c9 read chunk size from config 2023-05-18 14:23:17 +03:00
Cihan Şentürk
e78c5a3bc2 fixed factory transaction number 2023-05-17 10:16:49 +03:00
Cihan Şentürk
7a3aa98c56 added transaction number interface 2023-05-15 19:10:45 +03:00
Denis Duliçi
c8a5127f65 styling notifications 2023-05-12 14:58:10 +03:00
Denis Duliçi
c7da8b9b3e fixed mailer exception handler 2023-05-11 09:37:53 +03:00