1. 05 Nov, 2025 4 commits
  2. 30 Oct, 2025 3 commits
  3. 29 Oct, 2025 1 commit
  4. 28 Oct, 2025 2 commits
  5. 27 Oct, 2025 2 commits
    • Rais Aryaguna's avatar
      feat: add ModalUploadBulanan component for uploading data with progress tracking · 92033d4f
      Rais Aryaguna authored
      refactor: update useAdvancedFilter hook for improved SQL clause building and operator normalization
      
      feat: implement useCencelBulanan hook for canceling monthly records
      
      feat: create useCetakPdfBulanan hook for generating PDF reports
      
      feat: add useDeleteBulanan hook for deleting monthly records
      
      fix: update useUploadBulanan hook to use unified request type
      
      chore: update types for bulanan requests and responses
      
      feat: enhance bulanan API utility functions for delete and cancel operations
      
      feat: integrate new modals (upload, delete, cancel, print) into bulanan list view
      
      fix: replace DialogPenandatangan with ModalUploadBulanan in bulanan record view
      
      feat: add cetakpdf.ts for handling PDF generation logic
      92033d4f
    • Fachri's avatar
      BPU Unifikasi Disetor Sendiri · d86bf9fc
      Fachri authored
      d86bf9fc
  6. 24 Oct, 2025 2 commits
  7. 23 Oct, 2025 5 commits
  8. 20 Oct, 2025 11 commits
  9. 19 Oct, 2025 1 commit
  10. 16 Oct, 2025 1 commit
  11. 15 Oct, 2025 2 commits
    • Rais Aryaguna's avatar
      feat: Add new constants and refactor hooks for Bulanan Bupot · 1748cbbe
      Rais Aryaguna authored
      - Introduced METODE_POTONG constants for payment methods.
      - Updated useGetBulanan hook to normalize data structure and improve readability.
      - Refactored useSaveBulanan hook to handle new data structure and API calls.
      - Enhanced types in types.ts for better type safety and clarity.
      - Updated API utility functions to align with new data structures.
      - Improved BulananListView to display additional fields and formatted values.
      - Refactored BulananRekamView to include new validation schema and handle form submissions.
      - Changed fetcher utility in hitung.ts to use the correct endpoint for calculations.
      1748cbbe
    • Rais Aryaguna's avatar
  12. 14 Oct, 2025 4 commits
  13. 07 Oct, 2025 1 commit
  14. 06 Oct, 2025 1 commit
    • Rais Aryaguna's avatar
      feat: Add hooks and views for managing Bulanan Bupot · cf7f44f4
      Rais Aryaguna authored
      - Implemented `useGetBulanan` hook for fetching Bulanan data.
      - Created `usePphDipotong` hook for handling PPh calculations.
      - Added `useSaveBulanan` hook for saving Bulanan data.
      - Defined types in `types.ts` for API responses and requests.
      - Developed API utility functions in `api.tsx` for fetching and saving data.
      - Created `bulananClient.tsx` for Axios instance with interceptors.
      - Added utility functions in `utils.tsx` for date and pagination handling.
      - Built `BulananListView` for displaying Bulanan records in a data grid.
      - Developed `BulananRekamView` for recording new Bulanan entries with form validation.
      - Organized view exports in `index.ts` for easier imports.
      cf7f44f4