# Release 1.6.0

### Features:

- ##### **WICORE-368** - Script for exporting assets with their balances
    
    
    - Created a script to export asset data, including balances. The exported document includes the following fields:
        
        
        - Asset ID
        - Owner ID
        - Owner name
        - Owner email
        - Currency
        - Total balance
        - Available balance
        - On-hold balance
- ##### **WICORE-298** - "All-time Deposited" column for client assets
    
    
    - Added a new column in the assets table, All-time Deposited, which calculates the total amount of money ever deposited into an asset.
- 

---

### Bugfixes:

- ##### **WICORE-324** - Update resolver logic for "CreateAccount"
    
    
    - Adjusted the resolver logic in the "CreateAccount" process to fetch the currency based on the selected project.
- ##### **WICORE-381** - Prevent completed transactions from being created without a "project" field
    
    
    - Fixed an issue where transactions could not be created with the "completed" status if the "project" field was missing in the associated fee creation process.
- ##### **WICORE-350** - Transaction status validation
    
    
    - Changed logic to retrieve the transaction status from the database instead of the request body during asset manipulations.
- ##### **WICORE-343** - UI fixes for Core Banking MS
    
    
    - Addressed several minor UI issues in the Core Banking module.
- ##### **WICORE-345** - Formatting of amounts and numbers
    
    
    - All amounts and numbers are now displayed with spaces for better readability. For example, **100000000** is displayed as **100 000 000**.
- ##### **WICORE-379** - Fix issues with Export transactions
    
    
    - Resolved a problem where exported transaction data did not match the data displayed in the table. The issue was caused by the project field not being considered during export generation.
- 