352 Commits

Author SHA1 Message Date
Cüneyt Şentürk
19a417791e transaction show page file updated.. 2021-06-24 13:52:49 +03:00
Cüneyt Şentürk
ae0c6dc7d2 Merge branch 'master' of github.com:akaunting/akaunting 2021-06-23 15:50:20 +03:00
Cüneyt Şentürk
6f753553e0 close #2135 (#mxb4e4) Fixed: Broken collect scope for limit and page column. 2021-06-22 19:12:33 +03:00
Cüneyt Şentürk
b92ac7f25d Merge branch 'master' of github.com:akaunting/akaunting 2021-06-22 09:51:40 +03:00
Enes Sacid Buker
c0df9c930e DashboardsTest updated and Widget factory added. 2021-06-21 19:03:08 +03:00
Cüneyt Şentürk
19319fad3d Added Revenue/Payment show page 2021-06-21 16:21:50 +03:00
Denis Duliçi
4f44414450 added reconciliation factory 2021-06-18 10:52:20 +03:00
Burak Çakırel
13ac31caa8
Added company_id to fillable array for Media model 2021-06-18 00:09:40 +03:00
Denis Duliçi
a3572de1ec added ownership 2021-06-17 10:59:07 +03:00
Denis Duliçi
7bcbe26770 styling 2021-06-07 14:51:18 +03:00
Denis Duliçi
067f7e5635 fixed relationship conflict 2021-05-30 20:51:14 +03:00
Burak Çakırel
d13e41f6df
Add company_id column to media tables 2021-05-17 22:32:45 +03:00
Denis Duliçi
5079a0bb30 fixed invoice pdf attachment 2021-04-29 18:12:37 +03:00
Denis Duliçi
3f49792763 fixed tests 2021-04-18 01:39:36 +03:00
Denis Duliçi
2b07442260 improved tenant identification 2021-04-16 00:59:43 +03:00
Cüneyt Şentürk
cc33df2fe2 close #1963 Fixed: Invoice different currency paid. wrong calculate paid amount 2021-04-01 12:03:12 +03:00
Denis Duliçi
72bf03edb4 delete dashboard/report after module uninstall 2021-03-30 00:12:51 +03:00
Denis Duliçi
645a92c463 added update to company and setting #1902 2021-03-06 11:44:28 +03:00
Denis Duliçi
7b9c9e8403 duplicate query 2021-03-06 11:40:19 +03:00
Denis Duliçi
3a97c98797 check if is api 2021-03-06 11:39:36 +03:00
Denis Duliçi
1d51b61821 formatting 2021-02-26 17:31:02 +03:00
Sevan Nerse
5878c96c3a this makes possible adding extra attributes to models 2021-02-26 17:18:31 +03:00
Sevan Nerse
962e626c9e this makes possible adding extra attributes to models 2021-02-26 15:40:45 +03:00
Denis Duliçi
19093668ec improved #1857 2021-02-26 11:34:34 +03:00
Denis Duliçi
6d47a8c32a fixed #1830 2021-02-11 01:57:17 +03:00
Cüneyt Şentürk
305ff07ee0 Transaction model and jobs added multiple attachment 2021-02-09 11:54:53 +03:00
Sevan Nerse
2448943a46 existence of attachment must be checked 2021-01-30 21:16:04 +03:00
Denis Duliçi
42af602477 added user id scope 2021-01-29 23:56:25 +03:00
Denis Duliçi
8515982cc7 moved company scope to trait 2021-01-28 14:29:43 +03:00
Denis Duliçi
c2299d2208 fixed total widgets 2021-01-23 23:29:22 +03:00
Denis Duliçi
dbab1d93c3 added amount due to email templates 2021-01-22 14:24:53 +03:00
Cüneyt Şentürk
f13677e0a3 add document attachment multiple 2021-01-22 12:38:17 +03:00
Denis Duliçi
b5a7457f25 fixed tenancy issue 2021-01-21 14:37:10 +03:00
Denis Duliçi
7e583ab8e9 re-added fillable attributes 2021-01-19 17:36:39 +03:00
Denis Duliçi
3a7277faa0 use the new booted method 2021-01-19 17:27:19 +03:00
Burak Çakırel
273b73cf73
Fix not showing bills' transactions 2021-01-14 00:58:16 +03:00
Denis Duliçi
6903b1624a fixed document transactions api 2021-01-02 13:06:02 +03:00
Denis Duliçi
2f9f7b6d36 added item taxes and totals to document api 2021-01-02 12:21:16 +03:00
Sevan Nerse
8f19f0c24f revert of c78a5a0a4ea085321ee2513ac1c4e7ea691895b1 2020-12-28 15:27:43 +03:00
Sevan Nerse
c78a5a0a4e document relationship should specify type of document 2020-12-28 11:36:55 +03:00
Denis Duliçi
2e09989cf5 fixed common api endpoints 2020-12-26 16:13:34 +03:00
Cüneyt Şentürk
5e796bd956 fixed test 2020-12-24 22:55:11 +03:00
Cüneyt Şentürk
702cffe246 document item model append discount_rate 2020-12-24 12:02:47 +03:00
Cüneyt Şentürk
fc3a5d0d0f document total styling 2020-12-24 12:02:22 +03:00
Cüneyt Şentürk
f80ab42d7a document model add append columns received_at and sent_at 2020-12-24 11:59:20 +03:00
Burak Çakırel
0c1424db47
Merge Invoice and Bill into Document 2020-12-24 01:28:38 +03:00
Cüneyt Şentürk
669c05eaaa Item tax model add item relation 2020-12-21 11:14:12 +03:00
Cüneyt Şentürk
d15677c2ac append 'tax_ids' in item model 2020-12-09 13:58:55 +03:00
Cüneyt Şentürk
b96f14eac0 Added allCompanies scope.. 2020-12-08 18:47:32 +03:00
Cüneyt Şentürk
032555507b Item multiple tax added 2020-12-08 13:30:06 +03:00