Documentation is available at vatclass.php
1 <?php
2 /**
3 * @author Jan H. Andersen <jha@ipwsystems.dk>
4 * @author Martin R. Larsen <mrl@ipwsystems.dk>
5 * @copyright {@link http://www.ipwsystems.dk/ IPW Systems a.s}
6 * @license http://opensource.org/licenses/gpl-license.php GNU Public License
7 * @package METAjour
8 * @subpackage core
9 * $Id: vatclass.php,v 1.4 2005/01/03 05:18:37 jan Exp $
10 */
11
12 require_once('basicclass.php');
13
14 class vat extends basic {
15
16 function vat() {
17 $this->basic();
18 $this->addcolumn('name',0,UI_STRING);
19 $this->addcolumn('vat',0,UI_STRING);
20
21 $this->addview('default');
22 $this->removeview('createvariant');
23 $this->removeview('createfuture');
24 $this->removeview('approvepublish');
25 $this->removeview('requestapproval');
26 }
27
28 }
Documentation generated on Thu, 9 Jun 2005 06:54:21 +0200 by phpDocumentor 1.2.3