Skip to content

Instantly share code, notes, and snippets.

http://www.menucool.com/slider/create-image-slider-dynamically
https://pixabay.com
http://aws.amazon.com/articles/1434/
http://blog.500tech.com/is-reactjs-fast/
Logging in:
https://developers.google.com/analytics/devguides/config/mgmt/v3/quickstart/web-js
"use strict";
//var https = require("https");
var needle = require("needle");
let drinkSchema = {
className: "Drinks",
fields: {
drinkType: {
type: "String"
},
Lets say a person takes a loan of x amount for n months at y% interest per month
Lets assume CapMarket keeps f% fee per month where f < y.
A Payment schedule table should be produced in admin page with following fields after the loan has been accepted
1. Payment Month
2. Amount Payable
3. Principle Payable
4. Interest Payable
5. Fee Collected by CapMarket
6. Paid/Partial/Unpaid