Issue 111 & Issue 112 Create invoicing FE & BE#202
Merged
Conversation
…y, settings page - Implemented `useDownloadInvoiceDocx` hook for downloading sample invoice documents. - Added `InvoiceDocxViewSet` to generate and serve invoice documents. - Introduced `paymentSettingsSchema` for form validation. - Updated sidebar navigation to include settings management. - Configured CORS to expose `Content-Disposition` header for file downloads. - Added invoice template document.
AarifLamat
requested changes
Jul 4, 2025
- Introduced address field in the School model and updated the database schema. - Enhanced the SchoolDataGrid component to display school addresses and added invoice download functionality. - Updated SchoolDataTableForm to include address input for creating and editing schools. - Modified invoice generation logic to include school address in the generated document. - Adjusted user profile view to return school address information. - Updated relevant serializers and validation schemas to accommodate the new address field. - Added admin role checks for displaying certain UI elements and functionalities.
AarifLamat
approved these changes
Jul 23, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Change Summary
feat(invoice): Add invoice management features, download functionality, settings page
useDownloadInvoiceDocxhook for downloading sample invoice documents.InvoiceDocxViewSetto generate and serve invoice documents.paymentSettingsSchemafor form validation.Content-Dispositionheader for file downloads.Change Form
Fill this up (NA if not available). If a certain criteria is not met, can you please give a reason.
Other Information
[Is there anything in particular in the review that I should be aware of?]
Screenshot
Related issue