@accounter/client 0.0.8-alpha-20251022132444-51d3ebadb2849ea323e03b88c735cdca4f91db7d → 0.0.8-alpha-20251022162652-6facbcde08fdda0fb354ba7105432df320367509

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @accounter/client
2
2
 
3
- ## 0.0.8-alpha-20251022132444-51d3ebadb2849ea323e03b88c735cdca4f91db7d
3
+ ## 0.0.8-alpha-20251022162652-6facbcde08fdda0fb354ba7105432df320367509
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -143,6 +143,23 @@
143
143
  - **UI Library Integration**: Integrated the `@radix-ui/react-progress` component and refactored
144
144
  the `pcn874RecordType` enum definition into a shared helper for better code organization.
145
145
 
146
+ - [#2605](https://github.com/Urigo/accounter-fullstack/pull/2605)
147
+ [`da6cc9b`](https://github.com/Urigo/accounter-fullstack/commit/da6cc9bc05d1bee5cfd1f0902808ceaa0bfa6fc1)
148
+ Thanks [@gilgardosh](https://github.com/gilgardosh)! - - **New Admin Business Configuration Tab**:
149
+ Introduced a dedicated "Admin" tab within the business details page to manage administrative
150
+ financial information.
151
+ - **Frontend Component Development**: A new `AdminBusinessSection` React component was created,
152
+ featuring a form for various tax and registration details, with client-side validation using
153
+ `zod` and `react-hook-form`.
154
+ - **GraphQL API Extension**: New GraphQL types (`CreateAdminBusinessInput`,
155
+ `UpdateAdminBusinessInput`) and mutations (`createAdminBusiness`, `updateAdminBusiness`,
156
+ `deleteAdminBusiness`) were added to the backend to support the management of admin business
157
+ data.
158
+ - **Data Fetching and Update Logic**: A new `useUpdateAdminBusiness` hook was implemented on the
159
+ frontend to interact with the new GraphQL mutations, handling data submission and user feedback.
160
+ - **Backend Resolver Implementation**: Server-side resolvers were updated to expose administrative
161
+ business fields and handle the logic for fetching and updating this data.
162
+
146
163
  ## 0.0.7
147
164
 
148
165
  ### Patch Changes