Revize 950
Přidáno uživatelem Michal Kliment před více než 13 roky(ů)
freenetis/branches/testing/application/controllers/installation.php | ||
---|---|---|
$doubleentry_bank_account->name = $form_data["account_name"];
|
||
$doubleentry_bank_account->account_attribute_id = Account_attribute_Model::$bank;
|
||
$doubleentry_bank_account->comment = url_lang::lang('texts.Bank accounts');
|
||
$doubleentry_bank_account->add($bank_account);
|
||
$doubleentry_bank_account->save();
|
||
$doubleentry_bank_account->add($bank_account);
|
||
// double-entry account of bank fees
|
||
$bank_fees_account = new Account_Model();
|
||
$bank_fees_account->member_id = $member->id;
|
freenetis/branches/testing/application/views/menu.php | ||
---|---|---|
<li><?php echo html::anchor(url_lang::base().'voip/show_all', url_lang::lang('texts.VoIP')) ?></li>
|
||
<?php } ?>
|
||
<li><?php echo html::anchor(url_lang::base().'clouds/show_all', url_lang::lang('texts.Clouds')) ?></li>
|
||
<li><?php echo html::anchor(url_lang::base().'config_files/show_all', url_lang::lang('texts.Configuration files')) ?></li>
|
||
<li><?php echo html::anchor(url_lang::base().'monitoring/show_all', url_lang::lang('texts.Monitoring')) ?></li>
|
||
<li><?php echo html::anchor(url_lang::base().'tools/show_all', url_lang::lang('texts.Tools')) ?></li>
|
||
<li><?php echo html::anchor(url_lang::base().'config_files/dhcp', url_lang::lang('texts.Configuration files')) ?></li>
|
||
<li><?php echo html::anchor(url_lang::base().'monitoring/smokeping', url_lang::lang('texts.Monitoring')) ?></li>
|
||
<li><?php echo html::anchor(url_lang::base().'tools/ssh', url_lang::lang('texts.Tools')) ?></li>
|
||
<?php if (Settings::get('ulogd_enabled') == 1): ?>
|
||
<li><?php echo html::anchor(url_lang::base().'ulogd/actual_ip_addresses_traffic', url_lang::lang('texts.Traffic')) ?></li>
|
||
<?php endif; ?>
|
Také k dispozici: Unified diff
Oprava nefunkcnich odkazu v menu. Oprava neprovazani bankovni uctu sdruzeni s jeho podvojnym protejskem pri instalaci.