Subversion Repositories SmartDukaan

Rev

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

Rev 4247 Rev 4269
Line 119... Line 119...
119
                              'COURIER_DELAY_CUSTOMER_NOT_AVAILABLE', 'COURIER_DELAY_INCORRECT_ADDRESS',\
119
                              'COURIER_DELAY_CUSTOMER_NOT_AVAILABLE', 'COURIER_DELAY_INCORRECT_ADDRESS',\
120
                              'COURIER_DELAY_OCTROI_DELAY', 'COURIER_DELAY_FORCES_OF_NATURE',\
120
                              'COURIER_DELAY_OCTROI_DELAY', 'COURIER_DELAY_FORCES_OF_NATURE',\
121
                              'COD_VERIFICATION_DELAY', 'PAYMENT_FLAGGED', 'OTHERS'))
121
                              'COD_VERIFICATION_DELAY', 'PAYMENT_FLAGGED', 'OTHERS'))
122
    cod_reconciliation_timestamp = Field(DateTime)
122
    cod_reconciliation_timestamp = Field(DateTime)
123
    previousStatus = Field(Integer)
123
    previousStatus = Field(Integer)
-
 
124
    vendorId = Field(Integer)
124
    using_options(shortnames=True)
125
    using_options(shortnames=True)
125
    using_table_options(mysql_engine="InnoDB")
126
    using_table_options(mysql_engine="InnoDB")
126
 
127
 
127
class Transaction(Entity):
128
class Transaction(Entity):
128
    id = Field(Integer, primary_key=True, autoincrement=True)
129
    id = Field(Integer, primary_key=True, autoincrement=True)