feat: add waitlist module, quick payment/transaction edit, and catering fee deduction from professor share
This commit is contained in:
@@ -104,6 +104,12 @@ const classSchema = new mongoose.Schema({
|
||||
default: 0,
|
||||
min: 0
|
||||
},
|
||||
/** Catering / service fee per person deducted from tuition before percentage payout */
|
||||
serviceFeePerPerson: {
|
||||
type: Number,
|
||||
default: 0,
|
||||
min: 0
|
||||
},
|
||||
isActive: {
|
||||
type: Boolean,
|
||||
default: true
|
||||
|
||||
Reference in New Issue
Block a user