Im having trouble adding a financial year I always seem to get invaild start date, but my server may not be configured correctly so we'll see what hosting company say, I may re install it if need be maybe there were a couple of issues.
I was also looking through some code on some of the pages and this crops up quite often:
<script type="text/javascript"><!--
var user = {
theme: '../../themes/default/',
loadtxt: 'Requesting data...',
ts: ' ',
ds: ',',
pdec : 2}
--></script>
Is this checking the user is logged in? Basically when I get this set up correctly I have a file upload script I want to add (just 1 php page) but I want the user to be logged into the front accounting to be able to use it, if they're not logged in they will get the please login error etc.
Is this possible, I assume there is a piece of code checking the user is logged in? I dont mind donating the script once I get it up and running