Company
Documentation for the Company database schema.
Fields
| Field | Data Type | Usage |
|---|---|---|
| name | String | The name or title of the company. |
| shortName | String | The name or title of the company. |
| group | ObjectId | Stores the group data. |
| bankId | ObjectId | Unique reference to bank. |
| bankAccountNo | String | Stores the bank account no data. |
| code | String | Stores the code data. |
| location | String | Timestamp/Date for location. |
| structure | String | Stores the structure data. |
| address | String | Stores the address data. |
| isHeadOffice | Boolean | Stores the is head office data. |
| country | String | Stores the country data. |
| stateOrProvince | String | Timestamp/Date for stateOrProvince. |
| city | String | Stores the city data. |
| postalCode | Number | Stores the postal code data. |
| companyLogo | String | Stores the company logo data. |
| contactPerson | String | Stores the contact person data. |
String | Primary email address. | |
| website | String | Stores the website data. |
| phoneNo | Number | Contact phone number. |
| mobile | Number | Contact phone number. |
| faxNo | String | Stores the fax no data. |
| registrationNo | String | Timestamp/Date for registrationNo. |
| serviceTaxNo | String | Stores the service tax no data. |
| tanNo | String | Stores the tan no data. |
| isActive | Boolean | Active status flag. |
| isDeleted | Boolean | Stores the is deleted data. |
| status | Boolean | Timestamp/Date for status. |
| deletedBy | ObjectId | Stores the deleted by data. |
| deletedTime | Date | Timestamp/Date for deletedTime. |