Initial commit

This commit is contained in:
2025-10-11 11:55:25 +08:00
parent 467dad8449
commit 8107dee8d3
2879 changed files with 610575 additions and 0 deletions

232
src/variables/calendar.js Normal file
View File

@@ -0,0 +1,232 @@
/*!
=========================================================
* Argon Dashboard Chakra PRO - v1.0.0
=========================================================
* Product Page: https://www.creative-tim.com/product/argon-dashboard-chakra-pro
* Copyright 2022 Creative Tim (https://www.creative-tim.com/)
* Designed and Coded by Simmmple & Creative Tim
=========================================================
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
*/
export const calendarDataCRM = [
{
title: "All day conference",
borderColor: "transparent",
start: "2022-10-01",
end: "2022-10-01",
backgroundColor: "#68D391",
className: "success",
},
{
title: "Meeting with Mary",
borderColor: "transparent",
start: "2022-10-03",
end: "2022-10-03",
backgroundColor: "#F6AD55",
className: "info",
},
{
title: "Cyber Week",
borderColor: "transparent",
start: "2022-10-04",
end: "2022-10-04",
backgroundColor: "#805AD5",
className: "warning",
},
{
title: "Winter Hackaton",
borderColor: "transparent",
start: "2022-10-05",
end: "2022-10-05",
backgroundColor: "#0BC5EA",
className: "error",
},
{
title: "Digital event",
borderColor: "transparent",
start: "2022-10-09",
end: "2022-10-11",
backgroundColor: "#4FD1C5",
className: "warning",
},
{
title: "Dinner with Family",
borderColor: "transparent",
start: "2022-10-21",
end: "2022-10-21",
backgroundColor: "#F6AD55",
className: "error",
},
{
title: "Black Friday",
borderColor: "transparent",
start: "2022-10-25",
end: "2022-10-25",
backgroundColor: "#0BC5EA",
className: "info",
},
];
export const calendarDataWidgets = [
{
title: "All day conference",
borderColor: "transparent",
start: "2022-10-01",
end: "2022-10-01",
backgroundColor: "#68D391",
className: "success",
},
{
title: "Meeting with Mary",
borderColor: "transparent",
start: "2022-10-03",
end: "2022-10-03",
backgroundColor: "#F6AD55",
className: "info",
},
{
title: "Cyber Week",
borderColor: "transparent",
start: "2022-10-04",
end: "2022-10-04",
backgroundColor: "#805AD5",
className: "warning",
},
{
title: "Winter Hackaton",
borderColor: "transparent",
start: "2022-10-05",
end: "2022-10-05",
backgroundColor: "#0BC5EA",
className: "error",
},
{
title: "Digital event",
borderColor: "transparent",
start: "2022-10-09",
end: "2022-10-11",
backgroundColor: "#4FD1C5",
className: "warning",
},
{
title: "Dinner with Family",
borderColor: "transparent",
start: "2022-10-21",
end: "2022-10-21",
backgroundColor: "#F6AD55",
className: "error",
},
{
title: "Black Friday",
borderColor: "transparent",
start: "2022-10-25",
end: "2022-10-25",
backgroundColor: "#0BC5EA",
className: "info",
},
];
export const calendarDataCalendar = [
{
title: "All day conference",
borderColor: "transparent",
start: "2022-10-01",
end: "2022-10-01",
backgroundColor: "#68D391",
className: "success",
},
{
title: "Meeting with Mary",
borderColor: "transparent",
start: "2022-10-03",
end: "2022-10-03",
backgroundColor: "#F6AD55",
className: "info",
},
{
title: "Cyber Week",
borderColor: "transparent",
start: "2022-10-04",
end: "2022-10-04",
backgroundColor: "#805AD5",
className: "warning",
},
{
title: "Winter Hackaton",
borderColor: "transparent",
start: "2022-10-05",
end: "2022-10-05",
backgroundColor: "#0BC5EA",
className: "error",
},
{
title: "Digital event",
borderColor: "transparent",
start: "2022-10-09",
end: "2022-10-11",
backgroundColor: "#4FD1C5",
className: "warning",
},
{
title: "Dinner with Family",
borderColor: "transparent",
start: "2022-10-21",
end: "2022-10-21",
backgroundColor: "#F6AD55",
className: "error",
},
{
title: "Black Friday",
borderColor: "transparent",
start: "2022-10-25",
end: "2022-10-25",
backgroundColor: "#0BC5EA",
className: "info",
},
];

1695
src/variables/charts.js Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,70 @@
/*!
=========================================================
* Argon Dashboard Chakra PRO - v1.0.0
=========================================================
* Product Page: https://www.creative-tim.com/product/argon-dashboard-chakra-pro
* Copyright 2022 Creative Tim (https://www.creative-tim.com/)
* Designed and Coded by Simmmple & Creative Tim
=========================================================
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
*/
export const columnsData1 = [
{
Header: "NAME",
accessor: "name",
},
{
Header: "POSITION",
accessor: "position",
},
{
Header: "OFFICE",
accessor: "office",
},
{
Header: "AGE",
accessor: "age",
},
{
Header: "START DATE",
accessor: "date",
},
{
Header: "SALARY",
accessor: "salary",
},
];
export const columnsData2 = [
{
Header: "ID",
accessor: "id",
},
{
Header: "DATE",
accessor: "date",
},
{
Header: "STATUS",
accessor: "status",
},
{
Header: "CUSTOMER",
accessor: "customer",
},
{
Header: "PRODUCT",
accessor: "product",
},
{
Header: "REVENUE",
accessor: "revenue",
},
];

752
src/variables/general.js Normal file
View File

@@ -0,0 +1,752 @@
/*!
=========================================================
* Argon Dashboard Chakra PRO - v1.0.0
=========================================================
* Product Page: https://www.creative-tim.com/product/argon-dashboard-chakra-pro
* Copyright 2022 Creative Tim (https://www.creative-tim.com/)
* Designed and Coded by Simmmple & Creative Tim
=========================================================
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
*/
// Assets
import avatar1 from "assets/img/avatars/avatar1.png";
import avatar10 from "assets/img/avatars/avatar10.png";
import avatar2 from "assets/img/avatars/avatar2.png";
import avatar3 from "assets/img/avatars/avatar3.png";
import avatar4 from "assets/img/avatars/avatar4.png";
import avatar5 from "assets/img/avatars/avatar5.png";
import avatar7 from "assets/img/avatars/avatar7.png";
import avatar8 from "assets/img/avatars/avatar8.png";
import avatar9 from "assets/img/avatars/avatar9.png";
// Custom icons
import {
AdobexdLogo,
AtlassianLogo,
InvisionLogo,
JiraLogo,
SlackLogo,
SpotifyLogo,
} from "components/Icons/Icons.js";
import { AiOutlineExclamation } from "react-icons/ai";
import {
FaArrowDown,
FaArrowUp,
FaBell,
FaCreditCard,
FaFilePdf,
FaHtml5,
FaShoppingCart,
} from "react-icons/fa";
import { SiDropbox } from "react-icons/si";
export const dashboardTableData = [
{
logo: AdobexdLogo,
name: "Argon UI Version",
members: [avatar1, avatar2, avatar3, avatar4, avatar5],
budget: "$14,000",
progression: 60,
},
{
logo: AtlassianLogo,
name: "Add Progress Track",
members: [avatar3, avatar2],
budget: "$3,000",
progression: 10,
},
{
logo: SlackLogo,
name: "Fix Platform Errors",
members: [avatar10, avatar4],
budget: "Not set",
progression: 100,
},
{
logo: SpotifyLogo,
name: "Launch our Mobile App",
members: [avatar2, avatar3, avatar7, avatar8],
budget: "$32,000",
progression: 100,
},
{
logo: JiraLogo,
name: "Add the New Pricing Page",
members: [avatar10, avatar3, avatar7, avatar2, avatar8],
budget: "$400",
progression: 25,
},
{
logo: InvisionLogo,
name: "Redesign New Online Shop",
members: [avatar9, avatar3, avatar2],
budget: "$7,600",
progression: 40,
},
];
export const timelineData = [
{
logo: FaBell,
title: "$2400, Design changes",
date: "22 DEC 7:20 PM",
color: "blue.500",
},
{
logo: FaHtml5,
title: "New order #4219423",
date: "21 DEC 11:21 PM",
color: "orange",
},
{
logo: FaShoppingCart,
title: "Server Payments for April",
date: "21 DEC 9:28 PM",
color: "blue.400",
},
{
logo: FaCreditCard,
title: "New card added for order #3210145",
date: "20 DEC 3:52 PM",
color: "orange.300",
},
{
logo: SiDropbox,
title: "Unlock packages for Development",
date: "19 DEC 11:35 PM",
color: "purple",
},
{
logo: AdobexdLogo,
title: "New order #9851258",
date: "18 DEC 4:41 PM",
},
];
export const timelineProjectsData = [
{
logo: FaBell,
title: "$2400, Design changes",
titleColor: "#fff",
date: "22 DEC 7:20 PM",
color: "blue.500",
description:
"People care about how you see the world, how you think, what motivates you, what youre struggling with or afraid of.",
tags: [
{
bgTag: "blue.500",
titleTag: "DESIGN",
},
],
},
{
logo: FaHtml5,
title: "New order #4219423",
titleColor: "#fff",
date: "21 DEC 11:21 PM",
color: "red.500",
description:
"People care about how you see the world, how you think, what motivates you, what youre struggling with or afraid of.",
tags: [
{
bgTag: "red.500",
titleTag: "ORDER",
},
{
bgTag: "red.500",
titleTag: "#1832412",
},
],
},
{
logo: FaShoppingCart,
title: "Server Payments for April",
titleColor: "#fff",
date: "21 DEC 9:28 PM",
color: "green.400",
description:
"People care about how you see the world, how you think, what motivates you, what youre struggling with or afraid of.",
tags: [
{
bgTag: "green.400",
titleTag: "SERVER",
},
{
bgTag: "green.400",
titleTag: "PAYMENTS",
},
],
},
{
logo: FaCreditCard,
title: "New card added for order #3210145",
titleColor: "#fff",
date: "20 DEC 3:52 PM",
color: "orange.300",
description:
"People care about how you see the world, how you think, what motivates you, what youre struggling with or afraid of.",
tags: [
{
bgTag: "orange.300",
titleTag: "CARD",
},
{
bgTag: "orange.300",
titleTag: "#1832412",
},
{
bgTag: "orange.300",
titleTag: "PRIORITY",
},
],
},
{
logo: SiDropbox,
title: "Unlock packages for Development",
titleColor: "#fff",
date: "19 DEC 11:35 PM",
color: "purple.400",
description:
"People care about how you see the world, how you think, what motivates you, what youre struggling with or afraid of.",
tags: [
{
bgTag: "purple.400",
titleTag: "DEVELOPMENT",
},
],
},
{
logo: FaBell,
title: "$2400, Design changes",
titleColor: "#fff",
date: "22 DEC 7:20 PM",
color: "green.400",
description:
"People care about how you see the world, how you think, what motivates you, what youre struggling with or afraid of.",
tags: [
{
bgTag: "green.400",
titleTag: "DESIGN",
},
],
},
{
logo: FaHtml5,
title: "New order #4219423",
titleColor: "#fff",
date: "21 DEC 11:21 PM",
color: "orange",
description:
"People care about how you see the world, how you think, what motivates you, what youre struggling with or afraid of.",
tags: [
{
bgTag: "red.500",
titleTag: "ORDER",
},
{
bgTag: "red.500",
titleTag: "#1832412",
},
],
},
{
logo: FaShoppingCart,
title: "Server Payments for April",
titleColor: "#fff",
date: "21 DEC 9:28 PM",
color: "blue.400",
description:
"People care about how you see the world, how you think, what motivates you, what youre struggling with or afraid of.",
tags: [
{
bgTag: "blue.400",
titleTag: "SERVER",
},
{
bgTag: "blue.400",
titleTag: "PAYMENTS",
},
],
},
{
logo: FaCreditCard,
title: "New card added for order #3210145",
titleColor: "#fff",
date: "20 DEC 3:52 PM",
color: "orange.300",
description:
"People care about how you see the world, how you think, what motivates you, what youre struggling with or afraid of.",
tags: [
{
bgTag: "orange.300",
titleTag: "CARD",
},
{
bgTag: "orange.300",
titleTag: "#1832412",
},
{
bgTag: "orange.300",
titleTag: "PRIORITY",
},
],
},
];
export const rtlDashboardTableData = [
{
logo: AdobexdLogo,
name: "نسخة Argon UI",
members: [avatar1, avatar2, avatar3, avatar4, avatar5],
budget: "$14,000",
progression: 60,
},
{
logo: AtlassianLogo,
name: "إضافة مسار التقدم",
members: [avatar3, avatar2],
budget: "$3,000",
progression: 10,
},
{
logo: SlackLogo,
name: "إصلاح أخطاء النظام الأساسي",
members: [avatar10, avatar4],
budget: "غير مضبوط",
progression: 100,
},
{
logo: SpotifyLogo,
name: "إطلاق تطبيق الهاتف المحمول الخاص بنا",
members: [avatar2, avatar3, avatar7, avatar8],
budget: "$32,000",
progression: 100,
},
{
logo: JiraLogo,
name: "أضف صفحة التسعير الجديدة",
members: [avatar10, avatar3, avatar7, avatar2, avatar8],
budget: "$400",
progression: 25,
},
{
logo: InvisionLogo,
name: "إعادة تصميم متجر جديد على الإنترنت",
members: [avatar9, avatar3, avatar2],
budget: "$7,600",
progression: 40,
},
];
export const rtlTimelineData = [
{
logo: FaBell,
title: "$2400, تغييرات في التصميم",
date: "22 DEC 7:20 PM",
color: "blue.500",
},
{
logo: FaHtml5,
title: "طلب جديد #4219423",
date: "21 DEC 11:21 PM",
color: "orange",
},
{
logo: FaShoppingCart,
title: "مدفوعات الخادم لشهر أبريل",
date: "21 DEC 9:28 PM",
color: "blue.400",
},
{
logo: FaCreditCard,
title: "تمت إضافة بطاقة جديدة للطلب #3210145",
date: "20 DEC 3:52 PM",
color: "orange.300",
},
{
logo: SiDropbox,
title: "فتح الحزم من أجل التنمية",
date: "19 DEC 11:35 PM",
color: "purple",
},
{
logo: AdobexdLogo,
title: "طلب جديد #9851258",
date: "18 DEC 4:41 PM",
},
];
export const tablesTableData = [
{
logo: avatar1,
name: "Esthera Jackson",
email: "alexa@simmmple.com",
subdomain: "Manager",
domain: "Organization",
status: "Online",
date: "14/06/21",
},
{
logo: avatar2,
name: "Alexa Liras",
email: "laurent@simmmple.com",
subdomain: "Programmer",
domain: "Developer",
status: "Offline",
date: "12/05/21",
},
{
logo: avatar3,
name: "Laurent Michael",
email: "laurent@simmmple.com",
subdomain: "Executive",
domain: "Projects",
status: "Online",
date: "07/06/21",
},
{
logo: avatar4,
name: "Freduardo Hill",
email: "freduardo@simmmple.com",
subdomain: "Manager",
domain: "Organization",
status: "Online",
date: "14/11/21",
},
{
logo: avatar5,
name: "Daniel Thomas",
email: "daniel@simmmple.com",
subdomain: "Programmer",
domain: "Developer",
status: "Offline",
date: "21/01/21",
},
{
logo: avatar7,
name: "Mark Wilson",
email: "mark@simmmple.com",
subdomain: "Designer",
domain: "UI/UX Design",
status: "Offline",
date: "04/09/20",
},
];
export const tablesProjectData = [
{
logo: AdobexdLogo,
name: "Argon UI Version",
budget: "$14,000",
status: "Working",
progression: 60,
},
{
logo: AtlassianLogo,
name: "Add Progress Track",
budget: "$3,000",
status: "Canceled",
progression: 10,
},
{
logo: SlackLogo,
name: "Fix Platform Errors",
budget: "Not set",
status: "Done",
progression: 100,
},
{
logo: SpotifyLogo,
name: "Launch our Mobile App",
budget: "$32,000",
status: "Done",
progression: 100,
},
{
logo: JiraLogo,
name: "Add the New Pricing Page",
budget: "$400",
status: "Working",
progression: 25,
},
];
export const invoicesData = [
{
date: "March, 01, 2020",
code: "#MS-415646",
price: "$180",
logo: FaFilePdf,
format: "PDF",
},
{
date: "February, 10, 2020",
code: "#RV-126749",
price: "$250",
logo: FaFilePdf,
format: "PDF",
},
{
date: "April, 05, 2020",
code: "#FB-212562",
price: "$560",
logo: FaFilePdf,
format: "PDF",
},
{
date: "June, 25, 2019",
code: "#QW-103578",
price: "$120",
logo: FaFilePdf,
format: "PDF",
},
{
date: "March, 01, 2019",
code: "#AR-803481",
price: "$300",
logo: FaFilePdf,
format: "PDF",
},
];
export const billingData = [
{
name: "Oliver Liam",
company: "Viking Burrito",
email: "oliver@burrito.com",
number: "FRB1235476",
},
{
name: "Lucas Harper",
company: "Stone Tech Zone",
email: "lucas@stone-tech.com",
number: "FRB1235476",
},
{
name: "Ethan James",
company: "Fiber Notion",
email: "ethan@fiber.com",
number: "FRB1235476",
},
];
export const newestTransactions = [
{
name: "Netflix",
date: "27 March 2022, at 12:30 PM",
price: "- $2,500",
logo: FaArrowDown,
},
{
name: "Apple",
date: "27 March 2022, at 12:30 PM",
price: "+ $2,500",
logo: FaArrowUp,
},
];
export const olderTransactions = [
{
name: "Stripe",
date: "26 March 2022, at 13:45 PM",
price: "+ $800",
logo: FaArrowUp,
},
{
name: "HubSpot",
date: "26 March 2022, at 12:30 PM",
price: "+ $1,700",
logo: FaArrowUp,
},
{
name: "Webflow",
date: "26 March 2022, at 05:00 PM",
price: "Pending",
logo: AiOutlineExclamation,
},
{
name: "Microsoft",
date: "25 March 2022, at 16:30 PM",
price: "- $987",
logo: FaArrowDown,
},
];
export const transactionsCRM = [
{
name: "Netflix",
date: "26 March 2022, at 13:45 PM",
price: "- $2500",
logo: FaArrowDown,
},
{
name: "Apple",
date: "26 March 2022, at 12:30 PM",
price: "+ $2500",
logo: FaArrowUp,
},
{
name: "Stripe",
date: "26 March 2022, at 05:00 PM",
price: "+ $9900",
logo: FaArrowUp,
},
];
export const revenueCRM = [
{
name: "via Paypal",
date: "27 March 2022, at 12:30 PM",
price: "+ $8700",
logo: FaArrowUp,
},
{
name: "Partner #01424",
date: "27 March 2022, at 12:30 PM",
price: "+ $12000",
logo: FaArrowUp,
},
{
name: "Services",
date: "26 March 2022, at 10:10 PM",
price: "- $1900",
logo: FaArrowDown,
},
];
export const tablesReportsData = [
{
image: avatar4,
domain: "Manager",
name: "Esthera Jackson",
review: "Positive",
email: "esthera@simmmple.com",
employed: "14/06/21",
id: 42312,
},
{
image: avatar1,
domain: "Programmer",
name: "Alexa Liras",
review: "Positive",
email: "alexa@simmmple.com",
employed: "14/06/21",
id: 93201,
},
{
image: avatar5,
domain: "Executive",
name: "Laurent Michael",
review: "Neutral",
email: "laurent@simmmple.com",
employed: "14/06/21",
id: 84120,
},
{
image: avatar4,
domain: "Manager",
name: "Freduardo Hill",
review: "Positive",
email: "freduardo@simmmple.com",
employed: "14/06/21",
id: 42314,
},
{
image: avatar7,
domain: "Programmer",
name: "Daniel Thomas",
review: "Negative",
email: "daniel@simmmple.com",
employed: "14/06/21",
id: 75642,
},
{
image: avatar8,
domain: "Designer",
name: "Mark Wilson",
review: "Positive",
email: "mark@simmmple.com",
employed: "14/06/21",
id: 78583,
},
];
export const rooms = [
{ name: "Living Room", color: "#F687B3", percentage: 15 },
{ name: "Kitchen", color: "#76E4F7", percentage: 18 },
{ name: "Attic", color: "#3182CE", percentage: 23 },
{ name: "Garage", color: "#3182CE", percentage: 35 },
{ name: "Basement", color: "#F6AD55", percentage: 14 },
];
export const pageVisits = [
{
pageName: "/argon/",
visitors: "4,569",
uniqueUsers: 340,
bounceRate: "46,53%",
},
{
pageName: "/argon/index.html",
visitors: "3,985",
uniqueUsers: 319,
bounceRate: "46,53%",
},
{
pageName: "/argon/charts.html",
visitors: "3,513",
uniqueUsers: 294,
bounceRate: "36,49%",
},
{
pageName: "/argon/tables.html",
visitors: "2,050",
uniqueUsers: 147,
bounceRate: "50,87%",
},
{
pageName: "/argon/profile.html",
visitors: "1,795",
uniqueUsers: 190,
bounceRate: "46,53%",
},
];
export const socialTraffic = [
{
referral: "Facebook",
visitors: "1,480",
percentage: 60,
color: "orange",
},
{
referral: "Facebook",
visitors: "5,480",
percentage: 70,
color: "orange",
},
{
referral: "Google",
visitors: "4,807",
percentage: 80,
color: "cyan",
},
{
referral: "Instagram",
visitors: "3,678",
percentage: 75,
color: "cyan",
},
{
referral: "Twitter",
visitors: "2,645",
percentage: 30,
color: "orange",
},
];

View File

@@ -0,0 +1,515 @@
[
{
"id": 1,
"name": "Stephan Willicott",
"position": "Paralegal",
"office": "Medpride",
"age": 33,
"date": "8/27/2022",
"salary": "$97757.33"
},
{
"id": 2,
"name": "Arney Walczak",
"position": "Senior Editor",
"office": "bareMinerals bareSkin Pure",
"age": 43,
"date": "1/2/2022",
"salary": "$57502.50"
},
{
"id": 3,
"name": "Iolanthe Klugman",
"position": "Accounting Assistant I",
"office": "Dexmethylphenidate Hydrochloride",
"age": 19,
"date": "9/9/2022",
"salary": "$80346.60"
},
{
"id": 4,
"name": "Daryl Feedome",
"position": "Sales Associate",
"office": "Phenazopyridine Hydrochloride",
"age": 21,
"date": "9/13/2022",
"salary": "$78192.15"
},
{
"id": 5,
"name": "Dorris Meacher",
"position": "Senior Quality Engineer",
"office": "Albuterol Sulfate",
"age": 20,
"date": "2/13/2022",
"salary": "$57953.21"
},
{
"id": 6,
"name": "Ambrosio Inglefield",
"position": "Electrical Engineer",
"office": "TIGAN",
"age": 22,
"date": "1/2/2022",
"salary": "$46580.54"
},
{
"id": 7,
"name": "Latrina Ricciardi",
"position": "Community Outreach Specialist",
"office": "Head and Shoulders 2in1",
"age": 44,
"date": "1/13/2022",
"salary": "$49473.38"
},
{
"id": 8,
"name": "Ulrick Grout",
"position": "Financial Analyst",
"office": "Brazil Nut Meat",
"age": 40,
"date": "12/25/2020",
"salary": "$21401.57"
},
{
"id": 9,
"name": "Nadine Lodo",
"position": "Engineer II",
"office": "REFISSA",
"age": 28,
"date": "11/4/2020",
"salary": "$63031.92"
},
{
"id": 10,
"name": "Allene Silkston",
"position": "Staff Scientist",
"office": "Clotrimazole",
"age": 40,
"date": "4/7/2022",
"salary": "$73082.09"
},
{
"id": 11,
"name": "Linet Howles",
"position": "Administrative Officer",
"office": "pain reliever",
"age": 52,
"date": "11/26/2020",
"salary": "$14869.11"
},
{
"id": 12,
"name": "Mathe Scrange",
"position": "VP Accounting",
"office": "Magnesium Sulfate",
"age": 35,
"date": "6/27/2022",
"salary": "$37419.91"
},
{
"id": 13,
"name": "Elsy Kobierzycki",
"position": "Environmental Specialist",
"office": "skin elements liquid",
"age": 44,
"date": "5/1/2022",
"salary": "$11777.73"
},
{
"id": 14,
"name": "Asa Willson",
"position": "Analog Circuit Design manager",
"office": "Simple",
"age": 51,
"date": "4/15/2022",
"salary": "$86413.93"
},
{
"id": 15,
"name": "Dallas Deinhardt",
"position": "Web Developer II",
"office": "Pain Relief PM",
"age": 39,
"date": "9/29/2022",
"salary": "$49419.17"
},
{
"id": 16,
"name": "Jessee Jendrassik",
"position": "Operator",
"office": "pravastatin sodium",
"age": 19,
"date": "1/4/2022",
"salary": "$94123.29"
},
{
"id": 17,
"name": "Care Olford",
"position": "Business Systems Development Analyst",
"office": "Leader Nasal",
"age": 41,
"date": "12/15/2020",
"salary": "$89943.69"
},
{
"id": 18,
"name": "Jay Charville",
"position": "Payment Adjustment Coordinator",
"office": "Protective Foundation",
"age": 33,
"date": "4/15/2022",
"salary": "$60371.20"
},
{
"id": 19,
"name": "Jesse Lasty",
"position": "Physical Therapy Assistant",
"office": "Naproxen",
"age": 34,
"date": "8/11/2022",
"salary": "$90559.66"
},
{
"id": 20,
"name": "Ginelle De Francisci",
"position": "Programmer I",
"office": "Aches - Pains",
"age": 46,
"date": "5/11/2022",
"salary": "$34009.70"
},
{
"id": 21,
"name": "Rozele Siaskowski",
"position": "Database Administrator I",
"office": "Zetia",
"age": 20,
"date": "11/30/2020",
"salary": "$23449.43"
},
{
"id": 22,
"name": "Mata Bonner",
"position": "Senior Cost Accountant",
"office": "Cyanokit",
"age": 38,
"date": "9/17/2022",
"salary": "$96368.77"
},
{
"id": 23,
"name": "Aleen Casina",
"position": "Chief Design Engineer",
"office": "Hydromorphone HCl",
"age": 21,
"date": "5/16/2022",
"salary": "$54407.55"
},
{
"id": 24,
"name": "Diahann Coorington",
"position": "Graphic Designer",
"office": "Amlodipine Besylate",
"age": 43,
"date": "4/17/2022",
"salary": "$62936.18"
},
{
"id": 25,
"name": "Orazio Atling",
"position": "Recruiting Manager",
"office": "Canary Grass",
"age": 38,
"date": "7/3/2022",
"salary": "$25514.58"
},
{
"id": 26,
"name": "Benedict Beminster",
"position": "Electrical Engineer",
"office": "Quinapril",
"age": 50,
"date": "7/31/2022",
"salary": "$13338.71"
},
{
"id": 27,
"name": "Shani Banaszczyk",
"position": "Help Desk Technician",
"office": "SOLIDAGO CANADENSIS POLLEN",
"age": 17,
"date": "9/7/2022",
"salary": "$81382.42"
},
{
"id": 28,
"name": "Selie Jaycocks",
"position": "Civil Engineer",
"office": "Pediatric Cough",
"age": 16,
"date": "1/1/2022",
"salary": "$99999.69"
},
{
"id": 29,
"name": "Tammie Rannigan",
"position": "Assistant Manager",
"office": "Carvedilol",
"age": 41,
"date": "10/8/2020",
"salary": "$34500.33"
},
{
"id": 30,
"name": "Blondell Reichert",
"position": "Design Engineer",
"office": "MAKESENSE",
"age": 16,
"date": "3/29/2022",
"salary": "$21193.70"
},
{
"id": 31,
"name": "Babs Boagey",
"position": "Pharmacist",
"office": "Plavix",
"age": 21,
"date": "10/29/2020",
"salary": "$47026.14"
},
{
"id": 32,
"name": "Molly Stallon",
"position": "Programmer Analyst III",
"office": "ESIKA PERFECT SKIN",
"age": 41,
"date": "11/16/2020",
"salary": "$85778.80"
},
{
"id": 33,
"name": "Monique Rankine",
"position": "Senior Sales Associate",
"office": "Smart Sense tussin",
"age": 37,
"date": "6/23/2022",
"salary": "$18865.14"
},
{
"id": 34,
"name": "Adolphe Pettitt",
"position": "Registered Nurse",
"office": "Amoxicillin",
"age": 27,
"date": "3/3/2022",
"salary": "$43103.86"
},
{
"id": 35,
"name": "Gnni Dilkes",
"position": "Administrative Assistant II",
"office": "ropinirole",
"age": 46,
"date": "6/23/2022",
"salary": "$56070.46"
},
{
"id": 36,
"name": "Dino Roote",
"position": "Clinical Specialist",
"office": "Lomotil",
"age": 39,
"date": "4/18/2022",
"salary": "$79342.85"
},
{
"id": 37,
"name": "Kendell Ruggs",
"position": "Quality Engineer",
"office": "Targretin",
"age": 18,
"date": "5/15/2022",
"salary": "$75988.03"
},
{
"id": 38,
"name": "Conrado Easun",
"position": "General Manager",
"office": "Anxiety Relief",
"age": 37,
"date": "12/5/2020",
"salary": "$57746.29"
},
{
"id": 39,
"name": "Sergio Bruneau",
"position": "Safety Technician I",
"office": "Good Neighbor Pharmacy",
"age": 23,
"date": "3/22/2022",
"salary": "$21035.53"
},
{
"id": 40,
"name": "Binni Norridge",
"position": "Software Test Engineer II",
"office": "ISOPROPYL ALCOHOL",
"age": 19,
"date": "5/11/2022",
"salary": "$40501.02"
},
{
"id": 41,
"name": "Darin Rugiero",
"position": "Design Engineer",
"office": "Triple Flu Defense",
"age": 21,
"date": "9/2/2022",
"salary": "$27497.94"
},
{
"id": 42,
"name": "Evania Itzchaky",
"position": "Safety Technician I",
"office": "MEDI-PAK",
"age": 39,
"date": "6/28/2022",
"salary": "$87104.23"
},
{
"id": 43,
"name": "Danielle Emanulsson",
"position": "Recruiting Manager",
"office": "NOEVIR 5 TREATMENT",
"age": 32,
"date": "7/25/2022",
"salary": "$88504.35"
},
{
"id": 44,
"name": "Helga Cowland",
"position": "Accountant III",
"office": "OTEZLA",
"age": 31,
"date": "8/1/2022",
"salary": "$41986.71"
},
{
"id": 45,
"name": "Aeriel Wyche",
"position": "Software Test Engineer II",
"office": "Mustard Seed",
"age": 22,
"date": "6/19/2022",
"salary": "$88888.38"
},
{
"id": 46,
"name": "Lawton Le Marquand",
"position": "Account Representative I",
"office": "English Plantain",
"age": 31,
"date": "2/20/2022",
"salary": "$50687.66"
},
{
"id": 47,
"name": "Angeli Sebring",
"position": "Teacher",
"office": "Mystic",
"age": 22,
"date": "2/24/2022",
"salary": "$93804.46"
},
{
"id": 48,
"name": "Ber Stoving",
"position": "Analyst Programmer",
"office": "Antiseptic Hand Sanitizing",
"age": 22,
"date": "7/27/2022",
"salary": "$54028.06"
},
{
"id": 49,
"name": "Priscella Hardbattle",
"position": "Editor",
"office": "Ibuprofen",
"age": 36,
"date": "9/2/2022",
"salary": "$84978.10"
},
{
"id": 50,
"name": "Stormy Kneller",
"position": "Human Resources Assistant III",
"office": "bisoprolol fumarate",
"age": 41,
"date": "1/23/2022",
"salary": "$18296.97"
},
{
"id": 51,
"name": "Sibeal Palia",
"position": "Office Assistant IV",
"office": "Acid Reducer",
"age": 31,
"date": "2/19/2022",
"salary": "$58730.57"
},
{
"id": 52,
"name": "Hunfredo Grigori",
"position": "Pharmacist",
"office": "Meloxicam",
"age": 29,
"date": "3/3/2022",
"salary": "$47522.31"
},
{
"id": 53,
"name": "Virginia Balharry",
"position": "Nurse",
"office": "Warfarin Sodium",
"age": 23,
"date": "11/26/2020",
"salary": "$94175.74"
},
{
"id": 54,
"name": "Svend McQuaide",
"position": "Business Systems Development Analyst",
"office": "Gongjinhyang Seol Whitening Intensive",
"age": 19,
"date": "4/1/2022",
"salary": "$25813.41"
},
{
"id": 55,
"name": "Rriocard Pinwill",
"position": "Web Developer IV",
"office": "ibuprofen",
"age": 55,
"date": "5/5/2022",
"salary": "$20741.48"
},
{
"id": 56,
"name": "Janene Haskey",
"position": "Account Coordinator",
"office": "germstarNORO unscented",
"age": 16,
"date": "11/19/2020",
"salary": "$79905.14"
},
{
"id": 57,
"name": "Letty Fendt",
"position": "Staff Scientist",
"office": "Rizatriptan Benzoate",
"age": 38,
"date": "11/26/2020",
"salary": "$38503.99"
}
]

View File

@@ -0,0 +1,99 @@
[
{
"id": "#10421",
"date": "1 Nov, 10:20 AM",
"status": "Paid",
"customer": "Sebastian Koga",
"product": "Nike Sport V2",
"revenue": "$23146"
},
{
"id": "#10422",
"date": "1 Nov, 10:53 AM",
"status": "Paid",
"customer": "Iryna Innda",
"product": "Valvet T-shirt",
"revenue": "$83133"
},
{
"id": "#10423",
"date": "1 Nov, 11:13 AM",
"status": "Refunded",
"customer": "Arrias Liunda",
"product": "Nike Air Force",
"revenue": "$48476"
},
{
"id": "#10424",
"date": "1 Nov, 12:20 PM",
"status": "Paid",
"customer": "Teresa Janovsky",
"product": "Bracelet Onu-Lino",
"revenue": "$27800"
},
{
"id": "#10425",
"date": "1 Nov, 1:40 PM",
"status": "Canceled",
"customer": "Laur Gilbert",
"product": "Adidas Sweeze",
"revenue": "$7604"
},
{
"id": "#10426",
"date": "1 Nov, 2:19 PM",
"status": "Paid",
"customer": "Trista Goomes",
"product": "Backpack Niver",
"revenue": "$67160"
},
{
"id": "#10427",
"date": "1 Nov, 3:42 AM",
"status": "Paid",
"customer": "Riccardo Mosedill",
"product": "Adidas Vio",
"revenue": "$16384"
},
{
"id": "#10428",
"date": "2 Nov, 9:32 AM",
"status": "Paid",
"customer": "Whitaker Govini",
"product": "Airpods 2 Gen",
"revenue": "$66547"
},
{
"id": "#10429",
"date": "2 Nov, 10:14 AM",
"status": "Paid",
"customer": "Carolee Harwood",
"product": "Bracelet Warret",
"revenue": "$91962"
},
{
"id": "#10430",
"date": "2 Nov, 10:14 AM",
"status": "Refunded",
"customer": "Stephenie Isbell",
"product": "Watter Bottle India x 3",
"revenue": "$23542"
},
{
"id": "#10431",
"date": "2 Nov, 3:12 PM",
"status": "Paid",
"customer": "Boycey Ducarne",
"product": "Kitchen Gadgets",
"revenue": "$45769"
},
{
"id": "#10432",
"date": "2 Nov, 5:12 PM",
"status": "Paid",
"customer": "Tatiania Stollman",
"product": "Office Papers",
"revenue": "$46227"
}
]