1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-22 17:31:35 +02:00
Commit Graph

1746 Commits

Author SHA1 Message Date
Hillel Coren
7d08a7cddd Merge branch 'develop' of github.com:hillelcoren/invoice-ninja into develop 2016-04-17 12:22:51 +03:00
Joshua Dwire
33b8566d18 Fix logo filesystem usage 2016-04-16 19:14:43 -04:00
Hillel Coren
b2de7c84eb Changed /forgot to /recover_password 2016-04-15 13:25:58 +03:00
Hillel Coren
2f2081b4b0 Fix for #808 Set date to today when cloning 2016-04-14 16:35:03 +03:00
Hillel Coren
82c599683a Hid converted quotes from the dashboard 2016-04-14 16:08:28 +03:00
Hillel Coren
9b8b150766 Implemented enable_client_portal_dashboard 2016-04-13 22:08:41 +03:00
Hillel Coren
3cb3126f98 Hide sample document from invoice design page 2016-04-13 21:50:54 +03:00
Hillel Coren
d7508d2de4 Use invoice transformer with quote 2016-04-13 21:45:08 +03:00
Hillel Coren
c3e9380c75 Fix for PhantomJS PDF when using iframe_url 2016-04-13 13:15:57 +03:00
Hillel Coren
b6fa4620b9 Fix for links when public/ is in URL 2016-04-13 12:57:03 +03:00
Hillel Coren
3303c00067 Fix for Cybersource 2016-04-11 22:09:05 +03:00
Hillel Coren
d4915074b6 Fix for quotes 2016-04-11 11:44:53 +03:00
Hillel Coren
b296c55911 Add back legacy routes 2016-04-11 11:34:02 +03:00
Hillel Coren
245efeee2f Update error handler for L5.2 2016-04-11 11:33:25 +03:00
Hillel Coren
43ed09206e Fixed payment list in client portal 2016-04-10 22:54:02 +03:00
Hillel Coren
6733c0ca2f Removed validation pre-processing code 2016-04-10 21:48:51 +03:00
Hillel Coren
c08d0bb98a Added support for currency_code in invoice API 2016-04-10 21:48:32 +03:00
Hillel Coren
2bb56c9661 Fix for permissions on dashboard 2016-04-10 15:49:45 +03:00
Hillel Coren
769465542d Show info icon as orange if invitation opened but not viewed 2016-04-09 23:36:32 +03:00
Hillel Coren
2a328627ac Bumped version to 2.5.1.3 2016-04-09 23:03:32 +03:00
Hillel Coren
fc40ae0ebd Merge branch 'develop' of github.com:hillelcoren/invoice-ninja into develop 2016-04-09 23:01:14 +03:00
Hillel Coren
8b0ef8e8ea Fixes #798 Setup error 2016-04-09 23:00:24 +03:00
David Bomba
043e4ce729 Minor fix to invoice item transformer 2016-04-08 21:25:06 +10:00
Hillel Coren
1118824fce Merge branch 'develop' of github.com:hillelcoren/invoice-ninja into develop 2016-04-08 10:38:17 +03:00
Hillel Coren
fdde60577c Fixed problem creating a new payment gateway 2016-04-08 10:38:11 +03:00
Hillel Coren
2ffbfd86de Merge pull request #800 from bnova-stefan/develop
Remove blank in email footer html tag
2016-04-05 16:53:20 +03:00
Stefan Welsch
56657f8f15 Remove blank in email footer html tag
In the email footer is an presentation error after the account name because of the blank in the ending p-tag.
I have removed the blank.
2016-04-05 11:43:07 +02:00
David Bomba
e1b829c04b Bug fixes on invoice transformer 2016-04-04 20:10:00 +10:00
Hillel Coren
6f097c34c2 Updated version number 2016-03-31 17:28:35 +03:00
Hillel Coren
be9e7beaed Support for multiple tax rates 2016-03-31 12:29:01 +03:00
Hillel Coren
f91f32323f Reworking taxes 2016-03-29 17:30:28 +03:00
Hillel Coren
3e9802502c Show all invoiced documents in the client portal 2016-03-29 17:30:06 +03:00
Hillel Coren
8bb0d3154f Hide deleted records from the charts 2016-03-29 17:29:16 +03:00
Hillel Coren
8cabcb2640 Merge branches 'develop' and 'develop' of github.com:hillelcoren/invoice-ninja into develop 2016-03-27 21:10:10 +03:00
Hillel Coren
13cec052b9 Merge pull request #788 from joshuadwire/attached-documents
Fix invoicing of expenses
2016-03-27 21:09:56 +03:00
Joshua Dwire
abe38ddba9 Fix invoicing of expenses 2016-03-27 13:09:59 -04:00
Hillel Coren
d2d22fbb50 Merge branch 'develop' of github.com:hillelcoren/invoice-ninja into develop
Conflicts:
	resources/views/invoices/knockout.blade.php
2016-03-27 18:20:48 +03:00
Hillel Coren
d70bc4e922 Support multiple tax rates 2016-03-27 18:06:02 +03:00
Hillel Coren
c076f2887c Merge pull request #785 from joshuadwire/attached-documents
Add support for attached documents
2016-03-27 18:04:09 +03:00
Hillel Coren
7a929a51bb Added back .env variables #787 2016-03-27 17:39:26 +03:00
Hillel Coren
9d3f7575d6 Merge branch 'develop' of github.com:hillelcoren/invoice-ninja into develop 2016-03-27 17:36:18 +03:00
vincentdh
690ebf853f Update AppController.php
Modify the doSetup() to use a similar way to create the .env file and add quotes when needed.
2016-03-26 12:52:21 -04:00
vincentdh
965ef011e5 Update AppController.php 2016-03-26 12:49:22 -04:00
vincentdh
2c6e9aced3 Update AppController.php
Add quotes to MAIL_FROM_NAME when needed
2016-03-26 12:34:39 -04:00
Joshua Dwire
b5a948583e Remove debug code and fix minor bugs 2016-03-24 19:55:56 -04:00
Joshua Dwire
24d186da16 Set document mime type when storing 2016-03-24 19:00:08 -04:00
Joshua Dwire
b7f0d2a33f More intuitive document permissions 2016-03-24 18:33:28 -04:00
Joshua Dwire
5e62d7d296 Allow documents to be attached to expenses 2016-03-24 18:15:52 -04:00
Joshua Dwire
bff6782026 Add support for uploading documents on older browsers 2016-03-24 15:13:54 -04:00
Joshua Dwire
1ddd2769ac Add command to remove orphaned documents 2016-03-24 13:02:45 -04:00