Subversion Repositories SmartDukaan

Rev

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

Rev 7330 Rev 7589
Line 153... Line 153...
153
    warehouseId = Field(Integer)
153
    warehouseId = Field(Integer)
154
    expectedDelay = Field(Integer)
154
    expectedDelay = Field(Integer)
155
    billingWarehouseId = Field(Integer)
155
    billingWarehouseId = Field(Integer)
156
    sellingPrice = Field(Float) 
156
    sellingPrice = Field(Float) 
157
    totalAvailability = Field(Integer)
157
    totalAvailability = Field(Integer)
-
 
158
    weight = Field(Integer, default=300, server_default="300")
158
    using_options(shortnames=True)
159
    using_options(shortnames=True)
159
    using_table_options(mysql_engine="InnoDB")
160
    using_table_options(mysql_engine="InnoDB")
160
 
161
 
161
class ItemStockPurchaseParams(Entity):
162
class ItemStockPurchaseParams(Entity):
162
    item_id = Field(Integer, primary_key=True, autoincrement=False)
163
    item_id = Field(Integer, primary_key=True, autoincrement=False)