1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-08 20:22:42 +01:00
Commit Graph

5205 Commits

Author SHA1 Message Date
Hillel Coren
7bb7a8b7d5 Update version 2021-02-03 23:27:12 +02:00
Hillel Coren
e0e04c27bf Update version 2021-01-20 10:55:09 +02:00
Hillel Coren
2a873ea586 Update version 2021-01-18 09:16:44 +02:00
Hillel Coren
268bf8b059 Update version 2021-01-14 09:05:22 +02:00
Hillel Coren
fc6344c24f Update version 2021-01-10 12:34:07 +02:00
Hillel Coren
1052f03398 Update version 2021-01-06 08:32:24 +02:00
Hillel Coren
ea5d2393b0 Update version 2021-01-01 08:24:09 +02:00
Hillel Coren
36b41c205c Update version 2020-12-29 08:07:40 +02:00
Hillel Coren
16f9cc41de Update version 2020-12-17 08:13:08 +02:00
Hillel Coren
9f9c61435d Update version 2020-11-28 20:31:16 +02:00
Hillel Coren
e85a802380 Update version 2020-11-25 12:32:00 +02:00
Hillel Coren
2419859d23 Update version 2020-11-05 10:51:26 +02:00
Hillel Coren
c0e7e7f3b2 Update version 2020-11-01 17:44:38 +02:00
Hillel Coren
8fcbd66bc2 Minor fixes 2020-11-01 17:35:30 +02:00
Laurynas Sakalauskas
540afd4d5a switch implode parameter order 2020-09-12 12:10:13 +03:00
Felix Labrecque
d2491323a0 Fix missing subscriptions events. 2020-07-21 04:07:24 -04:00
Hillel Coren
f28b90f42a Update version 2020-06-28 14:10:26 +03:00
Leon Aves
9d2c0ea03b
Import correct Document class into HasLogo trait. (#3717)
If you aren't using the local driver for logo storage, the attempts to use Document::getDirectFileUrl in this file will fail as it tries to autoload from Traits, Document needs to be explicitly imported.
2020-05-19 21:28:36 +10:00
erichester76
cd2cbadd40
fixed bug with contact and authed user clash (#3685)
If a contact key is set and a user is also logged in. this was causing the account id to be set to that of the contact, not the authed user. broke multi-account setups.
2020-05-19 09:53:07 +10:00
Dan Holliday
2ef88fb859 Update GoCardlessV2RedirectPaymentDriver.php
Fixed an issue where payments from gocardless were being logged as ACH payments incorrectly.  This then stops the auto billing working for gocardless.
2020-04-07 15:47:49 +01:00
Hillel Coren
b6e925381c Update lang files 2020-04-02 08:51:16 +03:00
Hillel Coren
7f43913a3c Update version 2020-03-31 19:57:40 +03:00
Hillel Coren
762b06667c Merge branch 'develop' of github.com:invoiceninja/invoiceninja into develop 2020-03-31 13:01:02 +03:00
Hillel Coren
eb676a3b9d Update languages 2020-03-31 13:00:20 +03:00
Kristian Feldsam
ecc5a00600
Reports - Added "Total" of all currencies (#3518)
* Reports -  Invoices - Added TAX to totals

Signed-off-by: Kristián Feldsam <feldsam@gmail.com>

* Reports - Add totals calculated from all currencies

Signed-off-by: Kristian Feldsam <feldsam@gmail.com>
2020-03-24 19:51:37 +11:00
Kristian Feldsam
5f5a1a6740
Fix ExportReportResults (#3506)
Signed-off-by: Kristian Feldsam <feldsam@gmail.com>
2020-03-24 19:51:11 +11:00
Hillel Coren
6974bab120 Merge branch 'develop' of github.com:invoiceninja/invoiceninja into develop 2020-02-23 12:32:16 +02:00
Hillel Coren
fc3074ad51 Fix for localizaition 2020-02-23 12:32:04 +02:00
David Bomba
a98ad5ba02 Additional fixes for Checkout.com 2020-02-17 06:52:43 +11:00
David Bomba
d45ae2c50b
Revert "Revert "Export settings with company array (#3264)" (#3265)" (#3266)
This reverts commit ddf376090a.
2020-01-30 12:25:44 +11:00
David Bomba
ddf376090a
Revert "Export settings with company array (#3264)" (#3265)
This reverts commit ab4a44ff18.
2020-01-30 12:24:55 +11:00
Benjamin Beganović
ab4a44ff18
Export settings with company array (#3264) 2020-01-30 12:24:38 +11:00
Hillel Coren
58a09087db Fix for postmark logs 2020-01-28 19:54:24 +02:00
Benjamin Beganović
161161f628 (Patched) Export contacts with client array #3251 (#3253) 2020-01-28 07:55:35 +11:00
David Bomba
0ffa9a971d Remove last_login from migration array of clients 2020-01-24 13:16:02 +11:00
David Bomba
536c9c4a82 Fixes for export attributes 2020-01-23 09:47:50 +11:00
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
Rob Peck
1d1c650648 Allow tasks to be associated with products, and pass that data through to the invoice. (#3205) 2020-01-22 08:28:45 +11:00
Hillel Coren
af7510a194 Update prices 2019-12-22 08:54:39 +02:00
Hillel Coren
cb62e92af0 Update version 2019-12-03 11:54:03 +02:00
Hillel Coren
6bbcad249d Minor fixes 2019-12-03 11:27:50 +02:00
David Bomba
9284d76481
Fixes for Ticket Mailer (#3084)
* Fixes for tickets

* Fixes for markInvitationSent
2019-11-20 18:19:27 +11:00
David Bomba
3c82ba1343
Fixes for tickets (#3083) 2019-11-20 18:12:11 +11:00
Hillel Coren
419d9ea5eb Merge branch 'develop' of github.com:invoiceninja/invoiceninja into develop 2019-11-20 08:43:40 +02:00
Hillel Coren
19080af049 Import currency fix 2019-11-20 08:43:30 +02:00
David Bomba
14ed415051
Fix for regression
Fixes an issue where client statements were not generating. using dispatch_now fixes this as the returning object is not a boolean, but the required payload.
2019-11-14 22:09:43 +11:00
Hillel Coren
5255997eba Fix for mobile translations file 2019-11-04 11:00:43 +02:00
Hillel Coren
3e4bd48ed3 Update lang files 2019-10-27 11:53:55 +02:00
Hillel Coren
ddf2502df3 Minor fixes 2019-10-27 11:41:55 +02:00
maty-arch
dc62abd766 clone tasks 2019-10-24 21:31:35 +02:00