home / vitre

passages

1 row where client_id = 16

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: date (date)

id ▼ client_id date paye montant note moyen_paiement statut
24 16 16 2026-03-18 1 80.0 9h00-12h00 (3h)   effectué

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE passages (
            id INTEGER PRIMARY KEY AUTOINCREMENT,
            client_id INTEGER NOT NULL,
            date TEXT NOT NULL,
            paye INTEGER DEFAULT 0,
            montant REAL,
            note TEXT, moyen_paiement TEXT, statut TEXT DEFAULT 'effectué',
            FOREIGN KEY (client_id) REFERENCES clients(id)
        );
Powered by Datasette · Queries took 7.378ms