You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This app displays Spiceworks Helpdesk Tickets in a nicer format that allows printing only the relevant areas that I needed. The default ticket wasted to much paper and ink printing useless stuff.
Edit Line 14 of *app.py* and set DATABASE= to be the path to your spiceworks database. If this app is run on the same system as spiceworks it may be something like ```c:\Program Files (x86)\Spiceworks\db\siceworks_prod.db```
21
+
22
+
Start the app by running ```python app.py```
23
+
24
+
Edit any of the queries in *sql_queries.py* to suit your requirements.
25
+
26
+
Alternatively use the included *wfastcgi.py* to host the website via IIS.
27
+
28
+
## Notes
29
+
This was developed using Python 3.4. It is untested on earlier versions.
30
+
31
+
This app uses only select queries, and does not write anything to the database, however I am not responsible for any corruption that may occur as a result of using this app.
0 commit comments