[set page_title]Quickbooks Item Export[/set] [set table_perm]=i[/set] [set help_name]quickbooks.items[/set] [set icon_name]admin/icon_config.gif[/set] @_UI_STD_HEAD_@ [if cgi do_export]
	[export-quicken-items file="products/items.iif"]
[/if] [calc] return if ! $CGI->{mv_data_table}; $Values->{mv_data_table} = $CGI->{mv_data_table}; return; [/calc]
EOF for($db->columns()) { $out .= < EOF } $out .= "
If there are non-integer SKU items, the REFNUM will be set to an incrementing integer in PRODUCT_DIR/quickbooks.refnum and the SKU will be lost.


Field mapping

INVITEM types to select (blank is all):

[perl tables="[either]__UI_QBITEM_TABLES__[or]products inventory[/either]"] my @tables; @tables = split /[\0\s,]+/, ('__UI_QBITEM_TABLES__' || 'products inventory'); @tables = grep /\S/, @tables; my $default_map = $Variable->{UI_QBITEM_MAP} || <

$tab
$_

"; } return $out; [/perl]
@_UI_STD_FOOTER_@