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

5206 Commits

Author SHA1 Message Date
David Bomba
38c017fdf8 Migration for projects 2020-10-30 22:53:50 +11:00
David Bomba
aff75e1d59 Tasks, Expenses migration 2020-10-30 19:52:45 +11:00
David Bomba
0d1c279f64 Fixes for payment meta data types 2020-10-28 16:26:08 +11:00
David Bomba
5d6b86b6c2 Fix for type casting language id 2020-10-14 07:46:55 +11:00
David Bomba
f6315cb640 Disable custom designs in migration to V5 2020-10-07 10:09:34 +11:00
David Bomba
5ecd4da153 minor fix for recurring numbers 2020-10-06 11:44:22 +11:00
David Bomba
2384e3d3e8 Recurring migration 2020-10-05 08:56:02 +11:00
David Bomba
9afd6c6fc2 recurring migration 2020-10-02 16:34:12 +10:00
David Bomba
4c87d6864a Recurring migrations 2020-10-02 08:19:29 +10:00
David Bomba
42ada7e3f8 Recurring migration 2020-10-02 07:38:42 +10:00
David Bomba
1e10bc3613 Working on recurring migration 2020-09-29 09:25:45 +10:00
David Bomba
a3029c4c74 Fixes for invoice item types 2020-09-29 07:11:23 +10:00
David Bomba
e0cda24c09 Add referral_code to company transformer 2020-08-28 15:50:10 +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
Felix Labrecque
7f3ebffb36 Add subscription events. 2020-07-20 17:37:58 -04:00
David Bomba
608734b652 Remove invites from transformer 2020-06-30 13:18:55 +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
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
Benjamin Beganović
4b3d3d4460 Fix absolute redirecting with url() helper 2020-06-26 12:38:45 +02:00
David Bomba
743dca7335
Fixes for migrations including implementing migrations for payment terms (#3761) 2020-05-28 08:50:33 +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
David Bomba
eaa261dad8 Minor fixes for migration 2020-05-05 10:31:58 +10: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
ca6e981f29 Fix client redirect 2020-03-29 09:28:30 +03:00
Hillel Coren
6bb4bc3e69 White label invoice fix 2020-03-29 07:32:27 +03:00
Hillel Coren
c3a0c2a465 UI tweaks and hide on hosted 2020-03-12 09:42:31 +02:00
David Bomba
f6fced6b82
Minor fixes for migration (#3484) 2020-03-12 17:25:51 +11:00
Benjamin Beganović
b4f83a5755
Export 'invitations' with invoices (#3479)
* Export 'invitations' with invoices

* Export 'invitations' with quotes

* Send resource as 3rd parameter
2020-03-12 07:53:06 +11:00
Benjamin Beganović
9d5c3bd951
[v1] Add check for 0 value (#3473)
* Add check for 0 value

* David said, this one is better
2020-03-11 10:06:57 +11:00
Benjamin Beganović
8bb70c7e9a
[V1] Update payment fields for export (#3469)
* Update export payment fields

* Add currency_id, export
2020-03-11 08:12:08 +11:00
Benjamin Beganović
3f25b62ab6
[V1] Update 'migrations:export' message (#3470)
* Update command message

* Export migrations command improvements
2020-03-11 08:11:31 +11:00
Benjamin Beganović
d9a3b5453a
Make sure user is allowed to migrate (#3468) 2020-03-11 08:08:10 +11:00
Maikel Reyes
89a243f88c Fin aging fields for statements 2020-03-07 00:14:31 -05:00
David Bomba
9070dfe55b
Export migrations to folder (#3429)
* Export migrations to folder

* Remove local property
2020-03-06 07:30:48 +11:00
David Bomba
67044f9dd3
Migration improvements: (#3422)
- Added option to force the migration
- Cleaned imports
2020-03-05 07:30:10 +11:00