hi,
Just need a bit of help with some data for over due invoices.
for example the data will look like
[TABLE="width: 731"]
<colgroup><col><col span="3"><col span="4"><col><col span="2"></colgroup><tbody>[TR]
[TD]Date [/TD]
[TD] Balance[/TD]
[TD] Current[/TD]
[TD] P1[/TD]
[TD] P2[/TD]
[TD] P3[/TD]
[TD] P4[/TD]
[TD] Older[/TD]
[TD]Due Date[/TD]
[TD]Payment Terms[/TD]
[TD]Days Overdue[/TD]
[/TR]
[TR]
[TD]19/09/2017[/TD]
[TD] 2,160.00[/TD]
[TD] 2,160.00[/TD]
[TD] 2,160.00[/TD]
[TD] - [/TD]
[TD] - [/TD]
[TD] - [/TD]
[TD][/TD]
[TD="align: right"]19-10-2017[/TD]
[TD="align: right"]30[/TD]
[TD="align: right"]15[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
and what i need to be able to do is where the over due date is move it across according to how many days it is over due.
for example anything below 30 in current. Above 30 P1 but not greater than 59. and so on.
Thanks,
Kevin
Just need a bit of help with some data for over due invoices.
for example the data will look like
[TABLE="width: 731"]
<colgroup><col><col span="3"><col span="4"><col><col span="2"></colgroup><tbody>[TR]
[TD]Date [/TD]
[TD] Balance[/TD]
[TD] Current[/TD]
[TD] P1[/TD]
[TD] P2[/TD]
[TD] P3[/TD]
[TD] P4[/TD]
[TD] Older[/TD]
[TD]Due Date[/TD]
[TD]Payment Terms[/TD]
[TD]Days Overdue[/TD]
[/TR]
[TR]
[TD]19/09/2017[/TD]
[TD] 2,160.00[/TD]
[TD] 2,160.00[/TD]
[TD] 2,160.00[/TD]
[TD] - [/TD]
[TD] - [/TD]
[TD] - [/TD]
[TD][/TD]
[TD="align: right"]19-10-2017[/TD]
[TD="align: right"]30[/TD]
[TD="align: right"]15[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
and what i need to be able to do is where the over due date is move it across according to how many days it is over due.
for example anything below 30 in current. Above 30 P1 but not greater than 59. and so on.
Thanks,
Kevin