GallusMax / open-source-self-check

An OpenSource Selfcheck system that is FAST, intuitive and - Free Software! Enhancements against the code from code.google.com/p/open-source-self-check
GNU General Public License v3.0
6 stars 4 forks source link

Would like to add check out date to the receipts #24

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?
Receipts show the due date for items, but they do not include the date the 
items were checked out.  We'd like to add the current date to the receipt 
header.

What version of the product are you using? On what operating system?
Open Source Self Check  1.2 on Ubuntu linux
ILS - Horizon

Please provide any additional information below.

Original issue reported on code.google.com by lynn...@gmail.com on 12 Jul 2012 at 4:30

GoogleCodeExporter commented 8 years ago
add a new line in config.php that reads (where you place it in relation to the 
other $receipt_header variables will determine it's position in the receipt 
header).

$receipt_header[]=date('m-d-Y');

see http://php.net/manual/en/function.date.php for info on formatting the date 
if you don't like what I've used.

Original comment by ericmelton1@gmail.com on 12 Jul 2012 at 4:33

GoogleCodeExporter commented 8 years ago

Original comment by ericmelton1@gmail.com on 12 Jul 2012 at 4:33