Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

ledgersmb::dbobject::draft(3pm) [debian man page]

LedgerSMB::DBObject::Draft(3pm) 			User Contributed Perl Documentation			   LedgerSMB::DBObject::Draft(3pm)

NAME
LedgerSMB::DBObject::Draft - LedgerSMB base class for managing "drafts." SYNOPSIS
This module contains the methods for managing unapproved, unbatched financial transactions. This does not contain facities for creating such transactions, only searching for them, and posting them to the books. METHODS
search() returns a list of results for the search criteria. This list is also stored in $draft->{search_resuts} Requres $self->{type} to be one of 'ar', 'ap', or 'gl' Optional hash entries for search criteria are: with_accno: Draft transaction against a specific account. from_date: Earliest date for match to_date: Latest date for match amount_le: total less than or equal to amount_ge: total greater than or equal to approve() Approves the draft identified by the transaction id in $draft->{id}. Once approved, the draft shows up in financial reports. delete() Deletes the draft associated with transaction id in $draft->{id}. Naturally, only unapproved transactions can be deleted. Once posted to the books, a draft may not be deleted. COPYRIGHT
Copyright (C) 2009 LedgerSMB Core Team. This file is licensed under the GNU General Public License version 2, or at your option any later version. Please see the included License.txt for details. perl v5.14.2 2012-03-25 LedgerSMB::DBObject::Draft(3pm)

Check Out this Related Man Page

LedgerSMB::DBObject::Asset_Class(3pm)			User Contributed Perl Documentation		     LedgerSMB::DBObject::Asset_Class(3pm)

NAME
LedgerSMB::DBObject::Asset_Class - LedgerSMB Base Class for Asset Classes SYNOPSIS
This library contains the base utility functions for creating, saving, and retrieving depreciation categories of assets. STANDARD PROPERTIES
id Integer ID of record. lable Text description of asset class asset_account_id Integer id of asset account. dep_account_id Integer id of depreciation account. method Integer id of depreciation method. METHODS
save Properties used: id: (Optional) ID of existing class to overwrite. asset_account_id: Account id to store asset values dep_account_id: Account id for depreciation information method: ID of depreciation method label: Name of the asset class unit_label: Label of the depreciation unit Typically sets ID if no match found or if ID not provided. get_metadata sets: asset_accounts to arrayref of asset accounts dep_accounts to arrayref of depreciation accounts dep_methods to arrayrefo of depreciation methods get_asset_class() Requires id to be set. Sets all other standard properties if the record is found. list_asset_classes Sets classes to a list of all asset classes, ordered as per db. Copyright (C) 2010, 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. perl v5.14.2 2012-03-25 LedgerSMB::DBObject::Asset_Class(3pm)
Man Page

13 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Sco Books, dont tell me to go to the FAQ, please.

i did a search on amazon, and i got a list of 21 books...one of them the : Sco in a nutshell/oreilly ....i am going toget it, but i woukld appreciate some advices on other books about SCO Unix , and i am a beginner... thanks a lot (1 Reply)
Discussion started by: BAM
1 Replies

2. Shell Programming and Scripting

little help needed with my awk

i got a file (books.txt) 12 A 15 B And i want to output: Group allocation Group A: 12 books Group B: 15 books .. End List i know how to reverse the two fields by using awk {print $2,$1} books.txt Im having problems outputting what i wanted using awk so far i got: {print... (5 Replies)
Discussion started by: thewizard
5 Replies

3. News, Links, Events and Announcements

Recently Announced TCP Vulnerability

Here are a couple of documents that discuss the issue. CERT Alert IETF Draft (0 Replies)
Discussion started by: Perderabo
0 Replies

4. UNIX for Dummies Questions & Answers

list of books I have access to

I have another question. I have access to the books listed below, however I know that not all of them are the lates and greatest and some are over 10 years old. So the question is are most of these books still a good idea to read. Or should I try and pick up the latest and greatest editions? ... (5 Replies)
Discussion started by: bru
5 Replies

5. UNIX for Dummies Questions & Answers

What would happen if. . .

Hi, Could someone please tell me what would happen if the following were entered into the command line: rm -i /books/*.* rm /books/* Many thanks! (3 Replies)
Discussion started by: crispy
3 Replies

6. UNIX for Dummies Questions & Answers

Unix books from O'Relly

If there is anybody who doesn't know this old but useful books, I recommend it: url deleted (3 Replies)
Discussion started by: xramm
3 Replies

7. Shell Programming and Scripting

how to subsitute

hi to all i need to subsitute to_date('','MM/DD/yyyy') this with narayana sed 's/to_date('','MM/DD/yyyy')/narayana/g' file (3 Replies)
Discussion started by: LAKSHMI NARAYAN
3 Replies

8. Shell Programming and Scripting

Case Insensitive search

Hey , i am trying to do a search for the certain books , and im trying to make it case insensitive. what i have come up with so far is this : Database.txt RETARDED MONKEY:RACHEAL ABRAHAML:30:30:20 GOLD:FATIN:23.20:12:3 STUPID:JERLYN:20:40:3 echo -n "Title: " read Title echo -n... (3 Replies)
Discussion started by: gregarion
3 Replies

9. Red Hat

RHCSA books

hi, can any one tell me how can i find RHCSA books , as i try to search online but i didn't found the books (2 Replies)
Discussion started by: linux_land
2 Replies

10. UNIX for Dummies Questions & Answers

Need to create 2 log files

Hello, and thanks upfront for looking! I've been searching the threads for a way to do this, and have come up empty. Then again I don't seem to use the right search criteria... We have a driver script which logs output to files which are used to be viewed via an online scheduling tool:... (5 Replies)
Discussion started by: peteroc
5 Replies

11. Red Hat

RHCE Materials

I'd like to get RHCE certification but I can't find the books which get me for doing such , could someone guide me where can i find the books ?:wall: (4 Replies)
Discussion started by: arm
4 Replies

12. Shell Programming and Scripting

Perl Script - Sort Columns on webpage

foreach my $ds (sort { $a->{books} cmp $b->{books} || (($a->{books} eq "A") ? ($a->{hammers} cmp $b->{hammers}) : (($a->{shoes} <=> $b->{shoes}) || ($a->{hammers}... (1 Reply)
Discussion started by: scj2012
1 Replies

13. Post Here to Contact Site Administrators and Moderators

Save Draft of the Thread

Hi, Just wanting to know if there is an option to save a draft of your thread until you are done writing the full content of it. Sometimes I get proxy error when uploading an attachment and I am not able to save an unfinished thread. Any suggestion much appreciated. Thanks. (1 Reply)
Discussion started by: newbie_01
1 Replies