David Bomba
d45ae2c50b
Revert "Revert "Export settings with company array ( #3264 )" ( #3265 )" ( #3266 )
...
This reverts commit ddf376090a9b477464c1eea69b65819038a94602.
2020-01-30 12:25:44 +11:00
David Bomba
ddf376090a
Revert "Export settings with company array ( #3264 )" ( #3265 )
...
This reverts commit ab4a44ff18ffd9d0370e5f978fa7ee4f59eb6672.
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
Christopher Di Carlo
0fccf69e62
Allow module trans helper to replace values ( #3006 )
2019-10-22 13:29:22 +11:00
Christopher Di Carlo
429f079cf5
Update fire method reference to handle due to Laravel 5.5 update ( #3003 )
2019-10-19 13:05:04 +11:00
Christopher Di Carlo
bdd73414c9
Fixed typo ( #2972 )
...
Fixed missing character for stub variable
2019-10-09 17:46:25 +11:00
Christopher Di Carlo
f3c6e1148c
Fixed incorrect module name expansion ( #2971 )
2019-10-08 08:19:24 +11:00
Hillel Coren
e106eda7e2
Update lang files
2019-10-06 12:26:26 +03:00
Hillel Coren
21c4721942
Bug fixes
2019-09-29 12:29:51 +03:00
Joshua Dwire
0ce77608a4
Upgrade to Laravel 5.5 and PHP 7.3
2019-09-12 19:40:13 -04:00
Joshua Dwire
b98a569888
Fix support for currencies with varying precisions
2019-08-29 17:11:59 -04:00
Hillel Coren
a996cd6bcf
IAP
2019-08-29 13:12:43 +03:00
Hillel Coren
9357405f14
Fix for ninja Stripe payments
2019-08-29 13:10:28 +03:00
Hillel Coren
ded1acd66c
In app purchase
2019-08-28 10:14:24 +03:00
Aleksander V. Dyomin
67cb2b3215
TaxRateReport: avoid additional queries in the result items loop
...
(cherry picked from commit d00d1e926628e5e0e83eb7570716eb3f332d6b27)
2019-08-07 17:35:50 +03:00
Aleksander V. Dyomin
de6919d37c
Utils::getFromCache speedup via static variable cache
...
(cherry picked from commit 7d65f8b1b726075626476501a4a58540e3aeb71f)
2019-08-07 17:35:48 +03:00
Aleksander V. Dyomin
4476c9eea2
InvoiceReport: avoid additional queries in the result items loop
...
(cherry picked from commit 9fd6ac0d7108a7e19faa5b3eae360974c1093d73)
2019-08-07 17:35:40 +03:00
hjone72
a469870b2a
Fix for subscription fails on getDisplayName() ( #2912 )
...
As per #2908 - Dev branch
2019-07-25 11:53:39 +10:00
Hillel Coren
2d70fa7ad8
Update version
2019-07-21 11:03:29 +03:00
Hillel Coren
fd39f98f74
Bug fix
2019-07-21 10:59:16 +03:00
Hillel Coren
068cda7392
Update lang files
2019-07-21 09:47:50 +03:00
Hillel Coren
1f8c4b922e
Minor fixes
2019-07-21 09:28:24 +03:00
Hillel Coren
acc73d53dc
API fixes
2019-07-21 09:12:42 +03:00
Francisco Ferreira
f639ebae94
Fixes recurring invoices end date parsing ( #2905 )
...
* Invoice edit view: fix date parsing
View gets the date already formatted and Carbon isn't always able to parse that format automatically, so convert it back to SQL format
* RecurringInvoiceDatatable: fix status label
2019-07-18 16:26:44 +10:00
David Bomba
6263e839d8
fixes for file upload
2019-07-14 12:20:42 +10:00
David Bomba
dc0f47cd9e
fixes for file upload
2019-07-14 12:17:16 +10:00
Joshua Dwire
50f2c80190
Stripe 3D secure support ( #2897 )
...
* Support Stripe 3D secure
* Use the old Charge API for bank account payments
2019-07-12 14:35:35 +10:00
Christopher Di Carlo
3335f78e52
Display client task rate in projects datatable ( #2879 )
...
* Display client task rate in projects datatable
Displays the client task rate in the projects datatable if a project rate has not been set. Also adds an icon indicating what type of rate is being used. Fixes #2527
* Added account task rate display to project datatable
2019-07-05 09:54:23 +10:00
Christopher Di Carlo
0c6a8cee73
Added custom fields to recurring expense ( #2878 )
2019-06-27 22:07:40 +10:00
Christopher Di Carlo
048ee7181e
Added client usually pays in average days ( #2876 )
...
* Added client usually pays in average days
* Added translation for days label
* Code cleanup
* Added client usually pays in average days
* Added translation for days label
* Code cleanup
* Limit calculation to most recent 20 paid invoices, eager load fix
2019-06-27 22:01:46 +10:00
Christopher Di Carlo
8b4976cacf
Added default Valid Until setting ( #2874 )
...
Added field to settings and calculation of due date
2019-06-21 07:25:23 +10:00
Francisco Ferreira
cee4652b7c
Stripe: fill payment card details
2019-06-04 13:15:52 +01:00