Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
vindard committed Jan 22, 2025
1 parent 699ed61 commit f5b2287
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lana/app/src/accounting_init/constants/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,6 @@ pub(super) const CHART_NAME: &str = "Chart of Accounts";

pub const OBS_CHART_REF: &str = "off-balance-sheet-chart";
pub(super) const OBS_CHART_NAME: &str = "Off-Balance-Sheet Chart of Accounts";

pub const TRIAL_BALANCE_STATEMENT_REF: &str = "trial-balance-statement";
pub(super) const TRIAL_BALANCE_STATEMENT_NAME: &str = "Trial Balance";
2 changes: 2 additions & 0 deletions lana/app/src/accounting_init/seed/statements.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ use crate::accounting_init::*;
pub(crate) async fn init(statements: &Statements) -> Result<StatementsInit, AccountingInitError> {
Ok(StatementsInit)
}

async fn create_trial_balances(statements: &Statements) {}

0 comments on commit f5b2287

Please sign in to comment.