Skip to content

Student's project from subject called 'Programming Engineering'

Notifications You must be signed in to change notification settings

mderjanov/MetalikaPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MetalikaPI

Metalika is a sample C# application used for management of objects such as delivery notes, issue notes, work orders etc. that are commonly used in product-oriented businesses (micro version of ERP-like system). GUI is written in Windows Forms, while all information is stored in Microsoft SQL Database and transferred back and forth with the assistance of Entity Framework. Additionally, custom .dll (that can be found under EncryptString) was built in order to provide simple one-way encryption for sensitive data.

As mentioned, this is a sample project and was built as part of a student project for subject called Programming Engineering at Faculty of Organisation and Informatics, Varaždin

Sample Users

There are 4 types of users predefined in application: administrator, warehouse worker, planner, production manager. In case you want to connect with sample (already created) users, these are sample users (along with passwords):

  • Administrator

    • Credentials: admin / test123
  • Warehouse worker

    • Credentials :matea / test123
  • Planner

    • Credentials: hans / test123
  • Production manager

    • Credentials: claudia / test123

About

Student's project from subject called 'Programming Engineering'

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published