Updates to the Travel leads from last meeting.
authorSteve Sutton <steve@gaslightmedia.com>
Thu, 7 Jun 2018 19:38:03 +0000 (15:38 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Thu, 7 Jun 2018 19:38:03 +0000 (15:38 -0400)
commit89b802a03446b0f6c74e98b3b4f9aaadb55266cb
tree2682748842778b853035e379327bf46ed29186b9
parent22ca0ed8766e46c1d9b090a2456b78e4c5da2a0e
Updates to the Travel leads from last meeting.

Adding title to lead table and the lead_contact table.
Adding code to the data classes and the forms to save the data.
Moving the fields in the main screen for lead edit.
Working on the pdf output.

Restrict them so they can only edit one note at a time.

Have the referred by grouped.
15 files changed:
assets/user_edit.png [new file with mode: 0755]
classes/data/dataContacts.php
classes/data/dataLeads.php
css/admin.css
index.php
models/admin/ajax/leadPdfExport.php
models/admin/ajax/travelContacts.php
models/admin/ajax/travelReferredby.php
setup/databaseScripts/create_database_V0.0.3.sql
setup/databaseScripts/dbVersions.php
setup/databaseScripts/update_database_V0.0.4.sql [new file with mode: 0644]
views/admin/ajax/contacts/list.html
views/admin/ajax/notes/list.html
views/admin/ajax/referredby/list.html
views/admin/travel/edit.html