Ubuntu Manpages

LedgerSMB::DBObject::TaxForm

Includes methods for saving and retrieving tax forms.

This module includes methods for saving and retrieving tax forms, and running reports. The tax forms are for reporting purchases or sales to tax bodies, and as of 1.3.0, the only tax forms officially included are those of the 1099-MISC and 1099-INT forms of the USA.

Currently there is no abstraction layer to allow replacing the various reports on the fly, but this will have to be implemented in the future.

In the future it is likely that we will add a taxform_sproc_id too as part of an abstraction layer.

Retrieves information on the tax form specified and merges it with the current object. Properties set are:
No inputs required. Provides a list of hashrefs (and attaches them to the form property of the object hashref).

Each hashref has the same properties as are set by get($id) above, but also includes country_name which is the full name of the country (eg, 'United States').

Default ordering is by country name and then by tax form name.

No inputs needed

Returns a list of hashrefs representing tax forms. Each hashref contains the same properties as from get() above. Default ordering is by country id then tax form id.

Gets metadata for the screen.

Sets the following hashref properties

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.