| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
What you are seeing is a simple wpf application, in which i used to learn: WPF, C#, XAML, SQL and Entity Framework and ClosedXML. Everything written inside is based on my own insights, tips from stackoverflow or diffrent pages.
The application is based on the work i did in my last company. Basing on main entity that is pattern, you can create whole database with elements that are manufactured in company. There are buttons responsible to: add, delete, update, show (which are used to write/modify records) new records into db. Datagrid is used to display all records inside db (based on entity using SQL). On the left side there is a possibility of searching specific records from database (or loaded XML file). Program also have functionality that allows you to create XML file from your current records. You can also load previously created XML file, edit, add, update and save your changes so that you don't need to use another program to work with it.
There are also functions like:
Calendar which shows selected week (for production purposes),
In-Build calculator (it is possible to choose Windows calculator),
Simple notepad,
Nawigation menu,
** Charts
** Log menu.
Frameworks used in the project:
Application is still in development and many of its functionalities are not bug-proof.
You need to have SQL Server Express LocalDB installed due to .mdf file with main data base info (LocalDB will be installed from exe file). Unfortunately I am unable to test the app.
To run the application all you have to do is download pre-relese version and then install it.
Application was created to:
The application was meant to be self-sufficient. In my previous company I had to use many different XML files to add new record, create new rows (It's not so efficient!), use browser to check production week of th element, calculator to count the weight, notepad to create simple notes. As you could probably imagine it was not so fast, and not so plesant to work with it. You probably also know that after sharing an XML file, someone else might open it (So you can't edit it) then forget about it and so your work stops.
Feel free to add something to my project!
Distributed under the MIT License (so basicilly you coul do whatever you want with my code).
Kamil Kaszuba - Linkedin - kamil.p.kaszuba@gmail.com
Project Link: https://github.com/Mileek/ReSCat
| Back | FazBrowse Home | New Git URL |