Subversion Repositories SmartDukaan

Rev

Rev 304 | Rev 483 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 304 Rev 358
Line 23... Line 23...
23
    createdOn = Field(DateTime)
23
    createdOn = Field(DateTime)
24
    expected_delivery_time = Field(DateTime)
24
    expected_delivery_time = Field(DateTime)
25
    status = Field(Integer)
25
    status = Field(Integer)
26
    status_message = Field(String(100))
26
    status_message = Field(String(100))
27
    customer_id = Field(Integer)
27
    customer_id = Field(Integer)
-
 
28
    warehouse_id = Field(Integer)
28
    shopping_cart_id = Field(Integer)
29
    shopping_cart_id = Field(Integer)
29
    payments = OneToMany("Payment")
30
    payments = OneToMany("Payment")
30
    shipments = OneToMany("Shipment")
31
    shipments = OneToMany("Shipment")
31
    lineitems = OneToMany("LineItem")
32
    lineitems = OneToMany("LineItem")
32
    trails = OneToMany("TransactionTrail")
33
    trails = OneToMany("TransactionTrail")