Function for checking payments and arrears in DB needed

16 views
Skip to first unread message

dirman

unread,
Jun 14, 2019, 6:09:42 PM6/14/19
to web2py-users
I need a function to manage payment by installment and when fee is fully paid

db.define_table('payment_type',
Field('category'),
Field('amount', 'double'),format='%(category)s %(amount)s')

db.define_table('fee',
Field('name', 'reference students'),
Field('category', 'reference payment_type'),
Field('payment_date', 'date'),
Field('arrears', 'double'),
Field('installment', 'double'))
Reply all
Reply to author
Forward
0 new messages