} else {
bgColorControl = 1;
}
GDDate todayPlusOneWeek = new GDDate();
todayPlusOneWeek.addDays(7);
GDDate nextIncomingDate = incoming.getNextPaymentDate();
GDDate today = new GDDate();
Incoming incomingToCompare = (Incoming) system.query(new GetIncoming(incoming.getId()));
GDDate paymentDayBill = incomingToCompare.getNextPaymentDate();