Subversion Repositories SmartDukaan

Rev

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

Rev 1970 Rev 2035
Line 72... Line 72...
72
    addedOn = Field(DateTime)
72
    addedOn = Field(DateTime)
73
    updatedOn = Field(DateTime)
73
    updatedOn = Field(DateTime)
74
    startDate = Field(DateTime)
74
    startDate = Field(DateTime)
75
    retireDate = Field(DateTime)
75
    retireDate = Field(DateTime)
76
    status = Field(Integer)
76
    status = Field(Integer)
-
 
77
    status_description = Field(String(100))
77
    bestDealText = Field(String(100))
78
    bestDealText = Field(String(100))
78
    bestDealValue = Field(Float)
79
    bestDealValue = Field(Float)
79
    bestSellingRank = Field(Integer)
80
    bestSellingRank = Field(Integer)
80
    currentInventory = OneToMany('CurrentInventorySnapshot')
81
    currentInventory = OneToMany('CurrentInventorySnapshot')
81
    inventoryHistory = OneToMany('ItemInventoryHistory')
82
    inventoryHistory = OneToMany('ItemInventoryHistory')