1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-21 00:41:34 +02:00
Commit Graph

70 Commits

Author SHA1 Message Date
Hillel Coren
2a1019cfa0 Merge from master 2017-08-07 18:09:41 +03:00
Hillel Coren
a797604309 Fix for expense documents 2017-07-21 17:24:03 +03:00
Hillel Coren
25699f43c7 Working on default documents 2017-07-20 22:45:10 +03:00
Hillel Coren
6ad9d86ceb Fix DropZone messages 2017-07-04 12:09:16 +03:00
Hillel Coren
fa6d67ac67 Default frequency to monthly 2017-06-26 17:19:44 +03:00
Hillel Coren
b694d35994 Recurring expenses 2017-06-26 16:25:11 +03:00
Hillel Coren
ffbe32256c Working on recurring expenses 2017-06-26 11:10:51 +03:00
Hillel Coren
4a55e26117 Working on recurring expenses 2017-06-26 07:16:29 +03:00
Hillel Coren
00fd8e1718 Fix date toggle on expense form 2017-06-13 20:41:35 +03:00
Hillel Coren
c6091cd71e Improve cancel button links 2017-06-13 15:42:41 +03:00
Hillel Coren
0ed4250766 Per product Tax rate in invoice doesn't update product. #1108 2017-05-17 12:18:48 +03:00
Hillel Coren
8738a2ad55 Clean up JSON encoding 2017-05-08 22:10:39 +03:00
Hillel Coren
42032f5e9a Improve JSON encoding in HTML 2017-05-07 10:00:38 +03:00
Hillel Coren
d1e77f877b Option to include expense documents with invoice #1442 2017-04-28 16:42:19 +03:00
Hillel Coren
0fad27287b Add strip_tags to raw JSON in views 2017-04-19 20:46:11 +03:00
Hillel Coren
6351086c4e Support marking expenses as paid #1400 2017-04-19 17:18:24 +03:00
Hillel Coren
e785ebab5e Don't show expense taxes if no tax rates exist 2017-04-18 09:31:44 +03:00
Hillel Coren
234fc8deb6 Changed 'Should be invoiced' to 'Billable' 2017-03-19 18:35:33 +02:00
Hillel Coren
1c4a60f2be Fix for tests 2017-03-19 18:31:24 +02:00
Hillel Coren
4045b529aa Fix for expense client 2017-03-13 11:15:05 +02:00
Hillel Coren
cd16988ebc Changed expense field order 2017-03-03 12:06:21 +02:00
Hillel Coren
5f478af9a4 Support creating inline vendors and categories 2017-03-02 18:02:48 +02:00
Hillel Coren
2e6888a474 Fix for #1238 2017-01-29 22:51:12 +02:00
Hillel Coren
a3c2340fa0 Prevent checkboxes from being checked if validation fails 2017-01-09 17:01:51 +02:00
Hillel Coren
f275d1a295 Don't allow changing client once task/expense has been invoiced 2016-12-19 20:39:48 +02:00
Hillel Coren
147df1ef91 Standardize archive/deleted behaviors 2016-10-10 11:40:04 +03:00
Hillel Coren
c5b685d390 Enable users with 'View all' to see w/o editing 2016-09-20 17:34:13 +03:00
Hillel Coren
6c92a6a94a Enabled adding expense to open invoice 2016-08-21 18:25:35 +03:00
Hillel Coren
22c920701c Implemented sweetalert 2016-07-28 19:55:23 +03:00
Hillel Coren
d44213bce9 Fix display of expense exchange rates 2016-07-27 13:54:00 +03:00
Hillel Coren
fa9b0bf78b Working on buy now buttons 2016-07-13 12:03:39 +03:00
Hillel Coren
986487b4c9 Working on new hosted pricing 2016-07-11 20:08:43 +03:00
Hillel Coren
386c606558 Added support for taxes to expenses 2016-07-07 19:54:06 +03:00
Hillel Coren
5f8ae65310 Working on expense category permissions 2016-07-07 11:44:15 +03:00
Hillel Coren
e6b60c6f1a Working on expense categories 2016-07-07 11:03:43 +03:00
Hillel Coren
d83f2dc246 Working on expense test 2016-07-06 10:31:06 +03:00
Hillel Coren
21a91ff0e1 Added expense category 2016-07-05 21:49:47 +03:00
Hillel Coren
5ff69c6f29 Payments refactor 2016-06-20 17:14:43 +03:00
Hillel Coren
a91f257f01 Moved up handleDocumentUploaded counter 2016-06-07 21:46:07 +03:00
Hillel Coren
8b2f7eb39f Check for blank api secret 2016-06-05 18:50:41 +03:00
Hillel Coren
e7caa58d75 Changed route to use plurarl 'documents' 2016-05-30 13:43:41 +03:00
Hillel Coren
2f3c309d41 Remove fallback support for dropzone 2016-05-30 11:51:41 +03:00
Hillel Coren
a7f9847978 Fix for when document is too large 2016-05-29 18:42:36 +03:00
Hillel Coren
d174a2555b Fix for max file size 2016-05-29 18:39:42 +03:00
Hillel Coren
2043621ac9 Fix for deleting documents 2016-05-26 19:02:53 +03:00
Hillel Coren
44fb6682e4 Prevent saving expense before documents have uploaded 2016-05-25 22:01:15 +03:00
Hillel Coren
df2a652798 Change document to click to full size 2016-05-25 15:18:12 +03:00
Hillel Coren
6cfee6ec70 Open document when clicked 2016-05-22 22:14:47 +03:00
Hillel Coren
3df6ad2529 Changes to support transifex.com 2016-05-15 23:16:08 +03:00
Joshua Dwire
22f65e8108 Finalize multi-plan support
* Allow admins to change plan
* Check features instead of plans
* Support linking/unlinking accounts
* Support creating/deleting accounts
2016-04-18 22:35:18 -04:00