Specifies information about user defined template columns for spreadsheet import of invoice items. Only import template column rows of type Discount, Other Charge, Shipping, Sales Tax will have an associated rows in this table. |
import_template_column_KEY | int (4) | NOT NULL | Primary key for this table. |
spreadsheet_import_discount_other_charge_shipping_selection_KEY | int (4) | | Specifies the key of selected option for import template column of type Discount/Other Charge/Shipping. NULL - when "Discount" or "Other Charge" or "Shipping" is not mapped but "Sales Tax" is mapped. |
spreadsheet_import_sales_tax_selection_KEY | int (4) | | Specifies the key of selected option for import template column of type Sales Tax. NULL - when "Sales Tax" is not mapped but "Discount" or "Other Charge" or "Shipping" is mapped. |