Subversion Repositories SmartDukaan

Rev

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

Rev 8923 Rev 8942
Line 247... Line 247...
247
    bankName = Field(String(256))
247
    bankName = Field(String(256))
248
    tenureDescription = Field(String(256))
248
    tenureDescription = Field(String(256))
249
    minAmount = Field(Integer)
249
    minAmount = Field(Integer)
250
    chargeType = Field(Integer)
250
    chargeType = Field(Integer)
251
    chargeValue = Field(Float)
251
    chargeValue = Field(Float)
-
 
252
    interestRate = Field(Float)
252
    using_options(shortnames=True)
253
    using_options(shortnames=True)
253
    using_table_options(mysql_engine="InnoDB")
254
    using_table_options(mysql_engine="InnoDB")
254
    
255
    
255
class MiscCharges(Entity):
256
class MiscCharges(Entity):
256
    transaction = ManyToOne("Transaction", primary_key=True)
257
    transaction = ManyToOne("Transaction", primary_key=True)