Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the expense sheet #34

Merged
merged 2 commits into from
Dec 19, 2024
Merged

Update the expense sheet #34

merged 2 commits into from
Dec 19, 2024

Conversation

Ctoic
Copy link
Owner

@Ctoic Ctoic commented Dec 19, 2024

Fixes #31

Update the expense sheet to include interactive cards, add, display, edit, delete expenses, and export as PDF.

  • models.py: Retain username, name, email, and password_hash fields.
  • templates/expenses.html: Update title to "Expenses". Add styles for interactive cards and buttons. Add form for adding expenses. Display expenses in a table. Add buttons for editing and deleting expenses. Add button for exporting expenses as PDF. Remove unnecessary scripts and functions.
  • static/style.css: Add styles for interactive cards and buttons. Update table and form styles.

For more details, open the Copilot Workspace session.

Fixes #31

Update the expense sheet to include interactive cards, add, display, edit, delete expenses, and export as PDF.

* **models.py**: Retain username, name, email, and password_hash fields.
* **templates/expenses.html**: Update title to "Expenses". Add styles for interactive cards and buttons. Add form for adding expenses. Display expenses in a table. Add buttons for editing and deleting expenses. Add button for exporting expenses as PDF. Remove unnecessary scripts and functions.
* **static/style.css**: Add styles for interactive cards and buttons. Update table and form styles.

---

For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/Ctoic/Hostel-Management-System-Using-Flask/issues/31?shareId=XXXX-XXXX-XXXX-XXXX).
Copy link

vercel bot commented Dec 19, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
hostel-management-system-using-flask ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 19, 2024 9:26am

@Ctoic Ctoic merged commit 13ef4bd into master Dec 19, 2024
6 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update the Expense sheet
1 participant