1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 08:21:34 +02:00
Commit Graph

8950 Commits

Author SHA1 Message Date
Hillel Coren
76153812dc
Merge pull request #3018 from maty-arch/clone-tasks
clone tasks
2019-10-25 04:13:15 +03:00
maty-arch
dc62abd766 clone tasks 2019-10-24 21:31:35 +02:00
Christopher Di Carlo
0fccf69e62 Allow module trans helper to replace values (#3006) 2019-10-22 13:29:22 +11:00
Christopher Di Carlo
429f079cf5 Update fire method reference to handle due to Laravel 5.5 update (#3003) 2019-10-19 13:05:04 +11:00
Christopher Di Carlo
c1f8f93c7f Fix JS when default value not specified for SimpleSelectComponent (#2974) 2019-10-09 17:48:20 +11:00
Christopher Di Carlo
bdd73414c9 Fixed typo (#2972)
Fixed missing character for stub variable
2019-10-09 17:46:25 +11:00
Christopher Di Carlo
f3c6e1148c Fixed incorrect module name expansion (#2971) 2019-10-08 08:19:24 +11:00
Hillel Coren
e106eda7e2 Update lang files 2019-10-06 12:26:26 +03:00
Hillel Coren
21c4721942 Bug fixes 2019-09-29 12:29:51 +03:00
Hillel Coren
ae672a25b1 Duplicate payments 2019-09-29 12:02:51 +03:00
Hillel Coren
be39bf93d2 Merge branch 'develop' of github.com:invoiceninja/invoiceninja into develop 2019-09-29 10:27:44 +03:00
Hillel Coren
a6198ea6ec Update GrapesJS 2019-09-29 10:27:39 +03:00
Hillel Coren
96d53f49c2
Merge pull request #2953 from joshuadwire/develop
Upgrade to Laravel 5.5 and PHP 7.3
2019-09-15 12:23:51 +03:00
Joshua Dwire
ac1e48455f Upgrade modules and debugbar dependencies 2019-09-14 14:35:11 -04:00
Joshua Dwire
7f2e8bfcd6 Merge branch 'develop' of https://github.com/invoiceninja/invoiceninja into develop 2019-09-14 14:18:53 -04:00
David Bomba
75d3ab3c3d
Update Setup.SQL (#2954)
* Allow artisan to be executable

* Update setup SQL file
2019-09-14 10:12:47 +10:00
Joshua Dwire
0ce77608a4 Upgrade to Laravel 5.5 and PHP 7.3 2019-09-12 19:40:13 -04:00
Hillel Coren
d78e609081 Updated readme 2019-09-05 12:14:46 +03:00
Hillel Coren
5206bd4629 Merge branch 'develop' of github.com:invoiceninja/invoiceninja into develop 2019-09-05 07:15:43 +03:00
Hillel Coren
b0aba3359b Update docs 2019-09-05 07:15:07 +03:00
Hillel Coren
d9afbe0c4b
Merge pull request #2943 from joshuadwire/develop
Fix support for currencies with varying precisions
2019-08-30 10:56:29 +03:00
Joshua Dwire
b98a569888 Fix support for currencies with varying precisions 2019-08-29 17:11:59 -04:00
Hillel Coren
1ce3a023cd Update lang files 2019-08-29 13:17:41 +03:00
Hillel Coren
a996cd6bcf IAP 2019-08-29 13:12:43 +03:00
Hillel Coren
9357405f14 Fix for ninja Stripe payments 2019-08-29 13:10:28 +03:00
Hillel Coren
ded1acd66c In app purchase 2019-08-28 10:14:24 +03:00
Hillel Coren
ac6284a94a Update lang file 2019-08-20 22:04:49 +03:00
Hillel Coren
3e3ac4989c Fix for tests 2019-08-12 12:16:33 +03:00
Joshua Dwire
74710e9985 Update PHP version number in Digital Ocean docs (#2928) 2019-08-11 12:10:50 +10:00
Hillel Coren
c69f9e652c
Merge pull request #2925 from joshuadwire/develop
Add Digital Ocean image docs (develop)
2019-08-10 20:52:44 +03:00
Joshua Dwire
45e65b1b52 Add Digital Ocean image docs 2019-08-10 10:48:45 -04:00
Hillel Coren
f8c7ae1a73
Merge pull request #2924 from aleksanderd/ninja-fixes-develop
Ninja fixes #2917
2019-08-08 09:17:13 +03:00
Aleksander V. Dyomin
67cb2b3215 TaxRateReport: avoid additional queries in the result items loop
(cherry picked from commit d00d1e9266)
2019-08-07 17:35:50 +03:00
Aleksander V. Dyomin
de6919d37c Utils::getFromCache speedup via static variable cache
(cherry picked from commit 7d65f8b1b7)
2019-08-07 17:35:48 +03:00
Aleksander V. Dyomin
4476c9eea2 InvoiceReport: avoid additional queries in the result items loop
(cherry picked from commit 9fd6ac0d71)
2019-08-07 17:35:40 +03:00
hjone72
a469870b2a Fix for subscription fails on getDisplayName() (#2912)
As per #2908 - Dev branch
2019-07-25 11:53:39 +10:00
Hillel Coren
2d70fa7ad8 Update version 2019-07-21 11:03:29 +03:00
Hillel Coren
fd39f98f74 Bug fix 2019-07-21 10:59:16 +03:00
Hillel Coren
068cda7392 Update lang files 2019-07-21 09:47:50 +03:00
Hillel Coren
1f8c4b922e Minor fixes 2019-07-21 09:28:24 +03:00
Hillel Coren
7052919731 Make 'email history' easier to find 2019-07-21 09:19:51 +03:00
Hillel Coren
acc73d53dc API fixes 2019-07-21 09:12:42 +03:00
Francisco Ferreira
f639ebae94 Fixes recurring invoices end date parsing (#2905)
* Invoice edit view: fix date parsing

View gets the date already formatted and Carbon isn't always able to parse that format automatically, so convert it back to SQL format

* RecurringInvoiceDatatable: fix status label
2019-07-18 16:26:44 +10:00
David Bomba
6263e839d8 fixes for file upload 2019-07-14 12:20:42 +10:00
David Bomba
dc0f47cd9e fixes for file upload 2019-07-14 12:17:16 +10:00
Hillel Coren
fe7035c6a6 Fix for composer install 2019-07-13 23:45:27 +03:00
Joshua Dwire
50f2c80190 Stripe 3D secure support (#2897)
* Support Stripe 3D secure

* Use the old Charge API for bank account payments
2019-07-12 14:35:35 +10:00
cheey2003
e7fe3c938f Update POSTMARK_API_TICKET_TOKEN parameter (#2901)
The parameter change is essential to ensure that outbound ticket notifications are working
2019-07-12 14:35:08 +10:00
Christopher Di Carlo
3335f78e52 Display client task rate in projects datatable (#2879)
* Display client task rate in projects datatable

Displays the client task rate in the projects datatable if a project rate has not been set.  Also adds an icon indicating what type of rate is being used.  Fixes #2527

* Added account task rate display to project datatable
2019-07-05 09:54:23 +10:00
Christopher Di Carlo
2124417c31 Added payment amount to dashboard activity. (#2889) 2019-07-05 08:21:27 +10:00