1. Beaver Builder Page Builder – used to create column layout on these pages:
    1. Landing/Home page – https://calculator.frac.org/
    2. Upload Data
    3. Create Data Set
  2. Gravity Forms & Gravity Views – will need to keep at least initially.  Used to do forms and views.  Mettler Solutions will provide zip file and license key for first year.  Used on these pages:
    1. Break-Even Calculator – this is a multiple 7 step form
  3. Custom built pages have to reside in the folder of the theme that you use.  For the current CEP Tool this is the wp-content/themes/bb-theme-child/  folder.  Custom built PHP pages include:
    1. Grouping Tool:
      1. View Uploads – shows summary of all file uploads for the user.  File is UploadTable.php
      2. Run Table – shows all Runs for the selected file upload.  File is ViewRunTable.php
      3. Data Sets for Run # – shows all data sets for the selected Run – accessed via the Run Table.  File is ViewSets.php
      4. Data Groups & Schools for Set # – shows the various groupings for a selected Set from the Data Set for Run table.  File is ViewGroupsSchools.php.
      5. Upload Table Admin – allows the administrators to see all uploads.  File is UploadTableAdmin.php
      6. Update Fed Rates – allows you to update via a form.  File is UpdateFedRates.php
    2. Break Even Calculator
      1. Break-Even Results – this shows the result of the breakeven calculator – file is ViewBreakEven.php
      2. Break Even Calculator summary page – for your account show it for the school, ISP Group and District levels if run.  File is BreakEvenCalculator.php.
    3. District Level Calculator pages – DistrictCalculator.php, UpdateRevenue.php, UpdateEnroll.php, UpdateParticipation.php, UpdateFoodMatsExpense.php, UpdateAdminLabor.php, UpdateDirectLabor.php, UpdateOtherExpenses.php, ProfitLossForm.php
  4. Custom code that is not associated with a single page but used to support the pages above.  This code is located in the scripts folder off the root.