Search found 180 matches

by brave
13 Dec 2023, 23:52
Forum: Discussion
Topic: SOLVED - filter out items
Replies: 7
Views: 3326

Re: filter out items

I actually managed it with:

Code: Select all

parent_item_id=[671] and e.id not in (select r.field_665 from app_entity_38 r where r.field_665=e.id)
I hope that was the right approach
by brave
13 Dec 2023, 15:30
Forum: Discussion
Topic: SOLVED - filter out items
Replies: 7
Views: 3326

Re: filter out items

And again the same problem: In a recently completed project, I successfully filtered construction sites in invoices that had already been assigned to a customer. This function meets expectations and works as intended. Situation: In the sub-position of the invoice table, the dimensions of the constru...
by brave
12 Dec 2023, 00:04
Forum: Translations
Topic: German Translation for 3.4 and Extensions 3.4
Replies: 3
Views: 1356

Re: German Translation for 3.4 and Extensions 3.4

I am truly impressed with how the maintenance of the German language file on Git has been improved. A special thank you! It shows how valuable work with many hands can be. Great job!
by brave
11 Dec 2023, 16:21
Forum: Discussion
Topic: SOLVED - filter out items
Replies: 7
Views: 3326

Re: filter out items

Hello Sergey, thank you for your hint I could understand all of them, except for: "After adding items, I would like to ensure that items already added are no longer displayed in the selection list. Is this possible? " I have now tried all the options I understand. I can't find the comparis...
by brave
11 Dec 2023, 14:20
Forum: Suggestions
Topic: Done: Sort Option for "List of records by MySql query"
Replies: 5
Views: 3451

Re: Done: Sort Option for "List of records by MySql query"

Thank you very much too, it's always a pleasure to see what's possible :D
by brave
08 Dec 2023, 22:16
Forum: Suggestions
Topic: Done: Sort Option for "List of records by MySql query"
Replies: 5
Views: 3451

Re: Sort Option for "List of records by MySql query"

I think it would be great too
by brave
07 Dec 2023, 16:18
Forum: Discussion
Topic: SOLVED - filter out items
Replies: 7
Views: 3326

Re: filter out items

Hello everyone, I've adapted the demo and created screenshots. Regarding my issues: 1. When I select Company AA, it shows two delivery notes. One of these notes already has an invoice number assigned, but both are still visible. I would like to filter out the one that already has an invoice number. ...
by brave
06 Dec 2023, 22:09
Forum: Discussion
Topic: SOLVED - filter out items
Replies: 7
Views: 3326

Re: filter out items

thank you very much for the answer, i have now created a demo quickly, i have not yet adjusted the details and the language. Unfortunately, I have to go to bed now and will continue posting tomorrow after work. Here is what I have shown my stock invoice and articles Pass and User Admin / Admin thank...
by brave
06 Dec 2023, 15:54
Forum: Discussion
Topic: SOLVED - filter out items
Replies: 7
Views: 3326

SOLVED - filter out items

Dear colleagues, perhaps you can help me or give me a tip. I have customized the warehouse from https://www.rukovoditel.net.ru/database_templates.php?id=31 for myself. Everything works as it should. Now I would like to assign each delivery bill to an order or invoice. I have managed to do this via t...
by brave
23 Jun 2023, 14:51
Forum: Plugins
Topic: Some masks for InputMask (field with dynamic input mask)
Replies: 2
Views: 1493

Re: Some masks for InputMask (field with dynamic input mask)

Hello and thank you for letting us be a part of it. I use your code to learn and understand, that always helps me a little bit further in my concerns. Simply tool!