klirr-core 0.2.1

Zero-maintenance and smart FOSS generating beautiful invoices for services and expenses.
Documentation
mod cadence;
mod company_information;
mod currency;
mod email;
mod expensed_periods;
mod expenses_for_periods;
mod footer_text;
mod granularity;
mod hex_color;
mod is_period;
mod month_half;
mod net_days;
mod payment_information;
mod payment_terms;
mod period_anno;
mod postal_address;
mod proto_invoice_info;
mod purchase_order;
mod rate;
mod record_of_periods_off;
mod service_fees;
mod street_address;
mod time_off;
mod timestamped_invoice_number;
mod year_month_and_fortnight;

pub use cadence::*;
pub use company_information::*;
pub use currency::*;
pub use email::*;
pub use expensed_periods::*;
pub use footer_text::*;
pub use granularity::*;
pub use hex_color::*;
pub use is_period::*;
pub use month_half::*;
pub use net_days::*;
pub use payment_information::*;
pub use payment_terms::*;
pub use period_anno::*;
pub use postal_address::*;
pub use proto_invoice_info::*;
pub use purchase_order::*;
pub use rate::*;
pub use record_of_periods_off::*;
pub use service_fees::*;
pub use street_address::*;
pub use time_off::*;
pub use timestamped_invoice_number::*;
pub use year_month_and_fortnight::*;