payout runs/payout periods split

This commit is contained in:
aecsocket
2026-08-17 19:08:18 +09:00
parent 9e07617173
commit 760a1adbe4
12 changed files with 342 additions and 5 deletions
+2 -2
View File
@@ -58,8 +58,8 @@
//! ## Variance
//!
//! We store a table `payouts_variance` with columns:
//! - a timestamp from when this variance value applies (first entry at Unix
//! epoch)
//! - a date from when this variance value applies (first entry on the Unix
//! epoch date)
//! - the decimal fraction of variance to apply
use chrono::NaiveDate;