single_item is an S4 class to represent an item in an order from a business owner's perspective.
categoryA character string describing the category of the item.
descrpA character string describing the item.
modelA character string representing the model of the item.
quantA numeric value representing the quantity of the item in the order.
priceA numeric value representing the unit price of the item.
discountA character string representing the discount in percentage with the '%' symbol on the item.
amountA numeric value representing the amount due for the item at the given unit price, quantity, and discount.
sampleA character string describing whether the item is a sample for a customer or not with values 'Yes' and 'No'.
categoryA character string describing whether the item is a sampling item for the production or not with values 'Yes' and 'No'.
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.