Subversion Repositories SmartDukaan

Rev

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

Rev 4600 Rev 4647
Line 116... Line 116...
116
                              'COURIER_DELAY_OCTROI_DELAY', 'COURIER_DELAY_FORCES_OF_NATURE',\
116
                              'COURIER_DELAY_OCTROI_DELAY', 'COURIER_DELAY_FORCES_OF_NATURE',\
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
    orderInventory = OneToMany("OrderInventory")
122
    orderInventory = OneToMany("OrderInventory")
122
    using_options(shortnames=True)
123
    using_options(shortnames=True)
123
    using_table_options(mysql_engine="InnoDB")
124
    using_table_options(mysql_engine="InnoDB")
124
 
125
 
125
class Transaction(Entity):
126
class Transaction(Entity):