Add new models and views for Eselon, Jabatan, Pangkat, and PartnerDepartemen
- Created migration script to add new columns (rpc_url, rpc_user, rpc_callback, rpc_password) to the partner table. - Implemented new models: Eselon, Jabatan, Pangkat, and PartnerDepartemen with appropriate relationships. - Developed views for Eselon, Jabatan, Pangkat, and PartnerDepartemen including schemas for listing, adding, and editing. - Enhanced the environment setup for Alembic migrations. - Added functionality for handling partner positions with validation and data retrieval methods.
Showing
13 changed files
with
649 additions
and
76 deletions
opensipkd/base/alembic/10a68b1510a6_.py
0 → 100644
This diff is collapsed.
Click to expand it.
opensipkd/base/alembic/env2.py
0 → 100644
opensipkd/base/models/pegawai.py
0 → 100644
opensipkd/base/views/eselon.py
0 → 100644
This diff is collapsed.
Click to expand it.
opensipkd/base/views/jabatan.py
0 → 100644
opensipkd/base/views/pangkat.py
0 → 100644
opensipkd/base/views/posisi.py
0 → 100644
This diff is collapsed.
Click to expand it.
-
Please register or sign in to post a comment