Category: Programming
-
Account Management, Part 2
Previously, I wrote about the utility classes needed for the application. I wrote about them first as they will be used in view models discussed in this post. Today, I will start discussing the domain and view models for the account data. Account Types The account type domain and view model will be used to…
-
Which Repository?
Please take a moment to let me know which free code repository you think that I should use for this Blog. I have account on both GitHub and Azure DevOps. I like both repositories. If you have another free repository to suggest, please use my Contact page. And, as always, if you like this post,…
-
The Code Repository
I know I’m posting on a Sunday, but I didn’t set up my code repository until today. I decided to add the code to my GitHub account instead of the Azure DevOps account I own. You can find the repository at https://github.com/russelmadere/Accounting. Be warned, as of writing this blog post, it is bare bones. I…
-
Account Management Part 1.
The first part of the accounting application to be designed is the Account Management module. This module allows the users to establish general ledger accounts for documenting and recording all an organization’s financial transactions. This module will be rather straight forward. We won’t be adding security until a later series of posts. That said, we…
-
The old fart is back!
Yes, you read that correctly. Der alter Knacker ist zurück! I started a new personal project yesterday. I’m writing a simple, double entry accounting application. I started this project for me to better learn the generally accepted accounting principles here in the United States. I am also going to use it to keep myself up…