Skip to main content

Crate core_invoice

Crate core_invoice 

Source
Expand description

Semantic model for the core electronic invoice: EN 16931 and Peppol PINT.

Tax is VAT, GST, SST, or consumption — not VAT only. No I/O, no tax-authority APIs, no accounting UI.

Re-exports§

pub use amount::Amount;
pub use invoice::Invoice;
pub use invoice::Line;
pub use invoice::Party;
pub use profile::Profile;
pub use report::Finding;
pub use report::Report;
pub use report::Severity;
pub use tax::TaxCategory;
pub use tax::TaxSystem;
pub use validate::validate;

Modules§

amount
invoice
profile
report
tax
validate