Releases: glyndwr-io/order-manager
v0.2.3
CHANGELOG
-Included Blueprint SQL Database for setting up a blank database for order manager
-Added basic Warranty Claim Create/Edit functionality
-Updated Create/Edit UI for Warranty Claims
-Added Warranty Claim specific columns in database
-Updated Settings UI
-Made orders marked 'Insufficient Information" turn red for attention
v0.2.1
CHANGELOG
-Added Success message when sending payment request directly from the special order window
-Added Fail message when a non-valid email address is entered and a payment request is attempted
-Bugfixes in email layer for sending payment requests directly from special order window
v0.2
CHANGELOG
-Added Warranty Claim functionality
-Made bottom action buttons contextual based on what tab is open
-Condensed functions and cleaned up code
-General bug fixes
-Updated SQL layer for handling Warranty Claims as well as Special Orders
-Added Dialog when insufficient config/blank config file is present
-Added success message when online payment request has been sent
v0.1.15
CHANGELOG
-Added support for item quantities when creating/editing orders
v0.1.14
CHANGELOG
-Added error dialog for Insufficient Information when creating/updating orders
v0.1.13
CHANGELOG
-Fixed Index out of Range bug with Order Statuses
v0.1.12
CHANGELOG
-Added Filter function to SQL layer for finding rows with exact values in specific columns
-Added Filter by Order Status option
v0.1.11
This is the first public version of Order Manager
CHANGELOG:
-Various Speed Improvements
-Hardcoded usernames and passwords have been replaced with variables stored in config.py
-Added connection settings to Settings window.