1377 |
1377 |
<tr>
|
1378 |
1378 |
<td align=right><input name="l_notes" class=checkbox type=checkbox value=Y></td>
|
1379 |
1379 |
<td nowrap>| . $locale->text('Notes') . qq|</td>
|
1380 |
|
<td align=right><input name="l_employee" class=checkbox type=checkbox value=Y></td>
|
|
1380 |
<td align=right><input name="l_salesman" class=checkbox type=checkbox value=Y></td>
|
1381 |
1381 |
<td nowrap>| . $locale->text('Salesperson') . qq|</td>
|
1382 |
1382 |
<td align=right><input name="l_shippingpoint" class=checkbox type=checkbox value=Y></td>
|
1383 |
1383 |
<td nowrap>| . $locale->text('Shipping Point') . qq|</td>
|
... | ... | |
1385 |
1385 |
<td nowrap>| . $locale->text('Ship via') . qq|</td>
|
1386 |
1386 |
</tr>
|
1387 |
1387 |
<tr>
|
1388 |
|
<td align=right><input name="l_marge_total" class=checkbox type=checkbox value=Y></td><td> |
|
1389 |
|
. $locale->text('Ertrag') . qq|</td>
|
1390 |
|
<td align=right><input name="l_marge_percent" class=checkbox type=checkbox value=Y></td><td> |
|
1391 |
|
. $locale->text('Ertrag prozentual') . qq|</td>
|
|
1388 |
<td align=right><input name="l_marge_total" class=checkbox type=checkbox value=Y></td>
|
|
1389 |
<td nowrap> | . $locale->text('Ertrag') . qq|</td>
|
|
1390 |
<td align=right><input name="l_marge_percent" class=checkbox type=checkbox value=Y></td>
|
|
1391 |
<td nowrap> | . $locale->text('Ertrag prozentual') . qq|</td>
|
|
1392 |
<td align=right><input name="l_employee" class=checkbox type=checkbox value=Y></td>
|
|
1393 |
<td nowrap>| . $locale->text('Employee') . qq|</td>
|
1392 |
1394 |
</tr>
|
1393 |
1395 |
<tr>
|
1394 |
1396 |
<td align=right><input name="l_subtotal" class=checkbox type=checkbox value=Y></td>
|
... | ... | |
1465 |
1467 |
|
1466 |
1468 |
@columns =
|
1467 |
1469 |
qw(transdate id type invnumber ordnumber name netamount tax amount paid
|
1468 |
|
datepaid due duedate transaction_description notes employee shippingpoint shipvia
|
|
1470 |
datepaid due duedate transaction_description notes salesman employee shippingpoint shipvia
|
1469 |
1471 |
marge_total marge_percent globalprojectnumber);
|
1470 |
1472 |
|
1471 |
1473 |
my @hidden_variables = map { "l_${_}" } @columns;
|
... | ... | |
1489 |
1491 |
'duedate' => { 'text' => $locale->text('Due Date'), },
|
1490 |
1492 |
'transaction_description' => { 'text' => $locale->text('Transaction description'), },
|
1491 |
1493 |
'notes' => { 'text' => $locale->text('Notes'), },
|
1492 |
|
'employee' => { 'text' => $locale->text('Salesperson'), },
|
|
1494 |
'salesman' => { 'text' => $locale->text('Salesperson'), },
|
|
1495 |
'employee' => { 'text' => $locale->text('Employee'), },
|
1493 |
1496 |
'shippingpoint' => { 'text' => $locale->text('Shipping Point'), },
|
1494 |
1497 |
'shipvia' => { 'text' => $locale->text('Ship via'), },
|
1495 |
1498 |
'globalprojectnumber' => { 'text' => $locale->text('Project Number'), },
|
Bugfix:
Verkaeufer und Bearbeiter waren in den Rechnungsberichten durcheinandergekommen.
Sind jetzt getrennt und korrekt in den Berichten einzubinden.