Christopher Di Carlo
3335f78e52
Display client task rate in projects datatable ( #2879 )
...
* Display client task rate in projects datatable
Displays the client task rate in the projects datatable if a project rate has not been set. Also adds an icon indicating what type of rate is being used. Fixes #2527
* Added account task rate display to project datatable
2019-07-05 09:54:23 +10:00
Christopher Di Carlo
2124417c31
Added payment amount to dashboard activity. ( #2889 )
2019-07-05 08:21:27 +10:00
Christopher Di Carlo
0c6a8cee73
Added custom fields to recurring expense ( #2878 )
2019-06-27 22:07:40 +10:00
Christopher Di Carlo
048ee7181e
Added client usually pays in average days ( #2876 )
...
* Added client usually pays in average days
* Added translation for days label
* Code cleanup
* Added client usually pays in average days
* Added translation for days label
* Code cleanup
* Limit calculation to most recent 20 paid invoices, eager load fix
2019-06-27 22:01:46 +10:00
Christopher Di Carlo
8b4976cacf
Added default Valid Until setting ( #2874 )
...
Added field to settings and calculation of due date
2019-06-21 07:25:23 +10:00
Hillel Coren
1dada2035c
Merge pull request #2863 from OXINARF/pr/stripe-improvements
...
Stripe improvements
2019-06-05 09:50:13 +03:00
Francisco Ferreira
cee4652b7c
Stripe: fill payment card details
2019-06-04 13:15:52 +01:00
Francisco Ferreira
8e8414ab49
View credit card: send more billing data to Stripe when available
2019-06-04 13:15:52 +01:00
Hillel Coren
8ed210d618
Merge pull request #2847 from RnBConsulting/develop
...
Also check archived/trashed invoice_id associated with a task
2019-05-27 18:08:56 +03:00
Andreas Böhler
51dd22d7b5
Also check archived/trashed invoiced associated with a task
2019-05-27 14:22:57 +02:00
Hillel Coren
f134ee1b51
Fix for tests
2019-05-26 21:58:09 +03:00
Hillel Coren
b97b47f7cc
Update version
2019-05-26 21:31:01 +03:00
Hillel Coren
f4a4ccc3b1
Update lang files
2019-05-26 21:22:50 +03:00
Hillel Coren
3a13d99dff
Update docs
2019-05-26 19:31:48 +03:00
Hillel Coren
23bf67b69b
Fix overlapping text
2019-05-26 18:40:22 +03:00
Hillel Coren
d2fab1c747
Fix recurring invoice status label
2019-05-26 18:31:45 +03:00
Hillel Coren
800db04f1e
Fix for Stripe import issue
2019-05-26 18:24:15 +03:00
Hillel Coren
b1c64bae6c
Fix imported payment date
2019-05-26 15:25:22 +03:00
Hillel Coren
54df8e5055
Added client address to invoice/quote reports
2019-05-26 11:23:18 +03:00
Hillel Coren
1119701683
Update docs
2019-05-26 10:50:40 +03:00
Hillel Coren
4736d2bdab
Set WorldPay to offsite
2019-05-26 10:50:23 +03:00
Hillel Coren
3bea02e22e
Adjustments to check data
2019-05-23 21:33:22 +03:00
Hillel Coren
4db7ef0fba
Typo in texts
2019-05-23 21:26:31 +03:00
Hillel Coren
f09f10753f
Fix duplicate confirmation emails
2019-05-23 21:18:00 +03:00
Hillel Coren
b1689ca6de
Add currencies
2019-05-22 14:41:40 +03:00
Hillel Coren
fcf846d530
Merge pull request #2841 from cab2753/2839-timezone-fix
...
Respect user's timezone in Utils::dateToString().
2019-05-21 11:43:10 +03:00
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