Overview
Comment:Fix reçu fiscal
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | dev
Files: files | file ages | folders
SHA3-256: 08bcd0253fb067df864d11f5cca8a65b5981724786629ef860ce54b57b013cbb
User & Date: bohwaz on 2022-09-15 15:52:58
Other Links: branch diff | manifest | tags
Context
2022-09-15
23:38
Ordering of user fields: fix drag handle in Firefox as they are too lazy to fix their browser bugs check-in: 9917486396 user: bohwaz tags: dev
15:52
Fix reçu fiscal check-in: 08bcd0253f user: bohwaz tags: dev
15:33
New alpha check-in: 25c1ff9c75 user: bohwaz tags: dev
Changes

Modified src/skel-dist/forms/recu_fiscal/index.html from [760b9275f6] to [20115c0830].

105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125

	<div style="top: 64mm; left: 14mm; background: white; width: 180mm; height: 17mm; overflow: hidden;">{{$form.config.topic|escape|nl2br}}</div>

	<div style="top: 128.5mm; left: 15mm;">X</div>
</div>

<div class="page" id="p2">
{{#transaction_users id_transaction=$id}}
	<div style="top: 18mm; left: 14mm; background: #fff; width: 175mm;padding: 2mm;">{{$name}}</div>
	<div style="top: 13mm; left: 100mm; background: #fff; width: 50mm; height: 6mm;"></div>
	<div style="top: 32mm; left: 18mm;">{{$adresse}}</div>
	<div style="top: 37mm; left: 38mm;">{{$code_postal}}</div>
	<div style="top: 37mm; left: 80mm;">{{$ville}}</div>
{{/transaction_users}}

	<div style="top: 63mm; left: 87mm;">***{{$credit|raw|money}}***</div>
	<div style="top: 73mm; left: 58mm;">{{$credit|money_raw|spell_out_number}} euros</div>

	<div style="top: 82mm; left: 69mm;">{{$date|date:'d'}}</div>
	<div style="top: 82mm; left: 82mm;">{{$date|date:'m'}}</div>
	<div style="top: 82mm; left: 99mm;">{{$date|date:'Y'}}</div>







|





|







105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125

	<div style="top: 64mm; left: 14mm; background: white; width: 180mm; height: 17mm; overflow: hidden;">{{$form.config.topic|escape|nl2br}}</div>

	<div style="top: 128.5mm; left: 15mm;">X</div>
</div>

<div class="page" id="p2">
{{#transactions_users id_transaction=$id limit=1}}
	<div style="top: 18mm; left: 14mm; background: #fff; width: 175mm;padding: 2mm;">{{$name}}</div>
	<div style="top: 13mm; left: 100mm; background: #fff; width: 50mm; height: 6mm;"></div>
	<div style="top: 32mm; left: 18mm;">{{$adresse}}</div>
	<div style="top: 37mm; left: 38mm;">{{$code_postal}}</div>
	<div style="top: 37mm; left: 80mm;">{{$ville}}</div>
{{/transactions_users}}

	<div style="top: 63mm; left: 87mm;">***{{$credit|raw|money}}***</div>
	<div style="top: 73mm; left: 58mm;">{{$credit|money_raw|spell_out_number}} euros</div>

	<div style="top: 82mm; left: 69mm;">{{$date|date:'d'}}</div>
	<div style="top: 82mm; left: 82mm;">{{$date|date:'m'}}</div>
	<div style="top: 82mm; left: 99mm;">{{$date|date:'Y'}}</div>