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

250 Commits

Author SHA1 Message Date
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
be2b7d28fc Removed default US dollar client currency to enable company setting to be used 2014-11-04 22:27:09 +02:00
Patrick Samson
92d1d6562d Fixed SQL query on dashboard
It did not work properly before on Postgres
2014-11-03 19:31:28 -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
d5adfb6625 Bug fixes 2014-10-29 13:45:41 +02:00
Hillel Coren
8cae66c2ff Bug fixes 2014-10-26 10:42:02 +02:00
Hillel Coren
cc6c6194c6 Added support for additional invoice designs 2014-10-24 13:48:59 +03:00
Hillel Coren
cfc6e22241 Working on new invoice designs 2014-10-21 15:10:29 +03:00
Troels Liebe Bentsen
1bca065ca7 Added initial page for the Timesheet controller 2014-10-20 22:30:48 +02: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
76e9f107e7 Added support for a demo account 2014-10-19 23:03:57 +03:00
pbergsmann
34e1d4e20d [BUGFIX] Wrong usage of use statement
Resolves errors like "The use statement
with non-compound name 'Client' has no effect"
2014-10-17 16:21:12 +02:00
Troels Liebe Bentsen
71d161e654 Add vat_number to client also 2014-10-15 01:31:15 +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
Hillel Coren
919f13b0d4 Enabled manually setting invoices and quotes as sent 2014-10-14 22:04:48 +03:00
Hillel Coren
65f58c64d6 Added invoice and quote number prefixes and counters 2014-10-14 10:46:30 +03:00
Hillel Coren
9770e6a1d5 Working on invoice design page 2014-10-12 21:11:41 +03:00
Hillel Coren
70b409184a Version check and news feed messages 2014-10-06 00:00:42 +03:00
Troels Liebe Bentsen
20bf88b028 Merge branch 'master' of https://github.com/hillelcoren/invoice-ninja 2014-10-05 15:19:20 +02:00
Hillel Coren
e7184ab59d Added moolah as recommended payment gateway 2014-10-05 16:07:04 +03:00
Hillel Coren
a4e949daec Added payment confirmation email for license purchases 2014-10-05 14:55:59 +03:00
Hillel Coren
051aec19c0 Back-fill migrations table for dbs created with the database.sql file 2014-10-05 13:18:42 +03:00
Hillel Coren
48064313cc Working on d3 viz 2014-10-05 12:35:51 +03:00
Hillel Coren
020158a0ae Working on d3.js vizualizer 2014-10-03 02:51:21 +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
198c7dde3e Start working on TimeSheet feature 2014-10-01 02:47:09 +02:00
Hillel Coren
8133482d19 Commented out url reset 2014-09-30 17:03:16 +03:00
Hillel Coren
c535afa5ed Added webbased update support 2014-09-28 13:37:54 +03:00
Hillel Coren
74b680ef87 Added the ability to cancel an account 2014-09-14 15:26:51 +03:00
Hillel Coren
0c2b75a324 Resolved issue updating company details as additional user 2014-09-14 14:39:15 +03:00
Hillel Coren
f8c2edc0dc Enabled updating accepted credit cards without re-entering payment credentials 2014-09-14 10:33:34 +03:00
Hillel Coren
2995814927 Added archived data to the dashboard calculations 2014-09-14 09:05:16 +03:00
Hillel Coren
213579ff34 Bug fixes 2014-09-14 00:13:09 +03:00
Hillel Coren
a2d65a7b81 Merge pull request #158 from sdebacker/master
Compatibility with MySQL STRICT_TRANS_TABLE + removed some hardcoded urls, fixes #157
2014-08-31 21:13:34 +03:00
Hillel Coren
8923065426 Merging chages 2014-08-26 13:59:13 +03:00
Hillel Coren
8a56575eda Tracking activity when invoice is archived 2014-08-26 13:57:44 +03:00
Samuel De Backer
30c65f4a23 simpler short conditionnal
“Since PHP 5.3, it is possible to leave out the middle part of the
ternary operator. Expression expr1 ?: expr3 returns expr1 if expr1
evaluates to TRUE, and expr3 otherwise.”
http://php.net/manual/en/language.operators.comparison.php
2014-08-26 10:36:53 +02:00
Samuel De Backer
8edb063b30 default integer value for payment_terms
Because sending an empty string to a integer column is not allowed with
MySQL in STRICT_TRANS_TABLE mode.
2014-08-26 10:32:14 +02:00
Hillel Coren
1f29dcd7ed Text changes 2014-08-05 17:22:51 +03:00
Hillel Coren
6662950e51 Fixed issue when setting payment API key 2014-08-04 06:34:53 -07:00
Hillel Coren
77289e270e Change to license page 2014-07-30 20:33:57 +03:00
Hillel Coren
bb560778af Working on API 2014-07-30 10:08:01 +03:00
Hillel Coren
9feb616f1b Added support for Zapier 2014-07-27 23:31:41 +03:00
Hillel Coren
051ba95b7b Working on multi-user support 2014-07-23 18:02:56 +03:00
Hillel Coren
4b177e160d Added custom invoice fields 2014-07-20 13:38:42 +03:00
Hillel Coren
4620a06a9b Enabled setting accepted credit cards 2014-07-17 23:44:34 +03:00
Hillel Coren
daf14c6916 Improvements for responsive design 2014-07-17 00:04:56 +03:00
Hillel Coren
eafaa4c8d2 Bug fixes 2014-07-16 00:12:32 +03:00