> i.e. $SESSN_EXPR, $RELEASE_VER, $TIME_ZONE, $LOG_PATH
*✔ Dropdown for type of log amount (Mark as Expense). Default is Asset. Asset is neither, income or expense.
-
-
*✔ Implement RTF Documents.
> Useful as more document style formated details can be added instead of just plain text.
-
*✔ Preserve Search view selections. After edits and submit.
> * ✔ Preserve from to date selections.
> * ✔ Date View not working on Local entered date format.
-
*✔ Sum selected, income, expense, totals.
-*✔ Sum on view.
+✔ Sum on view.
## Urgent FIXES and Known Issuses
✔ Dynamic toggle of page sections, interaction fixed, bettered.
✔ View by Date - search not showing current month entries.
-
✔ Fix Interaction jumping edits and creating new entries via now button.
>✔ Fix some LTAGS not saved as LTags server side.
## New Features of Minor Relevance
-* ✔ Config Export of Log and Categories to be provided as a button.
-*Theme colours to be revisited, bettered.
+* ✔ Config page, links on menu to sections.
+* Theme colours to be revisited, bettered
+* ✔ Config Export of Log and Categories to be provided as a button..
* ✔ Provide Exclude an Category View (if posible multiple categories). Should have option to session or not.
* ✔ Provide Themes
* Enable sticky log entries
## LifeLog RTF Documents using Quill Javascript RTF API
-*✔ Separate JSON service page.
+✔ Separate JSON service page.
>* Provide for file attachments.
> ✔ Display in log, read only RTF on click of button.
> ✔ Uses compressed RTF Documents in a Notes tabe.
>✔ Deletion of log, deletes the document.
## Bugs
+* Bug - 08 CSV imports duplicate on DB Fix in config page.
* Bug - 07, Editing and RTF entry, Dosen't strip the attached html to view in place.
* ✔ Bug - 06, Invalid Time 00. Javascript error thrown, when 00am used.
* ✔ Bug - 05, CRLF and apostrophe replacement not working.
<hr>
<a class="a_" href="stats.cgi">Stats</a><hr>
<a class="a_" href="main.cgi">Log</a><hr>
+<font size="2"><b>Jump to Sections</b>
+<a href="#top">Categories</a><br>
+<a href="#vars">System</a><br>
+<a href="#dbsets">DB Fix</a><br>
+<a href="#passets">Password</a>
+</font>
+<hr>
<br>
<a class="a_" href="login_ctr.cgi?logout=bye">LOGOUT</a>
</div>);
print qq(
<a name="top"></a><center>
<div>$frm</div>
- <div>$frmVars</div>
- <div>$frmDB</div>
- <div>$frmPASS</div>
+ <div><a name="vars"></a>$frmVars</div>
+ <div><a name="dbsets"></a>$frmDB</div>
+ <div><a name="passets"></a>$frmPASS</div>
<div id="rz" style="text-align:center;width:$PRC_WIDTH%;">
<a href="#top">↟</a> Configuration status -> <b>$status</b> <a href="#bottom">↡</a>
</div>
$dbs = $db->do("VACUUM;");
if($LOGOUT){
- &logout;
+ &logout;
}