3a3fa5f3fd
OwnerStatistics api
2026-06-30 06:55:57 -07:00
dc64178f94
Edit account book for owner
2026-06-28 23:22:35 +03:00
4f58519bac
Added dark and light theme
...
Added navbar
2026-06-28 16:08:46 +03:00
df5801ee25
Edit properties for owner
2026-06-28 15:16:32 +03:00
9dcbb940c6
Edit button nav
...
Edit add properties for owner
2026-06-28 14:55:23 +03:00
61e527fab3
removing console.log
2026-06-17 06:46:57 -07:00
01ac4f8d6c
add report on reservation api
2026-06-15 10:46:18 -07:00
ce6caf08eb
Added Active or DeActive for owner with API
2026-06-09 18:21:52 +03:00
1ae3a635f7
added the descption
2026-05-26 17:06:01 +03:00
0e61dd5789
added the descption
2026-05-26 17:00:57 +03:00
09bbf07d8c
edited the edit properrty
2026-05-26 04:35:03 +03:00
439f69419f
fixed the details
2026-05-26 04:16:53 +03:00
71ce933c6a
fixed the details
2026-05-26 03:22:14 +03:00
5045e69191
fixed the details
2026-05-26 02:59:20 +03:00
f91c78f759
added the allowedPaymentPeriod
2026-05-26 02:35:41 +03:00
80ea9af86b
fixed the details
2026-05-26 02:34:18 +03:00
4c350d7589
fixed the details
2026-05-26 01:48:12 +03:00
ca94c5fd87
fixed the details
2026-05-26 01:44:23 +03:00
c40486b99e
fixed the details
2026-05-26 01:20:05 +03:00
9f6492cf41
fixed the details
2026-05-26 00:20:20 +03:00
085c60ec33
editing the add rent property mouaz is the best in the west
2026-05-25 23:55:02 +03:00
2c4a163cdb
editing the add rent property mouaz is the best in the west
2026-05-25 23:18:03 +03:00
8d48fcae99
fixed my propries page and fixed the sidebar again mouaz is the best in the west
2026-05-25 23:07:29 +03:00
af54bded13
fixed my propries page and fixed the sidebar again mouaz is the best in the west
2026-05-25 22:54:38 +03:00
4988302bc1
fixed my propries page and fixed the sidebar again mouaz is the best in the west
2026-05-25 22:50:38 +03:00
427dc74e7f
fixed my propries page and fixed the sidebar again mouaz is the best in the west
2026-05-25 22:42:53 +03:00
7b333f9b53
fixed my propries page and fixed the sidebar again mouaz is the best in the west
2026-05-25 22:37:05 +03:00
291e82a1b4
fixed my propries page and fixed the sidebar again mouaz is the best in the west
2026-05-25 22:28:26 +03:00
9d8ccbac3c
fixed my propries page and fixed the sidebar again mouaz is the best in the west
2026-05-25 22:19:03 +03:00
7a3248aec5
fixed my propries page and fixed the sidebar again mouaz is the best in the west
2026-05-25 22:14:37 +03:00
50d636a577
fixed my propries page and fixed the sidebar again mouaz is the best in the west
2026-05-25 21:37:37 +03:00
00ccf5f262
the best in the west is mouaz
2026-05-25 21:27:39 +03:00
84f5bbe9db
Fixed owner reservation approval and rejection API endpoints
2026-05-05 17:02:21 -07:00
1e167c447a
Edit profits for owner
2026-04-22 10:52:08 +03:00
0891974440
fix: properly enrich reservations with property data using status integer codes
2026-04-05 19:11:59 +00:00
f925af0272
fix: access property via propertyInformation nested object
2026-04-05 18:46:47 +00:00
2346f518ce
feat: enrich reservation pages with property details via GetRentPropertyById
2026-04-05 18:40:09 +00:00
e6249e845e
fix: match backend typos GetOwnerResevationRequests (missing r)
2026-04-05 17:52:08 +00:00
3bdb99f2e5
feat: add user reservations page and owner reservation requests page
2026-04-05 14:42:11 +00:00
2a1f00740f
disable export report in owner
2026-04-04 22:47:05 +03:00
2998a6bd75
fix: import useMapEvents as hook instead of dynamic component
2026-04-01 19:07:22 +00:00
98c3f51df2
fix: switch API base URL to HTTPS (nip.io)
2026-03-31 22:48:50 +00:00
5d44fb56ec
Edit profits
2026-04-01 01:46:48 +03:00
8d7efe82a4
Edit profits for owner
2026-04-01 01:34:51 +03:00
cf7f51b514
fix: update GetMyRentListings endpoint (userId removed from URL)
2026-03-31 18:46:12 +00:00
0171c7a2bf
fix: prepend /Pictures/ to image paths for nginx static serving
2026-03-30 18:52:08 +00:00
722d69cc92
Fix image URLs: handle paths with or without leading slash
...
Some API paths have / (e.g. /Pictures/abc.jpg) and some don't (e.g. scaled_photo.jpg).
Now always inserts / between API base and path.
2026-03-30 01:35:20 +00:00
9d671f1985
Fix: add missing imports and currencies fetch in add property form
...
- Import getCurrencies and uploadPicture were missing from import statement
- Added currencies state and fetch call in useEffect
- Added debug log in handleImageUpload
2026-03-30 01:25:48 +00:00
505dcd4bb0
Fix image upload field name: 'file' -> 'image'
...
Endpoint expects field named 'image', returns path like /Pictures/abc123.jpg
2026-03-30 01:15:57 +00:00
8f700d0957
Fix missing uploadedImagePaths state declaration
2026-03-30 01:06:23 +00:00