| Description | manuals and libraries |
LedgerSMB::Report::Inventory::Search - Search for Goods and Services in LedgerSMB
my $report = LedgerSMB::Report::Inventory::Search->new(%$request);
$report->render();
This is the main inventory item search for goods and services in LedgerSMB starting with version 1.4. Compared to LedgerSMB 1.3 this has no summary and details support and no searching for open vs closed invoices. The equivalent of a summary report is found in the inventory activities report instead.
The open/closed detection was omitted for performance reasons, and a search for unused items may take a while on larger databases.
In addition to standard dates, the following criteria are supported:
Prefix search on partnumber.
Restriction on part type. Possible values:
all
parts
services
overhead
assemblies
Full text search on description of part
Limit search to partsgroup specified
This is a serial number of the part, for a prefix search
Prefix search for parts with a make (and model) specified
Prefix search on the model of the part
Prefix search for drawing field
Prefix search for microfiche field
An enumerated string, with the following significance
Show non-obsolete parts
Show obsolete parts
Show parts below their re-order point (ROP)
Show parts with no invoices or orders attached (previously orphaned)
If true, show parts attached to sales invoices in the specified period
If true, show parts attached to purchase/vendor invoices in the specified period.
If true, search parts in sales orders in the specified period.
If true, search purchase orders in the specified period.
If true, search quotations in the specified period
If true, search Requests for Quotations for the specified period
Goods and Services
Copyright (C) 2012 The LedgerSMB Core Team
This file is licensed under the GNU General Public License version 2, or at your option any later version. A copy of the license should have been included with your software.