Annexe
This commit is contained in:
parent
1d6492ac4b
commit
2529350998
@ -835,7 +835,10 @@ class FinanceController extends Zend_Controller_Action
|
||||
'amortissements' => 'Amortissements',
|
||||
'provisions' => 'Provisions',
|
||||
'creancesDettes' => 'Créances, Dettes',
|
||||
'affectation' => 'Affectation'
|
||||
'resultatfiscal' => 'Résultat fiscal',
|
||||
'deficit' => 'Déficit',
|
||||
'affectation' => 'Affectation',
|
||||
'annexe16' => 'Valeur ajoutée',
|
||||
),
|
||||
'S' => array(
|
||||
'actif' => 'Actif',
|
||||
|
@ -31,13 +31,14 @@
|
||||
<td width="200" class="StyleInfoLib">Millesime</td>
|
||||
<td width="350" class="StyleInfoData">
|
||||
<select name="date">
|
||||
<?php foreach ($this->type as $champType => $name):?>
|
||||
<?php foreach ($this->liste[$champType] as $element):?>
|
||||
<?php foreach ($this->type as $champType => $name) {?>
|
||||
<?php foreach ($this->liste[$champType] as $element) {?>
|
||||
<option value="<?=$element.':'.$champType?>"<?=($this->date == $element && $champType == $this->champType)? ' selected': '';?>>
|
||||
<?=$this->dateFunction->dateT('Ymd', 'd/m/Y', $element).' '.$name;?>
|
||||
<?php $date = new Zend_Date($element, 'yyyyMMdd'); ?>
|
||||
<?=$date->toString('dd/MM/yyyy').' '.$name;?>
|
||||
</option>
|
||||
<?php endforeach;?>
|
||||
<?php endforeach;?>
|
||||
<?php }?>
|
||||
<?php }?>
|
||||
</select>
|
||||
<input type="submit" value="OK" />
|
||||
</td>
|
||||
|
Loading…
Reference in New Issue
Block a user