Invoicen is a simple invoice generator for freelancers and small businesses. It is a self hostable web application that can be used to generate invoices and download PDFs
MIT License
13
stars
12
forks
source link
Feat: Implement entry and tax functionality and modularized codebase #23
This pull request implements several key updates and improvements across the codebase, particularly in entry and tax functionalities, as well as some UI and code structure enhancements.
Entry Functionality
Added a button to enable users to add new entries.
Implemented edit functionality for entry details, allowing users to modify entry-specific information.
Enhanced the total summation for entries, ensuring accurate and correct calculations.
Tax Management
Enabled functionality to add and edit tax values.
Improved tax summation calculations, now correctly summing based on the tax values provided.
Navbar Update
Removed the "Get Invoice" option from the navbar when on the Generate page to streamline the user experience.
Code Refactoring
Refactored the entire codebase to improve readability, maintainability, and performance.
Pull Request Summary
This pull request implements several key updates and improvements across the codebase, particularly in entry and tax functionalities, as well as some UI and code structure enhancements.
Entry Functionality
Tax Management
Navbar Update
Code Refactoring