(random-invoice)
(random-invoice currency)
Generates random invoice data with optional currency symbol. Supported currencies: :USD, :EUR, :JPY, :GBP, :AUD, :CAD, :CHF, :CNY, :TRL, :NZD. Defaults to :USD if no currency symbol is provided.
Generates random invoice data with optional currency symbol. Supported currencies: :USD, :EUR, :JPY, :GBP, :AUD, :CAD, :CHF, :CNY, :TRL, :NZD. Defaults to :USD if no currency symbol is provided.
(random-invoices n)
Generates n random invoices with default currency symbol ($).
Generates n random invoices with default currency symbol ($).
(random-pin)
(random-pin length)
Generates a random PIN number with optional length.
Generates a random PIN number with optional length.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close