1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-22 01:11:34 +02:00
Commit Graph

2848 Commits

Author SHA1 Message Date
Joshua Dwire
1a12cd30d3 Hide autobill when both Stripe and Braintree are not configured 2016-04-26 20:02:52 -04:00
Joshua Dwire
fe2a1fe66a Add Braintree support 2016-04-26 19:59:52 -04:00
Joshua Dwire
af415afd2f Show payments without card details 2016-04-25 11:06:52 -04:00
Joshua Dwire
b57ebbf8aa Fix card expiration formatting; store card details from all payment triggers 2016-04-25 10:06:27 -04:00
Joshua Dwire
6e3b53f3cb Make expiration table wrap with expiration date 2016-04-23 22:31:39 -04:00
Joshua Dwire
42c1f537bc Store/display credit card type, expiration and last 4 digits 2016-04-23 22:10:51 -04:00
Joshua Dwire
b8170f0324 Support refunds from the admin UI 2016-04-23 16:40:19 -04:00
Hillel Coren
f9c36fd761 Fix for saving invoice client with id/public_id 2016-04-21 13:02:19 +03:00
Hillel Coren
b27505f63c Fix for saving invoice client with id/public_id 2016-04-21 13:01:36 +03:00
Hillel Coren
cf75a2c2d2 Merge pull request #823 from joshuadwire/enterprise-plan
Fix refunds; support using stored card; change proPlanModel link
2016-04-21 10:39:34 +03:00
Joshua Dwire
9d27b68fb6 Fix refunds; support using stored card; change proPlanModel link 2016-04-20 16:53:56 -04:00
Hillel Coren
9dd1a106a9 Merge pull request #821 from DraperStudio/develop
Use object_get to retrieve a config field
2016-04-20 19:50:23 +03:00
Hillel Coren
6711678fbe Merge pull request #822 from joshuadwire/enterprise-plan
Improve enterprise plan migration
2016-04-20 19:42:46 +03:00
Joshua Dwire
71b6b6eb87 More robust migration; avoids timeout failures 2016-04-20 11:47:38 -04:00
Joshua Dwire
b5b3fa56ac Don't try to migrate nonexistent accounts 2016-04-20 09:50:13 -04:00
DraperStudio
d87552c90e Use object_get to retrieve a config field 2016-04-20 13:37:57 +02:00
Hillel Coren
9281cd5ba2 Fix for default quote terms 2016-04-20 11:04:54 +03:00
Hillel Coren
eaa4ffab0e Merge pull request #818 from DraperStudio/develop
Use initialize method to set configuration
2016-04-20 10:14:21 +03:00
Hillel Coren
5c4b75cf76 Fix for tests 2016-04-20 00:02:02 +03:00
Hillel Coren
c9ef281206 Merge pull request #819 from joshuadwire/enterprise-plan
Fix typos in enterprise plan changes
2016-04-19 23:44:14 +03:00
Joshua Dwire
eb91a3cd42 Fix typos 2016-04-19 16:31:50 -04:00
Hillel Coren
d37794d402 Fix for tests 2016-04-19 23:28:25 +03:00
DraperStudio
c67564823b Use initialize method to set configuration 2016-04-19 22:02:46 +02:00
Hillel Coren
d6608f863c Syntax fix 2016-04-19 23:01:44 +03:00
Hillel Coren
0dcee794b5 Merge branch 'develop' of github.com:hillelcoren/invoice-ninja into develop
Conflicts:
	resources/lang/en/texts.php
	resources/views/accounts/invoice_design.blade.php
	resources/views/invoices/edit.blade.php
2016-04-19 22:48:03 +03:00
Hillel Coren
d07fec5d62 Fix for #816 preg_match() error on settings update 2016-04-19 21:46:18 +03:00
Hillel Coren
fb975db1f2 Merge pull request #815 from joshuadwire/enterprise-plan
Enterprise plan bug fixes
2016-04-19 17:40:17 +03:00
Joshua Dwire
b8ad27963e Fix table name in migration 2016-04-19 10:30:25 -04:00
Joshua Dwire
0fd39e5be0 Only allow pro trials 2016-04-19 10:28:27 -04:00
Joshua Dwire
639a3c321a Restrict documents to non-trial; allow resellers to override features 2016-04-19 10:26:29 -04:00
Hillel Coren
32d5a25f61 Enabled specifying invoice padding 2016-04-19 14:26:42 +03:00
Hillel Coren
cd52faa3bf Automatically disable live preview when using a large font 2016-04-19 14:12:02 +03:00
Hillel Coren
a805e2b8bb Merge pull request #814 from joshuadwire/enterprise-plan
Enterprise plan
2016-04-19 12:01:56 +03:00
Hillel Coren
9f5fe33059 Added page size and live preview settings 2016-04-19 10:51:57 +03:00
Joshua Dwire
22f65e8108 Finalize multi-plan support
* Allow admins to change plan
* Check features instead of plans
* Support linking/unlinking accounts
* Support creating/deleting accounts
2016-04-18 22:35:18 -04:00
Hillel Coren
0c27e22b51 Brought back error page in production 2016-04-18 20:17:02 +03:00
Hillel Coren
4a8c02d5fd Updated Omnipay 2016-04-18 12:58:21 +03:00
Hillel Coren
11019e5dc1 Improved HTML email margins 2016-04-18 10:28:30 +03:00
Hillel Coren
4ff23306b9 Merge pull request #813 from rafaelsisweb/develop
Update pt_BR translate new texts
2016-04-18 10:13:23 +03:00
rafael.sisweb
93ab0e4308 Improve pt_BR translate new texts 2016-04-17 21:36:22 -04:00
Joshua Dwire
454e9bc861 Refactor getPlanDetails 2016-04-17 12:55:03 -04:00
Hillel Coren
4248963d92 Check if is_primary is set when sorting contacts 2016-04-17 14:03:37 +03:00
David Bomba
76f5ef92f7 Merge pull request #811 from turbo124/develop
Sort Contacts
2016-04-17 20:54:55 +10:00
David Bomba
d19c43edce contacts array sorter 2016-04-17 20:53:53 +10:00
David Bomba
7f6f34b302 contacts array sorter 2016-04-17 20:50:06 +10:00
David Bomba
57c0a91de8 contacts array sorter 2016-04-17 20:45:24 +10:00
David Bomba
edf7b6eb37 contacts array sorter 2016-04-17 20:42:51 +10:00
David Bomba
b022ae0c77 contacts array sorter 2016-04-17 20:42:30 +10:00
David Bomba
b49938e36d contacts array sorter 2016-04-17 20:40:23 +10:00
Hillel Coren
ed8abc5382 Added more data to travis debug 2016-04-17 13:13:37 +03:00