RedCarpetUp / ledger

MIT License
1 stars 1 forks source link

Have principal and net principal columns in loan_data #225

Closed raghavio closed 3 years ago

raghavio commented 3 years ago

principal will tell the gross principal amount without reducing prepayment and net_principal will be the amount after reducing pre_payment. v3_loan_data have both these columns. product_price and net_product_price. in loan_data we just have one column which tells the net price. principal column. Need to add another gross_principal column.