no way to compare when less than two revisions

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.


order:reichelt [17.04.2019 18:45] – [Bestellung offen] backtick
Zeile 1: Zeile 1:
 +
 +===== Bestellung offen =====
 +
 +^ Artikelnummer     ^ Link                                          Betrag insg. ^  Anzahl ^ Empfänger  ^ Bemerkungen ^
 +| AX 220/16         | http://reichelt.de/?ARTICLE=4505                      2.50 |      10 |  eBrnd                 |
 +| K-O SFCN75R0T52   | http://reichelt.de/?ARTICLE=237197                    0.80 |      10 |  eBrnd                 |
 +| 1N 4007           | https://www.reichelt.de/?ARTICLE=1729        |          4.05 |     200 | backtick               |
 +| RND 200-00006     | https://www.reichelt.de/?ARTICLE=222511      |          9.00 |      20 | backtick               |
 +
 +
 +
 +<html><!-- 
 +
 +    Hinweis:
 +
 +       Diese Seite enthält Javascript zur Eingabe von Tabelleneinträgen für die Sammelbestellung. Zum Aktivieren bitte einmal auf den [Vorschau]-Button klicken.
 +
 +       Danach den Cursor hier an die gewünschte Position für den Tabelleneintrag setzen ...
 +       ... und die Reichelt-URL per Copy&Paste in die Konvertierungs-Textbox (siehe oben) einfügen. 
 +
 +
 +-->
 +<script>
 +
 +    // Textfeld unterhalb der ToolBar anlegen: 
 +    var the_toolbar = document.getElementById('tool__bar');
 +    if (the_toolbar !== null) {
 +        the_toolbar.parentNode.innerHTML += 
 +'<div id="reichelt" style="margin: 5px 0 3px 3px;">\
 + <form>\
 +   <label style="text-size:0.8em">Reichelt-URL-Konvertierung&nbsp;<\/label>\
 +   <input id="reichelung" name="reichelurl" type="url" autocomplete="off" style="background:#ccc" required="feed me!">\
 + <\/form>\
 + <\/div>';
 +        document.getElementById('reichelung').addEventListener('input', the_konvert);
 +    }
 +    
 +    // Event-Handling für das Textfeld
 +    function the_konvert() {
 +        let the_field = document.getElementById('reichelung');
 +        let the_url = the_field.value;
 +        let the_regex = /https?.*reichelt.de\/([^-]*-[^-]*)-.*p(\d+)\.html/;
 +        let the_result;
 +        if (the_result = the_regex.exec(the_url)) {
 +            // Nutzernamen ermitteln
 +            let the_user = document.getElementsByClassName('user')[0].innerHTML;
 +            the_user = /\(<bdi>(.*)<\/bdi>\)/.exec(the_user)[1];
 +            // Längen anpassen
 +            the_result[1] = the_result[1].substring(0,16);
 +            the_result[1] = the_result[1].replace('-','_');
 +            the_result[1] += ' '.repeat(Math.max(2, 18-the_result[1].length));
 +            the_result[2] += ' '.repeat(Math.max(2, 12-the_result[2].length));
 +            the_user += ' '.repeat(Math.max(2, 11-the_user.length));
 +            // Wiki-Text einfüllen
 +            let the_wiki = document.getElementById('wiki__text');
 +            do_insert(the_wiki, '| ' + the_result[1] + '| https://www.reichelt.de/?ARTICLE=' + the_result[2] + '         $$$$ |     ### | ' + the_user + '            |\n');
 +            the_field.focus(); // wieder zurück, damit gleich weiter einkopiert werden kann
 +        } else {
 +            alert('Bitte eine Reichelt-URL per Copy&Paste in das Feld einfügen.');
 +        }
 +        the_field.value = '';
 +    }
 +        
 +    // der eklige Teil: Text an Cursor-Position einfügen mit Browserweiche (von StackOverflow geklaut)
 +    function do_insert(myField, myText) {
 +    //IE support
 +    if (document.selection) {
 +        myField.focus();
 +        sel = document.selection.createRange();
 +        sel.text = myText;
 +        alert('Igitt IE!');
 +    }
 +    //MOZILLA and others
 +    else if (myField.selectionStart || myField.selectionStart == '0') {
 +        var startPos = myField.selectionStart;
 +        var endPos = myField.selectionEnd;
 +        myField.value = myField.value.substring(0, startPos)
 +            + myText
 +            + myField.value.substring(endPos, myField.value.length);
 +        myField.selectionStart = startPos + myText.length;
 +        myField.selectionEnd = startPos + myText.length;
 +    } else {
 +        myField.value += myText;
 +    }
 +}
 +</script></html>
 +
 +===== Bestellung 2019-03-17 =====
 +^ Artikelnummer     ^ Link                                          Betrag insg. ^  Anzahl ^ Empfänger  ^ Bemerkungen ^
 +| ENELOOP 4XAAA     | https://www.reichelt.de/?ARTICLE=79781                8,50 |       1 | aekis      |             |
 +| AK 402            | https://www.reichelt.de/?ARTICLE=3998        |          9,00 |       2 | eBrnd      |             |
 +| ENELOOP 2XAA      | https://www.reichelt.de/?ARTICLE=14432                7,55 |       1 | eBrnd      |             |
 +| RASPBERRY PI 3B+  | https://www.reichelt.de/?ARTICLE=217696      |         32,50 |       1 | Hotaru                 |
 +
 +===== Bestellung 2018-11-26 =====
 +^ Artikelnummer     ^ Link                                          Betrag insg. ^  Anzahl ^ Empfänger  ^ Bemerkungen ^
 +| RND 455-00099     | https://reichelt.de/?ARTICLE=193313          |          4,88 |       1 | aekis      |             |
 +| RND 455-00139     | https://reichelt.de/?ARTICLE=193353          |         12,88 |       1 | aekis      |             |
 +| TEKO P4           | https://reichelt.de/?ARTICLE=21233                    6,50 |       1 | aekis      |  ~~24.26~~  |
 +
 +===== Bestellung 2018-10-11 =====
 +^ Artikelnummer     ^ Link                                          Betrag insg. ^  Anzahl ^ Empfänger  ^ Bemerkungen ^
 +| MAS 60            |                                              |                       | ebrnd      |             |
 +| 172 KD            | https://reichelt.de/?ARTICLE=1623            |          7,99 |       1 | ebrnd      |             |
 +| EUROBOX RT        | https://reichelt.de/?ARTICLE=50428                    3,10 |       1 | ebrnd      |             |
 +| GC-2510-MB003     | https://reichelt.de/?ARTICLE=202261          |          2,40 |       2 | ebrnd      |             |
 +| MAS 80S           | https://www.reichelt.de/?ARTICLE=11202                1,04 |       2 | ebrnd      |  ~~15.93~~  |
 +| DK 5MM            | https://www.reichelt.de/?ARTICLE=7150        |          2,00 |     100 | aekis      |             |
 +| DK 10M            | https://www.reichelt.de/?ARTICLE=7145        |          2,00 |     100 | aekis      |             |
 +| EDDING 8850       | https://www.reichelt.de/?ARTICLE=134352      |          8,85 |       3 | aekis      |  ~~14.25~~  |
 +| SG 4              | https://www.reichelt.de/?ARTICLE=17512                0,93 |       1 | schmofu    |             |
 +| AD USB OTG ABMB   | https://www.reichelt.de/?ARTICLE=129144      |          1,95 |       1 | schmofu    |    4.28     |
 +| SET AWG28-10B     | https://www.reichelt.de/?ARTICLE=208107      |          6,10 |       1 | Hotaru                 |
 +| MPE 371-1-010     | https://www.reichelt.de/?ARTICLE=120061      |          1,60 |       4 | Hotaru      ~~9.10~~   |
 +
 +===== Bestellung 2018-07-04 =====
 +^ Artikelnummer     ^ Link                                          Betrag insg. ^  Anzahl ^ Empfänger  ^ Bemerkungen ^
 +| QTC 2,5 GR        | https://www.reichelt.de/?ARTICLE=56029                0,99 |       1 | aekis      |             |
 +| ST D2,5           | https://www.reichelt.de/?ARTICLE=55993                0,50 |       1 | aekis      |             |
 +| WAGO 2002-1401    | https://www.reichelt.de/?ARTICLE=100723      |          9,10 |       7 | aekis      |             |
 +| WAGO 2002-1404    | https://www.reichelt.de/?ARTICLE=100724      |          1,35 |       1 | aekis      |             |
 +| WAGO 2002-1492    | https://www.reichelt.de/?ARTICLE=100726      |          2,12 |       4 | aekis      |             |
 +| WAGO 2002-403     | https://www.reichelt.de/?ARTICLE=100728      |          1,58 |       2 | aekis      |             |
 +| BOPLA TSH 35      | https://www.reichelt.de/?ARTICLE=25051               15,00 |       5 | aekis      |             |
 +| WAGO 788-516      | https://www.reichelt.de/?ARTICLE=163312      |         12,60 |       1 | aekis      |             |
 +| LIYY 4X0,25-50    | https://www.reichelt.de/?ARTICLE=166030      |         17,30 |       1 | aekis      |             |
 +| BOPLA CN 70AK     | https://www.reichelt.de/?ARTICLE=25042                6,65 |       1 | aekis      |             |
 +| HUT 4-C           | https://www.reichelt.de/?ARTICLE=44867                4,75 |       1 | aekis      |             
 +| LR-44             | https://reichelt.de/?ARTICLE=82258                    0,29 |       1 | ebrnd      |             |
 +| GC-3310-AM03      | https://reichelt.de/?ARTICLE=202274          |          1,90 |       2 | ebrnd      |             |
 +| SCHERE-570        | https://www.reichelt.de/?ARTICLE=16975                3,40 |       1 | phi        |             |
 +
 +===== Bestellung 2018-06-04 =====
 +^ Artikelnummer     ^ Link                                          Betrag insg. ^  Anzahl ^ Empfänger  ^ Bemerkungen ^
 +| RASPBERRY PI 3B+  | https://www.reichelt.de/?ARTICLE=217696      |         35,90 |       1 | aekis      | Mikroskop   |
 +| SDSQUAR032GGN6MA  | https://www.reichelt.de/?ARTICLE=214844      |         12,95 |       1 | aekis      | Mikroskop   |
 +| RASPBERRY PI 3B+  | https://www.reichelt.de/?ARTICLE=217696      |         35,90 |       1 | laser      |             |
 +| SDSQUAR032GGN6MA  | https://www.reichelt.de/?ARTICLE=214844      |         12,95 |       1 | laser      |             |
 +| RND 210-00046     | https://www.reichelt.de/?ARTICLE=170773      |          2,45 |       1 | laser      | gelb  24V   |
 +| RND 210-00039     | https://www.reichelt.de/?ARTICLE=170774      |          2,45 |       1 | laser      | grün  24V   |
 +| RND 210-00040     | https://www.reichelt.de/?ARTICLE=170775      |          2,45 |       1 | laser      | rot   24V   |
 +| RND 210-00050     | https://www.reichelt.de/?ARTICLE=170783      |          2,45 |       1 | laser      | gelb 230V   |
 +| RND 210-00041     | https://www.reichelt.de/?ARTICLE=170784      |          2,45 |       1 | laser      | grün 230V   |
 +| RND 210-00042     | https://www.reichelt.de/?ARTICLE=170785      |          2,45 |       1 | laser      | rot  230V   |
 +| VBB-1             | https://www.reichelt.de/?ARTICLE=22295                0,20 |       1 | laser      |             |
 +| AC-FAN-F8         | https://reichelt.de/?ARTICLE=69033                    3,29 |       1 | ebrnd      |             |
 +| KAPPE-CG25G       | https://reichelt.de/?ARTICLE=9175            |          0,66 |       3 | ebrnd      |             |
 +| D-SUB-BU-25       | https://reichelt.de/?ARTICLE=6965            |          0,69 |       3 | ebrnd      |             |
 +| D-SUB-ST-25       | https://reichelt.de/?ARTICLE=7001            |          0,26 |       3 | ebrnd      |             |
 +
 +===== Bestellung 2018-05-11  =====
 +^ Artikelnummer     ^ Link                                          Betrag insg. ^  Anzahl ^ Empfänger  ^ Bemerkungen ^
 +| DELOCK 65664      | https://reichelt.de/?ARTICLE=167173          |          4,85 |       1 | aekis      |             |
 +| CHERRY MX1A-F1NN  | https://www.reichelt.de/?ARTICLE=202570      |          5,95 |      10 | aekis      | green       |
 +| KAB-SOCKEL 3,6H   | https://www.reichelt.de/?ARTICLE=45707                1,80 |       1 | Laser      |             |
 +| FLUSS-FCS-3-8     | https://reichelt.de/?ARTICLE=151302          |         16,90 |       1 | Laser      |             |
 +| NEUTRIK-NYS373-9  | https://reichelt.de/?ARTICLE=63159                    1,99 |       1 | ebrnd      |             |
 +| NEUTRIK-NYS373-6  | https://reichelt.de/?ARTICLE=75493                    1,99 |       1 | ebrnd      |             |
 +| NEUTRIK-NYS373-2  | https://reichelt.de/?ARTICLE=63158                    1,99 |       1 | ebrnd      |             |
 +| H25PR160          | https://reichelt.de/?ARTICLE=8272            |         10,50 |       5 | Christian  |             |
 +| UP-832EP          | https://reichelt.de/?ARTICLE=23950                    4,55 |       1 | Christian  |             |
 +| L-07HCP-1-5M      | https://reichelt.de/?ARTICLE=86408                    0,66 |       2 | Christian  |             |
 +| L-11PHC-2-2M      | https://reichelt.de/?ARTICLE=138678          |          1,14 |       2 | Christian  |             |
 +| MKS4-100-10-      | https://reichelt.de/?ARTICLE=12380                    3,00 |       2 | Christian  |             |
 +| MKS4-100-6-8-2    | https://reichelt.de/?ARTICLE=172843          |          1,98 |       2 | Christian  |             |
 +| MKS4-100-4-7-     | https://reichelt.de/?ARTICLE=12390                    1,68 |       2 | Christian  |             |
 +| MKS4-100-2-2-     | https://reichelt.de/?ARTICLE=12384                    1,04 |       2 | Christian  |             |
 +| MKS4-100-1-0-     | https://reichelt.de/?ARTICLE=172836          |          1,45 |       5 | Christian  |             |
 +| RND 1206 1 120    | https://www.reichelt.de/?ARTICLE=183350      |          1,19 |     100 | φ          |             |
 +| IRLML 6244        | https://www.reichelt.de/?ARTICLE=132145      |          7,02 |      50 | φ          |             |
 +| 8,0000-HC49-SMD   | https://www.reichelt.de/?ARTICLE=72510                1,25 |       5 | φ          |             |
 +| KEM C0G1206 10P   | https://www.reichelt.de/?ARTICLE=207103      |          0,89 |      30 | φ          |             |
 +
 +===== Bestellung 2018-04-04 =====
 +^ Artikelnummer     ^ Link                                          Betrag insg. ^  Anzahl ^ Empfänger  ^ Bemerkungen ^
 +| AX-1-000-25       | https://reichelt.de/?ARTICLE=4471            |          0,34 |       1 | ebrnd      |             |
 +| NHG-A-470U-35     | https://reichelt.de/?ARTICLE=200387          |          0,32 |       1 | ebrnd      |             |
 +| NHG-A-220U-35     | https://reichelt.de/?ARTICLE=200374          |          0,75 |       3 | ebrnd      |             |
 +| RAD-FR-100-35     | https://reichelt.de/?ARTICLE=140121          |          0,23 |       1 | ebrnd      |             |
 +| NHG-A-47U-25      | https://reichelt.de/?ARTICLE=200353          |          0,10 |       1 | ebrnd      |             |
 +| RAD-FR-22-50      | https://reichelt.de/?ARTICLE=121288          |          0,09 |       1 | ebrnd      |             |
 +| FR-A-10U-50       | https://reichelt.de/?ARTICLE=200268          |          0,22 |       2 | ebrnd      |             |
 +| NHG-A-4-7U-50     | https://reichelt.de/?ARTICLE=200331          |          0,09 |       1 | ebrnd      |             |
 +| NHG-A-2-2U-50     | https://reichelt.de/?ARTICLE=200327          |          0,09 |       1 | ebrnd      |             |
 +| AVK-158           | https://reichelt.de/?ARTICLE=30585                    0,70 |       1 | ebrnd      |             |
 +| MAS-80G           | https://reichelt.de/?ARTICLE=178529          |          5,40 |       3 | ebrnd      |             |
 +| AVK-126           | https://reichelt.de/?ARTICLE=30560                    0,75 |       1 | ebrnd      |             |
 +| LS-06             | https://reichelt.de/?ARTICLE=10590                    0,59 |       1 | ebrnd      |             |
 +| UI-39-10-2-209    | https://reichelt.de/?ARTICLE=27565                    9,35 |       1 | ebrnd      |             |
 +| SNT-RS-15-5       | https://reichelt.de/?ARTICLE=137080          |          8,80 |       1 | ebrnd      |             |
 +| CR 2032 VAR       | https://reichelt.de/?ARTICLE=140077          |          1,72 |       2 | eBrnd      |             |
 +| CR 2032 VAR       | https://reichelt.de/?ARTICLE=140077          |          4,30 |       5 | aekis      |             |
 +| SDSDQB-032G-B35   | https://reichelt.de/?ARTICLE=142897          |         43,20 |       3 | (anonym)               |
 +
 +===== Bestellung 2018-01-27 =====
 +^ Artikelnummer     ^ Link                                          Betrag insg. ^  Anzahl ^ Empfänger  ^ Bemerkungen ^
 +| HNP-18-090L6      | https://reichelt.de/?ARTICLE=177038          |         10,90 |       1 | ebrnd      |             |
 +| ICK-28-B          | https://reichelt.de/?ARTICLE=164359          |          0,64 |       1 | ebrnd      |             |
 +| ICK-40-B          | https://reichelt.de/?ARTICLE=164362          |          1,58 |       2 | ebrnd      |             |
 +| LEITPASTE-10GR    | https://reichelt.de/?ARTICLE=10251                    2,50 |       1 | ebrnd      |             |
 +| AX-1-000-25       | https://reichelt.de/?ARTICLE=4471            |          0,34 |       1 | ebrnd      |             |
 +| RAD-FC-3-300-16   | https://reichelt.de/?ARTICLE=84713                    1,38 |       2 | ebrnd      |             |
 +| NHG-A-470U-35     | https://reichelt.de/?ARTICLE=200387          |          0,64 |       2 | ebrnd      |             |
 +| NHG-A-220U-35     | https://reichelt.de/?ARTICLE=200374          |          0,75 |       3 | ebrnd      |             |
 +| RAD-FR-100-35     | https://reichelt.de/?ARTICLE=140121          |          1,61 |       7 | ebrnd      |             |
 +| NHG-A-47U-25      | https://reichelt.de/?ARTICLE=200353          |          0,30 |       3 | ebrnd      |             |
 +| RAD-FR-22-50      | https://reichelt.de/?ARTICLE=121288          |          0,36 |       4 | ebrnd      |             |
 +| NHG-A-10U-50      | https://reichelt.de/?ARTICLE=200336          |          0,54 |       6 | ebrnd      |             |
 +| NHG-A-4-7U-50     | https://reichelt.de/?ARTICLE=200331          |          0,09 |       1 | ebrnd      |             |
 +| NHG-A-2-2U-50     | https://reichelt.de/?ARTICLE=200327          |          0,09 |       1 | ebrnd      |             |
 +| MAS-50            | https://reichelt.de/?ARTICLE=11197                    0,30 |       1 | ebrnd      |             |
 +| BD-139-STM        | https://reichelt.de/?ARTICLE=5077            |          1,80 |      10 | ebrnd      |             |
 +| BD-140-STM        | https://reichelt.de/?ARTICLE=5078            |          2,40 |      10 | ebrnd      |             |
 +| SIM2-0515D-SIL7   | https://reichelt.de/?ARTICLE=35065                   11,80 |       2 | ebrnd      |             |
 +| FAN-ML-4010-12    | https://reichelt.de/?ARTICLE=76105                    2,15 |       1 | ebrnd      |             |
 +| GC 2511-OF03S     | https://reichelt.de/?ARTICLE=202394          |          0,95 |       1 | aekis      |             |
 +| GC 2511-OF01S     | https://reichelt.de/?ARTICLE=202378          |          0,90 |       1 | aekis      |             |
 +| 6-FACH DOSE SWS3  | https://reichelt.de/?ARTICLE=182348          |         12,20 |       2 | aekis      |             |
 +
 +===== Bestellung 2017-11-30 =====
 +^ Artikelnummer     ^ Link                                          Betrag insg. ^  Anzahl ^ Empfänger  ^ Bemerkungen ^
 +| CHERRY MX1A-11NN  | https://www.reichelt.de/?ARTICLE=202566      |          0,60 |       2 | aekis, phi  | black   (*) |
 +| CHERRY MX1A-51NN  | https://www.reichelt.de/?ARTICLE=202571      |          0,60 |       2 | aekis, phi  | silver      |
 +| CHERRY MX1A-C1NN  | https://www.reichelt.de/?ARTICLE=202565      |          0,60 |       2 | aekis, phi  | clear       |
 +| CHERRY MX1A-E1NN  | https://www.reichelt.de/?ARTICLE=202569      |          0,60 |       2 | aekis, phi  | blue        |
 +| CHERRY MX1A-F1NN  | https://www.reichelt.de/?ARTICLE=202570      |          0,60 |       2 | aekis, phi  | green       |
 +| CHERRY MX1A-G1NN  | https://www.reichelt.de/?ARTICLE=202568      |          0,60 |       2 | aekis, phi  | brown       |
 +| CHERRY MX1A-L1NN  | https://www.reichelt.de/?ARTICLE=202567      |          0,60 |       2 | aekis, phi  | red         |
 +| CHERRY MX3A-11NN  | https://www.reichelt.de/?ARTICLE=202573      |          0,60 |       2 | aekis, phi  | silent black|
 +| CHERRY MX3A-L1NN  | https://www.reichelt.de/?ARTICLE=202572      |          0,60 |       2 | aekis, phi  | silent red  |
 +
 +(*) Hinweis: Die 0,60 sind reichelt-intern 0,595 -> nicht wundern wenn die Rechnung nicht ganz aufgeht
 +
 +===== Bestellung 2017-07-01 =====
 +^ Artikelnummer     ^ Link                                          Betrag insg. ^  Anzahl ^ Empfänger  ^ Bemerkungen ^
 +| ENELOOP 4XAA      | https://reichelt.de/?ARTICLE=79780                    9,85 |       1 | jkunz      | => 10.36 €  |
 +| PATCH-C6-05-BL    | https://reichelt.de/?ARTICLE=63254                    1.00 |       1 | kunsi      |             |
 +| PATCH-C6-05-SW    | https://reichelt.de/?ARTICLE=63274                    3.00 |       3 | kunsi      |             |
 +| PATCH-C6-5-GE     | https://reichelt.de/?ARTICLE=63240                    3.00 |       2 | kunsi      |             |
 +| PATCH-C6-10-BR    | https://reichelt.de/?ARTICLE=124759          |          5.50 |       1 | kunsi      |             |
 +| AEH-SORTIMENT-2   | https://reichelt.de/?ARTICLE=24731                    4.30 |       1 | kunsi      | => 17.66 €  |
 +| METALL 10,0K      | https://reichelt.de/?ARTICLE=11449                    1.48 |      30 | eBrnd      |             |
 +| KNOPF 8X1,2SW     | https://reichelt.de/?ARTICLE=73938                    0.52 |       1 | eBrnd      |             |
 +| RS60112-LIN10K    | https://reichelt.de/?ARTICLE=73865                    2.70 |       1 | eBrnd      |             |
 +| RK11K112-LIN10K   | https://reichelt.de/?ARTICLE=73844                    2.70 |       2 | eBrnd      |             |
 +| KNOPF 10-150E     | https://reichelt.de/?ARTICLE=73960                    0.62 |       2 | eBrnd      |             |
 +| STEC11B13         | https://reichelt.de/?ARTICLE=73916                    7.98 |       2 | eBrnd      | => 16.82 €  |
 +| NEUTRIK-NTP-3RCB  | https://reichelt.de/?ARTICLE=63153                    9,20 |       2 | z0ttel                 |
 +| NEUTRIK-NYS231    | https://reichelt.de/?ARTICLE=131754          |          2,30 |       2 | z0ttel     | => 12.09 €  |
 +| RENATA 371        | https://reichelt.de/?ARTICLE=192454          |          1,66 |       2 | aekis      |             |
 +| AEHI 0,5-100      | https://www.reichelt.de/?ARTICLE=24716                0,56 |       1 | aekis      |             |
 +| AEHI 0,75-100     | https://www.reichelt.de/?ARTICLE=24717                1,16 |       2 | aekis      |             |
 +| AEHI 1,0-100      | https://www.reichelt.de/?ARTICLE=24718                0,58 |       1 | aekis      |             |
 +| AEHI 1,5-100      | https://www.reichelt.de/?ARTICLE=24719                0,60 |       1 | aekis      |             |
 +| AEHI 2,5-100      | https://www.reichelt.de/?ARTICLE=24720                0,69 |       1 | aekis      | => 5.52 €   |
 +| ATTINY 45-20PU    | https://reichelt.de/?ARTICLE=68160                   29,00 |      20 | eBrnd      | projekt schaufenster |
 +| 1/4W 75           | https://reichelt.de/?ARTICLE=1466            |          1,95 |     100 | eBrnd      | projekt schaufenster |
 +| MPE 087-2-006     | https://reichelt.de/?ARTICLE=119893          |          2,80 |      20 | eBrnd      | projekt schaufenster |
 +| PSS 254/2W        | https://reichelt.de/?ARTICLE=14908                    1,00 |      50 | eBrnd      | projekt schaufenster |
 +| PSK-KONTAKTE      | https://reichelt.de/?ARTICLE=14861                    1,45 |       5 | eBrnd      | projekt schaufenster |
 +| PSK 254/2W        | https://reichelt.de/?ARTICLE=14857                    0,50 |      50 | eBrnd      | projekt schaufenster |
 +| CUL 100/0,10      | https://reichelt.de/?ARTICLE=57176                    9,45 |       1 | eBrnd      | projekt schaufenster => 48.53 € |
 +
 +===== Bestellung 2017-05-16 =====
 +^ Artikelnummer     ^ Link                                          Betrag insg. ^  Anzahl ^ Empfänger  ^ Bemerkungen ^
 +| HAKE 25 GR        | https://reichelt.de/?ARTICLE=160242          |           7.20|       3 | kunsi      |             |
 +| MOLEX-22272031    | https://reichelt.de/?ARTICLE=185658          |          10.50|      50 | kunsi      |             |
 +| MPE 087-1-050     | https://reichelt.de/?ARTICLE=119891          |           0.87|       1 | kunsi      |             |
 +| USB-AW-VL         | https://reichelt.de/?ARTICLE=52007                    15.60|      20 | kunsi      |             |
 +| PT 15-L 10K       | https://www.reichelt.de/?ARTICLE=14951                 3.80|      10 | kunsi      |             |
 +| HAN 516 6324      | https://www.reichelt.de/?ARTICLE=175351      |           5.20|      10 | kunsi      |             |
 +| RND 205-00001     | https://www.reichelt.de/?ARTICLE=170222      |           8.40|      40 | kunsi      | =54.37      |
 +| WP 10-12          | https://www.reichelt.de/?ARTICLE=48558                36.60|       1 | madonius               |
 +| M 083             | https://www.reichelt.de/?ARTICLE=48401                10.30|       1 | madonius   | =49.45      |
 +| MPE 087-2-072     | https://reichelt.de/?ARTICLE=119902          |           1.98|       2 | eBrnd      |             |
 +| MPE 087-1-050     | https://reichelt.de/?ARTICLE=119891          |           1.74|       2 | eBrnd      |             |
 +| CR 1025           | https://reichelt.de/?ARTICLE=26541                     0.68|       1 | eBrnd      | =4.63       |
 +
 +===== Bestellung 2017-05-02 =====
 +^ Artikelnummer     ^ Link                                          Betrag insg. ^  Anzahl ^ Empfänger  ^ Bemerkungen ^
 +| TEENSY-2-0        | https://reichelt.de/?ARTICLE=151983          |         22,50 |       1 | kunsi      |             |
 +| LWL-TOS-P030      | https://reichelt.de/?ARTICLE=102748          |          8,90 |       1 | kunsi      |             |
 +| MPE-149-1-002-F3  | https://reichelt.de/?ARTICLE=119944          |          0,60 |      20 | kunsi      |             |
 +| MPE-087-1-050     | https://reichelt.de/?ARTICLE=119891          |          0,87 |       1 | kunsi      |             |
 +| USB-AW            | https://reichelt.de/?ARTICLE=22184                    4,00 |      20 | kunsi      |             |
 +| AK-676-AB         | https://reichelt.de/?ARTICLE=74221                    3,00 |       2 | kunsi      |             |
 +| HNP-18-050L6      | https://reichelt.de/?ARTICLE=177037          |         10,90 |       1 | kunsi      | =53.58      |
 +| HS-25-14          | https://reichelt.de/?ARTICLE=8648            |          0,18 |       1 | Hotaru                 |
 +| PUR-UG-2X0-14-5   | https://reichelt.de/?ARTICLE=166093          |          6,30 |       1 | Hotaru     | =6.84       |
 +| DELOCK 85110      | https://www.reichelt.de/?ARTICLE=180180      |          3,90 |       1 | eBrnd      |             |
 +| MS 500P           | https://www.reichelt.de/?ARTICLE=13172                3,90 |       1 | eBrnd      |             |
 +| EP 130            | https://www.reichelt.de/?ARTICLE=40413               11,60 |       1 | eBrnd      |             |
 +| DELOCK 83904      | https://www.reichelt.de/?ARTICLE=164865      |          2,30 |       2 | eBrnd      |             |
 +| AK-669-0-3        | https://reichelt.de/?ARTICLE=52623                    0,80 |       1 | eBrnd      | =23.75      |
 +| AK 676-AB         | https://www.reichelt.de/?ARTICLE=74221                6,00 |       4 | eberle                 |
 +| AK 669-2,       | https://www.reichelt.de/?ARTICLE=188187      |          1,15 |       1 | eberle                 |
 +| SP 2090 SW        | https://www.reichelt.de/?ARTICLE=33828                2,30 |       1 | eberle     | =9.97       |
 +| HNP-18-050L6      | https://reichelt.de/?ARTICLE=177037          |         10,90 |       1 | Kellertuer |             |
 +| ISOBAND-25-SW     | https://reichelt.de/?ARTICLE=136332          |          1,76 |       1 | Kellertuer | =13.36      |
 +
 +===== Bestellung 2017-03-01 =====
 +^ Artikelnummer     ^ Link                                         ^ Betrag insg.  ^ Anzahl  ^ Empfänger  ^ Bemerkungen ^
 +| IRLZ 34N          | https://www.reichelt.de/?ARTICLE=41777                4,50 |      10 | Zaunei     | (=4,78€)    |
 +| VARTA 399         | https://www.reichelt.de/?ARTICLE=28073                1,30 |       1 | eBrnd      |             |
 +| NH MIGNON ANS     | https://www.reichelt.de/?ARTICLE=82168                4,25 |       1 | eBrnd      |             |
 +| AK HDMI 1,0G      | https://www.reichelt.de/?ARTICLE=69646                3,60 |       2 | eBrnd      |             |
 +| BIKE 42154        | https://www.reichelt.de/?ARTICLE=88090                3,99 |       1 | eBrnd      |             |
 +| BIKE 43325        | https://www.reichelt.de/?ARTICLE=66905                8,60 |       1 | eBrnd      |             |
 +| AS 500FPC         | https://www.reichelt.de/?ARTICLE=4401        |          3,70 |       2 | eBrnd      | (=27.05€)   |
 +| 2N 3705           | https://www.reichelt.de/?ARTICLE=1999        |          0,27 |       3 | Kunsi      |             |
 +| 1/4W 22           | https://www.reichelt.de/?ARTICLE=1381        |          0,31 |       3 | Kunsi      |             |
 +| 1/4W 1k           | https://www.reichelt.de/?ARTICLE=1315        |          0,31 |       3 | Kunsi      |             |
 +| 1/4W 10k          | https://www.reichelt.de/?ARTICLE=1338        |          0,62 |       6 | Kunsi      |             |
 +| PT 15-L 10K       | https://www.reichelt.de/?ARTICLE=14951                1,08 |       3 | Kunsi      |             |
 +| BL 2X17G8 2,54    | https://www.reichelt.de/?ARTICLE=51835                1,26 |       3 | Kunsi      |             |
 +| HAN 516 6324      | https://www.reichelt.de/?ARTICLE=175351      |          1,56 |       3 | Kunsi      |             |
 +| HAN 516 6803      | https://www.reichelt.de/?ARTICLE=175339      |          1,41 |       3 | Kunsi      |             |
 +| AWG 28-16G 10M    | https://www.reichelt.de/?ARTICLE=47640                6,99 |       1 | Kunsi      |             |
 +| RND 205-00001     | https://www.reichelt.de/?ARTICLE=170222      |          0,63 |       3 | Kunsi      | (=42,84€)   |
 +| PO6M-LIN 10K      | https://www.reichelt.de/?ARTICLE=88207                2,30 |       1 | dafo                   |
 +| KNOPF 15 SW       | https://www.reichelt.de/?ARTICLE=9443        |          0,99 |       1 | dafo                   |
 +| DECKEL 15 SW      | https://www.reichelt.de/?ARTICLE=7099        |          0,29 |       1 | dafo       | (=3.80€)    |
 +| BSN 1.000/100     | https://www.reichelt.de/?ARTICLE=5883        |          2,40 |       2 | Hotaru                 |
 +| BSN 2.200/100     | https://www.reichelt.de/?ARTICLE=5886        |         12,40 |       8 | Hotaru     | (=15.74€)   |
 +
 +===== Bestellung 2016-12-07 =====
 +^ Artikelnummer     ^ Link                                         ^ Betrag insg.  ^ Anzahl  ^ Empfänger  ^ Bemerkungen ^
 +| CUL 100/0,50      | https://www.reichelt.de/?ARTICLE=57182                5,65 |       1 | eberle     | |
 +| STANNOL X32-10I   | https://www.reichelt.de/?ARTICLE=96335                6,20 |       1 | eberle     | |
 +| SS ESP201         | https://www.reichelt.de/?ARTICLE=112179      |          7,80 |      10 | eberle     | |
 +| ATMEGA 328P-PU    | https://www.reichelt.de/?ARTICLE=119685      |          8,40 |       3 | eberle     | |
 +| PSS 254/2W        | https://www.reichelt.de/?ARTICLE=14908                1,25 |      25 | eberle     | |
 +| PSS 254/4W        | https://www.reichelt.de/?ARTICLE=137974      |          2,25 |      25 | eberle     | |
 +| GS 28-S           | https://www.reichelt.de/?ARTICLE=86281                0,30 |       3 | eberle     | |
 +| GS 14             | https://www.reichelt.de/?ARTICLE=8206        |          0,15 |       3 | eberle     | |
 +| MPE 087-2-006     | https://www.reichelt.de/?ARTICLE=119893      |          2,52 |      18 | eberle     | |
 +| WIKO EPO5 S25     | https://www.reichelt.de/?ARTICLE=98449                3,99 |       1 | eberle     | |
 +| SKA 8,4X20-100    | https://www.reichelt.de/?ARTICLE=65778                2,20 |       1 | eberle     | |
 +| LCD 204B BL       | https://www.reichelt.de/?ARTICLE=53952               19,95 |       1 | Kunsi      | |
 +| USB3 8HUB-SW      | https://www.reichelt.de/?ARTICLE=145423      |         29,95 |       1 | Kunsi      | |
 +| USB3 AB 500 BL    | https://www.reichelt.de/?ARTICLE=113411      |          6,75 |       1 | Kunsi      | |
 +| LOGILINK MP0016   | https://www.reichelt.de/?ARTICLE=121573      |         10,90 |       1 | Kunsi      | |
 +| DELOCK 83897      | https://www.reichelt.de/?ARTICLE=164859      |          2,50 |       2 | eBrnd      | |
 +| AK 673-A1         | https://www.reichelt.de/?ARTICLE=188232      |          1,40 |       2 | eBrnd      | |
 +| DELOCK 83897      | https://www.reichelt.de/?ARTICLE=164859      |          2,50 |       2 | Hotaru     | |
 +| AK 673-A1         | https://www.reichelt.de/?ARTICLE=188232      |          2,10 |       3 | Hotaru     | |
 +| LZ FE 1,0 250     | https://www.reichelt.de/?ARTICLE=10993                7,30 |       1 | Hotaru     | |
 +| LZ FE 0,5 250     | https://www.reichelt.de/?ARTICLE=10989               10,50 |       1 | Hotaru     | |
 +| RASPBERRY PI 3    | https://www.reichelt.de/?ARTICLE=164977      |         36,50 |       1 | rainin     | |
 +| RPI CASE BLK      | https://www.reichelt.de/?ARTICLE=152615      |          5,45 |       1 | rainin     | |
 +| SDC10G2/16GB      | https://www.reichelt.de/?ARTICLE=180629      |         16,20 |       2 | rainin     | |
 +
 +===== Bestellung 2016-10-24 =====
 +^ Artikelnummer     ^ Link                                         ^ Betrag insg.  ^ Anzahl  ^ Empfänger  ^ Bemerkungen                                   ^
 +| RASPBERRY PI 3    | https://www.reichelt.de/?ARTICLE=164977      |         39,90 |       1 | Kunsi      |  |
 +| SDSQUNC064GGN6MA  | https://www.reichelt.de/?ARTICLE=158204      |         21,20 |       1 | Kunsi      |  |
 +| 1N 4148 WS        | https://www.reichelt.de/?ARTICLE=95197                1,20 |      30 | thinker98  | + 1,80 € Versand = 3,00 € |
 +| GLIMMLAMPE        |                                              |          4,95 |      10 | jkunz      | + 1,85 € Versand = 6,80 € |
 +
 +===== Bestellung 2016-09-17 =====
 +^ Artikelnummer     ^ Link                                         ^ Betrag insg.  ^ Anzahl  ^ Empfänger  ^ Bemerkungen                                   ^
 +| HEBLM 25          | https://www.reichelt.de/?ARTICLE=35269                0,80 |       1 | eBrnd      |                         |
 +| DELOCK 83170      | https://www.reichelt.de/?ARTICLE=180126      |          2,50 |       1 | eBrnd      |                         |
 +| DELOCK 85110      | https://www.reichelt.de/?ARTICLE=180180      |          3,30 |       1 | eBrnd      |                         |
 +| GOOBAY-96347      | https://www.reichelt.de/?ARTICLE=171223      |          6,00 |       2 | schmo-fu                           |
 +| PATCH-C6-05-WS    | https://www.reichelt.de/?ARTICLE=106598      |          2,00 |       2 | schmo-fu                           |
 +| PATCH-C6-1-5-WS   | https://www.reichelt.de/?ARTICLE=141121      |          1,95 |       1 | schmo-fu                           |
 +
 +===== Bestellung 2016-07-24 =====
 +^ Artikelnummer     ^ Link                                         ^ Betrag insg.  ^ Anzahl  ^ Empfänger  ^ Bemerkungen                                   ^
 +| PATCH-C6SB 10WS   | https://www.reichelt.de/?ARTICLE=91131                9,00 |       2 | Kunsi      |  |
 +| SDSDXPA-032G-X46  | https://www.reichelt.de/?ARTICLE=116395      |         26,50 |       1 | Kunsi      |  |
 +| PATCH-C6 05 GE    | https://www.reichelt.de/?ARTICLE=63236               10,00 |      10 | Kunsi      |  |
 +| |                                                          SUMME |         46,67 |         | Kunsi      | incl. 1,17€ Versandkosten  |
 +| LT 02RU           | https://www.reichelt.de/?ARTICLE=47322                2,90 |       2 | spengler    |
 +| |                                                          SUMME |          4,00 |         | spengler   | incl. 1,10€ Versandkosten  |
 +| PATCH-C6SB 10WS   | https://www.reichelt.de/?ARTICLE=91131                9,00 |       2 | eberle      |
 +| RND 205-00100     | https://www.reichelt.de/?ARTICLE=170438      |          0,44 |       4 | eberle      |
 +| RND 205-00089     | https://www.reichelt.de/?ARTICLE=170354      |          1,36 |       4 | eberle      |
 +| RND 205-00221     | https://www.reichelt.de/?ARTICLE=170473      |          0,44 |       4 | eberle      |
 +| RND 205-00155     | https://www.reichelt.de/?ARTICLE=170382      |          1,20 |       4 | eberle      |
 +| PSS 254/3G        | https://www.reichelt.de/?ARTICLE=14462                0,30 |      10 | eberle      |
 +| PSK 254/3W        | https://www.reichelt.de/?ARTICLE=14858                0,50 |      10 | eberle      |
 +| PSK-KONTAKTE      | https://www.reichelt.de/?ARTICLE=14861                0,56 |       2 | eberle      |
 +| KAB-U 280-4,    | https://www.reichelt.de/?ARTICLE=24772                1,99 |       1 | eberle      |
 +| |                                                          SUMME |         16,90 |         | eberle     | incl. 1,11€ Versandkosten  |
 +| KUPFER 0,6MM      | https://www.reichelt.de/?ARTICLE=9618        |          2.40 |       1 | eBrnd      |  |
 +| RAFI 500.507      | https://www.reichelt.de/?ARTICLE=110885      |          3.99 |       1 | eBrnd      |  |
 +| BOPLA U 100       | https://www.reichelt.de/?ARTICLE=126246      |          8.55 |       1 | eBrnd      |  |
 +| KAZU 1            | https://www.reichelt.de/?ARTICLE=9195        |          0.71 |       1 | eBrnd      |  |
 +| |                                                          SUMME |         16,75 |         | eBrnd      | incl. 1,10€ Versandkosten  |
 +| V ICK S17X17      | https://www.reichelt.de/?ARTICLE=100980      |          4,70 |       2 | z0ttel                             |
 +| ICK SMD B10       | https://www.reichelt.de/?ARTICLE=113630      |          1,88 |       4 | z0ttel                             |
 +| |                                                          SUMME |          7,70 |         | z0ttel     | incl. 1,12€ Versandkosten  |
 +
 +===== Bestellung 2016-05-10 =====
 +^ Artikelnummer     ^ Link                                         ^ Betrag insg.  ^ Anzahl  ^ Empfänger  ^ Bemerkungen                                   ^
 +| CC-313            | https://www.reichelt.de/?ARTICLE=6487        |          4,99 |       1 | schmo-fu    |
 +| LUM NES 21W       | https://www.reichelt.de/?ARTICLE=116244      |          0,71 |       1 | schmo-fu   | nochmal |
 +| µA 7809           | https://www.reichelt.de/?ARTICLE=23452                0,27 |       1 | schmo-fu    |
 +|                   | Gesamt:                                      |      **7,09** |         | schmo-fu   | inkl 1.12€ Versand |
 +| RK14K12B-LOG50K   | https://www.reichelt.de/?ARTICLE=73862                1,55 |       1 | skye        |
 +| DS 2              | https://www.reichelt.de/?ARTICLE=7212        |          2,15 |       1 | skye        |
 +| LUM BTO1 RT       | https://www.reichelt.de/?ARTICLE=116217      |          1,80 |       3 | skye        |
 +| LUM BTO1 SW       | https://www.reichelt.de/?ARTICLE=116218      |          1,80 |       3 | skye        |
 +| LUM KLB 4         | https://www.reichelt.de/?ARTICLE=116218      |          2,58 |       3 | skye        |
 +| V PR5/25-M3       | https://www.reichelt.de/?ARTICLE=35376               12,80 |      20 | skye        |
 +| ESD BAND          | https://www.reichelt.de/?ARTICLE=118434      |          3,95 |       1 | eBrnd      |  |
 +| SM 10/16RAD       | https://www.reichelt.de/?ARTICLE=18163                1,20 |      30 | eBrnd      |  |
 +| METALL 16,5K      | https://www.reichelt.de/?ARTICLE=11538                1,47 |      30 | eBrnd      |  |
 +| MJE 340 MBR       | https://www.reichelt.de/?ARTICLE=51402                5,20 |      20 | eBrnd      |  |
 +|                   | Gesamt:                                      |     **<del>12,94</del>** |         | eBrnd      | inkl 1.12€ Versand |
 +| RASPBERRY PI 3    | https://www.reichelt.de/?ARTICLE=164977      |         39,90 |       1 | Kunsi      | Nochmal |
 +| PFL 40            | https://www.reichelt.de/?ARTICLE=14577                0,25 |       1 | Kunsi      | Nochmal |
 +| SDSQUNC064GGN6MA  | https://www.reichelt.de/?ARTICLE=158204      |         41,90 |       2 | Kunsi      |  |
 +|                   | Gesamt:                                      |     **78,06** |         | Kunsi      | inkl 1.12€ Versand, abzüglich 5,11€ Restguthaben |
 +| LA 215-25         | https://www.reichelt.de/?ARTICLE=9828        |         13,40 |       1 | spengler   
 +|                   | Gesamt:                                      |     <del>**14,52**</del> |         | spengler   | inkl 1.12€ Versand |
 +
 +===== Bestellung 2016-04-28 =====
 +Von Kellertuer (kellertuer(at)chaotikum.org)
 +^ Artikelnummer     ^ Link                                         ^ Betrag insg.  ^ Anzahl  ^ Empfänger  ^ Bemerkungen                                   ^
 +| RASPBERRY PI 3    | https://www.reichelt.de/?ARTICLE=164977      |         39,90 |       1 | Kunsi      | |
 +| RASPBERRY PI CAM  | https://www.reichelt.de/?ARTICLE=133871      |        22,90* |       1 | Kunsi      | |
 +| RPI FBK 75        | https://www.reichelt.de/?ARTICLE=150562      |          3,80 |       1 | Kunsi      | |
 +| PFL 40            | https://www.reichelt.de/?ARTICLE=14577                0,25 |       1 | Kunsi      | |
 +|                                                          Gesamt ||         65,90 |         | Kunsi       | incl. antl. 2 € Versand |
 +| LR 44             | https://www.reichelt.de/?ARTICLE=82258                0,25 |       1 | eBrnd      | |
 +|                                                          Gesamt ||         0,25 |         | eBrnd       | incl. 0,00 € Versand |
 +| DI 20MM           | https://www.reichelt.de/?ARTICLE=7121        |          6,00 |      40 | skye       | |
 +|                                                          Gesamt ||         6,30 |         | skye       | incl. antl. 0,3 € Versand |
 +| INTEL AC8260      | https://www.reichelt.de/?ARTICLE=163773      |         24,95 |       1 | Zaunei     | |
 +| PATCH-C6SB 10WS   | https://www.reichelt.de/?ARTICLE=91131                4,50 |       1 | Zaunei     | |
 +| PATCH-C6SB 1SW    | https://www.reichelt.de/?ARTICLE=102119      |          1,10 |       1 | Zaunei     | |
 +|                                                          Gesamt ||         31,55 |         | Zaunei       | incl. antl. 1 € Versand |
 +| SE-DIO M07        | https://www.reichelt.de/?ARTICLE=17458                0,58 |       1 | schmo-fu   | | 
 +| STEC12E07         | https://www.reichelt.de/?ARTICLE=73922                9,00 |       6 | schmo-fu   | |
 +| KNOPF 13-164E     | https://www.reichelt.de/?ARTICLE=73962                2,64 |       6 | schmo-fu   | |
 +| LUM NES 21W       | https://www.reichelt.de/?ARTICLE=116244      |          0,71 |       1 | schmo-fu   | |
 +| HALTER 9VI        | https://www.reichelt.de/?ARTICLE=113165      |          0,32 |       1 | schmo-fu   | |
 +| PATCH-C6 OUT60SW  | https://www.reichelt.de/?ARTICLE=164991      |         22,95 |       1 | schmo-fu   | |
 +| KSK 1A66          | https://www.reichelt.de/?ARTICLE=27693                1,95 |       5 | schmo-fu   | |
 +| RK09K113-LIN50K   | https://www.reichelt.de/?ARTICLE=73816                2,97 |       3 | schmo-fu   | |
 +| MOS 4584          | https://www.reichelt.de/?ARTICLE=12692                1,70 |       2 | schmo-fu   | |
 +| MOS 4040          | https://www.reichelt.de/?ARTICLE=12599                0,31 |       1 | schmo-fu   | |
 +| MOS 4051          | https://www.reichelt.de/?ARTICLE=12610                0,24 |       1 | schmo-fu   | |
 +|                                                          Gesamt ||         44,37 |         | schmofu       | incl. antl. 1 € Versand |
 +
 +* Preis aktuell: 19,95 €
 +
 +===== Bestellung 2016-03-10 =====
 +^ Artikelnummer     ^ Link                                         ^ Betrag insg.  ^ Anzahl  ^ Empfänger  ^ Bemerkungen                                   ^
 +| SG 3              | https://www.reichelt.de/?ARTICLE=17507                1,80 |       4 | eBrnd       | |
 +| METALL 210        | https://www.reichelt.de/?ARTICLE=11617                1,47 |      30 | eBrnd       | |
 +| METALL 10,0K      | https://www.reichelt.de/?ARTICLE=11449                1,47 |      30 | eBrnd       | |
 +| METALL 430        | https://www.reichelt.de/?ARTICLE=11806                1,47 |      30 | eBrnd       | |
 +| STECKBOARD JSBGR  | https://www.reichelt.de/?ARTICLE=139529      |          2,95 |       1 | eBrnd       | |
 +| STECKBOARD JSSOR  | https://www.reichelt.de/?ARTICLE=139519      |          2,95 |       1 | eBrnd       | |
 +| LM 1117 T3,3      | https://www.reichelt.de/?ARTICLE=109333      |          5,75 |       5 | eBrnd       | |
 +| MKS-02 100N       | https://www.reichelt.de/?ARTICLE=12314                1,50 |      10 | eBrnd       | |
 +| MKS-02 470N       | https://www.reichelt.de/?ARTICLE=12325                3,30 |      10 | eBrnd       | |
 +| MKS-02 47N        | https://www.reichelt.de/?ARTICLE=12326                1,50 |      10 | eBrnd       | |
 +| MKS-02 220N       | https://www.reichelt.de/?ARTICLE=12319                2,10 |      10 | eBrnd       | |
 +| AKL 012-04        | https://www.reichelt.de/?ARTICLE=36619                6,72 |       8 | eBrnd       | |
 +| STANNOL X32-10I   | https://www.reichelt.de/?ARTICLE=96335                6,20 |       1 | eBrnd       | |
 +|                                                          Gesamt ||         39,98 |         | eBrnd       | incl. 0,80€ Versand |
 +| MBFK 12           | https://www.reichelt.de/?ARTICLE=71543                0,51 |       1 | skye        | |
 +| SEB 2610F SW      | https://www.reichelt.de/?ARTICLE=106129      |          1,40 |       1 | skye        | |
 +| SEB 2610F RT      | https://www.reichelt.de/?ARTICLE=106130      |          1,40 |       1 | skye        | |
 +| FSH-R-4,75        | https://www.reichelt.de/?ARTICLE=7912        |          1,00 |      20 | skye        | |
 +|                                                          Gesamt ||          5,11 |         | skye        | incl. 0,80€ Versand |
 +| 74HC 165          | https://www.reichelt.de/?ARTICLE=3155        |          5,80 |      20 | jkunz       | |
 +| T 217             | https://www.reichelt.de/?ARTICLE=19976                2,40 |      10 | jkunz       | |
 +| SSK M2X20-200     | https://www.reichelt.de/?ARTICLE=65730                2,80 |       1 | jkunz       | |
 +| HEBL 21           | https://www.reichelt.de/?ARTICLE=8524        |          3,00 |      10 | jkunz       | |
 +| HS 21-9           | https://www.reichelt.de/?ARTICLE=8647        |          1,95 |       5 | jkunz       | |
 +|                                                          Gesamt ||         16,75 |         | jkunz       | incl. 0,80€ Versand |
 +| LOGILINK WL0100   | https://www.reichelt.de/?ARTICLE=120761      |          8,95 |       1 | Kunsi       | FF-Luther Pfarramt |
 +| TLANT2409         | https://www.reichelt.de/?ARTICLE=133644      |         22,95 |       1 | Kunsi       | FF-Luther Pfarramt |
 +| DIGITUS DN-95001  | https://www.reichelt.de/?ARTICLE=90130                3,95 |       1 | Kunsi       | FF-Luther Luthersaal |
 +| TEK-BERRY CALC    | https://www.reichelt.de/?ARTICLE=141067      |          0,99 |       1 | Kunsi       | info-beamer |
 +| AD HDMI SBRG      | https://www.reichelt.de/?ARTICLE=84391                2,70 |       1 | Kunsi       | info-beamer |
 +| AK HDMI-DVI 1,0   | https://www.reichelt.de/?ARTICLE=69655                3,75 |       1 | Kunsi       | info-beamer |
 +|                                                          Gesamt ||         44,09 |         | Kunsi       | incl. 0,80€ Versand |
 +| RASPBERRY PI 3    | https://www.reichelt.de/?ARTICLE=164977      |         39,90 |       1 | fedaykin (FFWP) | |
 +|                                                          Gesamt ||         40,70 |         | fedaykin    | incl. 0,80€ Versand |
 +| IRLML 2502        | https://www.reichelt.de/?ARTICLE=108737      |          2,85 |      15 | Sebastian   | |
 +|                                                          Gesamt ||          3,65 |         | Sebastian   | incl. 0,80€ Versand |
 +| K 126 BNC-Adapter | http://www.reichelt.de/?ARTICLE=9022                  3,65 |       1 | gonium      | |
 +|                                                          Gesamt ||          4,45 |         | gnonium     | incl. 0,80€ Versand |
 +
 +===== Bestellung 2016-02-11 =====
 +^ Artikelnummer     ^ Link                                         ^ Betrag insg.  ^ Anzahl  ^ Empfänger  ^ Bemerkungen                                   ^
 +| ATTINY 84A-PU     | https://www.reichelt.de/?ARTICLE=161051      |          9,95 |       5 | eBrnd       | Vorr. lieferbar ab 6.2.2016 - notfalls beim nächsten mal erst mitbestellen |
 +| PT 15-L 1,0K      | https://www.reichelt.de/?ARTICLE=14947                1,80 |       5 | eBrnd       | |
 +| PT 15-L 500       | https://www.reichelt.de/?ARTICLE=14959                1,80 |       5 | eBrnd       | |
 +| PT 15-L 2,5K      | https://www.reichelt.de/?ARTICLE=14952                1,80 |       5 | eBrnd       | |
 +| PT 15-L 5,0K      | https://www.reichelt.de/?ARTICLE=14957                1,80 |       5 | eBrnd       | |
 +| PO6M-LIN 1,0M     | https://www.reichelt.de/?ARTICLE=88213                3,98 |       2 | eBrnd       | |
 +| INTENSO 3413460   | https://www.reichelt.de/?ARTICLE=126586      |          3,50 |       1 | eBrnd       | |
 +| 50W METALL 1,5    | https://www.reichelt.de/?ARTICLE=110725      |          5,30 |       2 | skye        | |
 +| MTS 94            | https://www.reichelt.de/?ARTICLE=57704                0,90 |       2 | skye        | |
 +| MTS VERBINDER     | https://www.reichelt.de/?ARTICLE=57710                1,60 |      10 | skye        | |
 +| P4W-LIN 100       | https://www.reichelt.de/?ARTICLE=54290                3,80 |       5 | skye        | |
 +| LSK 410           | https://www.reichelt.de/?ARTICLE=159570      |          0,52 |       2 | skye        | |
 +| LUM KFV 40        | https://www.reichelt.de/?ARTICLE=116109      |          3,10 |       1 | skye        | |
 +| LUM 0339-04       | https://www.reichelt.de/?ARTICLE=116085      |          3,70 |       1 | skye        | |
 +| TLC 10A-100µ      | https://www.reichelt.de/?ARTICLE=105605      |          5,60 |       2 | skye        | |
 +| NEUTRIK NYS231    | https://www.reichelt.de/?ARTICLE=131754      |          2,30 |       2 | skye        | |
 +| ATMEGA 328P-PU    | https://www.reichelt.de/?ARTICLE=119685      |          8,55 |       3 | jkunz       | |
 +| PA18 CAD 10PASA   | https://www.reichelt.de/?ARTICLE=129647      |         42,90 |       1 | jkunz       | |
 +| ELI TR9904        | https://www.reichelt.de/?ARTICLE=114342      |          3,80 |      10 | jkunz       | |
 +| DS 1307           | https://www.reichelt.de/?ARTICLE=58149                8,40 |       3 | jkunz       | |
 +| 0,032768          | https://www.reichelt.de/?ARTICLE=1089        |          1,00 |       5 | jkunz       | |
 +| 20,0000-HC49U-S   | https://www.reichelt.de/?ARTICLE=32853                1,00 |       5 | jkunz       | |
 +| HA 36             | https://www.reichelt.de/?ARTICLE=8396        |          0,30 |       1 | eberle      | |
 +| WIHA 320-NK6      | https://www.reichelt.de/?ARTICLE=28728               26,95 |       1 | eberle      | |
 +| ATMEGA 328P-PU    | https://www.reichelt.de/?ARTICLE=119685      |          5,70 |       2 | Kunsi       | |
 +| ATMEGA 162-16PI   | http://www.reichelt.de/?ARTICLE=46546        |         11,12 |       2 | gonium      | |
 +
 +===== Bestellung 2016-01-25 =====
 +^ Artikelnummer     ^ Link                                    ^ Betrag insg.  ^ Anzahl  ^ Empfänger  ^ Bemerkungen                                   ^
 +| WSL 20G           | https://www.reichelt.de/?ARTICLE=22825  |          0,56 |       4 | eBrnd                                                    |
 +| PFL 20            | https://www.reichelt.de?ARTICLE=14574            0,64 |       4 | eBrnd                                                    |
 +| METALL 330        | https://www.reichelt.de/?ARTICLE=11733  |          2,50 |     100 | eBrnd                                                    |
 +| METALL 1,00K      | https://www.reichelt.de/?ARTICLE=11403  |          2,50 |     100 | eBrnd                                                    |
 +| FAS 6             | https://www.reichelt.de/?ARTICLE=7524            0,12 |       1 | eBrnd                                                    |
 +| K 563             | https://www.reichelt.de/?ARTICLE=9077            0,23 |       1 | eBrnd                                                    |
 +| Versandkosten                                              ||          1,40 |         | eBrnd       | 5,60 / 4 Personen                            |
 +| Summe                                                      ||          7,95 |         | eBrnd                                                    |
 +| WSL 20G           | https://www.reichelt.de/?ARTICLE=22825  |          0,14 |       1 | Kunsi       | LED                                          |
 +| 2N 5551           | https://www.reichelt.de/?ARTICLE=2059            0,28 |       7 | Kunsi       | LED                                          |
 +| ATMEGA 328P-PU    | https://www.reichelt.de/?ARTICLE=119685 |          2,85 |       1 | Kunsi       | LED                                          |
 +| 1/4W 1,2K         | https://www.reichelt.de/?ARTICLE=1321            0,46 |      14 | Kunsi       | LED                                          |
 +| 1/4W 10K          | https://www.reichelt.de/?ARTICLE=1338            0,72 |       7 | Kunsi       | LED                                          |
 +| AX 10/35          | https://www.reichelt.de/?ARTICLE=4482            0,16 |       1 | Kunsi       | LED                                          |
 +| KERKO-500 22P     | https://www.reichelt.de/?ARTICLE=9330            0,14 |       2 | Kunsi       | LED                                          |
 +| 16,0000-HC49U-S   | https://www.reichelt.de/?ARTICLE=32852  |          0,24 |       1 | Kunsi       | LED                                          |
 +| GS 28-S           | https://www.reichelt.de/?ARTICLE=86281  |          0,10 |       1 | Kunsi       | LED                                          |
 +| DELOCK 83778      | https://www.reichelt.de/?ARTICLE=163090 |         11,95 |       1 | Kunsi       | LED                                          |
 +| DIO-50W EMS       | https://www.reichelt.de/?ARTICLE=46279  |          2,60 |       1 | Kunsi       | LED                                          |
 +| MAS 50W           | https://www.reichelt.de/?ARTICLE=11199  |          0,30 |       1 | Kunsi       | LED                                          |
 +| Versandkosten                                              ||          1,40 |         | Kunsi       | 5,60 / 4 Personen                            |
 +| Summe                                                      ||         21,34 |         | Kunsi                                                    |
 +| STEC12E05         | https://www.reichelt.de/?ARTICLE=73921  |          1,50 |       1 | Thinker98                                                |
 +| RPI FBK 75        | https://www.reichelt.de/?ARTICLE=150562 |          3,80 |       1 | Thinker98                                                |
 +| SWITCH 5PORT      | https://www.reichelt.de/?ARTICLE=32716  |          7,95 |       1 | Thinker98                                                |
 +| Versandkosten                                              ||          1,40 |         | Thinker98   | 5,60 / 4 Personen                            |
 +| Summe                                                      ||         14,65 |         | Thinker98                                                |
 +| AD 2XHDMI B       | https://www.reichelt.de/?ARTICLE=133099 |          1,60 |       1 | jkunz                                                    |
 +| ELI TR8102        | https://www.reichelt.de/?ARTICLE=146681 |          4,10 |      10 | jkunz                                                    |
 +| DWAD 603 M30      | https://www.reichelt.de/?ARTICLE=151435 |         31,90 |       1 | jkunz                                                    |
 +| Versandkosten                                              ||          1,40 |         | jkunz       | 5,60 / 4 Personen                            |
 +| Summe                                                      ||         39,00 |         | jkunz                                                    |
 +| Summe                                                      ||         82,94 |                                                                  |
 +
 +===== Bestellung 2016-01-10 =====
 +^ Artikelnummer     ^ Link                                    ^ Betrag insg.  ^ Anzahl  ^ Empfänger  ^ Bemerkungen                                   ^
 +|BL 2X10G 1,27|https://www.reichelt.de/?ARTICLE=51828|0.72|1|Philipp|(bernd hat e-mail adresse von dem)|
 +|Summe||<del>0.78</del>||<del>Philipp</del>|
 +|TS 37-49405|https://www.reichelt.de/?ARTICLE=153874|8.30|1|ravinrabbid||
 +|Summe||8.95||ravinrabbid|
 +|MJE 340 MBR|https://www.reichelt.de/?ARTICLE=51402|7.80|30|eBrnd||
 +|H25PR160|https://www.reichelt.de/?ARTICLE=8272|9.95|5|eBrnd||
 +|TRÄGE 0,125A|https://www.reichelt.de/?ARTICLE=21777|1.15|10|eBrnd||
 +|20,0000-HC49U-S|https://www.reichelt.de/?ARTICLE=32853|1.00|5|eBrnd||
 +|µA 7805|https://www.reichelt.de/?ARTICLE=23443|1.35|5|eBrnd||
 +|6N 137|https://www.reichelt.de/?ARTICLE=2858|2.60|5|eBrnd||
 +|Summe||<del>25.73</del>||<del>eBrnd</del>|
 +|AK 676-AB|https://www.reichelt.de/?ARTICLE=74221|3.00|2|eberle||
 +|Summe||<del>3.24</del>||<del>eberle</del>|
 +|GE 860|http://www.reichelt.de/?ARTICLE=8153|1.65|1|z0ttel|BNC-Adapter, BNC-Stecker / 2x Polklemme|
 +|K 123|http://www.reichelt.de/?ARTICLE=9020|2.15|1|z0ttel|BNC-Adapter, BNC-Buchse / 2x Polstecker|
 +|Summe||<del>4.10</del>||<del>z0ttel</del>|
 +|RAD 1/63|https://www.reichelt.de/?ARTICLE=15096|0.40|10|Sebastian|LNA|
 +|KERKO 6,8P|https://www.reichelt.de/?ARTICLE=9302|0.60|10|Sebastian|LNA|
 +|KERKO 10N|https://www.reichelt.de/?ARTICLE=9267|0.60|10|Sebastian|LNA|
 +|Z5U-2,5 22N|https://www.reichelt.de/?ARTICLE=22981|0.70|10|Sebastian|LNA|
 +|NPO-5 680P|https://www.reichelt.de/?ARTICLE=13509|1.00|10|Sebastian|LNA|
 +|SMD 1/4W 82|https://www.reichelt.de/?ARTICLE=18378|1.23|15|Sebastian|LNA|
 +|SMD 1/4W 1,0K|https://www.reichelt.de/?ARTICLE=18221|1.23|15|Sebastian|LNA|
 +|SMD 1/4W 47K|https://www.reichelt.de/?ARTICLE=18339|1.23|15|Sebastian|LNA|
 +|µA 78L10|https://www.reichelt.de/?ARTICLE=23475|0.70|5|Sebastian|LNA|
 +|TZ03 10P|https://www.reichelt.de/?ARTICLE=42412|2.20|10|Sebastian|LNA|
 +|BFG 540W SMD|https://www.reichelt.de/?ARTICLE=41381|2.80|10|Sebastian|LNA|
 +|TEKO 371|https://www.reichelt.de/?ARTICLE=21190|7.80|3|Sebastian|LNA|
 +|SMA BU E|https://www.reichelt.de/?ARTICLE=18172|6.30|6|Sebastian|LNA|
 +|HEBL 21|https://www.reichelt.de/?RTICLE=8524|0.90|3|Sebastian|LNA|
 +|L-MICC 1,5µ|https://www.reichelt.de/?ARTICLE=86422|1.45|5|Sebastian|LNA|
 +|QS 1,5-4|https://www.reichelt.de/?ARTICLE=24827|1.00|25|Sebastian|Netzteil|
 +|QS 1,5-3|https://www.reichelt.de/?ARTICLE=24825|1.25|25|Sebastian|Netzteil|
 +|Summe||33.86||Sebastian|
 +|Summe||76.66|||
 +
 +===== Bestellung 2015-10-24 =====
 +^ Artikelnummer     ^ Link                                    ^ Betrag insg.  ^ Anzahl  ^ Empfänger  ^ Bemerkungen                                   ^
 +| SAMS MB-MP32DA    | http://www.reichelt.de/?ARTICLE=143668  |         11,95 | 1       | Suoy                                                     |
 +| DELOCK 83362      | http://www.reichelt.de/?ARTICLE=137695  |          2,50 | 1       | eBrnd      |                                               |
 +| STECKBOARD JBBGN  | http://www.reichelt.de/?ARTICLE=139533  |          2,95 | 1       | eBrnd      |                                               |
 +| SPK 1,0F          | http://www.reichelt.de/?ARTICLE=19387            8,00 | 5       | eBrnd      |                                               |
 +| ATTINY 45-20PU    | http://www.reichelt.de/?ARTICLE=68160            5,25 | 5       | eBrnd      |                                               |
 +| GS 8              | http://www.reichelt.de/?ARTICLE=8230    |          0,25 | 5       | eBrnd      |                                               |
 +| SL 1X36G 2,54     | http://www.reichelt.de/?ARTICLE=19504            0,32 | 2       | eBrnd      |                                               |
 +| MPE 087-2-006     | http://www.reichelt.de/?ARTICLE=119893  |          1,30 | 10      | eBrnd      |                                               |
 +| CNY 37            | http://www.reichelt.de/?ARTICLE=6682    |          2,88 | 3       | skye                                                     |
 +| BSS 138 SMD       | http://www.reichelt.de/?ARTICLE=41437            0,12 | 3       | skye                                                     
 +| µA 7805           | http://www.reichelt.de/?ARTICLE=23443            0,81 | 3       | thinker98  |                                               |
 +| KERKO 1,0N        | http://www.reichelt.de/?ARTICLE=9257    |          0,60 | 10      | thinker98  |                                               |
 +| RAD 105 10/63     | http://www.reichelt.de/?ARTICLE=42397            0,80 | 20      | thinker98  |                                               |
 +| KERKO-500 22P     | http://www.reichelt.de/?ARTICLE=9330    |          0,70 | 10      | thinker98  |                                               |
 +| 16,0000-HC49U-S   | http://www.reichelt.de/?ARTICLE=32852            0,70 | 5       | thinker98  |                                               |
 +| ATMEGA 328P-PU    | http://www.reichelt.de/?ARTICLE=119685  |          5,50 | 2       | thinker98  |                                               |
 +|                                                     SUMME |          9,11 |         | thinker98  |                                               |
 +
 +===== Bestellung 2015-09-10 =====
 +^ Artikelnummer     ^ Link                                    ^ Betrag insg.  ^ Anzahl  ^ Empfänger  ^ Bemerkungen                                   ^
 +| AK 10 SW          | http://www.reichelt.de/?ARTICLE=3960    |          0,88 |       1 | z0ttel     | Hirschmann-Krokoklemme 4mm, schwarz           |
 +| AK 10 RT          | http://www.reichelt.de/?ARTICLE=3959    |          0,88 |       1 | z0ttel     | Hirschmann-Krokoklemme 4mm, schwarz           |
 +| PRÜF 2 SW         | http://www.reichelt.de/?ARTICLE=14815            1,30 |       1 | z0ttel     | Hirschmann-Prüfspitze, schwarz                |
 +| PRÜF 2 RT         | http://www.reichelt.de/?ARTICLE=14814            1,30 |       1 | z0ttel     | Hirschmann-Prüfspitze, rot                    |
 +| AK 2 SW           | http://www.reichelt.de/?ARTICLE=3975    |          1,99 |       1 | z0ttel     | Hirschmann-Krokoklemme 4mm, schwarz           |
 +| AK 2 RT           | http://www.reichelt.de/?ARTICLE=3974    |          1,99 |       1 | z0ttel     | Hirschmann-Krokoklemme 4mm, rot               |
 +| KLEPS 30 SW       | http://www.reichelt.de/?ARTICLE=9428    |          4,30 |       1 | z0ttel     | Hirschmann-Klemmprüfspitze, schwarz           |
 +| KLEPS 30 RT       | http://www.reichelt.de/?ARTICLE=9427    |          4,30 |       1 | z0ttel     | Hirschmann-Klemmprüfspitze, rot               |
 +| MLN SIL 100 1 SW  | http://www.reichelt.de/?ARTICLE=130794  |          4,30 |       1 | z0ttel     | 4 mm Silikon-Messltg., 100 cm, 1mm², schwarz  |
 +| MLN SIL 100 1 RT  | http://www.reichelt.de/?ARTICLE=130795  |          4,30 |       1 | z0ttel     | 4 mm Silikon-Messltg., 100 cm, 1mm², rot      |
 +| MLN SIL 150 1 SW  | http://www.reichelt.de/?ARTICLE=130799  |          4,75 |       1 | z0ttel     | 4 mm Silikon-Messltg., 150 cm, 1mm², schwarz  |
 +| MLN SIL 150 1 RT  | http://www.reichelt.de/?ARTICLE=130800  |          4,75 |       1 | z0ttel     | 4 mm Silikon-Messltg., 150 cm, 1mm², rot      |
 +| <del>LTV 356T-SMD</del>      | https://www.reichelt.de/?ARTICLE=76168  |          <del>5,40</del> |      <del>20</del> | Sebastian  | Fast wie LTV352, nur in schnell               |
 +| METALL 47,0K      | https://www.reichelt.de/?ARTICLE=11823  |          2,50 |     100 | thinker98  |                                               |
 +| UF 4007           | https://www.reichelt.de/?ARTICLE=42038  |          1,00 |      25 | thinker98  |                                                                   
 +| BD 243C           | https://www.reichelt.de/?ARTICLE=5141            1,80 |       5 | thinker98  |                                               |
 +| TASTER 9302       | https://www.reichelt.de/?ARTICLE=44579  |          1,10 |      10 | thinker98  |                                               |
 +| GUARD R17-10      | https://www.reichelt.de/?ARTICLE=105434 |          3,55 |       1 | thinker98 |                                                |
 +| TPLINK ANT2405CL  | https://www.reichelt.de/?ARTICLE=139206 |          2,95 |       1 | Zaunei                                                   |
 +| RG 174-5          | https://www.reichelt.de/?ARTICLE=25244  |          3,70 |       2 | Zaunei                                                   |
 +| SMA ST G          | https://www.reichelt.de/?ARTICLE=18175  |          4,20 |       5 | Zaunei                                                   |
 +| SMA REV BU-STS    | https://www.reichelt.de/?ARTICLE=79094  |          1,69 |       1 | Zaunei                                                   |
 +| Summe                                                             62.93 |                    |                                               |
 +
 +===== Bestellung 2015-07-29 =====
 +^ Artikelnummer     ^ Link                                            ^ Betrag insg. ^ Anzahl ^ Empfänger     ^ Bemerkungen           ^
 +| ATTINY 44A-PU     | https://www.reichelt.de/?ARTICLE=119691                 6,50 |      5 | eBrnd                               |
 +| MPE 087-2-010     | https://www.reichelt.de/?ARTICLE=119895                 1,25 |      5 | eBrnd                               |
 +| JUMPER 2,54 GN    | https://www.reichelt.de/?ARTICLE=9015                   1,00 |     20 | eBrnd                               |
 +| LED 3-12000L WS   | https://www.reichelt.de/?ARTICLE=107743                 3,00 |     10 | eBrnd                               |
 +| GS 14             | https://www.reichelt.de/?ARTICLE=8206                   0,25 |      5 | eBrnd                               |
 +| 8,0000-HC49U-S    | https://www.reichelt.de/?ARTICLE=32845          |         1,20 |      5 | eBrnd                               |
 +| BC 635            | https://www.reichelt.de/?ARTICLE=5029                   1,60 |     20 | eBrnd                               |
 +|                                                             Summe |        14,80 |        |                                     |
 +| SK-E M3-100       | https://www.reichelt.de/?ARTICLE=72592          |         2,35 |      1 | eberle        |                       |
 +| SDB 12,7 SW       | https://www.reichelt.de/?ARTICLE=53763          |         0,00 |      1 | eberle        | Wurde nicht geliefert |
 +| HS 21-9           | https://www.reichelt.de/?ARTICLE=8647                   1,50 |      5 | eberle        |                       |
 +| SKL M4X50-50      | https://www.reichelt.de/?ARTICLE=130355                 2,15 |      1 | eberle        |                       |
 +|                                                             Summe |         6,00 |        |                                     |
 +| SHARP EL-W506XV   | https://www.reichelt.de/?ARTICLE=107121                20,80 |      1 | suoy          |                       |
 +| PTC194700-300     | https://www.reichelt.de/?ARTICLE=125218                 2,90 |     10 | sebastian     | sicher is sicher      |
 +| LITZE RT          | https://www.reichelt.de/?ARTICLE=10297          |         1,24 |      2 | thinker98                           |
 +| LITZE SW          | https://www.reichelt.de/?ARTICLE=10298          |         1,24 |      2 | thinker98                           |
 +| LITZE WS          | https://www.reichelt.de/?ARTICLE=10299          |         1,24 |      2 | thinker98                           |
 +| LÖTZINN 32-1,025  | https://www.reichelt.de/?ARTICLE=10995          |         6,35 |      1 | thinker98                           |
 +| ISOBAND 19 SW     | https://www.reichelt.de/?ARTICLE=136323                 2,28 |      2 | thinker98                           |
 +| ISOBAND 19 RT     | https://www.reichelt.de/?ARTICLE=136324                 1,13 |      1 | thinker98                           |
 +| SDB 6,4 RT        | https://www.reichelt.de/?ARTICLE=53779          |         2,48 |      1 | thinker98                           |
 +| SDB 25,4 TR       | https://www.reichelt.de/?ARTICLE=53815          |         4,16 |      1 | thinker98                           |
 +|                                                             Summe |        20,12 |        |                                     |
 +| IRLZ 34N          | https://www.reichelt.de/?ARTICLE=41777          |         4,50 |     10 | rainin        |                       |
 +| METALL 10,0K      | https://www.reichelt.de/?ARTICLE=11449          |         2,50 |    100 | rainin        |                       |
 +| METALL 220        | https://www.reichelt.de/?ARTICLE=11627          |         0,49 |     10 | rainin        |                       |
 +| IFSH-R-6,35       | https://www.reichelt.de/?ARTICLE=8770                   0,80 |     10 | rainin        |                       |
 +| 1N 4001           | https://www.reichelt.de/?ARTICLE=1723                   0,40 |     20 | rainin        |                       |
 +| T 217             | https://www.reichelt.de/?ARTICLE=19976          |         0,84 |      3 | rainin        |                       |
 +|                                                             Summe |         9,53 |        |                                     |
 +| MKP-10-1600 330N  | https://www.reichelt.de/?ARTICLE=32002          |         2,80 |      2 | Zaunei        |                       |
 +|                                                                                                                                     |
 +| Ist bestellt von                        | Alzurana - Timo                         |
 +
 +===== Bestellung 2015-04-29 =====
 +^ Artikelnummer     ^ Link                                            ^ Betrag insg. ^ Anzahl ^ Empfänger     ^ Bemerkungen       ^
 +| KLEPS 2BU RT      | https://www.reichelt.de/?ARTICLE=9424                   3,45 |      1 | eBrnd                           |
 +| KLEPS 2BU SW      | https://www.reichelt.de/?ARTICLE=9425                   3,50 |      1 | eBrnd                           |
 +| MA 1 S SW         | https://www.reichelt.de/?ARTICLE=130861                 1,75 |      1 | eBrnd                           |
 +| MA 1 S RT         | https://www.reichelt.de/?ARTICLE=130862                 1,75 |      1 | eBrnd                           |
 +| DELOCK 18624      | https://www.reichelt.de/?ARTICLE=141258                 1,90 |      1 | eBrnd                           |
 +| TSOP 31238        | https://www.reichelt.de/?ARTICLE=107210                 2,31 |      3 | eBrnd                           |
 +| IRLZ 34N          | https://www.reichelt.de/?ARTICLE=41777          |         3,96 |      9 | eBrnd                           |
 +| ATMEGA 168A-PU    | https://www.reichelt.de/?ARTICLE=119683                 6,75 |      3 | eBrnd                           |
 +| PS 25/5G WS       | https://www.reichelt.de/?ARTICLE=14829          |         1,20 |      3 | eBrnd                           |
 +| ATTINY 44A-PU     | https://www.reichelt.de/?ARTICLE=119691                 6,50 |      5 | eBrnd                           |
 +| 8,0000-HC49U-S    | https://www.reichelt.de/?ARTICLE=32845          |         1,20 |      5 | eBrnd                           |
 +| GS 14             | https://www.reichelt.de/?ARTICLE=8206                   0,25 |      5 | eBrnd                           |
 +| LUM KFV 50        | https://www.reichelt.de/?ARTICLE=116110                 2,80 |      1 | skye          |                   |
 +| PIC 12F629-I/   | https://www.reichelt.de/?ARTICLE=44981          |         1,05 |      1 | skye          |                   |
 +| SDH 1,6 SW        | https://www.reichelt.de/?ARTICLE=17394          |         0,50 |      2 | Suoy          |                   |
 +| MCP 2551-I/     | https://www.reichelt.de/?ARTICLE=90066          |         3,15 |      3 | Sebastian                       |
 +| IRLML 2502        | https://www.reichelt.de/?ARTICLE=108737                 2,70 |     15 | Sebastian                       |
 +| VF 10/16 P-B      | https://www.reichelt.de/?ARTICLE=109192                 2,55 |     15 | Sebastian                       |
 +| DIGITUS DA-70157  | https://www.reichelt.de/?ARTICLE=122187                11,95 |      1 | Hotaru        |                   |
 +| WIKO 02K43 10     | https://www.reichelt.de/?ARTICLE=98440          |         2,80 |      1 | Zaunei        |                   |
 +| 74HC 595          | https://www.reichelt.de/?ARTICLE=3269                   2,16 |      6 | Zaunei        |                   |
 +| BL 1X10G8 2,54    | https://www.reichelt.de/?ARTICLE=51826          |         1,80 |     10 | Zaunei        |                   |
 +| SL 1X40G 2,54     | https://www.reichelt.de/?ARTICLE=19506          |         0,90 |      5 | Zaunei        |                   |
 +| DK 30MM           | https://www.reichelt.de/?ARTICLE=7149                   1,25 |     25 | Zaunei        |                   |
 +| H25PR100          | https://www.reichelt.de/?ARTICLE=8270                   2,60 |      2 | Zaunei        |                   |
 +| H25PR075          | https://www.reichelt.de/?ARTICLE=8269                   2,10 |      2 | Zaunei        |                   |
 +| H25PR050          | https://www.reichelt.de/?ARTICLE=8268                   1,70 |      2 | Zaunei        |                   |
 +| TSOP 31238        | https://www.reichelt.de/?ARTICLE=107210                 2,31 |      3 | Zaunei        |                   |
 +| IRLZ 34N          | https://www.reichelt.de/?ARTICLE=41777          |         3,96 |      9 | Zaunei        |                   |
 +| ATMEGA 168A-PU    | https://www.reichelt.de/?ARTICLE=119683                 6,75 |      3 | Zaunei        |                   |
 +| 20,0000-HC49U-S   | https://www.reichelt.de/?ARTICLE=32853          |         0,70 |      5 | Zaunei        |                   |
 +| KERKO 22P         | https://www.reichelt.de/?ARTICLE=9281                   1,00 |     20 | Zaunei        |                   |
 +| METALL 470K       | https://www.reichelt.de/?ARTICLE=11827          |         2,50 |    100 | Zaunei        |                   |
 +| METALL 100        | https://www.reichelt.de/?ARTICLE=11457          |         2,50 |    100 | Zaunei        |                   |
 +| µA 7805           | https://www.reichelt.de/?ARTICLE=23443          |         2,70 |     10 | Zaunei        |                   |
 +| 1N 4001           | https://www.reichelt.de/?ARTICLE=1723                   1,00 |     50 | Zaunei        |                   |
 +| RAD 4,7/100       | https://www.reichelt.de/?ARTICLE=15134          |         0,80 |     20 | Zaunei        |                   |
 +| KERKO 100N        | https://www.reichelt.de/?ARTICLE=9265                   1,40 |     20 | Zaunei        |                   |
 +| GS 28-S           | https://www.reichelt.de/?ARTICLE=86281          |         0,40 |      5 | Zaunei        |                   |
 +| GS 14             | https://www.reichelt.de/?ARTICLE=8206                   0,25 |      5 | Zaunei        |                   |
 +| TPLINK TL-WR841N  | https://www.reichelt.de/?ARTICLE=106737                16,40 |      1 | Daniel        |                   |
 +| NFKE SW 35        | https://www.reichelt.de/?ARTICLE=109579                 4,40 |      2 | DancingFo                       |
 +| NFKE SW 25        | https://www.reichelt.de/?ARTICLE=109575                 4,50 |      2 | DancingFo                       |
 +| AGF 30            | https://www.reichelt.de/?ARTICLE=106087                 4,40 |      4 | DancingFo                       |
 +| SMD 1/4W 2,0K     | https://www.reichelt.de/?ARTICLE=18271          |         0,20 |      2 | q-rai                           |
 +
 +===== Bestellung 2015-03-13 =====
 +^ Artikelnummer     ^ Link                                            ^ Betrag insg. ^ Anzahl ^ Empfänger     ^ Bemerkungen       ^
 +| DS 18B20          | https://www.reichelt.de/?ARTICLE=58169          |         8,25 |      5 | eberle        |                   |
 +| KN 13 96 200      | https://www.reichelt.de/?ARTICLE=117715                43,95 |      1 | eberle        |                   |
 +| CNY 37            | https://www.reichelt.de/?ARTICLE=6682                   1,94 |      2 | skye          |                   |
 +| STAKEI 3 N        | https://www.reichelt.de/?ARTICLE=52056          |         3,80 |      1 | skye          |                   |
 +| STASB 3           | https://www.reichelt.de/?ARTICLE=52062          |         0,60 |      1 | skye          |                   |
 +| CR 2025           | https://www.reichelt.de/?ARTICLE=26549          |         3,90 |     10 | ravinrabbid                     |
 +| DELOCK 62609      | https://www.reichelt.de/?ARTICLE=153588                12,90 |      1 | paalsteek                       |
 +
 +===== Bestellung 2015-02-16 =====
 +^ Artikelnummer     ^ Link                                            ^ Betrag insg. ^ Anzahl ^ Empfänger     ^ Bemerkungen       ^
 +| 1N 4001 SMD       | https://secure.reichelt.de/?ARTICLE=18396               0,25 |      5 | rainin        |                   |
 +| SMD 4011          | https://secure.reichelt.de/?ARTICLE=18424               1,05 |      5 | rainin        |                   |
 +| TPLINK TLSG1008D  | https://secure.reichelt.de/?ARTICLE=121664      |        20,95 |      1 | rainin        |                   |
 +|                                                             Summe |        23,37 |        |                                 |
 +| SKS-E M3X10-100   | https://www.reichelt.de/?ARTICLE=72618          |         2,80 |      1 | eberle        |                   |
 +| SKU-E 3,2-100     | https://www.reichelt.de/?ARTICLE=72588          |         1,60 |      1 | eberle        |                   |
 +| SK-E M3-100       | https://www.reichelt.de/?ARTICLE=72592          |         2,20 |      1 | eberle        |                   |
 +| TPLINK CPE210     | https://www.reichelt.de/?ARTICLE=150844                49,95 |      1 | eberle        |                   |
 +| HPR 500X100       | https://www.reichelt.de/?ARTICLE=8639                   2,85 |      1 | eberle        |                   |
 +| KAB-U 280-4,    | https://www.reichelt.de/?ARTICLE=24772          |         1,95 |      1 | eberle        |                   |
 +| AWG 28-20G 3M     | https://www.reichelt.de/?ARTICLE=47641          |         1,95 |      1 | eberle        |                   |
 +|                                                             Summe |        64,42 |        |                                 |
 +| PS 25/5G WS       | https://www.reichelt.de/?ARTICLE=14829          |         2,45 |      5 | ravinrabbid                     |
 +| TSOP 31238        | https://www.reichelt.de/?ARTICLE=107210                 3,85 |      5 | ravinrabbid                     |
 +| IRLZ 34N          | https://www.reichelt.de/?ARTICLE=41777          |         6,90 |     15 | ravinrabbid                     |
 +| ATMEGA 168A-PU    | https://www.reichelt.de/?ARTICLE=119683                12,00 |      5 | ravinrabbid                     |
 +| 20,0000-HC49U-S   | https://www.reichelt.de/?ARTICLE=32853          |         1,40 |     10 | ravinrabbid                     |
 +| KERKO 22P         | https://www.reichelt.de/?ARTICLE=9281                   1,00 |     20 | ravinrabbid                     |
 +| 1/4W 100K         | https://www.reichelt.de/?ARTICLE=1337                   1,90 |    100 | ravinrabbid                     |
 +| 1/4W 470K         | https://www.reichelt.de/?ARTICLE=1433                   1,90 |    100 | ravinrabbid                     |
 +| 1/4W 100          | https://www.reichelt.de/?ARTICLE=1336                   1,90 |    100 | ravinrabbid                     |
 +| µA 7805           | https://www.reichelt.de/?ARTICLE=23443          |         2,70 |     10 | ravinrabbid                     |
 +| 1N 4001           | https://www.reichelt.de/?ARTICLE=1723                   1,00 |     50 | ravinrabbid                     |
 +| RAD 4,7/100       | https://www.reichelt.de/?ARTICLE=15134          |         0,80 |     20 | ravinrabbid                     |
 +| KERKO 100N        | https://www.reichelt.de/?ARTICLE=9265                   1,40 |     20 | ravinrabbid                     |
 +| GS 28-S           | https://www.reichelt.de/?ARTICLE=86281          |         1,60 |     20 | ravinrabbid                     |
 +|                                                             Summe |        41,92 |        |                                 |
 +| AST 021-04        | https://www.reichelt.de/?ARTICLE=72168          |         1,76 |      2 | Hotaru        |                   |
 +| AST 021-06        | https://www.reichelt.de/?ARTICLE=72170          |         2,10 |      2 | Hotaru        |                   |
 +| WAGO 243-504      | https://www.reichelt.de/?ARTICLE=54532          |         2,80 |     10 | Hotaru        |                   |
 +| WAGO 243-804      | https://www.reichelt.de/?ARTICLE=54534          |         2,80 |     10 | Hotaru        |                   |
 +| WAGO 243-204      | https://www.reichelt.de/?ARTICLE=32163          |         2,80 |     10 | Hotaru        |                   |
 +| DS 18B20          | https://www.reichelt.de/?ARTICLE=58169          |        16,50 |     10 | Hotaru        |                   |
 +| YSTY 2X2-50       | https://www.reichelt.de/?ARTICLE=22966          |         8,80 |      1 | Hotaru        |                   |
 +|                                                             Summe |        38,68 |        |                                 |
 +| Warenkorb         | https://secure.reichelt.de/index.html?&ACTION=20&AWKID=1025841&PROVID=2084 | 32,30(+1,12) | skye            |
 +
 +===== Bestellung 2015-02-04 =====
 +^ Artikelnummer     ^ Link                                            ^ Betrag insg. ^ Anzahl ^ Empfänger     ^ Bemerkungen       ^
 +| BEAGLEBONE BLACK  | https://secure.reichelt.de/?ARTICLE=143499      |        99.90 |      2 |  eBrnd        |                   |
 +| NPO-G0603 47P     | https://secure.reichelt.de/?ARTICLE=31856               4.00 |    100 | Sebastian                       |
 +| IRLZ 34N          | https://secure.reichelt.de/?ARTICLE=41777               4.60 |     10 | Sebastian                       |
 +| BEAGLEBONE BLACK  | https://secure.reichelt.de/?ARTICLE=143499      |        49.95 |      1 |  Sebastian    |                   |
 +
 +===== Bestellung 2014-12-15 =====
 +^ Artikelnummer     ^ Link                                            ^ Betrag insg. ^ Anzahl ^ Empfänger     ^ Bemerkungen       ^
 +| L-07HCP 1,0µ      | https://www.reichelt.de/?ARTICLE=86387          |         0,60 |      2 |  skye                           |
 +| RK14K12B-LOG50K   | https://www.reichelt.de/?ARTICLE=73862          |         1,55 |      1 |  skye                           |
 +|                                                                                |        | Summe         | 2,30              |
 +| TEKO P1           | https://www.reichelt.de/?ARTICLE=21230          |         3,40 |      2 |       eBrnd                     |
 +| RCP 060           | https://www.reichelt.de/?ARTICLE=15182          |         0,78 |      2 |  eBrnd        |                   |
 +| 1/4W 100          | https://www.reichelt.de/?ARTICLE=1336                   1,90 |    100 |       eBrnd                     |
 +| 1/4W 150          | https://www.reichelt.de/?ARTICLE=1354                   1,90 |    100 |  eBrnd        |                   |
 +|                                                                                |        | Summe         |<del> 8,55</del>              |
 +| NEUTRIK NTP3RC    | https://www.reichelt.de/?ARTICLE=131741                 3,35 |      1 | ravinrabbid                     |
 +| NEUTRIK NYS23     | https://www.reichelt.de/?ARTICLE=131754                 1,05 |      1 | ravinrabbid                     |
 +|                                                                                |        | Summe         | 4,71              |
 +| ULN 2803A         | https://www.reichelt.de/?ARTICLE=22085          |         1,24 |      4 | thinker98                       |
 +|                                                                                |        | Summe         | <del>1,33</del>              |
 +| ATTINY 2313 DIP   | https://www.reichelt.de/?ARTICLE=54568          |         8,50 |      5 | Wuschel                         |
 +| IRLZ 34n          | https://www.reichelt.de/?ARTICLE=41777          |         4,10 |     10 | Wuschel                         |
 +|                                                                                |        | Summe         | 13,50             |
 +| TPLINK TL-WR841N  | https://www.reichelt.de/?ARTICLE=106737                29,60 |      2 | eberle        |                   |
 +|                                                                                |        | Summe         | <del>31,70</del>             |
 +| BAT 42W           | https://www.reichelt.de/?ARTICLE=95206          |         1,00 |     25 | Sebastian                       |
 +| NDS 355 SMD       | https://www.reichelt.de/?ARTICLE=115904                 2,30 |     10 | Sebastian                       |
 +| SMD HC 595        | https://www.reichelt.de/?ARTICLE=56622          |         1,90 |     10 | Sebastian                       |
 +| SMD TAN.10/35     | https://www.reichelt.de/?ARTICLE=18848          |         1,68 |      6 | Sebastian                       |
 +| TS 2937 CP50      | https://www.reichelt.de/?ARTICLE=115973                 4,00 |      8 | Sebastian                       |
 +|                                                                                |        | Summe         |<del>11,65</del>   |
 +
 +===== Bestellung 2014-11-27 =====
 +^ Artikelnummer     ^ Link                                            ^ Betrag insg. ^ Anzahl ^ Empfänger     ^ Bemerkungen       ^
 +| MK 612S           | https://www.reichelt.de/?ARTICLE=12242          |         1,50 |      1 |  paalsteek    |                   |
 +| PMS 4             | https://www.reichelt.de/?ARTICLE=63481          |        21,70 |      1 |  paalsteek    |                   |
 +| KONTAKT 5011      | https://www.reichelt.de/?ARTICLE=73347          |         3,95 |      1 |  paalsteek    |                   |
 +| INTENSO MSDHC4G   | https://www.reichelt.de/?ARTICLE=83730          |         3,50 |      1 |  paalsteek    |                   |
 +|                                                            Summe  |        30,65 |        |  paalsteek    |                   |
 +| STEC11B13         | https://www.reichelt.de/?ARTICLE=73916          |         3,95 |      1 |  skye                           |
 +| D-SUB ST 15FB     | https://www.reichelt.de/?ARTICLE=6995                   0,55 |      1 |  skye                           |
 +| D-SUB BU 15P      | https://www.reichelt.de/?ARTICLE=6961                   0,32 |      1 |  skye                           |
 +| TLE 4905L         | https://www.reichelt.de/?ARTICLE=25717          |         0,59 |      1 |  skye                           |
 +|                                                            Summe  |         5,41 |        |  skye                           |
 +| ANS SET 24        | https://www.reichelt.de/?ARTICLE=144152                 2,95 |      1 |  Zaunei                         |
 +| ANS SET 30        | https://www.reichelt.de/?ARTICLE=144153                 2,50 |      1 |  Zaunei                         |
 +| DELOCK 83366      | https://www.reichelt.de/?ARTICLE=137720                 2,50 |      1 |  Zaunei                         |
 +|                                                            Summe  |         7,95 |        |  Zaunei                         |
 +| TEKO 10006        | https://www.reichelt.de/?ARTICLE=34080          |         1,35 |      1 |  Hotaru                         |
 +| SFH 487-2         | https://www.reichelt.de/?ARTICLE=60586          |         0,29 |      1 |  Hotaru                         |
 +| SFH 309 FA        | https://www.reichelt.de/?ARTICLE=60553          |         0,30 |      1 |  Hotaru                         |
 +| TLE 4905L         | https://www.reichelt.de/?ARTICLE=25717          |         0,59 |      1 |  Hotaru                         |
 +| BC 547A           | https://www.reichelt.de/?ARTICLE=5005                   0,40 |     10 |  Hotaru                         |
 +| 2N 3906           | https://www.reichelt.de/?ARTICLE=2022                   0,40 |     10 |  Hotaru                         |
 +| LAT 275-10        | https://www.reichelt.de/?ARTICLE=31742          |         3,50 |      2 |  Hotaru                         |
 +|                                                            Summe  |         6,83 |        |  Hotaru                         |
 +| Summe                                                             | 50,84        |        |                                 |
 +
 +===== Bestellung 2014-11-15 =====
 +^ Artikelnummer     ^ Link                                            ^ Betrag insg. ^ Anzahl ^ Empfänger     ^ Bemerkungen       ^
 +| PATCHKABEL 5 GR   | https://www.reichelt.de/?ARTICLE=30369          | 1.50         | 1      | paalsteek                       |
 +| Summe                                                             | 1.61                | paalsteek                       |
 +| WERA KAL 2014     | https://www.reichelt.de/?ARTICLE=145613         | 45.95        | 1      | ravinrabbid                     |
 +| Summe                                                             | 49.17        |        | ravinrabbid                     |
 +| T 250A WS         | https://www.reichelt.de/?ARTICLE=19988          | 0.72         | 4      | eBrnd                           |
 +| PFL 26            | https://www.reichelt.de/?ARTICLE=14575          | 0.64         | 4      | eBrnd                           |
 +| PFL 34            | https://www.reichelt.de/?ARTICLE=14576          | 0.76         | 4      | eBrnd                           |
 +| BL 1X10G8 2,54    | https://www.reichelt.de/?ARTICLE=51826          | 0.85         | 5      | eBrnd                           |
 +| MS 500F           | https://www.reichelt.de/?ARTICLE=13160          | 10.75        | 5      | eBrnd                           |
 +| Summe                                                             | 14.68        |        | eBrnd                           |
 +| PFL 10            | https://secure.reichelt.de/?ARTICLE=14571       | 1.20         | 10     | z0ttel        | ganz schön fragil |
 +| Summe                                                             | 1.28                | z0ttel        |                   |
 +| MTS 216           | https://www.reichelt.de/?ARTICLE=13257          | 1.14         | 3      | schmo-fu      | RepairCafé        |
 +| MTS Verbinder     | https://www.reichelt.de/?ARTICLE=57710          | 1.28         | 8      | schmo-fu      | RepairCafé        |
 +| DS 18B20          | https://www.reichelt.de/?ARTICLE=58169          | 8.00         | 5      | schmo-fu      |                   |
 +| Summe                                                             | 11.15        |        | schmo-fu      |                   |
 +| SMD 1/4W 82       | https://www.reichelt.de/?ARTICLE=18378          | 2.60         | 100    | Sebastian                       |
 +| SMD HC 74         | https://www.reichelt.de/?ARTICLE=18701          | 1.90         | 10     | Sebastian                       |
 +| SMD-0603 1,0K     | https://www.reichelt.de/?ARTICLE=89430          | 2.50         | 100    | Sebastian                       |
 +| Summe                                                             | 7.49                |                                 |
 +| Summe                                                             | 85.39        |        |                                 |
 +
 +===== Bestellung 2014-09-27 =====
 +^ Artikelnummer     ^ Link                                            ^ Betrag insg. ^ Anzahl ^ Empfänger     ^ Bemerkungen    ^
 +| PATCHKABEL 2 GR   | https://www.reichelt.de/?ARTICLE=30367          |         4,75 |      5 |  paalsteek    |                |
 +| TPLINK TLWR841ND  | https://www.reichelt.de/?ARTICLE=134542                45,90 |      2 |  paalsteek    |                |
 +| AVK 180           | https://www.reichelt.de/?ARTICLE=30551          |         1,20 |      3 |  paalsteek    |                |
 +| DIGITUS DA-70220  | https://www.reichelt.de/?ARTICLE=118151                 8,95 |      1 |  paalsteek    |                |
 +| PO4M-LIN 1,0M     | https://www.reichelt.de/?ARTICLE=88275          |         1,70 |      1 |  paalsteek    |                |
 +| Summe             ||||  paalsteek  | <del>64,50</del> |
 +| RASPBERRY PI A    | https://secure.reichelt.de/?ARTICLE=133473      |        22,90 |      1 |  eBrnd        | aww fuck it    |
 +| AWG 28-34G 3M     | https://www.reichelt.de/?ARTICLE=47645          |         3,20 |      1 |   eBrnd                      |
 +| PFL 26            | https://www.reichelt.de/?ARTICLE=14575          |         0,48 |      3 |    eBrnd      |                |
 +| PFL 34            | https://www.reichelt.de/?ARTICLE=14576          |         0,57 |      3 |      eBrnd    |                |
 +| SL 2X50G 2,54     | https://www.reichelt.de/?ARTICLE=19500          |         1,42 |      2 |       eBrnd                  |
 +| MS 500A           | https://www.reichelt.de/?ARTICLE=13150          |         3,40 |      2 |        eBrnd  |                |
 +| 1/4W 6,8K         | https://www.reichelt.de/?ARTICLE=1453                   0,83 |     25 |       eBrnd                  |
 +| 1/4W 2,7K         | https://www.reichelt.de/?ARTICLE=1375                   0,83 |     25 |      eBrnd    |                |
 +| SB 140            | https://www.reichelt.de/?ARTICLE=16024          |         0,50 |     10 |     eBrnd                    |
 +| SM 10/16RAD       | https://www.reichelt.de/?ARTICLE=18163          |         0,20 |      4 |    eBrnd      |                |
 +| LS 06             | https://www.reichelt.de/?ARTICLE=10590          |         1,18 |      2 |   eBrnd                      |
 +| Summe             ||||  eBrnd  | 36,64 |
 +| MAX 3232 CPE      | https://www.reichelt.de/?ARTICLE=9398                   1,60 |      1 |  z0ttel                      |
 +| PL 2X05G 2,00     | https://www.reichelt.de/?ARTICLE=51900          |         4,00 |     10 |  z0ttel                      |
 +| Summe             ||||  z0ttel  | 5,78 |
 +| TPLINK TLWR841ND  | https://secure.reichelt.de/?ARTICLE=134542      |         45,9 |      2 | sebastian     | wlan wlan wlan |
 +| DELOCK 82937      | https://www.reichelt.de/?ARTICLE=144646                 2.90 |      2 |  sebastian    |                |
 +| Summe             ||||  sebastian  | <del>50,36</del> |
 +| TPLINK TLWR841ND  | https://secure.reichelt.de/?ARTICLE=134542      |        22,95 |      1 | ravinrabbid   | falls das das freifunk dingens ist |
 +| Summe             ||||  ravinrabbid  | <del>23,68</del> |
 +
 +
 +===== Bestellung 2014-09-12 =====
 +^ Artikelnummer     ^ Link                                            ^ Betrag insg. ^ Anzahl ^ Empfänger     ^ Bemerkungen    ^
 +| TRÄGE 2,0A        | https://www.reichelt.de/?&ARTICLE=21795                 0,64 |      2 | eBrnd                        |
 +| SV U              | https://www.reichelt.de/?&ARTICLE=19872                 0,72 |      4 | z0ttel        |                |
 +| D-SUB ST 09L      | https://www.reichelt.de/?&ARTICLE=41093                 4,50 |      3 | z0ttel        |                |
 +| SM 1,0/63RAD      | https://www.reichelt.de/?&ARTICLE=18162                 1,00 |     20 | z0ttel        |                |
 +| UG 1094U          | https://www.reichelt.de/?&ARTICLE=22014                 2,10 |      6 | z0ttel        |                |
 +| MCP 4811-E/     | https://www.reichelt.de/?&ARTICLE=109769        |         1,30 |      1 | z0ttel        |                |
 +| SDB 3,2 TR        | https://www.reichelt.de/?&ARTICLE=53809                 2,70 |      1 | z0ttel        |                |
 +| ATMEGA 8-16 DIP   | https://www.reichelt.de/?&ARTICLE=45024                 5,55 |      3 | ravinrabbid                  |
 +| ATMEGA 168PA-PU   | https://www.reichelt.de/?&ARTICLE=119682        |         4,70 |      2 | ravinrabbid                  |
 +| µA 7805           | https://www.reichelt.de/?&ARTICLE=23443                 1,40 |      5 | ravinrabbid                  |
 +| 16,0000-HC49U-S   | https://www.reichelt.de/?&ARTICLE=32852                 1,40 |     10 | ravinrabbid                  |
 +| DELOCK 61640      | https://www.reichelt.de/?&ARTICLE=115382        |        12,95 |      1 | ravinrabbid                  |
 +| EL 3-FACH OS-SW   | https://www.reichelt.de/?&ARTICLE=3497          |         9,75 |      3 | ravinrabbid                  |
 +| EL 6-FACH MS-SW   | https://www.reichelt.de/?&ARTICLE=34998                13,90 |      2 | ravinrabbid                  |
 +| D-SUB BU 09       | https://www.reichelt.de/?&ARTICLE=6948          |         1,30 |     10 | ravinrabbid                  |
 +| KAPPE CG9G        | https://www.reichelt.de/?&ARTICLE=9181          |         1,30 |     10 | ravinrabbid                  |
 +
 +
 +===== Bestellung 2014-08-nn =====
 +^ Artikelnummer     ^ Link                                            ^ Betrag insg. ^ Anzahl ^ Empfänger     ^ Bemerkungen    ^
 +| USB MICRO ST      | https://secure.reichelt.de/?ARTICLE=124013      |         1,26 |      2 |   paalsteek                  |
 +| WK 6-4 5M         | https://secure.reichelt.de/?ARTICLE=22786               0.95 |      1 |                            |
 +| PL 127100         | https://secure.reichelt.de/?ARTICLE=1140        |         0,84 |      1 |   z0ttel      |                |
 +| TRÄGE 0,8A        | https://secure.reichelt.de/?ARTICLE=21787               0,77 |     10 |   z0ttel      |                |
 +| LOCTITE 243 10ML  | https://secure.reichelt.de/?ARTICLE=94948              13,40 |      1 |   z0ttel      |                |
 +| KONTAKT 254       | https://secure.reichelt.de/?ARTICLE=9513        |         7,80 |      1 |   z0ttel      |                |
 +| X7R-G1206 100N    | https://secure.reichelt.de/?ARTICLE=22889               0,50 |     10 |   z0ttel      |                |
 +| SOLDASORB 08      | https://secure.reichelt.de/?ARTICLE=122317      |         6,60 |      1 |   rainin      |                |
 +| EDSYN SS 750SMD   | https://secure.reichelt.de/?ARTICLE=32676              13,30 |      1 |   rainin      |                |
 +| PATCHKABEL 2 GN   | https://secure.reichelt.de/?ARTICLE=30391               2,00 |      2 |    eBrnd      |                |
 +| USB PARALLEL      | https://secure.reichelt.de/?ARTICLE=56781               5,95 |      1 |    eBrnd      |                |
 +| PATCHKABEL 15 VT  | https://secure.reichelt.de/?ARTICLE=129941      |         3,75 |      1 |    eBrnd      |                |
 +| PATCHKABEL 15 OR  | https://secure.reichelt.de/?ARTICLE=129951      |         3,75 |      1 |    eBrnd      |                |
 +| MKS-2 100N        | https://secure.reichelt.de/?ARTICLE=12332               0,80 |     10 |   gonium      |                |
 +| DELOCK 65099      | https://secure.reichelt.de/?ARTICLE=133597      |         8,95 |      1 | ravinrabbid                  |
 +| AK HDMI 1,5G      | https://secure.reichelt.de/?ARTICLE=88069               1,70 |      3 | ravinrabbid                  |
 +| AK HDMI 5,0WG     | https://secure.reichelt.de/?ARTICLE=86848               2,45 |      1 | ravinrabbid                  |
 +| AVK 159           | https://secure.reichelt.de/?ARTICLE=30586               1,45 |      1 | ravinrabbid                  |
 +| AK SVGA 105       | https://secure.reichelt.de/?ARTICLE=4073        |         3,95 |      1 | ravinrabbid                  |
 +| MPE 094-2-010     | https://secure.reichelt.de/?ARTICLE=119929      |         3,20 |     10 | skye          |                |
 +
 +
 +===== Bestellung 2014-04-22 =====
 +^ Artikelnummer     ^ Link                                            ^ Betrag insg. ^ Anzahl ^ Empfänger     ^ Bemerkungen    ^
 +| KONTAKT 2290      | https://secure.reichelt.de/?ARTICLE=9487        |         4,10 |      1 |   paalsteek                  |
 +| KONTAKT 20657     | https://secure.reichelt.de/?ARTICLE=108812      |         2,65 |      1 |   paalsteek                  |
 +| KONTAKT 29009     | https://secure.reichelt.de/?ARTICLE=108814      |         7,95 |      1 |   paalsteek                  |
 +| KONTAKT 401       | https://secure.reichelt.de/?ARTICLE=9529        |         8,20 |      1 |   paalsteek                  |
 +| WD 40 UNI 400     | https://secure.reichelt.de/?ARTICLE=83748               5,95 |      1 |   paalsteek                  |
 +| GL GU10 60 WS     | https://secure.reichelt.de/?ARTICLE=91416              30,40 |      4 |   paalsteek                  |
 +|                                                                                |        |         Summe |         <del> 60,87</del> |
 +| AK DP 135003      | https://secure.reichelt.de/?ARTICLE=82958               5,95 |      1 |   skye        |                |
 +| ANS HC USB        | https://secure.reichelt.de/?ARTICLE=131538      |         4,50 |      1 |   skye        |                |
 +| GK-B-4            | https://secure.reichelt.de/?ARTICLE=8176        |         0,40 |     10 |   skye        |                |
 +|                                                                                |        |         Summe |          11,13 |
 +| ATMEGA 328P-PU    | https://secure.reichelt.de/?ARTICLE=119685      |         5,10 |      2 |   ravinrabbid |                |
 +| ATMEGA 48PA-PU    | https://secure.reichelt.de/?ARTICLE=121831      |         3,70 |      2 |   ravinrabbid |                |
 +| AK USB AB AGW 3M  | https://secure.reichelt.de/?ARTICLE=86030               2,90 |      2 |   ravinrabbid |                |
 +| AK 672/2-5,     | https://secure.reichelt.de/?ARTICLE=45867               3,90 |      3 |   ravinrabbid |                |
 +| NEUTRIK NAUSB-WB  | https://secure.reichelt.de/?ARTICLE=63206              10,70 |      2 |   ravinrabbid |                |
 +| BC 547C           | https://secure.reichelt.de/?ARTICLE=5007        |         1,00 |     25 |   ravinrabbid |                |
 +| EDIMAX EW-7811UN  | https://secure.reichelt.de/?ARTICLE=99944               7,00 |      1 |   ravinrabbid |                |
 +| GF 23             | https://secure.reichelt.de/?ARTICLE=53642               6,60 |     10 |   ravinrabbid |                |
 +| SAMSUNG MB-SS4GA  | https://secure.reichelt.de/?ARTICLE=111132      |         3,80 |      1 |   ravinrabbid |                |
 +|                                                                                |        |                        <del>45,93</del> |
 +| FKP-1-1600 68N    | https://secure.reichelt.de/?ARTICLE=7751        |         4,05 |      3 |   Thinker98                  |
 +| FKP-1-1600 33N    | https://secure.reichelt.de/?ARTICLE=7745        |         1,60 |      2 |   Thinker98                  |
 +| FKP-1-1600 100N   | https://secure.reichelt.de/?ARTICLE=7733        |         1,70 |      1 |   Thinker98                  |
 +| FKP-1-1600 1,0N   | https://secure.reichelt.de/?ARTICLE=7731        |         0,22 |      1 |   Thinker98                  |
 +| FKP-1-1600 15N    | https://secure.reichelt.de/?ARTICLE=7738        |         0,70 |      1 |   Thinker98                  |
 +| FKP-1-1600 22N    | https://secure.reichelt.de/?ARTICLE=7742        |         2,16 |      3 |   Thinker98                  |
 +| FKP-1-1600 10N    | https://secure.reichelt.de/?ARTICLE=7735        |         1,08 |      2 |   Thinker98                  |
 +| FKP-1-1600 47N    | https://secure.reichelt.de/?ARTICLE=7748        |         1,10 |      1 |   Thinker98                  |
 +| SDB 6,4 SW        | https://secure.reichelt.de/?ARTICLE=53760               3,15 |      1 |   Thinker98                  |
 +| SDB 3,2 RT        | https://secure.reichelt.de/?ARTICLE=53777               2,70 |      1 |   Thinker98                  |
 +| FASSUNG 009       | https://secure.reichelt.de/?ARTICLE=46089               0,56 |      2 |   Thinker98                  |
 +| KFZ 13059         | https://secure.reichelt.de/?ARTICLE=131101      |         1,00 |      1 |   Thinker98                  |
 +| CUL 500/1,80      | https://secure.reichelt.de/?ARTICLE=57200              18,45 |      1 |   Thinker98                  |
 +| CUL 100/0,10      | https://secure.reichelt.de/?ARTICLE=57176               9,45 |      1 |   Thinker98                  |
 +| CLIP 9V           | https://secure.reichelt.de/?ARTICLE=6665        |         0,66 |      3 |   Thinker98                  |
 +| HALTER 8XUM3-QDK  | https://secure.reichelt.de/?ARTICLE=8443        |         0,62 |      1 |   Thinker98                  |
 +| HJR-4102-L 24V    | https://secure.reichelt.de/?ARTICLE=101952      |         0,61 |      1 |   Thinker98                  |
 +| NS 30             | https://secure.reichelt.de/?ARTICLE=13528               4.35 |      1 |   Thinker98                  |
 +| ULN 2803A         | https://secure.reichelt.de/?ARTICLE=22085               0,62 |      2 |   Thinker98                  |
 +| GS 18             | https://secure.reichelt.de/?ARTICLE=8210        |         0,50 |     10 |   Thinker98                  |
 +|                                                                                |        |         Summe |         <del> 56,79</del> |
 +| D-LINK DSL321BV2  | https://secure.reichelt.de/?ARTICLE=136249      |        28,95 |      1 |                            |
 +|                                                                                |        |         Summe |          <del>29,73</del> |
 +| SPIRAL 08-10      | http://www.reichelt.de/?ARTICLE=50452                   1,30 |      1 |        z0ttel |                |
 +| SPIRAL 100-3      | http://www.reichelt.de/?ARTICLE=50454                   2,15 |      1 |        z0ttel |                |
 +|                                                                                |        |         Summe |           <del>3,51</del> |   
 +
 +===== Bestellung 2014-04-02 =====
 +^ Artikelnummer     ^ Link                                            ^ Betrag insg. ^ Anzahl ^ Empfänger     ^ Bemerkungen    |
 +| LED 3-3500 RT     | https://secure.reichelt.de/?ARTICLE=31607               0,32 |      5 |   jkunz                      |
 +| LED H5WMA RT      | https://secure.reichelt.de/?ARTICLE=96860               6,55 |      1 |   jkunz                      |
 +| Summe ||||  jkunz  |  8,63 |
 +| LAT 215-10        | https://secure.reichelt.de/?ARTICLE=31748               5,55 |      1 |   z0ttel      |                |
 +| TSOP 31238        | https://secure.reichelt.de/?ARTICLE=107210      |         1,54 |      2 |   z0ttel      |                |
 +| SILBER 0,6MM      | https://secure.reichelt.de/?ARTICLE=18069               2,05 |      1 |   z0ttel      |                |
 +| LM 2576 T-ADJ     | https://secure.reichelt.de/?ARTICLE=39444               1,98 |      2 |   z0ttel      |                |
 +| SDCZ71-016G-B35   | https://secure.reichelt.de/?ARTICLE=136389      |        10,80 |      1 |   z0ttel      |                |
 +| LC-CA 1215P1      | https://secure.reichelt.de/?ARTICLE=77912              39,95 |      1 |   z0ttel      |                |
 +| Summe ||||  z0ttel  |  65,72 |
 +| RENN 431 120      | https://secure.reichelt.de/?ARTICLE=40405               1,55 |      1 |   skye        |                |
 +| LÜFTERGITTER-80   | https://secure.reichelt.de/?ARTICLE=11018               2,52 |      6 |   skye        |                |
 +| Summe ||||  skye    4,13 |
 +| KUEHLSCHRANK 15   | https://secure.reichelt.de/?ARTICLE=94845               0,45 |      1 |   eBrnd                      |
 +| Summe ||||  eBrnd  |  0,48 |
 +| HAL 16 G4         | https://secure.reichelt.de/?ARTICLE=88053               1,50 |      1 |   paalsteek                  |
 +| ANS HC USB        | https://secure.reichelt.de/?ARTICLE=131538      |         4,50 |      1 |   paalsteek                  |
 +| INTENSO 3521481   | https://secure.reichelt.de/?ARTICLE=126575      |        11,95 |      1 |   paalsteek                  |
 +| Summe ||||  paalsteek  |  19,03 |
 +
 +===== Bestellung 2014-03-01 =====
 +^ Artikelnummer     ^ Link                                            ^ Betrag insg. ^ Anzahl ^ Empfänger   ^ Bemerkungen    |
 +| SPIRAL 08-10      | https://secure.reichelt.de/?ARTICLE=50452               2,60 |      2 |   Thinker98 |                |
 +| WSL 16W           | https://secure.reichelt.de/?ARTICLE=22824               1,70 |     10 |   Thinker98 |                |
 +| PFL 16            | https://secure.reichelt.de/?ARTICLE=14573               1,40 |     10 |   Thinker98 |                |
 +| LITZE GN          | https://secure.reichelt.de/?ARTICLE=10296               0,74 |      1 |   Thinker98 |                |
 +| STECKBOARD MS     | https://secure.reichelt.de/?ARTICLE=122085      |         5,90 |      2 |   Thinker98 |                |
 +| LÖTSAUGPUMPE      | https://secure.reichelt.de/?ARTICLE=96333               2,25 |      1 |   Thinker98 |                |
 +| STECKBOARD 1K2V   | https://secure.reichelt.de/?ARTICLE=67678               5,90 |      2 |   Thinker98 |                |
 +| SPIRAL 100-3      | https://secure.reichelt.de/?ARTICLE=50454               2,15 |      1 |   Thinker98 |                |
 +| GS 28-S           | https://secure.reichelt.de/?ARTICLE=86281               1,80 |     20 |   Thinker98 |                |
 +| BL 1X10G 2,00     | https://secure.reichelt.de/?ARTICLE=51822               2,40 |     10 |   Thinker98 | Hast du hier bewusst 2mm pin abstand statt 2,45mm gewählt? (z0ttel) |
 +| KS 4              | https://secure.reichelt.de/?ARTICLE=9557        |         2,30 |      2 |   Thinker98 |                |
 +| LAT 275-10        | https://secure.reichelt.de/?ARTICLE=31742               1,95 |      1 |   Thinker98 |                |
 +| SNT 3000 5V       | https://secure.reichelt.de/?ARTICLE=111181      |        12,50 |      1 |   Thinker98 |                |
 +| AWG 28-16G 3M     | https://secure.reichelt.de/?ARTICLE=47640               7,20 |      4 |   Thinker98 |                |
 +| SL 2X25W 2,54     | https://secure.reichelt.de/?ARTICLE=19495               2,60 |     10 |   Thinker98 |                |
 +| SL 2X40G 2,54     | https://secure.reichelt.de/?ARTICLE=19498               1,16 |      4 |   Thinker98 |                |
 +| LED 5-05000 WS    | https://secure.reichelt.de/?ARTICLE=97024              34,80 |    120 |   Thinker98 |                |
 +| LED 3MM GN        | https://secure.reichelt.de/?ARTICLE=10227               1,80 |     30 |   Thinker98 |                |
 +| LED 3MM GE        | https://secure.reichelt.de/?ARTICLE=10226               1,40 |     20 |   Thinker98 |                |
 +| 1/4W 82           | https://secure.reichelt.de/?ARTICLE=1473        |         5,00 |   1000 |   Thinker98 |                |
 +| 74HC 595          | https://secure.reichelt.de/?ARTICLE=3269        |         3,10 |     10 |   Thinker98 |                |
 +| GS 16             | https://secure.reichelt.de/?ARTICLE=8208        |         1,20 |     20 |   Thinker98 |                |
 +| SL 1X40G 2,54     | https://secure.reichelt.de/?ARTICLE=19506               3,60 |     20 |   Thinker98 |                |
 +| DCF77 MODUL       | https://secure.reichelt.de/?ARTICLE=57772              13,80 |      1 |   Thinker98 |                |
 +| 1/4W 620          | https://secure.reichelt.de/?ARTICLE=1456        |         5,00 |   1000 |   Thinker98 |                |
 +| T 215             | https://secure.reichelt.de/?ARTICLE=19975               2,80 |     20 |   Thinker98 |                |
 +| CLIP 9V-T         | https://secure.reichelt.de/?ARTICLE=6666        |         1,10 |      5 |   Thinker98 |                |
 +| BL LED 3MM BL     | https://secure.reichelt.de/?ARTICLE=61104               5,60 |     20 |   Thinker98 |                |
 +| LED  5MM RT       | https://secure.reichelt.de/?ARTICLE=10205               1,40 |      5 |   Thinker98 |                |
 +| SDB 1,2 SW        | https://secure.reichelt.de/?ARTICLE=53752               2,50 |      1 |   Thinker98 |                |
 +| SDB 1,2 RT        | https://secure.reichelt.de/?ARTICLE=53771               2,50 |      1 |   Thinker98 |                |
 +| SDB 1,2 BL        | https://secure.reichelt.de/?ARTICLE=53784               2,50 |      1 |   Thinker98 |erst ab 11.02.14|
 +| FLK 2,5 SW-5      | https://secure.reichelt.de/?ARTICLE=31792               2,60 |      1 |   Thinker98 |                |
 +| FLK 2,5 RT-5      | https://secure.reichelt.de/?ARTICLE=31785               2,60 |      1 |   Thinker98 |                |
 +| SDB 3,2 RT        | https://secure.reichelt.de/?ARTICLE=53777               2,70 |      1 |   Thinker98 |                |
 +| SDB 3,2 BL        | https://secure.reichelt.de/?ARTICLE=53787               2,70 |      1 |   Thinker98 |                |
 +| SDB 3,2 SW        | https://secure.reichelt.de/?ARTICLE=53758               3.15 |      1 |   Thinker98 |                |
 +| LOGILINK UA0193   | https://secure.reichelt.de/?ARTICLE=125050      |         2,95 |      1 |   Thinker98 |                |
 +| SILBER 0,6MM      | https://secure.reichelt.de/?ARTICLE=18069               2,15 |      1 |   Thinker98 |                |
 +| Wenn ich die Sachen bestellt habe dann werde ich die Liste löschen. Also bitte noch nicht entfernen.                  ||||||
 +
 +===== Bestellung 2014-02-03 =====
 +| DELOCK 83366      | https://secure.reichelt.de/?ARTICLE=137720      |         7,50 |      3 |       eBrnd | fyeah easy usb |
 +| SST 2 SW          | https://secure.reichelt.de/?ARTICLE=19431               2,10 |      2 |       eBrnd |                |
 +| ANS HC USB        | https://secure.reichelt.de/?ARTICLE=131538      |         4,50 |      1 |       eBrnd |                |
 +| Versandanteil                                                             0,49 |        |       eBrnd |                |
 +| Summe ||||  eBrnd |  14,59 |
 +| FSH-R-4,75        | https://secure.reichelt.de/?ARTICLE=7912        |         0,70 |     10 |       skye  |                |
 +| Versandanteil                                                             0,02 |        |       skye  |                |
 +| Summe ||||  skye  |   0,72 |
 +| DELOCK 61244      | https://secure.reichelt.de/?ARTICLE=137834      |         2,95 |      1 | ravinrabbid |                |
 +| RASPBERRY PI B    | https://secure.reichelt.de/?ARTICLE=133474      |        38,95 |      1 | ravinrabbid |                |
 +| Versandanteil                                                             1,46 |        | ravinrabbid |                |
 +| Summe ||||  ravinrabbid |  43,36 |
 +| JBL COB           | https://secure.reichelt.de/?ARTICLE=138200      |        78,85 |      1 |   paalsteek |                |
 +| ANS HC USB        | https://secure.reichelt.de/?ARTICLE=131538      |         4,50 |      1 |   paalsteek |                |
 +| AK HDMI 1,0                                                               1,40 |      1 |   paalsteek |                |
 +| TENDA W311M                                                              17,85 |      3 |   paalsteek |                |
 +| Versandanteil                                                             3,60 |        |   paalsteek |                |
 +| Summe ||||  paalsteek |  106,20 |
 +| SCHWAMM                                                                   1,00 |      1 |      z0ttel |                |
 +| Versandanteil                                                             0,03 |        |      z0ttel |                |
 +| Summe ||||  z0ttel |  1,03 |
 +
 +===== Bestellung 2013-12-14 =====
 +^ Artikelnummer     ^ Link                                            ^ Betrag insg. ^ Anzahl ^ Empfänger   ^ Bemerkungen |
 +| MCE 100           | https://secure.reichelt.de/?ARTICLE=11357               2,56 |      4 |       z0ttel | da          |
 +| MKS-2-5 1,0µ      | https://secure.reichelt.de/?ARTICLE=12347               2,10 |     10 |       z0ttel | da          |
 +| GS 8              | https://secure.reichelt.de/?ARTICLE=8230        |         1,00 |     25 |       z0ttel | da          |
 +| ATTINY 25-20 PU   | https://secure.reichelt.de/?ARTICLE=69257               4,60 |      4 |       z0ttel | da          |
 +| LM 358 DIP        | https://secure.reichelt.de/?ARTICLE=10483               1,30 |      5 |       z0ttel | da          |
 +| KZH 20PCB-V       | https://secure.reichelt.de/?ARTICLE=74687               1,90 |      5 |       z0ttel | da          |
 +| LM 2576 S-ADJ     | https://secure.reichelt.de/?ARTICLE=109353      |         4,60 |      4 |       z0ttel | da          |
 +| RAD 1.000/25      | https://secure.reichelt.de/?ARTICLE=15091               0,29 |      4 |       z0ttel | da          |
 +| RAD 105 100/35    | https://secure.reichelt.de/?ARTICLE=42401               0,16 |      4 |       z0ttel | da          |
 +| L-07HCP 100µ      | https://secure.reichelt.de/?ARTICLE=86403               1,44 |      4 |       z0ttel | da          |
 +| PSL 10W           | https://secure.reichelt.de/?ARTICLE=14863               2,80 |     10 |       z0ttel | da          |
 +| LM 317-220 SG     | https://secure.reichelt.de/?ARTICLE=120703      |         1,05 |      5 |       z0ttel | da          |
 +|                   | bezahlt                                                      |        |        24.73 |             |
 +| AK 516            | https://secure.reichelt.de/?ARTICLE=43378               1,85 |      1 |       rainin | NICHT VERF. |
 +| PLATINUM SDHC8G   | https://secure.reichelt.de/?ARTICLE=81352               8,40 |      2 |       rainin | da          |
 +| SDB 1,6 SW        | https://secure.reichelt.de/?ARTICLE=53754               2,40 |      1 |       rainin | da          |
 +| SLK 5MM GE        | https://secure.reichelt.de/?ARTICLE=18151               2,00 |     20 |       rainin | da          |
 +| SLK 3MM GN        | https://secure.reichelt.de/?ARTICLE=18149               4,00 |     50 |       rainin | da          |
 +| SLK 3MM BL        | https://secure.reichelt.de/?ARTICLE=31602               2,90 |      5 |       rainin | da          |
 +| DK 15MM           | https://secure.reichelt.de/?ARTICLE=7146        |         1,20 |     30 |       rainin | da          |
 +| AH 4,8            | https://secure.reichelt.de/?ARTICLE=53701               2,20 |     20 |       rainin | da          |
 +|                   | zu zahlen                                                    |        |        24.03 |             |
 +| NEUTRIK NAC3MPA1  | https://secure.reichelt.de/?ARTICLE=34511               3,10 |      1 |        skye  | da          |
 +| LED5 30-12000 RT  | https://secure.reichelt.de/?ARTICLE=126469      |         3,84 |     24 |        eBrnd | ...         |
 +| ATTINY 44A-PU     | https://secure.reichelt.de/?ARTICLE=119691      |         3,90 |      3 |        eBrnd | ...         |
 +| HALTER 2XUM4-NLF  | https://secure.reichelt.de/?ARTICLE=57125               1,45 |      5 |        eBrnd | ...         |
 +| MPE 087-2-010     | https://secure.reichelt.de/?ARTICLE=119895      |         1,25 |      5 |        eBrnd | ...         |
 +|                                                                                |        |          ... |             |
 +| USB3 A-A-MIC1 BL  | https://secure.reichelt.de/?ARTICLE=95236               4,00 |      1 |  ravinrabbid | da          |
 +| DELOCK 65099      | https://secure.reichelt.de/?ARTICLE=133597      |         8,95 |      1 |  ravinrabbid | da          |
 +|                   | bezahlen                                        |              |        |        12.95 |             |
 +| VARTA 399         | https://secure.reichelt.de/?ARTICLE=28073               1,30 |      1 |    paalsteek | da          |
 +|                   | zu zahlen                                                    |        |         2.23 |             |
 +
 +===== Bestellung 2013-11-25 =====
 +^ Artikelnummer     ^ Link                                            ^ Betrag insg. ^ Anzahl ^ Empfänger   ^ Bemerkungen |
 +| LÜFTERGITTER-60    http://www.reichelt.de/?ARTICLE=11017          |         0,36 |      1 | z0ttel      |             |
 +| LÜFTER-6025 12V    http://www.reichelt.de/?ARTICLE=11007          |         1,95 |      1 | z0ttel      |             |
 +| DA 20MM            http://www.reichelt.de/?ARTICLE=7019                   3,40 |     20 | z0ttel      |             |
 +| ZEIGER 20-6 SW    |  http://www.reichelt.de/?ARTICLE=42118          |         1.60 |      1 | z0ttel      |             |
 +| DECKEL 20M GR      http://www.reichelt.de/?ARTICLE=42097          |         0.17 |      1 | z0ttel      |             |
 +| DELOCK 86213      |  http://www.reichelt.de/?ARTICLE=135972                 3,90 |      2 | z0ttel      |             |
 +| DELOCK 86204      |  http://www.reichelt.de/?ARTICLE=137683                 3,90 |      2 | z0ttel      |             |
 +| LED 5-RGB2-L      |  http://www.reichelt.de/?ARTICLE=82483          |         2,31 |      3 | z0ttel      |             |
 +| LED 5 RG-3        |  http://www.reichelt.de/?ARTICLE=6820                   0,90 |      5 | z0ttel      |             |
 +| ATTINY 25-20 PU    http://www.reichelt.de/?ARTICLE=69257          |         2,30 |      2 | z0ttel      |             |
 +| PATCHKABEL 015GR  |  http://www.reichelt.de/?ARTICLE=106594                 2,60 |      4 | z0ttel      |             |
 +| LM 2576 S-ADJ      http://www.reichelt.de/?ARTICLE=109353                 2,30 |      2 | z0ttel      |             |
 +| AK HDMI-DVI 2,5    https://secure.reichelt.de/?ARTICLE=132968             3,85 |      1 | z0ttel      |             |
 +| GP AL16 MIGNON    |  https://secure.reichelt.de/?ARTICLE=70179      |         4,25 |      1 | paalsteek               |
 +| AK 676-AB2        |  https://secure.reichelt.de/?ARTICLE=133000             6,30 |      3 | `                       |
 +| AK 676-AB2        |  https://secure.reichelt.de/?ARTICLE=133000             4,20 |      2 | ravinrabbid |             |
 +| PSL 10W            https://secure.reichelt.de/?ARTICLE=14863      |            7 |     25 | sebastian               
 +
 +===== Bestellung 2013-11-16 =====
 +^ Artikelnummer     ^ Link                                            ^ Betrag insg. ^ Anzahl ^ Empfänger   ^ Bemerkungen |
 +| EP 130            |  https://secure.reichelt.de/?ARTICLE=40413      | 11,65        | 1      | `                       |
 +| UT 61B            |  https://secure.reichelt.de/?ARTICLE=97147      | 44,95        | 1      | rainin      |             |
 +| RASPBERRY PI B    |  https://secure.reichelt.de/?ARTICLE=133474     | 38,95        | 1      | rainin      |             |
 +| RAACO PSC 5-18    |  https://secure.reichelt.de/?ARTICLE=15080      | 13,50        | 2      | rainin      |             |
 +| TEK-BERRY COOL    |  https://secure.reichelt.de/?ARTICLE=133189     | 04,65        | 1      | rainin      |             |
 +| AK 676-AB          https://secure.reichelt.de/?ARTICLE=74221      | 08,00        | 4      | rainin      |             |
 +| EHT HERZ          |  https://secure.reichelt.de/?ARTICLE=103184     | 35,00         | 4      | paalsteek               |
 +
 +===== Bestellung 2013-09-25 =====
 +^ Artikelnummer     ^ Link                                            ^ Betrag insg. ^ Anzahl ^ Empfänger   ^ Bemerkungen |
 +| NH MICRO 1000     | http://www.reichelt.de/?ARTICLE=74955           | 2,20         | 2      | paalsteek               |
 +| WK 6-4 5M         | http://www.reichelt.de/?ARTICLE=22786           | 0,95         | 1      | paalsteek               |
 +| CR 2025           | http://www.reichelt.de/?ARTICLE=26549           | 0,78         | 2      | paalsteek               |
 +| 50W METALL 3,3    | http://www.reichelt.de/?ARTICLE=110726          | 10,60        | 4      | Laura                   |
 +| SKA 3,2X9-100     | http://www.reichelt.de/?ARTICLE=65774           | 1,30         | 1      | Laura                   |
 +
 +===== Bestellung 2013-06-01 =====
 +^ Artikelnummer     ^ Link                                            ^ Betrag insg. ^ Anzahl ^ Empfänger   ^ Bemerkungen |
 +| KLINGE S1         | http://www.reichelt.de/?ARTICLE=89501           | 0,70         | 1      | `                       |
 +
 +===== Bestellung 2013-04-22 =====
 +^ Artikelnummer     ^ Link                                            ^ Betrag insg. ^ Anzahl ^ Empfänger   ^ Bemerkungen |
 +| CR 2032           | http://www.reichelt.de/?ARTICLE=26550           | 0,44         | 1      | eBrnd                   |
 +| BITSATZ 39T       | http://www.reichelt.de/?ARTICLE=93686           | 21,00        | 1      | eBrnd                   |
 +| FÄDELSTIFT        | http://www.reichelt.de/?ARTICLE=55442           | 21,25        | 1      | eBrnd                   |
 +| HD 15F LGK        | http://www.reichelt.de/?ARTICLE=8505            | 0,66         | 3      | eBrnd                   |
 +| LED 3-3000L ONG   | http://www.reichelt.de/?ARTICLE=107741          | 0,56         | 2      | skye        |             |
 +| 50W METALL 1.0K   | http://www.reichelt.de/?ARTICLE=110730          | 10,60        | 4      | skye        |             |
 +| IRF 640NS         | http://www.reichelt.de/?ARTICLE=41620           | 2,46         | 3      | `                       |
 +| 1N 4007           | http://www.reichelt.de/?ARTICLE=1729            | 0,40         | 20     | `                       |
 +| KBU8G             | http://www.reichelt.de/?ARTICLE=9231            | 0,50         | 1      | `                       |
 +| LTV 816           | http://www.reichelt.de/?ARTICLE=76172           | 0,96         | 4      | `                       |
 +| STL 264-10        | http://www.reichelt.de/?ARTICLE=72149           | 0,19         | 1      | `                       |
 +| AKL 262-10        | http://www.reichelt.de/?ARTICLE=72138           | 2,65         | 1      | `                       |
 +| HF115F-005-2Z     | http://www.reichelt.de/?ARTICLE=126969          | 1,90         | 1      | `                       |
 +| TRÄGE 1,6A        | http://www.reichelt.de/?ARTICLE=21791           | 0,77         | 10     | `                       |
 +| TRÄGE 3,15A       | http://www.reichelt.de/?ARTICLE=21797           | 0,77         | 10     | `                       |
 +| H25PS160          | http://www.reichelt.de/?ARTICLE=23953           | 3,90         | 2      | `                       |
 +| PL 120000         | http://www.reichelt.de/?ARTICLE=14679           | 0,60         | 10     | `                       |
 +| DK 5MM            | http://www.reichelt.de/?ARTICLE=7150            | 0,40         | 10     | `                       |
 +| SK M3             | http://www.reichelt.de/?ARTICLE=18083           | 1,05         | 1      | `                       |
 +| 11W AXIAL 4,7k    | http://www.reichelt.de/?ARTICLE=110693          | 0,61         | 1      | `                       |
 +| USB AG-KOM        | http://www.reichelt.de/?ARTICLE=74690           | 0,93         | 3      | `                       |
 +| PFL 14            | http://www.reichelt.de/?ARTICLE=14572           | 0,48         | 4      | Zaunei      |             |
 +| GLIMMER TO 220    | http://www.reichelt.de/?ARTICLE=8194            | 0,16         | 4      | Zaunei      |             |
 +| MINI MTR. 4,0A    | http://www.reichelt.de/?ARTICLE=12136           | 0,48         | 1      | Zaunei      |             |
 +| MIK-TRÄGE 5,0A    | http://www.reichelt.de/?ARTICLE=125202          | 0,37         | 1      | Zaunei      |             |
 +| AK 676-AB         | http://www.reichelt.de/?ARTICLE=74221           | 1.90         | 1      | Hotaru      |             |
 +| AD HDMI SB270     | http://www.reichelt.de/?ARTICLE=118213          | 2.00         | 1      | Hotaru      |             |
 +| KD 10 SW          | http://www.reichelt.de/?ARTICLE=128883          | 0.80         | 1      | Hotaru      |             |
 +| MW 3NU10GS        | http://www.reichelt.de/?ARTICLE=87343           | 4,50         | 1      | Hotaru      |             |
 +| MW 3NU10GS        | http://www.reichelt.de/?ARTICLE=87343           | 4,50         | 1      | `                       |
 +
 +===== Bestellung 2013-04-03 =====
 +^ Artikelnummer     ^ Link                                            ^ Betrag insg. ^ Anzahl ^ Empfänger   ^ Bemerkungen |
 +| GS 8P             | http://www.reichelt.de/?ARTICLE=8231            | 0,17         | 1      | Zaunei      |             |
 +| CY 22-2 100P      | http://www.reichelt.de/?ARTICLE=42429           | 0,84         | 1      | Zaunei      |             |
 +| ML 50 RT          | http://www.reichelt.de/?ARTICLE=12466           | 2.95         | 1      | Zaunei      |             |
 +| ML 50 SW          | http://www.reichelt.de/?ARTICLE=12467           | 2.95         | 1      | Zaunei      |             |
 +| WHS S32           | http://www.reichelt.de/?ARTICLE=47771           | 6,75         | 1      | z0ttel      |             |
 +| LED 10-4500 RT    | http://www.reichelt.de/?ARTICLE=31612           | 3,10         | 10     | z0ttel      |             |
 +| WL FOLIE GEL G05  | http://www.reichelt.de/?ARTICLE=112274          | 20,20        | 1      | z0ttel      |             |
 +| PRÜFSPITZE 402RT  | http://www.reichelt.de/?ARTICLE=33482           | 2,95         | 1      | rainin      |             |
 +| PRÜFSPITZE 402SW  | http://www.reichelt.de/?ARTICLE=33483           | 2,95         | 1      | rainin      |             |
 +| MZS 2 RT          | http://www.reichelt.de/?ARTICLE=13328           | 1,30         | 1      | rainin      |             |
 +| MZS 2 SW          | http://www.reichelt.de/?ARTICLE=13329           | 1,30         | 1      | rainin      |             |
 +| ML 50 RT          | http://www.reichelt.de/?ARTICLE=12466           | 5,80         | 2      | rainin      |             |
 +| ML 50 SW          | http://www.reichelt.de/?ARTICLE=12467           | 5,80         | 2      | rainin      |             |
 +| EHT HERZ          | http://www.reichelt.de/?ARTICLE=103184          | 8,75         | 1      | skye        |             |
 +| LED G4 10SMD WWH  | http://www.reichelt.de/?ARTICLE=85622           | 2,25         | 1      | skye        |             |
 +| LUM 1636-02       | http://www.reichelt.de/?ARTICLE=116235          | 0,93         | 1      | skye        |             |
 +| MESC 220µ         | http://www.reichelt.de/?ARTICLE=11384           | 0,41         | 1      | skye        |             |
 +| LUM 1636-03       | http://www.reichelt.de/?ARTICLE=116236          | 0,95         | 1      | skye        |             |
 +| SSG 200 SK-I      | http://www.reichelt.de/?ARTICLE=35972           | 2,95         | 1      | skye        |             |
 +| AD HDMI SB270     | http://www.reichelt.de/?ARTICLE=118213          | 2.00         | 1      | Hotaru      |             |
 +| ML 50 RT          | http://www.reichelt.de/?ARTICLE=12466           | 2.95         | 1      | Hotaru      |             |
 +| ML 50 SW          | http://www.reichelt.de/?ARTICLE=12467           | 2.95         | 1      | Hotaru      |             |
 +| MLN 50 25 VT      | http://www.reichelt.de/?ARTICLE=130694          | 3.15         | 1      | Hotaru      |             |
 +| ML 50 GN          | http://www.reichelt.de/?ARTICLE=12465           | 2.95         | 1      | Hotaru      |             |
 +| KD 10 RT          | http://www.reichelt.de/?ARTICLE=128884          | 0.80         | 1      | Hotaru      |             |
 +| KD 10 SW          | http://www.reichelt.de/?ARTICLE=128883          | 0.80         | 1      | Hotaru      |             |
 +| AK 10 RT          | http://www.reichelt.de/?ARTICLE=3959            | 0.88         | 1      | Hotaru      |             |
 +| AK 10 SW          | http://www.reichelt.de/?ARTICLE=3960            | 0.88         | 1      | Hotaru      |             |
 +| MOC 3041          | http://www.reichelt.de/?ARTICLE=12525           | 16.80        | 40     | Hotaru      |             |
 +| 74HC 595          | http://www.reichelt.de/?ARTICLE=3269            | 3.10         | 10     | Hotaru      |             |
 +| RKT 16030         | http://www.reichelt.de/?ARTICLE=15269           | 32.10        | 1      | Hotaru      |             |
 +| GS 16             | http://www.reichelt.de/?ARTICLE=8208            | 2.00         | 40     | Hotaru      |             |
 +| AVK 238-5         | http://www.reichelt.de/?ARTICLE=44892           | 1,15         | 1      | q-rai/                |
 +| LWL TOS P030      | http://www.reichelt.de/?ARTICLE=102748          | 7,55         | 1      | q-rai/                |
 +| AK HDMI 300-360   | http://www.reichelt.de/?ARTICLE=105156          | 5,60         | 1      | q-rai/                |
 +| AD DVI 120        | http://www.reichelt.de/?ARTICLE=42779           | 1,50         | 1      | q-rai                   |
 +| AVK 179           | http://www.reichelt.de/?ARTICLE=30573           | 0,80         | 2      | q-rai                   |
 +| STM32 F103CBT6    | http://www.reichelt.de/?ARTICLE=125399          | 9,70         | 2      | `                       |
 +| BSN 2.200/100     | http://www.reichelt.de/?ARTICLE=5886            | 9,95         | 5      | `                       |
 +| AFMA CPAF-021     | http://www.reichelt.de/?ARTICLE=120980          | 35,30        | 2      | q-rai                   |
 +
 +
 +===== Bestellung ? =====
 +^ Artikelnummer     ^ Link                                            ^ Betrag insg. ^ Anzahl ^ Empfänger   ^ Bemerkungen |
 +| LED 5-25000 WS    | http://www.reichelt.de/?ARTICLE=97025           | 18,00        | 60     | fsinfo      | bestellt von Sebastian|
 +| 1/4W 120          | http://www.reichelt.de/?ARTICLE=1346            | 1,90         | 100    | fsinfo      | rechnung an fsinfo kommt dann. |
 +| ATTINY 2313 DIP   | http://www.reichelt.de/?ARTICLE=54568           | 7,25         | 5      | fsinfo      |             |
 +| GS 20             | http://www.reichelt.de/?ARTICLE=8212            | 0,30         | 5      | fsinfo      |             |
 +
 +^ Artikelnummer     ^ Link                                            ^ Betrag insg. ^ Anzahl ^ Empfänger   ^ Bemerkungen |
 +| EAKS 1,5          | http://www.reichelt.de/?ARTICLE=7269            | 0,70         | 1      | q-rai                   |
 +| KSS 35            | http://www.reichelt.de/?ARTICLE=9583            | 0,13         | 1      | q-rai                   |
 +
 +^ Artikelnummer     ^ Link                                            ^ Betrag insg. ^ Anzahl ^ Empfänger   ^ Bemerkungen |
 +| TASTER 9305       | http://www.reichelt.de/?ARTICLE=44586                   1,00 |     10 | `                       |
 +| KERKO 22P         | http://www.reichelt.de/?ARTICLE=9281            |         1,20 |     20 | `                       |
 +| MEKP 8-8          | http://www.reichelt.de/?ARTICLE=37327                   1,70 |      1 | `                       |
 +| DURACELL 10XLR3   | http://www.reichelt.de/?ARTICLE=82234                   2,70 |      1 | paalsteek   | Falls nicht lieferbar, günstigstes 10er-Pack AAA-Bakterien |
 +| SILBER 0,6MM      | http://www.reichelt.de/?ARTICLE=18069                   2,05 |      1 | z0ttel      | da            |
 +| HS 25-9           | http://www.reichelt.de/?ARTICLE=8649            |         0,39 |      3 | z0ttel      | da            |
 +| ATTINY 25-20 PU   | http://www.reichelt.de/?ARTICLE=69257                   1,90 |      2 | z0ttel      | da            |
 +| STM32 F101C8T6    | http://www.reichelt.de/?ARTICLE=125394          |         7.00 |      2 | z0ttel      | da            |
 +| ATMEGA 48A-PU     | http://www.reichelt.de/?ARTICLE=121829          |         2,60 |      2 | z0ttel      | da            |
 +| KZH 20PCB-V       | http://www.reichelt.de/?ARTICLE=74687                   0,90 |      2 | z0ttel      | da            |
 +| AWG 28-08G 30M    | http://www.reichelt.de/?ARTICLE=47620                   5,75 |      1 | z0ttel      | da |
 +| AK 673-A          | http://www.reichelt.de/?ARTICLE=45361                   0,75 |      1 | `                       |
 +| STM32 F103CBT6    | http://www.reichelt.de/?ARTICLE=125399          |         9,50 |      2 | `           | |
 +| CR 2032           | http://www.reichelt.de/?ARTICLE=26550                   0,88 |      2 | skye        |             |
 +| KN 78 61 125 ESD  | http://www.reichelt.de/?ARTICLE=24890                  17,60 |      1 | `           | |
 +| FL 88             | http://www.reichelt.de/?ARTICLE=7809            |         8,95 |      1 | `           | |
 +| PFL 10            | http://www.reichelt.de/?ARTICLE=14571                   0,48 |      6 | z0ttel      | da |
 +| V PR5/15-M3       | http://www.reichelt.de/?ARTICLE=35375                   1,62 |      3 | skye        | |
 +| USB KFZ 2A SW     | http://www.reichelt.de/?ARTICLE=126493          |         3,50 |      1 | ravinrabbid | |
 +
 +===== Bestellung ? =====
 +^ Artikelnummer     ^ Link                                            ^ Betrag insg. ^ Anzahl ^ Empfänger   ^ Bemerkungen |
 +| TEK-BERRY          http://www.reichelt.de/?ARTICLE=124752                 4,95 |      1 | skye        |                  
 +| TEK-BERRY          http://www.reichelt.de/?ARTICLE=124752                 4,95 |      1 | paalsteek               |
 +| 50W METALL 1,0K    http://www.reichelt.de/?ARTICLE=110730                 5,30 |      2 | skye        |             |
 +| LÜFTERGITTER-60    http://www.reichelt.de/?ARTICLE=11017          |         0,36 |      1 | skye        |             |
 +| LÜFTER-6025 12V    http://www.reichelt.de/?ARTICLE=11007          |         1,95 |      1 | skye        |             |
 +| TIP 120 STM        http://www.reichelt.de/?ARTICLE=21469          |         0,36 |      1 | skye        |             |
 +| 64P-100k          |                                                         1,20 |      4 | skye        |             |
 +| AKL 094-02        |  http://www.reichelt.de/?ARTICLE=72041          |         1,16 |      4 | skye        |             |
 +| WHS S31            http://www.reichelt.de/?ARTICLE=47770          |         7,25 |      1 | z0ttel      |             |
 +| 6N 137            |  http://www.reichelt.de/?ARTICLE=2858                   1,04 |      2 | z0ttel      |             |
 +| SAA 1064          |  http://www.reichelt.de/?ARTICLE=15778          |         1,95 |      1 | z0ttel      |             |
 +| X7R-2,5 100N      |  http://www.reichelt.de/?ARTICLE=22853          |         0,50 |     10 | z0ttel      |             |
 +| OSZI 20,000000    |  http://www.reichelt.de/?ARTICLE=13694          |         1,72 |      2 | z0ttel      |             |
 +| AWG 28-10F 3M      http://www.reichelt.de/?ARTICLE=47668          |         2,45 |      1 | z0ttel      |             |
 +| MCE 100            http://www.reichelt.de/?ARTICLE=11357          |         1,28 |      2 | z0ttel      |             |
 +| ATMEGA 328P-PU    |  http://www.reichelt.de/?ARTICLE=119685                 8,40 |      2 | z0ttel      |             |
 +| MPE 156-3-010                                                             1,18 |      2 | `                       |
 +| KSK 1A66          |                                                         1,56 |      4 | `                       |
 +| TLE 4905L                                                                 1,80 |      3 | `                       |
 +| ELI TR9904        |                                                         0,39 |      1 | `                       |
 +| ELI TR8307        |                                                         0,55 |      1 | `                       |
 +| PZ 8              |                                                         4,30 |      1 | `                       |
 +| PZ 8              |                                                         4,30 |      1 | Hotaru      |             |
 +| 1/4W 13K          |                                                         1,90 |    100 | `                       |
 +| 74HC 4051                                                                 1,50 |      5 | `                       |
 +| KERKO-500 1,2N    |                                                         0,90 |     30 | `                       |
 +| AD HDMI MICRO     | http://www.reichelt.de/?ARTICLE=106954          |         3,95 |      1 | eBrnd                   |
 +| ATMEGA 328P-PU    | http://www.reichelt.de/?ARTICLE=119685          |        12,60 |      3 | eBrnd                   |
 +| 16,0000-HC18      | http://www.reichelt.de/?ARTICLE=1605;                   1,80 |     10 | eBrnd                   |
 +| TESTEC LF 312                                                            16,95 |      1 | `                       |
 +| LED 5-03500 BL    | http://www.reichelt.de/?ARTICLE=96901;          |         3,20 |     10 | eBrnd                   |
 +| LED 5-10500 RT    | http://www.reichelt.de/?ARTICLE=96890;          |         3,10 |     10 | eBrnd                   |
 +| LED 5-08000 GN    | http://www.reichelt.de/?ARTICLE=96892;          |         3,30 |     10 | eBrnd                   |
 +| GS 28             | http://www.reichelt.de/?ARTICLE=8220            |         0,90 |     10 | eBrnd                   |
  
order/reichelt.txt · Zuletzt geändert: 04.11.2022 16:58 von aekis
Falls nicht anders bezeichnet, ist der Inhalt dieses Wikis unter der folgenden Lizenz veröffentlicht: CC Attribution-Noncommercial-Share Alike 4.0 International
Recent changes RSS feed Driven by DokuWiki