1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-10 13:12:50 +01:00
Commit Graph

1296 Commits

Author SHA1 Message Date
Hillel Coren
98fed80761 Fix for status message after emailing an invoice 2017-01-26 20:21:15 +02:00
Hillel Coren
17129fc9ef Added setup.sql to speed up initial setup 2017-01-25 17:03:36 +02:00
Hillel Coren
87eb9e1216 Disabled support for queues 2017-01-24 16:16:06 +02:00
Hillel Coren
de6302d12a Add client statements 2017-01-23 17:00:44 +02:00
Hillel Coren
a63f694d09 Improvements to reports 2017-01-22 12:09:29 +02:00
Hillel Coren
b18f11f3da Add new task/expense button after saving project/expense category 2017-01-15 23:23:46 +02:00
Hillel Coren
21795b683d Improve task descriptions when invoiced 2017-01-15 22:11:04 +02:00
Hillel Coren
c8419c14d1 Improvements to CSV import/export 2017-01-15 20:38:36 +02:00
Hillel Coren
b1caad4995 Replace terms page with WP link 2017-01-13 14:18:24 +02:00
Hillel Coren
00ae1d4a1c Support entering payment for draft invoice 2017-01-13 13:53:06 +02:00
Hillel Coren
eebe61b4d0 Support paying draft invoices 2017-01-13 09:02:22 +02:00
Hillel Coren
0095cdf7dd Add secondary domain choice 2017-01-12 15:12:02 +02:00
Hillel Coren
b6527cddc3 Refactor client portal and email settings requests 2017-01-12 13:52:37 +02:00
Hillel Coren
28804b0068 Trim gateway config info 2017-01-11 19:51:47 +02:00
Hillel Coren
029353ff47 Use email queues in API 2017-01-11 19:37:42 +02:00
Hillel Coren
318b189bc0 Support bulk emailing 2017-01-11 15:53:26 +02:00
Hillel Coren
dc034d06dd Support using queues for emails 2017-01-11 12:32:13 +02:00
David Bomba
971653ec7d Api error handling (#1277)
* fix env variable

* update routes

* Improve error handling for API_SECRET when testing API endpoint credentials

* exclude /api/v1/ping from API check
2017-01-11 19:13:22 +11:00
David Bomba
3c19ac08cd API error reporting (#1276)
* fix env variable

* update routes

* Improve error handling for API_SECRET when testing API endpoint credentials
2017-01-11 18:34:29 +11:00
Hillel Coren
ccac8b3bc9 Working on tests 2017-01-10 13:16:37 +02:00
Hillel Coren
04ed02d0d5 Working on tests 2017-01-10 13:14:36 +02:00
Hillel Coren
12d1c39d16 Working on tests 2017-01-10 13:03:56 +02:00
Hillel Coren
739447fe7d Working on tests 2017-01-10 12:53:17 +02:00
Hillel Coren
9400c073e2 Clean up constants 2017-01-10 12:27:52 +02:00
Hillel Coren
3af0abbb13 Clean up constants 2017-01-10 12:21:56 +02:00
Hillel Coren
3d507fad68 Check invoice is set to is_public in the API 2017-01-10 10:49:41 +02:00
Hillel Coren
2f275a846d Only show promo to admins 2017-01-09 10:19:10 +02:00
Hillel Coren
fba3a9c3d5 Show paid invoice backup separately 2017-01-09 10:17:22 +02:00
Hillel Coren
83d2935573 Capture snapshot of invoice when payment is entered 2017-01-08 23:34:44 +02:00
Hillel Coren
854b13de19 Enable viewing draft invoices with link 2017-01-08 21:45:42 +02:00
Hillel Coren
01439a0f43 Enable non-admins to set notification preferences 2017-01-08 17:43:56 +02:00
Hillel Coren
4596ce4095 Support importing exported files 2017-01-08 14:19:40 +02:00
Hillel Coren
c8345e8fc1 BCC email 2017-01-06 15:24:53 +02:00
Hillel Coren
6ff1c79db3 Label reminder activity records 2017-01-05 12:46:03 +02:00
Hillel Coren
9fc53c8b13 Support canceling pro trial 2017-01-04 13:20:56 +02:00
Hillel Coren
7a58108cd0 Refactored number genrating code 2017-01-04 10:11:32 +02:00
Hillel Coren
c37f6cd55b Update version 2017-01-04 09:02:55 +02:00
Hillel Coren
69369619af Support automatic client ids 2017-01-03 21:48:40 +02:00
Hillel Coren
a3c5b83d2d Update version 2017-01-03 12:12:07 +02:00
Hillel Coren
4f04e56c7e Fix timezone issue with dates 2017-01-02 22:43:03 +02:00
Hillel Coren
977e96dbc3 Add ‘More Actions’ to payments form 2017-01-02 22:23:29 +02:00
Hillel Coren
9b13321a7f Store that invoice was authorized in the session #1230 2017-01-02 14:47:39 +02:00
Hillel Coren
076a458567 Remove inclusive from account default list 2017-01-02 13:44:33 +02:00
Hillel Coren
c4cdc45a93 Add inclusive tax rates #552 2017-01-02 13:38:58 +02:00
Hillel Coren
4307bb2984 Move bluevine_status to companies table 2017-01-02 13:37:28 +02:00
Hillel Coren
e71d254a09 Show ‘Mark Paid’ in list/more actions for draft invoices 2017-01-01 20:49:37 +02:00
Hillel Coren
cfdc8a3104 Add plan for up to 20 users 2017-01-01 20:43:46 +02:00
Hillel Coren
67140d87ae Only show Bluevine to primary account 2017-01-01 13:09:42 +02:00
Hillel Coren
152b8770f5 Simplify new company process 2016-12-29 22:24:11 +02:00
Hillel Coren
e313a32c6a Show app link when logging in on iOS device 2016-12-29 21:49:55 +02:00
Hillel Coren
75900c296e Improved Swagger annotations 2016-12-29 18:17:17 +02:00
Hillel Coren
03a2a1a9c2 Increase import limit 2016-12-28 20:50:59 +02:00
Hillel Coren
d6b0827eac Support renewing white label license early 2016-12-28 20:40:25 +02:00
Hillel Coren
f0f62790a6 Show dashboard alert when white label license is expired 2016-12-28 16:39:29 +02:00
Hillel Coren
cf0889bc90 Improvements to white label purchase 2016-12-27 23:56:55 +02:00
Hillel Coren
edc3531965 Add require HTTPS self host setting 2016-12-25 22:31:02 +02:00
Hillel Coren
3f8efb986d Enable sending message from within the app 2016-12-25 19:43:42 +02:00
Hillel Coren
c26bebd063 Add plan deadline logging 2016-12-25 11:49:33 +02:00
Hillel Coren
b7465a8f17 Fix data import 2016-12-22 19:12:12 +02:00
Hillel Coren
6e8f87a198 Fix total balance for vendor with multiple expense currencies 2016-12-20 17:48:58 +02:00
Hillel Coren
cd97904b75 Remove mcrypt #1188 2016-12-20 16:28:44 +02:00
Hillel Coren
312e8e8e48 Fixes #1211 2016-12-20 15:09:41 +02:00
Hillel Coren
6c30a603f6 Update version to 2.9.1 2016-12-20 14:44:06 +02:00
Hillel Coren
68d3322032 Fix for #1209 2016-12-20 10:50:23 +02:00
Hillel Coren
db26b169cd Clarify sample values in invoice design page 2016-12-19 20:30:27 +02:00
Hillel Coren
2f8344df66 Added deletedQuote subscription 2016-12-19 20:06:30 +02:00
Hillel Coren
989d55d692 Fix for module column headers 2016-12-19 13:22:03 +02:00
Hillel Coren
f8d95e1a31 Merge pull request #1184 from justkidding96/develop
Added new event listeners for Zapier
2016-12-16 15:17:30 +02:00
Hillel Coren
89e38d888e Bumped version number to 2.9.0 2016-12-15 17:21:36 +02:00
Hillel Coren
fc87cbafe6 Support exporting products 2016-12-15 15:28:24 +02:00
Hillel Coren
82857d642f Adjustments to task projects 2016-12-15 15:13:24 +02:00
Hillel Coren
d1f496023b Adjustments to task projects 2016-12-15 14:17:10 +02:00
Hillel Coren
16dba695b1 Support bulk mark paid 2016-12-14 21:47:22 +02:00
Hillel Coren
9201004f33 Merge branch 'develop' of github.com:invoiceninja/invoiceninja into develop 2016-12-14 16:19:30 +02:00
Hillel Coren
cc8959626f Support pro plan discounts 2016-12-14 16:19:16 +02:00
David Bomba
0ceeefb10b Improve error reporting from API (#1194)
* apply API response across all requests

* apply API response across all requests
2016-12-13 17:52:09 +11:00
Hillel Coren
2ccb54bf42 Added rbits data 2016-12-12 20:42:51 +02:00
Hillel Coren
d5134daa01 Merge branch 'develop' of github.com:invoiceninja/invoiceninja into develop 2016-12-12 00:38:10 +02:00
Hillel Coren
03e9e978d7 Added social icons to navigation footer 2016-12-12 00:25:22 +02:00
David Bomba
ba9c06cb18 API Error handling (#1189)
* bug fix

* csrf filters

* request API error handler implementation

* add utils dependency

* add response dependency
2016-12-11 20:31:29 +11:00
Hillel Coren
338f3f0c7f CRUD 2016-12-09 13:17:04 +02:00
Hillel Coren
954c04c917 CRUD 2016-12-09 12:35:49 +02:00
Hillel Coren
249965df5c CRUD 2016-12-08 22:51:53 +02:00
Hillel Coren
bb55beaa64 Working on CRUD 2016-12-08 17:09:45 +02:00
Hillel Coren
2762debd59 Working on module CRUD 2016-12-08 15:41:35 +02:00
Hillel Coren
e0e88de8b3 Add alias for web to auth routes 2016-12-07 22:49:27 +02:00
Hillel Coren
4821908521 Fix for tests 2016-12-06 20:23:33 +02:00
Hillel Coren
d7ac1cd33b Fix for tests 2016-12-06 20:05:55 +02:00
Hillel Coren
71e2b1f165 Cleaned up routes file 2016-12-06 14:00:27 +02:00
Hillel Coren
f62f18ea78 Enabled specifying email from address 2016-12-06 11:37:04 +02:00
Hillel Coren
25a95e8e25 Don't apply subdomain rules to self host 2016-12-05 21:54:10 +02:00
Hillel Coren
67f44775e3 Fix for tests 2016-12-05 20:56:57 +02:00
Hillel Coren
2d0effda63 Support exporting expenses 2016-12-05 20:35:01 +02:00
Rowdy Klijnsmit
bb2eea035a Added new event listeners for Zapier
* Add updated quote listener
* Add updated invoice listener
* Add deleted invoice listener
2016-12-05 15:39:27 +01:00
Hillel Coren
78a2a66729 Hide draft invoices from the client portal 2016-12-05 10:11:33 +02:00
Hillel Coren
8d8156f580 Hide draft invoices from the client portal 2016-12-04 23:26:38 +02:00
Hillel Coren
9398c45b56 Prevent changing credit's client 2016-12-04 12:24:48 +02:00
Hillel Coren
f739976de2 Fix for gateway type in buy now buttons 2016-12-04 11:47:58 +02:00
Hillel Coren
531b707945 Support setting redirect URL for buy now button 2016-12-02 15:37:25 +02:00
Hillel Coren
c8d4941fa6 Support setting redirect URL for buy now button 2016-12-02 14:51:05 +02:00