Commit Graph

  • 182774b8e0 Refactor piyangoTalihliValidationStore.ts to improve file form validation logic. Replace object assignment with a more efficient method to clear invalid text entries, enhancing code clarity and performance. main burakovec 2026-07-20 09:58:08 +03:00
  • 622743c7ac Refactor FormMuhasebePiyangoBilgileriDisplay.vue to improve monetary calculations and formatting. Update currency display functions to include decimal precision, enhance rounding logic for calculated values, and streamline the overall calculation process for better accuracy and consistency. burakovec 2026-07-20 09:57:58 +03:00
  • c0bc8f39e9 Refactor PopupListe.vue to enhance data handling and improve table rendering. Update tableData binding to an empty array, implement rowToPanelPopup function for consistent data mapping, and streamline save logic for form submissions. Adjust dialog handling for row deletion and enhance image URL rendering with improved null checks. burakovec 2026-07-20 09:57:49 +03:00
  • 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. burakovec 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. burakovec 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'. burakovec 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. burakovec 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. burakovec 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. burakovec 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. burakovec 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. burakovec 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. burakovec 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. burakovec 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. burakovec 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. burakovec 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. burakovec 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. burakovec 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. burakovec 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. burakovec 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. burakovec 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. burakovec 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. burakovec 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. burakovec 2026-03-26 12:37:56 +03:00
  • 83acb64944 Add 'Çekiliş Hakkı Adedi' column to TabPiyangoTalihliListesi component for improved data display. burakovec 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. burakovec 2026-03-26 12:37:32 +03:00
  • a75158379d katılımcı listesi burakovec 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. burakovec 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. burakovec 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. burakovec 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. burakovec 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. burakovec 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. burakovec 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. burakovec 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. burakovec 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. burakovec 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. burakovec 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. burakovec 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. burakovec 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. burakovec 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. burakovec 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. burakovec 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. burakovec 2025-12-09 07:47:04 +03:00
  • b422187704 . burakovec 2025-12-09 07:35:42 +03:00
  • 678a96d76f dosyaları ayırarak kaydedildiğinde build hatası verenlerin ayrılması kaldırıldı M. Bestami 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 M. Bestami 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 M. Bestami 2025-10-24 10:24:05 +03:00
  • f31bd6ba9e Listablecontent burakovec 2025-10-17 09:48:18 +03:00
  • 5fe3a36893 signalrService.ts burakovec 2025-10-06 11:58:09 +03:00
  • 4dae2824fb piyangoDosyaKapamaStore.ts burakovec 2025-10-06 11:57:57 +03:00
  • 6d4d0c8be9 PanelPiyangoDosyaKapamaIkramiye.vue burakovec 2025-10-06 11:57:36 +03:00
  • bf047e36f3 - Pasword alanları için şifreyi görüntüle-gizle özelliği M. Bestami 2025-10-06 11:29:39 +03:00
  • b5a297e10c Şifremi sıfırla sayfası sifremi-sifirla M. Bestami 2025-10-06 11:09:28 +03:00
  • 5d49f96c98 router yekili olduğu kurum link M. Bestami 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 M. Bestami 2025-10-03 16:47:54 +03:00
  • 095f877224 - Piyango bilgilerine yükleniyor uyarısı - Muhasebeleştir buton hatası M. Bestami 2025-10-03 13:56:44 +03:00
  • 2b3b09c88b signalr burakovec 2025-10-03 10:00:04 +03:00
  • 0e3c6e658f listelere ve tablar ileri-geri gidildiğinde kaldığı yere dönüyor. M. Bestami 2025-10-02 21:18:49 +03:00
  • cab06c51a2 Yardım amaçlı piyangolar için ikramiye teslim tarihi min hatası M. Bestami 2025-10-02 12:52:29 +03:00
  • 5e83a11ecc - breadcrum geri butonu için manuel atamalar eklendi - Tablar için route linklemesi eklendi - piyango detay tabları için routelar düzenlendi M. Bestami 2025-10-02 12:43:05 +03:00
  • 07c73d39db - localdev run ile çalıştırma hatası - Dosya kapama ikramiye seçim listesi hatası M. Bestami 2025-10-02 11:15:36 +03:00
  • 6e2f77f576 - izin bedeli toplam bedel toplam düzenleme - Onay Durumları edit özelliği eklendi M. Bestami 2025-10-01 10:44:34 +03:00
  • 060cfab843 - Dosya kapama her zaman post ile gönderme sorunu - Piyango bilgileri formuna izin tarihi, izin sayısı eklendi M. Bestami 2025-09-29 14:38:04 +03:00
  • 8cae0be757 Merge remote-tracking branch 'origin/main' burakovec 2025-09-27 05:36:08 +03:00
  • 4024d539d7 excel pdf burakovec 2025-09-27 05:35:13 +03:00
  • 1ba8b9b269 - muhasebeleştir Başvuru bedeli kdv hesaplama - Muhasebe bilgileri izin bedeli popup izinsayisi, izin tarihi alanları eklendi M. Bestami 2025-09-26 18:09:48 +03:00
  • da432261ba - Piyango önizleme tarih o günün tarihi olrak alındı - Piyango önizleme aralıklar kısaltıldı - Dosya kapama cekilisId ler eklendi - perPage = 25 - Piyango teslim tarihi min = yedektalihli başvuru M. Bestami 2025-09-26 14:57:07 +03:00
  • 58cd065977 formmuhasebeayarları burakovec 2025-09-26 14:20:23 +03:00
  • 4f6b14b43c Muhasebe ayarları başvuru bedeli kdv oranı 20 yapıldı M. Bestami 2025-09-25 14:41:03 +03:00
  • 51264f9e72 Muhasebe ayarları başvuru bedeli kdv oranı eklendi M. Bestami 2025-09-25 14:34:03 +03:00
  • 674c0b2e1e Muhasebeleştirme tarafında toplamdeger yazılarak hesaplanmış veri gösterildi M. Bestami 2025-09-25 14:13:51 +03:00
  • e07a867023 Muhasebeleştirme toplam ikramiye bedeli Number yapılmamıştı M. Bestami 2025-09-22 18:12:18 +03:00
  • b31b075e1f - Başvuru bedeli muhasebeleştir, izin bedeli muhasebeleştir popuplar bedel, kdv, toplam değerlr eklendi - Dialog komponentine html içerik için ek alan - Dosya kapama datasına evrak:cekilisId eklendi M. Bestami 2025-09-22 18:07:46 +03:00
  • 76523182da Piyango resimleri şablonları indir admin için de eklendi M. Bestami 2025-09-19 12:19:10 +03:00
  • fe132ec672 Dosya kapama ikramiye listesi validasyon kontrolleri düzenleme M. Bestami 2025-09-19 10:19:35 +03:00
  • 206eb2ab44 - Dosya kapama formu sadece rakam alanları için kontrol - Dosya kapama ikramiye teslim ikramiyenin adet bilgisi ve toplam ikramiye alanları M. Bestami 2025-09-18 13:32:54 +03:00
  • f7d47af153 Dosya kapama talihli listesi asil, yedek adet alanları eklendi M. Bestami 2025-09-15 17:21:29 +03:00
  • fb99deeaeb - Piyango Onay Durum izinAdedi -> izinSayisi M. Bestami 2025-09-15 13:39:16 +03:00
  • c34d64d505 Merge pull request 'Dosya-Kapama-İkramiye-Listesi' (#13) from Dosya-Kapama-İkramiye-Listesi into main Erhan Kaya 2025-09-11 08:18:12 +00:00
  • 457cb58256 Merge pull request '- İzin verildi onay durumu için ek alanlar eklendi. Validasyon, kayıt ayarları yapıldı' (#12) from Onay-durumu-ek-alanlar into main Erhan Kaya 2025-09-11 08:17:31 +00:00
  • eff6b4e27e - Gerçek kişi vergi No 10 hane olacak şekilde düzenleme yapıldı M. Bestami 2025-09-11 09:53:57 +03:00
  • bb2765c0ac - İzin verildi onay durumu için ek alanlar eklendi. Validasyon, kayıt ayarları yapıldı M. Bestami 2025-09-05 20:52:05 +03:00
  • db77c305ce - Piyango resimleri başlığına şablonların indirilmesi için link elendi. M. Bestami 2025-09-05 20:09:15 +03:00
  • fdc2372288 - Dosya Kapama İkramiye Listesi komponentleri eklendi - Formlar için service, store, validasyon fonksiyonları/değişkenleri eklendi M. Bestami 2025-09-05 17:20:29 +03:00
  • 216cf1fb73 - Dosya kapama formu oluşturuldu - Dosya kapama get/put/post servisleri bağlandı Dosya-Kapama-Tabı M. Bestami 2025-09-05 15:09:10 +03:00
  • 97f60c8df9 List table content ITableHead style key M. Bestami 2025-09-05 09:52:06 +03:00
  • 95da9eb689 dokuman silme burakovec 2025-09-02 14:22:50 +03:00
  • 7379f4ae5e build hataları burakovec 2025-09-02 09:44:55 +03:00
  • 847b1c1b37 Merge pull request '- İade tarihi alan key leri değiştirildi' (#11) from Teminat-İade-Seçeneği-Geliştirmesi into main Burak Öveç 2025-08-25 10:01:27 +00:00
  • 62dbaef278 Merge pull request 'Sayfa-Resim-Silme-Özelliği' (#10) from Sayfa-Resim-Silme-Özelliği into main Burak Öveç 2025-08-25 10:00:39 +00:00
  • aae7512498 Merge pull request 'Üye-Doküman-Silme-Özelliği' (#9) from Üye-Doküman-Silme-Özelliği into main Burak Öveç 2025-08-25 10:00:22 +00:00
  • 75ff9823fe Merge pull request 'Piyango-Resim-Silme-Özelliği' (#8) from Piyango-Resim-Silme-Özelliği into main Burak Öveç 2025-08-25 09:59:45 +00:00
  • 3b9173b881 Merge pull request 'İzin-Bedel-Orani-CRUD' (#7) from İzin-Bedel-Orani-CRUD into main Burak Öveç 2025-08-25 09:57:08 +00:00
  • fb1ddf085a Yardım amaçlı piyangolarda 2. ilan tarihinde min değer max değerden küçük olma durumu için uyarı eklendi M. Bestami 2025-08-18 18:18:37 +03:00
  • b1274cf3ab Teminar durumu kaydet butonu görünme durumları güncellendi M. Bestami 2025-08-18 18:01:18 +03:00
  • 9650194cb9 development env SOCKET_URL https -> http M. Bestami 2025-08-18 15:21:46 +03:00
  • 9e6c1f3840 izin bedel hatalar düzeltildi ve onay durum logları eklendi burakovec 2025-08-15 19:02:15 +03:00
  • 343e93c168 izin bedel oranı crud işlemleri eklendi. burakovec 2025-08-15 13:25:29 +03:00
  • b1c23985ff url fixed burakovec 2025-08-15 12:19:08 +03:00
  • a4358afa11 url fixed burakovec 2025-08-14 15:14:20 +03:00
  • 9869edf4a6 url fixed burakovec 2025-08-14 15:06:22 +03:00