Hillel Coren
9a04b105f9
Update version
2016-09-18 12:26:57 +03:00
Hillel Coren
8ce558d391
Fix for unique invoice number check with slashes
2016-09-18 12:26:18 +03:00
Hillel Coren
d273cb65c7
Fix for CSRF token
2016-09-18 10:08:56 +03:00
Hillel Coren
e04a25d233
Fix for CSRF token
2016-09-18 10:08:39 +03:00
Hillel Coren
d1f657ca66
Git update
2016-09-18 08:25:17 +03:00
Joshua Dwire
0fc2a4d323
Merge remote-tracking branch 'upstream/develop' into 2016-09-payments-changes
2016-09-15 11:40:53 -04:00
Joshua Dwire
5af46cf1e9
Fix bugs when paying with a stored card
2016-09-15 11:37:43 -04:00
Hillel Coren
e743af4d24
Merged #1062
2016-09-15 13:41:09 +03:00
Joshua Dwire
989b514788
Merge remote-tracking branch 'upstream/develop' into 2016-09-payments-changes
2016-09-14 14:35:03 -04:00
Joshua Dwire
d96c8bd048
Make min and max inclusive; remove .99 from max
2016-09-14 14:31:44 -04:00
Joshua Dwire
a29929846f
Create hasPublicId property on models and use it to determine whether to set a public id
2016-09-14 14:31:15 -04:00
Joshua Dwire
76af2f3e13
Let createNew in EntityModel determine whether public_id is needed
2016-09-14 10:27:10 -04:00
Joshua Dwire
a5580cc650
Allow max of 0 for payment limits
2016-09-14 10:26:50 -04:00
Hillel Coren
ee55374fc1
Add limit for number of invoice items
2016-09-14 10:39:08 +03:00
Hillel Coren
f5a9a66584
Optimize invoice page
2016-09-14 10:32:22 +03:00
Hillel Coren
d7eca82de9
Fix document upload
2016-09-14 10:09:04 +03:00
Hillel Coren
8f90e4ba43
Fix document upload
2016-09-14 10:08:46 +03:00
Hillel Coren
6db9126ea6
Made client portal link easier to share
2016-09-13 16:32:03 +03:00
Hillel Coren
57f09b0821
Don't show expense categories in history
2016-09-13 12:08:47 +03:00
Hillel Coren
29a014df20
Don't show expense categories in history
2016-09-13 12:08:33 +03:00
Hillel Coren
6a194fc3ad
Merge expense category fix
2016-09-13 11:50:03 +03:00
Hillel Coren
0267b84b73
Merge branch 'develop' of github.com:hillelcoren/invoice-ninja into develop
2016-09-13 11:49:06 +03:00
Hillel Coren
99b5046fc2
Removed self host version flag
2016-09-13 11:48:27 +03:00
Hillel Coren
0301c3a97c
Support default invoice tax with buy now buttons
2016-09-13 11:48:05 +03:00
David Sivocha
63ea0a00d4
Adds an Entity Presenter to ExpenseCategory
...
Without the presentable trait and at the basic level a default
EntityPresenter, adding Expense Categories breaks when trying to view
the edit page for the expense.
2016-09-12 16:01:14 +01:00
Hillel Coren
ebd258d655
Merge branch 'release-2.7.0'
...
Conflicts:
app/Http/Controllers/DashboardController.php
app/Http/Requests/UpdateInvoiceRequest.php
app/Http/routes.php
composer.lock
resources/views/payments/credit_card.blade.php
2016-09-12 13:36:53 +03:00
Hillel Coren
4d1e4f0d43
Bumped version number to 2.7.0
2016-09-12 13:15:04 +03:00
Hillel Coren
359271d6c8
Fix undefined on playful quote
2016-09-12 09:38:02 +03:00
Hillel Coren
74d0973978
Fix for claiming white label license
2016-09-12 09:30:31 +03:00
Hillel Coren
db4dbdc87e
Cleaning up errors from the logs
2016-09-12 08:51:41 +03:00
Hillel Coren
ef81549694
Working on the dashboard
2016-09-11 20:05:59 +03:00
Hillel Coren
ce3a510037
Working on the dashboard
2016-09-11 17:30:23 +03:00
Joshua Dwire
7b203c11f1
Revert "GoCardless only accepts bank transfers, not credit cards"
...
This reverts commit ed07439de2
.
2016-09-09 17:31:47 -04:00
Joshua Dwire
4c1f96e740
Use numeric ID for gateway_types table
2016-09-09 17:19:32 -04:00
Joshua Dwire
2fc0265d06
Revert change to string ID for gateway types
2016-09-09 16:47:08 -04:00
Joshua Dwire
286f9e8902
Prevent users from changing the url to access a payment method whose limits don't support the current invoice
2016-09-08 22:19:51 -04:00
Joshua Dwire
ca71ea5622
Restrict payments based on gateway type limits
2016-09-08 22:12:51 -04:00
Joshua Dwire
3c4ad52463
Switch to string-based ID for gateway types; associate gateway type with payment type
2016-09-08 22:12:32 -04:00
Joshua Dwire
30fcf0e363
Merge remote-tracking branch 'upstream/develop' into 2016-09-payments-changes
2016-09-08 20:55:53 -04:00
Joshua Dwire
ed07439de2
GoCardless only accepts bank transfers, not credit cards
2016-09-08 20:52:32 -04:00
Hillel Coren
9543336b31
Show 'Unnamed Client' for clients w/o a name
2016-09-06 14:55:31 +03:00
Hillel Coren
9e082ef274
Load recent edited tasks with history
2016-09-06 14:55:15 +03:00
Hillel Coren
49095c30a1
Timeout after inactivity
2016-09-06 12:24:25 +03:00
Hillel Coren
4841ec38ce
Prevent bots from using buy now buttons
2016-09-06 12:03:42 +03:00
Hillel Coren
aee75551b8
Tweak styling
2016-09-06 10:20:51 +03:00
Joshua Dwire
620e93084f
Allow admin to set min/max amount for each payment type
2016-09-05 18:16:56 -04:00
Hillel Coren
ea2d5af69a
Camel case anchor tag
2016-09-05 21:40:02 +03:00
Hillel Coren
d14cf5f9ed
Working on invoice fields
2016-09-05 15:28:59 +03:00
Hillel Coren
05931eb324
Reduce extra queries
2016-09-05 08:24:41 +03:00
Hillel Coren
03cc5035c5
Updated version
2016-09-05 08:21:44 +03:00
Hillel Coren
27fdbf9f05
Updated version
2016-09-05 08:21:27 +03:00
Hillel Coren
b9bc022a2a
Disabled broken date validation
2016-09-05 08:20:51 +03:00
Hillel Coren
08590a4b6f
Working on invoice fields
2016-09-05 08:10:39 +03:00
Hillel Coren
188486641a
Working on design
2016-09-02 17:53:16 +03:00
Hillel Coren
8696acf4d3
Reduce extra queries
2016-09-01 20:02:37 +03:00
Hillel Coren
e535750127
Working on history sidebar
2016-09-01 18:52:26 +03:00
Hillel Coren
69e54e72ca
Working on history sidebar
2016-08-31 22:11:43 +03:00
Hillel Coren
db0c305b4f
Working on history sidebar
2016-08-31 22:10:41 +03:00
Hillel Coren
a2f7d32e57
Working on the sidebars
2016-08-31 12:58:31 +03:00
Hillel Coren
f53fc5d479
Fix for formatMoney
2016-08-31 12:21:54 +03:00
Hillel Coren
12d70f56c7
Added helper dev code
2016-08-29 18:04:01 +03:00
Hillel Coren
1463bbbfae
Improvements to the check data script
2016-08-29 18:03:08 +03:00
Hillel Coren
fd5fa8f557
Prevent entering payment for recurring invoice through the API
2016-08-28 20:52:25 +03:00
Hillel Coren
4ce11fd9f6
Log error if we fail to parse the invoice history backup
2016-08-28 17:27:45 +03:00
Hillel Coren
56856f1435
Set payment min amount to 0.01
2016-08-28 17:19:33 +03:00
Hillel Coren
2a195db798
Fix adjustment when deleting failed payment
2016-08-28 14:55:53 +03:00
Hillel Coren
d09bb3b851
Remove failed/refunded payments from reports
2016-08-28 13:20:16 +03:00
Hillel Coren
fda1fc439f
Added invoice_date to required fields
2016-08-28 13:14:28 +03:00
Hillel Coren
9feddabd4b
Fix for WePay app fee
2016-08-28 00:30:05 +03:00
Hillel Coren
2d15c43251
Set invoice type for renewal invoices
2016-08-25 17:32:26 +03:00
Hillel Coren
298bde6603
Require date when creating payment
2016-08-25 17:31:36 +03:00
Hillel Coren
f9a17a595d
Fixes to check data script
2016-08-25 17:29:55 +03:00
Hillel Coren
1b19d09f79
Fixed url2 error
2016-08-24 08:49:28 +03:00
Hillel Coren
d55cdd7619
Working on sidebar
2016-08-23 23:20:03 +03:00
Hillel Coren
f021ee11fa
Working on nav sidebar
2016-08-23 20:28:45 +03:00
Hillel Coren
48ab77a93e
Fix for new recurring invoice button
2016-08-23 16:51:39 +03:00
Hillel Coren
572b0d7d48
Fix for expense categories
2016-08-23 13:43:03 +03:00
Hillel Coren
26bf6725d7
Fix for expense categories
2016-08-23 13:42:02 +03:00
Hillel Coren
59451112fe
Log OFX parsing errors
2016-08-22 13:32:10 +03:00
Hillel Coren
5389a5aa87
Merge branch 'Self-updater' of https://github.com/codedge/invoiceninja into codedge-Self-updater
...
Conflicts:
resources/lang/en/texts.php
2016-08-21 19:39:31 +03:00
Hillel Coren
b405ed84da
Prevent invoices with expenses from creating products
2016-08-21 18:47:56 +03:00
Hillel Coren
de602283c1
Added 'tax' as custom label
2016-08-21 18:39:43 +03:00
Hillel Coren
6c92a6a94a
Enabled adding expense to open invoice
2016-08-21 18:25:35 +03:00
Holger Lösken
d2d64d2a63
Use self-updater package, initial commit
2016-08-19 13:13:55 +00:00
Hillel Coren
6485ab44cc
Fix for #993
2016-08-19 15:43:25 +03:00
Hillel Coren
8bcae45b00
Merge branch 'develop' of github.com:hillelcoren/invoice-ninja into develop
2016-08-19 13:23:05 +03:00
Hillel Coren
3a7d21a0b0
Added basic product report
2016-08-18 12:17:02 +03:00
Hillel Coren
e68f70c0ce
Updated hosted pricing
2016-08-18 11:55:24 +03:00
Hillel Coren
106cefd9c9
Updated hosted pricing
2016-08-18 11:54:56 +03:00
David Bomba
6d227968c0
type
2016-08-18 17:54:47 +10:00
David Bomba
62e1442a30
merge
2016-08-18 17:33:12 +10:00
Hillel Coren
6f6a475633
API changes
2016-08-17 17:29:25 +03:00
Hillel Coren
2f5235f1f0
Merge branch 'develop' of github.com:hillelcoren/invoice-ninja into develop
2016-08-17 17:15:25 +03:00
David Bomba
9dd170d698
adding new CSRF white list items
2016-08-17 21:29:48 +10:00
Hillel Coren
6675814f8d
Added docs to the subdomain exclude list
2016-08-17 13:08:46 +03:00
Hillel Coren
60ce97fe79
Added JayBizzle/Laravel-Crawler-Detect to improve the error logs
2016-08-17 12:51:26 +03:00
David Bomba
05340d3e4a
Add updated_at into Activity Transformer
2016-08-17 18:56:31 +10:00
Hillel Coren
ad5b185c7c
Add key for activities
2016-08-17 10:55:50 +03:00
Hillel Coren
ef4c0c4237
Fixed PayFast integration
2016-08-15 23:14:08 +03:00
Hillel Coren
f7e499da4d
Disable date validation
2016-08-15 22:57:05 +03:00
Hillel Coren
b35c44b1e8
Fixes for JSON import
2016-08-15 21:37:47 +03:00
Hillel Coren
c01e42ac87
Added option to include line item taxes in line total
2016-08-15 18:08:06 +03:00
Hillel Coren
d94974db59
Added activities to API dashboard data
2016-08-15 16:43:59 +03:00
Hillel Coren
2ebd40f46e
Added activities to API dashboard data
2016-08-15 16:43:26 +03:00
Hillel Coren
8262e40942
Working on dashboard API
2016-08-15 06:46:47 +03:00
Hillel Coren
3d9b712fb7
Improve test data
2016-08-14 22:29:34 +03:00
Hillel Coren
918d58e0b6
Bot fixes
2016-08-14 13:33:22 +03:00
Hillel Coren
698c1d088d
Fixes for the bot
2016-08-14 12:31:11 +03:00
Hillel Coren
bfae5018e0
Fixes for the bot
2016-08-14 12:30:16 +03:00
Hillel Coren
54a00f7bea
Fix for invoice item model
2016-08-14 09:50:41 +03:00
Hillel Coren
53c59b79e3
Fix for invoice item model
2016-08-14 09:49:01 +03:00
Hillel Coren
38e11fa71c
git update
2016-08-14 09:38:13 +03:00
Hillel Coren
e3d9ac9724
Updated version
2016-08-14 09:08:41 +03:00
Hillel Coren
c7c253fbd8
Merge branch 'release-2.6.9'
...
Conflicts:
app/Http/routes.php
app/Ninja/PaymentDrivers/BasePaymentDriver.php
composer.lock
resources/lang/en/texts.php
resources/views/reports/chart_builder.blade.php
2016-08-14 09:07:44 +03:00
Hillel Coren
fe7cf90fa6
Bumped version number to 2.6.9
2016-08-14 09:02:14 +03:00
Hillel Coren
ce2c71843c
Working on the bot
2016-08-13 22:19:37 +03:00
Hillel Coren
e4929c1008
Fix for cancelled mollie payments
2016-08-11 13:17:01 +03:00
Hillel Coren
1f537c77af
Change for tests
2016-08-10 21:07:02 +03:00
Hillel Coren
582c5ac780
git update
2016-08-10 20:50:34 +03:00
Hillel Coren
73574fbd14
Workign on the bot
2016-08-10 20:48:24 +03:00
Hillel Coren
e7e3ce6e5c
Working on the bot
2016-08-10 17:04:33 +03:00
Hillel Coren
0a7381294e
Working on the bot
2016-08-10 17:04:17 +03:00
Hillel Coren
815c3991a6
Working on the bot
2016-08-10 15:57:34 +03:00
Hillel Coren
d374843e50
Working on the bot
2016-08-09 23:06:24 +03:00
Hillel Coren
5a4f705c8b
working on the bot
2016-08-09 17:14:26 +03:00
Hillel Coren
0f391e8c8b
Fix for user permissions
2016-08-09 09:49:57 +03:00
Hillel Coren
8256e88286
Fix for user permissions
2016-08-09 09:48:41 +03:00
Hillel Coren
6c9c892d7c
Fix for applying multiple credits
2016-08-09 09:39:37 +03:00
Hillel Coren
e36db657cc
Fix for applying multiple credits
2016-08-09 09:39:20 +03:00
Hillel Coren
ce899cfe4d
Permission fix for saving invoice
2016-08-08 23:47:45 +03:00
Hillel Coren
e85517c4a8
Permission fix for saving invoice
2016-08-08 23:47:09 +03:00
Hillel Coren
d4e25bbc2a
Fix for online payments page
2016-08-08 21:21:54 +03:00
Hillel Coren
e65fdd54b0
Fix for online payments page
2016-08-08 21:21:43 +03:00
Hillel Coren
472ba842eb
Working on the bot
2016-08-08 17:45:37 +03:00
Hillel Coren
030a4ec356
Added back error method
2016-08-07 22:43:04 +03:00
Hillel Coren
f8fda5f241
Working on the bot
2016-08-07 22:42:32 +03:00
Hillel Coren
325aaa3272
Added back error method
2016-08-07 22:42:24 +03:00
Hillel Coren
045c25d3a7
Set grandfathered id
2016-08-07 11:10:59 +03:00
Hillel Coren
db52b92e78
Set grandfathered id
2016-08-07 11:10:38 +03:00
Hillel Coren
28e4e09fc4
git update
2016-08-07 09:14:01 +03:00
Hillel Coren
b8a124dc0f
Working on our bot
2016-08-07 09:10:36 +03:00
Hillel Coren
f1a278e4ff
Working on our bot
2016-08-06 20:54:56 +03:00
Hillel Coren
0746500c1a
Merge branch 'develop' of github.com:hillelcoren/invoice-ninja into develop
2016-08-04 20:02:55 +03:00
Hillel Coren
1d12f58a37
Remove seeder from migration to prevent class not found errors
2016-08-04 20:02:08 +03:00
Hillel Coren
7f3bd44d9a
Working on bots
2016-08-04 20:01:30 +03:00
Hillel Coren
845e25df2d
Remove seeder from migration to prevent class not found errors
2016-08-04 20:00:50 +03:00
David Bomba
ef8d2615f4
improve error handling for document downloads
2016-08-03 23:03:14 +10:00
David Bomba
e393b891bd
improve error handling for document downloads
2016-08-03 23:02:42 +10:00
Hillel Coren
d64f18ef99
Looking into bots...
2016-08-03 12:40:40 +03:00
Hillel Coren
40836a249b
Fix for archiving API token
2016-08-02 17:39:16 +03:00
Hillel Coren
8dc1786eb2
Fix for archiving API token
2016-08-02 17:38:51 +03:00
Hillel Coren
293e7cbb61
Support saving credit card and paypal tokens for the same client
2016-08-02 13:40:20 +03:00
Hillel Coren
128921e512
Fix refunding payment for archived gateway
2016-08-02 13:06:44 +03:00
Hillel Coren
60ce0716a9
Fix refunding payment for archived gateway
2016-08-02 13:06:04 +03:00
Hillel Coren
8f084ddbc1
Set last entered payment method as the default
2016-08-01 15:01:04 +03:00
Hillel Coren
bf5d6ac1ee
Set last entered payment method as the default
2016-08-01 15:00:47 +03:00
Hillel Coren
f3419587bf
Archive previous payment methods
2016-08-01 14:53:49 +03:00
Hillel Coren
948a3e8911
Archive previous payment methods
2016-08-01 14:53:10 +03:00
Hillel Coren
babbf8ea71
Fix for grandfathered check
2016-08-01 11:08:14 +03:00
Hillel Coren
cb9a67063d
Fix for grandfathered check
2016-08-01 11:07:44 +03:00
Hillel Coren
58d3b355fb
Check invoices aren't double billed
2016-08-01 10:50:28 +03:00
Hillel Coren
8eda3badb8
Check invoices aren't double billed
2016-08-01 10:50:18 +03:00
Hillel Coren
7ce829ccf6
Fix for auto-billing delayed invoices
2016-07-31 21:27:46 +03:00
Hillel Coren
e4058f9203
Fix for auto-billing delayed invoices
2016-07-31 21:27:11 +03:00
Hillel Coren
af78a3dd2d
Test Stripe credentials when adding gateway
2016-07-29 14:58:26 +03:00
Hillel Coren
d33b8d3770
Don't require expense date
2016-07-28 22:51:41 +03:00
Hillel Coren
a26cb74170
Don't require expense date
2016-07-28 22:51:32 +03:00
Hillel Coren
7d84c52734
Updated version
2016-07-28 12:20:58 +03:00
Hillel Coren
718fd928a4
Updated version
2016-07-28 12:20:36 +03:00
Hillel Coren
9fd85f1f26
Improvements to analytics
2016-07-28 12:11:14 +03:00
Hillel Coren
52fb4ae7c2
Improvements to analytics
2016-07-28 12:10:57 +03:00
Hillel Coren
c638b40f83
Fix for GA ecommerce
2016-07-27 21:52:52 +03:00
Hillel Coren
6fd4f85b11
Fix for GA ecommerce
2016-07-27 21:52:42 +03:00
Hillel Coren
0752007d3a
Fix ecommerce analytics
2016-07-27 16:32:05 +03:00
Hillel Coren
00bf526636
Fix ecommerce analytics
2016-07-27 16:31:52 +03:00
Hillel Coren
aa53a96b5d
Verify that invoice number is unique using JS
2016-07-27 15:46:05 +03:00
Hillel Coren
119ce2a426
Updated version number
2016-07-27 14:46:20 +03:00
Hillel Coren
f9c8b7eb9b
Updated version number
2016-07-27 14:46:11 +03:00
Hillel Coren
1e7bedd469
Fix for removing payment method
2016-07-27 14:38:44 +03:00
Hillel Coren
903036c02c
Fix for removing payment method
2016-07-27 14:37:36 +03:00
Hillel Coren
0f6555fb55
Fix display of expense exchange rates
2016-07-27 13:54:42 +03:00
Hillel Coren
d44213bce9
Fix display of expense exchange rates
2016-07-27 13:54:00 +03:00
Hillel Coren
6cd1e2ebb3
Fix for report checkboxes
2016-07-27 13:42:26 +03:00
Hillel Coren
05a92fea8d
Fix for report checkboxes
2016-07-27 13:40:54 +03:00
Hillel Coren
bb590830cf
Fix for upgrading Stripe accounts
2016-07-27 12:53:58 +03:00
Hillel Coren
7c314347db
Fix for upgrading Stripe accounts
2016-07-27 12:53:11 +03:00
Hillel Coren
a758a26caf
Fix for asdf
2016-07-24 14:40:17 +03:00
Hillel Coren
d51c437c3c
Fix for asdf
2016-07-24 14:40:03 +03:00
Hillel Coren
70244ec12e
Merging fixes from develop
2016-07-21 20:12:59 +03:00
Hillel Coren
8c15e2a735
Fix for payment gateway failing validation
2016-07-21 20:09:33 +03:00
Hillel Coren
4795f33067
Adding back fixes
2016-07-21 16:04:23 +03:00
Hillel Coren
498578cefc
Rollback to 2.6.5
2016-07-21 15:35:23 +03:00
Hillel Coren
ee937d9994
Fixes from refactor
2016-07-21 14:28:06 +03:00
Hillel Coren
fa18feb8e5
Handle deleted account when charging renewals
2016-07-20 22:53:54 +03:00
Hillel Coren
f4f13d3119
Fix for attaching files
2016-07-20 20:09:03 +03:00
Hillel Coren
61d3adecff
Merge pull request #957 from codedge/#949-Improve-activity-stream-invoices
...
Show client name next to invoice no. on dashboard
2016-07-20 11:54:17 +03:00
Hillel Coren
f83736478c
Merge pull request #962 from codedge/#585-Reset-invoice-schema-counter-new-year
...
Reset the invoice schema counter
2016-07-20 11:10:19 +03:00
Hillel Coren
7b4b84cedd
Merge pull request #979 from codedge/Refactoring-docblocks-dead-code-unused-uses
...
Refactor docblocks, unused vars, unused uses
2016-07-20 11:00:03 +03:00
Hillel Coren
24503ad53b
Merge pull request #980 from codedge/Refactor-utils-helper-class
...
Refactor Utils class
2016-07-20 10:58:32 +03:00
Hillel Coren
7bb8f0ca4a
Merge https://github.com/codedge/invoiceninja into codedge-#904-Unify-js-no-public-js
...
Conflicts:
app/Http/Controllers/AccountController.php
resources/lang/en/texts.php
2016-07-20 10:49:08 +03:00