| itemorder |
| Creates a report showing relation of users info and what items they've ordered |
| |
| Takes following parameters when called: |
| startdatestr: not requred if you want to list all orders but must be in mm/dd/yyyy format when used |
| enddatestr: not required if you want to list all orders but it must be in mm/dd/yyyy format when used |
| owner_id: required to only select items/orders/users with that owner_id |
| category: required to display all clients associated with a item category |
| template: template to insert data into |
| path: web path of the data file that is to be written (optional) |
| |
| template requires the following: |
| ##ITEM## for item name |
| ##CLI_FNAME## for Client's First Name |
| ##CLI_LNAME## for Client's Last Name |
| ##CLI_ADDR1## for Client's Address |
| ##CLI_ADDR2## for Client's Address |
| ##CLI_CITY## for Client's City |
| ##CLI_STATE## for Client's State |
| ##CLI_ZIP## for Client's Zipcode |
| ##BGCOLOR## not required but its for table cell background color |