Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision e848dbf1

Von Stephan Köhler vor etwa 19 Jahren hinzugefügt

  • ID e848dbf1f17a606e22afb161cb3fb7bd88895f92
  • Vorgänger 38105908
  • Nachfolger 80e15db2

Merge von 550-553,567,603 aus unstable: Neue Menu

Unterschiede anzeigen:

bin/mozilla/am.pl
282 282
	    <table>
283 283
	      <tr valign=top>
284 284
		<td><input name=category type=radio class=radio value=A $checked{A_}>&nbsp;|
285
    . $locale->text('Asset')
286
    . qq|\n<br>
285
    . $locale->text('Asset') . qq|\n<br>
287 286
		<input name=category type=radio class=radio value=L $checked{L_}>&nbsp;|
288
    . $locale->text('Liability')
289
    . qq|\n<br>
287
    . $locale->text('Liability') . qq|\n<br>
290 288
		<input name=category type=radio class=radio value=Q $checked{Q_}>&nbsp;|
291
    . $locale->text('Equity')
292
    . qq|\n<br>
289
    . $locale->text('Equity') . qq|\n<br>
293 290
		<input name=category type=radio class=radio value=I $checked{I_}>&nbsp;|
294
    . $locale->text('Revenue')
295
    . qq|\n<br>
291
    . $locale->text('Revenue') . qq|\n<br>
296 292
		<input name=category type=radio class=radio value=E $checked{E_}>&nbsp;|
297
    . $locale->text('Expense')
298
    . qq|</td>
293
    . $locale->text('Expense') . qq|</td>
299 294
		<td width=50>&nbsp;</td>
300 295
		<td>
301 296
		<input name=charttype type=radio class=radio value="H" $checked{H}>&nbsp;|
302 297
    . $locale->text('Heading') . qq|<br>
303 298
		<input name=charttype type=radio class=radio value="A" $checked{A}>&nbsp;|
304
    . $locale->text('Account')
305
    . qq|</td>
299
    . $locale->text('Account') . qq|</td>
306 300
	      </tr>
307 301
	    </table>
308 302
	  </td>
......
316 310
	    <table>
317 311
	      <tr>
318 312
		<th align=left>|
319
      . $locale->text('Is this a summary account to record')
320
      . qq|</th>
313
      . $locale->text('Is this a summary account to record') . qq|</th>
321 314
		<td>
322 315
		<input name=AR type=checkbox class=checkbox value=AR $form->{AR}>&nbsp;|
323 316
      . $locale->text('AR')
......
345 338
	      <tr>
346 339
		<td>
347 340
		<input name=AR_amount type=checkbox class=checkbox value=AR_amount $form->{AR_amount}>&nbsp;|
348
      . $locale->text('Revenue')
349
      . qq|\n<br>
341
      . $locale->text('Revenue') . qq|\n<br>
350 342
		<input name=AR_paid type=checkbox class=checkbox value=AR_paid $form->{AR_paid}>&nbsp;|
351
      . $locale->text('Receipt')
352
      . qq|\n<br>
343
      . $locale->text('Receipt') . qq|\n<br>
353 344
		<input name=AR_tax type=checkbox class=checkbox value=AR_tax $form->{AR_tax}>&nbsp;|
354 345
      . $locale->text('Tax') . qq|
355 346
		</td>
356 347
		<td>
357 348
		<input name=AP_amount type=checkbox class=checkbox value=AP_amount $form->{AP_amount}>&nbsp;|
358
      . $locale->text('Expense/Asset')
359
      . qq|\n<br>
349
      . $locale->text('Expense/Asset') . qq|\n<br>
360 350
		<input name=AP_paid type=checkbox class=checkbox value=AP_paid $form->{AP_paid}>&nbsp;|
361
      . $locale->text('Payment')
362
      . qq|\n<br>
351
      . $locale->text('Payment') . qq|\n<br>
363 352
		<input name=AP_tax type=checkbox class=checkbox value=AP_tax $form->{AP_tax}>&nbsp;|
364 353
      . $locale->text('Tax') . qq|
365 354
		</td>
366 355
		<td>
367 356
		<input name=IC_sale type=checkbox class=checkbox value=IC_sale $form->{IC_sale}>&nbsp;|
368
      . $locale->text('Revenue')
369
      . qq|\n<br>
357
      . $locale->text('Revenue') . qq|\n<br>
370 358
		<input name=IC_cogs type=checkbox class=checkbox value=IC_cogs $form->{IC_cogs}>&nbsp;|
371
      . $locale->text('COGS')
372
      . qq|\n<br>
359
      . $locale->text('COGS') . qq|\n<br>
373 360
		<input name=IC_taxpart type=checkbox class=checkbox value=IC_taxpart $form->{IC_taxpart}>&nbsp;|
374 361
      . $locale->text('Tax') . qq|
375 362
		</td>
376 363
		<td>
377 364
		<input name=IC_income type=checkbox class=checkbox value=IC_income $form->{IC_income}>&nbsp;|
378
      . $locale->text('Revenue')
379
      . qq|\n<br>
365
      . $locale->text('Revenue') . qq|\n<br>
380 366
		<input name=IC_expense type=checkbox class=checkbox value=IC_expense $form->{IC_expense}>&nbsp;|
381
      . $locale->text('Expense')
382
      . qq|\n<br>
367
      . $locale->text('Expense') . qq|\n<br>
383 368
		<input name=IC_taxservice type=checkbox class=checkbox value=IC_taxservice $form->{IC_taxservice}>&nbsp;|
384 369
      . $locale->text('Tax') . qq|
385 370
		</td>
......
1419 1404
  <tr>
1420 1405
    <td></td>
1421 1406
    <th align=left><input name=sictype type=checkbox style=checkbox value="H" $checked> |
1422
    . $locale->text('Heading')
1423
    . qq|</th>
1407
    . $locale->text('Heading') . qq|</th>
1424 1408
  <tr>
1425 1409
  <tr>
1426 1410
    <th align=right>| . $locale->text('Description') . qq|</th>
......
1605 1589
  %countrycodes = User->country_codes;
1606 1590
  $countrycodes = '';
1607 1591
  foreach $key (sort { $countrycodes{$a} cmp $countrycodes{$b} }
1608
                keys %countrycodes) {
1592
                keys %countrycodes
1593
    ) {
1609 1594
    $countrycodes .=
1610 1595
      ($myconfig{countrycode} eq $key)
1611 1596
      ? "<option selected value=$key>$countrycodes{$key}\n"
......
1639 1624

  
1640 1625
  $form->header;
1641 1626

  
1627
  if ($myconfig{menustyle} eq "old") { $oldS = "checked"; }
1628
  else { $newS = "checked"; }
1629

  
1642 1630
  print qq|
1643 1631
<body>
1644 1632

  
......
1709 1697
	  <th align=right>| . $locale->text('Stylesheet') . qq|</th>
1710 1698
	  <td><select name=usestylesheet>$selectstylesheet</select></td>
1711 1699
	</tr>
1700
	<tr>
1701
	  <th align=right>| . $locale->text('Setup Menu') . qq|</th>
1702
	  <td><input name=menustyle type=radio class=radio value=neu $newS>&nbsp;New
1703
  		  <input name=menustyle type=radio class=radio value=old $oldS>&nbsp;Old</td>
1704
	</tr>	
1712 1705
	<input name=printer type=hidden value="$myconfig{printer}">
1713 1706
	<tr class=listheading>
1714 1707
	  <th colspan=2>&nbsp;</th>
......
1731 1724
	</tr>
1732 1725
	<tr class=listheading>
1733 1726
	  <th colspan=2>|
1734
    . $locale->text('Last Numbers & Default Accounts')
1735
    . qq|</th>
1727
    . $locale->text('Last Numbers & Default Accounts') . qq|</th>
1736 1728
	</tr>
1737 1729
	<tr>
1738 1730
	  <td colspan=2>
......
1759 1751
	      </tr>
1760 1752
	      <tr>
1761 1753
		<td colspan=2>|
1762
    . $locale->text('Enter up to 3 letters separated by a colon (i.e CAD:USD:EUR) for your native and foreign currencies')
1754
    . $locale->text(
1755
    'Enter up to 3 letters separated by a colon (i.e CAD:USD:EUR) for your native and foreign currencies'
1756
    )
1763 1757
    . qq|<br><input name=curr size=40 value="$form->{defaults}{curr}"></td>
1764 1758
	      </tr>
1765 1759
            </table>
......
1772 1766
		<th align=right nowrap>| . $locale->text('Last Invoice Number') . qq|</th>
1773 1767
		<td><input name=invnumber size=10 value=$form->{defaults}{invnumber}></td>
1774 1768
                <th align=right nowrap>|
1775
    . $locale->text('Last Customer Number')
1776
    . qq|</th>
1769
    . $locale->text('Last Customer Number') . qq|</th>
1777 1770
		<td><input name=customernumber size=10 value=$form->{defaults}{customernumber}></td>
1778 1771
	      </tr>
1779 1772
	      <tr>
1780 1773
		<th align=right nowrap>|
1781
    . $locale->text('Last Sales Order Number')
1782
    . qq|</th>
1774
    . $locale->text('Last Sales Order Number') . qq|</th>
1783 1775
		<td><input name=sonumber size=10 value=$form->{defaults}{sonumber}></td>
1784 1776
                <th align=right nowrap>|
1785
    . $locale->text('Last Vendor Number')
1786
    . qq|</th>
1777
    . $locale->text('Last Vendor Number') . qq|</th>
1787 1778
		<td><input name=vendornumber size=10 value=$form->{defaults}{vendornumber}></td>
1788 1779
	      </tr>
1789 1780
	      <tr>
1790 1781
		<th align=right nowrap>|
1791
    . $locale->text('Last Purchase Order Number')
1792
    . qq|</th>
1782
    . $locale->text('Last Purchase Order Number') . qq|</th>
1793 1783
		<td><input name=ponumber size=10 value=$form->{defaults}{ponumber}></td>
1794 1784
                <th align=right nowrap>|
1795
    . $locale->text('Last Article Number')
1796
    . qq|</th>
1785
    . $locale->text('Last Article Number') . qq|</th>
1797 1786
		<td><input name=articlenumber size=10 value=$form->{defaults}{articlenumber}></td>
1798 1787
	      </tr>
1799 1788
	      <tr>
1800 1789
		<th align=right nowrap>|
1801
    . $locale->text('Last Sales Quotation Number')
1802
    . qq|</th>
1790
    . $locale->text('Last Sales Quotation Number') . qq|</th>
1803 1791
		<td><input name=sqnumber size=10 value=$form->{defaults}{sqnumber}></td>
1804 1792
                <th align=right nowrap>|
1805
    . $locale->text('Last Service Number')
1806
    . qq|</th>
1793
    . $locale->text('Last Service Number') . qq|</th>
1807 1794
		<td><input name=servicenumber size=10 value=$form->{defaults}{servicenumber}></td>
1808 1795
	      </tr>
1809 1796
	      <tr>
......
1944 1931
      <table>
1945 1932
	<tr>
1946 1933
	  <td>|
1947
    . $locale->text('Enforce transaction reversal for all dates')
1948
    . qq|</th>
1934
    . $locale->text('Enforce transaction reversal for all dates') . qq|</th>
1949 1935
	  <td><input name=revtrans class=radio type=radio value="1" $checked{Y}> |
1950 1936
    . $locale->text('Yes')
1951 1937
    . qq| <input name=revtrans class=radio type=radio value="0" $checked{N}> |

Auch abrufbar als: Unified diff