57 Commits

Author SHA1 Message Date
David Bomba
47be5a5f3a Enable forwarding 2022-03-18 13:48:08 +11:00
David Bomba
bdecb380fc Forwarding URL automation for v4 2021-11-12 07:29:19 +11:00
David Bomba
7aa172b1db Refactor Forwarding 2021-11-08 09:27:36 +11:00
David Bomba
48cfe8cc6b Move new properties to account_email_settings 2021-06-23 14:46:13 +10:00
David Bomba
7dc4ecd209 Forward requests to V5 and disable V4 2021-06-23 12:43:29 +10:00
David Bomba
a99aa30669 Forward request to V5 2021-06-23 11:57:40 +10:00
Hillel Coren
8dde332c6d Show migration option 2021-06-20 08:53:34 +03:00
Hillel Coren
90cb83be90 Update version 2021-06-10 10:30:28 +03:00
Hillel Coren
1d2cfb2bd7 Update version 2021-06-10 10:24:59 +03:00
Hillel Coren
b645356122 Hide migration on hosted 2021-04-25 08:43:49 +03:00
Hillel Coren
63eeb28bc4 Update languages 2021-03-17 08:39:34 +02:00
Benjamin Beganović
c4b147d7c8 Fix absolute route /migration/start 2020-11-10 14:29:38 +01:00
Hillel Coren
c3a0c2a465 UI tweaks and hide on hosted 2020-03-12 09:42:31 +02:00
Benjamin Beganović
d9a3b5453a
Make sure user is allowed to migrate (#3468) 2020-03-11 08:08:10 +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
David Bomba
aefe133ba0
fix permissions (#2637) 2019-01-30 22:25:37 +11:00
David Bomba
5ccf7369ca Rebase to v4.5.9 2019-01-30 21:45:46 +11:00
Hillel Coren
fe1362eef4 Changes for mobile app 2018-07-07 22:14:34 +03:00
Hillel Coren
90289fc018 Restrict modules to selfhost installs 2018-03-29 22:26:44 +03:00
Christopher Di Carlo
d7d628f3ca Adds toggle custom modules on/off, fixes nav issue for disabled modules
Fixes #1994, related to #1992
2018-03-29 10:57:00 -04:00
Hillel Coren
da130c1c76 Remove links from translation files 2018-02-20 23:20:38 +02:00
Hillel Coren
5575ac68cc Clarify canceling feedback 2017-12-06 14:01:59 +02:00
Hillel Coren
ef9f47b32e Check primary account isn't deleted first 2017-12-01 15:02:23 +02:00
Hillel Coren
31d7481903 Add projects to top level navigation 2017-11-30 13:57:39 +02:00
Hillel Coren
eecbb6e558 Send email to confim cancel/purge 2017-09-03 18:36:40 +03:00
Hillel Coren
b18811f678 Clarify deleting company vs account 2017-08-24 20:06:12 +03:00
Hillel Coren
65bf31c911 Add review link 2017-08-22 20:57:53 +03:00
Hillel Coren
23a19be9e9 Hide purge/delete buttons on Ninja accounts 2017-07-02 20:44:56 +03:00
Hillel Coren
cf3815240d Show link to client portal 2017-06-13 21:53:54 +03:00
Hillel Coren
5183e569cb Check user is confirmed to upgrade to pro 2017-05-08 11:44:11 +03:00
Hillel Coren
3ccc59c298 Update help texts 2017-04-09 16:17:49 +03:00
Hillel Coren
b9328ff2b9 Support purging account data 2017-03-28 17:51:31 +03:00
Hillel Coren
e938919473 Clean up modal CSS styles 2017-03-26 11:45:17 +03:00
Hillel Coren
ce44504942 Adjust panel styling 2017-02-20 12:27:26 +02:00
Hillel Coren
64d4aeae6c Improve modal styling 2017-02-18 23:20:03 +02:00
Hillel Coren
a3c2340fa0 Prevent checkboxes from being checked if validation fails 2017-01-09 17:01:51 +02:00
Hillel Coren
cfdc8a3104 Add plan for up to 20 users 2017-01-01 20:43:46 +02:00
Hillel Coren
9e051da756 Bug: change plan when company has multiple accounts 2016-12-29 22:50:55 +02:00
Hillel Coren
a3cb3a0cfb Working on discounts 2016-12-15 13:16:19 +02:00
Hillel Coren
cc8959626f Support pro plan discounts 2016-12-14 16:19:16 +02:00
Hillel Coren
d7f22041ab Added UI setting to enable JS PDF renderer 2016-12-01 21:39:00 +02:00
Hillel Coren
5b80e32fa7 Add ability to enable\disable modules 2016-10-27 11:57:51 +03:00
Hillel Coren
ffaea75c01 Hide upgrade modal on /account_mgmt 2016-10-18 18:01:33 +03:00
Hillel Coren
86c08f3af5 Working on new pricing 2016-07-15 11:24:08 +03:00
Hillel Coren
8590f9ad17 Working on new pricing 2016-07-14 12:46:00 +03:00
Hillel Coren
986487b4c9 Working on new hosted pricing 2016-07-11 20:08:43 +03:00
Hillel Coren
f0a52a1bf7 Shortening pro plan process 2016-07-04 11:22:10 +03:00
Hillel Coren
0449fe2515 Minor text/styling fixes 2016-06-28 21:22:16 +03:00
Hillel Coren
d5cb8b3abe Minor fixes 2016-06-05 22:55:23 +03:00
Hillel Coren
706c26b4d5 Minor fixes 2016-06-05 21:05:11 +03:00