Skip to content

Simple and well managed data entry system for any store! 🏪

License

Notifications You must be signed in to change notification settings

ahmedtalaat327/AccioInventory

Repository files navigation

AccioInventory

Welcome to Accio open source inventory system written to simplify all store needs.


Glass-Type-Copy-5-1366x697

About The Project: 💼

  • This idea is not new but, Many want to implement web based systems in desktop application actually in windows env. for more speed and reliability
    here we use C sharp as a main lang with some dlls and tweaks.



Database Version: 💉

  • Here we use Oracle Database through Oracle with (ManagedDataAccess.dll) this library can be used as a connection object and execute all sql commands as string.

Screens: 📷

  • Login..
    Screenshot-64
  • Users page..
    Screenshot-70
  • About..
    about

Video: 📹

Console [still in beta] 🖲️

Go to this url 👉


What you need to know:.🫡
#1 this SW using database managed dll for oracle version 10g.
#2 you should know how to build all tables to act inside scripts.
#3 working in adding .cs file to handle main SQL commands and quiries.



Very Impertant!
#1 first thing first you must build your database.
#2 I will put down the structure script you may need to change it.
🫳Link to ERD
#3 there is a file called 'params.info' its for intit the current connection.
expl
params.info :

 
**this file is to initialize the current database connection to make app connect to its server**
**don't try to move lines down or up this will miss the whole file just change data values**
[
#server_ip::127.0.0.1,
#port::1521,
#company_name::Haam Corporation,
#version::1.1.0,
#console::False,
]

To Do: ⛏️🤦

  • Add params file in the project.
  • Convert Scripts.cs to .dll library. (Now migrating to .dll as library to use!) from "using AccioInventory.DBConnection;" to "using AccioOracleKit;"
  • Integrade QR code.
  • Chart cards usercontrol.

About

Simple and well managed data entry system for any store! 🏪

Topics

Resources

License

Stars

Watchers

Forks

Languages