Beispiel #1
0
def get_all_cars():
    return tf.get_all_assets(Car)
def get_all_compatibilitys():
    return tf.get_all_assets(Compatibility)
Beispiel #3
0
def get_all_storages():
    return tf.get_all_assets(Storage)
def get_all_order_products():
    return tf.get_all_assets(OrderProduct)
Beispiel #5
0
def get_all_employees():
    return tf.get_all_assets(Employee)
def show_all_cp():
    return tf.get_all_assets(ContactPerson)
Beispiel #7
0
def get_all_products():
    return tf.get_all_assets(Product)
Beispiel #8
0
def get_all_customer_cars():
    return tf.get_all_assets(CustomerCar)
Beispiel #9
0
def get_all_customers():
    return tf.get_all_assets(Customer)
Beispiel #10
0
def show_all_associates():
    return tf.get_all_assets(Associate)
Beispiel #11
0
def get_all_orders():
    return tf.get_all_assets(Order)
Beispiel #12
0
def show_all_shops():
    return tf.get_all_assets(Shop)
def get_all_product_associates():
    return tf.get_all_assets(ProductAssociate)
Beispiel #14
0
def get_all_internal_orders():
    return tf.get_all_assets(InternalOrder)