1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 16:31:33 +02:00
Commit Graph

502 Commits

Author SHA1 Message Date
Viktor Rennert
00fb18a52f Added ability to attach invoice as pdf to email templates.
Added flag in setting to turn pdf attachments on/off.
Client side generated pdf is uploaded on send email action.
Backend will check for actuall pdf.
Added dummy strings to all languages.

Added migration.
2015-03-15 18:54:40 +01:00
Hillel Coren
2cdf6d517a Added support for gmail one-click actions 2015-03-11 23:37:43 +02:00
Hillel Coren
228f772f02 Minor tweaks 2015-03-10 14:39:49 +02:00
Hillel Coren
ed3d779bf1 Minor tweaks 2015-03-10 14:39:25 +02:00
Hillel Coren
0ebf08c53d Corrected rounding issue if qty or cost had greater than 2 precision 2015-03-10 13:15:01 +02:00
Hillel Coren
e91c832cc2 Restyled forgot password pages 2015-03-09 23:57:16 +02:00
Hillel Coren
e42c6b3ca2 Combined advanced settings pages 2015-03-09 21:14:00 +02:00
Hillel Coren
3556871fa9 Added support for changing user’s password 2015-03-04 23:53:46 +02:00
Hillel Coren
9b7736719a Removed terms from footer 2015-03-04 16:06:24 +02:00
Hillel Coren
f42777b1f5 Added support for an additional payment gateway (paypal + credit card) 2015-03-04 00:14:44 +02:00
Hillel Coren
9210e3d578 Added support for API tokens 2015-03-03 17:32:50 +02:00
Hillel Coren
6e03bc7510 Bug fixes 2015-03-02 16:17:33 +02:00
Hillel Coren
cfe01e7e05 Enabled setting an invoice footer 2015-02-28 23:42:47 +02:00
Hillel Coren
854f6777ab Bug fixes 2015-02-26 21:24:49 +02:00
Hillel Coren
bf24e8c40f Client page color matches invoice design primary color 2015-02-26 20:47:20 +02:00
Hillel Coren
fe2155e139 Added social buttons to login page 2015-02-26 20:20:10 +02:00
Hillel Coren
856b7977d2 Bug fixes 2015-02-26 17:42:07 +02:00
Hillel Coren
cc46f1fa60 Merge branch 'master' of git://github.com/fabianmarz/invoice-ninja into fabianmarz-master
Conflicts:
	app/lang/de/texts.php
2015-02-26 15:10:44 +02:00
Hillel Coren
9d240480cc Bug fixes and check-data script 2015-02-26 00:11:00 +02:00
Hillel Coren
82172751dd Added years to the expiration select 2015-02-23 21:17:45 +02:00
Hillel Coren
1f47acb8ae Style fixes 2015-02-19 12:42:13 +02:00
Hillel Coren
4cc885b20f Style fixes 2015-02-19 12:40:29 +02:00
Hillel Coren
5f6cb53837 Style fixes 2015-02-19 12:35:46 +02:00
Hillel Coren
c94c60c33e Restyled client pages 2015-02-19 00:42:12 +02:00
Hillel Coren
b55678b0ba Restyled client pages 2015-02-19 00:34:36 +02:00
Fabian Marz
6e9fe96f8f Merge branch 'master' of https://github.com/fabianmarz/invoice-ninja
Conflicts:
	app/views/clients/show.blade.php
2015-02-18 23:00:37 +01:00
Fabian Marz
53111d7584 Merge conflict 2015-02-18 22:59:46 +01:00
Fabian Marz
897277831a Added translation string and fixed german string 2015-02-18 22:58:17 +01:00
Fabian Marz
073cd4e926 Added translation string and fixed german string 2015-02-18 22:28:37 +01:00
Hillel Coren
3c7fefc5d8 Minor tweaks 2015-02-18 15:46:46 +02:00
Hillel Coren
c1bc3f5a3f Added Swiss Franc 2015-02-18 14:59:25 +02:00
Hillel Coren
7f27abace2 Added support for Stripe token billing 2015-02-18 00:22:12 +02:00
Hillel Coren
89269f4bd7 Added ability for clients to approve a quote, converting it to an invoice 2015-02-16 18:15:05 +02:00
Hillel Coren
2a297e3d3f Added ability to customize emails 2015-02-12 22:50:05 +02:00
Hillel Coren
2c6cce1707 Enable restoring users and re-sending invitations 2015-02-11 14:39:00 +02:00
Hillel Coren
276b23da95 Added 'convert to quote' option to quote list actions 2015-02-10 15:50:38 +02:00
Hillel Coren
24b2e851bb Fixed CSS styling of checkboxes 2015-02-10 15:29:03 +02:00
Hillel Coren
dc23bad422 Added ability to edit payments 2015-02-10 13:29:13 +02:00
Hillel Coren
1aea4d83a2 Improved logged JavaScript error message 2015-02-10 12:37:28 +02:00
Hillel Coren
b8bc6e3186 Fix #222 showing incorrect amount on dashboard 2015-01-27 10:03:51 +02:00
Hillel Coren
eb6b4c1386 Fixes to invoice history 2015-01-25 23:28:49 +02:00
Hillel Coren
1e288aafdf Updating text files 2015-01-25 22:44:36 +02:00
Hillel Coren
31b4e17c18 Enabled viewing previous versions of invoices and quotes 2015-01-25 21:26:15 +02:00
Hillel Coren
fa371d2a77 Added support for saving and showing 0% tax rates 2015-01-25 08:48:40 +02:00
Hillel Coren
b362380615 Minor styling fix 2015-01-22 15:36:16 +02:00
Hillel Coren
8d13091e86 Merge pull request #218 from sanglt/master
Multiple currency support in dashboard
2015-01-22 15:33:04 +02:00
Hillel Coren
6648a32dc4 Minor styling fix 2015-01-22 15:32:54 +02:00
Sang, Le Thanh
9d6c1d3692 Update Average invoice block support multiple currency 2015-01-22 16:52:26 +07:00
Sang, Le Thanh
087fea1f24 Multiple currency support in dashboard 2015-01-22 16:31:43 +07:00
Hillel Coren
7b6e2086eb Bug fixes 2015-01-22 11:23:52 +02:00