Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 48579303

Von Jan Büren vor mehr als 15 Jahren hinzugefügt

  • ID 485793035567c690544e86bbbef2dece5374afd6
  • Vorgänger df005c49
  • Nachfolger ca48cabb

Aenderungen fuer Bug 1004 - Verschoenerungen an der Erzeugnismaske im Bereich Einzelwaren. Leider wieder template-Code zurueck in die ic.pl portiert. Sinnvollere Bezeichnungen

Unterschiede anzeigen:

bin/mozilla/ic.pl
1604 1604
    . $locale->text('Part Number')
1605 1605
    . qq|</th>|;
1606 1606
  $column_header{description} =
1607
    qq|<th nowrap width=50%>| . $locale->text('Part Description') . qq|</th>|;
1607
    qq|<th nowrap width=50% align="left">| . $locale->text('Part Description') . qq|</th>|;
1608 1608
  $column_header{lastcost} =
1609
    qq|<th nowrap width=50%>| . $locale->text('Purchase Price') . qq|</th>|;
1609
    qq|<th nowrap width=50%>| . $locale->text('Purchase Prices') . qq|</th>|;
1610 1610
  $column_header{total} =
1611
    qq|<th align=right nowrap>| . $locale->text('Extended') . qq|</th>|;
1611
    qq|<th align=right nowrap>| . $locale->text('Sale Prices') . qq|</th>|;
1612 1612
  $column_header{bom}        = qq|<th>| . $locale->text('BOM') . qq|</th>|;
1613 1613
  $column_header{partsgroup} = qq|<th>| . $locale->text('Group') . qq|</th>|;
1614 1614

  
......
1632 1632
    $form->{"partnumber_$i"} =~ s/\"/&quot;/g;
1633 1633

  
1634 1634
    $linetotal =
1635
      $form->round_amount($form->{"sellprice_$i"} * $form->{"qty_$i"} / ($form->{"price_factor_$i"} || 1), 2);
1635
      $form->round_amount($form->{"sellprice_$i"} * $form->{"qty_$i"} / ($form->{"price_factor_$i"} || 1), 4);
1636 1636
    $line_purchase_price  =
1637
      $form->round_amount($form->{"lastcost_$i"} * $form->{"qty_$i"} / ($form->{"price_factor_$i"} || 1), 2); #lastcost == purchase_price | ungenaue datenbankfeld-übersetzung
1637
      $form->round_amount($form->{"lastcost_$i"} * $form->{"qty_$i"} / ($form->{"price_factor_$i"} || 1), 4); #lastcost == purchase_price | ungenaue datenbankfeld-uebersetzung
1638 1638
    $form->{assemblytotal} += $linetotal;
1639 1639
    $form->{assembly_purchase_price_total}  += $line_purchase_price;
1640 1640

  
......
1725 1725
  }
1726 1726

  
1727 1727
  print qq|
1728
	<tr>
1729
	  <td colspan="6"></td>
1730
	  <td>| . $locale->text('Totals') . qq|</td>
1731
          <td align="right">| . $form->format_amount(\%myconfig, $form->{assembly_purchase_price_total}, 2) .
1732
	qq|</td>        
1733
  	 <td align="right">| . $form->format_amount(\%myconfig, $form->{assemblytotal}, 2) .
1734
	qq|  </td>
1735
	  </tr>
1736
          <input type="hidden" name="assembly_rows" value="| . $form->{assembly_rows} . 
1737
      qq|">
1728 1738
      </table>
1729 1739
    </td>
1730 1740
  </tr>
locale/de/all
1193 1193
  'Purchase Order'              => 'Lieferantenauftrag',
1194 1194
  'Purchase Orders'             => 'Lieferantenauftr?ge',
1195 1195
  'Purchase Price'              => 'Einkaufspreis',
1196
  'Purchase Prices'             => 'Einkaufspreise',
1196 1197
  'Purchase invoices'           => 'Einkaufsrechnungen',
1197 1198
  'Qty'                         => 'Menge',
1198 1199
  'Qty according to delivery order' => 'Menge laut Lieferschein',
......
1268 1269
  'Saldo Debit'                 => 'Saldo Soll',
1269 1270
  'Saldo neu'                   => 'Saldo neu',
1270 1271
  'Saldo per'                   => 'Saldo per',
1272
  'Sale Prices'                 => 'Verkaufspreise',
1271 1273
  'Sales Invoice'               => 'Rechnung',
1272 1274
  'Sales Invoices'              => 'Kundenrechnung',
1273 1275
  'Sales Order'                 => 'Kundenauftrag',
......
1603 1605
  'Total'                       => 'Summe',
1604 1606
  'Total Fees'                  => 'Kumulierte Geb?hren',
1605 1607
  'Total stock value'           => 'Gesamter Bestandswert',
1608
  'Totals'                      => 'Summen',
1606 1609
  'Trade Discount'              => 'Rabatt',
1607 1610
  'Trans Id'                    => 'Trans-ID',
1608 1611
  'Trans Type'                  => 'Transfertyp',
locale/de/ic
226 226
  'Proforma Invoice'            => 'Proformarechnung',
227 227
  'Project'                     => 'Projekt',
228 228
  'Purchase Order'              => 'Lieferantenauftrag',
229
  'Purchase Price'              => 'Einkaufspreis',
229
  'Purchase Prices'             => 'Einkaufspreise',
230 230
  'Qty'                         => 'Menge',
231 231
  'Queue'                       => 'Warteschlange',
232 232
  'Quotation'                   => 'Angebot',
......
245 245
  'SAVED'                       => 'Gespeichert',
246 246
  'SAVED FOR DUNNING'           => 'Gespeichert',
247 247
  'SCREENED'                    => 'Angezeigt',
248
  'Sale Prices'                 => 'Verkaufspreise',
248 249
  'Sales Invoice'               => 'Rechnung',
249 250
  'Sales Order'                 => 'Kundenauftrag',
250 251
  'Sales quotation'             => 'Angebot',
......
289 290
  'To (time)'                   => 'Bis',
290 291
  'Top 100'                     => 'Top 100',
291 292
  'Top 100 hinzufuegen'         => 'Top 100 hinzuf?gen',
293
  'Totals'                      => 'Summen',
292 294
  'Transactions, AR transactions, AP transactions' => 'Dialogbuchen, Debitorenrechnungen, Kreditorenrechnungen',
293 295
  'Transfer To Stock'           => 'Lagereingang',
294 296
  'Trying to call a sub without a name' => 'Es wurde versucht, eine Unterfunktion ohne Namen aufzurufen.',
templates/webpages/ic/form_footer_de.html
1 1
[%- USE HTML %]
2 2
[%- USE LxERP %]
3 3
  [%- IF item == 'assembly' %]
4
  <tr>
4
  <!-- Wieder zurueck in die ic.pl, entweder alle Einzelteile auslagern oder gar keine -->
5
  <!-- tr>
5 6
    <td>
6 7
      <table border="0" width="100%">
7 8
        <tr>
......
11 12
      </table>
12 13
    </td>
13 14
  </tr>
14
  <input type="hidden" name="assembly_rows" value="[% HTML.escape(assembly_rows) %]">
15
  <input type="hidden" name="assembly_rows" value="[% HTML.escape(assembly_rows) %]" -->
15 16
  [%- END %]
16 17

  
17 18
  <input type="hidden" name="callback" value="[% HTML.escape(callback) %]">
templates/webpages/ic/form_footer_master.html
1 1
[%- USE HTML %]
2 2
[%- USE LxERP %]
3 3
  [%- IF item == 'assembly' %]
4
  <tr>
4
  <!-- Wieder zurueck in die ic.pl, entweder alle Einzelteile auslagern oder gar keine -->
5
  <!-- tr>
5 6
    <td>
6 7
      <table border="0" width="100%">
7 8
        <tr>
......
11 12
      </table>
12 13
    </td>
13 14
  </tr>
14
  <input type="hidden" name="assembly_rows" value="[% HTML.escape(assembly_rows) %]">
15
  <input type="hidden" name="assembly_rows" value="[% HTML.escape(assembly_rows) %]" -->
15 16
  [%- END %]
16 17

  
17 18
  <input type="hidden" name="callback" value="[% HTML.escape(callback) %]">

Auch abrufbar als: Unified diff