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

756 Commits

Author SHA1 Message Date
Samuel De Backer
3273eea39f 3 constants taken from config 2014-08-26 10:37:47 +02: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
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
b371243ebd Merge pull request #156 from sandbugt/master
Norwegian language translation.
2014-08-25 07:35:22 -07:00
Harald
6f1e874b90 Norwegian language update.
Fixed some format issues.
2014-08-25 02:08:32 +02:00
Harald
5ece9cf684 Norwegian language updated.
All language files now translated into Norwegian. Keep in mind that this
is the first complete translation and it may be some discrepancies.
2014-08-25 01:58:12 +02:00
Harald
4a7738b727 Norwegian language update 2014-08-25 01:31:34 +02:00
Harald
cf3143eaec Added Norske Kroner 2014-08-24 01:29:19 +02:00
Harald
3abb7dbbda Norwegian language update 2014-08-24 01:08:50 +02:00
Harald
05dd67377d Norwegian language update 2014-08-23 22:45:32 +02:00
Harald
86a60025ef Norwegian language update 2014-08-23 22:21:51 +02:00
Harald
2a485f02f0 Norwegian language update 2014-08-23 22:06:33 +02:00
Harald
698d42c7e8 Norwegian language added
Started translating into Norwegian
2014-08-23 21:48:34 +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
0da7a1a6d1 Added Swedish Krona 2014-08-04 16:14:18 +03:00
Hillel Coren
b7100b7ff5 Merge pull request #150 from hbt/patch-1
fixes typo "crated" instead of "created"
2014-08-03 17:11:24 -07:00
Hassen Ben Tanfous
e5dabc0969 fixes typo "crated" instead of "created" 2014-08-01 15:51:11 -04:00
Hillel Coren
77289e270e Change to license page 2014-07-30 20:33:57 +03:00
Hillel Coren
b846fcaaa9 Change to the license 2014-07-30 19:26:10 +03:00
Hillel Coren
bb560778af Working on API 2014-07-30 10:08:01 +03:00
Hillel Coren
67046b39de Working on API 2014-07-30 10:07:41 +03:00
Hillel Coren
9feb616f1b Added support for Zapier 2014-07-27 23:31:41 +03:00
Hillel Coren
f5f87319b2 Fixed issue with showing paid to date 2014-07-23 23:55:04 +03:00
Hillel Coren
360d3d4f8d Updating text files 2014-07-23 23:35:17 +03:00
Hillel Coren
0123ee36a2 Working on multi-user support 2014-07-23 23:28:40 +03:00
Hillel Coren
f431426469 Merge branch 'master' of github.com:hillelcoren/invoice-ninja 2014-07-23 18:03:09 +03:00
Hillel Coren
051ba95b7b Working on multi-user support 2014-07-23 18:02:56 +03:00
Hillel Coren
e9391c9d68 Merge pull request #146 from chernjie/SGD
Added SG phone number support
2014-07-23 15:34:58 +03:00
CJ
2d3ef1e4a8 Fix SG vs US phone country/area code clashes 2014-07-23 02:17:49 +08:00
Hillel Coren
d0ee8f5b6c Merge pull request #147 from chernjie/SGD_currency
Added SGD currency
2014-07-21 11:19:31 +03:00
CJ
e6c78e3621 Added SGD currency 2014-07-21 10:53:54 +08:00
CJ
9f7b8e6c38 Added SG phone number support 2014-07-21 10:52:47 +08: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
80d0eaf478 Set intervention version 2014-07-17 12:06:21 +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
Hillel Coren
9427f5180f Working on self hosting 2014-07-15 23:36:40 +03:00
Hillel Coren
6175f3fc27 Updated readme 2014-07-11 11:12:52 +03:00
Hillel Coren
5bcf726df4 Updated readme 2014-07-11 11:10:54 +03:00
Hillel Coren
5821f3542d Working on self-hosted 2014-07-07 09:45:13 +03:00
Hillel Coren
7d48d9d138 Merge branch 'master' of github.com:hillelcoren/invoice-ninja 2014-07-07 09:43:30 +03:00
Hillel Coren
b6092efb41 Show new client form on click 2014-07-07 09:43:16 +03:00
Hillel Coren
4bd68c852c Merge pull request #140 from tlbdk/master
Extend the documentation to be more detailed and add sections on Ubuntu
2014-07-07 09:42:04 +03:00
Troels Liebe Bentsen
ad5dc0f5c9 Revert fix as it does not work correctly 2014-07-07 00:42:21 +02:00