use-invoice
Invoice primitives for RustUse finance crates.
use-invoice provides invoice numbers, statuses, lines, due dates, subtotal, total, and balance-due values without implementing a tax engine or billing platform.
Example
use Amount;
use CurrencyCode;
use ;
use Money;
let usd = new?;
let invoice = from_lines?;
assert_eq!;
# Ok::
Scope
Use this crate for general invoice vocabulary and simple same-currency totals. It does not calculate taxes, connect to billing systems, send invoices, process payments, or implement country-specific rules.
License
Licensed under either MIT or Apache-2.0.