Make number of days configurable for transactions

This commit is contained in:
2026-05-25 23:15:20 +02:00
parent da0d80f4f4
commit 415a1f8684
3 changed files with 27 additions and 9 deletions
+3
View File
@@ -24,6 +24,9 @@ pub enum Error {
AmountEmpty,
#[error("bank format not found: {0}")]
BankFormat(String),
#[error("API error {status}: {message}")]
ApiError { status: u16, message: String },
/// Errors I've been too lazy to give a type yet
#[error("{0}")]
Text(String),