[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SF.net SVN: ledger-smb:[4555] branches/1.3/LedgerSMB/ScriptLib/ Common_Search/Customer.pm
- Subject: SF.net SVN: ledger-smb:[4555] branches/1.3/LedgerSMB/ScriptLib/ Common_Search/Customer.pm
- From: ..hidden..
- Date: Sat, 24 Mar 2012 14:02:00 +0000
Revision: 4555
http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=4555&view=rev
Author: ehuelsmann
Date: 2012-03-24 14:01:59 +0000 (Sat, 24 Mar 2012)
Log Message:
-----------
Update comments.
Modified Paths:
--------------
branches/1.3/LedgerSMB/ScriptLib/Common_Search/Customer.pm
Modified: branches/1.3/LedgerSMB/ScriptLib/Common_Search/Customer.pm
===================================================================
--- branches/1.3/LedgerSMB/ScriptLib/Common_Search/Customer.pm 2012-03-24 13:55:08 UTC (rev 4554)
+++ branches/1.3/LedgerSMB/ScriptLib/Common_Search/Customer.pm 2012-03-24 14:01:59 UTC (rev 4555)
@@ -1,10 +1,11 @@
=head1 NAME
-LedgerSMB::ScriptLib::Common_Search::Part - Part Search Routines
+LedgerSMB::ScriptLib::Common_Search::Customer - Customer Search Routines
=head1 SYNPOSIS
-This provides functionality to search for a part, for new 1.3-framework code.
+This provides functionality to search for a customer,
+for new 1.3-framework code.
=cut
@@ -93,7 +94,11 @@
};
-=item search({partnumber => $string, description => $string})
+=item search({contact => $string, contact_info => $string,
+ meta_number => $string, address => $string, city => $string,
+ state => $string, mail_code => $string, country => $string,
+ date_from => $string, date_to => $string, business_id => $int,
+ legal_name => $string, control_code => $string})
Performs a search and caches it. One object should be used per search unless
results are no longer needed.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.