November 07, 2024
We're excited to bring you several enhancements and new features to improve your experience with our platform. Here's what's new:
-
Enhanced Code Readability Across Key Classes
- Our team has worked on improving the look and structure of the code in several important classes. This includes PrintDeadlines, ProductReportPrinter, DocumentRelationDesign, PrintChartOfAccount, and PrintWarehouse. By making the code easier to read, we're making it simpler for everyone to understand and work with.
-
Streamlined Document Handling
- We've made some changes to how documents are handled in the TabDocumentEditor. This means that certain parts of the code were updated to make everything work better together. Specifically, 'txtSupplierInvoiceNumber' was replaced with 'txtProtocolNumber' to better match our current needs.
-
Consistency in Main Database Engine Code
- We've adjusted the code in `MainDatabaseEngine.java` to follow a consistent style across the board. This change is purely for clarity and won't affect how the database works, but it makes the code easier to understand and work on.
-
Simplified DocumentProject Methods
- We've made the `equals` and `hashCode` methods in `DocumentProject` simpler using a helpful Java tool, which makes the code cleaner and easier to maintain. We've also added new methods to get and set important document and project details.
-
Improved Code Formatting and Readability
- We've refined the formatting of our code across multiple files to ensure it’s consistent and easy to read. This includes better spacing and indentation, making it simpler for everyone to follow and contribute to the project.
-
Updated Query Criteria for Correct Identification
- We've renamed some fields and updated the related code in ProjectManager.java to ensure that we're using the correct identification fields in our queries. This helps make sure everything works as intended.
These updates are designed to make your interactions with our platform more intuitive and reliable. We hope you find them helpful!
For more details about these updates and to explore the new features, visit our Nebulas portal.

