An invoice object handles order number generation and keeps the order numbers in a tracking system.
fnameA character string indicating the name of the file in which thetracking system is stored.
part1A character string describing the first part of the invoice number pattern.
part2A character string describing the second part of the invoice number pattern.
count_begins_atA character string indicating the number at which the count begins and the number of placeholders for the count.
1 2 3 4 | ## Not run:
vt <- new('invoice', fname = 'invoice_test', part1 = 'abc', part2 = 'xyz', count_begins_at = '3146')
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.