Changing headers on receipts and invoices.#92
Open
LanternNassi wants to merge 1 commit intoStagingfrom
Open
Conversation
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.
This pull request includes several improvements and fixes across the project, focusing on enhancing report styling, improving SQL Server installer logic, and updating project references for better reliability and compatibility.
Report Styling Updates:
Report1.rdlcandInvoice.rdlc, resulting in a cleaner and more consistent appearance. Also, changed the font weight for the "Product" label toExtraBoldinReport1.rdlc.SQL Server Installer Improvements:
DownloadSQLmethod infrmSetup.csto check if the SQL Server installer already exists and is valid before downloading, avoiding unnecessary downloads and improving user experience.Client_DownloadFileCompletedto match the downloaded file, ensuring the correct executable is launched during installation.Project and Dependency Updates:
HintPathandPrivateattributes for theMicrosoft.Office.Interop.Excelreference in the project file, and included a binding redirect for it inapp.configto ensure correct version resolution and deployment.System.Web.Extensionsin the project file to support additional web-related features.These changes collectively improve the reliability, maintainability, and appearance of the application.