Filtre pour list transaction #86

Merged
ariasat merged 14 commits from Filtre_Transaction into main 2026-04-21 17:55:08 -04:00
Member

closes #66

closes #66
ariasat changed title from WIP: Filtre pour list transaction to Filtre pour list transaction 2026-04-21 16:44:01 -04:00
@ -809,0 +821,4 @@
if paymentMethod != nil {
queryParams = append(queryParams, "payment_method="+*paymentMethod)
}
if minAmount != nil {
Member

ici et dans max amount il faut utiliser strconv.FormatFloat(*minAmount, 'f', -1, 64) a la palce car fmt.Sprintf("min_amount=%f", *minAmount) produit min_amount=10.000000

ici et dans max amount il faut utiliser `strconv.FormatFloat(*minAmount, 'f', -1, 64)` a la palce car `fmt.Sprintf("min_amount=%f", *minAmount) produit min_amount=10.000000`
ariasat marked this conversation as resolved
@ -0,0 +59,4 @@
}
document.addEventListener("DOMContentLoaded", () => {
hydrateFiltersFromURL();
Member

Ajout ? dans .value car si cest null il va crash on sait jamais ( ͡❛ 👅 ͡❛)

Ajout ? dans .value car si cest null il va crash on sait jamais ( ͡❛ 👅 ͡❛)
ariasat marked this conversation as resolved
ariasat deleted branch Filtre_Transaction 2026-04-21 17:55:08 -04:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
bottin/cms!86
No description provided.