mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-14 15:13:29 +01:00
b67b97430c
* 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> |
||
---|---|---|
.. | ||
partials | ||
account_gateway_wepay.blade.php | ||
account_gateway.blade.php | ||
api_tokens.blade.php | ||
bank_account.blade.php | ||
banks.blade.php | ||
client_portal.blade.php | ||
customize_design.blade.php | ||
details.blade.php | ||
email_settings.blade.php | ||
export.blade.php | ||
import_export.blade.php | ||
import_map.blade.php | ||
import_ofx.blade.php | ||
invoice_design.blade.php | ||
invoice_settings.blade.php | ||
localization.blade.php | ||
management.blade.php | ||
nav.blade.php | ||
notifications.blade.php | ||
payment_term.blade.php | ||
payment_terms.blade.php | ||
payments.blade.php | ||
product.blade.php | ||
products.blade.php | ||
subscription.blade.php | ||
system_settings.blade.php | ||
tax_rate.blade.php | ||
tax_rates.blade.php | ||
template.blade.php | ||
templates_and_reminders.blade.php | ||
token.blade.php | ||
user_details.blade.php | ||
user_management.blade.php |