Skip to content

quadrate-tech/QTS-SimpleBilling

Repository files navigation

QTS-SIMPLE BILLING SYSTEM

WHAT IS QTS-SIMPLE BILLING SYSTEM


This is a simple desktop application which was developed as a simple billing system to ensure all the requirements of billing system.

Required Frameworks


A framework is a software infrastucture in which a software that provides generic fuctionality can be selectively changed by adding user-written code to it,hence providing application-specific software.

It is used to develop or run or debug the application

Once a framework is installed in the machine, we can continue the application development instead of developping it from the scratch.

According to this project, follow mentioned frameworks basically were used to develep this Simple Billing Sytsem more successfully.

.NET Framework is the original implementation of .NET. It supports running websites, services, desktop apps, and more on Windows. Therefore this used to develope the windows based "Billing system"

.NET Version Details ( .Net framework 16.8.4)

image


Users of applications built with the .NET Framework need to have .NET Framework installed. In most cases, .NET Framework is already installed with Windows. If needed, you can download .NET Framework 16.8.4 latest version.

You need .NET Framework installed in order to run applications on Windows that were created using .NET Framework. It is already included in many versions of Windows. You only need to download and install .NET Framework if prompted to do so.

.NET Framework applications are written in C#, F#, or Visual Basic and compiled to Common Intermediate Language (CIL). The Common Language Runtime (CLR) runs .NET applications on a given machine, converting the CIL to machine code.

.NET Framework 4.8

CLR version

4

Windows versions

  • 10 May 2019 Update
  • 10 October 2018 Update (Version 1809)
  • 10 April 2018 Update (Version 1803)
  • 10 Fall Creators Update (Version 1709)
  • 10 Creators Update (Version 1703)
  • 10 Anniversary Update (Version 1607)
  • 8.1
  • 7

Windows Server versions

  • Windows Server 2019
  • Windows Server, version 1809
  • Windows Server, version 1803
  • 2016
  • 2012 R2
  • 2012
  • 2008 R2 SP1

To determine installed .NET version Use Release DWORD:

  • 528040 (Windows 10 May 2019 Update)
  • 528049 (all other OS versions)

Project Architecture


UML class)

This is the UML diagram of the developed simple Billing system which include tweleve model classes with each interface which supports the user to interact with the operations using user friendly interfaces. Here basically have six main fuctions which interact with the database and contribute with eact models. Therefore whole project was implemented by inheriting the methods for each and reduce the redundency as well.

Tools Used to Develop


Visual Studio is an integrated development environment (IDE) that provides development productivity tools and debugging capabilities.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages