Database
Payroll
Payroll Master
Common
SalaryBankMaster

SalaryBankMaster

Documentation for the SalaryBankMaster database schema.

Fields

FieldData TypeUsage
companyIdObjectIdUnique reference to company.
bankNameStringThe name or title of the salarybankmaster.
accountNumberStringStores the account number data.
ifscCodeStringStores the ifsc code data.
validatorStringUnique reference to validator.
micrCodeStringStores the micr code data.
addressStringStores the address data.
contactPerson1StringStores the contact person1 data.
contactNo1StringStores the contact no1 data.
contactPerson2StringStores the contact person2 data.
contactNo2StringStores the contact no2 data.
remarksStringDetailed notes or remarks.
transferSalaryStringStores the transfer salary data.
NEFTBankNameStringThe name or title of the salarybankmaster.
insertedUserIdObjectIdUnique reference to inserted User.
updatedUserIdObjectIdUnique reference to updated User.
insertedDateIdDateUnique reference to inserted Date.
updatedDateIdDateUnique reference to updated Date.
isDeletedBooleanStores the is deleted data.
statusBooleanTimestamp/Date for status.
deletedByObjectIdStores the deleted by data.
deletedTimeDateTimestamp/Date for deletedTime.