|
<?php defined('SYSPATH') or die('No direct script access.');
|
|
/*
|
|
* This file is part of open source system FreenetIS
|
|
* and it is release under GPLv3 licence.
|
|
*
|
|
* More info about licence can be found:
|
|
* http://www.gnu.org/licenses/gpl-3.0.html
|
|
*
|
|
* More info about project can be found:
|
|
* http://www.freenetis.org/
|
|
*
|
|
*/
|
|
|
|
/**
|
|
* Bank templates
|
|
*
|
|
* @package Model
|
|
*
|
|
* @property integer $id
|
|
* @property string $template_name
|
|
* @property string $item_separator
|
|
* @property string $string_separator
|
|
* @property string $bank_code
|
|
* @property string $account_name
|
|
* @property string $account_number
|
|
* @property string $constant_symbol
|
|
* @property string $variable_symbol
|
|
* @property string $specific_symbol
|
|
* @property string $counteraccount_name
|
|
* @property string $counteraccount_numbe
|
|
* @property string $counteraccount_bank_code
|
|
* @property string $text
|
|
* @property string amount
|
|
* @property string expenditure_earning
|
|
* @property string value_for_earning
|
|
* @property string datetime
|
|
*/
|
|
class Bank_template_Model extends ORM
|
|
{
|
|
|
|
}
|