Browse Source

[fixes] added implementation time to the due date calculation

julzor 5 years ago
parent
commit
3e74bd13b8
1 changed files with 2 additions and 1 deletions
  1. 2 1
      locations/din_bad.qsrc

+ 2 - 1
locations/din_bad.qsrc

@@ -687,9 +687,10 @@ $d_cycreport_update = {
 
 $d_cycreport_upduedate = {
 	!! Ovulation is ~7d after menstruation
+	!! Implantation takes several days: Average is 5
 	!! Human gastation period: 280 days
 	!! ovu_calc: Days since last ovulation
-	ovu_calc = daystart - lastmens + 7
+	ovu_calc = daystart - lastmens + 7 + 5
 	temp = 280 - ovu_calc
 	pregdueday = day
 	pregduemonth = month