From 54d259c68faf75c843e5b5f3a1abb7d9ab809129 Mon Sep 17 00:00:00 2001 From: einhverfr Date: Thu, 13 Nov 2008 22:29:41 +0000 Subject: All tests now pass except POD coverage git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@2396 4979c152-3d1c-0410-bac9-87ea11338e46 --- LedgerSMB/DBObject/Payment.pm | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'LedgerSMB/DBObject') diff --git a/LedgerSMB/DBObject/Payment.pm b/LedgerSMB/DBObject/Payment.pm index e87cd7a6..0efefacb 100644 --- a/LedgerSMB/DBObject/Payment.pm +++ b/LedgerSMB/DBObject/Payment.pm @@ -274,6 +274,7 @@ sub list_open_projects { } =over + =item list_departments This method gets the type of document as a parameter, and provides a list of departments @@ -281,6 +282,7 @@ of the required type. The list is attached to $self->{departments} and returned. =back + =cut sub list_departments { @@ -293,6 +295,8 @@ sub list_departments { return @{$self->{departments}}; } +=over + =item list_open_vc This method gets the type of vc (vendor or customer) as a parameter, and provides a list of departments @@ -300,6 +304,7 @@ of the required type. The list is attached to $self->{departments} and returned. =back + =cut sub list_departments { @@ -311,6 +316,8 @@ sub list_departments { ); return @{$self->{departments}}; } + +=over =item get_open_currencies @@ -326,6 +333,8 @@ sub get_open_currencies { return @{$self->{openCurrencies}}; } +=over + =item list_accounting This method lists all accounts that match the role specified in account_class property and -- cgit v1.2.3