Search found 180 matches

by empmdk
22 Dec 2017, 06:44
Forum: Discussion
Topic: Select Sub-Entity When Creating Task?
Replies: 3
Views: 1160

Select Sub-Entity When Creating Task?

I'm trying to configure sub-entity selection when you click the "Add Task" button. The parent entity is being used as a placeholder name. When clicking "Add Task", I want it to have a selection of which sub-entity I want to work with. When one is chosen, it will display the field...
by empmdk
03 Jul 2017, 17:28
Forum: Bug Report version 1.9
Topic: Export XLXS Invalid
Replies: 1
Views: 3632

Export XLXS Invalid

When I try to export data, I'm getting a 0kb xlsx file and it says invalid when I try to open it in Excel. This occurs for all entities. PDF and Word export on individual items works fine.
by empmdk
03 Jul 2017, 02:39
Forum: Suggestions
Topic: Add Task into Multiple Entities
Replies: 1
Views: 1568

Add Task into Multiple Entities

It would be nice to add a task/project across multiple entities with one form. For example, you add a checkbox and when checked, will tell the form to also add the task into another designated entity and displays fields for that entity. The added entities could pull specified info from the form to b...
by empmdk
30 Jun 2017, 19:32
Forum: Discussion
Topic: Date & Time Picker 12 Hours?
Replies: 6
Views: 2102

Re: Date & Time Picker 12 Hours?

Using the last demo (Meridian Format) on the script developers page ( http://www.malot.fr/bootstrap-datetimepicker/demo.php ), you can see that it is functioning properly for 12-hour instead of 24 and adding either AM or PM automatically to the end of the chosen time. Is Rukoviditel formatting the f...
by empmdk
30 Jun 2017, 15:45
Forum: Discussion
Topic: Date & Time Picker 12 Hours?
Replies: 6
Views: 2102

Re: Date & Time Picker 12 Hours?

Yes, I have tried that. It does not seem to have any effect on the Date/Time Picker field. It only changes the default timestamp of when a project/task is created.
by empmdk
30 Jun 2017, 05:45
Forum: Discussion
Topic: Date & Time Picker 12 Hours?
Replies: 6
Views: 2102

Re: Date & Time Picker 12 Hours?

Ok, I've found bootstrap-datetimepicker.js. I changed the following line to have AM and PM times show: this.showMeridian = options.showMeridian || this.element.data('show-meridian') || false; to this.showMeridian = options.showMeridian || this.element.data('show-meridian') || true; Now, I cannot fig...
by empmdk
30 Jun 2017, 04:33
Forum: Discussion
Topic: Date & Time Picker 12 Hours?
Replies: 6
Views: 2102

Date & Time Picker 12 Hours?

Is it possible to change the available times to 12 hour set instead of 24 hours? I've looked through a couple files and noticed the following lines:
hour: 0,
hourMax: 23,
I've tried changing those to:
hour: 1,
hourMax: 12,
It did not seem to make a difference.
by empmdk
23 Feb 2017, 20:01
Forum: Bug Report version 1.8
Topic: vPIC Error: can't create stream
Replies: 4
Views: 4808

Re: vPIC Error: can't create stream

Perfect! It's working now, thank you very much.
by empmdk
23 Feb 2017, 19:00
Forum: Bug Report version 1.8
Topic: vPIC Error: can't create stream
Replies: 4
Views: 4808

Re: vPIC Error: can't create stream

I have allow_url_fopen set to on. Any other possible cause?
by empmdk
22 Feb 2017, 18:34
Forum: Bug Report version 1.8
Topic: vPIC Error: can't create stream
Replies: 4
Views: 4808

vPIC Error: can't create stream

vPIC was working great but is now giving an error for the past two days (Error: can't create stream).
There is nothing in the error log file.