Jeramy Simpson
37921e4653
Merge branch 'master' of github.com:hillelcoren/invoice-ninja into laravel-5
2015-03-24 09:55:21 +10: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
root
872e9db581
Delete everything in prep for laravel 5.
2015-03-12 10:43:47 +10:00
Hillel Coren
d13a377ff7
Added ip to activities table
2015-03-09 17:15:28 +02:00
Hillel Coren
9210e3d578
Added support for API tokens
2015-03-03 17:32:50 +02:00
Hillel Coren
dc117dbaff
Bug fixes
2015-02-27 10:37:26 +02:00
Hillel Coren
7f27abace2
Added support for Stripe token billing
2015-02-18 00:22:12 +02:00
Hillel Coren
2a297e3d3f
Added ability to customize emails
2015-02-12 22:50:05 +02:00
Hillel Coren
6350c5bc1b
Fixed problem with history page list
2015-02-06 14:55:19 +02:00
Hillel Coren
dcc852eafa
Enabled fixed amount discounts
2014-12-04 00:05:38 +02:00
Hillel Coren
891b6c42e2
Fix #199 - migrations problem for sqlite
2014-11-22 19:41:20 +02:00
Hillel Coren
555245be33
Minor bug fixes
2014-11-09 18:14:47 +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
Patrick Samson
0148407a40
Contacts last_login column should be nullable
2014-11-03 19:44:12 -05: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
8d623db294
Updating language files
2014-10-25 20:32:28 +03:00
Hillel Coren
cc6c6194c6
Added support for additional invoice designs
2014-10-24 13:48:59 +03:00
Hillel Coren
2ea08cd3df
fix #182 - SQLite issue on /get_started
2014-10-20 22:16:21 +03:00
Troels Liebe Bentsen
ae42a5a37a
Implement delete handling and do more checks to make sure we dont get corrupted ical files
2014-10-20 20:59:46 +02:00
Troels Liebe Bentsen
68a53db5bb
Merge branch 'master' of https://github.com/hillelcoren/invoice-ninja
2014-10-20 19:10:04 +02:00
Andre-Nam
21f4ac3cab
* SQLite issues: added missing default values for columns custom_value1, custom_value2 in table
...
invoices
* SQLite issues: corrected NOT NULL constraint violation when seeding gateways
2014-10-20 18:14:59 +02:00
Troels Liebe Bentsen
79908e75eb
Link project to client so we get some default when adding to an invoice
2014-10-15 01:50:03 +02:00
Troels Liebe Bentsen
5b4c93c5d4
Start work on danish translation
2014-10-15 01:07:55 +02:00
Troels Liebe Bentsen
8ca8cc91b1
Merge branch 'master' of https://github.com/hillelcoren/invoice-ninja
...
Conflicts:
composer.lock
2014-10-14 23:48:59 +02:00
Troels Liebe Bentsen
7f288e224d
Added vat_number to clients table also
2014-10-14 23:47:33 +02:00
Hillel Coren
65f58c64d6
Added invoice and quote number prefixes and counters
2014-10-14 10:46:30 +03:00
Hillel Coren
edea8d0bc2
Moved custom client and company fields to their respective sections on the PDF
2014-10-12 22:36:35 +03:00
Hillel Coren
9770e6a1d5
Working on invoice design page
2014-10-12 21:11:41 +03:00
Troels Liebe Bentsen
2db6fb6afd
Did more work on update logic and added timing
2014-10-07 23:37:06 +02:00
Troels Liebe Bentsen
28b5b5f9c2
Refactor code and do more work on import function
2014-10-06 20:42:07 +02:00
Troels Liebe Bentsen
81c4adfaa4
More work on the event importer and fix some module issues
2014-10-06 03:00:31 +02:00
Hillel Coren
70b409184a
Version check and news feed messages
2014-10-06 00:00:42 +03:00
Troels Liebe Bentsen
b09ebf3229
Added support for listing VAT numbers as used in all of EU
2014-10-01 16:33:09 +02:00
Troels Liebe Bentsen
713d15aa2c
Rename table and make sure we delete and create in correct order
2014-10-01 03:14:17 +02:00
Troels Liebe Bentsen
be68e45a13
fix naming of table
2014-10-01 03:03:54 +02:00
Troels Liebe Bentsen
5613f39ce5
Start working on TimeSheet feature
2014-10-01 02:46:35 +02:00
Hillel Coren
c535afa5ed
Added webbased update support
2014-09-28 13:37:54 +03:00
Hillel Coren
84cf760785
Added confirm when saving recurring invoice
2014-09-12 00:28:36 +03:00
Hillel Coren
5c7d0a159a
Adding Norwegian to lang table
2014-08-31 23:22:47 +03:00
Samuel De Backer
686be0852b
nullable added to some fields
2014-08-26 10:30:45 +02:00
Samuel De Backer
bb4b14e49c
Client import, create invoice with STRICT_TRANS_TABLE
2014-08-25 23:26:17 +02:00
Samuel De Backer
17ab45014a
Migrations for accounts and users tables
...
Now when clicking on INVOICE NOW, we can reach first step of a new
invoice creation even with MySQL 5.6 default STRICT_TRANS_TABLE.
2014-08-25 22:31:45 +02:00
Samuel De Backer
620b09ccc8
Seeding ok with MySQL STRICT_TRANS_TABLE, fixes #157
2014-08-25 22:00:15 +02:00
Hillel Coren
9feb616f1b
Added support for Zapier
2014-07-27 23:31:41 +03:00
Hillel Coren
4b177e160d
Added custom invoice fields
2014-07-20 13:38:42 +03:00
Hillel Coren
9427f5180f
Working on self hosting
2014-07-15 23:36:40 +03:00
aggepagge
a9312d1092
Added functionality to display credit card types for user
2014-06-17 18:53:51 +02:00
Hillel Coren
380d7e0a4a
Bug fixes
2014-05-22 21:29:29 +03:00