addon365 / b1ke-sh0wr00m

Apache License 2.0
0 stars 0 forks source link

Need to implement Chit Due Payment #30

Closed sathishid closed 5 years ago

sathishid commented 5 years ago

Need to implement Due payment by selecting subscriber id.

UI Layout: whatsapp image 2018-12-12 at 11 03 31 pm

sathishid commented 5 years ago

Merged the Master branch, found some issues and those has been addressed.

Issues & Fixes after Merged Master: Issue 1:"Unable to cast object of type 'System.Decimal' to type 'System.Int32'." Solution: User table contains the id field as decimal in db and migration, So I have re runned the migration and issue fixed. Issue 2: Cannot convert to json VoucherInfo.Voucher.VoucherInfos Solution: There is recursive reference in VoucherInfo and Voucher, so I have workarounded by setting null to collection of VoucherInfo in each Vocher object Isssu 3: Account Book foriegn key issue Solution: AccountBook is in latest master branch, so considered AccountBook in Voucher by implemeting required service and initiated voucher with required account book.