Required Files for Giving Types ==================================== There are six files that you must install and modify to suit your needs. Each file is discussed, with more instructions and exlanation in separate documents. The headings below are links to descriptions and content for each one of the files. Those files are: :doc:`GivingTypesDataPython` This is the Python script that is run every day during the morning batch and caches the data for fast reporting. :doc:`GivingTypesDataSql` This is a SQL script that delivers the data to GivingTypesData Python script. :doc:`GivingTypesPython` This is the Python script that produces the report. :doc:`GivingTypesHtmlShell` This is the basic Html template used for the report. It contains the style information and a placeholder for the tables. :doc:`GivingTypesHtmlTable` This is the basic Html table template used for each table on the report. :doc:`GivingTypesValidateSql` This is the SQL report that helps validate the set up of the type categories. GivingTypesData Text You do not have to install this file as it is created each time the GivingTypesData Python script is run. The file contains the cached data in JSON format stored as a text file.