riefive
8a4b4c06e9
refactor(tools): change content of tools
2025-09-08 13:50:38 +07:00
riefive
bb74662f15
refactor(equipment): change submit flow
2025-09-08 13:14:24 +07:00
riefive
9cb8dd9caf
refactor(equipment): add modal form to component list
2025-09-08 13:09:55 +07:00
riefive
354ed82df1
fix: solve conflict at material entry
2025-09-08 10:30:26 +07:00
Munawwirul Jamal
2b41d5f163
Merge pull request #34 from dikstub-rssa/30-fe---item-itemprice
...
Feat Item, Item Price and Rename flow > content
2025-09-08 08:53:15 +07:00
Munawwirul Jamal
8e52689726
Merge pull request #32 from dikstub-rssa/feat/equipment-device
...
Feat Equipment Device
2025-09-08 08:51:52 +07:00
Munawwirul Jamal
bc8c6b8033
Merge pull request #20 from dikstub-rssa/feat/org-src
...
feat/org src implement entry form for division, unit, and installation
2025-09-08 08:48:43 +07:00
Abizrh
263f9dbc7f
⚠️ refactor (components): rename flow components to content
2025-09-07 22:58:18 +07:00
Abizrh
cdebdb8995
✨ feat (item): add item and item price modules
2025-09-07 22:50:15 +07:00
Abizrh
88577dbec5
🐛 fix (medicine-type): fix medicine type list display
2025-09-07 21:40:57 +07:00
Abizrh
c3c9154d0e
⚠️ refactor (medicine-method): simplify entry form and list configuration
2025-09-07 20:37:24 +07:00
Abizrh
eb9c918141
⚠️ refactor (medicine-group): simplify entry form and list configuration
2025-09-07 20:34:22 +07:00
Abizrh
302bcb3e2a
✨ feat (medicine): implement medicine entry form and list
2025-09-07 20:09:31 +07:00
riefive
209f78df0a
feat(material): change menu material to equipment
2025-09-04 14:56:23 +07:00
Khafid Prayoga
39d96e7b24
feat(unit): implement unit management flow with list and form components
...
- Add schema validation and default query params for unit management
- Create list view with pagination, search, and delete functionality
- Implement form entry with validation for creating/editing units
- Replace placeholder content with functional unit list component
- Remove unused unit add page and update page titles
2025-09-04 13:17:06 +07:00
Abizrh
38e40416d3
✨ feat (medicine): add medicine management modules
2025-09-03 20:33:19 +07:00
Khafid Prayoga
6c70beb882
refactor(org-src): remove unused division and installation add pages
...
move to modal based form entry (bcz its simple form)
2025-09-03 17:03:05 +07:00
Khafid Prayoga
4c0312e487
feat(installation): implement installation list with pagination and search
...
refactor(installation): move form schema and configuration to separate files
fix(installation): update page title and content display
2025-09-03 17:00:49 +07:00
riefive
06a26c8b07
feat: add RBAC role-based access control and permission checks to device index page
2025-09-03 15:34:59 +07:00
mrifai-cata
7e4444a427
feat (material): add form material
2025-09-02 14:04:33 +07:00
mrifai-cata
f29c9abad8
feat (material): add list material
2025-09-02 13:58:10 +07:00
Khafid Prayoga
132068fcde
feat(division): implement division list with pagination and search
...
- Add schema validation for query parameters
- Create pagination component with type definitions
- Implement division list view with search functionality
- Add data table configuration for division listing
- Handle pagination state and URL synchronization
2025-09-01 15:08:55 +07:00
Khafid Prayoga
529b8ef7df
feat(installation): add installation entry form and pages
...
- Create new installation entry form component with validation
- Add installation list and add pages with basic routing
- Implement custom select component for encounter class selection
- Update SelectTrigger styling for better icon positioning
2025-08-29 16:33:20 +07:00
Khafid Prayoga
5e1775d057
feat(unit): add unit management pages and form components
...
- Create new unit list and add pages under org-src feature
- Implement unit entry form with validation using zod
- Update error types to support readonly path property
- Refactor field component to use shared error type
2025-08-29 13:39:59 +07:00
Khafid Prayoga
d6b288404f
feat(division): add division management pages and form validation
...
- Create new division list and add pages
- Implement form validation using zod and error handling
- Add useFormErrors composable for form error management
- Update division entry form with validation support
- Add error styling in main.css
2025-08-29 10:42:07 +07:00
Abizrh
00d4419bc7
Merge branch 'dev' of https://github.com/dikstub-rssa/simrs-fe into feat/user
2025-08-28 12:01:55 +07:00
Abizrh
35e2c663f5
✨ feat (user): implement user management feature
2025-08-28 01:18:55 +07:00
Abizrh
a7a77cb497
✨ feat (dev): add dev page with user list
2025-08-27 23:59:07 +07:00
Khafid Prayoga
de7a833ddc
Merge branch 'dev' of github.com:dikstub-rssa/simrs-fe into feat/satusehat
2025-08-25 14:58:45 +07:00
Abizrh
61b71f7e76
⚠️ refactor (components): restructure components to custom-ui
2025-08-25 09:59:44 +07:00
Khafid Prayoga
e4b634e76a
Merge branch 'dev' of github.com:dikstub-rssa/simrs-fe into feat/satusehat
2025-08-21 10:02:38 +07:00
Abizrh
746d39ea14
✨ feat (rehab): implement sep prosedur registration flow
2025-08-21 06:31:17 +07:00
Khafid Prayoga
bd98bb815a
refactor: update type casting and clean up imports
...
- Add type casting for route.meta.title in index.vue
- Update tailwind css path in components.json
- Remove unused imports and simplify dashboard component
2025-08-20 14:49:59 +07:00
Khafid Prayoga
ff67dd5146
Merge branch 'dev' of github.com:dikstub-rssa/simrs-fe into feat/satusehat
2025-08-20 09:38:49 +07:00
Abizrh
83b1c2cad3
✨ feat (rehab): add rehab feature pages and menu items
2025-08-19 17:13:45 +07:00
Khafid Prayoga
066a884bf0
Merge branch 'dev' of github.com:dikstub-rssa/simrs-fe into feat/satusehat
2025-08-19 11:05:03 +07:00
Khafid Prayoga
b1cb24cae3
feat(satusehat): add integration pages and components
...
Add new SatuSehat integration feature including:
- Page components for list, add, edit, and detail views
- Service status component and type definitions
- Summary card component updates for string metrics
- RBAC permissions configuration for SatuSehat routes
2025-08-19 11:01:28 +07:00
Abizarah | 比周
ec5339d563
Merge pull request #5 from dikstub-rssa/feat/doctor
...
feat(doctor): implement list and create form resource
2025-08-19 07:55:50 +07:00
Abizrh
e8fa690ba3
⚙️ chore (index): update page metadata and roles
2025-08-15 17:09:32 +07:00
Abizrh
fe46db6bc6
✨ feat (dashboard): implement dashboard page with summary cards and quick actions
2025-08-15 16:30:48 +07:00
Khafid Prayoga
cbb38c0275
impl data table list of doctor
2025-08-15 13:54:54 +07:00
Khafid Prayoga
025fc821fc
Merge branch 'dev' of github.com:dikstub-rssa/simrs-fe into feat/doctor
2025-08-14 16:57:09 +07:00
Abizrh
878211bc7f
⚠️ refactor (form): refactor label component for improved styling and responsiveness
2025-08-14 16:33:19 +07:00
Khafid Prayoga
4f2782a934
init form add doctor
2025-08-14 14:59:47 +07:00
Khafid Prayoga
b22d606a17
Merge branch 'dev' of github.com:dikstub-rssa/simrs-fe into feat/doctor
2025-08-14 11:05:20 +07:00
Khafid Prayoga
616c843260
init doctor page
2025-08-14 10:55:25 +07:00
Abizrh
0b59f48fdb
✨ feat (patient): set dynamic title for patient pages
2025-08-14 10:43:00 +07:00
Khafid Prayoga
bcfbc3af67
Merge remote-tracking branch 'origin/dev' into feat/doctor
2025-08-14 10:32:16 +07:00
Khafid Prayoga
1b6c161448
init doctor base feature
2025-08-13 14:45:28 +07:00
Abizrh
a6558e312b
✨ feat (appsidebar): add outpatient menu and pages
2025-08-13 14:38:31 +07:00