[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SF.net SVN: ledger-smb: [896] trunk



Revision: 896
          http://svn.sourceforge.net/ledger-smb/?rev=896&view=rev
Author:   linuxpoet
Date:     2007-03-13 20:53:06 -0700 (Tue, 13 Mar 2007)

Log Message:
-----------
Built initial skeleton for contact

Modified Paths:
--------------
    trunk/bin/admin.pl

Added Paths:
-----------
    trunk/LedgerSMB/Contact/
    trunk/LedgerSMB/Contact.pm

Added: trunk/LedgerSMB/Contact.pm
===================================================================
--- trunk/LedgerSMB/Contact.pm	                        (rev 0)
+++ trunk/LedgerSMB/Contact.pm	2007-03-14 03:53:06 UTC (rev 896)
@@ -0,0 +1,29 @@
+=head1 NAME
+
+LedgerSMB::Contact - LedgerSMB class for managing Contacts
+
+=head1 SYOPSIS
+
+This module creates object instances based on LedgerSMB's in-database ORM.  
+
+=head1 METHODS
+
+The following method is static:
+=item new ($LedgerSMB object);
+
+The following methods are passed through to stored procedures via Autoload.
+=item save
+=item get
+=item search
+
+The above list may grow over time, and may depend on other installed modules.
+
+=head1 Copyright (C) 2007, 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.
+
+=back
+
+=cut
+

Modified: trunk/bin/admin.pl
===================================================================
--- trunk/bin/admin.pl	2007-03-14 03:52:45 UTC (rev 895)
+++ trunk/bin/admin.pl	2007-03-14 03:53:06 UTC (rev 896)
@@ -1051,8 +1051,8 @@
 	<input name="callback" type="hidden" value="$form->{script}?action=list_users&amp;path=$form->{path}" />
 	<input type="hidden" name="path" value="$form->{path}" />
 	<br />
-	<button type="submit" class="submit" name="action" value="create_dataset">|.$locale->text('Create Dataset').qq|</button>
-	<button type="submit" class="submit" name="action" value="delete_dataset">|.$locale->text('Delete Dataset').qq|</button>
+	<button type="submit" class="submit" name="action" value="create_dataset">|.$locale->text('Create Company').qq|</button>
+	<button type="submit" class="submit" name="action" value="delete_dataset">|.$locale->text('Delete Company').qq|</button>
 	</form>
 	<p>|.$locale->text('This is a preliminary check for existing sources. Nothing will be created or deleted at this stage!')
 	.qq|</p>


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.