Hillel Coren
30b5b33d0d
Update languages
2020-03-31 13:00:02 +03:00
Hillel Coren
ca6e981f29
Fix client redirect
2020-03-29 09:28:30 +03:00
Hillel Coren
6bb4bc3e69
White label invoice fix
2020-03-29 07:32:27 +03:00
Hillel Coren
c3a0c2a465
UI tweaks and hide on hosted
2020-03-12 09:42:31 +02:00
David Bomba
f6fced6b82
Minor fixes for migration ( #3484 )
2020-03-12 17:25:51 +11:00
Benjamin Beganović
b4f83a5755
Export 'invitations' with invoices ( #3479 )
...
* Export 'invitations' with invoices
* Export 'invitations' with quotes
* Send resource as 3rd parameter
2020-03-12 07:53:06 +11:00
Benjamin Beganović
9d5c3bd951
[v1] Add check for 0 value ( #3473 )
...
* Add check for 0 value
* David said, this one is better
2020-03-11 10:06:57 +11:00
Benjamin Beganović
8bb70c7e9a
[V1] Update payment fields for export ( #3469 )
...
* Update export payment fields
* Add currency_id, export
2020-03-11 08:12:08 +11:00
Benjamin Beganović
3f25b62ab6
[V1] Update 'migrations:export' message ( #3470 )
...
* Update command message
* Export migrations command improvements
2020-03-11 08:11:31 +11:00
Benjamin Beganović
d9a3b5453a
Make sure user is allowed to migrate ( #3468 )
2020-03-11 08:08:10 +11:00
Maikel Reyes
89a243f88c
Fin aging fields for statements
2020-03-07 00:14:31 -05:00
David Bomba
9070dfe55b
Export migrations to folder ( #3429 )
...
* Export migrations to folder
* Remove local property
2020-03-06 07:30:48 +11:00
David Bomba
67044f9dd3
Migration improvements: ( #3422 )
...
- Added option to force the migration
- Cleaned imports
2020-03-05 07:30:10 +11:00
Benjamin Beganović
bde276ad67
(V1) Improve migration ( #3415 )
...
* Imports improvements:
- Fix sorting
- Fix duplicate imports (Cannot use App\Http\Controllers\BaseController as BaseController because the name is already in use)
* Wrap up, sending migration file:
- Removed 'enable_invoice_quantity'
2020-03-04 09:44:30 +11: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
David Bomba
8020204c8d
Migrate Company Gateways and Client Tokens ( #3369 )
...
* Working on migrations for Company Gateways and Client Tokens
* Working on exporting company gateways and documents
2020-02-25 08:16:19 +11:00
Hillel Coren
6365187a1c
Merge mobile lang script
2020-02-23 12:36:40 +02:00
Hillel Coren
9db94c9354
Merge mobile lang script
2020-02-23 12:34:36 +02:00
Hillel Coren
c4d2c31e06
Fix for product report
2020-02-23 12:15:33 +02:00
Hillel Coren
1a554ea1e3
Fix for calculate payouts
2020-02-23 12:13:39 +02:00
Hillel Coren
fa5cb690ba
Merge branch 'master' of github.com:invoiceninja/invoiceninja
2020-02-23 12:01:50 +02:00
Hillel Coren
cf873bd197
Fix for calculate payouts
2020-02-23 12:01:37 +02:00
Benjamin Beganović
9085a27361
Export 'documents' ( #3343 )
...
* Export 'documents'
* Export 'invoice_id' & 'expense_id' with documents
* Code cleanup
2020-02-19 07:53:38 +11:00
David Bomba
2a8d2c7f5e
additional fixes for Checkout
2020-02-17 06:52:00 +11:00
Benjamin Beganović
6defaebf34
Export settings with company array ( #3264 ) ( #3268 )
2020-01-30 14:34:58 +11:00
Hillel Coren
ae8457c588
Fix for postmark logs
2020-01-28 19:53:59 +02:00
Benjamin Beganović
e31ab11364
Export contacts with client array ( #3251 )
2020-01-28 07:54:54 +11:00
David Bomba
24daf955d8
Fix taxes ( #3246 )
2020-01-25 14:19:22 +11:00
David Bomba
c2dfc3055c
Remove last_login from migration array of clients
2020-01-24 13:17:51 +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
6b4d8fba4a
Update check data
2019-12-22 10:16:22 +02:00
Hillel Coren
d9d949666f
Update prices
2019-12-22 08:54:13 +02:00
Hillel Coren
8a5621396b
Add IP exception
2019-12-15 14:33:46 +02:00
Hillel Coren
618743ea1a
Update version
2019-12-03 11:53:50 +02:00
Hillel Coren
69e8f9a2f3
Minor fixes
2019-12-03 11:50:38 +02:00
Hillel Coren
17c36b351d
Minor fixes
2019-12-03 11:27:30 +02:00
Hillel Coren
893d200e2c
Merge branch 'master' of github.com:invoiceninja/invoiceninja
2019-11-20 08:43:14 +02:00
Hillel Coren
a9b511738f
Import currency fix
2019-11-20 08:43:05 +02:00
David Bomba
2ec4d6702c
Fix for regression ( #3070 )
2019-11-14 22:07:23 +11:00
Hillel Coren
6ebc492454
Update lang files
2019-10-27 11:53:22 +02:00
Hillel Coren
22bc25253e
Merge branch 'master' of github.com:invoiceninja/invoiceninja
2019-10-27 11:41:28 +02:00
Hillel Coren
5959eb8eb5
Minor fixes
2019-10-27 11:41:19 +02:00
Christopher Di Carlo
e6e690b32f
Allow module trans helper to replace values ( #3006 )
2019-10-23 07:17:48 -04:00
Hillel Coren
e763a2b233
Update lang files
2019-10-06 12:25:40 +03:00
Hillel Coren
29ed0dd94b
Bug fixes
2019-09-29 12:28:34 +03:00
Joshua Dwire
f222390ce8
Upgrade to Laravel 5.5 and PHP 7.3
2019-09-12 19:30:10 -04:00
Joshua Dwire
20c12533f8
Fix support for currencies with varying precisions
2019-08-29 17:15:58 -04:00
Hillel Coren
96991da621
IAP
2019-08-29 13:12:27 +03:00
Hillel Coren
a4a757f288
Fix for ninja Stripe payments
2019-08-29 13:10:09 +03:00
Hillel Coren
0ee357e97a
In app purchase
2019-08-28 10:14:05 +03:00
hjone72
ba8c0eb035
Fix for subscription fails on getDisplayName() ( #2909 )
...
As per https://github.com/invoiceninja/invoiceninja/issues/2908
2019-07-24 14:04:21 +10:00
Hillel Coren
3cc9eb0bec
Update version
2019-07-21 11:03:12 +03:00
Hillel Coren
bbb72875e3
Bug fix
2019-07-21 10:59:31 +03:00
Hillel Coren
23571848d5
Minor fixes
2019-07-21 09:28:42 +03:00
Hillel Coren
9943b89b2d
API fixes
2019-07-21 09:13:03 +03:00
Francisco Ferreira
5f998b0ea8
Fixes recurring invoices end date parsing (port of #2905 to master) ( #2906 )
...
* 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:59 +10:00
Francisco Ferreira
2a290765e9
Account: allow to set more custom Invoice labels ( #2904 )
2019-07-18 16:26:24 +10:00
Francisco Ferreira
b0e680ee5c
Stripe improvements (port #2863 to master) ( #2903 )
...
* View credit card: send more billing data to Stripe when available
As commit 8e8414ab49
shows, this commit had more code that was wrongly commited in ff064367d6
by another author
* Stripe: fill payment card details
2019-07-18 16:26:08 +10:00
Hillel Coren
6a41952552
Merge pull request #2898 from joshuadwire/master
...
Merge Stripe 3D Secure into master
2019-07-13 22:19:50 +03:00
Joshua Dwire
cb37141643
Use the old Charge API for bank account payments
2019-07-09 17:16:37 -04:00
Joshua Dwire
ff064367d6
Support Stripe 3D secure
2019-07-09 17:16:20 -04:00
Hillel Coren
3a45a48a1a
Merge task->invoice->withTrashed()
2019-05-27 18:10:40 +03:00
Hillel Coren
91079b66d6
Update version
2019-05-26 21:29:46 +03:00
Hillel Coren
099e61343d
Update lang files
2019-05-26 21:22:23 +03:00
Hillel Coren
a6a4eac8fd
Fix for Stripe import issue
2019-05-26 18:24:00 +03:00
Hillel Coren
a83f441b98
Fix imported payment date
2019-05-26 15:24:22 +03:00
Hillel Coren
003a5be614
Added client address to invoice/quote reports
2019-05-26 11:23:27 +03:00
Hillel Coren
5e7ee641a6
Adjustments to check data
2019-05-23 21:33:07 +03:00
Hillel Coren
73da9d4acc
Fix duplicate confirmation emails
2019-05-23 21:17:47 +03:00
Hillel Coren
9db21e6f3c
quote to invoice private notes #2742
2019-04-17 18:36:54 +03:00
Hillel Coren
40621823dc
XSS fixes
2019-04-17 18:29:09 +03:00
Hillel Coren
72831b0cef
Update version
2019-03-26 08:42:08 +02:00
Hillel Coren
d543cfcc3f
Merge proposal PDF fix
2019-03-26 08:40:03 +02:00
Hillel Coren
02fb5cede8
Fix for task tranformer
2019-03-26 08:33:39 +02:00
Hillel Coren
b88ea8aa2c
Remove fix for duplicate invitations
2019-03-19 07:38:13 +02:00
Hillel Coren
4a28d9d455
Fix for Payment Express
2019-03-10 09:45:44 +02:00
Hillel Coren
736f1683d1
Update version
2019-02-28 09:47:32 +02:00
Hillel Coren
ef3d1cb966
Fix for invoice transformer
2019-02-28 09:27:19 +02:00
Hillel Coren
27f0fb9474
Fix for tests
2019-02-25 15:25:53 +02:00
Hillel Coren
9dd1462d65
Fix for duplicate invitations
2019-02-25 12:42:14 +02:00
Hillel Coren
fd1c73c472
Fix for GoCardless
2019-02-21 15:53:07 +02:00
Hillel Coren
5e269ed07a
Update version
2019-02-19 18:01:59 +02:00
Hillel Coren
2d4769137f
Bug fixes
2019-02-19 12:55:39 +02:00
Hillel Coren
3a12da73bf
Fix for Payment Express
2019-02-19 12:06:11 +02:00
Hillel Coren
fa45a02134
Add currencies
2019-02-19 11:47:29 +02:00
Hillel Coren
88b972be4b
Bug fixes
2019-02-18 16:10:05 +02:00
Hillel Coren
02b78055d4
Bug fixes
2019-02-18 16:08:16 +02:00
Hillel Coren
16cc898e6a
Bug fixes
2019-02-18 13:05:00 +02:00
Hillel Coren
155f107238
Fix for tests
2019-02-17 14:22:00 +02:00
Hillel Coren
cd8b7649a1
Fixes for mobile app
2019-02-17 13:52:56 +02:00
Wim de Ruijter
48c3b5fcff
Made clear what "account with fees" means ( #2664 )
...
Should have done this in the previous PR: https://github.com/invoiceninja/invoiceninja/pull/2663
2019-02-12 07:12:42 +11:00
Wim de Ruijter
143b65ad9f
Made clear what "account with reminders" means
2019-02-11 11:34:22 +01:00
David Bomba
aefe133ba0
fix permissions ( #2637 )
2019-01-30 22:25:37 +11:00
David Bomba
0fc66b0f02
Rebase to latest version of v4.5.9
2019-01-30 22:12:41 +11:00
David Bomba
5ccf7369ca
Rebase to v4.5.9
2019-01-30 21:45:46 +11:00
David Bomba
881977003c
Permissions fixes
2018-10-06 08:33:33 +10:00
David Bomba
e254cf3833
Fix for document permissions ( #2415 )
2018-10-05 20:17:31 +10:00
David Bomba
b091c27d57
fix for dashboard links for quotes / invoices ( #2409 )
2018-10-05 00:45:21 +10:00
David Bomba
cd10003d64
Permission fixes. ( #2407 )
...
* Patch for permissions
* fixes for production
* fix for doc uploads
2018-10-05 00:19:01 +10:00
Hillel Coren
4746ca830d
API fixes for mobile app
2018-09-28 09:53:14 +03:00
Hillel Coren
e82c259cfa
Merge activity transformer
2018-09-28 09:40:08 +03:00
Hillel Coren
862bd4d163
Oauth fix for mobile app
2018-09-27 15:54:07 +03:00
Hillel Coren
7522494e91
Run 'bill later' once daily
2018-09-23 09:10:10 +03:00
Hillel Coren
21f287ca00
Run 'bill later' once daily
2018-09-23 09:09:00 +03:00
Hillel Coren
da50fc400c
Fix for invoice link from quote
2018-09-22 21:56:54 +03:00
David Bomba
d9c031debb
Update Handler.php
...
Improve API error handling
2018-09-20 21:39:45 +10:00
Hillel Coren
9ecff34cb4
Remove email fix from master
2018-09-19 23:41:30 +03:00
Hillel Coren
211b01406e
Fix email bug
2018-09-19 23:16:29 +03:00
Hillel Coren
7ad72aa884
Fix for white label licenses
2018-09-16 19:21:58 +03:00
Hillel Coren
39442f48ce
Disable logo check
2018-09-16 13:29:22 +03:00
Hillel Coren
9dcab7683c
Error handling
2018-09-15 21:41:41 +03:00
Hillel Coren
85b32f34a7
API fix
2018-09-14 16:28:43 +03:00
Hillel Coren
947ed11c3a
API change for mobile app
2018-09-13 12:49:04 +03:00
Hillel Coren
ffe9ef574a
Fix for zero tax rates
2018-09-09 08:48:57 +03:00
Hillel Coren
4c56c8d3a6
Update version
2018-09-06 12:25:35 +03:00
Hillel Coren
12c0fba5aa
API changes for mobile app
2018-09-04 21:22:47 +03:00
Hillel Coren
212451239f
API changes for mobile app
2018-09-04 20:50:17 +03:00
Hillel Coren
2a621cfbb9
API change for mobile app
2018-09-03 12:35:29 +03:00
Hillel Coren
c2e5ebfe1d
Added fields for mobile app
2018-08-31 09:50:17 +03:00
Hillel Coren
1010385f4c
Fix for statements
2018-08-30 09:54:20 +03:00
Hillel Coren
0dce4fc843
2FA check for mobile app
2018-08-20 20:53:16 +03:00
Hillel Coren
a739de0230
Update version
2018-08-19 14:23:06 +03:00
Hillel Coren
76d3d09e7d
Changes for mobile app
2018-08-17 08:13:44 +03:00
Hillel Coren
87ad60b71f
Changes for the mobile app
2018-08-15 14:06:56 +03:00
Hillel Coren
baaaa12a9c
Changes for mobile app
2018-08-12 00:12:38 +03:00
Hillel Coren
fa2436da4c
Fix for search
2018-08-08 23:05:57 +03:00
Hillel Coren
e0468571a4
Added payment terms to API
2018-08-08 17:49:25 +03:00
Hillel Coren
30218479ff
Update version
2018-08-05 11:03:44 +03:00
Hillel Coren
99d2ddc55b
Add activities to client API
2018-08-03 10:09:09 +03: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
9fa50c1675
API changes for mobile app
2018-08-02 22:12:50 +03:00
Hillel Coren
83a106142f
Added refresh method to API
2018-07-31 09:10:32 +03:00
Hillel Coren
acbe5912ae
Fix payment type
2018-07-29 10:26:37 +03:00
Hillel Coren
13992a8872
Fix for product report
2018-07-29 09:58:28 +03:00
Hillel Coren
5d9392a55b
Fix for tests
2018-07-27 16:58:54 +03:00
Hillel Coren
59b309aed0
Fix for tests
2018-07-27 16:37:12 +03:00
Hillel Coren
2c3176544a
Fix for sidebar history
2018-07-27 16:15:27 +03:00
Hillel Coren
c51beb5f57
Fix month translation
2018-07-27 11:34:25 +03:00
Hillel Coren
184eaf855c
Remove borderless= from invoice link
2018-07-27 11:21:55 +03:00
Hillel Coren
549216f30a
Fix for payment rounding
2018-07-26 22:32:52 +03:00
Hillel Coren
7401e632b4
Fix links to docs
2018-07-26 18:42:25 +03:00
Hillel Coren
925ea5109a
Fix for new mobile app
2018-07-26 17:38:03 +03:00
Hillel Coren
d7f57e2758
Improved error logging
2018-07-26 12:13:41 +03:00
Hillel Coren
601b123818
Ignore Apple's IP
2018-07-24 21:32:41 +03:00
Hillel Coren
3e035410dd
Fix for auto-bill failure emails
2018-07-24 17:38:46 +03:00
Hillel Coren
a3f43a09e7
Fix for expense transformer
2018-07-24 16:43:07 +03:00
David Bomba
f30eb2b574
Update QuoteController.php
2018-07-24 22:38:11 +10:00
David Bomba
556babbf88
Update InvoiceService.php
2018-07-24 22:36:26 +10:00
David Bomba
a7bd95a24f
Update AuthServiceProvider.php
2018-07-24 22:35:49 +10:00
David Bomba
910424075f
Update InvoiceDatatable.php
2018-07-24 22:35:23 +10:00
David Bomba
0ee6ac1d9a
Create QuoteRequest.php
2018-07-24 22:33:52 +10:00
David Bomba
611c8ae3cd
Update QuoteController.php
2018-07-24 22:32:36 +10:00
David Bomba
ebe24c3df1
Update InvoiceRequest.php
2018-07-24 22:30:54 +10:00
David Bomba
741e90462a
Update CreateInvoiceRequest.php
2018-07-24 22:29:49 +10:00
David Bomba
942b06f999
Update BaseAPIController.php
2018-07-22 13:22:38 +10:00
Hillel Coren
6b377e6610
Update version
2018-07-17 19:19:23 +03:00
Hillel Coren
a94332004c
Double terms and conditions on new install #2229
2018-07-17 18:00:58 +03:00
Hillel Coren
32c54c04e4
Check for config:cache
2018-07-17 17:14:47 +03:00
Hillel Coren
47783fcd68
Fix for mobile app
2018-07-16 22:53:10 +03:00
Hillel Coren
f872524419
Bug fixes
2018-07-08 16:39:01 +03:00
Hillel Coren
d90223cb3e
RFC: Vendor name in profit & loss report #2171
2018-07-08 16:12:22 +03:00
Hillel Coren
b9b522bf6e
Bug fixes
2018-07-08 15:08:11 +03:00
Hillel Coren
239f492311
Bug fixes
2018-07-08 14:01:12 +03:00
Hillel Coren
4c319a2dad
Fixes for the mobile app
2018-07-08 13:05:14 +03:00
Hillel Coren
fe1362eef4
Changes for mobile app
2018-07-07 22:14:34 +03:00
Hillel Coren
4de682994b
Transformer fixes
2018-06-28 18:24:20 +03:00
Hillel Coren
1c54501e7b
Merge branch 'master' of github.com:invoiceninja/invoiceninja
2018-06-28 18:16:48 +03:00
Hillel Coren
0832b823c8
Transformer fixes
2018-06-28 18:16:42 +03:00
Anmol Gupta
865f4958ef
Fix changes for Payment Transformer
2018-06-26 19:45:54 +05:30
Anmol Gupta
7f6cabae34
Fix changes for Invoice Transformer
2018-06-26 19:45:20 +05:30
Anmol Gupta
ebe34adc28
Transfomers update
2018-06-26 17:18:32 +05:30
Hillel Coren
392d68ffc5
Fix
2018-06-19 23:19:40 +03:00
Hillel Coren
c8832f6110
Fix
2018-06-19 23:12:08 +03:00
Hillel Coren
34b02ee8bf
Changes to support the mobile app
2018-06-19 22:46:48 +03:00
Hillel Coren
e39c07df79
Merge branch 'master' of github.com:invoiceninja/invoiceninja
2018-06-19 21:47:16 +03:00
Hillel Coren
5118d7a679
Pancake import fixes
2018-06-19 21:47:08 +03:00
David Bomba
549f1cf846
Update ExpenseService.php
...
remove duplicate method
2018-06-17 22:21:49 +10:00
Hillel Coren
56f13a019e
Merge branch 'release-4.5.0'
2018-06-17 14:05:50 +03:00
Hillel Coren
f8c2a53f73
Bumped version number to 4.5.0
2018-06-17 13:38:24 +03:00
Hillel Coren
0d80d5266d
Adjust max page size
2018-06-17 13:22:11 +03:00
Hillel Coren
c15a13b987
Support filtering API to active
2018-06-17 13:01:43 +03:00
Hillel Coren
4362fd182a
Clarify error if client not found
2018-06-17 12:56:44 +03:00
Hillel Coren
50e13378f0
Fix
2018-06-17 11:45:16 +03:00
Hillel Coren
dd83391bea
Changes for mobile app
2018-06-17 11:27:36 +03:00
Hillel Coren
bf55ff4ce4
Added custom invoice fields to search
2018-06-17 10:07:55 +03:00
Hillel Coren
9d6b8aed15
Enforce max payment amount
2018-06-17 09:54:05 +03:00
Hillel Coren
c65dd61f15
Fix for Pancake import
2018-06-17 09:16:00 +03:00
Hillel Coren
7b924004ac
Merge branch 'develop' of github.com:invoiceninja/invoiceninja into develop
2018-06-17 09:08:06 +03:00
Hillel Coren
3a5aa168cd
Add account details to UserAccountTransformer
2018-06-16 21:30:13 +03:00
Hillel Coren
921748a443
Use latest gateway token
2018-06-13 11:26:14 +03:00
David Bomba
96c5633f59
Permission refactor for contacts ( #2162 )
2018-06-11 22:44:55 +10:00
Hillel Coren
f4db62cf51
Permission fixes
2018-06-10 13:34:07 +03:00
Hillel Coren
1001aee5df
Improve gateway fee label
2018-06-10 13:11:49 +03:00
Hillel Coren
9ed27dfb51
Improve gateway fee label
2018-06-10 13:11:38 +03:00
Hillel Coren
3e5b3eeb21
Update version
2018-06-10 11:38:03 +03:00
Hillel Coren
22d3c69bf3
Update version
2018-06-10 11:37:33 +03:00
Hillel Coren
b11e0c0176
Customer Portal > Pay Now Button > Credit Card fee is incorrect #2105
2018-06-10 11:35:39 +03:00
Hillel Coren
233a326414
Customer Portal > Pay Now Button > Credit Card fee is incorrect #2105
2018-06-10 11:34:53 +03:00
Hillel Coren
b4fd64b03f
Handle currency API changes
2018-06-10 10:59:39 +03:00
Hillel Coren
784183313a
Handle currency API changes
2018-06-10 10:59:26 +03:00
Hillel Coren
180dce1772
Fix for UBL
2018-06-10 10:38:55 +03:00
Hillel Coren
65ed46358b
Add types to transformer
2018-06-08 13:50:35 +03:00
Hillel Coren
fdf3b78dc4
Permissions fix
2018-06-08 09:50:34 +03:00
David Bomba
653a8f2412
Revert "fix for tests ( #2153 )" ( #2154 )
...
This reverts commit 1aa546b13e
.
2018-06-08 15:37:36 +10:00
David Bomba
1aa546b13e
fix for tests ( #2153 )
2018-06-08 15:26:01 +10:00
Hillel Coren
2cffc753f3
Merge branch 'develop' of github.com:invoiceninja/invoiceninja into develop
2018-06-07 14:06:05 +03:00
David Bomba
a9f2d0d855
This PR implements Create/View/Edit permissions based on ENTITY TYPE (ie invoice/expense/client). ( #2150 )
...
* migration for new permissions schema
* update permissions across data tables
* refactor migrations to prevent duplicate attribute
* update permissions in views
* Product Permissions
* permissions via controllers
* Refactor to use Laravel authorization gate
* Doc Blocks for EntityPolicy
* check permissions conditional on create new client
* Bug Fixes
* Data table permissions
* working on UI
* settings UI/UX finalised
* Datatable permissions
* remove legacy permissions
* permission fix for viewing client
* remove all instances of viewByOwner
* refactor after PR
* Bug fix for Functional test and implementation of Functional tests for Permissions
* fix for tests
2018-06-07 20:08:34 +10:00
Hillel Coren
6fe0b32409
Fix for CSV import
2018-05-29 08:43:08 +03:00
Hillel Coren
9b730f846e
Fix for CSV import
2018-05-29 08:42:56 +03:00
Hillel Coren
b9f51dd4e8
Change for Zapier
2018-05-24 10:31:17 +03:00
Hillel Coren
068302a793
Change for Zapier
2018-05-24 10:31:00 +03:00
Hillel Coren
a895ffd1c5
Add float casts in transformer
2018-05-20 23:10:55 +03:00
Hillel Coren
94954aebef
Add float casts in transformer
2018-05-20 23:10:31 +03:00
Hillel Coren
9fa05a7e5a
Add quote API filter
2018-05-18 09:42:19 +03:00
Hillel Coren
f1e50caa17
Add quote API filter
2018-05-18 09:41:55 +03:00
Hillel Coren
60e83aa563
Increase API limit
2018-05-15 16:18:53 +03:00
Hillel Coren
33e430a4d2
Increase API limit
2018-05-15 16:18:44 +03:00
Hillel Coren
c1385f757e
Update version
2018-05-15 15:45:48 +03:00
Hillel Coren
ef1551bc9a
Update version
2018-05-15 15:44:47 +03:00
Hillel Coren
2853351ca2
Support filtering email notifications
2018-05-14 20:12:25 +03:00
Hillel Coren
a70d4bc805
Support filtering email notifications
2018-05-14 20:08:32 +03:00
Hillel Coren
96666a3af8
Add ‘View Invoice’ button in portal to approved quote
2018-05-14 12:17:03 +03:00
Hillel Coren
2b7b9f83e4
Fix client overview portal link w/iframe
2018-05-14 09:45:35 +03:00
Hillel Coren
0d3a6c7a58
Fix for custom gateway
2018-05-14 09:20:28 +03:00
Hillel Coren
fb6c6deeba
Fix for custom gateway
2018-05-14 09:19:17 +03:00
Hillel Coren
54bda2d886
Update docs
2018-05-13 22:19:39 +03:00
Hillel Coren
23a3522fcf
Update privacy/terms links
2018-05-09 12:26:01 +03:00
Hillel Coren
2333e1cf2a
Update privacy/terms links
2018-05-09 12:25:41 +03:00
Hillel Coren
2287f63f28
Change task API duration to seconds
2018-05-09 11:30:27 +03:00
Hillel Coren
c35e91b686
Change task API duration to seconds
2018-05-09 11:30:12 +03:00
Hillel Coren
75010d8847
Change task API duration to seconds
2018-05-09 11:15:58 +03:00
Hillel Coren
3e7f9da1b2
Change task API duration to seconds
2018-05-09 11:15:40 +03:00
Hillel Coren
f9aee9b7fc
Update terms/privacy links
2018-05-09 10:00:16 +03:00
Hillel Coren
d1c7849364
Update terms/privacy links
2018-05-09 09:59:21 +03:00
Hillel Coren
18541e3342
Fix enter expense from client
2018-05-08 23:16:47 +03:00
Hillel Coren
e34c7ce44e
Fix enter expense from client
2018-05-08 23:16:35 +03:00
Hillel Coren
f65a6de202
Fix expense datatable on client overview
2018-05-08 22:54:53 +03:00
Hillel Coren
7c1b451ae3
Fix expense datatable on client overview
2018-05-08 22:54:12 +03:00
Hillel Coren
4bd2b22bcb
Use two checkboxes for terms/privacy
2018-05-08 21:48:37 +03:00
Hillel Coren
c131d769f7
Use two checkboxes for terms/privacy
2018-05-08 21:47:41 +03:00
Hillel Coren
97300d571d
Add logos to check data
2018-05-08 18:34:11 +03:00
Hillel Coren
d0ad4d21c7
Prevent multiple gateways w/tokens
2018-05-08 17:48:07 +03:00
Hillel Coren
755f125bf0
Prevent multiple gateways w/tokens
2018-05-08 17:47:47 +03:00
Hillel Coren
97395c46df
Cookie consent fix
2018-05-08 12:22:49 +03:00
Hillel Coren
f2608c0f84
Fix UBL fix
2018-05-08 12:21:39 +03:00
Hillel Coren
e7e5ee252d
Fix for multiple email accounts
2018-05-08 11:59:18 +03:00
Hillel Coren
d0e58b1ef9
Fix for multiple email accounts
2018-05-08 11:59:10 +03:00
Hillel Coren
d44834d5ee
Fix for multiple email accounts
2018-05-08 10:56:05 +03:00
Hillel Coren
11460774a9
Fix for multiple email accounts
2018-05-08 10:55:53 +03:00