Giter VIP home page Giter VIP logo

cheque-writer's Introduction

Cheque Writer

License GitHub Issues GitHub Pull Requests Contributors

A WPF application using C# and Prism Library under MVVM design to automate the information writing process on the cheque and generate the financial report.

Features

  • Cheque management with various operations
  • Report generation service utilizing cheque data
  • Developed using .NET 8 technologies.

๐Ÿ›  Languages and Technologies

  • NET 8.0
  • C#
  • WPF Framework
  • Prism Library
  • MVVM Architectural Design
  • Entity Framework
  • PostgreSQL
  • NUnit Test Framework with NSubtitude mocking library

Installation

Clone the repository and open the solution file in Visual Studio:

git clone https://github.com/kevinboon3288/cheque-writer.git

Usage

  1. Open the solution file ChequeWriter.sln in Visual Studio.
  2. Build the solution.
  3. Run the application. For more detailed usage instructions, please refers to the documentation.

Contributing

Contributions are not currently open to the public. This project is maintained by:

Please refrain from submitting pull requests or issues unless you are one of the listed contributors.

License

This project is licensed under the terms of the MIT license.

cheque-writer's People

Contributors

kevinboon3288 avatar yawhou avatar

Stargazers

 avatar

Watchers

 avatar  avatar

cheque-writer's Issues

Create Cheque class and its business logic

  • Create a Model directory in ChequeModule -> (../ChequeWriter/Modules/ChequeModule/Models)
  • Create Cheque class in Models directory and add the business logic to it
  • Public properties could have (may add-ons):
    1. Id
    2. Name
    3. Amount
    4. Date Created
    5. Amount in Word

Create ChequeManager class

  • CRUD operation to the Cheque (Create, Duplicate, Update, Delete)
  • TranslateToWord method (will create at another work item)

Multi-Currency ComboBox

@Yawhou I have researched some of the cheque samples, if we use the RINGGIT MALAYSIA will limited to only one country. I think this can be an selective options by combobox. Just a heads up, this will be another work item.

Originally posted by @kevinboon3288 in #57 (comment)

Add Report View (UI)

  • Add UI components or control to ReportView
  • Update the design of added UI components or control at ControlStyle.xaml

Add Cheque View (UI)

  • Add UI components or control to ChequeView
  • Update the design of added UI components or control at ControlStyle.xaml
  • The mockup design

Image

Setup EF Core to the project

  • Add EF Core database provider to the project for future DataService
  • Research the DbContext and DataSet in EF Core.

Log out option from User Module

  • Add menu to the Profile icon after clicked:
  • Menu options have User Management and Log out
  • Log out will return to the User Login and accepted other user profile to be verify and login

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.