summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2021-03-10 14:27:02 -0300
committerSebastian <sebasjm@gmail.com>2021-03-15 10:04:50 -0300
commit9ee8200672c49b91a6ee3ad3caf8c109d8c98d18 (patch)
tree2c4b773a08965507227a3e14fcb6d0a80f311b81 /CHANGELOG.md
parent789de7f8522ca03f8460df0431b4e1a7e792e25f (diff)
downloadmerchant-backoffice-9ee8200672c49b91a6ee3ad3caf8c109d8c98d18.tar.gz
merchant-backoffice-9ee8200672c49b91a6ee3ad3caf8c109d8c98d18.tar.bz2
merchant-backoffice-9ee8200672c49b91a6ee3ad3caf8c109d8c98d18.zip
refactor navigation, part 2
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md34
1 files changed, 32 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 28448f2..a67e119 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,10 +5,13 @@ 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).
## [Future work]
+ - notifications should tale place between title and content, and not disapear (#6788)
+ - complete product list information (#6792)
+ - complete order list information (#6793)
+ - gettext templates should be generated from the source code (#6791)
+
- date format (error handling)
- - connection errors
- allow point separator for amounts
- - prevent letters to be input in numbers
- red color when input is invalid (onchange)
- validate everything using onChange
- feature: input as date format
@@ -30,8 +33,35 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- create default instance if it is not already
+ - confirmation page when creating instances
+
+main action => refund
+exchange errors
+existing refund
+
+new refund, amount, < allow
+
+product
+increase total
+increase lost
+changes taxes
+changes prices
+update descripcion
+
+deletiing product
+
+
## [Unreleased]
+ - change the admin title to "instances" if we are listing the instances and "settings: $ID" on updating instances (#6790)
+ - update title with: Taler Backoffice: $PAGE_TITLE (#6790)
+ - paths should be /orders instead of /o (same others)
+ - if there is enough space for tables in mobile, make the scrollables (#6789)
+
+## [0.0.4] - 2021-03-11
+ - prevent letters to be input in numbers
+ - instance id in instance list should be clickable
+ - edit button to go to instance settings
- add order section
- add product section
- add tips section