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

9015 Commits

Author SHA1 Message Date
David Bomba
7cbda60f46
Merge pull request #3961 from turbo124/master
Improve handling for fees and limits and stale contacts
2020-08-05 10:14:16 +10:00
David Bomba
fe563fd423 Add additional fields for migration to V5 2020-08-05 10:13:05 +10:00
David Bomba
ab652c6ad0 Fixes for fees and limits - migration 2020-08-05 09:19:24 +10:00
David Bomba
4d4b318674
Merge pull request #3917 from woodspire/fix/missing-subscription-events
Add subscription events.
2020-07-21 15:05:26 +10:00
Felix Labrecque
7f3ebffb36 Add subscription events. 2020-07-20 17:37:58 -04:00
David Bomba
1f81f03e45
Merge pull request #3864 from turbo124/master
Remove invites from transformer
2020-06-30 13:19:19 +10:00
David Bomba
608734b652 Remove invites from transformer 2020-06-30 13:18:55 +10:00
David Bomba
d7d40172cf
Merge pull request #3863 from turbo124/master
Fixes for migrations including implementing migrations for payment terms
2020-06-30 10:46:07 +10:00
David Bomba
406445dbb3 Catch null floats 2020-06-30 10:44:50 +10:00
David Bomba
8ee1240cf7 Merge branch 'master' of https://github.com/invoiceninja/invoiceninja 2020-06-30 09:06:32 +10:00
David Bomba
d7f5657dda Minor fix for null client balancE 2020-06-30 09:02:18 +10:00
Hillel Coren
40cca935dd Update languages 2020-06-28 14:23:18 +03:00
Hillel Coren
48fb1d0bff Merge branch 'master' of github.com:invoiceninja/invoiceninja 2020-06-28 14:09:42 +03:00
Hillel Coren
b35c20e511 Update version 2020-06-28 14:09:32 +03:00
David Bomba
fd443cc4c2
Merge pull request #3845 from beganovich/v1-2606-fix-migration-routing
Fix absolute redirecting with url() helper
2020-06-27 07:47:24 +10:00
Benjamin Beganović
4b3d3d4460 Fix absolute redirecting with url() helper 2020-06-26 12:38:45 +02:00
Hillel Coren
bac1ed5e0c Update lang file 2020-06-25 18:50:32 +03:00
Hillel Coren
286a1a608f Merge branch 'master' of github.com:invoiceninja/invoiceninja 2020-06-25 18:45:23 +03:00
Hillel Coren
f45f1895a8 Update lang files 2020-06-25 18:40:16 +03:00
Hillel Coren
bee9547a87
Merge pull request #3803 from Sibin387/patch-1
handle id==0 and cancellation of confirm dialog box
2020-06-17 08:17:39 +03:00
Sibin
382593a8a2
handle id==0 and cancellation of confirm dialog box
handle id==0 and cancellation of confirm dialog box
2020-06-15 23:56:08 +05:30
David Bomba
1f1acaa500 Fixes for oauth images 2020-06-01 07:42:36 +10:00
David Bomba
743dca7335
Fixes for migrations including implementing migrations for payment terms (#3761) 2020-05-28 08:50:33 +10:00
David Bomba
5a8148c09f Fixes for migrations including implementing migrations for payment terms 2020-05-27 21:27:46 +10:00
Sebastian Gumprich
5fdb21cbf9
add yunohost to install options (#3728) 2020-05-23 08:28:36 +10:00
Benjamin Beganović
59ad5724d5
Change (#3731) 2020-05-22 07:23:48 +10:00
David Bomba
ab620c00fc
Update README.md 2020-05-20 09:02:19 +10:00
Leon Aves
edd57e1ca5
Import correct Document class into HasLogo trait. (#3711)
If you aren't using the local driver for logo storage, the attempts to use Document::getDirectFileUrl in this file will fail as it tries to autoload from Traits, Document needs to be explicitly imported.
2020-05-19 09:52:28 +10:00
Hillel Coren
485b46f235
Update README.md 2020-05-18 16:23:06 +03:00
Hillel Coren
674e5e253f
Merge pull request #3713 from codedge/stackoverflow
Add StackOverflow, fix broken links
2020-05-18 16:22:28 +03:00
Holger Lösken
d4724b417c Add StackOverflow, fix broken links 2020-05-18 15:01:00 +02:00
David Bomba
eaa261dad8 Minor fixes for migration 2020-05-05 10:31:58 +10:00
Hillel Coren
db0c5fc578
Merge pull request #3670 from dominikkaminski/patch-1
Fix wrong tax calculation
2020-05-03 00:40:36 +03:00
Dominik "kuberninski" Kaminski
e16900ef11
Fix wrong tax calculation
Tax calculation is wrong in pdf when 'inclusive_taxes' is enabled. This fixes #3668
2020-05-02 17:31:19 +02:00
Benjamin Beganović
56a9bc2bdd
[v1] Include validation erorrs for migration (#3660)
* Add

* Fix
2020-04-29 22:33:55 +10:00
Hillel Coren
33f70de451
Update README.md 2020-04-14 17:18:02 +03:00
Benjamin Beganović
d36cb2fafa
Refactor steps controller (#3627) 2020-04-14 08:20:38 +10:00
Hillel Coren
eea9015cd3
Merge pull request #3606 from DanAtIntegrateIT/master
Update GoCardlessV2RedirectPaymentDriver.php
2020-04-08 17:57:09 +03:00
Dan Holliday
aac4d8308d Update GoCardlessV2RedirectPaymentDriver.php 2020-04-08 15:50:27 +01:00
Benjamin Beganović
0b8b4a7505
Export company_user with users (#3597) 2020-04-08 06:43:34 +10:00
Benjamin Beganović
602a15f648
Export 'company_key' with migrations (#3600)
- Removed 'Hosted' option for migrating
- Passing companyKey property when sending request
2020-04-08 06:43:20 +10:00
Benjamin Beganović
0c7620a381
Catching possible account errors (#3596)
Co-authored-by: David Bomba <turbo124@gmail.com>
2020-04-07 07:23:57 +10:00
Benjamin Beganović
4323968240
Prevent cross site migration (#3594)
- php-cs-fixer applied
- Added new 'cross_migration_message'
- errors.blade.php - unescape characters
2020-04-07 07:21:46 +10:00
Hillel Coren
3239a1c041 Merge branch 'master' of github.com:invoiceninja/invoiceninja 2020-04-02 08:50:04 +03:00
Hillel Coren
7ee7146d00 Update lang files 2020-04-02 08:49:24 +03:00
David Bomba
f11503567e
Fixes for migrations (#3578) 2020-04-02 09:01:24 +11:00
Hillel Coren
5c61c1c0f4 Update version 2020-03-31 19:57:20 +03:00
Hillel Coren
30b5b33d0d Update languages 2020-03-31 13:00:02 +03:00
Hillel Coren
38875f719a Update GrapesJS 2020-03-29 10:07:30 +03:00
Hillel Coren
bb3603acd3 Rebuild JS files 2020-03-29 09:39:57 +03:00