Skip to content

Release v1.2.3

Choose a tag to compare

@Erfan4708 Erfan4708 released this 06 May 11:30
· 78 commits to main since this release

Release Notes

New Features:

  • Attribute Search Method: Implemented GetAttributesBySearch method to facilitate efficient attribute retrieval.
  • Person Category Model: Introduced a new model for person categorization to enhance data structuring.
  • Searchable Person Categories: Added GetPersonCategoriesBySearch method to allow filtered retrieval of person categories.
  • Extended Customer Model: Included additional fields in the Customer model, along with a new State field for improved data management.

Fixes:

  • Method Name Clarity: Renamed methods for better readability and removed unused methods.
  • Duplicate Method Signature Removal: Eliminated redundant CollectionExists method signature to refine the codebase.
  • Stock Quantity Adjustments: Converted StockQuantity type from float to decimal for accurate numerical computations.
  • Conflict Resolution: Addressed merge conflicts to ensure smooth integration.
  • Warehouse Stock Return Type Update: Modified GetProductStocksByWarehouseIds return type to enhance precision.
  • Quantity Type Refinement: Changed quantity type to decimal for improved consistency in stock calculations.
  • Vehicle Fare Model Addition: Integrated vehicleFare model into the Invoice structure for accurate fare representation.