November 24, 2023
Trending Now
  •    Mastering Object-Oriented Programming Project ...

  •    Inventory System using Java...

  •    what is Relational Database Management System...

  •    Java Scanner Class...

  •    JavaFx Money Counter Calculator App...

Click Here to Download the Tutusfunny Programming App

  • Home
  • About Us
  • Java
    • Java for Beginners
    • Java Projects
    • Java Console Application Projects
  • C#.net
  • Angular
  • Reactjs
    • ReactJS Introduction
  • Node JS
  • Android Studio
  • Jsp
  • Servlet
  • python
    • Python for beginners
  • Spring boot
  • Laravel 8
  • Laravel 9
  • Asp.net MVC
  • php
  • Flutter
  • Free Projects
  • Contact us
Home Tag Archives: c# pos system

Tag Archives: c# pos system

Fish inventory system using C#.net

By admin
June 24, 2020
in :  C#.net
0
706

This tutorial will teach you  to make a small Fish shop Inventory  system using c#.net. The following  system will use to manage the Fish shop. paste the code inside the ok button string status = txtstatus.SelectedItem.ToString(); double qty = double.Parse(txtqty.Text); if(status.Equals("KG")) { double tot = qty * 140; txtbill.Text = tot.ToString(); } else { double tot = qty/1000 * 140; …

Read More

Download Tutusfunny Programming App

Recent Posts

  • Mastering Object-Oriented Programming Project in Java
  • Inventory Management System React Step by Step
  • How to Create a Calculator in Node js
  • Node js Basic 3 Projects
  • Inventory System using Java

© Copyright 2020, All Rights Reserved Powered by Tutussfunny