1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-10 13:12:50 +01:00
invoiceninja/app/controllers
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
..
.gitkeep Initial commit 2013-11-26 14:45:07 +02:00
AccountController.php Added ability to attach invoice as pdf to email templates. 2015-03-15 18:54:40 +01:00
AccountGatewayController.php Added support for an additional payment gateway (paypal + credit card) 2015-03-04 10:27:23 +02:00
ActivityController.php Enabled viewing previous versions of invoices and quotes 2015-01-25 21:26:15 +02:00
AjaxController.php Added ability to attach invoice as pdf to email templates. 2015-03-15 18:54:40 +01:00
AppController.php Setting default environment back to 'production' 2015-02-09 12:41:11 +02:00
BaseController.php Updating code to PSR-2 guidelines 2015-01-11 14:30:08 +02:00
ClientApiController.php Corrected invoice items spacing on second page of PDF 2015-03-03 14:59:52 +02:00
ClientController.php Added support for Stripe token billing 2015-02-18 00:22:12 +02:00
CreditController.php Updating code to PSR-2 guidelines 2015-01-11 14:30:08 +02:00
DashboardController.php Fix #222 showing incorrect amount on dashboard 2015-01-27 10:03:51 +02:00
HomeController.php Restyled client pages 2015-02-19 00:34:36 +02:00
IntegrationController.php Updating code to PSR-2 guidelines 2015-01-11 14:30:08 +02:00
InvoiceApiController.php Enabled setting an invoice footer 2015-02-28 23:42:47 +02:00
InvoiceController.php Fix for Viewing invoice as Guest #250 2015-03-09 00:13:25 +02:00
PaymentApiController.php Enabled creating invoices through the API 2015-02-27 10:10:23 +02:00
PaymentController.php Added ip to activities table 2015-03-09 17:15:28 +02:00
ProductController.php Updating code to PSR-2 guidelines 2015-01-11 14:30:08 +02:00
QuoteApiController.php Enabled creating invoices through the API 2015-02-27 10:10:23 +02:00
QuoteController.php Client page color matches invoice design primary color 2015-02-26 20:47:20 +02:00
ReportController.php Removed deleted and added archived records to the chart builder 2015-02-26 15:06:44 +02:00
TimesheetController.php Added initial page for the Timesheet controller 2014-10-20 22:30:48 +02:00
TokenController.php Added support for API tokens 2015-03-03 17:41:36 +02:00
UserController.php Added support for changing user’s password 2015-03-04 23:53:46 +02:00