Revision 4d9fde96
Von Sven Schöling vor mehr als 14 Jahren hinzugefügt
bin/mozilla/ic.pl | ||
---|---|---|
1124 | 1124 |
if ($form->{l_linetotal}) { |
1125 | 1125 |
$form->{l_onhand} = "Y"; |
1126 | 1126 |
$form->{l_linetotalsellprice} = "Y" if $form->{l_sellprice}; |
1127 |
if ($form->{l_lastcost}) { |
|
1128 |
$form->{l_linetotallastcost} = "Y"; |
|
1129 |
if (($form->{searchitems} eq 'assembly') && !$form->{bom}) { |
|
1130 |
$form->{l_linetotallastcost} = ""; |
|
1131 |
} |
|
1132 |
} |
|
1127 |
$form->{l_linetotallastcost} = $form->{searchitems} eq 'assembly' && !$form->{bom} ? "" : 'Y' if $form->{l_lastcost}; |
|
1133 | 1128 |
$form->{l_linetotallistprice} = "Y" if $form->{l_listprice}; |
1134 | 1129 |
} |
1135 | 1130 |
|
... | ... | |
1156 | 1151 |
|
1157 | 1152 |
IC->all_parts(\%myconfig, \%$form); |
1158 | 1153 |
|
1159 |
my @columns = |
|
1160 |
qw(partnumber description partsgroup bin onhand rop unit listprice linetotallistprice sellprice linetotalsellprice lastcost linetotallastcost |
|
1161 |
priceupdate weight image drawing microfiche invnumber ordnumber quonumber name serialnumber soldtotal deliverydate); |
|
1154 |
my @columns = qw( |
|
1155 |
partnumber description partsgroup bin onhand rop unit listprice |
|
1156 |
linetotallistprice sellprice linetotalsellprice lastcost linetotallastcost |
|
1157 |
priceupdate weight image drawing microfiche invnumber ordnumber quonumber |
|
1158 |
transdate name serialnumber soldtotal deliverydate |
|
1159 |
); |
|
1162 | 1160 |
|
1163 | 1161 |
my @includeable_custom_variables = grep { $_->{includeable} } @{ $cvar_configs }; |
1164 | 1162 |
my @searchable_custom_variables = grep { $_->{searchable} } @{ $cvar_configs }; |
... | ... | |
1190 | 1188 |
'sellprice' => { 'text' => $locale->text('Sell Price'), }, |
1191 | 1189 |
'serialnumber' => { 'text' => $locale->text('Serial Number'), }, |
1192 | 1190 |
'soldtotal' => { 'text' => $locale->text('soldtotal'), }, |
1191 |
'transdate' => { 'text' => $locale->text('Transdate'), }, |
|
1193 | 1192 |
'unit' => { 'text' => $locale->text('Unit'), }, |
1194 | 1193 |
'weight' => { 'text' => $locale->text('Weight'), }, |
1195 | 1194 |
%column_defs_cvars, |
doc/changelog | ||
---|---|---|
163 | 163 |
1044 1046 1051 1055 1057 1058 1072 1073 1077 1079 1081 1082 1095 1098 |
164 | 164 |
1100 1101 1108 1110 1118 1125 1127 1130 1133 1135 1136 1138 1144 |
165 | 165 |
1146 1147 1150 1151 1155 1164 1173 1177 1186 1188 1190 1191 1195 |
166 |
1197 1198 1199 1200 1201 1209 1213 1250 1286 1289 |
|
166 |
1197 1198 1199 1200 1201 1209 1213 1248 1250 1286 1289
|
|
167 | 167 |
|
168 | 168 |
|
169 | 169 |
2009-06-02 - Version 2.6.0 |
locale/de/all | ||
---|---|---|
1705 | 1705 |
'Transaction has been split on both the credit and the debit side' => 'Sowohl auf der Soll- als auch auf der Haben-Seite gesplittete Buchung', |
1706 | 1706 |
'Transaction posted!' => 'Buchung verbucht!', |
1707 | 1707 |
'Transactions, AR transactions, AP transactions' => 'Dialogbuchen, Debitorenrechnungen, Kreditorenrechnungen', |
1708 |
'Transdate' => 'Belegdatum', |
|
1708 | 1709 |
'Transfer' => 'Umlagern', |
1709 | 1710 |
'Transfer Quantity' => 'Umlagermenge', |
1710 | 1711 |
'Transfer To Stock' => 'Lagereingang', |
locale/de/ic | ||
---|---|---|
287 | 287 |
'Top 100' => 'Top 100', |
288 | 288 |
'Top 100 hinzufuegen' => 'Top 100 hinzuf?gen', |
289 | 289 |
'Transactions, AR transactions, AP transactions' => 'Dialogbuchen, Debitorenrechnungen, Kreditorenrechnungen', |
290 |
'Transdate' => 'Belegdatum', |
|
290 | 291 |
'Transfer To Stock' => 'Lagereingang', |
291 | 292 |
'Trying to call a sub without a name' => 'Es wurde versucht, eine Unterfunktion ohne Namen aufzurufen.', |
292 | 293 |
'Unit' => 'Einheit', |
templates/webpages/ic/search_de.html | ||
---|---|---|
241 | 241 |
</tr> |
242 | 242 |
|
243 | 243 |
<tr> |
244 |
<td> |
|
245 |
<input name="l_transdate" id="l_transdate" class="checkbox" type="checkbox" value="Y"> |
|
246 |
<label for="l_transdate">Belegdatum</label> |
|
247 |
</td> |
|
244 | 248 |
<td> |
245 | 249 |
<input name="l_subtotal" id="l_subtotal" class="checkbox" type="checkbox" value="Y"> |
246 | 250 |
<label for="l_subtotal">Zwischensumme</label> |
templates/webpages/ic/search_master.html | ||
---|---|---|
241 | 241 |
</tr> |
242 | 242 |
|
243 | 243 |
<tr> |
244 |
<td> |
|
245 |
<input name="l_transdate" id="l_transdate" class="checkbox" type="checkbox" value="Y"> |
|
246 |
<label for="l_transdate"><translate>Transdate</translate></label> |
|
247 |
</td> |
|
244 | 248 |
<td> |
245 | 249 |
<input name="l_subtotal" id="l_subtotal" class="checkbox" type="checkbox" value="Y"> |
246 | 250 |
<label for="l_subtotal"><translate>Subtotal</translate></label> |
Auch abrufbar als: Unified diff
Belegdatum in Warensuche
Fix für Bug 1218