Subversion Repositories SmartDukaan

Rev

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

Rev 4658 Rev 4815
Line 117... Line 117...
117
                              'COD_VERIFICATION_DELAY', 'PAYMENT_FLAGGED', 'OTHERS'))
117
                              'COD_VERIFICATION_DELAY', 'PAYMENT_FLAGGED', 'OTHERS'))
118
    cod_reconciliation_timestamp = Field(DateTime)
118
    cod_reconciliation_timestamp = Field(DateTime)
119
    previousStatus = Field(Integer)
119
    previousStatus = Field(Integer)
120
    vendorId = Field(Integer)
120
    vendorId = Field(Integer)
121
    delayReasonText= Field(String(200))
121
    delayReasonText= Field(String(200))
-
 
122
    doa_logistics_provider_id = Field(Integer)
122
    orderInventory = OneToMany("OrderInventory")
123
    orderInventory = OneToMany("OrderInventory")
123
    using_options(shortnames=True)
124
    using_options(shortnames=True)
124
    using_table_options(mysql_engine="InnoDB")
125
    using_table_options(mysql_engine="InnoDB")
125
 
126
 
126
class Transaction(Entity):
127
class Transaction(Entity):