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

8926 Commits

Author SHA1 Message Date
cab2753
904cff732c Respect user's timezone in Utils::dateToString(). 2019-05-20 18:35:30 -07:00
Hillel Coren
9a608bcc65
Merge pull request #2830 from dicarlosystems/in2816-display-contact-in-activity
Display contact in activity dashboard and client activity
2019-05-19 17:04:52 +03:00
Christopher Di Carlo
955307bdfe Added ability to set default value (#2835)
* Added ability to set default value

* Fixed bug for case when user is the entity

* Removed debugging code

* Removed debugging code
2019-05-18 15:10:04 +10:00
Christopher Di Carlo
6eb2717d13 Fixed query bug related to inclusion of contact in activity message 2019-05-17 08:27:17 -04:00
Christopher Di Carlo
97019f22e9 Updated activity messages to include contact and client 2019-05-17 08:26:04 -04:00
Christopher Di Carlo
aa97b0a9ac Fixed sorting issue if activities created with exact same timestamp 2019-05-17 08:25:40 -04:00
Christopher Di Carlo
b854115389 Display contact in activity dashboard and client activity 2019-05-09 07:07:15 -04:00
David Bomba
14c140c520
Allow artisan to be executable (#2828) 2019-05-09 08:54:10 +10:00
Kristian Feldsam
ab739ae358 Fix quote reminders - skip converted quotes (#2819)
Signed-off-by: Kristián Feldsam <feldsam@gmail.com>
2019-05-06 08:51:01 +10:00
Hillel Coren
2e3d79a700
Merge pull request #2818 from FELDSAM-INC/fix/invoice-item-vars-year-inc
invoice items - processVariables - fix year increments in JS
2019-05-04 21:58:53 +03:00
Kristián Feldsam
9df361a378 invoice items - processVariables - fix year increments in JS
Signed-off-by: Kristián Feldsam <feldsam@gmail.com>
2019-05-04 13:07:49 +02:00
Hillel Coren
f9021b4102
Merge pull request #2814 from FELDSAM-INC/feature/invoice-vars-support-yearoverlaps
Utils::processVariables count with year overlaps
2019-05-01 16:38:42 +03:00
Kristián Feldsam
925bcca617 Utils::processVariables count with year overlaps
Works fine with increments and decrements like this ":MONTH+1 :YEAR", ":QUARTER+1 :YEAR", ":MONTH-1 :YEAR" and ":QUARTER-1 :YEAR"

Known issue: Does not work with multiple increments like this one ":MONTH+6 :YEAR, :MONTH+7 :YEAR, :MONTH+8 :YEAR"

Signed-off-by: Kristián Feldsam <feldsam@gmail.com>
2019-05-01 13:21:52 +02:00
Hillel Coren
694de222a7
Merge pull request #2810 from FELDSAM-INC/feature/option-to-disable-relatime-preview
Option to disable PDF realtime preview
2019-05-01 11:44:47 +03:00
Hillel Coren
69a563cac4
Merge pull request #2813 from titan-fail/patch-1
Updated shell script URL
2019-05-01 11:43:45 +03:00
Mike Skaggs
af13bde5f4
Updated shell script URL
Updated the URL for the automatic update script to point to a git repository instead of pastebin. This should alleviate issues with DOS-style line breaks when users don't run the downloaded file through dos2unix and end up with "invalid option" errors when trying to run the script.
2019-05-01 04:40:01 -04:00
Hillel Coren
9d8291c0fe
Merge pull request #2811 from FELDSAM-INC/fix/invoice-authorizations
Fixed invoice authorizations
2019-05-01 06:16:22 +03:00
Hillel Coren
6f2c6fd905
Merge pull request #2809 from FELDSAM-INC/feature/reccuring-on-quote-clone
Enable reccuring also on quote clone
2019-05-01 06:08:12 +03:00
Hillel Coren
6a9dae79c3
Merge pull request #2808 from FELDSAM-INC/feature/recurring-invoices-dropdown-in-lists
Recurring quotes list and Invoices list - show recurring invoices dro…
2019-05-01 06:07:34 +03:00
Kristián Feldsam
d9724c3c50 Fixed invoice authorizations
Signed-off-by: Kristián Feldsam <feldsam@gmail.com>
2019-04-30 12:53:52 +02:00
Kristián Feldsam
def674a2e4 Option to disable PDF realtime preview
Signed-off-by: Kristián Feldsam <feldsam@gmail.com>
2019-04-30 08:55:05 +02:00
Kristián Feldsam
d515126a5b Recurring quotes list and Invoices list - show recurring invoices dropdown
Signed-off-by: Kristián Feldsam <feldsam@gmail.com>
2019-04-29 20:50:23 +02:00
Kristián Feldsam
097764f866 Enable reccuring also on quote clone
Signed-off-by: Kristián Feldsam <feldsam@gmail.com>
2019-04-29 20:49:21 +02:00
Hillel Coren
e14e27cac6
Merge pull request #2807 from FELDSAM-INC/feature/require-quote-approve-option
Feature/require quote approve option
2019-04-29 19:46:19 +03:00
Hillel Coren
02890eee2a
Merge pull request #2806 from FELDSAM-INC/fix/invoice-signatures
Invoices - fix requesting signature if already signed
2019-04-29 19:46:10 +03:00
Hillel Coren
17b72a8d95 Merge branch 'develop' of github.com:invoiceninja/invoiceninja into develop 2019-04-29 15:34:41 +03:00
Hillel Coren
b238e18352 Update readme 2019-04-29 15:34:31 +03:00
Kristián Feldsam
98ab5599e5 Quote workflow settings enhancements
Signed-off-by: Kristián Feldsam <feldsam@gmail.com>
2019-04-29 13:58:27 +02:00
Kristián Feldsam
7f304028e6 View Quote - Approve not required - Show link to Invoice
Signed-off-by: Kristián Feldsam <feldsam@gmail.com>
2019-04-29 12:51:28 +02:00
Kristián Feldsam
90d132ad20 BasePaymentDriver - Convert Quote - Fix Invitation
Signed-off-by: Kristián Feldsam <feldsam@gmail.com>
2019-04-29 12:07:11 +02:00
Kristián Feldsam
d7368851f5 PaymentDriver - Convert quote to invoice on payment
Signed-off-by: Kristián Feldsam <feldsam@gmail.com>
2019-04-29 11:06:19 +02:00
Kristián Feldsam
f119a6f74c Add option to disable requiring quote approving
Signed-off-by: Kristián Feldsam <feldsam@gmail.com>
2019-04-29 11:06:14 +02:00
Kristián Feldsam
e8233f6cbd Invoices - fix requesting signature if already signed
Signed-off-by: Kristián Feldsam <feldsam@gmail.com>
2019-04-29 11:04:28 +02:00
Hillel Coren
e6cb3dc5e7
Merge pull request #2804 from FELDSAM-INC/feature/quote-reminders
Quote Reminders
2019-04-29 09:45:35 +03:00
Hillel Coren
46f0cd500f
Merge pull request #2803 from FELDSAM-INC/fix/dashboard-totals-currency-chart
Dashboard totals - fix currency in chart
2019-04-29 09:45:27 +03:00
Hillel Coren
503178693f
Merge pull request #2802 from FELDSAM-INC/feature/schd-reports-ranges
Scheduled Reports - Add ranges with quarters
2019-04-29 09:45:17 +03:00
Hillel Coren
0c3c72aa8b
Merge pull request #2801 from FELDSAM-INC/feature/quarters-in-daterange
DateRangePicker added Quarters
2019-04-29 09:45:09 +03:00
Kristián Feldsam
19f3eb43eb Quote Reminders
Signed-off-by: Kristián Feldsam <feldsam@gmail.com>
2019-04-29 02:04:34 +02:00
Kristián Feldsam
31abf8b8b6 Dashboard totals - fix currency in chart
Signed-off-by: Kristián Feldsam <feldsam@gmail.com>
2019-04-28 22:59:35 +02:00
Kristián Feldsam
ec9f77b53d Scheduled Reports - Add ranges with quarters
Signed-off-by: Kristián Feldsam <feldsam@gmail.com>
2019-04-28 17:37:25 +02:00
Kristián Feldsam
8d706b62d9 DateRangePicker added Quarters
Signed-off-by: Kristián Feldsam <feldsam@gmail.com>
2019-04-28 17:35:09 +02:00
Hillel Coren
258b5c6453 Update docs 2019-04-25 15:54:06 +03:00
Hillel Coren
00700765d9 Update readme 2019-04-25 15:51:44 +03:00
Hillel Coren
733b597240 quote to invoice private notes #2742 2019-04-17 18:37:20 +03:00
Hillel Coren
a5ae3aa6bc XSS fixes 2019-04-17 18:29:20 +03:00
Hillel Coren
c666a867ab Fix endless reminder translation 2019-04-17 18:18:30 +03:00
Hillel Coren
7164c52d4b Update docs 2019-03-26 08:38:17 +02:00
Hillel Coren
cdb0c80acc Merge branch 'develop' of github.com:invoiceninja/invoiceninja into develop 2019-03-26 08:32:29 +02:00
Hillel Coren
3508cce983 Fix for task tranformer 2019-03-26 08:32:18 +02:00
Hillel Coren
96d9b162c9
Merge pull request #2745 from RnBConsulting/develop
Add user id and displayname in task status (API) v2
2019-03-22 09:00:18 +02:00