@accounter/client 0.0.8-alpha-20251022144027-c9c7a4b309de8a72dfd0ec4f11e63713ad12878f → 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 +18 -1
- package/dist/assets/{index-CZb2m31K.js → index-D312yRtG.js} +116 -116
- package/dist/assets/{index.es-9gVMpHTc.js → index.es-Bh5tff8R.js} +1 -1
- package/dist/index.html +1 -1
- package/package.json +1 -1
- package/src/components/business/admin-business-section.tsx +11 -5
- package/src/gql/graphql.ts +6 -6
- package/src/helpers/dates.ts +2 -32
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @accounter/client
|
|
2
2
|
|
|
3
|
-
## 0.0.8-alpha-
|
|
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
|