Skip to content

alberterc/sales-data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sales Data App

Created in 2020

Posted on 25 June 2021

Overview

This was a program for a university group project in the first semester.

Program was written in C. Only tested on Windows 10.

Program uses several headers:

  • stdio.h
  • stdlib.h
  • string.h
  • windows.h
  • stdbool.h
  • conio.h

Features

  • Sign In Page
  • Sign Up Page
  • 8 Menu Pages (sign in and sign up page not included)
  • Files to store account infos and item infos.

Screenshots

1 2 3

Guide

  • Since the program menus and files were written in Indonesian, this might help:
    • Files
      • tabel.c => table.c
      • data penjualan.in => sales data.in
      • Motor => Bicycle
      • Mobil => Car
    • Menus
      • Aplikasi Data Penjualan => Sales Data App
      • Pilih menu dengan menekan angka => Choose menu by clicking a number
      • Pemasukkan Kendaraan => Vehicle Deposit
      • Penarikkan Kendaraan => Vehicle Withdrawal
      • Stok Kendaraan => Vehicle Stock
      • Cari Kendaraan => Search for a vehicle
      • Tutup Program => Close Program
      • Kembali => Back
      • Motor => Bicycle
      • Mobil => Car
      • Jenis Kendaraan => Type of Vehicle
      • Nama Kendaraan => Vehicle Name
      • Merk Kendaraan => Vehicle Brand
      • Model Kendaraan => Vehicle Model
      • Jumlah Kendaraan => Total of Vehicle
      • Data berhasil disimpan => Data successfully stored
      • Item tidak terdaftar dalam stok barang => Item is not listed in the item stock
      • Pilih jenis sorting! => Choose sorting type!
      • Sorting sesuai nama => Sorting based on the name
      • Sorting sesuai jumlah => Sorting based on the total of item
      • Sorting berhasil! => Sorting Success!
      • Barang => Item
      • Jumlah => Total/Sum
      • Apakah anda yakin? => Are you sure?
      • Ya => Yes

Developer

About

C program to track sales data.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages