2fb2006c22
İmport page design
2023-07-25 18:09:06 +03:00
bfb37c62c6
applied new features of money
package
2023-07-11 12:03:14 +03:00
20e5b57562
updated money
package to 5.0 version
2023-07-10 12:53:43 +03:00
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
f2fd54060a
Merge pull request #2995 from happyhardik/master
...
Using Prefix from ENV variable during installation
2023-06-26 10:16:54 -07:00
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
03c9e5551b
Update DateFormat middleware event..
2023-06-23 10:58:35 +03:00
d3c266e95f
Added dates formating event.
2023-06-21 16:03:40 +03:00
36707cc2a1
Fixed app store load more last_page variable issue
2023-06-20 14:51:22 +03:00
1d12f1115a
Fixed transaction missing type issue and fixed recurring vue exception..
2023-06-16 14:18:52 +03:00
1d183d98c8
Document n+1 issue fixed..
2023-06-13 15:31:05 +03:00
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
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
2617181248
Account document totals n+1 issue solved..
2023-06-06 13:34:06 +03:00
90efb21c34
Account show media n+1 issue solved..
2023-06-06 12:58:16 +03:00
2a3842833a
Document media n+1 issue solved..
2023-06-06 11:45:31 +03:00
203eeb1885
Merge branch 'master' of github.com:akaunting/akaunting
2023-05-31 14:40:15 +03:00
9c5a4f9d12
revers relation changes..
2023-05-31 14:40:05 +03:00
dbd2589c61
Merge pull request #2970 from novag/inline
...
add 'inline' route to allow embedding uploads
2023-05-31 11:09:21 +03:00
a97248555e
allow attaching uploaded files when sending mails
2023-05-29 22:30:24 +02:00
460c1f2495
Added module install after redirect route feature
2023-05-26 11:14:53 +03:00
136bf09fbb
N+1 Account index and show fixed..
2023-05-25 18:01:44 +03:00
4f31721396
Companies permission control re-factoring menu and user forms..
2023-05-22 10:06:08 +03:00
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
7a3aa98c56
added transaction number interface
2023-05-15 19:10:45 +03:00
e6c5047145
added login user assign company control
2023-05-10 12:02:27 +03:00
97137ec0bf
Added user show page
2023-05-10 11:39:22 +03:00
bcf2923468
redundant imports
2023-05-06 00:36:12 +03:00
3da665dfaa
n+1
2023-05-06 00:35:40 +03:00
e33c1ac66f
Fixed item api sales/purchase price format issue ( #8669n1k4j )
2023-05-05 19:40:05 +03:00
08c2904d2c
Fixed user reset issue
2023-04-28 10:25:41 +03:00
bd66c98954
create or update skip employee rule
2023-04-27 11:44:40 +03:00
8fbee840ea
Update center added alert message
2023-04-25 09:46:22 +03:00
9b58482613
Forgot and Reset controller changed request methods
2023-04-20 17:49:34 +03:00
bf874d1a65
more n+1 fixes
2023-04-13 11:35:31 +03:00
d9e29e2a18
close #2880 Enhancement: Username changed, but not reflecting on list of recurring invoice
2023-04-12 15:35:06 +03:00
ee5822f062
Document and Transaction trait getSettingKey function replace get{Document/Transaction}SettingKey
2023-04-12 14:58:35 +03:00
827bab48da
fixed n+1 queries
2023-04-08 11:06:52 -07:00
4207d7f7b3
Defaults currency fixed remove default.currency_code and currency_rate..
2023-04-05 15:30:45 +03:00
18a0e09521
ensure tax rate is numeric
2023-04-04 19:10:02 +03:00
37b0d4207e
upgraded to laravel 10
2023-03-16 16:36:13 +03:00
f16d121c45
close #2941 Fixed: If you enter string invoice next_number, duplicate and auto upper broken ( #8669n1g9v )
2023-03-16 15:55:46 +03:00
19d87562ec
Missing category type
edit and update issue solved. ( #8669n1n1t )
2023-03-15 16:37:26 +03:00
df071fd993
document request change for 3rd party apps
2023-03-15 15:45:06 +03:00
463fc3cb89
fixed missing currency code get config issue ( #8669mnvqf )
2023-03-15 12:15:11 +03:00
5c2a6e9a1f
document request changes
2023-03-13 23:55:24 +03:00
37b7144b28
Added recurring field validation.. ( #33kfqf6 )
2023-03-13 16:31:34 +03:00
93e277c654
Merge pull request #2935 from YeeJiaWei/update-cors-pacakge
...
using laravel default cors package
2023-03-13 13:40:09 +03:00
92cc69cd90
using laravel default cors package
2023-03-12 23:21:31 +08:00
c1552b3ab3
Fixed translation strings in item column settings
2023-03-11 17:21:40 +03:00