Start adding overhead allocation load from file
This commit is contained in:
@@ -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>(
|
||||
|
||||
Reference in New Issue
Block a user