1 | party_id | | bigint | 0 | The primary key of this table, which is also a serial field. |
2 | party_type_id | | integer | 0 | Foreign key to the table core.party_types. |
3 | party_code | | character varying | 12 | Code given to the party. |
4 | first_name | | character varying | 50 | First name of the party. |
5 | middle_name | | character varying | 50 | Middle name of the party. |
6 | last_name | | character varying | 50 | Family name of the party. |
7 | party_name | | text | 0 | Full-name of the party. |
8 | date_of_birth | | date | 0 | Date of birth of the party. |
9 | entity_id | | integer | 0 | Foreign key to the table core.entities. |
10 | industry_id | | integer | 0 | Foreign key to the table core.industries. |
11 | country_id | | integer | 0 | Foreign key to the table core.countries. |
12 | state_id | | integer | 0 | Foreign key to the table core.states. |
13 | zip_code | | character varying | 12 | Zip code of the party. |
14 | address_line_1 | | character varying | 128 | The address of the party. |
15 | address_line_2 | | character varying | 128 | The address of the party. |
16 | street | | character varying | 50 | The street name where the party is located. |
17 | city | | character varying | 50 | The city name where the party is located. |
18 | phone | | character varying | 24 | The phone number of the party. |
19 | fax | | character varying | 24 | The fax number of the party. |
20 | cell | | character varying | 24 | Cell-phone number of the party. |
21 | email | | character varying | 128 | E-mail address of the party. |
22 | url | | character varying | 50 | Web address of the party. |
23 | pan_number | | character varying | 50 | Permanent Address Number of the party. |
24 | sst_number | | character varying | 50 | |
25 | cst_number | | character varying | 50 | |
26 | currency_code | | character varying | 12 | Foreign key to the table core.currencies. |
27 | allow_credit | | boolean | 0 | Select "Yes" if you want to allow credit to the party. |
28 | maximum_credit_period | | smallint | 0 | Maximum credit period |
29 | maximum_credit_amount | | money_strict2 | 0 | |
30 | account_id | | bigint | 0 | Foreign key to the table core.accounts. |
31 | audit_user_id | | integer | 0 | Contains the id of the user who last inserted or updated the corresponding row. |
32 | audit_ts | | timestamp with time zone | 0 | Contains the date and timestamp of the last insert or update action. |