diff options
| author | FIN-IT_AndriFP <it@fixcomart.co.id> | 2025-10-13 10:53:11 +0700 |
|---|---|---|
| committer | FIN-IT_AndriFP <it@fixcomart.co.id> | 2025-10-13 10:53:11 +0700 |
| commit | 698650e73503d0b780694e150fb5cb3f8e91d83d (patch) | |
| tree | 25ac0d55048507d84509c0a3cfc6fdb5b0aefc4b /indoteknik_custom/views/advance_payment_request.xml | |
| parent | a9eac2968018d74c190ac376ce2b874e32ded3b6 (diff) | |
(andri) add seq reimburse, penyesuaian approve, & add diwakilkan
Diffstat (limited to 'indoteknik_custom/views/advance_payment_request.xml')
| -rw-r--r-- | indoteknik_custom/views/advance_payment_request.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indoteknik_custom/views/advance_payment_request.xml b/indoteknik_custom/views/advance_payment_request.xml index 72948876..ba5462b1 100644 --- a/indoteknik_custom/views/advance_payment_request.xml +++ b/indoteknik_custom/views/advance_payment_request.xml @@ -65,6 +65,7 @@ <group col="2"> <group string=" "> <field name="type_request" attrs="{'readonly': [('status', '=', 'approved')]}"/> + <field name="is_represented" attrs="{'readonly': [('status', '=', 'approved')]}"/> <field name="applicant_name" colspan="2" attrs="{'readonly': [('status', '=', 'approved')]}"/> <field name="position_type" readonly="1"/> <field name="nominal" colspan="2" attrs="{'readonly': [('status', '=', 'approved')]}"/> @@ -80,7 +81,7 @@ <field name="apr_perjalanan" attrs="{'invisible': [('type_request', '=', 'reimburse')]}"/> <field name="date_back_to_office" attrs="{'invisible': [('apr_perjalanan', '=', False)]}"/> <p style="font-size: 10px; color: grey; font-style: italic" attrs="{'invisible': [('apr_perjalanan', '=', False)]}">*Setelah tanggal kembali, pemohon diharapkan untuk segera memproses realisasi PUM</p> - <field name="estimated_return_date" readonly="1" widget="badge" attrs="{'invisible': [('apr_perjalanan', '=', False)]}"/> + <field name="estimated_return_date" readonly="1" widget="badge"/> <field name="days_remaining" readonly="1" widget="badge"/> <field name="approved_by" readonly="1"/> <field name="create_date" readonly="1"/> |
