|
|
@ -37,7 +37,7 @@ const tankersbookingSchema = new mongoose.Schema({
|
|
|
|
amount_paid: { type: String, default: null },
|
|
|
|
amount_paid: { type: String, default: null },
|
|
|
|
amount_due: { type: String, default: null },
|
|
|
|
amount_due: { type: String, default: null },
|
|
|
|
payment_mode: { type: String, default: null },
|
|
|
|
payment_mode: { type: String, default: null },
|
|
|
|
remarks : { type: String, default: null },
|
|
|
|
remarks : { type: String, default: null }
|
|
|
|
|
|
|
|
|
|
|
|
});
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|