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

966 Commits

Author SHA1 Message Date
Hillel Coren
5389a5aa87 Merge branch 'Self-updater' of https://github.com/codedge/invoiceninja into codedge-Self-updater
Conflicts:
	resources/lang/en/texts.php
2016-08-21 19:39:31 +03:00
Hillel Coren
de602283c1 Added 'tax' as custom label 2016-08-21 18:39:43 +03:00
Hillel Coren
6c92a6a94a Enabled adding expense to open invoice 2016-08-21 18:25:35 +03:00
Holger Lösken
d2d64d2a63 Use self-updater package, initial commit 2016-08-19 13:13:55 +00:00
Hillel Coren
9bb64d4984 Add help message to explain limited gateways 2016-08-19 16:11:00 +03:00
Hillel Coren
086e48bd4a Fix for active navbar highlight in client portal 2016-08-19 11:55:27 +03:00
Hillel Coren
9060d901a7 Fix initial load of templates and reminders page 2016-08-18 12:24:26 +03:00
Hillel Coren
886d7f6e12 Show 'Valid until' for quotes in HTML emails 2016-08-17 13:17:24 +03:00
Holger Lösken
1a6306f63b Pull CSS & JS sources from resources directory
- Revert custom config of Elixir to work as default
- Moved unminified(original) files to resources directory
- Still not everything cleaned up, but it's a start.. ;)
2016-08-17 08:34:12 +00:00
Hillel Coren
c5eed8f902 Host google fonts locally 2016-08-15 22:07:41 +03:00
Hillel Coren
b35c44b1e8 Fixes for JSON import 2016-08-15 21:37:47 +03:00
Hillel Coren
c595d16c2a Check before sending GA data 2016-08-15 19:39:34 +03:00
Hillel Coren
c01e42ac87 Added option to include line item taxes in line total 2016-08-15 18:08:06 +03:00
Hillel Coren
18d4cbcfbc Merge branch 'develop' of github.com:hillelcoren/invoice-ninja into develop 2016-08-15 15:15:32 +03:00
Holger Lösken
3e3c319d79 Fix #639
- Image dimensions for images on dashboard
- Image dimensions for IN logo
- No stretching, use margin instead of padding
- Optimized PNGs with TinyPNG.com
2016-08-15 13:17:04 +02:00
Hillel Coren
263c34c04f Tweak alert settings 2016-08-15 07:51:56 +03:00
Hillel Coren
bfae5018e0 Fixes for the bot 2016-08-14 12:30:16 +03:00
Hillel Coren
0a5d0ea44c Fix for cvv/cvc 2016-08-14 08:54:16 +03:00
Hillel Coren
ce2c71843c Working on the bot 2016-08-13 22:19:37 +03:00
Hillel Coren
38ef857c14 Fix for using a space as the cvv 2016-08-11 09:31:47 +03:00
Hillel Coren
73574fbd14 Workign on the bot 2016-08-10 20:48:24 +03:00
Hillel Coren
0a7381294e Working on the bot 2016-08-10 17:04:17 +03:00
Hillel Coren
815c3991a6 Working on the bot 2016-08-10 15:57:34 +03:00
Hillel Coren
d374843e50 Working on the bot 2016-08-09 23:06:24 +03:00
Hillel Coren
713394ea8a Don't show portal for ninja account 2016-08-09 09:56:18 +03:00
Hillel Coren
f8fda5f241 Working on the bot 2016-08-07 22:42:32 +03:00
Hillel Coren
b8a124dc0f Working on our bot 2016-08-07 09:10:36 +03:00
Hillel Coren
f1a278e4ff Working on our bot 2016-08-06 20:54:56 +03:00
Hillel Coren
7f3bd44d9a Working on bots 2016-08-04 20:01:30 +03:00
Hillel Coren
16aadf5615 Support links in login page messages 2016-08-02 16:22:02 +03:00
Hillel Coren
293e7cbb61 Support saving credit card and paypal tokens for the same client 2016-08-02 13:40:20 +03:00
Hillel Coren
2924e03a17 Added automated test for language files 2016-08-02 10:41:04 +03:00
Hillel Coren
305ef1d378 Disable date picker language 2016-07-31 21:47:29 +03:00
Hillel Coren
ae87edadfc Fix for fr_CA 2016-07-31 21:41:21 +03:00
Hillel Coren
123d704b56 Fix for quotes on dashboard 2016-07-30 22:10:00 +03:00
Hillel Coren
af78a3dd2d Test Stripe credentials when adding gateway 2016-07-29 14:58:26 +03:00
Hillel Coren
028743e440 Improve warning messages when sending emails 2016-07-28 23:08:51 +03:00
Hillel Coren
22c920701c Implemented sweetalert 2016-07-28 19:55:23 +03:00
Hillel Coren
be311315c3 Don't focus invoice number when viewing an invoice 2016-07-28 17:09:58 +03:00
Hillel Coren
7b52776f6e Fixes for browser fav icons 2016-07-27 16:00:32 +03:00
Hillel Coren
aa53a96b5d Verify that invoice number is unique using JS 2016-07-27 15:46:05 +03:00
Hillel Coren
d44213bce9 Fix display of expense exchange rates 2016-07-27 13:54:00 +03:00
Hillel Coren
05a92fea8d Fix for report checkboxes 2016-07-27 13:40:54 +03:00
Holger Lösken
3d471f7c82 Set up D3.js with Elixir
- Use latest V3 version (3.5.17)
- V4 not supported by IN / gives errors
- Use Elixir to minify + deploy to public dir
2016-07-24 13:31:25 +02:00
Holger Lösken
31297be564 Use Chart.js with Elixir 2016-07-24 12:41:56 +02:00
Holger Lösken
98a8b7b368 Remove less folder from resources 2016-07-21 20:52:55 +00:00
Hillel Coren
4795f33067 Adding back fixes 2016-07-21 16:04:23 +03:00
Hillel Coren
498578cefc Rollback to 2.6.5 2016-07-21 15:35:23 +03:00
Hillel Coren
d13e95399e Revert "Translate error template" 2016-07-21 15:30:11 +03:00
Holger Lösken
97d6fcbf06 Translate error template
- Fix #1001
- Translate error contact text
2016-07-21 12:52:33 +02:00