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
Benjamin Beganović
bde276ad67
(V1) Improve migration ( #3415 )
...
* Imports improvements:
- Fix sorting
- Fix duplicate imports (Cannot use App\Http\Controllers\BaseController as BaseController because the name is already in use)
* Wrap up, sending migration file:
- Removed 'enable_invoice_quantity'
2020-03-04 09:44:30 +11:00
David Bomba
65b30189b3
Bump symfony/http-foundation from 3.4.20 to 3.4.36 ( #3404 )
...
Bumps [symfony/http-foundation](https://github.com/symfony/http-foundation ) from 3.4.20 to 3.4.36.
- [Release notes](https://github.com/symfony/http-foundation/releases )
- [Changelog](https://github.com/symfony/http-foundation/blob/master/CHANGELOG.md )
- [Commits](https://github.com/symfony/http-foundation/compare/v3.4.20...v3.4.36 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-03-01 21:14:43 +11:00
David Bomba
78f1df21ae
Bump symfony/dependency-injection from 3.4.6 to 3.4.35 ( #3403 )
...
Bumps [symfony/dependency-injection](https://github.com/symfony/dependency-injection ) from 3.4.6 to 3.4.35.
- [Release notes](https://github.com/symfony/dependency-injection/releases )
- [Changelog](https://github.com/symfony/dependency-injection/blob/master/CHANGELOG.md )
- [Commits](https://github.com/symfony/dependency-injection/compare/v3.4.6...v3.4.35 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-03-01 21:14:17 +11:00
Hillel Coren
17cddb902c
Merge branch 'master' of github.com:invoiceninja/invoiceninja
2020-03-01 09:57:06 +02:00
Hillel Coren
bf7142ce43
Update lang file
2020-03-01 09:56:56 +02:00
Benjamin Beganović
ff455c8ed9
Exporting migration data via HTTP (v1) ( #3364 )
...
* Migration: Option to select the migration type
* Migration: Logic for redirecting based on steps
* Work for migrations:
- Added authentication view, service
- Account connecting
- Scaffold services
- Companies service
- (wip) Sending data to v2
* Migration: Sending migration file
* Wrap up the migration first stage
* Split company per request / no bundle
Co-authored-by: David Bomba <turbo124@gmail.com>
2020-02-25 08:17:16 +11:00
David Bomba
8020204c8d
Migrate Company Gateways and Client Tokens ( #3369 )
...
* Working on migrations for Company Gateways and Client Tokens
* Working on exporting company gateways and documents
2020-02-25 08:16:19 +11:00
Hillel Coren
a500bfb583
Update lang file
2020-02-23 12:38:52 +02:00
Hillel Coren
6365187a1c
Merge mobile lang script
2020-02-23 12:36:40 +02:00
Hillel Coren
9db94c9354
Merge mobile lang script
2020-02-23 12:34:36 +02:00
Hillel Coren
c4d2c31e06
Fix for product report
2020-02-23 12:15:33 +02:00
Hillel Coren
1a554ea1e3
Fix for calculate payouts
2020-02-23 12:13:39 +02:00
Hillel Coren
fa5cb690ba
Merge branch 'master' of github.com:invoiceninja/invoiceninja
2020-02-23 12:01:50 +02:00
Hillel Coren
cf873bd197
Fix for calculate payouts
2020-02-23 12:01:37 +02:00
Benjamin Beganović
9085a27361
Export 'documents' ( #3343 )
...
* Export 'documents'
* Export 'invoice_id' & 'expense_id' with documents
* Code cleanup
2020-02-19 07:53:38 +11:00
David Bomba
2a8d2c7f5e
additional fixes for Checkout
2020-02-17 06:52:00 +11:00
David Bomba
ac11681073
fixes for checkout.com ( #3336 )
2020-02-16 17:41:00 +11:00
WillieWookiee
1ab5bc1f6b
Fixing cancel button. ( #3309 )
...
This fix addresses a bug where if you create a quote and then go into the client portal to add a credit card, the cancel button will take you back to the first quote of the client regardless if it is a draft or not. This will now take you back to the previous page.
2020-02-12 07:53:06 +11:00
Benjamin Beganović
6defaebf34
Export settings with company array ( #3264 ) ( #3268 )
2020-01-30 14:34:58 +11:00
Hillel Coren
ae8457c588
Fix for postmark logs
2020-01-28 19:53:59 +02:00
Benjamin Beganović
e31ab11364
Export contacts with client array ( #3251 )
2020-01-28 07:54:54 +11:00
David Bomba
24daf955d8
Fix taxes ( #3246 )
2020-01-25 14:19:22 +11:00
David Bomba
c2dfc3055c
Remove last_login from migration array of clients
2020-01-24 13:17:51 +11:00
Benjamin Beganović
b67b97430c
Export data for the migration (master) ( #3239 )
...
* Scaffold migration controller & steps
* - Basic controller scaffold
- Intro step
- Downloading data
* Import step for the v2
* Export file using account_key property
* Fix button displaying
* Client export mappings
* Company export mappings
* Add withTrashed() for clients
* Export users mappings
* Export invoices mappings
* Export company properties as array
* add withTrashed() for invoices
* Downloading the json file
* Fix 'account_id' for company export
- Code cleanup & leftovers
* Creating zip for logo & storing json as file (wip)
* Zipping & sending migration files (wip)
* Exporting & mappings for quotes
* Re-enable headers for downloading
* Mappings for tax rates
* Mappings for the products
* Fix formattings & php doc messages
* Bring back headers for downloading
* Export 'company_id', 'user_id' with clients
* Export 'id' with users resource
* Remove unused parameter
* Export mappings for payments
* Export 'line_items' with invoices
* Export credits & export client id
* Export 'credits' within main JSON
* Mappings for line_items
* Fix 'is_amount_discount' for invoice export
* Exporting migration file as .zip archive
* Improve settings card for migration
* Removed duplicated keys in texts.php for en
* Fix formatting in en/texts.php
* Integrate the migration part with rest of UI
* Export company as object, not array
* Clean up
* Fixes for V1
* Apply formatting
* Remove comments
- Added 'ext-zip' in composer.json
- Fixed $credits transform
* Remove unused params
Co-authored-by: David Bomba <turbo124@gmail.com>
2020-01-24 07:34:30 +11:00
trevDev()
0dfaf043bf
allow scrolling in time-tracker task form ( #3211 )
2020-01-15 21:24:28 +10:00
Hillel Coren
6b4d8fba4a
Update check data
2019-12-22 10:16:22 +02:00
Hillel Coren
e702f24937
Merge branch 'master' of github.com:invoiceninja/invoiceninja
2019-12-22 08:54:22 +02:00
Hillel Coren
d9d949666f
Update prices
2019-12-22 08:54:13 +02:00
David Bomba
755c1f75d1
Fix for Istanbul timezone ( #3164 )
2019-12-19 21:51:23 +11:00
Hillel Coren
8a5621396b
Add IP exception
2019-12-15 14:33:46 +02:00
Hillel Coren
618743ea1a
Update version
2019-12-03 11:53:50 +02:00
Hillel Coren
69e8f9a2f3
Minor fixes
2019-12-03 11:50:38 +02:00
Hillel Coren
17c36b351d
Minor fixes
2019-12-03 11:27:30 +02:00
Hillel Coren
893d200e2c
Merge branch 'master' of github.com:invoiceninja/invoiceninja
2019-11-20 08:43:14 +02:00
Hillel Coren
a9b511738f
Import currency fix
2019-11-20 08:43:05 +02:00
David Bomba
2ec4d6702c
Fix for regression ( #3070 )
2019-11-14 22:07:23 +11:00
Hillel Coren
202d644d53
Update lang files
2019-11-04 11:01:18 +02:00
Hillel Coren
6ebc492454
Update lang files
2019-10-27 11:53:22 +02:00
Hillel Coren
22bc25253e
Merge branch 'master' of github.com:invoiceninja/invoiceninja
2019-10-27 11:41:28 +02:00
Hillel Coren
5959eb8eb5
Minor fixes
2019-10-27 11:41:19 +02:00
Hillel Coren
0524ac764d
Merge pull request #3011 from dicarlosystems/allow-mtrans-to-replace
...
Allow module trans helper to replace values (#3006 )
2019-10-23 16:33:12 +03:00
Christopher Di Carlo
e6e690b32f
Allow module trans helper to replace values ( #3006 )
2019-10-23 07:17:48 -04:00
Hillel Coren
e763a2b233
Update lang files
2019-10-06 12:25:40 +03:00
Hillel Coren
29ed0dd94b
Bug fixes
2019-09-29 12:28:34 +03:00
Hillel Coren
fbb5826178
Duplicate payments
2019-09-29 12:02:30 +03:00
Hillel Coren
0054616020
Update GrapesJS
2019-09-29 10:27:15 +03:00
Hillel Coren
416da8b98d
Merge pull request #2952 from joshuadwire/master
...
Upgrade to Laravel 5.5 and PHP 7.3
2019-09-15 12:23:45 +03:00
Joshua Dwire
8ce81d15ba
Upgrade modules and debugbar dependencies
2019-09-14 14:37:51 -04:00