Skip to content

.Net application for managing invoices, book shelves and storage of book stores

Notifications You must be signed in to change notification settings

pard1s/book-store-management

Repository files navigation

ketab-foroshi

This application is a book store managemnet, and uses C# for the backend, WPf for the GUI, and sqllite for connecting to data base. For the authentication, the passwords are hashed with the SHA 256 method, which returns an array of bytes. We then converted this array to a base64 string, and finally the result would be compared with the hashed password stored in the database (you can try admin/admin to login). The application has following functionalities:

  • Login / sign up
  • Get a list of existing books
  • Adding book
  • Adding customer orders
  • Create / Manage storage
  • Backup
  • Editing profile

use case diagram:

image

Class diagram:

image

collaboration diagram:

image

State diagram:

image

WND:

image

CRUD table:

image

Here are some screenshots of the application:

image image image image image image image

About

.Net application for managing invoices, book shelves and storage of book stores

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages