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

630 Commits

Author SHA1 Message Date
Hillel Coren
48064313cc Working on d3 viz 2014-10-05 12:35:51 +03:00
Hillel Coren
fa676f1e57 Working on d3 viz 2014-10-05 10:49:34 +03:00
Hillel Coren
020158a0ae Working on d3.js vizualizer 2014-10-03 02:51:21 +03:00
Hillel Coren
b3a0b6f83d Adding test data 2014-10-03 02:37:06 +03:00
Hillel Coren
00a8f66a9f Adding test data 2014-10-03 02:15:20 +03:00
Hillel Coren
8e5b8b9596 Adding test data 2014-10-03 02:13:01 +03:00
Hillel Coren
a8dac34c16 Adding test data 2014-10-03 02:08:46 +03:00
Hillel Coren
9c71be5fb6 Adding test data 2014-10-03 02:05:47 +03:00
Hillel Coren
7773b2bd64 Adding test data 2014-10-03 02:01:41 +03:00
Hillel Coren
2eee5bcd85 Adding test data 2014-10-03 02:00:35 +03:00
Hillel Coren
819c9076cd Adding test data 2014-10-03 01:54:45 +03:00
Hillel Coren
35771d48a2 Adding test data 2014-10-03 01:44:20 +03:00
Hillel Coren
17653cc252 Adding test data 2014-10-03 01:36:25 +03:00
Hillel Coren
57341cfe40 Adding test data 2014-10-03 01:31:01 +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
6b9b3fd317 Added models for the TimeSheet migration 2014-10-01 03:01:41 +02:00
Troels Liebe Bentsen
198c7dde3e Start working on TimeSheet feature 2014-10-01 02:47:09 +02:00
Troels Liebe Bentsen
5613f39ce5 Start working on TimeSheet feature 2014-10-01 02:46:35 +02:00
Hillel Coren
8133482d19 Commented out url reset 2014-09-30 17:03:16 +03:00
Troels Liebe Bentsen
89ab09f90c Add ide helper and do composer update and fix reference for Former so it does not pull in too new version of laravel 2014-09-30 12:26:47 +02:00
Troels Liebe Bentsen
4ad8ef70d7 Default to first tax rate 2014-09-30 12:24:53 +02:00
Troels Liebe Bentsen
3da8555a53 Merge branch 'master' of https://github.com/hillelcoren/invoice-ninja 2014-09-29 12:38:17 +02:00
Hillel Coren
c535afa5ed Added webbased update support 2014-09-28 13:37:54 +03:00
Hillel Coren
767dfe5ec7 Updated version 2014-09-17 09:27:25 +03:00
Hillel Coren
539d86770e Prevented text in inputs from wrapping 2014-09-17 09:26:01 +03:00
Hillel Coren
f6ac344c3f Added Candian Dollar 2014-09-15 12:27:21 +03:00
Hillel Coren
74b680ef87 Added the ability to cancel an account 2014-09-14 15:26:51 +03:00
Hillel Coren
47edf3f565 Changed additional user emails to be sent from primary user name\email 2014-09-14 14:46:59 +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
b0942449bb Changed from address when sending from yahoo or aol accounts 2014-09-12 15:11:59 +03:00
Hillel Coren
84cf760785 Added confirm when saving recurring invoice 2014-09-12 00:28:36 +03:00
Hillel Coren
f5b16c82ad Text changes 2014-09-06 23:40:51 +03:00
Hillel Coren
5c7d0a159a Adding Norwegian to lang table 2014-08-31 23:22:47 +03:00
Hillel Coren
6716f8a3ab Version and text changes 2014-08-31 22:39:22 +03:00
Hillel Coren
77b055aff8 Fixed recurring invoices client balance 2014-08-31 22:01:20 +03:00
Hillel Coren
9ca974e49e Changed url constant for footers 2014-08-31 21:18:42 +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
Troels Liebe Bentsen
a09a563219 Fix CSS errors 2014-08-29 23:24:02 +02: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
47455dc058 Hardcoded urls removed in mail templates 2014-08-26 10:39:17 +02:00
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
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
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
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
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
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
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
Troels Liebe Bentsen
ad5dc0f5c9 Revert fix as it does not work correctly 2014-07-07 00:42:21 +02:00
Troels Liebe Bentsen
5d05eec037 Wrap gateway logos in asset() so we can host under /appname/ without issue 2014-07-04 22:23:49 +02:00
Troels Liebe Bentsen
24d2357799 Make sure we default to the correct tax rate 2014-07-04 21:46:13 +02:00
Troels Liebe Bentsen
5ad67f55e1 Disable commercial website unless it has NINJA_PROD or NINJA_DEV env set 2014-07-04 20:07:31 +02:00
Troels Liebe Bentsen
6a4fae2e2b Extend the documentation to be more detailed and add section on Ubuntu 2014-07-04 17:59:00 +02:00
Hillel Coren
f1d2444cc9 Merge branch 'master' of github.com:hillelcoren/invoice-ninja 2014-06-30 14:42:46 +03:00
Hillel Coren
a787427688 Bug fixes 2014-06-30 14:42:25 +03:00
Hillel Coren
4d454d9a79 Merge pull request #139 from aggepagge/master
Show previously selected credit cards
2014-06-30 12:01:20 +03:00
aggepagge
a04127cd48 Show previously selected credit cards 2014-06-30 00:14:17 +02:00
aggepagge
df89ed41a8 Show previously selected credit cards 2014-06-30 00:11:31 +02:00
Hillel Coren
ada7246b2b Bug fixes 2014-06-29 20:23:10 +03:00
Hillel Coren
7d41fcd7ac Merge branch 'master' of github.com:hillelcoren/invoice-ninja 2014-06-29 12:39:29 +03:00
Hillel Coren
306e51c09b Bug fixes 2014-06-29 12:39:08 +03:00