use-receipt
Receipt primitives for RustUse finance crates.
use-receipt provides receipt numbers, statuses, received timestamps, applied amounts, unapplied amounts, and a receipt total helper for cash-application workflows.
Example
use Amount;
use CurrencyCode;
use Money;
use ;
let usd = new?;
let receipt = new?;
assert_eq!;
# Ok::
Scope
Use this crate for receipt vocabulary and simple applied/unapplied amount handling. It does not connect to payment processors, allocate cash automatically, or implement an accounting platform.
License
Licensed under either MIT or Apache-2.0.