1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-23 18:01:35 +02:00
Commit Graph

51 Commits

Author SHA1 Message Date
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
4620a06a9b Enabled setting accepted credit cards 2014-07-17 23:44:34 +03:00
Hillel Coren
fc00c12f98 Bug fixes 2014-06-15 23:54:58 +03:00
Hillel Coren
3688669963 Bug fixes 2014-06-01 16:35:19 +03:00
Hillel Coren
0f5adbf62a Bug fixes 2014-05-25 21:38:40 +03:00
Hillel Coren
8049a27beb Working on quotes 2014-05-21 00:40:09 +03:00
Hillel Coren
01ec2cb838 Working on custom fields for pro plan 2014-04-18 11:57:31 +03:00
Hillel Coren
3a50fd6aa2 Working on pro plan 2014-04-13 16:34:58 +03:00
Hillel Coren
673c30456b Working on multi-language support 2014-04-01 13:30:43 +03:00
Hillel Coren
2e299aa83f Working on multi-language support 2014-03-27 14:25:31 +02:00
Hillel Coren
ad17952031 bug fixes 2014-02-18 23:56:18 +02:00
Hillel Coren
494286ba78 bug fixes 2014-02-17 01:09:34 +02:00
Hillel Coren
266b66eb14 Used to strtolower for email addresses 2014-02-09 17:38:50 +02:00
Hillel Coren
2d0646ebe2 bug fixes 2014-02-02 20:14:56 +02:00
Hillel Coren
71993f850a bug fixes 2014-02-01 22:01:32 +02:00
Hillel Coren
5b13f2d8ef bug fixes 2014-01-16 21:12:46 +00:00
Hillel Coren
1e5634c305 bug fixes 2014-01-09 19:00:08 +00:00
Hillel Coren
75b1350808 bug fixes 2014-01-08 20:09:47 +00:00
Hillel Coren
2b56c8a299 bug fixes 2014-01-07 23:59:06 +00:00
Hillel Coren
6999a6501d bug fixes 2014-01-06 20:03:00 +02:00
Hillel Coren
7ef27d5a96 bug fixes 2014-01-02 19:16:00 +02:00
Hillel Coren
0144f5b0f2 bug fixes 2014-01-02 15:21:15 +02:00
Hillel Coren
fff1aa69d3 bug fixes 2014-01-01 01:50:13 +02:00
Hillel Coren
9dd1b54d4a bug fixes 2013-12-31 11:43:39 +02:00
Hillel Coren
b271a71586 bug fixes 2013-12-31 01:19:17 +02:00
Hillel Coren
2b5f42e5ac bug fixes 2013-12-30 22:17:45 +02:00
Hillel Coren
ef24ac2c36 working on currency support 2013-12-29 19:40:11 +02:00
Hillel Coren
19e95c854c bug fixes 2013-12-24 01:22:16 -05:00
Hillel Coren
374e34e733 Starting to work on reports 2013-12-15 14:55:50 +02:00
Hillel Coren
f946791780 Bug fixes 2013-12-11 22:33:44 +02:00
Hillel Coren
d97c805d46 Refactoring recurring invoices 2013-12-11 13:11:59 +02:00
Hillel Coren
f97fa8991f Working on recurring invoices 2013-12-11 00:10:43 +02:00
Hillel Coren
78d2d749fb Bug fixes 2013-12-09 11:38:49 +02:00
Hillel Coren
b7f09685d0 Cleaning up the routes.php file 2013-12-07 22:33:07 +02:00
Hillel Coren
616df18b06 Cleaning up the templates 2013-12-07 20:45:00 +02:00
Hillel Coren
9053be4976 Working on invoice creation 2013-12-05 22:25:20 +02:00
Hillel Coren
ebdfa54489 Added support for themes 2013-12-05 17:23:24 +02:00
Hillel Coren
4f099c1fa5 Partitioned account data 2013-12-04 18:20:14 +02:00
Hillel Coren
99800f38dd Bug fixes 2013-12-04 00:00:01 +02:00
Hillel Coren
2142538e15 Improving data model 2013-12-03 19:32:33 +02:00
Hillel Coren
dd088d8668 Added timezone support 2013-12-02 14:22:29 +02:00
Hillel Coren
49800b394c Working on PDF 2013-12-01 22:58:25 +02:00
Hillel Coren
aff89cd073 Implemented word wrapping 2013-12-01 14:22:08 +02:00
Hillel Coren
329a47e761 Added ability to archive & delete 2013-12-01 09:33:17 +02:00
Hillel Coren
470e0bf06e Implemented the view client screen 2013-11-29 14:09:21 +02:00
Hillel Coren
b6da02a6b9 Add support for countries 2013-11-28 23:10:01 +02:00
Hillel Coren
f99dde1790 Added support for multiple contacts 2013-11-28 21:06:38 +02:00
Hillel Coren
b79d5210fa Prevent duplicate form submissions 2013-11-28 18:40:13 +02:00
Hillel Coren
7b41fbc779 Working on activity tracking 2013-11-26 23:45:10 +02:00