Compare commits
No commits in common. "959455594f7d5e4e8fe5290c5746d5a7e4d3a1db" and "fa208c566f919c847a21017154bbfb515ecda871" have entirely different histories.
959455594f
...
fa208c566f
@ -52,7 +52,7 @@
|
||||
<td class="num"><a href={{$trans_url}}>#{{$trans_id}}</a></td>
|
||||
<td>{{$trans_date|date_short}}</td>
|
||||
<td>{{$trans_label}}</td>
|
||||
<td class="money">{{"%f"|math:$debit|money:false}}</td>
|
||||
<td class="money">{{"%f"|math:$debit|money}}</td>
|
||||
<td><a href={{$compte_url}}>{{$account_code}}</a></td>
|
||||
<td>{{$account_label}}</td>
|
||||
<td>{{$project_label}}</td>
|
||||
|
@ -1,5 +1,5 @@
|
||||
name="Amortissements"
|
||||
description="Gestion des amortissements pour le logiciel de comptabilité Paheko (v0.11)"
|
||||
description="Gestion des amortissements pour le logiciel de comptabilité Paheko"
|
||||
author="Jean-Christophe Engel"
|
||||
author_url="https://git.roflcopter.fr/lesanges"
|
||||
home_button=false
|
||||
|
Loading…
Reference in New Issue
Block a user