Skip to content

hash-noob/BillBlitz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is my first web project using java. This application intends to make the process of bill handling hassle-free.An admin monitors the users and checks for unsubmitted bills and informs the users regarding the status of bill approval.

MYSQL Schema bills table

+----------+-------------+------+-----+---------+-------+  
| Field    | Type        | Null | Key | Default | Extra |
+----------+-------------+------+-----+---------+-------+
| user     | varchar(20) | YES  |     | NULL    |       |
| bill     | varchar(50) | YES  |     | NULL    |       |
| deadline | date        | YES  |     | NULL    |       |
| status   | varchar(20) | YES  |     | NULL    |       |
+----------+-------------+------+-----+---------+-------+

users table

+----------+-------------+------+-----+---------+-------+
| Field    | Type        | Null | Key | Default | Extra |
+----------+-------------+------+-----+---------+-------+
| username | varchar(20) | YES  |     | NULL    |       |
| password | varchar(20) | YES  |     | NULL    |       |
| type     | varchar(20) | YES  |     | NULL    |       |
+----------+-------------+------+-----+---------+-------+

NOTE: This is just a prototype.Hence, no measures were taken in regards of privacy and security.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •