Search found 174 matches

by eddydeniro
21 Aug 2021, 16:56
Forum: Discussion
Topic: Exporting Data File with Picture / Images to Excel
Replies: 14
Views: 1586

Re: Exporting Data File with Picture / Images to Excel

For anyone who sent PM asking for the plugin files, here it is. Find readme.txt of how to use the module. Thanks
by eddydeniro
21 Aug 2021, 04:20
Forum: Discussion
Topic: Exporting Data File with Picture / Images to Excel
Replies: 14
Views: 1586

Re: Exporting Data File with Picture / Images to Excel

You just have to modify the class export of Rukovoditel to filter the field image and insert the image to the cell. Here's what I do. Coding.png Modify the export class, make it a plugin named export_with_image CreateAnnouncement.png Create Announcement in, for example, entity Project with link to p...
by eddydeniro
19 Aug 2021, 06:51
Forum: Discussion
Topic: Exporting Data File with Picture / Images to Excel
Replies: 14
Views: 1586

Re: Exporting Data File with Picture / Images to Excel

Rukovoditel already use phpspreadsheet for importing and exporting Excel file. For export, it only use the data array, no special treatment for image. If we know how to use phpspreadsheet, we can create our own plugin as a workaround: detect the field type of image, locate the image path (not url), ...
by eddydeniro
13 Aug 2021, 14:30
Forum: Discussion
Topic: Date & Time is changing to unknown date !
Replies: 0
Views: 280

Re: Date & Time is changing to unknown date !

I think the culprit is the function process in class fieldtype_input_date. The date value is converted into timestamp there, including the one already in timestamp format. Perhaps you can test by checking if the date value is numeric (timestamp) or not (something like 2021-08-01 is not numeric). If ...
by eddydeniro
12 Aug 2021, 17:33
Forum: Discussion
Topic: Filter on entity field "x" by "x" criteria
Replies: 3
Views: 355

Re: Filter on entity field "x" by "x" criteria

I'm curious if my suggestion works. So I tested myself :D .
Here's what I do
ruko_test.png
by eddydeniro
03 Aug 2021, 13:46
Forum: Discussion
Topic: Filter on entity field "x" by "x" criteria
Replies: 3
Views: 355

Re: Filter on entity field "x" by "x" criteria

I think you can use dropdown field filled with your "Begins With" values (0-9 to Z). To automate the chosen value, you can use field Ajax Request just to get the first letter of the company name and set the result to dropdown field. To make it better, hide the field by JS, not by Field Acc...
by eddydeniro
24 Jun 2021, 11:17
Forum: Discussion
Topic: Self joins and views
Replies: 2
Views: 439

Re: Self joins and views

I'm not sure if my question is covered in previous discussions. I have an entity X with information of parents and children. I need to create a family tree in a report or form or template that links child to father/ mother and grand parents and so forth. I know that you have to use self joins to ac...
by eddydeniro
24 Jun 2021, 11:09
Forum: Discussion
Topic: Can we use [id] in an Entity drop-down list (ajax) condition
Replies: 5
Views: 450

Re: Can we use [id] in an Entity drop-down list (ajax) condition

You mean, why not substitute the [field id] of the current entity (form) instead, so we can use the fields of the current form for Condition, not only for copying values, right? Well, we have the same question now :) . I tried to replace the $parent_entity_item_id with the id of the current form and...
by eddydeniro
24 Jun 2021, 08:37
Forum: Discussion
Topic: Can we use [id] in an Entity drop-down list (ajax) condition
Replies: 5
Views: 450

Re: Can we use [id] in an Entity drop-down list (ajax) condition

I dont think so. I guess you can only use variables [current_user_id] and [TODAY].
by eddydeniro
20 Jun 2021, 05:10
Forum: Bug Report version 2.9
Topic: Error after upgrading
Replies: 2
Views: 340

Re: Error after upgrading

It's clearly error of undefined constants in language file. Have you replaced the file in folder "plugins\ext\languages"?