<br>
<table cellspacing="0" cellpadding="4" width="100%" border="0">
<tr>
- <td align="center"> Anuko Time Tracker 1.13.0.3700 | Copyright © <a href="https://www.anuko.com/lp/tt_3.htm" target="_blank">Anuko</a> |
+ <td align="center"> Anuko Time Tracker 1.13.0.3701| Copyright © <a href="https://www.anuko.com/lp/tt_3.htm" target="_blank">Anuko</a> |
<a href="https://www.anuko.com/lp/tt_4.htm" target="_blank">{$i18n.footer.credits}</a> |
<a href="https://www.anuko.com/lp/tt_5.htm" target="_blank">{$i18n.footer.license}</a> |
<a href="https://www.anuko.com/lp/tt_7.htm" target="_blank">{$i18n.footer.improve}</a>
setChange("ALTER TABLE tt_invoices DROP end_date");
}
- if ($_POST["convert1600to1900"]) {
+ if ($_POST["convert1600to11300"]) {
setChange("DROP TABLE IF EXISTS tt_invoice_headers");
setChange("ALTER TABLE tt_fav_reports ADD COLUMN `client_id` int(11) default NULL");
setChange("ALTER TABLE tt_fav_reports ADD COLUMN `cf_1_option_id` int(11) default NULL");
<h2>DB Install</h2>
<table width="80%" border="1" cellpadding="10" cellspacing="0">
<tr>
- <td width="80%"><b>Create database structure (v1.9.30)</b>
+ <td width="80%"><b>Create database structure (v1.13.0)</b>
<br>(applies only to new installations, do not execute when updating)</br></td><td><input type="submit" name="crstructure" value="Create"></td>
</tr>
</table>
<td><input type="submit" name="convert1579to1600" value="Update"><br><input type="submit" name="update_clients" value="Update clients"><br><input type="submit" name="update_custom_fields" value="Update custom fields"><br><input type="submit" name="update_tracking_mode" value="Update tracking mode"></td>
</tr>
<tr valign="top">
- <td>Update database structure (v1.6 to v1.9)</td>
- <td><input type="submit" name="convert1600to1900" value="Update"><br></td>
+ <td>Update database structure (v1.6 to v1.13)</td>
+ <td><input type="submit" name="convert1600to11300" value="Update"><br></td>
</tr>
</table>