104 |
104 |
</tr>
|
105 |
105 |
<tr>
|
106 |
106 |
<td>
|
107 |
|
<input name="AR_amount" type="checkbox" class="checkbox" value="AR_amount"
|
108 |
|
[% HTML.escape(AR_amount)%][% DIS %]>
|
109 |
|
[% 'Revenue' | $T8 %] <br>
|
110 |
|
<input name="AR_paid" type="checkbox" class="checkbox" value="AR_paid"
|
111 |
|
[% HTML.escape(AR_paid) %][% DIS %]>
|
112 |
|
[% 'Receipt' | $T8 %] <br>
|
113 |
|
<input name="AR_tax" type="checkbox" class="checkbox" value="AR_tax"
|
114 |
|
[% HTML.escape(AR_tax) %][% DIS %]>
|
115 |
|
[% 'Tax' | $T8 %]
|
|
107 |
[% L.radio_button_tag('AR_include_in_dropdown',
|
|
108 |
value => 'AR_amount',
|
|
109 |
disabled => AccountIsPosted,
|
|
110 |
checked => AR_amount) %]
|
|
111 |
[% 'Revenue' | $T8 %] <br>
|
|
112 |
[% L.radio_button_tag('AR_include_in_dropdown',
|
|
113 |
value => 'AR_paid',
|
|
114 |
disabled => AccountIsPosted,
|
|
115 |
checked => AR_paid) %]
|
|
116 |
[% 'Receipt' | $T8 %] <br>
|
|
117 |
[% L.radio_button_tag('AR_include_in_dropdown',
|
|
118 |
value => 'AR_tax',
|
|
119 |
disabled => AccountIsPosted,
|
|
120 |
checked => AR_tax) %]
|
|
121 |
[% 'Tax' | $T8 %] <br>
|
|
122 |
[% L.radio_button_tag('AR_include_in_dropdown',
|
|
123 |
value => '',
|
|
124 |
disabled => AccountIsPosted) %]
|
|
125 |
[% 'do not include' | $T8 %]
|
116 |
126 |
</td>
|
117 |
127 |
<td>
|
118 |
|
<input name="AP_amount" type="checkbox" class="checkbox" value="AP_amount"
|
119 |
|
[% HTML.escape(AP_amount) %][% DIS %]>
|
120 |
|
[% 'Expense/Asset' | $T8 %] <br>
|
121 |
|
<input name="AP_paid" type="checkbox" class="checkbox" value="AP_paid"
|
122 |
|
[% HTML.escape(AP_paid) %][% DIS %]>
|
123 |
|
[% 'Payment' | $T8 %] <br>
|
124 |
|
<input name="AP_tax" type="checkbox" class="checkbox" value="AP_tax"
|
125 |
|
[% HTML.escape(AP_tax) %][% DIS %]>
|
126 |
|
[% 'Tax' | $T8 %]
|
|
128 |
[% L.radio_button_tag('AP_include_in_dropdown',
|
|
129 |
value => 'AP_amount',
|
|
130 |
disabled => AccountIsPosted,
|
|
131 |
checked => AP_amount) %]
|
|
132 |
[% 'Expense/Asset' | $T8 %] <br>
|
|
133 |
[% L.radio_button_tag('AP_include_in_dropdown',
|
|
134 |
value => 'AP_paid',
|
|
135 |
disabled => AccountIsPosted,
|
|
136 |
checked => AP_paid) %]
|
|
137 |
[% 'Payment' | $T8 %] <br>
|
|
138 |
[% L.radio_button_tag('AP_include_in_dropdown',
|
|
139 |
value => 'AP_tax',
|
|
140 |
disabled => AccountIsPosted,
|
|
141 |
checked => AP_tax) %]
|
|
142 |
[% 'Tax' | $T8 %] <br>
|
|
143 |
[% L.radio_button_tag('AP_include_in_dropdown',
|
|
144 |
value => '',
|
|
145 |
disabled => AccountIsPosted) %]
|
|
146 |
[% 'do not include' | $T8 %]
|
127 |
147 |
</td>
|
128 |
148 |
<td>
|
129 |
149 |
<input name="IC_sale" type="checkbox" class="checkbox" value="IC_sale"
|
... | ... | |
135 |
155 |
<input name="IC_taxpart" type="checkbox" class="checkbox" value="IC_taxpart"
|
136 |
156 |
[% HTML.escape(IC_taxpart) %]>
|
137 |
157 |
[% 'Tax' | $T8 %]
|
|
158 |
<br><br>
|
138 |
159 |
</td>
|
139 |
160 |
<td>
|
140 |
161 |
<input name=IC_income type=checkbox class=checkbox value="IC_income"
|
... | ... | |
146 |
167 |
<input name=IC_taxservice type=checkbox class=checkbox value="IC_taxservice"
|
147 |
168 |
[% HTML.escape(IC_taxservice) %]>
|
148 |
169 |
[% 'Tax' | $T8 %]
|
|
170 |
<br><br>
|
149 |
171 |
</td>
|
150 |
172 |
</tr>
|
151 |
173 |
</table>
|
Häkchen bei der Konto-Konfiguration als Radio-Buttons ...
... f. Forderungen u. Verbindlichkeiten.