1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-15 15:42:51 +01:00
Commit Graph

141 Commits

Author SHA1 Message Date
Viktor Rennert
40b689f19b Merge branch 'master' of https://github.com/hillelcoren/invoice-ninja into feature_email_pdf_attachment 2015-03-18 13:20:40 +01:00
Hillel Coren
8e238a2c7a Fixed issue when saving recurring invoice 2015-03-17 15:43:13 +02:00
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
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
d605c26bd4 Bug fix if terms is null 2015-03-01 20:21:44 +02:00
Hillel Coren
cfe01e7e05 Enabled setting an invoice footer 2015-02-28 23:42:47 +02:00
Hillel Coren
b165f47763 Enabled creating invoices through the API 2015-02-27 10:10:23 +02:00
Hillel Coren
854f6777ab Bug fixes 2015-02-26 21:24:49 +02:00
Hillel Coren
9d240480cc Bug fixes and check-data script 2015-02-26 00:11:00 +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
276b23da95 Added 'convert to quote' option to quote list actions 2015-02-10 15:50:38 +02:00
Hillel Coren
dc23bad422 Added ability to edit payments 2015-02-10 13:29:13 +02:00
Hillel Coren
d57fe62c49 Removed possible duplicates from the payment list 2015-02-10 12:40:12 +02:00
Lars Bo Rasmussen
439edffe20 Made it possible to add negative payments.
Needed when making an invoice with a negative amount.
The usecase for this is that in denmark you are not allowed to change an invoice once
it has been filed.
So to change an invoice or cancel it, it is required to create a creditnote.
The system allows this but does not let you enter a negative payment for an invoice(creditnote in this case)
which is a mistake.
2015-02-09 03:16:21 +01:00
Hillel Coren
dd718387ed Fixed issue with production database config not being used 2015-02-08 20:04:36 +02:00
Hillel Coren
80b6687047 Fix #224 - Emails not getting sent 2015-01-27 20:38:51 +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
310bd2bdbc Updating code to PSR-2 guidelines 2015-01-11 14:30:08 +02:00
Hillel Coren
0948b46ea2 Bug fixes 2015-01-11 13:56:58 +02:00
Hillel Coren
dcc852eafa Enabled fixed amount discounts 2014-12-04 00:05:38 +02:00
Hillel Coren
6b519f6833 Working on self host setup page 2014-12-01 21:43:59 +02:00
Hillel Coren
2295a64bff Implemented setup page 2014-11-28 15:34:01 +02:00
Hillel Coren
a739429005 Minor tweaks 2014-11-27 12:55:09 +02:00
Hillel Coren
b80685b7e4 Minor tweaks 2014-11-25 19:35:29 +02:00
Hillel Coren
f43d52005e Enabled restoring entities 2014-11-23 23:47:10 +02:00
Hillel Coren
7ebd690852 Registering new sign ups 2014-11-19 21:51:53 +02:00
Hillel Coren
680b67bf7b Streamlined pro upgrade process 2014-11-17 00:23:11 +02:00
Hillel Coren
04da12cecd Added support for a white label license 2014-11-16 22:30:19 +02:00
Hillel Coren
012347afda Created quotes, invoices and payments pages for clients 2014-11-16 12:41:07 +02:00
Hillel Coren
113cb6747c Created quotes, invoices and payments pages for clients 2014-11-12 23:09:42 +02:00
Hillel Coren
8317b0349f Minor bug fixes 2014-11-11 10:29:43 +02:00
Hillel Coren
6a00a11e96 Changes to support DMARC for emails 2014-11-09 18:32:09 +02:00
Hillel Coren
fac4b6a7aa Fixed issue when marking quote as sent 2014-11-08 21:35:02 +02:00
Hillel Coren
b1ff58d70f Merge pull request #189 from tlbdk/master
Add company ID
2014-11-07 13:41:14 +02:00
Hillel Coren
cb185531da Removed default US dollar client currency to enable company setting to be used 2014-11-04 22:19:20 +02:00
Troels Liebe Bentsen
964264bdad Add company id and do minor fixes for vat number 2014-10-30 20:00:33 +01:00
Troels Liebe Bentsen
d5306ef1cd Merge branch 'master' of github.com:tlbdk/invoice-ninja
Conflicts:
	Gruntfile.js
	app/lang/en/texts.php
	bower.json
	public/built.css
	public/built.js
2014-10-30 18:42:26 +01:00
Hillel Coren
d5adfb6625 Bug fixes 2014-10-29 13:45:41 +02:00
Hillel Coren
cc6c6194c6 Added support for additional invoice designs 2014-10-24 13:48:59 +03:00
Troels Liebe Bentsen
68a53db5bb Merge branch 'master' of https://github.com/hillelcoren/invoice-ninja 2014-10-20 19:10:04 +02:00
Hillel Coren
9ac9ebca5a Enabled using date variables for non-recurring invoices 2014-10-19 23:22:18 +03:00
Hillel Coren
76e9f107e7 Added support for a demo account 2014-10-19 23:03:57 +03:00
Hillel Coren
1b71aa6fcb fix #168 - Allow :MONTH, :QUARTER or :YEAR for products even when the invoice is not recurring 2014-10-19 21:32:10 +03:00
Hillel Coren
ad8d5df8d5 fix #171 - Quote to invoice should change the Prefix and the number 2014-10-19 19:44:20 +03:00
Hillel Coren
c51b93072a Fixed bug where the incorrect credit balance was updated 2014-10-19 13:13:55 +03:00
Troels Liebe Bentsen
71d161e654 Add vat_number to client also 2014-10-15 01:31:15 +02:00