Search found 59 matches

by Edition Nehemia
06 Sep 2023, 12:42
Forum: Bug Report version 3.4.4
Topic: MySQL query fields are not sorted correctly
Replies: 4
Views: 324

MySQL query fields are not sorted correctly

Hi Sergey, MySQL query fields are not sorted correctly in tables if they are only numbers. Apparently a text sort is applied, which makes perfect sense. It would be worth checking whether it is not possible to specify in the field options whether this is a pure number. This would then allow the corr...
by Edition Nehemia
06 Sep 2023, 11:54
Forum: Discussion
Topic: Email Notifications for adding a record
Replies: 5
Views: 376

Re: Email Notifications for adding a record

Hi,
have you activated e-mail notification in this entity?
by Edition Nehemia
02 Sep 2023, 13:01
Forum: Discussion
Topic: Customize enumeration with points on invoice
Replies: 17
Views: 545

Re: Customize enumeration with points on invoice

Hello,

Maybe "!important" will help.

Code: Select all

@media print {
   ul, ol {
      list-style: none !important;
      list-style-type: none !important;
      padding-left: 0 !important;

   }
}
Sorry, otherwise I have no idea!
by Edition Nehemia
02 Sep 2023, 12:09
Forum: Discussion
Topic: Customize enumeration with points on invoice
Replies: 17
Views: 545

Re: Customize enumeration with points on invoice

Hi Thomas, If you look under Configuration as an administrator, there is a menu called "Custom CSS" or similar. Try entering the following code there. @media print { ul, ol { list-style: none; /* removes the bullet points */ padding-left: 0; /* removes the left inner space */ } } Kind rega...
by Edition Nehemia
02 Sep 2023, 11:19
Forum: Discussion
Topic: Customize enumeration with points on invoice
Replies: 17
Views: 545

Re: Customize enumeration with points on invoice

Hi Thomas,

It is very difficult to know the solution without seeing all the CSS code.

Have you tried setting the "list-style-type" to none ("list-style-type: none")?

Kind regards from Steffisburg
Christoph
by Edition Nehemia
02 Sep 2023, 10:55
Forum: Bug Report version 3.4.4
Topic: Urgent - Database error after installing v3.4
Replies: 8
Views: 553

Re: Urgent - Database error after installing v3.4

Did you also run the SQL update script for the extension? The letters "ext" in the table name indicate that you have tested the extension (which is good). It is possible that there are dependencies that are also loaded if you only load the basic component and the extension is not activated...
by Edition Nehemia
01 Sep 2023, 20:06
Forum: Suggestions
Topic: Resetting the user-defined list configuration
Replies: 2
Views: 461

Resetting the user-defined list configuration

Hello Sergey

It's a great thing when every user can do the list configuration themselves. But it is also important that one can easily reset one's setting to the default.

Otherwise, chaos can easily ensue.

THANK YOU and best regards
Christoph
by Edition Nehemia
19 Aug 2023, 20:03
Forum: Bug Report version 3.4.4
Topic: User group rights cannot be saved without action
Replies: 4
Views: 424

User group rights cannot be saved without action

Hi Sergey, Before version 3.4, it was possible to set the user group rights so that a user could see everything but was not allowed to do anything. This is very helpful, especially for my API user. This is no longer possible. If you set the rights and reload the page, the entry is no longer saved. T...
by Edition Nehemia
19 Aug 2023, 19:52
Forum: Bug Report version 3.4.4
Topic: Close: Parallel working with two windows
Replies: 7
Views: 414

Re: Parallel working with two windows

Great, it seems that something has already been done here! THANKS!

(Maybe I always went to the login page until now. When you go to it, you have to log in again in each tab).

Anyway, things are very good for me now :) THANK YOU, Sergey!
by Edition Nehemia
26 Jul 2023, 21:54
Forum: Bug Report version 3.4.4
Topic: Close: Parallel working with two windows
Replies: 7
Views: 414

Re: Parallel working with two windows

Thanks for the tip!
I often do this too, if I think of it in time. Nevertheless - if an improvement is easily possible - I wouldn't be sad.