Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('tbl_expense_policy_id_seq'::regclass) |
|
|
Primary key |
|
| expense_type_id | int8 | 19 | √ | null |
|
|
FK: public.tbl_expense_type.id |
|
| effective_date | date | 13 | √ | null |
|
|
Format: Date |
|
| payment_date | varchar | 100 | √ | null |
|
|
Format: String |
|
| next_payment_cycle | varchar | 100 | √ | null |
|
|
Format: String |
|
| claim_submission_days_limit | int8 | 19 | √ | null |
|
|
Format: Long (Days) |
|
| weightage | int8 | 19 | √ | null |
|
|
Format: Long |
|
| applicable_criteria | text | 2147483647 | √ | null |
|
|
Format: String (JSON Rule Engine Syntax) |
|
| calculate_payment | int8 | 19 | √ | null |
|
|
Format: Long |
|
| is_fixed | int8 | 19 | √ | null |
|
|
Format: Long (0/1) |
|
| amount | float8 | 17,17 | √ | null |
|
|
Format: Double |
|
| allow_to_exceed_limit | int8 | 19 | √ | null |
|
|
Format: Long (0/1) |
|
| max_number_of_instance_in_day | int8 | 19 | √ | null |
|
|
Format: Long |
|
| max_number_of_instance_in_month | int8 | 19 | √ | null |
|
|
Format: Long |
|
| max_number_of_instance_in_quarter | int8 | 19 | √ | null |
|
|
Format: Long |
|
| max_number_of_instance_in_half_year | int8 | 19 | √ | null |
|
|
Format: Long |
|
| max_number_of_instance_in_year | int8 | 19 | √ | null |
|
|
Format: Long |
|
| max_amount_in_day | float8 | 17,17 | √ | null |
|
|
Format: Double |
|
| max_amount_in_month | float8 | 17,17 | √ | null |
|
|
Format: Double |
|
| max_amount_in_quarter | float8 | 17,17 | √ | null |
|
|
Format: Double |
|
| max_amount_in_half_year | float8 | 17,17 | √ | null |
|
|
Format: Double |
|
| max_amount_in_year | float8 | 17,17 | √ | null |
|
|
Format: Double |
|
| createdby | varchar | 100 | √ | null |
|
|
||
| modifiedby | varchar | 100 | √ | null |
|
|
||
| createddate | timestamp | 29,6 | √ | null |
|
|
||
| modifieddate | timestamp | 29,6 | √ | null |
|
|
||
| variation_type | varchar | 100 | √ | null |
|
|
Format: String |
|
| amount_fields | varchar | 1000 | √ | null |
|
|
Format: String (JSON) |
|
| amount_field_limit | text | 2147483647 | √ | null |
|
|
Format: String (JSON) |
|
| amount_field_limit_day | text | 2147483647 | √ | null |
|
|
Format: String (JSON) |
|
| amount_field_limit_month | text | 2147483647 | √ | null |
|
|
Format: String (JSON) |
|
| amount_field_limit_quarter | text | 2147483647 | √ | null |
|
|
Format: String (JSON) |
|
| amount_field_limit_half_year | text | 2147483647 | √ | null |
|
|
Format: String (JSON) |
|
| amount_field_limit_year | text | 2147483647 | √ | null |
|
|
Format: String (JSON) |
|
| max_number_of_attachments | int8 | 19 | √ | 1 |
|
|
Format: Long |
|
| policy_name | varchar | 70 | √ | null |
|
|
Format: String |
