Immanuel Onyeka
6566e1a4e9
Fix type and syntax errors
pirms 1 gada
Immanuel Onyeka
a2364d8340
Add address and phone number to user and branch
Update the database tables for user and branch to give more information
required for PDF generation. Also set up a test component to preview
change to the view during development. It will be reconfigured once the
genrated PDF is satisfactory.
pirms 1 gada
Immanuel Onyeka
366647310f
Fix error caused by negative percentages in fees
pirms 1 gada
Immanuel Onyeka
ae5247bc71
Add insert and select SQL queries for Results
pirms 1 gada
Immanuel Onyeka
3a5477760d
Fetch user's estimates list from estimates.vue
pirms 1 gada
Immanuel Onyeka
9c7ac0a199
Login user through view
pirms 1 gada
Immanuel Onyeka
9c31707dd2
Create and pull model for mortgage insurance
pirms 2 gadiem
Immanuel Onyeka
25079d7f33
Fetch NationalMI rates with Loan type
pirms 2 gadiem
Immanuel Onyeka
52f3a9a7b7
Fix SQL field errors
pirms 2 gadiem
Immanuel Onyeka
ae79dbacdd
Fix loan query and its errors
pirms 2 gadiem
Immanuel Onyeka
6aab5796b5
Query estimates and insert in models
pirms 2 gadiem
Immanuel Onyeka
ac5a9ec31a
Use zero vector for missing values instead of null
Null makes missing values harder to convert to json using the Scan
operation. 0 and '' will be used instead to be type consistent.
pirms 2 gadiem
Immanuel Onyeka
eb93e759da
Seed mock estimates in database
pirms 2 gadiem
Immanuel Onyeka
76644bf9d8
Add example fee templates
pirms 2 gadiem
Immanuel Onyeka
3d2da6f81e
Seed loan types
pirms 2 gadiem
Immanuel Onyeka
c4801a3d12
Fix SQL syntax errors
pirms 2 gadiem
Immanuel Onyeka
418dda9ad4
Add missing test user fields in seeds
Also change the favicon to better match the colorscheme. An additional
section is added to settings.vue to mock the new fields.
pirms 2 gadiem
Immanuel Onyeka
e09de1c690
Setup database tables
pirms 2 gadiem