Kevin Shenk

Results 43 issues of Kevin Shenk

This one's pretty simple: I have a signature field: ![image](https://github.com/frappe/print_designer/assets/4996285/4e695420-733c-4e26-8f99-6f64b358c036) Which I need incorporated into my print format, but the dynamic image list doesn't list Signature fields: ![image](https://github.com/frappe/print_designer/assets/4996285/2636a0f1-9fbb-4901-8dca-1b9e9b4560a8)

It would be great to add the ability to show/hide any element in a print format based on document conditions. Consider the following example, where I have boxes for various...

feature request
Priority: Low

Here again! This tool would be much-improved with the added ability to copy and paste elements, both inside a given print format, and between print formats. Just starting out by...

feature request
Priority: Low

I'd like to link directly to a report view from a workspace. Here's how my report link is configured in the dashboard card: ![image](https://user-images.githubusercontent.com/4996285/162053935-f36181cf-f846-4b8a-b906-6a252b1290a6.png) ### Expected result: I expect this...

bug

This PR removes the `set_failed` method from the Payment Request Doctype, which did nothing and was referenced nowhere. It replaces the `set_failed` method with a `set_as_failed` method which corresponds generally...

needs-tests
inactive

Instead of loading the provider API, the IP address can be called directly from the post meta in most cases.

***Preface*** I understand that an "Advanced Backups" script is available that provides quite a bit more flexibility for configuring backup jobs, but I would argue that this fails to provide...

enhancement

NGINX needs the following config in order to restore the original visitor IP when the site is behind Cloudflare: ``` set_real_ip_from 173.245.48.0/20 set_real_ip_from 103.21.244.0/22 set_real_ip_from 103.22.200.0/22 set_real_ip_from 103.31.4.0/22 set_real_ip_from 141.101.64.0/18...

enhancement
good first issue

I'd like to see the FastCGI increased on some sites to work around the 504 Gateway Timeout error on Nginx with long-running php-fpm scripts. The applicable PHP directives are already...

enhancement
good first issue

The constant page-refreshes with WPCD become quite a hassle when trying to quickly setup site and server options. I hope we can get to something at smooth as this eventually:...

enhancement