Changes between Initial Version and Version 1 of AdvancedReport24
- Timestamp:
- 12/28/25 23:22:00 (6 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AdvancedReport24
v1 v1 1 ===== Неактивни тагови 2 Идентификување тагови кои не биле користени во изминатиот месец 3 {{{#!sql 4 SELECT 5 tg.tag_name 6 FROM 7 tag tg 8 LEFT JOIN tag_assigned_to_transaction tat ON tg.tag_id = tat.tag_id 9 LEFT JOIN transaction t ON tat.transaction_id = t.transaction_id 10 WHERE 11 t.date IS NULL OR t.date < NOW() - INTERVAL '1 MONTH'; 12 }}}
