diff --git a/app/(pages)/admin/donations/layout.tsx b/app/(pages)/admin/donations/layout.tsx index 8f232b9..f6a39ac 100644 --- a/app/(pages)/admin/donations/layout.tsx +++ b/app/(pages)/admin/donations/layout.tsx @@ -10,6 +10,7 @@ export default function DonationsLayout({ children }: { children: React.ReactNod { name: "Donors List", reference: "/admin/donors" }, { name: "Add a Donation", reference: "/admin/donations/add" }, { name: "Add a Donor", reference: "/admin/donors/add" }, + { name: "Import", reference: "/admin/donors/import" }, ]} />
Upload an Excel file (.xlsx, .xls) to import new records.
+{selectedFile.name}
+({(selectedFile.size / 1024).toFixed(2)} KB)
+Click here or drag an Excel file to upload
+ )} +{statusMessage}
+Ensure the first row of your Excel file contains columns matching these fields.
+{field}
)} +Download database records as an Excel spreadsheet.
+Download a complete spreadsheet of all Grant records in the database.
+ {/* Filters (Proposal Due Date range) */} + + {showGrantsFilters && ( +Download a complete spreadsheet of all donor profiles in the database.
+ {/* Donors Filters */} + + {showDonorsFilters && ( +{statusMessage}
+Upload an Excel file (.xlsx, .xls) to import new records.
+{selectedFile.name}
+({(selectedFile.size / 1024).toFixed(2)} KB)
+Click here or drag an Excel file to upload
+ )} +{statusMessage}
+Ensure the first row of your Excel file contains columns matching these fields.
+{field}
)} +