Skip to main content

Show Posts

This section allows you to view all Show Posts made by this member. Note that you can only see Show Posts made in areas you currently have access to.

Messages - gulfcoastphp

5
Suggestions / Add text link to the bottom of all List pages.
I need to add a text link to the bottom of all List Pages.  Can this be done?  If not, I'll make it a suggestion.

Here's the reason:  I don't like the current print to PDF option.  I want to use pdfcrowd, dompdf, tcpdf, or something similar.

Also with the print to pdf option we need landscape mode so the grids (list pages) look good.

Any options for now?
7
General Discussion / How do I get a add days to date?
I have entered_date and due_date.  If 2019-08-01 is entered in the entered _date, I want the due_date to automatically populate +1month.

I have the following code:

Code: [Select]
--date('Y-m-d', strtotime('+1month'))--

Need to do something like this for due_date:

Code: [Select]
entered_date +1month

How can I do this?

9
Suggestions / When working with dashboard and components
When working with dashboard and components we need some arrows to move components up or down.  I have about 15 record count components and you can't see the whole screen and there's no way to move them up!