Sales
Total: ${{ salesObject.totalSales.toFixed(2) }}
Total: $0.00
Time | To | Account Number | Amount | Options |
---|---|---|---|---|
{{ moment.utc(sale.time).local().format('h:mm A') }} | {{ sale.account_name }} | {{ sale.from }} | ${{ sale.amount.toFixed(2) }} | VOID |
To Shop | Amount Due | Payment Status |
---|---|---|
{{ payment.to }} | ${{ (payment.amount).toFixed(2) }} $0.00 | Paid Pay |
Business Loans
Shop Name | Loan Amount | Interest Charged | Loan Repayment | Repayment Status |
---|---|---|---|---|
{{ loan.name }} | ${{ loan.amount.toFixed(2) }} | ${{ loan.interest.toFixed(2) }} | ${{ (loan.interest + loan.amount).toFixed(2) }} | Deposit Complete |
Totals | ${{ loanObject.totalAmount }} | ${{ loanObject.totalInterest }} | ${{ (parseInt(loanObject.totalAmount) + parseFloat(loanObject.totalInterest)).toFixed(2) }} $ |
Other Income and Expenses
Type | Number of Accounts | Amount | Total |
---|---|---|---|
Service Charge Income | {{ loanObject.accounts }} accounts | $.50 per account | ${{ loanObject.serviceCharge }} |
Paid Interest on Savings Accounts | {{ loanObject.accounts }} accounts | $.02 per account | ${{ loanObject.interestExpense }} |