The Top Ten Cybersecurity Threats for 2009 - Draft for Comments


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Complex Event Processing RSS News The Top Ten Cybersecurity Threats for 2009 - Draft for Comments
# 1  
Old 01-05-2009
The Top Ten Cybersecurity Threats for 2009 - Draft for Comments

Tim Bass
01-05-2009 01:49 PM


Source...
Login or Register to Ask a Question

Previous Thread | Next Thread

2 More Discussions You Might Find Interesting

1. What is on Your Mind?

Top Cybersecurity Threats Earth Year 2019 | You Have Been Warned!

You are seeing this new video here first! Top Five Cybersecurity Threats | Earth Year 2019 | You Have Been Warned! https://youtu.be/dRE4u9QVsSg PS: That video has two small typos, but nothing serious. Heck it took nearly 1.5 hours to render even on a 12-core Mac Pro with 64GB of... (20 Replies)
Discussion started by: Neo
20 Replies

2. Cybersecurity

The Top Ten Cybersecurity Threats for 2009 - Draft for Comments

Following up on my 2008 list of top cybersecurity threats, I have just published The Top Ten Cybersecurity Threats for 2009 for public comments. If you are interested in cybersecurity threats, kindly email your suggestions or comments directly to me (tim dot silkroad at gmail dot com).  I will... (0 Replies)
Discussion started by: Linux Bot
0 Replies
Login or Register to Ask a Question
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)