Subversion Repositories SmartDukaan

Rev

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

Rev 5141 Rev 5302
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
    delayReasonText= Field(String(250))
122
    doa_logistics_provider_id = Field(Integer)
122
    doa_logistics_provider_id = Field(Integer)
123
    local_connected_timestamp = Field(DateTime)
123
    local_connected_timestamp = Field(DateTime)
124
    reached_destination_timestamp = Field(DateTime)
124
    reached_destination_timestamp = Field(DateTime)
125
    first_dlvyatmp_timestamp = Field(DateTime)
125
    first_dlvyatmp_timestamp = Field(DateTime)
126
    orderInventory = OneToMany("OrderInventory")
126
    orderInventory = OneToMany("OrderInventory")