Skip to content
Snippets Groups Projects
Commit f3b33d28 authored by Fabio Heyming's avatar Fabio Heyming
Browse files

Bugfix capped Itemname and Dummygenerator

parent 2ca89f8c
Branches
Tags
No related merge requests found
......@@ -40,10 +40,7 @@ public class MampfMobil {
isInitialized = true;
}
/*if(!isInitialized) {
customers = new Vector<>();
deliverers = new Vector<>();
suppliers = new Vector<>();
if(customers.size()<2) {
//create Dummys!!!
customers.add(new Customer("Fabio", "Heyming", "Weinbergstr 70, 55299 Nackenheim"));
......@@ -110,13 +107,7 @@ public class MampfMobil {
temp3.addBestellungsteil(new BestellungsTeil(suppliers.get(1).shopItems.get(0).item, 14));
customers.get(1).addBestellung(temp3);
customers.add(new Customer("", "", ""));
deliverers.add(new Deliverer("", "", ""));
suppliers.add(new Supplier("", ""));
isInitialized = true;
savePersistant();
}*/
}
}
public static boolean findCustomer(String vorname, String nachname){
......
......@@ -26,7 +26,7 @@
<TextView
android:id="@+id/textViewName"
android:layout_width="80dp"
android:layout_width="110dp"
android:layout_height="19dp"
android:layout_marginStart="10dp"
android:textSize="14sp"
......
......@@ -32,7 +32,7 @@
<string name="restamount_dp">Restmenge: </string>
<string name="restamount">Restmenge</string>
<string name="supplier_dp">Lieferant: </string>
<string name="buyamount_dp">Kaufmenge:</string>
<string name="buyamount_dp">Menge:</string>
<string name="price_dp">Preis: </string>
<string name="state_dp">"Status: "</string>
<string name="readyForTransport">Bereit für Transport</string>
......
......@@ -31,7 +31,7 @@
<string name="restamount_dp">Restamount: </string>
<string name="restamount">Restamount</string>
<string name="supplier_dp">Supplier: </string>
<string name="buyamount_dp">Buyamount:</string>
<string name="buyamount_dp">Amount:</string>
<string name="price_dp">Price: </string>
<string name="state_dp">State: </string>
<string name="readyForTransport">ready for transportation</string>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment