-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
72 lines (57 loc) · 2.76 KB
/
index.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<form action="postArticleData.php" method="post" enctype="multipart/form-data">
CSV Datei für Bestandsupload auswählen
<input type="file" name="fileToUpload" id="fileToUpload">
<input type="hidden" name="uploadQuantity">
<input type="submit" value="Bestandsupload starten" name="submit">
</form>
<a href="inc/quantityErrors.csv"><button>Error-File in Excel öffnen</button></a><br><br>
<br><br>
<br><br>
<br><br>
<form action="postArticleData.php" method="post" enctype="multipart/form-data">
CSV Datei für Produktupload auswählen (WICHTIG: UTF-8 Kodierung)
<input type="file" name="fileToUpload" id="fileToUpload">
<input type="hidden" name="uploadProducts">
<input type="submit" value="Produktupload starten" name="submit">
</form>
<a href="getUploadStatus.php"><button>Uploadstatus prüfen</button></a><br><br>
<a href="inc/productErrors.csv"><button>Error-File in Excel öffnen (ZUERST "Uploadstatus prüfen")</button></a><br><br>
<a href="inc/productInformation.csv"><button>Info-File in Excel öffnen (Erst klicken, wenn Seite aufgehört hat zu "arbeiten"!)</button></a><br><br>
<br><br>
<br><br>
<br><br>
<form action="postTrackingData.php" method="post" enctype="multipart/form-data">
Datei mit Trackingnummern auswählen
<input type="file" name="fileToUpload" id="fileToUpload">
<input type="hidden" name="uploadProducts">
<input type="submit" value="Tracking-Upload starten" name="submit">
</form>
<br><br>
<br><br>
<br><br>
<br><br>
<br><br>
<a href="getRestrictedProducts.php"><button>RESTRICTED Produkte prüfen</button></a><br><br>
<br><br>
<br><br>
<a href="getAllBrands.php"><button>Markenliste anzeigen und abspeichern</button></a><br><br>
<a href="getAllCategories.php"><button>Kategorienliste anzeigen und abspeichern</button></a><br><br>
<form action="getSingleProduct.php" method="get">
Sku?
<input type="text" name="sku" id="sku">
<input type="submit" value="Informationen zu einem Produkt anzeigen" name="submit">
</form>
<form action="deactivateProducts.php" method="post" enctype="multipart/form-data">
Produkte deaktivieren
<input type="file" name="fileToUpload" id="fileToUpload">
<input type="submit" value="Produkte deaktivieren" name="submit">
</form>
<form action="deactivateProducts.php" method="post" enctype="multipart/form-data">
Produkte aktivieren
<input type="hidden" name="activate" id="activate">
<input type="file" name="fileToUpload" id="fileToUpload">
<input type="submit" value="Produkte aktivieren" name="submit">
</form>
<a href="categoryWizard.php"><button>Category Wizard</button></a><br><br>
<a href="getOrders.php"><button>Bestellabholung testen</button></a><br><br><br><br><br><br>
<a href="generateTestOrders.php"><button>Testbestellungen generieren</button></a><br><br>