zgo/CHANGELOG.md
Rene Vergara cc881b38a1
Implement Data Export
Squashed commit of the following:

commit 0c63521f38df66cd8a3d20e67d7b653f42f6b1bc
Author: Rene Vergara <rene@vergara.network>
Date:   Tue Oct 11 14:18:20 2022 -0500

    Update version

commit f80232d911
Author: Rene Vergara <rene@vergara.network>
Date:   Tue Oct 11 11:52:56 2022 -0500

    Adjust look and feel for data export

commit 53c3d5e78e
Author: Rene Vergara A <rvergara59@protonmail.com>
Date:   Sun Oct 9 09:40:58 2022 -0500

    Db-export component ready for testing

commit d4cdcd2a9a
Merge: da4413a 41b899b
Author: Rene Vergara A <rvergara59@protonmail.com>
Date:   Sat Oct 8 09:08:33 2022 -0500

    Merge branch 'master' of https://gitlab.com/pitmutt/zgo into dbexport

commit da4413af85
Author: Rene Vergara A <rvergara59@protonmail.com>
Date:   Sat Oct 8 09:06:56 2022 -0500

    Data Export component in progress...

commit 98d9360aad
Author: Rene Vergara A <rvergara59@protonmail.com>
Date:   Fri Oct 7 18:05:36 2022 -0500

    Angular updated to v14 - core

commit e78d4efa46
Author: Rene Vergara A <rvergara59@protonmail.com>
Date:   Fri Oct 7 17:59:17 2022 -0500

    Angular updated to v14 - cli

commit 9f2afbbff9
Author: Rene Vergara A <rvergara59@protonmail.com>
Date:   Fri Oct 7 17:52:44 2022 -0500

    Angular updated to v14

commit 21b1866a09
Merge: 3936371 72f4d67
Author: Rene Vergara A <rvergara59@protonmail.com>
Date:   Fri Oct 7 17:31:41 2022 -0500

    Merge branch 'master' of https://gitlab.com/pitmutt/zgo into xero

commit 3936371c97
Author: Rene Vergara A <rvergara59@protonmail.com>
Date:   Fri Oct 7 17:31:24 2022 -0500

    Initial programming of Data Export

commit 7c9b4ef43a
Author: Rene Vergara A <rvergara59@protonmail.com>
Date:   Thu Sep 22 16:58:59 2022 -0500

    Few updates
2022-10-11 14:20:06 -05:00

120 lines
3.4 KiB
Markdown

# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [1.3.2] - 2022-10-11
### Added
- New component added to export orders in CSV format. Allows users to download orders.
## [1.3.1] - 2022-10-08
### Fixed
- Bug [#7](https://gitlab.com/pitmutt/zgo/-/issues/7) for saving a viewing key.
## [1.3.0] - 2022-10-01
### Added
- Added new connection for Xero account code
- Added new service for Xero integration
### Changed
- Login updated to price sessions in USD and include the Pro service.
- Settings component updated for compatibility with Android devices
- Settings component updated to use observable when saving Account Code
- xeroService's saveAccountCode function optimized to export observable
- Field for Xero's AccountCode added to Settings component's integration tab
- Listorders component updated to show date in ANSI international format.
- Settings component updated to use owner's invoices field to control
integrations tab (Pro version)
- Orders list updated to show payment confirmation only when service is
activated and a viewing key exists.
- Updated Order and Owner model to include new Xero integration fields
## [1.2.2] - 2022-08-05
### Added
- Convenience buttons on checkout for wallets that are not ZIP-321-compliant
- PmtService Component first alpha version ready for testing
### Fixed
- Memo for checkout orders
## [1.2.1] - 2022-08-01
### Changed
- Improved formatting of dialogs
## [1.2.0] - 2022-07-27
### Added
- Dialogs created for viewing invoices and receipts URLs
- Notifier service created - replaces snackbar used for reporting invalid viewing key.
- Notifier component created - used to apply custom style to message sent by Notifier service.
- Notification to user when the submitted viewing key is not valid
### Changed
- Item dialog look and feel reviewed and updated
- Order list look and feel reviewed and updated
- Available Items list look and feel reviewed and updated
- Set configuration global parameters in one place
- Receipt look and feel reviewed and updated
- Invoice look and feel reviewed and updated
- Checkout dialog with QR code reviewed and updated
- Invoice dialog completed. Notifications to inform successful/failed URL-copy-to-clipboard added.
- Obsolete function `updateOwner` removed
- Buttons in main shop page have been enclosed to display inside a fixed area.
- Shop page buttons redesigned
- Settings form redesigned
- Order list look and feel reviewed and updated - some unused CSS classes removed.
- Added viewing key field to owner model
- Paid status icons added to order's title
- Order detail redesigned
### Fixed
- Fixed order memo for checkout
- Fixed display of amounts in item list when using *zatoshis*
- Fixed sorting of items in list
- Fixed sorting of orders in list
## [1.1.2] - 2022-05-24
### Added
- Button in QR code prompt to copy ZGo address.
- Button in QR code prompt to copy transaction amount.
- Button in QR code prompt to copy transaction memo.
## [1.1.1] - 2022-05-24
### Added
- Invoice display via URL
- Invoice button for closing order
- Field `paid` for Order type
## [1.1.0] - 2022-05-20
### Changed
- Services interacting with backend API were modified to support the new [ZGo Backend](https://gitlabl.com/pitmutt/zgo-backend).
### Removed
- NodeJS back-end