1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-12 14:12:44 +01:00
invoiceninja/app
Benjamin Beganović 869967ba6a (v1): Export data for migration (#3238)
* 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-23 08:09:22 +11:00
..
Commands file and dir permissions (#2636) 2019-01-30 22:25:07 +11:00
Console Fix for mobile translations file 2019-11-04 11:00:43 +02:00
Constants file and dir permissions (#2636) 2019-01-30 22:25:07 +11:00
Events file and dir permissions (#2636) 2019-01-30 22:25:07 +11:00
Exceptions file and dir permissions (#2636) 2019-01-30 22:25:07 +11:00
Handlers file and dir permissions (#2636) 2019-01-30 22:25:07 +11:00
Http (v1): Export data for migration (#3238) 2020-01-23 08:09:22 +11:00
Jobs Scheduled Reports - Add ranges with quarters 2019-04-28 17:37:25 +02:00
Libraries Utils::getFromCache speedup via static variable cache 2019-08-07 17:35:48 +03:00
Listeners Fix for subscription fails on getDisplayName() (#2912) 2019-07-25 11:53:39 +10:00
Models Allow tasks to be associated with products, and pass that data through to the invoice. (#3205) 2020-01-22 08:28:45 +11:00
Ninja Allow tasks to be associated with products, and pass that data through to the invoice. (#3205) 2020-01-22 08:28:45 +11:00
Notifications file and dir permissions (#2636) 2019-01-30 22:25:07 +11:00
Policies file and dir permissions (#2636) 2019-01-30 22:25:07 +11:00
Providers file and dir permissions (#2636) 2019-01-30 22:25:07 +11:00
Services Minor fixes 2019-12-03 11:27:50 +02:00
Constants.php Update prices 2019-12-22 08:54:39 +02:00