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