Search found 85 matches

by Jochen
22 Dec 2022, 01:12
Forum: Discussion
Topic: Show pictures via API
Replies: 3
Views: 223

Re: Show pictures via API

It seems not to work. I allowed Public Access to this special entity, but the return is an empty string.
by Jochen
21 Dec 2022, 18:52
Forum: Discussion
Topic: Show pictures via API
Replies: 3
Views: 223

Show pictures via API

I have a web page which shows the text content of a Rukovoditel Entitiy via the Rest API.
Is it possible to show Picture files via the API as well on the web page?
by Jochen
29 Nov 2022, 13:41
Forum: Discussion
Topic: Upload attachement to a defined address
Replies: 3
Views: 246

Re: Upload attachement to a defined address

In Rukovoditel I have my Project Management and my Release Notes for my GDL-Objects (which are little 3D-Software library parts for a CAD Software). In the CAD you can click on the Link "Check for Updates" on a button on every GDL-Object. Then you will arrive on a web page with the Release...
by Jochen
28 Nov 2022, 22:18
Forum: Discussion
Topic: Upload attachement to a defined address
Replies: 3
Views: 246

Upload attachement to a defined address

Is it possible to create an Upload Field, where I can choose the folder (external from the ruko installation) to where the file should be uploaded. Or similar to this: is it possible to create a copy of the file uploaded to the Ruko default upload folder by a cronjob or similar, which is placed into...
by Jochen
06 Nov 2022, 14:50
Forum: Discussion
Topic: login user data is not remembered
Replies: 0
Views: 123

login user data is not remembered

On the Login Page of the PM there is a checkbox "remember user data" or "Remember Me".
Although I check this box every time have to fill in the user data every time again.
by Jochen
10 Oct 2022, 15:04
Forum: Discussion
Topic: Customer Feedback (Feature Request) via API
Replies: 7
Views: 363

Re: Customer Feedback (Feature Request) via API

Thank You again. It still seems to be something missing. Writing in an entity without parent works in the same script, but writing into an entity with a parent still does not work. I think it could have to do with the header of the child entity in which I want to write. In Ruko this header is the he...
by Jochen
10 Oct 2022, 12:19
Forum: Discussion
Topic: Customer Feedback (Feature Request) via API
Replies: 7
Views: 363

Re: Customer Feedback (Feature Request) via API

Thank You very much, but the Script seems still not to work. Is the following part correct? $items = array(); $items[] = array( 'field_887' => ($_POST['object']), 'field_893' => ($_POST['object']), 'field_888' => htmlspecialchars(stripslashes($_POST['name'])), 'field_889' => htmlspecialchars(stripsl...
by Jochen
09 Oct 2022, 15:14
Forum: Discussion
Topic: Customer Feedback (Feature Request) via API
Replies: 7
Views: 363

Re: Customer Feedback (Feature Request) via API

Thank You Sergey. Writing or adding records (by insert) works well if I have an entity whivch has no parents. It does not write records if the entity has a parent element, where the routine must know, which the selected header entry from the parent etity is. How must the example on https://docs.ruko...
by Jochen
04 Oct 2022, 20:17
Forum: Discussion
Topic: Customer Feedback (Feature Request) via API
Replies: 7
Views: 363

Customer Feedback (Feature Request) via API

Has anyone an example for a Customer Feedback (Feature Request) which is filled by an external website via API
by Jochen
24 Aug 2022, 20:37
Forum: Discussion
Topic: Public Forms with automatic entries
Replies: 3
Views: 1076

Re: Public Forms with automatic entries

I did not get it working in 2018. Now I have a similar question: The public form of a sub-entity always shows the header of the mother-entity as dropdown-selection (in the public form settings you can hide the dropdown by checkbox). Is it possible to read the value of this header from the mother-ent...