Skip to content

Commit

Permalink
views serials
Browse files Browse the repository at this point in the history
  • Loading branch information
saribricka committed Jan 15, 2022
1 parent 85ed610 commit c1ec2e2
Show file tree
Hide file tree
Showing 80 changed files with 15 additions and 23 deletions.
Binary file modified bin/main/java/view/AccountingView$1.class
Binary file not shown.
Binary file modified bin/main/java/view/AccountingView$2.class
Binary file not shown.
Binary file modified bin/main/java/view/AccountingView$3.class
Binary file not shown.
Binary file modified bin/main/java/view/AccountingView$4.class
Binary file not shown.
Binary file modified bin/main/java/view/AccountingView.class
Binary file not shown.
Binary file modified bin/main/java/view/AddCustomerView$1.class
Binary file not shown.
Binary file modified bin/main/java/view/AddCustomerView$2.class
Binary file not shown.
Binary file modified bin/main/java/view/AddCustomerView.class
Binary file not shown.
Binary file modified bin/main/java/view/CashierView.class
Binary file not shown.
Binary file modified bin/main/java/view/CustomerView$1.class
Binary file not shown.
Binary file modified bin/main/java/view/CustomerView$2.class
Binary file not shown.
Binary file modified bin/main/java/view/CustomerView$3.class
Binary file not shown.
Binary file modified bin/main/java/view/CustomerView.class
Binary file not shown.
Binary file modified bin/main/java/view/HomeView$1.class
Binary file not shown.
Binary file modified bin/main/java/view/HomeView$2.class
Binary file not shown.
Binary file modified bin/main/java/view/HomeView$3.class
Binary file not shown.
Binary file modified bin/main/java/view/HomeView$4.class
Binary file not shown.
Binary file modified bin/main/java/view/HomeView$5.class
Binary file not shown.
Binary file modified bin/main/java/view/HomeView.class
Binary file not shown.
Binary file modified bin/main/java/view/InvoiceLookupView$1.class
Binary file not shown.
Binary file modified bin/main/java/view/InvoiceLookupView$2.class
Binary file not shown.
Binary file modified bin/main/java/view/InvoiceLookupView$3.class
Binary file not shown.
Binary file modified bin/main/java/view/InvoiceLookupView$4.class
Binary file not shown.
Binary file modified bin/main/java/view/InvoiceLookupView$5.class
Binary file not shown.
Binary file modified bin/main/java/view/InvoiceLookupView$6.class
Binary file not shown.
Binary file modified bin/main/java/view/InvoiceLookupView.class
Binary file not shown.
Binary file modified bin/main/java/view/ItemView$1.class
Binary file not shown.
Binary file modified bin/main/java/view/ItemView$2.class
Binary file not shown.
Binary file modified bin/main/java/view/ItemView$3.class
Binary file not shown.
Binary file modified bin/main/java/view/ItemView.class
Binary file not shown.
Binary file modified bin/main/java/view/LoginView$1.class
Binary file not shown.
Binary file modified bin/main/java/view/LoginView$2.class
Binary file not shown.
Binary file modified bin/main/java/view/LoginView$3.class
Binary file not shown.
Binary file modified bin/main/java/view/LoginView$4.class
Binary file not shown.
Binary file modified bin/main/java/view/LoginView.class
Binary file not shown.
Binary file modified bin/main/java/view/ManagementView$1.class
Binary file not shown.
Binary file modified bin/main/java/view/ManagementView$2.class
Binary file not shown.
Binary file modified bin/main/java/view/ManagementView$3.class
Binary file not shown.
Binary file modified bin/main/java/view/ManagementView$4.class
Binary file not shown.
Binary file modified bin/main/java/view/ManagementView$5.class
Binary file not shown.
Binary file modified bin/main/java/view/ManagementView$6.class
Binary file not shown.
Binary file modified bin/main/java/view/ManagementView.class
Binary file not shown.
Binary file modified bin/main/java/view/ReportView$1.class
Binary file not shown.
Binary file modified bin/main/java/view/ReportView$2.class
Binary file not shown.
Binary file modified bin/main/java/view/ReportView$3.class
Binary file not shown.
Binary file modified bin/main/java/view/ReportView$4.class
Binary file not shown.
Binary file modified bin/main/java/view/ReportView.class
Binary file not shown.
Binary file modified bin/main/java/view/SalaryView$1.class
Binary file not shown.
Binary file modified bin/main/java/view/SalaryView$2.class
Binary file not shown.
Binary file modified bin/main/java/view/SalaryView$3.class
Binary file not shown.
Binary file modified bin/main/java/view/SalaryView$4.class
Binary file not shown.
Binary file modified bin/main/java/view/SalaryView.class
Binary file not shown.
Binary file modified bin/main/java/view/StockReceiveView$1.class
Binary file not shown.
Binary file modified bin/main/java/view/StockReceiveView$2.class
Binary file not shown.
Binary file modified bin/main/java/view/StockReceiveView.class
Binary file not shown.
Binary file modified bin/main/java/view/StockReportView$1.class
Binary file not shown.
Binary file modified bin/main/java/view/StockReportView$2.class
Binary file not shown.
Binary file modified bin/main/java/view/StockReportView$3.class
Binary file not shown.
Binary file modified bin/main/java/view/StockReportView$4.class
Binary file not shown.
Binary file modified bin/main/java/view/StockReportView.class
Binary file not shown.
Binary file modified bin/main/java/view/StockView.class
Binary file not shown.
Binary file modified bin/main/java/view/UserView$1.class
Binary file not shown.
Binary file modified bin/main/java/view/UserView$2.class
Binary file not shown.
Binary file modified bin/main/java/view/UserView$3.class
Binary file not shown.
Binary file modified bin/main/java/view/UserView.class
Binary file not shown.
1 change: 1 addition & 0 deletions src/main/java/view/AccountingView.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

public class AccountingView extends JFrame{

private static final long serialVersionUID = 8308931027188591302L;
private JPanel contentPane;

/**
Expand Down
1 change: 1 addition & 0 deletions src/main/java/view/AddCustomerView.java
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@

public class AddCustomerView extends JFrame{

private static final long serialVersionUID = 2826400392768057297L;
private JPanel contentPane;
private JTextField textField_Id;
private JTextField textField_Name;
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/view/CashierView.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@

public class CashierView extends JFrame{

private static final long serialVersionUID = -392773556724218338L;
private JPanel contentPane;
private JFrame SalesScreen;

/**
* Create the frame.
Expand Down
1 change: 1 addition & 0 deletions src/main/java/view/CustomerView.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

public class CustomerView extends JFrame{

private static final long serialVersionUID = 206562391366914947L;
private JPanel contentPane;

/**
Expand Down
1 change: 1 addition & 0 deletions src/main/java/view/HomeView.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@

public class HomeView extends JFrame{

private static final long serialVersionUID = 6847662332522983305L;
private static final double PERCENT = 0.6;
private JPanel contentPane;
boolean visible=false;
Expand Down
1 change: 1 addition & 0 deletions src/main/java/view/InvoiceLookupView.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@

public class InvoiceLookupView extends JFrame{

private static final long serialVersionUID = 572971527862399989L;
JPanel contentPane;
private JTextField textFieldCustomerId;
private JTextField textField_InvoiveNumber;
Expand Down
1 change: 1 addition & 0 deletions src/main/java/view/ItemView.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

public class ItemView extends JFrame{

private static final long serialVersionUID = -8594745175203264477L;
private JPanel contentPane;

/**
Expand Down
1 change: 1 addition & 0 deletions src/main/java/view/LoginView.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@

public class LoginView extends JFrame {

private static final long serialVersionUID = -72099129895597800L;
private JPanel contentPane;
private JTextField JTextField_Username;
int attempts = 3;
Expand Down
1 change: 1 addition & 0 deletions src/main/java/view/ManagementView.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

public class ManagementView extends JFrame{

private static final long serialVersionUID = -9170551248090369195L;
private JPanel contentPane;

public ManagementView() {
Expand Down
6 changes: 1 addition & 5 deletions src/main/java/view/ReportView.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,17 @@
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;

import javax.swing.DefaultComboBoxModel;
import javax.swing.JButton;
import javax.swing.JComboBox;
import javax.swing.JFrame;
import javax.swing.JLabel;
import javax.swing.JList;
import javax.swing.JOptionPane;
import javax.swing.JPanel;
import javax.swing.JScrollPane;
import javax.swing.JTextArea;
import javax.swing.JTextField;
import javax.swing.border.EmptyBorder;

public class ReportView extends JFrame{

private static final long serialVersionUID = 1066914862981666048L;
private JPanel contentPane;

/**
Expand Down
6 changes: 1 addition & 5 deletions src/main/java/view/SalaryView.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,17 @@
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;

import javax.swing.DefaultComboBoxModel;
import javax.swing.JButton;
import javax.swing.JComboBox;
import javax.swing.JFrame;
import javax.swing.JLabel;
import javax.swing.JList;
import javax.swing.JOptionPane;
import javax.swing.JPanel;
import javax.swing.JScrollPane;
import javax.swing.JTextArea;
import javax.swing.JTextField;
import javax.swing.border.EmptyBorder;

public class SalaryView extends JFrame{

private static final long serialVersionUID = -48307813456949410L;
private JPanel contentPane;

public SalaryView() {
Expand Down
7 changes: 1 addition & 6 deletions src/main/java/view/StockReceiveView.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,18 @@
import java.awt.Font;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.util.List;

import javax.swing.DefaultComboBoxModel;
import javax.swing.JButton;
import javax.swing.JComboBox;
import javax.swing.JFrame;
import javax.swing.JLabel;
import javax.swing.JList;
import javax.swing.JOptionPane;
import javax.swing.JPanel;
import javax.swing.JScrollPane;
import javax.swing.JTextArea;
import javax.swing.JTextField;
import javax.swing.border.EmptyBorder;

public class StockReceiveView extends JFrame{

private static final long serialVersionUID = 5190408151576761621L;
private JPanel contentPane;
private JTextField textField_EnterNewQuantity;
private JTextField textField_ProductID;
Expand Down
6 changes: 1 addition & 5 deletions src/main/java/view/StockReportView.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,17 @@
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;

import javax.swing.DefaultComboBoxModel;
import javax.swing.JButton;
import javax.swing.JComboBox;
import javax.swing.JFrame;
import javax.swing.JLabel;
import javax.swing.JList;
import javax.swing.JOptionPane;
import javax.swing.JPanel;
import javax.swing.JScrollPane;
import javax.swing.JTextArea;
import javax.swing.JTextField;
import javax.swing.border.EmptyBorder;

public class StockReportView extends JFrame{

private static final long serialVersionUID = -5942256959100595530L;
private JPanel contentPane;

/**
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/view/StockView.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import java.awt.Color;
import java.awt.Dimension;
import java.awt.EventQueue;
import java.awt.Font;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
Expand All @@ -15,6 +14,7 @@

public class StockView extends JFrame{

private static final long serialVersionUID = 6529781551683213435L;
private JPanel contentPane;

public StockView() {
Expand Down
1 change: 1 addition & 0 deletions src/main/java/view/UserView.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

public class UserView extends JFrame{

private static final long serialVersionUID = 4193666446055665724L;
private JPanel contentPane;


Expand Down

0 comments on commit c1ec2e2

Please sign in to comment.