This is a simple Java CRUD application with a sales management theme
Alfarobby27
-
Make sure your computer has Git and Java Development Kit installed.
-
Clone this repository to your computer and go to ManajemenPenjualan folder from the terminal or cmd.
git clone https://github.com/Alfarobby27/ManajemenPenjualan.git && cd ManajemenPenjualan
-
Compile the app
javac Penjualan.java
-
Run the app
java Penjualan
- Display Item List
- View Item Details
- Add Item Data
- Change Item Data
- Delete Item Data
- Buying Goods