Hello,
j’utilise Kresus en docker local sur l’image nightly (up to date auj)
Depuis peu j’ai le total de mes comptes qui ne se met pas à jour que j’ajoute/supprime des transactions.
La partie budget fonctionne toujours bien ceci dit.
J’ai essayé de repasser sur l’image officielle, mais pas mieux
Les requetes quand j’ajoute les transactions TEST:
[2025-08-25T09:07:11.091] [INFO] HTTP - GET /assets/OpenSans-Light.8560f9bd.woff - 304 (0 ms)
query: SELECT "Category"."id" AS "Category_id", "Category"."userId" AS "Category_userId", "Category"."label" AS "Category_label", "Category"."color" AS "Category_color" FROM "category" "Category" WHERE ("Category"."id" = $1 AND "Category"."userId" = $2) LIMIT 1 -- PARAMETERS: [19,1]
query: START TRANSACTION
query: INSERT INTO "transaction"("userId", "accountId", "categoryId", "type", "label", "rawLabel", "customLabel", "date", "importDate", "budgetDate", "debitDate", "amount", "createdByUser", "isUserDefinedType", "isRecurrentTransaction") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15) RETURNING "id", "categoryId", "type", "customLabel", "budgetDate", "debitDate", "createdByUser", "isUserDefinedType", "isRecurrentTransaction" -- PARAMETERS: [1,1,19,"type.card","TEST Encore -10","TEST Encore -10",null,"2025-08-24T22:00:00.000Z","2025-08-25T09:07:15.980Z",null,"2025-08-24T22:00:00.000Z",-10,true,true,false]
query: COMMIT
query: SELECT "Account"."id" AS "Account_id", "Account"."userId" AS "Account_userId", "Account"."accessId" AS "Account_accessId", "Account"."vendorAccountId" AS "Account_vendorAccountId", "Account"."type" AS "Account_type", "Account"."importDate" AS "Account_importDate", "Account"."initialBalance" AS "Account_initialBalance", "Account"."lastCheckDate" AS "Account_lastCheckDate", "Account"."label" AS "Account_label", "Account"."customLabel" AS "Account_customLabel", "Account"."iban" AS "Account_iban", "Account"."currency" AS "Account_currency", "Account"."excludeFromBalance" AS "Account_excludeFromBalance", "Account"."balance" AS "Account_balance", "Account"."isOrphan" AS "Account_isOrphan", "Account"."gracePeriod" AS "Account_gracePeriod" FROM "account" "Account" WHERE ("Account"."userId" = $1 AND "Account"."id" = $2) LIMIT 1 -- PARAMETERS: [1,1]
[2025-08-25T09:07:15.989] [INFO] HTTP - POST /api/transactions - 201 (51 ms)



