Commit Graph

267 Commits

Author SHA1 Message Date
seaznCode
1e5b3b77c8 Merge branch 'bigTypeShii' of https://git.profit-planet.partners/Seazn/profit-planet-frontend into bigTypeShii 2026-03-16 20:36:58 +01:00
seaznCode
11e3e384bd feat: add customer fields to subscription and update invoice handling
- Added new customer fields in SubscribeAboInput type including phone, recipient contract name, and invoice details.
- Updated subscription validation to include new required fields.
- Modified the subscribeAbo function to handle new customer and invoice fields.
- Enhanced the SummaryPage component to manage new form fields for invoice address and payment method.
- Removed the toggle for "For myself / For someone else" as the logic has been simplified.
- Updated contract template handling to reflect changes in the form data structure.
2026-03-16 20:35:36 +01:00
DeathKaioken
46211c5924 fmlfmlfmlfm 2026-03-16 20:04:13 +01:00
c8092eb83c Merge branch 'bigTypeShii' of https://git.profit-planet.partners/Seazn/profit-planet-frontend into bigTypeShii 2026-03-16 16:07:46 +01:00
08d6571a5b eslint downgrade to v9 2026-03-16 16:06:36 +01:00
919c20f018 feat: add due date column to invoice table with conditional styling 2026-03-16 16:05:19 +01:00
DeathKaioken
e7db384d58 ASDOJHASOJDHOLASD 2026-03-15 19:57:02 +01:00
DeathKaioken
f47441ff41 im getting MY>AADASD 2026-03-15 18:34:19 +01:00
adfe136d74 feat: add guest role to user management and update statistics display 2026-03-15 14:18:27 +01:00
60057b6c94 feat: enhance user flow for guest and regular users in quick action and dashboard pages 2026-03-15 01:11:57 +01:00
seaznCode
6a9b9f851d fix: downgrade @eslint/js version to ^9.0.1 for compatibility 2026-03-11 23:18:48 +01:00
seaznCode
47a018271f fix: downgrade eslint version to ^9.0.0 for compatibility 2026-03-11 23:15:11 +01:00
e6c9064c1a Merge pull request 'poolLinkToInvoicesAndSubs' (#12) from poolLinkToInvoicesAndSubs into dev
Reviewed-on: #12
2026-03-11 21:52:18 +00:00
seaznCode
f94e4669f8 feat: update contract and template management to streamline type handling and permissions 2026-03-11 22:35:24 +01:00
seaznCode
48c63a896f feat: add company settings management and guest registration functionality 2026-03-09 22:07:28 +01:00
seaznCode
de290cd9ef feat: enhance finance management and pool management features
- Added InvoiceDetailModal to display invoice details in a modal on the Finance Management page.
- Updated invoice amount display to show gross amount instead of net amount.
- Refactored invoice selection logic to open the detail modal.
- Removed unused subscription handling in Pool Management page.
- Simplified pool management UI by removing the create pool modal and related state management.
- Enhanced pool display with visual indicators for core pools and improved styling.
- Updated member display to show share instead of contributed amount in Pool Management.
2026-03-08 16:29:01 +01:00
seaznCode
97596720f5 feat: add subscriptions display to profile page with loading and error handling 2026-02-20 21:55:02 +01:00
seaznCode
ea12c2ec0b feat: add coffee image display in subscription items and optimize status rendering 2026-02-20 21:50:34 +01:00
seaznCode
7526e5c2e5 feat: enhance user detail modal with confirmation for document moves, add subscriptions navigation, and improve invoice status handling
- Added ConfirmActionModal to UserDetailModal for document move confirmation.
- Introduced My Subscriptions button in Header for easier navigation.
- Enhanced FinanceInvoices component to display normalized invoice statuses with badges.
- Created editAbo hook for managing subscription content updates.
- Updated getAbo hook to include more subscription statuses and improved mapping logic.
- Refactored ProfilePage to link to subscriptions page and removed unused state.
- Implemented ProfileSubscriptionsPage for managing subscriptions with detailed views and actions.
- Replaced custom modal in DeactivateReferralLinkModal with ConfirmActionModal for consistency.
2026-02-20 21:45:54 +01:00
seaznCode
ab003be9fa feat: implement ConfirmActionModal for enhanced delete confirmation 2026-02-20 21:45:10 +01:00
DeathKaioken
b164f73b43 feat: abo 2026-02-18 11:17:07 +01:00
DeathKaioken
004a8f4baa feat: abo sub + dependency 2026-02-18 10:24:31 +01:00
seaznCode
49aee7b7ff Enhance pool management functionality by adding subscription linking and diagnostics features 2026-02-17 18:13:23 +01:00
seaznCode
6864375021 Add permissions management functionality in UserDetailModal and API 2026-02-12 17:34:23 +01:00
seaznCode
3face61dc5 todos 2026-02-12 17:33:45 +01:00
seaznCode
ebcded33f1 Add contract document management functionality in UserDetailModal and API 2026-02-04 15:28:33 +01:00
seaznCode
f7fab195fd Refactor parentUserId logic in SearchModal to use effectiveParentId based on advanced state 2026-01-31 17:30:53 +01:00
seaznCode
fa97df0520 Add depth parameter to createMatrix and update form handling in MatrixManagementPage 2026-01-31 15:40:15 +01:00
seaznCode
87dcc41a5b udpate todo 2026-01-30 15:39:47 +01:00
seaznCode
5b535a768e Merge branch 'dev' of https://git.profit-planet.partners/Seazn/profit-planet-frontend into dev 2026-01-30 15:36:51 +01:00
seaznCode
35a5fd71ac Merge branch 'feature/news-pool-modDel-QoL' into dev 2026-01-30 15:36:39 +01:00
dc6238721a Merge pull request 'feature/news-pool-modDel-QoL' (#9) from feature/news-pool-modDel-QoL into dev
Reviewed-on: #9
2026-01-30 14:35:04 +00:00
seaznCode
40d626437c + SUSPENDED AUTH CHECK
feat: add suspended account handling with dedicated page and redirect logic
2026-01-30 15:34:43 +01:00
520175d881 package-lock.json 2026-01-30 13:51:57 +00:00
seaznCode
1090010169 fix: remove 'verifying' status from filters and badges in user verification page 2026-01-28 20:15:56 +01:00
seaznCode
60a9d90cf8 feat: implement latest news section with loading and error handling 2026-01-28 20:15:49 +01:00
seaznCode
0f4844abb8 feat: add member removal functionality with confirmation and error handling 2026-01-28 20:15:17 +01:00
seaznCode
bc7ff54380 feat: enhance delete method to support request body and add removePoolMembers API 2026-01-28 20:14:53 +01:00
seaznCode
55bfead4a8 feat: enhance news management with create modal and detail page 2026-01-28 20:14:44 +01:00
seaznCode
fb623b26a2 fix: reset editor state on section change to ensure proper template editing 2026-01-28 20:14:14 +01:00
seaznCode
40a01ef665 fix: update admin navigation styles for improved accessibility and dark mode support 2026-01-27 19:25:55 +01:00
seaznCode
5832da59a9 fix: update sidebar and layout styles for improved dark mode support 2026-01-27 19:18:57 +01:00
seaznCode
5958cf910c fix: set dark mode to 'class' in Tailwind CSS configuration 2026-01-27 19:01:51 +01:00
seaznCode
a4c3d36e59 fix: enforce dark theme by default and update CSS variables 2026-01-27 18:49:00 +01:00
seaznCode
aecf6bf703 feat: add reset edit templates task to project planning 2026-01-23 22:37:28 +01:00
seaznCode
abb39bcc0e fix: improve type safety for user mapping in pool management 2026-01-23 22:01:48 +01:00
seaznCode
7d9399df4b feat: implement pool members management functionality in admin panel 2026-01-23 21:54:11 +01:00
seaznCode
430c72d4cd ubtade 2026-01-23 18:14:13 +01:00
seaznCode
8d01f8a81d Merge branch 'dev' of https://git.profit-planet.partners/Seazn/profit-planet-frontend into dev 2026-01-23 18:13:22 +01:00
seaznCode
e01dbb6405 feat: add account data download functionality to profile page 2026-01-23 18:13:16 +01:00