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
trevDev()
7c8d9f5c24
allow scrolling in time-tracker task form ( #3215 )
2020-01-16 20:59:47 +10: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
8aa90e1bb7
Minor fixes
2019-12-03 11:28:19 +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
b71f32a3af
Update lang files
2019-11-04 11:00:57 +02: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
Hillel Coren
76153812dc
Merge pull request #3018 from maty-arch/clone-tasks
...
clone tasks
2019-10-25 04:13:15 +03: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
c1f8f93c7f
Fix JS when default value not specified for SimpleSelectComponent ( #2974 )
2019-10-09 17:48:20 +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
Hillel Coren
ae672a25b1
Duplicate payments
2019-09-29 12:02:51 +03:00
Hillel Coren
be39bf93d2
Merge branch 'develop' of github.com:invoiceninja/invoiceninja into develop
2019-09-29 10:27:44 +03:00
Hillel Coren
a6198ea6ec
Update GrapesJS
2019-09-29 10:27:39 +03:00
Hillel Coren
96d53f49c2
Merge pull request #2953 from joshuadwire/develop
...
Upgrade to Laravel 5.5 and PHP 7.3
2019-09-15 12:23:51 +03:00
Joshua Dwire
ac1e48455f
Upgrade modules and debugbar dependencies
2019-09-14 14:35:11 -04:00
Joshua Dwire
7f2e8bfcd6
Merge branch 'develop' of https://github.com/invoiceninja/invoiceninja into develop
2019-09-14 14:18:53 -04:00
David Bomba
75d3ab3c3d
Update Setup.SQL ( #2954 )
...
* Allow artisan to be executable
* Update setup SQL file
2019-09-14 10:12:47 +10:00
Joshua Dwire
0ce77608a4
Upgrade to Laravel 5.5 and PHP 7.3
2019-09-12 19:40:13 -04:00
Hillel Coren
d78e609081
Updated readme
2019-09-05 12:14:46 +03:00
Hillel Coren
5206bd4629
Merge branch 'develop' of github.com:invoiceninja/invoiceninja into develop
2019-09-05 07:15:43 +03:00
Hillel Coren
b0aba3359b
Update docs
2019-09-05 07:15:07 +03:00
Hillel Coren
d9afbe0c4b
Merge pull request #2943 from joshuadwire/develop
...
Fix support for currencies with varying precisions
2019-08-30 10:56:29 +03:00
Joshua Dwire
b98a569888
Fix support for currencies with varying precisions
2019-08-29 17:11:59 -04:00
Hillel Coren
1ce3a023cd
Update lang files
2019-08-29 13:17:41 +03: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
Hillel Coren
ac6284a94a
Update lang file
2019-08-20 22:04:49 +03:00
Hillel Coren
3e3ac4989c
Fix for tests
2019-08-12 12:16:33 +03:00
Joshua Dwire
74710e9985
Update PHP version number in Digital Ocean docs ( #2928 )
2019-08-11 12:10:50 +10:00