6030dedbdb
Refactor SliderListe.vue to improve data handling and validation. Update table data binding to an empty array, enhance form validation for image uploads, and streamline slider data processing with a new rowToPanelSlider function. Adjust save logic to ensure proper handling of form data and improve user feedback with toast notifications.
2026-07-20 09:57:39 +03:00
bec6171a45
Enhance globalStore by adding maximumFractionDigits option for currency formatting and introducing roundMoney utility function for precise monetary rounding. This improves the handling of currency values and ensures consistent formatting across the application.
2026-07-20 09:57:28 +03:00
dfad5a41c8
Refactor TabPiyangoTalihliListesi.vue to improve file upload handling and validation. Remove unused SignalR imports, enhance error handling for file uploads, and integrate dialog and toast notifications for user feedback on upload results. Update table header to include sorting for 'İkramiyesi'.
2026-07-20 09:56:54 +03:00
2081fb2813
Add password encoding utility and update forms to use encoded passwords for secure data transmission. Enhance axios request interceptor to handle FormData content type correctly.
2026-07-20 09:56:37 +03:00
089f2d1dca
Enhance piyangoKatilimciService by adding online draw creation logic and user feedback. Introduce isCreatingOnlineDraw state to prevent multiple submissions and integrate toast notifications for successful draw completion, improving user experience and process clarity.
2026-04-10 08:05:32 +03:00
f37e14e260
Update PiyangoDetay.vue to modify lottery approval conditions in CreateTabs function, allowing for additional approval states. This change enhances the logic for tab creation based on lottery status.
2026-04-10 08:05:15 +03:00
780653bf83
Refactor FormPiyangoCekilisTutanagiDisplay.vue by removing the conditional rendering for panel user visibility on the add document button. Simplify imports by eliminating unused references, enhancing code clarity and maintainability.
2026-04-10 08:04:46 +03:00
70f2391b7e
Update TabPiyangoTalihliListesi.vue to simplify button visibility logic by removing the lottery draw state condition. Add a new table header for 'Kazanan Çekiliş No' with adjusted styling for improved layout consistency.
2026-04-10 08:04:19 +03:00
31fe199214
Update TabPiyangoKatilimciListesi.vue to disable the 'Online Çekiliş Düzenle' button while an online draw is being created. Modify button text to reflect the current action, enhancing user feedback during the process.
2026-04-10 08:03:57 +03:00
e8827524a9
Refactor TabPiyangoCekilisTutanagi.vue to simplify component rendering by removing conditional logic for user roles and directly displaying the FormPiyangoCekilisTutanagiDisplay component. This streamlines the template and improves code readability.
2026-04-10 08:03:32 +03:00
2bbeea8c6f
Refactor location selection methods in various components to use async data fetching. Update ChangeIl and ChangeIlce functions to clear dependent fields and handle empty selections, ensuring accurate form data management. Enhance error handling in data retrieval with skipErrorForStatuses option for improved user experience.
2026-03-31 10:03:24 +03:00
2615e9b3ee
Enhance useDataStore and globalDataStore by adding location management functions, including GetIlcelerByIlId, GetMahallelerByIlceId, GetIlById, and GetIlByName. Implement caching for improved performance and introduce skipErrorForStatuses option for flexible error handling in API responses. Update data structures to support new location mappings and performance statistics.
2026-03-31 09:47:06 +03:00
a5b604a265
Refactor form handling in FormUyeBilgileri.vue and UyeBilgileriStore.ts to use async functions for data fetching. Update ChangeIl and ChangeIlce methods to clear dependent fields and handle empty selections, improving data integrity and user experience. Enhance SetIlIlce method to fetch ilce and mahalle lists based on selected values, ensuring accurate form data management.
2026-03-31 09:46:43 +03:00
5557ecf52b
Enhance FormSelect component by adding search prompt for large lists and implementing debounced search functionality. Introduce new props for search configuration, improving user experience and performance during data selection.
2026-03-31 09:46:24 +03:00
a10f6997eb
Add 'Çekiliş Hakkı Adedi' field to piyangoKatilimciStore and implement validation in piyangoKatilimciValidationStore. Ensure the value is at least 1 to maintain data integrity during form submissions.
2026-03-26 12:38:56 +03:00
2bbb30525e
Enhance error handling in useDataStore by adding skipErrorForStatuses option to bypass specific status codes in CheckApiError. This improves error management and allows for more flexible API response handling.
2026-03-26 12:38:43 +03:00
2ecda61ad4
Add removeUploadHandlers function to signalrService for improved memory management by detaching event handlers, preventing memory leaks and multiple triggers.
2026-03-26 12:38:29 +03:00
3c4db6d312
Update SaveKatilimciUser function to ensure 'Çekiliş Hakkı Adedi' is always at least 1, enhancing data integrity during user form submissions.
2026-03-26 12:38:18 +03:00
e9e83827dc
Update PanelPiyangoKatilimci component to replace 'Katılım Sıra No' with 'Çekiliş Hakkı Adedi' for improved clarity. Add new input field for 'Çekiliş Hakkı Adedi' with validation support, enhancing user interaction and data entry accuracy.
2026-03-26 12:38:07 +03:00
1b8c10a8a0
Enhance PanelExcelUploadDetail component by adding detailed job statistics, including inserted, skipped, duplicate, and error counts. Update grid layout to accommodate new statistics for improved data presentation.
2026-03-26 12:37:56 +03:00
83acb64944
Add 'Çekiliş Hakkı Adedi' column to TabPiyangoTalihliListesi component for improved data display.
2026-03-26 12:37:45 +03:00
cbbd5b2abe
Enhance TabPiyangoKatilimciListesi component by adding conditional rendering for job completion statistics, including inserted and duplicate counts. Implement toast notifications for handling upload conflicts and ensure proper cleanup of upload handlers on component unmount. This improves user feedback and data management during file uploads.
2026-03-26 12:37:32 +03:00
a75158379d
katılımcı listesi
2026-03-18 07:47:18 +03:00
46d0cac892
Close dialog for "basvurubedelimuhasebelestir" after loading data in FormMuhasebePiyangoBilgileriDisplay component. This improves user experience by ensuring the dialog is properly closed upon data retrieval.
2025-12-23 04:35:22 +03:00
f8a3940643
Enhance PiyangoListe and MuhasebePiyangoListesi components by adding "Oluşturma Tarihi", "Sevk Durumu", and "Muhasebeleştirme Durumu" columns. Update date formatting and conditional rendering for improved data presentation. Remove redundant code for special columns to streamline component structure.
2025-12-18 16:20:08 +03:00
078a5a020a
Refactor PiyangoOnay components to consolidate conditional rendering for "Müdürlük" and "Çekiliş Görevlisi" fields. Update validation and service logic to ensure proper handling based on "onayDurumuIslemTipiId". This enhances the user experience by streamlining form interactions and data management.
2025-12-18 15:01:55 +03:00
edb1d23d71
Implement custom scrollbar for DataTable component. Refactor structure to include a scrollable wrapper and synchronize scroll positions between the table and the custom scrollbar. Update styles for improved visibility and functionality of the scrollbar.
2025-12-18 12:36:51 +03:00
bf9c2b25f9
Add conditional rendering for "Müdürlük" and "Çekiliş Görevlisi" fields in PiyangoOnay components. Update validation logic to require these fields based on "onayDurumuIslemTipiId". Enhance service layer to handle new fields and ensure proper data submission.
2025-12-17 16:04:20 +03:00
4f29c18dab
Enhance date formatting in PiyangoListe and MuhasebePiyangoListesi components. Update date handling to include specific patterns and split options for improved readability. Add new columns for "Oluşturma Tarihi" and "Sevk Durumu" in MuhasebePiyangoListesi, while removing redundant code for special columns.
2025-12-17 15:38:07 +03:00
8cfda2449e
Refactor row action handling in FormPiyangoOnayDurum component. Replace EditOnay with adminRowAction and update rowActions to adminRowActions based on user role, enhancing access control and functionality.
2025-12-12 14:36:26 +03:00
ddd8594372
Refactor PiyangoOnay components to replace refreshList logic with window reload. This change simplifies the refresh mechanism after form submission, enhancing user experience by ensuring the latest data is displayed immediately.
2025-12-11 14:08:02 +03:00
4a081fe249
Update PiyangoDetay component to change conditional rendering for the "Dosya Kapama" tab. The condition now checks for piyangoStore.lotteryApprove === 10 instead of usersStore.isPanelUser && piyangoStore.lotteryDrawState to enhance logic clarity and functionality.
2025-12-11 13:55:19 +03:00
9c2f02d617
Add PiyangoDetay component "Çekiliş Tutanağı" tab. Import new TabPiyangoCekilisTutanagi component and enhance tab list structure for improved user navigation.
2025-12-11 01:16:38 +03:00
927cdfd7e8
Add "Müdürlük" and "Çekiliş Görevlisi" fields to PiyangoOnay components. Update validation logic to ensure these fields are required based on "onayDurumuIslemTipiId". Enhance data handling in the service layer for new fields and update the form structure accordingly.
2025-12-11 00:50:25 +03:00
e8f914b321
Update refreshList logic in PiyangoOnay components to prevent immediate refresh. Introduce a timeout before setting refreshList to true after form submission, ensuring smoother user experience.
2025-12-10 12:34:12 +03:00
bd93496e4d
Add new fields for "Müdürlük" and "Çekiliş Görevlisi" in FormPiyangoOnay component. Implement conditional rendering based on "onayDurumuIslemTipiId". Update data store to ensure toast notifications are handled correctly after API calls.
2025-12-10 12:31:25 +03:00
9da5f9946b
Refactor filter handling in DashPiyangoListe and ListTableContent components. Updated tableData type to an array and improved query parameter construction for filters, including error handling during navigation. Enhanced filter value retrieval logic to ensure proper text assignment based on available data.
2025-12-09 16:12:49 +03:00
b0386d53e5
Add row deletion functionality and enhance table filters in Piyango views. Implemented confirmation dialog for row deletion and updated filter options for various table columns to improve user experience.
2025-12-09 14:01:25 +03:00
f6c1b242b2
Enhance Piyango and Muhasebe views with additional table headers and computed properties for better data representation. Added global store integration for currency formatting and improved date handling. Updated conditional rendering for user roles and refined filter options.
2025-12-09 07:47:04 +03:00
b422187704
.
2025-12-09 07:35:42 +03:00
678a96d76f
dosyaları ayırarak kaydedildiğinde build hatası verenlerin ayrılması kaldırıldı
2025-10-24 20:09:48 +03:00
cb9d2f220f
- build için dosyalar ayrı kaydedilecek şekilde düzenleme yapıldı
...
- gereksiz paketler package.json dan silindi
- Kullanılmayan quill dosyaları silindi
2025-10-24 12:03:32 +03:00
03689a01e3
- Filtreleme yapısı değiştirildi.
...
- Tarihler için başlangıç-bitiş aralığı seçilebielcek
- geri dönüldüğünde çıkan hatalar düzeltildi
- filtrede date olan alanlar için başlangıç-bitiş seçimi eklendi
- axios serializer eklendi. array ile verilen parametrelerde hata çıkıyordu
2025-10-24 10:24:05 +03:00
f31bd6ba9e
Listablecontent
2025-10-17 09:48:18 +03:00
5fe3a36893
signalrService.ts
2025-10-06 11:58:09 +03:00
4dae2824fb
piyangoDosyaKapamaStore.ts
2025-10-06 11:57:57 +03:00
6d4d0c8be9
PanelPiyangoDosyaKapamaIkramiye.vue
2025-10-06 11:57:36 +03:00
bf047e36f3
- Pasword alanları için şifreyi görüntüle-gizle özelliği
2025-10-06 11:29:39 +03:00
5d49f96c98
router yekili olduğu kurum link
2025-10-03 16:48:47 +03:00
3355085a1d
- Dosya Kapama ikramiye ekleme validasyon hatası
...
- Piyango bilgi yükleniyor uyarısı
- Piyango bilgileri üye kontrol butonu
2025-10-03 16:47:54 +03:00