Skip to main content

Module reports

Module reports 

Source
Expand description

Reports module for EnvelopeCLI

Provides various financial reports including budget overview, spending analysis, account registers, and net worth summaries.

Re-exports§

pub use account_register::AccountRegisterReport;
pub use account_register::RegisterEntry;
pub use account_register::RegisterFilter;
pub use budget_overview::BudgetOverviewReport;
pub use budget_overview::CategoryReportRow;
pub use budget_overview::GroupReportRow;
pub use net_worth::NetWorthReport;
pub use net_worth::NetWorthSummary;
pub use spending::SpendingByCategory;
pub use spending::SpendingReport;

Modules§

account_register
Account Register Report
budget_overview
Budget Overview Report
net_worth
Net Worth Report
spending
Spending Report