invoice-class: Invoice for an order

Description Slots Examples

Description

An invoice object handles order number generation and keeps the order numbers in a tracking system.

Slots

fname

A character string indicating the name of the file in which thetracking system is stored.

part1

A character string describing the first part of the invoice number pattern.

part2

A character string describing the second part of the invoice number pattern.

count_begins_at

A character string indicating the number at which the count begins and the number of placeholders for the count.

Examples

1
2
3
4
## Not run: 
vt <- new('invoice', fname = 'invoice_test', part1 = 'abc', part2 = 'xyz', count_begins_at = '3146')

## End(Not run)

Samantha-Lui/EZRecords documentation built on May 5, 2019, 4:46 p.m.