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

8865 Commits

Author SHA1 Message Date
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
Andreas Böhler
fde4e553df Change username -> user 2019-03-22 07:55:29 +01:00
Andreas Böhler
afbd8df072 Fixes for Code Review 2019-03-21 16:46:46 +01:00
Andreas Böhler
feb2f9ae82 Add user id and displayname in task status (API) 2019-03-21 16:42:41 +01:00
Hillel Coren
a0e29467a3 Change Payment Express back to onsite gateway 2019-03-12 08:45:02 +02:00
Hillel Coren
52ac8e83d6 Fix for Payment Express 2019-03-10 09:46:56 +02:00
Hillel Coren
724381a75a Fix placholder translation 2019-02-28 15:08:21 +02:00
Hillel Coren
af51e715a5
Merge pull request #2701 from tjmv/2699-translate-selected-vendor-currency
Use translated name for the selected currency on vendor page
2019-02-28 15:06:31 +02:00
Hillel Coren
2d03b28a72 Update version 2019-02-28 09:48:20 +02:00
Hillel Coren
994899e17a Update language files 2019-02-28 09:45:55 +02:00
Hillel Coren
0d515da62e Add currencies 2019-02-28 09:39:24 +02:00
Hillel Coren
87bbe4ceea Fix for invoice transformer 2019-02-28 09:27:33 +02:00