From 4706519121d28e8796de7987a1d45c5323309fec Mon Sep 17 00:00:00 2001 From: "a.bouhuolia" Date: Mon, 30 Aug 2021 23:17:42 +0200 Subject: [PATCH] feat: add changelog file. --- client/CHANGELOG.md | 52 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 client/CHANGELOG.md diff --git a/client/CHANGELOG.md b/client/CHANGELOG.md new file mode 100644 index 000000000..463f1a106 --- /dev/null +++ b/client/CHANGELOG.md @@ -0,0 +1,52 @@ +# Change Log + +All notable changes to Bigcapital server-side will be in this file. + +## [1.2.0-RC] - 03-09-2021 + +Here we write upgrading notes for brands. It's a team effort to make them as +straightforward as possible. + +### Added + +- Add slidable sub-sidebar to improve user experience instead of sub-menu. +- Add Subscription guard to ensure the organization's subscription is active or + redirect all routes to subscription billing page. +- Add universal search. +- Add drawer details of sale invoice. +- Add drawer details of sale receipt. +- Add drawer details of sale estimate. +- Add drawer details of purchase invoice. +- Add drawer details of payment receive/made. +- Add drawer details of item. +- Add drawer details of inventory adjustment. +- Add drawer details of account. +- Add drawer details of manual journal. +- Add drawer details of expense. +- Add drawer details of expense. +- Add landed cost on purchase invoice. +- Add sale invoice print with preview dialog. +- Add sale estimate print with preview dialog. +- Add sale receipt print with preview dialog. +- Advanced filter for database items. +- Inventory adjustment publish action. +- Customers and vendors activate and inactivate action. +- Add refresh button on dashboard actions bar to all datatables resources. + +### Changed + +- Optimize style of datatable selection checkbox. +- Disable animation in dashboard views tabs. +- Optimize Arabic localization. + +### Fixed + +- fix: disable submit buttons in pereferences pages. +- fix: inventory adjustment cost field max/min range to avoid out of range error. +- fix: transactions by customers/vendors report localization. +- fix: Datatable head progressbar with right-to-left direction. +- fix: Submit buttons loading state once payment made/receive form is submitting. +- fix: Ensure items entries should have one empty line atleast. +- fix: items entries total calculation. +- fix: Momerized fields re-rendering conditions. +- fix: auto-complete item entry with cost price on purchase invoice form.