Skip to content

An Elegant Accounts & Inventory Management System App.

License

Notifications You must be signed in to change notification settings

aliraxa29/TheSku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Sku

An Elegant multi-company, multi-language Accounts & Inventory Management System built with .NET 8 using Windows Forms with EF-Core.

Key FeaturesHow To UseLicense

Key Features

Accounting

  • Payment Entry
  • Journal Entry
  • General Ledger
  • Chart Of Accounts
  • Accounts Receivable
  • Accounts Payable
  • Company
  • Accounts Settings
  • Finance Book
  • Payment Term
  • Sales Invoice
  • Purchase Invoice
  • Customer
  • Payment Request
  • Payment Reconciliation
  • Supplier
  • Cost Centers
  • & Much More

Stock Management

  • Item
  • Item Group
  • Supplier Group
  • Stock Ledger
  • Stock Reconciliation (Stock Adjustment)
  • Item Price
  • Price List
  • POS Terminal
  • & Much More

How To Use

To clone and run this application, you'll need Git installed on your computer. From your command line:

# Clone this repository
$ git clone https://github.com/aliraxa29/TheSku.git

# Go into the repository
$ cd TheSku

# Change the configuration in the App.config file like connectionstring.
    <connectionStrings>
        <add name="ConString" connectionString="Server=localhost;Database=thesku;user=root;Password=aliraxa229;Port=3307;" />
    </connectionStrings>

# Create migrations or use existing migrations of the application. For creating, use this command
$ dotnet ef add migrations InitialCreate --project TheSku

# For using existing, use this command
$ dotnet ef database update --project TheSku

After that, the project will be built to get executables for development. You can log in to your system after migration using username Admin and password admin.

Note This application uses MariaDB or MySql as backend server. So be sure, you have installed one of them.

Support

Buy Me A Coffee

Or

License

MIT


YouTube @codingwithraxa  ·