2023-May

Home BookKeeping Webapp

This is also a small PHP project that I did after learning PHP and doing a final project to practice on my own. At that time, my wife had a need for a small application that could record and categorize our family's daily expenses, and then summarize them every month, so that we could know how much money our family had for the month.

Section 1
Figure 1: First Version

Of course, this was joyful because it was kind of my first development job doing actual needs, and even though it was free, it was well worth it. I used PHP and MySQL for my application as well. first the database and the relationship between the databases were designed and created. After that the front end pages were being developed. I designed 2 versions of the front-end page because the first version was not very clear and easy to plan. So in the second version I prioritized and wanted my wife to ask which ones she needed.

Section 2
Figure 2: Second Version

The front end also allows you to edit this data.

Section 3

Of course everything went relatively smoothly, but the problem is that when I finished the development, my wife found it easier to use excel, and this kind of one by one record is more troublesome. Of course this has to do with the fact that she had been used to using excel before.

Then a good friend advised me, pretty good, your first software, it was used to compare with excel, pretty good. lol. but anyway, I still learned a lot from it, especially the understanding of the user needs and landing, as well as the page distribution and layout have a deeper understanding.

Learn MoreBack to Projects