Database
Salary
SalSalaryMaster

SalSalaryMaster

Documentation for the SalSalaryMaster database schema.

Fields

FieldData TypeUsage
companyIdObjectIdUnique reference to company.
salaryIdStringUnique reference to salary.
salaryCodeStringStores the salary code data.
dateDateTimestamp/Date for date.
monthIdObjectIdUnique reference to month.
yearIdObjectIdUnique reference to year.
financialYearIdObjectIdUnique reference to financial Year.
employeeIdObjectIdUnique reference to employee.
locationIdObjectIdUnique reference to location.
departmentIdObjectIdUnique reference to department.
designationIdObjectIdUnique reference to designation.
natureIdObjectIdUnique reference to nature.
costOfCompanyDecimal128Stores the cost of company data.
grossTotalDecimal128Stores the gross total data.
netPayDecimal128Stores the net pay data.
stopSalaryBooleanStores the stop salary data.
accountTransactionBooleanStores the account transaction data.
remarksStringDetailed notes or remarks.
createdUserIdObjectIdUnique reference to created User.
updatedUserIdObjectIdUnique reference to updated User.
createdDateIdDateUnique reference to created Date.
updatedDateIdDateUnique reference to updated Date.