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

3756 Commits

Author SHA1 Message Date
Hillel Coren
36234dd6fa If credit number is enabled check a prefix/pattern is set 2017-07-05 11:31:15 +03:00
Hillel Coren
774e6854d0 Send plain text/HTML with Postmark 2017-07-04 23:57:16 +03:00
Hillel Coren
2c77af532f Hide archived recurring invoice in the client portal 2017-07-04 23:49:00 +03:00
Hillel Coren
be4dbe5195 Bug: Due date not updated when copying invoice #1557 2017-07-04 22:58:33 +03:00
Hillel Coren
3f1720a4d5 Support WePay in UK 2017-07-04 12:24:49 +03:00
Hillel Coren
c2d2c05c81 Prevent marking delete invoice as sent 2017-07-04 12:16:47 +03:00
Hillel Coren
b8e3b7e579 Route fixes 2017-07-04 12:13:20 +03:00
Hillel Coren
3594d1bea0 API optimizations 2017-07-04 12:04:21 +03:00
Hillel Coren
7a4c46c771 Added documents to the expense transformer 2017-07-03 21:42:00 +03:00
Hillel Coren
2786aae871 Add check for invoice JS amounts 2017-07-03 15:09:55 +03:00
Hillel Coren
561407f3cc Add check for invoice JS amounts 2017-07-03 13:15:06 +03:00
Hillel Coren
25bd16ccb1 Trim contact email 2017-07-02 20:55:21 +03:00
Hillel Coren
23a19be9e9 Hide purge/delete buttons on Ninja accounts 2017-07-02 20:44:56 +03:00
Hillel Coren
9a21f754d5 Improve handling invalid date with CSV import 2017-07-02 20:41:13 +03:00
Hillel Coren
460e2375bc Fix sort by recurring invoice status 2017-07-02 18:54:28 +03:00
Hillel Coren
e8f359dce6 Fix sort by recurring invoice status 2017-07-02 18:54:06 +03:00
Hillel Coren
9543093186 Mark WePay ACH token as verfied once used 2017-07-02 17:36:03 +03:00
Hillel Coren
c9a693f8f1 Mark WePay ACH token as verfied once used 2017-07-02 17:35:52 +03:00
Hillel Coren
b9f8fd4376 Mark WePay ACH token as verfied once used 2017-07-02 17:35:21 +03:00
Hillel Coren
11090536e3 Mark WePay ACH token as verfied once used 2017-07-02 17:34:50 +03:00
Hillel Coren
862205d89f Mark WePay ACH token as verfied once used 2017-07-02 17:34:34 +03:00
Hillel Coren
a908e75757 Fix for duplicate public ids/keys 2017-07-02 16:28:29 +03:00
Hillel Coren
7b20db256e Fix for duplicate public ids/keys 2017-07-02 16:28:05 +03:00
Hillel Coren
5e3267a5e4 Update version 2017-06-30 10:49:05 +03:00
Hillel Coren
57ff5cba87 Update version 2017-06-30 10:48:46 +03:00
Hillel Coren
7f8f1b414b Hide tasks invoice line item table if module is disabled 2017-06-29 17:39:10 +03:00
Hillel Coren
277e564645 Change session from flash to now where needed 2017-06-29 17:17:33 +03:00
Hillel Coren
980c70f700 Fix for controller stub 2017-06-29 15:18:59 +03:00
Hillel Coren
b5c86f8435 Update payment details other text 2017-06-28 22:01:12 +03:00
Hillel Coren
efd66b4bef Fix import file extension check 2017-06-28 20:14:38 +03:00
Hillel Coren
ee42bed5f3 Fix import file extension check 2017-06-28 20:14:23 +03:00
Hillel Coren
50a84f9ffb Support creating/sending recurring invoices with the API 2017-06-28 17:39:32 +03:00
Hillel Coren
b561bfd594 Reset credit counter 2017-06-28 17:10:57 +03:00
Hillel Coren
efd2461646 Server's IP address, instead of client's is passed to payment gateway. #1507 2017-06-28 06:25:31 +03:00
Hillel Coren
4d8fba0d70 Separate counter for credit invoices #1451 2017-06-27 22:07:10 +03:00
Hillel Coren
e217718918 Log import errors 2017-06-27 15:53:54 +03:00
Hillel Coren
2fb227714a Email error if import fails 2017-06-26 23:44:55 +03:00
Hillel Coren
2542b1a640 Send payment line item details 2017-06-26 22:23:21 +03:00
Hillel Coren
ab06b72e66 Working on recurring expenses 2017-06-26 21:36:58 +03:00
Hillel Coren
d9292b9c11 Merge pull request #1551 from Braunson/develop
Added better debug messages to importer
2017-06-26 17:24:02 +03:00
Hillel Coren
b694d35994 Recurring expenses 2017-06-26 16:25:11 +03:00
Hillel Coren
df6ec9af70 Working on recurring expenses 2017-06-26 15:57:40 +03:00
Hillel Coren
1baaa76a00 Working on recurring expenses 2017-06-26 12:45:42 +03:00
Hillel Coren
f965173a86 Add check for invoice_design_id 2017-06-26 11:20:01 +03:00
Hillel Coren
b596845e1a Add check for invoice_design_id 2017-06-26 11:19:48 +03:00
Hillel Coren
ffbe32256c Working on recurring expenses 2017-06-26 11:10:51 +03:00
Hillel Coren
6e757a6a6d Fix for Linkedin ouath 2017-06-26 07:18:32 +03:00
Hillel Coren
8675b25d1e Fix for Linkedin ouath 2017-06-26 07:18:10 +03:00
Hillel Coren
4a55e26117 Working on recurring expenses 2017-06-26 07:16:29 +03:00
Braunson Yager
f0801bbf51 Added better debug messages to importer 2017-06-23 10:28:33 -04:00
Hillel Coren
ecbdf72d6d Fix outstanding amount on PDF 2017-06-22 08:41:18 +03:00
Hillel Coren
337f57e1ac Fix outstanding amount on PDF 2017-06-22 08:41:10 +03:00
Hillel Coren
b2f0012aae Support updating card on file 2017-06-21 23:36:59 +03:00
Hillel Coren
6fb9621362 Fix invoice number counter when mixing standard and recurring 2017-06-21 21:11:27 +03:00
Hillel Coren
1616746267 Fix invoice number counter when mixing standard and recurring 2017-06-21 21:10:42 +03:00
Hillel Coren
73d4d90afb Create recurring buy now invoices as sent 2017-06-21 17:43:29 +03:00
Hillel Coren
10907d93b6 Create recurring buy now invoices as sent 2017-06-21 17:43:01 +03:00
Hillel Coren
4b291f6c7e Prevent draft invoice from being marked as partial 2017-06-21 15:59:29 +03:00
Hillel Coren
2c9eb3e7aa Fix for negative line item taxes 2017-06-21 14:02:03 +03:00
Hillel Coren
2b2373499d Fix for negative line item taxes 2017-06-21 14:01:26 +03:00
Hillel Coren
4fd2329f6d Fix for negative line item taxes 2017-06-21 13:53:29 +03:00
Hillel Coren
58e720ef40 Fix for negative line item taxes 2017-06-21 13:52:59 +03:00
Hillel Coren
c239146559 Improvements to invoice labels customization 2017-06-21 13:35:55 +03:00
Hillel Coren
032cba785d Improving custom labels UI 2017-06-21 11:07:59 +03:00
Hillel Coren
52ece5de9f Merge fixes 2017-06-20 21:35:01 +03:00
Hillel Coren
71d325cb98 Working on task invoices 2017-06-20 21:34:07 +03:00
Hillel Coren
0d1b9e0dc9 Enable adding tasks/expenses to any open invoice #1292 2017-06-20 18:10:57 +03:00
Hillel Coren
e178aea6ad Update version 2017-06-20 12:54:31 +03:00
Hillel Coren
7137cf4676 Update version 2017-06-20 12:54:18 +03:00
Hillel Coren
40790894c7 View and Payment IP address missing in v3.4 2017-06-20 09:41:55 +03:00
Hillel Coren
e180601898 Working on task invoices 2017-06-20 09:41:08 +03:00
Hillel Coren
c4fd95756a View and Payment IP address missing in v3.4 #1542 2017-06-20 09:40:15 +03:00
Hillel Coren
973ceec719 Added dark mode as an option 2017-06-19 14:19:25 +03:00
Hillel Coren
71ad4f2f6a Clarify init-lookup output 2017-06-19 10:55:32 +03:00
Hillel Coren
e3d89994c9 Clarify init-lookup output 2017-06-19 10:55:02 +03:00
Hillel Coren
4e948b2543 Prevent quotes from being paid 2017-06-18 17:10:00 +03:00
Hillel Coren
7696ba610c Prevent quotes from being paid 2017-06-18 17:09:20 +03:00
Hillel Coren
c0ba35c771 Multi-db fixes 2017-06-18 14:43:56 +03:00
Hillel Coren
f1c22180f6 Multi-db fixes 2017-06-18 14:42:55 +03:00
Hillel Coren
1ce6454ac2 Removed duplicate status from invitation transformer 2017-06-16 12:36:51 +03:00
Hillel Coren
4ba84f2cab Removed duplicate status from invitation transformer 2017-06-16 12:36:29 +03:00
Hillel Coren
2dd141abcf Merge branch 'release-3.4.0' 2017-06-15 12:04:28 +03:00
Hillel Coren
1e805b61f6 Bumped version number to 3.4.0 2017-06-15 11:54:35 +03:00
Hillel Coren
78434fe159 Updated language files 2017-06-15 10:53:18 +03:00
Hillel Coren
cb533871ac Support setting country in API using country code 2017-06-15 10:24:40 +03:00
Hillel Coren
6ec0288462 Log 404s to separate file 2017-06-14 21:18:55 +03:00
Hillel Coren
62c616b0ac Update invoice transformer docs 2017-06-14 21:02:10 +03:00
Hillel Coren
a04015ac41 Handle case where public_id has been used 2017-06-14 20:59:44 +03:00
Hillel Coren
46c008477e Fix invoice status issue with API 2017-06-14 12:42:33 +03:00
Hillel Coren
1eb6cd33f2 Increase import limit 2017-06-14 12:00:58 +03:00
Hillel Coren
75c7e44c83 Support negative payments through the API 2017-06-13 22:35:09 +03:00
Hillel Coren
7d0204033b Hide recurring invoice number in transformer 2017-06-13 21:58:01 +03:00
Hillel Coren
cf3815240d Show link to client portal 2017-06-13 21:53:54 +03:00
Hillel Coren
fb0d448099 Use ninja logging with self host installs 2017-06-13 20:19:47 +03:00
Hillel Coren
5f78c4a15b Fix for ninja invoices in portal 2017-06-13 16:14:44 +03:00
Hillel Coren
b879d3ea9d Fix for ninja invoices in portal 2017-06-13 16:14:01 +03:00
Hillel Coren
c6091cd71e Improve cancel button links 2017-06-13 15:42:41 +03:00
Hillel Coren
2aa2cffe15 Fix for tests 2017-06-13 13:44:48 +03:00
Hillel Coren
02122323fb Add db_server to logError 2017-06-13 12:04:46 +03:00
Hillel Coren
ae357efaeb Roll back notification queue changes 2017-06-13 12:03:13 +03:00