Start adding overhead allocation load from file

This commit is contained in:
Piv
2023-02-08 18:32:29 +10:30
parent a175be4d17
commit 5595ab2f7c
2 changed files with 132 additions and 17 deletions

View File

@@ -83,10 +83,10 @@ pub struct Unit {
#[derive(Debug, Serialize, Deserialize)]
pub struct CsvCost {
#[serde(rename = "ACCOUNT")]
account: String,
pub account: String,
#[serde(rename = "COSTCENTRE")]
department: String,
value: f64,
pub department: String,
pub value: f64,
}
pub fn move_money<R, L, O>(