1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-16 14:32:26 +02:00
Commit Graph

64 Commits

Author SHA1 Message Date
David Bomba
76c4cc982f Working on migration funnel 2022-03-21 12:53:04 +11:00
David Bomba
b54dc7bf0a Rollback where we define constants.php" 2021-12-19 16:24:33 +11:00
David Bomba
cfeee5f98c Move include for constants 2021-12-15 10:37:54 +11:00
David Bomba
7aa172b1db Refactor Forwarding 2021-11-08 09:27:36 +11:00
David Bomba
a99aa30669 Forward request to V5 2021-06-23 11:57:40 +10: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
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
Hillel Coren
0ee357e97a In app purchase 2019-08-28 10:14:05 +03:00
Joshua Dwire
ff064367d6 Support Stripe 3D secure 2019-07-09 17:16:20 -04: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
b716888083 Add activities to client API 2018-08-03 10:04:27 +03:00
Hillel Coren
d82a9914c0 Add client activity to API 2018-08-02 22:37:48 +03:00
Hillel Coren
83a106142f Added refresh method to API 2018-07-31 09:10:32 +03:00
Hillel Coren
06d709e151 ERR_TOO_MANY_REDIRECTS #2232 2018-07-17 17:38:53 +03:00
Hillel Coren
2b7b9f83e4 Fix client overview portal link w/iframe 2018-05-14 09:45:35 +03:00
Hillel Coren
e34c7ce44e Fix enter expense from client 2018-05-08 23:16:35 +03:00
Hillel Coren
7c1b451ae3 Fix expense datatable on client overview 2018-05-08 22:54:12 +03:00
Hillel Coren
258431bba4 Changes for Zapier CLI 2018-05-06 22:45:47 +03:00
Hillel Coren
e51baa4058 Working on statements 2018-04-30 23:00:22 +03:00
Hillel Coren
2e9f912b0b Working on statements 2018-04-30 20:14:50 +03:00
Hillel Coren
489fc02dfc Working on client statements 2018-04-29 09:00:37 +03:00
Hillel Coren
aa6be32495 Fix for refactor 2018-04-28 22:52:49 +03:00
Hillel Coren
d8a3c079c2 Clean up code 2018-04-28 22:23:49 +03:00
Hillel Coren
e76c6265d7 cronjob thru url #1956 2018-03-23 17:43:33 +03:00
Hillel Coren
26572c8785 Working on cloning products 2018-03-18 11:09:24 +02:00
Hillel Coren
57cca8a6a4 Support accepting terms 2018-03-12 15:37:05 +02:00
Hillel Coren
54353563f9 Support testing PhantomJS 2018-03-05 12:29:46 +02:00
Hillel Coren
b66a9b2a33 Fix for UBL invoices 2018-02-25 23:03:29 +02:00
Hillel Coren
3e81fc3925 Working on email reports 2018-02-25 19:53:22 +02:00
Hillel Coren
82b298c3d4 Support reactivating email addresses 2018-02-25 13:51:20 +02:00
Hillel Coren
8d7eb709be Enable looking up email status 2018-02-25 10:47:15 +02:00
Hillel Coren
d1efd7b8aa Check authorized before approving quote 2018-02-14 18:20:23 +02:00
Hillel Coren
76e5001826 Proposals 2018-02-13 12:06:50 +02:00
Hillel Coren
59ec838b88 Proposals 2018-02-13 09:15:14 +02:00
Hillel Coren
a136c3c325 Proposals 2018-02-11 16:00:03 +02:00
Hillel Coren
db6cc52faa Proposals 2018-02-11 13:09:29 +02:00
Hillel Coren
110640b61b Proposals 2018-02-11 09:58:37 +02:00
Hillel Coren
a59a59ebd2 Proposals 2018-02-09 16:02:28 +02:00
Hillel Coren
3da023c1a6 Proposals 2018-02-08 13:41:22 +02:00
Hillel Coren
e822ec04b3 Proposals 2018-02-08 13:01:51 +02:00
Hillel Coren
4502cf2531 Proposals 2018-02-08 09:39:19 +02:00
Hillel Coren
11a3e9ab1e Proposals 2018-01-31 18:16:48 +02:00
Hillel Coren
0708d1a4aa Working on proposals 2018-01-31 16:33:33 +02:00
Hillel Coren
f45c39d6f4 Working on proposals 2018-01-31 13:59:53 +02:00
Hillel Coren
de040a4455 Working on proposals 2018-01-31 13:51:18 +02:00
Hillel Coren
ea06b60294 Working on proposals 2018-01-31 11:10:15 +02:00
Hillel Coren
7c3cbc3a7e Working on proposals 2018-01-30 20:58:55 +02:00
Hillel Coren
1de93e0f03 Working on portal 2018-01-18 12:16:02 +02:00
David Bomba
9d1cb37835
Payment Terms via API (#1808)
Added the ability to get payment_terms, payment_term and create a new payment_term via the API.
2018-01-14 23:21:10 +11:00