Merge pull request '24_12_sonali' (#3) from 24_12_sonali into main
Reviewed-on: https://git.humbingo.org/Sonali/Paisa_vara/pulls/3main
commit
71052fe021
|
@ -29,7 +29,7 @@
|
||||||
<!-- <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js"></script> -->
|
<!-- <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js"></script> -->
|
||||||
<style>
|
<style>
|
||||||
body {
|
body {
|
||||||
background-color: #f9fff6;
|
background-color: #E9ECFF;
|
||||||
background-image: url('../src/assets/Image/Pattern.png');
|
background-image: url('../src/assets/Image/Pattern.png');
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 555 B |
Binary file not shown.
After Width: | Height: | Size: 657 B |
Binary file not shown.
After Width: | Height: | Size: 965 B |
Binary file not shown.
After Width: | Height: | Size: 675 B |
Binary file not shown.
After Width: | Height: | Size: 484 B |
|
@ -37,6 +37,7 @@ body {
|
||||||
color: #000;
|
color: #000;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-primary {
|
.btn-primary {
|
||||||
|
|
||||||
width: 100px;
|
width: 100px;
|
||||||
|
@ -108,6 +109,7 @@ body {
|
||||||
padding: 10px 20px;
|
padding: 10px 20px;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
box-shadow: 0px 0px 10px rgba(66, 71, 76, 0.08);
|
box-shadow: 0px 0px 10px rgba(66, 71, 76, 0.08);
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
@ -122,6 +124,7 @@ body {
|
||||||
color: #ffffff; /* Active link color */
|
color: #ffffff; /* Active link color */
|
||||||
background-color: #282e26;
|
background-color: #282e26;
|
||||||
border-radius: 20px;
|
border-radius: 20px;
|
||||||
|
padding: 10px 15px;
|
||||||
font-weight: bold; /* Bold text for active link */
|
font-weight: bold; /* Bold text for active link */
|
||||||
}
|
}
|
||||||
.nav-list {
|
.nav-list {
|
||||||
|
@ -142,7 +145,7 @@ body {
|
||||||
}
|
}
|
||||||
.nav-link {
|
.nav-link {
|
||||||
font-family: "Manrope";
|
font-family: "Manrope";
|
||||||
font-size: 18px !important;
|
font-size: 16px !important;
|
||||||
color: #002300;
|
color: #002300;
|
||||||
|
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
@ -367,7 +370,7 @@ body {
|
||||||
.row {
|
.row {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
gap: 40px;
|
gap: 20px;
|
||||||
|
|
||||||
}
|
}
|
||||||
.col-2 {
|
.col-2 {
|
||||||
|
@ -494,6 +497,7 @@ body {
|
||||||
}
|
}
|
||||||
.search-container input {
|
.search-container input {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
color: #000;
|
||||||
height: 50px;
|
height: 50px;
|
||||||
background: #f4f4f4;
|
background: #f4f4f4;
|
||||||
border-radius: 50px;
|
border-radius: 50px;
|
||||||
|
@ -503,7 +507,7 @@ body {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
.search-container input::placeholder {
|
.search-container input::placeholder {
|
||||||
color: #ffffff;
|
color: #282E26;
|
||||||
}
|
}
|
||||||
.search-container input:focus {
|
.search-container input:focus {
|
||||||
outline: none;
|
outline: none;
|
||||||
|
@ -789,7 +793,8 @@ h3 {
|
||||||
|
|
||||||
|
|
||||||
.table-responsive th {
|
.table-responsive th {
|
||||||
background-color: #f4f4f4;
|
background-color: #282e26;
|
||||||
|
color: white;
|
||||||
}
|
}
|
||||||
.table-responsives {
|
.table-responsives {
|
||||||
border: 0.5px solid #f4f4f4;
|
border: 0.5px solid #f4f4f4;
|
||||||
|
@ -850,14 +855,18 @@ h5 {
|
||||||
left: 0;
|
left: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|
||||||
|
|
||||||
background-color: rgba(0, 0, 0, 0.5);
|
background-color: rgba(0, 0, 0, 0.5);
|
||||||
}
|
}
|
||||||
.modal-container {
|
.modal-container {
|
||||||
max-width: 768px; /* Updated to 768px */
|
max-width: 768px; /* Updated to 768px */
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|
||||||
background-color: white;
|
background-color: white;
|
||||||
border-radius: 0.5rem;
|
border-radius: 0.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.modal-header,
|
.modal-header,
|
||||||
.modal-body,
|
.modal-body,
|
||||||
.modal-footer {
|
.modal-footer {
|
||||||
|
|
|
@ -320,7 +320,7 @@ function AddInvoice() {
|
||||||
type: "pay-bank-options",
|
type: "pay-bank-options",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
row: 5,
|
row: 3,
|
||||||
column: "col-md-3",
|
column: "col-md-3",
|
||||||
label: "Due Days",
|
label: "Due Days",
|
||||||
type: "select-dueDays",
|
type: "select-dueDays",
|
||||||
|
@ -443,7 +443,7 @@ function AddInvoice() {
|
||||||
case "prefix-input":
|
case "prefix-input":
|
||||||
return (
|
return (
|
||||||
<div
|
<div
|
||||||
className="form-group col-md-6"
|
className="form-group col-md-12"
|
||||||
style={{
|
style={{
|
||||||
display: "flex",
|
display: "flex",
|
||||||
alignItems: "center",
|
alignItems: "center",
|
||||||
|
@ -781,7 +781,7 @@ function AddInvoice() {
|
||||||
<div className="row mb-3">
|
<div className="row mb-3">
|
||||||
<div className="col-md-6">
|
<div className="col-md-6">
|
||||||
<div className="form-group">
|
<div className="form-group">
|
||||||
{/* <label htmlFor="prepaid_amount">Prepaid Tax</label> */}
|
|
||||||
<input
|
<input
|
||||||
type="text"
|
type="text"
|
||||||
className="form-control-borderless"
|
className="form-control-borderless"
|
||||||
|
|
|
@ -197,8 +197,8 @@ function BankDeposit() {
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<div className="col-md-12 row mb-3">
|
<div className="col-md-12 row ">
|
||||||
<div className="mb-3 col-md-4">
|
<div className=" col-md-4">
|
||||||
<input
|
<input
|
||||||
type="date"
|
type="date"
|
||||||
className="form-control-borderless"
|
className="form-control-borderless"
|
||||||
|
@ -245,12 +245,13 @@ function BankDeposit() {
|
||||||
|
|
||||||
|
|
||||||
<div
|
<div
|
||||||
className="col-md-12"
|
className="col-md-12 mb-12"
|
||||||
style={{
|
style={{
|
||||||
display: "flex",
|
display: "flex",
|
||||||
alignItems: "center",
|
alignItems: "center",
|
||||||
justifyContent: "space-between", // Adjust spacing between items
|
justifyContent: "space-between", // Adjust spacing between items
|
||||||
gap: "50px", // Add gap for consistent spacing
|
gap: "50px", // Add gap for consistent spacing
|
||||||
|
// marginBottom:"30px",
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
|
@ -278,7 +279,7 @@ function BankDeposit() {
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div
|
<div
|
||||||
className="form-group "
|
className="form-group "
|
||||||
style={{
|
style={{
|
||||||
display: "flex",
|
display: "flex",
|
||||||
alignItems: "center",
|
alignItems: "center",
|
||||||
|
|
|
@ -89,12 +89,12 @@
|
||||||
.input-group {
|
.input-group {
|
||||||
flex-wrap: nowrap;
|
flex-wrap: nowrap;
|
||||||
border-radius: 50px;
|
border-radius: 50px;
|
||||||
background-color: #f4f4f4;
|
/* background-color: #f4f4f4; */
|
||||||
}
|
}
|
||||||
|
|
||||||
.input-group .form-control {
|
.input-group .form-control {
|
||||||
border: none;
|
border: none;
|
||||||
/* background-color: transparent; */
|
background-color: transparent;
|
||||||
outline: none; /* Removes the outline */
|
outline: none; /* Removes the outline */
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -102,12 +102,12 @@
|
||||||
.table th {
|
.table th {
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
height: 60px;
|
height: 60px;
|
||||||
background-color: #f9f9f9;
|
background-color: #ffffff;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
.table td {
|
.table td {
|
||||||
border-bottom: .5px solid #f4f4f4;
|
border-bottom: 1px solid #EBEAF2;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
@ -127,8 +127,8 @@
|
||||||
border-end-start-radius: 24px;
|
border-end-start-radius: 24px;
|
||||||
border-end-end-radius: 24px;
|
border-end-end-radius: 24px;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
|
border-bottom: 2px solid #EBEAF2;
|
||||||
background-color: #f4f4f4;
|
background-color: #ffffff;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
@ -324,4 +324,3 @@ input[type="color"]:focus,
|
||||||
box-shadow: none; /* Remove any shadow */
|
box-shadow: none; /* Remove any shadow */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -763,24 +763,50 @@ const paymentMethodStyles = {
|
||||||
const getPaymentMethodStyle = (method) => ({
|
const getPaymentMethodStyle = (method) => ({
|
||||||
...(paymentMethodStyles[method] || { backgroundColor: "#6c757d" }),
|
...(paymentMethodStyles[method] || { backgroundColor: "#6c757d" }),
|
||||||
borderRadius: "5px",
|
borderRadius: "5px",
|
||||||
|
|
||||||
padding: "10px 20px",
|
padding: "10px 20px",
|
||||||
color: "#000",
|
color: "#000",
|
||||||
});
|
});
|
||||||
|
|
||||||
const statusStyles = {
|
const statusStyles = {
|
||||||
All: { backgroundColor: "#4545DB" },
|
All: {
|
||||||
// draft: { backgroundColor: '#4545DB7C' },
|
backgroundColor: "#4545DB",
|
||||||
unpaid: { backgroundColor: "#ff2024" },
|
width: "130px", // Set a fixed width
|
||||||
partially_paid: { backgroundColor: "#0c8ce9" },
|
height: "30px", // Set a fixed height
|
||||||
|
fontSize:"14px"
|
||||||
|
},
|
||||||
|
paid: {
|
||||||
|
backgroundColor: "#198f51",
|
||||||
|
width: "130px", // Set a fixed width
|
||||||
|
height: "30px", // Set a fixed height
|
||||||
|
fontSize:"14px"
|
||||||
|
},
|
||||||
|
unpaid: {
|
||||||
|
backgroundColor: "#ff2024",
|
||||||
|
width: "130px", // Set a fixed width
|
||||||
|
height: "30px", // Set a fixed height
|
||||||
|
fontSize:"14px"
|
||||||
|
},
|
||||||
|
partially_paid: {
|
||||||
|
backgroundColor: "#0c8ce9",
|
||||||
|
width: "130px", // Set a fixed width
|
||||||
|
height: "30px", // Set a fixed height
|
||||||
|
fontSize:"14px"
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
const getStatusStyle = (status) => ({
|
const getStatusStyle = (status) => ({
|
||||||
...(statusStyles[status] || { backgroundColor: "#198f51" }),
|
...(statusStyles[status] || { backgroundColor: "#198f51", width: "150px", height: "40px" }), // Default style
|
||||||
borderRadius: "5px",
|
borderRadius: "5px",
|
||||||
padding: "10px 20px",
|
padding: "5px 20px",
|
||||||
|
textAlign: "center",
|
||||||
|
display: "flex", // Use flexbox for alignment
|
||||||
|
justifyContent: "center", // Center horizontally
|
||||||
|
alignItems: "center", // Center vertically
|
||||||
color: "#fff",
|
color: "#fff",
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
const getCountClass = (status) => ({
|
const getCountClass = (status) => ({
|
||||||
...statusStyles[status],
|
...statusStyles[status],
|
||||||
padding: "10px",
|
padding: "10px",
|
||||||
|
|
|
@ -19,13 +19,13 @@ function PayInvoice() {
|
||||||
const navigate = useNavigate();
|
const navigate = useNavigate();
|
||||||
|
|
||||||
|
|
||||||
const [activeButton, setActiveButton] = useState('');
|
const [activeButton, setActiveButton] = useState('');
|
||||||
|
|
||||||
const location = useLocation();
|
const location = useLocation();
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
setActiveButton(location.pathname); // Set the active button based on the current location
|
setActiveButton(location.pathname); // Set the active button based on the current location
|
||||||
}, [location.pathname]);
|
}, [location.pathname]);
|
||||||
|
|
||||||
const [isOpen, setIsOpen] = useState(false);
|
const [isOpen, setIsOpen] = useState(false);
|
||||||
const dropdownRef = useRef(null);
|
const dropdownRef = useRef(null);
|
||||||
|
@ -63,7 +63,7 @@ function PayInvoice() {
|
||||||
bank: "",
|
bank: "",
|
||||||
});
|
});
|
||||||
|
|
||||||
const makeBlank = ()=>{
|
const makeBlank = () => {
|
||||||
setFormData({
|
setFormData({
|
||||||
store_id: user.store,
|
store_id: user.store,
|
||||||
invoice_no: "",
|
invoice_no: "",
|
||||||
|
@ -206,8 +206,8 @@ function PayInvoice() {
|
||||||
|
|
||||||
// Check if the payment method is selected
|
// Check if the payment method is selected
|
||||||
if (!formData.pay_method) {
|
if (!formData.pay_method) {
|
||||||
toast.error("Please select a payment method before submitting.");
|
toast.error("Please select a payment method before submitting.");
|
||||||
return; // Prevent form submission if payment method is not selected
|
return; // Prevent form submission if payment method is not selected
|
||||||
}
|
}
|
||||||
|
|
||||||
const payAmount = parseFloat(formData.pay_amount);
|
const payAmount = parseFloat(formData.pay_amount);
|
||||||
|
@ -218,58 +218,58 @@ function PayInvoice() {
|
||||||
|
|
||||||
|
|
||||||
if (newRemainingAmount < 0) {
|
if (newRemainingAmount < 0) {
|
||||||
toast.error("Payment amount exceeds the remaining amount. Please enter a valid amount.");
|
toast.error("Payment amount exceeds the remaining amount. Please enter a valid amount.");
|
||||||
return; // Prevent form submission if payment exceeds remaining amount
|
return; // Prevent form submission if payment exceeds remaining amount
|
||||||
}
|
}
|
||||||
|
|
||||||
const status = newRemainingAmount <= 0 ? "paid" : "partially_paid"; // If remaining is 0 or less, mark it as 'paid'
|
const status = newRemainingAmount <= 0 ? "paid" : "partially_paid"; // If remaining is 0 or less, mark it as 'paid'
|
||||||
const finalRemainingAmount =
|
const finalRemainingAmount =
|
||||||
newRemainingAmount <= 0 ? "0.00" : newRemainingAmount.toFixed(2); // If fully paid, remaining should be 0
|
newRemainingAmount <= 0 ? "0.00" : newRemainingAmount.toFixed(2); // If fully paid, remaining should be 0
|
||||||
|
|
||||||
let updatedFormData = {
|
let updatedFormData = {
|
||||||
...formData,
|
...formData,
|
||||||
remaining_amount: finalRemainingAmount, // Update the remaining amount
|
remaining_amount: finalRemainingAmount, // Update the remaining amount
|
||||||
status: status, // Set the status based on the remaining amount
|
status: status, // Set the status based on the remaining amount
|
||||||
cheque_no: formData.pay_method === "cheque" ? formData.cheque_no : null,
|
cheque_no: formData.pay_method === "cheque" ? formData.cheque_no : null,
|
||||||
bank: formData.pay_method === "bank" ? formData.bank : null,
|
bank: formData.pay_method === "bank" ? formData.bank : null,
|
||||||
};
|
};
|
||||||
|
|
||||||
// Check if the pay_method_status is 'credit_invoice'
|
// Check if the pay_method_status is 'credit_invoice'
|
||||||
if (updatedFormData.pay_method_status !== "credit_invoice") {
|
if (updatedFormData.pay_method_status !== "credit_invoice") {
|
||||||
updatedFormData = {
|
updatedFormData = {
|
||||||
...updatedFormData,
|
...updatedFormData,
|
||||||
pay_method_status: "credit_invoice", // Force setting pay_method_status to 'credit_invoice'
|
pay_method_status: "credit_invoice", // Force setting pay_method_status to 'credit_invoice'
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
console.log("Submitting:", updatedFormData);
|
console.log("Submitting:", updatedFormData);
|
||||||
|
|
||||||
try {
|
try {
|
||||||
if (!updatedFormData.id) {
|
if (!updatedFormData.id) {
|
||||||
toast.error("No invoice selected. Please select an invoice before submitting.");
|
toast.error("No invoice selected. Please select an invoice before submitting.");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
const response = await Patch(`invoiceData`, updatedFormData.id, updatedFormData);
|
const response = await Patch(`invoiceData`, updatedFormData.id, updatedFormData);
|
||||||
|
|
||||||
if (response && response.status === 200) {
|
if (response && response.status === 200) {
|
||||||
console.log("Submission successful:", response.data);
|
console.log("Submission successful:", response.data);
|
||||||
toast.success("Invoice payment submitted successfully!");
|
toast.success("Invoice payment submitted successfully!");
|
||||||
setReloadData(!reloadData);
|
setReloadData(!reloadData);
|
||||||
makeBlank();
|
makeBlank();
|
||||||
// window.location.reload(); // Reload the page to reflect changes
|
// window.location.reload(); // Reload the page to reflect changes
|
||||||
} else {
|
} else {
|
||||||
setReloadData(!reloadData);
|
setReloadData(!reloadData);
|
||||||
|
|
||||||
console.error("Failed to submit:", response.data);
|
console.error("Failed to submit:", response.data);
|
||||||
toast.error(`Error: ${response.data.message || "Failed to update invoice."}`);
|
toast.error(`Error: ${response.data.message || "Failed to update invoice."}`);
|
||||||
}
|
}
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
setReloadData(!reloadData);
|
setReloadData(!reloadData);
|
||||||
console.error("Error:", error);
|
console.error("Error:", error);
|
||||||
toast.error(`An unexpected error occurred: ${error.message || "Please try again later."}`);
|
toast.error(`An unexpected error occurred: ${error.message || "Please try again later."}`);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
const handleCancel = () => {
|
const handleCancel = () => {
|
||||||
navigate("/");
|
navigate("/");
|
||||||
|
@ -300,41 +300,41 @@ function PayInvoice() {
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="dashboard-container">
|
<div className="dashboard-container">
|
||||||
<div className="d-flex justify-content-between mb-4">
|
<div className="d-flex justify-content-between mb-4">
|
||||||
<div className="button-groups">
|
<div className="button-groups">
|
||||||
<button
|
<button
|
||||||
className={`btn ${activeButton === '/' ? 'active' : ''}`}
|
className={`btn ${activeButton === '/' ? 'active' : ''}`}
|
||||||
onClick={() => handleLinkClick('/')}
|
onClick={() => handleLinkClick('/')}
|
||||||
>
|
>
|
||||||
Add Invoice
|
Add Invoice
|
||||||
</button>
|
</button>
|
||||||
<button
|
<button
|
||||||
className={`btn ${activeButton === '/payInvoice' ? 'active' : ''}`}
|
className={`btn ${activeButton === '/payInvoice' ? 'active' : ''}`}
|
||||||
onClick={() => handleLinkClick('/payInvoice')}
|
onClick={() => handleLinkClick('/payInvoice')}
|
||||||
>
|
>
|
||||||
Pay Invoice
|
Pay Invoice
|
||||||
</button>
|
</button>
|
||||||
<button
|
<button
|
||||||
className={`btn ${activeButton === '/bankDeposit' ? 'active' : ''}`}
|
className={`btn ${activeButton === '/bankDeposit' ? 'active' : ''}`}
|
||||||
onClick={() => handleLinkClick('/bankDeposit')}
|
onClick={() => handleLinkClick('/bankDeposit')}
|
||||||
>
|
>
|
||||||
Bank Deposit
|
Bank Deposit
|
||||||
</button>
|
</button>
|
||||||
<button
|
<button
|
||||||
className={`btn ${activeButton === '/atmDeposit' ? 'active' : ''}`}
|
className={`btn ${activeButton === '/atmDeposit' ? 'active' : ''}`}
|
||||||
onClick={() => handleLinkClick('/atmDeposit')}
|
onClick={() => handleLinkClick('/atmDeposit')}
|
||||||
>
|
>
|
||||||
ATM Deposit
|
ATM Deposit
|
||||||
</button>
|
</button>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
<div className="formcontainer">
|
<div className="formcontainer">
|
||||||
<div
|
<div
|
||||||
className="container"
|
className="container"
|
||||||
style={{
|
style={{
|
||||||
backgroundColor: "white",
|
backgroundColor: "white",
|
||||||
boxShadow: "0 4px 15px rgba(0, 0, 0, 0.1)",
|
boxShadow: "0 4px 15px rgba(0, 0, 0, 0.1)",
|
||||||
borderRadius:"40px"
|
borderRadius: "40px"
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<form onSubmit={handleSubmit}>
|
<form onSubmit={handleSubmit}>
|
||||||
|
@ -342,7 +342,7 @@ function PayInvoice() {
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div className="col-md-12 row" style={{gap:"10%"}}>
|
<div className="col-md-12 row" style={{ gap: "15%" }}>
|
||||||
<div className="mb-3 col-md-2" >
|
<div className="mb-3 col-md-2" >
|
||||||
<input
|
<input
|
||||||
type="date"
|
type="date"
|
||||||
|
@ -410,19 +410,21 @@ function PayInvoice() {
|
||||||
</select> */}
|
</select> */}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div className="mb-3 col-md-12 row">
|
<div className="mb-3 col-md-12 row mt-3" style={{gap:"70px"}} >
|
||||||
<div className="col-md-2">
|
<div className="col-md-3">
|
||||||
<input
|
<input
|
||||||
name="amount"
|
name="amount"
|
||||||
type="text"
|
type="text"
|
||||||
className="form-control-borderless"
|
className="form-control"
|
||||||
value={formData.amount}
|
value={formData.amount}
|
||||||
readOnly
|
readOnly
|
||||||
placeholder="Amount"
|
placeholder="Amount"
|
||||||
|
style={{ backgroundColor: "#fafafa" }}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div className="col-md-2">
|
<div className="col-md-2">
|
||||||
<input
|
<input
|
||||||
|
|
||||||
type="text"
|
type="text"
|
||||||
className="form-control-borderless"
|
className="form-control-borderless"
|
||||||
name="pay_amount"
|
name="pay_amount"
|
||||||
|
@ -459,67 +461,28 @@ function PayInvoice() {
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="col-md-3">
|
<div className="col-md-3">
|
||||||
<input
|
<input
|
||||||
type="text"
|
type="text"
|
||||||
className="form-control"
|
className="form-control"
|
||||||
placeholder="Grand Total"
|
placeholder="Grand Total"
|
||||||
value={grandTotal || ""}
|
value={grandTotal || ""}
|
||||||
readOnly
|
readOnly
|
||||||
style={{
|
style={{
|
||||||
border: 'none', // Remove all borders
|
|
||||||
backgroundColor:'transparent',
|
|
||||||
borderBottom: '1px solid #ACB4AA', // Add only the bottom border
|
|
||||||
|
|
||||||
outline: 'none', // Remove outline
|
backgroundColor: '#fafafa',
|
||||||
padding: '6px 0', // Optional: Add padding to the top and bottom
|
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<div
|
|
||||||
className=" d-flex align-items-center"
|
|
||||||
style={{
|
|
||||||
border: '2px solid #ACB4AA',
|
|
||||||
padding: '5px 40px',
|
|
||||||
width: 'fit-content',
|
|
||||||
borderRadius: '40px',
|
|
||||||
}}
|
|
||||||
>
|
|
||||||
{['cash', 'cheque', 'bank'].map((method) => (
|
|
||||||
<div className="me-3" key={method}>
|
|
||||||
<input
|
|
||||||
type="radio"
|
|
||||||
className="form-check-input"
|
|
||||||
name="pay_method"
|
|
||||||
value={method}
|
|
||||||
checked={formData.pay_method === method}
|
|
||||||
onChange={handleChange}
|
|
||||||
id={`pay_method_${method}`} // Unique ID for each radio input
|
|
||||||
style={{ display: 'none' }} // Hide the actual radio button
|
|
||||||
/>
|
|
||||||
<label
|
|
||||||
className="form-check-label cursor-pointer"
|
|
||||||
htmlFor={`pay_method_${method}`} // Link label to the input
|
|
||||||
onClick={() => handleChange({ target: { name: 'pay_method', value: method } })} // Custom onClick to change the state
|
|
||||||
style={{
|
|
||||||
color: formData.pay_method === method ? 'white' : '#282e26', // Change text color based on active state
|
|
||||||
backgroundColor: formData.pay_method === method ? '#4a5546' : 'transparent', // Change background when active
|
|
||||||
padding: '5px 25px', // Add padding for better appearance
|
|
||||||
borderRadius: '20px', // Optional: Round the corners of the label
|
|
||||||
}}
|
|
||||||
>
|
|
||||||
{method.charAt(0).toUpperCase() + method.slice(1)} {/* Capitalize first letter */}
|
|
||||||
</label>
|
|
||||||
</div>
|
|
||||||
))}
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
<div className="">
|
|
||||||
{/* <div className="col-md-3 mt-4">
|
|
||||||
|
{/* <div className="col-md-3 mt-4">
|
||||||
<input
|
<input
|
||||||
name="after_discount"
|
name="after_discount"
|
||||||
type="text"
|
type="text"
|
||||||
|
@ -533,42 +496,90 @@ function PayInvoice() {
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
<div className="col-md-6">
|
<div className="md-col-12 ">
|
||||||
{formData.pay_method === "cheque" && (
|
<div
|
||||||
<div className="">
|
className="d-flex align-items-center"
|
||||||
<div className="col-md-12 row">
|
style={{
|
||||||
<div className="mb-3 col-md-6">
|
border: '2px solid #ACB4AA',
|
||||||
<select
|
padding: '2px 20px', // Same left and right padding
|
||||||
required
|
width: 'fit-content',
|
||||||
className="form-control-borderless"
|
borderRadius: '40px',
|
||||||
name="bank"
|
}}
|
||||||
value={formData.bank}
|
>
|
||||||
onChange={handleChange}
|
{['cash', 'cheque', 'bank'].map((method) => (
|
||||||
>
|
<div className="" key={method}>
|
||||||
<option value="">Select Bank</option>
|
|
||||||
{banks.map((bank) => (
|
|
||||||
<option key={bank.id} value={bank.id}>
|
|
||||||
{bank.name}
|
|
||||||
</option>
|
|
||||||
))}
|
|
||||||
</select>
|
|
||||||
</div>
|
|
||||||
<div className="mb-3 col-md-6">
|
|
||||||
<input
|
<input
|
||||||
required
|
type="radio"
|
||||||
type="text"
|
className="form-check-input"
|
||||||
className="form-control-borderless"
|
name="pay_method"
|
||||||
name="cheque_no"
|
value={method}
|
||||||
placeholder="Check Number"
|
checked={formData.pay_method === method}
|
||||||
value={formData.cheque_no}
|
|
||||||
onChange={handleChange}
|
onChange={handleChange}
|
||||||
|
id={`pay_method_${method}`} // Unique ID for each radio input
|
||||||
|
style={{ display: 'none' }} // Hide the actual radio button
|
||||||
/>
|
/>
|
||||||
|
<label
|
||||||
|
className="form-check-label cursor-pointer"
|
||||||
|
htmlFor={`pay_method_${method}`} // Link label to the input
|
||||||
|
onClick={() => handleChange({ target: { name: 'pay_method', value: method } })} // Custom onClick to change the state
|
||||||
|
style={{
|
||||||
|
color: formData.pay_method === method ? 'white' : '#282e26', // Change text color based on active state
|
||||||
|
backgroundColor: formData.pay_method === method ? '#4a5546' : 'transparent', // Change background when active
|
||||||
|
padding: '5px 25px', // Add padding for better appearance
|
||||||
|
borderRadius: '20px', // Optional: Round the corners of the label
|
||||||
|
}}
|
||||||
|
>
|
||||||
|
{method.charAt(0).toUpperCase() + method.slice(1)} {/* Capitalize first letter */}
|
||||||
|
</label>
|
||||||
</div>
|
</div>
|
||||||
|
))}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div className="col-md-12 mt-3" >
|
||||||
|
|
||||||
|
{formData.pay_method === "cheque" && (
|
||||||
|
<div className="row "> {/* Use row class for Bootstrap grid */}
|
||||||
|
<div className="col-md-2 mb-3"> {/* First column for bank select */}
|
||||||
|
<select
|
||||||
|
required
|
||||||
|
className="form-control-borderless" // Keep Bootstrap styles
|
||||||
|
name="bank"
|
||||||
|
value={formData.bank}
|
||||||
|
onChange={handleChange}
|
||||||
|
>
|
||||||
|
<option value="">Select Bank</option>
|
||||||
|
{banks.map((bank) => (
|
||||||
|
<option key={bank.id} value={bank.id}>
|
||||||
|
{bank.name}
|
||||||
|
</option>
|
||||||
|
))}
|
||||||
|
</select>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div className="col-md-2 mb-3"> {/* Second column for cheque number input */}
|
||||||
|
<input
|
||||||
|
required
|
||||||
|
type="text"
|
||||||
|
className="form-control-borderless"
|
||||||
|
name="cheque_no"
|
||||||
|
placeholder="Check Number"
|
||||||
|
value={formData.cheque_no}
|
||||||
|
onChange={handleChange}
|
||||||
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
{formData.pay_method === "bank" && (
|
{formData.pay_method === "bank" && (
|
||||||
<div className="mb-3">
|
<div className="mb-3">
|
||||||
<div className="col-md-12 row">
|
<div className="col-md-12 row">
|
||||||
|
@ -615,18 +626,18 @@ function PayInvoice() {
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
<div className="d-flex justify-content-end">
|
<div className="d-flex justify-content-end">
|
||||||
<button
|
<button
|
||||||
type="button"
|
type="button"
|
||||||
className="btn btn-contained me-2"
|
className="btn btn-contained me-2"
|
||||||
onClick={handleCancel}
|
onClick={handleCancel}
|
||||||
style={{border: " 1px solid #282e26", borderRadius:'20px' }}
|
style={{ border: " 1px solid #282e26", borderRadius: '20px' }}
|
||||||
>
|
>
|
||||||
Cancel
|
Cancel
|
||||||
</button>
|
</button>
|
||||||
<button type="submit" className="btn" style={{color:"white", backgroundColor:'#282e26', borderRadius:'20px'}}>
|
<button type="submit" className="btn" style={{ color: "white", backgroundColor: '#282e26', borderRadius: '20px' }}>
|
||||||
Save
|
Save
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -638,7 +649,7 @@ function PayInvoice() {
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<TableComponent reloadData={reloadData} onEdit={handleInvoiceSelect} />
|
<TableComponent reloadData={reloadData} onEdit={handleInvoiceSelect} />
|
||||||
<ToastContainer/>
|
<ToastContainer />
|
||||||
<AddVendorModal
|
<AddVendorModal
|
||||||
show={showModal}
|
show={showModal}
|
||||||
handleClose={handleClose}
|
handleClose={handleClose}
|
||||||
|
|
|
@ -866,16 +866,40 @@ const getPaymentMethodStyle = (method) => ({
|
||||||
});
|
});
|
||||||
|
|
||||||
const statusStyles = {
|
const statusStyles = {
|
||||||
All: { backgroundColor: "#4545DB" },
|
All: {
|
||||||
// draft: { backgroundColor: "#4545DB7C" },
|
backgroundColor: "#4545DB",
|
||||||
unpaid: { backgroundColor: "#ff2024" },
|
width: "130px", // Set a fixed width
|
||||||
partially_paid: { backgroundColor: "#0c8ce9" },
|
height: "30px", // Set a fixed height
|
||||||
|
fontSize:"14px"
|
||||||
|
},
|
||||||
|
paid: {
|
||||||
|
backgroundColor: "#198f51",
|
||||||
|
width: "130px", // Set a fixed width
|
||||||
|
height: "30px", // Set a fixed height
|
||||||
|
fontSize:"14px"
|
||||||
|
},
|
||||||
|
unpaid: {
|
||||||
|
backgroundColor: "#ff2024",
|
||||||
|
width: "130px", // Set a fixed width
|
||||||
|
height: "30px", // Set a fixed height
|
||||||
|
fontSize:"14px"
|
||||||
|
},
|
||||||
|
partially_paid: {
|
||||||
|
backgroundColor: "#0c8ce9",
|
||||||
|
width: "130px", // Set a fixed width
|
||||||
|
height: "30px", // Set a fixed height
|
||||||
|
fontSize:"14px"
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
const getStatusStyle = (status) => ({
|
const getStatusStyle = (status) => ({
|
||||||
...(statusStyles[status] || { backgroundColor: "#198f51" }),
|
...(statusStyles[status] || { backgroundColor: "#198f51", width: "150px", height: "40px" }), // Default style
|
||||||
borderRadius: "5px",
|
borderRadius: "5px",
|
||||||
padding: "10px 20px",
|
padding: "5px 20px",
|
||||||
|
textAlign: "center",
|
||||||
|
display: "flex", // Use flexbox for alignment
|
||||||
|
justifyContent: "center", // Center horizontally
|
||||||
|
alignItems: "center", // Center vertically
|
||||||
color: "#fff",
|
color: "#fff",
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
@ -811,6 +811,7 @@ export default function Expense() {
|
||||||
</h5>
|
</h5>
|
||||||
|
|
||||||
<svg
|
<svg
|
||||||
|
|
||||||
onClick={toggleModal}
|
onClick={toggleModal}
|
||||||
width="14"
|
width="14"
|
||||||
height="14"
|
height="14"
|
||||||
|
@ -951,7 +952,7 @@ export default function Expense() {
|
||||||
<div
|
<div
|
||||||
className="input-group-prepend"
|
className="input-group-prepend"
|
||||||
style={{
|
style={{
|
||||||
background: "#ffffff",
|
backgroundColor: "#ffffff",
|
||||||
height: "100%",
|
height: "100%",
|
||||||
|
|
||||||
display: "flex",
|
display: "flex",
|
||||||
|
@ -1079,53 +1080,53 @@ export default function Expense() {
|
||||||
|
|
||||||
|
|
||||||
{showPaymentOptions && (
|
{showPaymentOptions && (
|
||||||
<div
|
<div
|
||||||
className="d-flex col-md-6 mb-3"
|
className="d-flex col-md-6 mb-3"
|
||||||
style={{
|
style={{
|
||||||
border: '2px solid #ACB4AA',
|
border: '2px solid #ACB4AA',
|
||||||
padding: '10px 10px',
|
padding: '10px 10px',
|
||||||
width: 'fit-content',
|
width: 'fit-content',
|
||||||
borderRadius: '40px',
|
borderRadius: '40px',
|
||||||
display: 'flex', // Use flexbox for inner items
|
display: 'flex', // Use flexbox for inner items
|
||||||
gap: '10px', // Add spacing between the options
|
gap: '10px', // Add spacing between the options
|
||||||
marginTop: '20px', // Keep this if you want some space above
|
marginTop: '20px', // Keep this if you want some space above
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
{[
|
{[
|
||||||
{ value: "cash", label: "Cash" },
|
{ value: "cash", label: "Cash" },
|
||||||
{ value: "cheque", label: "Check" },
|
{ value: "cheque", label: "Check" },
|
||||||
{ value: "bank", label: "Bank Card/ACH/EFT" }
|
{ value: "bank", label: "Bank Card/ACH/EFT" }
|
||||||
].map((method) => (
|
].map((method) => (
|
||||||
<label
|
<label
|
||||||
key={method.value}
|
key={method.value}
|
||||||
className="radio-inline"
|
className="radio-inline"
|
||||||
style={{
|
style={{
|
||||||
backgroundColor: formData.pay_method === method.value ? "#4a5546" : "transparent",
|
backgroundColor: formData.pay_method === method.value ? "#4a5546" : "transparent",
|
||||||
color: formData.pay_method === method.value ? "white" : "black",
|
color: formData.pay_method === method.value ? "white" : "black",
|
||||||
|
|
||||||
padding: '5px 10px', // Add padding for better appearance
|
padding: '5px 10px', // Add padding for better appearance
|
||||||
borderRadius: '20px', // Optional: Round the corners of the label
|
borderRadius: '20px', // Optional: Round the corners of the label
|
||||||
cursor: "pointer",
|
cursor: "pointer",
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<input
|
<input
|
||||||
type="radio"
|
type="radio"
|
||||||
name="specificPaymentMethod"
|
name="specificPaymentMethod"
|
||||||
value={method.value}
|
value={method.value}
|
||||||
onChange={handleSpecificPaymentMethodChange}
|
onChange={handleSpecificPaymentMethodChange}
|
||||||
style={{ display: 'none' }}
|
style={{ display: 'none' }}
|
||||||
/>
|
/>
|
||||||
{method.label} {/* Use the label defined in the array */}
|
{method.label} {/* Use the label defined in the array */}
|
||||||
</label>
|
</label>
|
||||||
))}
|
))}
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
{(formData.pay_method_status === "pay_later" ||
|
{(formData.pay_method_status === "pay_later" ||
|
||||||
formData.pay_method_status === "credit_invoice") && (
|
formData.pay_method_status === "credit_invoice") && (
|
||||||
<div className="col-md-6 d-flex" style={{ paddingRight: "10px", marginTop:'20px' }}>
|
<div className="col-md-6 d-flex" style={{ paddingRight: "10px", marginTop: '20px' }}>
|
||||||
<select
|
<select
|
||||||
className="form-control col-md-6 me-2"
|
className="form-control col-md-6 me-2"
|
||||||
name="days"
|
name="days"
|
||||||
|
@ -1239,8 +1240,8 @@ export default function Expense() {
|
||||||
style={{
|
style={{
|
||||||
backgroundColor: "#fff",
|
backgroundColor: "#fff",
|
||||||
border: "none", // Remove all borders
|
border: "none", // Remove all borders
|
||||||
borderBottom: "2px solid #ccc", // Set bottom border
|
borderBottom: "2px solid #ccc", // Set bottom border
|
||||||
borderRadius: "0px", // Remove border radius
|
borderRadius: "0px", // Remove border radius
|
||||||
height: "52px",
|
height: "52px",
|
||||||
marginRight: "10px",
|
marginRight: "10px",
|
||||||
}}
|
}}
|
||||||
|
@ -1347,12 +1348,13 @@ export default function Expense() {
|
||||||
type="button"
|
type="button"
|
||||||
className="btn btn-secondary-outline"
|
className="btn btn-secondary-outline"
|
||||||
onClick={toggleModal}
|
onClick={toggleModal}
|
||||||
|
style={{ border: " 1px solid #282e26", borderRadius: '20px' }}
|
||||||
>
|
>
|
||||||
Close
|
Close
|
||||||
</button>
|
</button>
|
||||||
<button
|
<button
|
||||||
type="submit"
|
type="submit"
|
||||||
style={{backgroundColor:'#282E26' ,color:"#fff"}}
|
style={{ color: "white", backgroundColor: '#282e26', borderRadius: '20px' }}
|
||||||
className="btn"
|
className="btn"
|
||||||
onClick={handleSubmit}
|
onClick={handleSubmit}
|
||||||
>
|
>
|
||||||
|
|
|
@ -296,7 +296,7 @@ const GasTypeTable = ({
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<table className="data-table custom-table rounded-table">
|
<table className="data-table custom-table ">
|
||||||
<thead className="table-header">
|
<thead className="table-header">
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="col" className="no-column">
|
<th scope="col" className="no-column">
|
||||||
|
|
|
@ -321,7 +321,7 @@ const HouseChargeTable = ({
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<table className="data-table custom-table rounded-table">
|
<table className="data-table custom-table ">
|
||||||
<thead className="table-header">
|
<thead className="table-header">
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="col" className="no-column">
|
<th scope="col" className="no-column">
|
||||||
|
|
|
@ -90,7 +90,7 @@ const LotteryInventoryTable = ({
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div>
|
<div>
|
||||||
<table className="data-table custom-table rounded-table">
|
<table className="data-table custom-table ">
|
||||||
<thead className="table-header">
|
<thead className="table-header">
|
||||||
<tr>
|
<tr>
|
||||||
{columns.map((col, index) => (
|
{columns.map((col, index) => (
|
||||||
|
|
|
@ -194,7 +194,7 @@ const LotteryReportTable = ({
|
||||||
<div className="d-flex mb-3">
|
<div className="d-flex mb-3">
|
||||||
<div className="expense-searchcontainerstart d-flex"></div>
|
<div className="expense-searchcontainerstart d-flex"></div>
|
||||||
</div>
|
</div>
|
||||||
<table className="data-table custom-table rounded-table">
|
<table className="data-table custom-table ">
|
||||||
<thead className="table-header">
|
<thead className="table-header">
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="col" className="no-column">
|
<th scope="col" className="no-column">
|
||||||
|
|
|
@ -190,7 +190,7 @@ const LotteryTable = ({
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<table className="data-table custom-table rounded-table">
|
<table className="data-table custom-table ">
|
||||||
<thead className="table-header">
|
<thead className="table-header">
|
||||||
<tr>
|
<tr>
|
||||||
{columns.map((col, index) => (
|
{columns.map((col, index) => (
|
||||||
|
|
|
@ -335,7 +335,7 @@ const WeeklyInvoiceTable = ({
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<table className="data-table custom-table rounded-table">
|
<table className="data-table custom-table">
|
||||||
<thead className="table-header">
|
<thead className="table-header">
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="col" className="no-column">
|
<th scope="col" className="no-column">
|
||||||
|
|
|
@ -84,7 +84,7 @@ const DataTable = ({
|
||||||
};
|
};
|
||||||
return (
|
return (
|
||||||
<div className="data-table-container">
|
<div className="data-table-container">
|
||||||
<table className="data-table custom-table rounded-table">
|
<table className="data-table custom-table ">
|
||||||
<thead className="table-header">
|
<thead className="table-header">
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="col" className="no-column">
|
<th scope="col" className="no-column">
|
||||||
|
@ -180,7 +180,7 @@ const DataTable = ({
|
||||||
{showFooter && (
|
{showFooter && (
|
||||||
<nav>
|
<nav>
|
||||||
<ul className="pagination">
|
<ul className="pagination">
|
||||||
<li className={`prev-next ${currentPage === 1 ? "disabled" : ""}`}>
|
{/* <li className={`prev-next ${currentPage === 1 ? "disabled" : ""}`}>
|
||||||
<span
|
<span
|
||||||
|
|
||||||
style={{
|
style={{
|
||||||
|
@ -196,9 +196,9 @@ const DataTable = ({
|
||||||
textAlign: "center"
|
textAlign: "center"
|
||||||
}}
|
}}
|
||||||
onClick={handlePrev}><</span>
|
onClick={handlePrev}><</span>
|
||||||
</li>
|
</li> */}
|
||||||
{renderPagination()}
|
{renderPagination()}
|
||||||
<li
|
{/* <li
|
||||||
className={`prev-next ${currentPage === totalPages ? "disabled" : ""
|
className={`prev-next ${currentPage === totalPages ? "disabled" : ""
|
||||||
}`}
|
}`}
|
||||||
>
|
>
|
||||||
|
@ -219,7 +219,7 @@ const DataTable = ({
|
||||||
textAlign: "center"
|
textAlign: "center"
|
||||||
}}
|
}}
|
||||||
onClick={handleNext}>> </span>
|
onClick={handleNext}>> </span>
|
||||||
</li>
|
</li> */}
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
)}
|
)}
|
||||||
|
|
|
@ -126,32 +126,44 @@ const PayrollTable = ({
|
||||||
draft: {
|
draft: {
|
||||||
backgroundColor: "#D1D1EF",
|
backgroundColor: "#D1D1EF",
|
||||||
color: "#fff",
|
color: "#fff",
|
||||||
borderRadius: "30px",
|
borderRadius: "5px",
|
||||||
padding: "5px 10px",
|
padding: "5px 10px",
|
||||||
|
width: "130px", // Set a fixed width
|
||||||
|
height: "30px", // Set a fixed height
|
||||||
|
fontSize:"14px"
|
||||||
},
|
},
|
||||||
unpaid: {
|
unpaid: {
|
||||||
backgroundColor: "#ff2024",
|
backgroundColor: "#ff2024",
|
||||||
color: "#fff",
|
color: "#fff",
|
||||||
borderRadius: "10px",
|
borderRadius: "5px",
|
||||||
padding: "5px 20px",
|
padding: "5px 20px",
|
||||||
textAlign:'center',
|
width: "130px", // Set a fixed width
|
||||||
alignItems:'center'
|
height: "30px", // Set a fixed height
|
||||||
|
fontSize:"14px",
|
||||||
|
textAlign: 'center',
|
||||||
|
alignItems: 'center'
|
||||||
},
|
},
|
||||||
paid: {
|
paid: {
|
||||||
backgroundColor: "#198f51",
|
backgroundColor: "#198f51",
|
||||||
color: "#fff",
|
color: "#fff",
|
||||||
borderRadius: "10px",
|
borderRadius: "5px",
|
||||||
padding: "5px 20px",
|
padding: "5px 20px",
|
||||||
textAlign:'center',
|
textAlign: 'center',
|
||||||
alignItems:'center'
|
alignItems: 'center',
|
||||||
|
width: "130px", // Set a fixed width
|
||||||
|
height: "30px", // Set a fixed height
|
||||||
|
fontSize:"14px"
|
||||||
},
|
},
|
||||||
partially_paid: {
|
partially_paid: {
|
||||||
backgroundColor: "#0c8ce9",
|
backgroundColor: "#0c8ce9",
|
||||||
color: "#fff",
|
color: "#fff",
|
||||||
borderRadius: "10px",
|
borderRadius: "5px",
|
||||||
padding: "5px 20px",
|
padding: "5px 20px",
|
||||||
textAlign:'center',
|
textAlign: 'center',
|
||||||
alignItems:'center'
|
alignItems: 'center',
|
||||||
|
width: "130px", // Set a fixed width
|
||||||
|
height: "30px", // Set a fixed height
|
||||||
|
fontSize:"14px"
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
const paymentMethodStyles = {
|
const paymentMethodStyles = {
|
||||||
|
@ -250,55 +262,71 @@ const PayrollTable = ({
|
||||||
</button> */}
|
</button> */}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div style={{marginRight:"60%"}}>
|
<div style={{ marginRight: "58%" }}>
|
||||||
<div
|
<div
|
||||||
className="expense-search d-flex align-items-center"
|
className="expense-search d-flex align-items-center"
|
||||||
style={{
|
|
||||||
backgroundColor: "#4A5546",
|
|
||||||
boxShadow: "none",
|
|
||||||
outline: "none",
|
|
||||||
width: "auto",
|
|
||||||
height: "42px",
|
|
||||||
|
|
||||||
padding: "8px 12px",
|
|
||||||
fontSize: "16px",
|
|
||||||
border: "none",
|
|
||||||
borderRadius: "10px",
|
|
||||||
color: "#F4FFEE",
|
|
||||||
cursor: "pointer",
|
|
||||||
}}
|
|
||||||
>
|
|
||||||
<h6 className="" style={{margin:'10px'}}>Show</h6>
|
|
||||||
<select
|
|
||||||
name="option"
|
|
||||||
id="pageSelect"
|
|
||||||
className="selectoptions"
|
|
||||||
style={{
|
style={{
|
||||||
height: "30px",
|
display: "flex",
|
||||||
|
alignItems: "center",
|
||||||
|
backgroundColor: "#FFFFFF",
|
||||||
|
border: "1px solid #DBDBDB",
|
||||||
|
borderRadius: "10px",
|
||||||
|
// boxSizing: "border-box",
|
||||||
|
cursor: "pointer",
|
||||||
|
|
||||||
padding: "2px 6px",
|
width: "170px",
|
||||||
border: "1px solid #ccc",
|
gap: "10px",
|
||||||
backgroundColor: "#282E26",
|
|
||||||
color: "#fff",
|
|
||||||
fontSize: "14px",
|
|
||||||
}}
|
|
||||||
value={rowsPerPage}
|
|
||||||
onChange={(e) => {
|
|
||||||
setRowsPerPage(Number(e.target.value));
|
|
||||||
setCurrentPage(1); // Reset to first page on change
|
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<option value={5}>5</option>
|
<span
|
||||||
<option value={10}>10</option>
|
style={{
|
||||||
<option value={15}>15</option>
|
fontFamily: "'Comfortaa'",
|
||||||
<option value={20}>20</option>
|
fontStyle: "normal",
|
||||||
</select>
|
fontWeight: "400",
|
||||||
</div>
|
fontSize: "16px",
|
||||||
</div>
|
padding: "5px",
|
||||||
|
color: "#000000",
|
||||||
|
}}
|
||||||
|
>
|
||||||
|
Show Rows:
|
||||||
|
</span>
|
||||||
|
<select
|
||||||
|
name="option"
|
||||||
|
id="pageSelect"
|
||||||
|
className="selectoptions"
|
||||||
|
style={{
|
||||||
|
backgroundColor: "#282E26",
|
||||||
|
borderRadius: "0px 10px 10px 0px",
|
||||||
|
color: "#F4FFEE",
|
||||||
|
fontFamily: "'Comfortaa'",
|
||||||
|
fontStyle: "normal",
|
||||||
|
fontWeight: "700",
|
||||||
|
fontSize: "16px",
|
||||||
|
lineHeight: "18px",
|
||||||
|
padding: "5px 8px",
|
||||||
|
border: "none",
|
||||||
|
cursor: "pointer",
|
||||||
|
}}
|
||||||
|
value={rowsPerPage}
|
||||||
|
onChange={(e) => {
|
||||||
|
setRowsPerPage(Number(e.target.value));
|
||||||
|
setCurrentPage(1); // Reset to the first page on change
|
||||||
|
}}
|
||||||
|
>
|
||||||
|
<option value={5}>5</option>
|
||||||
|
<option value={10}>10</option>
|
||||||
|
<option value={15}>15</option>
|
||||||
|
<option value={20}>20</option>
|
||||||
|
</select>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<table className="data-table custom-table rounded-table">
|
<table className="data-table custom-table ">
|
||||||
<thead className="table-header">
|
<thead className="table-header" >
|
||||||
<tr>
|
<tr>
|
||||||
{columns.map((col, index) => (
|
{columns.map((col, index) => (
|
||||||
<th key={index} scope="col" onClick={() => handleSort(col.field)}>
|
<th key={index} scope="col" onClick={() => handleSort(col.field)}>
|
||||||
|
|
|
@ -107,15 +107,15 @@ function ManageDepartments() {
|
||||||
(dept) => dept.type === "department"
|
(dept) => dept.type === "department"
|
||||||
);
|
);
|
||||||
return (
|
return (
|
||||||
<div className="store-container">
|
<div className="" style={{marginTop:"5%"}}>
|
||||||
<ToastContainer />
|
<ToastContainer />
|
||||||
<p className="setting-title">Manage Departments</p>
|
{/* <p className="setting-title">Manage Departments</p> */}
|
||||||
<div className="create-department-section">
|
<div className="department-container">
|
||||||
<div className="input-container">
|
<div className="input-container">
|
||||||
<div className="input-row">
|
<div className="input-row">
|
||||||
<input
|
<input
|
||||||
type="text"
|
type="text"
|
||||||
placeholder="New Department"
|
placeholder="Enter Department Name"
|
||||||
className="input-field"
|
className="input-field"
|
||||||
value={editDepartmentId ? editDepartmentTitle : newDepartment}
|
value={editDepartmentId ? editDepartmentTitle : newDepartment}
|
||||||
onChange={(e) => {
|
onChange={(e) => {
|
||||||
|
@ -125,15 +125,22 @@ function ManageDepartments() {
|
||||||
setNewDepartment(e.target.value);
|
setNewDepartment(e.target.value);
|
||||||
}
|
}
|
||||||
}}
|
}}
|
||||||
|
style={{
|
||||||
|
border: "none", // Remove all borders
|
||||||
|
borderBottom: "2px solid #ccc", // Set bottom border
|
||||||
|
borderRadius: "0px", // Remove border radius
|
||||||
|
}}
|
||||||
required
|
required
|
||||||
/>
|
/>
|
||||||
<button className="dept-button" onClick={handleSaveDepartment}>
|
<button className="btn cus d-flex align-items-center" onClick={handleSaveDepartment}>
|
||||||
{editDepartmentId ? "Update" : " + Add"}
|
{editDepartmentId ? "Update Department" : " + Add Department"}
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div className="show-department-section">
|
<div className="store-container">
|
||||||
|
|
||||||
|
<div className="show-department-section">
|
||||||
<div className="dept-cards-row">
|
<div className="dept-cards-row">
|
||||||
{filteredDepartments.length === 0 ? (
|
{filteredDepartments.length === 0 ? (
|
||||||
<p
|
<p
|
||||||
|
@ -201,6 +208,8 @@ function ManageDepartments() {
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
|
@ -179,6 +179,7 @@ const ManageUserTable = ({
|
||||||
<div className="expense-searchcontainerstart d-flex">
|
<div className="expense-searchcontainerstart d-flex">
|
||||||
<div className="search-container">
|
<div className="search-container">
|
||||||
<input
|
<input
|
||||||
|
style={{ height: "50px", backgroundColor: "#fff", border: '1px solid #DBDBDB', boxShadow: "0px 0px 10px rgba(187, 187, 187, 0.25)" }}
|
||||||
type="text"
|
type="text"
|
||||||
value={searchTerm}
|
value={searchTerm}
|
||||||
onChange={(e) => setSearchTerm(e.target.value)}
|
onChange={(e) => setSearchTerm(e.target.value)}
|
||||||
|
@ -276,26 +277,71 @@ const ManageUserTable = ({
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
<div className="expense-searchcontainerend d-flex align-items-center">
|
|
||||||
<h3 className="me-2">Show</h3>
|
<div style={{ marginRight: "69%" }}>
|
||||||
<select
|
<div
|
||||||
name="option"
|
className="expense-search d-flex align-items-center"
|
||||||
id="pageSelect"
|
|
||||||
className="selectoptions"
|
style={{
|
||||||
value={rowsPerPage}
|
display: "flex",
|
||||||
onChange={(e) => {
|
alignItems: "center",
|
||||||
setRowsPerPage(Number(e.target.value));
|
backgroundColor: "#FFFFFF",
|
||||||
setCurrentPage(1); // Reset to first page on change
|
border: "1px solid #DBDBDB",
|
||||||
|
borderRadius: "10px",
|
||||||
|
// boxSizing: "border-box",
|
||||||
|
cursor: "pointer",
|
||||||
|
|
||||||
|
width: "170px",
|
||||||
|
gap: "10px",
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<option value={5}>5</option>
|
<span
|
||||||
<option value={10}>10</option>
|
style={{
|
||||||
<option value={15}>15</option>
|
fontFamily: "'Comfortaa'",
|
||||||
<option value={20}>20</option>
|
fontStyle: "normal",
|
||||||
</select>
|
fontWeight: "400",
|
||||||
</div>
|
fontSize: "16px",
|
||||||
|
padding: "5px",
|
||||||
|
color: "#000000",
|
||||||
|
}}
|
||||||
|
>
|
||||||
|
Show Rows:
|
||||||
|
</span>
|
||||||
|
<select
|
||||||
|
name="option"
|
||||||
|
id="pageSelect"
|
||||||
|
className="selectoptions"
|
||||||
|
style={{
|
||||||
|
backgroundColor: "#282E26",
|
||||||
|
borderRadius: "0px 10px 10px 0px",
|
||||||
|
color: "#F4FFEE",
|
||||||
|
fontFamily: "'Comfortaa'",
|
||||||
|
fontStyle: "normal",
|
||||||
|
fontWeight: "700",
|
||||||
|
fontSize: "16px",
|
||||||
|
lineHeight: "18px",
|
||||||
|
padding: "5px 8px",
|
||||||
|
border: "none",
|
||||||
|
cursor: "pointer",
|
||||||
|
}}
|
||||||
|
value={rowsPerPage}
|
||||||
|
onChange={(e) => {
|
||||||
|
setRowsPerPage(Number(e.target.value));
|
||||||
|
setCurrentPage(1); // Reset to the first page on change
|
||||||
|
}}
|
||||||
|
>
|
||||||
|
<option value={5}>5</option>
|
||||||
|
<option value={10}>10</option>
|
||||||
|
<option value={15}>15</option>
|
||||||
|
<option value={20}>20</option>
|
||||||
|
</select>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<table className="data-table custom-table rounded-table">
|
<table className="data-table custom-table ">
|
||||||
<thead className="table-header">
|
<thead className="table-header">
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="col" className="no-column">
|
<th scope="col" className="no-column">
|
||||||
|
@ -418,7 +464,7 @@ const ManageUserTable = ({
|
||||||
{showFooter && (
|
{showFooter && (
|
||||||
<nav>
|
<nav>
|
||||||
<ul className="pagination">
|
<ul className="pagination">
|
||||||
<li className={`prev-next ${currentPage === 1 ? "disabled" : ""}`}>
|
{/* <li className={`prev-next ${currentPage === 1 ? "disabled" : ""}`}>
|
||||||
<span
|
<span
|
||||||
style={{
|
style={{
|
||||||
fontSize: "24px",
|
fontSize: "24px",
|
||||||
|
@ -437,9 +483,9 @@ const ManageUserTable = ({
|
||||||
<
|
<
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
</li>
|
</li> */}
|
||||||
{renderPagination()}
|
{renderPagination()}
|
||||||
<li
|
{/* <li
|
||||||
className={`prev-next ${
|
className={`prev-next ${
|
||||||
currentPage === totalPages ? "disabled" : ""
|
currentPage === totalPages ? "disabled" : ""
|
||||||
}`}
|
}`}
|
||||||
|
@ -462,7 +508,7 @@ const ManageUserTable = ({
|
||||||
>
|
>
|
||||||
>{" "}
|
>{" "}
|
||||||
</span>
|
</span>
|
||||||
</li>
|
</li> */}
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
)}
|
)}
|
||||||
|
|
|
@ -10,6 +10,10 @@ import { toast, ToastContainer } from "react-toastify";
|
||||||
import CustomSwitch from "./CustomSwitch";
|
import CustomSwitch from "./CustomSwitch";
|
||||||
import ManageUserTable from "./ManageUserTable";
|
import ManageUserTable from "./ManageUserTable";
|
||||||
import Swal from "sweetalert2";
|
import Swal from "sweetalert2";
|
||||||
|
import userIcon from '../../../../assets/Image/user.png'
|
||||||
|
import storeIcon from '../../../../assets/Image/store.png'
|
||||||
|
import ownerIcon from '../../../../assets/Image/owner.png'
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
function ManageUsers() {
|
function ManageUsers() {
|
||||||
|
@ -265,16 +269,16 @@ function ManageUsers() {
|
||||||
const numericValue = value.replace(/[^0-9]/g, '');
|
const numericValue = value.replace(/[^0-9]/g, '');
|
||||||
|
|
||||||
setFormData((prevData) => ({
|
setFormData((prevData) => ({
|
||||||
...prevData,
|
...prevData,
|
||||||
pincode: numericValue,
|
pincode: numericValue,
|
||||||
...(numericValue.trim() === "" && { city: "", state: "", country: "" }),
|
...(numericValue.trim() === "" && { city: "", state: "", country: "" }),
|
||||||
}));
|
}));
|
||||||
|
|
||||||
// Trigger fetching location details if the length is valid
|
// Trigger fetching location details if the length is valid
|
||||||
if (numericValue.length === 5 || numericValue.length === 6) {
|
if (numericValue.length === 5 || numericValue.length === 6) {
|
||||||
fetchLocationDetails(numericValue);
|
fetchLocationDetails(numericValue);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
// Handle pincode blur
|
// Handle pincode blur
|
||||||
const handlePincodeBlur = () => {
|
const handlePincodeBlur = () => {
|
||||||
const { pincode } = formData;
|
const { pincode } = formData;
|
||||||
|
@ -389,27 +393,67 @@ function ManageUsers() {
|
||||||
<div className="due-days">
|
<div className="due-days">
|
||||||
<div className="header-row">
|
<div className="header-row">
|
||||||
<div className="setting-title">Manage Users</div>
|
<div className="setting-title">Manage Users</div>
|
||||||
<div className="btn-position">
|
<div className="btn-position" style={{ display: "flex", gap: "10px" }}> {/* Set up flex with gap */}
|
||||||
<button
|
<button
|
||||||
className="vendor-add-button"
|
className="btn cus d-flex align-items-center"
|
||||||
onClick={() => handleShowUserModal()} // Open modal for adding a user
|
onClick={() => handleShowUserModal()} // Open modal for adding a user
|
||||||
>
|
>
|
||||||
+ Add New User
|
+ Add New User
|
||||||
|
<img
|
||||||
|
src={userIcon}
|
||||||
|
alt="user Icon"
|
||||||
|
style={{ width: "20px", height: "20px", marginLeft: "8px" }}
|
||||||
|
/>
|
||||||
</button>
|
</button>
|
||||||
<button
|
<button
|
||||||
className="vendor-add-button"
|
style={{
|
||||||
|
backgroundColor: "#4A5546",
|
||||||
|
boxShadow: "none",
|
||||||
|
outline: "none",
|
||||||
|
width: "auto",
|
||||||
|
height: "42px",
|
||||||
|
padding: "8px 12px",
|
||||||
|
fontSize: "16px",
|
||||||
|
border: "none",
|
||||||
|
borderRadius: "10px",
|
||||||
|
color: "#F4FFEE",
|
||||||
|
cursor: "pointer",
|
||||||
|
}}
|
||||||
onClick={() => handleShowStoreModal()} // Open modal for adding a user
|
onClick={() => handleShowStoreModal()} // Open modal for adding a user
|
||||||
>
|
>
|
||||||
+ Add New Store
|
+ Add New Store
|
||||||
|
<img
|
||||||
|
src={storeIcon}
|
||||||
|
alt="store Icon"
|
||||||
|
style={{ width: "20px", height: "20px", marginLeft: "8px" }}
|
||||||
|
/>
|
||||||
</button>
|
</button>
|
||||||
<button
|
<button
|
||||||
className="vendor-add-button"
|
style={{
|
||||||
|
backgroundColor: "#4A5546",
|
||||||
|
boxShadow: "none",
|
||||||
|
outline: "none",
|
||||||
|
width: "auto",
|
||||||
|
height: "42px",
|
||||||
|
padding: "8px 12px",
|
||||||
|
fontSize: "16px",
|
||||||
|
border: "none",
|
||||||
|
borderRadius: "10px",
|
||||||
|
color: "#F4FFEE",
|
||||||
|
cursor: "pointer",
|
||||||
|
}}
|
||||||
onClick={() => setAssignOwnerModal(true)} // Open modal for assigning an owner
|
onClick={() => setAssignOwnerModal(true)} // Open modal for assigning an owner
|
||||||
>
|
>
|
||||||
+ Assign Existing User As Owner
|
+ Assign Existing User As Owner
|
||||||
|
<img
|
||||||
|
src={ownerIcon}
|
||||||
|
alt="owner Icon"
|
||||||
|
style={{ width: "20px", height: "20px", marginLeft: "8px" }}
|
||||||
|
/>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<ManageUserTable
|
<ManageUserTable
|
||||||
data={users}
|
data={users}
|
||||||
columns={columns}
|
columns={columns}
|
||||||
|
@ -425,18 +469,24 @@ function ManageUsers() {
|
||||||
show={true}
|
show={true}
|
||||||
handleClose={handleCloseUserModal}
|
handleClose={handleCloseUserModal}
|
||||||
title={currentUserId ? "Edit User" : "Add New User"}
|
title={currentUserId ? "Edit User" : "Add New User"}
|
||||||
width="1054px"
|
width="700px"
|
||||||
>
|
>
|
||||||
<form>
|
<form>
|
||||||
<div className="form-group d-flex flex-column">
|
<div className="form-group d-flex flex-column p-5">
|
||||||
<div className="d-flex align-items-center mb-3">
|
<div className="d-flex align-items-center mb-3 ">
|
||||||
<input
|
<input
|
||||||
type="text"
|
type="text"
|
||||||
className="input-field"
|
className="input-field"
|
||||||
placeholder="Full Name"
|
placeholder="Full Name"
|
||||||
value={fullName}
|
value={fullName}
|
||||||
onChange={(e) => setFullName(e.target.value)}
|
onChange={(e) => setFullName(e.target.value)}
|
||||||
style={{ width: "483px", marginRight: "10px" }}
|
style={{
|
||||||
|
width: "483px", marginRight: "10px", backgroundColor: "#ffffff",
|
||||||
|
border: "none", // Remove all borders
|
||||||
|
borderBottom: "2px solid #ccc", // Set bottom border
|
||||||
|
borderRadius: "0px", // Remove border radius
|
||||||
|
|
||||||
|
}}
|
||||||
/>
|
/>
|
||||||
<input
|
<input
|
||||||
type="email"
|
type="email"
|
||||||
|
@ -444,14 +494,20 @@ function ManageUsers() {
|
||||||
placeholder="Email"
|
placeholder="Email"
|
||||||
value={email}
|
value={email}
|
||||||
onChange={(e) => setEmail(e.target.value)}
|
onChange={(e) => setEmail(e.target.value)}
|
||||||
style={{ width: "483px", marginRight: "10px" }}
|
style={{
|
||||||
|
width: "483px", marginRight: "10px", backgroundColor: "#ffffff",
|
||||||
|
border: "none", // Remove all borders
|
||||||
|
borderBottom: "2px solid #ccc", // Set bottom border
|
||||||
|
borderRadius: "0px", // Remove border radius
|
||||||
|
}}
|
||||||
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div className="d-flex align-items-center mb-3">
|
<div className="d-flex align-items-center mb-3">
|
||||||
<input
|
<input
|
||||||
type="tel"
|
type="tel"
|
||||||
className="input-field"
|
className="input-field"
|
||||||
placeholder="Phone Number (without country code)"
|
placeholder="Phone Number "
|
||||||
value={phoneNumber}
|
value={phoneNumber}
|
||||||
onChange={(e) => {
|
onChange={(e) => {
|
||||||
|
|
||||||
|
@ -461,13 +517,25 @@ function ManageUsers() {
|
||||||
}
|
}
|
||||||
}}
|
}}
|
||||||
maxLength={10}
|
maxLength={10}
|
||||||
style={{ width: "483px", marginRight: "10px" }}
|
style={{
|
||||||
|
width: "483px", marginRight: "10px", backgroundColor: "#ffffff",
|
||||||
|
border: "none", // Remove all borders
|
||||||
|
borderBottom: "2px solid #ccc", // Set bottom border
|
||||||
|
borderRadius: "0px", // Remove border radius
|
||||||
|
|
||||||
|
}}
|
||||||
/>
|
/>
|
||||||
<select
|
<select
|
||||||
className="input-field"
|
className="input-field"
|
||||||
value={role}
|
value={role}
|
||||||
onChange={(e) => setRole(e.target.value)}
|
onChange={(e) => setRole(e.target.value)}
|
||||||
style={{ width: "483px", marginRight: "10px" }}
|
style={{
|
||||||
|
width: "483px", marginRight: "10px", backgroundColor: "#ffffff",
|
||||||
|
border: "none", // Remove all borders
|
||||||
|
borderBottom: "2px solid #ccc", // Set bottom border
|
||||||
|
borderRadius: "0px", // Remove border radius
|
||||||
|
|
||||||
|
}}
|
||||||
>
|
>
|
||||||
<option value="">Select Role for User</option>
|
<option value="">Select Role for User</option>
|
||||||
{roles.map((r) => (
|
{roles.map((r) => (
|
||||||
|
@ -493,7 +561,7 @@ function ManageUsers() {
|
||||||
style={{
|
style={{
|
||||||
marginRight: "40px",
|
marginRight: "40px",
|
||||||
padding: "4px 8px",
|
padding: "4px 8px",
|
||||||
backgroundColor: "#4545db",
|
backgroundColor: "#282e26",
|
||||||
color: "white",
|
color: "white",
|
||||||
border: "none",
|
border: "none",
|
||||||
borderRadius: "40px",
|
borderRadius: "40px",
|
||||||
|
@ -521,10 +589,10 @@ function ManageUsers() {
|
||||||
show={true}
|
show={true}
|
||||||
handleClose={handleCloseStoreModal}
|
handleClose={handleCloseStoreModal}
|
||||||
title={"Add New Store"}
|
title={"Add New Store"}
|
||||||
width="1054px"
|
width="700px"
|
||||||
>
|
>
|
||||||
<form>
|
<form>
|
||||||
<div className="form-group">
|
<div className="form-group p-5">
|
||||||
{/* Wrapper for Flexbox */}
|
{/* Wrapper for Flexbox */}
|
||||||
<div className="d-flex flex-wrap">
|
<div className="d-flex flex-wrap">
|
||||||
{/* Left Side */}
|
{/* Left Side */}
|
||||||
|
@ -541,7 +609,12 @@ function ManageUsers() {
|
||||||
store_name: e.target.value,
|
store_name: e.target.value,
|
||||||
}))
|
}))
|
||||||
}
|
}
|
||||||
style={{ width: "100%" }}
|
style={{
|
||||||
|
width: "100%", marginRight: "10px", backgroundColor: "#ffffff",
|
||||||
|
border: "none", // Remove all borders
|
||||||
|
borderBottom: "2px solid #ccc", // Set bottom border
|
||||||
|
borderRadius: "0px", // Remove border radius
|
||||||
|
}}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div className="mb-3">
|
<div className="mb-3">
|
||||||
|
@ -556,7 +629,12 @@ function ManageUsers() {
|
||||||
address_line1: e.target.value,
|
address_line1: e.target.value,
|
||||||
}))
|
}))
|
||||||
}
|
}
|
||||||
style={{ width: "100%" }}
|
style={{
|
||||||
|
width: "100%", marginRight: "10px", backgroundColor: "#ffffff",
|
||||||
|
border: "none", // Remove all borders
|
||||||
|
borderBottom: "2px solid #ccc", // Set bottom border
|
||||||
|
borderRadius: "0px", // Remove border radius
|
||||||
|
}}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div className="mb-3">
|
<div className="mb-3">
|
||||||
|
@ -566,7 +644,12 @@ function ManageUsers() {
|
||||||
placeholder="City"
|
placeholder="City"
|
||||||
value={formData.city}
|
value={formData.city}
|
||||||
readOnly
|
readOnly
|
||||||
style={{ width: "100%" }}
|
style={{
|
||||||
|
width: "100%", marginRight: "10px", backgroundColor: "#ffffff",
|
||||||
|
border: "none", // Remove all borders
|
||||||
|
borderBottom: "2px solid #ccc", // Set bottom border
|
||||||
|
borderRadius: "0px", // Remove border radius
|
||||||
|
}}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -581,7 +664,12 @@ function ManageUsers() {
|
||||||
value={formData.pincode}
|
value={formData.pincode}
|
||||||
onChange={handlePincodeChange}
|
onChange={handlePincodeChange}
|
||||||
onBlur={handlePincodeBlur}
|
onBlur={handlePincodeBlur}
|
||||||
style={{ width: "100%" }}
|
style={{
|
||||||
|
width: "100%", marginRight: "10px", backgroundColor: "#ffffff",
|
||||||
|
border: "none", // Remove all borders
|
||||||
|
borderBottom: "2px solid #ccc", // Set bottom border
|
||||||
|
borderRadius: "0px", // Remove border radius
|
||||||
|
}}
|
||||||
maxLength={5}
|
maxLength={5}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
@ -595,7 +683,12 @@ function ManageUsers() {
|
||||||
placeholder="State"
|
placeholder="State"
|
||||||
value={formData.state}
|
value={formData.state}
|
||||||
readOnly
|
readOnly
|
||||||
style={{ width: "100%" }}
|
style={{
|
||||||
|
width: "100%", marginRight: "10px", backgroundColor: "#ffffff",
|
||||||
|
border: "none", // Remove all borders
|
||||||
|
borderBottom: "2px solid #ccc", // Set bottom border
|
||||||
|
borderRadius: "0px", // Remove border radius
|
||||||
|
}}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div className="mb-3">
|
<div className="mb-3">
|
||||||
|
@ -605,7 +698,12 @@ function ManageUsers() {
|
||||||
placeholder="Country"
|
placeholder="Country"
|
||||||
value={formData.country}
|
value={formData.country}
|
||||||
readOnly
|
readOnly
|
||||||
style={{ width: "100%" }}
|
style={{
|
||||||
|
width: "100%", marginRight: "10px", backgroundColor: "#ffffff",
|
||||||
|
border: "none", // Remove all borders
|
||||||
|
borderBottom: "2px solid #ccc", // Set bottom border
|
||||||
|
borderRadius: "0px", // Remove border radius
|
||||||
|
}}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -617,7 +715,7 @@ function ManageUsers() {
|
||||||
style={{
|
style={{
|
||||||
marginRight: "40px",
|
marginRight: "40px",
|
||||||
padding: "4px 8px",
|
padding: "4px 8px",
|
||||||
backgroundColor: "#4545db",
|
backgroundColor: "#282e26",
|
||||||
color: "white",
|
color: "white",
|
||||||
border: "none",
|
border: "none",
|
||||||
borderRadius: "40px",
|
borderRadius: "40px",
|
||||||
|
@ -643,26 +741,32 @@ function ManageUsers() {
|
||||||
<ReusableModal
|
<ReusableModal
|
||||||
show={true}
|
show={true}
|
||||||
handleClose={handleCloseAssignOwnerModal}
|
handleClose={handleCloseAssignOwnerModal}
|
||||||
title="Assign Admin"
|
title="Assign Admin as Owner"
|
||||||
width="600px"
|
width="600px"
|
||||||
>
|
>
|
||||||
<form onSubmit={handleAssignOwnerSubmit}>
|
<form onSubmit={handleAssignOwnerSubmit}>
|
||||||
<div className="form-group d-flex align-items-center mt-1">
|
<div className="form-group d-flex flex-column mt-1 p-3 ">
|
||||||
<input
|
<input
|
||||||
type="email"
|
type="email"
|
||||||
className="input-field"
|
className="input-field"
|
||||||
placeholder="Enter User Email"
|
placeholder="Enter User Email"
|
||||||
value={ownerEmail}
|
value={ownerEmail}
|
||||||
onChange={(e) => setOwnerEmail(e.target.value)}
|
onChange={(e) => setOwnerEmail(e.target.value)}
|
||||||
style={{ width: "483px", marginRight: "20px" }}
|
style={{
|
||||||
|
width: "483px",
|
||||||
|
marginBottom: "20px", // Add margin between email and button
|
||||||
|
backgroundColor: "#ffffff",
|
||||||
|
border: "none", // Remove all borders
|
||||||
|
borderBottom: "2px solid #ccc", // Set bottom border
|
||||||
|
borderRadius: "0px", // Remove border radius
|
||||||
|
}}
|
||||||
required
|
required
|
||||||
/>
|
/>
|
||||||
<div style={{ display: "flex", justifyContent: "flex-end" }}>
|
<div style={{ display: "flex", justifyContent: "flex-end" }}>
|
||||||
<button
|
<button
|
||||||
style={{
|
style={{
|
||||||
marginRight: "40px",
|
|
||||||
padding: "4px 8px",
|
padding: "4px 8px",
|
||||||
backgroundColor: "#4545db",
|
backgroundColor: "#282e26",
|
||||||
color: "white",
|
color: "white",
|
||||||
border: "none",
|
border: "none",
|
||||||
borderRadius: "40px",
|
borderRadius: "40px",
|
||||||
|
@ -678,8 +782,6 @@ function ManageUsers() {
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
</ReusableModal>
|
</ReusableModal>
|
||||||
|
|
|
@ -47,7 +47,7 @@ const ReusableModal = ({
|
||||||
};
|
};
|
||||||
|
|
||||||
const modalContentStyle = {
|
const modalContentStyle = {
|
||||||
borderRadius: "15px",
|
borderRadius: "30px",
|
||||||
overflow: "hidden",
|
overflow: "hidden",
|
||||||
width: width, // use the width prop
|
width: width, // use the width prop
|
||||||
height: height, // use the height prop
|
height: height, // use the height prop
|
||||||
|
@ -57,21 +57,32 @@ const ReusableModal = ({
|
||||||
};
|
};
|
||||||
|
|
||||||
const headerStyle = {
|
const headerStyle = {
|
||||||
backgroundColor: "#F0F0F0",
|
backgroundColor: "#fff",
|
||||||
borderTopLeftRadius: "15px",
|
borderTopLeftRadius: "15px",
|
||||||
borderTopRightRadius: "15px",
|
borderTopRightRadius: "15px",
|
||||||
height: "55px",
|
height: "55px",
|
||||||
display: "flex",
|
display: "flex",
|
||||||
|
border:'none',
|
||||||
justifyContent: "space-between",
|
justifyContent: "space-between",
|
||||||
alignItems: "center",
|
alignItems: "center",
|
||||||
|
padding: "0 16px", // Add padding for space between the content and edges
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
const titleStyle = {
|
const titleStyle = {
|
||||||
fontFamily: "'Manrope', sans-serif",
|
fontFamily: "'Manrope', sans-serif",
|
||||||
fontWeight: "600", // semibold
|
fontWeight: "600",
|
||||||
fontSize: "20px",
|
fontSize: "20px",
|
||||||
color: "#002300",
|
color: "#002300",
|
||||||
margin: 0, // remove default margin
|
margin: 0,
|
||||||
|
textAlign: "center",
|
||||||
|
flex: 1, // Allow the title to take up available space
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
|
const closeButtonStyle = {
|
||||||
|
cursor: "pointer",
|
||||||
|
marginLeft: "auto", // Push the close button to the far right
|
||||||
};
|
};
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
@ -88,21 +99,23 @@ const ReusableModal = ({
|
||||||
<h5 className="modal-title" style={titleStyle}>
|
<h5 className="modal-title" style={titleStyle}>
|
||||||
{title}
|
{title}
|
||||||
</h5>
|
</h5>
|
||||||
<svg
|
<div style={closeButtonStyle}>
|
||||||
onClick={handleClose}
|
<svg
|
||||||
width="26"
|
onClick={handleClose}
|
||||||
height="24"
|
width="26"
|
||||||
viewBox="0 0 26 24"
|
height="24"
|
||||||
fill="none"
|
viewBox="0 0 26 24"
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
fill="none"
|
||||||
>
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
<path
|
>
|
||||||
fillRule="evenodd"
|
<path
|
||||||
clipRule="evenodd"
|
fillRule="evenodd"
|
||||||
d="M20.4226 6.45104C20.5153 6.36563 20.5888 6.26421 20.6389 6.15258C20.6891 6.04094 20.715 5.92127 20.7151 5.80041C20.7152 5.67954 20.6894 5.55985 20.6394 5.44815C20.5894 5.33646 20.516 5.23496 20.4235 5.14944C20.331 5.06393 20.2211 4.99607 20.1001 4.94975C19.9792 4.90343 19.8496 4.87955 19.7186 4.87947C19.5877 4.8794 19.458 4.90313 19.337 4.94931C19.216 4.9955 19.1061 5.06323 19.0134 5.14864L13.0005 10.699L6.98928 5.14864C6.80218 4.97593 6.54841 4.87891 6.28381 4.87891C6.01921 4.87891 5.76545 4.97593 5.57835 5.14864C5.39125 5.32135 5.28613 5.55559 5.28613 5.79984C5.28613 6.04409 5.39125 6.27833 5.57835 6.45104L11.5913 11.9998L5.57835 17.5486C5.4857 17.6342 5.41221 17.7357 5.36208 17.8474C5.31194 17.9591 5.28613 18.0789 5.28613 18.1998C5.28613 18.3208 5.31194 18.4405 5.36208 18.5523C5.41221 18.664 5.4857 18.7655 5.57835 18.851C5.76545 19.0237 6.01921 19.1208 6.28381 19.1208C6.41483 19.1208 6.54456 19.097 6.66561 19.0507C6.78665 19.0044 6.89664 18.9366 6.98928 18.851L13.0005 13.3006L19.0134 18.851C19.2005 19.0235 19.4542 19.1204 19.7186 19.1202C19.9831 19.1201 20.2366 19.0229 20.4235 18.8502C20.6104 18.6775 20.7152 18.4434 20.7151 18.1993C20.7149 17.9552 20.6097 17.7211 20.4226 17.5486L14.4097 11.9998L20.4226 6.45104Z"
|
clipRule="evenodd"
|
||||||
fill="black"
|
d="M20.4226 6.45104C20.5153 6.36563 20.5888 6.26421 20.6389 6.15258C20.6891 6.04094 20.715 5.92127 20.7151 5.80041C20.7152 5.67954 20.6894 5.55985 20.6394 5.44815C20.5894 5.33646 20.516 5.23496 20.4235 5.14944C20.331 5.06393 20.2211 4.99607 20.1001 4.94975C19.9792 4.90343 19.8496 4.87955 19.7186 4.87947C19.5877 4.8794 19.458 4.90313 19.337 4.94931C19.216 4.9955 19.1061 5.06323 19.0134 5.14864L13.0005 10.699L6.98928 5.14864C6.80218 4.97593 6.54841 4.87891 6.28381 4.87891C6.01921 4.87891 5.76545 4.97593 5.57835 5.14864C5.39125 5.32135 5.28613 5.55559 5.28613 5.79984C5.28613 6.04409 5.39125 6.27833 5.57835 6.45104L11.5913 11.9998L5.57835 17.5486C5.4857 17.6342 5.41221 17.7357 5.36208 17.8474C5.31194 17.9591 5.28613 18.0789 5.28613 18.1998C5.28613 18.3208 5.31194 18.4405 5.36208 18.5523C5.41221 18.664 5.4857 18.7655 5.57835 18.851C5.76545 19.0237 6.01921 19.1208 6.28381 19.1208C6.41483 19.1208 6.54456 19.097 6.66561 19.0507C6.78665 19.0044 6.89664 18.9366 6.98928 18.851L13.0005 13.3006L19.0134 18.851C19.2005 19.0235 19.4542 19.1204 19.7186 19.1202C19.9831 19.1201 20.2366 19.0229 20.4235 18.8502C20.6104 18.6775 20.7152 18.4434 20.7151 18.1993C20.7149 17.9552 20.6097 17.7211 20.4226 17.5486L14.4097 11.9998L20.4226 6.45104Z"
|
||||||
/>
|
fill="black"
|
||||||
</svg>
|
/>
|
||||||
|
</svg>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div className="modal-body">{children}</div>
|
<div className="modal-body">{children}</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -312,7 +312,7 @@ const SettingTable = ({
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<table className="data-table custom-table rounded-table">
|
<table className="data-table custom-table" style={{borderRadius:"none"}} >
|
||||||
<thead className="table-header">
|
<thead className="table-header">
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="col" className="no-column">
|
<th scope="col" className="no-column">
|
||||||
|
|
|
@ -167,10 +167,12 @@
|
||||||
.due-days {
|
.due-days {
|
||||||
padding: 20px; /* Adjust as needed */
|
padding: 20px; /* Adjust as needed */
|
||||||
margin: 20px auto;
|
margin: 20px auto;
|
||||||
background-color: #ffffff;
|
border: 1px solid #EBEAF2;
|
||||||
border-radius: 10px;
|
box-shadow: "0px 2px 8px rgba(6, 12, 34, 0.0392157)";
|
||||||
|
border-radius: 40px;
|
||||||
width: 1600px;
|
width: 1600px;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
|
background-color: #ffffff;
|
||||||
}
|
}
|
||||||
.due-card {
|
.due-card {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
@ -262,13 +264,35 @@
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
align-items: flex-start; /* Align items to the start (left) */
|
align-items: flex-start; /* Align items to the start (left) */
|
||||||
border-radius: 10px;
|
border-radius: 40px;
|
||||||
padding: 30px;
|
padding: 30px;
|
||||||
margin: 20px auto;
|
margin: 20px auto;
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
width: 1600px;
|
width: 1600px;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.department-container {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
justify-content: flex-start; /* Align items to the start (top) */
|
||||||
|
align-items: flex-start; /* Align items to the start (left) */
|
||||||
|
border-radius: 20px;
|
||||||
|
padding: 30px;
|
||||||
|
|
||||||
|
border: none; /* Ensure no border */
|
||||||
|
border-bottom: 2px solid #ccc; /* Set a bottom border */
|
||||||
|
margin: 20px 0; /* Center vertically with top and bottom margins */
|
||||||
|
background-color: #ffffff;
|
||||||
|
width: 850px; /* Set a fixed width */
|
||||||
|
max-width: 100%; /* Ensure it doesn't exceed the screen width */
|
||||||
|
margin-left: 160px; /* Align to the left with 9% margin */
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.setting-title {
|
.setting-title {
|
||||||
margin-bottom: 10px; /* Space between title and inputs */
|
margin-bottom: 10px; /* Space between title and inputs */
|
||||||
font-size: 24px; /* Adjust as needed */
|
font-size: 24px; /* Adjust as needed */
|
||||||
|
@ -284,7 +308,7 @@
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
width: 600px;
|
width: 600px;
|
||||||
height: 40px;
|
height: 40px;
|
||||||
background-color: #f6f6f6;
|
background-color: #fff;
|
||||||
border: 1px solid #f6f6f6;
|
border: 1px solid #f6f6f6;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
}
|
}
|
||||||
|
@ -445,22 +469,25 @@
|
||||||
gap: 10px; /* Space between cards */ /* space above cards */
|
gap: 10px; /* Space between cards */ /* space above cards */
|
||||||
}
|
}
|
||||||
.dept-card {
|
.dept-card {
|
||||||
width: 474px; /* fixed width */
|
width: 474px; /* Fixed width */
|
||||||
height: 70px; /* fixed height */
|
height: 70px; /* Fixed height */
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
border: 1px solid #f6f6f6;
|
border: 1px solid #EBEAF2; /* Add border color */
|
||||||
border-radius: 10px;
|
border-radius: 20px; /* Rounded corners */
|
||||||
display: flex;
|
display: flex; /* Flexbox layout */
|
||||||
align-items: center;
|
align-items: center; /* Center items vertically */
|
||||||
justify-content: space-between;
|
justify-content: space-between; /* Space items evenly */
|
||||||
|
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Add box shadow */
|
||||||
}
|
}
|
||||||
.dept-info {
|
.dept-info {
|
||||||
width: 386px;
|
width: 386px;
|
||||||
height: 50px;
|
height: 50px;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
background-color: #f6f6f6;
|
background-color: #ffffff;
|
||||||
border: 1px solid rgba(0, 35, 0, 0.1);
|
|
||||||
border-radius: 4px;
|
border: none; /* Remove the redundant border */
|
||||||
|
|
||||||
|
border-radius: 10px; /* Rounded corners */
|
||||||
}
|
}
|
||||||
.create-department-section {
|
.create-department-section {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
@ -514,31 +541,34 @@ input[type="date"] {
|
||||||
}
|
}
|
||||||
.data-table {
|
.data-table {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
border: 1px solid #F4F4F4;
|
border: 2px solid #F4F4F4;
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
border-radius: 20px 20px 0 0;
|
/* border-radius: 20px 20px 0 0; */
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
.table-header th, .table-body td {
|
.table-header th, .table-body td {
|
||||||
border: 1px solid #F4F4F4;
|
/* border: 1px solid #F4F4F4; */
|
||||||
padding: 12px;
|
padding: 12px;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
padding-left: 20px;
|
padding-left: 20px;
|
||||||
}
|
}
|
||||||
.table-header th {
|
.table-header th {
|
||||||
background-color: #f2f2f2;
|
background-color: #282e26;
|
||||||
color: #002300;
|
color: white;
|
||||||
cursor: pointer; /* Added cursor for sortable columns */
|
cursor: pointer; /* Added cursor for sortable columns */
|
||||||
}
|
}
|
||||||
.table-body td {
|
.table-body td {
|
||||||
padding-left: 20px;
|
padding-left: 20px;
|
||||||
color: #002300;
|
color: #002300;
|
||||||
|
background-color: #ffffff;
|
||||||
|
border-bottom: 1px solid #EBEAF2;
|
||||||
|
|
||||||
}
|
}
|
||||||
.table-body tr:last-child td {
|
.table-body tr:last-child td {
|
||||||
border-bottom: 1px solid #F4F4F4;
|
border-bottom: 1px solid #ffffff;
|
||||||
}
|
}
|
||||||
.table-body {
|
.table-body {
|
||||||
border-bottom: 1px solid #F4F4F4;
|
border-bottom: 2px solid #EBEAF2;
|
||||||
}
|
}
|
||||||
.no-column {
|
.no-column {
|
||||||
width: 100px;
|
width: 100px;
|
||||||
|
@ -568,6 +598,8 @@ input[type="date"] {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: end;
|
justify-content: end;
|
||||||
padding: 10px 0;
|
padding: 10px 0;
|
||||||
|
background-color: #ffffff;
|
||||||
|
|
||||||
}
|
}
|
||||||
.pagination .page-item {
|
.pagination .page-item {
|
||||||
margin: 0 5px;
|
margin: 0 5px;
|
||||||
|
@ -575,21 +607,26 @@ input[type="date"] {
|
||||||
.pagination .page-link {
|
.pagination .page-link {
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
border: 1px solid #F4F4F4;
|
border: 1px solid #F4F4F4;
|
||||||
|
/* background-color: #ffffff; */
|
||||||
background-color: #b6d7a8;
|
background-color: #b6d7a8;
|
||||||
border-radius: 50%;
|
border-radius: 30px;
|
||||||
color: #002300;
|
color: #002300;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
width: 36px;
|
width: 30px;
|
||||||
height: 36px;
|
height: 30px;
|
||||||
|
|
||||||
transition: background-color 0.3s, color 0.3s;
|
transition: background-color 0.3s, color 0.3s;
|
||||||
}
|
}
|
||||||
.pagination .page-link:hover {
|
.pagination .page-link:hover {
|
||||||
background-color: #ffaf32;
|
background-color: red;
|
||||||
}
|
}
|
||||||
.pagination .page-item.active .page-link {
|
.pagination .page-item.active .page-link {
|
||||||
|
width: 30px;
|
||||||
|
height: 30px;
|
||||||
|
border-radius: 30px;
|
||||||
background-color: #ffaf32; /* Yellow background */
|
background-color: #ffaf32; /* Yellow background */
|
||||||
color: #002300;
|
color: #002300;
|
||||||
border-color:#fbfbfbfb;
|
border-color:#fbfbfbfb;
|
||||||
|
|
|
@ -336,9 +336,9 @@ function StoreInformation() {
|
||||||
maxWidth: '300px',
|
maxWidth: '300px',
|
||||||
textAlign: 'center',
|
textAlign: 'center',
|
||||||
borderRadius: '20px',
|
borderRadius: '20px',
|
||||||
border: '1px solid #6666ff',
|
border: '1px solid #282E26',
|
||||||
fontWeight: '800',
|
fontWeight: '800',
|
||||||
backgroundColor: plan.is_active ? 'transparent' : '#6666ff',
|
backgroundColor: plan.is_active ? 'transparent' : '#282E26',
|
||||||
color: plan.is_active ? '#000' : '#fff',
|
color: plan.is_active ? '#000' : '#fff',
|
||||||
}}
|
}}
|
||||||
onClick={(e) => {
|
onClick={(e) => {
|
||||||
|
|
|
@ -7,6 +7,8 @@ import useApi from "../../../../utils/api-manager/Helper/useApi";
|
||||||
import { toast, ToastContainer } from "react-toastify";
|
import { toast, ToastContainer } from "react-toastify";
|
||||||
import PayrollTableWithButton from "./PayrollTableWithButton";
|
import PayrollTableWithButton from "./PayrollTableWithButton";
|
||||||
import Swal from "sweetalert2";
|
import Swal from "sweetalert2";
|
||||||
|
import employeeIcon from '../../../../assets/Image/employee.png'
|
||||||
|
|
||||||
|
|
||||||
export default function Payroll() {
|
export default function Payroll() {
|
||||||
const { user } = useContext(AuthContext);
|
const { user } = useContext(AuthContext);
|
||||||
|
@ -210,53 +212,53 @@ export default function Payroll() {
|
||||||
|
|
||||||
const updatedFormData = { ...formData, store: storeId };
|
const updatedFormData = { ...formData, store: storeId };
|
||||||
|
|
||||||
try {
|
try {
|
||||||
let response;
|
let response;
|
||||||
|
|
||||||
// If there's an editing payroll ID, we want to PATCH the payroll employee data
|
// If there's an editing payroll ID, we want to PATCH the payroll employee data
|
||||||
if (editingPayrollId) {
|
if (editingPayrollId) {
|
||||||
response = await Patch("payrollEmployeeData", editingPayrollId, updatedFormData);
|
response = await Patch("payrollEmployeeData", editingPayrollId, updatedFormData);
|
||||||
|
|
||||||
if (response.status === 200) {
|
if (response.status === 200) {
|
||||||
setPayrollData(prevData =>
|
setPayrollData(prevData =>
|
||||||
prevData.map(payroll =>
|
prevData.map(payroll =>
|
||||||
payroll.id === editingPayrollId ? { ...payroll, ...updatedFormData } : payroll
|
payroll.id === editingPayrollId ? { ...payroll, ...updatedFormData } : payroll
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
toast.success("Payroll updated successfully!");
|
toast.success("Payroll updated successfully!");
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
// If there's no editingPayrollId, it's a new payroll record
|
||||||
|
response = await Post("payrollEmployeeData", updatedFormData);
|
||||||
|
|
||||||
|
if (response.status === 201) {
|
||||||
|
setPayrollData(prevData => [...prevData, response.data]);
|
||||||
|
toast.success("Payroll added successfully!");
|
||||||
|
} else if (response.data) {
|
||||||
|
// Extract specific error messages and display them
|
||||||
|
const errorMessages = Object.entries(response.data)
|
||||||
|
.map(([field, messages]) => `${messages.join(", ")}`)
|
||||||
|
.join("\n");
|
||||||
|
toast.error(errorMessages || "An unknown error occurred.");
|
||||||
|
} else {
|
||||||
|
toast.error("Please Validate Fields");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
closeModal(); // Close the modal after submitting the form
|
||||||
|
} catch (error) {
|
||||||
|
console.error("Error submitting form", error);
|
||||||
|
if (error.response?.data) {
|
||||||
|
// Handle API response errors
|
||||||
|
const errorMessages = Object.entries(error.response.data)
|
||||||
|
.map(([field, messages]) => `${field}: ${messages.join(", ")}`)
|
||||||
|
.join("\n");
|
||||||
|
toast.error(errorMessages || "An unknown error occurred.");
|
||||||
|
} else {
|
||||||
|
// Handle generic errors
|
||||||
|
toast.error("Error submitting form: " + error.message);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
} else {
|
|
||||||
// If there's no editingPayrollId, it's a new payroll record
|
|
||||||
response = await Post("payrollEmployeeData", updatedFormData);
|
|
||||||
|
|
||||||
if (response.status === 201) {
|
|
||||||
setPayrollData(prevData => [...prevData, response.data]);
|
|
||||||
toast.success("Payroll added successfully!");
|
|
||||||
} else if (response.data) {
|
|
||||||
// Extract specific error messages and display them
|
|
||||||
const errorMessages = Object.entries(response.data)
|
|
||||||
.map(([field, messages]) => `${messages.join(", ")}`)
|
|
||||||
.join("\n");
|
|
||||||
toast.error(errorMessages || "An unknown error occurred.");
|
|
||||||
} else {
|
|
||||||
toast.error("Please Validate Fields");
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
closeModal(); // Close the modal after submitting the form
|
|
||||||
} catch (error) {
|
|
||||||
console.error("Error submitting form", error);
|
|
||||||
if (error.response?.data) {
|
|
||||||
// Handle API response errors
|
|
||||||
const errorMessages = Object.entries(error.response.data)
|
|
||||||
.map(([field, messages]) => `${field}: ${messages.join(", ")}`)
|
|
||||||
.join("\n");
|
|
||||||
toast.error(errorMessages || "An unknown error occurred.");
|
|
||||||
} else {
|
|
||||||
// Handle generic errors
|
|
||||||
toast.error("Error submitting form: " + error.message);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -297,11 +299,11 @@ export default function Payroll() {
|
||||||
bank: paymentData.payment_method === "cheque" ? paymentData.bank : "",
|
bank: paymentData.payment_method === "cheque" ? paymentData.bank : "",
|
||||||
bank_name: bankName, // Include bank_name in the payload
|
bank_name: bankName, // Include bank_name in the payload
|
||||||
cheque_no:
|
cheque_no:
|
||||||
paymentData.payment_method === "cheque"
|
paymentData.payment_method === "cheque"
|
||||||
? paymentData.cheque_no || ""
|
? paymentData.cheque_no || ""
|
||||||
: editingPayrollId
|
: editingPayrollId
|
||||||
? paymentData.cheque_no // Preserve existing cheque_no if editing
|
? paymentData.cheque_no // Preserve existing cheque_no if editing
|
||||||
: null,
|
: null,
|
||||||
note: paymentData.note,
|
note: paymentData.note,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -332,45 +334,45 @@ export default function Payroll() {
|
||||||
|
|
||||||
const handleDelete = async (id, type) => {
|
const handleDelete = async (id, type) => {
|
||||||
const result = await Swal.fire({
|
const result = await Swal.fire({
|
||||||
title: "Are you sure?",
|
title: "Are you sure?",
|
||||||
text: "You won't be able to revert this!",
|
text: "You won't be able to revert this!",
|
||||||
icon: "warning",
|
icon: "warning",
|
||||||
showCancelButton: true,
|
showCancelButton: true,
|
||||||
confirmButtonColor: "#d33",
|
confirmButtonColor: "#d33",
|
||||||
cancelButtonColor: "#3085d6",
|
cancelButtonColor: "#3085d6",
|
||||||
confirmButtonText: "Yes, delete it!",
|
confirmButtonText: "Yes, delete it!",
|
||||||
});
|
});
|
||||||
|
|
||||||
// Check if the user clicked the confirm button
|
// Check if the user clicked the confirm button
|
||||||
if (!result.isConfirmed) return; // Exit if the user cancels
|
if (!result.isConfirmed) return; // Exit if the user cancels
|
||||||
|
|
||||||
try {
|
try {
|
||||||
if (type === "payroll") {
|
if (type === "payroll") {
|
||||||
// Delete payroll record
|
// Delete payroll record
|
||||||
await Delete(`payrollEmployeeData`, id);
|
await Delete(`payrollEmployeeData`, id);
|
||||||
// Update payroll data in the frontend
|
// Update payroll data in the frontend
|
||||||
setPayrollData((prevPayrollData) => prevPayrollData.filter((p) => p.id !== id));
|
setPayrollData((prevPayrollData) => prevPayrollData.filter((p) => p.id !== id));
|
||||||
|
|
||||||
// Fetch updated salary history data from the backend
|
// Fetch updated salary history data from the backend
|
||||||
const updatedSalaryHistory = await Get("payrollSalaryData");
|
const updatedSalaryHistory = await Get("payrollSalaryData");
|
||||||
setSalaryHistory(updatedSalaryHistory);
|
setSalaryHistory(updatedSalaryHistory);
|
||||||
|
|
||||||
toast.success("Payroll record deleted successfully!");
|
toast.success("Payroll record deleted successfully!");
|
||||||
} else if (type === "salaryHistory") {
|
} else if (type === "salaryHistory") {
|
||||||
// Delete salary history record
|
// Delete salary history record
|
||||||
await Delete(`payrollSalaryData`, id);
|
await Delete(`payrollSalaryData`, id);
|
||||||
// Update salary history data in the frontend
|
// Update salary history data in the frontend
|
||||||
setSalaryHistory((prevSalaryHistory) =>
|
setSalaryHistory((prevSalaryHistory) =>
|
||||||
prevSalaryHistory.filter((s) => s.id !== id)
|
prevSalaryHistory.filter((s) => s.id !== id)
|
||||||
);
|
);
|
||||||
|
|
||||||
toast.success("Salary history record deleted successfully!");
|
toast.success("Salary history record deleted successfully!");
|
||||||
}
|
}
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.error("Error deleting record:", error);
|
console.error("Error deleting record:", error);
|
||||||
toast.error("Error deleting record: " + (error.response?.data || error.message));
|
toast.error("Error deleting record: " + (error.response?.data || error.message));
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
@ -378,9 +380,9 @@ export default function Payroll() {
|
||||||
<div className="p-2">
|
<div className="p-2">
|
||||||
<div className="expensecontainer d-flex flex-column pd-2 mb-2">
|
<div className="expensecontainer d-flex flex-column pd-2 mb-2">
|
||||||
<div className="d-flex justify-content-between align-items-center mb-3">
|
<div className="d-flex justify-content-between align-items-center mb-3">
|
||||||
<h3 className="mb-1">Manage Payroll</h3>
|
<h3 className="mb-1">Manage Employee</h3>
|
||||||
<button
|
<button
|
||||||
className="btn btn-primary cus"
|
className="btn cus d-flex align-items-center"
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
// fetchBankData();
|
// fetchBankData();
|
||||||
setModalType('new');
|
setModalType('new');
|
||||||
|
@ -388,6 +390,11 @@ export default function Payroll() {
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
+ Add Employee
|
+ Add Employee
|
||||||
|
<img
|
||||||
|
src={employeeIcon}
|
||||||
|
alt="employee Icon"
|
||||||
|
style={{ width: "20px", height: "20px", marginLeft: "8px" }}
|
||||||
|
/>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
<PayrollTableWithButton
|
<PayrollTableWithButton
|
||||||
|
@ -407,69 +414,117 @@ export default function Payroll() {
|
||||||
</div>
|
</div>
|
||||||
{ }
|
{ }
|
||||||
{showModal && (
|
{showModal && (
|
||||||
<div className="modal-overlay" onClick={closeModal}>
|
<div className="modal" style={{}} onClick={closeModal}>
|
||||||
<div
|
<div
|
||||||
className="modal-container"
|
className="modal-container"
|
||||||
onClick={(e) => e.stopPropagation()}
|
onClick={(e) => e.stopPropagation()}
|
||||||
style={{ width: modalType === 'payment' ? '800px' : '700px' }}
|
style={{ width: modalType === 'payment' ? '650px' : '700px', borderRadius: '40px' }}
|
||||||
>
|
>
|
||||||
<div className="modal-header" style={{ borderBottom: "1px solid lightgray" }}>
|
<div
|
||||||
<h3>
|
className="modal-header"
|
||||||
{modalType === 'new' && "Add Employee"}
|
style={{
|
||||||
{modalType === 'edit' && "Edit Employee"}
|
|
||||||
{modalType === 'payment' && `Process Payment for ${selectedPayroll?.full_name || ''}`}
|
display: 'flex',
|
||||||
</h3>
|
justifyContent: 'space-between', // Distribute space between items
|
||||||
<button className="btn" onClick={closeModal}>X</button>
|
alignItems: 'center',
|
||||||
|
border: "none"
|
||||||
|
}}
|
||||||
|
>
|
||||||
|
<div style={{ flex: 1, textAlign: 'center' }}>
|
||||||
|
<h3 style={{ margin: 0 }}>
|
||||||
|
{modalType === 'new' && 'Add Employee'}
|
||||||
|
{modalType === 'edit' && 'Edit Employee'}
|
||||||
|
{modalType === 'payment' && `Pay Salary For ${selectedPayroll?.full_name || ''}`}
|
||||||
|
</h3>
|
||||||
|
</div>
|
||||||
|
<svg
|
||||||
|
onClick={closeModal}
|
||||||
|
width="14"
|
||||||
|
height="14"
|
||||||
|
marginLeft="20px"
|
||||||
|
marginBottom="20px"
|
||||||
|
viewBox="0 0 14 14"
|
||||||
|
fill="none"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
>
|
||||||
|
<path
|
||||||
|
d="M1 1L13 13M13 1L1 13"
|
||||||
|
stroke="black"
|
||||||
|
stroke-linecap="round"
|
||||||
|
/>
|
||||||
|
</svg>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{ }
|
{ }
|
||||||
{(modalType === 'new' || modalType === 'edit') && (
|
{(modalType === 'new' || modalType === 'edit') && (
|
||||||
<form onSubmit={handleSubmit}>
|
<form onSubmit={handleSubmit}>
|
||||||
<div className="modal-body">
|
<div className="modal-body ">
|
||||||
<div className="form-group">
|
<div className="form-group -flex flex-column justify-content-center align-items-center px-5 ">
|
||||||
<label htmlFor="full_name">Employee Name</label>
|
{/* <label htmlFor="full_name">Employee Name</label> */}
|
||||||
<input
|
<input
|
||||||
type="text"
|
type="text"
|
||||||
className="form-control"
|
className="form-control"
|
||||||
id="full_name"
|
id="full_name"
|
||||||
name="full_name"
|
name="full_name"
|
||||||
|
placeholder="Employee’s Full Name"
|
||||||
value={formData.full_name}
|
value={formData.full_name}
|
||||||
onChange={handleChange}
|
onChange={handleChange}
|
||||||
|
style={{
|
||||||
|
backgroundColor: "#ffffff",
|
||||||
|
border: "none", // Remove all borders
|
||||||
|
borderBottom: "1px solid #9e9e9e", // Set bottom border
|
||||||
|
borderRadius: "0px", // Remove border radius
|
||||||
|
}}
|
||||||
required
|
required
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div className="form-group">
|
<div className="form-group -flex flex-column justify-content-center align-items-center px-5 ">
|
||||||
<label htmlFor="contact_no">Contact Number</label>
|
{/* <label htmlFor="contact_no">Contact Number</label> */}
|
||||||
<input
|
<input
|
||||||
type="tel"
|
type="tel"
|
||||||
className="form-control"
|
className="form-control"
|
||||||
id="contact_no"
|
id="contact_no"
|
||||||
|
placeholder="Contact Number"
|
||||||
name="contact_no"
|
name="contact_no"
|
||||||
value={formData.contact_no}
|
value={formData.contact_no}
|
||||||
onChange={handleChange}
|
onChange={handleChange}
|
||||||
required
|
required
|
||||||
maxLength={10}
|
maxLength={10}
|
||||||
|
style={{
|
||||||
|
backgroundColor: "#ffffff",
|
||||||
|
border: "none", // Remove all borders
|
||||||
|
borderBottom: "1px solid #9e9e9e", // Set bottom border
|
||||||
|
borderRadius: "0px", // Remove border radius
|
||||||
|
}}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div className="form-group">
|
<div className="form-group -flex flex-column justify-content-center align-items-center px-5 ">
|
||||||
<label htmlFor="email">Email Address</label>
|
{/* <label htmlFor="email">Email Address</label> */}
|
||||||
<input
|
<input
|
||||||
type="email"
|
type="email"
|
||||||
className="form-control"
|
className="form-control"
|
||||||
id="email"
|
id="email"
|
||||||
name="email"
|
name="email"
|
||||||
|
placeholder="Email Address"
|
||||||
value={formData.email}
|
value={formData.email}
|
||||||
onChange={handleChange}
|
onChange={handleChange}
|
||||||
|
style={{
|
||||||
|
backgroundColor: "#ffffff",
|
||||||
|
border: "none", // Remove all borders
|
||||||
|
borderBottom: "1px solid #9e9e9e", // Set bottom border
|
||||||
|
borderRadius: "0px", // Remove border radius
|
||||||
|
}}
|
||||||
required
|
required
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div className="modal-footer">
|
<div className="modal-footer" style={{ border: "none" }}>
|
||||||
<button type="submit" className="btn btn-primary">
|
<button type="submit" style={{ color: "white", backgroundColor: '#282e26', borderRadius: '20px', padding: '5px 15px' }}>
|
||||||
{modalType === 'edit' ? "Update Employee" : "Add Employee"}
|
{modalType === 'edit' ? "Update Employee" : "Add Employee"}
|
||||||
</button>
|
</button>
|
||||||
<button type="button" className="btn btn-contained" onClick={closeModal}>
|
<button type="button" onClick={closeModal} style={{ border: '1px solid #282E26', backgroundColor: "transparent", borderRadius: '20px', padding: '5px 45px' }}>
|
||||||
Close
|
Close
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
@ -478,166 +533,253 @@ export default function Payroll() {
|
||||||
{ }
|
{ }
|
||||||
{modalType === 'payment' && (
|
{modalType === 'payment' && (
|
||||||
<form onSubmit={handlePaymentSubmit}>
|
<form onSubmit={handlePaymentSubmit}>
|
||||||
<div className="modal-body">
|
<div className="modal-body">
|
||||||
<div className="form-group">
|
<div className="form-group row col-md-12 justify-content-between"> {/* Added justify-content-between */}
|
||||||
<label htmlFor="salary_amount">Amount</label>
|
{/* Salary Amount Input */}
|
||||||
<div className="input-group">
|
<div className="col-md-5 mb-3"> {/* Added margin bottom for spacing */}
|
||||||
<div className="input-group-prepend">
|
<input
|
||||||
<span className="input-group-text">$</span>
|
type="text"
|
||||||
|
className="form-control"
|
||||||
|
id="salary_amount"
|
||||||
|
name="salary_amount"
|
||||||
|
placeholder="Amount"
|
||||||
|
value={paymentData.salary_amount}
|
||||||
|
onChange={handlePaymentChange}
|
||||||
|
onKeyDown={(e) => {
|
||||||
|
if (e.key === "-" || e.key === "+") {
|
||||||
|
e.preventDefault();
|
||||||
|
}
|
||||||
|
}}
|
||||||
|
style={{
|
||||||
|
backgroundColor: "#ffffff",
|
||||||
|
border: "none",
|
||||||
|
borderBottom: "1px solid #9e9e9e", // Set bottom border
|
||||||
|
borderRadius: "0px",
|
||||||
|
}}
|
||||||
|
required
|
||||||
|
onInput={(e) => {
|
||||||
|
let value = e.target.value;
|
||||||
|
value = value.replace(/[^0-9.]/g, "");
|
||||||
|
if (value.indexOf(".") !== -1) {
|
||||||
|
const parts = value.split(".");
|
||||||
|
value = parts[0] + "." + parts[1].substring(0, 2);
|
||||||
|
}
|
||||||
|
e.target.value = value;
|
||||||
|
handlePaymentChange(e);
|
||||||
|
}}
|
||||||
|
/>
|
||||||
</div>
|
</div>
|
||||||
<input
|
|
||||||
type="text" // Keeping text type for more flexible input control
|
|
||||||
className="form-control"
|
|
||||||
id="salary_amount"
|
|
||||||
name="salary_amount"
|
|
||||||
value={paymentData.salary_amount}
|
|
||||||
onChange={handlePaymentChange}
|
|
||||||
onKeyDown={(e) => {
|
|
||||||
// Prevent negative and positive signs
|
|
||||||
if (e.key === "-" || e.key === "+") {
|
|
||||||
e.preventDefault();
|
|
||||||
}
|
|
||||||
}}
|
|
||||||
required
|
|
||||||
onInput={(e) => {
|
|
||||||
let value = e.target.value;
|
|
||||||
|
|
||||||
// Remove all characters except numbers and the decimal point
|
{/* Salary Unit Select */}
|
||||||
value = value.replace(/[^0-9.]/g, '');
|
<div className="col-md-5 mb-3"> {/* Added margin bottom for spacing */}
|
||||||
|
<select
|
||||||
// Ensure only one decimal point
|
className="form-control"
|
||||||
if (value.indexOf('.') !== -1) {
|
name="salary_unit"
|
||||||
const parts = value.split('.');
|
value={paymentData.salary_unit}
|
||||||
value = parts[0] + '.' + parts[1].substring(0, 2); // Keep only two digits after the decimal
|
onChange={handlePaymentChange}
|
||||||
}
|
required
|
||||||
|
style={{
|
||||||
// Update the value on the input element
|
backgroundColor: "#ffffff",
|
||||||
e.target.value = value;
|
border: "none",
|
||||||
|
borderBottom: "1px solid #9e9e9e", // Set bottom border
|
||||||
// Call the onChange handler to update the state
|
borderRadius: "0px",
|
||||||
handlePaymentChange(e);
|
}}
|
||||||
}}
|
>
|
||||||
/>
|
<option value="" disabled>
|
||||||
|
Per Unit
|
||||||
|
</option>
|
||||||
|
<option value="hourly">Hourly</option>
|
||||||
|
<option value="weekly">Weekly</option>
|
||||||
|
<option value="bi weekly">Bi Weekly</option>
|
||||||
|
<option value="monthly">Monthly</option>
|
||||||
|
</select>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
<div className="form-row form-group col-md-6">
|
|
||||||
<label htmlFor="salary_unit">Salary Unit</label>
|
|
||||||
<select
|
|
||||||
className="form-control"
|
|
||||||
name="salary_unit"
|
|
||||||
value={paymentData.salary_unit}
|
|
||||||
onChange={handlePaymentChange}
|
|
||||||
required
|
|
||||||
>
|
|
||||||
<option value="hourly">Hourly</option>
|
|
||||||
<option value="weekly">Weekly</option>
|
|
||||||
<option value="bi weekly">Bi Weekly</option>
|
|
||||||
<option value="monthly">Monthly</option>
|
|
||||||
</select>
|
|
||||||
</div>
|
|
||||||
<div className="form-row form-group col-md-6">
|
|
||||||
<label htmlFor="start_date">Start Date</label>
|
|
||||||
<input
|
|
||||||
type="date"
|
|
||||||
className="form-control"
|
|
||||||
name="start_date"
|
|
||||||
value={paymentData.start_date}
|
|
||||||
onChange={handlePaymentChange}
|
|
||||||
required
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
<div className="form-row form-group col-md-6">
|
|
||||||
<label htmlFor="end_date">End Date</label>
|
|
||||||
<input
|
|
||||||
type="date"
|
|
||||||
className="form-control"
|
|
||||||
name="end_date"
|
|
||||||
value={paymentData.end_date}
|
|
||||||
onChange={handlePaymentChange}
|
|
||||||
required
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
{/* <ToastContainer /> */}
|
|
||||||
<div className="form-row form-group col-md-6">
|
|
||||||
<label htmlFor="total_hour">Total Hours</label>
|
|
||||||
<input
|
|
||||||
type="number"
|
|
||||||
className="form-control"
|
|
||||||
placeholder="Total Hours"
|
|
||||||
name="total_hour"
|
|
||||||
value={paymentData.total_hour}
|
|
||||||
onChange={handlePaymentChange}
|
|
||||||
onInput={(e) => {
|
|
||||||
// Allow only numbers and a decimal point with two digits after it
|
|
||||||
e.target.value = e.target.value
|
|
||||||
|
|
||||||
.replace(/[^0-9]/g, '') // Remove non-numeric characters
|
<div className="form-group row col-md-12 justify-content-between">
|
||||||
.slice(0, 3); // Limit input length (10 digits + 1 decimal + 2 decimal places)
|
{/* Start Date Input */}
|
||||||
}}
|
<div className="form-group col-md-5">
|
||||||
required
|
|
||||||
/>
|
<input
|
||||||
</div>
|
type="date"
|
||||||
<div className="form-group">
|
|
||||||
<label htmlFor="payment_method">Payment Method</label>
|
|
||||||
<select
|
|
||||||
name="payment_method"
|
|
||||||
id="payment_method"
|
|
||||||
className="form-control"
|
|
||||||
value={paymentData.payment_method}
|
|
||||||
onChange={handlePaymentChange}
|
|
||||||
>
|
|
||||||
<option value="cash">Cash</option>
|
|
||||||
<option value="cheque">Bank Transfer</option>
|
|
||||||
</select>
|
|
||||||
</div>
|
|
||||||
{paymentData.payment_method === "cheque" && (
|
|
||||||
<div className="form-group">
|
|
||||||
<label htmlFor="bank">Bank</label>
|
|
||||||
<select
|
|
||||||
name="bank"
|
|
||||||
id="bank"
|
|
||||||
className="form-control"
|
className="form-control"
|
||||||
value={paymentData.bank}
|
name="start_date"
|
||||||
|
value={paymentData.start_date}
|
||||||
onChange={handlePaymentChange}
|
onChange={handlePaymentChange}
|
||||||
>
|
required
|
||||||
<option value="">Select Bank</option>
|
style={{
|
||||||
{bankdata.map((bank) => (
|
backgroundColor: "#ffffff",
|
||||||
<option key={bank.id} value={bank.id}>
|
border: "none",
|
||||||
{bank.name}
|
borderBottom: "1px solid #9e9e9e", // Set bottom border
|
||||||
</option>
|
borderRadius: "0px",
|
||||||
))}
|
}}
|
||||||
</select>
|
/>
|
||||||
<label htmlFor="cheque_no">Cheque Number</label>
|
</div>
|
||||||
|
|
||||||
|
{/* End Date Input */}
|
||||||
|
<div className="form-group col-md-5">
|
||||||
|
|
||||||
|
<input
|
||||||
|
type="date"
|
||||||
|
className="form-control"
|
||||||
|
name="end_date"
|
||||||
|
value={paymentData.end_date}
|
||||||
|
onChange={handlePaymentChange}
|
||||||
|
required
|
||||||
|
style={{
|
||||||
|
backgroundColor: "#ffffff",
|
||||||
|
border: "none",
|
||||||
|
borderBottom: "1px solid #9e9e9e", // Set bottom border
|
||||||
|
borderRadius: "0px",
|
||||||
|
}}
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
{/* <ToastContainer /> */}
|
||||||
|
<div className="form-group row col-md-12 justify-content-between">
|
||||||
|
{/* Total Hours Input */}
|
||||||
|
<div className="form-group col-md-5" >
|
||||||
|
|
||||||
<input
|
<input
|
||||||
type="number"
|
type="number"
|
||||||
className="form-control"
|
className="form-control"
|
||||||
id="cheque_no"
|
placeholder="Total Hours"
|
||||||
name="cheque_no"
|
name="total_hour"
|
||||||
value={paymentData.cheque_no}
|
value={paymentData.total_hour}
|
||||||
onChange={handlePaymentChange}
|
onChange={handlePaymentChange}
|
||||||
|
onInput={(e) => {
|
||||||
|
// Allow only numbers and limit input to 3 digits
|
||||||
|
e.target.value = e.target.value.replace(/[^0-9]/g, '').slice(0, 3);
|
||||||
|
}}
|
||||||
|
style={{
|
||||||
|
backgroundColor: "#ffffff",
|
||||||
|
border: "none",
|
||||||
|
borderBottom: "1px solid #9e9e9e", // Set bottom border,
|
||||||
|
borderRadius: "0px",
|
||||||
|
}}
|
||||||
required
|
required
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
)}
|
|
||||||
<div className="form-row form-group col-md-6">
|
{/* Payment Method Select */}
|
||||||
<label htmlFor="note">Notes</label>
|
<div className="form-group col-md-5">
|
||||||
<input
|
<div style={{ border: '2px solid #ACB4AA', padding: '5px 5px', width: "fit-content", borderRadius: '40px', display: 'flex', }}>
|
||||||
type="text"
|
<button
|
||||||
className="form-control"
|
type="button"
|
||||||
placeholder="Notes"
|
className="btn"
|
||||||
name="note"
|
onClick={() => handlePaymentChange({ target: { name: "payment_method", value: "cash" } })}
|
||||||
value={paymentData.note}
|
style={{
|
||||||
onChange={handlePaymentChange}
|
backgroundColor: paymentData.payment_method === "cash" ? "#4a5546" : "transparent",
|
||||||
/>
|
color: paymentData.payment_method === "cash" ? "#ffffff" : "#000000",
|
||||||
|
border: 'none',
|
||||||
|
padding: '5px 5px',
|
||||||
|
borderRadius: '20px',
|
||||||
|
cursor: 'pointer',
|
||||||
|
}}
|
||||||
|
>
|
||||||
|
Cash
|
||||||
|
</button>
|
||||||
|
<button
|
||||||
|
type="button"
|
||||||
|
className="btn"
|
||||||
|
onClick={() => handlePaymentChange({ target: { name: "payment_method", value: "cheque" } })}
|
||||||
|
style={{
|
||||||
|
backgroundColor: paymentData.payment_method === "cheque" ? "#4a5546" : "transparent",
|
||||||
|
color: paymentData.payment_method === "cheque" ? "#ffffff" : "#000000",
|
||||||
|
border: 'none',
|
||||||
|
padding: '5px 5px',
|
||||||
|
borderRadius: '20px',
|
||||||
|
cursor: 'pointer',
|
||||||
|
}}
|
||||||
|
>
|
||||||
|
Bank Transfer
|
||||||
|
</button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
{paymentData.payment_method === "cheque" && (
|
||||||
|
<div className="form-group row col-md-12 justify-content-between">
|
||||||
|
<div className="form-group col-md-5">
|
||||||
|
|
||||||
|
<select
|
||||||
|
name="bank"
|
||||||
|
id="bank"
|
||||||
|
className="form-control"
|
||||||
|
value={paymentData.bank}
|
||||||
|
onChange={handlePaymentChange}
|
||||||
|
style={{
|
||||||
|
backgroundColor: "#ffffff",
|
||||||
|
border: "none",
|
||||||
|
borderBottom: "1px solid #9e9e9e", // Set bottom border
|
||||||
|
borderRadius: "0px",
|
||||||
|
}}
|
||||||
|
>
|
||||||
|
<option value="">Select Bank</option>
|
||||||
|
{bankdata.map((bank) => (
|
||||||
|
<option key={bank.id} value={bank.id}>
|
||||||
|
{bank.name}
|
||||||
|
</option>
|
||||||
|
))}
|
||||||
|
</select>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div className="form-group col-md-5">
|
||||||
|
|
||||||
|
<input
|
||||||
|
type="number"
|
||||||
|
className="form-control"
|
||||||
|
id="cheque_no"
|
||||||
|
placeholder="Cheque No"
|
||||||
|
name="cheque_no"
|
||||||
|
value={paymentData.cheque_no}
|
||||||
|
onChange={handlePaymentChange}
|
||||||
|
required
|
||||||
|
style={{
|
||||||
|
backgroundColor: "#ffffff",
|
||||||
|
border: "none",
|
||||||
|
borderBottom: "1px solid #9e9e9e", // Set bottom border
|
||||||
|
borderRadius: "0px",
|
||||||
|
}}
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
<div className="form-group col-md-5">
|
||||||
|
|
||||||
|
<input
|
||||||
|
type="text"
|
||||||
|
className="form-control"
|
||||||
|
placeholder="Notes"
|
||||||
|
name="note"
|
||||||
|
value={paymentData.note}
|
||||||
|
onChange={handlePaymentChange}
|
||||||
|
style={{
|
||||||
|
backgroundColor: "#ffffff",
|
||||||
|
border: "none",
|
||||||
|
borderBottom: "1px solid #9e9e9e", // Set bottom border
|
||||||
|
borderRadius: "0px",
|
||||||
|
}}
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
)}
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div className="modal-footer">
|
<div className="modal-footer" style={{border:"none"}}>
|
||||||
<button type="submit" className="btn btn-primary" style={{}}>
|
<button type="submit" className="btn " style={{ color: "white", backgroundColor: '#282e26', borderRadius: '20px' }}>
|
||||||
Payment
|
Payment
|
||||||
</button>
|
</button>
|
||||||
<button type="button" className="btn btn-contained" onClick={closeModal}>
|
<button type="button" className="btn " onClick={closeModal} style={{ border: " 1px solid #282e26", borderRadius: '20px' }}>
|
||||||
Close
|
Close
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -16,6 +16,7 @@ const DataTable = ({
|
||||||
direction: "ascending",
|
direction: "ascending",
|
||||||
});
|
});
|
||||||
const [rowsPerPage, setRowsPerPage] = useState(5);
|
const [rowsPerPage, setRowsPerPage] = useState(5);
|
||||||
|
const [searchTerm, setSearchTerm] = useState(""); // State for search term
|
||||||
|
|
||||||
const totalPages = Math.ceil(data.length / rowsPerPage);
|
const totalPages = Math.ceil(data.length / rowsPerPage);
|
||||||
|
|
||||||
|
@ -32,7 +33,7 @@ const DataTable = ({
|
||||||
const getDisplayedData = () => {
|
const getDisplayedData = () => {
|
||||||
const startIndex = (currentPage - 1) * rowsPerPage;
|
const startIndex = (currentPage - 1) * rowsPerPage;
|
||||||
const endIndex = startIndex + rowsPerPage;
|
const endIndex = startIndex + rowsPerPage;
|
||||||
return data.slice(startIndex, endIndex);
|
return sortedData.slice(startIndex, endIndex); // Return sorted data
|
||||||
};
|
};
|
||||||
|
|
||||||
// Sorting the data based on the selected column
|
// Sorting the data based on the selected column
|
||||||
|
@ -51,8 +52,16 @@ const DataTable = ({
|
||||||
return dataToSort;
|
return dataToSort;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
// Search functionality
|
||||||
|
const filteredData = data.filter(item =>
|
||||||
|
columns.some(col => {
|
||||||
|
const value = item[col.field] ? item[col.field].toString().toLowerCase() : "";
|
||||||
|
return value.includes(searchTerm.toLowerCase());
|
||||||
|
})
|
||||||
|
);
|
||||||
|
|
||||||
|
const sortedData = sortData(filteredData);
|
||||||
const displayedData = getDisplayedData();
|
const displayedData = getDisplayedData();
|
||||||
const sortedData = sortData(displayedData);
|
|
||||||
|
|
||||||
// Pagination
|
// Pagination
|
||||||
const handleNext = () => {
|
const handleNext = () => {
|
||||||
|
@ -90,7 +99,40 @@ const DataTable = ({
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="data-table-container">
|
<div className="data-table-container">
|
||||||
<table className="data-table custom-table rounded-table">
|
<div className="search-container" style={{marginBottom:"20px"}}>
|
||||||
|
<input
|
||||||
|
type="text"
|
||||||
|
style={{ width: "300px", height: "50px", backgroundColor: "#fff", border: '1px solid #DBDBDB', boxShadow: "0px 0px 10px rgba(187, 187, 187, 0.25)" }}
|
||||||
|
placeholder="Search..."
|
||||||
|
value={searchTerm}
|
||||||
|
onChange={(e) => setSearchTerm(e.target.value)}
|
||||||
|
className="search-input"
|
||||||
|
/>
|
||||||
|
<svg
|
||||||
|
className="search-container-icon"
|
||||||
|
width="22"
|
||||||
|
height="22"
|
||||||
|
viewBox="0 0 22 22"
|
||||||
|
fill="none"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
>
|
||||||
|
<path
|
||||||
|
d="M10.5416 19.2497C15.3511 19.2497 19.2499 15.3508 19.2499 10.5413C19.2499 5.73186 15.3511 1.83301 10.5416 1.83301C5.73211 1.83301 1.83325 5.73186 1.83325 10.5413C1.83325 15.3508 5.73211 19.2497 10.5416 19.2497Z"
|
||||||
|
stroke="#292D32"
|
||||||
|
strokeWidth="1.5"
|
||||||
|
strokeLinecap="round"
|
||||||
|
strokeLinejoin="round"
|
||||||
|
/>
|
||||||
|
<path
|
||||||
|
d="M20.1666 20.1663L18.3333 18.333"
|
||||||
|
stroke="#292D32"
|
||||||
|
strokeWidth="1.5"
|
||||||
|
strokeLinecap="round"
|
||||||
|
strokeLinejoin="round"
|
||||||
|
/>
|
||||||
|
</svg>
|
||||||
|
</div>
|
||||||
|
<table className="data-table custom-table ">
|
||||||
<thead className="table-header">
|
<thead className="table-header">
|
||||||
<tr>
|
<tr>
|
||||||
{columns.map((col, index) => (
|
{columns.map((col, index) => (
|
||||||
|
@ -134,17 +176,19 @@ const DataTable = ({
|
||||||
<tbody className="table-body">
|
<tbody className="table-body">
|
||||||
{sortedData.length === 0 ? (
|
{sortedData.length === 0 ? (
|
||||||
<tr>
|
<tr>
|
||||||
<td colSpan={columns.length + (showAction ? 2 : 1)} style={{ textAlign: "center", fontFamily: 'Manrope',
|
<td colSpan={columns.length + (showAction ? 2 : 1)} style={{
|
||||||
fontWeight: '600',
|
textAlign: "center", fontFamily: 'Manrope',
|
||||||
fontSize: '40px',
|
fontWeight: '600',
|
||||||
background: 'linear-gradient(180deg, rgba(255, 255, 255, 0.1) -92.86%, #4545DB 71.43%)',
|
fontSize: '40px',
|
||||||
WebkitBackgroundClip: 'text',
|
background: 'linear-gradient(180deg, rgba(255, 255, 255, 0.1) -92.86%, #4545DB 71.43%)',
|
||||||
WebkitTextFillColor: 'transparent', }}>
|
WebkitBackgroundClip: 'text',
|
||||||
|
WebkitTextFillColor: 'transparent',
|
||||||
|
}}>
|
||||||
No data found
|
No data found
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
) : (
|
) : (
|
||||||
sortedData.map((item, index) => (
|
displayedData.map((item, index) => (
|
||||||
<tr key={item.id || index}>
|
<tr key={item.id || index}>
|
||||||
{columns.map((col, colIndex) => (
|
{columns.map((col, colIndex) => (
|
||||||
<td key={colIndex}>
|
<td key={colIndex}>
|
||||||
|
@ -200,55 +244,18 @@ const DataTable = ({
|
||||||
)}
|
)}
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
{showFooter && (
|
{showFooter && (
|
||||||
<nav>
|
<div className="pagination">
|
||||||
<ul className="pagination">
|
<button onClick={handlePrev} disabled={currentPage === 1}>
|
||||||
<li className={`prev-next ${currentPage === 1 ? "disabled" : ""}`}>
|
Previous
|
||||||
<span
|
</button>
|
||||||
style={{
|
<ul className="pagination-list">
|
||||||
fontSize: "24px",
|
|
||||||
width: "40px",
|
|
||||||
height: "40px",
|
|
||||||
paddingLeft: "10px",
|
|
||||||
paddingRight: "10px",
|
|
||||||
borderRadius: "50%",
|
|
||||||
border: "1px solid #bfbfbfbf",
|
|
||||||
alignItems: "center",
|
|
||||||
justifyContent: "center",
|
|
||||||
display: "flex",
|
|
||||||
cursor: "pointer",
|
|
||||||
}}
|
|
||||||
onClick={handlePrev}
|
|
||||||
>
|
|
||||||
{"<"}
|
|
||||||
<
|
|
||||||
</span>
|
|
||||||
|
|
||||||
</li>
|
|
||||||
{renderPagination()}
|
{renderPagination()}
|
||||||
<li className={`prev-next ${currentPage === totalPages ? "disabled" : ""}`}>
|
|
||||||
<span
|
|
||||||
style={{
|
|
||||||
fontSize: "24px",
|
|
||||||
width: "40px",
|
|
||||||
height: "40px",
|
|
||||||
paddingLeft: "10px",
|
|
||||||
paddingRight: "10px",
|
|
||||||
borderRadius: "50%",
|
|
||||||
border: "1px solid #bfbfbfbf",
|
|
||||||
alignItems: "center",
|
|
||||||
justifyContent: "center",
|
|
||||||
display: "flex",
|
|
||||||
cursor: "pointer",
|
|
||||||
}}
|
|
||||||
onClick={handleNext}
|
|
||||||
>
|
|
||||||
{">"}
|
|
||||||
</span>
|
|
||||||
</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
<button onClick={handleNext} disabled={currentPage === totalPages}>
|
||||||
|
Next
|
||||||
|
</button>
|
||||||
|
</div>
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
|
|
@ -154,18 +154,19 @@ const PayrollTableWithButton = ({
|
||||||
borderRadius: "4px",
|
borderRadius: "4px",
|
||||||
zIndex: "1",
|
zIndex: "1",
|
||||||
};
|
};
|
||||||
// Calculate the total net sales from the data
|
// Calculate the total net sales from the data
|
||||||
// const totalNetSales = data.reduce((acc, item) => {
|
// const totalNetSales = data.reduce((acc, item) => {
|
||||||
// const amount = Number(item.total_net_sales) || 0; // Make sure to handle non-numeric values
|
// const amount = Number(item.total_net_sales) || 0; // Make sure to handle non-numeric values
|
||||||
// return acc + amount;
|
// return acc + amount;
|
||||||
// }, 0).toFixed(2); //
|
// }, 0).toFixed(2); //
|
||||||
return (
|
return (
|
||||||
<div className="data-table-container">
|
<div className="data-table-container">
|
||||||
<div className="d-flex mb-3">
|
<div className="d-flex mb-3">
|
||||||
<div className="expense-searchcontainerstart d-flex">
|
<div className="expense-searchcontainerstart d-flex" >
|
||||||
<div className="search-container">
|
<div className="search-container" >
|
||||||
<input
|
<input
|
||||||
type="text"
|
type="text"
|
||||||
|
style={{ width: "300px", height: "50px", backgroundColor: "#fff", border: '1px solid #DBDBDB', boxShadow: "0px 0px 10px rgba(187, 187, 187, 0.25)" }}
|
||||||
value={searchTerm}
|
value={searchTerm}
|
||||||
onChange={(e) => setSearchTerm(e.target.value)}
|
onChange={(e) => setSearchTerm(e.target.value)}
|
||||||
placeholder="Search"
|
placeholder="Search"
|
||||||
|
@ -237,7 +238,7 @@ const PayrollTableWithButton = ({
|
||||||
Export To Excel
|
Export To Excel
|
||||||
</button>
|
</button>
|
||||||
)}
|
)}
|
||||||
{showFilter && (
|
{showFilter && (
|
||||||
<div className="filter-button-container" style={{ position: "relative" }}>
|
<div className="filter-button-container" style={{ position: "relative" }}>
|
||||||
<button className="btn custbtn2" type="button" onClick={handleFilterClick}>
|
<button className="btn custbtn2" type="button" onClick={handleFilterClick}>
|
||||||
<svg
|
<svg
|
||||||
|
@ -262,26 +263,54 @@ const PayrollTableWithButton = ({
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
<div className="expense-searchcontainerend d-flex align-items-center">
|
<div >
|
||||||
<h3 className="me-2">Show</h3>
|
<div
|
||||||
<select
|
className="expense-search d-flex align-items-center"
|
||||||
name="option"
|
style={{
|
||||||
id="pageSelect"
|
backgroundColor: "#4A5546",
|
||||||
className="selectoptions"
|
boxShadow: "none",
|
||||||
value={rowsPerPage}
|
outline: "none",
|
||||||
onChange={(e) => {
|
width: "auto",
|
||||||
setRowsPerPage(Number(e.target.value));
|
height: "42px",
|
||||||
setCurrentPage(1); // Reset to first page on change
|
|
||||||
|
padding: "8px 12px",
|
||||||
|
fontSize: "16px",
|
||||||
|
border: "none",
|
||||||
|
borderRadius: "10px",
|
||||||
|
color: "#F4FFEE",
|
||||||
|
cursor: "pointer",
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<option value={5}>5</option>
|
<h6 className="" style={{ margin: '10px' }}>Show</h6>
|
||||||
<option value={10}>10</option>
|
<select
|
||||||
<option value={15}>15</option>
|
name="option"
|
||||||
<option value={20}>20</option>
|
id="pageSelect"
|
||||||
</select>
|
className="selectoptions"
|
||||||
|
style={{
|
||||||
|
height: "30px",
|
||||||
|
|
||||||
|
padding: "2px 6px",
|
||||||
|
border: "1px solid #ccc",
|
||||||
|
backgroundColor: "#282E26",
|
||||||
|
color: "#fff",
|
||||||
|
fontSize: "14px",
|
||||||
|
}}
|
||||||
|
value={rowsPerPage}
|
||||||
|
onChange={(e) => {
|
||||||
|
setRowsPerPage(Number(e.target.value));
|
||||||
|
setCurrentPage(1); // Reset to first page on change
|
||||||
|
}}
|
||||||
|
>
|
||||||
|
<option value={5}>5</option>
|
||||||
|
<option value={10}>10</option>
|
||||||
|
<option value={15}>15</option>
|
||||||
|
<option value={20}>20</option>
|
||||||
|
</select>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<table className="data-table custom-table rounded-table">
|
<table className="data-table custom-table ">
|
||||||
<thead className="table-header">
|
<thead className="table-header">
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="col" className="no-column">
|
<th scope="col" className="no-column">
|
||||||
|
@ -324,78 +353,80 @@ const PayrollTableWithButton = ({
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody className="table-body">
|
<tbody className="table-body">
|
||||||
{sortedDisplayedData.length === 0 ? (
|
{sortedDisplayedData.length === 0 ? (
|
||||||
<tr>
|
<tr>
|
||||||
<td colSpan={columns.length + (showAction ? 2 : 1)} style={{ textAlign: "center", fontFamily: 'Manrope',
|
<td colSpan={columns.length + (showAction ? 2 : 1)} style={{
|
||||||
fontWeight: '600',
|
textAlign: "center", fontFamily: 'Manrope',
|
||||||
fontSize: '40px',
|
fontWeight: '600',
|
||||||
background: 'linear-gradient(180deg, rgba(255, 255, 255, 0.1) -92.86%, #4545DB 71.43%)',
|
fontSize: '40px',
|
||||||
WebkitBackgroundClip: 'text',
|
background: 'linear-gradient(180deg, rgba(255, 255, 255, 0.1) -92.86%, #4545DB 71.43%)',
|
||||||
WebkitTextFillColor: 'transparent', }}>
|
WebkitBackgroundClip: 'text',
|
||||||
No data found
|
WebkitTextFillColor: 'transparent',
|
||||||
</td>
|
}}>
|
||||||
</tr>
|
No data found
|
||||||
) : (
|
</td>
|
||||||
sortedDisplayedData.map((item) => (
|
</tr>
|
||||||
<tr key={item.id || item.index}>
|
) : (
|
||||||
<td>
|
sortedDisplayedData.map((item) => (
|
||||||
{(currentPage - 1) * rowsPerPage + sortedDisplayedData.indexOf(item) + 1}
|
<tr key={item.id || item.index}>
|
||||||
</td>
|
<td>
|
||||||
{columns.map((col, colIndex) => (
|
{(currentPage - 1) * rowsPerPage + sortedDisplayedData.indexOf(item) + 1}
|
||||||
<td key={colIndex}>
|
|
||||||
{col.field === "status" ? (
|
|
||||||
<div className={`status ${item[col.field]}`}>{item[col.field]}</div>
|
|
||||||
) : col.field === "pay_salary" ? (
|
|
||||||
<button
|
|
||||||
className="btn btn-primary"
|
|
||||||
onClick={() => togglePaymentModal(item)} // Pass item to payment modal
|
|
||||||
>
|
|
||||||
Pay Salary
|
|
||||||
</button>
|
|
||||||
) : (
|
|
||||||
item[col.field]
|
|
||||||
)}
|
|
||||||
</td>
|
</td>
|
||||||
))}
|
{columns.map((col, colIndex) => (
|
||||||
{showAction && (
|
<td key={colIndex}>
|
||||||
<td className="action-column">
|
{col.field === "status" ? (
|
||||||
<button className="action-button" onClick={() => onEdit(item.id)}>
|
<div className={`status ${item[col.field]}`}>{item[col.field]}</div>
|
||||||
|
) : col.field === "pay_salary" ? (
|
||||||
|
<button
|
||||||
|
style={{ backgroundColor: "#CCF4BB", border: 'none', boxShadow: "4px 4px 4px rgba(0, 0, 0, 0.25)", borderRadius: '4px', fontSize: "16px", alignItems: "center", width: '122px' }}
|
||||||
|
onClick={() => togglePaymentModal(item)} // Pass item to payment modal
|
||||||
|
>
|
||||||
|
Pay Salary
|
||||||
|
</button>
|
||||||
|
) : (
|
||||||
|
item[col.field]
|
||||||
|
)}
|
||||||
|
</td>
|
||||||
|
))}
|
||||||
|
{showAction && (
|
||||||
|
<td className="action-column">
|
||||||
|
<button className="action-button" onClick={() => onEdit(item.id)}>
|
||||||
|
|
||||||
<svg
|
<svg
|
||||||
width="16"
|
width="16"
|
||||||
height="16"
|
height="16"
|
||||||
viewBox="0 0 16 16"
|
viewBox="0 0 16 16"
|
||||||
fill="none"
|
fill="none"
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
>
|
>
|
||||||
<path
|
<path
|
||||||
d="M13.8067 4.695C14.0667 4.435 14.0667 4.00167 13.8067 3.755L12.2467 2.195C12 1.935 11.5667 1.935 11.3067 2.195L10.08 3.415L12.58 5.915M2 11.5017V14.0017H4.5L11.8733 6.62167L9.37333 4.12167L2 11.5017Z"
|
d="M13.8067 4.695C14.0667 4.435 14.0667 4.00167 13.8067 3.755L12.2467 2.195C12 1.935 11.5667 1.935 11.3067 2.195L10.08 3.415L12.58 5.915M2 11.5017V14.0017H4.5L11.8733 6.62167L9.37333 4.12167L2 11.5017Z"
|
||||||
fill="#002300"
|
fill="#002300"
|
||||||
/>
|
/>
|
||||||
</svg>
|
</svg>
|
||||||
</button>
|
</button>
|
||||||
<button className="action-button" onClick={() => onDelete(item.id)}>
|
<button className="action-button" onClick={() => onDelete(item.id)}>
|
||||||
{/* Delete icon */}
|
{/* Delete icon */}
|
||||||
<svg
|
<svg
|
||||||
width="16"
|
width="16"
|
||||||
height="16"
|
height="16"
|
||||||
viewBox="0 0 16 16"
|
viewBox="0 0 16 16"
|
||||||
fill="none"
|
fill="none"
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
>
|
>
|
||||||
<path
|
<path
|
||||||
d="M4.00016 12.6667C4.00016 13.4 4.60016 14 5.3335 14H10.6668C11.4002 14 12.0002 13.4 12.0002 12.6667V6C12.0002 5.26667 11.4002 4.66667 10.6668 4.66667H5.3335C4.60016 4.66667 4.00016 5.26667 4.00016 6V12.6667ZM12.0002 2.66667H10.3335L9.86016 2.19333C9.74016 2.07333 9.56683 2 9.3935 2H6.60683C6.4335 2 6.26016 2.07333 6.14016 2.19333L5.66683 2.66667H4.00016C3.6335 2.66667 3.3335 2.96667 3.3335 3.33333C3.3335 3.7 3.6335 4 4.00016 4H12.0002C12.3668 4 12.6668 3.7 12.6668 3.33333C12.6668 2.96667 12.3668 2.66667 12.0002 2.66667Z"
|
d="M4.00016 12.6667C4.00016 13.4 4.60016 14 5.3335 14H10.6668C11.4002 14 12.0002 13.4 12.0002 12.6667V6C12.0002 5.26667 11.4002 4.66667 10.6668 4.66667H5.3335C4.60016 4.66667 4.00016 5.26667 4.00016 6V12.6667ZM12.0002 2.66667H10.3335L9.86016 2.19333C9.74016 2.07333 9.56683 2 9.3935 2H6.60683C6.4335 2 6.26016 2.07333 6.14016 2.19333L5.66683 2.66667H4.00016C3.6335 2.66667 3.3335 2.96667 3.3335 3.33333C3.3335 3.7 3.6335 4 4.00016 4H12.0002C12.3668 4 12.6668 3.7 12.6668 3.33333C12.6668 2.96667 12.3668 2.66667 12.0002 2.66667Z"
|
||||||
fill="#002300"
|
fill="#002300"
|
||||||
/>
|
/>
|
||||||
</svg>
|
</svg>
|
||||||
</button>
|
</button>
|
||||||
</td>
|
</td>
|
||||||
)}
|
)}
|
||||||
|
|
||||||
</tr>
|
</tr>
|
||||||
))
|
))
|
||||||
)}
|
)}
|
||||||
</tbody>
|
</tbody>
|
||||||
|
|
||||||
</table>
|
</table>
|
||||||
{showFooter && (
|
{showFooter && (
|
||||||
|
@ -423,9 +454,8 @@ const PayrollTableWithButton = ({
|
||||||
</li>
|
</li>
|
||||||
{renderPagination()}
|
{renderPagination()}
|
||||||
<li
|
<li
|
||||||
className={`prev-next ${
|
className={`prev-next ${currentPage === totalPages ? "disabled" : ""
|
||||||
currentPage === totalPages ? "disabled" : ""
|
}`}
|
||||||
}`}
|
|
||||||
>
|
>
|
||||||
|
|
||||||
<span
|
<span
|
||||||
|
|
|
@ -8,6 +8,9 @@ import { toast, ToastContainer } from "react-toastify";
|
||||||
import AddDepartmentModal from "../ReusableForm/AddDepartmentModal";
|
import AddDepartmentModal from "../ReusableForm/AddDepartmentModal";
|
||||||
import AddVendorModal from "../ReusableForm/AddVendorModal";
|
import AddVendorModal from "../ReusableForm/AddVendorModal";
|
||||||
import Swal from "sweetalert2";
|
import Swal from "sweetalert2";
|
||||||
|
import invoiceIcon from '../../../../assets/Image/invoiceIcon.png'
|
||||||
|
import vendor from '../../../../assets/Image/vendor.png'
|
||||||
|
import department from '../../../../assets/Image/Department.png'
|
||||||
|
|
||||||
export default function Purchase() {
|
export default function Purchase() {
|
||||||
const { user } = useContext(AuthContext);
|
const { user } = useContext(AuthContext);
|
||||||
|
@ -40,7 +43,7 @@ export default function Purchase() {
|
||||||
const { Get, Post, Delete, Patch } = useApi();
|
const { Get, Post, Delete, Patch } = useApi();
|
||||||
const [reloadTotal, setReloadTotal] = useState(false);
|
const [reloadTotal, setReloadTotal] = useState(false);
|
||||||
const [filteredDepartments, setFilteredDepartments] = useState([]);
|
const [filteredDepartments, setFilteredDepartments] = useState([]);
|
||||||
|
const [selectedPaymentMethod, setSelectedPaymentMethod] = useState("");
|
||||||
// Handle checkbox change
|
// Handle checkbox change
|
||||||
|
|
||||||
const [formData, setFormData] = useState({
|
const [formData, setFormData] = useState({
|
||||||
|
@ -200,6 +203,7 @@ export default function Purchase() {
|
||||||
|
|
||||||
const handleSpecificPaymentMethodChange = (e) => {
|
const handleSpecificPaymentMethodChange = (e) => {
|
||||||
const value = e.target.value;
|
const value = e.target.value;
|
||||||
|
setSelectedPaymentMethod(value); // Update selected payment method state
|
||||||
setShowCheckFields(value === "cheque");
|
setShowCheckFields(value === "cheque");
|
||||||
setShowBankFields(value === "bank");
|
setShowBankFields(value === "bank");
|
||||||
|
|
||||||
|
@ -514,8 +518,8 @@ export default function Purchase() {
|
||||||
// Editing an existing invoice
|
// Editing an existing invoice
|
||||||
const originalInvoice = invoices.find((invoice) => invoice.id === editingInvoiceId);
|
const originalInvoice = invoices.find((invoice) => invoice.id === editingInvoiceId);
|
||||||
if (!originalInvoice) {
|
if (!originalInvoice) {
|
||||||
console.error("Invoice not found for editingInvoiceId:", editingInvoiceId);
|
console.error("Invoice not found for editingInvoiceId:", editingInvoiceId);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Determine the new status based on payment method and remaining amount
|
// Determine the new status based on payment method and remaining amount
|
||||||
|
@ -523,11 +527,11 @@ export default function Purchase() {
|
||||||
let newStatus = originalInvoice.status; // Start with the original status
|
let newStatus = originalInvoice.status; // Start with the original status
|
||||||
|
|
||||||
if (formData.pay_method_status === "pay_now") {
|
if (formData.pay_method_status === "pay_now") {
|
||||||
newStatus = "paid"; // Always "paid" if paid now
|
newStatus = "paid"; // Always "paid" if paid now
|
||||||
} else if (formData.pay_method_status === "pay_later") {
|
} else if (formData.pay_method_status === "pay_later") {
|
||||||
newStatus = "unpaid"; // Ensure unpaid if paying later
|
newStatus = "unpaid"; // Ensure unpaid if paying later
|
||||||
} else if (newRemainingAmount < originalInvoice.amount) {
|
} else if (newRemainingAmount < originalInvoice.amount) {
|
||||||
newStatus = "partially_paid"; // Adjust if partially paid
|
newStatus = "partially_paid"; // Adjust if partially paid
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -619,12 +623,141 @@ export default function Purchase() {
|
||||||
<div className="main-container">
|
<div className="main-container">
|
||||||
<div className="d-flex p-2">
|
<div className="d-flex p-2">
|
||||||
<div className="expensecontainer d-flex flex-column pd-2">
|
<div className="expensecontainer d-flex flex-column pd-2">
|
||||||
<div className="d-flex justify-content-between align-items-center mb-3">
|
<div className="d-flex align-items-center mb-3" style={{ gap: "10px" }}>
|
||||||
<h3 className="mb-1">Purchase</h3>
|
<button className="btn cus d-flex align-items-center" onClick={toggleModal}>
|
||||||
<button className="btn btn-primary cus" onClick={toggleModal}>
|
|
||||||
{" "}
|
{" "}
|
||||||
+ Add Invoice
|
+ Add Invoice
|
||||||
|
<img
|
||||||
|
src={invoiceIcon}
|
||||||
|
alt="Invoice Icon"
|
||||||
|
style={{ width: "20px", height: "20px", marginLeft: "8px" }}
|
||||||
|
/>
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
|
<button style={{
|
||||||
|
backgroundColor: "#4A5546",
|
||||||
|
boxShadow: "none",
|
||||||
|
outline: "none",
|
||||||
|
width: "auto",
|
||||||
|
height: "42px",
|
||||||
|
padding: "8px 12px",
|
||||||
|
fontSize: "16px",
|
||||||
|
border: "none",
|
||||||
|
borderRadius: "10px",
|
||||||
|
color: "#F4FFEE",
|
||||||
|
cursor: "pointer",
|
||||||
|
}}>
|
||||||
|
|
||||||
|
+ Add New Vendor
|
||||||
|
<img
|
||||||
|
src={vendor}
|
||||||
|
alt="Invoice Icon"
|
||||||
|
style={{ width: "20px", height: "20px", marginLeft: "8px" }}
|
||||||
|
/>
|
||||||
|
</button>
|
||||||
|
<button style={{
|
||||||
|
backgroundColor: "#4A5546",
|
||||||
|
boxShadow: "none",
|
||||||
|
outline: "none",
|
||||||
|
width: "auto",
|
||||||
|
height: "42px",
|
||||||
|
padding: "8px 12px",
|
||||||
|
fontSize: "16px",
|
||||||
|
border: "none",
|
||||||
|
borderRadius: "10px",
|
||||||
|
color: "#F4FFEE",
|
||||||
|
cursor: "pointer",
|
||||||
|
}}
|
||||||
|
>
|
||||||
|
+ Add Department
|
||||||
|
<img
|
||||||
|
src={department}
|
||||||
|
alt="Invoice Icon"
|
||||||
|
style={{ width: "20px", height: "20px", marginLeft: "8px" }}
|
||||||
|
/>
|
||||||
|
</button>
|
||||||
|
|
||||||
|
|
||||||
|
<div
|
||||||
|
style={{
|
||||||
|
display: "flex",
|
||||||
|
gap: "16px",
|
||||||
|
justifyContent: "center",
|
||||||
|
alignItems: "center",
|
||||||
|
margin: "20px",
|
||||||
|
}}
|
||||||
|
>
|
||||||
|
{/* Invoice due this month */}
|
||||||
|
<div
|
||||||
|
style={{
|
||||||
|
backgroundColor: "#fff8e6",
|
||||||
|
border: "1px solid #ffd700",
|
||||||
|
borderRadius: "8px",
|
||||||
|
padding: "16px 24px",
|
||||||
|
display: "flex",
|
||||||
|
flexDirection: "column",
|
||||||
|
justifyContent: "center",
|
||||||
|
alignItems: "flex-start",
|
||||||
|
width: "300px",
|
||||||
|
textAlign: "left",
|
||||||
|
}}
|
||||||
|
>
|
||||||
|
<p style={{ fontSize: "24px", fontWeight: "bold", margin: "0" }}>
|
||||||
|
$500
|
||||||
|
</p>
|
||||||
|
<p style={{ fontSize: "14px", color: "#555", margin: "4px 0" }}>
|
||||||
|
Invoice due this month
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
{/* Last 7 days sale */}
|
||||||
|
<div
|
||||||
|
style={{
|
||||||
|
backgroundColor: "#e6ffee",
|
||||||
|
border: "1px solid #00b300",
|
||||||
|
borderRadius: "8px",
|
||||||
|
padding: "16px 24px",
|
||||||
|
display: "flex",
|
||||||
|
flexDirection: "column",
|
||||||
|
justifyContent: "center",
|
||||||
|
alignItems: "flex-start",
|
||||||
|
width: "300px",
|
||||||
|
textAlign: "left",
|
||||||
|
}}
|
||||||
|
>
|
||||||
|
<p style={{ fontSize: "24px", fontWeight: "bold", margin: "0" }}>
|
||||||
|
$1900
|
||||||
|
</p>
|
||||||
|
<p style={{ fontSize: "14px", color: "#555", margin: "4px 0" }}>
|
||||||
|
Last 7 days sale
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
{/* Expense this month */}
|
||||||
|
<div
|
||||||
|
style={{
|
||||||
|
backgroundColor: "#ffe6e6",
|
||||||
|
border: "1px solid #ff4d4d",
|
||||||
|
borderRadius: "8px",
|
||||||
|
padding: "16px 24px",
|
||||||
|
display: "flex",
|
||||||
|
flexDirection: "column",
|
||||||
|
justifyContent: "center",
|
||||||
|
alignItems: "flex-start",
|
||||||
|
width: "300px",
|
||||||
|
textAlign: "left",
|
||||||
|
}}
|
||||||
|
>
|
||||||
|
<p style={{ fontSize: "24px", fontWeight: "bold", margin: "0" }}>
|
||||||
|
$0.00
|
||||||
|
</p>
|
||||||
|
<p style={{ fontSize: "14px", color: "#555", margin: "4px 0" }}>
|
||||||
|
Expense this month
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{/* Table Start */}
|
{/* Table Start */}
|
||||||
|
@ -695,8 +828,10 @@ export default function Purchase() {
|
||||||
|
|
||||||
<input
|
<input
|
||||||
style={{
|
style={{
|
||||||
backgroundColor: "#0023000C",
|
backgroundColor: "#ffffff",
|
||||||
borderRadius: "10px",
|
border: "none", // Remove all borders
|
||||||
|
borderBottom: "2px solid #ccc", // Set bottom border
|
||||||
|
borderRadius: "0px", // Remove border radius
|
||||||
height: "52px",
|
height: "52px",
|
||||||
}}
|
}}
|
||||||
type="date"
|
type="date"
|
||||||
|
@ -714,8 +849,10 @@ export default function Purchase() {
|
||||||
|
|
||||||
<input
|
<input
|
||||||
style={{
|
style={{
|
||||||
backgroundColor: "#0023000C",
|
backgroundColor: "#ffffff",
|
||||||
borderRadius: "10px",
|
border: "none", // Remove all borders
|
||||||
|
borderBottom: "2px solid #ccc", // Set bottom border
|
||||||
|
borderRadius: "0px", // Remove border radius
|
||||||
height: "52px",
|
height: "52px",
|
||||||
}}
|
}}
|
||||||
type="text"
|
type="text"
|
||||||
|
@ -733,8 +870,9 @@ export default function Purchase() {
|
||||||
<div className="col-md-6" style={{ paddingRight: "10px" }}>
|
<div className="col-md-6" style={{ paddingRight: "10px" }}>
|
||||||
<select
|
<select
|
||||||
style={{
|
style={{
|
||||||
backgroundColor: "#0023000C",
|
backgroundColor: "#ffffff",
|
||||||
borderRadius: "10px",
|
border: "none", // Remove all borders
|
||||||
|
borderBottom: "2px solid #ccc", // Set bottom border
|
||||||
height: "52px",
|
height: "52px",
|
||||||
}}
|
}}
|
||||||
className="form-control"
|
className="form-control"
|
||||||
|
@ -771,8 +909,9 @@ export default function Purchase() {
|
||||||
<select
|
<select
|
||||||
className="form-control"
|
className="form-control"
|
||||||
style={{
|
style={{
|
||||||
backgroundColor: "#0023000C",
|
backgroundColor: "#ffffff",
|
||||||
borderRadius: "10px",
|
border: "none", // Remove all borders
|
||||||
|
borderBottom: "2px solid #ccc", // Set bottom border
|
||||||
height: "52px",
|
height: "52px",
|
||||||
}}
|
}}
|
||||||
name="vendor_department_service_titles"
|
name="vendor_department_service_titles"
|
||||||
|
@ -807,107 +946,210 @@ export default function Purchase() {
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div className="d-flex col-md-12">
|
<div className="d-flex col-md-12 mt-2">
|
||||||
|
<div
|
||||||
|
className="form-row d-flex col-md-5 p-2 mt-2"
|
||||||
|
style={{
|
||||||
|
backgroundColor: "#ffffff",
|
||||||
|
border: "none", // Remove all borders
|
||||||
|
borderBottom: "2px solid #ccc", // Set bottom border
|
||||||
|
borderRadius: "0px", // Remove border radius
|
||||||
|
height: "52px",
|
||||||
|
}}
|
||||||
|
>
|
||||||
|
<div className="input-group col-md-6">
|
||||||
|
<div
|
||||||
|
className="input-group-prepend"
|
||||||
|
style={{
|
||||||
|
|
||||||
</div>
|
background: "#ffffff",
|
||||||
<div
|
height: "100%",
|
||||||
className="d-flex col-md-12"
|
|
||||||
style={{ paddingLeft: "5px", paddingTop: "15px" }}
|
display: "flex",
|
||||||
>
|
alignItems: "center",
|
||||||
<p>Payment Method : </p>
|
}}
|
||||||
<label
|
>
|
||||||
className="radio-inline"
|
{/* <span className="input-group-text prefixtext"
|
||||||
style={{ paddingLeft: "10px" }}
|
style={{ border: "none", fontSize: "14px" }}>
|
||||||
|
|
||||||
|
USD
|
||||||
|
</span> */}
|
||||||
|
</div>
|
||||||
|
<input
|
||||||
|
required
|
||||||
|
type="number"
|
||||||
|
className="form-control sampletext"
|
||||||
|
placeholder="Amount"
|
||||||
|
aria-label="Username"
|
||||||
|
aria-describedby="addon-wrapping"
|
||||||
|
name={editingInvoiceId ? "pay_amount" : "amount"}
|
||||||
|
value={
|
||||||
|
|
||||||
|
editingInvoiceId && formData.pay_amount === undefined
|
||||||
|
? formData.remaining_amount
|
||||||
|
: formData.pay_amount || formData.amount
|
||||||
|
}
|
||||||
|
onChange={handleChange}
|
||||||
|
onInput={(e) => {
|
||||||
|
// Allow only numbers and a decimal point with two digits after it
|
||||||
|
e.target.value = e.target.value
|
||||||
|
.replace(/[^0-9.]/g, '') // Remove non-numeric characters except the decimal point
|
||||||
|
.replace(/^(\d*\.?\d{0,2}).*/g, '$1') // Allow only two decimal places
|
||||||
|
.slice(0, 12); // Limit input length (10 digits + 1 decimal + 2 decimal places)
|
||||||
|
}}
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
style={{
|
||||||
|
border: '2px solid #ACB4AA',
|
||||||
|
padding: '5px 10px',
|
||||||
|
marginTop: '20px',
|
||||||
|
width: 'fit-content',
|
||||||
|
borderRadius: '40px',
|
||||||
|
display: 'flex', // Use flexbox
|
||||||
|
gap: '10px', // Add spacing between the options
|
||||||
|
}}
|
||||||
>
|
>
|
||||||
<input
|
|
||||||
type="radio"
|
|
||||||
name="pay_method_status"
|
|
||||||
value="pay_later"
|
|
||||||
checked={formData.pay_method_status === "pay_later"}
|
|
||||||
onChange={handlePaymentMethodChange}
|
|
||||||
/>{" "}
|
|
||||||
Pay Later
|
|
||||||
</label>
|
|
||||||
<label
|
|
||||||
className="radio-inline"
|
|
||||||
style={{ paddingLeft: "10px" }}
|
|
||||||
>
|
|
||||||
<input
|
|
||||||
type="radio"
|
|
||||||
name="pay_method_status"
|
|
||||||
value="pay_now"
|
|
||||||
checked={formData.pay_method_status === "pay_now"}
|
|
||||||
onChange={handlePaymentMethodChange}
|
|
||||||
/>{" "}
|
|
||||||
Pay Now
|
|
||||||
</label>
|
|
||||||
<label
|
|
||||||
className="radio-inline"
|
|
||||||
style={{ paddingLeft: "10px" }}
|
|
||||||
>
|
|
||||||
<input
|
|
||||||
type="radio"
|
|
||||||
name="pay_method_status"
|
|
||||||
value="credit_invoice"
|
|
||||||
checked={
|
|
||||||
formData.pay_method_status === "credit_invoice"
|
|
||||||
}
|
|
||||||
onChange={handlePaymentMethodChange}
|
|
||||||
/>{" "}
|
|
||||||
Credit Invoice
|
|
||||||
</label>
|
|
||||||
</div>
|
|
||||||
{showPaymentOptions && (
|
|
||||||
<div className="d-flex col-md-6 mb-3">
|
|
||||||
<label
|
<label
|
||||||
className="radio-inline"
|
className="radio-inline"
|
||||||
style={{ paddingLeft: "10px" }}
|
style={{
|
||||||
|
|
||||||
|
|
||||||
|
backgroundColor: formData.pay_method_status === "pay_later" ? "#4a5546" : "transparent",
|
||||||
|
color: formData.pay_method_status === "pay_later" ? "white" : "black",
|
||||||
|
padding: '5px 10px',
|
||||||
|
borderRadius: '20px',
|
||||||
|
}}
|
||||||
>
|
>
|
||||||
<input
|
<input
|
||||||
type="radio"
|
type="radio"
|
||||||
name="specificPaymentMethod"
|
name="pay_method_status"
|
||||||
value="cash"
|
value="pay_later"
|
||||||
onChange={handleSpecificPaymentMethodChange}
|
checked={formData.pay_method_status === "pay_later"}
|
||||||
|
onChange={handlePaymentMethodChange}
|
||||||
|
style={{ display: 'none' }} // Hide the radio button
|
||||||
/>{" "}
|
/>{" "}
|
||||||
Cash
|
Pay Later
|
||||||
</label>
|
</label>
|
||||||
<label
|
<label
|
||||||
className="radio-inline"
|
className="radio-inline"
|
||||||
style={{ paddingLeft: "10px" }}
|
style={{
|
||||||
|
|
||||||
|
backgroundColor: formData.pay_method_status === "pay_now" ? "#4a5546" : "transparent",
|
||||||
|
color: formData.pay_method_status === "pay_now" ? "white" : "black",
|
||||||
|
padding: '5px 10px',
|
||||||
|
borderRadius: '20px',
|
||||||
|
}}
|
||||||
>
|
>
|
||||||
<input
|
<input
|
||||||
type="radio"
|
type="radio"
|
||||||
name="specificPaymentMethod"
|
name="pay_method_status"
|
||||||
value="cheque"
|
value="pay_now"
|
||||||
onChange={handleSpecificPaymentMethodChange}
|
checked={formData.pay_method_status === "pay_now"}
|
||||||
|
onChange={handlePaymentMethodChange}
|
||||||
|
style={{ display: 'none' }} // Hide the radio button
|
||||||
/>{" "}
|
/>{" "}
|
||||||
Check
|
Pay Now
|
||||||
</label>
|
</label>
|
||||||
<label
|
<label
|
||||||
className="radio-inline"
|
className="radio-inline"
|
||||||
style={{ paddingLeft: "10px" }}
|
style={{
|
||||||
|
|
||||||
|
backgroundColor: formData.pay_method_status === "credit_invoice" ? "#4a5546" : "transparent",
|
||||||
|
color: formData.pay_method_status === "credit_invoice" ? "white" : "black",
|
||||||
|
padding: '5px 10px',
|
||||||
|
borderRadius: '20px',
|
||||||
|
}}
|
||||||
>
|
>
|
||||||
<input
|
<input
|
||||||
type="radio"
|
type="radio"
|
||||||
name="specificPaymentMethod"
|
name="pay_method_status"
|
||||||
value="bank"
|
value="credit_invoice"
|
||||||
onChange={handleSpecificPaymentMethodChange}
|
checked={formData.pay_method_status === "credit_invoice"}
|
||||||
|
onChange={handlePaymentMethodChange}
|
||||||
|
style={{ display: 'none' }} // Hide the radio button
|
||||||
/>{" "}
|
/>{" "}
|
||||||
Bank Card/ACH/EFT
|
Credit Invoice
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
{showPaymentOptions && (
|
||||||
|
<div
|
||||||
|
className="d-flex col-md-6 mb-3"
|
||||||
|
style={{
|
||||||
|
border: "2px solid #ACB4AA",
|
||||||
|
padding: "5px 10px",
|
||||||
|
width: "fit-content",
|
||||||
|
borderRadius: "40px",
|
||||||
|
display: "flex",
|
||||||
|
gap: "10px",
|
||||||
|
marginTop: "20px",
|
||||||
|
}}
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
className="payment-option"
|
||||||
|
onClick={() => handleSpecificPaymentMethodChange({ target: { value: "cash" } })}
|
||||||
|
style={{
|
||||||
|
padding: '5px 10px',
|
||||||
|
cursor: "pointer",
|
||||||
|
borderRadius: "20px",
|
||||||
|
backgroundColor: selectedPaymentMethod === "cash" ? "#4a5546" : "transparent", // Change background based on selection
|
||||||
|
color: selectedPaymentMethod === "cash" ? "white" : "black", // Change text color based on selection
|
||||||
|
textAlign: "center",
|
||||||
|
}}
|
||||||
|
>
|
||||||
|
Cash
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
className="payment-option"
|
||||||
|
onClick={() => handleSpecificPaymentMethodChange({ target: { value: "cheque" } })}
|
||||||
|
style={{
|
||||||
|
padding: '5px 10px',
|
||||||
|
cursor: "pointer",
|
||||||
|
borderRadius: "20px",
|
||||||
|
backgroundColor: selectedPaymentMethod === "cheque" ? "#4a5546" : "transparent",
|
||||||
|
color: selectedPaymentMethod === "cheque" ? "white" : "black",
|
||||||
|
textAlign: "center",
|
||||||
|
}}
|
||||||
|
>
|
||||||
|
Check
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
className="payment-option"
|
||||||
|
onClick={() => handleSpecificPaymentMethodChange({ target: { value: "bank" } })}
|
||||||
|
style={{
|
||||||
|
padding: '5px 10px',
|
||||||
|
cursor: "pointer",
|
||||||
|
borderRadius: "20px",
|
||||||
|
backgroundColor: selectedPaymentMethod === "bank" ? "#4a5546" : "transparent",
|
||||||
|
color: selectedPaymentMethod === "bank" ? "white" : "black",
|
||||||
|
textAlign: "center",
|
||||||
|
}}
|
||||||
|
>
|
||||||
|
Bank Card/ACH/EFT
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
)}
|
)}
|
||||||
|
|
||||||
|
|
||||||
{showAdditionalFields && (
|
{showAdditionalFields && (
|
||||||
<div className="d-flex col-md-5 mt-2">
|
<div className="d-flex col-md-5 mt-2" style={{ marginTop: '20px' }}>
|
||||||
<select
|
<select
|
||||||
className="form-control col-md-5 me-2"
|
className="form-control col-md-5 me-2"
|
||||||
name="days"
|
name="days"
|
||||||
value={formData.days || ""}
|
value={formData.days || ""}
|
||||||
onChange={handleChange}
|
onChange={handleChange}
|
||||||
style={{
|
style={{
|
||||||
backgroundColor: "#0023000C",
|
backgroundColor: "#fff",
|
||||||
borderRadius: "10px",
|
border: "none", // Remove all borders
|
||||||
|
borderBottom: "2px solid #ccc", // Set bottom border
|
||||||
|
borderRadius: "0px", // Remove border radius
|
||||||
height: "52px",
|
height: "52px",
|
||||||
|
|
||||||
}}
|
}}
|
||||||
required
|
required
|
||||||
>
|
>
|
||||||
|
@ -920,8 +1162,11 @@ export default function Purchase() {
|
||||||
</select>
|
</select>
|
||||||
<input
|
<input
|
||||||
style={{
|
style={{
|
||||||
backgroundColor: "#0023000C",
|
backgroundColor: "#fff",
|
||||||
borderRadius: "10px",
|
border: "none", // Remove all borders
|
||||||
|
borderBottom: "2px solid #ccc", // Set bottom border
|
||||||
|
borderRadius: "0px", // Remove border radius
|
||||||
|
|
||||||
height: "50px",
|
height: "50px",
|
||||||
}}
|
}}
|
||||||
className="form-control d-flex col-md-5"
|
className="form-control d-flex col-md-5"
|
||||||
|
@ -938,8 +1183,11 @@ export default function Purchase() {
|
||||||
<div className="d-flex col-md-4 mt-2">
|
<div className="d-flex col-md-4 mt-2">
|
||||||
<select
|
<select
|
||||||
style={{
|
style={{
|
||||||
backgroundColor: "#0023000C",
|
backgroundColor: "#fff",
|
||||||
borderRadius: "10px",
|
border: "none", // Remove all borders
|
||||||
|
borderBottom: "2px solid #ccc", // Set bottom border
|
||||||
|
borderRadius: "0px", // Remove border radius
|
||||||
|
height: "52px",
|
||||||
height: "52px",
|
height: "52px",
|
||||||
marginRight: "10px",
|
marginRight: "10px",
|
||||||
}}
|
}}
|
||||||
|
@ -962,8 +1210,11 @@ export default function Purchase() {
|
||||||
className="form-control me-2"
|
className="form-control me-2"
|
||||||
placeholder="Check Number"
|
placeholder="Check Number"
|
||||||
style={{
|
style={{
|
||||||
backgroundColor: "#0023000C",
|
backgroundColor: "#fff",
|
||||||
borderRadius: "10px",
|
border: "none", // Remove all borders
|
||||||
|
borderBottom: "2px solid #ccc", // Set bottom border
|
||||||
|
borderRadius: "0px", // Remove border radius
|
||||||
|
height: "52px",
|
||||||
height: "52px",
|
height: "52px",
|
||||||
marginRight: "10px",
|
marginRight: "10px",
|
||||||
}}
|
}}
|
||||||
|
@ -978,8 +1229,11 @@ export default function Purchase() {
|
||||||
<div className="d-flex col-md-4 mt-2">
|
<div className="d-flex col-md-4 mt-2">
|
||||||
<input
|
<input
|
||||||
style={{
|
style={{
|
||||||
backgroundColor: "#0023000C",
|
backgroundColor: "#fff",
|
||||||
borderRadius: "10px",
|
border: "none", // Remove all borders
|
||||||
|
borderBottom: "2px solid #ccc", // Set bottom border
|
||||||
|
borderRadius: "0px", // Remove border radius
|
||||||
|
height: "52px",
|
||||||
height: "52px",
|
height: "52px",
|
||||||
}}
|
}}
|
||||||
className="form-control col-md-3"
|
className="form-control col-md-3"
|
||||||
|
@ -994,8 +1248,11 @@ export default function Purchase() {
|
||||||
<div className="d-flex col-md-6 mt-2">
|
<div className="d-flex col-md-6 mt-2">
|
||||||
<select
|
<select
|
||||||
style={{
|
style={{
|
||||||
backgroundColor: "#0023000C",
|
backgroundColor: "#fff",
|
||||||
borderRadius: "10px",
|
border: "none", // Remove all borders
|
||||||
|
borderBottom: "2px solid #ccc", // Set bottom border
|
||||||
|
borderRadius: "0px", // Remove border radius
|
||||||
|
height: "52px",
|
||||||
height: "52px",
|
height: "52px",
|
||||||
marginRight: "10px",
|
marginRight: "10px",
|
||||||
}}
|
}}
|
||||||
|
@ -1015,8 +1272,11 @@ export default function Purchase() {
|
||||||
<div className="d-flex col-md-6 mt-2">
|
<div className="d-flex col-md-6 mt-2">
|
||||||
<input
|
<input
|
||||||
style={{
|
style={{
|
||||||
backgroundColor: "#0023000C",
|
backgroundColor: "#fff",
|
||||||
borderRadius: "10px",
|
border: "none", // Remove all borders
|
||||||
|
borderBottom: "2px solid #ccc", // Set bottom border
|
||||||
|
borderRadius: "0px", // Remove border radius
|
||||||
|
height: "52px",
|
||||||
height: "52px",
|
height: "52px",
|
||||||
}}
|
}}
|
||||||
className="form-control col-md-3"
|
className="form-control col-md-3"
|
||||||
|
@ -1047,8 +1307,11 @@ export default function Purchase() {
|
||||||
<div
|
<div
|
||||||
className="form-row d-flex col-md-6 p-2 mt-2"
|
className="form-row d-flex col-md-6 p-2 mt-2"
|
||||||
style={{
|
style={{
|
||||||
backgroundColor: "#0023000C",
|
backgroundColor: "#fff",
|
||||||
borderRadius: "10px",
|
border: "none", // Remove all borders
|
||||||
|
borderBottom: "2px solid #ccc", // Set bottom border
|
||||||
|
borderRadius: "0px", // Remove border radius
|
||||||
|
height: "52px",
|
||||||
height: "52px",
|
height: "52px",
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
|
@ -1056,19 +1319,19 @@ export default function Purchase() {
|
||||||
<div
|
<div
|
||||||
className="input-group-prepend"
|
className="input-group-prepend"
|
||||||
style={{
|
style={{
|
||||||
background: "#F5F5F5",
|
background: "#ffffff",
|
||||||
height: "100%",
|
height: "100%",
|
||||||
borderRadius: "10px 0 0 10px",
|
|
||||||
display: "flex",
|
display: "flex",
|
||||||
alignItems: "center",
|
alignItems: "center",
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<span
|
{/* <span
|
||||||
className="input-group-text prefixtext"
|
className="input-group-text prefixtext"
|
||||||
style={{ border: "none", fontSize: "14px" }}
|
style={{ border: "none", fontSize: "14px" }}
|
||||||
>
|
>
|
||||||
USD
|
USD
|
||||||
</span>
|
</span> */}
|
||||||
</div>
|
</div>
|
||||||
<input
|
<input
|
||||||
type="text"
|
type="text"
|
||||||
|
@ -1089,56 +1352,7 @@ export default function Purchase() {
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
<div
|
|
||||||
className="form-row d-flex col-md-6 p-2 mt-2"
|
|
||||||
style={{
|
|
||||||
backgroundColor: "#0023000C",
|
|
||||||
borderRadius: "10px",
|
|
||||||
height: "52px",
|
|
||||||
}}
|
|
||||||
>
|
|
||||||
<div className="input-group col-md-6">
|
|
||||||
<div
|
|
||||||
className="input-group-prepend"
|
|
||||||
style={{
|
|
||||||
background: "#F5F5F5",
|
|
||||||
height: "100%",
|
|
||||||
borderRadius: "10px 0 0 10px",
|
|
||||||
display: "flex",
|
|
||||||
alignItems: "center",
|
|
||||||
}}
|
|
||||||
>
|
|
||||||
<span className="input-group-text prefixtext"
|
|
||||||
style={{ border: "none", fontSize: "14px" }}>
|
|
||||||
|
|
||||||
USD
|
|
||||||
</span>
|
|
||||||
</div>
|
|
||||||
<input
|
|
||||||
required
|
|
||||||
type="number"
|
|
||||||
className="form-control sampletext"
|
|
||||||
placeholder="Amount"
|
|
||||||
aria-label="Username"
|
|
||||||
aria-describedby="addon-wrapping"
|
|
||||||
name={editingInvoiceId ? "pay_amount" : "amount"}
|
|
||||||
value={
|
|
||||||
|
|
||||||
editingInvoiceId && formData.pay_amount === undefined
|
|
||||||
? formData.remaining_amount
|
|
||||||
: formData.pay_amount || formData.amount
|
|
||||||
}
|
|
||||||
onChange={handleChange}
|
|
||||||
onInput={(e) => {
|
|
||||||
// Allow only numbers and a decimal point with two digits after it
|
|
||||||
e.target.value = e.target.value
|
|
||||||
.replace(/[^0-9.]/g, '') // Remove non-numeric characters except the decimal point
|
|
||||||
.replace(/^(\d*\.?\d{0,2}).*/g, '$1') // Allow only two decimal places
|
|
||||||
.slice(0, 12); // Limit input length (10 digits + 1 decimal + 2 decimal places)
|
|
||||||
}}
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
<div className="modal-footer" style={{ border: "none" }}>
|
<div className="modal-footer" style={{ border: "none" }}>
|
||||||
|
@ -1146,13 +1360,15 @@ export default function Purchase() {
|
||||||
type="button"
|
type="button"
|
||||||
className="btn btn-secondary-outline"
|
className="btn btn-secondary-outline"
|
||||||
onClick={toggleModal}
|
onClick={toggleModal}
|
||||||
|
style={{ border: " 1px solid #282e26", borderRadius: '20px' }}
|
||||||
>
|
>
|
||||||
Close
|
Close
|
||||||
</button>
|
</button>
|
||||||
<button
|
<button
|
||||||
type="submit"
|
type="submit"
|
||||||
className="btn btn-primary"
|
className="btn "
|
||||||
onClick={handleSubmit}
|
onClick={handleSubmit}
|
||||||
|
style={{ color: "white", backgroundColor: '#282e26', borderRadius: '20px' }}
|
||||||
>
|
>
|
||||||
Submit
|
Submit
|
||||||
</button>
|
</button>
|
||||||
|
|
|
@ -37,23 +37,33 @@ const AddDepartmentModal = ({ show, handleClose, onDepartmentAdded }) => {
|
||||||
};
|
};
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<ReusableModal show={show} handleClose={handleClose} title="Add Department" width="760px" height="175px">
|
<ReusableModal show={show} handleClose={handleClose} title="Add Department" width="760px" height="250px">
|
||||||
<form onSubmit={handleSave}>
|
<form onSubmit={handleSave}>
|
||||||
<div className="form-group d-flex align-items-center mt-1">
|
<div className="form-group ">
|
||||||
<input
|
<input
|
||||||
type="text"
|
type="text"
|
||||||
className="input-field"
|
className="input-field"
|
||||||
placeholder="Department Name"
|
placeholder="Department Name"
|
||||||
value={departmentName}
|
value={departmentName}
|
||||||
onChange={(e) => setDepartmentName(e.target.value)}
|
onChange={(e) => setDepartmentName(e.target.value)}
|
||||||
style={{ width: "483px", marginRight: "10px" }}
|
style={{ width: "483px", border: "none", // Remove all borders
|
||||||
|
borderBottom: "2px solid #ccc", // Set bottom border
|
||||||
|
marginBottom: "20px",
|
||||||
|
borderRadius: "0px", // Remove border radius
|
||||||
|
}}
|
||||||
required
|
required
|
||||||
/>
|
/>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
style={{
|
||||||
|
textAlign: "right", // Align content to the right
|
||||||
|
}}
|
||||||
|
>
|
||||||
<button
|
<button
|
||||||
type="submit"
|
type="submit"
|
||||||
style={{
|
style={{
|
||||||
padding: "6px 8px",
|
padding: "6px 8px",
|
||||||
backgroundColor: "#4545db",
|
backgroundColor: "#282e26",
|
||||||
color: "white",
|
color: "white",
|
||||||
border: "none",
|
border: "none",
|
||||||
borderRadius: "40px",
|
borderRadius: "40px",
|
||||||
|
@ -61,11 +71,11 @@ const AddDepartmentModal = ({ show, handleClose, onDepartmentAdded }) => {
|
||||||
width: "103px",
|
width: "103px",
|
||||||
height: "42px",
|
height: "42px",
|
||||||
fontSize: "18px",
|
fontSize: "18px",
|
||||||
marginLeft: "20px",
|
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
Submit
|
Submit
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
</ReusableModal>
|
</ReusableModal>
|
||||||
|
|
|
@ -37,23 +37,35 @@ const AddExpenseTypeModal = ({ show, handleClose, onExpenseTypeAdded }) => {
|
||||||
};
|
};
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<ReusableModal show={show} handleClose={handleClose} title="Add Expense Type" width="760px" height="175px">
|
<ReusableModal show={show} handleClose={handleClose} title="Add Expense Type" width="760px" height="250px">
|
||||||
<form onSubmit={handleSave}>
|
<form onSubmit={handleSave}>
|
||||||
<div className="form-group d-flex align-items-center">
|
<div className="form-group">
|
||||||
<input
|
<input
|
||||||
type="text"
|
type="text"
|
||||||
className="input-field"
|
className="input-field"
|
||||||
placeholder="Expense Type"
|
placeholder="Expense Type"
|
||||||
value={expenseType}
|
value={expenseType}
|
||||||
onChange={(e) => setExpenseType(e.target.value)}
|
onChange={(e) => setExpenseType(e.target.value)}
|
||||||
style={{ width: "483px", marginRight: "10px" }}
|
style={{
|
||||||
|
width: "483px",
|
||||||
|
border: "none", // Remove all borders
|
||||||
|
borderBottom: "2px solid #ccc", // Set bottom border
|
||||||
|
marginBottom: "20px",
|
||||||
|
borderRadius: "0px", // Remove border radius
|
||||||
|
}}
|
||||||
required
|
required
|
||||||
/>
|
/>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
style={{
|
||||||
|
textAlign: "right", // Align content to the right
|
||||||
|
}}
|
||||||
|
>
|
||||||
<button
|
<button
|
||||||
type="submit"
|
type="submit"
|
||||||
style={{
|
style={{
|
||||||
padding: "6px 8px",
|
padding: "6px 8px",
|
||||||
backgroundColor: "#4545db",
|
backgroundColor: "#282e26",
|
||||||
color: "white",
|
color: "white",
|
||||||
border: "none",
|
border: "none",
|
||||||
borderRadius: "40px",
|
borderRadius: "40px",
|
||||||
|
@ -61,7 +73,6 @@ const AddExpenseTypeModal = ({ show, handleClose, onExpenseTypeAdded }) => {
|
||||||
width: "103px",
|
width: "103px",
|
||||||
height: "42px",
|
height: "42px",
|
||||||
fontSize: "18px",
|
fontSize: "18px",
|
||||||
marginLeft: "20px",
|
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
Submit
|
Submit
|
||||||
|
@ -70,6 +81,5 @@ const AddExpenseTypeModal = ({ show, handleClose, onExpenseTypeAdded }) => {
|
||||||
</form>
|
</form>
|
||||||
</ReusableModal>
|
</ReusableModal>
|
||||||
);
|
);
|
||||||
};
|
}
|
||||||
|
|
||||||
export default AddExpenseTypeModal;
|
export default AddExpenseTypeModal;
|
||||||
|
|
|
@ -93,7 +93,12 @@ const AddVendorModal = ({ show, handleClose, reloadData }) => {
|
||||||
placeholder="Vendor Name"
|
placeholder="Vendor Name"
|
||||||
value={vendorName}
|
value={vendorName}
|
||||||
onChange={(e) => setVendorName(e.target.value)}
|
onChange={(e) => setVendorName(e.target.value)}
|
||||||
style={{ width: "400px", marginRight: "10px", height: "44px" }}
|
style={{ width: "400px", marginRight: "10px", height: "44px" ,
|
||||||
|
|
||||||
|
border: "none", // Remove all borders
|
||||||
|
borderBottom: "2px solid #ccc", // Set bottom border
|
||||||
|
borderRadius: "0px", // Remove border radius
|
||||||
|
}}
|
||||||
|
|
||||||
/>
|
/>
|
||||||
<select
|
<select
|
||||||
|
@ -104,7 +109,10 @@ const AddVendorModal = ({ show, handleClose, reloadData }) => {
|
||||||
setVendorDepartments([]); // Reset departments when type changes
|
setVendorDepartments([]); // Reset departments when type changes
|
||||||
setOpeningBalance("");
|
setOpeningBalance("");
|
||||||
}}
|
}}
|
||||||
style={{ width: "400px", marginRight: "10px", height: "44px" }}
|
style={{ width: "400px", marginRight: "10px", height: "44px" , border: "none", // Remove all borders
|
||||||
|
borderBottom: "2px solid #ccc", // Set bottom border
|
||||||
|
borderRadius: "0px", // Remove border radius
|
||||||
|
}}
|
||||||
|
|
||||||
>
|
>
|
||||||
<option value="">Vendor Type</option>
|
<option value="">Vendor Type</option>
|
||||||
|
@ -136,7 +144,10 @@ const AddVendorModal = ({ show, handleClose, reloadData }) => {
|
||||||
<select
|
<select
|
||||||
className="input-field"
|
className="input-field"
|
||||||
onChange={handleDepartmentChange}
|
onChange={handleDepartmentChange}
|
||||||
style={{ width: "400px", marginRight: "10px", height: "44px" }}
|
style={{ width: "400px", marginRight: "10px", height: "44px" , border: "none", // Remove all borders
|
||||||
|
borderBottom: "2px solid #ccc", // Set bottom border
|
||||||
|
borderRadius: "0px", // Remove border radius
|
||||||
|
}}
|
||||||
>
|
>
|
||||||
<option value="">
|
<option value="">
|
||||||
{vendorType === "purchase"
|
{vendorType === "purchase"
|
||||||
|
@ -159,7 +170,10 @@ const AddVendorModal = ({ show, handleClose, reloadData }) => {
|
||||||
placeholder="Opening Balance"
|
placeholder="Opening Balance"
|
||||||
value={openingBalance}
|
value={openingBalance}
|
||||||
onChange={(e) => setOpeningBalance(e.target.value)}
|
onChange={(e) => setOpeningBalance(e.target.value)}
|
||||||
style={{ width: "400px", marginRight: "10px", height: "44px" }}
|
style={{ width: "400px", marginRight: "10px", height: "44px" , border: "none", // Remove all borders
|
||||||
|
borderBottom: "2px solid #ccc", // Set bottom border
|
||||||
|
borderRadius: "0px", // Remove border radius
|
||||||
|
}}
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
|
@ -170,10 +184,10 @@ const AddVendorModal = ({ show, handleClose, reloadData }) => {
|
||||||
style={{
|
style={{
|
||||||
marginLeft: "690px",
|
marginLeft: "690px",
|
||||||
padding: "4px 8px",
|
padding: "4px 8px",
|
||||||
backgroundColor: "#4545db",
|
backgroundColor: "#282e26",
|
||||||
color: "white",
|
color: "white",
|
||||||
border: "none",
|
border: "none",
|
||||||
borderRadius: "40px",
|
borderRadius: "20px",
|
||||||
cursor: "pointer",
|
cursor: "pointer",
|
||||||
width: "124px",
|
width: "124px",
|
||||||
height: "42px",
|
height: "42px",
|
||||||
|
|
|
@ -34,9 +34,14 @@ const Header = () => {
|
||||||
const settingsRef = useRef(null);
|
const settingsRef = useRef(null);
|
||||||
const lotteryRef = useRef(null);
|
const lotteryRef = useRef(null);
|
||||||
const gasRef = useRef(null);
|
const gasRef = useRef(null);
|
||||||
const [selectedNav, setSelectedNav] = useState("/");
|
// const [selectedNav, setSelectedNav] = useState("/");
|
||||||
const { Get, getAPI, Post } = useApi();
|
const { Get, getAPI, Post } = useApi();
|
||||||
|
|
||||||
|
|
||||||
|
const [parentLabel, setParentLabel] = useState("Expense"); // Parent label
|
||||||
|
const [selectedChild, setSelectedChild] = useState(""); // Selected child label
|
||||||
|
const [selectedNav, setSelectedNav] = useState("Expense");
|
||||||
|
|
||||||
const [isMobileMenuOpen, setIsMobileMenuOpen] = useState(false);
|
const [isMobileMenuOpen, setIsMobileMenuOpen] = useState(false);
|
||||||
const toggleMobileMenu = () => {
|
const toggleMobileMenu = () => {
|
||||||
setIsMobileMenuOpen(!isMobileMenuOpen);
|
setIsMobileMenuOpen(!isMobileMenuOpen);
|
||||||
|
@ -59,6 +64,18 @@ const Header = () => {
|
||||||
logOutUser();
|
logOutUser();
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
const handleChildSelection = (childLabel) => {
|
||||||
|
setSelectedChild(childLabel); // Update the selected child label
|
||||||
|
setExpenseDropdownOpen(false); // Close the dropdown
|
||||||
|
};
|
||||||
|
const toggleDropdown = () => {
|
||||||
|
setExpenseDropdownOpen(!expenseDropdownOpen);
|
||||||
|
if (expenseDropdownOpen) {
|
||||||
|
setSelectedChild(""); // Clear selected child if closing
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
const handleStoreManageClick = async () => {
|
const handleStoreManageClick = async () => {
|
||||||
setDropdownVisible(!isDropdownVisible);
|
setDropdownVisible(!isDropdownVisible);
|
||||||
|
|
||||||
|
@ -141,6 +158,8 @@ const Header = () => {
|
||||||
setLotteryDropdownOpen(false);
|
setLotteryDropdownOpen(false);
|
||||||
setGasDropdownOpen(false);
|
setGasDropdownOpen(false);
|
||||||
setDropdownVisible(false);
|
setDropdownVisible(false);
|
||||||
|
setSelectedChild("");
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
|
@ -151,43 +170,42 @@ const Header = () => {
|
||||||
}, []);
|
}, []);
|
||||||
return (
|
return (
|
||||||
<header className="header-container">
|
<header className="header-container">
|
||||||
<div className="navbar-left">
|
<div className="navbar-left">
|
||||||
<img src={paisavalaLogo} alt="Logo" />
|
<img src={paisavalaLogo} alt="Logo" />
|
||||||
</div>
|
</div>
|
||||||
<nav className="navbar navbar-expand-lg">
|
<nav className="navbar navbar-expand-lg">
|
||||||
<div className="container-fluid">
|
<div className="container-fluid">
|
||||||
{/* <Link to="/">
|
{/* <Link to="/">
|
||||||
<img src={logo} alt="Logo" className="logo" />
|
<img src={logo} alt="Logo" className="logo" />
|
||||||
</Link> */}
|
</Link> */}
|
||||||
<button
|
<button
|
||||||
className="navbar-toggler"
|
className="navbar-toggler"
|
||||||
type="button"
|
type="button"
|
||||||
onClick={toggleMobileMenu}
|
onClick={toggleMobileMenu}
|
||||||
>
|
|
||||||
<i className="fas fa-bars"></i>
|
|
||||||
</button>
|
|
||||||
<div
|
|
||||||
className={`collapse navbar-collapse ${isMobileMenuOpen ? 'show' : ''}`}
|
|
||||||
id="navbarNav"
|
|
||||||
> <ul className="navbar-nav me-auto">
|
|
||||||
{userRole === "store owner" && (
|
|
||||||
<li
|
|
||||||
className={`nav-item ${
|
|
||||||
selectedNav === "/owner-dashboard" ? "active" : ""
|
|
||||||
}`}
|
|
||||||
>
|
>
|
||||||
<Link
|
<i className="fas fa-bars"></i>
|
||||||
className="nav-link"
|
</button>
|
||||||
to="/owner-dashboard"
|
<div
|
||||||
onClick={() => {
|
className={`collapse navbar-collapse ${isMobileMenuOpen ? 'show' : ''}`}
|
||||||
setSelectedNav("/owner-dashboard");
|
id="navbarNav"
|
||||||
closeDropdowns();
|
> <ul className="navbar-nav me-auto">
|
||||||
}}
|
{userRole === "store owner" && (
|
||||||
>
|
<li
|
||||||
Owner Dashboard
|
className={`nav-item ${selectedNav === "/owner-dashboard" ? "active" : ""
|
||||||
</Link>
|
}`}
|
||||||
</li>
|
>
|
||||||
)}
|
<Link
|
||||||
|
className="nav-link"
|
||||||
|
to="/owner-dashboard"
|
||||||
|
onClick={() => {
|
||||||
|
setSelectedNav("/owner-dashboard");
|
||||||
|
closeDropdowns();
|
||||||
|
}}
|
||||||
|
>
|
||||||
|
Owner Dashboard
|
||||||
|
</Link>
|
||||||
|
</li>
|
||||||
|
)}
|
||||||
|
|
||||||
<li className={`nav-item ${selectedNav === "/" ? "active" : ""}`}>
|
<li className={`nav-item ${selectedNav === "/" ? "active" : ""}`}>
|
||||||
<Link
|
<Link
|
||||||
|
@ -201,28 +219,80 @@ const Header = () => {
|
||||||
Dashboard
|
Dashboard
|
||||||
</Link>
|
</Link>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li
|
<li
|
||||||
className={`nav-item ${selectedNav === "#" ? "active" : ""}`}
|
className={`nav-item ${expenseDropdownOpen ? "active" : ""}`}
|
||||||
ref={expenseRef}
|
ref={expenseRef}
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
closeDropdowns();
|
|
||||||
setExpenseDropdownOpen(!expenseDropdownOpen);
|
setExpenseDropdownOpen(!expenseDropdownOpen);
|
||||||
}}
|
}}
|
||||||
|
style={{
|
||||||
|
display: "flex",
|
||||||
|
flexDirection: "column", // Ensures child label is displayed below
|
||||||
|
alignItems: "flex-start", // Align labels to the left
|
||||||
|
position: "relative",
|
||||||
|
marginTop: "12px",
|
||||||
|
|
||||||
|
|
||||||
|
}}
|
||||||
>
|
>
|
||||||
|
{/* Parent Label */}
|
||||||
<a
|
<a
|
||||||
className="nav-link"
|
className="nav-link"
|
||||||
href="#"
|
href="#"
|
||||||
onClick={(e) => e.preventDefault()}
|
onClick={(e) => e.preventDefault()}
|
||||||
|
|
||||||
>
|
>
|
||||||
Expense
|
{parentLabel}
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
{/* Selected Child Label Below Parent Label */}
|
||||||
|
{selectedChild && (
|
||||||
|
<span
|
||||||
|
style={{
|
||||||
|
fontSize: "14px",
|
||||||
|
color: "white",
|
||||||
|
// borderBottom:'1px solid blue',
|
||||||
|
backgroundColor: "#282e26",
|
||||||
|
padding: "0px 20px",
|
||||||
|
borderRadius: '20px',
|
||||||
|
fontStyle: "normal",
|
||||||
|
}}
|
||||||
|
>
|
||||||
|
{selectedChild}
|
||||||
|
</span>
|
||||||
|
)}
|
||||||
|
|
||||||
|
{/* Dropdown Menu */}
|
||||||
{expenseDropdownOpen && (
|
{expenseDropdownOpen && (
|
||||||
<ul className="nav-menu-drop">
|
<ul
|
||||||
|
className="nav-menu-drop"
|
||||||
|
style={{
|
||||||
|
listStyle: "none",
|
||||||
|
padding: "10px",
|
||||||
|
margin: "0px",
|
||||||
|
border: "1px solid #ccc",
|
||||||
|
borderRadius: "4px",
|
||||||
|
boxShadow: "0 2px 4px rgba(0,0,0,0.1)",
|
||||||
|
backgroundColor: "#fff",
|
||||||
|
position: "absolute",
|
||||||
|
top: "100%", // Ensures dropdown appears below labels
|
||||||
|
left: "0",
|
||||||
|
zIndex: 10,
|
||||||
|
transform: "translateY(20px)", // Moves dropdown below header area
|
||||||
|
}}
|
||||||
|
>
|
||||||
<li>
|
<li>
|
||||||
<Link
|
<Link
|
||||||
className="nav-menu-drop-item"
|
className="nav-menu-drop-item"
|
||||||
to="/expense"
|
to="/expense"
|
||||||
onClick={closeDropdowns}
|
onClick={() => handleChildSelection("Expense")}
|
||||||
|
style={{
|
||||||
|
display: "block",
|
||||||
|
padding: "8px 12px",
|
||||||
|
color: "#000",
|
||||||
|
textDecoration: "none",
|
||||||
|
}}
|
||||||
>
|
>
|
||||||
Expense
|
Expense
|
||||||
</Link>
|
</Link>
|
||||||
|
@ -231,7 +301,13 @@ const Header = () => {
|
||||||
<Link
|
<Link
|
||||||
className="nav-menu-drop-item"
|
className="nav-menu-drop-item"
|
||||||
to="/purchase"
|
to="/purchase"
|
||||||
onClick={closeDropdowns}
|
onClick={() => handleChildSelection("Purchase")}
|
||||||
|
style={{
|
||||||
|
display: "block",
|
||||||
|
padding: "8px 12px",
|
||||||
|
color: "#000",
|
||||||
|
textDecoration: "none",
|
||||||
|
}}
|
||||||
>
|
>
|
||||||
Purchase
|
Purchase
|
||||||
</Link>
|
</Link>
|
||||||
|
@ -239,10 +315,10 @@ const Header = () => {
|
||||||
</ul>
|
</ul>
|
||||||
)}
|
)}
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li
|
<li
|
||||||
className={`nav-item ${
|
className={`nav-item ${selectedNav === "/payroll" ? "active" : ""
|
||||||
selectedNav === "/payroll" ? "active" : ""
|
}`}
|
||||||
}`}
|
|
||||||
>
|
>
|
||||||
<Link
|
<Link
|
||||||
className="nav-link"
|
className="nav-link"
|
||||||
|
@ -257,9 +333,8 @@ const Header = () => {
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li
|
<li
|
||||||
className={`nav-item ${
|
className={`nav-item ${selectedNav === "/reportDateSelection" ? "active" : ""
|
||||||
selectedNav === "/reportDateSelection" ? "active" : ""
|
}`}
|
||||||
}`}
|
|
||||||
>
|
>
|
||||||
<Link
|
<Link
|
||||||
className="nav-link"
|
className="nav-link"
|
||||||
|
@ -272,92 +347,92 @@ const Header = () => {
|
||||||
Reports
|
Reports
|
||||||
</Link>
|
</Link>
|
||||||
</li>
|
</li>
|
||||||
{(userRole === "store owner" || userRole === "store manager") &&(
|
{(userRole === "store owner" || userRole === "store manager") && (
|
||||||
|
|
||||||
<li
|
<li
|
||||||
className={`nav-item ${selectedNav === "#" ? "active" : ""}`}
|
className={`nav-item ${selectedNav === "#" ? "active" : ""}`}
|
||||||
ref={generalRef}
|
ref={generalRef}
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
closeDropdowns();
|
closeDropdowns();
|
||||||
setGeneralDropdownOpen(!generalDropdownOpen);
|
setGeneralDropdownOpen(!generalDropdownOpen);
|
||||||
}}
|
}}
|
||||||
>
|
|
||||||
<a
|
|
||||||
className="nav-link"
|
|
||||||
href="#"
|
|
||||||
onClick={(e) => e.preventDefault()}
|
|
||||||
>
|
>
|
||||||
General
|
<a
|
||||||
</a>
|
className="nav-link"
|
||||||
{generalDropdownOpen && (
|
href="#"
|
||||||
<ul className="nav-menu-drop">
|
onClick={(e) => e.preventDefault()}
|
||||||
<li>
|
>
|
||||||
<Link
|
General
|
||||||
className="nav-menu-drop-item"
|
</a>
|
||||||
to="/ATM"
|
{generalDropdownOpen && (
|
||||||
onClick={closeDropdowns}
|
<ul className="nav-menu-drop">
|
||||||
>
|
<li>
|
||||||
ATM
|
<Link
|
||||||
</Link>
|
className="nav-menu-drop-item"
|
||||||
</li>
|
to="/ATM"
|
||||||
<li>
|
onClick={closeDropdowns}
|
||||||
<Link
|
>
|
||||||
className="nav-menu-drop-item"
|
ATM
|
||||||
to="/Bank"
|
</Link>
|
||||||
onClick={closeDropdowns}
|
</li>
|
||||||
>
|
<li>
|
||||||
Bank
|
<Link
|
||||||
</Link>
|
className="nav-menu-drop-item"
|
||||||
</li>
|
to="/Bank"
|
||||||
<li>
|
onClick={closeDropdowns}
|
||||||
<Link
|
>
|
||||||
className="nav-menu-drop-item"
|
Bank
|
||||||
to="/OtherIncome"
|
</Link>
|
||||||
onClick={closeDropdowns}
|
</li>
|
||||||
>
|
<li>
|
||||||
Other Income
|
<Link
|
||||||
</Link>
|
className="nav-menu-drop-item"
|
||||||
</li>
|
to="/OtherIncome"
|
||||||
<li>
|
onClick={closeDropdowns}
|
||||||
<Link
|
>
|
||||||
className="nav-menu-drop-item"
|
Other Income
|
||||||
to="/SalesTax"
|
</Link>
|
||||||
onClick={closeDropdowns}
|
</li>
|
||||||
>
|
<li>
|
||||||
Sales Tax
|
<Link
|
||||||
</Link>
|
className="nav-menu-drop-item"
|
||||||
</li>
|
to="/SalesTax"
|
||||||
<li>
|
onClick={closeDropdowns}
|
||||||
<Link
|
>
|
||||||
className="nav-menu-drop-item"
|
Sales Tax
|
||||||
to="/bankLedger"
|
</Link>
|
||||||
onClick={closeDropdowns}
|
</li>
|
||||||
>
|
<li>
|
||||||
Bank Ledger
|
<Link
|
||||||
</Link>
|
className="nav-menu-drop-item"
|
||||||
</li>
|
to="/bankLedger"
|
||||||
|
onClick={closeDropdowns}
|
||||||
|
>
|
||||||
|
Bank Ledger
|
||||||
|
</Link>
|
||||||
|
</li>
|
||||||
|
|
||||||
<li>
|
<li>
|
||||||
<Link
|
<Link
|
||||||
className="nav-menu-drop-item"
|
className="nav-menu-drop-item"
|
||||||
to="/cashLedger"
|
to="/cashLedger"
|
||||||
onClick={closeDropdowns}
|
onClick={closeDropdowns}
|
||||||
>
|
>
|
||||||
Cash Ledger
|
Cash Ledger
|
||||||
</Link>
|
</Link>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<Link
|
<Link
|
||||||
className="nav-menu-drop-item"
|
className="nav-menu-drop-item"
|
||||||
to="/OwnerDist"
|
to="/OwnerDist"
|
||||||
onClick={closeDropdowns}
|
onClick={closeDropdowns}
|
||||||
>
|
>
|
||||||
Owner Distribution
|
Owner Distribution
|
||||||
</Link>
|
</Link>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
)}
|
)}
|
||||||
</li>
|
</li>
|
||||||
)}
|
)}
|
||||||
<li
|
<li
|
||||||
className={`nav-item ${selectedNav === "#" ? "active" : ""}`}
|
className={`nav-item ${selectedNav === "#" ? "active" : ""}`}
|
||||||
|
@ -472,92 +547,92 @@ const Header = () => {
|
||||||
</ul>
|
</ul>
|
||||||
)}
|
)}
|
||||||
</li>
|
</li>
|
||||||
{userRole === "store owner" &&(
|
{userRole === "store owner" && (
|
||||||
<li
|
<li
|
||||||
className={`nav-item ${selectedNav === "#" ? "active" : ""}`}
|
className={`nav-item ${selectedNav === "#" ? "active" : ""}`}
|
||||||
ref={settingsRef}
|
ref={settingsRef}
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
closeDropdowns();
|
closeDropdowns();
|
||||||
setSettingsDropdownOpen(!settingsDropdownOpen);
|
setSettingsDropdownOpen(!settingsDropdownOpen);
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<a
|
<a
|
||||||
className="nav-link"
|
className="nav-link"
|
||||||
href="#"
|
href="#"
|
||||||
onClick={(e) => e.preventDefault()}
|
onClick={(e) => e.preventDefault()}
|
||||||
>
|
>
|
||||||
Settings
|
Settings
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
{settingsDropdownOpen && (
|
{settingsDropdownOpen && (
|
||||||
<ul className="nav-menu-drop">
|
<ul className="nav-menu-drop">
|
||||||
<li>
|
<li>
|
||||||
<Link
|
<Link
|
||||||
className="nav-menu-drop-item"
|
className="nav-menu-drop-item"
|
||||||
to="/store-information"
|
to="/store-information"
|
||||||
onClick={closeDropdowns}
|
onClick={closeDropdowns}
|
||||||
>
|
>
|
||||||
Store Information
|
Store Information
|
||||||
</Link>
|
</Link>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<Link
|
<Link
|
||||||
className="nav-menu-drop-item"
|
className="nav-menu-drop-item"
|
||||||
to="/manage-users"
|
to="/manage-users"
|
||||||
onClick={closeDropdowns}
|
onClick={closeDropdowns}
|
||||||
>
|
>
|
||||||
Manage Users
|
Manage Users
|
||||||
</Link>
|
</Link>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<Link
|
<Link
|
||||||
className="nav-menu-drop-item"
|
className="nav-menu-drop-item"
|
||||||
to="/manage-departments"
|
to="/manage-departments"
|
||||||
onClick={closeDropdowns}
|
onClick={closeDropdowns}
|
||||||
>
|
>
|
||||||
Manage Departments
|
Manage Departments
|
||||||
</Link>
|
</Link>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<Link
|
<Link
|
||||||
className="nav-menu-drop-item"
|
className="nav-menu-drop-item"
|
||||||
to="/manage-expense-type"
|
to="/manage-expense-type"
|
||||||
onClick={closeDropdowns}
|
onClick={closeDropdowns}
|
||||||
>
|
>
|
||||||
Manage Expense Type
|
Manage Expense Type
|
||||||
</Link>
|
</Link>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<Link
|
<Link
|
||||||
className="nav-menu-drop-item"
|
className="nav-menu-drop-item"
|
||||||
to="/other-income-type"
|
to="/other-income-type"
|
||||||
onClick={closeDropdowns}
|
onClick={closeDropdowns}
|
||||||
>
|
>
|
||||||
Other Income Type
|
Other Income Type
|
||||||
</Link>
|
</Link>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<Link
|
<Link
|
||||||
className="nav-menu-drop-item"
|
className="nav-menu-drop-item"
|
||||||
to="/manage-vendor"
|
to="/manage-vendor"
|
||||||
onClick={closeDropdowns}
|
onClick={closeDropdowns}
|
||||||
>
|
>
|
||||||
Manage Vendor
|
Manage Vendor
|
||||||
</Link>
|
</Link>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<Link
|
<Link
|
||||||
className="nav-menu-drop-item"
|
className="nav-menu-drop-item"
|
||||||
to="/manage-settings"
|
to="/manage-settings"
|
||||||
onClick={closeDropdowns}
|
onClick={closeDropdowns}
|
||||||
>
|
>
|
||||||
Manage Settings
|
Manage Settings
|
||||||
</Link>
|
</Link>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
)}
|
)}
|
||||||
</li>
|
</li>
|
||||||
)}
|
)}
|
||||||
</ul>
|
</ul>
|
||||||
<div className="d-flex align-items-center" >
|
<div className="d-flex align-items-center" >
|
||||||
|
|
||||||
|
@ -568,95 +643,95 @@ const Header = () => {
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</nav>
|
</nav>
|
||||||
<div className="navbar-left">
|
<div className="navbar-left">
|
||||||
<div className="avatar-container" ref={avatarRef}>
|
<div className="avatar-container" ref={avatarRef}>
|
||||||
<img
|
<img
|
||||||
src={shopeKeeper}
|
src={shopeKeeper}
|
||||||
className="avatar"
|
className="avatar"
|
||||||
alt="User Avatar"
|
alt="User Avatar"
|
||||||
|
|
||||||
/>
|
/>
|
||||||
{/* Display role_name here */}
|
{/* Display role_name here */}
|
||||||
<div className="user-role">
|
<div className="user-role">
|
||||||
{userRole && <span>{userRole}</span>}
|
{userRole && <span>{userRole}</span>}
|
||||||
</div>
|
|
||||||
{/* Settings Icon Button */}
|
|
||||||
<button
|
|
||||||
className="settings-button"
|
|
||||||
onClick={(e) => {
|
|
||||||
e.stopPropagation(); // Prevent the click from triggering the avatar's click
|
|
||||||
closeDropdowns();
|
|
||||||
setsettingsDropOpen(!settingsDropOpen); // Toggle dropdown
|
|
||||||
}}
|
|
||||||
>
|
|
||||||
{/* Optional: Add an icon here */}
|
|
||||||
</button>
|
|
||||||
|
|
||||||
{settingsDropOpen && (
|
|
||||||
<ul className="nav-menu-drop">
|
|
||||||
<li>
|
|
||||||
<Link className="nav-menu-drop-item" to="#" onClick={closeDropdowns}>
|
|
||||||
Profile
|
|
||||||
</Link>
|
|
||||||
</li>
|
|
||||||
{(userRole === "store owner" || userRole === "store manager") && (
|
|
||||||
<li>
|
|
||||||
<a
|
|
||||||
className="nav-menu-drop-item"
|
|
||||||
href="#"
|
|
||||||
onClick={(e) => {
|
|
||||||
e.preventDefault();
|
|
||||||
handleStoreManageClick();
|
|
||||||
}}
|
|
||||||
>
|
|
||||||
Switch Store
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
)}
|
|
||||||
{isDropdownVisible && (
|
|
||||||
<div className="dropdown-container">
|
|
||||||
<ul className="dropdown-list">
|
|
||||||
{loading ? (
|
|
||||||
<li>Loading...</li>
|
|
||||||
) : (
|
|
||||||
stores.map((store) => (
|
|
||||||
<li key={store.id} className="dropdown-item">
|
|
||||||
<a
|
|
||||||
href="#"
|
|
||||||
className="dropdown-link"
|
|
||||||
onClick={(e) => {
|
|
||||||
handleStoreClick(store.id);
|
|
||||||
window.location.reload();
|
|
||||||
}}
|
|
||||||
>
|
|
||||||
{store.name}
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
))
|
|
||||||
)}
|
|
||||||
</ul>
|
|
||||||
</div>
|
</div>
|
||||||
)}
|
{/* Settings Icon Button */}
|
||||||
<li>
|
<button
|
||||||
<a
|
className="settings-button"
|
||||||
className="nav-menu-drop-item"
|
onClick={(e) => {
|
||||||
href="#"
|
e.stopPropagation(); // Prevent the click from triggering the avatar's click
|
||||||
onClick={() => {
|
|
||||||
handleLogout();
|
|
||||||
closeDropdowns();
|
closeDropdowns();
|
||||||
|
setsettingsDropOpen(!settingsDropOpen); // Toggle dropdown
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
Logout
|
{/* Optional: Add an icon here */}
|
||||||
</a>
|
</button>
|
||||||
</li>
|
|
||||||
</ul>
|
{settingsDropOpen && (
|
||||||
)}
|
<ul className="nav-menu-drop">
|
||||||
</div>
|
<li>
|
||||||
</div>
|
<Link className="nav-menu-drop-item" to="#" onClick={closeDropdowns}>
|
||||||
|
Profile
|
||||||
|
</Link>
|
||||||
|
</li>
|
||||||
|
{(userRole === "store owner" || userRole === "store manager") && (
|
||||||
|
<li>
|
||||||
|
<a
|
||||||
|
className="nav-menu-drop-item"
|
||||||
|
href="#"
|
||||||
|
onClick={(e) => {
|
||||||
|
e.preventDefault();
|
||||||
|
handleStoreManageClick();
|
||||||
|
}}
|
||||||
|
>
|
||||||
|
Switch Store
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
)}
|
||||||
|
{isDropdownVisible && (
|
||||||
|
<div className="dropdown-container">
|
||||||
|
<ul className="dropdown-list">
|
||||||
|
{loading ? (
|
||||||
|
<li>Loading...</li>
|
||||||
|
) : (
|
||||||
|
stores.map((store) => (
|
||||||
|
<li key={store.id} className="dropdown-item">
|
||||||
|
<a
|
||||||
|
href="#"
|
||||||
|
className="dropdown-link"
|
||||||
|
onClick={(e) => {
|
||||||
|
handleStoreClick(store.id);
|
||||||
|
window.location.reload();
|
||||||
|
}}
|
||||||
|
>
|
||||||
|
{store.name}
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
))
|
||||||
|
)}
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
)}
|
||||||
|
<li>
|
||||||
|
<a
|
||||||
|
className="nav-menu-drop-item"
|
||||||
|
href="#"
|
||||||
|
onClick={() => {
|
||||||
|
handleLogout();
|
||||||
|
closeDropdowns();
|
||||||
|
}}
|
||||||
|
>
|
||||||
|
Logout
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
)}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -8,6 +8,7 @@
|
||||||
|
|
||||||
.navbar {
|
.navbar {
|
||||||
padding: 10px 15px;
|
padding: 10px 15px;
|
||||||
|
font-family: Comfortaa;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Dropdown Styles */
|
/* Dropdown Styles */
|
||||||
|
@ -26,6 +27,7 @@
|
||||||
padding: 10px 15px;
|
padding: 10px 15px;
|
||||||
display: block;
|
display: block;
|
||||||
transition: background-color 0.2s ease;
|
transition: background-color 0.2s ease;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.nav-menu-drop-item:hover {
|
.nav-menu-drop-item:hover {
|
||||||
|
@ -49,6 +51,7 @@
|
||||||
|
|
||||||
.navbar-nav {
|
.navbar-nav {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.nav-menu-drop {
|
.nav-menu-drop {
|
||||||
|
|
Loading…
Reference in New Issue