Revision 3404c3bd
Von Sven Schöling vor etwa 17 Jahren hinzugefügt
bin/mozilla/invoice_io.pl | ||
---|---|---|
150 | 150 |
# Eintrag fuer Version 2.2.0 geaendert # |
151 | 151 |
# neue Optik im Rechnungsformular # |
152 | 152 |
######################################## |
153 |
$column_data{runningnumber} = |
|
154 |
qq|<th align="left" nowrap width="5" class="listheading">| |
|
155 |
. $locale->text('No.') |
|
156 |
. qq|</th>|; |
|
157 |
$column_data{partnumber} = |
|
158 |
qq|<th align="left" nowrap width="12" class="listheading">| |
|
159 |
. $locale->text('Number') |
|
160 |
. qq|</th>|; |
|
161 |
$column_data{description} = |
|
162 |
qq|<th align="left" nowrap width="30" class="listheading">| |
|
163 |
. $locale->text('Part Description') |
|
164 |
. qq|</th>|; |
|
153 |
$column_data{runningnumber} = qq|<th align="left" nowrap width="5%" class="listheading">| . $locale->text('No.') . qq|</th>|; |
|
154 |
$column_data{partnumber} = qq|<th align="left" nowrap width="12%" class="listheading">| . $locale->text('Number') . qq|</th>|; |
|
155 |
$column_data{description} = qq|<th align="left" nowrap width="30%" class="listheading">| . $locale->text('Part Description') . qq|</th>|; |
|
165 | 156 |
if ($form->{"type"} eq "purchase_order") { |
166 |
$column_data{ship} = |
|
167 |
qq|<th align="left" nowrap width="5" class="listheading">| |
|
168 |
. $locale->text('Ship rcvd') |
|
169 |
. qq|</th>|; |
|
157 |
$column_data{ship} = qq|<th align="left" nowrap width="5%" class="listheading">| . $locale->text('Ship rcvd') . qq|</th>|; |
|
170 | 158 |
} else { |
171 |
$column_data{ship} = |
|
172 |
qq|<th align="left" nowrap width="5" class="listheading">| |
|
173 |
. $locale->text('Ship') |
|
174 |
. qq|</th>|; |
|
159 |
$column_data{ship} = qq|<th align="left" nowrap width="5%" class="listheading">| . $locale->text('Ship') . qq|</th>|; |
|
175 | 160 |
} |
176 |
$column_data{qty} = |
|
177 |
qq|<th align="left" nowrap width="5" class="listheading">| |
|
178 |
. $locale->text('Qty') |
|
179 |
. qq|</th>|; |
|
180 |
$column_data{unit} = |
|
181 |
qq|<th align="left" nowrap width="5" class="listheading">| |
|
182 |
. $locale->text('Unit') |
|
183 |
. qq|</th>|; |
|
184 |
$column_data{license} = |
|
185 |
qq|<th align="left" nowrap width="10" class="listheading">| |
|
186 |
. $locale->text('License') |
|
187 |
. qq|</th>|; |
|
188 |
$column_data{serialnr} = |
|
189 |
qq|<th align="left" nowrap width="10" class="listheading">| |
|
190 |
. $locale->text('Serial No.') |
|
191 |
. qq|</th>|; |
|
192 |
$column_data{projectnr} = |
|
193 |
qq|<th align="left" nowrap width="10" class="listheading">| |
|
194 |
. $locale->text('Project') |
|
195 |
. qq|</th>|; |
|
196 |
$column_data{sellprice} = |
|
197 |
qq|<th align="left" nowrap width="15" class="listheading">| |
|
198 |
. $locale->text('Price') |
|
199 |
. qq|</th>|; |
|
200 |
$column_data{sellprice_pg} = |
|
201 |
qq|<th align="left" nowrap width="15" class="listheading">| |
|
202 |
. $locale->text('Pricegroup') |
|
203 |
. qq|</th>|; |
|
204 |
$column_data{discount} = |
|
205 |
qq|<th align="left" class="listheading">| |
|
206 |
. $locale->text('Discount') |
|
207 |
. qq|</th>|; |
|
208 |
$column_data{linetotal} = |
|
209 |
qq|<th align="left" nowrap width="10" class="listheading">| |
|
210 |
. $locale->text('Extended') |
|
211 |
. qq|</th>|; |
|
212 |
$column_data{bin} = |
|
213 |
qq|<th align="left" nowrap width="10" class="listheading">| |
|
214 |
. $locale->text('Bin') |
|
215 |
. qq|</th>|; |
|
161 |
$column_data{qty} = qq|<th align="left" nowrap width="5%" class="listheading">| . $locale->text('Qty') . qq|</th>|; |
|
162 |
$column_data{unit} = qq|<th align="left" nowrap width="20%" class="listheading">| . $locale->text('Unit') . qq|</th>|; |
|
163 |
$column_data{license} = qq|<th align="left" nowrap width="10%" class="listheading">| . $locale->text('License') . qq|</th>|; |
|
164 |
$column_data{serialnr} = qq|<th align="left" nowrap width="10%" class="listheading">| . $locale->text('Serial No.') . qq|</th>|; |
|
165 |
$column_data{projectnr} = qq|<th align="left" nowrap width="10%" class="listheading">| . $locale->text('Project') . qq|</th>|; |
|
166 |
$column_data{sellprice} = qq|<th align="left" nowrap width="15%" class="listheading">| . $locale->text('Price') . qq|</th>|; |
|
167 |
$column_data{sellprice_pg} = qq|<th align="left" nowrap width="15%" class="listheading">| . $locale->text('Pricegroup') . qq|</th>|; |
|
168 |
$column_data{discount} = qq|<th align="left" nowrap width="5%" class="listheading">| . $locale->text('Discount') . qq|</th>|; |
|
169 |
$column_data{linetotal} = qq|<th align="left" nowrap width="10%" class="listheading">| . $locale->text('Extended') . qq|</th>|; |
|
170 |
$column_data{bin} = qq|<th align="left" nowrap width="10%" class="listheading">| . $locale->text('Bin') . qq|</th>|; |
|
216 | 171 |
############## ENDE Neueintrag ################## |
217 | 172 |
|
218 | 173 |
$myconfig{"show_form_details"} = 1 |
Auch abrufbar als: Unified diff
Weiterer Fix zu den kaputten masken, diesmal Rechnung.
Die MAsken werden wiedereinmal zu voll, die doppelten Eintraege in der Einheiten Spalte liessen sich auf Firefox nicht auf normalem Wege überreden in einer Zeile zu stehen. Der naechste der da etwas einfuegt darf sich mal Gedanken machen wie man das noch unterbringen kann.