Hello,
As always great product which keeps me fro going insane on a daily basis. What OI would like to know is on teh Equipment Loan report. I am able to change most things to what I want such as the following has been changed to suit my needs:
Serial Number / Service Tag has been changed to Asset Tag / Computer Name and these autofill with the DB data.
What I am trying to do now is change the Date of Checkout Field to autopopulate with the current date. Not quite sure what the code would be for this since I am really not a webdesigner nor programmer.
Any help would be great here is the code that I am trying to change:
$report->appendHTML( “<h4><u>”.(“Computer Information”).“</u></h4>” );
$report->appendHTML( “<h4><b>”.(“Serial Number / Equip Name”).“: </b><u>” . $ar[“iSysserial”] . " / " . $ar[“hostName”] . “</u></h4>" );
$report->appendHTML( “<h4><b>”.(“Barcode Numbers”).“: </b><u>” . $ar[“iOtherTag”] . "</u></h4>" );
$report->appendHTML( “<h4><b>”.(“Date of Checkout”).": </b>_________________________________________</h4>” );
After “Date of Checkout” I was hoping I could use something like this :
[FONT=courier new][COLOR=#444444]date([/COLOR][/FONT][I][FONT=courier new][COLOR=#444444]format[/COLOR][/FONT][/I][FONT=courier new][COLOR=#444444],[/COLOR][/FONT][I][FONT=courier new][COLOR=#444444]timestamp[/COLOR][/FONT][/I][FONT=courier new][COLOR=#444444]) [/COLOR][/FONT]
[FONT=courier new][COLOR=#444444]Keep in mind I am guessing here and dont know what I am doing.[/COLOR][/FONT]
[FONT=courier new][COLOR=#444444]Again any help would be awesome.[/COLOR][/FONT]