Search found 28 matches

by gerardopellicer
22 Aug 2024, 20:37
Forum: Discussion
Topic: Reduce image size before upload (client side)
Replies: 1
Views: 1960

Reduce image size before upload (client side)

Hi, I have an entity that requires for the user to upload 4 pictures from its mobile phone or computer, but images from phones are quite bit, around 6Mb. I need the pictures to create a report and I will be using the with a maximum size of 1000px. The problem no is that when I try to create a pdf re...
by gerardopellicer
05 Dec 2023, 05:50
Forum: Discussion
Topic: Adding from item page, strange behaviour
Replies: 1
Views: 3328

Adding from item page, strange behaviour

I have an entity that has a field "entity" type, so in the Item Page of this entity I get the normal are displaying data and a "Add button". When using version 2.8 (or so) when I clicked the Add button I would get a form with this entity and the field corresponding already select...
by gerardopellicer
26 Sep 2023, 20:03
Forum: Discussion
Topic: Error after update
Replies: 2
Views: 674

Re: Error after update

Thanks! It worked
by gerardopellicer
13 Sep 2023, 01:53
Forum: Discussion
Topic: Error after update
Replies: 2
Views: 674

Error after update

Hi, I just updated to the latest version from 2.8 and I get this erro while trying to create a template to export: Database Error: 1054 - Unknown column 'save_attachments' in 'field list' Query: insert into app_ext_export_templates (name, entities_id, type, label_size, button_title, button_position,...
by gerardopellicer
07 Sep 2022, 02:58
Forum: Discussion
Topic: History Back - Back button
Replies: 1
Views: 194

History Back - Back button

Is there a way to add a back button that returns to previous items list without loosing place. Like a <button onclick="history.back()">Go Back</button>?
by gerardopellicer
23 Jul 2022, 01:35
Forum: Discussion
Topic: PHP Code not working on filters or ajax
Replies: 2
Views: 255

Re: PHP Code not working on filters or ajax

I hope some one finds a solution. PHP field id great for creating automatic Id codes for products based on its attributes, but without search or sort it's a bummer! :cry:
by gerardopellicer
19 Jul 2022, 21:02
Forum: Discussion
Topic: PHP Code not working on filters or ajax
Replies: 2
Views: 255

PHP Code not working on filters or ajax

Hi. I made a PHP Code field to create an ID based on other fields, I disabled the Execute dynamically option. The field works fine when listing the elements, I can use it to order the elements. But if I try to use it to filter in the Filters Panels, it doesen't work. Also when using the Entity field...
by gerardopellicer
20 Jan 2022, 00:10
Forum: Discussion
Topic: Template to export: sort table with entity
Replies: 2
Views: 289

Template to export: sort table with entity

I have a template to export where I use a Related items field to display a table. But this table sorts by ID field, and I want to sort it by another field, is this possible This is my field, the table shows fine but in an incorrect order for me. I would like it to be sorted by field 479 {#1511:3975<...