1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-10 05:02:36 +01:00
Commit Graph

119 Commits

Author SHA1 Message Date
Joshua Dwire
f222390ce8 Upgrade to Laravel 5.5 and PHP 7.3 2019-09-12 19:30:10 -04:00
David Bomba
aefe133ba0
fix permissions (#2637) 2019-01-30 22:25:37 +11:00
David Bomba
5ccf7369ca Rebase to v4.5.9 2019-01-30 21:45:46 +11:00
Hillel Coren
85b32f34a7 API fix 2018-09-14 16:28:43 +03:00
Hillel Coren
ffe9ef574a Fix for zero tax rates 2018-09-09 08:48:57 +03:00
Hillel Coren
87ad60b71f Changes for the mobile app 2018-08-15 14:06:56 +03:00
Hillel Coren
4362fd182a Clarify error if client not found 2018-06-17 12:56:44 +03:00
Hillel Coren
f1e50caa17 Add quote API filter 2018-05-18 09:41:55 +03:00
Hillel Coren
258431bba4 Changes for Zapier CLI 2018-05-06 22:45:47 +03:00
Hillel Coren
2943fe3d0c Fix for API payment rounding 2018-04-08 10:49:54 +03:00
Hillel Coren
2330f07b4c Remove isTrusted check from emailing w/API 2018-02-15 11:39:23 +02:00
Hillel Coren
f39f744dca Limit bulk emailing 2018-02-04 10:43:14 +02:00
Hillel Coren
cfddcc940a Support filtering API invoices by status 2018-01-25 11:14:50 +02:00
Hillel Coren
7058cd77e2 Support multiple products with API/Zapier 2018-01-04 18:22:09 +02:00
Hillel Coren
640d9323a2 Uses queue when sending email through API 2017-10-24 11:16:00 +03:00
Hillel Coren
bc8e21153d Load default product taxes in the API 2017-10-18 12:10:59 +03:00
Hillel Coren
cdfc1195d8 Load custom product values when creating invoices using the API 2017-10-17 21:04:54 +03:00
Hillel Coren
b534ad4e83 Support sending reminder emails through the API 2017-08-29 20:36:08 +03:00
Hillel Coren
d63cbb237c Clean up error logs 2017-08-16 10:52:34 +03:00
Hillel Coren
9e437e8a12 Improve error when downloading deleted invoice 2017-07-24 16:53:35 +03:00
Hillel Coren
50a84f9ffb Support creating/sending recurring invoices with the API 2017-06-28 17:39:32 +03:00
Hillel Coren
cb533871ac Support setting country in API using country code 2017-06-15 10:24:40 +03:00
Hillel Coren
091e3ed1b2 Added additional custom designs 2017-06-01 19:13:13 +03:00
Hillel Coren
b5ed7d9896 Refactor isInvoice to isStandard 2017-05-22 11:22:34 +03:00
David Bomba
f5e0b8e3b7 JSON formatting (#1495) 2017-05-16 20:34:04 +10:00
Hillel Coren
2f838416b0 Check archived invoices aren't emailed through the API 2017-04-02 11:33:39 +03:00
Hillel Coren
01329e846f Working on API docs 2017-03-19 18:03:17 +02:00
Louis-Rémi Babé
d7f3ac8d2c Fix swagger's operationId for all API endpoints 2017-03-09 18:12:35 +01:00
Hillel Coren
9fa08046cf Fix for invoice API delete 2017-03-09 12:25:56 +02:00
Louis-Rémi Babé
9f1df5e924 Fix remaining swagger docs errors
+ Take @hillelcoren remarks into account
2017-03-09 11:11:45 +01:00
Louis-Rémi Babé
e16e730138 Implement missing resources methods
+ Fix Swagger doc
2017-03-08 17:15:30 +01:00
Hillel Coren
eb2e02a809 php-cs-fixer 2017-01-30 21:54:09 +02:00
Hillel Coren
30515c69f3 php-cs-fixer 2017-01-30 21:49:42 +02:00
Hillel Coren
c0fbaf1e89 php-cs-fixer cleanup 2017-01-30 21:40:43 +02:00
Hillel Coren
1eb83a2642 php-cs-fixer clean up 2017-01-30 18:05:31 +02:00
Hillel Coren
249f5b3543 Change back to UTC dates 2017-01-30 14:40:07 +02:00
Hillel Coren
6d65b8e7cc Fix for dates 2017-01-30 10:15:28 +02:00
Hillel Coren
87eb9e1216 Disabled support for queues 2017-01-24 16:16:06 +02:00
Hillel Coren
029353ff47 Use email queues in API 2017-01-11 19:37:42 +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
4f04e56c7e Fix timezone issue with dates 2017-01-02 22:43:03 +02:00
Hillel Coren
905593b525 Prevent emailing recurring invoice through API 2016-11-06 15:57:33 +02:00
Hillel Coren
fd5fa8f557 Prevent entering payment for recurring invoice through the API 2016-08-28 20:52:25 +03:00
Holger Lösken
0fbda85a59 Code Refactoring
- Removed unused uses
- Type hinting for method parameters
- Removed commented code
- Introduced comments for classes and methods
- Short array syntax
2016-07-03 16:19:22 +00:00
Hillel Coren
4281a1c3b0 API changes for Zapier 2016-06-23 12:57:10 +03:00
Hillel Coren
725522ea21 API changes for Zapier 2016-06-23 12:38:06 +03:00
Hillel Coren
78bafbbf09 Support downloading PDF through the API 2016-06-01 12:56:15 +03:00
Hillel Coren
0e75ddb5e6 Added setting to hide second tax rate 2016-05-29 12:26:02 +03:00
David Bomba
7c0e2f4420 added in additional fields for Invoice Transformer 2016-05-12 08:28:49 +10:00
David Bomba
2b23a80fda rewind 2016-05-12 08:27:21 +10:00