๐ New Features : Added sales channel management (model, migration, resource, seeder, tests)
: Added warehouse transfer functionality with inventory movement support
: Implemented packaging type management and packaging optimization service
: Added shipping rates and shipping cost reporting system
: Introduced pick list and packing slip functionality
: Added FBM order import and fulfillment cost tracking
: Implemented FBM inventory push to Amazon with jobs and commands
: Added batch fulfillment (bulk shipping, pick list generation, batch print)
: Introduced carrier selection in sale orders
: Added fulfillment analysis module with export support
๐ Reports & Dashboard : Added channel comparison report (revenue, AOV, fulfillment time)
: Added seller metrics and at-risk orders widgets
: Added fulfillment time and performance tracking by channel
: Added shipping cost reporting features
โ๏ธ Improvements : Enhanced revenue and average order value formatting
: Improved fulfillment time calculation using optimized SQL (TIMESTAMPDIFF)
: Improved table action UI with better defaults and tooltips
: Refactored nullable handling in Supplier and Warehouse resources
: Enhanced inventory management with bin/location support
๐ Localization : Added Bengali translations for:
: API keys
: FBA/FBM terms
: Various application strings
: Cleaned duplicate and unnecessary translation entries
๐ฐ Business Logic : Added customer credit limit enforcement in sale orders
: Integrated shipping rates and packaging types into order calculations
: Added SLA tracking (at-risk & breached alerts)
๐๏ธ Database Changes : Added new tables:
: shipping_rates
: packaging_types
: pick_lists
: packing_slips
: warehouse_bins
: warehouse_transfers
: sales_channels
: Updated `sale_orders` with:
: fulfillment fields
: shipping fields
: carrier info
: Migrated existing sale_orders data to new structure
๐งน Cleanup : Removed duplicate translation entries
: Cleaned unnecessary language lines
: Standardized profit label naming
Note : Min version v1.0.0 required to update v1.1.0
: PHP version min 8.3 is required
: Manual Update required
After completing the update, if you encounter any issues, please clear the application cache manually.
Delete all files inside the following directories:
bootstrap/cache
storage/framework/cache/data
Then reload the application.
Related Doc:
Install and enable ionCube Loader