Added report starter

This commit is contained in:
CHIEFSOFT\ameye
2026-01-03 11:04:15 -05:00
parent 064973e190
commit 756c084059
2 changed files with 11 additions and 7 deletions
@@ -0,0 +1,7 @@
import React from "react";
export default function PaymentReportTable() {
return (<>
Payment Table
</>)
}
+4 -7
View File
@@ -3,6 +3,7 @@ import BreadcrumbComBS from "../breadcrumb/BreadcrumbComBS";
import {useQuery} from "@tanstack/react-query";
import queryKeys from "../../services/queryKeys";
import {getReportsTopicsList} from "../../services/services";
import PaymentReportTable from "./PaymentReportTable";
export default function Reports() {
@@ -44,8 +45,8 @@ export default function Reports() {
{reportTopicList && reportTopicList.map((item, index) => {
return (
<li className="nav-item">
<a className="nav-link" id="home-09-tab"
data-toggle="tab" href="#home-09" role="tab"
<a className="nav-link" id={`report-${item.url}-tab`}
data-toggle="tab" href={`#`} role="tab"
aria-controls="home-09" aria-selected="true"> {item.name}</a>
</li>
)
@@ -56,11 +57,7 @@ export default function Reports() {
<div className="tab-content">
<div className="tab-pane fade active show" id="home-09" role="tabpanel"
aria-labelledby="home-09-tab">
<p>Positive pleasure-oriented goals are much more powerful motivators than
negative fear-based ones. Although each is successful separately, the
right combination of both is the most powerful motivational force known
to humankind.Make a list of your achievements toward your long-term goal
and remind yourself that intentions dont count, only actions.</p>
{<PaymentReportTable />}
</div>
<div className="tab-pane fade" id="profile-09" role="tabpanel"
aria-labelledby="profile-09-tab">