From d0decf2e4fdcf66464a2035813812eca83b4f154 Mon Sep 17 00:00:00 2001 From: Kevin Cristiano <kcristiano@kcristiano.com> Date: Fri, 9 Jun 2023 07:33:41 -0400 Subject: [PATCH] civicrm release-5.62.0 --- civicrm.php | 4 +- civicrm/CRM/ACL/BAO/ACL.php | 10 +- civicrm/CRM/ACL/BAO/ACLEntityRole.php | 10 +- civicrm/CRM/Activity/BAO/Activity.php | 11 +- civicrm/CRM/Activity/Controller/Search.php | 3 + civicrm/CRM/Activity/Form/Activity.php | 2 +- civicrm/CRM/Activity/Form/ActivityLinks.php | 6 +- civicrm/CRM/Activity/Form/ActivityView.php | 4 +- civicrm/CRM/Activity/Form/Task/AddToTag.php | 4 +- .../CRM/Activity/Form/Task/RemoveFromTag.php | 6 +- civicrm/CRM/Activity/Page/AJAX.php | 3 +- civicrm/CRM/Activity/Selector/Search.php | 2 +- civicrm/CRM/Activity/StateMachine/Search.php | 2 +- civicrm/CRM/Activity/Task.php | 3 + civicrm/CRM/Admin/Form/ContactType.php | 2 +- civicrm/CRM/Admin/Form/Job.php | 13 +- civicrm/CRM/Admin/Form/Mapping.php | 2 +- civicrm/CRM/Admin/Form/PaymentProcessor.php | 4 +- .../CRM/Admin/Form/Setting/Miscellaneous.php | 2 + civicrm/CRM/Admin/Form/Setting/Smtp.php | 10 +- civicrm/CRM/Admin/Page/Admin.php | 5 +- civicrm/CRM/Admin/Page/Job.php | 54 +- civicrm/CRM/Admin/Page/JobLog.php | 2 +- civicrm/CRM/Batch/Form/Entry.php | 2 +- civicrm/CRM/Campaign/BAO/Campaign.php | 10 +- civicrm/CRM/Campaign/BAO/Petition.php | 7 + civicrm/CRM/Campaign/BAO/Survey.php | 9 +- civicrm/CRM/Campaign/DAO/Survey.php | 4 +- civicrm/CRM/Case/BAO/Case.php | 3 + civicrm/CRM/Case/Form/Activity.php | 20 +- .../Form/Activity/ChangeCaseStartDate.php | 34 +- civicrm/CRM/Contact/BAO/Contact.php | 5 - civicrm/CRM/Contact/BAO/Contact/Location.php | 20 +- civicrm/CRM/Contact/BAO/ContactType.php | 128 +- civicrm/CRM/Contact/BAO/Group.php | 29 +- civicrm/CRM/Contact/BAO/Query.php | 29 +- civicrm/CRM/Contact/BAO/RelationshipType.php | 78 +- civicrm/CRM/Contact/DAO/Contact.php | 614 +- civicrm/CRM/Contact/DAO/Group.php | 15 +- civicrm/CRM/Contact/Form/CustomData.php | 2 +- civicrm/CRM/Contact/Form/DedupeRules.php | 4 +- .../Form/Edit/CommunicationPreferences.php | 8 - .../Form/Inline/CommunicationPreferences.php | 3 - civicrm/CRM/Contact/Form/Search/Builder.php | 4 +- civicrm/CRM/Contact/Form/Search/Criteria.php | 2 +- civicrm/CRM/Contact/Form/Task/AddToGroup.php | 2 +- .../Contact/Form/Task/AddToParentClass.php | 4 +- civicrm/CRM/Contact/Form/Task/AddToTag.php | 2 +- .../CRM/Contact/Form/Task/RemoveFromGroup.php | 2 +- .../CRM/Contact/Form/Task/RemoveFromTag.php | 2 +- civicrm/CRM/Contact/Form/Task/SaveSearch.php | 4 +- civicrm/CRM/Contact/Import/MetadataTrait.php | 2 +- civicrm/CRM/Contact/Import/Parser/Contact.php | 13 +- civicrm/CRM/Contact/Page/View/Log.php | 2 +- .../CRM/Contact/Page/View/UserDashBoard.php | 25 +- civicrm/CRM/Contribute/BAO/Product.php | 17 +- .../CRM/Contribute/Form/Contribution/Main.php | 26 +- .../WorkflowMessage/ContributionTrait.php | 20 +- civicrm/CRM/Core/BAO/ConfigSetting.php | 22 +- civicrm/CRM/Core/BAO/CustomField.php | 10 +- civicrm/CRM/Core/BAO/CustomGroup.php | 30 +- civicrm/CRM/Core/BAO/CustomQuery.php | 14 +- civicrm/CRM/Core/BAO/Domain.php | 9 +- civicrm/CRM/Core/BAO/Extension.php | 10 +- civicrm/CRM/Core/BAO/FinancialTrxn.php | 15 +- civicrm/CRM/Core/BAO/Job.php | 10 +- civicrm/CRM/Core/BAO/LocationType.php | 9 +- civicrm/CRM/Core/BAO/MailSettings.php | 10 +- civicrm/CRM/Core/BAO/Mapping.php | 35 +- civicrm/CRM/Core/BAO/MessageTemplate.php | 10 +- civicrm/CRM/Core/BAO/OptionGroup.php | 9 +- civicrm/CRM/Core/BAO/OptionValue.php | 9 +- civicrm/CRM/Core/BAO/PreferencesDate.php | 10 +- civicrm/CRM/Core/BAO/Tag.php | 10 +- civicrm/CRM/Core/BAO/UFField.php | 10 +- civicrm/CRM/Core/BAO/WordReplacement.php | 10 +- civicrm/CRM/Core/Component.php | 65 +- civicrm/CRM/Core/Config/MagicMerge.php | 2 - civicrm/CRM/Core/DAO.php | 7 + civicrm/CRM/Core/DAO/AllCoreTables.data.php | 12 +- civicrm/CRM/Core/DAO/CustomField.php | 5 +- civicrm/CRM/Core/DAO/CustomGroup.php | 8 +- civicrm/CRM/Core/DAO/File.php | 9 +- civicrm/CRM/Core/DAO/Job.php | 19 +- civicrm/CRM/Core/DAO/Mapping.php | 19 +- civicrm/CRM/Core/DAO/Setting.php | 14 +- civicrm/CRM/Core/Form.php | 12 +- civicrm/CRM/Core/I18n/SchemaStructure.php | 2 +- civicrm/CRM/Core/OptionGroup.php | 2 +- civicrm/CRM/Core/Payment.php | 2 +- civicrm/CRM/Core/Permission.php | 30 +- civicrm/CRM/Core/PseudoConstant.php | 5 - .../plugins/modifier.nl2brIfNotHTML.php | 34 + civicrm/CRM/Core/xml/Menu/Admin.xml | 18 + civicrm/CRM/Custom/Form/Field.php | 9 +- civicrm/CRM/Dedupe/Merger.php | 9 +- civicrm/CRM/Event/BAO/Event.php | 9 +- civicrm/CRM/Event/BAO/Participant.php | 14 +- .../CRM/Event/BAO/ParticipantStatusType.php | 9 +- civicrm/CRM/Event/BAO/Query.php | 1 + civicrm/CRM/Event/Form/Task/AddToGroup.php | 2 +- .../CRM/Event/Import/Parser/Participant.php | 12 - civicrm/CRM/Event/Page/Tab.php | 2 +- civicrm/CRM/Export/BAO/Export.php | 50 - civicrm/CRM/Export/BAO/ExportProcessor.php | 12 +- civicrm/CRM/Export/Form/Select.php | 10 - civicrm/CRM/Financial/BAO/FinancialItem.php | 10 +- civicrm/CRM/Financial/BAO/FinancialTrxn.php | 4 +- civicrm/CRM/Financial/BAO/FinancialType.php | 10 +- .../CRM/Financial/BAO/PaymentProcessor.php | 10 +- .../Financial/BAO/PaymentProcessorType.php | 9 +- civicrm/CRM/Financial/Page/AJAX.php | 6 +- civicrm/CRM/Friend/BAO/Friend.php | 9 +- civicrm/CRM/Import/ImportProcessor.php | 2 +- civicrm/CRM/Import/Parser.php | 2 +- civicrm/CRM/Mailing/BAO/Mailing.php | 10 +- civicrm/CRM/Mailing/BAO/MailingComponent.php | 10 +- .../CRM/Mailing/BAO/MailingTrackableURL.php | 170 + civicrm/CRM/Mailing/BAO/TrackableURL.php | 169 +- .../CRM/Mailing/DAO/MailingTrackableURL.php | 238 + civicrm/CRM/Mailing/DAO/TrackableURL.php | 236 +- ...h.php => MailingEventTrackableURLOpen.php} | 8 +- .../Mailing/Event/BAO/TrackableURLOpen.php | 5 +- ...h.php => MailingEventTrackableURLOpen.php} | 36 +- .../Mailing/Event/DAO/TrackableURLOpen.php | 4 +- civicrm/CRM/Mailing/Page/Open.php | 2 +- civicrm/CRM/Mailing/Page/Url.php | 3 +- civicrm/CRM/Mailing/Selector/Browse.php | 8 +- civicrm/CRM/Mailing/Selector/Event.php | 6 +- civicrm/CRM/Member/BAO/MembershipStatus.php | 10 +- civicrm/CRM/Member/BAO/MembershipType.php | 9 +- civicrm/CRM/Member/Form/Membership.php | 2 +- civicrm/CRM/Member/Form/MembershipRenewal.php | 2 +- .../CRM/Member/Import/Parser/Membership.php | 2 +- .../WorkflowMessage/Membership/Membership.php | 182 + .../MembershipOfflineReceipt.php | 1 + .../MembershipOnlineReceipt.php | 1 + .../WorkflowMessage/MembershipTrait.php | 11 - civicrm/CRM/Pledge/BAO/Pledge.php | 10 +- civicrm/CRM/Pledge/BAO/PledgeBlock.php | 9 +- civicrm/CRM/Pledge/BAO/PledgePayment.php | 9 +- civicrm/CRM/Price/BAO/LineItem.php | 2 +- civicrm/CRM/Price/BAO/PriceField.php | 9 +- civicrm/CRM/Price/BAO/PriceFieldValue.php | 9 +- civicrm/CRM/Price/BAO/PriceSet.php | 79 +- civicrm/CRM/Price/DAO/PriceSet.php | 7 +- civicrm/CRM/Price/Page/Field.php | 6 +- civicrm/CRM/Report/BAO/ReportInstance.php | 9 +- civicrm/CRM/Report/Form.php | 34 +- civicrm/CRM/Report/Form/Activity.php | 5 +- civicrm/CRM/Report/Form/Contribute/Detail.php | 1 + .../CRM/Report/Form/Contribute/Summary.php | 1 + civicrm/CRM/Report/Form/Mailing/Clicks.php | 4 +- .../civicrm_msg_template.tpl | 16 - .../event_offline_receipt_html.tpl | 513 - .../event_offline_receipt_text.tpl | 292 - .../event_online_receipt_html.tpl | 514 - .../event_online_receipt_text.tpl | 302 - .../event_registration_receipt_html.tpl | 175 - .../event_registration_receipt_text.tpl | 80 - .../participant_cancelled_html.tpl | 129 - .../participant_cancelled_text.tpl | 47 - .../participant_confirm_html.tpl | 184 - .../participant_confirm_text.tpl | 81 - .../participant_expired_html.tpl | 132 - .../participant_expired_text.tpl | 51 - .../participant_transferred_html.tpl | 129 - .../participant_transferred_text.tpl | 45 - .../payment_or_refund_notification_html.tpl | 255 - .../payment_or_refund_notification_text.tpl | 104 - .../civicrm_msg_template.tpl | 16 - .../contribution_recurring_notify_html.tpl | 129 - .../contribution_recurring_notify_text.tpl | 54 - .../membership_online_receipt_html.tpl | 556 - .../membership_online_receipt_text.tpl | 241 - .../civicrm_msg_template.tpl | 16 - .../contribution_invoice_receipt_html.tpl | 458 - .../payment_or_refund_notification_html.tpl | 253 - .../payment_or_refund_notification_text.tpl | 102 - .../civicrm_msg_template.tpl | 16 - .../contribution_invoice_receipt_html.tpl | 458 - .../civicrm_msg_template.tpl | 16 - .../event_offline_receipt_html.tpl | 527 - .../event_offline_receipt_text.tpl | 304 - .../event_online_receipt_html.tpl | 526 - .../event_online_receipt_text.tpl | 311 - .../civicrm_msg_template.tpl | 16 - .../event_online_receipt_html.tpl | 528 - .../event_online_receipt_text.tpl | 314 - .../civicrm_msg_template.tpl | 16 - .../contribution_invoice_receipt_html.tpl | 433 - .../pcp_owner_notify_html.tpl | 27 - .../pcp_owner_notify_text.tpl | 20 - .../civicrm_msg_template.tpl | 56 - .../event_online_receipt_html.tpl | 526 - .../event_online_receipt_text.tpl | 311 - .../participant_confirm_html.tpl | 201 - .../participant_confirm_text.tpl | 93 - .../participant_transferred_html.tpl | 146 - .../participant_transferred_subject.tpl | 1 - .../participant_transferred_text.tpl | 57 - .../civicrm_msg_template.tpl | 16 - .../contribution_invoice_receipt_html.tpl | 437 - civicrm/CRM/Upgrade/Form.php | 2 +- civicrm/CRM/Upgrade/Incremental/Base.php | 4 +- civicrm/CRM/Upgrade/Incremental/General.php | 7 +- .../Incremental/php/FiveFortySeven.php | 8 +- .../Upgrade/Incremental/php/FiveSixtyTwo.php | 137 + .../CRM/Upgrade/Incremental/php/FourSeven.php | 1347 +-- .../Upgrade/Incremental/sql/4.7.0.mysql.tpl | 1 - .../Upgrade/Incremental/sql/4.7.1.mysql.tpl | 1 - .../Upgrade/Incremental/sql/4.7.10.mysql.tpl | 23 - .../Upgrade/Incremental/sql/4.7.11.mysql.tpl | 279 - .../Upgrade/Incremental/sql/4.7.12.mysql.tpl | 10 - .../Upgrade/Incremental/sql/4.7.13.mysql.tpl | 24 - .../Upgrade/Incremental/sql/4.7.14.mysql.tpl | 19 - .../Upgrade/Incremental/sql/4.7.15.mysql.tpl | 4 - .../Upgrade/Incremental/sql/4.7.16.mysql.tpl | 28 - .../Upgrade/Incremental/sql/4.7.17.mysql.tpl | 14 - .../Upgrade/Incremental/sql/4.7.18.mysql.tpl | 79 - .../Upgrade/Incremental/sql/4.7.19.mysql.tpl | 55 - .../Upgrade/Incremental/sql/4.7.2.mysql.tpl | 1 - .../Upgrade/Incremental/sql/4.7.20.mysql.tpl | 10 - .../Upgrade/Incremental/sql/4.7.21.mysql.tpl | 12 - .../Upgrade/Incremental/sql/4.7.22.mysql.tpl | 1 - .../Upgrade/Incremental/sql/4.7.23.mysql.tpl | 43 - .../Upgrade/Incremental/sql/4.7.24.mysql.tpl | 12 - .../Upgrade/Incremental/sql/4.7.25.mysql.tpl | 22 - .../Upgrade/Incremental/sql/4.7.26.mysql.tpl | 1 - .../Upgrade/Incremental/sql/4.7.27.mysql.tpl | 1 - .../Upgrade/Incremental/sql/4.7.28.mysql.tpl | 56 - .../Upgrade/Incremental/sql/4.7.29.mysql.tpl | 1 - .../Upgrade/Incremental/sql/4.7.3.mysql.tpl | 1 - .../Upgrade/Incremental/sql/4.7.30.mysql.tpl | 16 - .../Upgrade/Incremental/sql/4.7.31.mysql.tpl | 12 - .../Upgrade/Incremental/sql/4.7.4.mysql.tpl | 1 - .../Upgrade/Incremental/sql/4.7.5.mysql.tpl | 33 - .../Upgrade/Incremental/sql/4.7.6.mysql.tpl | 1 - .../Upgrade/Incremental/sql/4.7.7.mysql.tpl | 76 - .../Upgrade/Incremental/sql/4.7.8.mysql.tpl | 17 - .../Upgrade/Incremental/sql/4.7.9.mysql.tpl | 44 - .../Incremental/sql/4.7.alpha1.mysql.tpl | 187 - .../Incremental/sql/4.7.alpha2.mysql.tpl | 25 - .../Incremental/sql/4.7.alpha3.mysql.tpl | 6 - .../Incremental/sql/4.7.alpha4.mysql.tpl | 1 - .../Incremental/sql/4.7.alpha5.mysql.tpl | 1 - .../Incremental/sql/4.7.beta1.mysql.tpl | 49 - .../Incremental/sql/4.7.beta2.mysql.tpl | 23 - .../Incremental/sql/4.7.beta3.mysql.tpl | 8 - .../Incremental/sql/4.7.beta4.mysql.tpl | 8 - .../Incremental/sql/4.7.beta5.mysql.tpl | 1 - .../Incremental/sql/4.7.beta6.mysql.tpl | 18 - .../Incremental/sql/4.7.beta7.mysql.tpl | 7 - .../Incremental/sql/4.7.beta8.mysql.tpl | 12 - .../Incremental/sql/5.56.alpha1.mysql.tpl | 2 +- .../Incremental/sql/5.62.alpha1.mysql.tpl | 11 + civicrm/CRM/Utils/API/HTMLInputCoder.php | 2 + civicrm/CRM/Utils/Address.php | 2 - civicrm/CRM/Utils/Cache.php | 1 + civicrm/CRM/Utils/Cache/APCcache.php | 4 +- civicrm/CRM/Utils/Cache/APCucache.php | 135 + civicrm/CRM/Utils/Hook.php | 19 +- civicrm/CRM/Utils/Recent.php | 33 +- civicrm/CRM/Utils/Rule.php | 3 + civicrm/CRM/Utils/System.php | 4 +- civicrm/CRM/Utils/System/WordPress.php | 2 +- civicrm/CRM/Utils/VersionCheck.php | 3 +- .../Civi/API/Subscriber/ChainSubscriber.php | 4 +- civicrm/Civi/Api4/Action/Entity/Get.php | 14 +- .../Api4/Generic/BasicGetFieldsAction.php | 5 + .../Civi/Api4/Generic/DAOGetFieldsAction.php | 2 +- .../Api4/Generic/Traits/DAOActionTrait.php | 10 +- .../Api4/MailingEventTrackableURLOpen.php | 23 + civicrm/Civi/Api4/MailingTrackableURL.php | 22 + civicrm/Civi/Api4/Query/Api4SelectQuery.php | 7 +- civicrm/Civi/Api4/Query/SqlExpression.php | 2 +- civicrm/Civi/Api4/Query/SqlFunction.php | 56 +- .../Civi/Api4/Query/SqlFunctionDAYOFWEEK.php | 61 + .../Api4/Query/SqlFunctionDAYSTOANNIV.php | 60 + .../Civi/Api4/Query/SqlFunctionQUARTER.php | 46 + .../Spec/Provider/CustomValueSpecProvider.php | 19 +- .../Provider/FieldDomainIdSpecProvider.php | 2 +- .../Provider/MappingCreationSpecProvider.php | 42 - .../Civi/Api4/Service/Spec/SpecFormatter.php | 16 +- .../Civi/Api4/Service/Spec/SpecGatherer.php | 18 +- civicrm/Civi/Api4/UFMatch.php | 3 +- civicrm/Civi/Core/Event/PostEvent.php | 2 +- civicrm/Civi/Core/SettingsBag.php | 28 +- civicrm/Civi/Schema/Traits/GuiSpecTrait.php | 24 + .../Civi/Test/ExampleData/Contact/Barb.php | 17 - civicrm/ang/api4Explorer/Explorer.js | 13 +- civicrm/ang/crmUi.js | 36 +- civicrm/api/v3/Mailing.php | 6 +- civicrm/api/v3/MailingAB.php | 10 +- .../Activity/ReturnAssigneeContact.ex.php | 1 - .../examples/Contact/APIChainedArray.ex.php | 1 - .../Contact/APIChainedArrayFormats.ex.php | 1 - .../APIChainedArrayMultipleCustom.ex.php | 1 - ...ainedArrayValuesFromSiblingFunction.ex.php | 1 - .../examples/Contact/ChainTwoWebsites.ex.php | 1 - .../Contact/ChainTwoWebsitesSyntax2.ex.php | 1 - .../ContactIDOfLoggedInUserContactAPI.ex.php | 1 - civicrm/api/v3/examples/Contact/Create.ex.php | 1 - .../Contact/CreateParticipantPayment.ex.php | 1 - civicrm/api/v3/examples/Contact/Get.ex.php | 1 - .../examples/Contact/GetFieldsOptions.ex.php | 28 - .../examples/Contact/GetSingleContact.ex.php | 1 - .../Contact/GroupFilterUsingContactAPI.ex.php | 1 - .../Contact/NestedReplaceEmail.ex.php | 1 - .../api/v3/examples/Mailing/GetTokens.ex.php | 1 - civicrm/api/v3/examples/Profile/Submit.ex.php | 1 - civicrm/api/v3/utils.php | 2 +- civicrm/civicrm-version.php | 2 +- civicrm/composer.json | 9 +- civicrm/composer.lock | 24 +- .../ang/afGuiEditor/afGuiEditor.component.js | 2 +- .../afGuiEditor/elements/afGuiField-menu.html | 25 + .../elements/afGuiField.component.js | 17 + civicrm/ext/afform/admin/info.xml | 4 +- .../afform/core/ang/af/afField.component.js | 35 +- .../core/ang/af/fields/ChainSelect.html | 2 +- .../afform/core/ang/af/fields/CheckBox.html | 2 +- .../ext/afform/core/ang/af/fields/Date.html | 2 +- .../ext/afform/core/ang/af/fields/Number.html | 6 +- .../ext/afform/core/ang/af/fields/Radio.html | 2 +- .../core/ang/af/fields/RichTextEditor.html | 2 +- .../ext/afform/core/ang/af/fields/Select.html | 6 +- .../ext/afform/core/ang/af/fields/Text.html | 2 +- .../afform/core/ang/af/fields/TextArea.html | 2 +- civicrm/ext/afform/core/info.xml | 4 +- civicrm/ext/afform/html/info.xml | 4 +- civicrm/ext/afform/mock/info.xml | 4 +- civicrm/ext/authx/info.xml | 4 +- civicrm/ext/civicrm_admin_ui/info.xml | 4 +- civicrm/ext/civigrant/CRM/Grant/BAO/Grant.php | 34 +- civicrm/ext/civigrant/info.xml | 4 +- civicrm/ext/civiimport/info.xml | 4 +- civicrm/ext/ckeditor4/info.xml | 4 +- .../ext/contributioncancelactions/info.xml | 4 +- civicrm/ext/elavon/info.xml | 4 +- civicrm/ext/eventcart/info.xml | 4 +- civicrm/ext/ewaysingle/info.xml | 4 +- civicrm/ext/financialacls/info.xml | 4 +- civicrm/ext/flexmailer/info.xml | 4 +- .../src/ClickTracker/HtmlClickTracker.php | 2 +- .../src/ClickTracker/TextClickTracker.php | 2 +- .../src/Event/CheckSendableEvent.php | 4 +- .../ext/flexmailer/src/Listener/Abdicator.php | 2 +- .../Civi/FlexMailer/ClickTrackerTest.php | 8 +- civicrm/ext/greenwich/info.xml | 4 +- .../CRM/Contact/Form/Search/Action/Export.php | 77 + .../StateMachine/Search.php | 4 +- civicrm/ext/legacycustomsearches/info.xml | 4 +- civicrm/ext/message_admin/info.xml | 4 +- civicrm/ext/oauth-client/info.xml | 4 +- civicrm/ext/payflowpro/info.xml | 4 +- civicrm/ext/recaptcha/info.xml | 4 +- civicrm/ext/search_kit/Civi/Search/Admin.php | 4 +- .../search_kit/ang/crmSearchAdmin.module.js | 6 +- .../crmSearchAdmin.component.js | 2 +- .../crmSearchFunction.component.js | 4 + .../crmSearchInput/entityRef.html | 2 +- civicrm/ext/search_kit/info.xml | 4 +- civicrm/ext/sequentialcreditnotes/info.xml | 4 +- civicrm/extern/url.php | 3 +- civicrm/release-notes.md | 41 +- civicrm/release-notes/5.61.1.md | 39 - civicrm/release-notes/5.61.2.md | 38 - civicrm/release-notes/5.61.3.md | 38 - civicrm/release-notes/5.61.4.md | 41 - civicrm/release-notes/5.62.0.md | 553 + civicrm/settings/Core.setting.php | 20 +- civicrm/settings/Multisite.setting.php | 1 + civicrm/setup/src/Setup/DbUtil.php | 4 +- civicrm/sql/civicrm.mysql | 30 +- civicrm/sql/civicrm_data.mysql | 311 +- civicrm/sql/civicrm_generated.mysql | 9063 +++++++++-------- civicrm/sql/civicrm_sample.mysql | 10 +- .../templates/CRM/Activity/Form/Activity.tpl | 2 +- .../CRM/Activity/Form/ActivityView.tpl | 18 +- civicrm/templates/CRM/Admin/Page/Job.tpl | 6 +- .../templates/CRM/Campaign/Form/Petition.tpl | 2 +- .../CRM/Campaign/Form/Survey/Main.tpl | 2 +- .../Form/Activity/ChangeCaseStartDate.tpl | 6 +- .../templates/CRM/Case/Form/ActivityView.tpl | 3 +- .../Form/Inline/CommunicationPreferences.tpl | 12 - .../CRM/Contribute/Form/Contribution.tpl | 19 +- .../CRM/Contribute/Page/DashBoard.tpl | 11 +- civicrm/templates/CRM/Core/BillingBlock.tpl | 6 +- .../CRM/Custom/Form/Edit/CustomField.tpl | 36 +- civicrm/templates/CRM/Custom/Form/Field.tpl | 22 +- .../CRM/Event/Form/ParticipantView.tpl | 2 +- civicrm/templates/CRM/Form/body.tpl | 2 +- .../templates/CRM/Import/Form/DataSource.tpl | 2 +- civicrm/templates/CRM/Price/Page/Field.tpl | 6 +- civicrm/templates/CRM/Price/Page/Set.tpl | 4 +- civicrm/templates/CRM/Price/Page/table.tpl | 11 + .../CRM/Report/Form/Layout/Table.tpl | 4 +- civicrm/templates/CRM/common/SectionNav.tpl | 2 +- .../CRM/common/civicrm.settings.php.template | 5 - .../CRM/common/displaySearchCriteria.tpl | 2 +- civicrm/templates/CRM/common/success.tpl | 104 +- civicrm/vendor/autoload.php | 2 +- civicrm/vendor/composer/autoload_real.php | 14 +- civicrm/vendor/composer/autoload_static.php | 12 +- civicrm/vendor/composer/installed.json | 31 +- civicrm/vendor/composer/installed.php | 18 +- civicrm/vendor/league/csv/.php-cs-fixer.php | 62 + civicrm/vendor/league/csv/CHANGELOG.md | 307 +- civicrm/vendor/league/csv/PATCHES.txt | 23 - civicrm/vendor/league/csv/composer.json | 28 +- civicrm/vendor/league/csv/src/AbstractCsv.php | 125 +- .../league/csv/src/CharsetConverter.php | 23 +- .../league/csv/src/ColumnConsistency.php | 5 +- .../vendor/league/csv/src/EncloseField.php | 25 +- .../vendor/league/csv/src/EscapeFormula.php | 26 +- civicrm/vendor/league/csv/src/Exception.php | 4 +- .../vendor/league/csv/src/HTMLConverter.php | 19 +- civicrm/vendor/league/csv/src/Info.php | 103 + .../vendor/league/csv/src/InvalidArgument.php | 79 + civicrm/vendor/league/csv/src/MapIterator.php | 6 +- .../csv/src/Polyfill/EmptyEscapeParser.php | 12 +- .../vendor/league/csv/src/RFC4180Field.php | 16 +- civicrm/vendor/league/csv/src/Reader.php | 27 +- civicrm/vendor/league/csv/src/ResultSet.php | 53 +- civicrm/vendor/league/csv/src/Statement.php | 10 +- civicrm/vendor/league/csv/src/Stream.php | 69 +- civicrm/vendor/league/csv/src/SyntaxError.php | 43 + .../league/csv/src/TabularDataReader.php | 10 +- .../league/csv/src/UnableToProcessCsv.php | 20 + .../league/csv/src/UnavailableFeature.php | 21 + .../league/csv/src/UnavailableStream.php | 32 + civicrm/vendor/league/csv/src/Writer.php | 30 +- .../vendor/league/csv/src/XMLConverter.php | 69 +- civicrm/vendor/league/csv/src/functions.php | 78 +- civicrm/xml/schema/Campaign/Survey.xml | 2 +- civicrm/xml/schema/Contact/Contact.xml | 276 +- civicrm/xml/schema/Contact/Group.xml | 13 +- civicrm/xml/schema/Core/CustomField.xml | 3 + civicrm/xml/schema/Core/CustomGroup.xml | 6 + civicrm/xml/schema/Core/File.xml | 6 + civicrm/xml/schema/Core/Job.xml | 13 + civicrm/xml/schema/Core/Mapping.xml | 5 +- civicrm/xml/schema/Core/Setting.xml | 6 +- ...h.xml => MailingEventTrackableURLOpen.xml} | 12 +- civicrm/xml/schema/Mailing/Event/files.xml | 2 +- ...ackableURL.xml => MailingTrackableURL.xml} | 5 +- civicrm/xml/schema/Mailing/files.xml | 2 +- civicrm/xml/schema/Price/PriceSet.xml | 5 +- civicrm/xml/templates/civicrm_data.tpl | 9 +- civicrm/xml/templates/civicrm_sample.tpl | 10 +- .../contribution_online_receipt_text.tpl | 2 +- .../event_offline_receipt_text.tpl | 2 +- .../event_online_receipt_text.tpl | 2 +- .../membership_offline_receipt_html.tpl | 82 +- .../membership_offline_receipt_text.tpl | 60 +- .../membership_online_receipt_text.tpl | 2 +- civicrm/xml/version.xml | 2 +- 458 files changed, 9282 insertions(+), 20647 deletions(-) create mode 100644 civicrm/CRM/Core/Smarty/plugins/modifier.nl2brIfNotHTML.php create mode 100644 civicrm/CRM/Mailing/BAO/MailingTrackableURL.php create mode 100644 civicrm/CRM/Mailing/DAO/MailingTrackableURL.php rename civicrm/CRM/Mailing/Event/BAO/{MailingEventClickThrough.php => MailingEventTrackableURLOpen.php} (96%) rename civicrm/CRM/Mailing/Event/DAO/{MailingEventClickThrough.php => MailingEventTrackableURLOpen.php} (86%) create mode 100644 civicrm/CRM/Member/WorkflowMessage/Membership/Membership.php delete mode 100644 civicrm/CRM/Upgrade/4.7.11.msg_template/civicrm_msg_template.tpl delete mode 100644 civicrm/CRM/Upgrade/4.7.11.msg_template/message_templates/event_offline_receipt_html.tpl delete mode 100644 civicrm/CRM/Upgrade/4.7.11.msg_template/message_templates/event_offline_receipt_text.tpl delete mode 100644 civicrm/CRM/Upgrade/4.7.11.msg_template/message_templates/event_online_receipt_html.tpl delete mode 100644 civicrm/CRM/Upgrade/4.7.11.msg_template/message_templates/event_online_receipt_text.tpl delete mode 100644 civicrm/CRM/Upgrade/4.7.11.msg_template/message_templates/event_registration_receipt_html.tpl delete mode 100644 civicrm/CRM/Upgrade/4.7.11.msg_template/message_templates/event_registration_receipt_text.tpl delete mode 100644 civicrm/CRM/Upgrade/4.7.11.msg_template/message_templates/participant_cancelled_html.tpl delete mode 100644 civicrm/CRM/Upgrade/4.7.11.msg_template/message_templates/participant_cancelled_text.tpl delete mode 100644 civicrm/CRM/Upgrade/4.7.11.msg_template/message_templates/participant_confirm_html.tpl delete mode 100644 civicrm/CRM/Upgrade/4.7.11.msg_template/message_templates/participant_confirm_text.tpl delete mode 100644 civicrm/CRM/Upgrade/4.7.11.msg_template/message_templates/participant_expired_html.tpl delete mode 100644 civicrm/CRM/Upgrade/4.7.11.msg_template/message_templates/participant_expired_text.tpl delete mode 100644 civicrm/CRM/Upgrade/4.7.11.msg_template/message_templates/participant_transferred_html.tpl delete mode 100644 civicrm/CRM/Upgrade/4.7.11.msg_template/message_templates/participant_transferred_text.tpl delete mode 100644 civicrm/CRM/Upgrade/4.7.11.msg_template/message_templates/payment_or_refund_notification_html.tpl delete mode 100644 civicrm/CRM/Upgrade/4.7.11.msg_template/message_templates/payment_or_refund_notification_text.tpl delete mode 100644 civicrm/CRM/Upgrade/4.7.14.msg_template/civicrm_msg_template.tpl delete mode 100644 civicrm/CRM/Upgrade/4.7.14.msg_template/message_templates/contribution_recurring_notify_html.tpl delete mode 100644 civicrm/CRM/Upgrade/4.7.14.msg_template/message_templates/contribution_recurring_notify_text.tpl delete mode 100644 civicrm/CRM/Upgrade/4.7.14.msg_template/message_templates/membership_online_receipt_html.tpl delete mode 100644 civicrm/CRM/Upgrade/4.7.14.msg_template/message_templates/membership_online_receipt_text.tpl delete mode 100644 civicrm/CRM/Upgrade/4.7.19.msg_template/civicrm_msg_template.tpl delete mode 100644 civicrm/CRM/Upgrade/4.7.19.msg_template/message_templates/contribution_invoice_receipt_html.tpl delete mode 100644 civicrm/CRM/Upgrade/4.7.19.msg_template/message_templates/payment_or_refund_notification_html.tpl delete mode 100644 civicrm/CRM/Upgrade/4.7.19.msg_template/message_templates/payment_or_refund_notification_text.tpl delete mode 100644 civicrm/CRM/Upgrade/4.7.23.msg_template/civicrm_msg_template.tpl delete mode 100644 civicrm/CRM/Upgrade/4.7.23.msg_template/message_templates/contribution_invoice_receipt_html.tpl delete mode 100644 civicrm/CRM/Upgrade/4.7.4.msg_template/civicrm_msg_template.tpl delete mode 100644 civicrm/CRM/Upgrade/4.7.4.msg_template/message_templates/event_offline_receipt_html.tpl delete mode 100644 civicrm/CRM/Upgrade/4.7.4.msg_template/message_templates/event_offline_receipt_text.tpl delete mode 100644 civicrm/CRM/Upgrade/4.7.4.msg_template/message_templates/event_online_receipt_html.tpl delete mode 100644 civicrm/CRM/Upgrade/4.7.4.msg_template/message_templates/event_online_receipt_text.tpl delete mode 100644 civicrm/CRM/Upgrade/4.7.5.msg_template/civicrm_msg_template.tpl delete mode 100644 civicrm/CRM/Upgrade/4.7.5.msg_template/message_templates/event_online_receipt_html.tpl delete mode 100644 civicrm/CRM/Upgrade/4.7.5.msg_template/message_templates/event_online_receipt_text.tpl delete mode 100644 civicrm/CRM/Upgrade/4.7.alpha1.msg_template/civicrm_msg_template.tpl delete mode 100644 civicrm/CRM/Upgrade/4.7.alpha1.msg_template/message_templates/contribution_invoice_receipt_html.tpl delete mode 100644 civicrm/CRM/Upgrade/4.7.alpha1.msg_template/message_templates/pcp_owner_notify_html.tpl delete mode 100644 civicrm/CRM/Upgrade/4.7.alpha1.msg_template/message_templates/pcp_owner_notify_text.tpl delete mode 100644 civicrm/CRM/Upgrade/4.7.beta1.msg_template/civicrm_msg_template.tpl delete mode 100644 civicrm/CRM/Upgrade/4.7.beta1.msg_template/message_templates/event_online_receipt_html.tpl delete mode 100644 civicrm/CRM/Upgrade/4.7.beta1.msg_template/message_templates/event_online_receipt_text.tpl delete mode 100644 civicrm/CRM/Upgrade/4.7.beta1.msg_template/message_templates/participant_confirm_html.tpl delete mode 100644 civicrm/CRM/Upgrade/4.7.beta1.msg_template/message_templates/participant_confirm_text.tpl delete mode 100644 civicrm/CRM/Upgrade/4.7.beta1.msg_template/message_templates/participant_transferred_html.tpl delete mode 100644 civicrm/CRM/Upgrade/4.7.beta1.msg_template/message_templates/participant_transferred_subject.tpl delete mode 100644 civicrm/CRM/Upgrade/4.7.beta1.msg_template/message_templates/participant_transferred_text.tpl delete mode 100644 civicrm/CRM/Upgrade/4.7.beta8.msg_template/civicrm_msg_template.tpl delete mode 100644 civicrm/CRM/Upgrade/4.7.beta8.msg_template/message_templates/contribution_invoice_receipt_html.tpl create mode 100644 civicrm/CRM/Upgrade/Incremental/php/FiveSixtyTwo.php delete mode 100644 civicrm/CRM/Upgrade/Incremental/sql/4.7.0.mysql.tpl delete mode 100644 civicrm/CRM/Upgrade/Incremental/sql/4.7.1.mysql.tpl delete mode 100644 civicrm/CRM/Upgrade/Incremental/sql/4.7.10.mysql.tpl delete mode 100644 civicrm/CRM/Upgrade/Incremental/sql/4.7.11.mysql.tpl delete mode 100644 civicrm/CRM/Upgrade/Incremental/sql/4.7.12.mysql.tpl delete mode 100644 civicrm/CRM/Upgrade/Incremental/sql/4.7.13.mysql.tpl delete mode 100644 civicrm/CRM/Upgrade/Incremental/sql/4.7.14.mysql.tpl delete mode 100644 civicrm/CRM/Upgrade/Incremental/sql/4.7.15.mysql.tpl delete mode 100644 civicrm/CRM/Upgrade/Incremental/sql/4.7.16.mysql.tpl delete mode 100644 civicrm/CRM/Upgrade/Incremental/sql/4.7.17.mysql.tpl delete mode 100644 civicrm/CRM/Upgrade/Incremental/sql/4.7.18.mysql.tpl delete mode 100644 civicrm/CRM/Upgrade/Incremental/sql/4.7.19.mysql.tpl delete mode 100644 civicrm/CRM/Upgrade/Incremental/sql/4.7.2.mysql.tpl delete mode 100644 civicrm/CRM/Upgrade/Incremental/sql/4.7.20.mysql.tpl delete mode 100644 civicrm/CRM/Upgrade/Incremental/sql/4.7.21.mysql.tpl delete mode 100644 civicrm/CRM/Upgrade/Incremental/sql/4.7.22.mysql.tpl delete mode 100644 civicrm/CRM/Upgrade/Incremental/sql/4.7.23.mysql.tpl delete mode 100644 civicrm/CRM/Upgrade/Incremental/sql/4.7.24.mysql.tpl delete mode 100644 civicrm/CRM/Upgrade/Incremental/sql/4.7.25.mysql.tpl delete mode 100644 civicrm/CRM/Upgrade/Incremental/sql/4.7.26.mysql.tpl delete mode 100644 civicrm/CRM/Upgrade/Incremental/sql/4.7.27.mysql.tpl delete mode 100644 civicrm/CRM/Upgrade/Incremental/sql/4.7.28.mysql.tpl delete mode 100644 civicrm/CRM/Upgrade/Incremental/sql/4.7.29.mysql.tpl delete mode 100644 civicrm/CRM/Upgrade/Incremental/sql/4.7.3.mysql.tpl delete mode 100644 civicrm/CRM/Upgrade/Incremental/sql/4.7.30.mysql.tpl delete mode 100644 civicrm/CRM/Upgrade/Incremental/sql/4.7.31.mysql.tpl delete mode 100644 civicrm/CRM/Upgrade/Incremental/sql/4.7.4.mysql.tpl delete mode 100644 civicrm/CRM/Upgrade/Incremental/sql/4.7.5.mysql.tpl delete mode 100644 civicrm/CRM/Upgrade/Incremental/sql/4.7.6.mysql.tpl delete mode 100644 civicrm/CRM/Upgrade/Incremental/sql/4.7.7.mysql.tpl delete mode 100644 civicrm/CRM/Upgrade/Incremental/sql/4.7.8.mysql.tpl delete mode 100644 civicrm/CRM/Upgrade/Incremental/sql/4.7.9.mysql.tpl delete mode 100644 civicrm/CRM/Upgrade/Incremental/sql/4.7.alpha1.mysql.tpl delete mode 100644 civicrm/CRM/Upgrade/Incremental/sql/4.7.alpha2.mysql.tpl delete mode 100644 civicrm/CRM/Upgrade/Incremental/sql/4.7.alpha3.mysql.tpl delete mode 100644 civicrm/CRM/Upgrade/Incremental/sql/4.7.alpha4.mysql.tpl delete mode 100644 civicrm/CRM/Upgrade/Incremental/sql/4.7.alpha5.mysql.tpl delete mode 100644 civicrm/CRM/Upgrade/Incremental/sql/4.7.beta1.mysql.tpl delete mode 100644 civicrm/CRM/Upgrade/Incremental/sql/4.7.beta2.mysql.tpl delete mode 100644 civicrm/CRM/Upgrade/Incremental/sql/4.7.beta3.mysql.tpl delete mode 100644 civicrm/CRM/Upgrade/Incremental/sql/4.7.beta4.mysql.tpl delete mode 100644 civicrm/CRM/Upgrade/Incremental/sql/4.7.beta5.mysql.tpl delete mode 100644 civicrm/CRM/Upgrade/Incremental/sql/4.7.beta6.mysql.tpl delete mode 100644 civicrm/CRM/Upgrade/Incremental/sql/4.7.beta7.mysql.tpl delete mode 100644 civicrm/CRM/Upgrade/Incremental/sql/4.7.beta8.mysql.tpl create mode 100644 civicrm/CRM/Upgrade/Incremental/sql/5.62.alpha1.mysql.tpl create mode 100644 civicrm/CRM/Utils/Cache/APCucache.php create mode 100644 civicrm/Civi/Api4/MailingEventTrackableURLOpen.php create mode 100644 civicrm/Civi/Api4/MailingTrackableURL.php create mode 100644 civicrm/Civi/Api4/Query/SqlFunctionDAYOFWEEK.php create mode 100644 civicrm/Civi/Api4/Query/SqlFunctionDAYSTOANNIV.php create mode 100644 civicrm/Civi/Api4/Query/SqlFunctionQUARTER.php delete mode 100644 civicrm/Civi/Api4/Service/Spec/Provider/MappingCreationSpecProvider.php create mode 100644 civicrm/ext/legacycustomsearches/CRM/Contact/Form/Search/Action/Export.php delete mode 100644 civicrm/release-notes/5.61.1.md delete mode 100644 civicrm/release-notes/5.61.2.md delete mode 100644 civicrm/release-notes/5.61.3.md delete mode 100644 civicrm/release-notes/5.61.4.md create mode 100644 civicrm/release-notes/5.62.0.md create mode 100644 civicrm/vendor/league/csv/.php-cs-fixer.php delete mode 100644 civicrm/vendor/league/csv/PATCHES.txt create mode 100644 civicrm/vendor/league/csv/src/Info.php create mode 100644 civicrm/vendor/league/csv/src/UnableToProcessCsv.php create mode 100644 civicrm/vendor/league/csv/src/UnavailableStream.php rename civicrm/xml/schema/Mailing/Event/{MailingEventClickThrough.xml => MailingEventTrackableURLOpen.xml} (83%) rename civicrm/xml/schema/Mailing/{TrackableURL.xml => MailingTrackableURL.xml} (88%) diff --git a/civicrm.php b/civicrm.php index 321b0aef48..53c39ccb55 100644 --- a/civicrm.php +++ b/civicrm.php @@ -2,7 +2,7 @@ /** * Plugin Name: CiviCRM * Description: CiviCRM - Growing and Sustaining Relationships - * Version: 5.61.4 + * Version: 5.62.0 * Requires at least: 4.9 * Requires PHP: 7.3 * Author: CiviCRM LLC @@ -36,7 +36,7 @@ if (!defined('ABSPATH')) { } // Set version here: changing it forces Javascript and CSS to reload. -define('CIVICRM_PLUGIN_VERSION', '5.61.4'); +define('CIVICRM_PLUGIN_VERSION', '5.62.0'); // Store reference to this file. if (!defined('CIVICRM_PLUGIN_FILE')) { diff --git a/civicrm/CRM/ACL/BAO/ACL.php b/civicrm/CRM/ACL/BAO/ACL.php index 2e78ea666f..6668ff4e33 100644 --- a/civicrm/CRM/ACL/BAO/ACL.php +++ b/civicrm/CRM/ACL/BAO/ACL.php @@ -156,19 +156,13 @@ SELECT acl.* } /** - * Retrieve DB object and copy to defaults array. - * + * @deprecated * @param array $params - * Array of criteria values. * @param array $defaults - * Array to be populated with found values. - * * @return self|null - * The DAO object, if found. - * - * @deprecated */ public static function retrieve($params, &$defaults) { + CRM_Core_Error::deprecatedFunctionWarning('API'); return self::commonRetrieve(self::class, $params, $defaults); } diff --git a/civicrm/CRM/ACL/BAO/ACLEntityRole.php b/civicrm/CRM/ACL/BAO/ACLEntityRole.php index 26ae773ad1..65be324ce7 100644 --- a/civicrm/CRM/ACL/BAO/ACLEntityRole.php +++ b/civicrm/CRM/ACL/BAO/ACLEntityRole.php @@ -44,19 +44,13 @@ class CRM_ACL_BAO_ACLEntityRole extends CRM_ACL_DAO_ACLEntityRole { } /** - * Retrieve DB object and copy to defaults array. - * + * @deprecated * @param array $params - * Array of criteria values. * @param array $defaults - * Array to be populated with found values. - * * @return self|null - * The DAO object, if found. - * - * @deprecated */ public static function retrieve($params, &$defaults) { + CRM_Core_Error::deprecatedFunctionWarning('API'); return self::commonRetrieve(self::class, $params, $defaults); } diff --git a/civicrm/CRM/Activity/BAO/Activity.php b/civicrm/CRM/Activity/BAO/Activity.php index 69442988d8..13d59afe00 100644 --- a/civicrm/CRM/Activity/BAO/Activity.php +++ b/civicrm/CRM/Activity/BAO/Activity.php @@ -255,11 +255,10 @@ class CRM_Activity_BAO_Activity extends CRM_Activity_DAO_Activity { * @param array $params * Associated array of the submitted values. * + * @return CRM_Activity_DAO_Activity * @throws CRM_Core_Exception - * - * @return CRM_Activity_BAO_Activity|null|object */ - public static function create(&$params) { + public static function create(array &$params) { // CRM-20958 - These fields are managed by MySQL triggers. Watch out for clients resaving stale timestamps. unset($params['created_date']); unset($params['modified_date']); @@ -317,14 +316,8 @@ class CRM_Activity_BAO_Activity extends CRM_Activity_DAO_Activity { // start transaction $transaction = new CRM_Core_Transaction(); - $result = $activity->save(); - if (is_a($result, 'CRM_Core_Error')) { - $transaction->rollback(); - return $result; - } - $activityId = $activity->id; $activityRecordTypes = [ 'source_contact_id' => CRM_Core_PseudoConstant::getKey('CRM_Activity_BAO_ActivityContact', 'record_type_id', 'Activity Source'), diff --git a/civicrm/CRM/Activity/Controller/Search.php b/civicrm/CRM/Activity/Controller/Search.php index e4938d0187..6e58265b07 100644 --- a/civicrm/CRM/Activity/Controller/Search.php +++ b/civicrm/CRM/Activity/Controller/Search.php @@ -28,6 +28,9 @@ */ class CRM_Activity_Controller_Search extends CRM_Core_Controller { + /** + * @var string + */ protected $entity = 'Activity'; /** diff --git a/civicrm/CRM/Activity/Form/Activity.php b/civicrm/CRM/Activity/Form/Activity.php index 849264a177..001ea75742 100644 --- a/civicrm/CRM/Activity/Form/Activity.php +++ b/civicrm/CRM/Activity/Form/Activity.php @@ -373,7 +373,7 @@ class CRM_Activity_Form_Activity extends CRM_Contact_Form_Task { $activityTypeDescription = NULL; if ($this->_activityTypeId) { - list($this->_activityTypeName, $activityTypeDescription) = CRM_Core_BAO_OptionValue::getActivityTypeDetails($this->_activityTypeId); + [$this->_activityTypeName, $activityTypeDescription] = CRM_Core_BAO_OptionValue::getActivityTypeDetails($this->_activityTypeId); } // Set activity type name and description to template. diff --git a/civicrm/CRM/Activity/Form/ActivityLinks.php b/civicrm/CRM/Activity/Form/ActivityLinks.php index 6f2f61aa3a..238758614a 100644 --- a/civicrm/CRM/Activity/Form/ActivityLinks.php +++ b/civicrm/CRM/Activity/Form/ActivityLinks.php @@ -44,11 +44,11 @@ class CRM_Activity_Form_ActivityLinks extends CRM_Core_Form { foreach ($allTypes as $act) { $url = 'civicrm/activity/add'; - if ($act['name'] == 'Email') { + if ($act['name'] === 'Email') { if (!CRM_Utils_Mail::validOutBoundMail() || !$contactId) { continue; } - list($name, $email, $doNotEmail, $onHold, $isDeceased) = CRM_Contact_BAO_Contact::getContactDetails($contactId); + [, $email, $doNotEmail, , $isDeceased] = CRM_Contact_BAO_Contact::getContactDetails($contactId); if (!$doNotEmail && $email && !$isDeceased) { $url = 'civicrm/activity/email/add'; $act['label'] = ts('Send an Email'); @@ -57,7 +57,7 @@ class CRM_Activity_Form_ActivityLinks extends CRM_Core_Form { continue; } } - elseif ($act['name'] == 'SMS') { + elseif ($act['name'] === 'SMS') { if (!$contactId || !CRM_SMS_BAO_Provider::activeProviderCount() || !CRM_Core_Permission::check('send SMS')) { continue; } diff --git a/civicrm/CRM/Activity/Form/ActivityView.php b/civicrm/CRM/Activity/Form/ActivityView.php index 310840b366..31223e18f9 100644 --- a/civicrm/CRM/Activity/Form/ActivityView.php +++ b/civicrm/CRM/Activity/Form/ActivityView.php @@ -60,7 +60,7 @@ class CRM_Activity_Form_ActivityView extends CRM_Core_Form { CRM_Activity_BAO_Activity::retrieve($params, $defaults); // Send activity type description to template. - list(, $activityTypeDescription) = CRM_Core_BAO_OptionValue::getActivityTypeDetails($defaults['activity_type_id']); + [, $activityTypeDescription] = CRM_Core_BAO_OptionValue::getActivityTypeDetails($defaults['activity_type_id']); $this->assign('activityTypeDescription', $activityTypeDescription); if (!empty($defaults['mailingId'])) { @@ -73,7 +73,7 @@ class CRM_Activity_Form_ActivityView extends CRM_Core_Form { $this->_mailing_id, NULL, FALSE, NULL, NULL, NULL, $cid); $this->assign('openreport', $full_open_report); - $click_thru_report = CRM_Mailing_Event_BAO_MailingEventClickThrough::getRows($this->_mailing_id, NULL, FALSE, NULL, NULL, NULL, NULL, $cid); + $click_thru_report = CRM_Mailing_Event_BAO_MailingEventTrackableURLOpen::getRows($this->_mailing_id, NULL, FALSE, NULL, NULL, NULL, NULL, $cid); $this->assign('clickreport', $click_thru_report); } diff --git a/civicrm/CRM/Activity/Form/Task/AddToTag.php b/civicrm/CRM/Activity/Form/Task/AddToTag.php index d3fa1d0e10..aeb1683877 100644 --- a/civicrm/CRM/Activity/Form/Task/AddToTag.php +++ b/civicrm/CRM/Activity/Form/Task/AddToTag.php @@ -123,7 +123,7 @@ class CRM_Activity_Form_Task_AddToTag extends CRM_Activity_Form_Task { foreach ($allTags as $key => $dnc) { $this->_name[] = $this->_tags[$key]; - list($total, $added, $notAdded) = CRM_Core_BAO_EntityTag::addEntitiesToTag($this->_activityHolderIds, $key, + [, $added, $notAdded] = CRM_Core_BAO_EntityTag::addEntitiesToTag($this->_activityHolderIds, $key, 'civicrm_activity', FALSE); $status = [ts('Activity tagged', ['count' => $added, 'plural' => '%count activities tagged'])]; @@ -134,7 +134,7 @@ class CRM_Activity_Form_Task_AddToTag extends CRM_Activity_Form_Task { ]); } $status = '<ul><li>' . implode('</li><li>', $status) . '</li></ul>'; - CRM_Core_Session::setStatus($status, ts("Added Tag <em>%1</em>", [1 => $this->_tags[$key]]), 'success', ['expires' => 0]); + CRM_Core_Session::setStatus($status, ts("Added Tag <em>%1</em>", [1 => $this->_tags[$key]]), 'success'); } } diff --git a/civicrm/CRM/Activity/Form/Task/RemoveFromTag.php b/civicrm/CRM/Activity/Form/Task/RemoveFromTag.php index db26fa0a20..12a51c4bb1 100644 --- a/civicrm/CRM/Activity/Form/Task/RemoveFromTag.php +++ b/civicrm/CRM/Activity/Form/Task/RemoveFromTag.php @@ -95,7 +95,7 @@ class CRM_Activity_Form_Task_RemoveFromTag extends CRM_Activity_Form_Task { $tagList[$val] = 1; } else { - list($label, $tagID) = explode(',', $val); + [, $tagID] = explode(',', $val); $tagList[$tagID] = 1; } } @@ -113,7 +113,7 @@ class CRM_Activity_Form_Task_RemoveFromTag extends CRM_Activity_Form_Task { foreach ($allTags as $key => $dnc) { $this->_name[] = $this->_tags[$key]; - list($total, $removed, $notRemoved) = CRM_Core_BAO_EntityTag::removeEntitiesFromTag($this->_activityHolderIds, + [, $removed, $notRemoved] = CRM_Core_BAO_EntityTag::removeEntitiesFromTag($this->_activityHolderIds, $key, 'civicrm_activity', FALSE); $status = [ @@ -129,7 +129,7 @@ class CRM_Activity_Form_Task_RemoveFromTag extends CRM_Activity_Form_Task { ]); } $status = '<ul><li>' . implode('</li><li>', $status) . '</li></ul>'; - CRM_Core_Session::setStatus($status, ts("Removed Tag <em>%1</em>", [1 => $this->_tags[$key]]), 'success', ['expires' => 0]); + CRM_Core_Session::setStatus($status, ts("Removed Tag <em>%1</em>", [1 => $this->_tags[$key]]), 'success'); } } diff --git a/civicrm/CRM/Activity/Page/AJAX.php b/civicrm/CRM/Activity/Page/AJAX.php index fb615d8663..e06065e002 100644 --- a/civicrm/CRM/Activity/Page/AJAX.php +++ b/civicrm/CRM/Activity/Page/AJAX.php @@ -317,8 +317,7 @@ class CRM_Activity_Page_AJAX { $mainActivity->activity_date_time = $actDateTime; // Make sure this is current revision. $mainActivity->is_current_revision = TRUE; - $mainActivity->original_id = $otherActivity->id; - $otherActivity->is_current_revision = FALSE; + $mainActivity->original_id = $mainActivity->parent_id = NULL; $mainActivity->save(); $mainActivityId = $mainActivity->id; diff --git a/civicrm/CRM/Activity/Selector/Search.php b/civicrm/CRM/Activity/Selector/Search.php index 3e73fc2855..8a04275428 100644 --- a/civicrm/CRM/Activity/Selector/Search.php +++ b/civicrm/CRM/Activity/Selector/Search.php @@ -261,7 +261,7 @@ class CRM_Activity_Selector_Search extends CRM_Core_Selector_Base implements CRM $row['target_contact_name'] = CRM_Activity_BAO_ActivityContact::getNames($row['activity_id'], $targetID); $row['assignee_contact_name'] = CRM_Activity_BAO_ActivityContact::getNames($row['activity_id'], $assigneeID); - list($row['source_contact_name'], $row['source_contact_id']) = CRM_Activity_BAO_ActivityContact::getNames($row['activity_id'], $sourceID, TRUE); + [$row['source_contact_name'], $row['source_contact_id']] = CRM_Activity_BAO_ActivityContact::getNames($row['activity_id'], $sourceID, TRUE); $row['source_contact_name'] = implode(',', array_values($row['source_contact_name'])); $row['source_contact_id'] = implode(',', $row['source_contact_id']); diff --git a/civicrm/CRM/Activity/StateMachine/Search.php b/civicrm/CRM/Activity/StateMachine/Search.php index 28a3c8815b..6e08eb9861 100644 --- a/civicrm/CRM/Activity/StateMachine/Search.php +++ b/civicrm/CRM/Activity/StateMachine/Search.php @@ -35,7 +35,7 @@ class CRM_Activity_StateMachine_Search extends CRM_Core_StateMachine { $this->_pages = []; $this->_pages['CRM_Activity_Form_Search'] = NULL; - list($task) = $this->taskName($controller, 'Search'); + [$task] = $this->taskName($controller, 'Search'); $this->_task = $task; foreach ($task as $t) { $this->_pages[$t] = NULL; diff --git a/civicrm/CRM/Activity/Task.php b/civicrm/CRM/Activity/Task.php index c362893d57..ba30cbe8ce 100644 --- a/civicrm/CRM/Activity/Task.php +++ b/civicrm/CRM/Activity/Task.php @@ -19,6 +19,9 @@ */ class CRM_Activity_Task extends CRM_Core_Task { + /** + * @var string + */ public static $objectType = 'activity'; /** diff --git a/civicrm/CRM/Admin/Form/ContactType.php b/civicrm/CRM/Admin/Form/ContactType.php index 77b92cb89a..05ed078408 100644 --- a/civicrm/CRM/Admin/Form/ContactType.php +++ b/civicrm/CRM/Admin/Form/ContactType.php @@ -142,7 +142,7 @@ class CRM_Admin_Form_ContactType extends CRM_Admin_Form { $params['image_URL'] = ''; } - $contactType = CRM_Contact_BAO_ContactType::add($params); + $contactType = CRM_Contact_BAO_ContactType::writeRecord($params); CRM_Core_Session::setStatus(ts("The Contact Type '%1' has been saved.", [1 => $contactType->label] ), ts('Saved'), 'success'); diff --git a/civicrm/CRM/Admin/Form/Job.php b/civicrm/CRM/Admin/Form/Job.php index d156f3a33d..e99f96f734 100644 --- a/civicrm/CRM/Admin/Form/Job.php +++ b/civicrm/CRM/Admin/Form/Job.php @@ -34,13 +34,13 @@ class CRM_Admin_Form_Job extends CRM_Admin_Form { $this->setTitle(ts('Manage - Scheduled Jobs')); if ($this->_id) { - $refreshURL = CRM_Utils_System::url('civicrm/admin/job', + $refreshURL = CRM_Utils_System::url('civicrm/admin/job/edit', "reset=1&action=update&id={$this->_id}", FALSE, NULL, FALSE ); } else { - $refreshURL = CRM_Utils_System::url('civicrm/admin/job', + $refreshURL = CRM_Utils_System::url('civicrm/admin/job/add', "reset=1&action=add", FALSE, NULL, FALSE ); @@ -49,6 +49,13 @@ class CRM_Admin_Form_Job extends CRM_Admin_Form { $this->assign('refreshURL', $refreshURL); } + /** + * Explicitly declare the entity api name. + */ + public function getDefaultEntity() { + return 'Job'; + } + /** * Build the form object. * @@ -233,7 +240,7 @@ class CRM_Admin_Form_Job extends CRM_Admin_Form { if ($ts > time()) { $dao->scheduled_run_date = CRM_Utils_Date::currentDBDate($ts); // warn about monthly/quarterly scheduling, if applicable - if (($dao->run_frequency == 'Monthly') || ($dao->run_frequency == 'Quarter')) { + if (($dao->run_frequency === 'Monthly') || ($dao->run_frequency === 'Quarter')) { $info = getdate($ts); if ($info['mday'] > 28) { CRM_Core_Session::setStatus( diff --git a/civicrm/CRM/Admin/Form/Mapping.php b/civicrm/CRM/Admin/Form/Mapping.php index bf72f47c1d..3eaf5acce8 100644 --- a/civicrm/CRM/Admin/Form/Mapping.php +++ b/civicrm/CRM/Admin/Form/Mapping.php @@ -92,7 +92,7 @@ class CRM_Admin_Form_Mapping extends CRM_Admin_Form { $params['id'] = $this->_id; } - CRM_Core_BAO_Mapping::add($params); + CRM_Core_BAO_Mapping::writeRecord($params); } } diff --git a/civicrm/CRM/Admin/Form/PaymentProcessor.php b/civicrm/CRM/Admin/Form/PaymentProcessor.php index d247be0030..9cf1fe6394 100644 --- a/civicrm/CRM/Admin/Form/PaymentProcessor.php +++ b/civicrm/CRM/Admin/Form/PaymentProcessor.php @@ -469,10 +469,10 @@ class CRM_Admin_Form_PaymentProcessor extends CRM_Admin_Form { $this->set('pp', $this->_paymentProcessorType); } else { - $paymentProcessorTypes = CRM_Core_PseudoConstant::get('CRM_Financial_DAO_PaymentProcessor', 'payment_processor_type_id', array( + $paymentProcessorTypes = CRM_Core_PseudoConstant::get('CRM_Financial_DAO_PaymentProcessor', 'payment_processor_type_id', [ 'labelColumn' => 'name', 'flip' => 1, - )); + ]); $this->_paymentProcessorType = CRM_Utils_Request::retrieve('pp', 'String', $this, FALSE, $paymentProcessorTypes['PayPal']); } } diff --git a/civicrm/CRM/Admin/Form/Setting/Miscellaneous.php b/civicrm/CRM/Admin/Form/Setting/Miscellaneous.php index 722fef9cda..51ddc220e6 100644 --- a/civicrm/CRM/Admin/Form/Setting/Miscellaneous.php +++ b/civicrm/CRM/Admin/Form/Setting/Miscellaneous.php @@ -42,6 +42,7 @@ class CRM_Admin_Form_Setting_Miscellaneous extends CRM_Admin_Form_Setting { 'remote_profile_submissions' => CRM_Core_BAO_Setting::SYSTEM_PREFERENCES_NAME, 'allow_alert_autodismissal' => CRM_Core_BAO_Setting::SYSTEM_PREFERENCES_NAME, 'prevNextBackend' => CRM_Core_BAO_Setting::SEARCH_PREFERENCES_NAME, + 'import_batch_size' => CRM_Core_BAO_Setting::SEARCH_PREFERENCES_NAME, ]; /** @@ -62,6 +63,7 @@ class CRM_Admin_Form_Setting_Miscellaneous extends CRM_Admin_Form_Setting { 'recentItemsProviders', 'dedupe_default_limit', 'prevNextBackend', + 'import_batch_size', ]); } diff --git a/civicrm/CRM/Admin/Form/Setting/Smtp.php b/civicrm/CRM/Admin/Form/Setting/Smtp.php index b8eeea9d9f..16afa30d36 100644 --- a/civicrm/CRM/Admin/Form/Setting/Smtp.php +++ b/civicrm/CRM/Admin/Form/Setting/Smtp.php @@ -70,7 +70,7 @@ class CRM_Admin_Form_Setting_Smtp extends CRM_Admin_Form_Setting { $this->getElement('buttons')->setElements($buttons); if (!empty($setStatus)) { - CRM_Core_Session::setStatus(ts("Some fields are loaded as 'readonly' as they have been set (overridden) in civicrm.settings.php."), '', 'info', array('expires' => 0)); + CRM_Core_Session::setStatus(ts("Some fields are loaded as 'readonly' as they have been set (overridden) in civicrm.settings.php."), '', 'info', ['expires' => 0]); } } @@ -101,13 +101,13 @@ class CRM_Admin_Form_Setting_Smtp extends CRM_Admin_Form_Setting { else { $session = CRM_Core_Session::singleton(); $userID = $session->get('userID'); - list($toDisplayName, $toEmail) = CRM_Contact_BAO_Contact::getContactDetails($userID); + [$toDisplayName, $toEmail] = CRM_Contact_BAO_Contact::getContactDetails($userID); //get the default domain email address.CRM-4250 - list($domainEmailName, $domainEmailAddress) = CRM_Core_BAO_Domain::getNameAndEmail(); + [$domainEmailName, $domainEmailAddress] = CRM_Core_BAO_Domain::getNameAndEmail(); - if (!$domainEmailAddress || $domainEmailAddress == 'info@EXAMPLE.ORG') { - $fixUrl = CRM_Utils_System::url("civicrm/admin/options/from_email_address", 'action=update&reset=1'); + if (!$domainEmailAddress || $domainEmailAddress === 'info@EXAMPLE.ORG') { + $fixUrl = CRM_Utils_System::url('civicrm/admin/options/from_email_address', 'action=update&reset=1'); CRM_Core_Error::statusBounce(ts('The site administrator needs to enter a valid \'FROM Email Address\' in <a href="%1">Administer CiviCRM » System Settings » Option Groups » From Email Address</a>. The email address used may need to be a valid mail account with your email service provider.', [1 => $fixUrl])); } if (!$toEmail) { diff --git a/civicrm/CRM/Admin/Page/Admin.php b/civicrm/CRM/Admin/Page/Admin.php index c110c237ab..95b72efd83 100644 --- a/civicrm/CRM/Admin/Page/Admin.php +++ b/civicrm/CRM/Admin/Page/Admin.php @@ -36,10 +36,7 @@ class CRM_Admin_Page_Admin extends CRM_Core_Page { 'System Settings' => ts('System Settings'), ]; - $config = CRM_Core_Config::singleton(); - - foreach ($config->enableComponents as $component) { - $comp = CRM_Core_Component::get($component); + foreach (CRM_Core_Component::getEnabledComponents() as $comp) { $groups[$comp->info['name']] = $comp->info['translatedName']; } diff --git a/civicrm/CRM/Admin/Page/Job.php b/civicrm/CRM/Admin/Page/Job.php index 4808d676e2..80ba5524ab 100644 --- a/civicrm/CRM/Admin/Page/Job.php +++ b/civicrm/CRM/Admin/Page/Job.php @@ -25,7 +25,7 @@ class CRM_Admin_Page_Job extends CRM_Core_Page_Basic { * * @var array */ - public static $_links = NULL; + public static $_links; /** * Get BAO Name. @@ -45,48 +45,48 @@ class CRM_Admin_Page_Job extends CRM_Core_Page_Basic { */ public function &links() { if (!(self::$_links)) { - self::$_links = array( - CRM_Core_Action::FOLLOWUP => array( + self::$_links = [ + CRM_Core_Action::FOLLOWUP => [ 'name' => ts('View Job Log'), 'url' => 'civicrm/admin/joblog', 'qs' => 'jid=%%id%%&reset=1', 'title' => ts('See log entries for this Scheduled Job'), - ), - CRM_Core_Action::UPDATE => array( + ], + CRM_Core_Action::UPDATE => [ 'name' => ts('Edit'), - 'url' => 'civicrm/admin/job', + 'url' => 'civicrm/admin/job/edit', 'qs' => 'action=update&id=%%id%%&reset=1', 'title' => ts('Edit Scheduled Job'), - ), - CRM_Core_Action::VIEW => array( + ], + CRM_Core_Action::VIEW => [ 'name' => ts('Execute Now'), - 'url' => 'civicrm/admin/job', + 'url' => 'civicrm/admin/job/edit', 'qs' => 'action=view&id=%%id%%&reset=1', 'title' => ts('Execute Scheduled Job Now'), - ), - CRM_Core_Action::DISABLE => array( + ], + CRM_Core_Action::DISABLE => [ 'name' => ts('Disable'), 'ref' => 'crm-enable-disable', 'title' => ts('Disable Scheduled Job'), - ), - CRM_Core_Action::ENABLE => array( + ], + CRM_Core_Action::ENABLE => [ 'name' => ts('Enable'), 'ref' => 'crm-enable-disable', 'title' => ts('Enable Scheduled Job'), - ), - CRM_Core_Action::DELETE => array( + ], + CRM_Core_Action::DELETE => [ 'name' => ts('Delete'), - 'url' => 'civicrm/admin/job', + 'url' => 'civicrm/admin/job/edit', 'qs' => 'action=delete&id=%%id%%', 'title' => ts('Delete Scheduled Job'), - ), - CRM_Core_Action::COPY => array( + ], + CRM_Core_Action::COPY => [ 'name' => ts('Copy'), - 'url' => 'civicrm/admin/job', + 'url' => 'civicrm/admin/job/edit', 'qs' => 'action=copy&id=%%id%%', 'title' => ts('Copy Scheduled Job'), - ), - ); + ], + ]; } return self::$_links; } @@ -101,14 +101,14 @@ class CRM_Admin_Page_Job extends CRM_Core_Page_Basic { public function run() { // set title and breadcrumb CRM_Utils_System::setTitle(ts('Settings - Scheduled Jobs')); - $breadCrumb = array( - array( + $breadCrumb = [ + [ 'title' => ts('Scheduled Jobs'), 'url' => CRM_Utils_System::url('civicrm/admin', 'reset=1' ), - ), - ); + ], + ]; CRM_Utils_System::appendBreadCrumb($breadCrumb); $this->_id = CRM_Utils_Request::retrieve('id', 'String', @@ -123,7 +123,7 @@ class CRM_Admin_Page_Job extends CRM_Core_Page_Basic { if (($this->_action & CRM_Core_Action::COPY) && (!empty($this->_id))) { try { - $jobResult = civicrm_api3('Job', 'clone', array('id' => $this->_id)); + $jobResult = civicrm_api3('Job', 'clone', ['id' => $this->_id]); if ($jobResult['count'] > 0) { CRM_Core_Session::setStatus($jobResult['values'][$jobResult['id']]['name'], ts('Job copied successfully'), 'success'); } @@ -143,7 +143,7 @@ class CRM_Admin_Page_Job extends CRM_Core_Page_Basic { public function browse() { // check if non-prod mode is enabled. if (CRM_Core_Config::environment() != 'Production') { - CRM_Core_Session::setStatus(ts('Execution of scheduled jobs has been turned off by default since this is a non-production environment. You can override this for particular jobs by adding runInNonProductionEnvironment=TRUE as a parameter. This will ignore email settings for this job and will send actual emails if this job is sending mails!'), ts("Non-production Environment"), "warning", array('expires' => 0)); + CRM_Core_Session::setStatus(ts('Execution of scheduled jobs has been turned off by default since this is a non-production environment. You can override this for particular jobs by adding runInNonProductionEnvironment=TRUE as a parameter. This will ignore email settings for this job and will send actual emails if this job is sending mails!'), ts('Non-production Environment'), 'warning', ['expires' => 0]); } else { $cronError = Civi\Api4\System::check(FALSE) diff --git a/civicrm/CRM/Admin/Page/JobLog.php b/civicrm/CRM/Admin/Page/JobLog.php index 5fbf7c5959..2bee42ccf6 100644 --- a/civicrm/CRM/Admin/Page/JobLog.php +++ b/civicrm/CRM/Admin/Page/JobLog.php @@ -80,7 +80,7 @@ class CRM_Admin_Page_JobLog extends CRM_Core_Page_Basic { if ($jid) { $jobName = CRM_Core_DAO::getFieldValue('CRM_Core_DAO_Job', $jid); $this->assign('jobName', $jobName); - $jobRunUrl = CRM_Utils_System::url('civicrm/admin/job', 'action=view&reset=1&context=joblog&id=' . $jid); + $jobRunUrl = CRM_Utils_System::url('civicrm/admin/job/edit', 'action=view&reset=1&context=joblog&id=' . $jid); $this->assign('jobRunUrl', $jobRunUrl); } else { diff --git a/civicrm/CRM/Batch/Form/Entry.php b/civicrm/CRM/Batch/Form/Entry.php index 7a4a7fe715..a29e665abe 100644 --- a/civicrm/CRM/Batch/Form/Entry.php +++ b/civicrm/CRM/Batch/Form/Entry.php @@ -968,7 +968,7 @@ class CRM_Batch_Form_Entry extends CRM_Core_Form { 'modelProps' => [ 'contributionId' => $this->getCurrentRowContributionID(), 'contactId' => $form->_receiptContactId, - 'membershipId' => $this->getCurrentRowMembershipID(), + 'membershipID' => $this->getCurrentRowMembershipID(), ], ] ); diff --git a/civicrm/CRM/Campaign/BAO/Campaign.php b/civicrm/CRM/Campaign/BAO/Campaign.php index 13bf0f6f50..d0ecc41258 100644 --- a/civicrm/CRM/Campaign/BAO/Campaign.php +++ b/civicrm/CRM/Campaign/BAO/Campaign.php @@ -84,19 +84,13 @@ class CRM_Campaign_BAO_Campaign extends CRM_Campaign_DAO_Campaign { } /** - * Retrieve DB object and copy to defaults array. - * + * @deprecated * @param array $params - * Array of criteria values. * @param array $defaults - * Array to be populated with found values. - * * @return self|null - * The DAO object, if found. - * - * @deprecated */ public static function retrieve($params, &$defaults) { + CRM_Core_Error::deprecatedFunctionWarning('API'); return self::commonRetrieve(self::class, $params, $defaults); } diff --git a/civicrm/CRM/Campaign/BAO/Petition.php b/civicrm/CRM/Campaign/BAO/Petition.php index 22c6f52094..8c7ea0bb72 100644 --- a/civicrm/CRM/Campaign/BAO/Petition.php +++ b/civicrm/CRM/Campaign/BAO/Petition.php @@ -16,6 +16,13 @@ */ class CRM_Campaign_BAO_Petition extends CRM_Campaign_BAO_Survey { + /** + * Length of the cookie's created by this class + * + * @var int + */ + protected $cookieExpire; + /** * Class constructor. */ diff --git a/civicrm/CRM/Campaign/BAO/Survey.php b/civicrm/CRM/Campaign/BAO/Survey.php index 3f42995ee0..ba957f8f5b 100644 --- a/civicrm/CRM/Campaign/BAO/Survey.php +++ b/civicrm/CRM/Campaign/BAO/Survey.php @@ -21,17 +21,10 @@ class CRM_Campaign_BAO_Survey extends CRM_Campaign_DAO_Survey implements Civi\Core\HookInterface { /** - * Retrieve DB object and copy to defaults array. - * + * @deprecated * @param array $params - * Array of criteria values. * @param array $defaults - * Array to be populated with found values. - * * @return self|null - * The DAO object, if found. - * - * @deprecated */ public static function retrieve($params, &$defaults) { return self::commonRetrieve(self::class, $params, $defaults); diff --git a/civicrm/CRM/Campaign/DAO/Survey.php b/civicrm/CRM/Campaign/DAO/Survey.php index dd319d5772..7acaf692e8 100644 --- a/civicrm/CRM/Campaign/DAO/Survey.php +++ b/civicrm/CRM/Campaign/DAO/Survey.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Campaign/Survey.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:4b2846e419f4a7d5dcc44b80df895caf) + * (GenCodeChecksum:79c05054f18c94059ec35314ea6bbef6) */ /** @@ -417,7 +417,7 @@ class CRM_Campaign_DAO_Survey extends CRM_Core_DAO { 'bao' => 'CRM_Campaign_BAO_Survey', 'localizable' => 1, 'html' => [ - 'type' => 'TextArea', + 'type' => 'RichTextEditor', ], 'add' => '3.3', ], diff --git a/civicrm/CRM/Case/BAO/Case.php b/civicrm/CRM/Case/BAO/Case.php index 43e6435dc6..cad24a4b9d 100644 --- a/civicrm/CRM/Case/BAO/Case.php +++ b/civicrm/CRM/Case/BAO/Case.php @@ -96,6 +96,9 @@ class CRM_Case_BAO_Case extends CRM_Case_DAO_Case implements \Civi\Core\HookInte } } } + if ($e->entity === 'RelationshipType') { + CRM_Case_XMLProcessor::flushStaticCaches(); + } } /** diff --git a/civicrm/CRM/Case/Form/Activity.php b/civicrm/CRM/Case/Form/Activity.php index e0ed82cf2e..a99e849d61 100644 --- a/civicrm/CRM/Case/Form/Activity.php +++ b/civicrm/CRM/Case/Form/Activity.php @@ -456,7 +456,8 @@ class CRM_Case_Form_Activity extends CRM_Activity_Form_Activity { $params['is_auto'] = 0; } - // always create a revision of an case activity. CRM-4533 + // @todo This is called newActParams because it USED TO create new activity revisions. But at the moment just changing the part that is broken. + // hidden_custom is always 1, so see above where $params gets merged with the existing activity data every time, including the activity id. $newActParams = $params; // add target contact values in update mode @@ -484,26 +485,17 @@ class CRM_Case_Form_Activity extends CRM_Activity_Form_Activity { } } else { - // create a new version of activity if activity was found to - // have been modified/created by user - - // since the params we need to set are very few, and we don't want rest of the - // work done by bao create method , lets use dao object to make the changes - $params = ['id' => $this->_activityId]; - $params['is_current_revision'] = 0; - $activity = new CRM_Activity_DAO_Activity(); - $activity->copyValues($params); - $activity->save(); - + // @todo This can go eventually. Just focusing on not creating new + // revisions for now. This is still needed to keep it matched up to any + // existing older revisions while they are still in the db. // set proper original_id if (!empty($this->_defaults['original_id'])) { $newActParams['original_id'] = $this->_defaults['original_id']; } else { - $newActParams['original_id'] = $activity->id; + $newActParams['original_id'] = NULL; } - //is_current_revision will be set to 1 by default. // add attachments if any CRM_Core_BAO_File::formatAttachment($newActParams, $newActParams, diff --git a/civicrm/CRM/Case/Form/Activity/ChangeCaseStartDate.php b/civicrm/CRM/Case/Form/Activity/ChangeCaseStartDate.php index 670982cbcd..4ea98a4f77 100644 --- a/civicrm/CRM/Case/Form/Activity/ChangeCaseStartDate.php +++ b/civicrm/CRM/Case/Form/Activity/ChangeCaseStartDate.php @@ -163,7 +163,7 @@ class CRM_Case_Form_Activity_ChangeCaseStartDate { $xmlProcessor->run($caseType, $xmlProcessorParams); // 2.5 Update open case activity date - // Multiple steps since revisioned + // @todo Since revisioning code has been removed this can be refactored more if ($form->openCaseActivityId) { $abao = new CRM_Activity_BAO_Activity(); @@ -177,45 +177,21 @@ class CRM_Case_Form_Activity_ChangeCaseStartDate { //@todo calling api functions directly is not supported _civicrm_api3_object_to_array($oldActivity, $openCaseParams); - // update existing revision - $oldParams = [ - 'id' => $form->openCaseActivityId, - 'is_current_revision' => 0, - ]; - $oldActivity = new CRM_Activity_DAO_Activity(); - $oldActivity->copyValues($oldParams); - $oldActivity->save(); - - // change some params for the new one - unset($openCaseParams['id']); + // change some params for the activity update $openCaseParams['activity_date_time'] = $params['start_date']; $openCaseParams['target_contact_id'] = $oldActivityDefaults['target_contact']; $openCaseParams['assignee_contact_id'] = $oldActivityDefaults['assignee_contact']; $session = CRM_Core_Session::singleton(); $openCaseParams['source_contact_id'] = $session->get('userID'); - // original_id always refers to the first activity, so only update if null (i.e. this is the second revision) - $openCaseParams['original_id'] = $openCaseParams['original_id'] ? $openCaseParams['original_id'] : $form->openCaseActivityId; + // @todo This can go eventually but is still needed to keep them linked together if there is an existing revision. Just focusing right now on not creating new revisions. + // original_id always refers to the first activity, so if it's null or missing, then it means no previous revisions and we can keep it null. + $openCaseParams['original_id'] = $openCaseParams['original_id'] ?? NULL; $newActivity = CRM_Activity_BAO_Activity::create($openCaseParams); if (is_a($newActivity, 'CRM_Core_Error')) { CRM_Core_Error::statusBounce(ts('Unable to update Open Case activity')); } - else { - // Create linkage to case - $caseActivityParams = [ - 'activity_id' => $newActivity->id, - 'case_id' => $caseId, - ]; - - CRM_Case_BAO_Case::processCaseActivity($caseActivityParams); - - $caseActivityParams = [ - 'activityID' => $form->openCaseActivityId, - 'mainActivityId' => $newActivity->id, - ]; - CRM_Activity_BAO_Activity::copyExtendedActivityData($caseActivityParams); - } } // 3.status msg diff --git a/civicrm/CRM/Contact/BAO/Contact.php b/civicrm/CRM/Contact/BAO/Contact.php index c9c9dc964c..c47485d1a4 100644 --- a/civicrm/CRM/Contact/BAO/Contact.php +++ b/civicrm/CRM/Contact/BAO/Contact.php @@ -2544,11 +2544,6 @@ LEFT JOIN civicrm_email ON ( civicrm_contact.id = civicrm_email.contact_id ) $values['preferred_communication_method'] = $preffComm; $values['preferred_communication_method_display'] = $temp['preferred_communication_method_display'] ?? NULL; - if ($contact->preferred_mail_format) { - $preferredMailingFormat = CRM_Core_SelectValues::pmf(); - $values['preferred_mail_format'] = $preferredMailingFormat[$contact->preferred_mail_format]; - } - $values['preferred_language'] = empty($contact->preferred_language) ? NULL : CRM_Core_PseudoConstant::getLabel('CRM_Contact_DAO_Contact', 'preferred_language', $contact->preferred_language); // Calculating Year difference diff --git a/civicrm/CRM/Contact/BAO/Contact/Location.php b/civicrm/CRM/Contact/BAO/Contact/Location.php index 13f533ba66..9f339bee5f 100644 --- a/civicrm/CRM/Contact/BAO/Contact/Location.php +++ b/civicrm/CRM/Contact/BAO/Contact/Location.php @@ -29,15 +29,15 @@ class CRM_Contact_BAO_Contact_Location { * Array of display_name, email, location type and location id if found, or (null,null,null, null) */ public static function getEmailDetails($id, $isPrimary = TRUE, $locationTypeID = NULL) { - $params = array( + $params = [ 'contact_id' => $id, - 'return' => array('display_name', 'email.email'), - 'api.Email.get' => array( + 'return' => ['display_name', 'email.email'], + 'api.Email.get' => [ 'location_type_id' => $locationTypeID, 'sequential' => 0, - 'return' => array('email', 'location_type_id', 'id'), - ), - ); + 'return' => ['email', 'location_type_id', 'id'], + ], + ]; if ($isPrimary) { $params['api.Email.get']['is_primary'] = 1; } @@ -49,12 +49,12 @@ class CRM_Contact_BAO_Contact_Location { $email = reset($contact['api.Email.get']['values']); } } - $returnParams = array( + $returnParams = [ (isset($contact['display_name'])) ? $contact['display_name'] : NULL, (isset($email['email'])) ? $email['email'] : NULL, (isset($email['location_type_id'])) ? $email['location_type_id'] : NULL, (isset($email['id'])) ? $email['id'] : NULL, - ); + ]; return $returnParams; } @@ -102,10 +102,10 @@ AND civicrm_contact.id IN $idString "; $params = []; if (!$locationTypeID) { - $sql .= " AND civicrm_address.is_primary = 1"; + $sql .= ' AND civicrm_address.is_primary = 1'; } else { - $sql .= " AND civicrm_address.location_type_id = %1"; + $sql .= ' AND civicrm_address.location_type_id = %1'; $params[1] = [$locationTypeID, 'Integer']; } diff --git a/civicrm/CRM/Contact/BAO/ContactType.php b/civicrm/CRM/Contact/BAO/ContactType.php index 77eaa89407..1ed00f9b8b 100644 --- a/civicrm/CRM/Contact/BAO/ContactType.php +++ b/civicrm/CRM/Contact/BAO/ContactType.php @@ -17,19 +17,13 @@ class CRM_Contact_BAO_ContactType extends CRM_Contact_DAO_ContactType implements \Civi\Core\HookInterface { /** - * Retrieve DB object and copy to defaults array. - * + * @deprecated * @param array $params - * Array of criteria values. * @param array $defaults - * Array to be populated with found values. - * * @return self|null - * The DAO object, if found. - * - * @deprecated */ public static function retrieve($params, &$defaults) { + CRM_Core_Error::deprecatedFunctionWarning('API'); return self::commonRetrieve(self::class, $params, $defaults); } @@ -240,17 +234,20 @@ class CRM_Contact_BAO_ContactType extends CRM_Contact_DAO_ContactType implements /** * Get a list of elements for select box. - * Note that this used to default to using the hex(01) character - which results in an invalid character being used in form fields - * which was not handled well be anything that loaded & resaved the html (outside core) - * The use of this separator is now explicit in the calling functions as a step towards it's removal + * Note that this used to default to using the hex(01) character - which + * results in an invalid character being used in form fields which was not + * handled well be anything that loaded & resaved the html (outside core) The + * use of this separator is now explicit in the calling functions as a step + * towards it's removal * * @param bool $all * @param bool $isSeparator * @param string $separator * * @return mixed + * @throws \Civi\Core\Exception\DBQueryException */ - public static function getSelectElements( + public static function getSelectElements( $all = FALSE, $isSeparator = TRUE, $separator = '__' @@ -495,9 +492,43 @@ WHERE subtype.name IN ('" . implode("','", $subType) . "' )"; * @param \Civi\Core\Event\PostEvent $event */ public static function self_hook_civicrm_post(\Civi\Core\Event\PostEvent $event) { + /** @var CRM_Contact_DAO_ContactType $contactType */ + $contactType = $event->object; + if ($event->action === 'edit' && $contactType->find(TRUE)) { + // Update navigation menu for contact type + $navigation = [ + 'label' => ts("New %1", [1 => $contactType->label]), + 'name' => "New {$contactType->name}", + 'is_active' => $contactType->is_active, + ]; + civicrm_api4('Navigation', 'save', [ + 'checkPermissions' => FALSE, + 'records' => [$navigation], + 'match' => ['name'], + ]); + } + if ($event->action === 'create' && $contactType->find(TRUE)) { + $name = self::getBasicType($contactType->name); + if (!$name) { + return; + } + $navigation = [ + 'label' => ts("New %1", [1 => $contactType->label]), + 'name' => "New {$contactType->name}", + 'url' => "civicrm/contact/add?ct=$name&cst={$contactType->name}&reset=1", + 'permission' => 'add contacts', + 'parent_id:name' => "New $name", + 'is_active' => $contactType->is_active, + ]; + civicrm_api4('Navigation', 'save', [ + 'checkPermissions' => FALSE, + 'records' => [$navigation], + 'match' => ['name'], + ]); + } if ($event->action === 'delete') { $sep = CRM_Core_DAO::VALUE_SEPARATOR; - $subType = "$sep{$event->object->name}$sep"; + $subType = "$sep{$contactType->name}$sep"; // For contacts with just the one sub-type, set to null $sql = " UPDATE civicrm_contact SET contact_sub_type = NULL @@ -511,80 +542,23 @@ WHERE contact_sub_type LIKE '%{$subType}%'"; // remove navigation entry which was auto-created when this sub-type was added \Civi\Api4\Navigation::delete(FALSE) - ->addWhere('name', '=', "New {$event->object->name}") + ->addWhere('name', '=', "New {$contactType->name}") ->addWhere('url', 'LIKE', 'civicrm/contact/add%') // Overide the default which limits to a single domain ->addWhere('domain_id', '>', 0) ->execute(); - - Civi::cache('contactTypes')->clear(); } + Civi::cache('contactTypes')->clear(); } /** - * Add or update Contact SubTypes. - * - * @param array $params - * An assoc array of name/value pairs. - * - * @return CRM_Contact_DAO_ContactType|NULL + * @deprecated + * @return CRM_Contact_DAO_ContactType * @throws \CRM_Core_Exception */ public static function add($params) { - - // label or name - if (empty($params['id']) && empty($params['label'])) { - // @todo consider throwing exception instead. - return NULL; - } - if (empty($params['id']) && empty($params['name'])) { - $params['name'] = ucfirst(CRM_Utils_String::munge($params['label'])); - } - if (!empty($params['parent_id']) && - !CRM_Core_DAO::getFieldValue('CRM_Contact_DAO_ContactType', $params['parent_id']) - ) { - return NULL; - } - - $contactType = new CRM_Contact_DAO_ContactType(); - $contactType->copyValues($params); - $contactType->id = $params['id'] ?? NULL; - - $contactType->save(); - if ($contactType->find(TRUE)) { - $contactName = $contactType->name; - $contact = ucfirst($contactType->label); - $active = $contactType->is_active; - } - - if (!empty($params['id'])) { - $newParams = [ - 'label' => ts("New %1", [1 => $contact]), - 'is_active' => $contactType->is_active, - ]; - CRM_Core_BAO_Navigation::processUpdate(['name' => "New $contactName"], $newParams); - } - else { - $name = self::getBasicType($contactName); - if (!$name) { - return NULL; - } - $value = ['name' => "New $name"]; - CRM_Core_BAO_Navigation::retrieve($value, $navinfo); - $navigation = [ - 'label' => ts("New %1", [1 => $contact]), - 'name' => "New $contactName", - 'url' => "civicrm/contact/add?ct=$name&cst=$contactName&reset=1", - 'permission' => 'add contacts', - 'parent_id' => $navinfo['id'], - 'is_active' => $active, - ]; - CRM_Core_BAO_Navigation::add($navigation); - } - CRM_Core_BAO_Navigation::resetNavigation(); - Civi::cache('contactTypes')->clear(); - - return $contactType; + CRM_Core_Error::deprecatedFunctionWarning('writeRecord'); + return self::writeRecord($params); } /** @@ -766,7 +740,7 @@ WHERE extends = %1 AND ' . implode(" OR ", $subTypeClause); * * @todo what does this function do? */ - public static function deleteCustomSetForSubtypeMigration( + public static function deleteCustomSetForSubtypeMigration( $contactID, $contactType, $oldSubtypeSet = [], diff --git a/civicrm/CRM/Contact/BAO/Group.php b/civicrm/CRM/Contact/BAO/Group.php index 27c5a65f2f..89ec6bd5fc 100644 --- a/civicrm/CRM/Contact/BAO/Group.php +++ b/civicrm/CRM/Contact/BAO/Group.php @@ -19,17 +19,10 @@ use Civi\Api4\Group; class CRM_Contact_BAO_Group extends CRM_Contact_DAO_Group { /** - * Retrieve DB object and copy to defaults array. - * + * @deprecated * @param array $params - * Array of criteria values. * @param array $defaults - * Array to be populated with found values. - * * @return self|null - * The DAO object, if found. - * - * @deprecated */ public static function retrieve($params, &$defaults) { return self::commonRetrieve(self::class, $params, $defaults); @@ -436,19 +429,20 @@ class CRM_Contact_BAO_Group extends CRM_Contact_DAO_Group { CRM_Core_BAO_CustomValueTable::store($params['custom'], 'civicrm_group', $group->id); } - // make the group, child of domain/site group by default. - $domainGroupID = CRM_Core_BAO_Domain::getGroupId(); - if (CRM_Utils_Array::value('no_parent', $params) !== 1) { - if (empty($params['parents']) && + // Secret `no_parent` param is used by the multisite extension to prevent default behavior. + if (empty($params['no_parent'])) { + $domainGroupID = CRM_Core_BAO_Domain::getGroupId(); + // If multi-site is_enabled, no parent selected and the group doesn't already have any parents, + // set parent to the domain group + if (Civi::settings()->get('is_enabled') && + empty($params['parents']) && $domainGroupID != $group->id && - Civi::settings()->get('is_enabled') && !CRM_Contact_BAO_GroupNesting::hasParentGroups($group->id) ) { - // if no parent present and the group doesn't already have any parents, - // make sure site group goes as parent $params['parents'] = [$domainGroupID]; } + // FIXME: Only allows adding parents, cannot remove them if (!CRM_Utils_System::isNull($params['parents'])) { foreach ($params['parents'] as $parentId) { if ($parentId && !CRM_Contact_BAO_GroupNesting::isParentChild($parentId, $group->id)) { @@ -662,9 +656,10 @@ class CRM_Contact_BAO_Group extends CRM_Contact_DAO_Group { if (!$ssId) { //save record in mapping table $mappingParams = [ + 'name' => 'search_builder_' . $ssId, 'mapping_type_id' => CRM_Core_PseudoConstant::getKey('CRM_Core_BAO_Mapping', 'mapping_type_id', 'Search Builder'), ]; - $mapping = CRM_Core_BAO_Mapping::add($mappingParams); + $mapping = CRM_Core_BAO_Mapping::writeRecord($mappingParams); $mappingId = $mapping->id; } else { @@ -720,7 +715,7 @@ class CRM_Contact_BAO_Group extends CRM_Contact_DAO_Group { 'description' => CRM_Core_DAO::getFieldValue('CRM_Contact_DAO_Group', $smartGroupId, 'description', 'id'), 'mapping_type_id' => CRM_Core_PseudoConstant::getKey('CRM_Core_BAO_Mapping', 'mapping_type_id', 'Search Builder'), ]; - CRM_Core_BAO_Mapping::add($mappingParams); + CRM_Core_BAO_Mapping::writeRecord($mappingParams); } return [$smartGroupId, $ssId]; diff --git a/civicrm/CRM/Contact/BAO/Query.php b/civicrm/CRM/Contact/BAO/Query.php index 86c6ae86fc..d6c875142a 100644 --- a/civicrm/CRM/Contact/BAO/Query.php +++ b/civicrm/CRM/Contact/BAO/Query.php @@ -4467,7 +4467,6 @@ civicrm_relationship.start_date > {$today} 'contact_sub_type' => 1, 'sort_name' => 1, 'display_name' => 1, - 'preferred_mail_format' => 1, 'nick_name' => 1, 'first_name' => 1, 'middle_name' => 1, @@ -5621,12 +5620,18 @@ civicrm_relationship.start_date > {$today} * Value. * @param string $dataType * Data type of the field. + * @param bool $isAlreadyEscaped + * Ideally we would be consistent about whether we escape + * before calling this or after, but the code is a fearsome beast + * and poking the sleeping dragon could throw a cat among the + * can of worms. Hence we just schmooze this parameter in + * to prevent double escaping where it is known to occur. * * @return string * Where clause for the query. * @throws \CRM_Core_Exception */ - public static function buildClause($field, $op, $value = NULL, $dataType = NULL) { + public static function buildClause($field, $op, $value = NULL, $dataType = 'String', $isAlreadyEscaped = FALSE): string { $op = trim($op); $clause = "$field $op"; @@ -5636,12 +5641,11 @@ civicrm_relationship.start_date > {$today} return $clause; case 'IS EMPTY': - $clause = ($dataType == 'Date') ? " $field IS NULL " : " (NULLIF($field, '') IS NULL) "; + $clause = ($dataType === 'Date') ? " $field IS NULL " : " (NULLIF($field, '') IS NULL) "; return $clause; case 'IS NOT EMPTY': - $clause = ($dataType == 'Date') ? " $field IS NOT NULL " : " (NULLIF($field, '') IS NOT NULL) "; - return $clause; + return ($dataType === 'Date') ? " $field IS NOT NULL " : " (NULLIF($field, '') IS NOT NULL) "; case 'RLIKE': return " CAST({$field} AS BINARY) RLIKE BINARY '{$value}' "; @@ -5665,21 +5669,15 @@ civicrm_relationship.start_date > {$today} return $queryString; } - if (!empty($value[0]) && $op === 'BETWEEN') { - CRM_Core_Error::deprecatedFunctionWarning('Fix search input params'); - if (($queryString = CRM_Core_DAO::createSQLFilter($field, [$op => $value], $dataType)) != FALSE) { - return $queryString; - } - } throw new CRM_Core_Exception(ts('Failed to interpret input for search')); } $emojiWhere = CRM_Utils_SQL::handleEmojiInQuery($value); if ($emojiWhere === '0 = 1') { $value = $emojiWhere; } - $value = CRM_Utils_Type::escape($value, $dataType); + $value = $isAlreadyEscaped ? $value : CRM_Utils_Type::escape($value, $dataType); // if we don't have a dataType we should assume - if ($dataType == 'String' || $dataType == 'Text') { + if ($dataType === 'String' || $dataType === 'Text') { $value = "'" . $value . "'"; } return "$clause $value"; @@ -6360,8 +6358,8 @@ AND displayRelType.is_active = 1 * * @param string|CRM_Utils_Sort $sort * The order by string. - * @param null $sortOrder - * Who knows? Hu knows. He who knows Hu knows who. + * @param string|null $sortOrder + * ASC or DESC * * @return string * list(string $orderByClause, string $additionalFromClause). @@ -6369,7 +6367,6 @@ AND displayRelType.is_active = 1 * @throws \CRM_Core_Exception */ protected function prepareOrderBy($sort, $sortOrder) { - $orderByArray = []; $orderBy = ''; if (CRM_Core_Config::singleton()->includeOrderByClause || diff --git a/civicrm/CRM/Contact/BAO/RelationshipType.php b/civicrm/CRM/Contact/BAO/RelationshipType.php index e74b475c3d..710243224a 100644 --- a/civicrm/CRM/Contact/BAO/RelationshipType.php +++ b/civicrm/CRM/Contact/BAO/RelationshipType.php @@ -21,17 +21,10 @@ use Civi\Core\Event\PreEvent; class CRM_Contact_BAO_RelationshipType extends CRM_Contact_DAO_RelationshipType implements \Civi\Core\HookInterface { /** - * Retrieve DB object and copy to defaults array. - * + * @deprecated * @param array $params - * Array of criteria values. * @param array $defaults - * Array to be populated with found values. - * * @return self|null - * The DAO object, if found. - * - * @deprecated */ public static function retrieve($params, &$defaults) { return self::commonRetrieve(self::class, $params, $defaults); @@ -49,53 +42,23 @@ class CRM_Contact_BAO_RelationshipType extends CRM_Contact_DAO_RelationshipType } /** - * Add the relationship type in the db. - * + * @deprecated * @param array $params - * * @return CRM_Contact_DAO_RelationshipType */ public static function add($params) { - if (empty($params['id'])) { - // Set name to label if not set - if (empty($params['label_a_b']) && !empty($params['name_a_b'])) { - $params['label_a_b'] = $params['name_a_b']; - } - if (empty($params['label_b_a']) && !empty($params['name_b_a'])) { - $params['label_b_a'] = $params['name_b_a']; - } - - // set label to name if it's not set - if (empty($params['name_a_b']) && !empty($params['label_a_b'])) { - $params['name_a_b'] = $params['label_a_b']; - } - if (empty($params['name_b_a']) && !empty($params['label_b_a'])) { - $params['name_b_a'] = $params['label_b_a']; - } - } - - // action is taken depending upon the mode - $relationshipType = self::writeRecord($params); - - CRM_Core_PseudoConstant::relationshipType('label', TRUE); - CRM_Core_PseudoConstant::relationshipType('name', TRUE); - CRM_Core_PseudoConstant::flush(); - CRM_Case_XMLProcessor::flushStaticCaches(); - return $relationshipType; + CRM_Core_Error::deprecatedFunctionWarning('writeRecord'); + return self::writeRecord($params); } /** - * Delete Relationship Types. - * - * @param int $relationshipTypeId - * * @deprecated + * @param int $relationshipTypeId * @throws CRM_Core_Exception * @return mixed */ public static function del($relationshipTypeId) { CRM_Core_Error::deprecatedFunctionWarning('deleteRecord'); - return static::deleteRecord(['id' => $relationshipTypeId]); } @@ -103,19 +66,44 @@ class CRM_Contact_BAO_RelationshipType extends CRM_Contact_DAO_RelationshipType * Callback for hook_civicrm_pre(). * * @param \Civi\Core\Event\PreEvent $event - * * @throws \CRM_Core_Exception - * @throws \Civi\API\Exception\UnauthorizedException */ public static function self_hook_civicrm_pre(PreEvent $event): void { + if ($event->action === 'create') { + // Set name to label if not set + if (empty($event->params['label_a_b']) && !empty($event->params['name_a_b'])) { + $event->params['label_a_b'] = $event->params['name_a_b']; + } + if (empty($event->params['label_b_a']) && !empty($event->params['name_b_a'])) { + $event->params['label_b_a'] = $event->params['name_b_a']; + } + + // set label to name if it's not set + if (empty($event->params['name_a_b']) && !empty($event->params['label_a_b'])) { + $event->params['name_a_b'] = $event->params['label_a_b']; + } + if (empty($event->params['name_b_a']) && !empty($event->params['label_b_a'])) { + $event->params['name_b_a'] = $event->params['label_b_a']; + } + } if ($event->action === 'delete') { - // need to delete all option value field before deleting group + // Delete all existing relationships with this type Relationship::delete(FALSE) ->addWhere('relationship_type_id', '=', $event->id) ->execute(); } } + /** + * Callback for hook_civicrm_post(). + * @param \Civi\Core\Event\PostEvent $event + */ + public static function self_hook_civicrm_post(\Civi\Core\Event\PostEvent $event) { + CRM_Core_PseudoConstant::relationshipType('label', TRUE); + CRM_Core_PseudoConstant::relationshipType('name', TRUE); + CRM_Core_PseudoConstant::flush(); + } + /** * Get the id of the employee relationship, checking it is valid. * We check that contact_type_a is Individual, but not contact_type_b because there's diff --git a/civicrm/CRM/Contact/DAO/Contact.php b/civicrm/CRM/Contact/DAO/Contact.php index 9353b0ce2c..e4794d7b5f 100644 --- a/civicrm/CRM/Contact/DAO/Contact.php +++ b/civicrm/CRM/Contact/DAO/Contact.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Contact/Contact.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:4df1e184c1090db6287b82aa8eee7048) + * (GenCodeChecksum:7cbc554ead9281e6c0ce8b7865056777) */ /** @@ -74,6 +74,33 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO { */ public $contact_type; + /** + * Unique trusted external ID (generally from a legacy app/datasource). Particularly useful for deduping operations. + * + * @var string|null + * (SQL type: varchar(64)) + * Note that values will be retrieved from the database as a string. + */ + public $external_identifier; + + /** + * Formatted name representing preferred format for display/print/other output. + * + * @var string|null + * (SQL type: varchar(128)) + * Note that values will be retrieved from the database as a string. + */ + public $display_name; + + /** + * Organization Name. + * + * @var string|null + * (SQL type: varchar(128)) + * Note that values will be retrieved from the database as a string. + */ + public $organization_name; + /** * May be used to over-ride contact view and edit templates. * @@ -83,6 +110,33 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO { */ public $contact_sub_type; + /** + * First Name. + * + * @var string|null + * (SQL type: varchar(64)) + * Note that values will be retrieved from the database as a string. + */ + public $first_name; + + /** + * Middle Name. + * + * @var string|null + * (SQL type: varchar(64)) + * Note that values will be retrieved from the database as a string. + */ + public $middle_name; + + /** + * Last Name. + * + * @var string|null + * (SQL type: varchar(64)) + * Note that values will be retrieved from the database as a string. + */ + public $last_name; + /** * @var bool|string * (SQL type: tinyint) @@ -136,15 +190,6 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO { */ public $legal_identifier; - /** - * Unique trusted external ID (generally from a legacy app/datasource). Particularly useful for deduping operations. - * - * @var string|null - * (SQL type: varchar(64)) - * Note that values will be retrieved from the database as a string. - */ - public $external_identifier; - /** * Name used for sorting different contact types * @@ -154,15 +199,6 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO { */ public $sort_name; - /** - * Formatted name representing preferred format for display/print/other output. - * - * @var string|null - * (SQL type: varchar(128)) - * Note that values will be retrieved from the database as a string. - */ - public $display_name; - /** * Nickname. * @@ -208,16 +244,6 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO { */ public $preferred_language; - /** - * Deprecated setting for text vs html mailings - * - * @var string|null - * (SQL type: varchar(8)) - * Note that values will be retrieved from the database as a string. - * @deprecated - */ - public $preferred_mail_format; - /** * Key for validating requests related to this contact. * @@ -245,33 +271,6 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO { */ public $source; - /** - * First Name. - * - * @var string|null - * (SQL type: varchar(64)) - * Note that values will be retrieved from the database as a string. - */ - public $first_name; - - /** - * Middle Name. - * - * @var string|null - * (SQL type: varchar(64)) - * Note that values will be retrieved from the database as a string. - */ - public $middle_name; - - /** - * Last Name. - * - * @var string|null - * (SQL type: varchar(64)) - * Note that values will be retrieved from the database as a string. - */ - public $last_name; - /** * Prefix or Title for name (Ms, Mr...). FK to prefix ID * @@ -450,15 +449,6 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO { */ public $primary_contact_id; - /** - * Organization Name. - * - * @var string|null - * (SQL type: varchar(128)) - * Note that values will be retrieved from the database as a string. - */ - public $organization_name; - /** * Standard Industry Classification Code. * @@ -512,6 +502,16 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO { */ public $modified_date; + /** + * Deprecated setting for text vs html mailings + * + * @var string|null + * (SQL type: varchar(8)) + * Note that values will be retrieved from the database as a string. + * @deprecated + */ + public $preferred_mail_format; + /** * Class constructor. */ @@ -622,6 +622,88 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO { 'readonly' => TRUE, 'add' => '1.1', ], + 'external_identifier' => [ + 'name' => 'external_identifier', + 'type' => CRM_Utils_Type::T_STRING, + 'title' => ts('External Identifier'), + 'description' => ts('Unique trusted external ID (generally from a legacy app/datasource). Particularly useful for deduping operations.'), + 'maxlength' => 64, + 'size' => 8, + 'usage' => [ + 'import' => TRUE, + 'export' => TRUE, + 'duplicate_matching' => TRUE, + 'token' => FALSE, + ], + 'import' => TRUE, + 'where' => 'civicrm_contact.external_identifier', + 'headerPattern' => '/external\s?id/i', + 'dataPattern' => '/^\d{11,}$/', + 'export' => TRUE, + 'table_name' => 'civicrm_contact', + 'entity' => 'Contact', + 'bao' => 'CRM_Contact_BAO_Contact', + 'localizable' => 0, + 'html' => [ + 'type' => 'Text', + 'label' => ts("External Identifier"), + ], + 'add' => '1.1', + ], + 'display_name' => [ + 'name' => 'display_name', + 'type' => CRM_Utils_Type::T_STRING, + 'title' => ts('Display Name'), + 'description' => ts('Formatted name representing preferred format for display/print/other output.'), + 'maxlength' => 128, + 'size' => 30, + 'usage' => [ + 'import' => FALSE, + 'export' => TRUE, + 'duplicate_matching' => FALSE, + 'token' => FALSE, + ], + 'where' => 'civicrm_contact.display_name', + 'export' => TRUE, + 'table_name' => 'civicrm_contact', + 'entity' => 'Contact', + 'bao' => 'CRM_Contact_BAO_Contact', + 'localizable' => 0, + 'html' => [ + 'type' => 'Text', + ], + 'readonly' => TRUE, + 'add' => '1.1', + ], + 'organization_name' => [ + 'name' => 'organization_name', + 'type' => CRM_Utils_Type::T_STRING, + 'title' => ts('Organization Name'), + 'description' => ts('Organization Name.'), + 'maxlength' => 128, + 'size' => 30, + 'usage' => [ + 'import' => TRUE, + 'export' => TRUE, + 'duplicate_matching' => TRUE, + 'token' => FALSE, + ], + 'import' => TRUE, + 'where' => 'civicrm_contact.organization_name', + 'headerPattern' => '/^organization|(o(rganization\s)?name)$/i', + 'dataPattern' => '/^\w+$/', + 'export' => TRUE, + 'contactType' => 'Organization', + 'table_name' => 'civicrm_contact', + 'entity' => 'Contact', + 'bao' => 'CRM_Contact_BAO_Contact', + 'localizable' => 0, + 'html' => [ + 'type' => 'Text', + 'label' => ts("Organization Name"), + ], + 'add' => '1.1', + ], 'contact_sub_type' => [ 'name' => 'contact_sub_type', 'type' => CRM_Utils_Type::T_STRING, @@ -656,6 +738,93 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO { ], 'add' => '1.5', ], + 'first_name' => [ + 'name' => 'first_name', + 'type' => CRM_Utils_Type::T_STRING, + 'title' => ts('First Name'), + 'description' => ts('First Name.'), + 'maxlength' => 64, + 'size' => 30, + 'usage' => [ + 'import' => TRUE, + 'export' => TRUE, + 'duplicate_matching' => TRUE, + 'token' => FALSE, + ], + 'import' => TRUE, + 'where' => 'civicrm_contact.first_name', + 'headerPattern' => '/^first|(f(irst\s)?name)$/i', + 'dataPattern' => '/^\w+$/', + 'export' => TRUE, + 'contactType' => 'Individual', + 'table_name' => 'civicrm_contact', + 'entity' => 'Contact', + 'bao' => 'CRM_Contact_BAO_Contact', + 'localizable' => 0, + 'html' => [ + 'type' => 'Text', + 'label' => ts("First Name"), + ], + 'add' => '1.1', + ], + 'middle_name' => [ + 'name' => 'middle_name', + 'type' => CRM_Utils_Type::T_STRING, + 'title' => ts('Middle Name'), + 'description' => ts('Middle Name.'), + 'maxlength' => 64, + 'size' => 30, + 'usage' => [ + 'import' => TRUE, + 'export' => TRUE, + 'duplicate_matching' => TRUE, + 'token' => FALSE, + ], + 'import' => TRUE, + 'where' => 'civicrm_contact.middle_name', + 'headerPattern' => '/^middle|(m(iddle\s)?name)$/i', + 'dataPattern' => '/^\w+$/', + 'export' => TRUE, + 'contactType' => 'Individual', + 'table_name' => 'civicrm_contact', + 'entity' => 'Contact', + 'bao' => 'CRM_Contact_BAO_Contact', + 'localizable' => 0, + 'html' => [ + 'type' => 'Text', + 'label' => ts("Middle Name"), + ], + 'add' => '1.1', + ], + 'last_name' => [ + 'name' => 'last_name', + 'type' => CRM_Utils_Type::T_STRING, + 'title' => ts('Last Name'), + 'description' => ts('Last Name.'), + 'maxlength' => 64, + 'size' => 30, + 'usage' => [ + 'import' => TRUE, + 'export' => TRUE, + 'duplicate_matching' => TRUE, + 'token' => FALSE, + ], + 'import' => TRUE, + 'where' => 'civicrm_contact.last_name', + 'headerPattern' => '/^last|(l(ast\s)?name)$/i', + 'dataPattern' => '/^\w+(\s\w+)?+$/', + 'export' => TRUE, + 'contactType' => 'Individual', + 'table_name' => 'civicrm_contact', + 'entity' => 'Contact', + 'bao' => 'CRM_Contact_BAO_Contact', + 'localizable' => 0, + 'html' => [ + 'type' => 'Text', + 'label' => ts("Last Name"), + ], + 'add' => '1.1', + ], 'do_not_email' => [ 'name' => 'do_not_email', 'type' => CRM_Utils_Type::T_BOOLEAN, @@ -823,70 +992,17 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO { 'title' => ts('Legal Identifier'), 'description' => ts('May be used for SSN, EIN/TIN, Household ID (census) or other applicable unique legal/government ID.'), 'maxlength' => 32, - 'size' => CRM_Utils_Type::MEDIUM, - 'usage' => [ - 'import' => TRUE, - 'export' => TRUE, - 'duplicate_matching' => TRUE, - 'token' => FALSE, - ], - 'import' => TRUE, - 'where' => 'civicrm_contact.legal_identifier', - 'headerPattern' => '/legal\s?id/i', - 'dataPattern' => '/\w+?\d{5,}/', - 'export' => TRUE, - 'table_name' => 'civicrm_contact', - 'entity' => 'Contact', - 'bao' => 'CRM_Contact_BAO_Contact', - 'localizable' => 0, - 'html' => [ - 'type' => 'Text', - 'label' => ts("Legal Identifier"), - ], - 'add' => '1.1', - ], - 'external_identifier' => [ - 'name' => 'external_identifier', - 'type' => CRM_Utils_Type::T_STRING, - 'title' => ts('External Identifier'), - 'description' => ts('Unique trusted external ID (generally from a legacy app/datasource). Particularly useful for deduping operations.'), - 'maxlength' => 64, - 'size' => 8, - 'usage' => [ - 'import' => TRUE, - 'export' => TRUE, - 'duplicate_matching' => TRUE, - 'token' => FALSE, - ], - 'import' => TRUE, - 'where' => 'civicrm_contact.external_identifier', - 'headerPattern' => '/external\s?id/i', - 'dataPattern' => '/^\d{11,}$/', - 'export' => TRUE, - 'table_name' => 'civicrm_contact', - 'entity' => 'Contact', - 'bao' => 'CRM_Contact_BAO_Contact', - 'localizable' => 0, - 'html' => [ - 'type' => 'Text', - 'label' => ts("External Identifier"), - ], - 'add' => '1.1', - ], - 'sort_name' => [ - 'name' => 'sort_name', - 'type' => CRM_Utils_Type::T_STRING, - 'title' => ts('Sort Name'), - 'description' => ts('Name used for sorting different contact types'), - 'maxlength' => 128, - 'size' => 30, + 'size' => CRM_Utils_Type::MEDIUM, 'usage' => [ - 'import' => FALSE, + 'import' => TRUE, 'export' => TRUE, - 'duplicate_matching' => FALSE, + 'duplicate_matching' => TRUE, 'token' => FALSE, ], - 'where' => 'civicrm_contact.sort_name', + 'import' => TRUE, + 'where' => 'civicrm_contact.legal_identifier', + 'headerPattern' => '/legal\s?id/i', + 'dataPattern' => '/\w+?\d{5,}/', 'export' => TRUE, 'table_name' => 'civicrm_contact', 'entity' => 'Contact', @@ -894,15 +1010,15 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO { 'localizable' => 0, 'html' => [ 'type' => 'Text', + 'label' => ts("Legal Identifier"), ], - 'readonly' => TRUE, 'add' => '1.1', ], - 'display_name' => [ - 'name' => 'display_name', + 'sort_name' => [ + 'name' => 'sort_name', 'type' => CRM_Utils_Type::T_STRING, - 'title' => ts('Display Name'), - 'description' => ts('Formatted name representing preferred format for display/print/other output.'), + 'title' => ts('Sort Name'), + 'description' => ts('Name used for sorting different contact types'), 'maxlength' => 128, 'size' => 30, 'usage' => [ @@ -911,7 +1027,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO { 'duplicate_matching' => FALSE, 'token' => FALSE, ], - 'where' => 'civicrm_contact.display_name', + 'where' => 'civicrm_contact.sort_name', 'export' => TRUE, 'table_name' => 'civicrm_contact', 'entity' => 'Contact', @@ -998,7 +1114,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO { 'localizable' => 0, 'html' => [ 'type' => 'File', - 'label' => ts("Image URL"), + 'label' => ts("Image"), ], 'add' => '1.1', ], @@ -1065,36 +1181,6 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO { ], 'add' => '3.2', ], - 'preferred_mail_format' => [ - 'name' => 'preferred_mail_format', - 'type' => CRM_Utils_Type::T_STRING, - 'title' => ts('Preferred Mail Format'), - 'description' => ts('Deprecated setting for text vs html mailings'), - 'maxlength' => 8, - 'size' => CRM_Utils_Type::EIGHT, - 'usage' => [ - 'import' => FALSE, - 'export' => FALSE, - 'duplicate_matching' => FALSE, - 'token' => FALSE, - ], - 'where' => 'civicrm_contact.preferred_mail_format', - 'headerPattern' => '/^p(ref\w*\s)?m(ail\s)?f(orm\w*)$/i', - 'default' => 'Both', - 'table_name' => 'civicrm_contact', - 'entity' => 'Contact', - 'bao' => 'CRM_Contact_BAO_Contact', - 'localizable' => 0, - 'deprecated' => TRUE, - 'html' => [ - 'type' => 'Select', - 'label' => ts("Preferred Mail Format"), - ], - 'pseudoconstant' => [ - 'callback' => 'CRM_Core_SelectValues::pmf', - ], - 'add' => '1.1', - ], 'hash' => [ 'name' => 'hash', 'type' => CRM_Utils_Type::T_STRING, @@ -1173,93 +1259,6 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO { ], 'add' => '1.1', ], - 'first_name' => [ - 'name' => 'first_name', - 'type' => CRM_Utils_Type::T_STRING, - 'title' => ts('First Name'), - 'description' => ts('First Name.'), - 'maxlength' => 64, - 'size' => 30, - 'usage' => [ - 'import' => TRUE, - 'export' => TRUE, - 'duplicate_matching' => TRUE, - 'token' => FALSE, - ], - 'import' => TRUE, - 'where' => 'civicrm_contact.first_name', - 'headerPattern' => '/^first|(f(irst\s)?name)$/i', - 'dataPattern' => '/^\w+$/', - 'export' => TRUE, - 'contactType' => 'Individual', - 'table_name' => 'civicrm_contact', - 'entity' => 'Contact', - 'bao' => 'CRM_Contact_BAO_Contact', - 'localizable' => 0, - 'html' => [ - 'type' => 'Text', - 'label' => ts("First Name"), - ], - 'add' => '1.1', - ], - 'middle_name' => [ - 'name' => 'middle_name', - 'type' => CRM_Utils_Type::T_STRING, - 'title' => ts('Middle Name'), - 'description' => ts('Middle Name.'), - 'maxlength' => 64, - 'size' => 30, - 'usage' => [ - 'import' => TRUE, - 'export' => TRUE, - 'duplicate_matching' => TRUE, - 'token' => FALSE, - ], - 'import' => TRUE, - 'where' => 'civicrm_contact.middle_name', - 'headerPattern' => '/^middle|(m(iddle\s)?name)$/i', - 'dataPattern' => '/^\w+$/', - 'export' => TRUE, - 'contactType' => 'Individual', - 'table_name' => 'civicrm_contact', - 'entity' => 'Contact', - 'bao' => 'CRM_Contact_BAO_Contact', - 'localizable' => 0, - 'html' => [ - 'type' => 'Text', - 'label' => ts("Middle Name"), - ], - 'add' => '1.1', - ], - 'last_name' => [ - 'name' => 'last_name', - 'type' => CRM_Utils_Type::T_STRING, - 'title' => ts('Last Name'), - 'description' => ts('Last Name.'), - 'maxlength' => 64, - 'size' => 30, - 'usage' => [ - 'import' => TRUE, - 'export' => TRUE, - 'duplicate_matching' => TRUE, - 'token' => FALSE, - ], - 'import' => TRUE, - 'where' => 'civicrm_contact.last_name', - 'headerPattern' => '/^last|(l(ast\s)?name)$/i', - 'dataPattern' => '/^\w+(\s\w+)?+$/', - 'export' => TRUE, - 'contactType' => 'Individual', - 'table_name' => 'civicrm_contact', - 'entity' => 'Contact', - 'bao' => 'CRM_Contact_BAO_Contact', - 'localizable' => 0, - 'html' => [ - 'type' => 'Text', - 'label' => ts("Last Name"), - ], - 'add' => '1.1', - ], 'prefix_id' => [ 'name' => 'prefix_id', 'type' => CRM_Utils_Type::T_INT, @@ -1789,35 +1788,6 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO { 'readonly' => TRUE, 'add' => '1.1', ], - 'organization_name' => [ - 'name' => 'organization_name', - 'type' => CRM_Utils_Type::T_STRING, - 'title' => ts('Organization Name'), - 'description' => ts('Organization Name.'), - 'maxlength' => 128, - 'size' => 30, - 'usage' => [ - 'import' => TRUE, - 'export' => TRUE, - 'duplicate_matching' => TRUE, - 'token' => FALSE, - ], - 'import' => TRUE, - 'where' => 'civicrm_contact.organization_name', - 'headerPattern' => '/^organization|(o(rganization\s)?name)$/i', - 'dataPattern' => '/^\w+$/', - 'export' => TRUE, - 'contactType' => 'Organization', - 'table_name' => 'civicrm_contact', - 'entity' => 'Contact', - 'bao' => 'CRM_Contact_BAO_Contact', - 'localizable' => 0, - 'html' => [ - 'type' => 'Text', - 'label' => ts("Organization Name"), - ], - 'add' => '1.1', - ], 'sic_code' => [ 'name' => 'sic_code', 'type' => CRM_Utils_Type::T_STRING, @@ -1980,6 +1950,36 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO { 'readonly' => TRUE, 'add' => '4.3', ], + 'preferred_mail_format' => [ + 'name' => 'preferred_mail_format', + 'type' => CRM_Utils_Type::T_STRING, + 'title' => ts('Preferred Mail Format'), + 'description' => ts('Deprecated setting for text vs html mailings'), + 'maxlength' => 8, + 'size' => CRM_Utils_Type::EIGHT, + 'usage' => [ + 'import' => FALSE, + 'export' => FALSE, + 'duplicate_matching' => FALSE, + 'token' => FALSE, + ], + 'where' => 'civicrm_contact.preferred_mail_format', + 'headerPattern' => '/^p(ref\w*\s)?m(ail\s)?f(orm\w*)$/i', + 'default' => 'Both', + 'table_name' => 'civicrm_contact', + 'entity' => 'Contact', + 'bao' => 'CRM_Contact_BAO_Contact', + 'localizable' => 0, + 'deprecated' => TRUE, + 'html' => [ + 'type' => 'Select', + 'label' => ts("Preferred Mail Format"), + ], + 'pseudoconstant' => [ + 'callback' => 'CRM_Core_SelectValues::pmf', + ], + 'add' => '1.1', + ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); } @@ -2058,6 +2058,23 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO { 'localizable' => FALSE, 'sig' => 'civicrm_contact::0::contact_type', ], + 'UI_external_identifier' => [ + 'name' => 'UI_external_identifier', + 'field' => [ + 0 => 'external_identifier', + ], + 'localizable' => FALSE, + 'unique' => TRUE, + 'sig' => 'civicrm_contact::1::external_identifier', + ], + 'index_organization_name' => [ + 'name' => 'index_organization_name', + 'field' => [ + 0 => 'organization_name', + ], + 'localizable' => FALSE, + 'sig' => 'civicrm_contact::0::organization_name', + ], 'index_contact_sub_type' => [ 'name' => 'index_contact_sub_type', 'field' => [ @@ -2066,14 +2083,21 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO { 'localizable' => FALSE, 'sig' => 'civicrm_contact::0::contact_sub_type', ], - 'UI_external_identifier' => [ - 'name' => 'UI_external_identifier', + 'index_first_name' => [ + 'name' => 'index_first_name', 'field' => [ - 0 => 'external_identifier', + 0 => 'first_name', ], 'localizable' => FALSE, - 'unique' => TRUE, - 'sig' => 'civicrm_contact::1::external_identifier', + 'sig' => 'civicrm_contact::0::first_name', + ], + 'index_last_name' => [ + 'name' => 'index_last_name', + 'field' => [ + 0 => 'last_name', + ], + 'localizable' => FALSE, + 'sig' => 'civicrm_contact::0::last_name', ], 'index_sort_name' => [ 'name' => 'index_sort_name', @@ -2107,22 +2131,6 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO { 'localizable' => FALSE, 'sig' => 'civicrm_contact::0::api_key', ], - 'index_first_name' => [ - 'name' => 'index_first_name', - 'field' => [ - 0 => 'first_name', - ], - 'localizable' => FALSE, - 'sig' => 'civicrm_contact::0::first_name', - ], - 'index_last_name' => [ - 'name' => 'index_last_name', - 'field' => [ - 0 => 'last_name', - ], - 'localizable' => FALSE, - 'sig' => 'civicrm_contact::0::last_name', - ], 'UI_prefix' => [ 'name' => 'UI_prefix', 'field' => [ @@ -2171,14 +2179,6 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO { 'localizable' => FALSE, 'sig' => 'civicrm_contact::0::household_name', ], - 'index_organization_name' => [ - 'name' => 'index_organization_name', - 'field' => [ - 0 => 'organization_name', - ], - 'localizable' => FALSE, - 'sig' => 'civicrm_contact::0::organization_name', - ], 'index_is_deleted_sort_name' => [ 'name' => 'index_is_deleted_sort_name', 'field' => [ diff --git a/civicrm/CRM/Contact/DAO/Group.php b/civicrm/CRM/Contact/DAO/Group.php index 2481edfcfd..a56444d5aa 100644 --- a/civicrm/CRM/Contact/DAO/Group.php +++ b/civicrm/CRM/Contact/DAO/Group.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Contact/Group.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:d9453f2a948783a20abc574cc0ba860a) + * (GenCodeChecksum:65f55d4c1449a2daf78f584395974789) */ /** @@ -555,6 +555,9 @@ class CRM_Contact_DAO_Group extends CRM_Core_DAO { 'bao' => 'CRM_Contact_BAO_Group', 'localizable' => 0, 'serialize' => self::SERIALIZE_SEPARATOR_BOOKEND, + 'html' => [ + 'type' => 'Select', + ], 'pseudoconstant' => [ 'optionGroupName' => 'group_type', 'optionEditPath' => 'civicrm/admin/options/group_type', @@ -618,8 +621,16 @@ class CRM_Contact_DAO_Group extends CRM_Core_DAO { 'bao' => 'CRM_Contact_BAO_Group', 'localizable' => 0, 'serialize' => self::SERIALIZE_COMMA, + 'html' => [ + 'type' => 'EntityRef', + 'label' => ts("Parent Group(s)"), + ], 'pseudoconstant' => [ - 'callback' => 'CRM_Core_PseudoConstant::allGroup', + 'table' => 'civicrm_group', + 'keyColumn' => 'id', + 'labelColumn' => 'title', + 'nameColumn' => 'name', + 'prefetch' => 'FALSE', ], 'add' => '2.1', ], diff --git a/civicrm/CRM/Contact/Form/CustomData.php b/civicrm/CRM/Contact/Form/CustomData.php index a54431bea5..da7ab34fd8 100644 --- a/civicrm/CRM/Contact/Form/CustomData.php +++ b/civicrm/CRM/Contact/Form/CustomData.php @@ -137,7 +137,7 @@ class CRM_Contact_Form_CustomData extends CRM_Core_Form { $this->_contactSubType = CRM_Contact_BAO_Contact::getContactSubType($this->_tableID, ','); $this->assign('contact_type', $this->_contactType); $this->assign('contact_subtype', $this->_contactSubType); - list($displayName, $contactImage) = CRM_Contact_BAO_Contact::getDisplayAndImage($this->_tableID); + [$displayName, $contactImage] = CRM_Contact_BAO_Contact::getDisplayAndImage($this->_tableID); $this->setTitle($displayName, $contactImage . ' ' . $displayName); // when custom data is included in this page diff --git a/civicrm/CRM/Contact/Form/DedupeRules.php b/civicrm/CRM/Contact/Form/DedupeRules.php index 1ac21b3510..9b85814dc2 100644 --- a/civicrm/CRM/Contact/Form/DedupeRules.php +++ b/civicrm/CRM/Contact/Form/DedupeRules.php @@ -241,10 +241,10 @@ UPDATE civicrm_dedupe_rule_group if (empty($values["where_$count"])) { continue; } - list($table, $field) = explode('.', CRM_Utils_Array::value("where_$count", $values)); + [$table, $field] = explode('.', CRM_Utils_Array::value("where_$count", $values)); $length = !empty($values["length_$count"]) ? CRM_Utils_Array::value("length_$count", $values) : NULL; $weight = $values["weight_$count"]; - if ($table and $field) { + if ($table && $field) { $ruleDao = new CRM_Dedupe_DAO_DedupeRule(); $ruleDao->dedupe_rule_group_id = $rgDao->id; $ruleDao->rule_table = $table; diff --git a/civicrm/CRM/Contact/Form/Edit/CommunicationPreferences.php b/civicrm/CRM/Contact/Form/Edit/CommunicationPreferences.php index 1252d35c3e..5cd315f4a2 100644 --- a/civicrm/CRM/Contact/Form/Edit/CommunicationPreferences.php +++ b/civicrm/CRM/Contact/Form/Edit/CommunicationPreferences.php @@ -172,14 +172,6 @@ class CRM_Contact_Form_Edit_CommunicationPreferences { $defaults['communication_style_id'] = array_pop(CRM_Core_OptionGroup::values('communication_style', TRUE, NULL, NULL, 'AND is_default = 1')); } - // CRM-17778 -- set preferred_mail_format to default if unset - if (empty($defaults['preferred_mail_format'])) { - $defaults['preferred_mail_format'] = 'Both'; - } - else { - $defaults['preferred_mail_format'] = array_search($defaults['preferred_mail_format'], CRM_Core_SelectValues::pmf()); - } - //set default from greeting types CRM-4575, CRM-9739 if ($form->_action & CRM_Core_Action::ADD) { foreach (CRM_Contact_BAO_Contact::$_greetingTypes as $greeting) { diff --git a/civicrm/CRM/Contact/Form/Inline/CommunicationPreferences.php b/civicrm/CRM/Contact/Form/Inline/CommunicationPreferences.php index 5ca94df5dd..6452b0b02e 100644 --- a/civicrm/CRM/Contact/Form/Inline/CommunicationPreferences.php +++ b/civicrm/CRM/Contact/Form/Inline/CommunicationPreferences.php @@ -44,9 +44,6 @@ class CRM_Contact_Form_Inline_CommunicationPreferences extends CRM_Contact_Form_ // CRM-19135: where CRM_Core_BAO_Contact::getValues() set label as a default value instead of reserved 'value', // the code is to ensure we always set default to value instead of label - if (!empty($defaults['preferred_mail_format'])) { - $defaults['preferred_mail_format'] = array_search($defaults['preferred_mail_format'], CRM_Core_SelectValues::pmf()); - } if (empty($defaults['communication_style_id'])) { $defaults['communication_style_id'] = array_pop(CRM_Core_OptionGroup::values('communication_style', TRUE, NULL, NULL, 'AND is_default = 1')); diff --git a/civicrm/CRM/Contact/Form/Search/Builder.php b/civicrm/CRM/Contact/Form/Search/Builder.php index 4441dd702c..f3c252c20b 100644 --- a/civicrm/CRM/Contact/Form/Search/Builder.php +++ b/civicrm/CRM/Contact/Form/Search/Builder.php @@ -685,9 +685,7 @@ class CRM_Contact_Form_Search_Builder extends CRM_Contact_Form_Search { ]; if (isset($mappingId)) { - list($mappingName, $mappingContactType, $mappingLocation, $mappingPhoneType, $mappingImProvider, - $mappingRelation, $mappingOperator, $mappingValue - ) = $this->getMappingFields($mappingId); + [$mappingName, $mappingContactType, $mappingLocation, $mappingPhoneType, $mappingImProvider, $mappingRelation, $mappingOperator, $mappingValue] = $this->getMappingFields($mappingId); $blkCnt = count($mappingName); if ($blkCnt >= $blockCount) { diff --git a/civicrm/CRM/Contact/Form/Search/Criteria.php b/civicrm/CRM/Contact/Form/Search/Criteria.php index 18fd41cd0d..ac6b938203 100644 --- a/civicrm/CRM/Contact/Form/Search/Criteria.php +++ b/civicrm/CRM/Contact/Form/Search/Criteria.php @@ -427,7 +427,7 @@ class CRM_Contact_Form_Search_Criteria { $parseStreetAddress = $addressOptions['street_address_parsing'] ?? 0; $form->assign('parseStreetAddress', $parseStreetAddress); foreach ($elements as $name => $v) { - list($title, $attributes, $select, $multiSelect) = $v; + [$title, $attributes, $select, $multiSelect] = $v; if (in_array($name, ['street_number', 'street_name', 'street_unit'] diff --git a/civicrm/CRM/Contact/Form/Task/AddToGroup.php b/civicrm/CRM/Contact/Form/Task/AddToGroup.php index 462df635db..12ea9d10f6 100644 --- a/civicrm/CRM/Contact/Form/Task/AddToGroup.php +++ b/civicrm/CRM/Contact/Form/Task/AddToGroup.php @@ -219,7 +219,7 @@ class CRM_Contact_Form_Task_AddToGroup extends CRM_Contact_Form_Task { 1 => $groupName, 'count' => $added, 'plural' => 'Added Contacts to %1', - ]), 'success', ['expires' => 0]); + ]), 'success'); if ($this->_context === 'amtg') { CRM_Core_Session::singleton() diff --git a/civicrm/CRM/Contact/Form/Task/AddToParentClass.php b/civicrm/CRM/Contact/Form/Task/AddToParentClass.php index 55f228e2ed..20300204cb 100644 --- a/civicrm/CRM/Contact/Form/Task/AddToParentClass.php +++ b/civicrm/CRM/Contact/Form/Task/AddToParentClass.php @@ -146,7 +146,7 @@ class CRM_Contact_Form_Task_AddToParentClass extends CRM_Contact_Form_Task { CRM_Core_Session::setStatus($status, ts('Relationship created.', [ 'count' => $outcome['valid'], 'plural' => 'Relationships created.', - ]), 'success', ['expires' => 0]); + ]), 'success'); } @@ -179,7 +179,7 @@ class CRM_Contact_Form_Task_AddToParentClass extends CRM_Contact_Form_Task { if (!empty($params['relationship_type_id'])) { $relationshipType = new CRM_Contact_DAO_RelationshipType(); - list($rid, $direction) = explode('_', $params['relationship_type_id'], 2); + [$rid, $direction] = explode('_', $params['relationship_type_id'], 2); $relationshipType->id = $rid; if ($relationshipType->find(TRUE)) { diff --git a/civicrm/CRM/Contact/Form/Task/AddToTag.php b/civicrm/CRM/Contact/Form/Task/AddToTag.php index 2001a39ac7..90a63fdf7a 100644 --- a/civicrm/CRM/Contact/Form/Task/AddToTag.php +++ b/civicrm/CRM/Contact/Form/Task/AddToTag.php @@ -131,7 +131,7 @@ class CRM_Contact_Form_Task_AddToTag extends CRM_Contact_Form_Task { ]); } $status = '<ul><li>' . implode('</li><li>', $status) . '</li></ul>'; - CRM_Core_Session::setStatus($status, ts("Added Tag <em>%1</em>", [1 => $this->_tags[$key]]), 'success', ['expires' => 0]); + CRM_Core_Session::setStatus($status, ts("Added Tag <em>%1</em>", [1 => $this->_tags[$key]]), 'success'); } } diff --git a/civicrm/CRM/Contact/Form/Task/RemoveFromGroup.php b/civicrm/CRM/Contact/Form/Task/RemoveFromGroup.php index 235f68f7a6..799456c74a 100644 --- a/civicrm/CRM/Contact/Form/Task/RemoveFromGroup.php +++ b/civicrm/CRM/Contact/Form/Task/RemoveFromGroup.php @@ -76,7 +76,7 @@ class CRM_Contact_Form_Task_RemoveFromGroup extends CRM_Contact_Form_Task { CRM_Core_Session::setStatus($status, ts("Removed Contact From Group", [ 'plural' => "Removed Contacts From Group", 'count' => $removed, - ]), 'success', ['expires' => 0]); + ]), 'success'); } } diff --git a/civicrm/CRM/Contact/Form/Task/RemoveFromTag.php b/civicrm/CRM/Contact/Form/Task/RemoveFromTag.php index 2c2c4d6683..b6196b408b 100644 --- a/civicrm/CRM/Contact/Form/Task/RemoveFromTag.php +++ b/civicrm/CRM/Contact/Form/Task/RemoveFromTag.php @@ -124,7 +124,7 @@ class CRM_Contact_Form_Task_RemoveFromTag extends CRM_Contact_Form_Task { ]); } $status = '<ul><li>' . implode('</li><li>', $status) . '</li></ul>'; - CRM_Core_Session::setStatus($status, ts("Removed Tag <em>%1</em>", [1 => $this->_tags[$key]]), 'success', ['expires' => 0]); + CRM_Core_Session::setStatus($status, ts("Removed Tag <em>%1</em>", [1 => $this->_tags[$key]]), 'success'); } } diff --git a/civicrm/CRM/Contact/Form/Task/SaveSearch.php b/civicrm/CRM/Contact/Form/Task/SaveSearch.php index f843f69ecb..8901ee49a4 100644 --- a/civicrm/CRM/Contact/Form/Task/SaveSearch.php +++ b/civicrm/CRM/Contact/Form/Task/SaveSearch.php @@ -145,7 +145,7 @@ class CRM_Contact_Form_Task_SaveSearch extends CRM_Contact_Form_Task { $mappingParams = [ 'mapping_type_id' => CRM_Core_PseudoConstant::getKey('CRM_Core_BAO_Mapping', 'mapping_type_id', 'Search Builder'), ]; - $mapping = CRM_Core_BAO_Mapping::add($mappingParams); + $mapping = CRM_Core_BAO_Mapping::writeRecord($mappingParams); $mappingId = $mapping->id; } else { @@ -220,7 +220,7 @@ class CRM_Contact_Form_Task_SaveSearch extends CRM_Contact_Form_Task { 'description' => CRM_Core_DAO::getFieldValue('CRM_Contact_DAO_Group', $group->id, 'description', 'id'), 'mapping_type_id' => CRM_Core_PseudoConstant::getKey('CRM_Core_BAO_Mapping', 'mapping_type_id', 'Search Builder'), ]; - CRM_Core_BAO_Mapping::add($mappingParams); + CRM_Core_BAO_Mapping::writeRecord($mappingParams); } // CRM-9464 diff --git a/civicrm/CRM/Contact/Import/MetadataTrait.php b/civicrm/CRM/Contact/Import/MetadataTrait.php index 132782496b..62c8f7277a 100644 --- a/civicrm/CRM/Contact/Import/MetadataTrait.php +++ b/civicrm/CRM/Contact/Import/MetadataTrait.php @@ -37,7 +37,7 @@ trait CRM_Contact_Import_MetadataTrait { } foreach ($this->getRelationships() as $key => $var) { - list($type) = explode('_', $key); + [$type] = explode('_', $key); $relationshipType[$key]['title'] = $var; $relationshipType[$key]['headerPattern'] = '/' . preg_quote($var, '/') . '/'; $relationshipType[$key]['import'] = TRUE; diff --git a/civicrm/CRM/Contact/Import/Parser/Contact.php b/civicrm/CRM/Contact/Import/Parser/Contact.php index 868efc3336..8aed047023 100644 --- a/civicrm/CRM/Contact/Import/Parser/Contact.php +++ b/civicrm/CRM/Contact/Import/Parser/Contact.php @@ -306,6 +306,7 @@ class CRM_Contact_Import_Parser_Contact extends CRM_Import_Parser { if ($customFieldID && !array_key_exists($customFieldID, $addressCustomFields) ) { + // @todo - this can probably go.... if ($customFields[$customFieldID]['data_type'] == 'Boolean') { if (empty($val) && !is_numeric($val) && $this->isFillDuplicates()) { //retain earlier value when Import mode is `Fill` @@ -816,12 +817,10 @@ class CRM_Contact_Import_Parser_Contact extends CRM_Import_Parser { } } } - if (in_array($key, ['nick_name', 'job_title', 'middle_name', 'birth_date', 'gender_id', 'current_employer', 'prefix_id', 'suffix_id']) - && ($value == '' || !isset($value)) && - ($session->get('authSrc') & (CRM_Core_Permission::AUTH_SRC_CHECKSUM + CRM_Core_Permission::AUTH_SRC_LOGIN)) == 0 || - ($key === 'current_employer' && empty($params['current_employer']))) { - // CRM-10128: if auth source is not checksum / login && $value is blank, do not fill $data with empty value - // to avoid update with empty values + // Why only these fields...? + if ($value === '' && in_array($key, ['nick_name', 'job_title', 'middle_name', 'birth_date', 'gender_id', 'current_employer', 'prefix_id', 'suffix_id'], TRUE) + ) { + // CRM-10128: if $value is blank, do not fill $data with empty value continue; } else { @@ -1560,7 +1559,7 @@ class CRM_Contact_Import_Parser_Contact extends CRM_Import_Parser { throw new CRM_Core_Exception('Mismatched contact SubTypes :', CRM_Import_Parser::NO_MATCH); } } - return array($formatted, $params); + return [$formatted, $params]; } /** diff --git a/civicrm/CRM/Contact/Page/View/Log.php b/civicrm/CRM/Contact/Page/View/Log.php index 1e869a50c3..8133f9eddc 100644 --- a/civicrm/CRM/Contact/Page/View/Log.php +++ b/civicrm/CRM/Contact/Page/View/Log.php @@ -41,7 +41,7 @@ class CRM_Contact_Page_View_Log extends CRM_Core_Page { $logEntries = []; while ($log->fetch()) { - list($displayName, $contactImage) = CRM_Contact_BAO_Contact::getDisplayAndImage($log->modified_id); + [$displayName, $contactImage] = CRM_Contact_BAO_Contact::getDisplayAndImage($log->modified_id); $logEntries[] = [ 'id' => $log->modified_id, 'name' => $displayName, diff --git a/civicrm/CRM/Contact/Page/View/UserDashBoard.php b/civicrm/CRM/Contact/Page/View/UserDashBoard.php index 9cb559bf47..dcadcc71ef 100644 --- a/civicrm/CRM/Contact/Page/View/UserDashBoard.php +++ b/civicrm/CRM/Contact/Page/View/UserDashBoard.php @@ -50,17 +50,12 @@ class CRM_Contact_Page_View_UserDashBoard extends CRM_Core_Page { $userID = CRM_Core_Session::getLoggedInContactID(); $userChecksum = $this->getUserChecksum(); - $validUser = FALSE; - if ($userChecksum) { - $this->assign('userChecksum', $userChecksum); - $validUser = CRM_Contact_BAO_Contact_Utils::validChecksum($this->_contactId, $userChecksum); - $this->_isChecksumUser = $validUser; - } + $this->assign('userChecksum', $userChecksum); if (!$this->_contactId) { $this->_contactId = $userID; } - elseif ($this->_contactId != $userID && !$validUser) { + elseif ($this->_contactId != $userID && !$userChecksum) { if (!CRM_Contact_BAO_Contact_Permission::allow($this->_contactId, CRM_Core_Permission::VIEW)) { CRM_Core_Error::statusBounce(ts('You do not have permission to access this contact.')); } @@ -73,14 +68,17 @@ class CRM_Contact_Page_View_UserDashBoard extends CRM_Core_Page { /** * Heart of the viewing process. * - * The runner gets all the meta data for the contact and calls the appropriate type of page to view. + * The runner gets all the meta data for the contact and calls the + * appropriate type of page to view. + * + * @throws \CRM_Core_Exception */ public function preProcess() { if (!$this->_contactId) { throw new CRM_Core_Exception(ts('You must be logged in to view this page.')); } - list($displayName, $contactImage) = CRM_Contact_BAO_Contact::getDisplayAndImage($this->_contactId); + [$displayName, $contactImage] = CRM_Contact_BAO_Contact::getDisplayAndImage($this->_contactId); $this->set('displayName', $displayName); $this->set('contactImage', $contactImage); @@ -92,6 +90,8 @@ class CRM_Contact_Page_View_UserDashBoard extends CRM_Core_Page { /** * Build user dashboard. + * + * @throws \CRM_Core_Exception */ public function buildUserDashBoard() { //build component selectors @@ -154,7 +154,7 @@ class CRM_Contact_Page_View_UserDashBoard extends CRM_Core_Page { $this->assign('pcpInfo', $pcpInfo); } - if (!empty($dashboardOptions['Assigned Activities']) && empty($this->_isChecksumUser)) { + if (!empty($dashboardOptions['Assigned Activities']) && !$this->getUserChecksum()) { // Assigned Activities section $dashboardElements[] = [ 'class' => 'crm-dashboard-assignedActivities', @@ -246,11 +246,12 @@ class CRM_Contact_Page_View_UserDashBoard extends CRM_Core_Page { /** * Get the user checksum from the url to use in links. * - * @return string + * @return string|false + * @throws \CRM_Core_Exception */ protected function getUserChecksum() { $userChecksum = CRM_Utils_Request::retrieve('cs', 'String', $this); - if (empty($userID) && $this->_contactId) { + if ($this->_contactId && CRM_Contact_BAO_Contact_Utils::validChecksum($this->_contactId, $userChecksum)) { return $userChecksum; } return FALSE; diff --git a/civicrm/CRM/Contribute/BAO/Product.php b/civicrm/CRM/Contribute/BAO/Product.php index f4f6f5f4dc..24ba30d8aa 100644 --- a/civicrm/CRM/Contribute/BAO/Product.php +++ b/civicrm/CRM/Contribute/BAO/Product.php @@ -23,24 +23,17 @@ class CRM_Contribute_BAO_Product extends CRM_Contribute_DAO_Product { public static $_defaultContributionType = NULL; /** - * Fetch object based on array of properties. - * + * @deprecated * @param array $params - * (reference ) an assoc array of name/value pairs. * @param array $defaults - * (reference ) an assoc array to hold the flattened values. - * - * @return CRM_Contribute_BAO_Product + * @return self|null */ public static function retrieve(&$params, &$defaults) { - $premium = new CRM_Contribute_DAO_Product(); - $premium->copyValues($params); - if ($premium->find(TRUE)) { + $premium = self::commonRetrieve(self::class, $params, $defaults); + if ($premium) { $premium->product_name = $premium->name; - CRM_Core_DAO::storeValues($premium, $defaults); - return $premium; } - return NULL; + return $premium; } /** diff --git a/civicrm/CRM/Contribute/Form/Contribution/Main.php b/civicrm/CRM/Contribute/Form/Contribution/Main.php index b91317f3d2..da53dd0205 100644 --- a/civicrm/CRM/Contribute/Form/Contribution/Main.php +++ b/civicrm/CRM/Contribute/Form/Contribution/Main.php @@ -123,7 +123,6 @@ class CRM_Contribute_Form_Contribution_Main extends CRM_Contribute_Form_Contribu if (!empty($contactID)) { $fields = []; - $removeCustomFieldTypes = ['Contribution', 'Membership']; $contribFields = CRM_Contribute_BAO_Contribution::getContributionFields(); // remove component related fields @@ -131,7 +130,7 @@ class CRM_Contribute_Form_Contribution_Main extends CRM_Contribute_Form_Contribu //don't set custom data Used for Contribution (CRM-1344) if (substr($name, 0, 7) == 'custom_') { $id = substr($name, 7); - if (!CRM_Core_BAO_CustomGroup::checkCustomField($id, $removeCustomFieldTypes)) { + if (!CRM_Core_BAO_CustomGroup::checkCustomField($id, ['Contribution', 'Membership'])) { continue; } // ignore component fields @@ -513,32 +512,29 @@ class CRM_Contribute_Form_Contribution_Main extends CRM_Contribute_Form_Contribu $membershipTypeIds = $membershipTypes = $radio = $radioOptAttrs = []; // This is always true if this line is reachable - remove along with the upcoming if. - $membershipPriceset = (!empty($this->_priceSetId) && $this->isMembershipPriceSet()); + $membershipPriceset = TRUE; $allowAutoRenewMembership = $autoRenewOption = FALSE; $autoRenewMembershipTypeOptions = []; $separateMembershipPayment = $this->_membershipBlock['is_separate_payment'] ?? NULL; - if ($membershipPriceset) { - foreach ($this->_priceSet['fields'] as $pField) { - if (empty($pField['options'])) { + foreach ($this->_priceSet['fields'] as $pField) { + if (empty($pField['options'])) { + continue; + } + foreach ($pField['options'] as $opId => $opValues) { + if (empty($opValues['membership_type_id'])) { continue; } - foreach ($pField['options'] as $opId => $opValues) { - if (empty($opValues['membership_type_id'])) { - continue; - } - $membershipTypeIds[$opValues['membership_type_id']] = $opValues['membership_type_id']; - } + $membershipTypeIds[$opValues['membership_type_id']] = $opValues['membership_type_id']; } } - elseif (!empty($this->_membershipBlock['membership_types'])) { - $membershipTypeIds = explode(',', $this->_membershipBlock['membership_types']); - } if (!empty($membershipTypeIds)) { //set status message if wrong membershipType is included in membershipBlock + // @todo - this appears to be unreachable - it seems likely it has been broken for + // a while so remove may be an OK alternative to fix if ($this->getRenewalMembershipID() && !$membershipPriceset) { $membershipTypeID = CRM_Core_DAO::getFieldValue('CRM_Member_DAO_Membership', $this->getRenewalMembershipID(), diff --git a/civicrm/CRM/Contribute/WorkflowMessage/ContributionTrait.php b/civicrm/CRM/Contribute/WorkflowMessage/ContributionTrait.php index 91db22e4c5..7cdaed94b9 100644 --- a/civicrm/CRM/Contribute/WorkflowMessage/ContributionTrait.php +++ b/civicrm/CRM/Contribute/WorkflowMessage/ContributionTrait.php @@ -1,5 +1,7 @@ <?php +use Civi\Api4\Membership; + /** * @method array getContribution() * @method ?int getContributionID() @@ -17,7 +19,7 @@ trait CRM_Contribute_WorkflowMessage_ContributionTrait { /** * @var int - * @scope tokenContext as contributionId + * @scope tokenContext as contributionId, tplParams as contributionID */ public $contributionId; @@ -87,6 +89,7 @@ trait CRM_Contribute_WorkflowMessage_ContributionTrait { * Get bool for whether a line item breakdown be displayed. * * @return bool + * @noinspection PhpUnused */ public function getIsShowLineItems(): bool { if (isset($this->isShowLineItems)) { @@ -107,6 +110,7 @@ trait CRM_Contribute_WorkflowMessage_ContributionTrait { * Get the line items. * * @return array + * @throws \CRM_Core_Exception */ public function getLineItems(): array { if (isset($this->lineItems)) { @@ -119,13 +123,23 @@ trait CRM_Contribute_WorkflowMessage_ContributionTrait { // always have the contribution ID available as well as migrated ones. return []; } - return $order->getLineItems(); + $lineItems = $order->getLineItems(); + foreach ($lineItems as $index => $lineItem) { + if ($lineItem['entity_table'] === 'civicrm_membership' && !empty($lineItem['entity_id'])) { + // Add in some per line membership details. This could also go in the Order class? + $lineItems[$index]['membership'] = Membership::get(FALSE)->addWhere('id', '=', $lineItem['entity_id'])->addSelect('start_date', 'end_date')->execute()->first(); + } + } + return $lineItems; } /** * Get the line items. * * @return array + * @throws \CRM_Core_Exception + * + * @noinspection PhpUnused */ public function getTaxRateBreakdown(): array { if (isset($this->taxRateBreakdown)) { @@ -184,6 +198,8 @@ trait CRM_Contribute_WorkflowMessage_ContributionTrait { * and tax are a package. * * @param array $export + * + * @noinspection PhpUnused */ protected function exportExtraTplParams(array &$export): void { $export['isShowTax'] = (bool) Civi::settings()->get('invoicing'); diff --git a/civicrm/CRM/Core/BAO/ConfigSetting.php b/civicrm/CRM/Core/BAO/ConfigSetting.php index 44b7178062..00698964cf 100644 --- a/civicrm/CRM/Core/BAO/ConfigSetting.php +++ b/civicrm/CRM/Core/BAO/ConfigSetting.php @@ -310,8 +310,8 @@ class CRM_Core_BAO_ConfigSetting { */ public static function enableComponent($componentName) { $enabledComponents = Civi::settings()->get('enable_components'); - if (in_array($componentName, $enabledComponents)) { - // component is already enabled + if (in_array($componentName, $enabledComponents, TRUE)) { + // Component is already enabled return TRUE; } @@ -346,20 +346,13 @@ class CRM_Core_BAO_ConfigSetting { * @return bool */ public static function disableComponent($componentName) { - $config = CRM_Core_Config::singleton(); - if (!in_array($componentName, $config->enableComponents) || - !array_key_exists($componentName, CRM_Core_Component::getComponents()) - ) { - // Post-condition is satisfied. + $enabledComponents = Civi::settings()->get('enable_components'); + if (!in_array($componentName, $enabledComponents, TRUE)) { + // Component is already disabled. return TRUE; } - // get enabled-components from DB and add to the list - $enabledComponents = Civi::settings()->get('enable_components'); - $enabledComponents = array_diff($enabledComponents, [$componentName]); - - self::setEnabledComponents($enabledComponents); - + self::setEnabledComponents(array_diff($enabledComponents, [$componentName])); return TRUE; } @@ -369,8 +362,7 @@ class CRM_Core_BAO_ConfigSetting { * @param array $enabledComponents */ public static function setEnabledComponents($enabledComponents) { - // The on_change trigger on this setting will trigger a cache flush - Civi::settings()->set('enable_components', $enabledComponents); + Civi::settings()->set('enable_components', array_values($enabledComponents)); } /** diff --git a/civicrm/CRM/Core/BAO/CustomField.php b/civicrm/CRM/Core/BAO/CustomField.php index 5da3581da9..9c41ec844e 100644 --- a/civicrm/CRM/Core/BAO/CustomField.php +++ b/civicrm/CRM/Core/BAO/CustomField.php @@ -246,17 +246,10 @@ class CRM_Core_BAO_CustomField extends CRM_Core_DAO_CustomField { } /** - * Retrieve DB object and copy to defaults array. - * + * @deprecated * @param array $params - * Array of criteria values. * @param array $defaults - * Array to be populated with found values. - * * @return self|null - * The DAO object, if found. - * - * @deprecated */ public static function retrieve($params, &$defaults) { return self::commonRetrieve(self::class, $params, $defaults); @@ -1065,6 +1058,7 @@ class CRM_Core_BAO_CustomField extends CRM_Core_DAO_CustomField { } elseif ($field->data_type == 'EntityReference') { $fieldAttributes['entity'] = $field->fk_entity; + $fieldAttributes['api']['fieldName'] = $field->getEntity() . '.' . $groupName . '.' . $field->name; $element = $qf->addAutocomplete($elementName, $label, $fieldAttributes, $useRequired && !$search); } else { diff --git a/civicrm/CRM/Core/BAO/CustomGroup.php b/civicrm/CRM/Core/BAO/CustomGroup.php index a4a33744a6..fedf435938 100644 --- a/civicrm/CRM/Core/BAO/CustomGroup.php +++ b/civicrm/CRM/Core/BAO/CustomGroup.php @@ -105,12 +105,8 @@ class CRM_Core_BAO_CustomGroup extends CRM_Core_DAO_CustomGroup implements \Civi 'icon', 'extends_entity_column_id', 'extends', + 'is_public', ]; - $current_db_version = CRM_Core_BAO_Domain::version(); - $is_public_version = version_compare($current_db_version, '4.7.19', '>='); - if ($is_public_version) { - $fields[] = 'is_public'; - } foreach ($fields as $field) { if (isset($params[$field])) { $group->$field = $params[$field]; @@ -218,17 +214,10 @@ class CRM_Core_BAO_CustomGroup extends CRM_Core_DAO_CustomGroup implements \Civi } /** - * Retrieve DB object and copy to defaults array. - * + * @deprecated * @param array $params - * Array of criteria values. * @param array $defaults - * Array to be populated with found values. - * * @return self|null - * The DAO object, if found. - * - * @deprecated */ public static function retrieve($params, &$defaults) { return self::commonRetrieve(self::class, $params, $defaults); @@ -434,14 +423,11 @@ class CRM_Core_BAO_CustomGroup extends CRM_Core_DAO_CustomGroup implements \Civi 'extends_entity_column_id', 'extends_entity_column_value', 'max_multiple', + 'is_public', ], ]; $current_db_version = CRM_Core_BAO_Domain::version(); - $is_public_version = version_compare($current_db_version, '4.7.19', '>='); $serialize_version = version_compare($current_db_version, '5.27.alpha1', '>='); - if ($is_public_version) { - $tableData['custom_group'][] = 'is_public'; - } if ($serialize_version) { $tableData['custom_field'][] = 'serialize'; } @@ -541,16 +527,16 @@ WHERE civicrm_custom_group.is_active = 1 ); } - if ($showPublicOnly && $is_public_version) { - $strWhere .= "AND civicrm_custom_group.is_public = 1"; + if ($showPublicOnly) { + $strWhere .= 'AND civicrm_custom_group.is_public = 1'; } - $orderBy = " + $orderBy = ' ORDER BY civicrm_custom_group.weight, civicrm_custom_group.title, civicrm_custom_field.weight, civicrm_custom_field.label -"; +'; // final query string $queryString = "$strSelect $strFrom $strWhere $orderBy"; @@ -1690,7 +1676,7 @@ ORDER BY civicrm_custom_group.weight, * * @throws \CRM_Core_Exception */ - public static function checkCustomField($customFieldId, &$removeCustomFieldTypes) { + public static function checkCustomField($customFieldId, $removeCustomFieldTypes) { $query = 'SELECT cg.extends as extends FROM civicrm_custom_group as cg, civicrm_custom_field as cf WHERE cg.id = cf.custom_group_id diff --git a/civicrm/CRM/Core/BAO/CustomQuery.php b/civicrm/CRM/Core/BAO/CustomQuery.php index 621441bc76..002f5fba26 100644 --- a/civicrm/CRM/Core/BAO/CustomQuery.php +++ b/civicrm/CRM/Core/BAO/CustomQuery.php @@ -195,8 +195,8 @@ class CRM_Core_BAO_CustomQuery { // fix $value here to escape sql injection attacks $qillValue = NULL; if (!is_array($value)) { - $value = CRM_Core_DAO::escapeString(trim($value)); - $qillValue = CRM_Core_BAO_CustomField::displayValue($value, $id); + $escapedValue = CRM_Core_DAO::escapeString(trim($value)); + $qillValue = CRM_Core_BAO_CustomField::displayValue($escapedValue, $id); } elseif (count($value) && in_array(key($value), CRM_Core_DAO::acceptedSQLOperators(), TRUE)) { $op = key($value); @@ -223,7 +223,7 @@ class CRM_Core_BAO_CustomQuery { else { // fix $value here to escape sql injection attacks if (!is_array($value)) { - if ($field['data_type'] == 'String') { + if ($field['data_type'] === 'String') { $value = CRM_Utils_Type::escape($value, 'String'); } elseif ($value) { @@ -242,7 +242,7 @@ class CRM_Core_BAO_CustomQuery { foreach ($value as $key => $val) { $value[$key] = str_replace(['[', ']', ','], ['\[', '\]', '[:comma:]'], $val); $value[$key] = str_replace('|', '[:separator:]', $value[$key]); - if ($field['data_type'] == 'String') { + if ($field['data_type'] === 'String') { $value[$key] = CRM_Utils_Type::escape($value[$key], 'String'); } elseif ($value) { @@ -273,7 +273,7 @@ class CRM_Core_BAO_CustomQuery { } else { //FIX for custom data query fired against no value(NULL/NOT NULL) - $this->_where[$grouping][] = CRM_Contact_BAO_Query::buildClause($fieldName, $op, $value, 'String'); + $this->_where[$grouping][] = CRM_Contact_BAO_Query::buildClause($fieldName, $op, $value, 'String', TRUE); } $this->_qill[$grouping][] = $field['label'] . " $qillOp $qillValue"; } @@ -281,12 +281,12 @@ class CRM_Core_BAO_CustomQuery { case 'Int': $this->_where[$grouping][] = CRM_Contact_BAO_Query::buildClause($fieldName, $op, $value, 'Integer'); - $this->_qill[$grouping][] = ts("%1 %2 %3", [1 => $field['label'], 2 => $qillOp, 3 => $qillValue]); + $this->_qill[$grouping][] = ts('%1 %2 %3', [1 => $field['label'], 2 => $qillOp, 3 => $qillValue]); break; case 'Boolean': if (!is_array($value)) { - if (strtolower($value) == 'yes' || strtolower($value) == strtolower(ts('Yes'))) { + if (mb_strtolower($value) === 'yes' || mb_strtolower($value) === mb_strtolower(ts('Yes'))) { $value = 1; } else { diff --git a/civicrm/CRM/Core/BAO/Domain.php b/civicrm/CRM/Core/BAO/Domain.php index c3642ccbab..b81d5add43 100644 --- a/civicrm/CRM/Core/BAO/Domain.php +++ b/civicrm/CRM/Core/BAO/Domain.php @@ -40,17 +40,10 @@ class CRM_Core_BAO_Domain extends CRM_Core_DAO_Domain { } /** - * Retrieve DB object and copy to defaults array. - * + * @deprecated * @param array $params - * Array of criteria values. * @param array $defaults - * Array to be populated with found values. - * * @return self|null - * The DAO object, if found. - * - * @deprecated */ public static function retrieve($params, &$defaults) { return self::commonRetrieve(self::class, $params, $defaults); diff --git a/civicrm/CRM/Core/BAO/Extension.php b/civicrm/CRM/Core/BAO/Extension.php index 4bb87024ed..9d07e8cb69 100644 --- a/civicrm/CRM/Core/BAO/Extension.php +++ b/civicrm/CRM/Core/BAO/Extension.php @@ -21,19 +21,13 @@ class CRM_Core_BAO_Extension extends CRM_Core_DAO_Extension { /** - * Retrieve DB object and copy to defaults array. - * + * @deprecated * @param array $params - * Array of criteria values. * @param array $defaults - * Array to be populated with found values. - * * @return self|null - * The DAO object, if found. - * - * @deprecated */ public static function retrieve($params, &$defaults) { + CRM_Core_Error::deprecatedFunctionWarning('API'); return self::commonRetrieve(self::class, $params, $defaults); } diff --git a/civicrm/CRM/Core/BAO/FinancialTrxn.php b/civicrm/CRM/Core/BAO/FinancialTrxn.php index a788e7fa6c..0b08647964 100644 --- a/civicrm/CRM/Core/BAO/FinancialTrxn.php +++ b/civicrm/CRM/Core/BAO/FinancialTrxn.php @@ -26,7 +26,8 @@ class CRM_Core_BAO_FinancialTrxn extends CRM_Financial_BAO_FinancialTrxn { if (!$contributionFinancialTypeId) { $contributionFinancialTypeId = CRM_Core_DAO::getFieldValue('CRM_Contribute_BAO_Contribution', $contributionId, 'financial_type_id'); } - $toFinancialAccount = CRM_Contribute_PseudoConstant::getRelationalFinancialAccount($contributionFinancialTypeId, 'Accounts Receivable Account is'); + $toFinancialAccount = CRM_Financial_BAO_FinancialAccount::getFinancialAccountForFinancialTypeByRelationship($contributionFinancialTypeId, 'Accounts Receivable Account is'); + $q = "SELECT ft.id, ft.total_amount FROM civicrm_financial_trxn ft INNER JOIN civicrm_entity_financial_trxn eft ON (eft.financial_trxn_id = ft.id AND eft.entity_table = 'civicrm_contribution') WHERE eft.entity_id = %1 AND ft.to_financial_account_id = %2"; $p[1] = [$contributionId, 'Integer']; @@ -259,7 +260,6 @@ WHERE ceft.entity_id = %1"; } if (!empty($params['cost'])) { - $contributionStatuses = CRM_Contribute_PseudoConstant::contributionStatus(NULL, 'name'); $toFinancialAccountType = !empty($params['isDeleted']) ? 'Premiums Inventory Account is' : 'Cost of Sales Account is'; $fromFinancialAccountType = !empty($params['isDeleted']) ? 'Cost of Sales Account is' : 'Premiums Inventory Account is'; $financialtrxn = [ @@ -268,7 +268,7 @@ WHERE ceft.entity_id = %1"; 'trxn_date' => date('YmdHis'), 'total_amount' => $params['cost'] ?? 0, 'currency' => $params['currency'] ?? NULL, - 'status_id' => array_search('Completed', $contributionStatuses), + 'status_id' => CRM_Core_PseudoConstant::getKey('CRM_Contribute_BAO_Contribution', 'contribution_status_id', 'Completed'), 'entity_table' => 'civicrm_contribution', 'entity_id' => $params['contributionId'], ]; @@ -477,10 +477,9 @@ WHERE ceft.entity_id = %1"; } $revenueRecognitionDate = $contributionDetails->revenue_recognition_date; if (!CRM_Utils_System::isNull($revenueRecognitionDate)) { - $statuses = CRM_Contribute_PseudoConstant::contributionStatus(NULL, 'name'); if (!$update - && (CRM_Utils_Array::value($contributionDetails->contribution_status_id, $statuses) != 'Completed' - || (CRM_Utils_Array::value($contributionDetails->contribution_status_id, $statuses) != 'Pending' + && ($contributionDetails->contribution_status_id != CRM_Core_PseudoConstant::getKey('CRM_Contribute_BAO_Contribution', 'contribution_status_id', 'Completed') + || ($contributionDetails->contribution_status_id != CRM_Core_PseudoConstant::getKey('CRM_Contribute_BAO_Contribution', 'contribution_status_id', 'Pending') && $contributionDetails->is_pay_later) ) ) { @@ -617,7 +616,7 @@ WHERE ceft.entity_id = %1"; $deferredFinancialAccount = $inputParams['deferred_financial_account_id'] ?? NULL; if (empty($deferredFinancialAccount)) { - $deferredFinancialAccount = CRM_Contribute_PseudoConstant::getRelationalFinancialAccount($prevContribution->financial_type_id, 'Deferred Revenue Account is'); + $deferredFinancialAccount = CRM_Financial_BAO_FinancialAccount::getFinancialAccountForFinancialTypeByRelationship($prevContribution->financial_type_id, 'Deferred Revenue Account is'); } $lastFinancialTrxnId = self::getFinancialTrxnId($prevContribution->id, 'DESC', FALSE, NULL, $deferredFinancialAccount); @@ -646,7 +645,7 @@ WHERE ceft.entity_id = %1"; CRM_Contribute_BAO_Contribution::assignProportionalLineItems($trxnParams, $trxn->id, $prevContribution->total_amount); } - self::createDeferredTrxn(CRM_Utils_Array::value('line_item', $inputParams), $currentContribution, TRUE, 'changePaymentInstrument'); + self::createDeferredTrxn($inputParams['line_item'] ?? NULL, $currentContribution, TRUE, 'changePaymentInstrument'); return TRUE; } diff --git a/civicrm/CRM/Core/BAO/Job.php b/civicrm/CRM/Core/BAO/Job.php index 1f8fd506fb..c281bf8a71 100644 --- a/civicrm/CRM/Core/BAO/Job.php +++ b/civicrm/CRM/Core/BAO/Job.php @@ -35,19 +35,13 @@ class CRM_Core_BAO_Job extends CRM_Core_DAO_Job { } /** - * Retrieve DB object and copy to defaults array. - * + * @deprecated * @param array $params - * Array of criteria values. * @param array $defaults - * Array to be populated with found values. - * * @return self|null - * The DAO object, if found. - * - * @deprecated */ public static function retrieve($params, &$defaults) { + CRM_Core_Error::deprecatedFunctionWarning('API'); return self::commonRetrieve(self::class, $params, $defaults); } diff --git a/civicrm/CRM/Core/BAO/LocationType.php b/civicrm/CRM/Core/BAO/LocationType.php index 6493470d3d..0de77f2a66 100644 --- a/civicrm/CRM/Core/BAO/LocationType.php +++ b/civicrm/CRM/Core/BAO/LocationType.php @@ -27,17 +27,10 @@ class CRM_Core_BAO_LocationType extends CRM_Core_DAO_LocationType implements \Ci public static $_billingLocationType = NULL; /** - * Retrieve DB object and copy to defaults array. - * + * @deprecated * @param array $params - * Array of criteria values. * @param array $defaults - * Array to be populated with found values. - * * @return self|null - * The DAO object, if found. - * - * @deprecated */ public static function retrieve($params, &$defaults) { return self::commonRetrieve(self::class, $params, $defaults); diff --git a/civicrm/CRM/Core/BAO/MailSettings.php b/civicrm/CRM/Core/BAO/MailSettings.php index f0752fb543..7b13eca108 100644 --- a/civicrm/CRM/Core/BAO/MailSettings.php +++ b/civicrm/CRM/Core/BAO/MailSettings.php @@ -103,19 +103,13 @@ class CRM_Core_BAO_MailSettings extends CRM_Core_DAO_MailSettings { } /** - * Retrieve DB object and copy to defaults array. - * + * @deprecated * @param array $params - * Array of criteria values. * @param array $defaults - * Array to be populated with found values. - * * @return self|null - * The DAO object, if found. - * - * @deprecated */ public static function retrieve($params, &$defaults) { + CRM_Core_Error::deprecatedFunctionWarning('API'); return self::commonRetrieve(self::class, $params, $defaults); } diff --git a/civicrm/CRM/Core/BAO/Mapping.php b/civicrm/CRM/Core/BAO/Mapping.php index f184420c33..62bde83761 100644 --- a/civicrm/CRM/Core/BAO/Mapping.php +++ b/civicrm/CRM/Core/BAO/Mapping.php @@ -17,19 +17,13 @@ class CRM_Core_BAO_Mapping extends CRM_Core_DAO_Mapping implements \Civi\Core\HookInterface { /** - * Retrieve DB object and copy to defaults array. - * + * @deprecated * @param array $params - * Array of criteria values. * @param array $defaults - * Array to be populated with found values. - * * @return self|null - * The DAO object, if found. - * - * @deprecated */ public static function retrieve($params, &$defaults) { + CRM_Core_Error::deprecatedFunctionWarning('API'); return self::commonRetrieve(self::class, $params, $defaults); } @@ -47,24 +41,14 @@ class CRM_Core_BAO_Mapping extends CRM_Core_DAO_Mapping implements \Civi\Core\Ho } /** - * Takes an associative array and creates a contact object. - * - * The function extract all the params it needs to initialize the create a - * contact object. the params array could contain additional unused name/value - * pairs + * @deprecated * * @param array $params - * An array of name/value pairs. - * - * @return object - * CRM_Core_DAO_Mapper object on success, otherwise NULL + * @return CRM_Core_DAO_Mapping */ public static function add($params) { - $mapping = new CRM_Core_DAO_Mapping(); - $mapping->copyValues($params); - $mapping->save(); - - return $mapping; + CRM_Core_Error::deprecatedFunctionWarning('writeRecord'); + return self::writeRecord($params); } /** @@ -801,6 +785,13 @@ class CRM_Core_BAO_Mapping extends CRM_Core_DAO_Mapping implements \Civi\Core\Ho ->addWhere('relationship_type_id', '=', $event->id) ->execute(); } + if ($event->action === 'create' && $event->entity === 'Mapping') { + if (CRM_Utils_System::isNull($event->params['name'] ?? NULL)) { + CRM_Core_Error::deprecatedWarning('Creating a mapping with no name is deprecated.'); + $id = 1 + CRM_Core_DAO::singleValueQuery('SELECT MAX(id) FROM civicrm_mapping'); + $event->params['name'] = "mapping_$id"; + } + } } } diff --git a/civicrm/CRM/Core/BAO/MessageTemplate.php b/civicrm/CRM/Core/BAO/MessageTemplate.php index 9b70920b2d..fdf9528205 100644 --- a/civicrm/CRM/Core/BAO/MessageTemplate.php +++ b/civicrm/CRM/Core/BAO/MessageTemplate.php @@ -26,19 +26,13 @@ require_once 'Mail/mime.php'; class CRM_Core_BAO_MessageTemplate extends CRM_Core_DAO_MessageTemplate implements \Civi\Core\HookInterface { /** - * Retrieve DB object and copy to defaults array. - * + * @deprecated * @param array $params - * Array of criteria values. * @param array $defaults - * Array to be populated with found values. - * * @return self|null - * The DAO object, if found. - * - * @deprecated */ public static function retrieve($params, &$defaults) { + CRM_Core_Error::deprecatedFunctionWarning('API'); return self::commonRetrieve(self::class, $params, $defaults); } diff --git a/civicrm/CRM/Core/BAO/OptionGroup.php b/civicrm/CRM/Core/BAO/OptionGroup.php index bd3ffe9c33..b9a1c99ae8 100644 --- a/civicrm/CRM/Core/BAO/OptionGroup.php +++ b/civicrm/CRM/Core/BAO/OptionGroup.php @@ -17,17 +17,10 @@ class CRM_Core_BAO_OptionGroup extends CRM_Core_DAO_OptionGroup implements \Civi\Core\HookInterface { /** - * Retrieve DB object and copy to defaults array. - * + * @deprecated * @param array $params - * Array of criteria values. * @param array $defaults - * Array to be populated with found values. - * * @return self|null - * The DAO object, if found. - * - * @deprecated */ public static function retrieve($params, &$defaults) { return self::commonRetrieve(self::class, $params, $defaults); diff --git a/civicrm/CRM/Core/BAO/OptionValue.php b/civicrm/CRM/Core/BAO/OptionValue.php index 622fca1c20..a7d3c2562d 100644 --- a/civicrm/CRM/Core/BAO/OptionValue.php +++ b/civicrm/CRM/Core/BAO/OptionValue.php @@ -90,17 +90,10 @@ class CRM_Core_BAO_OptionValue extends CRM_Core_DAO_OptionValue implements \Civi } /** - * Retrieve DB object and copy to defaults array. - * + * @deprecated * @param array $params - * Array of criteria values. * @param array $defaults - * Array to be populated with found values. - * * @return self|null - * The DAO object, if found. - * - * @deprecated */ public static function retrieve($params, &$defaults) { return self::commonRetrieve(self::class, $params, $defaults); diff --git a/civicrm/CRM/Core/BAO/PreferencesDate.php b/civicrm/CRM/Core/BAO/PreferencesDate.php index 9263f6b230..86ff352351 100644 --- a/civicrm/CRM/Core/BAO/PreferencesDate.php +++ b/civicrm/CRM/Core/BAO/PreferencesDate.php @@ -17,19 +17,13 @@ class CRM_Core_BAO_PreferencesDate extends CRM_Core_DAO_PreferencesDate { /** - * Retrieve DB object and copy to defaults array. - * + * @deprecated * @param array $params - * Array of criteria values. * @param array $defaults - * Array to be populated with found values. - * * @return self|null - * The DAO object, if found. - * - * @deprecated */ public static function retrieve($params, &$defaults) { + CRM_Core_Error::deprecatedFunctionWarning('API'); return self::commonRetrieve(self::class, $params, $defaults); } diff --git a/civicrm/CRM/Core/BAO/Tag.php b/civicrm/CRM/Core/BAO/Tag.php index 7991e8cb73..152a797c34 100644 --- a/civicrm/CRM/Core/BAO/Tag.php +++ b/civicrm/CRM/Core/BAO/Tag.php @@ -22,19 +22,13 @@ class CRM_Core_BAO_Tag extends CRM_Core_DAO_Tag { protected $tree; /** - * Retrieve DB object and copy to defaults array. - * + * @deprecated * @param array $params - * Array of criteria values. * @param array $defaults - * Array to be populated with found values. - * * @return self|null - * The DAO object, if found. - * - * @deprecated */ public static function retrieve($params, &$defaults) { + CRM_Core_Error::deprecatedFunctionWarning('API'); return self::commonRetrieve(self::class, $params, $defaults); } diff --git a/civicrm/CRM/Core/BAO/UFField.php b/civicrm/CRM/Core/BAO/UFField.php index 5ade83e12f..c34d0ec548 100644 --- a/civicrm/CRM/Core/BAO/UFField.php +++ b/civicrm/CRM/Core/BAO/UFField.php @@ -114,19 +114,13 @@ class CRM_Core_BAO_UFField extends CRM_Core_DAO_UFField { } /** - * Retrieve DB object and copy to defaults array. - * + * @deprecated * @param array $params - * Array of criteria values. * @param array $defaults - * Array to be populated with found values. - * * @return self|null - * The DAO object, if found. - * - * @deprecated */ public static function retrieve($params, &$defaults) { + CRM_Core_Error::deprecatedFunctionWarning('API'); return self::commonRetrieve(self::class, $params, $defaults); } diff --git a/civicrm/CRM/Core/BAO/WordReplacement.php b/civicrm/CRM/Core/BAO/WordReplacement.php index e3429a12b0..2de2135cad 100644 --- a/civicrm/CRM/Core/BAO/WordReplacement.php +++ b/civicrm/CRM/Core/BAO/WordReplacement.php @@ -21,19 +21,13 @@ class CRM_Core_BAO_WordReplacement extends CRM_Core_DAO_WordReplacement implements \Civi\Core\HookInterface { /** - * Retrieve DB object and copy to defaults array. - * + * @deprecated * @param array $params - * Array of criteria values. * @param array $defaults - * Array to be populated with found values. - * * @return self|null - * The DAO object, if found. - * - * @deprecated */ public static function retrieve($params, &$defaults) { + CRM_Core_Error::deprecatedFunctionWarning('API'); return self::commonRetrieve(self::class, $params, $defaults); } diff --git a/civicrm/CRM/Core/Component.php b/civicrm/CRM/Core/Component.php index 10d4e9c9bc..63b0c781e7 100644 --- a/civicrm/CRM/Core/Component.php +++ b/civicrm/CRM/Core/Component.php @@ -30,14 +30,11 @@ class CRM_Core_Component { * @return CRM_Core_Component_Info[] */ private static function &_info($force = FALSE) { - if (!isset(Civi::$statics[__CLASS__]['info'])|| $force) { + if (!isset(Civi::$statics[__CLASS__]['info']) || $force) { Civi::$statics[__CLASS__]['info'] = []; - $config = CRM_Core_Config::singleton(); - $c = self::getComponents(); - - foreach ($c as $name => $comp) { - if (in_array($name, $config->enableComponents)) { + foreach (self::getComponents() as $name => $comp) { + if (self::isEnabled($name)) { Civi::$statics[__CLASS__]['info'][$name] = $comp; } } @@ -53,7 +50,7 @@ class CRM_Core_Component { * @return mixed */ public static function get($name, $attribute = NULL) { - $comp = CRM_Utils_Array::value($name, self::_info()); + $comp = self::_info()[$name] ?? NULL; if ($attribute) { return $comp->info[$attribute] ?? NULL; } @@ -92,10 +89,12 @@ class CRM_Core_Component { } /** + * @deprecated * @return array * Array(string $name => int $id). */ public static function &getComponentIDs() { + CRM_Core_Error::deprecatedFunctionWarning('getComponents'); $componentIDs = []; $cr = new CRM_Core_DAO_Component(); @@ -153,12 +152,11 @@ class CRM_Core_Component { */ public static function invoke(&$args, $type) { $info = self::_info(); - $config = CRM_Core_Config::singleton(); - $firstArg = CRM_Utils_Array::value(1, $args, ''); - $secondArg = CRM_Utils_Array::value(2, $args, ''); + $firstArg = $args[1] ?? ''; + $secondArg = $args[2] ?? ''; foreach ($info as $name => $comp) { - if (in_array($name, $config->enableComponents) && + if (self::isEnabled($name) && (($comp->info['url'] === $firstArg && $type == 'main') || ($comp->info['url'] === $secondArg && $type == 'admin') ) @@ -170,10 +168,6 @@ class CRM_Core_Component { if (!empty($comp->info[$name]['formTpl'])) { $template->assign('formTpl', $comp->info[$name]['formTpl']); } - if (!empty($comp->info[$name]['css'])) { - $styleSheets = '<style type="text/css">@import url(' . "{$config->resourceBase}css/{$comp->info[$name]['css']});</style>"; - CRM_Utils_System::addHTMLHead($styleSheet); - } } $inv = $comp->getInvokeObject(); $inv->$type($args); @@ -184,18 +178,15 @@ class CRM_Core_Component { } /** + * Get menu files from all components * @return array */ public static function xmlMenu() { - - // lets build the menu for all components $info = self::getComponents(TRUE); $files = []; - foreach ($info as $name => $comp) { - $files = array_merge($files, - $comp->menuFiles() - ); + foreach ($info as $comp) { + $files = array_merge($files, $comp->menuFiles()); } return $files; @@ -204,32 +195,28 @@ class CRM_Core_Component { /** * @param string $componentName * - * @return mixed + * @return int|null */ public static function getComponentID($componentName) { - $info = self::_info(); + $info = self::getComponents(); if (!empty($info[$componentName])) { return $info[$componentName]->componentID; } + return NULL; } /** * @param int $componentID * - * @return int|null|string + * @return string|null */ public static function getComponentName($componentID) { - $info = self::_info(); - - $componentName = NULL; - foreach ($info as $compName => $component) { + foreach (self::getComponents() as $compName => $component) { if ($component->componentID == $componentID) { - $componentName = $compName; - break; + return $compName; } } - - return $componentName; + return NULL; } /** @@ -238,7 +225,7 @@ class CRM_Core_Component { public static function &getQueryFields($checkPermission = TRUE) { $info = self::_info(); $fields = []; - foreach ($info as $name => $comp) { + foreach ($info as $comp) { if ($comp->usesSearch()) { $bqr = $comp->getBAOQueryObject(); $flds = $bqr->getFields($checkPermission); @@ -255,7 +242,7 @@ class CRM_Core_Component { public static function alterQuery(&$query, $fnName) { $info = self::_info(); - foreach ($info as $name => $comp) { + foreach ($info as $comp) { if ($comp->usesSearch()) { $bqr = $comp->getBAOQueryObject(); $bqr->$fnName($query); @@ -274,7 +261,7 @@ class CRM_Core_Component { $info = self::_info(); $from = NULL; - foreach ($info as $name => $comp) { + foreach ($info as $comp) { if ($comp->usesSearch()) { $bqr = $comp->getBAOQueryObject(); $from = $bqr->from($fieldName, $mode, $side); @@ -320,7 +307,7 @@ class CRM_Core_Component { public static function &buildSearchForm(&$form) { $info = self::_info(); - foreach ($info as $name => $comp) { + foreach ($info as $comp) { if ($comp->usesSearch()) { $bqr = $comp->getBAOQueryObject(); $bqr->buildSearchForm($form); @@ -335,7 +322,7 @@ class CRM_Core_Component { public static function searchAction(&$row, $id) { $info = self::_info(); - foreach ($info as $name => $comp) { + foreach ($info as $comp) { if ($comp->usesSearch()) { $bqr = $comp->getBAOQueryObject(); $bqr->searchAction($row, $id); @@ -386,7 +373,7 @@ class CRM_Core_Component { public static function tableNames(&$tables) { $info = self::_info(); - foreach ($info as $name => $comp) { + foreach ($info as $comp) { if ($comp->usesSearch()) { $bqr = $comp->getBAOQueryObject(); $bqr->tableNames($tables); @@ -434,7 +421,7 @@ class CRM_Core_Component { * Is the component enabled. */ public static function isEnabled(string $component): bool { - return in_array($component, CRM_Core_Config::singleton()->enableComponents, TRUE); + return in_array($component, Civi::settings()->get('enable_components'), TRUE); } } diff --git a/civicrm/CRM/Core/Config/MagicMerge.php b/civicrm/CRM/Core/Config/MagicMerge.php index e88d6d24df..1c7be169ea 100644 --- a/civicrm/CRM/Core/Config/MagicMerge.php +++ b/civicrm/CRM/Core/Config/MagicMerge.php @@ -200,8 +200,6 @@ class CRM_Core_Config_MagicMerge { 'userFrameworkResourceURL' => ['setting-url'], // "callback" properties are generated on-demand by calling a function. - // @todo remove geocodeMethod. As of Feb 2018, $config->geocodeMethod works but gives a deprecation warning. - 'geocodeMethod' => ['callback', 'CRM_Utils_Geocode', 'getProviderClass'], 'defaultCurrencySymbol' => ['callback', 'CRM_Core_BAO_Country', 'getDefaultCurrencySymbol'], 'wpBasePage' => ['callback', 'CRM_Utils_System_WordPress', 'getBasePage'], ]; diff --git a/civicrm/CRM/Core/DAO.php b/civicrm/CRM/Core/DAO.php index 46a9026eaf..ead9a4f451 100644 --- a/civicrm/CRM/Core/DAO.php +++ b/civicrm/CRM/Core/DAO.php @@ -783,6 +783,13 @@ class CRM_Core_DAO extends DB_DataObject { $this->$dbName = CRM_Core_DAO::serializeField($value, $field['serialize']); $allNull = FALSE; } + // When a single value was entered for a serialized field, it's probably due to sloppy coding. + // Folks, always use an array to pass in values for fields containing array data. + // Meanwhile, I'll convert it for you. You're welcome. + elseif (is_numeric($value) && !empty($field['serialize'])) { + $this->$dbName = CRM_Core_DAO::serializeField((array) $value, $field['serialize']); + $allNull = FALSE; + } else { $maxLength = $field['maxlength'] ?? NULL; if (!is_array($value) && $maxLength && mb_strlen($value ?? '') > $maxLength && empty($field['pseudoconstant'])) { diff --git a/civicrm/CRM/Core/DAO/AllCoreTables.data.php b/civicrm/CRM/Core/DAO/AllCoreTables.data.php index e043d1c0cb..9251e2b752 100644 --- a/civicrm/CRM/Core/DAO/AllCoreTables.data.php +++ b/civicrm/CRM/Core/DAO/AllCoreTables.data.php @@ -592,9 +592,9 @@ return [ 'class' => 'CRM_Mailing_DAO_MailingGroup', 'table' => 'civicrm_mailing_group', ], - 'CRM_Mailing_DAO_TrackableURL' => [ - 'name' => 'TrackableURL', - 'class' => 'CRM_Mailing_DAO_TrackableURL', + 'CRM_Mailing_DAO_MailingTrackableURL' => [ + 'name' => 'MailingTrackableURL', + 'class' => 'CRM_Mailing_DAO_MailingTrackableURL', 'table' => 'civicrm_mailing_trackable_url', ], 'CRM_Mailing_DAO_MailingJob' => [ @@ -642,9 +642,9 @@ return [ 'class' => 'CRM_Mailing_Event_DAO_MailingEventReply', 'table' => 'civicrm_mailing_event_reply', ], - 'CRM_Mailing_Event_DAO_MailingEventClickThrough' => [ - 'name' => 'MailingEventClickThrough', - 'class' => 'CRM_Mailing_Event_DAO_MailingEventClickThrough', + 'CRM_Mailing_Event_DAO_MailingEventTrackableURLOpen' => [ + 'name' => 'MailingEventTrackableURLOpen', + 'class' => 'CRM_Mailing_Event_DAO_MailingEventTrackableURLOpen', 'table' => 'civicrm_mailing_event_trackable_url_open', ], 'CRM_Mailing_Event_DAO_MailingEventUnsubscribe' => [ diff --git a/civicrm/CRM/Core/DAO/CustomField.php b/civicrm/CRM/Core/DAO/CustomField.php index 5ca56b5531..cae670ca8a 100644 --- a/civicrm/CRM/Core/DAO/CustomField.php +++ b/civicrm/CRM/Core/DAO/CustomField.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/CustomField.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:c3376c499386c62d1a00eaa6e18d0874) + * (GenCodeChecksum:e6366af2f4e852cd8022fda81c17e021) */ /** @@ -453,6 +453,9 @@ class CRM_Core_DAO_CustomField extends CRM_Core_DAO { 'entity' => 'CustomField', 'bao' => 'CRM_Core_BAO_CustomField', 'localizable' => 1, + 'html' => [ + 'type' => 'Text', + ], 'add' => '1.1', ], 'data_type' => [ diff --git a/civicrm/CRM/Core/DAO/CustomGroup.php b/civicrm/CRM/Core/DAO/CustomGroup.php index b0fa07c602..574988762e 100644 --- a/civicrm/CRM/Core/DAO/CustomGroup.php +++ b/civicrm/CRM/Core/DAO/CustomGroup.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/CustomGroup.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:d5980a5eff21bfadd1eba6083dc99ebf) + * (GenCodeChecksum:b686c4c7a9eb826d2b2aa39841a01d9d) */ /** @@ -350,6 +350,9 @@ class CRM_Core_DAO_CustomGroup extends CRM_Core_DAO { 'entity' => 'CustomGroup', 'bao' => 'CRM_Core_BAO_CustomGroup', 'localizable' => 1, + 'html' => [ + 'type' => 'Text', + ], 'add' => '1.1', ], 'extends' => [ @@ -371,6 +374,9 @@ class CRM_Core_DAO_CustomGroup extends CRM_Core_DAO { 'entity' => 'CustomGroup', 'bao' => 'CRM_Core_BAO_CustomGroup', 'localizable' => 0, + 'html' => [ + 'type' => 'Select', + ], 'pseudoconstant' => [ 'callback' => 'CRM_Core_BAO_CustomGroup::getCustomGroupExtendsOptions', ], diff --git a/civicrm/CRM/Core/DAO/File.php b/civicrm/CRM/Core/DAO/File.php index 91b27a3b0f..43d92ae816 100644 --- a/civicrm/CRM/Core/DAO/File.php +++ b/civicrm/CRM/Core/DAO/File.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/File.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:1f553579f32db40c6a3708c56d8cf58f) + * (GenCodeChecksum:b96c549a621e1c17bcfdfe8c300f6e8c) */ /** @@ -182,6 +182,13 @@ class CRM_Core_DAO_File extends CRM_Core_DAO { 'entity' => 'File', 'bao' => 'CRM_Core_BAO_File', 'localizable' => 0, + 'html' => [ + 'type' => 'Select', + ], + 'pseudoconstant' => [ + 'optionGroupName' => 'file_type', + 'optionEditPath' => 'civicrm/admin/options/file_type', + ], 'add' => '1.5', ], 'mime_type' => [ diff --git a/civicrm/CRM/Core/DAO/Job.php b/civicrm/CRM/Core/DAO/Job.php index 3520d7afab..efb2701d15 100644 --- a/civicrm/CRM/Core/DAO/Job.php +++ b/civicrm/CRM/Core/DAO/Job.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/Job.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:512bc14536dfd40680e4de831c8991e9) + * (GenCodeChecksum:ea541d77d51255a389c90948e57ce2f0) */ /** @@ -30,6 +30,17 @@ class CRM_Core_DAO_Job extends CRM_Core_DAO { */ public static $_log = FALSE; + /** + * Paths for accessing this entity in the UI. + * + * @var string[] + */ + protected static $_paths = [ + 'add' => 'civicrm/admin/job/add?reset=1&action=add', + 'delete' => 'civicrm/admin/job/edit?reset=1&action=delete&id=[id]', + 'update' => 'civicrm/admin/job/edit?reset=1&action=edit&id=[id]', + ]; + /** * Job ID * @@ -312,6 +323,9 @@ class CRM_Core_DAO_Job extends CRM_Core_DAO { 'entity' => 'Job', 'bao' => 'CRM_Core_BAO_Job', 'localizable' => 0, + 'html' => [ + 'type' => 'Text', + ], 'add' => '4.1', ], 'description' => [ @@ -332,6 +346,9 @@ class CRM_Core_DAO_Job extends CRM_Core_DAO { 'entity' => 'Job', 'bao' => 'CRM_Core_BAO_Job', 'localizable' => 0, + 'html' => [ + 'type' => 'TextArea', + ], 'add' => '4.1', ], 'api_entity' => [ diff --git a/civicrm/CRM/Core/DAO/Mapping.php b/civicrm/CRM/Core/DAO/Mapping.php index 9a4e3ad636..af4aede449 100644 --- a/civicrm/CRM/Core/DAO/Mapping.php +++ b/civicrm/CRM/Core/DAO/Mapping.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/Mapping.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:b25f314a77515ccdcff0c3bbf8e07fd2) + * (GenCodeChecksum:aed252d8a2aaf3cc0cf287903d8197e8) */ /** @@ -23,6 +23,13 @@ class CRM_Core_DAO_Mapping extends CRM_Core_DAO { */ public static $_tableName = 'civicrm_mapping'; + /** + * Field to show when displaying a record. + * + * @var string + */ + public static $_labelField = 'name'; + /** * Should CiviCRM log any modifications to this table in the civicrm_log table. * @@ -40,9 +47,9 @@ class CRM_Core_DAO_Mapping extends CRM_Core_DAO { public $id; /** - * Name of Mapping + * Unique name of Mapping * - * @var string|null + * @var string * (SQL type: varchar(64)) * Note that values will be retrieved from the database as a string. */ @@ -119,7 +126,8 @@ class CRM_Core_DAO_Mapping extends CRM_Core_DAO { 'name' => 'name', 'type' => CRM_Utils_Type::T_STRING, 'title' => ts('Mapping Name'), - 'description' => ts('Name of Mapping'), + 'description' => ts('Unique name of Mapping'), + 'required' => TRUE, 'maxlength' => 64, 'size' => CRM_Utils_Type::BIG, 'usage' => [ @@ -256,7 +264,8 @@ class CRM_Core_DAO_Mapping extends CRM_Core_DAO { 0 => 'name', ], 'localizable' => FALSE, - 'sig' => 'civicrm_mapping::0::name', + 'unique' => TRUE, + 'sig' => 'civicrm_mapping::1::name', ], ]; return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices; diff --git a/civicrm/CRM/Core/DAO/Setting.php b/civicrm/CRM/Core/DAO/Setting.php index 0225a8ccc3..7ae6686241 100644 --- a/civicrm/CRM/Core/DAO/Setting.php +++ b/civicrm/CRM/Core/DAO/Setting.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/Setting.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:a7dacfe60f4c9deebde197ae1595db04) + * (GenCodeChecksum:2edd9c93748aeaf72a7717586b2c8e72) */ /** @@ -56,9 +56,9 @@ class CRM_Core_DAO_Setting extends CRM_Core_DAO { public $value; /** - * Which Domain is this menu item for + * Which Domain does this setting belong to * - * @var int|string + * @var int|string|null * (SQL type: int unsigned) * Note that values will be retrieved from the database as a string. */ @@ -74,7 +74,7 @@ class CRM_Core_DAO_Setting extends CRM_Core_DAO { public $contact_id; /** - * Is this setting a contact specific or site wide setting? + * Is this setting per-domain or global? * * @var bool|string * (SQL type: tinyint) @@ -221,8 +221,7 @@ class CRM_Core_DAO_Setting extends CRM_Core_DAO { 'name' => 'domain_id', 'type' => CRM_Utils_Type::T_INT, 'title' => ts('Domain ID'), - 'description' => ts('Which Domain is this menu item for'), - 'required' => TRUE, + 'description' => ts('Which Domain does this setting belong to'), 'usage' => [ 'import' => FALSE, 'export' => FALSE, @@ -230,6 +229,7 @@ class CRM_Core_DAO_Setting extends CRM_Core_DAO { 'token' => FALSE, ], 'where' => 'civicrm_setting.domain_id', + 'default' => NULL, 'table_name' => 'civicrm_setting', 'entity' => 'Setting', 'bao' => 'CRM_Core_BAO_Setting', @@ -271,7 +271,7 @@ class CRM_Core_DAO_Setting extends CRM_Core_DAO { 'name' => 'is_domain', 'type' => CRM_Utils_Type::T_BOOLEAN, 'title' => ts('Is Domain Setting?'), - 'description' => ts('Is this setting a contact specific or site wide setting?'), + 'description' => ts('Is this setting per-domain or global?'), 'required' => TRUE, 'usage' => [ 'import' => FALSE, diff --git a/civicrm/CRM/Core/Form.php b/civicrm/CRM/Core/Form.php index 326fdb45f1..ad88b3b020 100644 --- a/civicrm/CRM/Core/Form.php +++ b/civicrm/CRM/Core/Form.php @@ -1688,7 +1688,7 @@ class CRM_Core_Form extends HTML_QuickForm_Page { break; } } - $label = $props['label'] ?? $fieldSpec['title']; + $label = $props['label'] ?? $fieldSpec['html']['label'] ?? $fieldSpec['title']; if (CRM_Utils_Array::value('context', $props) != 'search') { $props['data-option-edit-path'] = array_key_exists('option_url', $props) ? $props['option_url'] : CRM_Core_PseudoConstant::getOptionEditUrl($fieldSpec); } @@ -1785,8 +1785,7 @@ class CRM_Core_Form extends HTML_QuickForm_Page { // Core field - get metadata. $fieldSpec = civicrm_api3($props['entity'], 'getfield', $props); $fieldSpec = $fieldSpec['values']; - $fieldSpecLabel = $fieldSpec['html']['label'] ?? CRM_Utils_Array::value('title', $fieldSpec); - $label = CRM_Utils_Array::value('label', $props, $fieldSpecLabel); + $label = $props['label'] ?? $fieldSpec['html']['label'] ?? $fieldSpec['title']; $widget = $props['type'] ?? $fieldSpec['html']['type']; if ($widget == 'TextArea' && $context == 'search') { @@ -2260,8 +2259,13 @@ class CRM_Core_Form extends HTML_QuickForm_Page { ]; $props['api'] += [ 'formName' => 'qf:' . get_class($this), - 'fieldName' => $name, ]; + // If fieldName is missing and no default entity is set for the form, this will throw an excption. + // In that case, you should explicitly supply api.fieldName in the format `EntityName.field_name` + // because without it autocompleteSubscribers can't do their job. + if (empty($props['api']['fieldName'])) { + $props['api']['fieldName'] = $this->getDefaultEntity() . '.' . $name; + } $props['class'] = ltrim(($props['class'] ?? '') . ' crm-form-autocomplete'); $props['placeholder'] = $props['placeholder'] ?? self::selectOrAnyPlaceholder($props, $required); $props['data-select-params'] = json_encode($props['select']); diff --git a/civicrm/CRM/Core/I18n/SchemaStructure.php b/civicrm/CRM/Core/I18n/SchemaStructure.php index f8bd1e27dd..765a8efd83 100644 --- a/civicrm/CRM/Core/I18n/SchemaStructure.php +++ b/civicrm/CRM/Core/I18n/SchemaStructure.php @@ -330,7 +330,7 @@ class CRM_Core_I18n_SchemaStructure { 'required' => "true", ], 'instructions' => [ - 'type' => "TextArea", + 'type' => "RichTextEditor", 'rows' => "20", 'cols' => "80", ], diff --git a/civicrm/CRM/Core/OptionGroup.php b/civicrm/CRM/Core/OptionGroup.php index b0701cc5f2..f3256090e7 100644 --- a/civicrm/CRM/Core/OptionGroup.php +++ b/civicrm/CRM/Core/OptionGroup.php @@ -145,7 +145,7 @@ WHERE v.option_group_id = g.id $query .= ' AND v.is_active = 1 '; // Only show options for enabled components $componentClause = ' v.component_id IS NULL '; - $enabledComponents = CRM_Core_Config::singleton()->enableComponents; + $enabledComponents = Civi::settings()->get('enable_components'); if ($enabledComponents) { $enabledComponents = '"' . implode('","', $enabledComponents) . '"'; $componentClause .= " OR v.component_id IN (SELECT id FROM civicrm_component WHERE name IN ($enabledComponents)) "; diff --git a/civicrm/CRM/Core/Payment.php b/civicrm/CRM/Core/Payment.php index b8f80dd8a9..2eeed7b063 100644 --- a/civicrm/CRM/Core/Payment.php +++ b/civicrm/CRM/Core/Payment.php @@ -150,7 +150,7 @@ abstract class CRM_Core_Payment { * Note: * We normally SHOULD be returning the payment instrument of the payment processor. * However there is an outstanding case where this needs overriding, which is - * when using CRM_Core_Payment_Manual which uses the pseudoprocessor (id = 0). + * when using CRM_Core_Payment_Manual which uses the pseudo-processor (id = 0). * * i.e. If you're writing a Payment Processor you should NOT be using * setPaymentInstrumentID() at all. diff --git a/civicrm/CRM/Core/Permission.php b/civicrm/CRM/Core/Permission.php index d3d6c96052..2a412f526a 100644 --- a/civicrm/CRM/Core/Permission.php +++ b/civicrm/CRM/Core/Permission.php @@ -242,24 +242,30 @@ class CRM_Core_Permission { } /** + * Returns the ids of all custom groups the user is permitted to perform action of "$type" + * * @param int $type + * Type of action e.g. CRM_Core_Permission::VIEW or CRM_Core_Permission::EDIT * @param bool $reset + * Flush cache * @param int $userId * - * @return array + * @return int[] */ public static function customGroup($type = CRM_Core_Permission::VIEW, $reset = FALSE, $userId = NULL) { $customGroups = CRM_Core_PseudoConstant::get('CRM_Core_DAO_CustomField', 'custom_group_id', ['fresh' => $reset]); - $defaultGroups = []; - // check if user has all powerful permission - // or administer civicrm permission (CRM-1905) + // Administrators and users with 'access all custom data' can see all custom groups. if (self::customGroupAdmin($userId)) { return array_keys($customGroups); } - return CRM_ACL_API::group($type, $userId, 'civicrm_custom_group', $customGroups, $defaultGroups); + // By default, users without 'access all custom data' are permitted to see no groups. + $allowedGroups = []; + + // Allow ACLs and hooks to grant permissions to certain groups. + return CRM_ACL_API::group($type, $userId, 'civicrm_custom_group', $customGroups, $allowedGroups); } /** @@ -525,17 +531,9 @@ class CRM_Core_Permission { } // if component_id is present, ensure it is enabled - if (isset($item['component_id']) && $item['component_id']) { - if (!isset(Civi::$statics[__CLASS__]['componentNameId'])) { - Civi::$statics[__CLASS__]['componentNameId'] = array_flip(CRM_Core_Component::getComponentIDs()); - } - $componentName = Civi::$statics[__CLASS__]['componentNameId'][$item['component_id']]; - - $config = CRM_Core_Config::singleton(); - if (is_array($config->enableComponents) && in_array($componentName, $config->enableComponents)) { - // continue with process - } - else { + if (!empty($item['component_id'])) { + $componentName = CRM_Core_Component::getComponentName($item['component_id']); + if (!$componentName || !CRM_Core_Component::isEnabled($componentName)) { return FALSE; } } diff --git a/civicrm/CRM/Core/PseudoConstant.php b/civicrm/CRM/Core/PseudoConstant.php index 3159f67725..80a475027d 100644 --- a/civicrm/CRM/Core/PseudoConstant.php +++ b/civicrm/CRM/Core/PseudoConstant.php @@ -799,11 +799,6 @@ WHERE id = %1"; * array reference of all groups. */ public static function allGroup($groupType = NULL, $excludeHidden = TRUE) { - if ($groupType === 'validate') { - // validate gets passed through from getoptions. Handle in the deprecated - // fn rather than change the new pattern. - $groupType = NULL; - } $condition = CRM_Contact_BAO_Group::groupTypeCondition($groupType, $excludeHidden); $groupKey = ($groupType ? $groupType : 'null') . !empty($excludeHidden); diff --git a/civicrm/CRM/Core/Smarty/plugins/modifier.nl2brIfNotHTML.php b/civicrm/CRM/Core/Smarty/plugins/modifier.nl2brIfNotHTML.php new file mode 100644 index 0000000000..b752cd9870 --- /dev/null +++ b/civicrm/CRM/Core/Smarty/plugins/modifier.nl2brIfNotHTML.php @@ -0,0 +1,34 @@ +<?php +/* + +--------------------------------------------------------------------+ + | Copyright CiviCRM LLC. All rights reserved. | + | | + | This work is published under the GNU AGPLv3 license with some | + | permitted exceptions and without any warranty. For full license | + | and copyright information, see https://civicrm.org/licensing | + +--------------------------------------------------------------------+ + */ + +/** + * + * @package CRM + * @copyright CiviCRM LLC https://civicrm.org/licensing + */ + +/** + * If the given string looks like HTML, do nothing and return it. + * If it doesn't, replace newlines with br tags. + * The HTML check is somewhat greedy and may not add br tags + * to some non-HTML text that contains angle brackets. + * + * @param string $text + * + * @return string + * Text with br tags if input was non-HTML. + */ +function smarty_modifier_nl2brIfNotHTML($text) { + if ($text && $text === strip_tags($text)) { + $text = nl2br($text); + } + return $text; +} diff --git a/civicrm/CRM/Core/xml/Menu/Admin.xml b/civicrm/CRM/Core/xml/Menu/Admin.xml index 3922edb13c..fc29dd479e 100644 --- a/civicrm/CRM/Core/xml/Menu/Admin.xml +++ b/civicrm/CRM/Core/xml/Menu/Admin.xml @@ -587,6 +587,24 @@ <adminGroup>System Settings</adminGroup> <weight>1370</weight> </item> + <item> + <path>civicrm/admin/job/add</path> + <title>Add Scheduled Job</title> + <desc>Add a periodially running task.</desc> + <page_callback>CRM_Admin_Page_Job</page_callback> + <access_arguments>access CiviCRM,administer CiviCRM system</access_arguments> + <adminGroup>System Settings</adminGroup> + <weight>1371</weight> + </item> + <item> + <path>civicrm/admin/job/edit</path> + <title>Edit Scheduled Job</title> + <desc>Edit a periodially running task.</desc> + <page_callback>CRM_Admin_Page_Job</page_callback> + <access_arguments>access CiviCRM,administer CiviCRM system</access_arguments> + <adminGroup>System Settings</adminGroup> + <weight>1372</weight> + </item> <item> <path>civicrm/admin/joblog</path> <title>Scheduled Jobs Log</title> diff --git a/civicrm/CRM/Custom/Form/Field.php b/civicrm/CRM/Custom/Form/Field.php index 8da250a92c..a9d5230e4d 100644 --- a/civicrm/CRM/Custom/Form/Field.php +++ b/civicrm/CRM/Custom/Form/Field.php @@ -621,7 +621,7 @@ SELECT count(*) } } - if ($dataType === 'EntityReference') { + if ($dataType === 'EntityReference' && $self->_action == CRM_Core_Action::ADD) { if (empty($fields['fk_entity'])) { $errors['fk_entity'] = ts('Selecting an entity is required'); } @@ -813,7 +813,8 @@ AND option_group_id = %2"; } // If switching to a new option list, validate existing data - if (empty($errors) && $self->_id && in_array($htmlType, self::$htmlTypesWithOptions)) { + if (empty($errors) && $self->_id && in_array($htmlType, self::$htmlTypesWithOptions) && + !in_array($dataType, ['Boolean', 'Country', 'StateProvince', 'ContactReference', 'EntityReference'])) { $oldHtmlType = $self->_values['html_type']; $oldOptionGroup = $self->_values['option_group_id']; if ($oldHtmlType === 'Text' || $oldOptionGroup != $fields['option_group_id'] || $fields['option_type'] == 1) { @@ -867,7 +868,9 @@ AND option_group_id = %2"; $filter = 'action=lookup&group=' . implode(',', $params['group_id']); } } - $params['filter'] = $filter; + if ($params['data_type'] !== 'EntityReference') { + $params['filter'] = $filter; + } // fix for CRM-316 $oldWeight = NULL; diff --git a/civicrm/CRM/Dedupe/Merger.php b/civicrm/CRM/Dedupe/Merger.php index edd8c6e3ee..78bc767444 100644 --- a/civicrm/CRM/Dedupe/Merger.php +++ b/civicrm/CRM/Dedupe/Merger.php @@ -1869,10 +1869,10 @@ ORDER BY civicrm_custom_group.weight, $queryString = "$strSelect $strFrom $strWhere $orderBy"; // lets see if we can retrieve the groupTree from cache - $cacheString = $queryString . '_Inline';; + $cacheString = $queryString . '_Inline'; - $cacheKey = "CRM_Core_DAO_CustomGroup_Query " . md5($cacheString); - $multipleFieldGroupCacheKey = "CRM_Core_DAO_CustomGroup_QueryMultipleFields " . md5($cacheString); + $cacheKey = 'CRM_Core_DAO_CustomGroup_Query ' . md5($cacheString); + $multipleFieldGroupCacheKey = 'CRM_Core_DAO_CustomGroup_QueryMultipleFields ' . md5($cacheString); $cache = CRM_Utils_Cache::singleton(); $groupTree = $cache->get($cacheKey); $multipleFieldGroups = $cache->get($multipleFieldGroupCacheKey); @@ -1894,7 +1894,6 @@ ORDER BY civicrm_custom_group.weight, if (isset($groupTree['info']) && !empty($groupTree['info']) && !empty($groupTree['info']['tables']) ) { - $select = $from = $where = []; $groupTree['info']['where'] = NULL; foreach ($groupTree['info']['tables'] as $table => $fields) { @@ -1940,8 +1939,10 @@ ORDER BY civicrm_custom_group.weight, * @param string $column * @param string $value * @param string $delimiter + * * @return string * SQL condition. + * @throws \CRM_Core_Exception */ private static function whereListHas($column, $value, $delimiter = CRM_Core_DAO::VALUE_SEPARATOR) { // ? diff --git a/civicrm/CRM/Event/BAO/Event.php b/civicrm/CRM/Event/BAO/Event.php index 6b9154a173..4cbc3f023b 100644 --- a/civicrm/CRM/Event/BAO/Event.php +++ b/civicrm/CRM/Event/BAO/Event.php @@ -17,17 +17,10 @@ class CRM_Event_BAO_Event extends CRM_Event_DAO_Event implements \Civi\Core\HookInterface { /** - * Retrieve DB object and copy to defaults array. - * + * @deprecated * @param array $params - * Array of criteria values. * @param array $defaults - * Array to be populated with found values. - * * @return self|null - * The DAO object, if found. - * - * @deprecated */ public static function retrieve($params, &$defaults) { return self::commonRetrieve(self::class, $params, $defaults); diff --git a/civicrm/CRM/Event/BAO/Participant.php b/civicrm/CRM/Event/BAO/Participant.php index 7d3758ea32..6046f9e663 100644 --- a/civicrm/CRM/Event/BAO/Participant.php +++ b/civicrm/CRM/Event/BAO/Participant.php @@ -1803,11 +1803,10 @@ WHERE civicrm_participant.contact_id = {$contactID} AND } $fields = []; if (!empty($form->_fields)) { - $removeCustomFieldTypes = ['Participant']; foreach ($form->_fields as $name => $fieldInfo) { if ((substr($name, 0, 7) == 'custom_' && !$form->_allowConfirmation - && !CRM_Core_BAO_CustomGroup::checkCustomField(substr($name, 7), $removeCustomFieldTypes)) + && !CRM_Core_BAO_CustomGroup::checkCustomField(substr($name, 7), ['Participant'])) || substr($name, 0, 12) == 'participant_') { continue; } @@ -1893,6 +1892,17 @@ WHERE civicrm_participant.contact_id = {$contactID} AND * @throws CRM_Core_Exception */ public static function self_hook_civicrm_pre(\Civi\Core\Event\PreEvent $event) { + // Set the default role ID on create. + if ($event->entity === 'Participant' && $event->action === 'create' && empty($event->params['role_id'])) { + if (!empty($event->params['event_id'])) { + $event->params['role_id'] = CRM_Core_DAO::getFieldValue('CRM_Event_DAO_Event', $event->params['event_id'], 'default_role_id'); + } + else { + $params['role_id'] = CRM_Core_DAO::singleValueQuery('SELECT default_role_id FROM civicrm_event WHERE id = %1', [ + 1 => [$event->params['event_id'], 'Integer'], + ]); + } + } if ($event->entity === 'Participant' && $event->action === 'create' && empty($event->params['created_id'])) { // Set the "created_id" field if not already set. // The created_id should always be the person that actually did the registration. diff --git a/civicrm/CRM/Event/BAO/ParticipantStatusType.php b/civicrm/CRM/Event/BAO/ParticipantStatusType.php index 4c0941166f..7176dcc48b 100644 --- a/civicrm/CRM/Event/BAO/ParticipantStatusType.php +++ b/civicrm/CRM/Event/BAO/ParticipantStatusType.php @@ -71,17 +71,10 @@ class CRM_Event_BAO_ParticipantStatusType extends CRM_Event_DAO_ParticipantStatu } /** - * Retrieve DB object and copy to defaults array. - * + * @deprecated * @param array $params - * Array of criteria values. * @param array $defaults - * Array to be populated with found values. - * * @return self|null - * The DAO object, if found. - * - * @deprecated */ public static function retrieve($params, &$defaults) { return self::commonRetrieve(self::class, $params, $defaults); diff --git a/civicrm/CRM/Event/BAO/Query.php b/civicrm/CRM/Event/BAO/Query.php index 5dbb6952a4..f89d58614d 100644 --- a/civicrm/CRM/Event/BAO/Query.php +++ b/civicrm/CRM/Event/BAO/Query.php @@ -335,6 +335,7 @@ class CRM_Event_BAO_Query extends CRM_Core_BAO_Query { $labels[] = CRM_Core_DAO::getFieldValue('CRM_Price_DAO_PriceFieldValue', $val, 'label'); } $query->_where[$grouping][] = "civicrm_line_item.price_field_value_id IN (" . implode(', ', $value) . ")"; + $query->_where[$grouping][] = "civicrm_line_item.qty > 0"; $query->_qill[$grouping][] = ts("Fee level") . " IN " . implode(', ', $labels); $query->_tables['civicrm_participant'] = $query->_tables['civicrm_line_item'] = $query->_whereTables['civicrm_line_item'] = 1; return; diff --git a/civicrm/CRM/Event/Form/Task/AddToGroup.php b/civicrm/CRM/Event/Form/Task/AddToGroup.php index 33d97448c9..f64f44202f 100644 --- a/civicrm/CRM/Event/Form/Task/AddToGroup.php +++ b/civicrm/CRM/Event/Form/Task/AddToGroup.php @@ -232,7 +232,7 @@ class CRM_Event_Form_Task_AddToGroup extends CRM_Event_Form_Task { 1 => $groupName, 'count' => $added, 'plural' => 'Added Contacts to %1', - ]), 'success', ['expires' => 0]); + ]), 'success'); } } diff --git a/civicrm/CRM/Event/Import/Parser/Participant.php b/civicrm/CRM/Event/Import/Parser/Participant.php index 3c50b9ced0..ac4fee8715 100644 --- a/civicrm/CRM/Event/Import/Parser/Participant.php +++ b/civicrm/CRM/Event/Import/Parser/Participant.php @@ -108,18 +108,6 @@ class CRM_Event_Import_Parser_Participant extends CRM_Import_Parser { // don't add to recent items, CRM-4399 $formatted['skipRecentView'] = TRUE; - if (!(!empty($params['participant_role_id']) || !empty($params['participant_role']))) { - if (!empty($params['event_id'])) { - $params['participant_role_id'] = CRM_Core_DAO::getFieldValue('CRM_Event_DAO_Event', $params['event_id'], 'default_role_id'); - } - else { - $eventTitle = $params['event_title']; - $params['participant_role_id'] = CRM_Core_DAO::singleValueQuery('SELECT default_role_id FROM civicrm_event WHERE title = %1', [ - 1 => [$eventTitle, 'String'], - ]); - } - } - $formatValues = []; foreach ($params as $key => $field) { if ($field == NULL || $field === '') { diff --git a/civicrm/CRM/Event/Page/Tab.php b/civicrm/CRM/Event/Page/Tab.php index ef08087eaf..7b918028ba 100644 --- a/civicrm/CRM/Event/Page/Tab.php +++ b/civicrm/CRM/Event/Page/Tab.php @@ -118,7 +118,7 @@ class CRM_Event_Page_Tab extends CRM_Core_Page { $this->_action = CRM_Utils_Request::retrieve('action', 'String', $this, FALSE, 'browse'); $this->_id = CRM_Utils_Request::retrieve('id', 'Positive', $this); - if (($context == 'standalone' || $context === 'search') && $this->_action !== CRM_Core_Action::VIEW) { + if (($context == 'standalone' || $context === 'search') && ($this->_action !== CRM_Core_Action::VIEW && $this->_action !== CRM_Core_Action::UPDATE)) { $this->_action = CRM_Core_Action::ADD; } else { diff --git a/civicrm/CRM/Export/BAO/Export.php b/civicrm/CRM/Export/BAO/Export.php index 16637e75d8..3442efe22d 100644 --- a/civicrm/CRM/Export/BAO/Export.php +++ b/civicrm/CRM/Export/BAO/Export.php @@ -268,56 +268,6 @@ INSERT INTO {$componentTable} SELECT distinct gc.contact_id FROM civicrm_group_c CRM_Utils_System::civiExit(); } - /** - * @param $customSearchClass - * @param $formValues - * @param $order - */ - public static function exportCustom($customSearchClass, $formValues, $order) { - $ext = CRM_Extension_System::singleton()->getMapper(); - if (!$ext->isExtensionClass($customSearchClass)) { - require_once str_replace('_', DIRECTORY_SEPARATOR, $customSearchClass) . '.php'; - } - else { - require_once $ext->classToPath($customSearchClass); - } - $search = new $customSearchClass($formValues); - - $includeContactIDs = FALSE; - if ($formValues['radio_ts'] == 'ts_sel') { - $includeContactIDs = TRUE; - } - - $sql = $search->all(0, 0, $order, $includeContactIDs); - - $columns = $search->columns(); - - $header = array_keys($columns); - $fields = array_values($columns); - - $rows = []; - $dao = CRM_Core_DAO::executeQuery($sql); - $alterRow = FALSE; - if (method_exists($search, 'alterRow')) { - $alterRow = TRUE; - } - while ($dao->fetch()) { - $row = []; - - foreach ($fields as $field) { - $unqualified_field = CRM_Utils_Array::First(array_slice(explode('.', $field), -1)); - $row[$field] = $dao->$unqualified_field; - } - if ($alterRow) { - $search->alterRow($row); - } - $rows[] = $row; - } - - CRM_Core_Report_Excel::writeCSVFile(ts('CiviCRM Contact Search'), $header, $rows); - CRM_Utils_System::civiExit(); - } - /** * @param \CRM_Export_BAO_ExportProcessor $processor * @param $details diff --git a/civicrm/CRM/Export/BAO/ExportProcessor.php b/civicrm/CRM/Export/BAO/ExportProcessor.php index 97bdcc708c..0811d5674b 100644 --- a/civicrm/CRM/Export/BAO/ExportProcessor.php +++ b/civicrm/CRM/Export/BAO/ExportProcessor.php @@ -1147,7 +1147,6 @@ class CRM_Export_BAO_ExportProcessor { case 'gender': case 'preferred_communication_method': - case 'preferred_mail_format': case 'communication_style': return $i18n->crm_translate($fieldValue); @@ -1463,16 +1462,7 @@ class CRM_Export_BAO_ExportProcessor { case CRM_Utils_Type::T_STRING: if (isset($fieldSpec['maxlength'])) { - // A localized string for the preferred_mail_format does not fit - // into the varchar(8) field. - // @see https://lab.civicrm.org/dev/core/-/issues/2645 - switch ($fieldName) { - case 'preferred_mail_format': - return "`$fieldName` text(16)"; - - default: - return "`$fieldName` varchar({$fieldSpec['maxlength']})"; - } + return "`$fieldName` varchar({$fieldSpec['maxlength']})"; } $dataType = $fieldSpec['data_type'] ?? ''; // set the sql columns for custom data diff --git a/civicrm/CRM/Export/Form/Select.php b/civicrm/CRM/Export/Form/Select.php index 7136d5eb51..33b14a3bc3 100644 --- a/civicrm/CRM/Export/Form/Select.php +++ b/civicrm/CRM/Export/Form/Select.php @@ -68,16 +68,6 @@ class CRM_Export_Form_Select extends CRM_Core_Form_Task { */ public function preProcess() { $this->preventAjaxSubmit(); - - //special case for custom search, directly give option to download csv file - $customSearchID = $this->get('customSearchID'); - if ($customSearchID) { - CRM_Export_BAO_Export::exportCustom($this->get('customSearchClass'), - $this->get('formValues'), - $this->get(CRM_Utils_Sort::SORT_ORDER) - ); - } - $this->_selectAll = FALSE; $this->_exportMode = self::CONTACT_EXPORT; $this->_componentIds = []; diff --git a/civicrm/CRM/Financial/BAO/FinancialItem.php b/civicrm/CRM/Financial/BAO/FinancialItem.php index 4e1680d59a..4350de8e73 100644 --- a/civicrm/CRM/Financial/BAO/FinancialItem.php +++ b/civicrm/CRM/Financial/BAO/FinancialItem.php @@ -17,19 +17,13 @@ class CRM_Financial_BAO_FinancialItem extends CRM_Financial_DAO_FinancialItem { /** - * Retrieve DB object and copy to defaults array. - * + * @deprecated * @param array $params - * Array of criteria values. * @param array $defaults - * Array to be populated with found values. - * * @return self|null - * The DAO object, if found. - * - * @deprecated */ public static function retrieve($params, &$defaults) { + CRM_Core_Error::deprecatedFunctionWarning('API'); return self::commonRetrieve(self::class, $params, $defaults); } diff --git a/civicrm/CRM/Financial/BAO/FinancialTrxn.php b/civicrm/CRM/Financial/BAO/FinancialTrxn.php index 183a6bcffc..d04982b4d4 100644 --- a/civicrm/CRM/Financial/BAO/FinancialTrxn.php +++ b/civicrm/CRM/Financial/BAO/FinancialTrxn.php @@ -48,8 +48,8 @@ class CRM_Financial_BAO_FinancialTrxn extends CRM_Financial_DAO_FinancialTrxn { // Save to entity_financial_trxn table. $entityFinancialTrxnParams = [ - 'entity_table' => CRM_Utils_Array::value('entity_table', $params, 'civicrm_contribution'), - 'entity_id' => CRM_Utils_Array::value('entity_id', $params, CRM_Utils_Array::value('contribution_id', $params)), + 'entity_table' => $params['entity_table'] ?? 'civicrm_contribution', + 'entity_id' => $params['entity_id'] ?? $params['contribution_id'] ?? NULL, 'financial_trxn_id' => $trxn->id, 'amount' => $params['total_amount'], ]; diff --git a/civicrm/CRM/Financial/BAO/FinancialType.php b/civicrm/CRM/Financial/BAO/FinancialType.php index bb2cc98d7f..a8a47383fe 100644 --- a/civicrm/CRM/Financial/BAO/FinancialType.php +++ b/civicrm/CRM/Financial/BAO/FinancialType.php @@ -32,19 +32,13 @@ class CRM_Financial_BAO_FinancialType extends CRM_Financial_DAO_FinancialType im public static $_statusACLFt = []; /** - * Retrieve DB object and copy to defaults array. - * + * @deprecated * @param array $params - * Array of criteria values. * @param array $defaults - * Array to be populated with found values. - * * @return self|null - * The DAO object, if found. - * - * @deprecated */ public static function retrieve($params, &$defaults) { + CRM_Core_Error::deprecatedFunctionWarning('API'); return self::commonRetrieve(self::class, $params, $defaults); } diff --git a/civicrm/CRM/Financial/BAO/PaymentProcessor.php b/civicrm/CRM/Financial/BAO/PaymentProcessor.php index 39ac6138a4..4a316ef147 100644 --- a/civicrm/CRM/Financial/BAO/PaymentProcessor.php +++ b/civicrm/CRM/Financial/BAO/PaymentProcessor.php @@ -73,19 +73,13 @@ class CRM_Financial_BAO_PaymentProcessor extends CRM_Financial_DAO_PaymentProces } /** - * Retrieve DB object and copy to defaults array. - * + * @deprecated * @param array $params - * Array of criteria values. * @param array $defaults - * Array to be populated with found values. - * * @return self|null - * The DAO object, if found. - * - * @deprecated */ public static function retrieve($params, &$defaults) { + CRM_Core_Error::deprecatedFunctionWarning('API'); return self::commonRetrieve(self::class, $params, $defaults); } diff --git a/civicrm/CRM/Financial/BAO/PaymentProcessorType.php b/civicrm/CRM/Financial/BAO/PaymentProcessorType.php index 356dc2bb59..820200736d 100644 --- a/civicrm/CRM/Financial/BAO/PaymentProcessorType.php +++ b/civicrm/CRM/Financial/BAO/PaymentProcessorType.php @@ -23,17 +23,10 @@ class CRM_Financial_BAO_PaymentProcessorType extends CRM_Financial_DAO_PaymentPr public static $_defaultPaymentProcessorType = NULL; /** - * Retrieve DB object and copy to defaults array. - * + * @deprecated * @param array $params - * Array of criteria values. * @param array $defaults - * Array to be populated with found values. - * * @return self|null - * The DAO object, if found. - * - * @deprecated */ public static function retrieve($params, &$defaults) { return self::commonRetrieve(self::class, $params, $defaults); diff --git a/civicrm/CRM/Financial/Page/AJAX.php b/civicrm/CRM/Financial/Page/AJAX.php index 08d7e33dff..0efab6185e 100644 --- a/civicrm/CRM/Financial/Page/AJAX.php +++ b/civicrm/CRM/Financial/Page/AJAX.php @@ -35,7 +35,7 @@ class CRM_Financial_Page_AJAX { CRM_Utils_System::civiExit(); } $defaultId = NULL; - if ($_GET['_value'] == 'select') { + if ($_GET['_value'] === 'select') { $result = CRM_Contribute_PseudoConstant::financialAccount(); } else { @@ -78,7 +78,7 @@ class CRM_Financial_Page_AJAX { CRM_Utils_System::civiExit(); } - if ($_GET['_value'] != 'select') { + if ($_GET['_value'] !== 'select') { $financialAccountType = CRM_Financial_BAO_FinancialAccount::getfinancialAccountRelations(TRUE); $financialAccountId = CRM_Utils_Request::retrieve('_value', 'Positive'); $financialAccountTypeId = CRM_Core_DAO::getFieldValue('CRM_Financial_DAO_FinancialAccount', $financialAccountId, 'financial_account_type_id'); @@ -201,7 +201,7 @@ class CRM_Financial_Page_AJAX { if (method_exists($recordBAO, $methods[$op]) & !empty($params)) { try { - $updated = call_user_func_array(array($recordBAO, $methods[$op]), array(&$params)); + $updated = call_user_func_array([$recordBAO, $methods[$op]], [&$params]); } catch (\CRM_Core_Exception $e) { $errorMessage = $e->getMessage(); diff --git a/civicrm/CRM/Friend/BAO/Friend.php b/civicrm/CRM/Friend/BAO/Friend.php index 39a090dc78..6e97730cce 100644 --- a/civicrm/CRM/Friend/BAO/Friend.php +++ b/civicrm/CRM/Friend/BAO/Friend.php @@ -45,17 +45,10 @@ class CRM_Friend_BAO_Friend extends CRM_Friend_DAO_Friend { } /** - * Retrieve DB object and copy to defaults array. - * + * @deprecated * @param array $params - * Array of criteria values. * @param array $defaults - * Array to be populated with found values. - * * @return self|null - * The DAO object, if found. - * - * @deprecated */ public static function retrieve($params, &$defaults) { return self::commonRetrieve(self::class, $params, $defaults); diff --git a/civicrm/CRM/Import/ImportProcessor.php b/civicrm/CRM/Import/ImportProcessor.php index e125e82aad..fbbe9d85ee 100644 --- a/civicrm/CRM/Import/ImportProcessor.php +++ b/civicrm/CRM/Import/ImportProcessor.php @@ -625,7 +625,7 @@ class CRM_Import_ImportProcessor { $processor = new CRM_Import_ImportProcessor(); $processor->setMappingID($mapping['id']); $processor->setMetadata(CRM_Contact_BAO_Contact::importableFields('All')); - $processor->legacyLoadSavedMapping();; + $processor->legacyLoadSavedMapping(); foreach ($processor->getMappingFields() as $field) { // The if is mostly precautionary against running this more than once // - which is common in dev if not live... diff --git a/civicrm/CRM/Import/Parser.php b/civicrm/CRM/Import/Parser.php index 05a6c65aed..bfce7cdaef 100644 --- a/civicrm/CRM/Import/Parser.php +++ b/civicrm/CRM/Import/Parser.php @@ -672,7 +672,7 @@ abstract class CRM_Import_Parser implements UserJobInterface { $queue = Civi::queue('user_job_' . $this->getUserJobID(), ['type' => 'Sql', 'error' => 'abort', 'runner' => 'task', 'user_job_id' => $this->getUserJobID(), 'retry_limit' => 5]); UserJob::update(FALSE)->setValues(['queue_id.name' => 'user_job_' . $this->getUserJobID()])->addWhere('id', '=', $this->getUserJobID())->execute(); $offset = 0; - $batchSize = 50; + $batchSize = Civi::settings()->get('import_batch_size'); while ($totalRows > 0) { if ($totalRows < $batchSize) { $batchSize = $totalRows; diff --git a/civicrm/CRM/Mailing/BAO/Mailing.php b/civicrm/CRM/Mailing/BAO/Mailing.php index 2ca7e67f9c..81024cb27b 100644 --- a/civicrm/CRM/Mailing/BAO/Mailing.php +++ b/civicrm/CRM/Mailing/BAO/Mailing.php @@ -1366,7 +1366,7 @@ ORDER BY civicrm_email.is_bulkmail DESC if ($this->url_tracking && !empty($this->id)) { // ensure that Google CSS and any .css files are not tracked. if (!(strpos($token, 'css?family') || strpos($token, '.css'))) { - $data = CRM_Mailing_BAO_TrackableURL::getTrackerURL($token, $this->id, $event_queue_id); + $data = CRM_Mailing_BAO_MailingTrackableURL::getTrackerURL($token, $this->id, $event_queue_id); if (!empty($html)) { $data = htmlentities($data, ENT_NOQUOTES); } @@ -1754,8 +1754,8 @@ ORDER BY civicrm_email.is_bulkmail DESC 'unsubscribe' => CRM_Mailing_Event_BAO_MailingEventUnsubscribe::getTableName(), 'bounce' => CRM_Mailing_Event_BAO_MailingEventBounce::getTableName(), 'forward' => CRM_Mailing_Event_BAO_MailingEventForward::getTableName(), - 'url' => CRM_Mailing_BAO_TrackableURL::getTableName(), - 'urlopen' => CRM_Mailing_Event_BAO_MailingEventClickThrough::getTableName(), + 'url' => CRM_Mailing_BAO_MailingTrackableURL::getTableName(), + 'urlopen' => CRM_Mailing_Event_BAO_MailingEventTrackableURLOpen::getTableName(), 'component' => CRM_Mailing_BAO_MailingComponent::getTableName(), 'spool' => CRM_Mailing_BAO_Spool::getTableName(), ]; @@ -2468,7 +2468,7 @@ LEFT JOIN civicrm_mailing_group g ON g.mailing_id = m.id } $returnProperties = []; - $returnProperties['display_name'] = $returnProperties['contact_id'] = $returnProperties['preferred_mail_format'] = $returnProperties['hash'] = 1; + $returnProperties['display_name'] = $returnProperties['contact_id'] = $returnProperties['hash'] = 1; foreach ($properties as $p) { $returnProperties[$p] = 1; @@ -2821,7 +2821,7 @@ ORDER BY civicrm_mailing.name"; //CRM-12814 if (!empty($mailings)) { $openCounts = CRM_Mailing_Event_BAO_MailingEventOpened::getMailingContactCount(array_keys($mailings), $params['contact_id']); - $clickCounts = CRM_Mailing_Event_BAO_MailingEventClickThrough::getMailingContactCount(array_keys($mailings), $params['contact_id']); + $clickCounts = CRM_Mailing_Event_BAO_MailingEventTrackableURLOpen::getMailingContactCount(array_keys($mailings), $params['contact_id']); } // format params and add links diff --git a/civicrm/CRM/Mailing/BAO/MailingComponent.php b/civicrm/CRM/Mailing/BAO/MailingComponent.php index 72c75cb63a..f015b5cb91 100644 --- a/civicrm/CRM/Mailing/BAO/MailingComponent.php +++ b/civicrm/CRM/Mailing/BAO/MailingComponent.php @@ -17,19 +17,13 @@ class CRM_Mailing_BAO_MailingComponent extends CRM_Mailing_DAO_MailingComponent { /** - * Retrieve DB object and copy to defaults array. - * + * @deprecated * @param array $params - * Array of criteria values. * @param array $defaults - * Array to be populated with found values. - * * @return self|null - * The DAO object, if found. - * - * @deprecated */ public static function retrieve($params, &$defaults) { + CRM_Core_Error::deprecatedFunctionWarning('API'); return self::commonRetrieve(self::class, $params, $defaults); } diff --git a/civicrm/CRM/Mailing/BAO/MailingTrackableURL.php b/civicrm/CRM/Mailing/BAO/MailingTrackableURL.php new file mode 100644 index 0000000000..2ebf1faa89 --- /dev/null +++ b/civicrm/CRM/Mailing/BAO/MailingTrackableURL.php @@ -0,0 +1,170 @@ +<?php +/* + +--------------------------------------------------------------------+ + | Copyright CiviCRM LLC. All rights reserved. | + | | + | This work is published under the GNU AGPLv3 license with some | + | permitted exceptions and without any warranty. For full license | + | and copyright information, see https://civicrm.org/licensing | + +--------------------------------------------------------------------+ + */ + +/** + * + * @package CRM + * @copyright CiviCRM LLC https://civicrm.org/licensing + */ +class CRM_Mailing_BAO_MailingTrackableURL extends CRM_Mailing_DAO_MailingTrackableURL { + + /** + * Given a url, mailing id and queue event id, find or construct a + * trackable url and redirect url. + * + * @param string $url + * The target url to track. + * @param int $mailing_id + * The id of the mailing. + * @param int $queue_id + * The queue event id (contact clicking through). + * + * @return string + * The redirect/tracking url + */ + public static function getTrackerURL($url, $mailing_id, $queue_id) { + if (strpos($url, '{') !== FALSE) { + return self::getTrackerURLForUrlWithTokens($url, $mailing_id, $queue_id); + } + else { + return self::getBasicTrackerURL($url, $mailing_id, $queue_id); + } + } + + private static function getBasicTrackerURL($url, $mailing_id, $queue_id) { + static $urlCache = []; + + if (array_key_exists($mailing_id . $url, $urlCache)) { + return $urlCache[$mailing_id . $url] . "&qid=$queue_id"; + } + + // hack for basic CRM-1014 and CRM-1151 and CRM-3492 compliance: + // let's not replace possible image URLs, CiviMail URLs or internal anchor URLs + if (preg_match('/\.(png|jpg|jpeg|gif|css)[\'"]?$/i', $url) + or substr_count($url, 'civicrm/extern/') + or substr_count($url, 'civicrm/mailing/') + or ($url[0] === '#') + ) { + // let's not cache these, so they don't get &qid= appended to them + return $url; + } + else { + + $hrefExists = FALSE; + + $tracker = new CRM_Mailing_BAO_MailingTrackableURL(); + if (preg_match('/^href/i', $url)) { + $url = preg_replace('/^href[ ]*=[ ]*[\'"](.*?)[\'"]$/i', '$1', $url); + $hrefExists = TRUE; + } + + $tracker->url = $url; + $tracker->mailing_id = $mailing_id; + + if (!$tracker->find(TRUE)) { + $tracker->save(); + } + $id = $tracker->id; + + $redirect = CRM_Utils_System::externUrl('extern/url', "u=$id"); + $urlCache[$mailing_id . $url] = $redirect; + } + + // This looks silly - calling the hook twice. This smells like an accident. Restoring old cache-based lookup. + // $returnUrl = CRM_Utils_System::externUrl('extern/url', "u=$id&qid=$queue_id"); + $returnUrl = "{$urlCache[$mailing_id . $url]}&qid={$queue_id}"; + + if ($hrefExists) { + $returnUrl = "href='{$returnUrl}' rel='nofollow'"; + } + + return $returnUrl; + } + + /** + * Create a trackable URL for a URL with tokens. + * + * @param string $url + * @param int $mailing_id + * @param int|string $queue_id + * + * @return string + */ + private static function getTrackerURLForUrlWithTokens($url, $mailing_id, $queue_id) { + + // Parse the URL. + // (not using parse_url because it's messy to reassemble) + if (!preg_match('/^([^?#]+)([?][^#]*)?(#.*)?$/', $url, $parsed)) { + // Failed to parse it, give up and don't track it. + return $url; + } + + // If we have a token in the URL + path section, we can't tokenise. + if (strpos($parsed[1], '{') !== FALSE) { + return $url; + } + + $trackable_url = $parsed[1]; + + // Process the query parameters, if there are any. + $tokenised_params = []; + $static_params = []; + if (!empty($parsed[2])) { + $query_key_value_pairs = explode('&', substr($parsed[2], 1)); + + // Separate the tokenised from the static parts. + foreach ($query_key_value_pairs as $_) { + if (strpos($_, '{') === FALSE) { + $static_params[] = $_; + } + else { + $tokenised_params[] = $_; + } + } + // Add the static params to the trackable part. + if ($static_params) { + $trackable_url .= '?' . implode('&', $static_params); + } + } + + // Get trackable URL. + $data = self::getBasicTrackerURL($trackable_url, $mailing_id, $queue_id); + + // Append the tokenised bits and the fragment. + if ($tokenised_params) { + // We know the URL will already have the '?' + $data .= '&' . implode('&', $tokenised_params); + } + if (!empty($parsed[3])) { + $data .= $parsed[3]; + } + return $data; + } + + /** + * @param $url + * @param $mailing_id + * + * @return int + * Url id of the given url and mail + */ + public static function getTrackerURLId($url, $mailing_id) { + $tracker = new CRM_Mailing_BAO_MailingTrackableURL(); + $tracker->url = $url; + $tracker->mailing_id = $mailing_id; + if ($tracker->find(TRUE)) { + return $tracker->id; + } + + return NULL; + } + +} diff --git a/civicrm/CRM/Mailing/BAO/TrackableURL.php b/civicrm/CRM/Mailing/BAO/TrackableURL.php index f857f6eb9c..583ae4269a 100644 --- a/civicrm/CRM/Mailing/BAO/TrackableURL.php +++ b/civicrm/CRM/Mailing/BAO/TrackableURL.php @@ -1,170 +1,7 @@ <?php -/* - +--------------------------------------------------------------------+ - | Copyright CiviCRM LLC. All rights reserved. | - | | - | This work is published under the GNU AGPLv3 license with some | - | permitted exceptions and without any warranty. For full license | - | and copyright information, see https://civicrm.org/licensing | - +--------------------------------------------------------------------+ - */ /** - * - * @package CRM - * @copyright CiviCRM LLC https://civicrm.org/licensing + * Class was renamed in 5.62 + * @deprecated */ -class CRM_Mailing_BAO_TrackableURL extends CRM_Mailing_DAO_TrackableURL { - - /** - * Given a url, mailing id and queue event id, find or construct a - * trackable url and redirect url. - * - * @param string $url - * The target url to track. - * @param int $mailing_id - * The id of the mailing. - * @param int $queue_id - * The queue event id (contact clicking through). - * - * @return string - * The redirect/tracking url - */ - public static function getTrackerURL($url, $mailing_id, $queue_id) { - if (strpos($url, '{') !== FALSE) { - return self::getTrackerURLForUrlWithTokens($url, $mailing_id, $queue_id); - } - else { - return self::getBasicTrackerURL($url, $mailing_id, $queue_id); - } - } - - private static function getBasicTrackerURL($url, $mailing_id, $queue_id) { - static $urlCache = []; - - if (array_key_exists($mailing_id . $url, $urlCache)) { - return $urlCache[$mailing_id . $url] . "&qid=$queue_id"; - } - - // hack for basic CRM-1014 and CRM-1151 and CRM-3492 compliance: - // let's not replace possible image URLs, CiviMail URLs or internal anchor URLs - if (preg_match('/\.(png|jpg|jpeg|gif|css)[\'"]?$/i', $url) - or substr_count($url, 'civicrm/extern/') - or substr_count($url, 'civicrm/mailing/') - or ($url[0] === '#') - ) { - // let's not cache these, so they don't get &qid= appended to them - return $url; - } - else { - - $hrefExists = FALSE; - - $tracker = new CRM_Mailing_BAO_TrackableURL(); - if (preg_match('/^href/i', $url)) { - $url = preg_replace('/^href[ ]*=[ ]*[\'"](.*?)[\'"]$/i', '$1', $url); - $hrefExists = TRUE; - } - - $tracker->url = $url; - $tracker->mailing_id = $mailing_id; - - if (!$tracker->find(TRUE)) { - $tracker->save(); - } - $id = $tracker->id; - - $redirect = CRM_Utils_System::externUrl('extern/url', "u=$id"); - $urlCache[$mailing_id . $url] = $redirect; - } - - // This looks silly - calling the hook twice. This smells like an accident. Restoring old cache-based lookup. - // $returnUrl = CRM_Utils_System::externUrl('extern/url', "u=$id&qid=$queue_id"); - $returnUrl = "{$urlCache[$mailing_id . $url]}&qid={$queue_id}"; - - if ($hrefExists) { - $returnUrl = "href='{$returnUrl}' rel='nofollow'"; - } - - return $returnUrl; - } - - /** - * Create a trackable URL for a URL with tokens. - * - * @param string $url - * @param int $mailing_id - * @param int|string $queue_id - * - * @return string - */ - private static function getTrackerURLForUrlWithTokens($url, $mailing_id, $queue_id) { - - // Parse the URL. - // (not using parse_url because it's messy to reassemble) - if (!preg_match('/^([^?#]+)([?][^#]*)?(#.*)?$/', $url, $parsed)) { - // Failed to parse it, give up and don't track it. - return $url; - } - - // If we have a token in the URL + path section, we can't tokenise. - if (strpos($parsed[1], '{') !== FALSE) { - return $url; - } - - $trackable_url = $parsed[1]; - - // Process the query parameters, if there are any. - $tokenised_params = []; - $static_params = []; - if (!empty($parsed[2])) { - $query_key_value_pairs = explode('&', substr($parsed[2], 1)); - - // Separate the tokenised from the static parts. - foreach ($query_key_value_pairs as $_) { - if (strpos($_, '{') === FALSE) { - $static_params[] = $_; - } - else { - $tokenised_params[] = $_; - } - } - // Add the static params to the trackable part. - if ($static_params) { - $trackable_url .= '?' . implode('&', $static_params); - } - } - - // Get trackable URL. - $data = self::getBasicTrackerURL($trackable_url, $mailing_id, $queue_id); - - // Append the tokenised bits and the fragment. - if ($tokenised_params) { - // We know the URL will already have the '?' - $data .= '&' . implode('&', $tokenised_params); - } - if (!empty($parsed[3])) { - $data .= $parsed[3]; - } - return $data; - } - - /** - * @param $url - * @param $mailing_id - * - * @return int - * Url id of the given url and mail - */ - public static function getTrackerURLId($url, $mailing_id) { - $tracker = new CRM_Mailing_BAO_TrackableURL(); - $tracker->url = $url; - $tracker->mailing_id = $mailing_id; - if ($tracker->find(TRUE)) { - return $tracker->id; - } - - return NULL; - } - -} +class_alias('CRM_Mailing_BAO_MailingTrackableURL', 'CRM_Mailing_BAO_TrackableURL'); diff --git a/civicrm/CRM/Mailing/DAO/MailingTrackableURL.php b/civicrm/CRM/Mailing/DAO/MailingTrackableURL.php new file mode 100644 index 0000000000..599cda1ef7 --- /dev/null +++ b/civicrm/CRM/Mailing/DAO/MailingTrackableURL.php @@ -0,0 +1,238 @@ +<?php + +/** + * @package CRM + * @copyright CiviCRM LLC https://civicrm.org/licensing + * + * Generated from xml/schema/CRM/Mailing/MailingTrackableURL.xml + * DO NOT EDIT. Generated by CRM_Core_CodeGen + * (GenCodeChecksum:5da2465e098de06d8a90975560c1cd91) + */ + +/** + * Database access object for the MailingTrackableURL entity. + */ +class CRM_Mailing_DAO_MailingTrackableURL extends CRM_Core_DAO { + const EXT = 'civicrm'; + const TABLE_ADDED = ''; + const COMPONENT = 'CiviMail'; + + /** + * Static instance to hold the table name. + * + * @var string + */ + public static $_tableName = 'civicrm_mailing_trackable_url'; + + /** + * Should CiviCRM log any modifications to this table in the civicrm_log table. + * + * @var bool + */ + public static $_log = FALSE; + + /** + * @var int|string|null + * (SQL type: int unsigned) + * Note that values will be retrieved from the database as a string. + */ + public $id; + + /** + * The URL to be tracked. + * + * @var string + * (SQL type: text) + * Note that values will be retrieved from the database as a string. + */ + public $url; + + /** + * FK to the mailing + * + * @var int|string + * (SQL type: int unsigned) + * Note that values will be retrieved from the database as a string. + */ + public $mailing_id; + + /** + * Class constructor. + */ + public function __construct() { + $this->__table = 'civicrm_mailing_trackable_url'; + parent::__construct(); + } + + /** + * Returns localized title of this entity. + * + * @param bool $plural + * Whether to return the plural version of the title. + */ + public static function getEntityTitle($plural = FALSE) { + return $plural ? ts('Mailing Links') : ts('Mailing Link'); + } + + /** + * Returns foreign keys and entity references. + * + * @return array + * [CRM_Core_Reference_Interface] + */ + public static function getReferenceColumns() { + if (!isset(Civi::$statics[__CLASS__]['links'])) { + Civi::$statics[__CLASS__]['links'] = static::createReferenceColumns(__CLASS__); + Civi::$statics[__CLASS__]['links'][] = new CRM_Core_Reference_Basic(self::getTableName(), 'mailing_id', 'civicrm_mailing', 'id'); + CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'links_callback', Civi::$statics[__CLASS__]['links']); + } + return Civi::$statics[__CLASS__]['links']; + } + + /** + * Returns all the column names of this table + * + * @return array + */ + public static function &fields() { + if (!isset(Civi::$statics[__CLASS__]['fields'])) { + Civi::$statics[__CLASS__]['fields'] = [ + 'id' => [ + 'name' => 'id', + 'type' => CRM_Utils_Type::T_INT, + 'title' => ts('Trackable URL ID'), + 'required' => TRUE, + 'usage' => [ + 'import' => FALSE, + 'export' => FALSE, + 'duplicate_matching' => FALSE, + 'token' => FALSE, + ], + 'where' => 'civicrm_mailing_trackable_url.id', + 'table_name' => 'civicrm_mailing_trackable_url', + 'entity' => 'MailingTrackableURL', + 'bao' => 'CRM_Mailing_BAO_MailingTrackableURL', + 'localizable' => 0, + 'html' => [ + 'type' => 'Number', + ], + 'readonly' => TRUE, + 'add' => NULL, + ], + 'url' => [ + 'name' => 'url', + 'type' => CRM_Utils_Type::T_TEXT, + 'title' => ts('Url'), + 'description' => ts('The URL to be tracked.'), + 'required' => TRUE, + 'usage' => [ + 'import' => FALSE, + 'export' => FALSE, + 'duplicate_matching' => FALSE, + 'token' => FALSE, + ], + 'where' => 'civicrm_mailing_trackable_url.url', + 'table_name' => 'civicrm_mailing_trackable_url', + 'entity' => 'MailingTrackableURL', + 'bao' => 'CRM_Mailing_BAO_MailingTrackableURL', + 'localizable' => 0, + 'add' => NULL, + ], + 'mailing_id' => [ + 'name' => 'mailing_id', + 'type' => CRM_Utils_Type::T_INT, + 'title' => ts('Mailing ID'), + 'description' => ts('FK to the mailing'), + 'required' => TRUE, + 'usage' => [ + 'import' => FALSE, + 'export' => FALSE, + 'duplicate_matching' => FALSE, + 'token' => FALSE, + ], + 'where' => 'civicrm_mailing_trackable_url.mailing_id', + 'table_name' => 'civicrm_mailing_trackable_url', + 'entity' => 'MailingTrackableURL', + 'bao' => 'CRM_Mailing_BAO_MailingTrackableURL', + 'localizable' => 0, + 'FKClassName' => 'CRM_Mailing_DAO_Mailing', + 'html' => [ + 'type' => 'EntityRef', + 'label' => ts("Mailing"), + ], + 'add' => NULL, + ], + ]; + CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); + } + return Civi::$statics[__CLASS__]['fields']; + } + + /** + * Return a mapping from field-name to the corresponding key (as used in fields()). + * + * @return array + * Array(string $name => string $uniqueName). + */ + public static function &fieldKeys() { + if (!isset(Civi::$statics[__CLASS__]['fieldKeys'])) { + Civi::$statics[__CLASS__]['fieldKeys'] = array_flip(CRM_Utils_Array::collect('name', self::fields())); + } + return Civi::$statics[__CLASS__]['fieldKeys']; + } + + /** + * Returns the names of this table + * + * @return string + */ + public static function getTableName() { + return self::$_tableName; + } + + /** + * Returns if this table needs to be logged + * + * @return bool + */ + public function getLog() { + return self::$_log; + } + + /** + * Returns the list of fields that can be imported + * + * @param bool $prefix + * + * @return array + */ + public static function &import($prefix = FALSE) { + $r = CRM_Core_DAO_AllCoreTables::getImports(__CLASS__, 'mailing_trackable_url', $prefix, []); + return $r; + } + + /** + * Returns the list of fields that can be exported + * + * @param bool $prefix + * + * @return array + */ + public static function &export($prefix = FALSE) { + $r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'mailing_trackable_url', $prefix, []); + return $r; + } + + /** + * Returns the list of indices + * + * @param bool $localize + * + * @return array + */ + public static function indices($localize = TRUE) { + $indices = []; + return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices; + } + +} diff --git a/civicrm/CRM/Mailing/DAO/TrackableURL.php b/civicrm/CRM/Mailing/DAO/TrackableURL.php index bd67cc8182..442cfb89bf 100644 --- a/civicrm/CRM/Mailing/DAO/TrackableURL.php +++ b/civicrm/CRM/Mailing/DAO/TrackableURL.php @@ -1,237 +1,7 @@ <?php /** - * @package CRM - * @copyright CiviCRM LLC https://civicrm.org/licensing - * - * Generated from xml/schema/CRM/Mailing/TrackableURL.xml - * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:f43da49ddd6befd1cebeb8044c43618b) + * Class was renamed in 5.62 + * @deprecated */ - -/** - * Database access object for the TrackableURL entity. - */ -class CRM_Mailing_DAO_TrackableURL extends CRM_Core_DAO { - const EXT = 'civicrm'; - const TABLE_ADDED = ''; - const COMPONENT = 'CiviMail'; - - /** - * Static instance to hold the table name. - * - * @var string - */ - public static $_tableName = 'civicrm_mailing_trackable_url'; - - /** - * Should CiviCRM log any modifications to this table in the civicrm_log table. - * - * @var bool - */ - public static $_log = FALSE; - - /** - * @var int|string|null - * (SQL type: int unsigned) - * Note that values will be retrieved from the database as a string. - */ - public $id; - - /** - * The URL to be tracked. - * - * @var string - * (SQL type: text) - * Note that values will be retrieved from the database as a string. - */ - public $url; - - /** - * FK to the mailing - * - * @var int|string - * (SQL type: int unsigned) - * Note that values will be retrieved from the database as a string. - */ - public $mailing_id; - - /** - * Class constructor. - */ - public function __construct() { - $this->__table = 'civicrm_mailing_trackable_url'; - parent::__construct(); - } - - /** - * Returns localized title of this entity. - * - * @param bool $plural - * Whether to return the plural version of the title. - */ - public static function getEntityTitle($plural = FALSE) { - return $plural ? ts('Trackable URLs') : ts('Trackable URL'); - } - - /** - * Returns foreign keys and entity references. - * - * @return array - * [CRM_Core_Reference_Interface] - */ - public static function getReferenceColumns() { - if (!isset(Civi::$statics[__CLASS__]['links'])) { - Civi::$statics[__CLASS__]['links'] = static::createReferenceColumns(__CLASS__); - Civi::$statics[__CLASS__]['links'][] = new CRM_Core_Reference_Basic(self::getTableName(), 'mailing_id', 'civicrm_mailing', 'id'); - CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'links_callback', Civi::$statics[__CLASS__]['links']); - } - return Civi::$statics[__CLASS__]['links']; - } - - /** - * Returns all the column names of this table - * - * @return array - */ - public static function &fields() { - if (!isset(Civi::$statics[__CLASS__]['fields'])) { - Civi::$statics[__CLASS__]['fields'] = [ - 'id' => [ - 'name' => 'id', - 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Trackable URL ID'), - 'required' => TRUE, - 'usage' => [ - 'import' => FALSE, - 'export' => FALSE, - 'duplicate_matching' => FALSE, - 'token' => FALSE, - ], - 'where' => 'civicrm_mailing_trackable_url.id', - 'table_name' => 'civicrm_mailing_trackable_url', - 'entity' => 'TrackableURL', - 'bao' => 'CRM_Mailing_BAO_TrackableURL', - 'localizable' => 0, - 'html' => [ - 'type' => 'Number', - ], - 'readonly' => TRUE, - 'add' => NULL, - ], - 'url' => [ - 'name' => 'url', - 'type' => CRM_Utils_Type::T_TEXT, - 'title' => ts('Url'), - 'description' => ts('The URL to be tracked.'), - 'required' => TRUE, - 'usage' => [ - 'import' => FALSE, - 'export' => FALSE, - 'duplicate_matching' => FALSE, - 'token' => FALSE, - ], - 'where' => 'civicrm_mailing_trackable_url.url', - 'table_name' => 'civicrm_mailing_trackable_url', - 'entity' => 'TrackableURL', - 'bao' => 'CRM_Mailing_BAO_TrackableURL', - 'localizable' => 0, - 'add' => NULL, - ], - 'mailing_id' => [ - 'name' => 'mailing_id', - 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Mailing ID'), - 'description' => ts('FK to the mailing'), - 'required' => TRUE, - 'usage' => [ - 'import' => FALSE, - 'export' => FALSE, - 'duplicate_matching' => FALSE, - 'token' => FALSE, - ], - 'where' => 'civicrm_mailing_trackable_url.mailing_id', - 'table_name' => 'civicrm_mailing_trackable_url', - 'entity' => 'TrackableURL', - 'bao' => 'CRM_Mailing_BAO_TrackableURL', - 'localizable' => 0, - 'FKClassName' => 'CRM_Mailing_DAO_Mailing', - 'html' => [ - 'label' => ts("Mailing"), - ], - 'add' => NULL, - ], - ]; - CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); - } - return Civi::$statics[__CLASS__]['fields']; - } - - /** - * Return a mapping from field-name to the corresponding key (as used in fields()). - * - * @return array - * Array(string $name => string $uniqueName). - */ - public static function &fieldKeys() { - if (!isset(Civi::$statics[__CLASS__]['fieldKeys'])) { - Civi::$statics[__CLASS__]['fieldKeys'] = array_flip(CRM_Utils_Array::collect('name', self::fields())); - } - return Civi::$statics[__CLASS__]['fieldKeys']; - } - - /** - * Returns the names of this table - * - * @return string - */ - public static function getTableName() { - return self::$_tableName; - } - - /** - * Returns if this table needs to be logged - * - * @return bool - */ - public function getLog() { - return self::$_log; - } - - /** - * Returns the list of fields that can be imported - * - * @param bool $prefix - * - * @return array - */ - public static function &import($prefix = FALSE) { - $r = CRM_Core_DAO_AllCoreTables::getImports(__CLASS__, 'mailing_trackable_url', $prefix, []); - return $r; - } - - /** - * Returns the list of fields that can be exported - * - * @param bool $prefix - * - * @return array - */ - public static function &export($prefix = FALSE) { - $r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'mailing_trackable_url', $prefix, []); - return $r; - } - - /** - * Returns the list of indices - * - * @param bool $localize - * - * @return array - */ - public static function indices($localize = TRUE) { - $indices = []; - return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices; - } - -} +class_alias('CRM_Mailing_DAO_MailingTrackableURL', 'CRM_Mailing_DAO_TrackableURL'); diff --git a/civicrm/CRM/Mailing/Event/BAO/MailingEventClickThrough.php b/civicrm/CRM/Mailing/Event/BAO/MailingEventTrackableURLOpen.php similarity index 96% rename from civicrm/CRM/Mailing/Event/BAO/MailingEventClickThrough.php rename to civicrm/CRM/Mailing/Event/BAO/MailingEventTrackableURLOpen.php index 744276ee78..b77a59a889 100644 --- a/civicrm/CRM/Mailing/Event/BAO/MailingEventClickThrough.php +++ b/civicrm/CRM/Mailing/Event/BAO/MailingEventTrackableURLOpen.php @@ -14,7 +14,7 @@ * @package CRM * @copyright CiviCRM LLC https://civicrm.org/licensing */ -class CRM_Mailing_Event_BAO_MailingEventClickThrough extends CRM_Mailing_Event_DAO_MailingEventClickThrough { +class CRM_Mailing_Event_BAO_MailingEventTrackableURLOpen extends CRM_Mailing_Event_DAO_MailingEventTrackableURLOpen { /** * Track a click-through and return the URL to redirect. @@ -34,7 +34,7 @@ class CRM_Mailing_Event_BAO_MailingEventClickThrough extends CRM_Mailing_Event_D // prevents foreign key violations. $job = CRM_Utils_Type::escape(CRM_Mailing_BAO_MailingJob::getTableName(), 'MysqlColumnNameOrAlias'); $eq = CRM_Utils_Type::escape(CRM_Mailing_Event_BAO_MailingEventQueue::getTableName(), 'MysqlColumnNameOrAlias'); - $turl = CRM_Utils_Type::escape(CRM_Mailing_BAO_TrackableURL::getTableName(), 'MysqlColumnNameOrAlias'); + $turl = CRM_Utils_Type::escape(CRM_Mailing_BAO_MailingTrackableURL::getTableName(), 'MysqlColumnNameOrAlias'); if (!$queue_id) { $search = CRM_Core_DAO::executeQuery( @@ -84,7 +84,7 @@ class CRM_Mailing_Event_BAO_MailingEventClickThrough extends CRM_Mailing_Event_D return $search->url; } - $open = new CRM_Mailing_Event_BAO_MailingEventClickThrough(); + $open = new CRM_Mailing_Event_BAO_MailingEventTrackableURLOpen(); $open->event_queue_id = $queue_id; $open->trackable_url_id = $url_id; $open->time_stamp = date('YmdHis'); @@ -272,7 +272,7 @@ class CRM_Mailing_Event_BAO_MailingEventClickThrough extends CRM_Mailing_Event_D $dao = new CRM_Core_DAO(); $click = self::getTableName(); - $url = CRM_Mailing_BAO_TrackableURL::getTableName(); + $url = CRM_Mailing_BAO_MailingTrackableURL::getTableName(); $queue = CRM_Mailing_Event_BAO_MailingEventQueue::getTableName(); $mailing = CRM_Mailing_BAO_Mailing::getTableName(); $job = CRM_Mailing_BAO_MailingJob::getTableName(); diff --git a/civicrm/CRM/Mailing/Event/BAO/TrackableURLOpen.php b/civicrm/CRM/Mailing/Event/BAO/TrackableURLOpen.php index 49c982971f..2e8e70e3a1 100644 --- a/civicrm/CRM/Mailing/Event/BAO/TrackableURLOpen.php +++ b/civicrm/CRM/Mailing/Event/BAO/TrackableURLOpen.php @@ -1,6 +1,7 @@ <?php /** - * BAO class was renamed in 5.57 + * BAO class was renamed in 5.62 + * @deprecated */ -class_alias('CRM_Mailing_Event_BAO_MailingEventClickThrough', 'CRM_Mailing_Event_BAO_TrackableURLOpen'); +class_alias('CRM_Mailing_Event_BAO_MailingEventTrackableURLOpen', 'CRM_Mailing_Event_BAO_TrackableURLOpen'); diff --git a/civicrm/CRM/Mailing/Event/DAO/MailingEventClickThrough.php b/civicrm/CRM/Mailing/Event/DAO/MailingEventTrackableURLOpen.php similarity index 86% rename from civicrm/CRM/Mailing/Event/DAO/MailingEventClickThrough.php rename to civicrm/CRM/Mailing/Event/DAO/MailingEventTrackableURLOpen.php index 7bcd641d58..ac216ce11e 100644 --- a/civicrm/CRM/Mailing/Event/DAO/MailingEventClickThrough.php +++ b/civicrm/CRM/Mailing/Event/DAO/MailingEventTrackableURLOpen.php @@ -4,15 +4,15 @@ * @package CRM * @copyright CiviCRM LLC https://civicrm.org/licensing * - * Generated from xml/schema/CRM/Mailing/Event/MailingEventClickThrough.xml + * Generated from xml/schema/CRM/Mailing/Event/MailingEventTrackableURLOpen.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:11c64e5e8108784fe8e844616abc997e) + * (GenCodeChecksum:6b5080d5367785fa44add485df62cba5) */ /** - * Database access object for the MailingEventClickThrough entity. + * Database access object for the MailingEventTrackableURLOpen entity. */ -class CRM_Mailing_Event_DAO_MailingEventClickThrough extends CRM_Core_DAO { +class CRM_Mailing_Event_DAO_MailingEventTrackableURLOpen extends CRM_Core_DAO { const EXT = 'civicrm'; const TABLE_ADDED = ''; const COMPONENT = 'CiviMail'; @@ -80,7 +80,7 @@ class CRM_Mailing_Event_DAO_MailingEventClickThrough extends CRM_Core_DAO { * Whether to return the plural version of the title. */ public static function getEntityTitle($plural = FALSE) { - return $plural ? ts('Mailing Event Click Throughs') : ts('Mailing Event Click Through'); + return $plural ? ts('Mailing Link Clickthroughs') : ts('Mailing Link Clickthrough'); } /** @@ -120,8 +120,8 @@ class CRM_Mailing_Event_DAO_MailingEventClickThrough extends CRM_Core_DAO { ], 'where' => 'civicrm_mailing_event_trackable_url_open.id', 'table_name' => 'civicrm_mailing_event_trackable_url_open', - 'entity' => 'MailingEventClickThrough', - 'bao' => 'CRM_Mailing_Event_BAO_MailingEventClickThrough', + 'entity' => 'MailingEventTrackableURLOpen', + 'bao' => 'CRM_Mailing_Event_BAO_MailingEventTrackableURLOpen', 'localizable' => 0, 'html' => [ 'type' => 'Number', @@ -144,11 +144,12 @@ class CRM_Mailing_Event_DAO_MailingEventClickThrough extends CRM_Core_DAO { ], 'where' => 'civicrm_mailing_event_trackable_url_open.event_queue_id', 'table_name' => 'civicrm_mailing_event_trackable_url_open', - 'entity' => 'MailingEventClickThrough', - 'bao' => 'CRM_Mailing_Event_BAO_MailingEventClickThrough', + 'entity' => 'MailingEventTrackableURLOpen', + 'bao' => 'CRM_Mailing_Event_BAO_MailingEventTrackableURLOpen', 'localizable' => 0, 'FKClassName' => 'CRM_Mailing_Event_DAO_MailingEventQueue', 'html' => [ + 'type' => 'EntityRef', 'label' => ts("Recipient"), ], 'add' => NULL, @@ -167,12 +168,13 @@ class CRM_Mailing_Event_DAO_MailingEventClickThrough extends CRM_Core_DAO { ], 'where' => 'civicrm_mailing_event_trackable_url_open.trackable_url_id', 'table_name' => 'civicrm_mailing_event_trackable_url_open', - 'entity' => 'MailingEventClickThrough', - 'bao' => 'CRM_Mailing_Event_BAO_MailingEventClickThrough', + 'entity' => 'MailingEventTrackableURLOpen', + 'bao' => 'CRM_Mailing_Event_BAO_MailingEventTrackableURLOpen', 'localizable' => 0, - 'FKClassName' => 'CRM_Mailing_DAO_TrackableURL', + 'FKClassName' => 'CRM_Mailing_DAO_MailingTrackableURL', 'html' => [ - 'label' => ts("Trackable Url"), + 'type' => 'EntityRef', + 'label' => ts("Mailing Link"), ], 'add' => NULL, ], @@ -191,9 +193,13 @@ class CRM_Mailing_Event_DAO_MailingEventClickThrough extends CRM_Core_DAO { 'where' => 'civicrm_mailing_event_trackable_url_open.time_stamp', 'default' => 'CURRENT_TIMESTAMP', 'table_name' => 'civicrm_mailing_event_trackable_url_open', - 'entity' => 'MailingEventClickThrough', - 'bao' => 'CRM_Mailing_Event_BAO_MailingEventClickThrough', + 'entity' => 'MailingEventTrackableURLOpen', + 'bao' => 'CRM_Mailing_Event_BAO_MailingEventTrackableURLOpen', 'localizable' => 0, + 'html' => [ + 'type' => 'Date', + 'label' => ts("Opened Date"), + ], 'add' => NULL, ], ]; diff --git a/civicrm/CRM/Mailing/Event/DAO/TrackableURLOpen.php b/civicrm/CRM/Mailing/Event/DAO/TrackableURLOpen.php index 0ae51d882e..4dc33c7be9 100644 --- a/civicrm/CRM/Mailing/Event/DAO/TrackableURLOpen.php +++ b/civicrm/CRM/Mailing/Event/DAO/TrackableURLOpen.php @@ -1,7 +1,7 @@ <?php /** - * DAO class was renamed in 5.57 + * DAO class was renamed in 5.62 * @deprecated */ -class_alias('CRM_Mailing_Event_DAO_MailingEventClickThrough', 'CRM_Mailing_Event_DAO_TrackableURLOpen'); +class_alias('CRM_Mailing_Event_DAO_MailingEventTrackableURLOpen', 'CRM_Mailing_Event_DAO_TrackableURLOpen'); diff --git a/civicrm/CRM/Mailing/Page/Open.php b/civicrm/CRM/Mailing/Page/Open.php index dbb8d85419..3a2870d5ad 100644 --- a/civicrm/CRM/Mailing/Page/Open.php +++ b/civicrm/CRM/Mailing/Page/Open.php @@ -33,7 +33,7 @@ class CRM_Mailing_Page_Open extends CRM_Core_Page { $queue_id = CRM_Utils_Request::retrieveValue('qid', 'Positive', NULL, FALSE, 'GET'); if (!$queue_id) { // Deprecated: "?q=" is problematic in Drupal integrations, but we'll accept if igiven - $queue_id = CRM_Utils_Request::retrieveValue('q', 'Positive', NULL, FALSE, 'GET');; + $queue_id = CRM_Utils_Request::retrieveValue('q', 'Positive', NULL, FALSE, 'GET'); } if (!$queue_id) { echo "Missing input parameters\n"; diff --git a/civicrm/CRM/Mailing/Page/Url.php b/civicrm/CRM/Mailing/Page/Url.php index 5324018ad5..c924e76f6f 100644 --- a/civicrm/CRM/Mailing/Page/Url.php +++ b/civicrm/CRM/Mailing/Page/Url.php @@ -32,7 +32,7 @@ class CRM_Mailing_Page_Url extends CRM_Core_Page { public function run() { $queue_id = CRM_Utils_Request::retrieveValue('qid', 'Integer'); $url_id = CRM_Utils_Request::retrieveValue('u', 'Integer', NULL, TRUE); - $url = trim(CRM_Mailing_Event_BAO_MailingEventClickThrough::track($queue_id, $url_id)); + $url = trim(CRM_Mailing_Event_BAO_MailingEventTrackableURLOpen::track($queue_id, $url_id)); $query_string = $this->extractPassthroughParameters(); if (strlen($query_string) > 0) { @@ -62,6 +62,7 @@ class CRM_Mailing_Page_Url extends CRM_Core_Page { 'for' => 'civicrm/mailing/url', 'queue_id' => $queue_id, 'url_id' => $url_id, + 'noindex' => TRUE, ]); } diff --git a/civicrm/CRM/Mailing/Selector/Browse.php b/civicrm/CRM/Mailing/Selector/Browse.php index df1442be6f..862ca2e446 100644 --- a/civicrm/CRM/Mailing/Selector/Browse.php +++ b/civicrm/CRM/Mailing/Selector/Browse.php @@ -615,12 +615,12 @@ LEFT JOIN civicrm_contact scheduledContact ON ( $mailing.scheduled_id = schedul $params[5] = [$createdId, 'Integer']; } - $campainIds = $this->_parent->get('campaign_id'); - if (!CRM_Utils_System::isNull($campainIds)) { - if (!is_array($campainIds)) { + $campaignIds = $this->_parent->get('campaign_id'); + if (!CRM_Utils_System::isNull($campaignIds)) { + if (!is_array($campaignIds)) { $campaignIds = [$campaignIds]; } - $clauses[] = '( campaign_id IN ( ' . implode(' , ', array_values($campainIds)) . ' ) )'; + $clauses[] = '( campaign_id IN ( ' . implode(' , ', array_values($campaignIds)) . ' ) )'; } if ($language = $this->_parent->get('language')) { diff --git a/civicrm/CRM/Mailing/Selector/Event.php b/civicrm/CRM/Mailing/Selector/Event.php index 0ef9775140..355ba92d7b 100644 --- a/civicrm/CRM/Mailing/Selector/Event.php +++ b/civicrm/CRM/Mailing/Selector/Event.php @@ -217,7 +217,7 @@ class CRM_Mailing_Selector_Event extends CRM_Core_Selector_Base implements CRM_C break; case 'click': - $dateSort = CRM_Mailing_Event_BAO_MailingEventClickThrough::getTableName() . '.time_stamp'; + $dateSort = CRM_Mailing_Event_BAO_MailingEventTrackableURLOpen::getTableName() . '.time_stamp'; $this->_columnHeaders = array_merge($this->_columnHeaders, [ [ 'name' => ts('URL'), @@ -315,7 +315,7 @@ class CRM_Mailing_Selector_Event extends CRM_Core_Selector_Base implements CRM_C return $result; case 'click': - $event = new CRM_Mailing_Event_BAO_MailingEventClickThrough(); + $event = new CRM_Mailing_Event_BAO_MailingEventTrackableURLOpen(); $result = $event->getTotalCount($this->_mailing_id, $this->_job_id, $this->_is_distinct, @@ -403,7 +403,7 @@ class CRM_Mailing_Selector_Event extends CRM_Core_Selector_Base implements CRM_C return $rows; case 'click': - $rows = CRM_Mailing_Event_BAO_MailingEventClickThrough::getRows( + $rows = CRM_Mailing_Event_BAO_MailingEventTrackableURLOpen::getRows( $this->_mailing_id, $this->_job_id, $this->_is_distinct, $this->_url_id, $offset, $rowCount, $sort diff --git a/civicrm/CRM/Member/BAO/MembershipStatus.php b/civicrm/CRM/Member/BAO/MembershipStatus.php index a2e8895412..48175688ff 100644 --- a/civicrm/CRM/Member/BAO/MembershipStatus.php +++ b/civicrm/CRM/Member/BAO/MembershipStatus.php @@ -17,19 +17,13 @@ class CRM_Member_BAO_MembershipStatus extends CRM_Member_DAO_MembershipStatus implements \Civi\Core\HookInterface { /** - * Retrieve DB object and copy to defaults array. - * + * @deprecated * @param array $params - * Array of criteria values. * @param array $defaults - * Array to be populated with found values. - * * @return self|null - * The DAO object, if found. - * - * @deprecated */ public static function retrieve($params, &$defaults) { + CRM_Core_Error::deprecatedFunctionWarning('API'); return self::commonRetrieve(self::class, $params, $defaults); } diff --git a/civicrm/CRM/Member/BAO/MembershipType.php b/civicrm/CRM/Member/BAO/MembershipType.php index d51f768d7f..8e490af173 100644 --- a/civicrm/CRM/Member/BAO/MembershipType.php +++ b/civicrm/CRM/Member/BAO/MembershipType.php @@ -25,17 +25,10 @@ class CRM_Member_BAO_MembershipType extends CRM_Member_DAO_MembershipType implem public static $_membershipTypeInfo = []; /** - * Retrieve DB object and copy to defaults array. - * + * @deprecated * @param array $params - * Array of criteria values. * @param array $defaults - * Array to be populated with found values. - * * @return self|null - * The DAO object, if found. - * - * @deprecated */ public static function retrieve($params, &$defaults) { return self::commonRetrieve(self::class, $params, $defaults); diff --git a/civicrm/CRM/Member/Form/Membership.php b/civicrm/CRM/Member/Form/Membership.php index e0e362a850..2fbd84e928 100644 --- a/civicrm/CRM/Member/Form/Membership.php +++ b/civicrm/CRM/Member/Form/Membership.php @@ -983,7 +983,7 @@ DESC limit 1"); 'receiptText' => $this->getSubmittedValue('receipt_text'), 'contributionId' => $formValues['contribution_id'], 'contactId' => $this->_receiptContactId, - 'membershipId' => $this->getMembershipID(), + 'membershipID' => $this->getMembershipID(), ], ] ); diff --git a/civicrm/CRM/Member/Form/MembershipRenewal.php b/civicrm/CRM/Member/Form/MembershipRenewal.php index 82dd22d5b6..2672509452 100644 --- a/civicrm/CRM/Member/Form/MembershipRenewal.php +++ b/civicrm/CRM/Member/Form/MembershipRenewal.php @@ -705,7 +705,7 @@ class CRM_Member_Form_MembershipRenewal extends CRM_Member_Form { 'modelProps' => [ 'receiptText' => $this->getSubmittedValue('receipt_text'), 'contactId' => $this->_receiptContactId, - 'contributionID' => $this->getContributionID(), + 'contributionId' => $this->getContributionID(), 'membershipID' => $this->_membershipId, ], ] diff --git a/civicrm/CRM/Member/Import/Parser/Membership.php b/civicrm/CRM/Member/Import/Parser/Membership.php index 84b6edb729..7d7348bc2a 100644 --- a/civicrm/CRM/Member/Import/Parser/Membership.php +++ b/civicrm/CRM/Member/Import/Parser/Membership.php @@ -326,7 +326,7 @@ class CRM_Member_Import_Parser_Membership extends CRM_Import_Parser { } if ($formatted['status_id'] != $calcStatus['id']) { //Status Hold" is either NOT mapped or is FALSE - throw new CRM_Core_Exception($rowNumber, 'ERROR', 'Status in import row (' . CRM_Utils_Array::value('status_id', $formatValues) . ') does not match calculated status based on your configured Membership Status Rules (' . $calcStatus['name'] . '). Record was not imported.', CRM_Import_Parser::ERROR); + throw new CRM_Core_Exception('Status in import row (' . CRM_Utils_Array::value('status_id', $formatValues) . ') does not match calculated status based on your configured Membership Status Rules (' . $calcStatus['name'] . '). Record was not imported.', CRM_Import_Parser::ERROR); } } diff --git a/civicrm/CRM/Member/WorkflowMessage/Membership/Membership.php b/civicrm/CRM/Member/WorkflowMessage/Membership/Membership.php new file mode 100644 index 0000000000..25c46a6950 --- /dev/null +++ b/civicrm/CRM/Member/WorkflowMessage/Membership/Membership.php @@ -0,0 +1,182 @@ +<?php + +use Civi\Api4\MembershipType; +use Civi\Api4\PriceField; +use Civi\Api4\PriceFieldValue; +use Civi\Api4\PriceSet; +use Civi\Api4\WorkflowMessage; +use Civi\Test; +use Civi\WorkflowMessage\GenericWorkflowMessage; +use Civi\WorkflowMessage\WorkflowMessageExample; + +/** + * Examples for membership templates. + * + * @noinspection PhpUnused + */ +class CRM_Member_WorkflowMessage_Membership_Membership extends WorkflowMessageExample { + + /** + * Get the examples this class is able to deliver. + * + * @throws \CRM_Core_Exception + */ + public function getExamples(): iterable { + if (!CRM_Core_Component::isEnabled('CiviMember')) { + return; + } + $membershipType = MembershipType::get(FALSE)->execute()->first(); + if (empty($membershipType)) { + return; + } + $workflows = ['membership_online_receipt', 'membership_offline_receipt']; + $defaultCurrency = \Civi::settings()->get('defaultCurrency'); + $priceSets = $this->getPriceSet(); + + foreach ($workflows as $workflow) { + foreach ($priceSets as $priceSet) { + yield [ + 'name' => 'workflow/' . $workflow . '/' . strtolower($membershipType['name']) . '_' . strtolower($priceSet['name']) . '_' . strtolower($defaultCurrency), + 'title' => $priceSet['title'] . ' - ' . $membershipType['name'] . ' : ' . $defaultCurrency, + 'tags' => ['preview'], + 'workflow' => $workflow, + 'membership_type' => $membershipType, + 'currency' => $defaultCurrency, + 'price_set_id' => $priceSet['id'], + 'is_show_line_items' => !$priceSets['is_quick_config'], + ]; + } + } + } + + /** + * Build an example to use when rendering the workflow. + * + * @param array $example + * + * @throws \CRM_Core_Exception + */ + public function build(array &$example): void { + $workFlow = WorkflowMessage::get(TRUE)->addWhere('name', '=', $example['workflow'])->execute()->first(); + $this->setWorkflowName($workFlow['name']); + $messageTemplate = new $workFlow['class'](); + $this->addExampleData($messageTemplate, $example); + $example['data'] = $this->toArray($messageTemplate); + } + + /** + * Add relevant example data. + * + * @param \CRM_Member_WorkflowMessage_MembershipOfflineReceipt|\CRM_Member_WorkflowMessage_MembershipOnlineReceipt $messageTemplate + * @param array $example + * + * @throws \CRM_Core_Exception + * @throws \Civi\API\Exception\UnauthorizedException + */ + private function addExampleData(GenericWorkflowMessage $messageTemplate, array $example): void { + $messageTemplate->setContact(Test::example('entity/Contact/Barb')); + + $membership = [ + 'membership_type_id' => $example['membership_type']['id'], + 'membership_type_id:name' => $example['membership_type']['name'], + 'membership_type_id:label' => $example['membership_type']['name'], + 'status_id:name' => 'Current', + 'start_date' => date('Y-m-05', strtotime('-1 month')), + // Ideally we would leave blank for lifetime & maybe calculate more meaningfully. + 'end_date' => date('Y-m-05', strtotime('+ 11 months')), + ]; + $messageTemplate->setMembership($membership); + + $contribution = [ + 'id' => 50, + 'contact_id' => 100, + 'financial_type_id' => $example['membership_type']['financial_type_id'], + 'receive_date' => '2021-07-23 15:39:20', + 'total_amount' => $example['membership_type']['minimum_amount'], + 'fee_amount' => .99, + 'net_amount' => $example['membership_type']['minimum_amount'] - .99, + 'currency' => $example['currency'], + 'trxn_id' => 123, + 'invoice_id' => 'I-123', + 'contribution_status_id:name' => 'Completed', + 'contribution_status_id' => \CRM_Core_PseudoConstant::getKey('CRM_Contribute_BAO_Contribution', 'contribution_status_id', 'Completed'), + ]; + $contribution['contribution_status_id:label'] = \CRM_Core_PseudoConstant::getLabel('CRM_Contribute_BAO_Contribution', 'contribution_status_id', $contribution['contribution_status_id']); + + if (isset($example['contribution_params'])) { + $contribution = array_merge($contribution, $example['contribution_params']); + } + + $mockOrder = new CRM_Financial_BAO_Order(); + $mockOrder->setTemplateContributionID(50); + + if (empty($example['is_show_line_items'])) { + $mockOrder->setPriceSetToDefault('membership'); + $mockOrder->setOverrideTotalAmount($example['membership_type']['minimum_fee']); + $mockOrder->setDefaultFinancialTypeID($example['membership_type']['financial_type_id']); + } + else { + $priceSet = $this->getPriceSet()[$example['price_set_id']]; + $mockOrder->setPriceSetID($priceSet['id']); + if ($priceSet['financial_type_id']) { + $mockOrder->setDefaultFinancialTypeID($priceSet['financial_type_id']); + } + } + foreach (PriceField::get()->addWhere('price_set_id', '=', $mockOrder->getPriceSetID())->execute() as $index => $priceField) { + $priceFieldValue = PriceFieldValue::get()->addWhere('price_field_id', '=', $priceField['id'])->execute()->first(); + if (empty($example['is_show_line_items'])) { + $priceFieldValue['amount'] = $contribution['total_amount']; + $priceFieldValue['financial_type_id'] = $contribution['financial_type_id']; + } + $this->setLineItem($mockOrder, $priceField, $priceFieldValue, $index, $membership); + } + + $contribution['total_amount'] = $mockOrder->getTotalAmount(); + $contribution['tax_amount'] = $mockOrder->getTotalTaxAmount() ? round($mockOrder->getTotalTaxAmount(), 2) : 0; + $messageTemplate->setContribution($contribution); + $messageTemplate->setOrder($mockOrder); + $messageTemplate->setContribution($contribution); + } + + /** + * Get a non-quick-config price set. + * + * @return array|null + * @throws \CRM_Core_Exception + */ + private function getPriceSet(): ?array { + // Permission check defaults to true - likely implicitly OK but may need to be false. + return (array) PriceSet::get() + ->addWhere('extends', '=', CRM_Core_Component::getComponentID('CiviMember')) + ->addOrderBy('is_quick_config', 'DESC') + ->execute()->indexBy('id'); + } + + /** + * @param \CRM_Financial_BAO_Order $mockOrder + * @param $priceField + * @param array|null $priceFieldValue + * @param $index + * @param $membership + * + * @throws \CRM_Core_Exception + */ + private function setLineItem(CRM_Financial_BAO_Order $mockOrder, $priceField, ?array $priceFieldValue, $index, $membership): void { + $lineItem = [ + 'price_field_id' => $priceField['id'], + 'price_field_id.label' => $priceField['label'], + 'price_field_value_id' => $priceFieldValue['id'], + 'qty' => $priceField['is_enter_qty'] ? 2 : 1, + 'unit_price' => $priceFieldValue['amount'], + 'line_total' => $priceField['is_enter_qty'] ? ($priceFieldValue['amount'] * 2) : $priceFieldValue['amount'], + 'label' => $priceFieldValue['label'], + 'financial_type_id' => $priceFieldValue['financial_type_id'], + 'non_deductible_amount' => $priceFieldValue['non_deductible_amount'], + ]; + if (!empty($priceFieldValue['membership_type_id'])) { + $lineItem['membership'] = ['start_date' => $membership['start_date'], 'end_date' => $membership['end_date']]; + } + $mockOrder->setLineItem($lineItem, $index); + } + +} diff --git a/civicrm/CRM/Member/WorkflowMessage/MembershipOfflineReceipt.php b/civicrm/CRM/Member/WorkflowMessage/MembershipOfflineReceipt.php index 171fe673c2..9522240d5c 100644 --- a/civicrm/CRM/Member/WorkflowMessage/MembershipOfflineReceipt.php +++ b/civicrm/CRM/Member/WorkflowMessage/MembershipOfflineReceipt.php @@ -22,6 +22,7 @@ use Civi\WorkflowMessage\GenericWorkflowMessage; */ class CRM_Member_WorkflowMessage_MembershipOfflineReceipt extends GenericWorkflowMessage { use CRM_Member_WorkflowMessage_MembershipTrait; + use CRM_Contribute_WorkflowMessage_ContributionTrait; public const WORKFLOW = 'membership_offline_receipt'; /** diff --git a/civicrm/CRM/Member/WorkflowMessage/MembershipOnlineReceipt.php b/civicrm/CRM/Member/WorkflowMessage/MembershipOnlineReceipt.php index 6ba72b0777..13f43f9258 100644 --- a/civicrm/CRM/Member/WorkflowMessage/MembershipOnlineReceipt.php +++ b/civicrm/CRM/Member/WorkflowMessage/MembershipOnlineReceipt.php @@ -22,6 +22,7 @@ use Civi\WorkflowMessage\GenericWorkflowMessage; */ class CRM_Member_WorkflowMessage_MembershipOnlineReceipt extends GenericWorkflowMessage { use CRM_Member_WorkflowMessage_MembershipTrait; + use CRM_Contribute_WorkflowMessage_ContributionTrait; public const WORKFLOW = 'membership_online_receipt'; } diff --git a/civicrm/CRM/Member/WorkflowMessage/MembershipTrait.php b/civicrm/CRM/Member/WorkflowMessage/MembershipTrait.php index 62a7fef27d..665fd4cb7e 100644 --- a/civicrm/CRM/Member/WorkflowMessage/MembershipTrait.php +++ b/civicrm/CRM/Member/WorkflowMessage/MembershipTrait.php @@ -4,8 +4,6 @@ * @method array getMembership() * @method ?int getMembershipID() * @method $this setMembershipID(?int $membershipID) - * @method ?int getContributionID() - * @method $this setContributionID(?int $membershipID) */ trait CRM_Member_WorkflowMessage_MembershipTrait { /** @@ -23,15 +21,6 @@ trait CRM_Member_WorkflowMessage_MembershipTrait { */ protected $membershipID; - /** - * Contribution ID. - * - * @var int - * - * @scope tokenContext as contributionId, tplParams as contributionID - */ - protected $contributionID; - /** * Set membership object. * diff --git a/civicrm/CRM/Pledge/BAO/Pledge.php b/civicrm/CRM/Pledge/BAO/Pledge.php index 546a9aa290..f1312cfbf9 100644 --- a/civicrm/CRM/Pledge/BAO/Pledge.php +++ b/civicrm/CRM/Pledge/BAO/Pledge.php @@ -24,19 +24,13 @@ class CRM_Pledge_BAO_Pledge extends CRM_Pledge_DAO_Pledge { public static $_exportableFields = NULL; /** - * Retrieve DB object and copy to defaults array. - * + * @deprecated * @param array $params - * Array of criteria values. * @param array $defaults - * Array to be populated with found values. - * * @return self|null - * The DAO object, if found. - * - * @deprecated */ public static function retrieve($params, &$defaults) { + CRM_Core_Error::deprecatedFunctionWarning('API'); return self::commonRetrieve(self::class, $params, $defaults); } diff --git a/civicrm/CRM/Pledge/BAO/PledgeBlock.php b/civicrm/CRM/Pledge/BAO/PledgeBlock.php index 3a38a8e2c4..37411474cc 100644 --- a/civicrm/CRM/Pledge/BAO/PledgeBlock.php +++ b/civicrm/CRM/Pledge/BAO/PledgeBlock.php @@ -17,17 +17,10 @@ class CRM_Pledge_BAO_PledgeBlock extends CRM_Pledge_DAO_PledgeBlock { /** - * Retrieve DB object and copy to defaults array. - * + * @deprecated * @param array $params - * Array of criteria values. * @param array $defaults - * Array to be populated with found values. - * * @return self|null - * The DAO object, if found. - * - * @deprecated */ public static function retrieve($params, &$defaults) { return self::commonRetrieve(self::class, $params, $defaults); diff --git a/civicrm/CRM/Pledge/BAO/PledgePayment.php b/civicrm/CRM/Pledge/BAO/PledgePayment.php index fc00d8f7ac..b00548b684 100644 --- a/civicrm/CRM/Pledge/BAO/PledgePayment.php +++ b/civicrm/CRM/Pledge/BAO/PledgePayment.php @@ -177,17 +177,10 @@ WHERE pledge_id = %1 } /** - * Retrieve DB object and copy to defaults array. - * + * @deprecated * @param array $params - * Array of criteria values. * @param array $defaults - * Array to be populated with found values. - * * @return self|null - * The DAO object, if found. - * - * @deprecated */ public static function retrieve($params, &$defaults) { return self::commonRetrieve(self::class, $params, $defaults); diff --git a/civicrm/CRM/Price/BAO/LineItem.php b/civicrm/CRM/Price/BAO/LineItem.php index 1c2a7d0f0c..64823e5599 100644 --- a/civicrm/CRM/Price/BAO/LineItem.php +++ b/civicrm/CRM/Price/BAO/LineItem.php @@ -812,7 +812,7 @@ WHERE li.contribution_id = %1"; /** * Helper function to return sum of financial item's amount related to a line-item - * @param array $lineItemID + * @param int $lineItemID * * @return float $financialItem */ diff --git a/civicrm/CRM/Price/BAO/PriceField.php b/civicrm/CRM/Price/BAO/PriceField.php index f0163d150f..9ff1d0cc93 100644 --- a/civicrm/CRM/Price/BAO/PriceField.php +++ b/civicrm/CRM/Price/BAO/PriceField.php @@ -170,17 +170,10 @@ class CRM_Price_BAO_PriceField extends CRM_Price_DAO_PriceField { } /** - * Retrieve DB object and copy to defaults array. - * + * @deprecated * @param array $params - * Array of criteria values. * @param array $defaults - * Array to be populated with found values. - * * @return self|null - * The DAO object, if found. - * - * @deprecated */ public static function retrieve($params, &$defaults) { return self::commonRetrieve(self::class, $params, $defaults); diff --git a/civicrm/CRM/Price/BAO/PriceFieldValue.php b/civicrm/CRM/Price/BAO/PriceFieldValue.php index 70e150d500..e267621e07 100644 --- a/civicrm/CRM/Price/BAO/PriceFieldValue.php +++ b/civicrm/CRM/Price/BAO/PriceFieldValue.php @@ -105,17 +105,10 @@ class CRM_Price_BAO_PriceFieldValue extends CRM_Price_DAO_PriceFieldValue { } /** - * Retrieve DB object and copy to defaults array. - * + * @deprecated * @param array $params - * Array of criteria values. * @param array $defaults - * Array to be populated with found values. - * * @return self|null - * The DAO object, if found. - * - * @deprecated */ public static function retrieve($params, &$defaults) { return self::commonRetrieve(self::class, $params, $defaults); diff --git a/civicrm/CRM/Price/BAO/PriceSet.php b/civicrm/CRM/Price/BAO/PriceSet.php index f1097f3304..d3dedcbbe1 100644 --- a/civicrm/CRM/Price/BAO/PriceSet.php +++ b/civicrm/CRM/Price/BAO/PriceSet.php @@ -19,7 +19,7 @@ * Business object for managing price sets. * */ -class CRM_Price_BAO_PriceSet extends CRM_Price_DAO_PriceSet { +class CRM_Price_BAO_PriceSet extends CRM_Price_DAO_PriceSet implements \Civi\Core\HookInterface { /** * Static field for default price set details. @@ -31,55 +31,35 @@ class CRM_Price_BAO_PriceSet extends CRM_Price_DAO_PriceSet { /** * Takes an associative array and creates a price set object. * + * @deprecated + * Use writeRecord + * * @param array $params - * (reference) an assoc array of name/value pairs. * - * @return CRM_Price_DAO_PriceSet + * @return CRM_Price_BAO_PriceSet */ - public static function create(&$params) { - $hook = empty($params['id']) ? 'create' : 'edit'; - CRM_Utils_Hook::pre($hook, 'PriceSet', CRM_Utils_Array::value('id', $params), $params); - - if (empty($params['id']) && empty($params['name'])) { - $params['name'] = CRM_Utils_String::munge($params['title'], '_', 242); - } - $priceSetID = NULL; - $validatePriceSet = TRUE; - if (!empty($params['extends']) && is_array($params['extends'])) { - if (!array_key_exists(CRM_Core_Component::getComponentID('CiviEvent'), $params['extends']) - || !array_key_exists(CRM_Core_Component::getComponentID('CiviMember'), $params['extends']) - ) { - $validatePriceSet = FALSE; + public static function create($params) { + return self::writeRecord($params); + } + + /** + * Event fired before an action is taken on an ACL record. + * @param \Civi\Core\Event\PreEvent $event + */ + public static function self_hook_civicrm_pre(\Civi\Core\Event\PreEvent $event) { + if ($event->action === 'create' || $event->action === 'edit') { + if (self::eventPriceSetDomainID()) { + $event->params['domain_id'] = CRM_Core_Config::domainID(); } - $params['extends'] = CRM_Utils_Array::implodePadded($params['extends']); - } - else { - $priceSetID = $params['id'] ?? NULL; } - $priceSetBAO = new CRM_Price_BAO_PriceSet(); - $priceSetBAO->copyValues($params); - if (self::eventPriceSetDomainID()) { - $priceSetBAO->domain_id = CRM_Core_Config::domainID(); - } - $priceSetBAO->save(); - - CRM_Utils_Hook::post($hook, 'PriceSet', $priceSetBAO->id, $priceSetBAO); unset(\Civi::$statics['CRM_Core_PseudoConstant']); - return $priceSetBAO; } /** - * Retrieve DB object and copy to defaults array. - * + * @deprecated * @param array $params - * Array of criteria values. * @param array $defaults - * Array to be populated with found values. - * * @return self|null - * The DAO object, if found. - * - * @deprecated */ public static function retrieve($params, &$defaults) { return self::commonRetrieve(self::class, $params, $defaults); @@ -1709,4 +1689,27 @@ WHERE ct.id = cp.financial_type_id AND $form->assign('ispricelifetime', $checklifetime); } + /** + * Pseudoconstant options for the `extends` field + * + * @return array + */ + public static function getExtendsOptions(): array { + $enabledComponents = CRM_Core_Component::getEnabledComponents(); + $allowedComponents = [ + 'CiviEvent' => ts('Event'), + 'CiviContribute' => ts('Contribution'), + 'CiviMember' => ts('Membership'), + ]; + $result = []; + foreach (array_intersect_key($enabledComponents, $allowedComponents) as $component) { + $result[] = [ + 'id' => $component->componentID, + 'name' => $component->name, + 'label' => $allowedComponents[$component->name], + ]; + } + return $result; + } + } diff --git a/civicrm/CRM/Price/DAO/PriceSet.php b/civicrm/CRM/Price/DAO/PriceSet.php index 609218b750..9afc97784f 100644 --- a/civicrm/CRM/Price/DAO/PriceSet.php +++ b/civicrm/CRM/Price/DAO/PriceSet.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Price/PriceSet.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:23b87e351bab2f2cefd04fd6ea4a6ee5) + * (GenCodeChecksum:01bf707155bf45d044239f9001cfe42d) */ /** @@ -410,13 +410,12 @@ class CRM_Price_DAO_PriceSet extends CRM_Core_DAO { 'entity' => 'PriceSet', 'bao' => 'CRM_Price_BAO_PriceSet', 'localizable' => 0, + 'serialize' => self::SERIALIZE_SEPARATOR_BOOKEND, 'html' => [ 'type' => 'Text', ], 'pseudoconstant' => [ - 'table' => 'civicrm_component', - 'keyColumn' => 'id', - 'labelColumn' => 'name', + 'callback' => 'CRM_Price_BAO_PriceSet::getExtendsOptions', ], 'add' => '3.1', ], diff --git a/civicrm/CRM/Price/Page/Field.php b/civicrm/CRM/Price/Page/Field.php index c1a70040fd..bfa6feab97 100644 --- a/civicrm/CRM/Price/Page/Field.php +++ b/civicrm/CRM/Price/Page/Field.php @@ -230,12 +230,8 @@ class CRM_Price_Page_Field extends CRM_Core_Page { ); if ($this->_sid) { - $usedByDefaults = [ - 'civicrm_event' => FALSE, - 'civicrm_contribution_page' => FALSE, - ]; $usedBy = CRM_Price_BAO_PriceSet::getUsedBy($this->_sid); - $this->assign('usedBy', array_intersect_key($usedByDefaults, $usedBy)); + $this->assign('usedBy', $usedBy); $this->_isSetReserved = CRM_Core_DAO::getFieldValue('CRM_Price_DAO_PriceSet', $this->_sid, 'is_reserved'); $this->assign('isReserved', $this->_isSetReserved); diff --git a/civicrm/CRM/Report/BAO/ReportInstance.php b/civicrm/CRM/Report/BAO/ReportInstance.php index 1554cc0cce..1bbae23cbf 100644 --- a/civicrm/CRM/Report/BAO/ReportInstance.php +++ b/civicrm/CRM/Report/BAO/ReportInstance.php @@ -244,17 +244,10 @@ class CRM_Report_BAO_ReportInstance extends CRM_Report_DAO_ReportInstance implem } /** - * Retrieve DB object and copy to defaults array. - * + * @deprecated * @param array $params - * Array of criteria values. * @param array $defaults - * Array to be populated with found values. - * * @return self|null - * The DAO object, if found. - * - * @deprecated */ public static function retrieve($params, &$defaults) { return self::commonRetrieve(self::class, $params, $defaults); diff --git a/civicrm/CRM/Report/Form.php b/civicrm/CRM/Report/Form.php index d7ead6275a..ca65f8e554 100644 --- a/civicrm/CRM/Report/Form.php +++ b/civicrm/CRM/Report/Form.php @@ -750,6 +750,8 @@ class CRM_Report_Form extends CRM_Core_Form { } $this->assign('criteriaForm', FALSE); + // Will be overwritten in postProcess if TRUE. + $this->assign('printOnly', FALSE); // Display Report Criteria section if user has access Report Criteria OR administer Reports AND report instance is not reserved if (CRM_Core_Permission::check('administer Reports') || CRM_Core_Permission::check('access Report Criteria') @@ -1319,13 +1321,13 @@ class CRM_Report_Form extends CRM_Core_Form { } } } + // Having a group_title is secret code for being a custom group + // which cryptically translates to needing an accordion. + // here we make that explicit. + $colGroups[$tableName]['use_accordian_for_field_selection'] = !$groupTitle && isset($table['group_title']); - if (!$groupTitle && isset($table['group_title'])) { - $groupTitle = $table['group_title']; - // Having a group_title is secret code for being a custom group - // which cryptically translates to needing an accordion. - // here we make that explicit. - $colGroups[$tableName]['use_accordian_for_field_selection'] = TRUE; + if (!$groupTitle) { + $groupTitle = $table['group_title'] ?? NULL; } $colGroups[$tableName]['fields'][$fieldName] = $field['title'] ?? NULL; @@ -1358,6 +1360,8 @@ class CRM_Report_Form extends CRM_Core_Form { /** * Add filters to report. + * + * @throws \CRM_Core_Exception */ public function addFilters() { $filters = $filterGroups = []; @@ -1381,6 +1385,10 @@ class CRM_Report_Form extends CRM_Core_Form { } foreach ($attributes as $fieldName => $field) { + if (empty($field['operatorType'])) { + $field['operatorType'] = ''; + } + $field['no_display'] = $field['no_display'] ?? FALSE; $filterGroups[$groupingKey]['tables'][$table][$fieldName] = $field; // Filters is deprecated in favour of filterGroups. $filters[$table][$fieldName] = $field; @@ -1388,10 +1396,10 @@ class CRM_Report_Form extends CRM_Core_Form { // @ todo being able to specific options for a field (e.g a date field) in the field spec as an array rather than an override // would be useful $operations = $this->getOperationPair( - CRM_Utils_Array::value('operatorType', $field), + $field['operatorType'], $fieldName); - switch (CRM_Utils_Array::value('operatorType', $field)) { + switch ($field['operatorType']) { case CRM_Report_Form::OP_MONTH: if (!array_key_exists('options', $field) || !is_array($field['options']) || empty($field['options']) @@ -1407,7 +1415,7 @@ class CRM_Report_Form extends CRM_Core_Form { case CRM_Report_Form::OP_MULTISELECT_SEPARATOR: // assume a multi-select field if (!empty($field['options']) || - $fieldName == 'state_province_id' || $fieldName == 'county_id' + $fieldName === 'state_province_id' || $fieldName === 'county_id' ) { $element = $this->addElement('select', "{$fieldName}_op", ts('Operator:'), $operations, array('onchange' => "return showHideMaxMinVal( '$fieldName', this.value );") @@ -1416,8 +1424,8 @@ class CRM_Report_Form extends CRM_Core_Form { if (count($operations) <= 1) { $element->freeze(); } - if ($fieldName == 'state_province_id' || - $fieldName == 'county_id' + if ($fieldName === 'state_province_id' || + $fieldName === 'county_id' ) { $this->addChainSelect($fieldName . '_value', [ 'multiple' => TRUE, @@ -2520,7 +2528,7 @@ WHERE cg.extends IN ('" . implode("','", $this->_customGroupExtends) . "') AND unset($this->_columnHeaders[$key]); } else { - foreach (['colspan', 'type'] as $expectedKey) { + foreach (['colspan', 'type', 'group_by'] as $expectedKey) { if (!isset($this->_columnHeaders[$key][$expectedKey])) { // Ensure it is set to prevent smarty notices. $this->_columnHeaders[$key][$expectedKey] = FALSE; @@ -2604,6 +2612,7 @@ WHERE cg.extends IN ('" . implode("','", $this->_customGroupExtends) . "') AND */ protected function alterStateProvinceID($value, &$row, $selectedfield, $criteriaFieldName) { $url = CRM_Utils_System::url(CRM_Utils_System::currentPath(), "reset=1&force=1&{$criteriaFieldName}_op=in&{$criteriaFieldName}_value={$value}", $this->_absoluteUrl); + $row[$selectedfield . '_raw'] = $value; $row[$selectedfield . '_link'] = $url; $row[$selectedfield . '_hover'] = ts("%1 for this state.", [ 1 => $value, @@ -5054,6 +5063,7 @@ LEFT JOIN civicrm_contact {$field['alias']} ON {$field['alias']}.id = {$this->_a 'no_display' => TRUE, 'default' => 0, 'type' => CRM_Utils_Type::T_BOOLEAN, + 'title' => ts('Deleted?'), ], ]; } diff --git a/civicrm/CRM/Report/Form/Activity.php b/civicrm/CRM/Report/Form/Activity.php index 9fda9efae5..45b8ef3c9e 100644 --- a/civicrm/CRM/Report/Form/Activity.php +++ b/civicrm/CRM/Report/Form/Activity.php @@ -17,7 +17,10 @@ class CRM_Report_Form_Activity extends CRM_Report_Form { protected $_selectAliasesTotal = []; - protected $_customGroupExtends = ['Activity']; + protected $_customGroupExtends = [ + 'Activity', + 'Individual', + ]; protected $_nonDisplayFields = []; diff --git a/civicrm/CRM/Report/Form/Contribute/Detail.php b/civicrm/CRM/Report/Form/Contribute/Detail.php index 5ca489a392..df49b7d102 100644 --- a/civicrm/CRM/Report/Form/Contribute/Detail.php +++ b/civicrm/CRM/Report/Form/Contribute/Detail.php @@ -260,6 +260,7 @@ class CRM_Report_Form_Contribute_Detail extends CRM_Report_Form { 'filters' => [ 'contribution_id' => [ 'title' => ts('Contribution is a pledge payment'), + 'type' => CRM_Utils_Type::T_BOOLEAN, ], ], ], diff --git a/civicrm/CRM/Report/Form/Contribute/Summary.php b/civicrm/CRM/Report/Form/Contribute/Summary.php index a9c0877878..6cde224c8b 100644 --- a/civicrm/CRM/Report/Form/Contribute/Summary.php +++ b/civicrm/CRM/Report/Form/Contribute/Summary.php @@ -289,6 +289,7 @@ class CRM_Report_Form_Contribute_Summary extends CRM_Report_Form { 'filters' => [ 'contribution_id' => [ 'title' => ts('Contribution is a pledge payment'), + 'type' => CRM_Utils_Type::T_BOOLEAN, ], ], ], diff --git a/civicrm/CRM/Report/Form/Mailing/Clicks.php b/civicrm/CRM/Report/Form/Mailing/Clicks.php index c7aebb173f..1be8d2ad3f 100644 --- a/civicrm/CRM/Report/Form/Mailing/Clicks.php +++ b/civicrm/CRM/Report/Form/Mailing/Clicks.php @@ -148,7 +148,7 @@ class CRM_Report_Form_Mailing_Clicks extends CRM_Report_Form { ]; $this->_columns['civicrm_mailing_trackable_url'] = [ - 'dao' => 'CRM_Mailing_DAO_TrackableURL', + 'dao' => 'CRM_Mailing_DAO_MailingTrackableURL', 'fields' => [ 'url' => [ 'title' => ts('Click through URL'), @@ -171,7 +171,7 @@ class CRM_Report_Form_Mailing_Clicks extends CRM_Report_Form { ]; $this->_columns['civicrm_mailing_event_trackable_url_open'] = [ - 'dao' => 'CRM_Mailing_Event_DAO_MailingEventClickThrough', + 'dao' => 'CRM_Mailing_Event_DAO_MailingEventTrackableURLOpen', 'fields' => [ 'time_stamp' => [ 'title' => ts('Click Date'), diff --git a/civicrm/CRM/Upgrade/4.7.11.msg_template/civicrm_msg_template.tpl b/civicrm/CRM/Upgrade/4.7.11.msg_template/civicrm_msg_template.tpl deleted file mode 100644 index 3db538690e..0000000000 --- a/civicrm/CRM/Upgrade/4.7.11.msg_template/civicrm_msg_template.tpl +++ /dev/null @@ -1,16 +0,0 @@ -{php} - $dir = SMARTY_DIR . '/../../CRM/Upgrade/4.7.11.msg_template/message_templates'; - $templates = array(); - foreach (preg_grep('/\.tpl$/', scandir($dir)) as $filename) { - $parts = explode('_', basename($filename, '.tpl')); - $templates[] = array('type' => array_pop($parts), 'name' => implode('_', $parts), 'filename' => "$dir/$filename"); - } - $this->assign('templates', $templates); -{/php} - -{foreach from=$templates item=tpl} - {fetch assign=content file=$tpl.filename} - SELECT @workflow_id := MAX(id) FROM civicrm_option_value WHERE name = '{$tpl.name}'; - SELECT @content := msg_{$tpl.type} FROM civicrm_msg_template WHERE workflow_id = @workflow_id AND is_reserved = 1 LIMIT 1; - UPDATE civicrm_msg_template SET msg_{$tpl.type} = '{$content|escape:"quotes"}' WHERE workflow_id = @workflow_id AND (is_reserved = 1 OR (is_default = 1 AND msg_{$tpl.type} = @content)); -{/foreach} diff --git a/civicrm/CRM/Upgrade/4.7.11.msg_template/message_templates/event_offline_receipt_html.tpl b/civicrm/CRM/Upgrade/4.7.11.msg_template/message_templates/event_offline_receipt_html.tpl deleted file mode 100644 index 58ff6f1fd1..0000000000 --- a/civicrm/CRM/Upgrade/4.7.11.msg_template/message_templates/event_offline_receipt_html.tpl +++ /dev/null @@ -1,513 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head> - <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> - <title></title> -</head> -<body> - -{capture assign=headerStyle}colspan="2" style="text-align: left; padding: 4px; border-bottom: 1px solid #999; background-color: #eee;"{/capture} -{capture assign=labelStyle }style="padding: 4px; border-bottom: 1px solid #999; background-color: #f7f7f7;"{/capture} -{capture assign=valueStyle }style="padding: 4px; border-bottom: 1px solid #999;"{/capture} - -<center> - <table width="620" border="0" cellpadding="0" cellspacing="0" id="crm-event_receipt" style="font-family: Arial, Verdana, sans-serif; text-align: left;"> - - <!-- BEGIN HEADER --> - <!-- You can add table row(s) here with logo or other header elements --> - <!-- END HEADER --> - - <!-- BEGIN CONTENT --> - - <tr> - <td> - <p>{contact.email_greeting}</p> - - {if $event.confirm_email_text AND (not $isOnWaitlist AND not $isRequireApproval)} - <p>{$event.confirm_email_text|htmlize}</p> - {/if} - - {if $isOnWaitlist} - <p>{ts}You have been added to the WAIT LIST for this event.{/ts}</p> - {if $isPrimary} - <p>{ts}If space becomes available you will receive an email with a link to a web page where you can complete your registration.{/ts}</p> - {/if} - {elseif $isRequireApproval} - <p>{ts}Your registration has been submitted.{/ts}</p> - {if $isPrimary} - <p>{ts}Once your registration has been reviewed, you will receive an email with a link to a web page where you can complete the registration process.{/ts}</p> - {/if} - {elseif $is_pay_later} - <p>{$pay_later_receipt}</p> {* FIXME: this might be text rather than HTML *} - {else} - <p>{ts}Please print this confirmation for your records.{/ts}</p> - {/if} - - </td> - </tr> - <tr> - <td> - <table style="border: 1px solid #999; margin: 1em 0em 1em; border-collapse: collapse; width:100%;"> - <tr> - <th {$headerStyle}> - {ts}Event Information and Location{/ts} - </th> - </tr> - <tr> - <td colspan="2" {$valueStyle}> - {$event.event_title}<br /> - {$event.event_start_date|crmDate}{if $event.event_end_date}-{if $event.event_end_date|date_format:"%Y%m%d" == $event.event_start_date|date_format:"%Y%m%d"}{$event.event_end_date|crmDate:0:1}{else}{$event.event_end_date|crmDate}{/if}{/if} - </td> - </tr> - - {if $event.participant_role neq 'Attendee' and $defaultRole} - <tr> - <td {$labelStyle}> - {ts}Participant Role{/ts} - </td> - <td {$valueStyle}> - {$event.participant_role} - </td> - </tr> - {/if} - - {if $isShowLocation} - <tr> - <td colspan="2" {$valueStyle}> - {$location.address.1.display|nl2br} - </td> - </tr> - {/if} - - {if $location.phone.1.phone || $location.email.1.email} - <tr> - <td colspan="2" {$labelStyle}> - {ts}Event Contacts:{/ts} - </td> - </tr> - {foreach from=$location.phone item=phone} - {if $phone.phone} - <tr> - <td {$labelStyle}> - {if $phone.phone_type} - {$phone.phone_type_display} - {else} - {ts}Phone{/ts} - {/if} - </td> - <td {$valueStyle}> - {$phone.phone} {if $phone.phone_ext} {ts}ext.{/ts} {$phone.phone_ext}{/if} - </td> - </tr> - {/if} - {/foreach} - {foreach from=$location.email item=eventEmail} - {if $eventEmail.email} - <tr> - <td {$labelStyle}> - {ts}Email{/ts} - </td> - <td {$valueStyle}> - {$eventEmail.email} - </td> - </tr> - {/if} - {/foreach} - {/if} - - {if $event.is_public} - <tr> - <td colspan="2" {$valueStyle}> - {capture assign=icalFeed}{crmURL p='civicrm/event/ical' q="reset=1&id=`$event.id`" h=0 a=1 fe=1}{/capture} - <a href="{$icalFeed}">{ts}Download iCalendar File{/ts}</a> - </td> - </tr> - {/if} - - {if $email} - <tr> - <th {$headerStyle}> - {ts}Registered Email{/ts} - </th> - </tr> - <tr> - <td colspan="2" {$valueStyle}> - {$email} - </td> - </tr> - {/if} - - - {if $event.is_monetary} - - <tr> - <th {$headerStyle}> - {$event.fee_label} - </th> - </tr> - - {if $lineItem} - {foreach from=$lineItem item=value key=priceset} - {if $value neq 'skip'} - {if $isPrimary} - {if $lineItem|@count GT 1} {* Header for multi participant registration cases. *} - <tr> - <td colspan="2" {$labelStyle}> - {ts 1=$priceset+1}Participant %1{/ts} - </td> - </tr> - {/if} - {/if} - <tr> - <td colspan="2" {$valueStyle}> - <table> {* FIXME: style this table so that it looks like the text version (justification, etc.) *} - <tr> - <th>{ts}Item{/ts}</th> - <th>{ts}Qty{/ts}</th> - <th>{ts}Each{/ts}</th> - {if $dataArray} - <th>{ts}SubTotal{/ts}</th> - <th>{ts}Tax Rate{/ts}</th> - <th>{ts}Tax Amount{/ts}</th> - {/if} - <th>{ts}Total{/ts}</th> - {if $pricesetFieldsCount }<th>{ts}Total Participants{/ts}</th>{/if} - </tr> - {foreach from=$value item=line} - <tr> - <td> - {if $line.html_type eq 'Text'}{$line.label}{else}{$line.field_title} - {$line.label}{/if} {if $line.description}<div>{$line.description|truncate:30:"..."}</div>{/if} - </td> - <td> - {$line.qty} - </td> - <td> - {$line.unit_price|crmMoney} - </td> - {if $dataArray} - <td> - {$line.unit_price*$line.qty|crmMoney} - </td> - {if $line.tax_rate != "" || $line.tax_amount != ""} - <td> - {$line.tax_rate|string_format:"%.2f"}% - </td> - <td> - {$line.tax_amount|crmMoney} - </td> - {else} - <td></td> - <td></td> - {/if} - {/if} - <td> - {$line.line_total+$line.tax_amount|crmMoney} - </td> - {if $pricesetFieldsCount } - <td> - {$line.participant_count} - </td> - {/if} - </tr> - {/foreach} - </table> - </td> - </tr> - {/if} - {/foreach} - {if $dataArray} - <tr> - <td {$labelStyle}> - {ts}Amount Before Tax:{/ts} - </td> - <td {$valueStyle}> - {$totalAmount-$totalTaxAmount|crmMoney} - </td> - </tr> - {foreach from=$dataArray item=value key=priceset} - <tr> - {if $priceset || $priceset == 0} - <td> {$taxTerm} {$priceset|string_format:"%.2f"}%</td> - <td> {$value|crmMoney:$currency}</td> - {else} - <td> {ts}No{/ts} {$taxTerm}</td> - <td> {$value|crmMoney:$currency}</td> - {/if} - </tr> - {/foreach} - {/if} - {/if} - - {if $amount && !$lineItem} - {foreach from=$amount item=amnt key=level} - <tr> - <td colspan="2" {$valueStyle}> - {$amnt.amount|crmMoney} {$amnt.label} - </td> - </tr> - {/foreach} - {/if} - {if $totalTaxAmount} - <tr> - <td {$labelStyle}> - {ts}Total Tax Amount{/ts} - </td> - <td {$valueStyle}> - {$totalTaxAmount|crmMoney:$currency} - </td> - </tr> - {/if} - {if $isPrimary} - <tr> - <td {$labelStyle}> - {if $balanceAmount} - {ts}Total Paid{/ts} - {else} - {ts}Total Amount{/ts} - {/if} - </td> - <td {$valueStyle}> - {$totalAmount|crmMoney} {if $hookDiscount.message}({$hookDiscount.message}){/if} - </td> - </tr> - {if $balanceAmount} - <tr> - <td {$labelStyle}> - {ts}Balance{/ts} - </td> - <td {$valueStyle}> - {$balanceAmount|crmMoney} - </td> - </tr> - {/if} - {if $pricesetFieldsCount } - <tr> - <td {$labelStyle}> - {ts}Total Participants{/ts}</td> - <td {$valueStyle}> - {assign var="count" value= 0} - {foreach from=$lineItem item=pcount} - {assign var="lineItemCount" value=0} - {if $pcount neq 'skip'} - {foreach from=$pcount item=p_count} - {assign var="lineItemCount" value=$lineItemCount+$p_count.participant_count} - {/foreach} - {if $lineItemCount < 1 } - assign var="lineItemCount" value=1} - {/if} - {assign var="count" value=$count+$lineItemCount} - {/if} - {/foreach} - {$count} - </td> - </tr> - {/if} - {if $is_pay_later} - <tr> - <td colspan="2" {$labelStyle}> - {$pay_later_receipt} - </td> - </tr> - {/if} - - {if $register_date} - <tr> - <td {$labelStyle}> - {ts}Registration Date{/ts} - </td> - <td {$valueStyle}> - {$register_date|crmDate} - </td> - </tr> - {/if} - - {if $receive_date} - <tr> - <td {$labelStyle}> - {ts}Transaction Date{/ts} - </td> - <td {$valueStyle}> - {$receive_date|crmDate} - </td> - </tr> - {/if} - - {if $financialTypeName} - <tr> - <td {$labelStyle}> - {ts}Financial Type{/ts} - </td> - <td {$valueStyle}> - {$financialTypeName} - </td> - </tr> - {/if} - - {if $trxn_id} - <tr> - <td {$labelStyle}> - {ts}Transaction #{/ts} - </td> - <td {$valueStyle}> - {$trxn_id} - </td> - </tr> - {/if} - - {if $paidBy} - <tr> - <td {$labelStyle}> - {ts}Paid By{/ts} - </td> - <td {$valueStyle}> - {$paidBy} - </td> - </tr> - {/if} - - {if $checkNumber} - <tr> - <td {$labelStyle}> - {ts}Check Number{/ts} - </td> - <td {$valueStyle}> - {$checkNumber} - </td> - </tr> - {/if} - - {if $contributeMode ne 'notify' and !$isAmountzero and !$is_pay_later and !$isOnWaitlist and !$isRequireApproval} - <tr> - <th {$headerStyle}> - {ts}Billing Name and Address{/ts} - </th> - </tr> - <tr> - <td colspan="2" {$valueStyle}> - {$billingName}<br /> - {$address|nl2br} - </td> - </tr> - {/if} - - {if $contributeMode eq 'direct' and !$isAmountzero and !$is_pay_later and !$isOnWaitlist and !$isRequireApproval} - <tr> - <th {$headerStyle}> - {ts}Credit Card Information{/ts} - </th> - </tr> - <tr> - <td colspan="2" {$valueStyle}> - {$credit_card_type}<br /> - {$credit_card_number}<br /> - {ts}Expires{/ts}: {$credit_card_exp_date|truncate:7:''|crmDate} - </td> - </tr> - {/if} - - {/if} - - {/if} {* End of conditional section for Paid events *} - - {if $customPre} - <tr> - <th {$headerStyle}> - {$customPre_grouptitle} - </th> - </tr> - {foreach from=$customPre item=value key=customName} - {if ( $trackingFields and ! in_array( $customName, $trackingFields ) ) or ! $trackingFields} - <tr> - <td {$labelStyle}> - {$customName} - </td> - <td {$valueStyle}> - {$value} - </td> - </tr> - {/if} - {/foreach} - {/if} - - {if $customPost} - <tr> - <th {$headerStyle}> - {$customPost_grouptitle} - </th> - </tr> - {foreach from=$customPost item=value key=customName} - {if ( $trackingFields and ! in_array( $customName, $trackingFields ) ) or ! $trackingFields} - <tr> - <td {$labelStyle}> - {$customName} - </td> - <td {$valueStyle}> - {$value} - </td> - </tr> - {/if} - {/foreach} - {/if} - - {if $customProfile} - {foreach from=$customProfile item=value key=customName} - <tr> - <th {$headerStyle}> - {ts 1=$customName+1}Participant Information - Participant %1{/ts} - </th> - </tr> - {foreach from=$value item=val key=field} - {if $field eq 'additionalCustomPre' or $field eq 'additionalCustomPost'} - <tr> - <td colspan="2" {$labelStyle}> - {if $field eq 'additionalCustomPre'} - {$additionalCustomPre_grouptitle} - {else} - {$additionalCustomPost_grouptitle} - {/if} - </td> - </tr> - {foreach from=$val item=v key=f} - <tr> - <td {$labelStyle}> - {$f} - </td> - <td {$valueStyle}> - {$v} - </td> - </tr> - {/foreach} - {/if} - {/foreach} - {/foreach} - {/if} - - {if $customGroup} - {foreach from=$customGroup item=value key=customName} - <tr> - <th {$headerStyle}> - {$customName} - </th> - </tr> - {foreach from=$value item=v key=n} - <tr> - <td {$labelStyle}> - {$n} - </td> - <td {$valueStyle}> - {$v} - </td> - </tr> - {/foreach} - {/foreach} - {/if} - - </table> - </td> - </tr> - - </table> -</center> - -</body> -</html> diff --git a/civicrm/CRM/Upgrade/4.7.11.msg_template/message_templates/event_offline_receipt_text.tpl b/civicrm/CRM/Upgrade/4.7.11.msg_template/message_templates/event_offline_receipt_text.tpl deleted file mode 100644 index ceb48e0c20..0000000000 --- a/civicrm/CRM/Upgrade/4.7.11.msg_template/message_templates/event_offline_receipt_text.tpl +++ /dev/null @@ -1,292 +0,0 @@ -{contact.email_greeting} -{if $event.confirm_email_text AND (not $isOnWaitlist AND not $isRequireApproval)} -{$event.confirm_email_text} -{/if} - -{if $isOnWaitlist} -==========================================================={if $pricesetFieldsCount }===================={/if} - -{ts}You have been added to the WAIT LIST for this event.{/ts} - -{if $isPrimary} -{ts}If space becomes available you will receive an email with a link to a web page where you can complete your registration.{/ts} - -{/if} -==========================================================={if $pricesetFieldsCount }===================={/if} - -{elseif $isRequireApproval} -==========================================================={if $pricesetFieldsCount }===================={/if} - -{ts}Your registration has been submitted.{/ts} - -{if $isPrimary} -{ts}Once your registration has been reviewed, you will receive an email with a link to a web page where you can complete the registration process.{/ts} - -{/if} -==========================================================={if $pricesetFieldsCount }===================={/if} - -{elseif $is_pay_later} - -==========================================================={if $pricesetFieldsCount }===================={/if} - -{$pay_later_receipt} -==========================================================={if $pricesetFieldsCount }===================={/if} - -{else} - -{ts}Please print this confirmation for your records.{/ts} -{/if} - - -==========================================================={if $pricesetFieldsCount }===================={/if} - -{ts}Event Information and Location{/ts} - -==========================================================={if $pricesetFieldsCount }===================={/if} - -{$event.event_title} -{$event.event_start_date|crmDate}{if $event.event_end_date}-{if $event.event_end_date|date_format:"%Y%m%d" == $event.event_start_date|date_format:"%Y%m%d"}{$event.event_end_date|crmDate:0:1}{else}{$event.event_end_date|crmDate}{/if}{/if} - -{if $event.participant_role neq 'Attendee' and $defaultRole} -{ts}Participant Role{/ts}: {$event.participant_role} -{/if} - -{if $isShowLocation} -{$location.address.1.display|strip_tags:false} -{/if}{*End of isShowLocation condition*} - -{if $location.phone.1.phone || $location.email.1.email} - -{ts}Event Contacts:{/ts} -{foreach from=$location.phone item=phone} -{if $phone.phone} - -{if $phone.phone_type}{$phone.phone_type_display}{else}{ts}Phone{/ts}{/if}: {$phone.phone}{/if} {if $phone.phone_ext} {ts}ext.{/ts} {$phone.phone_ext}{/if} -{/foreach} -{foreach from=$location.email item=eventEmail} -{if $eventEmail.email} - -{ts}Email{/ts}: {$eventEmail.email}{/if}{/foreach} -{/if} - -{if $event.is_public} -{capture assign=icalFeed}{crmURL p='civicrm/event/ical' q="reset=1&id=`$event.id`" h=0 a=1 fe=1}{/capture} -{ts}Download iCalendar File:{/ts} {$icalFeed} -{/if} - -{if $email} - -==========================================================={if $pricesetFieldsCount }===================={/if} - -{ts}Registered Email{/ts} - -==========================================================={if $pricesetFieldsCount }===================={/if} - -{$email} -{/if} -{if $event.is_monetary} {* This section for Paid events only.*} - -==========================================================={if $pricesetFieldsCount }===================={/if} - -{$event.fee_label} -==========================================================={if $pricesetFieldsCount }===================={/if} - -{if $lineItem}{foreach from=$lineItem item=value key=priceset} - -{if $value neq 'skip'} -{if $isPrimary} -{if $lineItem|@count GT 1} {* Header for multi participant registration cases. *} -{ts 1=$priceset+1}Participant %1{/ts} -{/if} -{/if} ----------------------------------------------------------{if $pricesetFieldsCount }--------------------{/if} - -{capture assign=ts_item}{ts}Item{/ts}{/capture} -{capture assign=ts_qty}{ts}Qty{/ts}{/capture} -{capture assign=ts_each}{ts}Each{/ts}{/capture} -{if $dataArray} -{capture assign=ts_subtotal}{ts}Subtotal{/ts}{/capture} -{capture assign=ts_taxRate}{ts}Tax Rate{/ts}{/capture} -{capture assign=ts_taxAmount}{ts}Tax Amount{/ts}{/capture} -{/if} -{capture assign=ts_total}{ts}Total{/ts}{/capture} -{capture assign=ts_participant_total}{if $pricesetFieldsCount }{ts}Total Participants{/ts}{/if}{/capture} -{$ts_item|string_format:"%-30s"} {$ts_qty|string_format:"%5s"} {$ts_each|string_format:"%10s"} {if $dataArray} {$ts_subtotal|string_format:"%10s"} {$ts_taxRate|string_format:"%10s"} {$ts_taxAmount|string_format:"%10s"} {/if} {$ts_total|string_format:"%10s"} {$ts_participant_total|string_format:"%10s"} -----------------------------------------------------------{if $pricesetFieldsCount }--------------------{/if} - -{foreach from=$value item=line} -{if $pricesetFieldsCount }{capture assign=ts_participant_count}{$line.participant_count}{/capture}{/if} -{capture assign=ts_item}{if $line.html_type eq 'Text'}{$line.label}{else}{$line.field_title} - {$line.label}{/if} {if $line.description} {$line.description}{/if}{/capture}{$ts_item|truncate:30:"..."|string_format:"%-30s"} {$line.qty|string_format:"%5s"} {$line.unit_price|crmMoney|string_format:"%10s"} {if $dataArray} {$line.unit_price*$line.qty|crmMoney:$currency|string_format:"%10s"} {if $line.tax_rate != "" || $line.tax_amount != ""} {$line.tax_rate|string_format:"%.2f"} % {$line.tax_amount|crmMoney:$currency|string_format:"%10s"} {else} {/if} {/if} {$line.line_total+$line.tax_amount|crmMoney|string_format:"%10s"} {$ts_participant_count|string_format:"%10s"} -{/foreach} -{/if} -{/foreach} - -{if $dataArray} -{ts}Amount before Tax{/ts}: {$totalAmount-$totalTaxAmount|crmMoney:$currency} - -{foreach from=$dataArray item=value key=priceset} -{if $priceset || $priceset == 0} -{$taxTerm} {$priceset|string_format:"%.2f"}%: {$value|crmMoney:$currency} -{else} -{ts}No{/ts} {$taxTerm}: {$value|crmMoney:$currency} -{/if} -{/foreach} -{/if} -{/if} - -{if $amount && !$lineItem} -{foreach from=$amount item=amnt key=level}{$amnt.amount|crmMoney} {$amnt.label} -{/foreach} -{/if} - -{if $totalTaxAmount} -{ts}Total Tax Amount{/ts}: {$totalTaxAmount|crmMoney:$currency} -{/if} -{if $isPrimary} - -{if $balanceAmount}{ts}Total Paid{/ts}{else}{ts}Total Amount{/ts}{/if}: {$totalAmount|crmMoney} {if $hookDiscount.message}({$hookDiscount.message}){/if} - -{if $balanceAmount} -{ts}Balance{/ts}: {$balanceAmount|crmMoney} -{/if} - -{if $pricesetFieldsCount } - {assign var="count" value= 0} - {foreach from=$lineItem item=pcount} - {assign var="lineItemCount" value=0} - {if $pcount neq 'skip'} - {foreach from=$pcount item=p_count} - {assign var="lineItemCount" value=$lineItemCount+$p_count.participant_count} - {/foreach} - {if $lineItemCount < 1 } - {assign var="lineItemCount" value=1} - {/if} - {assign var="count" value=$count+$lineItemCount} - {/if} - {/foreach} - -{ts}Total Participants{/ts}: {$count} -{/if} - -{if $is_pay_later } - -==========================================================={if $pricesetFieldsCount }===================={/if} - -{$pay_later_receipt} -==========================================================={if $pricesetFieldsCount }===================={/if} - -{/if} - -{if $register_date} -{ts}Registration Date{/ts}: {$register_date|crmDate} -{/if} -{if $receive_date} -{ts}Transaction Date{/ts}: {$receive_date|crmDate} -{/if} -{if $financialTypeName} -{ts}Financial Type{/ts}: {$financialTypeName} -{/if} -{if $trxn_id} -{ts}Transaction #{/ts}: {$trxn_id} -{/if} -{if $paidBy} -{ts}Paid By{/ts}: {$paidBy} -{/if} -{if $checkNumber} -{ts}Check Number{/ts}: {$checkNumber} -{/if} -{if $contributeMode ne 'notify' and !$isAmountzero and !$is_pay_later and !$isOnWaitlist and !$isRequireApproval} - -==========================================================={if $pricesetFieldsCount }===================={/if} - -{ts}Billing Name and Address{/ts} - -==========================================================={if $pricesetFieldsCount }===================={/if} - -{$billingName} -{$address} -{/if} - -{if $contributeMode eq 'direct' and !$isAmountzero and !$is_pay_later and !$isOnWaitlist and !$isRequireApproval} -=========================================================== -{ts}Credit Card Information{/ts} - -==========================================================={if $pricesetFieldsCount }===================={/if} - -{$credit_card_type} -{$credit_card_number} -{ts}Expires{/ts}: {$credit_card_exp_date|truncate:7:''|crmDate} -{/if} -{/if} -{/if} {* End of conditional section for Paid events *} - -{if $customPre} -==========================================================={if $pricesetFieldsCount }===================={/if} - -{$customPre_grouptitle} -==========================================================={if $pricesetFieldsCount }===================={/if} - -{foreach from=$customPre item=value key=customName} -{if ( $trackingFields and ! in_array( $customName, $trackingFields ) ) or ! $trackingFields} -{$customName}: {$value} -{/if} -{/foreach} -{/if} - -{if $customPost} -==========================================================={if $pricesetFieldsCount }===================={/if} - -{$customPost_grouptitle} -==========================================================={if $pricesetFieldsCount }===================={/if} - -{foreach from=$customPost item=value key=customName} -{if ( $trackingFields and ! in_array( $customName, $trackingFields ) ) or ! $trackingFields} -{$customName}: {$value} -{/if} -{/foreach} -{/if} -{if $customProfile} - -{foreach from=$customProfile item=value key=customName} -==========================================================={if $pricesetFieldsCount }===================={/if} - -{ts 1=$customName+1}Participant Information - Participant %1{/ts} - -==========================================================={if $pricesetFieldsCount }===================={/if} - -{foreach from=$value item=val key=field} -{if $field eq 'additionalCustomPre' or $field eq 'additionalCustomPost' } -{if $field eq 'additionalCustomPre' } -----------------------------------------------------------{if $pricesetFieldsCount }--------------------{/if} - -{$additionalCustomPre_grouptitle} -----------------------------------------------------------{if $pricesetFieldsCount }--------------------{/if} - -{else} -----------------------------------------------------------{if $pricesetFieldsCount }--------------------{/if} - -{$additionalCustomPost_grouptitle} -----------------------------------------------------------{if $pricesetFieldsCount }--------------------{/if} - -{/if} -{foreach from=$val item=v key=f} -{$f}: {$v} -{/foreach} -{/if} -{/foreach} -{/foreach} -{/if} -{if $customGroup} -{foreach from=$customGroup item=value key=customName} -=========================================================={if $pricesetFieldsCount }===================={/if} - -{$customName} -=========================================================={if $pricesetFieldsCount }===================={/if} - -{foreach from=$value item=v key=n} -{$n}: {$v} -{/foreach} -{/foreach} -{/if} - - diff --git a/civicrm/CRM/Upgrade/4.7.11.msg_template/message_templates/event_online_receipt_html.tpl b/civicrm/CRM/Upgrade/4.7.11.msg_template/message_templates/event_online_receipt_html.tpl deleted file mode 100644 index f7ebf3663e..0000000000 --- a/civicrm/CRM/Upgrade/4.7.11.msg_template/message_templates/event_online_receipt_html.tpl +++ /dev/null @@ -1,514 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head> - <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> - <title></title> -</head> -<body> - -{capture assign=headerStyle}colspan="2" style="text-align: left; padding: 4px; border-bottom: 1px solid #999; background-color: #eee;"{/capture} -{capture assign=labelStyle }style="padding: 4px; border-bottom: 1px solid #999; background-color: #f7f7f7;"{/capture} -{capture assign=valueStyle }style="padding: 4px; border-bottom: 1px solid #999;"{/capture} -{capture assign=tdfirstStyle}style="width: 180px; padding-bottom: 15px;"{/capture} -{capture assign=tdStyle}style="width: 100px;"{/capture} -{capture assign=participantTotal}style="margin: 0.5em 0 0.5em;padding: 0.5em;background-color: #999999;font-weight: bold;color: #FAFAFA;border-radius: 2px;"{/capture} - - -<center> - <table width="700" border="0" cellpadding="0" cellspacing="0" id="crm-event_receipt" style="font-family: Arial, Verdana, sans-serif; text-align: left;"> - - <!-- BEGIN HEADER --> - <!-- You can add table row(s) here with logo or other header elements --> - <!-- END HEADER --> - - <!-- BEGIN CONTENT --> - - <tr> - <td> - <p>{contact.email_greeting},</p> - - {if $event.confirm_email_text AND (not $isOnWaitlist AND not $isRequireApproval)} - <p>{$event.confirm_email_text|htmlize}</p> - - {else} - <p>{ts}Thank you for your participation.{/ts} - {if $participant_status}{ts 1=$participant_status}This letter is a confirmation that your registration has been received and your status has been updated to <strong> %1</strong>.{/ts} - {else}{if $isOnWaitlist}{ts}This letter is a confirmation that your registration has been received and your status has been updated to <strong>waitlisted</strong>.{/ts}{else}{ts}This letter is a confirmation that your registration has been received and your status has been updated to <strong>registered<strong>.{/ts}{/if}{/if}.</p> - - {/if} - - <p> - {if $isOnWaitlist} - <p>{ts}You have been added to the WAIT LIST for this event.{/ts}</p> - {if $isPrimary} - <p>{ts}If space becomes available you will receive an email with a link to a web page where you can complete your registration.{/ts}</p> - {/if} - {elseif $isRequireApproval} - <p>{ts}Your registration has been submitted.{/ts}</p> - {if $isPrimary} - <p>{ts}Once your registration has been reviewed, you will receive an email with a link to a web page where you can complete the registration process.{/ts}</p> - {/if} - {elseif $is_pay_later && !$isAmountzero && !$isAdditionalParticipant} - <p>{$pay_later_receipt}</p> {* FIXME: this might be text rather than HTML *} - {else} - <p>{ts}Please print this confirmation for your records.{/ts}</p> - {/if} - - </td> - </tr> - <tr> - <td> - <table width="700" style="border: 1px solid #999; margin: 1em 0em 1em; border-collapse: collapse;"> - <tr> - <th {$headerStyle}> - {ts}Event Information and Location{/ts} - </th> - </tr> - <tr> - <td colspan="2" {$valueStyle}> - {$event.event_title}<br /> - {$event.event_start_date|date_format:"%A"} {$event.event_start_date|crmDate}{if $event.event_end_date}-{if $event.event_end_date|date_format:"%Y%m%d" == $event.event_start_date|date_format:"%Y%m%d"}{$event.event_end_date|crmDate:0:1}{else}{$event.event_end_date|date_format:"%A"} {$event.event_end_date|crmDate}{/if}{/if} - </td> - </tr> - - - {if $conference_sessions} - <tr> - <td colspan="2" {$labelStyle}> - {ts}Your schedule:{/ts} - </td> - </tr> - <tr> - <td colspan="2" {$valueStyle}> - {assign var='group_by_day' value='NA'} - {foreach from=$conference_sessions item=session} - {if $session.start_date|date_format:"%Y/%m/%d" != $group_by_day|date_format:"%Y/%m/%d"} - {assign var='group_by_day' value=$session.start_date} - <em>{$group_by_day|date_format:"%m/%d/%Y"}</em><br /> - {/if} - {$session.start_date|crmDate:0:1}{if $session.end_date}-{$session.end_date|crmDate:0:1}{/if} {$session.title}<br /> - {if $session.location} {$session.location}<br />{/if} - {/foreach} - </td> - </tr> - {/if} - - {if $event.participant_role neq 'Attendee' and $defaultRole} - <tr> - <td {$labelStyle}> - {ts}Participant Role{/ts} - </td> - <td {$valueStyle}> - {$event.participant_role} - </td> - </tr> - {/if} - - {if $isShowLocation} - <tr> - <td colspan="2" {$valueStyle}> - {$location.address.1.display|nl2br} - </td> - </tr> - {/if} - - {if $location.phone.1.phone || $location.email.1.email} - <tr> - <td colspan="2" {$labelStyle}> - {ts}Event Contacts:{/ts} - </td> - </tr> - {foreach from=$location.phone item=phone} - {if $phone.phone} - <tr> - <td {$labelStyle}> - {if $phone.phone_type} - {$phone.phone_type_display} - {else} - {ts}Phone{/ts} - {/if} - </td> - <td {$valueStyle}> - {$phone.phone} {if $phone.phone_ext} {ts}ext.{/ts} {$phone.phone_ext}{/if} - </td> - </tr> - {/if} - {/foreach} - {foreach from=$location.email item=eventEmail} - {if $eventEmail.email} - <tr> - <td {$labelStyle}> - {ts}Email{/ts} - </td> - <td {$valueStyle}> - {$eventEmail.email} - </td> - </tr> - {/if} - {/foreach} - {/if} - - {if $event.is_public} - <tr> - <td colspan="2" {$valueStyle}> - {capture assign=icalFeed}{crmURL p='civicrm/event/ical' q="reset=1&id=`$event.id`" h=0 a=1 fe=1}{/capture} - <a href="{$icalFeed}">{ts}Download iCalendar File{/ts}</a> - </td> - </tr> - {/if} - - {if $event.is_share} - <tr> - <td colspan="2" {$valueStyle}> - {capture assign=eventUrl}{crmURL p='civicrm/event/info' q="id=`$event.id`&reset=1" a=true fe=1 h=1}{/capture} - {include file="CRM/common/SocialNetwork.tpl" emailMode=true url=$eventUrl title=$event.title pageURL=$eventUrl} - </td> - </tr> - {/if} - {if $payer.name} - <tr> - <th {$headerStyle}> - {ts}You were registered by:{/ts} - </th> - </tr> - <tr> - <td colspan="2" {$valueStyle}> - {$payer.name} - </td> - </tr> - {/if} - {if $event.is_monetary} - - <tr> - <th {$headerStyle}> - {$event.fee_label} - </th> - </tr> - - {if $lineItem} - {foreach from=$lineItem item=value key=priceset} - {if $value neq 'skip'} - {if $isPrimary} - {if $lineItem|@count GT 1} {* Header for multi participant registration cases. *} - <tr> - <td colspan="2" {$labelStyle}> - {ts 1=$priceset+1}Participant %1{/ts} {$part.$priceset.info} - </td> - </tr> - {/if} - {/if} - <tr> - <td colspan="2" {$valueStyle}> - <table> {* FIXME: style this table so that it looks like the text version (justification, etc.) *} - <tr> - <th>{ts}Item{/ts}</th> - <th>{ts}Qty{/ts}</th> - <th>{ts}Each{/ts}</th> - {if $dataArray} - <th>{ts}SubTotal{/ts}</th> - <th>{ts}Tax Rate{/ts}</th> - <th>{ts}Tax Amount{/ts}</th> - {/if} - <th>{ts}Total{/ts}</th> - {if $pricesetFieldsCount }<th>{ts}Total Participants{/ts}</th>{/if} - </tr> - {foreach from=$value item=line} - <tr> - <td {$tdfirstStyle}> - {if $line.html_type eq 'Text'}{$line.label}{else}{$line.field_title} - {$line.label}{/if} {if $line.description}<div>{$line.description|truncate:30:"..."}</div>{/if} - </td> - <td {$tdStyle} align="middle"> - {$line.qty} - </td> - <td {$tdStyle}> - {$line.unit_price|crmMoney:$currency} - </td> - {if $dataArray} - <td {$tdStyle}> - {$line.unit_price*$line.qty|crmMoney} - </td> - {if $line.tax_rate != "" || $line.tax_amount != ""} - <td {$tdStyle}> - {$line.tax_rate|string_format:"%.2f"}% - </td> - <td {$tdStyle}> - {$line.tax_amount|crmMoney} - </td> - {else} - <td></td> - <td></td> - {/if} - {/if} - <td {$tdStyle}> - {$line.line_total+$line.tax_amount|crmMoney:$currency} - </td> - {if $pricesetFieldsCount }<td {$tdStyle}>{$line.participant_count}</td> {/if} - </tr> - {/foreach} - {if $individual} - <tr {$participantTotal}> - <td colspan=3>{ts}Participant Total{/ts}</td> - <td colspan=2>{$individual.$priceset.totalAmtWithTax-$individual.$priceset.totalTaxAmt|crmMoney}</td> - <td colspan=1>{$individual.$priceset.totalTaxAmt|crmMoney}</td> - <td colspan=2>{$individual.$priceset.totalAmtWithTax|crmMoney}</td> - </tr> - {/if} - </table> - </td> - </tr> - {/if} - {/foreach} - {if $dataArray} - <tr> - <td {$labelStyle}> - {ts} Amount Before Tax: {/ts} - </td> - <td {$valueStyle}> - {$totalAmount-$totalTaxAmount|crmMoney} - </td> - </tr> - {foreach from=$dataArray item=value key=priceset} - <tr> - {if $priceset || $priceset == 0} - <td> {$taxTerm} {$priceset|string_format:"%.2f"}%</td> - <td> {$value|crmMoney:$currency}</td> - {else} - <td> {ts}No{/ts} {$taxTerm}</td> - <td> {$value|crmMoney:$currency}</td> - {/if} - </tr> - {/foreach} - {/if} - {/if} - - {if $amounts && !$lineItem} - {foreach from=$amounts item=amnt key=level} - <tr> - <td colspan="2" {$valueStyle}> - {$amnt.amount|crmMoney:$currency} {$amnt.label} - </td> - </tr> - {/foreach} - {/if} - - {if $totalTaxAmount} - <tr> - <td {$labelStyle}> - {ts}Total Tax Amount{/ts} - </td> - <td {$valueStyle}> - {$totalTaxAmount|crmMoney:$currency} - </td> - </tr> - {/if} - {if $isPrimary} - <tr> - <td {$labelStyle}> - {ts}Total Amount{/ts} - </td> - <td {$valueStyle}> - {$totalAmount|crmMoney:$currency} {if $hookDiscount.message}({$hookDiscount.message}){/if} - </td> - </tr> - {if $pricesetFieldsCount } - <tr> - <td {$labelStyle}> - {ts}Total Participants{/ts}</td> - <td {$valueStyle}> - {assign var="count" value= 0} - {foreach from=$lineItem item=pcount} - {assign var="lineItemCount" value=0} - {if $pcount neq 'skip'} - {foreach from=$pcount item=p_count} - {assign var="lineItemCount" value=$lineItemCount+$p_count.participant_count} - {/foreach} - {if $lineItemCount < 1 } - {assign var="lineItemCount" value=1} - {/if} - {assign var="count" value=$count+$lineItemCount} - {/if} - {/foreach} - {$count} - </td> </tr> - {/if} - - {if $register_date} - <tr> - <td {$labelStyle}> - {ts}Registration Date{/ts} - </td> - <td {$valueStyle}> - {$register_date|crmDate} - </td> - </tr> - {/if} - - {if $receive_date} - <tr> - <td {$labelStyle}> - {ts}Transaction Date{/ts} - </td> - <td {$valueStyle}> - {$receive_date|crmDate} - </td> - </tr> - {/if} - - {if $financialTypeName} - <tr> - <td {$labelStyle}> - {ts}Financial Type{/ts} - </td> - <td {$valueStyle}> - {$financialTypeName} - </td> - </tr> - {/if} - - {if $trxn_id} - <tr> - <td {$labelStyle}> - {ts}Transaction #{/ts} - </td> - <td {$valueStyle}> - {$trxn_id} - </td> - </tr> - {/if} - - {if $paidBy} - <tr> - <td {$labelStyle}> - {ts}Paid By{/ts} - </td> - <td {$valueStyle}> - {$paidBy} - </td> - </tr> - {/if} - - {if $checkNumber} - <tr> - <td {$labelStyle}> - {ts}Check Number{/ts} - </td> - <td {$valueStyle}> - {$checkNumber} - </td> - </tr> - {/if} - - {if $contributeMode ne 'notify' and !$isAmountzero and (!$is_pay_later or $isBillingAddressRequiredForPayLater) and !$isOnWaitlist and !$isRequireApproval} - <tr> - <th {$headerStyle}> - {ts}Billing Name and Address{/ts} - </th> - </tr> - <tr> - <td colspan="2" {$valueStyle}> - {$billingName}<br /> - {$address|nl2br} - </td> - </tr> - {/if} - - {if $contributeMode eq 'direct' and !$isAmountzero and !$is_pay_later and !$isOnWaitlist and !$isRequireApproval} - <tr> - <th {$headerStyle}> - {ts}Credit Card Information{/ts} - </th> - </tr> - <tr> - <td colspan="2" {$valueStyle}> - {$credit_card_type}<br /> - {$credit_card_number}<br /> - {ts}Expires{/ts}: {$credit_card_exp_date|truncate:7:''|crmDate} - </td> - </tr> - {/if} - - {/if} - - {/if} {* End of conditional section for Paid events *} - - -{if $customPre} -{foreach from=$customPre item=customPr key=i} - <tr> <th {$headerStyle}>{$customPre_grouptitle.$i}</th></tr> - {foreach from=$customPr item=customValue key=customName} - {if ( $trackingFields and ! in_array( $customName, $trackingFields ) ) or ! $trackingFields} - <tr> - <td {$labelStyle}>{$customName}</td> - <td {$valueStyle}>{$customValue}</td> - </tr> - {/if} - {/foreach} -{/foreach} -{/if} - -{if $customPost} -{foreach from=$customPost item=customPos key=j} - <tr> <th {$headerStyle}>{$customPost_grouptitle.$j}</th></tr> - {foreach from=$customPos item=customValue key=customName} - {if ( $trackingFields and ! in_array( $customName, $trackingFields ) ) or ! $trackingFields} - <tr> - <td {$labelStyle}>{$customName}</td> - <td {$valueStyle}>{$customValue}</td> - </tr> -{/if} -{/foreach} -{/foreach} -{/if} - -{if $customProfile} -{foreach from=$customProfile.profile item=eachParticipant key=participantID} - <tr><th {$headerStyle}>{ts 1=$participantID+2}Participant %1{/ts} </th></tr> - {foreach from=$eachParticipant item=eachProfile key=pid} - <tr><th {$headerStyle}>{$customProfile.title.$pid}</th></tr> - {foreach from=$eachProfile item=val key=field} - <tr>{foreach from=$val item=v key=f} - <td {$labelStyle}>{$field}</td> - <td {$valueStyle}>{$v}</td> - {/foreach} - </tr> - {/foreach} -{/foreach} -{/foreach} -{/if} - - {if $customGroup} - {foreach from=$customGroup item=value key=customName} - <tr> - <th {$headerStyle}> - {$customName} - </th> - </tr> - {foreach from=$value item=v key=n} - <tr> - <td {$labelStyle}> - {$n} - </td> - <td {$valueStyle}> - {$v} - </td> - </tr> - {/foreach} - {/foreach} - {/if} - </table> - {if $event.allow_selfcancelxfer } - <tr> - <td colspan="2" {$valueStyle}> - {ts 1=$event.selfcancelxfer_time}You may transfer your registration to another participant or cancel your registration up to %1 hours before the event.{/ts} {if $totalAmount}{ts}Cancellations are not refundable.{/ts}{/if}<br /> - {capture assign=selfService}{crmURL p='civicrm/event/selfsvcupdate' q="reset=1&pid=`$participant.id`&{contact.checksum}" h=0 a=1 fe=1}{/capture} - <a href="{$selfService}">{ts}Click here to transfer or cancel your registration.{/ts}</a> - </td> - </tr> - {/if} - </td> - </tr> - </table> -</center> - -</body> -</html> diff --git a/civicrm/CRM/Upgrade/4.7.11.msg_template/message_templates/event_online_receipt_text.tpl b/civicrm/CRM/Upgrade/4.7.11.msg_template/message_templates/event_online_receipt_text.tpl deleted file mode 100644 index b0233b41ea..0000000000 --- a/civicrm/CRM/Upgrade/4.7.11.msg_template/message_templates/event_online_receipt_text.tpl +++ /dev/null @@ -1,302 +0,0 @@ -{contact.email_greeting}, - -{if $event.confirm_email_text AND (not $isOnWaitlist AND not $isRequireApproval)} -{$event.confirm_email_text} - -{else} - {ts}Thank you for your participation.{/ts} - {if $participant_status}{ts 1=$participant_status}This letter is a confirmation that your registration has been received and your status has been updated to %1.{/ts} - {else}{if $isOnWaitlist}{ts}This letter is a confirmation that your registration has been received and your status has been updated to waitlisted.{/ts}{else}{ts}This letter is a confirmation that your registration has been received and your status has been updated to registered.{/ts}{/if} - {/if}. - -{/if} - -{if $isOnWaitlist} -==========================================================={if $pricesetFieldsCount }===================={/if} - -{ts}You have been added to the WAIT LIST for this event.{/ts} - -{if $isPrimary} -{ts}If space becomes available you will receive an email with a link to a web page where you can complete your registration.{/ts} -{/if} -==========================================================={if $pricesetFieldsCount }===================={/if} - -{elseif $isRequireApproval} -==========================================================={if $pricesetFieldsCount }===================={/if} - -{ts}Your registration has been submitted.{/ts} - -{if $isPrimary} -{ts}Once your registration has been reviewed, you will receive an email with a link to a web page where you can complete the registration process.{/ts} - -{/if} -==========================================================={if $pricesetFieldsCount }===================={/if} - -{elseif $is_pay_later && !$isAmountzero && !$isAdditionalParticipant} - -==========================================================={if $pricesetFieldsCount }===================={/if} - -{$pay_later_receipt} -==========================================================={if $pricesetFieldsCount }===================={/if} - -{else} - -{ts}Please print this confirmation for your records.{/ts} -{/if} - - -==========================================================={if $pricesetFieldsCount }===================={/if} - -{ts}Event Information and Location{/ts} - -==========================================================={if $pricesetFieldsCount }===================={/if} - -{$event.event_title} -{$event.event_start_date|date_format:"%A"} {$event.event_start_date|crmDate}{if $event.event_end_date}-{if $event.event_end_date|date_format:"%Y%m%d" == $event.event_start_date|date_format:"%Y%m%d"}{$event.event_end_date|crmDate:0:1}{else}{$event.event_end_date|date_format:"%A"} {$event.event_end_date|crmDate}{/if}{/if} -{if $conference_sessions} - - -{ts}Your schedule:{/ts} -{assign var='group_by_day' value='NA'} -{foreach from=$conference_sessions item=session} -{if $session.start_date|date_format:"%Y/%m/%d" != $group_by_day|date_format:"%Y/%m/%d"} -{assign var='group_by_day' value=$session.start_date} - -{$group_by_day|date_format:"%m/%d/%Y"} - - -{/if} -{$session.start_date|crmDate:0:1}{if $session.end_date}-{$session.end_date|crmDate:0:1}{/if} {$session.title} -{if $session.location} {$session.location}{/if} -{/foreach} -{/if} - -{if $event.participant_role neq 'Attendee' and $defaultRole} -{ts}Participant Role{/ts}: {$event.participant_role} -{/if} - -{if $isShowLocation} -{$location.address.1.display|strip_tags:false} -{/if}{*End of isShowLocation condition*} - -{if $location.phone.1.phone || $location.email.1.email} - -{ts}Event Contacts:{/ts} -{foreach from=$location.phone item=phone} -{if $phone.phone} - -{if $phone.phone_type}{$phone.phone_type_display}{else}{ts}Phone{/ts}{/if}: {$phone.phone}{/if} {if $phone.phone_ext} {ts}ext.{/ts} {$phone.phone_ext}{/if} -{/foreach} -{foreach from=$location.email item=eventEmail} -{if $eventEmail.email} - -{ts}Email{/ts}: {$eventEmail.email}{/if}{/foreach} -{/if} - -{if $event.is_public} -{capture assign=icalFeed}{crmURL p='civicrm/event/ical' q="reset=1&id=`$event.id`" h=0 a=1 fe=1}{/capture} -{ts}Download iCalendar File:{/ts} {$icalFeed} -{/if} - -{if $payer.name} -You were registered by: {$payer.name} -{/if} -{if $event.is_monetary} {* This section for Paid events only.*} - -==========================================================={if $pricesetFieldsCount }===================={/if} - -{$event.fee_label} -==========================================================={if $pricesetFieldsCount }===================={/if} - -{if $lineItem}{foreach from=$lineItem item=value key=priceset} - -{if $value neq 'skip'} -{if $isPrimary} -{if $lineItem|@count GT 1} {* Header for multi participant registration cases. *} -{ts 1=$priceset+1}Participant %1{/ts} {$part.$priceset.info} - -{/if} -{/if} ------------------------------------------------------------{if $pricesetFieldsCount }-----------------------------------------------------{/if} - -{capture assign=ts_item}{ts}Item{/ts}{/capture} -{capture assign=ts_qty}{ts}Qty{/ts}{/capture} -{capture assign=ts_each}{ts}Each{/ts}{/capture} -{if $dataArray} -{capture assign=ts_subtotal}{ts}Subtotal{/ts}{/capture} -{capture assign=ts_taxRate}{ts}Tax Rate{/ts}{/capture} -{capture assign=ts_taxAmount}{ts}Tax Amount{/ts}{/capture} -{/if} -{capture assign=ts_total}{ts}Total{/ts}{/capture} -{if $pricesetFieldsCount }{capture assign=ts_participant_total}{ts}Total Participants{/ts}{/capture}{/if} -{$ts_item|string_format:"%-30s"} {$ts_qty|string_format:"%5s"} {$ts_each|string_format:"%10s"} {if $dataArray} {$ts_subtotal|string_format:"%10s"} {$ts_taxRate|string_format:"%10s"} {$ts_taxAmount|string_format:"%10s"} {/if} {$ts_total|string_format:"%10s"} {$ts_participant_total|string_format:"%10s"} ------------------------------------------------------------{if $pricesetFieldsCount }-----------------------------------------------------{/if} - -{foreach from=$value item=line} -{if $pricesetFieldsCount }{capture assign=ts_participant_count}{$line.participant_count}{/capture}{/if} -{capture assign=ts_item}{if $line.html_type eq 'Text'}{$line.label}{else}{$line.field_title} - {$line.label}{/if} {if $line.description} {$line.description}{/if}{/capture}{$ts_item|truncate:30:"..."|string_format:"%-30s"} {$line.qty|string_format:"%5s"} {$line.unit_price|crmMoney:$currency|string_format:"%10s"} {if $dataArray} {$line.unit_price*$line.qty|crmMoney:$currency|string_format:"%10s"} {if $line.tax_rate != "" || $line.tax_amount != ""} {$line.tax_rate|string_format:"%.2f"} % {$line.tax_amount|crmMoney:$currency|string_format:"%10s"} {else} {/if} {/if} {$line.line_total+$line.tax_amount|crmMoney:$currency|string_format:"%10s"}{$ts_participant_count|string_format:"%10s"} -{/foreach} ----------------------------------------------------------------------------------------------------------------- -{if $individual}{ts}Participant Total{/ts} {$individual.$priceset.totalAmtWithTax-$individual.$priceset.totalTaxAmt|crmMoney:$currency|string_format:"%29s"} {$individual.$priceset.totalTaxAmt|crmMoney:$currency|string_format:"%33s"} {$individual.$priceset.totalAmtWithTax|crmMoney:$currency|string_format:"%12s"}{/if} -{/if} -{""|string_format:"%120s"} -{/foreach} -{""|string_format:"%120s"} - -{if $dataArray} -{ts}Amount before Tax{/ts}: {$totalAmount-$totalTaxAmount|crmMoney:$currency} - -{foreach from=$dataArray item=value key=priceset} -{if $priceset || $priceset == 0} -{$taxTerm} {$priceset|string_format:"%.2f"}%: {$value|crmMoney:$currency} -{else} -{ts}No{/ts} {$taxTerm}: {$value|crmMoney:$currency} -{/if} -{/foreach} -{/if} -{/if} - -{if $amounts && !$lineItem} -{foreach from=$amounts item=amnt key=level}{$amnt.amount|crmMoney:$currency} {$amnt.label} -{/foreach} -{/if} - -{if $totalTaxAmount} -{ts}Total Tax Amount{/ts}: {$totalTaxAmount|crmMoney:$currency} -{/if} -{if $isPrimary } - -{ts}Total Amount{/ts}: {$totalAmount|crmMoney:$currency} {if $hookDiscount.message}({$hookDiscount.message}){/if} - -{if $pricesetFieldsCount } - {assign var="count" value= 0} - {foreach from=$lineItem item=pcount} - {assign var="lineItemCount" value=0} - {if $pcount neq 'skip'} - {foreach from=$pcount item=p_count} - {assign var="lineItemCount" value=$lineItemCount+$p_count.participant_count} - {/foreach} - {if $lineItemCount < 1 } - {assign var="lineItemCount" value=1} - {/if} - {assign var="count" value=$count+$lineItemCount} - {/if} - {/foreach} - -{ts}Total Participants{/ts}: {$count} -{/if} - -{if $register_date} -{ts}Registration Date{/ts}: {$register_date|crmDate} -{/if} -{if $receive_date} -{ts}Transaction Date{/ts}: {$receive_date|crmDate} -{/if} -{if $financialTypeName} -{ts}Financial Type{/ts}: {$financialTypeName} -{/if} -{if $trxn_id} -{ts}Transaction #{/ts}: {$trxn_id} -{/if} -{if $paidBy} -{ts}Paid By{/ts}: {$paidBy} -{/if} -{if $checkNumber} -{ts}Check Number{/ts}: {$checkNumber} -{/if} -{if $contributeMode ne 'notify' and !$isAmountzero and (!$is_pay_later or $isBillingAddressRequiredForPayLater) and !$isOnWaitlist and !$isRequireApproval} - -==========================================================={if $pricesetFieldsCount }===================={/if} - -{ts}Billing Name and Address{/ts} - -==========================================================={if $pricesetFieldsCount }===================={/if} - -{$billingName} -{$address} -{/if} - -{if $contributeMode eq 'direct' and !$isAmountzero and !$is_pay_later and !$isOnWaitlist and !$isRequireApproval} -==========================================================={if $pricesetFieldsCount }===================={/if} - -{ts}Credit Card Information{/ts} - -==========================================================={if $pricesetFieldsCount }===================={/if} - -{$credit_card_type} -{$credit_card_number} -{ts}Expires{/ts}: {$credit_card_exp_date|truncate:7:''|crmDate} -{/if} -{/if} -{/if} {* End of conditional section for Paid events *} - -{if $customPre} -{foreach from=$customPre item=customPr key=i} -==========================================================={if $pricesetFieldsCount }===================={/if} - -{$customPre_grouptitle.$i} -==========================================================={if $pricesetFieldsCount }===================={/if} - -{foreach from=$customPr item=customValue key=customName} -{if ( $trackingFields and ! in_array( $customName, $trackingFields ) ) or ! $trackingFields} - {$customName}: {$customValue} -{/if} -{/foreach} -{/foreach} -{/if} - -{if $customPost} -{foreach from=$customPost item=customPos key=j} -==========================================================={if $pricesetFieldsCount }===================={/if} - -{$customPost_grouptitle.$j} -==========================================================={if $pricesetFieldsCount }===================={/if} - -{foreach from=$customPos item=customValue key=customName} -{if ( $trackingFields and ! in_array( $customName, $trackingFields ) ) or ! $trackingFields} - {$customName}: {$customValue} -{/if} -{/foreach} -{/foreach} -{/if} -{if $customProfile} - -{foreach from=$customProfile.profile item=eachParticipant key=participantID} -==========================================================={if $pricesetFieldsCount }===================={/if} - -{ts 1=$participantID+2}Participant Information - Participant %1{/ts} - -==========================================================={if $pricesetFieldsCount }===================={/if} - -{foreach from=$eachParticipant item=eachProfile key=pid} -----------------------------------------------------------{if $pricesetFieldsCount }--------------------{/if} - -{$customProfile.title.$pid} -----------------------------------------------------------{if $pricesetFieldsCount }--------------------{/if} - -{foreach from=$eachProfile item=val key=field} -{foreach from=$val item=v key=f} -{$field}: {$v} -{/foreach} -{/foreach} -{/foreach} -{/foreach} -{/if} -{if $customGroup} -{foreach from=$customGroup item=value key=customName} -=========================================================={if $pricesetFieldsCount }===================={/if} - -{$customName} -=========================================================={if $pricesetFieldsCount }===================={/if} - -{foreach from=$value item=v key=n} -{$n}: {$v} -{/foreach} -{/foreach} -{/if} - -{if $event.allow_selfcancelxfer } -{ts 1=$event.selfcancelxfer_time}You may transfer your registration to another participant or cancel your registration up to %1 hours before the event.{/ts} {if $totalAmount}{ts}Cancellations are not refundable.{/ts}{/if} - {capture assign=selfService}{crmURL p='civicrm/event/selfsvcupdate' q="reset=1&pid=`$participant.id`&{contact.checksum}" h=0 a=1 fe=1}{/capture} -{ts}Transfer or cancel your registration:{/ts} {$selfService} -{/if} diff --git a/civicrm/CRM/Upgrade/4.7.11.msg_template/message_templates/event_registration_receipt_html.tpl b/civicrm/CRM/Upgrade/4.7.11.msg_template/message_templates/event_registration_receipt_html.tpl deleted file mode 100644 index 3436a19034..0000000000 --- a/civicrm/CRM/Upgrade/4.7.11.msg_template/message_templates/event_registration_receipt_html.tpl +++ /dev/null @@ -1,175 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> - <title></title> - </head> - <body> - {capture assign=headerStyle}colspan="2" style="text-align: left; padding: 4px; border-bottom: 1px solid #999; background-color: #eee;"{/capture} - {capture assign=labelStyle }style="padding: 4px; border-bottom: 1px solid #999; background-color: #f7f7f7;"{/capture} - {capture assign=valueStyle }style="padding: 4px; border-bottom: 1px solid #999;"{/capture} - - <p>Dear {contact.display_name},</p> - {if $is_pay_later} - <p> - This is being sent to you as an acknowledgement that you have registered one or more members for the following workshop, event or purchase. Please note, however, that the status of your payment is pending, and the registration for this event will not be completed until your payment is received. - </p> - {else} - <p> - This is being sent to you as a {if $is_refund}confirmation of refund{else}receipt of payment made{/if} for the following workshop, event registration or purchase. - </p> - {/if} - - {if $is_pay_later} - <p>{$pay_later_receipt}</p> - {/if} - - <p>Your order number is #{$transaction_id}. Please print this confirmation for your records.{if $line_items && !$is_refund} Information about the workshops will be sent separately to each participant.{/if} - Here's a summary of your transaction placed on {$transaction_date|date_format:"%D %I:%M %p %Z"}:</p> - - -{if $billing_name} - <table class="billing-info"> - <tr> - <th style="text-align: left;"> - {ts}Billing Name and Address{/ts} - </th> - </tr> - <tr> - <td> - {$billing_name}<br /> - {$billing_street_address}<br /> - {$billing_city}, {$billing_state} {$billing_postal_code}<br/> - <br/> - {$email} - </td> - </tr> - </table> -{/if} -{if $credit_card_type} - <p> </p> - <table class="billing-info"> - <tr> - <th style="text-align: left;"> - {ts}Credit Card Information{/ts} - </th> - </tr> - <tr> - <td> - {$credit_card_type}<br /> - {$credit_card_number}<br /> - {ts}Expires{/ts}: {$credit_card_exp_date.M}/{$credit_card_exp_date.Y} - </td> - </tr> - </table> -{/if} -{if $source} - <p> </p> - {$source} -{/if} - <p> </p> - <table width="600"> - <thead> - <tr> -{if $line_items} - <th style="text-align: left;"> - Event - </th> - <th style="text-align: left;"> - Participants - </th> -{/if} - <th style="text-align: left;"> - Price - </th> - <th style="text-align: left;"> - Total - </th> - </tr> - </thead> - <tbody> - {foreach from=$line_items item=line_item} - <tr> - <td style="width: 220px"> - {$line_item.event->title} ({$line_item.event->start_date|date_format:"%D"})<br /> - {if $line_item.event->is_show_location} - {$line_item.location.address.1.display|nl2br} - {/if}{*End of isShowLocation condition*}<br /><br /> - {$line_item.event->start_date|date_format:"%D %I:%M %p"} - {$line_item.event->end_date|date_format:"%I:%M %p"} - </td> - <td style="width: 180px"> - {$line_item.num_participants} - {if $line_item.num_participants > 0} - <div class="participants" style="padding-left: 10px;"> - {foreach from=$line_item.participants item=participant} - {$participant.display_name}<br /> - {/foreach} - </div> - {/if} - {if $line_item.num_waiting_participants > 0} - Waitlisted:<br/> - <div class="participants" style="padding-left: 10px;"> - {foreach from=$line_item.waiting_participants item=participant} - {$participant.display_name}<br /> - {/foreach} - </div> - {/if} - </td> - <td style="width: 100px"> - {$line_item.cost|crmMoney:$currency|string_format:"%10s"} - </td> - <td style="width: 100px"> - {$line_item.amount|crmMoney:$currency|string_format:"%10s"} - </td> - </tr> - {/foreach} - </tbody> - <tfoot> - {if $discounts} - <tr> - <td> - </td> - <td> - </td> - <td> - Subtotal: - </td> - <td> - {$sub_total|crmMoney:$currency|string_format:"%10s"} - </td> - </tr> - {foreach from=$discounts key=myId item=i} - <tr> - <td> - {$i.title} - </td> - <td> - </td> - <td> - </td> - <td> - -{$i.amount} - </td> - </tr> - {/foreach} - {/if} - <tr> -{if $line_items} - <td> - </td> - <td> - </td> -{/if} - <td> - <strong>Total:</strong> - </td> - <td> - <strong> {$total|crmMoney:$currency|string_format:"%10s"}</strong> - </td> - </tr> - </tfoot> - </table> - - If you have questions about the status of your registration or purchase please feel free to contact us. - </body> -</html> diff --git a/civicrm/CRM/Upgrade/4.7.11.msg_template/message_templates/event_registration_receipt_text.tpl b/civicrm/CRM/Upgrade/4.7.11.msg_template/message_templates/event_registration_receipt_text.tpl deleted file mode 100644 index 695b53d604..0000000000 --- a/civicrm/CRM/Upgrade/4.7.11.msg_template/message_templates/event_registration_receipt_text.tpl +++ /dev/null @@ -1,80 +0,0 @@ -Dear {contact.display_name}, -{if $is_pay_later} - This is being sent to you as an acknowledgement that you have registered one or more members for the following workshop, event or purchase. Please note, however, that the status of your payment is pending, and the registration for this event will not be completed until your payment is received. -{else} - This is being sent to you as a {if $is_refund}confirmation of refund{else}receipt of payment made{/if} for the following workshop, event registration or purchase. -{/if} - -{if $is_pay_later} - {$pay_later_receipt} -{/if} - - Your order number is #{$transaction_id}. Please print this confirmation for your records.{if $line_items && !$is_refund} Information about the workshops will be sent separately to each participant.{/if} - Here's a summary of your transaction placed on {$transaction_date|date_format:"%D %I:%M %p %Z"}: - -{if $billing_name} -=========================================================== -{ts}Billing Name and Address{/ts} - -=========================================================== -{$billing_name} - -{$billing_street_address} - -{$billing_city}, {$billing_state} {$billing_postal_code} - -{$email} -{/if} - -{if $source} -{$source} -{/if} - - -{foreach from=$line_items item=line_item} -{$line_item.event->title} ({$line_item.event->start_date|date_format:"%D"}) -{if $line_item.event->is_show_location} - {$line_item.location.address.1.display|strip_tags:false} -{/if}{*End of isShowLocation condition*} -{$line_item.event->start_date|date_format:"%D %I:%M %p"} - {$line_item.event->end_date|date_format:"%I:%M %p"} - - Quantity: {$line_item.num_participants} - -{if $line_item.num_participants > 0} - {foreach from=$line_item.participants item=participant} - {$participant.display_name} - {/foreach} -{/if} -{if $line_item.num_waiting_participants > 0} - Waitlisted: - {foreach from=$line_item.waiting_participants item=participant} - {$participant.display_name} - {/foreach} -{/if} -Cost: {$line_item.cost|crmMoney:$currency|string_format:"%10s"} -Total For This Event: {$line_item.amount|crmMoney:$currency|string_format:"%10s"} - -{/foreach} - -{if $discounts} -Subtotal: {$sub_total|crmMoney:$currency|string_format:"%10s"} --------------------------------------- -Discounts -{foreach from=$discounts key=myId item=i} - {$i.title}: -{$i.amount|crmMoney:$currency|string_format:"%10s"} -{/foreach} -{/if} -====================================== -Total: {$total|crmMoney:$currency|string_format:"%10s"} - -{if $credit_card_type} -=========================================================== -{ts}Payment Information{/ts} - -=========================================================== -{$credit_card_type} -{$credit_card_number} -{ts}Expires{/ts}: {$credit_card_exp_date.M}/{$credit_card_exp_date.Y} -{/if} - - If you have questions about the status of your registration or purchase please feel free to contact us. diff --git a/civicrm/CRM/Upgrade/4.7.11.msg_template/message_templates/participant_cancelled_html.tpl b/civicrm/CRM/Upgrade/4.7.11.msg_template/message_templates/participant_cancelled_html.tpl deleted file mode 100644 index 4a882c1259..0000000000 --- a/civicrm/CRM/Upgrade/4.7.11.msg_template/message_templates/participant_cancelled_html.tpl +++ /dev/null @@ -1,129 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head> - <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> - <title></title> -</head> -<body> - -{capture assign=headerStyle}colspan="2" style="text-align: left; padding: 4px; border-bottom: 1px solid #999; background-color: #eee;"{/capture} -{capture assign=labelStyle }style="padding: 4px; border-bottom: 1px solid #999; background-color: #f7f7f7;"{/capture} -{capture assign=valueStyle }style="padding: 4px; border-bottom: 1px solid #999;"{/capture} - -<center> - <table width="620" border="0" cellpadding="0" cellspacing="0" id="crm-event_receipt" style="font-family: Arial, Verdana, sans-serif; text-align: left;"> - - <!-- BEGIN HEADER --> - <!-- You can add table row(s) here with logo or other header elements --> - <!-- END HEADER --> - - <!-- BEGIN CONTENT --> - - <tr> - <td> - <p>{ts 1=$contact.display_name}Dear %1{/ts},</p> - <p>{ts}Your Event Registration has been cancelled.{/ts}</p> - </td> - </tr> - <tr> - <td> - <table style="border: 1px solid #999; margin: 1em 0em 1em; border-collapse: collapse; width:100%;"> - <tr> - <th {$headerStyle}> - {ts}Event Information and Location{/ts} - </th> - </tr> - <tr> - <td colspan="2" {$valueStyle}> - {$event.event_title}<br /> - {$event.event_start_date|crmDate}{if $event.event_end_date}-{if $event.event_end_date|date_format:"%Y%m%d" == $event.event_start_date|date_format:"%Y%m%d"}{$event.event_end_date|crmDate:0:1}{else}{$event.event_end_date|crmDate}{/if}{/if} - </td> - </tr> - <tr> - <td {$labelStyle}> - {ts}Participant Role{/ts}: - </td> - <td {$valueStyle}> - {$participant.role} - </td> - </tr> - - {if $isShowLocation} - <tr> - <td colspan="2" {$valueStyle}> - {$event.location.address.1.display|nl2br} - </td> - </tr> - {/if} - - {if $event.location.phone.1.phone || $event.location.email.1.email} - <tr> - <td colspan="2" {$labelStyle}> - {ts}Event Contacts:{/ts} - </td> - </tr> - {foreach from=$event.location.phone item=phone} - {if $phone.phone} - <tr> - <td {$labelStyle}> - {if $phone.phone_type}{$phone.phone_type_display}{else}{ts}Phone{/ts}{/if} - </td> - <td {$valueStyle}> - {$phone.phone} - </td> - </tr> - {/if} - {/foreach} - {foreach from=$event.location.email item=eventEmail} - {if $eventEmail.email} - <tr> - <td {$labelStyle}> - {ts}Email{/ts} - </td> - <td {$valueStyle}> - {$eventEmail.email} - </td> - </tr> - {/if} - {/foreach} - {/if} - - {if $contact.email} - <tr> - <th {$headerStyle}> - {ts}Registered Email{/ts} - </th> - </tr> - <tr> - <td colspan="2" {$valueStyle}> - {$contact.email} - </td> - </tr> - {/if} - - {if $register_date} - <tr> - <td {$labelStyle}> - {ts}Registration Date{/ts} - </td> - <td {$valueStyle}> - {$participant.register_date|crmDate} - </td> - </tr> - {/if} - - </table> - </td> - </tr> - - <tr> - <td> - <p>{ts 1=$domain.phone 2=$domain.email}Please contact us at %1 or send email to %2 if you have questions.{/ts}</p> - </td> - </tr> - - </table> -</center> - -</body> -</html> diff --git a/civicrm/CRM/Upgrade/4.7.11.msg_template/message_templates/participant_cancelled_text.tpl b/civicrm/CRM/Upgrade/4.7.11.msg_template/message_templates/participant_cancelled_text.tpl deleted file mode 100644 index b4430b33d1..0000000000 --- a/civicrm/CRM/Upgrade/4.7.11.msg_template/message_templates/participant_cancelled_text.tpl +++ /dev/null @@ -1,47 +0,0 @@ -{ts 1=$contact.display_name}Dear %1{/ts}, - -{ts}Your Event Registration has been cancelled.{/ts} - - -=========================================================== -{ts}Event Information and Location{/ts} - -=========================================================== -{$event.event_title} -{$event.event_start_date|crmDate}{if $event.event_end_date}-{if $event.event_end_date|date_format:"%Y%m%d" == $event.event_start_date|date_format:"%Y%m%d"}{$event.event_end_date|crmDate:0:1}{else}{$event.event_end_date|crmDate}{/if}{/if} - -{ts}Participant Role{/ts}: {$participant.role} - -{if $isShowLocation} -{$event.location.address.1.display|strip_tags:false} -{/if}{*End of isShowLocation condition*} - -{if $event.location.phone.1.phone || $event.location.email.1.email} - -{ts}Event Contacts:{/ts} -{foreach from=$event.location.phone item=phone} -{if $phone.phone} - -{if $phone.phone_type}{$phone.phone_type_display}{else}{ts}Phone{/ts}{/if}: {$phone.phone}{/if} -{/foreach} -{foreach from=$event.location.email item=eventEmail} -{if $eventEmail.email} - -{ts}Email{/ts}: {$eventEmail.email}{/if}{/foreach} -{/if} - -{if $contact.email} - -=========================================================== -{ts}Registered Email{/ts} - -=========================================================== -{$contact.email} -{/if} - -{if $register_date} -{ts}Registration Date{/ts}: {$participant.register_date|crmDate} -{/if} - -{ts 1=$domain.phone 2=$domain.email}Please contact us at %1 or send email to %2 if you have questions.{/ts} - diff --git a/civicrm/CRM/Upgrade/4.7.11.msg_template/message_templates/participant_confirm_html.tpl b/civicrm/CRM/Upgrade/4.7.11.msg_template/message_templates/participant_confirm_html.tpl deleted file mode 100644 index ca6816d166..0000000000 --- a/civicrm/CRM/Upgrade/4.7.11.msg_template/message_templates/participant_confirm_html.tpl +++ /dev/null @@ -1,184 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head> - <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> - <title></title> -</head> -<body> - -{capture assign=headerStyle}colspan="2" style="text-align: left; padding: 4px; border-bottom: 1px solid #999; background-color: #eee;"{/capture} -{capture assign=labelStyle }style="padding: 4px; border-bottom: 1px solid #999; background-color: #f7f7f7;"{/capture} -{capture assign=valueStyle }style="padding: 4px; border-bottom: 1px solid #999;"{/capture} - -<center> - <table width="620" border="0" cellpadding="0" cellspacing="0" id="crm-event_receipt" style="font-family: Arial, Verdana, sans-serif; text-align: left;"> - - <!-- BEGIN HEADER --> - <!-- You can add table row(s) here with logo or other header elements --> - <!-- END HEADER --> - - <!-- BEGIN CONTENT --> - - <tr> - <td> - <p>{ts 1=$contact.display_name}Dear %1{/ts},</p> - </td> - </tr> - {if !$isAdditional and $participant.id} - <tr> - <th {$headerStyle}> - {ts}Confirm Your Registration{/ts} - </th> - </tr> - <tr> - <td colspan="2" {$valueStyle}> - {capture assign=confirmUrl}{crmURL p='civicrm/event/confirm' q="reset=1&participantId=`$participant.id`&cs=`$checksumValue`" a=true h=0 fe=1}{/capture} - <a href="{$confirmUrl}">Go to a web page where you can confirm your registration online</a> - </td> - </tr> - {/if} - {if $event.allow_selfcancelxfer } - This event allows for self-cancel or transfer - {capture assign=selfService}{crmURL p='civicrm/event/selfsvcupdate' q="reset=1&pid=`$participantID`&{contact.checksum}" h=0 a=1 fe=1}{/capture} - <a href="{$selfService}">{ts}Self service cancel transfer{/ts}</a> - {/if} - - <tr> - <td> - <table style="border: 1px solid #999; margin: 1em 0em 1em; border-collapse: collapse; width:100%;"> - <tr> - <th {$headerStyle}> - {ts}Event Information and Location{/ts} - </th> - </tr> - <tr> - <td colspan="2" {$valueStyle}> - {$event.event_title}<br /> - {$event.event_start_date|crmDate}{if $event.event_end_date}-{if $event.event_end_date|date_format:"%Y%m%d" == $event.event_start_date|date_format:"%Y%m%d"}{$event.event_end_date|crmDate:0:1}{else}{$event.event_end_date|crmDate}{/if}{/if} - </td> - </tr> - {if $conference_sessions} - <tr> - <td colspan="2" {$labelStyle}> - {ts}Your schedule:{/ts} - </td> - </tr> - <tr> - <td colspan="2" {$valueStyle}> - {assign var='group_by_day' value='NA'} - {foreach from=$conference_sessions item=session} - {if $session.start_date|date_format:"%Y/%m/%d" != $group_by_day|date_format:"%Y/%m/%d"} - {assign var='group_by_day' value=$session.start_date} - <em>{$group_by_day|date_format:"%m/%d/%Y"}</em><br /> - {/if} - {$session.start_date|crmDate:0:1}{if $session.end_date}-{$session.end_date|crmDate:0:1}{/if} {$session.title}<br /> - {if $session.location} {$session.location}<br />{/if} - {/foreach} - </td> - </tr> - {/if} - <tr> - <td {$labelStyle}> - {ts}Participant Role{/ts}: - </td> - <td {$valueStyle}> - {$participant.role} - </td> - </tr> - - {if $isShowLocation} - <tr> - <td colspan="2" {$valueStyle}> - {$event.location.address.1.display|nl2br} - </td> - </tr> - {/if} - - {if $event.location.phone.1.phone || $event.location.email.1.email} - <tr> - <td colspan="2" {$labelStyle}> - {ts}Event Contacts:{/ts} - </td> - </tr> - {foreach from=$event.location.phone item=phone} - {if $phone.phone} - <tr> - <td {$labelStyle}> - {if $phone.phone_type}{$phone.phone_type_display}{else}{ts}Phone{/ts}{/if} - </td> - <td {$valueStyle}> - {$phone.phone} - </td> - </tr> - {/if} - {/foreach} - {foreach from=$event.location.email item=eventEmail} - {if $eventEmail.email} - <tr> - <td {$labelStyle}> - {ts}Email{/ts} - </td> - <td {$valueStyle}> - {$eventEmail.email} - </td> - </tr> - {/if} - {/foreach} - {/if} - - {if $event.is_public} - <tr> - <td colspan="2" {$valueStyle}> - {capture assign=icalFeed}{crmURL p='civicrm/event/ical' q="reset=1&id=`$event.id`" h=0 a=1 fe=1}{/capture} - <a href="{$icalFeed}">{ts}Download iCalendar File{/ts}</a> - </td> - </tr> - {/if} - - {if $contact.email} - <tr> - <th {$headerStyle}> - {ts}Registered Email{/ts} - </th> - </tr> - <tr> - <td colspan="2" {$valueStyle}> - {$contact.email} - </td> - </tr> - {/if} - - {if $register_date} - <tr> - <td {$labelStyle}> - {ts}Registration Date{/ts} - </td> - <td {$valueStyle}> - {$participant.register_date|crmDate} - </td> - </tr> - {/if} - - </table> - </td> - </tr> - {if $event.allow_selfcancelxfer } - <tr> - <td colspan="2" {$valueStyle}> - {ts 1=$event.selfcancelxfer_time}You may transfer your registration to another participant or cancel your registration up to %1 hours before the event.{/ts} {if $totalAmount}{ts}Cancellations are not refundable.{/ts}{/if}<br /> - {capture assign=selfService}{crmURL p='civicrm/event/selfsvcupdate' q="reset=1&pid=`$participant.id`&{contact.checksum}" h=0 a=1 fe=1}{/capture} - <a href="{$selfService}">{ts}Click here to transfer or cancel your registration.{/ts}</a> - </td> - </tr> - {/if} - <tr> - <td colspan="2" {$valueStyle}> - <p>{ts 1=$domain.phone 2=$domain.email}Please contact us at %1 or send email to %2 if you have questions.{/ts}</p> - </td> - </tr> - - </table> -</center> - -</body> -</html> diff --git a/civicrm/CRM/Upgrade/4.7.11.msg_template/message_templates/participant_confirm_text.tpl b/civicrm/CRM/Upgrade/4.7.11.msg_template/message_templates/participant_confirm_text.tpl deleted file mode 100644 index e8f90132b5..0000000000 --- a/civicrm/CRM/Upgrade/4.7.11.msg_template/message_templates/participant_confirm_text.tpl +++ /dev/null @@ -1,81 +0,0 @@ -{ts 1=$contact.display_name}Dear %1{/ts}, -{if !$isAdditional and $participant.id} - -=========================================================== -{ts}Confirm Your Registration{/ts} - -=========================================================== -{capture assign=confirmUrl}{crmURL p='civicrm/event/confirm' q="reset=1&participantId=`$participant.id`&cs=`$checksumValue`" a=true h=0 fe=1}{/capture} -Click this link to go to a web page where you can confirm your registration online: -{$confirmUrl} -{/if} -{if $event.allow_selfcancelxfer } -{ts 1=$event.selfcancelxfer_time}You may transfer your registration to another participant or cancel your registration up to %1 hours before the event.{/ts} {if $totalAmount}{ts}Cancellations are not refundable.{/ts}{/if} - {capture assign=selfService}{crmURL p='civicrm/event/selfsvcupdate' q="reset=1&pid=`$participant.id`&{contact.checksum}" h=0 a=1 fe=1}{/capture} -{ts}Transfer or cancel your registration:{/ts} {$selfService} -{/if} -=========================================================== -{ts}Event Information and Location{/ts} - -=========================================================== -{$event.event_title} -{$event.event_start_date|crmDate}{if $event.event_end_date}-{if $event.event_end_date|date_format:"%Y%m%d" == $event.event_start_date|date_format:"%Y%m%d"}{$event.event_end_date|crmDate:0:1}{else}{$event.event_end_date|crmDate}{/if}{/if} -{if $conference_sessions} - - -{ts}Your schedule:{/ts} -{assign var='group_by_day' value='NA'} -{foreach from=$conference_sessions item=session} -{if $session.start_date|date_format:"%Y/%m/%d" != $group_by_day|date_format:"%Y/%m/%d"} -{assign var='group_by_day' value=$session.start_date} - -{$group_by_day|date_format:"%m/%d/%Y"} - - -{/if} -{$session.start_date|crmDate:0:1}{if $session.end_date}-{$session.end_date|crmDate:0:1}{/if} {$session.title} -{if $session.location} {$session.location}{/if} -{/foreach} -{/if} - - -{ts}Participant Role{/ts}: {$participant.role} - -{if $isShowLocation} -{$event.location.address.1.display|strip_tags:false} -{/if}{*End of isShowLocation condition*} - -{if $event.location.phone.1.phone || $event.location.email.1.email} - -{ts}Event Contacts:{/ts} -{foreach from=$event.location.phone item=phone} -{if $phone.phone} - -{if $phone.phone_type}{$phone.phone_type_display}{else}{ts}Phone{/ts}{/if}: {$phone.phone}{/if} -{/foreach} -{foreach from=$event.location.email item=eventEmail} -{if $eventEmail.email} - -{ts}Email{/ts}: {$eventEmail.email}{/if}{/foreach} -{/if} - -{if $event.is_public} -{capture assign=icalFeed}{crmURL p='civicrm/event/ical' q="reset=1&id=`$event.id`" h=0 a=1 fe=1}{/capture} -{ts}Download iCalendar File:{/ts} {$icalFeed} -{/if} - -{if $contact.email} - -=========================================================== -{ts}Registered Email{/ts} - -=========================================================== -{$contact.email} -{/if} - -{if $register_date} -{ts}Registration Date{/ts}: {$participant.register_date|crmDate} -{/if} - -{ts 1=$domain.phone 2=$domain.email}Please contact us at %1 or send email to %2 if you have questions.{/ts} - diff --git a/civicrm/CRM/Upgrade/4.7.11.msg_template/message_templates/participant_expired_html.tpl b/civicrm/CRM/Upgrade/4.7.11.msg_template/message_templates/participant_expired_html.tpl deleted file mode 100644 index a11ff72685..0000000000 --- a/civicrm/CRM/Upgrade/4.7.11.msg_template/message_templates/participant_expired_html.tpl +++ /dev/null @@ -1,132 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head> - <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> - <title></title> -</head> -<body> - -{capture assign=headerStyle}colspan="2" style="text-align: left; padding: 4px; border-bottom: 1px solid #999; background-color: #eee;"{/capture} -{capture assign=labelStyle }style="padding: 4px; border-bottom: 1px solid #999; background-color: #f7f7f7;"{/capture} -{capture assign=valueStyle }style="padding: 4px; border-bottom: 1px solid #999;"{/capture} - -<center> - <table width="620" border="0" cellpadding="0" cellspacing="0" id="crm-event_receipt" style="font-family: Arial, Verdana, sans-serif; text-align: left;"> - - <!-- BEGIN HEADER --> - <!-- You can add table row(s) here with logo or other header elements --> - <!-- END HEADER --> - - <!-- BEGIN CONTENT --> - - <tr> - <td> - <p>{ts 1=$contact.display_name}Dear %1{/ts},</p> - <p>{ts 1=$event.event_title}Your pending event registration for %1 has expired -because you did not confirm your registration.{/ts}</p> - <p>{ts 1=$domain.phone 2=$domain.email}Please contact us at %1 or send email to %2 if you have questions -or want to inquire about reinstating your registration for this event.{/ts}</p> - </td> - </tr> - <tr> - <td> - <table style="border: 1px solid #999; margin: 1em 0em 1em; border-collapse: collapse; width:100%;"> - <tr> - <th {$headerStyle}> - {ts}Event Information and Location{/ts} - </th> - </tr> - <tr> - <td colspan="2" {$valueStyle}> - {$event.event_title}<br /> - {$event.event_start_date|crmDate}{if $event.event_end_date}-{if $event.event_end_date|date_format:"%Y%m%d" == $event.event_start_date|date_format:"%Y%m%d"}{$event.event_end_date|crmDate:0:1}{else}{$event.event_end_date|crmDate}{/if}{/if} - </td> - </tr> - <tr> - <td {$labelStyle}> - {ts}Participant Role{/ts}: - </td> - <td {$valueStyle}> - {$participant.role} - </td> - </tr> - - {if $isShowLocation} - <tr> - <td colspan="2" {$valueStyle}> - {$event.location.address.1.display|nl2br} - </td> - </tr> - {/if} - - {if $event.location.phone.1.phone || $event.location.email.1.email} - <tr> - <td colspan="2" {$labelStyle}> - {ts}Event Contacts:{/ts} - </td> - </tr> - {foreach from=$event.location.phone item=phone} - {if $phone.phone} - <tr> - <td {$labelStyle}> - {if $phone.phone_type}{$phone.phone_type_display}{else}{ts}Phone{/ts}{/if} - </td> - <td {$valueStyle}> - {$phone.phone} - </td> - </tr> - {/if} - {/foreach} - {foreach from=$event.location.email item=eventEmail} - {if $eventEmail.email} - <tr> - <td {$labelStyle}> - {ts}Email{/ts} - </td> - <td {$valueStyle}> - {$eventEmail.email} - </td> - </tr> - {/if} - {/foreach} - {/if} - - {if $contact.email} - <tr> - <th {$headerStyle}> - {ts}Registered Email{/ts} - </th> - </tr> - <tr> - <td colspan="2" {$valueStyle}> - {$contact.email} - </td> - </tr> - {/if} - - {if $register_date} - <tr> - <td {$labelStyle}> - {ts}Registration Date{/ts} - </td> - <td {$valueStyle}> - {$participant.register_date|crmDate} - </td> - </tr> - {/if} - - </table> - </td> - </tr> - - <tr> - <td> - <p>{ts 1=$domain.phone 2=$domain.email}Please contact us at %1 or send email to %2 if you have questions.{/ts}</p> - </td> - </tr> - - </table> -</center> - -</body> -</html> diff --git a/civicrm/CRM/Upgrade/4.7.11.msg_template/message_templates/participant_expired_text.tpl b/civicrm/CRM/Upgrade/4.7.11.msg_template/message_templates/participant_expired_text.tpl deleted file mode 100644 index be649c11da..0000000000 --- a/civicrm/CRM/Upgrade/4.7.11.msg_template/message_templates/participant_expired_text.tpl +++ /dev/null @@ -1,51 +0,0 @@ -{ts 1=$contact.display_name}Dear %1{/ts}, - -{ts 1=$event.event_title}Your pending event registration for %1 has expired -because you did not confirm your registration.{/ts} - - -{ts 1=$domain.phone 2=$domain.email}Please contact us at %1 or send email to %2 if you have questions -or want to inquire about reinstating your registration for this event.{/ts} - -=========================================================== -{ts}Event Information and Location{/ts} - -=========================================================== -{$event.event_title} -{$event.event_start_date|crmDate}{if $event.event_end_date}-{if $event.event_end_date|date_format:"%Y%m%d" == $event.event_start_date|date_format:"%Y%m%d"}{$event.event_end_date|crmDate:0:1}{else}{$event.event_end_date|crmDate}{/if}{/if} - -{ts}Participant Role{/ts}: {$participant.role} - -{if $isShowLocation} -{$event.location.address.1.display|strip_tags:false} -{/if}{*End of isShowLocation condition*} - -{if $event.location.phone.1.phone || $event.location.email.1.email} - -{ts}Event Contacts:{/ts} -{foreach from=$event.location.phone item=phone} -{if $phone.phone} - -{if $phone.phone_type}{$phone.phone_type_display}{else}{ts}Phone{/ts}{/if}: {$phone.phone}{/if} -{/foreach} -{foreach from=$event.location.email item=eventEmail} -{if $eventEmail.email} - -{ts}Email{/ts}: {$eventEmail.email}{/if}{/foreach} -{/if} - -{if $contact.email} - -=========================================================== -{ts}Registered Email{/ts} - -=========================================================== -{$contact.email} -{/if} - -{if $register_date} -{ts}Registration Date{/ts}: {$participant.register_date|crmDate} -{/if} - -{ts 1=$domain.phone 2=$domain.email}Please contact us at %1 or send email to %2 if you have questions.{/ts} - diff --git a/civicrm/CRM/Upgrade/4.7.11.msg_template/message_templates/participant_transferred_html.tpl b/civicrm/CRM/Upgrade/4.7.11.msg_template/message_templates/participant_transferred_html.tpl deleted file mode 100644 index 26cbf37e15..0000000000 --- a/civicrm/CRM/Upgrade/4.7.11.msg_template/message_templates/participant_transferred_html.tpl +++ /dev/null @@ -1,129 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head> - <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> - <title></title> -</head> -<body> - -{capture assign=headerStyle}colspan="2" style="text-align: left; padding: 4px; border-bottom: 1px solid #999; background-color: #eee;"{/capture} -{capture assign=labelStyle }style="padding: 4px; border-bottom: 1px solid #999; background-color: #f7f7f7;"{/capture} -{capture assign=valueStyle }style="padding: 4px; border-bottom: 1px solid #999;"{/capture} - -<center> - <table width="620" border="0" cellpadding="0" cellspacing="0" id="crm-event_receipt" style="font-family: Arial, Verdana, sans-serif; text-align: left;"> - - <!-- BEGIN HEADER --> - <!-- You can add table row(s) here with logo or other header elements --> - <!-- END HEADER --> - - <!-- BEGIN CONTENT --> - - <tr> - <td> - <p>{ts 1=$contact.display_name}Dear %1{/ts},</p> - <p>{ts 1=$to_participant}Your Event Registration has been Transferred to %1.{/ts}</p> - </td> - </tr> - <tr> - <td> - <table style="border: 1px solid #999; margin: 1em 0em 1em; border-collapse: collapse; width:100%;"> - <tr> - <th {$headerStyle}> - {ts}Event Information and Location{/ts} - </th> - </tr> - <tr> - <td colspan="2" {$valueStyle}> - {$event.event_title}<br /> - {$event.event_start_date|crmDate}{if $event.event_end_date}-{if $event.event_end_date|date_format:"%Y%m%d" == $event.event_start_date|date_format:"%Y%m%d"}{$event.event_end_date|crmDate:0:1}{else}{$event.event_end_date|crmDate}{/if}{/if} - </td> - </tr> - <tr> - <td {$labelStyle}> - {ts}Participant Role{/ts}: - </td> - <td {$valueStyle}> - {$participant.role} - </td> - </tr> - - {if $isShowLocation} - <tr> - <td colspan="2" {$valueStyle}> - {$event.location.address.1.display|nl2br} - </td> - </tr> - {/if} - - {if $event.location.phone.1.phone || $event.location.email.1.email} - <tr> - <td colspan="2" {$labelStyle}> - {ts}Event Contacts:{/ts} - </td> - </tr> - {foreach from=$event.location.phone item=phone} - {if $phone.phone} - <tr> - <td {$labelStyle}> - {if $phone.phone_type}{$phone.phone_type_display}{else}{ts}Phone{/ts}{/if} - </td> - <td {$valueStyle}> - {$phone.phone} - </td> - </tr> - {/if} - {/foreach} - {foreach from=$event.location.email item=eventEmail} - {if $eventEmail.email} - <tr> - <td {$labelStyle}> - {ts}Email{/ts} - </td> - <td {$valueStyle}> - {$eventEmail.email} - </td> - </tr> - {/if} - {/foreach} - {/if} - - {if $contact.email} - <tr> - <th {$headerStyle}> - {ts}Registered Email{/ts} - </th> - </tr> - <tr> - <td colspan="2" {$valueStyle}> - {$contact.email} - </td> - </tr> - {/if} - - {if $register_date} - <tr> - <td {$labelStyle}> - {ts}Registration Date{/ts} - </td> - <td {$valueStyle}> - {$participant.register_date|crmDate} - </td> - </tr> - {/if} - - </table> - </td> - </tr> - - <tr> - <td> - <p>{ts 1=$domain.phone 2=$domain.email}Please contact us at %1 or send email to %2 if you have questions.{/ts}</p> - </td> - </tr> - - </table> -</center> - -</body> -</html> diff --git a/civicrm/CRM/Upgrade/4.7.11.msg_template/message_templates/participant_transferred_text.tpl b/civicrm/CRM/Upgrade/4.7.11.msg_template/message_templates/participant_transferred_text.tpl deleted file mode 100644 index aeac8a7ba1..0000000000 --- a/civicrm/CRM/Upgrade/4.7.11.msg_template/message_templates/participant_transferred_text.tpl +++ /dev/null @@ -1,45 +0,0 @@ -{ts 1=$contact.display_name}Dear %1{/ts}, - -{ts 1=$to_participant}Your Event Registration has been transferred to %1.{/ts} - -=========================================================== -{ts}Event Information and Location{/ts} - -=========================================================== -{$event.event_title} -{$event.event_start_date|crmDate}{if $event.event_end_date}-{if $event.event_end_date|date_format:"%Y%m%d" == $event.event_start_date|date_format:"%Y%m%d"}{$event.event_end_date|crmDate:0:1}{else}{$event.event_end_date|crmDate}{/if}{/if} - -{ts}Participant Role{/ts}: {$participant.role} - -{if $isShowLocation} -{$event.location.address.1.display|strip_tags:false} -{/if}{*End of isShowLocation condition*} - -{if $event.location.phone.1.phone || $event.location.email.1.email} - -{ts}Event Contacts:{/ts} -{foreach from=$event.location.phone item=phone} -{if $phone.phone} - -{if $phone.phone_type}{$phone.phone_type_display}{else}{ts}Phone{/ts}{/if}: {$phone.phone}{/if} -{/foreach} -{foreach from=$event.location.email item=eventEmail} -{if $eventEmail.email} - -{ts}Email{/ts}: {$eventEmail.email}{/if}{/foreach} -{/if} - -{if $contact.email} - -=========================================================== -{ts}Registered Email{/ts} - -=========================================================== -{$contact.email} -{/if} - -{if $register_date} -{ts}Registration Date{/ts}: {$participant.register_date|crmDate} -{/if} - -{ts 1=$domain.phone 2=$domain.email}Please contact us at %1 or send email to %2 if you have questions.{/ts} diff --git a/civicrm/CRM/Upgrade/4.7.11.msg_template/message_templates/payment_or_refund_notification_html.tpl b/civicrm/CRM/Upgrade/4.7.11.msg_template/message_templates/payment_or_refund_notification_html.tpl deleted file mode 100644 index 6d6efeb52d..0000000000 --- a/civicrm/CRM/Upgrade/4.7.11.msg_template/message_templates/payment_or_refund_notification_html.tpl +++ /dev/null @@ -1,255 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head> - <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> - <title></title> -</head> -<body> - -{capture assign=headerStyle}colspan="2" style="text-align: left; padding: 4px; border-bottom: 1px solid #999; background-color: #eee;"{/capture} -{capture assign=labelStyle }style="padding: 4px; border-bottom: 1px solid #999; background-color: #f7f7f7;"{/capture} -{capture assign=valueStyle }style="padding: 4px; border-bottom: 1px solid #999;"{/capture} -{capture assign=emptyBlockStyle }style="padding: 10px; border-bottom: 1px solid #999;background-color: #f7f7f7;"{/capture} -{capture assign=emptyBlockValueStyle }style="padding: 10px; border-bottom: 1px solid #999;"{/capture} - -<p>Dear {$contactDisplayName}</p> -<center> - <table width="620" border="0" cellpadding="0" cellspacing="0" id="crm-event_receipt" style="font-family: Arial, Verdana, sans-serif; text-align: left;"> - - <!-- BEGIN HEADER --> - <!-- You can add table row(s) here with logo or other header elements --> - <!-- END HEADER --> - - <!-- BEGIN CONTENT --> - - <tr> - <td> - {if $paymentConfig.confirm_email_text} - <p>{$paymentConfig.confirm_email_text|htmlize}</p> - {elseif $isRefund} - <p>{ts}A refund has been issued based on changes in your registration selections.{/ts}</p> - {else} - <p>{ts}A payment has been received.{/ts}</p> - {/if} - <p>{ts}Please print this confirmation for your records.{/ts}</p> - </td> - </tr> - <tr> - <td> - <table style="border: 1px solid #999; margin: 1em 0em 1em; border-collapse: collapse; width:100%;"> - {if $isRefund} - <tr> - <th {$headerStyle}>{ts}Refund Details{/ts}</th> - </tr> - <tr> - <td {$labelStyle}> - {ts}Total Fees{/ts} - </td> - <td {$valueStyle}> - {$totalAmount|crmMoney} - </td> - </tr> - <tr> - <td {$labelStyle}> - {ts}You Paid{/ts} - </td> - <td {$valueStyle}> - {$totalPaid|crmMoney} - </td> - </tr> - <tr> - <td {$labelStyle}> - {ts}Refund Amount{/ts} - </td> - <td {$valueStyle}> - {$refundAmount|crmMoney} - <td> - </tr> - {else} - <tr> - <th {$headerStyle}>{ts}Payment Details{/ts}</th> - </tr> - <tr> - <td {$labelStyle}> - {ts}{if $component eq 'event'}Total Fees{/if}{/ts} - </td> - <td {$valueStyle}> - {$totalAmount|crmMoney} - </td> - </tr> - <tr> - <td {$labelStyle}> - {ts}This Payment Amount{/ts} - </td> - <td {$valueStyle}> - {$paymentAmount|crmMoney} - </td> - </tr> - <tr> - <td {$labelStyle}> - {ts}Balance Owed{/ts} - </td> - <td {$valueStyle}> - {$amountOwed|crmMoney} - </td> {* This will be zero after final payment. *} - </tr> - <tr> <td {$emptyBlockStyle}></td> - <td {$emptyBlockValueStyle}></td></tr> - {if $paymentsComplete} - <tr> - <td colspan='2' {$valueStyle}> - {ts}Thank-you. This completes your payment for {if $component eq 'event'}{$event.event_title}{/if}.{/ts} - </td> - </tr> - {/if} - {/if} - {if $receive_date} - <tr> - <td {$labelStyle}> - {ts}Transaction Date{/ts} - </td> - <td {$valueStyle}> - {$receive_date|crmDate} - </td> - </tr> - {/if} - {if $trxn_id} - <tr> - <td {$labelStyle}> - {ts}Transaction #{/ts} - </td> - <td {$valueStyle}> - {$trxn_id} - </td> - </tr> - {/if} - {if $paidBy} - <tr> - <td {$labelStyle}> - {ts}Paid By{/ts} - </td> - <td {$valueStyle}> - {$paidBy} - </td> - </tr> - {/if} - {if $checkNumber} - <tr> - <td {$labelStyle}> - {ts}Check Number{/ts} - </td> - <td {$valueStyle}> - {$checkNumber} - </td> - </tr> - {/if} - </table> - </td> - </tr> - <tr> - <td> - <table style="border: 1px solid #999; margin: 1em 0em 1em; border-collapse: collapse; width:100%;"> - {if $contributeMode eq 'direct' and !$isAmountzero} - <tr> - <th {$headerStyle}> - {ts}Billing Name and Address{/ts} - </th> - </tr> - <tr> - <td colspan="2" {$valueStyle}> - {$billingName}<br /> - {$address|nl2br} - </td> - </tr> - {/if} - {if $contributeMode eq'direct' and !$isAmountzero} - <tr> - <th {$headerStyle}> - {ts}Credit Card Information{/ts} - </th> - </tr> - <tr> - <td colspan="2" {$valueStyle}> - {$credit_card_type}<br /> - {$credit_card_number}<br /> - {ts}Expires:{/ts} {$credit_card_exp_date|truncate:7:''|crmDate} - </td> - </tr> - {/if} - {if $component eq 'event'} - <tr> - <th {$headerStyle}> - {ts}Event Information and Location{/ts} - </th> - </tr> - <tr> - <td colspan="2" {$valueStyle}> - {$event.event_title}<br /> - {$event.event_start_date|crmDate}{if $event.event_end_date}-{if $event.event_end_date|date_format:"%Y%m%d" == $event.event_start_date|date_format:"%Y%m%d"}{$event.event_end_date|crmDate:0:1}{else}{$event.event_end_date|crmDate}{/if}{/if} - </td> - </tr> - - {if $event.participant_role neq 'Attendee' and $defaultRole} - <tr> - <td {$labelStyle}> - {ts}Participant Role{/ts} - </td> - <td {$valueStyle}> - {$event.participant_role} - </td> - </tr> - {/if} - - {if $isShowLocation} - <tr> - <td colspan="2" {$valueStyle}> - {$location.address.1.display|nl2br} - </td> - </tr> - {/if} - - {if $location.phone.1.phone || $location.email.1.email} - <tr> - <td colspan="2" {$labelStyle}> - {ts}Event Contacts:{/ts} - </td> - </tr> - {foreach from=$location.phone item=phone} - {if $phone.phone} - <tr> - <td {$labelStyle}> - {if $phone.phone_type} - {$phone.phone_type_display} - {else} - {ts}Phone{/ts} - {/if} - </td> - <td {$valueStyle}> - {$phone.phone} {if $phone.phone_ext} {ts}ext.{/ts} {$phone.phone_ext}{/if} - </td> - </tr> - {/if} - {/foreach} - {foreach from=$location.email item=eventEmail} - {if $eventEmail.email} - <tr> - <td {$labelStyle}> - {ts}Email{/ts} - </td> - <td {$valueStyle}> - {$eventEmail.email} - </td> - </tr> - {/if} - {/foreach} - {/if} {*phone block close*} - {/if} - </table> - </td> - </tr> - - </table> - </center> - - </body> -</html> diff --git a/civicrm/CRM/Upgrade/4.7.11.msg_template/message_templates/payment_or_refund_notification_text.tpl b/civicrm/CRM/Upgrade/4.7.11.msg_template/message_templates/payment_or_refund_notification_text.tpl deleted file mode 100644 index a09ad9e162..0000000000 --- a/civicrm/CRM/Upgrade/4.7.11.msg_template/message_templates/payment_or_refund_notification_text.tpl +++ /dev/null @@ -1,104 +0,0 @@ -Dear {$contactDisplayName} -{if $paymentConfig.confirm_email_text} -{$paymentConfig.confirm_email_text} -{elseif $isRefund} -{ts}A refund has been issued based on changes in your registration selections.{/ts} -{else} -{ts}A payment has been received.{/ts} -{/if} - -{ts}Please print this confirmation for your records.{/ts} - -{if $isRefund} -=============================================================================== - -{ts}Refund Details{/ts} - -=============================================================================== -{ts}Total Fees{/ts}: {$totalAmount|crmMoney} -{ts}You Paid{/ts}: {$totalPaid|crmMoney} ------------------------------------------------------------------------------------- -{ts}Refund Amount{/ts}: {$refundAmount|crmMoney} - -{else} -=============================================================================== - -{ts}Payment Details{/ts} - -=============================================================================== -{ts}Total Fees{/ts}: {$totalAmount|crmMoney} -{ts}This Payment Amount{/ts}: {$paymentAmount|crmMoney} ------------------------------------------------------------------------------------- -{ts}Balance Owed{/ts}: {$amountOwed|crmMoney} {* This will be zero after final payment. *} - -{if $paymentsComplete} - -{ts}Thank-you. This completes your payment for {/ts}{if $component eq 'event'}{$event.event_title}{/if}. -{/if} -{/if} -{if $receive_date} -{ts}Transaction Date{/ts}: {$receive_date|crmDate} -{/if} -{if $trxn_id} -{ts}Transaction #{/ts}: {$trxn_id} -{/if} -{if $paidBy} -{ts}Paid By{/ts}: {$paidBy} -{/if} -{if $checkNumber} -{ts}Check Number{/ts}: {$checkNumber} -{/if} -{if $contributeMode eq 'direct' and !$isAmountzero} - -=============================================================================== - -{ts}Billing Name and Address{/ts} - -=============================================================================== - -{$billingName} -{$address} -{/if} - -{if $contributeMode eq 'direct' and !$isAmountzero} -=========================================================== -{ts}Credit Card Information{/ts} - -=============================================================================== - -{$credit_card_type} -{$credit_card_number} -{ts}Expires{/ts}: {$credit_card_exp_date|truncate:7:''|crmDate} -{/if} -{if $component eq 'event'} -=============================================================================== - -{ts}Event Information and Location{/ts} - -=============================================================================== - -{$event.event_title} -{$event.event_start_date|crmDate}{if $event.event_end_date}-{if $event.event_end_date|date_format:"%Y%m%d" == $event.event_start_date|date_format:"%Y%m%d"}{$event.event_end_date|crmDate:0:1}{else}{$event.event_end_date|crmDate}{/if}{/if} - -{if $event.participant_role neq 'Attendee' and $defaultRole} -{ts}Participant Role{/ts}: {$event.participant_role} -{/if} - -{if $isShowLocation} -{$location.address.1.display|strip_tags:false} -{/if}{*End of isShowLocation condition*} - -{if $location.phone.1.phone || $location.email.1.email} - -{ts}Event Contacts:{/ts} -{foreach from=$location.phone item=phone} -{if $phone.phone} - -{if $phone.phone_type}{$phone.phone_type_display}{else}{ts}Phone{/ts}{/if}: {$phone.phone}{/if} {if $phone.phone_ext} {ts}ext.{/ts} {$phone.phone_ext}{/if} -{/foreach} -{foreach from=$location.email item=eventEmail} -{if $eventEmail.email} - -{ts}Email{/ts}: {$eventEmail.email}{/if}{/foreach} -{/if} -{/if} diff --git a/civicrm/CRM/Upgrade/4.7.14.msg_template/civicrm_msg_template.tpl b/civicrm/CRM/Upgrade/4.7.14.msg_template/civicrm_msg_template.tpl deleted file mode 100644 index a0a12e3b54..0000000000 --- a/civicrm/CRM/Upgrade/4.7.14.msg_template/civicrm_msg_template.tpl +++ /dev/null @@ -1,16 +0,0 @@ -{php} - $dir = SMARTY_DIR . '/../../CRM/Upgrade/4.7.14.msg_template/message_templates'; - $templates = array(); - foreach (preg_grep('/\.tpl$/', scandir($dir)) as $filename) { - $parts = explode('_', basename($filename, '.tpl')); - $templates[] = array('type' => array_pop($parts), 'name' => implode('_', $parts), 'filename' => "$dir/$filename"); - } - $this->assign('templates', $templates); -{/php} - -{foreach from=$templates item=tpl} - {fetch assign=content file=$tpl.filename} - SELECT @workflow_id := MAX(id) FROM civicrm_option_value WHERE name = '{$tpl.name}'; - SELECT @content := msg_{$tpl.type} FROM civicrm_msg_template WHERE workflow_id = @workflow_id AND is_reserved = 1 LIMIT 1; - UPDATE civicrm_msg_template SET msg_{$tpl.type} = '{$content|escape:"quotes"}' WHERE workflow_id = @workflow_id AND (is_reserved = 1 OR (is_default = 1 AND msg_{$tpl.type} = @content)); -{/foreach} diff --git a/civicrm/CRM/Upgrade/4.7.14.msg_template/message_templates/contribution_recurring_notify_html.tpl b/civicrm/CRM/Upgrade/4.7.14.msg_template/message_templates/contribution_recurring_notify_html.tpl deleted file mode 100644 index 3ed5eb713e..0000000000 --- a/civicrm/CRM/Upgrade/4.7.14.msg_template/message_templates/contribution_recurring_notify_html.tpl +++ /dev/null @@ -1,129 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head> - <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> - <title></title> -</head> -<body> - -{capture assign=headerStyle}colspan="2" style="text-align: left; padding: 4px; border-bottom: 1px solid #999; background-color: #eee;"{/capture} -{capture assign=labelStyle }style="padding: 4px; border-bottom: 1px solid #999; background-color: #f7f7f7;"{/capture} -{capture assign=valueStyle }style="padding: 4px; border-bottom: 1px solid #999;"{/capture} - -<center> - <table width="620" border="0" cellpadding="0" cellspacing="0" id="crm-event_receipt" style="font-family: Arial, Verdana, sans-serif; text-align: left;"> - - <!-- BEGIN HEADER --> - <!-- You can add table row(s) here with logo or other header elements --> - <!-- END HEADER --> - - <!-- BEGIN CONTENT --> - - <tr> - <td> - <p>{ts 1=$displayName}Dear %1{/ts},</p> - </td> - </tr> - - <tr> - <td> </td> - </tr> - - {if $recur_txnType eq 'START'} - {if $auto_renew_membership} - <tr> - <td> - <p>{ts}Thanks for your auto renew membership sign-up.{/ts}</p> - <p>{ts 1=$recur_frequency_interval 2=$recur_frequency_unit}This membership will be automatically renewed every %1 %2(s). {/ts}</p> - </td> - </tr> - <tr> - <td {$labelStyle}> - {ts 1=$cancelSubscriptionUrl}This membership will be renewed automatically. You can cancel the auto-renewal option by <a href="%1">visiting this web page</a>.{/ts} - </td> - </tr> - {if $updateSubscriptionBillingUrl} - <tr> - <td {$labelStyle}> - {ts 1=$updateSubscriptionBillingUrl}You can update billing details for this automatically renewed membership by <a href="%1">visiting this web page</a>.{/ts} - </td> - </tr> - {/if} - {else} - <tr> - <td> - <p>{ts}Thanks for your recurring contribution sign-up.{/ts}</p> - <p>{ts 1=$recur_frequency_interval 2=$recur_frequency_unit}This recurring contribution will be automatically processed every %1 %2(s){/ts}{if $recur_installments }{ts 1=$recur_installments} for a total of %1 installment(s){/ts}{/if}.</p> - <p>{ts}Start Date{/ts}: {$recur_start_date|crmDate}</p> - </td> - </tr> - <tr> - <td {$labelStyle}> - {ts 1=$cancelSubscriptionUrl} You can cancel the recurring contribution option by <a href="%1">visiting this web page</a>.{/ts} - </td> - </tr> - {if $updateSubscriptionBillingUrl} - <tr> - <td {$labelStyle}> - {ts 1=$updateSubscriptionBillingUrl}You can update billing details for this recurring contribution by <a href="%1">visiting this web page</a>.{/ts} - </td> - </tr> - {/if} - <tr> - <td {$labelStyle}> - {ts 1=$updateSubscriptionUrl}You can update recurring contribution amount or change the number of installments details for this recurring contribution by <a href="%1">visiting this web page</a>.{/ts} - </td> - </tr> - {/if} - - {elseif $recur_txnType eq 'END'} - - {if $auto_renew_membership} - <tr> - <td> - <p>{ts}Your auto renew membership sign-up has ended and your membership will not be automatically renewed.{/ts}</p> - </td> - </tr> - {else} - <tr> - <td> - <p>{ts}Your recurring contribution term has ended.{/ts}</p> - <p>{ts 1=$recur_installments}You have successfully completed %1 recurring contributions. Thank you for your support.{/ts}</p> - </td> - </tr> - <tr> - <td> - <table style="border: 1px solid #999; margin: 1em 0em 1em; border-collapse: collapse; width:100%;"> - <tr> - <th {$headerStyle}> - {ts 1=$recur_installments}Interval of Subscription for %1 installment(s){/ts} - </th> - </tr> - <tr> - <td {$labelStyle}> - {ts}Start Date{/ts} - </td> - <td {$valueStyle}> - {$recur_start_date|crmDate} - </td> - </tr> - <tr> - <td {$labelStyle}> - {ts}End Date{/ts} - </td> - <td {$valueStyle}> - {$recur_end_date|crmDate} - </td> - </tr> - </table> - </td> - </tr> - - {/if} - {/if} - - </table> -</center> - -</body> -</html> diff --git a/civicrm/CRM/Upgrade/4.7.14.msg_template/message_templates/contribution_recurring_notify_text.tpl b/civicrm/CRM/Upgrade/4.7.14.msg_template/message_templates/contribution_recurring_notify_text.tpl deleted file mode 100644 index 46aa380a37..0000000000 --- a/civicrm/CRM/Upgrade/4.7.14.msg_template/message_templates/contribution_recurring_notify_text.tpl +++ /dev/null @@ -1,54 +0,0 @@ -{ts 1=$displayName}Dear %1{/ts}, - -{if $recur_txnType eq 'START'} -{if $auto_renew_membership} -{ts}Thanks for your auto renew membership sign-up.{/ts} - - -{ts 1=$recur_frequency_interval 2=$recur_frequency_unit}This membership will be automatically renewed every %1 %2(s).{/ts} - -{ts 1=$cancelSubscriptionUrl}This membership will be renewed automatically. You can cancel the auto-renewal option by <a href="%1">visiting this web page</a>.{/ts} - -{if $updateSubscriptionBillingUrl} -{ts 1=$updateSubscriptionBillingUrl}You can update billing details for this automatically renewed membership by <a href="%1">visiting this web page</a>.{/ts} - -{/if} -{else} -{ts}Thanks for your recurring contribution sign-up.{/ts} - - -{ts 1=$recur_frequency_interval 2=$recur_frequency_unit 3=$recur_installments}This recurring contribution will be automatically processed every %1 %2(s){/ts}{if $recur_installments } {ts 1=$recur_installments} for a total of %1 installment(s){/ts}{/if}. - -{ts}Start Date{/ts}: {$recur_start_date|crmDate} - -{ts 1=$cancelSubscriptionUrl}You can cancel the recurring contribution option by <a href="%1">visiting this web page</a>.{/ts} - -{if $updateSubscriptionBillingUrl} -{ts 1=$updateSubscriptionBillingUrl}You can update billing details for this recurring contribution by <a href="%1">visiting this web page</a>.{/ts} - -{/if} -{ts 1=$updateSubscriptionUrl}You can update recurring contribution amount or change the number of installments for this recurring contribution by <a href="%1">visiting this web page</a>.{/ts} -{/if} - -{elseif $recur_txnType eq 'END'} -{if $auto_renew_membership} -{ts}Your auto renew membership sign-up has ended and your membership will not be automatically renewed.{/ts} - - -{else} -{ts}Your recurring contribution term has ended.{/ts} - - -{ts 1=$recur_installments}You have successfully completed %1 recurring contributions. Thank you for your support.{/ts} - - -================================================== -{ts 1=$recur_installments}Interval of Subscription for %1 installment(s){/ts} - -================================================== -{ts}Start Date{/ts}: {$recur_start_date|crmDate} - -{ts}End Date{/ts}: {$recur_end_date|crmDate} - -{/if} -{/if} diff --git a/civicrm/CRM/Upgrade/4.7.14.msg_template/message_templates/membership_online_receipt_html.tpl b/civicrm/CRM/Upgrade/4.7.14.msg_template/message_templates/membership_online_receipt_html.tpl deleted file mode 100644 index d10ce575fa..0000000000 --- a/civicrm/CRM/Upgrade/4.7.14.msg_template/message_templates/membership_online_receipt_html.tpl +++ /dev/null @@ -1,556 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head> - <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> - <title></title> -</head> -<body> - -{capture assign=headerStyle}colspan="2" style="text-align: left; padding: 4px; border-bottom: 1px solid #999; background-color: #eee;"{/capture} -{capture assign=labelStyle }style="padding: 4px; border-bottom: 1px solid #999; background-color: #f7f7f7;"{/capture} -{capture assign=valueStyle }style="padding: 4px; border-bottom: 1px solid #999;"{/capture} - -<center> - <table width="500" border="0" cellpadding="0" cellspacing="0" id="crm-event_receipt" style="font-family: Arial, Verdana, sans-serif; text-align: left;"> - - <!-- BEGIN HEADER --> - <!-- You can add table row(s) here with logo or other header elements --> - <!-- END HEADER --> - - <!-- BEGIN CONTENT --> - - <tr> - <td> - - {if $receipt_text} - <p>{$receipt_text|htmlize}</p> - {/if} - - {if $is_pay_later} - <p>{$pay_later_receipt}</p> {* FIXME: this might be text rather than HTML *} - {else} - <p>{ts}Please print this confirmation for your records.{/ts}</p> - {/if} - - </td> - </tr> - </table> - <table width="500" style="border: 1px solid #999; margin: 1em 0em 1em; border-collapse: collapse;"> - - {if $membership_assign && !$useForMember} - <tr> - <th {$headerStyle}> - {ts}Membership Information{/ts} - </th> - </tr> - <tr> - <td {$labelStyle}> - {ts}Membership Type{/ts} - </td> - <td {$valueStyle}> - {$membership_name} - </td> - </tr> - {if $mem_start_date} - <tr> - <td {$labelStyle}> - {ts}Membership Start Date{/ts} - </td> - <td {$valueStyle}> - {$mem_start_date|crmDate} - </td> - </tr> - {/if} - {if $mem_end_date} - <tr> - <td {$labelStyle}> - {ts}Membership End Date{/ts} - </td> - <td {$valueStyle}> - {$mem_end_date|crmDate} - </td> - </tr> - {/if} - {/if} - - - {if $amount} - <tr> - <th {$headerStyle}> - {ts}Membership Fee{/ts} - </th> - </tr> - - {if !$useForMember and $membership_amount and $is_quick_config} - - <tr> - <td {$labelStyle}> - {ts 1=$membership_name}%1 Membership{/ts} - </td> - <td {$valueStyle}> - {$membership_amount|crmMoney} - </td> - </tr> - {if $amount && !$is_separate_payment} - <tr> - <td {$labelStyle}> - {ts}Contribution Amount{/ts} - </td> - <td {$valueStyle}> - {$amount|crmMoney} - </td> - </tr> - <tr> - <td {$labelStyle}> - {ts}Total{/ts} - </td> - <td {$valueStyle}> - {$amount+$membership_amount|crmMoney} - </td> - </tr> - {/if} - - {elseif !$useForMember && $lineItem and $priceSetID and !$is_quick_config} - - {foreach from=$lineItem item=value key=priceset} - <tr> - <td colspan="2" {$valueStyle}> - <table> {* FIXME: style this table so that it looks like the text version (justification, etc.) *} - <tr> - <th>{ts}Item{/ts}</th> - <th>{ts}Qty{/ts}</th> - <th>{ts}Each{/ts}</th> - <th>{ts}Total{/ts}</th> - </tr> - {foreach from=$value item=line} - <tr> - <td> - {$line.description|truncate:30:"..."} - </td> - <td> - {$line.qty} - </td> - <td> - {$line.unit_price|crmMoney} - </td> - <td> - {$line.line_total|crmMoney} - </td> - </tr> - {/foreach} - </table> - </td> - </tr> - {/foreach} - <tr> - <td {$labelStyle}> - {ts}Total Amount{/ts} - </td> - <td {$valueStyle}> - {$amount|crmMoney} - </td> - </tr> - - {else} - {if $useForMember && $lineItem and !$is_quick_config} - {foreach from=$lineItem item=value key=priceset} - <tr> - <td colspan="2" {$valueStyle}> - <table> {* FIXME: style this table so that it looks like the text version (justification, etc.) *} - <tr> - <th>{ts}Item{/ts}</th> - <th>{ts}Fee{/ts}</th> - {if $dataArray} - <th>{ts}SubTotal{/ts}</th> - <th>{ts}Tax Rate{/ts}</th> - <th>{ts}Tax Amount{/ts}</th> - <th>{ts}Total{/ts}</th> - {/if} - <th>{ts}Membership Start Date{/ts}</th> - <th>{ts}Membership End Date{/ts}</th> - </tr> - {foreach from=$value item=line} - <tr> - <td> - {if $line.html_type eq 'Text'}{$line.label}{else}{$line.field_title} - {$line.label}{/if} {if $line.description}<div>{$line.description|truncate:30:"..."}</div>{/if} - </td> - <td> - {$line.line_total|crmMoney} - </td> - {if $dataArray} - <td> - {$line.unit_price*$line.qty|crmMoney} - </td> - {if $line.tax_rate != "" || $line.tax_amount != ""} - <td> - {$line.tax_rate|string_format:"%.2f"}% - </td> - <td> - {$line.tax_amount|crmMoney} - </td> - {else} - <td></td> - <td></td> - {/if} - <td> - {$line.line_total+$line.tax_amount|crmMoney} - </td> - {/if} - <td> - {$line.start_date} - </td> - <td> - {$line.end_date} - </td> - </tr> - {/foreach} - </table> - </td> - </tr> - {/foreach} - {if $dataArray} - <tr> - <td {$labelStyle}> - {ts}Amount Before Tax:{/ts} - </td> - <td {$valueStyle}> - {$amount-$totalTaxAmount|crmMoney} - </td> - </tr> - {foreach from=$dataArray item=value key=priceset} - <tr> - {if $priceset || $priceset == 0} - <td> {$taxTerm} {$priceset|string_format:"%.2f"}%</td> - <td> {$value|crmMoney:$currency}</td> - {else} - <td> {ts}NO{/ts} {$taxTerm}</td> - <td> {$value|crmMoney:$currency}</td> - {/if} - </tr> - {/foreach} - {/if} - {/if} - {if $totalTaxAmount} - <tr> - <td {$labelStyle}> - {ts}Total Tax Amount{/ts} - </td> - <td {$valueStyle}> - {$totalTaxAmount|crmMoney:$currency} - </td> - </tr> - {/if} - <tr> - <td {$labelStyle}> - {ts}Amount{/ts} - </td> - <td {$valueStyle}> - {$amount|crmMoney} {if $amount_level} - {$amount_level}{/if} - </td> - </tr> - - {/if} - - - {elseif $membership_amount} - - - <tr> - <th {$headerStyle}> - {ts}Membership Fee{/ts} - </th> - </tr> - <tr> - <td {$labelStyle}> - {ts 1=$membership_name}%1 Membership{/ts} - </td> - <td {$valueStyle}> - {$membership_amount|crmMoney} - </td> - </tr> - - - {/if} - - {if $receive_date} - <tr> - <td {$labelStyle}> - {ts}Date{/ts} - </td> - <td {$valueStyle}> - {$receive_date|crmDate} - </td> - </tr> - {/if} - - {if $is_monetary and $trxn_id} - <tr> - <td {$labelStyle}> - {ts}Transaction #{/ts} - </td> - <td {$valueStyle}> - {$trxn_id} - </td> - </tr> - {/if} - - {if $membership_trx_id} - <tr> - <td {$labelStyle}> - {ts}Membership Transaction #{/ts} - </td> - <td {$valueStyle}> - {$membership_trx_id} - </td> - </tr> - {/if} - {if $is_recur} - {if $contributeMode eq 'notify' or $contributeMode eq 'directIPN'} - <tr> - <td colspan="2" {$labelStyle}> - {ts 1=$cancelSubscriptionUrl}This membership will be renewed automatically. You can cancel the auto-renewal option by <a href="%1">visiting this web page</a>.{/ts} - </td> - </tr> - {if $updateSubscriptionBillingUrl} - <tr> - <td colspan="2" {$labelStyle}> - {ts 1=$updateSubscriptionBillingUrl}You can update billing details for this automatically renewed membership by <a href="%1">visiting this web page</a>.{/ts} - </td> - </tr> - {/if} - {/if} - {/if} - - {if $honor_block_is_active} - <tr> - <th {$headerStyle}> - {$soft_credit_type} - </th> - </tr> - {foreach from=$honoreeProfile item=value key=label} - <tr> - <td {$labelStyle}> - {$label} - </td> - <td {$valueStyle}> - {$value} - </td> - </tr> - {/foreach} - {/if} - - {if $pcpBlock} - <tr> - <th {$headerStyle}> - {ts}Personal Campaign Page{/ts} - </th> - </tr> - <tr> - <td {$labelStyle}> - {ts}Display In Honor Roll{/ts} - </td> - <td {$valueStyle}> - {if $pcp_display_in_roll}{ts}Yes{/ts}{else}{ts}No{/ts}{/if} - </td> - </tr> - {if $pcp_roll_nickname} - <tr> - <td {$labelStyle}> - {ts}Nickname{/ts} - </td> - <td {$valueStyle}> - {$pcp_roll_nickname} - </td> - </tr> - {/if} - {if $pcp_personal_note} - <tr> - <td {$labelStyle}> - {ts}Personal Note{/ts} - </td> - <td {$valueStyle}> - {$pcp_personal_note} - </td> - </tr> - {/if} - {/if} - - {if $onBehalfProfile} - <tr> - <th {$headerStyle}> - {$onBehalfProfile_grouptitle} - </th> - </tr> - {foreach from=$onBehalfProfile item=onBehalfValue key=onBehalfName} - <tr> - <td {$labelStyle}> - {$onBehalfName} - </td> - <td {$valueStyle}> - {$onBehalfValue} - </td> - </tr> - {/foreach} - {/if} - - {if ! ($contributeMode eq 'notify' OR $contributeMode eq 'directIPN') and $is_monetary} - {if $is_pay_later} - <tr> - <th {$headerStyle}> - {ts}Registered Email{/ts} - </th> - </tr> - <tr> - <td colspan="2" {$valueStyle}> - {$email} - </td> - </tr> - {elseif $amount GT 0 OR $membership_amount GT 0} - <tr> - <th {$headerStyle}> - {ts}Billing Name and Address{/ts} - </th> - </tr> - <tr> - <td colspan="2" {$valueStyle}> - {$billingName}<br /> - {$address|nl2br}<br /> - {$email} - </td> - </tr> - {/if} - {/if} - - {if $contributeMode eq 'direct' AND !$is_pay_later AND ($amount GT 0 OR $membership_amount GT 0)} - <tr> - <th {$headerStyle}> - {ts}Credit Card Information{/ts} - </th> - </tr> - <tr> - <td colspan="2" {$valueStyle}> - {$credit_card_type}<br /> - {$credit_card_number}<br /> - {ts}Expires{/ts}: {$credit_card_exp_date|truncate:7:''|crmDate}<br /> - </td> - </tr> - {/if} - - {if $selectPremium} - <tr> - <th {$headerStyle}> - {ts}Premium Information{/ts} - </th> - </tr> - <tr> - <td colspan="2" {$labelStyle}> - {$product_name} - </td> - </tr> - {if $option} - <tr> - <td {$labelStyle}> - {ts}Option{/ts} - </td> - <td {$valueStyle}> - {$option} - </td> - </tr> - {/if} - {if $sku} - <tr> - <td {$labelStyle}> - {ts}SKU{/ts} - </td> - <td {$valueStyle}> - {$sku} - </td> - </tr> - {/if} - {if $start_date} - <tr> - <td {$labelStyle}> - {ts}Start Date{/ts} - </td> - <td {$valueStyle}> - {$start_date|crmDate} - </td> - </tr> - {/if} - {if $end_date} - <tr> - <td {$labelStyle}> - {ts}End Date{/ts} - </td> - <td {$valueStyle}> - {$end_date|crmDate} - </td> - </tr> - {/if} - {if $contact_email OR $contact_phone} - <tr> - <td colspan="2" {$valueStyle}> - <p>{ts}For information about this premium, contact:{/ts}</p> - {if $contact_email} - <p>{$contact_email}</p> - {/if} - {if $contact_phone} - <p>{$contact_phone}</p> - {/if} - </td> - </tr> - {/if} - {if $is_deductible AND $price} - <tr> - <td colspan="2" {$valueStyle}> - <p>{ts 1=$price|crmMoney}The value of this premium is %1. This may affect the amount of the tax deduction you can claim. Consult your tax advisor for more information.{/ts}</p> - </td> - </tr> - {/if} - {/if} - - {if $customPre} - <tr> - <th {$headerStyle}> - {$customPre_grouptitle} - </th> - </tr> - {foreach from=$customPre item=customValue key=customName} - {if ($trackingFields and ! in_array($customName, $trackingFields)) or ! $trackingFields} - <tr> - <td {$labelStyle}> - {$customName} - </td> - <td {$valueStyle}> - {$customValue} - </td> - </tr> - {/if} - {/foreach} - {/if} - - {if $customPost} - <tr> - <th {$headerStyle}> - {$customPost_grouptitle} - </th> - </tr> - {foreach from=$customPost item=customValue key=customName} - {if ($trackingFields and ! in_array($customName, $trackingFields)) or ! $trackingFields} - <tr> - <td {$labelStyle}> - {$customName} - </td> - <td {$valueStyle}> - {$customValue} - </td> - </tr> - {/if} - {/foreach} - {/if} - - </table> -</center> - -</body> -</html> diff --git a/civicrm/CRM/Upgrade/4.7.14.msg_template/message_templates/membership_online_receipt_text.tpl b/civicrm/CRM/Upgrade/4.7.14.msg_template/message_templates/membership_online_receipt_text.tpl deleted file mode 100644 index aebd6d484e..0000000000 --- a/civicrm/CRM/Upgrade/4.7.14.msg_template/message_templates/membership_online_receipt_text.tpl +++ /dev/null @@ -1,241 +0,0 @@ -{if $receipt_text} -{$receipt_text} -{/if} -{if $is_pay_later} - -=========================================================== -{$pay_later_receipt} -=========================================================== -{else} - -{ts}Please print this receipt for your records.{/ts} -{/if} - -{if $membership_assign && !$useForMember} -=========================================================== -{ts}Membership Information{/ts} - -=========================================================== -{ts}Membership Type{/ts}: {$membership_name} -{if $mem_start_date}{ts}Membership Start Date{/ts}: {$mem_start_date|crmDate} -{/if} -{if $mem_end_date}{ts}Membership End Date{/ts}: {$mem_end_date|crmDate} -{/if} - -{/if} -{if $amount} -=========================================================== -{ts}Membership Fee{/ts} - -=========================================================== -{if !$useForMember && $membership_amount && $is_quick_config} -{ts 1=$membership_name}%1 Membership{/ts}: {$membership_amount|crmMoney} -{if $amount && !$is_separate_payment } -{ts}Contribution Amount{/ts}: {$amount|crmMoney} -------------------------------------------- -{ts}Total{/ts}: {$amount+$membership_amount|crmMoney} -{/if} -{elseif !$useForMember && $lineItem and $priceSetID & !$is_quick_config} -{foreach from=$lineItem item=value key=priceset} ---------------------------------------------------------- -{capture assign=ts_item}{ts}Item{/ts}{/capture} -{capture assign=ts_qty}{ts}Qty{/ts}{/capture} -{capture assign=ts_each}{ts}Each{/ts}{/capture} -{capture assign=ts_total}{ts}Total{/ts}{/capture} -{$ts_item|string_format:"%-30s"} {$ts_qty|string_format:"%5s"} {$ts_each|string_format:"%10s"} {$ts_total|string_format:"%10s"} ----------------------------------------------------------- -{foreach from=$value item=line} -{$line.description|truncate:30:"..."|string_format:"%-30s"} {$line.qty|string_format:"%5s"} {$line.unit_price|crmMoney|string_format:"%10s"} {$line.line_total|crmMoney|string_format:"%10s"} -{/foreach} -{/foreach} - -{ts}Total Amount{/ts}: {$amount|crmMoney} -{else} -{if $useForMember && $lineItem && !$is_quick_config} -{foreach from=$lineItem item=value key=priceset} -{capture assign=ts_item}{ts}Item{/ts}{/capture} -{capture assign=ts_total}{ts}Fee{/ts}{/capture} -{if $dataArray} -{capture assign=ts_subtotal}{ts}Subtotal{/ts}{/capture} -{capture assign=ts_taxRate}{ts}Tax Rate{/ts}{/capture} -{capture assign=ts_taxAmount}{ts}Tax Amount{/ts}{/capture} -{capture assign=ts_total}{ts}Total{/ts}{/capture} -{/if} -{capture assign=ts_start_date}{ts}Membership Start Date{/ts}{/capture} -{capture assign=ts_end_date}{ts}Membership End Date{/ts}{/capture} -{$ts_item|string_format:"%-30s"} {$ts_total|string_format:"%10s"} {if $dataArray} {$ts_subtotal|string_format:"%10s"} {$ts_taxRate|string_format:"%10s"} {$ts_taxAmount|string_format:"%10s"} {$ts_total|string_format:"%10s"} {/if} {$ts_start_date|string_format:"%20s"} {$ts_end_date|string_format:"%20s"} --------------------------------------------------------------------------------------------------- - -{foreach from=$value item=line} -{capture assign=ts_item}{if $line.html_type eq 'Text'}{$line.label}{else}{$line.field_title} - {$line.label}{/if} {if $line.description} {$line.description}{/if}{/capture}{$ts_item|truncate:30:"..."|string_format:"%-30s"} {$line.line_total|crmMoney|string_format:"%10s"} {if $dataArray} {$line.unit_price*$line.qty|crmMoney:$currency|string_format:"%10s"} {if $line.tax_rate != "" || $line.tax_amount != ""} {$line.tax_rate|string_format:"%.2f"} % {$line.tax_amount|crmMoney:$currency|string_format:"%10s"} {else} {/if} {$line.line_total+$line.tax_amount|crmMoney|string_format:"%10s"} {/if} {$line.start_date|string_format:"%20s"} {$line.end_date|string_format:"%20s"} -{/foreach} -{/foreach} - -{if $dataArray} -{ts}Amount before Tax{/ts}: {$amount-$totalTaxAmount|crmMoney:$currency} - -{foreach from=$dataArray item=value key=priceset} -{if $priceset || $priceset == 0} -{$taxTerm} {$priceset|string_format:"%.2f"}%: {$value|crmMoney:$currency} -{else} -{ts}No{/ts} {$taxTerm}: {$value|crmMoney:$currency} -{/if} -{/foreach} -{/if} --------------------------------------------------------------------------------------------------- -{/if} - -{if $totalTaxAmount} -{ts}Total Tax Amount{/ts}: {$totalTaxAmount|crmMoney:$currency} -{/if} - -{ts}Amount{/ts}: {$amount|crmMoney} {if $amount_level } - {$amount_level} {/if} -{/if} -{elseif $membership_amount} -=========================================================== -{ts}Membership Fee{/ts} - -=========================================================== -{ts 1=$membership_name}%1 Membership{/ts}: {$membership_amount|crmMoney} -{/if} - -{if $receive_date} - -{ts}Date{/ts}: {$receive_date|crmDate} -{/if} -{if $is_monetary and $trxn_id} -{ts}Transaction #{/ts}: {$trxn_id} - -{/if} -{if $membership_trx_id} -{ts}Membership Transaction #{/ts}: {$membership_trx_id} - -{/if} -{if $is_recur} -{if $contributeMode eq 'notify' or $contributeMode eq 'directIPN'} -{ts 1=$cancelSubscriptionUrl}This membership will be renewed automatically. You can cancel the auto-renewal option by visiting this web page: %1.{/ts} -{if $updateSubscriptionBillingUrl} - -{ts 1=$updateSubscriptionBillingUrl}You can update billing details for this automatically renewed membership by <a href="%1">visiting this web page</a>.{/ts} -{/if} -{/if} -{/if} - -{if $honor_block_is_active } -=========================================================== -{$soft_credit_type} -=========================================================== -{foreach from=$honoreeProfile item=value key=label} -{$label}: {$value} -{/foreach} - -{/if} -{if $pcpBlock} -=========================================================== -{ts}Personal Campaign Page{/ts} - -=========================================================== -{ts}Display In Honor Roll{/ts}: {if $pcp_display_in_roll}{ts}Yes{/ts}{else}{ts}No{/ts}{/if} - -{if $pcp_roll_nickname}{ts}Nickname{/ts}: {$pcp_roll_nickname}{/if} - -{if $pcp_personal_note}{ts}Personal Note{/ts}: {$pcp_personal_note}{/if} - -{/if} -{if $onBehalfProfile} -=========================================================== -{ts}On Behalf Of{/ts} - -=========================================================== -{foreach from=$onBehalfProfile item=onBehalfValue key=onBehalfName} -{$onBehalfName}: {$onBehalfValue} -{/foreach} -{/if} - -{if !( $contributeMode eq 'notify' OR $contributeMode eq 'directIPN' ) and $is_monetary} -{if $is_pay_later} -=========================================================== -{ts}Registered Email{/ts} - -=========================================================== -{$email} -{elseif $amount GT 0 OR $membership_amount GT 0 } -=========================================================== -{ts}Billing Name and Address{/ts} - -=========================================================== -{$billingName} -{$address} - -{$email} -{/if} {* End ! is_pay_later condition. *} -{/if} -{if $contributeMode eq 'direct' AND !$is_pay_later AND ( $amount GT 0 OR $membership_amount GT 0 ) } - -=========================================================== -{ts}Credit Card Information{/ts} - -=========================================================== -{$credit_card_type} -{$credit_card_number} -{ts}Expires{/ts}: {$credit_card_exp_date|truncate:7:''|crmDate} -{/if} - -{if $selectPremium } -=========================================================== -{ts}Premium Information{/ts} - -=========================================================== -{$product_name} -{if $option} -{ts}Option{/ts}: {$option} -{/if} -{if $sku} -{ts}SKU{/ts}: {$sku} -{/if} -{if $start_date} -{ts}Start Date{/ts}: {$start_date|crmDate} -{/if} -{if $end_date} -{ts}End Date{/ts}: {$end_date|crmDate} -{/if} -{if $contact_email OR $contact_phone} - -{ts}For information about this premium, contact:{/ts} - -{if $contact_email} - {$contact_email} -{/if} -{if $contact_phone} - {$contact_phone} -{/if} -{/if} -{if $is_deductible AND $price} - -{ts 1=$price|crmMoney}The value of this premium is %1. This may affect the amount of the tax deduction you can claim. Consult your tax advisor for more information.{/ts}{/if} -{/if} - -{if $customPre} -=========================================================== -{$customPre_grouptitle} - -=========================================================== -{foreach from=$customPre item=customValue key=customName} -{if ( $trackingFields and ! in_array( $customName, $trackingFields ) ) or ! $trackingFields} - {$customName}: {$customValue} -{/if} -{/foreach} -{/if} - - -{if $customPost} -=========================================================== -{$customPost_grouptitle} - -=========================================================== -{foreach from=$customPost item=customValue key=customName} -{if ( $trackingFields and ! in_array( $customName, $trackingFields ) ) or ! $trackingFields} - {$customName}: {$customValue} -{/if} -{/foreach} -{/if} diff --git a/civicrm/CRM/Upgrade/4.7.19.msg_template/civicrm_msg_template.tpl b/civicrm/CRM/Upgrade/4.7.19.msg_template/civicrm_msg_template.tpl deleted file mode 100644 index 30cf37fa3f..0000000000 --- a/civicrm/CRM/Upgrade/4.7.19.msg_template/civicrm_msg_template.tpl +++ /dev/null @@ -1,16 +0,0 @@ -{php} - $dir = SMARTY_DIR . '/../../CRM/Upgrade/4.7.19.msg_template/message_templates'; - $templates = array(); - foreach (preg_grep('/\.tpl$/', scandir($dir)) as $filename) { - $parts = explode('_', basename($filename, '.tpl')); - $templates[] = array('type' => array_pop($parts), 'name' => implode('_', $parts), 'filename' => "$dir/$filename"); - } - $this->assign('templates', $templates); -{/php} - -{foreach from=$templates item=tpl} - {fetch assign=content file=$tpl.filename} - SELECT @workflow_id := MAX(id) FROM civicrm_option_value WHERE name = '{$tpl.name}'; - SELECT @content := msg_{$tpl.type} FROM civicrm_msg_template WHERE workflow_id = @workflow_id AND is_reserved = 1 LIMIT 1; - UPDATE civicrm_msg_template SET msg_{$tpl.type} = '{$content|escape:"quotes"}' WHERE workflow_id = @workflow_id AND (is_reserved = 1 OR (is_default = 1 AND msg_{$tpl.type} = @content)); -{/foreach} diff --git a/civicrm/CRM/Upgrade/4.7.19.msg_template/message_templates/contribution_invoice_receipt_html.tpl b/civicrm/CRM/Upgrade/4.7.19.msg_template/message_templates/contribution_invoice_receipt_html.tpl deleted file mode 100644 index 0b5633f53b..0000000000 --- a/civicrm/CRM/Upgrade/4.7.19.msg_template/message_templates/contribution_invoice_receipt_html.tpl +++ /dev/null @@ -1,458 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns = "http://www.w3.org/1999/xhtml"> - <head> - <meta http-equiv = "Content-Type" content="text/html; charset=UTF-8" /> - <title></title> - </head> - <body> - <table style = "margin-top:2px;padding-left:7px;"> - <tr> - <td><img src = "{$resourceBase}/i/civi99.png" height = "34px" width = "99px"></td> - </tr> - </table> - <center> - <table style = "padding-right:19px;font-family: Arial, Verdana, sans-serif;" width = "500" height = "100" border = "0" cellpadding = "2" cellspacing = "1"> - <tr> - <td style = "padding-left:15px;" ><b><font size = "4" align = "center">{ts}INVOICE{/ts}</font></b></td> - <td colspan = "1"></td> - <td style = "padding-left:70px;"><b><font size = "1" align = "center" >{ts}Invoice Date:{/ts}</font></b></td> - <td><font size = "1" align = "right">{$domain_organization}</font></td> - </tr> - <tr> - {if $organization_name} - <td style = "padding-left:17px;"><font size = "1" align = "center" >{$display_name} ({$organization_name})</font></td> - {else} - <td style = "padding-left:15px;"><font size = "1" align = "center" >{$display_name}</font></td> - {/if} - <td colspan = "1"></td> - <td style = "padding-left:70px;"><font size = "1" align = "right">{$invoice_date}</font></td> - <td> - <font size = "1" align = "right"> - {if $domain_street_address }{$domain_street_address}{/if} - {if $domain_supplemental_address_1 }{$domain_supplemental_address_1}{/if} - </font> - </td> - </tr> - <tr> - <td style = "padding-left:17px;"><font size = "1" align = "center">{$street_address} {$supplemental_address_1}</font></td> - <td colspan = "1"></td> - <td style = "padding-left:70px;"><b><font size = "1" align = "right">{ts}Invoice Number:{/ts}</font></b></td> - <td> - <font size = "1" align = "right"> - {if $domain_supplemental_address_2 }{$domain_supplemental_address_2}{/if} - {if $domain_state }{$domain_state}{/if} - </font> - </td> - </tr> - <tr> - <td style = "padding-left:17px;"><font size = "1" align = "center">{$supplemental_address_2} {$stateProvinceAbbreviation}</font></td> - <td colspan="1"></td> - <td style = "padding-left:70px;"><font size = "1" align = "right">{$invoice_id}</font></td> - <td> - <font size = "1" align = "right"> - {if $domain_city}{$domain_city}{/if} - {if $domain_postal_code }{$domain_postal_code}{/if} - </font> - </td> - </tr> - <tr> - <td style = "padding-left:17px;"><font size = "1" align = "right">{$city} {$postal_code}</font></td> - <td colspan="1"></td> - <td height = "10" style = "padding-left:70px;"><b><font size = "1"align = "right">{ts}Reference:{/ts}</font></b></td> - <td><font size = "1" align = "right"> {if $domain_country}{$domain_country}{/if}</font></td> - </tr> - <tr> - <td></td> - <td></td> - <td style = "padding-left:70px;"><font size = "1"align = "right">{$source}</font></td> - <td><font size = "1" align = "right"> {if $domain_phone}{$domain_phone}{/if}</font> </td> - </tr> - <tr> - <td></td> - <td></td> - <td></td> - <td><font size = "1" align = "right"> {if $domain_email}{$domain_email}{/if}</font> </td> - </tr> - </table> - <table style = "margin-top:75px;font-family: Arial, Verdana, sans-serif" width = "590" border = "0"cellpadding = "-5" cellspacing = "19" id = "desc"> - <tr> - <td colspan = "2" {$valueStyle}> - <table> {* FIXME: style this table so that it looks like the text version (justification, etc.) *} - <tr> - <th style = "padding-right:34px;text-align:left;font-weight:bold;width:200px;"><font size = "1">{ts}Description{/ts}</font></th> - <th style = "padding-left:34px;text-align:right;font-weight:bold;" ><font size = "1">{ts}Quantity{/ts}</font></th> - <th style = "padding-left:34px;text-align:right;font-weight:bold;"><font size = "1">{ts}Unit Price{/ts}</font></th> - <th style = "padding-left:34px;text-align:right;font-weight:bold;width:20px;"><font size = "1">{$taxTerm} </font></th> - <th style = "padding-left:34px;text-align:right;font-weight:bold;"><font size = "1">{ts 1=$defaultCurrency}Amount %1{/ts}</font></th> - </tr> - {foreach from=$lineItem item=value key=priceset name=taxpricevalue} - {if $smarty.foreach.taxpricevalue.index eq 0} - <tr> - <td colspan = "5" ><hr size="3" style = "color:#000;"></hr></td> - </tr> - {else} - <tr> - <td colspan = "5" style = "color:#F5F5F5;"><hr></hr></td> - </tr> - {/if} - <tr> - <td style="text-align:left;" ><font size = "1"> - {if $value.html_type eq 'Text'} - {$value.label} - {else} - {$value.field_title} - {$value.label} - {/if} - {if $value.description} - <div>{$value.description|truncate:30:"..."}</div> - {/if} - </font> - </td> - <td style = "padding-left:34px;text-align:right;"><font size = "1"> {$value.qty}</font></td> - <td style = "padding-left:34px;text-align:right;"><font size = "1"> {$value.unit_price|crmMoney:$currency}</font></td> - {if $value.tax_amount != ''} - <td style = "padding-left:34px;text-align:right;width:20px;"><font size = "1"> {$value.tax_rate}%</font></td> - {else} - <td style = "padding-left:34px;text-align:right;width:20px;"><font size = "1">{ts 1=$taxTerm}No %1{/ts}</font></td> - {/if} - <td style = "padding-left:34px;text-align:right;"><font size = "1">{$value.subTotal|crmMoney:$currency}</font></td> - </tr> - {/foreach} - <tr><td colspan = "5" style = "color:#F5F5F5;"><hr></hr></td></tr> - <tr> - <td colspan = "3"></td> - <td style = "padding-left:20px;text-align:right;"><font size = "1">{ts}Sub Total{/ts}</font></td> - <td style = "padding-left:34px;text-align:right;"><font size = "1"> {$subTotal|crmMoney:$currency}</font></td> - </tr> - {foreach from = $dataArray item = value key = priceset} - <tr> - <td colspan = "3"></td> - {if $priceset} - <td style = "padding-left:20px;text-align:right;"><font size = "1"> {ts 1=$taxTerm 2=$priceset}TOTAL %1 %2%{/ts}</font></td> - <td style = "padding-left:34px;text-align:right"><font size = "1" align = "right">{$value|crmMoney:$currency}</font> </td> - {elseif $priceset == 0} - <td style = "padding-left:20px;text-align:right;"><font size = "1">{ts 1=$taxTerm}TOTAL NO %1{/ts}</font></td> - <td style = "padding-left:34px;text-align:right"><font size = "1" align = "right">{$value|crmMoney:$currency}</font> </td> - </tr> - {/if} - {/foreach} - <tr> - <td colspan = "3"></td> - <td colspan = "2"><hr></hr></td> - </tr> - <tr> - <td colspan = "3"></td> - <td style = "padding-left:20px;text-align:right;"><b><font size = "1">{ts 1=$defaultCurrency}TOTAL %1{/ts}</font></b></td> - <td style = "padding-left:34px;text-align:right;"><font size = "1">{$amount|crmMoney:$currency}</font></td> - <td style = "padding-left:34px;"><font size = "1" align = "right"></font></td> - </tr> - {if $is_pay_later == 0} - <tr> - <td colspan = "3"></td> - <td style = "padding-left:20px;text-align:right;"><font size = "1"> - {if $contribution_status_id == $refundedStatusId} - {ts}LESS Amount Credited{/ts} - {else} - {ts}LESS Amount Paid{/ts} - {/if} - </font> - </td> - <td style = "padding-left:34px;text-align:right;"><font size = "1">{$amountPaid|crmMoney:$currency}</font></td> - </tr> - <tr> - <td colspan = "3"></td> - <td colspan = "2" ><hr></hr></td> - </tr> - <tr> - <td colspan = "3"></td> - <td style = "padding-left:20px;text-align:right;"><b><font size = "1">{ts}AMOUNT DUE:{/ts} </font></b></td> - <td style = "padding-left:34px;text-align:right;"><b><font size = "1">{$amountDue|crmMoney:$currency}</font></b></td> - <td style = "padding-left:34px;"><font size = "1" align = "right"></font></td> - </tr> - {/if} - <br/><br/><br/> - <tr> - <td colspan = "3"></td> - </tr> - {if $contribution_status_id == $pendingStatusId && $is_pay_later == 1} - <tr> - <td><b><font size = "1" align = "center">{ts 1=$dueDate}DUE DATE: %1{/ts}</font></b></td> - <td colspan = "3"></td> - </tr> - {/if} - </table> - </td> - </tr> - </table> - {if $contribution_status_id == $pendingStatusId && $is_pay_later == 1} - <table style = "margin-top:5px;padding-right:45px;"> - <tr> - <td><img src = "{$resourceBase}/i/contribute/cut_line.png" height = "15" width = "630"></td> - </tr> - </table> - <table style = "margin-top:6px;padding-right:20px;font-family: Arial, Verdana, sans-serif" width = "480" border = "0"cellpadding = "-5" cellspacing="19" id = "desc"> - <tr> - <td width="60%"><b><font size = "4" align = "right">{ts}PAYMENT ADVICE{/ts}</font></b> <br/><br/> <font size = "1" align = "right"><b>{ts}To: {/ts}</b><div style="width:17em;word-wrap:break-word;"> - {$domain_organization} <br /> - {$domain_street_address} {$domain_supplemental_address_1} <br /> - {$domain_supplemental_address_2} {$domain_state} <br /> - {$domain_city} {$domain_postal_code} <br /> - {$domain_country} <br /> - {$domain_phone} <br /> - {$domain_email}</div> - </font><br/><br/><font size="1" align="right">{$notes}</font> - </td> - <td width="40%"> - <table cellpadding = "-10" cellspacing = "22" align="right" > - <tr> - <td colspan = "2"></td> - <td><font size = "1" align = "right" style="font-weight:bold;">{ts}Customer: {/ts}</font></td> - <td ><font size = "1" align = "right">{$display_name}</font></td> - </tr> - <tr> - <td colspan = "2"></td> - <td><font size = "1" align = "right" style="font-weight:bold;">{ts}Invoice Number: {/ts}</font></td> - <td><font size = "1" align = "right">{$invoice_id}</font></td> - </tr> - <tr><td colspan = "5"style = "color:#F5F5F5;"><hr></hr></td></tr> - {if $is_pay_later == 1} - <tr> - <td colspan = "2"></td> - <td><font size = "1" align = "right" style="font-weight:bold;">{ts}Amount Due:{/ts}</font></td> - <td><font size = "1" align = "right" style="font-weight:bold;">{$amount|crmMoney:$currency}</font></td> - </tr> - {else} - <tr> - <td colspan = "2"></td> - <td><font size = "1" align = "right" style="font-weight:bold;">{ts}Amount Due: {/ts}</font></td> - <td><font size = "1" align = "right" style="font-weight:bold;">{$amountDue|crmMoney:$currency}</font></td> - </tr> - {/if} - <tr> - <td colspan = "2"></td> - <td><font size = "1" align = "right" style="font-weight:bold;">{ts}Due Date: {/ts}</font></td> - <td><font size = "1" align = "right">{$dueDate}</font></td> - </tr> - <tr> - <td colspan = "5" style = "color:#F5F5F5;"><hr></hr></td> - </tr> - </table> - </td> - </tr> - </table> - {/if} - - {if $contribution_status_id == $refundedStatusId || $contribution_status_id == $cancelledStatusId} - <table style = "margin-top:2px;padding-left:7px;page-break-before: always;"> - <tr> - <td><img src = "{$resourceBase}/i/civi99.png" height = "34px" width = "99px"></td> - </tr> - </table> - <center> - - <table style = "padding-right:19px;font-family: Arial, Verdana, sans-serif" width = "500" height = "100" border = "0" cellpadding = "2" cellspacing = "1"> - <tr> - <td style = "padding-left:15px;" ><b><font size = "4" align = "center">{ts}CREDIT NOTE{/ts}</font></b></td> - <td colspan = "1"></td> - <td style = "padding-left:70px;"><b><font size = "1" align = "right">{ts}Date:{/ts}</font></b></td> - <td><font size = "1" align = "right">{$domain_organization}</font></td> - </tr> - <tr> - {if $organization_name} - <td style = "padding-left:17px;"><font size = "1" align = "center">{$display_name} ({$organization_name})</font></td> - {else} - <td style = "padding-left:17px;"><font size = "1" align = "center">{$display_name}</font></td> - {/if} - <td colspan = "1"></td> - <td style = "padding-left:70px;"><font size = "1" align = "right">{$invoice_date}</font></td> - <td> - <font size = "1" align = "right"> - {if $domain_street_address }{$domain_street_address}{/if} - {if $domain_supplemental_address_1 }{$domain_supplemental_address_1}{/if} - </font> - </td> - </tr> - <tr> - <td style = "padding-left:17px;"><font size = "1" align = "center">{$street_address} {$supplemental_address_1}</font></td> - <td colspan = "1"></td> - <td style = "padding-left:70px;"><b><font size = "1" align = "right">{ts}Credit Note Number:{/ts}</font></b></td> - <td> - <font size = "1" align = "right"> - {if $domain_supplemental_address_2 }{$domain_supplemental_address_2}{/if} - {if $domain_state }{$domain_state}{/if} - </font> - </td> - </tr> - <tr> - <td style = "padding-left:17px;"><font size = "1" align = "center">{$supplemental_address_2} {$stateProvinceAbbreviation}</font></td> - <td colspan="1"></td> - <td style = "padding-left:70px;"><font size = "1" align = "right">{$creditnote_id}</font></td> - <td> - <font size = "1" align = "right"> - {if $domain_city}{$domain_city}{/if} - {if $domain_postal_code }{$domain_postal_code}{/if} - </font> - </td> - </tr> - <tr> - <td style = "padding-left:17px;"><font size = "1" align = "right">{$city} {$postal_code}</font></td> - <td colspan="1"></td> - <td height = "10" style = "padding-left:70px;"><b><font size = "1"align = "right">{ts}Reference:{/ts}</font></b></td> - <td> - <font size = "1" align = "right"> - {if $domain_country}{$domain_country}{/if} - </font> - </td> - </tr> - <tr> - <td></td> - <td></td> - <td style = "padding-left:70px;"><font size = "1"align = "right">{$source}</font></td> - <td> - <font size = "1" align = "right"> - {if $domain_phone}{$domain_phone}{/if} - </font> - </td> - </tr> - <tr> - <td></td> - <td></td> - <td></td> - <td> - <font size = "1" align = "right"> - {if $domain_email}{$domain_email}{/if} - </font> - </td> - </tr> - </table> - - <table style = "margin-top:75px;font-family: Arial, Verdana, sans-serif" width = "590" border = "0"cellpadding = "-5" cellspacing = "19" id = "desc"> - <tr> - <td colspan = "2" {$valueStyle}> - <table> {* FIXME: style this table so that it looks like the text version (justification, etc.) *} - <tr> - <th style = "padding-right:28px;text-align:left;font-weight:bold;width:200px;"><font size = "1">{ts}Description{/ts}</font></th> - <th style = "padding-left:28px;text-align:right;font-weight:bold;"><font size = "1">{ts}Quantity{/ts}</font></th> - <th style = "padding-left:28px;text-align:right;font-weight:bold;"><font size = "1">{ts}Unit Price{/ts}</font></th> - <th style = "padding-left:28px;text-align:right;font-weight:bold;"><font size = "1">{$taxTerm} </font></th> - <th style = "padding-left:28px;text-align:right;font-weight:bold;"><font size = "1">{ts 1=$defaultCurrency}Amount %1{/ts}</font></th> - </tr> - {foreach from=$lineItem item=value key=priceset name=pricevalue} - {if $smarty.foreach.pricevalue.index eq 0} - <tr><td colspan = "5" ><hr size="3" style = "color:#000;"></hr></td></tr> - {else} - <tr><td colspan = "5" style = "color:#F5F5F5;"><hr></hr></td></tr> - {/if} - <tr> - <td style ="text-align:left;" > - <font size = "1"> - {if $value.html_type eq 'Text'} - {$value.label} - {else} - {$value.field_title} - {$value.label} - {/if} - {if $value.description} - <div>{$value.description|truncate:30:"..."}</div> - {/if} - </font> - </td> - <td style = "padding-left:28px;text-align:right;"><font size = "1"> {$value.qty}</font></td> - <td style = "padding-left:28px;text-align:right;"><font size = "1"> {$value.unit_price|crmMoney:$currency}</font></td> - {if $value.tax_amount != ''} - <td style = "padding-left:28px;text-align:right;"><font size = "1"> {$value.tax_rate}%</font></td> - {else} - <td style = "padding-left:28px;text-align:right"><font size = "1" >{ts 1=$taxTerm}No %1{/ts}</font></td> - {/if} - <td style = "padding-left:28px;text-align:right;"><font size = "1" >{$value.subTotal|crmMoney:$currency}</font></td> - </tr> - {/foreach} - <tr><td colspan = "5" style = "color:#F5F5F5;"><hr></hr></td></tr> - <tr> - <td colspan = "3"></td> - <td style = "padding-left:28px;text-align:right;"><font size = "1">{ts}Sub Total{/ts}</font></td> - <td style = "padding-left:28px;text-align:right;"><font size = "1"> {$subTotal|crmMoney:$currency}</font></td> - </tr> - {foreach from = $dataArray item = value key = priceset} - <tr> - <td colspan = "3"></td> - {if $priceset} - <td style = "padding-left:28px;text-align:right;"><font size = "1"> {ts 1=$taxTerm 2=$priceset}TOTAL %1 %2%{/ts}</font></td> - <td style = "padding-left:28px;text-align:right;"><font size = "1" align = "right">{$value|crmMoney:$currency}</font> </td> - {elseif $priceset == 0} - <td style = "padding-left:28px;text-align:right;"><font size = "1">{ts 1=$taxTerm}TOTAL NO %1{/ts}</font></td> - <td style = "padding-left:28px;text-align:right;"><font size = "1" align = "right">{$value|crmMoney:$currency}</font> </td> - </tr> - {/if} - {/foreach} - <tr> - <td colspan = "3"></td> - <td colspan = "2"><hr></hr></td> - </tr> - <tr> - <td colspan = "3"></td> - <td style = "padding-left:28px;text-align:right;"><b><font size = "1">{ts 1=$defaultCurrency}TOTAL %1{/ts}</font></b></td> - <td style = "padding-left:28px;text-align:right;"><font size = "1">{$amount|crmMoney:$currency}</font></td> - </tr> - {if $is_pay_later == 0} - <tr> - <td colspan = "3"></td> - <td style = "padding-left:28px;text-align:right;"><font size = "1" >{ts}LESS Credit to invoice(s){/ts}</font></td> - <td style = "padding-left:28px;text-align:right;"><font size = "1">{$amount|crmMoney:$currency}</font></td> - </tr> - <tr> - <td colspan = "3"></td> - <td colspan = "2" ><hr></hr></td> - </tr> - <tr> - <td colspan = "3"></td> - <td style = "padding-left:28px;text-align:right;"><b><font size = "1">{ts}REMAINING CREDIT{/ts}</font></b></td> - <td style = "padding-left:28px;text-align:right;"><b><font size = "1">{$amountDue|crmMoney:$currency}</font></b></td> - <td style = "padding-left:28px;"><font size = "1" align = "right"></font></td> - </tr> - {/if} - <br/><br/><br/> - <tr> - <td colspan = "3"></td> - </tr> - <tr> - <td></td> - <td colspan = "3"></td> - </tr> - </table> - </td> - </tr> - </table> - <table style = "margin-top:5px;padding-right:45px;"> - <tr> - <td><img src = "{$resourceBase}/i/contribute/cut_line.png" height = "15" width = "630"></td> - </tr> - </table> - - <table style = "margin-top:6px;padding-right:20px;font-family: Arial, Verdana, sans-serif" width = "507" border = "0"cellpadding = "-5" cellspacing="19" id = "desc"> - <tr> - <td width="60%"><font size = "4" align = "right"><b>{ts}CREDIT ADVICE{/ts}</b><br/><br /><div style="font-size:10px;max-width:300px;">{ts}Please do not pay on this advice. Deduct the amount of this Credit Note from your next payment to us{/ts}</div><br/></font></td> - <td width="40%"> - <table align="right" > - <tr> - <td colspan = "2"></td> - <td><font size = "1" align = "right" style="font-weight:bold;">{ts}Customer:{/ts} </font></td> - <td><font size = "1" align = "right" >{$display_name}</font></td> - </tr> - <tr> - <td colspan = "2"></td> - <td><font size = "1" align = "right" style="font-weight:bold;">{ts}Credit Note#:{/ts} </font></td> - <td><font size = "1" align = "right">{$creditnote_id}</font></td> - </tr> - <tr><td colspan = "5"style = "color:#F5F5F5;"><hr></hr></td></tr> - <tr> - <td colspan = "2"></td> - <td><font size = "1" align = "right" style="font-weight:bold;">{ts}Credit Amount:{/ts}</font></td> - <td width='50px'><font size = "1" align = "right" style="font-weight:bold;">{$amount|crmMoney:$currency}</font></td> - </tr> - </table> - </td> - </tr> - </table> - {/if} - </center> - </body> -</html> diff --git a/civicrm/CRM/Upgrade/4.7.19.msg_template/message_templates/payment_or_refund_notification_html.tpl b/civicrm/CRM/Upgrade/4.7.19.msg_template/message_templates/payment_or_refund_notification_html.tpl deleted file mode 100644 index 709d7915d9..0000000000 --- a/civicrm/CRM/Upgrade/4.7.19.msg_template/message_templates/payment_or_refund_notification_html.tpl +++ /dev/null @@ -1,253 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head> - <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> - <title></title> -</head> -<body> - -{capture assign=headerStyle}colspan="2" style="text-align: left; padding: 4px; border-bottom: 1px solid #999; background-color: #eee;"{/capture} -{capture assign=labelStyle }style="padding: 4px; border-bottom: 1px solid #999; background-color: #f7f7f7;"{/capture} -{capture assign=valueStyle }style="padding: 4px; border-bottom: 1px solid #999;"{/capture} -{capture assign=emptyBlockStyle }style="padding: 10px; border-bottom: 1px solid #999;background-color: #f7f7f7;"{/capture} -{capture assign=emptyBlockValueStyle }style="padding: 10px; border-bottom: 1px solid #999;"{/capture} - -<p>Dear {$contactDisplayName}</p> -<center> - <table width="620" border="0" cellpadding="0" cellspacing="0" id="crm-event_receipt" style="font-family: Arial, Verdana, sans-serif; text-align: left;"> - - <!-- BEGIN HEADER --> - <!-- You can add table row(s) here with logo or other header elements --> - <!-- END HEADER --> - - <!-- BEGIN CONTENT --> - - <tr> - <td> - {if $isRefund} - <p>{ts}A refund has been issued based on changes in your registration selections.{/ts}</p> - {else} - <p>{ts}A payment has been received.{/ts}</p> - {/if} - <p>{ts}Please print this confirmation for your records.{/ts}</p> - </td> - </tr> - <tr> - <td> - <table style="border: 1px solid #999; margin: 1em 0em 1em; border-collapse: collapse; width:100%;"> - {if $isRefund} - <tr> - <th {$headerStyle}>{ts}Refund Details{/ts}</th> - </tr> - <tr> - <td {$labelStyle}> - {ts}Total Amount{/ts} - </td> - <td {$valueStyle}> - {$totalAmount|crmMoney} - </td> - </tr> - <tr> - <td {$labelStyle}> - {ts}You Paid{/ts} - </td> - <td {$valueStyle}> - {$totalPaid|crmMoney} - </td> - </tr> - <tr> - <td {$labelStyle}> - {ts}Refund Amount{/ts} - </td> - <td {$valueStyle}> - {$refundAmount|crmMoney} - <td> - </tr> - {else} - <tr> - <th {$headerStyle}>{ts}Payment Details{/ts}</th> - </tr> - <tr> - <td {$labelStyle}> - {ts}Total Amount{/ts} - </td> - <td {$valueStyle}> - {$totalAmount|crmMoney} - </td> - </tr> - <tr> - <td {$labelStyle}> - {ts}This Payment Amount{/ts} - </td> - <td {$valueStyle}> - {$paymentAmount|crmMoney} - </td> - </tr> - <tr> - <td {$labelStyle}> - {ts}Balance Owed{/ts} - </td> - <td {$valueStyle}> - {$amountOwed|crmMoney} - </td> {* This will be zero after final payment. *} - </tr> - <tr> <td {$emptyBlockStyle}></td> - <td {$emptyBlockValueStyle}></td></tr> - {if $paymentsComplete} - <tr> - <td colspan='2' {$valueStyle}> - {ts}Thank you for completing payment.{/ts} - </td> - </tr> - {/if} - {/if} - {if $receive_date} - <tr> - <td {$labelStyle}> - {ts}Transaction Date{/ts} - </td> - <td {$valueStyle}> - {$receive_date|crmDate} - </td> - </tr> - {/if} - {if $trxn_id} - <tr> - <td {$labelStyle}> - {ts}Transaction #{/ts} - </td> - <td {$valueStyle}> - {$trxn_id} - </td> - </tr> - {/if} - {if $paidBy} - <tr> - <td {$labelStyle}> - {ts}Paid By{/ts} - </td> - <td {$valueStyle}> - {$paidBy} - </td> - </tr> - {/if} - {if $checkNumber} - <tr> - <td {$labelStyle}> - {ts}Check Number{/ts} - </td> - <td {$valueStyle}> - {$checkNumber} - </td> - </tr> - {/if} - </table> - </td> - </tr> - <tr> - <td> - <table style="border: 1px solid #999; margin: 1em 0em 1em; border-collapse: collapse; width:100%;"> - {if $contributeMode eq 'direct' and !$isAmountzero} - <tr> - <th {$headerStyle}> - {ts}Billing Name and Address{/ts} - </th> - </tr> - <tr> - <td colspan="2" {$valueStyle}> - {$billingName}<br /> - {$address|nl2br} - </td> - </tr> - {/if} - {if $contributeMode eq'direct' and !$isAmountzero} - <tr> - <th {$headerStyle}> - {ts}Credit Card Information{/ts} - </th> - </tr> - <tr> - <td colspan="2" {$valueStyle}> - {$credit_card_type}<br /> - {$credit_card_number}<br /> - {ts}Expires:{/ts} {$credit_card_exp_date|truncate:7:''|crmDate} - </td> - </tr> - {/if} - {if $component eq 'event'} - <tr> - <th {$headerStyle}> - {ts}Event Information and Location{/ts} - </th> - </tr> - <tr> - <td colspan="2" {$valueStyle}> - {$event.event_title}<br /> - {$event.event_start_date|crmDate}{if $event.event_end_date}-{if $event.event_end_date|date_format:"%Y%m%d" == $event.event_start_date|date_format:"%Y%m%d"}{$event.event_end_date|crmDate:0:1}{else}{$event.event_end_date|crmDate}{/if}{/if} - </td> - </tr> - - {if $event.participant_role} - <tr> - <td {$labelStyle}> - {ts}Participant Role{/ts} - </td> - <td {$valueStyle}> - {$event.participant_role} - </td> - </tr> - {/if} - - {if $isShowLocation} - <tr> - <td colspan="2" {$valueStyle}> - {$location.address.1.display|nl2br} - </td> - </tr> - {/if} - - {if $location.phone.1.phone || $location.email.1.email} - <tr> - <td colspan="2" {$labelStyle}> - {ts}Event Contacts:{/ts} - </td> - </tr> - {foreach from=$location.phone item=phone} - {if $phone.phone} - <tr> - <td {$labelStyle}> - {if $phone.phone_type} - {$phone.phone_type_display} - {else} - {ts}Phone{/ts} - {/if} - </td> - <td {$valueStyle}> - {$phone.phone} {if $phone.phone_ext} {ts}ext.{/ts} {$phone.phone_ext}{/if} - </td> - </tr> - {/if} - {/foreach} - {foreach from=$location.email item=eventEmail} - {if $eventEmail.email} - <tr> - <td {$labelStyle}> - {ts}Email{/ts} - </td> - <td {$valueStyle}> - {$eventEmail.email} - </td> - </tr> - {/if} - {/foreach} - {/if} {*phone block close*} - {/if} - </table> - </td> - </tr> - - </table> - </center> - - </body> -</html> diff --git a/civicrm/CRM/Upgrade/4.7.19.msg_template/message_templates/payment_or_refund_notification_text.tpl b/civicrm/CRM/Upgrade/4.7.19.msg_template/message_templates/payment_or_refund_notification_text.tpl deleted file mode 100644 index c713864c05..0000000000 --- a/civicrm/CRM/Upgrade/4.7.19.msg_template/message_templates/payment_or_refund_notification_text.tpl +++ /dev/null @@ -1,102 +0,0 @@ -Dear {$contactDisplayName} -{if $isRefund} -{ts}A refund has been issued based on changes in your registration selections.{/ts} -{else} -{ts}A payment has been received.{/ts} -{/if} - -{ts}Please print this confirmation for your records.{/ts} - -{if $isRefund} -=============================================================================== - -{ts}Refund Details{/ts} - -=============================================================================== -{ts}Total Fees{/ts}: {$totalAmount|crmMoney} -{ts}You Paid{/ts}: {$totalPaid|crmMoney} ------------------------------------------------------------------------------------- -{ts}Refund Amount{/ts}: {$refundAmount|crmMoney} - -{else} -=============================================================================== - -{ts}Payment Details{/ts} - -=============================================================================== -{ts}Total Fees{/ts}: {$totalAmount|crmMoney} -{ts}This Payment Amount{/ts}: {$paymentAmount|crmMoney} ------------------------------------------------------------------------------------- -{ts}Balance Owed{/ts}: {$amountOwed|crmMoney} {* This will be zero after final payment. *} - -{if $paymentsComplete} - -{ts}Thank you for completing payment.{/ts} -{/if} -{/if} -{if $receive_date} -{ts}Transaction Date{/ts}: {$receive_date|crmDate} -{/if} -{if $trxn_id} -{ts}Transaction #{/ts}: {$trxn_id} -{/if} -{if $paidBy} -{ts}Paid By{/ts}: {$paidBy} -{/if} -{if $checkNumber} -{ts}Check Number{/ts}: {$checkNumber} -{/if} -{if $contributeMode eq 'direct' and !$isAmountzero} - -=============================================================================== - -{ts}Billing Name and Address{/ts} - -=============================================================================== - -{$billingName} -{$address} -{/if} - -{if $contributeMode eq 'direct' and !$isAmountzero} -=========================================================== -{ts}Credit Card Information{/ts} - -=============================================================================== - -{$credit_card_type} -{$credit_card_number} -{ts}Expires{/ts}: {$credit_card_exp_date|truncate:7:''|crmDate} -{/if} -{if $component eq 'event'} -=============================================================================== - -{ts}Event Information and Location{/ts} - -=============================================================================== - -{$event.event_title} -{$event.event_start_date|crmDate}{if $event.event_end_date}-{if $event.event_end_date|date_format:"%Y%m%d" == $event.event_start_date|date_format:"%Y%m%d"}{$event.event_end_date|crmDate:0:1}{else}{$event.event_end_date|crmDate}{/if}{/if} - -{if $event.participant_role} -{ts}Participant Role{/ts}: {$event.participant_role} -{/if} - -{if $isShowLocation} -{$location.address.1.display|strip_tags:false} -{/if}{*End of isShowLocation condition*} - -{if $location.phone.1.phone || $location.email.1.email} - -{ts}Event Contacts:{/ts} -{foreach from=$location.phone item=phone} -{if $phone.phone} - -{if $phone.phone_type}{$phone.phone_type_display}{else}{ts}Phone{/ts}{/if}: {$phone.phone}{/if} {if $phone.phone_ext} {ts}ext.{/ts} {$phone.phone_ext}{/if} -{/foreach} -{foreach from=$location.email item=eventEmail} -{if $eventEmail.email} - -{ts}Email{/ts}: {$eventEmail.email}{/if}{/foreach} -{/if} -{/if} diff --git a/civicrm/CRM/Upgrade/4.7.23.msg_template/civicrm_msg_template.tpl b/civicrm/CRM/Upgrade/4.7.23.msg_template/civicrm_msg_template.tpl deleted file mode 100644 index cfb6dabe04..0000000000 --- a/civicrm/CRM/Upgrade/4.7.23.msg_template/civicrm_msg_template.tpl +++ /dev/null @@ -1,16 +0,0 @@ -{php} - $dir = SMARTY_DIR . '/../../CRM/Upgrade/4.7.23.msg_template/message_templates'; - $templates = array(); - foreach (preg_grep('/\.tpl$/', scandir($dir)) as $filename) { - $parts = explode('_', basename($filename, '.tpl')); - $templates[] = array('type' => array_pop($parts), 'name' => implode('_', $parts), 'filename' => "$dir/$filename"); - } - $this->assign('templates', $templates); -{/php} - -{foreach from=$templates item=tpl} - {fetch assign=content file=$tpl.filename} - SELECT @workflow_id := MAX(id) FROM civicrm_option_value WHERE name = '{$tpl.name}'; - SELECT @content := msg_{$tpl.type} FROM civicrm_msg_template WHERE workflow_id = @workflow_id AND is_reserved = 1 LIMIT 1; - UPDATE civicrm_msg_template SET msg_{$tpl.type} = '{$content|escape:"quotes"}' WHERE workflow_id = @workflow_id AND (is_reserved = 1 OR (is_default = 1 AND msg_{$tpl.type} = @content)); -{/foreach} diff --git a/civicrm/CRM/Upgrade/4.7.23.msg_template/message_templates/contribution_invoice_receipt_html.tpl b/civicrm/CRM/Upgrade/4.7.23.msg_template/message_templates/contribution_invoice_receipt_html.tpl deleted file mode 100644 index 75d7bf006c..0000000000 --- a/civicrm/CRM/Upgrade/4.7.23.msg_template/message_templates/contribution_invoice_receipt_html.tpl +++ /dev/null @@ -1,458 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns = "http://www.w3.org/1999/xhtml"> - <head> - <meta http-equiv = "Content-Type" content="text/html; charset=UTF-8" /> - <title></title> - </head> - <body> - <table style = "margin-top:2px;padding-left:7px;"> - <tr> - <td><img src = "{$resourceBase}/i/civi99.png" height = "34px" width = "99px"></td> - </tr> - </table> - <center> - <table style = "padding-right:19px;font-family: Arial, Verdana, sans-serif;" width = "500" height = "100" border = "0" cellpadding = "2" cellspacing = "1"> - <tr> - <td style = "padding-left:15px;" ><b><font size = "4" align = "center">{ts}INVOICE{/ts}</font></b></td> - <td colspan = "1"></td> - <td style = "padding-left:70px;"><b><font size = "1" align = "center" >{ts}Invoice Date:{/ts}</font></b></td> - <td><font size = "1" align = "right">{$domain_organization}</font></td> - </tr> - <tr> - {if $organization_name} - <td style = "padding-left:17px;"><font size = "1" align = "center" >{$display_name} ({$organization_name})</font></td> - {else} - <td style = "padding-left:15px;"><font size = "1" align = "center" >{$display_name}</font></td> - {/if} - <td colspan = "1"></td> - <td style = "padding-left:70px;"><font size = "1" align = "right">{$invoice_date}</font></td> - <td> - <font size = "1" align = "right"> - {if $domain_street_address }{$domain_street_address}{/if} - {if $domain_supplemental_address_1 }{$domain_supplemental_address_1}{/if} - </font> - </td> - </tr> - <tr> - <td style = "padding-left:17px;"><font size = "1" align = "center">{$street_address} {$supplemental_address_1}</font></td> - <td colspan = "1"></td> - <td style = "padding-left:70px;"><b><font size = "1" align = "right">{ts}Invoice Number:{/ts}</font></b></td> - <td> - <font size = "1" align = "right"> - {if $domain_supplemental_address_2 }{$domain_supplemental_address_2}{/if} - {if $domain_state }{$domain_state}{/if} - </font> - </td> - </tr> - <tr> - <td style = "padding-left:17px;"><font size = "1" align = "center">{$supplemental_address_2} {$stateProvinceAbbreviation}</font></td> - <td colspan="1"></td> - <td style = "padding-left:70px;"><font size = "1" align = "right">{$invoice_number}</font></td> - <td> - <font size = "1" align = "right"> - {if $domain_city}{$domain_city}{/if} - {if $domain_postal_code }{$domain_postal_code}{/if} - </font> - </td> - </tr> - <tr> - <td style = "padding-left:17px;"><font size = "1" align = "right">{$city} {$postal_code}</font></td> - <td colspan="1"></td> - <td height = "10" style = "padding-left:70px;"><b><font size = "1"align = "right">{ts}Reference:{/ts}</font></b></td> - <td><font size = "1" align = "right"> {if $domain_country}{$domain_country}{/if}</font></td> - </tr> - <tr> - <td></td> - <td></td> - <td style = "padding-left:70px;"><font size = "1"align = "right">{$source}</font></td> - <td><font size = "1" align = "right"> {if $domain_phone}{$domain_phone}{/if}</font> </td> - </tr> - <tr> - <td></td> - <td></td> - <td></td> - <td><font size = "1" align = "right"> {if $domain_email}{$domain_email}{/if}</font> </td> - </tr> - </table> - <table style = "margin-top:75px;font-family: Arial, Verdana, sans-serif" width = "590" border = "0"cellpadding = "-5" cellspacing = "19" id = "desc"> - <tr> - <td colspan = "2" {$valueStyle}> - <table> {* FIXME: style this table so that it looks like the text version (justification, etc.) *} - <tr> - <th style = "padding-right:34px;text-align:left;font-weight:bold;width:200px;"><font size = "1">{ts}Description{/ts}</font></th> - <th style = "padding-left:34px;text-align:right;font-weight:bold;" ><font size = "1">{ts}Quantity{/ts}</font></th> - <th style = "padding-left:34px;text-align:right;font-weight:bold;"><font size = "1">{ts}Unit Price{/ts}</font></th> - <th style = "padding-left:34px;text-align:right;font-weight:bold;width:20px;"><font size = "1">{$taxTerm} </font></th> - <th style = "padding-left:34px;text-align:right;font-weight:bold;"><font size = "1">{ts 1=$defaultCurrency}Amount %1{/ts}</font></th> - </tr> - {foreach from=$lineItem item=value key=priceset name=taxpricevalue} - {if $smarty.foreach.taxpricevalue.index eq 0} - <tr> - <td colspan = "5" ><hr size="3" style = "color:#000;"></hr></td> - </tr> - {else} - <tr> - <td colspan = "5" style = "color:#F5F5F5;"><hr></hr></td> - </tr> - {/if} - <tr> - <td style="text-align:left;" ><font size = "1"> - {if $value.html_type eq 'Text'} - {$value.label} - {else} - {$value.field_title} - {$value.label} - {/if} - {if $value.description} - <div>{$value.description|truncate:30:"..."}</div> - {/if} - </font> - </td> - <td style = "padding-left:34px;text-align:right;"><font size = "1"> {$value.qty}</font></td> - <td style = "padding-left:34px;text-align:right;"><font size = "1"> {$value.unit_price|crmMoney:$currency}</font></td> - {if $value.tax_amount != ''} - <td style = "padding-left:34px;text-align:right;width:20px;"><font size = "1"> {$value.tax_rate}%</font></td> - {else} - <td style = "padding-left:34px;text-align:right;width:20px;"><font size = "1">{ts 1=$taxTerm}No %1{/ts}</font></td> - {/if} - <td style = "padding-left:34px;text-align:right;"><font size = "1">{$value.subTotal|crmMoney:$currency}</font></td> - </tr> - {/foreach} - <tr><td colspan = "5" style = "color:#F5F5F5;"><hr></hr></td></tr> - <tr> - <td colspan = "3"></td> - <td style = "padding-left:20px;text-align:right;"><font size = "1">{ts}Sub Total{/ts}</font></td> - <td style = "padding-left:34px;text-align:right;"><font size = "1"> {$subTotal|crmMoney:$currency}</font></td> - </tr> - {foreach from = $dataArray item = value key = priceset} - <tr> - <td colspan = "3"></td> - {if $priceset} - <td style = "padding-left:20px;text-align:right;"><font size = "1"> {ts 1=$taxTerm 2=$priceset}TOTAL %1 %2%{/ts}</font></td> - <td style = "padding-left:34px;text-align:right"><font size = "1" align = "right">{$value|crmMoney:$currency}</font> </td> - {elseif $priceset == 0} - <td style = "padding-left:20px;text-align:right;"><font size = "1">{ts 1=$taxTerm}TOTAL NO %1{/ts}</font></td> - <td style = "padding-left:34px;text-align:right"><font size = "1" align = "right">{$value|crmMoney:$currency}</font> </td> - </tr> - {/if} - {/foreach} - <tr> - <td colspan = "3"></td> - <td colspan = "2"><hr></hr></td> - </tr> - <tr> - <td colspan = "3"></td> - <td style = "padding-left:20px;text-align:right;"><b><font size = "1">{ts 1=$defaultCurrency}TOTAL %1{/ts}</font></b></td> - <td style = "padding-left:34px;text-align:right;"><font size = "1">{$amount|crmMoney:$currency}</font></td> - <td style = "padding-left:34px;"><font size = "1" align = "right"></font></td> - </tr> - {if $is_pay_later == 0} - <tr> - <td colspan = "3"></td> - <td style = "padding-left:20px;text-align:right;"><font size = "1"> - {if $contribution_status_id == $refundedStatusId} - {ts}LESS Amount Credited{/ts} - {else} - {ts}LESS Amount Paid{/ts} - {/if} - </font> - </td> - <td style = "padding-left:34px;text-align:right;"><font size = "1">{$amountPaid|crmMoney:$currency}</font></td> - </tr> - <tr> - <td colspan = "3"></td> - <td colspan = "2" ><hr></hr></td> - </tr> - <tr> - <td colspan = "3"></td> - <td style = "padding-left:20px;text-align:right;"><b><font size = "1">{ts}AMOUNT DUE:{/ts} </font></b></td> - <td style = "padding-left:34px;text-align:right;"><b><font size = "1">{$amountDue|crmMoney:$currency}</font></b></td> - <td style = "padding-left:34px;"><font size = "1" align = "right"></font></td> - </tr> - {/if} - <br/><br/><br/> - <tr> - <td colspan = "3"></td> - </tr> - {if $contribution_status_id == $pendingStatusId && $is_pay_later == 1} - <tr> - <td><b><font size = "1" align = "center">{ts 1=$dueDate}DUE DATE: %1{/ts}</font></b></td> - <td colspan = "3"></td> - </tr> - {/if} - </table> - </td> - </tr> - </table> - {if $contribution_status_id == $pendingStatusId && $is_pay_later == 1} - <table style = "margin-top:5px;padding-right:45px;"> - <tr> - <td><img src = "{$resourceBase}/i/contribute/cut_line.png" height = "15" width = "630"></td> - </tr> - </table> - <table style = "margin-top:6px;padding-right:20px;font-family: Arial, Verdana, sans-serif" width = "480" border = "0"cellpadding = "-5" cellspacing="19" id = "desc"> - <tr> - <td width="60%"><b><font size = "4" align = "right">{ts}PAYMENT ADVICE{/ts}</font></b> <br/><br/> <font size = "1" align = "right"><b>{ts}To: {/ts}</b><div style="width:17em;word-wrap:break-word;"> - {$domain_organization} <br /> - {$domain_street_address} {$domain_supplemental_address_1} <br /> - {$domain_supplemental_address_2} {$domain_state} <br /> - {$domain_city} {$domain_postal_code} <br /> - {$domain_country} <br /> - {$domain_phone} <br /> - {$domain_email}</div> - </font><br/><br/><font size="1" align="right">{$notes}</font> - </td> - <td width="40%"> - <table cellpadding = "-10" cellspacing = "22" align="right" > - <tr> - <td colspan = "2"></td> - <td><font size = "1" align = "right" style="font-weight:bold;">{ts}Customer: {/ts}</font></td> - <td ><font size = "1" align = "right">{$display_name}</font></td> - </tr> - <tr> - <td colspan = "2"></td> - <td><font size = "1" align = "right" style="font-weight:bold;">{ts}Invoice Number: {/ts}</font></td> - <td><font size = "1" align = "right">{$invoice_id}</font></td> - </tr> - <tr><td colspan = "5"style = "color:#F5F5F5;"><hr></hr></td></tr> - {if $is_pay_later == 1} - <tr> - <td colspan = "2"></td> - <td><font size = "1" align = "right" style="font-weight:bold;">{ts}Amount Due:{/ts}</font></td> - <td><font size = "1" align = "right" style="font-weight:bold;">{$amount|crmMoney:$currency}</font></td> - </tr> - {else} - <tr> - <td colspan = "2"></td> - <td><font size = "1" align = "right" style="font-weight:bold;">{ts}Amount Due: {/ts}</font></td> - <td><font size = "1" align = "right" style="font-weight:bold;">{$amountDue|crmMoney:$currency}</font></td> - </tr> - {/if} - <tr> - <td colspan = "2"></td> - <td><font size = "1" align = "right" style="font-weight:bold;">{ts}Due Date: {/ts}</font></td> - <td><font size = "1" align = "right">{$dueDate}</font></td> - </tr> - <tr> - <td colspan = "5" style = "color:#F5F5F5;"><hr></hr></td> - </tr> - </table> - </td> - </tr> - </table> - {/if} - - {if $contribution_status_id == $refundedStatusId || $contribution_status_id == $cancelledStatusId} - <table style = "margin-top:2px;padding-left:7px;page-break-before: always;"> - <tr> - <td><img src = "{$resourceBase}/i/civi99.png" height = "34px" width = "99px"></td> - </tr> - </table> - <center> - - <table style = "padding-right:19px;font-family: Arial, Verdana, sans-serif" width = "500" height = "100" border = "0" cellpadding = "2" cellspacing = "1"> - <tr> - <td style = "padding-left:15px;" ><b><font size = "4" align = "center">{ts}CREDIT NOTE{/ts}</font></b></td> - <td colspan = "1"></td> - <td style = "padding-left:70px;"><b><font size = "1" align = "right">{ts}Date:{/ts}</font></b></td> - <td><font size = "1" align = "right">{$domain_organization}</font></td> - </tr> - <tr> - {if $organization_name} - <td style = "padding-left:17px;"><font size = "1" align = "center">{$display_name} ({$organization_name})</font></td> - {else} - <td style = "padding-left:17px;"><font size = "1" align = "center">{$display_name}</font></td> - {/if} - <td colspan = "1"></td> - <td style = "padding-left:70px;"><font size = "1" align = "right">{$invoice_date}</font></td> - <td> - <font size = "1" align = "right"> - {if $domain_street_address }{$domain_street_address}{/if} - {if $domain_supplemental_address_1 }{$domain_supplemental_address_1}{/if} - </font> - </td> - </tr> - <tr> - <td style = "padding-left:17px;"><font size = "1" align = "center">{$street_address} {$supplemental_address_1}</font></td> - <td colspan = "1"></td> - <td style = "padding-left:70px;"><b><font size = "1" align = "right">{ts}Credit Note Number:{/ts}</font></b></td> - <td> - <font size = "1" align = "right"> - {if $domain_supplemental_address_2 }{$domain_supplemental_address_2}{/if} - {if $domain_state }{$domain_state}{/if} - </font> - </td> - </tr> - <tr> - <td style = "padding-left:17px;"><font size = "1" align = "center">{$supplemental_address_2} {$stateProvinceAbbreviation}</font></td> - <td colspan="1"></td> - <td style = "padding-left:70px;"><font size = "1" align = "right">{$creditnote_id}</font></td> - <td> - <font size = "1" align = "right"> - {if $domain_city}{$domain_city}{/if} - {if $domain_postal_code }{$domain_postal_code}{/if} - </font> - </td> - </tr> - <tr> - <td style = "padding-left:17px;"><font size = "1" align = "right">{$city} {$postal_code}</font></td> - <td colspan="1"></td> - <td height = "10" style = "padding-left:70px;"><b><font size = "1"align = "right">{ts}Reference:{/ts}</font></b></td> - <td> - <font size = "1" align = "right"> - {if $domain_country}{$domain_country}{/if} - </font> - </td> - </tr> - <tr> - <td></td> - <td></td> - <td style = "padding-left:70px;"><font size = "1"align = "right">{$source}</font></td> - <td> - <font size = "1" align = "right"> - {if $domain_phone}{$domain_phone}{/if} - </font> - </td> - </tr> - <tr> - <td></td> - <td></td> - <td></td> - <td> - <font size = "1" align = "right"> - {if $domain_email}{$domain_email}{/if} - </font> - </td> - </tr> - </table> - - <table style = "margin-top:75px;font-family: Arial, Verdana, sans-serif" width = "590" border = "0"cellpadding = "-5" cellspacing = "19" id = "desc"> - <tr> - <td colspan = "2" {$valueStyle}> - <table> {* FIXME: style this table so that it looks like the text version (justification, etc.) *} - <tr> - <th style = "padding-right:28px;text-align:left;font-weight:bold;width:200px;"><font size = "1">{ts}Description{/ts}</font></th> - <th style = "padding-left:28px;text-align:right;font-weight:bold;"><font size = "1">{ts}Quantity{/ts}</font></th> - <th style = "padding-left:28px;text-align:right;font-weight:bold;"><font size = "1">{ts}Unit Price{/ts}</font></th> - <th style = "padding-left:28px;text-align:right;font-weight:bold;"><font size = "1">{$taxTerm} </font></th> - <th style = "padding-left:28px;text-align:right;font-weight:bold;"><font size = "1">{ts 1=$defaultCurrency}Amount %1{/ts}</font></th> - </tr> - {foreach from=$lineItem item=value key=priceset name=pricevalue} - {if $smarty.foreach.pricevalue.index eq 0} - <tr><td colspan = "5" ><hr size="3" style = "color:#000;"></hr></td></tr> - {else} - <tr><td colspan = "5" style = "color:#F5F5F5;"><hr></hr></td></tr> - {/if} - <tr> - <td style ="text-align:left;" > - <font size = "1"> - {if $value.html_type eq 'Text'} - {$value.label} - {else} - {$value.field_title} - {$value.label} - {/if} - {if $value.description} - <div>{$value.description|truncate:30:"..."}</div> - {/if} - </font> - </td> - <td style = "padding-left:28px;text-align:right;"><font size = "1"> {$value.qty}</font></td> - <td style = "padding-left:28px;text-align:right;"><font size = "1"> {$value.unit_price|crmMoney:$currency}</font></td> - {if $value.tax_amount != ''} - <td style = "padding-left:28px;text-align:right;"><font size = "1"> {$value.tax_rate}%</font></td> - {else} - <td style = "padding-left:28px;text-align:right"><font size = "1" >{ts 1=$taxTerm}No %1{/ts}</font></td> - {/if} - <td style = "padding-left:28px;text-align:right;"><font size = "1" >{$value.subTotal|crmMoney:$currency}</font></td> - </tr> - {/foreach} - <tr><td colspan = "5" style = "color:#F5F5F5;"><hr></hr></td></tr> - <tr> - <td colspan = "3"></td> - <td style = "padding-left:28px;text-align:right;"><font size = "1">{ts}Sub Total{/ts}</font></td> - <td style = "padding-left:28px;text-align:right;"><font size = "1"> {$subTotal|crmMoney:$currency}</font></td> - </tr> - {foreach from = $dataArray item = value key = priceset} - <tr> - <td colspan = "3"></td> - {if $priceset} - <td style = "padding-left:28px;text-align:right;"><font size = "1"> {ts 1=$taxTerm 2=$priceset}TOTAL %1 %2%{/ts}</font></td> - <td style = "padding-left:28px;text-align:right;"><font size = "1" align = "right">{$value|crmMoney:$currency}</font> </td> - {elseif $priceset == 0} - <td style = "padding-left:28px;text-align:right;"><font size = "1">{ts 1=$taxTerm}TOTAL NO %1{/ts}</font></td> - <td style = "padding-left:28px;text-align:right;"><font size = "1" align = "right">{$value|crmMoney:$currency}</font> </td> - </tr> - {/if} - {/foreach} - <tr> - <td colspan = "3"></td> - <td colspan = "2"><hr></hr></td> - </tr> - <tr> - <td colspan = "3"></td> - <td style = "padding-left:28px;text-align:right;"><b><font size = "1">{ts 1=$defaultCurrency}TOTAL %1{/ts}</font></b></td> - <td style = "padding-left:28px;text-align:right;"><font size = "1">{$amount|crmMoney:$currency}</font></td> - </tr> - {if $is_pay_later == 0} - <tr> - <td colspan = "3"></td> - <td style = "padding-left:28px;text-align:right;"><font size = "1" >{ts}LESS Credit to invoice(s){/ts}</font></td> - <td style = "padding-left:28px;text-align:right;"><font size = "1">{$amount|crmMoney:$currency}</font></td> - </tr> - <tr> - <td colspan = "3"></td> - <td colspan = "2" ><hr></hr></td> - </tr> - <tr> - <td colspan = "3"></td> - <td style = "padding-left:28px;text-align:right;"><b><font size = "1">{ts}REMAINING CREDIT{/ts}</font></b></td> - <td style = "padding-left:28px;text-align:right;"><b><font size = "1">{$amountDue|crmMoney:$currency}</font></b></td> - <td style = "padding-left:28px;"><font size = "1" align = "right"></font></td> - </tr> - {/if} - <br/><br/><br/> - <tr> - <td colspan = "3"></td> - </tr> - <tr> - <td></td> - <td colspan = "3"></td> - </tr> - </table> - </td> - </tr> - </table> - <table style = "margin-top:5px;padding-right:45px;"> - <tr> - <td><img src = "{$resourceBase}/i/contribute/cut_line.png" height = "15" width = "630"></td> - </tr> - </table> - - <table style = "margin-top:6px;padding-right:20px;font-family: Arial, Verdana, sans-serif" width = "507" border = "0"cellpadding = "-5" cellspacing="19" id = "desc"> - <tr> - <td width="60%"><font size = "4" align = "right"><b>{ts}CREDIT ADVICE{/ts}</b><br/><br /><div style="font-size:10px;max-width:300px;">{ts}Please do not pay on this advice. Deduct the amount of this Credit Note from your next payment to us{/ts}</div><br/></font></td> - <td width="40%"> - <table align="right" > - <tr> - <td colspan = "2"></td> - <td><font size = "1" align = "right" style="font-weight:bold;">{ts}Customer:{/ts} </font></td> - <td><font size = "1" align = "right" >{$display_name}</font></td> - </tr> - <tr> - <td colspan = "2"></td> - <td><font size = "1" align = "right" style="font-weight:bold;">{ts}Credit Note#:{/ts} </font></td> - <td><font size = "1" align = "right">{$creditnote_id}</font></td> - </tr> - <tr><td colspan = "5"style = "color:#F5F5F5;"><hr></hr></td></tr> - <tr> - <td colspan = "2"></td> - <td><font size = "1" align = "right" style="font-weight:bold;">{ts}Credit Amount:{/ts}</font></td> - <td width='50px'><font size = "1" align = "right" style="font-weight:bold;">{$amount|crmMoney:$currency}</font></td> - </tr> - </table> - </td> - </tr> - </table> - {/if} - </center> - </body> -</html> diff --git a/civicrm/CRM/Upgrade/4.7.4.msg_template/civicrm_msg_template.tpl b/civicrm/CRM/Upgrade/4.7.4.msg_template/civicrm_msg_template.tpl deleted file mode 100644 index f66b9c78d1..0000000000 --- a/civicrm/CRM/Upgrade/4.7.4.msg_template/civicrm_msg_template.tpl +++ /dev/null @@ -1,16 +0,0 @@ -{php} - $dir = SMARTY_DIR . '/../../CRM/Upgrade/4.7.4.msg_template/message_templates'; - $templates = array(); - foreach (preg_grep('/\.tpl$/', scandir($dir)) as $filename) { - $parts = explode('_', basename($filename, '.tpl')); - $templates[] = array('type' => array_pop($parts), 'name' => implode('_', $parts), 'filename' => "$dir/$filename"); - } - $this->assign('templates', $templates); -{/php} - -{foreach from=$templates item=tpl} - {fetch assign=content file=$tpl.filename} - SELECT @workflow_id := MAX(id) FROM civicrm_option_value WHERE name = '{$tpl.name}'; - SELECT @content := msg_{$tpl.type} FROM civicrm_msg_template WHERE workflow_id = @workflow_id AND is_reserved = 1 LIMIT 1; - UPDATE civicrm_msg_template SET msg_{$tpl.type} = '{$content|escape:"quotes"}' WHERE workflow_id = @workflow_id AND (is_reserved = 1 OR (is_default = 1 AND msg_{$tpl.type} = @content)); -{/foreach} diff --git a/civicrm/CRM/Upgrade/4.7.4.msg_template/message_templates/event_offline_receipt_html.tpl b/civicrm/CRM/Upgrade/4.7.4.msg_template/message_templates/event_offline_receipt_html.tpl deleted file mode 100644 index f42bcc33fc..0000000000 --- a/civicrm/CRM/Upgrade/4.7.4.msg_template/message_templates/event_offline_receipt_html.tpl +++ /dev/null @@ -1,527 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head> - <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> - <title></title> -</head> -<body> - -{capture assign=headerStyle}colspan="2" style="text-align: left; padding: 4px; border-bottom: 1px solid #999; background-color: #eee;"{/capture} -{capture assign=labelStyle }style="padding: 4px; border-bottom: 1px solid #999; background-color: #f7f7f7;"{/capture} -{capture assign=valueStyle }style="padding: 4px; border-bottom: 1px solid #999;"{/capture} - -<center> - <table width="620" border="0" cellpadding="0" cellspacing="0" id="crm-event_receipt" style="font-family: Arial, Verdana, sans-serif; text-align: left;"> - - <!-- BEGIN HEADER --> - <!-- You can add table row(s) here with logo or other header elements --> - <!-- END HEADER --> - - <!-- BEGIN CONTENT --> - - <tr> - <td> - <p>{contact.email_greeting}</p> - - {if $event.confirm_email_text AND (not $isOnWaitlist AND not $isRequireApproval)} - <p>{$event.confirm_email_text|htmlize}</p> - {/if} - - {if $isOnWaitlist} - <p>{ts}You have been added to the WAIT LIST for this event.{/ts}</p> - {if $isPrimary} - <p>{ts}If space becomes available you will receive an email with a link to a web page where you can complete your registration.{/ts}</p> - {/if} - {elseif $isRequireApproval} - <p>{ts}Your registration has been submitted.{/ts}</p> - {if $isPrimary} - <p>{ts}Once your registration has been reviewed, you will receive an email with a link to a web page where you can complete the registration process.{/ts}</p> - {/if} - {elseif $is_pay_later} - <p>{$pay_later_receipt}</p> {* FIXME: this might be text rather than HTML *} - {else} - <p>{ts}Please print this confirmation for your records.{/ts}</p> - {/if} - - </td> - </tr> - <tr> - <td> - <table style="border: 1px solid #999; margin: 1em 0em 1em; border-collapse: collapse; width:100%;"> - <tr> - <th {$headerStyle}> - {ts}Event Information and Location{/ts} - </th> - </tr> - <tr> - <td colspan="2" {$valueStyle}> - {$event.event_title}<br /> - {$event.event_start_date|crmDate}{if $event.event_end_date}-{if $event.event_end_date|date_format:"%Y%m%d" == $event.event_start_date|date_format:"%Y%m%d"}{$event.event_end_date|crmDate:0:1}{else}{$event.event_end_date|crmDate}{/if}{/if} - </td> - </tr> - - {if $event.participant_role neq 'Attendee' and $defaultRole} - <tr> - <td {$labelStyle}> - {ts}Participant Role{/ts} - </td> - <td {$valueStyle}> - {$event.participant_role} - </td> - </tr> - {/if} - - {if $isShowLocation} - <tr> - <td colspan="2" {$valueStyle}> - {if $location.address.1.name} - {$location.address.1.name}<br /> - {/if} - {if $location.address.1.street_address} - {$location.address.1.street_address}<br /> - {/if} - {if $location.address.1.supplemental_address_1} - {$location.address.1.supplemental_address_1}<br /> - {/if} - {if $location.address.1.supplemental_address_2} - {$location.address.1.supplemental_address_2}<br /> - {/if} - {if $location.address.1.city} - {$location.address.1.city} {$location.address.1.postal_code}{if $location.address.1.postal_code_suffix} - {$location.address.1.postal_code_suffix}{/if}<br /> - {/if} - </td> - </tr> - {/if} - - {if $location.phone.1.phone || $location.email.1.email} - <tr> - <td colspan="2" {$labelStyle}> - {ts}Event Contacts:{/ts} - </td> - </tr> - {foreach from=$location.phone item=phone} - {if $phone.phone} - <tr> - <td {$labelStyle}> - {if $phone.phone_type} - {$phone.phone_type_display} - {else} - {ts}Phone{/ts} - {/if} - </td> - <td {$valueStyle}> - {$phone.phone} {if $phone.phone_ext} {ts}ext.{/ts} {$phone.phone_ext}{/if} - </td> - </tr> - {/if} - {/foreach} - {foreach from=$location.email item=eventEmail} - {if $eventEmail.email} - <tr> - <td {$labelStyle}> - {ts}Email{/ts} - </td> - <td {$valueStyle}> - {$eventEmail.email} - </td> - </tr> - {/if} - {/foreach} - {/if} - - {if $event.is_public} - <tr> - <td colspan="2" {$valueStyle}> - {capture assign=icalFeed}{crmURL p='civicrm/event/ical' q="reset=1&id=`$event.id`" h=0 a=1 fe=1}{/capture} - <a href="{$icalFeed}">{ts}Download iCalendar File{/ts}</a> - </td> - </tr> - {/if} - - {if $email} - <tr> - <th {$headerStyle}> - {ts}Registered Email{/ts} - </th> - </tr> - <tr> - <td colspan="2" {$valueStyle}> - {$email} - </td> - </tr> - {/if} - - - {if $event.is_monetary} - - <tr> - <th {$headerStyle}> - {$event.fee_label} - </th> - </tr> - - {if $lineItem} - {foreach from=$lineItem item=value key=priceset} - {if $value neq 'skip'} - {if $isPrimary} - {if $lineItem|@count GT 1} {* Header for multi participant registration cases. *} - <tr> - <td colspan="2" {$labelStyle}> - {ts 1=$priceset+1}Participant %1{/ts} - </td> - </tr> - {/if} - {/if} - <tr> - <td colspan="2" {$valueStyle}> - <table> {* FIXME: style this table so that it looks like the text version (justification, etc.) *} - <tr> - <th>{ts}Item{/ts}</th> - <th>{ts}Qty{/ts}</th> - <th>{ts}Each{/ts}</th> - {if $dataArray} - <th>{ts}SubTotal{/ts}</th> - <th>{ts}Tax Rate{/ts}</th> - <th>{ts}Tax Amount{/ts}</th> - {/if} - <th>{ts}Total{/ts}</th> - {if $pricesetFieldsCount }<th>{ts}Total Participants{/ts}</th>{/if} - </tr> - {foreach from=$value item=line} - <tr> - <td> - {if $line.html_type eq 'Text'}{$line.label}{else}{$line.field_title} - {$line.label}{/if} {if $line.description}<div>{$line.description|truncate:30:"..."}</div>{/if} - </td> - <td> - {$line.qty} - </td> - <td> - {$line.unit_price|crmMoney} - </td> - {if $dataArray} - <td> - {$line.unit_price*$line.qty|crmMoney} - </td> - {if $line.tax_rate != "" || $line.tax_amount != ""} - <td> - {$line.tax_rate|string_format:"%.2f"}% - </td> - <td> - {$line.tax_amount|crmMoney} - </td> - {else} - <td></td> - <td></td> - {/if} - {/if} - <td> - {$line.line_total+$line.tax_amount|crmMoney} - </td> - {if $pricesetFieldsCount } - <td> - {$line.participant_count} - </td> - {/if} - </tr> - {/foreach} - </table> - </td> - </tr> - {/if} - {/foreach} - {if $dataArray} - <tr> - <td {$labelStyle}> - {ts}Amount Before Tax:{/ts} - </td> - <td {$valueStyle}> - {$totalAmount-$totalTaxAmount|crmMoney} - </td> - </tr> - {foreach from=$dataArray item=value key=priceset} - <tr> - {if $priceset || $priceset == 0} - <td> {$taxTerm} {$priceset|string_format:"%.2f"}%</td> - <td> {$value|crmMoney:$currency}</td> - {else} - <td> {ts}No{/ts} {$taxTerm}</td> - <td> {$value|crmMoney:$currency}</td> - {/if} - </tr> - {/foreach} - {/if} - {/if} - - {if $amount && !$lineItem} - {foreach from=$amount item=amnt key=level} - <tr> - <td colspan="2" {$valueStyle}> - {$amnt.amount|crmMoney} {$amnt.label} - </td> - </tr> - {/foreach} - {/if} - {if $totalTaxAmount} - <tr> - <td {$labelStyle}> - {ts}Total Tax Amount{/ts} - </td> - <td {$valueStyle}> - {$totalTaxAmount|crmMoney:$currency} - </td> - </tr> - {/if} - {if $isPrimary} - <tr> - <td {$labelStyle}> - {if $balanceAmount} - {ts}Total Paid{/ts} - {else} - {ts}Total Amount{/ts} - {/if} - </td> - <td {$valueStyle}> - {$totalAmount|crmMoney} {if $hookDiscount.message}({$hookDiscount.message}){/if} - </td> - </tr> - {if $balanceAmount} - <tr> - <td {$labelStyle}> - {ts}Balance{/ts} - </td> - <td {$valueStyle}> - {$balanceAmount|crmMoney} - </td> - </tr> - {/if} - {if $pricesetFieldsCount } - <tr> - <td {$labelStyle}> - {ts}Total Participants{/ts}</td> - <td {$valueStyle}> - {assign var="count" value= 0} - {foreach from=$lineItem item=pcount} - {assign var="lineItemCount" value=0} - {if $pcount neq 'skip'} - {foreach from=$pcount item=p_count} - {assign var="lineItemCount" value=$lineItemCount+$p_count.participant_count} - {/foreach} - {if $lineItemCount < 1 } - assign var="lineItemCount" value=1} - {/if} - {assign var="count" value=$count+$lineItemCount} - {/if} - {/foreach} - {$count} - </td> - </tr> - {/if} - {if $is_pay_later} - <tr> - <td colspan="2" {$labelStyle}> - {$pay_later_receipt} - </td> - </tr> - {/if} - - {if $register_date} - <tr> - <td {$labelStyle}> - {ts}Registration Date{/ts} - </td> - <td {$valueStyle}> - {$register_date|crmDate} - </td> - </tr> - {/if} - - {if $receive_date} - <tr> - <td {$labelStyle}> - {ts}Transaction Date{/ts} - </td> - <td {$valueStyle}> - {$receive_date|crmDate} - </td> - </tr> - {/if} - - {if $financialTypeName} - <tr> - <td {$labelStyle}> - {ts}Financial Type{/ts} - </td> - <td {$valueStyle}> - {$financialTypeName} - </td> - </tr> - {/if} - - {if $trxn_id} - <tr> - <td {$labelStyle}> - {ts}Transaction #{/ts} - </td> - <td {$valueStyle}> - {$trxn_id} - </td> - </tr> - {/if} - - {if $paidBy} - <tr> - <td {$labelStyle}> - {ts}Paid By{/ts} - </td> - <td {$valueStyle}> - {$paidBy} - </td> - </tr> - {/if} - - {if $checkNumber} - <tr> - <td {$labelStyle}> - {ts}Check Number{/ts} - </td> - <td {$valueStyle}> - {$checkNumber} - </td> - </tr> - {/if} - - {if $contributeMode ne 'notify' and !$isAmountzero and !$is_pay_later and !$isOnWaitlist and !$isRequireApproval} - <tr> - <th {$headerStyle}> - {ts}Billing Name and Address{/ts} - </th> - </tr> - <tr> - <td colspan="2" {$valueStyle}> - {$billingName}<br /> - {$address|nl2br} - </td> - </tr> - {/if} - - {if $contributeMode eq 'direct' and !$isAmountzero and !$is_pay_later and !$isOnWaitlist and !$isRequireApproval} - <tr> - <th {$headerStyle}> - {ts}Credit Card Information{/ts} - </th> - </tr> - <tr> - <td colspan="2" {$valueStyle}> - {$credit_card_type}<br /> - {$credit_card_number}<br /> - {ts}Expires{/ts}: {$credit_card_exp_date|truncate:7:''|crmDate} - </td> - </tr> - {/if} - - {/if} - - {/if} {* End of conditional section for Paid events *} - - {if $customPre} - <tr> - <th {$headerStyle}> - {$customPre_grouptitle} - </th> - </tr> - {foreach from=$customPre item=value key=customName} - {if ( $trackingFields and ! in_array( $customName, $trackingFields ) ) or ! $trackingFields} - <tr> - <td {$labelStyle}> - {$customName} - </td> - <td {$valueStyle}> - {$value} - </td> - </tr> - {/if} - {/foreach} - {/if} - - {if $customPost} - <tr> - <th {$headerStyle}> - {$customPost_grouptitle} - </th> - </tr> - {foreach from=$customPost item=value key=customName} - {if ( $trackingFields and ! in_array( $customName, $trackingFields ) ) or ! $trackingFields} - <tr> - <td {$labelStyle}> - {$customName} - </td> - <td {$valueStyle}> - {$value} - </td> - </tr> - {/if} - {/foreach} - {/if} - - {if $customProfile} - {foreach from=$customProfile item=value key=customName} - <tr> - <th {$headerStyle}> - {ts 1=$customName+1}Participant Information - Participant %1{/ts} - </th> - </tr> - {foreach from=$value item=val key=field} - {if $field eq 'additionalCustomPre' or $field eq 'additionalCustomPost'} - <tr> - <td colspan="2" {$labelStyle}> - {if $field eq 'additionalCustomPre'} - {$additionalCustomPre_grouptitle} - {else} - {$additionalCustomPost_grouptitle} - {/if} - </td> - </tr> - {foreach from=$val item=v key=f} - <tr> - <td {$labelStyle}> - {$f} - </td> - <td {$valueStyle}> - {$v} - </td> - </tr> - {/foreach} - {/if} - {/foreach} - {/foreach} - {/if} - - {if $customGroup} - {foreach from=$customGroup item=value key=customName} - <tr> - <th {$headerStyle}> - {$customName} - </th> - </tr> - {foreach from=$value item=v key=n} - <tr> - <td {$labelStyle}> - {$n} - </td> - <td {$valueStyle}> - {$v} - </td> - </tr> - {/foreach} - {/foreach} - {/if} - - </table> - </td> - </tr> - - </table> -</center> - -</body> -</html> diff --git a/civicrm/CRM/Upgrade/4.7.4.msg_template/message_templates/event_offline_receipt_text.tpl b/civicrm/CRM/Upgrade/4.7.4.msg_template/message_templates/event_offline_receipt_text.tpl deleted file mode 100644 index 678fa7b5b7..0000000000 --- a/civicrm/CRM/Upgrade/4.7.4.msg_template/message_templates/event_offline_receipt_text.tpl +++ /dev/null @@ -1,304 +0,0 @@ -{contact.email_greeting} -{if $event.confirm_email_text AND (not $isOnWaitlist AND not $isRequireApproval)} -{$event.confirm_email_text} -{/if} - -{if $isOnWaitlist} -==========================================================={if $pricesetFieldsCount }===================={/if} - -{ts}You have been added to the WAIT LIST for this event.{/ts} - -{if $isPrimary} -{ts}If space becomes available you will receive an email with a link to a web page where you can complete your registration.{/ts} - -{/if} -==========================================================={if $pricesetFieldsCount }===================={/if} - -{elseif $isRequireApproval} -==========================================================={if $pricesetFieldsCount }===================={/if} - -{ts}Your registration has been submitted.{/ts} - -{if $isPrimary} -{ts}Once your registration has been reviewed, you will receive an email with a link to a web page where you can complete the registration process.{/ts} - -{/if} -==========================================================={if $pricesetFieldsCount }===================={/if} - -{elseif $is_pay_later} - -==========================================================={if $pricesetFieldsCount }===================={/if} - -{$pay_later_receipt} -==========================================================={if $pricesetFieldsCount }===================={/if} - -{else} - -{ts}Please print this confirmation for your records.{/ts} -{/if} - - -==========================================================={if $pricesetFieldsCount }===================={/if} - -{ts}Event Information and Location{/ts} - -==========================================================={if $pricesetFieldsCount }===================={/if} - -{$event.event_title} -{$event.event_start_date|crmDate}{if $event.event_end_date}-{if $event.event_end_date|date_format:"%Y%m%d" == $event.event_start_date|date_format:"%Y%m%d"}{$event.event_end_date|crmDate:0:1}{else}{$event.event_end_date|crmDate}{/if}{/if} - -{if $event.participant_role neq 'Attendee' and $defaultRole} -{ts}Participant Role{/ts}: {$event.participant_role} -{/if} - -{if $isShowLocation} -{if $location.address.1.name} - -{$location.address.1.name} -{/if} -{if $location.address.1.street_address}{$location.address.1.street_address} -{/if} -{if $location.address.1.supplemental_address_1}{$location.address.1.supplemental_address_1} -{/if} -{if $location.address.1.supplemental_address_2}{$location.address.1.supplemental_address_2} -{/if} -{if $location.address.1.city}{$location.address.1.city} {$location.address.1.postal_code}{if $location.address.1.postal_code_suffix} - {$location.address.1.postal_code_suffix}{/if} -{/if} - -{/if}{*End of isShowLocation condition*} - -{if $location.phone.1.phone || $location.email.1.email} - -{ts}Event Contacts:{/ts} -{foreach from=$location.phone item=phone} -{if $phone.phone} - -{if $phone.phone_type}{$phone.phone_type_display}{else}{ts}Phone{/ts}{/if}: {$phone.phone}{/if} {if $phone.phone_ext} {ts}ext.{/ts} {$phone.phone_ext}{/if} -{/foreach} -{foreach from=$location.email item=eventEmail} -{if $eventEmail.email} - -{ts}Email{/ts}: {$eventEmail.email}{/if}{/foreach} -{/if} - -{if $event.is_public} -{capture assign=icalFeed}{crmURL p='civicrm/event/ical' q="reset=1&id=`$event.id`" h=0 a=1 fe=1}{/capture} -{ts}Download iCalendar File:{/ts} {$icalFeed} -{/if} - -{if $email} - -==========================================================={if $pricesetFieldsCount }===================={/if} - -{ts}Registered Email{/ts} - -==========================================================={if $pricesetFieldsCount }===================={/if} - -{$email} -{/if} -{if $event.is_monetary} {* This section for Paid events only.*} - -==========================================================={if $pricesetFieldsCount }===================={/if} - -{$event.fee_label} -==========================================================={if $pricesetFieldsCount }===================={/if} - -{if $lineItem}{foreach from=$lineItem item=value key=priceset} - -{if $value neq 'skip'} -{if $isPrimary} -{if $lineItem|@count GT 1} {* Header for multi participant registration cases. *} -{ts 1=$priceset+1}Participant %1{/ts} -{/if} -{/if} ----------------------------------------------------------{if $pricesetFieldsCount }--------------------{/if} - -{capture assign=ts_item}{ts}Item{/ts}{/capture} -{capture assign=ts_qty}{ts}Qty{/ts}{/capture} -{capture assign=ts_each}{ts}Each{/ts}{/capture} -{if $dataArray} -{capture assign=ts_subtotal}{ts}Subtotal{/ts}{/capture} -{capture assign=ts_taxRate}{ts}Tax Rate{/ts}{/capture} -{capture assign=ts_taxAmount}{ts}Tax Amount{/ts}{/capture} -{/if} -{capture assign=ts_total}{ts}Total{/ts}{/capture} -{capture assign=ts_participant_total}{if $pricesetFieldsCount }{ts}Total Participants{/ts}{/if}{/capture} -{$ts_item|string_format:"%-30s"} {$ts_qty|string_format:"%5s"} {$ts_each|string_format:"%10s"} {if $dataArray} {$ts_subtotal|string_format:"%10s"} {$ts_taxRate|string_format:"%10s"} {$ts_taxAmount|string_format:"%10s"} {/if} {$ts_total|string_format:"%10s"} {$ts_participant_total|string_format:"%10s"} -----------------------------------------------------------{if $pricesetFieldsCount }--------------------{/if} - -{foreach from=$value item=line} -{if $pricesetFieldsCount }{capture assign=ts_participant_count}{$line.participant_count}{/capture}{/if} -{capture assign=ts_item}{if $line.html_type eq 'Text'}{$line.label}{else}{$line.field_title} - {$line.label}{/if} {if $line.description} {$line.description}{/if}{/capture}{$ts_item|truncate:30:"..."|string_format:"%-30s"} {$line.qty|string_format:"%5s"} {$line.unit_price|crmMoney|string_format:"%10s"} {if $dataArray} {$line.unit_price*$line.qty|crmMoney:$currency|string_format:"%10s"} {if $line.tax_rate != "" || $line.tax_amount != ""} {$line.tax_rate|string_format:"%.2f"} % {$line.tax_amount|crmMoney:$currency|string_format:"%10s"} {else} {/if} {/if} {$line.line_total+$line.tax_amount|crmMoney|string_format:"%10s"} {$ts_participant_count|string_format:"%10s"} -{/foreach} -{/if} -{/foreach} - -{if $dataArray} -{ts}Amount before Tax{/ts}: {$totalAmount-$totalTaxAmount|crmMoney:$currency} - -{foreach from=$dataArray item=value key=priceset} -{if $priceset || $priceset == 0} -{$taxTerm} {$priceset|string_format:"%.2f"}%: {$value|crmMoney:$currency} -{else} -{ts}No{/ts} {$taxTerm}: {$value|crmMoney:$currency} -{/if} -{/foreach} -{/if} -{/if} - -{if $amount && !$lineItem} -{foreach from=$amount item=amnt key=level}{$amnt.amount|crmMoney} {$amnt.label} -{/foreach} -{/if} - -{if $totalTaxAmount} -{ts}Total Tax Amount{/ts}: {$totalTaxAmount|crmMoney:$currency} -{/if} -{if $isPrimary} - -{if $balanceAmount}{ts}Total Paid{/ts}{else}{ts}Total Amount{/ts}{/if}: {$totalAmount|crmMoney} {if $hookDiscount.message}({$hookDiscount.message}){/if} - -{if $balanceAmount} -{ts}Balance{/ts}: {$balanceAmount|crmMoney} -{/if} - -{if $pricesetFieldsCount } - {assign var="count" value= 0} - {foreach from=$lineItem item=pcount} - {assign var="lineItemCount" value=0} - {if $pcount neq 'skip'} - {foreach from=$pcount item=p_count} - {assign var="lineItemCount" value=$lineItemCount+$p_count.participant_count} - {/foreach} - {if $lineItemCount < 1 } - {assign var="lineItemCount" value=1} - {/if} - {assign var="count" value=$count+$lineItemCount} - {/if} - {/foreach} - -{ts}Total Participants{/ts}: {$count} -{/if} - -{if $is_pay_later } - -==========================================================={if $pricesetFieldsCount }===================={/if} - -{$pay_later_receipt} -==========================================================={if $pricesetFieldsCount }===================={/if} - -{/if} - -{if $register_date} -{ts}Registration Date{/ts}: {$register_date|crmDate} -{/if} -{if $receive_date} -{ts}Transaction Date{/ts}: {$receive_date|crmDate} -{/if} -{if $financialTypeName} -{ts}Financial Type{/ts}: {$financialTypeName} -{/if} -{if $trxn_id} -{ts}Transaction #{/ts}: {$trxn_id} -{/if} -{if $paidBy} -{ts}Paid By{/ts}: {$paidBy} -{/if} -{if $checkNumber} -{ts}Check Number{/ts}: {$checkNumber} -{/if} -{if $contributeMode ne 'notify' and !$isAmountzero and !$is_pay_later and !$isOnWaitlist and !$isRequireApproval} - -==========================================================={if $pricesetFieldsCount }===================={/if} - -{ts}Billing Name and Address{/ts} - -==========================================================={if $pricesetFieldsCount }===================={/if} - -{$billingName} -{$address} -{/if} - -{if $contributeMode eq 'direct' and !$isAmountzero and !$is_pay_later and !$isOnWaitlist and !$isRequireApproval} -=========================================================== -{ts}Credit Card Information{/ts} - -==========================================================={if $pricesetFieldsCount }===================={/if} - -{$credit_card_type} -{$credit_card_number} -{ts}Expires{/ts}: {$credit_card_exp_date|truncate:7:''|crmDate} -{/if} -{/if} -{/if} {* End of conditional section for Paid events *} - -{if $customPre} -==========================================================={if $pricesetFieldsCount }===================={/if} - -{$customPre_grouptitle} -==========================================================={if $pricesetFieldsCount }===================={/if} - -{foreach from=$customPre item=value key=customName} -{if ( $trackingFields and ! in_array( $customName, $trackingFields ) ) or ! $trackingFields} -{$customName}: {$value} -{/if} -{/foreach} -{/if} - -{if $customPost} -==========================================================={if $pricesetFieldsCount }===================={/if} - -{$customPost_grouptitle} -==========================================================={if $pricesetFieldsCount }===================={/if} - -{foreach from=$customPost item=value key=customName} -{if ( $trackingFields and ! in_array( $customName, $trackingFields ) ) or ! $trackingFields} -{$customName}: {$value} -{/if} -{/foreach} -{/if} -{if $customProfile} - -{foreach from=$customProfile item=value key=customName} -==========================================================={if $pricesetFieldsCount }===================={/if} - -{ts 1=$customName+1}Participant Information - Participant %1{/ts} - -==========================================================={if $pricesetFieldsCount }===================={/if} - -{foreach from=$value item=val key=field} -{if $field eq 'additionalCustomPre' or $field eq 'additionalCustomPost' } -{if $field eq 'additionalCustomPre' } -----------------------------------------------------------{if $pricesetFieldsCount }--------------------{/if} - -{$additionalCustomPre_grouptitle} -----------------------------------------------------------{if $pricesetFieldsCount }--------------------{/if} - -{else} -----------------------------------------------------------{if $pricesetFieldsCount }--------------------{/if} - -{$additionalCustomPost_grouptitle} -----------------------------------------------------------{if $pricesetFieldsCount }--------------------{/if} - -{/if} -{foreach from=$val item=v key=f} -{$f}: {$v} -{/foreach} -{/if} -{/foreach} -{/foreach} -{/if} -{if $customGroup} -{foreach from=$customGroup item=value key=customName} -=========================================================={if $pricesetFieldsCount }===================={/if} - -{$customName} -=========================================================={if $pricesetFieldsCount }===================={/if} - -{foreach from=$value item=v key=n} -{$n}: {$v} -{/foreach} -{/foreach} -{/if} - - diff --git a/civicrm/CRM/Upgrade/4.7.4.msg_template/message_templates/event_online_receipt_html.tpl b/civicrm/CRM/Upgrade/4.7.4.msg_template/message_templates/event_online_receipt_html.tpl deleted file mode 100644 index 90d93bb5fb..0000000000 --- a/civicrm/CRM/Upgrade/4.7.4.msg_template/message_templates/event_online_receipt_html.tpl +++ /dev/null @@ -1,526 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head> - <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> - <title></title> -</head> -<body> - -{capture assign=headerStyle}colspan="2" style="text-align: left; padding: 4px; border-bottom: 1px solid #999; background-color: #eee;"{/capture} -{capture assign=labelStyle }style="padding: 4px; border-bottom: 1px solid #999; background-color: #f7f7f7;"{/capture} -{capture assign=valueStyle }style="padding: 4px; border-bottom: 1px solid #999;"{/capture} -{capture assign=tdfirstStyle}style="width: 180px; padding-bottom: 15px;"{/capture} -{capture assign=tdStyle}style="width: 100px;"{/capture} -{capture assign=participantTotal}style="margin: 0.5em 0 0.5em;padding: 0.5em;background-color: #999999;font-weight: bold;color: #FAFAFA;border-radius: 2px;"{/capture} - - -<center> - <table width="700" border="0" cellpadding="0" cellspacing="0" id="crm-event_receipt" style="font-family: Arial, Verdana, sans-serif; text-align: left;"> - - <!-- BEGIN HEADER --> - <!-- You can add table row(s) here with logo or other header elements --> - <!-- END HEADER --> - - <!-- BEGIN CONTENT --> - - <tr> - <td> - <p>{contact.email_greeting},</p> - - {if $event.confirm_email_text AND (not $isOnWaitlist AND not $isRequireApproval)} - <p>{$event.confirm_email_text|htmlize}</p> - - {else} - <p>Thank you for your participation. This letter is a confirmation that your registration has been received and your status has been updated to <strong>{if $participant_status}{$participant_status}{else}{if $isOnWaitlist}waitlisted{else}registered{/if}{/if}</strong>.</p> - - {/if} - - <p> - {if $isOnWaitlist} - <p>{ts}You have been added to the WAIT LIST for this event.{/ts}</p> - {if $isPrimary} - <p>{ts}If space becomes available you will receive an email with a link to a web page where you can complete your registration.{/ts}</p> - {/if} - {elseif $isRequireApproval} - <p>{ts}Your registration has been submitted.{/ts}</p> - {if $isPrimary} - <p>{ts}Once your registration has been reviewed, you will receive an email with a link to a web page where you can complete the registration process.{/ts}</p> - {/if} - {elseif $is_pay_later && !$isAmountzero && !$isAdditionalParticipant} - <p>{$pay_later_receipt}</p> {* FIXME: this might be text rather than HTML *} - {else} - <p>{ts}Please print this confirmation for your records.{/ts}</p> - {/if} - - </td> - </tr> - <tr> - <td> - <table width="700" style="border: 1px solid #999; margin: 1em 0em 1em; border-collapse: collapse;"> - <tr> - <th {$headerStyle}> - {ts}Event Information and Location{/ts} - </th> - </tr> - <tr> - <td colspan="2" {$valueStyle}> - {$event.event_title}<br /> - {$event.event_start_date|date_format:"%A"} {$event.event_start_date|crmDate}{if $event.event_end_date}-{if $event.event_end_date|date_format:"%Y%m%d" == $event.event_start_date|date_format:"%Y%m%d"}{$event.event_end_date|crmDate:0:1}{else}{$event.event_end_date|date_format:"%A"} {$event.event_end_date|crmDate}{/if}{/if} - </td> - </tr> - - - {if $conference_sessions} - <tr> - <td colspan="2" {$labelStyle}> - {ts}Your schedule:{/ts} - </td> - </tr> - <tr> - <td colspan="2" {$valueStyle}> - {assign var='group_by_day' value='NA'} - {foreach from=$conference_sessions item=session} - {if $session.start_date|date_format:"%Y/%m/%d" != $group_by_day|date_format:"%Y/%m/%d"} - {assign var='group_by_day' value=$session.start_date} - <em>{$group_by_day|date_format:"%m/%d/%Y"}</em><br /> - {/if} - {$session.start_date|crmDate:0:1}{if $session.end_date}-{$session.end_date|crmDate:0:1}{/if} {$session.title}<br /> - {if $session.location} {$session.location}<br />{/if} - {/foreach} - </td> - </tr> - {/if} - - {if $event.participant_role neq 'Attendee' and $defaultRole} - <tr> - <td {$labelStyle}> - {ts}Participant Role{/ts} - </td> - <td {$valueStyle}> - {$event.participant_role} - </td> - </tr> - {/if} - - {if $isShowLocation} - <tr> - <td colspan="2" {$valueStyle}> - {if $location.address.1.name} - {$location.address.1.name}<br /> - {/if} - {if $location.address.1.street_address} - {$location.address.1.street_address}<br /> - {/if} - {if $location.address.1.supplemental_address_1} - {$location.address.1.supplemental_address_1}<br /> - {/if} - {if $location.address.1.supplemental_address_2} - {$location.address.1.supplemental_address_2}<br /> - {/if} - {if $location.address.1.city} - {$location.address.1.city}, {$location.address.1.state_province} {$location.address.1.postal_code}{if $location.address.1.postal_code_suffix} - {$location.address.1.postal_code_suffix}{/if}<br /> - {/if} - </td> - </tr> - {/if} - - {if $location.phone.1.phone || $location.email.1.email} - <tr> - <td colspan="2" {$labelStyle}> - {ts}Event Contacts:{/ts} - </td> - </tr> - {foreach from=$location.phone item=phone} - {if $phone.phone} - <tr> - <td {$labelStyle}> - {if $phone.phone_type} - {$phone.phone_type_display} - {else} - {ts}Phone{/ts} - {/if} - </td> - <td {$valueStyle}> - {$phone.phone} {if $phone.phone_ext} {ts}ext.{/ts} {$phone.phone_ext}{/if} - </td> - </tr> - {/if} - {/foreach} - {foreach from=$location.email item=eventEmail} - {if $eventEmail.email} - <tr> - <td {$labelStyle}> - {ts}Email{/ts} - </td> - <td {$valueStyle}> - {$eventEmail.email} - </td> - </tr> - {/if} - {/foreach} - {/if} - - {if $event.is_public} - <tr> - <td colspan="2" {$valueStyle}> - {capture assign=icalFeed}{crmURL p='civicrm/event/ical' q="reset=1&id=`$event.id`" h=0 a=1 fe=1}{/capture} - <a href="{$icalFeed}">{ts}Download iCalendar File{/ts}</a> - </td> - </tr> - {/if} - - {if $event.is_share} - <tr> - <td colspan="2" {$valueStyle}> - {capture assign=eventUrl}{crmURL p='civicrm/event/info' q="id=`$event.id`&reset=1" a=true fe=1 h=1}{/capture} - {include file="CRM/common/SocialNetwork.tpl" emailMode=true url=$eventUrl title=$event.title pageURL=$eventUrl} - </td> - </tr> - {/if} - {if $payer.name} - <tr> - <th {$headerStyle}> - {ts}You were registered by:{/ts} - </th> - </tr> - <tr> - <td colspan="2" {$valueStyle}> - {$payer.name} - </td> - </tr> - {/if} - {if $event.is_monetary} - - <tr> - <th {$headerStyle}> - {$event.fee_label} - </th> - </tr> - - {if $lineItem} - {foreach from=$lineItem item=value key=priceset} - {if $value neq 'skip'} - {if $isPrimary} - {if $lineItem|@count GT 1} {* Header for multi participant registration cases. *} - <tr> - <td colspan="2" {$labelStyle}> - {ts 1=$priceset+1}Participant %1{/ts} {$part.$priceset.info} - </td> - </tr> - {/if} - {/if} - <tr> - <td colspan="2" {$valueStyle}> - <table> {* FIXME: style this table so that it looks like the text version (justification, etc.) *} - <tr> - <th>{ts}Item{/ts}</th> - <th>{ts}Qty{/ts}</th> - <th>{ts}Each{/ts}</th> - {if $dataArray} - <th>{ts}SubTotal{/ts}</th> - <th>{ts}Tax Rate{/ts}</th> - <th>{ts}Tax Amount{/ts}</th> - {/if} - <th>{ts}Total{/ts}</th> - {if $pricesetFieldsCount }<th>{ts}Total Participants{/ts}</th>{/if} - </tr> - {foreach from=$value item=line} - <tr> - <td {$tdfirstStyle}> - {if $line.html_type eq 'Text'}{$line.label}{else}{$line.field_title} - {$line.label}{/if} {if $line.description}<div>{$line.description|truncate:30:"..."}</div>{/if} - </td> - <td {$tdStyle} align="middle"> - {$line.qty} - </td> - <td {$tdStyle}> - {$line.unit_price|crmMoney:$currency} - </td> - {if $dataArray} - <td {$tdStyle}> - {$line.unit_price*$line.qty|crmMoney} - </td> - {if $line.tax_rate != "" || $line.tax_amount != ""} - <td {$tdStyle}> - {$line.tax_rate|string_format:"%.2f"}% - </td> - <td {$tdStyle}> - {$line.tax_amount|crmMoney} - </td> - {else} - <td></td> - <td></td> - {/if} - {/if} - <td {$tdStyle}> - {$line.line_total+$line.tax_amount|crmMoney:$currency} - </td> - {if $pricesetFieldsCount }<td {$tdStyle}>{$line.participant_count}</td> {/if} - </tr> - {/foreach} - {if $individual} - <tr {$participantTotal}> - <td colspan=3>{ts}Participant Total{/ts}</td> - <td colspan=2>{$individual.$priceset.totalAmtWithTax-$individual.$priceset.totalTaxAmt|crmMoney}</td> - <td colspan=1>{$individual.$priceset.totalTaxAmt|crmMoney}</td> - <td colspan=2>{$individual.$priceset.totalAmtWithTax|crmMoney}</td> - </tr> - {/if} - </table> - </td> - </tr> - {/if} - {/foreach} - {if $dataArray} - <tr> - <td {$labelStyle}> - {ts} Amount Before Tax: {/ts} - </td> - <td {$valueStyle}> - {$totalAmount-$totalTaxAmount|crmMoney} - </td> - </tr> - {foreach from=$dataArray item=value key=priceset} - <tr> - {if $priceset || $priceset == 0} - <td> {$taxTerm} {$priceset|string_format:"%.2f"}%</td> - <td> {$value|crmMoney:$currency}</td> - {else} - <td> {ts}No{/ts} {$taxTerm}</td> - <td> {$value|crmMoney:$currency}</td> - {/if} - </tr> - {/foreach} - {/if} - {/if} - - {if $amounts && !$lineItem} - {foreach from=$amounts item=amnt key=level} - <tr> - <td colspan="2" {$valueStyle}> - {$amnt.amount|crmMoney:$currency} {$amnt.label} - </td> - </tr> - {/foreach} - {/if} - - {if $totalTaxAmount} - <tr> - <td {$labelStyle}> - {ts}Total Tax Amount{/ts} - </td> - <td {$valueStyle}> - {$totalTaxAmount|crmMoney:$currency} - </td> - </tr> - {/if} - {if $isPrimary} - <tr> - <td {$labelStyle}> - {ts}Total Amount{/ts} - </td> - <td {$valueStyle}> - {$totalAmount|crmMoney:$currency} {if $hookDiscount.message}({$hookDiscount.message}){/if} - </td> - </tr> - {if $pricesetFieldsCount } - <tr> - <td {$labelStyle}> - {ts}Total Participants{/ts}</td> - <td {$valueStyle}> - {assign var="count" value= 0} - {foreach from=$lineItem item=pcount} - {assign var="lineItemCount" value=0} - {if $pcount neq 'skip'} - {foreach from=$pcount item=p_count} - {assign var="lineItemCount" value=$lineItemCount+$p_count.participant_count} - {/foreach} - {if $lineItemCount < 1 } - {assign var="lineItemCount" value=1} - {/if} - {assign var="count" value=$count+$lineItemCount} - {/if} - {/foreach} - {$count} - </td> </tr> - {/if} - - {if $register_date} - <tr> - <td {$labelStyle}> - {ts}Registration Date{/ts} - </td> - <td {$valueStyle}> - {$register_date|crmDate} - </td> - </tr> - {/if} - - {if $receive_date} - <tr> - <td {$labelStyle}> - {ts}Transaction Date{/ts} - </td> - <td {$valueStyle}> - {$receive_date|crmDate} - </td> - </tr> - {/if} - - {if $financialTypeName} - <tr> - <td {$labelStyle}> - {ts}Financial Type{/ts} - </td> - <td {$valueStyle}> - {$financialTypeName} - </td> - </tr> - {/if} - - {if $trxn_id} - <tr> - <td {$labelStyle}> - {ts}Transaction #{/ts} - </td> - <td {$valueStyle}> - {$trxn_id} - </td> - </tr> - {/if} - - {if $paidBy} - <tr> - <td {$labelStyle}> - {ts}Paid By{/ts} - </td> - <td {$valueStyle}> - {$paidBy} - </td> - </tr> - {/if} - - {if $checkNumber} - <tr> - <td {$labelStyle}> - {ts}Check Number{/ts} - </td> - <td {$valueStyle}> - {$checkNumber} - </td> - </tr> - {/if} - - {if $contributeMode ne 'notify' and !$isAmountzero and (!$is_pay_later or $isBillingAddressRequiredForPayLater) and !$isOnWaitlist and !$isRequireApproval} - <tr> - <th {$headerStyle}> - {ts}Billing Name and Address{/ts} - </th> - </tr> - <tr> - <td colspan="2" {$valueStyle}> - {$billingName}<br /> - {$address|nl2br} - </td> - </tr> - {/if} - - {if $contributeMode eq 'direct' and !$isAmountzero and !$is_pay_later and !$isOnWaitlist and !$isRequireApproval} - <tr> - <th {$headerStyle}> - {ts}Credit Card Information{/ts} - </th> - </tr> - <tr> - <td colspan="2" {$valueStyle}> - {$credit_card_type}<br /> - {$credit_card_number}<br /> - {ts}Expires{/ts}: {$credit_card_exp_date|truncate:7:''|crmDate} - </td> - </tr> - {/if} - - {/if} - - {/if} {* End of conditional section for Paid events *} - - -{if $customPre} -{foreach from=$customPre item=customPr key=i} - <tr> <th {$headerStyle}>{$customPre_grouptitle.$i}</th></tr> - {foreach from=$customPr item=customValue key=customName} - {if ( $trackingFields and ! in_array( $customName, $trackingFields ) ) or ! $trackingFields} - <tr> - <td {$labelStyle}>{$customName}</td> - <td {$valueStyle}>{$customValue}</td> - </tr> - {/if} - {/foreach} -{/foreach} -{/if} - -{if $customPost} -{foreach from=$customPost item=customPos key=j} - <tr> <th {$headerStyle}>{$customPost_grouptitle.$j}</th></tr> - {foreach from=$customPos item=customValue key=customName} - {if ( $trackingFields and ! in_array( $customName, $trackingFields ) ) or ! $trackingFields} - <tr> - <td {$labelStyle}>{$customName}</td> - <td {$valueStyle}>{$customValue}</td> - </tr> -{/if} -{/foreach} -{/foreach} -{/if} - -{if $customProfile} -{foreach from=$customProfile.profile item=eachParticipant key=participantID} - <tr><th {$headerStyle}>{ts 1=$participantID+2}Participant %1{/ts} </th></tr> - {foreach from=$eachParticipant item=eachProfile key=pid} - <tr><th {$headerStyle}>{$customProfile.title.$pid}</th></tr> - {foreach from=$eachProfile item=val key=field} - <tr>{foreach from=$val item=v key=f} - <td {$labelStyle}>{$field}</td> - <td {$valueStyle}>{$v}</td> - {/foreach} - </tr> - {/foreach} -{/foreach} -{/foreach} -{/if} - - {if $customGroup} - {foreach from=$customGroup item=value key=customName} - <tr> - <th {$headerStyle}> - {$customName} - </th> - </tr> - {foreach from=$value item=v key=n} - <tr> - <td {$labelStyle}> - {$n} - </td> - <td {$valueStyle}> - {$v} - </td> - </tr> - {/foreach} - {/foreach} - {/if} - </table> - {if $event.allow_selfcancelxfer } - <tr> - <td colspan="2" {$valueStyle}> - {ts 1=$event.selfcancelxfer_time}You may transfer your registration to another participant or cancel your registration up to %1 hours before the event.{/ts} {if $totalAmount}{ts}Cancellations are not refundable.{/ts}{/if}<br /> - {capture assign=selfService}{crmURL p='civicrm/event/selfsvcupdate' q="reset=1&pid=`$participant.id`&{contact.checksum}" h=0 a=1 fe=1}{/capture} - <a href="{$selfService}">{ts}Click here to transfer or cancel your registration.{/ts}</a> - </td> - </tr> - {/if} - </td> - </tr> - </table> -</center> - -</body> -</html> diff --git a/civicrm/CRM/Upgrade/4.7.4.msg_template/message_templates/event_online_receipt_text.tpl b/civicrm/CRM/Upgrade/4.7.4.msg_template/message_templates/event_online_receipt_text.tpl deleted file mode 100644 index e5a9c23f22..0000000000 --- a/civicrm/CRM/Upgrade/4.7.4.msg_template/message_templates/event_online_receipt_text.tpl +++ /dev/null @@ -1,311 +0,0 @@ -{contact.email_greeting}, - -{if $event.confirm_email_text AND (not $isOnWaitlist AND not $isRequireApproval)} -{$event.confirm_email_text} - -{else} -Thank you for your participation. This letter is a confirmation that your registration has been received and your status has been updated to {if $participant_status}{$participant_status}{else}{if $isOnWaitlist}waitlisted{else}registered{/if}{/if}. - -{/if} - -{if $isOnWaitlist} -==========================================================={if $pricesetFieldsCount }===================={/if} - -{ts}You have been added to the WAIT LIST for this event.{/ts} - -{if $isPrimary} -{ts}If space becomes available you will receive an email with a link to a web page where you can complete your registration.{/ts} -{/if} -==========================================================={if $pricesetFieldsCount }===================={/if} - -{elseif $isRequireApproval} -==========================================================={if $pricesetFieldsCount }===================={/if} - -{ts}Your registration has been submitted.{/ts} - -{if $isPrimary} -{ts}Once your registration has been reviewed, you will receive an email with a link to a web page where you can complete the registration process.{/ts} - -{/if} -==========================================================={if $pricesetFieldsCount }===================={/if} - -{elseif $is_pay_later && !$isAmountzero && !$isAdditionalParticipant} - -==========================================================={if $pricesetFieldsCount }===================={/if} - -{$pay_later_receipt} -==========================================================={if $pricesetFieldsCount }===================={/if} - -{else} - -{ts}Please print this confirmation for your records.{/ts} -{/if} - - -==========================================================={if $pricesetFieldsCount }===================={/if} - -{ts}Event Information and Location{/ts} - -==========================================================={if $pricesetFieldsCount }===================={/if} - -{$event.event_title} -{$event.event_start_date|date_format:"%A"} {$event.event_start_date|crmDate}{if $event.event_end_date}-{if $event.event_end_date|date_format:"%Y%m%d" == $event.event_start_date|date_format:"%Y%m%d"}{$event.event_end_date|crmDate:0:1}{else}{$event.event_end_date|date_format:"%A"} {$event.event_end_date|crmDate}{/if}{/if} -{if $conference_sessions} - - -{ts}Your schedule:{/ts} -{assign var='group_by_day' value='NA'} -{foreach from=$conference_sessions item=session} -{if $session.start_date|date_format:"%Y/%m/%d" != $group_by_day|date_format:"%Y/%m/%d"} -{assign var='group_by_day' value=$session.start_date} - -{$group_by_day|date_format:"%m/%d/%Y"} - - -{/if} -{$session.start_date|crmDate:0:1}{if $session.end_date}-{$session.end_date|crmDate:0:1}{/if} {$session.title} -{if $session.location} {$session.location}{/if} -{/foreach} -{/if} - -{if $event.participant_role neq 'Attendee' and $defaultRole} -{ts}Participant Role{/ts}: {$event.participant_role} -{/if} - -{if $isShowLocation} -{if $location.address.1.name} - -{$location.address.1.name} -{/if} -{if $location.address.1.street_address}{$location.address.1.street_address} -{/if} -{if $location.address.1.supplemental_address_1}{$location.address.1.supplemental_address_1} -{/if} -{if $location.address.1.supplemental_address_2}{$location.address.1.supplemental_address_2} -{/if} -{if $location.address.1.city}{$location.address.1.city}, {$location.address.1.state_province} {$location.address.1.postal_code}{if $location.address.1.postal_code_suffix} - {$location.address.1.postal_code_suffix}{/if} -{/if} - -{/if}{*End of isShowLocation condition*} - -{if $location.phone.1.phone || $location.email.1.email} - -{ts}Event Contacts:{/ts} -{foreach from=$location.phone item=phone} -{if $phone.phone} - -{if $phone.phone_type}{$phone.phone_type_display}{else}{ts}Phone{/ts}{/if}: {$phone.phone}{/if} {if $phone.phone_ext} {ts}ext.{/ts} {$phone.phone_ext}{/if} -{/foreach} -{foreach from=$location.email item=eventEmail} -{if $eventEmail.email} - -{ts}Email{/ts}: {$eventEmail.email}{/if}{/foreach} -{/if} - -{if $event.is_public} -{capture assign=icalFeed}{crmURL p='civicrm/event/ical' q="reset=1&id=`$event.id`" h=0 a=1 fe=1}{/capture} -{ts}Download iCalendar File:{/ts} {$icalFeed} -{/if} - -{if $payer.name} -You were registered by: {$payer.name} -{/if} -{if $event.is_monetary} {* This section for Paid events only.*} - -==========================================================={if $pricesetFieldsCount }===================={/if} - -{$event.fee_label} -==========================================================={if $pricesetFieldsCount }===================={/if} - -{if $lineItem}{foreach from=$lineItem item=value key=priceset} - -{if $value neq 'skip'} -{if $isPrimary} -{if $lineItem|@count GT 1} {* Header for multi participant registration cases. *} -{ts 1=$priceset+1}Participant %1{/ts} {$part.$priceset.info} - -{/if} -{/if} ------------------------------------------------------------{if $pricesetFieldsCount }-----------------------------------------------------{/if} - -{capture assign=ts_item}{ts}Item{/ts}{/capture} -{capture assign=ts_qty}{ts}Qty{/ts}{/capture} -{capture assign=ts_each}{ts}Each{/ts}{/capture} -{if $dataArray} -{capture assign=ts_subtotal}{ts}Subtotal{/ts}{/capture} -{capture assign=ts_taxRate}{ts}Tax Rate{/ts}{/capture} -{capture assign=ts_taxAmount}{ts}Tax Amount{/ts}{/capture} -{/if} -{capture assign=ts_total}{ts}Total{/ts}{/capture} -{if $pricesetFieldsCount }{capture assign=ts_participant_total}{ts}Total Participants{/ts}{/capture}{/if} -{$ts_item|string_format:"%-30s"} {$ts_qty|string_format:"%5s"} {$ts_each|string_format:"%10s"} {if $dataArray} {$ts_subtotal|string_format:"%10s"} {$ts_taxRate|string_format:"%10s"} {$ts_taxAmount|string_format:"%10s"} {/if} {$ts_total|string_format:"%10s"} {$ts_participant_total|string_format:"%10s"} ------------------------------------------------------------{if $pricesetFieldsCount }-----------------------------------------------------{/if} - -{foreach from=$value item=line} -{if $pricesetFieldsCount }{capture assign=ts_participant_count}{$line.participant_count}{/capture}{/if} -{capture assign=ts_item}{if $line.html_type eq 'Text'}{$line.label}{else}{$line.field_title} - {$line.label}{/if} {if $line.description} {$line.description}{/if}{/capture}{$ts_item|truncate:30:"..."|string_format:"%-30s"} {$line.qty|string_format:"%5s"} {$line.unit_price|crmMoney:$currency|string_format:"%10s"} {if $dataArray} {$line.unit_price*$line.qty|crmMoney:$currency|string_format:"%10s"} {if $line.tax_rate != "" || $line.tax_amount != ""} {$line.tax_rate|string_format:"%.2f"} % {$line.tax_amount|crmMoney:$currency|string_format:"%10s"} {else} {/if} {/if} {$line.line_total+$line.tax_amount|crmMoney:$currency|string_format:"%10s"}{$ts_participant_count|string_format:"%10s"} -{/foreach} ----------------------------------------------------------------------------------------------------------------- -{if $individual}{ts}Participant Total{/ts} {$individual.$priceset.totalAmtWithTax-$individual.$priceset.totalTaxAmt|crmMoney:$currency|string_format:"%29s"} {$individual.$priceset.totalTaxAmt|crmMoney:$currency|string_format:"%33s"} {$individual.$priceset.totalAmtWithTax|crmMoney:$currency|string_format:"%12s"}{/if} -{/if} -{""|string_format:"%120s"} -{/foreach} -{""|string_format:"%120s"} - -{if $dataArray} -{ts}Amount before Tax{/ts}: {$totalAmount-$totalTaxAmount|crmMoney:$currency} - -{foreach from=$dataArray item=value key=priceset} -{if $priceset || $priceset == 0} -{$taxTerm} {$priceset|string_format:"%.2f"}%: {$value|crmMoney:$currency} -{else} -{ts}No{/ts} {$taxTerm}: {$value|crmMoney:$currency} -{/if} -{/foreach} -{/if} -{/if} - -{if $amounts && !$lineItem} -{foreach from=$amounts item=amnt key=level}{$amnt.amount|crmMoney:$currency} {$amnt.label} -{/foreach} -{/if} - -{if $totalTaxAmount} -{ts}Total Tax Amount{/ts}: {$totalTaxAmount|crmMoney:$currency} -{/if} -{if $isPrimary } - -{ts}Total Amount{/ts}: {$totalAmount|crmMoney:$currency} {if $hookDiscount.message}({$hookDiscount.message}){/if} - -{if $pricesetFieldsCount } - {assign var="count" value= 0} - {foreach from=$lineItem item=pcount} - {assign var="lineItemCount" value=0} - {if $pcount neq 'skip'} - {foreach from=$pcount item=p_count} - {assign var="lineItemCount" value=$lineItemCount+$p_count.participant_count} - {/foreach} - {if $lineItemCount < 1 } - {assign var="lineItemCount" value=1} - {/if} - {assign var="count" value=$count+$lineItemCount} - {/if} - {/foreach} - -{ts}Total Participants{/ts}: {$count} -{/if} - -{if $register_date} -{ts}Registration Date{/ts}: {$register_date|crmDate} -{/if} -{if $receive_date} -{ts}Transaction Date{/ts}: {$receive_date|crmDate} -{/if} -{if $financialTypeName} -{ts}Financial Type{/ts}: {$financialTypeName} -{/if} -{if $trxn_id} -{ts}Transaction #{/ts}: {$trxn_id} -{/if} -{if $paidBy} -{ts}Paid By{/ts}: {$paidBy} -{/if} -{if $checkNumber} -{ts}Check Number{/ts}: {$checkNumber} -{/if} -{if $contributeMode ne 'notify' and !$isAmountzero and (!$is_pay_later or $isBillingAddressRequiredForPayLater) and !$isOnWaitlist and !$isRequireApproval} - -==========================================================={if $pricesetFieldsCount }===================={/if} - -{ts}Billing Name and Address{/ts} - -==========================================================={if $pricesetFieldsCount }===================={/if} - -{$billingName} -{$address} -{/if} - -{if $contributeMode eq 'direct' and !$isAmountzero and !$is_pay_later and !$isOnWaitlist and !$isRequireApproval} -==========================================================={if $pricesetFieldsCount }===================={/if} - -{ts}Credit Card Information{/ts} - -==========================================================={if $pricesetFieldsCount }===================={/if} - -{$credit_card_type} -{$credit_card_number} -{ts}Expires{/ts}: {$credit_card_exp_date|truncate:7:''|crmDate} -{/if} -{/if} -{/if} {* End of conditional section for Paid events *} - -{if $customPre} -{foreach from=$customPre item=customPr key=i} -==========================================================={if $pricesetFieldsCount }===================={/if} - -{$customPre_grouptitle.$i} -==========================================================={if $pricesetFieldsCount }===================={/if} - -{foreach from=$customPr item=customValue key=customName} -{if ( $trackingFields and ! in_array( $customName, $trackingFields ) ) or ! $trackingFields} - {$customName}: {$customValue} -{/if} -{/foreach} -{/foreach} -{/if} - -{if $customPost} -{foreach from=$customPost item=customPos key=j} -==========================================================={if $pricesetFieldsCount }===================={/if} - -{$customPost_grouptitle.$j} -==========================================================={if $pricesetFieldsCount }===================={/if} - -{foreach from=$customPos item=customValue key=customName} -{if ( $trackingFields and ! in_array( $customName, $trackingFields ) ) or ! $trackingFields} - {$customName}: {$customValue} -{/if} -{/foreach} -{/foreach} -{/if} -{if $customProfile} - -{foreach from=$customProfile.profile item=eachParticipant key=participantID} -==========================================================={if $pricesetFieldsCount }===================={/if} - -{ts 1=$participantID+2}Participant Information - Participant %1{/ts} - -==========================================================={if $pricesetFieldsCount }===================={/if} - -{foreach from=$eachParticipant item=eachProfile key=pid} -----------------------------------------------------------{if $pricesetFieldsCount }--------------------{/if} - -{$customProfile.title.$pid} -----------------------------------------------------------{if $pricesetFieldsCount }--------------------{/if} - -{foreach from=$eachProfile item=val key=field} -{foreach from=$val item=v key=f} -{$field}: {$v} -{/foreach} -{/foreach} -{/foreach} -{/foreach} -{/if} -{if $customGroup} -{foreach from=$customGroup item=value key=customName} -=========================================================={if $pricesetFieldsCount }===================={/if} - -{$customName} -=========================================================={if $pricesetFieldsCount }===================={/if} - -{foreach from=$value item=v key=n} -{$n}: {$v} -{/foreach} -{/foreach} -{/if} - -{if $event.allow_selfcancelxfer } -{ts 1=$event.selfcancelxfer_time}You may transfer your registration to another participant or cancel your registration up to %1 hours before the event.{/ts} {if $totalAmount}{ts}Cancellations are not refundable.{/ts}{/if} - {capture assign=selfService}{crmURL p='civicrm/event/selfsvcupdate' q="reset=1&pid=`$participant.id`&{contact.checksum}" h=0 a=1 fe=1}{/capture} -{ts}Transfer or cancel your registration:{/ts} {$selfService} -{/if} diff --git a/civicrm/CRM/Upgrade/4.7.5.msg_template/civicrm_msg_template.tpl b/civicrm/CRM/Upgrade/4.7.5.msg_template/civicrm_msg_template.tpl deleted file mode 100644 index 66a5177567..0000000000 --- a/civicrm/CRM/Upgrade/4.7.5.msg_template/civicrm_msg_template.tpl +++ /dev/null @@ -1,16 +0,0 @@ -{php} - $dir = SMARTY_DIR . '/../../CRM/Upgrade/4.7.5.msg_template/message_templates'; - $templates = array(); - foreach (preg_grep('/\.tpl$/', scandir($dir)) as $filename) { - $parts = explode('_', basename($filename, '.tpl')); - $templates[] = array('type' => array_pop($parts), 'name' => implode('_', $parts), 'filename' => "$dir/$filename"); - } - $this->assign('templates', $templates); -{/php} - -{foreach from=$templates item=tpl} - {fetch assign=content file=$tpl.filename} - SELECT @workflow_id := MAX(id) FROM civicrm_option_value WHERE name = '{$tpl.name}'; - SELECT @content := msg_{$tpl.type} FROM civicrm_msg_template WHERE workflow_id = @workflow_id AND is_reserved = 1 LIMIT 1; - UPDATE civicrm_msg_template SET msg_{$tpl.type} = '{$content|escape:"quotes"}' WHERE workflow_id = @workflow_id AND (is_reserved = 1 OR (is_default = 1 AND msg_{$tpl.type} = @content)); -{/foreach} diff --git a/civicrm/CRM/Upgrade/4.7.5.msg_template/message_templates/event_online_receipt_html.tpl b/civicrm/CRM/Upgrade/4.7.5.msg_template/message_templates/event_online_receipt_html.tpl deleted file mode 100644 index 278850b791..0000000000 --- a/civicrm/CRM/Upgrade/4.7.5.msg_template/message_templates/event_online_receipt_html.tpl +++ /dev/null @@ -1,528 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head> - <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> - <title></title> -</head> -<body> - -{capture assign=headerStyle}colspan="2" style="text-align: left; padding: 4px; border-bottom: 1px solid #999; background-color: #eee;"{/capture} -{capture assign=labelStyle }style="padding: 4px; border-bottom: 1px solid #999; background-color: #f7f7f7;"{/capture} -{capture assign=valueStyle }style="padding: 4px; border-bottom: 1px solid #999;"{/capture} -{capture assign=tdfirstStyle}style="width: 180px; padding-bottom: 15px;"{/capture} -{capture assign=tdStyle}style="width: 100px;"{/capture} -{capture assign=participantTotal}style="margin: 0.5em 0 0.5em;padding: 0.5em;background-color: #999999;font-weight: bold;color: #FAFAFA;border-radius: 2px;"{/capture} - - -<center> - <table width="700" border="0" cellpadding="0" cellspacing="0" id="crm-event_receipt" style="font-family: Arial, Verdana, sans-serif; text-align: left;"> - - <!-- BEGIN HEADER --> - <!-- You can add table row(s) here with logo or other header elements --> - <!-- END HEADER --> - - <!-- BEGIN CONTENT --> - - <tr> - <td> - <p>{contact.email_greeting},</p> - - {if $event.confirm_email_text AND (not $isOnWaitlist AND not $isRequireApproval)} - <p>{$event.confirm_email_text|htmlize}</p> - - {else} - <p>{ts}Thank you for your participation.{/ts} - {if $participant_status}{ts 1=$participant_status}This letter is a confirmation that your registration has been received and your status has been updated to <strong> %1</strong>.{/ts} - {else}{if $isOnWaitlist}{ts}This letter is a confirmation that your registration has been received and your status has been updated to <strong>waitlisted</strong>.{/ts}{else}{ts}This letter is a confirmation that your registration has been received and your status has been updated to <strong>registered<strong>.{/ts}{/if}{/if}.</p> - - {/if} - - <p> - {if $isOnWaitlist} - <p>{ts}You have been added to the WAIT LIST for this event.{/ts}</p> - {if $isPrimary} - <p>{ts}If space becomes available you will receive an email with a link to a web page where you can complete your registration.{/ts}</p> - {/if} - {elseif $isRequireApproval} - <p>{ts}Your registration has been submitted.{/ts}</p> - {if $isPrimary} - <p>{ts}Once your registration has been reviewed, you will receive an email with a link to a web page where you can complete the registration process.{/ts}</p> - {/if} - {elseif $is_pay_later && !$isAmountzero && !$isAdditionalParticipant} - <p>{$pay_later_receipt}</p> {* FIXME: this might be text rather than HTML *} - {else} - <p>{ts}Please print this confirmation for your records.{/ts}</p> - {/if} - - </td> - </tr> - <tr> - <td> - <table width="700" style="border: 1px solid #999; margin: 1em 0em 1em; border-collapse: collapse;"> - <tr> - <th {$headerStyle}> - {ts}Event Information and Location{/ts} - </th> - </tr> - <tr> - <td colspan="2" {$valueStyle}> - {$event.event_title}<br /> - {$event.event_start_date|date_format:"%A"} {$event.event_start_date|crmDate}{if $event.event_end_date}-{if $event.event_end_date|date_format:"%Y%m%d" == $event.event_start_date|date_format:"%Y%m%d"}{$event.event_end_date|crmDate:0:1}{else}{$event.event_end_date|date_format:"%A"} {$event.event_end_date|crmDate}{/if}{/if} - </td> - </tr> - - - {if $conference_sessions} - <tr> - <td colspan="2" {$labelStyle}> - {ts}Your schedule:{/ts} - </td> - </tr> - <tr> - <td colspan="2" {$valueStyle}> - {assign var='group_by_day' value='NA'} - {foreach from=$conference_sessions item=session} - {if $session.start_date|date_format:"%Y/%m/%d" != $group_by_day|date_format:"%Y/%m/%d"} - {assign var='group_by_day' value=$session.start_date} - <em>{$group_by_day|date_format:"%m/%d/%Y"}</em><br /> - {/if} - {$session.start_date|crmDate:0:1}{if $session.end_date}-{$session.end_date|crmDate:0:1}{/if} {$session.title}<br /> - {if $session.location} {$session.location}<br />{/if} - {/foreach} - </td> - </tr> - {/if} - - {if $event.participant_role neq 'Attendee' and $defaultRole} - <tr> - <td {$labelStyle}> - {ts}Participant Role{/ts} - </td> - <td {$valueStyle}> - {$event.participant_role} - </td> - </tr> - {/if} - - {if $isShowLocation} - <tr> - <td colspan="2" {$valueStyle}> - {if $location.address.1.name} - {$location.address.1.name}<br /> - {/if} - {if $location.address.1.street_address} - {$location.address.1.street_address}<br /> - {/if} - {if $location.address.1.supplemental_address_1} - {$location.address.1.supplemental_address_1}<br /> - {/if} - {if $location.address.1.supplemental_address_2} - {$location.address.1.supplemental_address_2}<br /> - {/if} - {if $location.address.1.city} - {$location.address.1.city}, {$location.address.1.state_province} {$location.address.1.postal_code}{if $location.address.1.postal_code_suffix} - {$location.address.1.postal_code_suffix}{/if}<br /> - {/if} - </td> - </tr> - {/if} - - {if $location.phone.1.phone || $location.email.1.email} - <tr> - <td colspan="2" {$labelStyle}> - {ts}Event Contacts:{/ts} - </td> - </tr> - {foreach from=$location.phone item=phone} - {if $phone.phone} - <tr> - <td {$labelStyle}> - {if $phone.phone_type} - {$phone.phone_type_display} - {else} - {ts}Phone{/ts} - {/if} - </td> - <td {$valueStyle}> - {$phone.phone} {if $phone.phone_ext} {ts}ext.{/ts} {$phone.phone_ext}{/if} - </td> - </tr> - {/if} - {/foreach} - {foreach from=$location.email item=eventEmail} - {if $eventEmail.email} - <tr> - <td {$labelStyle}> - {ts}Email{/ts} - </td> - <td {$valueStyle}> - {$eventEmail.email} - </td> - </tr> - {/if} - {/foreach} - {/if} - - {if $event.is_public} - <tr> - <td colspan="2" {$valueStyle}> - {capture assign=icalFeed}{crmURL p='civicrm/event/ical' q="reset=1&id=`$event.id`" h=0 a=1 fe=1}{/capture} - <a href="{$icalFeed}">{ts}Download iCalendar File{/ts}</a> - </td> - </tr> - {/if} - - {if $event.is_share} - <tr> - <td colspan="2" {$valueStyle}> - {capture assign=eventUrl}{crmURL p='civicrm/event/info' q="id=`$event.id`&reset=1" a=true fe=1 h=1}{/capture} - {include file="CRM/common/SocialNetwork.tpl" emailMode=true url=$eventUrl title=$event.title pageURL=$eventUrl} - </td> - </tr> - {/if} - {if $payer.name} - <tr> - <th {$headerStyle}> - {ts}You were registered by:{/ts} - </th> - </tr> - <tr> - <td colspan="2" {$valueStyle}> - {$payer.name} - </td> - </tr> - {/if} - {if $event.is_monetary} - - <tr> - <th {$headerStyle}> - {$event.fee_label} - </th> - </tr> - - {if $lineItem} - {foreach from=$lineItem item=value key=priceset} - {if $value neq 'skip'} - {if $isPrimary} - {if $lineItem|@count GT 1} {* Header for multi participant registration cases. *} - <tr> - <td colspan="2" {$labelStyle}> - {ts 1=$priceset+1}Participant %1{/ts} {$part.$priceset.info} - </td> - </tr> - {/if} - {/if} - <tr> - <td colspan="2" {$valueStyle}> - <table> {* FIXME: style this table so that it looks like the text version (justification, etc.) *} - <tr> - <th>{ts}Item{/ts}</th> - <th>{ts}Qty{/ts}</th> - <th>{ts}Each{/ts}</th> - {if $dataArray} - <th>{ts}SubTotal{/ts}</th> - <th>{ts}Tax Rate{/ts}</th> - <th>{ts}Tax Amount{/ts}</th> - {/if} - <th>{ts}Total{/ts}</th> - {if $pricesetFieldsCount }<th>{ts}Total Participants{/ts}</th>{/if} - </tr> - {foreach from=$value item=line} - <tr> - <td {$tdfirstStyle}> - {if $line.html_type eq 'Text'}{$line.label}{else}{$line.field_title} - {$line.label}{/if} {if $line.description}<div>{$line.description|truncate:30:"..."}</div>{/if} - </td> - <td {$tdStyle} align="middle"> - {$line.qty} - </td> - <td {$tdStyle}> - {$line.unit_price|crmMoney:$currency} - </td> - {if $dataArray} - <td {$tdStyle}> - {$line.unit_price*$line.qty|crmMoney} - </td> - {if $line.tax_rate != "" || $line.tax_amount != ""} - <td {$tdStyle}> - {$line.tax_rate|string_format:"%.2f"}% - </td> - <td {$tdStyle}> - {$line.tax_amount|crmMoney} - </td> - {else} - <td></td> - <td></td> - {/if} - {/if} - <td {$tdStyle}> - {$line.line_total+$line.tax_amount|crmMoney:$currency} - </td> - {if $pricesetFieldsCount }<td {$tdStyle}>{$line.participant_count}</td> {/if} - </tr> - {/foreach} - {if $individual} - <tr {$participantTotal}> - <td colspan=3>{ts}Participant Total{/ts}</td> - <td colspan=2>{$individual.$priceset.totalAmtWithTax-$individual.$priceset.totalTaxAmt|crmMoney}</td> - <td colspan=1>{$individual.$priceset.totalTaxAmt|crmMoney}</td> - <td colspan=2>{$individual.$priceset.totalAmtWithTax|crmMoney}</td> - </tr> - {/if} - </table> - </td> - </tr> - {/if} - {/foreach} - {if $dataArray} - <tr> - <td {$labelStyle}> - {ts} Amount Before Tax: {/ts} - </td> - <td {$valueStyle}> - {$totalAmount-$totalTaxAmount|crmMoney} - </td> - </tr> - {foreach from=$dataArray item=value key=priceset} - <tr> - {if $priceset || $priceset == 0} - <td> {$taxTerm} {$priceset|string_format:"%.2f"}%</td> - <td> {$value|crmMoney:$currency}</td> - {else} - <td> {ts}No{/ts} {$taxTerm}</td> - <td> {$value|crmMoney:$currency}</td> - {/if} - </tr> - {/foreach} - {/if} - {/if} - - {if $amounts && !$lineItem} - {foreach from=$amounts item=amnt key=level} - <tr> - <td colspan="2" {$valueStyle}> - {$amnt.amount|crmMoney:$currency} {$amnt.label} - </td> - </tr> - {/foreach} - {/if} - - {if $totalTaxAmount} - <tr> - <td {$labelStyle}> - {ts}Total Tax Amount{/ts} - </td> - <td {$valueStyle}> - {$totalTaxAmount|crmMoney:$currency} - </td> - </tr> - {/if} - {if $isPrimary} - <tr> - <td {$labelStyle}> - {ts}Total Amount{/ts} - </td> - <td {$valueStyle}> - {$totalAmount|crmMoney:$currency} {if $hookDiscount.message}({$hookDiscount.message}){/if} - </td> - </tr> - {if $pricesetFieldsCount } - <tr> - <td {$labelStyle}> - {ts}Total Participants{/ts}</td> - <td {$valueStyle}> - {assign var="count" value= 0} - {foreach from=$lineItem item=pcount} - {assign var="lineItemCount" value=0} - {if $pcount neq 'skip'} - {foreach from=$pcount item=p_count} - {assign var="lineItemCount" value=$lineItemCount+$p_count.participant_count} - {/foreach} - {if $lineItemCount < 1 } - {assign var="lineItemCount" value=1} - {/if} - {assign var="count" value=$count+$lineItemCount} - {/if} - {/foreach} - {$count} - </td> </tr> - {/if} - - {if $register_date} - <tr> - <td {$labelStyle}> - {ts}Registration Date{/ts} - </td> - <td {$valueStyle}> - {$register_date|crmDate} - </td> - </tr> - {/if} - - {if $receive_date} - <tr> - <td {$labelStyle}> - {ts}Transaction Date{/ts} - </td> - <td {$valueStyle}> - {$receive_date|crmDate} - </td> - </tr> - {/if} - - {if $financialTypeName} - <tr> - <td {$labelStyle}> - {ts}Financial Type{/ts} - </td> - <td {$valueStyle}> - {$financialTypeName} - </td> - </tr> - {/if} - - {if $trxn_id} - <tr> - <td {$labelStyle}> - {ts}Transaction #{/ts} - </td> - <td {$valueStyle}> - {$trxn_id} - </td> - </tr> - {/if} - - {if $paidBy} - <tr> - <td {$labelStyle}> - {ts}Paid By{/ts} - </td> - <td {$valueStyle}> - {$paidBy} - </td> - </tr> - {/if} - - {if $checkNumber} - <tr> - <td {$labelStyle}> - {ts}Check Number{/ts} - </td> - <td {$valueStyle}> - {$checkNumber} - </td> - </tr> - {/if} - - {if $contributeMode ne 'notify' and !$isAmountzero and (!$is_pay_later or $isBillingAddressRequiredForPayLater) and !$isOnWaitlist and !$isRequireApproval} - <tr> - <th {$headerStyle}> - {ts}Billing Name and Address{/ts} - </th> - </tr> - <tr> - <td colspan="2" {$valueStyle}> - {$billingName}<br /> - {$address|nl2br} - </td> - </tr> - {/if} - - {if $contributeMode eq 'direct' and !$isAmountzero and !$is_pay_later and !$isOnWaitlist and !$isRequireApproval} - <tr> - <th {$headerStyle}> - {ts}Credit Card Information{/ts} - </th> - </tr> - <tr> - <td colspan="2" {$valueStyle}> - {$credit_card_type}<br /> - {$credit_card_number}<br /> - {ts}Expires{/ts}: {$credit_card_exp_date|truncate:7:''|crmDate} - </td> - </tr> - {/if} - - {/if} - - {/if} {* End of conditional section for Paid events *} - - -{if $customPre} -{foreach from=$customPre item=customPr key=i} - <tr> <th {$headerStyle}>{$customPre_grouptitle.$i}</th></tr> - {foreach from=$customPr item=customValue key=customName} - {if ( $trackingFields and ! in_array( $customName, $trackingFields ) ) or ! $trackingFields} - <tr> - <td {$labelStyle}>{$customName}</td> - <td {$valueStyle}>{$customValue}</td> - </tr> - {/if} - {/foreach} -{/foreach} -{/if} - -{if $customPost} -{foreach from=$customPost item=customPos key=j} - <tr> <th {$headerStyle}>{$customPost_grouptitle.$j}</th></tr> - {foreach from=$customPos item=customValue key=customName} - {if ( $trackingFields and ! in_array( $customName, $trackingFields ) ) or ! $trackingFields} - <tr> - <td {$labelStyle}>{$customName}</td> - <td {$valueStyle}>{$customValue}</td> - </tr> -{/if} -{/foreach} -{/foreach} -{/if} - -{if $customProfile} -{foreach from=$customProfile.profile item=eachParticipant key=participantID} - <tr><th {$headerStyle}>{ts 1=$participantID+2}Participant %1{/ts} </th></tr> - {foreach from=$eachParticipant item=eachProfile key=pid} - <tr><th {$headerStyle}>{$customProfile.title.$pid}</th></tr> - {foreach from=$eachProfile item=val key=field} - <tr>{foreach from=$val item=v key=f} - <td {$labelStyle}>{$field}</td> - <td {$valueStyle}>{$v}</td> - {/foreach} - </tr> - {/foreach} -{/foreach} -{/foreach} -{/if} - - {if $customGroup} - {foreach from=$customGroup item=value key=customName} - <tr> - <th {$headerStyle}> - {$customName} - </th> - </tr> - {foreach from=$value item=v key=n} - <tr> - <td {$labelStyle}> - {$n} - </td> - <td {$valueStyle}> - {$v} - </td> - </tr> - {/foreach} - {/foreach} - {/if} - </table> - {if $event.allow_selfcancelxfer } - <tr> - <td colspan="2" {$valueStyle}> - {ts 1=$event.selfcancelxfer_time}You may transfer your registration to another participant or cancel your registration up to %1 hours before the event.{/ts} {if $totalAmount}{ts}Cancellations are not refundable.{/ts}{/if}<br /> - {capture assign=selfService}{crmURL p='civicrm/event/selfsvcupdate' q="reset=1&pid=`$participant.id`&{contact.checksum}" h=0 a=1 fe=1}{/capture} - <a href="{$selfService}">{ts}Click here to transfer or cancel your registration.{/ts}</a> - </td> - </tr> - {/if} - </td> - </tr> - </table> -</center> - -</body> -</html> diff --git a/civicrm/CRM/Upgrade/4.7.5.msg_template/message_templates/event_online_receipt_text.tpl b/civicrm/CRM/Upgrade/4.7.5.msg_template/message_templates/event_online_receipt_text.tpl deleted file mode 100644 index d056a8c607..0000000000 --- a/civicrm/CRM/Upgrade/4.7.5.msg_template/message_templates/event_online_receipt_text.tpl +++ /dev/null @@ -1,314 +0,0 @@ -{contact.email_greeting}, - -{if $event.confirm_email_text AND (not $isOnWaitlist AND not $isRequireApproval)} -{$event.confirm_email_text} - -{else} - {ts}Thank you for your participation.{/ts} - {if $participant_status}{ts 1=$participant_status}This letter is a confirmation that your registration has been received and your status has been updated to %1.{/ts} - {else}{if $isOnWaitlist}{ts}This letter is a confirmation that your registration has been received and your status has been updated to waitlisted.{/ts}{else}{ts}This letter is a confirmation that your registration has been received and your status has been updated to registered.{/ts}{/if} - {/if}. - -{/if} - -{if $isOnWaitlist} -==========================================================={if $pricesetFieldsCount }===================={/if} - -{ts}You have been added to the WAIT LIST for this event.{/ts} - -{if $isPrimary} -{ts}If space becomes available you will receive an email with a link to a web page where you can complete your registration.{/ts} -{/if} -==========================================================={if $pricesetFieldsCount }===================={/if} - -{elseif $isRequireApproval} -==========================================================={if $pricesetFieldsCount }===================={/if} - -{ts}Your registration has been submitted.{/ts} - -{if $isPrimary} -{ts}Once your registration has been reviewed, you will receive an email with a link to a web page where you can complete the registration process.{/ts} - -{/if} -==========================================================={if $pricesetFieldsCount }===================={/if} - -{elseif $is_pay_later && !$isAmountzero && !$isAdditionalParticipant} - -==========================================================={if $pricesetFieldsCount }===================={/if} - -{$pay_later_receipt} -==========================================================={if $pricesetFieldsCount }===================={/if} - -{else} - -{ts}Please print this confirmation for your records.{/ts} -{/if} - - -==========================================================={if $pricesetFieldsCount }===================={/if} - -{ts}Event Information and Location{/ts} - -==========================================================={if $pricesetFieldsCount }===================={/if} - -{$event.event_title} -{$event.event_start_date|date_format:"%A"} {$event.event_start_date|crmDate}{if $event.event_end_date}-{if $event.event_end_date|date_format:"%Y%m%d" == $event.event_start_date|date_format:"%Y%m%d"}{$event.event_end_date|crmDate:0:1}{else}{$event.event_end_date|date_format:"%A"} {$event.event_end_date|crmDate}{/if}{/if} -{if $conference_sessions} - - -{ts}Your schedule:{/ts} -{assign var='group_by_day' value='NA'} -{foreach from=$conference_sessions item=session} -{if $session.start_date|date_format:"%Y/%m/%d" != $group_by_day|date_format:"%Y/%m/%d"} -{assign var='group_by_day' value=$session.start_date} - -{$group_by_day|date_format:"%m/%d/%Y"} - - -{/if} -{$session.start_date|crmDate:0:1}{if $session.end_date}-{$session.end_date|crmDate:0:1}{/if} {$session.title} -{if $session.location} {$session.location}{/if} -{/foreach} -{/if} - -{if $event.participant_role neq 'Attendee' and $defaultRole} -{ts}Participant Role{/ts}: {$event.participant_role} -{/if} - -{if $isShowLocation} -{if $location.address.1.name} - -{$location.address.1.name} -{/if} -{if $location.address.1.street_address}{$location.address.1.street_address} -{/if} -{if $location.address.1.supplemental_address_1}{$location.address.1.supplemental_address_1} -{/if} -{if $location.address.1.supplemental_address_2}{$location.address.1.supplemental_address_2} -{/if} -{if $location.address.1.city}{$location.address.1.city}, {$location.address.1.state_province} {$location.address.1.postal_code}{if $location.address.1.postal_code_suffix} - {$location.address.1.postal_code_suffix}{/if} -{/if} - -{/if}{*End of isShowLocation condition*} - -{if $location.phone.1.phone || $location.email.1.email} - -{ts}Event Contacts:{/ts} -{foreach from=$location.phone item=phone} -{if $phone.phone} - -{if $phone.phone_type}{$phone.phone_type_display}{else}{ts}Phone{/ts}{/if}: {$phone.phone}{/if} {if $phone.phone_ext} {ts}ext.{/ts} {$phone.phone_ext}{/if} -{/foreach} -{foreach from=$location.email item=eventEmail} -{if $eventEmail.email} - -{ts}Email{/ts}: {$eventEmail.email}{/if}{/foreach} -{/if} - -{if $event.is_public} -{capture assign=icalFeed}{crmURL p='civicrm/event/ical' q="reset=1&id=`$event.id`" h=0 a=1 fe=1}{/capture} -{ts}Download iCalendar File:{/ts} {$icalFeed} -{/if} - -{if $payer.name} -You were registered by: {$payer.name} -{/if} -{if $event.is_monetary} {* This section for Paid events only.*} - -==========================================================={if $pricesetFieldsCount }===================={/if} - -{$event.fee_label} -==========================================================={if $pricesetFieldsCount }===================={/if} - -{if $lineItem}{foreach from=$lineItem item=value key=priceset} - -{if $value neq 'skip'} -{if $isPrimary} -{if $lineItem|@count GT 1} {* Header for multi participant registration cases. *} -{ts 1=$priceset+1}Participant %1{/ts} {$part.$priceset.info} - -{/if} -{/if} ------------------------------------------------------------{if $pricesetFieldsCount }-----------------------------------------------------{/if} - -{capture assign=ts_item}{ts}Item{/ts}{/capture} -{capture assign=ts_qty}{ts}Qty{/ts}{/capture} -{capture assign=ts_each}{ts}Each{/ts}{/capture} -{if $dataArray} -{capture assign=ts_subtotal}{ts}Subtotal{/ts}{/capture} -{capture assign=ts_taxRate}{ts}Tax Rate{/ts}{/capture} -{capture assign=ts_taxAmount}{ts}Tax Amount{/ts}{/capture} -{/if} -{capture assign=ts_total}{ts}Total{/ts}{/capture} -{if $pricesetFieldsCount }{capture assign=ts_participant_total}{ts}Total Participants{/ts}{/capture}{/if} -{$ts_item|string_format:"%-30s"} {$ts_qty|string_format:"%5s"} {$ts_each|string_format:"%10s"} {if $dataArray} {$ts_subtotal|string_format:"%10s"} {$ts_taxRate|string_format:"%10s"} {$ts_taxAmount|string_format:"%10s"} {/if} {$ts_total|string_format:"%10s"} {$ts_participant_total|string_format:"%10s"} ------------------------------------------------------------{if $pricesetFieldsCount }-----------------------------------------------------{/if} - -{foreach from=$value item=line} -{if $pricesetFieldsCount }{capture assign=ts_participant_count}{$line.participant_count}{/capture}{/if} -{capture assign=ts_item}{if $line.html_type eq 'Text'}{$line.label}{else}{$line.field_title} - {$line.label}{/if} {if $line.description} {$line.description}{/if}{/capture}{$ts_item|truncate:30:"..."|string_format:"%-30s"} {$line.qty|string_format:"%5s"} {$line.unit_price|crmMoney:$currency|string_format:"%10s"} {if $dataArray} {$line.unit_price*$line.qty|crmMoney:$currency|string_format:"%10s"} {if $line.tax_rate != "" || $line.tax_amount != ""} {$line.tax_rate|string_format:"%.2f"} % {$line.tax_amount|crmMoney:$currency|string_format:"%10s"} {else} {/if} {/if} {$line.line_total+$line.tax_amount|crmMoney:$currency|string_format:"%10s"}{$ts_participant_count|string_format:"%10s"} -{/foreach} ----------------------------------------------------------------------------------------------------------------- -{if $individual}{ts}Participant Total{/ts} {$individual.$priceset.totalAmtWithTax-$individual.$priceset.totalTaxAmt|crmMoney:$currency|string_format:"%29s"} {$individual.$priceset.totalTaxAmt|crmMoney:$currency|string_format:"%33s"} {$individual.$priceset.totalAmtWithTax|crmMoney:$currency|string_format:"%12s"}{/if} -{/if} -{""|string_format:"%120s"} -{/foreach} -{""|string_format:"%120s"} - -{if $dataArray} -{ts}Amount before Tax{/ts}: {$totalAmount-$totalTaxAmount|crmMoney:$currency} - -{foreach from=$dataArray item=value key=priceset} -{if $priceset || $priceset == 0} -{$taxTerm} {$priceset|string_format:"%.2f"}%: {$value|crmMoney:$currency} -{else} -{ts}No{/ts} {$taxTerm}: {$value|crmMoney:$currency} -{/if} -{/foreach} -{/if} -{/if} - -{if $amounts && !$lineItem} -{foreach from=$amounts item=amnt key=level}{$amnt.amount|crmMoney:$currency} {$amnt.label} -{/foreach} -{/if} - -{if $totalTaxAmount} -{ts}Total Tax Amount{/ts}: {$totalTaxAmount|crmMoney:$currency} -{/if} -{if $isPrimary } - -{ts}Total Amount{/ts}: {$totalAmount|crmMoney:$currency} {if $hookDiscount.message}({$hookDiscount.message}){/if} - -{if $pricesetFieldsCount } - {assign var="count" value= 0} - {foreach from=$lineItem item=pcount} - {assign var="lineItemCount" value=0} - {if $pcount neq 'skip'} - {foreach from=$pcount item=p_count} - {assign var="lineItemCount" value=$lineItemCount+$p_count.participant_count} - {/foreach} - {if $lineItemCount < 1 } - {assign var="lineItemCount" value=1} - {/if} - {assign var="count" value=$count+$lineItemCount} - {/if} - {/foreach} - -{ts}Total Participants{/ts}: {$count} -{/if} - -{if $register_date} -{ts}Registration Date{/ts}: {$register_date|crmDate} -{/if} -{if $receive_date} -{ts}Transaction Date{/ts}: {$receive_date|crmDate} -{/if} -{if $financialTypeName} -{ts}Financial Type{/ts}: {$financialTypeName} -{/if} -{if $trxn_id} -{ts}Transaction #{/ts}: {$trxn_id} -{/if} -{if $paidBy} -{ts}Paid By{/ts}: {$paidBy} -{/if} -{if $checkNumber} -{ts}Check Number{/ts}: {$checkNumber} -{/if} -{if $contributeMode ne 'notify' and !$isAmountzero and (!$is_pay_later or $isBillingAddressRequiredForPayLater) and !$isOnWaitlist and !$isRequireApproval} - -==========================================================={if $pricesetFieldsCount }===================={/if} - -{ts}Billing Name and Address{/ts} - -==========================================================={if $pricesetFieldsCount }===================={/if} - -{$billingName} -{$address} -{/if} - -{if $contributeMode eq 'direct' and !$isAmountzero and !$is_pay_later and !$isOnWaitlist and !$isRequireApproval} -==========================================================={if $pricesetFieldsCount }===================={/if} - -{ts}Credit Card Information{/ts} - -==========================================================={if $pricesetFieldsCount }===================={/if} - -{$credit_card_type} -{$credit_card_number} -{ts}Expires{/ts}: {$credit_card_exp_date|truncate:7:''|crmDate} -{/if} -{/if} -{/if} {* End of conditional section for Paid events *} - -{if $customPre} -{foreach from=$customPre item=customPr key=i} -==========================================================={if $pricesetFieldsCount }===================={/if} - -{$customPre_grouptitle.$i} -==========================================================={if $pricesetFieldsCount }===================={/if} - -{foreach from=$customPr item=customValue key=customName} -{if ( $trackingFields and ! in_array( $customName, $trackingFields ) ) or ! $trackingFields} - {$customName}: {$customValue} -{/if} -{/foreach} -{/foreach} -{/if} - -{if $customPost} -{foreach from=$customPost item=customPos key=j} -==========================================================={if $pricesetFieldsCount }===================={/if} - -{$customPost_grouptitle.$j} -==========================================================={if $pricesetFieldsCount }===================={/if} - -{foreach from=$customPos item=customValue key=customName} -{if ( $trackingFields and ! in_array( $customName, $trackingFields ) ) or ! $trackingFields} - {$customName}: {$customValue} -{/if} -{/foreach} -{/foreach} -{/if} -{if $customProfile} - -{foreach from=$customProfile.profile item=eachParticipant key=participantID} -==========================================================={if $pricesetFieldsCount }===================={/if} - -{ts 1=$participantID+2}Participant Information - Participant %1{/ts} - -==========================================================={if $pricesetFieldsCount }===================={/if} - -{foreach from=$eachParticipant item=eachProfile key=pid} -----------------------------------------------------------{if $pricesetFieldsCount }--------------------{/if} - -{$customProfile.title.$pid} -----------------------------------------------------------{if $pricesetFieldsCount }--------------------{/if} - -{foreach from=$eachProfile item=val key=field} -{foreach from=$val item=v key=f} -{$field}: {$v} -{/foreach} -{/foreach} -{/foreach} -{/foreach} -{/if} -{if $customGroup} -{foreach from=$customGroup item=value key=customName} -=========================================================={if $pricesetFieldsCount }===================={/if} - -{$customName} -=========================================================={if $pricesetFieldsCount }===================={/if} - -{foreach from=$value item=v key=n} -{$n}: {$v} -{/foreach} -{/foreach} -{/if} - -{if $event.allow_selfcancelxfer } -{ts 1=$event.selfcancelxfer_time}You may transfer your registration to another participant or cancel your registration up to %1 hours before the event.{/ts} {if $totalAmount}{ts}Cancellations are not refundable.{/ts}{/if} - {capture assign=selfService}{crmURL p='civicrm/event/selfsvcupdate' q="reset=1&pid=`$participant.id`&{contact.checksum}" h=0 a=1 fe=1}{/capture} -{ts}Transfer or cancel your registration:{/ts} {$selfService} -{/if} diff --git a/civicrm/CRM/Upgrade/4.7.alpha1.msg_template/civicrm_msg_template.tpl b/civicrm/CRM/Upgrade/4.7.alpha1.msg_template/civicrm_msg_template.tpl deleted file mode 100644 index c2c68d1509..0000000000 --- a/civicrm/CRM/Upgrade/4.7.alpha1.msg_template/civicrm_msg_template.tpl +++ /dev/null @@ -1,16 +0,0 @@ -{php} - $dir = SMARTY_DIR . '/../../CRM/Upgrade/4.7.alpha1.msg_template/message_templates'; - $templates = array(); - foreach (preg_grep('/\.tpl$/', scandir($dir)) as $filename) { - $parts = explode('_', basename($filename, '.tpl')); - $templates[] = array('type' => array_pop($parts), 'name' => implode('_', $parts), 'filename' => "$dir/$filename"); - } - $this->assign('templates', $templates); -{/php} - -{foreach from=$templates item=tpl} - {fetch assign=content file=$tpl.filename} - SELECT @workflow_id := MAX(id) FROM civicrm_option_value WHERE name = '{$tpl.name}'; - SELECT @content := msg_{$tpl.type} FROM civicrm_msg_template WHERE workflow_id = @workflow_id AND is_reserved = 1 LIMIT 1; - UPDATE civicrm_msg_template SET msg_{$tpl.type} = '{$content|escape:"quotes"}' WHERE workflow_id = @workflow_id AND (is_reserved = 1 OR (is_default = 1 AND msg_{$tpl.type} = @content)); -{/foreach} diff --git a/civicrm/CRM/Upgrade/4.7.alpha1.msg_template/message_templates/contribution_invoice_receipt_html.tpl b/civicrm/CRM/Upgrade/4.7.alpha1.msg_template/message_templates/contribution_invoice_receipt_html.tpl deleted file mode 100644 index e88f1bd39b..0000000000 --- a/civicrm/CRM/Upgrade/4.7.alpha1.msg_template/message_templates/contribution_invoice_receipt_html.tpl +++ /dev/null @@ -1,433 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns = "http://www.w3.org/1999/xhtml"> - <head> - <meta http-equiv = "Content-Type" content="text/html; charset=UTF-8" /> - <title></title> - </head> - <body> - <table style = "margin-top:2px;padding-left:7px;"> - <tr> - <td><img src = "{$resourceBase}/i/civi99.png" height = "34px" width = "99px"></td> - </tr> - </table> - <center> - <table style = "padding-right:19px;font-family: Arial, Verdana, sans-serif;" width = "500" height = "100" border = "0" cellpadding = "2" cellspacing = "1"> - <tr> - <td style = "padding-left:15px;" ><b><font size = "4" align = "center">{ts}INVOICE{/ts}</font></b></td> - <td colspan = "1"></td> - <td style = "padding-left:70px;"><b><font size = "1" align = "center" >{ts}Invoice Date:{/ts}</font></b></td> - <td><font size = "1" align = "right">{$domain_organization}</font></td> - </tr> - <tr> - {if $organization_name} - <td style = "padding-left:17px;"><font size = "1" align = "center" >{$display_name} ({$organization_name})</font></td> - {else} - <td style = "padding-left:15px;"><font size = "1" align = "center" >{$display_name}</font></td> - {/if} - <td colspan = "1"></td> - <td style = "padding-left:70px;"><font size = "1" align = "right">{$invoice_date}</font></td> - <td><font size = "1" align = "right"> - {if $domain_street_address } - {$domain_street_address} - {/if} - {if $domain_supplemental_address_1 }{$domain_supplemental_address_1}{/if}</font></td> - </tr> - <tr> - <td style = "padding-left:17px;"><font size = "1" align = "center">{$street_address} {$supplemental_address_1}</font></td> - <td colspan = "1"></td> - <td style = "padding-left:70px;"><b><font size = "1" align = "right">{ts}Invoice Number:{/ts}</font></b></td> - <td ><font size = "1" align = "right">{if $domain_supplemental_address_2 }{$domain_supplemental_address_2}{/if} - {if $domain_state }{$domain_state}{/if}</font></td> - </tr> - <tr> - <td style = "padding-left:17px;"><font size = "1" align = "center">{$supplemental_address_2} {$stateProvinceAbbreviation}</font></td> - <td colspan="1"></td> - <td style = "padding-left:70px;"><font size = "1" align = "right">{$invoice_id}</font></td> - <td><font size = "1" align = "right">{if $domain_city} - {$domain_city} - {/if} - {if $domain_postal_code } - {$domain_postal_code} - {/if} - </font></td> - </tr> - <tr> - <td style = "padding-left:17px;"><font size = "1" align = "right">{$city} {$postal_code}</font></td> - <td colspan="1"></td> - <td height = "10" style = "padding-left:70px;"><b><font size = "1"align = "right">{ts}Reference:{/ts}</font></b></td> - <td><font size = "1" align = "right"> {if $domain_country} - {$domain_country} - {/if}</font></td> - </tr> - <tr> - <td></td> - <td></td> - <td style = "padding-left:70px;"><font size = "1"align = "right">{$source}</font></td> - <td><font size = "1" align = "right"> {if $domain_phone}{$domain_phone}{/if}</font> </td> - </tr> - <tr> - <td></td> - <td></td> - <td></td> - <td><font size = "1" align = "right"> {if $domain_email} - {$domain_email} - {/if}</font> </td> - </tr> - </table> - <table style = "margin-top:75px;font-family: Arial, Verdana, sans-serif" width = "590" border = "0"cellpadding = "-5" cellspacing = "19" id = "desc"> - <tr> - <td colspan = "2" {$valueStyle}> - <table> {* FIXME: style this table so that it looks like the text version (justification, etc.) *} - <tr> - <th style = "padding-right:34px;text-align:left;font-weight:bold;width:200px;"><font size = "1">{ts}Description{/ts}</font></th> - <th style = "padding-left:34px;text-align:right;font-weight:bold;" ><font size = "1">{ts}Quantity{/ts}</font></th> - <th style = "padding-left:34px;text-align:right;font-weight:bold;"><font size = "1">{ts}Unit Price{/ts}</font></th> - <th style = "padding-left:34px;text-align:right;font-weight:bold;width:20px;"><font size = "1">{$taxTerm} </font></th> - <th style = "padding-left:34px;text-align:right;font-weight:bold;"><font size = "1">{ts 1=$defaultCurrency}Amount %1{/ts}</font></th> - </tr> - {foreach from=$lineItem item=value key=priceset name=taxpricevalue} - {if $smarty.foreach.taxpricevalue.index eq 0} - <tr><td colspan = "5" ><hr size="3" style = "color:#000;"></hr></td></tr> - {else} - <tr><td colspan = "5" style = "color:#F5F5F5;"><hr></hr></td></tr> - {/if} - <tr> - <td style="text-align:left;" ><font size = "1"> - {if $value.html_type eq 'Text'}{$value.label}{else}{$value.field_title} - {$value.label}{/if} {if $value.description}<div>{$value.description|truncate:30:"..."}</div>{/if} - </font></td> - <td style = "padding-left:34px;text-align:right;"><font size = "1"> {$value.qty}</font></td> - <td style = "padding-left:34px;text-align:right;"><font size = "1"> {$value.unit_price|crmMoney:$currency}</font></td> - {if $value.tax_amount != ''} - <td style = "padding-left:34px;text-align:right;width:20px;"><font size = "1"> {$value.tax_rate}%</font></td> - {else} - <td style = "padding-left:34px;text-align:right;width:20px;"><font size = "1">{ts 1=$taxTerm}No %1{/ts}</font></td> - {/if} - <td style = "padding-left:34px;text-align:right;"><font size = "1">{$value.subTotal|crmMoney:$currency}</font></td> - </tr> - {/foreach} - <tr><td colspan = "5" style = "color:#F5F5F5;"><hr></hr></td></tr> - <tr> - <td colspan = "3"></td> - <td style = "padding-left:20px;text-align:right;"><font size = "1">{ts}Sub Total{/ts}</font></td> - <td style = "padding-left:34px;text-align:right;"><font size = "1"> {$subTotal|crmMoney:$currency}</font></td> - </tr> - {foreach from = $dataArray item = value key = priceset} - <tr> - <td colspan = "3"></td> - {if $priceset} - <td style = "padding-left:20px;text-align:right;"><font size = "1"> {ts 1=$taxTerm 2=$priceset}TOTAL %1 %2%{/ts}</font></td> - <td style = "padding-left:34px;text-align:right"><font size = "1" align = "right">{$value|crmMoney:$currency}</font> </td> - {elseif $priceset == 0} - <td style = "padding-left:20px;text-align:right;"><font size = "1">{ts 1=$taxTerm}TOTAL NO %1{/ts}</font></td> - <td style = "padding-left:34px;text-align:right"><font size = "1" align = "right">{$value|crmMoney:$currency}</font> </td> - </tr> - {/if} - {/foreach} - <tr> - <td colspan = "3"></td> - <td colspan = "2"><hr></hr></td> - </tr> - - <tr> - <td colspan = "3"></td> - <td style = "padding-left:20px;text-align:right;"><b><font size = "1">{ts 1=$defaultCurrency}TOTAL %1{/ts}</font></b></td> - <td style = "padding-left:34px;text-align:right;"><font size = "1">{$amount|crmMoney:$currency}</font></td> - </tr> - - {if $is_pay_later == 0} - <tr> - <td colspan = "3"></td> - <td style = "padding-left:20px;text-align:right;"><font size = "1"> - {if $contribution_status_id == $refundedStatusId} - {ts}LESS Amount Credited{/ts} - {else} - {ts}LESS Amount Paid{/ts} - {/if} - </font></td> - <td style = "padding-left:34px;text-align:right;"><font size = "1">{$amount|crmMoney:$currency}</font></td> - </tr> - <tr> - <td colspan = "3"></td> - <td colspan = "2" ><hr></hr></td> - </tr> - <tr> - <td colspan = "3"></td> - <td style = "padding-left:20px;text-align:right;"><b><font size = "1">{ts}AMOUNT DUE:{/ts} </font></b></td> - <td style = "padding-left:34px;text-align:right;"><b><font size = "1">{$amountDue|crmMoney:$currency}</font></b></td> <td style = "padding-left:34px;"><font size = "1" align = "right"></fonts></td> - </tr> - {/if} - <br/><br/><br/> - <tr> - <td colspan = "3"></td> - </tr> - <tr> - <td><b><font size = "1" align = "center">{ts 1=$dueDate}DUE DATE: %1{/ts}</font></b></td> - <td colspan = "3"></td> - </tr> - </table> - </td> - </tr> - </table> - <table style = "margin-top:5px;padding-right:45px;"> - <tr> - <td><img src = "{$resourceBase}/i/contribute/cut_line.png" height = "15" width = "630"></td> - </tr> - </table> - <table style = "margin-top:6px;padding-right:20px;font-family: Arial, Verdana, sans-serif" width = "480" border = "0"cellpadding = "-5" cellspacing="19" id = "desc"> - <tr> - <td width="60%"><b><font size = "4" align = "right">{ts}PAYMENT ADVICE{/ts}</font></b> <br/><br/> <font size = "1" align = "right"><b>{ts}To: {/ts}</b> <div style="width:17em;word-wrap:break-word;"> - {$domain_organization} <br /> - {$domain_street_address} {$domain_supplemental_address_1} <br /> - {$domain_supplemental_address_2} {$domain_state} <br /> - {$domain_city} {$domain_postal_code} <br /> - {$domain_country} <br /> - {$domain_phone} <br /> - {$domain_email}</div> - </font><br/><br/><font size="1" align="right">{$notes}</font> - </td> - <td width="40%"> - <table cellpadding = "-10" cellspacing = "22" align="right" > - <tr> - <td colspan = "2"></td> - <td><font size = "1" align = "right" style="font-weight:bold;">{ts}Customer: {/ts}</font></td> - <td ><font size = "1" align = "right">{$display_name}</font></td> - </tr> - <tr> - <td colspan = "2"></td> - <td><font size = "1" align = "right" style="font-weight:bold;">{ts}Invoice Number: {/ts}</font></td> - <td><font size = "1" align = "right">{$invoice_id}</font></td> - </tr> - <tr><td colspan = "5"style = "color:#F5F5F5;"><hr></hr></td></tr> - {if $is_pay_later == 1} - <tr> - <td colspan = "2"></td> - <td><font size = "1" align = "right" style="font-weight:bold;">{ts}Amount Due:{/ts}</font></td> - <td><font size = "1" align = "right" style="font-weight:bold;">{$amount|crmMoney:$currency}</font></td> - </tr> - {else} - <tr> - <td colspan = "2"></td> - <td><font size = "1" align = "right" style="font-weight:bold;">{ts}Amount Due: {/ts}</font></td> - <td><font size = "1" align = "right" style="font-weight:bold;">{$amountDue|crmMoney:$currency}</font></td> - </tr> - {/if} - <tr> - <td colspan = "2"></td> - <td><font size = "1" align = "right" style="font-weight:bold;">{ts}Due Date: {/ts}</font></td> - <td><font size = "1" align = "right">{$dueDate}</font></td> - </tr> - <tr> - <td colspan = "5" style = "color:#F5F5F5;"><hr></hr></td> - </tr> - </table> - </td> - </tr> - </table> - - - {if $contribution_status_id == $refundedStatusId} - <table style = "margin-top:2px;padding-left:7px;page-break-before: always;"> - <tr> - <td><img src = "{$resourceBase}/i/civi99.png" height = "34px" width = "99px"></td> - </tr> - </table> - <center> - - <table style = "padding-right:19px;font-family: Arial, Verdana, sans-serif" width = "500" height = "100" border = "0" cellpadding = "2" cellspacing = "1"> - <tr> - <td style = "padding-left:15px;" ><b><font size = "4" align = "center">{ts}CREDIT NOTE{/ts}</font></b></td> - <td colspan = "1"></td> - <td style = "padding-left:70px;"><b><font size = "1" align = "right">{ts}Date:{/ts}</font></b></td> - <td><font size = "1" align = "right">{$domain_organization}</font></td> - </tr> - <tr> - {if $organization_name} - <td style = "padding-left:17px;"><font size = "1" align = "center">{$display_name} ({$organization_name})</font></td> - {else} - <td style = "padding-left:17px;"><font size = "1" align = "center">{$display_name}</font></td> - {/if} - <td colspan = "1"></td> - <td style = "padding-left:70px;"><font size = "1" align = "right">{$invoice_date}</font></td> - <td ><font size = "1" align = "right"> - {if $domain_street_address } - {$domain_street_address} - {/if} - {if $domain_supplemental_address_1 } - {$domain_supplemental_address_1} - {/if}</font></td> - </tr> - <tr> - <td style = "padding-left:17px;"><font size = "1" align = "center">{$street_address} {$supplemental_address_1}</font></td> - <td colspan = "1"></td> - <td style = "padding-left:70px;"><b><font size = "1" align = "right">{ts}Credit Note Number:{/ts}</font></b></td> - <td><font size = "1" align = "right">{if $domain_supplemental_address_2 } - {$domain_supplemental_address_2} - {/if} - {if $domain_state } - {$domain_state} - {/if} - </font></td> - </tr> - <tr> - <td style = "padding-left:17px;"><font size = "1" align = "center">{$supplemental_address_2} {$stateProvinceAbbreviation}</font></td> - <td colspan="1"></td> - <td style = "padding-left:70px;"><font size = "1" align = "right">{$creditnote_id}</font></td> - <td ><font size = "1" align = "right">{if $domain_city} - {$domain_city} - {/if} - {if $domain_postal_code } - {$domain_postal_code} - {/if} - </font></td> - </tr> - <tr> - <td style = "padding-left:17px;"><font size = "1" align = "right">{$city} {$postal_code}</font></td> - <td colspan="1"></td> - <td height = "10" style = "padding-left:70px;"><b><font size = "1"align = "right">{ts}Reference:{/ts}</font></b></td> - <td><font size = "1" align = "right"> {if $domain_country} - {$domain_country} - {/if}</font></td> - </tr> - <tr> - <td></td> - <td></td> - <td style = "padding-left:70px;"><font size = "1"align = "right">{$source}</font></td> - <td><font size = "1" align = "right"> {if $domain_phone} - {$domain_phone} - {/if}</font> </td> - </tr> - <tr> - <td></td> - <td></td> - <td></td> - <td><font size = "1" align = "right"> {if $domain_email} - {$domain_email} - {/if}</font> </td> - </tr> - </table> - - <table style = "margin-top:75px;font-family: Arial, Verdana, sans-serif" width = "590" border = "0"cellpadding = "-5" cellspacing = "19" id = "desc"> - <tr> - <td colspan = "2" {$valueStyle}> - <table> {* FIXME: style this table so that it looks like the text version (justification, etc.) *} - <tr> - <th style = "padding-right:28px;text-align:left;font-weight:bold;width:200px;"><font size = "1">{ts}Description{/ts}</font></th> - <th style = "padding-left:28px;text-align:right;font-weight:bold;"><font size = "1">{ts}Quantity{/ts}</font></th> - <th style = "padding-left:28px;text-align:right;font-weight:bold;"><font size = "1">{ts}Unit Price{/ts}</font></th> - <th style = "padding-left:28px;text-align:right;font-weight:bold;"><font size = "1">{$taxTerm} </font></th> - <th style = "padding-left:28px;text-align:right;font-weight:bold;"><font size = "1">{ts 1=$defaultCurrency}Amount %1{/ts}</font></th> - </tr> - {foreach from=$lineItem item=value key=priceset name=pricevalue} - {if $smarty.foreach.pricevalue.index eq 0} - <tr><td colspan = "5" ><hr size="3" style = "color:#000;"></hr></td></tr> - {else} - <tr><td colspan = "5" style = "color:#F5F5F5;"><hr></hr></td></tr> - {/if} - <tr> - <td style ="text-align:left;" ><font size = "1"> - {if $value.html_type eq 'Text'}{$value.label}{else}{$value.field_title} - {$value.label}{/if} {if $value.description}<div>{$value.description|truncate:30:"..."}</div>{/if} - </font></td> - <td style = "padding-left:28px;text-align:right;"><font size = "1"> {$value.qty}</font></td> - <td style = "padding-left:28px;text-align:right;"><font size = "1"> {$value.unit_price|crmMoney:$currency}</font></td> - {if $value.tax_amount != ''} - <td style = "padding-left:28px;text-align:right;"><font size = "1"> {$value.tax_rate}%</font></td> - {else} - <td style = "padding-left:28px;text-align:right"><font size = "1" >{ts 1=$taxTerm}No %1{/ts}</font></td> - {/if} - <td style = "padding-left:28px;text-align:right;"><font size = "1" >{$value.subTotal|crmMoney:$currency}</font></td> - </tr> - {/foreach} - <tr><td colspan = "5" style = "color:#F5F5F5;"><hr></hr></td></tr> - <tr> - <td colspan = "3"></td> - <td style = "padding-left:28px;text-align:right;"><font size = "1">{ts}Sub Total{/ts}</font></td> - <td style = "padding-left:28px;text-align:right;"><font size = "1"> {$subTotal|crmMoney:$currency}</font></td> - </tr> - {foreach from = $dataArray item = value key = priceset} - <tr> - <td colspan = "3"></td> - {if $priceset} - <td style = "padding-left:28px;text-align:right;"><font size = "1"> {ts 1=$taxTerm 2=$priceset}TOTAL %1 %2%{/ts}</font></td> - <td style = "padding-left:28px;text-align:right;"><font size = "1" align = "right">{$value|crmMoney:$currency}</font> </td> - {elseif $priceset == 0} - <td style = "padding-left:28px;text-align:right;"><font size = "1">{ts 1=$taxTerm}TOTAL NO %1{/ts}</font></td> - <td style = "padding-left:28px;text-align:right;"><font size = "1" align = "right">{$value|crmMoney:$currency}</font> </td> - </tr> - {/if} - {/foreach} - <tr> - <td colspan = "3"></td> - <td colspan = "2"><hr></hr></td> - </tr> - - <tr> - <td colspan = "3"></td> - <td style = "padding-left:28px;text-align:right;"><b><font size = "1">{ts 1=$defaultCurrency}TOTAL %1{/ts}</font></b></td> - <td style = "padding-left:28px;text-align:right;"><font size = "1">{$amount|crmMoney:$currency}</font></td> - </tr> - - {if $is_pay_later == 0} - <tr> - <td colspan = "3"></td> - <td style = "padding-left:28px;text-align:right;"><font size = "1" >{ts}LESS Credit to invoice(s){/ts}</font></td> - <td style = "padding-left:28px;text-align:right;"><font size = "1">{$amount|crmMoney:$currency}</font></td> - </tr> - <tr> - <td colspan = "3"></td> - <td colspan = "2" ><hr></hr></td> - </tr> - <tr> - <td colspan = "3"></td> - <td style = "padding-left:28px;text-align:right;"><b><font size = "1">{ts}REMAINING CREDIT{/ts}</font></b></td> - <td style = "padding-left:28px;text-align:right;"><b><font size = "1">{$amountDue|crmMoney:$currency}</font></b></td> - <td style = "padding-left:28px;"><font size = "1" align = "right"></fonts></td> - </tr> - {/if} - <br/><br/><br/> - <tr> - <td colspan = "3"></td> - </tr> - <tr> - <td></td> - <td colspan = "3"></td> - </tr> - </table> - </td> - </tr> - </table> - - <table style = "margin-top:5px;padding-right:45px;"> - <tr> - <td><img src = "{$resourceBase}/i/contribute/cut_line.png" height = "15" width = "630"></td> - </tr> - </table> - - <table style = "margin-top:6px;padding-right:20px;font-family: Arial, Verdana, sans-serif" width = "507" border = "0"cellpadding = "-5" cellspacing="19" id = "desc"> - <tr> - <td width="60%"><font size = "4" align = "right"><b>{ts}CREDIT ADVICE{/ts}</b><br/><br /><div style="font-size:10px;max-width:300px;">{ts}Please do not pay on this advice. Deduct the amount of this Credit Note from your next payment to us{/ts}</div><br/></font></td> - <td width="40%"> - <table align="right" > - <tr> - <td colspan = "2"></td> - <td><font size = "1" align = "right" style="font-weight:bold;">{ts}Customer:{/ts} </font></td> - <td><font size = "1" align = "right" >{$display_name}</font></td> - </tr> - <tr> - <td colspan = "2"></td> - <td><font size = "1" align = "right" style="font-weight:bold;">{ts}Credit Note#:{/ts} </font></td> - <td><font size = "1" align = "right">{$creditnote_id}</font></td> - </tr> - <tr><td colspan = "5"style = "color:#F5F5F5;"><hr></hr></td></tr> - <tr> - <td colspan = "2"></td> - <td><font size = "1" align = "right" style="font-weight:bold;">{ts}Credit Amount:{/ts}</font></td> - <td width='50px'><font size = "1" align = "right" style="font-weight:bold;">{$amount|crmMoney:$currency}</font></td> - </tr> - </table> - </td> - </tr> - </table> - {/if} - </center> - </body> -</html> diff --git a/civicrm/CRM/Upgrade/4.7.alpha1.msg_template/message_templates/pcp_owner_notify_html.tpl b/civicrm/CRM/Upgrade/4.7.alpha1.msg_template/message_templates/pcp_owner_notify_html.tpl deleted file mode 100644 index 9e4b6d29d6..0000000000 --- a/civicrm/CRM/Upgrade/4.7.alpha1.msg_template/message_templates/pcp_owner_notify_html.tpl +++ /dev/null @@ -1,27 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head> - <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> - <title></title> -</head> -<body> - -{capture assign=headerStyle}colspan="2" style="text-align: left; padding: 4px; border-bottom: 1px solid #999; background-color: #eee;"{/capture} -{capture assign=labelStyle }style="padding: 4px; border-bottom: 1px solid #999; background-color: #f7f7f7;"{/capture} -{capture assign=valueStyle }style="padding: 4px; border-bottom: 1px solid #999;"{/capture} - - <p>{ts}You have received a donation at your personal page{/ts}: <a href="{$pcpInfoURL}">{$page_title}</a></p> - <p>{ts}Your fundraising total has been updated.{/ts}<br/> - {ts}The donor's information is listed below. You can choose to contact them and convey your thanks if you wish.{/ts} <br/> - {if $is_honor_roll_enabled} - {ts}The donor's name has been added to your honor roll unless they asked not to be included.{/ts}<br/> - {/if} - </p> - <table width="620" border="0" cellpadding="0" cellspacing="0" id="crm-event_receipt" style="font-family: Arial, Verdana, sans-serif; text-align: left;"> - <tr><td>{ts}Received{/ts}:</td><td> {$receive_date|crmDate}</td></tr> - <tr><td>{ts}Amount{/ts}:</td><td> {$total_amount|crmMoney:$currency}</td></tr> - <tr><td>{ts}Name{/ts}:</td><td> {$donors_display_name}</td></tr> - <tr><td>{ts}Email{/ts}:</td><td> {$donors_email}</td></tr> - </table> -</body> -</html> diff --git a/civicrm/CRM/Upgrade/4.7.alpha1.msg_template/message_templates/pcp_owner_notify_text.tpl b/civicrm/CRM/Upgrade/4.7.alpha1.msg_template/message_templates/pcp_owner_notify_text.tpl deleted file mode 100644 index 4c7f7841af..0000000000 --- a/civicrm/CRM/Upgrade/4.7.alpha1.msg_template/message_templates/pcp_owner_notify_text.tpl +++ /dev/null @@ -1,20 +0,0 @@ -=========================================================== -{ts}Personal Campaign Page Owner Notification{/ts} - -=========================================================== -{ts}You have received a donation at your personal page{/ts}: {$page_title} ->> {$pcpInfoURL} - -{ts}Your fundraising total has been updated.{/ts} -{ts}The donor's information is listed below. You can choose to contact them and convey your thanks if you wish.{/ts} -{if $is_honor_roll_enabled} - {ts}The donor's name has been added to your honor roll unless they asked not to be included.{/ts} -{/if} - -{ts}Received{/ts}: {$receive_date|crmDate} - -{ts}Amount{/ts}: {$total_amount|crmMoney:$currency} - -{ts}Name{/ts}: {$donors_display_name} - -{ts}Email{/ts}: {$donors_email} diff --git a/civicrm/CRM/Upgrade/4.7.beta1.msg_template/civicrm_msg_template.tpl b/civicrm/CRM/Upgrade/4.7.beta1.msg_template/civicrm_msg_template.tpl deleted file mode 100644 index 9189f0b384..0000000000 --- a/civicrm/CRM/Upgrade/4.7.beta1.msg_template/civicrm_msg_template.tpl +++ /dev/null @@ -1,56 +0,0 @@ -{php} - $dir = SMARTY_DIR . '/../../CRM/Upgrade/4.7.beta1.msg_template/message_templates'; - $templates = array(); - $ovNames = array( - 'event' => array( - 'participant_transferred' => ts('Events - Registration Transferred Notice', array('escape' => 'sql')), - ), - ); - - $this->assign('ovNames', $ovNames); - $this->assign('dir', $dir); - - foreach (preg_grep('/\.tpl$/', scandir($dir)) as $filename) { - $parts = explode('_', basename($filename, '.tpl')); - $templates[] = array('type' => array_pop($parts), 'name' => implode('_', $parts), 'filename' => "$dir/$filename"); - } - $this->assign('templates', $templates); -{/php} -{foreach from=$ovNames key=name item=ignore} - SELECT @tpl_ogid_{$name} := MAX(id) FROM civicrm_option_group WHERE name = 'msg_tpl_workflow_{$name}'; - SELECT @max_val := MAX(ROUND(op.value)) FROM civicrm_option_value op WHERE op.option_group_id = @tpl_ogid_{$name}; - SELECT @max_wt := max(weight) from civicrm_option_value where option_group_id=@tpl_ogid_{$name}; -{/foreach} - -INSERT INTO civicrm_option_value - (option_group_id, name, {localize field='label'}label{/localize}, value, weight) VALUES -{foreach from=$ovNames key=gName item=ovs name=for_groups} -{foreach from=$ovs key=vName item=label name=for_values} - (@tpl_ogid_{$gName}, '{$vName}', {localize}'{$label}'{/localize}, (SELECT @max_val := @max_val+1), (SELECT @max_wt := @max_wt+1)) {if $smarty.foreach.for_groups.last and $smarty.foreach.for_values.last};{else},{/if} -{/foreach} -{/foreach} - -{foreach from=$ovNames key=gName item=ovs} -{foreach from=$ovs key=vName item=label} - SELECT @tpl_ovid_{$vName} := MAX(id) FROM civicrm_option_value WHERE option_group_id = @tpl_ogid_{$gName} AND name = '{$vName}'; -{/foreach} -{/foreach} - -INSERT INTO civicrm_msg_template - (msg_title, msg_subject, msg_text, msg_html, workflow_id, is_default, is_reserved) VALUES -{foreach from=$ovNames key=gName item=ovs name=for_groups} -{foreach from=$ovs key=vName item=title name=for_values} - {fetch assign=subject file="`$smarty.const.SMARTY_DIR`/../../CRM/Upgrade/4.7.beta1.msg_template/message_templates/`$vName`_subject.tpl"} - {fetch assign=text file="`$smarty.const.SMARTY_DIR`/../../CRM/Upgrade/4.7.beta1.msg_template/message_templates/`$vName`_text.tpl"} - {fetch assign=html file="`$smarty.const.SMARTY_DIR`/../../CRM/Upgrade/4.7.beta1.msg_template/message_templates/`$vName`_html.tpl"} - ('{$title}', '{$subject|escape:"quotes"}', '{$text|escape:"quotes"}', '{$html|escape:"quotes"}', @tpl_ovid_{$vName}, 1, 0), - ('{$title}', '{$subject|escape:"quotes"}', '{$text|escape:"quotes"}', '{$html|escape:"quotes"}', @tpl_ovid_{$vName}, 0, 1) {if $smarty.foreach.for_groups.last and $smarty.foreach.for_values.last};{else},{/if} -{/foreach} -{/foreach} - -{foreach from=$templates item=tpl} - {fetch assign=content file=$tpl.filename} - SELECT @workflow_id := MAX(id) FROM civicrm_option_value WHERE name = '{$tpl.name}'; - SELECT @content := msg_{$tpl.type} FROM civicrm_msg_template WHERE workflow_id = @workflow_id AND is_reserved = 1 LIMIT 1; - UPDATE civicrm_msg_template SET msg_{$tpl.type} = '{$content|escape:"quotes"}' WHERE workflow_id = @workflow_id AND (is_reserved = 1 OR (is_default = 1 AND msg_{$tpl.type} = @content)); -{/foreach} diff --git a/civicrm/CRM/Upgrade/4.7.beta1.msg_template/message_templates/event_online_receipt_html.tpl b/civicrm/CRM/Upgrade/4.7.beta1.msg_template/message_templates/event_online_receipt_html.tpl deleted file mode 100644 index fa1beb268b..0000000000 --- a/civicrm/CRM/Upgrade/4.7.beta1.msg_template/message_templates/event_online_receipt_html.tpl +++ /dev/null @@ -1,526 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head> - <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> - <title></title> -</head> -<body> - -{capture assign=headerStyle}colspan="2" style="text-align: left; padding: 4px; border-bottom: 1px solid #999; background-color: #eee;"{/capture} -{capture assign=labelStyle }style="padding: 4px; border-bottom: 1px solid #999; background-color: #f7f7f7;"{/capture} -{capture assign=valueStyle }style="padding: 4px; border-bottom: 1px solid #999;"{/capture} -{capture assign=tdfirstStyle}style="width: 180px; padding-bottom: 15px;"{/capture} -{capture assign=tdStyle}style="width: 100px;"{/capture} -{capture assign=participantTotal}style="margin: 0.5em 0 0.5em;padding: 0.5em;background-color: #999999;font-weight: bold;color: #FAFAFA;border-radius: 2px;"{/capture} - - -<center> - <table width="700" border="0" cellpadding="0" cellspacing="0" id="crm-event_receipt" style="font-family: Arial, Verdana, sans-serif; text-align: left;"> - - <!-- BEGIN HEADER --> - <!-- You can add table row(s) here with logo or other header elements --> - <!-- END HEADER --> - - <!-- BEGIN CONTENT --> - - <tr> - <td> - <p>{contact.email_greeting},</p> - - {if $event.confirm_email_text AND (not $isOnWaitlist AND not $isRequireApproval)} - <p>{$event.confirm_email_text|htmlize}</p> - - {else} - <p>Thank you for your participation. This letter is a confirmation that your registration has been received and your status has been updated to <strong>{if $participant_status}{$participant_status}{else}{if $isOnWaitlist}waitlisted{else}registered{/if}{/if}</strong>.</p> - - {/if} - - <p> - {if $isOnWaitlist} - <p>{ts}You have been added to the WAIT LIST for this event.{/ts}</p> - {if $isPrimary} - <p>{ts}If space becomes available you will receive an email with a link to a web page where you can complete your registration.{/ts}</p> - {/if} - {elseif $isRequireApproval} - <p>{ts}Your registration has been submitted.{/ts}</p> - {if $isPrimary} - <p>{ts}Once your registration has been reviewed, you will receive an email with a link to a web page where you can complete the registration process.{/ts}</p> - {/if} - {elseif $is_pay_later && !$isAmountzero && !$isAdditionalParticipant} - <p>{$pay_later_receipt}</p> {* FIXME: this might be text rather than HTML *} - {else} - <p>{ts}Please print this confirmation for your records.{/ts}</p> - {/if} - - </td> - </tr> - <tr> - <td> - <table width="700" style="border: 1px solid #999; margin: 1em 0em 1em; border-collapse: collapse;"> - <tr> - <th {$headerStyle}> - {ts}Event Information and Location{/ts} - </th> - </tr> - <tr> - <td colspan="2" {$valueStyle}> - {$event.event_title}<br /> - {$event.event_start_date|date_format:"%A"} {$event.event_start_date|crmDate}{if $event.event_end_date}-{if $event.event_end_date|date_format:"%Y%m%d" == $event.event_start_date|date_format:"%Y%m%d"}{$event.event_end_date|crmDate:0:1}{else}{$event.event_end_date|date_format:"%A"} {$event.event_end_date|crmDate}{/if}{/if} - </td> - </tr> - - - {if $conference_sessions} - <tr> - <td colspan="2" {$labelStyle}> - {ts}Your schedule:{/ts} - </td> - </tr> - <tr> - <td colspan="2" {$valueStyle}> - {assign var='group_by_day' value='NA'} - {foreach from=$conference_sessions item=session} - {if $session.start_date|date_format:"%Y/%m/%d" != $group_by_day|date_format:"%Y/%m/%d"} - {assign var='group_by_day' value=$session.start_date} - <em>{$group_by_day|date_format:"%m/%d/%Y"}</em><br /> - {/if} - {$session.start_date|crmDate:0:1}{if $session.end_date}-{$session.end_date|crmDate:0:1}{/if} {$session.title}<br /> - {if $session.location} {$session.location}<br />{/if} - {/foreach} - </td> - </tr> - {/if} - - {if $event.participant_role neq 'Attendee' and $defaultRole} - <tr> - <td {$labelStyle}> - {ts}Participant Role{/ts} - </td> - <td {$valueStyle}> - {$event.participant_role} - </td> - </tr> - {/if} - - {if $isShowLocation} - <tr> - <td colspan="2" {$valueStyle}> - {if $location.address.1.name} - {$location.address.1.name}<br /> - {/if} - {if $location.address.1.street_address} - {$location.address.1.street_address}<br /> - {/if} - {if $location.address.1.supplemental_address_1} - {$location.address.1.supplemental_address_1}<br /> - {/if} - {if $location.address.1.supplemental_address_2} - {$location.address.1.supplemental_address_2}<br /> - {/if} - {if $location.address.1.city} - {$location.address.1.city}, {$location.address.1.state_province} {$location.address.1.postal_code}{if $location.address.1.postal_code_suffix} - {$location.address.1.postal_code_suffix}{/if}<br /> - {/if} - </td> - </tr> - {/if} - - {if $location.phone.1.phone || $location.email.1.email} - <tr> - <td colspan="2" {$labelStyle}> - {ts}Event Contacts:{/ts} - </td> - </tr> - {foreach from=$location.phone item=phone} - {if $phone.phone} - <tr> - <td {$labelStyle}> - {if $phone.phone_type} - {$phone.phone_type_display} - {else} - {ts}Phone{/ts} - {/if} - </td> - <td {$valueStyle}> - {$phone.phone} {if $phone.phone_ext} {ts}ext.{/ts} {$phone.phone_ext}{/if} - </td> - </tr> - {/if} - {/foreach} - {foreach from=$location.email item=eventEmail} - {if $eventEmail.email} - <tr> - <td {$labelStyle}> - {ts}Email{/ts} - </td> - <td {$valueStyle}> - {$eventEmail.email} - </td> - </tr> - {/if} - {/foreach} - {/if} - - {if $event.is_public} - <tr> - <td colspan="2" {$valueStyle}> - {capture assign=icalFeed}{crmURL p='civicrm/event/ical' q="reset=1&id=`$event.id`" h=0 a=1 fe=1}{/capture} - <a href="{$icalFeed}">{ts}Download iCalendar File{/ts}</a> - </td> - </tr> - {/if} - - {if $event.is_share} - <tr> - <td colspan="2" {$valueStyle}> - {capture assign=eventUrl}{crmURL p='civicrm/event/info' q="id=`$event.id`&reset=1" a=true fe=1 h=1}{/capture} - {include file="CRM/common/SocialNetwork.tpl" emailMode=true url=$eventUrl title=$event.title pageURL=$eventUrl} - </td> - </tr> - {/if} - {if $payer.name} - <tr> - <th {$headerStyle}> - {ts}You were registered by:{/ts} - </th> - </tr> - <tr> - <td colspan="2" {$valueStyle}> - {$payer.name} - </td> - </tr> - {/if} - {if $event.is_monetary} - - <tr> - <th {$headerStyle}> - {$event.fee_label} - </th> - </tr> - - {if $lineItem} - {foreach from=$lineItem item=value key=priceset} - {if $value neq 'skip'} - {if $isPrimary} - {if $lineItem|@count GT 1} {* Header for multi participant registration cases. *} - <tr> - <td colspan="2" {$labelStyle}> - {ts 1=$priceset+1}Participant %1{/ts} {$part.$priceset.info} - </td> - </tr> - {/if} - {/if} - <tr> - <td colspan="2" {$valueStyle}> - <table> {* FIXME: style this table so that it looks like the text version (justification, etc.) *} - <tr> - <th>{ts}Item{/ts}</th> - <th>{ts}Qty{/ts}</th> - <th>{ts}Each{/ts}</th> - {if $dataArray} - <th>{ts}SubTotal{/ts}</th> - <th>{ts}Tax Rate{/ts}</th> - <th>{ts}Tax Amount{/ts}</th> - {/if} - <th>{ts}Total{/ts}</th> - {if $pricesetFieldsCount }<th>{ts}Total Participants{/ts}</th>{/if} - </tr> - {foreach from=$value item=line} - <tr> - <td {$tdfirstStyle}> - {if $line.html_type eq 'Text'}{$line.label}{else}{$line.field_title} - {$line.label}{/if} {if $line.description}<div>{$line.description|truncate:30:"..."}</div>{/if} - </td> - <td {$tdStyle} align="middle"> - {$line.qty} - </td> - <td {$tdStyle}> - {$line.unit_price|crmMoney:$currency} - </td> - {if $dataArray} - <td {$tdStyle}> - {$line.unit_price*$line.qty|crmMoney} - </td> - {if $line.tax_rate != "" || $line.tax_amount != ""} - <td {$tdStyle}> - {$line.tax_rate|string_format:"%.2f"}% - </td> - <td {$tdStyle}> - {$line.tax_amount|crmMoney} - </td> - {else} - <td></td> - <td></td> - {/if} - {/if} - <td {$tdStyle}> - {$line.line_total+$line.tax_amount|crmMoney:$currency} - </td> - {if $pricesetFieldsCount }<td {$tdStyle}>{$line.participant_count}</td> {/if} - </tr> - {/foreach} - {if $individual} - <tr {$participantTotal}> - <td colspan=3>{ts}Participant Total{/ts}</td> - <td colspan=2>{$individual.$priceset.totalAmtWithTax-$individual.$priceset.totalTaxAmt|crmMoney}</td> - <td colspan=1>{$individual.$priceset.totalTaxAmt|crmMoney}</td> - <td colspan=2>{$individual.$priceset.totalAmtWithTax|crmMoney}</td> - </tr> - {/if} - </table> - </td> - </tr> - {/if} - {/foreach} - {if $dataArray} - <tr> - <td {$labelStyle}> - {ts} Amount Before Tax: {/ts} - </td> - <td {$valueStyle}> - {$totalAmount-$totalTaxAmount|crmMoney} - </td> - </tr> - {foreach from=$dataArray item=value key=priceset} - <tr> - {if $priceset || $priceset == 0} - <td> {$taxTerm} {$priceset|string_format:"%.2f"}%</td> - <td> {$value|crmMoney:$currency}</td> - {else} - <td> {ts}No{/ts} {$taxTerm}</td> - <td> {$value|crmMoney:$currency}</td> - {/if} - </tr> - {/foreach} - {/if} - {/if} - - {if $amounts && !$lineItem} - {foreach from=$amounts item=amnt key=level} - <tr> - <td colspan="2" {$valueStyle}> - {$amnt.amount|crmMoney:$currency} {$amnt.label} - </td> - </tr> - {/foreach} - {/if} - - {if $totalTaxAmount} - <tr> - <td {$labelStyle}> - {ts}Total Tax Amount{/ts} - </td> - <td {$valueStyle}> - {$totalTaxAmount|crmMoney:$currency} - </td> - </tr> - {/if} - {if $isPrimary} - <tr> - <td {$labelStyle}> - {ts}Total Amount{/ts} - </td> - <td {$valueStyle}> - {$totalAmount|crmMoney:$currency} {if $hookDiscount.message}({$hookDiscount.message}){/if} - </td> - </tr> - {if $pricesetFieldsCount } - <tr> - <td {$labelStyle}> - {ts}Total Participants{/ts}</td> - <td {$valueStyle}> - {assign var="count" value= 0} - {foreach from=$lineItem item=pcount} - {assign var="lineItemCount" value=0} - {if $pcount neq 'skip'} - {foreach from=$pcount item=p_count} - {assign var="lineItemCount" value=$lineItemCount+$p_count.participant_count} - {/foreach} - {if $lineItemCount < 1 } - {assign var="lineItemCount" value=1} - {/if} - {assign var="count" value=$count+$lineItemCount} - {/if} - {/foreach} - {$count} - </td> </tr> - {/if} - - {if $register_date} - <tr> - <td {$labelStyle}> - {ts}Registration Date{/ts} - </td> - <td {$valueStyle}> - {$register_date|crmDate} - </td> - </tr> - {/if} - - {if $receive_date} - <tr> - <td {$labelStyle}> - {ts}Transaction Date{/ts} - </td> - <td {$valueStyle}> - {$receive_date|crmDate} - </td> - </tr> - {/if} - - {if $contributionTypeName} - <tr> - <td {$labelStyle}> - {ts}Financial Type{/ts} - </td> - <td {$valueStyle}> - {$contributionTypeName} - </td> - </tr> - {/if} - - {if $trxn_id} - <tr> - <td {$labelStyle}> - {ts}Transaction #{/ts} - </td> - <td {$valueStyle}> - {$trxn_id} - </td> - </tr> - {/if} - - {if $paidBy} - <tr> - <td {$labelStyle}> - {ts}Paid By{/ts} - </td> - <td {$valueStyle}> - {$paidBy} - </td> - </tr> - {/if} - - {if $checkNumber} - <tr> - <td {$labelStyle}> - {ts}Check Number{/ts} - </td> - <td {$valueStyle}> - {$checkNumber} - </td> - </tr> - {/if} - - {if $contributeMode ne 'notify' and !$isAmountzero and (!$is_pay_later or $isBillingAddressRequiredForPayLater) and !$isOnWaitlist and !$isRequireApproval} - <tr> - <th {$headerStyle}> - {ts}Billing Name and Address{/ts} - </th> - </tr> - <tr> - <td colspan="2" {$valueStyle}> - {$billingName}<br /> - {$address|nl2br} - </td> - </tr> - {/if} - - {if $contributeMode eq 'direct' and !$isAmountzero and !$is_pay_later and !$isOnWaitlist and !$isRequireApproval} - <tr> - <th {$headerStyle}> - {ts}Credit Card Information{/ts} - </th> - </tr> - <tr> - <td colspan="2" {$valueStyle}> - {$credit_card_type}<br /> - {$credit_card_number}<br /> - {ts}Expires{/ts}: {$credit_card_exp_date|truncate:7:''|crmDate} - </td> - </tr> - {/if} - - {/if} - - {/if} {* End of conditional section for Paid events *} - - -{if $customPre} -{foreach from=$customPre item=customPr key=i} - <tr> <th {$headerStyle}>{$customPre_grouptitle.$i}</th></tr> - {foreach from=$customPr item=customValue key=customName} - {if ( $trackingFields and ! in_array( $customName, $trackingFields ) ) or ! $trackingFields} - <tr> - <td {$labelStyle}>{$customName}</td> - <td {$valueStyle}>{$customValue}</td> - </tr> - {/if} - {/foreach} -{/foreach} -{/if} - -{if $customPost} -{foreach from=$customPost item=customPos key=j} - <tr> <th {$headerStyle}>{$customPost_grouptitle.$j}</th></tr> - {foreach from=$customPos item=customValue key=customName} - {if ( $trackingFields and ! in_array( $customName, $trackingFields ) ) or ! $trackingFields} - <tr> - <td {$labelStyle}>{$customName}</td> - <td {$valueStyle}>{$customValue}</td> - </tr> -{/if} -{/foreach} -{/foreach} -{/if} - -{if $customProfile} -{foreach from=$customProfile.profile item=eachParticipant key=participantID} - <tr><th {$headerStyle}>{ts 1=$participantID+2}Participant %1{/ts} </th></tr> - {foreach from=$eachParticipant item=eachProfile key=pid} - <tr><th {$headerStyle}>{$customProfile.title.$pid}</th></tr> - {foreach from=$eachProfile item=val key=field} - <tr>{foreach from=$val item=v key=f} - <td {$labelStyle}>{$field}</td> - <td {$valueStyle}>{$v}</td> - {/foreach} - </tr> - {/foreach} -{/foreach} -{/foreach} -{/if} - - {if $customGroup} - {foreach from=$customGroup item=value key=customName} - <tr> - <th {$headerStyle}> - {$customName} - </th> - </tr> - {foreach from=$value item=v key=n} - <tr> - <td {$labelStyle}> - {$n} - </td> - <td {$valueStyle}> - {$v} - </td> - </tr> - {/foreach} - {/foreach} - {/if} - </table> - {if $event.allow_selfcancelxfer } - <tr> - <td colspan="2" {$valueStyle}> - {ts 1=$event.selfcancelxfer_time}You may transfer your registration to another participant or cancel your registration up to %1 hours before the event.{/ts} {if $totalAmount}{ts}Cancellations are not refundable.{/ts}{/if}<br /> - {capture assign=selfService}{crmURL p='civicrm/event/selfsvcupdate' q="reset=1&pid=`$participant.id`&{contact.checksum}" h=0 a=1 fe=1}{/capture} - <a href="{$selfService}">{ts}Click here to transfer or cancel your registration.{/ts}</a> - </td> - </tr> - {/if} - </td> - </tr> - </table> -</center> - -</body> -</html> diff --git a/civicrm/CRM/Upgrade/4.7.beta1.msg_template/message_templates/event_online_receipt_text.tpl b/civicrm/CRM/Upgrade/4.7.beta1.msg_template/message_templates/event_online_receipt_text.tpl deleted file mode 100644 index ba5703c2a4..0000000000 --- a/civicrm/CRM/Upgrade/4.7.beta1.msg_template/message_templates/event_online_receipt_text.tpl +++ /dev/null @@ -1,311 +0,0 @@ -{contact.email_greeting}, - -{if $event.confirm_email_text AND (not $isOnWaitlist AND not $isRequireApproval)} -{$event.confirm_email_text} - -{else} -Thank you for your participation. This letter is a confirmation that your registration has been received and your status has been updated to {if $participant_status}{$participant_status}{else}{if $isOnWaitlist}waitlisted{else}registered{/if}{/if}. - -{/if} - -{if $isOnWaitlist} -==========================================================={if $pricesetFieldsCount }===================={/if} - -{ts}You have been added to the WAIT LIST for this event.{/ts} - -{if $isPrimary} -{ts}If space becomes available you will receive an email with a link to a web page where you can complete your registration.{/ts} -{/if} -==========================================================={if $pricesetFieldsCount }===================={/if} - -{elseif $isRequireApproval} -==========================================================={if $pricesetFieldsCount }===================={/if} - -{ts}Your registration has been submitted.{/ts} - -{if $isPrimary} -{ts}Once your registration has been reviewed, you will receive an email with a link to a web page where you can complete the registration process.{/ts} - -{/if} -==========================================================={if $pricesetFieldsCount }===================={/if} - -{elseif $is_pay_later && !$isAmountzero && !$isAdditionalParticipant} - -==========================================================={if $pricesetFieldsCount }===================={/if} - -{$pay_later_receipt} -==========================================================={if $pricesetFieldsCount }===================={/if} - -{else} - -{ts}Please print this confirmation for your records.{/ts} -{/if} - - -==========================================================={if $pricesetFieldsCount }===================={/if} - -{ts}Event Information and Location{/ts} - -==========================================================={if $pricesetFieldsCount }===================={/if} - -{$event.event_title} -{$event.event_start_date|date_format:"%A"} {$event.event_start_date|crmDate}{if $event.event_end_date}-{if $event.event_end_date|date_format:"%Y%m%d" == $event.event_start_date|date_format:"%Y%m%d"}{$event.event_end_date|crmDate:0:1}{else}{$event.event_end_date|date_format:"%A"} {$event.event_end_date|crmDate}{/if}{/if} -{if $conference_sessions} - - -{ts}Your schedule:{/ts} -{assign var='group_by_day' value='NA'} -{foreach from=$conference_sessions item=session} -{if $session.start_date|date_format:"%Y/%m/%d" != $group_by_day|date_format:"%Y/%m/%d"} -{assign var='group_by_day' value=$session.start_date} - -{$group_by_day|date_format:"%m/%d/%Y"} - - -{/if} -{$session.start_date|crmDate:0:1}{if $session.end_date}-{$session.end_date|crmDate:0:1}{/if} {$session.title} -{if $session.location} {$session.location}{/if} -{/foreach} -{/if} - -{if $event.participant_role neq 'Attendee' and $defaultRole} -{ts}Participant Role{/ts}: {$event.participant_role} -{/if} - -{if $isShowLocation} -{if $location.address.1.name} - -{$location.address.1.name} -{/if} -{if $location.address.1.street_address}{$location.address.1.street_address} -{/if} -{if $location.address.1.supplemental_address_1}{$location.address.1.supplemental_address_1} -{/if} -{if $location.address.1.supplemental_address_2}{$location.address.1.supplemental_address_2} -{/if} -{if $location.address.1.city}{$location.address.1.city}, {$location.address.1.state_province} {$location.address.1.postal_code}{if $location.address.1.postal_code_suffix} - {$location.address.1.postal_code_suffix}{/if} -{/if} - -{/if}{*End of isShowLocation condition*} - -{if $location.phone.1.phone || $location.email.1.email} - -{ts}Event Contacts:{/ts} -{foreach from=$location.phone item=phone} -{if $phone.phone} - -{if $phone.phone_type}{$phone.phone_type_display}{else}{ts}Phone{/ts}{/if}: {$phone.phone}{/if} {if $phone.phone_ext} {ts}ext.{/ts} {$phone.phone_ext}{/if} -{/foreach} -{foreach from=$location.email item=eventEmail} -{if $eventEmail.email} - -{ts}Email{/ts}: {$eventEmail.email}{/if}{/foreach} -{/if} - -{if $event.is_public} -{capture assign=icalFeed}{crmURL p='civicrm/event/ical' q="reset=1&id=`$event.id`" h=0 a=1 fe=1}{/capture} -{ts}Download iCalendar File:{/ts} {$icalFeed} -{/if} - -{if $payer.name} -You were registered by: {$payer.name} -{/if} -{if $event.is_monetary} {* This section for Paid events only.*} - -==========================================================={if $pricesetFieldsCount }===================={/if} - -{$event.fee_label} -==========================================================={if $pricesetFieldsCount }===================={/if} - -{if $lineItem}{foreach from=$lineItem item=value key=priceset} - -{if $value neq 'skip'} -{if $isPrimary} -{if $lineItem|@count GT 1} {* Header for multi participant registration cases. *} -{ts 1=$priceset+1}Participant %1{/ts} {$part.$priceset.info} - -{/if} -{/if} ------------------------------------------------------------{if $pricesetFieldsCount }-----------------------------------------------------{/if} - -{capture assign=ts_item}{ts}Item{/ts}{/capture} -{capture assign=ts_qty}{ts}Qty{/ts}{/capture} -{capture assign=ts_each}{ts}Each{/ts}{/capture} -{if $dataArray} -{capture assign=ts_subtotal}{ts}Subtotal{/ts}{/capture} -{capture assign=ts_taxRate}{ts}Tax Rate{/ts}{/capture} -{capture assign=ts_taxAmount}{ts}Tax Amount{/ts}{/capture} -{/if} -{capture assign=ts_total}{ts}Total{/ts}{/capture} -{if $pricesetFieldsCount }{capture assign=ts_participant_total}{ts}Total Participants{/ts}{/capture}{/if} -{$ts_item|string_format:"%-30s"} {$ts_qty|string_format:"%5s"} {$ts_each|string_format:"%10s"} {if $dataArray} {$ts_subtotal|string_format:"%10s"} {$ts_taxRate|string_format:"%10s"} {$ts_taxAmount|string_format:"%10s"} {/if} {$ts_total|string_format:"%10s"} {$ts_participant_total|string_format:"%10s"} ------------------------------------------------------------{if $pricesetFieldsCount }-----------------------------------------------------{/if} - -{foreach from=$value item=line} -{if $pricesetFieldsCount }{capture assign=ts_participant_count}{$line.participant_count}{/capture}{/if} -{capture assign=ts_item}{if $line.html_type eq 'Text'}{$line.label}{else}{$line.field_title} - {$line.label}{/if} {if $line.description} {$line.description}{/if}{/capture}{$ts_item|truncate:30:"..."|string_format:"%-30s"} {$line.qty|string_format:"%5s"} {$line.unit_price|crmMoney:$currency|string_format:"%10s"} {if $dataArray} {$line.unit_price*$line.qty|crmMoney:$currency|string_format:"%10s"} {if $line.tax_rate != "" || $line.tax_amount != ""} {$line.tax_rate|string_format:"%.2f"} % {$line.tax_amount|crmMoney:$currency|string_format:"%10s"} {else} {/if} {/if} {$line.line_total+$line.tax_amount|crmMoney:$currency|string_format:"%10s"}{$ts_participant_count|string_format:"%10s"} -{/foreach} ----------------------------------------------------------------------------------------------------------------- -{if $individual}{ts}Participant Total{/ts} {$individual.$priceset.totalAmtWithTax-$individual.$priceset.totalTaxAmt|crmMoney:$currency|string_format:"%29s"} {$individual.$priceset.totalTaxAmt|crmMoney:$currency|string_format:"%33s"} {$individual.$priceset.totalAmtWithTax|crmMoney:$currency|string_format:"%12s"}{/if} -{/if} -{""|string_format:"%120s"} -{/foreach} -{""|string_format:"%120s"} - -{if $dataArray} -{ts}Amount before Tax{/ts}: {$totalAmount-$totalTaxAmount|crmMoney:$currency} - -{foreach from=$dataArray item=value key=priceset} -{if $priceset || $priceset == 0} -{$taxTerm} {$priceset|string_format:"%.2f"}%: {$value|crmMoney:$currency} -{else} -{ts}No{/ts} {$taxTerm}: {$value|crmMoney:$currency} -{/if} -{/foreach} -{/if} -{/if} - -{if $amounts && !$lineItem} -{foreach from=$amounts item=amnt key=level}{$amnt.amount|crmMoney:$currency} {$amnt.label} -{/foreach} -{/if} - -{if $totalTaxAmount} -{ts}Total Tax Amount{/ts}: {$totalTaxAmount|crmMoney:$currency} -{/if} -{if $isPrimary } - -{ts}Total Amount{/ts}: {$totalAmount|crmMoney:$currency} {if $hookDiscount.message}({$hookDiscount.message}){/if} - -{if $pricesetFieldsCount } - {assign var="count" value= 0} - {foreach from=$lineItem item=pcount} - {assign var="lineItemCount" value=0} - {if $pcount neq 'skip'} - {foreach from=$pcount item=p_count} - {assign var="lineItemCount" value=$lineItemCount+$p_count.participant_count} - {/foreach} - {if $lineItemCount < 1 } - {assign var="lineItemCount" value=1} - {/if} - {assign var="count" value=$count+$lineItemCount} - {/if} - {/foreach} - -{ts}Total Participants{/ts}: {$count} -{/if} - -{if $register_date} -{ts}Registration Date{/ts}: {$register_date|crmDate} -{/if} -{if $receive_date} -{ts}Transaction Date{/ts}: {$receive_date|crmDate} -{/if} -{if $contributionTypeName} -{ts}Financial Type{/ts}: {$contributionTypeName} -{/if} -{if $trxn_id} -{ts}Transaction #{/ts}: {$trxn_id} -{/if} -{if $paidBy} -{ts}Paid By{/ts}: {$paidBy} -{/if} -{if $checkNumber} -{ts}Check Number{/ts}: {$checkNumber} -{/if} -{if $contributeMode ne 'notify' and !$isAmountzero and (!$is_pay_later or $isBillingAddressRequiredForPayLater) and !$isOnWaitlist and !$isRequireApproval} - -==========================================================={if $pricesetFieldsCount }===================={/if} - -{ts}Billing Name and Address{/ts} - -==========================================================={if $pricesetFieldsCount }===================={/if} - -{$billingName} -{$address} -{/if} - -{if $contributeMode eq 'direct' and !$isAmountzero and !$is_pay_later and !$isOnWaitlist and !$isRequireApproval} -==========================================================={if $pricesetFieldsCount }===================={/if} - -{ts}Credit Card Information{/ts} - -==========================================================={if $pricesetFieldsCount }===================={/if} - -{$credit_card_type} -{$credit_card_number} -{ts}Expires{/ts}: {$credit_card_exp_date|truncate:7:''|crmDate} -{/if} -{/if} -{/if} {* End of conditional section for Paid events *} - -{if $customPre} -{foreach from=$customPre item=customPr key=i} -==========================================================={if $pricesetFieldsCount }===================={/if} - -{$customPre_grouptitle.$i} -==========================================================={if $pricesetFieldsCount }===================={/if} - -{foreach from=$customPr item=customValue key=customName} -{if ( $trackingFields and ! in_array( $customName, $trackingFields ) ) or ! $trackingFields} - {$customName}: {$customValue} -{/if} -{/foreach} -{/foreach} -{/if} - -{if $customPost} -{foreach from=$customPost item=customPos key=j} -==========================================================={if $pricesetFieldsCount }===================={/if} - -{$customPost_grouptitle.$j} -==========================================================={if $pricesetFieldsCount }===================={/if} - -{foreach from=$customPos item=customValue key=customName} -{if ( $trackingFields and ! in_array( $customName, $trackingFields ) ) or ! $trackingFields} - {$customName}: {$customValue} -{/if} -{/foreach} -{/foreach} -{/if} -{if $customProfile} - -{foreach from=$customProfile.profile item=eachParticipant key=participantID} -==========================================================={if $pricesetFieldsCount }===================={/if} - -{ts 1=$participantID+2}Participant Information - Participant %1{/ts} - -==========================================================={if $pricesetFieldsCount }===================={/if} - -{foreach from=$eachParticipant item=eachProfile key=pid} -----------------------------------------------------------{if $pricesetFieldsCount }--------------------{/if} - -{$customProfile.title.$pid} -----------------------------------------------------------{if $pricesetFieldsCount }--------------------{/if} - -{foreach from=$eachProfile item=val key=field} -{foreach from=$val item=v key=f} -{$field}: {$v} -{/foreach} -{/foreach} -{/foreach} -{/foreach} -{/if} -{if $customGroup} -{foreach from=$customGroup item=value key=customName} -=========================================================={if $pricesetFieldsCount }===================={/if} - -{$customName} -=========================================================={if $pricesetFieldsCount }===================={/if} - -{foreach from=$value item=v key=n} -{$n}: {$v} -{/foreach} -{/foreach} -{/if} - -{if $event.allow_selfcancelxfer } -{ts 1=$event.selfcancelxfer_time}You may transfer your registration to another participant or cancel your registration up to %1 hours before the event.{/ts} {if $totalAmount}{ts}Cancellations are not refundable.{/ts}{/if} - {capture assign=selfService}{crmURL p='civicrm/event/selfsvcupdate' q="reset=1&pid=`$participant.id`&{contact.checksum}" h=0 a=1 fe=1}{/capture} -{ts}Transfer or cancel your registration:{/ts} {$selfService} -{/if} diff --git a/civicrm/CRM/Upgrade/4.7.beta1.msg_template/message_templates/participant_confirm_html.tpl b/civicrm/CRM/Upgrade/4.7.beta1.msg_template/message_templates/participant_confirm_html.tpl deleted file mode 100644 index 7585ee306f..0000000000 --- a/civicrm/CRM/Upgrade/4.7.beta1.msg_template/message_templates/participant_confirm_html.tpl +++ /dev/null @@ -1,201 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head> - <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> - <title></title> -</head> -<body> - -{capture assign=headerStyle}colspan="2" style="text-align: left; padding: 4px; border-bottom: 1px solid #999; background-color: #eee;"{/capture} -{capture assign=labelStyle }style="padding: 4px; border-bottom: 1px solid #999; background-color: #f7f7f7;"{/capture} -{capture assign=valueStyle }style="padding: 4px; border-bottom: 1px solid #999;"{/capture} - -<center> - <table width="620" border="0" cellpadding="0" cellspacing="0" id="crm-event_receipt" style="font-family: Arial, Verdana, sans-serif; text-align: left;"> - - <!-- BEGIN HEADER --> - <!-- You can add table row(s) here with logo or other header elements --> - <!-- END HEADER --> - - <!-- BEGIN CONTENT --> - - <tr> - <td> - <p>{ts 1=$contact.display_name}Dear %1{/ts},</p> - </td> - </tr> - {if !$isAdditional and $participant.id} - <tr> - <th {$headerStyle}> - {ts}Confirm Your Registration{/ts} - </th> - </tr> - <tr> - <td colspan="2" {$valueStyle}> - {capture assign=confirmUrl}{crmURL p='civicrm/event/confirm' q="reset=1&participantId=`$participant.id`&cs=`$checksumValue`" a=true h=0 fe=1}{/capture} - <a href="{$confirmUrl}">Go to a web page where you can confirm your registration online</a> - </td> - </tr> - {/if} - {if $event.allow_selfcancelxfer } - This event allows for self-cancel or transfer - {capture assign=selfService}{crmURL p='civicrm/event/selfsvcupdate' q="reset=1&pid=`$participantID`&{contact.checksum}" h=0 a=1 fe=1}{/capture} - <a href="{$selfService}">{ts}Self service cancel transfer{/ts}</a> - {/if} - - <tr> - <td> - <table style="border: 1px solid #999; margin: 1em 0em 1em; border-collapse: collapse; width:100%;"> - <tr> - <th {$headerStyle}> - {ts}Event Information and Location{/ts} - </th> - </tr> - <tr> - <td colspan="2" {$valueStyle}> - {$event.event_title}<br /> - {$event.event_start_date|crmDate}{if $event.event_end_date}-{if $event.event_end_date|date_format:"%Y%m%d" == $event.event_start_date|date_format:"%Y%m%d"}{$event.event_end_date|crmDate:0:1}{else}{$event.event_end_date|crmDate}{/if}{/if} - </td> - </tr> - {if $conference_sessions} - <tr> - <td colspan="2" {$labelStyle}> - {ts}Your schedule:{/ts} - </td> - </tr> - <tr> - <td colspan="2" {$valueStyle}> - {assign var='group_by_day' value='NA'} - {foreach from=$conference_sessions item=session} - {if $session.start_date|date_format:"%Y/%m/%d" != $group_by_day|date_format:"%Y/%m/%d"} - {assign var='group_by_day' value=$session.start_date} - <em>{$group_by_day|date_format:"%m/%d/%Y"}</em><br /> - {/if} - {$session.start_date|crmDate:0:1}{if $session.end_date}-{$session.end_date|crmDate:0:1}{/if} {$session.title}<br /> - {if $session.location} {$session.location}<br />{/if} - {/foreach} - </td> - </tr> - {/if} - <tr> - <td {$labelStyle}> - {ts}Participant Role{/ts}: - </td> - <td {$valueStyle}> - {$participant.role} - </td> - </tr> - - {if $isShowLocation} - <tr> - <td colspan="2" {$valueStyle}> - {if $event.location.address.1.name} - {$event.location.address.1.name}<br /> - {/if} - {if $event.location.address.1.street_address} - {$event.location.address.1.street_address}<br /> - {/if} - {if $event.location.address.1.supplemental_address_1} - {$event.location.address.1.supplemental_address_1}<br /> - {/if} - {if $event.location.address.1.supplemental_address_2} - {$event.location.address.1.supplemental_address_2}<br /> - {/if} - {if $event.location.address.1.city} - {$event.location.address.1.city} {$event.location.address.1.postal_code} - {if $event.location.address.1.postal_code_suffix} - - {$event.location.address.1.postal_code_suffix} - {/if} - {/if} - </td> - </tr> - {/if} - - {if $event.location.phone.1.phone || $event.location.email.1.email} - <tr> - <td colspan="2" {$labelStyle}> - {ts}Event Contacts:{/ts} - </td> - </tr> - {foreach from=$event.location.phone item=phone} - {if $phone.phone} - <tr> - <td {$labelStyle}> - {if $phone.phone_type}{$phone.phone_type_display}{else}{ts}Phone{/ts}{/if} - </td> - <td {$valueStyle}> - {$phone.phone} - </td> - </tr> - {/if} - {/foreach} - {foreach from=$event.location.email item=eventEmail} - {if $eventEmail.email} - <tr> - <td {$labelStyle}> - {ts}Email{/ts} - </td> - <td {$valueStyle}> - {$eventEmail.email} - </td> - </tr> - {/if} - {/foreach} - {/if} - - {if $event.is_public} - <tr> - <td colspan="2" {$valueStyle}> - {capture assign=icalFeed}{crmURL p='civicrm/event/ical' q="reset=1&id=`$event.id`" h=0 a=1 fe=1}{/capture} - <a href="{$icalFeed}">{ts}Download iCalendar File{/ts}</a> - </td> - </tr> - {/if} - - {if $contact.email} - <tr> - <th {$headerStyle}> - {ts}Registered Email{/ts} - </th> - </tr> - <tr> - <td colspan="2" {$valueStyle}> - {$contact.email} - </td> - </tr> - {/if} - - {if $register_date} - <tr> - <td {$labelStyle}> - {ts}Registration Date{/ts} - </td> - <td {$valueStyle}> - {$participant.register_date|crmDate} - </td> - </tr> - {/if} - - </table> - </td> - </tr> - {if $event.allow_selfcancelxfer } - <tr> - <td colspan="2" {$valueStyle}> - {ts 1=$event.selfcancelxfer_time}You may transfer your registration to another participant or cancel your registration up to %1 hours before the event.{/ts} {if $totalAmount}{ts}Cancellations are not refundable.{/ts}{/if}<br /> - {capture assign=selfService}{crmURL p='civicrm/event/selfsvcupdate' q="reset=1&pid=`$participant.id`&{contact.checksum}" h=0 a=1 fe=1}{/capture} - <a href="{$selfService}">{ts}Click here to transfer or cancel your registration.{/ts}</a> - </td> - </tr> - {/if} - <tr> - <td colspan="2" {$valueStyle}> - <p>{ts 1=$domain.phone 2=$domain.email}Please contact us at %1 or send email to %2 if you have questions.{/ts}</p> - </td> - </tr> - - </table> -</center> - -</body> -</html> diff --git a/civicrm/CRM/Upgrade/4.7.beta1.msg_template/message_templates/participant_confirm_text.tpl b/civicrm/CRM/Upgrade/4.7.beta1.msg_template/message_templates/participant_confirm_text.tpl deleted file mode 100644 index cb4795b824..0000000000 --- a/civicrm/CRM/Upgrade/4.7.beta1.msg_template/message_templates/participant_confirm_text.tpl +++ /dev/null @@ -1,93 +0,0 @@ -{ts 1=$contact.display_name}Dear %1{/ts}, -{if !$isAdditional and $participant.id} - -=========================================================== -{ts}Confirm Your Registration{/ts} - -=========================================================== -{capture assign=confirmUrl}{crmURL p='civicrm/event/confirm' q="reset=1&participantId=`$participant.id`&cs=`$checksumValue`" a=true h=0 fe=1}{/capture} -Click this link to go to a web page where you can confirm your registration online: -{$confirmUrl} -{/if} -{if $event.allow_selfcancelxfer } -{ts 1=$event.selfcancelxfer_time}You may transfer your registration to another participant or cancel your registration up to %1 hours before the event.{/ts} {if $totalAmount}{ts}Cancellations are not refundable.{/ts}{/if} - {capture assign=selfService}{crmURL p='civicrm/event/selfsvcupdate' q="reset=1&pid=`$participant.id`&{contact.checksum}" h=0 a=1 fe=1}{/capture} -{ts}Transfer or cancel your registration:{/ts} {$selfService} -{/if} -=========================================================== -{ts}Event Information and Location{/ts} - -=========================================================== -{$event.event_title} -{$event.event_start_date|crmDate}{if $event.event_end_date}-{if $event.event_end_date|date_format:"%Y%m%d" == $event.event_start_date|date_format:"%Y%m%d"}{$event.event_end_date|crmDate:0:1}{else}{$event.event_end_date|crmDate}{/if}{/if} -{if $conference_sessions} - - -{ts}Your schedule:{/ts} -{assign var='group_by_day' value='NA'} -{foreach from=$conference_sessions item=session} -{if $session.start_date|date_format:"%Y/%m/%d" != $group_by_day|date_format:"%Y/%m/%d"} -{assign var='group_by_day' value=$session.start_date} - -{$group_by_day|date_format:"%m/%d/%Y"} - - -{/if} -{$session.start_date|crmDate:0:1}{if $session.end_date}-{$session.end_date|crmDate:0:1}{/if} {$session.title} -{if $session.location} {$session.location}{/if} -{/foreach} -{/if} - - -{ts}Participant Role{/ts}: {$participant.role} - -{if $isShowLocation} -{if $event.location.address.1.name} - -{$event.location.address.1.name} -{/if} -{if $event.location.address.1.street_address}{$event.location.address.1.street_address} -{/if} -{if $event.location.address.1.supplemental_address_1}{$event.location.address.1.supplemental_address_1} -{/if} -{if $event.location.address.1.supplemental_address_2}{$event.location.address.1.supplemental_address_2} -{/if} -{if $event.location.address.1.city}{$event.location.address.1.city} {$event.location.address.1.postal_code}{if $event.location.address.1.postal_code_suffix} - {$event.location.address.1.postal_code_suffix}{/if} -{/if} - -{/if}{*End of isShowLocation condition*} - -{if $event.location.phone.1.phone || $event.location.email.1.email} - -{ts}Event Contacts:{/ts} -{foreach from=$event.location.phone item=phone} -{if $phone.phone} - -{if $phone.phone_type}{$phone.phone_type_display}{else}{ts}Phone{/ts}{/if}: {$phone.phone}{/if} -{/foreach} -{foreach from=$event.location.email item=eventEmail} -{if $eventEmail.email} - -{ts}Email{/ts}: {$eventEmail.email}{/if}{/foreach} -{/if} - -{if $event.is_public} -{capture assign=icalFeed}{crmURL p='civicrm/event/ical' q="reset=1&id=`$event.id`" h=0 a=1 fe=1}{/capture} -{ts}Download iCalendar File:{/ts} {$icalFeed} -{/if} - -{if $contact.email} - -=========================================================== -{ts}Registered Email{/ts} - -=========================================================== -{$contact.email} -{/if} - -{if $register_date} -{ts}Registration Date{/ts}: {$participant.register_date|crmDate} -{/if} - -{ts 1=$domain.phone 2=$domain.email}Please contact us at %1 or send email to %2 if you have questions.{/ts} - diff --git a/civicrm/CRM/Upgrade/4.7.beta1.msg_template/message_templates/participant_transferred_html.tpl b/civicrm/CRM/Upgrade/4.7.beta1.msg_template/message_templates/participant_transferred_html.tpl deleted file mode 100644 index efb55af315..0000000000 --- a/civicrm/CRM/Upgrade/4.7.beta1.msg_template/message_templates/participant_transferred_html.tpl +++ /dev/null @@ -1,146 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head> - <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> - <title></title> -</head> -<body> - -{capture assign=headerStyle}colspan="2" style="text-align: left; padding: 4px; border-bottom: 1px solid #999; background-color: #eee;"{/capture} -{capture assign=labelStyle }style="padding: 4px; border-bottom: 1px solid #999; background-color: #f7f7f7;"{/capture} -{capture assign=valueStyle }style="padding: 4px; border-bottom: 1px solid #999;"{/capture} - -<center> - <table width="620" border="0" cellpadding="0" cellspacing="0" id="crm-event_receipt" style="font-family: Arial, Verdana, sans-serif; text-align: left;"> - - <!-- BEGIN HEADER --> - <!-- You can add table row(s) here with logo or other header elements --> - <!-- END HEADER --> - - <!-- BEGIN CONTENT --> - - <tr> - <td> - <p>{ts 1=$contact.display_name}Dear %1{/ts},</p> - <p>{ts 1=$to_participant}Your Event Registration has been Transferred to %1.{/ts}</p> - </td> - </tr> - <tr> - <td> - <table style="border: 1px solid #999; margin: 1em 0em 1em; border-collapse: collapse; width:100%;"> - <tr> - <th {$headerStyle}> - {ts}Event Information and Location{/ts} - </th> - </tr> - <tr> - <td colspan="2" {$valueStyle}> - {$event.event_title}<br /> - {$event.event_start_date|crmDate}{if $event.event_end_date}-{if $event.event_end_date|date_format:"%Y%m%d" == $event.event_start_date|date_format:"%Y%m%d"}{$event.event_end_date|crmDate:0:1}{else}{$event.event_end_date|crmDate}{/if}{/if} - </td> - </tr> - <tr> - <td {$labelStyle}> - {ts}Participant Role{/ts}: - </td> - <td {$valueStyle}> - {$participant.role} - </td> - </tr> - - {if $isShowLocation} - <tr> - <td colspan="2" {$valueStyle}> - {if $event.location.address.1.name} - {$event.location.address.1.name}<br /> - {/if} - {if $event.location.address.1.street_address} - {$event.location.address.1.street_address}<br /> - {/if} - {if $event.location.address.1.supplemental_address_1} - {$event.location.address.1.supplemental_address_1}<br /> - {/if} - {if $event.location.address.1.supplemental_address_2} - {$event.location.address.1.supplemental_address_2}<br /> - {/if} - {if $event.location.address.1.city} - {$event.location.address.1.city} {$event.location.address.1.postal_code} - {if $event.location.address.1.postal_code_suffix} - - {$event.location.address.1.postal_code_suffix} - {/if} - {/if} - </td> - </tr> - {/if} - - {if $event.location.phone.1.phone || $event.location.email.1.email} - <tr> - <td colspan="2" {$labelStyle}> - {ts}Event Contacts:{/ts} - </td> - </tr> - {foreach from=$event.location.phone item=phone} - {if $phone.phone} - <tr> - <td {$labelStyle}> - {if $phone.phone_type}{$phone.phone_type_display}{else}{ts}Phone{/ts}{/if} - </td> - <td {$valueStyle}> - {$phone.phone} - </td> - </tr> - {/if} - {/foreach} - {foreach from=$event.location.email item=eventEmail} - {if $eventEmail.email} - <tr> - <td {$labelStyle}> - {ts}Email{/ts} - </td> - <td {$valueStyle}> - {$eventEmail.email} - </td> - </tr> - {/if} - {/foreach} - {/if} - - {if $contact.email} - <tr> - <th {$headerStyle}> - {ts}Registered Email{/ts} - </th> - </tr> - <tr> - <td colspan="2" {$valueStyle}> - {$contact.email} - </td> - </tr> - {/if} - - {if $register_date} - <tr> - <td {$labelStyle}> - {ts}Registration Date{/ts} - </td> - <td {$valueStyle}> - {$participant.register_date|crmDate} - </td> - </tr> - {/if} - - </table> - </td> - </tr> - - <tr> - <td> - <p>{ts 1=$domain.phone 2=$domain.email}Please contact us at %1 or send email to %2 if you have questions.{/ts}</p> - </td> - </tr> - - </table> -</center> - -</body> -</html> diff --git a/civicrm/CRM/Upgrade/4.7.beta1.msg_template/message_templates/participant_transferred_subject.tpl b/civicrm/CRM/Upgrade/4.7.beta1.msg_template/message_templates/participant_transferred_subject.tpl deleted file mode 100644 index 6488ece90b..0000000000 --- a/civicrm/CRM/Upgrade/4.7.beta1.msg_template/message_templates/participant_transferred_subject.tpl +++ /dev/null @@ -1 +0,0 @@ -{ts 1=$event.event_title}Event Registration Transferred for %1{/ts} diff --git a/civicrm/CRM/Upgrade/4.7.beta1.msg_template/message_templates/participant_transferred_text.tpl b/civicrm/CRM/Upgrade/4.7.beta1.msg_template/message_templates/participant_transferred_text.tpl deleted file mode 100644 index 6c50c9b450..0000000000 --- a/civicrm/CRM/Upgrade/4.7.beta1.msg_template/message_templates/participant_transferred_text.tpl +++ /dev/null @@ -1,57 +0,0 @@ -{ts 1=$contact.display_name}Dear %1{/ts}, - -{ts 1=$to_participant}Your Event Registration has been transferred to %1.{/ts} - -=========================================================== -{ts}Event Information and Location{/ts} - -=========================================================== -{$event.event_title} -{$event.event_start_date|crmDate}{if $event.event_end_date}-{if $event.event_end_date|date_format:"%Y%m%d" == $event.event_start_date|date_format:"%Y%m%d"}{$event.event_end_date|crmDate:0:1}{else}{$event.event_end_date|crmDate}{/if}{/if} - -{ts}Participant Role{/ts}: {$participant.role} - -{if $isShowLocation} -{if $event.location.address.1.name} - -{$event.location.address.1.name} -{/if} -{if $event.location.address.1.street_address}{$event.location.address.1.street_address} -{/if} -{if $event.location.address.1.supplemental_address_1}{$event.location.address.1.supplemental_address_1} -{/if} -{if $event.location.address.1.supplemental_address_2}{$event.location.address.1.supplemental_address_2} -{/if} -{if $event.location.address.1.city}{$event.location.address.1.city} {$event.location.address.1.postal_code}{if $event.location.address.1.postal_code_suffix} - $event.location.address.1.postal_code_suffix}{/if} -{/if} - -{/if}{*End of isShowLocation condition*} - -{if $event.location.phone.1.phone || $event.location.email.1.email} - -{ts}Event Contacts:{/ts} -{foreach from=$event.location.phone item=phone} -{if $phone.phone} - -{if $phone.phone_type}{$phone.phone_type_display}{else}{ts}Phone{/ts}{/if}: {$phone.phone}{/if} -{/foreach} -{foreach from=$event.location.email item=eventEmail} -{if $eventEmail.email} - -{ts}Email{/ts}: {$eventEmail.email}{/if}{/foreach} -{/if} - -{if $contact.email} - -=========================================================== -{ts}Registered Email{/ts} - -=========================================================== -{$contact.email} -{/if} - -{if $register_date} -{ts}Registration Date{/ts}: {$participant.register_date|crmDate} -{/if} - -{ts 1=$domain.phone 2=$domain.email}Please contact us at %1 or send email to %2 if you have questions.{/ts} diff --git a/civicrm/CRM/Upgrade/4.7.beta8.msg_template/civicrm_msg_template.tpl b/civicrm/CRM/Upgrade/4.7.beta8.msg_template/civicrm_msg_template.tpl deleted file mode 100644 index c1335a695c..0000000000 --- a/civicrm/CRM/Upgrade/4.7.beta8.msg_template/civicrm_msg_template.tpl +++ /dev/null @@ -1,16 +0,0 @@ -{php} - $dir = SMARTY_DIR . '/../../CRM/Upgrade/4.7.beta8.msg_template/message_templates'; - $templates = array(); - foreach (preg_grep('/\.tpl$/', scandir($dir)) as $filename) { - $parts = explode('_', basename($filename, '.tpl')); - $templates[] = array('type' => array_pop($parts), 'name' => implode('_', $parts), 'filename' => "$dir/$filename"); - } - $this->assign('templates', $templates); -{/php} - -{foreach from=$templates item=tpl} - {fetch assign=content file=$tpl.filename} - SELECT @workflow_id := MAX(id) FROM civicrm_option_value WHERE name = '{$tpl.name}'; - SELECT @content := msg_{$tpl.type} FROM civicrm_msg_template WHERE workflow_id = @workflow_id AND is_reserved = 1 LIMIT 1; - UPDATE civicrm_msg_template SET msg_{$tpl.type} = '{$content|escape:"quotes"}' WHERE workflow_id = @workflow_id AND (is_reserved = 1 OR (is_default = 1 AND msg_{$tpl.type} = @content)); -{/foreach} diff --git a/civicrm/CRM/Upgrade/4.7.beta8.msg_template/message_templates/contribution_invoice_receipt_html.tpl b/civicrm/CRM/Upgrade/4.7.beta8.msg_template/message_templates/contribution_invoice_receipt_html.tpl deleted file mode 100644 index 8606e18e58..0000000000 --- a/civicrm/CRM/Upgrade/4.7.beta8.msg_template/message_templates/contribution_invoice_receipt_html.tpl +++ /dev/null @@ -1,437 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns = "http://www.w3.org/1999/xhtml"> - <head> - <meta http-equiv = "Content-Type" content="text/html; charset=UTF-8" /> - <title></title> - </head> - <body> - <table style = "margin-top:2px;padding-left:7px;"> - <tr> - <td><img src = "{$resourceBase}/i/civi99.png" height = "34px" width = "99px"></td> - </tr> - </table> - <center> - <table style = "padding-right:19px;font-family: Arial, Verdana, sans-serif;" width = "500" height = "100" border = "0" cellpadding = "2" cellspacing = "1"> - <tr> - <td style = "padding-left:15px;" ><b><font size = "4" align = "center">{ts}INVOICE{/ts}</font></b></td> - <td colspan = "1"></td> - <td style = "padding-left:70px;"><b><font size = "1" align = "center" >{ts}Invoice Date:{/ts}</font></b></td> - <td><font size = "1" align = "right">{$domain_organization}</font></td> - </tr> - <tr> - {if $organization_name} - <td style = "padding-left:17px;"><font size = "1" align = "center" >{$display_name} ({$organization_name})</font></td> - {else} - <td style = "padding-left:15px;"><font size = "1" align = "center" >{$display_name}</font></td> - {/if} - <td colspan = "1"></td> - <td style = "padding-left:70px;"><font size = "1" align = "right">{$invoice_date}</font></td> - <td><font size = "1" align = "right"> - {if $domain_street_address } - {$domain_street_address} - {/if} - {if $domain_supplemental_address_1 }{$domain_supplemental_address_1}{/if}</font></td> - </tr> - <tr> - <td style = "padding-left:17px;"><font size = "1" align = "center">{$street_address} {$supplemental_address_1}</font></td> - <td colspan = "1"></td> - <td style = "padding-left:70px;"><b><font size = "1" align = "right">{ts}Invoice Number:{/ts}</font></b></td> - <td ><font size = "1" align = "right">{if $domain_supplemental_address_2 }{$domain_supplemental_address_2}{/if} - {if $domain_state }{$domain_state}{/if}</font></td> - </tr> - <tr> - <td style = "padding-left:17px;"><font size = "1" align = "center">{$supplemental_address_2} {$stateProvinceAbbreviation}</font></td> - <td colspan="1"></td> - <td style = "padding-left:70px;"><font size = "1" align = "right">{$invoice_id}</font></td> - <td><font size = "1" align = "right">{if $domain_city} - {$domain_city} - {/if} - {if $domain_postal_code } - {$domain_postal_code} - {/if} - </font></td> - </tr> - <tr> - <td style = "padding-left:17px;"><font size = "1" align = "right">{$city} {$postal_code}</font></td> - <td colspan="1"></td> - <td height = "10" style = "padding-left:70px;"><b><font size = "1"align = "right">{ts}Reference:{/ts}</font></b></td> - <td><font size = "1" align = "right"> {if $domain_country} - {$domain_country} - {/if}</font></td> - </tr> - <tr> - <td></td> - <td></td> - <td style = "padding-left:70px;"><font size = "1"align = "right">{$source}</font></td> - <td><font size = "1" align = "right"> {if $domain_phone}{$domain_phone}{/if}</font> </td> - </tr> - <tr> - <td></td> - <td></td> - <td></td> - <td><font size = "1" align = "right"> {if $domain_email} - {$domain_email} - {/if}</font> </td> - </tr> - </table> - <table style = "margin-top:75px;font-family: Arial, Verdana, sans-serif" width = "590" border = "0"cellpadding = "-5" cellspacing = "19" id = "desc"> - <tr> - <td colspan = "2" {$valueStyle}> - <table> {* FIXME: style this table so that it looks like the text version (justification, etc.) *} - <tr> - <th style = "padding-right:34px;text-align:left;font-weight:bold;width:200px;"><font size = "1">{ts}Description{/ts}</font></th> - <th style = "padding-left:34px;text-align:right;font-weight:bold;" ><font size = "1">{ts}Quantity{/ts}</font></th> - <th style = "padding-left:34px;text-align:right;font-weight:bold;"><font size = "1">{ts}Unit Price{/ts}</font></th> - <th style = "padding-left:34px;text-align:right;font-weight:bold;width:20px;"><font size = "1">{$taxTerm} </font></th> - <th style = "padding-left:34px;text-align:right;font-weight:bold;"><font size = "1">{ts 1=$defaultCurrency}Amount %1{/ts}</font></th> - </tr> - {foreach from=$lineItem item=value key=priceset name=taxpricevalue} - {if $smarty.foreach.taxpricevalue.index eq 0} - <tr><td colspan = "5" ><hr size="3" style = "color:#000;"></hr></td></tr> - {else} - <tr><td colspan = "5" style = "color:#F5F5F5;"><hr></hr></td></tr> - {/if} - <tr> - <td style="text-align:left;" ><font size = "1"> - {if $value.html_type eq 'Text'}{$value.label}{else}{$value.field_title} - {$value.label}{/if} {if $value.description}<div>{$value.description|truncate:30:"..."}</div>{/if} - </font></td> - <td style = "padding-left:34px;text-align:right;"><font size = "1"> {$value.qty}</font></td> - <td style = "padding-left:34px;text-align:right;"><font size = "1"> {$value.unit_price|crmMoney:$currency}</font></td> - {if $value.tax_amount != ''} - <td style = "padding-left:34px;text-align:right;width:20px;"><font size = "1"> {$value.tax_rate}%</font></td> - {else} - <td style = "padding-left:34px;text-align:right;width:20px;"><font size = "1">{ts 1=$taxTerm}No %1{/ts}</font></td> - {/if} - <td style = "padding-left:34px;text-align:right;"><font size = "1">{$value.subTotal|crmMoney:$currency}</font></td> - </tr> - {/foreach} - <tr><td colspan = "5" style = "color:#F5F5F5;"><hr></hr></td></tr> - <tr> - <td colspan = "3"></td> - <td style = "padding-left:20px;text-align:right;"><font size = "1">{ts}Sub Total{/ts}</font></td> - <td style = "padding-left:34px;text-align:right;"><font size = "1"> {$subTotal|crmMoney:$currency}</font></td> - </tr> - {foreach from = $dataArray item = value key = priceset} - <tr> - <td colspan = "3"></td> - {if $priceset} - <td style = "padding-left:20px;text-align:right;"><font size = "1"> {ts 1=$taxTerm 2=$priceset}TOTAL %1 %2%{/ts}</font></td> - <td style = "padding-left:34px;text-align:right"><font size = "1" align = "right">{$value|crmMoney:$currency}</font> </td> - {elseif $priceset == 0} - <td style = "padding-left:20px;text-align:right;"><font size = "1">{ts 1=$taxTerm}TOTAL NO %1{/ts}</font></td> - <td style = "padding-left:34px;text-align:right"><font size = "1" align = "right">{$value|crmMoney:$currency}</font> </td> - </tr> - {/if} - {/foreach} - <tr> - <td colspan = "3"></td> - <td colspan = "2"><hr></hr></td> - </tr> - - <tr> - <td colspan = "3"></td> - <td style = "padding-left:20px;text-align:right;"><b><font size = "1">{ts 1=$defaultCurrency}TOTAL %1{/ts}</font></b></td> - <td style = "padding-left:34px;text-align:right;"><font size = "1">{$amount|crmMoney:$currency}</font></td> - </tr> - - {if $is_pay_later == 0} - <tr> - <td colspan = "3"></td> - <td style = "padding-left:20px;text-align:right;"><font size = "1"> - {if $contribution_status_id == $refundedStatusId} - {ts}LESS Amount Credited{/ts} - {else} - {ts}LESS Amount Paid{/ts} - {/if} - </font></td> - <td style = "padding-left:34px;text-align:right;"><font size = "1">{$amount|crmMoney:$currency}</font></td> - </tr> - <tr> - <td colspan = "3"></td> - <td colspan = "2" ><hr></hr></td> - </tr> - <tr> - <td colspan = "3"></td> - <td style = "padding-left:20px;text-align:right;"><b><font size = "1">{ts}AMOUNT DUE:{/ts} </font></b></td> - <td style = "padding-left:34px;text-align:right;"><b><font size = "1">{$amountDue|crmMoney:$currency}</font></b></td> <td style = "padding-left:34px;"><font size = "1" align = "right"></fonts></td> - </tr> - {/if} - <br/><br/><br/> - <tr> - <td colspan = "3"></td> - </tr> - {if $contribution_status_id == $pendingStatusId && $is_pay_later == 1} - <tr> - <td><b><font size = "1" align = "center">{ts 1=$dueDate}DUE DATE: %1{/ts}</font></b></td> - <td colspan = "3"></td> - </tr> - {/if} - </table> - </td> - </tr> - </table> - {if $contribution_status_id == $pendingStatusId && $is_pay_later == 1} - <table style = "margin-top:5px;padding-right:45px;"> - <tr> - <td><img src = "{$resourceBase}/i/contribute/cut_line.png" height = "15" width = "630"></td> - </tr> - </table> - <table style = "margin-top:6px;padding-right:20px;font-family: Arial, Verdana, sans-serif" width = "480" border = "0"cellpadding = "-5" cellspacing="19" id = "desc"> - <tr> - <td width="60%"><b><font size = "4" align = "right">{ts}PAYMENT ADVICE{/ts}</font></b> <br/><br/> <font size = "1" align = "right"><b>{ts}To: {/ts}</b> <div style="width:17em;word-wrap:break-word;"> - {$domain_organization} <br /> - {$domain_street_address} {$domain_supplemental_address_1} <br /> - {$domain_supplemental_address_2} {$domain_state} <br /> - {$domain_city} {$domain_postal_code} <br /> - {$domain_country} <br /> - {$domain_phone} <br /> - {$domain_email}</div> - </font><br/><br/><font size="1" align="right">{$notes}</font> - </td> - <td width="40%"> - <table cellpadding = "-10" cellspacing = "22" align="right" > - <tr> - <td colspan = "2"></td> - <td><font size = "1" align = "right" style="font-weight:bold;">{ts}Customer: {/ts}</font></td> - <td ><font size = "1" align = "right">{$display_name}</font></td> - </tr> - <tr> - <td colspan = "2"></td> - <td><font size = "1" align = "right" style="font-weight:bold;">{ts}Invoice Number: {/ts}</font></td> - <td><font size = "1" align = "right">{$invoice_id}</font></td> - </tr> - <tr><td colspan = "5"style = "color:#F5F5F5;"><hr></hr></td></tr> - {if $is_pay_later == 1} - <tr> - <td colspan = "2"></td> - <td><font size = "1" align = "right" style="font-weight:bold;">{ts}Amount Due:{/ts}</font></td> - <td><font size = "1" align = "right" style="font-weight:bold;">{$amount|crmMoney:$currency}</font></td> - </tr> - {else} - <tr> - <td colspan = "2"></td> - <td><font size = "1" align = "right" style="font-weight:bold;">{ts}Amount Due: {/ts}</font></td> - <td><font size = "1" align = "right" style="font-weight:bold;">{$amountDue|crmMoney:$currency}</font></td> - </tr> - {/if} - <tr> - <td colspan = "2"></td> - <td><font size = "1" align = "right" style="font-weight:bold;">{ts}Due Date: {/ts}</font></td> - <td><font size = "1" align = "right">{$dueDate}</font></td> - </tr> - <tr> - <td colspan = "5" style = "color:#F5F5F5;"><hr></hr></td> - </tr> - </table> - </td> - </tr> - </table> - -{/if} - - {if $contribution_status_id == $refundedStatusId || $contribution_status_id == $cancelledStatusId} - <table style = "margin-top:2px;padding-left:7px;page-break-before: always;"> - <tr> - <td><img src = "{$resourceBase}/i/civi99.png" height = "34px" width = "99px"></td> - </tr> - </table> - <center> - - <table style = "padding-right:19px;font-family: Arial, Verdana, sans-serif" width = "500" height = "100" border = "0" cellpadding = "2" cellspacing = "1"> - <tr> - <td style = "padding-left:15px;" ><b><font size = "4" align = "center">{ts}CREDIT NOTE{/ts}</font></b></td> - <td colspan = "1"></td> - <td style = "padding-left:70px;"><b><font size = "1" align = "right">{ts}Date:{/ts}</font></b></td> - <td><font size = "1" align = "right">{$domain_organization}</font></td> - </tr> - <tr> - {if $organization_name} - <td style = "padding-left:17px;"><font size = "1" align = "center">{$display_name} ({$organization_name})</font></td> - {else} - <td style = "padding-left:17px;"><font size = "1" align = "center">{$display_name}</font></td> - {/if} - <td colspan = "1"></td> - <td style = "padding-left:70px;"><font size = "1" align = "right">{$invoice_date}</font></td> - <td ><font size = "1" align = "right"> - {if $domain_street_address } - {$domain_street_address} - {/if} - {if $domain_supplemental_address_1 } - {$domain_supplemental_address_1} - {/if}</font></td> - </tr> - <tr> - <td style = "padding-left:17px;"><font size = "1" align = "center">{$street_address} {$supplemental_address_1}</font></td> - <td colspan = "1"></td> - <td style = "padding-left:70px;"><b><font size = "1" align = "right">{ts}Credit Note Number:{/ts}</font></b></td> - <td><font size = "1" align = "right">{if $domain_supplemental_address_2 } - {$domain_supplemental_address_2} - {/if} - {if $domain_state } - {$domain_state} - {/if} - </font></td> - </tr> - <tr> - <td style = "padding-left:17px;"><font size = "1" align = "center">{$supplemental_address_2} {$stateProvinceAbbreviation}</font></td> - <td colspan="1"></td> - <td style = "padding-left:70px;"><font size = "1" align = "right">{$creditnote_id}</font></td> - <td ><font size = "1" align = "right">{if $domain_city} - {$domain_city} - {/if} - {if $domain_postal_code } - {$domain_postal_code} - {/if} - </font></td> - </tr> - <tr> - <td style = "padding-left:17px;"><font size = "1" align = "right">{$city} {$postal_code}</font></td> - <td colspan="1"></td> - <td height = "10" style = "padding-left:70px;"><b><font size = "1"align = "right">{ts}Reference:{/ts}</font></b></td> - <td><font size = "1" align = "right"> {if $domain_country} - {$domain_country} - {/if}</font></td> - </tr> - <tr> - <td></td> - <td></td> - <td style = "padding-left:70px;"><font size = "1"align = "right">{$source}</font></td> - <td><font size = "1" align = "right"> {if $domain_phone} - {$domain_phone} - {/if}</font> </td> - </tr> - <tr> - <td></td> - <td></td> - <td></td> - <td><font size = "1" align = "right"> {if $domain_email} - {$domain_email} - {/if}</font> </td> - </tr> - </table> - - <table style = "margin-top:75px;font-family: Arial, Verdana, sans-serif" width = "590" border = "0"cellpadding = "-5" cellspacing = "19" id = "desc"> - <tr> - <td colspan = "2" {$valueStyle}> - <table> {* FIXME: style this table so that it looks like the text version (justification, etc.) *} - <tr> - <th style = "padding-right:28px;text-align:left;font-weight:bold;width:200px;"><font size = "1">{ts}Description{/ts}</font></th> - <th style = "padding-left:28px;text-align:right;font-weight:bold;"><font size = "1">{ts}Quantity{/ts}</font></th> - <th style = "padding-left:28px;text-align:right;font-weight:bold;"><font size = "1">{ts}Unit Price{/ts}</font></th> - <th style = "padding-left:28px;text-align:right;font-weight:bold;"><font size = "1">{$taxTerm} </font></th> - <th style = "padding-left:28px;text-align:right;font-weight:bold;"><font size = "1">{ts 1=$defaultCurrency}Amount %1{/ts}</font></th> - </tr> - {foreach from=$lineItem item=value key=priceset name=pricevalue} - {if $smarty.foreach.pricevalue.index eq 0} - <tr><td colspan = "5" ><hr size="3" style = "color:#000;"></hr></td></tr> - {else} - <tr><td colspan = "5" style = "color:#F5F5F5;"><hr></hr></td></tr> - {/if} - <tr> - <td style ="text-align:left;" ><font size = "1"> - {if $value.html_type eq 'Text'}{$value.label}{else}{$value.field_title} - {$value.label}{/if} {if $value.description}<div>{$value.description|truncate:30:"..."}</div>{/if} - </font></td> - <td style = "padding-left:28px;text-align:right;"><font size = "1"> {$value.qty}</font></td> - <td style = "padding-left:28px;text-align:right;"><font size = "1"> {$value.unit_price|crmMoney:$currency}</font></td> - {if $value.tax_amount != ''} - <td style = "padding-left:28px;text-align:right;"><font size = "1"> {$value.tax_rate}%</font></td> - {else} - <td style = "padding-left:28px;text-align:right"><font size = "1" >{ts 1=$taxTerm}No %1{/ts}</font></td> - {/if} - <td style = "padding-left:28px;text-align:right;"><font size = "1" >{$value.subTotal|crmMoney:$currency}</font></td> - </tr> - {/foreach} - <tr><td colspan = "5" style = "color:#F5F5F5;"><hr></hr></td></tr> - <tr> - <td colspan = "3"></td> - <td style = "padding-left:28px;text-align:right;"><font size = "1">{ts}Sub Total{/ts}</font></td> - <td style = "padding-left:28px;text-align:right;"><font size = "1"> {$subTotal|crmMoney:$currency}</font></td> - </tr> - {foreach from = $dataArray item = value key = priceset} - <tr> - <td colspan = "3"></td> - {if $priceset} - <td style = "padding-left:28px;text-align:right;"><font size = "1"> {ts 1=$taxTerm 2=$priceset}TOTAL %1 %2%{/ts}</font></td> - <td style = "padding-left:28px;text-align:right;"><font size = "1" align = "right">{$value|crmMoney:$currency}</font> </td> - {elseif $priceset == 0} - <td style = "padding-left:28px;text-align:right;"><font size = "1">{ts 1=$taxTerm}TOTAL NO %1{/ts}</font></td> - <td style = "padding-left:28px;text-align:right;"><font size = "1" align = "right">{$value|crmMoney:$currency}</font> </td> - </tr> - {/if} - {/foreach} - <tr> - <td colspan = "3"></td> - <td colspan = "2"><hr></hr></td> - </tr> - - <tr> - <td colspan = "3"></td> - <td style = "padding-left:28px;text-align:right;"><b><font size = "1">{ts 1=$defaultCurrency}TOTAL %1{/ts}</font></b></td> - <td style = "padding-left:28px;text-align:right;"><font size = "1">{$amount|crmMoney:$currency}</font></td> - </tr> - - {if $is_pay_later == 0} - <tr> - <td colspan = "3"></td> - <td style = "padding-left:28px;text-align:right;"><font size = "1" >{ts}LESS Credit to invoice(s){/ts}</font></td> - <td style = "padding-left:28px;text-align:right;"><font size = "1">{$amount|crmMoney:$currency}</font></td> - </tr> - <tr> - <td colspan = "3"></td> - <td colspan = "2" ><hr></hr></td> - </tr> - <tr> - <td colspan = "3"></td> - <td style = "padding-left:28px;text-align:right;"><b><font size = "1">{ts}REMAINING CREDIT{/ts}</font></b></td> - <td style = "padding-left:28px;text-align:right;"><b><font size = "1">{$amountDue|crmMoney:$currency}</font></b></td> - <td style = "padding-left:28px;"><font size = "1" align = "right"></fonts></td> - </tr> - {/if} - <br/><br/><br/> - <tr> - <td colspan = "3"></td> - </tr> - <tr> - <td></td> - <td colspan = "3"></td> - </tr> - </table> - </td> - </tr> - </table> - - <table style = "margin-top:5px;padding-right:45px;"> - <tr> - <td><img src = "{$resourceBase}/i/contribute/cut_line.png" height = "15" width = "630"></td> - </tr> - </table> - - <table style = "margin-top:6px;padding-right:20px;font-family: Arial, Verdana, sans-serif" width = "507" border = "0"cellpadding = "-5" cellspacing="19" id = "desc"> - <tr> - <td width="60%"><font size = "4" align = "right"><b>{ts}CREDIT ADVICE{/ts}</b><br/><br /><div style="font-size:10px;max-width:300px;">{ts}Please do not pay on this advice. Deduct the amount of this Credit Note from your next payment to us{/ts}</div><br/></font></td> - <td width="40%"> - <table align="right" > - <tr> - <td colspan = "2"></td> - <td><font size = "1" align = "right" style="font-weight:bold;">{ts}Customer:{/ts} </font></td> - <td><font size = "1" align = "right" >{$display_name}</font></td> - </tr> - <tr> - <td colspan = "2"></td> - <td><font size = "1" align = "right" style="font-weight:bold;">{ts}Credit Note#:{/ts} </font></td> - <td><font size = "1" align = "right">{$creditnote_id}</font></td> - </tr> - <tr><td colspan = "5"style = "color:#F5F5F5;"><hr></hr></td></tr> - <tr> - <td colspan = "2"></td> - <td><font size = "1" align = "right" style="font-weight:bold;">{ts}Credit Amount:{/ts}</font></td> - <td width='50px'><font size = "1" align = "right" style="font-weight:bold;">{$amount|crmMoney:$currency}</font></td> - </tr> - </table> - </td> - </tr> - </table> - {/if} - </center> - </body> -</html> diff --git a/civicrm/CRM/Upgrade/Form.php b/civicrm/CRM/Upgrade/Form.php index 1fb14e1aa8..902e5afbf5 100644 --- a/civicrm/CRM/Upgrade/Form.php +++ b/civicrm/CRM/Upgrade/Form.php @@ -25,7 +25,7 @@ class CRM_Upgrade_Form extends CRM_Core_Form { /** * Minimum previous CiviCRM version we can directly upgrade from */ - const MINIMUM_UPGRADABLE_VERSION = '4.6.12'; + const MINIMUM_UPGRADABLE_VERSION = '4.7.31'; /** * @var \CRM_Core_Config diff --git a/civicrm/CRM/Upgrade/Incremental/Base.php b/civicrm/CRM/Upgrade/Incremental/Base.php index 4171e4b5dc..acdceee880 100644 --- a/civicrm/CRM/Upgrade/Incremental/Base.php +++ b/civicrm/CRM/Upgrade/Incremental/Base.php @@ -50,7 +50,7 @@ class CRM_Upgrade_Incremental_Base { $revList = []; $sqlGlob = implode(DIRECTORY_SEPARATOR, [dirname(__FILE__), 'sql', $this->getMajorMinor() . '.*.mysql.tpl']); - $sqlFiles = glob($sqlGlob);; + $sqlFiles = glob($sqlGlob); foreach ($sqlFiles as $file) { $revList[] = basename($file, '.mysql.tpl'); } @@ -76,7 +76,6 @@ class CRM_Upgrade_Incremental_Base { * This method will be invoked multiple times. Implementations MUST consult the `$rev` * before deciding what messages to add. See the examples linked below. * - * @see \CRM_Upgrade_Incremental_php_FourSeven::setPreUpgradeMessage() * @see \CRM_Upgrade_Incremental_php_FiveTwenty::setPreUpgradeMessage() * * @param string $preUpgradeMessage @@ -101,7 +100,6 @@ class CRM_Upgrade_Incremental_Base { * This method will be invoked multiple times. Implementations MUST consult the `$rev` * before deciding what messages to add. See the examples linked below. * - * @see \CRM_Upgrade_Incremental_php_FourSeven::setPostUpgradeMessage() * @see \CRM_Upgrade_Incremental_php_FiveTwentyOne::setPostUpgradeMessage() * * @param string $postUpgradeMessage diff --git a/civicrm/CRM/Upgrade/Incremental/General.php b/civicrm/CRM/Upgrade/Incremental/General.php index 9f7bf56080..ddb6874384 100644 --- a/civicrm/CRM/Upgrade/Incremental/General.php +++ b/civicrm/CRM/Upgrade/Incremental/General.php @@ -178,10 +178,9 @@ class CRM_Upgrade_Incremental_General { return sprintf("<li><em>%s</em> - %s</li>", htmlentities($k), htmlentities($v)); }, array_keys($messages), $messages); - $message .= '<br />' . ts("The default copies of the message templates listed below will be updated to handle new features or correct a problem. Your installation has customized versions of these message templates, and you will need to apply the updates manually after running this upgrade. <a href='%1' style='color:white; text-decoration:underline; font-weight:bold;' target='_blank'>Click here</a> for detailed instructions. %2", [ - 1 => 'https://docs.civicrm.org/user/en/latest/email/message-templates/#modifying-system-workflow-message-templates', - 2 => '<ul>' . implode('', $messagesHtml) . '</ul>', - ]); + $message .= '<br />' . ts("The default copies of the message templates listed below will be updated to handle new features or correct a problem. Your installation has customized versions of these message templates, and you will need to apply the updates manually after running this upgrade. <a %1>View detailed instructions</a>.", [ + 1 => 'href="https://docs.civicrm.org/user/en/latest/email/message-templates/#modifying-system-workflow-message-templates" target="_blank"', + ]) . '<ul>' . implode('', $messagesHtml) . '</ul>'; $messageObj->updateTemplates(); } diff --git a/civicrm/CRM/Upgrade/Incremental/php/FiveFortySeven.php b/civicrm/CRM/Upgrade/Incremental/php/FiveFortySeven.php index b28ab38604..d5a8300715 100644 --- a/civicrm/CRM/Upgrade/Incremental/php/FiveFortySeven.php +++ b/civicrm/CRM/Upgrade/Incremental/php/FiveFortySeven.php @@ -101,9 +101,11 @@ class CRM_Upgrade_Incremental_php_FiveFortySeven extends CRM_Upgrade_Incremental */ public static function migrateCiviGrant(CRM_Queue_TaskContext $ctx): bool { $civiGrantEnabled = CRM_Core_Component::isEnabled('CiviGrant'); - if ($civiGrantEnabled) { - CRM_Core_BAO_ConfigSetting::disableComponent('CiviGrant'); - } + // This was failing on multi-domain setups. See https://github.com/civicrm/civicrm-core/pull/26043 + // Instead, we'll handle it in FiveSixtyTwo::consolidateComponents. + // if ($civiGrantEnabled) { + // CRM_Core_BAO_ConfigSetting::disableComponent('CiviGrant'); + // } $civiGrantId = CRM_Core_DAO::getFieldValue('CRM_Core_DAO_Component', 'CiviGrant', 'id', 'name'); if ($civiGrantId) { foreach (['civicrm_menu', 'civicrm_option_value'] as $table) { diff --git a/civicrm/CRM/Upgrade/Incremental/php/FiveSixtyTwo.php b/civicrm/CRM/Upgrade/Incremental/php/FiveSixtyTwo.php new file mode 100644 index 0000000000..1b01d856e8 --- /dev/null +++ b/civicrm/CRM/Upgrade/Incremental/php/FiveSixtyTwo.php @@ -0,0 +1,137 @@ +<?php +/* + +--------------------------------------------------------------------+ + | Copyright CiviCRM LLC. All rights reserved. | + | | + | This work is published under the GNU AGPLv3 license with some | + | permitted exceptions and without any warranty. For full license | + | and copyright information, see https://civicrm.org/licensing | + +--------------------------------------------------------------------+ + */ + +/** + * Upgrade logic for the 5.62.x series. + * + * Each minor version in the series is handled by either a `5.62.x.mysql.tpl` file, + * or a function in this class named `upgrade_5_62_x`. + * If only a .tpl file exists for a version, it will be run automatically. + * If the function exists, it must explicitly add the 'runSql' task if there is a corresponding .mysql.tpl. + * + * This class may also implement `setPreUpgradeMessage()` and `setPostUpgradeMessage()` functions. + */ +class CRM_Upgrade_Incremental_php_FiveSixtyTwo extends CRM_Upgrade_Incremental_Base { + + public function setPreUpgradeMessage(&$preUpgradeMessage, $rev, $currentVer = NULL) { + if ($rev == '5.62.alpha1') { + $rawComponentLists = CRM_Core_DAO::executeQuery('SELECT value, count(*) c FROM civicrm_setting WHERE name = "enable_components" GROUP BY value') + ->fetchMap('value', 'value'); + $distinctComponentLists = array_unique(array_map(function(string $serializedList) { + $list = \CRM_Utils_String::unserialize($serializedList); + sort($list); + return implode(',', $list); + }, $rawComponentLists)); + if (count($distinctComponentLists) > 1) { + $message = ts('This site has multiple "Domains". The list of active "Components" is being consolidated across all "Domains". If you need different behavior in each "Domain", then consider updating the roles or permissions.'); + // If you're investigating this - then maybe you should implement hook_permission_check() to dynamically adjust feature visibility? + // See also: https://lab.civicrm.org/dev/core/-/issues/3961 + $preUpgradeMessage .= "<p>{$message}</p>"; + } + + if (defined('CIVICRM_SETTINGS_PATH') && CIVICRM_SETTINGS_PATH) { + $contents = file_get_contents(CIVICRM_SETTINGS_PATH); + if (strpos($contents, 'auto_detect_line_endings') !== FALSE) { + $preUpgradeMessage .= '<p>' . ts('Your civicrm.settings.php file contains a line to set the php variable `auto_detect_line_endings`. It is deprecated and the line should be removed from the file.') . '</p>'; + } + } + } + elseif ($rev == '5.62.beta1') { + // Copied from FiveFiftySeven, only display if we upgrading from version after 5.57.alpha1 + if (version_compare($currentVer, '5.57.alpha1', '>')) { + $docUrl = 'https://civicrm.org/redirect/activities-5.57'; + $docAnchor = 'target="_blank" href="' . htmlentities($docUrl) . '"'; + if (CRM_Core_DAO::singleValueQuery('SELECT COUNT(id) FROM civicrm_activity WHERE is_current_revision = 0')) { + // Text copied from FiveFifty Seven + $preUpgradeMessage .= '<p>' . ts('Your database contains CiviCase activity revisions which are deprecated and will begin to appear as duplicates in SearchKit/api4/etc.<ul><li>For further instructions see this <a %1>Lab Snippet</a>.</li></ul>', [1 => $docAnchor]) . '</p>'; + // New text explaination as to why we show this again. + $preUpgradeMessage .= '<p>' . ts('Note: You might have followed these steps already but unfortunately a previous upgrade which started ignoring the setting to create CiviCase Activity revisions failed to account for all the places this functionality existed. This means that either new Revisions have been added since you removed them, or not all were removed.') . '</p>'; + } + } + } + } + + /** + * Upgrade step; adds tasks including 'runSql'. + * + * @param string $rev + * The version number matching this function name + */ + public function upgrade_5_62_alpha1($rev): void { + $this->addTask('Make civicrm_setting.domain_id optional', 'alterColumn', 'civicrm_setting', 'domain_id', "int unsigned DEFAULT NULL COMMENT 'Which Domain does this setting belong to'"); + $this->addTask('Consolidate the list of components', 'consolidateComponents'); + $this->addTask(ts('Upgrade DB to %1: SQL', [1 => $rev]), 'runSql', $rev); + $this->addTask('Make civicrm_mapping.name required', 'alterColumn', 'civicrm_mapping', 'name', "varchar(64) NOT NULL COMMENT 'Unique name of Mapping'"); + $this->addTask(ts('Drop index %1', [1 => 'civicrm_mapping.UI_name']), 'dropIndex', 'civicrm_mapping', 'UI_name'); + $this->addTask(ts('Create index %1', [1 => 'civicrm_mapping.UI_name']), 'addIndex', 'civicrm_mapping', [['name']], 'UI'); + + $this->addTask( + 'Add option group for file_type_id in file table', + 'addOptionGroup', + [ + 'name' => 'file_type', + 'title' => ts('File Type'), + 'data_type' => 'Integer', + 'is_reserved' => 1, + ], + [] + ); + } + + /** + * Upgrade step; Required to ensure pre Upgrade runs. + * + * @param string $rev + * The version number matching this function name + */ + public function upgrade_5_62_beta1($rev): void { + } + + public static function consolidateComponents($ctx): bool { + $final = static::findAllEnabledComponents(); + // Ensure CiviGrant is removed from the setting, as this may have been incomplete in a previous upgrade. + // @see FiveFortySeven::migrateCiviGrant + $final = array_values(array_diff($final, ['CiviGrant'])); + + $lowestDomainId = CRM_Core_DAO::singleValueQuery('SELECT min(domain_id) FROM civicrm_setting WHERE name = "enable_components"'); + if (!is_numeric($lowestDomainId)) { + return TRUE; + } + + CRM_Core_DAO::executeQuery('UPDATE civicrm_setting SET domain_id = NULL, value = %3 WHERE domain_id = %1 AND name = %2', [ + 1 => [$lowestDomainId, 'Positive'], + 2 => ['enable_components', 'String'], + 3 => [serialize($final), 'String'], + ]); + + CRM_Core_DAO::executeQuery('DELETE FROM civicrm_setting WHERE domain_id > %1 AND name = %2', [ + 1 => [$lowestDomainId, 'Positive'], + 2 => ['enable_components', 'String'], + ]); + + return TRUE; + } + + /** + * @return array + * Ex: ['CiviEvent', 'CiviMail'] + */ + public static function findAllEnabledComponents(): array { + $raw = CRM_Core_DAO::executeQuery('SELECT domain_id, value FROM civicrm_setting WHERE name = "enable_components"') + ->fetchMap('domain_id', 'value'); + $all = []; + foreach ($raw as $value) { + $all = array_unique(array_merge($all, \CRM_Utils_String::unserialize($value))); + } + return array_values($all); + } + +} diff --git a/civicrm/CRM/Upgrade/Incremental/php/FourSeven.php b/civicrm/CRM/Upgrade/Incremental/php/FourSeven.php index d08960dc14..982e761c8b 100644 --- a/civicrm/CRM/Upgrade/Incremental/php/FourSeven.php +++ b/civicrm/CRM/Upgrade/Incremental/php/FourSeven.php @@ -11,6 +11,8 @@ /** * Upgrade logic for 4.7 + * + * NOTE: All incremental steps up to the last step of 4.7.x have been removed. */ class CRM_Upgrade_Incremental_php_FourSeven extends CRM_Upgrade_Incremental_Base { @@ -26,49 +28,6 @@ class CRM_Upgrade_Incremental_php_FourSeven extends CRM_Upgrade_Incremental_Base * @param null $currentVer */ public function setPreUpgradeMessage(&$preUpgradeMessage, $rev, $currentVer = NULL) { - if ($rev == '4.7.alpha1') { - // CRM-16478 Remove custom fatal error template path option - $config = CRM_Core_Config::singleton(); - if (!empty($config->fatalErrorTemplate) && $config->fatalErrorTemplate != 'CRM/common/fatal.tpl') { - $preUpgradeMessage .= '<p>' . ts('The custom fatal error template setting will be removed during the upgrade. You are currently using this custom template: %1 . Following the upgrade you will need to use the standard approach to overriding template files, as described in the documentation.', [1 => $config->fatalErrorTemplate]) . '</p>'; - } - } - if ($rev == '4.7.alpha4') { - // CRM-17004 Warn of Moneris removal - $count = 1; - // Query only works in 4.3+ - if (version_compare($currentVer, "4.3.0") > 0) { - // Disable i18nRewrite for multilingual because the view might not yet exist (added in 5.13.0) - $i18nRewrite = FALSE; - $count = CRM_Core_DAO::singleValueQuery("SELECT COUNT(id) FROM civicrm_payment_processor WHERE payment_processor_type_id IN (SELECT id FROM civicrm_payment_processor_type WHERE name = 'Moneris')", TRUE, NULL, FALSE, $i18nRewrite); - } - if ($count && !function_exists('moneris_civicrm_managed')) { - $preUpgradeMessage .= '<p>' . ts('The %1 payment processor is no longer bundled with CiviCRM. After upgrading you will need to install the extension to continue using it.', [1 => 'Moneris']) . '</p>'; - } - } - if ($rev == '4.7.13') { - $preUpgradeMessage .= '<p>' . ts('A new permission has been added called %1 This Permission is now used to control access to the Manage Tags screen', [1 => 'manage tags']) . '</p>'; - } - if ($rev == '4.7.22') { - // Based on support inquiries for 4.7.21, show message during 4.7.22. - // For affected users, this issue prevents loading the regular status screen. - if (!$this->checkImageUploadDir()) { - $preUpgradeMessage .= '<p>' . ts('There appears to be an inconsistency in the configuration of "Image Upload URL" and "Image Upload Directory".') . '</p>' - . '<p>' - . ts('Further advice will be displayed at the end of the upgrade.') - . '</p>'; - } - } - if ($rev == '4.7.27') { - $params = [ - 1 => 'Close accounting batches created by user', - 2 => 'Close all accounting batches', - 3 => 'Reopen accounting batches created by user', - 4 => 'Reopen all accounting batches', - 5 => 'https://wiki.civicrm.org/confluence/display/CRMDOC/Default+Permissions+and+Roles', - ]; - $preUpgradeMessage .= '<p>' . ts('A new set of batch permissions has been added called "%1", "%2", "%3" and "%4". These permissions are now used to control access to the Accounting Batches tasks. If your users need to be able to Reopen or Close batches you may need to give them additional permissions. <a href=%5>Read more</a>', $params) . '</p>'; - } if ($rev == '4.7.32') { $preUpgradeMessage .= '<p>' . ts('A new %1 permission has been added. It is not granted by default. If you use SMS, you may wish to review your permissions.', [1 => 'send SMS']) . '</p>'; } @@ -83,411 +42,12 @@ class CRM_Upgrade_Incremental_php_FourSeven extends CRM_Upgrade_Incremental_Base * an intermediate version; note that setPostUpgradeMessage is called repeatedly with different $revs. */ public function setPostUpgradeMessage(&$postUpgradeMessage, $rev) { - if ($rev == '4.7.alpha1') { - $config = CRM_Core_Config::singleton(); - // FIXME: Performing an upgrade step during postUpgrade message phase is probably bad - $editor_id = self::updateWysiwyg(); - $msg = NULL; - $ext_href = 'href="' . CRM_Utils_System::url('civicrm/admin/extensions', 'reset=1') . '"'; - $dsp_href = 'href="' . CRM_Utils_System::url('civicrm/admin/setting/preferences/display', 'reset=1') . '"'; - $blog_href = 'href="https://civicrm.org/blogs/colemanw/big-changes-wysiwyg-editing-47"'; - switch ($editor_id) { - // TinyMCE - case 1: - $msg = ts('Your configured editor "TinyMCE" is no longer part of the main CiviCRM download. To continue using it, visit the <a %1>Manage Extensions</a> page to download and install the TinyMCE extension.', [1 => $ext_href]); - break; - - // Drupal/Joomla editor - case 3: - case 4: - $msg = ts('CiviCRM no longer integrates with the "%1 Default Editor." Your wysiwyg setting has been reset to the built-in CKEditor. <a %2>Learn more...</a>', [1 => $config->userFramework, 2 => $blog_href]); - break; - } - if ($msg) { - $postUpgradeMessage .= '<p>' . $msg . '</p>'; - } - $postUpgradeMessage .= '<p>' . ts('CiviCRM now includes the easy-to-use CKEditor Configurator. To customize the features and display of your wysiwyg editor, visit the <a %1>Display Preferences</a> page. <a %2>Learn more...</a>', [1 => $dsp_href, 2 => $blog_href]) . '</p>'; - - $postUpgradeMessage .= '<br /><br />' . ts('Default version of the following System Workflow Message Templates have been modified: <ul><li>Personal Campaign Pages - Owner Notification</li></ul> If you have modified these templates, please review the new default versions and implement updates as needed to your copies (Administer > Communications > Message Templates > System Workflow Messages).'); - - $postUpgradeMessage .= '<p>' . ts('The custom fatal error template setting has been removed.') . '</p>'; - } - //if ($rev == '4.7.11') { - // $postUpgradeMessage .= '<br /><br />' . ts("WARNING: For increased security, profile submissions embedded in remote sites are no longer allowed to create or edit data by default. If you need to allow users to submit profiles from external sites, you can restore this at Administer > System Settings > Misc (Undelete, PDFs, Limits, Logging, Captcha, etc.) > 'Accept profile submissions from external sites'"); - //} - if ($rev == '4.7.11') { - $postUpgradeMessage .= '<br /><br />' . ts("By default, CiviCRM now disables the ability to import directly from SQL. To use this feature, you must explicitly grant permission 'import SQL datasource'."); - } - if ($rev == '4.7.14') { - $ck_href = 'href="' . CRM_Utils_System::url('civicrm/admin/ckeditor') . '"'; - $postUpgradeMessage .= '<p>' . ts('CiviMail no longer forces CKEditor to add html/head/body tags to email content because some sites place these in the message header/footer. This was added in 4.7.5 and is now disabled by default.') - . '<br />' . ts('You can re-enable it by visiting the <a %1>CKEditor Config</a> screen and setting "fullPage = true" under the Advanced Options of the CiviMail preset.', [1 => $ck_href]) - . '</p>'; - } - if ($rev == '4.7.19') { - $postUpgradeMessage .= '<br /><br />' . ts('Default version of the following System Workflow Message Templates have been modified: <ul><li>Additional Payment Receipt or Refund Notification</li><li>Contribution Invoice</li></ul> If you have modified these templates, please review the new default versions and implement updates as needed to your copies (Administer > Communications > Message Templates > System Workflow Messages).'); - $check = CRM_Core_DAO::singleValueQuery("SELECT count(id) FROM civicrm_domain"); - $smsCheck = CRM_Core_DAO::singleValueQuery("SELECT count(id) FROM civicrm_sms_provider"); - if ($check > 1 && (bool) $smsCheck) { - $postUpgradeMessage .= '<p>civicrm_sms_provider ' . ts('has now had a domain id column added. As there is more than 1 domains in this install you need to manually set the domain id for the providers in this install') . '</p>'; - } - } - if ($rev == '4.7.22') { - // Based on support inquiries for 4.7.21, show message during 4.7.22. - // For affected users, this issue prevents loading the regular status screen. - if (!$this->checkImageUploadDir()) { - $config = CRM_Core_Config::singleton(); - $postUpgradeMessage .= - '<h3>' . ts('Warning') . '</h3>' - . '<p>' . ts('There appears to be an inconsistency in the configuration of "Image Upload URL" and "Image Upload Directory".') . '</p>' - . sprintf("<ul><li><b>imageUploadDir</b>: <code>%s</code></li><li><b>imageUploadURL</b>: <code>%s</code></li></ul>", htmlentities($config->imageUploadDir), htmlentities($config->imageUploadURL)) - . '<p>' - . ts('You may need to check that: <ul><li>(a) the path and URL match,</li><li> (b) the httpd/htaccess policy allows requests for files inside this folder,</li><li>and (c) the web domain matches the normal web domain.</ul>') - . '</p>' - . '<p><em>' - . ts('(Note: Although files should be readable, it is best if they are not listable or browseable.)') - . '</em></p>' - . '<p>' - . ts('If this remains unresolved, then some important screens may fail to load.') - . '</p>'; - } - } - if ($rev == '4.7.23') { - $postUpgradeMessage .= '<br /><br />' . ts('Default version of the following System Workflow Message Templates have been modified: <ul><li>Contribution Invoice</li></ul> If you have modified these templates, please review the new default versions and implement updates as needed to your copies (Administer > Communications > Message Templates > System Workflow Messages).'); - } - } - - /** - * Upgrade function. - * - * @param string $rev - */ - public function upgrade_4_7_alpha1($rev) { - $this->addTask('Drop action scheudle mapping foreign key', 'dropActionScheudleMappingForeignKey'); - $this->addTask('Migrate \'on behalf of\' information to module_data', 'migrateOnBehalfOfInfo'); - $this->addTask(ts('Upgrade DB to %1: SQL', [1 => $rev]), 'runSql', $rev); - $this->addTask(ts('Migrate Settings to %1', [1 => $rev]), 'migrateSettings', $rev); - $this->addTask('Add Getting Started dashlet', 'addGettingStartedDashlet', $rev); - } - - /** - * Upgrade function. - * - * @param string $rev - */ - public function upgrade_4_7_alpha4($rev) { - $this->addTask(ts('Upgrade DB to %1: SQL', [1 => $rev]), 'runSql', $rev); - $this->addTask(ts('Remove %1', [1 => 'Moneris']), 'removePaymentProcessorType', 'Moneris'); - $this->addTask('Update Smart Groups', 'fixContactTypeInSmartGroups'); - } - - /** - * Upgrade function. - * - * @param string $rev - */ - public function upgrade_4_7_beta2($rev) { - $this->addTask(ts('Upgrade DB to %1: SQL', [1 => $rev]), 'runSql', $rev); - $this->addTask('Delete unused file', 'deleteVersionCheckCacheFile'); - } - - /** - * Upgrade function. - * - * @param string $rev - */ - public function upgrade_4_7_beta6($rev) { - $this->addTask(ts('Upgrade DB to %1: SQL', [1 => $rev]), 'runSql', $rev); - $this->addTask('Disable flexible jobs extension', 'disableFlexibleJobsExtension'); - $this->addTask('Add Index to financial_trxn trxn_id field', 'addIndexFinancialTrxnTrxnID'); - } - - /** - * Upgrade function. - * - * @param string $rev - */ - public function upgrade_4_7_1($rev) { - $this->addTask(ts('Upgrade DB to %1: SQL', [1 => $rev]), 'runSql', $rev); - $this->addTask('Add Index to civicrm_contribution creditnote_id field', 'addIndexContributionCreditNoteID'); - } - - /** - * Upgrade function. - * - * @param string $rev - */ - public function upgrade_4_7_2($rev) { - $this->addTask(ts('Upgrade DB to %1: SQL', [1 => $rev]), 'runSql', $rev); - $this->addTask('Fix Index on civicrm_financial_item combined entity_id + entity_table', 'addCombinedIndexFinancialItemEntityIDEntityType'); - $this->addTask('enable financial account relationships for chargeback & refund', 'addRefundAndChargeBackAccountsIfNotExist'); - $this->addTask('Add Index to civicrm_contribution.source', 'addIndexContributionSource'); - } - - /** - * Upgrade function. - * - * @param string $rev - */ - public function upgrade_4_7_3($rev) { - $this->addTask(ts('Upgrade DB to %1: SQL', [1 => $rev]), 'runSql', $rev); - $this->addTask('Add Index to civicrm_contribution.total_amount', 'addIndexContributionAmount'); - } - - /** - * Upgrade function. - * - * @param string $rev - */ - public function upgrade_4_7_4($rev) { - $this->addTask(ts('Upgrade DB to %1: SQL', [1 => $rev]), 'runSql', $rev); - $this->addTask('Add Contact Deleted by Merge Activity Type', 'addDeletedByMergeActivityType'); - } - - /** - * Upgrade function. - * - * @param string $rev - */ - public function upgrade_4_7_7($rev) { - $this->addTask(ts('Upgrade DB to %1: SQL', [1 => $rev]), 'runSql', $rev); - // https://issues.civicrm.org/jira/browse/CRM-18006 - if (CRM_Core_DAO::checkTableExists('civicrm_install_canary')) { - CRM_Core_DAO::executeQuery('ALTER TABLE civicrm_install_canary ENGINE=InnoDB'); - } - } - - /** - * Upgrade function. - * - * @param string $rev - */ - public function upgrade_4_7_8($rev) { - $this->addTask(ts('Upgrade DB to %1: SQL', [1 => $rev]), 'runSql', $rev); - $this->addTask('Upgrade mailing foreign key constraints', 'upgradeMailingFKs'); - } - - /** - * Upgrade function. - * - * @param string $rev - */ - public function upgrade_4_7_10($rev) { - $this->addTask(ts('Upgrade DB to %1: SQL', [1 => $rev]), 'runSql', $rev); - $this->addTask('Upgrade Add Help Pre and Post Fields to price value table', 'addHelpPreAndHelpPostFieldsPriceFieldValue'); - $this->addTask('Alter index and type for image URL', 'alterIndexAndTypeForImageURL'); - } - - /** - * Upgrade function. - * - * @param string $rev - */ - public function upgrade_4_7_11($rev) { - $this->addTask(ts('Upgrade DB to %1: SQL', [1 => $rev]), 'runSql', $rev); - $this->addTask('Dashboard schema updates', 'dashboardSchemaUpdate'); - $this->addTask('Fill in setting "remote_profile_submissions"', 'migrateRemoteSubmissionsSetting'); - } - - /** - * Upgrade function. - * - * @param string $rev - */ - public function upgrade_4_7_12($rev) { - $this->addTask(ts('Upgrade DB to %1: SQL', [1 => $rev]), 'runSql', $rev); - $this->addTask('Add Data Type column to civicrm_option_group', 'addDataTypeColumnToOptionGroupTable'); - } - - /** - * Upgrade function. - * - * @param string $rev - */ - public function upgrade_4_7_13($rev) { - $this->addTask(ts('Upgrade DB to %1: SQL', [1 => $rev]), 'runSql', $rev); - $this->addTask('CRM-19372 - Add column to allow for payment processors to set what card types are accepted', 'addColumn', - 'civicrm_payment_processor', 'accepted_credit_cards', "text DEFAULT NULL COMMENT 'array of accepted credit card types'"); } /** * Upgrade function. * - * @param string $rev - */ - public function upgrade_4_7_14($rev) { - $this->addTask(ts('Upgrade DB to %1: SQL', [1 => $rev]), 'runSql', $rev); - $this->addTask('Add WYSIWYG Editor Presets', 'addWysiwygPresets'); - } - - /** - * Upgrade function. - * - * @param string $rev - */ - public function upgrade_4_7_15($rev) { - $this->addTask('CRM-19626 - Add min_amount column to civicrm_price_set', 'addColumn', - 'civicrm_price_set', 'min_amount', "INT(10) UNSIGNED DEFAULT '0' COMMENT 'Minimum Amount required for this set.'"); - $this->addTask(ts('Upgrade DB to %1: SQL', [1 => $rev]), 'runSql', $rev); - } - - /** - * Upgrade function. - * - * @param string $rev - */ - public function upgrade_4_7_16($rev) { - $this->addTask('CRM-19723 - Add icon column to civicrm_option_value', 'addColumn', - 'civicrm_option_value', 'icon', "varchar(255) COMMENT 'crm-i icon class' DEFAULT NULL"); - $this->addTask('CRM-19769 - Add color column to civicrm_tag', 'addColumn', - 'civicrm_tag', 'color', "varchar(255) COMMENT 'Hex color value e.g. #ffffff' DEFAULT NULL"); - $this->addTask('CRM-19779 - Add color column to civicrm_option_value', 'addColumn', - 'civicrm_option_value', 'color', "varchar(255) COMMENT 'Hex color value e.g. #ffffff' DEFAULT NULL"); - $this->addTask('Add new CiviMail fields', 'addMailingTemplateType'); - $this->addTask('CRM-19770 - Add is_star column to civicrm_activity', 'addColumn', - 'civicrm_activity', 'is_star', "tinyint DEFAULT '0' COMMENT 'Activity marked as favorite.'"); - $this->addTask(ts('Upgrade DB to %1: SQL', [1 => $rev]), 'runSql', $rev); - } - - /** - * Upgrade function. - * - * @param string $rev - */ - public function upgrade_4_7_18($rev) { - $this->addTask('Update Kenyan Provinces', 'updateKenyanProvinces'); - $this->addTask(ts('Upgrade DB to %1: SQL', [1 => $rev]), 'runSql', $rev); - } - - /** - * Upgrade function. - * - * @param string $rev - */ - public function upgrade_4_7_19($rev) { - if (CRM_Core_BAO_SchemaHandler::checkIfFieldExists('civicrm_financial_account', 'opening_balance')) { - $query = "SELECT id FROM civicrm_financial_account WHERE opening_balance <> 0 OR current_period_opening_balance <> 0"; - $result = CRM_Core_DAO::executeQuery($query); - if (!$result->N) { - $this->addTask('Drop Column current_period_opening_balance From civicrm_financial_account table.', 'dropColumn', 'civicrm_financial_account', 'current_period_opening_balance'); - $this->addTask('Drop Column opening_balance From civicrm_financial_account table.', 'dropColumn', 'civicrm_financial_account', 'opening_balance'); - } - } - $this->addTask('CRM-19961 - Add domain_id column to civicrm_sms_provider', 'addColumn', - 'civicrm_sms_provider', 'domain_id', "int(10) unsigned COMMENT 'Which Domain is this sms provier for'"); - $this->addTask('CRM-19961 - Populate domain id table and perhaps add foreign key', 'populateSMSProviderDomainId'); - $this->addTask(ts('Upgrade DB to %1: SQL', [1 => $rev]), 'runSql', $rev); - $this->addTask('CRM-16633 - Add "Change Case Subject" activity', 'addChangeCaseSubjectActivityType'); - $this->addTask('Add is_public column to civicrm_custom_group', 'addColumn', - 'civicrm_custom_group', 'is_public', "boolean DEFAULT '1' COMMENT 'Is this property public?'"); - } - - /** - * Upgrade function. - * - * @param string $rev - */ - public function upgrade_4_7_20($rev) { - $this->addtask('Fix Schema on civicrm_action_schedule', 'fixSchemaOnCiviCRMActionSchedule'); - $this->addTask(ts('Upgrade DB to %1: SQL', [1 => $rev]), 'runSql', $rev); - $this->addTask('Add activity_status column to civicrm_mail_settings', 'addColumn', - 'civicrm_mail_settings', 'activity_status', "varchar (255) DEFAULT NULL COMMENT 'Name of status to use when creating email to activity.'"); - } - - /** - * Upgrade function. - * - * @param string $rev - */ - public function upgrade_4_7_23($rev) { - $this->addTask('CRM-20387 - Add invoice_number column to civicrm_contribution', 'addColumn', - 'civicrm_contribution', 'invoice_number', "varchar(255) COMMENT 'Human readable invoice number' DEFAULT NULL"); - $this->addTask(ts('Upgrade DB to %1: SQL', [1 => $rev]), 'runSql', $rev); - } - - /** - * Upgrade function. - * - * @param string $rev - */ - public function upgrade_4_7_25($rev) { - $this->addTask("CRM-20927 - Add column to 'civicrm_menu' for additional metadata", 'addColumn', - 'civicrm_menu', 'module_data', "text COMMENT 'All other menu metadata not stored in other fields'"); - $this->addTask('CRM-21052 - Determine activity revision policy', 'pickActivityRevisionPolicy'); - $this->addTask(ts('Upgrade DB to %1: SQL', [1 => $rev]), 'runSql', $rev); - $this->addTask('Add cancel button text column to civicrm_uf_group', 'addColumn', - 'civicrm_uf_group', 'cancel_button_text', "varchar(64) COLLATE utf8_unicode_ci DEFAULT NULL COMMENT 'Custom Text to display on the cancel button when used in create or edit mode'", TRUE); - $this->addTask('Add Submit button text column to civicrm_uf_group', 'addColumn', - 'civicrm_uf_group', 'submit_button_text', "varchar(64) COLLATE utf8_unicode_ci DEFAULT NULL COMMENT 'Custom Text to display on the submit button on profile edit/create screens'", TRUE); - - $this->addTask('CRM-20958 - Add created_date to civicrm_activity', 'addColumn', - 'civicrm_activity', 'created_date', "timestamp NULL DEFAULT NULL COMMENT 'When was the activity was created.'"); - $this->addTask('CRM-20958 - Add modified_date to civicrm_activity', 'addColumn', - 'civicrm_activity', 'modified_date', "timestamp NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT 'When was the activity (or closely related entity) was created or modified or deleted.'"); - $this->addTask('CRM-20958 - Add created_date to civicrm_case', 'addColumn', - 'civicrm_case', 'created_date', "timestamp NULL DEFAULT NULL COMMENT 'When was the case was created.'"); - $this->addTask('CRM-20958 - Add modified_date to civicrm_case', 'addColumn', - 'civicrm_case', 'modified_date', "timestamp NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT 'When was the case (or closely related entity) was created or modified or deleted.'"); - } - - /** - * Upgrade function. - * - * @param string $rev - */ - public function upgrade_4_7_27($rev) { - $this->addTask(ts('Upgrade DB to %1: SQL', [1 => $rev]), 'runSql', $rev); - $this->addTask('CRM-20892 Change created_date to default to NULL', 'civiMailingCreatedDateNull'); - $this->addTask('CRM-21234 Missing subdivisions of Tajikistan', 'tajikistanMissingSubdivisions'); - $this->addTask('CRM-20892 - Add modified_date to civicrm_mailing', 'addColumn', - 'civicrm_mailing', 'modified_date', "timestamp NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT 'When the mailing (or closely related entity) was created or modified or deleted.'"); - $this->addTask('CRM-21195 - Add icon field to civicrm_navigation', 'addColumn', - 'civicrm_navigation', 'icon', "varchar(255) NULL DEFAULT NULL COMMENT 'CSS class name for an icon'"); - $this->addTask('CRM-12167 - Add visibility column to civicrm_price_field_value', 'addColumn', - 'civicrm_price_field_value', 'visibility_id', 'int(10) unsigned DEFAULT 1 COMMENT "Implicit FK to civicrm_option_group with name = \'visibility\'"'); - $this->addTask('Remove broken Contribution_logging reports', 'removeContributionLoggingReports'); - } - - /** - * Upgrade function. - * - * @param string $rev - */ - public function upgrade_4_7_28($rev) { - $this->addTask(ts('Upgrade DB to %1: SQL', [1 => $rev]), 'runSql', $rev); - $this->addTask('CRM-20572: Fix date fields in save search criteria of Contrib Sybunt custom search ', 'fixDateFieldsInSmartGroups'); - // CRM-20868 : Update invoice_numbers (in batch) with value in [invoice prefix][contribution id] format - $contributionSettings = Civi::settings()->get('contribution_invoice_settings'); - if (!empty($contributionSettings['invoicing']) && !empty($contributionSettings['invoice_prefix'])) { - [$minId, $maxId] = CRM_Core_DAO::executeQuery("SELECT coalesce(min(id),0), coalesce(max(id),0) - FROM civicrm_contribution ")->getDatabaseResult()->fetchRow(); - for ($startId = $minId; $startId <= $maxId; $startId += self::BATCH_SIZE) { - $endId = $startId + self::BATCH_SIZE - 1; - $title = ts("Upgrade DB to %1: Update Contribution Invoice number (%2 => %3)", [ - 1 => $rev, - 2 => $startId, - 3 => $endId, - ]); - $this->addTask($title, 'updateContributionInvoiceNumber', $startId, $endId, $contributionSettings['invoice_prefix']); - } - } - - } - - /** - * Upgrade function. - * - * @param string $rev - */ - public function upgrade_4_7_31($rev) { - $this->addTask('CRM-21225: Add display title field to civicrm_uf_group', 'addColumn', 'civicrm_uf_group', 'frontend_title', - "VARCHAR(64) CHARACTER SET utf8 COLLATE utf8_unicode_ci NULL COMMENT 'Profile Form Public title'", TRUE, '4.7.31'); - $this->addTask(ts('Upgrade DB to %1: SQL', [1 => $rev]), 'runSql', $rev); - $this->addTask('Rebuild Multilingual Schema', 'rebuildMultilingalSchema', '4.7.31'); - } - - /** - * Upgrade function. + * NOTE: 4.7.31 was the last public release of 4.7.x. The version 4.7.32 indicates an internal step that was de-facto 5.0. * * @param string $rev */ @@ -498,905 +58,4 @@ class CRM_Upgrade_Incremental_php_FourSeven extends CRM_Upgrade_Incremental_Base "date DEFAULT NULL COMMENT 'The end date of membership status override if (Override until selected date) override type is selected.'"); } - // /** - // * Upgrade function. - // * - // * @param string $rev - // */ - // public function upgrade_4_7_x($rev) { - // $this->addTask(ts('Upgrade DB to %1: SQL', array(1 => $rev)), 'runSql', $rev); - // // Additional tasks here... - // // Note: do not use ts() in the addTask description because it adds unnecessary strings to transifex. - // // The above is an exception because 'Upgrade DB to %1: SQL' is generic & reusable. - // } - - /** - * @see https://issues.civicrm.org/jira/browse/CRM-16354 - * - * @return int - */ - public static function updateWysiwyg() { - $editorID = Civi::settings()->get('editor_id'); - // Previously a numeric value indicated one of 4 wysiwyg editors shipped in core, and no value indicated 'Textarea' - // Now the options are "Textarea", "CKEditor", and the rest have been dropped from core. - $newEditor = $editorID ? "CKEditor" : "Textarea"; - Civi::settings()->set('editor_id', $newEditor); - - return $editorID; - } - - /** - * Migrate any last remaining options from `civicrm_domain.config_backend` to `civicrm_setting`. - * Cleanup setting schema. - * - * @param CRM_Queue_TaskContext $ctx - * @return bool - */ - public static function migrateSettings(CRM_Queue_TaskContext $ctx) { - // Tip: If there are problems with adding the new uniqueness index, try inspecting: - // SELECT name, domain_id, contact_id, count(*) AS dupes FROM civicrm_setting cs GROUP BY name, domain_id, contact_id HAVING dupes > 1; - - // Nav records are expendable. https://forum.civicrm.org/index.php?topic=36933.0 - CRM_Core_DAO::executeQuery('DELETE FROM civicrm_setting WHERE contact_id IS NOT NULL AND name = "navigation"'); - - CRM_Core_DAO::executeQuery('ALTER TABLE civicrm_setting DROP INDEX index_group_name'); - CRM_Core_DAO::executeQuery('ALTER TABLE civicrm_setting DROP COLUMN group_name'); - - // Handle Strange activity_tab_filter settings. - CRM_Core_DAO::executeQuery('CREATE TABLE civicrm_activity_setting LIKE civicrm_setting'); - CRM_Core_DAO::executeQuery('ALTER TABLE civicrm_activity_setting ADD UNIQUE INDEX index_domain_contact_name (domain_id, contact_id, name)'); - CRM_Core_DAO::executeQuery('INSERT INTO civicrm_activity_setting (name, contact_id, domain_id, value) - SELECT DISTINCT name, contact_id, domain_id, value - FROM civicrm_setting - WHERE name = "activity_tab_filter" - AND value is not NULL'); - CRM_Core_DAO::executeQuery('DELETE FROM civicrm_setting WHERE name = "activity_tab_filter"'); - - $date = CRM_Utils_Time::getTime('Y-m-d H:i:s'); - CRM_Core_DAO::executeQuery('ALTER TABLE civicrm_setting ADD UNIQUE INDEX index_domain_contact_name (domain_id, contact_id, name)'); - CRM_Core_DAO::executeQuery("INSERT INTO civicrm_setting (name, contact_id, domain_id, value, is_domain, created_id, created_date) - SELECT name, contact_id, domain_id, value, 0, contact_id,'$date' - FROM civicrm_activity_setting - WHERE name = 'activity_tab_filter' - AND value is not NULL" - ); - CRM_Core_DAO::executeQuery('DROP TABLE civicrm_activity_setting'); - - $domainDao = CRM_Core_DAO::executeQuery('SELECT id, config_backend FROM civicrm_domain'); - while ($domainDao->fetch()) { - $settings = CRM_Upgrade_Incremental_php_FourSeven::convertBackendToSettings($domainDao->id, $domainDao->config_backend); - CRM_Core_Error::debug_var('convertBackendToSettings', [ - 'domainId' => $domainDao->id, - 'backend' => $domainDao->config_backend, - 'settings' => $settings, - ]); - - foreach ($settings as $name => $value) { - $rowParams = [ - 1 => [$domainDao->id, 'Positive'], - 2 => [$name, 'String'], - 3 => [serialize($value), 'String'], - ]; - $settingId = CRM_Core_DAO::singleValueQuery( - 'SELECT id FROM civicrm_setting WHERE domain_id = %1 AND name = %2', - $rowParams); - if (!$settingId) { - CRM_Core_DAO::executeQuery( - 'INSERT INTO civicrm_setting (domain_id, name, value, is_domain) VALUES (%1,%2,%3,1)', - $rowParams); - } - } - } - - CRM_Core_DAO::executeQuery('ALTER TABLE civicrm_domain DROP COLUMN config_backend'); - - return TRUE; - } - - /** - * Take a config_backend blob and produce an equivalent list of settings. - * - * @param int $domainId - * Domain ID. - * @param string $config_backend - * Serialized blob. - * @return array - */ - public static function convertBackendToSettings($domainId, $config_backend) { - if (!$config_backend) { - return []; - } - - $backend = unserialize($config_backend); - if (!$backend) { - return []; - } - - $mappings = \CRM_Core_Config_MagicMerge::getPropertyMap(); - $settings = []; - foreach ($backend as $propertyName => $propertyValue) { - if (isset($mappings[$propertyName][0]) && preg_match('/^setting/', $mappings[$propertyName][0])) { - // $mapping format: $propertyName => Array(0 => $type, 1 => $setting|NULL). - $settingName = $mappings[$propertyName][1] ?? $propertyName; - $settings[$settingName] = $propertyValue; - } - } - - return $settings; - } - - /** - * Update Invoice number for all completed contribution. - * - * @param \CRM_Queue_TaskContext $ctx - * @param int $startID - * @param int $endID - * @param string $invoicePrefix - * - * @return bool - */ - public static function updateContributionInvoiceNumber(CRM_Queue_TaskContext $ctx, $startID, $endID, $invoicePrefix) { - CRM_Core_DAO::executeQuery(" - UPDATE `civicrm_contribution` SET `invoice_number` = CONCAT(%1, `id`) - WHERE `id` >= %2 AND `id` <= %3 AND `invoice_number` IS NOT NULL", - [ - 1 => [$invoicePrefix, 'String'], - 2 => [$startID, 'Integer'], - 3 => [$endID, 'Integer'], - ] - ); - - return TRUE; - } - - /** - * Add Getting Started dashlet to dashboard - * - * @param \CRM_Queue_TaskContext $ctx - * - * @return bool - */ - public static function addGettingStartedDashlet(CRM_Queue_TaskContext $ctx) { - $sql = "SELECT count(*) FROM civicrm_dashboard WHERE name='getting-started'"; - $res = CRM_Core_DAO::singleValueQuery($sql); - $domainId = CRM_Core_Config::domainID(); - if ($res <= 0) { - $sql = "INSERT INTO `civicrm_dashboard` - ( `domain_id`, `name`, `label`, `url`, `permission`, `permission_operator`, `column_no`, `is_minimized`, `is_active`, `weight`, `fullscreen_url`, `is_fullscreen`, `is_reserved`) VALUES ( {$domainId}, 'getting-started', 'Getting Started', 'civicrm/dashlet/getting-started?reset=1&snippet=5', 'access CiviCRM', NULL, 0, 0, 1, 0, 'civicrm/dashlet/getting-started?reset=1&snippet=5&context=dashletFullscreen', 1, 1)"; - CRM_Core_DAO::executeQuery($sql); - // Add default position for Getting Started Dashlet ( left column) - $sql = "INSERT INTO `civicrm_dashboard_contact` (dashboard_id, contact_id, column_no, is_active) -SELECT (SELECT MAX(id) FROM `civicrm_dashboard`), contact_id, 0, IF (SUM(is_active) > 0, 1, 0) -FROM `civicrm_dashboard_contact` JOIN `civicrm_contact` WHERE civicrm_dashboard_contact.contact_id = civicrm_contact.id GROUP BY contact_id"; - CRM_Core_DAO::executeQuery($sql); - } - return TRUE; - } - - /** - * Migrate on-behalf information to uf_join.module_data as on-behalf columns will be dropped - * on DB upgrade - * - * @param CRM_Queue_TaskContext $ctx - * - * @return bool - * TRUE for success - */ - public static function migrateOnBehalfOfInfo(CRM_Queue_TaskContext $ctx) { - $domain = new CRM_Core_DAO_Domain(); - $domain->find(TRUE); - - // fetch onBehalf entry in UFJoin table - $ufGroupDAO = new CRM_Core_DAO_UFJoin(); - $ufGroupDAO->module = 'OnBehalf'; - $ufGroupDAO->find(TRUE); - - $forOrgColums = ['is_for_organization']; - if ($domain->locales) { - $locales = explode(CRM_Core_DAO::VALUE_SEPARATOR, $domain->locales); - foreach ($locales as $locale) { - $forOrgColums[] = "for_organization_{$locale}"; - } - } - else { - $forOrgColums[] = "for_organization"; - } - - $query = " - SELECT " . implode(", ", $forOrgColums) . ", uj.id as join_id, uj.uf_group_id as uf_group_id - FROM civicrm_contribution_page cp - INNER JOIN civicrm_uf_join uj ON uj.entity_id = cp.id AND uj.module = 'OnBehalf'"; - $dao = CRM_Core_DAO::executeQuery($query, [], TRUE, NULL, FALSE, FALSE); - - if ($dao->N) { - while ($dao->fetch()) { - $onBehalfParams['on_behalf'] = ['is_for_organization' => $dao->is_for_organization]; - if ($domain->locales) { - foreach ($locales as $locale) { - $for_organization = "for_organization_{$locale}"; - $onBehalfParams['on_behalf'] += [ - $locale => [ - 'for_organization' => $dao->$for_organization, - ], - ]; - } - } - else { - $onBehalfParams['on_behalf'] += [ - 'default' => [ - 'for_organization' => $dao->for_organization, - ], - ]; - } - $ufJoinParam = [ - 'id' => $dao->join_id, - 'module' => 'on_behalf', - 'uf_group_id' => $dao->uf_group_id, - 'module_data' => json_encode($onBehalfParams), - ]; - CRM_Core_BAO_UFJoin::create($ufJoinParam); - } - } - - return TRUE; - } - - /** - * v4.7.11 adds a new setting "remote_profile_submissions". This is - * long-standing feature that existing sites may be using; however, it's - * a bit prone to abuse. For new sites, the default is to disable it - * (since that is more secure). For existing sites, the default is to - * enable it (since that is more compatible). - * - * @param \CRM_Queue_TaskContext $ctx - * - * @return bool - */ - public static function migrateRemoteSubmissionsSetting(CRM_Queue_TaskContext $ctx) { - $domains = CRM_Core_DAO::executeQuery("SELECT DISTINCT d.id FROM civicrm_domain d LEFT JOIN civicrm_setting s ON d.id=s.domain_id AND s.name = 'remote_profile_submissions' WHERE s.id IS NULL"); - while ($domains->fetch()) { - CRM_Core_DAO::executeQuery( - "INSERT INTO civicrm_setting (`name`, `value`, `domain_id`, `is_domain`, `contact_id`, `component_id`, `created_date`, `created_id`) - VALUES (%2, %3, %4, %5, NULL, NULL, %6, NULL)", - [ - 2 => ['remote_profile_submissions', 'String'], - 3 => ['s:1:"1";', 'String'], - 4 => [$domains->id, 'Integer'], - 5 => [1, 'Integer'], - 6 => [date('Y-m-d H:i:s'), 'String'], - ] - ); - } - return TRUE; - } - - /** - * CRM-11782 - Get rid of VALUE_SEPARATOR character in saved search form values - * - * @param \CRM_Queue_TaskContext $ctx - * - * @return bool - */ - public static function fixContactTypeInSmartGroups(CRM_Queue_TaskContext $ctx) { - $sep = CRM_Core_DAO::VALUE_SEPARATOR; - $dao = CRM_Core_DAO::executeQuery("SELECT id, form_values FROM civicrm_saved_search WHERE form_values LIKE '%$sep%'"); - while ($dao->fetch()) { - $formValues = unserialize($dao->form_values); - if (isset($formValues['contact_type']) && is_array($formValues['contact_type'])) { - $newVals = []; - foreach ($formValues['contact_type'] as $key => $val) { - $newVals[str_replace($sep, '__', $key)] = is_string($val) ? str_replace($sep, '__', $val) : $val; - } - $formValues['contact_type'] = $newVals; - } - CRM_Core_DAO::executeQuery("UPDATE civicrm_saved_search SET form_values = %1 WHERE id = {$dao->id}", [1 => [serialize($formValues), 'String']]); - } - - return TRUE; - } - - /** - * CRM-17637 - Ths file location has been moved; delete the old one - * - * @param \CRM_Queue_TaskContext $ctx - * - * @return bool - */ - public static function deleteVersionCheckCacheFile(CRM_Queue_TaskContext $ctx) { - $config = CRM_Core_Config::singleton(); - $cacheFile = $config->uploadDir . 'version-info-cache.json'; - if (file_exists($cacheFile)) { - unlink($cacheFile); - } - return TRUE; - } - - /** - * CRM-17669 and CRM-17686, make scheduled jobs more flexible, disable the 4.6 extension if installed - * - * @param \CRM_Queue_TaskContext $ctx - * - * @return bool - */ - public static function disableFlexibleJobsExtension(CRM_Queue_TaskContext $ctx) { - try { - civicrm_api3('Extension', 'disable', ['key' => 'com.klangsoft.flexiblejobs']); - } - catch (CRM_Core_Exception $e) { - // just ignore if the extension isn't installed - } - - return TRUE; - } - - /** - * CRM-17752 add index to civicrm_financial_trxn.trxn_id (deliberately non-unique). - * - * @param \CRM_Queue_TaskContext $ctx - * - * @return bool - */ - public static function addIndexFinancialTrxnTrxnID(CRM_Queue_TaskContext $ctx) { - $tables = ['civicrm_financial_trxn' => ['trxn_id']]; - CRM_Core_BAO_SchemaHandler::createIndexes($tables); - return TRUE; - } - - /** - * CRM-17882 Add index to civicrm_contribution.credit_note_id. - * - * @param \CRM_Queue_TaskContext $ctx - * - * @return bool - */ - public static function addIndexContributionCreditNoteID(CRM_Queue_TaskContext $ctx) { - $tables = ['civicrm_contribution' => ['creditnote_id']]; - CRM_Core_BAO_SchemaHandler::createIndexes($tables); - return TRUE; - } - - /** - * CRM-17775 Add correct index for table civicrm_financial_item. - * - * Note that the entity ID should always precede the entity_table as - * it is more unique. This is better for performance and does not cause fallback - * to no index if table it omitted. - * - * @return bool - */ - public static function addCombinedIndexFinancialItemEntityIDEntityType() { - CRM_Core_BAO_SchemaHandler::dropIndexIfExists('civicrm_financial_item', 'UI_id'); - CRM_Core_BAO_SchemaHandler::dropIndexIfExists('civicrm_financial_item', 'IX_Entity'); - CRM_Core_BAO_SchemaHandler::createIndexes([ - 'civicrm_financial_item' => [['entity_id', 'entity_table']], - ]); - return TRUE; - } - - /** - * CRM-17951 Add accounts option values for refund and chargeback. - * - * Add Chargeback contribution status and Chargeback and Contra account relationships, - * checking first if one exists. - */ - public static function addRefundAndChargeBackAccountsIfNotExist() { - // First we enable and edit the record for Credit contra - this exists but is disabled for most sites. - // Using the ensure function (below) will not enabled a disabled option (by design). - CRM_Core_DAO::executeQuery("UPDATE civicrm_option_value v - INNER JOIN civicrm_option_group g on v.option_group_id=g.id and g.name='account_relationship' - SET v.is_active=1, v.label='Credit/Contra Revenue Account is', v.name='Credit/Contra Revenue Account is', v.description='Credit/Contra Revenue Account is' - WHERE v.name = 'Credit/Contra Account is';"); - - CRM_Core_BAO_OptionValue::ensureOptionValueExists([ - 'option_group_id' => 'account_relationship', - 'name' => 'Chargeback Account is', - 'label' => ts('Chargeback Account is'), - 'is_active' => TRUE, - 'component_id' => 'CiviContribute', - ]); - - CRM_Core_BAO_OptionValue::ensureOptionValueExists([ - 'option_group_id' => 'contribution_status', - 'name' => 'Chargeback', - 'label' => ts('Chargeback'), - 'is_active' => TRUE, - 'component_id' => 'CiviContribute', - ]); - return TRUE; - } - - /** - * CRM-17999 Add index to civicrm_contribution.source. - * - * @param \CRM_Queue_TaskContext $ctx - * - * @return bool - */ - public static function addIndexContributionSource(CRM_Queue_TaskContext $ctx) { - CRM_Core_BAO_SchemaHandler::createIndexes(['civicrm_contribution' => ['source']]); - return TRUE; - } - - /** - * CRM-18124 Add index to civicrm_contribution.total_amount. - * - * Note that I made this a combined index with receive_date because the issue included - * both criteria and they seemed likely to be used in conjunction to me in other cases. - * - * @param \CRM_Queue_TaskContext $ctx - * - * @return bool - */ - public static function addIndexContributionAmount(CRM_Queue_TaskContext $ctx) { - CRM_Core_BAO_SchemaHandler::createIndexes([ - 'civicrm_contribution' => [['total_amount', 'receive_date']], - ]); - return TRUE; - } - - /** - * CRM-18124 Add index to civicrm_contribution.total_amount. - * - * Note that I made this a combined index with receive_date because the issue included - * both criteria and they seemed likely to be used in conjunction to me in other cases. - * - * @param \CRM_Queue_TaskContext $ctx - * - * @return bool - */ - public static function addDeletedByMergeActivityType(CRM_Queue_TaskContext $ctx) { - CRM_Core_BAO_OptionValue::ensureOptionValueExists([ - 'option_group_id' => 'activity_type', - 'name' => 'Contact Deleted by Merge', - 'label' => ts('Contact Deleted by Merge'), - 'description' => ts('Contact was merged into another contact'), - 'is_active' => TRUE, - 'filter' => 1, - ]); - return TRUE; - } - - /** - * CRM-12252 Add Help Pre and Help Post Fields for Price Field Value Table. - * - * @param \CRM_Queue_TaskContext $ctx - * - * @return bool - */ - public static function addHelpPreAndHelpPostFieldsPriceFieldValue(CRM_Queue_TaskContext $ctx) { - $domain = new CRM_Core_DAO_Domain(); - $domain->find(TRUE); - if ($domain->locales) { - $locales = explode(CRM_Core_DAO::VALUE_SEPARATOR, $domain->locales); - foreach ($locales as $locale) { - if (!CRM_Core_BAO_SchemaHandler::checkIfFieldExists("civicrm_price_field_value", "help_pre_{$locale}")) { - CRM_Core_DAO::executeQuery("ALTER TABLE `civicrm_price_field_value` - ADD COLUMN `help_pre_{$locale}` text COLLATE utf8_unicode_ci COMMENT 'Price field option pre help text.'", [], TRUE, NULL, FALSE, FALSE); - } - if (!CRM_Core_BAO_SchemaHandler::checkIfFieldExists("civicrm_price_field_value", "help_post_{$locale}")) { - CRM_Core_DAO::executeQuery("ALTER TABLE `civicrm_price_field_value` - ADD COLUMN `help_post_{$locale}` text COLLATE utf8_unicode_ci COMMENT 'Price field option post help text.'", [], TRUE, NULL, FALSE, FALSE); - } - } - CRM_Core_I18n_Schema::rebuildMultilingualSchema($locales, NULL, TRUE); - } - else { - if (!CRM_Core_BAO_SchemaHandler::checkIfFieldExists('civicrm_price_field_value', 'help_pre')) { - CRM_Core_DAO::executeQuery("ALTER TABLE `civicrm_price_field_value` - ADD COLUMN `help_pre` text COLLATE utf8_unicode_ci COMMENT 'Price field option pre help text.'"); - } - if (!CRM_Core_BAO_SchemaHandler::checkIfFieldExists('civicrm_price_field_value', 'help_post')) { - CRM_Core_DAO::executeQuery("ALTER TABLE `civicrm_price_field_value` - ADD COLUMN `help_post` text COLLATE utf8_unicode_ci COMMENT 'Price field option post help text.'"); - } - } - return TRUE; - } - - /** - * CRM-18464 Check if Foreign key exists and also drop any index of same name accidentially created. - * - * @param \CRM_Queue_TaskContext $ctx - * - * @return bool - */ - public static function dropActionScheudleMappingForeignKey(CRM_Queue_TaskContext $ctx) { - CRM_Core_BAO_SchemaHandler::safeRemoveFK('civicrm_action_schedule', 'FK_civicrm_action_schedule_mapping_id'); - return TRUE; - } - - /** - * CRM-18345 Don't delete mailing data on email/phone deletion - * Implemented here in CRM-18526 - * - * @param \CRM_Queue_TaskContext $ctx - * - * @return bool - */ - public static function upgradeMailingFKs(CRM_Queue_TaskContext $ctx) { - - // Safely drop the foreign keys - CRM_Core_BAO_SchemaHandler::safeRemoveFK('civicrm_mailing_event_queue', 'FK_civicrm_mailing_event_queue_email_id'); - CRM_Core_BAO_SchemaHandler::safeRemoveFK('civicrm_mailing_event_queue', 'FK_civicrm_mailing_event_queue_phone_id'); - CRM_Core_BAO_SchemaHandler::safeRemoveFK('civicrm_mailing_recipients', 'FK_civicrm_mailing_recipients_email_id'); - CRM_Core_BAO_SchemaHandler::safeRemoveFK('civicrm_mailing_recipients', 'FK_civicrm_mailing_recipients_phone_id'); - - // Set up the new foreign keys - CRM_Core_DAO::executeQuery("SET FOREIGN_KEY_CHECKS = 0;"); - - CRM_Core_DAO::executeQuery(" - ALTER TABLE `civicrm_mailing_event_queue` - ADD CONSTRAINT `FK_civicrm_mailing_event_queue_email_id` - FOREIGN KEY (`email_id`) - REFERENCES `civicrm_email`(`id`) - ON DELETE SET NULL - ON UPDATE RESTRICT; - "); - - CRM_Core_DAO::executeQuery(" - ALTER TABLE `civicrm_mailing_event_queue` - ADD CONSTRAINT `FK_civicrm_mailing_event_queue_phone_id` - FOREIGN KEY (`phone_id`) - REFERENCES `civicrm_phone`(`id`) - ON DELETE SET NULL - ON UPDATE RESTRICT; - "); - - CRM_Core_DAO::executeQuery(" - ALTER TABLE `civicrm_mailing_recipients` - ADD CONSTRAINT `FK_civicrm_mailing_recipients_email_id` - FOREIGN KEY (`email_id`) - REFERENCES `civicrm_email`(`id`) - ON DELETE SET NULL - ON UPDATE RESTRICT; - "); - - CRM_Core_DAO::executeQuery(" - ALTER TABLE `civicrm_mailing_recipients` - ADD CONSTRAINT `FK_civicrm_mailing_recipients_phone_id` - FOREIGN KEY (`phone_id`) - REFERENCES `civicrm_phone`(`id`) - ON DELETE SET NULL - ON UPDATE RESTRICT; - "); - - CRM_Core_DAO::executeQuery("SET FOREIGN_KEY_CHECKS = 1;"); - - return TRUE; - } - - /** - * CRM-17663 - Dashboard schema changes - * - * @param \CRM_Queue_TaskContext $ctx - * - * @return bool - */ - public static function dashboardSchemaUpdate(CRM_Queue_TaskContext $ctx) { - if (!CRM_Core_BAO_SchemaHandler::checkIfIndexExists('civicrm_dashboard_contact', 'index_dashboard_id_contact_id')) { - // Delete any stray duplicate rows and add unique index to prevent new dupes and enable INSERT/UPDATE combo query - CRM_Core_DAO::executeQuery('DELETE c1 FROM civicrm_dashboard_contact c1, civicrm_dashboard_contact c2 WHERE c1.contact_id = c2.contact_id AND c1.dashboard_id = c2.dashboard_id AND c1.id > c2.id'); - CRM_Core_DAO::executeQuery('ALTER TABLE civicrm_dashboard_contact ADD UNIQUE INDEX index_dashboard_id_contact_id (dashboard_id, contact_id);'); - } - $domain = new CRM_Core_DAO_Domain(); - $domain->find(TRUE); - CRM_Core_BAO_SchemaHandler::dropColumn('civicrm_dashboard_contact', 'content', FALSE, TRUE); - CRM_Core_BAO_SchemaHandler::dropColumn('civicrm_dashboard_contact', 'is_minimized', FALSE, TRUE); - CRM_Core_BAO_SchemaHandler::dropColumn('civicrm_dashboard_contact', 'is_fullscreen', FALSE, TRUE); - CRM_Core_BAO_SchemaHandler::dropColumn('civicrm_dashboard_contact', 'created_date', FALSE, TRUE); - CRM_Core_BAO_SchemaHandler::dropColumn('civicrm_dashboard', 'is_fullscreen', FALSE, TRUE); - CRM_Core_BAO_SchemaHandler::dropColumn('civicrm_dashboard', 'is_minimized', FALSE, TRUE); - CRM_Core_BAO_SchemaHandler::dropColumn('civicrm_dashboard', 'column_no', FALSE, TRUE); - CRM_Core_BAO_SchemaHandler::dropColumn('civicrm_dashboard', 'weight', FALSE, TRUE); - - CRM_Core_DAO::executeQuery('UPDATE civicrm_dashboard SET url = REPLACE(url, "&snippet=5", ""), fullscreen_url = REPLACE(fullscreen_url, "&snippet=5", "")'); - - if (!CRM_Core_BAO_SchemaHandler::checkIfFieldExists('civicrm_dashboard', 'cache_minutes')) { - CRM_Core_DAO::executeQuery('ALTER TABLE civicrm_dashboard ADD COLUMN cache_minutes int unsigned NOT NULL DEFAULT 60 COMMENT "Number of minutes to cache dashlet content in browser localStorage."', - [], TRUE, NULL, FALSE, FALSE); - } - if ($domain->locales) { - $locales = explode(CRM_Core_DAO::VALUE_SEPARATOR, $domain->locales); - CRM_Core_I18n_Schema::rebuildMultilingualSchema($locales, NULL, TRUE); - } - - CRM_Core_DAO::executeQuery('UPDATE civicrm_dashboard SET cache_minutes = 1440 WHERE name = "blog"'); - CRM_Core_DAO::executeQuery('UPDATE civicrm_dashboard SET cache_minutes = 7200 WHERE name IN ("activity","getting-started")'); - return TRUE; - } - - /** - * CRM-19100 - Alter Index and Type for Image URL - * @return bool - */ - public static function alterIndexAndTypeForImageURL() { - $length = []; - CRM_Core_BAO_SchemaHandler::dropIndexIfExists('civicrm_contact', 'index_image_url'); - CRM_Core_DAO::executeQuery("ALTER TABLE `civicrm_contact` CHANGE `image_URL` `image_URL` TEXT CHARACTER SET utf8 COLLATE utf8_unicode_ci NULL DEFAULT NULL COMMENT 'optional URL for preferred image (photo, logo, etc.) to display for this contact.'"); - - $length['civicrm_contact']['image_URL'] = 128; - CRM_Core_BAO_SchemaHandler::createIndexes(['civicrm_contact' => ['image_URL']], 'index', $length); - - return TRUE; - } - - /** - * Add mailing template type. - * - * @return bool - */ - public static function addMailingTemplateType() { - if (!CRM_Core_BAO_SchemaHandler::checkIfFieldExists('civicrm_mailing', 'template_type', FALSE)) { - CRM_Core_DAO::executeQuery(' - ALTER TABLE civicrm_mailing - ADD COLUMN `template_type` varchar(64) NOT NULL DEFAULT \'traditional\' COMMENT \'The language/processing system used for email templates.\', - ADD COLUMN `template_options` longtext COMMENT \'Advanced options used by the email templating system. (JSON encoded)\' - '); - } - return TRUE; - } - - /** - * CRM-18651 Add DataType column to Option Group Table - * @return bool - */ - public static function addDataTypeColumnToOptionGroupTable() { - if (!CRM_Core_BAO_SchemaHandler::checkIfFieldExists('civicrm_option_group', 'data_type')) { - CRM_Core_DAO::executeQuery("ALTER TABLE `civicrm_option_group` ADD COLUMN `data_type` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL comment 'Data Type of Option Group.'", - [], TRUE, NULL, FALSE, FALSE); - } - $domain = new CRM_Core_DAO_Domain(); - $domain->find(TRUE); - if ($domain->locales) { - $locales = explode(CRM_Core_DAO::VALUE_SEPARATOR, $domain->locales); - CRM_Core_I18n_Schema::rebuildMultilingualSchema($locales, NULL, TRUE); - } - - CRM_Core_DAO::executeQuery("UPDATE `civicrm_option_group` SET `data_type` = 'Integer' - WHERE name IN ('activity_type', 'gender', 'payment_instrument', 'participant_role', 'event_type')"); - return TRUE; - } - - /** - * CRM-19372 Add field to store accepted credit credit cards for a payment processor. - * @return bool - */ - public static function addWysiwygPresets() { - CRM_Core_BAO_OptionGroup::ensureOptionGroupExists([ - 'name' => 'wysiwyg_presets', - 'title' => ts('WYSIWYG Editor Presets'), - 'is_reserved' => 1, - ]); - $values = [ - 'default' => ['label' => ts('Default'), 'is_default' => 1], - 'civimail' => ['label' => ts('CiviMail'), 'component_id' => 'CiviMail'], - 'civievent' => ['label' => ts('CiviEvent'), 'component_id' => 'CiviEvent'], - ]; - foreach ($values as $name => $value) { - CRM_Core_BAO_OptionValue::ensureOptionValueExists($value + [ - 'name' => $name, - 'option_group_id' => 'wysiwyg_presets', - ]); - } - $fileName = Civi::paths()->getPath('[civicrm.files]/persist/crm-ckeditor-config.js'); - // Ensure the config file contains the allowedContent setting - if (file_exists($fileName)) { - $config = file_get_contents($fileName); - $pos = strrpos($config, '};'); - $setting = "\n\tconfig.allowedContent = true;\n"; - $config = substr_replace($config, $setting, $pos, 0); - unlink($fileName); - $newFileName = Civi::paths()->getPath('[civicrm.files]/persist/crm-ckeditor-default.js'); - file_put_contents($newFileName, $config); - } - return TRUE; - } - - /** - * Update Kenyan Provinces to reflect changes per CRM-20062 - * - * @param \CRM_Queue_TaskContext $ctx - */ - public static function updateKenyanProvinces(CRM_Queue_TaskContext $ctx) { - $kenyaCountryID = CRM_Core_DAO::singleValueQuery('SELECT max(id) from civicrm_country where iso_code = "KE"'); - $oldProvinces = [ - 'Nairobi Municipality', - 'Coast', - 'North-Eastern Kaskazini Mashariki', - 'Rift Valley', - 'Western Magharibi', - ]; - self::deprecateStateProvinces($kenyaCountryID, $oldProvinces); - return TRUE; - } - - /** - * Deprecate provinces that no longer exist. - * - * @param int $countryID - * @param array $provinces - */ - public static function deprecateStateProvinces($countryID, $provinces) { - foreach ($provinces as $province) { - $existingStateID = CRM_Core_DAO::singleValueQuery(" - SELECT id FROM civicrm_state_province - WHERE country_id = %1 - AND name = %2 - ", - [1 => [$countryID, 'Int'], 2 => [$province, 'String']]); - - if (!$existingStateID) { - continue; - } - if (!CRM_Core_DAO::singleValueQuery(" - SELECT count(*) FROM civicrm_address - WHERE state_province_id = %1 - ", [1 => [$existingStateID, 'Int']]) - ) { - CRM_Core_DAO::executeQuery("DELETE FROM civicrm_state_province WHERE id = %1", [1 => [$existingStateID, 'Int']]); - } - else { - $params = ['1' => [ts("Former - $province"), 'String']]; - CRM_Core_DAO::executeQuery(" - UPDATE civicrm_state_province SET name = %1 WHERE id = $existingStateID - ", $params); - } - } - } - - /** - * @see https://issues.civicrm.org/jira/browse/CRM-19961 - * Poputate newly added domain id column and add foriegn key onto table. - */ - public static function populateSMSProviderDomainId() { - $count = CRM_Core_DAO::singleValueQuery("SELECT count(id) FROM civicrm_domain"); - if ($count == 1) { - CRM_Core_DAO::executeQuery("UPDATE civicrm_sms_provider SET domain_id = (SELECT id FROM civicrm_domain)"); - } - if (!parent::checkFKExists('civicrm_sms_provider', 'FK_civicrm_sms_provider_domain_id')) { - CRM_Core_DAO::executeQuery("SET FOREIGN_KEY_CHECKS = 0;"); - CRM_Core_DAO::executeQuery("ALTER TABLE `civicrm_sms_provider` - ADD CONSTRAINT FK_civicrm_sms_provider_domain_id - FOREIGN KEY (`domain_id`) REFERENCES `civicrm_domain`(`id`) - ON DELETE SET NULL"); - - CRM_Core_DAO::executeQuery("SET FOREIGN_KEY_CHECKS = 1;"); - } - return TRUE; - } - - /** - * CRM-16633 - Add activity type for Change Case Status - * - * @param \CRM_Queue_TaskContext $ctx - * - * @return bool - */ - public static function addChangeCaseSubjectActivityType(CRM_Queue_TaskContext $ctx) { - CRM_Core_BAO_OptionValue::ensureOptionValueExists([ - 'option_group_id' => 'activity_type', - 'name' => 'Change Case Subject', - 'label' => ts('Change Case Subject'), - 'is_active' => TRUE, - 'component_id' => 'CiviCase', - 'icon' => 'fa-pencil-square-o', - ]); - return TRUE; - } - - /** - * CRM-19986 fix schema differnces in civicrm_action_schedule - */ - public static function fixSchemaOnCiviCRMActionSchedule() { - if (!parent::checkFKExists('civicrm_action_schedule', 'FK_civicrm_action_schedule_sms_template_id')) { - CRM_Core_DAO::executeQuery("ALTER TABLE `civicrm_action_schedule` - ADD CONSTRAINT FK_civicrm_action_schedule_sms_template_id - FOREIGN KEY (`sms_template_id`) REFERENCES `civicrm_msg_template`(`id`) - ON DELETE SET NULL"); - } - CRM_Core_DAO::executeQuery("ALTER TABLE `civicrm_action_schedule` - CHANGE `mapping_id` `mapping_id` varchar(64) COLLATE - utf8_unicode_ci DEFAULT NULL COMMENT 'Name/ID of the mapping to use on this table'"); - return TRUE; - } - - public static function pickActivityRevisionPolicy(CRM_Queue_TaskContext $ctx) { - // CRM-21052 - If site is using activity revisions, continue doing so. Otherwise, switch out. - $count = CRM_Core_DAO::singleValueQuery('SELECT count(*) FROM civicrm_activity WHERE is_current_revision = 0 OR original_id IS NOT NULL'); - Civi::settings()->set('civicaseActivityRevisions', $count > 0); - return TRUE; - } - - /** - * Add in missing Tajikistan Subdivisions - * - * @param \CRM_Queue_TaskContext $ctx - * - * @return bool - */ - public static function tajikistanMissingSubdivisions(CRM_Queue_TaskContext $ctx) { - $sql = 'INSERT INTO civicrm_state_province (id, country_id, abbreviation, name) VALUES'; - $updates = []; - if (!CRM_Core_DAO::singleValueQuery("Select id FROM civicrm_state_province WHERE country_id = 1209 AND name = 'Dushanbe'")) { - $updates[] = '(NULL, 1209, "DU", "Dushanbe")'; - } - if (!CRM_Core_DAO::singleValueQuery("Select id FROM civicrm_state_province WHERE country_id = 1209 AND name = 'Nohiyahoi Tobei JumhurÃ'")) { - $updates[] = '(NULL, 1209, "RA", "Nohiyahoi Tobei JumhurÃ")'; - } - if (!empty($updates)) { - CRM_Core_DAO::executeQuery($sql . implode(', ', $updates)); - } - return TRUE; - } - - /** - * Remove the contribution logging reports which have been broken for a very long time. - * - * @param \CRM_Queue_TaskContext $ctx - * - * @return bool - */ - public static function removeContributionLoggingReports(CRM_Queue_TaskContext $ctx) { - if (class_exists('CRM_Report_Form_Contribute_LoggingDetail') || class_exists('CRM_Report_Form_Contribute_LoggingSummary')) { - // Perhaps the site has overridden these classes. The core ones are broken but they - // may have functional ones. - return TRUE; - } - $options = civicrm_api3('OptionValue', 'get', ['option_group_id' => 'report_template', 'options' => ['limit' => 0]]); - foreach ($options['values'] as $option) { - if ($option['name'] === 'CRM_Report_Form_Contribute_LoggingDetail' || $option['name'] === 'CRM_Report_Form_Contribute_LoggingSummary') { - $instances = civicrm_api3('ReportInstance', 'get', ['report_id' => $option['value']]); - if ($instances['count']) { - foreach ($instances['values'] as $instance) { - if ($instance['navigation_id']) { - civicrm_api3('Navigation', 'delete', ['id' => $instance['navigation_id']]); - } - civicrm_api3('ReportInstance', 'delete', ['id' => $instance['id']]); - } - } - civicrm_api3('OptionValue', 'delete', ['id' => $option['id']]); - } - } - return TRUE; - } - - /** - * @return bool - */ - protected function checkImageUploadDir() { - $config = CRM_Core_Config::singleton(); - $check = new CRM_Utils_Check_Component_Security(); - return $config->imageUploadDir && $config->imageUploadURL && $check->isDirAccessible($config->imageUploadDir, $config->imageUploadURL); - } - - /** - * CRM-20572 - Format date fields in Contrib Sybunt custom search's saved criteria. - * - * @param \CRM_Queue_TaskContext $ctx - * - * @return bool - */ - public static function fixDateFieldsInSmartGroups(CRM_Queue_TaskContext $ctx) { - $dao = CRM_Core_DAO::executeQuery("SELECT id, form_values FROM civicrm_saved_search WHERE form_values LIKE '%CRM_Contact_Form_Search_Custom_ContribSYBNT%'"); - while ($dao->fetch()) { - $formValues = unserialize($dao->form_values); - CRM_Contact_Form_Search_Custom_ContribSYBNT::formatSavedSearchFields($formValues); - CRM_Core_DAO::executeQuery("UPDATE civicrm_saved_search SET form_values = %1 WHERE id = {$dao->id}", [1 => [serialize($formValues), 'String']]); - } - return TRUE; - } - - /** - * CRM-20892 Convert default of created_date in civicrm_mailing table to NULL - * @return bool - */ - public static function civiMailingCreatedDateNull(CRM_Queue_TaskContext $ctx) { - $dataType = 'timestamp'; - if (CRM_Utils_Check_Component_Timestamps::isFieldType('civicrm_mailing', 'created_date', 'datetime')) { - $dataType = 'datetime'; - } - CRM_Core_DAO::executeQuery("ALTER TABLE civicrm_mailing CHANGE created_date created_date {$dataType} NULL DEFAULT NULL COMMENT 'Date and time this mailing was created.'"); - return TRUE; - } - } diff --git a/civicrm/CRM/Upgrade/Incremental/sql/4.7.0.mysql.tpl b/civicrm/CRM/Upgrade/Incremental/sql/4.7.0.mysql.tpl deleted file mode 100644 index 6cc7c4d415..0000000000 --- a/civicrm/CRM/Upgrade/Incremental/sql/4.7.0.mysql.tpl +++ /dev/null @@ -1 +0,0 @@ -{* file to handle db changes in 4.7.0 during upgrade *} diff --git a/civicrm/CRM/Upgrade/Incremental/sql/4.7.1.mysql.tpl b/civicrm/CRM/Upgrade/Incremental/sql/4.7.1.mysql.tpl deleted file mode 100644 index 65ea99d5a1..0000000000 --- a/civicrm/CRM/Upgrade/Incremental/sql/4.7.1.mysql.tpl +++ /dev/null @@ -1 +0,0 @@ -{* file to handle db changes in 4.7.1 during upgrade *} diff --git a/civicrm/CRM/Upgrade/Incremental/sql/4.7.10.mysql.tpl b/civicrm/CRM/Upgrade/Incremental/sql/4.7.10.mysql.tpl deleted file mode 100644 index fb4220c755..0000000000 --- a/civicrm/CRM/Upgrade/Incremental/sql/4.7.10.mysql.tpl +++ /dev/null @@ -1,23 +0,0 @@ -{* file to handle db changes in 4.7.10 during upgrade *} -SELECT @option_group_id_report := max(id) from civicrm_option_group where name = 'report_template'; -SELECT @contributeCompId := max(id) FROM civicrm_component where name = 'CiviContribute'; -SELECT @option_group_id_report_wt := MAX(weight) FROM civicrm_option_value WHERE option_group_id = @option_group_id_report; -INSERT INTO - civicrm_option_value (`option_group_id`, {localize field='label'}label{/localize}, `value`, `name`, `grouping`, `filter`, `is_default`, `weight`, {localize field='description'}description{/localize}, `is_optgroup`, `is_reserved`, `is_active`, `component_id`, `visibility_id`) -VALUES - (@option_group_id_report, {localize}'{ts escape="sql"}Deferred Revenue Details{/ts}'{/localize}, 'contribute/deferredrevenue', 'CRM_Report_Form_Contribute_DeferredRevenue', NULL, 0, NULL, @option_group_id_report_wt+1, {localize}'{ts escape="sql"}Deferred Revenue Details Report{/ts}'{/localize}, 0, 0, 1, @contributeCompId, NULL); - --- CRM-18854 -ALTER TABLE civicrm_pledge_block ADD pledge_start_date varchar(64) NULL DEFAULT NULL COMMENT 'The date that the first scheduled pledge occurs.'; -ALTER TABLE civicrm_pledge_block ADD is_pledge_start_date_visible TINYINT(4) NOT NULL DEFAULT 0 COMMENT 'If true - recurring start date is shown.'; -ALTER TABLE civicrm_pledge_block ADD is_pledge_start_date_editable TINYINT(4) NOT NULL DEFAULT 0 COMMENT 'If true - recurring start date is editable.'; -ALTER TABLE civicrm_contribution_page ADD adjust_recur_start_date TINYINT(4) NOT NULL DEFAULT 0 COMMENT 'If true - user is able to adjust payment start date.' AFTER is_recur_installments; - --- CRM-17608 Merge to DOCx or ODT template -SELECT @option_group_id_ext := max(id) from civicrm_option_group where name = 'safe_file_extension'; -SELECT @option_group_id_ext_wt := MAX(weight) FROM civicrm_option_value WHERE option_group_id = @option_group_id_ext; -SELECT @option_group_id_ext_val := MAX(CAST( `value` AS UNSIGNED )) FROM civicrm_option_value WHERE option_group_id = @option_group_id_ext; -INSERT INTO - `civicrm_option_value` (`option_group_id`, {localize field='label'}label{/localize}, `value`, `name`, `grouping`, `filter`, `is_default`, `weight`, `is_optgroup`, `is_reserved`, `is_active`) -VALUES - (@option_group_id_ext, {localize}'{ts escape="sql"}odt{/ts}'{/localize}, @option_group_id_ext_val+1, 'odt', NULL, 0, 0, @option_group_id_ext_wt+1, 0, 1, 1); diff --git a/civicrm/CRM/Upgrade/Incremental/sql/4.7.11.mysql.tpl b/civicrm/CRM/Upgrade/Incremental/sql/4.7.11.mysql.tpl deleted file mode 100644 index d0eeed5ce4..0000000000 --- a/civicrm/CRM/Upgrade/Incremental/sql/4.7.11.mysql.tpl +++ /dev/null @@ -1,279 +0,0 @@ -{* file to handle db changes in 4.7.11 during upgrade *} - --- CRM-19134 Missing French overseas departments. -INSERT INTO civicrm_state_province (id, country_id, abbreviation, name) VALUES - (NULL, 1076, "GP", "Guadeloupe"), - (NULL, 1076, "MQ", "Martinique"), - (NULL, 1076, "GF", "Guyane"), - (NULL, 1076, "RE", "La Réunion"), - (NULL, 1076, "YT", "Mayotte"); - --- CRM-17663 Fix missing dashboard names -UPDATE civicrm_dashboard SET name = 'activity' WHERE (name IS NULL OR name = '') AND url LIKE "civicrm/dashlet/activity?%"; -UPDATE civicrm_dashboard SET name = 'myCases' WHERE (name IS NULL OR name = '') AND url LIKE "civicrm/dashlet/myCases?%"; -UPDATE civicrm_dashboard SET name = 'allCases' WHERE (name IS NULL OR name = '') AND url LIKE "civicrm/dashlet/allCases?%"; -UPDATE civicrm_dashboard SET name = 'casedashboard' WHERE (name IS NULL OR name = '') AND url LIKE "civicrm/dashlet/casedashboard?%"; - --- CRM-19291 Fix names on dashlets where name is an empty string -{if $multilingual} -UPDATE civicrm_dashboard SET name = label_{$locales.0} WHERE name = ''; -{else} -UPDATE civicrm_dashboard SET name = label WHERE name = ''; -{/if} - --- CRM-18508 Display State/Province in event address in registration emails -{include file='../CRM/Upgrade/4.7.11.msg_template/civicrm_msg_template.tpl'} - --- CRM-19034 Fix Capitlisation of Country names. -UPDATE civicrm_country SET name = "American Samoa" WHERE lower(name) = lower("American Samoa"); -UPDATE civicrm_country SET name = "Andorra" WHERE lower(name) = lower("Andorra"); -UPDATE civicrm_country SET name = "Angola" WHERE lower(name) = lower("Angola"); -UPDATE civicrm_country SET name = "Anguilla" WHERE lower(name) = lower("Anguilla"); -UPDATE civicrm_country SET name = "Antarctica" WHERE lower(name) = lower("Antarctica"); -UPDATE civicrm_country SET name = "Antigua and Barbuda" WHERE lower(name) = lower("Antigua and Barbuda"); -UPDATE civicrm_country SET name = "Argentina" WHERE lower(name) = lower("Argentina"); -UPDATE civicrm_country SET name = "Armenia" WHERE lower(name) = lower("Armenia"); -UPDATE civicrm_country SET name = "Aruba" WHERE lower(name) = lower("Aruba"); -UPDATE civicrm_country SET name = "Australia" WHERE lower(name) = lower("Australia"); -UPDATE civicrm_country SET name = "Austria" WHERE lower(name) = lower("Austria"); -UPDATE civicrm_country SET name = "Azerbaijan" WHERE lower(name) = lower("Azerbaijan"); -UPDATE civicrm_country SET name = "Bahrain" WHERE lower(name) = lower("Bahrain"); -UPDATE civicrm_country SET name = "Bangladesh" WHERE lower(name) = lower("Bangladesh"); -UPDATE civicrm_country SET name = "Barbados" WHERE lower(name) = lower("Barbados"); -UPDATE civicrm_country SET name = "Belarus" WHERE lower(name) = lower("Belarus"); -UPDATE civicrm_country SET name = "Belgium" WHERE lower(name) = lower("Belgium"); -UPDATE civicrm_country SET name = "Belize" WHERE lower(name) = lower("Belize"); -UPDATE civicrm_country SET name = "Benin" WHERE lower(name) = lower("Benin"); -UPDATE civicrm_country SET name = "Bermuda" WHERE lower(name) = lower("Bermuda"); -UPDATE civicrm_country SET name = "Bhutan" WHERE lower(name) = lower("Bhutan"); -UPDATE civicrm_country SET name = "Bolivia" WHERE lower(name) = lower("Bolivia"); -UPDATE civicrm_country SET name = "Bosnia and Herzegovina" WHERE lower(name) = lower("Bosnia and Herzegovina"); -UPDATE civicrm_country SET name = "Botswana" WHERE lower(name) = lower("Botswana"); -UPDATE civicrm_country SET name = "Bouvet Island" WHERE lower(name) = lower("Bouvet Island"); -UPDATE civicrm_country SET name = "Brazil" WHERE lower(name) = lower("Brazil"); -UPDATE civicrm_country SET name = "British Indian Ocean Territory" WHERE lower(name) = lower("British Indian Ocean Territory"); -UPDATE civicrm_country SET name = "Virgin Islands, U.S." WHERE lower(name) = lower("Virgin Islands, U.S."); -UPDATE civicrm_country SET name = "Brunei Darussalam" WHERE lower(name) = lower("Brunei Darussalam"); -UPDATE civicrm_country SET name = "Bulgaria" WHERE lower(name) = lower("Bulgaria"); -UPDATE civicrm_country SET name = "Burkina Faso" WHERE lower(name) = lower("Burkina Faso"); -UPDATE civicrm_country SET name = "Myanmar" WHERE lower(name) = lower("Myanmar"); -UPDATE civicrm_country SET name = "Burundi" WHERE lower(name) = lower("Burundi"); -UPDATE civicrm_country SET name = "Cambodia" WHERE lower(name) = lower("Cambodia"); -UPDATE civicrm_country SET name = "Cameroon" WHERE lower(name) = lower("Cameroon"); -UPDATE civicrm_country SET name = "Canada" WHERE lower(name) = lower("Canada"); -UPDATE civicrm_country SET name = "Cape Verde" WHERE lower(name) = lower("Cape Verde"); -UPDATE civicrm_country SET name = "Cayman Islands" WHERE lower(name) = lower("Cayman Islands"); -UPDATE civicrm_country SET name = "Central African Republic" WHERE lower(name) = lower("Central African Republic"); -UPDATE civicrm_country SET name = "Chad" WHERE lower(name) = lower("Chad"); -UPDATE civicrm_country SET name = "Chile" WHERE lower(name) = lower("Chile"); -UPDATE civicrm_country SET name = "China" WHERE lower(name) = lower("China"); -UPDATE civicrm_country SET name = "Christmas Island" WHERE lower(name) = lower("Christmas Island"); -UPDATE civicrm_country SET name = "Cocos (Keeling) Islands" WHERE lower(name) = lower("Cocos (Keeling) Islands"); -UPDATE civicrm_country SET name = "Colombia" WHERE lower(name) = lower("Colombia"); -UPDATE civicrm_country SET name = "Comoros" WHERE lower(name) = lower("Comoros"); -UPDATE civicrm_country SET name = "Congo, Republic Of The" WHERE lower(name) = lower("Congo, Republic of The"); -UPDATE civicrm_country SET name = "Congo, The Democratic Republic of the" WHERE lower(name) = lower("Congo, The Democratic Republic of the"); -UPDATE civicrm_country SET name = "Cook Islands" WHERE lower(name) = lower("Cook Islands"); -UPDATE civicrm_country SET name = "Costa Rica" WHERE lower(name) = lower("Costa Rica"); -UPDATE civicrm_country SET name = "Côte d'Ivoire" WHERE lower(name) = lower("Côte d'Ivoire"); -UPDATE civicrm_country SET name = "Croatia" WHERE lower(name) = lower("Croatia"); -UPDATE civicrm_country SET name = "Cuba" WHERE lower(name) = lower("Cuba"); -UPDATE civicrm_country SET name = "Cyprus" WHERE lower(name) = lower("Cyprus"); -UPDATE civicrm_country SET name = "Czech Republic" WHERE lower(name) = lower("Czech Republic"); -UPDATE civicrm_country SET name = "Denmark" WHERE lower(name) = lower("Denmark"); -UPDATE civicrm_country SET name = "Djibouti" WHERE lower(name) = lower("Djibouti"); -UPDATE civicrm_country SET name = "Dominica" WHERE lower(name) = lower("Dominica"); -UPDATE civicrm_country SET name = "Dominican Republic" WHERE lower(name) = lower("Dominican Republic"); -UPDATE civicrm_country SET name = "Timor-Leste" WHERE lower(name) = lower("Timor-Leste"); -UPDATE civicrm_country SET name = "Ecuador" WHERE lower(name) = lower("Ecuador"); -UPDATE civicrm_country SET name = "Egypt" WHERE lower(name) = lower("Egypt"); -UPDATE civicrm_country SET name = "El Salvador" WHERE lower(name) = lower("El Salvador"); -UPDATE civicrm_country SET name = "Equatorial Guinea" WHERE lower(name) = lower("Equatorial Guinea"); -UPDATE civicrm_country SET name = "Eritrea" WHERE lower(name) = lower("Eritrea"); -UPDATE civicrm_country SET name = "Estonia" WHERE lower(name) = lower("Estonia"); -UPDATE civicrm_country SET name = "Ethiopia" WHERE lower(name) = lower("Ethiopia"); -UPDATE civicrm_country SET name = "European Union" WHERE lower(name) = lower("European Union"); -UPDATE civicrm_country SET name = "Falkland Islands (Malvinas)" WHERE lower(name) = lower("Falkland Islands (Malvinas)"); -UPDATE civicrm_country SET name = "Faroe Islands" WHERE lower(name) = lower("Faroe Islands"); -UPDATE civicrm_country SET name = "Fiji" WHERE lower(name) = lower("Fiji"); -UPDATE civicrm_country SET name = "Finland" WHERE lower(name) = lower("Finland"); -UPDATE civicrm_country SET name = "France" WHERE lower(name) = lower("France"); -UPDATE civicrm_country SET name = "French Guiana" WHERE lower(name) = lower("French Guiana"); -UPDATE civicrm_country SET name = "French Polynesia" WHERE lower(name) = lower("French Polynesia"); -UPDATE civicrm_country SET name = "French Southern Territories" WHERE lower(name) = lower("French Southern Territories"); -UPDATE civicrm_country SET name = "Gabon" WHERE lower(name) = lower("Gabon"); -UPDATE civicrm_country SET name = "Georgia" WHERE lower(name) = lower("Georgia"); -UPDATE civicrm_country SET name = "Germany" WHERE lower(name) = lower("Germany"); -UPDATE civicrm_country SET name = "Ghana" WHERE lower(name) = lower("Ghana"); -UPDATE civicrm_country SET name = "Gibraltar" WHERE lower(name) = lower("Gibraltar"); -UPDATE civicrm_country SET name = "Greece" WHERE lower(name) = lower("Greece"); -UPDATE civicrm_country SET name = "Greenland" WHERE lower(name) = lower("Greenland"); -UPDATE civicrm_country SET name = "Grenada" WHERE lower(name) = lower("Grenada"); -UPDATE civicrm_country SET name = "Guadeloupe" WHERE lower(name) = lower("Guadeloupe"); -UPDATE civicrm_country SET name = "Guam" WHERE lower(name) = lower("Guam"); -UPDATE civicrm_country SET name = "Guatemala" WHERE lower(name) = lower("Guatemala"); -UPDATE civicrm_country SET name = "Guinea" WHERE lower(name) = lower("Guinea"); -UPDATE civicrm_country SET name = "Guinea-Bissau" WHERE lower(name) = lower("Guinea-Bissau"); -UPDATE civicrm_country SET name = "Guyana" WHERE lower(name) = lower("Guyana"); -UPDATE civicrm_country SET name = "Haiti" WHERE lower(name) = lower("Haiti"); -UPDATE civicrm_country SET name = "Heard Island and McDonald Islands" WHERE lower(name) = lower("Heard Island and McDonald Islands"); -UPDATE civicrm_country SET name = "Holy See (Vatican City State)" WHERE lower(name) = lower("Holy See (Vatican City State)"); -UPDATE civicrm_country SET name = "Honduras" WHERE lower(name) = lower("Honduras"); -UPDATE civicrm_country SET name = "Hong Kong" WHERE lower(name) = lower("Hong Kong"); -UPDATE civicrm_country SET name = "Hungary" WHERE lower(name) = lower("Hungary"); -UPDATE civicrm_country SET name = "Iceland" WHERE lower(name) = lower("Iceland"); -UPDATE civicrm_country SET name = "India" WHERE lower(name) = lower("India"); -UPDATE civicrm_country SET name = "Indonesia" WHERE lower(name) = lower("Indonesia"); -UPDATE civicrm_country SET name = "Iran, Islamic Republic of" WHERE lower(name) = lower("Iran, Islamic Republic of"); -UPDATE civicrm_country SET name = "Iraq" WHERE lower(name) = lower("Iraq"); -UPDATE civicrm_country SET name = "Ireland" WHERE lower(name) = lower("Ireland"); -UPDATE civicrm_country SET name = "Israel" WHERE lower(name) = lower("Israel"); -UPDATE civicrm_country SET name = "Italy" WHERE lower(name) = lower("Italy"); -UPDATE civicrm_country SET name = "Jamaica" WHERE lower(name) = lower("Jamaica"); -UPDATE civicrm_country SET name = "Japan" WHERE lower(name) = lower("Japan"); -UPDATE civicrm_country SET name = "Jordan" WHERE lower(name) = lower("Jordan"); -UPDATE civicrm_country SET name = "Kazakhstan" WHERE lower(name) = lower("Kazakhstan"); -UPDATE civicrm_country SET name = "Kenya" WHERE lower(name) = lower("Kenya"); -UPDATE civicrm_country SET name = "Kiribati" WHERE lower(name) = lower("Kiribati"); -UPDATE civicrm_country SET name = "Korea, Democratic People's Republic of" WHERE lower(name) = lower("Korea, Democratic People's Republic of"); -UPDATE civicrm_country SET name = "Korea, Republic of" WHERE lower(name) = lower("Korea, Republic of"); -UPDATE civicrm_country SET name = "Kuwait" WHERE lower(name) = lower("Kuwait"); -UPDATE civicrm_country SET name = "Kyrgyzstan" WHERE lower(name) = lower("Kyrgyzstan"); -UPDATE civicrm_country SET name = "Lao People\'s Democratic Republic" WHERE lower(name) = lower("Lao People\'s Democratic Republic"); -UPDATE civicrm_country SET name = "Latvia" WHERE lower(name) = lower("Latvia"); -UPDATE civicrm_country SET name = "Lebanon" WHERE lower(name) = lower("Lebanon"); -UPDATE civicrm_country SET name = "Lesotho" WHERE lower(name) = lower("Lesotho"); -UPDATE civicrm_country SET name = "Liberia" WHERE lower(name) = lower("Liberia"); -UPDATE civicrm_country SET name = "Libya" WHERE lower(name) = lower("Libya"); -UPDATE civicrm_country SET name = "Liechtenstein" WHERE lower(name) = lower("Liechtenstein"); -UPDATE civicrm_country SET name = "Lithuania" WHERE lower(name) = lower("Lithuania"); -UPDATE civicrm_country SET name = "Luxembourg" WHERE lower(name) = lower("Luxembourg"); -UPDATE civicrm_country SET name = "Macao" WHERE lower(name) = lower("Macao"); -UPDATE civicrm_country SET name = "Macedonia, Republic of" WHERE lower(name) = lower("Macedonia, Republic of"); -UPDATE civicrm_country SET name = "Madagascar" WHERE lower(name) = lower("Madagascar"); -UPDATE civicrm_country SET name = "Malawi" WHERE lower(name) = lower("Malawi"); -UPDATE civicrm_country SET name = "Malaysia" WHERE lower(name) = lower("Malaysia"); -UPDATE civicrm_country SET name = "Maldives" WHERE lower(name) = lower("Maldives"); -UPDATE civicrm_country SET name = "Mali" WHERE lower(name) = lower("Mali"); -UPDATE civicrm_country SET name = "Malta" WHERE lower(name) = lower("Malta"); -UPDATE civicrm_country SET name = "Marshall Islands" WHERE lower(name) = lower("Marshall Islands"); -UPDATE civicrm_country SET name = "Martinique" WHERE lower(name) = lower("Martinique"); -UPDATE civicrm_country SET name = "Mauritania" WHERE lower(name) = lower("Mauritania"); -UPDATE civicrm_country SET name = "Mauritius" WHERE lower(name) = lower("Mauritius"); -UPDATE civicrm_country SET name = "Mayotte" WHERE lower(name) = lower("Mayotte"); -UPDATE civicrm_country SET name = "Mexico" WHERE lower(name) = lower("Mexico"); -UPDATE civicrm_country SET name = "Micronesia, Federated States of" WHERE lower(name) = lower("Micronesia, Federated States of"); -UPDATE civicrm_country SET name = "Moldova" WHERE lower(name) = lower("Moldova"); -UPDATE civicrm_country SET name = "Monaco" WHERE lower(name) = lower("Monaco"); -UPDATE civicrm_country SET name = "Mongolia" WHERE lower(name) = lower("Mongolia"); -UPDATE civicrm_country SET name = "Montserrat" WHERE lower(name) = lower("Montserrat"); -UPDATE civicrm_country SET name = "Morocco" WHERE lower(name) = lower("Morocco"); -UPDATE civicrm_country SET name = "Mozambique" WHERE lower(name) = lower("Mozambique"); -UPDATE civicrm_country SET name = "Namibia" WHERE lower(name) = lower("Namibia"); -UPDATE civicrm_country SET name = "Nauru" WHERE lower(name) = lower("Nauru"); -UPDATE civicrm_country SET name = "Nepal" WHERE lower(name) = lower("Nepal"); -UPDATE civicrm_country SET name = "Netherlands" WHERE lower(name) = lower("Netherlands"); -UPDATE civicrm_country SET name = "New Caledonia" WHERE lower(name) = lower("New Caledonia"); -UPDATE civicrm_country SET name = "New Zealand" WHERE lower(name) = lower("New Zealand"); -UPDATE civicrm_country SET name = "Nicaragua" WHERE lower(name) = lower("Nicaragua"); -UPDATE civicrm_country SET name = "Niger" WHERE lower(name) = lower("Niger"); -UPDATE civicrm_country SET name = "Nigeria" WHERE lower(name) = lower("Nigeria"); -UPDATE civicrm_country SET name = "Niue" WHERE lower(name) = lower("Niue"); -UPDATE civicrm_country SET name = "Norfolk Island" WHERE lower(name) = lower("Norfolk Island"); -UPDATE civicrm_country SET name = "Northern Mariana Islands" WHERE lower(name) = lower("Northern Mariana Islands"); -UPDATE civicrm_country SET name = "Norway" WHERE lower(name) = lower("Norway"); -UPDATE civicrm_country SET name = "Oman" WHERE lower(name) = lower("Oman"); -UPDATE civicrm_country SET name = "Pakistan" WHERE lower(name) = lower("Pakistan"); -UPDATE civicrm_country SET name = "Palau" WHERE lower(name) = lower("Palau"); -UPDATE civicrm_country SET name = "Palestinian Territory" WHERE lower(name) = lower("Palestinian Territory"); -UPDATE civicrm_country SET name = "Panama" WHERE lower(name) = lower("Panama"); -UPDATE civicrm_country SET name = "Papua New Guinea" WHERE lower(name) = lower("Papua New Guinea"); -UPDATE civicrm_country SET name = "Paraguay" WHERE lower(name) = lower("Paraguay"); -UPDATE civicrm_country SET name = "Peru" WHERE lower(name) = lower("Peru"); -UPDATE civicrm_country SET name = "Philippines" WHERE lower(name) = lower("Philippines"); -UPDATE civicrm_country SET name = "Pitcairn" WHERE lower(name) = lower("Pitcairn"); -UPDATE civicrm_country SET name = "Poland" WHERE lower(name) = lower("Poland"); -UPDATE civicrm_country SET name = "Portugal" WHERE lower(name) = lower("Portugal"); -UPDATE civicrm_country SET name = "Puerto Rico" WHERE lower(name) = lower("Puerto Rico"); -UPDATE civicrm_country SET name = "Qatar" WHERE lower(name) = lower("Qatar"); -UPDATE civicrm_country SET name = "Romania" WHERE lower(name) = lower("Romania"); -UPDATE civicrm_country SET name = "Russian Federation" WHERE lower(name) = lower("Russian Federation"); -UPDATE civicrm_country SET name = "Rwanda" WHERE lower(name) = lower("Rwanda"); -UPDATE civicrm_country SET name = "Reunion" WHERE lower(name) = lower("Reunion"); -UPDATE civicrm_country SET name = "Saint Helena" WHERE lower(name) = lower("Saint Helena"); -UPDATE civicrm_country SET name = "Saint Kitts and Nevis" WHERE lower(name) = lower("Saint Kitts and Nevis"); -UPDATE civicrm_country SET name = "Saint Lucia" WHERE lower(name) = lower("Saint Lucia"); -UPDATE civicrm_country SET name = "Saint Pierre and Miquelon" WHERE lower(name) = lower("Saint Pierre and Miquelon"); -UPDATE civicrm_country SET name = "Saint Vincent and the Grenadines" WHERE lower(name) = lower("Saint Vincent and the Grenadines"); -UPDATE civicrm_country SET name = "Samoa" WHERE lower(name) = lower("Samoa"); -UPDATE civicrm_country SET name = "San Marino" WHERE lower(name) = lower("San Marino"); -UPDATE civicrm_country SET name = "Saudi Arabia" WHERE lower(name) = lower("Saudi Arabia"); -UPDATE civicrm_country SET name = "Senegal" WHERE lower(name) = lower("Senegal"); -UPDATE civicrm_country SET name = "Seychelles" WHERE lower(name) = lower("Seychelles"); -UPDATE civicrm_country SET name = "Sierra Leone" WHERE lower(name) = lower("Sierra Leone"); -UPDATE civicrm_country SET name = "Singapore" WHERE lower(name) = lower("Singapore"); -UPDATE civicrm_country SET name = "Slovakia" WHERE lower(name) = lower("Slovakia"); -UPDATE civicrm_country SET name = "Slovenia" WHERE lower(name) = lower("Slovenia"); -UPDATE civicrm_country SET name = "Solomon Islands" WHERE lower(name) = lower("Solomon Islands"); -UPDATE civicrm_country SET name = "Somalia" WHERE lower(name) = lower("Somalia"); -UPDATE civicrm_country SET name = "South Africa" WHERE lower(name) = lower("South Africa"); -UPDATE civicrm_country SET name = "South Georgia and the South Sandwich Islands" WHERE lower(name) = lower("South Georgia and the South Sandwich Islands"); -UPDATE civicrm_country SET name = "Spain" WHERE lower(name) = lower("Spain"); -UPDATE civicrm_country SET name = "Sri Lanka" WHERE lower(name) = lower("Sri Lanka"); -UPDATE civicrm_country SET name = "Sudan" WHERE lower(name) = lower("Sudan"); -UPDATE civicrm_country SET name = "Suriname" WHERE lower(name) = lower("Suriname"); -UPDATE civicrm_country SET name = "Svalbard and Jan Mayen" WHERE lower(name) = lower("Svalbard and Jan Mayen"); -UPDATE civicrm_country SET name = "Swaziland" WHERE lower(name) = lower("Swaziland"); -UPDATE civicrm_country SET name = "Sweden" WHERE lower(name) = lower("Sweden"); -UPDATE civicrm_country SET name = "Switzerland" WHERE lower(name) = lower("Switzerland"); -UPDATE civicrm_country SET name = "Syrian Arab Republic" WHERE lower(name) = lower("Syrian Arab Republic"); -UPDATE civicrm_country SET name = "Sao Tome and Principe" WHERE lower(name) = lower("Sao Tome and Principe"); -UPDATE civicrm_country SET name = "Taiwan" WHERE lower(name) = lower("Taiwan"); -UPDATE civicrm_country SET name = "Tajikistan" WHERE lower(name) = lower("Tajikistan"); -UPDATE civicrm_country SET name = "Tanzania, United Republic of" WHERE lower(name) = lower("Tanzania, United Republic of"); -UPDATE civicrm_country SET name = "Thailand" WHERE lower(name) = lower("Thailand"); -UPDATE civicrm_country SET name = "Bahamas" WHERE lower(name) = lower("Bahamas"); -UPDATE civicrm_country SET name = "Gambia" WHERE lower(name) = lower("Gambia"); -UPDATE civicrm_country SET name = "Togo" WHERE lower(name) = lower("Togo"); -UPDATE civicrm_country SET name = "Tokelau" WHERE lower(name) = lower("Tokelau"); -UPDATE civicrm_country SET name = "Tonga" WHERE lower(name) = lower("Tonga"); -UPDATE civicrm_country SET name = "Trinidad and Tobago" WHERE lower(name) = lower("Trinidad and Tobago"); -UPDATE civicrm_country SET name = "Tunisia" WHERE lower(name) = lower("Tunisia"); -UPDATE civicrm_country SET name = "Turkey" WHERE lower(name) = lower("Turkey"); -UPDATE civicrm_country SET name = "Turkmenistan" WHERE lower(name) = lower("Turkmenistan"); -UPDATE civicrm_country SET name = "Turks and Caicos Islands" WHERE lower(name) = lower("Turks and Caicos Islands"); -UPDATE civicrm_country SET name = "Tuvalu" WHERE lower(name) = lower("Tuvalu"); -UPDATE civicrm_country SET name = "Uganda" WHERE lower(name) = lower("Uganda"); -UPDATE civicrm_country SET name = "Ukraine" WHERE lower(name) = lower("Ukraine"); -UPDATE civicrm_country SET name = "United Arab Emirates" WHERE lower(name) = lower("United Arab Emirates"); -UPDATE civicrm_country SET name = "United Kingdom" WHERE lower(name) = lower("United Kingdom"); -UPDATE civicrm_country SET name = "United States Minor Outlying Islands" WHERE lower(name) = lower("United States Minor Outlying Islands"); -UPDATE civicrm_country SET name = "United States" WHERE lower(name) = lower("United States"); -UPDATE civicrm_country SET name = "Uruguay" WHERE lower(name) = lower("Uruguay"); -UPDATE civicrm_country SET name = "Uzbekistan" WHERE lower(name) = lower("Uzbekistan"); -UPDATE civicrm_country SET name = "Vanuatu" WHERE lower(name) = lower("Vanuatu"); -UPDATE civicrm_country SET name = "Venezuela" WHERE lower(name) = lower("Venezuela"); -UPDATE civicrm_country SET name = "Viet Nam" WHERE lower(name) = lower("Viet Nam"); -UPDATE civicrm_country SET name = "Virgin Islands, British" WHERE lower(name) = lower("Virgin Islands, British"); -UPDATE civicrm_country SET name = "Wallis and Futuna" WHERE lower(name) = lower("Wallis and Futuna"); -UPDATE civicrm_country SET name = "Western Sahara" WHERE lower(name) = lower("Western Sahara"); -UPDATE civicrm_country SET name = "Yemen" WHERE lower(name) = lower("Yemen"); -UPDATE civicrm_country SET name = "Serbia and Montenegro" WHERE lower(name) = lower("Serbia and Montenegro"); -UPDATE civicrm_country SET name = "Zambia" WHERE lower(name) = lower("Zambia"); -UPDATE civicrm_country SET name = "Zimbabwe" WHERE lower(name) = lower("Zimbabwe"); -UPDATE civicrm_country SET name = "Ã…land Islands" WHERE lower(name) = lower("Ã…land Islands"); -UPDATE civicrm_country SET name = "Serbia" WHERE lower(name) = lower("Serbia"); -UPDATE civicrm_country SET name = "Montenegro" WHERE lower(name) = lower("Montenegro"); -UPDATE civicrm_country SET name = "Jersey" WHERE lower(name) = lower("Jersey"); -UPDATE civicrm_country SET name = "Guernsey" WHERE lower(name) = lower("Guernsey"); -UPDATE civicrm_country SET name = "Isle of Man" WHERE lower(name) = lower("Isle of Man"); -UPDATE civicrm_country SET name = "South Sudan" WHERE lower(name) = lower("South Sudan"); -UPDATE civicrm_country SET name = "Curaçao" WHERE lower(name) = lower("Curaçao"); -UPDATE civicrm_country SET name = "Sint Maarten (Dutch Part)" WHERE lower(name) = lower("Sint Maarten (Dutch Part)"); -UPDATE civicrm_country SET name = "Bonaire, Saint Eustatius and Saba" WHERE lower(name) = lower("Bonaire, Saint Eustatius and Saba"); -UPDATE civicrm_country SET name = "Kosovo" WHERE lower(name) = lower("Kosovo"); -UPDATE civicrm_country SET name = "Saint Barthélemy" WHERE lower(name) = lower("Saint Barthélemy"); -UPDATE civicrm_country SET name = "Saint Martin (French part)" WHERE lower(name) = lower("Saint Martin (French part)"); -UPDATE civicrm_country SET name = "Afghanistan" WHERE lower(name) = lower("Afghanistan"); -UPDATE civicrm_country SET name = "Albania" WHERE lower(name) = lower("Albania"); -UPDATE civicrm_country SET name = "Algeria" WHERE lower(name) = lower("Algeria"); diff --git a/civicrm/CRM/Upgrade/Incremental/sql/4.7.12.mysql.tpl b/civicrm/CRM/Upgrade/Incremental/sql/4.7.12.mysql.tpl deleted file mode 100644 index 4d7d5118f6..0000000000 --- a/civicrm/CRM/Upgrade/Incremental/sql/4.7.12.mysql.tpl +++ /dev/null @@ -1,10 +0,0 @@ -{* file to handle db changes in 4.7.12 during upgrade *} - --- CRM-19271 -ALTER TABLE civicrm_action_schedule CHANGE start_action_condition start_action_condition VARCHAR(64) CHARACTER SET utf8 COLLATE utf8_unicode_ci NULL DEFAULT NULL COMMENT 'Reminder Action'; - --- CRM-19367 -SELECT @option_group_id_fat := max(id) from civicrm_option_group where name = 'financial_account_type'; - -UPDATE civicrm_option_value SET {localize field="description"}description = 'Things you owe, like a grant still to be disbursed'{/localize} - WHERE name = 'Liability' AND option_group_id = @option_group_id_fat; diff --git a/civicrm/CRM/Upgrade/Incremental/sql/4.7.13.mysql.tpl b/civicrm/CRM/Upgrade/Incremental/sql/4.7.13.mysql.tpl deleted file mode 100644 index dca3640814..0000000000 --- a/civicrm/CRM/Upgrade/Incremental/sql/4.7.13.mysql.tpl +++ /dev/null @@ -1,24 +0,0 @@ -{* file to handle db changes in 4.7.13 during upgrade *} - --- CRM-19427 -ALTER TABLE `civicrm_price_field_value` CHANGE `deductible_amount` `non_deductible_amount` DECIMAL( 20, 2 ) NOT NULL DEFAULT '0.00' COMMENT 'Portion of total amount which is NOT tax deductible.'; - -ALTER TABLE `civicrm_line_item` CHANGE `deductible_amount` `non_deductible_amount` DECIMAL( 20, 2 ) NOT NULL DEFAULT '0.00' COMMENT 'Portion of total amount which is NOT tax deductible.'; - --- CRM-15371 Manage tags with new *manage tags* permission (used to need *administer CiviCRM* permission) -UPDATE civicrm_navigation SET - `url` = 'civicrm/tag?reset=1', - `permission` = 'manage tags' -WHERE `name` = 'Manage Tags (Categories)'; - -UPDATE civicrm_navigation SET - `url` = 'civicrm/tag?reset=1&action=add', - `permission` = 'manage tags' -WHERE `name` = 'New Tag'; - -UPDATE civicrm_navigation SET - `url` = 'civicrm/tag?reset=1' -WHERE `name` = 'Tags (Categories)'; - --- CRM-16352: Add language filter support for mass mailing -ALTER TABLE civicrm_mailing ADD COLUMN `language` varchar(5) DEFAULT NULL COMMENT 'Language of the content of the mailing. Useful for tokens.'; diff --git a/civicrm/CRM/Upgrade/Incremental/sql/4.7.14.mysql.tpl b/civicrm/CRM/Upgrade/Incremental/sql/4.7.14.mysql.tpl deleted file mode 100644 index 139631cc2e..0000000000 --- a/civicrm/CRM/Upgrade/Incremental/sql/4.7.14.mysql.tpl +++ /dev/null @@ -1,19 +0,0 @@ -{* file to handle db changes in 4.7.14 during upgrade *} --- CRM-19616 Fix Manage Tags and New Tag Url issues. -UPDATE civicrm_navigation SET - `url` = 'civicrm/tag?reset=1' -WHERE `name` = 'Manage Tags (Categories)' -AND `url` = 'civicrm/tag?reset=1&action=add'; - -UPDATE civicrm_navigation SET - `url` = 'civicrm/tag?reset=1&action=add' -WHERE `name` = 'New Tag' -AND `url` = 'civicrm/admin/tag?reset=1'; - -UPDATE civicrm_navigation SET - `url` = 'civicrm/tag?reset=1' -WHERE `name` = 'Tags (Categories)' -AND `url` = 'civicrm/admin/tag?reset=1'; - --- Handle message template changes -{include file='../CRM/Upgrade/4.7.14.msg_template/civicrm_msg_template.tpl'} diff --git a/civicrm/CRM/Upgrade/Incremental/sql/4.7.15.mysql.tpl b/civicrm/CRM/Upgrade/Incremental/sql/4.7.15.mysql.tpl deleted file mode 100644 index 4052097c03..0000000000 --- a/civicrm/CRM/Upgrade/Incremental/sql/4.7.15.mysql.tpl +++ /dev/null @@ -1,4 +0,0 @@ -{* file to handle db changes in 4.7.15 during upgrade *} - --- CRM-19685 (fix for inconsistencies) -UPDATE civicrm_contact SET preferred_mail_format = 'Both' WHERE preferred_mail_format IS NULL; diff --git a/civicrm/CRM/Upgrade/Incremental/sql/4.7.16.mysql.tpl b/civicrm/CRM/Upgrade/Incremental/sql/4.7.16.mysql.tpl deleted file mode 100644 index 54ab063979..0000000000 --- a/civicrm/CRM/Upgrade/Incremental/sql/4.7.16.mysql.tpl +++ /dev/null @@ -1,28 +0,0 @@ -{* file to handle db changes in 4.7.16 during upgrade *} - --- CRM-19723 add icons -SELECT @option_group_id_act := max(id) from civicrm_option_group where name = 'activity_type'; -UPDATE civicrm_option_value SET icon = 'fa-slideshare' WHERE option_group_id = @option_group_id_act AND name = 'Meeting'; -UPDATE civicrm_option_value SET icon = 'fa-phone' WHERE option_group_id = @option_group_id_act AND name = 'Phone Call'; -UPDATE civicrm_option_value SET icon = 'fa-envelope-o' WHERE option_group_id = @option_group_id_act AND name = 'Email'; -UPDATE civicrm_option_value SET icon = 'fa-mobile' WHERE option_group_id = @option_group_id_act AND name = 'SMS'; -UPDATE civicrm_option_value SET icon = 'fa-file-pdf-o' WHERE option_group_id = @option_group_id_act AND name = 'Print PDF Letter'; -UPDATE civicrm_option_value SET icon = 'fa-folder-open-o' WHERE option_group_id = @option_group_id_act AND name = 'Open Case'; -UPDATE civicrm_option_value SET icon = 'fa-share-square-o' WHERE option_group_id = @option_group_id_act AND name = 'Follow up'; -UPDATE civicrm_option_value SET icon = 'fa-random' WHERE option_group_id = @option_group_id_act AND name = 'Change Case Type'; -UPDATE civicrm_option_value SET icon = 'fa-pencil-square-o' WHERE option_group_id = @option_group_id_act AND name = 'Change Case Status'; -UPDATE civicrm_option_value SET icon = 'fa-calendar' WHERE option_group_id = @option_group_id_act AND name = 'Change Case Start Date'; -UPDATE civicrm_option_value SET icon = 'fa-user-plus' WHERE option_group_id = @option_group_id_act AND name = 'Assign Case Role'; -UPDATE civicrm_option_value SET icon = 'fa-user-times' WHERE option_group_id = @option_group_id_act AND name = 'Remove Case Role'; -UPDATE civicrm_option_value SET icon = 'fa-file-pdf-o' WHERE option_group_id = @option_group_id_act AND name = 'Print PDF Letter'; -UPDATE civicrm_option_value SET icon = 'fa-compress' WHERE option_group_id = @option_group_id_act AND name = 'Merge Case'; -UPDATE civicrm_option_value SET icon = 'fa-user-circle-o' WHERE option_group_id = @option_group_id_act AND name = 'Reassigned Case'; -UPDATE civicrm_option_value SET icon = 'fa-link' WHERE option_group_id = @option_group_id_act AND name = 'Link Cases'; -UPDATE civicrm_option_value SET icon = 'fa-tags' WHERE option_group_id = @option_group_id_act AND name = 'Change Case Tags'; -UPDATE civicrm_option_value SET icon = 'fa-users' WHERE option_group_id = @option_group_id_act AND name = 'Add Client To Case'; - --- CRM-17663 repair null dashlet names -UPDATE `civicrm_dashboard` - SET name = CONCAT('report/', SUBSTRING_INDEX(SUBSTRING_INDEX(url, '?', 1), '/', -1)) - WHERE name IS NULL AND url LIKE "civicrm/report/instance/%"; - diff --git a/civicrm/CRM/Upgrade/Incremental/sql/4.7.17.mysql.tpl b/civicrm/CRM/Upgrade/Incremental/sql/4.7.17.mysql.tpl deleted file mode 100644 index 03a47793e2..0000000000 --- a/civicrm/CRM/Upgrade/Incremental/sql/4.7.17.mysql.tpl +++ /dev/null @@ -1,14 +0,0 @@ -{* file to handle db changes in 4.7.17 during upgrade *} - --- CRM-19943 -UPDATE civicrm_navigation SET url = 'civicrm/tag' WHERE url = 'civicrm/tag?reset=1'; -UPDATE civicrm_navigation SET url = REPLACE(url, 'civicrm/tag', 'civicrm/tag/edit') WHERE url LIKE 'civicrm/tag?%'; - --- CRM-19815, CRM-19830 update references to check_number to reflect unique name -UPDATE civicrm_uf_field SET field_name = 'contribution_check_number' WHERE field_name = 'check_number'; -UPDATE civicrm_mapping_field SET name = 'contribution_check_number' WHERE name = 'check_number'; - --- CRM-20158 -ALTER TABLE `civicrm_financial_trxn` - ADD card_type INT( 10 ) UNSIGNED NULL DEFAULT NULL COMMENT 'FK to accept_creditcard option group values' AFTER payment_instrument_id, - ADD pan_truncation INT UNSIGNED NULL COMMENT 'Last 4 digits of credit card.' AFTER check_number; diff --git a/civicrm/CRM/Upgrade/Incremental/sql/4.7.18.mysql.tpl b/civicrm/CRM/Upgrade/Incremental/sql/4.7.18.mysql.tpl deleted file mode 100644 index d2ebea11ad..0000000000 --- a/civicrm/CRM/Upgrade/Incremental/sql/4.7.18.mysql.tpl +++ /dev/null @@ -1,79 +0,0 @@ -{* file to handle db changes in 4.7.18 during upgrade *} - --- CRM-20062 New counties of Kenya. -SELECT @country_id := max(id) from civicrm_country where iso_code = "KE"; -INSERT IGNORE INTO civicrm_state_province (country_id, abbreviation, name) VALUES -(@country_id, "01", "Baringo"), -(@country_id, "02", "Bomet"), -(@country_id, "03", "Bungoma"), -(@country_id, "04", "Busia"), -(@country_id, "05", "Elgeyo/Marakwet"), -(@country_id, "06", "Embu"), -(@country_id, "07", "Garissa"), -(@country_id, "08", "Homa Bay"), -(@country_id, "09", "Isiolo"), -(@country_id, "10", "Kajiado"), -(@country_id, "11", "Kakamega"), -(@country_id, "12", "Kericho"), -(@country_id, "13", "Kiambu"), -(@country_id, "14", "Kilifi"), -(@country_id, "15", "Kirinyaga"), -(@country_id, "16", "Kisii"), -(@country_id, "17", "Kisumu"), -(@country_id, "18", "Kitui"), -(@country_id, "19", "Kwale"), -(@country_id, "20", "Laikipia"), -(@country_id, "21", "Lamu"), -(@country_id, "22", "Machakos"), -(@country_id, "23", "Makueni"), -(@country_id, "24", "Mandera"), -(@country_id, "25", "Marsabit"), -(@country_id, "26", "Meru"), -(@country_id, "27", "Migori"), -(@country_id, "28", "Mombasa"), -(@country_id, "29", "Murang'a"), -(@country_id, "30", "Nairobi City"), -(@country_id, "31", "Nakuru"), -(@country_id, "32", "Nandi"), -(@country_id, "33", "Narok"), -(@country_id, "34", "Nyamira"), -(@country_id, "35", "Nyandarua"), -(@country_id, "36", "Nyeri"), -(@country_id, "37", "Samburu"), -(@country_id, "38", "Siaya"), -(@country_id, "39", "Taita/Taveta"), -(@country_id, "40", "Tana River"), -(@country_id, "41", "Tharaka-Nithi"), -(@country_id, "42", "Trans Nzoia"), -(@country_id, "43", "Turkana"), -(@country_id, "44", "Uasin Gishu"), -(@country_id, "45", "Vihiga"), -(@country_id, "46", "Wajir"), -(@country_id, "47", "West Pokot"); - --- CRM-19993 Fixes for ISO compliance with countries and counties -INSERT INTO `civicrm_state_province` (`id`, `country_id`, `abbreviation`, `name`) VALUES -(NULL, 1101, "CH", "Chandigarh"), -(NULL, 1083, "CP", "Central"), -(NULL, 1083, "EP", "Eastern"), -(NULL, 1083, "NP", "Northern"), -(NULL, 1083, "WP", "Western"), -(NULL, 1181, "K", "Saint Kitts"), -(NULL, 1181, "N", "Nevis"), -(NULL, 1190, "E", "Eastern"), -(NULL, 1190, "N", "Northern"), -(NULL, 1190, "S", "Southern"); - -UPDATE `civicrm_state_province` SET `name`='Uttarakhand', `abbreviation`='UT' WHERE `name` = 'Uttaranchal' AND `abbreviation`='UL'; -UPDATE `civicrm_state_province` SET `name`='Yunlin County' WHERE `name` = 'Yunlin Conuty'; -UPDATE `civicrm_country` SET `name`='Palestine, State of' WHERE `name` = 'Palestinian Territory'; -UPDATE `civicrm_country` SET `name`='Virgin Islands, British' WHERE `name` = 'Virgin Islands,British'; - --- CRM-20102 make case_type_id required -ALTER TABLE `civicrm_case` DROP FOREIGN KEY `FK_civicrm_case_case_type_id`; -ALTER TABLE `civicrm_case` MODIFY `case_type_id` int(10) unsigned NOT NULL COMMENT 'FK to civicrm_case_type.id'; -ALTER TABLE `civicrm_case` ADD CONSTRAINT `FK_civicrm_case_case_type_id` FOREIGN KEY (`case_type_id`) REFERENCES `civicrm_case_type` (`id`); - ---- CRM-19715 Remove Close Accounting Period code - now in an extension. -DELETE FROM civicrm_navigation -WHERE url = 'civicrm/admin/contribute/closeaccperiod?reset=1' AND name = 'Close Accounting Period'; diff --git a/civicrm/CRM/Upgrade/Incremental/sql/4.7.19.mysql.tpl b/civicrm/CRM/Upgrade/Incremental/sql/4.7.19.mysql.tpl deleted file mode 100644 index 2e644c5155..0000000000 --- a/civicrm/CRM/Upgrade/Incremental/sql/4.7.19.mysql.tpl +++ /dev/null @@ -1,55 +0,0 @@ -{* file to handle db changes in 4.7.19 during upgrade *} --- CRM-19715 -SELECT @option_group_id_act := max(id) from civicrm_option_group where name = 'activity_type'; -SELECT @close_acc_period_act_val := `value` FROM civicrm_option_value WHERE option_group_id = @option_group_id_act AND name = 'Close Accounting Period'; -SELECT @close_accounting_period_activity_count := count(id) FROM `civicrm_activity` WHERE `activity_type_id` = @close_acc_period_act_val; - --- Delete Close Accounting Period activity type -DELETE FROM civicrm_option_value - WHERE option_group_id = @option_group_id_act AND name = 'Close Accounting Period' AND @close_accounting_period_activity_count = 0; - --- CRM-19517 Disable all price fields and price field options that use disabled fianancial types -UPDATE civicrm_price_field_value cpfv -INNER JOIN civicrm_financial_type cft ON cft.id = cpfv.financial_type_id -INNER JOIN civicrm_price_field pf ON pf.id = cpfv.price_field_id -INNER JOIN civicrm_price_set ps ON ps.id = pf.price_set_id -SET cpfv.is_active = 0 -WHERE cft.is_active = 0 AND ps.is_quick_config = 0; - -UPDATE civicrm_price_field cpf -LEFT JOIN (SELECT DISTINCT price_field_id AS price_field_id - FROM civicrm_price_field_value - WHERE is_active = 1) AS price_field -ON price_field.price_field_id = cpf.id -SET cpf.is_active = 0 -WHERE price_field.price_field_id IS NULL; - --- CRM-20400 -{include file='../CRM/Upgrade/4.7.19.msg_template/civicrm_msg_template.tpl'} - --- CRM-20402 Improve dectection of spam bounces -SELECT @bounceTypeID := max(id) FROM civicrm_mailing_bounce_type WHERE name = 'Spam'; -UPDATE civicrm_mailing_bounce_pattern SET pattern = '(detected|rejected) (as|due to) spam' WHERE bounce_type_id = @bounceTypeID AND pattern = '(detected|rejected) as spam'; - --- CRM-19464 add 'Supplemental Address 3', increment weights after supplemental_address_2 to slot in this new one -SELECT @option_group_id_adOpt := max(id) from civicrm_option_group where name = 'address_options'; -SELECT @max_val := MAX(ROUND(op.value)) FROM civicrm_option_value op WHERE op.option_group_id = @option_group_id_adOpt; -SELECT @supp2_wt := weight FROM civicrm_option_value WHERE name = 'supplemental_address_2'; -UPDATE civicrm_option_value SET weight = weight + 1 WHERE option_group_id = @option_group_id_adOpt AND weight > @supp2_wt; -INSERT INTO - `civicrm_option_value` (`option_group_id`, {localize field='label'}label{/localize}, `value`, `name`, `grouping`, `filter`, `is_default`, `weight`, {localize field='description'}description{/localize}, `is_optgroup`, `is_reserved`, `is_active`, `component_id`, `visibility_id`, `icon`) -VALUES - (@option_group_id_adOpt, {localize}'{ts escape="sql"}Supplemental Address 3{/ts}'{/localize}, (SELECT @max_val := @max_val + 1), 'supplemental_address_3', NULL, 0, NULL, (SELECT @supp2_wt := @supp2_wt + 1), {localize}''{/localize}, 0, 0, 1, NULL, NULL, NULL); - --- Some legacy sites have `0000-00-00 00:00:00` values in --- `civicrm_financial_trxn.trxn_date` which correspond to the same value in --- `civicrm_contribution.receive_date` --- MySQL 5.7 may bork when comparing datetime columns to '0000-00-00 00:00:00' so cast the column to a CHAR(20) when comparing -UPDATE civicrm_financial_trxn SET trxn_date = NULL WHERE CAST(trxn_date AS CHAR(20)) = '0000-00-00 00:00:00'; -UPDATE civicrm_contribution SET receive_date = NULL WHERE CAST(receive_date AS CHAR(20)) = '0000-00-00 00:00:00'; - --- CRM-20439 rename card_type to card_type_id of civicrm_financial_trxn table (IIDA-126) -ALTER TABLE `civicrm_financial_trxn` CHANGE `card_type` `card_type_id` INT(10) UNSIGNED NULL DEFAULT NULL COMMENT 'FK to accept_creditcard option group values'; - --- CRM-20465 -ALTER TABLE `civicrm_financial_trxn` CHANGE `pan_truncation` `pan_truncation` VARCHAR( 4 ) NULL DEFAULT NULL COMMENT 'Last 4 digits of credit card'; diff --git a/civicrm/CRM/Upgrade/Incremental/sql/4.7.2.mysql.tpl b/civicrm/CRM/Upgrade/Incremental/sql/4.7.2.mysql.tpl deleted file mode 100644 index 8a258e453a..0000000000 --- a/civicrm/CRM/Upgrade/Incremental/sql/4.7.2.mysql.tpl +++ /dev/null @@ -1 +0,0 @@ -{* file to handle db changes in 4.7.2 during upgrade *} diff --git a/civicrm/CRM/Upgrade/Incremental/sql/4.7.20.mysql.tpl b/civicrm/CRM/Upgrade/Incremental/sql/4.7.20.mysql.tpl deleted file mode 100644 index c9205fd5aa..0000000000 --- a/civicrm/CRM/Upgrade/Incremental/sql/4.7.20.mysql.tpl +++ /dev/null @@ -1,10 +0,0 @@ -{* file to handle db changes in 4.7.20 during upgrade *} - --- CRM-20576 -{if $multilingual} - {foreach from=$locales item=locale} - ALTER TABLE civicrm_batch CHANGE title_{$locale} title_{$locale} varchar(255); - {/foreach} -{else} - ALTER TABLE civicrm_batch CHANGE title title varchar(255); -{/if} diff --git a/civicrm/CRM/Upgrade/Incremental/sql/4.7.21.mysql.tpl b/civicrm/CRM/Upgrade/Incremental/sql/4.7.21.mysql.tpl deleted file mode 100644 index 6fadcfa256..0000000000 --- a/civicrm/CRM/Upgrade/Incremental/sql/4.7.21.mysql.tpl +++ /dev/null @@ -1,12 +0,0 @@ -{* file to handle db changes in 4.7.21 during upgrade *} - --- CRM-20606 (spelling mistake in Austrian provinces) -UPDATE civicrm_state_province - SET name = 'Niederösterreich' - WHERE country_id = 1014 - AND name = 'Niederosterreich'; - -UPDATE civicrm_state_province - SET name = 'Oberösterreich' - WHERE country_id = 1014 - AND name = 'Oberosterreich'; diff --git a/civicrm/CRM/Upgrade/Incremental/sql/4.7.22.mysql.tpl b/civicrm/CRM/Upgrade/Incremental/sql/4.7.22.mysql.tpl deleted file mode 100644 index d475831b71..0000000000 --- a/civicrm/CRM/Upgrade/Incremental/sql/4.7.22.mysql.tpl +++ /dev/null @@ -1 +0,0 @@ -{* v4.7.22 is an urgent release. It should have not have schema changes. *} diff --git a/civicrm/CRM/Upgrade/Incremental/sql/4.7.23.mysql.tpl b/civicrm/CRM/Upgrade/Incremental/sql/4.7.23.mysql.tpl deleted file mode 100644 index dbedca1b2f..0000000000 --- a/civicrm/CRM/Upgrade/Incremental/sql/4.7.23.mysql.tpl +++ /dev/null @@ -1,43 +0,0 @@ -{* file to handle db changes in 4.7.23 during upgrade *} - -{include file='../CRM/Upgrade/4.7.23.msg_template/civicrm_msg_template.tpl'} - --- CRM-20816: Add CiviCase settings - -SELECT @civicaseAdminId := id FROM civicrm_navigation WHERE name = 'CiviCase' AND domain_id = {$domainID}; - -INSERT INTO civicrm_navigation -(domain_id, url, label, name, permission, permission_operator, parent_id, is_active, has_separator, weight) -VALUES -({$domainID}, 'civicrm/admin/setting/case?reset=1', '{ts escape="sql" skip="true"}CiviCase Settings{/ts}', 'CiviCase Settings', NULL, 'AND', @civicaseAdminId, '1', NULL, 1); - --- CRM-20387 -UPDATE `civicrm_contribution` SET `invoice_number` = `invoice_id` WHERE `invoice_id` LIKE CONCAT('%', `id`); - --- CRM-20830 -UPDATE `civicrm_option_value` -SET filter = 1 -WHERE option_group_id = (SELECT id FROM civicrm_option_group WHERE name = 'activity_status') -AND name = 'Completed'; - -UPDATE `civicrm_option_value` -SET filter = 2 -WHERE option_group_id = (SELECT id FROM civicrm_option_group WHERE name = 'activity_status') -AND name IN ('Cancelled', 'Unreachable', 'Not Required', 'No-show'); - --- CRM-20848 : Set non-quick-config price field and their respective price options to active if it's not -UPDATE civicrm_price_field_value cpfv -INNER JOIN civicrm_financial_type cft ON cft.id = cpfv.financial_type_id -INNER JOIN civicrm_price_field pf ON pf.id = cpfv.price_field_id -INNER JOIN civicrm_price_set ps ON ps.id = pf.price_set_id -SET cpfv.is_active = 1 -WHERE ps.is_quick_config = 1; - -UPDATE civicrm_price_field cpf -LEFT JOIN (SELECT DISTINCT price_field_id AS price_field_id - FROM civicrm_price_field_value - WHERE is_active = 1) AS price_field -ON price_field.price_field_id = cpf.id -LEFT JOIN civicrm_price_set ps ON ps.id = cpf.price_set_id -SET cpf.is_active = 1 -WHERE ps.is_quick_config = 1 AND cpf.is_active = 0; diff --git a/civicrm/CRM/Upgrade/Incremental/sql/4.7.24.mysql.tpl b/civicrm/CRM/Upgrade/Incremental/sql/4.7.24.mysql.tpl deleted file mode 100644 index 1c5df66513..0000000000 --- a/civicrm/CRM/Upgrade/Incremental/sql/4.7.24.mysql.tpl +++ /dev/null @@ -1,12 +0,0 @@ -{* file to handle db changes in 4.7.24 during upgrade *} ---Add pledge status option group -INSERT INTO `civicrm_option_group` ( `name`, {localize field='title'}`title`{/localize}, `is_active` ) VALUES ('pledge_status', {localize}'{ts escape="sql"}Pledge Status{/ts}'{/localize}, 1); - -SELECT @option_group_id_ps := MAX(id) FROM `civicrm_option_group` where name = 'pledge_status'; - -INSERT INTO `civicrm_option_value` (`option_group_id`, {localize field='label'}`label`{/localize}, `value`, `name`, `is_default`, `weight`) VALUES -(@option_group_id_ps, {localize}'{ts escape="sql"}Completed{/ts}'{/localize} , 1, 'Completed', NULL, 1), -(@option_group_id_ps, {localize}'{ts escape="sql"}Pending{/ts}'{/localize} , 2, 'Pending', NULL, 2), -(@option_group_id_ps, {localize}'{ts escape="sql"}Cancelled{/ts}'{/localize} , 3, 'Cancelled', NULL, 3), -(@option_group_id_ps, {localize}'{ts escape="sql"}In Progress{/ts}'{/localize}, 5, 'In Progress', NULL, 4), -(@option_group_id_ps, {localize}'{ts escape="sql"}Overdue{/ts}'{/localize} , 6, 'Overdue', NULL, 5); diff --git a/civicrm/CRM/Upgrade/Incremental/sql/4.7.25.mysql.tpl b/civicrm/CRM/Upgrade/Incremental/sql/4.7.25.mysql.tpl deleted file mode 100644 index d6d7aba13b..0000000000 --- a/civicrm/CRM/Upgrade/Incremental/sql/4.7.25.mysql.tpl +++ /dev/null @@ -1,22 +0,0 @@ -{* file to handle db changes in 4.7.25 during upgrade *} - ---CRM-21061 Increase report_id size from 64 to 512 to match civicrm_option_value.value column -ALTER TABLE civicrm_report_instance CHANGE COLUMN report_id report_id varchar(512) COMMENT 'FK to civicrm_option_value for the report template'; - --- CRM-18231 Environment variables support -INSERT INTO civicrm_option_group - (name, {localize field='title'}title{/localize}, is_reserved, is_active) VALUES ('environment', {localize}'{ts escape="sql"}Environment{/ts}'{/localize}, 0, 1); - -SELECT @option_group_id_env := max(id) from civicrm_option_group where name = 'environment'; -INSERT INTO civicrm_option_value (`option_group_id`, {localize field='label'}label{/localize}, `value`, `name`, `grouping`, `filter`, `is_default`, `weight`, {localize field='description'}description{/localize}, `is_optgroup`, `is_reserved`, `is_active`, `component_id`, `visibility_id`) - VALUES - (@option_group_id_env, {localize}'{ts escape="sql"}Production{/ts}'{/localize}, 'Production', 'Production', NULL, 0, 1, 1, {localize}'{ts escape="sql"}Production Environment{/ts}'{/localize}, 0, 0, 1, NULL, NULL), - (@option_group_id_env, {localize}'{ts escape="sql"}Staging{/ts}'{/localize}, 'Staging', 'Staging', NULL, 0, NULL, 2, {localize}'{ts escape="sql"}Staging Environment{/ts}'{/localize}, 0, 0, 1, NULL, NULL), - (@option_group_id_env, {localize}'{ts escape="sql"}Development{/ts}'{/localize}, 'Development', 'Development', NULL, 0, NULL, 3, {localize}'{ts escape="sql"}Development Environment{/ts}'{/localize}, 0, 0, 1, NULL, NULL); - --- CRM-20935 Clean up orphaned profile links for deleted events -DELETE civicrm_uf_join -FROM civicrm_uf_join -LEFT JOIN civicrm_event e on civicrm_uf_join.entity_id = e.id -WHERE (civicrm_uf_join.module = 'CiviEvent' OR civicrm_uf_join.module = 'CiviEvent_Additional') -AND e.id IS NULL; diff --git a/civicrm/CRM/Upgrade/Incremental/sql/4.7.26.mysql.tpl b/civicrm/CRM/Upgrade/Incremental/sql/4.7.26.mysql.tpl deleted file mode 100644 index 5eefccfff8..0000000000 --- a/civicrm/CRM/Upgrade/Incremental/sql/4.7.26.mysql.tpl +++ /dev/null @@ -1 +0,0 @@ -{* file to handle db changes in 4.7.26 during upgrade *} diff --git a/civicrm/CRM/Upgrade/Incremental/sql/4.7.27.mysql.tpl b/civicrm/CRM/Upgrade/Incremental/sql/4.7.27.mysql.tpl deleted file mode 100644 index a971b26276..0000000000 --- a/civicrm/CRM/Upgrade/Incremental/sql/4.7.27.mysql.tpl +++ /dev/null @@ -1 +0,0 @@ -{* file to handle db changes in 4.7.27 during upgrade *} diff --git a/civicrm/CRM/Upgrade/Incremental/sql/4.7.28.mysql.tpl b/civicrm/CRM/Upgrade/Incremental/sql/4.7.28.mysql.tpl deleted file mode 100644 index 61b278164c..0000000000 --- a/civicrm/CRM/Upgrade/Incremental/sql/4.7.28.mysql.tpl +++ /dev/null @@ -1,56 +0,0 @@ -{* file to handle db changes in 4.7.28 during upgrade *} - --- CRM-21268 Missing French overseas departments. - INSERT IGNORE INTO civicrm_state_province (id, country_id, abbreviation, name) VALUES - (NULL, 1076, "WF", "Wallis-et-Futuna"), - (NULL, 1076, "NC", "Nouvelle-Calédonie"), - --- CRM-21283 Add in missing parishes and regions of Barbados and Antigua and Barbuda - (NULL, 1009, "03", "Saint George"), - (NULL, 1009, "04", "Saint John"), - (NULL, 1009, "05", "Saint Mary"), - (NULL, 1009, "06", "Saint Paul"), - (NULL, 1009, "07", "Saint Peter"), - (NULL, 1009, "08", "Saint Philip"), - (NULL, 1009, "10", "Barbuda"), - (NULL, 1009, "11", "Redonda"), - (NULL, 1018, "01", "Christ Church"), - (NULL, 1018, "02", "Saint Andrew"), - (NULL, 1018, "03", "Saint George"), - (NULL, 1018, "04", "Saint James"), - (NULL, 1018, "05", "Saint John"), - (NULL, 1018, "06", "Saint Joseph"), - (NULL, 1018, "07", "Saint Lucy"), - (NULL, 1018, "08", "Saint Michael"), - (NULL, 1018, "09", "Saint Peter"), - (NULL, 1018, "10", "Saint Philip"), - (NULL, 1018, "11", "Saint Thomas"); - --- CRM-21337 ISO compliance for Romanian and Bulgarian counties -UPDATE `civicrm_state_province` SET `name` = 'ArgeÈ™' WHERE `name` = 'Arges' AND `country_id` = 1176; -UPDATE `civicrm_state_province` SET `name` = 'Bacău' WHERE `name` = 'Bacau' AND `country_id` = 1176; -UPDATE `civicrm_state_province` SET `name` = 'BistriÈ›a-Năsăud' WHERE `name` = 'Bistrita-Nasaud' AND `country_id` = 1176; -UPDATE `civicrm_state_province` SET `name` = 'BotoÈ™ani' WHERE `name` = 'Boto\'ani' AND `country_id` = 1176; -UPDATE `civicrm_state_province` SET `name` = 'BraÈ™ov' WHERE `name` = 'Bra\'ov' AND `country_id` = 1176; -UPDATE `civicrm_state_province` SET `name` = 'Brăila' WHERE `name` = 'Braila' AND `country_id` = 1176; -UPDATE `civicrm_state_province` SET `name` = 'Buzău' WHERE `name` = 'Buzau' AND `country_id` = 1176; -UPDATE `civicrm_state_province` SET `name` = 'CaraÈ™-Severin' WHERE `name` = 'Caras-Severin' AND `country_id` = 1176; -UPDATE `civicrm_state_province` SET `name` = 'CălăraÈ™i' WHERE `name` = 'Ca la ras\'i' AND `country_id` = 1176; -UPDATE `civicrm_state_province` SET `name` = 'ConstanÈ›a' WHERE `name` = 'Constant\'a' AND `country_id` = 1176; -UPDATE `civicrm_state_province` SET `name` = 'DâmboviÈ›a' WHERE `name` = 'Dambovit\'a' AND `country_id` = 1176; -UPDATE `civicrm_state_province` SET `name` = 'GalaÈ›i' WHERE `name` = 'Galat\'i' AND `country_id` = 1176; -UPDATE `civicrm_state_province` SET `name` = 'IalomiÈ›a' WHERE `name` = 'Ialomit\'a' AND `country_id` = 1176; -UPDATE `civicrm_state_province` SET `name` = 'IaÈ™i' WHERE `name` = 'Ias\'i' AND `country_id` = 1176; -UPDATE `civicrm_state_province` SET `name` = 'MaramureÈ™' WHERE `name` = 'Maramures' AND `country_id` = 1176; -UPDATE `civicrm_state_province` SET `name` = 'MehedinÈ›i' WHERE `name` = 'Mehedint\'i' AND `country_id` = 1176; -UPDATE `civicrm_state_province` SET `name` = 'MureÈ™' WHERE `name` = 'Mures' AND `country_id` = 1176; -UPDATE `civicrm_state_province` SET `name` = 'NeamÈ›' WHERE `name` = 'Neamt' AND `country_id` = 1176; -UPDATE `civicrm_state_province` SET `name` = 'Sălaj' WHERE `name` = 'Sa laj' AND `country_id` = 1176; -UPDATE `civicrm_state_province` SET `name` = 'TimiÈ™' WHERE `name` = 'Timis' AND `country_id` = 1176; -UPDATE `civicrm_state_province` SET `name` = 'Vâlcea' WHERE `name` = 'Valcea' AND `country_id` = 1176; -UPDATE `civicrm_state_province` SET `name` = 'Pazardzhik' WHERE `name` = 'Pazardzik' AND `country_id` = 1033; - --- CRM-20772 Price set calculation precision when sales tax enabled -ALTER TABLE `civicrm_membership_type` CHANGE `minimum_fee` `minimum_fee` DECIMAL(18,9) NULL DEFAULT '0.00' COMMENT 'Minimum fee for this membership (0 for free/complimentary memberships).'; -ALTER TABLE `civicrm_price_field_value` CHANGE `amount` `amount` DECIMAL(18,9) NOT NULL COMMENT 'Price field option amount'; - diff --git a/civicrm/CRM/Upgrade/Incremental/sql/4.7.29.mysql.tpl b/civicrm/CRM/Upgrade/Incremental/sql/4.7.29.mysql.tpl deleted file mode 100644 index 444a0ba0e1..0000000000 --- a/civicrm/CRM/Upgrade/Incremental/sql/4.7.29.mysql.tpl +++ /dev/null @@ -1 +0,0 @@ -{* file to handle db changes in 4.7.29 during upgrade *} diff --git a/civicrm/CRM/Upgrade/Incremental/sql/4.7.3.mysql.tpl b/civicrm/CRM/Upgrade/Incremental/sql/4.7.3.mysql.tpl deleted file mode 100644 index 2d0e3cbcca..0000000000 --- a/civicrm/CRM/Upgrade/Incremental/sql/4.7.3.mysql.tpl +++ /dev/null @@ -1 +0,0 @@ -{* file to handle db changes in 4.7.3 during upgrade *} diff --git a/civicrm/CRM/Upgrade/Incremental/sql/4.7.30.mysql.tpl b/civicrm/CRM/Upgrade/Incremental/sql/4.7.30.mysql.tpl deleted file mode 100644 index 5c72d66dcb..0000000000 --- a/civicrm/CRM/Upgrade/Incremental/sql/4.7.30.mysql.tpl +++ /dev/null @@ -1,16 +0,0 @@ -{* file to handle db changes in 4.7.30 during upgrade *} - --- CRM-21407 ISO compliance for German counties -UPDATE `civicrm_state_province` SET `name` = 'Baden-Württemberg' WHERE `name` = 'Baden-Wuerttemberg' AND `country_id` = 1082; -UPDATE `civicrm_state_province` SET `abbreviation` = 'BE' WHERE `name` = 'Berlin' AND `abbreviation` = 'BR' AND `country_id` = 1082; -UPDATE `civicrm_state_province` SET `name` = 'Thüringen' WHERE `name` = 'Thueringen' AND `country_id` = 1082; - --- CRM-21378 Ensure that email abuse reports are treated as spam -SELECT @bounceTypeID := max(id) FROM civicrm_mailing_bounce_type WHERE name = 'Spam'; -INSERT INTO civicrm_mailing_bounce_pattern (bounce_type_id, pattern) VALUES (@bounceTypeID, 'abuse report'); - - --- CRM-21532 Add French state/departments -SELECT @country_id := id from civicrm_country where name = 'France' AND iso_code = 'FR'; -INSERT IGNORE INTO `civicrm_state_province` (`id`, `country_id`, `abbreviation`, `name`) VALUES -(NULL, @country_id, "52", "Haute-Marne"); diff --git a/civicrm/CRM/Upgrade/Incremental/sql/4.7.31.mysql.tpl b/civicrm/CRM/Upgrade/Incremental/sql/4.7.31.mysql.tpl deleted file mode 100644 index a40e4357d1..0000000000 --- a/civicrm/CRM/Upgrade/Incremental/sql/4.7.31.mysql.tpl +++ /dev/null @@ -1,12 +0,0 @@ -{* file to handle db changes in 4.7.31 during upgrade *} - --- CRM-18300 Remove "_[id]" suffix from name column for profiles referenced --- by name in core code. -UPDATE IGNORE civicrm_uf_group SET name = 'new_individual' WHERE name = concat('new_individual_', id); -UPDATE IGNORE civicrm_uf_group SET name = 'new_organization' WHERE name = concat('new_organization_', id); -UPDATE IGNORE civicrm_uf_group SET name = 'new_household' WHERE name = concat('new_household_', id); -UPDATE IGNORE civicrm_uf_group SET name = 'summary_overlay' WHERE name = concat('summary_overlay_', id); -UPDATE IGNORE civicrm_uf_group SET name = 'contribution_batch_entry' WHERE name = concat('contribution_batch_entry_', id); -UPDATE IGNORE civicrm_uf_group SET name = 'membership_batch_entry' WHERE name = concat('membership_batch_entry_', id); -UPDATE IGNORE civicrm_uf_group SET name = 'shared_address' WHERE name = concat('shared_address_', id); -UPDATE IGNORE civicrm_uf_group SET name = 'event_registration' WHERE name = concat('event_registration_', id); diff --git a/civicrm/CRM/Upgrade/Incremental/sql/4.7.4.mysql.tpl b/civicrm/CRM/Upgrade/Incremental/sql/4.7.4.mysql.tpl deleted file mode 100644 index 1079b1ad15..0000000000 --- a/civicrm/CRM/Upgrade/Incremental/sql/4.7.4.mysql.tpl +++ /dev/null @@ -1 +0,0 @@ -{* file to handle db changes in 4.7.4 during upgrade *} diff --git a/civicrm/CRM/Upgrade/Incremental/sql/4.7.5.mysql.tpl b/civicrm/CRM/Upgrade/Incremental/sql/4.7.5.mysql.tpl deleted file mode 100644 index 5138ace125..0000000000 --- a/civicrm/CRM/Upgrade/Incremental/sql/4.7.5.mysql.tpl +++ /dev/null @@ -1,33 +0,0 @@ -{* file to handle db changes in 4.7.5 during upgrade *} -{include file='../CRM/Upgrade/4.7.5.msg_template/civicrm_msg_template.tpl'} - --- Minor fix for CRM-16173, CRM-16831 - change labels, add separator, etc. -SELECT @parent_id := id from `civicrm_navigation` where name = 'System Settings' AND domain_id = {$domainID}; -UPDATE `civicrm_navigation` SET `label` = 'Components' where `name` = 'Enable Components' and `parent_id` = @parent_id; - -UPDATE - `civicrm_navigation` AS nav1 - JOIN `civicrm_navigation` AS nav2 ON - nav1.name = 'Connections' - AND nav2.name = 'Manage Extensions' - AND nav1.parent_id = @parent_id -SET - nav1.weight = nav2.weight, - nav2.weight = nav1.weight, - nav2.has_separator = 1, - nav2.label = 'Extensions'; - --- CRM-18327 filter value missed on the contact deleted by merge activity -- -UPDATE civicrm_option_value ov -LEFT JOIN civicrm_option_group og ON og.id = ov.option_group_id -SET filter = 1 -WHERE ov.name = 'Contact Deleted by Merge' AND og.name = 'activity_type'; - --- CRM-18241 Change field length of civicrm_option_value.label from 255 to 512 -- -{if $multilingual} - {foreach from=$locales item=loc} - ALTER TABLE civicrm_option_value CHANGE label_{$loc} label_{$loc} varchar( 512 ) DEFAULT NULL ; - {/foreach} -{else} - ALTER TABLE civicrm_option_value CHANGE label label varchar( 512 ) DEFAULT NULL ; -{/if} diff --git a/civicrm/CRM/Upgrade/Incremental/sql/4.7.6.mysql.tpl b/civicrm/CRM/Upgrade/Incremental/sql/4.7.6.mysql.tpl deleted file mode 100644 index f29916faf9..0000000000 --- a/civicrm/CRM/Upgrade/Incremental/sql/4.7.6.mysql.tpl +++ /dev/null @@ -1 +0,0 @@ -{* file to handle db changes in 4.7.6 during upgrade *} diff --git a/civicrm/CRM/Upgrade/Incremental/sql/4.7.7.mysql.tpl b/civicrm/CRM/Upgrade/Incremental/sql/4.7.7.mysql.tpl deleted file mode 100644 index ce446ac804..0000000000 --- a/civicrm/CRM/Upgrade/Incremental/sql/4.7.7.mysql.tpl +++ /dev/null @@ -1,76 +0,0 @@ -{* file to handle db changes in 4.7.7 during upgrade *} -# CRM-17852 - Misspeled state names in Estonia/Lithuania -#Estonia - -SET @EstoniaCountryId = (SELECT id FROM civicrm_country cc WHERE cc.name = 'Estonia'); - -UPDATE civicrm_state_province SET name = 'Harjumaa' where name='Harjumsa' AND country_id = @EstoniaCountryId; -UPDATE civicrm_state_province SET name = 'Hiiumaa' where name='Hitumea' AND country_id = @EstoniaCountryId; -UPDATE civicrm_state_province SET name = 'Ida-Virumaa' where name='Ida-Virumsa' AND country_id = @EstoniaCountryId; -UPDATE civicrm_state_province SET name = 'Jõgevamaa' where name='Jogevamsa' AND country_id = @EstoniaCountryId; -UPDATE civicrm_state_province SET name = 'Järvamaa' where name='Jarvamsa' AND country_id = @EstoniaCountryId; -UPDATE civicrm_state_province SET name = 'Läänemaa' where name='Lasnemsa' AND country_id = @EstoniaCountryId; -UPDATE civicrm_state_province SET name = 'Lääne-Virumaa' where name='Laane-Virumaa' AND country_id = @EstoniaCountryId; -UPDATE civicrm_state_province SET name = 'Põlvamaa' where name='Polvamea' AND country_id = @EstoniaCountryId; -UPDATE civicrm_state_province SET name = 'Pärnumaa' where name='Parnumsa' AND country_id = @EstoniaCountryId; -UPDATE civicrm_state_province SET name = 'Raplamaa' where name='Raplamsa' AND country_id = @EstoniaCountryId; -UPDATE civicrm_state_province SET name = 'Saaremaa' where name='Saaremsa' AND country_id = @EstoniaCountryId; -UPDATE civicrm_state_province SET name = 'Tartumaa' where name='Tartumsa' AND country_id = @EstoniaCountryId; -UPDATE civicrm_state_province SET name = 'Viljandimaa' where name='Viljandimsa' AND country_id = @EstoniaCountryId; -UPDATE civicrm_state_province SET name = 'Võrumaa' where name='Vorumaa' AND country_id = @EstoniaCountryId; - -#Lithuania - -SET @LithuaniaCountryId = (SELECT id FROM civicrm_country cc WHERE cc.name = 'Lithuania'); - -UPDATE civicrm_state_province SET name = 'KlaipÄ—dos Apskritis' where name='Klaipedos Apskritis' AND country_id = @LithuaniaCountryId; -UPDATE civicrm_state_province SET name = 'MarijampolÄ—s Apskritis' where name='Marijampoles Apskritis' AND country_id = @LithuaniaCountryId; -UPDATE civicrm_state_province SET name = 'Panevėžio Apskritis' where name='Panevezio Apskritis' AND country_id = @LithuaniaCountryId; -UPDATE civicrm_state_province SET name = 'Å iaulių Apskritis' where name='Sisuliu Apskritis' AND country_id = @LithuaniaCountryId; -UPDATE civicrm_state_province SET name = 'TauragÄ—s Apskritis' where name='Taurages Apskritis' AND country_id = @LithuaniaCountryId; -UPDATE civicrm_state_province SET name = 'TelÅ¡ių Apskritis' where name='Telsiu Apskritis' AND country_id = @LithuaniaCountryId; - -# CRM-18014 - Missspeled county names in Sweden - -SET @SwedenCountryId = (SELECT id FROM civicrm_country cc WHERE cc.name = 'Sweden'); - -UPDATE civicrm_state_province SET name = 'Blekinge län' where name='Blekinge lan' AND country_id = @SwedenCountryId; -UPDATE civicrm_state_province SET name = 'Dalarnas län' where name='Dalarnas lan' AND country_id = @SwedenCountryId; -UPDATE civicrm_state_province SET name = 'Gävleborgs län' where name='Gavleborge lan' AND country_id = @SwedenCountryId; -UPDATE civicrm_state_province SET name = 'Gotlands län' where name='Gotlands lan' AND country_id = @SwedenCountryId; -UPDATE civicrm_state_province SET name = 'Hallands län' where name='Hallands lan' AND country_id = @SwedenCountryId; -UPDATE civicrm_state_province SET name = 'Jämtlands län' where name='Jamtlande lan' AND country_id = @SwedenCountryId; -UPDATE civicrm_state_province SET name = 'Jönköpings län' where name='Jonkopings lan' AND country_id = @SwedenCountryId; -UPDATE civicrm_state_province SET name = 'Kalmar län' where name='Kalmar lan' AND country_id = @SwedenCountryId; -UPDATE civicrm_state_province SET name = 'Kronobergs län' where name='Kronoberge lan' AND country_id = @SwedenCountryId; -UPDATE civicrm_state_province SET name = 'Norrbottens län' where name='Norrbottena lan' AND country_id = @SwedenCountryId; -UPDATE civicrm_state_province SET name = 'Örebro län' where name='Orebro lan' AND country_id = @SwedenCountryId; -UPDATE civicrm_state_province SET name = 'Östergötlands län' where name='Ostergotlands lan' AND country_id = @SwedenCountryId; -UPDATE civicrm_state_province SET name = 'SkÃ¥ne län' where name='Skane lan' AND country_id = @SwedenCountryId; -UPDATE civicrm_state_province SET name = 'Södermanlands län' where name='Sodermanlands lan' AND country_id = @SwedenCountryId; -UPDATE civicrm_state_province SET name = 'Stockholms län' where name='Stockholms lan' AND country_id = @SwedenCountryId; -UPDATE civicrm_state_province SET name = 'Uppsala län' where name='Uppsala lan' AND country_id = @SwedenCountryId; -UPDATE civicrm_state_province SET name = 'Värmlands län' where name='Varmlanda lan' AND country_id = @SwedenCountryId; -UPDATE civicrm_state_province SET name = 'Västerbottens län' where name='Vasterbottens lan' AND country_id = @SwedenCountryId; -UPDATE civicrm_state_province SET name = 'Västernorrlands län' where name='Vasternorrlands lan' AND country_id = @SwedenCountryId; -UPDATE civicrm_state_province SET name = 'Västmanlands län' where name='Vastmanlanda lan' AND country_id = @SwedenCountryId; -UPDATE civicrm_state_province SET name = 'Västra Götalands län' where name='Vastra Gotalands lan' AND country_id = @SwedenCountryId; - -{include file='../CRM/Upgrade/4.7.4.msg_template/civicrm_msg_template.tpl'} - --- CRM-18037 - update preferred mail format to set as default -UPDATE `civicrm_contact` SET `preferred_mail_format` = 'Both' WHERE `preferred_mail_format` IS NULL; - --- Fix weight interchange of `Extensions` and `Connections` navigation menu -SELECT @parent_id := id from `civicrm_navigation` where name = 'System Settings' AND domain_id = {$domainID}; -UPDATE - `civicrm_navigation` AS nav1 - JOIN `civicrm_navigation` AS nav2 ON - nav1.name = 'Connections' - AND nav2.name = 'Manage Extensions' - AND nav2.has_separator = 1 - AND nav1.parent_id = @parent_id - AND nav1.weight > nav2.weight -SET - nav1.weight = nav2.weight, - nav2.weight = nav1.weight; diff --git a/civicrm/CRM/Upgrade/Incremental/sql/4.7.8.mysql.tpl b/civicrm/CRM/Upgrade/Incremental/sql/4.7.8.mysql.tpl deleted file mode 100644 index 146fbcefb9..0000000000 --- a/civicrm/CRM/Upgrade/Incremental/sql/4.7.8.mysql.tpl +++ /dev/null @@ -1,17 +0,0 @@ -{* file to handle db changes in 4.7.8 during upgrade *} - --- CRM-18516 Convert the date fields relating to group caching and acl caching timestamp -ALTER TABLE civicrm_group CHANGE cache_date cache_date timestamp NULL DEFAULT NULL , CHANGE refresh_date refresh_date timestamp NULL DEFAULT NULL; -ALTER TABLE civicrm_acl_cache CHANGE modified_date modified_date timestamp NULL DEFAULT NULL; - --- CRM-18537 -DELETE FROM civicrm_state_province WHERE name = 'Fernando de Noronha'; - --- CRM-17118 extend civicrm_address postal_code to accept full data strings from paypal etc. -ALTER TABLE civicrm_address CHANGE `postal_code` `postal_code` varchar(64) ; - --- CRM-16189 -SELECT @contributionNavId := id, @domainID := domain_id FROM civicrm_navigation WHERE name = 'Contributions'; -SELECT @navMaxWeight := MAX(ROUND(weight))+1 from civicrm_navigation WHERE parent_id = @contributionNavId; - -UPDATE civicrm_navigation SET has_separator = 1 WHERE name = 'Manage Price Sets' AND parent_id = @contributionNavId; diff --git a/civicrm/CRM/Upgrade/Incremental/sql/4.7.9.mysql.tpl b/civicrm/CRM/Upgrade/Incremental/sql/4.7.9.mysql.tpl deleted file mode 100644 index cfce4adccc..0000000000 --- a/civicrm/CRM/Upgrade/Incremental/sql/4.7.9.mysql.tpl +++ /dev/null @@ -1,44 +0,0 @@ -{* file to handle db changes in 4.7.9 during upgrade *} - --- CRM-17607 Change PDF activity type label -SELECT @option_group_id_act := max(id) from civicrm_option_group where name = 'activity_type'; -UPDATE civicrm_option_value SET - {localize field="label"}label = '{ts escape="sql"}Print/Merge Document{/ts}'{/localize}, - {localize field="description"}description = '{ts escape="sql"}Export letters and other printable documents.{/ts}'{/localize} -WHERE name = 'Print PDF Letter' AND option_group_id = @option_group_id_act; - --- CRM-18699 Fix Wake Island misspelling, was Wake Ialand -UPDATE civicrm_state_province SET name="Wake Island" WHERE name="Wake Ialand"; - --- CRM-18960 Change title in Getting Started widget -UPDATE civicrm_dashboard SET - {localize field="label"}label = '{ts escape="sql"}CiviCRM Resources{/ts}'{/localize} -WHERE name = 'getting-started'; - --- CRM-16189 -ALTER TABLE civicrm_financial_account - ADD `opening_balance` decimal(20,2) DEFAULT '0.00' COMMENT 'Contains the opening balance for this financial account', - ADD `current_period_opening_balance` decimal(20,2) DEFAULT '0.00' COMMENT 'Contains the opening balance for the current period for this financial account'; - -ALTER TABLE civicrm_contribution -ADD `revenue_recognition_date` datetime DEFAULT NULL COMMENT 'Stores the date when revenue should be recognized.'; - --- CRM-16189 Financial account relationship -SELECT @option_group_id_arel := max(id) from civicrm_option_group where name = 'account_relationship'; -SELECT @option_group_id_arel_wt := MAX(weight) FROM civicrm_option_value WHERE option_group_id = @option_group_id_arel; -SELECT @option_group_id_arel_val := MAX(CAST( `value` AS UNSIGNED )) FROM civicrm_option_value WHERE option_group_id = @option_group_id_arel; - -INSERT INTO - `civicrm_option_value` (`option_group_id`, {localize field='label'}label{/localize}, `value`, `name`, `grouping`, `filter`, `is_default`, `weight`, {localize field='description'}`description`{/localize}, `is_optgroup`, `is_reserved`, `is_active`, `component_id`, `visibility_id`) -VALUES -(@option_group_id_arel, {localize}'{ts escape="sql"}Deferred Revenue Account is{/ts}'{/localize}, @option_group_id_arel_val+1, 'Deferred Revenue Account is', NULL, 0, 0, @option_group_id_arel_wt+1, {localize}'{ts escape="sql"}Deferred Revenue Account is{/ts}'{/localize}, 0, 1, 1, 2, NULL); - -SELECT @option_group_id_fat := max(id) from civicrm_option_group where name = 'financial_account_type'; -SELECT @opLiability := value FROM civicrm_option_value WHERE name = 'Liability' and option_group_id = @option_group_id_fat; -SELECT @domainContactId := contact_id from civicrm_domain where id = {$domainID}; -INSERT IGNORE INTO - `civicrm_financial_account` (`name`, `contact_id`, `financial_account_type_id`, `description`, `accounting_code`, `account_type_code`, `is_reserved`, `is_active`, `is_deductible`, `is_default`) -VALUES - ('Deferred Revenue - Event Fee', @domainContactId, @opLiability, 'Event revenue to be recognized in future months when the events occur', '2730', 'OCLIAB', 0, 1, 0, 0), - ('Deferred Revenue - Member Dues', @domainContactId, @opLiability, 'Membership revenue to be recognized in future months', '2740', 'OCLIAB', 0, 1, 0, 0); - diff --git a/civicrm/CRM/Upgrade/Incremental/sql/4.7.alpha1.mysql.tpl b/civicrm/CRM/Upgrade/Incremental/sql/4.7.alpha1.mysql.tpl deleted file mode 100644 index df1ad7d5c7..0000000000 --- a/civicrm/CRM/Upgrade/Incremental/sql/4.7.alpha1.mysql.tpl +++ /dev/null @@ -1,187 +0,0 @@ -{* file to handle db changes in 4.7.alpha1 during upgrade *} - --- Add new columns for multilingual purpose -ALTER TABLE `civicrm_action_schedule` ADD COLUMN `filter_contact_language` varchar(128) DEFAULT NULL COMMENT 'Used for multilingual installation'; -ALTER TABLE `civicrm_action_schedule` ADD COLUMN `communication_language` varchar(8) DEFAULT NULL COMMENT 'Used for multilingual installation'; -ALTER TABLE `civicrm_action_schedule` MODIFY COLUMN mapping_id varchar(64); --- Q: Should we validate that local civicrm_action_mapping records have expected IDs? - --- CRM-16354 -SELECT @option_group_id_wysiwyg := max(id) from civicrm_option_group where name = 'wysiwyg_editor'; - -UPDATE civicrm_option_value SET name = 'Textarea', {localize field='label'}label = 'Textarea'{/localize} - WHERE value = 1 AND option_group_id = @option_group_id_wysiwyg; - -DELETE FROM civicrm_option_value WHERE name IN ('Joomla Default Editor', 'Drupal Default Editor') - AND option_group_id = @option_group_id_wysiwyg; - -UPDATE civicrm_option_value SET is_active = 1, is_reserved = 1 WHERE option_group_id = @option_group_id_wysiwyg; - ---CRM-16719 -SELECT @option_group_id_report := max(id) from civicrm_option_group where name = 'report_template'; - -UPDATE civicrm_option_value SET {localize field="label"}label = 'Activity Details Report'{/localize} - WHERE value = 'activity' AND option_group_id = @option_group_id_report; - -UPDATE civicrm_option_value SET {localize field="label"}label = 'Activity Summary Report'{/localize} - WHERE value = 'activitySummary' AND option_group_id = @option_group_id_report; - ---CRM-11369 -UPDATE civicrm_participant_status_type SET {localize field='label'}label = 'Pending (pay later)'{/localize} WHERE name = 'Pending from pay later'; -UPDATE civicrm_participant_status_type SET {localize field='label'}label = 'Pending (incomplete transaction)'{/localize} WHERE name = 'Pending from incomplete transaction'; - ---CRM-16853 PCP Owner Notification ---CRM-16853 Contribution Invoice Receipt Translation - -{include file='../CRM/Upgrade/4.7.alpha1.msg_template/civicrm_msg_template.tpl'} - --- CRM-16478 Remove custom fatal error template path -DELETE FROM civicrm_setting WHERE name = 'fatalErrorTemplate'; - -UPDATE civicrm_state_province SET name = 'Bataan' WHERE name = 'Batasn'; - ---CRM-16914 -ALTER TABLE civicrm_payment_processor -ADD COLUMN -`payment_instrument_id` int unsigned DEFAULT 1 COMMENT 'Payment Instrument ID'; - -ALTER TABLE civicrm_payment_processor_type -ADD COLUMN -`payment_instrument_id` int unsigned DEFAULT 1 COMMENT 'Payment Instrument ID'; - --- CRM-16447 -UPDATE civicrm_state_province SET name = 'Northern Ostrobothnia' WHERE name = 'Nothern Ostrobothnia'; - --- CRM-14078 -UPDATE civicrm_option_group SET {localize field="title"}title = '{ts escape="sql"}Payment Methods{/ts}'{/localize} WHERE name = 'payment_instrument'; -UPDATE civicrm_navigation SET label = '{ts escape="sql"}Payment Methods{/ts}' WHERE name = 'Payment Instruments'; - --- CRM-16176 -{if $multilingual} - {foreach from=$locales item=locale} - ALTER TABLE civicrm_relationship_type ADD label_a_b_{$locale} varchar(64); - ALTER TABLE civicrm_relationship_type ADD label_b_a_{$locale} varchar(64); - ALTER TABLE civicrm_relationship_type ADD description_{$locale} varchar(255); - - UPDATE civicrm_relationship_type SET label_a_b_{$locale} = label_a_b; - UPDATE civicrm_relationship_type SET label_b_a_{$locale} = label_b_a; - UPDATE civicrm_relationship_type SET description_{$locale} = description; - {/foreach} - - ALTER TABLE civicrm_relationship_type DROP label_a_b; - ALTER TABLE civicrm_relationship_type DROP label_b_a; - ALTER TABLE civicrm_relationship_type DROP description; -{/if} - --- CRM-13283 -CREATE TABLE IF NOT EXISTS `civicrm_status_pref` ( - `id` int unsigned NOT NULL AUTO_INCREMENT COMMENT 'Unique Status Preference ID', - `domain_id` int unsigned NOT NULL COMMENT 'Which Domain is this Status Preference for', - `name` varchar(255) NOT NULL COMMENT 'Name of the status check this preference references.', - `hush_until` date DEFAULT NULL COMMENT 'expires ignore_severity. NULL never hushes.', - `ignore_severity` int unsigned DEFAULT 1 COMMENT 'Hush messages up to and including this severity.', - `prefs` varchar(255) COMMENT 'These settings are per-check, and can\'t be compared across checks.', - `check_info` varchar(255) COMMENT 'These values are per-check, and can\'t be compared across checks.' -, - PRIMARY KEY ( `id` ) - - , INDEX `UI_status_pref_name`( - name - ) - -, CONSTRAINT FK_civicrm_status_pref_domain_id FOREIGN KEY (`domain_id`) REFERENCES `civicrm_domain`(`id`) -) ENGINE=InnoDB DEFAULT CHARACTER SET utf8 COLLATE utf8_unicode_ci ; - --- CRM-17005 -UPDATE civicrm_country SET name = 'PALESTINIAN TERRITORY' WHERE name = 'PALESTINIAN TERRITORY, OCCUPIED'; - --- CRM-17145 update Activity detail data type -ALTER TABLE `civicrm_activity` CHANGE `details` `details` LONGTEXT CHARACTER SET utf8 COLLATE utf8_unicode_ci NULL DEFAULT NULL COMMENT 'Details about the activity (agenda, notes, etc).'; - --- CRM-17136 Added Punjab Province for Pakistan -INSERT IGNORE INTO civicrm_state_province (id, country_id, abbreviation, name) VALUES -(NULL, 1163, "PB", "Punjab"); - --- CRM-16195: Move relative date filters from code to database -INSERT INTO - `civicrm_option_group` (`name`, {localize field='title'}`title`{/localize}, `is_reserved`, `is_active`, `is_locked`) - VALUES - ('relative_date_filters' , {localize}'{ts escape="sql"}Relative Date Filters{/ts}'{/localize} , 1, 1, 0); - -SELECT @option_group_id_date_filter := max(id) from civicrm_option_group where name = 'relative_date_filters'; - -INSERT INTO - `civicrm_option_value` (`option_group_id`, {localize field='label'}`label`{/localize}, `value`, `name`, `grouping`, `filter`, `is_default`, `weight`, `is_optgroup`, `is_reserved`, `is_active`, `component_id`, `visibility_id`) - VALUES - (@option_group_id_date_filter, {localize}'{ts escape="sql"}Today{/ts}'{/localize}, 'this.day', 'this.day', NULL, NULL, NULL,1, 0, 0, 1, NULL, NULL), - (@option_group_id_date_filter, {localize}'{ts escape="sql"}This week{/ts}'{/localize}, 'this.week', 'this.week', NULL, NULL, NULL,2, 0, 0, 1, NULL, NULL), - (@option_group_id_date_filter, {localize}'{ts escape="sql"}This calendar month{/ts}'{/localize}, 'this.month', 'this.month', NULL, NULL, NULL,3, 0, 0, 1, NULL, NULL), - (@option_group_id_date_filter, {localize}'{ts escape="sql"}This quarter{/ts}'{/localize}, 'this.quarter', 'this.quarter', NULL, NULL, NULL,4, 0, 0, 1, NULL, NULL), - (@option_group_id_date_filter, {localize}'{ts escape="sql"}This fiscal year{/ts}'{/localize}, 'this.fiscal_year', 'this.fiscal_year', NULL, NULL, NULL,5, 0, 0, 1, NULL, NULL), - (@option_group_id_date_filter, {localize}'{ts escape="sql"}This calendar year{/ts}'{/localize}, 'this.year', 'this.year', NULL, NULL, NULL,6, 0, 0, 1, NULL, NULL), - (@option_group_id_date_filter, {localize}'{ts escape="sql"}Yesterday{/ts}'{/localize}, 'previous.day', 'previous.day', NULL, NULL, NULL,7, 0, 0, 1, NULL, NULL), - (@option_group_id_date_filter, {localize}'{ts escape="sql"}Previous week{/ts}'{/localize}, 'previous.week', 'previous.week', NULL, NULL, NULL,8, 0, 0, 1, NULL, NULL), - (@option_group_id_date_filter, {localize}'{ts escape="sql"}Previous calendar month{/ts}'{/localize}, 'previous.month', 'previous.month', NULL, NULL, NULL,9, 0, 0, 1, NULL, NULL), - (@option_group_id_date_filter, {localize}'{ts escape="sql"}Previous quarter{/ts}'{/localize}, 'previous.quarter', 'previous.quarter', NULL, NULL, NULL,10, 0, 0, 1, NULL, NULL), - (@option_group_id_date_filter, {localize}'{ts escape="sql"}Previous fiscal year{/ts}'{/localize}, 'previous.fiscal_year', 'previous.fiscal_year', NULL, NULL, NULL,11, 0, 0, 1, NULL, NULL), - (@option_group_id_date_filter, {localize}'{ts escape="sql"}Previous calendar year{/ts}'{/localize}, 'previous.year', 'previous.year', NULL, NULL, NULL,12, 0, 0, 1, NULL, NULL), - (@option_group_id_date_filter, {localize}'{ts escape="sql"}Last 7 days including today{/ts}'{/localize}, 'ending.week', 'ending.week', NULL, NULL, NULL,13, 0, 0, 1, NULL, NULL), - (@option_group_id_date_filter, {localize}'{ts escape="sql"}Last 30 days including today{/ts}'{/localize}, 'ending.month', 'ending.month', NULL, NULL, NULL,14, 0, 0, 1, NULL, NULL), - (@option_group_id_date_filter, {localize}'{ts escape="sql"}Last 60 days including today{/ts}'{/localize}, 'ending_2.month', 'ending_2.month', NULL, NULL, NULL,15, 0, 0, 1, NULL, NULL), - (@option_group_id_date_filter, {localize}'{ts escape="sql"}Last 90 days including today{/ts}'{/localize}, 'ending.quarter', 'ending.quarter', NULL, NULL, NULL,16, 0, 0, 1, NULL, NULL), - (@option_group_id_date_filter, {localize}'{ts escape="sql"}Last 12 months including today{/ts}'{/localize}, 'ending.year', 'ending.year', NULL, NULL, NULL,17, 0, 0, 1, NULL, NULL), - (@option_group_id_date_filter, {localize}'{ts escape="sql"}Last 2 years including today{/ts}'{/localize}, 'ending_2.year', 'ending_2.year', NULL, NULL, NULL,18, 0, 0, 1, NULL, NULL), - (@option_group_id_date_filter, {localize}'{ts escape="sql"}Last 3 years including today{/ts}'{/localize}, 'ending_3.year', 'ending_3.year', NULL, NULL, NULL,19, 0, 0, 1, NULL, NULL), - (@option_group_id_date_filter, {localize}'{ts escape="sql"}Tomorrow{/ts}'{/localize}, 'starting.day', 'starting.day', NULL, NULL, NULL,20, 0, 0, 1, NULL, NULL), - (@option_group_id_date_filter, {localize}'{ts escape="sql"}Next week{/ts}'{/localize}, 'next.week', 'next.week', NULL, NULL, NULL,21, 0, 0, 1, NULL, NULL), - (@option_group_id_date_filter, {localize}'{ts escape="sql"}Next calendar month{/ts}'{/localize}, 'next.month', 'next.month', NULL, NULL, NULL,22, 0, 0, 1, NULL, NULL), - (@option_group_id_date_filter, {localize}'{ts escape="sql"}Next quarter{/ts}'{/localize}, 'next.quarter', 'next.quarter', NULL, NULL, NULL,23, 0, 0, 1, NULL, NULL), - (@option_group_id_date_filter, {localize}'{ts escape="sql"}Next fiscal year{/ts}'{/localize}, 'next.fiscal_year', 'next.fiscal_year', NULL, NULL, NULL,24, 0, 0, 1, NULL, NULL), - (@option_group_id_date_filter, {localize}'{ts escape="sql"}Next calendar year{/ts}'{/localize}, 'next.year', 'next.year', NULL, NULL, NULL,25, 0, 0, 1, NULL, NULL), - (@option_group_id_date_filter, {localize}'{ts escape="sql"}Next 7 days including today{/ts}'{/localize}, 'starting.week', 'starting.week', NULL, NULL, NULL,26, 0, 0, 1, NULL, NULL), - (@option_group_id_date_filter, {localize}'{ts escape="sql"}Next 30 days including today{/ts}'{/localize}, 'starting.month', 'starting.month', NULL, NULL, NULL,27, 0, 0, 1, NULL, NULL), - (@option_group_id_date_filter, {localize}'{ts escape="sql"}Next 60 days including today{/ts}'{/localize}, 'starting_2.month', 'starting_2.month', NULL, NULL, NULL,28, 0, 0, 1, NULL, NULL), - (@option_group_id_date_filter, {localize}'{ts escape="sql"}Next 90 days including today{/ts}'{/localize}, 'starting.quarter', 'starting.quarter', NULL, NULL, NULL,29, 0, 0, 1, NULL, NULL), - (@option_group_id_date_filter, {localize}'{ts escape="sql"}Next 12 months including today{/ts}'{/localize}, 'starting.year', 'starting.year', NULL, NULL, NULL,30, 0, 0, 1, NULL, NULL), - (@option_group_id_date_filter, {localize}'{ts escape="sql"}Current week to-date{/ts}'{/localize}, 'current.week', 'current.week', NULL, NULL, NULL,31, 0, 0, 1, NULL, NULL), - (@option_group_id_date_filter, {localize}'{ts escape="sql"}Current calendar month to-date{/ts}'{/localize}, 'current.month', 'current.month', NULL, NULL, NULL,32, 0, 0, 1, NULL, NULL), - (@option_group_id_date_filter, {localize}'{ts escape="sql"}Current quarter to-date{/ts}'{/localize}, 'current.quarter', 'current.quarter', NULL, NULL, NULL,33, 0, 0, 1, NULL, NULL), - (@option_group_id_date_filter, {localize}'{ts escape="sql"}Current calendar year to-date{/ts}'{/localize}, 'current.year', 'current.year', NULL, NULL, NULL,34, 0, 0, 1, NULL, NULL), - (@option_group_id_date_filter, {localize}'{ts escape="sql"}To end of yesterday{/ts}'{/localize}, 'earlier.day', 'earlier.day', NULL, NULL, NULL,35, 0, 0, 1, NULL, NULL), - (@option_group_id_date_filter, {localize}'{ts escape="sql"}To end of previous week{/ts}'{/localize}, 'earlier.week', 'earlier.week', NULL, NULL, NULL,36, 0, 0, 1, NULL, NULL), - (@option_group_id_date_filter, {localize}'{ts escape="sql"}To end of previous calendar month{/ts}'{/localize}, 'earlier.month', 'earlier.month', NULL, NULL, NULL,37, 0, 0, 1, NULL, NULL), - (@option_group_id_date_filter, {localize}'{ts escape="sql"}To end of previous quarter{/ts}'{/localize}, 'earlier.quarter', 'earlier.quarter', NULL, NULL, NULL,38, 0, 0, 1, NULL, NULL), - (@option_group_id_date_filter, {localize}'{ts escape="sql"}To end of previous calendar year{/ts}'{/localize}, 'earlier.year', 'earlier.year', NULL, NULL, NULL,39, 0, 0, 1, NULL, NULL), - (@option_group_id_date_filter, {localize}'{ts escape="sql"}From start of current day{/ts}'{/localize}, 'greater.day', 'greater.day', NULL, NULL, NULL,40, 0, 0, 1, NULL, NULL), - (@option_group_id_date_filter, {localize}'{ts escape="sql"}From start of current week{/ts}'{/localize}, 'greater.week', 'greater.week', NULL, NULL, NULL,41, 0, 0, 1, NULL, NULL), - (@option_group_id_date_filter, {localize}'{ts escape="sql"}From start of current calendar month{/ts}'{/localize}, 'greater.month', 'greater.month', NULL, NULL, NULL,42, 0, 0, 1, NULL, NULL), - (@option_group_id_date_filter, {localize}'{ts escape="sql"}From start of current quarter{/ts}'{/localize}, 'greater.quarter', 'greater.quarter', NULL, NULL, NULL,43, 0, 0, 1, NULL, NULL), - (@option_group_id_date_filter, {localize}'{ts escape="sql"}From start of current calendar year{/ts}'{/localize}, 'greater.year', 'greater.year', NULL, NULL, NULL,44, 0, 0, 1, NULL, NULL), - (@option_group_id_date_filter, {localize}'{ts escape="sql"}To end of current week{/ts}'{/localize}, 'less.week', 'less.week', NULL, NULL, NULL,45, 0, 0, 1, NULL, NULL), - (@option_group_id_date_filter, {localize}'{ts escape="sql"}To end of current calendar month{/ts}'{/localize}, 'less.month', 'less.month', NULL, NULL, NULL,46, 0, 0, 1, NULL, NULL), - (@option_group_id_date_filter, {localize}'{ts escape="sql"}To end of current quarter{/ts}'{/localize}, 'less.quarter', 'less.quarter', NULL, NULL, NULL,47, 0, 0, 1, NULL, NULL), - (@option_group_id_date_filter, {localize}'{ts escape="sql"}To end of current calendar year{/ts}'{/localize}, 'less.year', 'less.year', NULL, NULL, NULL,48, 0, 0, 1, NULL, NULL), - (@option_group_id_date_filter, {localize}'{ts escape="sql"}Previous 2 days{/ts}'{/localize}, 'previous_2.day', 'previous_2.day', NULL, NULL, NULL,49, 0, 0, 1, NULL, NULL), - (@option_group_id_date_filter, {localize}'{ts escape="sql"}Previous 2 weeks{/ts}'{/localize}, 'previous_2.week', 'previous_2.week', NULL, NULL, NULL,50, 0, 0, 1, NULL, NULL), - (@option_group_id_date_filter, {localize}'{ts escape="sql"}Previous 2 calendar months{/ts}'{/localize}, 'previous_2.month', 'previous_2.month', NULL, NULL, NULL,51, 0, 0, 1, NULL, NULL), - (@option_group_id_date_filter, {localize}'{ts escape="sql"}Previous 2 quarters{/ts}'{/localize}, 'previous_2.quarter', 'previous_2.quarter', NULL, NULL, NULL,52, 0, 0, 1, NULL, NULL), - (@option_group_id_date_filter, {localize}'{ts escape="sql"}Previous 2 calendar years{/ts}'{/localize}, 'previous_2.year', 'previous_2.year', NULL, NULL, NULL,53, 0, 0, 1, NULL, NULL), - (@option_group_id_date_filter, {localize}'{ts escape="sql"}Day prior to yesterday{/ts}'{/localize}, 'previous_before.day', 'previous_before.day', NULL, NULL, NULL,54, 0, 0, 1, NULL, NULL), - (@option_group_id_date_filter, {localize}'{ts escape="sql"}Week prior to previous week{/ts}'{/localize}, 'previous_before.week', 'previous_before.week', NULL, NULL, NULL,55, 0, 0, 1, NULL, NULL), - (@option_group_id_date_filter, {localize}'{ts escape="sql"}Month prior to previous calendar month{/ts}'{/localize}, 'previous_before.month', 'previous_before.month', NULL, NULL, NULL,56, 0, 0, 1, NULL, NULL), - (@option_group_id_date_filter, {localize}'{ts escape="sql"}Quarter prior to previous quarter{/ts}'{/localize}, 'previous_before.quarter', 'previous_before.quarter', NULL, NULL, NULL,57, 0, 0, 1, NULL, NULL), - (@option_group_id_date_filter, {localize}'{ts escape="sql"}Year prior to previous calendar year{/ts}'{/localize}, 'previous_before.year', 'previous_before.year', NULL, NULL, NULL,58, 0, 0, 1, NULL, NULL), - (@option_group_id_date_filter, {localize}'{ts escape="sql"}From end of previous week{/ts}'{/localize}, 'greater_previous.week', 'greater_previous.week', NULL, NULL, NULL,59, 0, 0, 1, NULL, NULL), - (@option_group_id_date_filter, {localize}'{ts escape="sql"}From end of previous calendar month{/ts}'{/localize}, 'greater_previous.month', 'greater_previous.month', NULL, NULL, NULL,60, 0, 0, 1, NULL, NULL), - (@option_group_id_date_filter, {localize}'{ts escape="sql"}From end of previous quarter{/ts}'{/localize}, 'greater_previous.quarter', 'greater_previous.quarter', NULL, NULL, NULL,61, 0, 0, 1, NULL, NULL), - (@option_group_id_date_filter, {localize}'{ts escape="sql"}From end of previous calendar year{/ts}'{/localize}, 'greater_previous.year', 'greater_previous.year', NULL, NULL, NULL,62, 0, 0, 1, NULL, NULL); - --- CRM-16873 -{if $multilingual} - {foreach from=$locales item=loc} - ALTER TABLE civicrm_contribution_page DROP for_organization_{$loc}; - {/foreach} -{else} - ALTER TABLE civicrm_contribution_page DROP for_organization; -{/if} -ALTER TABLE civicrm_contribution_page DROP is_for_organization; diff --git a/civicrm/CRM/Upgrade/Incremental/sql/4.7.alpha2.mysql.tpl b/civicrm/CRM/Upgrade/Incremental/sql/4.7.alpha2.mysql.tpl deleted file mode 100644 index 94ad4cc155..0000000000 --- a/civicrm/CRM/Upgrade/Incremental/sql/4.7.alpha2.mysql.tpl +++ /dev/null @@ -1,25 +0,0 @@ -{* file to handle db changes in 4.7.alpha2 during upgrade *} - --- CRM-17221 -UPDATE civicrm_state_province SET name = 'Phuket' WHERE name = 'Phaket'; - --- Modify Instance for Soft Credit Reports - CRM-17169 -UPDATE civicrm_report_instance -SET form_values = '{literal}a:23:{s:6:"fields";a:5:{s:21:"display_name_creditor";s:1:"1";s:24:"display_name_constituent";s:1:"1";s:14:"email_creditor";s:1:"1";s:14:"phone_creditor";s:1:"1";s:6:"amount";s:1:"1";}s:5:"id_op";s:2:"in";s:8:"id_value";a:0:{}s:21:"receive_date_relative";s:1:"0";s:17:"receive_date_from";s:0:"";s:15:"receive_date_to";s:0:"";s:25:"contribution_status_id_op";s:2:"in";s:28:"contribution_status_id_value";a:1:{i:0;s:1:"1";}s:10:"amount_min";s:0:"";s:10:"amount_max";s:0:"";s:9:"amount_op";s:3:"lte";s:12:"amount_value";s:0:"";s:6:"gid_op";s:2:"in";s:9:"gid_value";a:0:{}s:8:"tagid_op";s:2:"in";s:11:"tagid_value";a:0:{}s:11:"description";s:20:"Soft Credit details.";s:13:"email_subject";s:0:"";s:8:"email_to";s:0:"";s:8:"email_cc";s:0:"";s:10:"permission";s:21:"access CiviContribute";s:6:"groups";s:0:"";s:9:"domain_id";i:1;}{/literal}' -WHERE report_id = 'contribute/softcredit'; - --- CRM-17302 -SELECT @option_group_id_act := max(id) from civicrm_option_group where name = 'activity_type'; -SELECT @CompId := MAX(id) FROM civicrm_component where name = 'CiviContribute'; - -UPDATE civicrm_option_value -SET component_id = @CompId -WHERE (name = 'Cancel Recurring Contribution' OR name = 'Update Recurring Contribution Billing Details' OR name = 'Update Recurring Contribution') AND option_group_id = @option_group_id_act; - --- CRM-17184 -INSERT INTO `civicrm_state_province` -(`name`, `abbreviation`, `country_id`) -VALUES -('La Libertad', 'LI', 1066), -('La Paz', 'PA', 1066), -('La Union','UN', 1066); diff --git a/civicrm/CRM/Upgrade/Incremental/sql/4.7.alpha3.mysql.tpl b/civicrm/CRM/Upgrade/Incremental/sql/4.7.alpha3.mysql.tpl deleted file mode 100644 index aba608aa7f..0000000000 --- a/civicrm/CRM/Upgrade/Incremental/sql/4.7.alpha3.mysql.tpl +++ /dev/null @@ -1,6 +0,0 @@ -{* file to handle db changes in 4.7.alpha3 during upgrade *} --- CRM-17309 -INSERT INTO civicrm_mailing_bounce_pattern -(bounce_type_id,pattern) -VALUES -(3,'Unable to resolve MX record for'); diff --git a/civicrm/CRM/Upgrade/Incremental/sql/4.7.alpha4.mysql.tpl b/civicrm/CRM/Upgrade/Incremental/sql/4.7.alpha4.mysql.tpl deleted file mode 100644 index 45d45f3484..0000000000 --- a/civicrm/CRM/Upgrade/Incremental/sql/4.7.alpha4.mysql.tpl +++ /dev/null @@ -1 +0,0 @@ -{* file to handle db changes in 4.7.alpha4 during upgrade *} diff --git a/civicrm/CRM/Upgrade/Incremental/sql/4.7.alpha5.mysql.tpl b/civicrm/CRM/Upgrade/Incremental/sql/4.7.alpha5.mysql.tpl deleted file mode 100644 index ccaf1835c2..0000000000 --- a/civicrm/CRM/Upgrade/Incremental/sql/4.7.alpha5.mysql.tpl +++ /dev/null @@ -1 +0,0 @@ -{* file to handle db changes in 4.7.alpha5 during upgrade *} diff --git a/civicrm/CRM/Upgrade/Incremental/sql/4.7.beta1.mysql.tpl b/civicrm/CRM/Upgrade/Incremental/sql/4.7.beta1.mysql.tpl deleted file mode 100644 index 1f3d76106b..0000000000 --- a/civicrm/CRM/Upgrade/Incremental/sql/4.7.beta1.mysql.tpl +++ /dev/null @@ -1,49 +0,0 @@ -{* file to handle db changes in 4.7.beta1 during upgrade *} - --- CRM-16901 Recurring contributions summary report template -SELECT @option_group_id_report := max(id) from civicrm_option_group where name = 'report_template'; -SELECT @contributeCompId := max(id) FROM civicrm_component where name = 'CiviContribute'; -INSERT INTO - civicrm_option_value (`option_group_id`, {localize field='label'}label{/localize}, `value`, `name`, `grouping`, `filter`, `is_default`, `weight`, {localize field='description'}description{/localize}, `is_optgroup`, `is_reserved`, `is_active`, `component_id`, `visibility_id`) -VALUES - (@option_group_id_report, {localize}'{ts escape="sql"}Recurring Contributions Summary{/ts}'{/localize}, 'contribute/recursummary', 'CRM_Report_Form_Contribute_RecurSummary', NULL, 0, NULL, 49, {localize}'{ts escape="sql"}Provides simple summary for each payment instrument for which there are recurring contributions (e.g. Credit Card, Standing Order, Direct Debit etc.), showing within a given date range.{/ts}'{/localize}, 0, 0, 1, @contributeCompId, NULL); - -SELECT @parent_id := id from civicrm_navigation where name = 'Administration Console' AND domain_id = {$domainID}; -INSERT INTO civicrm_navigation -( domain_id, url, label, name, permission, permission_operator, parent_id, is_active, has_separator, weight ) -VALUES -( {$domainID}, 'civicrm/a/#/status', '{ts escape="sql" skip="true"}System Status{/ts}', 'System Status', 'administer CiviCRM', '', @parent_id, '1', NULL, 0 ); - -UPDATE civicrm_contact SET is_deceased = 0 WHERE is_deceased IS NULL; - --- CRM-16597 -UPDATE civicrm_option_value SET {localize field="label"}label = '{ts escape="sql"}Pledge Detail Report{/ts}'{/localize}, {localize field="description"}description = '{ts escape="sql"}List of pledges including amount pledged, pledge status, next payment date, balance due, total amount paid etc.{/ts}'{/localize} WHERE option_group_id = @option_group_id_report AND name = 'CRM_Report_Form_Pledge_Detail'; - -UPDATE civicrm_option_value SET {localize field="description"}description = '{ts escape="sql"}Groups and totals pledges by criteria including contact, time period, pledge status, location, etc.{/ts}'{/localize} WHERE option_group_id = @option_group_id_report AND name = 'CRM_Report_Form_Pledge_Summary'; - -UPDATE civicrm_report_instance SET title = '{ts escape="sql"}Pledge Detail{/ts}', description = '{ts escape="sql"}List of pledges including amount pledged, pledge status, next payment date, balance due, total amount paid etc.{/ts}' WHERE report_id = 'pledge/detail'; - --- CRM-17503 PayPal Express processor type can support recurring payments -UPDATE civicrm_payment_processor_type pp -LEFT JOIN civicrm_payment_processor p ON p.payment_processor_type_id = pp.id -SET pp.is_recur = 1, p.is_recur = 1 -WHERE pp.name='PayPal_Express'; - -UPDATE civicrm_preferences_date SET description = '{ts escape="sql"}Used in search forms and for relationships.{/ts}' -WHERE name = 'searchDate'; - ---CRM-16761 Self service cancel or transfer for events -ALTER TABLE civicrm_event - ADD COLUMN selfcancelxfer_time INT(10) unsigned DEFAULT 0 COMMENT 'Number of hours prior to event start date to allow self-service cancellation or transfer.', - ADD COLUMN allow_selfcancelxfer TINYINT(4) DEFAULT '0' COMMENT 'Allow self service cancellation or transfer for event?'; -ALTER TABLE civicrm_participant - ADD COLUMN transferred_to_contact_id INT(10) unsigned DEFAULT NULL COMMENT 'Contact to which the event registration is transferred', - ADD CONSTRAINT `FK_civicrm_participant_transferred_to_contact_id` FOREIGN KEY (`transferred_to_contact_id`) REFERENCES `civicrm_contact` (`id`) ON DELETE SET NULL; - -INSERT INTO civicrm_participant_status_type(name, {localize field='label'}label{/localize}, class, is_reserved, is_active, is_counted, weight, visibility_id) -VALUES ('Transferred', {localize}'{ts escape="sql"}Transferred{/ts}'{/localize}, 'Negative', 1, 1, 0, 16, 2); - -{include file='../CRM/Upgrade/4.7.beta1.msg_template/civicrm_msg_template.tpl'} - --- CRM-16259 Added is_payment flag -ALTER TABLE civicrm_financial_trxn ADD COLUMN is_payment tinyint(4) DEFAULT '0' COMMENT 'Is this entry either a payment or a reversal of a payment?'; diff --git a/civicrm/CRM/Upgrade/Incremental/sql/4.7.beta2.mysql.tpl b/civicrm/CRM/Upgrade/Incremental/sql/4.7.beta2.mysql.tpl deleted file mode 100644 index 979864fc48..0000000000 --- a/civicrm/CRM/Upgrade/Incremental/sql/4.7.beta2.mysql.tpl +++ /dev/null @@ -1,23 +0,0 @@ -{* file to handle db changes in 4.7.beta2 during upgrade *} - --- CRM-17404 NULL values in 'do_not_*' fields if blank in contact:create API -UPDATE civicrm_contact SET do_not_email = 0 WHERE do_not_email IS NULL; -UPDATE civicrm_contact SET do_not_phone = 0 WHERE do_not_phone IS NULL; -UPDATE civicrm_contact SET do_not_mail = 0 WHERE do_not_mail IS NULL; -UPDATE civicrm_contact SET do_not_sms = 0 WHERE do_not_sms IS NULL; -UPDATE civicrm_contact SET do_not_trade = 0 WHERE do_not_trade IS NULL; -ALTER TABLE civicrm_contact ALTER COLUMN do_not_email SET DEFAULT 0; -ALTER TABLE civicrm_contact ALTER COLUMN do_not_phone SET DEFAULT 0; -ALTER TABLE civicrm_contact ALTER COLUMN do_not_mail SET DEFAULT 0; -ALTER TABLE civicrm_contact ALTER COLUMN do_not_sms SET DEFAULT 0; -ALTER TABLE civicrm_contact ALTER COLUMN do_not_trade SET DEFAULT 0; - --- CRM-17147 People with empty deceased-flag ('is null') get removed from recipient list of a mailing -UPDATE civicrm_contact SET is_deceased = 0 WHERE is_deceased IS NULL; -ALTER TABLE civicrm_contact ALTER COLUMN is_deceased SET DEFAULT 0; - --- CRM-17637 -INSERT INTO `civicrm_job` -( domain_id, run_frequency, last_run, name, description, api_entity, api_action, parameters, is_active ) -VALUES -( {$domainID}, 'Daily' , NULL, '{ts escape="sql" skip="true"}CiviCRM Update Check{/ts}', '{ts escape="sql" skip="true"}Checks for CiviCRM version updates. Important for keeping the database secure. Also sends anonymous usage statistics to civicrm.org to to assist in prioritizing ongoing development efforts.{/ts}', 'job', 'version_check', NULL, 1); diff --git a/civicrm/CRM/Upgrade/Incremental/sql/4.7.beta3.mysql.tpl b/civicrm/CRM/Upgrade/Incremental/sql/4.7.beta3.mysql.tpl deleted file mode 100644 index a2ca323fa4..0000000000 --- a/civicrm/CRM/Upgrade/Incremental/sql/4.7.beta3.mysql.tpl +++ /dev/null @@ -1,8 +0,0 @@ -{* file to handle db changes in 4.7.beta3 during upgrade *} - --- CRM-17660 Add missing Cameroon Provinces and add missing Indian province. -INSERT INTO civicrm_state_province (country_id, abbreviation, name) VALUES -(1038, "LT", "Littoral"), -(1038, "NW", "Nord-Ouest"), -(1101, "TG", "Telangana"); - diff --git a/civicrm/CRM/Upgrade/Incremental/sql/4.7.beta4.mysql.tpl b/civicrm/CRM/Upgrade/Incremental/sql/4.7.beta4.mysql.tpl deleted file mode 100644 index 04b977cd4a..0000000000 --- a/civicrm/CRM/Upgrade/Incremental/sql/4.7.beta4.mysql.tpl +++ /dev/null @@ -1,8 +0,0 @@ -{* file to handle db changes in 4.7.beta4 during upgrade *} - --- Add flag for existing payments - -UPDATE civicrm_financial_trxn ft INNER JOIN - (SELECT financial_account_id FROM civicrm_entity_financial_account efa INNER JOIN civicrm_option_value v ON efa.account_relationship = v.value AND v.name = 'Asset Account is' - INNER JOIN civicrm_option_group g ON v.option_group_id = g.id WHERE g.name = 'account_relationship' GROUP BY financial_account_id) - AS asset_fa ON ft.to_financial_account_id = asset_fa.financial_account_id SET ft.is_payment = TRUE; diff --git a/civicrm/CRM/Upgrade/Incremental/sql/4.7.beta5.mysql.tpl b/civicrm/CRM/Upgrade/Incremental/sql/4.7.beta5.mysql.tpl deleted file mode 100644 index a97a616157..0000000000 --- a/civicrm/CRM/Upgrade/Incremental/sql/4.7.beta5.mysql.tpl +++ /dev/null @@ -1 +0,0 @@ -{* file to handle db changes in 4.7.beta5 during upgrade *} diff --git a/civicrm/CRM/Upgrade/Incremental/sql/4.7.beta6.mysql.tpl b/civicrm/CRM/Upgrade/Incremental/sql/4.7.beta6.mysql.tpl deleted file mode 100644 index 16ff252ea7..0000000000 --- a/civicrm/CRM/Upgrade/Incremental/sql/4.7.beta6.mysql.tpl +++ /dev/null @@ -1,18 +0,0 @@ -{* file to handle db changes in 4.7.beta6 during upgrade *} - --- CRM-17686 -ALTER TABLE `civicrm_job` -ADD COLUMN `scheduled_run_date` timestamp NULL DEFAULT NULL COMMENT 'When is this cron entry scheduled to run' AFTER `last_run`; - --- CRM-17745: Make maximum additional participants configurable -ALTER TABLE civicrm_event -ADD COLUMN max_additional_participants int(10) unsigned -DEFAULT 0 -COMMENT 'Maximum number of additional participants that can be registered on a single booking' -AFTER is_multiple_registrations; -UPDATE civicrm_event -SET max_additional_participants = 9 -WHERE is_multiple_registrations = 1; - -SELECT @domainID := min(id) FROM civicrm_domain; -INSERT INTO civicrm_setting(name, value, domain_id, is_domain) values ('installed', 'i:1;', @domainID, 1); diff --git a/civicrm/CRM/Upgrade/Incremental/sql/4.7.beta7.mysql.tpl b/civicrm/CRM/Upgrade/Incremental/sql/4.7.beta7.mysql.tpl deleted file mode 100644 index f9bc4bc907..0000000000 --- a/civicrm/CRM/Upgrade/Incremental/sql/4.7.beta7.mysql.tpl +++ /dev/null @@ -1,7 +0,0 @@ -{* file to handle db changes in 4.7.beta7 during upgrade *} - --- CRM-17800 -INSERT INTO civicrm_state_province (id, country_id, abbreviation, name) VALUES (NULL, 1187, "04", "Ash Sharqiyah"); -UPDATE civicrm_state_province SET name = 'Al Bahah' WHERE name = 'Al Batah'; -UPDATE civicrm_state_province SET name = 'Al Hudud Ash Shamaliyah' WHERE name = 'Al H,udd ash Shamallyah'; - diff --git a/civicrm/CRM/Upgrade/Incremental/sql/4.7.beta8.mysql.tpl b/civicrm/CRM/Upgrade/Incremental/sql/4.7.beta8.mysql.tpl deleted file mode 100644 index e62327848d..0000000000 --- a/civicrm/CRM/Upgrade/Incremental/sql/4.7.beta8.mysql.tpl +++ /dev/null @@ -1,12 +0,0 @@ -{* file to handle db changes in 4.7.beta8 during upgrade *} - --- CRM-17552 -UPDATE civicrm_membership_block cmb JOIN civicrm_price_set_entity cpse ON cmb.entity_table = cpse.entity_table AND cmb.entity_id = cpse.entity_id JOIN civicrm_price_set cps ON cpse.price_set_id = cps.id SET cmb.is_required = 1 WHERE cmb.entity_table = 'civicrm_contribution_page' AND cps.is_quick_config = 0; - --- CRM-17429 - Old contributions may be using this payment processor type, so we'll disable rather than delete it for existing installs: -UPDATE civicrm_payment_processor_type SET is_active = 0 WHERE name = 'Google_Checkout'; -UPDATE civicrm_payment_processor pp, civicrm_payment_processor_type ppt SET pp.is_active = 0 WHERE pp.payment_processor_type_id = ppt.id AND ppt.name = 'Google_Checkout'; - --- CRM-17815 -{include file='../CRM/Upgrade/4.7.beta8.msg_template/civicrm_msg_template.tpl'} - diff --git a/civicrm/CRM/Upgrade/Incremental/sql/5.56.alpha1.mysql.tpl b/civicrm/CRM/Upgrade/Incremental/sql/5.56.alpha1.mysql.tpl index 4fc320d501..bb201441f6 100644 --- a/civicrm/CRM/Upgrade/Incremental/sql/5.56.alpha1.mysql.tpl +++ b/civicrm/CRM/Upgrade/Incremental/sql/5.56.alpha1.mysql.tpl @@ -46,4 +46,4 @@ UPDATE civicrm_preferences_date SET description = '{ts escape="sql"}Date for rel UPDATE civicrm_preferences_date SET description = '{ts escape="sql"}Used in search forms.{/ts}' WHERE civicrm_preferences_date.name = 'searchDate'; -- dev/core#3926 Need to increase data size for 'url' column on 'civicrm_website' table -ALTER TABLE civicrm_website CHANGE url url VARCHAR( 255 ); \ No newline at end of file +ALTER TABLE civicrm_website CHANGE url url VARCHAR( 255 ); diff --git a/civicrm/CRM/Upgrade/Incremental/sql/5.62.alpha1.mysql.tpl b/civicrm/CRM/Upgrade/Incremental/sql/5.62.alpha1.mysql.tpl new file mode 100644 index 0000000000..9981a2bae8 --- /dev/null +++ b/civicrm/CRM/Upgrade/Incremental/sql/5.62.alpha1.mysql.tpl @@ -0,0 +1,11 @@ +{* file to handle db changes in 5.62.alpha1 during upgrade *} + +-- Ensure all PriceSet.extends values are properly serialized +UPDATE `civicrm_price_set` SET `extends` = CONCAT("", `extends`, "") +WHERE `extends` IS NOT NULL AND `extends` != '' AND `extends` NOT LIKE "%"; + +{* https://github.com/civicrm/civicrm-core/pull/26055 *} +UPDATE civicrm_mapping SET name = CONCAT('mapping_', id) WHERE name IS NULL; +UPDATE civicrm_mapping m1, civicrm_mapping m2 +SET m2.name = CONCAT(m2.name, '_', m2.id) +WHERE m2.name = m1.name AND m2.id > m1.id; diff --git a/civicrm/CRM/Utils/API/HTMLInputCoder.php b/civicrm/CRM/Utils/API/HTMLInputCoder.php index 55dfffdd8e..8e8dca79c1 100644 --- a/civicrm/CRM/Utils/API/HTMLInputCoder.php +++ b/civicrm/CRM/Utils/API/HTMLInputCoder.php @@ -115,6 +115,8 @@ class CRM_Utils_API_HTMLInputCoder extends CRM_Utils_API_AbstractFieldCoder { 'settings', // SearchSegment items 'items', + // Survey entity + 'instructions', ]; $custom = CRM_Core_DAO::executeQuery('SELECT id FROM civicrm_custom_field WHERE html_type = "RichTextEditor"'); while ($custom->fetch()) { diff --git a/civicrm/CRM/Utils/Address.php b/civicrm/CRM/Utils/Address.php index f50ea79949..5436f0534d 100644 --- a/civicrm/CRM/Utils/Address.php +++ b/civicrm/CRM/Utils/Address.php @@ -136,7 +136,6 @@ class CRM_Utils_Address { 'contact.birth_date' => $fields['birth_date'] ?? NULL, 'contact.gender' => $fields['gender'] ?? NULL, 'contact.is_opt_out' => $fields['is_opt_out'] ?? NULL, - 'contact.preferred_mail_format' => $fields['preferred_mail_format'] ?? NULL, 'contact.phone' => $fields['phone'] ?? NULL, 'contact.home_URL' => $fields['home_URL'] ?? NULL, 'contact.contact_source' => $fields['contact_source'] ?? NULL, @@ -377,7 +376,6 @@ class CRM_Utils_Address { 'contact.birth_date' => $fields['birth_date'] ?? NULL, 'contact.gender' => $fields['gender'] ?? NULL, 'contact.is_opt_out' => $fields['is_opt_out'] ?? NULL, - 'contact.preferred_mail_format' => $fields['preferred_mail_format'] ?? NULL, 'contact.phone' => $fields['phone'] ?? NULL, 'contact.home_URL' => $fields['home_URL'] ?? NULL, 'contact.contact_source' => $fields['contact_source'] ?? NULL, diff --git a/civicrm/CRM/Utils/Cache.php b/civicrm/CRM/Utils/Cache.php index 1497d323d9..c35c23fe7d 100644 --- a/civicrm/CRM/Utils/Cache.php +++ b/civicrm/CRM/Utils/Cache.php @@ -124,6 +124,7 @@ class CRM_Utils_Cache { break; case 'APCcache': + case 'APCucache': $defaults = []; if (defined('CIVICRM_DB_CACHE_TIMEOUT')) { $defaults['timeout'] = CIVICRM_DB_CACHE_TIMEOUT; diff --git a/civicrm/CRM/Utils/Cache/APCcache.php b/civicrm/CRM/Utils/Cache/APCcache.php index 74a89c5328..fa98b0b3f6 100644 --- a/civicrm/CRM/Utils/Cache/APCcache.php +++ b/civicrm/CRM/Utils/Cache/APCcache.php @@ -34,8 +34,8 @@ class CRM_Utils_Cache_APCcache implements CRM_Utils_Cache_Interface { /** * The prefix prepended to cache keys. * - * If we are using the same memcache instance for multiple CiviCRM - * installs, we must have a unique prefix for each install to prevent + * If we are using the same instance for multiple CiviCRM installs, + * we must have a unique prefix for each install to prevent * the keys from clobbering each other. * * @var string diff --git a/civicrm/CRM/Utils/Cache/APCucache.php b/civicrm/CRM/Utils/Cache/APCucache.php new file mode 100644 index 0000000000..af91bfb6a6 --- /dev/null +++ b/civicrm/CRM/Utils/Cache/APCucache.php @@ -0,0 +1,135 @@ +<?php +/* + +--------------------------------------------------------------------+ + | Copyright CiviCRM LLC. All rights reserved. | + | | + | This work is published under the GNU AGPLv3 license with some | + | permitted exceptions and without any warranty. For full license | + | and copyright information, see https://civicrm.org/licensing | + +--------------------------------------------------------------------+ + */ + +/** + * + * @package CRM + * @copyright CiviCRM LLC https://civicrm.org/licensing + */ +class CRM_Utils_Cache_APCucache implements CRM_Utils_Cache_Interface { + + // TODO Consider native implementation. + use CRM_Utils_Cache_NaiveMultipleTrait; + // TODO Native implementation + use CRM_Utils_Cache_NaiveHasTrait; + + const DEFAULT_TIMEOUT = 3600; + const DEFAULT_PREFIX = ''; + + /** + * The default timeout to use. + * + * @var int + */ + protected $_timeout = self::DEFAULT_TIMEOUT; + + /** + * The prefix prepended to cache keys. + * + * If we are using the same instance for multiple CiviCRM installs, + * we must have a unique prefix for each install to prevent + * the keys from clobbering each other. + * + * @var string + */ + protected $_prefix = self::DEFAULT_PREFIX; + + /** + * Constructor. + * + * @param array $config + * An array of configuration params. + * + * @return \CRM_Utils_Cache_APCucache + */ + public function __construct(&$config) { + if (isset($config['timeout'])) { + $this->_timeout = intval($config['timeout']); + } + if (isset($config['prefix'])) { + $this->_prefix = $config['prefix']; + } + } + + /** + * @param $key + * @param $value + * @param null|int|\DateInterval $ttl + * + * @return bool + */ + public function set($key, $value, $ttl = NULL) { + CRM_Utils_Cache::assertValidKey($key); + if (is_int($ttl) && $ttl <= 0) { + return $this->delete($key); + } + + $ttl = CRM_Utils_Date::convertCacheTtl($ttl, $this->_timeout); + $expires = time() + $ttl; + if (!apcu_store($this->_prefix . $key, ['e' => $expires, 'v' => $value], $ttl)) { + return FALSE; + } + return TRUE; + } + + /** + * @param $key + * @param mixed $default + * + * @return mixed + */ + public function get($key, $default = NULL) { + CRM_Utils_Cache::assertValidKey($key); + $result = apcu_fetch($this->_prefix . $key, $success); + if ($success && isset($result['e']) && $result['e'] > time()) { + return $this->reobjectify($result['v']); + } + return $default; + } + + /** + * @param $key + * + * @return bool|string[] + */ + public function delete($key) { + CRM_Utils_Cache::assertValidKey($key); + apcu_delete($this->_prefix . $key); + return TRUE; + } + + public function flush() { + $allinfo = apcu_cache_info(); + $keys = $allinfo['cache_list']; + // Our keys follows this pattern: ([A-Za-z0-9_]+)?CRM_[A-Za-z0-9_]+ + $prefix = $this->_prefix; + // Get prefix length + $lp = strlen($prefix); + + foreach ($keys as $key) { + $name = $key['info']; + if ($prefix == substr($name, 0, $lp)) { + // Ours? + apcu_delete($name); + } + } + return TRUE; + } + + public function clear() { + return $this->flush(); + } + + private function reobjectify($value) { + return is_object($value) ? unserialize(serialize($value)) : $value; + } + +} diff --git a/civicrm/CRM/Utils/Hook.php b/civicrm/CRM/Utils/Hook.php index b15ff620c7..9119a0810b 100644 --- a/civicrm/CRM/Utils/Hook.php +++ b/civicrm/CRM/Utils/Hook.php @@ -589,19 +589,22 @@ abstract class CRM_Utils_Hook { } /** - * This hook is called when composing the ACL where clause to restrict - * visibility of contacts to the logged in user + * Called when restricting access to contact-groups or custom_field-groups or profile-groups. + * + * Hook subscribers should alter the array of $currentGroups by reference. * * @param int $type - * The type of permission needed. + * Action type being performed e.g. CRM_ACL_API::VIEW or CRM_ACL_API::EDIT * @param int $contactID - * The contactID for whom the check is made. + * User contactID for whom the check is made. * @param string $tableName - * The tableName which is being permissioned. + * Table name of group, e.g. `civicrm_uf_group` or `civicrm_custom_group`. + * Note: for some weird reason when this hook is called for contact groups, this + * value will be `civicrm_saved_search` instead of `civicrm_group` as you'd expect. * @param array $allGroups - * The set of all the objects for the above table. - * @param array $currentGroups - * The set of objects that are currently permissioned for this contact. + * All groups from the above table, keyed by id. + * @param int[] $currentGroups + * Ids of allowed groups (corresponding to array keys of $allGroups) to be altered by reference. * * @return null * the return value is ignored diff --git a/civicrm/CRM/Utils/Recent.php b/civicrm/CRM/Utils/Recent.php index d364387132..15e83b244f 100644 --- a/civicrm/CRM/Utils/Recent.php +++ b/civicrm/CRM/Utils/Recent.php @@ -221,11 +221,42 @@ class CRM_Utils_Recent { } $paths = (array) CoreUtil::getInfoItem($entityType, 'paths'); if (!empty($paths[$action])) { - return CRM_Utils_System::url(str_replace('[id]', $entityId, $paths[$action])); + // Find tokens used in the path + $tokens = self::getTokens($paths[$action]) ?: ['id' => '[id]']; + // If the only token is id, no lookup needed + if ($tokens === ['id' => '[id]']) { + $record = ['id' => $entityId]; + } + else { + // Lookup values needed for tokens + $record = civicrm_api4($entityType, 'get', [ + 'checkPermissions' => FALSE, + 'select' => array_keys($tokens), + 'where' => [['id', '=', $entityId]], + ])->first() ?: []; + } + ksort($tokens); + ksort($record); + return CRM_Utils_System::url(str_replace($tokens, $record, $paths[$action])); } return NULL; } + /** + * Get a list of square-bracket tokens from a path string + * + * @param string $str + * @return array + */ + private static function getTokens($str):array { + $matches = $tokens = []; + preg_match_all('/\\[([^]]+)\\]/', $str, $matches); + foreach ($matches[1] as $match) { + $tokens[$match] = '[' . $match . ']'; + } + return $tokens; + } + /** * @param $entityType * @param $entityId diff --git a/civicrm/CRM/Utils/Rule.php b/civicrm/CRM/Utils/Rule.php index a396045737..28c563817a 100644 --- a/civicrm/CRM/Utils/Rule.php +++ b/civicrm/CRM/Utils/Rule.php @@ -878,12 +878,15 @@ class CRM_Utils_Rule { } /** + * @deprecated * @param mixed $value * @param mixed $actualElementValue * * @return bool */ public static function validContact($value, $actualElementValue = NULL) { + // @todo When this function is removed (deprecated April 2023), it should also be removed from CRM_Core_Form: https://github.com/civicrm/civicrm-core/blob/0148b09115eeb941cde8e9f6f9484d205750f144/CRM/Core/Form.php#L429 + CRM_Core_Error::deprecatedFunctionWarning('positiveInteger'); if ($actualElementValue) { $value = $actualElementValue; } diff --git a/civicrm/CRM/Utils/System.php b/civicrm/CRM/Utils/System.php index 207f6b285a..aed21211d1 100644 --- a/civicrm/CRM/Utils/System.php +++ b/civicrm/CRM/Utils/System.php @@ -545,7 +545,9 @@ class CRM_Utils_System { $url = str_replace('&', '&', $url); $context['output'] = $_GET['snippet'] ?? NULL; - + if ($context['noindex'] ?? FALSE) { + self::setHttpHeader('X-Robots-Tag', 'noindex'); + } $parsedUrl = CRM_Utils_Url::parseUrl($url); CRM_Utils_Hook::alterRedirect($parsedUrl, $context); $url = CRM_Utils_Url::unparseUrl($parsedUrl); diff --git a/civicrm/CRM/Utils/System/WordPress.php b/civicrm/CRM/Utils/System/WordPress.php index a384dfa6ea..a9e462eeb6 100644 --- a/civicrm/CRM/Utils/System/WordPress.php +++ b/civicrm/CRM/Utils/System/WordPress.php @@ -884,7 +884,7 @@ class CRM_Utils_System_WordPress extends CRM_Utils_System_Base { $user_data['user_pass'] = $params['cms_pass']; } else { - $user_data['user_pass'] = wp_generate_password(12, FALSE);; + $user_data['user_pass'] = wp_generate_password(12, FALSE); } // Assign WordPress User "name" field(s). diff --git a/civicrm/CRM/Utils/VersionCheck.php b/civicrm/CRM/Utils/VersionCheck.php index 56da0c7564..9d0781a7a4 100644 --- a/civicrm/CRM/Utils/VersionCheck.php +++ b/civicrm/CRM/Utils/VersionCheck.php @@ -227,8 +227,7 @@ class CRM_Utils_VersionCheck { */ private function getExtensionStats() { // Core components - $config = CRM_Core_Config::singleton(); - foreach ($config->enableComponents as $comp) { + foreach (Civi::settings()->get('enable_components') as $comp) { $this->stats['extensions'][] = [ 'name' => 'org.civicrm.component.' . strtolower($comp), 'enabled' => 1, diff --git a/civicrm/Civi/API/Subscriber/ChainSubscriber.php b/civicrm/Civi/API/Subscriber/ChainSubscriber.php index 7be1bfb913..84b011eed4 100644 --- a/civicrm/Civi/API/Subscriber/ChainSubscriber.php +++ b/civicrm/Civi/API/Subscriber/ChainSubscriber.php @@ -90,9 +90,11 @@ class ChainSubscriber implements EventSubscriberInterface { $result = ['values' => [0 => $oldResult]]; } + // Keys which should not be assumed to be chain calls + $blacklist = ['api.has_parent', 'api_params']; // Scan the params for chain calls. foreach ($params as $field => $newparams) { - if ((is_array($newparams) || $newparams === 1) && $field <> 'api.has_parent' && substr($field, 0, 3) == 'api') { + if ((is_array($newparams) || $newparams === 1) && !in_array($field, $blacklist, TRUE) && substr($field, 0, 3) == 'api') { // This param is a chain call, e.g. api.<entity>.<action> // 'api.participant.delete' => 1 is a valid options - handle 1 diff --git a/civicrm/Civi/Api4/Action/Entity/Get.php b/civicrm/Civi/Api4/Action/Entity/Get.php index a7fa82d762..d6e80485c9 100644 --- a/civicrm/Civi/Api4/Action/Entity/Get.php +++ b/civicrm/Civi/Api4/Action/Entity/Get.php @@ -34,8 +34,18 @@ class Get extends \Civi\Api4\Generic\BasicGetAction { $provider = \Civi::service('action_object_provider'); return array_filter($provider->getEntities(), function($entity) { // Only include DAO entities from enabled components - $daoName = $entity['dao'] ?? NULL; - return (!$daoName || $daoName::isComponentEnabled()); + if (!empty($entity['dao']) && !$entity['dao']::isComponentEnabled()) { + return FALSE; + } + // Check custom group permissions + if ($this->checkPermissions && in_array('CustomValue', $entity['type']) && !\CRM_Core_Permission::customGroupAdmin()) { + // Hack to get the id from the "view" url. If that url changes tests should catch it and we'll think of a better way to get that id + $params = []; + parse_str(parse_url($entity['paths']['view'])['query'], $params); + $gid = $params['gid']; + return in_array($gid, \CRM_Core_Permission::customGroup()); + } + return TRUE; }); } diff --git a/civicrm/Civi/Api4/Generic/BasicGetFieldsAction.php b/civicrm/Civi/Api4/Generic/BasicGetFieldsAction.php index 82dd6e0e5f..26780be1ee 100644 --- a/civicrm/Civi/Api4/Generic/BasicGetFieldsAction.php +++ b/civicrm/Civi/Api4/Generic/BasicGetFieldsAction.php @@ -346,6 +346,11 @@ class BasicGetFieldsAction extends BasicGetAction { 'name' => 'entity', 'data_type' => 'String', ], + [ + 'name' => 'localizable', + 'data_type' => 'Boolean', + 'default_value' => FALSE, + ], [ 'name' => 'readonly', 'data_type' => 'Boolean', diff --git a/civicrm/Civi/Api4/Generic/DAOGetFieldsAction.php b/civicrm/Civi/Api4/Generic/DAOGetFieldsAction.php index ab29f0306e..97f75e6cce 100644 --- a/civicrm/Civi/Api4/Generic/DAOGetFieldsAction.php +++ b/civicrm/Civi/Api4/Generic/DAOGetFieldsAction.php @@ -40,7 +40,7 @@ class DAOGetFieldsAction extends BasicGetFieldsAction { $includeCustom = strpos(implode('', $fieldsToGet), '.') !== FALSE; } $this->formatValues(); - $spec = $gatherer->getSpec($this->getEntityName(), $this->getAction(), $includeCustom, $this->values); + $spec = $gatherer->getSpec($this->getEntityName(), $this->getAction(), $includeCustom, $this->values, $this->checkPermissions); $fields = $this->specToArray($spec->getFields($fieldsToGet)); foreach ($fieldsToGet ?? [] as $fieldName) { if (empty($fields[$fieldName]) && strpos($fieldName, '.') !== FALSE) { diff --git a/civicrm/Civi/Api4/Generic/Traits/DAOActionTrait.php b/civicrm/Civi/Api4/Generic/Traits/DAOActionTrait.php index 9ef9c08bb4..55785c8af0 100644 --- a/civicrm/Civi/Api4/Generic/Traits/DAOActionTrait.php +++ b/civicrm/Civi/Api4/Generic/Traits/DAOActionTrait.php @@ -240,16 +240,16 @@ trait DAOActionTrait { continue; } - // Null and empty string are interchangeable as far as the custom bao understands - if (NULL === $value) { - $value = ''; - } - if ($field['suffix']) { $options = FormattingUtil::getPseudoconstantList($field, $name, $params, $this->getActionName()); $value = FormattingUtil::replacePseudoconstant($options, $value, TRUE); } + // Null and empty string are interchangeable as far as the custom bao understands + if (NULL === $value) { + $value = ''; + } + if ($field['html_type'] === 'CheckBox') { // this function should be part of a class formatCheckBoxField($value, 'custom_' . $field['id'], $this->getEntityName()); diff --git a/civicrm/Civi/Api4/MailingEventTrackableURLOpen.php b/civicrm/Civi/Api4/MailingEventTrackableURLOpen.php new file mode 100644 index 0000000000..126caa7f98 --- /dev/null +++ b/civicrm/Civi/Api4/MailingEventTrackableURLOpen.php @@ -0,0 +1,23 @@ +<?php +/* + +--------------------------------------------------------------------+ + | Copyright CiviCRM LLC. All rights reserved. | + | | + | This work is published under the GNU AGPLv3 license with some | + | permitted exceptions and without any warranty. For full license | + | and copyright information, see https://civicrm.org/licensing | + +--------------------------------------------------------------------+ + */ +namespace Civi\Api4; + +/** + * Tracks clickthrough events when users open links in mailings. + * + * @see \Civi\Api4\MailingTrackableURL + * @since 5.62 + * @package Civi\Api4 + */ +class MailingEventTrackableURLOpen extends Generic\DAOEntity { + use \Civi\Api4\Generic\Traits\ReadOnlyEntity; + +} diff --git a/civicrm/Civi/Api4/MailingTrackableURL.php b/civicrm/Civi/Api4/MailingTrackableURL.php new file mode 100644 index 0000000000..6f7e5d24c8 --- /dev/null +++ b/civicrm/Civi/Api4/MailingTrackableURL.php @@ -0,0 +1,22 @@ +<?php +/* + +--------------------------------------------------------------------+ + | Copyright CiviCRM LLC. All rights reserved. | + | | + | This work is published under the GNU AGPLv3 license with some | + | permitted exceptions and without any warranty. For full license | + | and copyright information, see https://civicrm.org/licensing | + +--------------------------------------------------------------------+ + */ +namespace Civi\Api4; + +/** + * Links in mailings which can be tracked when users click on them. + * + * @see \Civi\Api4\MailingEventTrackableURLOpen + * @since 5.62 + * @package Civi\Api4 + */ +class MailingTrackableURL extends Generic\DAOEntity { + +} diff --git a/civicrm/Civi/Api4/Query/Api4SelectQuery.php b/civicrm/Civi/Api4/Query/Api4SelectQuery.php index 8430da8794..8fa35dd4ba 100644 --- a/civicrm/Civi/Api4/Query/Api4SelectQuery.php +++ b/civicrm/Civi/Api4/Query/Api4SelectQuery.php @@ -1346,10 +1346,11 @@ class Api4SelectQuery { */ protected function renderExpr($expr) { $exprVal = explode(':', $expr->getExpr())[0]; - // If this expression is already in use in the select clause, use the existing alias - // This allows calculated fields to be reused in SELECT, GROUP BY and ORDER BY + // If this expression is already aliased in the select clause, use the existing alias. + // This allows calculated fields to be reused in SELECT, GROUP BY and ORDER BY. foreach ($this->selectAliases as $alias => $selectVal) { - if ($exprVal === explode(':', $selectVal)[0]) { + $selectVal = explode(':', $selectVal)[0]; + if ($alias !== $selectVal && $exprVal === $selectVal) { return "`$alias`"; } } diff --git a/civicrm/Civi/Api4/Query/SqlExpression.php b/civicrm/Civi/Api4/Query/SqlExpression.php index 6f3e9ee10f..f4192477d3 100644 --- a/civicrm/Civi/Api4/Query/SqlExpression.php +++ b/civicrm/Civi/Api4/Query/SqlExpression.php @@ -88,7 +88,7 @@ abstract class SqlExpression { $className = 'SqlEquation'; } // If there are brackets but not the first character, we have a function - elseif ($bracketPos && $lastChar === ')') { + elseif ($bracketPos && preg_match('/^\w+\(.*\)(:[a-z]+)?$/', $expr)) { $fnName = substr($expr, 0, $bracketPos); if ($fnName !== strtoupper($fnName)) { throw new \CRM_Core_Exception('Sql function must be uppercase.'); diff --git a/civicrm/Civi/Api4/Query/SqlFunction.php b/civicrm/Civi/Api4/Query/SqlFunction.php index 7b00b6f2c9..ffb9506e52 100644 --- a/civicrm/Civi/Api4/Query/SqlFunction.php +++ b/civicrm/Civi/Api4/Query/SqlFunction.php @@ -17,7 +17,7 @@ namespace Civi\Api4\Query; * SqlFunction classes don't actually process data, SQL itself does the real work. * The role of each SqlFunction class is to: * - * 1. Whitelist the SQL function for use by APIv4 (it doesn't allow any that don't have a SQLFunction class). + * 1. Whitelist a standard SQL function, or define a custom one, for use by APIv4 (it doesn't allow any that don't have a SQLFunction class). * 2. Document what the function does and what arguments it accepts. * 3. Tell APIv4 how to treat the inputs and how to format the outputs. * @@ -30,6 +30,12 @@ abstract class SqlFunction extends SqlExpression { */ protected $args = []; + /** + * Pseudoconstant suffix (for functions with option lists) + * @var string + */ + private $suffix; + /** * Used for categorizing functions in the UI * @@ -47,7 +53,12 @@ abstract class SqlFunction extends SqlExpression { * Parse the argument string into an array of function arguments */ protected function initialize() { - $arg = trim(substr($this->expr, strpos($this->expr, '(') + 1, -1)); + $matches = []; + // Capture function argument string and possible suffix + preg_match('/[_A-Z]+\((.*)\)(:[a-z]+)?$/', $this->expr, $matches); + $arg = $matches[1]; + $this->setSuffix($matches[2] ?? NULL); + // Parse function arguments string, match to declared function params foreach ($this->getParams() as $idx => $param) { $prefix = NULL; $name = $param['name'] ?: ($idx + 1); @@ -96,7 +107,7 @@ abstract class SqlFunction extends SqlExpression { } /** - * Change $dataType according to output of function + * Set $dataType and convert value by suffix * * @see \Civi\Api4\Utils\FormattingUtil::formatOutputValues * @param string $value @@ -107,6 +118,24 @@ abstract class SqlFunction extends SqlExpression { if (static::$dataType) { $dataType = static::$dataType; } + if (isset($value) && $this->suffix && $this->suffix !== 'id') { + $dataType = 'String'; + $option = $this->getOptions()[$value] ?? NULL; + // Option contains an array of suffix keys + if (is_array($option)) { + return $option[$this->suffix] ?? NULL; + } + // Flat arrays are name/value pairs + elseif ($this->suffix === 'label') { + return $option; + } + elseif ($this->suffix === 'name') { + return $value; + } + else { + return NULL; + } + } return $value; } @@ -124,6 +153,16 @@ abstract class SqlFunction extends SqlExpression { $output .= (strlen($output) ? ' ' : '') . $rendered; } } + return $this->renderExpression($output); + } + + /** + * Render the final expression + * + * @param string $output + * @return string + */ + protected function renderExpression($output): string { return $this->getName() . '(' . $output . ')'; } @@ -150,7 +189,7 @@ abstract class SqlFunction extends SqlExpression { * @inheritDoc */ public function getAlias(): string { - return $this->alias ?? $this->getName() . ':' . implode('_', $this->fields); + return $this->alias ?? $this->getName() . ':' . implode('_', $this->fields) . ($this->suffix ? ':' . $this->suffix : ''); } /** @@ -229,6 +268,15 @@ abstract class SqlFunction extends SqlExpression { return 'SqlFunction'; } + /** + * @param string|null $suffix + */ + private function setSuffix(?string $suffix): void { + $this->suffix = $suffix ? + str_replace(':', '', $suffix) : + NULL; + } + /** * @return string */ diff --git a/civicrm/Civi/Api4/Query/SqlFunctionDAYOFWEEK.php b/civicrm/Civi/Api4/Query/SqlFunctionDAYOFWEEK.php new file mode 100644 index 0000000000..9c9c040516 --- /dev/null +++ b/civicrm/Civi/Api4/Query/SqlFunctionDAYOFWEEK.php @@ -0,0 +1,61 @@ +<?php +/* + +--------------------------------------------------------------------+ + | Copyright CiviCRM LLC. All rights reserved. | + | | + | This work is published under the GNU AGPLv3 license with some | + | permitted exceptions and without any warranty. For full license | + | and copyright information, see https://civicrm.org/licensing | + +--------------------------------------------------------------------+ + */ + +namespace Civi\Api4\Query; + +/** + * Sql function + */ +class SqlFunctionDAYOFWEEK extends SqlFunction { + + protected static $category = self::CATEGORY_DATE; + + protected static $dataType = 'Integer'; + + protected static function params(): array { + return [ + [ + 'max_expr' => 1, + 'optional' => FALSE, + ], + ]; + } + + /** + * @return string + */ + public static function getTitle(): string { + return ts('Day of Week'); + } + + /** + * @return string + */ + public static function getDescription(): string { + return ts('The day of the week of a date.'); + } + + /** + * @return array + */ + public static function getOptions(): ?array { + return [ + 1 => ts('Sunday'), + 2 => ts('Monday'), + 3 => ts('Tuesday'), + 4 => ts('Wednesday'), + 5 => ts('Thursday'), + 6 => ts('Friday'), + 7 => ts('Saturday'), + ]; + } + +} diff --git a/civicrm/Civi/Api4/Query/SqlFunctionDAYSTOANNIV.php b/civicrm/Civi/Api4/Query/SqlFunctionDAYSTOANNIV.php new file mode 100644 index 0000000000..b47a4a1b31 --- /dev/null +++ b/civicrm/Civi/Api4/Query/SqlFunctionDAYSTOANNIV.php @@ -0,0 +1,60 @@ +<?php +/* + +--------------------------------------------------------------------+ + | Copyright CiviCRM LLC. All rights reserved. | + | | + | This work is published under the GNU AGPLv3 license with some | + | permitted exceptions and without any warranty. For full license | + | and copyright information, see https://civicrm.org/licensing | + +--------------------------------------------------------------------+ + */ + +namespace Civi\Api4\Query; + +/** + * Sql function + */ +class SqlFunctionDAYSTOANNIV extends SqlFunction { + + protected static $category = self::CATEGORY_DATE; + + protected static $dataType = 'Integer'; + + protected static function params(): array { + return [ + [ + 'max_expr' => 1, + 'optional' => FALSE, + ], + ]; + } + + /** + * @return string + */ + public static function getTitle(): string { + return ts('Days to Anniversary'); + } + + /** + * @return string + */ + public static function getDescription(): string { + return ts('Number of days until the next anniversary of this date.'); + } + + /** + * @inheritDoc + */ + protected function renderExpression($output): string { + return "DATEDIFF( + IF( + DATE(CONCAT(YEAR(CURDATE()), '-', MONTH({$output}), '-', DAY({$output}))) < CURDATE(), + CONCAT(YEAR(CURDATE()) + 1, '-', MONTH({$output}), '-', DAY({$output})), + CONCAT(YEAR(CURDATE()), '-', MONTH({$output}), '-', DAY({$output})) + ), + CURDATE() + )"; + } + +} diff --git a/civicrm/Civi/Api4/Query/SqlFunctionQUARTER.php b/civicrm/Civi/Api4/Query/SqlFunctionQUARTER.php new file mode 100644 index 0000000000..8977e39436 --- /dev/null +++ b/civicrm/Civi/Api4/Query/SqlFunctionQUARTER.php @@ -0,0 +1,46 @@ +<?php +/* + +--------------------------------------------------------------------+ + | Copyright CiviCRM LLC. All rights reserved. | + | | + | This work is published under the GNU AGPLv3 license with some | + | permitted exceptions and without any warranty. For full license | + | and copyright information, see https://civicrm.org/licensing | + +--------------------------------------------------------------------+ + */ + +namespace Civi\Api4\Query; + +/** + * Sql function + */ +class SqlFunctionQUARTER extends SqlFunction { + + protected static $category = self::CATEGORY_DATE; + + protected static $dataType = 'Integer'; + + protected static function params(): array { + return [ + [ + 'max_expr' => 1, + 'optional' => FALSE, + ], + ]; + } + + /** + * @return string + */ + public static function getTitle(): string { + return ts('Quarter only'); + } + + /** + * @return string + */ + public static function getDescription(): string { + return ts('The numeric quarter (1-4) of a date.'); + } + +} diff --git a/civicrm/Civi/Api4/Service/Spec/Provider/CustomValueSpecProvider.php b/civicrm/Civi/Api4/Service/Spec/Provider/CustomValueSpecProvider.php index c4c1cb8a2b..2cb57becd1 100644 --- a/civicrm/Civi/Api4/Service/Spec/Provider/CustomValueSpecProvider.php +++ b/civicrm/Civi/Api4/Service/Spec/Provider/CustomValueSpecProvider.php @@ -26,21 +26,24 @@ class CustomValueSpecProvider extends \Civi\Core\Service\AutoService implements */ public function modifySpec(RequestSpec $spec) { $action = $spec->getAction(); - if ($action !== 'create') { - $idField = new FieldSpec('id', $spec->getEntity(), 'Integer'); - $idField->setType('Field'); - $idField->setColumnName('id'); - $idField->setTitle(ts('Custom Value ID')); - $idField->setReadonly(TRUE); - $spec->addFieldSpec($idField); - } + + $idField = new FieldSpec('id', $spec->getEntity(), 'Integer'); + $idField->setType('Field'); + $idField->setInputType('Number'); + $idField->setColumnName('id'); + $idField->setTitle(ts('Custom Value ID')); + $idField->setReadonly(TRUE); + $spec->addFieldSpec($idField); + $entityField = new FieldSpec('entity_id', $spec->getEntity(), 'Integer'); $entityField->setType('Field'); $entityField->setColumnName('entity_id'); $entityField->setTitle(ts('Entity ID')); + $entityField->setLabel(ts('Contact')); $entityField->setRequired($action === 'create'); $entityField->setFkEntity('Contact'); $entityField->setReadonly(TRUE); + $entityField->setInputType('EntityRef'); $spec->addFieldSpec($entityField); } diff --git a/civicrm/Civi/Api4/Service/Spec/Provider/FieldDomainIdSpecProvider.php b/civicrm/Civi/Api4/Service/Spec/Provider/FieldDomainIdSpecProvider.php index e7912950df..bdce1fc331 100644 --- a/civicrm/Civi/Api4/Service/Spec/Provider/FieldDomainIdSpecProvider.php +++ b/civicrm/Civi/Api4/Service/Spec/Provider/FieldDomainIdSpecProvider.php @@ -27,7 +27,7 @@ class FieldDomainIdSpecProvider extends \Civi\Core\Service\AutoService implement $domainIdField = $spec->getFieldByName('domain_id'); // TODO: The WordReplacement entity should have domain_id required so this OR condition can be removed if ($domainIdField && ($domainIdField->isRequired() || $domainIdField->getEntity() === 'WordReplacement')) { - $domainIdField->setRequired(FALSE)->setDefaultValue('current_domain');; + $domainIdField->setRequired(FALSE)->setDefaultValue('current_domain'); } } diff --git a/civicrm/Civi/Api4/Service/Spec/Provider/MappingCreationSpecProvider.php b/civicrm/Civi/Api4/Service/Spec/Provider/MappingCreationSpecProvider.php deleted file mode 100644 index 97cbd89b3b..0000000000 --- a/civicrm/Civi/Api4/Service/Spec/Provider/MappingCreationSpecProvider.php +++ /dev/null @@ -1,42 +0,0 @@ -<?php - -/* - +--------------------------------------------------------------------+ - | Copyright CiviCRM LLC. All rights reserved. | - | | - | This work is published under the GNU AGPLv3 license with some | - | permitted exceptions and without any warranty. For full license | - | and copyright information, see https://civicrm.org/licensing | - +--------------------------------------------------------------------+ - */ - -namespace Civi\Api4\Service\Spec\Provider; - -use Civi\Api4\Service\Spec\RequestSpec; - -/** - * @service - * @internal - */ -class MappingCreationSpecProvider extends \Civi\Core\Service\AutoService implements Generic\SpecProviderInterface { - - /** - * This function runs for both Mapping and MappingField entities - * - * @param \Civi\Api4\Service\Spec\RequestSpec $spec - */ - public function modifySpec(RequestSpec $spec) { - $spec->getFieldByName('name')->setRequired(TRUE); - } - - /** - * @param string $entity - * @param string $action - * - * @return bool - */ - public function applies($entity, $action) { - return strpos($entity, 'Mapping') === 0 && $action === 'create'; - } - -} diff --git a/civicrm/Civi/Api4/Service/Spec/SpecFormatter.php b/civicrm/Civi/Api4/Service/Spec/SpecFormatter.php index fc99a65e79..a415fb403d 100644 --- a/civicrm/Civi/Api4/Service/Spec/SpecFormatter.php +++ b/civicrm/Civi/Api4/Service/Spec/SpecFormatter.php @@ -66,6 +66,7 @@ class SpecFormatter { $field->setRequired(!empty($data['required']) && empty($data['default'])); $field->setTitle($data['title'] ?? NULL); $field->setLabel($data['html']['label'] ?? NULL); + $field->setLocalizable($data['localizable'] ?? FALSE); if (!empty($data['pseudoconstant'])) { // Do not load options if 'prefetch' is explicitly FALSE if (!isset($data['pseudoconstant']['prefetch']) || $data['pseudoconstant']['prefetch'] === FALSE) { @@ -98,6 +99,10 @@ class SpecFormatter { if ($fkAPIName || $fkClassName) { $field->setFkEntity($fkAPIName ?: CoreUtil::getApiNameFromBAO($fkClassName)); } + // For pseudo-fk fields like `civicrm_group.parents` + elseif (($data['html']['type'] ?? NULL) === 'EntityRef' && !empty($data['pseudoconstant']['table'])) { + $field->setFkEntity(CoreUtil::getApiNameFromTableName($data['pseudoconstant']['table'])); + } return $field; } @@ -262,7 +267,7 @@ class SpecFormatter { $inputType = $data['html']['type'] ?? $data['html_type'] ?? NULL; $inputAttrs = $data['html'] ?? []; unset($inputAttrs['type']); - // Custom field contact ref filters + // Custom field EntityRef or ContactRef filters if (is_string($data['filter'] ?? NULL) && strpos($data['filter'], '=')) { $filters = explode('&', $data['filter']); $inputAttrs['filter'] = $filters; @@ -282,9 +287,11 @@ class SpecFormatter { if ($inputType == 'Date' && !empty($inputAttrs['formatType'])) { self::setLegacyDateFormat($inputAttrs); } - // Number input for integer fields - if ($inputType === 'Text' && $dataTypeName === 'Int') { + // Number input for numeric fields + if ($inputType === 'Text' && in_array($dataTypeName, ['Int', 'Float'], TRUE)) { $inputType = 'Number'; + // Todo: make 'step' configurable for the custom field + $inputAttrs['step'] = $dataTypeName === 'Int' ? 1 : .01; } // Date/time settings from custom fields if ($inputType == 'Date' && !empty($data['custom_group_id'])) { @@ -315,7 +322,8 @@ class SpecFormatter { $filters = []; foreach ($val as $filter) { [$k, $v] = explode('=', $filter); - $filters[$k] = $v; + // Explode comma-separated values + $filters[$k] = strpos($v, ',') ? explode(',', $v) : $v; } // Legacy APIv3 custom field stuff if ($dataTypeName === 'ContactReference') { diff --git a/civicrm/Civi/Api4/Service/Spec/SpecGatherer.php b/civicrm/Civi/Api4/Service/Spec/SpecGatherer.php index 9433a1b11e..b59426551a 100644 --- a/civicrm/Civi/Api4/Service/Spec/SpecGatherer.php +++ b/civicrm/Civi/Api4/Service/Spec/SpecGatherer.php @@ -37,20 +37,20 @@ class SpecGatherer extends AutoService { * @param string $action * @param bool $includeCustom * @param array $values + * @param bool $checkPermissions * * @return \Civi\Api4\Service\Spec\RequestSpec * @throws \CRM_Core_Exception * @see \Civi\Api4\Service\Spec\Provider\CustomFieldCreationSpecProvider - * */ - public function getSpec(string $entity, string $action, bool $includeCustom, array $values = []): RequestSpec { + public function getSpec(string $entity, string $action, bool $includeCustom, array $values = [], bool $checkPermissions = FALSE): RequestSpec { $specification = new RequestSpec($entity, $action, $values); // Real entities if (strpos($entity, 'Custom_') !== 0) { $this->addDAOFields($entity, $action, $specification, $values); if ($includeCustom) { - $this->addCustomFields($entity, $specification); + $this->addCustomFields($entity, $specification, $checkPermissions); } } // Custom pseudo-entities @@ -140,10 +140,11 @@ class SpecGatherer extends AutoService { * * @param string $entity * @param \Civi\Api4\Service\Spec\RequestSpec $spec + * @param bool $checkPermissions * @throws \CRM_Core_Exception * @see \CRM_Core_SelectValues::customGroupExtends */ - private function addCustomFields($entity, RequestSpec $spec) { + private function addCustomFields(string $entity, RequestSpec $spec, bool $checkPermissions) { $customInfo = \Civi\Api4\Utils\CoreUtil::getCustomGroupExtends($entity); if (!$customInfo) { return; @@ -158,6 +159,15 @@ class SpecGatherer extends AutoService { ->addWhere('custom_group_id.is_active', '=', TRUE) ->addWhere('custom_group_id.is_multiple', '=', FALSE); + // Enforce permissions + if ($checkPermissions && !\CRM_Core_Permission::customGroupAdmin()) { + $allowedGroups = \CRM_Core_Permission::customGroup(); + if (!$allowedGroups) { + return; + } + $query->addWhere('custom_group_id', 'IN', $allowedGroups); + } + // Contact custom groups are extra complicated because contact_type can be a value for extends if ($entity === 'Contact') { if (array_key_exists('contact_type', $values)) { diff --git a/civicrm/Civi/Api4/UFMatch.php b/civicrm/Civi/Api4/UFMatch.php index 5854f44130..5907973ba8 100644 --- a/civicrm/Civi/Api4/UFMatch.php +++ b/civicrm/Civi/Api4/UFMatch.php @@ -11,13 +11,12 @@ namespace Civi\Api4; /** - * UFMatch entity - links civicrm contacts with users created externally + * Matches CiviCRM contacts with their CMS user accounts * * @searchable secondary * @since 5.19 * @package Civi\Api4 */ class UFMatch extends Generic\DAOEntity { - use Generic\Traits\EntityBridge; } diff --git a/civicrm/Civi/Core/Event/PostEvent.php b/civicrm/Civi/Core/Event/PostEvent.php index d620ded7dc..bbf7223907 100644 --- a/civicrm/Civi/Core/Event/PostEvent.php +++ b/civicrm/Civi/Core/Event/PostEvent.php @@ -35,7 +35,7 @@ class PostEvent extends GenericHookEvent { public $id; /** - * @var CRM_Core_DAO + * @var \CRM_Core_DAO */ public $object; diff --git a/civicrm/Civi/Core/SettingsBag.php b/civicrm/Civi/Core/SettingsBag.php index be51cc6ae4..d14c338715 100644 --- a/civicrm/Civi/Core/SettingsBag.php +++ b/civicrm/Civi/Core/SettingsBag.php @@ -115,22 +115,9 @@ class SettingsBag { $this->values = []; $this->combined = NULL; - // Ordinarily, we just load values from `civicrm_setting`. But upgrades require care. - // In v4.0 and earlier, all values were stored in `civicrm_domain.config_backend`. - // In v4.1-v4.6, values were split between `civicrm_domain` and `civicrm_setting`. - // In v4.7+, all values are stored in `civicrm_setting`. - // Whenever a value is available in civicrm_setting, it will take precedence. - $isUpgradeMode = \CRM_Core_Config::isUpgradeMode(); - if ($isUpgradeMode && empty($this->contactId) && \CRM_Core_BAO_SchemaHandler::checkIfFieldExists('civicrm_domain', 'config_backend', FALSE)) { - $config_backend = \CRM_Core_DAO::singleValueQuery('SELECT config_backend FROM civicrm_domain WHERE id = %1', - [1 => [$this->domainId, 'Positive']]); - $oldSettings = \CRM_Upgrade_Incremental_php_FourSeven::convertBackendToSettings($this->domainId, $config_backend); - \CRM_Utils_Array::extend($this->values, $oldSettings); - } - - // Normal case. Aside: Short-circuit prevents unnecessary query. + // Only query table if it exists. if (!$isUpgradeMode || \CRM_Core_DAO::checkTableExists('civicrm_setting')) { $dao = \CRM_Core_DAO::executeQuery($this->createQuery()->toSQL()); while ($dao->fetch()) { @@ -324,11 +311,11 @@ class SettingsBag { protected function createQuery() { $select = \CRM_Utils_SQL_Select::from('civicrm_setting') ->select('id, name, value, domain_id, contact_id, is_domain, component_id, created_date, created_id') - ->where('domain_id = #id', [ + ->where('(domain_id IS NULL OR domain_id = #id)', [ 'id' => $this->domainId, ]); if ($this->contactId === NULL) { - $select->where('is_domain = 1'); + $select->where('contact_id IS NULL'); } else { $select->where('contact_id = #id', [ @@ -380,13 +367,16 @@ class SettingsBag { $dao = new \CRM_Core_DAO_Setting(); $dao->name = $name; - $dao->domain_id = $this->domainId; + $dao->is_domain = 0; + // Contact-specific settings if ($this->contactId) { $dao->contact_id = $this->contactId; - $dao->is_domain = 0; + $dao->domain_id = $this->domainId; } - else { + // Domain-specific settings. For legacy support this is assumed to be TRUE if not set + elseif ($metadata['is_domain'] ?? TRUE) { $dao->is_domain = 1; + $dao->domain_id = $this->domainId; } $dao->find(TRUE); diff --git a/civicrm/Civi/Schema/Traits/GuiSpecTrait.php b/civicrm/Civi/Schema/Traits/GuiSpecTrait.php index 1a084f8fc2..888c71d2ae 100644 --- a/civicrm/Civi/Schema/Traits/GuiSpecTrait.php +++ b/civicrm/Civi/Schema/Traits/GuiSpecTrait.php @@ -37,6 +37,13 @@ trait GuiSpecTrait { */ public $inputType; + /** + * Can the field be translated. + * + * @var bool + */ + public $localizable = FALSE; + /** * @var array */ @@ -93,6 +100,23 @@ trait GuiSpecTrait { return $this; } + /** + * @return bool + */ + public function getLocalizable() { + return $this->localizable; + } + + /** + * @param bool $localizable + * + * @return $this + */ + public function setLocalizable(bool $localizable) { + $this->localizable = $localizable; + return $this; + } + /** * @param string $label * diff --git a/civicrm/Civi/Test/ExampleData/Contact/Barb.php b/civicrm/Civi/Test/ExampleData/Contact/Barb.php index 6127f89700..3044a098c4 100644 --- a/civicrm/Civi/Test/ExampleData/Contact/Barb.php +++ b/civicrm/Civi/Test/ExampleData/Contact/Barb.php @@ -32,7 +32,6 @@ class Barb extends EntityExample { 'image_URL' => NULL, 'preferred_communication_method' => NULL, 'preferred_language' => NULL, - 'preferred_mail_format' => 'Both', 'first_name' => 'Barbara', 'middle_name' => '', 'last_name' => 'Johnson', @@ -67,25 +66,9 @@ class Barb extends EntityExample { 'phone' => '393-7924', 'email_id' => '7', 'email' => 'barb@testing.net', - 'on_hold' => '0', - 'im_id' => NULL, - 'provider_id' => NULL, - 'im' => NULL, 'worldregion_id' => NULL, 'world_region' => NULL, - 'languages' => NULL, - 'individual_prefix' => NULL, - 'individual_suffix' => NULL, - 'communication_style' => NULL, - 'gender' => 'Female', - 'state_province_name' => NULL, - 'state_province' => NULL, - 'country' => NULL, - 'email_greeting_id' => 1, - 'email_greeting_custom' => NULL, 'email_greeting_display' => 'Dear Barb', - 'postal_greeting_id' => 1, - 'postal_greeting_custom' => NULL, 'postal_greeting_display' => 'Dear Barb', ]; } diff --git a/civicrm/ang/api4Explorer/Explorer.js b/civicrm/ang/api4Explorer/Explorer.js index ee6f2a21cd..894de01ef3 100644 --- a/civicrm/ang/api4Explorer/Explorer.js +++ b/civicrm/ang/api4Explorer/Explorer.js @@ -988,7 +988,11 @@ break; case 'php': - $scope.result.push(prettyPrintOne('return ' + _.escape(phpFormat(response.values, 2, 2)) + ';', 'php', 1)); + // Fields marked 'localizable' in the schema should get wrapped in ts() for the php format + var localizable = _.pluck(_.filter(_.findWhere(getEntity().actions, {name: $scope.action}).fields, {localizable: true}), 'name') || []; + // More field names that probably should be translated + localizable = _.union(localizable, ['label', 'title', 'description', 'text']); + $scope.result.push(prettyPrintOne('return ' + _.escape(phpFormat(response.values, 2, 2, localizable)) + ';', 'php', 1)); break; } }; @@ -1002,7 +1006,7 @@ /** * Format value to look like php code */ - function phpFormat(val, indent, indentChildren) { + function phpFormat(val, indent, indentChildren, localizable) { if (typeof val === 'undefined') { return ''; } @@ -1020,7 +1024,8 @@ return '[]'; } $.each(val, function(k, v) { - ret += (ret ? ', ' : '') + newLine + indent + "'" + k + "' => " + phpFormat(v, indentChild, indentChildren); + var ts = localizable && localizable.includes(k) && _.isString(v) && v.length ? 'E::ts(' : ''; + ret += (ret ? ', ' : '') + newLine + indent + "'" + k + "' => " + ts + phpFormat(v, indentChild, indentChildren, localizable) + (ts ? ')' : ''); }); return '[' + ret + trailingComma + newLine + baseLine + ']'; } @@ -1029,7 +1034,7 @@ return '[]'; } $.each(val, function(k, v) { - ret += (ret ? ', ' : '') + newLine + indent + phpFormat(v, indentChild, indentChildren); + ret += (ret ? ', ' : '') + newLine + indent + phpFormat(v, indentChild, indentChildren, localizable); }); return '[' + ret + trailingComma + newLine + baseLine + ']'; } diff --git a/civicrm/ang/crmUi.js b/civicrm/ang/crmUi.js index 3b5a1522ef..462d547a8d 100644 --- a/civicrm/ang/crmUi.js +++ b/civicrm/ang/crmUi.js @@ -399,24 +399,28 @@ require: '?ngModel', link: function (scope, elm, attr, ngModel) { - var editor = CRM.wysiwyg.create(elm); - if (!ngModel) { - return; - } + // Wait for #id to stabilize so the wysiwyg doesn't init with an id like `cke_{{:: fieldId }}` + $timeout(function() { + var editor = CRM.wysiwyg.create(elm); - if (attr.ngBlur) { - $(elm).on('blur', function() { - $timeout(function() { - scope.$eval(attr.ngBlur); + if (!ngModel) { + return; + } + + if (attr.ngBlur) { + $(elm).on('blur', function() { + $timeout(function() { + scope.$eval(attr.ngBlur); + }); }); - }); - } + } - ngModel.$render = function(value) { - editor.done(function() { - CRM.wysiwyg.setVal(elm, ngModel.$viewValue || ''); - }); - }; + ngModel.$render = function(value) { + editor.done(function() { + CRM.wysiwyg.setVal(elm, ngModel.$viewValue || ''); + }); + }; + }); } }; }) @@ -1237,7 +1241,7 @@ var ts = CRM.ts(); function read() { - var htmlVal = element.html(); + var htmlVal = element.text(); if (!htmlVal) { htmlVal = scope.defaultValue || ''; element.text(htmlVal); diff --git a/civicrm/api/v3/Mailing.php b/civicrm/api/v3/Mailing.php index 3a04791f6c..73f4172aee 100644 --- a/civicrm/api/v3/Mailing.php +++ b/civicrm/api/v3/Mailing.php @@ -471,7 +471,7 @@ function _civicrm_api3_mailing_event_forward_spec(&$params) { */ function civicrm_api3_mailing_event_click($params) { civicrm_api3_verify_mandatory($params, - 'CRM_Mailing_Event_DAO_MailingEventClickThrough', + 'CRM_Mailing_Event_DAO_MailingEventTrackableURLOpen', ['event_queue_id', 'url_id'], FALSE ); @@ -479,7 +479,7 @@ function civicrm_api3_mailing_event_click($params) { $url_id = $params['url_id']; $queue = $params['event_queue_id']; - $url = CRM_Mailing_Event_BAO_MailingEventClickThrough::track($queue, $url_id); + $url = CRM_Mailing_Event_BAO_MailingEventTrackableURLOpen::track($queue, $url_id); $values = []; $values['url'] = $url; @@ -756,7 +756,7 @@ function civicrm_api3_mailing_stats($params) { case 'Unique Clicks': $stats[$params['mailing_id']] += [ - $detail => CRM_Mailing_Event_BAO_MailingEventClickThrough::getTotalCount($params['mailing_id'], $params['job_id'], (bool) $params['is_distinct'], NULL, $params['date']), + $detail => CRM_Mailing_Event_BAO_MailingEventTrackableURLOpen::getTotalCount($params['mailing_id'], $params['job_id'], (bool) $params['is_distinct'], NULL, $params['date']), ]; break; diff --git a/civicrm/api/v3/MailingAB.php b/civicrm/api/v3/MailingAB.php index f238b3c75a..160e9b4625 100644 --- a/civicrm/api/v3/MailingAB.php +++ b/civicrm/api/v3/MailingAB.php @@ -289,7 +289,7 @@ function civicrm_api3_mailing_a_b_graph_stats($params) { break; case 'total unique clicks': - $result = CRM_Mailing_Event_BAO_MailingEventClickThrough::getRows($mailingAB['mailing_id_a'], NULL, TRUE, 0, 1, "civicrm_mailing_event_trackable_url_open.time_stamp ASC"); + $result = CRM_Mailing_Event_BAO_MailingEventTrackableURLOpen::getRows($mailingAB['mailing_id_a'], NULL, TRUE, 0, 1, "civicrm_mailing_event_trackable_url_open.time_stamp ASC"); $startDate = CRM_Utils_Date::processDate($result[0]['date']); $targetDate = CRM_Utils_Date::processDate($params['target_date']); $dateDuration = round(abs(strtotime($targetDate) - strtotime($startDate)) / $params['split_count']); @@ -297,7 +297,7 @@ function civicrm_api3_mailing_a_b_graph_stats($params) { $toDate = date('YmdHis', $toDate); $graphStats[$name] = [ $params['split_count_select'] => [ - 'count' => CRM_Mailing_Event_BAO_MailingEventClickThrough::getTotalCount($params['mailing_id'], NULL, FALSE, NULL, $toDate), + 'count' => CRM_Mailing_Event_BAO_MailingEventTrackableURLOpen::getTotalCount($params['mailing_id'], NULL, FALSE, NULL, $toDate), 'time' => CRM_Utils_Date::customFormat($toDate), ], ]; @@ -308,8 +308,8 @@ function civicrm_api3_mailing_a_b_graph_stats($params) { throw new CRM_Core_Exception("Provide url to get stats result for total clicks on a particular link"); } // FIXME: doesn't make sense to get url_id mailing_id_(a|b) while getting start date in mailing_id_a - $url_id = CRM_Mailing_BAO_TrackableURL::getTrackerURLId($mailingAB[$column], $params['target_url']); - $result = CRM_Mailing_Event_BAO_MailingEventClickThrough::getRows($mailingAB['mailing_id_a'], NULL, FALSE, $url_id, 0, 1, "civicrm_mailing_event_trackable_url_open.time_stamp ASC"); + $url_id = CRM_Mailing_BAO_MailingTrackableURL::getTrackerURLId($mailingAB[$column], $params['target_url']); + $result = CRM_Mailing_Event_BAO_MailingEventTrackableURLOpen::getRows($mailingAB['mailing_id_a'], NULL, FALSE, $url_id, 0, 1, "civicrm_mailing_event_trackable_url_open.time_stamp ASC"); $startDate = CRM_Utils_Date::processDate($result[0]['date']); $targetDate = CRM_Utils_Date::processDate($params['target_date']); $dateDuration = round(abs(strtotime($targetDate) - strtotime($startDate)) / $params['split_count']); @@ -317,7 +317,7 @@ function civicrm_api3_mailing_a_b_graph_stats($params) { $toDate = CRM_Utils_Date::processDate($toDate); $graphStats[$name] = [ $params['split_count_select'] => [ - 'count' => CRM_Mailing_Event_BAO_MailingEventClickThrough::getTotalCount($params['mailing_id'], NULL, FALSE, $url_id, $toDate), + 'count' => CRM_Mailing_Event_BAO_MailingEventTrackableURLOpen::getTotalCount($params['mailing_id'], NULL, FALSE, $url_id, $toDate), 'time' => CRM_Utils_Date::customFormat($toDate), ], ]; diff --git a/civicrm/api/v3/examples/Activity/ReturnAssigneeContact.ex.php b/civicrm/api/v3/examples/Activity/ReturnAssigneeContact.ex.php index 56eafffd28..8fa66eb2b5 100644 --- a/civicrm/api/v3/examples/Activity/ReturnAssigneeContact.ex.php +++ b/civicrm/api/v3/examples/Activity/ReturnAssigneeContact.ex.php @@ -100,7 +100,6 @@ function activity_get_expectedresult() { 'image_URL' => '', 'preferred_communication_method' => '', 'preferred_language' => 'en_US', - 'preferred_mail_format' => 'Both', 'first_name' => 'Anthony', 'middle_name' => 'J.', 'last_name' => 'Anderson', diff --git a/civicrm/api/v3/examples/Contact/APIChainedArray.ex.php b/civicrm/api/v3/examples/Contact/APIChainedArray.ex.php index 9b27a5e7ac..26085a0a4f 100644 --- a/civicrm/api/v3/examples/Contact/APIChainedArray.ex.php +++ b/civicrm/api/v3/examples/Contact/APIChainedArray.ex.php @@ -76,7 +76,6 @@ function contact_get_expectedresult() { 'image_URL' => '', 'preferred_communication_method' => '', 'preferred_language' => 'en_US', - 'preferred_mail_format' => 'Both', 'first_name' => 'abc3', 'middle_name' => '', 'last_name' => 'xyz3', diff --git a/civicrm/api/v3/examples/Contact/APIChainedArrayFormats.ex.php b/civicrm/api/v3/examples/Contact/APIChainedArrayFormats.ex.php index 5e915fa949..1372a9a0c6 100644 --- a/civicrm/api/v3/examples/Contact/APIChainedArrayFormats.ex.php +++ b/civicrm/api/v3/examples/Contact/APIChainedArrayFormats.ex.php @@ -77,7 +77,6 @@ function contact_get_expectedresult() { 'image_URL' => '', 'preferred_communication_method' => '', 'preferred_language' => 'en_US', - 'preferred_mail_format' => 'Both', 'first_name' => 'abc3', 'middle_name' => '', 'last_name' => 'xyz3', diff --git a/civicrm/api/v3/examples/Contact/APIChainedArrayMultipleCustom.ex.php b/civicrm/api/v3/examples/Contact/APIChainedArrayMultipleCustom.ex.php index f721e50ebe..f99ba59e90 100644 --- a/civicrm/api/v3/examples/Contact/APIChainedArrayMultipleCustom.ex.php +++ b/civicrm/api/v3/examples/Contact/APIChainedArrayMultipleCustom.ex.php @@ -74,7 +74,6 @@ function contact_get_expectedresult() { 'image_URL' => '', 'preferred_communication_method' => '', 'preferred_language' => 'en_US', - 'preferred_mail_format' => 'Both', 'first_name' => 'abc3', 'middle_name' => '', 'last_name' => 'xyz3', diff --git a/civicrm/api/v3/examples/Contact/APIChainedArrayValuesFromSiblingFunction.ex.php b/civicrm/api/v3/examples/Contact/APIChainedArrayValuesFromSiblingFunction.ex.php index 93ba35e529..5fb2e587e5 100644 --- a/civicrm/api/v3/examples/Contact/APIChainedArrayValuesFromSiblingFunction.ex.php +++ b/civicrm/api/v3/examples/Contact/APIChainedArrayValuesFromSiblingFunction.ex.php @@ -79,7 +79,6 @@ function contact_create_expectedresult() { 'image_URL' => '', 'preferred_communication_method' => '', 'preferred_language' => 'en_US', - 'preferred_mail_format' => 'Both', 'hash' => '67eac7789eaee00', 'api_key' => '', 'first_name' => '', diff --git a/civicrm/api/v3/examples/Contact/ChainTwoWebsites.ex.php b/civicrm/api/v3/examples/Contact/ChainTwoWebsites.ex.php index 5901d1198f..5e81a2ed56 100644 --- a/civicrm/api/v3/examples/Contact/ChainTwoWebsites.ex.php +++ b/civicrm/api/v3/examples/Contact/ChainTwoWebsites.ex.php @@ -92,7 +92,6 @@ function contact_create_expectedresult() { 'image_URL' => '', 'preferred_communication_method' => '', 'preferred_language' => 'en_US', - 'preferred_mail_format' => 'Both', 'hash' => '67eac7789eaee00', 'api_key' => '', 'first_name' => 'abc3', diff --git a/civicrm/api/v3/examples/Contact/ChainTwoWebsitesSyntax2.ex.php b/civicrm/api/v3/examples/Contact/ChainTwoWebsitesSyntax2.ex.php index fd4fc0240c..09812436aa 100644 --- a/civicrm/api/v3/examples/Contact/ChainTwoWebsitesSyntax2.ex.php +++ b/civicrm/api/v3/examples/Contact/ChainTwoWebsitesSyntax2.ex.php @@ -95,7 +95,6 @@ function contact_create_expectedresult() { 'image_URL' => '', 'preferred_communication_method' => '', 'preferred_language' => 'en_US', - 'preferred_mail_format' => 'Both', 'hash' => '67eac7789eaee00', 'api_key' => '', 'first_name' => 'abc3', diff --git a/civicrm/api/v3/examples/Contact/ContactIDOfLoggedInUserContactAPI.ex.php b/civicrm/api/v3/examples/Contact/ContactIDOfLoggedInUserContactAPI.ex.php index 57ef407cec..9f7c7c21b6 100644 --- a/civicrm/api/v3/examples/Contact/ContactIDOfLoggedInUserContactAPI.ex.php +++ b/civicrm/api/v3/examples/Contact/ContactIDOfLoggedInUserContactAPI.ex.php @@ -69,7 +69,6 @@ function contact_get_expectedresult() { 'image_URL' => '', 'preferred_communication_method' => '', 'preferred_language' => 'en_US', - 'preferred_mail_format' => 'Both', 'first_name' => 'Logged In', 'middle_name' => 'J.', 'last_name' => 'User 707727958', diff --git a/civicrm/api/v3/examples/Contact/Create.ex.php b/civicrm/api/v3/examples/Contact/Create.ex.php index 7ed05c88a3..d8a5f6478d 100644 --- a/civicrm/api/v3/examples/Contact/Create.ex.php +++ b/civicrm/api/v3/examples/Contact/Create.ex.php @@ -72,7 +72,6 @@ function contact_create_expectedresult() { 'image_URL' => '', 'preferred_communication_method' => '', 'preferred_language' => 'en_US', - 'preferred_mail_format' => 'Both', 'hash' => '67eac7789eaee00', 'api_key' => '', 'first_name' => 'abc1', diff --git a/civicrm/api/v3/examples/Contact/CreateParticipantPayment.ex.php b/civicrm/api/v3/examples/Contact/CreateParticipantPayment.ex.php index ccde534e69..307a4d1903 100644 --- a/civicrm/api/v3/examples/Contact/CreateParticipantPayment.ex.php +++ b/civicrm/api/v3/examples/Contact/CreateParticipantPayment.ex.php @@ -86,7 +86,6 @@ function contact_create_expectedresult() { 'image_URL' => '', 'preferred_communication_method' => '', 'preferred_language' => 'en_US', - 'preferred_mail_format' => 'Both', 'hash' => '67eac7789eaee00', 'api_key' => '', 'first_name' => '', diff --git a/civicrm/api/v3/examples/Contact/Get.ex.php b/civicrm/api/v3/examples/Contact/Get.ex.php index 5ec0091920..168d15d1c6 100644 --- a/civicrm/api/v3/examples/Contact/Get.ex.php +++ b/civicrm/api/v3/examples/Contact/Get.ex.php @@ -67,7 +67,6 @@ function contact_get_expectedresult() { 'image_URL' => '', 'preferred_communication_method' => '', 'preferred_language' => 'en_US', - 'preferred_mail_format' => 'Both', 'first_name' => '', 'middle_name' => '', 'last_name' => '', diff --git a/civicrm/api/v3/examples/Contact/GetFieldsOptions.ex.php b/civicrm/api/v3/examples/Contact/GetFieldsOptions.ex.php index 04a81a4123..cf984e1d4e 100644 --- a/civicrm/api/v3/examples/Contact/GetFieldsOptions.ex.php +++ b/civicrm/api/v3/examples/Contact/GetFieldsOptions.ex.php @@ -479,34 +479,6 @@ function contact_getfields_expectedresult() { 'add' => '3.2', 'is_core_field' => TRUE, ], - 'preferred_mail_format' => [ - 'name' => 'preferred_mail_format', - 'type' => 2, - 'title' => 'Preferred Mail Format', - 'description' => 'What is the preferred mode of sending an email.', - 'maxlength' => 8, - 'size' => 8, - 'import' => TRUE, - 'where' => 'civicrm_contact.preferred_mail_format', - 'headerPattern' => '/^p(ref\\w*\\s)?m(ail\\s)?f(orm\\w*)$/i', - 'export' => TRUE, - 'default' => 'Both', - 'table_name' => 'civicrm_contact', - 'entity' => 'Contact', - 'bao' => 'CRM_Contact_BAO_Contact', - 'localizable' => 0, - 'html' => [ - 'type' => 'Select', - 'label' => 'Preferred Mail Format', - 'maxlength' => 8, - 'size' => 8, - ], - 'pseudoconstant' => [ - 'callback' => 'CRM_Core_SelectValues::pmf', - ], - 'add' => '1.1', - 'is_core_field' => TRUE, - ], 'hash' => [ 'name' => 'hash', 'type' => 2, diff --git a/civicrm/api/v3/examples/Contact/GetSingleContact.ex.php b/civicrm/api/v3/examples/Contact/GetSingleContact.ex.php index 12d9061f80..1590daf0c9 100644 --- a/civicrm/api/v3/examples/Contact/GetSingleContact.ex.php +++ b/civicrm/api/v3/examples/Contact/GetSingleContact.ex.php @@ -65,7 +65,6 @@ function contact_getsingle_expectedresult() { 'image_URL' => '', 'preferred_communication_method' => '', 'preferred_language' => 'en_US', - 'preferred_mail_format' => 'Both', 'first_name' => 'Test', 'middle_name' => 'J.', 'last_name' => 'Contact', diff --git a/civicrm/api/v3/examples/Contact/GroupFilterUsingContactAPI.ex.php b/civicrm/api/v3/examples/Contact/GroupFilterUsingContactAPI.ex.php index 24a4154202..aa05306ece 100644 --- a/civicrm/api/v3/examples/Contact/GroupFilterUsingContactAPI.ex.php +++ b/civicrm/api/v3/examples/Contact/GroupFilterUsingContactAPI.ex.php @@ -74,7 +74,6 @@ function contact_get_expectedresult() { 'image_URL' => '', 'preferred_communication_method' => '', 'preferred_language' => 'en_US', - 'preferred_mail_format' => 'Both', 'first_name' => 'Test2', 'middle_name' => '', 'last_name' => 'Group member', diff --git a/civicrm/api/v3/examples/Contact/NestedReplaceEmail.ex.php b/civicrm/api/v3/examples/Contact/NestedReplaceEmail.ex.php index 07c65f86ba..9da1b89f06 100644 --- a/civicrm/api/v3/examples/Contact/NestedReplaceEmail.ex.php +++ b/civicrm/api/v3/examples/Contact/NestedReplaceEmail.ex.php @@ -98,7 +98,6 @@ function contact_get_expectedresult() { 'image_URL' => '', 'preferred_communication_method' => '', 'preferred_language' => 'en_US', - 'preferred_mail_format' => 'Both', 'first_name' => '', 'middle_name' => '', 'last_name' => '', diff --git a/civicrm/api/v3/examples/Mailing/GetTokens.ex.php b/civicrm/api/v3/examples/Mailing/GetTokens.ex.php index 5b39bb7dd5..416b3ac86d 100644 --- a/civicrm/api/v3/examples/Mailing/GetTokens.ex.php +++ b/civicrm/api/v3/examples/Mailing/GetTokens.ex.php @@ -93,7 +93,6 @@ function mailing_gettokens_expectedresult() { '{contact.image_URL}' => 'Image Url', '{contact.preferred_communication_method:label}' => 'Preferred Communication Method', '{contact.preferred_language:label}' => 'Preferred Language', - '{contact.preferred_mail_format:label}' => 'Preferred Mail Format', '{contact.hash}' => 'Contact Hash', '{contact.source}' => 'Contact Source', '{contact.first_name}' => 'First Name', diff --git a/civicrm/api/v3/examples/Profile/Submit.ex.php b/civicrm/api/v3/examples/Profile/Submit.ex.php index 451dc557f9..571118dfde 100644 --- a/civicrm/api/v3/examples/Profile/Submit.ex.php +++ b/civicrm/api/v3/examples/Profile/Submit.ex.php @@ -74,7 +74,6 @@ function profile_submit_expectedresult() { 'image_URL' => '', 'preferred_communication_method' => '', 'preferred_language' => 'en_US', - 'preferred_mail_format' => 'Both', 'hash' => '67eac7789eaee00', 'api_key' => '', 'first_name' => 'abc2', diff --git a/civicrm/api/v3/utils.php b/civicrm/api/v3/utils.php index 11507b7c0a..aaf363636c 100644 --- a/civicrm/api/v3/utils.php +++ b/civicrm/api/v3/utils.php @@ -1417,7 +1417,7 @@ function _civicrm_api3_custom_data_get(&$returnArray, $checkPermission, $entity, NULL, $entity_id, $groupID, - NULL, + $subType, $subName, TRUE, NULL, diff --git a/civicrm/civicrm-version.php b/civicrm/civicrm-version.php index 09c36fe655..5526e76f26 100644 --- a/civicrm/civicrm-version.php +++ b/civicrm/civicrm-version.php @@ -1,7 +1,7 @@ <?php /** @deprecated */ function civicrmVersion( ) { - return array( 'version' => '5.61.4', + return array( 'version' => '5.62.0', 'cms' => 'Wordpress', 'revision' => '' ); } diff --git a/civicrm/composer.json b/civicrm/composer.json index 71b87fca58..a6f683694d 100644 --- a/civicrm/composer.json +++ b/civicrm/composer.json @@ -83,7 +83,7 @@ "pear/log": "1.13.3", "adrienrn/php-mimetyper": "0.2.2", "civicrm/composer-downloads-plugin": "^3.0", - "league/csv": "~9.6.2", + "league/csv": "~9.7.4", "league/oauth2-client": "^2.4", "league/oauth2-google": "^3.0", "tplaner/when": "~3.1", @@ -269,13 +269,6 @@ "adrienrn/php-mimetyper": { "Update gitignore to ensure that sites that manage via git don't miss out on the important db.json file": "https://patch-diff.githubusercontent.com/raw/adrienrn/php-mimetyper/pull/15.patch" }, - "league/csv": { - "Adding in eol support to fputcsv for php8.1": "https://raw.githubusercontent.com/civicrm/civicrm-core/cacdbfaeaed8e04d504bf2fc604536137c03abeb/tools/scripts/composer/leage_csv_fputcsv.patch", - "Remove deprecated flag from php8.1": "https://github.com/thephpleague/csv/commit/380f884922a6cdaaaaab3ad4bfc7d1d710af736e.patch", - "Fix php8.1 deprecation errors part 1": "https://github.com/thephpleague/csv/commit/613db0b20157a1114cb1f9a801bd4c9c1f609cdf.patch", - "Fix php8.1 deprecation errors part 2": "https://github.com/thephpleague/csv/commit/49e2b08ca025ebaf87a904b5645f535c807b6f10.patch", - "Fix php8.1 notice issues part 3": "https://github.com/thephpleague/csv/commit/b83e972caea3cd22e7aaf65c5cffff1d49b46b69.patch" - }, "html2text/html2text": { "Fix deprecation warning in php8.1 on html_entity_decode": "https://raw.githubusercontent.com/civicrm/civicrm-core/e758d20e9f613ca6c4cf652c23d2cd7e5d3af3ce/tools/scripts/composer/html2text_html2_text_php81_deprecation.patch" }, diff --git a/civicrm/composer.lock b/civicrm/composer.lock index 7d289ec76e..5cb7c4ec27 100644 --- a/civicrm/composer.lock +++ b/civicrm/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "88da0bec8fb97981904bb8c06579cc2f", + "content-hash": "e9694f117c3731e497ceb58d2fbf0d0d", "packages": [ { "name": "adrienrn/php-mimetyper", @@ -1126,31 +1126,31 @@ }, { "name": "league/csv", - "version": "9.6.2", + "version": "9.7.4", "source": { "type": "git", "url": "https://github.com/thephpleague/csv.git", - "reference": "f28da6e483bf979bac10e2add384c90ae9983e4e" + "reference": "002f55f649e7511710dc7154ff44c7be32c8195c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/csv/zipball/f28da6e483bf979bac10e2add384c90ae9983e4e", - "reference": "f28da6e483bf979bac10e2add384c90ae9983e4e", + "url": "https://api.github.com/repos/thephpleague/csv/zipball/002f55f649e7511710dc7154ff44c7be32c8195c", + "reference": "002f55f649e7511710dc7154ff44c7be32c8195c", "shasum": "" }, "require": { "ext-json": "*", "ext-mbstring": "*", - "php": ">=7.2.5" + "php": "^7.3 || ^8.0" }, "require-dev": { "ext-curl": "*", "ext-dom": "*", - "friendsofphp/php-cs-fixer": "^2.16", - "phpstan/phpstan": "^0.12.0", - "phpstan/phpstan-phpunit": "^0.12.0", - "phpstan/phpstan-strict-rules": "^0.12.0", - "phpunit/phpunit": "^8.5" + "friendsofphp/php-cs-fixer": "^3.0", + "phpstan/phpstan": "^1.0", + "phpstan/phpstan-phpunit": "^1.0.0", + "phpstan/phpstan-strict-rules": "^1.0", + "phpunit/phpunit": "^9.5" }, "suggest": { "ext-dom": "Required to use the XMLConverter and or the HTMLConverter classes", @@ -1206,7 +1206,7 @@ "type": "github" } ], - "time": "2020-12-10T19:40:30+00:00" + "time": "2021-11-30T07:09:34+00:00" }, { "name": "league/oauth2-client", diff --git a/civicrm/ext/afform/admin/ang/afGuiEditor/afGuiEditor.component.js b/civicrm/ext/afform/admin/ang/afGuiEditor/afGuiEditor.component.js index 4163a2acf4..17c2ef2960 100644 --- a/civicrm/ext/afform/admin/ang/afGuiEditor/afGuiEditor.component.js +++ b/civicrm/ext/afform/admin/ang/afGuiEditor/afGuiEditor.component.js @@ -330,7 +330,7 @@ this.toggleContactSummary = function() { if (editor.afform.contact_summary) { - editor.afform.contact_summary = false; + editor.afform.contact_summary = null; _.each(editor.searchDisplays, function(searchDisplay) { delete searchDisplay.element.filters; }); diff --git a/civicrm/ext/afform/admin/ang/afGuiEditor/elements/afGuiField-menu.html b/civicrm/ext/afform/admin/ang/afGuiEditor/elements/afGuiField-menu.html index 668ec720b7..61a5a76c14 100644 --- a/civicrm/ext/afform/admin/ang/afGuiEditor/elements/afGuiField-menu.html +++ b/civicrm/ext/afform/admin/ang/afGuiEditor/elements/afGuiField-menu.html @@ -6,6 +6,23 @@ </select> </div> </li> +<li ng-if="$ctrl.fieldDefn.input_type === 'Number' && $ctrl.fieldDefn.data_type === 'Float'"> + <div href ng-click="$event.stopPropagation()" class="af-gui-field-select-in-dropdown"> + <label>{{:: ts('Decimal places:') }}</label> + <select class="form-control" ng-model="getSet('input_attrs.step')" ng-model-options="{getterSetter: true}" title="{{:: ts('Decimal places') }}"> + <option ng-value="1">0</option> + <option ng-value=".1">1</option> + <option ng-value=".01">2</option> + <option ng-value=".001">3</option> + <option ng-value=".0001">4</option> + <option ng-value=".00001">5</option> + <option ng-value=".000001">6</option> + <option ng-value=".0000001">7</option> + <option ng-value=".00000001">8</option> + <option ng-value=".000000001">9</option> + </select> + </div> +</li> <li ng-if="$ctrl.fieldDefn.input_type === 'EntityRef'" title="{{:: ts('Use a saved search to filter the autocomplete results') }}"> <div href ng-click="$event.stopPropagation()" class="af-gui-field-select-in-dropdown"> <input placeholder="{{:: ts('Saved Search') }}" class="form-control" crm-autocomplete="'SavedSearch'" crm-autocomplete-params="{key: 'name', filters: {api_entity: $ctrl.fieldDefn.fk_entity}, formName: 'afformAdmin', fieldName: 'autocompleteSavedSearch'}" auto-open="true" ng-model="getSet('saved_search')" ng-model-options="{getterSetter: true}" ng-change="getSet('search_display')(null)"> @@ -75,6 +92,14 @@ {{:: ts('Search by range') }} </a> </li> +<li ng-if="$ctrl.isSearch()"> + <div href ng-click="$event.stopPropagation()" class="af-gui-field-select-in-dropdown"> + <label>{{:: ts('Operator:') }}</label> + <select class="form-control" ng-model="getSet('search_operator')" ng-model-options="{getterSetter: true}" title="{{:: ts('Field type') }}"> + <option ng-repeat="(name, label) in $ctrl.searchOperators" value="{{ name }}">{{ label }}</option> + </select> + </div> +</li> <li role="separator" class="divider" ng-if="hasOptions()"></li> <li ng-if="hasOptions()" ng-click="$event.stopPropagation()"> <a href ng-click="resetOptions()" title="{{:: ts('Reset the option list for this field') }}"> diff --git a/civicrm/ext/afform/admin/ang/afGuiEditor/elements/afGuiField.component.js b/civicrm/ext/afform/admin/ang/afGuiEditor/elements/afGuiField.component.js index 66136f86f6..d5fa1149a1 100644 --- a/civicrm/ext/afform/admin/ang/afGuiEditor/elements/afGuiField.component.js +++ b/civicrm/ext/afform/admin/ang/afGuiEditor/elements/afGuiField.component.js @@ -344,6 +344,23 @@ $scope.editingOptions = val; }; + this.searchOperators = { + '': ts('Auto'), + '=': '=', + '!=': '≠', + '>': '>', + '<': '<', + '>=': '≥', + '<=': '≤', + 'CONTAINS': ts('Contains'), + 'IN': ts('Is One Of'), + 'NOT IN': ts('Not One Of'), + 'LIKE': ts('Is Like'), + 'NOT LIKE': ts('Not Like'), + 'REGEXP': ts('Matches Pattern'), + 'NOT REGEXP': ts("Doesn't Match Pattern"), + }; + // Returns a reference to a path n-levels deep within an object function drillDown(parent, path) { var container = parent; diff --git a/civicrm/ext/afform/admin/info.xml b/civicrm/ext/afform/admin/info.xml index e522e2a195..645f34cf0a 100644 --- a/civicrm/ext/afform/admin/info.xml +++ b/civicrm/ext/afform/admin/info.xml @@ -13,10 +13,10 @@ <url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url> </urls> <releaseDate>2020-01-09</releaseDate> - <version>5.61.4</version> + <version>5.62.0</version> <develStage>beta</develStage> <compatibility> - <ver>5.61</ver> + <ver>5.62</ver> </compatibility> <comments>FormBuilder provides a UI to administer and edit forms. It is an optional admin tool and not required for the forms to function.</comments> <requires> diff --git a/civicrm/ext/afform/core/ang/af/afField.component.js b/civicrm/ext/afform/core/ang/af/afField.component.js index 66c49816a6..1e6173d58a 100644 --- a/civicrm/ext/afform/core/ang/af/afField.component.js +++ b/civicrm/ext/afform/core/ang/af/afField.component.js @@ -12,7 +12,7 @@ fieldName: '@name', defn: '=' }, - controller: function($scope, $element, crmApi4, $timeout, $location) { + controller: function($scope, $element, crmApi4, $timeout) { var ts = $scope.ts = CRM.ts('org.civicrm.afform'), ctrl = this, // Prefix used for SearchKit explicit joins @@ -98,7 +98,7 @@ var entityName = ctrl.afFieldset.getName(), joinEntity = ctrl.afJoin ? ctrl.afJoin.entity : null, uniquePrefix = '', - urlArgs = $location.search(); + urlArgs = $scope.$parent.routeParams; if (entityName) { var index = ctrl.getEntityIndex(); uniquePrefix = entityName + (index ? index + 1 : '') + (joinEntity ? '.' + joinEntity : '') + '.'; @@ -165,7 +165,7 @@ ) { value = value.split(','); } - $scope.dataProvider.getFieldData()[ctrl.fieldName] = value; + $scope.getSetValue(value); } // Get the repeat index of the entity fieldset (not the join) @@ -226,6 +226,26 @@ }; }; + // Getter/Setter function for most fields (except select & entityRef) + $scope.getSetValue = function(val) { + var currentVal = $scope.dataProvider.getFieldData()[ctrl.fieldName]; + // Setter + if (arguments.length) { + if (ctrl.defn.search_operator) { + if (typeof currentVal !== 'object') { + $scope.dataProvider.getFieldData()[ctrl.fieldName] = {}; + } + return ($scope.dataProvider.getFieldData()[ctrl.fieldName][ctrl.defn.search_operator] = val); + } + return ($scope.dataProvider.getFieldData()[ctrl.fieldName] = val); + } + // Getter + if (ctrl.defn.search_operator) { + return (currentVal || {})[ctrl.defn.search_operator]; + } + return currentVal; + }; + // Getter/Setter function for fields of type select or entityRef. $scope.getSetSelect = function(val) { var currentVal = $scope.dataProvider.getFieldData()[ctrl.fieldName]; @@ -241,6 +261,12 @@ else if (ctrl.defn.search_range) { return ($scope.dataProvider.getFieldData()[ctrl.fieldName]['>='] = val); } + else if (ctrl.defn.search_operator) { + if (typeof currentVal !== 'object') { + $scope.dataProvider.getFieldData()[ctrl.fieldName] = {}; + } + return ($scope.dataProvider.getFieldData()[ctrl.fieldName][ctrl.defn.search_operator] = val); + } return ($scope.dataProvider.getFieldData()[ctrl.fieldName] = val); } // Getter @@ -251,6 +277,9 @@ else if (ctrl.defn.search_range) { return currentVal['>=']; } + else if (ctrl.defn.search_operator) { + return (currentVal || {})[ctrl.defn.search_operator]; + } return currentVal; }; diff --git a/civicrm/ext/afform/core/ang/af/fields/ChainSelect.html b/civicrm/ext/afform/core/ang/af/fields/ChainSelect.html index ed756897ad..32607f1b8c 100644 --- a/civicrm/ext/afform/core/ang/af/fields/ChainSelect.html +++ b/civicrm/ext/afform/core/ang/af/fields/ChainSelect.html @@ -1 +1 @@ -<input class="form-control" ng-required="$ctrl.defn.required" crm-ui-select="{data: select2Options, multiple: $ctrl.defn.input_attrs.multiple, placeholder: $ctrl.defn.input_attrs.placeholder}" id="{{:: fieldId }}" ng-model="dataProvider.getFieldData()[$ctrl.fieldName]" /> +<input class="form-control" ng-required="$ctrl.defn.required" crm-ui-select="{data: select2Options, multiple: $ctrl.defn.input_attrs.multiple, placeholder: $ctrl.defn.input_attrs.placeholder}" id="{{:: fieldId }}" ng-model="getSetValue" ng-model-options="{getterSetter: true}" /> diff --git a/civicrm/ext/afform/core/ang/af/fields/CheckBox.html b/civicrm/ext/afform/core/ang/af/fields/CheckBox.html index 169baa2599..ba9b8aac93 100644 --- a/civicrm/ext/afform/core/ang/af/fields/CheckBox.html +++ b/civicrm/ext/afform/core/ang/af/fields/CheckBox.html @@ -4,4 +4,4 @@ <label for="{{ fieldId + opt.id }}">{{:: opt.label }}</label> </li> </ul> -<input type="checkbox" ng-required="$ctrl.defn.required" ng-if="!$ctrl.defn.options" id="{{:: fieldId }}" ng-model="dataProvider.getFieldData()[$ctrl.fieldName]" /> +<input type="checkbox" ng-required="$ctrl.defn.required" ng-if="!$ctrl.defn.options" id="{{:: fieldId }}" ng-model="getSetValue" ng-model-options="{getterSetter: true}" /> diff --git a/civicrm/ext/afform/core/ang/af/fields/Date.html b/civicrm/ext/afform/core/ang/af/fields/Date.html index 2722191d28..bb34e2df84 100644 --- a/civicrm/ext/afform/core/ang/af/fields/Date.html +++ b/civicrm/ext/afform/core/ang/af/fields/Date.html @@ -1,4 +1,4 @@ -<input ng-if=":: !$ctrl.defn.search_range" class="form-control" crm-ui-datepicker=":: $ctrl.defn.input_attrs" id="{{:: fieldId }}" ng-model="dataProvider.getFieldData()[$ctrl.fieldName]" /> +<input ng-if=":: !$ctrl.defn.search_range" class="form-control" crm-ui-datepicker=":: $ctrl.defn.input_attrs" id="{{:: fieldId }}" ng-model="getSetValue" ng-model-options="{getterSetter: true}" /> <div ng-if=":: $ctrl.defn.search_range" class="form-inline"> <input class="form-control" ng-required="$ctrl.defn.required" crm-ui-datepicker=":: $ctrl.inputAttrs[1]" id="{{:: fieldId }}1" ng-model="dataProvider.getFieldData()[$ctrl.fieldName]['>=']" /> <span class="af-field-range-sep">-</span> diff --git a/civicrm/ext/afform/core/ang/af/fields/Number.html b/civicrm/ext/afform/core/ang/af/fields/Number.html index 3980ec65a8..2ce142c995 100644 --- a/civicrm/ext/afform/core/ang/af/fields/Number.html +++ b/civicrm/ext/afform/core/ang/af/fields/Number.html @@ -1,6 +1,6 @@ -<input ng-if=":: !$ctrl.defn.search_range" class="form-control" ng-required="$ctrl.defn.required" type="number" id="{{:: fieldId }}" ng-model="dataProvider.getFieldData()[$ctrl.fieldName]" placeholder="{{:: $ctrl.defn.input_attrs.placeholder }}" > +<input ng-if=":: !$ctrl.defn.search_range" class="form-control" ng-required="$ctrl.defn.required" type="number" step="{{:: $ctrl.defn.input_attrs.step || 1 }}" id="{{:: fieldId }}" ng-model="getSetValue" ng-model-options="{getterSetter: true}" placeholder="{{:: $ctrl.defn.input_attrs.placeholder }}" > <div ng-if=":: $ctrl.defn.search_range" class="form-inline"> - <input class="form-control" type="number" id="{{:: fieldId }}" ng-model="dataProvider.getFieldData()[$ctrl.fieldName]['>=']" placeholder="{{:: $ctrl.defn.input_attrs.placeholder }}" > + <input class="form-control" type="number" step="{{:: $ctrl.defn.input_attrs.step || 1 }}" id="{{:: fieldId }}" ng-model="dataProvider.getFieldData()[$ctrl.fieldName]['>=']" placeholder="{{:: $ctrl.defn.input_attrs.placeholder }}" > <span class="af-field-range-sep">-</span> - <input class="form-control" type="number" id="{{:: fieldId }}2" ng-model="dataProvider.getFieldData()[$ctrl.fieldName]['<=']" placeholder="{{:: $ctrl.defn.input_attrs.placeholder2 }}" > + <input class="form-control" type="number" step="{{:: $ctrl.defn.input_attrs.step || 1 }}" id="{{:: fieldId }}2" ng-model="dataProvider.getFieldData()[$ctrl.fieldName]['<=']" placeholder="{{:: $ctrl.defn.input_attrs.placeholder2 }}" > </div> diff --git a/civicrm/ext/afform/core/ang/af/fields/Radio.html b/civicrm/ext/afform/core/ang/af/fields/Radio.html index bd50c6d88d..189fa309fd 100644 --- a/civicrm/ext/afform/core/ang/af/fields/Radio.html +++ b/civicrm/ext/afform/core/ang/af/fields/Radio.html @@ -1,5 +1,5 @@ <label ng-repeat="opt in getOptions() track by opt.id" > - <input class="crm-form-radio" type="radio" ng-model="dataProvider.getFieldData()[$ctrl.fieldName]" ng-value="opt.id" /> + <input class="crm-form-radio" type="radio" ng-model="getSetValue" ng-model-options="{getterSetter: true}" ng-value="opt.id" /> {{:: opt.label }} </label> <a ng-if="!$ctrl.defn.required" class="crm-hover-button" title="{{:: ts('Clear') }}" ng-show="!!dataProvider.getFieldData()[$ctrl.fieldName] || dataProvider.getFieldData()[$ctrl.fieldName] === false || dataProvider.getFieldData()[$ctrl.fieldName] === 0" ng-click="dataProvider.getFieldData()[$ctrl.fieldName] = null"> diff --git a/civicrm/ext/afform/core/ang/af/fields/RichTextEditor.html b/civicrm/ext/afform/core/ang/af/fields/RichTextEditor.html index af4d4aabaa..f8ea177b53 100644 --- a/civicrm/ext/afform/core/ang/af/fields/RichTextEditor.html +++ b/civicrm/ext/afform/core/ang/af/fields/RichTextEditor.html @@ -1 +1 @@ -<textarea crm-ui-richtext id="{{:: fieldId }}" ng-model="dataProvider.getFieldData()[$ctrl.fieldName]" ></textarea> +<textarea crm-ui-richtext id="{{:: fieldId }}" ng-model="getSetValue" ng-model-options="{getterSetter: true}" ></textarea> diff --git a/civicrm/ext/afform/core/ang/af/fields/Select.html b/civicrm/ext/afform/core/ang/af/fields/Select.html index 763ad10511..7380af10b6 100644 --- a/civicrm/ext/afform/core/ang/af/fields/Select.html +++ b/civicrm/ext/afform/core/ang/af/fields/Select.html @@ -1,6 +1,6 @@ <div class="{{:: $ctrl.defn.search_range ? 'form-inline' : 'form-group' }}"> - <input class="form-control" id="{{:: fieldId }}" ng-if="!$ctrl.defn.input_attrs.multiple" crm-ui-select="{data: select2Options, placeholder: $ctrl.defn.input_attrs.placeholder}" ng-model="getSetSelect" ng-model-options="{getterSetter: true}" > - <input class="form-control" id="{{:: fieldId }}" ng-if="$ctrl.defn.input_attrs.multiple" ng-list crm-ui-select="{data: select2Options, multiple: true, placeholder: $ctrl.defn.input_attrs.placeholder}" ng-model="getSetSelect" ng-model-options="{getterSetter: true}" > - <input class="form-control" ng-if=":: $ctrl.defn.search_range && !$ctrl.defn.is_date" id="{{:: fieldId }}2" crm-ui-select="{data: select2Options, placeholder: $ctrl.defn.input_attrs.placeholder2 || $ctrl.defn.input_attrs.placeholder}" ng-model="dataProvider.getFieldData()[$ctrl.fieldName]['<=']" > + <input class="form-control" ng-required="$ctrl.defn.required" id="{{:: fieldId }}" ng-if="!$ctrl.defn.input_attrs.multiple" crm-ui-select="{data: select2Options, placeholder: $ctrl.defn.input_attrs.placeholder}" ng-model="getSetSelect" ng-model-options="{getterSetter: true}" > + <input class="form-control" ng-required="$ctrl.defn.required" id="{{:: fieldId }}" ng-if="$ctrl.defn.input_attrs.multiple" ng-list crm-ui-select="{data: select2Options, multiple: true, placeholder: $ctrl.defn.input_attrs.placeholder}" ng-model="getSetSelect" ng-model-options="{getterSetter: true}" > + <input class="form-control" ng-required="$ctrl.defn.required" ng-if=":: $ctrl.defn.search_range && !$ctrl.defn.is_date" id="{{:: fieldId }}2" crm-ui-select="{data: select2Options, placeholder: $ctrl.defn.input_attrs.placeholder2 || $ctrl.defn.input_attrs.placeholder}" ng-model="dataProvider.getFieldData()[$ctrl.fieldName]['<=']" > <div ng-if="$ctrl.defn.search_range && $ctrl.defn.is_date && getSetSelect() === '{}'" class="form-group" ng-include="'~/af/fields/Date.html'"></div> </div> diff --git a/civicrm/ext/afform/core/ang/af/fields/Text.html b/civicrm/ext/afform/core/ang/af/fields/Text.html index fe9c3cf138..6b8755f0d1 100644 --- a/civicrm/ext/afform/core/ang/af/fields/Text.html +++ b/civicrm/ext/afform/core/ang/af/fields/Text.html @@ -1,4 +1,4 @@ -<input ng-if=":: !$ctrl.defn.search_range" class="form-control" type="text" ng-required="$ctrl.defn.required" id="{{:: fieldId }}" ng-model="dataProvider.getFieldData()[$ctrl.fieldName]" placeholder="{{:: $ctrl.defn.input_attrs.placeholder }}" > +<input ng-if=":: !$ctrl.defn.search_range" class="form-control" type="text" ng-required="$ctrl.defn.required" id="{{:: fieldId }}" ng-model="getSetValue" ng-model-options="{getterSetter: true}" placeholder="{{:: $ctrl.defn.input_attrs.placeholder }}" > <div ng-if=":: $ctrl.defn.search_range" class="form-inline"> <input class="form-control" type="text" id="{{:: fieldId }}" ng-model="dataProvider.getFieldData()[$ctrl.fieldName]['>=']" placeholder="{{:: $ctrl.defn.input_attrs.placeholder }}" > <span class="af-field-range-sep">-</span> diff --git a/civicrm/ext/afform/core/ang/af/fields/TextArea.html b/civicrm/ext/afform/core/ang/af/fields/TextArea.html index 3d10e3acbf..cfb9942fd0 100644 --- a/civicrm/ext/afform/core/ang/af/fields/TextArea.html +++ b/civicrm/ext/afform/core/ang/af/fields/TextArea.html @@ -1 +1 @@ -<textarea class="crm-form-textarea" id="{{:: fieldId }}" ng-required="$ctrl.defn.required" ng-model="dataProvider.getFieldData()[$ctrl.fieldName]" ></textarea> +<textarea class="crm-form-textarea" id="{{:: fieldId }}" ng-required="$ctrl.defn.required" ng-model="getSetValue" ng-model-options="{getterSetter: true}" ></textarea> diff --git a/civicrm/ext/afform/core/info.xml b/civicrm/ext/afform/core/info.xml index 22eee5c06b..91a636dbd7 100644 --- a/civicrm/ext/afform/core/info.xml +++ b/civicrm/ext/afform/core/info.xml @@ -13,10 +13,10 @@ <url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url> </urls> <releaseDate>2020-01-09</releaseDate> - <version>5.61.4</version> + <version>5.62.0</version> <develStage>beta</develStage> <compatibility> - <ver>5.61</ver> + <ver>5.62</ver> </compatibility> <comments>The Form Core extension is required to use any dynamic form. To administer and edit forms, also install the FormBuilder extension.</comments> <civix> diff --git a/civicrm/ext/afform/html/info.xml b/civicrm/ext/afform/html/info.xml index be1ee274c4..b093ffc97e 100644 --- a/civicrm/ext/afform/html/info.xml +++ b/civicrm/ext/afform/html/info.xml @@ -13,10 +13,10 @@ <url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url> </urls> <releaseDate>2020-01-09</releaseDate> - <version>5.61.4</version> + <version>5.62.0</version> <develStage>alpha</develStage> <compatibility> - <ver>5.61</ver> + <ver>5.62</ver> </compatibility> <requires> <ext>org.civicrm.afform</ext> diff --git a/civicrm/ext/afform/mock/info.xml b/civicrm/ext/afform/mock/info.xml index bc7e64d156..6456f036c3 100644 --- a/civicrm/ext/afform/mock/info.xml +++ b/civicrm/ext/afform/mock/info.xml @@ -12,13 +12,13 @@ <url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url> </urls> <releaseDate>2020-01-09</releaseDate> - <version>5.61.4</version> + <version>5.62.0</version> <tags> <tag>mgmt:hidden</tag> </tags> <develStage>alpha</develStage> <compatibility> - <ver>5.61</ver> + <ver>5.62</ver> </compatibility> <requires> <ext>org.civicrm.afform</ext> diff --git a/civicrm/ext/authx/info.xml b/civicrm/ext/authx/info.xml index 6fc3447036..026cd5a627 100644 --- a/civicrm/ext/authx/info.xml +++ b/civicrm/ext/authx/info.xml @@ -15,10 +15,10 @@ <url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url> </urls> <releaseDate>2021-02-11</releaseDate> - <version>5.61.4</version> + <version>5.62.0</version> <develStage>stable</develStage> <compatibility> - <ver>5.61</ver> + <ver>5.62</ver> </compatibility> <comments>AuthX enables remote applications to connect to CiviCRM. Use it to enable and disable different forms of authentication (such as username-password, API key, and/or JWT).</comments> <classloader> diff --git a/civicrm/ext/civicrm_admin_ui/info.xml b/civicrm/ext/civicrm_admin_ui/info.xml index 4c171e8e27..20824b8370 100644 --- a/civicrm/ext/civicrm_admin_ui/info.xml +++ b/civicrm/ext/civicrm_admin_ui/info.xml @@ -15,10 +15,10 @@ <url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url> </urls> <releaseDate>2022-01-02</releaseDate> - <version>5.61.4</version> + <version>5.62.0</version> <develStage>alpha</develStage> <compatibility> - <ver>5.61</ver> + <ver>5.62</ver> </compatibility> <requires> <ext>org.civicrm.search_kit</ext> diff --git a/civicrm/ext/civigrant/CRM/Grant/BAO/Grant.php b/civicrm/ext/civigrant/CRM/Grant/BAO/Grant.php index fbf9f1420c..0c9916e2db 100644 --- a/civicrm/ext/civigrant/CRM/Grant/BAO/Grant.php +++ b/civicrm/ext/civigrant/CRM/Grant/BAO/Grant.php @@ -102,38 +102,20 @@ class CRM_Grant_BAO_Grant extends CRM_Grant_DAO_Grant { $result = $grant->save(); - $url = CRM_Utils_System::url('civicrm/contact/view/grant', - "action=view&reset=1&id={$grant->id}&cid={$grant->contact_id}&context=home" - ); - - $grantTypes = CRM_Core_PseudoConstant::get('CRM_Grant_DAO_Grant', 'grant_type_id'); if (empty($params['skipRecentView'])) { if (!isset($grant->contact_id) || !isset($grant->grant_type_id)) { $grant->find(TRUE); } + $grantTypes = self::buildOptions('grant_type_id'); $title = CRM_Contact_BAO_Contact::displayName($grant->contact_id) . ' - ' . ts('Grant') . ': ' . $grantTypes[$grant->grant_type_id]; - $recentOther = []; - if (CRM_Core_Permission::check('edit grants')) { - $recentOther['editUrl'] = CRM_Utils_System::url('civicrm/contact/view/grant', - "action=update&reset=1&id={$grant->id}&cid={$grant->contact_id}&context=home" - ); - } - if (CRM_Core_Permission::check('delete in CiviGrant')) { - $recentOther['deleteUrl'] = CRM_Utils_System::url('civicrm/contact/view/grant', - "action=delete&reset=1&id={$grant->id}&cid={$grant->contact_id}&context=home" - ); - } - - // add the recently created Grant - CRM_Utils_Recent::add($title, - $url, - $grant->id, - 'Grant', - $grant->contact_id, - NULL, - $recentOther - ); + civicrm_api4('RecentItem', 'create', [ + 'values' => [ + 'entity_type' => 'Grant', + 'entity_id' => $grant->id, + 'title' => $title, + ], + ]); } CRM_Utils_Hook::post($hook, 'Grant', $grant->id, $grant); diff --git a/civicrm/ext/civigrant/info.xml b/civicrm/ext/civigrant/info.xml index 3f25801547..33f0b2a4cd 100644 --- a/civicrm/ext/civigrant/info.xml +++ b/civicrm/ext/civigrant/info.xml @@ -13,10 +13,10 @@ <url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url> </urls> <releaseDate>2021-11-11</releaseDate> - <version>5.61.4</version> + <version>5.62.0</version> <develStage>stable</develStage> <compatibility> - <ver>5.61</ver> + <ver>5.62</ver> </compatibility> <comments>CiviGrant was originally a core component before migrating to an extension</comments> <requires> diff --git a/civicrm/ext/civiimport/info.xml b/civicrm/ext/civiimport/info.xml index 232b63705b..da07276df2 100644 --- a/civicrm/ext/civiimport/info.xml +++ b/civicrm/ext/civiimport/info.xml @@ -15,10 +15,10 @@ <url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url> </urls> <releaseDate>2022-08-11</releaseDate> - <version>5.61.4</version> + <version>5.62.0</version> <develStage>alpha</develStage> <compatibility> - <ver>5.61</ver> + <ver>5.62</ver> </compatibility> <comments>Core extension for us to start moving import logic into, has more functionality</comments> <requires> diff --git a/civicrm/ext/ckeditor4/info.xml b/civicrm/ext/ckeditor4/info.xml index 2b6239b2b8..2d487d7c7f 100644 --- a/civicrm/ext/ckeditor4/info.xml +++ b/civicrm/ext/ckeditor4/info.xml @@ -15,10 +15,10 @@ <url desc="Licensing">https://www.gnu.org/licenses/agpl-3.0.html</url> </urls> <releaseDate>2021-05-23</releaseDate> - <version>5.61.4</version> + <version>5.62.0</version> <develStage>stable</develStage> <compatibility> - <ver>5.61</ver> + <ver>5.62</ver> </compatibility> <comments>This is the version of CKEditor that originally shipped with CiviCRM core</comments> <classloader> diff --git a/civicrm/ext/contributioncancelactions/info.xml b/civicrm/ext/contributioncancelactions/info.xml index 5dc225e9eb..3d4953354c 100644 --- a/civicrm/ext/contributioncancelactions/info.xml +++ b/civicrm/ext/contributioncancelactions/info.xml @@ -15,10 +15,10 @@ <url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url> </urls> <releaseDate>2020-10-12</releaseDate> - <version>5.61.4</version> + <version>5.62.0</version> <develStage>stable</develStage> <compatibility> - <ver>5.61</ver> + <ver>5.62</ver> </compatibility> <comments>This code has been moved from core to a separate extension in 5.32. Note that if you disable it failed or cancelled contributions will not cause related memberships and participant records to be updated</comments> <classloader> diff --git a/civicrm/ext/elavon/info.xml b/civicrm/ext/elavon/info.xml index ab8ebe7ce0..b5090838e0 100644 --- a/civicrm/ext/elavon/info.xml +++ b/civicrm/ext/elavon/info.xml @@ -15,10 +15,10 @@ <url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url> </urls> <releaseDate>2022-08-05</releaseDate> - <version>5.61.4</version> + <version>5.62.0</version> <develStage>stable</develStage> <compatibility> - <ver>5.61</ver> + <ver>5.62</ver> </compatibility> <comments/> <classloader> diff --git a/civicrm/ext/eventcart/info.xml b/civicrm/ext/eventcart/info.xml index 206c43fcd5..e40c01f8ca 100644 --- a/civicrm/ext/eventcart/info.xml +++ b/civicrm/ext/eventcart/info.xml @@ -13,13 +13,13 @@ <url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url> </urls> <releaseDate>2020-08-03</releaseDate> - <version>5.61.4</version> + <version>5.62.0</version> <tags> <tag>mgmt:hidden</tag> </tags> <develStage>stable</develStage> <compatibility> - <ver>5.61</ver> + <ver>5.62</ver> </compatibility> <classloader> <psr0 prefix="CRM_" path="."/> diff --git a/civicrm/ext/ewaysingle/info.xml b/civicrm/ext/ewaysingle/info.xml index 06dc29866a..223bf96983 100644 --- a/civicrm/ext/ewaysingle/info.xml +++ b/civicrm/ext/ewaysingle/info.xml @@ -15,13 +15,13 @@ <url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url> </urls> <releaseDate>2020-10-07</releaseDate> - <version>5.61.4</version> + <version>5.62.0</version> <tags> <tag>mgmt:hidden</tag> </tags> <develStage>stable</develStage> <compatibility> - <ver>5.61</ver> + <ver>5.62</ver> </compatibility> <comments>This is an extension to contain the eWAY Single Currency Payment Processor</comments> <classloader> diff --git a/civicrm/ext/financialacls/info.xml b/civicrm/ext/financialacls/info.xml index 64eeb8c884..9351fdf67c 100644 --- a/civicrm/ext/financialacls/info.xml +++ b/civicrm/ext/financialacls/info.xml @@ -15,10 +15,10 @@ <url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url> </urls> <releaseDate>2020-08-27</releaseDate> - <version>5.61.4</version> + <version>5.62.0</version> <develStage>stable</develStage> <compatibility> - <ver>5.61</ver> + <ver>5.62</ver> </compatibility> <tags> <tag>mgmt:hidden</tag> diff --git a/civicrm/ext/flexmailer/info.xml b/civicrm/ext/flexmailer/info.xml index 735d5eb8ec..a8eca49edc 100644 --- a/civicrm/ext/flexmailer/info.xml +++ b/civicrm/ext/flexmailer/info.xml @@ -15,7 +15,7 @@ <url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url> </urls> <releaseDate>2020-08-05</releaseDate> - <version>5.61.4</version> + <version>5.62.0</version> <develStage>stable</develStage> <comments> FlexMailer is an email delivery engine which replaces the internal guts @@ -23,7 +23,7 @@ to provide richer email features. </comments> <compatibility> - <ver>5.61</ver> + <ver>5.62</ver> </compatibility> <tags> <tag>mgmt:required</tag> diff --git a/civicrm/ext/flexmailer/src/ClickTracker/HtmlClickTracker.php b/civicrm/ext/flexmailer/src/ClickTracker/HtmlClickTracker.php index 9dd3759b37..822ccbd19f 100644 --- a/civicrm/ext/flexmailer/src/ClickTracker/HtmlClickTracker.php +++ b/civicrm/ext/flexmailer/src/ClickTracker/HtmlClickTracker.php @@ -15,7 +15,7 @@ class HtmlClickTracker implements ClickTrackerInterface { public function filterContent($msg, $mailing_id, $queue_id) { return self::replaceHrefUrls($msg, function ($url) use ($mailing_id, $queue_id) { - $data = \CRM_Mailing_BAO_TrackableURL::getTrackerURL( + $data = \CRM_Mailing_BAO_MailingTrackableURL::getTrackerURL( html_entity_decode($url), $mailing_id, $queue_id); $data = htmlentities($data, ENT_NOQUOTES); return $data; diff --git a/civicrm/ext/flexmailer/src/ClickTracker/TextClickTracker.php b/civicrm/ext/flexmailer/src/ClickTracker/TextClickTracker.php index 1fdea53e8b..e3c12f3d59 100644 --- a/civicrm/ext/flexmailer/src/ClickTracker/TextClickTracker.php +++ b/civicrm/ext/flexmailer/src/ClickTracker/TextClickTracker.php @@ -15,7 +15,7 @@ class TextClickTracker implements ClickTrackerInterface { public function filterContent($msg, $mailing_id, $queue_id) { return self::replaceTextUrls($msg, function ($url) use ($mailing_id, $queue_id) { - return \CRM_Mailing_BAO_TrackableURL::getTrackerURL($url, $mailing_id, + return \CRM_Mailing_BAO_MailingTrackableURL::getTrackerURL($url, $mailing_id, $queue_id); } ); diff --git a/civicrm/ext/flexmailer/src/Event/CheckSendableEvent.php b/civicrm/ext/flexmailer/src/Event/CheckSendableEvent.php index bc3f530a50..3a36f5adbc 100644 --- a/civicrm/ext/flexmailer/src/Event/CheckSendableEvent.php +++ b/civicrm/ext/flexmailer/src/Event/CheckSendableEvent.php @@ -76,8 +76,8 @@ class CheckSendableEvent extends \Civi\Core\Event\GenericHookEvent { throw new \RuntimeException("getFullBody() only supports body_text and body_html"); } $mailing = $this->getMailing(); - $header = $mailing->header_id && $mailing->header_id != 'null' ? \CRM_Mailing_BAO_Component::findById($mailing->header_id) : NULL; - $footer = $mailing->footer_id && $mailing->footer_id != 'null' ? \CRM_Mailing_BAO_Component::findById($mailing->footer_id) : NULL; + $header = $mailing->header_id && $mailing->header_id != 'null' ? \CRM_Mailing_BAO_MailingComponent::findById($mailing->header_id) : NULL; + $footer = $mailing->footer_id && $mailing->footer_id != 'null' ? \CRM_Mailing_BAO_MailingComponent::findById($mailing->footer_id) : NULL; if (empty($mailing->{$field})) { return NULL; } diff --git a/civicrm/ext/flexmailer/src/Listener/Abdicator.php b/civicrm/ext/flexmailer/src/Listener/Abdicator.php index dd42953b3d..3c1a1e2fd8 100644 --- a/civicrm/ext/flexmailer/src/Listener/Abdicator.php +++ b/civicrm/ext/flexmailer/src/Listener/Abdicator.php @@ -76,7 +76,7 @@ class Abdicator { $errors = \CRM_Mailing_BAO_Mailing::checkSendable($e->getMailing()); if (is_array($errors)) { foreach ($errors as $key => $message) { - $e->setError($key, $message);; + $e->setError($key, $message); } } } diff --git a/civicrm/ext/flexmailer/tests/phpunit/Civi/FlexMailer/ClickTrackerTest.php b/civicrm/ext/flexmailer/tests/phpunit/Civi/FlexMailer/ClickTrackerTest.php index 5ba9c960e8..4bf926f3bb 100644 --- a/civicrm/ext/flexmailer/tests/phpunit/Civi/FlexMailer/ClickTrackerTest.php +++ b/civicrm/ext/flexmailer/tests/phpunit/Civi/FlexMailer/ClickTrackerTest.php @@ -29,15 +29,15 @@ class ClickTrackerTest extends \PHPUnit\Framework\TestCase implements HeadlessIn // Mock the getTrackerURL call; we don't need to test creating a row in a table. // If you want this to work without runkit, then either (a) make the dummy rows or (b) switch this to a hook/event that is runtime-configurable. require_once 'CRM/Mailing/BAO/TrackableURL.php'; - \runkit7_method_rename('\CRM_Mailing_BAO_TrackableURL', 'getBasicTrackerURL', 'orig_getBasicTrackerURL'); - \runkit7_method_add('\CRM_Mailing_BAO_TrackableURL', 'getBasicTrackerURL', '$a, $b, $c', 'return \'http://example.com/extern?u=1&qid=1\';', RUNKIT7_ACC_STATIC | RUNKIT7_ACC_PRIVATE); + \runkit7_method_rename('\CRM_Mailing_BAO_MailingTrackableURL', 'getBasicTrackerURL', 'orig_getBasicTrackerURL'); + \runkit7_method_add('\CRM_Mailing_BAO_MailingTrackableURL', 'getBasicTrackerURL', '$a, $b, $c', 'return \'http://example.com/extern?u=1&qid=1\';', RUNKIT7_ACC_STATIC | RUNKIT7_ACC_PRIVATE); parent::setUp(); } public function tearDown(): void { // Reset the class. - \runkit7_method_remove('\CRM_Mailing_BAO_TrackableURL', 'getBasicTrackerURL'); - \runkit7_method_rename('\CRM_Mailing_BAO_TrackableURL', 'orig_getBasicTrackerURL', 'getBasicTrackerURL'); + \runkit7_method_remove('\CRM_Mailing_BAO_MailingTrackableURL', 'getBasicTrackerURL'); + \runkit7_method_rename('\CRM_Mailing_BAO_MailingTrackableURL', 'orig_getBasicTrackerURL', 'getBasicTrackerURL'); parent::tearDown(); } diff --git a/civicrm/ext/greenwich/info.xml b/civicrm/ext/greenwich/info.xml index 8ee812828c..5bf778a5de 100644 --- a/civicrm/ext/greenwich/info.xml +++ b/civicrm/ext/greenwich/info.xml @@ -15,13 +15,13 @@ <url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url> </urls> <releaseDate>2020-07-21</releaseDate> - <version>5.61.4</version> + <version>5.62.0</version> <tags> <tag>mgmt:hidden</tag> </tags> <develStage>stable</develStage> <compatibility> - <ver>5.61</ver> + <ver>5.62</ver> </compatibility> <classloader> <psr0 prefix="CRM_" path="."/> diff --git a/civicrm/ext/legacycustomsearches/CRM/Contact/Form/Search/Action/Export.php b/civicrm/ext/legacycustomsearches/CRM/Contact/Form/Search/Action/Export.php new file mode 100644 index 0000000000..5d2b961b08 --- /dev/null +++ b/civicrm/ext/legacycustomsearches/CRM/Contact/Form/Search/Action/Export.php @@ -0,0 +1,77 @@ +<?php +/* + +--------------------------------------------------------------------+ + | Copyright CiviCRM LLC. All rights reserved. | + | | + | This work is published under the GNU AGPLv3 license with some | + | permitted exceptions and without any warranty. For full license | + | and copyright information, see https://civicrm.org/licensing | + +--------------------------------------------------------------------+ + */ + +/** + * + * @package CRM + * @copyright CiviCRM LLC https://civicrm.org/licensing + */ +class CRM_Contact_Form_Search_Action_Export extends CRM_Core_Form_Task { + + public function preProcess(): void { + $this->preventAjaxSubmit(); + self::exportCustom($this->get('customSearchClass'), + $this->get('formValues'), + $this->get(CRM_Utils_Sort::SORT_ORDER) + ); + } + + /** + * @param $customSearchClass + * @param $formValues + * @param $order + */ + public static function exportCustom($customSearchClass, $formValues, $order) { + $ext = CRM_Extension_System::singleton()->getMapper(); + if (!$ext->isExtensionClass($customSearchClass)) { + require_once str_replace('_', DIRECTORY_SEPARATOR, $customSearchClass) . '.php'; + } + else { + require_once $ext->classToPath($customSearchClass); + } + $search = new $customSearchClass($formValues); + + $includeContactIDs = FALSE; + if ($formValues['radio_ts'] == 'ts_sel') { + $includeContactIDs = TRUE; + } + + $sql = $search->all(0, 0, $order, $includeContactIDs); + + $columns = $search->columns(); + + $header = array_keys($columns); + $fields = array_values($columns); + + $rows = []; + $dao = CRM_Core_DAO::executeQuery($sql); + $alterRow = FALSE; + if (method_exists($search, 'alterRow')) { + $alterRow = TRUE; + } + while ($dao->fetch()) { + $row = []; + + foreach ($fields as $field) { + $unqualified_field = CRM_Utils_Array::First(array_slice(explode('.', $field), -1)); + $row[$field] = $dao->$unqualified_field; + } + if ($alterRow) { + $search->alterRow($row); + } + $rows[] = $row; + } + + CRM_Core_Report_Excel::writeCSVFile(ts('CiviCRM Contact Search'), $header, $rows); + CRM_Utils_System::civiExit(); + } + +} diff --git a/civicrm/ext/legacycustomsearches/CRM/Legacycustomsearches/StateMachine/Search.php b/civicrm/ext/legacycustomsearches/CRM/Legacycustomsearches/StateMachine/Search.php index 796e8d3db0..46a18ee942 100644 --- a/civicrm/ext/legacycustomsearches/CRM/Legacycustomsearches/StateMachine/Search.php +++ b/civicrm/ext/legacycustomsearches/CRM/Legacycustomsearches/StateMachine/Search.php @@ -73,7 +73,9 @@ class CRM_Legacycustomsearches_StateMachine_Search extends CRM_Core_StateMachine $value = $this->_controller->get('task'); } $this->_controller->set('task', $value); - + if ((int) $value === CRM_Core_Task::TASK_EXPORT) { + return ['CRM_Contact_Form_Search_Action_Export', FALSE]; + } $componentMode = $this->_controller->get('component_mode'); $modeValue = CRM_Contact_Form_Search::getModeValue($componentMode); $taskClassName = $modeValue['taskClassName']; diff --git a/civicrm/ext/legacycustomsearches/info.xml b/civicrm/ext/legacycustomsearches/info.xml index be30640c23..82cd97ecfa 100644 --- a/civicrm/ext/legacycustomsearches/info.xml +++ b/civicrm/ext/legacycustomsearches/info.xml @@ -15,13 +15,13 @@ <url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url> </urls> <releaseDate>2021-07-25</releaseDate> - <version>5.61.4</version> + <version>5.62.0</version> <develStage>stable</develStage> <tags> <tag>mgmt:hidden</tag> </tags> <compatibility> - <ver>5.61</ver> + <ver>5.62</ver> </compatibility> <comments>This is hidden on install to give extensions that require it time to add it to their requires and to allow us to get it out of GroupContact load</comments> <classloader> diff --git a/civicrm/ext/message_admin/info.xml b/civicrm/ext/message_admin/info.xml index 0aa47bbe26..4c6fed34aa 100644 --- a/civicrm/ext/message_admin/info.xml +++ b/civicrm/ext/message_admin/info.xml @@ -15,10 +15,10 @@ <url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url> </urls> <releaseDate>2021-06-12</releaseDate> - <version>5.61.4</version> + <version>5.62.0</version> <develStage>alpha</develStage> <compatibility> - <ver>5.61</ver> + <ver>5.62</ver> </compatibility> <requires> <ext>org.civicrm.afform</ext> diff --git a/civicrm/ext/oauth-client/info.xml b/civicrm/ext/oauth-client/info.xml index 659b8fb14f..81ee5e353f 100644 --- a/civicrm/ext/oauth-client/info.xml +++ b/civicrm/ext/oauth-client/info.xml @@ -15,10 +15,10 @@ <url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url> </urls> <releaseDate>2020-10-23</releaseDate> - <version>5.61.4</version> + <version>5.62.0</version> <develStage>stable</develStage> <compatibility> - <ver>5.61</ver> + <ver>5.62</ver> </compatibility> <requires> <ext version="~4.5">org.civicrm.afform</ext> diff --git a/civicrm/ext/payflowpro/info.xml b/civicrm/ext/payflowpro/info.xml index ba879cabe8..0c8700ae5d 100644 --- a/civicrm/ext/payflowpro/info.xml +++ b/civicrm/ext/payflowpro/info.xml @@ -15,10 +15,10 @@ <url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url> </urls> <releaseDate>2021-04-13</releaseDate> - <version>5.61.4</version> + <version>5.62.0</version> <develStage>stable</develStage> <compatibility> - <ver>5.61</ver> + <ver>5.62</ver> </compatibility> <comments>This extension is extraction of the original Core Payflow Pro Payment Processor</comments> <classloader> diff --git a/civicrm/ext/recaptcha/info.xml b/civicrm/ext/recaptcha/info.xml index 7143cd72e3..bf7ec4d39a 100644 --- a/civicrm/ext/recaptcha/info.xml +++ b/civicrm/ext/recaptcha/info.xml @@ -13,13 +13,13 @@ <url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url> </urls> <releaseDate>2021-04-03</releaseDate> - <version>5.61.4</version> + <version>5.62.0</version> <tags> <tag>mgmt:hidden</tag> </tags> <develStage>stable</develStage> <compatibility> - <ver>5.61</ver> + <ver>5.62</ver> </compatibility> <classloader> <psr0 prefix="CRM_" path="."/> diff --git a/civicrm/ext/search_kit/Civi/Search/Admin.php b/civicrm/ext/search_kit/Civi/Search/Admin.php index 5c85d27c95..b8866bdfc3 100644 --- a/civicrm/ext/search_kit/Civi/Search/Admin.php +++ b/civicrm/ext/search_kit/Civi/Search/Admin.php @@ -188,8 +188,8 @@ class Admin { private static function addImplicitFKFields(array $schema):array { foreach ($schema as &$entity) { if ($entity['searchable'] !== 'bridge') { - foreach (array_reverse($entity['fields'], TRUE) as $index => $field) { - if (!empty($field['fk_entity']) && !$field['options'] && !empty($schema[$field['fk_entity']]['label_field'])) { + foreach (array_reverse($entity['fields'] ?? [], TRUE) as $index => $field) { + if (!empty($field['fk_entity']) && !$field['options'] && !$field['suffixes'] && !empty($schema[$field['fk_entity']]['label_field'])) { $isCustom = strpos($field['name'], '.'); // Custom fields: append "Contact ID" etc. to original field label if ($isCustom) { diff --git a/civicrm/ext/search_kit/ang/crmSearchAdmin.module.js b/civicrm/ext/search_kit/ang/crmSearchAdmin.module.js index 54d3322809..08fc3704fe 100644 --- a/civicrm/ext/search_kit/ang/crmSearchAdmin.module.js +++ b/civicrm/ext/search_kit/ang/crmSearchAdmin.module.js @@ -181,10 +181,12 @@ return {field: field, join: join}; } function parseFnArgs(info, expr) { - var fnName = expr.split('(')[0], - argString = expr.substr(fnName.length + 1, expr.length - fnName.length - 2); + var matches = /([_A-Z]+)\((.*)\)(:[a-z]+)?$/.exec(expr), + fnName = matches[1], + argString = matches[2]; info.fn = _.find(CRM.crmSearchAdmin.functions, {name: fnName || 'e'}); info.data_type = (info.fn && info.fn.data_type) || null; + info.suffix = matches[3]; function getKeyword(whitelist) { var keyword; diff --git a/civicrm/ext/search_kit/ang/crmSearchAdmin/crmSearchAdmin.component.js b/civicrm/ext/search_kit/ang/crmSearchAdmin/crmSearchAdmin.component.js index 4d1d8e9f1b..d5dde6b1e3 100644 --- a/civicrm/ext/search_kit/ang/crmSearchAdmin/crmSearchAdmin.component.js +++ b/civicrm/ext/search_kit/ang/crmSearchAdmin/crmSearchAdmin.component.js @@ -535,7 +535,7 @@ _.each(fields, function(field) { var item = { // Use options suffix if available. - id: prefix + field.name + (field.options && _.includes(field.suffixes || [], suffix.replace(':', '')) ? suffix : ''), + id: prefix + field.name + (_.includes(field.suffixes || [], suffix.replace(':', '')) ? suffix : ''), text: field.label, description: field.description }; diff --git a/civicrm/ext/search_kit/ang/crmSearchAdmin/crmSearchFunction.component.js b/civicrm/ext/search_kit/ang/crmSearchAdmin/crmSearchFunction.component.js index a9c7496cdd..bf4e16ab77 100644 --- a/civicrm/ext/search_kit/ang/crmSearchAdmin/crmSearchFunction.component.js +++ b/civicrm/ext/search_kit/ang/crmSearchAdmin/crmSearchFunction.component.js @@ -186,6 +186,10 @@ ctrl.expr += args.join(''); ctrl.expr += ')'; if (ctrl.mode === 'select') { + // Add pseudoconstant suffix if function has an option list + if (ctrl.fn.options) { + ctrl.expr += ':label'; + } ctrl.expr += ' AS ' + makeAlias(); } } else { diff --git a/civicrm/ext/search_kit/ang/crmSearchTasks/crmSearchInput/entityRef.html b/civicrm/ext/search_kit/ang/crmSearchTasks/crmSearchInput/entityRef.html index 0574685b8e..1e284f37ed 100644 --- a/civicrm/ext/search_kit/ang/crmSearchTasks/crmSearchInput/entityRef.html +++ b/civicrm/ext/search_kit/ang/crmSearchTasks/crmSearchInput/entityRef.html @@ -2,7 +2,7 @@ class="form-control" ng-model="$ctrl.value" crm-autocomplete="$ctrl.getFkEntity()" - crm-autocomplete-params="{fieldName: $ctrl.field.entity + '.' + $ctrl.field.name}" + crm-autocomplete-params="{fieldName: $ctrl.field.entity + '.' + $ctrl.field.name, key: $ctrl.optionKey || null}" auto-open="true" multi="$ctrl.isMulti()" static-options="$ctrl.getAutocompleteStaticOptions()" diff --git a/civicrm/ext/search_kit/info.xml b/civicrm/ext/search_kit/info.xml index bdda7d4b18..14fe943a0c 100644 --- a/civicrm/ext/search_kit/info.xml +++ b/civicrm/ext/search_kit/info.xml @@ -15,13 +15,13 @@ <url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url> </urls> <releaseDate>2021-01-06</releaseDate> - <version>5.61.4</version> + <version>5.62.0</version> <develStage>stable</develStage> <tags> <tag>mgmt:required</tag> </tags> <compatibility> - <ver>5.61</ver> + <ver>5.62</ver> </compatibility> <comments>Click on the chat link above to discuss development, report problems or ask questions.</comments> <classloader> diff --git a/civicrm/ext/sequentialcreditnotes/info.xml b/civicrm/ext/sequentialcreditnotes/info.xml index fc9f64abca..6e79787434 100644 --- a/civicrm/ext/sequentialcreditnotes/info.xml +++ b/civicrm/ext/sequentialcreditnotes/info.xml @@ -15,13 +15,13 @@ <url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url> </urls> <releaseDate>2020-01-28</releaseDate> - <version>5.61.4</version> + <version>5.62.0</version> <tags> <tag>mgmt:hidden</tag> </tags> <develStage>stable</develStage> <compatibility> - <ver>5.61</ver> + <ver>5.62</ver> </compatibility> <mixins> <mixin>setting-php@1.0.0</mixin> diff --git a/civicrm/extern/url.php b/civicrm/extern/url.php index e9955097cb..370a1fe5d2 100644 --- a/civicrm/extern/url.php +++ b/civicrm/extern/url.php @@ -18,7 +18,7 @@ if (!$url_id) { } require_once 'CRM/Mailing/Event/BAO/TrackableURLOpen.php'; -$url = CRM_Mailing_Event_BAO_MailingEventClickThrough::track($queue_id, $url_id); +$url = CRM_Mailing_Event_BAO_MailingEventTrackableURLOpen::track($queue_id, $url_id); // CRM-7103 // Looking for additional query variables and append them when redirecting. @@ -54,5 +54,6 @@ if (strlen($query_string) > 0) { $url = str_replace('&', '&', $url); // CRM-17953 - The CMS is not bootstrapped so cannot use CRM_Utils_System::redirect +header('X-Robots-Tag', 'noindex'); header('Location: ' . $url); CRM_Utils_System::civiExit(); diff --git a/civicrm/release-notes.md b/civicrm/release-notes.md index f064be75bf..d6db6ed473 100644 --- a/civicrm/release-notes.md +++ b/civicrm/release-notes.md @@ -15,41 +15,16 @@ Other resources for identifying changes are: * https://github.com/civicrm/civicrm-joomla * https://github.com/civicrm/civicrm-wordpress -## CiviCRM 5.61.4 +## CiviCRM 5.62.0 -Released May 24, 2023 +Released June 7, 2023 -- **[Synopsis](release-notes/5.61.4.md#synopsis)** -- **[Bugs resolved](release-notes/5.61.4.md#bugs)** -- **[Credits](release-notes/5.61.4.md#credits)** -- **[Feedback](release-notes/5.61.4.md#feedback)** - -## CiviCRM 5.61.3 - -Released May 19, 2023 - -- **[Synopsis](release-notes/5.61.3.md#synopsis)** -- **[Bugs resolved](release-notes/5.61.3.md#bugs)** -- **[Credits](release-notes/5.61.3.md#credits)** -- **[Feedback](release-notes/5.61.3.md#feedback)** - -## CiviCRM 5.61.2 - -Released May 8, 2023 - -- **[Synopsis](release-notes/5.61.2.md#synopsis)** -- **[Bugs resolved](release-notes/5.61.2.md#bugs)** -- **[Credits](release-notes/5.61.2.md#credits)** -- **[Feedback](release-notes/5.61.2.md#feedback)** - -## CiviCRM 5.61.1 - -Released May 5, 2023 - -- **[Synopsis](release-notes/5.61.1.md#synopsis)** -- **[Bugs resolved](release-notes/5.61.1.md#bugs)** -- **[Credits](release-notes/5.61.1.md#credits)** -- **[Feedback](release-notes/5.61.1.md#feedback)** +- **[Synopsis](release-notes/5.62.0.md#synopsis)** +- **[Features](release-notes/5.62.0.md#features)** +- **[Bugs resolved](release-notes/5.62.0.md#bugs)** +- **[Miscellany](release-notes/5.62.0.md#misc)** +- **[Credits](release-notes/5.62.0.md#credits)** +- **[Feedback](release-notes/5.62.0.md#feedback)** ## CiviCRM 5.61.0 diff --git a/civicrm/release-notes/5.61.1.md b/civicrm/release-notes/5.61.1.md deleted file mode 100644 index 18216c4225..0000000000 --- a/civicrm/release-notes/5.61.1.md +++ /dev/null @@ -1,39 +0,0 @@ -# CiviCRM 5.61.1 - -Released May 5, 2023 - -- **[Synopsis](#synopsis)** -- **[Bugs resolved](#bugs)** -- **[Credits](#credits)** -- **[Feedback](#feedback)** - -## <a name="synopsis"></a>Synopsis - -| *Does this version...?* | | -| --------------------------------------------------------------- | -------- | -| Change the database schema? | no | -| Alter the API? | no | -| Require attention to configuration options? | no | -| Fix problems installing or upgrading to a previous version? | no | -| Introduce features? | no | -| **Fix bugs?** | **yes** | -| Fix security vulnerabilities? | no | - -## <a name="bugs"></a>Bugs resolved - -* **_Drupal_: Fix compatibility with Drupal v9.5.9 ([drupal#82](https://github.com/civicrm/civicrm-drupal-8/pull/82), [#26159](https://github.com/civicrm/civicrm-core/pull/26159))** - - Drupal v9.5.9 modified the handling of "Route" data. This revision changes the CiviCRM-Drupal routes for compatibility. Administrators should manually clear Drupal caches (`drush cc` or "_Administration > Configuration > Development_"). - -## <a name="credits"></a>Credits - -This release was developed by the following authors and reviewers: - -Skvare - Mark Hanna; marvs5; JMA Consulting - Seamus Lee; Jens Schuppe; Dave D; CiviCRM - -Tim Otten - -## <a name="feedback"></a>Feedback - -These release notes are edited by Tim Otten and Andie Hunt. If you'd like to -provide feedback on them, please login to https://chat.civicrm.org/civicrm and -contact `@agh1`. diff --git a/civicrm/release-notes/5.61.2.md b/civicrm/release-notes/5.61.2.md deleted file mode 100644 index 09ef0612d7..0000000000 --- a/civicrm/release-notes/5.61.2.md +++ /dev/null @@ -1,38 +0,0 @@ -# CiviCRM 5.61.2 - -Released May 8, 2023 - -- **[Synopsis](#synopsis)** -- **[Bugs resolved](#bugs)** -- **[Credits](#credits)** -- **[Feedback](#feedback)** - -## <a name="synopsis"></a>Synopsis - -| *Does this version...?* | | -| --------------------------------------------------------------- | -------- | -| Change the database schema? | no | -| Alter the API? | no | -| Require attention to configuration options? | no | -| Fix problems installing or upgrading to a previous version? | no | -| Introduce features? | no | -| **Fix bugs?** | **yes** | -| Fix security vulnerabilities? | no | - -## <a name="bugs"></a>Bugs resolved - -* **_CiviMember_: Cannot submit certain membership forms (non-"quick config" forms) ([dev/core#4282](https://lab.civicrm.org/dev/core/-/issues/4282): [#26170](https://github.com/civicrm/civicrm-core/pull/26170))** -* **_Drupal_: Extraneous warnings logged for non-CiviCRM pages (Drupal 8/9/10) ([drupal#85](https://github.com/civicrm/civicrm-drupal-8/pull/85))** - -## <a name="credits"></a>Credits - -This release was developed by the following authors and reviewers: - -Wikimedia Foundation - Eileen McNaughton; Semper IT - Karin Gerritsen; HeneryH; Fuzion - -Jitendra Purohit; Dave D; composerjk; CiviCRM - Tim Otten - -## <a name="feedback"></a>Feedback - -These release notes are edited by Tim Otten and Andie Hunt. If you'd like to -provide feedback on them, please login to https://chat.civicrm.org/civicrm and -contact `@agh1`. diff --git a/civicrm/release-notes/5.61.3.md b/civicrm/release-notes/5.61.3.md deleted file mode 100644 index 4e7a283e55..0000000000 --- a/civicrm/release-notes/5.61.3.md +++ /dev/null @@ -1,38 +0,0 @@ -# CiviCRM 5.61.3 - -Released May 19, 2023 - -- **[Synopsis](#synopsis)** -- **[Bugs resolved](#bugs)** -- **[Credits](#credits)** -- **[Feedback](#feedback)** - -## <a name="synopsis"></a>Synopsis - -| *Does this version...?* | | -| --------------------------------------------------------------- | -------- | -| Change the database schema? | no | -| Alter the API? | no | -| Require attention to configuration options? | no | -| Fix problems installing or upgrading to a previous version? | no | -| Introduce features? | no | -| **Fix bugs?** | **yes** | -| Fix security vulnerabilities? | no | - -## <a name="bugs"></a>Bugs resolved - -* **_CiviMember_: Renewal checkbox does not appear on contribution pages (when using non-"quick config" forms) ([dev/core#4282](https://lab.civicrm.org/dev/core/-/issues/4282): [#26268](https://github.com/civicrm/civicrm-core/pull/26268))** -* **_Payment Processing_: Warning about "frontend_title" ([#26267](https://github.com/civicrm/civicrm-core/pull/26267))** - -## <a name="credits"></a>Credits - -This release was developed by the following authors and reviewers: - -Wikimedia Foundation - Eileen McNaughton; Klangsoft - David Reedy Jr; CiviCRM - Coleman -Watts - -## <a name="feedback"></a>Feedback - -These release notes are edited by Tim Otten and Andie Hunt. If you'd like to -provide feedback on them, please login to https://chat.civicrm.org/civicrm and -contact `@agh1`. diff --git a/civicrm/release-notes/5.61.4.md b/civicrm/release-notes/5.61.4.md deleted file mode 100644 index a06683522a..0000000000 --- a/civicrm/release-notes/5.61.4.md +++ /dev/null @@ -1,41 +0,0 @@ -# CiviCRM 5.61.4 - -Released May 24, 2023 - -- **[Synopsis](#synopsis)** -- **[Bugs resolved](#bugs)** -- **[Credits](#credits)** -- **[Feedback](#feedback)** - -## <a name="synopsis"></a>Synopsis - -| *Does this version...?* | | -| --------------------------------------------------------------- | -------- | -| Change the database schema? | no | -| Alter the API? | no | -| Require attention to configuration options? | no | -| Fix problems installing or upgrading to a previous version? | no | -| Introduce features? | no | -| **Fix bugs?** | **yes** | -| Fix security vulnerabilities? | no | - -## <a name="bugs"></a>Bugs resolved - -* **_CiviMember_: Fix erroneous layout on "Contribution Page" ([dev/core#4310](https://lab.civicrm.org/dev/core/-/issues/4310): [#26320](https://github.com/civicrm/civicrm-core/pull/26320))** -* **_CiviSMS/CiviMail_: Fix error processing help text ([dev/core#4306](https://lab.civicrm.org/dev/core/-/issues/4306): [#26010](https://github.com/civicrm/civicrm-core/pull/26010))** -* **_Custom Data_: Fix error processing help text ([dev/core#4303](https://lab.civicrm.org/dev/core/-/issues/4303): [#26298](https://github.com/civicrm/civicrm-core/pull/26298))** - -## <a name="credits"></a>Credits - -This release was developed by the following authors and reviewers: - -Wildsight - Lars Sanders-Green; wil_SRQ; Wikimedia Foundation - Eileen McNaughton; -Megaphone Technology Consulting - Jon Goldberg; JMA Consulting - Seamus Lee; -jhungerford; Dave D; Coop SymbioTIC - Mathieu Lutfy, Samuel Vanhove; CiviCRM - Tim -Otten, Coleman Watts; Agileware - Justin Freeman, Francis Whittle - -## <a name="feedback"></a>Feedback - -These release notes are edited by Tim Otten and Andie Hunt. If you'd like to -provide feedback on them, please login to https://chat.civicrm.org/civicrm and -contact `@agh1`. diff --git a/civicrm/release-notes/5.62.0.md b/civicrm/release-notes/5.62.0.md new file mode 100644 index 0000000000..b1142d26ea --- /dev/null +++ b/civicrm/release-notes/5.62.0.md @@ -0,0 +1,553 @@ +# CiviCRM 5.62.0 + +Released June 7, 2023 + +- **[Synopsis](#synopsis)** +- **[Features](#features)** +- **[Bugs resolved](#bugs)** +- **[Miscellany](#misc)** +- **[Credits](#credits)** +- **[Feedback](#feedback)** + +## <a name="synopsis"></a>Synopsis + +| *Does this version...?* | | +|:--------------------------------------------------------------- |:-------:| +| Fix security vulnerabilities? | no | +| **Change the database schema?** | **yes** | +| **Alter the API?** | **yes** | +| **Require attention to configuration options?** | **yes** | +| Fix problems installing or upgrading to a previous version? | no | +| **Introduce features?** | **yes** | +| **Fix bugs?** | **yes** | + +## <a name="features"></a>Features + +### Core CiviCRM + +- **Importer - Add system-setting for batch size + ([26125](https://github.com/civicrm/civicrm-core/pull/26125))** + + Adds a setting for import batch size. + +- **Add target contact custom data to activity report + ([26137](https://github.com/civicrm/civicrm-core/pull/26137))** + + Adds custom fields for the target contact to the activity report. + +- **API4: add SQL Function DAYOFWEEK + ([26063](https://github.com/civicrm/civicrm-core/pull/26063))** + + Adds day of week functions as SQL transformation. Let's you do things like + 'find events on Wednesdays'. + +- **APIv4 - Fix customValue fieldSpec to include input types & labels + ([26009](https://github.com/civicrm/civicrm-core/pull/26009))** + + Adds necessary metadata to allow multirecord-custom-field entities to filter + by contact in Afform. + +- **API4: Add DAYSTOANNIV function + ([26062](https://github.com/civicrm/civicrm-core/pull/26062))** + + Adds a DAYSTOANNIV function to generalize the 'days to next birthday' + calculated field to be applicable to any date field. + +- **APIv4 Explorer - Translate localizable strings in php output + ([26058](https://github.com/civicrm/civicrm-core/pull/26058))** + + Displays localizable strings wrapped in E::ts() when using PHP output in the + APIv4 explorer. + +- **Add sql QUARTER function + ([26061](https://github.com/civicrm/civicrm-core/pull/26061))** + + Adds QUARTER sql function for use in Api4 / Search Kit. + +- **Support APCu with apcu_* functions + ([dev/core#4243](https://lab.civicrm.org/dev/core/-/issues/4243): + [26073](https://github.com/civicrm/civicrm-core/pull/26073))** + + Adds support for APCu functions. + +- **Afform - Allow selecting search operator for filter fields + ([26066](https://github.com/civicrm/civicrm-core/pull/26066))** + + Makes it so users can select search operators for Afform filter fields. + +- **SearchKit - Display option values for field transformations + ([26065](https://github.com/civicrm/civicrm-core/pull/26065))** + + Takes advantage of function option lists in SearchKit output, e.g. this + will show Janurary instead of 1 for the Month-Only transformation. + +- **RecentItems - Improve automatic url construction + ([24662](https://github.com/civicrm/civicrm-core/pull/24662))** + + Improves the automatic construction of URLs to include tokens other than [id], + which allows switching the CiviGrant extension to use the api. It also paves + the way for the ECK extension to integrate with RecentItems. + +- **Scheduled Jobs - add dedicated url's for add, edit/delete + ([26056](https://github.com/civicrm/civicrm-core/pull/26056))** + + In preparation for a 'Manage Scheduled Jobs' screen in the Admin UI extension, + this updates the URL's for adding, editing and deleting Jobs so it does not + conflict with the URL for managing scheduled jobs. + +- **CustomField - Support filters in EntityReference fields + ([25960](https://github.com/civicrm/civicrm-core/pull/25960))** + + Adds basic support for filters on the new custom field type EntityReference. + +- **Make enable_components a non-domain setting + ([26043](https://github.com/civicrm/civicrm-core/pull/26043))** + + Makes `enable_components` a global setting rather than domain-specific. + +- **Add user-friendly label to contact.image_URL field + ([26097](https://github.com/civicrm/civicrm-core/pull/26097))** + + Adds a friendlier user-facing label to the Contact.image_URL field. + +- **Finish making legacycustomsearches optional + ([dev/core#4112](https://lab.civicrm.org/dev/core/-/issues/4112): + [25504](https://github.com/civicrm/civicrm-core/pull/25504))** + + Separate code to handle exporting legacy custom searches into the extension. + +- **Update success.tpl CSS (pre/post upgrade messages) + ([25961](https://github.com/civicrm/civicrm-core/pull/25961))** + + Makes pre and post upgrade messages prettier. + +### CiviContribute + +- **Add regions to the Contribute Dashboard Page + ([26100](https://github.com/civicrm/civicrm-core/pull/26100))** + + Adds regions to the Contribute Dashboard page to make it easier for developers + to customize it. + +### CiviMail + +- **Mailing - Rename trackable URL entities for consistency and add APIv4 + ([26016](https://github.com/civicrm/civicrm-core/pull/26016))** + + Adds missing APIs for tracking click-throughs in sent mailings. + +### Drupal Integration + +- **Event ID contextual filter + ([664](https://github.com/civicrm/civicrm-drupal/pull/664))** + + Makes it so one can use the Event ID as a contextual filter for blocks + displayed on event info pages. + +## <a name="bugs"></a>Bugs resolved + +### Core CiviCRM + +- **Search string on a custom contact field is escaped too many times + ([dev/core#1340](https://lab.civicrm.org/dev/core/-/issues/1340): + [26018](https://github.com/civicrm/civicrm-core/pull/26018))** + +- **Custom radio fields do not allow both a clear button and a maximum options + per line ([dev/core#1821](https://lab.civicrm.org/dev/core/-/issues/1821): + [26110](https://github.com/civicrm/civicrm-core/pull/26110))** + +- **Preserve pristine ids' for further manipulation via hooks for reports + ([dev/core#2855](https://lab.civicrm.org/dev/core/-/issues/2855): + [26144](https://github.com/civicrm/civicrm-core/pull/26144))** + +- **Fix lack of price set options for edit registration from search results + ([24671](https://github.com/civicrm/civicrm-core/pull/24671))** + +- **Clicking View and Edit Price Fields for a Price Set no longer tells you + which pages/events it's being used in + ([dev/core#4248](https://lab.civicrm.org/dev/core/-/issues/4248): + [26090](https://github.com/civicrm/civicrm-core/pull/26090))** + +- **Search results include participants with price set options they have been + removed from ([dev/core#3885](https://lab.civicrm.org/dev/core/-/issues/3885): + [24650](https://github.com/civicrm/civicrm-core/pull/24650))** + + Only find fee levels with qty > 0 for participant and advanced search. + +- **AFFORM: numerical fields are not checked when the form is submitted + ([dev/core#4115](https://lab.civicrm.org/dev/core/-/issues/4115): + [26124](https://github.com/civicrm/civicrm-core/pull/26124))** + +- **Make civicrm_mapping.name required and fix index to be unique + ([26055](https://github.com/civicrm/civicrm-core/pull/26055))** + +- **Mapping.mapping_id does not resolve in api v4 explorer + ([dev/core#4226](https://lab.civicrm.org/dev/core/-/issues/4226): + [26046](https://github.com/civicrm/civicrm-core/pull/26046))** + + Adds labelField metadata for mapping entity. + +- **Contact import (new) deletes contact fields + ([dev/core#4227](https://lab.civicrm.org/dev/core/-/issues/4227): + [26172](https://github.com/civicrm/civicrm-core/pull/26172))** + + Fixes import to not blank birth_date etc on update. + +- **Formbuilder: Labels of filters double-escape html + ([dev/core#4242](https://lab.civicrm.org/dev/core/-/issues/4242): + [26069](https://github.com/civicrm/civicrm-core/pull/26069))** + + Fix double-escape of Formbuilder form labels. + +- **Dblog warning: pass an array for included groups Caller: + CRM_ACL_API::groupPermission Array ( [civi.tag] => deprecated ) + ([dev/core#4249](https://lab.civicrm.org/dev/core/-/issues/4249): + [26086](https://github.com/civicrm/civicrm-core/pull/26086))** + +- **Auto detect line endings Deprecated + ([dev/core#4262](https://lab.civicrm.org/dev/core/-/issues/4262): + [26139](https://github.com/civicrm/civicrm-core/pull/26139) and + [26136](https://github.com/civicrm/civicrm-core/pull/26136))** + + Drop auto_detect_line_endings from civicrm.settings.php.template and add + upgrade message. + +- **Revert "Remove old deprecated class aliases" + ([dev/core#4302](https://lab.civicrm.org/dev/core/-/issues/4302): + [26271](https://github.com/civicrm/civicrm-core/pull/26271))** + +- **Custom field post help results in "Unable to load help file." + ([dev/core#4303](https://lab.civicrm.org/dev/core/-/issues/4303): + [26298](https://github.com/civicrm/civicrm-core/pull/26298))** + +- **Membership HTML output on contribution pages causing layout errors due to + unclosed div - 5.61 regression + ([dev/core#4310](https://lab.civicrm.org/dev/core/-/issues/4310): + [26320](https://github.com/civicrm/civicrm-core/pull/26320))** + +- **APIv4 - Remove incorrect EntityBridge from UFMatch entity + ([26109](https://github.com/civicrm/civicrm-core/pull/26109))** + +- **APIv4 - Enforce custom group permissions when loading metadata + ([25920](https://github.com/civicrm/civicrm-core/pull/25920))** + +- **APIv4 - Column in `ORDER` clause is ambiguous + ([dev/core#4330](https://lab.civicrm.org/dev/core/-/issues/4330): + [26437](https://github.com/civicrm/civicrm-core/pull/26437))** + +- **APIv4 Explorer - Don't translate empty strings + ([26332](https://github.com/civicrm/civicrm-core/pull/26332))** + +- **[SearchKit] Do not crash on entities without fields + ([26045](https://github.com/civicrm/civicrm-core/pull/26045))** + +- **SearchKit - Support the `Group.parents` field + ([25994](https://github.com/civicrm/civicrm-core/pull/25994))** + + Enables Group.parents field to function correctly in SearchKit. + +- **Fix broken wysiwyg fields in Afforms due to timing issue + ([26030](https://github.com/civicrm/civicrm-core/pull/26030))** + +- **Afform - Consistently save 'contact_summary' = null + ([26076](https://github.com/civicrm/civicrm-core/pull/26076))** + +- **Afform: Add required flag to select2 + ([25535](https://github.com/civicrm/civicrm-core/pull/25535))** + +- **Afform - support field defaults from the url even when in a popup + ([26028](https://github.com/civicrm/civicrm-core/pull/26028))** + +- **Fix show_public regression + ([26308](https://github.com/civicrm/civicrm-core/pull/26308))** + +- **Import help text gone missing + ([26252](https://github.com/civicrm/civicrm-core/pull/26252))** + +- **setup - Fix uninstall on MySQL 8.0 + ([26239](https://github.com/civicrm/civicrm-core/pull/26239))** + + Fixes a bug with uninstalling or reinstalling via cv (cv core:uninstall or cv + core:install -f) on MySQL 8.0. + +- **Fix notice on Constituent Summary report (strict smarty) + ([26130](https://github.com/civicrm/civicrm-core/pull/26130))** + +- **Further notice fixes on Constituent report + ([26131](https://github.com/civicrm/civicrm-core/pull/26131))** + +- **Use settings::get instead of $config object to retrieve enabled components + ([26121](https://github.com/civicrm/civicrm-core/pull/26121))** + +- **Don't add newlines into HTML emails when viewing activities + ([24900](https://github.com/civicrm/civicrm-core/pull/24900))** + +- **FiveSixtyTwo - Improve detection of identical configurations + ([26150](https://github.com/civicrm/civicrm-core/pull/26150))** + +- **Use label from schema instead of title for selects on QuickForms + ([26105](https://github.com/civicrm/civicrm-core/pull/26105))** + +- **Expire notifications for adding and removing groups, tags and relationships + ([26138](https://github.com/civicrm/civicrm-core/pull/26138))** + +- **PriceSet - Fix metadata for extends column, for SearchKit compatibility + ([24765](https://github.com/civicrm/civicrm-core/pull/24765))** + + Fixes not-so-accurate metadata on the extends column in the PriceSet entity. + +- **Include subtypes if passed to avoid 61 join limit for Mysql on Custom group + ([26096](https://github.com/civicrm/civicrm-core/pull/26096))** + +- **Enhance metadata for CustomField/Group + ([26095](https://github.com/civicrm/civicrm-core/pull/26095))** + +- **Don't show email receipt option for on hold emails when adding contribution + and selecting contact + ([25403](https://github.com/civicrm/civicrm-core/pull/25403))** + +- **Add option group file_type + ([25904](https://github.com/civicrm/civicrm-core/pull/25904))** + +- **Surveys: Fix I18n translation support and WYSIWYG support + ([26135](https://github.com/civicrm/civicrm-core/pull/26135))** + +- **empty pseudoconstant string on create causes an error + ([26098](https://github.com/civicrm/civicrm-core/pull/26098))** + +- **Use `mb_strtolower` rathter than `strtolower` to compare translated strings + ([26017](https://github.com/civicrm/civicrm-core/pull/26017))** + +- **Fix missing change from #25918 + ([26094](https://github.com/civicrm/civicrm-core/pull/26094))** + +- **Enotice fix on frontend_title + ([26267](https://github.com/civicrm/civicrm-core/pull/26267))** + +- **Minor fixes around linting + ([26033](https://github.com/civicrm/civicrm-core/pull/26033))** + +- **Fix e-notice & php8.2 issue on user dashboard + ([25545](https://github.com/civicrm/civicrm-core/pull/25545))** + +- **htxt undetected opening tag + ([26079](https://github.com/civicrm/civicrm-core/pull/26079))** + +- **Referencing not needed + ([26101](https://github.com/civicrm/civicrm-core/pull/26101))** + +### CiviCase + +- **CiviCRM Activity Revisions - still some code that uses this in core + ([dev/core#4220](https://lab.civicrm.org/dev/core/-/issues/4220): + [26039](https://github.com/civicrm/civicrm-core/pull/26039), + [26037](https://github.com/civicrm/civicrm-core/pull/26037), + [26091](https://github.com/civicrm/civicrm-core/pull/26091) and + [26092](https://github.com/civicrm/civicrm-core/pull/26092))** + +- **Migrate case activity revisions to trigger-based logging + (Work Towards + [dev/core/#1532](https://lab.civicrm.org/dev/core/-/issues/1532): + [26149](https://github.com/civicrm/civicrm-core/pull/26149))** + + Adds warning if Activity Revisions are present. + +- **Upgrade - don't set nonexistant 'civicaseActivityRevisions' setting + ([26048](https://github.com/civicrm/civicrm-core/pull/26048))** + +### CiviContribute + +- **Contribution reports, specify type for is pledge payment + ([26132](https://github.com/civicrm/civicrm-core/pull/26132))** + +- **Update BillingBlock.tpl - Error with CiviDiscount + Patch Issue #24781 + ([26064](https://github.com/civicrm/civicrm-core/pull/26064))** + +### CiviEvent + +- **fix import of participant role ID + ([25945](https://github.com/civicrm/civicrm-core/pull/25945))** + +### CiviGrant + +- **CiviGrant - Fix upgrade to work on multiple domains + ([26118](https://github.com/civicrm/civicrm-core/pull/26118))** + +### CiviMail + +- **CRM_Mailing_Selector_Browse: fix typo in local variable name + ([26106](https://github.com/civicrm/civicrm-core/pull/26106))** + +- **tell search engines not to index click-through URLs + ([26050](https://github.com/civicrm/civicrm-core/pull/26050))** + +### CiviMember + +- **Membership for regression in 5.61 + ([dev/core#4282](https://lab.civicrm.org/dev/core/-/issues/4282): + [26268](https://github.com/civicrm/civicrm-core/pull/26268))** + + Fixes isShowMembershipBlock Regression in 5.61. + +- **Regression: Fatal error when importing membership + ([26199](https://github.com/civicrm/civicrm-core/pull/26199))** + +- **Fix regression whereby membership does not submit + ([26170](https://github.com/civicrm/civicrm-core/pull/26170) and + [26193](https://github.com/civicrm/civicrm-core/pull/26193))** + +- **Offline membership receipt - custom message text is wrong + ([26128](https://github.com/civicrm/civicrm-core/pull/26128))** + +- **Update membership offline receipt to run off WorkflowTemplate & tokens + ([25930](https://github.com/civicrm/civicrm-core/pull/25930))** + +### Drupal Integration + +- **Make the `args` route parameter a string, avoiding a TypeError with Drupal + 9.5.9 ([82](https://github.com/civicrm/civicrm-drupal-8/pull/82))** + +- **Fix warnings on non-civi pages from recently fixed args param + ([85](https://github.com/civicrm/civicrm-drupal-8/pull/85))** + +- **Upgrade message for drupal9 sites to advise to clear drupal cache + ([26159](https://github.com/civicrm/civicrm-core/pull/26159))** + +- **Fix unreplaced template vars in civicrm.settings.php when using drush + installer ([650](https://github.com/civicrm/civicrm-drupal/pull/650))** + +## <a name="misc"></a>Miscellany + +- **Re-order Contact fields in table,DAO + ([26014](https://github.com/civicrm/civicrm-core/pull/26014))** + +- **Bump minimum upgradable version to 4.7.32 + ([26049](https://github.com/civicrm/civicrm-core/pull/26049))** + +- **Clarify return on `BAO_Activity::create` + ([26022](https://github.com/civicrm/civicrm-core/pull/26022))** + +- **Update a few references to `list()` + ([26023](https://github.com/civicrm/civicrm-core/pull/26023))** + +- **Replace deprecated functions in financialtrxn BAO + ([26057](https://github.com/civicrm/civicrm-core/pull/26057))** + +- **This doesn't belong here + ([26038](https://github.com/civicrm/civicrm-core/pull/26038))** + +- **I am Hu + ([26032](https://github.com/civicrm/civicrm-core/pull/26032))** + +- **Deprecate unused 'validContact' function + ([26075](https://github.com/civicrm/civicrm-core/pull/26075))** + +- **Code cleanup ([26102](https://github.com/civicrm/civicrm-core/pull/26102))** + +- **Contributors: semseysandor - change of organization + ([26107](https://github.com/civicrm/civicrm-core/pull/26107))** + +- **Remove notices on group_by i reports (eg pledge report) + ([26134](https://github.com/civicrm/civicrm-core/pull/26134))** + +- **Remove unused broken $config->geocodeMethod + ([26122](https://github.com/civicrm/civicrm-core/pull/26122))** + +- **Remove "and Time" from registration date label on view Participant + ([26104](https://github.com/civicrm/civicrm-core/pull/26104))** + +- **Removes failing patch + ([26080](https://github.com/civicrm/civicrm-core/pull/26080))** + +- **Remove unnecessary count() from smarty conditionals + ([26070](https://github.com/civicrm/civicrm-core/pull/26070))** + +- **Remove some ; + ([26053](https://github.com/civicrm/civicrm-core/pull/26053))** + +- **Remove a couple of unused variables + ([26052](https://github.com/civicrm/civicrm-core/pull/26052))** + +- **Remove almost all remaining handling for preferred_mail_format + ([26040](https://github.com/civicrm/civicrm-core/pull/26040))** + +- **Remove traces of preferred mail format from communication preferences + ([26020](https://github.com/civicrm/civicrm-core/pull/26020))** + +- **Remove old deprecated class aliases + ([26025](https://github.com/civicrm/civicrm-core/pull/26025))** + +- **Remove references to preferred_mail_format from examples + ([26019](https://github.com/civicrm/civicrm-core/pull/26019))** + +- **Remove some uses of legacy array format (`array()`) + ([26024](https://github.com/civicrm/civicrm-core/pull/26024))** + +- **Remove a long-deprecated bit of code + ([26021](https://github.com/civicrm/civicrm-core/pull/26021))** + +- **REF - Noisily deprecate BAO::retrieve functions + ([25984](https://github.com/civicrm/civicrm-core/pull/25984))** + +- **[REF] Bump socket.io-parser to 4.2.3 + ([26321](https://github.com/civicrm/civicrm-core/pull/26321))** + +- **[REF] Update league/csv package to 9.7.4 to remove need for patching + ([26126](https://github.com/civicrm/civicrm-core/pull/26126))** + +- **[REF] Fix an additional htxt id issue similar to #26079 + ([26084](https://github.com/civicrm/civicrm-core/pull/26084))** + +- **[REF] Clarify not-so-great code in the Group BAO + ([26074](https://github.com/civicrm/civicrm-core/pull/26074))** + +- **[REF][PHP8.2] Add cookieExpire property to CRM_Campaign_BAO_Petition + ([26034](https://github.com/civicrm/civicrm-core/pull/26034))** + +- **[REF] CoreComponent - Standardize on isEnabled function and remove unused + code ([26031](https://github.com/civicrm/civicrm-core/pull/26031))** + +- **REF - Update ContactType BAO to use writeRecord, deprecated add function + ([26006](https://github.com/civicrm/civicrm-core/pull/26006))** + +- **REF - Deprecate RelationshipType add function in favor of writeRecord + ([26007](https://github.com/civicrm/civicrm-core/pull/26007))** + +- **[NFC] Add comment about secondary todo when deprecated function is removed + ([26077](https://github.com/civicrm/civicrm-core/pull/26077))** + +- **[NFC] Hook - Clarify param docs for hook_civicrm_aclGroup + ([26054](https://github.com/civicrm/civicrm-core/pull/26054))** + +- **(NFC) PHPdoc fixes and improvements + ([26035](https://github.com/civicrm/civicrm-core/pull/26035))** + +## <a name="credits"></a>Credits + +This release was developed by the following code authors: + +AGH Strategies - Andie Hunt; Agileware - Francis Whittle; BrightMinded Ltd - +Bradley Taylor; Circle Interactive - Pradeep Nayak; CiviCRM - Coleman Watts, +Tim Otten; CiviDesk - Yashodha Chaku; Coop SymbioTIC - Mathieu Lutfy, Samuel +Vanhove; Dave D; Freeform Solutions - Herb van den Dool; Fuzion - Luke Stewart; +Greyson Stalcup; Humanists UK - Andrew West; Jens Schuppe; JMA Consulting - +Seamus Lee; Lighthouse Consulting and Design - Brian Shaughnessy; Megaphone +Technology Consulting - Jon Goldberg; MJW Consulting - Matthew Wire; Reflexive +Communications - Sandor Semsey; Registered Nurses' Association of Ontario - Ian +Wilson; Squiffle Consulting - Aidan Saunders; Wikimedia Foundation - Damilare +Adedoyin, Eileen McNaughton; Wildsight - Lars Sanders-Green + +Most authors also reviewed code for this release; in addition, the following +reviewers contributed their comments: + +Agileware - Justin Freeman; ALL IN APPLI admin; Andreas Howiller; Christian +Wach; Circle Interactive - Dave Jenkins; Joinery - Allen Shaw; Klangsoft - David +Reedy Jr; Makoa - Usha F. Matisson; Nicol Wistreich; peth-systopia; Richard +Baugh; Semper IT - Karin Gerritsen; Skvare - Mark Hanna; Slanted Hall digital +type foundry - Jeff Kellem; Systopia - Dominic Tubach, Tycho Schottelius + +## <a name="feedback"></a>Feedback + +These release notes are edited by Alice Frumin and Andie Hunt. If you'd like +to provide feedback on them, please log in to https://chat.civicrm.org/civicrm +and contact `@agh1`. diff --git a/civicrm/settings/Core.setting.php b/civicrm/settings/Core.setting.php index 69f2fedff9..f0db59869d 100644 --- a/civicrm/settings/Core.setting.php +++ b/civicrm/settings/Core.setting.php @@ -792,7 +792,7 @@ return [ 'default' => NULL, 'add' => '4.4', 'title' => ts('Enable Components'), - 'is_domain' => '1', + 'is_domain' => 0, 'is_contact' => 0, 'description' => NULL, 'help_text' => NULL, @@ -1006,6 +1006,24 @@ return [ 'callback' => 'CRM_Utils_Recent::getProviders', ], ], + 'import_batch_size' => [ + 'name' => 'import_batch_size', + 'type' => 'Integer', + 'default' => 50, + 'quick_form_type' => 'Element', + 'html_type' => 'text', + 'html_attributes' => [ + 'size' => 2, + 'maxlength' => 3, + ], + 'add' => '5.62', + 'title' => ts('Import Batch Size'), + 'is_domain' => 1, + 'is_contact' => 0, + 'description' => ts('Number of records to process at once during import.'), + 'help_text' => ts('If your imports time out, reduce this number. You can increase it for better import performance on servers with longer timeouts.'), + 'settings_pages' => 'misc', + ], 'dedupe_default_limit' => [ 'group_name' => 'CiviCRM Preferences', 'group' => 'core', diff --git a/civicrm/settings/Multisite.setting.php b/civicrm/settings/Multisite.setting.php index 64e06b9ad8..8069378c9f 100644 --- a/civicrm/settings/Multisite.setting.php +++ b/civicrm/settings/Multisite.setting.php @@ -20,6 +20,7 @@ */ return [ + // FIXME: This is arguably the worst name for a setting ever 'is_enabled' => [ 'group_name' => 'Multi Site Preferences', 'group' => 'multisite', diff --git a/civicrm/setup/src/Setup/DbUtil.php b/civicrm/setup/src/Setup/DbUtil.php index 438fb708c9..d62bf0b00d 100644 --- a/civicrm/setup/src/Setup/DbUtil.php +++ b/civicrm/setup/src/Setup/DbUtil.php @@ -311,8 +311,8 @@ class DbUtil { $sql = sprintf("SELECT table_name FROM information_schema.TABLES WHERE TABLE_SCHEMA='%s' AND TABLE_TYPE = 'BASE TABLE'", $conn->escape_string($databaseName)); - return array_map(function($arr) { - return $arr['table_name']; + return array_map(function ($arr) { + return $arr['table_name'] ?? $arr['TABLE_NAME']; }, self::fetchAll($conn, $sql)); } diff --git a/civicrm/sql/civicrm.mysql b/civicrm/sql/civicrm.mysql index a1a777f79a..f06ae57539 100644 --- a/civicrm/sql/civicrm.mysql +++ b/civicrm/sql/civicrm.mysql @@ -260,11 +260,11 @@ ENGINE=InnoDB DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci ROW_FORMA -- *******************************************************/ CREATE TABLE `civicrm_mapping` ( `id` int unsigned NOT NULL AUTO_INCREMENT COMMENT 'Mapping ID', - `name` varchar(64) COMMENT 'Name of Mapping', + `name` varchar(64) NOT NULL COMMENT 'Unique name of Mapping', `description` varchar(255) COMMENT 'Description of Mapping.', `mapping_type_id` int unsigned COMMENT 'Mapping Type', PRIMARY KEY (`id`), - INDEX `UI_name`(name) + UNIQUE INDEX `UI_name`(name) ) ENGINE=InnoDB DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; @@ -523,7 +523,13 @@ ENGINE=InnoDB DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci ROW_FORMA CREATE TABLE `civicrm_contact` ( `id` int unsigned NOT NULL AUTO_INCREMENT COMMENT 'Unique Contact ID', `contact_type` varchar(64) COMMENT 'Type of Contact.', + `external_identifier` varchar(64) COMMENT 'Unique trusted external ID (generally from a legacy app/datasource). Particularly useful for deduping operations.', + `display_name` varchar(128) COMMENT 'Formatted name representing preferred format for display/print/other output.', + `organization_name` varchar(128) COMMENT 'Organization Name.', `contact_sub_type` varchar(255) COMMENT 'May be used to over-ride contact view and edit templates.', + `first_name` varchar(64) COMMENT 'First Name.', + `middle_name` varchar(64) COMMENT 'Middle Name.', + `last_name` varchar(64) COMMENT 'Last Name.', `do_not_email` tinyint NOT NULL DEFAULT 0, `do_not_phone` tinyint NOT NULL DEFAULT 0, `do_not_mail` tinyint NOT NULL DEFAULT 0, @@ -531,21 +537,15 @@ CREATE TABLE `civicrm_contact` ( `do_not_trade` tinyint NOT NULL DEFAULT 0, `is_opt_out` tinyint NOT NULL DEFAULT 0 COMMENT 'Has the contact opted out from receiving all bulk email from the organization or site domain?', `legal_identifier` varchar(32) COMMENT 'May be used for SSN, EIN/TIN, Household ID (census) or other applicable unique legal/government ID.', - `external_identifier` varchar(64) COMMENT 'Unique trusted external ID (generally from a legacy app/datasource). Particularly useful for deduping operations.', `sort_name` varchar(128) COMMENT 'Name used for sorting different contact types', - `display_name` varchar(128) COMMENT 'Formatted name representing preferred format for display/print/other output.', `nick_name` varchar(128) COMMENT 'Nickname.', `legal_name` varchar(128) COMMENT 'Legal Name.', `image_URL` text COMMENT 'optional URL for preferred image (photo, logo, etc.) to display for this contact.', `preferred_communication_method` varchar(255) COMMENT 'What is the preferred mode of communication.', `preferred_language` varchar(5) COMMENT 'Which language is preferred for communication. FK to languages in civicrm_option_value.', - `preferred_mail_format` varchar(8) DEFAULT "Both" COMMENT 'Deprecated setting for text vs html mailings', `hash` varchar(32) COMMENT 'Key for validating requests related to this contact.', `api_key` varchar(32) COMMENT 'API Key for validating requests related to this contact.', `source` varchar(255) COMMENT 'where contact come from, e.g. import, donate module insert...', - `first_name` varchar(64) COMMENT 'First Name.', - `middle_name` varchar(64) COMMENT 'Middle Name.', - `last_name` varchar(64) COMMENT 'Last Name.', `prefix_id` int unsigned COMMENT 'Prefix or Title for name (Ms, Mr...). FK to prefix ID', `suffix_id` int unsigned COMMENT 'Suffix for name (Jr, Sr...). FK to suffix ID', `formal_title` varchar(64) COMMENT 'Formal (academic or similar) title in front of name. (Prof., Dr. etc.)', @@ -566,30 +566,30 @@ CREATE TABLE `civicrm_contact` ( `deceased_date` date COMMENT 'Date of deceased', `household_name` varchar(128) COMMENT 'Household Name.', `primary_contact_id` int unsigned COMMENT 'Optional FK to Primary Contact for this household.', - `organization_name` varchar(128) COMMENT 'Organization Name.', `sic_code` varchar(8) COMMENT 'Standard Industry Classification Code.', `user_unique_id` varchar(255) COMMENT 'the OpenID (or OpenID-style http://username.domain/) unique identifier for this contact mainly used for logging in to CiviCRM', `employer_id` int unsigned COMMENT 'OPTIONAL FK to civicrm_contact record.', `is_deleted` tinyint NOT NULL DEFAULT 0, `created_date` timestamp NULL DEFAULT NULL COMMENT 'When was the contact was created.', `modified_date` timestamp NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT 'When was the contact (or closely related entity) was created or modified or deleted.', + `preferred_mail_format` varchar(8) DEFAULT "Both" COMMENT 'Deprecated setting for text vs html mailings', PRIMARY KEY (`id`), INDEX `index_contact_type`(contact_type), - INDEX `index_contact_sub_type`(contact_sub_type), UNIQUE INDEX `UI_external_identifier`(external_identifier), + INDEX `index_organization_name`(organization_name), + INDEX `index_contact_sub_type`(contact_sub_type), + INDEX `index_first_name`(first_name), + INDEX `index_last_name`(last_name), INDEX `index_sort_name`(sort_name), INDEX `index_preferred_communication_method`(preferred_communication_method), INDEX `index_hash`(hash), INDEX `index_api_key`(api_key), - INDEX `index_first_name`(first_name), - INDEX `index_last_name`(last_name), INDEX `UI_prefix`(prefix_id), INDEX `UI_suffix`(suffix_id), INDEX `index_communication_style_id`(communication_style_id), INDEX `UI_gender`(gender_id), INDEX `index_is_deceased`(is_deceased), INDEX `index_household_name`(household_name), - INDEX `index_organization_name`(organization_name), INDEX `index_is_deleted_sort_name`(is_deleted, sort_name, id), INDEX `index_created_date`(created_date), INDEX `index_modified_date`(modified_date), @@ -2013,9 +2013,9 @@ CREATE TABLE `civicrm_setting` ( `id` int unsigned NOT NULL AUTO_INCREMENT, `name` varchar(255) COMMENT 'Unique name for setting', `value` text COMMENT 'data associated with this group / name combo', - `domain_id` int unsigned NOT NULL COMMENT 'Which Domain is this menu item for', + `domain_id` int unsigned DEFAULT NULL COMMENT 'Which Domain does this setting belong to', `contact_id` int unsigned COMMENT 'FK to Contact ID if the setting is localized to a contact', - `is_domain` tinyint NOT NULL DEFAULT 0 COMMENT 'Is this setting a contact specific or site wide setting?', + `is_domain` tinyint NOT NULL DEFAULT 0 COMMENT 'Is this setting per-domain or global?', `component_id` int unsigned COMMENT 'Component that this menu item belongs to', `created_date` datetime COMMENT 'When was the setting created', `created_id` int unsigned COMMENT 'FK to civicrm_contact, who created this setting', diff --git a/civicrm/sql/civicrm_data.mysql b/civicrm/sql/civicrm_data.mysql index 66713b5ab8..a7e1f2e4e2 100644 --- a/civicrm/sql/civicrm_data.mysql +++ b/civicrm/sql/civicrm_data.mysql @@ -4852,7 +4852,8 @@ VALUES ('contribution_recur_status' , 'Recurring Contribution Status' , NULL, 1, 1, 1, 'name,label,description', NULL), ('environment' , 'Environment' , NULL, 1, 1, 0, 'name,label,description', NULL), ('activity_default_assignee' , 'Activity default assignee' , NULL, 1, 1, 0, 'name,label,description', NULL), - ('entity_batch_extends' , 'Entity Batch Extends' , NULL, 1, 1, 0, 'name,label,description', NULL); + ('entity_batch_extends' , 'Entity Batch Extends' , NULL, 1, 1, 0, 'name,label,description', NULL), + ('file_type' , 'File Type' , 'Integer', 1, 1, 0, 'name,label,description', NULL); SELECT @option_group_id_pcm := max(id) from civicrm_option_group where name = 'preferred_communication_method'; SELECT @option_group_id_act := max(id) from civicrm_option_group where name = 'activity_type'; @@ -7976,7 +7977,7 @@ INSERT INTO civicrm_msg_template {/foreach} {if $isShowTax && \'{contribution.tax_amount|raw}\' !== \'0.00\'} -{ts}Amount before Tax{/ts}: {$amount-$totalTaxAmount|crmMoney:$currency} +{ts}Amount before Tax:{/ts} {$amount-$totalTaxAmount|crmMoney:$currency} {foreach from=$taxRateBreakdown item=taxDetail key=taxRate} {if $taxRate == 0}{ts}No{/ts} {$taxTerm}{else}{$taxTerm} {$taxDetail.percentage}%{/if} : {$taxDetail.amount|crmMoney:\'{contribution.currency}\'} {/foreach} @@ -8631,7 +8632,7 @@ INSERT INTO civicrm_msg_template {/foreach} {if $isShowTax && \'{contribution.tax_amount|raw}\' !== \'0.00\'} -{ts}Amount before Tax{/ts}: {$amount-$totalTaxAmount|crmMoney:$currency} +{ts}Amount before Tax:{/ts} {$amount-$totalTaxAmount|crmMoney:$currency} {foreach from=$taxRateBreakdown item=taxDetail key=taxRate} {if $taxRate == 0}{ts}No{/ts} {$taxTerm}{else}{$taxTerm} {$taxDetail.percentage}%{/if} : {$taxDetail.amount|crmMoney:\'{contribution.currency}\'} {/foreach} @@ -12481,7 +12482,7 @@ INSERT INTO civicrm_msg_template {if !empty($dataArray)} {if $totalAmount and $totalTaxAmount} -{ts}Amount before Tax{/ts}: {$totalAmount-$totalTaxAmount|crmMoney:$currency} +{ts}Amount before Tax:{/ts} {$totalAmount-$totalTaxAmount|crmMoney:$currency} {/if} {foreach from=$dataArray item=value key=priceset} @@ -13293,7 +13294,7 @@ INSERT INTO civicrm_msg_template {if !empty($dataArray)} {if $totalAmount and $totalTaxAmount} -{ts}Amount before Tax{/ts}: {$totalAmount-$totalTaxAmount|crmMoney:$currency} +{ts}Amount before Tax:{/ts} {$totalAmount-$totalTaxAmount|crmMoney:$currency} {/if} {foreach from=$dataArray item=value key=priceset} @@ -14127,7 +14128,7 @@ You were registered by: {$payer.name} {if !empty($dataArray)} {if isset($totalAmount) and isset($totalTaxAmount)} -{ts}Amount before Tax{/ts}: {$totalAmount-$totalTaxAmount|crmMoney:$currency} +{ts}Amount before Tax:{/ts} {$totalAmount-$totalTaxAmount|crmMoney:$currency} {/if} {foreach from=$dataArray item=value key=priceset} @@ -14915,7 +14916,7 @@ You were registered by: {$payer.name} {if !empty($dataArray)} {if isset($totalAmount) and isset($totalTaxAmount)} -{ts}Amount before Tax{/ts}: {$totalAmount-$totalTaxAmount|crmMoney:$currency} +{ts}Amount before Tax:{/ts} {$totalAmount-$totalTaxAmount|crmMoney:$currency} {/if} {foreach from=$dataArray item=value key=priceset} @@ -17825,32 +17826,31 @@ or want to inquire about reinstating your registration for this event.{/ts}</p> {$receipt_text} {else}{ts}Thank you for this contribution.{/ts}{/if} -{if empty($lineItem)} +{if !$isShowLineItems} =========================================================== {ts}Membership Information{/ts} =========================================================== -{ts}Membership Type{/ts}: {$membership_name} +{ts}Membership Type{/ts}: {membership.membership_type_id:name} {/if} -{if empty($cancelled)} -{if empty($lineItem)} -{ts}Membership Start Date{/ts}: {$mem_start_date} -{ts}Membership Expiration Date{/ts}: {$mem_end_date} +{if \'{membership.status_id:name}\' !== \'Cancelled\'} +{if !$isShowLineItems} +{ts}Membership Start Date{/ts}: {membership.start_date|crmDate:"Full"} +{ts}Membership Expiration Date{/ts}: {membership.end_date|crmDate:"Full"} {/if} -{if $formValues.total_amount OR $formValues.total_amount eq 0 } +{if \'{contribution.total_amount|raw}\' !== \'0.00\'} =========================================================== {ts}Membership Fee{/ts} =========================================================== -{if !empty($formValues.contributionType_name)} -{ts}Financial Type{/ts}: {$formValues.contributionType_name} +{if {contribution.financial_type_id|boolean}} +{ts}Financial Type{/ts}: {contribution.financial_type_id:label} {/if} -{if !empty($lineItem)} -{foreach from=$lineItem item=value key=priceset} +{if $isShowLineItems} {capture assign=ts_item}{ts}Item{/ts}{/capture} {capture assign=ts_total}{ts}Fee{/ts}{/capture} -{if !empty($dataArray)} +{if $isShowTax && \'{contribution.tax_amount|raw}\' !== \'0.00\'} {capture assign=ts_subtotal}{ts}Subtotal{/ts}{/capture} {capture assign=ts_taxRate}{ts}Tax Rate{/ts}{/capture} {capture assign=ts_taxAmount}{ts}Tax Amount{/ts}{/capture} @@ -17858,40 +17858,35 @@ or want to inquire about reinstating your registration for this event.{/ts}</p> {/if} {capture assign=ts_start_date}{ts}Membership Start Date{/ts}{/capture} {capture assign=ts_end_date}{ts}Membership Expiration Date{/ts}{/capture} -{$ts_item|string_format:"%-30s"} {$ts_total|string_format:"%10s"} {if !empty($dataArray)} {$ts_subtotal|string_format:"%10s"} {$ts_taxRate|string_format:"%10s"} {$ts_taxAmount|string_format:"%10s"} {$ts_total|string_format:"%10s"} {/if} {$ts_start_date|string_format:"%20s"} {$ts_end_date|string_format:"%20s"} +{$ts_item|string_format:"%-30s"} {$ts_total|string_format:"%10s"} {if $isShowTax && \'{contribution.tax_amount|raw}\' !== \'0.00\'} {$ts_subtotal|string_format:"%10s"} {$ts_taxRate|string_format:"%10s"} {$ts_taxAmount|string_format:"%10s"} {$ts_total|string_format:"%10s"} {/if} {$ts_start_date|string_format:"%20s"} {$ts_end_date|string_format:"%20s"} -------------------------------------------------------------------------------------------------- -{foreach from=$value item=line} -{capture assign=ts_item}{if $line.html_type eq \'Text\'}{$line.label}{else}{$line.field_title} - {$line.label}{/if} {if $line.description} {$line.description}{/if}{/capture}{$ts_item|truncate:30:"..."|string_format:"%-30s"} {$line.line_total|crmMoney|string_format:"%10s"} {if !empty($dataArray)} {$line.unit_price*$line.qty|crmMoney:$currency|string_format:"%10s"} {if $line.tax_rate || $line.tax_amount != ""} {$line.tax_rate|string_format:"%.2f"} % {$line.tax_amount|crmMoney:$currency|string_format:"%10s"} {else} {/if} {$line.line_total+$line.tax_amount|crmMoney|string_format:"%10s"} {/if} {$line.start_date|string_format:"%20s"} {$line.end_date|string_format:"%20s"} -{/foreach} +{foreach from=$lineItems item=line} +{line.title} {$line.line_total|crmMoney|string_format:"%10s"} {if $isShowTax && \'{contribution.tax_amount|raw}\' !== \'0.00\'} {$line.unit_price*$line.qty|crmMoney:\'{contribution.currency}\'|string_format:"%10s"} {if $line.tax_rate || $line.tax_amount != ""} {$line.tax_rate|string_format:"%.2f"} % {$line.tax_amount|crmMoney:\'{contribution.currency}\'|string_format:"%10s"} {else} {/if} {$line.line_total+$line.tax_amount|crmMoney|string_format:"%10s"} {/if} {$line.membership.start_date|string_format:"%20s"} {$line.membership.end_date|string_format:"%20s"} {/foreach} -{if !empty($dataArray)} -{ts}Amount before Tax{/ts}: {$formValues.total_amount-$totalTaxAmount|crmMoney:$currency} +{if $isShowTax && \'{contribution.tax_amount|raw}\' !== \'0.00\'} +{ts}Amount before Tax:{/ts} {contribution.tax_exclusive_amount} -{foreach from=$dataArray item=value key=priceset} -{if $priceset} -{$taxTerm} {$priceset|string_format:"%.2f"} %: {$value|crmMoney:$currency} -{elseif $priceset == 0} -{ts}No{/ts} {$taxTerm}: {$value|crmMoney:$currency} -{/if} +{foreach from=$taxRateBreakdown item=taxDetail key=taxRate} +{if $taxRate == 0}{ts}No{/ts} {$taxTerm}{else} {$taxTerm} {$taxDetail.percentage}%{/if}: {$taxDetail.amount|crmMoney:\'{contribution.currency}\'} {/foreach} {/if} -------------------------------------------------------------------------------------------------- {/if} -{if $totalTaxAmount} -{ts}Total Tax Amount{/ts}: {$totalTaxAmount|crmMoney:$currency} +{if \'{contribution.tax_amount|raw}\' !== \'0.00\'} +{ts}Total Tax Amount{/ts}: {contribution.tax_amount} {/if} -{ts}Amount{/ts}: {$formValues.total_amount|crmMoney} -{if !empty($receive_date)} -{ts}Date Received{/ts}: {$receive_date|truncate:10:\'\'|crmDate} +{ts}Amount{/ts}: {contribution.total_amount} +{if {contribution.receive_date|boolean}} +{ts}Date Received{/ts}: {contribution.receive_date} {/if} -{if !empty($formValues.paidBy)} -{ts}Paid By{/ts}: {$formValues.paidBy} -{if !empty($formValues.check_number)} -{ts}Check Number{/ts}: {$formValues.check_number} +{if {contribution.payment_instrument_id|boolean}} +{ts}Paid By{/ts}: {contribution.payment_instrument_id:label} +{if {contribution.check_number|boolean}} +{ts}Check Number{/ts}: {contribution.check_number|boolean} {/if} {/if} {/if} @@ -17955,6 +17950,7 @@ or want to inquire about reinstating your registration for this event.{/ts}</p> {assign var="greeting" value="{contact.email_greeting_display}"}{if $greeting}<p>{$greeting},</p>{/if} {if $receipt_text} <p>{$receipt_text|htmlize}</p> + {else} <p>{ts}Thank you for this contribution.{/ts}</p> {/if} </td> @@ -17962,7 +17958,7 @@ or want to inquire about reinstating your registration for this event.{/ts}</p> <tr> <td> <table style="border: 1px solid #999; margin: 1em 0em 1em; border-collapse: collapse; width:100%;"> - {if empty($lineItem)} + {if !$isShowLineItems} <tr> <th {$headerStyle}> {ts}Membership Information{/ts} @@ -17973,18 +17969,18 @@ or want to inquire about reinstating your registration for this event.{/ts}</p> {ts}Membership Type{/ts} </td> <td {$valueStyle}> - {$membership_name} + {membership.membership_type_id:name} </td> </tr> {/if} - {if empty($cancelled)} - {if empty($lineItem)} + {if \'{membership.status_id:name}\' !== \'Cancelled\'} + {if !$isShowLineItems} <tr> <td {$labelStyle}> {ts}Membership Start Date{/ts} </td> <td {$valueStyle}> - {$mem_start_date} + {membership.start_date|crmDate:"Full"} </td> </tr> <tr> @@ -17992,36 +17988,35 @@ or want to inquire about reinstating your registration for this event.{/ts}</p> {ts}Membership Expiration Date{/ts} </td> <td {$valueStyle}> - {$mem_end_date} + {membership.end_date|crmDate:"Full"} </td> </tr> {/if} - {if $formValues.total_amount OR $formValues.total_amount eq 0 } + {if \'{contribution.total_amount|raw}\' !== \'0.00\'} <tr> <th {$headerStyle}> {ts}Membership Fee{/ts} </th> </tr> - {if !empty($formValues.contributionType_name)} + {if {contribution.financial_type_id|boolean}} <tr> <td {$labelStyle}> {ts}Financial Type{/ts} </td> <td {$valueStyle}> - {$formValues.contributionType_name} + {contribution.financial_type_id:label} </td> </tr> {/if} - {if !empty($lineItem)} - {foreach from=$lineItem item=value key=priceset} + {if $isShowLineItems} <tr> <td colspan="2" {$valueStyle}> <table> <tr> <th>{ts}Item{/ts}</th> <th>{ts}Fee{/ts}</th> - {if !empty($dataArray)} + {if $isShowTax && \'{contribution.tax_amount|raw}\' !== \'0.00\'} <th>{ts}SubTotal{/ts}</th> <th>{ts}Tax Rate{/ts}</th> <th>{ts}Tax Amount{/ts}</th> @@ -18030,77 +18025,67 @@ or want to inquire about reinstating your registration for this event.{/ts}</p> <th>{ts}Membership Start Date{/ts}</th> <th>{ts}Membership Expiration Date{/ts}</th> </tr> - {foreach from=$value item=line} + {foreach from=$lineItems item=line} <tr> - <td> - {if $line.html_type eq \'Text\'}{$line.label}{else}{$line.field_title} - {$line.label}{/if} {if $line.description} - <div>{$line.description|truncate:30:"..."}</div>{/if} - </td> + <td>{$line.title}</td> <td> {$line.line_total|crmMoney} </td> - {if !empty($dataArray)} + {if $isShowTax && \'{contribution.tax_amount|raw}\' !== \'0.00\'} <td> - {$line.unit_price*$line.qty|crmMoney} + {$line.unit_price*$line.qty|crmMoney:\'{contribution.currency}\'} </td> {if $line.tax_rate || $line.tax_amount != ""} <td> {$line.tax_rate|string_format:"%.2f"}% </td> <td> - {$line.tax_amount|crmMoney} + {$line.tax_amount|crmMoney:\'{contribution.currency}\'} </td> {else} <td></td> <td></td> {/if} <td> - {$line.line_total+$line.tax_amount|crmMoney} + {$line.line_total+$line.tax_amount|crmMoney:\'{contribution.currency}\'} </td> {/if} <td> - {$line.start_date} + {$line.membership.start_date|crmDate:"Full"} </td> <td> - {$line.end_date} + {$line.membership.end_date|crmDate:"Full"} </td> </tr> {/foreach} </table> </td> </tr> - {/foreach} - {if !empty($dataArray)} - {if $formValues.total_amount and $totalTaxAmount} + + {if $isShowTax && \'{contribution.tax_amount|raw}\' !== \'0.00\'} <tr> <td {$labelStyle}> - {ts}Amount Before Tax:{/ts} + {ts}Amount Before Tax:{/ts} </td> <td {$valueStyle}> - {$formValues.total_amount-$totalTaxAmount|crmMoney} + {contribution.tax_exclusive_amount} </td> </tr> - {/if} - {foreach from=$dataArray item=value key=priceset} + {foreach from=$taxRateBreakdown item=taxDetail key=taxRate} <tr> - {if $priceset} - <td> {$taxTerm} {$priceset|string_format:"%.2f"}%</td> - <td> {$value|crmMoney:$currency}</td> - {elseif $priceset == 0} - <td> {ts}No{/ts} {$taxTerm}</td> - <td> {$value|crmMoney:$currency}</td> - {/if} + <td {$labelStyle}>{if $taxRate == 0}{ts}No{/ts} {$taxTerm}{else} {$taxTerm} {$taxDetail.percentage}%{/if}</td> + <td {$valueStyle}>{$taxDetail.amount|crmMoney:\'{contribution.currency}\'}</td> </tr> {/foreach} {/if} {/if} - {if $totalTaxAmount} + {if \'{contribution.tax_amount|raw}\' !== \'0.00\'} <tr> <td {$labelStyle}> {ts}Total Tax Amount{/ts} </td> <td {$valueStyle}> - {$totalTaxAmount|crmMoney:$currency} + {contribution.tax_amount} </td> </tr> {/if} @@ -18109,35 +18094,35 @@ or want to inquire about reinstating your registration for this event.{/ts}</p> {ts}Amount{/ts} </td> <td {$valueStyle}> - {$formValues.total_amount|crmMoney} + {contribution.total_amount} </td> </tr> - {if !empty($receive_date)} + {if {contribution.receive_date|boolean}} <tr> <td {$labelStyle}> {ts}Date Received{/ts} </td> <td {$valueStyle}> - {$receive_date|truncate:10:\'\'|crmDate} + {contribution.receive_date} </td> </tr> {/if} - {if !empty($formValues.paidBy)} + {if {contribution.payment_instrument_id|boolean}} <tr> <td {$labelStyle}> {ts}Paid By{/ts} </td> <td {$valueStyle}> - {$formValues.paidBy} + {contribution.payment_instrument_id:label} </td> </tr> - {if !empty($formValues.check_number)} + {if {contribution.check_number|boolean}} <tr> <td {$labelStyle}> {ts}Check Number{/ts} </td> <td {$valueStyle}> - {$formValues.check_number} + {contribution.check_number} </td> </tr> {/if} @@ -18234,32 +18219,31 @@ or want to inquire about reinstating your registration for this event.{/ts}</p> {$receipt_text} {else}{ts}Thank you for this contribution.{/ts}{/if} -{if empty($lineItem)} +{if !$isShowLineItems} =========================================================== {ts}Membership Information{/ts} =========================================================== -{ts}Membership Type{/ts}: {$membership_name} +{ts}Membership Type{/ts}: {membership.membership_type_id:name} {/if} -{if empty($cancelled)} -{if empty($lineItem)} -{ts}Membership Start Date{/ts}: {$mem_start_date} -{ts}Membership Expiration Date{/ts}: {$mem_end_date} +{if \'{membership.status_id:name}\' !== \'Cancelled\'} +{if !$isShowLineItems} +{ts}Membership Start Date{/ts}: {membership.start_date|crmDate:"Full"} +{ts}Membership Expiration Date{/ts}: {membership.end_date|crmDate:"Full"} {/if} -{if $formValues.total_amount OR $formValues.total_amount eq 0 } +{if \'{contribution.total_amount|raw}\' !== \'0.00\'} =========================================================== {ts}Membership Fee{/ts} =========================================================== -{if !empty($formValues.contributionType_name)} -{ts}Financial Type{/ts}: {$formValues.contributionType_name} +{if {contribution.financial_type_id|boolean}} +{ts}Financial Type{/ts}: {contribution.financial_type_id:label} {/if} -{if !empty($lineItem)} -{foreach from=$lineItem item=value key=priceset} +{if $isShowLineItems} {capture assign=ts_item}{ts}Item{/ts}{/capture} {capture assign=ts_total}{ts}Fee{/ts}{/capture} -{if !empty($dataArray)} +{if $isShowTax && \'{contribution.tax_amount|raw}\' !== \'0.00\'} {capture assign=ts_subtotal}{ts}Subtotal{/ts}{/capture} {capture assign=ts_taxRate}{ts}Tax Rate{/ts}{/capture} {capture assign=ts_taxAmount}{ts}Tax Amount{/ts}{/capture} @@ -18267,40 +18251,35 @@ or want to inquire about reinstating your registration for this event.{/ts}</p> {/if} {capture assign=ts_start_date}{ts}Membership Start Date{/ts}{/capture} {capture assign=ts_end_date}{ts}Membership Expiration Date{/ts}{/capture} -{$ts_item|string_format:"%-30s"} {$ts_total|string_format:"%10s"} {if !empty($dataArray)} {$ts_subtotal|string_format:"%10s"} {$ts_taxRate|string_format:"%10s"} {$ts_taxAmount|string_format:"%10s"} {$ts_total|string_format:"%10s"} {/if} {$ts_start_date|string_format:"%20s"} {$ts_end_date|string_format:"%20s"} +{$ts_item|string_format:"%-30s"} {$ts_total|string_format:"%10s"} {if $isShowTax && \'{contribution.tax_amount|raw}\' !== \'0.00\'} {$ts_subtotal|string_format:"%10s"} {$ts_taxRate|string_format:"%10s"} {$ts_taxAmount|string_format:"%10s"} {$ts_total|string_format:"%10s"} {/if} {$ts_start_date|string_format:"%20s"} {$ts_end_date|string_format:"%20s"} -------------------------------------------------------------------------------------------------- -{foreach from=$value item=line} -{capture assign=ts_item}{if $line.html_type eq \'Text\'}{$line.label}{else}{$line.field_title} - {$line.label}{/if} {if $line.description} {$line.description}{/if}{/capture}{$ts_item|truncate:30:"..."|string_format:"%-30s"} {$line.line_total|crmMoney|string_format:"%10s"} {if !empty($dataArray)} {$line.unit_price*$line.qty|crmMoney:$currency|string_format:"%10s"} {if $line.tax_rate || $line.tax_amount != ""} {$line.tax_rate|string_format:"%.2f"} % {$line.tax_amount|crmMoney:$currency|string_format:"%10s"} {else} {/if} {$line.line_total+$line.tax_amount|crmMoney|string_format:"%10s"} {/if} {$line.start_date|string_format:"%20s"} {$line.end_date|string_format:"%20s"} -{/foreach} +{foreach from=$lineItems item=line} +{line.title} {$line.line_total|crmMoney|string_format:"%10s"} {if $isShowTax && \'{contribution.tax_amount|raw}\' !== \'0.00\'} {$line.unit_price*$line.qty|crmMoney:\'{contribution.currency}\'|string_format:"%10s"} {if $line.tax_rate || $line.tax_amount != ""} {$line.tax_rate|string_format:"%.2f"} % {$line.tax_amount|crmMoney:\'{contribution.currency}\'|string_format:"%10s"} {else} {/if} {$line.line_total+$line.tax_amount|crmMoney|string_format:"%10s"} {/if} {$line.membership.start_date|string_format:"%20s"} {$line.membership.end_date|string_format:"%20s"} {/foreach} -{if !empty($dataArray)} -{ts}Amount before Tax{/ts}: {$formValues.total_amount-$totalTaxAmount|crmMoney:$currency} +{if $isShowTax && \'{contribution.tax_amount|raw}\' !== \'0.00\'} +{ts}Amount before Tax:{/ts} {contribution.tax_exclusive_amount} -{foreach from=$dataArray item=value key=priceset} -{if $priceset} -{$taxTerm} {$priceset|string_format:"%.2f"} %: {$value|crmMoney:$currency} -{elseif $priceset == 0} -{ts}No{/ts} {$taxTerm}: {$value|crmMoney:$currency} -{/if} +{foreach from=$taxRateBreakdown item=taxDetail key=taxRate} +{if $taxRate == 0}{ts}No{/ts} {$taxTerm}{else} {$taxTerm} {$taxDetail.percentage}%{/if}: {$taxDetail.amount|crmMoney:\'{contribution.currency}\'} {/foreach} {/if} -------------------------------------------------------------------------------------------------- {/if} -{if $totalTaxAmount} -{ts}Total Tax Amount{/ts}: {$totalTaxAmount|crmMoney:$currency} +{if \'{contribution.tax_amount|raw}\' !== \'0.00\'} +{ts}Total Tax Amount{/ts}: {contribution.tax_amount} {/if} -{ts}Amount{/ts}: {$formValues.total_amount|crmMoney} -{if !empty($receive_date)} -{ts}Date Received{/ts}: {$receive_date|truncate:10:\'\'|crmDate} +{ts}Amount{/ts}: {contribution.total_amount} +{if {contribution.receive_date|boolean}} +{ts}Date Received{/ts}: {contribution.receive_date} {/if} -{if !empty($formValues.paidBy)} -{ts}Paid By{/ts}: {$formValues.paidBy} -{if !empty($formValues.check_number)} -{ts}Check Number{/ts}: {$formValues.check_number} +{if {contribution.payment_instrument_id|boolean}} +{ts}Paid By{/ts}: {contribution.payment_instrument_id:label} +{if {contribution.check_number|boolean}} +{ts}Check Number{/ts}: {contribution.check_number|boolean} {/if} {/if} {/if} @@ -18364,6 +18343,7 @@ or want to inquire about reinstating your registration for this event.{/ts}</p> {assign var="greeting" value="{contact.email_greeting_display}"}{if $greeting}<p>{$greeting},</p>{/if} {if $receipt_text} <p>{$receipt_text|htmlize}</p> + {else} <p>{ts}Thank you for this contribution.{/ts}</p> {/if} </td> @@ -18371,7 +18351,7 @@ or want to inquire about reinstating your registration for this event.{/ts}</p> <tr> <td> <table style="border: 1px solid #999; margin: 1em 0em 1em; border-collapse: collapse; width:100%;"> - {if empty($lineItem)} + {if !$isShowLineItems} <tr> <th {$headerStyle}> {ts}Membership Information{/ts} @@ -18382,18 +18362,18 @@ or want to inquire about reinstating your registration for this event.{/ts}</p> {ts}Membership Type{/ts} </td> <td {$valueStyle}> - {$membership_name} + {membership.membership_type_id:name} </td> </tr> {/if} - {if empty($cancelled)} - {if empty($lineItem)} + {if \'{membership.status_id:name}\' !== \'Cancelled\'} + {if !$isShowLineItems} <tr> <td {$labelStyle}> {ts}Membership Start Date{/ts} </td> <td {$valueStyle}> - {$mem_start_date} + {membership.start_date|crmDate:"Full"} </td> </tr> <tr> @@ -18401,36 +18381,35 @@ or want to inquire about reinstating your registration for this event.{/ts}</p> {ts}Membership Expiration Date{/ts} </td> <td {$valueStyle}> - {$mem_end_date} + {membership.end_date|crmDate:"Full"} </td> </tr> {/if} - {if $formValues.total_amount OR $formValues.total_amount eq 0 } + {if \'{contribution.total_amount|raw}\' !== \'0.00\'} <tr> <th {$headerStyle}> {ts}Membership Fee{/ts} </th> </tr> - {if !empty($formValues.contributionType_name)} + {if {contribution.financial_type_id|boolean}} <tr> <td {$labelStyle}> {ts}Financial Type{/ts} </td> <td {$valueStyle}> - {$formValues.contributionType_name} + {contribution.financial_type_id:label} </td> </tr> {/if} - {if !empty($lineItem)} - {foreach from=$lineItem item=value key=priceset} + {if $isShowLineItems} <tr> <td colspan="2" {$valueStyle}> <table> <tr> <th>{ts}Item{/ts}</th> <th>{ts}Fee{/ts}</th> - {if !empty($dataArray)} + {if $isShowTax && \'{contribution.tax_amount|raw}\' !== \'0.00\'} <th>{ts}SubTotal{/ts}</th> <th>{ts}Tax Rate{/ts}</th> <th>{ts}Tax Amount{/ts}</th> @@ -18439,77 +18418,67 @@ or want to inquire about reinstating your registration for this event.{/ts}</p> <th>{ts}Membership Start Date{/ts}</th> <th>{ts}Membership Expiration Date{/ts}</th> </tr> - {foreach from=$value item=line} + {foreach from=$lineItems item=line} <tr> - <td> - {if $line.html_type eq \'Text\'}{$line.label}{else}{$line.field_title} - {$line.label}{/if} {if $line.description} - <div>{$line.description|truncate:30:"..."}</div>{/if} - </td> + <td>{$line.title}</td> <td> {$line.line_total|crmMoney} </td> - {if !empty($dataArray)} + {if $isShowTax && \'{contribution.tax_amount|raw}\' !== \'0.00\'} <td> - {$line.unit_price*$line.qty|crmMoney} + {$line.unit_price*$line.qty|crmMoney:\'{contribution.currency}\'} </td> {if $line.tax_rate || $line.tax_amount != ""} <td> {$line.tax_rate|string_format:"%.2f"}% </td> <td> - {$line.tax_amount|crmMoney} + {$line.tax_amount|crmMoney:\'{contribution.currency}\'} </td> {else} <td></td> <td></td> {/if} <td> - {$line.line_total+$line.tax_amount|crmMoney} + {$line.line_total+$line.tax_amount|crmMoney:\'{contribution.currency}\'} </td> {/if} <td> - {$line.start_date} + {$line.membership.start_date|crmDate:"Full"} </td> <td> - {$line.end_date} + {$line.membership.end_date|crmDate:"Full"} </td> </tr> {/foreach} </table> </td> </tr> - {/foreach} - {if !empty($dataArray)} - {if $formValues.total_amount and $totalTaxAmount} + + {if $isShowTax && \'{contribution.tax_amount|raw}\' !== \'0.00\'} <tr> <td {$labelStyle}> - {ts}Amount Before Tax:{/ts} + {ts}Amount Before Tax:{/ts} </td> <td {$valueStyle}> - {$formValues.total_amount-$totalTaxAmount|crmMoney} + {contribution.tax_exclusive_amount} </td> </tr> - {/if} - {foreach from=$dataArray item=value key=priceset} + {foreach from=$taxRateBreakdown item=taxDetail key=taxRate} <tr> - {if $priceset} - <td> {$taxTerm} {$priceset|string_format:"%.2f"}%</td> - <td> {$value|crmMoney:$currency}</td> - {elseif $priceset == 0} - <td> {ts}No{/ts} {$taxTerm}</td> - <td> {$value|crmMoney:$currency}</td> - {/if} + <td {$labelStyle}>{if $taxRate == 0}{ts}No{/ts} {$taxTerm}{else} {$taxTerm} {$taxDetail.percentage}%{/if}</td> + <td {$valueStyle}>{$taxDetail.amount|crmMoney:\'{contribution.currency}\'}</td> </tr> {/foreach} {/if} {/if} - {if $totalTaxAmount} + {if \'{contribution.tax_amount|raw}\' !== \'0.00\'} <tr> <td {$labelStyle}> {ts}Total Tax Amount{/ts} </td> <td {$valueStyle}> - {$totalTaxAmount|crmMoney:$currency} + {contribution.tax_amount} </td> </tr> {/if} @@ -18518,35 +18487,35 @@ or want to inquire about reinstating your registration for this event.{/ts}</p> {ts}Amount{/ts} </td> <td {$valueStyle}> - {$formValues.total_amount|crmMoney} + {contribution.total_amount} </td> </tr> - {if !empty($receive_date)} + {if {contribution.receive_date|boolean}} <tr> <td {$labelStyle}> {ts}Date Received{/ts} </td> <td {$valueStyle}> - {$receive_date|truncate:10:\'\'|crmDate} + {contribution.receive_date} </td> </tr> {/if} - {if !empty($formValues.paidBy)} + {if {contribution.payment_instrument_id|boolean}} <tr> <td {$labelStyle}> {ts}Paid By{/ts} </td> <td {$valueStyle}> - {$formValues.paidBy} + {contribution.payment_instrument_id:label} </td> </tr> - {if !empty($formValues.check_number)} + {if {contribution.check_number|boolean}} <tr> <td {$labelStyle}> {ts}Check Number{/ts} </td> <td {$valueStyle}> - {$formValues.check_number} + {contribution.check_number} </td> </tr> {/if} @@ -18707,7 +18676,7 @@ or want to inquire about reinstating your registration for this event.{/ts}</p> {/foreach} {if !empty($dataArray)} -{ts}Amount before Tax{/ts}: {$amount-$totalTaxAmount|crmMoney:$currency} +{ts}Amount before Tax:{/ts} {$amount-$totalTaxAmount|crmMoney:$currency} {foreach from=$dataArray item=value key=priceset} {if $priceset || $priceset == 0} @@ -19501,7 +19470,7 @@ or want to inquire about reinstating your registration for this event.{/ts}</p> {/foreach} {if !empty($dataArray)} -{ts}Amount before Tax{/ts}: {$amount-$totalTaxAmount|crmMoney:$currency} +{ts}Amount before Tax:{/ts} {$amount-$totalTaxAmount|crmMoney:$currency} {foreach from=$dataArray item=value key=priceset} {if $priceset || $priceset == 0} @@ -22859,10 +22828,10 @@ VALUES -- CRM-9714 INSERT INTO `civicrm_price_set` ( `name`, `title`, `is_active`, `extends`, `is_quick_config`, `financial_type_id`, `is_reserved` ) -VALUES ( 'default_contribution_amount', 'Contribution Amount', '1', '2', '1', NULL,1), -( 'default_membership_type_amount', 'Membership Amount', '1', '3', '1', @financial_type_id_md,1); +VALUES ( 'default_contribution_amount', 'Contribution Amount', '1', '2', '1', NULL, 1), +( 'default_membership_type_amount', 'Membership Amount', '1', '3', '1', @financial_type_id_md, 1); -SELECT @setID := max(id) FROM civicrm_price_set WHERE name = 'default_contribution_amount' AND extends = 2 AND is_quick_config = 1 ; +SELECT @setID := max(id) FROM civicrm_price_set WHERE name = 'default_contribution_amount' AND is_quick_config = 1; INSERT INTO `civicrm_price_field` (`price_set_id`, `name`, `label`, `html_type`,`weight`, `is_display_amounts`, `options_per_line`, `is_active`, `is_required`,`visibility_id` ) VALUES ( @setID, 'contribution_amount', 'Contribution Amount', 'Text', '1', '1', '1', '1', '1', '1' ); @@ -23678,4 +23647,4 @@ INSERT INTO `civicrm_report_instance` ( `domain_id`, `title`, `report_id`, `description`, `permission`, `form_values`) VALUES ( @domainID, 'Survey Details', 'survey/detail', 'Detailed report for canvassing, phone-banking, walk lists or other surveys.', 'access CiviReport', 'a:39:{s:6:"fields";a:2:{s:9:"sort_name";s:1:"1";s:6:"result";s:1:"1";}s:22:"assignee_contact_id_op";s:2:"eq";s:25:"assignee_contact_id_value";s:0:"";s:12:"sort_name_op";s:3:"has";s:15:"sort_name_value";s:0:"";s:17:"street_number_min";s:0:"";s:17:"street_number_max";s:0:"";s:16:"street_number_op";s:3:"lte";s:19:"street_number_value";s:0:"";s:14:"street_name_op";s:3:"has";s:17:"street_name_value";s:0:"";s:15:"postal_code_min";s:0:"";s:15:"postal_code_max";s:0:"";s:14:"postal_code_op";s:3:"lte";s:17:"postal_code_value";s:0:"";s:7:"city_op";s:3:"has";s:10:"city_value";s:0:"";s:20:"state_province_id_op";s:2:"in";s:23:"state_province_id_value";a:0:{}s:13:"country_id_op";s:2:"in";s:16:"country_id_value";a:0:{}s:12:"survey_id_op";s:2:"in";s:15:"survey_id_value";a:0:{}s:12:"status_id_op";s:2:"eq";s:15:"status_id_value";s:1:"1";s:11:"custom_1_op";s:2:"in";s:14:"custom_1_value";a:0:{}s:11:"custom_2_op";s:2:"in";s:14:"custom_2_value";a:0:{}s:17:"custom_3_relative";s:1:"0";s:13:"custom_3_from";s:0:"";s:11:"custom_3_to";s:0:"";s:11:"description";s:75:"Detailed report for canvassing, phone-banking, walk lists or other surveys.";s:13:"email_subject";s:0:"";s:8:"email_to";s:0:"";s:8:"email_cc";s:0:"";s:10:"permission";s:17:"access CiviReport";s:6:"groups";s:0:"";s:9:"domain_id";i:1;}'); -UPDATE civicrm_domain SET version = '5.61.4'; +UPDATE civicrm_domain SET version = '5.62.0'; diff --git a/civicrm/sql/civicrm_generated.mysql b/civicrm/sql/civicrm_generated.mysql index 7d6b09ee81..84be84afeb 100644 --- a/civicrm/sql/civicrm_generated.mysql +++ b/civicrm/sql/civicrm_generated.mysql @@ -1,8 +1,8 @@ -- MySQL dump 10.13 Distrib 8.0.32, for Linux (x86_64) -- --- Host: 127.0.0.1 Database: 47testcivi_yg7kx +-- Host: 127.0.0.1 Database: db -- ------------------------------------------------------ --- Server version 8.0.32 +-- Server version 8.0.33 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; @@ -162,647 +162,647 @@ UNLOCK TABLES; LOCK TABLES `civicrm_activity` WRITE; /*!40000 ALTER TABLE `civicrm_activity` DISABLE KEYS */; INSERT INTO `civicrm_activity` (`id`, `source_record_id`, `activity_type_id`, `subject`, `activity_date_time`, `duration`, `location`, `phone_id`, `phone_number`, `details`, `status_id`, `priority_id`, `parent_id`, `is_test`, `medium_id`, `is_auto`, `relationship_id`, `is_current_revision`, `original_id`, `result`, `is_deleted`, `campaign_id`, `engagement_level`, `weight`, `is_star`, `created_date`, `modified_date`) VALUES - (1,NULL,2,'Subject for Phone Call','2022-09-14 09:54:49',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:22','2023-03-08 06:51:22'), - (2,NULL,2,'Subject for Phone Call','2022-05-19 05:15:29',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:22','2023-03-08 06:51:22'), - (3,NULL,1,'Subject for Meeting','2022-10-23 19:31:51',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:22','2023-03-08 06:51:22'), - (4,NULL,22,'Subject for Print/Merge Document','2022-07-27 07:20:51',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:22','2023-03-08 06:51:22'), - (5,NULL,1,'Subject for Meeting','2022-03-23 02:00:45',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:22','2023-03-08 06:51:22'), - (6,NULL,9,'Subject for Tell a Friend','2022-12-06 12:51:44',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:22','2023-03-08 06:51:22'), - (7,NULL,2,'Subject for Phone Call','2023-02-22 13:43:32',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:22','2023-03-08 06:51:22'), - (8,NULL,22,'Subject for Print/Merge Document','2022-12-08 11:06:42',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:22','2023-03-08 06:51:22'), - (9,NULL,9,'Subject for Tell a Friend','2022-09-06 11:32:48',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:22','2023-03-08 06:51:22'), - (10,NULL,22,'Subject for Print/Merge Document','2022-03-30 08:57:35',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:22','2023-03-08 06:51:22'), - (11,NULL,22,'Subject for Print/Merge Document','2022-06-25 10:22:56',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:22','2023-03-08 06:51:22'), - (12,NULL,2,'Subject for Phone Call','2022-08-20 05:54:50',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:22','2023-03-08 06:51:22'), - (13,NULL,22,'Subject for Print/Merge Document','2022-09-24 18:10:15',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:22','2023-03-08 06:51:22'), - (14,NULL,22,'Subject for Print/Merge Document','2023-02-27 21:26:58',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:22','2023-03-08 06:51:22'), - (15,NULL,55,'Subject for Interview','2022-05-28 06:30:45',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:22','2023-03-08 06:51:22'), - (16,NULL,1,'Subject for Meeting','2023-01-25 20:55:20',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:22','2023-03-08 06:51:22'), - (17,NULL,22,'Subject for Print/Merge Document','2022-09-10 07:37:11',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:22','2023-03-08 06:51:22'), - (18,NULL,22,'Subject for Print/Merge Document','2022-06-15 07:10:21',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:22','2023-03-08 06:51:22'), - (19,NULL,2,'Subject for Phone Call','2023-03-01 14:27:25',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:22','2023-03-08 06:51:22'), - (20,NULL,9,'Subject for Tell a Friend','2022-11-09 16:34:23',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:22','2023-03-08 06:51:22'), - (21,NULL,55,'Subject for Interview','2022-08-18 23:22:18',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:22','2023-03-08 06:51:22'), - (22,NULL,22,'Subject for Print/Merge Document','2023-02-02 20:12:25',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:22','2023-03-08 06:51:22'), - (23,NULL,1,'Subject for Meeting','2022-07-10 18:44:35',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:22','2023-03-08 06:51:22'), - (24,NULL,55,'Subject for Interview','2022-12-19 00:27:11',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:22','2023-03-08 06:51:22'), - (25,NULL,9,'Subject for Tell a Friend','2022-12-16 14:53:56',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:22','2023-03-08 06:51:22'), - (26,NULL,1,'Subject for Meeting','2022-05-27 23:05:02',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:22','2023-03-08 06:51:22'), - (27,NULL,9,'Subject for Tell a Friend','2022-10-01 06:47:40',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:22','2023-03-08 06:51:22'), - (28,NULL,22,'Subject for Print/Merge Document','2023-01-14 08:39:46',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:22','2023-03-08 06:51:22'), - (29,NULL,55,'Subject for Interview','2022-04-11 08:53:16',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:22','2023-03-08 06:51:22'), - (30,NULL,22,'Subject for Print/Merge Document','2022-06-18 23:04:48',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:22','2023-03-08 06:51:22'), - (31,NULL,55,'Subject for Interview','2022-09-10 08:08:03',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:22','2023-03-08 06:51:22'), - (32,NULL,9,'Subject for Tell a Friend','2022-06-06 03:11:19',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:22','2023-03-08 06:51:22'), - (33,NULL,55,'Subject for Interview','2022-04-14 22:57:27',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:22','2023-03-08 06:51:22'), - (34,NULL,2,'Subject for Phone Call','2022-11-16 17:06:05',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:22','2023-03-08 06:51:22'), - (35,NULL,9,'Subject for Tell a Friend','2022-12-22 05:02:59',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:22','2023-03-08 06:51:22'), - (36,NULL,2,'Subject for Phone Call','2023-02-10 18:53:01',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:22','2023-03-08 06:51:22'), - (37,NULL,22,'Subject for Print/Merge Document','2022-09-09 16:53:56',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:22','2023-03-08 06:51:22'), - (38,NULL,1,'Subject for Meeting','2023-02-14 04:48:20',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:22','2023-03-08 06:51:22'), - (39,NULL,22,'Subject for Print/Merge Document','2022-12-04 21:13:53',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:22','2023-03-08 06:51:22'), - (40,NULL,2,'Subject for Phone Call','2022-12-16 19:26:12',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:22','2023-03-08 06:51:22'), - (41,NULL,1,'Subject for Meeting','2022-03-19 19:54:16',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:22','2023-03-08 06:51:22'), - (42,NULL,1,'Subject for Meeting','2022-09-06 17:50:00',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:22','2023-03-08 06:51:22'), - (43,NULL,1,'Subject for Meeting','2023-03-03 04:25:07',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:22','2023-03-08 06:51:22'), - (44,NULL,9,'Subject for Tell a Friend','2023-02-11 04:45:07',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:22','2023-03-08 06:51:22'), - (45,NULL,2,'Subject for Phone Call','2022-06-18 18:34:12',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:22','2023-03-08 06:51:22'), - (46,NULL,22,'Subject for Print/Merge Document','2022-12-07 08:40:54',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:22','2023-03-08 06:51:22'), - (47,NULL,2,'Subject for Phone Call','2022-12-22 20:16:00',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:22','2023-03-08 06:51:22'), - (48,NULL,55,'Subject for Interview','2022-11-19 16:56:07',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:22','2023-03-08 06:51:22'), - (49,NULL,55,'Subject for Interview','2022-05-14 11:22:26',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:22','2023-03-08 06:51:22'), - (50,NULL,2,'Subject for Phone Call','2022-08-12 20:02:38',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:22','2023-03-08 06:51:22'), - (51,NULL,1,'Subject for Meeting','2022-07-01 23:29:17',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:22','2023-03-08 06:51:22'), - (52,NULL,2,'Subject for Phone Call','2022-07-12 09:52:48',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:22','2023-03-08 06:51:22'), - (53,NULL,2,'Subject for Phone Call','2022-05-08 09:55:51',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:22','2023-03-08 06:51:22'), - (54,NULL,9,'Subject for Tell a Friend','2022-06-26 12:56:29',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:22','2023-03-08 06:51:22'), - (55,NULL,9,'Subject for Tell a Friend','2022-09-15 22:14:02',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:22','2023-03-08 06:51:22'), - (56,NULL,9,'Subject for Tell a Friend','2022-06-30 21:26:57',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:22','2023-03-08 06:51:22'), - (57,NULL,22,'Subject for Print/Merge Document','2023-03-04 23:14:13',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:22','2023-03-08 06:51:22'), - (58,NULL,9,'Subject for Tell a Friend','2022-04-25 03:46:28',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:22','2023-03-08 06:51:22'), - (59,NULL,22,'Subject for Print/Merge Document','2023-02-12 12:30:56',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:22','2023-03-08 06:51:22'), - (60,NULL,9,'Subject for Tell a Friend','2022-03-18 06:47:39',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:22','2023-03-08 06:51:22'), - (61,NULL,1,'Subject for Meeting','2022-04-19 16:42:31',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:22','2023-03-08 06:51:22'), - (62,NULL,2,'Subject for Phone Call','2022-10-03 19:59:45',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:22','2023-03-08 06:51:22'), - (63,NULL,2,'Subject for Phone Call','2022-04-07 04:03:20',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:22','2023-03-08 06:51:22'), - (64,NULL,2,'Subject for Phone Call','2022-12-23 18:27:33',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:22','2023-03-08 06:51:22'), - (65,NULL,1,'Subject for Meeting','2022-05-30 07:44:04',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:22','2023-03-08 06:51:22'), - (66,NULL,1,'Subject for Meeting','2022-06-25 11:17:27',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:22','2023-03-08 06:51:22'), - (67,NULL,22,'Subject for Print/Merge Document','2023-01-28 23:19:28',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:22','2023-03-08 06:51:22'), - (68,NULL,22,'Subject for Print/Merge Document','2022-07-16 13:37:18',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:22','2023-03-08 06:51:22'), - (69,NULL,2,'Subject for Phone Call','2022-10-08 06:47:51',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:22','2023-03-08 06:51:22'), - (70,NULL,1,'Subject for Meeting','2022-04-06 14:49:04',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:22','2023-03-08 06:51:22'), - (71,NULL,22,'Subject for Print/Merge Document','2022-07-21 14:58:04',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:22','2023-03-08 06:51:22'), - (72,NULL,9,'Subject for Tell a Friend','2022-11-27 21:47:41',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:22','2023-03-08 06:51:22'), - (73,NULL,2,'Subject for Phone Call','2022-05-15 07:30:20',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:22','2023-03-08 06:51:22'), - (74,NULL,9,'Subject for Tell a Friend','2022-12-10 02:45:46',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:22','2023-03-08 06:51:22'), - (75,NULL,9,'Subject for Tell a Friend','2022-08-08 15:41:01',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:22','2023-03-08 06:51:22'), - (76,NULL,2,'Subject for Phone Call','2023-01-29 08:50:20',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:22','2023-03-08 06:51:22'), - (77,NULL,22,'Subject for Print/Merge Document','2022-05-23 15:00:30',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:22','2023-03-08 06:51:22'), - (78,NULL,1,'Subject for Meeting','2022-10-17 18:01:13',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:22','2023-03-08 06:51:22'), - (79,NULL,2,'Subject for Phone Call','2022-06-27 08:06:49',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:22','2023-03-08 06:51:22'), - (80,NULL,9,'Subject for Tell a Friend','2023-03-04 16:56:48',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:22','2023-03-08 06:51:22'), - (81,NULL,1,'Subject for Meeting','2022-11-21 10:45:59',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:22','2023-03-08 06:51:22'), - (82,NULL,22,'Subject for Print/Merge Document','2022-04-28 16:36:03',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:22','2023-03-08 06:51:22'), - (83,NULL,22,'Subject for Print/Merge Document','2023-02-25 10:34:36',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:22','2023-03-08 06:51:22'), - (84,NULL,2,'Subject for Phone Call','2022-03-16 16:04:03',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:22','2023-03-08 06:51:22'), - (85,NULL,2,'Subject for Phone Call','2022-12-21 06:34:43',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:22','2023-03-08 06:51:22'), - (86,NULL,22,'Subject for Print/Merge Document','2022-08-15 01:34:32',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:22','2023-03-08 06:51:22'), - (87,NULL,55,'Subject for Interview','2022-03-29 14:42:28',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:22','2023-03-08 06:51:22'), - (88,NULL,1,'Subject for Meeting','2022-10-05 04:49:56',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:22','2023-03-08 06:51:22'), - (89,NULL,2,'Subject for Phone Call','2022-08-17 15:04:45',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:22','2023-03-08 06:51:22'), - (90,NULL,2,'Subject for Phone Call','2022-08-25 05:18:58',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:22','2023-03-08 06:51:22'), - (91,NULL,22,'Subject for Print/Merge Document','2023-02-09 01:34:07',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:22','2023-03-08 06:51:22'), - (92,NULL,1,'Subject for Meeting','2022-12-04 10:26:30',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:22','2023-03-08 06:51:22'), - (93,NULL,55,'Subject for Interview','2022-05-10 14:58:33',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:22','2023-03-08 06:51:22'), - (94,NULL,9,'Subject for Tell a Friend','2023-01-10 03:29:46',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:22','2023-03-08 06:51:22'), - (95,NULL,2,'Subject for Phone Call','2022-10-29 07:58:17',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:22','2023-03-08 06:51:22'), - (96,NULL,9,'Subject for Tell a Friend','2022-12-22 19:04:31',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:22','2023-03-08 06:51:22'), - (97,NULL,22,'Subject for Print/Merge Document','2023-02-02 12:06:37',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:22','2023-03-08 06:51:22'), - (98,NULL,9,'Subject for Tell a Friend','2022-08-06 00:49:51',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:22','2023-03-08 06:51:22'), - (99,NULL,22,'Subject for Print/Merge Document','2022-05-20 22:25:10',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:22','2023-03-08 06:51:22'), - (100,NULL,22,'Subject for Print/Merge Document','2022-10-03 14:23:50',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:22','2023-03-08 06:51:22'), - (101,NULL,55,'Subject for Interview','2022-11-10 03:18:51',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:22','2023-03-08 06:51:22'), - (102,NULL,22,'Subject for Print/Merge Document','2022-05-03 15:39:26',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:22','2023-03-08 06:51:22'), - (103,NULL,22,'Subject for Print/Merge Document','2022-12-01 16:29:31',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:22','2023-03-08 06:51:22'), - (104,NULL,22,'Subject for Print/Merge Document','2022-06-21 00:25:27',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:22','2023-03-08 06:51:22'), - (105,NULL,1,'Subject for Meeting','2022-09-22 08:08:55',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:22','2023-03-08 06:51:22'), - (106,NULL,1,'Subject for Meeting','2023-02-16 22:58:19',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:22','2023-03-08 06:51:22'), - (107,NULL,22,'Subject for Print/Merge Document','2022-11-06 21:16:35',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:22','2023-03-08 06:51:22'), - (108,NULL,55,'Subject for Interview','2022-12-15 05:53:39',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:22','2023-03-08 06:51:22'), - (109,NULL,9,'Subject for Tell a Friend','2022-09-19 22:56:52',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:22','2023-03-08 06:51:22'), - (110,NULL,55,'Subject for Interview','2022-11-11 15:05:56',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:22','2023-03-08 06:51:22'), - (111,NULL,2,'Subject for Phone Call','2023-02-19 15:51:45',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:22','2023-03-08 06:51:22'), - (112,NULL,1,'Subject for Meeting','2022-03-20 07:21:06',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:22','2023-03-08 06:51:22'), - (113,NULL,22,'Subject for Print/Merge Document','2022-12-24 00:01:25',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:22','2023-03-08 06:51:22'), - (114,NULL,1,'Subject for Meeting','2022-10-31 09:11:02',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:22','2023-03-08 06:51:22'), - (115,NULL,22,'Subject for Print/Merge Document','2022-04-01 13:07:01',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:22','2023-03-08 06:51:22'), - (116,NULL,9,'Subject for Tell a Friend','2022-05-27 19:36:42',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:22','2023-03-08 06:51:22'), - (117,NULL,1,'Subject for Meeting','2023-01-16 10:17:13',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:22','2023-03-08 06:51:22'), - (118,NULL,9,'Subject for Tell a Friend','2022-06-03 04:38:07',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:22','2023-03-08 06:51:22'), - (119,NULL,9,'Subject for Tell a Friend','2022-11-21 13:13:27',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:22','2023-03-08 06:51:22'), - (120,NULL,1,'Subject for Meeting','2023-02-15 22:49:53',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:22','2023-03-08 06:51:22'), - (121,NULL,22,'Subject for Print/Merge Document','2022-09-24 10:53:45',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:22','2023-03-08 06:51:22'), - (122,NULL,1,'Subject for Meeting','2022-08-20 20:54:46',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:22','2023-03-08 06:51:22'), - (123,NULL,1,'Subject for Meeting','2022-07-24 11:25:25',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:22','2023-03-08 06:51:22'), - (124,NULL,55,'Subject for Interview','2022-10-18 01:00:55',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:22','2023-03-08 06:51:22'), - (125,NULL,2,'Subject for Phone Call','2022-05-09 11:49:30',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:22','2023-03-08 06:51:22'), - (126,NULL,1,'Subject for Meeting','2022-10-29 10:47:04',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:22','2023-03-08 06:51:22'), - (127,NULL,2,'Subject for Phone Call','2022-09-17 08:48:27',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:22','2023-03-08 06:51:22'), - (128,NULL,55,'Subject for Interview','2022-06-21 03:27:49',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:22','2023-03-08 06:51:22'), - (129,NULL,2,'Subject for Phone Call','2022-07-12 06:00:19',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:22','2023-03-08 06:51:22'), - (130,NULL,55,'Subject for Interview','2022-04-30 23:27:41',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:22','2023-03-08 06:51:22'), - (131,NULL,1,'Subject for Meeting','2022-07-02 04:44:44',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:22','2023-03-08 06:51:22'), - (132,NULL,55,'Subject for Interview','2022-04-19 02:55:38',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:22','2023-03-08 06:51:22'), - (133,NULL,9,'Subject for Tell a Friend','2022-05-29 13:18:53',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:22','2023-03-08 06:51:22'), - (134,NULL,9,'Subject for Tell a Friend','2022-03-15 20:37:42',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:22','2023-03-08 06:51:22'), - (135,NULL,55,'Subject for Interview','2022-04-06 08:12:50',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:22','2023-03-08 06:51:22'), - (136,NULL,55,'Subject for Interview','2022-10-08 02:18:56',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:22','2023-03-08 06:51:22'), - (137,NULL,9,'Subject for Tell a Friend','2022-03-23 07:35:23',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:22','2023-03-08 06:51:22'), - (138,NULL,2,'Subject for Phone Call','2022-04-05 11:35:32',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:22','2023-03-08 06:51:22'), - (139,NULL,55,'Subject for Interview','2022-07-05 20:31:52',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:22','2023-03-08 06:51:22'), - (140,NULL,22,'Subject for Print/Merge Document','2022-12-10 19:53:48',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:22','2023-03-08 06:51:22'), - (141,NULL,22,'Subject for Print/Merge Document','2022-05-12 21:29:34',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:22','2023-03-08 06:51:22'), - (142,NULL,1,'Subject for Meeting','2023-01-06 12:12:33',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:22','2023-03-08 06:51:22'), - (143,NULL,2,'Subject for Phone Call','2022-04-10 07:59:52',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:22','2023-03-08 06:51:22'), - (144,NULL,1,'Subject for Meeting','2023-02-19 05:29:48',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:22','2023-03-08 06:51:22'), - (145,NULL,1,'Subject for Meeting','2022-05-06 01:42:39',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:22','2023-03-08 06:51:22'), - (146,NULL,1,'Subject for Meeting','2023-01-26 13:37:32',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:22','2023-03-08 06:51:22'), - (147,NULL,9,'Subject for Tell a Friend','2022-10-03 02:46:29',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:22','2023-03-08 06:51:22'), - (148,NULL,9,'Subject for Tell a Friend','2022-07-25 09:15:11',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:22','2023-03-08 06:51:22'), - (149,NULL,1,'Subject for Meeting','2023-02-21 00:05:16',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:22','2023-03-08 06:51:22'), - (150,NULL,1,'Subject for Meeting','2023-01-11 17:10:52',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:22','2023-03-08 06:51:22'), - (151,NULL,1,'Subject for Meeting','2022-07-04 13:33:08',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:22','2023-03-08 06:51:22'), - (152,NULL,9,'Subject for Tell a Friend','2022-06-07 23:38:09',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:22','2023-03-08 06:51:22'), - (153,NULL,2,'Subject for Phone Call','2022-08-12 06:29:58',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (154,NULL,55,'Subject for Interview','2023-02-22 18:18:19',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (155,NULL,22,'Subject for Print/Merge Document','2023-02-01 15:30:44',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (156,NULL,55,'Subject for Interview','2022-11-06 19:19:37',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (157,NULL,2,'Subject for Phone Call','2023-01-17 21:28:28',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (158,NULL,22,'Subject for Print/Merge Document','2022-06-30 14:38:02',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (159,NULL,55,'Subject for Interview','2022-05-07 18:46:22',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (160,NULL,55,'Subject for Interview','2022-05-19 07:02:12',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (161,NULL,1,'Subject for Meeting','2022-11-14 19:14:10',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (162,NULL,22,'Subject for Print/Merge Document','2022-11-27 18:36:28',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (163,NULL,55,'Subject for Interview','2022-03-28 06:17:50',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (164,NULL,55,'Subject for Interview','2022-11-15 00:00:49',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (165,NULL,9,'Subject for Tell a Friend','2022-05-11 01:52:16',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (166,NULL,55,'Subject for Interview','2022-04-25 08:04:48',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (167,NULL,1,'Subject for Meeting','2022-04-23 03:06:51',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (168,NULL,9,'Subject for Tell a Friend','2022-04-13 16:05:27',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (169,NULL,55,'Subject for Interview','2022-12-14 11:14:54',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (170,NULL,55,'Subject for Interview','2023-01-26 23:20:07',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (171,NULL,55,'Subject for Interview','2022-08-13 20:01:23',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (172,NULL,55,'Subject for Interview','2022-09-03 04:09:10',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (173,NULL,22,'Subject for Print/Merge Document','2022-07-24 12:35:07',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (174,NULL,22,'Subject for Print/Merge Document','2022-05-26 03:45:15',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (175,NULL,22,'Subject for Print/Merge Document','2022-12-04 13:56:57',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (176,NULL,1,'Subject for Meeting','2022-04-29 23:07:40',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (177,NULL,9,'Subject for Tell a Friend','2022-03-22 21:07:23',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (178,NULL,55,'Subject for Interview','2022-10-08 22:04:04',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (179,NULL,55,'Subject for Interview','2022-08-09 15:38:58',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (180,NULL,55,'Subject for Interview','2022-04-17 02:42:15',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (181,NULL,1,'Subject for Meeting','2023-03-04 07:09:48',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (182,NULL,9,'Subject for Tell a Friend','2022-11-08 10:44:35',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (183,NULL,22,'Subject for Print/Merge Document','2022-12-19 20:41:28',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (184,NULL,55,'Subject for Interview','2023-02-12 08:57:49',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (185,NULL,1,'Subject for Meeting','2022-09-04 03:49:19',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (186,NULL,2,'Subject for Phone Call','2022-07-11 11:53:11',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (187,NULL,1,'Subject for Meeting','2022-03-09 10:37:09',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (188,NULL,2,'Subject for Phone Call','2022-03-11 02:59:08',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (189,NULL,1,'Subject for Meeting','2023-02-04 22:25:48',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (190,NULL,55,'Subject for Interview','2022-06-26 12:27:48',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (191,NULL,22,'Subject for Print/Merge Document','2022-07-26 22:01:16',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (192,NULL,2,'Subject for Phone Call','2022-05-13 06:22:01',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (193,NULL,1,'Subject for Meeting','2023-01-14 16:18:58',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (194,NULL,2,'Subject for Phone Call','2022-05-30 05:07:01',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (195,NULL,2,'Subject for Phone Call','2022-08-04 02:16:12',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (196,NULL,9,'Subject for Tell a Friend','2022-09-25 14:45:56',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (197,NULL,55,'Subject for Interview','2022-11-13 00:31:23',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (198,NULL,9,'Subject for Tell a Friend','2023-01-15 17:23:01',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (199,NULL,22,'Subject for Print/Merge Document','2022-04-21 11:42:33',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (200,NULL,9,'Subject for Tell a Friend','2022-04-28 12:36:51',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (201,NULL,55,'Subject for Interview','2022-11-05 12:29:23',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (202,NULL,1,'Subject for Meeting','2022-04-17 17:51:37',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (203,NULL,1,'Subject for Meeting','2022-12-25 19:54:15',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (204,NULL,22,'Subject for Print/Merge Document','2022-07-22 12:53:03',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (205,NULL,22,'Subject for Print/Merge Document','2022-10-25 08:44:29',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (206,NULL,9,'Subject for Tell a Friend','2022-03-19 14:04:16',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (207,NULL,2,'Subject for Phone Call','2023-01-13 22:09:16',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (208,NULL,1,'Subject for Meeting','2023-02-10 05:31:19',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (209,NULL,55,'Subject for Interview','2022-04-25 18:07:58',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (210,NULL,9,'Subject for Tell a Friend','2023-01-31 18:29:51',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (211,NULL,9,'Subject for Tell a Friend','2022-06-15 17:56:08',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (212,NULL,9,'Subject for Tell a Friend','2022-07-25 13:57:56',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (213,NULL,2,'Subject for Phone Call','2022-03-26 21:30:51',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (214,NULL,2,'Subject for Phone Call','2022-10-31 05:53:59',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (215,NULL,55,'Subject for Interview','2023-02-01 16:44:09',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (216,NULL,55,'Subject for Interview','2023-02-18 07:28:53',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (217,NULL,2,'Subject for Phone Call','2022-08-05 06:59:22',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (218,NULL,9,'Subject for Tell a Friend','2022-05-07 21:15:33',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (219,NULL,1,'Subject for Meeting','2022-03-20 20:11:37',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (220,NULL,55,'Subject for Interview','2022-09-19 05:03:08',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (221,NULL,22,'Subject for Print/Merge Document','2023-01-30 09:18:12',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (222,NULL,55,'Subject for Interview','2022-11-17 00:00:32',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (223,NULL,1,'Subject for Meeting','2022-09-15 19:06:21',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (224,NULL,9,'Subject for Tell a Friend','2022-10-05 16:42:54',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (225,NULL,22,'Subject for Print/Merge Document','2022-03-25 17:41:00',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (226,NULL,9,'Subject for Tell a Friend','2023-02-23 12:02:30',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (227,NULL,9,'Subject for Tell a Friend','2022-09-20 14:25:15',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (228,NULL,9,'Subject for Tell a Friend','2022-04-28 00:24:23',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (229,NULL,55,'Subject for Interview','2022-03-30 08:48:25',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (230,NULL,1,'Subject for Meeting','2022-11-18 07:33:03',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (231,NULL,2,'Subject for Phone Call','2022-08-30 18:14:36',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (232,NULL,1,'Subject for Meeting','2022-06-14 15:50:14',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (233,NULL,1,'Subject for Meeting','2022-04-07 18:22:32',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (234,NULL,2,'Subject for Phone Call','2022-10-26 03:45:16',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (235,NULL,9,'Subject for Tell a Friend','2022-09-01 05:47:39',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (236,NULL,2,'Subject for Phone Call','2022-10-20 23:17:13',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (237,NULL,22,'Subject for Print/Merge Document','2022-11-05 13:47:19',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (238,NULL,2,'Subject for Phone Call','2023-03-07 06:02:17',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (239,NULL,2,'Subject for Phone Call','2023-02-14 16:44:11',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (240,NULL,1,'Subject for Meeting','2022-12-31 09:48:37',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (241,NULL,9,'Subject for Tell a Friend','2022-04-21 09:35:43',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (242,NULL,9,'Subject for Tell a Friend','2022-06-22 07:15:54',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (243,NULL,1,'Subject for Meeting','2022-08-22 05:35:38',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (244,NULL,55,'Subject for Interview','2022-08-20 12:57:49',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (245,NULL,2,'Subject for Phone Call','2022-08-01 20:50:49',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (246,NULL,2,'Subject for Phone Call','2023-02-07 12:09:58',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (247,NULL,22,'Subject for Print/Merge Document','2022-10-22 19:36:50',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (248,NULL,2,'Subject for Phone Call','2022-11-13 12:08:40',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (249,NULL,22,'Subject for Print/Merge Document','2022-06-17 16:53:04',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (250,NULL,9,'Subject for Tell a Friend','2022-05-14 02:33:41',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (251,NULL,2,'Subject for Phone Call','2022-06-24 02:53:11',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (252,NULL,1,'Subject for Meeting','2022-12-02 03:51:21',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (253,NULL,1,'Subject for Meeting','2022-11-30 03:46:57',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (254,NULL,2,'Subject for Phone Call','2022-05-29 23:59:58',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (255,NULL,1,'Subject for Meeting','2022-03-10 14:50:56',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (256,NULL,2,'Subject for Phone Call','2022-05-21 20:31:24',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (257,NULL,1,'Subject for Meeting','2023-02-13 23:44:09',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (258,NULL,1,'Subject for Meeting','2023-02-05 03:41:41',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (259,NULL,55,'Subject for Interview','2022-06-20 18:40:03',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (260,NULL,55,'Subject for Interview','2022-08-28 20:43:58',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (261,NULL,1,'Subject for Meeting','2022-06-08 13:50:57',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (262,NULL,1,'Subject for Meeting','2022-12-22 18:55:29',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (263,NULL,2,'Subject for Phone Call','2023-01-14 03:12:37',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (264,NULL,55,'Subject for Interview','2022-06-03 16:42:43',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (265,NULL,2,'Subject for Phone Call','2022-12-04 19:15:25',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (266,NULL,55,'Subject for Interview','2022-11-16 20:27:05',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (267,NULL,55,'Subject for Interview','2022-06-03 15:48:36',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (268,NULL,9,'Subject for Tell a Friend','2023-02-11 20:43:04',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (269,NULL,9,'Subject for Tell a Friend','2022-04-11 04:36:34',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (270,NULL,9,'Subject for Tell a Friend','2022-09-13 02:05:24',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (271,NULL,9,'Subject for Tell a Friend','2022-03-09 12:55:38',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (272,NULL,55,'Subject for Interview','2022-06-28 11:50:21',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (273,NULL,55,'Subject for Interview','2022-10-07 18:07:33',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (274,NULL,55,'Subject for Interview','2022-09-20 10:43:15',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (275,NULL,2,'Subject for Phone Call','2022-08-24 07:19:40',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (276,NULL,22,'Subject for Print/Merge Document','2022-05-02 06:38:46',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (277,NULL,2,'Subject for Phone Call','2023-02-20 22:32:44',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (278,NULL,2,'Subject for Phone Call','2022-12-31 15:36:22',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (279,NULL,55,'Subject for Interview','2022-05-12 12:53:57',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (280,NULL,55,'Subject for Interview','2023-01-18 20:06:14',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (281,NULL,22,'Subject for Print/Merge Document','2023-02-13 01:17:02',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (282,NULL,1,'Subject for Meeting','2022-07-17 14:38:40',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (283,NULL,22,'Subject for Print/Merge Document','2022-05-16 20:07:33',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (284,NULL,1,'Subject for Meeting','2023-02-26 14:44:55',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (285,NULL,1,'Subject for Meeting','2022-05-26 05:58:02',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (286,NULL,22,'Subject for Print/Merge Document','2022-03-16 17:51:55',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (287,NULL,1,'Subject for Meeting','2022-07-08 05:30:59',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (288,NULL,2,'Subject for Phone Call','2022-05-28 15:19:27',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (289,NULL,1,'Subject for Meeting','2022-07-20 12:07:32',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (290,NULL,1,'Subject for Meeting','2022-08-18 03:10:41',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (291,NULL,1,'Subject for Meeting','2022-10-10 01:34:34',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (292,NULL,22,'Subject for Print/Merge Document','2022-08-10 16:00:53',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (293,NULL,22,'Subject for Print/Merge Document','2022-06-18 13:17:53',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (294,NULL,1,'Subject for Meeting','2022-11-01 04:18:11',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (295,NULL,2,'Subject for Phone Call','2022-11-27 06:33:40',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (296,NULL,2,'Subject for Phone Call','2022-06-12 10:01:08',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (297,NULL,9,'Subject for Tell a Friend','2023-02-27 22:21:55',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (298,NULL,22,'Subject for Print/Merge Document','2023-02-14 06:54:13',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (299,NULL,2,'Subject for Phone Call','2022-03-19 21:54:40',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (300,NULL,9,'Subject for Tell a Friend','2022-06-17 21:17:38',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (301,NULL,55,'Subject for Interview','2022-07-06 02:43:46',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (302,NULL,2,'Subject for Phone Call','2022-06-09 23:31:58',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (303,NULL,22,'Subject for Print/Merge Document','2023-03-01 16:47:00',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (304,NULL,22,'Subject for Print/Merge Document','2023-02-01 14:39:15',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (305,NULL,1,'Subject for Meeting','2023-02-21 23:11:29',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (306,NULL,1,'Subject for Meeting','2022-12-07 13:29:24',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (307,NULL,9,'Subject for Tell a Friend','2022-09-21 17:25:57',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (308,NULL,55,'Subject for Interview','2022-03-26 07:09:42',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (309,NULL,9,'Subject for Tell a Friend','2022-06-02 05:33:26',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (310,NULL,2,'Subject for Phone Call','2022-04-01 15:49:22',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (311,NULL,9,'Subject for Tell a Friend','2022-10-21 00:53:07',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (312,NULL,9,'Subject for Tell a Friend','2022-04-26 21:49:47',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (313,NULL,22,'Subject for Print/Merge Document','2023-03-03 12:00:34',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (314,NULL,2,'Subject for Phone Call','2022-08-18 12:41:41',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (315,NULL,55,'Subject for Interview','2022-10-07 00:28:14',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (316,NULL,2,'Subject for Phone Call','2022-07-18 00:23:40',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (317,NULL,2,'Subject for Phone Call','2022-12-20 10:11:43',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (318,NULL,55,'Subject for Interview','2022-11-03 01:40:48',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (319,NULL,1,'Subject for Meeting','2022-08-12 15:09:49',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (320,NULL,2,'Subject for Phone Call','2022-12-18 09:04:17',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (321,NULL,1,'Subject for Meeting','2022-09-14 12:43:57',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (322,NULL,22,'Subject for Print/Merge Document','2022-12-12 13:20:11',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (323,NULL,1,'Subject for Meeting','2022-03-19 15:49:50',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (324,NULL,9,'Subject for Tell a Friend','2022-03-15 11:56:51',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (325,NULL,22,'Subject for Print/Merge Document','2023-01-30 14:48:13',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (326,NULL,1,'Subject for Meeting','2022-12-11 13:33:39',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (327,NULL,22,'Subject for Print/Merge Document','2022-09-16 09:58:12',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (328,NULL,55,'Subject for Interview','2022-07-27 18:14:56',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (329,NULL,9,'Subject for Tell a Friend','2022-08-23 11:27:38',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (330,NULL,9,'Subject for Tell a Friend','2022-09-16 19:17:27',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (331,NULL,9,'Subject for Tell a Friend','2022-08-02 08:43:01',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (332,NULL,9,'Subject for Tell a Friend','2023-02-20 17:41:44',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (333,NULL,55,'Subject for Interview','2023-02-22 18:42:58',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (334,NULL,9,'Subject for Tell a Friend','2022-07-01 23:55:26',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (335,NULL,2,'Subject for Phone Call','2022-09-02 04:11:46',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (336,NULL,22,'Subject for Print/Merge Document','2022-03-20 22:32:20',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (337,NULL,22,'Subject for Print/Merge Document','2022-07-09 16:27:45',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (338,NULL,2,'Subject for Phone Call','2022-06-30 01:33:31',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (339,NULL,2,'Subject for Phone Call','2022-12-11 07:30:17',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (340,NULL,9,'Subject for Tell a Friend','2022-07-10 21:12:54',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (341,NULL,2,'Subject for Phone Call','2023-02-25 09:54:10',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (342,NULL,2,'Subject for Phone Call','2022-10-24 15:56:04',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (343,NULL,9,'Subject for Tell a Friend','2022-03-31 21:32:50',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (344,NULL,22,'Subject for Print/Merge Document','2023-02-04 13:59:10',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (345,NULL,22,'Subject for Print/Merge Document','2022-07-16 01:09:16',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (346,NULL,22,'Subject for Print/Merge Document','2022-03-13 05:59:39',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (347,NULL,9,'Subject for Tell a Friend','2023-02-27 06:04:19',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (348,NULL,9,'Subject for Tell a Friend','2022-06-03 08:02:56',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (349,NULL,9,'Subject for Tell a Friend','2022-06-02 18:25:07',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (350,NULL,22,'Subject for Print/Merge Document','2022-04-12 06:22:49',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (351,NULL,2,'Subject for Phone Call','2022-11-11 07:33:48',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (352,NULL,2,'Subject for Phone Call','2022-12-19 07:25:56',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (353,NULL,9,'Subject for Tell a Friend','2022-05-09 16:03:06',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (354,NULL,9,'Subject for Tell a Friend','2023-02-11 14:53:32',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (355,NULL,55,'Subject for Interview','2022-03-18 16:44:39',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (356,NULL,9,'Subject for Tell a Friend','2022-11-15 07:03:36',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (357,NULL,2,'Subject for Phone Call','2022-11-27 04:49:36',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (358,NULL,22,'Subject for Print/Merge Document','2022-06-07 14:30:53',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (359,NULL,55,'Subject for Interview','2022-06-24 00:52:05',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (360,NULL,2,'Subject for Phone Call','2022-10-18 15:01:47',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (361,NULL,22,'Subject for Print/Merge Document','2023-02-21 20:32:57',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (362,NULL,55,'Subject for Interview','2022-09-08 09:30:38',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (363,NULL,2,'Subject for Phone Call','2022-06-24 16:56:02',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (364,NULL,1,'Subject for Meeting','2022-09-26 13:58:02',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (365,NULL,55,'Subject for Interview','2022-07-20 19:08:47',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (366,NULL,9,'Subject for Tell a Friend','2022-11-22 19:45:59',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (367,NULL,22,'Subject for Print/Merge Document','2022-05-30 09:40:49',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (368,NULL,55,'Subject for Interview','2022-05-25 02:44:39',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (369,NULL,2,'Subject for Phone Call','2022-03-31 15:03:44',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (370,NULL,55,'Subject for Interview','2022-04-21 16:11:29',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (371,NULL,9,'Subject for Tell a Friend','2022-07-01 05:03:51',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (372,NULL,55,'Subject for Interview','2022-04-21 21:38:37',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (373,NULL,2,'Subject for Phone Call','2022-04-17 02:43:05',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (374,NULL,2,'Subject for Phone Call','2023-01-31 03:36:58',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (375,NULL,22,'Subject for Print/Merge Document','2022-03-10 20:50:21',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (376,NULL,9,'Subject for Tell a Friend','2022-11-27 07:19:07',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (377,NULL,1,'Subject for Meeting','2022-06-12 00:51:38',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (378,NULL,2,'Subject for Phone Call','2023-01-09 10:52:20',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (379,NULL,55,'Subject for Interview','2022-05-26 05:30:04',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (380,NULL,9,'Subject for Tell a Friend','2022-09-06 21:05:59',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (381,NULL,1,'Subject for Meeting','2022-07-15 18:38:18',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (382,NULL,2,'Subject for Phone Call','2022-10-31 13:35:20',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (383,NULL,9,'Subject for Tell a Friend','2022-04-28 14:34:51',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (384,NULL,55,'Subject for Interview','2022-06-27 21:07:38',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (385,NULL,55,'Subject for Interview','2022-11-06 08:25:38',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (386,NULL,1,'Subject for Meeting','2022-08-30 17:51:49',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (387,NULL,22,'Subject for Print/Merge Document','2022-10-04 04:16:51',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (388,NULL,1,'Subject for Meeting','2022-04-06 05:34:25',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (389,NULL,9,'Subject for Tell a Friend','2022-08-31 10:21:04',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (390,NULL,2,'Subject for Phone Call','2022-11-18 16:02:33',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (391,NULL,2,'Subject for Phone Call','2022-05-11 07:32:32',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (392,NULL,55,'Subject for Interview','2022-06-04 18:41:26',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (393,NULL,55,'Subject for Interview','2023-02-16 17:55:20',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (394,NULL,22,'Subject for Print/Merge Document','2022-04-30 21:56:27',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (395,NULL,55,'Subject for Interview','2022-11-02 10:24:11',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (396,NULL,9,'Subject for Tell a Friend','2022-04-28 00:02:17',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (397,NULL,2,'Subject for Phone Call','2022-12-21 14:33:46',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (398,NULL,55,'Subject for Interview','2022-08-07 06:12:02',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (399,NULL,2,'Subject for Phone Call','2022-04-29 20:06:21',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (400,NULL,9,'Subject for Tell a Friend','2022-04-14 15:48:29',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (401,NULL,9,'Subject for Tell a Friend','2022-06-04 05:05:48',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (402,NULL,2,'Subject for Phone Call','2022-05-12 08:03:34',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (403,NULL,2,'Subject for Phone Call','2022-08-06 13:37:33',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (404,NULL,22,'Subject for Print/Merge Document','2022-07-08 14:06:57',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (405,NULL,55,'Subject for Interview','2023-01-03 08:17:37',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (406,NULL,55,'Subject for Interview','2022-08-01 19:32:08',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (407,NULL,1,'Subject for Meeting','2022-07-31 18:03:50',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (408,NULL,22,'Subject for Print/Merge Document','2022-04-28 17:24:56',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (409,NULL,55,'Subject for Interview','2023-01-22 22:11:39',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (410,NULL,2,'Subject for Phone Call','2022-12-15 04:03:02',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (411,NULL,55,'Subject for Interview','2022-06-07 14:20:06',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (412,NULL,55,'Subject for Interview','2022-12-06 19:11:41',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (413,NULL,2,'Subject for Phone Call','2022-04-07 17:32:30',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (414,NULL,2,'Subject for Phone Call','2022-03-16 02:59:23',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (415,NULL,2,'Subject for Phone Call','2022-10-06 00:11:04',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (416,NULL,2,'Subject for Phone Call','2022-12-14 11:18:30',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (417,NULL,1,'Subject for Meeting','2022-06-23 02:01:57',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (418,NULL,2,'Subject for Phone Call','2022-12-13 09:23:50',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (419,NULL,22,'Subject for Print/Merge Document','2022-12-22 00:24:07',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (420,NULL,55,'Subject for Interview','2023-01-22 04:43:03',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (421,NULL,1,'Subject for Meeting','2022-11-17 12:56:36',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (422,NULL,9,'Subject for Tell a Friend','2022-12-15 06:24:04',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (423,NULL,9,'Subject for Tell a Friend','2022-06-21 09:07:22',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (424,NULL,55,'Subject for Interview','2022-12-01 19:36:54',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (425,NULL,55,'Subject for Interview','2022-06-08 17:23:31',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (426,NULL,22,'Subject for Print/Merge Document','2022-08-06 07:01:02',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (427,NULL,9,'Subject for Tell a Friend','2023-03-03 04:20:12',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (428,NULL,22,'Subject for Print/Merge Document','2022-11-19 04:11:17',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (429,NULL,1,'Subject for Meeting','2022-10-23 21:15:26',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (430,NULL,55,'Subject for Interview','2023-01-21 14:30:57',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (431,NULL,2,'Subject for Phone Call','2022-12-09 01:51:24',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (432,NULL,9,'Subject for Tell a Friend','2022-07-02 05:33:19',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (433,NULL,2,'Subject for Phone Call','2022-05-13 07:11:52',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (434,NULL,1,'Subject for Meeting','2022-10-21 14:57:33',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (435,NULL,9,'Subject for Tell a Friend','2022-06-19 10:19:53',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (436,NULL,1,'Subject for Meeting','2022-10-02 09:09:59',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (437,NULL,2,'Subject for Phone Call','2022-11-15 20:31:33',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (438,NULL,2,'Subject for Phone Call','2022-07-19 10:36:45',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (439,NULL,2,'Subject for Phone Call','2022-12-22 19:15:06',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (440,NULL,22,'Subject for Print/Merge Document','2022-11-16 17:14:36',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (441,NULL,55,'Subject for Interview','2022-12-05 00:26:41',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (442,NULL,2,'Subject for Phone Call','2022-07-10 18:41:05',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (443,NULL,1,'Subject for Meeting','2022-04-01 10:40:25',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (444,NULL,9,'Subject for Tell a Friend','2022-08-27 04:28:15',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (445,NULL,22,'Subject for Print/Merge Document','2022-05-09 15:08:38',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (446,NULL,22,'Subject for Print/Merge Document','2023-02-18 08:03:17',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (447,NULL,22,'Subject for Print/Merge Document','2022-12-06 02:14:16',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (448,NULL,22,'Subject for Print/Merge Document','2022-11-24 06:02:53',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (449,NULL,9,'Subject for Tell a Friend','2022-07-25 05:50:52',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (450,NULL,55,'Subject for Interview','2023-02-05 02:29:04',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:23','2023-03-08 06:51:23'), - (451,1,6,'$ 125 April Mailer 1','2023-05-08 17:51:24',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (452,2,6,'$ 50 Online: Save the Penguins','2023-05-08 17:51:24',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (453,3,6,'£ 25 April Mailer 1','2023-05-08 17:51:24',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (454,4,6,'$ 50 Online: Save the Penguins','2023-05-08 17:51:24',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (455,5,6,'$ 50 Online: Save the Penguins','2023-05-08 17:51:24',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (456,6,6,'$ 500 April Mailer 1','2023-05-08 17:51:24',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (457,7,6,'$ 1750 Online: Save the Penguins','2023-05-08 17:51:24',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (458,8,6,'$ 50 Online: Save the Penguins','2023-05-08 17:51:24',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (459,9,6,'$ 10 Online: Help CiviCRM','2023-05-08 17:51:24',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (460,10,6,'$ 250 Online: Help CiviCRM','2023-05-08 17:51:24',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (461,11,6,'Â¥ 500 ','2023-05-08 17:51:24',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (462,12,6,'$ 50 Online: Save the Penguins','2023-05-08 17:51:24',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (463,13,6,'$ 50 ','2023-05-08 17:51:24',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (464,14,6,'$ 50 ','2023-05-08 17:51:24',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (465,15,6,'$ 25 Recurring contribution','2023-05-08 17:51:24',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (466,16,6,'$ 25 Recurring contribution','2023-05-08 17:51:24',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (467,17,6,'$ 25 Recurring contribution','2023-05-08 17:51:24',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (468,18,6,'$ 25 Recurring contribution','2023-05-08 17:51:24',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (469,19,6,'$ 25 Recurring contribution','2023-05-08 17:51:24',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (470,20,6,'$ 25 Recurring contribution','2023-05-08 17:51:24',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (471,21,6,'$ 25 Recurring contribution','2023-05-08 17:51:24',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (472,22,6,'$ 25 Recurring contribution','2023-05-08 17:51:24',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (473,23,6,'$ 25 Recurring contribution','2023-05-08 17:51:24',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (474,24,6,'$ 25 Recurring contribution','2023-05-08 17:51:24',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (475,25,6,'$ 25 Recurring contribution','2023-05-08 17:51:24',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (476,26,6,'$ 10 Recurring contribution','2023-05-08 17:51:24',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (477,27,6,'$ 10 Recurring contribution','2023-05-08 17:51:24',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (478,28,6,'$ 10 Recurring contribution','2023-05-08 17:51:24',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (479,29,6,'$ 10 Recurring contribution','2023-05-08 17:51:24',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (480,30,6,'$ 10 Recurring contribution','2023-05-08 17:51:24',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (481,31,6,'€ 5 Recurring contribution','2023-05-08 17:51:24',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (482,1,7,'General','2023-03-08 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (483,2,7,'Student','2023-03-07 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (484,3,7,'General','2023-03-06 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (485,4,7,'Student','2023-03-05 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (486,5,7,'General','2021-02-04 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (487,6,7,'Student','2023-03-03 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (488,7,7,'General','2023-03-02 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (489,8,7,'Student','2023-03-01 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (490,9,7,'General','2023-02-28 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (491,10,7,'Student','2022-02-27 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (492,11,7,'Lifetime','2023-02-26 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (493,12,7,'Student','2023-02-25 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (494,13,7,'General','2023-02-24 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (495,14,7,'Student','2023-02-23 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (496,15,7,'Student','2022-02-22 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (497,16,7,'Student','2023-02-21 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (498,17,7,'General','2023-02-20 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (499,18,7,'Student','2023-02-19 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (500,19,7,'General','2023-02-18 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (501,20,7,'General','2020-10-07 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (502,21,7,'General','2023-02-16 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (503,22,7,'Lifetime','2023-02-15 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (504,23,7,'General','2023-02-14 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (505,24,7,'Student','2023-02-13 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (506,25,7,'General','2020-08-28 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (507,26,7,'Student','2023-02-11 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (508,27,7,'General','2023-02-10 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (509,28,7,'Student','2023-02-09 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (510,29,7,'General','2023-02-08 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (511,30,7,'General','2020-07-19 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (512,32,6,'$ 100.00 - General Membership: Offline signup','2023-03-08 17:51:24',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (513,33,6,'$ 50.00 - Student Membership: Offline signup','2023-03-08 17:51:24',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (514,34,6,'$ 100.00 - General Membership: Offline signup','2023-03-08 17:51:24',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (515,35,6,'$ 50.00 - Student Membership: Offline signup','2023-03-08 17:51:24',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (516,36,6,'$ 100.00 - General Membership: Offline signup','2023-03-08 17:51:24',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (517,37,6,'$ 50.00 - Student Membership: Offline signup','2023-03-08 17:51:24',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (518,38,6,'$ 100.00 - General Membership: Offline signup','2023-03-08 17:51:24',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (519,39,6,'$ 50.00 - Student Membership: Offline signup','2023-03-08 17:51:24',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (520,40,6,'$ 100.00 - General Membership: Offline signup','2023-03-08 17:51:24',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (521,41,6,'$ 50.00 - Student Membership: Offline signup','2023-03-08 17:51:24',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (522,42,6,'$ 1200.00 - Lifetime Membership: Offline signup','2023-03-08 17:51:24',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (523,43,6,'$ 50.00 - Student Membership: Offline signup','2023-03-08 17:51:24',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (524,44,6,'$ 100.00 - General Membership: Offline signup','2023-03-08 17:51:24',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (525,45,6,'$ 50.00 - Student Membership: Offline signup','2023-03-08 17:51:24',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (526,46,6,'$ 50.00 - Student Membership: Offline signup','2023-03-08 17:51:24',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (527,47,6,'$ 50.00 - Student Membership: Offline signup','2023-03-08 17:51:24',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (528,48,6,'$ 100.00 - General Membership: Offline signup','2023-03-08 17:51:24',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (529,49,6,'$ 50.00 - Student Membership: Offline signup','2023-03-08 17:51:24',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (530,50,6,'$ 100.00 - General Membership: Offline signup','2023-03-08 17:51:24',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (531,51,6,'$ 100.00 - General Membership: Offline signup','2023-03-08 17:51:24',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (532,52,6,'$ 100.00 - General Membership: Offline signup','2023-03-08 17:51:24',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (533,53,6,'$ 1200.00 - Lifetime Membership: Offline signup','2023-03-08 17:51:24',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (534,54,6,'$ 100.00 - General Membership: Offline signup','2023-03-08 17:51:24',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (535,55,6,'$ 50.00 - Student Membership: Offline signup','2023-03-08 17:51:24',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (536,56,6,'$ 100.00 - General Membership: Offline signup','2023-03-08 17:51:24',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (537,57,6,'$ 50.00 - Student Membership: Offline signup','2023-03-08 17:51:24',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (538,58,6,'$ 100.00 - General Membership: Offline signup','2023-03-08 17:51:24',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (539,59,6,'$ 50.00 - Student Membership: Offline signup','2023-03-08 17:51:24',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (540,60,6,'$ 100.00 - General Membership: Offline signup','2023-03-08 17:51:24',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (541,61,6,'$ 100.00 - General Membership: Offline signup','2023-03-08 17:51:24',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (543,1,5,'NULL','2009-01-21 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (544,2,5,'NULL','2008-05-07 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (545,3,5,'NULL','2008-05-05 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (546,4,5,'NULL','2008-10-21 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (547,5,5,'NULL','2008-01-10 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (548,6,5,'NULL','2008-03-05 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (549,7,5,'NULL','2009-07-21 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (550,8,5,'NULL','2009-03-07 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (551,9,5,'NULL','2008-02-05 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (552,10,5,'NULL','2008-02-01 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (553,11,5,'NULL','2009-01-10 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (554,12,5,'NULL','2009-03-06 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (555,13,5,'NULL','2008-06-04 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (556,14,5,'NULL','2008-01-10 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (557,15,5,'NULL','2008-07-04 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (558,16,5,'NULL','2009-01-21 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (559,17,5,'NULL','2008-01-10 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (560,18,5,'NULL','2009-03-05 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (561,19,5,'NULL','2008-10-21 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (562,20,5,'NULL','2009-01-10 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (563,21,5,'NULL','2008-03-25 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (564,22,5,'NULL','2009-10-21 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (565,23,5,'NULL','2008-01-10 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (566,24,5,'NULL','2008-03-11 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (567,25,5,'NULL','2008-04-05 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (568,26,5,'NULL','2009-01-21 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (569,27,5,'NULL','2008-05-07 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (570,28,5,'NULL','2009-12-12 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (571,29,5,'NULL','2009-12-13 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (572,30,5,'NULL','2009-12-14 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (573,31,5,'NULL','2009-12-15 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (574,32,5,'NULL','2009-07-21 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (575,33,5,'NULL','2009-03-07 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (576,34,5,'NULL','2009-12-15 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (577,35,5,'NULL','2009-12-13 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (578,36,5,'NULL','2009-01-10 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (579,37,5,'NULL','2009-03-06 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (580,38,5,'NULL','2009-12-13 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (581,39,5,'NULL','2008-01-10 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (582,40,5,'NULL','2009-12-14 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (583,41,5,'NULL','2009-01-21 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (584,42,5,'NULL','2009-12-15 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (585,43,5,'NULL','2009-03-05 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (586,44,5,'NULL','2009-12-13 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (587,45,5,'NULL','2009-01-10 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (588,46,5,'NULL','2009-12-13 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (589,47,5,'NULL','2009-10-21 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (590,48,5,'NULL','2009-12-10 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (591,49,5,'NULL','2009-03-11 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (592,50,5,'NULL','2009-04-05 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (593,63,6,'$ 50.00 - Fall Fundraiser Dinner : Offline registration','2023-03-08 17:51:24',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (594,64,6,'$ 50.00 - Summer Solstice Festival Day Concert : Offline registration','2023-03-08 17:51:24',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (595,65,6,'$ 800.00 - Rain-forest Cup Youth Soccer Tournament : Offline registration','2023-03-08 17:51:24',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (596,66,6,'$ 50.00 - Fall Fundraiser Dinner : Offline registration','2023-03-08 17:51:24',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (597,67,6,'$ 50.00 - Summer Solstice Festival Day Concert : Offline registration','2023-03-08 17:51:24',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (598,68,6,'$ 800.00 - Rain-forest Cup Youth Soccer Tournament : Offline registration','2023-03-08 17:51:24',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (599,69,6,'$ 50.00 - Fall Fundraiser Dinner : Offline registration','2023-03-08 17:51:24',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (600,70,6,'$ 50.00 - Summer Solstice Festival Day Concert : Offline registration','2023-03-08 17:51:24',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (601,71,6,'$ 800.00 - Rain-forest Cup Youth Soccer Tournament : Offline registration','2023-03-08 17:51:24',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (602,72,6,'$ 50.00 - Fall Fundraiser Dinner : Offline registration','2023-03-08 17:51:24',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (603,73,6,'$ 50.00 - Summer Solstice Festival Day Concert : Offline registration','2023-03-08 17:51:24',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (604,74,6,'$ 800.00 - Rain-forest Cup Youth Soccer Tournament : Offline registration','2023-03-08 17:51:24',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (605,75,6,'$ 50.00 - Fall Fundraiser Dinner : Offline registration','2023-03-08 17:51:24',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (606,76,6,'$ 50.00 - Summer Solstice Festival Day Concert : Offline registration','2023-03-08 17:51:24',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (607,77,6,'$ 800.00 - Rain-forest Cup Youth Soccer Tournament : Offline registration','2023-03-08 17:51:24',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (608,78,6,'$ 50.00 - Fall Fundraiser Dinner : Offline registration','2023-03-08 17:51:24',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (609,79,6,'$ 50.00 - Summer Solstice Festival Day Concert : Offline registration','2023-03-08 17:51:24',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (610,80,6,'$ 800.00 - Rain-forest Cup Youth Soccer Tournament : Offline registration','2023-03-08 17:51:24',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (611,81,6,'$ 50.00 - Fall Fundraiser Dinner : Offline registration','2023-03-08 17:51:24',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (612,82,6,'$ 50.00 - Summer Solstice Festival Day Concert : Offline registration','2023-03-08 17:51:24',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (613,83,6,'$ 800.00 - Rain-forest Cup Youth Soccer Tournament : Offline registration','2023-03-08 17:51:24',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (614,84,6,'$ 50.00 - Fall Fundraiser Dinner : Offline registration','2023-03-08 17:51:24',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (615,85,6,'$ 50.00 - Summer Solstice Festival Day Concert : Offline registration','2023-03-08 17:51:24',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (616,86,6,'$ 800.00 - Rain-forest Cup Youth Soccer Tournament : Offline registration','2023-03-08 17:51:24',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (617,87,6,'$ 800.00 - Rain-forest Cup Youth Soccer Tournament : Offline registration','2023-03-08 17:51:24',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (618,88,6,'$ 50.00 - Fall Fundraiser Dinner : Offline registration','2023-03-08 17:51:24',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (619,89,6,'$ 50.00 - Summer Solstice Festival Day Concert : Offline registration','2023-03-08 17:51:24',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (620,90,6,'$ 800.00 - Rain-forest Cup Youth Soccer Tournament : Offline registration','2023-03-08 17:51:24',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (621,91,6,'$ 50.00 - Fall Fundraiser Dinner : Offline registration','2023-03-08 17:51:24',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (622,92,6,'$ 50.00 - Summer Solstice Festival Day Concert : Offline registration','2023-03-08 17:51:24',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (623,93,6,'$ 800.00 - Rain-forest Cup Youth Soccer Tournament : Offline registration','2023-03-08 17:51:24',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (624,94,6,'$ 50.00 - Fall Fundraiser Dinner : Offline registration','2023-03-08 17:51:24',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (625,95,6,'$ 50.00 - Summer Solstice Festival Day Concert : Offline registration','2023-03-08 17:51:24',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (626,96,6,'$ 800.00 - Rain-forest Cup Youth Soccer Tournament : Offline registration','2023-03-08 17:51:24',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (627,97,6,'$ 50.00 - Fall Fundraiser Dinner : Offline registration','2023-03-08 17:51:24',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (628,98,6,'$ 50.00 - Summer Solstice Festival Day Concert : Offline registration','2023-03-08 17:51:24',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (629,99,6,'$ 800.00 - Rain-forest Cup Youth Soccer Tournament : Offline registration','2023-03-08 17:51:24',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (630,100,6,'$ 50.00 - Fall Fundraiser Dinner : Offline registration','2023-03-08 17:51:24',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (631,101,6,'$ 50.00 - Summer Solstice Festival Day Concert : Offline registration','2023-03-08 17:51:24',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (632,102,6,'$ 800.00 - Rain-forest Cup Youth Soccer Tournament : Offline registration','2023-03-08 17:51:24',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (633,103,6,'$ 50.00 - Fall Fundraiser Dinner : Offline registration','2023-03-08 17:51:24',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (634,104,6,'$ 50.00 - Summer Solstice Festival Day Concert : Offline registration','2023-03-08 17:51:24',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (635,105,6,'$ 800.00 - Rain-forest Cup Youth Soccer Tournament : Offline registration','2023-03-08 17:51:24',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (636,106,6,'$ 50.00 - Fall Fundraiser Dinner : Offline registration','2023-03-08 17:51:24',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (637,107,6,'$ 50.00 - Summer Solstice Festival Day Concert : Offline registration','2023-03-08 17:51:24',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (638,108,6,'$ 800.00 - Rain-forest Cup Youth Soccer Tournament : Offline registration','2023-03-08 17:51:24',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (639,109,6,'$ 50.00 - Fall Fundraiser Dinner : Offline registration','2023-03-08 17:51:24',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (640,110,6,'$ 50.00 - Summer Solstice Festival Day Concert : Offline registration','2023-03-08 17:51:24',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (641,111,6,'$ 800.00 - Rain-forest Cup Youth Soccer Tournament : Offline registration','2023-03-08 17:51:24',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'), - (642,112,6,'$ 800.00 - Rain-forest Cup Youth Soccer Tournament : Offline registration','2023-03-08 17:51:24',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-03-08 06:51:24','2023-03-08 06:51:24'); + (1,NULL,2,'Subject for Phone Call','2022-06-18 02:16:19',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:55','2023-04-30 16:20:55'), + (2,NULL,2,'Subject for Phone Call','2022-08-27 03:10:18',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:55','2023-04-30 16:20:55'), + (3,NULL,22,'Subject for Print/Merge Document','2022-12-06 11:31:30',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:55','2023-04-30 16:20:55'), + (4,NULL,22,'Subject for Print/Merge Document','2022-05-14 04:15:49',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:55','2023-04-30 16:20:55'), + (5,NULL,2,'Subject for Phone Call','2022-11-03 06:53:54',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:55','2023-04-30 16:20:55'), + (6,NULL,9,'Subject for Tell a Friend','2023-01-13 04:48:31',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:55','2023-04-30 16:20:55'), + (7,NULL,1,'Subject for Meeting','2022-11-10 19:40:53',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:55','2023-04-30 16:20:55'), + (8,NULL,22,'Subject for Print/Merge Document','2022-10-25 20:49:23',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:56','2023-04-30 16:20:56'), + (9,NULL,22,'Subject for Print/Merge Document','2023-04-08 08:40:13',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:56','2023-04-30 16:20:56'), + (10,NULL,9,'Subject for Tell a Friend','2023-02-01 04:44:04',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:56','2023-04-30 16:20:56'), + (11,NULL,55,'Subject for Interview','2022-11-30 20:36:21',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:56','2023-04-30 16:20:56'), + (12,NULL,9,'Subject for Tell a Friend','2023-04-09 10:15:09',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:56','2023-04-30 16:20:56'), + (13,NULL,22,'Subject for Print/Merge Document','2023-02-15 05:59:17',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:56','2023-04-30 16:20:56'), + (14,NULL,1,'Subject for Meeting','2022-07-04 06:44:11',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:56','2023-04-30 16:20:56'), + (15,NULL,1,'Subject for Meeting','2023-02-01 13:53:51',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:56','2023-04-30 16:20:56'), + (16,NULL,55,'Subject for Interview','2023-01-18 19:18:02',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:56','2023-04-30 16:20:56'), + (17,NULL,22,'Subject for Print/Merge Document','2022-07-07 15:46:33',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:56','2023-04-30 16:20:56'), + (18,NULL,55,'Subject for Interview','2022-06-07 17:10:19',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:56','2023-04-30 16:20:56'), + (19,NULL,22,'Subject for Print/Merge Document','2023-03-06 05:06:19',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:56','2023-04-30 16:20:56'), + (20,NULL,2,'Subject for Phone Call','2022-09-19 03:08:43',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:56','2023-04-30 16:20:56'), + (21,NULL,55,'Subject for Interview','2023-03-17 16:07:39',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:56','2023-04-30 16:20:56'), + (22,NULL,55,'Subject for Interview','2022-11-01 00:16:39',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:56','2023-04-30 16:20:56'), + (23,NULL,9,'Subject for Tell a Friend','2023-02-01 09:36:48',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:56','2023-04-30 16:20:56'), + (24,NULL,2,'Subject for Phone Call','2023-02-14 19:12:06',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:56','2023-04-30 16:20:56'), + (25,NULL,9,'Subject for Tell a Friend','2023-02-14 20:51:54',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:56','2023-04-30 16:20:56'), + (26,NULL,9,'Subject for Tell a Friend','2023-03-20 20:49:16',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:56','2023-04-30 16:20:56'), + (27,NULL,22,'Subject for Print/Merge Document','2022-09-09 06:33:27',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:56','2023-04-30 16:20:56'), + (28,NULL,9,'Subject for Tell a Friend','2022-06-15 00:00:24',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:56','2023-04-30 16:20:56'), + (29,NULL,55,'Subject for Interview','2023-04-15 01:38:55',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:56','2023-04-30 16:20:56'), + (30,NULL,55,'Subject for Interview','2023-03-17 20:04:19',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:56','2023-04-30 16:20:56'), + (31,NULL,2,'Subject for Phone Call','2022-11-26 17:29:24',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:56','2023-04-30 16:20:56'), + (32,NULL,2,'Subject for Phone Call','2023-04-18 08:44:44',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:56','2023-04-30 16:20:56'), + (33,NULL,9,'Subject for Tell a Friend','2022-11-02 08:29:27',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:56','2023-04-30 16:20:56'), + (34,NULL,55,'Subject for Interview','2022-07-23 02:38:29',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:56','2023-04-30 16:20:56'), + (35,NULL,9,'Subject for Tell a Friend','2022-08-09 22:58:49',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:56','2023-04-30 16:20:56'), + (36,NULL,9,'Subject for Tell a Friend','2023-02-27 17:03:40',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:56','2023-04-30 16:20:56'), + (37,NULL,55,'Subject for Interview','2022-05-23 12:28:28',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:56','2023-04-30 16:20:56'), + (38,NULL,55,'Subject for Interview','2022-06-14 11:25:57',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:56','2023-04-30 16:20:56'), + (39,NULL,22,'Subject for Print/Merge Document','2023-04-04 09:36:03',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:56','2023-04-30 16:20:56'), + (40,NULL,1,'Subject for Meeting','2022-09-08 17:55:04',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:56','2023-04-30 16:20:56'), + (41,NULL,2,'Subject for Phone Call','2023-03-25 05:49:20',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:56','2023-04-30 16:20:56'), + (42,NULL,55,'Subject for Interview','2023-03-27 19:58:48',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:56','2023-04-30 16:20:56'), + (43,NULL,1,'Subject for Meeting','2023-01-05 20:26:32',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:56','2023-04-30 16:20:56'), + (44,NULL,55,'Subject for Interview','2022-11-04 14:20:23',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:56','2023-04-30 16:20:56'), + (45,NULL,9,'Subject for Tell a Friend','2022-05-08 13:02:17',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:56','2023-04-30 16:20:56'), + (46,NULL,1,'Subject for Meeting','2022-07-07 11:14:41',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:56','2023-04-30 16:20:56'), + (47,NULL,55,'Subject for Interview','2022-09-08 14:36:23',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:56','2023-04-30 16:20:56'), + (48,NULL,2,'Subject for Phone Call','2022-12-27 15:09:05',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:56','2023-04-30 16:20:56'), + (49,NULL,2,'Subject for Phone Call','2022-06-04 14:20:23',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:56','2023-04-30 16:20:56'), + (50,NULL,2,'Subject for Phone Call','2023-04-07 09:09:40',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:56','2023-04-30 16:20:56'), + (51,NULL,55,'Subject for Interview','2022-07-15 23:46:58',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:56','2023-04-30 16:20:56'), + (52,NULL,22,'Subject for Print/Merge Document','2022-07-12 15:35:06',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:56','2023-04-30 16:20:56'), + (53,NULL,9,'Subject for Tell a Friend','2023-02-14 00:29:18',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:56','2023-04-30 16:20:56'), + (54,NULL,1,'Subject for Meeting','2022-07-09 04:02:54',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:56','2023-04-30 16:20:56'), + (55,NULL,2,'Subject for Phone Call','2022-09-10 01:33:09',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:56','2023-04-30 16:20:56'), + (56,NULL,2,'Subject for Phone Call','2023-02-16 04:55:02',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:56','2023-04-30 16:20:56'), + (57,NULL,9,'Subject for Tell a Friend','2023-01-08 08:57:35',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:56','2023-04-30 16:20:56'), + (58,NULL,55,'Subject for Interview','2023-04-03 03:36:12',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:56','2023-04-30 16:20:56'), + (59,NULL,2,'Subject for Phone Call','2022-05-13 11:49:33',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:56','2023-04-30 16:20:56'), + (60,NULL,9,'Subject for Tell a Friend','2022-05-30 23:44:58',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:56','2023-04-30 16:20:56'), + (61,NULL,9,'Subject for Tell a Friend','2022-05-03 00:14:24',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:56','2023-04-30 16:20:56'), + (62,NULL,22,'Subject for Print/Merge Document','2022-11-20 23:46:05',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:56','2023-04-30 16:20:56'), + (63,NULL,1,'Subject for Meeting','2022-06-30 00:49:03',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:56','2023-04-30 16:20:56'), + (64,NULL,1,'Subject for Meeting','2022-09-18 06:51:37',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:56','2023-04-30 16:20:56'), + (65,NULL,22,'Subject for Print/Merge Document','2023-04-21 03:18:18',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:56','2023-04-30 16:20:56'), + (66,NULL,55,'Subject for Interview','2022-10-20 19:15:36',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:56','2023-04-30 16:20:56'), + (67,NULL,1,'Subject for Meeting','2023-04-27 16:40:15',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:56','2023-04-30 16:20:56'), + (68,NULL,55,'Subject for Interview','2022-11-09 17:25:32',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:56','2023-04-30 16:20:56'), + (69,NULL,2,'Subject for Phone Call','2022-10-01 23:33:08',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:56','2023-04-30 16:20:56'), + (70,NULL,9,'Subject for Tell a Friend','2023-01-05 04:43:33',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:56','2023-04-30 16:20:56'), + (71,NULL,55,'Subject for Interview','2023-02-04 16:18:06',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:56','2023-04-30 16:20:56'), + (72,NULL,55,'Subject for Interview','2023-04-17 04:12:40',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:56','2023-04-30 16:20:56'), + (73,NULL,2,'Subject for Phone Call','2023-01-27 06:12:46',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:56','2023-04-30 16:20:56'), + (74,NULL,1,'Subject for Meeting','2022-09-19 05:51:22',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:56','2023-04-30 16:20:56'), + (75,NULL,2,'Subject for Phone Call','2023-03-03 15:43:55',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:56','2023-04-30 16:20:56'), + (76,NULL,2,'Subject for Phone Call','2023-02-05 10:58:46',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:56','2023-04-30 16:20:56'), + (77,NULL,2,'Subject for Phone Call','2022-09-09 12:17:15',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:56','2023-04-30 16:20:56'), + (78,NULL,1,'Subject for Meeting','2023-01-14 05:26:44',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:56','2023-04-30 16:20:56'), + (79,NULL,9,'Subject for Tell a Friend','2023-03-03 08:35:42',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:56','2023-04-30 16:20:56'), + (80,NULL,9,'Subject for Tell a Friend','2022-12-05 07:27:27',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:56','2023-04-30 16:20:56'), + (81,NULL,55,'Subject for Interview','2023-01-27 19:34:47',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:56','2023-04-30 16:20:56'), + (82,NULL,22,'Subject for Print/Merge Document','2023-04-09 18:42:14',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:56','2023-04-30 16:20:56'), + (83,NULL,2,'Subject for Phone Call','2022-05-22 16:33:15',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:56','2023-04-30 16:20:56'), + (84,NULL,55,'Subject for Interview','2023-02-18 21:33:37',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:56','2023-04-30 16:20:56'), + (85,NULL,9,'Subject for Tell a Friend','2022-08-02 17:55:21',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:56','2023-04-30 16:20:56'), + (86,NULL,2,'Subject for Phone Call','2022-11-01 02:27:57',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:56','2023-04-30 16:20:56'), + (87,NULL,9,'Subject for Tell a Friend','2022-08-02 08:16:45',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:56','2023-04-30 16:20:56'), + (88,NULL,22,'Subject for Print/Merge Document','2023-02-09 06:30:02',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:56','2023-04-30 16:20:56'), + (89,NULL,2,'Subject for Phone Call','2022-11-11 13:54:57',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:56','2023-04-30 16:20:56'), + (90,NULL,55,'Subject for Interview','2023-01-06 01:30:11',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:56','2023-04-30 16:20:56'), + (91,NULL,2,'Subject for Phone Call','2022-11-29 05:22:44',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:56','2023-04-30 16:20:56'), + (92,NULL,2,'Subject for Phone Call','2022-07-26 18:38:29',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:56','2023-04-30 16:20:56'), + (93,NULL,55,'Subject for Interview','2022-08-19 22:19:54',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:56','2023-04-30 16:20:56'), + (94,NULL,1,'Subject for Meeting','2022-05-18 03:57:01',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:56','2023-04-30 16:20:56'), + (95,NULL,55,'Subject for Interview','2022-07-20 07:06:02',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:56','2023-04-30 16:20:56'), + (96,NULL,1,'Subject for Meeting','2022-08-10 22:25:52',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:56','2023-04-30 16:20:56'), + (97,NULL,9,'Subject for Tell a Friend','2023-01-21 20:32:04',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:56','2023-04-30 16:20:56'), + (98,NULL,9,'Subject for Tell a Friend','2023-01-28 12:11:51',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:56','2023-04-30 16:20:56'), + (99,NULL,55,'Subject for Interview','2022-05-30 13:42:25',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:56','2023-04-30 16:20:56'), + (100,NULL,9,'Subject for Tell a Friend','2023-04-19 20:16:12',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:56','2023-04-30 16:20:56'), + (101,NULL,22,'Subject for Print/Merge Document','2022-10-31 22:08:05',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:56','2023-04-30 16:20:56'), + (102,NULL,9,'Subject for Tell a Friend','2022-12-03 02:47:26',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:56','2023-04-30 16:20:56'), + (103,NULL,22,'Subject for Print/Merge Document','2022-07-09 23:21:44',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:56','2023-04-30 16:20:56'), + (104,NULL,55,'Subject for Interview','2022-11-23 16:05:06',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:56','2023-04-30 16:20:56'), + (105,NULL,9,'Subject for Tell a Friend','2022-12-05 07:33:17',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:56','2023-04-30 16:20:56'), + (106,NULL,22,'Subject for Print/Merge Document','2023-01-17 16:35:52',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:56','2023-04-30 16:20:56'), + (107,NULL,55,'Subject for Interview','2022-06-28 04:17:27',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:56','2023-04-30 16:20:56'), + (108,NULL,9,'Subject for Tell a Friend','2023-03-21 05:08:03',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:56','2023-04-30 16:20:56'), + (109,NULL,2,'Subject for Phone Call','2022-10-30 19:35:59',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:56','2023-04-30 16:20:56'), + (110,NULL,2,'Subject for Phone Call','2022-08-01 15:27:58',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:56','2023-04-30 16:20:56'), + (111,NULL,2,'Subject for Phone Call','2022-11-10 00:45:19',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:56','2023-04-30 16:20:56'), + (112,NULL,22,'Subject for Print/Merge Document','2023-01-15 13:39:47',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:56','2023-04-30 16:20:56'), + (113,NULL,1,'Subject for Meeting','2023-02-19 04:06:09',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:56','2023-04-30 16:20:56'), + (114,NULL,9,'Subject for Tell a Friend','2023-01-01 12:07:25',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:56','2023-04-30 16:20:56'), + (115,NULL,55,'Subject for Interview','2022-10-01 03:52:21',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:56','2023-04-30 16:20:56'), + (116,NULL,2,'Subject for Phone Call','2022-08-14 18:17:34',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:56','2023-04-30 16:20:56'), + (117,NULL,1,'Subject for Meeting','2022-12-13 20:57:12',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:56','2023-04-30 16:20:56'), + (118,NULL,2,'Subject for Phone Call','2023-04-18 02:43:04',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:56','2023-04-30 16:20:56'), + (119,NULL,55,'Subject for Interview','2023-02-26 17:44:35',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:56','2023-04-30 16:20:56'), + (120,NULL,22,'Subject for Print/Merge Document','2023-04-28 02:29:01',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:56','2023-04-30 16:20:56'), + (121,NULL,22,'Subject for Print/Merge Document','2023-02-27 08:40:19',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:56','2023-04-30 16:20:56'), + (122,NULL,22,'Subject for Print/Merge Document','2023-03-29 12:04:19',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:56','2023-04-30 16:20:56'), + (123,NULL,55,'Subject for Interview','2022-06-01 16:29:47',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:56','2023-04-30 16:20:56'), + (124,NULL,9,'Subject for Tell a Friend','2023-04-06 13:57:27',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:56','2023-04-30 16:20:56'), + (125,NULL,55,'Subject for Interview','2022-09-09 00:09:44',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:56','2023-04-30 16:20:56'), + (126,NULL,55,'Subject for Interview','2022-10-08 21:57:32',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:56','2023-04-30 16:20:56'), + (127,NULL,22,'Subject for Print/Merge Document','2023-04-08 13:02:33',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:56','2023-04-30 16:20:56'), + (128,NULL,55,'Subject for Interview','2022-05-30 15:24:18',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:56','2023-04-30 16:20:56'), + (129,NULL,9,'Subject for Tell a Friend','2022-08-27 00:22:40',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:56','2023-04-30 16:20:56'), + (130,NULL,2,'Subject for Phone Call','2022-05-06 03:50:50',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:56','2023-04-30 16:20:56'), + (131,NULL,22,'Subject for Print/Merge Document','2022-09-13 06:11:17',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:56','2023-04-30 16:20:56'), + (132,NULL,9,'Subject for Tell a Friend','2022-11-30 09:41:36',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:56','2023-04-30 16:20:56'), + (133,NULL,9,'Subject for Tell a Friend','2023-01-01 22:16:30',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:56','2023-04-30 16:20:56'), + (134,NULL,1,'Subject for Meeting','2023-02-07 18:03:28',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:56','2023-04-30 16:20:56'), + (135,NULL,9,'Subject for Tell a Friend','2023-02-23 13:51:30',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:56','2023-04-30 16:20:56'), + (136,NULL,22,'Subject for Print/Merge Document','2023-03-28 20:09:37',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:56','2023-04-30 16:20:56'), + (137,NULL,1,'Subject for Meeting','2022-07-24 14:19:33',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:56','2023-04-30 16:20:56'), + (138,NULL,9,'Subject for Tell a Friend','2023-01-20 19:55:21',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:56','2023-04-30 16:20:56'), + (139,NULL,22,'Subject for Print/Merge Document','2022-06-22 05:11:17',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:56','2023-04-30 16:20:56'), + (140,NULL,2,'Subject for Phone Call','2023-03-23 00:59:51',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:56','2023-04-30 16:20:56'), + (141,NULL,22,'Subject for Print/Merge Document','2022-08-30 04:34:00',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:56','2023-04-30 16:20:56'), + (142,NULL,2,'Subject for Phone Call','2023-04-14 21:41:06',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:56','2023-04-30 16:20:56'), + (143,NULL,2,'Subject for Phone Call','2023-03-16 16:10:41',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:56','2023-04-30 16:20:56'), + (144,NULL,1,'Subject for Meeting','2022-05-20 07:49:18',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:56','2023-04-30 16:20:56'), + (145,NULL,55,'Subject for Interview','2022-11-26 15:20:02',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:57','2023-04-30 16:20:57'), + (146,NULL,9,'Subject for Tell a Friend','2022-09-18 06:51:49',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:57','2023-04-30 16:20:57'), + (147,NULL,9,'Subject for Tell a Friend','2023-04-07 20:00:25',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:57','2023-04-30 16:20:57'), + (148,NULL,9,'Subject for Tell a Friend','2022-11-20 20:12:50',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:57','2023-04-30 16:20:57'), + (149,NULL,1,'Subject for Meeting','2022-10-06 20:00:46',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:57','2023-04-30 16:20:57'), + (150,NULL,9,'Subject for Tell a Friend','2023-01-28 05:36:08',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:57','2023-04-30 16:20:57'), + (151,NULL,22,'Subject for Print/Merge Document','2022-05-25 21:31:34',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:57','2023-04-30 16:20:57'), + (152,NULL,55,'Subject for Interview','2023-03-25 16:05:01',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:57','2023-04-30 16:20:57'), + (153,NULL,1,'Subject for Meeting','2022-11-30 11:30:40',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:57','2023-04-30 16:20:57'), + (154,NULL,2,'Subject for Phone Call','2023-01-20 00:18:28',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:57','2023-04-30 16:20:57'), + (155,NULL,2,'Subject for Phone Call','2023-03-19 09:30:12',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:57','2023-04-30 16:20:57'), + (156,NULL,2,'Subject for Phone Call','2022-08-06 08:16:41',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:57','2023-04-30 16:20:57'), + (157,NULL,9,'Subject for Tell a Friend','2022-05-20 10:45:36',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:57','2023-04-30 16:20:57'), + (158,NULL,22,'Subject for Print/Merge Document','2022-10-22 20:35:20',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:57','2023-04-30 16:20:57'), + (159,NULL,55,'Subject for Interview','2023-01-09 21:11:19',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:57','2023-04-30 16:20:57'), + (160,NULL,2,'Subject for Phone Call','2022-12-16 00:26:57',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:57','2023-04-30 16:20:57'), + (161,NULL,1,'Subject for Meeting','2022-08-27 19:07:42',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:57','2023-04-30 16:20:57'), + (162,NULL,55,'Subject for Interview','2022-06-17 17:05:15',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:57','2023-04-30 16:20:57'), + (163,NULL,2,'Subject for Phone Call','2022-07-07 07:20:16',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:57','2023-04-30 16:20:57'), + (164,NULL,1,'Subject for Meeting','2023-01-09 18:26:16',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:57','2023-04-30 16:20:57'), + (165,NULL,2,'Subject for Phone Call','2023-03-21 13:23:02',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:57','2023-04-30 16:20:57'), + (166,NULL,22,'Subject for Print/Merge Document','2022-12-16 15:32:05',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:57','2023-04-30 16:20:57'), + (167,NULL,2,'Subject for Phone Call','2022-05-30 07:07:25',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:57','2023-04-30 16:20:57'), + (168,NULL,9,'Subject for Tell a Friend','2022-11-05 12:19:16',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:57','2023-04-30 16:20:57'), + (169,NULL,55,'Subject for Interview','2022-06-04 14:05:09',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:57','2023-04-30 16:20:57'), + (170,NULL,22,'Subject for Print/Merge Document','2022-05-18 00:53:13',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:57','2023-04-30 16:20:57'), + (171,NULL,55,'Subject for Interview','2022-08-21 09:19:42',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:57','2023-04-30 16:20:57'), + (172,NULL,9,'Subject for Tell a Friend','2022-08-31 11:23:32',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:57','2023-04-30 16:20:57'), + (173,NULL,22,'Subject for Print/Merge Document','2022-07-30 21:05:19',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:57','2023-04-30 16:20:57'), + (174,NULL,2,'Subject for Phone Call','2022-05-21 19:22:54',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:57','2023-04-30 16:20:57'), + (175,NULL,2,'Subject for Phone Call','2023-02-25 14:41:50',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:57','2023-04-30 16:20:57'), + (176,NULL,2,'Subject for Phone Call','2022-09-02 03:09:22',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:57','2023-04-30 16:20:57'), + (177,NULL,22,'Subject for Print/Merge Document','2022-09-29 10:03:56',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:57','2023-04-30 16:20:57'), + (178,NULL,9,'Subject for Tell a Friend','2022-07-21 14:28:58',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:57','2023-04-30 16:20:57'), + (179,NULL,9,'Subject for Tell a Friend','2022-06-15 21:55:40',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:57','2023-04-30 16:20:57'), + (180,NULL,55,'Subject for Interview','2023-04-12 07:18:12',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:57','2023-04-30 16:20:57'), + (181,NULL,55,'Subject for Interview','2022-05-29 11:18:14',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:57','2023-04-30 16:20:57'), + (182,NULL,55,'Subject for Interview','2022-09-02 12:48:28',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:57','2023-04-30 16:20:57'), + (183,NULL,55,'Subject for Interview','2022-11-07 22:21:01',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:57','2023-04-30 16:20:57'), + (184,NULL,9,'Subject for Tell a Friend','2022-07-02 20:15:38',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:57','2023-04-30 16:20:57'), + (185,NULL,2,'Subject for Phone Call','2022-10-20 21:30:59',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:57','2023-04-30 16:20:57'), + (186,NULL,1,'Subject for Meeting','2022-10-26 00:51:42',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:57','2023-04-30 16:20:57'), + (187,NULL,2,'Subject for Phone Call','2022-05-04 05:17:39',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:57','2023-04-30 16:20:57'), + (188,NULL,55,'Subject for Interview','2023-03-28 12:28:39',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:57','2023-04-30 16:20:57'), + (189,NULL,55,'Subject for Interview','2022-11-11 23:11:09',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:57','2023-04-30 16:20:57'), + (190,NULL,1,'Subject for Meeting','2023-02-28 19:16:02',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:57','2023-04-30 16:20:57'), + (191,NULL,55,'Subject for Interview','2022-06-24 07:55:01',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:57','2023-04-30 16:20:57'), + (192,NULL,55,'Subject for Interview','2022-06-24 03:48:39',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:57','2023-04-30 16:20:57'), + (193,NULL,22,'Subject for Print/Merge Document','2022-07-21 10:44:37',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:57','2023-04-30 16:20:57'), + (194,NULL,2,'Subject for Phone Call','2022-12-01 18:21:36',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:57','2023-04-30 16:20:57'), + (195,NULL,9,'Subject for Tell a Friend','2023-04-13 12:11:39',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:57','2023-04-30 16:20:57'), + (196,NULL,55,'Subject for Interview','2022-08-28 05:18:59',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:57','2023-04-30 16:20:57'), + (197,NULL,55,'Subject for Interview','2022-07-27 04:37:52',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:57','2023-04-30 16:20:57'), + (198,NULL,55,'Subject for Interview','2022-05-30 04:31:59',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:57','2023-04-30 16:20:57'), + (199,NULL,55,'Subject for Interview','2022-12-26 09:32:44',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:57','2023-04-30 16:20:57'), + (200,NULL,2,'Subject for Phone Call','2022-08-29 14:22:24',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:57','2023-04-30 16:20:57'), + (201,NULL,2,'Subject for Phone Call','2023-03-05 00:16:27',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:57','2023-04-30 16:20:57'), + (202,NULL,55,'Subject for Interview','2022-12-07 10:51:51',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:57','2023-04-30 16:20:57'), + (203,NULL,1,'Subject for Meeting','2023-01-09 08:13:06',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:57','2023-04-30 16:20:57'), + (204,NULL,1,'Subject for Meeting','2022-07-29 05:31:33',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:57','2023-04-30 16:20:57'), + (205,NULL,1,'Subject for Meeting','2022-12-06 18:46:12',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:57','2023-04-30 16:20:57'), + (206,NULL,22,'Subject for Print/Merge Document','2022-11-01 23:56:02',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:57','2023-04-30 16:20:57'), + (207,NULL,9,'Subject for Tell a Friend','2023-02-16 11:05:54',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:57','2023-04-30 16:20:57'), + (208,NULL,22,'Subject for Print/Merge Document','2022-06-30 18:16:16',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:57','2023-04-30 16:20:57'), + (209,NULL,55,'Subject for Interview','2022-06-25 03:01:50',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:57','2023-04-30 16:20:57'), + (210,NULL,55,'Subject for Interview','2022-11-07 20:44:08',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:57','2023-04-30 16:20:57'), + (211,NULL,9,'Subject for Tell a Friend','2022-11-06 20:58:45',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:57','2023-04-30 16:20:57'), + (212,NULL,55,'Subject for Interview','2022-11-06 21:17:44',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:57','2023-04-30 16:20:57'), + (213,NULL,22,'Subject for Print/Merge Document','2022-10-23 10:43:04',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:57','2023-04-30 16:20:57'), + (214,NULL,55,'Subject for Interview','2022-11-29 05:21:21',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:57','2023-04-30 16:20:57'), + (215,NULL,9,'Subject for Tell a Friend','2022-06-26 05:32:11',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:57','2023-04-30 16:20:57'), + (216,NULL,9,'Subject for Tell a Friend','2023-04-09 19:10:11',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:57','2023-04-30 16:20:57'), + (217,NULL,2,'Subject for Phone Call','2022-12-02 21:27:27',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:57','2023-04-30 16:20:57'), + (218,NULL,9,'Subject for Tell a Friend','2022-07-07 11:43:56',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:57','2023-04-30 16:20:57'), + (219,NULL,2,'Subject for Phone Call','2022-11-27 03:31:18',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:57','2023-04-30 16:20:57'), + (220,NULL,1,'Subject for Meeting','2022-07-08 05:32:21',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:57','2023-04-30 16:20:57'), + (221,NULL,9,'Subject for Tell a Friend','2022-08-17 22:54:57',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:57','2023-04-30 16:20:57'), + (222,NULL,9,'Subject for Tell a Friend','2022-11-11 03:33:51',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:57','2023-04-30 16:20:57'), + (223,NULL,9,'Subject for Tell a Friend','2023-04-04 01:12:57',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:57','2023-04-30 16:20:57'), + (224,NULL,2,'Subject for Phone Call','2023-01-06 15:29:10',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:57','2023-04-30 16:20:57'), + (225,NULL,22,'Subject for Print/Merge Document','2022-05-26 09:09:25',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:57','2023-04-30 16:20:57'), + (226,NULL,22,'Subject for Print/Merge Document','2023-01-05 18:26:41',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:57','2023-04-30 16:20:57'), + (227,NULL,2,'Subject for Phone Call','2023-01-13 21:55:34',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:57','2023-04-30 16:20:57'), + (228,NULL,9,'Subject for Tell a Friend','2023-01-07 15:06:19',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:57','2023-04-30 16:20:57'), + (229,NULL,9,'Subject for Tell a Friend','2022-11-04 14:13:34',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:57','2023-04-30 16:20:57'), + (230,NULL,1,'Subject for Meeting','2022-07-24 09:02:49',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:57','2023-04-30 16:20:57'), + (231,NULL,9,'Subject for Tell a Friend','2022-12-21 22:03:29',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:57','2023-04-30 16:20:57'), + (232,NULL,2,'Subject for Phone Call','2022-11-22 10:41:45',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:57','2023-04-30 16:20:57'), + (233,NULL,2,'Subject for Phone Call','2022-05-22 20:21:44',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:57','2023-04-30 16:20:57'), + (234,NULL,22,'Subject for Print/Merge Document','2022-05-07 15:50:33',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:57','2023-04-30 16:20:57'), + (235,NULL,2,'Subject for Phone Call','2022-08-05 09:19:27',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:57','2023-04-30 16:20:57'), + (236,NULL,9,'Subject for Tell a Friend','2022-07-16 23:08:14',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:57','2023-04-30 16:20:57'), + (237,NULL,55,'Subject for Interview','2023-01-15 14:01:40',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:57','2023-04-30 16:20:57'), + (238,NULL,1,'Subject for Meeting','2022-09-26 08:18:53',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:57','2023-04-30 16:20:57'), + (239,NULL,9,'Subject for Tell a Friend','2022-12-06 03:11:13',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:57','2023-04-30 16:20:57'), + (240,NULL,9,'Subject for Tell a Friend','2022-12-30 09:39:36',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:57','2023-04-30 16:20:57'), + (241,NULL,9,'Subject for Tell a Friend','2023-04-08 20:56:09',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:57','2023-04-30 16:20:57'), + (242,NULL,22,'Subject for Print/Merge Document','2022-06-11 13:22:41',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:57','2023-04-30 16:20:57'), + (243,NULL,55,'Subject for Interview','2022-06-02 17:13:17',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:57','2023-04-30 16:20:57'), + (244,NULL,9,'Subject for Tell a Friend','2022-10-25 15:00:26',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:57','2023-04-30 16:20:57'), + (245,NULL,2,'Subject for Phone Call','2022-10-11 08:18:45',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:57','2023-04-30 16:20:57'), + (246,NULL,22,'Subject for Print/Merge Document','2022-09-21 00:18:50',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:57','2023-04-30 16:20:57'), + (247,NULL,2,'Subject for Phone Call','2022-10-31 01:32:41',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:57','2023-04-30 16:20:57'), + (248,NULL,9,'Subject for Tell a Friend','2022-07-31 11:08:44',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:57','2023-04-30 16:20:57'), + (249,NULL,1,'Subject for Meeting','2023-02-06 05:59:42',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:57','2023-04-30 16:20:57'), + (250,NULL,2,'Subject for Phone Call','2022-07-27 23:15:00',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:57','2023-04-30 16:20:57'), + (251,NULL,55,'Subject for Interview','2022-12-03 11:48:35',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:57','2023-04-30 16:20:57'), + (252,NULL,55,'Subject for Interview','2023-04-08 22:27:53',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:57','2023-04-30 16:20:57'), + (253,NULL,1,'Subject for Meeting','2023-01-31 22:15:06',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:57','2023-04-30 16:20:57'), + (254,NULL,1,'Subject for Meeting','2023-01-18 08:55:18',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:57','2023-04-30 16:20:57'), + (255,NULL,1,'Subject for Meeting','2022-12-30 01:45:07',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:57','2023-04-30 16:20:57'), + (256,NULL,2,'Subject for Phone Call','2022-11-07 04:37:41',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:57','2023-04-30 16:20:57'), + (257,NULL,22,'Subject for Print/Merge Document','2023-01-21 16:15:53',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:57','2023-04-30 16:20:57'), + (258,NULL,2,'Subject for Phone Call','2023-01-12 11:52:51',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:57','2023-04-30 16:20:57'), + (259,NULL,1,'Subject for Meeting','2022-06-25 17:00:09',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:57','2023-04-30 16:20:57'), + (260,NULL,9,'Subject for Tell a Friend','2022-05-21 10:03:23',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:57','2023-04-30 16:20:57'), + (261,NULL,22,'Subject for Print/Merge Document','2022-10-18 16:58:31',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:57','2023-04-30 16:20:57'), + (262,NULL,22,'Subject for Print/Merge Document','2022-11-12 08:43:52',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:57','2023-04-30 16:20:57'), + (263,NULL,9,'Subject for Tell a Friend','2023-04-02 09:29:45',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:57','2023-04-30 16:20:57'), + (264,NULL,1,'Subject for Meeting','2022-08-15 04:42:02',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:57','2023-04-30 16:20:57'), + (265,NULL,2,'Subject for Phone Call','2022-06-08 22:12:26',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:57','2023-04-30 16:20:57'), + (266,NULL,2,'Subject for Phone Call','2022-06-26 00:55:02',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:57','2023-04-30 16:20:57'), + (267,NULL,22,'Subject for Print/Merge Document','2022-11-26 10:28:28',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:57','2023-04-30 16:20:57'), + (268,NULL,9,'Subject for Tell a Friend','2022-06-07 17:49:12',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:57','2023-04-30 16:20:57'), + (269,NULL,22,'Subject for Print/Merge Document','2022-09-02 04:01:18',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:57','2023-04-30 16:20:57'), + (270,NULL,22,'Subject for Print/Merge Document','2022-08-25 18:18:06',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:57','2023-04-30 16:20:57'), + (271,NULL,1,'Subject for Meeting','2022-07-16 17:29:05',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:57','2023-04-30 16:20:57'), + (272,NULL,9,'Subject for Tell a Friend','2022-10-08 14:00:51',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:57','2023-04-30 16:20:57'), + (273,NULL,9,'Subject for Tell a Friend','2023-03-06 18:37:41',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:57','2023-04-30 16:20:57'), + (274,NULL,55,'Subject for Interview','2022-08-17 07:00:40',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:57','2023-04-30 16:20:57'), + (275,NULL,9,'Subject for Tell a Friend','2022-11-24 21:57:37',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:57','2023-04-30 16:20:57'), + (276,NULL,55,'Subject for Interview','2022-07-03 21:23:37',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:58','2023-04-30 16:20:58'), + (277,NULL,2,'Subject for Phone Call','2023-02-28 05:03:01',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:58','2023-04-30 16:20:58'), + (278,NULL,22,'Subject for Print/Merge Document','2022-08-28 15:48:12',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:58','2023-04-30 16:20:58'), + (279,NULL,9,'Subject for Tell a Friend','2022-10-26 23:44:52',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:58','2023-04-30 16:20:58'), + (280,NULL,9,'Subject for Tell a Friend','2023-02-06 09:04:58',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:58','2023-04-30 16:20:58'), + (281,NULL,22,'Subject for Print/Merge Document','2023-01-29 14:04:11',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:58','2023-04-30 16:20:58'), + (282,NULL,1,'Subject for Meeting','2022-07-26 11:25:37',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:58','2023-04-30 16:20:58'), + (283,NULL,2,'Subject for Phone Call','2023-03-10 23:03:51',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:58','2023-04-30 16:20:58'), + (284,NULL,2,'Subject for Phone Call','2023-02-01 11:38:28',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:58','2023-04-30 16:20:58'), + (285,NULL,2,'Subject for Phone Call','2022-09-19 07:53:04',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:58','2023-04-30 16:20:58'), + (286,NULL,2,'Subject for Phone Call','2023-01-16 14:29:32',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:58','2023-04-30 16:20:58'), + (287,NULL,9,'Subject for Tell a Friend','2023-03-05 07:39:50',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:58','2023-04-30 16:20:58'), + (288,NULL,2,'Subject for Phone Call','2023-04-04 19:54:33',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:58','2023-04-30 16:20:58'), + (289,NULL,22,'Subject for Print/Merge Document','2022-05-14 01:28:23',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:58','2023-04-30 16:20:58'), + (290,NULL,22,'Subject for Print/Merge Document','2022-06-16 13:49:15',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:58','2023-04-30 16:20:58'), + (291,NULL,9,'Subject for Tell a Friend','2023-02-09 15:20:53',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:58','2023-04-30 16:20:58'), + (292,NULL,2,'Subject for Phone Call','2022-08-18 16:26:28',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:58','2023-04-30 16:20:58'), + (293,NULL,9,'Subject for Tell a Friend','2022-05-21 02:56:07',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:58','2023-04-30 16:20:58'), + (294,NULL,55,'Subject for Interview','2023-04-16 17:24:10',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:58','2023-04-30 16:20:58'), + (295,NULL,55,'Subject for Interview','2022-07-23 19:27:15',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:58','2023-04-30 16:20:58'), + (296,NULL,22,'Subject for Print/Merge Document','2022-11-11 13:29:56',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:58','2023-04-30 16:20:58'), + (297,NULL,9,'Subject for Tell a Friend','2022-10-11 22:08:13',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:58','2023-04-30 16:20:58'), + (298,NULL,2,'Subject for Phone Call','2022-06-22 08:37:34',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:58','2023-04-30 16:20:58'), + (299,NULL,55,'Subject for Interview','2022-12-05 07:22:20',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:58','2023-04-30 16:20:58'), + (300,NULL,1,'Subject for Meeting','2022-11-24 22:35:41',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:58','2023-04-30 16:20:58'), + (301,NULL,22,'Subject for Print/Merge Document','2022-10-17 09:10:01',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:58','2023-04-30 16:20:58'), + (302,NULL,2,'Subject for Phone Call','2023-03-10 07:07:08',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:58','2023-04-30 16:20:58'), + (303,NULL,55,'Subject for Interview','2022-07-18 21:24:39',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:58','2023-04-30 16:20:58'), + (304,NULL,2,'Subject for Phone Call','2023-04-28 11:38:01',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:58','2023-04-30 16:20:58'), + (305,NULL,55,'Subject for Interview','2022-08-12 19:45:25',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:58','2023-04-30 16:20:58'), + (306,NULL,1,'Subject for Meeting','2023-01-16 23:17:05',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:58','2023-04-30 16:20:58'), + (307,NULL,1,'Subject for Meeting','2022-11-03 05:24:07',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:58','2023-04-30 16:20:58'), + (308,NULL,55,'Subject for Interview','2022-06-16 07:20:02',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:58','2023-04-30 16:20:58'), + (309,NULL,2,'Subject for Phone Call','2022-10-27 11:29:51',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:58','2023-04-30 16:20:58'), + (310,NULL,2,'Subject for Phone Call','2022-05-12 23:45:56',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:58','2023-04-30 16:20:58'), + (311,NULL,1,'Subject for Meeting','2022-11-21 16:37:36',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:58','2023-04-30 16:20:58'), + (312,NULL,1,'Subject for Meeting','2022-11-30 17:52:09',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:58','2023-04-30 16:20:58'), + (313,NULL,2,'Subject for Phone Call','2022-08-07 03:10:29',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:58','2023-04-30 16:20:58'), + (314,NULL,55,'Subject for Interview','2022-12-29 17:42:46',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:58','2023-04-30 16:20:58'), + (315,NULL,1,'Subject for Meeting','2023-02-12 05:52:41',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:58','2023-04-30 16:20:58'), + (316,NULL,22,'Subject for Print/Merge Document','2023-01-09 13:38:20',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:58','2023-04-30 16:20:58'), + (317,NULL,55,'Subject for Interview','2022-07-10 21:12:45',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:58','2023-04-30 16:20:58'), + (318,NULL,55,'Subject for Interview','2022-07-12 00:29:45',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:58','2023-04-30 16:20:58'), + (319,NULL,22,'Subject for Print/Merge Document','2023-03-08 08:19:51',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:58','2023-04-30 16:20:58'), + (320,NULL,1,'Subject for Meeting','2023-03-31 20:38:06',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:58','2023-04-30 16:20:58'), + (321,NULL,55,'Subject for Interview','2022-08-16 16:06:19',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:58','2023-04-30 16:20:58'), + (322,NULL,55,'Subject for Interview','2022-08-25 12:52:01',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:58','2023-04-30 16:20:58'), + (323,NULL,2,'Subject for Phone Call','2023-02-06 16:31:58',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:58','2023-04-30 16:20:58'), + (324,NULL,55,'Subject for Interview','2022-10-26 03:37:26',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:58','2023-04-30 16:20:58'), + (325,NULL,55,'Subject for Interview','2023-02-27 11:19:43',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:58','2023-04-30 16:20:58'), + (326,NULL,9,'Subject for Tell a Friend','2022-12-31 06:12:59',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:58','2023-04-30 16:20:58'), + (327,NULL,22,'Subject for Print/Merge Document','2023-01-30 00:07:11',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:58','2023-04-30 16:20:58'), + (328,NULL,2,'Subject for Phone Call','2022-12-06 00:14:47',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:58','2023-04-30 16:20:58'), + (329,NULL,1,'Subject for Meeting','2023-01-07 23:35:18',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:58','2023-04-30 16:20:58'), + (330,NULL,9,'Subject for Tell a Friend','2022-05-01 03:17:47',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:58','2023-04-30 16:20:58'), + (331,NULL,1,'Subject for Meeting','2023-03-09 09:32:20',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:58','2023-04-30 16:20:58'), + (332,NULL,22,'Subject for Print/Merge Document','2023-02-26 17:38:50',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:58','2023-04-30 16:20:58'), + (333,NULL,22,'Subject for Print/Merge Document','2022-05-10 03:30:43',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:58','2023-04-30 16:20:58'), + (334,NULL,9,'Subject for Tell a Friend','2023-04-27 13:42:32',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:58','2023-04-30 16:20:58'), + (335,NULL,9,'Subject for Tell a Friend','2022-12-30 05:10:35',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:58','2023-04-30 16:20:58'), + (336,NULL,1,'Subject for Meeting','2023-03-02 02:58:33',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:58','2023-04-30 16:20:58'), + (337,NULL,22,'Subject for Print/Merge Document','2022-05-26 04:22:57',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:58','2023-04-30 16:20:58'), + (338,NULL,22,'Subject for Print/Merge Document','2022-05-10 10:51:20',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:58','2023-04-30 16:20:58'), + (339,NULL,2,'Subject for Phone Call','2022-06-13 16:25:37',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:58','2023-04-30 16:20:58'), + (340,NULL,55,'Subject for Interview','2022-05-13 05:15:36',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:58','2023-04-30 16:20:58'), + (341,NULL,1,'Subject for Meeting','2022-12-22 07:56:42',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:58','2023-04-30 16:20:58'), + (342,NULL,1,'Subject for Meeting','2022-07-13 03:38:02',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:58','2023-04-30 16:20:58'), + (343,NULL,9,'Subject for Tell a Friend','2022-06-11 04:01:35',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:58','2023-04-30 16:20:58'), + (344,NULL,1,'Subject for Meeting','2023-02-10 15:07:31',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:58','2023-04-30 16:20:58'), + (345,NULL,1,'Subject for Meeting','2022-12-10 18:06:54',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:58','2023-04-30 16:20:58'), + (346,NULL,1,'Subject for Meeting','2022-09-23 03:54:38',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:58','2023-04-30 16:20:58'), + (347,NULL,55,'Subject for Interview','2022-08-16 09:56:16',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:58','2023-04-30 16:20:58'), + (348,NULL,55,'Subject for Interview','2023-03-12 06:08:55',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:58','2023-04-30 16:20:58'), + (349,NULL,22,'Subject for Print/Merge Document','2022-12-30 04:18:34',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:58','2023-04-30 16:20:58'), + (350,NULL,2,'Subject for Phone Call','2022-09-21 22:38:05',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:58','2023-04-30 16:20:58'), + (351,NULL,1,'Subject for Meeting','2022-08-25 13:19:23',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:58','2023-04-30 16:20:58'), + (352,NULL,22,'Subject for Print/Merge Document','2023-04-25 06:18:24',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:58','2023-04-30 16:20:58'), + (353,NULL,2,'Subject for Phone Call','2023-04-20 06:37:34',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:58','2023-04-30 16:20:58'), + (354,NULL,9,'Subject for Tell a Friend','2022-10-17 12:21:49',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:58','2023-04-30 16:20:58'), + (355,NULL,2,'Subject for Phone Call','2022-07-10 02:57:27',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:58','2023-04-30 16:20:58'), + (356,NULL,22,'Subject for Print/Merge Document','2023-01-10 03:23:01',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:58','2023-04-30 16:20:58'), + (357,NULL,22,'Subject for Print/Merge Document','2022-09-02 05:51:09',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:58','2023-04-30 16:20:58'), + (358,NULL,55,'Subject for Interview','2022-09-15 12:37:05',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:58','2023-04-30 16:20:58'), + (359,NULL,2,'Subject for Phone Call','2022-05-16 21:34:30',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:58','2023-04-30 16:20:58'), + (360,NULL,1,'Subject for Meeting','2022-10-10 11:30:24',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:58','2023-04-30 16:20:58'), + (361,NULL,1,'Subject for Meeting','2022-05-19 03:46:51',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:58','2023-04-30 16:20:58'), + (362,NULL,9,'Subject for Tell a Friend','2022-08-25 12:01:40',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:58','2023-04-30 16:20:58'), + (363,NULL,22,'Subject for Print/Merge Document','2022-10-18 11:12:32',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:58','2023-04-30 16:20:58'), + (364,NULL,55,'Subject for Interview','2022-08-10 13:33:06',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:58','2023-04-30 16:20:58'), + (365,NULL,9,'Subject for Tell a Friend','2022-09-06 10:30:35',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:58','2023-04-30 16:20:58'), + (366,NULL,22,'Subject for Print/Merge Document','2022-12-21 06:21:06',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:58','2023-04-30 16:20:58'), + (367,NULL,22,'Subject for Print/Merge Document','2023-04-29 06:09:04',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:58','2023-04-30 16:20:58'), + (368,NULL,2,'Subject for Phone Call','2022-12-29 12:44:33',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:58','2023-04-30 16:20:58'), + (369,NULL,1,'Subject for Meeting','2022-06-14 21:44:00',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:58','2023-04-30 16:20:58'), + (370,NULL,9,'Subject for Tell a Friend','2022-12-26 18:25:28',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:58','2023-04-30 16:20:58'), + (371,NULL,55,'Subject for Interview','2022-10-11 07:21:29',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:58','2023-04-30 16:20:58'), + (372,NULL,9,'Subject for Tell a Friend','2023-02-07 09:11:00',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:58','2023-04-30 16:20:58'), + (373,NULL,1,'Subject for Meeting','2022-08-27 01:43:37',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:58','2023-04-30 16:20:58'), + (374,NULL,9,'Subject for Tell a Friend','2022-09-19 13:14:59',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:58','2023-04-30 16:20:58'), + (375,NULL,55,'Subject for Interview','2022-09-07 08:18:40',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:58','2023-04-30 16:20:58'), + (376,NULL,1,'Subject for Meeting','2022-05-08 23:29:17',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:58','2023-04-30 16:20:58'), + (377,NULL,22,'Subject for Print/Merge Document','2022-05-05 01:24:33',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:58','2023-04-30 16:20:58'), + (378,NULL,9,'Subject for Tell a Friend','2022-09-29 15:17:22',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:58','2023-04-30 16:20:58'), + (379,NULL,22,'Subject for Print/Merge Document','2022-06-29 23:24:12',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:58','2023-04-30 16:20:58'), + (380,NULL,9,'Subject for Tell a Friend','2023-02-10 12:39:46',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:58','2023-04-30 16:20:58'), + (381,NULL,22,'Subject for Print/Merge Document','2023-02-16 14:58:06',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:58','2023-04-30 16:20:58'), + (382,NULL,55,'Subject for Interview','2022-09-11 16:04:12',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:58','2023-04-30 16:20:58'), + (383,NULL,2,'Subject for Phone Call','2022-07-11 13:34:20',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:58','2023-04-30 16:20:58'), + (384,NULL,22,'Subject for Print/Merge Document','2022-07-08 02:16:45',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:58','2023-04-30 16:20:58'), + (385,NULL,9,'Subject for Tell a Friend','2023-04-12 18:28:00',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:58','2023-04-30 16:20:58'), + (386,NULL,22,'Subject for Print/Merge Document','2022-09-17 23:09:48',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:58','2023-04-30 16:20:58'), + (387,NULL,55,'Subject for Interview','2022-10-03 14:16:45',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:58','2023-04-30 16:20:58'), + (388,NULL,55,'Subject for Interview','2023-02-28 18:21:00',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:58','2023-04-30 16:20:58'), + (389,NULL,22,'Subject for Print/Merge Document','2022-08-05 03:08:15',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:58','2023-04-30 16:20:58'), + (390,NULL,1,'Subject for Meeting','2023-03-03 08:44:54',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:58','2023-04-30 16:20:58'), + (391,NULL,9,'Subject for Tell a Friend','2022-08-14 09:06:07',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:58','2023-04-30 16:20:58'), + (392,NULL,55,'Subject for Interview','2023-01-06 14:12:53',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:58','2023-04-30 16:20:58'), + (393,NULL,1,'Subject for Meeting','2022-10-24 12:21:29',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:58','2023-04-30 16:20:58'), + (394,NULL,55,'Subject for Interview','2022-09-04 06:59:40',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:58','2023-04-30 16:20:58'), + (395,NULL,55,'Subject for Interview','2022-05-29 15:08:44',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:58','2023-04-30 16:20:58'), + (396,NULL,9,'Subject for Tell a Friend','2022-12-30 20:34:22',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:58','2023-04-30 16:20:58'), + (397,NULL,1,'Subject for Meeting','2022-10-02 05:33:07',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:58','2023-04-30 16:20:58'), + (398,NULL,2,'Subject for Phone Call','2022-12-11 20:21:36',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:58','2023-04-30 16:20:58'), + (399,NULL,1,'Subject for Meeting','2022-05-22 13:28:02',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:58','2023-04-30 16:20:58'), + (400,NULL,2,'Subject for Phone Call','2023-03-12 19:43:30',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:58','2023-04-30 16:20:58'), + (401,NULL,9,'Subject for Tell a Friend','2023-01-10 15:07:04',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:58','2023-04-30 16:20:58'), + (402,NULL,22,'Subject for Print/Merge Document','2022-06-20 17:47:33',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:58','2023-04-30 16:20:58'), + (403,NULL,9,'Subject for Tell a Friend','2022-10-12 00:15:52',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:58','2023-04-30 16:20:58'), + (404,NULL,22,'Subject for Print/Merge Document','2023-01-02 22:12:24',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:58','2023-04-30 16:20:58'), + (405,NULL,9,'Subject for Tell a Friend','2023-03-03 02:49:17',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:58','2023-04-30 16:20:58'), + (406,NULL,1,'Subject for Meeting','2023-01-16 13:58:36',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:58','2023-04-30 16:20:58'), + (407,NULL,9,'Subject for Tell a Friend','2022-05-08 16:31:17',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:58','2023-04-30 16:20:58'), + (408,NULL,2,'Subject for Phone Call','2023-04-23 15:17:58',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:58','2023-04-30 16:20:58'), + (409,NULL,9,'Subject for Tell a Friend','2022-11-19 13:28:12',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:58','2023-04-30 16:20:58'), + (410,NULL,22,'Subject for Print/Merge Document','2022-08-03 04:54:38',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:58','2023-04-30 16:20:58'), + (411,NULL,22,'Subject for Print/Merge Document','2023-04-09 09:22:59',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (412,NULL,55,'Subject for Interview','2022-06-26 06:46:09',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (413,NULL,2,'Subject for Phone Call','2022-07-28 00:38:32',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (414,NULL,2,'Subject for Phone Call','2022-07-01 14:01:50',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (415,NULL,9,'Subject for Tell a Friend','2022-09-05 05:00:53',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (416,NULL,9,'Subject for Tell a Friend','2022-12-27 04:32:34',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (417,NULL,2,'Subject for Phone Call','2022-10-10 14:17:19',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (418,NULL,1,'Subject for Meeting','2022-08-08 04:40:12',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (419,NULL,55,'Subject for Interview','2022-07-04 07:56:09',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (420,NULL,1,'Subject for Meeting','2022-08-31 16:37:26',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (421,NULL,22,'Subject for Print/Merge Document','2022-08-07 03:05:21',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (422,NULL,22,'Subject for Print/Merge Document','2023-03-14 07:12:42',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (423,NULL,55,'Subject for Interview','2022-05-12 12:32:23',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (424,NULL,22,'Subject for Print/Merge Document','2022-10-02 03:39:50',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (425,NULL,9,'Subject for Tell a Friend','2022-08-12 04:22:21',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (426,NULL,55,'Subject for Interview','2022-08-21 17:15:21',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (427,NULL,2,'Subject for Phone Call','2022-10-29 22:43:38',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (428,NULL,2,'Subject for Phone Call','2022-10-08 23:56:12',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (429,NULL,9,'Subject for Tell a Friend','2022-11-30 06:08:08',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (430,NULL,1,'Subject for Meeting','2022-09-07 00:26:44',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (431,NULL,22,'Subject for Print/Merge Document','2022-06-10 08:46:23',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (432,NULL,55,'Subject for Interview','2023-03-28 02:16:27',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (433,NULL,22,'Subject for Print/Merge Document','2023-01-23 19:19:11',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (434,NULL,55,'Subject for Interview','2023-04-26 09:49:35',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (435,NULL,55,'Subject for Interview','2022-09-29 20:59:21',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (436,NULL,22,'Subject for Print/Merge Document','2022-08-24 11:21:20',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (437,NULL,2,'Subject for Phone Call','2023-02-08 16:43:31',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (438,NULL,2,'Subject for Phone Call','2022-07-17 12:08:58',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (439,NULL,1,'Subject for Meeting','2022-10-11 05:19:24',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (440,NULL,1,'Subject for Meeting','2022-10-15 21:56:51',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (441,NULL,9,'Subject for Tell a Friend','2022-06-18 05:48:10',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (442,NULL,22,'Subject for Print/Merge Document','2023-04-19 21:12:25',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (443,NULL,1,'Subject for Meeting','2023-04-10 00:24:00',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (444,NULL,9,'Subject for Tell a Friend','2023-03-28 17:54:32',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (445,NULL,55,'Subject for Interview','2022-08-21 09:58:33',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (446,NULL,55,'Subject for Interview','2022-07-20 22:04:35',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (447,NULL,1,'Subject for Meeting','2023-02-04 17:14:35',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (448,NULL,9,'Subject for Tell a Friend','2023-02-24 20:24:04',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (449,NULL,9,'Subject for Tell a Friend','2023-04-19 02:59:02',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (450,NULL,9,'Subject for Tell a Friend','2023-03-18 23:11:40',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (451,1,6,'$ 125 April Mailer 1','2023-06-30 16:20:59',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (452,2,6,'$ 50 Online: Save the Penguins','2023-06-30 16:20:59',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (453,3,6,'£ 25 April Mailer 1','2023-06-30 16:20:59',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (454,4,6,'$ 50 Online: Save the Penguins','2023-06-30 16:20:59',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (455,5,6,'$ 50 Online: Save the Penguins','2023-06-30 16:20:59',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (456,6,6,'$ 500 April Mailer 1','2023-06-30 16:20:59',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (457,7,6,'$ 1750 Online: Save the Penguins','2023-06-30 16:20:59',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (458,8,6,'$ 50 Online: Save the Penguins','2023-06-30 16:20:59',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (459,9,6,'$ 10 Online: Help CiviCRM','2023-06-30 16:20:59',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (460,10,6,'$ 250 Online: Help CiviCRM','2023-06-30 16:20:59',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (461,11,6,'Â¥ 500 ','2023-06-30 16:20:59',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (462,12,6,'$ 50 Online: Save the Penguins','2023-06-30 16:20:59',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (463,13,6,'$ 50 ','2023-06-30 16:20:59',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (464,14,6,'$ 50 ','2023-06-30 16:20:59',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (465,15,6,'$ 25 Recurring contribution','2023-06-30 16:20:59',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (466,16,6,'$ 25 Recurring contribution','2023-06-30 16:20:59',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (467,17,6,'$ 25 Recurring contribution','2023-06-30 16:20:59',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (468,18,6,'$ 25 Recurring contribution','2023-06-30 16:20:59',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (469,19,6,'$ 25 Recurring contribution','2023-06-30 16:20:59',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (470,20,6,'$ 25 Recurring contribution','2023-06-30 16:20:59',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (471,21,6,'$ 25 Recurring contribution','2023-06-30 16:20:59',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (472,22,6,'$ 25 Recurring contribution','2023-06-30 16:20:59',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (473,23,6,'$ 25 Recurring contribution','2023-06-30 16:20:59',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (474,24,6,'$ 25 Recurring contribution','2023-06-30 16:20:59',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (475,25,6,'$ 25 Recurring contribution','2023-06-30 16:20:59',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (476,26,6,'$ 10 Recurring contribution','2023-06-30 16:20:59',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (477,27,6,'$ 10 Recurring contribution','2023-06-30 16:20:59',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (478,28,6,'$ 10 Recurring contribution','2023-06-30 16:20:59',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (479,29,6,'$ 10 Recurring contribution','2023-06-30 16:20:59',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (480,30,6,'$ 10 Recurring contribution','2023-06-30 16:20:59',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (481,31,6,'€ 5 Recurring contribution','2023-06-30 16:20:59',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (482,1,7,'General','2023-04-30 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (483,2,7,'Student','2023-04-29 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (484,3,7,'General','2023-04-28 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (485,4,7,'Student','2023-04-27 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (486,5,7,'General','2021-03-29 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (487,6,7,'Student','2023-04-25 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (488,7,7,'General','2023-04-24 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (489,8,7,'Student','2023-04-23 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (490,9,7,'General','2023-04-22 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (491,10,7,'General','2021-02-17 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (492,11,7,'Lifetime','2023-04-20 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (493,12,7,'Student','2023-04-19 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (494,13,7,'General','2023-04-18 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (495,14,7,'Student','2023-04-17 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (496,15,7,'Student','2022-04-16 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (497,16,7,'Student','2023-04-15 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (498,17,7,'General','2023-04-14 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (499,18,7,'Student','2023-04-13 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (500,19,7,'General','2023-04-12 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (501,20,7,'Student','2022-04-11 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (502,21,7,'General','2023-04-10 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (503,22,7,'Lifetime','2023-04-09 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (504,23,7,'General','2023-04-08 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (505,24,7,'Student','2023-04-07 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (506,25,7,'Student','2022-04-06 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (507,26,7,'Student','2023-04-05 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (508,27,7,'General','2023-04-04 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (509,28,7,'Student','2023-04-03 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (510,29,7,'General','2023-04-02 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (511,30,7,'General','2020-09-10 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (512,32,6,'$ 100.00 - General Membership: Offline signup','2023-04-30 16:20:59',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (513,33,6,'$ 50.00 - Student Membership: Offline signup','2023-04-30 16:20:59',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (514,34,6,'$ 100.00 - General Membership: Offline signup','2023-04-30 16:20:59',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (515,35,6,'$ 50.00 - Student Membership: Offline signup','2023-04-30 16:20:59',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (516,36,6,'$ 100.00 - General Membership: Offline signup','2023-04-30 16:20:59',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (517,37,6,'$ 50.00 - Student Membership: Offline signup','2023-04-30 16:20:59',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (518,38,6,'$ 100.00 - General Membership: Offline signup','2023-04-30 16:20:59',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (519,39,6,'$ 50.00 - Student Membership: Offline signup','2023-04-30 16:20:59',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (520,40,6,'$ 100.00 - General Membership: Offline signup','2023-04-30 16:20:59',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (521,41,6,'$ 100.00 - General Membership: Offline signup','2023-04-30 16:20:59',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (522,42,6,'$ 1200.00 - Lifetime Membership: Offline signup','2023-04-30 16:20:59',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (523,43,6,'$ 50.00 - Student Membership: Offline signup','2023-04-30 16:20:59',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (524,44,6,'$ 100.00 - General Membership: Offline signup','2023-04-30 16:20:59',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (525,45,6,'$ 50.00 - Student Membership: Offline signup','2023-04-30 16:20:59',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (526,46,6,'$ 50.00 - Student Membership: Offline signup','2023-04-30 16:20:59',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (527,47,6,'$ 50.00 - Student Membership: Offline signup','2023-04-30 16:20:59',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (528,48,6,'$ 100.00 - General Membership: Offline signup','2023-04-30 16:20:59',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (529,49,6,'$ 50.00 - Student Membership: Offline signup','2023-04-30 16:20:59',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (530,50,6,'$ 100.00 - General Membership: Offline signup','2023-04-30 16:20:59',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (531,51,6,'$ 50.00 - Student Membership: Offline signup','2023-04-30 16:20:59',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (532,52,6,'$ 100.00 - General Membership: Offline signup','2023-04-30 16:20:59',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (533,53,6,'$ 1200.00 - Lifetime Membership: Offline signup','2023-04-30 16:20:59',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (534,54,6,'$ 100.00 - General Membership: Offline signup','2023-04-30 16:20:59',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (535,55,6,'$ 50.00 - Student Membership: Offline signup','2023-04-30 16:20:59',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (536,56,6,'$ 50.00 - Student Membership: Offline signup','2023-04-30 16:20:59',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (537,57,6,'$ 50.00 - Student Membership: Offline signup','2023-04-30 16:20:59',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (538,58,6,'$ 100.00 - General Membership: Offline signup','2023-04-30 16:20:59',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (539,59,6,'$ 50.00 - Student Membership: Offline signup','2023-04-30 16:20:59',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (540,60,6,'$ 100.00 - General Membership: Offline signup','2023-04-30 16:20:59',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (541,61,6,'$ 100.00 - General Membership: Offline signup','2023-04-30 16:20:59',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (543,1,5,'NULL','2009-01-21 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (544,2,5,'NULL','2008-05-07 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (545,3,5,'NULL','2008-05-05 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (546,4,5,'NULL','2008-10-21 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (547,5,5,'NULL','2008-01-10 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (548,6,5,'NULL','2008-03-05 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (549,7,5,'NULL','2009-07-21 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (550,8,5,'NULL','2009-03-07 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (551,9,5,'NULL','2008-02-05 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (552,10,5,'NULL','2008-02-01 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (553,11,5,'NULL','2009-01-10 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (554,12,5,'NULL','2009-03-06 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (555,13,5,'NULL','2008-06-04 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (556,14,5,'NULL','2008-01-10 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (557,15,5,'NULL','2008-07-04 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (558,16,5,'NULL','2009-01-21 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (559,17,5,'NULL','2008-01-10 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (560,18,5,'NULL','2009-03-05 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (561,19,5,'NULL','2008-10-21 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (562,20,5,'NULL','2009-01-10 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (563,21,5,'NULL','2008-03-25 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (564,22,5,'NULL','2009-10-21 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (565,23,5,'NULL','2008-01-10 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (566,24,5,'NULL','2008-03-11 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (567,25,5,'NULL','2008-04-05 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (568,26,5,'NULL','2009-01-21 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (569,27,5,'NULL','2008-05-07 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (570,28,5,'NULL','2009-12-12 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (571,29,5,'NULL','2009-12-13 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (572,30,5,'NULL','2009-12-14 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (573,31,5,'NULL','2009-12-15 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (574,32,5,'NULL','2009-07-21 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (575,33,5,'NULL','2009-03-07 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (576,34,5,'NULL','2009-12-15 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (577,35,5,'NULL','2009-12-13 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (578,36,5,'NULL','2009-01-10 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (579,37,5,'NULL','2009-03-06 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (580,38,5,'NULL','2009-12-13 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (581,39,5,'NULL','2008-01-10 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (582,40,5,'NULL','2009-12-14 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (583,41,5,'NULL','2009-01-21 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (584,42,5,'NULL','2009-12-15 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (585,43,5,'NULL','2009-03-05 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (586,44,5,'NULL','2009-12-13 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (587,45,5,'NULL','2009-01-10 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (588,46,5,'NULL','2009-12-13 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (589,47,5,'NULL','2009-10-21 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (590,48,5,'NULL','2009-12-10 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (591,49,5,'NULL','2009-03-11 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (592,50,5,'NULL','2009-04-05 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (593,63,6,'$ 50.00 - Fall Fundraiser Dinner : Offline registration','2023-04-30 16:20:59',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (594,64,6,'$ 50.00 - Summer Solstice Festival Day Concert : Offline registration','2023-04-30 16:20:59',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (595,65,6,'$ 800.00 - Rain-forest Cup Youth Soccer Tournament : Offline registration','2023-04-30 16:20:59',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (596,66,6,'$ 50.00 - Fall Fundraiser Dinner : Offline registration','2023-04-30 16:20:59',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (597,67,6,'$ 50.00 - Summer Solstice Festival Day Concert : Offline registration','2023-04-30 16:20:59',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (598,68,6,'$ 800.00 - Rain-forest Cup Youth Soccer Tournament : Offline registration','2023-04-30 16:20:59',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (599,69,6,'$ 50.00 - Fall Fundraiser Dinner : Offline registration','2023-04-30 16:20:59',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (600,70,6,'$ 50.00 - Summer Solstice Festival Day Concert : Offline registration','2023-04-30 16:20:59',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (601,71,6,'$ 800.00 - Rain-forest Cup Youth Soccer Tournament : Offline registration','2023-04-30 16:20:59',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (602,72,6,'$ 50.00 - Fall Fundraiser Dinner : Offline registration','2023-04-30 16:20:59',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (603,73,6,'$ 50.00 - Summer Solstice Festival Day Concert : Offline registration','2023-04-30 16:20:59',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (604,74,6,'$ 800.00 - Rain-forest Cup Youth Soccer Tournament : Offline registration','2023-04-30 16:20:59',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (605,75,6,'$ 50.00 - Fall Fundraiser Dinner : Offline registration','2023-04-30 16:20:59',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (606,76,6,'$ 50.00 - Summer Solstice Festival Day Concert : Offline registration','2023-04-30 16:20:59',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (607,77,6,'$ 800.00 - Rain-forest Cup Youth Soccer Tournament : Offline registration','2023-04-30 16:20:59',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (608,78,6,'$ 50.00 - Fall Fundraiser Dinner : Offline registration','2023-04-30 16:20:59',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (609,79,6,'$ 50.00 - Summer Solstice Festival Day Concert : Offline registration','2023-04-30 16:20:59',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (610,80,6,'$ 800.00 - Rain-forest Cup Youth Soccer Tournament : Offline registration','2023-04-30 16:20:59',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (611,81,6,'$ 50.00 - Fall Fundraiser Dinner : Offline registration','2023-04-30 16:20:59',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (612,82,6,'$ 50.00 - Summer Solstice Festival Day Concert : Offline registration','2023-04-30 16:20:59',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (613,83,6,'$ 800.00 - Rain-forest Cup Youth Soccer Tournament : Offline registration','2023-04-30 16:20:59',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (614,84,6,'$ 50.00 - Fall Fundraiser Dinner : Offline registration','2023-04-30 16:20:59',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (615,85,6,'$ 50.00 - Summer Solstice Festival Day Concert : Offline registration','2023-04-30 16:20:59',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (616,86,6,'$ 800.00 - Rain-forest Cup Youth Soccer Tournament : Offline registration','2023-04-30 16:20:59',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (617,87,6,'$ 800.00 - Rain-forest Cup Youth Soccer Tournament : Offline registration','2023-04-30 16:20:59',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (618,88,6,'$ 50.00 - Fall Fundraiser Dinner : Offline registration','2023-04-30 16:20:59',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (619,89,6,'$ 50.00 - Summer Solstice Festival Day Concert : Offline registration','2023-04-30 16:20:59',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (620,90,6,'$ 800.00 - Rain-forest Cup Youth Soccer Tournament : Offline registration','2023-04-30 16:20:59',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (621,91,6,'$ 50.00 - Fall Fundraiser Dinner : Offline registration','2023-04-30 16:20:59',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (622,92,6,'$ 50.00 - Summer Solstice Festival Day Concert : Offline registration','2023-04-30 16:20:59',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (623,93,6,'$ 800.00 - Rain-forest Cup Youth Soccer Tournament : Offline registration','2023-04-30 16:20:59',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (624,94,6,'$ 50.00 - Fall Fundraiser Dinner : Offline registration','2023-04-30 16:20:59',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (625,95,6,'$ 50.00 - Summer Solstice Festival Day Concert : Offline registration','2023-04-30 16:20:59',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (626,96,6,'$ 800.00 - Rain-forest Cup Youth Soccer Tournament : Offline registration','2023-04-30 16:20:59',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (627,97,6,'$ 50.00 - Fall Fundraiser Dinner : Offline registration','2023-04-30 16:20:59',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (628,98,6,'$ 50.00 - Summer Solstice Festival Day Concert : Offline registration','2023-04-30 16:20:59',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (629,99,6,'$ 800.00 - Rain-forest Cup Youth Soccer Tournament : Offline registration','2023-04-30 16:20:59',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (630,100,6,'$ 50.00 - Fall Fundraiser Dinner : Offline registration','2023-04-30 16:20:59',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (631,101,6,'$ 50.00 - Summer Solstice Festival Day Concert : Offline registration','2023-04-30 16:20:59',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (632,102,6,'$ 800.00 - Rain-forest Cup Youth Soccer Tournament : Offline registration','2023-04-30 16:20:59',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (633,103,6,'$ 50.00 - Fall Fundraiser Dinner : Offline registration','2023-04-30 16:20:59',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (634,104,6,'$ 50.00 - Summer Solstice Festival Day Concert : Offline registration','2023-04-30 16:20:59',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (635,105,6,'$ 800.00 - Rain-forest Cup Youth Soccer Tournament : Offline registration','2023-04-30 16:20:59',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (636,106,6,'$ 50.00 - Fall Fundraiser Dinner : Offline registration','2023-04-30 16:20:59',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (637,107,6,'$ 50.00 - Summer Solstice Festival Day Concert : Offline registration','2023-04-30 16:20:59',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (638,108,6,'$ 800.00 - Rain-forest Cup Youth Soccer Tournament : Offline registration','2023-04-30 16:20:59',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (639,109,6,'$ 50.00 - Fall Fundraiser Dinner : Offline registration','2023-04-30 16:20:59',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (640,110,6,'$ 50.00 - Summer Solstice Festival Day Concert : Offline registration','2023-04-30 16:20:59',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (641,111,6,'$ 800.00 - Rain-forest Cup Youth Soccer Tournament : Offline registration','2023-04-30 16:20:59',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'), + (642,112,6,'$ 800.00 - Rain-forest Cup Youth Soccer Tournament : Offline registration','2023-04-30 16:20:59',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-04-30 16:20:59','2023-04-30 16:20:59'); /*!40000 ALTER TABLE `civicrm_activity` ENABLE KEYS */; UNLOCK TABLES; @@ -813,960 +813,963 @@ UNLOCK TABLES; LOCK TABLES `civicrm_activity_contact` WRITE; /*!40000 ALTER TABLE `civicrm_activity_contact` DISABLE KEYS */; INSERT INTO `civicrm_activity_contact` (`id`, `activity_id`, `contact_id`, `record_type_id`) VALUES - (228,131,1,3), - (348,196,1,3), - (591,328,1,3), - (626,348,1,3), - (949,586,1,2), - (43,26,2,3), - (136,78,2,3), - (301,170,2,3), - (563,312,2,3), - (814,451,2,2), - (848,485,2,2), - (878,515,2,2), - (287,163,3,3), - (289,164,3,3), - (344,194,3,3), - (745,412,3,3), - (815,452,4,2), - (818,455,4,2), - (199,116,5,3), - (266,151,5,3), - (532,295,5,3), - (536,297,5,3), - (674,374,5,3), - (687,381,5,3), - (873,510,5,2), - (903,540,5,2), - (24,15,6,3), - (350,197,6,3), - (597,331,6,3), - (816,453,6,2), - (867,504,6,2), - (897,534,6,2), - (925,562,6,2), - (264,150,7,3), - (432,241,7,3), - (490,271,7,3), - (541,300,7,3), - (9,5,8,3), - (86,50,8,3), - (472,262,8,3), - (474,263,8,3), - (817,454,8,2), - (932,569,8,2), - (415,232,9,3), - (609,338,9,3), - (864,501,9,2), - (894,531,9,2), - (127,73,10,3), - (383,215,10,3), - (871,508,10,2), - (901,538,10,2), - (672,373,11,3), - (928,565,11,2), - (57,34,12,3), - (59,35,12,3), - (236,135,12,3), - (325,184,12,3), - (664,369,12,3), - (766,423,12,3), - (782,432,12,3), - (790,436,12,3), - (922,559,12,2), - (539,299,13,3), - (697,386,13,3), - (945,582,13,2), - (6,3,14,3), - (357,201,14,3), - (799,441,14,3), - (120,69,15,3), - (180,105,15,3), - (498,275,15,3), - (48,29,16,3), - (73,43,16,3), - (155,89,16,3), - (379,213,16,3), - (405,227,16,3), - (513,284,16,3), - (595,330,16,3), - (715,396,16,3), - (819,456,16,2), - (4,2,17,3), - (101,58,17,3), - (125,72,17,3), - (196,114,17,3), - (337,190,17,3), - (468,260,17,3), - (543,301,17,3), - (780,431,17,3), - (907,544,17,2), - (205,119,18,3), - (312,177,18,3), - (340,192,18,3), - (494,273,18,3), - (551,306,18,3), - (721,399,18,3), - (954,591,18,2), - (260,148,19,3), - (426,238,19,3), - (593,329,19,3), - (611,339,19,3), - (820,457,19,2), - (929,566,19,2), - (478,265,20,3), - (122,70,21,3), - (187,109,21,3), - (234,134,21,3), - (545,302,22,3), - (739,409,22,3), - (162,93,23,3), - (189,110,23,3), - (365,206,23,3), - (369,208,23,3), - (486,269,23,3), - (601,333,23,3), - (727,402,23,3), - (749,414,23,3), - (69,41,25,3), - (185,108,25,3), - (530,294,25,3), - (280,159,26,3), - (524,290,26,3), - (635,353,26,3), - (677,376,26,3), - (755,417,26,3), - (88,51,27,3), - (222,128,27,3), - (770,425,27,3), - (924,561,27,2), - (599,332,28,3), - (212,123,29,3), - (214,124,29,3), - (333,188,29,3), - (852,489,29,2), - (882,519,29,2), - (948,585,29,2), - (570,316,30,3), - (695,385,30,3), - (734,406,31,3), - (762,421,31,3), - (868,505,31,2), - (898,535,31,2), - (910,547,31,2), - (61,36,32,3), - (153,88,32,3), - (168,96,32,3), - (617,342,32,3), - (760,420,32,3), - (826,463,32,2), - (827,464,32,2), - (20,12,33,3), - (112,64,33,3), - (191,111,33,3), - (359,202,33,3), - (458,255,33,3), - (911,548,33,2), - (106,61,34,3), - (114,65,34,3), - (421,235,34,3), - (559,310,34,3), - (741,410,34,3), - (823,460,34,2), - (51,31,36,3), - (98,56,36,3), - (293,166,36,3), - (572,317,36,3), - (655,364,36,3), - (248,142,37,3), - (603,334,37,3), - (77,45,38,3), - (84,49,38,3), - (342,193,38,3), - (352,198,38,3), - (419,234,38,3), - (704,390,38,3), - (706,391,38,3), - (942,579,38,2), - (108,62,39,3), - (116,66,39,3), - (327,185,39,3), - (434,242,39,3), - (736,407,39,3), - (282,160,40,3), - (522,289,40,3), - (34,21,41,3), - (138,79,41,3), - (45,27,42,3), - (270,153,42,3), - (641,356,42,3), - (157,90,43,3), - (220,127,43,3), - (272,154,43,3), - (411,230,43,3), - (460,256,43,3), - (825,462,43,2), - (936,573,43,2), - (207,120,44,3), - (448,250,44,3), - (778,430,44,3), - (37,23,45,3), - (299,169,45,3), - (580,321,45,3), - (258,147,46,3), - (668,371,46,3), - (133,76,47,3), - (182,106,47,3), - (250,143,47,3), - (262,149,47,3), - (389,218,47,3), - (534,296,47,3), - (549,305,47,3), - (561,311,47,3), - (916,553,47,2), - (373,210,48,3), - (450,251,48,3), - (501,277,48,3), - (515,285,48,3), - (619,343,48,3), - (934,571,48,2), - (32,20,49,3), - (94,54,49,3), - (232,133,49,3), - (488,270,49,3), - (216,125,50,3), - (624,347,50,3), - (303,171,51,3), - (605,335,51,3), - (914,551,51,2), - (230,132,52,3), - (396,222,52,3), - (454,253,52,3), - (854,491,52,2), - (884,521,52,2), - (131,75,53,3), - (428,239,54,3), - (466,259,54,3), - (757,418,54,3), - (773,427,55,3), - (937,574,55,2), - (142,81,56,3), - (224,129,56,3), - (578,320,56,3), - (729,403,56,3), - (794,438,56,3), - (813,450,56,3), - (13,7,57,3), - (55,33,57,3), - (96,55,57,3), - (268,152,57,3), - (381,214,57,3), - (407,228,57,3), - (585,324,57,3), - (689,382,57,3), - (713,395,57,3), - (768,424,57,3), - (557,309,58,3), - (679,377,58,3), - (226,130,59,3), - (828,465,59,2), - (829,466,59,2), - (830,467,59,2), - (831,468,59,2), - (832,469,59,2), - (833,470,59,2), - (834,471,59,2), - (835,472,59,2), - (836,473,59,2), - (837,474,59,2), - (838,475,59,2), - (430,240,60,3), - (583,323,60,3), - (803,443,60,3), - (947,584,60,2), - (41,25,61,3), - (92,53,61,3), - (931,568,61,2), - (520,288,62,3), - (702,389,62,3), - (805,444,62,3), - (254,145,63,3), - (653,363,63,3), - (53,32,64,3), - (355,200,64,3), - (398,223,64,3), - (462,257,64,3), - (637,354,64,3), - (400,224,65,3), - (445,248,65,3), - (456,254,65,3), - (518,287,65,3), - (631,351,65,3), - (64,38,66,3), - (329,186,66,3), - (442,246,66,3), - (588,326,66,3), - (651,362,66,3), - (683,379,66,3), - (723,400,66,3), - (80,47,67,3), - (129,74,67,3), - (238,136,67,3), - (505,279,67,3), - (555,308,67,3), - (662,368,67,3), - (732,405,67,3), - (71,42,68,3), - (305,172,68,3), - (685,380,68,3), - (927,564,68,2), - (480,266,69,3), - (628,349,69,3), - (717,397,69,3), - (801,442,69,3), - (863,500,69,2), - (893,530,69,2), - (90,52,70,3), - (151,87,70,3), - (553,307,70,3), - (252,144,71,3), - (371,209,71,3), - (470,261,71,3), - (566,314,71,3), - (824,461,71,2), - (484,268,72,3), - (751,415,72,3), - (30,19,73,3), - (615,341,73,3), - (659,366,73,3), - (792,437,73,3), - (275,156,74,3), - (295,167,74,3), - (719,398,74,3), - (747,413,74,3), - (510,282,75,3), - (855,492,75,2), - (885,522,75,2), - (786,434,76,3), - (291,165,77,3), - (314,178,77,3), - (331,187,77,3), - (16,9,78,3), - (82,48,78,3), - (193,112,78,3), - (244,139,78,3), - (646,359,78,3), - (784,433,78,3), - (316,179,79,3), - (413,231,79,3), - (240,137,80,3), - (318,180,80,3), - (633,352,80,3), - (857,494,80,2), - (887,524,80,2), - (160,92,81,3), - (452,252,81,3), - (725,401,81,3), - (851,488,81,2), - (881,518,81,2), - (164,94,82,3), - (175,101,82,3), - (210,122,82,3), - (576,319,82,3), - (666,370,82,3), - (700,388,82,3), - (788,435,82,3), - (796,439,82,3), - (821,458,82,2), - (11,6,83,3), - (277,157,83,3), - (526,291,83,3), - (568,315,83,3), - (657,365,83,3), - (346,195,84,3), - (918,555,84,2), - (171,98,85,3), - (242,138,85,3), - (436,243,85,3), - (708,392,85,3), - (218,126,86,3), - (648,360,86,3), - (681,378,86,3), - (67,40,87,3), - (75,44,87,3), - (670,372,87,3), - (693,384,87,3), - (166,95,88,3), - (322,182,88,3), - (403,226,88,3), - (409,229,88,3), - (811,449,88,3), - (377,212,89,3), - (464,258,89,3), - (440,245,90,3), - (643,357,90,3), - (2,1,91,3), - (203,118,91,3), - (335,189,91,3), - (710,393,91,3), - (872,509,91,2), - (902,539,91,2), - (920,557,91,2), - (822,459,92,2), - (846,483,92,2), - (876,513,92,2), - (104,60,93,3), - (148,85,93,3), - (310,176,93,3), - (361,203,93,3), - (387,217,93,3), - (39,24,94,3), - (284,161,94,3), - (297,168,94,3), - (492,272,94,3), - (496,274,94,3), - (574,318,94,3), - (743,411,94,3), - (140,80,95,3), - (320,181,95,3), - (391,219,95,3), - (503,278,95,3), - (940,577,95,2), - (26,16,96,3), - (417,233,96,3), - (613,340,96,3), - (764,422,96,3), - (423,236,97,3), - (438,244,97,3), - (941,578,97,2), - (256,146,98,3), - (367,207,98,3), - (393,220,98,3), - (476,264,98,3), - (507,280,98,3), - (753,416,98,3), - (839,476,99,2), - (840,477,99,2), - (841,478,99,2), - (842,479,99,2), - (843,480,99,2), - (110,63,100,3), - (146,84,100,3), - (201,117,100,3), - (375,211,100,3), - (385,216,100,3), - (691,383,100,3), - (482,267,101,3), - (639,355,101,3), - (776,429,101,3), - (844,481,103,2), - (923,560,103,2), - (870,507,104,2), - (900,537,104,2), - (265,151,110,2), - (267,152,110,2), - (269,153,110,2), - (271,154,110,2), - (273,155,110,2), - (274,156,110,2), - (276,157,110,2), - (278,158,110,2), - (279,159,110,2), - (281,160,110,2), - (283,161,110,2), - (285,162,110,2), - (286,163,110,2), - (288,164,110,2), - (290,165,110,2), - (292,166,110,2), - (294,167,110,2), - (296,168,110,2), - (298,169,110,2), - (300,170,110,2), - (302,171,110,2), - (304,172,110,2), - (306,173,110,2), - (307,174,110,2), - (308,175,110,2), - (309,176,110,2), - (311,177,110,2), - (313,178,110,2), - (315,179,110,2), - (317,180,110,2), - (319,181,110,2), - (321,182,110,2), - (323,183,110,2), - (324,184,110,2), - (326,185,110,2), - (328,186,110,2), - (330,187,110,2), - (332,188,110,2), - (334,189,110,2), - (336,190,110,2), - (338,191,110,2), - (339,192,110,2), - (341,193,110,2), - (343,194,110,2), - (345,195,110,2), - (347,196,110,2), - (349,197,110,2), - (351,198,110,2), - (353,199,110,2), - (354,200,110,2), - (356,201,110,2), - (358,202,110,2), - (360,203,110,2), - (362,204,110,2), - (363,205,110,2), - (364,206,110,2), - (366,207,110,2), - (368,208,110,2), - (370,209,110,2), - (372,210,110,2), - (374,211,110,2), - (376,212,110,2), - (378,213,110,2), - (380,214,110,2), - (382,215,110,2), - (384,216,110,2), - (386,217,110,2), - (388,218,110,2), - (390,219,110,2), - (392,220,110,2), - (394,221,110,2), - (395,222,110,2), - (397,223,110,2), - (399,224,110,2), - (401,225,110,2), - (402,226,110,2), - (404,227,110,2), - (406,228,110,2), - (408,229,110,2), - (410,230,110,2), - (412,231,110,2), - (414,232,110,2), - (416,233,110,2), - (418,234,110,2), - (420,235,110,2), - (422,236,110,2), - (424,237,110,2), - (425,238,110,2), - (427,239,110,2), - (429,240,110,2), - (431,241,110,2), - (433,242,110,2), - (435,243,110,2), - (437,244,110,2), - (439,245,110,2), - (441,246,110,2), - (443,247,110,2), - (444,248,110,2), - (446,249,110,2), - (447,250,110,2), - (449,251,110,2), - (451,252,110,2), - (453,253,110,2), - (455,254,110,2), - (457,255,110,2), - (459,256,110,2), - (461,257,110,2), - (463,258,110,2), - (465,259,110,2), - (467,260,110,2), - (469,261,110,2), - (471,262,110,2), - (473,263,110,2), - (475,264,110,2), - (477,265,110,2), - (479,266,110,2), - (481,267,110,2), - (483,268,110,2), - (485,269,110,2), - (487,270,110,2), - (489,271,110,2), - (491,272,110,2), - (493,273,110,2), - (495,274,110,2), - (497,275,110,2), - (499,276,110,2), - (500,277,110,2), - (502,278,110,2), - (504,279,110,2), - (506,280,110,2), - (508,281,110,2), - (509,282,110,2), - (511,283,110,2), - (512,284,110,2), - (514,285,110,2), - (516,286,110,2), - (517,287,110,2), - (519,288,110,2), - (521,289,110,2), - (523,290,110,2), - (525,291,110,2), - (527,292,110,2), - (528,293,110,2), - (529,294,110,2), - (531,295,110,2), - (533,296,110,2), - (535,297,110,2), - (537,298,110,2), - (538,299,110,2), - (540,300,110,2), - (858,495,110,2), - (888,525,110,2), - (930,567,112,2), - (951,588,113,2), - (906,543,114,2), - (847,484,115,2), - (877,514,115,2), - (866,503,117,2), - (896,533,117,2), - (939,576,120,2), - (921,558,125,2), - (915,552,129,2), - (850,487,131,2), - (880,517,131,2), - (856,493,133,2), - (886,523,133,2), - (909,546,138,2), - (1,1,142,2), - (3,2,142,2), - (5,3,142,2), - (7,4,142,2), - (8,5,142,2), - (10,6,142,2), - (12,7,142,2), - (14,8,142,2), - (15,9,142,2), - (17,10,142,2), - (18,11,142,2), - (19,12,142,2), - (21,13,142,2), - (22,14,142,2), - (23,15,142,2), - (25,16,142,2), - (27,17,142,2), - (28,18,142,2), - (29,19,142,2), - (31,20,142,2), - (33,21,142,2), - (35,22,142,2), - (36,23,142,2), - (38,24,142,2), - (40,25,142,2), - (42,26,142,2), - (44,27,142,2), - (46,28,142,2), - (47,29,142,2), - (49,30,142,2), - (50,31,142,2), - (52,32,142,2), - (54,33,142,2), - (56,34,142,2), - (58,35,142,2), - (60,36,142,2), - (62,37,142,2), - (63,38,142,2), - (65,39,142,2), - (66,40,142,2), - (68,41,142,2), - (70,42,142,2), - (72,43,142,2), - (74,44,142,2), - (76,45,142,2), - (78,46,142,2), - (79,47,142,2), - (81,48,142,2), - (83,49,142,2), - (85,50,142,2), - (87,51,142,2), - (89,52,142,2), - (91,53,142,2), - (93,54,142,2), - (95,55,142,2), - (97,56,142,2), - (99,57,142,2), - (100,58,142,2), - (102,59,142,2), - (103,60,142,2), - (105,61,142,2), - (107,62,142,2), - (109,63,142,2), - (111,64,142,2), - (113,65,142,2), - (115,66,142,2), - (117,67,142,2), - (118,68,142,2), - (119,69,142,2), - (121,70,142,2), - (123,71,142,2), - (124,72,142,2), - (126,73,142,2), - (128,74,142,2), - (130,75,142,2), - (132,76,142,2), - (134,77,142,2), - (135,78,142,2), - (137,79,142,2), - (139,80,142,2), - (141,81,142,2), - (143,82,142,2), - (144,83,142,2), - (145,84,142,2), - (147,85,142,2), - (149,86,142,2), - (150,87,142,2), - (152,88,142,2), - (154,89,142,2), - (156,90,142,2), - (158,91,142,2), - (159,92,142,2), - (161,93,142,2), - (163,94,142,2), - (165,95,142,2), - (167,96,142,2), - (169,97,142,2), - (170,98,142,2), - (172,99,142,2), - (173,100,142,2), - (174,101,142,2), - (176,102,142,2), - (177,103,142,2), - (178,104,142,2), - (179,105,142,2), - (181,106,142,2), - (183,107,142,2), - (184,108,142,2), - (186,109,142,2), - (188,110,142,2), - (190,111,142,2), - (192,112,142,2), - (194,113,142,2), - (195,114,142,2), - (197,115,142,2), - (198,116,142,2), - (200,117,142,2), - (202,118,142,2), - (204,119,142,2), - (206,120,142,2), - (208,121,142,2), - (209,122,142,2), - (211,123,142,2), - (213,124,142,2), - (215,125,142,2), - (217,126,142,2), - (219,127,142,2), - (221,128,142,2), - (223,129,142,2), - (225,130,142,2), - (227,131,142,2), - (229,132,142,2), - (231,133,142,2), - (233,134,142,2), - (235,135,142,2), - (237,136,142,2), - (239,137,142,2), - (241,138,142,2), - (243,139,142,2), - (245,140,142,2), - (246,141,142,2), - (247,142,142,2), - (249,143,142,2), - (251,144,142,2), - (253,145,142,2), - (255,146,142,2), - (257,147,142,2), - (259,148,142,2), - (261,149,142,2), - (263,150,142,2), - (946,583,142,2), - (913,550,144,2), - (912,549,147,2), - (845,482,150,2), - (875,512,150,2), - (952,589,151,2), - (935,572,153,2), - (861,498,156,2), - (891,528,156,2), - (849,486,161,2), - (879,516,161,2), - (950,587,161,2), - (919,556,163,2), - (955,592,164,2), - (853,490,167,2), - (883,520,167,2), - (953,590,167,2), - (943,580,169,2), - (865,502,172,2), - (895,532,172,2), - (874,511,178,2), - (904,541,178,2), - (917,554,179,2), - (926,563,181,2), - (862,499,186,2), - (892,529,186,2), - (933,570,186,2), - (908,545,188,2), - (869,506,190,2), - (899,536,190,2), - (944,581,194,2), - (860,497,196,2), - (890,527,196,2), - (859,496,200,2), - (889,526,200,2), - (938,575,200,2), - (542,301,201,2), - (544,302,201,2), - (546,303,201,2), - (547,304,201,2), - (548,305,201,2), - (550,306,201,2), - (552,307,201,2), - (554,308,201,2), - (556,309,201,2), - (558,310,201,2), - (560,311,201,2), - (562,312,201,2), - (564,313,201,2), - (565,314,201,2), - (567,315,201,2), - (569,316,201,2), - (571,317,201,2), - (573,318,201,2), - (575,319,201,2), - (577,320,201,2), - (579,321,201,2), - (581,322,201,2), - (582,323,201,2), - (584,324,201,2), - (586,325,201,2), - (587,326,201,2), - (589,327,201,2), - (590,328,201,2), - (592,329,201,2), - (594,330,201,2), - (596,331,201,2), - (598,332,201,2), - (600,333,201,2), - (602,334,201,2), - (604,335,201,2), - (606,336,201,2), - (607,337,201,2), - (608,338,201,2), - (610,339,201,2), - (612,340,201,2), - (614,341,201,2), - (616,342,201,2), - (618,343,201,2), - (620,344,201,2), - (621,345,201,2), - (622,346,201,2), - (623,347,201,2), - (625,348,201,2), - (627,349,201,2), - (629,350,201,2), - (630,351,201,2), - (632,352,201,2), - (634,353,201,2), - (636,354,201,2), - (638,355,201,2), - (640,356,201,2), - (642,357,201,2), - (644,358,201,2), - (645,359,201,2), - (647,360,201,2), - (649,361,201,2), - (650,362,201,2), - (652,363,201,2), - (654,364,201,2), - (656,365,201,2), - (658,366,201,2), - (660,367,201,2), - (661,368,201,2), - (663,369,201,2), - (665,370,201,2), - (667,371,201,2), - (669,372,201,2), - (671,373,201,2), - (673,374,201,2), - (675,375,201,2), - (676,376,201,2), - (678,377,201,2), - (680,378,201,2), - (682,379,201,2), - (684,380,201,2), - (686,381,201,2), - (688,382,201,2), - (690,383,201,2), - (692,384,201,2), - (694,385,201,2), - (696,386,201,2), - (698,387,201,2), - (699,388,201,2), - (701,389,201,2), - (703,390,201,2), - (705,391,201,2), - (707,392,201,2), - (709,393,201,2), - (711,394,201,2), - (712,395,201,2), - (714,396,201,2), - (716,397,201,2), - (718,398,201,2), - (720,399,201,2), - (722,400,201,2), - (724,401,201,2), - (726,402,201,2), - (728,403,201,2), - (730,404,201,2), - (731,405,201,2), - (733,406,201,2), - (735,407,201,2), - (737,408,201,2), - (738,409,201,2), - (740,410,201,2), - (742,411,201,2), - (744,412,201,2), - (746,413,201,2), - (748,414,201,2), - (750,415,201,2), - (752,416,201,2), - (754,417,201,2), - (756,418,201,2), - (758,419,201,2), - (759,420,201,2), - (761,421,201,2), - (763,422,201,2), - (765,423,201,2), - (767,424,201,2), - (769,425,201,2), - (771,426,201,2), - (772,427,201,2), - (774,428,201,2), - (775,429,201,2), - (777,430,201,2), - (779,431,201,2), - (781,432,201,2), - (783,433,201,2), - (785,434,201,2), - (787,435,201,2), - (789,436,201,2), - (791,437,201,2), - (793,438,201,2), - (795,439,201,2), - (797,440,201,2), - (798,441,201,2), - (800,442,201,2), - (802,443,201,2), - (804,444,201,2), - (806,445,201,2), - (807,446,201,2), - (808,447,201,2), - (809,448,201,2), - (810,449,201,2), - (812,450,201,2); + (128,70,1,3), + (157,85,1,3), + (236,129,1,3), + (346,189,1,3), + (433,236,1,3), + (459,250,1,3), + (780,430,1,3), + (467,254,2,3), + (648,355,2,3), + (694,382,2,3), + (725,399,2,3), + (812,448,2,3), + (817,451,2,2), + (925,559,2,2), + (104,57,3,3), + (112,61,3,3), + (732,403,3,3), + (553,303,4,3), + (656,360,4,3), + (818,452,4,2), + (821,455,4,2), + (279,153,5,3), + (406,221,5,3), + (385,210,6,3), + (577,315,6,3), + (620,340,6,3), + (819,453,6,2), + (10,6,7,3), + (602,329,7,3), + (569,311,8,3), + (646,354,8,3), + (820,454,8,2), + (519,284,9,3), + (369,201,10,3), + (727,400,10,3), + (866,500,10,2), + (896,530,10,2), + (161,87,11,3), + (166,90,11,3), + (389,212,11,3), + (491,268,11,3), + (793,438,11,3), + (41,24,12,3), + (461,251,12,3), + (595,325,12,3), + (33,20,13,3), + (229,125,13,3), + (285,156,13,3), + (332,182,13,3), + (387,211,13,3), + (865,499,13,2), + (895,529,13,2), + (268,147,14,3), + (298,163,14,3), + (342,187,14,3), + (408,222,14,3), + (446,243,14,3), + (505,276,14,3), + (544,298,14,3), + (914,548,14,2), + (416,227,15,3), + (426,232,15,3), + (521,285,15,3), + (723,398,15,3), + (136,74,16,3), + (377,205,16,3), + (453,247,16,3), + (822,456,16,2), + (64,36,17,3), + (146,79,17,3), + (373,203,17,3), + (484,264,17,3), + (600,328,17,3), + (797,440,17,3), + (307,168,18,3), + (688,378,18,3), + (823,457,19,2), + (946,580,19,2), + (120,66,20,3), + (321,176,20,3), + (412,224,20,3), + (2,1,21,3), + (68,38,21,3), + (122,67,21,3), + (361,197,21,3), + (597,326,21,3), + (941,575,21,2), + (266,146,22,3), + (652,358,22,3), + (802,443,22,3), + (140,76,23,3), + (287,157,23,3), + (571,312,23,3), + (702,387,23,3), + (808,446,23,3), + (939,573,23,2), + (35,21,24,3), + (79,44,24,3), + (336,184,24,3), + (396,216,24,3), + (945,579,24,2), + (663,364,25,3), + (859,493,25,2), + (889,523,25,2), + (949,583,25,2), + (100,55,26,3), + (124,68,26,3), + (218,118,26,3), + (264,145,26,3), + (855,489,26,2), + (885,519,26,2), + (245,134,27,3), + (585,320,27,3), + (589,322,27,3), + (247,135,28,3), + (260,143,28,3), + (561,307,28,3), + (929,563,28,2), + (71,40,29,3), + (117,64,29,3), + (525,287,29,3), + (199,108,30,3), + (567,310,30,3), + (741,408,30,3), + (858,492,30,2), + (888,522,30,2), + (168,91,31,3), + (314,172,31,3), + (365,199,31,3), + (437,238,31,3), + (25,15,32,3), + (428,233,32,3), + (563,308,32,3), + (755,416,32,3), + (767,423,32,3), + (770,425,32,3), + (829,463,32,2), + (830,464,32,2), + (45,26,33,3), + (305,167,33,3), + (719,396,33,3), + (30,18,34,3), + (85,47,34,3), + (262,144,34,3), + (539,295,34,3), + (816,450,34,3), + (826,460,34,2), + (205,111,35,3), + (476,259,35,3), + (626,343,35,3), + (150,81,36,3), + (182,98,36,3), + (573,313,36,3), + (604,330,36,3), + (48,28,37,3), + (98,54,37,3), + (296,162,37,3), + (300,164,37,3), + (517,283,37,3), + (957,591,37,2), + (155,84,38,3), + (189,102,38,3), + (212,115,38,3), + (392,214,38,3), + (537,294,38,3), + (704,388,38,3), + (956,590,38,2), + (23,14,39,3), + (164,89,39,3), + (180,97,39,3), + (277,152,39,3), + (319,175,39,3), + (398,217,39,3), + (713,393,39,3), + (4,2,40,3), + (174,94,40,3), + (383,209,40,3), + (400,218,40,3), + (628,344,40,3), + (108,59,41,3), + (420,229,41,3), + (503,275,41,3), + (772,426,41,3), + (338,185,42,3), + (510,279,42,3), + (776,428,42,3), + (50,29,43,3), + (106,58,43,3), + (455,248,43,3), + (499,273,43,3), + (546,299,43,3), + (675,371,43,3), + (828,462,43,2), + (309,169,44,3), + (404,220,45,3), + (443,241,45,3), + (622,341,45,3), + (673,370,45,3), + (12,7,46,3), + (225,123,46,3), + (234,128,46,3), + (355,194,46,3), + (486,265,46,3), + (73,41,47,3), + (132,72,47,3), + (142,77,47,3), + (208,113,47,3), + (488,266,47,3), + (683,375,47,3), + (810,447,47,3), + (380,207,48,3), + (435,237,48,3), + (557,305,48,3), + (148,80,49,3), + (231,126,49,3), + (294,161,49,3), + (448,244,49,3), + (751,414,49,3), + (852,486,49,2), + (882,516,49,2), + (302,165,50,3), + (669,368,50,3), + (778,429,50,3), + (791,437,50,3), + (27,16,51,3), + (418,228,51,3), + (542,297,51,3), + (783,432,51,3), + (806,445,51,3), + (928,562,51,2), + (216,117,52,3), + (270,148,52,3), + (290,159,52,3), + (441,240,52,3), + (548,300,52,3), + (582,318,52,3), + (56,32,53,3), + (8,5,54,3), + (210,114,54,3), + (507,277,54,3), + (644,353,54,3), + (660,362,54,3), + (739,407,54,3), + (854,488,54,2), + (884,518,54,2), + (955,589,54,2), + (138,75,55,3), + (326,179,55,3), + (527,288,55,3), + (721,397,55,3), + (20,12,56,3), + (478,260,56,3), + (761,419,56,3), + (927,561,56,2), + (272,149,57,3), + (281,154,57,3), + (515,282,57,3), + (549,301,57,2), + (550,302,57,2), + (552,303,57,2), + (554,304,57,2), + (556,305,57,2), + (558,306,57,2), + (560,307,57,2), + (562,308,57,2), + (564,309,57,2), + (566,310,57,2), + (568,311,57,2), + (570,312,57,2), + (572,313,57,2), + (574,314,57,2), + (576,315,57,2), + (578,316,57,2), + (579,317,57,2), + (581,318,57,2), + (583,319,57,2), + (584,320,57,2), + (586,321,57,2), + (588,322,57,2), + (590,323,57,2), + (592,324,57,2), + (594,325,57,2), + (596,326,57,2), + (598,327,57,2), + (599,328,57,2), + (601,329,57,2), + (603,330,57,2), + (605,331,57,2), + (607,332,57,2), + (608,333,57,2), + (609,334,57,2), + (611,335,57,2), + (613,336,57,2), + (615,337,57,2), + (616,338,57,2), + (617,339,57,2), + (619,340,57,2), + (621,341,57,2), + (623,342,57,2), + (625,343,57,2), + (627,344,57,2), + (629,345,57,2), + (631,346,57,2), + (633,347,57,2), + (635,348,57,2), + (637,349,57,2), + (638,350,57,2), + (640,351,57,2), + (642,352,57,2), + (643,353,57,2), + (645,354,57,2), + (647,355,57,2), + (649,356,57,2), + (650,357,57,2), + (651,358,57,2), + (653,359,57,2), + (655,360,57,2), + (657,361,57,2), + (659,362,57,2), + (661,363,57,2), + (662,364,57,2), + (664,365,57,2), + (666,366,57,2), + (667,367,57,2), + (668,368,57,2), + (670,369,57,2), + (672,370,57,2), + (674,371,57,2), + (676,372,57,2), + (678,373,57,2), + (680,374,57,2), + (682,375,57,2), + (684,376,57,2), + (686,377,57,2), + (687,378,57,2), + (689,379,57,2), + (690,380,57,2), + (692,381,57,2), + (693,382,57,2), + (695,383,57,2), + (697,384,57,2), + (698,385,57,2), + (700,386,57,2), + (701,387,57,2), + (703,388,57,2), + (705,389,57,2), + (706,390,57,2), + (707,390,57,3), + (708,391,57,2), + (710,392,57,2), + (712,393,57,2), + (714,394,57,2), + (716,395,57,2), + (718,396,57,2), + (720,397,57,2), + (722,398,57,2), + (724,399,57,2), + (726,400,57,2), + (728,401,57,2), + (730,402,57,2), + (731,403,57,2), + (733,404,57,2), + (734,405,57,2), + (736,406,57,2), + (738,407,57,2), + (740,408,57,2), + (742,409,57,2), + (744,410,57,2), + (745,411,57,2), + (746,412,57,2), + (748,413,57,2), + (750,414,57,2), + (752,415,57,2), + (754,416,57,2), + (756,417,57,2), + (758,418,57,2), + (760,419,57,2), + (762,420,57,2), + (764,421,57,2), + (765,422,57,2), + (766,423,57,2), + (768,424,57,2), + (769,425,57,2), + (771,426,57,2), + (773,427,57,2), + (775,428,57,2), + (777,429,57,2), + (779,430,57,2), + (781,431,57,2), + (782,432,57,2), + (784,433,57,2), + (785,434,57,2), + (787,435,57,2), + (789,436,57,2), + (790,437,57,2), + (792,438,57,2), + (794,439,57,2), + (796,440,57,2), + (798,441,57,2), + (800,442,57,2), + (801,443,57,2), + (803,444,57,2), + (805,445,57,2), + (807,446,57,2), + (809,447,57,2), + (811,448,57,2), + (813,449,57,2), + (815,450,57,2), + (58,33,58,3), + (238,130,58,3), + (283,155,58,3), + (410,223,58,3), + (424,231,58,3), + (457,249,58,3), + (471,256,58,3), + (940,574,58,2), + (711,392,59,3), + (804,444,59,3), + (831,465,59,2), + (832,466,59,2), + (833,467,59,2), + (834,468,59,2), + (835,469,59,2), + (836,470,59,2), + (837,471,59,2), + (838,472,59,2), + (839,473,59,2), + (840,474,59,2), + (841,475,59,2), + (920,554,59,2), + (75,42,60,3), + (126,69,60,3), + (747,412,60,3), + (52,30,61,3), + (258,142,61,3), + (555,304,61,3), + (774,427,61,3), + (799,441,61,3), + (37,22,62,3), + (203,110,62,3), + (220,119,62,3), + (344,188,62,3), + (357,195,62,3), + (612,335,62,3), + (699,385,62,3), + (93,51,63,3), + (463,252,63,3), + (531,291,63,3), + (591,323,63,3), + (654,359,64,3), + (679,373,64,3), + (757,417,64,3), + (916,550,64,2), + (495,271,65,3), + (786,434,65,3), + (144,78,66,3), + (402,219,66,3), + (587,321,66,3), + (178,96,67,3), + (375,204,67,3), + (565,309,67,3), + (681,374,67,3), + (913,547,68,2), + (691,380,69,3), + (735,405,69,3), + (96,53,70,3), + (227,124,70,3), + (352,192,70,3), + (618,339,70,3), + (134,73,71,3), + (827,461,71,2), + (636,348,72,3), + (91,50,73,3), + (422,230,73,3), + (614,336,73,3), + (863,497,73,2), + (893,527,73,2), + (77,43,74,3), + (201,109,74,3), + (340,186,74,3), + (394,215,74,3), + (610,334,74,3), + (671,369,74,3), + (130,71,75,3), + (334,183,75,3), + (474,258,75,3), + (624,342,75,3), + (665,365,75,3), + (759,418,75,3), + (153,83,76,3), + (159,86,76,3), + (324,178,76,3), + (328,180,76,3), + (497,272,76,3), + (62,35,77,3), + (851,485,77,2), + (881,515,77,2), + (952,586,77,2), + (81,45,78,3), + (194,105,78,3), + (465,253,78,3), + (853,487,78,2), + (883,517,78,2), + (359,196,79,3), + (439,239,79,3), + (634,347,79,3), + (639,350,79,3), + (16,10,80,3), + (197,107,80,3), + (501,274,80,3), + (753,415,80,3), + (593,324,81,3), + (942,576,81,2), + (743,409,82,3), + (824,458,82,2), + (848,482,82,2), + (878,512,82,2), + (243,133,83,3), + (255,140,83,3), + (551,302,83,3), + (606,331,83,3), + (814,449,83,3), + (860,494,83,2), + (890,524,83,2), + (1,1,84,2), + (3,2,84,2), + (5,3,84,2), + (6,4,84,2), + (7,5,84,2), + (9,6,84,2), + (11,7,84,2), + (13,8,84,2), + (14,9,84,2), + (15,10,84,2), + (17,11,84,2), + (19,12,84,2), + (21,13,84,2), + (22,14,84,2), + (24,15,84,2), + (26,16,84,2), + (28,17,84,2), + (29,18,84,2), + (31,19,84,2), + (32,20,84,2), + (34,21,84,2), + (36,22,84,2), + (38,23,84,2), + (40,24,84,2), + (42,25,84,2), + (44,26,84,2), + (46,27,84,2), + (47,28,84,2), + (49,29,84,2), + (51,30,84,2), + (53,31,84,2), + (55,32,84,2), + (57,33,84,2), + (59,34,84,2), + (61,35,84,2), + (63,36,84,2), + (65,37,84,2), + (67,38,84,2), + (69,39,84,2), + (70,40,84,2), + (72,41,84,2), + (74,42,84,2), + (76,43,84,2), + (78,44,84,2), + (80,45,84,2), + (82,46,84,2), + (84,47,84,2), + (86,48,84,2), + (88,49,84,2), + (90,50,84,2), + (92,51,84,2), + (94,52,84,2), + (95,53,84,2), + (97,54,84,2), + (99,55,84,2), + (101,56,84,2), + (103,57,84,2), + (105,58,84,2), + (107,59,84,2), + (109,60,84,2), + (111,61,84,2), + (113,62,84,2), + (114,63,84,2), + (116,64,84,2), + (118,65,84,2), + (119,66,84,2), + (121,67,84,2), + (123,68,84,2), + (125,69,84,2), + (127,70,84,2), + (129,71,84,2), + (131,72,84,2), + (133,73,84,2), + (135,74,84,2), + (137,75,84,2), + (139,76,84,2), + (141,77,84,2), + (143,78,84,2), + (145,79,84,2), + (147,80,84,2), + (149,81,84,2), + (151,82,84,2), + (152,83,84,2), + (154,84,84,2), + (156,85,84,2), + (158,86,84,2), + (160,87,84,2), + (162,88,84,2), + (163,89,84,2), + (165,90,84,2), + (167,91,84,2), + (169,92,84,2), + (171,93,84,2), + (173,94,84,2), + (175,95,84,2), + (177,96,84,2), + (179,97,84,2), + (181,98,84,2), + (183,99,84,2), + (185,100,84,2), + (186,100,84,3), + (187,101,84,2), + (188,102,84,2), + (190,103,84,2), + (191,104,84,2), + (193,105,84,2), + (195,106,84,2), + (196,107,84,2), + (198,108,84,2), + (200,109,84,2), + (202,110,84,2), + (204,111,84,2), + (206,112,84,2), + (207,113,84,2), + (209,114,84,2), + (211,115,84,2), + (213,116,84,2), + (215,117,84,2), + (217,118,84,2), + (219,119,84,2), + (221,120,84,2), + (222,121,84,2), + (223,122,84,2), + (224,123,84,2), + (226,124,84,2), + (228,125,84,2), + (230,126,84,2), + (232,127,84,2), + (233,128,84,2), + (235,129,84,2), + (237,130,84,2), + (239,131,84,2), + (240,132,84,2), + (242,133,84,2), + (244,134,84,2), + (246,135,84,2), + (248,136,84,2), + (249,137,84,2), + (251,138,84,2), + (253,139,84,2), + (254,140,84,2), + (256,141,84,2), + (257,142,84,2), + (259,143,84,2), + (261,144,84,2), + (263,145,84,2), + (265,146,84,2), + (267,147,84,2), + (269,148,84,2), + (271,149,84,2), + (273,150,84,2), + (317,174,84,3), + (367,200,84,3), + (184,99,85,3), + (274,150,85,3), + (469,255,85,3), + (677,372,85,3), + (729,401,85,3), + (788,435,85,3), + (910,544,85,2), + (523,286,86,3), + (685,376,86,3), + (947,581,86,2), + (115,63,87,3), + (512,280,87,3), + (696,383,87,3), + (951,585,87,2), + (214,116,88,3), + (252,138,88,3), + (658,361,88,3), + (715,394,88,3), + (176,95,89,3), + (89,49,90,3), + (873,507,90,2), + (903,537,90,2), + (54,31,91,3), + (363,198,91,3), + (717,395,91,3), + (749,413,91,3), + (948,582,91,2), + (450,245,92,3), + (825,459,92,2), + (18,11,93,3), + (66,37,93,3), + (250,137,93,3), + (348,190,93,3), + (431,235,93,3), + (763,420,93,3), + (924,558,93,2), + (102,56,94,3), + (110,60,94,3), + (241,132,94,3), + (630,345,94,3), + (709,391,94,3), + (926,560,94,2), + (83,46,95,3), + (172,93,95,3), + (350,191,95,3), + (632,346,95,3), + (737,406,95,3), + (917,551,95,2), + (192,104,96,3), + (292,160,96,3), + (932,566,96,2), + (312,171,97,3), + (535,293,97,3), + (559,306,97,3), + (641,351,97,3), + (482,263,98,3), + (871,505,98,2), + (901,535,98,2), + (39,23,99,3), + (580,317,99,3), + (842,476,99,2), + (843,477,99,2), + (844,478,99,2), + (845,479,99,2), + (846,480,99,2), + (43,25,100,3), + (864,498,100,2), + (894,528,100,2), + (60,34,101,3), + (87,48,101,3), + (170,92,101,3), + (330,181,101,3), + (371,202,101,3), + (533,292,101,3), + (575,314,101,3), + (795,439,101,3), + (930,564,101,2), + (847,481,103,2), + (958,592,103,2), + (931,565,104,2), + (909,543,109,2), + (876,510,110,2), + (906,540,110,2), + (850,484,114,2), + (880,514,114,2), + (923,557,121,2), + (922,556,123,2), + (921,555,124,2), + (943,577,130,2), + (275,151,131,2), + (276,152,131,2), + (278,153,131,2), + (280,154,131,2), + (282,155,131,2), + (284,156,131,2), + (286,157,131,2), + (288,158,131,2), + (289,159,131,2), + (291,160,131,2), + (293,161,131,2), + (295,162,131,2), + (297,163,131,2), + (299,164,131,2), + (301,165,131,2), + (303,166,131,2), + (304,167,131,2), + (306,168,131,2), + (308,169,131,2), + (310,170,131,2), + (311,171,131,2), + (313,172,131,2), + (315,173,131,2), + (316,174,131,2), + (318,175,131,2), + (320,176,131,2), + (322,177,131,2), + (323,178,131,2), + (325,179,131,2), + (327,180,131,2), + (329,181,131,2), + (331,182,131,2), + (333,183,131,2), + (335,184,131,2), + (337,185,131,2), + (339,186,131,2), + (341,187,131,2), + (343,188,131,2), + (345,189,131,2), + (347,190,131,2), + (349,191,131,2), + (351,192,131,2), + (353,193,131,2), + (354,194,131,2), + (356,195,131,2), + (358,196,131,2), + (360,197,131,2), + (362,198,131,2), + (364,199,131,2), + (366,200,131,2), + (368,201,131,2), + (370,202,131,2), + (372,203,131,2), + (374,204,131,2), + (376,205,131,2), + (378,206,131,2), + (379,207,131,2), + (381,208,131,2), + (382,209,131,2), + (384,210,131,2), + (386,211,131,2), + (388,212,131,2), + (390,213,131,2), + (391,214,131,2), + (393,215,131,2), + (395,216,131,2), + (397,217,131,2), + (399,218,131,2), + (401,219,131,2), + (403,220,131,2), + (405,221,131,2), + (407,222,131,2), + (409,223,131,2), + (411,224,131,2), + (413,225,131,2), + (414,226,131,2), + (415,227,131,2), + (417,228,131,2), + (419,229,131,2), + (421,230,131,2), + (423,231,131,2), + (425,232,131,2), + (427,233,131,2), + (429,234,131,2), + (430,235,131,2), + (432,236,131,2), + (434,237,131,2), + (436,238,131,2), + (438,239,131,2), + (440,240,131,2), + (442,241,131,2), + (444,242,131,2), + (445,243,131,2), + (447,244,131,2), + (449,245,131,2), + (451,246,131,2), + (452,247,131,2), + (454,248,131,2), + (456,249,131,2), + (458,250,131,2), + (460,251,131,2), + (462,252,131,2), + (464,253,131,2), + (466,254,131,2), + (468,255,131,2), + (470,256,131,2), + (472,257,131,2), + (473,258,131,2), + (475,259,131,2), + (477,260,131,2), + (479,261,131,2), + (480,262,131,2), + (481,263,131,2), + (483,264,131,2), + (485,265,131,2), + (487,266,131,2), + (489,267,131,2), + (490,268,131,2), + (492,269,131,2), + (493,270,131,2), + (494,271,131,2), + (496,272,131,2), + (498,273,131,2), + (500,274,131,2), + (502,275,131,2), + (504,276,131,2), + (506,277,131,2), + (508,278,131,2), + (509,279,131,2), + (511,280,131,2), + (513,281,131,2), + (514,282,131,2), + (516,283,131,2), + (518,284,131,2), + (520,285,131,2), + (522,286,131,2), + (524,287,131,2), + (526,288,131,2), + (528,289,131,2), + (529,290,131,2), + (530,291,131,2), + (532,292,131,2), + (534,293,131,2), + (536,294,131,2), + (538,295,131,2), + (540,296,131,2), + (541,297,131,2), + (543,298,131,2), + (545,299,131,2), + (547,300,131,2), + (857,491,131,2), + (887,521,131,2), + (856,490,133,2), + (886,520,133,2), + (870,504,134,2), + (900,534,134,2), + (875,509,136,2), + (905,539,136,2), + (877,511,138,2), + (907,541,138,2), + (861,495,147,2), + (891,525,147,2), + (918,552,148,2), + (862,496,150,2), + (892,526,150,2), + (954,588,150,2), + (944,578,151,2), + (874,508,152,2), + (904,538,152,2), + (937,571,153,2), + (911,545,155,2), + (872,506,157,2), + (902,536,157,2), + (912,546,160,2), + (936,570,165,2), + (933,567,166,2), + (919,553,169,2), + (935,569,173,2), + (868,502,175,2), + (898,532,175,2), + (934,568,176,2), + (867,501,180,2), + (897,531,180,2), + (938,572,181,2), + (869,503,182,2), + (899,533,182,2), + (953,587,190,2), + (849,483,194,2), + (879,513,194,2), + (915,549,199,2), + (950,584,201,2); /*!40000 ALTER TABLE `civicrm_activity_contact` ENABLE KEYS */; UNLOCK TABLES; @@ -1777,193 +1780,195 @@ UNLOCK TABLES; LOCK TABLES `civicrm_address` WRITE; /*!40000 ALTER TABLE `civicrm_address` DISABLE KEYS */; INSERT INTO `civicrm_address` (`id`, `contact_id`, `location_type_id`, `is_primary`, `is_billing`, `street_address`, `street_number`, `street_number_suffix`, `street_number_predirectional`, `street_name`, `street_type`, `street_number_postdirectional`, `street_unit`, `supplemental_address_1`, `supplemental_address_2`, `supplemental_address_3`, `city`, `county_id`, `state_province_id`, `postal_code_suffix`, `postal_code`, `usps_adc`, `country_id`, `geo_code_1`, `geo_code_2`, `manual_geo_code`, `timezone`, `name`, `master_id`) VALUES - (1,195,1,1,0,'380H Cadell Ln SW',380,'H',NULL,'Cadell','Ln','SW',NULL,NULL,NULL,NULL,'Rancho Cordova',1,1004,NULL,'95741',NULL,1228,38.377411,-121.444429,0,NULL,NULL,NULL), - (2,150,1,1,0,'263Q Maple Way S',263,'Q',NULL,'Maple','Way','S',NULL,NULL,NULL,NULL,'Heflin',1,1017,NULL,'71039',NULL,1228,32.429157,-93.29549,0,NULL,NULL,NULL), - (3,164,1,1,0,'499J Dowlen Dr S',499,'J',NULL,'Dowlen','Dr','S',NULL,NULL,NULL,NULL,'Ringold',1,1035,NULL,'74754',NULL,1228,34.199682,-95.12064,0,NULL,NULL,NULL), - (4,79,1,1,0,'641U Cadell Ln S',641,'U',NULL,'Cadell','Ln','S',NULL,NULL,NULL,NULL,'Portland',1,1036,NULL,'97204',NULL,1228,45.51854,-122.6755,0,NULL,NULL,NULL), - (5,60,1,1,0,'681Z Woodbridge Blvd N',681,'Z',NULL,'Woodbridge','Blvd','N',NULL,NULL,NULL,NULL,'Butler',1,1037,NULL,'16002',NULL,1228,40.818663,-79.86119,0,NULL,NULL,NULL), - (6,179,1,1,0,'163G Northpoint Ln W',163,'G',NULL,'Northpoint','Ln','W',NULL,NULL,NULL,NULL,'Afton',1,1021,NULL,'49705',NULL,1228,45.355074,-84.47898,0,NULL,NULL,NULL), - (7,31,1,1,0,'115D Van Ness Pl NW',115,'D',NULL,'Van Ness','Pl','NW',NULL,NULL,NULL,NULL,'Findley Lake',1,1031,NULL,'14736',NULL,1228,42.130247,-79.74933,0,NULL,NULL,NULL), - (8,101,1,1,0,'983A Main Ave NW',983,'A',NULL,'Main','Ave','NW',NULL,NULL,NULL,NULL,'North Apollo',1,1037,NULL,'15163',NULL,1228,40.588257,-79.554054,0,NULL,NULL,NULL), - (9,174,1,1,0,'51W Maple Dr NE',51,'W',NULL,'Maple','Dr','NE',NULL,NULL,NULL,NULL,'Cedarville',1,1021,NULL,'49719',NULL,1228,45.998074,-84.32615,0,NULL,NULL,NULL), - (10,162,1,1,0,'225J Van Ness Pl S',225,'J',NULL,'Van Ness','Pl','S',NULL,NULL,NULL,NULL,'Chama',1,1005,NULL,'81126',NULL,1228,37.175339,-105.34164,0,NULL,NULL,NULL), - (11,29,1,1,0,'924C Main Ave NW',924,'C',NULL,'Main','Ave','NW',NULL,NULL,NULL,NULL,'Sioux Falls',1,1040,NULL,'57194',NULL,1228,43.674582,-96.79134,0,NULL,NULL,NULL), - (12,154,1,1,0,'662I Northpoint Blvd NW',662,'I',NULL,'Northpoint','Blvd','NW',NULL,NULL,NULL,NULL,'Premont',1,1042,NULL,'78375',NULL,1228,27.368433,-98.12184,0,NULL,NULL,NULL), - (13,133,1,1,0,'529K Caulder Path W',529,'K',NULL,'Caulder','Path','W',NULL,NULL,NULL,NULL,'Toston',1,1025,NULL,'59643',NULL,1228,46.186442,-111.56253,0,NULL,NULL,NULL), - (14,184,1,1,0,'230K Jackson Way NE',230,'K',NULL,'Jackson','Way','NE',NULL,NULL,NULL,NULL,'Peetz',1,1005,NULL,'80747',NULL,1228,40.964518,-103.11162,0,NULL,NULL,NULL), - (15,199,1,1,0,'450B Pine St N',450,'B',NULL,'Pine','St','N',NULL,NULL,NULL,NULL,'Piercy',1,1004,NULL,'95587',NULL,1228,39.96266,-123.74471,0,NULL,NULL,NULL), - (16,161,1,1,0,'598C Green Blvd N',598,'C',NULL,'Green','Blvd','N',NULL,NULL,NULL,NULL,'Westminster',1,1042,NULL,'75485',NULL,1228,33.362227,-96.46299,0,NULL,NULL,NULL), - (17,136,1,1,0,'796S Northpoint Dr NE',796,'S',NULL,'Northpoint','Dr','NE',NULL,NULL,NULL,NULL,'Beaver',1,1047,NULL,'25813',NULL,1228,37.754656,-81.11304,0,NULL,NULL,NULL), - (18,67,1,1,0,'192W Main Rd N',192,'W',NULL,'Main','Rd','N',NULL,NULL,NULL,NULL,'Otter Lake',1,1021,NULL,'48464',NULL,1228,43.219132,-83.42227,0,NULL,NULL,NULL), - (19,81,1,1,0,'375Y Lincoln St E',375,'Y',NULL,'Lincoln','St','E',NULL,NULL,NULL,NULL,'Lincoln Park',1,1029,NULL,'07035',NULL,1228,40.923233,-74.29376,0,NULL,NULL,NULL), - (20,114,1,1,0,'295C Bay Dr NW',295,'C',NULL,'Bay','Dr','NW',NULL,NULL,NULL,NULL,'Anaheim',1,1004,NULL,'92816',NULL,1228,33.640302,-117.769442,0,NULL,NULL,NULL), - (21,35,1,1,0,'554K Woodbridge Path SE',554,'K',NULL,'Woodbridge','Path','SE',NULL,NULL,NULL,NULL,'Gilsum',1,1028,NULL,'03448',NULL,1228,43.055293,-72.26149,0,NULL,NULL,NULL), - (22,175,1,1,0,'486D Main Ave W',486,'D',NULL,'Main','Ave','W',NULL,NULL,NULL,NULL,'Cutler',1,1004,NULL,'93615',NULL,1228,36.506019,-119.2866,0,NULL,NULL,NULL), - (23,30,1,1,0,'391P Jackson Way W',391,'P',NULL,'Jackson','Way','W',NULL,NULL,NULL,NULL,'Paradox',1,1005,NULL,'81429',NULL,1228,38.371101,-108.969823,0,NULL,NULL,NULL), - (24,140,1,1,0,'448L Lincoln Rd S',448,'L',NULL,'Lincoln','Rd','S',NULL,NULL,NULL,NULL,'Stafford',1,1042,NULL,'77477',NULL,1228,29.626187,-95.57145,0,NULL,NULL,NULL), - (25,192,1,1,0,'293R Caulder Way E',293,'R',NULL,'Caulder','Way','E',NULL,NULL,NULL,NULL,'Bickleton',1,1046,NULL,'99322',NULL,1228,45.963054,-120.25547,0,NULL,NULL,NULL), - (26,145,1,1,0,'751W Green St N',751,'W',NULL,'Green','St','N',NULL,NULL,NULL,NULL,'Highland Park',1,1021,NULL,'48203',NULL,1228,42.421936,-83.09981,0,NULL,NULL,NULL), - (27,74,1,1,0,'426T Northpoint Blvd W',426,'T',NULL,'Northpoint','Blvd','W',NULL,NULL,NULL,NULL,'Sedona',1,1002,NULL,'86341',NULL,1228,34.776648,-111.76788,0,NULL,NULL,NULL), - (28,124,1,1,0,'266H Martin Luther King Ln N',266,'H',NULL,'Martin Luther King','Ln','N',NULL,NULL,NULL,NULL,'Granger',1,1013,NULL,'46305',NULL,1228,41.74486,-86.177059,0,NULL,NULL,NULL), - (29,165,1,1,0,'60T States Rd N',60,'T',NULL,'States','Rd','N',NULL,NULL,NULL,NULL,'The Lakes',1,1027,NULL,'89163',NULL,1228,35.927901,-114.972061,0,NULL,NULL,NULL), - (30,77,1,1,0,'14X Caulder Dr N',14,'X',NULL,'Caulder','Dr','N',NULL,NULL,NULL,NULL,'Mayfield',1,1035,NULL,'73656',NULL,1228,35.26946,-99.680146,0,NULL,NULL,NULL), - (31,201,1,1,0,'790D Martin Luther King Way NE',790,'D',NULL,'Martin Luther King','Way','NE',NULL,NULL,NULL,NULL,'San Antonio',1,1042,NULL,'78217',NULL,1228,29.543865,-98.41755,0,NULL,NULL,NULL), - (32,66,1,1,0,'370X Maple Blvd W',370,'X',NULL,'Maple','Blvd','W',NULL,NULL,NULL,NULL,'Laupahoehoe',1,1010,NULL,'96764',NULL,1228,19.983584,-155.25963,0,NULL,NULL,NULL), - (33,121,1,1,0,'808F El Camino Ave NE',808,'F',NULL,'El Camino','Ave','NE',NULL,NULL,NULL,NULL,'Waterville Valley',1,1028,NULL,'03215',NULL,1228,43.951304,-71.50336,0,NULL,NULL,NULL), - (34,127,1,1,0,'648X Jackson Way SW',648,'X',NULL,'Jackson','Way','SW',NULL,NULL,NULL,NULL,'Cuba',1,1031,NULL,'14727',NULL,1228,42.213216,-78.28649,0,NULL,NULL,NULL), - (35,176,1,1,0,'576H Van Ness Ln S',576,'H',NULL,'Van Ness','Ln','S',NULL,NULL,NULL,NULL,'Savannah',1,1009,NULL,'31421',NULL,1228,31.971394,-81.07156,0,NULL,NULL,NULL), - (36,83,1,1,0,'434R Caulder Dr SE',434,'R',NULL,'Caulder','Dr','SE',NULL,NULL,NULL,NULL,'Dalbo',1,1022,NULL,'55017',NULL,1228,45.677366,-93.42013,0,NULL,NULL,NULL), - (37,128,1,1,0,'247Y Northpoint Pl NW',247,'Y',NULL,'Northpoint','Pl','NW',NULL,NULL,NULL,NULL,'Pittsburg',1,1012,NULL,'62974',NULL,1228,37.780592,-88.82344,0,NULL,NULL,NULL), - (38,148,1,1,0,'358W Pine Pl SW',358,'W',NULL,'Pine','Pl','SW',NULL,NULL,NULL,NULL,'New Franklin',1,1024,NULL,'65274',NULL,1228,39.015654,-92.68811,0,NULL,NULL,NULL), - (39,88,1,1,0,'957U Van Ness Dr NW',957,'U',NULL,'Van Ness','Dr','NW',NULL,NULL,NULL,NULL,'La Crescent',1,1022,NULL,'55947',NULL,1228,43.829382,-91.33919,0,NULL,NULL,NULL), - (40,21,1,1,0,'105Y Main Blvd NE',105,'Y',NULL,'Main','Blvd','NE',NULL,NULL,NULL,NULL,'Salem',1,1000,NULL,'36874',NULL,1228,32.587751,-85.18539,0,NULL,NULL,NULL), - (41,170,1,1,0,'847W Northpoint Ln S',847,'W',NULL,'Northpoint','Ln','S',NULL,NULL,NULL,NULL,'Donnelly',1,1022,NULL,'56235',NULL,1228,45.697239,-96.01767,0,NULL,NULL,NULL), - (42,22,1,1,0,'426S El Camino Ln S',426,'S',NULL,'El Camino','Ln','S',NULL,NULL,NULL,NULL,'Camden',1,1018,NULL,'04840',NULL,1228,44.210119,-69.113626,0,NULL,NULL,NULL), - (43,147,1,1,0,'660C Caulder Rd N',660,'C',NULL,'Caulder','Rd','N',NULL,NULL,NULL,NULL,'Kingston',1,1028,NULL,'03848',NULL,1228,42.923643,-71.06236,0,NULL,NULL,NULL), - (44,196,1,1,0,'308M College Dr SE',308,'M',NULL,'College','Dr','SE',NULL,NULL,NULL,NULL,'Piney View',1,1047,NULL,'25906',NULL,1228,37.837573,-81.128631,0,NULL,NULL,NULL), - (45,142,1,1,0,'274D Northpoint Ave SE',274,'D',NULL,'Northpoint','Ave','SE',NULL,NULL,NULL,NULL,'Williamsburg',1,1034,NULL,'45176',NULL,1228,39.081436,-84.02906,0,NULL,NULL,NULL), - (46,47,1,1,0,'634T Pine Pl NE',634,'T',NULL,'Pine','Pl','NE',NULL,NULL,NULL,NULL,'Zoar',1,1034,NULL,'44697',NULL,1228,40.612253,-81.42168,0,NULL,NULL,NULL), - (47,4,1,1,0,'63D El Camino Blvd NE',63,'D',NULL,'El Camino','Blvd','NE',NULL,NULL,NULL,NULL,'Neptune',1,1029,NULL,'07753',NULL,1228,40.208945,-74.05261,0,NULL,NULL,NULL), - (48,34,1,1,0,'885Y Dowlen Way N',885,'Y',NULL,'Dowlen','Way','N',NULL,NULL,NULL,NULL,'Waterbury',1,1044,NULL,'05671',NULL,1228,44.259518,-72.585018,0,NULL,NULL,NULL), - (49,87,1,1,0,'427C El Camino Blvd N',427,'C',NULL,'El Camino','Blvd','N',NULL,NULL,NULL,NULL,'New Galilee',1,1037,NULL,'16141',NULL,1228,40.853014,-80.40181,0,NULL,NULL,NULL), - (50,52,1,1,0,'300M States Way SW',300,'M',NULL,'States','Way','SW',NULL,NULL,NULL,NULL,'Hoyt Lakes',1,1022,NULL,'55750',NULL,1228,47.517269,-92.0706,0,NULL,NULL,NULL), - (51,43,1,1,0,'223L Caulder Blvd SW',223,'L',NULL,'Caulder','Blvd','SW',NULL,NULL,NULL,NULL,'Pittsburgh',1,1037,NULL,'15207',NULL,1228,40.399355,-79.93414,0,NULL,NULL,NULL), - (52,143,1,1,0,'425H College Blvd SW',425,'H',NULL,'College','Blvd','SW',NULL,NULL,NULL,NULL,'Hillsdale',1,1015,NULL,'66036',NULL,1228,38.658068,-94.852061,0,NULL,NULL,NULL), - (53,16,1,1,0,'177N Jackson Blvd S',177,'N',NULL,'Jackson','Blvd','S',NULL,NULL,NULL,NULL,'Lake Isabella',1,1004,NULL,'93540',NULL,1228,35.60345,-118.476436,0,NULL,NULL,NULL), - (54,138,1,1,0,'101L Pine Way W',101,'L',NULL,'Pine','Way','W',NULL,NULL,NULL,NULL,'Jacksonville',1,1008,NULL,'32202',NULL,1228,30.328539,-81.65101,0,NULL,NULL,NULL), - (55,33,1,1,0,'594B Caulder Ave NW',594,'B',NULL,'Caulder','Ave','NW',NULL,NULL,NULL,NULL,'Hicksville',1,1031,NULL,'11802',NULL,1228,40.754757,-73.601772,0,NULL,NULL,NULL), - (56,118,1,1,0,'990F Pine Path NW',990,'F',NULL,'Pine','Path','NW',NULL,NULL,NULL,NULL,'Lake Park',1,1014,NULL,'51347',NULL,1228,43.437775,-95.31637,0,NULL,NULL,NULL), - (57,99,1,1,0,'503Y Beech Dr SE',503,'Y',NULL,'Beech','Dr','SE',NULL,NULL,NULL,NULL,'Welch',1,1022,NULL,'55089',NULL,1228,44.586242,-92.70293,0,NULL,NULL,NULL), - (58,20,1,1,0,'240E Caulder Ave E',240,'E',NULL,'Caulder','Ave','E',NULL,NULL,NULL,NULL,'Clarissa',1,1022,NULL,'56440',NULL,1228,46.129933,-94.95278,0,NULL,NULL,NULL), - (59,27,1,1,0,'813X Lincoln Blvd N',813,'X',NULL,'Lincoln','Blvd','N',NULL,NULL,NULL,NULL,'Urbana',1,1014,NULL,'52345',NULL,1228,42.222388,-91.87908,0,NULL,NULL,NULL), - (60,160,1,1,0,'154R Green Way N',154,'R',NULL,'Green','Way','N',NULL,NULL,NULL,NULL,'Bellmore',1,1013,NULL,'47830',NULL,1228,39.779078,-87.221819,0,NULL,NULL,NULL), - (61,7,1,1,0,'554Q Martin Luther King Ln S',554,'Q',NULL,'Martin Luther King','Ln','S',NULL,NULL,NULL,NULL,'New Boston',1,1024,NULL,'63557',NULL,1228,39.963355,-92.88684,0,NULL,NULL,NULL), - (62,181,1,1,0,'59R Cadell St SE',59,'R',NULL,'Cadell','St','SE',NULL,NULL,NULL,NULL,'Homeland',1,1004,NULL,'92548',NULL,1228,33.749656,-117.11706,0,NULL,NULL,NULL), - (63,55,1,1,0,'955T States Dr E',955,'T',NULL,'States','Dr','E',NULL,NULL,NULL,NULL,'Duncan',1,1035,NULL,'73536',NULL,1228,34.48532,-97.852223,0,NULL,NULL,NULL), - (64,85,1,1,0,'790N Maple St NE',790,'N',NULL,'Maple','St','NE',NULL,NULL,NULL,NULL,'Cathlamet',1,1046,NULL,'98612',NULL,1228,46.208318,-123.34624,0,NULL,NULL,NULL), - (65,41,1,1,0,'539P Beech Blvd NE',539,'P',NULL,'Beech','Blvd','NE',NULL,NULL,NULL,NULL,'Miami',1,1008,NULL,'33196',NULL,1228,25.650232,-80.45925,0,NULL,NULL,NULL), - (66,65,1,1,0,'817A Dowlen Dr N',817,'A',NULL,'Dowlen','Dr','N',NULL,NULL,NULL,NULL,'Unadilla',1,1009,NULL,'31091',NULL,1228,32.24473,-83.72075,0,NULL,NULL,NULL), - (67,100,1,1,0,'639Q El Camino Ave NE',639,'Q',NULL,'El Camino','Ave','NE',NULL,NULL,NULL,NULL,'Richmond',1,1045,NULL,'23238',NULL,1228,37.733844,-77.888082,0,NULL,NULL,NULL), - (68,93,1,1,0,'239D Martin Luther King Dr NE',239,'D',NULL,'Martin Luther King','Dr','NE',NULL,NULL,NULL,NULL,'Branson',1,1005,NULL,'81027',NULL,1228,37.095478,-103.84302,0,NULL,NULL,NULL), - (69,129,1,1,0,'564B College St E',564,'B',NULL,'College','St','E',NULL,NULL,NULL,NULL,'Santa Maria',1,1004,NULL,'93457',NULL,1228,34.836252,-120.53421,0,NULL,NULL,NULL), - (70,3,1,1,0,'369L Woodbridge Ave NE',369,'L',NULL,'Woodbridge','Ave','NE',NULL,NULL,NULL,NULL,'Mobile',1,1000,NULL,'36690',NULL,1228,30.658865,-88.177975,0,NULL,NULL,NULL), - (71,183,3,1,0,'719B Woodbridge St N',719,'B',NULL,'Woodbridge','St','N',NULL,'Urgent',NULL,NULL,'Bozeman',1,1025,NULL,'59719',NULL,1228,45.627982,-110.90128,0,NULL,NULL,NULL), - (72,94,2,1,0,'719B Woodbridge St N',719,'B',NULL,'Woodbridge','St','N',NULL,'Urgent',NULL,NULL,'Bozeman',1,1025,NULL,'59719',NULL,1228,45.627982,-110.90128,0,NULL,NULL,71), - (73,14,3,1,0,'469Y Dowlen Dr W',469,'Y',NULL,'Dowlen','Dr','W',NULL,'Payables Dept.',NULL,NULL,'Kiahsville',1,1047,NULL,'25534',NULL,1228,38.082632,-82.27115,0,NULL,NULL,NULL), - (74,56,2,1,0,'469Y Dowlen Dr W',469,'Y',NULL,'Dowlen','Dr','W',NULL,'Payables Dept.',NULL,NULL,'Kiahsville',1,1047,NULL,'25534',NULL,1228,38.082632,-82.27115,0,NULL,NULL,73), - (75,189,3,1,0,'63R Green Ave S',63,'R',NULL,'Green','Ave','S',NULL,'Churchgate',NULL,NULL,'La Fayette',1,1016,NULL,'42254',NULL,1228,36.657405,-87.65633,0,NULL,NULL,NULL), - (76,196,2,0,0,'63R Green Ave S',63,'R',NULL,'Green','Ave','S',NULL,'Churchgate',NULL,NULL,'La Fayette',1,1016,NULL,'42254',NULL,1228,36.657405,-87.65633,0,NULL,NULL,75), - (77,82,3,1,0,'538P Martin Luther King Way N',538,'P',NULL,'Martin Luther King','Way','N',NULL,'Urgent',NULL,NULL,'Niles',1,1021,NULL,'49120',NULL,1228,41.828055,-86.23981,0,NULL,NULL,NULL), - (78,174,2,0,0,'538P Martin Luther King Way N',538,'P',NULL,'Martin Luther King','Way','N',NULL,'Urgent',NULL,NULL,'Niles',1,1021,NULL,'49120',NULL,1228,41.828055,-86.23981,0,NULL,NULL,77), - (79,177,3,1,0,'178C Maple Path E',178,'C',NULL,'Maple','Path','E',NULL,'Urgent',NULL,NULL,'Eureka Springs',1,1003,NULL,'72632',NULL,1228,36.392122,-93.7476,0,NULL,NULL,NULL), - (80,164,2,0,0,'178C Maple Path E',178,'C',NULL,'Maple','Path','E',NULL,'Urgent',NULL,NULL,'Eureka Springs',1,1003,NULL,'72632',NULL,1228,36.392122,-93.7476,0,NULL,NULL,79), - (81,116,3,1,0,'955T Lincoln St W',955,'T',NULL,'Lincoln','St','W',NULL,'Editorial Dept',NULL,NULL,'Ono',1,1037,NULL,'17077',NULL,1228,40.406144,-76.52753,0,NULL,NULL,NULL), - (82,173,3,1,0,'49E Lincoln St SW',49,'E',NULL,'Lincoln','St','SW',NULL,'Attn: Development',NULL,NULL,'Montgomery',1,1021,NULL,'49255',NULL,1228,41.776287,-84.8376,0,NULL,NULL,NULL), - (83,142,2,0,0,'49E Lincoln St SW',49,'E',NULL,'Lincoln','St','SW',NULL,'Attn: Development',NULL,NULL,'Montgomery',1,1021,NULL,'49255',NULL,1228,41.776287,-84.8376,0,NULL,NULL,82), - (84,28,3,1,0,'504C Maple Ave E',504,'C',NULL,'Maple','Ave','E',NULL,'Disbursements',NULL,NULL,'Winston',1,1025,NULL,'59647',NULL,1228,46.45447,-111.650954,0,NULL,NULL,NULL), - (85,70,3,1,0,'210K College Blvd E',210,'K',NULL,'College','Blvd','E',NULL,'Churchgate',NULL,NULL,'Miami',1,1008,NULL,'33152',NULL,1228,25.795476,-80.312873,0,NULL,NULL,NULL), - (86,169,2,1,0,'210K College Blvd E',210,'K',NULL,'College','Blvd','E',NULL,'Churchgate',NULL,NULL,'Miami',1,1008,NULL,'33152',NULL,1228,25.795476,-80.312873,0,NULL,NULL,85), - (87,194,3,1,0,'976Z Martin Luther King Ln NW',976,'Z',NULL,'Martin Luther King','Ln','NW',NULL,'c/o PO Plus',NULL,NULL,'Scranton',1,1037,NULL,'18501',NULL,1228,41.401881,-75.637626,0,NULL,NULL,NULL), - (88,149,2,1,0,'976Z Martin Luther King Ln NW',976,'Z',NULL,'Martin Luther King','Ln','NW',NULL,'c/o PO Plus',NULL,NULL,'Scranton',1,1037,NULL,'18501',NULL,1228,41.401881,-75.637626,0,NULL,NULL,87), - (89,111,3,1,0,'814S States Blvd W',814,'S',NULL,'States','Blvd','W',NULL,'Attn: Development',NULL,NULL,'Bellwood',1,1037,NULL,'16617',NULL,1228,40.601566,-78.33361,0,NULL,NULL,NULL), - (90,151,3,1,0,'454A Second Dr SW',454,'A',NULL,'Second','Dr','SW',NULL,'Receiving',NULL,NULL,'Bloomery',1,1047,NULL,'26817',NULL,1228,39.344466,-78.38374,0,NULL,NULL,NULL), - (91,37,2,1,0,'454A Second Dr SW',454,'A',NULL,'Second','Dr','SW',NULL,'Receiving',NULL,NULL,'Bloomery',1,1047,NULL,'26817',NULL,1228,39.344466,-78.38374,0,NULL,NULL,90), - (92,112,3,1,0,'689N Dowlen Pl S',689,'N',NULL,'Dowlen','Pl','S',NULL,'Urgent',NULL,NULL,'Lovell',1,1049,NULL,'82431',NULL,1228,44.791974,-108.32833,0,NULL,NULL,NULL), - (93,91,2,1,0,'689N Dowlen Pl S',689,'N',NULL,'Dowlen','Pl','S',NULL,'Urgent',NULL,NULL,'Lovell',1,1049,NULL,'82431',NULL,1228,44.791974,-108.32833,0,NULL,NULL,92), - (94,13,3,1,0,'607Y Cadell Dr S',607,'Y',NULL,'Cadell','Dr','S',NULL,'Churchgate',NULL,NULL,'Montfort',1,1048,NULL,'53569',NULL,1228,42.989241,-90.43855,0,NULL,NULL,NULL), - (95,182,2,1,0,'607Y Cadell Dr S',607,'Y',NULL,'Cadell','Dr','S',NULL,'Churchgate',NULL,NULL,'Montfort',1,1048,NULL,'53569',NULL,1228,42.989241,-90.43855,0,NULL,NULL,94), - (96,102,3,1,0,'945C Main Rd NE',945,'C',NULL,'Main','Rd','NE',NULL,'Mailstop 101',NULL,NULL,'Ridge Spring',1,1039,NULL,'29129',NULL,1228,33.804368,-81.65577,0,NULL,NULL,NULL), - (97,11,3,1,0,'456G Pine Dr E',456,'G',NULL,'Pine','Dr','E',NULL,'Disbursements',NULL,NULL,'Lubbock',1,1042,NULL,'79413',NULL,1228,33.547735,-101.88881,0,NULL,NULL,NULL), - (98,24,3,1,0,'842X Martin Luther King St NE',842,'X',NULL,'Martin Luther King','St','NE',NULL,'Attn: Development',NULL,NULL,'Homerville',1,1034,NULL,'44235',NULL,1228,41.028815,-82.11496,0,NULL,NULL,NULL), - (99,171,2,1,0,'842X Martin Luther King St NE',842,'X',NULL,'Martin Luther King','St','NE',NULL,'Attn: Development',NULL,NULL,'Homerville',1,1034,NULL,'44235',NULL,1228,41.028815,-82.11496,0,NULL,NULL,98), - (100,39,3,1,0,'653O Second Path SW',653,'O',NULL,'Second','Path','SW',NULL,'Disbursements',NULL,NULL,'Sanger',1,1004,NULL,'93657',NULL,1228,36.72845,-119.53571,0,NULL,NULL,NULL), - (101,137,3,1,0,'510E Beech Ln E',510,'E',NULL,'Beech','Ln','E',NULL,'Attn: Development',NULL,NULL,'Wellersburg',1,1037,NULL,'15564',NULL,1228,39.729896,-78.844105,0,NULL,NULL,NULL), - (102,154,2,0,0,'510E Beech Ln E',510,'E',NULL,'Beech','Ln','E',NULL,'Attn: Development',NULL,NULL,'Wellersburg',1,1037,NULL,'15564',NULL,1228,39.729896,-78.844105,0,NULL,NULL,101), - (103,187,3,1,0,'257C Caulder St NE',257,'C',NULL,'Caulder','St','NE',NULL,'Disbursements',NULL,NULL,'Hooksett',1,1028,NULL,'03106',NULL,1228,43.058785,-71.44412,0,NULL,NULL,NULL), - (104,123,2,1,0,'257C Caulder St NE',257,'C',NULL,'Caulder','St','NE',NULL,'Disbursements',NULL,NULL,'Hooksett',1,1028,NULL,'03106',NULL,1228,43.058785,-71.44412,0,NULL,NULL,103), - (105,50,1,1,0,'223L Caulder Blvd SW',223,'L',NULL,'Caulder','Blvd','SW',NULL,NULL,NULL,NULL,'Pittsburgh',1,1037,NULL,'15207',NULL,1228,40.399355,-79.93414,0,NULL,NULL,51), - (106,122,1,1,0,'223L Caulder Blvd SW',223,'L',NULL,'Caulder','Blvd','SW',NULL,NULL,NULL,NULL,'Pittsburgh',1,1037,NULL,'15207',NULL,1228,40.399355,-79.93414,0,NULL,NULL,51), - (107,37,1,0,0,'223L Caulder Blvd SW',223,'L',NULL,'Caulder','Blvd','SW',NULL,NULL,NULL,NULL,'Pittsburgh',1,1037,NULL,'15207',NULL,1228,40.399355,-79.93414,0,NULL,NULL,51), - (108,106,1,1,0,'223L Caulder Blvd SW',223,'L',NULL,'Caulder','Blvd','SW',NULL,NULL,NULL,NULL,'Pittsburgh',1,1037,NULL,'15207',NULL,1228,40.399355,-79.93414,0,NULL,NULL,51), - (109,23,1,1,0,'425H College Blvd SW',425,'H',NULL,'College','Blvd','SW',NULL,NULL,NULL,NULL,'Hillsdale',1,1015,NULL,'66036',NULL,1228,38.658068,-94.852061,0,NULL,NULL,52), - (110,180,1,1,0,'425H College Blvd SW',425,'H',NULL,'College','Blvd','SW',NULL,NULL,NULL,NULL,'Hillsdale',1,1015,NULL,'66036',NULL,1228,38.658068,-94.852061,0,NULL,NULL,52), - (111,59,1,1,0,'425H College Blvd SW',425,'H',NULL,'College','Blvd','SW',NULL,NULL,NULL,NULL,'Hillsdale',1,1015,NULL,'66036',NULL,1228,38.658068,-94.852061,0,NULL,NULL,52), - (112,107,1,1,0,'425H College Blvd SW',425,'H',NULL,'College','Blvd','SW',NULL,NULL,NULL,NULL,'Hillsdale',1,1015,NULL,'66036',NULL,1228,38.658068,-94.852061,0,NULL,NULL,52), - (113,141,1,1,0,'177N Jackson Blvd S',177,'N',NULL,'Jackson','Blvd','S',NULL,NULL,NULL,NULL,'Lake Isabella',1,1004,NULL,'93540',NULL,1228,35.60345,-118.476436,0,NULL,NULL,53), - (114,17,1,1,0,'177N Jackson Blvd S',177,'N',NULL,'Jackson','Blvd','S',NULL,NULL,NULL,NULL,'Lake Isabella',1,1004,NULL,'93540',NULL,1228,35.60345,-118.476436,0,NULL,NULL,53), - (115,105,1,1,0,'177N Jackson Blvd S',177,'N',NULL,'Jackson','Blvd','S',NULL,NULL,NULL,NULL,'Lake Isabella',1,1004,NULL,'93540',NULL,1228,35.60345,-118.476436,0,NULL,NULL,53), - (116,58,1,1,0,'177N Jackson Blvd S',177,'N',NULL,'Jackson','Blvd','S',NULL,NULL,NULL,NULL,'Lake Isabella',1,1004,NULL,'93540',NULL,1228,35.60345,-118.476436,0,NULL,NULL,53), - (117,8,1,1,0,'101L Pine Way W',101,'L',NULL,'Pine','Way','W',NULL,NULL,NULL,NULL,'Jacksonville',1,1008,NULL,'32202',NULL,1228,30.328539,-81.65101,0,NULL,NULL,54), - (118,109,1,1,0,'101L Pine Way W',101,'L',NULL,'Pine','Way','W',NULL,NULL,NULL,NULL,'Jacksonville',1,1008,NULL,'32202',NULL,1228,30.328539,-81.65101,0,NULL,NULL,54), - (119,159,1,1,0,'101L Pine Way W',101,'L',NULL,'Pine','Way','W',NULL,NULL,NULL,NULL,'Jacksonville',1,1008,NULL,'32202',NULL,1228,30.328539,-81.65101,0,NULL,NULL,54), - (120,61,1,1,0,'101L Pine Way W',101,'L',NULL,'Pine','Way','W',NULL,NULL,NULL,NULL,'Jacksonville',1,1008,NULL,'32202',NULL,1228,30.328539,-81.65101,0,NULL,NULL,54), - (121,36,1,1,0,'594B Caulder Ave NW',594,'B',NULL,'Caulder','Ave','NW',NULL,NULL,NULL,NULL,'Hicksville',1,1031,NULL,'11802',NULL,1228,40.754757,-73.601772,0,NULL,NULL,55), - (122,103,1,1,0,'594B Caulder Ave NW',594,'B',NULL,'Caulder','Ave','NW',NULL,NULL,NULL,NULL,'Hicksville',1,1031,NULL,'11802',NULL,1228,40.754757,-73.601772,0,NULL,NULL,55), - (123,46,1,1,0,'594B Caulder Ave NW',594,'B',NULL,'Caulder','Ave','NW',NULL,NULL,NULL,NULL,'Hicksville',1,1031,NULL,'11802',NULL,1228,40.754757,-73.601772,0,NULL,NULL,55), - (124,182,1,0,0,'594B Caulder Ave NW',594,'B',NULL,'Caulder','Ave','NW',NULL,NULL,NULL,NULL,'Hicksville',1,1031,NULL,'11802',NULL,1228,40.754757,-73.601772,0,NULL,NULL,55), - (125,12,1,1,0,'990F Pine Path NW',990,'F',NULL,'Pine','Path','NW',NULL,NULL,NULL,NULL,'Lake Park',1,1014,NULL,'51347',NULL,1228,43.437775,-95.31637,0,NULL,NULL,56), - (126,56,1,0,0,'990F Pine Path NW',990,'F',NULL,'Pine','Path','NW',NULL,NULL,NULL,NULL,'Lake Park',1,1014,NULL,'51347',NULL,1228,43.437775,-95.31637,0,NULL,NULL,56), - (127,156,1,1,0,'990F Pine Path NW',990,'F',NULL,'Pine','Path','NW',NULL,NULL,NULL,NULL,'Lake Park',1,1014,NULL,'51347',NULL,1228,43.437775,-95.31637,0,NULL,NULL,56), - (128,110,1,1,0,'727X Caulder Pl SW',727,'X',NULL,'Caulder','Pl','SW',NULL,NULL,NULL,NULL,'Gober',1,1042,NULL,'75443',NULL,1228,33.469719,-96.111103,0,NULL,NULL,NULL), - (129,146,1,1,0,'503Y Beech Dr SE',503,'Y',NULL,'Beech','Dr','SE',NULL,NULL,NULL,NULL,'Welch',1,1022,NULL,'55089',NULL,1228,44.586242,-92.70293,0,NULL,NULL,57), - (130,92,1,1,0,'503Y Beech Dr SE',503,'Y',NULL,'Beech','Dr','SE',NULL,NULL,NULL,NULL,'Welch',1,1022,NULL,'55089',NULL,1228,44.586242,-92.70293,0,NULL,NULL,57), - (131,163,1,1,0,'503Y Beech Dr SE',503,'Y',NULL,'Beech','Dr','SE',NULL,NULL,NULL,NULL,'Welch',1,1022,NULL,'55089',NULL,1228,44.586242,-92.70293,0,NULL,NULL,57), - (132,190,1,1,0,'543I Pine Dr E',543,'I',NULL,'Pine','Dr','E',NULL,NULL,NULL,NULL,'Chatsworth',1,1012,NULL,'60921',NULL,1228,40.757447,-88.29306,0,NULL,NULL,NULL), - (133,191,1,1,0,'240E Caulder Ave E',240,'E',NULL,'Caulder','Ave','E',NULL,NULL,NULL,NULL,'Clarissa',1,1022,NULL,'56440',NULL,1228,46.129933,-94.95278,0,NULL,NULL,58), - (134,18,1,1,0,'240E Caulder Ave E',240,'E',NULL,'Caulder','Ave','E',NULL,NULL,NULL,NULL,'Clarissa',1,1022,NULL,'56440',NULL,1228,46.129933,-94.95278,0,NULL,NULL,58), - (135,125,1,1,0,'240E Caulder Ave E',240,'E',NULL,'Caulder','Ave','E',NULL,NULL,NULL,NULL,'Clarissa',1,1022,NULL,'56440',NULL,1228,46.129933,-94.95278,0,NULL,NULL,58), - (136,185,1,1,0,'692T Beech Rd NE',692,'T',NULL,'Beech','Rd','NE',NULL,NULL,NULL,NULL,'Slate Run',1,1037,NULL,'17769',NULL,1228,41.33275,-77.023601,0,NULL,NULL,NULL), - (137,6,1,1,0,'813X Lincoln Blvd N',813,'X',NULL,'Lincoln','Blvd','N',NULL,NULL,NULL,NULL,'Urbana',1,1014,NULL,'52345',NULL,1228,42.222388,-91.87908,0,NULL,NULL,59), - (138,89,1,1,0,'813X Lincoln Blvd N',813,'X',NULL,'Lincoln','Blvd','N',NULL,NULL,NULL,NULL,'Urbana',1,1014,NULL,'52345',NULL,1228,42.222388,-91.87908,0,NULL,NULL,59), - (139,71,1,1,0,'813X Lincoln Blvd N',813,'X',NULL,'Lincoln','Blvd','N',NULL,NULL,NULL,NULL,'Urbana',1,1014,NULL,'52345',NULL,1228,42.222388,-91.87908,0,NULL,NULL,59), - (140,80,1,1,0,'813X Lincoln Blvd N',813,'X',NULL,'Lincoln','Blvd','N',NULL,NULL,NULL,NULL,'Urbana',1,1014,NULL,'52345',NULL,1228,42.222388,-91.87908,0,NULL,NULL,59), - (141,193,1,1,0,'154R Green Way N',154,'R',NULL,'Green','Way','N',NULL,NULL,NULL,NULL,'Bellmore',1,1013,NULL,'47830',NULL,1228,39.779078,-87.221819,0,NULL,NULL,60), - (142,54,1,1,0,'154R Green Way N',154,'R',NULL,'Green','Way','N',NULL,NULL,NULL,NULL,'Bellmore',1,1013,NULL,'47830',NULL,1228,39.779078,-87.221819,0,NULL,NULL,60), - (143,153,1,1,0,'154R Green Way N',154,'R',NULL,'Green','Way','N',NULL,NULL,NULL,NULL,'Bellmore',1,1013,NULL,'47830',NULL,1228,39.779078,-87.221819,0,NULL,NULL,60), - (144,126,1,1,0,'952B Cadell Way SE',952,'B',NULL,'Cadell','Way','SE',NULL,NULL,NULL,NULL,'West Greenwich',1,1038,NULL,'02817',NULL,1228,41.625874,-71.67023,0,NULL,NULL,NULL), - (145,135,1,1,0,'554Q Martin Luther King Ln S',554,'Q',NULL,'Martin Luther King','Ln','S',NULL,NULL,NULL,NULL,'New Boston',1,1024,NULL,'63557',NULL,1228,39.963355,-92.88684,0,NULL,NULL,61), - (146,131,1,1,0,'554Q Martin Luther King Ln S',554,'Q',NULL,'Martin Luther King','Ln','S',NULL,NULL,NULL,NULL,'New Boston',1,1024,NULL,'63557',NULL,1228,39.963355,-92.88684,0,NULL,NULL,61), - (147,25,1,1,0,'554Q Martin Luther King Ln S',554,'Q',NULL,'Martin Luther King','Ln','S',NULL,NULL,NULL,NULL,'New Boston',1,1024,NULL,'63557',NULL,1228,39.963355,-92.88684,0,NULL,NULL,61), - (148,91,1,0,0,'554Q Martin Luther King Ln S',554,'Q',NULL,'Martin Luther King','Ln','S',NULL,NULL,NULL,NULL,'New Boston',1,1024,NULL,'63557',NULL,1228,39.963355,-92.88684,0,NULL,NULL,61), - (149,64,1,1,0,'59R Cadell St SE',59,'R',NULL,'Cadell','St','SE',NULL,NULL,NULL,NULL,'Homeland',1,1004,NULL,'92548',NULL,1228,33.749656,-117.11706,0,NULL,NULL,62), - (150,119,1,1,0,'59R Cadell St SE',59,'R',NULL,'Cadell','St','SE',NULL,NULL,NULL,NULL,'Homeland',1,1004,NULL,'92548',NULL,1228,33.749656,-117.11706,0,NULL,NULL,62), - (151,57,1,1,0,'59R Cadell St SE',59,'R',NULL,'Cadell','St','SE',NULL,NULL,NULL,NULL,'Homeland',1,1004,NULL,'92548',NULL,1228,33.749656,-117.11706,0,NULL,NULL,62), - (152,26,1,1,0,'59R Cadell St SE',59,'R',NULL,'Cadell','St','SE',NULL,NULL,NULL,NULL,'Homeland',1,1004,NULL,'92548',NULL,1228,33.749656,-117.11706,0,NULL,NULL,62), - (153,115,1,1,0,'955T States Dr E',955,'T',NULL,'States','Dr','E',NULL,NULL,NULL,NULL,'Duncan',1,1035,NULL,'73536',NULL,1228,34.48532,-97.852223,0,NULL,NULL,63), - (154,2,1,1,0,'955T States Dr E',955,'T',NULL,'States','Dr','E',NULL,NULL,NULL,NULL,'Duncan',1,1035,NULL,'73536',NULL,1228,34.48532,-97.852223,0,NULL,NULL,63), - (155,172,1,1,0,'955T States Dr E',955,'T',NULL,'States','Dr','E',NULL,NULL,NULL,NULL,'Duncan',1,1035,NULL,'73536',NULL,1228,34.48532,-97.852223,0,NULL,NULL,63), - (156,62,1,1,0,'428F Van Ness Ln SE',428,'F',NULL,'Van Ness','Ln','SE',NULL,NULL,NULL,NULL,'Blue Hill',1,1026,NULL,'68930',NULL,1228,40.284783,-98.43446,0,NULL,NULL,NULL), - (157,84,1,1,0,'790N Maple St NE',790,'N',NULL,'Maple','St','NE',NULL,NULL,NULL,NULL,'Cathlamet',1,1046,NULL,'98612',NULL,1228,46.208318,-123.34624,0,NULL,NULL,64), - (158,169,1,0,0,'790N Maple St NE',790,'N',NULL,'Maple','St','NE',NULL,NULL,NULL,NULL,'Cathlamet',1,1046,NULL,'98612',NULL,1228,46.208318,-123.34624,0,NULL,NULL,64), - (159,49,1,1,0,'790N Maple St NE',790,'N',NULL,'Maple','St','NE',NULL,NULL,NULL,NULL,'Cathlamet',1,1046,NULL,'98612',NULL,1228,46.208318,-123.34624,0,NULL,NULL,64), - (160,5,1,1,0,'790N Maple St NE',790,'N',NULL,'Maple','St','NE',NULL,NULL,NULL,NULL,'Cathlamet',1,1046,NULL,'98612',NULL,1228,46.208318,-123.34624,0,NULL,NULL,64), - (161,95,1,1,0,'539P Beech Blvd NE',539,'P',NULL,'Beech','Blvd','NE',NULL,NULL,NULL,NULL,'Miami',1,1008,NULL,'33196',NULL,1228,25.650232,-80.45925,0,NULL,NULL,65), - (162,167,1,1,0,'539P Beech Blvd NE',539,'P',NULL,'Beech','Blvd','NE',NULL,NULL,NULL,NULL,'Miami',1,1008,NULL,'33196',NULL,1228,25.650232,-80.45925,0,NULL,NULL,65), - (163,120,1,1,0,'539P Beech Blvd NE',539,'P',NULL,'Beech','Blvd','NE',NULL,NULL,NULL,NULL,'Miami',1,1008,NULL,'33196',NULL,1228,25.650232,-80.45925,0,NULL,NULL,65), - (164,157,1,1,0,'539P Beech Blvd NE',539,'P',NULL,'Beech','Blvd','NE',NULL,NULL,NULL,NULL,'Miami',1,1008,NULL,'33196',NULL,1228,25.650232,-80.45925,0,NULL,NULL,65), - (165,42,1,1,0,'817A Dowlen Dr N',817,'A',NULL,'Dowlen','Dr','N',NULL,NULL,NULL,NULL,'Unadilla',1,1009,NULL,'31091',NULL,1228,32.24473,-83.72075,0,NULL,NULL,66), - (166,19,1,1,0,'817A Dowlen Dr N',817,'A',NULL,'Dowlen','Dr','N',NULL,NULL,NULL,NULL,'Unadilla',1,1009,NULL,'31091',NULL,1228,32.24473,-83.72075,0,NULL,NULL,66), - (167,178,1,1,0,'817A Dowlen Dr N',817,'A',NULL,'Dowlen','Dr','N',NULL,NULL,NULL,NULL,'Unadilla',1,1009,NULL,'31091',NULL,1228,32.24473,-83.72075,0,NULL,NULL,66), - (168,155,1,1,0,'817A Dowlen Dr N',817,'A',NULL,'Dowlen','Dr','N',NULL,NULL,NULL,NULL,'Unadilla',1,1009,NULL,'31091',NULL,1228,32.24473,-83.72075,0,NULL,NULL,66), - (169,45,1,1,0,'639Q El Camino Ave NE',639,'Q',NULL,'El Camino','Ave','NE',NULL,NULL,NULL,NULL,'Richmond',1,1045,NULL,'23238',NULL,1228,37.733844,-77.888082,0,NULL,NULL,67), - (170,63,1,1,0,'639Q El Camino Ave NE',639,'Q',NULL,'El Camino','Ave','NE',NULL,NULL,NULL,NULL,'Richmond',1,1045,NULL,'23238',NULL,1228,37.733844,-77.888082,0,NULL,NULL,67), - (171,117,1,1,0,'639Q El Camino Ave NE',639,'Q',NULL,'El Camino','Ave','NE',NULL,NULL,NULL,NULL,'Richmond',1,1045,NULL,'23238',NULL,1228,37.733844,-77.888082,0,NULL,NULL,67), - (172,149,1,0,0,'347G Bay Rd E',347,'G',NULL,'Bay','Rd','E',NULL,NULL,NULL,NULL,'Lake Saint Louis',1,1024,NULL,'63367',NULL,1228,38.796601,-90.78525,0,NULL,NULL,NULL), - (173,158,1,1,0,'239D Martin Luther King Dr NE',239,'D',NULL,'Martin Luther King','Dr','NE',NULL,NULL,NULL,NULL,'Branson',1,1005,NULL,'81027',NULL,1228,37.095478,-103.84302,0,NULL,NULL,68), - (174,188,1,1,0,'239D Martin Luther King Dr NE',239,'D',NULL,'Martin Luther King','Dr','NE',NULL,NULL,NULL,NULL,'Branson',1,1005,NULL,'81027',NULL,1228,37.095478,-103.84302,0,NULL,NULL,68), - (175,168,1,1,0,'239D Martin Luther King Dr NE',239,'D',NULL,'Martin Luther King','Dr','NE',NULL,NULL,NULL,NULL,'Branson',1,1005,NULL,'81027',NULL,1228,37.095478,-103.84302,0,NULL,NULL,68), - (176,94,1,0,0,'601E Dowlen Dr E',601,'E',NULL,'Dowlen','Dr','E',NULL,NULL,NULL,NULL,'Holly Springs',1,1023,NULL,'38634',NULL,1228,34.74504,-89.484963,0,NULL,NULL,NULL), - (177,198,1,1,0,'564B College St E',564,'B',NULL,'College','St','E',NULL,NULL,NULL,NULL,'Santa Maria',1,1004,NULL,'93457',NULL,1228,34.836252,-120.53421,0,NULL,NULL,69), - (178,15,1,1,0,'564B College St E',564,'B',NULL,'College','St','E',NULL,NULL,NULL,NULL,'Santa Maria',1,1004,NULL,'93457',NULL,1228,34.836252,-120.53421,0,NULL,NULL,69), - (179,197,1,1,0,'564B College St E',564,'B',NULL,'College','St','E',NULL,NULL,NULL,NULL,'Santa Maria',1,1004,NULL,'93457',NULL,1228,34.836252,-120.53421,0,NULL,NULL,69), - (180,139,1,1,0,'920X Lincoln Dr NE',920,'X',NULL,'Lincoln','Dr','NE',NULL,NULL,NULL,NULL,'Two Harbors',1,1022,NULL,'55616',NULL,1228,47.077723,-91.66464,0,NULL,NULL,NULL), - (181,96,1,1,0,'369L Woodbridge Ave NE',369,'L',NULL,'Woodbridge','Ave','NE',NULL,NULL,NULL,NULL,'Mobile',1,1000,NULL,'36690',NULL,1228,30.658865,-88.177975,0,NULL,NULL,70), - (182,90,1,1,0,'369L Woodbridge Ave NE',369,'L',NULL,'Woodbridge','Ave','NE',NULL,NULL,NULL,NULL,'Mobile',1,1000,NULL,'36690',NULL,1228,30.658865,-88.177975,0,NULL,NULL,70), - (183,132,1,1,0,'369L Woodbridge Ave NE',369,'L',NULL,'Woodbridge','Ave','NE',NULL,NULL,NULL,NULL,'Mobile',1,1000,NULL,'36690',NULL,1228,30.658865,-88.177975,0,NULL,NULL,70), - (184,10,1,1,0,'846A Martin Luther King Blvd SE',846,'A',NULL,'Martin Luther King','Blvd','SE',NULL,NULL,NULL,NULL,'Jacobson',1,1022,NULL,'55752',NULL,1228,46.974237,-93.2632,0,NULL,NULL,NULL), - (185,NULL,1,1,1,'14S El Camino Way E',14,'S',NULL,'El Camino','Way',NULL,NULL,NULL,NULL,NULL,'Collinsville',NULL,1006,NULL,'6022',NULL,1228,41.8328,-72.9253,0,NULL,NULL,NULL), - (186,NULL,1,1,1,'11B Woodbridge Path SW',11,'B',NULL,'Woodbridge','Path',NULL,NULL,NULL,NULL,NULL,'Dayton',NULL,1034,NULL,'45417',NULL,1228,39.7531,-84.2471,0,NULL,NULL,NULL), - (187,NULL,1,1,1,'581O Lincoln Dr SW',581,'O',NULL,'Lincoln','Dr',NULL,NULL,NULL,NULL,NULL,'Santa Fe',NULL,1030,NULL,'87594',NULL,1228,35.5212,-105.982,0,NULL,NULL,NULL); + (1,68,1,1,0,'262X Bay Pl NE',262,'X',NULL,'Bay','Pl','NE',NULL,NULL,NULL,NULL,'Roxbury',1,1018,NULL,'04275',NULL,1228,44.727073,-70.6478,0,NULL,NULL,NULL), + (2,41,1,1,0,'173N States St S',173,'N',NULL,'States','St','S',NULL,NULL,NULL,NULL,'South Mansfield',1,1017,NULL,'71053',NULL,1228,32.048905,-93.608059,0,NULL,NULL,NULL), + (3,126,1,1,0,'490W El Camino Blvd N',490,'W',NULL,'El Camino','Blvd','N',NULL,NULL,NULL,NULL,'Crete',1,1026,NULL,'68333',NULL,1228,40.620175,-96.96099,0,NULL,NULL,NULL), + (4,161,1,1,0,'921K Northpoint Ave SW',921,'K',NULL,'Northpoint','Ave','SW',NULL,NULL,NULL,NULL,'Jamestown',1,1021,NULL,'49427',NULL,1228,42.826676,-85.844378,0,NULL,NULL,NULL), + (5,81,1,1,0,'376K Green Ave W',376,'K',NULL,'Green','Ave','W',NULL,NULL,NULL,NULL,'Beech Island',1,1039,NULL,'29842',NULL,1228,33.443562,-81.87994,0,NULL,NULL,NULL), + (6,168,1,1,0,'925G Pine Ln NE',925,'G',NULL,'Pine','Ln','NE',NULL,NULL,NULL,NULL,'Waveland',1,1013,NULL,'47989',NULL,1228,39.881586,-87.04635,0,NULL,NULL,NULL), + (7,13,1,1,0,'556Y Van Ness Way NW',556,'Y',NULL,'Van Ness','Way','NW',NULL,NULL,NULL,NULL,'Wilton',1,1000,NULL,'35187',NULL,1228,33.08104,-86.879328,0,NULL,NULL,NULL), + (8,50,1,1,0,'288K Jackson St NE',288,'K',NULL,'Jackson','St','NE',NULL,NULL,NULL,NULL,'Detroit',1,1021,NULL,'48206',NULL,1228,42.375787,-83.10849,0,NULL,NULL,NULL), + (9,94,1,1,0,'787X States Blvd W',787,'X',NULL,'States','Blvd','W',NULL,NULL,NULL,NULL,'Evansville',1,1013,NULL,'47730',NULL,1228,37.997128,-87.574963,0,NULL,NULL,NULL), + (10,63,1,1,0,'467N Pine Pl S',467,'N',NULL,'Pine','Pl','S',NULL,NULL,NULL,NULL,'Corrales',1,1030,NULL,'87048',NULL,1228,35.229614,-106.62141,0,NULL,NULL,NULL), + (11,44,1,1,0,'969Z El Camino Pl S',969,'Z',NULL,'El Camino','Pl','S',NULL,NULL,NULL,NULL,'Germantown',1,1041,NULL,'38183',NULL,1228,35.201738,-89.971538,0,NULL,NULL,NULL), + (12,169,1,1,0,'751M Jackson Rd SW',751,'M',NULL,'Jackson','Rd','SW',NULL,NULL,NULL,NULL,'Star City',1,1013,NULL,'46985',NULL,1228,40.950873,-86.57394,0,NULL,NULL,NULL), + (13,103,1,1,0,'206E Second St N',206,'E',NULL,'Second','St','N',NULL,NULL,NULL,NULL,'Williamstown',1,1047,NULL,'26187',NULL,1228,39.387718,-81.44585,0,NULL,NULL,NULL), + (14,120,1,1,0,'605L College Way N',605,'L',NULL,'College','Way','N',NULL,NULL,NULL,NULL,'Jackson',1,1023,NULL,'39211',NULL,1228,32.370544,-90.1297,0,NULL,NULL,NULL), + (15,100,1,1,0,'563A Northpoint Ave NW',563,'A',NULL,'Northpoint','Ave','NW',NULL,NULL,NULL,NULL,'Lynnwood',1,1046,NULL,'98046',NULL,1228,48.037258,-121.682271,0,NULL,NULL,NULL), + (16,159,1,1,0,'909Y Lincoln Pl N',909,'Y',NULL,'Lincoln','Pl','N',NULL,NULL,NULL,NULL,'Duenweg',1,1024,NULL,'64841',NULL,1228,37.081103,-94.41181,0,NULL,NULL,NULL), + (17,46,1,1,0,'770G Caulder Blvd SE',770,'G',NULL,'Caulder','Blvd','SE',NULL,NULL,NULL,NULL,'Fayette',1,1031,NULL,'13065',NULL,1228,42.822662,-76.80197,0,NULL,NULL,NULL), + (18,109,1,1,0,'372U Woodbridge St W',372,'U',NULL,'Woodbridge','St','W',NULL,NULL,NULL,NULL,'Croydon',1,1043,NULL,'84018',NULL,1228,41.084479,-111.53153,0,NULL,NULL,NULL), + (19,29,1,1,0,'612I Dowlen Way SW',612,'I',NULL,'Dowlen','Way','SW',NULL,NULL,NULL,NULL,'Trion',1,1009,NULL,'30753',NULL,1228,34.558404,-85.30301,0,NULL,NULL,NULL), + (20,180,1,1,0,'458R Beech Way NW',458,'R',NULL,'Beech','Way','NW',NULL,NULL,NULL,NULL,'Yerkes',1,1016,NULL,'41778',NULL,1228,37.279297,-83.3187,0,NULL,NULL,NULL), + (21,45,1,1,0,'903Q Bay Dr SE',903,'Q',NULL,'Bay','Dr','SE',NULL,NULL,NULL,NULL,'Baton Rouge',1,1017,NULL,'70813',NULL,1228,30.520111,-91.194863,0,NULL,NULL,NULL), + (22,54,1,1,0,'51R College Pl SW',51,'R',NULL,'College','Pl','SW',NULL,NULL,NULL,NULL,'Albert Lea',1,1022,NULL,'56007',NULL,1228,43.652042,-93.36916,0,NULL,NULL,NULL), + (23,35,1,1,0,'197W Dowlen Dr SE',197,'W',NULL,'Dowlen','Dr','SE',NULL,NULL,NULL,NULL,'Fairfield',1,1011,NULL,'83327',NULL,1228,43.365909,-114.77559,0,NULL,NULL,NULL), + (24,166,1,1,0,'40N Beech Path NW',40,'N',NULL,'Beech','Path','NW',NULL,NULL,NULL,NULL,'Old Ocean',1,1042,NULL,'77463',NULL,1228,29.135066,-95.78335,0,NULL,NULL,NULL), + (25,56,1,1,0,'553Q Main Way N',553,'Q',NULL,'Main','Way','N',NULL,NULL,NULL,NULL,'Long Island',1,1015,NULL,'67647',NULL,1228,39.947283,-99.53467,0,NULL,NULL,NULL), + (26,160,1,1,0,'267S Northpoint St SW',267,'S',NULL,'Northpoint','St','SW',NULL,NULL,NULL,NULL,'Bridgeton',1,1037,NULL,'18672',NULL,1228,40.540232,-75.104872,0,NULL,NULL,NULL), + (27,64,1,1,0,'829F Beech Dr E',829,'F',NULL,'Beech','Dr','E',NULL,NULL,NULL,NULL,'Hardaway',1,1000,NULL,'36039',NULL,1228,32.28032,-85.81979,0,NULL,NULL,NULL), + (28,150,1,1,0,'914S Van Ness Dr N',914,'S',NULL,'Van Ness','Dr','N',NULL,NULL,NULL,NULL,'Maxwell',1,1042,NULL,'78656',NULL,1228,29.887939,-97.83613,0,NULL,NULL,NULL), + (29,177,1,1,0,'831M Green Ln W',831,'M',NULL,'Green','Ln','W',NULL,NULL,NULL,NULL,'Sacramento',1,1004,NULL,'95824',NULL,1228,38.518356,-121.44378,0,NULL,NULL,NULL), + (30,171,1,1,0,'339T Dowlen Ave SW',339,'T',NULL,'Dowlen','Ave','SW',NULL,NULL,NULL,NULL,'College Grove',1,1041,NULL,'37046',NULL,1228,35.7557,-86.72272,0,NULL,NULL,NULL), + (31,20,1,1,0,'520Y Martin Luther King Pl SE',520,'Y',NULL,'Martin Luther King','Pl','SE',NULL,NULL,NULL,NULL,'Jacksonville',1,1042,NULL,'75766',NULL,1228,31.953855,-95.25281,0,NULL,NULL,NULL), + (32,172,1,1,0,'604I College St NE',604,'I',NULL,'College','St','NE',NULL,NULL,NULL,NULL,'Peru',1,1044,NULL,'05152',NULL,1228,43.24283,-72.88309,0,NULL,NULL,NULL), + (33,51,1,1,0,'868F States Path E',868,'F',NULL,'States','Path','E',NULL,NULL,NULL,NULL,'Glendale',1,1039,NULL,'29346',NULL,1228,35.044719,-81.977324,0,NULL,NULL,NULL), + (34,47,1,1,0,'985D Maple Blvd SW',985,'D',NULL,'Maple','Blvd','SW',NULL,NULL,NULL,NULL,'Lanesboro',1,1022,NULL,'55949',NULL,1228,43.70844,-91.95965,0,NULL,NULL,NULL), + (35,187,1,1,0,'261T Dowlen Ln SE',261,'T',NULL,'Dowlen','Ln','SE',NULL,NULL,NULL,NULL,'Hilton Head Island',1,1039,NULL,'29926',NULL,1228,32.226713,-80.74325,0,NULL,NULL,NULL), + (36,118,1,1,0,'315E College Blvd SE',315,'E',NULL,'College','Blvd','SE',NULL,NULL,NULL,NULL,'Roseville',1,1012,NULL,'61473',NULL,1228,40.70595,-90.65724,0,NULL,NULL,NULL), + (37,134,1,1,0,'162N College Dr E',162,'N',NULL,'College','Dr','E',NULL,NULL,NULL,NULL,'Sand Lake',1,1021,NULL,'49343',NULL,1228,43.291089,-85.50812,0,NULL,NULL,NULL), + (38,195,1,1,0,'435S Bay Rd N',435,'S',NULL,'Bay','Rd','N',NULL,NULL,NULL,NULL,'Cincinnati',1,1034,NULL,'45224',NULL,1228,39.204959,-84.53734,0,NULL,NULL,NULL), + (39,194,1,1,0,'18X Bay Pl NE',18,'X',NULL,'Bay','Pl','NE',NULL,NULL,NULL,NULL,'Lebanon',1,1012,NULL,'62254',NULL,1228,38.601648,-89.81317,0,NULL,NULL,NULL), + (40,154,1,1,0,'492E Green Pl SE',492,'E',NULL,'Green','Pl','SE',NULL,NULL,NULL,NULL,'Bowie',1,1019,NULL,'20719',NULL,1228,38.833563,-76.877743,0,NULL,NULL,NULL), + (41,182,1,1,0,'361B El Camino Ave N',361,'B',NULL,'El Camino','Ave','N',NULL,NULL,NULL,NULL,'Salem',1,1036,NULL,'97310',NULL,1228,44.927141,-122.986105,0,NULL,NULL,NULL), + (42,117,1,1,0,'727E College Path E',727,'E',NULL,'College','Path','E',NULL,NULL,NULL,NULL,'Hattieville',1,1003,NULL,'72063',NULL,1228,35.320423,-92.7496,0,NULL,NULL,NULL), + (43,2,1,1,0,'734I Lincoln Ave S',734,'I',NULL,'Lincoln','Ave','S',NULL,NULL,NULL,NULL,'Grinnell',1,1015,NULL,'67738',NULL,1228,39.042757,-100.64563,0,NULL,NULL,NULL), + (44,137,1,1,0,'805I Caulder Ln N',805,'I',NULL,'Caulder','Ln','N',NULL,NULL,NULL,NULL,'Fort Riley',1,1015,NULL,'66442',NULL,1228,39.074628,-96.80662,0,NULL,NULL,NULL), + (45,181,1,1,0,'714A Northpoint St NE',714,'A',NULL,'Northpoint','St','NE',NULL,NULL,NULL,NULL,'Norton',1,1047,NULL,'26285',NULL,1228,38.934414,-79.96518,0,NULL,NULL,NULL), + (46,143,1,1,0,'282O Van Ness Ave NW',282,'O',NULL,'Van Ness','Ave','NW',NULL,NULL,NULL,NULL,'Jackson',1,1021,NULL,'49203',NULL,1228,42.227536,-84.40913,0,NULL,NULL,NULL), + (47,199,1,1,0,'264K Caulder Blvd SE',264,'K',NULL,'Caulder','Blvd','SE',NULL,NULL,NULL,NULL,'Herndon',1,1045,NULL,'20170',NULL,1228,38.977109,-77.38527,0,NULL,NULL,NULL), + (48,141,1,1,0,'896W Maple Path W',896,'W',NULL,'Maple','Path','W',NULL,NULL,NULL,NULL,'Charlotte',1,1032,NULL,'28213',NULL,1228,35.280464,-80.75678,0,NULL,NULL,NULL), + (49,153,1,1,0,'806E States Pl E',806,'E',NULL,'States','Pl','E',NULL,NULL,NULL,NULL,'Great Falls',1,1039,NULL,'29055',NULL,1228,34.569908,-80.90972,0,NULL,NULL,NULL), + (50,83,1,1,0,'552W Pine Ave NE',552,'W',NULL,'Pine','Ave','NE',NULL,NULL,NULL,NULL,'Melrose Park',1,1012,NULL,'60160',NULL,1228,41.89988,-87.85978,0,NULL,NULL,NULL), + (51,17,1,1,0,'266X Van Ness Way NE',266,'X',NULL,'Van Ness','Way','NE',NULL,NULL,NULL,NULL,'Little Rock Air Force Base',1,1003,NULL,'72099',NULL,1228,34.908539,-92.11722,0,NULL,NULL,NULL), + (52,105,1,1,0,'460M El Camino Ln N',460,'M',NULL,'El Camino','Ln','N',NULL,NULL,NULL,NULL,'Owendale',1,1021,NULL,'48754',NULL,1228,43.736747,-83.24746,0,NULL,NULL,NULL), + (53,4,1,1,0,'103M States Blvd SE',103,'M',NULL,'States','Blvd','SE',NULL,NULL,NULL,NULL,'Ragan',1,1026,NULL,'68969',NULL,1228,40.176513,-99.404864,0,NULL,NULL,NULL), + (54,19,1,1,0,'36Y Pine Path N',36,'Y',NULL,'Pine','Path','N',NULL,NULL,NULL,NULL,'New Munich',1,1022,NULL,'56356',NULL,1228,45.628804,-94.75466,0,NULL,NULL,NULL), + (55,193,1,1,0,'773G Jackson Rd W',773,'G',NULL,'Jackson','Rd','W',NULL,NULL,NULL,NULL,'Grasston',1,1022,NULL,'55030',NULL,1228,45.842603,-93.11924,0,NULL,NULL,NULL), + (56,151,1,1,0,'558O States Way N',558,'O',NULL,'States','Way','N',NULL,NULL,NULL,NULL,'Mound Valley',1,1015,NULL,'67354',NULL,1228,37.200877,-95.41003,0,NULL,NULL,NULL), + (57,24,1,1,0,'859Z Main Blvd N',859,'Z',NULL,'Main','Blvd','N',NULL,NULL,NULL,NULL,'Franklin',1,1044,NULL,'05457',NULL,1228,44.961552,-72.89351,0,NULL,NULL,NULL), + (58,70,1,1,0,'32Z Bay Dr E',32,'Z',NULL,'Bay','Dr','E',NULL,NULL,NULL,NULL,'Denver',1,1005,NULL,'80255',NULL,1228,39.738752,-104.408349,0,NULL,NULL,NULL), + (59,86,1,1,0,'38O Woodbridge Ave SW',38,'O',NULL,'Woodbridge','Ave','SW',NULL,NULL,NULL,NULL,'Hereford',1,1005,NULL,'80732',NULL,1228,40.975104,-104.305265,0,NULL,NULL,NULL), + (60,27,1,1,0,'520X Northpoint Rd W',520,'X',NULL,'Northpoint','Rd','W',NULL,NULL,NULL,NULL,'Mount Aetna',1,1037,NULL,'19544',NULL,1228,40.418864,-76.29564,0,NULL,NULL,NULL), + (61,87,1,1,0,'842Q Van Ness Dr N',842,'Q',NULL,'Van Ness','Dr','N',NULL,NULL,NULL,NULL,'Knoxville',1,1041,NULL,'37924',NULL,1228,36.029987,-83.80705,0,NULL,NULL,NULL), + (62,198,1,1,0,'980E Beech Dr SE',980,'E',NULL,'Beech','Dr','SE',NULL,NULL,NULL,NULL,'Sebring',1,1008,NULL,'33876',NULL,1228,27.436826,-81.35515,0,NULL,NULL,NULL), + (63,185,1,1,0,'246S Pine Path NE',246,'S',NULL,'Pine','Path','NE',NULL,NULL,NULL,NULL,'Russellville',1,1003,NULL,'72822',NULL,1228,35.329457,-93.112368,0,NULL,NULL,NULL), + (64,124,1,1,0,'312Y Second Rd N',312,'Y',NULL,'Second','Rd','N',NULL,NULL,NULL,NULL,'Oakwood',1,1012,NULL,'61858',NULL,1228,40.121098,-87.74657,0,NULL,NULL,NULL), + (65,7,1,1,0,'53Y Maple Rd E',53,'Y',NULL,'Maple','Rd','E',NULL,NULL,NULL,NULL,'Whitten',1,1014,NULL,'50269',NULL,1228,42.261478,-93.00738,0,NULL,NULL,NULL), + (66,162,1,1,0,'858J Dowlen Pl W',858,'J',NULL,'Dowlen','Pl','W',NULL,NULL,NULL,NULL,'Huntingdon Valley',1,1037,NULL,'19006',NULL,1228,40.129509,-75.06115,0,NULL,NULL,NULL), + (67,149,1,1,0,'472Q Beech Path N',472,'Q',NULL,'Beech','Path','N',NULL,NULL,NULL,NULL,'Lorena',1,1042,NULL,'76655',NULL,1228,31.393062,-97.16178,0,NULL,NULL,NULL), + (68,79,1,1,0,'18O Pine Dr E',18,'O',NULL,'Pine','Dr','E',NULL,NULL,NULL,NULL,'Hingham',1,1025,NULL,'59528',NULL,1228,48.555089,-110.41769,0,NULL,NULL,NULL), + (69,128,1,1,0,'69Y El Camino Way N',69,'Y',NULL,'El Camino','Way','N',NULL,NULL,NULL,NULL,'Tempe',1,1002,NULL,'85280',NULL,1228,33.401395,-111.931298,0,NULL,NULL,NULL), + (70,59,1,1,0,'300L Green Pl W',300,'L',NULL,'Green','Pl','W',NULL,NULL,NULL,NULL,'Ravena',1,1031,NULL,'12143',NULL,1228,42.46915,-73.82956,0,NULL,NULL,NULL), + (71,39,1,1,0,'924C Van Ness Ave NW',924,'C',NULL,'Van Ness','Ave','NW',NULL,NULL,NULL,NULL,'Pomona',1,1029,NULL,'08240',NULL,1228,39.487717,-74.554334,0,NULL,NULL,NULL), + (72,191,1,1,0,'961N Lincoln Blvd S',961,'N',NULL,'Lincoln','Blvd','S',NULL,NULL,NULL,NULL,'Harlan',1,1013,NULL,'46743',NULL,1228,41.215338,-84.85575,0,NULL,NULL,NULL), + (73,192,1,1,0,'764I Jackson Pl SW',764,'I',NULL,'Jackson','Pl','SW',NULL,NULL,NULL,NULL,'Clam Gulch',1,1001,NULL,'99568',NULL,1228,60.23458,-151.3934,0,NULL,NULL,NULL), + (74,165,3,1,0,'371H Bay Path S',371,'H',NULL,'Bay','Path','S',NULL,'Attn: Accounting',NULL,NULL,'Norwood',1,1024,NULL,'65717',NULL,1228,37.093694,-92.41231,0,NULL,NULL,NULL), + (75,96,2,1,0,'371H Bay Path S',371,'H',NULL,'Bay','Path','S',NULL,'Attn: Accounting',NULL,NULL,'Norwood',1,1024,NULL,'65717',NULL,1228,37.093694,-92.41231,0,NULL,NULL,74), + (76,140,3,1,0,'64M Maple Blvd NE',64,'M',NULL,'Maple','Blvd','NE',NULL,'Attn: Accounting',NULL,NULL,'Kendleton',1,1042,NULL,'77451',NULL,1228,29.447947,-96.0007,0,NULL,NULL,NULL), + (77,122,2,1,0,'64M Maple Blvd NE',64,'M',NULL,'Maple','Blvd','NE',NULL,'Attn: Accounting',NULL,NULL,'Kendleton',1,1042,NULL,'77451',NULL,1228,29.447947,-96.0007,0,NULL,NULL,76), + (78,48,3,1,0,'203L Dowlen Way E',203,'L',NULL,'Dowlen','Way','E',NULL,'Mailstop 101',NULL,NULL,'Greensboro',1,1009,NULL,'30652',NULL,1228,33.559342,-83.364156,0,NULL,NULL,NULL), + (79,106,2,1,0,'203L Dowlen Way E',203,'L',NULL,'Dowlen','Way','E',NULL,'Mailstop 101',NULL,NULL,'Greensboro',1,1009,NULL,'30652',NULL,1228,33.559342,-83.364156,0,NULL,NULL,78), + (80,167,3,1,0,'831Q Main Ln SE',831,'Q',NULL,'Main','Ln','SE',NULL,'Disbursements',NULL,NULL,'Saint George',1,1043,NULL,'84790',NULL,1228,37.075039,-113.55568,0,NULL,NULL,NULL), + (81,5,2,1,0,'831Q Main Ln SE',831,'Q',NULL,'Main','Ln','SE',NULL,'Disbursements',NULL,NULL,'Saint George',1,1043,NULL,'84790',NULL,1228,37.075039,-113.55568,0,NULL,NULL,80), + (82,75,3,1,0,'481I Pine Pl SE',481,'I',NULL,'Pine','Pl','SE',NULL,'Cuffe Parade',NULL,NULL,'Cherry Point',1,1032,NULL,'28533',NULL,1228,34.903793,-76.899976,0,NULL,NULL,NULL), + (83,42,2,1,0,'481I Pine Pl SE',481,'I',NULL,'Pine','Pl','SE',NULL,'Cuffe Parade',NULL,NULL,'Cherry Point',1,1032,NULL,'28533',NULL,1228,34.903793,-76.899976,0,NULL,NULL,82), + (84,156,3,1,0,'883O Northpoint Blvd S',883,'O',NULL,'Northpoint','Blvd','S',NULL,'Subscriptions Dept',NULL,NULL,'Jackson',1,1023,NULL,'39283',NULL,1228,32.311287,-90.397157,0,NULL,NULL,NULL), + (85,17,2,0,0,'883O Northpoint Blvd S',883,'O',NULL,'Northpoint','Blvd','S',NULL,'Subscriptions Dept',NULL,NULL,'Jackson',1,1023,NULL,'39283',NULL,1228,32.311287,-90.397157,0,NULL,NULL,84), + (86,142,3,1,0,'901F Maple Ln SE',901,'F',NULL,'Maple','Ln','SE',NULL,'Community Relations',NULL,NULL,'Cottekill',1,1031,NULL,'12419',NULL,1228,41.852449,-74.10605,0,NULL,NULL,NULL), + (87,125,3,1,0,'861O College Blvd SE',861,'O',NULL,'College','Blvd','SE',NULL,'Community Relations',NULL,NULL,'Yorktown',1,1042,NULL,'78164',NULL,1228,28.988817,-97.51773,0,NULL,NULL,NULL), + (88,33,2,1,0,'861O College Blvd SE',861,'O',NULL,'College','Blvd','SE',NULL,'Community Relations',NULL,NULL,'Yorktown',1,1042,NULL,'78164',NULL,1228,28.988817,-97.51773,0,NULL,NULL,87), + (89,3,3,1,0,'126L Northpoint Ln NE',126,'L',NULL,'Northpoint','Ln','NE',NULL,'Cuffe Parade',NULL,NULL,'Revere',1,1024,NULL,'63465',NULL,1228,40.526542,-91.68075,0,NULL,NULL,NULL), + (90,110,2,1,0,'126L Northpoint Ln NE',126,'L',NULL,'Northpoint','Ln','NE',NULL,'Cuffe Parade',NULL,NULL,'Revere',1,1024,NULL,'63465',NULL,1228,40.526542,-91.68075,0,NULL,NULL,89), + (91,189,3,1,0,'465X Second Dr N',465,'X',NULL,'Second','Dr','N',NULL,'Community Relations',NULL,NULL,'Maple Shade',1,1029,NULL,'08052',NULL,1228,39.952212,-74.99464,0,NULL,NULL,NULL), + (92,51,2,0,0,'465X Second Dr N',465,'X',NULL,'Second','Dr','N',NULL,'Community Relations',NULL,NULL,'Maple Shade',1,1029,NULL,'08052',NULL,1228,39.952212,-74.99464,0,NULL,NULL,91), + (93,52,3,1,0,'63B Jackson Rd N',63,'B',NULL,'Jackson','Rd','N',NULL,'Attn: Development',NULL,NULL,'Aplington',1,1014,NULL,'50604',NULL,1228,42.606337,-92.8988,0,NULL,NULL,NULL), + (94,99,2,1,0,'63B Jackson Rd N',63,'B',NULL,'Jackson','Rd','N',NULL,'Attn: Development',NULL,NULL,'Aplington',1,1014,NULL,'50604',NULL,1228,42.606337,-92.8988,0,NULL,NULL,93), + (95,158,3,1,0,'310Q Lincoln Dr SW',310,'Q',NULL,'Lincoln','Dr','SW',NULL,'Community Relations',NULL,NULL,'Cave Spring',1,1009,NULL,'30124',NULL,1228,34.118206,-85.34001,0,NULL,NULL,NULL), + (96,116,3,1,0,'831P Lincoln Pl S',831,'P',NULL,'Lincoln','Pl','S',NULL,'Churchgate',NULL,NULL,'Exchange',1,1047,NULL,'26619',NULL,1228,38.788013,-80.73291,0,NULL,NULL,NULL), + (97,69,3,1,0,'978U Lincoln Ln S',978,'U',NULL,'Lincoln','Ln','S',NULL,'Community Relations',NULL,NULL,'Lyons',1,1048,NULL,'53148',NULL,1228,42.649557,-88.35965,0,NULL,NULL,NULL), + (98,43,2,1,0,'978U Lincoln Ln S',978,'U',NULL,'Lincoln','Ln','S',NULL,'Community Relations',NULL,NULL,'Lyons',1,1048,NULL,'53148',NULL,1228,42.649557,-88.35965,0,NULL,NULL,97), + (99,196,3,1,0,'529S Main Ln NW',529,'S',NULL,'Main','Ln','NW',NULL,'c/o OPDC',NULL,NULL,'Brownwood',1,1042,NULL,'76804',NULL,1228,31.77419,-99.09213,0,NULL,NULL,NULL), + (100,97,2,1,0,'529S Main Ln NW',529,'S',NULL,'Main','Ln','NW',NULL,'c/o OPDC',NULL,NULL,'Brownwood',1,1042,NULL,'76804',NULL,1228,31.77419,-99.09213,0,NULL,NULL,99), + (101,170,3,1,0,'399C El Camino Pl S',399,'C',NULL,'El Camino','Pl','S',NULL,'Urgent',NULL,NULL,'Cook',1,1022,NULL,'55723',NULL,1228,47.854987,-92.77077,0,NULL,NULL,NULL), + (102,14,3,1,0,'833A States Ln S',833,'A',NULL,'States','Ln','S',NULL,'Editorial Dept',NULL,NULL,'Friars Point',1,1023,NULL,'38631',NULL,1228,34.365436,-90.634,0,NULL,NULL,NULL), + (103,6,3,1,0,'426L Green Path SW',426,'L',NULL,'Green','Path','SW',NULL,'Receiving',NULL,NULL,'Dickinson',1,1042,NULL,'77537',NULL,1228,29.469835,-95.005317,0,NULL,NULL,NULL), + (104,164,3,1,0,'590O College Ave SE',590,'O',NULL,'College','Ave','SE',NULL,'Community Relations',NULL,NULL,'Chicago',1,1012,NULL,'60636',NULL,1228,41.776633,-87.66854,0,NULL,NULL,NULL), + (105,18,3,1,0,'259I Jackson Pl W',259,'I',NULL,'Jackson','Pl','W',NULL,'Disbursements',NULL,NULL,'Mayfield',1,1031,NULL,'12117',NULL,1228,43.146907,-74.23466,0,NULL,NULL,NULL), + (106,31,2,1,0,'259I Jackson Pl W',259,'I',NULL,'Jackson','Pl','W',NULL,'Disbursements',NULL,NULL,'Mayfield',1,1031,NULL,'12117',NULL,1228,43.146907,-74.23466,0,NULL,NULL,105), + (107,21,1,1,0,'36Y Pine Path N',36,'Y',NULL,'Pine','Path','N',NULL,NULL,NULL,NULL,'New Munich',1,1022,NULL,'56356',NULL,1228,45.628804,-94.75466,0,NULL,NULL,54), + (108,152,1,1,0,'36Y Pine Path N',36,'Y',NULL,'Pine','Path','N',NULL,NULL,NULL,NULL,'New Munich',1,1022,NULL,'56356',NULL,1228,45.628804,-94.75466,0,NULL,NULL,54), + (109,147,1,1,0,'36Y Pine Path N',36,'Y',NULL,'Pine','Path','N',NULL,NULL,NULL,NULL,'New Munich',1,1022,NULL,'56356',NULL,1228,45.628804,-94.75466,0,NULL,NULL,54), + (110,4,1,0,0,'148S Woodbridge Blvd N',148,'S',NULL,'Woodbridge','Blvd','N',NULL,NULL,NULL,NULL,'Paynes Creek',1,1004,NULL,'96075',NULL,1228,40.338253,-121.84025,0,NULL,NULL,NULL), + (111,201,1,1,0,'773G Jackson Rd W',773,'G',NULL,'Jackson','Rd','W',NULL,NULL,NULL,NULL,'Grasston',1,1022,NULL,'55030',NULL,1228,45.842603,-93.11924,0,NULL,NULL,55), + (112,43,1,0,0,'773G Jackson Rd W',773,'G',NULL,'Jackson','Rd','W',NULL,NULL,NULL,NULL,'Grasston',1,1022,NULL,'55030',NULL,1228,45.842603,-93.11924,0,NULL,NULL,55), + (113,15,1,1,0,'773G Jackson Rd W',773,'G',NULL,'Jackson','Rd','W',NULL,NULL,NULL,NULL,'Grasston',1,1022,NULL,'55030',NULL,1228,45.842603,-93.11924,0,NULL,NULL,55), + (114,127,1,1,0,'736S Pine Path SE',736,'S',NULL,'Pine','Path','SE',NULL,NULL,NULL,NULL,'Ponce',1,1056,NULL,'00731',NULL,1228,18.077329,-66.61192,0,NULL,NULL,NULL), + (115,163,1,1,0,'558O States Way N',558,'O',NULL,'States','Way','N',NULL,NULL,NULL,NULL,'Mound Valley',1,1015,NULL,'67354',NULL,1228,37.200877,-95.41003,0,NULL,NULL,56), + (116,91,1,1,0,'558O States Way N',558,'O',NULL,'States','Way','N',NULL,NULL,NULL,NULL,'Mound Valley',1,1015,NULL,'67354',NULL,1228,37.200877,-95.41003,0,NULL,NULL,56), + (117,67,1,1,0,'558O States Way N',558,'O',NULL,'States','Way','N',NULL,NULL,NULL,NULL,'Mound Valley',1,1015,NULL,'67354',NULL,1228,37.200877,-95.41003,0,NULL,NULL,56), + (118,188,1,1,0,'558O States Way N',558,'O',NULL,'States','Way','N',NULL,NULL,NULL,NULL,'Mound Valley',1,1015,NULL,'67354',NULL,1228,37.200877,-95.41003,0,NULL,NULL,56), + (119,102,1,1,0,'859Z Main Blvd N',859,'Z',NULL,'Main','Blvd','N',NULL,NULL,NULL,NULL,'Franklin',1,1044,NULL,'05457',NULL,1228,44.961552,-72.89351,0,NULL,NULL,57), + (120,145,1,1,0,'859Z Main Blvd N',859,'Z',NULL,'Main','Blvd','N',NULL,NULL,NULL,NULL,'Franklin',1,1044,NULL,'05457',NULL,1228,44.961552,-72.89351,0,NULL,NULL,57), + (121,176,1,1,0,'859Z Main Blvd N',859,'Z',NULL,'Main','Blvd','N',NULL,NULL,NULL,NULL,'Franklin',1,1044,NULL,'05457',NULL,1228,44.961552,-72.89351,0,NULL,NULL,57), + (122,65,1,1,0,'431V El Camino Pl S',431,'V',NULL,'El Camino','Pl','S',NULL,NULL,NULL,NULL,'Hinesburg',1,1044,NULL,'05461',NULL,1228,44.332217,-73.09254,0,NULL,NULL,NULL), + (123,84,1,1,0,'32Z Bay Dr E',32,'Z',NULL,'Bay','Dr','E',NULL,NULL,NULL,NULL,'Denver',1,1005,NULL,'80255',NULL,1228,39.738752,-104.408349,0,NULL,NULL,58), + (124,38,1,1,0,'32Z Bay Dr E',32,'Z',NULL,'Bay','Dr','E',NULL,NULL,NULL,NULL,'Denver',1,1005,NULL,'80255',NULL,1228,39.738752,-104.408349,0,NULL,NULL,58), + (125,174,1,1,0,'32Z Bay Dr E',32,'Z',NULL,'Bay','Dr','E',NULL,NULL,NULL,NULL,'Denver',1,1005,NULL,'80255',NULL,1228,39.738752,-104.408349,0,NULL,NULL,58), + (126,131,1,1,0,'32Z Bay Dr E',32,'Z',NULL,'Bay','Dr','E',NULL,NULL,NULL,NULL,'Denver',1,1005,NULL,'80255',NULL,1228,39.738752,-104.408349,0,NULL,NULL,58), + (127,55,1,1,0,'38O Woodbridge Ave SW',38,'O',NULL,'Woodbridge','Ave','SW',NULL,NULL,NULL,NULL,'Hereford',1,1005,NULL,'80732',NULL,1228,40.975104,-104.305265,0,NULL,NULL,59), + (128,144,1,1,0,'38O Woodbridge Ave SW',38,'O',NULL,'Woodbridge','Ave','SW',NULL,NULL,NULL,NULL,'Hereford',1,1005,NULL,'80732',NULL,1228,40.975104,-104.305265,0,NULL,NULL,59), + (129,72,1,1,0,'38O Woodbridge Ave SW',38,'O',NULL,'Woodbridge','Ave','SW',NULL,NULL,NULL,NULL,'Hereford',1,1005,NULL,'80732',NULL,1228,40.975104,-104.305265,0,NULL,NULL,59), + (130,178,1,1,0,'612M Van Ness Blvd SW',612,'M',NULL,'Van Ness','Blvd','SW',NULL,NULL,NULL,NULL,'Ridgeway',1,1047,NULL,'25440',NULL,1228,39.442661,-78.02628,0,NULL,NULL,NULL), + (131,183,1,1,0,'520X Northpoint Rd W',520,'X',NULL,'Northpoint','Rd','W',NULL,NULL,NULL,NULL,'Mount Aetna',1,1037,NULL,'19544',NULL,1228,40.418864,-76.29564,0,NULL,NULL,60), + (132,82,1,1,0,'520X Northpoint Rd W',520,'X',NULL,'Northpoint','Rd','W',NULL,NULL,NULL,NULL,'Mount Aetna',1,1037,NULL,'19544',NULL,1228,40.418864,-76.29564,0,NULL,NULL,60), + (133,73,1,1,0,'520X Northpoint Rd W',520,'X',NULL,'Northpoint','Rd','W',NULL,NULL,NULL,NULL,'Mount Aetna',1,1037,NULL,'19544',NULL,1228,40.418864,-76.29564,0,NULL,NULL,60), + (134,113,1,1,0,'922X Cadell Way SE',922,'X',NULL,'Cadell','Way','SE',NULL,NULL,NULL,NULL,'Fort Smith',1,1003,NULL,'72917',NULL,1228,35.191046,-94.23816,0,NULL,NULL,NULL), + (135,146,1,1,0,'842Q Van Ness Dr N',842,'Q',NULL,'Van Ness','Dr','N',NULL,NULL,NULL,NULL,'Knoxville',1,1041,NULL,'37924',NULL,1228,36.029987,-83.80705,0,NULL,NULL,61), + (136,133,1,1,0,'842Q Van Ness Dr N',842,'Q',NULL,'Van Ness','Dr','N',NULL,NULL,NULL,NULL,'Knoxville',1,1041,NULL,'37924',NULL,1228,36.029987,-83.80705,0,NULL,NULL,61), + (137,132,1,1,0,'842Q Van Ness Dr N',842,'Q',NULL,'Van Ness','Dr','N',NULL,NULL,NULL,NULL,'Knoxville',1,1041,NULL,'37924',NULL,1228,36.029987,-83.80705,0,NULL,NULL,61), + (138,106,1,0,0,'492D Pine St SW',492,'D',NULL,'Pine','St','SW',NULL,NULL,NULL,NULL,'Corona',1,1004,NULL,'91719',NULL,1228,33.735688,-117.42049,0,NULL,NULL,NULL), + (139,49,1,1,0,'980E Beech Dr SE',980,'E',NULL,'Beech','Dr','SE',NULL,NULL,NULL,NULL,'Sebring',1,1008,NULL,'33876',NULL,1228,27.436826,-81.35515,0,NULL,NULL,62), + (140,32,1,1,0,'980E Beech Dr SE',980,'E',NULL,'Beech','Dr','SE',NULL,NULL,NULL,NULL,'Sebring',1,1008,NULL,'33876',NULL,1228,27.436826,-81.35515,0,NULL,NULL,62), + (141,8,1,1,0,'980E Beech Dr SE',980,'E',NULL,'Beech','Dr','SE',NULL,NULL,NULL,NULL,'Sebring',1,1008,NULL,'33876',NULL,1228,27.436826,-81.35515,0,NULL,NULL,62), + (142,121,1,1,0,'382K Second Ln E',382,'K',NULL,'Second','Ln','E',NULL,NULL,NULL,NULL,'New Brockton',1,1000,NULL,'36351',NULL,1228,31.406536,-85.9175,0,NULL,NULL,NULL), + (143,31,1,0,0,'246S Pine Path NE',246,'S',NULL,'Pine','Path','NE',NULL,NULL,NULL,NULL,'Russellville',1,1003,NULL,'72822',NULL,1228,35.329457,-93.112368,0,NULL,NULL,63), + (144,80,1,1,0,'246S Pine Path NE',246,'S',NULL,'Pine','Path','NE',NULL,NULL,NULL,NULL,'Russellville',1,1003,NULL,'72822',NULL,1228,35.329457,-93.112368,0,NULL,NULL,63), + (145,179,1,1,0,'246S Pine Path NE',246,'S',NULL,'Pine','Path','NE',NULL,NULL,NULL,NULL,'Russellville',1,1003,NULL,'72822',NULL,1228,35.329457,-93.112368,0,NULL,NULL,63), + (146,78,1,1,0,'246S Pine Path NE',246,'S',NULL,'Pine','Path','NE',NULL,NULL,NULL,NULL,'Russellville',1,1003,NULL,'72822',NULL,1228,35.329457,-93.112368,0,NULL,NULL,63), + (147,37,1,1,0,'312Y Second Rd N',312,'Y',NULL,'Second','Rd','N',NULL,NULL,NULL,NULL,'Oakwood',1,1012,NULL,'61858',NULL,1228,40.121098,-87.74657,0,NULL,NULL,64), + (148,108,1,1,0,'312Y Second Rd N',312,'Y',NULL,'Second','Rd','N',NULL,NULL,NULL,NULL,'Oakwood',1,1012,NULL,'61858',NULL,1228,40.121098,-87.74657,0,NULL,NULL,64), + (149,190,1,1,0,'312Y Second Rd N',312,'Y',NULL,'Second','Rd','N',NULL,NULL,NULL,NULL,'Oakwood',1,1012,NULL,'61858',NULL,1228,40.121098,-87.74657,0,NULL,NULL,64), + (150,88,1,1,0,'312Y Second Rd N',312,'Y',NULL,'Second','Rd','N',NULL,NULL,NULL,NULL,'Oakwood',1,1012,NULL,'61858',NULL,1228,40.121098,-87.74657,0,NULL,NULL,64), + (151,96,1,0,0,'53Y Maple Rd E',53,'Y',NULL,'Maple','Rd','E',NULL,NULL,NULL,NULL,'Whitten',1,1014,NULL,'50269',NULL,1228,42.261478,-93.00738,0,NULL,NULL,65), + (152,77,1,1,0,'53Y Maple Rd E',53,'Y',NULL,'Maple','Rd','E',NULL,NULL,NULL,NULL,'Whitten',1,1014,NULL,'50269',NULL,1228,42.261478,-93.00738,0,NULL,NULL,65), + (153,53,1,1,0,'53Y Maple Rd E',53,'Y',NULL,'Maple','Rd','E',NULL,NULL,NULL,NULL,'Whitten',1,1014,NULL,'50269',NULL,1228,42.261478,-93.00738,0,NULL,NULL,65), + (154,123,1,1,0,'53Y Maple Rd E',53,'Y',NULL,'Maple','Rd','E',NULL,NULL,NULL,NULL,'Whitten',1,1014,NULL,'50269',NULL,1228,42.261478,-93.00738,0,NULL,NULL,65), + (155,148,1,1,0,'858J Dowlen Pl W',858,'J',NULL,'Dowlen','Pl','W',NULL,NULL,NULL,NULL,'Huntingdon Valley',1,1037,NULL,'19006',NULL,1228,40.129509,-75.06115,0,NULL,NULL,66), + (156,186,1,1,0,'858J Dowlen Pl W',858,'J',NULL,'Dowlen','Pl','W',NULL,NULL,NULL,NULL,'Huntingdon Valley',1,1037,NULL,'19006',NULL,1228,40.129509,-75.06115,0,NULL,NULL,66), + (157,36,1,1,0,'858J Dowlen Pl W',858,'J',NULL,'Dowlen','Pl','W',NULL,NULL,NULL,NULL,'Huntingdon Valley',1,1037,NULL,'19006',NULL,1228,40.129509,-75.06115,0,NULL,NULL,66), + (158,71,1,1,0,'773V Cadell Ln N',773,'V',NULL,'Cadell','Ln','N',NULL,NULL,NULL,NULL,'Milton',1,1014,NULL,'52570',NULL,1228,40.679958,-92.162,0,NULL,NULL,NULL), + (159,97,1,0,0,'472Q Beech Path N',472,'Q',NULL,'Beech','Path','N',NULL,NULL,NULL,NULL,'Lorena',1,1042,NULL,'76655',NULL,1228,31.393062,-97.16178,0,NULL,NULL,67), + (160,5,1,0,0,'472Q Beech Path N',472,'Q',NULL,'Beech','Path','N',NULL,NULL,NULL,NULL,'Lorena',1,1042,NULL,'76655',NULL,1228,31.393062,-97.16178,0,NULL,NULL,67), + (161,107,1,1,0,'472Q Beech Path N',472,'Q',NULL,'Beech','Path','N',NULL,NULL,NULL,NULL,'Lorena',1,1042,NULL,'76655',NULL,1228,31.393062,-97.16178,0,NULL,NULL,67), + (162,26,1,1,0,'472Q Beech Path N',472,'Q',NULL,'Beech','Path','N',NULL,NULL,NULL,NULL,'Lorena',1,1042,NULL,'76655',NULL,1228,31.393062,-97.16178,0,NULL,NULL,67), + (163,139,1,1,0,'18O Pine Dr E',18,'O',NULL,'Pine','Dr','E',NULL,NULL,NULL,NULL,'Hingham',1,1025,NULL,'59528',NULL,1228,48.555089,-110.41769,0,NULL,NULL,68), + (164,60,1,1,0,'18O Pine Dr E',18,'O',NULL,'Pine','Dr','E',NULL,NULL,NULL,NULL,'Hingham',1,1025,NULL,'59528',NULL,1228,48.555089,-110.41769,0,NULL,NULL,68), + (165,122,1,0,0,'18O Pine Dr E',18,'O',NULL,'Pine','Dr','E',NULL,NULL,NULL,NULL,'Hingham',1,1025,NULL,'59528',NULL,1228,48.555089,-110.41769,0,NULL,NULL,68), + (166,104,1,1,0,'18O Pine Dr E',18,'O',NULL,'Pine','Dr','E',NULL,NULL,NULL,NULL,'Hingham',1,1025,NULL,'59528',NULL,1228,48.555089,-110.41769,0,NULL,NULL,68), + (167,93,1,1,0,'69Y El Camino Way N',69,'Y',NULL,'El Camino','Way','N',NULL,NULL,NULL,NULL,'Tempe',1,1002,NULL,'85280',NULL,1228,33.401395,-111.931298,0,NULL,NULL,69), + (168,197,1,1,0,'69Y El Camino Way N',69,'Y',NULL,'El Camino','Way','N',NULL,NULL,NULL,NULL,'Tempe',1,1002,NULL,'85280',NULL,1228,33.401395,-111.931298,0,NULL,NULL,69), + (169,135,1,1,0,'69Y El Camino Way N',69,'Y',NULL,'El Camino','Way','N',NULL,NULL,NULL,NULL,'Tempe',1,1002,NULL,'85280',NULL,1228,33.401395,-111.931298,0,NULL,NULL,69), + (170,101,1,1,0,'285N Green St E',285,'N',NULL,'Green','St','E',NULL,NULL,NULL,NULL,'Ashfield',1,1020,NULL,'01330',NULL,1228,42.521131,-72.81116,0,NULL,NULL,NULL), + (171,40,1,1,0,'300L Green Pl W',300,'L',NULL,'Green','Pl','W',NULL,NULL,NULL,NULL,'Ravena',1,1031,NULL,'12143',NULL,1228,42.46915,-73.82956,0,NULL,NULL,70), + (172,90,1,1,0,'300L Green Pl W',300,'L',NULL,'Green','Pl','W',NULL,NULL,NULL,NULL,'Ravena',1,1031,NULL,'12143',NULL,1228,42.46915,-73.82956,0,NULL,NULL,70), + (173,25,1,1,0,'300L Green Pl W',300,'L',NULL,'Green','Pl','W',NULL,NULL,NULL,NULL,'Ravena',1,1031,NULL,'12143',NULL,1228,42.46915,-73.82956,0,NULL,NULL,70), + (174,16,1,1,0,'642M Bay Dr N',642,'M',NULL,'Bay','Dr','N',NULL,NULL,NULL,NULL,'Glendale Springs',1,1032,NULL,'28629',NULL,1228,36.343002,-81.37502,0,NULL,NULL,NULL), + (175,66,1,1,0,'924C Van Ness Ave NW',924,'C',NULL,'Van Ness','Ave','NW',NULL,NULL,NULL,NULL,'Pomona',1,1029,NULL,'08240',NULL,1228,39.487717,-74.554334,0,NULL,NULL,71), + (176,11,1,1,0,'924C Van Ness Ave NW',924,'C',NULL,'Van Ness','Ave','NW',NULL,NULL,NULL,NULL,'Pomona',1,1029,NULL,'08240',NULL,1228,39.487717,-74.554334,0,NULL,NULL,71), + (177,23,1,1,0,'924C Van Ness Ave NW',924,'C',NULL,'Van Ness','Ave','NW',NULL,NULL,NULL,NULL,'Pomona',1,1029,NULL,'08240',NULL,1228,39.487717,-74.554334,0,NULL,NULL,71), + (178,58,1,1,0,'41L Northpoint Way NE',41,'L',NULL,'Northpoint','Way','NE',NULL,NULL,NULL,NULL,'Revillo',1,1040,NULL,'57259',NULL,1228,45.013469,-96.55366,0,NULL,NULL,NULL), + (179,22,1,1,0,'961N Lincoln Blvd S',961,'N',NULL,'Lincoln','Blvd','S',NULL,NULL,NULL,NULL,'Harlan',1,1013,NULL,'46743',NULL,1228,41.215338,-84.85575,0,NULL,NULL,72), + (180,130,1,1,0,'961N Lincoln Blvd S',961,'N',NULL,'Lincoln','Blvd','S',NULL,NULL,NULL,NULL,'Harlan',1,1013,NULL,'46743',NULL,1228,41.215338,-84.85575,0,NULL,NULL,72), + (181,111,1,1,0,'961N Lincoln Blvd S',961,'N',NULL,'Lincoln','Blvd','S',NULL,NULL,NULL,NULL,'Harlan',1,1013,NULL,'46743',NULL,1228,41.215338,-84.85575,0,NULL,NULL,72), + (182,62,1,1,0,'961N Lincoln Blvd S',961,'N',NULL,'Lincoln','Blvd','S',NULL,NULL,NULL,NULL,'Harlan',1,1013,NULL,'46743',NULL,1228,41.215338,-84.85575,0,NULL,NULL,72), + (183,33,1,0,0,'764I Jackson Pl SW',764,'I',NULL,'Jackson','Pl','SW',NULL,NULL,NULL,NULL,'Clam Gulch',1,1001,NULL,'99568',NULL,1228,60.23458,-151.3934,0,NULL,NULL,73), + (184,110,1,0,0,'764I Jackson Pl SW',764,'I',NULL,'Jackson','Pl','SW',NULL,NULL,NULL,NULL,'Clam Gulch',1,1001,NULL,'99568',NULL,1228,60.23458,-151.3934,0,NULL,NULL,73), + (185,12,1,1,0,'764I Jackson Pl SW',764,'I',NULL,'Jackson','Pl','SW',NULL,NULL,NULL,NULL,'Clam Gulch',1,1001,NULL,'99568',NULL,1228,60.23458,-151.3934,0,NULL,NULL,73), + (186,61,1,1,0,'890W Cadell St SE',890,'W',NULL,'Cadell','St','SE',NULL,NULL,NULL,NULL,'Brocton',1,1012,NULL,'61917',NULL,1228,39.706131,-87.91691,0,NULL,NULL,NULL), + (187,NULL,1,1,1,'14S El Camino Way E',14,'S',NULL,'El Camino','Way',NULL,NULL,NULL,NULL,NULL,'Collinsville',NULL,1006,NULL,'6022',NULL,1228,41.8328,-72.9253,0,NULL,NULL,NULL), + (188,NULL,1,1,1,'11B Woodbridge Path SW',11,'B',NULL,'Woodbridge','Path',NULL,NULL,NULL,NULL,NULL,'Dayton',NULL,1034,NULL,'45417',NULL,1228,39.7531,-84.2471,0,NULL,NULL,NULL), + (189,NULL,1,1,1,'581O Lincoln Dr SW',581,'O',NULL,'Lincoln','Dr',NULL,NULL,NULL,NULL,NULL,'Santa Fe',NULL,1030,NULL,'87594',NULL,1228,35.5212,-105.982,0,NULL,NULL,NULL); /*!40000 ALTER TABLE `civicrm_address` ENABLE KEYS */; UNLOCK TABLES; @@ -2072,209 +2077,209 @@ UNLOCK TABLES; LOCK TABLES `civicrm_contact` WRITE; /*!40000 ALTER TABLE `civicrm_contact` DISABLE KEYS */; -INSERT INTO `civicrm_contact` (`id`, `contact_type`, `contact_sub_type`, `do_not_email`, `do_not_phone`, `do_not_mail`, `do_not_sms`, `do_not_trade`, `is_opt_out`, `legal_identifier`, `external_identifier`, `sort_name`, `display_name`, `nick_name`, `legal_name`, `image_URL`, `preferred_communication_method`, `preferred_language`, `preferred_mail_format`, `hash`, `api_key`, `source`, `first_name`, `middle_name`, `last_name`, `prefix_id`, `suffix_id`, `formal_title`, `communication_style_id`, `email_greeting_id`, `email_greeting_custom`, `email_greeting_display`, `postal_greeting_id`, `postal_greeting_custom`, `postal_greeting_display`, `addressee_id`, `addressee_custom`, `addressee_display`, `job_title`, `gender_id`, `birth_date`, `is_deceased`, `deceased_date`, `household_name`, `primary_contact_id`, `organization_name`, `sic_code`, `user_unique_id`, `employer_id`, `is_deleted`, `created_date`, `modified_date`) VALUES - (1,'Organization',NULL,0,0,0,0,0,0,NULL,NULL,'Default Organization','Default Organization',NULL,'Default Organization',NULL,NULL,NULL,'Both',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,'Default Organization',NULL,NULL,NULL,0,NULL,'2023-03-08 06:50:23'), - (2,'Individual',NULL,1,0,0,0,1,0,NULL,NULL,'Terry-Cruz, BrzÄ™czysÅ‚aw','Mr. BrzÄ™czysÅ‚aw Terry-Cruz',NULL,NULL,NULL,'1',NULL,'Both','3273943295',NULL,'Sample Data','BrzÄ™czysÅ‚aw','P','Terry-Cruz',3,NULL,NULL,NULL,1,NULL,'Dear BrzÄ™czysÅ‚aw',1,NULL,'Dear BrzÄ™czysÅ‚aw',1,NULL,'Mr. BrzÄ™czysÅ‚aw Terry-Cruz',NULL,2,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:21'), - (3,'Household',NULL,0,0,0,0,0,0,NULL,NULL,'Roberts family','Roberts family',NULL,NULL,NULL,'5',NULL,'Both','2097305882',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,5,NULL,'Dear Roberts family',5,NULL,'Dear Roberts family',2,NULL,'Roberts family',NULL,NULL,NULL,0,NULL,'Roberts family',NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:20'), - (4,'Individual',NULL,0,0,0,0,1,0,NULL,NULL,'Dimitrov, Merrie','Merrie Dimitrov',NULL,NULL,NULL,NULL,NULL,'Both','779748961',NULL,'Sample Data','Merrie','P','Dimitrov',NULL,NULL,NULL,NULL,1,NULL,'Dear Merrie',1,NULL,'Dear Merrie',1,NULL,'Merrie Dimitrov',NULL,1,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:20'), - (5,'Individual',NULL,0,1,0,0,0,0,NULL,NULL,'Cooper, Kacey','Kacey Cooper',NULL,NULL,NULL,'3',NULL,'Both','1088123165',NULL,'Sample Data','Kacey','G','Cooper',NULL,NULL,NULL,NULL,1,NULL,'Dear Kacey',1,NULL,'Dear Kacey',1,NULL,'Kacey Cooper',NULL,1,'1976-07-07',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:21'), - (6,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Yadav-Adams, Billy','Billy Yadav-Adams',NULL,NULL,NULL,'2',NULL,'Both','1070747652',NULL,'Sample Data','Billy','T','Yadav-Adams',NULL,NULL,NULL,NULL,1,NULL,'Dear Billy',1,NULL,'Dear Billy',1,NULL,'Billy Yadav-Adams',NULL,NULL,'1971-03-11',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:21'), - (7,'Household',NULL,0,1,0,0,1,0,NULL,NULL,'Blackwell family','Blackwell family',NULL,NULL,NULL,'1',NULL,'Both','3218641510',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,5,NULL,'Dear Blackwell family',5,NULL,'Dear Blackwell family',2,NULL,'Blackwell family',NULL,NULL,NULL,0,NULL,'Blackwell family',NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:20'), - (8,'Individual',NULL,1,0,0,0,0,0,NULL,NULL,'Jones, Merrie','Mrs. Merrie Jones',NULL,NULL,NULL,NULL,NULL,'Both','3002528118',NULL,'Sample Data','Merrie','','Jones',1,NULL,NULL,NULL,1,NULL,'Dear Merrie',1,NULL,'Dear Merrie',1,NULL,'Mrs. Merrie Jones',NULL,1,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:21'), - (9,'Individual',NULL,1,0,0,0,0,0,NULL,NULL,'barkley.rolando@lol.co.pl','barkley.rolando@lol.co.pl',NULL,NULL,NULL,NULL,NULL,'Both','84979875',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,'Dear barkley.rolando@lol.co.pl',1,NULL,'Dear barkley.rolando@lol.co.pl',1,NULL,'barkley.rolando@lol.co.pl',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:19'), - (10,'Individual',NULL,0,0,0,0,1,0,NULL,NULL,'Roberts, Allen','Dr. Allen Roberts Jr.',NULL,NULL,NULL,'3',NULL,'Both','1308913179',NULL,'Sample Data','Allen','','Roberts',4,1,NULL,NULL,1,NULL,'Dear Allen',1,NULL,'Dear Allen',1,NULL,'Dr. Allen Roberts Jr.',NULL,2,'1983-02-03',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:21'), - (11,'Organization',NULL,0,0,0,0,0,0,NULL,NULL,'Creative Family Fund','Creative Family Fund',NULL,NULL,NULL,'1',NULL,'Both','3600382231',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'Creative Family Fund',NULL,NULL,NULL,0,NULL,NULL,NULL,'Creative Family Fund',NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:20'), - (12,'Individual',NULL,0,1,0,0,0,0,NULL,NULL,'Adams, Eleonor','Eleonor Adams',NULL,NULL,NULL,NULL,NULL,'Both','780665455',NULL,'Sample Data','Eleonor','','Adams',NULL,NULL,NULL,NULL,1,NULL,'Dear Eleonor',1,NULL,'Dear Eleonor',1,NULL,'Eleonor Adams',NULL,1,'1960-09-28',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:21'), - (13,'Organization',NULL,0,0,0,0,0,0,NULL,NULL,'Montfort Wellness Network','Montfort Wellness Network',NULL,NULL,NULL,'3',NULL,'Both','3915797780',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'Montfort Wellness Network',NULL,NULL,NULL,0,NULL,NULL,182,'Montfort Wellness Network',NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:20'), - (14,'Organization',NULL,0,0,0,0,0,0,NULL,NULL,'West Virginia Sustainability School','West Virginia Sustainability School',NULL,NULL,NULL,'5',NULL,'Both','1502497128',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'West Virginia Sustainability School',NULL,NULL,NULL,0,NULL,NULL,56,'West Virginia Sustainability School',NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:20'), - (15,'Individual',NULL,0,0,0,0,1,0,NULL,NULL,'nielsenr@airmail.biz','nielsenr@airmail.biz',NULL,NULL,NULL,NULL,NULL,'Both','990567824',NULL,'Sample Data',NULL,NULL,NULL,NULL,4,NULL,NULL,1,NULL,'Dear nielsenr@airmail.biz',1,NULL,'Dear nielsenr@airmail.biz',1,NULL,'nielsenr@airmail.biz',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:21'), - (16,'Household',NULL,0,0,0,0,0,0,NULL,NULL,'Jacobs family','Jacobs family',NULL,NULL,NULL,NULL,NULL,'Both','1498986649',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,5,NULL,'Dear Jacobs family',5,NULL,'Dear Jacobs family',2,NULL,'Jacobs family',NULL,NULL,NULL,0,NULL,'Jacobs family',NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:20'), - (17,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Jacobs, Maria','Maria Jacobs Jr.',NULL,NULL,NULL,NULL,NULL,'Both','2004248227',NULL,'Sample Data','Maria','U','Jacobs',NULL,1,NULL,NULL,1,NULL,'Dear Maria',1,NULL,'Dear Maria',1,NULL,'Maria Jacobs Jr.',NULL,2,'2011-01-03',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:21'), - (18,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Jameson, Teresa','Teresa Jameson',NULL,NULL,NULL,'1',NULL,'Both','1467096492',NULL,'Sample Data','Teresa','Z','Jameson',NULL,NULL,NULL,NULL,1,NULL,'Dear Teresa',1,NULL,'Dear Teresa',1,NULL,'Teresa Jameson',NULL,1,'2012-02-06',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:21'), - (19,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Barkley, Carylon','Carylon Barkley',NULL,NULL,NULL,NULL,NULL,'Both','3982709827',NULL,'Sample Data','Carylon','','Barkley',NULL,NULL,NULL,NULL,1,NULL,'Dear Carylon',1,NULL,'Dear Carylon',1,NULL,'Carylon Barkley',NULL,NULL,'2006-06-24',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:21'), - (20,'Household',NULL,0,0,0,0,0,0,NULL,NULL,'Jameson family','Jameson family',NULL,NULL,NULL,'1',NULL,'Both','2255649769',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,5,NULL,'Dear Jameson family',5,NULL,'Dear Jameson family',2,NULL,'Jameson family',NULL,NULL,NULL,0,NULL,'Jameson family',NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:20'), - (21,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Bachman, Jina','Dr. Jina Bachman',NULL,NULL,NULL,NULL,NULL,'Both','3279663758',NULL,'Sample Data','Jina','','Bachman',4,NULL,NULL,NULL,1,NULL,'Dear Jina',1,NULL,'Dear Jina',1,NULL,'Dr. Jina Bachman',NULL,NULL,'1940-03-05',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:20'), - (22,'Individual',NULL,0,0,0,0,1,0,NULL,NULL,'Samuels, Margaret','Margaret Samuels',NULL,NULL,NULL,'2',NULL,'Both','1892625615',NULL,'Sample Data','Margaret','','Samuels',NULL,NULL,NULL,NULL,1,NULL,'Dear Margaret',1,NULL,'Dear Margaret',1,NULL,'Margaret Samuels',NULL,1,'1939-12-11',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:20'), - (23,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Cruz-McReynolds, Junko','Mrs. Junko Cruz-McReynolds',NULL,NULL,NULL,NULL,NULL,'Both','646131363',NULL,'Sample Data','Junko','U','Cruz-McReynolds',1,NULL,NULL,NULL,1,NULL,'Dear Junko',1,NULL,'Dear Junko',1,NULL,'Mrs. Junko Cruz-McReynolds',NULL,1,'1966-02-12',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:21'), - (24,'Organization',NULL,0,0,0,0,1,0,NULL,NULL,'Martin Luther King Development Partners','Martin Luther King Development Partners',NULL,NULL,NULL,NULL,NULL,'Both','3406904272',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'Martin Luther King Development Partners',NULL,NULL,NULL,0,NULL,NULL,171,'Martin Luther King Development Partners',NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:20'), - (25,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Blackwell, Maxwell','Maxwell Blackwell Jr.',NULL,NULL,NULL,NULL,NULL,'Both','1485702627',NULL,'Sample Data','Maxwell','','Blackwell',NULL,1,NULL,NULL,1,NULL,'Dear Maxwell',1,NULL,'Dear Maxwell',1,NULL,'Maxwell Blackwell Jr.',NULL,2,'1987-12-03',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:21'), - (26,'Individual',NULL,0,0,0,0,1,0,NULL,NULL,'Deforest, Truman','Dr. Truman Deforest Jr.',NULL,NULL,NULL,'1',NULL,'Both','3698975048',NULL,'Sample Data','Truman','','Deforest',4,1,NULL,NULL,1,NULL,'Dear Truman',1,NULL,'Dear Truman',1,NULL,'Dr. Truman Deforest Jr.',NULL,NULL,'1955-08-25',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:21'), - (27,'Household',NULL,0,0,0,0,0,0,NULL,NULL,'Adams family','Adams family',NULL,NULL,NULL,NULL,NULL,'Both','1515323104',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,5,NULL,'Dear Adams family',5,NULL,'Dear Adams family',2,NULL,'Adams family',NULL,NULL,NULL,0,NULL,'Adams family',NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:20'), - (28,'Organization',NULL,0,0,0,0,0,0,NULL,NULL,'Maple Advocacy Fund','Maple Advocacy Fund',NULL,NULL,NULL,'5',NULL,'Both','3765794386',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'Maple Advocacy Fund',NULL,NULL,NULL,0,NULL,NULL,NULL,'Maple Advocacy Fund',NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:20'), - (29,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'ashleyr31@testmail.com','ashleyr31@testmail.com',NULL,NULL,NULL,'4',NULL,'Both','3876612091',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,'Dear ashleyr31@testmail.com',1,NULL,'Dear ashleyr31@testmail.com',1,NULL,'ashleyr31@testmail.com',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:19'), - (30,'Individual',NULL,1,0,0,0,0,0,NULL,NULL,'Cruz, Norris','Norris Cruz Jr.',NULL,NULL,NULL,NULL,NULL,'Both','1269804686',NULL,'Sample Data','Norris','','Cruz',NULL,1,NULL,NULL,1,NULL,'Dear Norris',1,NULL,'Dear Norris',1,NULL,'Norris Cruz Jr.',NULL,2,'1935-07-07',1,'2022-12-03',NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:20'), - (31,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Blackwell, Shad','Shad Blackwell Sr.',NULL,NULL,NULL,'5',NULL,'Both','1023646981',NULL,'Sample Data','Shad','L','Blackwell',NULL,2,NULL,NULL,1,NULL,'Dear Shad',1,NULL,'Dear Shad',1,NULL,'Shad Blackwell Sr.',NULL,2,'1990-06-30',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:19'), - (32,'Individual',NULL,0,1,0,0,0,0,NULL,NULL,'DÃaz, Merrie','Ms. Merrie DÃaz',NULL,NULL,NULL,'5',NULL,'Both','2834257935',NULL,'Sample Data','Merrie','','DÃaz',2,NULL,NULL,NULL,1,NULL,'Dear Merrie',1,NULL,'Dear Merrie',1,NULL,'Ms. Merrie DÃaz',NULL,1,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:19'), - (33,'Household',NULL,0,0,0,0,0,0,NULL,NULL,'Jacobs family','Jacobs family',NULL,NULL,NULL,NULL,NULL,'Both','1498986649',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,5,NULL,'Dear Jacobs family',5,NULL,'Dear Jacobs family',2,NULL,'Jacobs family',NULL,NULL,NULL,0,NULL,'Jacobs family',NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:20'), - (34,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'ÅÄ…chowski, Elbert','Mr. Elbert ÅÄ…chowski II',NULL,NULL,NULL,NULL,NULL,'Both','473197543',NULL,'Sample Data','Elbert','D','ÅÄ…chowski',3,3,NULL,NULL,1,NULL,'Dear Elbert',1,NULL,'Dear Elbert',1,NULL,'Mr. Elbert ÅÄ…chowski II',NULL,2,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:20'), - (35,'Individual',NULL,0,1,0,0,0,0,NULL,NULL,'kq.terry@fakemail.org','kq.terry@fakemail.org',NULL,NULL,NULL,NULL,NULL,'Both','2681719016',NULL,'Sample Data',NULL,NULL,NULL,4,NULL,NULL,NULL,1,NULL,'Dear kq.terry@fakemail.org',1,NULL,'Dear kq.terry@fakemail.org',1,NULL,'kq.terry@fakemail.org',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:20'), - (36,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Müller-Jacobs, Herminia','Herminia Müller-Jacobs',NULL,NULL,NULL,'3',NULL,'Both','1124446903',NULL,'Sample Data','Herminia','Y','Müller-Jacobs',NULL,NULL,NULL,NULL,1,NULL,'Dear Herminia',1,NULL,'Dear Herminia',1,NULL,'Herminia Müller-Jacobs',NULL,1,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:21'), - (37,'Individual',NULL,1,1,0,0,0,0,NULL,NULL,'Nielsen, Santina','Santina Nielsen',NULL,NULL,NULL,NULL,NULL,'Both','4294042447',NULL,'Sample Data','Santina','','Nielsen',NULL,NULL,NULL,NULL,1,NULL,'Dear Santina',1,NULL,'Dear Santina',1,NULL,'Santina Nielsen',NULL,NULL,'2021-10-13',0,NULL,NULL,NULL,'Rural Music Center',NULL,NULL,151,0,'2023-03-08 06:51:19','2023-03-08 06:51:21'), - (38,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Samson, Winford','Mr. Winford Samson',NULL,NULL,NULL,NULL,NULL,'Both','935630203',NULL,'Sample Data','Winford','B','Samson',3,NULL,NULL,NULL,1,NULL,'Dear Winford',1,NULL,'Dear Winford',1,NULL,'Mr. Winford Samson',NULL,2,'1934-04-21',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:20'), - (39,'Organization',NULL,1,0,0,0,0,0,NULL,NULL,'United Empowerment Center','United Empowerment Center',NULL,NULL,NULL,'1',NULL,'Both','3877194922',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'United Empowerment Center',NULL,NULL,NULL,0,NULL,NULL,NULL,'United Empowerment Center',NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:20'), - (40,'Individual',NULL,0,0,0,0,1,0,NULL,NULL,'Reynolds, Rebekah','Dr. Rebekah Reynolds',NULL,NULL,NULL,'3',NULL,'Both','1071377932',NULL,'Sample Data','Rebekah','I','Reynolds',4,NULL,NULL,NULL,1,NULL,'Dear Rebekah',1,NULL,'Dear Rebekah',1,NULL,'Dr. Rebekah Reynolds',NULL,1,'1976-10-18',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:19'), - (41,'Household',NULL,0,0,0,0,1,0,NULL,NULL,'Bachman family','Bachman family',NULL,NULL,NULL,'1',NULL,'Both','1714131215',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,5,NULL,'Dear Bachman family',5,NULL,'Dear Bachman family',2,NULL,'Bachman family',NULL,NULL,NULL,0,NULL,'Bachman family',NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:20'), - (42,'Individual',NULL,0,1,0,0,1,0,NULL,NULL,'Barkley, Felisha','Ms. Felisha Barkley',NULL,NULL,NULL,'4',NULL,'Both','1669802133',NULL,'Sample Data','Felisha','','Barkley',2,NULL,NULL,NULL,1,NULL,'Dear Felisha',1,NULL,'Dear Felisha',1,NULL,'Ms. Felisha Barkley',NULL,1,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:21'), - (43,'Household',NULL,0,0,0,0,1,0,NULL,NULL,'Nielsen family','Nielsen family',NULL,NULL,NULL,NULL,NULL,'Both','766698874',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,5,NULL,'Dear Nielsen family',5,NULL,'Dear Nielsen family',2,NULL,'Nielsen family',NULL,NULL,NULL,0,NULL,'Nielsen family',NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:20'), - (44,'Individual',NULL,0,0,0,0,1,0,NULL,NULL,'blackwell.miguel70@infomail.biz','blackwell.miguel70@infomail.biz',NULL,NULL,NULL,NULL,NULL,'Both','1215296997',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,'Dear blackwell.miguel70@infomail.biz',1,NULL,'Dear blackwell.miguel70@infomail.biz',1,NULL,'blackwell.miguel70@infomail.biz',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:20'), - (45,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Terry, Troy','Mr. Troy Terry Jr.',NULL,NULL,NULL,NULL,NULL,'Both','3036104778',NULL,'Sample Data','Troy','','Terry',3,1,NULL,NULL,1,NULL,'Dear Troy',1,NULL,'Dear Troy',1,NULL,'Mr. Troy Terry Jr.',NULL,NULL,'1971-03-27',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:21'), - (46,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Jacobs, Josefa','Josefa Jacobs',NULL,NULL,NULL,NULL,NULL,'Both','4224564328',NULL,'Sample Data','Josefa','','Jacobs',NULL,NULL,NULL,NULL,1,NULL,'Dear Josefa',1,NULL,'Dear Josefa',1,NULL,'Josefa Jacobs',NULL,1,'1980-12-01',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:21'), - (47,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Samson, Russell','Dr. Russell Samson',NULL,NULL,NULL,'5',NULL,'Both','961724057',NULL,'Sample Data','Russell','','Samson',4,NULL,NULL,NULL,1,NULL,'Dear Russell',1,NULL,'Dear Russell',1,NULL,'Dr. Russell Samson',NULL,2,'1979-05-18',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:20'), - (48,'Individual',NULL,0,0,0,0,1,0,NULL,NULL,'McReynolds, Herminia','Dr. Herminia McReynolds',NULL,NULL,NULL,'3',NULL,'Both','2752519462',NULL,'Sample Data','Herminia','','McReynolds',4,NULL,NULL,NULL,1,NULL,'Dear Herminia',1,NULL,'Dear Herminia',1,NULL,'Dr. Herminia McReynolds',NULL,1,'1950-08-14',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:20'), - (49,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Cooper, Betty','Betty Cooper',NULL,NULL,NULL,NULL,NULL,'Both','2283344606',NULL,'Sample Data','Betty','','Cooper',NULL,NULL,NULL,NULL,1,NULL,'Dear Betty',1,NULL,'Dear Betty',1,NULL,'Betty Cooper',NULL,1,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:21'), - (50,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Nielsen, Margaret','Margaret Nielsen',NULL,NULL,NULL,NULL,NULL,'Both','3984018462',NULL,'Sample Data','Margaret','G','Nielsen',NULL,NULL,NULL,NULL,1,NULL,'Dear Margaret',1,NULL,'Dear Margaret',1,NULL,'Margaret Nielsen',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:21'), - (51,'Individual',NULL,0,1,0,0,0,0,NULL,NULL,'ÅÄ…chowski, Omar','Mr. Omar ÅÄ…chowski Sr.',NULL,NULL,NULL,'4',NULL,'Both','3249212023',NULL,'Sample Data','Omar','Y','ÅÄ…chowski',3,2,NULL,NULL,1,NULL,'Dear Omar',1,NULL,'Dear Omar',1,NULL,'Mr. Omar ÅÄ…chowski Sr.',NULL,2,'1939-11-22',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:20'), - (52,'Individual',NULL,1,0,0,0,0,0,NULL,NULL,'Cooper, Maxwell','Mr. Maxwell Cooper',NULL,NULL,NULL,NULL,NULL,'Both','2402754787',NULL,'Sample Data','Maxwell','','Cooper',3,NULL,NULL,NULL,1,NULL,'Dear Maxwell',1,NULL,'Dear Maxwell',1,NULL,'Mr. Maxwell Cooper',NULL,2,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:20'), - (53,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'McReynolds, Truman','Dr. Truman McReynolds III',NULL,NULL,NULL,NULL,NULL,'Both','779089403',NULL,'Sample Data','Truman','I','McReynolds',4,4,NULL,NULL,1,NULL,'Dear Truman',1,NULL,'Dear Truman',1,NULL,'Dr. Truman McReynolds III',NULL,2,'1958-06-21',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:20'), - (54,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Nielsen-Jensen, Delana','Dr. Delana Nielsen-Jensen',NULL,NULL,NULL,'5',NULL,'Both','4001184097',NULL,'Sample Data','Delana','T','Nielsen-Jensen',4,NULL,NULL,NULL,1,NULL,'Dear Delana',1,NULL,'Dear Delana',1,NULL,'Dr. Delana Nielsen-Jensen',NULL,1,'1991-01-02',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:21'), - (55,'Household',NULL,0,0,0,0,0,0,NULL,NULL,'Terry-Cruz family','Terry-Cruz family',NULL,NULL,NULL,'5',NULL,'Both','1290228264',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,5,NULL,'Dear Terry-Cruz family',5,NULL,'Dear Terry-Cruz family',2,NULL,'Terry-Cruz family',NULL,NULL,NULL,0,NULL,'Terry-Cruz family',NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:20'), - (56,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Adams, Scarlet','Mrs. Scarlet Adams',NULL,NULL,NULL,'5',NULL,'Both','2620107037',NULL,'Sample Data','Scarlet','','Adams',1,NULL,NULL,NULL,1,NULL,'Dear Scarlet',1,NULL,'Dear Scarlet',1,NULL,'Mrs. Scarlet Adams',NULL,NULL,'1995-04-07',0,NULL,NULL,NULL,'West Virginia Sustainability School',NULL,NULL,14,0,'2023-03-08 06:51:19','2023-03-08 06:51:21'), - (57,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Deforest, Elina','Elina Deforest',NULL,NULL,NULL,NULL,NULL,'Both','1943101487',NULL,'Sample Data','Elina','','Deforest',NULL,NULL,NULL,NULL,1,NULL,'Dear Elina',1,NULL,'Dear Elina',1,NULL,'Elina Deforest',NULL,1,'1988-08-20',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:21'), - (58,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'nd.jacobs@fakemail.com','nd.jacobs@fakemail.com',NULL,NULL,NULL,NULL,NULL,'Both','3166415731',NULL,'Sample Data',NULL,NULL,NULL,NULL,3,NULL,NULL,1,NULL,'Dear nd.jacobs@fakemail.com',1,NULL,'Dear nd.jacobs@fakemail.com',1,NULL,'nd.jacobs@fakemail.com',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:21'), - (59,'Individual',NULL,1,0,0,0,0,0,NULL,NULL,'McReynolds, Tanya','Mrs. Tanya McReynolds',NULL,NULL,NULL,NULL,NULL,'Both','2833475968',NULL,'Sample Data','Tanya','H','McReynolds',1,NULL,NULL,NULL,1,NULL,'Dear Tanya',1,NULL,'Dear Tanya',1,NULL,'Mrs. Tanya McReynolds',NULL,1,'1983-09-06',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:21'), - (60,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'daz.t.rosario@notmail.co.pl','daz.t.rosario@notmail.co.pl',NULL,NULL,NULL,'5',NULL,'Both','1711047332',NULL,'Sample Data',NULL,NULL,NULL,4,NULL,NULL,NULL,1,NULL,'Dear daz.t.rosario@notmail.co.pl',1,NULL,'Dear daz.t.rosario@notmail.co.pl',1,NULL,'daz.t.rosario@notmail.co.pl',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:19'), - (61,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Olsen, Bryon','Dr. Bryon Olsen',NULL,NULL,NULL,'2',NULL,'Both','1392312288',NULL,'Sample Data','Bryon','K','Olsen',4,NULL,NULL,NULL,1,NULL,'Dear Bryon',1,NULL,'Dear Bryon',1,NULL,'Dr. Bryon Olsen',NULL,2,'1973-05-14',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:21'), - (62,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Terry, Andrew','Andrew Terry III',NULL,NULL,NULL,'2',NULL,'Both','3371971091',NULL,'Sample Data','Andrew','','Terry',NULL,4,NULL,NULL,1,NULL,'Dear Andrew',1,NULL,'Dear Andrew',1,NULL,'Andrew Terry III',NULL,2,'1957-07-24',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:21'), - (63,'Individual',NULL,1,0,0,0,0,0,NULL,NULL,'Zope-Terry, Andrew','Andrew Zope-Terry',NULL,NULL,NULL,'3',NULL,'Both','1193178626',NULL,'Sample Data','Andrew','W','Zope-Terry',NULL,NULL,NULL,NULL,1,NULL,'Dear Andrew',1,NULL,'Dear Andrew',1,NULL,'Andrew Zope-Terry',NULL,NULL,'2014-09-16',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:21'), - (64,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Deforest, Santina','Santina Deforest',NULL,NULL,NULL,NULL,NULL,'Both','3837505413',NULL,'Sample Data','Santina','','Deforest',NULL,NULL,NULL,NULL,1,NULL,'Dear Santina',1,NULL,'Dear Santina',1,NULL,'Santina Deforest',NULL,1,'1961-03-01',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:21'), - (65,'Household',NULL,0,0,0,0,1,0,NULL,NULL,'Barkley family','Barkley family',NULL,NULL,NULL,'1',NULL,'Both','2888062109',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,5,NULL,'Dear Barkley family',5,NULL,'Dear Barkley family',2,NULL,'Barkley family',NULL,NULL,NULL,0,NULL,'Barkley family',NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:20'), - (66,'Individual',NULL,0,1,0,0,0,0,NULL,NULL,'Wagner, Jackson','Mr. Jackson Wagner III',NULL,NULL,NULL,'2',NULL,'Both','541654999',NULL,'Sample Data','Jackson','','Wagner',3,4,NULL,NULL,1,NULL,'Dear Jackson',1,NULL,'Dear Jackson',1,NULL,'Mr. Jackson Wagner III',NULL,NULL,'1990-11-24',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:20'), - (67,'Individual',NULL,1,0,0,0,0,0,NULL,NULL,'Zope, Erik','Dr. Erik Zope',NULL,NULL,NULL,NULL,NULL,'Both','2683786262',NULL,'Sample Data','Erik','T','Zope',4,NULL,NULL,NULL,1,NULL,'Dear Erik',1,NULL,'Dear Erik',1,NULL,'Dr. Erik Zope',NULL,2,'1939-11-18',1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:20'), - (68,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Reynolds, Rebekah','Ms. Rebekah Reynolds',NULL,NULL,NULL,NULL,NULL,'Both','1071377932',NULL,'Sample Data','Rebekah','E','Reynolds',2,NULL,NULL,NULL,1,NULL,'Dear Rebekah',1,NULL,'Dear Rebekah',1,NULL,'Ms. Rebekah Reynolds',NULL,1,'1961-11-29',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:20'), - (69,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Bachman, Claudio','Mr. Claudio Bachman',NULL,NULL,NULL,'3',NULL,'Both','3143419767',NULL,'Sample Data','Claudio','Y','Bachman',3,NULL,NULL,NULL,1,NULL,'Dear Claudio',1,NULL,'Dear Claudio',1,NULL,'Mr. Claudio Bachman',NULL,NULL,'1970-06-26',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:19'), - (70,'Organization',NULL,0,0,0,0,0,0,NULL,NULL,'Miami Sustainability Fund','Miami Sustainability Fund',NULL,NULL,NULL,'1',NULL,'Both','3465181906',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'Miami Sustainability Fund',NULL,NULL,NULL,0,NULL,NULL,169,'Miami Sustainability Fund',NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:20'), - (71,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Adams, Justina','Ms. Justina Adams',NULL,NULL,NULL,NULL,NULL,'Both','206304627',NULL,'Sample Data','Justina','','Adams',2,NULL,NULL,NULL,1,NULL,'Dear Justina',1,NULL,'Dear Justina',1,NULL,'Ms. Justina Adams',NULL,1,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:21'), - (72,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'jensen.u.brigette93@fakemail.net','jensen.u.brigette93@fakemail.net',NULL,NULL,NULL,'5',NULL,'Both','689728229',NULL,'Sample Data',NULL,NULL,NULL,4,NULL,NULL,NULL,1,NULL,'Dear jensen.u.brigette93@fakemail.net',1,NULL,'Dear jensen.u.brigette93@fakemail.net',1,NULL,'jensen.u.brigette93@fakemail.net',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:20'), - (73,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Prentice, Kandace','Dr. Kandace Prentice',NULL,NULL,NULL,'4',NULL,'Both','1824755272',NULL,'Sample Data','Kandace','','Prentice',4,NULL,NULL,NULL,1,NULL,'Dear Kandace',1,NULL,'Dear Kandace',1,NULL,'Dr. Kandace Prentice',NULL,1,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:19'), - (74,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'ÅÄ…chowski, Rosario','Rosario ÅÄ…chowski',NULL,NULL,NULL,NULL,NULL,'Both','941507939',NULL,'Sample Data','Rosario','','ÅÄ…chowski',NULL,NULL,NULL,NULL,1,NULL,'Dear Rosario',1,NULL,'Dear Rosario',1,NULL,'Rosario ÅÄ…chowski',NULL,2,'1967-03-03',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:20'), - (75,'Individual',NULL,1,0,0,0,0,0,NULL,NULL,'Smith, Rodrigo','Rodrigo Smith II',NULL,NULL,NULL,'4',NULL,'Both','928415905',NULL,'Sample Data','Rodrigo','M','Smith',NULL,3,NULL,NULL,1,NULL,'Dear Rodrigo',1,NULL,'Dear Rodrigo',1,NULL,'Rodrigo Smith II',NULL,2,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:19'), - (76,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Terry, Jerome','Jerome Terry',NULL,NULL,NULL,'4',NULL,'Both','2399613153',NULL,'Sample Data','Jerome','P','Terry',NULL,NULL,NULL,NULL,1,NULL,'Dear Jerome',1,NULL,'Dear Jerome',1,NULL,'Jerome Terry',NULL,2,'1992-06-22',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:19'), - (77,'Individual',NULL,1,0,0,0,1,0,NULL,NULL,'maxwelllee5@spamalot.info','maxwelllee5@spamalot.info',NULL,NULL,NULL,NULL,NULL,'Both','2052753380',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,'Dear maxwelllee5@spamalot.info',1,NULL,'Dear maxwelllee5@spamalot.info',1,NULL,'maxwelllee5@spamalot.info',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:20'), - (78,'Individual',NULL,1,0,0,0,0,0,NULL,NULL,'Wagner, Sonny','Dr. Sonny Wagner Jr.',NULL,NULL,NULL,NULL,NULL,'Both','93577145',NULL,'Sample Data','Sonny','A','Wagner',4,1,NULL,NULL,1,NULL,'Dear Sonny',1,NULL,'Dear Sonny',1,NULL,'Dr. Sonny Wagner Jr.',NULL,2,'1981-11-11',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:20'), - (79,'Individual',NULL,1,0,0,0,0,0,NULL,NULL,'DÃaz, Teddy','Mr. Teddy DÃaz III',NULL,NULL,NULL,'4',NULL,'Both','4086932844',NULL,'Sample Data','Teddy','H','DÃaz',3,4,NULL,NULL,1,NULL,'Dear Teddy',1,NULL,'Dear Teddy',1,NULL,'Mr. Teddy DÃaz III',NULL,2,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:19'), - (80,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Adams, Jay','Jay Adams Sr.',NULL,NULL,NULL,NULL,NULL,'Both','1692061820',NULL,'Sample Data','Jay','Z','Adams',NULL,2,NULL,NULL,1,NULL,'Dear Jay',1,NULL,'Dear Jay',1,NULL,'Jay Adams Sr.',NULL,2,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:21'), - (81,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Jacobs, Heidi','Mrs. Heidi Jacobs',NULL,NULL,NULL,'2',NULL,'Both','2616378474',NULL,'Sample Data','Heidi','','Jacobs',1,NULL,NULL,NULL,1,NULL,'Dear Heidi',1,NULL,'Dear Heidi',1,NULL,'Mrs. Heidi Jacobs',NULL,1,'1985-10-28',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:20'), - (82,'Organization',NULL,1,0,0,0,1,0,NULL,NULL,'Niles Health Services','Niles Health Services',NULL,NULL,NULL,NULL,NULL,'Both','194681769',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'Niles Health Services',NULL,NULL,NULL,0,NULL,NULL,174,'Niles Health Services',NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:20'), - (83,'Individual',NULL,0,1,0,0,0,0,NULL,NULL,'Cooper, Barry','Dr. Barry Cooper',NULL,NULL,NULL,'5',NULL,'Both','1437359805',NULL,'Sample Data','Barry','','Cooper',4,NULL,NULL,NULL,1,NULL,'Dear Barry',1,NULL,'Dear Barry',1,NULL,'Dr. Barry Cooper',NULL,2,'1996-07-07',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:20'), - (84,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Wagner-Cooper, Betty','Betty Wagner-Cooper',NULL,NULL,NULL,NULL,NULL,'Both','2748589718',NULL,'Sample Data','Betty','J','Wagner-Cooper',NULL,NULL,NULL,NULL,1,NULL,'Dear Betty',1,NULL,'Dear Betty',1,NULL,'Betty Wagner-Cooper',NULL,1,'1983-05-04',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:21'), - (85,'Household',NULL,0,1,0,0,1,0,NULL,NULL,'Cooper family','Cooper family',NULL,NULL,NULL,NULL,NULL,'Both','1133003930',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,5,NULL,'Dear Cooper family',5,NULL,'Dear Cooper family',2,NULL,'Cooper family',NULL,NULL,NULL,0,NULL,'Cooper family',NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:20'), - (86,'Individual',NULL,1,1,0,0,0,0,NULL,NULL,'irisj60@notmail.org','irisj60@notmail.org',NULL,NULL,NULL,NULL,NULL,'Both','1360491829',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,'Dear irisj60@notmail.org',1,NULL,'Dear irisj60@notmail.org',1,NULL,'irisj60@notmail.org',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:19'), - (87,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Wattson, Alexia','Alexia Wattson',NULL,NULL,NULL,'1',NULL,'Both','2082974153',NULL,'Sample Data','Alexia','B','Wattson',NULL,NULL,NULL,NULL,1,NULL,'Dear Alexia',1,NULL,'Dear Alexia',1,NULL,'Alexia Wattson',NULL,1,'1988-07-22',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:20'), - (88,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'DÃaz, Maxwell','Dr. Maxwell DÃaz',NULL,NULL,NULL,NULL,NULL,'Both','943118495',NULL,'Sample Data','Maxwell','','DÃaz',4,NULL,NULL,NULL,1,NULL,'Dear Maxwell',1,NULL,'Dear Maxwell',1,NULL,'Dr. Maxwell DÃaz',NULL,NULL,'1982-02-19',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:20'), - (89,'Individual',NULL,1,0,0,0,0,0,NULL,NULL,'Adams, Maxwell','Maxwell Adams',NULL,NULL,NULL,'3',NULL,'Both','1901327060',NULL,'Sample Data','Maxwell','','Adams',NULL,NULL,NULL,NULL,1,NULL,'Dear Maxwell',1,NULL,'Dear Maxwell',1,NULL,'Maxwell Adams',NULL,NULL,'2001-06-13',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:21'), - (90,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Roberts, Craig','Mr. Craig Roberts II',NULL,NULL,NULL,NULL,NULL,'Both','1504934188',NULL,'Sample Data','Craig','D','Roberts',3,3,NULL,NULL,1,NULL,'Dear Craig',1,NULL,'Dear Craig',1,NULL,'Mr. Craig Roberts II',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:21'), - (91,'Individual',NULL,1,0,0,0,0,0,NULL,NULL,'Blackwell, Teddy','Mr. Teddy Blackwell',NULL,NULL,NULL,NULL,NULL,'Both','3440187169',NULL,'Sample Data','Teddy','','Blackwell',3,NULL,NULL,NULL,1,NULL,'Dear Teddy',1,NULL,'Dear Teddy',1,NULL,'Mr. Teddy Blackwell',NULL,NULL,'1980-10-17',0,NULL,NULL,NULL,'Rural Literacy Network',NULL,NULL,112,0,'2023-03-08 06:51:19','2023-03-08 06:51:21'), - (92,'Individual',NULL,0,1,0,0,0,0,NULL,NULL,'Wattson, Josefa','Josefa Wattson',NULL,NULL,NULL,NULL,NULL,'Both','3075737461',NULL,'Sample Data','Josefa','','Wattson',NULL,NULL,NULL,NULL,1,NULL,'Dear Josefa',1,NULL,'Dear Josefa',1,NULL,'Josefa Wattson',NULL,1,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:21'), - (93,'Household',NULL,1,0,0,0,0,0,NULL,NULL,'Olsen-Müller family','Olsen-Müller family',NULL,NULL,NULL,NULL,NULL,'Both','2447197225',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,5,NULL,'Dear Olsen-Müller family',5,NULL,'Dear Olsen-Müller family',2,NULL,'Olsen-Müller family',NULL,NULL,NULL,0,NULL,'Olsen-Müller family',NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:20'), - (94,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'shado@spamalot.co.pl','shado@spamalot.co.pl',NULL,NULL,NULL,'2',NULL,'Both','821915140',NULL,'Sample Data',NULL,NULL,NULL,3,3,NULL,NULL,1,NULL,'Dear shado@spamalot.co.pl',1,NULL,'Dear shado@spamalot.co.pl',1,NULL,'shado@spamalot.co.pl',NULL,NULL,NULL,0,NULL,NULL,NULL,'Friends Wellness Collective',NULL,NULL,183,0,'2023-03-08 06:51:19','2023-03-08 06:51:21'), - (95,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Bachman, Valene','Dr. Valene Bachman',NULL,NULL,NULL,'1',NULL,'Both','4000615529',NULL,'Sample Data','Valene','','Bachman',4,NULL,NULL,NULL,1,NULL,'Dear Valene',1,NULL,'Dear Valene',1,NULL,'Dr. Valene Bachman',NULL,NULL,'1961-05-23',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:21'), - (96,'Individual',NULL,1,1,0,0,0,0,NULL,NULL,'Roberts, Eleonor','Mrs. Eleonor Roberts',NULL,NULL,NULL,NULL,NULL,'Both','2288589376',NULL,'Sample Data','Eleonor','Z','Roberts',1,NULL,NULL,NULL,1,NULL,'Dear Eleonor',1,NULL,'Dear Eleonor',1,NULL,'Mrs. Eleonor Roberts',NULL,1,'1972-08-05',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:21'), - (97,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Roberts, Rolando','Rolando Roberts III',NULL,NULL,NULL,NULL,NULL,'Both','3250154238',NULL,'Sample Data','Rolando','C','Roberts',NULL,4,NULL,NULL,1,NULL,'Dear Rolando',1,NULL,'Dear Rolando',1,NULL,'Rolando Roberts III',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:19'), - (98,'Individual',NULL,0,1,0,0,0,0,NULL,NULL,'Parker, Scarlet','Ms. Scarlet Parker',NULL,NULL,NULL,'4',NULL,'Both','1919571146',NULL,'Sample Data','Scarlet','S','Parker',2,NULL,NULL,NULL,1,NULL,'Dear Scarlet',1,NULL,'Dear Scarlet',1,NULL,'Ms. Scarlet Parker',NULL,1,'1994-11-21',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:19'), - (99,'Household',NULL,0,0,0,0,0,0,NULL,NULL,'Wattson family','Wattson family',NULL,NULL,NULL,'4',NULL,'Both','2851339192',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,5,NULL,'Dear Wattson family',5,NULL,'Dear Wattson family',2,NULL,'Wattson family',NULL,NULL,NULL,0,NULL,'Wattson family',NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:20'), - (100,'Household',NULL,0,0,0,0,0,0,NULL,NULL,'Zope-Terry family','Zope-Terry family',NULL,NULL,NULL,'1',NULL,'Both','2795437715',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,5,NULL,'Dear Zope-Terry family',5,NULL,'Dear Zope-Terry family',2,NULL,'Zope-Terry family',NULL,NULL,NULL,0,NULL,'Zope-Terry family',NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:20'), - (101,'Individual',NULL,0,1,0,0,0,0,NULL,NULL,'Wilson, Rosario','Mr. Rosario Wilson II',NULL,NULL,NULL,'3',NULL,'Both','4172001962',NULL,'Sample Data','Rosario','M','Wilson',3,3,NULL,NULL,1,NULL,'Dear Rosario',1,NULL,'Dear Rosario',1,NULL,'Mr. Rosario Wilson II',NULL,2,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:19'), - (102,'Organization',NULL,0,0,0,0,0,0,NULL,NULL,'Main Arts Initiative','Main Arts Initiative',NULL,NULL,NULL,NULL,NULL,'Both','2430766062',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'Main Arts Initiative',NULL,NULL,NULL,0,NULL,NULL,135,'Main Arts Initiative',NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:20'), - (103,'Individual',NULL,1,0,0,0,1,0,NULL,NULL,'hl.jacobs@testing.co.nz','hl.jacobs@testing.co.nz',NULL,NULL,NULL,NULL,NULL,'Both','3528219552',NULL,'Sample Data',NULL,NULL,NULL,2,NULL,NULL,NULL,1,NULL,'Dear hl.jacobs@testing.co.nz',1,NULL,'Dear hl.jacobs@testing.co.nz',1,NULL,'hl.jacobs@testing.co.nz',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:21'), - (104,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Samson, Sherman','Dr. Sherman Samson III',NULL,NULL,NULL,NULL,NULL,'Both','583200758',NULL,'Sample Data','Sherman','M','Samson',4,4,NULL,NULL,1,NULL,'Dear Sherman',1,NULL,'Dear Sherman',1,NULL,'Dr. Sherman Samson III',NULL,2,'1934-03-12',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:20'), - (105,'Individual',NULL,0,1,0,0,0,0,NULL,NULL,'Jacobs, Teddy','Teddy Jacobs Sr.',NULL,NULL,NULL,'4',NULL,'Both','730676702',NULL,'Sample Data','Teddy','V','Jacobs',NULL,2,NULL,NULL,1,NULL,'Dear Teddy',1,NULL,'Dear Teddy',1,NULL,'Teddy Jacobs Sr.',NULL,2,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:21'), - (106,'Individual',NULL,1,0,0,0,0,0,NULL,NULL,'Wattson, Elina','Mrs. Elina Wattson',NULL,NULL,NULL,NULL,NULL,'Both','452291784',NULL,'Sample Data','Elina','Q','Wattson',1,NULL,NULL,NULL,1,NULL,'Dear Elina',1,NULL,'Dear Elina',1,NULL,'Mrs. Elina Wattson',NULL,1,'1954-04-24',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:21'), - (107,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'McReynolds, Lou','Lou McReynolds',NULL,NULL,NULL,NULL,NULL,'Both','1805936303',NULL,'Sample Data','Lou','','McReynolds',NULL,NULL,NULL,NULL,1,NULL,'Dear Lou',1,NULL,'Dear Lou',1,NULL,'Lou McReynolds',NULL,NULL,'1995-02-06',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:21'), - (108,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Jensen, Eleonor','Mrs. Eleonor Jensen',NULL,NULL,NULL,'1',NULL,'Both','3811801023',NULL,'Sample Data','Eleonor','Z','Jensen',1,NULL,NULL,NULL,1,NULL,'Dear Eleonor',1,NULL,'Dear Eleonor',1,NULL,'Mrs. Eleonor Jensen',NULL,NULL,'1984-04-06',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:20'), - (109,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Olsen-Jones, Junko','Ms. Junko Olsen-Jones',NULL,NULL,NULL,NULL,NULL,'Both','1127488664',NULL,'Sample Data','Junko','','Olsen-Jones',2,NULL,NULL,NULL,1,NULL,'Dear Junko',1,NULL,'Dear Junko',1,NULL,'Ms. Junko Olsen-Jones',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:21'), - (110,'Individual',NULL,0,0,0,0,1,0,NULL,NULL,'Adams, Daren','Daren Adams',NULL,NULL,NULL,NULL,NULL,'Both','1164251190',NULL,'Sample Data','Daren','H','Adams',NULL,NULL,NULL,NULL,1,NULL,'Dear Daren',1,NULL,'Dear Daren',1,NULL,'Daren Adams',NULL,2,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:21'), - (111,'Organization',NULL,0,0,0,0,1,0,NULL,NULL,'Pennsylvania Food Association','Pennsylvania Food Association',NULL,NULL,NULL,NULL,NULL,'Both','3292837796',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'Pennsylvania Food Association',NULL,NULL,NULL,0,NULL,NULL,NULL,'Pennsylvania Food Association',NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:20'), - (112,'Organization',NULL,1,1,0,0,0,0,NULL,NULL,'Rural Literacy Network','Rural Literacy Network',NULL,NULL,NULL,NULL,NULL,'Both','2232083901',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'Rural Literacy Network',NULL,NULL,NULL,0,NULL,NULL,91,'Rural Literacy Network',NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:20'), - (113,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Bachman, Sherman','Sherman Bachman',NULL,NULL,NULL,'4',NULL,'Both','2672494279',NULL,'Sample Data','Sherman','N','Bachman',NULL,NULL,NULL,NULL,1,NULL,'Dear Sherman',1,NULL,'Dear Sherman',1,NULL,'Sherman Bachman',NULL,2,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:19'), - (114,'Individual',NULL,1,0,0,0,1,0,NULL,NULL,'smith.maxwell@infomail.org','smith.maxwell@infomail.org',NULL,NULL,NULL,NULL,NULL,'Both','669620484',NULL,'Sample Data',NULL,NULL,NULL,3,4,NULL,NULL,1,NULL,'Dear smith.maxwell@infomail.org',1,NULL,'Dear smith.maxwell@infomail.org',1,NULL,'smith.maxwell@infomail.org',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:20'), - (115,'Individual',NULL,1,0,0,0,0,0,NULL,NULL,'Cruz, Kacey','Ms. Kacey Cruz',NULL,NULL,NULL,NULL,NULL,'Both','2315197574',NULL,'Sample Data','Kacey','','Cruz',2,NULL,NULL,NULL,1,NULL,'Dear Kacey',1,NULL,'Dear Kacey',1,NULL,'Ms. Kacey Cruz',NULL,1,'1970-03-31',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:21'), - (116,'Organization',NULL,0,0,0,0,0,0,NULL,NULL,'Rural Literacy Fund','Rural Literacy Fund',NULL,NULL,NULL,NULL,NULL,'Both','332499923',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'Rural Literacy Fund',NULL,NULL,NULL,0,NULL,NULL,NULL,'Rural Literacy Fund',NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:20'), - (117,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Zope-Terry, Brigette','Brigette Zope-Terry',NULL,NULL,NULL,NULL,NULL,'Both','2217447011',NULL,'Sample Data','Brigette','H','Zope-Terry',NULL,NULL,NULL,NULL,1,NULL,'Dear Brigette',1,NULL,'Dear Brigette',1,NULL,'Brigette Zope-Terry',NULL,1,'1987-01-01',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:21'), - (118,'Household',NULL,0,0,0,0,1,0,NULL,NULL,'Adams family','Adams family',NULL,NULL,NULL,'2',NULL,'Both','1515323104',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,5,NULL,'Dear Adams family',5,NULL,'Dear Adams family',2,NULL,'Adams family',NULL,NULL,NULL,0,NULL,'Adams family',NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:20'), - (119,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Deforest, Lawerence','Lawerence Deforest Jr.',NULL,NULL,NULL,'2',NULL,'Both','2962516652',NULL,'Sample Data','Lawerence','P','Deforest',NULL,1,NULL,NULL,1,NULL,'Dear Lawerence',1,NULL,'Dear Lawerence',1,NULL,'Lawerence Deforest Jr.',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:21'), - (120,'Individual',NULL,0,1,0,0,0,0,NULL,NULL,'Bachman, Betty','Betty Bachman',NULL,NULL,NULL,'2',NULL,'Both','2914699083',NULL,'Sample Data','Betty','H','Bachman',NULL,NULL,NULL,NULL,1,NULL,'Dear Betty',1,NULL,'Dear Betty',1,NULL,'Betty Bachman',NULL,1,'2006-12-24',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:21'), - (121,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Terry, Felisha','Dr. Felisha Terry',NULL,NULL,NULL,NULL,NULL,'Both','2704836577',NULL,'Sample Data','Felisha','G','Terry',4,NULL,NULL,NULL,1,NULL,'Dear Felisha',1,NULL,'Dear Felisha',1,NULL,'Dr. Felisha Terry',NULL,1,'1960-10-14',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:20'), - (122,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'princessn@example.co.nz','princessn@example.co.nz',NULL,NULL,NULL,NULL,NULL,'Both','1767188468',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,'Dear princessn@example.co.nz',1,NULL,'Dear princessn@example.co.nz',1,NULL,'princessn@example.co.nz',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:21'), - (123,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'DÃaz, Omar','Dr. Omar DÃaz II',NULL,NULL,NULL,NULL,NULL,'Both','790008959',NULL,'Sample Data','Omar','','DÃaz',4,3,NULL,NULL,1,NULL,'Dear Omar',1,NULL,'Dear Omar',1,NULL,'Dr. Omar DÃaz II',NULL,2,NULL,1,'2022-05-20',NULL,NULL,'Caulder Empowerment School',NULL,NULL,187,0,'2023-03-08 06:51:19','2023-03-08 06:51:20'), - (124,'Individual',NULL,0,1,0,0,0,0,NULL,NULL,'Samuels, Billy','Mr. Billy Samuels Sr.',NULL,NULL,NULL,'1',NULL,'Both','92935923',NULL,'Sample Data','Billy','','Samuels',3,2,NULL,NULL,1,NULL,'Dear Billy',1,NULL,'Dear Billy',1,NULL,'Mr. Billy Samuels Sr.',NULL,2,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:20'), - (125,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'jamesona30@notmail.net','jamesona30@notmail.net',NULL,NULL,NULL,NULL,NULL,'Both','238568604',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,'Dear jamesona30@notmail.net',1,NULL,'Dear jamesona30@notmail.net',1,NULL,'jamesona30@notmail.net',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:21'), - (126,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Nielsen, Ray','Ray Nielsen',NULL,NULL,NULL,'4',NULL,'Both','1395402808',NULL,'Sample Data','Ray','','Nielsen',NULL,NULL,NULL,NULL,1,NULL,'Dear Ray',1,NULL,'Dear Ray',1,NULL,'Ray Nielsen',NULL,NULL,'1962-05-31',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:21'), - (127,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'terryl@fakemail.co.nz','terryl@fakemail.co.nz',NULL,NULL,NULL,'2',NULL,'Both','610542870',NULL,'Sample Data',NULL,NULL,NULL,4,1,NULL,NULL,1,NULL,'Dear terryl@fakemail.co.nz',1,NULL,'Dear terryl@fakemail.co.nz',1,NULL,'terryl@fakemail.co.nz',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:20'), - (128,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Terry, BrzÄ™czysÅ‚aw','BrzÄ™czysÅ‚aw Terry',NULL,NULL,NULL,'3',NULL,'Both','884241841',NULL,'Sample Data','BrzÄ™czysÅ‚aw','','Terry',NULL,NULL,NULL,NULL,1,NULL,'Dear BrzÄ™czysÅ‚aw',1,NULL,'Dear BrzÄ™czysÅ‚aw',1,NULL,'BrzÄ™czysÅ‚aw Terry',NULL,2,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:20'), - (129,'Household',NULL,0,0,0,0,0,0,NULL,NULL,'Nielsen family','Nielsen family',NULL,NULL,NULL,'1',NULL,'Both','766698874',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,5,NULL,'Dear Nielsen family',5,NULL,'Dear Nielsen family',2,NULL,'Nielsen family',NULL,NULL,NULL,0,NULL,'Nielsen family',NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:20'), - (130,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Deforest, Roland','Roland Deforest II',NULL,NULL,NULL,'4',NULL,'Both','3507897798',NULL,'Sample Data','Roland','A','Deforest',NULL,3,NULL,NULL,1,NULL,'Dear Roland',1,NULL,'Dear Roland',1,NULL,'Roland Deforest II',NULL,2,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:20'), - (131,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Blackwell, BrzÄ™czysÅ‚aw','Dr. BrzÄ™czysÅ‚aw Blackwell',NULL,NULL,NULL,'1',NULL,'Both','3382098014',NULL,'Sample Data','BrzÄ™czysÅ‚aw','','Blackwell',4,NULL,NULL,NULL,1,NULL,'Dear BrzÄ™czysÅ‚aw',1,NULL,'Dear BrzÄ™czysÅ‚aw',1,NULL,'Dr. BrzÄ™czysÅ‚aw Blackwell',NULL,2,'1987-12-24',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:21'), - (132,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Roberts, Sonny','Sonny Roberts II',NULL,NULL,NULL,'5',NULL,'Both','624070005',NULL,'Sample Data','Sonny','P','Roberts',NULL,3,NULL,NULL,1,NULL,'Dear Sonny',1,NULL,'Dear Sonny',1,NULL,'Sonny Roberts II',NULL,NULL,'1983-06-08',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:21'), - (133,'Individual',NULL,1,0,0,0,0,0,NULL,NULL,'Cooper, Elbert','Dr. Elbert Cooper',NULL,NULL,NULL,NULL,NULL,'Both','2147415663',NULL,'Sample Data','Elbert','X','Cooper',4,NULL,NULL,NULL,1,NULL,'Dear Elbert',1,NULL,'Dear Elbert',1,NULL,'Dr. Elbert Cooper',NULL,2,'1958-12-20',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:19'), - (134,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Jones, BrzÄ™czysÅ‚aw','Dr. BrzÄ™czysÅ‚aw Jones III',NULL,NULL,NULL,NULL,NULL,'Both','1102443663',NULL,'Sample Data','BrzÄ™czysÅ‚aw','','Jones',4,4,NULL,NULL,1,NULL,'Dear BrzÄ™czysÅ‚aw',1,NULL,'Dear BrzÄ™czysÅ‚aw',1,NULL,'Dr. BrzÄ™czysÅ‚aw Jones III',NULL,2,'1992-07-26',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:19'), - (135,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Blackwell, Merrie','Merrie Blackwell',NULL,NULL,NULL,'4',NULL,'Both','2696737168',NULL,'Sample Data','Merrie','Z','Blackwell',NULL,NULL,NULL,NULL,1,NULL,'Dear Merrie',1,NULL,'Dear Merrie',1,NULL,'Merrie Blackwell',NULL,1,NULL,0,NULL,NULL,NULL,'Main Arts Initiative',NULL,NULL,102,0,'2023-03-08 06:51:19','2023-03-08 06:51:21'), - (136,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Prentice, Herminia','Herminia Prentice',NULL,NULL,NULL,NULL,NULL,'Both','4072784830',NULL,'Sample Data','Herminia','W','Prentice',NULL,NULL,NULL,NULL,1,NULL,'Dear Herminia',1,NULL,'Dear Herminia',1,NULL,'Herminia Prentice',NULL,1,'1974-11-07',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:19'), - (137,'Organization',NULL,0,0,0,0,0,0,NULL,NULL,'Friends Arts Center','Friends Arts Center',NULL,NULL,NULL,'2',NULL,'Both','3788580294',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'Friends Arts Center',NULL,NULL,NULL,0,NULL,NULL,154,'Friends Arts Center',NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:20'), - (138,'Household',NULL,0,0,0,0,0,0,NULL,NULL,'Olsen-Jones family','Olsen-Jones family',NULL,NULL,NULL,'1',NULL,'Both','3237202923',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,5,NULL,'Dear Olsen-Jones family',5,NULL,'Dear Olsen-Jones family',2,NULL,'Olsen-Jones family',NULL,NULL,NULL,0,NULL,'Olsen-Jones family',NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:20'), - (139,'Individual',NULL,0,1,0,0,0,0,NULL,NULL,'Nielsen, Teddy','Mr. Teddy Nielsen Sr.',NULL,NULL,NULL,NULL,NULL,'Both','1600610365',NULL,'Sample Data','Teddy','A','Nielsen',3,2,NULL,NULL,1,NULL,'Dear Teddy',1,NULL,'Dear Teddy',1,NULL,'Mr. Teddy Nielsen Sr.',NULL,2,'1967-09-10',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:21'), - (140,'Individual',NULL,0,0,0,0,1,0,NULL,NULL,'ÅÄ…chowski, Esta','Dr. Esta ÅÄ…chowski',NULL,NULL,NULL,NULL,NULL,'Both','195412899',NULL,'Sample Data','Esta','S','ÅÄ…chowski',4,NULL,NULL,NULL,1,NULL,'Dear Esta',1,NULL,'Dear Esta',1,NULL,'Dr. Esta ÅÄ…chowski',NULL,1,'1998-02-26',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:20'), - (141,'Individual',NULL,0,1,0,0,0,0,NULL,NULL,'Jacobs, Megan','Megan Jacobs',NULL,NULL,NULL,'2',NULL,'Both','3130984438',NULL,'Sample Data','Megan','','Jacobs',NULL,NULL,NULL,NULL,1,NULL,'Dear Megan',1,NULL,'Dear Megan',1,NULL,'Megan Jacobs',NULL,1,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:21'), - (142,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Adams, Brigette','Brigette Adams',NULL,NULL,NULL,'1',NULL,'Both','3645343671',NULL,'Sample Data','Brigette','','Adams',NULL,NULL,NULL,NULL,1,NULL,'Dear Brigette',1,NULL,'Dear Brigette',1,NULL,'Brigette Adams',NULL,1,'1993-01-22',0,NULL,NULL,NULL,'Michigan Software Trust',NULL,NULL,173,0,'2023-03-08 06:51:19','2023-03-08 06:51:20'), - (143,'Household',NULL,0,0,0,0,0,0,NULL,NULL,'McReynolds family','McReynolds family',NULL,NULL,NULL,'5',NULL,'Both','3032680972',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,5,NULL,'Dear McReynolds family',5,NULL,'Dear McReynolds family',2,NULL,'McReynolds family',NULL,NULL,NULL,0,NULL,'McReynolds family',NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:20'), - (144,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Jensen, Maria','Mr. Maria Jensen Jr.',NULL,NULL,NULL,'3',NULL,'Both','27867278',NULL,'Sample Data','Maria','','Jensen',3,1,NULL,NULL,1,NULL,'Dear Maria',1,NULL,'Dear Maria',1,NULL,'Mr. Maria Jensen Jr.',NULL,2,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:20'), - (145,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Patel, Herminia','Ms. Herminia Patel',NULL,NULL,NULL,'2',NULL,'Both','2166987565',NULL,'Sample Data','Herminia','M','Patel',2,NULL,NULL,NULL,1,NULL,'Dear Herminia',1,NULL,'Dear Herminia',1,NULL,'Ms. Herminia Patel',NULL,1,'1984-08-06',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:20'), - (146,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Wattson, Magan','Magan Wattson',NULL,NULL,NULL,NULL,NULL,'Both','3310801792',NULL,'Sample Data','Magan','P','Wattson',NULL,NULL,NULL,NULL,1,NULL,'Dear Magan',1,NULL,'Dear Magan',1,NULL,'Magan Wattson',NULL,NULL,'1968-09-29',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:21'), - (147,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'roberts.delana19@infomail.co.nz','roberts.delana19@infomail.co.nz',NULL,NULL,NULL,NULL,NULL,'Both','146895199',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,'Dear roberts.delana19@infomail.co.nz',1,NULL,'Dear roberts.delana19@infomail.co.nz',1,NULL,'roberts.delana19@infomail.co.nz',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:20'), - (148,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Müller, Shauna','Shauna Müller',NULL,NULL,NULL,NULL,NULL,'Both','2927518438',NULL,'Sample Data','Shauna','','Müller',NULL,NULL,NULL,NULL,1,NULL,'Dear Shauna',1,NULL,'Dear Shauna',1,NULL,'Shauna Müller',NULL,NULL,'1964-12-28',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:20'), - (149,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Zope, Clint','Clint Zope',NULL,NULL,NULL,'5',NULL,'Both','869284324',NULL,'Sample Data','Clint','T','Zope',NULL,NULL,NULL,NULL,1,NULL,'Dear Clint',1,NULL,'Dear Clint',1,NULL,'Clint Zope',NULL,2,NULL,0,NULL,NULL,NULL,'Pennsylvania Agriculture Association',NULL,NULL,194,0,'2023-03-08 06:51:19','2023-03-08 06:51:21'), - (150,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Lee, Tanya','Mrs. Tanya Lee',NULL,NULL,NULL,NULL,NULL,'Both','776617860',NULL,'Sample Data','Tanya','S','Lee',1,NULL,NULL,NULL,1,NULL,'Dear Tanya',1,NULL,'Dear Tanya',1,NULL,'Mrs. Tanya Lee',NULL,1,'1979-06-27',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:19'), - (151,'Organization',NULL,0,0,0,0,0,0,NULL,NULL,'Rural Music Center','Rural Music Center',NULL,NULL,NULL,'2',NULL,'Both','2079221623',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'Rural Music Center',NULL,NULL,NULL,0,NULL,NULL,37,'Rural Music Center',NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:20'), - (152,'Individual',NULL,1,0,0,0,0,0,NULL,NULL,'Dimitrov, Lincoln','Lincoln Dimitrov',NULL,NULL,NULL,'1',NULL,'Both','199020119',NULL,'Sample Data','Lincoln','L','Dimitrov',NULL,NULL,NULL,NULL,1,NULL,'Dear Lincoln',1,NULL,'Dear Lincoln',1,NULL,'Lincoln Dimitrov',NULL,2,'1956-11-24',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:20'), - (153,'Individual',NULL,0,0,0,0,1,0,NULL,NULL,'Nielsen-Jensen, Brigette','Brigette Nielsen-Jensen',NULL,NULL,NULL,NULL,NULL,'Both','1657155079',NULL,'Sample Data','Brigette','S','Nielsen-Jensen',NULL,NULL,NULL,NULL,1,NULL,'Dear Brigette',1,NULL,'Dear Brigette',1,NULL,'Brigette Nielsen-Jensen',NULL,1,'2016-04-09',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:21'), - (154,'Individual',NULL,1,0,0,0,0,0,NULL,NULL,'Olsen, Allen','Dr. Allen Olsen II',NULL,NULL,NULL,NULL,NULL,'Both','1167600781',NULL,'Sample Data','Allen','','Olsen',4,3,NULL,NULL,1,NULL,'Dear Allen',1,NULL,'Dear Allen',1,NULL,'Dr. Allen Olsen II',NULL,2,'2000-04-03',0,NULL,NULL,NULL,'Friends Arts Center',NULL,NULL,137,0,'2023-03-08 06:51:19','2023-03-08 06:51:20'), - (155,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Barkley, Russell','Russell Barkley',NULL,NULL,NULL,'5',NULL,'Both','748831488',NULL,'Sample Data','Russell','','Barkley',NULL,NULL,NULL,NULL,1,NULL,'Dear Russell',1,NULL,'Dear Russell',1,NULL,'Russell Barkley',NULL,2,'1950-05-29',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:21'), - (156,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Adams, Elina','Ms. Elina Adams',NULL,NULL,NULL,NULL,NULL,'Both','3914819984',NULL,'Sample Data','Elina','D','Adams',2,NULL,NULL,NULL,1,NULL,'Dear Elina',1,NULL,'Dear Elina',1,NULL,'Ms. Elina Adams',NULL,1,'1979-08-28',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:21'), - (157,'Individual',NULL,1,0,0,0,0,0,NULL,NULL,'Bachman, Toby','Toby Bachman Jr.',NULL,NULL,NULL,NULL,NULL,'Both','3370727882',NULL,'Sample Data','Toby','','Bachman',NULL,1,NULL,NULL,1,NULL,'Dear Toby',1,NULL,'Dear Toby',1,NULL,'Toby Bachman Jr.',NULL,2,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:21'), - (158,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Müller, Alida','Alida Müller',NULL,NULL,NULL,NULL,NULL,'Both','4166377507',NULL,'Sample Data','Alida','','Müller',NULL,NULL,NULL,NULL,1,NULL,'Dear Alida',1,NULL,'Dear Alida',1,NULL,'Alida Müller',NULL,1,'1970-09-05',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:21'), - (159,'Individual',NULL,0,1,0,0,0,0,NULL,NULL,'Olsen-Jones, Lincoln','Lincoln Olsen-Jones',NULL,NULL,NULL,'2',NULL,'Both','1567799895',NULL,'Sample Data','Lincoln','','Olsen-Jones',NULL,NULL,NULL,NULL,1,NULL,'Dear Lincoln',1,NULL,'Dear Lincoln',1,NULL,'Lincoln Olsen-Jones',NULL,2,'1989-12-15',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:21'), - (160,'Household',NULL,0,1,0,0,0,0,NULL,NULL,'Nielsen-Jensen family','Nielsen-Jensen family',NULL,NULL,NULL,'5',NULL,'Both','2662338490',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,5,NULL,'Dear Nielsen-Jensen family',5,NULL,'Dear Nielsen-Jensen family',2,NULL,'Nielsen-Jensen family',NULL,NULL,NULL,0,NULL,'Nielsen-Jensen family',NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:20'), - (161,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Müller, Tanya','Ms. Tanya Müller',NULL,NULL,NULL,'5',NULL,'Both','1478253205',NULL,'Sample Data','Tanya','W','Müller',2,NULL,NULL,NULL,1,NULL,'Dear Tanya',1,NULL,'Dear Tanya',1,NULL,'Ms. Tanya Müller',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:19'), - (162,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Reynolds, Sharyn','Sharyn Reynolds',NULL,NULL,NULL,NULL,NULL,'Both','2983838117',NULL,'Sample Data','Sharyn','M','Reynolds',NULL,NULL,NULL,NULL,1,NULL,'Dear Sharyn',1,NULL,'Dear Sharyn',1,NULL,'Sharyn Reynolds',NULL,1,'1968-07-23',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:19'), - (163,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Wattson, Betty','Betty Wattson',NULL,NULL,NULL,NULL,NULL,'Both','1650634236',NULL,'Sample Data','Betty','O','Wattson',NULL,NULL,NULL,NULL,1,NULL,'Dear Betty',1,NULL,'Dear Betty',1,NULL,'Betty Wattson',NULL,1,'2019-04-08',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:21'), - (164,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Ivanov, Ashley','Dr. Ashley Ivanov II',NULL,NULL,NULL,'1',NULL,'Both','2740657237',NULL,'Sample Data','Ashley','C','Ivanov',4,3,NULL,NULL,1,NULL,'Dear Ashley',1,NULL,'Dear Ashley',1,NULL,'Dr. Ashley Ivanov II',NULL,2,'1976-04-15',0,NULL,NULL,NULL,'Eureka Springs Environmental Center',NULL,NULL,177,0,'2023-03-08 06:51:19','2023-03-08 06:51:20'), - (165,'Individual',NULL,1,1,0,0,0,0,NULL,NULL,'Prentice, Mei','Dr. Mei Prentice',NULL,NULL,NULL,'4',NULL,'Both','1342944335',NULL,'Sample Data','Mei','L','Prentice',4,NULL,NULL,NULL,1,NULL,'Dear Mei',1,NULL,'Dear Mei',1,NULL,'Dr. Mei Prentice',NULL,NULL,'1979-08-17',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:20'), - (166,'Individual',NULL,0,0,0,0,1,0,NULL,NULL,'eleonord@airmail.co.nz','eleonord@airmail.co.nz',NULL,NULL,NULL,'2',NULL,'Both','2518500096',NULL,'Sample Data',NULL,NULL,NULL,2,NULL,NULL,NULL,1,NULL,'Dear eleonord@airmail.co.nz',1,NULL,'Dear eleonord@airmail.co.nz',1,NULL,'eleonord@airmail.co.nz',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:19'), - (167,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Bachman, Jina','Jina Bachman',NULL,NULL,NULL,'2',NULL,'Both','3279663758',NULL,'Sample Data','Jina','','Bachman',NULL,NULL,NULL,NULL,1,NULL,'Dear Jina',1,NULL,'Dear Jina',1,NULL,'Jina Bachman',NULL,1,'2004-05-09',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:21'), - (168,'Individual',NULL,0,1,0,0,0,0,NULL,NULL,'Olsen-Müller, Rebekah','Rebekah Olsen-Müller',NULL,NULL,NULL,'5',NULL,'Both','583345813',NULL,'Sample Data','Rebekah','E','Olsen-Müller',NULL,NULL,NULL,NULL,1,NULL,'Dear Rebekah',1,NULL,'Dear Rebekah',1,NULL,'Rebekah Olsen-Müller',NULL,NULL,'2010-04-22',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:21'), - (169,'Individual',NULL,0,1,0,0,1,0,NULL,NULL,'Cooper, Allan','Allan Cooper Jr.',NULL,NULL,NULL,'3',NULL,'Both','350402207',NULL,'Sample Data','Allan','Z','Cooper',NULL,1,NULL,NULL,1,NULL,'Dear Allan',1,NULL,'Dear Allan',1,NULL,'Allan Cooper Jr.',NULL,2,'1994-10-22',0,NULL,NULL,NULL,'Miami Sustainability Fund',NULL,NULL,70,0,'2023-03-08 06:51:19','2023-03-08 06:51:21'), - (170,'Individual',NULL,0,1,0,0,0,0,NULL,NULL,'Roberts, Lincoln','Dr. Lincoln Roberts Jr.',NULL,NULL,NULL,'2',NULL,'Both','1322526002',NULL,'Sample Data','Lincoln','C','Roberts',4,1,NULL,NULL,1,NULL,'Dear Lincoln',1,NULL,'Dear Lincoln',1,NULL,'Dr. Lincoln Roberts Jr.',NULL,2,'1977-05-06',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:20'), - (171,'Individual',NULL,0,0,0,0,1,0,NULL,NULL,'Patel, Errol','Mr. Errol Patel',NULL,NULL,NULL,NULL,NULL,'Both','392597171',NULL,'Sample Data','Errol','D','Patel',3,NULL,NULL,NULL,1,NULL,'Dear Errol',1,NULL,'Dear Errol',1,NULL,'Mr. Errol Patel',NULL,2,'1953-08-01',0,NULL,NULL,NULL,'Martin Luther King Development Partners',NULL,NULL,24,0,'2023-03-08 06:51:19','2023-03-08 06:51:20'), - (172,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'damarist@fishmail.info','damarist@fishmail.info',NULL,NULL,NULL,'5',NULL,'Both','1880992713',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,'Dear damarist@fishmail.info',1,NULL,'Dear damarist@fishmail.info',1,NULL,'damarist@fishmail.info',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:21'), - (173,'Organization',NULL,0,0,0,0,0,0,NULL,NULL,'Michigan Software Trust','Michigan Software Trust',NULL,NULL,NULL,'5',NULL,'Both','3850620930',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'Michigan Software Trust',NULL,NULL,NULL,0,NULL,NULL,142,'Michigan Software Trust',NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:20'), - (174,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Lee, Truman','Truman Lee II',NULL,NULL,NULL,'5',NULL,'Both','696555700',NULL,'Sample Data','Truman','','Lee',NULL,3,NULL,NULL,1,NULL,'Dear Truman',1,NULL,'Dear Truman',1,NULL,'Truman Lee II',NULL,NULL,NULL,0,NULL,NULL,NULL,'Niles Health Services',NULL,NULL,82,0,'2023-03-08 06:51:19','2023-03-08 06:51:20'), - (175,'Individual',NULL,0,0,0,0,1,0,NULL,NULL,'Jones, Shad','Shad Jones',NULL,NULL,NULL,NULL,NULL,'Both','3058482719',NULL,'Sample Data','Shad','E','Jones',NULL,NULL,NULL,NULL,1,NULL,'Dear Shad',1,NULL,'Dear Shad',1,NULL,'Shad Jones',NULL,2,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:20'), - (176,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Samson, Nicole','Ms. Nicole Samson',NULL,NULL,NULL,'2',NULL,'Both','1649974700',NULL,'Sample Data','Nicole','','Samson',2,NULL,NULL,NULL,1,NULL,'Dear Nicole',1,NULL,'Dear Nicole',1,NULL,'Ms. Nicole Samson',NULL,1,'1991-11-15',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:20'), - (177,'Organization',NULL,0,0,0,0,0,0,NULL,NULL,'Eureka Springs Environmental Center','Eureka Springs Environmental Center',NULL,NULL,NULL,'1',NULL,'Both','1505415000',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'Eureka Springs Environmental Center',NULL,NULL,NULL,0,NULL,NULL,164,'Eureka Springs Environmental Center',NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:20'), - (178,'Individual',NULL,0,1,0,0,0,0,NULL,NULL,'santinabarkley@testing.biz','santinabarkley@testing.biz',NULL,NULL,NULL,NULL,NULL,'Both','4009526663',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,'Dear santinabarkley@testing.biz',1,NULL,'Dear santinabarkley@testing.biz',1,NULL,'santinabarkley@testing.biz',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:21'), - (179,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'McReynolds, Arlyne','Arlyne McReynolds',NULL,NULL,NULL,'4',NULL,'Both','1526771757',NULL,'Sample Data','Arlyne','I','McReynolds',NULL,NULL,NULL,NULL,1,NULL,'Dear Arlyne',1,NULL,'Dear Arlyne',1,NULL,'Arlyne McReynolds',NULL,NULL,'1944-12-28',1,'2022-05-05',NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:19'), - (180,'Individual',NULL,0,0,0,0,1,0,NULL,NULL,'McReynolds, Ivey','Ivey McReynolds',NULL,NULL,NULL,NULL,NULL,'Both','3543287446',NULL,'Sample Data','Ivey','V','McReynolds',NULL,NULL,NULL,NULL,1,NULL,'Dear Ivey',1,NULL,'Dear Ivey',1,NULL,'Ivey McReynolds',NULL,1,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:21'), - (181,'Household',NULL,0,0,0,0,0,0,NULL,NULL,'Deforest family','Deforest family',NULL,NULL,NULL,'1',NULL,'Both','3235379039',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,5,NULL,'Dear Deforest family',5,NULL,'Dear Deforest family',2,NULL,'Deforest family',NULL,NULL,NULL,0,NULL,'Deforest family',NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:20'), - (182,'Individual',NULL,0,1,0,0,1,0,NULL,NULL,'Jacobs, Rodrigo','Rodrigo Jacobs',NULL,NULL,NULL,NULL,NULL,'Both','1520738612',NULL,'Sample Data','Rodrigo','','Jacobs',NULL,NULL,NULL,NULL,1,NULL,'Dear Rodrigo',1,NULL,'Dear Rodrigo',1,NULL,'Rodrigo Jacobs',NULL,2,'1988-07-27',0,NULL,NULL,NULL,'Montfort Wellness Network',NULL,NULL,13,0,'2023-03-08 06:51:19','2023-03-08 06:51:21'), - (183,'Organization',NULL,0,0,0,0,0,0,NULL,NULL,'Friends Wellness Collective','Friends Wellness Collective',NULL,NULL,NULL,'4',NULL,'Both','3119021715',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'Friends Wellness Collective',NULL,NULL,NULL,0,NULL,NULL,94,'Friends Wellness Collective',NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:20'), - (184,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Jameson, Felisha','Ms. Felisha Jameson',NULL,NULL,NULL,NULL,NULL,'Both','2198176616',NULL,'Sample Data','Felisha','J','Jameson',2,NULL,NULL,NULL,1,NULL,'Dear Felisha',1,NULL,'Dear Felisha',1,NULL,'Ms. Felisha Jameson',NULL,NULL,'1999-05-15',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:19'), - (185,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'jameson.troy@mymail.info','jameson.troy@mymail.info',NULL,NULL,NULL,NULL,NULL,'Both','3426361405',NULL,'Sample Data',NULL,NULL,NULL,NULL,2,NULL,NULL,1,NULL,'Dear jameson.troy@mymail.info',1,NULL,'Dear jameson.troy@mymail.info',1,NULL,'jameson.troy@mymail.info',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:21'), - (186,'Individual',NULL,0,1,0,0,0,0,NULL,NULL,'Yadav, Bryon','Dr. Bryon Yadav Sr.',NULL,NULL,NULL,'5',NULL,'Both','1301093368',NULL,'Sample Data','Bryon','G','Yadav',4,2,NULL,NULL,1,NULL,'Dear Bryon',1,NULL,'Dear Bryon',1,NULL,'Dr. Bryon Yadav Sr.',NULL,2,'1970-06-09',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:20'), - (187,'Organization',NULL,0,1,0,0,0,0,NULL,NULL,'Caulder Empowerment School','Caulder Empowerment School',NULL,NULL,NULL,NULL,NULL,'Both','2652420423',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'Caulder Empowerment School',NULL,NULL,NULL,0,NULL,NULL,123,'Caulder Empowerment School',NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:20'), - (188,'Individual',NULL,1,0,0,0,0,0,NULL,NULL,'Olsen-Müller, Mei','Dr. Mei Olsen-Müller',NULL,NULL,NULL,'2',NULL,'Both','2844295961',NULL,'Sample Data','Mei','A','Olsen-Müller',4,NULL,NULL,NULL,1,NULL,'Dear Mei',1,NULL,'Dear Mei',1,NULL,'Dr. Mei Olsen-Müller',NULL,NULL,'1993-12-11',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:21'), - (189,'Organization',NULL,0,0,0,0,0,0,NULL,NULL,'Green Literacy Solutions','Green Literacy Solutions',NULL,NULL,NULL,NULL,NULL,'Both','1172257048',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'Green Literacy Solutions',NULL,NULL,NULL,0,NULL,NULL,196,'Green Literacy Solutions',NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:20'), - (190,'Individual',NULL,1,0,0,0,0,0,NULL,NULL,'Wattson, Kathlyn','Kathlyn Wattson',NULL,NULL,NULL,'1',NULL,'Both','191562208',NULL,'Sample Data','Kathlyn','R','Wattson',NULL,NULL,NULL,NULL,1,NULL,'Dear Kathlyn',1,NULL,'Dear Kathlyn',1,NULL,'Kathlyn Wattson',NULL,1,'1961-05-21',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:21'), - (191,'Individual',NULL,0,0,0,0,1,0,NULL,NULL,'Jacobs-Jameson, Damaris','Ms. Damaris Jacobs-Jameson',NULL,NULL,NULL,'1',NULL,'Both','4108314341',NULL,'Sample Data','Damaris','E','Jacobs-Jameson',2,NULL,NULL,NULL,1,NULL,'Dear Damaris',1,NULL,'Dear Damaris',1,NULL,'Ms. Damaris Jacobs-Jameson',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:21'), - (192,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Terrell, Angelika','Angelika Terrell',NULL,NULL,NULL,NULL,NULL,'Both','1430135515',NULL,'Sample Data','Angelika','H','Terrell',NULL,NULL,NULL,NULL,1,NULL,'Dear Angelika',1,NULL,'Dear Angelika',1,NULL,'Angelika Terrell',NULL,1,'1992-12-13',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:20'), - (193,'Individual',NULL,1,0,0,0,0,0,NULL,NULL,'Jensen, Mei','Mrs. Mei Jensen',NULL,NULL,NULL,NULL,NULL,'Both','3305491240',NULL,'Sample Data','Mei','','Jensen',1,NULL,NULL,NULL,1,NULL,'Dear Mei',1,NULL,'Dear Mei',1,NULL,'Mrs. Mei Jensen',NULL,NULL,'1996-05-07',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:21'), - (194,'Organization',NULL,0,0,0,0,0,0,NULL,NULL,'Pennsylvania Agriculture Association','Pennsylvania Agriculture Association',NULL,NULL,NULL,'4',NULL,'Both','2168206143',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'Pennsylvania Agriculture Association',NULL,NULL,NULL,0,NULL,NULL,149,'Pennsylvania Agriculture Association',NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:20'), - (195,'Individual',NULL,0,0,0,0,1,0,NULL,NULL,'Parker, Rodrigo','Mr. Rodrigo Parker III',NULL,NULL,NULL,'1',NULL,'Both','3584522736',NULL,'Sample Data','Rodrigo','L','Parker',3,4,NULL,NULL,1,NULL,'Dear Rodrigo',1,NULL,'Dear Rodrigo',1,NULL,'Mr. Rodrigo Parker III',NULL,2,'1945-08-21',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:19'), - (196,'Individual',NULL,1,0,0,0,1,0,NULL,NULL,'Wilson, Ashley','Mr. Ashley Wilson Jr.',NULL,NULL,NULL,'3',NULL,'Both','1909485085',NULL,'Sample Data','Ashley','','Wilson',3,1,NULL,NULL,1,NULL,'Dear Ashley',1,NULL,'Dear Ashley',1,NULL,'Mr. Ashley Wilson Jr.',NULL,2,'1996-10-27',0,NULL,NULL,NULL,'Green Literacy Solutions',NULL,NULL,189,0,'2023-03-08 06:51:19','2023-03-08 06:51:20'), - (197,'Individual',NULL,0,1,0,0,0,0,NULL,NULL,'Nielsen, Teddy','Teddy Nielsen',NULL,NULL,NULL,NULL,NULL,'Both','1600610365',NULL,'Sample Data','Teddy','','Nielsen',NULL,NULL,NULL,NULL,1,NULL,'Dear Teddy',1,NULL,'Dear Teddy',1,NULL,'Teddy Nielsen',NULL,2,'2005-12-11',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:21'), - (198,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Nielsen, Delana','Ms. Delana Nielsen',NULL,NULL,NULL,NULL,NULL,'Both','1974139195',NULL,'Sample Data','Delana','H','Nielsen',2,NULL,NULL,NULL,1,NULL,'Dear Delana',1,NULL,'Dear Delana',1,NULL,'Ms. Delana Nielsen',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:21'), - (199,'Individual',NULL,1,1,0,0,0,0,NULL,NULL,'Jameson, Allen','Dr. Allen Jameson III',NULL,NULL,NULL,NULL,NULL,'Both','3044297960',NULL,'Sample Data','Allen','W','Jameson',4,4,NULL,NULL,1,NULL,'Dear Allen',1,NULL,'Dear Allen',1,NULL,'Dr. Allen Jameson III',NULL,NULL,'1992-12-16',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:19'), - (200,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Nielsen, Brittney','Mrs. Brittney Nielsen',NULL,NULL,NULL,NULL,NULL,'Both','544884463',NULL,'Sample Data','Brittney','E','Nielsen',1,NULL,NULL,NULL,1,NULL,'Dear Brittney',1,NULL,'Dear Brittney',1,NULL,'Mrs. Brittney Nielsen',NULL,1,'1951-01-06',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:20'), - (201,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Adams, Delana','Ms. Delana Adams',NULL,NULL,NULL,NULL,NULL,'Both','1694982266',NULL,'Sample Data','Delana','','Adams',2,NULL,NULL,NULL,1,NULL,'Dear Delana',1,NULL,'Dear Delana',1,NULL,'Ms. Delana Adams',NULL,NULL,'1954-12-16',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:19','2023-03-08 06:51:20'), - (202,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Lee, Jenny','Jenny Lee',NULL,NULL,NULL,NULL,'en_US','Both','723ac828658b2e6b2896bc348fc7775c',NULL,NULL,'Jenny',NULL,'Lee',NULL,NULL,NULL,1,1,NULL,'Dear Jenny',1,NULL,'Dear Jenny',1,NULL,'Jenny Lee','Volunteer coordinator',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-03-08 06:51:22','2023-03-08 06:51:22'); +INSERT INTO `civicrm_contact` (`id`, `contact_type`, `external_identifier`, `display_name`, `organization_name`, `contact_sub_type`, `first_name`, `middle_name`, `last_name`, `do_not_email`, `do_not_phone`, `do_not_mail`, `do_not_sms`, `do_not_trade`, `is_opt_out`, `legal_identifier`, `sort_name`, `nick_name`, `legal_name`, `image_URL`, `preferred_communication_method`, `preferred_language`, `hash`, `api_key`, `source`, `prefix_id`, `suffix_id`, `formal_title`, `communication_style_id`, `email_greeting_id`, `email_greeting_custom`, `email_greeting_display`, `postal_greeting_id`, `postal_greeting_custom`, `postal_greeting_display`, `addressee_id`, `addressee_custom`, `addressee_display`, `job_title`, `gender_id`, `birth_date`, `is_deceased`, `deceased_date`, `household_name`, `primary_contact_id`, `sic_code`, `user_unique_id`, `employer_id`, `is_deleted`, `created_date`, `modified_date`, `preferred_mail_format`) VALUES + (1,'Organization',NULL,'Default Organization','Default Organization',NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,'Default Organization',NULL,'Default Organization',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2023-04-30 16:20:44','Both'), + (2,'Individual',NULL,'Lashawnda Reynolds',NULL,NULL,'Lashawnda','','Reynolds',1,1,0,0,0,0,NULL,'Reynolds, Lashawnda',NULL,NULL,NULL,NULL,NULL,'935996887',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Lashawnda',1,NULL,'Dear Lashawnda',1,NULL,'Lashawnda Reynolds',NULL,1,'1962-05-18',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:50','2023-04-30 16:20:52','Both'), + (3,'Organization',NULL,'Revere Health Fund','Revere Health Fund',NULL,NULL,NULL,NULL,1,0,0,0,0,0,NULL,'Revere Health Fund',NULL,NULL,NULL,NULL,NULL,'2075449416',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'Revere Health Fund',NULL,NULL,NULL,0,NULL,NULL,110,NULL,NULL,NULL,0,'2023-04-30 16:20:50','2023-04-30 16:20:53','Both'), + (4,'Individual',NULL,'Winford Deforest',NULL,NULL,'Winford','','Deforest',0,0,0,0,0,0,NULL,'Deforest, Winford',NULL,NULL,NULL,'4',NULL,'2485601167',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Winford',1,NULL,'Dear Winford',1,NULL,'Winford Deforest',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:50','2023-04-30 16:20:53','Both'), + (5,'Individual',NULL,'prentice.lashawnda48@airmail.co.in','Community Family Association',NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,'prentice.lashawnda48@airmail.co.in',NULL,NULL,NULL,NULL,NULL,'1175575623',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear prentice.lashawnda48@airmail.co.in',1,NULL,'Dear prentice.lashawnda48@airmail.co.in',1,NULL,'prentice.lashawnda48@airmail.co.in',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,167,0,'2023-04-30 16:20:50','2023-04-30 16:20:54','Both'), + (6,'Organization',NULL,'Dickinson Peace Network','Dickinson Peace Network',NULL,NULL,NULL,NULL,0,1,0,0,1,0,NULL,'Dickinson Peace Network',NULL,NULL,NULL,NULL,NULL,'4167988401',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'Dickinson Peace Network',NULL,NULL,NULL,0,NULL,NULL,92,NULL,NULL,NULL,0,'2023-04-30 16:20:50','2023-04-30 16:20:53','Both'), + (7,'Household',NULL,'Robertson family',NULL,NULL,NULL,NULL,NULL,0,1,0,0,0,0,NULL,'Robertson family',NULL,NULL,NULL,NULL,NULL,'3444393980',NULL,'Sample Data',NULL,NULL,NULL,NULL,5,NULL,'Dear Robertson family',5,NULL,'Dear Robertson family',2,NULL,'Robertson family',NULL,NULL,NULL,0,NULL,'Robertson family',NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:50','2023-04-30 16:20:53','Both'), + (8,'Individual',NULL,'Nicole Nielsen',NULL,NULL,'Nicole','','Nielsen',0,0,0,0,0,0,NULL,'Nielsen, Nicole',NULL,NULL,NULL,'1',NULL,'1986505883',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Nicole',1,NULL,'Dear Nicole',1,NULL,'Nicole Nielsen',NULL,1,'2002-05-23',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:50','2023-04-30 16:20:54','Both'), + (9,'Individual',NULL,'Tanya Wilson',NULL,NULL,'Tanya','','Wilson',0,0,0,0,1,0,NULL,'Wilson, Tanya',NULL,NULL,NULL,'2',NULL,'147078466',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Tanya',1,NULL,'Dear Tanya',1,NULL,'Tanya Wilson',NULL,NULL,'1940-01-22',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:50','2023-04-30 16:20:52','Both'), + (10,'Individual',NULL,'Rosario DÃaz',NULL,NULL,'Rosario','Z','DÃaz',0,0,0,0,0,0,NULL,'DÃaz, Rosario',NULL,NULL,NULL,NULL,NULL,'1814002832',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Rosario',1,NULL,'Dear Rosario',1,NULL,'Rosario DÃaz',NULL,2,'1957-05-30',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:50','2023-04-30 16:20:51','Both'), + (11,'Individual',NULL,'Craig González Sr.',NULL,NULL,'Craig','A','González',1,0,0,0,0,0,NULL,'González, Craig',NULL,NULL,NULL,'1',NULL,'3862517976',NULL,'Sample Data',NULL,2,NULL,NULL,1,NULL,'Dear Craig',1,NULL,'Dear Craig',1,NULL,'Craig González Sr.',NULL,NULL,'2019-11-25',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:50','2023-04-30 16:20:54','Both'), + (12,'Individual',NULL,'Dr. Bob Roberts',NULL,NULL,'Bob','K','Roberts',0,0,0,0,0,0,NULL,'Roberts, Bob',NULL,NULL,NULL,'1',NULL,'1182740119',NULL,'Sample Data',4,NULL,NULL,NULL,1,NULL,'Dear Bob',1,NULL,'Dear Bob',1,NULL,'Dr. Bob Roberts',NULL,2,'1994-06-26',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:50','2023-04-30 16:20:54','Both'), + (13,'Individual',NULL,'Betty Robertson',NULL,NULL,'Betty','P','Robertson',0,0,0,0,0,0,NULL,'Robertson, Betty',NULL,NULL,NULL,'2',NULL,'115085752',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Betty',1,NULL,'Dear Betty',1,NULL,'Betty Robertson',NULL,1,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:50','2023-04-30 16:20:51','Both'), + (14,'Organization',NULL,'Friars Point Education Services','Friars Point Education Services',NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,'Friars Point Education Services',NULL,NULL,NULL,'5',NULL,'2096129733',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'Friars Point Education Services',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:50','2023-04-30 16:20:53','Both'), + (15,'Individual',NULL,'Landon Nielsen III',NULL,NULL,'Landon','Y','Nielsen',0,0,0,0,1,0,NULL,'Nielsen, Landon',NULL,NULL,NULL,'3',NULL,'1226832678',NULL,'Sample Data',NULL,4,NULL,NULL,1,NULL,'Dear Landon',1,NULL,'Dear Landon',1,NULL,'Landon Nielsen III',NULL,NULL,'2017-02-07',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:50','2023-04-30 16:20:53','Both'), + (16,'Individual',NULL,'Dr. Kenny Terrell',NULL,NULL,'Kenny','M','Terrell',0,1,0,0,0,0,NULL,'Terrell, Kenny',NULL,NULL,NULL,'3',NULL,'614922505',NULL,'Sample Data',4,NULL,NULL,NULL,1,NULL,'Dear Kenny',1,NULL,'Dear Kenny',1,NULL,'Dr. Kenny Terrell',NULL,2,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:50','2023-04-30 16:20:54','Both'), + (17,'Individual',NULL,'Mrs. Margaret Zope','Jackson Empowerment Association',NULL,'Margaret','','Zope',0,1,0,0,0,0,NULL,'Zope, Margaret',NULL,NULL,NULL,'5',NULL,'3069258940',NULL,'Sample Data',1,NULL,NULL,NULL,1,NULL,'Dear Margaret',1,NULL,'Dear Margaret',1,NULL,'Mrs. Margaret Zope',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,156,0,'2023-04-30 16:20:50','2023-04-30 16:20:53','Both'), + (18,'Organization',NULL,'Sierra Empowerment Fund','Sierra Empowerment Fund',NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,'Sierra Empowerment Fund',NULL,NULL,NULL,'4',NULL,'1697590793',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'Sierra Empowerment Fund',NULL,NULL,NULL,0,NULL,NULL,31,NULL,NULL,NULL,0,'2023-04-30 16:20:50','2023-04-30 16:20:53','Both'), + (19,'Household',NULL,'Parker family',NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,'Parker family',NULL,NULL,NULL,NULL,NULL,'425242179',NULL,'Sample Data',NULL,NULL,NULL,NULL,5,NULL,'Dear Parker family',5,NULL,'Dear Parker family',2,NULL,'Parker family',NULL,NULL,NULL,0,NULL,'Parker family',NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:50','2023-04-30 16:20:53','Both'), + (20,'Individual',NULL,'Valene Patel',NULL,NULL,'Valene','','Patel',1,0,0,0,0,0,NULL,'Patel, Valene',NULL,NULL,NULL,'3',NULL,'2428544125',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Valene',1,NULL,'Dear Valene',1,NULL,'Valene Patel',NULL,NULL,'1969-10-03',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:50','2023-04-30 16:20:51','Both'), + (21,'Individual',NULL,'parkera@example.biz',NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,'parkera@example.biz',NULL,NULL,NULL,NULL,NULL,'3922026990',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear parkera@example.biz',1,NULL,'Dear parkera@example.biz',1,NULL,'parkera@example.biz',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:50','2023-04-30 16:20:53','Both'), + (22,'Individual',NULL,'Valene Yadav',NULL,NULL,'Valene','','Yadav',1,0,0,0,1,0,NULL,'Yadav, Valene',NULL,NULL,NULL,'2',NULL,'2309358283',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Valene',1,NULL,'Dear Valene',1,NULL,'Valene Yadav',NULL,1,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:50','2023-04-30 16:20:54','Both'), + (23,'Individual',NULL,'Mrs. Josefa González',NULL,NULL,'Josefa','','González',0,0,0,0,1,0,NULL,'González, Josefa',NULL,NULL,NULL,NULL,NULL,'892831799',NULL,'Sample Data',1,NULL,NULL,NULL,1,NULL,'Dear Josefa',1,NULL,'Dear Josefa',1,NULL,'Mrs. Josefa González',NULL,1,'1987-01-04',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:50','2023-04-30 16:20:54','Both'), + (24,'Household',NULL,'Wagner-Lee family',NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,'Wagner-Lee family',NULL,NULL,NULL,NULL,NULL,'3984555441',NULL,'Sample Data',NULL,NULL,NULL,NULL,5,NULL,'Dear Wagner-Lee family',5,NULL,'Dear Wagner-Lee family',2,NULL,'Wagner-Lee family',NULL,NULL,NULL,0,NULL,'Wagner-Lee family',NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:50','2023-04-30 16:20:53','Both'), + (25,'Individual',NULL,'Jed Terrell',NULL,NULL,'Jed','C','Terrell',0,0,0,0,1,0,NULL,'Terrell, Jed',NULL,NULL,NULL,NULL,NULL,'1773288305',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Jed',1,NULL,'Dear Jed',1,NULL,'Jed Terrell',NULL,2,'1991-03-21',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:50','2023-04-30 16:20:54','Both'), + (26,'Individual',NULL,'Ms. Merrie Prentice',NULL,NULL,'Merrie','H','Prentice',0,1,0,0,0,0,NULL,'Prentice, Merrie',NULL,NULL,NULL,'1',NULL,'3396765714',NULL,'Sample Data',2,NULL,NULL,NULL,1,NULL,'Dear Merrie',1,NULL,'Dear Merrie',1,NULL,'Ms. Merrie Prentice',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:50','2023-04-30 16:20:54','Both'), + (27,'Household',NULL,'Samson family',NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,'Samson family',NULL,NULL,NULL,'5',NULL,'333421926',NULL,'Sample Data',NULL,NULL,NULL,NULL,5,NULL,'Dear Samson family',5,NULL,'Dear Samson family',2,NULL,'Samson family',NULL,NULL,NULL,0,NULL,'Samson family',NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:50','2023-04-30 16:20:53','Both'), + (28,'Individual',NULL,'Brent Samson',NULL,NULL,'Brent','D','Samson',0,1,0,0,1,0,NULL,'Samson, Brent',NULL,NULL,NULL,NULL,NULL,'3338201893',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Brent',1,NULL,'Dear Brent',1,NULL,'Brent Samson',NULL,2,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:50','2023-04-30 16:20:52','Both'), + (29,'Individual',NULL,'Esta Wattson','Community Software Center',NULL,'Esta','','Wattson',0,0,0,0,0,0,NULL,'Wattson, Esta',NULL,NULL,NULL,'5',NULL,'1484476563',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Esta',1,NULL,'Dear Esta',1,NULL,'Esta Wattson',NULL,NULL,'1936-12-30',0,NULL,NULL,NULL,NULL,NULL,116,0,'2023-04-30 16:20:50','2023-04-30 16:20:53','Both'), + (30,'Individual',NULL,'Craig ÅÄ…chowski Jr.',NULL,NULL,'Craig','D','ÅÄ…chowski',0,0,0,0,0,0,NULL,'ÅÄ…chowski, Craig',NULL,NULL,NULL,'1',NULL,'2882024881',NULL,'Sample Data',NULL,1,NULL,NULL,1,NULL,'Dear Craig',1,NULL,'Dear Craig',1,NULL,'Craig ÅÄ…chowski Jr.',NULL,2,'1982-05-07',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:50','2023-04-30 16:20:52','Both'), + (31,'Individual',NULL,'Mrs. Elizabeth González','Sierra Empowerment Fund',NULL,'Elizabeth','M','González',0,0,0,0,1,0,NULL,'González, Elizabeth',NULL,NULL,NULL,NULL,NULL,'321456431',NULL,'Sample Data',1,NULL,NULL,NULL,1,NULL,'Dear Elizabeth',1,NULL,'Dear Elizabeth',1,NULL,'Mrs. Elizabeth González',NULL,1,'1972-11-08',0,NULL,NULL,NULL,NULL,NULL,18,0,'2023-04-30 16:20:50','2023-04-30 16:20:54','Both'), + (32,'Individual',NULL,'kg.nielsen@airmail.co.pl',NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,'kg.nielsen@airmail.co.pl',NULL,NULL,NULL,NULL,NULL,'1697710118',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear kg.nielsen@airmail.co.pl',1,NULL,'Dear kg.nielsen@airmail.co.pl',1,NULL,'kg.nielsen@airmail.co.pl',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:50','2023-04-30 16:20:54','Both'), + (33,'Individual',NULL,'roberts.mei95@notmail.co.pl','Yorktown Development Partners',NULL,NULL,NULL,NULL,1,0,0,0,0,0,NULL,'roberts.mei95@notmail.co.pl',NULL,NULL,NULL,'1',NULL,'3964900814',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear roberts.mei95@notmail.co.pl',1,NULL,'Dear roberts.mei95@notmail.co.pl',1,NULL,'roberts.mei95@notmail.co.pl',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,125,0,'2023-04-30 16:20:50','2023-04-30 16:20:54','Both'), + (34,'Individual',NULL,'Kacey Barkley',NULL,NULL,'Kacey','','Barkley',1,1,0,0,0,0,NULL,'Barkley, Kacey',NULL,NULL,NULL,NULL,NULL,'2943836442',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Kacey',1,NULL,'Dear Kacey',1,NULL,'Kacey Barkley',NULL,NULL,'1988-05-24',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:50','2023-04-30 16:20:51','Both'), + (35,'Individual',NULL,'Jay Müller Sr.',NULL,NULL,'Jay','I','Müller',0,1,0,0,0,0,NULL,'Müller, Jay',NULL,NULL,NULL,NULL,NULL,'1474211624',NULL,'Sample Data',NULL,2,NULL,NULL,1,NULL,'Dear Jay',1,NULL,'Dear Jay',1,NULL,'Jay Müller Sr.',NULL,2,'1965-05-14',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:50','2023-04-30 16:20:51','Both'), + (36,'Individual',NULL,'Mrs. Mei Jameson',NULL,NULL,'Mei','','Jameson',0,0,0,0,0,0,NULL,'Jameson, Mei',NULL,NULL,NULL,'3',NULL,'2672585422',NULL,'Sample Data',1,NULL,NULL,NULL,1,NULL,'Dear Mei',1,NULL,'Dear Mei',1,NULL,'Mrs. Mei Jameson',NULL,1,'1986-09-22',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:50','2023-04-30 16:20:54','Both'), + (37,'Individual',NULL,'Mrs. Santina Barkley',NULL,NULL,'Santina','','Barkley',0,0,0,0,0,0,NULL,'Barkley, Santina',NULL,NULL,NULL,NULL,NULL,'1386775784',NULL,'Sample Data',1,NULL,NULL,NULL,1,NULL,'Dear Santina',1,NULL,'Dear Santina',1,NULL,'Mrs. Santina Barkley',NULL,NULL,'1979-07-17',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:50','2023-04-30 16:20:54','Both'), + (38,'Individual',NULL,'Kathleen Adams',NULL,NULL,'Kathleen','','Adams',0,0,0,0,0,0,NULL,'Adams, Kathleen',NULL,NULL,NULL,'2',NULL,'163700750',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Kathleen',1,NULL,'Dear Kathleen',1,NULL,'Kathleen Adams',NULL,1,'1992-06-18',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:50','2023-04-30 16:20:53','Both'), + (39,'Household',NULL,'González family',NULL,NULL,NULL,NULL,NULL,1,0,0,0,1,0,NULL,'González family',NULL,NULL,NULL,NULL,NULL,'3263723758',NULL,'Sample Data',NULL,NULL,NULL,NULL,5,NULL,'Dear González family',5,NULL,'Dear González family',2,NULL,'González family',NULL,NULL,NULL,0,NULL,'González family',NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:50','2023-04-30 16:20:53','Both'), + (40,'Individual',NULL,'Alida Lee-Terrell',NULL,NULL,'Alida','A','Lee-Terrell',0,0,0,0,0,0,NULL,'Lee-Terrell, Alida',NULL,NULL,NULL,NULL,NULL,'1604243482',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Alida',1,NULL,'Dear Alida',1,NULL,'Alida Lee-Terrell',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:50','2023-04-30 16:20:54','Both'), + (41,'Individual',NULL,'Dr. Teddy Cruz Sr.',NULL,NULL,'Teddy','','Cruz',0,0,0,0,0,0,NULL,'Cruz, Teddy',NULL,NULL,NULL,NULL,NULL,'4168723526',NULL,'Sample Data',4,2,NULL,NULL,1,NULL,'Dear Teddy',1,NULL,'Dear Teddy',1,NULL,'Dr. Teddy Cruz Sr.',NULL,2,'1941-06-05',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:50','2023-04-30 16:20:51','Both'), + (42,'Individual',NULL,'ccruz@spamalot.co.in','North Carolina Agriculture Initiative',NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,'ccruz@spamalot.co.in',NULL,NULL,NULL,NULL,NULL,'3345917685',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear ccruz@spamalot.co.in',1,NULL,'Dear ccruz@spamalot.co.in',1,NULL,'ccruz@spamalot.co.in',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,75,0,'2023-04-30 16:20:50','2023-04-30 16:20:53','Both'), + (43,'Individual',NULL,'Dr. Truman Nielsen','Lyons Environmental Association',NULL,'Truman','','Nielsen',0,0,0,0,0,0,NULL,'Nielsen, Truman',NULL,NULL,NULL,'1',NULL,'2542817309',NULL,'Sample Data',4,NULL,NULL,NULL,1,NULL,'Dear Truman',1,NULL,'Dear Truman',1,NULL,'Dr. Truman Nielsen',NULL,2,'1986-09-17',0,NULL,NULL,NULL,NULL,NULL,69,0,'2023-04-30 16:20:50','2023-04-30 16:20:53','Both'), + (44,'Individual',NULL,'Mr. Miguel Wagner II',NULL,NULL,'Miguel','W','Wagner',0,0,0,0,0,0,NULL,'Wagner, Miguel',NULL,NULL,NULL,'5',NULL,'422482436',NULL,'Sample Data',3,3,NULL,NULL,1,NULL,'Dear Miguel',1,NULL,'Dear Miguel',1,NULL,'Mr. Miguel Wagner II',NULL,2,'1950-10-16',1,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:50','2023-04-30 16:20:51','Both'), + (45,'Individual',NULL,'Mr. Truman Yadav',NULL,NULL,'Truman','N','Yadav',0,0,0,0,0,0,NULL,'Yadav, Truman',NULL,NULL,NULL,NULL,NULL,'3496395384',NULL,'Sample Data',3,NULL,NULL,NULL,1,NULL,'Dear Truman',1,NULL,'Dear Truman',1,NULL,'Mr. Truman Yadav',NULL,2,'1960-04-20',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:50','2023-04-30 16:20:51','Both'), + (46,'Individual',NULL,'Junko Prentice',NULL,NULL,'Junko','','Prentice',0,0,0,0,0,0,NULL,'Prentice, Junko',NULL,NULL,NULL,NULL,NULL,'1179006212',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Junko',1,NULL,'Dear Junko',1,NULL,'Junko Prentice',NULL,1,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:50','2023-04-30 16:20:51','Both'), + (47,'Individual',NULL,'Mr. BrzÄ™czysÅ‚aw Smith Sr.',NULL,NULL,'BrzÄ™czysÅ‚aw','','Smith',0,0,0,0,0,0,NULL,'Smith, BrzÄ™czysÅ‚aw',NULL,NULL,NULL,NULL,NULL,'3764320726',NULL,'Sample Data',3,2,NULL,NULL,1,NULL,'Dear BrzÄ™czysÅ‚aw',1,NULL,'Dear BrzÄ™czysÅ‚aw',1,NULL,'Mr. BrzÄ™czysÅ‚aw Smith Sr.',NULL,NULL,'1994-11-20',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:50','2023-04-30 16:20:52','Both'), + (48,'Organization',NULL,'Greensboro Empowerment Collective','Greensboro Empowerment Collective',NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,'Greensboro Empowerment Collective',NULL,NULL,NULL,NULL,NULL,'2403746996',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'Greensboro Empowerment Collective',NULL,NULL,NULL,0,NULL,NULL,106,NULL,NULL,NULL,0,'2023-04-30 16:20:50','2023-04-30 16:20:53','Both'), + (49,'Individual',NULL,'Lashawnda Nielsen',NULL,NULL,'Lashawnda','','Nielsen',1,0,0,0,0,0,NULL,'Nielsen, Lashawnda',NULL,NULL,NULL,NULL,NULL,'591811788',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Lashawnda',1,NULL,'Dear Lashawnda',1,NULL,'Lashawnda Nielsen',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:50','2023-04-30 16:20:54','Both'), + (50,'Individual',NULL,'Mr. Lincoln Barkley',NULL,NULL,'Lincoln','','Barkley',0,0,0,0,0,0,NULL,'Barkley, Lincoln',NULL,NULL,NULL,NULL,NULL,'1151829541',NULL,'Sample Data',3,NULL,NULL,NULL,1,NULL,'Dear Lincoln',1,NULL,'Dear Lincoln',1,NULL,'Mr. Lincoln Barkley',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:50','2023-04-30 16:20:51','Both'), + (51,'Individual',NULL,'wagnert@airmail.info','New Jersey Wellness Trust',NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,'wagnert@airmail.info',NULL,NULL,NULL,NULL,NULL,'604906791',NULL,'Sample Data',4,NULL,NULL,NULL,1,NULL,'Dear wagnert@airmail.info',1,NULL,'Dear wagnert@airmail.info',1,NULL,'wagnert@airmail.info',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,189,0,'2023-04-30 16:20:50','2023-04-30 16:20:53','Both'), + (52,'Organization',NULL,'Jackson Development Solutions','Jackson Development Solutions',NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,'Jackson Development Solutions',NULL,NULL,NULL,NULL,NULL,'3827343370',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'Jackson Development Solutions',NULL,NULL,NULL,0,NULL,NULL,99,NULL,NULL,NULL,0,'2023-04-30 16:20:50','2023-04-30 16:20:53','Both'), + (53,'Individual',NULL,'Lawerence Robertson',NULL,NULL,'Lawerence','H','Robertson',0,0,0,0,1,0,NULL,'Robertson, Lawerence',NULL,NULL,NULL,NULL,NULL,'3742055546',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Lawerence',1,NULL,'Dear Lawerence',1,NULL,'Lawerence Robertson',NULL,NULL,'1986-11-14',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:50','2023-04-30 16:20:54','Both'), + (54,'Individual',NULL,'Ms. Ashlie Terry',NULL,NULL,'Ashlie','','Terry',0,0,0,0,0,0,NULL,'Terry, Ashlie',NULL,NULL,NULL,NULL,NULL,'1408134822',NULL,'Sample Data',2,NULL,NULL,NULL,1,NULL,'Dear Ashlie',1,NULL,'Dear Ashlie',1,NULL,'Ms. Ashlie Terry',NULL,1,'1994-01-14',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:50','2023-04-30 16:20:51','Both'), + (55,'Individual',NULL,'Alexia Lee',NULL,NULL,'Alexia','','Lee',0,0,0,0,0,0,NULL,'Lee, Alexia',NULL,NULL,NULL,'5',NULL,'3084747746',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Alexia',1,NULL,'Dear Alexia',1,NULL,'Alexia Lee',NULL,NULL,'1998-12-24',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:50','2023-04-30 16:20:53','Both'), + (56,'Individual',NULL,'Errol Jameson',NULL,NULL,'Errol','O','Jameson',0,0,0,0,0,0,NULL,'Jameson, Errol',NULL,NULL,NULL,NULL,NULL,'4067151192',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Errol',1,NULL,'Dear Errol',1,NULL,'Errol Jameson',NULL,2,'1998-03-11',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:50','2023-04-30 16:20:51','Both'), + (57,'Individual',NULL,'Jerome Adams',NULL,NULL,'Jerome','','Adams',0,0,0,0,0,0,NULL,'Adams, Jerome',NULL,NULL,NULL,'1',NULL,'3373636470',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Jerome',1,NULL,'Dear Jerome',1,NULL,'Jerome Adams',NULL,NULL,'1950-12-05',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:50','2023-04-30 16:20:51','Both'), + (58,'Individual',NULL,'Toby González',NULL,NULL,'Toby','','González',1,0,0,0,0,0,NULL,'González, Toby',NULL,NULL,NULL,NULL,NULL,'3133453740',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Toby',1,NULL,'Dear Toby',1,NULL,'Toby González',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:50','2023-04-30 16:20:54','Both'), + (59,'Household',NULL,'Terrell family',NULL,NULL,NULL,NULL,NULL,0,0,0,0,1,0,NULL,'Terrell family',NULL,NULL,NULL,NULL,NULL,'1136333121',NULL,'Sample Data',NULL,NULL,NULL,NULL,5,NULL,'Dear Terrell family',5,NULL,'Dear Terrell family',2,NULL,'Terrell family',NULL,NULL,NULL,0,NULL,'Terrell family',NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:50','2023-04-30 16:20:53','Both'), + (60,'Individual',NULL,'Ms. Esta Ivanov',NULL,NULL,'Esta','','Ivanov',0,1,0,0,0,0,NULL,'Ivanov, Esta',NULL,NULL,NULL,'5',NULL,'3595290803',NULL,'Sample Data',2,NULL,NULL,NULL,1,NULL,'Dear Esta',1,NULL,'Dear Esta',1,NULL,'Ms. Esta Ivanov',NULL,1,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:50','2023-04-30 16:20:54','Both'), + (61,'Individual',NULL,'Kenny Roberts Sr.',NULL,NULL,'Kenny','R','Roberts',0,1,0,0,0,0,NULL,'Roberts, Kenny',NULL,NULL,NULL,NULL,NULL,'438284626',NULL,'Sample Data',NULL,2,NULL,NULL,1,NULL,'Dear Kenny',1,NULL,'Dear Kenny',1,NULL,'Kenny Roberts Sr.',NULL,2,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:50','2023-04-30 16:20:54','Both'), + (62,'Individual',NULL,'Rebekah Yadav',NULL,NULL,'Rebekah','','Yadav',0,0,0,0,0,0,NULL,'Yadav, Rebekah',NULL,NULL,NULL,NULL,NULL,'790455382',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Rebekah',1,NULL,'Dear Rebekah',1,NULL,'Rebekah Yadav',NULL,1,'1964-06-07',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:50','2023-04-30 16:20:54','Both'), + (63,'Individual',NULL,'Alexia Bachman',NULL,NULL,'Alexia','','Bachman',0,1,0,0,0,0,NULL,'Bachman, Alexia',NULL,NULL,NULL,'3',NULL,'703420300',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Alexia',1,NULL,'Dear Alexia',1,NULL,'Alexia Bachman',NULL,1,'1957-10-24',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:50','2023-04-30 16:20:51','Both'), + (64,'Individual',NULL,'Mr. Lawerence McReynolds',NULL,NULL,'Lawerence','','McReynolds',0,0,0,0,0,0,NULL,'McReynolds, Lawerence',NULL,NULL,NULL,'4',NULL,'2918598675',NULL,'Sample Data',3,NULL,NULL,NULL,1,NULL,'Dear Lawerence',1,NULL,'Dear Lawerence',1,NULL,'Mr. Lawerence McReynolds',NULL,2,'1996-03-13',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:50','2023-04-30 16:20:51','Both'), + (65,'Individual',NULL,'wagnerb@fakemail.net',NULL,NULL,NULL,NULL,NULL,0,1,0,0,0,0,NULL,'wagnerb@fakemail.net',NULL,NULL,NULL,'4',NULL,'2775804180',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear wagnerb@fakemail.net',1,NULL,'Dear wagnerb@fakemail.net',1,NULL,'wagnerb@fakemail.net',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:50','2023-04-30 16:20:53','Both'), + (66,'Individual',NULL,'Dr. Arlyne Wilson-González',NULL,NULL,'Arlyne','X','Wilson-González',0,0,0,0,0,0,NULL,'Wilson-González, Arlyne',NULL,NULL,NULL,NULL,NULL,'2104609372',NULL,'Sample Data',4,NULL,NULL,NULL,1,NULL,'Dear Arlyne',1,NULL,'Dear Arlyne',1,NULL,'Dr. Arlyne Wilson-González',NULL,1,'1975-05-14',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:50','2023-04-30 16:20:54','Both'), + (67,'Individual',NULL,'jameson.kathleen@fakemail.co.nz',NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,'jameson.kathleen@fakemail.co.nz',NULL,NULL,NULL,'1',NULL,'4157108311',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear jameson.kathleen@fakemail.co.nz',1,NULL,'Dear jameson.kathleen@fakemail.co.nz',1,NULL,'jameson.kathleen@fakemail.co.nz',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:50','2023-04-30 16:20:53','Both'), + (68,'Individual',NULL,'Mrs. Shauna Patel',NULL,NULL,'Shauna','I','Patel',0,1,0,0,1,0,NULL,'Patel, Shauna',NULL,NULL,NULL,'2',NULL,'607971339',NULL,'Sample Data',1,NULL,NULL,NULL,1,NULL,'Dear Shauna',1,NULL,'Dear Shauna',1,NULL,'Mrs. Shauna Patel',NULL,1,'1962-01-07',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:50','2023-04-30 16:20:51','Both'), + (69,'Organization',NULL,'Lyons Environmental Association','Lyons Environmental Association',NULL,NULL,NULL,NULL,0,1,0,0,0,0,NULL,'Lyons Environmental Association',NULL,NULL,NULL,NULL,NULL,'3347506899',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'Lyons Environmental Association',NULL,NULL,NULL,0,NULL,NULL,43,NULL,NULL,NULL,0,'2023-04-30 16:20:50','2023-04-30 16:20:53','Both'), + (70,'Household',NULL,'Adams family',NULL,NULL,NULL,NULL,NULL,0,1,0,0,0,0,NULL,'Adams family',NULL,NULL,NULL,'2',NULL,'1515323104',NULL,'Sample Data',NULL,NULL,NULL,NULL,5,NULL,'Dear Adams family',5,NULL,'Dear Adams family',2,NULL,'Adams family',NULL,NULL,NULL,0,NULL,'Adams family',NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:50','2023-04-30 16:20:53','Both'), + (71,'Individual',NULL,'Mr. Roland Jameson',NULL,NULL,'Roland','','Jameson',0,1,0,0,0,0,NULL,'Jameson, Roland',NULL,NULL,NULL,NULL,NULL,'4082300659',NULL,'Sample Data',3,NULL,NULL,NULL,1,NULL,'Dear Roland',1,NULL,'Dear Roland',1,NULL,'Mr. Roland Jameson',NULL,2,'1967-08-29',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:50','2023-04-30 16:20:54','Both'), + (72,'Individual',NULL,'Sharyn Lee',NULL,NULL,'Sharyn','','Lee',0,0,0,0,0,0,NULL,'Lee, Sharyn',NULL,NULL,NULL,NULL,NULL,'1422629875',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Sharyn',1,NULL,'Dear Sharyn',1,NULL,'Sharyn Lee',NULL,1,'1991-08-12',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:51','2023-04-30 16:20:53','Both'), + (73,'Individual',NULL,'Shad Samson',NULL,NULL,'Shad','G','Samson',0,0,0,0,1,0,NULL,'Samson, Shad',NULL,NULL,NULL,NULL,NULL,'2264259886',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Shad',1,NULL,'Dear Shad',1,NULL,'Shad Samson',NULL,NULL,'1984-05-20',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:51','2023-04-30 16:20:53','Both'), + (74,'Individual',NULL,'Ms. Juliann Robertson','Rural Health Center',NULL,'Juliann','O','Robertson',0,1,0,0,0,0,NULL,'Robertson, Juliann',NULL,NULL,NULL,'2',NULL,'2263807778',NULL,'Sample Data',2,NULL,NULL,NULL,1,NULL,'Dear Juliann',1,NULL,'Dear Juliann',1,NULL,'Ms. Juliann Robertson',NULL,1,'1999-07-18',0,NULL,NULL,NULL,NULL,NULL,158,0,'2023-04-30 16:20:51','2023-04-30 16:20:53','Both'), + (75,'Organization',NULL,'North Carolina Agriculture Initiative','North Carolina Agriculture Initiative',NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,'North Carolina Agriculture Initiative',NULL,NULL,NULL,NULL,NULL,'4080606586',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'North Carolina Agriculture Initiative',NULL,NULL,NULL,0,NULL,NULL,42,NULL,NULL,NULL,0,'2023-04-30 16:20:51','2023-04-30 16:20:53','Both'), + (76,'Individual',NULL,'Dr. Juliann Samuels',NULL,NULL,'Juliann','','Samuels',0,1,0,0,0,0,NULL,'Samuels, Juliann',NULL,NULL,NULL,NULL,NULL,'3120075857',NULL,'Sample Data',4,NULL,NULL,NULL,1,NULL,'Dear Juliann',1,NULL,'Dear Juliann',1,NULL,'Dr. Juliann Samuels',NULL,NULL,'1983-12-20',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:51','2023-04-30 16:20:51','Both'), + (77,'Individual',NULL,'Mr. Erik Robertson',NULL,NULL,'Erik','','Robertson',0,0,0,0,0,0,NULL,'Robertson, Erik',NULL,NULL,NULL,'4',NULL,'2467576767',NULL,'Sample Data',3,NULL,NULL,NULL,1,NULL,'Dear Erik',1,NULL,'Dear Erik',1,NULL,'Mr. Erik Robertson',NULL,2,'1984-09-03',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:51','2023-04-30 16:20:54','Both'), + (78,'Individual',NULL,'lawerenceyadav@mymail.co.pl',NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,'lawerenceyadav@mymail.co.pl',NULL,NULL,NULL,'5',NULL,'1532447615',NULL,'Sample Data',3,3,NULL,NULL,1,NULL,'Dear lawerenceyadav@mymail.co.pl',1,NULL,'Dear lawerenceyadav@mymail.co.pl',1,NULL,'lawerenceyadav@mymail.co.pl',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:51','2023-04-30 16:20:54','Both'), + (79,'Household',NULL,'Ivanov family',NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,'Ivanov family',NULL,NULL,NULL,NULL,NULL,'2450779112',NULL,'Sample Data',NULL,NULL,NULL,NULL,5,NULL,'Dear Ivanov family',5,NULL,'Dear Ivanov family',2,NULL,'Ivanov family',NULL,NULL,NULL,0,NULL,'Ivanov family',NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:51','2023-04-30 16:20:53','Both'), + (80,'Individual',NULL,'Mr. Winford Yadav-González III',NULL,NULL,'Winford','','Yadav-González',1,0,0,0,0,0,NULL,'Yadav-González, Winford',NULL,NULL,NULL,'3',NULL,'4264202221',NULL,'Sample Data',3,4,NULL,NULL,1,NULL,'Dear Winford',1,NULL,'Dear Winford',1,NULL,'Mr. Winford Yadav-González III',NULL,NULL,'1981-02-27',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:51','2023-04-30 16:20:54','Both'), + (81,'Individual',NULL,'grants@testmail.biz',NULL,NULL,NULL,NULL,NULL,0,0,0,0,1,0,NULL,'grants@testmail.biz',NULL,NULL,NULL,'1',NULL,'3516722577',NULL,'Sample Data',4,NULL,NULL,NULL,1,NULL,'Dear grants@testmail.biz',1,NULL,'Dear grants@testmail.biz',1,NULL,'grants@testmail.biz',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:51','2023-04-30 16:20:51','Both'), + (82,'Individual',NULL,'Brittney Samson',NULL,NULL,'Brittney','S','Samson',0,0,0,0,0,0,NULL,'Samson, Brittney',NULL,NULL,NULL,NULL,NULL,'3785618142',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Brittney',1,NULL,'Dear Brittney',1,NULL,'Brittney Samson',NULL,1,'2001-01-19',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:51','2023-04-30 16:20:53','Both'), + (83,'Individual',NULL,'Ashley Cooper',NULL,NULL,'Ashley','','Cooper',1,0,0,0,0,0,NULL,'Cooper, Ashley',NULL,NULL,NULL,'3',NULL,'495032298',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Ashley',1,NULL,'Dear Ashley',1,NULL,'Ashley Cooper',NULL,1,'2000-05-01',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:51','2023-04-30 16:20:52','Both'), + (84,'Individual',NULL,'Ms. Eleonor Adams',NULL,NULL,'Eleonor','L','Adams',1,0,0,0,0,0,NULL,'Adams, Eleonor',NULL,NULL,NULL,NULL,NULL,'780665455',NULL,'Sample Data',2,NULL,NULL,NULL,1,NULL,'Dear Eleonor',1,NULL,'Dear Eleonor',1,NULL,'Ms. Eleonor Adams',NULL,1,'1960-11-25',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:51','2023-04-30 16:20:53','Both'), + (85,'Individual',NULL,'Margaret Terrell',NULL,NULL,'Margaret','','Terrell',0,0,0,0,1,0,NULL,'Terrell, Margaret',NULL,NULL,NULL,NULL,NULL,'3427129884',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Margaret',1,NULL,'Dear Margaret',1,NULL,'Margaret Terrell',NULL,NULL,'1943-10-21',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:51','2023-04-30 16:20:52','Both'), + (86,'Household',NULL,'Lee family',NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,'Lee family',NULL,NULL,NULL,NULL,NULL,'845831176',NULL,'Sample Data',NULL,NULL,NULL,NULL,5,NULL,'Dear Lee family',5,NULL,'Dear Lee family',2,NULL,'Lee family',NULL,NULL,NULL,0,NULL,'Lee family',NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:51','2023-04-30 16:20:53','Both'), + (87,'Household',NULL,'Müller family',NULL,NULL,NULL,NULL,NULL,0,0,0,0,1,0,NULL,'Müller family',NULL,NULL,NULL,NULL,NULL,'1144797465',NULL,'Sample Data',NULL,NULL,NULL,NULL,5,NULL,'Dear Müller family',5,NULL,'Dear Müller family',2,NULL,'Müller family',NULL,NULL,NULL,0,NULL,'Müller family',NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:51','2023-04-30 16:20:53','Both'), + (88,'Individual',NULL,'Mr. Bryon Terry II',NULL,NULL,'Bryon','','Terry',0,1,0,0,0,0,NULL,'Terry, Bryon',NULL,NULL,NULL,'5',NULL,'86438947',NULL,'Sample Data',3,3,NULL,NULL,1,NULL,'Dear Bryon',1,NULL,'Dear Bryon',1,NULL,'Mr. Bryon Terry II',NULL,NULL,'1973-07-18',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:51','2023-04-30 16:20:54','Both'), + (89,'Individual',NULL,'kathleenbarkley@sample.co.in',NULL,NULL,NULL,NULL,NULL,1,0,0,0,1,0,NULL,'kathleenbarkley@sample.co.in',NULL,NULL,NULL,NULL,NULL,'2936651051',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear kathleenbarkley@sample.co.in',1,NULL,'Dear kathleenbarkley@sample.co.in',1,NULL,'kathleenbarkley@sample.co.in',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:51','2023-04-30 16:20:51','Both'), + (90,'Individual',NULL,'Heidi Terrell',NULL,NULL,'Heidi','','Terrell',0,0,0,0,1,0,NULL,'Terrell, Heidi',NULL,NULL,NULL,'1',NULL,'2165403058',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Heidi',1,NULL,'Dear Heidi',1,NULL,'Heidi Terrell',NULL,1,'2002-02-03',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:51','2023-04-30 16:20:54','Both'), + (91,'Individual',NULL,'Juliann Jameson',NULL,NULL,'Juliann','','Jameson',0,0,0,0,0,0,NULL,'Jameson, Juliann',NULL,NULL,NULL,NULL,NULL,'2654217870',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Juliann',1,NULL,'Dear Juliann',1,NULL,'Juliann Jameson',NULL,NULL,'1990-04-16',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:51','2023-04-30 16:20:53','Both'), + (92,'Individual',NULL,'Lincoln Samson','Dickinson Peace Network',NULL,'Lincoln','','Samson',0,0,0,0,0,0,NULL,'Samson, Lincoln',NULL,NULL,NULL,'1',NULL,'1364687804',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Lincoln',1,NULL,'Dear Lincoln',1,NULL,'Lincoln Samson',NULL,2,'1982-08-22',0,NULL,NULL,NULL,NULL,NULL,6,0,'2023-04-30 16:20:51','2023-04-30 16:20:53','Both'), + (93,'Individual',NULL,'Laree Roberts',NULL,NULL,'Laree','T','Roberts',0,1,0,0,0,0,NULL,'Roberts, Laree',NULL,NULL,NULL,NULL,NULL,'3314820485',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Laree',1,NULL,'Dear Laree',1,NULL,'Laree Roberts',NULL,1,'1974-08-29',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:51','2023-04-30 16:20:54','Both'), + (94,'Individual',NULL,'Billy Jones',NULL,NULL,'Billy','','Jones',1,0,0,0,0,0,NULL,'Jones, Billy',NULL,NULL,NULL,NULL,NULL,'1398318930',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Billy',1,NULL,'Dear Billy',1,NULL,'Billy Jones',NULL,2,NULL,1,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:51','2023-04-30 16:20:51','Both'), + (95,'Individual',NULL,'Mr. Rodrigo Jameson II',NULL,NULL,'Rodrigo','','Jameson',0,0,0,0,0,0,NULL,'Jameson, Rodrigo',NULL,NULL,NULL,NULL,NULL,'2012648674',NULL,'Sample Data',3,3,NULL,NULL,1,NULL,'Dear Rodrigo',1,NULL,'Dear Rodrigo',1,NULL,'Mr. Rodrigo Jameson II',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:51','2023-04-30 16:20:51','Both'), + (96,'Individual',NULL,'Kathlyn Robertson','Sierra Family Alliance',NULL,'Kathlyn','W','Robertson',1,0,0,0,0,0,NULL,'Robertson, Kathlyn',NULL,NULL,NULL,'5',NULL,'1571361016',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Kathlyn',1,NULL,'Dear Kathlyn',1,NULL,'Kathlyn Robertson',NULL,NULL,'1975-01-14',0,NULL,NULL,NULL,NULL,NULL,165,0,'2023-04-30 16:20:51','2023-04-30 16:20:54','Both'), + (97,'Individual',NULL,'Nicole Prentice','Main Environmental School',NULL,'Nicole','','Prentice',0,0,0,0,0,0,NULL,'Prentice, Nicole',NULL,NULL,NULL,'5',NULL,'138339105',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Nicole',1,NULL,'Dear Nicole',1,NULL,'Nicole Prentice',NULL,NULL,'1958-03-29',0,NULL,NULL,NULL,NULL,NULL,196,0,'2023-04-30 16:20:51','2023-04-30 16:20:54','Both'), + (98,'Individual',NULL,'Elina Grant',NULL,NULL,'Elina','','Grant',0,0,0,0,0,0,NULL,'Grant, Elina',NULL,NULL,NULL,NULL,NULL,'1935800100',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Elina',1,NULL,'Dear Elina',1,NULL,'Elina Grant',NULL,NULL,'1970-06-14',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:51','2023-04-30 16:20:52','Both'), + (99,'Individual',NULL,'Kacey Roberts','Jackson Development Solutions',NULL,'Kacey','R','Roberts',1,0,0,0,0,0,NULL,'Roberts, Kacey',NULL,NULL,NULL,'4',NULL,'2119265437',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Kacey',1,NULL,'Dear Kacey',1,NULL,'Kacey Roberts',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,52,0,'2023-04-30 16:20:51','2023-04-30 16:20:53','Both'), + (100,'Individual',NULL,'Bernadette Patel',NULL,NULL,'Bernadette','','Patel',1,0,0,0,0,0,NULL,'Patel, Bernadette',NULL,NULL,NULL,NULL,NULL,'2696373355',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Bernadette',1,NULL,'Dear Bernadette',1,NULL,'Bernadette Patel',NULL,NULL,'1994-07-13',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:51','2023-04-30 16:20:51','Both'), + (101,'Individual',NULL,'Mr. Lincoln Roberts Jr.',NULL,NULL,'Lincoln','','Roberts',0,0,0,0,0,0,NULL,'Roberts, Lincoln',NULL,NULL,NULL,NULL,NULL,'1322526002',NULL,'Sample Data',3,1,NULL,NULL,1,NULL,'Dear Lincoln',1,NULL,'Dear Lincoln',1,NULL,'Mr. Lincoln Roberts Jr.',NULL,2,'1962-11-26',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:51','2023-04-30 16:20:54','Both'), + (102,'Individual',NULL,'Bob Lee Sr.',NULL,NULL,'Bob','','Lee',1,0,0,0,0,0,NULL,'Lee, Bob',NULL,NULL,NULL,'1',NULL,'207861481',NULL,'Sample Data',NULL,2,NULL,NULL,1,NULL,'Dear Bob',1,NULL,'Dear Bob',1,NULL,'Bob Lee Sr.',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:51','2023-04-30 16:20:53','Both'), + (103,'Individual',NULL,'Mrs. Alexia McReynolds',NULL,NULL,'Alexia','O','McReynolds',1,1,0,0,1,0,NULL,'McReynolds, Alexia',NULL,NULL,NULL,NULL,NULL,'2956390061',NULL,'Sample Data',1,NULL,NULL,NULL,1,NULL,'Dear Alexia',1,NULL,'Dear Alexia',1,NULL,'Mrs. Alexia McReynolds',NULL,1,'1953-01-23',1,'2023-04-16',NULL,NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:51','2023-04-30 16:20:51','Both'), + (104,'Individual',NULL,'Bob Ivanov',NULL,NULL,'Bob','','Ivanov',0,0,0,0,0,0,NULL,'Ivanov, Bob',NULL,NULL,NULL,'3',NULL,'2246956398',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Bob',1,NULL,'Dear Bob',1,NULL,'Bob Ivanov',NULL,2,'1976-05-02',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:51','2023-04-30 16:20:54','Both'), + (105,'Individual',NULL,'Bernadette Smith',NULL,NULL,'Bernadette','K','Smith',0,1,0,0,0,0,NULL,'Smith, Bernadette',NULL,NULL,NULL,NULL,NULL,'3613898472',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Bernadette',1,NULL,'Dear Bernadette',1,NULL,'Bernadette Smith',NULL,NULL,'1938-03-12',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:51','2023-04-30 16:20:52','Both'), + (106,'Individual',NULL,'Jay Müller II','Greensboro Empowerment Collective',NULL,'Jay','W','Müller',1,0,0,0,0,0,NULL,'Müller, Jay',NULL,NULL,NULL,NULL,NULL,'1474211624',NULL,'Sample Data',NULL,3,NULL,NULL,1,NULL,'Dear Jay',1,NULL,'Dear Jay',1,NULL,'Jay Müller II',NULL,2,'1969-11-29',0,NULL,NULL,NULL,NULL,NULL,48,0,'2023-04-30 16:20:51','2023-04-30 16:20:54','Both'), + (107,'Individual',NULL,'prentice.s.lou27@example.co.nz',NULL,NULL,NULL,NULL,NULL,0,1,0,0,0,0,NULL,'prentice.s.lou27@example.co.nz',NULL,NULL,NULL,'3',NULL,'2852172716',NULL,'Sample Data',NULL,4,NULL,NULL,1,NULL,'Dear prentice.s.lou27@example.co.nz',1,NULL,'Dear prentice.s.lou27@example.co.nz',1,NULL,'prentice.s.lou27@example.co.nz',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:51','2023-04-30 16:20:54','Both'), + (108,'Individual',NULL,'Mr. Ashley Terry-Barkley',NULL,NULL,'Ashley','C','Terry-Barkley',0,0,0,0,0,0,NULL,'Terry-Barkley, Ashley',NULL,NULL,NULL,'1',NULL,'1730033687',NULL,'Sample Data',3,NULL,NULL,NULL,1,NULL,'Dear Ashley',1,NULL,'Dear Ashley',1,NULL,'Mr. Ashley Terry-Barkley',NULL,2,'1985-04-20',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:51','2023-04-30 16:20:54','Both'), + (109,'Individual',NULL,'Dr. Craig Samuels',NULL,NULL,'Craig','','Samuels',1,0,0,0,0,0,NULL,'Samuels, Craig',NULL,NULL,NULL,'5',NULL,'810726824',NULL,'Sample Data',4,NULL,NULL,NULL,1,NULL,'Dear Craig',1,NULL,'Dear Craig',1,NULL,'Dr. Craig Samuels',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:51','2023-04-30 16:20:51','Both'), + (110,'Individual',NULL,'Megan Roberts','Revere Health Fund',NULL,'Megan','G','Roberts',0,0,0,0,0,0,NULL,'Roberts, Megan',NULL,NULL,NULL,NULL,NULL,'2663769717',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Megan',1,NULL,'Dear Megan',1,NULL,'Megan Roberts',NULL,1,NULL,0,NULL,NULL,NULL,NULL,NULL,3,0,'2023-04-30 16:20:51','2023-04-30 16:20:54','Both'), + (111,'Individual',NULL,'Kandace Yadav',NULL,NULL,'Kandace','N','Yadav',0,0,0,0,0,0,NULL,'Yadav, Kandace',NULL,NULL,NULL,'2',NULL,'2056711888',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Kandace',1,NULL,'Dear Kandace',1,NULL,'Kandace Yadav',NULL,NULL,'1992-11-06',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:51','2023-04-30 16:20:54','Both'), + (112,'Individual',NULL,'Ms. Princess Deforest',NULL,NULL,'Princess','','Deforest',1,0,0,0,0,0,NULL,'Deforest, Princess',NULL,NULL,NULL,NULL,NULL,'1925726838',NULL,'Sample Data',2,NULL,NULL,NULL,1,NULL,'Dear Princess',1,NULL,'Dear Princess',1,NULL,'Ms. Princess Deforest',NULL,1,'1973-09-12',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:51','2023-04-30 16:20:51','Both'), + (113,'Individual',NULL,'Mr. Rodrigo Samson Sr.',NULL,NULL,'Rodrigo','C','Samson',0,0,0,0,1,0,NULL,'Samson, Rodrigo',NULL,NULL,NULL,'5',NULL,'2189738630',NULL,'Sample Data',3,2,NULL,NULL,1,NULL,'Dear Rodrigo',1,NULL,'Dear Rodrigo',1,NULL,'Mr. Rodrigo Samson Sr.',NULL,2,'1965-03-15',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:51','2023-04-30 16:20:53','Both'), + (114,'Individual',NULL,'Rebekah Lee',NULL,NULL,'Rebekah','','Lee',1,1,0,0,0,0,NULL,'Lee, Rebekah',NULL,NULL,NULL,NULL,NULL,'3174434967',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Rebekah',1,NULL,'Dear Rebekah',1,NULL,'Rebekah Lee',NULL,1,'1933-08-12',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:51','2023-04-30 16:20:51','Both'), + (115,'Individual',NULL,'Ms. Josefa Patel',NULL,NULL,'Josefa','','Patel',0,1,0,0,0,0,NULL,'Patel, Josefa',NULL,NULL,NULL,NULL,NULL,'2620051748',NULL,'Sample Data',2,NULL,NULL,NULL,1,NULL,'Dear Josefa',1,NULL,'Dear Josefa',1,NULL,'Ms. Josefa Patel',NULL,1,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:51','2023-04-30 16:20:52','Both'), + (116,'Organization',NULL,'Community Software Center','Community Software Center',NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,'Community Software Center',NULL,NULL,NULL,'2',NULL,'3693376459',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'Community Software Center',NULL,NULL,NULL,0,NULL,NULL,29,NULL,NULL,NULL,0,'2023-04-30 16:20:51','2023-04-30 16:20:53','Both'), + (117,'Individual',NULL,'Ivey Terry',NULL,NULL,'Ivey','H','Terry',0,0,0,0,0,0,NULL,'Terry, Ivey',NULL,NULL,NULL,NULL,NULL,'3949102942',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Ivey',1,NULL,'Dear Ivey',1,NULL,'Ivey Terry',NULL,1,'1981-09-12',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:51','2023-04-30 16:20:52','Both'), + (118,'Individual',NULL,'Dr. Brigette Parker',NULL,NULL,'Brigette','','Parker',0,0,0,0,1,0,NULL,'Parker, Brigette',NULL,NULL,NULL,NULL,NULL,'3240001853',NULL,'Sample Data',4,NULL,NULL,NULL,1,NULL,'Dear Brigette',1,NULL,'Dear Brigette',1,NULL,'Dr. Brigette Parker',NULL,NULL,'1975-05-05',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:51','2023-04-30 16:20:52','Both'), + (119,'Individual',NULL,'Dr. Norris Jameson',NULL,NULL,'Norris','','Jameson',0,0,0,0,1,0,NULL,'Jameson, Norris',NULL,NULL,NULL,NULL,NULL,'3849460374',NULL,'Sample Data',4,NULL,NULL,NULL,1,NULL,'Dear Norris',1,NULL,'Dear Norris',1,NULL,'Dr. Norris Jameson',NULL,2,'1951-06-07',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:51','2023-04-30 16:20:52','Both'), + (120,'Individual',NULL,'Mr. Brent Olsen',NULL,NULL,'Brent','L','Olsen',0,0,0,0,0,0,NULL,'Olsen, Brent',NULL,NULL,NULL,NULL,NULL,'2746838479',NULL,'Sample Data',3,NULL,NULL,NULL,1,NULL,'Dear Brent',1,NULL,'Dear Brent',1,NULL,'Mr. Brent Olsen',NULL,2,'1975-06-25',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:51','2023-04-30 16:20:51','Both'), + (121,'Individual',NULL,'Dr. Claudio Nielsen',NULL,NULL,'Claudio','','Nielsen',0,0,0,0,0,0,NULL,'Nielsen, Claudio',NULL,NULL,NULL,NULL,NULL,'3195843704',NULL,'Sample Data',4,NULL,NULL,NULL,1,NULL,'Dear Claudio',1,NULL,'Dear Claudio',1,NULL,'Dr. Claudio Nielsen',NULL,2,'1969-02-08',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:51','2023-04-30 16:20:54','Both'), + (122,'Individual',NULL,'Margaret Ivanov','Texas Family Fund',NULL,'Margaret','','Ivanov',0,0,0,0,0,0,NULL,'Ivanov, Margaret',NULL,NULL,NULL,NULL,NULL,'749903567',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Margaret',1,NULL,'Dear Margaret',1,NULL,'Margaret Ivanov',NULL,1,NULL,0,NULL,NULL,NULL,NULL,NULL,140,0,'2023-04-30 16:20:51','2023-04-30 16:20:54','Both'), + (123,'Individual',NULL,'Mrs. Santina Robertson',NULL,NULL,'Santina','X','Robertson',0,0,0,0,0,0,NULL,'Robertson, Santina',NULL,NULL,NULL,NULL,NULL,'2867920569',NULL,'Sample Data',1,NULL,NULL,NULL,1,NULL,'Dear Santina',1,NULL,'Dear Santina',1,NULL,'Mrs. Santina Robertson',NULL,1,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:51','2023-04-30 16:20:54','Both'), + (124,'Household',NULL,'Terry-Barkley family',NULL,NULL,NULL,NULL,NULL,1,0,0,0,0,0,NULL,'Terry-Barkley family',NULL,NULL,NULL,NULL,NULL,'3061649681',NULL,'Sample Data',NULL,NULL,NULL,NULL,5,NULL,'Dear Terry-Barkley family',5,NULL,'Dear Terry-Barkley family',2,NULL,'Terry-Barkley family',NULL,NULL,NULL,0,NULL,'Terry-Barkley family',NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:51','2023-04-30 16:20:53','Both'), + (125,'Organization',NULL,'Yorktown Development Partners','Yorktown Development Partners',NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,'Yorktown Development Partners',NULL,NULL,NULL,NULL,NULL,'296240601',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'Yorktown Development Partners',NULL,NULL,NULL,0,NULL,NULL,33,NULL,NULL,NULL,0,'2023-04-30 16:20:51','2023-04-30 16:20:53','Both'), + (126,'Individual',NULL,'elbertchowski@fakemail.net',NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,'elbertchowski@fakemail.net',NULL,NULL,NULL,NULL,NULL,'3830118199',NULL,'Sample Data',3,NULL,NULL,NULL,1,NULL,'Dear elbertchowski@fakemail.net',1,NULL,'Dear elbertchowski@fakemail.net',1,NULL,'elbertchowski@fakemail.net',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:51','2023-04-30 16:20:51','Both'), + (127,'Individual',NULL,'Mr. Sherman Nielsen',NULL,NULL,'Sherman','','Nielsen',0,0,0,0,0,0,NULL,'Nielsen, Sherman',NULL,NULL,NULL,NULL,NULL,'2590733768',NULL,'Sample Data',3,NULL,NULL,NULL,1,NULL,'Dear Sherman',1,NULL,'Dear Sherman',1,NULL,'Mr. Sherman Nielsen',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:51','2023-04-30 16:20:53','Both'), + (128,'Household',NULL,'Roberts family',NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,'Roberts family',NULL,NULL,NULL,NULL,NULL,'2097305882',NULL,'Sample Data',NULL,NULL,NULL,NULL,5,NULL,'Dear Roberts family',5,NULL,'Dear Roberts family',2,NULL,'Roberts family',NULL,NULL,NULL,0,NULL,'Roberts family',NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:51','2023-04-30 16:20:53','Both'), + (129,'Individual',NULL,'Mrs. Alida Jameson',NULL,NULL,'Alida','','Jameson',0,0,0,0,0,0,NULL,'Jameson, Alida',NULL,NULL,NULL,NULL,NULL,'974889683',NULL,'Sample Data',1,NULL,NULL,NULL,1,NULL,'Dear Alida',1,NULL,'Dear Alida',1,NULL,'Mrs. Alida Jameson',NULL,1,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:51','2023-04-30 16:20:51','Both'), + (130,'Individual',NULL,'Dr. Elina Yadav',NULL,NULL,'Elina','','Yadav',0,0,0,0,0,0,NULL,'Yadav, Elina',NULL,NULL,NULL,NULL,NULL,'3672729828',NULL,'Sample Data',4,NULL,NULL,NULL,1,NULL,'Dear Elina',1,NULL,'Dear Elina',1,NULL,'Dr. Elina Yadav',NULL,NULL,'1994-08-15',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:51','2023-04-30 16:20:54','Both'), + (131,'Individual',NULL,'Jacob Adams III',NULL,NULL,'Jacob','','Adams',0,0,0,0,0,0,NULL,'Adams, Jacob',NULL,NULL,NULL,'2',NULL,'350798769',NULL,'Sample Data',NULL,4,NULL,NULL,1,NULL,'Dear Jacob',1,NULL,'Dear Jacob',1,NULL,'Jacob Adams III',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:51','2023-04-30 16:20:53','Both'), + (132,'Individual',NULL,'Omar Müller',NULL,NULL,'Omar','','Müller',0,0,0,0,0,0,NULL,'Müller, Omar',NULL,NULL,NULL,'5',NULL,'3845396679',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Omar',1,NULL,'Dear Omar',1,NULL,'Omar Müller',NULL,2,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:51','2023-04-30 16:20:54','Both'), + (133,'Individual',NULL,'Jed Müller',NULL,NULL,'Jed','A','Müller',1,0,0,0,0,0,NULL,'Müller, Jed',NULL,NULL,NULL,'1',NULL,'1353975541',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Jed',1,NULL,'Dear Jed',1,NULL,'Jed Müller',NULL,NULL,'2002-07-02',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:51','2023-04-30 16:20:54','Both'), + (134,'Individual',NULL,'Jerome Olsen Sr.',NULL,NULL,'Jerome','','Olsen',0,1,0,0,0,0,NULL,'Olsen, Jerome',NULL,NULL,NULL,NULL,NULL,'2369616352',NULL,'Sample Data',NULL,2,NULL,NULL,1,NULL,'Dear Jerome',1,NULL,'Dear Jerome',1,NULL,'Jerome Olsen Sr.',NULL,2,'1949-01-11',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:51','2023-04-30 16:20:52','Both'), + (135,'Individual',NULL,'Juliann Roberts',NULL,NULL,'Juliann','Z','Roberts',0,0,0,0,0,0,NULL,'Roberts, Juliann',NULL,NULL,NULL,'1',NULL,'1959079524',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Juliann',1,NULL,'Dear Juliann',1,NULL,'Juliann Roberts',NULL,1,'1985-06-23',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:51','2023-04-30 16:20:54','Both'), + (136,'Individual',NULL,'Nicole Prentice',NULL,NULL,'Nicole','J','Prentice',0,0,0,0,0,0,NULL,'Prentice, Nicole',NULL,NULL,NULL,NULL,NULL,'138339105',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Nicole',1,NULL,'Dear Nicole',1,NULL,'Nicole Prentice',NULL,1,'1970-09-07',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:51','2023-04-30 16:20:52','Both'), + (137,'Individual',NULL,'Ms. Felisha Ivanov',NULL,NULL,'Felisha','','Ivanov',1,0,0,0,0,0,NULL,'Ivanov, Felisha',NULL,NULL,NULL,'5',NULL,'1779512588',NULL,'Sample Data',2,NULL,NULL,NULL,1,NULL,'Dear Felisha',1,NULL,'Dear Felisha',1,NULL,'Ms. Felisha Ivanov',NULL,NULL,'1939-08-16',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:51','2023-04-30 16:20:52','Both'), + (138,'Individual',NULL,'Mr. Sherman González Sr.',NULL,NULL,'Sherman','','González',0,0,0,0,0,0,NULL,'González, Sherman',NULL,NULL,NULL,NULL,NULL,'33045013',NULL,'Sample Data',3,2,NULL,NULL,1,NULL,'Dear Sherman',1,NULL,'Dear Sherman',1,NULL,'Mr. Sherman González Sr.',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:51','2023-04-30 16:20:51','Both'), + (139,'Individual',NULL,'Mrs. Nicole Ivanov',NULL,NULL,'Nicole','V','Ivanov',0,0,0,0,0,0,NULL,'Ivanov, Nicole',NULL,NULL,NULL,NULL,NULL,'1759117309',NULL,'Sample Data',1,NULL,NULL,NULL,1,NULL,'Dear Nicole',1,NULL,'Dear Nicole',1,NULL,'Mrs. Nicole Ivanov',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:51','2023-04-30 16:20:54','Both'), + (140,'Organization',NULL,'Texas Family Fund','Texas Family Fund',NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,'Texas Family Fund',NULL,NULL,NULL,'5',NULL,'3937317763',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'Texas Family Fund',NULL,NULL,NULL,0,NULL,NULL,122,NULL,NULL,NULL,0,'2023-04-30 16:20:51','2023-04-30 16:20:53','Both'), + (141,'Individual',NULL,'jensen.ivey@notmail.net',NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,'jensen.ivey@notmail.net',NULL,NULL,NULL,'5',NULL,'2544070015',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear jensen.ivey@notmail.net',1,NULL,'Dear jensen.ivey@notmail.net',1,NULL,'jensen.ivey@notmail.net',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:51','2023-04-30 16:20:52','Both'), + (142,'Organization',NULL,'Maple Advocacy Association','Maple Advocacy Association',NULL,NULL,NULL,NULL,1,1,0,0,0,0,NULL,'Maple Advocacy Association',NULL,NULL,NULL,NULL,NULL,'3977482571',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'Maple Advocacy Association',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:51','2023-04-30 16:20:53','Both'), + (143,'Individual',NULL,'Jay Bachman III',NULL,NULL,'Jay','','Bachman',1,1,0,0,0,0,NULL,'Bachman, Jay',NULL,NULL,NULL,'2',NULL,'861687925',NULL,'Sample Data',NULL,4,NULL,NULL,1,NULL,'Dear Jay',1,NULL,'Dear Jay',1,NULL,'Jay Bachman III',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:51','2023-04-30 16:20:52','Both'), + (144,'Individual',NULL,'Mr. Claudio Lee',NULL,NULL,'Claudio','','Lee',0,0,0,0,0,0,NULL,'Lee, Claudio',NULL,NULL,NULL,NULL,NULL,'298367996',NULL,'Sample Data',3,NULL,NULL,NULL,1,NULL,'Dear Claudio',1,NULL,'Dear Claudio',1,NULL,'Mr. Claudio Lee',NULL,2,'1998-08-31',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:51','2023-04-30 16:20:53','Both'), + (145,'Individual',NULL,'Dr. Sanford Wagner-Lee',NULL,NULL,'Sanford','','Wagner-Lee',0,0,0,0,0,0,NULL,'Wagner-Lee, Sanford',NULL,NULL,NULL,'3',NULL,'1101757445',NULL,'Sample Data',4,NULL,NULL,NULL,1,NULL,'Dear Sanford',1,NULL,'Dear Sanford',1,NULL,'Dr. Sanford Wagner-Lee',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:51','2023-04-30 16:20:53','Both'), + (146,'Individual',NULL,'Alexia Barkley-Müller',NULL,NULL,'Alexia','','Barkley-Müller',0,1,0,0,0,0,NULL,'Barkley-Müller, Alexia',NULL,NULL,NULL,NULL,NULL,'2276560240',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Alexia',1,NULL,'Dear Alexia',1,NULL,'Alexia Barkley-Müller',NULL,1,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:51','2023-04-30 16:20:53','Both'), + (147,'Individual',NULL,'shaunap63@testmail.info',NULL,NULL,NULL,NULL,NULL,1,0,0,0,0,0,NULL,'shaunap63@testmail.info',NULL,NULL,NULL,'1',NULL,'1519400650',NULL,'Sample Data',2,NULL,NULL,NULL,1,NULL,'Dear shaunap63@testmail.info',1,NULL,'Dear shaunap63@testmail.info',1,NULL,'shaunap63@testmail.info',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:51','2023-04-30 16:20:53','Both'), + (148,'Individual',NULL,'Mr. Ray Jameson',NULL,NULL,'Ray','P','Jameson',0,0,0,0,0,0,NULL,'Jameson, Ray',NULL,NULL,NULL,'4',NULL,'4058864611',NULL,'Sample Data',3,NULL,NULL,NULL,1,NULL,'Dear Ray',1,NULL,'Dear Ray',1,NULL,'Mr. Ray Jameson',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:51','2023-04-30 16:20:54','Both'), + (149,'Household',NULL,'Prentice family',NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,'Prentice family',NULL,NULL,NULL,NULL,NULL,'3313623671',NULL,'Sample Data',NULL,NULL,NULL,NULL,5,NULL,'Dear Prentice family',5,NULL,'Dear Prentice family',2,NULL,'Prentice family',NULL,NULL,NULL,0,NULL,'Prentice family',NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:51','2023-04-30 16:20:53','Both'), + (150,'Individual',NULL,'Dr. Justina Cruz',NULL,NULL,'Justina','','Cruz',0,0,0,0,1,0,NULL,'Cruz, Justina',NULL,NULL,NULL,NULL,NULL,'1402576980',NULL,'Sample Data',4,NULL,NULL,NULL,1,NULL,'Dear Justina',1,NULL,'Dear Justina',1,NULL,'Dr. Justina Cruz',NULL,NULL,'1962-09-15',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:51','2023-04-30 16:20:51','Both'), + (151,'Household',NULL,'Jameson family',NULL,NULL,NULL,NULL,NULL,1,0,0,0,0,0,NULL,'Jameson family',NULL,NULL,NULL,'5',NULL,'2255649769',NULL,'Sample Data',NULL,NULL,NULL,NULL,5,NULL,'Dear Jameson family',5,NULL,'Dear Jameson family',2,NULL,'Jameson family',NULL,NULL,NULL,0,NULL,'Jameson family',NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:51','2023-04-30 16:20:53','Both'), + (152,'Individual',NULL,'Dr. Erik Parker Sr.',NULL,NULL,'Erik','R','Parker',0,0,0,0,0,0,NULL,'Parker, Erik',NULL,NULL,NULL,NULL,NULL,'1036871388',NULL,'Sample Data',4,2,NULL,NULL,1,NULL,'Dear Erik',1,NULL,'Dear Erik',1,NULL,'Dr. Erik Parker Sr.',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:51','2023-04-30 16:20:53','Both'), + (153,'Individual',NULL,'Magan Jensen',NULL,NULL,'Magan','','Jensen',0,0,0,0,0,0,NULL,'Jensen, Magan',NULL,NULL,NULL,NULL,NULL,'1126354572',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Magan',1,NULL,'Dear Magan',1,NULL,'Magan Jensen',NULL,NULL,'1982-10-07',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:51','2023-04-30 16:20:52','Both'), + (154,'Individual',NULL,'terry.heidi@notmail.co.pl',NULL,NULL,NULL,NULL,NULL,0,1,0,0,0,0,NULL,'terry.heidi@notmail.co.pl',NULL,NULL,NULL,'1',NULL,'4040915840',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear terry.heidi@notmail.co.pl',1,NULL,'Dear terry.heidi@notmail.co.pl',1,NULL,'terry.heidi@notmail.co.pl',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:51','2023-04-30 16:20:52','Both'), + (155,'Individual',NULL,'Sanford DÃaz',NULL,NULL,'Sanford','','DÃaz',0,0,0,0,1,0,NULL,'DÃaz, Sanford',NULL,NULL,NULL,'5',NULL,'3755958255',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Sanford',1,NULL,'Dear Sanford',1,NULL,'Sanford DÃaz',NULL,2,'1965-03-28',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:51','2023-04-30 16:20:52','Both'), + (156,'Organization',NULL,'Jackson Empowerment Association','Jackson Empowerment Association',NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,'Jackson Empowerment Association',NULL,NULL,NULL,NULL,NULL,'3217894299',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'Jackson Empowerment Association',NULL,NULL,NULL,0,NULL,NULL,17,NULL,NULL,NULL,0,'2023-04-30 16:20:51','2023-04-30 16:20:53','Both'), + (157,'Individual',NULL,'Ms. Sharyn Grant',NULL,NULL,'Sharyn','','Grant',0,0,0,0,0,0,NULL,'Grant, Sharyn',NULL,NULL,NULL,NULL,NULL,'920947472',NULL,'Sample Data',2,NULL,NULL,NULL,1,NULL,'Dear Sharyn',1,NULL,'Dear Sharyn',1,NULL,'Ms. Sharyn Grant',NULL,1,'1942-01-29',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:51','2023-04-30 16:20:51','Both'), + (158,'Organization',NULL,'Rural Health Center','Rural Health Center',NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,'Rural Health Center',NULL,NULL,NULL,'3',NULL,'2868285516',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'Rural Health Center',NULL,NULL,NULL,0,NULL,NULL,74,NULL,NULL,NULL,0,'2023-04-30 16:20:51','2023-04-30 16:20:53','Both'), + (159,'Individual',NULL,'Dr. Josefa Samuels',NULL,NULL,'Josefa','A','Samuels',1,0,0,0,0,0,NULL,'Samuels, Josefa',NULL,NULL,NULL,NULL,NULL,'1709478630',NULL,'Sample Data',4,NULL,NULL,NULL,1,NULL,'Dear Josefa',1,NULL,'Dear Josefa',1,NULL,'Dr. Josefa Samuels',NULL,NULL,'1971-02-28',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:51','2023-04-30 16:20:51','Both'), + (160,'Individual',NULL,'Ms. Ivey Cruz',NULL,NULL,'Ivey','X','Cruz',0,0,0,0,0,0,NULL,'Cruz, Ivey',NULL,NULL,NULL,NULL,NULL,'3529937009',NULL,'Sample Data',2,NULL,NULL,NULL,1,NULL,'Dear Ivey',1,NULL,'Dear Ivey',1,NULL,'Ms. Ivey Cruz',NULL,1,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:51','2023-04-30 16:20:51','Both'), + (161,'Individual',NULL,'Elina Reynolds',NULL,NULL,'Elina','','Reynolds',0,1,0,0,1,0,NULL,'Reynolds, Elina',NULL,NULL,NULL,NULL,NULL,'1183355061',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Elina',1,NULL,'Dear Elina',1,NULL,'Elina Reynolds',NULL,1,'1983-02-24',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:51','2023-04-30 16:20:51','Both'), + (162,'Household',NULL,'Jameson family',NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,'Jameson family',NULL,NULL,NULL,NULL,NULL,'2255649769',NULL,'Sample Data',NULL,NULL,NULL,NULL,5,NULL,'Dear Jameson family',5,NULL,'Dear Jameson family',2,NULL,'Jameson family',NULL,NULL,NULL,0,NULL,'Jameson family',NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:51','2023-04-30 16:20:53','Both'), + (163,'Individual',NULL,'Dr. Esta Jameson',NULL,NULL,'Esta','','Jameson',0,1,0,0,0,0,NULL,'Jameson, Esta',NULL,NULL,NULL,NULL,NULL,'3062335151',NULL,'Sample Data',4,NULL,NULL,NULL,1,NULL,'Dear Esta',1,NULL,'Dear Esta',1,NULL,'Dr. Esta Jameson',NULL,1,'1971-09-02',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:51','2023-04-30 16:20:53','Both'), + (164,'Organization',NULL,'College Technology School','College Technology School',NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,'College Technology School',NULL,NULL,NULL,'5',NULL,'2642584493',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'College Technology School',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:51','2023-04-30 16:20:53','Both'), + (165,'Organization',NULL,'Sierra Family Alliance','Sierra Family Alliance',NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,'Sierra Family Alliance',NULL,NULL,NULL,'1',NULL,'732424382',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'Sierra Family Alliance',NULL,NULL,NULL,0,NULL,NULL,96,NULL,NULL,NULL,0,'2023-04-30 16:20:51','2023-04-30 16:20:53','Both'), + (166,'Individual',NULL,'cruz.maria@spamalot.org',NULL,NULL,NULL,NULL,NULL,0,0,0,0,1,0,NULL,'cruz.maria@spamalot.org',NULL,NULL,NULL,NULL,NULL,'1070281317',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear cruz.maria@spamalot.org',1,NULL,'Dear cruz.maria@spamalot.org',1,NULL,'cruz.maria@spamalot.org',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:51','2023-04-30 16:20:51','Both'), + (167,'Organization',NULL,'Community Family Association','Community Family Association',NULL,NULL,NULL,NULL,0,1,0,0,1,0,NULL,'Community Family Association',NULL,NULL,NULL,'4',NULL,'4263806140',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'Community Family Association',NULL,NULL,NULL,0,NULL,NULL,5,NULL,NULL,NULL,0,'2023-04-30 16:20:51','2023-04-30 16:20:53','Both'), + (168,'Individual',NULL,'Winford Wattson',NULL,NULL,'Winford','','Wattson',0,0,0,0,1,0,NULL,'Wattson, Winford',NULL,NULL,NULL,'4',NULL,'2360214443',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Winford',1,NULL,'Dear Winford',1,NULL,'Winford Wattson',NULL,2,NULL,1,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:51','2023-04-30 16:20:51','Both'), + (169,'Individual',NULL,'Rosario Lee II',NULL,NULL,'Rosario','K','Lee',0,0,0,0,0,0,NULL,'Lee, Rosario',NULL,NULL,NULL,NULL,NULL,'2332394944',NULL,'Sample Data',NULL,3,NULL,NULL,1,NULL,'Dear Rosario',1,NULL,'Dear Rosario',1,NULL,'Rosario Lee II',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:51','2023-04-30 16:20:51','Both'), + (170,'Organization',NULL,'Cook Wellness Fund','Cook Wellness Fund',NULL,NULL,NULL,NULL,1,1,0,0,0,0,NULL,'Cook Wellness Fund',NULL,NULL,NULL,NULL,NULL,'4057374170',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'Cook Wellness Fund',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:51','2023-04-30 16:20:53','Both'), + (171,'Individual',NULL,'Kandace Jensen',NULL,NULL,'Kandace','Q','Jensen',0,0,0,0,1,0,NULL,'Jensen, Kandace',NULL,NULL,NULL,NULL,NULL,'2339972314',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Kandace',1,NULL,'Dear Kandace',1,NULL,'Kandace Jensen',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:51','2023-04-30 16:20:51','Both'), + (172,'Individual',NULL,'Barry McReynolds',NULL,NULL,'Barry','','McReynolds',0,0,0,0,0,0,NULL,'McReynolds, Barry',NULL,NULL,NULL,'4',NULL,'2733051947',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Barry',1,NULL,'Dear Barry',1,NULL,'Barry McReynolds',NULL,2,'1980-10-10',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:51','2023-04-30 16:20:51','Both'), + (173,'Individual',NULL,'Mr. Erik Terry',NULL,NULL,'Erik','I','Terry',0,0,0,0,0,0,NULL,'Terry, Erik',NULL,NULL,NULL,NULL,NULL,'4189171326',NULL,'Sample Data',3,NULL,NULL,NULL,1,NULL,'Dear Erik',1,NULL,'Dear Erik',1,NULL,'Mr. Erik Terry',NULL,2,'1988-01-14',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:51','2023-04-30 16:20:51','Both'), + (174,'Individual',NULL,'Kenny Adams',NULL,NULL,'Kenny','J','Adams',0,0,0,0,0,0,NULL,'Adams, Kenny',NULL,NULL,NULL,NULL,NULL,'1028396712',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Kenny',1,NULL,'Dear Kenny',1,NULL,'Kenny Adams',NULL,2,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:51','2023-04-30 16:20:53','Both'), + (175,'Individual',NULL,'Lawerence Olsen Jr.',NULL,NULL,'Lawerence','','Olsen',1,0,0,0,0,0,NULL,'Olsen, Lawerence',NULL,NULL,NULL,NULL,NULL,'657766378',NULL,'Sample Data',NULL,1,NULL,NULL,1,NULL,'Dear Lawerence',1,NULL,'Dear Lawerence',1,NULL,'Lawerence Olsen Jr.',NULL,2,'1970-04-28',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:51','2023-04-30 16:20:51','Both'), + (176,'Individual',NULL,'Miguel Wagner-Lee',NULL,NULL,'Miguel','','Wagner-Lee',0,1,0,0,0,0,NULL,'Wagner-Lee, Miguel',NULL,NULL,NULL,NULL,NULL,'3393763977',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Miguel',1,NULL,'Dear Miguel',1,NULL,'Miguel Wagner-Lee',NULL,2,'2017-07-20',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:51','2023-04-30 16:20:53','Both'), + (177,'Individual',NULL,'Shad DÃaz',NULL,NULL,'Shad','Z','DÃaz',1,0,0,0,0,0,NULL,'DÃaz, Shad',NULL,NULL,NULL,'5',NULL,'3351645154',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Shad',1,NULL,'Dear Shad',1,NULL,'Shad DÃaz',NULL,2,'1945-05-03',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:51','2023-04-30 16:20:51','Both'), + (178,'Individual',NULL,'Mr. BrzÄ™czysÅ‚aw Lee',NULL,NULL,'BrzÄ™czysÅ‚aw','','Lee',1,0,0,0,0,0,NULL,'Lee, BrzÄ™czysÅ‚aw',NULL,NULL,NULL,'4',NULL,'2392926300',NULL,'Sample Data',3,NULL,NULL,NULL,1,NULL,'Dear BrzÄ™czysÅ‚aw',1,NULL,'Dear BrzÄ™czysÅ‚aw',1,NULL,'Mr. BrzÄ™czysÅ‚aw Lee',NULL,2,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:51','2023-04-30 16:20:53','Both'), + (179,'Individual',NULL,'Iris Yadav-González',NULL,NULL,'Iris','','Yadav-González',1,0,0,0,0,0,NULL,'Yadav-González, Iris',NULL,NULL,NULL,'3',NULL,'2172210154',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Iris',1,NULL,'Dear Iris',1,NULL,'Iris Yadav-González',NULL,1,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:51','2023-04-30 16:20:54','Both'), + (180,'Individual',NULL,'Princess Jacobs',NULL,NULL,'Princess','','Jacobs',0,0,0,0,0,0,NULL,'Jacobs, Princess',NULL,NULL,NULL,'2',NULL,'3977012582',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Princess',1,NULL,'Dear Princess',1,NULL,'Princess Jacobs',NULL,1,'1957-12-01',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:51','2023-04-30 16:20:51','Both'), + (181,'Individual',NULL,'Mr. Roland Wilson Sr.',NULL,NULL,'Roland','','Wilson',1,1,0,0,0,0,NULL,'Wilson, Roland',NULL,NULL,NULL,NULL,NULL,'1456133565',NULL,'Sample Data',3,2,NULL,NULL,1,NULL,'Dear Roland',1,NULL,'Dear Roland',1,NULL,'Mr. Roland Wilson Sr.',NULL,2,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:51','2023-04-30 16:20:52','Both'), + (182,'Individual',NULL,'Mr. Lou Prentice II',NULL,NULL,'Lou','S','Prentice',0,0,0,0,0,0,NULL,'Prentice, Lou',NULL,NULL,NULL,'5',NULL,'3207031485',NULL,'Sample Data',3,3,NULL,NULL,1,NULL,'Dear Lou',1,NULL,'Dear Lou',1,NULL,'Mr. Lou Prentice II',NULL,2,'1933-11-13',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:51','2023-04-30 16:20:52','Both'), + (183,'Individual',NULL,'Elina Samson',NULL,NULL,'Elina','O','Samson',1,0,0,0,0,0,NULL,'Samson, Elina',NULL,NULL,NULL,'4',NULL,'2698578454',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Elina',1,NULL,'Dear Elina',1,NULL,'Elina Samson',NULL,1,'1986-10-18',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:51','2023-04-30 16:20:53','Both'), + (184,'Individual',NULL,'Teresa Terry',NULL,NULL,'Teresa','','Terry',1,0,0,0,0,0,NULL,'Terry, Teresa',NULL,NULL,NULL,'4',NULL,'1751133466',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Teresa',1,NULL,'Dear Teresa',1,NULL,'Teresa Terry',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:51','2023-04-30 16:20:51','Both'), + (185,'Household',NULL,'Yadav-González family',NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,'Yadav-González family',NULL,NULL,NULL,NULL,NULL,'2444622511',NULL,'Sample Data',NULL,NULL,NULL,NULL,5,NULL,'Dear Yadav-González family',5,NULL,'Dear Yadav-González family',2,NULL,'Yadav-González family',NULL,NULL,NULL,0,NULL,'Yadav-González family',NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:51','2023-04-30 16:20:53','Both'), + (186,'Individual',NULL,'Norris Jameson',NULL,NULL,'Norris','F','Jameson',0,0,0,0,0,0,NULL,'Jameson, Norris',NULL,NULL,NULL,'4',NULL,'3849460374',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Norris',1,NULL,'Dear Norris',1,NULL,'Norris Jameson',NULL,2,'2013-01-20',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:51','2023-04-30 16:20:54','Both'), + (187,'Individual',NULL,'Lashawnda Terry',NULL,NULL,'Lashawnda','C','Terry',0,0,0,0,0,0,NULL,'Terry, Lashawnda',NULL,NULL,NULL,NULL,NULL,'485287796',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Lashawnda',1,NULL,'Dear Lashawnda',1,NULL,'Lashawnda Terry',NULL,1,'1999-04-27',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:51','2023-04-30 16:20:52','Both'), + (188,'Individual',NULL,'Elbert Jameson',NULL,NULL,'Elbert','','Jameson',0,0,0,0,0,0,NULL,'Jameson, Elbert',NULL,NULL,NULL,NULL,NULL,'3057069270',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Elbert',1,NULL,'Dear Elbert',1,NULL,'Elbert Jameson',NULL,2,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:51','2023-04-30 16:20:53','Both'), + (189,'Organization',NULL,'New Jersey Wellness Trust','New Jersey Wellness Trust',NULL,NULL,NULL,NULL,0,1,0,0,0,0,NULL,'New Jersey Wellness Trust',NULL,NULL,NULL,NULL,NULL,'3296595869',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'New Jersey Wellness Trust',NULL,NULL,NULL,0,NULL,NULL,51,NULL,NULL,NULL,0,'2023-04-30 16:20:51','2023-04-30 16:20:53','Both'), + (190,'Individual',NULL,'Justina Terry-Barkley',NULL,NULL,'Justina','H','Terry-Barkley',0,0,0,0,0,0,NULL,'Terry-Barkley, Justina',NULL,NULL,NULL,NULL,NULL,'827930186',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Justina',1,NULL,'Dear Justina',1,NULL,'Justina Terry-Barkley',NULL,NULL,'1998-05-16',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:51','2023-04-30 16:20:54','Both'), + (191,'Household',NULL,'Yadav family',NULL,NULL,NULL,NULL,NULL,1,0,0,0,0,0,NULL,'Yadav family',NULL,NULL,NULL,NULL,NULL,'1777336212',NULL,'Sample Data',NULL,NULL,NULL,NULL,5,NULL,'Dear Yadav family',5,NULL,'Dear Yadav family',2,NULL,'Yadav family',NULL,NULL,NULL,0,NULL,'Yadav family',NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:51','2023-04-30 16:20:53','Both'), + (192,'Household',NULL,'Roberts family',NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,'Roberts family',NULL,NULL,NULL,NULL,NULL,'2097305882',NULL,'Sample Data',NULL,NULL,NULL,NULL,5,NULL,'Dear Roberts family',5,NULL,'Dear Roberts family',2,NULL,'Roberts family',NULL,NULL,NULL,0,NULL,'Roberts family',NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:51','2023-04-30 16:20:53','Both'), + (193,'Household',NULL,'Nielsen family',NULL,NULL,NULL,NULL,NULL,0,1,0,0,1,0,NULL,'Nielsen family',NULL,NULL,NULL,'5',NULL,'766698874',NULL,'Sample Data',NULL,NULL,NULL,NULL,5,NULL,'Dear Nielsen family',5,NULL,'Dear Nielsen family',2,NULL,'Nielsen family',NULL,NULL,NULL,0,NULL,'Nielsen family',NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:51','2023-04-30 16:20:53','Both'), + (194,'Individual',NULL,'Troy Jones',NULL,NULL,'Troy','','Jones',0,0,0,0,0,0,NULL,'Jones, Troy',NULL,NULL,NULL,NULL,NULL,'3350192471',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Troy',1,NULL,'Dear Troy',1,NULL,'Troy Jones',NULL,2,'1984-05-20',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:51','2023-04-30 16:20:52','Both'), + (195,'Individual',NULL,'Santina Wilson',NULL,NULL,'Santina','','Wilson',0,0,0,0,0,0,NULL,'Wilson, Santina',NULL,NULL,NULL,NULL,NULL,'602659745',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Santina',1,NULL,'Dear Santina',1,NULL,'Santina Wilson',NULL,1,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:51','2023-04-30 16:20:52','Both'), + (196,'Organization',NULL,'Main Environmental School','Main Environmental School',NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,'Main Environmental School',NULL,NULL,NULL,'3',NULL,'2389932687',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'Main Environmental School',NULL,NULL,NULL,0,NULL,NULL,97,NULL,NULL,NULL,0,'2023-04-30 16:20:51','2023-04-30 16:20:53','Both'), + (197,'Individual',NULL,'Brittney Roberts',NULL,NULL,'Brittney','E','Roberts',1,1,0,0,0,0,NULL,'Roberts, Brittney',NULL,NULL,NULL,'4',NULL,'3955023783',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Brittney',1,NULL,'Dear Brittney',1,NULL,'Brittney Roberts',NULL,1,'1991-11-17',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:51','2023-04-30 16:20:54','Both'), + (198,'Household',NULL,'Nielsen family',NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,'Nielsen family',NULL,NULL,NULL,'2',NULL,'766698874',NULL,'Sample Data',NULL,NULL,NULL,NULL,5,NULL,'Dear Nielsen family',5,NULL,'Dear Nielsen family',2,NULL,'Nielsen family',NULL,NULL,NULL,0,NULL,'Nielsen family',NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:51','2023-04-30 16:20:53','Both'), + (199,'Individual',NULL,'Dr. Alida Blackwell',NULL,NULL,'Alida','','Blackwell',0,0,0,0,0,0,NULL,'Blackwell, Alida',NULL,NULL,NULL,NULL,NULL,'61950812',NULL,'Sample Data',4,NULL,NULL,NULL,1,NULL,'Dear Alida',1,NULL,'Dear Alida',1,NULL,'Dr. Alida Blackwell',NULL,1,'1987-08-28',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:51','2023-04-30 16:20:52','Both'), + (200,'Individual',NULL,'roberts.barry1@spamalot.net',NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,'roberts.barry1@spamalot.net',NULL,NULL,NULL,'1',NULL,'887473816',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear roberts.barry1@spamalot.net',1,NULL,'Dear roberts.barry1@spamalot.net',1,NULL,'roberts.barry1@spamalot.net',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:51','2023-04-30 16:20:51','Both'), + (201,'Individual',NULL,'Sonny Nielsen Jr.',NULL,NULL,'Sonny','K','Nielsen',0,0,0,0,0,0,NULL,'Nielsen, Sonny',NULL,NULL,NULL,NULL,NULL,'1971466517',NULL,'Sample Data',NULL,1,NULL,NULL,1,NULL,'Dear Sonny',1,NULL,'Dear Sonny',1,NULL,'Sonny Nielsen Jr.',NULL,NULL,'1998-12-02',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:51','2023-04-30 16:20:53','Both'), + (202,'Individual',NULL,'Jenny Lee',NULL,NULL,'Jenny',NULL,'Lee',0,0,0,0,0,0,NULL,'Lee, Jenny',NULL,NULL,NULL,NULL,'en_US','45f6c43e8a179c58d66fc5db2448c259',NULL,NULL,NULL,NULL,NULL,1,1,NULL,'Dear Jenny',1,NULL,'Dear Jenny',1,NULL,'Jenny Lee','Volunteer coordinator',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-04-30 16:20:55','2023-04-30 16:20:55','Both'); /*!40000 ALTER TABLE `civicrm_contact` ENABLE KEYS */; UNLOCK TABLES; @@ -2303,117 +2308,117 @@ UNLOCK TABLES; LOCK TABLES `civicrm_contribution` WRITE; /*!40000 ALTER TABLE `civicrm_contribution` DISABLE KEYS */; INSERT INTO `civicrm_contribution` (`id`, `contact_id`, `financial_type_id`, `contribution_page_id`, `payment_instrument_id`, `receive_date`, `non_deductible_amount`, `total_amount`, `fee_amount`, `net_amount`, `trxn_id`, `invoice_id`, `invoice_number`, `currency`, `cancel_date`, `cancel_reason`, `receipt_date`, `thankyou_date`, `source`, `amount_level`, `contribution_recur_id`, `is_test`, `is_pay_later`, `contribution_status_id`, `address_id`, `check_number`, `campaign_id`, `creditnote_id`, `tax_amount`, `revenue_recognition_date`, `is_template`) VALUES - (1,2,1,NULL,4,'2013-03-08 17:51:24',0.00,125.00,NULL,NULL,NULL,NULL,NULL,'USD',NULL,NULL,NULL,NULL,'April Mailer 1',NULL,NULL,0,0,1,NULL,'1041',NULL,NULL,NULL,NULL,0), - (2,4,1,NULL,1,'2020-12-08 17:51:24',0.00,50.00,NULL,NULL,'P20901X1',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Online: Save the Penguins',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), - (3,6,1,NULL,4,'2017-02-11 04:51:24',0.00,25.00,NULL,NULL,'GBP12',NULL,NULL,'GBP',NULL,NULL,NULL,NULL,'April Mailer 1',NULL,NULL,0,0,1,NULL,'2095',NULL,NULL,NULL,NULL,0), - (4,8,1,NULL,4,'2020-12-08 17:51:24',0.00,50.00,NULL,NULL,NULL,NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Online: Save the Penguins',NULL,NULL,0,0,1,NULL,'10552',NULL,NULL,NULL,NULL,0), - (5,4,1,NULL,1,'2020-12-08 17:51:24',0.00,50.00,NULL,NULL,'Q90901X1',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Online: Save the Penguins',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), - (6,16,1,NULL,4,'2022-12-13 17:09:24',0.00,500.00,NULL,NULL,NULL,NULL,NULL,'USD',NULL,NULL,NULL,NULL,'April Mailer 1',NULL,NULL,0,0,1,NULL,'509',NULL,NULL,NULL,NULL,0), - (7,19,1,NULL,1,'2023-03-06 17:51:24',0.00,1750.00,NULL,NULL,NULL,NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Online: Save the Penguins',NULL,NULL,0,0,1,NULL,'102',NULL,NULL,NULL,NULL,0), - (8,82,1,NULL,1,'2022-07-15 02:02:24',0.00,50.00,NULL,NULL,'P20193L2',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Online: Save the Penguins',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), - (9,92,1,NULL,1,'2022-04-08 17:51:24',0.00,10.00,NULL,NULL,'P40232Y3',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Online: Help CiviCRM',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), - (10,34,1,NULL,1,'2018-10-16 19:51:24',0.00,250.00,NULL,NULL,'P20193L6',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Online: Help CiviCRM',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), - (11,71,1,NULL,1,'2023-03-07 13:51:24',0.00,500.00,NULL,NULL,'PL71',NULL,NULL,'JPY',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), - (12,43,1,NULL,1,'2021-12-08 07:18:04',0.00,50.00,NULL,NULL,'P291X1',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Online: Save the Penguins',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), - (13,32,1,NULL,1,'2022-12-08 00:00:00',0.00,50.00,NULL,NULL,'PL32I',NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), - (14,32,1,NULL,1,'2023-01-08 00:00:00',0.00,50.00,NULL,NULL,'PL32II',NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), - (15,59,1,NULL,1,'2021-12-08 17:51:24',0.00,25.00,NULL,NULL,'PL32I591',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Recurring contribution',NULL,1,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), - (16,59,1,NULL,1,'2022-01-08 17:51:24',0.00,25.00,NULL,NULL,'PL32I592',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Recurring contribution',NULL,1,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), - (17,59,1,NULL,1,'2022-02-08 17:51:24',0.00,25.00,NULL,NULL,'PL32I593',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Recurring contribution',NULL,1,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), - (18,59,1,NULL,1,'2022-03-08 17:51:24',0.00,25.00,NULL,NULL,'PL32I594',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Recurring contribution',NULL,1,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), - (19,59,1,NULL,1,'2022-04-08 17:51:24',0.00,25.00,NULL,NULL,'PL32I595',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Recurring contribution',NULL,1,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), - (20,59,1,NULL,1,'2022-05-08 17:51:24',0.00,25.00,NULL,NULL,'PL32I596',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Recurring contribution',NULL,1,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), - (21,59,1,NULL,1,'2022-06-08 17:51:24',0.00,25.00,NULL,NULL,'PL32I597',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Recurring contribution',NULL,1,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), - (22,59,1,NULL,1,'2022-07-08 17:51:24',0.00,25.00,NULL,NULL,'PL32I598',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Recurring contribution',NULL,1,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), - (23,59,1,NULL,1,'2022-08-08 17:51:24',0.00,25.00,NULL,NULL,'PL32I599',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Recurring contribution',NULL,1,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), - (24,59,1,NULL,1,'2022-09-08 17:51:24',0.00,25.00,NULL,NULL,'PL32I5910',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Recurring contribution',NULL,1,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), - (25,59,1,NULL,1,'2022-10-08 17:51:24',0.00,25.00,NULL,NULL,'PL32I5911',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Recurring contribution',NULL,1,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), - (26,99,1,NULL,1,'2022-07-08 17:51:24',0.00,10.00,NULL,NULL,'PL32I991',NULL,NULL,'CAD',NULL,NULL,NULL,NULL,'Recurring contribution',NULL,2,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), - (27,99,1,NULL,1,'2022-08-08 17:51:24',0.00,10.00,NULL,NULL,'PL32I992',NULL,NULL,'CAD',NULL,NULL,NULL,NULL,'Recurring contribution',NULL,2,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), - (28,99,1,NULL,1,'2022-09-08 17:51:24',0.00,10.00,NULL,NULL,'PL32I993',NULL,NULL,'CAD',NULL,NULL,NULL,NULL,'Recurring contribution',NULL,2,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), - (29,99,1,NULL,1,'2022-10-08 17:51:24',0.00,10.00,NULL,NULL,'PL32I994',NULL,NULL,'CAD',NULL,NULL,NULL,NULL,'Recurring contribution',NULL,2,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), - (30,99,1,NULL,1,'2022-11-08 17:51:24',0.00,10.00,NULL,NULL,'PL32I995',NULL,NULL,'CAD',NULL,NULL,NULL,NULL,'Recurring contribution',NULL,2,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), - (31,103,1,NULL,1,'2023-02-08 17:51:24',0.00,5.00,NULL,NULL,'PL32I1031',NULL,NULL,'EUR',NULL,NULL,NULL,NULL,'Recurring contribution',NULL,3,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), - (32,150,2,NULL,1,'2023-03-08 17:51:24',0.00,100.00,NULL,NULL,'1fdc115bf2caa1b2',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'General Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), - (33,92,2,NULL,1,'2023-03-08 17:51:24',0.00,50.00,NULL,NULL,'81f4322ba54655a3',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Student Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), - (34,115,2,NULL,1,'2023-03-08 17:51:24',0.00,100.00,NULL,NULL,'667f6994611dd55a',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'General Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), - (35,2,2,NULL,1,'2023-03-08 17:51:24',0.00,50.00,NULL,NULL,'588d59a76cae6cf8',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Student Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), - (36,161,2,NULL,1,'2023-03-08 17:51:24',0.00,100.00,NULL,NULL,'54d78bbeef7aa504',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'General Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), - (37,131,2,NULL,1,'2023-03-08 17:51:24',0.00,50.00,NULL,NULL,'7cec655a46b32df3',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Student Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), - (38,81,2,NULL,1,'2023-03-08 17:51:24',0.00,100.00,NULL,NULL,'7d2c719bd8cd324d',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'General Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), - (39,29,2,NULL,1,'2023-03-08 17:51:24',0.00,50.00,NULL,NULL,'c9ba3631738ce187',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Student Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), - (40,167,2,NULL,1,'2023-03-08 17:51:24',0.00,100.00,NULL,NULL,'6f7be96e6ac78511',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'General Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), - (41,52,2,NULL,1,'2023-03-08 17:51:24',0.00,50.00,NULL,NULL,'1b51fa020d1d72da',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Student Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), - (42,75,2,NULL,1,'2023-03-08 17:51:24',0.00,1200.00,NULL,NULL,'0e6f65441d9b1f96',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Lifetime Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), - (43,133,2,NULL,1,'2023-03-08 17:51:24',0.00,50.00,NULL,NULL,'8cd3cc9929c91072',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Student Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), - (44,80,2,NULL,1,'2023-03-08 17:51:24',0.00,100.00,NULL,NULL,'8646acabca300f47',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'General Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), - (45,110,2,NULL,1,'2023-03-08 17:51:24',0.00,50.00,NULL,NULL,'497de0006abe0190',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Student Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), - (46,200,2,NULL,1,'2023-03-08 17:51:24',0.00,50.00,NULL,NULL,'28b1900dae7aff83',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Student Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), - (47,196,2,NULL,1,'2023-03-08 17:51:24',0.00,50.00,NULL,NULL,'185530364c885e65',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Student Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), - (48,156,2,NULL,1,'2023-03-08 17:51:24',0.00,100.00,NULL,NULL,'6dd11a5cdf3209fa',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'General Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), - (49,186,2,NULL,1,'2023-03-08 17:51:24',0.00,50.00,NULL,NULL,'e4b98506de79bc01',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Student Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), - (50,69,2,NULL,1,'2023-03-08 17:51:24',0.00,100.00,NULL,NULL,'06f6cdbddcf64e6d',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'General Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), - (51,9,2,NULL,1,'2023-03-08 17:51:24',0.00,100.00,NULL,NULL,'a7809e778b390910',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'General Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), - (52,172,2,NULL,1,'2023-03-08 17:51:24',0.00,100.00,NULL,NULL,'4ca2dbff7ea54933',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'General Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), - (53,117,2,NULL,1,'2023-03-08 17:51:24',0.00,1200.00,NULL,NULL,'4486913d2c04e249',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Lifetime Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), - (54,6,2,NULL,1,'2023-03-08 17:51:24',0.00,100.00,NULL,NULL,'438c57d1c1fd1fe3',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'General Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), - (55,31,2,NULL,1,'2023-03-08 17:51:24',0.00,50.00,NULL,NULL,'3799d698482be64d',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Student Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), - (56,190,2,NULL,1,'2023-03-08 17:51:24',0.00,100.00,NULL,NULL,'f5c46caec43c2451',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'General Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), - (57,104,2,NULL,1,'2023-03-08 17:51:24',0.00,50.00,NULL,NULL,'8b2c2a53d97e3dad',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Student Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), - (58,10,2,NULL,1,'2023-03-08 17:51:24',0.00,100.00,NULL,NULL,'aecd1a8ecdf6d337',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'General Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), - (59,91,2,NULL,1,'2023-03-08 17:51:24',0.00,50.00,NULL,NULL,'3c8ed4d8102e10ff',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Student Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), - (60,5,2,NULL,1,'2023-03-08 17:51:24',0.00,100.00,NULL,NULL,'c28d2abf7ff6da09',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'General Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), - (61,178,2,NULL,1,'2023-03-08 17:51:24',0.00,100.00,NULL,NULL,'a575258aacf3f1ed',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'General Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), - (63,114,4,NULL,1,'2023-03-08 17:51:24',0.00,50.00,NULL,NULL,'a9fd1d12a7f15a3f',NULL,NULL,'USD',NULL,NULL,'2023-03-08 17:51:24',NULL,'Fall Fundraiser Dinner : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), - (64,17,4,NULL,1,'2023-03-08 17:51:24',0.00,50.00,NULL,NULL,'afb5d3a4ac3a688e',NULL,NULL,'USD',NULL,NULL,'2023-03-08 17:51:24',NULL,'Summer Solstice Festival Day Concert : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), - (65,188,4,NULL,1,'2023-03-08 17:51:24',0.00,800.00,NULL,NULL,'f8db820678bcd7cc',NULL,NULL,'USD',NULL,NULL,'2023-03-08 17:51:24',NULL,'Rain-forest Cup Youth Soccer Tournament : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), - (66,138,4,NULL,1,'2023-03-08 17:51:24',0.00,50.00,NULL,NULL,'c99d90d0291f847b',NULL,NULL,'USD',NULL,NULL,'2023-03-08 17:51:24',NULL,'Fall Fundraiser Dinner : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), - (67,31,4,NULL,1,'2023-03-08 17:51:24',0.00,50.00,NULL,NULL,'1d560c9527e8accb',NULL,NULL,'USD',NULL,NULL,'2023-03-08 17:51:24',NULL,'Summer Solstice Festival Day Concert : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), - (68,33,4,NULL,1,'2023-03-08 17:51:24',0.00,800.00,NULL,NULL,'c01b09d93188da88',NULL,NULL,'USD',NULL,NULL,'2023-03-08 17:51:24',NULL,'Rain-forest Cup Youth Soccer Tournament : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), - (69,147,4,NULL,1,'2023-03-08 17:51:24',0.00,50.00,NULL,NULL,'e3f3771a7067bea4',NULL,NULL,'USD',NULL,NULL,'2023-03-08 17:51:24',NULL,'Fall Fundraiser Dinner : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), - (70,144,4,NULL,1,'2023-03-08 17:51:24',0.00,50.00,NULL,NULL,'afaeb5cc73c77375',NULL,NULL,'USD',NULL,NULL,'2023-03-08 17:51:24',NULL,'Summer Solstice Festival Day Concert : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), - (71,51,4,NULL,1,'2023-03-08 17:51:24',0.00,800.00,NULL,NULL,'62dc9d3083ef8d29',NULL,NULL,'USD',NULL,NULL,'2023-03-08 17:51:24',NULL,'Rain-forest Cup Youth Soccer Tournament : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), - (72,129,4,NULL,1,'2023-03-08 17:51:24',0.00,50.00,NULL,NULL,'2ff0d71377e49636',NULL,NULL,'USD',NULL,NULL,'2023-03-08 17:51:24',NULL,'Fall Fundraiser Dinner : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), - (73,47,4,NULL,1,'2023-03-08 17:51:24',0.00,50.00,NULL,NULL,'b08fb45451064268',NULL,NULL,'USD',NULL,NULL,'2023-03-08 17:51:24',NULL,'Summer Solstice Festival Day Concert : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), - (74,179,4,NULL,1,'2023-03-08 17:51:24',0.00,800.00,NULL,NULL,'926bebe9e62b8a29',NULL,NULL,'USD',NULL,NULL,'2023-03-08 17:51:24',NULL,'Rain-forest Cup Youth Soccer Tournament : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), - (75,84,4,NULL,1,'2023-03-08 17:51:24',0.00,50.00,NULL,NULL,'97a62b410454248e',NULL,NULL,'USD',NULL,NULL,'2023-03-08 17:51:24',NULL,'Fall Fundraiser Dinner : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), - (76,163,4,NULL,1,'2023-03-08 17:51:24',0.00,50.00,NULL,NULL,'b4b0d1c52be01033',NULL,NULL,'USD',NULL,NULL,'2023-03-08 17:51:24',NULL,'Summer Solstice Festival Day Concert : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), - (77,91,4,NULL,1,'2023-03-08 17:51:24',0.00,800.00,NULL,NULL,'38ade21215ba6bf4',NULL,NULL,'USD',NULL,NULL,'2023-03-08 17:51:24',NULL,'Rain-forest Cup Youth Soccer Tournament : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), - (78,125,4,NULL,1,'2023-03-08 17:51:24',0.00,50.00,NULL,NULL,'a46dc922d28abe31',NULL,NULL,'USD',NULL,NULL,'2023-03-08 17:51:24',NULL,'Fall Fundraiser Dinner : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), - (79,12,4,NULL,1,'2023-03-08 17:51:24',0.00,50.00,NULL,NULL,'9743c42b0384e647',NULL,NULL,'USD',NULL,NULL,'2023-03-08 17:51:24',NULL,'Summer Solstice Festival Day Concert : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), - (80,103,4,NULL,1,'2023-03-08 17:51:24',0.00,800.00,NULL,NULL,'7d8a88c64846dda8',NULL,NULL,'USD',NULL,NULL,'2023-03-08 17:51:24',NULL,'Rain-forest Cup Youth Soccer Tournament : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), - (81,27,4,NULL,1,'2023-03-08 17:51:24',0.00,50.00,NULL,NULL,'a00b60545deaf650',NULL,NULL,'USD',NULL,NULL,'2023-03-08 17:51:24',NULL,'Fall Fundraiser Dinner : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), - (82,6,4,NULL,1,'2023-03-08 17:51:24',0.00,50.00,NULL,NULL,'765707168e894f41',NULL,NULL,'USD',NULL,NULL,'2023-03-08 17:51:24',NULL,'Summer Solstice Festival Day Concert : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), - (83,181,4,NULL,1,'2023-03-08 17:51:24',0.00,800.00,NULL,NULL,'9d2b0f6cb5cf4a74',NULL,NULL,'USD',NULL,NULL,'2023-03-08 17:51:24',NULL,'Rain-forest Cup Youth Soccer Tournament : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), - (84,68,4,NULL,1,'2023-03-08 17:51:24',0.00,50.00,NULL,NULL,'e63377713fe49338',NULL,NULL,'USD',NULL,NULL,'2023-03-08 17:51:24',NULL,'Fall Fundraiser Dinner : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), - (85,11,4,NULL,1,'2023-03-08 17:51:24',0.00,50.00,NULL,NULL,'38bfbfd4668d7967',NULL,NULL,'USD',NULL,NULL,'2023-03-08 17:51:24',NULL,'Summer Solstice Festival Day Concert : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), - (86,19,4,NULL,1,'2023-03-08 17:51:24',0.00,800.00,NULL,NULL,'bfee4d0831cb8321',NULL,NULL,'USD',NULL,NULL,'2023-03-08 17:51:24',NULL,'Rain-forest Cup Youth Soccer Tournament : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), - (87,112,4,NULL,1,'2023-03-08 17:51:24',0.00,800.00,NULL,NULL,'8aa8adc186407e59',NULL,NULL,'USD',NULL,NULL,'2023-03-08 17:51:24',NULL,'Rain-forest Cup Youth Soccer Tournament : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), - (88,61,4,NULL,1,'2023-03-08 17:51:24',0.00,50.00,NULL,NULL,'55ab86113cd978c4',NULL,NULL,'USD',NULL,NULL,'2023-03-08 17:51:24',NULL,'Fall Fundraiser Dinner : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), - (89,8,4,NULL,1,'2023-03-08 17:51:24',0.00,50.00,NULL,NULL,'7a3f91c97d8c028a',NULL,NULL,'USD',NULL,NULL,'2023-03-08 17:51:24',NULL,'Summer Solstice Festival Day Concert : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), - (90,186,4,NULL,1,'2023-03-08 17:51:24',0.00,800.00,NULL,NULL,'4832ffd6f87eacbf',NULL,NULL,'USD',NULL,NULL,'2023-03-08 17:51:24',NULL,'Rain-forest Cup Youth Soccer Tournament : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), - (91,48,4,NULL,1,'2023-03-08 17:51:24',0.00,50.00,NULL,NULL,'3c65df9d4ef2a49f',NULL,NULL,'USD',NULL,NULL,'2023-03-08 17:51:24',NULL,'Fall Fundraiser Dinner : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), - (92,153,4,NULL,1,'2023-03-08 17:51:24',0.00,50.00,NULL,NULL,'dda9e6435e6dd379',NULL,NULL,'USD',NULL,NULL,'2023-03-08 17:51:24',NULL,'Summer Solstice Festival Day Concert : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), - (93,43,4,NULL,1,'2023-03-08 17:51:24',0.00,800.00,NULL,NULL,'205f2a4a998b13ba',NULL,NULL,'USD',NULL,NULL,'2023-03-08 17:51:24',NULL,'Rain-forest Cup Youth Soccer Tournament : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), - (94,55,4,NULL,1,'2023-03-08 17:51:24',0.00,50.00,NULL,NULL,'da90428ab22f5c79',NULL,NULL,'USD',NULL,NULL,'2023-03-08 17:51:24',NULL,'Fall Fundraiser Dinner : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), - (95,200,4,NULL,1,'2023-03-08 17:51:24',0.00,50.00,NULL,NULL,'5da413fb1c2b25ce',NULL,NULL,'USD',NULL,NULL,'2023-03-08 17:51:24',NULL,'Summer Solstice Festival Day Concert : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), - (96,120,4,NULL,1,'2023-03-08 17:51:24',0.00,800.00,NULL,NULL,'04af23a889245e0b',NULL,NULL,'USD',NULL,NULL,'2023-03-08 17:51:24',NULL,'Rain-forest Cup Youth Soccer Tournament : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), - (97,95,4,NULL,1,'2023-03-08 17:51:24',0.00,50.00,NULL,NULL,'67f5c44e7356aaed',NULL,NULL,'USD',NULL,NULL,'2023-03-08 17:51:24',NULL,'Fall Fundraiser Dinner : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), - (98,97,4,NULL,1,'2023-03-08 17:51:24',0.00,50.00,NULL,NULL,'9c0d80e0215a4af4',NULL,NULL,'USD',NULL,NULL,'2023-03-08 17:51:24',NULL,'Summer Solstice Festival Day Concert : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), - (99,38,4,NULL,1,'2023-03-08 17:51:24',0.00,800.00,NULL,NULL,'424618e00083abc8',NULL,NULL,'USD',NULL,NULL,'2023-03-08 17:51:24',NULL,'Rain-forest Cup Youth Soccer Tournament : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), - (100,169,4,NULL,1,'2023-03-08 17:51:24',0.00,50.00,NULL,NULL,'0c3f4e2fd4d50aaf',NULL,NULL,'USD',NULL,NULL,'2023-03-08 17:51:24',NULL,'Fall Fundraiser Dinner : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), - (101,194,4,NULL,1,'2023-03-08 17:51:24',0.00,50.00,NULL,NULL,'59a33a93832546aa',NULL,NULL,'USD',NULL,NULL,'2023-03-08 17:51:24',NULL,'Summer Solstice Festival Day Concert : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), - (102,13,4,NULL,1,'2023-03-08 17:51:24',0.00,800.00,NULL,NULL,'cf2aaa549badc0a4',NULL,NULL,'USD',NULL,NULL,'2023-03-08 17:51:24',NULL,'Rain-forest Cup Youth Soccer Tournament : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), - (103,142,4,NULL,1,'2023-03-08 17:51:24',0.00,50.00,NULL,NULL,'44d298aa357b7acb',NULL,NULL,'USD',NULL,NULL,'2023-03-08 17:51:24',NULL,'Fall Fundraiser Dinner : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), - (104,60,4,NULL,1,'2023-03-08 17:51:24',0.00,50.00,NULL,NULL,'c5615bff744482f8',NULL,NULL,'USD',NULL,NULL,'2023-03-08 17:51:24',NULL,'Summer Solstice Festival Day Concert : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), - (105,29,4,NULL,1,'2023-03-08 17:51:24',0.00,800.00,NULL,NULL,'7ac30e96b7904a44',NULL,NULL,'USD',NULL,NULL,'2023-03-08 17:51:24',NULL,'Rain-forest Cup Youth Soccer Tournament : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), - (106,1,4,NULL,1,'2023-03-08 17:51:24',0.00,50.00,NULL,NULL,'cdf19482f20c52e5',NULL,NULL,'USD',NULL,NULL,'2023-03-08 17:51:24',NULL,'Fall Fundraiser Dinner : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), - (107,161,4,NULL,1,'2023-03-08 17:51:24',0.00,50.00,NULL,NULL,'678444c28cbe6793',NULL,NULL,'USD',NULL,NULL,'2023-03-08 17:51:24',NULL,'Summer Solstice Festival Day Concert : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), - (108,113,4,NULL,1,'2023-03-08 17:51:24',0.00,800.00,NULL,NULL,'e7a45fb0a2ee1958',NULL,NULL,'USD',NULL,NULL,'2023-03-08 17:51:24',NULL,'Rain-forest Cup Youth Soccer Tournament : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), - (109,151,4,NULL,1,'2023-03-08 17:51:24',0.00,50.00,NULL,NULL,'8dce708fef95a7bd',NULL,NULL,'USD',NULL,NULL,'2023-03-08 17:51:24',NULL,'Fall Fundraiser Dinner : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), - (110,167,4,NULL,1,'2023-03-08 17:51:24',0.00,50.00,NULL,NULL,'8ec594bb041bf3f0',NULL,NULL,'USD',NULL,NULL,'2023-03-08 17:51:24',NULL,'Summer Solstice Festival Day Concert : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), - (111,18,4,NULL,1,'2023-03-08 17:51:24',0.00,800.00,NULL,NULL,'3f1f02e8e2eb3a25',NULL,NULL,'USD',NULL,NULL,'2023-03-08 17:51:24',NULL,'Rain-forest Cup Youth Soccer Tournament : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), - (112,164,4,NULL,1,'2023-03-08 17:51:24',0.00,800.00,NULL,NULL,'61e4b389dd476db8',NULL,NULL,'USD',NULL,NULL,'2023-03-08 17:51:24',NULL,'Rain-forest Cup Youth Soccer Tournament : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0); + (1,2,1,NULL,4,'2013-04-30 16:20:59',0.00,125.00,NULL,NULL,NULL,NULL,NULL,'USD',NULL,NULL,NULL,NULL,'April Mailer 1',NULL,NULL,0,0,1,NULL,'1041',NULL,NULL,NULL,NULL,0), + (2,4,1,NULL,1,'2021-01-30 16:20:59',0.00,50.00,NULL,NULL,'P20901X1',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Online: Save the Penguins',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), + (3,6,1,NULL,4,'2017-04-05 03:20:59',0.00,25.00,NULL,NULL,'GBP12',NULL,NULL,'GBP',NULL,NULL,NULL,NULL,'April Mailer 1',NULL,NULL,0,0,1,NULL,'2095',NULL,NULL,NULL,NULL,0), + (4,8,1,NULL,4,'2021-01-30 16:20:59',0.00,50.00,NULL,NULL,NULL,NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Online: Save the Penguins',NULL,NULL,0,0,1,NULL,'10552',NULL,NULL,NULL,NULL,0), + (5,4,1,NULL,1,'2021-01-30 16:20:59',0.00,50.00,NULL,NULL,'Q90901X1',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Online: Save the Penguins',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), + (6,16,1,NULL,4,'2023-02-04 15:38:59',0.00,500.00,NULL,NULL,NULL,NULL,NULL,'USD',NULL,NULL,NULL,NULL,'April Mailer 1',NULL,NULL,0,0,1,NULL,'509',NULL,NULL,NULL,NULL,0), + (7,19,1,NULL,1,'2023-04-28 16:20:59',0.00,1750.00,NULL,NULL,NULL,NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Online: Save the Penguins',NULL,NULL,0,0,1,NULL,'102',NULL,NULL,NULL,NULL,0), + (8,82,1,NULL,1,'2022-09-06 00:31:59',0.00,50.00,NULL,NULL,'P20193L2',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Online: Save the Penguins',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), + (9,92,1,NULL,1,'2022-05-30 16:20:59',0.00,10.00,NULL,NULL,'P40232Y3',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Online: Help CiviCRM',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), + (10,34,1,NULL,1,'2018-12-07 18:20:59',0.00,250.00,NULL,NULL,'P20193L6',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Online: Help CiviCRM',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), + (11,71,1,NULL,1,'2023-04-29 12:20:59',0.00,500.00,NULL,NULL,'PL71',NULL,NULL,'JPY',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), + (12,43,1,NULL,1,'2022-01-30 05:47:39',0.00,50.00,NULL,NULL,'P291X1',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Online: Save the Penguins',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), + (13,32,1,NULL,1,'2023-01-30 00:00:00',0.00,50.00,NULL,NULL,'PL32I',NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), + (14,32,1,NULL,1,'2023-03-02 00:00:00',0.00,50.00,NULL,NULL,'PL32II',NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), + (15,59,1,NULL,1,'2022-01-30 16:20:59',0.00,25.00,NULL,NULL,'PL32I591',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Recurring contribution',NULL,1,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), + (16,59,1,NULL,1,'2022-03-02 16:20:59',0.00,25.00,NULL,NULL,'PL32I592',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Recurring contribution',NULL,1,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), + (17,59,1,NULL,1,'2022-04-02 16:20:59',0.00,25.00,NULL,NULL,'PL32I593',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Recurring contribution',NULL,1,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), + (18,59,1,NULL,1,'2022-05-02 16:20:59',0.00,25.00,NULL,NULL,'PL32I594',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Recurring contribution',NULL,1,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), + (19,59,1,NULL,1,'2022-06-02 16:20:59',0.00,25.00,NULL,NULL,'PL32I595',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Recurring contribution',NULL,1,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), + (20,59,1,NULL,1,'2022-07-02 16:20:59',0.00,25.00,NULL,NULL,'PL32I596',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Recurring contribution',NULL,1,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), + (21,59,1,NULL,1,'2022-08-02 16:20:59',0.00,25.00,NULL,NULL,'PL32I597',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Recurring contribution',NULL,1,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), + (22,59,1,NULL,1,'2022-09-02 16:20:59',0.00,25.00,NULL,NULL,'PL32I598',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Recurring contribution',NULL,1,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), + (23,59,1,NULL,1,'2022-10-02 16:20:59',0.00,25.00,NULL,NULL,'PL32I599',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Recurring contribution',NULL,1,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), + (24,59,1,NULL,1,'2022-11-02 16:20:59',0.00,25.00,NULL,NULL,'PL32I5910',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Recurring contribution',NULL,1,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), + (25,59,1,NULL,1,'2022-12-02 16:20:59',0.00,25.00,NULL,NULL,'PL32I5911',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Recurring contribution',NULL,1,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), + (26,99,1,NULL,1,'2022-08-30 16:20:59',0.00,10.00,NULL,NULL,'PL32I991',NULL,NULL,'CAD',NULL,NULL,NULL,NULL,'Recurring contribution',NULL,2,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), + (27,99,1,NULL,1,'2022-09-30 16:20:59',0.00,10.00,NULL,NULL,'PL32I992',NULL,NULL,'CAD',NULL,NULL,NULL,NULL,'Recurring contribution',NULL,2,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), + (28,99,1,NULL,1,'2022-10-30 16:20:59',0.00,10.00,NULL,NULL,'PL32I993',NULL,NULL,'CAD',NULL,NULL,NULL,NULL,'Recurring contribution',NULL,2,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), + (29,99,1,NULL,1,'2022-11-30 16:20:59',0.00,10.00,NULL,NULL,'PL32I994',NULL,NULL,'CAD',NULL,NULL,NULL,NULL,'Recurring contribution',NULL,2,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), + (30,99,1,NULL,1,'2022-12-30 16:20:59',0.00,10.00,NULL,NULL,'PL32I995',NULL,NULL,'CAD',NULL,NULL,NULL,NULL,'Recurring contribution',NULL,2,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), + (31,103,1,NULL,1,'2023-03-30 16:20:59',0.00,5.00,NULL,NULL,'PL32I1031',NULL,NULL,'EUR',NULL,NULL,NULL,NULL,'Recurring contribution',NULL,3,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), + (32,82,2,NULL,1,'2023-04-30 16:20:59',0.00,100.00,NULL,NULL,'6f7589b5084c6020',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'General Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), + (33,194,2,NULL,1,'2023-04-30 16:20:59',0.00,50.00,NULL,NULL,'af32ad2d15612cb6',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Student Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), + (34,114,2,NULL,1,'2023-04-30 16:20:59',0.00,100.00,NULL,NULL,'6f4bd372a63437e7',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'General Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), + (35,77,2,NULL,1,'2023-04-30 16:20:59',0.00,50.00,NULL,NULL,'82e68c03ee965a19',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Student Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), + (36,49,2,NULL,1,'2023-04-30 16:20:59',0.00,100.00,NULL,NULL,'5f829a39de1adcf4',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'General Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), + (37,78,2,NULL,1,'2023-04-30 16:20:59',0.00,50.00,NULL,NULL,'a9e6077919deaa6f',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Student Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), + (38,54,2,NULL,1,'2023-04-30 16:20:59',0.00,100.00,NULL,NULL,'8a19be0472a9584a',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'General Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), + (39,26,2,NULL,1,'2023-04-30 16:20:59',0.00,50.00,NULL,NULL,'d4da2fde4e1e67f7',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Student Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), + (40,133,2,NULL,1,'2023-04-30 16:20:59',0.00,100.00,NULL,NULL,'f81fcde204d61b49',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'General Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), + (41,131,2,NULL,1,'2023-04-30 16:20:59',0.00,100.00,NULL,NULL,'e3606c8457d3f30c',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'General Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), + (42,30,2,NULL,1,'2023-04-30 16:20:59',0.00,1200.00,NULL,NULL,'ebbbf9f8da769285',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Lifetime Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), + (43,25,2,NULL,1,'2023-04-30 16:20:59',0.00,50.00,NULL,NULL,'d7076ea3bf5db736',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Student Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), + (44,83,2,NULL,1,'2023-04-30 16:20:59',0.00,100.00,NULL,NULL,'5d59370ff91ad6af',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'General Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), + (45,147,2,NULL,1,'2023-04-30 16:20:59',0.00,50.00,NULL,NULL,'45e20ac972a75b90',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Student Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), + (46,150,2,NULL,1,'2023-04-30 16:20:59',0.00,50.00,NULL,NULL,'d676d10bacc10994',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Student Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), + (47,73,2,NULL,1,'2023-04-30 16:20:59',0.00,50.00,NULL,NULL,'cc8a656f37b32866',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Student Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), + (48,100,2,NULL,1,'2023-04-30 16:20:59',0.00,100.00,NULL,NULL,'89b4abf36a380409',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'General Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), + (49,13,2,NULL,1,'2023-04-30 16:20:59',0.00,50.00,NULL,NULL,'83333c165d9fa54c',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Student Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), + (50,10,2,NULL,1,'2023-04-30 16:20:59',0.00,100.00,NULL,NULL,'aa6f1a8cd76a853e',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'General Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), + (51,180,2,NULL,1,'2023-04-30 16:20:59',0.00,50.00,NULL,NULL,'b9b52f5ac78b6750',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Student Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), + (52,175,2,NULL,1,'2023-04-30 16:20:59',0.00,100.00,NULL,NULL,'2bdae4b5f5c21a76',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'General Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), + (53,182,2,NULL,1,'2023-04-30 16:20:59',0.00,1200.00,NULL,NULL,'15b299723d7fbaf6',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Lifetime Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), + (54,134,2,NULL,1,'2023-04-30 16:20:59',0.00,100.00,NULL,NULL,'5abb702cb569b268',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'General Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), + (55,98,2,NULL,1,'2023-04-30 16:20:59',0.00,50.00,NULL,NULL,'c617320a73714683',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Student Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), + (56,157,2,NULL,1,'2023-04-30 16:20:59',0.00,50.00,NULL,NULL,'44586c69b495d537',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Student Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), + (57,90,2,NULL,1,'2023-04-30 16:20:59',0.00,50.00,NULL,NULL,'1c7f7d16f7bccc57',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Student Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), + (58,152,2,NULL,1,'2023-04-30 16:20:59',0.00,100.00,NULL,NULL,'96c6b2fb8d24d5bd',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'General Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), + (59,136,2,NULL,1,'2023-04-30 16:20:59',0.00,50.00,NULL,NULL,'d3625956f0e541a5',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Student Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), + (60,110,2,NULL,1,'2023-04-30 16:20:59',0.00,100.00,NULL,NULL,'006432ee89592ed8',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'General Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), + (61,138,2,NULL,1,'2023-04-30 16:20:59',0.00,100.00,NULL,NULL,'6d9e4ba10e48b7dc',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'General Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), + (63,109,4,NULL,1,'2023-04-30 16:20:59',0.00,50.00,NULL,NULL,'30e0b62f9a1970ee',NULL,NULL,'USD',NULL,NULL,'2023-04-30 16:20:59',NULL,'Fall Fundraiser Dinner : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), + (64,85,4,NULL,1,'2023-04-30 16:20:59',0.00,50.00,NULL,NULL,'b4b22306a1971add',NULL,NULL,'USD',NULL,NULL,'2023-04-30 16:20:59',NULL,'Summer Solstice Festival Day Concert : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), + (65,155,4,NULL,1,'2023-04-30 16:20:59',0.00,800.00,NULL,NULL,'cfdf4e43ffe24078',NULL,NULL,'USD',NULL,NULL,'2023-04-30 16:20:59',NULL,'Rain-forest Cup Youth Soccer Tournament : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), + (66,160,4,NULL,1,'2023-04-30 16:20:59',0.00,50.00,NULL,NULL,'9a9b39d49c5d46a0',NULL,NULL,'USD',NULL,NULL,'2023-04-30 16:20:59',NULL,'Fall Fundraiser Dinner : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), + (67,68,4,NULL,1,'2023-04-30 16:20:59',0.00,50.00,NULL,NULL,'8316da2b91c93ab0',NULL,NULL,'USD',NULL,NULL,'2023-04-30 16:20:59',NULL,'Summer Solstice Festival Day Concert : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), + (68,14,4,NULL,1,'2023-04-30 16:20:59',0.00,800.00,NULL,NULL,'671fe40949dfcf3a',NULL,NULL,'USD',NULL,NULL,'2023-04-30 16:20:59',NULL,'Rain-forest Cup Youth Soccer Tournament : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), + (69,199,4,NULL,1,'2023-04-30 16:20:59',0.00,50.00,NULL,NULL,'bcd583db2ff0ced6',NULL,NULL,'USD',NULL,NULL,'2023-04-30 16:20:59',NULL,'Fall Fundraiser Dinner : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), + (70,64,4,NULL,1,'2023-04-30 16:20:59',0.00,50.00,NULL,NULL,'c0738f622f42d29f',NULL,NULL,'USD',NULL,NULL,'2023-04-30 16:20:59',NULL,'Summer Solstice Festival Day Concert : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), + (71,95,4,NULL,1,'2023-04-30 16:20:59',0.00,800.00,NULL,NULL,'9a50cff13c6fc189',NULL,NULL,'USD',NULL,NULL,'2023-04-30 16:20:59',NULL,'Rain-forest Cup Youth Soccer Tournament : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), + (72,148,4,NULL,1,'2023-04-30 16:20:59',0.00,50.00,NULL,NULL,'d1b90bbd552288a0',NULL,NULL,'USD',NULL,NULL,'2023-04-30 16:20:59',NULL,'Fall Fundraiser Dinner : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), + (73,169,4,NULL,1,'2023-04-30 16:20:59',0.00,50.00,NULL,NULL,'2653ccbd99641f28',NULL,NULL,'USD',NULL,NULL,'2023-04-30 16:20:59',NULL,'Summer Solstice Festival Day Concert : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), + (74,59,4,NULL,1,'2023-04-30 16:20:59',0.00,800.00,NULL,NULL,'0664d203cb69891c',NULL,NULL,'USD',NULL,NULL,'2023-04-30 16:20:59',NULL,'Rain-forest Cup Youth Soccer Tournament : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), + (75,124,4,NULL,1,'2023-04-30 16:20:59',0.00,50.00,NULL,NULL,'3bb8809336322d10',NULL,NULL,'USD',NULL,NULL,'2023-04-30 16:20:59',NULL,'Fall Fundraiser Dinner : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), + (76,123,4,NULL,1,'2023-04-30 16:20:59',0.00,50.00,NULL,NULL,'1d93f04b2051f2ef',NULL,NULL,'USD',NULL,NULL,'2023-04-30 16:20:59',NULL,'Summer Solstice Festival Day Concert : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), + (77,121,4,NULL,1,'2023-04-30 16:20:59',0.00,800.00,NULL,NULL,'2f45db7fc5a43fd9',NULL,NULL,'USD',NULL,NULL,'2023-04-30 16:20:59',NULL,'Rain-forest Cup Youth Soccer Tournament : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), + (78,93,4,NULL,1,'2023-04-30 16:20:59',0.00,50.00,NULL,NULL,'5ca62d76ec1bfacf',NULL,NULL,'USD',NULL,NULL,'2023-04-30 16:20:59',NULL,'Fall Fundraiser Dinner : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), + (79,2,4,NULL,1,'2023-04-30 16:20:59',0.00,50.00,NULL,NULL,'0a78358a163808ae',NULL,NULL,'USD',NULL,NULL,'2023-04-30 16:20:59',NULL,'Summer Solstice Festival Day Concert : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), + (80,94,4,NULL,1,'2023-04-30 16:20:59',0.00,800.00,NULL,NULL,'f0d1b3a6edc0ed3b',NULL,NULL,'USD',NULL,NULL,'2023-04-30 16:20:59',NULL,'Rain-forest Cup Youth Soccer Tournament : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), + (81,56,4,NULL,1,'2023-04-30 16:20:59',0.00,50.00,NULL,NULL,'eb26b556ce875163',NULL,NULL,'USD',NULL,NULL,'2023-04-30 16:20:59',NULL,'Fall Fundraiser Dinner : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), + (82,51,4,NULL,1,'2023-04-30 16:20:59',0.00,50.00,NULL,NULL,'8873a8359f19cad7',NULL,NULL,'USD',NULL,NULL,'2023-04-30 16:20:59',NULL,'Summer Solstice Festival Day Concert : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), + (83,28,4,NULL,1,'2023-04-30 16:20:59',0.00,800.00,NULL,NULL,'205c7efca65a7219',NULL,NULL,'USD',NULL,NULL,'2023-04-30 16:20:59',NULL,'Rain-forest Cup Youth Soccer Tournament : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), + (84,101,4,NULL,1,'2023-04-30 16:20:59',0.00,50.00,NULL,NULL,'c9cab8fb1bd0e976',NULL,NULL,'USD',NULL,NULL,'2023-04-30 16:20:59',NULL,'Fall Fundraiser Dinner : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), + (85,104,4,NULL,1,'2023-04-30 16:20:59',0.00,50.00,NULL,NULL,'1895b636b3dd103a',NULL,NULL,'USD',NULL,NULL,'2023-04-30 16:20:59',NULL,'Summer Solstice Festival Day Concert : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), + (86,96,4,NULL,1,'2023-04-30 16:20:59',0.00,800.00,NULL,NULL,'9f809d059d6bb191',NULL,NULL,'USD',NULL,NULL,'2023-04-30 16:20:59',NULL,'Rain-forest Cup Youth Soccer Tournament : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), + (87,166,4,NULL,1,'2023-04-30 16:20:59',0.00,800.00,NULL,NULL,'7ac5a1d9dd8d6122',NULL,NULL,'USD',NULL,NULL,'2023-04-30 16:20:59',NULL,'Rain-forest Cup Youth Soccer Tournament : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), + (88,176,4,NULL,1,'2023-04-30 16:20:59',0.00,50.00,NULL,NULL,'10a963908c532a6e',NULL,NULL,'USD',NULL,NULL,'2023-04-30 16:20:59',NULL,'Fall Fundraiser Dinner : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), + (89,173,4,NULL,1,'2023-04-30 16:20:59',0.00,50.00,NULL,NULL,'3c29230ce5eb6fb9',NULL,NULL,'USD',NULL,NULL,'2023-04-30 16:20:59',NULL,'Summer Solstice Festival Day Concert : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), + (90,165,4,NULL,1,'2023-04-30 16:20:59',0.00,800.00,NULL,NULL,'75543322e3077a22',NULL,NULL,'USD',NULL,NULL,'2023-04-30 16:20:59',NULL,'Rain-forest Cup Youth Soccer Tournament : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), + (91,153,4,NULL,1,'2023-04-30 16:20:59',0.00,50.00,NULL,NULL,'045f0ff3876922c6',NULL,NULL,'USD',NULL,NULL,'2023-04-30 16:20:59',NULL,'Fall Fundraiser Dinner : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), + (92,181,4,NULL,1,'2023-04-30 16:20:59',0.00,50.00,NULL,NULL,'c40a2b9b2f785067',NULL,NULL,'USD',NULL,NULL,'2023-04-30 16:20:59',NULL,'Summer Solstice Festival Day Concert : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), + (93,23,4,NULL,1,'2023-04-30 16:20:59',0.00,800.00,NULL,NULL,'cc9252d1701b4b86',NULL,NULL,'USD',NULL,NULL,'2023-04-30 16:20:59',NULL,'Rain-forest Cup Youth Soccer Tournament : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), + (94,58,4,NULL,1,'2023-04-30 16:20:59',0.00,50.00,NULL,NULL,'5079be9f1be0a173',NULL,NULL,'USD',NULL,NULL,'2023-04-30 16:20:59',NULL,'Fall Fundraiser Dinner : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), + (95,21,4,NULL,1,'2023-04-30 16:20:59',0.00,50.00,NULL,NULL,'f123a6d1e7118c52',NULL,NULL,'USD',NULL,NULL,'2023-04-30 16:20:59',NULL,'Summer Solstice Festival Day Concert : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), + (96,81,4,NULL,1,'2023-04-30 16:20:59',0.00,800.00,NULL,NULL,'77e774777749a34d',NULL,NULL,'USD',NULL,NULL,'2023-04-30 16:20:59',NULL,'Rain-forest Cup Youth Soccer Tournament : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), + (97,130,4,NULL,1,'2023-04-30 16:20:59',0.00,50.00,NULL,NULL,'db6db09d78047ac6',NULL,NULL,'USD',NULL,NULL,'2023-04-30 16:20:59',NULL,'Fall Fundraiser Dinner : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), + (98,151,4,NULL,1,'2023-04-30 16:20:59',0.00,50.00,NULL,NULL,'af4f2a00d321d69d',NULL,NULL,'USD',NULL,NULL,'2023-04-30 16:20:59',NULL,'Summer Solstice Festival Day Concert : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), + (99,24,4,NULL,1,'2023-04-30 16:20:59',0.00,800.00,NULL,NULL,'00e8874c93c147ed',NULL,NULL,'USD',NULL,NULL,'2023-04-30 16:20:59',NULL,'Rain-forest Cup Youth Soccer Tournament : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), + (100,19,4,NULL,1,'2023-04-30 16:20:59',0.00,50.00,NULL,NULL,'60402f153a597dbf',NULL,NULL,'USD',NULL,NULL,'2023-04-30 16:20:59',NULL,'Fall Fundraiser Dinner : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), + (101,86,4,NULL,1,'2023-04-30 16:20:59',0.00,50.00,NULL,NULL,'73b91a59978a1329',NULL,NULL,'USD',NULL,NULL,'2023-04-30 16:20:59',NULL,'Summer Solstice Festival Day Concert : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), + (102,91,4,NULL,1,'2023-04-30 16:20:59',0.00,800.00,NULL,NULL,'c2d01c3bd91094f7',NULL,NULL,'USD',NULL,NULL,'2023-04-30 16:20:59',NULL,'Rain-forest Cup Youth Soccer Tournament : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), + (103,25,4,NULL,1,'2023-04-30 16:20:59',0.00,50.00,NULL,NULL,'d47448dc53af02b4',NULL,NULL,'USD',NULL,NULL,'2023-04-30 16:20:59',NULL,'Fall Fundraiser Dinner : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), + (104,201,4,NULL,1,'2023-04-30 16:20:59',0.00,50.00,NULL,NULL,'1c382f2fd9576993',NULL,NULL,'USD',NULL,NULL,'2023-04-30 16:20:59',NULL,'Summer Solstice Festival Day Concert : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), + (105,87,4,NULL,1,'2023-04-30 16:20:59',0.00,800.00,NULL,NULL,'606abaccbca40fcc',NULL,NULL,'USD',NULL,NULL,'2023-04-30 16:20:59',NULL,'Rain-forest Cup Youth Soccer Tournament : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), + (106,77,4,NULL,1,'2023-04-30 16:20:59',0.00,50.00,NULL,NULL,'604843d015822a79',NULL,NULL,'USD',NULL,NULL,'2023-04-30 16:20:59',NULL,'Fall Fundraiser Dinner : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), + (107,190,4,NULL,1,'2023-04-30 16:20:59',0.00,50.00,NULL,NULL,'7e4c149beba3b7bb',NULL,NULL,'USD',NULL,NULL,'2023-04-30 16:20:59',NULL,'Summer Solstice Festival Day Concert : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), + (108,150,4,NULL,1,'2023-04-30 16:20:59',0.00,800.00,NULL,NULL,'0b8d4ea33472654e',NULL,NULL,'USD',NULL,NULL,'2023-04-30 16:20:59',NULL,'Rain-forest Cup Youth Soccer Tournament : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), + (109,54,4,NULL,1,'2023-04-30 16:20:59',0.00,50.00,NULL,NULL,'d81bda55921def7b',NULL,NULL,'USD',NULL,NULL,'2023-04-30 16:20:59',NULL,'Fall Fundraiser Dinner : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), + (110,38,4,NULL,1,'2023-04-30 16:20:59',0.00,50.00,NULL,NULL,'e2f1d766c78371af',NULL,NULL,'USD',NULL,NULL,'2023-04-30 16:20:59',NULL,'Summer Solstice Festival Day Concert : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), + (111,37,4,NULL,1,'2023-04-30 16:20:59',0.00,800.00,NULL,NULL,'2ed8b5ca7a2876ba',NULL,NULL,'USD',NULL,NULL,'2023-04-30 16:20:59',NULL,'Rain-forest Cup Youth Soccer Tournament : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0), + (112,103,4,NULL,1,'2023-04-30 16:20:59',0.00,800.00,NULL,NULL,'c38d5b31fb55a745',NULL,NULL,'USD',NULL,NULL,'2023-04-30 16:20:59',NULL,'Rain-forest Cup Youth Soccer Tournament : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0); /*!40000 ALTER TABLE `civicrm_contribution` ENABLE KEYS */; UNLOCK TABLES; @@ -2446,9 +2451,9 @@ UNLOCK TABLES; LOCK TABLES `civicrm_contribution_recur` WRITE; /*!40000 ALTER TABLE `civicrm_contribution_recur` DISABLE KEYS */; INSERT INTO `civicrm_contribution_recur` (`id`, `contact_id`, `amount`, `currency`, `frequency_unit`, `frequency_interval`, `installments`, `start_date`, `create_date`, `modified_date`, `cancel_date`, `cancel_reason`, `end_date`, `processor_id`, `payment_token_id`, `trxn_id`, `invoice_id`, `contribution_status_id`, `is_test`, `cycle_day`, `next_sched_contribution_date`, `failure_count`, `failure_retry_date`, `auto_renew`, `payment_processor_id`, `financial_type_id`, `payment_instrument_id`, `campaign_id`, `is_email_receipt`) VALUES - (1,59,25.00,'USD','month',1,12,'2021-12-08 17:51:24','2023-03-08 17:51:24','2023-03-08 06:51:24',NULL,'',NULL,'CLC45',NULL,'56799',NULL,1,0,1,NULL,0,NULL,0,1,NULL,NULL,NULL,1), - (2,99,10.00,'CAD','month',1,6,'2022-07-08 17:51:24','2023-03-08 17:51:24','2023-03-08 06:51:24','2023-02-08 17:51:24','No longer interested',NULL,'CLR35',NULL,'22799',NULL,3,0,1,NULL,0,NULL,0,1,NULL,NULL,NULL,1), - (3,103,5.00,'EUR','month',3,3,'2023-02-08 17:51:24','2023-03-08 17:51:24','2023-03-08 06:51:24',NULL,'',NULL,'EGR12',NULL,'44889',NULL,5,0,1,'2023-05-08 17:51:24',0,NULL,0,1,NULL,NULL,NULL,1); + (1,59,25.00,'USD','month',1,12,'2022-01-30 16:20:59','2023-04-30 16:20:59','2023-04-30 16:20:59',NULL,'',NULL,'CLC45',NULL,'56799',NULL,1,0,1,NULL,0,NULL,0,1,NULL,NULL,NULL,1), + (2,99,10.00,'CAD','month',1,6,'2022-08-30 16:20:59','2023-04-30 16:20:59','2023-04-30 16:20:59','2023-03-30 16:20:59','No longer interested',NULL,'CLR35',NULL,'22799',NULL,3,0,1,NULL,0,NULL,0,1,NULL,NULL,NULL,1), + (3,103,5.00,'EUR','month',3,3,'2023-03-30 16:20:59','2023-04-30 16:20:59','2023-04-30 16:20:59',NULL,'',NULL,'EGR12',NULL,'44889',NULL,5,0,1,'2023-06-30 16:20:59',0,NULL,0,1,NULL,NULL,NULL,1); /*!40000 ALTER TABLE `civicrm_contribution_recur` ENABLE KEYS */; UNLOCK TABLES; @@ -2459,8 +2464,8 @@ UNLOCK TABLES; LOCK TABLES `civicrm_contribution_soft` WRITE; /*!40000 ALTER TABLE `civicrm_contribution_soft` DISABLE KEYS */; INSERT INTO `civicrm_contribution_soft` (`id`, `contribution_id`, `contact_id`, `amount`, `currency`, `pcp_id`, `pcp_display_in_roll`, `pcp_roll_nickname`, `pcp_personal_note`, `soft_credit_type_id`) VALUES - (1,9,150,10.00,'USD',1,1,'Jones Family','Helping Hands',10), - (2,10,150,250.00,'USD',1,1,'Annie and the kids','Annie Helps',10); + (1,9,126,10.00,'USD',1,1,'Jones Family','Helping Hands',10), + (2,10,126,250.00,'USD',1,1,'Annie and the kids','Annie Helps',10); /*!40000 ALTER TABLE `civicrm_contribution_soft` ENABLE KEYS */; UNLOCK TABLES; @@ -3059,7 +3064,7 @@ UNLOCK TABLES; LOCK TABLES `civicrm_domain` WRITE; /*!40000 ALTER TABLE `civicrm_domain` DISABLE KEYS */; INSERT INTO `civicrm_domain` (`id`, `name`, `description`, `version`, `contact_id`, `locales`, `locale_custom_strings`) VALUES - (1,'Default Domain Name',NULL,'5.61.4',1,NULL,'a:1:{s:5:\"en_US\";a:0:{}}'); + (1,'Default Domain Name',NULL,'5.62.0',1,NULL,'a:1:{s:5:\"en_US\";a:0:{}}'); /*!40000 ALTER TABLE `civicrm_domain` ENABLE KEYS */; UNLOCK TABLES; @@ -3071,194 +3076,189 @@ LOCK TABLES `civicrm_email` WRITE; /*!40000 ALTER TABLE `civicrm_email` DISABLE KEYS */; INSERT INTO `civicrm_email` (`id`, `contact_id`, `location_type_id`, `email`, `is_primary`, `is_billing`, `on_hold`, `is_bulkmail`, `hold_date`, `reset_date`, `signature_text`, `signature_html`) VALUES (1,1,1,'fixme.domainemail@example.org',1,0,0,0,NULL,NULL,NULL,NULL), - (2,32,1,'mdaz@notmail.biz',1,0,0,0,NULL,NULL,NULL,NULL), - (3,195,1,'parker.l.rodrigo@sample.info',1,0,0,0,NULL,NULL,NULL,NULL), - (4,113,1,'bachman.sherman66@example.com',1,0,0,0,NULL,NULL,NULL,NULL), - (5,113,1,'bachman.n.sherman@fishmail.com',0,0,0,0,NULL,NULL,NULL,NULL), - (6,9,1,'barkley.rolando@lol.co.pl',1,0,0,0,NULL,NULL,NULL,NULL), - (7,73,1,'kandacep@airmail.net',1,0,0,0,NULL,NULL,NULL,NULL), - (8,73,1,'prentice.kandace@airmail.co.nz',0,0,0,0,NULL,NULL,NULL,NULL), - (9,40,1,'reynoldsr@infomail.biz',1,0,0,0,NULL,NULL,NULL,NULL), - (10,40,1,'rebekahr32@testmail.co.pl',0,0,0,0,NULL,NULL,NULL,NULL), - (11,75,1,'smithr@infomail.info',1,0,0,0,NULL,NULL,NULL,NULL), - (12,60,1,'daz.t.rosario@notmail.co.pl',1,0,0,0,NULL,NULL,NULL,NULL), - (13,179,1,'mcreynolds.arlyne57@testing.com',1,0,0,0,NULL,NULL,NULL,NULL), - (14,179,1,'arlynem70@testing.info',0,0,0,0,NULL,NULL,NULL,NULL), - (15,31,1,'shadblackwell45@notmail.org',1,0,0,0,NULL,NULL,NULL,NULL), - (16,101,1,'wilsonr86@lol.biz',1,0,0,0,NULL,NULL,NULL,NULL), - (17,174,1,'leet@airmail.org',1,0,0,0,NULL,NULL,NULL,NULL), - (18,166,1,'eleonord@airmail.co.nz',1,0,0,0,NULL,NULL,NULL,NULL), - (19,29,1,'ashleyr31@testmail.com',1,0,0,0,NULL,NULL,NULL,NULL), - (20,154,1,'olsen.allen35@mymail.org',1,0,0,0,NULL,NULL,NULL,NULL), - (21,154,1,'alleno@notmail.info',0,0,0,0,NULL,NULL,NULL,NULL), - (22,134,1,'bjones97@airmail.org',1,0,0,0,NULL,NULL,NULL,NULL), - (23,69,1,'bachman.y.claudio@spamalot.info',1,0,0,0,NULL,NULL,NULL,NULL), - (24,86,1,'io.jones26@testmail.co.pl',1,0,0,0,NULL,NULL,NULL,NULL), - (25,86,1,'irisj60@notmail.org',0,0,0,0,NULL,NULL,NULL,NULL), - (26,76,1,'jerometerry@sample.net',1,0,0,0,NULL,NULL,NULL,NULL), - (27,184,1,'fj.jameson@sample.co.nz',1,0,0,0,NULL,NULL,NULL,NULL), - (28,184,1,'felishajameson19@infomail.com',0,0,0,0,NULL,NULL,NULL,NULL), - (29,199,1,'jamesona44@fishmail.net',1,0,0,0,NULL,NULL,NULL,NULL), - (30,136,1,'prentice.herminia95@sample.co.nz',1,0,0,0,NULL,NULL,NULL,NULL), - (31,136,1,'prentice.w.herminia@testing.net',0,0,0,0,NULL,NULL,NULL,NULL), - (32,114,1,'smith.maxwell@infomail.org',1,0,0,0,NULL,NULL,NULL,NULL), - (33,35,1,'kq.terry@fakemail.org',1,0,0,0,NULL,NULL,NULL,NULL), - (34,72,1,'brigettejensen41@fishmail.co.nz',1,0,0,0,NULL,NULL,NULL,NULL), - (35,72,1,'jensen.u.brigette93@fakemail.net',0,0,0,0,NULL,NULL,NULL,NULL), - (36,175,1,'jones.e.shad12@fakemail.co.in',1,0,0,0,NULL,NULL,NULL,NULL), - (37,175,1,'jones.e.shad1@spamalot.co.nz',0,0,0,0,NULL,NULL,NULL,NULL), - (38,104,1,'samson.sherman95@fakemail.biz',1,0,0,0,NULL,NULL,NULL,NULL), - (39,104,1,'shermansamson41@testing.org',0,0,0,0,NULL,NULL,NULL,NULL), - (40,30,1,'norriscruz29@notmail.biz',1,0,0,0,NULL,NULL,NULL,NULL), - (41,140,1,'chowskie@fishmail.com',1,0,0,0,NULL,NULL,NULL,NULL), - (42,78,1,'sonnyw@fishmail.net',1,0,0,0,NULL,NULL,NULL,NULL), - (43,145,1,'herminiapatel@lol.co.in',1,0,0,0,NULL,NULL,NULL,NULL), - (44,74,1,'chowski.rosario@testmail.co.pl',1,0,0,0,NULL,NULL,NULL,NULL), - (45,74,1,'rosariochowski38@fishmail.net',0,0,0,0,NULL,NULL,NULL,NULL), - (46,165,1,'meiprentice53@example.net',1,0,0,0,NULL,NULL,NULL,NULL), - (47,165,1,'prentice.mei77@testing.biz',0,0,0,0,NULL,NULL,NULL,NULL), - (48,77,1,'maxwelllee5@spamalot.info',1,0,0,0,NULL,NULL,NULL,NULL), - (49,152,1,'lincolndimitrov@infomail.info',1,0,0,0,NULL,NULL,NULL,NULL), - (50,152,1,'dimitrov.lincoln@mymail.co.nz',0,0,0,0,NULL,NULL,NULL,NULL), - (51,127,1,'terryl@fakemail.co.nz',1,0,0,0,NULL,NULL,NULL,NULL), - (52,176,1,'samson.nicole@notmail.info',1,0,0,0,NULL,NULL,NULL,NULL), - (53,176,1,'samsonn@fakemail.co.in',0,0,0,0,NULL,NULL,NULL,NULL), - (54,83,1,'cooper.barry@testing.co.nz',1,0,0,0,NULL,NULL,NULL,NULL), - (55,83,1,'cooper.barry@example.com',0,0,0,0,NULL,NULL,NULL,NULL), - (56,128,1,'bterry56@sample.co.pl',1,0,0,0,NULL,NULL,NULL,NULL), - (57,38,1,'winfords@fakemail.org',1,0,0,0,NULL,NULL,NULL,NULL), - (58,38,1,'winfordsamson67@lol.co.pl',0,0,0,0,NULL,NULL,NULL,NULL), - (59,21,1,'jbachman@notmail.co.in',1,0,0,0,NULL,NULL,NULL,NULL), - (60,21,1,'jinabachman@fakemail.co.pl',0,0,0,0,NULL,NULL,NULL,NULL), - (61,171,1,'ed.patel@sample.co.uk',1,0,0,0,NULL,NULL,NULL,NULL), - (62,170,1,'robertsl46@testing.biz',1,0,0,0,NULL,NULL,NULL,NULL), - (63,22,1,'samuels.margaret74@fakemail.com',1,0,0,0,NULL,NULL,NULL,NULL), - (64,22,1,'samuelsm@lol.co.uk',0,0,0,0,NULL,NULL,NULL,NULL), - (65,147,1,'roberts.delana38@fakemail.co.nz',1,0,0,0,NULL,NULL,NULL,NULL), - (66,147,1,'roberts.delana19@infomail.co.nz',0,0,0,0,NULL,NULL,NULL,NULL), - (67,186,1,'bg.yadav@airmail.biz',1,0,0,0,NULL,NULL,NULL,NULL), - (68,186,1,'bryony@lol.co.pl',0,0,0,0,NULL,NULL,NULL,NULL), - (69,44,1,'blackwell.miguel70@infomail.biz',1,0,0,0,NULL,NULL,NULL,NULL), - (70,196,1,'wilson.ashley@sample.co.uk',1,0,0,0,NULL,NULL,NULL,NULL), - (71,196,1,'awilson75@fakemail.co.uk',0,0,0,0,NULL,NULL,NULL,NULL), - (72,144,1,'jensenm@infomail.co.uk',1,0,0,0,NULL,NULL,NULL,NULL), - (73,144,1,'mariajensen26@mymail.co.pl',0,0,0,0,NULL,NULL,NULL,NULL), - (74,130,1,'deforest.a.roland@testing.co.uk',1,0,0,0,NULL,NULL,NULL,NULL), - (75,48,1,'herminiam@notmail.org',1,0,0,0,NULL,NULL,NULL,NULL), - (76,4,1,'dimitrov.p.merrie@fishmail.info',1,0,0,0,NULL,NULL,NULL,NULL), - (77,34,1,'elbertchowski39@testing.co.in',1,0,0,0,NULL,NULL,NULL,NULL), - (78,34,1,'elbert@fakemail.co.uk',0,0,0,0,NULL,NULL,NULL,NULL), - (79,108,1,'ez.jensen99@lol.co.uk',1,0,0,0,NULL,NULL,NULL,NULL), - (80,52,1,'maxwellc@airmail.org',1,0,0,0,NULL,NULL,NULL,NULL), - (81,52,1,'cooper.maxwell98@mymail.co.in',0,0,0,0,NULL,NULL,NULL,NULL), - (82,200,1,'nielsen.e.brittney@lol.net',1,0,0,0,NULL,NULL,NULL,NULL), - (83,122,1,'princessn@example.co.nz',1,0,0,0,NULL,NULL,NULL,NULL), - (84,37,1,'nielsen.santina@testing.co.nz',1,0,0,0,NULL,NULL,NULL,NULL), - (85,37,1,'nielsen.santina11@mymail.net',0,0,0,0,NULL,NULL,NULL,NULL), - (86,107,1,'loumcreynolds45@sample.co.pl',1,0,0,0,NULL,NULL,NULL,NULL), - (87,23,1,'cruz-mcreynoldsj@spamalot.co.nz',1,0,0,0,NULL,NULL,NULL,NULL), - (88,23,1,'cruz-mcreynolds.u.junko29@fishmail.org',0,0,0,0,NULL,NULL,NULL,NULL), - (89,59,1,'tanyam@airmail.co.nz',1,0,0,0,NULL,NULL,NULL,NULL), - (90,58,1,'nd.jacobs@fakemail.com',1,0,0,0,NULL,NULL,NULL,NULL), - (91,17,1,'mu.jacobs@sample.co.nz',1,0,0,0,NULL,NULL,NULL,NULL), - (92,105,1,'teddyj@fishmail.biz',1,0,0,0,NULL,NULL,NULL,NULL), - (93,105,1,'teddyj44@testmail.net',0,0,0,0,NULL,NULL,NULL,NULL), - (94,61,1,'bk.olsen54@sample.biz',1,0,0,0,NULL,NULL,NULL,NULL), - (95,61,1,'bk.olsen@testing.biz',0,0,0,0,NULL,NULL,NULL,NULL), - (96,8,1,'merriejones39@spamalot.co.uk',1,0,0,0,NULL,NULL,NULL,NULL), - (97,8,1,'merriej@fishmail.info',0,0,0,0,NULL,NULL,NULL,NULL), - (98,159,1,'lincolnolsen-jones47@fishmail.biz',1,0,0,0,NULL,NULL,NULL,NULL), - (99,159,1,'olsen-jones.lincoln63@fishmail.com',0,0,0,0,NULL,NULL,NULL,NULL), - (100,103,1,'hl.jacobs@testing.co.nz',1,0,0,0,NULL,NULL,NULL,NULL), - (101,46,1,'jacobs.josefa75@airmail.biz',1,0,0,0,NULL,NULL,NULL,NULL), - (102,12,1,'adams.eleonor47@mymail.biz',1,0,0,0,NULL,NULL,NULL,NULL), - (103,156,1,'adams.d.elina@lol.co.pl',1,0,0,0,NULL,NULL,NULL,NULL), - (104,156,1,'adams.elina@airmail.biz',0,0,0,0,NULL,NULL,NULL,NULL), - (105,146,1,'wattson.p.magan@infomail.co.uk',1,0,0,0,NULL,NULL,NULL,NULL), - (106,92,1,'wattson.josefa@airmail.net',1,0,0,0,NULL,NULL,NULL,NULL), - (107,92,1,'wattson.josefa@airmail.co.pl',0,0,0,0,NULL,NULL,NULL,NULL), - (108,185,1,'jameson.troy@mymail.info',1,0,0,0,NULL,NULL,NULL,NULL), - (109,191,1,'damarisjacobs-jameson7@example.com',1,0,0,0,NULL,NULL,NULL,NULL), - (110,125,1,'jameson.ashley@spamalot.co.in',1,0,0,0,NULL,NULL,NULL,NULL), - (111,125,1,'jamesona30@notmail.net',0,0,0,0,NULL,NULL,NULL,NULL), - (112,80,1,'jz.adams42@example.co.pl',1,0,0,0,NULL,NULL,NULL,NULL), - (113,80,1,'adams.jay97@notmail.info',0,0,0,0,NULL,NULL,NULL,NULL), - (114,89,1,'madams@fishmail.com',1,0,0,0,NULL,NULL,NULL,NULL), - (115,71,1,'justinaa89@notmail.com',1,0,0,0,NULL,NULL,NULL,NULL), - (116,153,1,'brigetten52@testmail.net',1,0,0,0,NULL,NULL,NULL,NULL), - (117,91,1,'blackwell.teddy@notmail.net',1,0,0,0,NULL,NULL,NULL,NULL), - (118,91,1,'tblackwell@testing.co.uk',0,0,0,0,NULL,NULL,NULL,NULL), - (119,135,1,'merrieb67@testmail.com',1,0,0,0,NULL,NULL,NULL,NULL), - (120,135,1,'merrieb@airmail.org',0,0,0,0,NULL,NULL,NULL,NULL), - (121,25,1,'mblackwell@fakemail.net',1,0,0,0,NULL,NULL,NULL,NULL), - (122,25,1,'blackwell.maxwell25@mymail.org',0,0,0,0,NULL,NULL,NULL,NULL), - (123,26,1,'deforest.truman31@fakemail.net',1,0,0,0,NULL,NULL,NULL,NULL), - (124,64,1,'deforest.santina@example.co.nz',1,0,0,0,NULL,NULL,NULL,NULL), - (125,64,1,'santinad37@infomail.co.uk',0,0,0,0,NULL,NULL,NULL,NULL), - (126,62,1,'terry.andrew1@sample.co.nz',1,0,0,0,NULL,NULL,NULL,NULL), - (127,62,1,'andrewterry@fishmail.org',0,0,0,0,NULL,NULL,NULL,NULL), - (128,2,1,'bp.terry-cruz12@airmail.org',1,0,0,0,NULL,NULL,NULL,NULL), - (129,2,1,'terry-cruz.brzczysaw87@airmail.com',0,0,0,0,NULL,NULL,NULL,NULL), - (130,172,1,'damarist@fishmail.info',1,0,0,0,NULL,NULL,NULL,NULL), - (131,5,1,'kaceyc95@airmail.co.uk',1,0,0,0,NULL,NULL,NULL,NULL), - (132,5,1,'kaceycooper@example.co.uk',0,0,0,0,NULL,NULL,NULL,NULL), - (133,84,1,'bettyw@airmail.co.pl',1,0,0,0,NULL,NULL,NULL,NULL), - (134,84,1,'bettyw@spamalot.net',0,0,0,0,NULL,NULL,NULL,NULL), - (135,169,1,'allanc@example.org',1,0,0,0,NULL,NULL,NULL,NULL), - (136,169,1,'az.cooper81@testing.net',0,0,0,0,NULL,NULL,NULL,NULL), - (137,157,1,'bachman.toby@notmail.net',1,0,0,0,NULL,NULL,NULL,NULL), - (138,157,1,'tbachman@airmail.co.uk',0,0,0,0,NULL,NULL,NULL,NULL), - (139,167,1,'jinabachman72@airmail.co.in',1,0,0,0,NULL,NULL,NULL,NULL), - (140,167,1,'jbachman@sample.info',0,0,0,0,NULL,NULL,NULL,NULL), - (141,155,1,'russellbarkley@testmail.net',1,0,0,0,NULL,NULL,NULL,NULL), - (142,42,1,'fbarkley90@testmail.org',1,0,0,0,NULL,NULL,NULL,NULL), - (143,178,1,'santinabarkley@testing.biz',1,0,0,0,NULL,NULL,NULL,NULL), - (144,149,1,'clintz71@mymail.co.pl',1,0,0,0,NULL,NULL,NULL,NULL), - (145,45,1,'troyterry67@fishmail.org',1,0,0,0,NULL,NULL,NULL,NULL), - (146,45,1,'troyterry18@lol.org',0,0,0,0,NULL,NULL,NULL,NULL), - (147,63,1,'aw.zope-terry@airmail.com',1,0,0,0,NULL,NULL,NULL,NULL), - (148,117,1,'brigettez@testmail.org',1,0,0,0,NULL,NULL,NULL,NULL), - (149,94,1,'shado@spamalot.co.pl',1,0,0,0,NULL,NULL,NULL,NULL), - (150,168,1,'rebekaholsen-mller@notmail.co.nz',1,0,0,0,NULL,NULL,NULL,NULL), - (151,168,1,'re.olsen-mller@airmail.co.nz',0,0,0,0,NULL,NULL,NULL,NULL), - (152,15,1,'rnielsen@fakemail.biz',1,0,0,0,NULL,NULL,NULL,NULL), - (153,15,1,'nielsenr@airmail.biz',0,0,0,0,NULL,NULL,NULL,NULL), - (154,197,1,'nielsent@example.org',1,0,0,0,NULL,NULL,NULL,NULL), - (155,10,1,'roberts.allen9@testing.co.in',1,0,0,0,NULL,NULL,NULL,NULL), - (156,10,1,'allenroberts@fishmail.co.pl',0,0,0,0,NULL,NULL,NULL,NULL), - (157,96,1,'eleonorr@notmail.co.nz',1,0,0,0,NULL,NULL,NULL,NULL), - (158,96,1,'robertse@sample.net',0,0,0,0,NULL,NULL,NULL,NULL), - (159,90,1,'cd.roberts@airmail.org',1,0,0,0,NULL,NULL,NULL,NULL), - (160,132,1,'sonnyroberts@testmail.co.nz',1,0,0,0,NULL,NULL,NULL,NULL), - (161,183,3,'info@friendscollective.org',1,0,0,0,NULL,NULL,NULL,NULL), - (162,94,2,'.69@friendscollective.org',0,0,0,0,NULL,NULL,NULL,NULL), - (163,189,3,'service@greensolutions.org',1,0,0,0,NULL,NULL,NULL,NULL), - (164,196,2,'awilson78@greensolutions.org',0,0,0,0,NULL,NULL,NULL,NULL), - (165,116,3,'service@ruralliteracy.org',1,0,0,0,NULL,NULL,NULL,NULL), - (166,173,3,'service@michigansoftware.org',1,0,0,0,NULL,NULL,NULL,NULL), - (167,142,2,'adams.brigette@michigansoftware.org',1,0,0,0,NULL,NULL,NULL,NULL), - (168,28,3,'sales@mapleadvocacyfund.org',1,0,0,0,NULL,NULL,NULL,NULL), - (169,194,3,'contact@pennsylvaniaassociation.org',1,0,0,0,NULL,NULL,NULL,NULL), - (170,149,2,'ct.zope@pennsylvaniaassociation.org',0,0,0,0,NULL,NULL,NULL,NULL), - (171,111,3,'feedback@pennsylvaniaassociation.org',1,0,0,0,NULL,NULL,NULL,NULL), - (172,151,3,'sales@ruralcenter.org',1,0,0,0,NULL,NULL,NULL,NULL), - (173,37,2,'snielsen@ruralcenter.org',0,0,0,0,NULL,NULL,NULL,NULL), - (174,112,3,'sales@ruralnetwork.org',1,0,0,0,NULL,NULL,NULL,NULL), - (175,91,2,'teddyb82@ruralnetwork.org',0,0,0,0,NULL,NULL,NULL,NULL), - (176,102,3,'feedback@mainartsinitiative.org',1,0,0,0,NULL,NULL,NULL,NULL), - (177,135,2,'merrieblackwell@mainartsinitiative.org',0,0,0,0,NULL,NULL,NULL,NULL), - (178,11,3,'feedback@creativefund.org',1,0,0,0,NULL,NULL,NULL,NULL), - (179,24,3,'contact@mlkingdevelopment.org',1,0,0,0,NULL,NULL,NULL,NULL), - (180,171,2,'patel.d.errol5@mlkingdevelopment.org',0,0,0,0,NULL,NULL,NULL,NULL), - (181,39,3,'service@unitedcenter.org',1,0,0,0,NULL,NULL,NULL,NULL), - (182,137,3,'service@friendsarts.org',1,0,0,0,NULL,NULL,NULL,NULL), - (183,154,2,'olsen.allen@friendsarts.org',0,0,0,0,NULL,NULL,NULL,NULL), - (184,187,3,'service@caulderempowerment.org',1,0,0,0,NULL,NULL,NULL,NULL), - (185,123,2,'odaz51@caulderempowerment.org',1,0,0,0,NULL,NULL,NULL,NULL), - (186,202,1,'jenny@example.com',1,0,0,0,NULL,NULL,NULL,NULL), - (187,NULL,1,'development@example.org',0,0,0,0,NULL,NULL,NULL,NULL), - (188,NULL,1,'tournaments@example.org',0,0,0,0,NULL,NULL,NULL,NULL), - (189,NULL,1,'celebration@example.org',0,0,0,0,NULL,NULL,NULL,NULL); + (2,99,1,'robertsk17@testmail.biz',1,0,0,0,NULL,NULL,NULL,NULL), + (3,41,1,'tcruz@mymail.co.nz',1,0,0,0,NULL,NULL,NULL,NULL), + (4,41,1,'teddycruz66@infomail.info',0,0,0,0,NULL,NULL,NULL,NULL), + (5,126,1,'elbertchowski@fakemail.net',1,0,0,0,NULL,NULL,NULL,NULL), + (6,161,1,'reynoldse@fakemail.com',1,0,0,0,NULL,NULL,NULL,NULL), + (7,161,1,'reynolds.elina@fakemail.org',0,0,0,0,NULL,NULL,NULL,NULL), + (8,81,1,'grants@testmail.biz',1,0,0,0,NULL,NULL,NULL,NULL), + (9,173,1,'ei.terry15@testing.info',1,0,0,0,NULL,NULL,NULL,NULL), + (10,173,1,'erikt@airmail.co.in',0,0,0,0,NULL,NULL,NULL,NULL), + (11,13,1,'bettyrobertson@spamalot.net',1,0,0,0,NULL,NULL,NULL,NULL), + (12,13,1,'bettyr65@airmail.info',0,0,0,0,NULL,NULL,NULL,NULL), + (13,50,1,'lbarkley61@mymail.co.in',1,0,0,0,NULL,NULL,NULL,NULL), + (14,94,1,'bjones56@fishmail.co.nz',1,0,0,0,NULL,NULL,NULL,NULL), + (15,63,1,'alexiab@example.co.nz',1,0,0,0,NULL,NULL,NULL,NULL), + (16,138,1,'shermang@testmail.org',1,0,0,0,NULL,NULL,NULL,NULL), + (17,112,1,'deforest.princess14@fishmail.org',1,0,0,0,NULL,NULL,NULL,NULL), + (18,42,1,'cruzc@example.com',1,0,0,0,NULL,NULL,NULL,NULL), + (19,42,1,'ccruz@spamalot.co.in',0,0,0,0,NULL,NULL,NULL,NULL), + (20,89,1,'barkley.kathleen@airmail.co.uk',1,0,0,0,NULL,NULL,NULL,NULL), + (21,89,1,'kathleenbarkley@sample.co.in',0,0,0,0,NULL,NULL,NULL,NULL), + (22,103,1,'mcreynolds.o.alexia63@notmail.co.nz',1,0,0,0,NULL,NULL,NULL,NULL), + (23,103,1,'alexiamcreynolds@notmail.info',0,0,0,0,NULL,NULL,NULL,NULL), + (24,120,1,'bl.olsen@lol.co.pl',1,0,0,0,NULL,NULL,NULL,NULL), + (25,100,1,'patelb94@testmail.co.pl',1,0,0,0,NULL,NULL,NULL,NULL), + (26,100,1,'bernadettep@fakemail.co.uk',0,0,0,0,NULL,NULL,NULL,NULL), + (27,159,1,'samuels.a.josefa74@airmail.org',1,0,0,0,NULL,NULL,NULL,NULL), + (28,57,1,'jadams@fishmail.org',1,0,0,0,NULL,NULL,NULL,NULL), + (29,57,1,'jeromeadams@example.co.pl',0,0,0,0,NULL,NULL,NULL,NULL), + (30,109,1,'craigsamuels@spamalot.com',1,0,0,0,NULL,NULL,NULL,NULL), + (31,29,1,'estaw10@sample.co.nz',1,0,0,0,NULL,NULL,NULL,NULL), + (32,29,1,'wattsone@fakemail.co.uk',0,0,0,0,NULL,NULL,NULL,NULL), + (33,180,1,'jacobs.princess@example.co.in',1,0,0,0,NULL,NULL,NULL,NULL), + (34,45,1,'tn.yadav@mymail.info',1,0,0,0,NULL,NULL,NULL,NULL), + (35,54,1,'aterry39@testing.info',1,0,0,0,NULL,NULL,NULL,NULL), + (36,54,1,'terry.ashlie@fishmail.co.pl',0,0,0,0,NULL,NULL,NULL,NULL), + (37,200,1,'roberts.barry1@spamalot.net',1,0,0,0,NULL,NULL,NULL,NULL), + (38,166,1,'cruz.maria@spamalot.org',1,0,0,0,NULL,NULL,NULL,NULL), + (39,34,1,'kaceyb@testing.co.in',1,0,0,0,NULL,NULL,NULL,NULL), + (40,34,1,'kbarkley@spamalot.co.pl',0,0,0,0,NULL,NULL,NULL,NULL), + (41,184,1,'tterry53@fakemail.co.in',1,0,0,0,NULL,NULL,NULL,NULL), + (42,160,1,'cruzi15@notmail.co.in',1,0,0,0,NULL,NULL,NULL,NULL), + (43,160,1,'cruzi@notmail.net',0,0,0,0,NULL,NULL,NULL,NULL), + (44,64,1,'mcreynoldsl@example.com',1,0,0,0,NULL,NULL,NULL,NULL), + (45,64,1,'mcreynolds.lawerence@mymail.co.in',0,0,0,0,NULL,NULL,NULL,NULL), + (46,150,1,'cruz.justina@infomail.net',1,0,0,0,NULL,NULL,NULL,NULL), + (47,157,1,'sharyng@fakemail.co.uk',1,0,0,0,NULL,NULL,NULL,NULL), + (48,157,1,'sgrant@mymail.co.pl',0,0,0,0,NULL,NULL,NULL,NULL), + (49,172,1,'mcreynolds.barry@example.com',1,0,0,0,NULL,NULL,NULL,NULL), + (50,51,1,'wagnert@airmail.info',1,0,0,0,NULL,NULL,NULL,NULL), + (51,76,1,'samuelsj48@spamalot.com',1,0,0,0,NULL,NULL,NULL,NULL), + (52,76,1,'samuels.juliann76@testing.co.pl',0,0,0,0,NULL,NULL,NULL,NULL), + (53,47,1,'bsmith@notmail.org',1,0,0,0,NULL,NULL,NULL,NULL), + (54,47,1,'smithb@infomail.co.nz',0,0,0,0,NULL,NULL,NULL,NULL), + (55,187,1,'lashawndat@lol.co.in',1,0,0,0,NULL,NULL,NULL,NULL), + (56,118,1,'parkerb@fishmail.co.nz',1,0,0,0,NULL,NULL,NULL,NULL), + (57,134,1,'jeromeolsen@lol.biz',1,0,0,0,NULL,NULL,NULL,NULL), + (58,134,1,'jeromeo@testmail.info',0,0,0,0,NULL,NULL,NULL,NULL), + (59,115,1,'josefap@testmail.co.pl',1,0,0,0,NULL,NULL,NULL,NULL), + (60,115,1,'patelj80@testmail.co.nz',0,0,0,0,NULL,NULL,NULL,NULL), + (61,28,1,'samsonb@airmail.biz',1,0,0,0,NULL,NULL,NULL,NULL), + (62,30,1,'cd.chowski31@notmail.co.pl',1,0,0,0,NULL,NULL,NULL,NULL), + (63,92,1,'samsonl@lol.com',1,0,0,0,NULL,NULL,NULL,NULL), + (64,92,1,'samson.lincoln@testing.co.nz',0,0,0,0,NULL,NULL,NULL,NULL), + (65,119,1,'njameson@infomail.co.uk',1,0,0,0,NULL,NULL,NULL,NULL), + (66,9,1,'tanyaw93@testmail.net',1,0,0,0,NULL,NULL,NULL,NULL), + (67,9,1,'wilson.tanya49@fishmail.co.uk',0,0,0,0,NULL,NULL,NULL,NULL), + (68,154,1,'terryh@example.com',1,0,0,0,NULL,NULL,NULL,NULL), + (69,154,1,'terry.heidi@notmail.co.pl',0,0,0,0,NULL,NULL,NULL,NULL), + (70,117,1,'ih.terry@fakemail.co.uk',1,0,0,0,NULL,NULL,NULL,NULL), + (71,137,1,'felishaivanov45@example.co.in',1,0,0,0,NULL,NULL,NULL,NULL), + (72,181,1,'wilson.roland@airmail.info',1,0,0,0,NULL,NULL,NULL,NULL), + (73,155,1,'dazs@fishmail.info',1,0,0,0,NULL,NULL,NULL,NULL), + (74,136,1,'nj.prentice@fakemail.co.nz',1,0,0,0,NULL,NULL,NULL,NULL), + (75,136,1,'prentice.j.nicole54@spamalot.co.nz',0,0,0,0,NULL,NULL,NULL,NULL), + (76,199,1,'ablackwell@testing.co.nz',1,0,0,0,NULL,NULL,NULL,NULL), + (77,141,1,'iveyjensen@testmail.co.in',1,0,0,0,NULL,NULL,NULL,NULL), + (78,141,1,'jensen.ivey@notmail.net',0,0,0,0,NULL,NULL,NULL,NULL), + (79,21,1,'parkera@example.biz',1,0,0,0,NULL,NULL,NULL,NULL), + (80,147,1,'sq.parker74@lol.co.pl',1,0,0,0,NULL,NULL,NULL,NULL), + (81,147,1,'shaunap63@testmail.info',0,0,0,0,NULL,NULL,NULL,NULL), + (82,43,1,'nielsen.truman48@airmail.co.pl',1,0,0,0,NULL,NULL,NULL,NULL), + (83,43,1,'trumannielsen39@testmail.co.nz',0,0,0,0,NULL,NULL,NULL,NULL), + (84,15,1,'nielsenl@testmail.biz',1,0,0,0,NULL,NULL,NULL,NULL), + (85,188,1,'ejameson@sample.net',1,0,0,0,NULL,NULL,NULL,NULL), + (86,188,1,'elbertjameson4@sample.co.pl',0,0,0,0,NULL,NULL,NULL,NULL), + (87,163,1,'estaj2@example.net',1,0,0,0,NULL,NULL,NULL,NULL), + (88,163,1,'jameson.esta@lol.biz',0,0,0,0,NULL,NULL,NULL,NULL), + (89,91,1,'jamesonj42@notmail.co.pl',1,0,0,0,NULL,NULL,NULL,NULL), + (90,91,1,'jamesonj@fishmail.com',0,0,0,0,NULL,NULL,NULL,NULL), + (91,67,1,'jameson.kathleen@fakemail.co.nz',1,0,0,0,NULL,NULL,NULL,NULL), + (92,65,1,'wagner.z.brigette@fakemail.co.in',1,0,0,0,NULL,NULL,NULL,NULL), + (93,65,1,'wagnerb@fakemail.net',0,0,0,0,NULL,NULL,NULL,NULL), + (94,102,1,'lee.bob@example.biz',1,0,0,0,NULL,NULL,NULL,NULL), + (95,131,1,'jacobadams27@fakemail.co.pl',1,0,0,0,NULL,NULL,NULL,NULL), + (96,131,1,'jacoba@example.co.in',0,0,0,0,NULL,NULL,NULL,NULL), + (97,84,1,'adamse10@notmail.org',1,0,0,0,NULL,NULL,NULL,NULL), + (98,38,1,'kathleena@infomail.co.nz',1,0,0,0,NULL,NULL,NULL,NULL), + (99,38,1,'kadams92@example.co.nz',0,0,0,0,NULL,NULL,NULL,NULL), + (100,178,1,'lee.brzczysaw@mymail.org',1,0,0,0,NULL,NULL,NULL,NULL), + (101,178,1,'lee.brzczysaw@spamalot.co.in',0,0,0,0,NULL,NULL,NULL,NULL), + (102,55,1,'lee.alexia3@testing.biz',1,0,0,0,NULL,NULL,NULL,NULL), + (103,55,1,'lee.alexia94@notmail.co.pl',0,0,0,0,NULL,NULL,NULL,NULL), + (104,113,1,'samson.c.rodrigo@fakemail.co.pl',1,0,0,0,NULL,NULL,NULL,NULL), + (105,183,1,'samson.elina@spamalot.co.uk',1,0,0,0,NULL,NULL,NULL,NULL), + (106,183,1,'eo.samson@airmail.co.uk',0,0,0,0,NULL,NULL,NULL,NULL), + (107,82,1,'brittneysamson44@fishmail.co.in',1,0,0,0,NULL,NULL,NULL,NULL), + (108,146,1,'alexiabarkley-mller47@testing.co.in',1,0,0,0,NULL,NULL,NULL,NULL), + (109,146,1,'abarkley-mller@example.org',0,0,0,0,NULL,NULL,NULL,NULL), + (110,49,1,'nielsen.lashawnda@testmail.co.uk',1,0,0,0,NULL,NULL,NULL,NULL), + (111,49,1,'lnielsen31@lol.org',0,0,0,0,NULL,NULL,NULL,NULL), + (112,32,1,'kg.nielsen@airmail.co.pl',1,0,0,0,NULL,NULL,NULL,NULL), + (113,8,1,'nicolen@airmail.org',1,0,0,0,NULL,NULL,NULL,NULL), + (114,8,1,'nicolenielsen@testing.org',0,0,0,0,NULL,NULL,NULL,NULL), + (115,78,1,'yadavl@infomail.co.nz',1,0,0,0,NULL,NULL,NULL,NULL), + (116,78,1,'lawerenceyadav@mymail.co.pl',0,0,0,0,NULL,NULL,NULL,NULL), + (117,31,1,'gonzlez.elizabeth75@spamalot.biz',1,0,0,0,NULL,NULL,NULL,NULL), + (118,31,1,'gonzlez.elizabeth84@testing.net',0,0,0,0,NULL,NULL,NULL,NULL), + (119,179,1,'iyadav-gonzlez72@testing.biz',1,0,0,0,NULL,NULL,NULL,NULL), + (120,88,1,'terryb@fishmail.info',1,0,0,0,NULL,NULL,NULL,NULL), + (121,190,1,'justinat@infomail.co.nz',1,0,0,0,NULL,NULL,NULL,NULL), + (122,123,1,'robertson.x.santina@sample.net',1,0,0,0,NULL,NULL,NULL,NULL), + (123,123,1,'robertsons@lol.co.pl',0,0,0,0,NULL,NULL,NULL,NULL), + (124,53,1,'lawerencer@notmail.info',1,0,0,0,NULL,NULL,NULL,NULL), + (125,53,1,'robertson.lawerence@notmail.com',0,0,0,0,NULL,NULL,NULL,NULL), + (126,148,1,'rp.jameson84@testmail.co.nz',1,0,0,0,NULL,NULL,NULL,NULL), + (127,148,1,'rp.jameson@fakemail.co.in',0,0,0,0,NULL,NULL,NULL,NULL), + (128,36,1,'meijameson@mymail.com',1,0,0,0,NULL,NULL,NULL,NULL), + (129,36,1,'jamesonm@airmail.co.nz',0,0,0,0,NULL,NULL,NULL,NULL), + (130,97,1,'nprentice@fakemail.net',1,0,0,0,NULL,NULL,NULL,NULL), + (131,97,1,'nprentice@notmail.biz',0,0,0,0,NULL,NULL,NULL,NULL), + (132,5,1,'prentice.lashawnda48@airmail.co.in',1,0,0,0,NULL,NULL,NULL,NULL), + (133,107,1,'ls.prentice20@example.com',1,0,0,0,NULL,NULL,NULL,NULL), + (134,107,1,'prentice.s.lou27@example.co.nz',0,0,0,0,NULL,NULL,NULL,NULL), + (135,104,1,'bivanov31@spamalot.net',1,0,0,0,NULL,NULL,NULL,NULL), + (136,139,1,'nicoleivanov78@airmail.biz',1,0,0,0,NULL,NULL,NULL,NULL), + (137,139,1,'ivanov.nicole@notmail.com',0,0,0,0,NULL,NULL,NULL,NULL), + (138,60,1,'ivanov.esta@testing.com',1,0,0,0,NULL,NULL,NULL,NULL), + (139,93,1,'lareeroberts@example.co.in',1,0,0,0,NULL,NULL,NULL,NULL), + (140,93,1,'lt.roberts@spamalot.biz',0,0,0,0,NULL,NULL,NULL,NULL), + (141,197,1,'roberts.brittney75@fakemail.co.in',1,0,0,0,NULL,NULL,NULL,NULL), + (142,197,1,'roberts.brittney90@example.biz',0,0,0,0,NULL,NULL,NULL,NULL), + (143,135,1,'juliannr54@airmail.co.nz',1,0,0,0,NULL,NULL,NULL,NULL), + (144,16,1,'kennyterrell20@fishmail.co.in',1,0,0,0,NULL,NULL,NULL,NULL), + (145,90,1,'heidit14@airmail.biz',1,0,0,0,NULL,NULL,NULL,NULL), + (146,25,1,'jedt41@infomail.com',1,0,0,0,NULL,NULL,NULL,NULL), + (147,25,1,'terrell.c.jed@testing.co.in',0,0,0,0,NULL,NULL,NULL,NULL), + (148,66,1,'wilson-gonzleza@spamalot.org',1,0,0,0,NULL,NULL,NULL,NULL), + (149,23,1,'jgonzlez@airmail.co.pl',1,0,0,0,NULL,NULL,NULL,NULL), + (150,22,1,'yadav.valene33@mymail.org',1,0,0,0,NULL,NULL,NULL,NULL), + (151,22,1,'vyadav73@airmail.co.in',0,0,0,0,NULL,NULL,NULL,NULL), + (152,130,1,'yadave@infomail.co.in',1,0,0,0,NULL,NULL,NULL,NULL), + (153,111,1,'kandacey@sample.net',1,0,0,0,NULL,NULL,NULL,NULL), + (154,111,1,'kandaceyadav@testmail.co.nz',0,0,0,0,NULL,NULL,NULL,NULL), + (155,33,1,'roberts.mei95@notmail.co.pl',1,0,0,0,NULL,NULL,NULL,NULL), + (156,48,3,'contact@greensborocollective.org',1,0,0,0,NULL,NULL,NULL,NULL), + (157,106,2,'jw.mller93@greensborocollective.org',1,0,0,0,NULL,NULL,NULL,NULL), + (158,167,3,'contact@communityfamilyassociation.org',1,0,0,0,NULL,NULL,NULL,NULL), + (159,5,2,'@communityfamilyassociation.org',0,0,0,0,NULL,NULL,NULL,NULL), + (160,75,3,'info@ncagricultureinitiative.org',1,0,0,0,NULL,NULL,NULL,NULL), + (161,42,2,'.36@ncagricultureinitiative.org',0,0,0,0,NULL,NULL,NULL,NULL), + (162,156,3,'feedback@jacksonempowerment.org',1,0,0,0,NULL,NULL,NULL,NULL), + (163,17,2,'zope.margaret46@jacksonempowerment.org',1,0,0,0,NULL,NULL,NULL,NULL), + (164,142,3,'feedback@mapleadvocacy.org',1,0,0,0,NULL,NULL,NULL,NULL), + (165,125,3,'sales@yorktowndevelopmentpartners.org',1,0,0,0,NULL,NULL,NULL,NULL), + (166,33,2,'@yorktowndevelopmentpartners.org',0,0,0,0,NULL,NULL,NULL,NULL), + (167,189,3,'feedback@njwellnesstrust.org',1,0,0,0,NULL,NULL,NULL,NULL), + (168,51,2,'@njwellnesstrust.org',0,0,0,0,NULL,NULL,NULL,NULL), + (169,52,3,'contact@jacksondevelopmentsolutions.org',1,0,0,0,NULL,NULL,NULL,NULL), + (170,99,2,'kaceyr@jacksondevelopmentsolutions.org',0,0,0,0,NULL,NULL,NULL,NULL), + (171,69,3,'contact@lyonsassociation.org',1,0,0,0,NULL,NULL,NULL,NULL), + (172,43,2,'nielsent@lyonsassociation.org',0,0,0,0,NULL,NULL,NULL,NULL), + (173,196,3,'feedback@mainschool.org',1,0,0,0,NULL,NULL,NULL,NULL), + (174,97,2,'nicolep@mainschool.org',0,0,0,0,NULL,NULL,NULL,NULL), + (175,170,3,'service@cookwellnessfund.org',1,0,0,0,NULL,NULL,NULL,NULL), + (176,14,3,'feedback@fpeducationservices.org',1,0,0,0,NULL,NULL,NULL,NULL), + (177,6,3,'service@dickinsonpeacenetwork.org',1,0,0,0,NULL,NULL,NULL,NULL), + (178,92,2,'samson.lincoln62@dickinsonpeacenetwork.org',0,0,0,0,NULL,NULL,NULL,NULL), + (179,18,3,'sales@sierraempowermentfund.org',1,0,0,0,NULL,NULL,NULL,NULL), + (180,31,2,'gonzlez.elizabeth@sierraempowermentfund.org',0,0,0,0,NULL,NULL,NULL,NULL), + (181,202,1,'jenny@example.com',1,0,0,0,NULL,NULL,NULL,NULL), + (182,NULL,1,'development@example.org',0,0,0,0,NULL,NULL,NULL,NULL), + (183,NULL,1,'tournaments@example.org',0,0,0,0,NULL,NULL,NULL,NULL), + (184,NULL,1,'celebration@example.org',0,0,0,0,NULL,NULL,NULL,NULL); /*!40000 ALTER TABLE `civicrm_email` ENABLE KEYS */; UNLOCK TABLES; @@ -3392,47 +3392,47 @@ INSERT INTO `civicrm_entity_financial_trxn` (`id`, `entity_table`, `entity_id`, (70,'civicrm_financial_item',35,35,100.00), (71,'civicrm_contribution',40,36,100.00), (72,'civicrm_financial_item',36,36,100.00), - (73,'civicrm_contribution',44,37,100.00), + (73,'civicrm_contribution',41,37,100.00), (74,'civicrm_financial_item',37,37,100.00), - (75,'civicrm_contribution',48,38,100.00), + (75,'civicrm_contribution',44,38,100.00), (76,'civicrm_financial_item',38,38,100.00), - (77,'civicrm_contribution',50,39,100.00), + (77,'civicrm_contribution',48,39,100.00), (78,'civicrm_financial_item',39,39,100.00), - (79,'civicrm_contribution',51,40,100.00), + (79,'civicrm_contribution',50,40,100.00), (80,'civicrm_financial_item',40,40,100.00), (81,'civicrm_contribution',52,41,100.00), (82,'civicrm_financial_item',41,41,100.00), (83,'civicrm_contribution',54,42,100.00), (84,'civicrm_financial_item',42,42,100.00), - (85,'civicrm_contribution',56,43,100.00), + (85,'civicrm_contribution',58,43,100.00), (86,'civicrm_financial_item',43,43,100.00), - (87,'civicrm_contribution',58,44,100.00), + (87,'civicrm_contribution',60,44,100.00), (88,'civicrm_financial_item',44,44,100.00), - (89,'civicrm_contribution',60,45,100.00), + (89,'civicrm_contribution',61,45,100.00), (90,'civicrm_financial_item',45,45,100.00), - (91,'civicrm_contribution',61,46,100.00), - (92,'civicrm_financial_item',46,46,100.00), - (93,'civicrm_contribution',33,47,50.00), + (91,'civicrm_contribution',33,46,50.00), + (92,'civicrm_financial_item',46,46,50.00), + (93,'civicrm_contribution',35,47,50.00), (94,'civicrm_financial_item',47,47,50.00), - (95,'civicrm_contribution',35,48,50.00), + (95,'civicrm_contribution',37,48,50.00), (96,'civicrm_financial_item',48,48,50.00), - (97,'civicrm_contribution',37,49,50.00), + (97,'civicrm_contribution',39,49,50.00), (98,'civicrm_financial_item',49,49,50.00), - (99,'civicrm_contribution',39,50,50.00), + (99,'civicrm_contribution',43,50,50.00), (100,'civicrm_financial_item',50,50,50.00), - (101,'civicrm_contribution',41,51,50.00), + (101,'civicrm_contribution',45,51,50.00), (102,'civicrm_financial_item',51,51,50.00), - (103,'civicrm_contribution',43,52,50.00), + (103,'civicrm_contribution',46,52,50.00), (104,'civicrm_financial_item',52,52,50.00), - (105,'civicrm_contribution',45,53,50.00), + (105,'civicrm_contribution',47,53,50.00), (106,'civicrm_financial_item',53,53,50.00), - (107,'civicrm_contribution',46,54,50.00), + (107,'civicrm_contribution',49,54,50.00), (108,'civicrm_financial_item',54,54,50.00), - (109,'civicrm_contribution',47,55,50.00), + (109,'civicrm_contribution',51,55,50.00), (110,'civicrm_financial_item',55,55,50.00), - (111,'civicrm_contribution',49,56,50.00), + (111,'civicrm_contribution',55,56,50.00), (112,'civicrm_financial_item',56,56,50.00), - (113,'civicrm_contribution',55,57,50.00), + (113,'civicrm_contribution',56,57,50.00), (114,'civicrm_financial_item',57,57,50.00), (115,'civicrm_contribution',57,58,50.00), (116,'civicrm_financial_item',58,58,50.00), @@ -3552,116 +3552,115 @@ UNLOCK TABLES; LOCK TABLES `civicrm_entity_tag` WRITE; /*!40000 ALTER TABLE `civicrm_entity_tag` DISABLE KEYS */; INSERT INTO `civicrm_entity_tag` (`id`, `entity_table`, `entity_id`, `tag_id`) VALUES - (93,'civicrm_contact',2,4), - (60,'civicrm_contact',4,5), - (94,'civicrm_contact',5,5), - (108,'civicrm_contact',10,5), - (106,'civicrm_contact',15,4), - (107,'civicrm_contact',15,5), - (70,'civicrm_contact',17,4), - (80,'civicrm_contact',18,4), - (81,'civicrm_contact',18,5), - (99,'civicrm_contact',19,5), - (53,'civicrm_contact',22,4), - (9,'civicrm_contact',24,1), - (90,'civicrm_contact',26,4), - (25,'civicrm_contact',29,4), - (36,'civicrm_contact',30,4), - (37,'civicrm_contact',30,5), - (20,'civicrm_contact',31,4), - (33,'civicrm_contact',35,5), - (50,'civicrm_contact',38,4), - (17,'civicrm_contact',40,5), - (58,'civicrm_contact',48,4), - (59,'civicrm_contact',48,5), - (63,'civicrm_contact',52,4), - (34,'civicrm_contact',53,4), - (86,'civicrm_contact',54,4), - (87,'civicrm_contact',54,5), - (76,'civicrm_contact',56,4), - (69,'civicrm_contact',58,5), - (18,'civicrm_contact',60,4), - (19,'civicrm_contact',60,5), - (71,'civicrm_contact',61,4), - (92,'civicrm_contact',62,4), - (101,'civicrm_contact',63,4), - (102,'civicrm_contact',63,5), - (5,'civicrm_contact',70,2), - (16,'civicrm_contact',73,4), - (41,'civicrm_contact',74,4), - (38,'civicrm_contact',78,4), - (39,'civicrm_contact',78,5), - (82,'civicrm_contact',80,5), - (31,'civicrm_contact',81,4), - (32,'civicrm_contact',81,5), - (48,'civicrm_contact',83,5), - (27,'civicrm_contact',86,5), - (83,'civicrm_contact',89,4), - (109,'civicrm_contact',90,4), - (110,'civicrm_contact',90,5), - (88,'civicrm_contact',91,5), - (78,'civicrm_contact',92,5), - (103,'civicrm_contact',94,4), - (11,'civicrm_contact',97,4), - (14,'civicrm_contact',98,5), - (8,'civicrm_contact',102,3), - (74,'civicrm_contact',103,5), - (64,'civicrm_contact',106,5), - (66,'civicrm_contact',107,4), - (61,'civicrm_contact',108,4), - (62,'civicrm_contact',108,5), - (72,'civicrm_contact',109,5), - (75,'civicrm_contact',110,5), - (6,'civicrm_contact',111,3), - (7,'civicrm_contact',112,2), - (91,'civicrm_contact',119,4), - (46,'civicrm_contact',121,5), - (65,'civicrm_contact',122,5), - (84,'civicrm_contact',126,4), - (85,'civicrm_contact',126,5), - (47,'civicrm_contact',127,4), - (57,'civicrm_contact',130,4), - (89,'civicrm_contact',131,4), - (28,'civicrm_contact',133,4), - (26,'civicrm_contact',134,4), - (30,'civicrm_contact',136,5), - (10,'civicrm_contact',137,1), - (105,'civicrm_contact',139,4), - (40,'civicrm_contact',145,4), - (49,'civicrm_contact',148,5), - (100,'civicrm_contact',149,4), - (98,'civicrm_contact',155,5), - (96,'civicrm_contact',157,5), - (23,'civicrm_contact',162,4), - (24,'civicrm_contact',162,5), - (15,'civicrm_contact',164,4), - (42,'civicrm_contact',165,4), - (43,'civicrm_contact',165,5), - (97,'civicrm_contact',167,4), - (95,'civicrm_contact',169,5), - (51,'civicrm_contact',171,4), - (52,'civicrm_contact',171,5), - (4,'civicrm_contact',173,2), - (21,'civicrm_contact',174,4), - (22,'civicrm_contact',174,5), - (35,'civicrm_contact',175,5), - (3,'civicrm_contact',177,3), - (67,'civicrm_contact',180,4), - (68,'civicrm_contact',180,5), - (73,'civicrm_contact',182,4), - (1,'civicrm_contact',183,2), - (79,'civicrm_contact',185,5), - (54,'civicrm_contact',186,4), - (55,'civicrm_contact',186,5), - (104,'civicrm_contact',188,4), - (2,'civicrm_contact',189,3), - (77,'civicrm_contact',190,4), - (12,'civicrm_contact',195,4), - (13,'civicrm_contact',195,5), - (56,'civicrm_contact',196,5), - (29,'civicrm_contact',199,5), - (44,'civicrm_contact',201,4), - (45,'civicrm_contact',201,5); + (56,'civicrm_contact',2,4), + (5,'civicrm_contact',3,1), + (63,'civicrm_contact',4,4), + (95,'civicrm_contact',5,5), + (53,'civicrm_contact',9,4), + (54,'civicrm_contact',9,5), + (105,'civicrm_contact',11,4), + (9,'civicrm_contact',14,2), + (101,'civicrm_contact',16,4), + (62,'civicrm_contact',17,5), + (42,'civicrm_contact',20,5), + (94,'civicrm_contact',26,5), + (50,'civicrm_contact',30,4), + (51,'civicrm_contact',30,5), + (81,'civicrm_contact',32,5), + (72,'civicrm_contact',38,5), + (13,'civicrm_contact',41,5), + (22,'civicrm_contact',42,4), + (23,'civicrm_contact',42,5), + (66,'civicrm_contact',43,5), + (19,'civicrm_contact',44,5), + (30,'civicrm_contact',45,4), + (31,'civicrm_contact',45,5), + (26,'civicrm_contact',46,5), + (2,'civicrm_contact',48,1), + (17,'civicrm_contact',50,5), + (6,'civicrm_contact',52,1), + (32,'civicrm_contact',54,4), + (33,'civicrm_contact',54,5), + (36,'civicrm_contact',56,5), + (104,'civicrm_contact',58,5), + (97,'civicrm_contact',60,4), + (98,'civicrm_contact',60,5), + (108,'civicrm_contact',61,5), + (106,'civicrm_contact',62,5), + (69,'civicrm_contact',65,4), + (91,'civicrm_contact',71,4), + (3,'civicrm_contact',75,3), + (44,'civicrm_contact',76,5), + (90,'civicrm_contact',77,5), + (82,'civicrm_contact',78,4), + (83,'civicrm_contact',78,5), + (84,'civicrm_contact',80,4), + (77,'civicrm_contact',82,4), + (52,'civicrm_contact',85,5), + (85,'civicrm_contact',88,5), + (102,'civicrm_contact',90,4), + (103,'civicrm_contact',90,5), + (68,'civicrm_contact',91,5), + (18,'civicrm_contact',94,5), + (11,'civicrm_contact',99,4), + (12,'civicrm_contact',99,5), + (25,'civicrm_contact',100,4), + (99,'civicrm_contact',101,4), + (24,'civicrm_contact',103,4), + (96,'civicrm_contact',104,4), + (78,'civicrm_contact',106,4), + (86,'civicrm_contact',108,4), + (87,'civicrm_contact',108,5), + (27,'civicrm_contact',109,5), + (109,'civicrm_contact',110,4), + (76,'civicrm_contact',113,4), + (7,'civicrm_contact',116,3), + (80,'civicrm_contact',121,5), + (88,'civicrm_contact',123,4), + (89,'civicrm_contact',123,5), + (65,'civicrm_contact',127,4), + (107,'civicrm_contact',130,4), + (71,'civicrm_contact',131,5), + (79,'civicrm_contact',133,5), + (46,'civicrm_contact',134,4), + (20,'civicrm_contact',138,4), + (21,'civicrm_contact',138,5), + (4,'civicrm_contact',142,2), + (74,'civicrm_contact',144,4), + (75,'civicrm_contact',144,5), + (70,'civicrm_contact',145,5), + (38,'civicrm_contact',150,4), + (39,'civicrm_contact',150,5), + (64,'civicrm_contact',152,5), + (60,'civicrm_contact',153,4), + (61,'civicrm_contact',153,5), + (58,'civicrm_contact',155,5), + (37,'civicrm_contact',160,5), + (14,'civicrm_contact',161,5), + (10,'civicrm_contact',164,1), + (1,'civicrm_contact',165,2), + (35,'civicrm_contact',166,4), + (43,'civicrm_contact',172,5), + (15,'civicrm_contact',173,4), + (16,'civicrm_contact',175,5), + (40,'civicrm_contact',177,4), + (41,'civicrm_contact',177,5), + (73,'civicrm_contact',178,5), + (28,'civicrm_contact',180,4), + (29,'civicrm_contact',180,5), + (57,'civicrm_contact',181,5), + (55,'civicrm_contact',182,4), + (92,'civicrm_contact',186,4), + (93,'civicrm_contact',186,5), + (45,'civicrm_contact',187,5), + (67,'civicrm_contact',188,5), + (49,'civicrm_contact',194,4), + (47,'civicrm_contact',195,4), + (48,'civicrm_contact',195,5), + (8,'civicrm_contact',196,3), + (100,'civicrm_contact',197,5), + (59,'civicrm_contact',199,4), + (34,'civicrm_contact',200,4); /*!40000 ALTER TABLE `civicrm_entity_tag` ENABLE KEYS */; UNLOCK TABLES; @@ -3672,9 +3671,9 @@ UNLOCK TABLES; LOCK TABLES `civicrm_event` WRITE; /*!40000 ALTER TABLE `civicrm_event` DISABLE KEYS */; INSERT INTO `civicrm_event` (`id`, `title`, `summary`, `description`, `event_type_id`, `participant_listing_id`, `is_public`, `start_date`, `end_date`, `is_online_registration`, `registration_link_text`, `registration_start_date`, `registration_end_date`, `max_participants`, `event_full_text`, `is_monetary`, `financial_type_id`, `payment_processor`, `is_map`, `is_active`, `fee_label`, `is_show_location`, `loc_block_id`, `default_role_id`, `intro_text`, `footer_text`, `confirm_title`, `confirm_text`, `confirm_footer_text`, `is_email_confirm`, `confirm_email_text`, `confirm_from_name`, `confirm_from_email`, `cc_confirm`, `bcc_confirm`, `default_fee_id`, `default_discount_fee_id`, `thankyou_title`, `thankyou_text`, `thankyou_footer_text`, `is_pay_later`, `pay_later_text`, `pay_later_receipt`, `is_partial_payment`, `initial_amount_label`, `initial_amount_help_text`, `min_initial_amount`, `is_multiple_registrations`, `max_additional_participants`, `allow_same_participant_emails`, `has_waitlist`, `requires_approval`, `expiration_time`, `allow_selfcancelxfer`, `selfcancelxfer_time`, `waitlist_text`, `approval_req_text`, `is_template`, `template_title`, `created_id`, `created_date`, `currency`, `campaign_id`, `is_share`, `is_confirm_enabled`, `parent_event_id`, `slot_label_id`, `dedupe_rule_group_id`, `is_billing_required`) VALUES - (1,'Fall Fundraiser Dinner','Kick up your heels at our Fall Fundraiser Dinner/Dance at Glen Echo Park! Come by yourself or bring a partner, friend or the entire family!','This event benefits our teen programs. Admission includes a full 3 course meal and wine or soft drinks. Grab your dancing shoes, bring the kids and come join the party!',3,1,1,'2023-09-08 17:00:00','2023-09-10 17:00:00',1,'Register Now',NULL,NULL,100,'Sorry! The Fall Fundraiser Dinner is full. Please call Jane at 204 222-1000 ext 33 if you want to be added to the waiting list.',1,4,NULL,1,1,'Dinner Contribution',1,1,1,'Fill in the information below to join as at this wonderful dinner event.',NULL,'Confirm Your Registration Information','Review the information below carefully.',NULL,1,'Contact the Development Department if you need to make any changes to your registration.','Fundraising Dept.','development@example.org',NULL,NULL,NULL,NULL,'Thanks for Registering!','<p>Thank you for your support. Your contribution will help us build even better tools.</p><p>Please tell your friends and colleagues about this wonderful event.</p>','<p><a href=https://civicrm.org>Back to CiviCRM Home Page</a></p>',1,'I will send payment by check','Send a check payable to Our Organization within 3 business days to hold your reservation. Checks should be sent to: 100 Main St., Suite 3, San Francisco CA 94110',0,NULL,NULL,NULL,1,0,0,0,0,NULL,0,0,NULL,NULL,0,NULL,NULL,NULL,'USD',NULL,1,1,NULL,NULL,NULL,0), - (2,'Summer Solstice Festival Day Concert','Festival Day is coming! Join us and help support your parks.','We will gather at noon, learn a song all together, and then join in a joyous procession to the pavilion. We will be one of many groups performing at this wonderful concert which benefits our city parks.',5,1,1,'2023-03-07 12:00:00','2023-03-07 17:00:00',1,'Register Now',NULL,NULL,50,'We have all the singers we can handle. Come to the pavilion anyway and join in from the audience.',1,2,NULL,0,1,'Festival Fee',1,2,1,'Complete the form below and click Continue to register online for the festival. Or you can register by calling us at 204 222-1000 ext 22.','','Confirm Your Registration Information','','',1,'This email confirms your registration. If you have questions or need to change your registration - please do not hesitate to call us.','Event Dept.','events@example.org','',NULL,NULL,NULL,'Thanks for Your Joining In!','<p>Thank you for your support. Your participation will help build new parks.</p><p>Please tell your friends and colleagues about the concert.</p>','<p><a href=https://civicrm.org>Back to CiviCRM Home Page</a></p>',0,NULL,NULL,0,NULL,NULL,NULL,1,0,0,0,0,NULL,0,0,NULL,NULL,0,NULL,NULL,NULL,'USD',NULL,1,1,NULL,NULL,NULL,0), - (3,'Rain-forest Cup Youth Soccer Tournament','Sign up your team to participate in this fun tournament which benefits several Rain-forest protection groups in the Amazon basin.','This is a FYSA Sanctioned Tournament, which is open to all USSF/FIFA affiliated organizations for boys and girls in age groups: U9-U10 (6v6), U11-U12 (8v8), and U13-U17 (Full Sided).',3,1,1,'2023-10-08 07:00:00','2023-10-11 17:00:00',1,'Register Now',NULL,NULL,500,'Sorry! All available team slots for this tournament have been filled. Contact Jill Futbol for information about the waiting list and next years event.',1,4,NULL,0,1,'Tournament Fees',1,3,1,'Complete the form below to register your team for this year\'s tournament.','<em>A Soccer Youth Event</em>','Review and Confirm Your Registration Information','','<em>A Soccer Youth Event</em>',1,'Contact our Tournament Director for eligibility details.','Tournament Director','tournament@example.org','',NULL,NULL,NULL,'Thanks for Your Support!','<p>Thank you for your support. Your participation will help save thousands of acres of rainforest.</p>','<p><a href=https://civicrm.org>Back to CiviCRM Home Page</a></p>',0,NULL,NULL,0,NULL,NULL,NULL,0,0,0,0,0,NULL,0,0,NULL,NULL,0,NULL,NULL,NULL,'USD',NULL,1,1,NULL,NULL,NULL,0), + (1,'Fall Fundraiser Dinner','Kick up your heels at our Fall Fundraiser Dinner/Dance at Glen Echo Park! Come by yourself or bring a partner, friend or the entire family!','This event benefits our teen programs. Admission includes a full 3 course meal and wine or soft drinks. Grab your dancing shoes, bring the kids and come join the party!',3,1,1,'2023-10-30 17:00:00','2023-11-01 17:00:00',1,'Register Now',NULL,NULL,100,'Sorry! The Fall Fundraiser Dinner is full. Please call Jane at 204 222-1000 ext 33 if you want to be added to the waiting list.',1,4,NULL,1,1,'Dinner Contribution',1,1,1,'Fill in the information below to join as at this wonderful dinner event.',NULL,'Confirm Your Registration Information','Review the information below carefully.',NULL,1,'Contact the Development Department if you need to make any changes to your registration.','Fundraising Dept.','development@example.org',NULL,NULL,NULL,NULL,'Thanks for Registering!','<p>Thank you for your support. Your contribution will help us build even better tools.</p><p>Please tell your friends and colleagues about this wonderful event.</p>','<p><a href=https://civicrm.org>Back to CiviCRM Home Page</a></p>',1,'I will send payment by check','Send a check payable to Our Organization within 3 business days to hold your reservation. Checks should be sent to: 100 Main St., Suite 3, San Francisco CA 94110',0,NULL,NULL,NULL,1,0,0,0,0,NULL,0,0,NULL,NULL,0,NULL,NULL,NULL,'USD',NULL,1,1,NULL,NULL,NULL,0), + (2,'Summer Solstice Festival Day Concert','Festival Day is coming! Join us and help support your parks.','We will gather at noon, learn a song all together, and then join in a joyous procession to the pavilion. We will be one of many groups performing at this wonderful concert which benefits our city parks.',5,1,1,'2023-04-29 12:00:00','2023-04-29 17:00:00',1,'Register Now',NULL,NULL,50,'We have all the singers we can handle. Come to the pavilion anyway and join in from the audience.',1,2,NULL,0,1,'Festival Fee',1,2,1,'Complete the form below and click Continue to register online for the festival. Or you can register by calling us at 204 222-1000 ext 22.','','Confirm Your Registration Information','','',1,'This email confirms your registration. If you have questions or need to change your registration - please do not hesitate to call us.','Event Dept.','events@example.org','',NULL,NULL,NULL,'Thanks for Your Joining In!','<p>Thank you for your support. Your participation will help build new parks.</p><p>Please tell your friends and colleagues about the concert.</p>','<p><a href=https://civicrm.org>Back to CiviCRM Home Page</a></p>',0,NULL,NULL,0,NULL,NULL,NULL,1,0,0,0,0,NULL,0,0,NULL,NULL,0,NULL,NULL,NULL,'USD',NULL,1,1,NULL,NULL,NULL,0), + (3,'Rain-forest Cup Youth Soccer Tournament','Sign up your team to participate in this fun tournament which benefits several Rain-forest protection groups in the Amazon basin.','This is a FYSA Sanctioned Tournament, which is open to all USSF/FIFA affiliated organizations for boys and girls in age groups: U9-U10 (6v6), U11-U12 (8v8), and U13-U17 (Full Sided).',3,1,1,'2023-11-30 07:00:00','2023-12-03 17:00:00',1,'Register Now',NULL,NULL,500,'Sorry! All available team slots for this tournament have been filled. Contact Jill Futbol for information about the waiting list and next years event.',1,4,NULL,0,1,'Tournament Fees',1,3,1,'Complete the form below to register your team for this year\'s tournament.','<em>A Soccer Youth Event</em>','Review and Confirm Your Registration Information','','<em>A Soccer Youth Event</em>',1,'Contact our Tournament Director for eligibility details.','Tournament Director','tournament@example.org','',NULL,NULL,NULL,'Thanks for Your Support!','<p>Thank you for your support. Your participation will help save thousands of acres of rainforest.</p>','<p><a href=https://civicrm.org>Back to CiviCRM Home Page</a></p>',0,NULL,NULL,0,NULL,NULL,NULL,0,0,0,0,0,NULL,0,0,NULL,NULL,0,NULL,NULL,NULL,'USD',NULL,1,1,NULL,NULL,NULL,0), (4,NULL,NULL,NULL,4,1,1,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,NULL,1,NULL,1,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,0,NULL,NULL,NULL,1,0,0,0,0,NULL,0,0,NULL,NULL,1,'Free Meeting without Online Registration',NULL,NULL,'USD',NULL,1,1,NULL,NULL,NULL,0), (5,NULL,NULL,NULL,4,1,1,NULL,NULL,1,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,NULL,1,NULL,1,NULL,NULL,'Confirm Your Registration Information',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Thanks for Registering!',NULL,NULL,0,NULL,NULL,0,NULL,NULL,NULL,1,0,1,0,0,NULL,0,0,NULL,NULL,1,'Free Meeting with Online Registration',NULL,NULL,'USD',NULL,1,1,NULL,NULL,NULL,0), (6,NULL,NULL,NULL,1,1,1,NULL,NULL,1,NULL,NULL,NULL,NULL,NULL,1,4,NULL,0,1,'Conference Fee',1,NULL,1,NULL,NULL,'Confirm Your Registration Information',NULL,NULL,1,NULL,'Event Template Dept.','event_templates@example.org',NULL,NULL,NULL,NULL,'Thanks for Registering!',NULL,NULL,0,NULL,NULL,0,NULL,NULL,NULL,1,0,1,0,0,NULL,0,0,NULL,NULL,1,'Paid Conference with Online Registration',NULL,NULL,'USD',NULL,1,1,NULL,NULL,NULL,0); @@ -3757,117 +3756,117 @@ UNLOCK TABLES; LOCK TABLES `civicrm_financial_item` WRITE; /*!40000 ALTER TABLE `civicrm_financial_item` DISABLE KEYS */; INSERT INTO `civicrm_financial_item` (`id`, `created_date`, `transaction_date`, `contact_id`, `description`, `amount`, `currency`, `financial_account_id`, `status_id`, `entity_table`, `entity_id`) VALUES - (1,'2023-03-08 06:51:24','2013-03-08 17:51:24',2,'Contribution Amount',125.00,'USD',1,1,'civicrm_line_item',1), - (2,'2023-03-08 06:51:24','2020-12-08 17:51:24',4,'Contribution Amount',50.00,'USD',1,1,'civicrm_line_item',2), - (3,'2023-03-08 06:51:24','2017-02-11 04:51:24',6,'Contribution Amount',25.00,'GBP',1,1,'civicrm_line_item',3), - (4,'2023-03-08 06:51:24','2020-12-08 17:51:24',8,'Contribution Amount',50.00,'USD',1,1,'civicrm_line_item',4), - (5,'2023-03-08 06:51:24','2020-12-08 17:51:24',4,'Contribution Amount',50.00,'USD',1,1,'civicrm_line_item',5), - (6,'2023-03-08 06:51:24','2022-12-13 17:09:24',16,'Contribution Amount',500.00,'USD',1,1,'civicrm_line_item',6), - (7,'2023-03-08 06:51:24','2023-03-06 17:51:24',19,'Contribution Amount',1750.00,'USD',1,1,'civicrm_line_item',7), - (8,'2023-03-08 06:51:24','2022-07-15 02:02:24',82,'Contribution Amount',50.00,'USD',1,1,'civicrm_line_item',8), - (9,'2023-03-08 06:51:24','2022-04-08 17:51:24',92,'Contribution Amount',10.00,'USD',1,1,'civicrm_line_item',9), - (10,'2023-03-08 06:51:24','2018-10-16 19:51:24',34,'Contribution Amount',250.00,'USD',1,1,'civicrm_line_item',10), - (11,'2023-03-08 06:51:24','2023-03-07 13:51:24',71,'Contribution Amount',500.00,'JPY',1,1,'civicrm_line_item',11), - (12,'2023-03-08 06:51:24','2021-12-08 07:18:04',43,'Contribution Amount',50.00,'USD',1,1,'civicrm_line_item',12), - (13,'2023-03-08 06:51:24','2022-12-08 00:00:00',32,'Contribution Amount',50.00,'USD',1,1,'civicrm_line_item',13), - (14,'2023-03-08 06:51:24','2023-01-08 00:00:00',32,'Contribution Amount',50.00,'USD',1,1,'civicrm_line_item',14), - (15,'2023-03-08 06:51:24','2021-12-08 17:51:24',59,'Contribution Amount',25.00,'USD',1,1,'civicrm_line_item',15), - (16,'2023-03-08 06:51:24','2022-01-08 17:51:24',59,'Contribution Amount',25.00,'USD',1,1,'civicrm_line_item',16), - (17,'2023-03-08 06:51:24','2022-02-08 17:51:24',59,'Contribution Amount',25.00,'USD',1,1,'civicrm_line_item',17), - (18,'2023-03-08 06:51:24','2022-03-08 17:51:24',59,'Contribution Amount',25.00,'USD',1,1,'civicrm_line_item',18), - (19,'2023-03-08 06:51:24','2022-04-08 17:51:24',59,'Contribution Amount',25.00,'USD',1,1,'civicrm_line_item',19), - (20,'2023-03-08 06:51:24','2022-05-08 17:51:24',59,'Contribution Amount',25.00,'USD',1,1,'civicrm_line_item',20), - (21,'2023-03-08 06:51:24','2022-06-08 17:51:24',59,'Contribution Amount',25.00,'USD',1,1,'civicrm_line_item',21), - (22,'2023-03-08 06:51:24','2022-07-08 17:51:24',59,'Contribution Amount',25.00,'USD',1,1,'civicrm_line_item',22), - (23,'2023-03-08 06:51:24','2022-08-08 17:51:24',59,'Contribution Amount',25.00,'USD',1,1,'civicrm_line_item',23), - (24,'2023-03-08 06:51:24','2022-09-08 17:51:24',59,'Contribution Amount',25.00,'USD',1,1,'civicrm_line_item',24), - (25,'2023-03-08 06:51:24','2022-10-08 17:51:24',59,'Contribution Amount',25.00,'USD',1,1,'civicrm_line_item',25), - (26,'2023-03-08 06:51:24','2022-07-08 17:51:24',99,'Contribution Amount',10.00,'CAD',1,1,'civicrm_line_item',26), - (27,'2023-03-08 06:51:24','2022-08-08 17:51:24',99,'Contribution Amount',10.00,'CAD',1,1,'civicrm_line_item',27), - (28,'2023-03-08 06:51:24','2022-09-08 17:51:24',99,'Contribution Amount',10.00,'CAD',1,1,'civicrm_line_item',28), - (29,'2023-03-08 06:51:24','2022-10-08 17:51:24',99,'Contribution Amount',10.00,'CAD',1,1,'civicrm_line_item',29), - (30,'2023-03-08 06:51:24','2022-11-08 17:51:24',99,'Contribution Amount',10.00,'CAD',1,1,'civicrm_line_item',30), - (31,'2023-03-08 06:51:24','2023-02-08 17:51:24',103,'Contribution Amount',5.00,'EUR',1,1,'civicrm_line_item',31), - (32,'2023-03-08 06:51:24','2023-03-08 17:51:24',150,'General',100.00,'USD',2,1,'civicrm_line_item',32), - (33,'2023-03-08 06:51:24','2023-03-08 17:51:24',115,'General',100.00,'USD',2,1,'civicrm_line_item',33), - (34,'2023-03-08 06:51:24','2023-03-08 17:51:24',161,'General',100.00,'USD',2,1,'civicrm_line_item',34), - (35,'2023-03-08 06:51:24','2023-03-08 17:51:24',81,'General',100.00,'USD',2,1,'civicrm_line_item',35), - (36,'2023-03-08 06:51:24','2023-03-08 17:51:24',167,'General',100.00,'USD',2,1,'civicrm_line_item',36), - (37,'2023-03-08 06:51:24','2023-03-08 17:51:24',80,'General',100.00,'USD',2,1,'civicrm_line_item',37), - (38,'2023-03-08 06:51:24','2023-03-08 17:51:24',156,'General',100.00,'USD',2,1,'civicrm_line_item',38), - (39,'2023-03-08 06:51:24','2023-03-08 17:51:24',69,'General',100.00,'USD',2,1,'civicrm_line_item',39), - (40,'2023-03-08 06:51:24','2023-03-08 17:51:24',9,'General',100.00,'USD',2,1,'civicrm_line_item',40), - (41,'2023-03-08 06:51:24','2023-03-08 17:51:24',172,'General',100.00,'USD',2,1,'civicrm_line_item',41), - (42,'2023-03-08 06:51:24','2023-03-08 17:51:24',6,'General',100.00,'USD',2,1,'civicrm_line_item',42), - (43,'2023-03-08 06:51:24','2023-03-08 17:51:24',190,'General',100.00,'USD',2,1,'civicrm_line_item',43), - (44,'2023-03-08 06:51:24','2023-03-08 17:51:24',10,'General',100.00,'USD',2,1,'civicrm_line_item',44), - (45,'2023-03-08 06:51:24','2023-03-08 17:51:24',5,'General',100.00,'USD',2,1,'civicrm_line_item',45), - (46,'2023-03-08 06:51:24','2023-03-08 17:51:24',178,'General',100.00,'USD',2,1,'civicrm_line_item',46), - (47,'2023-03-08 06:51:24','2023-03-08 17:51:24',92,'Student',50.00,'USD',2,1,'civicrm_line_item',47), - (48,'2023-03-08 06:51:24','2023-03-08 17:51:24',2,'Student',50.00,'USD',2,1,'civicrm_line_item',48), - (49,'2023-03-08 06:51:24','2023-03-08 17:51:24',131,'Student',50.00,'USD',2,1,'civicrm_line_item',49), - (50,'2023-03-08 06:51:24','2023-03-08 17:51:24',29,'Student',50.00,'USD',2,1,'civicrm_line_item',50), - (51,'2023-03-08 06:51:24','2023-03-08 17:51:24',52,'Student',50.00,'USD',2,1,'civicrm_line_item',51), - (52,'2023-03-08 06:51:24','2023-03-08 17:51:24',133,'Student',50.00,'USD',2,1,'civicrm_line_item',52), - (53,'2023-03-08 06:51:24','2023-03-08 17:51:24',110,'Student',50.00,'USD',2,1,'civicrm_line_item',53), - (54,'2023-03-08 06:51:24','2023-03-08 17:51:24',200,'Student',50.00,'USD',2,1,'civicrm_line_item',54), - (55,'2023-03-08 06:51:24','2023-03-08 17:51:24',196,'Student',50.00,'USD',2,1,'civicrm_line_item',55), - (56,'2023-03-08 06:51:24','2023-03-08 17:51:24',186,'Student',50.00,'USD',2,1,'civicrm_line_item',56), - (57,'2023-03-08 06:51:24','2023-03-08 17:51:24',31,'Student',50.00,'USD',2,1,'civicrm_line_item',57), - (58,'2023-03-08 06:51:24','2023-03-08 17:51:24',104,'Student',50.00,'USD',2,1,'civicrm_line_item',58), - (59,'2023-03-08 06:51:24','2023-03-08 17:51:24',91,'Student',50.00,'USD',2,1,'civicrm_line_item',59), - (60,'2023-03-08 06:51:24','2023-03-08 17:51:24',75,'Lifetime',1200.00,'USD',2,1,'civicrm_line_item',60), - (61,'2023-03-08 06:51:24','2023-03-08 17:51:24',117,'Lifetime',1200.00,'USD',2,1,'civicrm_line_item',61), - (62,'2023-03-08 06:51:24','2023-03-08 17:51:24',17,'Soprano',50.00,'USD',2,1,'civicrm_line_item',97), - (63,'2023-03-08 06:51:24','2023-03-08 17:51:24',31,'Soprano',50.00,'USD',2,1,'civicrm_line_item',98), - (64,'2023-03-08 06:51:24','2023-03-08 17:51:24',144,'Soprano',50.00,'USD',2,1,'civicrm_line_item',99), - (65,'2023-03-08 06:51:24','2023-03-08 17:51:24',47,'Soprano',50.00,'USD',2,1,'civicrm_line_item',100), - (66,'2023-03-08 06:51:24','2023-03-08 17:51:24',163,'Soprano',50.00,'USD',2,1,'civicrm_line_item',101), - (67,'2023-03-08 06:51:24','2023-03-08 17:51:24',12,'Soprano',50.00,'USD',2,1,'civicrm_line_item',102), - (68,'2023-03-08 06:51:24','2023-03-08 17:51:24',6,'Soprano',50.00,'USD',2,1,'civicrm_line_item',103), - (69,'2023-03-08 06:51:24','2023-03-08 17:51:24',11,'Soprano',50.00,'USD',2,1,'civicrm_line_item',104), - (70,'2023-03-08 06:51:24','2023-03-08 17:51:24',8,'Soprano',50.00,'USD',2,1,'civicrm_line_item',105), - (71,'2023-03-08 06:51:24','2023-03-08 17:51:24',153,'Soprano',50.00,'USD',2,1,'civicrm_line_item',106), - (72,'2023-03-08 06:51:24','2023-03-08 17:51:24',200,'Soprano',50.00,'USD',2,1,'civicrm_line_item',107), - (73,'2023-03-08 06:51:24','2023-03-08 17:51:24',97,'Soprano',50.00,'USD',2,1,'civicrm_line_item',108), - (74,'2023-03-08 06:51:24','2023-03-08 17:51:24',194,'Soprano',50.00,'USD',2,1,'civicrm_line_item',109), - (75,'2023-03-08 06:51:24','2023-03-08 17:51:24',60,'Soprano',50.00,'USD',2,1,'civicrm_line_item',110), - (76,'2023-03-08 06:51:24','2023-03-08 17:51:24',161,'Soprano',50.00,'USD',2,1,'civicrm_line_item',111), - (77,'2023-03-08 06:51:24','2023-03-08 17:51:24',167,'Soprano',50.00,'USD',2,1,'civicrm_line_item',112), - (78,'2023-03-08 06:51:24','2023-03-08 17:51:24',188,'Tiny-tots (ages 5-8)',800.00,'USD',4,1,'civicrm_line_item',63), - (79,'2023-03-08 06:51:24','2023-03-08 17:51:24',33,'Tiny-tots (ages 5-8)',800.00,'USD',4,1,'civicrm_line_item',64), - (80,'2023-03-08 06:51:24','2023-03-08 17:51:24',51,'Tiny-tots (ages 5-8)',800.00,'USD',4,1,'civicrm_line_item',65), - (81,'2023-03-08 06:51:24','2023-03-08 17:51:24',179,'Tiny-tots (ages 5-8)',800.00,'USD',4,1,'civicrm_line_item',66), - (82,'2023-03-08 06:51:24','2023-03-08 17:51:24',91,'Tiny-tots (ages 5-8)',800.00,'USD',4,1,'civicrm_line_item',67), - (83,'2023-03-08 06:51:24','2023-03-08 17:51:24',103,'Tiny-tots (ages 5-8)',800.00,'USD',4,1,'civicrm_line_item',68), - (84,'2023-03-08 06:51:24','2023-03-08 17:51:24',181,'Tiny-tots (ages 5-8)',800.00,'USD',4,1,'civicrm_line_item',69), - (85,'2023-03-08 06:51:24','2023-03-08 17:51:24',19,'Tiny-tots (ages 5-8)',800.00,'USD',4,1,'civicrm_line_item',70), - (86,'2023-03-08 06:51:24','2023-03-08 17:51:24',112,'Tiny-tots (ages 5-8)',800.00,'USD',4,1,'civicrm_line_item',71), - (87,'2023-03-08 06:51:24','2023-03-08 17:51:24',186,'Tiny-tots (ages 5-8)',800.00,'USD',4,1,'civicrm_line_item',72), - (88,'2023-03-08 06:51:24','2023-03-08 17:51:24',43,'Tiny-tots (ages 5-8)',800.00,'USD',4,1,'civicrm_line_item',73), - (89,'2023-03-08 06:51:24','2023-03-08 17:51:24',120,'Tiny-tots (ages 5-8)',800.00,'USD',4,1,'civicrm_line_item',74), - (90,'2023-03-08 06:51:24','2023-03-08 17:51:24',38,'Tiny-tots (ages 5-8)',800.00,'USD',4,1,'civicrm_line_item',75), - (91,'2023-03-08 06:51:24','2023-03-08 17:51:24',13,'Tiny-tots (ages 5-8)',800.00,'USD',4,1,'civicrm_line_item',76), - (92,'2023-03-08 06:51:24','2023-03-08 17:51:24',29,'Tiny-tots (ages 5-8)',800.00,'USD',4,1,'civicrm_line_item',77), - (93,'2023-03-08 06:51:24','2023-03-08 17:51:24',113,'Tiny-tots (ages 5-8)',800.00,'USD',4,1,'civicrm_line_item',78), - (94,'2023-03-08 06:51:24','2023-03-08 17:51:24',18,'Tiny-tots (ages 5-8)',800.00,'USD',4,1,'civicrm_line_item',79), - (95,'2023-03-08 06:51:24','2023-03-08 17:51:24',164,'Tiny-tots (ages 5-8)',800.00,'USD',4,1,'civicrm_line_item',80), - (96,'2023-03-08 06:51:24','2023-03-08 17:51:24',114,'Single',50.00,'USD',4,1,'civicrm_line_item',81), - (97,'2023-03-08 06:51:24','2023-03-08 17:51:24',138,'Single',50.00,'USD',4,1,'civicrm_line_item',82), - (98,'2023-03-08 06:51:24','2023-03-08 17:51:24',147,'Single',50.00,'USD',4,1,'civicrm_line_item',83), - (99,'2023-03-08 06:51:24','2023-03-08 17:51:24',129,'Single',50.00,'USD',4,1,'civicrm_line_item',84), - (100,'2023-03-08 06:51:24','2023-03-08 17:51:24',84,'Single',50.00,'USD',4,1,'civicrm_line_item',85), - (101,'2023-03-08 06:51:24','2023-03-08 17:51:24',125,'Single',50.00,'USD',4,1,'civicrm_line_item',86), - (102,'2023-03-08 06:51:24','2023-03-08 17:51:24',27,'Single',50.00,'USD',4,1,'civicrm_line_item',87), - (103,'2023-03-08 06:51:24','2023-03-08 17:51:24',68,'Single',50.00,'USD',4,1,'civicrm_line_item',88), - (104,'2023-03-08 06:51:24','2023-03-08 17:51:24',61,'Single',50.00,'USD',4,1,'civicrm_line_item',89), - (105,'2023-03-08 06:51:24','2023-03-08 17:51:24',48,'Single',50.00,'USD',4,1,'civicrm_line_item',90), - (106,'2023-03-08 06:51:24','2023-03-08 17:51:24',55,'Single',50.00,'USD',4,1,'civicrm_line_item',91), - (107,'2023-03-08 06:51:24','2023-03-08 17:51:24',95,'Single',50.00,'USD',4,1,'civicrm_line_item',92), - (108,'2023-03-08 06:51:24','2023-03-08 17:51:24',169,'Single',50.00,'USD',4,1,'civicrm_line_item',93), - (109,'2023-03-08 06:51:24','2023-03-08 17:51:24',142,'Single',50.00,'USD',4,1,'civicrm_line_item',94), - (110,'2023-03-08 06:51:24','2023-03-08 17:51:24',1,'Single',50.00,'USD',4,1,'civicrm_line_item',95), - (111,'2023-03-08 06:51:24','2023-03-08 17:51:24',151,'Single',50.00,'USD',4,1,'civicrm_line_item',96); + (1,'2023-04-30 16:20:59','2013-04-30 16:20:59',2,'Contribution Amount',125.00,'USD',1,1,'civicrm_line_item',1), + (2,'2023-04-30 16:20:59','2021-01-30 16:20:59',4,'Contribution Amount',50.00,'USD',1,1,'civicrm_line_item',2), + (3,'2023-04-30 16:20:59','2017-04-05 03:20:59',6,'Contribution Amount',25.00,'GBP',1,1,'civicrm_line_item',3), + (4,'2023-04-30 16:20:59','2021-01-30 16:20:59',8,'Contribution Amount',50.00,'USD',1,1,'civicrm_line_item',4), + (5,'2023-04-30 16:20:59','2021-01-30 16:20:59',4,'Contribution Amount',50.00,'USD',1,1,'civicrm_line_item',5), + (6,'2023-04-30 16:20:59','2023-02-04 15:38:59',16,'Contribution Amount',500.00,'USD',1,1,'civicrm_line_item',6), + (7,'2023-04-30 16:20:59','2023-04-28 16:20:59',19,'Contribution Amount',1750.00,'USD',1,1,'civicrm_line_item',7), + (8,'2023-04-30 16:21:00','2022-09-06 00:31:59',82,'Contribution Amount',50.00,'USD',1,1,'civicrm_line_item',8), + (9,'2023-04-30 16:21:00','2022-05-30 16:20:59',92,'Contribution Amount',10.00,'USD',1,1,'civicrm_line_item',9), + (10,'2023-04-30 16:21:00','2018-12-07 18:20:59',34,'Contribution Amount',250.00,'USD',1,1,'civicrm_line_item',10), + (11,'2023-04-30 16:21:00','2023-04-29 12:20:59',71,'Contribution Amount',500.00,'JPY',1,1,'civicrm_line_item',11), + (12,'2023-04-30 16:21:00','2022-01-30 05:47:39',43,'Contribution Amount',50.00,'USD',1,1,'civicrm_line_item',12), + (13,'2023-04-30 16:21:00','2023-01-30 00:00:00',32,'Contribution Amount',50.00,'USD',1,1,'civicrm_line_item',13), + (14,'2023-04-30 16:21:00','2023-03-02 00:00:00',32,'Contribution Amount',50.00,'USD',1,1,'civicrm_line_item',14), + (15,'2023-04-30 16:21:00','2022-01-30 16:20:59',59,'Contribution Amount',25.00,'USD',1,1,'civicrm_line_item',15), + (16,'2023-04-30 16:21:00','2022-03-02 16:20:59',59,'Contribution Amount',25.00,'USD',1,1,'civicrm_line_item',16), + (17,'2023-04-30 16:21:00','2022-04-02 16:20:59',59,'Contribution Amount',25.00,'USD',1,1,'civicrm_line_item',17), + (18,'2023-04-30 16:21:00','2022-05-02 16:20:59',59,'Contribution Amount',25.00,'USD',1,1,'civicrm_line_item',18), + (19,'2023-04-30 16:21:00','2022-06-02 16:20:59',59,'Contribution Amount',25.00,'USD',1,1,'civicrm_line_item',19), + (20,'2023-04-30 16:21:00','2022-07-02 16:20:59',59,'Contribution Amount',25.00,'USD',1,1,'civicrm_line_item',20), + (21,'2023-04-30 16:21:00','2022-08-02 16:20:59',59,'Contribution Amount',25.00,'USD',1,1,'civicrm_line_item',21), + (22,'2023-04-30 16:21:00','2022-09-02 16:20:59',59,'Contribution Amount',25.00,'USD',1,1,'civicrm_line_item',22), + (23,'2023-04-30 16:21:00','2022-10-02 16:20:59',59,'Contribution Amount',25.00,'USD',1,1,'civicrm_line_item',23), + (24,'2023-04-30 16:21:00','2022-11-02 16:20:59',59,'Contribution Amount',25.00,'USD',1,1,'civicrm_line_item',24), + (25,'2023-04-30 16:21:00','2022-12-02 16:20:59',59,'Contribution Amount',25.00,'USD',1,1,'civicrm_line_item',25), + (26,'2023-04-30 16:21:00','2022-08-30 16:20:59',99,'Contribution Amount',10.00,'CAD',1,1,'civicrm_line_item',26), + (27,'2023-04-30 16:21:00','2022-09-30 16:20:59',99,'Contribution Amount',10.00,'CAD',1,1,'civicrm_line_item',27), + (28,'2023-04-30 16:21:00','2022-10-30 16:20:59',99,'Contribution Amount',10.00,'CAD',1,1,'civicrm_line_item',28), + (29,'2023-04-30 16:21:00','2022-11-30 16:20:59',99,'Contribution Amount',10.00,'CAD',1,1,'civicrm_line_item',29), + (30,'2023-04-30 16:21:00','2022-12-30 16:20:59',99,'Contribution Amount',10.00,'CAD',1,1,'civicrm_line_item',30), + (31,'2023-04-30 16:21:00','2023-03-30 16:20:59',103,'Contribution Amount',5.00,'EUR',1,1,'civicrm_line_item',31), + (32,'2023-04-30 16:21:00','2023-04-30 16:20:59',82,'General',100.00,'USD',2,1,'civicrm_line_item',32), + (33,'2023-04-30 16:21:00','2023-04-30 16:20:59',114,'General',100.00,'USD',2,1,'civicrm_line_item',33), + (34,'2023-04-30 16:21:00','2023-04-30 16:20:59',49,'General',100.00,'USD',2,1,'civicrm_line_item',34), + (35,'2023-04-30 16:21:00','2023-04-30 16:20:59',54,'General',100.00,'USD',2,1,'civicrm_line_item',35), + (36,'2023-04-30 16:21:00','2023-04-30 16:20:59',133,'General',100.00,'USD',2,1,'civicrm_line_item',36), + (37,'2023-04-30 16:21:00','2023-04-30 16:20:59',131,'General',100.00,'USD',2,1,'civicrm_line_item',37), + (38,'2023-04-30 16:21:00','2023-04-30 16:20:59',83,'General',100.00,'USD',2,1,'civicrm_line_item',38), + (39,'2023-04-30 16:21:00','2023-04-30 16:20:59',100,'General',100.00,'USD',2,1,'civicrm_line_item',39), + (40,'2023-04-30 16:21:00','2023-04-30 16:20:59',10,'General',100.00,'USD',2,1,'civicrm_line_item',40), + (41,'2023-04-30 16:21:00','2023-04-30 16:20:59',175,'General',100.00,'USD',2,1,'civicrm_line_item',41), + (42,'2023-04-30 16:21:00','2023-04-30 16:20:59',134,'General',100.00,'USD',2,1,'civicrm_line_item',42), + (43,'2023-04-30 16:21:00','2023-04-30 16:20:59',152,'General',100.00,'USD',2,1,'civicrm_line_item',43), + (44,'2023-04-30 16:21:00','2023-04-30 16:20:59',110,'General',100.00,'USD',2,1,'civicrm_line_item',44), + (45,'2023-04-30 16:21:00','2023-04-30 16:20:59',138,'General',100.00,'USD',2,1,'civicrm_line_item',45), + (46,'2023-04-30 16:21:00','2023-04-30 16:20:59',194,'Student',50.00,'USD',2,1,'civicrm_line_item',46), + (47,'2023-04-30 16:21:00','2023-04-30 16:20:59',77,'Student',50.00,'USD',2,1,'civicrm_line_item',47), + (48,'2023-04-30 16:21:00','2023-04-30 16:20:59',78,'Student',50.00,'USD',2,1,'civicrm_line_item',48), + (49,'2023-04-30 16:21:00','2023-04-30 16:20:59',26,'Student',50.00,'USD',2,1,'civicrm_line_item',49), + (50,'2023-04-30 16:21:00','2023-04-30 16:20:59',25,'Student',50.00,'USD',2,1,'civicrm_line_item',50), + (51,'2023-04-30 16:21:00','2023-04-30 16:20:59',147,'Student',50.00,'USD',2,1,'civicrm_line_item',51), + (52,'2023-04-30 16:21:00','2023-04-30 16:20:59',150,'Student',50.00,'USD',2,1,'civicrm_line_item',52), + (53,'2023-04-30 16:21:00','2023-04-30 16:20:59',73,'Student',50.00,'USD',2,1,'civicrm_line_item',53), + (54,'2023-04-30 16:21:00','2023-04-30 16:20:59',13,'Student',50.00,'USD',2,1,'civicrm_line_item',54), + (55,'2023-04-30 16:21:00','2023-04-30 16:20:59',180,'Student',50.00,'USD',2,1,'civicrm_line_item',55), + (56,'2023-04-30 16:21:00','2023-04-30 16:20:59',98,'Student',50.00,'USD',2,1,'civicrm_line_item',56), + (57,'2023-04-30 16:21:00','2023-04-30 16:20:59',157,'Student',50.00,'USD',2,1,'civicrm_line_item',57), + (58,'2023-04-30 16:21:00','2023-04-30 16:20:59',90,'Student',50.00,'USD',2,1,'civicrm_line_item',58), + (59,'2023-04-30 16:21:00','2023-04-30 16:20:59',136,'Student',50.00,'USD',2,1,'civicrm_line_item',59), + (60,'2023-04-30 16:21:00','2023-04-30 16:20:59',30,'Lifetime',1200.00,'USD',2,1,'civicrm_line_item',60), + (61,'2023-04-30 16:21:00','2023-04-30 16:20:59',182,'Lifetime',1200.00,'USD',2,1,'civicrm_line_item',61), + (62,'2023-04-30 16:21:00','2023-04-30 16:20:59',85,'Soprano',50.00,'USD',2,1,'civicrm_line_item',97), + (63,'2023-04-30 16:21:00','2023-04-30 16:20:59',68,'Soprano',50.00,'USD',2,1,'civicrm_line_item',98), + (64,'2023-04-30 16:21:00','2023-04-30 16:20:59',64,'Soprano',50.00,'USD',2,1,'civicrm_line_item',99), + (65,'2023-04-30 16:21:00','2023-04-30 16:20:59',169,'Soprano',50.00,'USD',2,1,'civicrm_line_item',100), + (66,'2023-04-30 16:21:00','2023-04-30 16:20:59',123,'Soprano',50.00,'USD',2,1,'civicrm_line_item',101), + (67,'2023-04-30 16:21:00','2023-04-30 16:20:59',2,'Soprano',50.00,'USD',2,1,'civicrm_line_item',102), + (68,'2023-04-30 16:21:00','2023-04-30 16:20:59',51,'Soprano',50.00,'USD',2,1,'civicrm_line_item',103), + (69,'2023-04-30 16:21:00','2023-04-30 16:20:59',104,'Soprano',50.00,'USD',2,1,'civicrm_line_item',104), + (70,'2023-04-30 16:21:00','2023-04-30 16:20:59',173,'Soprano',50.00,'USD',2,1,'civicrm_line_item',105), + (71,'2023-04-30 16:21:00','2023-04-30 16:20:59',181,'Soprano',50.00,'USD',2,1,'civicrm_line_item',106), + (72,'2023-04-30 16:21:00','2023-04-30 16:20:59',21,'Soprano',50.00,'USD',2,1,'civicrm_line_item',107), + (73,'2023-04-30 16:21:00','2023-04-30 16:20:59',151,'Soprano',50.00,'USD',2,1,'civicrm_line_item',108), + (74,'2023-04-30 16:21:00','2023-04-30 16:20:59',86,'Soprano',50.00,'USD',2,1,'civicrm_line_item',109), + (75,'2023-04-30 16:21:00','2023-04-30 16:20:59',201,'Soprano',50.00,'USD',2,1,'civicrm_line_item',110), + (76,'2023-04-30 16:21:00','2023-04-30 16:20:59',190,'Soprano',50.00,'USD',2,1,'civicrm_line_item',111), + (77,'2023-04-30 16:21:00','2023-04-30 16:20:59',38,'Soprano',50.00,'USD',2,1,'civicrm_line_item',112), + (78,'2023-04-30 16:21:00','2023-04-30 16:20:59',155,'Tiny-tots (ages 5-8)',800.00,'USD',4,1,'civicrm_line_item',63), + (79,'2023-04-30 16:21:00','2023-04-30 16:20:59',14,'Tiny-tots (ages 5-8)',800.00,'USD',4,1,'civicrm_line_item',64), + (80,'2023-04-30 16:21:00','2023-04-30 16:20:59',95,'Tiny-tots (ages 5-8)',800.00,'USD',4,1,'civicrm_line_item',65), + (81,'2023-04-30 16:21:00','2023-04-30 16:20:59',59,'Tiny-tots (ages 5-8)',800.00,'USD',4,1,'civicrm_line_item',66), + (82,'2023-04-30 16:21:00','2023-04-30 16:20:59',121,'Tiny-tots (ages 5-8)',800.00,'USD',4,1,'civicrm_line_item',67), + (83,'2023-04-30 16:21:00','2023-04-30 16:20:59',94,'Tiny-tots (ages 5-8)',800.00,'USD',4,1,'civicrm_line_item',68), + (84,'2023-04-30 16:21:00','2023-04-30 16:20:59',28,'Tiny-tots (ages 5-8)',800.00,'USD',4,1,'civicrm_line_item',69), + (85,'2023-04-30 16:21:00','2023-04-30 16:20:59',96,'Tiny-tots (ages 5-8)',800.00,'USD',4,1,'civicrm_line_item',70), + (86,'2023-04-30 16:21:00','2023-04-30 16:20:59',166,'Tiny-tots (ages 5-8)',800.00,'USD',4,1,'civicrm_line_item',71), + (87,'2023-04-30 16:21:00','2023-04-30 16:20:59',165,'Tiny-tots (ages 5-8)',800.00,'USD',4,1,'civicrm_line_item',72), + (88,'2023-04-30 16:21:00','2023-04-30 16:20:59',23,'Tiny-tots (ages 5-8)',800.00,'USD',4,1,'civicrm_line_item',73), + (89,'2023-04-30 16:21:00','2023-04-30 16:20:59',81,'Tiny-tots (ages 5-8)',800.00,'USD',4,1,'civicrm_line_item',74), + (90,'2023-04-30 16:21:00','2023-04-30 16:20:59',24,'Tiny-tots (ages 5-8)',800.00,'USD',4,1,'civicrm_line_item',75), + (91,'2023-04-30 16:21:00','2023-04-30 16:20:59',91,'Tiny-tots (ages 5-8)',800.00,'USD',4,1,'civicrm_line_item',76), + (92,'2023-04-30 16:21:00','2023-04-30 16:20:59',87,'Tiny-tots (ages 5-8)',800.00,'USD',4,1,'civicrm_line_item',77), + (93,'2023-04-30 16:21:00','2023-04-30 16:20:59',150,'Tiny-tots (ages 5-8)',800.00,'USD',4,1,'civicrm_line_item',78), + (94,'2023-04-30 16:21:00','2023-04-30 16:20:59',37,'Tiny-tots (ages 5-8)',800.00,'USD',4,1,'civicrm_line_item',79), + (95,'2023-04-30 16:21:00','2023-04-30 16:20:59',103,'Tiny-tots (ages 5-8)',800.00,'USD',4,1,'civicrm_line_item',80), + (96,'2023-04-30 16:21:00','2023-04-30 16:20:59',109,'Single',50.00,'USD',4,1,'civicrm_line_item',81), + (97,'2023-04-30 16:21:00','2023-04-30 16:20:59',160,'Single',50.00,'USD',4,1,'civicrm_line_item',82), + (98,'2023-04-30 16:21:00','2023-04-30 16:20:59',199,'Single',50.00,'USD',4,1,'civicrm_line_item',83), + (99,'2023-04-30 16:21:00','2023-04-30 16:20:59',148,'Single',50.00,'USD',4,1,'civicrm_line_item',84), + (100,'2023-04-30 16:21:00','2023-04-30 16:20:59',124,'Single',50.00,'USD',4,1,'civicrm_line_item',85), + (101,'2023-04-30 16:21:00','2023-04-30 16:20:59',93,'Single',50.00,'USD',4,1,'civicrm_line_item',86), + (102,'2023-04-30 16:21:00','2023-04-30 16:20:59',56,'Single',50.00,'USD',4,1,'civicrm_line_item',87), + (103,'2023-04-30 16:21:00','2023-04-30 16:20:59',101,'Single',50.00,'USD',4,1,'civicrm_line_item',88), + (104,'2023-04-30 16:21:00','2023-04-30 16:20:59',176,'Single',50.00,'USD',4,1,'civicrm_line_item',89), + (105,'2023-04-30 16:21:00','2023-04-30 16:20:59',153,'Single',50.00,'USD',4,1,'civicrm_line_item',90), + (106,'2023-04-30 16:21:01','2023-04-30 16:20:59',58,'Single',50.00,'USD',4,1,'civicrm_line_item',91), + (107,'2023-04-30 16:21:01','2023-04-30 16:20:59',130,'Single',50.00,'USD',4,1,'civicrm_line_item',92), + (108,'2023-04-30 16:21:01','2023-04-30 16:20:59',19,'Single',50.00,'USD',4,1,'civicrm_line_item',93), + (109,'2023-04-30 16:21:01','2023-04-30 16:20:59',25,'Single',50.00,'USD',4,1,'civicrm_line_item',94), + (110,'2023-04-30 16:21:01','2023-04-30 16:20:59',77,'Single',50.00,'USD',4,1,'civicrm_line_item',95), + (111,'2023-04-30 16:21:01','2023-04-30 16:20:59',54,'Single',50.00,'USD',4,1,'civicrm_line_item',96); /*!40000 ALTER TABLE `civicrm_financial_item` ENABLE KEYS */; UNLOCK TABLES; @@ -3878,117 +3877,117 @@ UNLOCK TABLES; LOCK TABLES `civicrm_financial_trxn` WRITE; /*!40000 ALTER TABLE `civicrm_financial_trxn` DISABLE KEYS */; INSERT INTO `civicrm_financial_trxn` (`id`, `from_financial_account_id`, `to_financial_account_id`, `trxn_date`, `total_amount`, `fee_amount`, `net_amount`, `currency`, `is_payment`, `trxn_id`, `trxn_result_code`, `status_id`, `payment_processor_id`, `payment_instrument_id`, `card_type_id`, `check_number`, `pan_truncation`, `order_reference`) VALUES - (1,NULL,6,'2013-03-08 17:51:24',125.00,NULL,NULL,'USD',1,NULL,NULL,1,NULL,4,NULL,'1041',NULL,NULL), - (2,NULL,6,'2020-12-08 17:51:24',50.00,NULL,NULL,'USD',1,'P20901X1',NULL,1,NULL,1,NULL,NULL,NULL,NULL), - (3,NULL,6,'2017-02-11 04:51:24',25.00,NULL,NULL,'GBP',1,'GBP12',NULL,1,NULL,4,NULL,'2095',NULL,NULL), - (4,NULL,6,'2020-12-08 17:51:24',50.00,NULL,NULL,'USD',1,NULL,NULL,1,NULL,4,NULL,'10552',NULL,NULL), - (5,NULL,6,'2020-12-08 17:51:24',50.00,NULL,NULL,'USD',1,'Q90901X1',NULL,1,NULL,1,NULL,NULL,NULL,NULL), - (6,NULL,6,'2022-12-13 17:09:24',500.00,NULL,NULL,'USD',1,NULL,NULL,1,NULL,4,NULL,'509',NULL,NULL), - (7,NULL,6,'2023-03-06 17:51:24',1750.00,NULL,NULL,'USD',1,NULL,NULL,1,NULL,1,NULL,'102',NULL,NULL), - (8,NULL,6,'2022-07-15 02:02:24',50.00,NULL,NULL,'USD',1,'P20193L2',NULL,1,NULL,1,NULL,NULL,NULL,NULL), - (9,NULL,6,'2022-04-08 17:51:24',10.00,NULL,NULL,'USD',1,'P40232Y3',NULL,1,NULL,1,NULL,NULL,NULL,NULL), - (10,NULL,6,'2018-10-16 19:51:24',250.00,NULL,NULL,'USD',1,'P20193L6',NULL,1,NULL,1,NULL,NULL,NULL,NULL), - (11,NULL,6,'2023-03-07 13:51:24',500.00,NULL,NULL,'JPY',1,'PL71',NULL,1,NULL,1,NULL,NULL,NULL,NULL), - (12,NULL,6,'2021-12-08 07:18:04',50.00,NULL,NULL,'USD',1,'P291X1',NULL,1,NULL,1,NULL,NULL,NULL,NULL), - (13,NULL,6,'2022-12-08 00:00:00',50.00,NULL,NULL,'USD',1,'PL32I',NULL,1,NULL,1,NULL,NULL,NULL,NULL), - (14,NULL,6,'2023-01-08 00:00:00',50.00,NULL,NULL,'USD',1,'PL32II',NULL,1,NULL,1,NULL,NULL,NULL,NULL), - (15,NULL,6,'2021-12-08 17:51:24',25.00,NULL,NULL,'USD',1,'PL32I591',NULL,1,NULL,1,NULL,NULL,NULL,NULL), - (16,NULL,6,'2022-01-08 17:51:24',25.00,NULL,NULL,'USD',1,'PL32I592',NULL,1,NULL,1,NULL,NULL,NULL,NULL), - (17,NULL,6,'2022-02-08 17:51:24',25.00,NULL,NULL,'USD',1,'PL32I593',NULL,1,NULL,1,NULL,NULL,NULL,NULL), - (18,NULL,6,'2022-03-08 17:51:24',25.00,NULL,NULL,'USD',1,'PL32I594',NULL,1,NULL,1,NULL,NULL,NULL,NULL), - (19,NULL,6,'2022-04-08 17:51:24',25.00,NULL,NULL,'USD',1,'PL32I595',NULL,1,NULL,1,NULL,NULL,NULL,NULL), - (20,NULL,6,'2022-05-08 17:51:24',25.00,NULL,NULL,'USD',1,'PL32I596',NULL,1,NULL,1,NULL,NULL,NULL,NULL), - (21,NULL,6,'2022-06-08 17:51:24',25.00,NULL,NULL,'USD',1,'PL32I597',NULL,1,NULL,1,NULL,NULL,NULL,NULL), - (22,NULL,6,'2022-07-08 17:51:24',25.00,NULL,NULL,'USD',1,'PL32I598',NULL,1,NULL,1,NULL,NULL,NULL,NULL), - (23,NULL,6,'2022-08-08 17:51:24',25.00,NULL,NULL,'USD',1,'PL32I599',NULL,1,NULL,1,NULL,NULL,NULL,NULL), - (24,NULL,6,'2022-09-08 17:51:24',25.00,NULL,NULL,'USD',1,'PL32I5910',NULL,1,NULL,1,NULL,NULL,NULL,NULL), - (25,NULL,6,'2022-10-08 17:51:24',25.00,NULL,NULL,'USD',1,'PL32I5911',NULL,1,NULL,1,NULL,NULL,NULL,NULL), - (26,NULL,6,'2022-07-08 17:51:24',10.00,NULL,NULL,'CAD',1,'PL32I991',NULL,1,NULL,1,NULL,NULL,NULL,NULL), - (27,NULL,6,'2022-08-08 17:51:24',10.00,NULL,NULL,'CAD',1,'PL32I992',NULL,1,NULL,1,NULL,NULL,NULL,NULL), - (28,NULL,6,'2022-09-08 17:51:24',10.00,NULL,NULL,'CAD',1,'PL32I993',NULL,1,NULL,1,NULL,NULL,NULL,NULL), - (29,NULL,6,'2022-10-08 17:51:24',10.00,NULL,NULL,'CAD',1,'PL32I994',NULL,1,NULL,1,NULL,NULL,NULL,NULL), - (30,NULL,6,'2022-11-08 17:51:24',10.00,NULL,NULL,'CAD',1,'PL32I995',NULL,1,NULL,1,NULL,NULL,NULL,NULL), - (31,NULL,6,'2023-02-08 17:51:24',5.00,NULL,NULL,'EUR',1,'PL32I1031',NULL,1,NULL,1,NULL,NULL,NULL,NULL), - (32,NULL,6,'2023-03-08 17:51:24',100.00,NULL,NULL,'USD',1,'1fdc115bf2caa1b2',NULL,1,NULL,1,NULL,NULL,NULL,NULL), - (33,NULL,6,'2023-03-08 17:51:24',100.00,NULL,NULL,'USD',1,'667f6994611dd55a',NULL,1,NULL,1,NULL,NULL,NULL,NULL), - (34,NULL,6,'2023-03-08 17:51:24',100.00,NULL,NULL,'USD',1,'54d78bbeef7aa504',NULL,1,NULL,1,NULL,NULL,NULL,NULL), - (35,NULL,6,'2023-03-08 17:51:24',100.00,NULL,NULL,'USD',1,'7d2c719bd8cd324d',NULL,1,NULL,1,NULL,NULL,NULL,NULL), - (36,NULL,6,'2023-03-08 17:51:24',100.00,NULL,NULL,'USD',1,'6f7be96e6ac78511',NULL,1,NULL,1,NULL,NULL,NULL,NULL), - (37,NULL,6,'2023-03-08 17:51:24',100.00,NULL,NULL,'USD',1,'8646acabca300f47',NULL,1,NULL,1,NULL,NULL,NULL,NULL), - (38,NULL,6,'2023-03-08 17:51:24',100.00,NULL,NULL,'USD',1,'6dd11a5cdf3209fa',NULL,1,NULL,1,NULL,NULL,NULL,NULL), - (39,NULL,6,'2023-03-08 17:51:24',100.00,NULL,NULL,'USD',1,'06f6cdbddcf64e6d',NULL,1,NULL,1,NULL,NULL,NULL,NULL), - (40,NULL,6,'2023-03-08 17:51:24',100.00,NULL,NULL,'USD',1,'a7809e778b390910',NULL,1,NULL,1,NULL,NULL,NULL,NULL), - (41,NULL,6,'2023-03-08 17:51:24',100.00,NULL,NULL,'USD',1,'4ca2dbff7ea54933',NULL,1,NULL,1,NULL,NULL,NULL,NULL), - (42,NULL,6,'2023-03-08 17:51:24',100.00,NULL,NULL,'USD',1,'438c57d1c1fd1fe3',NULL,1,NULL,1,NULL,NULL,NULL,NULL), - (43,NULL,6,'2023-03-08 17:51:24',100.00,NULL,NULL,'USD',1,'f5c46caec43c2451',NULL,1,NULL,1,NULL,NULL,NULL,NULL), - (44,NULL,6,'2023-03-08 17:51:24',100.00,NULL,NULL,'USD',1,'aecd1a8ecdf6d337',NULL,1,NULL,1,NULL,NULL,NULL,NULL), - (45,NULL,6,'2023-03-08 17:51:24',100.00,NULL,NULL,'USD',1,'c28d2abf7ff6da09',NULL,1,NULL,1,NULL,NULL,NULL,NULL), - (46,NULL,6,'2023-03-08 17:51:24',100.00,NULL,NULL,'USD',1,'a575258aacf3f1ed',NULL,1,NULL,1,NULL,NULL,NULL,NULL), - (47,NULL,6,'2023-03-08 17:51:24',50.00,NULL,NULL,'USD',1,'81f4322ba54655a3',NULL,1,NULL,1,NULL,NULL,NULL,NULL), - (48,NULL,6,'2023-03-08 17:51:24',50.00,NULL,NULL,'USD',1,'588d59a76cae6cf8',NULL,1,NULL,1,NULL,NULL,NULL,NULL), - (49,NULL,6,'2023-03-08 17:51:24',50.00,NULL,NULL,'USD',1,'7cec655a46b32df3',NULL,1,NULL,1,NULL,NULL,NULL,NULL), - (50,NULL,6,'2023-03-08 17:51:24',50.00,NULL,NULL,'USD',1,'c9ba3631738ce187',NULL,1,NULL,1,NULL,NULL,NULL,NULL), - (51,NULL,6,'2023-03-08 17:51:24',50.00,NULL,NULL,'USD',1,'1b51fa020d1d72da',NULL,1,NULL,1,NULL,NULL,NULL,NULL), - (52,NULL,6,'2023-03-08 17:51:24',50.00,NULL,NULL,'USD',1,'8cd3cc9929c91072',NULL,1,NULL,1,NULL,NULL,NULL,NULL), - (53,NULL,6,'2023-03-08 17:51:24',50.00,NULL,NULL,'USD',1,'497de0006abe0190',NULL,1,NULL,1,NULL,NULL,NULL,NULL), - (54,NULL,6,'2023-03-08 17:51:24',50.00,NULL,NULL,'USD',1,'28b1900dae7aff83',NULL,1,NULL,1,NULL,NULL,NULL,NULL), - (55,NULL,6,'2023-03-08 17:51:24',50.00,NULL,NULL,'USD',1,'185530364c885e65',NULL,1,NULL,1,NULL,NULL,NULL,NULL), - (56,NULL,6,'2023-03-08 17:51:24',50.00,NULL,NULL,'USD',1,'e4b98506de79bc01',NULL,1,NULL,1,NULL,NULL,NULL,NULL), - (57,NULL,6,'2023-03-08 17:51:24',50.00,NULL,NULL,'USD',1,'3799d698482be64d',NULL,1,NULL,1,NULL,NULL,NULL,NULL), - (58,NULL,6,'2023-03-08 17:51:24',50.00,NULL,NULL,'USD',1,'8b2c2a53d97e3dad',NULL,1,NULL,1,NULL,NULL,NULL,NULL), - (59,NULL,6,'2023-03-08 17:51:24',50.00,NULL,NULL,'USD',1,'3c8ed4d8102e10ff',NULL,1,NULL,1,NULL,NULL,NULL,NULL), - (60,NULL,6,'2023-03-08 17:51:24',1200.00,NULL,NULL,'USD',1,'0e6f65441d9b1f96',NULL,1,NULL,1,NULL,NULL,NULL,NULL), - (61,NULL,6,'2023-03-08 17:51:24',1200.00,NULL,NULL,'USD',1,'4486913d2c04e249',NULL,1,NULL,1,NULL,NULL,NULL,NULL), - (62,NULL,6,'2023-03-08 17:51:24',50.00,NULL,NULL,'USD',1,'afb5d3a4ac3a688e',NULL,1,NULL,1,NULL,NULL,NULL,NULL), - (63,NULL,6,'2023-03-08 17:51:24',50.00,NULL,NULL,'USD',1,'1d560c9527e8accb',NULL,1,NULL,1,NULL,NULL,NULL,NULL), - (64,NULL,6,'2023-03-08 17:51:24',50.00,NULL,NULL,'USD',1,'afaeb5cc73c77375',NULL,1,NULL,1,NULL,NULL,NULL,NULL), - (65,NULL,6,'2023-03-08 17:51:24',50.00,NULL,NULL,'USD',1,'b08fb45451064268',NULL,1,NULL,1,NULL,NULL,NULL,NULL), - (66,NULL,6,'2023-03-08 17:51:24',50.00,NULL,NULL,'USD',1,'b4b0d1c52be01033',NULL,1,NULL,1,NULL,NULL,NULL,NULL), - (67,NULL,6,'2023-03-08 17:51:24',50.00,NULL,NULL,'USD',1,'9743c42b0384e647',NULL,1,NULL,1,NULL,NULL,NULL,NULL), - (68,NULL,6,'2023-03-08 17:51:24',50.00,NULL,NULL,'USD',1,'765707168e894f41',NULL,1,NULL,1,NULL,NULL,NULL,NULL), - (69,NULL,6,'2023-03-08 17:51:24',50.00,NULL,NULL,'USD',1,'38bfbfd4668d7967',NULL,1,NULL,1,NULL,NULL,NULL,NULL), - (70,NULL,6,'2023-03-08 17:51:24',50.00,NULL,NULL,'USD',1,'7a3f91c97d8c028a',NULL,1,NULL,1,NULL,NULL,NULL,NULL), - (71,NULL,6,'2023-03-08 17:51:24',50.00,NULL,NULL,'USD',1,'dda9e6435e6dd379',NULL,1,NULL,1,NULL,NULL,NULL,NULL), - (72,NULL,6,'2023-03-08 17:51:24',50.00,NULL,NULL,'USD',1,'5da413fb1c2b25ce',NULL,1,NULL,1,NULL,NULL,NULL,NULL), - (73,NULL,6,'2023-03-08 17:51:24',50.00,NULL,NULL,'USD',1,'9c0d80e0215a4af4',NULL,1,NULL,1,NULL,NULL,NULL,NULL), - (74,NULL,6,'2023-03-08 17:51:24',50.00,NULL,NULL,'USD',1,'59a33a93832546aa',NULL,1,NULL,1,NULL,NULL,NULL,NULL), - (75,NULL,6,'2023-03-08 17:51:24',50.00,NULL,NULL,'USD',1,'c5615bff744482f8',NULL,1,NULL,1,NULL,NULL,NULL,NULL), - (76,NULL,6,'2023-03-08 17:51:24',50.00,NULL,NULL,'USD',1,'678444c28cbe6793',NULL,1,NULL,1,NULL,NULL,NULL,NULL), - (77,NULL,6,'2023-03-08 17:51:24',50.00,NULL,NULL,'USD',1,'8ec594bb041bf3f0',NULL,1,NULL,1,NULL,NULL,NULL,NULL), - (78,NULL,6,'2023-03-08 17:51:24',800.00,NULL,NULL,'USD',1,'f8db820678bcd7cc',NULL,1,NULL,1,NULL,NULL,NULL,NULL), - (79,NULL,6,'2023-03-08 17:51:24',800.00,NULL,NULL,'USD',1,'c01b09d93188da88',NULL,1,NULL,1,NULL,NULL,NULL,NULL), - (80,NULL,6,'2023-03-08 17:51:24',800.00,NULL,NULL,'USD',1,'62dc9d3083ef8d29',NULL,1,NULL,1,NULL,NULL,NULL,NULL), - (81,NULL,6,'2023-03-08 17:51:24',800.00,NULL,NULL,'USD',1,'926bebe9e62b8a29',NULL,1,NULL,1,NULL,NULL,NULL,NULL), - (82,NULL,6,'2023-03-08 17:51:24',800.00,NULL,NULL,'USD',1,'38ade21215ba6bf4',NULL,1,NULL,1,NULL,NULL,NULL,NULL), - (83,NULL,6,'2023-03-08 17:51:24',800.00,NULL,NULL,'USD',1,'7d8a88c64846dda8',NULL,1,NULL,1,NULL,NULL,NULL,NULL), - (84,NULL,6,'2023-03-08 17:51:24',800.00,NULL,NULL,'USD',1,'9d2b0f6cb5cf4a74',NULL,1,NULL,1,NULL,NULL,NULL,NULL), - (85,NULL,6,'2023-03-08 17:51:24',800.00,NULL,NULL,'USD',1,'bfee4d0831cb8321',NULL,1,NULL,1,NULL,NULL,NULL,NULL), - (86,NULL,6,'2023-03-08 17:51:24',800.00,NULL,NULL,'USD',1,'8aa8adc186407e59',NULL,1,NULL,1,NULL,NULL,NULL,NULL), - (87,NULL,6,'2023-03-08 17:51:24',800.00,NULL,NULL,'USD',1,'4832ffd6f87eacbf',NULL,1,NULL,1,NULL,NULL,NULL,NULL), - (88,NULL,6,'2023-03-08 17:51:24',800.00,NULL,NULL,'USD',1,'205f2a4a998b13ba',NULL,1,NULL,1,NULL,NULL,NULL,NULL), - (89,NULL,6,'2023-03-08 17:51:24',800.00,NULL,NULL,'USD',1,'04af23a889245e0b',NULL,1,NULL,1,NULL,NULL,NULL,NULL), - (90,NULL,6,'2023-03-08 17:51:24',800.00,NULL,NULL,'USD',1,'424618e00083abc8',NULL,1,NULL,1,NULL,NULL,NULL,NULL), - (91,NULL,6,'2023-03-08 17:51:24',800.00,NULL,NULL,'USD',1,'cf2aaa549badc0a4',NULL,1,NULL,1,NULL,NULL,NULL,NULL), - (92,NULL,6,'2023-03-08 17:51:24',800.00,NULL,NULL,'USD',1,'7ac30e96b7904a44',NULL,1,NULL,1,NULL,NULL,NULL,NULL), - (93,NULL,6,'2023-03-08 17:51:24',800.00,NULL,NULL,'USD',1,'e7a45fb0a2ee1958',NULL,1,NULL,1,NULL,NULL,NULL,NULL), - (94,NULL,6,'2023-03-08 17:51:24',800.00,NULL,NULL,'USD',1,'3f1f02e8e2eb3a25',NULL,1,NULL,1,NULL,NULL,NULL,NULL), - (95,NULL,6,'2023-03-08 17:51:24',800.00,NULL,NULL,'USD',1,'61e4b389dd476db8',NULL,1,NULL,1,NULL,NULL,NULL,NULL), - (96,NULL,6,'2023-03-08 17:51:24',50.00,NULL,NULL,'USD',1,'a9fd1d12a7f15a3f',NULL,1,NULL,1,NULL,NULL,NULL,NULL), - (97,NULL,6,'2023-03-08 17:51:24',50.00,NULL,NULL,'USD',1,'c99d90d0291f847b',NULL,1,NULL,1,NULL,NULL,NULL,NULL), - (98,NULL,6,'2023-03-08 17:51:24',50.00,NULL,NULL,'USD',1,'e3f3771a7067bea4',NULL,1,NULL,1,NULL,NULL,NULL,NULL), - (99,NULL,6,'2023-03-08 17:51:24',50.00,NULL,NULL,'USD',1,'2ff0d71377e49636',NULL,1,NULL,1,NULL,NULL,NULL,NULL), - (100,NULL,6,'2023-03-08 17:51:24',50.00,NULL,NULL,'USD',1,'97a62b410454248e',NULL,1,NULL,1,NULL,NULL,NULL,NULL), - (101,NULL,6,'2023-03-08 17:51:24',50.00,NULL,NULL,'USD',1,'a46dc922d28abe31',NULL,1,NULL,1,NULL,NULL,NULL,NULL), - (102,NULL,6,'2023-03-08 17:51:24',50.00,NULL,NULL,'USD',1,'a00b60545deaf650',NULL,1,NULL,1,NULL,NULL,NULL,NULL), - (103,NULL,6,'2023-03-08 17:51:24',50.00,NULL,NULL,'USD',1,'e63377713fe49338',NULL,1,NULL,1,NULL,NULL,NULL,NULL), - (104,NULL,6,'2023-03-08 17:51:24',50.00,NULL,NULL,'USD',1,'55ab86113cd978c4',NULL,1,NULL,1,NULL,NULL,NULL,NULL), - (105,NULL,6,'2023-03-08 17:51:24',50.00,NULL,NULL,'USD',1,'3c65df9d4ef2a49f',NULL,1,NULL,1,NULL,NULL,NULL,NULL), - (106,NULL,6,'2023-03-08 17:51:24',50.00,NULL,NULL,'USD',1,'da90428ab22f5c79',NULL,1,NULL,1,NULL,NULL,NULL,NULL), - (107,NULL,6,'2023-03-08 17:51:24',50.00,NULL,NULL,'USD',1,'67f5c44e7356aaed',NULL,1,NULL,1,NULL,NULL,NULL,NULL), - (108,NULL,6,'2023-03-08 17:51:24',50.00,NULL,NULL,'USD',1,'0c3f4e2fd4d50aaf',NULL,1,NULL,1,NULL,NULL,NULL,NULL), - (109,NULL,6,'2023-03-08 17:51:24',50.00,NULL,NULL,'USD',1,'44d298aa357b7acb',NULL,1,NULL,1,NULL,NULL,NULL,NULL), - (110,NULL,6,'2023-03-08 17:51:24',50.00,NULL,NULL,'USD',1,'cdf19482f20c52e5',NULL,1,NULL,1,NULL,NULL,NULL,NULL), - (111,NULL,6,'2023-03-08 17:51:24',50.00,NULL,NULL,'USD',1,'8dce708fef95a7bd',NULL,1,NULL,1,NULL,NULL,NULL,NULL); + (1,NULL,6,'2013-04-30 16:20:59',125.00,NULL,NULL,'USD',1,NULL,NULL,1,NULL,4,NULL,'1041',NULL,NULL), + (2,NULL,6,'2021-01-30 16:20:59',50.00,NULL,NULL,'USD',1,'P20901X1',NULL,1,NULL,1,NULL,NULL,NULL,NULL), + (3,NULL,6,'2017-04-05 03:20:59',25.00,NULL,NULL,'GBP',1,'GBP12',NULL,1,NULL,4,NULL,'2095',NULL,NULL), + (4,NULL,6,'2021-01-30 16:20:59',50.00,NULL,NULL,'USD',1,NULL,NULL,1,NULL,4,NULL,'10552',NULL,NULL), + (5,NULL,6,'2021-01-30 16:20:59',50.00,NULL,NULL,'USD',1,'Q90901X1',NULL,1,NULL,1,NULL,NULL,NULL,NULL), + (6,NULL,6,'2023-02-04 15:38:59',500.00,NULL,NULL,'USD',1,NULL,NULL,1,NULL,4,NULL,'509',NULL,NULL), + (7,NULL,6,'2023-04-28 16:20:59',1750.00,NULL,NULL,'USD',1,NULL,NULL,1,NULL,1,NULL,'102',NULL,NULL), + (8,NULL,6,'2022-09-06 00:31:59',50.00,NULL,NULL,'USD',1,'P20193L2',NULL,1,NULL,1,NULL,NULL,NULL,NULL), + (9,NULL,6,'2022-05-30 16:20:59',10.00,NULL,NULL,'USD',1,'P40232Y3',NULL,1,NULL,1,NULL,NULL,NULL,NULL), + (10,NULL,6,'2018-12-07 18:20:59',250.00,NULL,NULL,'USD',1,'P20193L6',NULL,1,NULL,1,NULL,NULL,NULL,NULL), + (11,NULL,6,'2023-04-29 12:20:59',500.00,NULL,NULL,'JPY',1,'PL71',NULL,1,NULL,1,NULL,NULL,NULL,NULL), + (12,NULL,6,'2022-01-30 05:47:39',50.00,NULL,NULL,'USD',1,'P291X1',NULL,1,NULL,1,NULL,NULL,NULL,NULL), + (13,NULL,6,'2023-01-30 00:00:00',50.00,NULL,NULL,'USD',1,'PL32I',NULL,1,NULL,1,NULL,NULL,NULL,NULL), + (14,NULL,6,'2023-03-02 00:00:00',50.00,NULL,NULL,'USD',1,'PL32II',NULL,1,NULL,1,NULL,NULL,NULL,NULL), + (15,NULL,6,'2022-01-30 16:20:59',25.00,NULL,NULL,'USD',1,'PL32I591',NULL,1,NULL,1,NULL,NULL,NULL,NULL), + (16,NULL,6,'2022-03-02 16:20:59',25.00,NULL,NULL,'USD',1,'PL32I592',NULL,1,NULL,1,NULL,NULL,NULL,NULL), + (17,NULL,6,'2022-04-02 16:20:59',25.00,NULL,NULL,'USD',1,'PL32I593',NULL,1,NULL,1,NULL,NULL,NULL,NULL), + (18,NULL,6,'2022-05-02 16:20:59',25.00,NULL,NULL,'USD',1,'PL32I594',NULL,1,NULL,1,NULL,NULL,NULL,NULL), + (19,NULL,6,'2022-06-02 16:20:59',25.00,NULL,NULL,'USD',1,'PL32I595',NULL,1,NULL,1,NULL,NULL,NULL,NULL), + (20,NULL,6,'2022-07-02 16:20:59',25.00,NULL,NULL,'USD',1,'PL32I596',NULL,1,NULL,1,NULL,NULL,NULL,NULL), + (21,NULL,6,'2022-08-02 16:20:59',25.00,NULL,NULL,'USD',1,'PL32I597',NULL,1,NULL,1,NULL,NULL,NULL,NULL), + (22,NULL,6,'2022-09-02 16:20:59',25.00,NULL,NULL,'USD',1,'PL32I598',NULL,1,NULL,1,NULL,NULL,NULL,NULL), + (23,NULL,6,'2022-10-02 16:20:59',25.00,NULL,NULL,'USD',1,'PL32I599',NULL,1,NULL,1,NULL,NULL,NULL,NULL), + (24,NULL,6,'2022-11-02 16:20:59',25.00,NULL,NULL,'USD',1,'PL32I5910',NULL,1,NULL,1,NULL,NULL,NULL,NULL), + (25,NULL,6,'2022-12-02 16:20:59',25.00,NULL,NULL,'USD',1,'PL32I5911',NULL,1,NULL,1,NULL,NULL,NULL,NULL), + (26,NULL,6,'2022-08-30 16:20:59',10.00,NULL,NULL,'CAD',1,'PL32I991',NULL,1,NULL,1,NULL,NULL,NULL,NULL), + (27,NULL,6,'2022-09-30 16:20:59',10.00,NULL,NULL,'CAD',1,'PL32I992',NULL,1,NULL,1,NULL,NULL,NULL,NULL), + (28,NULL,6,'2022-10-30 16:20:59',10.00,NULL,NULL,'CAD',1,'PL32I993',NULL,1,NULL,1,NULL,NULL,NULL,NULL), + (29,NULL,6,'2022-11-30 16:20:59',10.00,NULL,NULL,'CAD',1,'PL32I994',NULL,1,NULL,1,NULL,NULL,NULL,NULL), + (30,NULL,6,'2022-12-30 16:20:59',10.00,NULL,NULL,'CAD',1,'PL32I995',NULL,1,NULL,1,NULL,NULL,NULL,NULL), + (31,NULL,6,'2023-03-30 16:20:59',5.00,NULL,NULL,'EUR',1,'PL32I1031',NULL,1,NULL,1,NULL,NULL,NULL,NULL), + (32,NULL,6,'2023-04-30 16:20:59',100.00,NULL,NULL,'USD',1,'6f7589b5084c6020',NULL,1,NULL,1,NULL,NULL,NULL,NULL), + (33,NULL,6,'2023-04-30 16:20:59',100.00,NULL,NULL,'USD',1,'6f4bd372a63437e7',NULL,1,NULL,1,NULL,NULL,NULL,NULL), + (34,NULL,6,'2023-04-30 16:20:59',100.00,NULL,NULL,'USD',1,'5f829a39de1adcf4',NULL,1,NULL,1,NULL,NULL,NULL,NULL), + (35,NULL,6,'2023-04-30 16:20:59',100.00,NULL,NULL,'USD',1,'8a19be0472a9584a',NULL,1,NULL,1,NULL,NULL,NULL,NULL), + (36,NULL,6,'2023-04-30 16:20:59',100.00,NULL,NULL,'USD',1,'f81fcde204d61b49',NULL,1,NULL,1,NULL,NULL,NULL,NULL), + (37,NULL,6,'2023-04-30 16:20:59',100.00,NULL,NULL,'USD',1,'e3606c8457d3f30c',NULL,1,NULL,1,NULL,NULL,NULL,NULL), + (38,NULL,6,'2023-04-30 16:20:59',100.00,NULL,NULL,'USD',1,'5d59370ff91ad6af',NULL,1,NULL,1,NULL,NULL,NULL,NULL), + (39,NULL,6,'2023-04-30 16:20:59',100.00,NULL,NULL,'USD',1,'89b4abf36a380409',NULL,1,NULL,1,NULL,NULL,NULL,NULL), + (40,NULL,6,'2023-04-30 16:20:59',100.00,NULL,NULL,'USD',1,'aa6f1a8cd76a853e',NULL,1,NULL,1,NULL,NULL,NULL,NULL), + (41,NULL,6,'2023-04-30 16:20:59',100.00,NULL,NULL,'USD',1,'2bdae4b5f5c21a76',NULL,1,NULL,1,NULL,NULL,NULL,NULL), + (42,NULL,6,'2023-04-30 16:20:59',100.00,NULL,NULL,'USD',1,'5abb702cb569b268',NULL,1,NULL,1,NULL,NULL,NULL,NULL), + (43,NULL,6,'2023-04-30 16:20:59',100.00,NULL,NULL,'USD',1,'96c6b2fb8d24d5bd',NULL,1,NULL,1,NULL,NULL,NULL,NULL), + (44,NULL,6,'2023-04-30 16:20:59',100.00,NULL,NULL,'USD',1,'006432ee89592ed8',NULL,1,NULL,1,NULL,NULL,NULL,NULL), + (45,NULL,6,'2023-04-30 16:20:59',100.00,NULL,NULL,'USD',1,'6d9e4ba10e48b7dc',NULL,1,NULL,1,NULL,NULL,NULL,NULL), + (46,NULL,6,'2023-04-30 16:20:59',50.00,NULL,NULL,'USD',1,'af32ad2d15612cb6',NULL,1,NULL,1,NULL,NULL,NULL,NULL), + (47,NULL,6,'2023-04-30 16:20:59',50.00,NULL,NULL,'USD',1,'82e68c03ee965a19',NULL,1,NULL,1,NULL,NULL,NULL,NULL), + (48,NULL,6,'2023-04-30 16:20:59',50.00,NULL,NULL,'USD',1,'a9e6077919deaa6f',NULL,1,NULL,1,NULL,NULL,NULL,NULL), + (49,NULL,6,'2023-04-30 16:20:59',50.00,NULL,NULL,'USD',1,'d4da2fde4e1e67f7',NULL,1,NULL,1,NULL,NULL,NULL,NULL), + (50,NULL,6,'2023-04-30 16:20:59',50.00,NULL,NULL,'USD',1,'d7076ea3bf5db736',NULL,1,NULL,1,NULL,NULL,NULL,NULL), + (51,NULL,6,'2023-04-30 16:20:59',50.00,NULL,NULL,'USD',1,'45e20ac972a75b90',NULL,1,NULL,1,NULL,NULL,NULL,NULL), + (52,NULL,6,'2023-04-30 16:20:59',50.00,NULL,NULL,'USD',1,'d676d10bacc10994',NULL,1,NULL,1,NULL,NULL,NULL,NULL), + (53,NULL,6,'2023-04-30 16:20:59',50.00,NULL,NULL,'USD',1,'cc8a656f37b32866',NULL,1,NULL,1,NULL,NULL,NULL,NULL), + (54,NULL,6,'2023-04-30 16:20:59',50.00,NULL,NULL,'USD',1,'83333c165d9fa54c',NULL,1,NULL,1,NULL,NULL,NULL,NULL), + (55,NULL,6,'2023-04-30 16:20:59',50.00,NULL,NULL,'USD',1,'b9b52f5ac78b6750',NULL,1,NULL,1,NULL,NULL,NULL,NULL), + (56,NULL,6,'2023-04-30 16:20:59',50.00,NULL,NULL,'USD',1,'c617320a73714683',NULL,1,NULL,1,NULL,NULL,NULL,NULL), + (57,NULL,6,'2023-04-30 16:20:59',50.00,NULL,NULL,'USD',1,'44586c69b495d537',NULL,1,NULL,1,NULL,NULL,NULL,NULL), + (58,NULL,6,'2023-04-30 16:20:59',50.00,NULL,NULL,'USD',1,'1c7f7d16f7bccc57',NULL,1,NULL,1,NULL,NULL,NULL,NULL), + (59,NULL,6,'2023-04-30 16:20:59',50.00,NULL,NULL,'USD',1,'d3625956f0e541a5',NULL,1,NULL,1,NULL,NULL,NULL,NULL), + (60,NULL,6,'2023-04-30 16:20:59',1200.00,NULL,NULL,'USD',1,'ebbbf9f8da769285',NULL,1,NULL,1,NULL,NULL,NULL,NULL), + (61,NULL,6,'2023-04-30 16:20:59',1200.00,NULL,NULL,'USD',1,'15b299723d7fbaf6',NULL,1,NULL,1,NULL,NULL,NULL,NULL), + (62,NULL,6,'2023-04-30 16:20:59',50.00,NULL,NULL,'USD',1,'b4b22306a1971add',NULL,1,NULL,1,NULL,NULL,NULL,NULL), + (63,NULL,6,'2023-04-30 16:20:59',50.00,NULL,NULL,'USD',1,'8316da2b91c93ab0',NULL,1,NULL,1,NULL,NULL,NULL,NULL), + (64,NULL,6,'2023-04-30 16:20:59',50.00,NULL,NULL,'USD',1,'c0738f622f42d29f',NULL,1,NULL,1,NULL,NULL,NULL,NULL), + (65,NULL,6,'2023-04-30 16:20:59',50.00,NULL,NULL,'USD',1,'2653ccbd99641f28',NULL,1,NULL,1,NULL,NULL,NULL,NULL), + (66,NULL,6,'2023-04-30 16:20:59',50.00,NULL,NULL,'USD',1,'1d93f04b2051f2ef',NULL,1,NULL,1,NULL,NULL,NULL,NULL), + (67,NULL,6,'2023-04-30 16:20:59',50.00,NULL,NULL,'USD',1,'0a78358a163808ae',NULL,1,NULL,1,NULL,NULL,NULL,NULL), + (68,NULL,6,'2023-04-30 16:20:59',50.00,NULL,NULL,'USD',1,'8873a8359f19cad7',NULL,1,NULL,1,NULL,NULL,NULL,NULL), + (69,NULL,6,'2023-04-30 16:20:59',50.00,NULL,NULL,'USD',1,'1895b636b3dd103a',NULL,1,NULL,1,NULL,NULL,NULL,NULL), + (70,NULL,6,'2023-04-30 16:20:59',50.00,NULL,NULL,'USD',1,'3c29230ce5eb6fb9',NULL,1,NULL,1,NULL,NULL,NULL,NULL), + (71,NULL,6,'2023-04-30 16:20:59',50.00,NULL,NULL,'USD',1,'c40a2b9b2f785067',NULL,1,NULL,1,NULL,NULL,NULL,NULL), + (72,NULL,6,'2023-04-30 16:20:59',50.00,NULL,NULL,'USD',1,'f123a6d1e7118c52',NULL,1,NULL,1,NULL,NULL,NULL,NULL), + (73,NULL,6,'2023-04-30 16:20:59',50.00,NULL,NULL,'USD',1,'af4f2a00d321d69d',NULL,1,NULL,1,NULL,NULL,NULL,NULL), + (74,NULL,6,'2023-04-30 16:20:59',50.00,NULL,NULL,'USD',1,'73b91a59978a1329',NULL,1,NULL,1,NULL,NULL,NULL,NULL), + (75,NULL,6,'2023-04-30 16:20:59',50.00,NULL,NULL,'USD',1,'1c382f2fd9576993',NULL,1,NULL,1,NULL,NULL,NULL,NULL), + (76,NULL,6,'2023-04-30 16:20:59',50.00,NULL,NULL,'USD',1,'7e4c149beba3b7bb',NULL,1,NULL,1,NULL,NULL,NULL,NULL), + (77,NULL,6,'2023-04-30 16:20:59',50.00,NULL,NULL,'USD',1,'e2f1d766c78371af',NULL,1,NULL,1,NULL,NULL,NULL,NULL), + (78,NULL,6,'2023-04-30 16:20:59',800.00,NULL,NULL,'USD',1,'cfdf4e43ffe24078',NULL,1,NULL,1,NULL,NULL,NULL,NULL), + (79,NULL,6,'2023-04-30 16:20:59',800.00,NULL,NULL,'USD',1,'671fe40949dfcf3a',NULL,1,NULL,1,NULL,NULL,NULL,NULL), + (80,NULL,6,'2023-04-30 16:20:59',800.00,NULL,NULL,'USD',1,'9a50cff13c6fc189',NULL,1,NULL,1,NULL,NULL,NULL,NULL), + (81,NULL,6,'2023-04-30 16:20:59',800.00,NULL,NULL,'USD',1,'0664d203cb69891c',NULL,1,NULL,1,NULL,NULL,NULL,NULL), + (82,NULL,6,'2023-04-30 16:20:59',800.00,NULL,NULL,'USD',1,'2f45db7fc5a43fd9',NULL,1,NULL,1,NULL,NULL,NULL,NULL), + (83,NULL,6,'2023-04-30 16:20:59',800.00,NULL,NULL,'USD',1,'f0d1b3a6edc0ed3b',NULL,1,NULL,1,NULL,NULL,NULL,NULL), + (84,NULL,6,'2023-04-30 16:20:59',800.00,NULL,NULL,'USD',1,'205c7efca65a7219',NULL,1,NULL,1,NULL,NULL,NULL,NULL), + (85,NULL,6,'2023-04-30 16:20:59',800.00,NULL,NULL,'USD',1,'9f809d059d6bb191',NULL,1,NULL,1,NULL,NULL,NULL,NULL), + (86,NULL,6,'2023-04-30 16:20:59',800.00,NULL,NULL,'USD',1,'7ac5a1d9dd8d6122',NULL,1,NULL,1,NULL,NULL,NULL,NULL), + (87,NULL,6,'2023-04-30 16:20:59',800.00,NULL,NULL,'USD',1,'75543322e3077a22',NULL,1,NULL,1,NULL,NULL,NULL,NULL), + (88,NULL,6,'2023-04-30 16:20:59',800.00,NULL,NULL,'USD',1,'cc9252d1701b4b86',NULL,1,NULL,1,NULL,NULL,NULL,NULL), + (89,NULL,6,'2023-04-30 16:20:59',800.00,NULL,NULL,'USD',1,'77e774777749a34d',NULL,1,NULL,1,NULL,NULL,NULL,NULL), + (90,NULL,6,'2023-04-30 16:20:59',800.00,NULL,NULL,'USD',1,'00e8874c93c147ed',NULL,1,NULL,1,NULL,NULL,NULL,NULL), + (91,NULL,6,'2023-04-30 16:20:59',800.00,NULL,NULL,'USD',1,'c2d01c3bd91094f7',NULL,1,NULL,1,NULL,NULL,NULL,NULL), + (92,NULL,6,'2023-04-30 16:20:59',800.00,NULL,NULL,'USD',1,'606abaccbca40fcc',NULL,1,NULL,1,NULL,NULL,NULL,NULL), + (93,NULL,6,'2023-04-30 16:20:59',800.00,NULL,NULL,'USD',1,'0b8d4ea33472654e',NULL,1,NULL,1,NULL,NULL,NULL,NULL), + (94,NULL,6,'2023-04-30 16:20:59',800.00,NULL,NULL,'USD',1,'2ed8b5ca7a2876ba',NULL,1,NULL,1,NULL,NULL,NULL,NULL), + (95,NULL,6,'2023-04-30 16:20:59',800.00,NULL,NULL,'USD',1,'c38d5b31fb55a745',NULL,1,NULL,1,NULL,NULL,NULL,NULL), + (96,NULL,6,'2023-04-30 16:20:59',50.00,NULL,NULL,'USD',1,'30e0b62f9a1970ee',NULL,1,NULL,1,NULL,NULL,NULL,NULL), + (97,NULL,6,'2023-04-30 16:20:59',50.00,NULL,NULL,'USD',1,'9a9b39d49c5d46a0',NULL,1,NULL,1,NULL,NULL,NULL,NULL), + (98,NULL,6,'2023-04-30 16:20:59',50.00,NULL,NULL,'USD',1,'bcd583db2ff0ced6',NULL,1,NULL,1,NULL,NULL,NULL,NULL), + (99,NULL,6,'2023-04-30 16:20:59',50.00,NULL,NULL,'USD',1,'d1b90bbd552288a0',NULL,1,NULL,1,NULL,NULL,NULL,NULL), + (100,NULL,6,'2023-04-30 16:20:59',50.00,NULL,NULL,'USD',1,'3bb8809336322d10',NULL,1,NULL,1,NULL,NULL,NULL,NULL), + (101,NULL,6,'2023-04-30 16:20:59',50.00,NULL,NULL,'USD',1,'5ca62d76ec1bfacf',NULL,1,NULL,1,NULL,NULL,NULL,NULL), + (102,NULL,6,'2023-04-30 16:20:59',50.00,NULL,NULL,'USD',1,'eb26b556ce875163',NULL,1,NULL,1,NULL,NULL,NULL,NULL), + (103,NULL,6,'2023-04-30 16:20:59',50.00,NULL,NULL,'USD',1,'c9cab8fb1bd0e976',NULL,1,NULL,1,NULL,NULL,NULL,NULL), + (104,NULL,6,'2023-04-30 16:20:59',50.00,NULL,NULL,'USD',1,'10a963908c532a6e',NULL,1,NULL,1,NULL,NULL,NULL,NULL), + (105,NULL,6,'2023-04-30 16:20:59',50.00,NULL,NULL,'USD',1,'045f0ff3876922c6',NULL,1,NULL,1,NULL,NULL,NULL,NULL), + (106,NULL,6,'2023-04-30 16:20:59',50.00,NULL,NULL,'USD',1,'5079be9f1be0a173',NULL,1,NULL,1,NULL,NULL,NULL,NULL), + (107,NULL,6,'2023-04-30 16:20:59',50.00,NULL,NULL,'USD',1,'db6db09d78047ac6',NULL,1,NULL,1,NULL,NULL,NULL,NULL), + (108,NULL,6,'2023-04-30 16:20:59',50.00,NULL,NULL,'USD',1,'60402f153a597dbf',NULL,1,NULL,1,NULL,NULL,NULL,NULL), + (109,NULL,6,'2023-04-30 16:20:59',50.00,NULL,NULL,'USD',1,'d47448dc53af02b4',NULL,1,NULL,1,NULL,NULL,NULL,NULL), + (110,NULL,6,'2023-04-30 16:20:59',50.00,NULL,NULL,'USD',1,'604843d015822a79',NULL,1,NULL,1,NULL,NULL,NULL,NULL), + (111,NULL,6,'2023-04-30 16:20:59',50.00,NULL,NULL,'USD',1,'d81bda55921def7b',NULL,1,NULL,1,NULL,NULL,NULL,NULL); /*!40000 ALTER TABLE `civicrm_financial_trxn` ENABLE KEYS */; UNLOCK TABLES; @@ -4027,89 +4026,89 @@ UNLOCK TABLES; LOCK TABLES `civicrm_group_contact` WRITE; /*!40000 ALTER TABLE `civicrm_group_contact` DISABLE KEYS */; INSERT INTO `civicrm_group_contact` (`id`, `group_id`, `contact_id`, `status`, `location_id`, `email_id`) VALUES - (1,2,97,'Added',NULL,NULL), - (2,2,32,'Added',NULL,NULL), - (3,2,195,'Added',NULL,NULL), - (4,2,150,'Added',NULL,NULL), - (5,2,98,'Added',NULL,NULL), - (6,2,113,'Added',NULL,NULL), - (7,2,164,'Added',NULL,NULL), - (8,2,9,'Added',NULL,NULL), - (9,2,73,'Added',NULL,NULL), - (10,2,79,'Added',NULL,NULL), - (11,2,40,'Added',NULL,NULL), - (12,2,75,'Added',NULL,NULL), - (13,2,60,'Added',NULL,NULL), - (14,2,179,'Added',NULL,NULL), - (15,2,31,'Added',NULL,NULL), - (16,2,101,'Added',NULL,NULL), - (17,2,174,'Added',NULL,NULL), - (18,2,123,'Added',NULL,NULL), - (19,2,162,'Added',NULL,NULL), - (20,2,166,'Added',NULL,NULL), - (21,2,29,'Added',NULL,NULL), - (22,2,154,'Added',NULL,NULL), - (23,2,134,'Added',NULL,NULL), - (24,2,69,'Added',NULL,NULL), - (25,2,86,'Added',NULL,NULL), - (26,2,76,'Added',NULL,NULL), - (27,2,133,'Added',NULL,NULL), - (28,2,184,'Added',NULL,NULL), - (29,2,199,'Added',NULL,NULL), - (30,2,161,'Added',NULL,NULL), - (31,2,136,'Added',NULL,NULL), - (32,2,67,'Added',NULL,NULL), - (33,2,81,'Added',NULL,NULL), + (1,2,99,'Added',NULL,NULL), + (2,2,68,'Added',NULL,NULL), + (3,2,41,'Added',NULL,NULL), + (4,2,126,'Added',NULL,NULL), + (5,2,161,'Added',NULL,NULL), + (6,2,81,'Added',NULL,NULL), + (7,2,173,'Added',NULL,NULL), + (8,2,168,'Added',NULL,NULL), + (9,2,175,'Added',NULL,NULL), + (10,2,13,'Added',NULL,NULL), + (11,2,50,'Added',NULL,NULL), + (12,2,95,'Added',NULL,NULL), + (13,2,94,'Added',NULL,NULL), + (14,2,63,'Added',NULL,NULL), + (15,2,44,'Added',NULL,NULL), + (16,2,169,'Added',NULL,NULL), + (17,2,138,'Added',NULL,NULL), + (18,2,112,'Added',NULL,NULL), + (19,2,42,'Added',NULL,NULL), + (20,2,89,'Added',NULL,NULL), + (21,2,103,'Added',NULL,NULL), + (22,2,120,'Added',NULL,NULL), + (23,2,100,'Added',NULL,NULL), + (24,2,159,'Added',NULL,NULL), + (25,2,46,'Added',NULL,NULL), + (26,2,57,'Added',NULL,NULL), + (27,2,109,'Added',NULL,NULL), + (28,2,29,'Added',NULL,NULL), + (29,2,180,'Added',NULL,NULL), + (30,2,10,'Added',NULL,NULL), + (31,2,45,'Added',NULL,NULL), + (32,2,129,'Added',NULL,NULL), + (33,2,54,'Added',NULL,NULL), (34,2,114,'Added',NULL,NULL), - (35,2,35,'Added',NULL,NULL), - (36,2,68,'Added',NULL,NULL), - (37,2,53,'Added',NULL,NULL), - (38,2,72,'Added',NULL,NULL), - (39,2,175,'Added',NULL,NULL), - (40,2,104,'Added',NULL,NULL), - (41,2,30,'Added',NULL,NULL), - (42,2,140,'Added',NULL,NULL), - (43,2,78,'Added',NULL,NULL), - (44,2,192,'Added',NULL,NULL), - (45,2,145,'Added',NULL,NULL), - (46,2,51,'Added',NULL,NULL), - (47,2,74,'Added',NULL,NULL), - (48,2,124,'Added',NULL,NULL), - (49,2,165,'Added',NULL,NULL), - (50,2,77,'Added',NULL,NULL), - (51,2,201,'Added',NULL,NULL), - (52,2,66,'Added',NULL,NULL), - (53,2,121,'Added',NULL,NULL), - (54,2,152,'Added',NULL,NULL), - (55,2,127,'Added',NULL,NULL), - (56,2,176,'Added',NULL,NULL), - (57,2,83,'Added',NULL,NULL), - (58,2,128,'Added',NULL,NULL), - (59,2,148,'Added',NULL,NULL), - (60,2,88,'Added',NULL,NULL), - (61,3,38,'Added',NULL,NULL), - (62,3,21,'Added',NULL,NULL), - (63,3,171,'Added',NULL,NULL), - (64,3,170,'Added',NULL,NULL), - (65,3,22,'Added',NULL,NULL), - (66,3,147,'Added',NULL,NULL), - (67,3,186,'Added',NULL,NULL), - (68,3,44,'Added',NULL,NULL), - (69,3,196,'Added',NULL,NULL), - (70,3,144,'Added',NULL,NULL), - (71,3,130,'Added',NULL,NULL), - (72,3,142,'Added',NULL,NULL), - (73,3,48,'Added',NULL,NULL), - (74,3,47,'Added',NULL,NULL), - (75,3,4,'Added',NULL,NULL), - (76,4,97,'Added',NULL,NULL), - (77,4,9,'Added',NULL,NULL), - (78,4,31,'Added',NULL,NULL), - (79,4,154,'Added',NULL,NULL), - (80,4,199,'Added',NULL,NULL), - (81,4,68,'Added',NULL,NULL), - (82,4,78,'Added',NULL,NULL), - (83,4,77,'Added',NULL,NULL), + (35,2,200,'Added',NULL,NULL), + (36,2,35,'Added',NULL,NULL), + (37,2,166,'Added',NULL,NULL), + (38,2,34,'Added',NULL,NULL), + (39,2,56,'Added',NULL,NULL), + (40,2,184,'Added',NULL,NULL), + (41,2,160,'Added',NULL,NULL), + (42,2,64,'Added',NULL,NULL), + (43,2,150,'Added',NULL,NULL), + (44,2,74,'Added',NULL,NULL), + (45,2,177,'Added',NULL,NULL), + (46,2,171,'Added',NULL,NULL), + (47,2,20,'Added',NULL,NULL), + (48,2,157,'Added',NULL,NULL), + (49,2,172,'Added',NULL,NULL), + (50,2,51,'Added',NULL,NULL), + (51,2,76,'Added',NULL,NULL), + (52,2,47,'Added',NULL,NULL), + (53,2,187,'Added',NULL,NULL), + (54,2,118,'Added',NULL,NULL), + (55,2,134,'Added',NULL,NULL), + (56,2,98,'Added',NULL,NULL), + (57,2,195,'Added',NULL,NULL), + (58,2,115,'Added',NULL,NULL), + (59,2,194,'Added',NULL,NULL), + (60,2,28,'Added',NULL,NULL), + (61,3,30,'Added',NULL,NULL), + (62,3,92,'Added',NULL,NULL), + (63,3,85,'Added',NULL,NULL), + (64,3,119,'Added',NULL,NULL), + (65,3,9,'Added',NULL,NULL), + (66,3,154,'Added',NULL,NULL), + (67,3,182,'Added',NULL,NULL), + (68,3,117,'Added',NULL,NULL), + (69,3,2,'Added',NULL,NULL), + (70,3,137,'Added',NULL,NULL), + (71,3,181,'Added',NULL,NULL), + (72,3,143,'Added',NULL,NULL), + (73,3,155,'Added',NULL,NULL), + (74,3,136,'Added',NULL,NULL), + (75,3,199,'Added',NULL,NULL), + (76,4,99,'Added',NULL,NULL), + (77,4,168,'Added',NULL,NULL), + (78,4,44,'Added',NULL,NULL), + (79,4,120,'Added',NULL,NULL), + (80,4,180,'Added',NULL,NULL), + (81,4,35,'Added',NULL,NULL), + (82,4,150,'Added',NULL,NULL), + (83,4,51,'Added',NULL,NULL), (84,4,202,'Added',NULL,NULL); /*!40000 ALTER TABLE `civicrm_group_contact` ENABLE KEYS */; UNLOCK TABLES; @@ -4229,27 +4228,27 @@ INSERT INTO `civicrm_line_item` (`id`, `entity_table`, `entity_id`, `contributio (34,'civicrm_membership',5,36,4,'General',1.00,100.00,100.00,NULL,7,2,0.00,NULL,NULL), (35,'civicrm_membership',7,38,4,'General',1.00,100.00,100.00,NULL,7,2,0.00,NULL,NULL), (36,'civicrm_membership',9,40,4,'General',1.00,100.00,100.00,NULL,7,2,0.00,NULL,NULL), - (37,'civicrm_membership',13,44,4,'General',1.00,100.00,100.00,NULL,7,2,0.00,NULL,NULL), - (38,'civicrm_membership',17,48,4,'General',1.00,100.00,100.00,NULL,7,2,0.00,NULL,NULL), - (39,'civicrm_membership',19,50,4,'General',1.00,100.00,100.00,NULL,7,2,0.00,NULL,NULL), - (40,'civicrm_membership',20,51,4,'General',1.00,100.00,100.00,NULL,7,2,0.00,NULL,NULL), + (37,'civicrm_membership',10,41,4,'General',1.00,100.00,100.00,NULL,7,2,0.00,NULL,NULL), + (38,'civicrm_membership',13,44,4,'General',1.00,100.00,100.00,NULL,7,2,0.00,NULL,NULL), + (39,'civicrm_membership',17,48,4,'General',1.00,100.00,100.00,NULL,7,2,0.00,NULL,NULL), + (40,'civicrm_membership',19,50,4,'General',1.00,100.00,100.00,NULL,7,2,0.00,NULL,NULL), (41,'civicrm_membership',21,52,4,'General',1.00,100.00,100.00,NULL,7,2,0.00,NULL,NULL), (42,'civicrm_membership',23,54,4,'General',1.00,100.00,100.00,NULL,7,2,0.00,NULL,NULL), - (43,'civicrm_membership',25,56,4,'General',1.00,100.00,100.00,NULL,7,2,0.00,NULL,NULL), - (44,'civicrm_membership',27,58,4,'General',1.00,100.00,100.00,NULL,7,2,0.00,NULL,NULL), - (45,'civicrm_membership',29,60,4,'General',1.00,100.00,100.00,NULL,7,2,0.00,NULL,NULL), - (46,'civicrm_membership',30,61,4,'General',1.00,100.00,100.00,NULL,7,2,0.00,NULL,NULL), - (47,'civicrm_membership',2,33,4,'Student',1.00,50.00,50.00,NULL,8,2,0.00,NULL,NULL), - (48,'civicrm_membership',4,35,4,'Student',1.00,50.00,50.00,NULL,8,2,0.00,NULL,NULL), - (49,'civicrm_membership',6,37,4,'Student',1.00,50.00,50.00,NULL,8,2,0.00,NULL,NULL), - (50,'civicrm_membership',8,39,4,'Student',1.00,50.00,50.00,NULL,8,2,0.00,NULL,NULL), - (51,'civicrm_membership',10,41,4,'Student',1.00,50.00,50.00,NULL,8,2,0.00,NULL,NULL), - (52,'civicrm_membership',12,43,4,'Student',1.00,50.00,50.00,NULL,8,2,0.00,NULL,NULL), - (53,'civicrm_membership',14,45,4,'Student',1.00,50.00,50.00,NULL,8,2,0.00,NULL,NULL), - (54,'civicrm_membership',15,46,4,'Student',1.00,50.00,50.00,NULL,8,2,0.00,NULL,NULL), - (55,'civicrm_membership',16,47,4,'Student',1.00,50.00,50.00,NULL,8,2,0.00,NULL,NULL), - (56,'civicrm_membership',18,49,4,'Student',1.00,50.00,50.00,NULL,8,2,0.00,NULL,NULL), - (57,'civicrm_membership',24,55,4,'Student',1.00,50.00,50.00,NULL,8,2,0.00,NULL,NULL), + (43,'civicrm_membership',27,58,4,'General',1.00,100.00,100.00,NULL,7,2,0.00,NULL,NULL), + (44,'civicrm_membership',29,60,4,'General',1.00,100.00,100.00,NULL,7,2,0.00,NULL,NULL), + (45,'civicrm_membership',30,61,4,'General',1.00,100.00,100.00,NULL,7,2,0.00,NULL,NULL), + (46,'civicrm_membership',2,33,4,'Student',1.00,50.00,50.00,NULL,8,2,0.00,NULL,NULL), + (47,'civicrm_membership',4,35,4,'Student',1.00,50.00,50.00,NULL,8,2,0.00,NULL,NULL), + (48,'civicrm_membership',6,37,4,'Student',1.00,50.00,50.00,NULL,8,2,0.00,NULL,NULL), + (49,'civicrm_membership',8,39,4,'Student',1.00,50.00,50.00,NULL,8,2,0.00,NULL,NULL), + (50,'civicrm_membership',12,43,4,'Student',1.00,50.00,50.00,NULL,8,2,0.00,NULL,NULL), + (51,'civicrm_membership',14,45,4,'Student',1.00,50.00,50.00,NULL,8,2,0.00,NULL,NULL), + (52,'civicrm_membership',15,46,4,'Student',1.00,50.00,50.00,NULL,8,2,0.00,NULL,NULL), + (53,'civicrm_membership',16,47,4,'Student',1.00,50.00,50.00,NULL,8,2,0.00,NULL,NULL), + (54,'civicrm_membership',18,49,4,'Student',1.00,50.00,50.00,NULL,8,2,0.00,NULL,NULL), + (55,'civicrm_membership',20,51,4,'Student',1.00,50.00,50.00,NULL,8,2,0.00,NULL,NULL), + (56,'civicrm_membership',24,55,4,'Student',1.00,50.00,50.00,NULL,8,2,0.00,NULL,NULL), + (57,'civicrm_membership',25,56,4,'Student',1.00,50.00,50.00,NULL,8,2,0.00,NULL,NULL), (58,'civicrm_membership',26,57,4,'Student',1.00,50.00,50.00,NULL,8,2,0.00,NULL,NULL), (59,'civicrm_membership',28,59,4,'Student',1.00,50.00,50.00,NULL,8,2,0.00,NULL,NULL), (60,'civicrm_membership',11,42,4,'Lifetime',1.00,1200.00,1200.00,NULL,9,2,0.00,NULL,NULL), @@ -4314,9 +4313,9 @@ UNLOCK TABLES; LOCK TABLES `civicrm_loc_block` WRITE; /*!40000 ALTER TABLE `civicrm_loc_block` DISABLE KEYS */; INSERT INTO `civicrm_loc_block` (`id`, `address_id`, `email_id`, `phone_id`, `im_id`, `address_2_id`, `email_2_id`, `phone_2_id`, `im_2_id`) VALUES - (1,185,187,149,NULL,NULL,NULL,NULL,NULL), - (2,186,188,150,NULL,NULL,NULL,NULL,NULL), - (3,187,189,151,NULL,NULL,NULL,NULL,NULL); + (1,187,182,167,NULL,NULL,NULL,NULL,NULL), + (2,188,183,168,NULL,NULL,NULL,NULL,NULL), + (3,189,184,169,NULL,NULL,NULL,NULL,NULL); /*!40000 ALTER TABLE `civicrm_loc_block` ENABLE KEYS */; UNLOCK TABLES; @@ -4342,7 +4341,7 @@ UNLOCK TABLES; LOCK TABLES `civicrm_log` WRITE; /*!40000 ALTER TABLE `civicrm_log` DISABLE KEYS */; INSERT INTO `civicrm_log` (`id`, `entity_table`, `entity_id`, `data`, `modified_id`, `modified_date`) VALUES - (1,'civicrm_contact',202,'civicrm_contact,202',202,'2023-03-08 17:51:22'); + (1,'civicrm_contact',202,'civicrm_contact,202',202,'2023-04-30 16:20:55'); /*!40000 ALTER TABLE `civicrm_log` ENABLE KEYS */; UNLOCK TABLES; @@ -4761,36 +4760,36 @@ UNLOCK TABLES; LOCK TABLES `civicrm_membership` WRITE; /*!40000 ALTER TABLE `civicrm_membership` DISABLE KEYS */; INSERT INTO `civicrm_membership` (`id`, `contact_id`, `membership_type_id`, `join_date`, `start_date`, `end_date`, `source`, `status_id`, `is_override`, `status_override_end_date`, `owner_membership_id`, `max_related`, `is_test`, `is_pay_later`, `contribution_recur_id`, `campaign_id`) VALUES - (1,150,1,'2023-03-08','2023-03-08','2025-03-07','Payment',1,0,NULL,NULL,NULL,0,0,NULL,NULL), - (2,92,2,'2023-03-07','2023-03-07','2024-03-06','Check',1,0,NULL,NULL,NULL,0,0,NULL,NULL), - (3,115,1,'2023-03-06','2023-03-06','2025-03-05','Payment',1,0,NULL,NULL,NULL,0,0,NULL,NULL), - (4,2,2,'2023-03-05','2023-03-05','2024-03-04','Donation',1,0,NULL,NULL,NULL,0,0,NULL,NULL), - (5,161,1,'2021-02-04','2021-02-04','2023-02-03','Payment',3,0,NULL,NULL,NULL,0,0,NULL,NULL), - (6,131,2,'2023-03-03','2023-03-03','2024-03-02','Check',1,0,NULL,NULL,NULL,0,0,NULL,NULL), - (7,81,1,'2023-03-02','2023-03-02','2025-03-01','Check',1,0,NULL,NULL,NULL,0,0,NULL,NULL), - (8,29,2,'2023-03-01','2023-03-01','2024-02-29','Check',1,0,NULL,NULL,NULL,0,0,NULL,NULL), - (9,167,1,'2023-02-28','2023-02-28','2025-02-27','Donation',1,0,NULL,NULL,NULL,0,0,NULL,NULL), - (10,52,2,'2022-02-27','2022-02-27','2023-02-26','Payment',4,0,NULL,NULL,NULL,0,0,NULL,NULL), - (11,75,3,'2023-02-26','2023-02-26',NULL,'Donation',1,0,NULL,NULL,NULL,0,0,NULL,NULL), - (12,133,2,'2023-02-25','2023-02-25','2024-02-25','Payment',1,0,NULL,NULL,NULL,0,0,NULL,NULL), - (13,80,1,'2023-02-24','2023-02-24','2025-02-23','Donation',1,0,NULL,NULL,NULL,0,0,NULL,NULL), - (14,110,2,'2023-02-23','2023-02-23','2024-02-23','Donation',1,0,NULL,NULL,NULL,0,0,NULL,NULL), - (15,200,2,'2022-02-22','2022-02-22','2023-02-21','Payment',4,0,NULL,NULL,NULL,0,0,NULL,NULL), - (16,196,2,'2023-02-21','2023-02-21','2024-02-21','Donation',1,0,NULL,NULL,NULL,0,0,NULL,NULL), - (17,156,1,'2023-02-20','2023-02-20','2025-02-19','Payment',1,0,NULL,NULL,NULL,0,0,NULL,NULL), - (18,186,2,'2023-02-19','2023-02-19','2024-02-19','Donation',1,0,NULL,NULL,NULL,0,0,NULL,NULL), - (19,69,1,'2023-02-18','2023-02-18','2025-02-17','Check',1,0,NULL,NULL,NULL,0,0,NULL,NULL), - (20,9,1,'2020-10-07','2020-10-07','2022-10-06','Donation',3,0,NULL,NULL,NULL,0,0,NULL,NULL), - (21,172,1,'2023-02-16','2023-02-16','2025-02-15','Check',1,0,NULL,NULL,NULL,0,0,NULL,NULL), - (22,117,3,'2023-02-15','2023-02-15',NULL,'Donation',1,0,NULL,NULL,NULL,0,0,NULL,NULL), - (23,6,1,'2023-02-14','2023-02-14','2025-02-13','Check',1,0,NULL,NULL,NULL,0,0,NULL,NULL), - (24,31,2,'2023-02-13','2023-02-13','2024-02-13','Donation',1,0,NULL,NULL,NULL,0,0,NULL,NULL), - (25,190,1,'2020-08-28','2020-08-28','2022-08-27','Donation',3,0,NULL,NULL,NULL,0,0,NULL,NULL), - (26,104,2,'2023-02-11','2023-02-11','2024-02-11','Check',1,0,NULL,NULL,NULL,0,0,NULL,NULL), - (27,10,1,'2023-02-10','2023-02-10','2025-02-09','Payment',1,0,NULL,NULL,NULL,0,0,NULL,NULL), - (28,91,2,'2023-02-09','2023-02-09','2024-02-09','Donation',1,0,NULL,NULL,NULL,0,0,NULL,NULL), - (29,5,1,'2023-02-08','2023-02-08','2025-02-07','Payment',1,0,NULL,NULL,NULL,0,0,NULL,NULL), - (30,178,1,'2020-07-19','2020-07-19','2022-07-18','Donation',3,0,NULL,NULL,NULL,0,0,NULL,NULL); + (1,82,1,'2023-04-30','2023-04-30','2025-04-29','Payment',1,0,NULL,NULL,NULL,0,0,NULL,NULL), + (2,194,2,'2023-04-29','2023-04-29','2024-04-28','Payment',1,0,NULL,NULL,NULL,0,0,NULL,NULL), + (3,114,1,'2023-04-28','2023-04-28','2025-04-27','Payment',1,0,NULL,NULL,NULL,0,0,NULL,NULL), + (4,77,2,'2023-04-27','2023-04-27','2024-04-26','Payment',1,0,NULL,NULL,NULL,0,0,NULL,NULL), + (5,49,1,'2021-03-29','2021-03-29','2023-03-28','Check',3,0,NULL,NULL,NULL,0,0,NULL,NULL), + (6,78,2,'2023-04-25','2023-04-25','2024-04-24','Check',1,0,NULL,NULL,NULL,0,0,NULL,NULL), + (7,54,1,'2023-04-24','2023-04-24','2025-04-23','Payment',1,0,NULL,NULL,NULL,0,0,NULL,NULL), + (8,26,2,'2023-04-23','2023-04-23','2024-04-22','Donation',1,0,NULL,NULL,NULL,0,0,NULL,NULL), + (9,133,1,'2023-04-22','2023-04-22','2025-04-21','Payment',1,0,NULL,NULL,NULL,0,0,NULL,NULL), + (10,131,1,'2021-02-17','2021-02-17','2023-02-16','Donation',3,0,NULL,NULL,NULL,0,0,NULL,NULL), + (11,30,3,'2023-04-20','2023-04-20',NULL,'Donation',1,0,NULL,NULL,NULL,0,0,NULL,NULL), + (12,25,2,'2023-04-19','2023-04-19','2024-04-18','Check',1,0,NULL,NULL,NULL,0,0,NULL,NULL), + (13,83,1,'2023-04-18','2023-04-18','2025-04-17','Donation',1,0,NULL,NULL,NULL,0,0,NULL,NULL), + (14,147,2,'2023-04-17','2023-04-17','2024-04-16','Payment',1,0,NULL,NULL,NULL,0,0,NULL,NULL), + (15,150,2,'2022-04-16','2022-04-16','2023-04-15','Payment',4,0,NULL,NULL,NULL,0,0,NULL,NULL), + (16,73,2,'2023-04-15','2023-04-15','2024-04-14','Check',1,0,NULL,NULL,NULL,0,0,NULL,NULL), + (17,100,1,'2023-04-14','2023-04-14','2025-04-13','Payment',1,0,NULL,NULL,NULL,0,0,NULL,NULL), + (18,13,2,'2023-04-13','2023-04-13','2024-04-12','Check',1,0,NULL,NULL,NULL,0,0,NULL,NULL), + (19,10,1,'2023-04-12','2023-04-12','2025-04-11','Donation',1,0,NULL,NULL,NULL,0,0,NULL,NULL), + (20,180,2,'2022-04-11','2022-04-11','2023-04-10','Check',4,0,NULL,NULL,NULL,0,0,NULL,NULL), + (21,175,1,'2023-04-10','2023-04-10','2025-04-09','Payment',1,0,NULL,NULL,NULL,0,0,NULL,NULL), + (22,182,3,'2023-04-09','2023-04-09',NULL,'Donation',1,0,NULL,NULL,NULL,0,0,NULL,NULL), + (23,134,1,'2023-04-08','2023-04-08','2025-04-07','Check',1,0,NULL,NULL,NULL,0,0,NULL,NULL), + (24,98,2,'2023-04-07','2023-04-07','2024-04-06','Donation',1,0,NULL,NULL,NULL,0,0,NULL,NULL), + (25,157,2,'2022-04-06','2022-04-06','2023-04-05','Payment',4,0,NULL,NULL,NULL,0,0,NULL,NULL), + (26,90,2,'2023-04-05','2023-04-05','2024-04-04','Payment',1,0,NULL,NULL,NULL,0,0,NULL,NULL), + (27,152,1,'2023-04-04','2023-04-04','2025-04-03','Payment',1,0,NULL,NULL,NULL,0,0,NULL,NULL), + (28,136,2,'2023-04-03','2023-04-03','2024-04-02','Check',1,0,NULL,NULL,NULL,0,0,NULL,NULL), + (29,110,1,'2023-04-02','2023-04-02','2025-04-01','Donation',1,0,NULL,NULL,NULL,0,0,NULL,NULL), + (30,138,1,'2020-09-10','2020-09-10','2022-09-09','Donation',3,0,NULL,NULL,NULL,0,0,NULL,NULL); /*!40000 ALTER TABLE `civicrm_membership` ENABLE KEYS */; UNLOCK TABLES; @@ -4812,36 +4811,36 @@ UNLOCK TABLES; LOCK TABLES `civicrm_membership_log` WRITE; /*!40000 ALTER TABLE `civicrm_membership_log` DISABLE KEYS */; INSERT INTO `civicrm_membership_log` (`id`, `membership_id`, `status_id`, `start_date`, `end_date`, `modified_id`, `modified_date`, `membership_type_id`, `max_related`) VALUES - (1,4,1,'2023-03-05','2024-03-04',2,'2023-03-08',2,NULL), - (2,29,1,'2023-02-08','2025-02-07',5,'2023-03-08',1,NULL), - (3,23,1,'2023-02-14','2025-02-13',6,'2023-03-08',1,NULL), - (4,20,3,'2020-10-07','2022-10-06',9,'2023-03-08',1,NULL), - (5,27,1,'2023-02-10','2025-02-09',10,'2023-03-08',1,NULL), - (6,8,1,'2023-03-01','2024-02-29',29,'2023-03-08',2,NULL), - (7,24,1,'2023-02-13','2024-02-13',31,'2023-03-08',2,NULL), - (8,10,4,'2022-02-27','2023-02-26',52,'2023-03-08',2,NULL), - (9,19,1,'2023-02-18','2025-02-17',69,'2023-03-08',1,NULL), - (10,11,1,'2023-02-26',NULL,75,'2023-03-08',3,NULL), - (11,13,1,'2023-02-24','2025-02-23',80,'2023-03-08',1,NULL), - (12,7,1,'2023-03-02','2025-03-01',81,'2023-03-08',1,NULL), - (13,28,1,'2023-02-09','2024-02-09',91,'2023-03-08',2,NULL), - (14,2,1,'2023-03-07','2024-03-06',92,'2023-03-08',2,NULL), - (15,26,1,'2023-02-11','2024-02-11',104,'2023-03-08',2,NULL), - (16,14,1,'2023-02-23','2024-02-23',110,'2023-03-08',2,NULL), - (17,3,1,'2023-03-06','2025-03-05',115,'2023-03-08',1,NULL), - (18,22,1,'2023-02-15',NULL,117,'2023-03-08',3,NULL), - (19,6,1,'2023-03-03','2024-03-02',131,'2023-03-08',2,NULL), - (20,12,1,'2023-02-25','2024-02-25',133,'2023-03-08',2,NULL), - (21,1,1,'2023-03-08','2025-03-07',150,'2023-03-08',1,NULL), - (22,17,1,'2023-02-20','2025-02-19',156,'2023-03-08',1,NULL), - (23,5,3,'2021-02-04','2023-02-03',161,'2023-03-08',1,NULL), - (24,9,1,'2023-02-28','2025-02-27',167,'2023-03-08',1,NULL), - (25,21,1,'2023-02-16','2025-02-15',172,'2023-03-08',1,NULL), - (26,30,3,'2020-07-19','2022-07-18',178,'2023-03-08',1,NULL), - (27,18,1,'2023-02-19','2024-02-19',186,'2023-03-08',2,NULL), - (28,25,3,'2020-08-28','2022-08-27',190,'2023-03-08',1,NULL), - (29,16,1,'2023-02-21','2024-02-21',196,'2023-03-08',2,NULL), - (30,15,4,'2022-02-22','2023-02-21',200,'2023-03-08',2,NULL); + (1,19,1,'2023-04-12','2025-04-11',10,'2023-04-30',1,NULL), + (2,18,1,'2023-04-13','2024-04-12',13,'2023-04-30',2,NULL), + (3,12,1,'2023-04-19','2024-04-18',25,'2023-04-30',2,NULL), + (4,8,1,'2023-04-23','2024-04-22',26,'2023-04-30',2,NULL), + (5,11,1,'2023-04-20',NULL,30,'2023-04-30',3,NULL), + (6,5,3,'2021-03-29','2023-03-28',49,'2023-04-30',1,NULL), + (7,7,1,'2023-04-24','2025-04-23',54,'2023-04-30',1,NULL), + (8,16,1,'2023-04-15','2024-04-14',73,'2023-04-30',2,NULL), + (9,4,1,'2023-04-27','2024-04-26',77,'2023-04-30',2,NULL), + (10,6,1,'2023-04-25','2024-04-24',78,'2023-04-30',2,NULL), + (11,1,1,'2023-04-30','2025-04-29',82,'2023-04-30',1,NULL), + (12,13,1,'2023-04-18','2025-04-17',83,'2023-04-30',1,NULL), + (13,26,1,'2023-04-05','2024-04-04',90,'2023-04-30',2,NULL), + (14,24,1,'2023-04-07','2024-04-06',98,'2023-04-30',2,NULL), + (15,17,1,'2023-04-14','2025-04-13',100,'2023-04-30',1,NULL), + (16,29,1,'2023-04-02','2025-04-01',110,'2023-04-30',1,NULL), + (17,3,1,'2023-04-28','2025-04-27',114,'2023-04-30',1,NULL), + (18,10,3,'2021-02-17','2023-02-16',131,'2023-04-30',1,NULL), + (19,9,1,'2023-04-22','2025-04-21',133,'2023-04-30',1,NULL), + (20,23,1,'2023-04-08','2025-04-07',134,'2023-04-30',1,NULL), + (21,28,1,'2023-04-03','2024-04-02',136,'2023-04-30',2,NULL), + (22,30,3,'2020-09-10','2022-09-09',138,'2023-04-30',1,NULL), + (23,14,1,'2023-04-17','2024-04-16',147,'2023-04-30',2,NULL), + (24,15,4,'2022-04-16','2023-04-15',150,'2023-04-30',2,NULL), + (25,27,1,'2023-04-04','2025-04-03',152,'2023-04-30',1,NULL), + (26,25,4,'2022-04-06','2023-04-05',157,'2023-04-30',2,NULL), + (27,21,1,'2023-04-10','2025-04-09',175,'2023-04-30',1,NULL), + (28,20,4,'2022-04-11','2023-04-10',180,'2023-04-30',2,NULL), + (29,22,1,'2023-04-09',NULL,182,'2023-04-30',3,NULL), + (30,2,1,'2023-04-29','2024-04-28',194,'2023-04-30',2,NULL); /*!40000 ALTER TABLE `civicrm_membership_log` ENABLE KEYS */; UNLOCK TABLES; @@ -4922,463 +4921,466 @@ UNLOCK TABLES; LOCK TABLES `civicrm_menu` WRITE; /*!40000 ALTER TABLE `civicrm_menu` DISABLE KEYS */; INSERT INTO `civicrm_menu` (`id`, `domain_id`, `path`, `path_arguments`, `title`, `access_callback`, `access_arguments`, `page_callback`, `page_arguments`, `breadcrumb`, `return_url`, `return_url_args`, `component_id`, `is_active`, `is_public`, `is_exposed`, `is_ssl`, `weight`, `type`, `page_type`, `skipBreadcrumb`, `module_data`) VALUES - (1,1,'civicrm/profile',NULL,NULL,'s:1:\"1\";','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:23:\"CRM_Profile_Page_Router\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,1,1,0,0,1,0,0,'a:0:{}'), - (2,1,'civicrm/profile/create',NULL,'CiviCRM Profile Create','s:1:\"1\";','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:23:\"CRM_Profile_Page_Router\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,1,1,0,0,1,0,0,'a:0:{}'), - (3,1,'civicrm/profile/view',NULL,NULL,'s:1:\"1\";','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:21:\"CRM_Profile_Page_View\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,1,1,0,1,1,0,0,'a:0:{}'), - (4,1,'civicrm/ajax/api4',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Api4_Permission\";i:1;s:5:\"check\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:18:\"CRM_Api4_Page_AJAX\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), - (5,1,'civicrm/api4',NULL,'CiviCRM','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:26:\"CRM_Api4_Page_Api4Explorer\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), - (6,1,'civicrm/activity','action=add&context=standalone','New Activity','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:26:\"CRM_Activity_Form_Activity\";','s:14:\"attachUpload=1\";','a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), - (7,1,'civicrm/activity/view',NULL,'View Activity','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:30:\"CRM_Activity_Form_ActivityView\";','s:14:\"attachUpload=1\";','a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:12:\"New Activity\";s:3:\"url\";s:63:\"/civicrm/activity?reset=1&action=add&context=standalone\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), - (8,1,'civicrm/ajax/activity',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:22:\"CRM_Activity_Page_AJAX\";i:1;s:15:\"getCaseActivity\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), - (9,1,'civicrm/ajax/globalrelationships',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:22:\"CRM_Activity_Page_AJAX\";i:1;s:26:\"getCaseGlobalRelationships\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), - (10,1,'civicrm/ajax/clientrelationships',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:22:\"CRM_Activity_Page_AJAX\";i:1;s:26:\"getCaseClientRelationships\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), - (11,1,'civicrm/ajax/caseroles',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:22:\"CRM_Activity_Page_AJAX\";i:1;s:12:\"getCaseRoles\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), - (12,1,'civicrm/ajax/contactactivity',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:22:\"CRM_Activity_Page_AJAX\";i:1;s:18:\"getContactActivity\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), - (13,1,'civicrm/ajax/activity/convert',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:22:\"CRM_Activity_Page_AJAX\";i:1;s:21:\"convertToCaseActivity\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,3,0,'a:0:{}'), - (14,1,'civicrm/activity/search',NULL,'Find Activities','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:30:\"CRM_Activity_Controller_Search\";','s:14:\"attachUpload=1\";','a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:12:\"New Activity\";s:3:\"url\";s:63:\"/civicrm/activity?reset=1&action=add&context=standalone\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), - (15,1,'civicrm/pcp',NULL,NULL,'s:1:\"1\";','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:16:\"CRM_PCP_Form_PCP\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,1,1,0,1,1,0,0,'a:0:{}'), - (16,1,'civicrm/pcp/campaign',NULL,'Setup a Personal Campaign Page - Account Information','s:1:\"1\";','a:2:{i:0;a:1:{i:0;s:25:\"make online contributions\";}i:1;s:3:\"and\";}','s:22:\"CRM_PCP_Controller_PCP\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,1,1,0,0,1,0,0,'a:0:{}'), - (17,1,'civicrm/pcp/info',NULL,NULL,'s:1:\"1\";','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:20:\"CRM_PCP_Page_PCPInfo\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,1,1,0,1,1,0,0,'a:0:{}'), - (18,1,'civicrm/admin/pcp','context=contribute','Personal Campaign Pages','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:16:\"CRM_PCP_Page_PCP\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,362,1,0,0,'a:2:{s:4:\"desc\";s:49:\"View and manage existing personal campaign pages.\";s:10:\"adminGroup\";s:14:\"CiviContribute\";}'), - (19,1,'civicrm/upgrade',NULL,'Upgrade CiviCRM','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:24:\"CRM_Upgrade_Page_Upgrade\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), - (20,1,'civicrm/export',NULL,'Download Errors','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:21:\"CRM_Export_BAO_Export\";i:1;s:6:\"invoke\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), - (21,1,'civicrm/export/contact',NULL,'Export Contacts','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:21:\"CRM_Export_BAO_Export\";i:1;s:6:\"invoke\";}',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:15:\"Download Errors\";s:3:\"url\";s:23:\"/civicrm/export?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,0,1,0,0,'a:0:{}'), - (22,1,'civicrm/export/standalone',NULL,'Export','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:32:\"CRM_Export_Controller_Standalone\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:15:\"Download Errors\";s:3:\"url\";s:23:\"/civicrm/export?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), - (23,1,'civicrm/admin/options/acl_role',NULL,'ACL Roles','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Options\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,1,1,0,0,'a:0:{}'), - (24,1,'civicrm/acl',NULL,'Manage ACLs','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:16:\"CRM_ACL_Page_ACL\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), - (25,1,'civicrm/acl/entityrole',NULL,'Assign Users to ACL Roles','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:23:\"CRM_ACL_Page_EntityRole\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:11:\"Manage ACLs\";s:3:\"url\";s:20:\"/civicrm/acl?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), - (26,1,'civicrm/acl/basic',NULL,'ACL','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:21:\"CRM_ACL_Page_ACLBasic\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:11:\"Manage ACLs\";s:3:\"url\";s:20:\"/civicrm/acl?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), - (27,1,'civicrm/file',NULL,'Browse Uploaded files','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:21:\"access uploaded files\";}i:1;s:3:\"and\";}','s:18:\"CRM_Core_Page_File\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), - (28,1,'civicrm/file/delete',NULL,'Delete File','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:17:\"CRM_Core_BAO_File\";i:1;s:16:\"deleteAttachment\";}',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:21:\"Browse Uploaded files\";s:3:\"url\";s:21:\"/civicrm/file?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), - (29,1,'civicrm/friend',NULL,'Tell a Friend','s:1:\"1\";','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:15:\"CRM_Friend_Form\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,1,1,0,1,1,0,0,'a:0:{}'), - (30,1,'civicrm/logout',NULL,'Log out','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:16:\"CRM_Utils_System\";i:1;s:6:\"logout\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,9999,1,1,0,'a:0:{}'), - (31,1,'civicrm/i18n',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:17:\"translate CiviCRM\";}i:1;s:3:\"and\";}','s:18:\"CRM_Core_I18n_Form\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), - (32,1,'civicrm/ajax/attachment',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:14:\"access CiviCRM\";i:1;s:15:\"access AJAX API\";}i:1;s:2:\"or\";}','a:2:{i:0;s:29:\"CRM_Core_Page_AJAX_Attachment\";i:1;s:10:\"attachFile\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), - (33,1,'civicrm/api',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Core_Page_Redirect\";','s:16:\"url=civicrm/api3\";','a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), - (34,1,'civicrm/api3',NULL,'CiviCRM API v3','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:26:\"CRM_Admin_Page_APIExplorer\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), - (35,1,'civicrm/ajax/apiexample',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:26:\"CRM_Admin_Page_APIExplorer\";i:1;s:14:\"getExampleFile\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), - (36,1,'civicrm/ajax/apidoc',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:26:\"CRM_Admin_Page_APIExplorer\";i:1;s:6:\"getDoc\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), - (37,1,'civicrm/ajax/rest',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:14:\"access CiviCRM\";i:1;s:15:\"access AJAX API\";}i:1;s:2:\"or\";}','a:2:{i:0;s:14:\"CRM_Utils_REST\";i:1;s:4:\"ajax\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), - (38,1,'civicrm/api/json',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:14:\"CRM_Utils_REST\";i:1;s:8:\"ajaxJson\";}','s:16:\"url=civicrm/api3\";','a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), - (39,1,'civicrm/inline',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:14:\"CRM_Utils_REST\";i:1;s:12:\"loadTemplate\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), - (40,1,'civicrm/ajax/chart',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:38:\"CRM_Contribute_Form_ContributionCharts\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), - (41,1,'civicrm/asset/builder',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"*always allow*\";}i:1;s:3:\"and\";}','a:2:{i:0;s:23:\"\\Civi\\Core\\AssetBuilder\";i:1;s:7:\"pageRun\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), - (42,1,'civicrm/contribute/ajax/tableview',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:29:\"CRM_Contribute_Page_DashBoard\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:24:\"CiviContribute Dashboard\";s:3:\"url\";s:27:\"/civicrm/contribute?reset=1\";}}',NULL,NULL,2,1,0,1,0,1,1,0,0,'a:0:{}'), - (43,1,'civicrm/payment/ipn',NULL,NULL,'s:1:\"1\";','a:2:{i:0;a:1:{i:0;s:21:\"access CiviContribute\";}i:1;s:3:\"and\";}','a:2:{i:0;s:16:\"CRM_Core_Payment\";i:1;s:9:\"handleIPN\";}',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:11:\"New Payment\";s:3:\"url\";s:39:\"/civicrm/payment?reset=1&action=add\";}}',NULL,NULL,2,1,1,1,0,1,1,0,0,'a:0:{}'), - (44,1,'civicrm/batch',NULL,'Batch Data Entry','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:21:\"access CiviContribute\";}i:1;s:3:\"and\";}','s:20:\"CRM_Batch_Page_Batch\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), - (45,1,'civicrm/batch/add',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:21:\"access CiviContribute\";}i:1;s:3:\"and\";}','s:20:\"CRM_Batch_Form_Batch\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:16:\"Batch Data Entry\";s:3:\"url\";s:22:\"/civicrm/batch?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), - (46,1,'civicrm/batch/entry',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:21:\"access CiviContribute\";}i:1;s:3:\"and\";}','s:20:\"CRM_Batch_Form_Entry\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:16:\"Batch Data Entry\";s:3:\"url\";s:22:\"/civicrm/batch?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), - (47,1,'civicrm/ajax/batch',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:21:\"access CiviContribute\";}i:1;s:3:\"and\";}','a:2:{i:0;s:19:\"CRM_Batch_Page_AJAX\";i:1;s:9:\"batchSave\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), - (48,1,'civicrm/ajax/batchlist',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:19:\"CRM_Batch_Page_AJAX\";i:1;s:12:\"getBatchList\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), - (49,1,'civicrm/ajax/inline',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:18:\"CRM_Core_Page_AJAX\";i:1;s:3:\"run\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), - (50,1,'civicrm/dev/qunit',NULL,'QUnit','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:18:\"administer CiviCRM\";}i:1;s:3:\"and\";}','s:19:\"CRM_Core_Page_QUnit\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), - (51,1,'civicrm/dev/fake-error',NULL,'Fake Error','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"*always allow*\";}i:1;s:3:\"and\";}','s:23:\"CRM_Core_Page_FakeError\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,1,1,0,1,1,0,0,'a:0:{}'), - (52,1,'civicrm/profile-editor/schema',NULL,'ProfileEditor','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:25:\"CRM_UF_Page_ProfileEditor\";i:1;s:13:\"getSchemaJSON\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), - (53,1,'civicrm/a',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:23:\"\\Civi\\Angular\\Page\\Main\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), - (54,1,'civicrm/ajax/angular-modules',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"*always allow*\";}i:1;s:3:\"and\";}','s:26:\"\\Civi\\Angular\\Page\\Modules\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), - (55,1,'civicrm/ajax/recurringentity/update-mode',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:34:\"CRM_Core_Page_AJAX_RecurringEntity\";i:1;s:10:\"updateMode\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), - (56,1,'civicrm/recurringentity/preview',NULL,'Confirm dates','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:36:\"CRM_Core_Page_RecurringEntityPreview\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), - (57,1,'civicrm/shortcode',NULL,'Insert CiviCRM Content','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:23:\"CRM_Core_Form_ShortCode\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), - (58,1,'civicrm/task/add-to-group',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:32:\"CRM_Contact_Form_Task_AddToGroup\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), - (59,1,'civicrm/task/remove-from-group',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:37:\"CRM_Contact_Form_Task_RemoveFromGroup\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), - (60,1,'civicrm/task/add-to-tag',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:30:\"CRM_Contact_Form_Task_AddToTag\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), - (61,1,'civicrm/task/remove-from-tag',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:35:\"CRM_Contact_Form_Task_RemoveFromTag\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), - (62,1,'civicrm/task/send-email',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:27:\"CRM_Contact_Form_Task_Email\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), - (63,1,'civicrm/task/make-mailing-label',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:27:\"CRM_Contact_Form_Task_Label\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), - (64,1,'civicrm/task/pick-profile',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:33:\"CRM_Contact_Form_Task_PickProfile\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), - (65,1,'civicrm/task/print-document',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:25:\"CRM_Contact_Form_Task_PDF\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), - (66,1,'civicrm/task/unhold-email',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:28:\"CRM_Contact_Form_Task_Unhold\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), - (67,1,'civicrm/task/alter-contact-preference',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:38:\"CRM_Contact_Form_Task_AlterPreferences\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), - (68,1,'civicrm/task/delete-contact',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:28:\"CRM_Contact_Form_Task_Delete\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), - (69,1,'civicrm/task/add-activity',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:26:\"CRM_Activity_Form_Activity\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), - (70,1,'civicrm/payment/form',NULL,NULL,'s:1:\"1\";','a:2:{i:0;a:1:{i:0;s:21:\"access CiviContribute\";}i:1;s:3:\"and\";}','s:26:\"CRM_Financial_Form_Payment\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:11:\"New Payment\";s:3:\"url\";s:39:\"/civicrm/payment?reset=1&action=add\";}}',NULL,NULL,2,1,1,1,0,0,1,0,0,'a:0:{}'), - (71,1,'civicrm/payment/edit',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:21:\"access CiviContribute\";}i:1;s:3:\"and\";}','s:30:\"CRM_Financial_Form_PaymentEdit\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:11:\"New Payment\";s:3:\"url\";s:39:\"/civicrm/payment?reset=1&action=add\";}}',NULL,NULL,2,1,0,1,0,1,1,0,0,'a:1:{s:9:\"component\";s:14:\"CiviContribute\";}'), - (72,1,'civicrm/import',NULL,'Import','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:15:\"import contacts\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:29:\"CRM_Contact_Import_Controller\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,400,1,1,0,'a:0:{}'), - (73,1,'civicrm/import/contact',NULL,'Import Contacts','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:15:\"import contacts\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:29:\"CRM_Contact_Import_Controller\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:6:\"Import\";s:3:\"url\";s:23:\"/civicrm/import?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,410,1,1,0,'a:0:{}'), - (74,1,'civicrm/import/contact/summary',NULL,'Import Contacts','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:31:\"CRM_Contact_Import_Form_Summary\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:6:\"Import\";s:3:\"url\";s:23:\"/civicrm/import?reset=1\";}i:2;a:2:{s:5:\"title\";s:15:\"Import Contacts\";s:3:\"url\";s:31:\"/civicrm/import/contact?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,410,1,1,0,'a:0:{}'), - (75,1,'civicrm/import/outcome',NULL,'Import results','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:16:\"CRM_Import_Forms\";i:1;s:9:\"outputCSV\";}',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:6:\"Import\";s:3:\"url\";s:23:\"/civicrm/import?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), - (76,1,'civicrm/import/activity',NULL,'Import Activities','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:15:\"import contacts\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:30:\"CRM_Activity_Import_Controller\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:6:\"Import\";s:3:\"url\";s:23:\"/civicrm/import?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,420,1,1,0,'a:0:{}'), - (77,1,'civicrm/import/custom','id=%%id%%','Import Multi-value Custom Data','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:28:\"CRM_Custom_Import_Controller\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:6:\"Import\";s:3:\"url\";s:23:\"/civicrm/import?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,420,1,1,0,'a:0:{}'), - (78,1,'civicrm/ajax/status',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:15:\"import contacts\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:28:\"CRM_Contact_Import_Page_AJAX\";i:1;s:6:\"status\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), - (79,1,'civicrm/import/datasource',NULL,'Import','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:32:\"CRM_Import_Form_DataSourceConfig\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:6:\"Import\";s:3:\"url\";s:23:\"/civicrm/import?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,450,1,1,0,'a:0:{}'), - (80,1,'civicrm/custom/add',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:26:\"CRM_Custom_Form_CustomData\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), - (81,1,'civicrm/ajax/optionlist',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:20:\"CRM_Custom_Page_AJAX\";i:1;s:13:\"getOptionList\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), - (82,1,'civicrm/ajax/reorder',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:20:\"CRM_Custom_Page_AJAX\";i:1;s:11:\"fixOrdering\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), - (83,1,'civicrm/ajax/multirecordfieldlist',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:20:\"CRM_Custom_Page_AJAX\";i:1;s:23:\"getMultiRecordFieldList\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), - (84,1,'civicrm/admin/custom/group',NULL,'Custom Data','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:23:\"administer CiviCRM data\";}i:1;s:3:\"and\";}','s:21:\"CRM_Custom_Page_Group\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,10,1,0,0,'a:2:{s:4:\"desc\";s:109:\"Configure custom fields to collect and store custom data which is not included in the standard CiviCRM forms.\";s:10:\"adminGroup\";s:26:\"Customize Data and Screens\";}'), - (85,1,'civicrm/admin/custom/group/edit',NULL,'Configure Custom Set','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:23:\"administer CiviCRM data\";}i:1;s:3:\"and\";}','s:21:\"CRM_Custom_Form_Group\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:11:\"Custom Data\";s:3:\"url\";s:35:\"/civicrm/admin/custom/group?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,1,1,0,0,'a:0:{}'), - (86,1,'civicrm/admin/custom/group/preview',NULL,'Custom Field Preview','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:23:\"administer CiviCRM data\";}i:1;s:3:\"and\";}','s:23:\"CRM_Custom_Form_Preview\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:11:\"Custom Data\";s:3:\"url\";s:35:\"/civicrm/admin/custom/group?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,1,1,0,0,'a:0:{}'), - (87,1,'civicrm/admin/custom/group/delete',NULL,'Delete Custom Set','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:23:\"administer CiviCRM data\";}i:1;s:3:\"and\";}','s:27:\"CRM_Custom_Form_DeleteGroup\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:11:\"Custom Data\";s:3:\"url\";s:35:\"/civicrm/admin/custom/group?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,1,1,0,0,'a:0:{}'), - (88,1,'civicrm/admin/custom/group/field',NULL,'Custom Data Fields','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:23:\"administer CiviCRM data\";}i:1;s:3:\"and\";}','s:21:\"CRM_Custom_Page_Field\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:11:\"Custom Data\";s:3:\"url\";s:35:\"/civicrm/admin/custom/group?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,11,1,0,0,'a:0:{}'), - (89,1,'civicrm/admin/custom/group/field/delete',NULL,'Delete Custom Field','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:23:\"administer CiviCRM data\";}i:1;s:3:\"and\";}','s:27:\"CRM_Custom_Form_DeleteField\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:11:\"Custom Data\";s:3:\"url\";s:35:\"/civicrm/admin/custom/group?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,1,1,0,0,'a:0:{}'), - (90,1,'civicrm/admin/custom/group/field/option',NULL,'Custom Field - Options','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:23:\"administer CiviCRM data\";}i:1;s:3:\"and\";}','s:22:\"CRM_Custom_Page_Option\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:11:\"Custom Data\";s:3:\"url\";s:35:\"/civicrm/admin/custom/group?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,1,1,0,0,'a:0:{}'), - (91,1,'civicrm/admin/custom/group/field/add',NULL,'Custom Field - Add','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:23:\"administer CiviCRM data\";}i:1;s:3:\"and\";}','s:21:\"CRM_Custom_Form_Field\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:11:\"Custom Data\";s:3:\"url\";s:35:\"/civicrm/admin/custom/group?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,1,1,0,0,'a:0:{}'), - (92,1,'civicrm/admin/custom/group/field/update',NULL,'Custom Field - Edit','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:23:\"administer CiviCRM data\";}i:1;s:3:\"and\";}','s:21:\"CRM_Custom_Form_Field\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:11:\"Custom Data\";s:3:\"url\";s:35:\"/civicrm/admin/custom/group?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,1,1,0,0,'a:0:{}'), - (93,1,'civicrm/admin/custom/group/field/move',NULL,'Custom Field - Move','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:23:\"administer CiviCRM data\";}i:1;s:3:\"and\";}','s:25:\"CRM_Custom_Form_MoveField\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:11:\"Custom Data\";s:3:\"url\";s:35:\"/civicrm/admin/custom/group?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,1,1,0,0,'a:0:{}'), - (94,1,'civicrm/admin/uf/group',NULL,'Profiles','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:17:\"CRM_UF_Page_Group\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,20,1,0,0,'a:2:{s:4:\"desc\";s:151:\"Profiles allow you to aggregate groups of fields and include them in your site as input forms, contact display pages, and search and listings features.\";s:10:\"adminGroup\";s:26:\"Customize Data and Screens\";}'), - (95,1,'civicrm/admin/uf/group/preview',NULL,'Preview','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:19:\"CRM_UF_Form_Preview\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:8:\"Profiles\";s:3:\"url\";s:31:\"/civicrm/admin/uf/group?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,1,1,0,0,'a:0:{}'), - (96,1,'civicrm/admin/uf/group/field',NULL,'CiviCRM Profile Fields','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:17:\"CRM_UF_Page_Field\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:8:\"Profiles\";s:3:\"url\";s:31:\"/civicrm/admin/uf/group?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,21,1,0,0,'a:0:{}'), - (97,1,'civicrm/admin/uf/group/field/add',NULL,'Add Field','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:17:\"CRM_UF_Form_Field\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:8:\"Profiles\";s:3:\"url\";s:31:\"/civicrm/admin/uf/group?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,22,1,0,0,'a:0:{}'), - (98,1,'civicrm/admin/uf/group/field/update',NULL,'Edit Field','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:17:\"CRM_UF_Form_Field\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:8:\"Profiles\";s:3:\"url\";s:31:\"/civicrm/admin/uf/group?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,23,1,0,0,'a:0:{}'), - (99,1,'civicrm/admin/uf/group/add',NULL,'New CiviCRM Profile','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:17:\"CRM_UF_Form_Group\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:8:\"Profiles\";s:3:\"url\";s:31:\"/civicrm/admin/uf/group?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,24,1,0,0,'a:0:{}'), - (100,1,'civicrm/admin/uf/group/update',NULL,'Profile Settings','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:17:\"CRM_UF_Form_Group\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:8:\"Profiles\";s:3:\"url\";s:31:\"/civicrm/admin/uf/group?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,25,1,0,0,'a:0:{}'), - (101,1,'civicrm/admin/uf/group/setting',NULL,'AdditionalInfo Form','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:26:\"CRM_UF_Form_AdvanceSetting\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:8:\"Profiles\";s:3:\"url\";s:31:\"/civicrm/admin/uf/group?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,0,1,0,0,'a:0:{}'), - (102,1,'civicrm/admin/options/activity_type',NULL,'Activity Types','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Options\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,30,1,0,0,'a:2:{s:4:\"desc\";s:155:\"CiviCRM has several built-in activity types (meetings, phone calls, emails sent). Track other types of interactions by creating custom activity types here.\";s:10:\"adminGroup\";s:26:\"Customize Data and Screens\";}'), - (103,1,'civicrm/admin/reltype',NULL,'Relationship Types','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:31:\"CRM_Admin_Page_RelationshipType\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,35,1,0,0,'a:2:{s:4:\"desc\";s:148:\"Contacts can be linked to each other through Relationships (e.g. Spouse, Employer, etc.). Define the types of relationships you want to record here.\";s:10:\"adminGroup\";s:26:\"Customize Data and Screens\";}'), - (104,1,'civicrm/admin/reltype/edit',NULL,'Edit Relationship Type','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:31:\"CRM_Admin_Form_RelationshipType\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:18:\"Relationship Types\";s:3:\"url\";s:30:\"/civicrm/admin/reltype?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,1,1,0,0,'a:0:{}'), - (105,1,'civicrm/admin/options/subtype',NULL,'Contact Types','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:26:\"CRM_Admin_Page_ContactType\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,40,1,0,0,'a:1:{s:10:\"adminGroup\";s:26:\"Customize Data and Screens\";}'), - (106,1,'civicrm/admin/options/subtype/edit',NULL,'Edit Contact Type','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:26:\"CRM_Admin_Form_ContactType\";',NULL,'a:4:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}i:3;a:2:{s:5:\"title\";s:13:\"Contact Types\";s:3:\"url\";s:38:\"/civicrm/admin/options/subtype?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,1,1,0,0,'a:0:{}'), - (107,1,'civicrm/admin/options/gender',NULL,'Gender Options','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Options\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,45,1,0,0,'a:2:{s:4:\"desc\";s:79:\"Options for assigning gender to individual contacts (e.g. Male, Female, Other).\";s:10:\"adminGroup\";s:26:\"Customize Data and Screens\";}'), - (108,1,'civicrm/admin/options/individual_prefix',NULL,'Individual Prefixes (Ms, Mr...)','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Options\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,50,1,0,0,'a:2:{s:4:\"desc\";s:66:\"Options for individual contact prefixes (e.g. Ms., Mr., Dr. etc.).\";s:10:\"adminGroup\";s:26:\"Customize Data and Screens\";}'), - (109,1,'civicrm/admin/options/individual_suffix',NULL,'Individual Suffixes (Jr, Sr...)','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Options\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,55,1,0,0,'a:2:{s:4:\"desc\";s:61:\"Options for individual contact suffixes (e.g. Jr., Sr. etc.).\";s:10:\"adminGroup\";s:26:\"Customize Data and Screens\";}'), - (110,1,'civicrm/admin/locationType',NULL,'Location Types (Home, Work...)','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:27:\"CRM_Admin_Page_LocationType\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,60,1,0,0,'a:2:{s:4:\"desc\";s:94:\"Options for categorizing contact addresses and phone numbers (e.g. Home, Work, Billing, etc.).\";s:10:\"adminGroup\";s:26:\"Customize Data and Screens\";}'), - (111,1,'civicrm/admin/locationType/edit',NULL,'Edit Location Type','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:27:\"CRM_Admin_Form_LocationType\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:30:\"Location Types (Home, Work...)\";s:3:\"url\";s:35:\"/civicrm/admin/locationType?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,1,1,0,0,'a:0:{}'), - (112,1,'civicrm/admin/options/website_type',NULL,'Website Types','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Options\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,65,1,0,0,'a:2:{s:4:\"desc\";s:48:\"Options for assigning website types to contacts.\";s:10:\"adminGroup\";s:26:\"Customize Data and Screens\";}'), - (113,1,'civicrm/admin/options/instant_messenger_service',NULL,'Instant Messenger Services','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Options\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,70,1,0,0,'a:2:{s:4:\"desc\";s:79:\"List of IM services which can be used when recording screen-names for contacts.\";s:10:\"adminGroup\";s:26:\"Customize Data and Screens\";}'), - (114,1,'civicrm/admin/options/mobile_provider',NULL,'Mobile Phone Providers','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Options\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,75,1,0,0,'a:2:{s:4:\"desc\";s:90:\"List of mobile phone providers which can be assigned when recording contact phone numbers.\";s:10:\"adminGroup\";s:26:\"Customize Data and Screens\";}'), - (115,1,'civicrm/admin/options/phone_type',NULL,'Phone Type','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Options\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,80,1,0,0,'a:2:{s:4:\"desc\";s:80:\"Options for assigning phone type to contacts (e.g Phone,\n Mobile, Fax, Pager)\";s:10:\"adminGroup\";s:26:\"Customize Data and Screens\";}'), - (116,1,'civicrm/admin/setting/preferences/display',NULL,'Display Preferences','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:34:\"CRM_Admin_Form_Preferences_Display\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,90,1,0,0,'a:1:{s:10:\"adminGroup\";s:26:\"Customize Data and Screens\";}'), - (117,1,'civicrm/admin/setting/search',NULL,'Search Preferences','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:29:\"CRM_Admin_Form_Setting_Search\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,95,1,0,0,'a:1:{s:10:\"adminGroup\";s:26:\"Customize Data and Screens\";}'), - (118,1,'civicrm/admin/setting/preferences/date',NULL,'View Date Preferences','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:30:\"CRM_Admin_Page_PreferencesDate\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,1,1,0,0,'a:0:{}'), - (119,1,'civicrm/admin/menu',NULL,'Navigation Menu','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:25:\"CRM_Admin_Page_Navigation\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,100,1,0,0,'a:2:{s:4:\"desc\";s:79:\"Add or remove menu items, and modify the order of items on the navigation menu.\";s:10:\"adminGroup\";s:26:\"Customize Data and Screens\";}'), - (120,1,'civicrm/admin/options/wordreplacements',NULL,'Word Replacements','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:31:\"CRM_Admin_Form_WordReplacements\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,105,1,0,0,'a:2:{s:4:\"desc\";s:18:\"Word Replacements.\";s:10:\"adminGroup\";s:26:\"Customize Data and Screens\";}'), - (121,1,'civicrm/admin/options/custom_search',NULL,'Manage Custom Searches','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Options\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,110,1,0,0,'a:2:{s:4:\"desc\";s:225:\"Developers and accidental techies with a bit of PHP and SQL knowledge can create new search forms to handle specific search and reporting needs which aren\'t covered by the built-in Advanced Search and Search Builder features.\";s:10:\"adminGroup\";s:26:\"Customize Data and Screens\";}'), - (122,1,'civicrm/admin/domain','action=update','Organization Address and Contact Info','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:23:\"CRM_Contact_Form_Domain\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,10,1,0,0,'a:2:{s:4:\"desc\";s:150:\"Configure primary contact name, email, return-path and address information. This information is used by CiviMail to identify the sending organization.\";s:10:\"adminGroup\";s:14:\"Communications\";}'), - (123,1,'civicrm/admin/options/from_email_address',NULL,'From Email Addresses','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Options\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,20,1,0,0,'a:2:{s:4:\"desc\";s:74:\"List of Email Addresses which can be used when sending emails to contacts.\";s:10:\"adminGroup\";s:14:\"Communications\";}'), - (124,1,'civicrm/admin/messageTemplates',NULL,'Message Templates','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:22:\"edit message templates\";i:1;s:34:\"edit user-driven message templates\";i:2;s:38:\"edit system workflow message templates\";}i:1;s:2:\"or\";}','s:31:\"CRM_Admin_Page_MessageTemplates\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,30,1,0,0,'a:2:{s:4:\"desc\";s:130:\"Message templates allow you to save and re-use messages with layouts which you can use when sending email to one or more contacts.\";s:10:\"adminGroup\";s:14:\"Communications\";}'), - (125,1,'civicrm/admin/messageTemplates/add',NULL,'Message Templates','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:22:\"edit message templates\";i:1;s:34:\"edit user-driven message templates\";i:2;s:38:\"edit system workflow message templates\";}i:1;s:2:\"or\";}','s:31:\"CRM_Admin_Form_MessageTemplates\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:17:\"Message Templates\";s:3:\"url\";s:39:\"/civicrm/admin/messageTemplates?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,262,1,0,0,'a:1:{s:4:\"desc\";s:26:\"Add/Edit Message Templates\";}'), - (126,1,'civicrm/admin/scheduleReminders',NULL,'Schedule Reminders','s:1:\"1\";','a:2:{i:0;a:2:{i:0;s:23:\"administer CiviCRM data\";i:1;s:15:\"edit all events\";}i:1;s:2:\"or\";}','s:32:\"CRM_Admin_Page_ScheduleReminders\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,40,1,0,0,'a:2:{s:4:\"desc\";s:19:\"Schedule Reminders.\";s:10:\"adminGroup\";s:14:\"Communications\";}'), - (127,1,'civicrm/admin/weight',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:16:\"CRM_Utils_Weight\";i:1;s:8:\"fixOrder\";}',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,1,1,0,0,'a:0:{}'), - (128,1,'civicrm/admin/options/preferred_communication_method',NULL,'Preferred Communication Methods','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Options\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,50,1,0,0,'a:2:{s:4:\"desc\";s:117:\"One or more preferred methods of communication can be assigned to each contact. Customize the available options here.\";s:10:\"adminGroup\";s:14:\"Communications\";}'), - (129,1,'civicrm/admin/labelFormats',NULL,'Label Formats','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:27:\"CRM_Admin_Page_LabelFormats\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,60,1,0,0,'a:2:{s:4:\"desc\";s:67:\"Configure Label Formats that are used when creating mailing labels.\";s:10:\"adminGroup\";s:14:\"Communications\";}'), - (130,1,'civicrm/admin/pdfFormats',NULL,'Print Page (PDF) Formats','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:25:\"CRM_Admin_Page_PdfFormats\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,70,1,0,0,'a:2:{s:4:\"desc\";s:95:\"Configure PDF Page Formats that can be assigned to Message Templates when creating PDF letters.\";s:10:\"adminGroup\";s:14:\"Communications\";}'), - (131,1,'civicrm/admin/options/communication_style',NULL,'Communication Style Options','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Options\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,75,1,0,0,'a:2:{s:4:\"desc\";s:42:\"Options for Communication Style selection.\";s:10:\"adminGroup\";s:14:\"Communications\";}'), - (132,1,'civicrm/admin/options/email_greeting',NULL,'Email Greeting Formats','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Options\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,80,1,0,0,'a:2:{s:4:\"desc\";s:75:\"Options for assigning email greetings to individual and household contacts.\";s:10:\"adminGroup\";s:14:\"Communications\";}'), - (133,1,'civicrm/admin/options/postal_greeting',NULL,'Postal Greeting Formats','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Options\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,90,1,0,0,'a:2:{s:4:\"desc\";s:76:\"Options for assigning postal greetings to individual and household contacts.\";s:10:\"adminGroup\";s:14:\"Communications\";}'), - (134,1,'civicrm/admin/options/addressee',NULL,'Addressee Formats','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Options\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,100,1,0,0,'a:2:{s:4:\"desc\";s:83:\"Options for assigning addressee to individual, household and organization contacts.\";s:10:\"adminGroup\";s:14:\"Communications\";}'), - (135,1,'civicrm/admin/setting/localization',NULL,'Languages, Currency, Locations','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:35:\"CRM_Admin_Form_Setting_Localization\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,10,1,0,0,'a:1:{s:10:\"adminGroup\";s:12:\"Localization\";}'), - (136,1,'civicrm/admin/setting/preferences/address',NULL,'Address Settings','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:34:\"CRM_Admin_Form_Preferences_Address\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,20,1,0,0,'a:1:{s:10:\"adminGroup\";s:12:\"Localization\";}'), - (137,1,'civicrm/admin/setting/date',NULL,'Date Formats','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:27:\"CRM_Admin_Form_Setting_Date\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,30,1,0,0,'a:1:{s:10:\"adminGroup\";s:12:\"Localization\";}'), - (138,1,'civicrm/admin/options/languages',NULL,'Preferred Languages','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Options\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,40,1,0,0,'a:2:{s:4:\"desc\";s:30:\"Options for contact languages.\";s:10:\"adminGroup\";s:12:\"Localization\";}'), - (139,1,'civicrm/admin/access',NULL,'Access Control','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:21:\"CRM_Admin_Page_Access\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,10,1,0,0,'a:2:{s:4:\"desc\";s:73:\"Grant or deny access to actions (view, edit...), features and components.\";s:10:\"adminGroup\";s:21:\"Users and Permissions\";}'), - (140,1,'civicrm/admin/access/wp-permissions',NULL,'WordPress Access Control','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:34:\"CRM_ACL_Form_WordPress_Permissions\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:14:\"Access Control\";s:3:\"url\";s:29:\"/civicrm/admin/access?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,10,1,0,0,'a:1:{s:4:\"desc\";s:65:\"Grant access to CiviCRM components and other CiviCRM permissions.\";}'), - (141,1,'civicrm/admin/synchUser',NULL,'Synchronize Users to Contacts','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Form_CMSUser\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,20,1,0,0,'a:2:{s:4:\"desc\";s:71:\"Automatically create a CiviCRM contact record for each CMS user record.\";s:10:\"adminGroup\";s:21:\"Users and Permissions\";}'), - (142,1,'civicrm/admin/configtask',NULL,'Configuration Checklist','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:29:\"CRM_Admin_Page_ConfigTaskList\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}','civicrm/admin/configtask',NULL,NULL,1,0,1,1,1,1,0,0,'a:2:{s:4:\"desc\";s:55:\"List of configuration tasks with links to each setting.\";s:10:\"adminGroup\";s:15:\"System Settings\";}'), - (143,1,'civicrm/admin/setting/component',NULL,'Enable CiviCRM Components','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:32:\"CRM_Admin_Form_Setting_Component\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,10,1,0,0,'a:2:{s:4:\"desc\";s:269:\"Enable or disable components (e.g. CiviEvent, CiviMember, etc.) for your site based on the features you need. We recommend disabling any components not being used in order to simplify the user interface. You can easily re-enable components at any time from this screen.\";s:10:\"adminGroup\";s:15:\"System Settings\";}'), - (144,1,'civicrm/admin/extensions',NULL,'Manage Extensions','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:25:\"administer CiviCRM system\";}i:1;s:3:\"and\";}','s:25:\"CRM_Admin_Page_Extensions\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,120,1,0,0,'a:2:{s:4:\"desc\";s:0:\"\";s:10:\"adminGroup\";s:15:\"System Settings\";}'), - (145,1,'civicrm/admin/extensions/upgrade',NULL,'Database Upgrades','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:25:\"administer CiviCRM system\";}i:1;s:3:\"and\";}','s:32:\"CRM_Admin_Page_ExtensionsUpgrade\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:17:\"Manage Extensions\";s:3:\"url\";s:33:\"/civicrm/admin/extensions?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,1,1,0,0,'a:0:{}'), - (146,1,'civicrm/admin/setting/smtp',NULL,'Outbound Email Settings','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:25:\"administer CiviCRM system\";}i:1;s:3:\"and\";}','s:27:\"CRM_Admin_Form_Setting_Smtp\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,20,1,0,0,'a:1:{s:10:\"adminGroup\";s:15:\"System Settings\";}'), - (147,1,'civicrm/admin/paymentProcessor',NULL,'Settings - Payment Processor','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:29:\"administer payment processors\";}i:1;s:3:\"and\";}','s:31:\"CRM_Admin_Page_PaymentProcessor\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,30,1,0,0,'a:2:{s:4:\"desc\";s:48:\"Payment Processor setup for CiviCRM transactions\";s:10:\"adminGroup\";s:15:\"System Settings\";}'), - (148,1,'civicrm/admin/paymentProcessor/edit',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:29:\"administer payment processors\";}i:1;s:3:\"and\";}','s:31:\"CRM_Admin_Form_PaymentProcessor\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:28:\"Settings - Payment Processor\";s:3:\"url\";s:39:\"/civicrm/admin/paymentProcessor?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,1,1,0,0,'a:0:{}'), - (149,1,'civicrm/admin/setting/mapping',NULL,'Mapping and Geocoding','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:30:\"CRM_Admin_Form_Setting_Mapping\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,40,1,0,0,'a:1:{s:10:\"adminGroup\";s:15:\"System Settings\";}'), - (150,1,'civicrm/admin/setting/misc',NULL,'Misc (Undelete, PDFs, Limits, Logging, etc.)','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:36:\"CRM_Admin_Form_Setting_Miscellaneous\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,50,1,0,0,'a:2:{s:4:\"desc\";s:63:\"Enable undelete/move to trash feature, detailed change logging.\";s:10:\"adminGroup\";s:15:\"System Settings\";}'), - (151,1,'civicrm/admin/setting/path',NULL,'Directories','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:27:\"CRM_Admin_Form_Setting_Path\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,60,1,0,0,'a:1:{s:10:\"adminGroup\";s:15:\"System Settings\";}'), - (152,1,'civicrm/admin/setting/url',NULL,'Resource URLs','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:26:\"CRM_Admin_Form_Setting_Url\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,70,1,0,0,'a:1:{s:10:\"adminGroup\";s:15:\"System Settings\";}'), - (153,1,'civicrm/admin/setting/updateConfigBackend',NULL,'Cleanup Caches and Update Paths','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:42:\"CRM_Admin_Form_Setting_UpdateConfigBackend\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,80,1,0,0,'a:2:{s:4:\"desc\";s:157:\"Reset the Base Directory Path and Base URL settings - generally when a CiviCRM site is moved to another location in the file system and/or to another domain.\";s:10:\"adminGroup\";s:15:\"System Settings\";}'), - (154,1,'civicrm/admin/setting/uf',NULL,'CMS Database Integration','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:25:\"CRM_Admin_Form_Setting_UF\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,90,1,0,0,'a:1:{s:10:\"adminGroup\";s:15:\"System Settings\";}'), - (155,1,'civicrm/admin/options/safe_file_extension',NULL,'Safe File Extension Options','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Options\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,100,1,0,0,'a:2:{s:4:\"desc\";s:44:\"File Extensions that can be considered safe.\";s:10:\"adminGroup\";s:15:\"System Settings\";}'), - (156,1,'civicrm/admin/options',NULL,'Option Groups','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Options\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,105,1,0,0,'a:2:{s:4:\"desc\";s:35:\"Access all meta-data option groups.\";s:10:\"adminGroup\";s:15:\"System Settings\";}'), - (157,1,'civicrm/admin/mapping',NULL,'Import/Export Mappings','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Mapping\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,110,1,0,0,'a:2:{s:4:\"desc\";s:141:\"Import and Export mappings allow you to easily run the same job multiple times. This option allows you to rename or delete existing mappings.\";s:10:\"adminGroup\";s:15:\"System Settings\";}'), - (158,1,'civicrm/admin/setting/debug',NULL,'Debugging','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:32:\"CRM_Admin_Form_Setting_Debugging\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,120,1,0,0,'a:1:{s:10:\"adminGroup\";s:15:\"System Settings\";}'), - (159,1,'civicrm/admin/setting/preferences/multisite',NULL,'Multi Site Settings','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Form_Generic\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,130,1,0,0,'a:1:{s:10:\"adminGroup\";s:15:\"System Settings\";}'), - (160,1,'civicrm/admin/setting/preferences/campaign',NULL,'CiviCampaign Component Settings','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Form_Generic\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,10,1,0,0,'a:3:{s:4:\"desc\";s:40:\"Configure global CiviCampaign behaviors.\";s:10:\"adminGroup\";s:12:\"CiviCampaign\";s:9:\"component\";s:12:\"CiviCampaign\";}'), - (161,1,'civicrm/admin/setting/preferences/event',NULL,'CiviEvent Component Settings','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:16:\"access CiviEvent\";i:1;s:18:\"administer CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Form_Generic\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,420,1,0,0,'a:2:{s:4:\"desc\";s:37:\"Configure global CiviEvent behaviors.\";s:10:\"adminGroup\";s:9:\"CiviEvent\";}'), - (162,1,'civicrm/admin/setting/preferences/mailing',NULL,'CiviMail Component Settings','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:15:\"access CiviMail\";i:1;s:18:\"administer CiviCRM\";}i:1;s:3:\"and\";}','s:34:\"CRM_Admin_Form_Preferences_Mailing\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,430,1,0,0,'a:2:{s:4:\"desc\";s:36:\"Configure global CiviMail behaviors.\";s:10:\"adminGroup\";s:8:\"CiviMail\";}'), - (163,1,'civicrm/admin/setting/preferences/member',NULL,'CiviMember Component Settings','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:17:\"access CiviMember\";i:1;s:18:\"administer CiviCRM\";}i:1;s:3:\"and\";}','s:33:\"CRM_Admin_Form_Preferences_Member\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,390,1,0,0,'a:2:{s:4:\"desc\";s:38:\"Configure global CiviMember behaviors.\";s:10:\"adminGroup\";s:10:\"CiviMember\";}'), - (164,1,'civicrm/admin/runjobs',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:14:\"access CiviCRM\";i:1;s:25:\"administer CiviCRM system\";}i:1;s:3:\"and\";}','a:2:{i:0;s:16:\"CRM_Utils_System\";i:1;s:20:\"executeScheduledJobs\";}',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,1,1,0,0,'a:1:{s:4:\"desc\";s:36:\"URL used for running scheduled jobs.\";}'), - (165,1,'civicrm/admin/job',NULL,'Scheduled Jobs','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:14:\"access CiviCRM\";i:1;s:25:\"administer CiviCRM system\";}i:1;s:3:\"and\";}','s:18:\"CRM_Admin_Page_Job\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,1370,1,0,0,'a:2:{s:4:\"desc\";s:35:\"Managing periodially running tasks.\";s:10:\"adminGroup\";s:15:\"System Settings\";}'), - (166,1,'civicrm/admin/joblog',NULL,'Scheduled Jobs Log','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:14:\"access CiviCRM\";i:1;s:25:\"administer CiviCRM system\";}i:1;s:3:\"and\";}','s:21:\"CRM_Admin_Page_JobLog\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,1380,1,0,0,'a:2:{s:4:\"desc\";s:46:\"Browsing the log of periodially running tasks.\";s:10:\"adminGroup\";s:6:\"Manage\";}'), - (167,1,'civicrm/admin/options/grant_type',NULL,'Grant Types','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Options\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,385,1,0,0,'a:2:{s:4:\"desc\";s:148:\"List of types which can be assigned to Grants. (Enable CiviGrant from Administer > System Settings > Enable Components if you want to track grants.)\";s:10:\"adminGroup\";s:12:\"Option Lists\";}'), - (168,1,'civicrm/admin/paymentProcessorType',NULL,'Payment Processor Type','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:35:\"CRM_Admin_Page_PaymentProcessorType\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,390,1,0,0,'a:1:{s:4:\"desc\";s:34:\"Payment Processor type information\";}'), - (169,1,'civicrm/admin',NULL,'Administer CiviCRM','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:20:\"CRM_Admin_Page_Admin\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,9000,1,1,0,'a:0:{}'), - (170,1,'civicrm/ajax/navmenu',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:19:\"CRM_Admin_Page_AJAX\";i:1;s:7:\"navMenu\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), - (171,1,'civicrm/ajax/menutree',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:14:\"access CiviCRM\";i:1;s:18:\"administer CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:19:\"CRM_Admin_Page_AJAX\";i:1;s:8:\"menuTree\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,3,0,'a:0:{}'), - (172,1,'civicrm/ajax/statusmsg',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:19:\"CRM_Admin_Page_AJAX\";i:1;s:12:\"getStatusMsg\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), - (173,1,'civicrm/admin/price',NULL,'Price Sets','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:14:\"access CiviCRM\";i:1;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:18:\"CRM_Price_Page_Set\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,380,1,0,0,'a:2:{s:4:\"desc\";s:205:\"Price sets allow you to offer multiple options with associated fees (e.g. pre-conference workshops, additional meals, etc.). Configure Price Sets for events which need more than a single set of fee levels.\";s:10:\"adminGroup\";s:9:\"Customize\";}'), - (174,1,'civicrm/admin/price/add','action=add','New Price Set','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:14:\"access CiviCRM\";i:1;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:18:\"CRM_Price_Page_Set\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:10:\"Price Sets\";s:3:\"url\";s:28:\"/civicrm/admin/price?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,1,1,0,0,'a:1:{s:4:\"desc\";s:205:\"Price sets allow you to offer multiple options with associated fees (e.g. pre-conference workshops, additional meals, etc.). Configure Price Sets for events which need more than a single set of fee levels.\";}'), - (175,1,'civicrm/admin/price/field',NULL,'Price Fields','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:14:\"access CiviCRM\";i:1;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:20:\"CRM_Price_Page_Field\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:10:\"Price Sets\";s:3:\"url\";s:28:\"/civicrm/admin/price?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,1,1,0,0,'a:0:{}'), - (176,1,'civicrm/admin/price/field/option',NULL,'Price Field Options','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:14:\"access CiviCRM\";i:1;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:21:\"CRM_Price_Page_Option\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:10:\"Price Sets\";s:3:\"url\";s:28:\"/civicrm/admin/price?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,1,1,0,0,'a:0:{}'), - (177,1,'civicrm/ajax/mapping',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:19:\"CRM_Admin_Page_AJAX\";i:1;s:11:\"mappingList\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), - (178,1,'civicrm/ajax/recipientListing',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:16:\"access CiviEvent\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:19:\"CRM_Admin_Page_AJAX\";i:1;s:16:\"recipientListing\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), - (179,1,'civicrm/admin/sms/provider',NULL,'Sms Providers','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:18:\"administer CiviCRM\";}i:1;s:3:\"and\";}','s:21:\"CRM_SMS_Page_Provider\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,500,1,0,0,'a:2:{s:4:\"desc\";s:27:\"To configure a sms provider\";s:10:\"adminGroup\";s:15:\"System Settings\";}'), - (180,1,'civicrm/sms/send',NULL,'New Mass SMS','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:8:\"send SMS\";}i:1;s:3:\"and\";}','s:23:\"CRM_SMS_Controller_Send\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,610,1,1,0,'a:0:{}'), - (181,1,'civicrm/sms/callback',NULL,NULL,'s:1:\"1\";','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:21:\"CRM_SMS_Page_Callback\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,1,1,0,1,1,0,0,'a:0:{}'), - (182,1,'civicrm/admin/badgelayout','action=browse','Event Name Badge Layouts','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:21:\"CRM_Badge_Page_Layout\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,399,1,0,0,'a:2:{s:4:\"desc\";s:107:\"Configure name badge layouts for event participants, including logos and what data to include on the badge.\";s:10:\"adminGroup\";s:9:\"CiviEvent\";}'), - (183,1,'civicrm/admin/badgelayout/add',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:18:\"administer CiviCRM\";}i:1;s:3:\"and\";}','s:21:\"CRM_Badge_Form_Layout\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:24:\"Event Name Badge Layouts\";s:3:\"url\";s:52:\"/civicrm/admin/badgelayout?reset=1&action=browse\";}}',NULL,NULL,NULL,1,0,1,1,1,1,0,0,'a:0:{}'), - (184,1,'civicrm',NULL,'CiviCRM','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:26:\"CRM_Contact_Page_DashBoard\";',NULL,'a:0:{}',NULL,NULL,NULL,1,0,1,0,0,1,0,0,'a:0:{}'), - (185,1,'civicrm/dashboard',NULL,'CiviCRM Home','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:26:\"CRM_Contact_Page_DashBoard\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,0,1,1,0,'a:0:{}'), - (186,1,'civicrm/contact/search',NULL,'Find Contacts','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:29:\"CRM_Contact_Controller_Search\";','s:8:\"mode=256\";','a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,10,1,1,0,'a:0:{}'), - (187,1,'civicrm/contact/image',NULL,'Process Uploaded Images','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:21:\"access uploaded files\";}i:1;s:3:\"and\";}','a:2:{i:0;s:23:\"CRM_Contact_BAO_Contact\";i:1;s:12:\"processImage\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), - (188,1,'civicrm/contact/imagefile',NULL,'Get Image File','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"*always allow*\";}i:1;s:3:\"and\";}','s:26:\"CRM_Contact_Page_ImageFile\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), - (189,1,'civicrm/contact/search/basic',NULL,'Find Contacts','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:29:\"CRM_Contact_Controller_Search\";','s:8:\"mode=256\";','a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:13:\"Find Contacts\";s:3:\"url\";s:31:\"/civicrm/contact/search?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), - (190,1,'civicrm/contact/search/advanced',NULL,'Advanced Search','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:29:\"CRM_Contact_Controller_Search\";','s:8:\"mode=512\";','a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:13:\"Find Contacts\";s:3:\"url\";s:31:\"/civicrm/contact/search?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,12,1,1,0,'a:0:{}'), - (191,1,'civicrm/contact/search/builder',NULL,'Search Builder','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:29:\"CRM_Contact_Controller_Search\";','s:9:\"mode=8192\";','a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:13:\"Find Contacts\";s:3:\"url\";s:31:\"/civicrm/contact/search?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,14,1,1,0,'a:0:{}'), - (192,1,'civicrm/contact/add',NULL,'New Contact','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:14:\"access CiviCRM\";i:1;s:15:\"edit my contact\";i:2;s:15:\"view my contact\";}i:1;s:2:\"or\";}','s:24:\"CRM_Contact_Form_Contact\";','s:13:\"addSequence=1\";','a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), - (193,1,'civicrm/contact/add/individual','ct=Individual','New Individual','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:14:\"access CiviCRM\";i:1;s:12:\"add contacts\";}i:1;s:3:\"and\";}','s:24:\"CRM_Contact_Form_Contact\";','s:13:\"addSequence=1\";','a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:11:\"New Contact\";s:3:\"url\";s:28:\"/civicrm/contact/add?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), - (194,1,'civicrm/contact/add/household','ct=Household','New Household','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:14:\"access CiviCRM\";i:1;s:12:\"add contacts\";}i:1;s:3:\"and\";}','s:24:\"CRM_Contact_Form_Contact\";','s:13:\"addSequence=1\";','a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:11:\"New Contact\";s:3:\"url\";s:28:\"/civicrm/contact/add?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), - (195,1,'civicrm/contact/add/organization','ct=Organization','New Organization','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:14:\"access CiviCRM\";i:1;s:12:\"add contacts\";}i:1;s:3:\"and\";}','s:24:\"CRM_Contact_Form_Contact\";','s:13:\"addSequence=1\";','a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:11:\"New Contact\";s:3:\"url\";s:28:\"/civicrm/contact/add?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), - (196,1,'civicrm/contact/relatedcontact',NULL,'Edit Related Contact','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:24:\"access Contact Dashboard\";}i:1;s:3:\"and\";}','s:31:\"CRM_Contact_Form_RelatedContact\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,1,1,0,1,1,0,0,'a:0:{}'), - (197,1,'civicrm/contact/merge',NULL,'Merge Contact','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:24:\"merge duplicate contacts\";}i:1;s:3:\"and\";}','s:22:\"CRM_Contact_Form_Merge\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), - (198,1,'civicrm/contact/email',NULL,'Email a Contact','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:27:\"CRM_Contact_Form_Task_Email\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), - (199,1,'civicrm/contact/map',NULL,'Map Location(s)','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:25:\"CRM_Contact_Form_Task_Map\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,1,1,0,1,1,0,0,'a:0:{}'), - (200,1,'civicrm/contact/map/event',NULL,'Map Event Location','s:1:\"1\";','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:31:\"CRM_Contact_Form_Task_Map_Event\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:15:\"Map Location(s)\";s:3:\"url\";s:28:\"/civicrm/contact/map?reset=1\";}}',NULL,NULL,NULL,1,1,1,0,1,1,0,0,'a:0:{}'), - (201,1,'civicrm/contact/view','cid=%%cid%%','Contact Summary','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:14:\"access CiviCRM\";i:1;s:15:\"edit my contact\";i:2;s:15:\"view my contact\";}i:1;s:2:\"or\";}','s:29:\"CRM_Contact_Page_View_Summary\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), - (202,1,'civicrm/contact/view/delete',NULL,'Delete Contact','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:14:\"access CiviCRM\";i:1;s:15:\"edit my contact\";i:2;s:15:\"view my contact\";}i:1;s:2:\"or\";}','s:28:\"CRM_Contact_Form_Task_Delete\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:15:\"Contact Summary\";s:3:\"url\";s:45:\"/civicrm/contact/view?reset=1&cid=%%cid%%\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), - (203,1,'civicrm/contact/view/activity','show=1,cid=%%cid%%','Activities','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:14:\"access CiviCRM\";i:1;s:15:\"edit my contact\";i:2;s:15:\"view my contact\";}i:1;s:2:\"or\";}','s:21:\"CRM_Activity_Page_Tab\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:15:\"Contact Summary\";s:3:\"url\";s:45:\"/civicrm/contact/view?reset=1&cid=%%cid%%\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), - (204,1,'civicrm/activity/add','action=add','Activities','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:26:\"CRM_Activity_Form_Activity\";','s:14:\"attachUpload=1\";','a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:12:\"New Activity\";s:3:\"url\";s:63:\"/civicrm/activity?reset=1&action=add&context=standalone\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), - (205,1,'civicrm/activity/email/add','action=add','Activities','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:27:\"CRM_Contact_Form_Task_Email\";','s:14:\"attachUpload=1\";','a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:12:\"New Activity\";s:3:\"url\";s:63:\"/civicrm/activity?reset=1&action=add&context=standalone\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), - (206,1,'civicrm/activity/pdf/add','action=add','Activities','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:25:\"CRM_Contact_Form_Task_PDF\";','s:14:\"attachUpload=1\";','a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:12:\"New Activity\";s:3:\"url\";s:63:\"/civicrm/activity?reset=1&action=add&context=standalone\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), - (207,1,'civicrm/contact/view/rel','cid=%%cid%%','Relationships','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:14:\"access CiviCRM\";i:1;s:15:\"edit my contact\";i:2;s:15:\"view my contact\";}i:1;s:2:\"or\";}','s:34:\"CRM_Contact_Page_View_Relationship\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:15:\"Contact Summary\";s:3:\"url\";s:45:\"/civicrm/contact/view?reset=1&cid=%%cid%%\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), - (208,1,'civicrm/contact/view/group','cid=%%cid%%','Groups','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:14:\"access CiviCRM\";i:1;s:15:\"edit my contact\";i:2;s:15:\"view my contact\";}i:1;s:2:\"or\";}','s:34:\"CRM_Contact_Page_View_GroupContact\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:15:\"Contact Summary\";s:3:\"url\";s:45:\"/civicrm/contact/view?reset=1&cid=%%cid%%\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), - (209,1,'civicrm/contact/view/smartgroup','cid=%%cid%%','Smart Groups','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:14:\"access CiviCRM\";i:1;s:15:\"edit my contact\";i:2;s:15:\"view my contact\";}i:1;s:2:\"or\";}','s:39:\"CRM_Contact_Page_View_ContactSmartGroup\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:15:\"Contact Summary\";s:3:\"url\";s:45:\"/civicrm/contact/view?reset=1&cid=%%cid%%\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), - (210,1,'civicrm/contact/view/note','cid=%%cid%%','Notes','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:14:\"access CiviCRM\";i:1;s:15:\"edit my contact\";i:2;s:15:\"view my contact\";}i:1;s:2:\"or\";}','s:26:\"CRM_Contact_Page_View_Note\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:15:\"Contact Summary\";s:3:\"url\";s:45:\"/civicrm/contact/view?reset=1&cid=%%cid%%\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), - (211,1,'civicrm/contact/view/tag','cid=%%cid%%','Tags','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:14:\"access CiviCRM\";i:1;s:15:\"edit my contact\";i:2;s:15:\"view my contact\";}i:1;s:2:\"or\";}','s:25:\"CRM_Contact_Page_View_Tag\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:15:\"Contact Summary\";s:3:\"url\";s:45:\"/civicrm/contact/view?reset=1&cid=%%cid%%\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), - (212,1,'civicrm/contact/view/cd',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:14:\"access CiviCRM\";i:1;s:15:\"edit my contact\";i:2;s:15:\"view my contact\";}i:1;s:2:\"or\";}','s:32:\"CRM_Contact_Page_View_CustomData\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:15:\"Contact Summary\";s:3:\"url\";s:45:\"/civicrm/contact/view?reset=1&cid=%%cid%%\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), - (213,1,'civicrm/contact/view/cd/edit',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:14:\"access CiviCRM\";i:1;s:15:\"edit my contact\";i:2;s:15:\"view my contact\";}i:1;s:2:\"or\";}','s:27:\"CRM_Contact_Form_CustomData\";','s:13:\"addSequence=1\";','a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:15:\"Contact Summary\";s:3:\"url\";s:45:\"/civicrm/contact/view?reset=1&cid=%%cid%%\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), - (214,1,'civicrm/contact/view/vcard',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:14:\"access CiviCRM\";i:1;s:15:\"edit my contact\";i:2;s:15:\"view my contact\";}i:1;s:2:\"or\";}','s:27:\"CRM_Contact_Page_View_Vcard\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:15:\"Contact Summary\";s:3:\"url\";s:45:\"/civicrm/contact/view?reset=1&cid=%%cid%%\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), - (215,1,'civicrm/contact/view/print',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:14:\"access CiviCRM\";i:1;s:15:\"edit my contact\";i:2;s:15:\"view my contact\";}i:1;s:2:\"or\";}','s:27:\"CRM_Contact_Page_View_Print\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:15:\"Contact Summary\";s:3:\"url\";s:45:\"/civicrm/contact/view?reset=1&cid=%%cid%%\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), - (216,1,'civicrm/contact/view/log',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:14:\"access CiviCRM\";i:1;s:15:\"edit my contact\";i:2;s:15:\"view my contact\";}i:1;s:2:\"or\";}','s:25:\"CRM_Contact_Page_View_Log\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:15:\"Contact Summary\";s:3:\"url\";s:45:\"/civicrm/contact/view?reset=1&cid=%%cid%%\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), - (217,1,'civicrm/user',NULL,'Contact Dashboard','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:24:\"access Contact Dashboard\";}i:1;s:3:\"and\";}','s:35:\"CRM_Contact_Page_View_UserDashBoard\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,1,1,0,0,1,0,0,'a:0:{}'), - (218,1,'civicrm/dashlet/activity',NULL,'Activity Dashlet','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:25:\"CRM_Dashlet_Page_Activity\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), - (219,1,'civicrm/dashlet/blog',NULL,'CiviCRM Blog','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:21:\"CRM_Dashlet_Page_Blog\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), - (220,1,'civicrm/dashlet/getting-started',NULL,'CiviCRM Resources','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:31:\"CRM_Dashlet_Page_GettingStarted\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), - (221,1,'civicrm/ajax/relation',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:21:\"CRM_Contact_Page_AJAX\";i:1;s:12:\"relationship\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,3,0,'a:0:{}'), - (222,1,'civicrm/ajax/groupTree',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:21:\"CRM_Contact_Page_AJAX\";i:1;s:9:\"groupTree\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), - (223,1,'civicrm/ajax/custom',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:21:\"CRM_Contact_Page_AJAX\";i:1;s:11:\"customField\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), - (224,1,'civicrm/ajax/customvalue',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:21:\"CRM_Contact_Page_AJAX\";i:1;s:17:\"deleteCustomValue\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,3,0,'a:0:{}'), - (225,1,'civicrm/ajax/cmsuser',NULL,NULL,'s:1:\"1\";','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:21:\"CRM_Contact_Page_AJAX\";i:1;s:13:\"checkUserName\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), - (226,1,'civicrm/ajax/checkemail',NULL,NULL,'s:1:\"1\";','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:21:\"CRM_Contact_Page_AJAX\";i:1;s:15:\"getContactEmail\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), - (227,1,'civicrm/ajax/checkphone',NULL,NULL,'s:1:\"1\";','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:21:\"CRM_Contact_Page_AJAX\";i:1;s:15:\"getContactPhone\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), - (228,1,'civicrm/ajax/subtype',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:21:\"CRM_Contact_Page_AJAX\";i:1;s:13:\"buildSubTypes\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), - (229,1,'civicrm/ajax/signature',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:21:\"CRM_Contact_Page_AJAX\";i:1;s:12:\"getSignature\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), - (230,1,'civicrm/ajax/pdfFormat',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:21:\"CRM_Contact_Page_AJAX\";i:1;s:9:\"pdfFormat\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), - (231,1,'civicrm/ajax/paperSize',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:21:\"CRM_Contact_Page_AJAX\";i:1;s:9:\"paperSize\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), - (232,1,'civicrm/ajax/contactref',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:31:\"access contact reference fields\";i:1;s:15:\" access CiviCRM\";}i:1;s:2:\"or\";}','a:2:{i:0;s:21:\"CRM_Contact_Page_AJAX\";i:1;s:16:\"contactReference\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), - (233,1,'civicrm/dashlet/myCases',NULL,'Case Dashlet','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:24:\"CRM_Dashlet_Page_MyCases\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), - (234,1,'civicrm/dashlet/allCases',NULL,'All Cases Dashlet','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:31:\"access all cases and activities\";}i:1;s:3:\"and\";}','s:25:\"CRM_Dashlet_Page_AllCases\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), - (235,1,'civicrm/dashlet/casedashboard',NULL,'Case Dashboard Dashlet','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:30:\"CRM_Dashlet_Page_CaseDashboard\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), - (236,1,'civicrm/contact/deduperules',NULL,'Find and Merge Duplicate Contacts','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:23:\"administer dedupe rules\";i:1;s:24:\"merge duplicate contacts\";}i:1;s:2:\"or\";}','s:28:\"CRM_Contact_Page_DedupeRules\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,105,1,0,0,'a:2:{s:4:\"desc\";s:158:\"Manage the rules used to identify potentially duplicate contact records. Scan for duplicates using a selected rule and merge duplicate contact data as needed.\";s:10:\"adminGroup\";s:6:\"Manage\";}'), - (237,1,'civicrm/contact/dedupefind',NULL,'Find and Merge Duplicate Contacts','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:24:\"merge duplicate contacts\";}i:1;s:3:\"and\";}','s:27:\"CRM_Contact_Page_DedupeFind\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), - (238,1,'civicrm/ajax/dedupefind',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:24:\"merge duplicate contacts\";}i:1;s:3:\"and\";}','a:2:{i:0;s:21:\"CRM_Contact_Page_AJAX\";i:1;s:10:\"getDedupes\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), - (239,1,'civicrm/contact/dedupemerge',NULL,'Batch Merge Duplicate Contacts','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:24:\"merge duplicate contacts\";}i:1;s:3:\"and\";}','s:28:\"CRM_Contact_Page_DedupeMerge\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), - (240,1,'civicrm/dedupe/exception',NULL,'Dedupe Exceptions','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:32:\"CRM_Contact_Page_DedupeException\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,110,1,0,0,'a:1:{s:10:\"adminGroup\";s:6:\"Manage\";}'), - (241,1,'civicrm/ajax/dedupeRules',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:21:\"CRM_Contact_Page_AJAX\";i:1;s:16:\"buildDedupeRules\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), - (242,1,'civicrm/contact/view/useradd','cid=%%cid%%','Add User','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:14:\"access CiviCRM\";i:1;s:15:\"edit my contact\";i:2;s:15:\"view my contact\";}i:1;s:2:\"or\";}','s:29:\"CRM_Contact_Page_View_Useradd\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:15:\"Contact Summary\";s:3:\"url\";s:45:\"/civicrm/contact/view?reset=1&cid=%%cid%%\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), - (243,1,'civicrm/ajax/markSelection',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:21:\"CRM_Contact_Page_AJAX\";i:1;s:22:\"selectUnselectContacts\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), - (244,1,'civicrm/ajax/toggleDedupeSelect',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:24:\"merge duplicate contacts\";}i:1;s:3:\"and\";}','a:2:{i:0;s:21:\"CRM_Contact_Page_AJAX\";i:1;s:18:\"toggleDedupeSelect\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), - (245,1,'civicrm/ajax/flipDupePairs',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:24:\"merge duplicate contacts\";}i:1;s:3:\"and\";}','a:2:{i:0;s:21:\"CRM_Contact_Page_AJAX\";i:1;s:13:\"flipDupePairs\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), - (246,1,'civicrm/activity/sms/add','action=add','Activities','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:8:\"send SMS\";}i:1;s:3:\"and\";}','s:25:\"CRM_Contact_Form_Task_SMS\";','s:14:\"attachUpload=1\";','a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:12:\"New Activity\";s:3:\"url\";s:63:\"/civicrm/activity?reset=1&action=add&context=standalone\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), - (247,1,'civicrm/ajax/contactrelationships',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:14:\"access CiviCRM\";i:1;s:15:\"view my contact\";}i:1;s:2:\"or\";}','a:2:{i:0;s:21:\"CRM_Contact_Page_AJAX\";i:1;s:23:\"getContactRelationships\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), - (248,1,'civicrm/ajax/jqState',NULL,NULL,'s:1:\"1\";','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:27:\"CRM_Core_Page_AJAX_Location\";i:1;s:7:\"jqState\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,1,1,0,1,1,0,0,'a:0:{}'), - (249,1,'civicrm/ajax/jqCounty',NULL,NULL,'s:1:\"1\";','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:27:\"CRM_Core_Page_AJAX_Location\";i:1;s:8:\"jqCounty\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,1,1,0,1,1,0,0,'a:0:{}'), - (250,1,'civicrm/group',NULL,'Manage Groups','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:20:\"CRM_Group_Page_Group\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,30,1,1,0,'a:0:{}'), - (251,1,'civicrm/group/search',NULL,'Group Members','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:29:\"CRM_Contact_Controller_Search\";','s:8:\"mode=256\";','a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:13:\"Manage Groups\";s:3:\"url\";s:22:\"/civicrm/group?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:1:{s:7:\"comment\";s:164:\"Note: group search already respect ACL, so a strict permission at url level is not required. A simple/basic permission like \'access CiviCRM\' could be used. CRM-5417\";}'), - (252,1,'civicrm/group/add',NULL,'New Group','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:11:\"edit groups\";}i:1;s:3:\"and\";}','s:20:\"CRM_Group_Controller\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:13:\"Manage Groups\";s:3:\"url\";s:22:\"/civicrm/group?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), + (1,1,'civicrm/custom',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:32:\"CRM_Custom_Form_CustomDataByType\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), + (2,1,'civicrm/activity','action=add&context=standalone','New Activity','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:26:\"CRM_Activity_Form_Activity\";','s:14:\"attachUpload=1\";','a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), + (3,1,'civicrm/activity/view',NULL,'View Activity','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:30:\"CRM_Activity_Form_ActivityView\";','s:14:\"attachUpload=1\";','a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:12:\"New Activity\";s:3:\"url\";s:63:\"/civicrm/activity?reset=1&action=add&context=standalone\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), + (4,1,'civicrm/ajax/activity',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:22:\"CRM_Activity_Page_AJAX\";i:1;s:15:\"getCaseActivity\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), + (5,1,'civicrm/ajax/globalrelationships',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:22:\"CRM_Activity_Page_AJAX\";i:1;s:26:\"getCaseGlobalRelationships\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), + (6,1,'civicrm/ajax/clientrelationships',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:22:\"CRM_Activity_Page_AJAX\";i:1;s:26:\"getCaseClientRelationships\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), + (7,1,'civicrm/ajax/caseroles',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:22:\"CRM_Activity_Page_AJAX\";i:1;s:12:\"getCaseRoles\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), + (8,1,'civicrm/ajax/contactactivity',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:22:\"CRM_Activity_Page_AJAX\";i:1;s:18:\"getContactActivity\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), + (9,1,'civicrm/ajax/activity/convert',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:22:\"CRM_Activity_Page_AJAX\";i:1;s:21:\"convertToCaseActivity\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,3,0,'a:0:{}'), + (10,1,'civicrm/activity/search',NULL,'Find Activities','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:30:\"CRM_Activity_Controller_Search\";','s:14:\"attachUpload=1\";','a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:12:\"New Activity\";s:3:\"url\";s:63:\"/civicrm/activity?reset=1&action=add&context=standalone\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), + (11,1,'civicrm/custom/add',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:26:\"CRM_Custom_Form_CustomData\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), + (12,1,'civicrm/ajax/optionlist',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:20:\"CRM_Custom_Page_AJAX\";i:1;s:13:\"getOptionList\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), + (13,1,'civicrm/ajax/reorder',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:20:\"CRM_Custom_Page_AJAX\";i:1;s:11:\"fixOrdering\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), + (14,1,'civicrm/ajax/multirecordfieldlist',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:20:\"CRM_Custom_Page_AJAX\";i:1;s:23:\"getMultiRecordFieldList\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), + (15,1,'civicrm/tag',NULL,'Tags','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:11:\"manage tags\";}i:1;s:2:\"or\";}','s:16:\"CRM_Tag_Page_Tag\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,25,1,0,0,'a:2:{s:4:\"desc\";s:158:\"Tags are useful for segmenting the contacts in your database into categories (e.g. Staff Member, Donor, Volunteer, etc.). Create and edit available tags here.\";s:10:\"adminGroup\";s:26:\"Customize Data and Screens\";}'), + (16,1,'civicrm/tag/edit','action=add','New Tag','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:11:\"manage tags\";}i:1;s:2:\"or\";}','s:17:\"CRM_Tag_Form_Edit\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:4:\"Tags\";s:3:\"url\";s:20:\"/civicrm/tag?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), + (17,1,'civicrm/tag/merge',NULL,'Merge Tags','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:11:\"manage tags\";}i:1;s:2:\"or\";}','s:18:\"CRM_Tag_Form_Merge\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:4:\"Tags\";s:3:\"url\";s:20:\"/civicrm/tag?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), + (18,1,'civicrm/ajax/tagTree',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:11:\"manage tags\";}i:1;s:2:\"or\";}','a:2:{i:0;s:19:\"CRM_Admin_Page_AJAX\";i:1;s:10:\"getTagTree\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), + (19,1,'civicrm/pcp',NULL,NULL,'s:1:\"1\";','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:16:\"CRM_PCP_Form_PCP\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,1,1,0,1,1,0,0,'a:0:{}'), + (20,1,'civicrm/pcp/campaign',NULL,'Setup a Personal Campaign Page - Account Information','s:1:\"1\";','a:2:{i:0;a:1:{i:0;s:25:\"make online contributions\";}i:1;s:3:\"and\";}','s:22:\"CRM_PCP_Controller_PCP\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,1,1,0,0,1,0,0,'a:0:{}'), + (21,1,'civicrm/pcp/info',NULL,NULL,'s:1:\"1\";','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:20:\"CRM_PCP_Page_PCPInfo\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,1,1,0,1,1,0,0,'a:0:{}'), + (22,1,'civicrm/admin/pcp','context=contribute','Personal Campaign Pages','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:16:\"CRM_PCP_Page_PCP\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,362,1,0,0,'a:2:{s:4:\"desc\";s:49:\"View and manage existing personal campaign pages.\";s:10:\"adminGroup\";s:14:\"CiviContribute\";}'), + (23,1,'civicrm/upgrade',NULL,'Upgrade CiviCRM','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:24:\"CRM_Upgrade_Page_Upgrade\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), + (24,1,'civicrm/export',NULL,'Download Errors','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:21:\"CRM_Export_BAO_Export\";i:1;s:6:\"invoke\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), + (25,1,'civicrm/export/contact',NULL,'Export Contacts','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:21:\"CRM_Export_BAO_Export\";i:1;s:6:\"invoke\";}',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:15:\"Download Errors\";s:3:\"url\";s:23:\"/civicrm/export?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,0,1,0,0,'a:0:{}'), + (26,1,'civicrm/export/standalone',NULL,'Export','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:32:\"CRM_Export_Controller_Standalone\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:15:\"Download Errors\";s:3:\"url\";s:23:\"/civicrm/export?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), + (27,1,'civicrm/admin/options/acl_role',NULL,'ACL Roles','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Options\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,1,1,0,0,'a:0:{}'), + (28,1,'civicrm/acl',NULL,'Manage ACLs','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:16:\"CRM_ACL_Page_ACL\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), + (29,1,'civicrm/acl/entityrole',NULL,'Assign Users to ACL Roles','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:23:\"CRM_ACL_Page_EntityRole\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:11:\"Manage ACLs\";s:3:\"url\";s:20:\"/civicrm/acl?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), + (30,1,'civicrm/acl/basic',NULL,'ACL','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:21:\"CRM_ACL_Page_ACLBasic\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:11:\"Manage ACLs\";s:3:\"url\";s:20:\"/civicrm/acl?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), + (31,1,'civicrm/file',NULL,'Browse Uploaded files','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:21:\"access uploaded files\";}i:1;s:3:\"and\";}','s:18:\"CRM_Core_Page_File\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), + (32,1,'civicrm/file/delete',NULL,'Delete File','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:17:\"CRM_Core_BAO_File\";i:1;s:16:\"deleteAttachment\";}',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:21:\"Browse Uploaded files\";s:3:\"url\";s:21:\"/civicrm/file?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), + (33,1,'civicrm/friend',NULL,'Tell a Friend','s:1:\"1\";','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:15:\"CRM_Friend_Form\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,1,1,0,1,1,0,0,'a:0:{}'), + (34,1,'civicrm/logout',NULL,'Log out','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:16:\"CRM_Utils_System\";i:1;s:6:\"logout\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,9999,1,1,0,'a:0:{}'), + (35,1,'civicrm/i18n',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:17:\"translate CiviCRM\";}i:1;s:3:\"and\";}','s:18:\"CRM_Core_I18n_Form\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), + (36,1,'civicrm/ajax/attachment',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:14:\"access CiviCRM\";i:1;s:15:\"access AJAX API\";}i:1;s:2:\"or\";}','a:2:{i:0;s:29:\"CRM_Core_Page_AJAX_Attachment\";i:1;s:10:\"attachFile\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), + (37,1,'civicrm/api',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Core_Page_Redirect\";','s:16:\"url=civicrm/api3\";','a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), + (38,1,'civicrm/api3',NULL,'CiviCRM API v3','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:26:\"CRM_Admin_Page_APIExplorer\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), + (39,1,'civicrm/ajax/apiexample',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:26:\"CRM_Admin_Page_APIExplorer\";i:1;s:14:\"getExampleFile\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), + (40,1,'civicrm/ajax/apidoc',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:26:\"CRM_Admin_Page_APIExplorer\";i:1;s:6:\"getDoc\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), + (41,1,'civicrm/ajax/rest',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:14:\"access CiviCRM\";i:1;s:15:\"access AJAX API\";}i:1;s:2:\"or\";}','a:2:{i:0;s:14:\"CRM_Utils_REST\";i:1;s:4:\"ajax\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), + (42,1,'civicrm/api/json',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:14:\"CRM_Utils_REST\";i:1;s:8:\"ajaxJson\";}','s:16:\"url=civicrm/api3\";','a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), + (43,1,'civicrm/inline',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:14:\"CRM_Utils_REST\";i:1;s:12:\"loadTemplate\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), + (44,1,'civicrm/ajax/chart',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:38:\"CRM_Contribute_Form_ContributionCharts\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), + (45,1,'civicrm/asset/builder',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"*always allow*\";}i:1;s:3:\"and\";}','a:2:{i:0;s:23:\"\\Civi\\Core\\AssetBuilder\";i:1;s:7:\"pageRun\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), + (46,1,'civicrm/contribute/ajax/tableview',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:29:\"CRM_Contribute_Page_DashBoard\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:24:\"CiviContribute Dashboard\";s:3:\"url\";s:27:\"/civicrm/contribute?reset=1\";}}',NULL,NULL,2,1,0,1,0,1,1,0,0,'a:0:{}'), + (47,1,'civicrm/payment/ipn',NULL,NULL,'s:1:\"1\";','a:2:{i:0;a:1:{i:0;s:21:\"access CiviContribute\";}i:1;s:3:\"and\";}','a:2:{i:0;s:16:\"CRM_Core_Payment\";i:1;s:9:\"handleIPN\";}',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:11:\"New Payment\";s:3:\"url\";s:39:\"/civicrm/payment?reset=1&action=add\";}}',NULL,NULL,2,1,1,1,0,1,1,0,0,'a:0:{}'), + (48,1,'civicrm/batch',NULL,'Batch Data Entry','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:21:\"access CiviContribute\";}i:1;s:3:\"and\";}','s:20:\"CRM_Batch_Page_Batch\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), + (49,1,'civicrm/batch/add',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:21:\"access CiviContribute\";}i:1;s:3:\"and\";}','s:20:\"CRM_Batch_Form_Batch\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:16:\"Batch Data Entry\";s:3:\"url\";s:22:\"/civicrm/batch?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), + (50,1,'civicrm/batch/entry',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:21:\"access CiviContribute\";}i:1;s:3:\"and\";}','s:20:\"CRM_Batch_Form_Entry\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:16:\"Batch Data Entry\";s:3:\"url\";s:22:\"/civicrm/batch?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), + (51,1,'civicrm/ajax/batch',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:21:\"access CiviContribute\";}i:1;s:3:\"and\";}','a:2:{i:0;s:19:\"CRM_Batch_Page_AJAX\";i:1;s:9:\"batchSave\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), + (52,1,'civicrm/ajax/batchlist',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:19:\"CRM_Batch_Page_AJAX\";i:1;s:12:\"getBatchList\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), + (53,1,'civicrm/ajax/inline',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:18:\"CRM_Core_Page_AJAX\";i:1;s:3:\"run\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), + (54,1,'civicrm/dev/qunit',NULL,'QUnit','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:18:\"administer CiviCRM\";}i:1;s:3:\"and\";}','s:19:\"CRM_Core_Page_QUnit\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), + (55,1,'civicrm/dev/fake-error',NULL,'Fake Error','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"*always allow*\";}i:1;s:3:\"and\";}','s:23:\"CRM_Core_Page_FakeError\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,1,1,0,1,1,0,0,'a:0:{}'), + (56,1,'civicrm/profile-editor/schema',NULL,'ProfileEditor','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:25:\"CRM_UF_Page_ProfileEditor\";i:1;s:13:\"getSchemaJSON\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), + (57,1,'civicrm/a',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:23:\"\\Civi\\Angular\\Page\\Main\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), + (58,1,'civicrm/ajax/angular-modules',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"*always allow*\";}i:1;s:3:\"and\";}','s:26:\"\\Civi\\Angular\\Page\\Modules\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), + (59,1,'civicrm/ajax/recurringentity/update-mode',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:34:\"CRM_Core_Page_AJAX_RecurringEntity\";i:1;s:10:\"updateMode\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), + (60,1,'civicrm/recurringentity/preview',NULL,'Confirm dates','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:36:\"CRM_Core_Page_RecurringEntityPreview\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), + (61,1,'civicrm/shortcode',NULL,'Insert CiviCRM Content','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:23:\"CRM_Core_Form_ShortCode\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), + (62,1,'civicrm/task/add-to-group',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:32:\"CRM_Contact_Form_Task_AddToGroup\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), + (63,1,'civicrm/task/remove-from-group',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:37:\"CRM_Contact_Form_Task_RemoveFromGroup\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), + (64,1,'civicrm/task/add-to-tag',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:30:\"CRM_Contact_Form_Task_AddToTag\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), + (65,1,'civicrm/task/remove-from-tag',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:35:\"CRM_Contact_Form_Task_RemoveFromTag\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), + (66,1,'civicrm/task/send-email',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:27:\"CRM_Contact_Form_Task_Email\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), + (67,1,'civicrm/task/make-mailing-label',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:27:\"CRM_Contact_Form_Task_Label\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), + (68,1,'civicrm/task/pick-profile',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:33:\"CRM_Contact_Form_Task_PickProfile\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), + (69,1,'civicrm/task/print-document',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:25:\"CRM_Contact_Form_Task_PDF\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), + (70,1,'civicrm/task/unhold-email',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:28:\"CRM_Contact_Form_Task_Unhold\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), + (71,1,'civicrm/task/alter-contact-preference',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:38:\"CRM_Contact_Form_Task_AlterPreferences\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), + (72,1,'civicrm/task/delete-contact',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:28:\"CRM_Contact_Form_Task_Delete\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), + (73,1,'civicrm/task/add-activity',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:26:\"CRM_Activity_Form_Activity\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), + (74,1,'civicrm/payment/form',NULL,NULL,'s:1:\"1\";','a:2:{i:0;a:1:{i:0;s:21:\"access CiviContribute\";}i:1;s:3:\"and\";}','s:26:\"CRM_Financial_Form_Payment\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:11:\"New Payment\";s:3:\"url\";s:39:\"/civicrm/payment?reset=1&action=add\";}}',NULL,NULL,2,1,1,1,0,0,1,0,0,'a:0:{}'), + (75,1,'civicrm/payment/edit',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:21:\"access CiviContribute\";}i:1;s:3:\"and\";}','s:30:\"CRM_Financial_Form_PaymentEdit\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:11:\"New Payment\";s:3:\"url\";s:39:\"/civicrm/payment?reset=1&action=add\";}}',NULL,NULL,2,1,0,1,0,1,1,0,0,'a:1:{s:9:\"component\";s:14:\"CiviContribute\";}'), + (76,1,'civicrm',NULL,'CiviCRM','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:26:\"CRM_Contact_Page_DashBoard\";',NULL,'a:0:{}',NULL,NULL,NULL,1,0,1,0,0,1,0,0,'a:0:{}'), + (77,1,'civicrm/dashboard',NULL,'CiviCRM Home','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:26:\"CRM_Contact_Page_DashBoard\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,0,1,1,0,'a:0:{}'), + (78,1,'civicrm/contact/search',NULL,'Find Contacts','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:29:\"CRM_Contact_Controller_Search\";','s:8:\"mode=256\";','a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,10,1,1,0,'a:0:{}'), + (79,1,'civicrm/contact/image',NULL,'Process Uploaded Images','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:21:\"access uploaded files\";}i:1;s:3:\"and\";}','a:2:{i:0;s:23:\"CRM_Contact_BAO_Contact\";i:1;s:12:\"processImage\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), + (80,1,'civicrm/contact/imagefile',NULL,'Get Image File','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"*always allow*\";}i:1;s:3:\"and\";}','s:26:\"CRM_Contact_Page_ImageFile\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), + (81,1,'civicrm/contact/search/basic',NULL,'Find Contacts','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:29:\"CRM_Contact_Controller_Search\";','s:8:\"mode=256\";','a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:13:\"Find Contacts\";s:3:\"url\";s:31:\"/civicrm/contact/search?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), + (82,1,'civicrm/contact/search/advanced',NULL,'Advanced Search','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:29:\"CRM_Contact_Controller_Search\";','s:8:\"mode=512\";','a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:13:\"Find Contacts\";s:3:\"url\";s:31:\"/civicrm/contact/search?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,12,1,1,0,'a:0:{}'), + (83,1,'civicrm/contact/search/builder',NULL,'Search Builder','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:29:\"CRM_Contact_Controller_Search\";','s:9:\"mode=8192\";','a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:13:\"Find Contacts\";s:3:\"url\";s:31:\"/civicrm/contact/search?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,14,1,1,0,'a:0:{}'), + (84,1,'civicrm/contact/add',NULL,'New Contact','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:14:\"access CiviCRM\";i:1;s:15:\"edit my contact\";i:2;s:15:\"view my contact\";}i:1;s:2:\"or\";}','s:24:\"CRM_Contact_Form_Contact\";','s:13:\"addSequence=1\";','a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), + (85,1,'civicrm/contact/add/individual','ct=Individual','New Individual','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:14:\"access CiviCRM\";i:1;s:12:\"add contacts\";}i:1;s:3:\"and\";}','s:24:\"CRM_Contact_Form_Contact\";','s:13:\"addSequence=1\";','a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:11:\"New Contact\";s:3:\"url\";s:28:\"/civicrm/contact/add?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), + (86,1,'civicrm/contact/add/household','ct=Household','New Household','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:14:\"access CiviCRM\";i:1;s:12:\"add contacts\";}i:1;s:3:\"and\";}','s:24:\"CRM_Contact_Form_Contact\";','s:13:\"addSequence=1\";','a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:11:\"New Contact\";s:3:\"url\";s:28:\"/civicrm/contact/add?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), + (87,1,'civicrm/contact/add/organization','ct=Organization','New Organization','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:14:\"access CiviCRM\";i:1;s:12:\"add contacts\";}i:1;s:3:\"and\";}','s:24:\"CRM_Contact_Form_Contact\";','s:13:\"addSequence=1\";','a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:11:\"New Contact\";s:3:\"url\";s:28:\"/civicrm/contact/add?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), + (88,1,'civicrm/contact/relatedcontact',NULL,'Edit Related Contact','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:24:\"access Contact Dashboard\";}i:1;s:3:\"and\";}','s:31:\"CRM_Contact_Form_RelatedContact\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,1,1,0,1,1,0,0,'a:0:{}'), + (89,1,'civicrm/contact/merge',NULL,'Merge Contact','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:24:\"merge duplicate contacts\";}i:1;s:3:\"and\";}','s:22:\"CRM_Contact_Form_Merge\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), + (90,1,'civicrm/contact/email',NULL,'Email a Contact','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:27:\"CRM_Contact_Form_Task_Email\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), + (91,1,'civicrm/contact/map',NULL,'Map Location(s)','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:25:\"CRM_Contact_Form_Task_Map\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,1,1,0,1,1,0,0,'a:0:{}'), + (92,1,'civicrm/contact/map/event',NULL,'Map Event Location','s:1:\"1\";','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:31:\"CRM_Contact_Form_Task_Map_Event\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:15:\"Map Location(s)\";s:3:\"url\";s:28:\"/civicrm/contact/map?reset=1\";}}',NULL,NULL,NULL,1,1,1,0,1,1,0,0,'a:0:{}'), + (93,1,'civicrm/contact/view','cid=%%cid%%','Contact Summary','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:14:\"access CiviCRM\";i:1;s:15:\"edit my contact\";i:2;s:15:\"view my contact\";}i:1;s:2:\"or\";}','s:29:\"CRM_Contact_Page_View_Summary\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), + (94,1,'civicrm/contact/view/delete',NULL,'Delete Contact','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:14:\"access CiviCRM\";i:1;s:15:\"edit my contact\";i:2;s:15:\"view my contact\";}i:1;s:2:\"or\";}','s:28:\"CRM_Contact_Form_Task_Delete\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:15:\"Contact Summary\";s:3:\"url\";s:45:\"/civicrm/contact/view?reset=1&cid=%%cid%%\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), + (95,1,'civicrm/contact/view/activity','show=1,cid=%%cid%%','Activities','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:14:\"access CiviCRM\";i:1;s:15:\"edit my contact\";i:2;s:15:\"view my contact\";}i:1;s:2:\"or\";}','s:21:\"CRM_Activity_Page_Tab\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:15:\"Contact Summary\";s:3:\"url\";s:45:\"/civicrm/contact/view?reset=1&cid=%%cid%%\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), + (96,1,'civicrm/activity/add','action=add','Activities','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:26:\"CRM_Activity_Form_Activity\";','s:14:\"attachUpload=1\";','a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:12:\"New Activity\";s:3:\"url\";s:63:\"/civicrm/activity?reset=1&action=add&context=standalone\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), + (97,1,'civicrm/activity/email/add','action=add','Activities','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:27:\"CRM_Contact_Form_Task_Email\";','s:14:\"attachUpload=1\";','a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:12:\"New Activity\";s:3:\"url\";s:63:\"/civicrm/activity?reset=1&action=add&context=standalone\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), + (98,1,'civicrm/activity/pdf/add','action=add','Activities','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:25:\"CRM_Contact_Form_Task_PDF\";','s:14:\"attachUpload=1\";','a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:12:\"New Activity\";s:3:\"url\";s:63:\"/civicrm/activity?reset=1&action=add&context=standalone\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), + (99,1,'civicrm/contact/view/rel','cid=%%cid%%','Relationships','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:14:\"access CiviCRM\";i:1;s:15:\"edit my contact\";i:2;s:15:\"view my contact\";}i:1;s:2:\"or\";}','s:34:\"CRM_Contact_Page_View_Relationship\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:15:\"Contact Summary\";s:3:\"url\";s:45:\"/civicrm/contact/view?reset=1&cid=%%cid%%\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), + (100,1,'civicrm/contact/view/group','cid=%%cid%%','Groups','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:14:\"access CiviCRM\";i:1;s:15:\"edit my contact\";i:2;s:15:\"view my contact\";}i:1;s:2:\"or\";}','s:34:\"CRM_Contact_Page_View_GroupContact\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:15:\"Contact Summary\";s:3:\"url\";s:45:\"/civicrm/contact/view?reset=1&cid=%%cid%%\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), + (101,1,'civicrm/contact/view/smartgroup','cid=%%cid%%','Smart Groups','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:14:\"access CiviCRM\";i:1;s:15:\"edit my contact\";i:2;s:15:\"view my contact\";}i:1;s:2:\"or\";}','s:39:\"CRM_Contact_Page_View_ContactSmartGroup\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:15:\"Contact Summary\";s:3:\"url\";s:45:\"/civicrm/contact/view?reset=1&cid=%%cid%%\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), + (102,1,'civicrm/contact/view/note','cid=%%cid%%','Notes','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:14:\"access CiviCRM\";i:1;s:15:\"edit my contact\";i:2;s:15:\"view my contact\";}i:1;s:2:\"or\";}','s:26:\"CRM_Contact_Page_View_Note\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:15:\"Contact Summary\";s:3:\"url\";s:45:\"/civicrm/contact/view?reset=1&cid=%%cid%%\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), + (103,1,'civicrm/contact/view/tag','cid=%%cid%%','Tags','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:14:\"access CiviCRM\";i:1;s:15:\"edit my contact\";i:2;s:15:\"view my contact\";}i:1;s:2:\"or\";}','s:25:\"CRM_Contact_Page_View_Tag\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:15:\"Contact Summary\";s:3:\"url\";s:45:\"/civicrm/contact/view?reset=1&cid=%%cid%%\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), + (104,1,'civicrm/contact/view/cd',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:14:\"access CiviCRM\";i:1;s:15:\"edit my contact\";i:2;s:15:\"view my contact\";}i:1;s:2:\"or\";}','s:32:\"CRM_Contact_Page_View_CustomData\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:15:\"Contact Summary\";s:3:\"url\";s:45:\"/civicrm/contact/view?reset=1&cid=%%cid%%\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), + (105,1,'civicrm/contact/view/cd/edit',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:14:\"access CiviCRM\";i:1;s:15:\"edit my contact\";i:2;s:15:\"view my contact\";}i:1;s:2:\"or\";}','s:27:\"CRM_Contact_Form_CustomData\";','s:13:\"addSequence=1\";','a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:15:\"Contact Summary\";s:3:\"url\";s:45:\"/civicrm/contact/view?reset=1&cid=%%cid%%\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), + (106,1,'civicrm/contact/view/vcard',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:14:\"access CiviCRM\";i:1;s:15:\"edit my contact\";i:2;s:15:\"view my contact\";}i:1;s:2:\"or\";}','s:27:\"CRM_Contact_Page_View_Vcard\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:15:\"Contact Summary\";s:3:\"url\";s:45:\"/civicrm/contact/view?reset=1&cid=%%cid%%\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), + (107,1,'civicrm/contact/view/print',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:14:\"access CiviCRM\";i:1;s:15:\"edit my contact\";i:2;s:15:\"view my contact\";}i:1;s:2:\"or\";}','s:27:\"CRM_Contact_Page_View_Print\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:15:\"Contact Summary\";s:3:\"url\";s:45:\"/civicrm/contact/view?reset=1&cid=%%cid%%\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), + (108,1,'civicrm/contact/view/log',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:14:\"access CiviCRM\";i:1;s:15:\"edit my contact\";i:2;s:15:\"view my contact\";}i:1;s:2:\"or\";}','s:25:\"CRM_Contact_Page_View_Log\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:15:\"Contact Summary\";s:3:\"url\";s:45:\"/civicrm/contact/view?reset=1&cid=%%cid%%\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), + (109,1,'civicrm/user',NULL,'Contact Dashboard','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:24:\"access Contact Dashboard\";}i:1;s:3:\"and\";}','s:35:\"CRM_Contact_Page_View_UserDashBoard\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,1,1,0,0,1,0,0,'a:0:{}'), + (110,1,'civicrm/dashlet/activity',NULL,'Activity Dashlet','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:25:\"CRM_Dashlet_Page_Activity\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), + (111,1,'civicrm/dashlet/blog',NULL,'CiviCRM Blog','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:21:\"CRM_Dashlet_Page_Blog\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), + (112,1,'civicrm/dashlet/getting-started',NULL,'CiviCRM Resources','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:31:\"CRM_Dashlet_Page_GettingStarted\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), + (113,1,'civicrm/ajax/relation',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:21:\"CRM_Contact_Page_AJAX\";i:1;s:12:\"relationship\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,3,0,'a:0:{}'), + (114,1,'civicrm/ajax/groupTree',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:21:\"CRM_Contact_Page_AJAX\";i:1;s:9:\"groupTree\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), + (115,1,'civicrm/ajax/custom',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:21:\"CRM_Contact_Page_AJAX\";i:1;s:11:\"customField\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), + (116,1,'civicrm/ajax/customvalue',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:21:\"CRM_Contact_Page_AJAX\";i:1;s:17:\"deleteCustomValue\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,3,0,'a:0:{}'), + (117,1,'civicrm/ajax/cmsuser',NULL,NULL,'s:1:\"1\";','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:21:\"CRM_Contact_Page_AJAX\";i:1;s:13:\"checkUserName\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), + (118,1,'civicrm/ajax/checkemail',NULL,NULL,'s:1:\"1\";','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:21:\"CRM_Contact_Page_AJAX\";i:1;s:15:\"getContactEmail\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), + (119,1,'civicrm/ajax/checkphone',NULL,NULL,'s:1:\"1\";','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:21:\"CRM_Contact_Page_AJAX\";i:1;s:15:\"getContactPhone\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), + (120,1,'civicrm/ajax/subtype',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:21:\"CRM_Contact_Page_AJAX\";i:1;s:13:\"buildSubTypes\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), + (121,1,'civicrm/ajax/signature',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:21:\"CRM_Contact_Page_AJAX\";i:1;s:12:\"getSignature\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), + (122,1,'civicrm/ajax/pdfFormat',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:21:\"CRM_Contact_Page_AJAX\";i:1;s:9:\"pdfFormat\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), + (123,1,'civicrm/ajax/paperSize',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:21:\"CRM_Contact_Page_AJAX\";i:1;s:9:\"paperSize\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), + (124,1,'civicrm/ajax/contactref',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:31:\"access contact reference fields\";i:1;s:15:\" access CiviCRM\";}i:1;s:2:\"or\";}','a:2:{i:0;s:21:\"CRM_Contact_Page_AJAX\";i:1;s:16:\"contactReference\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), + (125,1,'civicrm/dashlet/myCases',NULL,'Case Dashlet','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:24:\"CRM_Dashlet_Page_MyCases\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), + (126,1,'civicrm/dashlet/allCases',NULL,'All Cases Dashlet','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:31:\"access all cases and activities\";}i:1;s:3:\"and\";}','s:25:\"CRM_Dashlet_Page_AllCases\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), + (127,1,'civicrm/dashlet/casedashboard',NULL,'Case Dashboard Dashlet','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:30:\"CRM_Dashlet_Page_CaseDashboard\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), + (128,1,'civicrm/contact/deduperules',NULL,'Find and Merge Duplicate Contacts','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:23:\"administer dedupe rules\";i:1;s:24:\"merge duplicate contacts\";}i:1;s:2:\"or\";}','s:28:\"CRM_Contact_Page_DedupeRules\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,105,1,0,0,'a:2:{s:4:\"desc\";s:158:\"Manage the rules used to identify potentially duplicate contact records. Scan for duplicates using a selected rule and merge duplicate contact data as needed.\";s:10:\"adminGroup\";s:6:\"Manage\";}'), + (129,1,'civicrm/contact/dedupefind',NULL,'Find and Merge Duplicate Contacts','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:24:\"merge duplicate contacts\";}i:1;s:3:\"and\";}','s:27:\"CRM_Contact_Page_DedupeFind\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), + (130,1,'civicrm/ajax/dedupefind',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:24:\"merge duplicate contacts\";}i:1;s:3:\"and\";}','a:2:{i:0;s:21:\"CRM_Contact_Page_AJAX\";i:1;s:10:\"getDedupes\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), + (131,1,'civicrm/contact/dedupemerge',NULL,'Batch Merge Duplicate Contacts','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:24:\"merge duplicate contacts\";}i:1;s:3:\"and\";}','s:28:\"CRM_Contact_Page_DedupeMerge\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), + (132,1,'civicrm/dedupe/exception',NULL,'Dedupe Exceptions','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:32:\"CRM_Contact_Page_DedupeException\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,110,1,0,0,'a:1:{s:10:\"adminGroup\";s:6:\"Manage\";}'), + (133,1,'civicrm/ajax/dedupeRules',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:21:\"CRM_Contact_Page_AJAX\";i:1;s:16:\"buildDedupeRules\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), + (134,1,'civicrm/contact/view/useradd','cid=%%cid%%','Add User','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:14:\"access CiviCRM\";i:1;s:15:\"edit my contact\";i:2;s:15:\"view my contact\";}i:1;s:2:\"or\";}','s:29:\"CRM_Contact_Page_View_Useradd\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:15:\"Contact Summary\";s:3:\"url\";s:45:\"/civicrm/contact/view?reset=1&cid=%%cid%%\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), + (135,1,'civicrm/ajax/markSelection',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:21:\"CRM_Contact_Page_AJAX\";i:1;s:22:\"selectUnselectContacts\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), + (136,1,'civicrm/ajax/toggleDedupeSelect',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:24:\"merge duplicate contacts\";}i:1;s:3:\"and\";}','a:2:{i:0;s:21:\"CRM_Contact_Page_AJAX\";i:1;s:18:\"toggleDedupeSelect\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), + (137,1,'civicrm/ajax/flipDupePairs',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:24:\"merge duplicate contacts\";}i:1;s:3:\"and\";}','a:2:{i:0;s:21:\"CRM_Contact_Page_AJAX\";i:1;s:13:\"flipDupePairs\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), + (138,1,'civicrm/activity/sms/add','action=add','Activities','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:8:\"send SMS\";}i:1;s:3:\"and\";}','s:25:\"CRM_Contact_Form_Task_SMS\";','s:14:\"attachUpload=1\";','a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:12:\"New Activity\";s:3:\"url\";s:63:\"/civicrm/activity?reset=1&action=add&context=standalone\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), + (139,1,'civicrm/ajax/contactrelationships',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:14:\"access CiviCRM\";i:1;s:15:\"view my contact\";}i:1;s:2:\"or\";}','a:2:{i:0;s:21:\"CRM_Contact_Page_AJAX\";i:1;s:23:\"getContactRelationships\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), + (140,1,'civicrm/admin/custom/group',NULL,'Custom Data','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:23:\"administer CiviCRM data\";}i:1;s:3:\"and\";}','s:21:\"CRM_Custom_Page_Group\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,10,1,0,0,'a:2:{s:4:\"desc\";s:109:\"Configure custom fields to collect and store custom data which is not included in the standard CiviCRM forms.\";s:10:\"adminGroup\";s:26:\"Customize Data and Screens\";}'), + (141,1,'civicrm/admin/custom/group/edit',NULL,'Configure Custom Set','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:23:\"administer CiviCRM data\";}i:1;s:3:\"and\";}','s:21:\"CRM_Custom_Form_Group\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:11:\"Custom Data\";s:3:\"url\";s:35:\"/civicrm/admin/custom/group?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,1,1,0,0,'a:0:{}'), + (142,1,'civicrm/admin/custom/group/preview',NULL,'Custom Field Preview','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:23:\"administer CiviCRM data\";}i:1;s:3:\"and\";}','s:23:\"CRM_Custom_Form_Preview\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:11:\"Custom Data\";s:3:\"url\";s:35:\"/civicrm/admin/custom/group?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,1,1,0,0,'a:0:{}'), + (143,1,'civicrm/admin/custom/group/delete',NULL,'Delete Custom Set','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:23:\"administer CiviCRM data\";}i:1;s:3:\"and\";}','s:27:\"CRM_Custom_Form_DeleteGroup\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:11:\"Custom Data\";s:3:\"url\";s:35:\"/civicrm/admin/custom/group?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,1,1,0,0,'a:0:{}'), + (144,1,'civicrm/admin/custom/group/field',NULL,'Custom Data Fields','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:23:\"administer CiviCRM data\";}i:1;s:3:\"and\";}','s:21:\"CRM_Custom_Page_Field\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:11:\"Custom Data\";s:3:\"url\";s:35:\"/civicrm/admin/custom/group?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,11,1,0,0,'a:0:{}'), + (145,1,'civicrm/admin/custom/group/field/delete',NULL,'Delete Custom Field','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:23:\"administer CiviCRM data\";}i:1;s:3:\"and\";}','s:27:\"CRM_Custom_Form_DeleteField\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:11:\"Custom Data\";s:3:\"url\";s:35:\"/civicrm/admin/custom/group?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,1,1,0,0,'a:0:{}'), + (146,1,'civicrm/admin/custom/group/field/option',NULL,'Custom Field - Options','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:23:\"administer CiviCRM data\";}i:1;s:3:\"and\";}','s:22:\"CRM_Custom_Page_Option\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:11:\"Custom Data\";s:3:\"url\";s:35:\"/civicrm/admin/custom/group?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,1,1,0,0,'a:0:{}'), + (147,1,'civicrm/admin/custom/group/field/add',NULL,'Custom Field - Add','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:23:\"administer CiviCRM data\";}i:1;s:3:\"and\";}','s:21:\"CRM_Custom_Form_Field\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:11:\"Custom Data\";s:3:\"url\";s:35:\"/civicrm/admin/custom/group?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,1,1,0,0,'a:0:{}'), + (148,1,'civicrm/admin/custom/group/field/update',NULL,'Custom Field - Edit','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:23:\"administer CiviCRM data\";}i:1;s:3:\"and\";}','s:21:\"CRM_Custom_Form_Field\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:11:\"Custom Data\";s:3:\"url\";s:35:\"/civicrm/admin/custom/group?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,1,1,0,0,'a:0:{}'), + (149,1,'civicrm/admin/custom/group/field/move',NULL,'Custom Field - Move','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:23:\"administer CiviCRM data\";}i:1;s:3:\"and\";}','s:25:\"CRM_Custom_Form_MoveField\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:11:\"Custom Data\";s:3:\"url\";s:35:\"/civicrm/admin/custom/group?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,1,1,0,0,'a:0:{}'), + (150,1,'civicrm/admin/uf/group',NULL,'Profiles','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:17:\"CRM_UF_Page_Group\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,20,1,0,0,'a:2:{s:4:\"desc\";s:151:\"Profiles allow you to aggregate groups of fields and include them in your site as input forms, contact display pages, and search and listings features.\";s:10:\"adminGroup\";s:26:\"Customize Data and Screens\";}'), + (151,1,'civicrm/admin/uf/group/preview',NULL,'Preview','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:19:\"CRM_UF_Form_Preview\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:8:\"Profiles\";s:3:\"url\";s:31:\"/civicrm/admin/uf/group?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,1,1,0,0,'a:0:{}'), + (152,1,'civicrm/admin/uf/group/field',NULL,'CiviCRM Profile Fields','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:17:\"CRM_UF_Page_Field\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:8:\"Profiles\";s:3:\"url\";s:31:\"/civicrm/admin/uf/group?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,21,1,0,0,'a:0:{}'), + (153,1,'civicrm/admin/uf/group/field/add',NULL,'Add Field','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:17:\"CRM_UF_Form_Field\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:8:\"Profiles\";s:3:\"url\";s:31:\"/civicrm/admin/uf/group?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,22,1,0,0,'a:0:{}'), + (154,1,'civicrm/admin/uf/group/field/update',NULL,'Edit Field','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:17:\"CRM_UF_Form_Field\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:8:\"Profiles\";s:3:\"url\";s:31:\"/civicrm/admin/uf/group?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,23,1,0,0,'a:0:{}'), + (155,1,'civicrm/admin/uf/group/add',NULL,'New CiviCRM Profile','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:17:\"CRM_UF_Form_Group\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:8:\"Profiles\";s:3:\"url\";s:31:\"/civicrm/admin/uf/group?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,24,1,0,0,'a:0:{}'), + (156,1,'civicrm/admin/uf/group/update',NULL,'Profile Settings','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:17:\"CRM_UF_Form_Group\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:8:\"Profiles\";s:3:\"url\";s:31:\"/civicrm/admin/uf/group?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,25,1,0,0,'a:0:{}'), + (157,1,'civicrm/admin/uf/group/setting',NULL,'AdditionalInfo Form','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:26:\"CRM_UF_Form_AdvanceSetting\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:8:\"Profiles\";s:3:\"url\";s:31:\"/civicrm/admin/uf/group?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,0,1,0,0,'a:0:{}'), + (158,1,'civicrm/admin/options/activity_type',NULL,'Activity Types','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Options\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,30,1,0,0,'a:2:{s:4:\"desc\";s:155:\"CiviCRM has several built-in activity types (meetings, phone calls, emails sent). Track other types of interactions by creating custom activity types here.\";s:10:\"adminGroup\";s:26:\"Customize Data and Screens\";}'), + (159,1,'civicrm/admin/reltype',NULL,'Relationship Types','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:31:\"CRM_Admin_Page_RelationshipType\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,35,1,0,0,'a:2:{s:4:\"desc\";s:148:\"Contacts can be linked to each other through Relationships (e.g. Spouse, Employer, etc.). Define the types of relationships you want to record here.\";s:10:\"adminGroup\";s:26:\"Customize Data and Screens\";}'), + (160,1,'civicrm/admin/reltype/edit',NULL,'Edit Relationship Type','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:31:\"CRM_Admin_Form_RelationshipType\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:18:\"Relationship Types\";s:3:\"url\";s:30:\"/civicrm/admin/reltype?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,1,1,0,0,'a:0:{}'), + (161,1,'civicrm/admin/options/subtype',NULL,'Contact Types','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:26:\"CRM_Admin_Page_ContactType\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,40,1,0,0,'a:1:{s:10:\"adminGroup\";s:26:\"Customize Data and Screens\";}'), + (162,1,'civicrm/admin/options/subtype/edit',NULL,'Edit Contact Type','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:26:\"CRM_Admin_Form_ContactType\";',NULL,'a:4:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}i:3;a:2:{s:5:\"title\";s:13:\"Contact Types\";s:3:\"url\";s:38:\"/civicrm/admin/options/subtype?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,1,1,0,0,'a:0:{}'), + (163,1,'civicrm/admin/options/gender',NULL,'Gender Options','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Options\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,45,1,0,0,'a:2:{s:4:\"desc\";s:79:\"Options for assigning gender to individual contacts (e.g. Male, Female, Other).\";s:10:\"adminGroup\";s:26:\"Customize Data and Screens\";}'), + (164,1,'civicrm/admin/options/individual_prefix',NULL,'Individual Prefixes (Ms, Mr...)','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Options\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,50,1,0,0,'a:2:{s:4:\"desc\";s:66:\"Options for individual contact prefixes (e.g. Ms., Mr., Dr. etc.).\";s:10:\"adminGroup\";s:26:\"Customize Data and Screens\";}'), + (165,1,'civicrm/admin/options/individual_suffix',NULL,'Individual Suffixes (Jr, Sr...)','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Options\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,55,1,0,0,'a:2:{s:4:\"desc\";s:61:\"Options for individual contact suffixes (e.g. Jr., Sr. etc.).\";s:10:\"adminGroup\";s:26:\"Customize Data and Screens\";}'), + (166,1,'civicrm/admin/locationType',NULL,'Location Types (Home, Work...)','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:27:\"CRM_Admin_Page_LocationType\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,60,1,0,0,'a:2:{s:4:\"desc\";s:94:\"Options for categorizing contact addresses and phone numbers (e.g. Home, Work, Billing, etc.).\";s:10:\"adminGroup\";s:26:\"Customize Data and Screens\";}'), + (167,1,'civicrm/admin/locationType/edit',NULL,'Edit Location Type','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:27:\"CRM_Admin_Form_LocationType\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:30:\"Location Types (Home, Work...)\";s:3:\"url\";s:35:\"/civicrm/admin/locationType?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,1,1,0,0,'a:0:{}'), + (168,1,'civicrm/admin/options/website_type',NULL,'Website Types','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Options\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,65,1,0,0,'a:2:{s:4:\"desc\";s:48:\"Options for assigning website types to contacts.\";s:10:\"adminGroup\";s:26:\"Customize Data and Screens\";}'), + (169,1,'civicrm/admin/options/instant_messenger_service',NULL,'Instant Messenger Services','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Options\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,70,1,0,0,'a:2:{s:4:\"desc\";s:79:\"List of IM services which can be used when recording screen-names for contacts.\";s:10:\"adminGroup\";s:26:\"Customize Data and Screens\";}'), + (170,1,'civicrm/admin/options/mobile_provider',NULL,'Mobile Phone Providers','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Options\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,75,1,0,0,'a:2:{s:4:\"desc\";s:90:\"List of mobile phone providers which can be assigned when recording contact phone numbers.\";s:10:\"adminGroup\";s:26:\"Customize Data and Screens\";}'), + (171,1,'civicrm/admin/options/phone_type',NULL,'Phone Type','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Options\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,80,1,0,0,'a:2:{s:4:\"desc\";s:80:\"Options for assigning phone type to contacts (e.g Phone,\n Mobile, Fax, Pager)\";s:10:\"adminGroup\";s:26:\"Customize Data and Screens\";}'), + (172,1,'civicrm/admin/setting/preferences/display',NULL,'Display Preferences','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:34:\"CRM_Admin_Form_Preferences_Display\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,90,1,0,0,'a:1:{s:10:\"adminGroup\";s:26:\"Customize Data and Screens\";}'), + (173,1,'civicrm/admin/setting/search',NULL,'Search Preferences','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:29:\"CRM_Admin_Form_Setting_Search\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,95,1,0,0,'a:1:{s:10:\"adminGroup\";s:26:\"Customize Data and Screens\";}'), + (174,1,'civicrm/admin/setting/preferences/date',NULL,'View Date Preferences','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:30:\"CRM_Admin_Page_PreferencesDate\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,1,1,0,0,'a:0:{}'), + (175,1,'civicrm/admin/menu',NULL,'Navigation Menu','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:25:\"CRM_Admin_Page_Navigation\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,100,1,0,0,'a:2:{s:4:\"desc\";s:79:\"Add or remove menu items, and modify the order of items on the navigation menu.\";s:10:\"adminGroup\";s:26:\"Customize Data and Screens\";}'), + (176,1,'civicrm/admin/options/wordreplacements',NULL,'Word Replacements','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:31:\"CRM_Admin_Form_WordReplacements\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,105,1,0,0,'a:2:{s:4:\"desc\";s:18:\"Word Replacements.\";s:10:\"adminGroup\";s:26:\"Customize Data and Screens\";}'), + (177,1,'civicrm/admin/options/custom_search',NULL,'Manage Custom Searches','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Options\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,110,1,0,0,'a:2:{s:4:\"desc\";s:225:\"Developers and accidental techies with a bit of PHP and SQL knowledge can create new search forms to handle specific search and reporting needs which aren\'t covered by the built-in Advanced Search and Search Builder features.\";s:10:\"adminGroup\";s:26:\"Customize Data and Screens\";}'), + (178,1,'civicrm/admin/domain','action=update','Organization Address and Contact Info','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:23:\"CRM_Contact_Form_Domain\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,10,1,0,0,'a:2:{s:4:\"desc\";s:150:\"Configure primary contact name, email, return-path and address information. This information is used by CiviMail to identify the sending organization.\";s:10:\"adminGroup\";s:14:\"Communications\";}'), + (179,1,'civicrm/admin/options/from_email_address',NULL,'From Email Addresses','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Options\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,20,1,0,0,'a:2:{s:4:\"desc\";s:74:\"List of Email Addresses which can be used when sending emails to contacts.\";s:10:\"adminGroup\";s:14:\"Communications\";}'), + (180,1,'civicrm/admin/messageTemplates',NULL,'Message Templates','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:22:\"edit message templates\";i:1;s:34:\"edit user-driven message templates\";i:2;s:38:\"edit system workflow message templates\";}i:1;s:2:\"or\";}','s:31:\"CRM_Admin_Page_MessageTemplates\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,30,1,0,0,'a:2:{s:4:\"desc\";s:130:\"Message templates allow you to save and re-use messages with layouts which you can use when sending email to one or more contacts.\";s:10:\"adminGroup\";s:14:\"Communications\";}'), + (181,1,'civicrm/admin/messageTemplates/add',NULL,'Message Templates','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:22:\"edit message templates\";i:1;s:34:\"edit user-driven message templates\";i:2;s:38:\"edit system workflow message templates\";}i:1;s:2:\"or\";}','s:31:\"CRM_Admin_Form_MessageTemplates\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:17:\"Message Templates\";s:3:\"url\";s:39:\"/civicrm/admin/messageTemplates?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,262,1,0,0,'a:1:{s:4:\"desc\";s:26:\"Add/Edit Message Templates\";}'), + (182,1,'civicrm/admin/scheduleReminders',NULL,'Schedule Reminders','s:1:\"1\";','a:2:{i:0;a:2:{i:0;s:23:\"administer CiviCRM data\";i:1;s:15:\"edit all events\";}i:1;s:2:\"or\";}','s:32:\"CRM_Admin_Page_ScheduleReminders\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,40,1,0,0,'a:2:{s:4:\"desc\";s:19:\"Schedule Reminders.\";s:10:\"adminGroup\";s:14:\"Communications\";}'), + (183,1,'civicrm/admin/weight',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:16:\"CRM_Utils_Weight\";i:1;s:8:\"fixOrder\";}',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,1,1,0,0,'a:0:{}'), + (184,1,'civicrm/admin/options/preferred_communication_method',NULL,'Preferred Communication Methods','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Options\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,50,1,0,0,'a:2:{s:4:\"desc\";s:117:\"One or more preferred methods of communication can be assigned to each contact. Customize the available options here.\";s:10:\"adminGroup\";s:14:\"Communications\";}'), + (185,1,'civicrm/admin/labelFormats',NULL,'Label Formats','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:27:\"CRM_Admin_Page_LabelFormats\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,60,1,0,0,'a:2:{s:4:\"desc\";s:67:\"Configure Label Formats that are used when creating mailing labels.\";s:10:\"adminGroup\";s:14:\"Communications\";}'), + (186,1,'civicrm/admin/pdfFormats',NULL,'Print Page (PDF) Formats','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:25:\"CRM_Admin_Page_PdfFormats\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,70,1,0,0,'a:2:{s:4:\"desc\";s:95:\"Configure PDF Page Formats that can be assigned to Message Templates when creating PDF letters.\";s:10:\"adminGroup\";s:14:\"Communications\";}'), + (187,1,'civicrm/admin/options/communication_style',NULL,'Communication Style Options','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Options\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,75,1,0,0,'a:2:{s:4:\"desc\";s:42:\"Options for Communication Style selection.\";s:10:\"adminGroup\";s:14:\"Communications\";}'), + (188,1,'civicrm/admin/options/email_greeting',NULL,'Email Greeting Formats','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Options\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,80,1,0,0,'a:2:{s:4:\"desc\";s:75:\"Options for assigning email greetings to individual and household contacts.\";s:10:\"adminGroup\";s:14:\"Communications\";}'), + (189,1,'civicrm/admin/options/postal_greeting',NULL,'Postal Greeting Formats','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Options\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,90,1,0,0,'a:2:{s:4:\"desc\";s:76:\"Options for assigning postal greetings to individual and household contacts.\";s:10:\"adminGroup\";s:14:\"Communications\";}'), + (190,1,'civicrm/admin/options/addressee',NULL,'Addressee Formats','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Options\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,100,1,0,0,'a:2:{s:4:\"desc\";s:83:\"Options for assigning addressee to individual, household and organization contacts.\";s:10:\"adminGroup\";s:14:\"Communications\";}'), + (191,1,'civicrm/admin/setting/localization',NULL,'Languages, Currency, Locations','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:35:\"CRM_Admin_Form_Setting_Localization\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,10,1,0,0,'a:1:{s:10:\"adminGroup\";s:12:\"Localization\";}'), + (192,1,'civicrm/admin/setting/preferences/address',NULL,'Address Settings','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:34:\"CRM_Admin_Form_Preferences_Address\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,20,1,0,0,'a:1:{s:10:\"adminGroup\";s:12:\"Localization\";}'), + (193,1,'civicrm/admin/setting/date',NULL,'Date Formats','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:27:\"CRM_Admin_Form_Setting_Date\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,30,1,0,0,'a:1:{s:10:\"adminGroup\";s:12:\"Localization\";}'), + (194,1,'civicrm/admin/options/languages',NULL,'Preferred Languages','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Options\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,40,1,0,0,'a:2:{s:4:\"desc\";s:30:\"Options for contact languages.\";s:10:\"adminGroup\";s:12:\"Localization\";}'), + (195,1,'civicrm/admin/access',NULL,'Access Control','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:21:\"CRM_Admin_Page_Access\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,10,1,0,0,'a:2:{s:4:\"desc\";s:73:\"Grant or deny access to actions (view, edit...), features and components.\";s:10:\"adminGroup\";s:21:\"Users and Permissions\";}'), + (196,1,'civicrm/admin/access/wp-permissions',NULL,'WordPress Access Control','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:34:\"CRM_ACL_Form_WordPress_Permissions\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:14:\"Access Control\";s:3:\"url\";s:29:\"/civicrm/admin/access?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,10,1,0,0,'a:1:{s:4:\"desc\";s:65:\"Grant access to CiviCRM components and other CiviCRM permissions.\";}'), + (197,1,'civicrm/admin/synchUser',NULL,'Synchronize Users to Contacts','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Form_CMSUser\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,20,1,0,0,'a:2:{s:4:\"desc\";s:71:\"Automatically create a CiviCRM contact record for each CMS user record.\";s:10:\"adminGroup\";s:21:\"Users and Permissions\";}'), + (198,1,'civicrm/admin/configtask',NULL,'Configuration Checklist','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:29:\"CRM_Admin_Page_ConfigTaskList\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}','civicrm/admin/configtask',NULL,NULL,1,0,1,1,1,1,0,0,'a:2:{s:4:\"desc\";s:55:\"List of configuration tasks with links to each setting.\";s:10:\"adminGroup\";s:15:\"System Settings\";}'), + (199,1,'civicrm/admin/setting/component',NULL,'Enable CiviCRM Components','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:32:\"CRM_Admin_Form_Setting_Component\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,10,1,0,0,'a:2:{s:4:\"desc\";s:269:\"Enable or disable components (e.g. CiviEvent, CiviMember, etc.) for your site based on the features you need. We recommend disabling any components not being used in order to simplify the user interface. You can easily re-enable components at any time from this screen.\";s:10:\"adminGroup\";s:15:\"System Settings\";}'), + (200,1,'civicrm/admin/extensions',NULL,'Manage Extensions','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:25:\"administer CiviCRM system\";}i:1;s:3:\"and\";}','s:25:\"CRM_Admin_Page_Extensions\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,120,1,0,0,'a:2:{s:4:\"desc\";s:0:\"\";s:10:\"adminGroup\";s:15:\"System Settings\";}'), + (201,1,'civicrm/admin/extensions/upgrade',NULL,'Database Upgrades','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:25:\"administer CiviCRM system\";}i:1;s:3:\"and\";}','s:32:\"CRM_Admin_Page_ExtensionsUpgrade\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:17:\"Manage Extensions\";s:3:\"url\";s:33:\"/civicrm/admin/extensions?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,1,1,0,0,'a:0:{}'), + (202,1,'civicrm/admin/setting/smtp',NULL,'Outbound Email Settings','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:25:\"administer CiviCRM system\";}i:1;s:3:\"and\";}','s:27:\"CRM_Admin_Form_Setting_Smtp\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,20,1,0,0,'a:1:{s:10:\"adminGroup\";s:15:\"System Settings\";}'), + (203,1,'civicrm/admin/paymentProcessor',NULL,'Settings - Payment Processor','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:29:\"administer payment processors\";}i:1;s:3:\"and\";}','s:31:\"CRM_Admin_Page_PaymentProcessor\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,30,1,0,0,'a:2:{s:4:\"desc\";s:48:\"Payment Processor setup for CiviCRM transactions\";s:10:\"adminGroup\";s:15:\"System Settings\";}'), + (204,1,'civicrm/admin/paymentProcessor/edit',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:29:\"administer payment processors\";}i:1;s:3:\"and\";}','s:31:\"CRM_Admin_Form_PaymentProcessor\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:28:\"Settings - Payment Processor\";s:3:\"url\";s:39:\"/civicrm/admin/paymentProcessor?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,1,1,0,0,'a:0:{}'), + (205,1,'civicrm/admin/setting/mapping',NULL,'Mapping and Geocoding','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:30:\"CRM_Admin_Form_Setting_Mapping\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,40,1,0,0,'a:1:{s:10:\"adminGroup\";s:15:\"System Settings\";}'), + (206,1,'civicrm/admin/setting/misc',NULL,'Misc (Undelete, PDFs, Limits, Logging, etc.)','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:36:\"CRM_Admin_Form_Setting_Miscellaneous\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,50,1,0,0,'a:2:{s:4:\"desc\";s:63:\"Enable undelete/move to trash feature, detailed change logging.\";s:10:\"adminGroup\";s:15:\"System Settings\";}'), + (207,1,'civicrm/admin/setting/path',NULL,'Directories','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:27:\"CRM_Admin_Form_Setting_Path\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,60,1,0,0,'a:1:{s:10:\"adminGroup\";s:15:\"System Settings\";}'), + (208,1,'civicrm/admin/setting/url',NULL,'Resource URLs','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:26:\"CRM_Admin_Form_Setting_Url\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,70,1,0,0,'a:1:{s:10:\"adminGroup\";s:15:\"System Settings\";}'), + (209,1,'civicrm/admin/setting/updateConfigBackend',NULL,'Cleanup Caches and Update Paths','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:42:\"CRM_Admin_Form_Setting_UpdateConfigBackend\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,80,1,0,0,'a:2:{s:4:\"desc\";s:157:\"Reset the Base Directory Path and Base URL settings - generally when a CiviCRM site is moved to another location in the file system and/or to another domain.\";s:10:\"adminGroup\";s:15:\"System Settings\";}'), + (210,1,'civicrm/admin/setting/uf',NULL,'CMS Database Integration','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:25:\"CRM_Admin_Form_Setting_UF\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,90,1,0,0,'a:1:{s:10:\"adminGroup\";s:15:\"System Settings\";}'), + (211,1,'civicrm/admin/options/safe_file_extension',NULL,'Safe File Extension Options','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Options\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,100,1,0,0,'a:2:{s:4:\"desc\";s:44:\"File Extensions that can be considered safe.\";s:10:\"adminGroup\";s:15:\"System Settings\";}'), + (212,1,'civicrm/admin/options',NULL,'Option Groups','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Options\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,105,1,0,0,'a:2:{s:4:\"desc\";s:35:\"Access all meta-data option groups.\";s:10:\"adminGroup\";s:15:\"System Settings\";}'), + (213,1,'civicrm/admin/mapping',NULL,'Import/Export Mappings','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Mapping\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,110,1,0,0,'a:2:{s:4:\"desc\";s:141:\"Import and Export mappings allow you to easily run the same job multiple times. This option allows you to rename or delete existing mappings.\";s:10:\"adminGroup\";s:15:\"System Settings\";}'), + (214,1,'civicrm/admin/setting/debug',NULL,'Debugging','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:32:\"CRM_Admin_Form_Setting_Debugging\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,120,1,0,0,'a:1:{s:10:\"adminGroup\";s:15:\"System Settings\";}'), + (215,1,'civicrm/admin/setting/preferences/multisite',NULL,'Multi Site Settings','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Form_Generic\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,130,1,0,0,'a:1:{s:10:\"adminGroup\";s:15:\"System Settings\";}'), + (216,1,'civicrm/admin/setting/preferences/campaign',NULL,'CiviCampaign Component Settings','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Form_Generic\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,10,1,0,0,'a:3:{s:4:\"desc\";s:40:\"Configure global CiviCampaign behaviors.\";s:10:\"adminGroup\";s:12:\"CiviCampaign\";s:9:\"component\";s:12:\"CiviCampaign\";}'), + (217,1,'civicrm/admin/setting/preferences/event',NULL,'CiviEvent Component Settings','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:16:\"access CiviEvent\";i:1;s:18:\"administer CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Form_Generic\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,420,1,0,0,'a:2:{s:4:\"desc\";s:37:\"Configure global CiviEvent behaviors.\";s:10:\"adminGroup\";s:9:\"CiviEvent\";}'), + (218,1,'civicrm/admin/setting/preferences/mailing',NULL,'CiviMail Component Settings','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:15:\"access CiviMail\";i:1;s:18:\"administer CiviCRM\";}i:1;s:3:\"and\";}','s:34:\"CRM_Admin_Form_Preferences_Mailing\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,430,1,0,0,'a:2:{s:4:\"desc\";s:36:\"Configure global CiviMail behaviors.\";s:10:\"adminGroup\";s:8:\"CiviMail\";}'), + (219,1,'civicrm/admin/setting/preferences/member',NULL,'CiviMember Component Settings','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:17:\"access CiviMember\";i:1;s:18:\"administer CiviCRM\";}i:1;s:3:\"and\";}','s:33:\"CRM_Admin_Form_Preferences_Member\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,390,1,0,0,'a:2:{s:4:\"desc\";s:38:\"Configure global CiviMember behaviors.\";s:10:\"adminGroup\";s:10:\"CiviMember\";}'), + (220,1,'civicrm/admin/runjobs',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:14:\"access CiviCRM\";i:1;s:25:\"administer CiviCRM system\";}i:1;s:3:\"and\";}','a:2:{i:0;s:16:\"CRM_Utils_System\";i:1;s:20:\"executeScheduledJobs\";}',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,1,1,0,0,'a:1:{s:4:\"desc\";s:36:\"URL used for running scheduled jobs.\";}'), + (221,1,'civicrm/admin/job',NULL,'Scheduled Jobs','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:14:\"access CiviCRM\";i:1;s:25:\"administer CiviCRM system\";}i:1;s:3:\"and\";}','s:18:\"CRM_Admin_Page_Job\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,1370,1,0,0,'a:2:{s:4:\"desc\";s:35:\"Managing periodially running tasks.\";s:10:\"adminGroup\";s:15:\"System Settings\";}'), + (222,1,'civicrm/admin/job/add',NULL,'Add Scheduled Job','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:14:\"access CiviCRM\";i:1;s:25:\"administer CiviCRM system\";}i:1;s:3:\"and\";}','s:18:\"CRM_Admin_Page_Job\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:14:\"Scheduled Jobs\";s:3:\"url\";s:26:\"/civicrm/admin/job?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,1371,1,0,0,'a:2:{s:4:\"desc\";s:31:\"Add a periodially running task.\";s:10:\"adminGroup\";s:15:\"System Settings\";}'), + (223,1,'civicrm/admin/job/edit',NULL,'Edit Scheduled Job','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:14:\"access CiviCRM\";i:1;s:25:\"administer CiviCRM system\";}i:1;s:3:\"and\";}','s:18:\"CRM_Admin_Page_Job\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:14:\"Scheduled Jobs\";s:3:\"url\";s:26:\"/civicrm/admin/job?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,1372,1,0,0,'a:2:{s:4:\"desc\";s:32:\"Edit a periodially running task.\";s:10:\"adminGroup\";s:15:\"System Settings\";}'), + (224,1,'civicrm/admin/joblog',NULL,'Scheduled Jobs Log','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:14:\"access CiviCRM\";i:1;s:25:\"administer CiviCRM system\";}i:1;s:3:\"and\";}','s:21:\"CRM_Admin_Page_JobLog\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,1380,1,0,0,'a:2:{s:4:\"desc\";s:46:\"Browsing the log of periodially running tasks.\";s:10:\"adminGroup\";s:6:\"Manage\";}'), + (225,1,'civicrm/admin/options/grant_type',NULL,'Grant Types','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Options\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,385,1,0,0,'a:2:{s:4:\"desc\";s:148:\"List of types which can be assigned to Grants. (Enable CiviGrant from Administer > System Settings > Enable Components if you want to track grants.)\";s:10:\"adminGroup\";s:12:\"Option Lists\";}'), + (226,1,'civicrm/admin/paymentProcessorType',NULL,'Payment Processor Type','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:35:\"CRM_Admin_Page_PaymentProcessorType\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,390,1,0,0,'a:1:{s:4:\"desc\";s:34:\"Payment Processor type information\";}'), + (227,1,'civicrm/admin',NULL,'Administer CiviCRM','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:20:\"CRM_Admin_Page_Admin\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,9000,1,1,0,'a:0:{}'), + (228,1,'civicrm/ajax/navmenu',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:19:\"CRM_Admin_Page_AJAX\";i:1;s:7:\"navMenu\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), + (229,1,'civicrm/ajax/menutree',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:14:\"access CiviCRM\";i:1;s:18:\"administer CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:19:\"CRM_Admin_Page_AJAX\";i:1;s:8:\"menuTree\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,3,0,'a:0:{}'), + (230,1,'civicrm/ajax/statusmsg',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:19:\"CRM_Admin_Page_AJAX\";i:1;s:12:\"getStatusMsg\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), + (231,1,'civicrm/admin/price',NULL,'Price Sets','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:14:\"access CiviCRM\";i:1;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:18:\"CRM_Price_Page_Set\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,380,1,0,0,'a:2:{s:4:\"desc\";s:205:\"Price sets allow you to offer multiple options with associated fees (e.g. pre-conference workshops, additional meals, etc.). Configure Price Sets for events which need more than a single set of fee levels.\";s:10:\"adminGroup\";s:9:\"Customize\";}'), + (232,1,'civicrm/admin/price/add','action=add','New Price Set','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:14:\"access CiviCRM\";i:1;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:18:\"CRM_Price_Page_Set\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:10:\"Price Sets\";s:3:\"url\";s:28:\"/civicrm/admin/price?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,1,1,0,0,'a:1:{s:4:\"desc\";s:205:\"Price sets allow you to offer multiple options with associated fees (e.g. pre-conference workshops, additional meals, etc.). Configure Price Sets for events which need more than a single set of fee levels.\";}'), + (233,1,'civicrm/admin/price/field',NULL,'Price Fields','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:14:\"access CiviCRM\";i:1;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:20:\"CRM_Price_Page_Field\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:10:\"Price Sets\";s:3:\"url\";s:28:\"/civicrm/admin/price?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,1,1,0,0,'a:0:{}'), + (234,1,'civicrm/admin/price/field/option',NULL,'Price Field Options','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:14:\"access CiviCRM\";i:1;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:21:\"CRM_Price_Page_Option\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:10:\"Price Sets\";s:3:\"url\";s:28:\"/civicrm/admin/price?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,1,1,0,0,'a:0:{}'), + (235,1,'civicrm/ajax/mapping',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:19:\"CRM_Admin_Page_AJAX\";i:1;s:11:\"mappingList\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), + (236,1,'civicrm/ajax/recipientListing',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:16:\"access CiviEvent\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:19:\"CRM_Admin_Page_AJAX\";i:1;s:16:\"recipientListing\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), + (237,1,'civicrm/admin/sms/provider',NULL,'Sms Providers','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:18:\"administer CiviCRM\";}i:1;s:3:\"and\";}','s:21:\"CRM_SMS_Page_Provider\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,500,1,0,0,'a:2:{s:4:\"desc\";s:27:\"To configure a sms provider\";s:10:\"adminGroup\";s:15:\"System Settings\";}'), + (238,1,'civicrm/sms/send',NULL,'New Mass SMS','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:8:\"send SMS\";}i:1;s:3:\"and\";}','s:23:\"CRM_SMS_Controller_Send\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,610,1,1,0,'a:0:{}'), + (239,1,'civicrm/sms/callback',NULL,NULL,'s:1:\"1\";','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:21:\"CRM_SMS_Page_Callback\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,1,1,0,1,1,0,0,'a:0:{}'), + (240,1,'civicrm/admin/badgelayout','action=browse','Event Name Badge Layouts','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:21:\"CRM_Badge_Page_Layout\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,399,1,0,0,'a:2:{s:4:\"desc\";s:107:\"Configure name badge layouts for event participants, including logos and what data to include on the badge.\";s:10:\"adminGroup\";s:9:\"CiviEvent\";}'), + (241,1,'civicrm/admin/badgelayout/add',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:18:\"administer CiviCRM\";}i:1;s:3:\"and\";}','s:21:\"CRM_Badge_Form_Layout\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:24:\"Event Name Badge Layouts\";s:3:\"url\";s:52:\"/civicrm/admin/badgelayout?reset=1&action=browse\";}}',NULL,NULL,NULL,1,0,1,1,1,1,0,0,'a:0:{}'), + (242,1,'civicrm/profile',NULL,NULL,'s:1:\"1\";','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:23:\"CRM_Profile_Page_Router\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,1,1,0,0,1,0,0,'a:0:{}'), + (243,1,'civicrm/profile/create',NULL,'CiviCRM Profile Create','s:1:\"1\";','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:23:\"CRM_Profile_Page_Router\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,1,1,0,0,1,0,0,'a:0:{}'), + (244,1,'civicrm/profile/view',NULL,NULL,'s:1:\"1\";','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:21:\"CRM_Profile_Page_View\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,1,1,0,1,1,0,0,'a:0:{}'), + (245,1,'civicrm/ajax/api4',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Api4_Permission\";i:1;s:5:\"check\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:18:\"CRM_Api4_Page_AJAX\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), + (246,1,'civicrm/api4',NULL,'CiviCRM','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:26:\"CRM_Api4_Page_Api4Explorer\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), + (247,1,'civicrm/ajax/jqState',NULL,NULL,'s:1:\"1\";','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:27:\"CRM_Core_Page_AJAX_Location\";i:1;s:7:\"jqState\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,1,1,0,1,1,0,0,'a:0:{}'), + (248,1,'civicrm/ajax/jqCounty',NULL,NULL,'s:1:\"1\";','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:27:\"CRM_Core_Page_AJAX_Location\";i:1;s:8:\"jqCounty\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,1,1,0,1,1,0,0,'a:0:{}'), + (249,1,'civicrm/group',NULL,'Manage Groups','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:20:\"CRM_Group_Page_Group\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,30,1,1,0,'a:0:{}'), + (250,1,'civicrm/group/search',NULL,'Group Members','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:29:\"CRM_Contact_Controller_Search\";','s:8:\"mode=256\";','a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:13:\"Manage Groups\";s:3:\"url\";s:22:\"/civicrm/group?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:1:{s:7:\"comment\";s:164:\"Note: group search already respect ACL, so a strict permission at url level is not required. A simple/basic permission like \'access CiviCRM\' could be used. CRM-5417\";}'), + (251,1,'civicrm/group/add',NULL,'New Group','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:11:\"edit groups\";}i:1;s:3:\"and\";}','s:20:\"CRM_Group_Controller\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:13:\"Manage Groups\";s:3:\"url\";s:22:\"/civicrm/group?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), + (252,1,'civicrm/group/edit',NULL,'Edit Group','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:11:\"edit groups\";}i:1;s:3:\"and\";}','s:19:\"CRM_Group_Form_Edit\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:13:\"Manage Groups\";s:3:\"url\";s:22:\"/civicrm/group?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), (253,1,'civicrm/ajax/grouplist',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:19:\"CRM_Group_Page_AJAX\";i:1;s:12:\"getGroupList\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), - (254,1,'civicrm/tag',NULL,'Tags','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:11:\"manage tags\";}i:1;s:2:\"or\";}','s:16:\"CRM_Tag_Page_Tag\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,25,1,0,0,'a:2:{s:4:\"desc\";s:158:\"Tags are useful for segmenting the contacts in your database into categories (e.g. Staff Member, Donor, Volunteer, etc.). Create and edit available tags here.\";s:10:\"adminGroup\";s:26:\"Customize Data and Screens\";}'), - (255,1,'civicrm/tag/edit','action=add','New Tag','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:11:\"manage tags\";}i:1;s:2:\"or\";}','s:17:\"CRM_Tag_Form_Edit\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:4:\"Tags\";s:3:\"url\";s:20:\"/civicrm/tag?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), - (256,1,'civicrm/tag/merge',NULL,'Merge Tags','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:11:\"manage tags\";}i:1;s:2:\"or\";}','s:18:\"CRM_Tag_Form_Merge\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:4:\"Tags\";s:3:\"url\";s:20:\"/civicrm/tag?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), - (257,1,'civicrm/ajax/tagTree',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:11:\"manage tags\";}i:1;s:2:\"or\";}','a:2:{i:0;s:19:\"CRM_Admin_Page_AJAX\";i:1;s:10:\"getTagTree\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), - (258,1,'civicrm/custom',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:32:\"CRM_Custom_Form_CustomDataByType\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), - (259,1,'civicrm/event/manage/pcp',NULL,'Personal Campaign Pages','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:18:\"CRM_PCP_Form_Event\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:19:\"CiviEvent Dashboard\";s:3:\"url\";s:22:\"/civicrm/event?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Manage Events\";s:3:\"url\";s:29:\"/civicrm/event/manage?reset=1\";}}',NULL,NULL,1,1,0,1,1,540,1,1,0,'a:0:{}'), - (260,1,'civicrm/event/pcp',NULL,NULL,'s:1:\"1\";','a:2:{i:0;a:2:{i:0;s:14:\"access CiviCRM\";i:1;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:16:\"CRM_PCP_Form_PCP\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:19:\"CiviEvent Dashboard\";s:3:\"url\";s:22:\"/civicrm/event?reset=1\";}}',NULL,NULL,1,1,1,1,0,1,1,0,0,'a:0:{}'), - (261,1,'civicrm/event/campaign',NULL,'Setup a Personal Campaign Page - Account Information','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:25:\"make online contributions\";}i:1;s:3:\"and\";}','s:22:\"CRM_PCP_Controller_PCP\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:19:\"CiviEvent Dashboard\";s:3:\"url\";s:22:\"/civicrm/event?reset=1\";}}',NULL,NULL,1,1,1,1,0,0,1,0,0,'a:0:{}'), - (262,1,'civicrm/event',NULL,'CiviEvent Dashboard','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:14:\"access CiviCRM\";i:1;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:24:\"CRM_Event_Page_DashBoard\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,1,1,0,1,0,800,1,1,0,'a:1:{s:9:\"component\";s:9:\"CiviEvent\";}'), - (263,1,'civicrm/participant/add','action=add','Register New Participant','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:18:\"CRM_Event_Page_Tab\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:1:{s:9:\"component\";s:9:\"CiviEvent\";}'), - (264,1,'civicrm/event/info',NULL,'Event Information','s:1:\"1\";','a:2:{i:0;a:2:{i:0;s:14:\"access CiviCRM\";i:1;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:24:\"CRM_Event_Page_EventInfo\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:19:\"CiviEvent Dashboard\";s:3:\"url\";s:22:\"/civicrm/event?reset=1\";}}',NULL,NULL,1,1,1,1,0,1,1,0,0,'a:0:{}'), - (265,1,'civicrm/event/register',NULL,'Event Registration','s:1:\"1\";','a:2:{i:0;a:2:{i:0;s:14:\"access CiviCRM\";i:1;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:33:\"CRM_Event_Controller_Registration\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:19:\"CiviEvent Dashboard\";s:3:\"url\";s:22:\"/civicrm/event?reset=1\";}}',NULL,NULL,1,1,1,1,1,1,1,0,0,'a:0:{}'), - (266,1,'civicrm/event/confirm',NULL,'Confirm Event Registration','s:1:\"1\";','a:2:{i:0;a:2:{i:0;s:14:\"access CiviCRM\";i:1;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:46:\"CRM_Event_Form_Registration_ParticipantConfirm\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:19:\"CiviEvent Dashboard\";s:3:\"url\";s:22:\"/civicrm/event?reset=1\";}}',NULL,NULL,1,1,1,1,1,1,1,0,0,'a:0:{}'), - (267,1,'civicrm/event/ical',NULL,'Current and Upcoming Events','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:15:\"view event info\";}i:1;s:3:\"and\";}','a:2:{i:0;s:19:\"CRM_Event_ICalendar\";i:1;s:3:\"run\";}',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:19:\"CiviEvent Dashboard\";s:3:\"url\";s:22:\"/civicrm/event?reset=1\";}}',NULL,NULL,1,1,1,1,0,0,1,0,0,'a:0:{}'), - (268,1,'civicrm/event/list',NULL,'Current and Upcoming Events','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:15:\"view event info\";}i:1;s:3:\"and\";}','s:19:\"CRM_Event_Page_List\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:19:\"CiviEvent Dashboard\";s:3:\"url\";s:22:\"/civicrm/event?reset=1\";}}',NULL,NULL,1,1,1,1,0,0,1,0,0,'a:0:{}'), - (269,1,'civicrm/event/participant',NULL,'Event Participants List','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:23:\"view event participants\";}i:1;s:3:\"and\";}','s:33:\"CRM_Event_Page_ParticipantListing\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:19:\"CiviEvent Dashboard\";s:3:\"url\";s:22:\"/civicrm/event?reset=1\";}}',NULL,NULL,1,1,1,1,0,0,1,0,0,'a:0:{}'), - (270,1,'civicrm/admin/event',NULL,'Manage Events','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:14:\"access CiviCRM\";i:1;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:26:\"CRM_Event_Page_ManageEvent\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,370,1,0,0,'a:2:{s:4:\"desc\";s:136:\"Create and edit event configuration including times, locations, online registration forms, and fees. Links for iCal and RSS syndication.\";s:10:\"adminGroup\";s:9:\"CiviEvent\";}'), - (271,1,'civicrm/admin/eventTemplate',NULL,'Event Templates','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:28:\"CRM_Admin_Page_EventTemplate\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,375,1,0,0,'a:2:{s:4:\"desc\";s:115:\"Administrators can create Event Templates - which are basically master event records pre-filled with default values\";s:10:\"adminGroup\";s:9:\"CiviEvent\";}'), - (272,1,'civicrm/admin/options/event_type',NULL,'Event Types','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Options\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,385,1,0,0,'a:2:{s:4:\"desc\";s:143:\"Use Event Types to categorize your events. Event feeds can be filtered by Event Type and participant searches can use Event Type as a criteria.\";s:10:\"adminGroup\";s:9:\"CiviEvent\";}'), - (273,1,'civicrm/admin/participant_status',NULL,'Participant Status','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:36:\"CRM_Admin_Page_ParticipantStatusType\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,390,1,0,0,'a:2:{s:4:\"desc\";s:154:\"Define statuses for event participants here (e.g. Registered, Attended, Cancelled...). You can then assign statuses and search for participants by status.\";s:10:\"adminGroup\";s:9:\"CiviEvent\";}'), - (274,1,'civicrm/admin/options/participant_role',NULL,'Participant Role','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Options\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,395,1,0,0,'a:2:{s:4:\"desc\";s:138:\"Define participant roles for events here (e.g. Attendee, Host, Speaker...). You can then assign roles and search for participants by role.\";s:10:\"adminGroup\";s:9:\"CiviEvent\";}'), - (275,1,'civicrm/admin/options/participant_listing',NULL,'Participant Listing Templates','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Options\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,398,1,0,0,'a:2:{s:4:\"desc\";s:48:\"Template to control participant listing display.\";s:10:\"adminGroup\";s:9:\"CiviEvent\";}'), - (276,1,'civicrm/admin/options/conference_slot',NULL,'Conference Slot Labels','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Options\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,415,1,0,0,'a:2:{s:4:\"desc\";s:35:\"Define conference slots and labels.\";s:10:\"adminGroup\";s:9:\"CiviEvent\";}'), - (277,1,'civicrm/event/search',NULL,'Find Participants','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:27:\"CRM_Event_Controller_Search\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:19:\"CiviEvent Dashboard\";s:3:\"url\";s:22:\"/civicrm/event?reset=1\";}}',NULL,NULL,1,1,0,1,0,810,1,1,0,'a:0:{}'), - (278,1,'civicrm/event/manage',NULL,'Manage Events','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:26:\"CRM_Event_Page_ManageEvent\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:19:\"CiviEvent Dashboard\";s:3:\"url\";s:22:\"/civicrm/event?reset=1\";}}',NULL,NULL,1,1,0,1,1,820,1,1,0,'a:0:{}'), - (279,1,'civicrm/event/badge',NULL,'Print Event Name Badge','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:25:\"CRM_Event_Form_Task_Badge\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:19:\"CiviEvent Dashboard\";s:3:\"url\";s:22:\"/civicrm/event?reset=1\";}}',NULL,NULL,1,1,0,1,0,1,1,0,0,'a:0:{}'), - (280,1,'civicrm/event/manage/settings',NULL,'Event Info and Settings','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:36:\"CRM_Event_Form_ManageEvent_EventInfo\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:19:\"CiviEvent Dashboard\";s:3:\"url\";s:22:\"/civicrm/event?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Manage Events\";s:3:\"url\";s:29:\"/civicrm/event/manage?reset=1\";}}',NULL,NULL,1,1,0,1,1,910,1,0,0,'a:0:{}'), - (281,1,'civicrm/event/manage/location',NULL,'Event Location','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:35:\"CRM_Event_Form_ManageEvent_Location\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:19:\"CiviEvent Dashboard\";s:3:\"url\";s:22:\"/civicrm/event?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Manage Events\";s:3:\"url\";s:29:\"/civicrm/event/manage?reset=1\";}}',NULL,NULL,1,1,0,1,1,930,1,0,0,'a:0:{}'), - (282,1,'civicrm/event/manage/fee',NULL,'Event Fees','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:30:\"CRM_Event_Form_ManageEvent_Fee\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:19:\"CiviEvent Dashboard\";s:3:\"url\";s:22:\"/civicrm/event?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Manage Events\";s:3:\"url\";s:29:\"/civicrm/event/manage?reset=1\";}}',NULL,NULL,1,1,0,1,1,920,1,0,0,'a:0:{}'), - (283,1,'civicrm/event/manage/registration',NULL,'Event Online Registration','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:39:\"CRM_Event_Form_ManageEvent_Registration\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:19:\"CiviEvent Dashboard\";s:3:\"url\";s:22:\"/civicrm/event?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Manage Events\";s:3:\"url\";s:29:\"/civicrm/event/manage?reset=1\";}}',NULL,NULL,1,1,0,1,1,930,1,0,0,'a:0:{}'), - (284,1,'civicrm/event/manage/friend',NULL,'Tell a Friend','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:21:\"CRM_Friend_Form_Event\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:19:\"CiviEvent Dashboard\";s:3:\"url\";s:22:\"/civicrm/event?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Manage Events\";s:3:\"url\";s:29:\"/civicrm/event/manage?reset=1\";}}',NULL,NULL,1,1,0,1,1,940,1,0,0,'a:0:{}'), - (285,1,'civicrm/event/manage/reminder',NULL,'Schedule Reminders','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:44:\"CRM_Event_Form_ManageEvent_ScheduleReminders\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:19:\"CiviEvent Dashboard\";s:3:\"url\";s:22:\"/civicrm/event?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Manage Events\";s:3:\"url\";s:29:\"/civicrm/event/manage?reset=1\";}}',NULL,NULL,1,1,0,1,1,950,1,0,0,'a:0:{}'), - (286,1,'civicrm/event/manage/repeat',NULL,'Repeat Event','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:33:\"CRM_Event_Form_ManageEvent_Repeat\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:19:\"CiviEvent Dashboard\";s:3:\"url\";s:22:\"/civicrm/event?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Manage Events\";s:3:\"url\";s:29:\"/civicrm/event/manage?reset=1\";}}',NULL,NULL,1,1,0,1,1,960,1,0,0,'a:0:{}'), - (287,1,'civicrm/event/manage/conference',NULL,'Conference Slots','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:37:\"CRM_Event_Form_ManageEvent_Conference\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:19:\"CiviEvent Dashboard\";s:3:\"url\";s:22:\"/civicrm/event?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Manage Events\";s:3:\"url\";s:29:\"/civicrm/event/manage?reset=1\";}}',NULL,NULL,1,1,0,1,1,950,1,0,0,'a:0:{}'), - (288,1,'civicrm/event/add','action=add','New Event','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:36:\"CRM_Event_Form_ManageEvent_EventInfo\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:19:\"CiviEvent Dashboard\";s:3:\"url\";s:22:\"/civicrm/event?reset=1\";}}',NULL,NULL,1,1,0,1,0,830,1,0,0,'a:0:{}'), - (289,1,'civicrm/event/import',NULL,'Import Participants','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:16:\"access CiviEvent\";i:1;s:23:\"edit event participants\";}i:1;s:3:\"and\";}','s:27:\"CRM_Event_Import_Controller\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:19:\"CiviEvent Dashboard\";s:3:\"url\";s:22:\"/civicrm/event?reset=1\";}}',NULL,NULL,1,1,0,1,0,840,1,1,0,'a:0:{}'), - (290,1,'civicrm/event/price',NULL,'Manage Price Sets','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:18:\"CRM_Price_Page_Set\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:19:\"CiviEvent Dashboard\";s:3:\"url\";s:22:\"/civicrm/event?reset=1\";}}',NULL,NULL,1,1,0,1,0,850,1,1,0,'a:0:{}'), - (291,1,'civicrm/event/selfsvcupdate',NULL,'Self-service Registration Update','s:1:\"1\";','a:2:{i:0;a:2:{i:0;s:14:\"access CiviCRM\";i:1;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:28:\"CRM_Event_Form_SelfSvcUpdate\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:19:\"CiviEvent Dashboard\";s:3:\"url\";s:22:\"/civicrm/event?reset=1\";}}',NULL,NULL,1,1,1,1,0,880,1,1,0,'a:0:{}'), - (292,1,'civicrm/event/selfsvctransfer',NULL,'Self-service Registration Transfer','s:1:\"1\";','a:2:{i:0;a:2:{i:0;s:14:\"access CiviCRM\";i:1;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:30:\"CRM_Event_Form_SelfSvcTransfer\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:19:\"CiviEvent Dashboard\";s:3:\"url\";s:22:\"/civicrm/event?reset=1\";}}',NULL,NULL,1,1,1,1,0,890,1,1,0,'a:0:{}'), - (293,1,'civicrm/contact/view/participant',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:14:\"access CiviCRM\";i:1;s:15:\"edit my contact\";i:2;s:15:\"view my contact\";}i:1;s:2:\"or\";}','s:18:\"CRM_Event_Page_Tab\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:15:\"Contact Summary\";s:3:\"url\";s:45:\"/civicrm/contact/view?reset=1&cid=%%cid%%\";}}',NULL,NULL,NULL,1,0,1,0,4,1,0,0,'a:0:{}'), - (294,1,'civicrm/ajax/eventFee',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:14:\"access CiviCRM\";i:1;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','a:2:{i:0;s:19:\"CRM_Event_Page_AJAX\";i:1;s:8:\"eventFee\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), - (295,1,'civicrm/ajax/locBlock',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','a:2:{i:0;s:27:\"CRM_Core_Page_AJAX_Location\";i:1;s:11:\"getLocBlock\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), - (296,1,'civicrm/event/participant/feeselection',NULL,'Change Registration Selections','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:38:\"CRM_Event_Form_ParticipantFeeSelection\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:19:\"CiviEvent Dashboard\";s:3:\"url\";s:22:\"/civicrm/event?reset=1\";}i:2;a:2:{s:5:\"title\";s:23:\"Event Participants List\";s:3:\"url\";s:34:\"/civicrm/event/participant?reset=1\";}}',NULL,NULL,1,1,0,1,0,1,1,0,0,'a:0:{}'), - (297,1,'civicrm/admin/contribute/pcp',NULL,'Personal Campaign Pages','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:23:\"CRM_PCP_Form_Contribute\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:25:\"Manage Contribution Pages\";s:3:\"url\";s:33:\"/civicrm/admin/contribute?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,450,1,0,0,'a:0:{}'), - (298,1,'civicrm/contribute/campaign',NULL,'Setup a Personal Campaign Page - Account Information','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:25:\"make online contributions\";}i:1;s:3:\"and\";}','s:22:\"CRM_PCP_Controller_PCP\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:24:\"CiviContribute Dashboard\";s:3:\"url\";s:27:\"/civicrm/contribute?reset=1\";}}',NULL,NULL,2,1,1,1,0,0,1,0,0,'a:0:{}'), - (299,1,'civicrm/contribute',NULL,'CiviContribute Dashboard','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:21:\"access CiviContribute\";}i:1;s:3:\"and\";}','s:29:\"CRM_Contribute_Page_DashBoard\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,2,1,0,1,0,500,1,1,0,'a:1:{s:9:\"component\";s:14:\"CiviContribute\";}'), - (300,1,'civicrm/contribute/add','action=add','New Contribution','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:21:\"access CiviContribute\";}i:1;s:3:\"and\";}','s:23:\"CRM_Contribute_Page_Tab\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:24:\"CiviContribute Dashboard\";s:3:\"url\";s:27:\"/civicrm/contribute?reset=1\";}}',NULL,NULL,2,1,0,1,0,1,1,1,0,'a:1:{s:9:\"component\";s:14:\"CiviContribute\";}'), - (301,1,'civicrm/contribute/chart',NULL,'Contribution Summary - Chart View','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:21:\"access CiviContribute\";}i:1;s:3:\"and\";}','s:38:\"CRM_Contribute_Form_ContributionCharts\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:24:\"CiviContribute Dashboard\";s:3:\"url\";s:27:\"/civicrm/contribute?reset=1\";}}',NULL,NULL,2,1,0,1,0,1,1,0,0,'a:1:{s:9:\"component\";s:14:\"CiviContribute\";}'), - (302,1,'civicrm/contribute/transact',NULL,'CiviContribute','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:25:\"make online contributions\";}i:1;s:3:\"and\";}','s:38:\"CRM_Contribute_Controller_Contribution\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:24:\"CiviContribute Dashboard\";s:3:\"url\";s:27:\"/civicrm/contribute?reset=1\";}}',NULL,NULL,2,1,1,1,1,0,1,0,0,'a:0:{}'), - (303,1,'civicrm/admin/contribute',NULL,'Manage Contribution Pages','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:36:\"CRM_Contribute_Page_ContributionPage\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,360,1,0,0,'a:2:{s:4:\"desc\";s:242:\"CiviContribute allows you to create and maintain any number of Online Contribution Pages. You can create different pages for different programs or campaigns - and customize text, amounts, types of information collected from contributors, etc.\";s:10:\"adminGroup\";s:14:\"CiviContribute\";}'), - (304,1,'civicrm/admin/contribute/settings',NULL,'Title and Settings','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:45:\"CRM_Contribute_Form_ContributionPage_Settings\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:25:\"Manage Contribution Pages\";s:3:\"url\";s:33:\"/civicrm/admin/contribute?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,400,1,0,0,'a:0:{}'), - (305,1,'civicrm/admin/contribute/amount',NULL,'Contribution Amounts','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:43:\"CRM_Contribute_Form_ContributionPage_Amount\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:25:\"Manage Contribution Pages\";s:3:\"url\";s:33:\"/civicrm/admin/contribute?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,410,1,0,0,'a:0:{}'), - (306,1,'civicrm/admin/contribute/membership',NULL,'Membership Section','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:31:\"CRM_Member_Form_MembershipBlock\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:25:\"Manage Contribution Pages\";s:3:\"url\";s:33:\"/civicrm/admin/contribute?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,420,1,0,0,'a:0:{}'), - (307,1,'civicrm/admin/contribute/custom',NULL,'Include Profiles','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:43:\"CRM_Contribute_Form_ContributionPage_Custom\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:25:\"Manage Contribution Pages\";s:3:\"url\";s:33:\"/civicrm/admin/contribute?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,430,1,0,0,'a:0:{}'), - (308,1,'civicrm/admin/contribute/thankyou',NULL,'Thank-you and Receipting','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:45:\"CRM_Contribute_Form_ContributionPage_ThankYou\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:25:\"Manage Contribution Pages\";s:3:\"url\";s:33:\"/civicrm/admin/contribute?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,430,1,0,0,'a:0:{}'), - (309,1,'civicrm/admin/contribute/friend',NULL,'Tell a Friend','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:26:\"CRM_Friend_Form_Contribute\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:25:\"Manage Contribution Pages\";s:3:\"url\";s:33:\"/civicrm/admin/contribute?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,440,1,0,0,'a:0:{}'), - (310,1,'civicrm/admin/contribute/widget',NULL,'Configure Widget','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:43:\"CRM_Contribute_Form_ContributionPage_Widget\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:25:\"Manage Contribution Pages\";s:3:\"url\";s:33:\"/civicrm/admin/contribute?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,460,1,0,0,'a:0:{}'), - (311,1,'civicrm/admin/contribute/premium',NULL,'Premiums','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:44:\"CRM_Contribute_Form_ContributionPage_Premium\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:25:\"Manage Contribution Pages\";s:3:\"url\";s:33:\"/civicrm/admin/contribute?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,470,1,0,0,'a:0:{}'), - (312,1,'civicrm/admin/contribute/addProductToPage',NULL,'Add Products to This Page','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:47:\"CRM_Contribute_Form_ContributionPage_AddProduct\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:25:\"Manage Contribution Pages\";s:3:\"url\";s:33:\"/civicrm/admin/contribute?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,480,1,0,0,'a:0:{}'), - (313,1,'civicrm/admin/contribute/add','action=add','New Contribution Page','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:42:\"CRM_Contribute_Controller_ContributionPage\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:25:\"Manage Contribution Pages\";s:3:\"url\";s:33:\"/civicrm/admin/contribute?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,1,1,0,0,'a:0:{}'), - (314,1,'civicrm/admin/contribute/managePremiums',NULL,'Manage Premiums','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:34:\"CRM_Contribute_Page_ManagePremiums\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:25:\"Manage Contribution Pages\";s:3:\"url\";s:33:\"/civicrm/admin/contribute?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,365,1,0,0,'a:2:{s:4:\"desc\";s:175:\"CiviContribute allows you to configure any number of Premiums which can be offered to contributors as incentives / thank-you gifts. Define the premiums you want to offer here.\";s:10:\"adminGroup\";s:14:\"CiviContribute\";}'), - (315,1,'civicrm/admin/financial/financialType',NULL,'Financial Types','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:32:\"CRM_Financial_Page_FinancialType\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,580,1,0,0,'a:2:{s:4:\"desc\";s:64:\"Formerly civicrm_contribution_type merged into this table in 4.1\";s:10:\"adminGroup\";s:14:\"CiviContribute\";}'), - (316,1,'civicrm/admin/financial/financialType/edit',NULL,'Edit Financial Type','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:32:\"CRM_Financial_Form_FinancialType\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:15:\"Financial Types\";s:3:\"url\";s:46:\"/civicrm/admin/financial/financialType?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,1,1,0,0,'a:0:{}'), - (317,1,'civicrm/payment','action=add','New Payment','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:21:\"access CiviContribute\";}i:1;s:3:\"and\";}','s:37:\"CRM_Contribute_Form_AdditionalPayment\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,2,1,0,1,0,1,1,1,0,'a:1:{s:9:\"component\";s:14:\"CiviContribute\";}'), - (318,1,'civicrm/admin/financial/financialAccount',NULL,'Financial Accounts','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:35:\"CRM_Financial_Page_FinancialAccount\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,370,1,0,0,'a:2:{s:4:\"desc\";s:128:\"Financial types are used to categorize contributions for reporting and accounting purposes. These are also referred to as Funds.\";s:10:\"adminGroup\";s:14:\"CiviContribute\";}'), - (319,1,'civicrm/admin/financial/financialAccount/edit',NULL,'Edit Financial Accounts','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:35:\"CRM_Financial_Form_FinancialAccount\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:18:\"Financial Accounts\";s:3:\"url\";s:49:\"/civicrm/admin/financial/financialAccount?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,1,1,0,0,'a:0:{}'), - (320,1,'civicrm/admin/options/payment_instrument',NULL,'Payment Methods','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Options\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,380,1,0,0,'a:2:{s:4:\"desc\";s:224:\"You may choose to record the payment instrument used for each contribution. Common payment methods are installed by default (e.g. Check, Cash, Credit Card...). If your site requires additional payment methods, add them here.\";s:10:\"adminGroup\";s:14:\"CiviContribute\";}'), - (321,1,'civicrm/admin/options/accept_creditcard',NULL,'Accepted Credit Cards','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Options\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,395,1,0,0,'a:2:{s:4:\"desc\";s:94:\"Credit card options that will be offered to contributors using your Online Contribution pages.\";s:10:\"adminGroup\";s:14:\"CiviContribute\";}'), - (322,1,'civicrm/admin/options/soft_credit_type',NULL,'Soft Credit Types','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Options\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,1,1,0,0,'a:2:{s:4:\"desc\";s:86:\"Soft Credit Types that will be offered to contributors during soft credit contribution\";s:10:\"adminGroup\";s:14:\"CiviContribute\";}'), - (323,1,'civicrm/contact/view/contribution',NULL,'Contributions','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:14:\"access CiviCRM\";i:1;s:15:\"edit my contact\";i:2;s:15:\"view my contact\";}i:1;s:2:\"or\";}','s:23:\"CRM_Contribute_Page_Tab\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:15:\"Contact Summary\";s:3:\"url\";s:45:\"/civicrm/contact/view?reset=1&cid=%%cid%%\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), - (324,1,'civicrm/contact/view/contributionrecur',NULL,'Recurring Contributions','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:14:\"access CiviCRM\";i:1;s:15:\"edit my contact\";i:2;s:15:\"view my contact\";}i:1;s:2:\"or\";}','s:37:\"CRM_Contribute_Page_ContributionRecur\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:15:\"Contact Summary\";s:3:\"url\";s:45:\"/civicrm/contact/view?reset=1&cid=%%cid%%\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), - (325,1,'civicrm/contact/view/contribution/additionalinfo',NULL,'Additional Info','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:14:\"access CiviCRM\";i:1;s:15:\"edit my contact\";i:2;s:15:\"view my contact\";}i:1;s:2:\"or\";}','s:34:\"CRM_Contribute_Form_AdditionalInfo\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:15:\"Contact Summary\";s:3:\"url\";s:45:\"/civicrm/contact/view?reset=1&cid=%%cid%%\";}i:2;a:2:{s:5:\"title\";s:13:\"Contributions\";s:3:\"url\";s:42:\"/civicrm/contact/view/contribution?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), - (326,1,'civicrm/contribute/search',NULL,'Find Contributions','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:21:\"access CiviContribute\";}i:1;s:3:\"and\";}','s:32:\"CRM_Contribute_Controller_Search\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:24:\"CiviContribute Dashboard\";s:3:\"url\";s:27:\"/civicrm/contribute?reset=1\";}}',NULL,NULL,2,1,0,1,0,510,1,1,0,'a:0:{}'), - (327,1,'civicrm/contribute/searchBatch',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:21:\"access CiviContribute\";}i:1;s:3:\"and\";}','s:37:\"CRM_Contribute_Controller_SearchBatch\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:24:\"CiviContribute Dashboard\";s:3:\"url\";s:27:\"/civicrm/contribute?reset=1\";}}',NULL,NULL,2,1,0,1,0,588,1,1,0,'a:0:{}'), - (328,1,'civicrm/import/contribution',NULL,'Import Contributions','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:21:\"access CiviContribute\";i:1;s:18:\"edit contributions\";}i:1;s:3:\"and\";}','s:32:\"CRM_Contribute_Import_Controller\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:24:\"CiviContribute Dashboard\";s:3:\"url\";s:27:\"/civicrm/contribute?reset=1\";}}',NULL,NULL,2,1,0,1,0,520,1,1,0,'a:0:{}'), - (329,1,'civicrm/contribute/manage',NULL,'Manage Contribution Pages','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:21:\"access CiviContribute\";}i:1;s:3:\"and\";}','s:36:\"CRM_Contribute_Page_ContributionPage\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:24:\"CiviContribute Dashboard\";s:3:\"url\";s:27:\"/civicrm/contribute?reset=1\";}}',NULL,NULL,2,1,0,1,0,530,1,1,0,'a:0:{}'), - (330,1,'civicrm/contribute/additionalinfo',NULL,'AdditionalInfo Form','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:21:\"access CiviContribute\";}i:1;s:3:\"and\";}','s:34:\"CRM_Contribute_Form_AdditionalInfo\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:24:\"CiviContribute Dashboard\";s:3:\"url\";s:27:\"/civicrm/contribute?reset=1\";}}',NULL,NULL,2,1,0,1,0,0,1,0,0,'a:0:{}'), - (331,1,'civicrm/ajax/permlocation',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:25:\"make online contributions\";}i:1;s:3:\"and\";}','a:2:{i:0;s:27:\"CRM_Core_Page_AJAX_Location\";i:1;s:23:\"getPermissionedLocation\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), - (332,1,'civicrm/contribute/unsubscribe',NULL,'Cancel Subscription','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:25:\"make online contributions\";}i:1;s:3:\"and\";}','s:38:\"CRM_Contribute_Form_CancelSubscription\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:24:\"CiviContribute Dashboard\";s:3:\"url\";s:27:\"/civicrm/contribute?reset=1\";}}',NULL,NULL,2,1,0,1,0,1,1,0,0,'a:0:{}'), - (333,1,'civicrm/contribute/onbehalf',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:25:\"make online contributions\";}i:1;s:3:\"and\";}','s:43:\"CRM_Contribute_Form_Contribution_OnBehalfOf\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:24:\"CiviContribute Dashboard\";s:3:\"url\";s:27:\"/civicrm/contribute?reset=1\";}}',NULL,NULL,2,1,0,1,0,1,1,0,0,'a:0:{}'), - (334,1,'civicrm/contribute/updatebilling',NULL,'Update Billing Details','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:25:\"make online contributions\";}i:1;s:3:\"and\";}','s:33:\"CRM_Contribute_Form_UpdateBilling\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:24:\"CiviContribute Dashboard\";s:3:\"url\";s:27:\"/civicrm/contribute?reset=1\";}}',NULL,NULL,2,1,0,1,0,1,1,0,0,'a:0:{}'), - (335,1,'civicrm/contribute/updaterecur',NULL,'Update Subscription','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:25:\"make online contributions\";}i:1;s:3:\"and\";}','s:38:\"CRM_Contribute_Form_UpdateSubscription\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:24:\"CiviContribute Dashboard\";s:3:\"url\";s:27:\"/civicrm/contribute?reset=1\";}}',NULL,NULL,2,1,0,1,0,1,1,0,0,'a:0:{}'), - (336,1,'civicrm/contribute/subscriptionstatus',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:25:\"make online contributions\";}i:1;s:3:\"and\";}','s:38:\"CRM_Contribute_Page_SubscriptionStatus\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:24:\"CiviContribute Dashboard\";s:3:\"url\";s:27:\"/civicrm/contribute?reset=1\";}}',NULL,NULL,2,1,0,1,0,1,1,0,0,'a:0:{}'), - (337,1,'civicrm/admin/financial/financialType/accounts',NULL,'Financial Type Accounts','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:39:\"CRM_Financial_Page_FinancialTypeAccount\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:15:\"Financial Types\";s:3:\"url\";s:46:\"/civicrm/admin/financial/financialType?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,581,1,0,0,'a:0:{}'), - (338,1,'civicrm/financial/batch',NULL,'Accounting Batch','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:19:\"create manual batch\";}i:1;s:3:\"and\";}','s:33:\"CRM_Financial_Page_FinancialBatch\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,585,1,0,0,'a:0:{}'), - (339,1,'civicrm/financial/financialbatches',NULL,'Accounting Batches','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:24:\"CRM_Financial_Page_Batch\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,586,1,0,0,'a:0:{}'), - (340,1,'civicrm/batchtransaction',NULL,'Accounting Batch','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:35:\"CRM_Financial_Page_BatchTransaction\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,600,1,0,0,'a:0:{}'), - (341,1,'civicrm/financial/batch/export',NULL,'Accounting Batch Export','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:19:\"create manual batch\";}i:1;s:3:\"and\";}','s:25:\"CRM_Financial_Form_Export\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:16:\"Accounting Batch\";s:3:\"url\";s:32:\"/civicrm/financial/batch?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,610,1,0,0,'a:0:{}'), - (342,1,'civicrm/payment/view','action=view','View Payment','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:21:\"access CiviContribute\";}i:1;s:3:\"and\";}','s:31:\"CRM_Contribute_Page_PaymentInfo\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:11:\"New Payment\";s:3:\"url\";s:39:\"/civicrm/payment?reset=1&action=add\";}}',NULL,NULL,2,1,0,1,0,1,1,1,0,'a:1:{s:9:\"component\";s:14:\"CiviContribute\";}'), - (343,1,'civicrm/admin/setting/preferences/contribute',NULL,'CiviContribute Component Settings','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:21:\"access CiviContribute\";i:1;s:18:\"administer CiviCRM\";}i:1;s:3:\"and\";}','s:37:\"CRM_Admin_Form_Preferences_Contribute\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,1,1,0,0,'a:2:{s:4:\"desc\";s:42:\"Configure global CiviContribute behaviors.\";s:10:\"adminGroup\";s:14:\"CiviContribute\";}'), - (344,1,'civicrm/contribute/invoice',NULL,'PDF Invoice','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:20:\"checkDownloadInvoice\";}','a:2:{i:0;a:1:{i:0;s:21:\"access CiviContribute\";}i:1;s:3:\"and\";}','a:2:{i:0;s:32:\"CRM_Contribute_Form_Task_Invoice\";i:1;s:11:\"getPrintPDF\";}',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:24:\"CiviContribute Dashboard\";s:3:\"url\";s:27:\"/civicrm/contribute?reset=1\";}}',NULL,NULL,2,1,0,1,0,620,1,1,0,'a:1:{s:9:\"component\";s:14:\"CiviContribute\";}'), - (345,1,'civicrm/contribute/invoice/email',NULL,'Email Invoice','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:20:\"checkDownloadInvoice\";}','a:2:{i:0;a:1:{i:0;s:21:\"access CiviContribute\";}i:1;s:3:\"and\";}','s:32:\"CRM_Contribute_Form_Task_Invoice\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:24:\"CiviContribute Dashboard\";s:3:\"url\";s:27:\"/civicrm/contribute?reset=1\";}i:2;a:2:{s:5:\"title\";s:11:\"PDF Invoice\";s:3:\"url\";s:35:\"/civicrm/contribute/invoice?reset=1\";}}',NULL,NULL,2,1,0,1,0,630,1,1,0,'a:1:{s:9:\"component\";s:14:\"CiviContribute\";}'), - (346,1,'civicrm/ajax/softcontributionlist',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:24:\"CRM_Contribute_Page_AJAX\";i:1;s:23:\"getSoftContributionRows\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), - (347,1,'civicrm/contribute/contributionrecur-payments',NULL,'Recurring Contribution\'s Payments','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:21:\"access CiviContribute\";}i:1;s:3:\"and\";}','s:45:\"CRM_Contribute_Page_ContributionRecurPayments\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:24:\"CiviContribute Dashboard\";s:3:\"url\";s:27:\"/civicrm/contribute?reset=1\";}}',NULL,NULL,2,1,0,1,0,1,1,0,0,'a:0:{}'), - (348,1,'civicrm/membership/recurring-contributions',NULL,'Membership Recurring Contributions','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:21:\"access CiviContribute\";}i:1;s:3:\"and\";}','s:38:\"CRM_Member_Page_RecurringContributions\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), - (349,1,'civicrm/contribute/widget',NULL,'CiviContribute','s:1:\"1\";','a:2:{i:0;a:1:{i:0;s:21:\"access CiviContribute\";}i:1;s:3:\"and\";}','s:26:\"CRM_Contribute_Page_Widget\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:24:\"CiviContribute Dashboard\";s:3:\"url\";s:27:\"/civicrm/contribute?reset=1\";}}',NULL,NULL,2,1,1,1,0,0,1,0,0,'a:0:{}'), - (350,1,'civicrm/contribute/task',NULL,'Contribution Task','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:21:\"access CiviContribute\";}i:1;s:3:\"and\";}','s:30:\"CRM_Contribute_Controller_Task\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:24:\"CiviContribute Dashboard\";s:3:\"url\";s:27:\"/civicrm/contribute?reset=1\";}}',NULL,NULL,2,1,0,1,0,1,1,0,0,'a:0:{}'), - (351,1,'civicrm/member',NULL,'CiviMember Dashboard','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:17:\"access CiviMember\";}i:1;s:3:\"and\";}','s:25:\"CRM_Member_Page_DashBoard\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,3,1,0,1,0,700,1,1,0,'a:1:{s:9:\"component\";s:10:\"CiviMember\";}'), - (352,1,'civicrm/member/add','action=add','New Membership','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:17:\"access CiviMember\";}i:1;s:3:\"and\";}','s:19:\"CRM_Member_Page_Tab\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:20:\"CiviMember Dashboard\";s:3:\"url\";s:23:\"/civicrm/member?reset=1\";}}',NULL,NULL,3,1,0,1,0,1,1,0,0,'a:1:{s:9:\"component\";s:10:\"CiviMember\";}'), - (353,1,'civicrm/admin/member/membershipType',NULL,'Membership Types','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:30:\"CRM_Member_Page_MembershipType\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,370,1,0,0,'a:2:{s:4:\"desc\";s:174:\"Define the types of memberships you want to offer. For each type, you can specify a \'name\' (Gold Member, Honor Society Member...), a description, duration, and a minimum fee.\";s:10:\"adminGroup\";s:10:\"CiviMember\";}'), - (354,1,'civicrm/admin/member/membershipStatus',NULL,'Membership Status Rules','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:32:\"CRM_Member_Page_MembershipStatus\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,380,1,0,0,'a:2:{s:4:\"desc\";s:187:\"Status \'rules\' define the current status for a membership based on that membership\'s start and end dates. You can adjust the default status options and rules as needed to meet your needs.\";s:10:\"adminGroup\";s:10:\"CiviMember\";}'), - (355,1,'civicrm/contact/view/membership','force=1,cid=%%cid%%','Memberships','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:14:\"access CiviCRM\";i:1;s:15:\"edit my contact\";i:2;s:15:\"view my contact\";}i:1;s:2:\"or\";}','s:19:\"CRM_Member_Page_Tab\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:15:\"Contact Summary\";s:3:\"url\";s:45:\"/civicrm/contact/view?reset=1&cid=%%cid%%\";}}',NULL,NULL,NULL,1,0,1,0,2,1,0,0,'a:0:{}'), - (356,1,'civicrm/membership/view',NULL,'Memberships','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:17:\"access CiviMember\";}i:1;s:3:\"and\";}','s:30:\"CRM_Member_Form_MembershipView\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,390,1,0,0,'a:0:{}'), - (357,1,'civicrm/member/search',NULL,'Find Memberships','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:17:\"access CiviMember\";}i:1;s:3:\"and\";}','s:28:\"CRM_Member_Controller_Search\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:20:\"CiviMember Dashboard\";s:3:\"url\";s:23:\"/civicrm/member?reset=1\";}}',NULL,NULL,3,1,0,1,0,710,1,1,0,'a:0:{}'), - (358,1,'civicrm/member/import',NULL,'Import Memberships','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:17:\"access CiviMember\";i:1;s:16:\"edit memberships\";}i:1;s:3:\"and\";}','s:28:\"CRM_Member_Import_Controller\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:20:\"CiviMember Dashboard\";s:3:\"url\";s:23:\"/civicrm/member?reset=1\";}}',NULL,NULL,3,1,0,1,0,720,1,1,0,'a:0:{}'), - (359,1,'civicrm/ajax/memType',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:14:\"access CiviCRM\";i:1;s:17:\"access CiviMember\";}i:1;s:3:\"and\";}','a:2:{i:0;s:20:\"CRM_Member_Page_AJAX\";i:1;s:21:\"getMemberTypeDefaults\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), - (360,1,'civicrm/admin/member/membershipType/add',NULL,'Membership Types','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:17:\"access CiviMember\";i:1;s:18:\"administer CiviCRM\";}i:1;s:3:\"and\";}','s:30:\"CRM_Member_Form_MembershipType\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:16:\"Membership Types\";s:3:\"url\";s:44:\"/civicrm/admin/member/membershipType?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,1,1,0,0,'a:0:{}'), - (361,1,'civicrm/mailing',NULL,'CiviMail','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:15:\"access CiviMail\";i:1;s:15:\"create mailings\";i:2;s:8:\"send SMS\";}i:1;s:2:\"or\";}','s:23:\"CRM_Mailing_Page_Browse\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,4,1,0,1,0,600,1,1,0,'a:1:{s:9:\"component\";s:8:\"CiviMail\";}'), - (362,1,'civicrm/admin/mail',NULL,'Mailer Settings','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:14:\"access CiviCRM\";i:1;s:15:\"access CiviMail\";}i:1;s:3:\"and\";}','s:27:\"CRM_Admin_Form_Setting_Mail\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,400,1,0,0,'a:2:{s:4:\"desc\";s:61:\"Configure spool period, throttling and other mailer settings.\";s:10:\"adminGroup\";s:8:\"CiviMail\";}'), - (363,1,'civicrm/admin/component',NULL,'Headers, Footers, and Automated Messages','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:14:\"access CiviCRM\";i:1;s:15:\"access CiviMail\";}i:1;s:3:\"and\";}','s:26:\"CRM_Mailing_Page_Component\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,410,1,0,0,'a:2:{s:4:\"desc\";s:143:\"Configure the header and footer used for mailings. Customize the content of automated Subscribe, Unsubscribe, Resubscribe and Opt-out messages.\";s:10:\"adminGroup\";s:8:\"CiviMail\";}'), - (364,1,'civicrm/admin/options/from_email_address/civimail',NULL,'From Email Addresses','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Options\";',NULL,'a:4:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}i:3;a:2:{s:5:\"title\";s:20:\"From Email Addresses\";s:3:\"url\";s:49:\"/civicrm/admin/options/from_email_address?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,415,1,0,0,'a:2:{s:4:\"desc\";s:74:\"List of Email Addresses which can be used when sending emails to contacts.\";s:10:\"adminGroup\";s:8:\"CiviMail\";}'), - (365,1,'civicrm/admin/mailSettings',NULL,'Mail Accounts','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:14:\"access CiviCRM\";i:1;s:15:\"access CiviMail\";}i:1;s:3:\"and\";}','s:27:\"CRM_Admin_Page_MailSettings\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,420,1,0,0,'a:2:{s:4:\"desc\";s:32:\"Configure email account setting.\";s:10:\"adminGroup\";s:8:\"CiviMail\";}'), - (366,1,'civicrm/mailing/send',NULL,'New Mailing','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:15:\"access CiviMail\";i:1;s:15:\"create mailings\";i:2;s:17:\"schedule mailings\";}i:1;s:2:\"or\";}','s:27:\"CRM_Mailing_Controller_Send\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:8:\"CiviMail\";s:3:\"url\";s:24:\"/civicrm/mailing?reset=1\";}}',NULL,NULL,4,1,0,1,0,610,1,1,0,'a:0:{}'), - (367,1,'civicrm/mailing/browse/scheduled','scheduled=true','Find Mailings','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:5:{i:0;s:15:\"access CiviMail\";i:1;s:16:\"approve mailings\";i:2;s:15:\"create mailings\";i:3;s:17:\"schedule mailings\";i:4;s:8:\"send SMS\";}i:1;s:2:\"or\";}','s:23:\"CRM_Mailing_Page_Browse\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:8:\"CiviMail\";s:3:\"url\";s:24:\"/civicrm/mailing?reset=1\";}}',NULL,NULL,4,1,0,1,0,620,1,1,0,'a:0:{}'), - (368,1,'civicrm/mailing/browse/unscheduled','scheduled=false','Find Mailings','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:15:\"access CiviMail\";i:1;s:15:\"create mailings\";i:2;s:17:\"schedule mailings\";}i:1;s:2:\"or\";}','s:23:\"CRM_Mailing_Page_Browse\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:8:\"CiviMail\";s:3:\"url\";s:24:\"/civicrm/mailing?reset=1\";}}',NULL,NULL,4,1,0,1,0,620,1,1,0,'a:0:{}'), - (369,1,'civicrm/mailing/browse/archived',NULL,'Find Mailings','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:15:\"access CiviMail\";i:1;s:15:\"create mailings\";}i:1;s:2:\"or\";}','s:23:\"CRM_Mailing_Page_Browse\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:8:\"CiviMail\";s:3:\"url\";s:24:\"/civicrm/mailing?reset=1\";}}',NULL,NULL,4,1,0,1,0,625,1,1,0,'a:0:{}'), - (370,1,'civicrm/mailing/component',NULL,'Headers, Footers, and Automated Messages','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:18:\"administer CiviCRM\";}i:1;s:3:\"and\";}','s:26:\"CRM_Mailing_Page_Component\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:8:\"CiviMail\";s:3:\"url\";s:24:\"/civicrm/mailing?reset=1\";}}',NULL,NULL,4,1,0,1,0,630,1,1,0,'a:0:{}'), - (371,1,'civicrm/mailing/unsubscribe',NULL,'Unsubscribe','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:43:\"access CiviMail subscribe/unsubscribe pages\";}i:1;s:3:\"and\";}','s:28:\"CRM_Mailing_Form_Unsubscribe\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:8:\"CiviMail\";s:3:\"url\";s:24:\"/civicrm/mailing?reset=1\";}}',NULL,NULL,4,1,1,1,0,640,1,0,0,'a:0:{}'), - (372,1,'civicrm/mailing/resubscribe',NULL,'Resubscribe','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:43:\"access CiviMail subscribe/unsubscribe pages\";}i:1;s:3:\"and\";}','s:28:\"CRM_Mailing_Page_Resubscribe\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:8:\"CiviMail\";s:3:\"url\";s:24:\"/civicrm/mailing?reset=1\";}}',NULL,NULL,4,1,1,1,0,645,1,0,0,'a:0:{}'), - (373,1,'civicrm/mailing/optout',NULL,'Opt-out','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:43:\"access CiviMail subscribe/unsubscribe pages\";}i:1;s:3:\"and\";}','s:23:\"CRM_Mailing_Form_Optout\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:8:\"CiviMail\";s:3:\"url\";s:24:\"/civicrm/mailing?reset=1\";}}',NULL,NULL,4,1,1,1,0,650,1,0,0,'a:0:{}'), - (374,1,'civicrm/mailing/confirm',NULL,'Confirm','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:43:\"access CiviMail subscribe/unsubscribe pages\";}i:1;s:3:\"and\";}','s:24:\"CRM_Mailing_Page_Confirm\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:8:\"CiviMail\";s:3:\"url\";s:24:\"/civicrm/mailing?reset=1\";}}',NULL,NULL,4,1,1,1,0,660,1,0,0,'a:0:{}'), - (375,1,'civicrm/mailing/subscribe',NULL,'Subscribe','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:43:\"access CiviMail subscribe/unsubscribe pages\";}i:1;s:3:\"and\";}','s:26:\"CRM_Mailing_Form_Subscribe\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:8:\"CiviMail\";s:3:\"url\";s:24:\"/civicrm/mailing?reset=1\";}}',NULL,NULL,4,1,1,1,0,660,1,0,0,'a:0:{}'), - (376,1,'civicrm/mailing/preview',NULL,'Preview Mailing','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:4:{i:0;s:15:\"access CiviMail\";i:1;s:16:\"approve mailings\";i:2;s:15:\"create mailings\";i:3;s:17:\"schedule mailings\";}i:1;s:2:\"or\";}','s:24:\"CRM_Mailing_Page_Preview\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:8:\"CiviMail\";s:3:\"url\";s:24:\"/civicrm/mailing?reset=1\";}}',NULL,NULL,4,1,0,1,0,670,1,0,0,'a:0:{}'), - (377,1,'civicrm/mailing/report','mid=%%mid%%','Mailing Report','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:15:\"access CiviMail\";i:1;s:15:\"create mailings\";}i:1;s:2:\"or\";}','s:23:\"CRM_Mailing_Page_Report\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:8:\"CiviMail\";s:3:\"url\";s:24:\"/civicrm/mailing?reset=1\";}}',NULL,NULL,4,1,0,1,0,680,1,0,0,'a:0:{}'), - (378,1,'civicrm/mailing/forward',NULL,'Forward Mailing','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:43:\"access CiviMail subscribe/unsubscribe pages\";}i:1;s:3:\"and\";}','s:31:\"CRM_Mailing_Form_ForwardMailing\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:8:\"CiviMail\";s:3:\"url\";s:24:\"/civicrm/mailing?reset=1\";}}',NULL,NULL,4,1,1,1,0,685,1,0,0,'a:0:{}'), - (379,1,'civicrm/mailing/queue',NULL,'Sending Mail','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:15:\"access CiviMail\";}i:1;s:3:\"and\";}','s:23:\"CRM_Mailing_Page_Browse\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:8:\"CiviMail\";s:3:\"url\";s:24:\"/civicrm/mailing?reset=1\";}}',NULL,NULL,4,1,0,1,0,690,1,0,0,'a:0:{}'), - (380,1,'civicrm/mailing/report/event',NULL,'Mailing Event','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:15:\"access CiviMail\";}i:1;s:3:\"and\";}','s:22:\"CRM_Mailing_Page_Event\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:8:\"CiviMail\";s:3:\"url\";s:24:\"/civicrm/mailing?reset=1\";}i:2;a:2:{s:5:\"title\";s:14:\"Mailing Report\";s:3:\"url\";s:47:\"/civicrm/mailing/report?reset=1&mid=%%mid%%\";}}',NULL,NULL,4,1,0,1,0,695,1,0,0,'a:0:{}'), - (381,1,'civicrm/ajax/template',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:21:\"CRM_Mailing_Page_AJAX\";i:1;s:8:\"template\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), - (382,1,'civicrm/mailing/view',NULL,'View Mailing','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:28:\"view public CiviMail content\";i:1;s:15:\"access CiviMail\";i:2;s:16:\"approve mailings\";}i:1;s:2:\"or\";}','s:21:\"CRM_Mailing_Page_View\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:8:\"CiviMail\";s:3:\"url\";s:24:\"/civicrm/mailing?reset=1\";}}',NULL,NULL,4,1,1,1,0,800,1,0,0,'a:0:{}'), - (383,1,'civicrm/mailing/approve',NULL,'Approve Mailing','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:15:\"access CiviMail\";i:1;s:16:\"approve mailings\";}i:1;s:2:\"or\";}','s:24:\"CRM_Mailing_Form_Approve\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:8:\"CiviMail\";s:3:\"url\";s:24:\"/civicrm/mailing?reset=1\";}}',NULL,NULL,4,1,0,1,0,850,1,0,0,'a:0:{}'), - (384,1,'civicrm/contact/view/mailing',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:14:\"access CiviCRM\";i:1;s:15:\"edit my contact\";i:2;s:15:\"view my contact\";}i:1;s:2:\"or\";}','s:20:\"CRM_Mailing_Page_Tab\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:15:\"Contact Summary\";s:3:\"url\";s:45:\"/civicrm/contact/view?reset=1&cid=%%cid%%\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), - (385,1,'civicrm/ajax/contactmailing',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:21:\"CRM_Mailing_Page_AJAX\";i:1;s:18:\"getContactMailings\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), - (386,1,'civicrm/ajax/setupMailAccount',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:14:\"access CiviCRM\";i:1;s:15:\"access CiviMail\";}i:1;s:3:\"and\";}','a:2:{i:0;s:21:\"CRM_Mailing_Page_AJAX\";i:1;s:5:\"setup\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), - (387,1,'civicrm/mailing/url',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"*always allow*\";}i:1;s:3:\"and\";}','s:20:\"CRM_Mailing_Page_Url\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:8:\"CiviMail\";s:3:\"url\";s:24:\"/civicrm/mailing?reset=1\";}}',NULL,NULL,4,1,1,1,0,1,1,0,0,'a:0:{}'), - (388,1,'civicrm/mailing/open',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"*always allow*\";}i:1;s:3:\"and\";}','s:21:\"CRM_Mailing_Page_Open\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:8:\"CiviMail\";s:3:\"url\";s:24:\"/civicrm/mailing?reset=1\";}}',NULL,NULL,4,1,1,1,0,1,1,0,0,'a:0:{}'), - (389,1,'civicrm/pledge',NULL,'CiviPledge Dashboard','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:17:\"access CiviPledge\";}i:1;s:3:\"and\";}','s:25:\"CRM_Pledge_Page_DashBoard\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,6,1,0,1,0,550,1,1,0,'a:1:{s:9:\"component\";s:10:\"CiviPledge\";}'), - (390,1,'civicrm/pledge/search',NULL,'Find Pledges','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:17:\"access CiviPledge\";}i:1;s:3:\"and\";}','s:28:\"CRM_Pledge_Controller_Search\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:20:\"CiviPledge Dashboard\";s:3:\"url\";s:23:\"/civicrm/pledge?reset=1\";}}',NULL,NULL,6,1,0,1,0,560,1,1,0,'a:0:{}'), - (391,1,'civicrm/contact/view/pledge','force=1,cid=%%cid%%','Pledges','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:17:\"access CiviPledge\";}i:1;s:3:\"and\";}','s:19:\"CRM_Pledge_Page_Tab\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:15:\"Contact Summary\";s:3:\"url\";s:45:\"/civicrm/contact/view?reset=1&cid=%%cid%%\";}}',NULL,NULL,NULL,1,0,1,0,570,1,0,0,'a:0:{}'), - (392,1,'civicrm/pledge/add','action=add','New Pledge','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:17:\"access CiviPledge\";}i:1;s:3:\"and\";}','s:19:\"CRM_Pledge_Page_Tab\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:20:\"CiviPledge Dashboard\";s:3:\"url\";s:23:\"/civicrm/pledge?reset=1\";}}',NULL,NULL,6,1,0,1,0,1,1,1,0,'a:1:{s:9:\"component\";s:10:\"CiviPledge\";}'), - (393,1,'civicrm/pledge/payment',NULL,'Pledge Payments','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:17:\"access CiviPledge\";}i:1;s:3:\"and\";}','s:23:\"CRM_Pledge_Page_Payment\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:20:\"CiviPledge Dashboard\";s:3:\"url\";s:23:\"/civicrm/pledge?reset=1\";}}',NULL,NULL,6,1,0,1,0,580,1,0,0,'a:0:{}'), - (394,1,'civicrm/ajax/pledgeAmount',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:17:\"access CiviPledge\";i:1;s:18:\"administer CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:20:\"CRM_Pledge_Page_AJAX\";i:1;s:17:\"getPledgeDefaults\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), - (395,1,'civicrm/case',NULL,'CiviCase Dashboard','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:23:\"CRM_Case_Page_DashBoard\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,7,1,0,1,0,900,1,1,0,'a:1:{s:9:\"component\";s:8:\"CiviCase\";}'), - (396,1,'civicrm/case/add',NULL,'Open Case','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:18:\"CRM_Case_Form_Case\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"CiviCase Dashboard\";s:3:\"url\";s:21:\"/civicrm/case?reset=1\";}}',NULL,NULL,7,1,0,1,0,1,1,1,0,'a:1:{s:9:\"component\";s:8:\"CiviCase\";}'), - (397,1,'civicrm/case/search',NULL,'Find Cases','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:26:\"CRM_Case_Controller_Search\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"CiviCase Dashboard\";s:3:\"url\";s:21:\"/civicrm/case?reset=1\";}}',NULL,NULL,7,1,0,1,0,910,1,1,0,'a:0:{}'), - (398,1,'civicrm/case/activity',NULL,'Case Activity','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Case_Form_Activity\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"CiviCase Dashboard\";s:3:\"url\";s:21:\"/civicrm/case?reset=1\";}}',NULL,NULL,7,1,0,1,0,1,1,0,0,'a:0:{}'), - (399,1,'civicrm/case/report',NULL,'Case Activity Audit','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:31:\"access all cases and activities\";}i:1;s:3:\"and\";}','s:20:\"CRM_Case_Form_Report\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"CiviCase Dashboard\";s:3:\"url\";s:21:\"/civicrm/case?reset=1\";}}',NULL,NULL,7,1,0,1,0,1,1,0,0,'a:0:{}'), - (400,1,'civicrm/case/cd/edit',NULL,'Case Custom Set','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:24:\"CRM_Case_Form_CustomData\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"CiviCase Dashboard\";s:3:\"url\";s:21:\"/civicrm/case?reset=1\";}}',NULL,NULL,7,1,0,1,0,1,1,0,0,'a:0:{}'), - (401,1,'civicrm/contact/view/case',NULL,'Case','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:14:\"access CiviCRM\";i:1;s:15:\"edit my contact\";i:2;s:15:\"view my contact\";}i:1;s:2:\"or\";}','s:17:\"CRM_Case_Page_Tab\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:15:\"Contact Summary\";s:3:\"url\";s:45:\"/civicrm/contact/view?reset=1&cid=%%cid%%\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), - (402,1,'civicrm/case/activity/view',NULL,'Activity View','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:26:\"CRM_Case_Form_ActivityView\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"CiviCase Dashboard\";s:3:\"url\";s:21:\"/civicrm/case?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Case Activity\";s:3:\"url\";s:30:\"/civicrm/case/activity?reset=1\";}}',NULL,NULL,7,1,0,1,0,1,1,0,0,'a:0:{}'), - (403,1,'civicrm/contact/view/case/editClient',NULL,'Assign to Another Client','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:14:\"access CiviCRM\";i:1;s:15:\"edit my contact\";i:2;s:15:\"view my contact\";}i:1;s:2:\"or\";}','s:24:\"CRM_Case_Form_EditClient\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:15:\"Contact Summary\";s:3:\"url\";s:45:\"/civicrm/contact/view?reset=1&cid=%%cid%%\";}i:2;a:2:{s:5:\"title\";s:4:\"Case\";s:3:\"url\";s:34:\"/civicrm/contact/view/case?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), - (404,1,'civicrm/case/addToCase',NULL,'File on Case','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:28:\"CRM_Case_Form_ActivityToCase\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"CiviCase Dashboard\";s:3:\"url\";s:21:\"/civicrm/case?reset=1\";}}',NULL,NULL,7,1,0,1,0,1,1,0,0,'a:0:{}'), - (405,1,'civicrm/case/details',NULL,'Case Details','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:25:\"CRM_Case_Page_CaseDetails\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"CiviCase Dashboard\";s:3:\"url\";s:21:\"/civicrm/case?reset=1\";}}',NULL,NULL,7,1,0,1,0,1,1,0,0,'a:0:{}'), - (406,1,'civicrm/admin/setting/case',NULL,'CiviCase Settings','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:27:\"CRM_Admin_Form_Setting_Case\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,380,1,0,0,'a:1:{s:10:\"adminGroup\";s:8:\"CiviCase\";}'), - (407,1,'civicrm/admin/options/case_type',NULL,'Case Types','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:19:\"administer CiviCase\";}i:1;s:3:\"and\";}','s:22:\"CRM_Core_Page_Redirect\";','s:24:\"url=civicrm/a/#/caseType\";','a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,390,1,0,0,'a:2:{s:4:\"desc\";s:137:\"List of types which can be assigned to Cases. (Enable the Cases tab from System Settings - Enable Components if you want to track cases.)\";s:10:\"adminGroup\";s:8:\"CiviCase\";}'), - (408,1,'civicrm/admin/options/redaction_rule',NULL,'Redaction Rules','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:19:\"administer CiviCase\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Options\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,400,1,0,0,'a:2:{s:4:\"desc\";s:223:\"List of rules which can be applied to user input strings so that the redacted output can be recognized as repeated instances of the same string or can be identified as a \"semantic type of the data element\" within case data.\";s:10:\"adminGroup\";s:8:\"CiviCase\";}'), - (409,1,'civicrm/admin/options/case_status',NULL,'Case Statuses','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:19:\"administer CiviCase\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Options\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,400,1,0,0,'a:2:{s:4:\"desc\";s:48:\"List of statuses that can be assigned to a case.\";s:10:\"adminGroup\";s:8:\"CiviCase\";}'), - (410,1,'civicrm/admin/options/encounter_medium',NULL,'Encounter Mediums','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:19:\"administer CiviCase\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Options\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,400,1,0,0,'a:2:{s:4:\"desc\";s:26:\"List of encounter mediums.\";s:10:\"adminGroup\";s:8:\"CiviCase\";}'), - (411,1,'civicrm/case/report/print',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:31:\"access all cases and activities\";}i:1;s:3:\"and\";}','a:2:{i:0;s:28:\"CRM_Case_XMLProcessor_Report\";i:1;s:15:\"printCaseReport\";}',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"CiviCase Dashboard\";s:3:\"url\";s:21:\"/civicrm/case?reset=1\";}i:2;a:2:{s:5:\"title\";s:19:\"Case Activity Audit\";s:3:\"url\";s:28:\"/civicrm/case/report?reset=1\";}}',NULL,NULL,7,1,0,1,0,1,1,0,0,'a:0:{}'), - (412,1,'civicrm/case/ajax/addclient',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:18:\"CRM_Case_Page_AJAX\";i:1;s:9:\"addClient\";}',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"CiviCase Dashboard\";s:3:\"url\";s:21:\"/civicrm/case?reset=1\";}}',NULL,NULL,7,1,0,1,0,1,1,0,0,'a:0:{}'), - (413,1,'civicrm/case/ajax/processtags',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:18:\"CRM_Case_Page_AJAX\";i:1;s:15:\"processCaseTags\";}',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"CiviCase Dashboard\";s:3:\"url\";s:21:\"/civicrm/case?reset=1\";}}',NULL,NULL,7,1,0,1,0,1,1,3,0,'a:0:{}'), - (414,1,'civicrm/case/ajax/details',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:18:\"CRM_Case_Page_AJAX\";i:1;s:11:\"CaseDetails\";}',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"CiviCase Dashboard\";s:3:\"url\";s:21:\"/civicrm/case?reset=1\";}}',NULL,NULL,7,1,0,1,0,1,1,0,0,'a:0:{}'), - (415,1,'civicrm/ajax/delcaserole',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:18:\"CRM_Case_Page_AJAX\";i:1;s:15:\"deleteCaseRoles\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), - (416,1,'civicrm/ajax/get-cases',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:18:\"CRM_Case_Page_AJAX\";i:1;s:8:\"getCases\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), - (417,1,'civicrm/case/email/add','action=add,task=email','Email','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:24:\"CRM_Case_Form_Task_Email\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"CiviCase Dashboard\";s:3:\"url\";s:21:\"/civicrm/case?reset=1\";}}',NULL,NULL,7,1,0,1,0,1,1,0,0,'a:0:{}'), - (418,1,'civicrm/report',NULL,'CiviReport','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:17:\"access CiviReport\";}i:1;s:3:\"and\";}','s:22:\"CRM_Report_Page_Report\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,8,1,0,1,0,1200,1,1,0,'a:1:{s:9:\"component\";s:10:\"CiviReport\";}'), - (419,1,'civicrm/report/list',NULL,'CiviCRM Reports','s:1:\"1\";','a:2:{i:0;a:1:{i:0;s:17:\"access CiviReport\";}i:1;s:3:\"and\";}','s:28:\"CRM_Report_Page_InstanceList\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"CiviReport\";s:3:\"url\";s:23:\"/civicrm/report?reset=1\";}}',NULL,NULL,8,1,0,1,0,1,1,0,0,'a:0:{}'), - (420,1,'civicrm/report/template/list',NULL,'Create New Report from Template','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:18:\"administer Reports\";}i:1;s:3:\"and\";}','s:28:\"CRM_Report_Page_TemplateList\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"CiviReport\";s:3:\"url\";s:23:\"/civicrm/report?reset=1\";}}',NULL,NULL,8,1,0,1,0,1220,1,1,0,'a:0:{}'), - (421,1,'civicrm/report/options/report_template',NULL,'Manage Templates','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:18:\"administer Reports\";}i:1;s:3:\"and\";}','s:23:\"CRM_Report_Page_Options\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"CiviReport\";s:3:\"url\";s:23:\"/civicrm/report?reset=1\";}}',NULL,NULL,8,1,0,1,0,1241,1,1,0,'a:0:{}'), - (422,1,'civicrm/admin/report/register',NULL,'Register Report','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:18:\"administer Reports\";}i:1;s:3:\"and\";}','s:24:\"CRM_Report_Form_Register\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,1,1,0,0,'a:1:{s:4:\"desc\";s:30:\"Register the Report templates.\";}'), - (423,1,'civicrm/report/instance',NULL,'Report','s:1:\"1\";','a:2:{i:0;a:1:{i:0;s:17:\"access CiviReport\";}i:1;s:3:\"and\";}','s:24:\"CRM_Report_Page_Instance\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"CiviReport\";s:3:\"url\";s:23:\"/civicrm/report?reset=1\";}}',NULL,NULL,8,1,0,1,0,1,1,0,0,'a:0:{}'), - (424,1,'civicrm/admin/report/template/list',NULL,'Create New Report from Template','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:14:\"access CiviCRM\";i:1;s:17:\"access CiviReport\";}i:1;s:3:\"and\";}','s:28:\"CRM_Report_Page_TemplateList\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,1,1,0,0,'a:2:{s:4:\"desc\";s:49:\"Component wise listing of all available templates\";s:10:\"adminGroup\";s:10:\"CiviReport\";}'), - (425,1,'civicrm/admin/report/options/report_template',NULL,'Manage Templates','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:14:\"access CiviCRM\";i:1;s:17:\"access CiviReport\";}i:1;s:3:\"and\";}','s:23:\"CRM_Report_Page_Options\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,1,1,0,0,'a:2:{s:4:\"desc\";s:45:\"Browse, Edit and Delete the Report templates.\";s:10:\"adminGroup\";s:10:\"CiviReport\";}'), - (426,1,'civicrm/admin/report/list',NULL,'Reports Listing','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:28:\"CRM_Report_Page_InstanceList\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,1,1,0,0,'a:2:{s:4:\"desc\";s:60:\"Browse existing report, change report criteria and settings.\";s:10:\"adminGroup\";s:10:\"CiviReport\";}'), - (427,1,'civicrm/campaign',NULL,'Campaign Dashboard','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:23:\"administer CiviCampaign\";i:1;s:15:\"manage campaign\";}i:1;s:2:\"or\";}','s:27:\"CRM_Campaign_Page_DashBoard\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,9,1,0,1,0,1,1,0,0,'a:1:{s:9:\"component\";s:12:\"CiviCampaign\";}'), - (428,1,'civicrm/campaign/add',NULL,'New Campaign','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:23:\"administer CiviCampaign\";i:1;s:15:\"manage campaign\";}i:1;s:2:\"or\";}','s:26:\"CRM_Campaign_Form_Campaign\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Campaign Dashboard\";s:3:\"url\";s:25:\"/civicrm/campaign?reset=1\";}}',NULL,NULL,9,1,0,1,0,1,1,0,0,'a:1:{s:9:\"component\";s:12:\"CiviCampaign\";}'), - (429,1,'civicrm/survey/add',NULL,'New Survey','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:23:\"administer CiviCampaign\";i:1;s:15:\"manage campaign\";}i:1;s:2:\"or\";}','s:29:\"CRM_Campaign_Form_Survey_Main\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:1:{s:9:\"component\";s:12:\"CiviCampaign\";}'), - (430,1,'civicrm/campaign/vote',NULL,'Conduct Survey','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:4:{i:0;s:23:\"administer CiviCampaign\";i:1;s:15:\"manage campaign\";i:2;s:25:\"reserve campaign contacts\";i:3;s:27:\"interview campaign contacts\";}i:1;s:2:\"or\";}','s:22:\"CRM_Campaign_Page_Vote\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Campaign Dashboard\";s:3:\"url\";s:25:\"/civicrm/campaign?reset=1\";}}',NULL,NULL,9,1,0,1,0,1,1,0,0,'a:1:{s:9:\"component\";s:12:\"CiviCampaign\";}'), - (431,1,'civicrm/admin/campaign/surveyType',NULL,'Survey Types','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:23:\"administer CiviCampaign\";}i:1;s:3:\"and\";}','s:28:\"CRM_Campaign_Page_SurveyType\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,1,1,0,0,'a:2:{s:10:\"adminGroup\";s:12:\"CiviCampaign\";s:9:\"component\";s:12:\"CiviCampaign\";}'), - (432,1,'civicrm/admin/options/campaign_type',NULL,'Campaign Types','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Options\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,2,1,0,0,'a:3:{s:4:\"desc\";s:47:\"categorize your campaigns using campaign types.\";s:10:\"adminGroup\";s:12:\"CiviCampaign\";s:9:\"component\";s:12:\"CiviCampaign\";}'), - (433,1,'civicrm/admin/options/campaign_status',NULL,'Campaign Status','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Options\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,3,1,0,0,'a:3:{s:4:\"desc\";s:34:\"Define statuses for campaign here.\";s:10:\"adminGroup\";s:12:\"CiviCampaign\";s:9:\"component\";s:12:\"CiviCampaign\";}'), - (434,1,'civicrm/admin/options/engagement_index',NULL,'Engagement Index','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Options\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,4,1,0,0,'a:3:{s:4:\"desc\";s:18:\"Engagement levels.\";s:10:\"adminGroup\";s:12:\"CiviCampaign\";s:9:\"component\";s:12:\"CiviCampaign\";}'), - (435,1,'civicrm/survey/search','op=interview','Record Respondents Interview','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:23:\"administer CiviCampaign\";i:1;s:15:\"manage campaign\";i:2;s:27:\"interview campaign contacts\";}i:1;s:2:\"or\";}','s:30:\"CRM_Campaign_Controller_Search\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:1:{s:9:\"component\";s:12:\"CiviCampaign\";}'), - (436,1,'civicrm/campaign/gotv',NULL,'GOTV (Track Voters)','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:4:{i:0;s:23:\"administer CiviCampaign\";i:1;s:15:\"manage campaign\";i:2;s:25:\"release campaign contacts\";i:3;s:22:\"gotv campaign contacts\";}i:1;s:2:\"or\";}','s:22:\"CRM_Campaign_Form_Gotv\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Campaign Dashboard\";s:3:\"url\";s:25:\"/civicrm/campaign?reset=1\";}}',NULL,NULL,9,1,0,1,0,1,1,0,0,'a:1:{s:9:\"component\";s:12:\"CiviCampaign\";}'), - (437,1,'civicrm/petition/add',NULL,'New Petition','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:23:\"administer CiviCampaign\";i:1;s:15:\"manage campaign\";}i:1;s:2:\"or\";}','s:26:\"CRM_Campaign_Form_Petition\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), - (438,1,'civicrm/petition/sign',NULL,'Sign Petition','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:21:\"sign CiviCRM Petition\";}i:1;s:3:\"and\";}','s:36:\"CRM_Campaign_Form_Petition_Signature\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,1,1,0,1,1,0,0,'a:0:{}'), - (439,1,'civicrm/petition/browse',NULL,'View Petition Signatures','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:26:\"CRM_Campaign_Page_Petition\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), - (440,1,'civicrm/petition/confirm',NULL,'Email address verified','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:21:\"sign CiviCRM Petition\";}i:1;s:3:\"and\";}','s:34:\"CRM_Campaign_Page_Petition_Confirm\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,1,1,0,1,1,0,0,'a:0:{}'), - (441,1,'civicrm/petition/thankyou',NULL,'Thank You','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:21:\"sign CiviCRM Petition\";}i:1;s:3:\"and\";}','s:35:\"CRM_Campaign_Page_Petition_ThankYou\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,1,1,0,1,1,0,0,'a:0:{}'), - (442,1,'civicrm/campaign/registerInterview',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:23:\"administer CiviCampaign\";i:1;s:15:\"manage campaign\";i:2;s:27:\"interview campaign contacts\";}i:1;s:2:\"or\";}','a:2:{i:0;s:22:\"CRM_Campaign_Page_AJAX\";i:1;s:17:\"registerInterview\";}',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Campaign Dashboard\";s:3:\"url\";s:25:\"/civicrm/campaign?reset=1\";}}',NULL,NULL,9,1,0,1,0,1,1,0,0,'a:0:{}'), - (443,1,'civicrm/survey/configure/main',NULL,'Configure Survey','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:23:\"administer CiviCampaign\";i:1;s:15:\"manage campaign\";}i:1;s:2:\"or\";}','s:29:\"CRM_Campaign_Form_Survey_Main\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), - (444,1,'civicrm/survey/configure/questions',NULL,'Configure Survey','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:23:\"administer CiviCampaign\";i:1;s:15:\"manage campaign\";}i:1;s:2:\"or\";}','s:34:\"CRM_Campaign_Form_Survey_Questions\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), - (445,1,'civicrm/survey/configure/results',NULL,'Configure Survey','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:23:\"administer CiviCampaign\";i:1;s:15:\"manage campaign\";}i:1;s:2:\"or\";}','s:32:\"CRM_Campaign_Form_Survey_Results\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), - (446,1,'civicrm/survey/delete',NULL,'Delete Survey','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:23:\"administer CiviCampaign\";i:1;s:15:\"manage campaign\";}i:1;s:2:\"or\";}','s:31:\"CRM_Campaign_Form_Survey_Delete\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), - (447,1,'civicrm/admin/ckeditor',NULL,'Configure CKEditor 4','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:18:\"administer CiviCRM\";}i:1;s:3:\"and\";}','s:33:\"CRM_Ckeditor4_Form_CKEditorConfig\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,1,1,0,0,'a:0:{}'), - (448,1,'civicrm/ajax/event/add_participant_to_cart',NULL,NULL,'s:1:\"1\";','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:32:\"CRM_Event_Cart_Page_CheckoutAJAX\";i:1;s:23:\"add_participant_to_cart\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,1,1,0,1,1,0,0,'a:0:{}'), - (449,1,'civicrm/ajax/event/remove_participant_from_cart',NULL,NULL,'s:1:\"1\";','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:32:\"CRM_Event_Cart_Page_CheckoutAJAX\";i:1;s:28:\"remove_participant_from_cart\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,1,1,0,1,1,0,0,'a:0:{}'), - (450,1,'civicrm/event/add_to_cart',NULL,'Add Event To Cart','s:1:\"1\";','a:2:{i:0;a:2:{i:0;s:14:\"access CiviCRM\";i:1;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:29:\"CRM_Event_Cart_Page_AddToCart\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:19:\"CiviEvent Dashboard\";s:3:\"url\";s:22:\"/civicrm/event?reset=1\";}}',NULL,NULL,1,1,1,1,0,1,1,0,0,'a:0:{}'), - (451,1,'civicrm/event/cart_checkout',NULL,'Cart Checkout','s:1:\"1\";','a:2:{i:0;a:2:{i:0;s:14:\"access CiviCRM\";i:1;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:34:\"CRM_Event_Cart_Controller_Checkout\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:19:\"CiviEvent Dashboard\";s:3:\"url\";s:22:\"/civicrm/event?reset=1\";}}',NULL,NULL,1,1,1,1,1,1,1,0,0,'a:0:{}'), - (452,1,'civicrm/event/remove_from_cart',NULL,'Remove From Cart','s:1:\"1\";','a:2:{i:0;a:2:{i:0;s:14:\"access CiviCRM\";i:1;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:34:\"CRM_Event_Cart_Page_RemoveFromCart\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:19:\"CiviEvent Dashboard\";s:3:\"url\";s:22:\"/civicrm/event?reset=1\";}}',NULL,NULL,1,1,1,1,0,1,1,0,0,'a:0:{}'), - (453,1,'civicrm/event/view_cart',NULL,'View Cart','s:1:\"1\";','a:2:{i:0;a:2:{i:0;s:14:\"access CiviCRM\";i:1;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:28:\"CRM_Event_Cart_Page_ViewCart\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:19:\"CiviEvent Dashboard\";s:3:\"url\";s:22:\"/civicrm/event?reset=1\";}}',NULL,NULL,1,1,1,1,0,1,1,0,0,'a:0:{}'), - (454,1,'civicrm/contact/search/custom',NULL,'Find Contacts','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:42:\"CRM_Legacycustomsearches_Controller_Search\";','s:10:\"mode=16384\";','a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:13:\"Find Contacts\";s:3:\"url\";s:31:\"/civicrm/contact/search?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,10,1,1,0,'a:0:{}'), - (455,1,'civicrm/contact/search/custom/list',NULL,'Custom Searches','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:29:\"CRM_Contact_Page_CustomSearch\";','s:10:\"mode=16384\";','a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:13:\"Find Contacts\";s:3:\"url\";s:31:\"/civicrm/contact/search?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Find Contacts\";s:3:\"url\";s:38:\"/civicrm/contact/search/custom?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,16,1,1,0,'a:0:{}'), - (456,1,'civicrm/admin/setting/recaptcha',NULL,'reCAPTCHA Settings','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:18:\"administer CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Form_Generic\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,1,1,0,0,'a:2:{s:4:\"desc\";s:43:\"Configure anti-abuse/bot-prevention service\";s:10:\"adminGroup\";s:15:\"System Settings\";}'), - (457,1,'admin',NULL,NULL,NULL,NULL,NULL,NULL,'a:15:{s:14:\"CiviContribute\";a:2:{s:12:\"component_id\";N;s:6:\"fields\";a:9:{s:32:\"{weight}.Personal Campaign Pages\";a:6:{s:5:\"title\";s:23:\"Personal Campaign Pages\";s:4:\"desc\";s:49:\"View and manage existing personal campaign pages.\";s:2:\"id\";s:21:\"PersonalCampaignPages\";s:3:\"url\";s:49:\"/civicrm/admin/pcp?context=contribute&reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:34:\"{weight}.Manage Contribution Pages\";a:6:{s:5:\"title\";s:25:\"Manage Contribution Pages\";s:4:\"desc\";s:242:\"CiviContribute allows you to create and maintain any number of Online Contribution Pages. You can create different pages for different programs or campaigns - and customize text, amounts, types of information collected from contributors, etc.\";s:2:\"id\";s:23:\"ManageContributionPages\";s:3:\"url\";s:33:\"/civicrm/admin/contribute?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:24:\"{weight}.Manage Premiums\";a:6:{s:5:\"title\";s:15:\"Manage Premiums\";s:4:\"desc\";s:175:\"CiviContribute allows you to configure any number of Premiums which can be offered to contributors as incentives / thank-you gifts. Define the premiums you want to offer here.\";s:2:\"id\";s:14:\"ManagePremiums\";s:3:\"url\";s:48:\"/civicrm/admin/contribute/managePremiums?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:24:\"{weight}.Financial Types\";a:6:{s:5:\"title\";s:15:\"Financial Types\";s:4:\"desc\";s:64:\"Formerly civicrm_contribution_type merged into this table in 4.1\";s:2:\"id\";s:14:\"FinancialTypes\";s:3:\"url\";s:46:\"/civicrm/admin/financial/financialType?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:27:\"{weight}.Financial Accounts\";a:6:{s:5:\"title\";s:18:\"Financial Accounts\";s:4:\"desc\";s:128:\"Financial types are used to categorize contributions for reporting and accounting purposes. These are also referred to as Funds.\";s:2:\"id\";s:17:\"FinancialAccounts\";s:3:\"url\";s:49:\"/civicrm/admin/financial/financialAccount?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:24:\"{weight}.Payment Methods\";a:6:{s:5:\"title\";s:15:\"Payment Methods\";s:4:\"desc\";s:224:\"You may choose to record the payment instrument used for each contribution. Common payment methods are installed by default (e.g. Check, Cash, Credit Card...). If your site requires additional payment methods, add them here.\";s:2:\"id\";s:14:\"PaymentMethods\";s:3:\"url\";s:49:\"/civicrm/admin/options/payment_instrument?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:30:\"{weight}.Accepted Credit Cards\";a:6:{s:5:\"title\";s:21:\"Accepted Credit Cards\";s:4:\"desc\";s:94:\"Credit card options that will be offered to contributors using your Online Contribution pages.\";s:2:\"id\";s:19:\"AcceptedCreditCards\";s:3:\"url\";s:48:\"/civicrm/admin/options/accept_creditcard?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:26:\"{weight}.Soft Credit Types\";a:6:{s:5:\"title\";s:17:\"Soft Credit Types\";s:4:\"desc\";s:86:\"Soft Credit Types that will be offered to contributors during soft credit contribution\";s:2:\"id\";s:15:\"SoftCreditTypes\";s:3:\"url\";s:47:\"/civicrm/admin/options/soft_credit_type?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:42:\"{weight}.CiviContribute Component Settings\";a:6:{s:5:\"title\";s:33:\"CiviContribute Component Settings\";s:4:\"desc\";s:42:\"Configure global CiviContribute behaviors.\";s:2:\"id\";s:31:\"CiviContributeComponentSettings\";s:3:\"url\";s:53:\"/civicrm/admin/setting/preferences/contribute?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}}}s:26:\"Customize Data and Screens\";a:2:{s:12:\"component_id\";N;s:6:\"fields\";a:19:{s:20:\"{weight}.Custom Data\";a:6:{s:5:\"title\";s:11:\"Custom Data\";s:4:\"desc\";s:109:\"Configure custom fields to collect and store custom data which is not included in the standard CiviCRM forms.\";s:2:\"id\";s:10:\"CustomData\";s:3:\"url\";s:35:\"/civicrm/admin/custom/group?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:17:\"{weight}.Profiles\";a:6:{s:5:\"title\";s:8:\"Profiles\";s:4:\"desc\";s:151:\"Profiles allow you to aggregate groups of fields and include them in your site as input forms, contact display pages, and search and listings features.\";s:2:\"id\";s:8:\"Profiles\";s:3:\"url\";s:31:\"/civicrm/admin/uf/group?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:23:\"{weight}.Activity Types\";a:6:{s:5:\"title\";s:14:\"Activity Types\";s:4:\"desc\";s:155:\"CiviCRM has several built-in activity types (meetings, phone calls, emails sent). Track other types of interactions by creating custom activity types here.\";s:2:\"id\";s:13:\"ActivityTypes\";s:3:\"url\";s:44:\"/civicrm/admin/options/activity_type?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:27:\"{weight}.Relationship Types\";a:6:{s:5:\"title\";s:18:\"Relationship Types\";s:4:\"desc\";s:148:\"Contacts can be linked to each other through Relationships (e.g. Spouse, Employer, etc.). Define the types of relationships you want to record here.\";s:2:\"id\";s:17:\"RelationshipTypes\";s:3:\"url\";s:30:\"/civicrm/admin/reltype?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:22:\"{weight}.Contact Types\";a:6:{s:5:\"title\";s:13:\"Contact Types\";s:4:\"desc\";N;s:2:\"id\";s:12:\"ContactTypes\";s:3:\"url\";s:38:\"/civicrm/admin/options/subtype?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:23:\"{weight}.Gender Options\";a:6:{s:5:\"title\";s:14:\"Gender Options\";s:4:\"desc\";s:79:\"Options for assigning gender to individual contacts (e.g. Male, Female, Other).\";s:2:\"id\";s:13:\"GenderOptions\";s:3:\"url\";s:37:\"/civicrm/admin/options/gender?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:40:\"{weight}.Individual Prefixes (Ms, Mr...)\";a:6:{s:5:\"title\";s:31:\"Individual Prefixes (Ms, Mr...)\";s:4:\"desc\";s:66:\"Options for individual contact prefixes (e.g. Ms., Mr., Dr. etc.).\";s:2:\"id\";s:27:\"IndividualPrefixes_Ms_Mr...\";s:3:\"url\";s:48:\"/civicrm/admin/options/individual_prefix?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:40:\"{weight}.Individual Suffixes (Jr, Sr...)\";a:6:{s:5:\"title\";s:31:\"Individual Suffixes (Jr, Sr...)\";s:4:\"desc\";s:61:\"Options for individual contact suffixes (e.g. Jr., Sr. etc.).\";s:2:\"id\";s:27:\"IndividualSuffixes_Jr_Sr...\";s:3:\"url\";s:48:\"/civicrm/admin/options/individual_suffix?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:39:\"{weight}.Location Types (Home, Work...)\";a:6:{s:5:\"title\";s:30:\"Location Types (Home, Work...)\";s:4:\"desc\";s:94:\"Options for categorizing contact addresses and phone numbers (e.g. Home, Work, Billing, etc.).\";s:2:\"id\";s:26:\"LocationTypes_Home_Work...\";s:3:\"url\";s:35:\"/civicrm/admin/locationType?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:22:\"{weight}.Website Types\";a:6:{s:5:\"title\";s:13:\"Website Types\";s:4:\"desc\";s:48:\"Options for assigning website types to contacts.\";s:2:\"id\";s:12:\"WebsiteTypes\";s:3:\"url\";s:43:\"/civicrm/admin/options/website_type?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:35:\"{weight}.Instant Messenger Services\";a:6:{s:5:\"title\";s:26:\"Instant Messenger Services\";s:4:\"desc\";s:79:\"List of IM services which can be used when recording screen-names for contacts.\";s:2:\"id\";s:24:\"InstantMessengerServices\";s:3:\"url\";s:56:\"/civicrm/admin/options/instant_messenger_service?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:31:\"{weight}.Mobile Phone Providers\";a:6:{s:5:\"title\";s:22:\"Mobile Phone Providers\";s:4:\"desc\";s:90:\"List of mobile phone providers which can be assigned when recording contact phone numbers.\";s:2:\"id\";s:20:\"MobilePhoneProviders\";s:3:\"url\";s:46:\"/civicrm/admin/options/mobile_provider?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:19:\"{weight}.Phone Type\";a:6:{s:5:\"title\";s:10:\"Phone Type\";s:4:\"desc\";s:80:\"Options for assigning phone type to contacts (e.g Phone,\n Mobile, Fax, Pager)\";s:2:\"id\";s:9:\"PhoneType\";s:3:\"url\";s:41:\"/civicrm/admin/options/phone_type?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:28:\"{weight}.Display Preferences\";a:6:{s:5:\"title\";s:19:\"Display Preferences\";s:4:\"desc\";N;s:2:\"id\";s:18:\"DisplayPreferences\";s:3:\"url\";s:50:\"/civicrm/admin/setting/preferences/display?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:27:\"{weight}.Search Preferences\";a:6:{s:5:\"title\";s:18:\"Search Preferences\";s:4:\"desc\";N;s:2:\"id\";s:17:\"SearchPreferences\";s:3:\"url\";s:37:\"/civicrm/admin/setting/search?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:24:\"{weight}.Navigation Menu\";a:6:{s:5:\"title\";s:15:\"Navigation Menu\";s:4:\"desc\";s:79:\"Add or remove menu items, and modify the order of items on the navigation menu.\";s:2:\"id\";s:14:\"NavigationMenu\";s:3:\"url\";s:27:\"/civicrm/admin/menu?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:26:\"{weight}.Word Replacements\";a:6:{s:5:\"title\";s:17:\"Word Replacements\";s:4:\"desc\";s:18:\"Word Replacements.\";s:2:\"id\";s:16:\"WordReplacements\";s:3:\"url\";s:47:\"/civicrm/admin/options/wordreplacements?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:31:\"{weight}.Manage Custom Searches\";a:6:{s:5:\"title\";s:22:\"Manage Custom Searches\";s:4:\"desc\";s:225:\"Developers and accidental techies with a bit of PHP and SQL knowledge can create new search forms to handle specific search and reporting needs which aren\'t covered by the built-in Advanced Search and Search Builder features.\";s:2:\"id\";s:20:\"ManageCustomSearches\";s:3:\"url\";s:44:\"/civicrm/admin/options/custom_search?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:13:\"{weight}.Tags\";a:6:{s:5:\"title\";s:4:\"Tags\";s:4:\"desc\";s:158:\"Tags are useful for segmenting the contacts in your database into categories (e.g. Staff Member, Donor, Volunteer, etc.). Create and edit available tags here.\";s:2:\"id\";s:4:\"Tags\";s:3:\"url\";s:20:\"/civicrm/tag?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}}}s:14:\"Communications\";a:2:{s:12:\"component_id\";N;s:6:\"fields\";a:11:{s:46:\"{weight}.Organization Address and Contact Info\";a:6:{s:5:\"title\";s:37:\"Organization Address and Contact Info\";s:4:\"desc\";s:150:\"Configure primary contact name, email, return-path and address information. This information is used by CiviMail to identify the sending organization.\";s:2:\"id\";s:33:\"OrganizationAddressandContactInfo\";s:3:\"url\";s:47:\"/civicrm/admin/domain?action=update&reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:29:\"{weight}.From Email Addresses\";a:6:{s:5:\"title\";s:20:\"From Email Addresses\";s:4:\"desc\";s:74:\"List of Email Addresses which can be used when sending emails to contacts.\";s:2:\"id\";s:18:\"FromEmailAddresses\";s:3:\"url\";s:49:\"/civicrm/admin/options/from_email_address?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:26:\"{weight}.Message Templates\";a:6:{s:5:\"title\";s:17:\"Message Templates\";s:4:\"desc\";s:130:\"Message templates allow you to save and re-use messages with layouts which you can use when sending email to one or more contacts.\";s:2:\"id\";s:16:\"MessageTemplates\";s:3:\"url\";s:39:\"/civicrm/admin/messageTemplates?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:27:\"{weight}.Schedule Reminders\";a:6:{s:5:\"title\";s:18:\"Schedule Reminders\";s:4:\"desc\";s:19:\"Schedule Reminders.\";s:2:\"id\";s:17:\"ScheduleReminders\";s:3:\"url\";s:40:\"/civicrm/admin/scheduleReminders?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:40:\"{weight}.Preferred Communication Methods\";a:6:{s:5:\"title\";s:31:\"Preferred Communication Methods\";s:4:\"desc\";s:117:\"One or more preferred methods of communication can be assigned to each contact. Customize the available options here.\";s:2:\"id\";s:29:\"PreferredCommunicationMethods\";s:3:\"url\";s:61:\"/civicrm/admin/options/preferred_communication_method?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:22:\"{weight}.Label Formats\";a:6:{s:5:\"title\";s:13:\"Label Formats\";s:4:\"desc\";s:67:\"Configure Label Formats that are used when creating mailing labels.\";s:2:\"id\";s:12:\"LabelFormats\";s:3:\"url\";s:35:\"/civicrm/admin/labelFormats?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:33:\"{weight}.Print Page (PDF) Formats\";a:6:{s:5:\"title\";s:24:\"Print Page (PDF) Formats\";s:4:\"desc\";s:95:\"Configure PDF Page Formats that can be assigned to Message Templates when creating PDF letters.\";s:2:\"id\";s:20:\"PrintPage_PDFFormats\";s:3:\"url\";s:33:\"/civicrm/admin/pdfFormats?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:36:\"{weight}.Communication Style Options\";a:6:{s:5:\"title\";s:27:\"Communication Style Options\";s:4:\"desc\";s:42:\"Options for Communication Style selection.\";s:2:\"id\";s:25:\"CommunicationStyleOptions\";s:3:\"url\";s:50:\"/civicrm/admin/options/communication_style?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:31:\"{weight}.Email Greeting Formats\";a:6:{s:5:\"title\";s:22:\"Email Greeting Formats\";s:4:\"desc\";s:75:\"Options for assigning email greetings to individual and household contacts.\";s:2:\"id\";s:20:\"EmailGreetingFormats\";s:3:\"url\";s:45:\"/civicrm/admin/options/email_greeting?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:32:\"{weight}.Postal Greeting Formats\";a:6:{s:5:\"title\";s:23:\"Postal Greeting Formats\";s:4:\"desc\";s:76:\"Options for assigning postal greetings to individual and household contacts.\";s:2:\"id\";s:21:\"PostalGreetingFormats\";s:3:\"url\";s:46:\"/civicrm/admin/options/postal_greeting?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:26:\"{weight}.Addressee Formats\";a:6:{s:5:\"title\";s:17:\"Addressee Formats\";s:4:\"desc\";s:83:\"Options for assigning addressee to individual, household and organization contacts.\";s:2:\"id\";s:16:\"AddresseeFormats\";s:3:\"url\";s:40:\"/civicrm/admin/options/addressee?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}}}s:12:\"Localization\";a:2:{s:12:\"component_id\";N;s:6:\"fields\";a:4:{s:39:\"{weight}.Languages, Currency, Locations\";a:6:{s:5:\"title\";s:30:\"Languages, Currency, Locations\";s:4:\"desc\";N;s:2:\"id\";s:28:\"Languages_Currency_Locations\";s:3:\"url\";s:43:\"/civicrm/admin/setting/localization?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:25:\"{weight}.Address Settings\";a:6:{s:5:\"title\";s:16:\"Address Settings\";s:4:\"desc\";N;s:2:\"id\";s:15:\"AddressSettings\";s:3:\"url\";s:50:\"/civicrm/admin/setting/preferences/address?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:21:\"{weight}.Date Formats\";a:6:{s:5:\"title\";s:12:\"Date Formats\";s:4:\"desc\";N;s:2:\"id\";s:11:\"DateFormats\";s:3:\"url\";s:35:\"/civicrm/admin/setting/date?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:28:\"{weight}.Preferred Languages\";a:6:{s:5:\"title\";s:19:\"Preferred Languages\";s:4:\"desc\";s:30:\"Options for contact languages.\";s:2:\"id\";s:18:\"PreferredLanguages\";s:3:\"url\";s:40:\"/civicrm/admin/options/languages?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}}}s:21:\"Users and Permissions\";a:2:{s:12:\"component_id\";N;s:6:\"fields\";a:2:{s:23:\"{weight}.Access Control\";a:6:{s:5:\"title\";s:14:\"Access Control\";s:4:\"desc\";s:73:\"Grant or deny access to actions (view, edit...), features and components.\";s:2:\"id\";s:13:\"AccessControl\";s:3:\"url\";s:29:\"/civicrm/admin/access?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:38:\"{weight}.Synchronize Users to Contacts\";a:6:{s:5:\"title\";s:29:\"Synchronize Users to Contacts\";s:4:\"desc\";s:71:\"Automatically create a CiviCRM contact record for each CMS user record.\";s:2:\"id\";s:26:\"SynchronizeUserstoContacts\";s:3:\"url\";s:32:\"/civicrm/admin/synchUser?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}}}s:15:\"System Settings\";a:2:{s:12:\"component_id\";N;s:6:\"fields\";a:19:{s:32:\"{weight}.Configuration Checklist\";a:6:{s:5:\"title\";s:23:\"Configuration Checklist\";s:4:\"desc\";s:55:\"List of configuration tasks with links to each setting.\";s:2:\"id\";s:22:\"ConfigurationChecklist\";s:3:\"url\";s:33:\"/civicrm/admin/configtask?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:34:\"{weight}.Enable CiviCRM Components\";a:6:{s:5:\"title\";s:25:\"Enable CiviCRM Components\";s:4:\"desc\";s:269:\"Enable or disable components (e.g. CiviEvent, CiviMember, etc.) for your site based on the features you need. We recommend disabling any components not being used in order to simplify the user interface. You can easily re-enable components at any time from this screen.\";s:2:\"id\";s:23:\"EnableCiviCRMComponents\";s:3:\"url\";s:40:\"/civicrm/admin/setting/component?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:26:\"{weight}.Manage Extensions\";a:6:{s:5:\"title\";s:17:\"Manage Extensions\";s:4:\"desc\";s:0:\"\";s:2:\"id\";s:16:\"ManageExtensions\";s:3:\"url\";s:33:\"/civicrm/admin/extensions?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:32:\"{weight}.Outbound Email Settings\";a:6:{s:5:\"title\";s:23:\"Outbound Email Settings\";s:4:\"desc\";N;s:2:\"id\";s:21:\"OutboundEmailSettings\";s:3:\"url\";s:35:\"/civicrm/admin/setting/smtp?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:37:\"{weight}.Settings - Payment Processor\";a:6:{s:5:\"title\";s:28:\"Settings - Payment Processor\";s:4:\"desc\";s:48:\"Payment Processor setup for CiviCRM transactions\";s:2:\"id\";s:25:\"Settings-PaymentProcessor\";s:3:\"url\";s:39:\"/civicrm/admin/paymentProcessor?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:30:\"{weight}.Mapping and Geocoding\";a:6:{s:5:\"title\";s:21:\"Mapping and Geocoding\";s:4:\"desc\";N;s:2:\"id\";s:19:\"MappingandGeocoding\";s:3:\"url\";s:38:\"/civicrm/admin/setting/mapping?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:53:\"{weight}.Misc (Undelete, PDFs, Limits, Logging, etc.)\";a:6:{s:5:\"title\";s:44:\"Misc (Undelete, PDFs, Limits, Logging, etc.)\";s:4:\"desc\";s:63:\"Enable undelete/move to trash feature, detailed change logging.\";s:2:\"id\";s:38:\"Misc_Undelete_PDFs_Limits_Logging_etc.\";s:3:\"url\";s:35:\"/civicrm/admin/setting/misc?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:20:\"{weight}.Directories\";a:6:{s:5:\"title\";s:11:\"Directories\";s:4:\"desc\";N;s:2:\"id\";s:11:\"Directories\";s:3:\"url\";s:35:\"/civicrm/admin/setting/path?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:22:\"{weight}.Resource URLs\";a:6:{s:5:\"title\";s:13:\"Resource URLs\";s:4:\"desc\";N;s:2:\"id\";s:12:\"ResourceURLs\";s:3:\"url\";s:34:\"/civicrm/admin/setting/url?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:40:\"{weight}.Cleanup Caches and Update Paths\";a:6:{s:5:\"title\";s:31:\"Cleanup Caches and Update Paths\";s:4:\"desc\";s:157:\"Reset the Base Directory Path and Base URL settings - generally when a CiviCRM site is moved to another location in the file system and/or to another domain.\";s:2:\"id\";s:27:\"CleanupCachesandUpdatePaths\";s:3:\"url\";s:50:\"/civicrm/admin/setting/updateConfigBackend?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:33:\"{weight}.CMS Database Integration\";a:6:{s:5:\"title\";s:24:\"CMS Database Integration\";s:4:\"desc\";N;s:2:\"id\";s:22:\"CMSDatabaseIntegration\";s:3:\"url\";s:33:\"/civicrm/admin/setting/uf?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:36:\"{weight}.Safe File Extension Options\";a:6:{s:5:\"title\";s:27:\"Safe File Extension Options\";s:4:\"desc\";s:44:\"File Extensions that can be considered safe.\";s:2:\"id\";s:24:\"SafeFileExtensionOptions\";s:3:\"url\";s:50:\"/civicrm/admin/options/safe_file_extension?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:22:\"{weight}.Option Groups\";a:6:{s:5:\"title\";s:13:\"Option Groups\";s:4:\"desc\";s:35:\"Access all meta-data option groups.\";s:2:\"id\";s:12:\"OptionGroups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:31:\"{weight}.Import/Export Mappings\";a:6:{s:5:\"title\";s:22:\"Import/Export Mappings\";s:4:\"desc\";s:141:\"Import and Export mappings allow you to easily run the same job multiple times. This option allows you to rename or delete existing mappings.\";s:2:\"id\";s:21:\"Import_ExportMappings\";s:3:\"url\";s:30:\"/civicrm/admin/mapping?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:18:\"{weight}.Debugging\";a:6:{s:5:\"title\";s:9:\"Debugging\";s:4:\"desc\";N;s:2:\"id\";s:9:\"Debugging\";s:3:\"url\";s:36:\"/civicrm/admin/setting/debug?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:28:\"{weight}.Multi Site Settings\";a:6:{s:5:\"title\";s:19:\"Multi Site Settings\";s:4:\"desc\";N;s:2:\"id\";s:17:\"MultiSiteSettings\";s:3:\"url\";s:52:\"/civicrm/admin/setting/preferences/multisite?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:23:\"{weight}.Scheduled Jobs\";a:6:{s:5:\"title\";s:14:\"Scheduled Jobs\";s:4:\"desc\";s:35:\"Managing periodially running tasks.\";s:2:\"id\";s:13:\"ScheduledJobs\";s:3:\"url\";s:26:\"/civicrm/admin/job?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:22:\"{weight}.Sms Providers\";a:6:{s:5:\"title\";s:13:\"Sms Providers\";s:4:\"desc\";s:27:\"To configure a sms provider\";s:2:\"id\";s:12:\"SmsProviders\";s:3:\"url\";s:35:\"/civicrm/admin/sms/provider?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:27:\"{weight}.reCAPTCHA Settings\";a:6:{s:5:\"title\";s:18:\"reCAPTCHA Settings\";s:4:\"desc\";s:43:\"Configure anti-abuse/bot-prevention service\";s:2:\"id\";s:17:\"reCAPTCHASettings\";s:3:\"url\";s:40:\"/civicrm/admin/setting/recaptcha?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}}}s:12:\"CiviCampaign\";a:2:{s:12:\"component_id\";N;s:6:\"fields\";a:5:{s:40:\"{weight}.CiviCampaign Component Settings\";a:6:{s:5:\"title\";s:31:\"CiviCampaign Component Settings\";s:4:\"desc\";s:40:\"Configure global CiviCampaign behaviors.\";s:2:\"id\";s:29:\"CiviCampaignComponentSettings\";s:3:\"url\";s:51:\"/civicrm/admin/setting/preferences/campaign?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:21:\"{weight}.Survey Types\";a:6:{s:5:\"title\";s:12:\"Survey Types\";s:4:\"desc\";N;s:2:\"id\";s:11:\"SurveyTypes\";s:3:\"url\";s:42:\"/civicrm/admin/campaign/surveyType?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:23:\"{weight}.Campaign Types\";a:6:{s:5:\"title\";s:14:\"Campaign Types\";s:4:\"desc\";s:47:\"categorize your campaigns using campaign types.\";s:2:\"id\";s:13:\"CampaignTypes\";s:3:\"url\";s:44:\"/civicrm/admin/options/campaign_type?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:24:\"{weight}.Campaign Status\";a:6:{s:5:\"title\";s:15:\"Campaign Status\";s:4:\"desc\";s:34:\"Define statuses for campaign here.\";s:2:\"id\";s:14:\"CampaignStatus\";s:3:\"url\";s:46:\"/civicrm/admin/options/campaign_status?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:25:\"{weight}.Engagement Index\";a:6:{s:5:\"title\";s:16:\"Engagement Index\";s:4:\"desc\";s:18:\"Engagement levels.\";s:2:\"id\";s:15:\"EngagementIndex\";s:3:\"url\";s:47:\"/civicrm/admin/options/engagement_index?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}}}s:9:\"CiviEvent\";a:2:{s:12:\"component_id\";N;s:6:\"fields\";a:9:{s:37:\"{weight}.CiviEvent Component Settings\";a:6:{s:5:\"title\";s:28:\"CiviEvent Component Settings\";s:4:\"desc\";s:37:\"Configure global CiviEvent behaviors.\";s:2:\"id\";s:26:\"CiviEventComponentSettings\";s:3:\"url\";s:48:\"/civicrm/admin/setting/preferences/event?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:33:\"{weight}.Event Name Badge Layouts\";a:6:{s:5:\"title\";s:24:\"Event Name Badge Layouts\";s:4:\"desc\";s:107:\"Configure name badge layouts for event participants, including logos and what data to include on the badge.\";s:2:\"id\";s:21:\"EventNameBadgeLayouts\";s:3:\"url\";s:52:\"/civicrm/admin/badgelayout?action=browse&reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:22:\"{weight}.Manage Events\";a:6:{s:5:\"title\";s:13:\"Manage Events\";s:4:\"desc\";s:136:\"Create and edit event configuration including times, locations, online registration forms, and fees. Links for iCal and RSS syndication.\";s:2:\"id\";s:12:\"ManageEvents\";s:3:\"url\";s:28:\"/civicrm/admin/event?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:24:\"{weight}.Event Templates\";a:6:{s:5:\"title\";s:15:\"Event Templates\";s:4:\"desc\";s:115:\"Administrators can create Event Templates - which are basically master event records pre-filled with default values\";s:2:\"id\";s:14:\"EventTemplates\";s:3:\"url\";s:36:\"/civicrm/admin/eventTemplate?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:20:\"{weight}.Event Types\";a:6:{s:5:\"title\";s:11:\"Event Types\";s:4:\"desc\";s:143:\"Use Event Types to categorize your events. Event feeds can be filtered by Event Type and participant searches can use Event Type as a criteria.\";s:2:\"id\";s:10:\"EventTypes\";s:3:\"url\";s:41:\"/civicrm/admin/options/event_type?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:27:\"{weight}.Participant Status\";a:6:{s:5:\"title\";s:18:\"Participant Status\";s:4:\"desc\";s:154:\"Define statuses for event participants here (e.g. Registered, Attended, Cancelled...). You can then assign statuses and search for participants by status.\";s:2:\"id\";s:17:\"ParticipantStatus\";s:3:\"url\";s:41:\"/civicrm/admin/participant_status?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:25:\"{weight}.Participant Role\";a:6:{s:5:\"title\";s:16:\"Participant Role\";s:4:\"desc\";s:138:\"Define participant roles for events here (e.g. Attendee, Host, Speaker...). You can then assign roles and search for participants by role.\";s:2:\"id\";s:15:\"ParticipantRole\";s:3:\"url\";s:47:\"/civicrm/admin/options/participant_role?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:38:\"{weight}.Participant Listing Templates\";a:6:{s:5:\"title\";s:29:\"Participant Listing Templates\";s:4:\"desc\";s:48:\"Template to control participant listing display.\";s:2:\"id\";s:27:\"ParticipantListingTemplates\";s:3:\"url\";s:50:\"/civicrm/admin/options/participant_listing?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:31:\"{weight}.Conference Slot Labels\";a:6:{s:5:\"title\";s:22:\"Conference Slot Labels\";s:4:\"desc\";s:35:\"Define conference slots and labels.\";s:2:\"id\";s:20:\"ConferenceSlotLabels\";s:3:\"url\";s:46:\"/civicrm/admin/options/conference_slot?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}}}s:8:\"CiviMail\";a:2:{s:12:\"component_id\";N;s:6:\"fields\";a:5:{s:36:\"{weight}.CiviMail Component Settings\";a:6:{s:5:\"title\";s:27:\"CiviMail Component Settings\";s:4:\"desc\";s:36:\"Configure global CiviMail behaviors.\";s:2:\"id\";s:25:\"CiviMailComponentSettings\";s:3:\"url\";s:50:\"/civicrm/admin/setting/preferences/mailing?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:24:\"{weight}.Mailer Settings\";a:6:{s:5:\"title\";s:15:\"Mailer Settings\";s:4:\"desc\";s:61:\"Configure spool period, throttling and other mailer settings.\";s:2:\"id\";s:14:\"MailerSettings\";s:3:\"url\";s:27:\"/civicrm/admin/mail?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:49:\"{weight}.Headers, Footers, and Automated Messages\";a:6:{s:5:\"title\";s:40:\"Headers, Footers, and Automated Messages\";s:4:\"desc\";s:143:\"Configure the header and footer used for mailings. Customize the content of automated Subscribe, Unsubscribe, Resubscribe and Opt-out messages.\";s:2:\"id\";s:36:\"Headers_Footers_andAutomatedMessages\";s:3:\"url\";s:32:\"/civicrm/admin/component?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:29:\"{weight}.From Email Addresses\";a:6:{s:5:\"title\";s:20:\"From Email Addresses\";s:4:\"desc\";s:74:\"List of Email Addresses which can be used when sending emails to contacts.\";s:2:\"id\";s:18:\"FromEmailAddresses\";s:3:\"url\";s:58:\"/civicrm/admin/options/from_email_address/civimail?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:22:\"{weight}.Mail Accounts\";a:6:{s:5:\"title\";s:13:\"Mail Accounts\";s:4:\"desc\";s:32:\"Configure email account setting.\";s:2:\"id\";s:12:\"MailAccounts\";s:3:\"url\";s:35:\"/civicrm/admin/mailSettings?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}}}s:10:\"CiviMember\";a:2:{s:12:\"component_id\";N;s:6:\"fields\";a:3:{s:38:\"{weight}.CiviMember Component Settings\";a:6:{s:5:\"title\";s:29:\"CiviMember Component Settings\";s:4:\"desc\";s:38:\"Configure global CiviMember behaviors.\";s:2:\"id\";s:27:\"CiviMemberComponentSettings\";s:3:\"url\";s:49:\"/civicrm/admin/setting/preferences/member?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:25:\"{weight}.Membership Types\";a:6:{s:5:\"title\";s:16:\"Membership Types\";s:4:\"desc\";s:174:\"Define the types of memberships you want to offer. For each type, you can specify a \'name\' (Gold Member, Honor Society Member...), a description, duration, and a minimum fee.\";s:2:\"id\";s:15:\"MembershipTypes\";s:3:\"url\";s:44:\"/civicrm/admin/member/membershipType?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:32:\"{weight}.Membership Status Rules\";a:6:{s:5:\"title\";s:23:\"Membership Status Rules\";s:4:\"desc\";s:187:\"Status \'rules\' define the current status for a membership based on that membership\'s start and end dates. You can adjust the default status options and rules as needed to meet your needs.\";s:2:\"id\";s:21:\"MembershipStatusRules\";s:3:\"url\";s:46:\"/civicrm/admin/member/membershipStatus?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}}}s:6:\"Manage\";a:2:{s:12:\"component_id\";N;s:6:\"fields\";a:3:{s:27:\"{weight}.Scheduled Jobs Log\";a:6:{s:5:\"title\";s:18:\"Scheduled Jobs Log\";s:4:\"desc\";s:46:\"Browsing the log of periodially running tasks.\";s:2:\"id\";s:16:\"ScheduledJobsLog\";s:3:\"url\";s:29:\"/civicrm/admin/joblog?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:42:\"{weight}.Find and Merge Duplicate Contacts\";a:6:{s:5:\"title\";s:33:\"Find and Merge Duplicate Contacts\";s:4:\"desc\";s:158:\"Manage the rules used to identify potentially duplicate contact records. Scan for duplicates using a selected rule and merge duplicate contact data as needed.\";s:2:\"id\";s:29:\"FindandMergeDuplicateContacts\";s:3:\"url\";s:36:\"/civicrm/contact/deduperules?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:26:\"{weight}.Dedupe Exceptions\";a:6:{s:5:\"title\";s:17:\"Dedupe Exceptions\";s:4:\"desc\";N;s:2:\"id\";s:16:\"DedupeExceptions\";s:3:\"url\";s:33:\"/civicrm/dedupe/exception?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}}}s:12:\"Option Lists\";a:2:{s:12:\"component_id\";N;s:6:\"fields\";a:1:{s:20:\"{weight}.Grant Types\";a:6:{s:5:\"title\";s:11:\"Grant Types\";s:4:\"desc\";s:148:\"List of types which can be assigned to Grants. (Enable CiviGrant from Administer > System Settings > Enable Components if you want to track grants.)\";s:2:\"id\";s:10:\"GrantTypes\";s:3:\"url\";s:41:\"/civicrm/admin/options/grant_type?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}}}s:9:\"Customize\";a:2:{s:12:\"component_id\";N;s:6:\"fields\";a:1:{s:19:\"{weight}.Price Sets\";a:6:{s:5:\"title\";s:10:\"Price Sets\";s:4:\"desc\";s:205:\"Price sets allow you to offer multiple options with associated fees (e.g. pre-conference workshops, additional meals, etc.). Configure Price Sets for events which need more than a single set of fee levels.\";s:2:\"id\";s:9:\"PriceSets\";s:3:\"url\";s:28:\"/civicrm/admin/price?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}}}s:8:\"CiviCase\";a:2:{s:12:\"component_id\";N;s:6:\"fields\";a:5:{s:26:\"{weight}.CiviCase Settings\";a:6:{s:5:\"title\";s:17:\"CiviCase Settings\";s:4:\"desc\";N;s:2:\"id\";s:16:\"CiviCaseSettings\";s:3:\"url\";s:35:\"/civicrm/admin/setting/case?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:19:\"{weight}.Case Types\";a:6:{s:5:\"title\";s:10:\"Case Types\";s:4:\"desc\";s:137:\"List of types which can be assigned to Cases. (Enable the Cases tab from System Settings - Enable Components if you want to track cases.)\";s:2:\"id\";s:9:\"CaseTypes\";s:3:\"url\";s:40:\"/civicrm/admin/options/case_type?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:24:\"{weight}.Redaction Rules\";a:6:{s:5:\"title\";s:15:\"Redaction Rules\";s:4:\"desc\";s:223:\"List of rules which can be applied to user input strings so that the redacted output can be recognized as repeated instances of the same string or can be identified as a \"semantic type of the data element\" within case data.\";s:2:\"id\";s:14:\"RedactionRules\";s:3:\"url\";s:45:\"/civicrm/admin/options/redaction_rule?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:22:\"{weight}.Case Statuses\";a:6:{s:5:\"title\";s:13:\"Case Statuses\";s:4:\"desc\";s:48:\"List of statuses that can be assigned to a case.\";s:2:\"id\";s:12:\"CaseStatuses\";s:3:\"url\";s:42:\"/civicrm/admin/options/case_status?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:26:\"{weight}.Encounter Mediums\";a:6:{s:5:\"title\";s:17:\"Encounter Mediums\";s:4:\"desc\";s:26:\"List of encounter mediums.\";s:2:\"id\";s:16:\"EncounterMediums\";s:3:\"url\";s:47:\"/civicrm/admin/options/encounter_medium?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}}}s:10:\"CiviReport\";a:2:{s:12:\"component_id\";N;s:6:\"fields\";a:3:{s:40:\"{weight}.Create New Report from Template\";a:6:{s:5:\"title\";s:31:\"Create New Report from Template\";s:4:\"desc\";s:49:\"Component wise listing of all available templates\";s:2:\"id\";s:27:\"CreateNewReportfromTemplate\";s:3:\"url\";s:43:\"/civicrm/admin/report/template/list?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:25:\"{weight}.Manage Templates\";a:6:{s:5:\"title\";s:16:\"Manage Templates\";s:4:\"desc\";s:45:\"Browse, Edit and Delete the Report templates.\";s:2:\"id\";s:15:\"ManageTemplates\";s:3:\"url\";s:53:\"/civicrm/admin/report/options/report_template?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:24:\"{weight}.Reports Listing\";a:6:{s:5:\"title\";s:15:\"Reports Listing\";s:4:\"desc\";s:60:\"Browse existing report, change report criteria and settings.\";s:2:\"id\";s:14:\"ReportsListing\";s:3:\"url\";s:34:\"/civicrm/admin/report/list?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}}}}',NULL,NULL,NULL,1,0,1,1,1,1,1,0,'a:0:{}'); + (254,1,'civicrm/import',NULL,'Import','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:15:\"import contacts\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:29:\"CRM_Contact_Import_Controller\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,400,1,1,0,'a:0:{}'), + (255,1,'civicrm/import/contact',NULL,'Import Contacts','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:15:\"import contacts\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:29:\"CRM_Contact_Import_Controller\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:6:\"Import\";s:3:\"url\";s:23:\"/civicrm/import?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,410,1,1,0,'a:0:{}'), + (256,1,'civicrm/import/contact/summary',NULL,'Import Contacts','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:31:\"CRM_Contact_Import_Form_Summary\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:6:\"Import\";s:3:\"url\";s:23:\"/civicrm/import?reset=1\";}i:2;a:2:{s:5:\"title\";s:15:\"Import Contacts\";s:3:\"url\";s:31:\"/civicrm/import/contact?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,410,1,1,0,'a:0:{}'), + (257,1,'civicrm/import/outcome',NULL,'Import results','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:16:\"CRM_Import_Forms\";i:1;s:9:\"outputCSV\";}',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:6:\"Import\";s:3:\"url\";s:23:\"/civicrm/import?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), + (258,1,'civicrm/import/activity',NULL,'Import Activities','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:15:\"import contacts\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:30:\"CRM_Activity_Import_Controller\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:6:\"Import\";s:3:\"url\";s:23:\"/civicrm/import?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,420,1,1,0,'a:0:{}'), + (259,1,'civicrm/import/contribution',NULL,'Import Contributions','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:21:\"access CiviContribute\";i:1;s:18:\"edit contributions\";}i:1;s:3:\"and\";}','s:32:\"CRM_Contribute_Import_Controller\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:6:\"Import\";s:3:\"url\";s:23:\"/civicrm/import?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,520,1,1,0,'a:0:{}'), + (260,1,'civicrm/import/custom','id=%%id%%','Import Multi-value Custom Data','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:28:\"CRM_Custom_Import_Controller\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:6:\"Import\";s:3:\"url\";s:23:\"/civicrm/import?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,420,1,1,0,'a:0:{}'), + (261,1,'civicrm/ajax/status',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:15:\"import contacts\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:28:\"CRM_Contact_Import_Page_AJAX\";i:1;s:6:\"status\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), + (262,1,'civicrm/import/datasource',NULL,'Import','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:32:\"CRM_Import_Form_DataSourceConfig\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:6:\"Import\";s:3:\"url\";s:23:\"/civicrm/import?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,450,1,1,0,'a:0:{}'), + (263,1,'civicrm/event/manage/pcp',NULL,'Personal Campaign Pages','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:18:\"CRM_PCP_Form_Event\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:19:\"CiviEvent Dashboard\";s:3:\"url\";s:22:\"/civicrm/event?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Manage Events\";s:3:\"url\";s:29:\"/civicrm/event/manage?reset=1\";}}',NULL,NULL,1,1,0,1,1,540,1,1,0,'a:0:{}'), + (264,1,'civicrm/event/pcp',NULL,NULL,'s:1:\"1\";','a:2:{i:0;a:2:{i:0;s:14:\"access CiviCRM\";i:1;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:16:\"CRM_PCP_Form_PCP\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:19:\"CiviEvent Dashboard\";s:3:\"url\";s:22:\"/civicrm/event?reset=1\";}}',NULL,NULL,1,1,1,1,0,1,1,0,0,'a:0:{}'), + (265,1,'civicrm/event/campaign',NULL,'Setup a Personal Campaign Page - Account Information','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:25:\"make online contributions\";}i:1;s:3:\"and\";}','s:22:\"CRM_PCP_Controller_PCP\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:19:\"CiviEvent Dashboard\";s:3:\"url\";s:22:\"/civicrm/event?reset=1\";}}',NULL,NULL,1,1,1,1,0,0,1,0,0,'a:0:{}'), + (266,1,'civicrm/event',NULL,'CiviEvent Dashboard','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:14:\"access CiviCRM\";i:1;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:24:\"CRM_Event_Page_DashBoard\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,1,1,0,1,0,800,1,1,0,'a:1:{s:9:\"component\";s:9:\"CiviEvent\";}'), + (267,1,'civicrm/participant/add','action=add','Register New Participant','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:18:\"CRM_Event_Page_Tab\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:1:{s:9:\"component\";s:9:\"CiviEvent\";}'), + (268,1,'civicrm/event/info',NULL,'Event Information','s:1:\"1\";','a:2:{i:0;a:2:{i:0;s:14:\"access CiviCRM\";i:1;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:24:\"CRM_Event_Page_EventInfo\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:19:\"CiviEvent Dashboard\";s:3:\"url\";s:22:\"/civicrm/event?reset=1\";}}',NULL,NULL,1,1,1,1,0,1,1,0,0,'a:0:{}'), + (269,1,'civicrm/event/register',NULL,'Event Registration','s:1:\"1\";','a:2:{i:0;a:2:{i:0;s:14:\"access CiviCRM\";i:1;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:33:\"CRM_Event_Controller_Registration\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:19:\"CiviEvent Dashboard\";s:3:\"url\";s:22:\"/civicrm/event?reset=1\";}}',NULL,NULL,1,1,1,1,1,1,1,0,0,'a:0:{}'), + (270,1,'civicrm/event/confirm',NULL,'Confirm Event Registration','s:1:\"1\";','a:2:{i:0;a:2:{i:0;s:14:\"access CiviCRM\";i:1;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:46:\"CRM_Event_Form_Registration_ParticipantConfirm\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:19:\"CiviEvent Dashboard\";s:3:\"url\";s:22:\"/civicrm/event?reset=1\";}}',NULL,NULL,1,1,1,1,1,1,1,0,0,'a:0:{}'), + (271,1,'civicrm/event/ical',NULL,'Current and Upcoming Events','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:15:\"view event info\";}i:1;s:3:\"and\";}','a:2:{i:0;s:19:\"CRM_Event_ICalendar\";i:1;s:3:\"run\";}',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:19:\"CiviEvent Dashboard\";s:3:\"url\";s:22:\"/civicrm/event?reset=1\";}}',NULL,NULL,1,1,1,1,0,0,1,0,0,'a:0:{}'), + (272,1,'civicrm/event/list',NULL,'Current and Upcoming Events','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:15:\"view event info\";}i:1;s:3:\"and\";}','s:19:\"CRM_Event_Page_List\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:19:\"CiviEvent Dashboard\";s:3:\"url\";s:22:\"/civicrm/event?reset=1\";}}',NULL,NULL,1,1,1,1,0,0,1,0,0,'a:0:{}'), + (273,1,'civicrm/event/participant',NULL,'Event Participants List','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:23:\"view event participants\";}i:1;s:3:\"and\";}','s:33:\"CRM_Event_Page_ParticipantListing\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:19:\"CiviEvent Dashboard\";s:3:\"url\";s:22:\"/civicrm/event?reset=1\";}}',NULL,NULL,1,1,1,1,0,0,1,0,0,'a:0:{}'), + (274,1,'civicrm/admin/event',NULL,'Manage Events','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:14:\"access CiviCRM\";i:1;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:26:\"CRM_Event_Page_ManageEvent\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,370,1,0,0,'a:2:{s:4:\"desc\";s:136:\"Create and edit event configuration including times, locations, online registration forms, and fees. Links for iCal and RSS syndication.\";s:10:\"adminGroup\";s:9:\"CiviEvent\";}'), + (275,1,'civicrm/admin/eventTemplate',NULL,'Event Templates','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:28:\"CRM_Admin_Page_EventTemplate\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,375,1,0,0,'a:2:{s:4:\"desc\";s:115:\"Administrators can create Event Templates - which are basically master event records pre-filled with default values\";s:10:\"adminGroup\";s:9:\"CiviEvent\";}'), + (276,1,'civicrm/admin/options/event_type',NULL,'Event Types','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Options\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,385,1,0,0,'a:2:{s:4:\"desc\";s:143:\"Use Event Types to categorize your events. Event feeds can be filtered by Event Type and participant searches can use Event Type as a criteria.\";s:10:\"adminGroup\";s:9:\"CiviEvent\";}'), + (277,1,'civicrm/admin/participant_status',NULL,'Participant Status','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:36:\"CRM_Admin_Page_ParticipantStatusType\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,390,1,0,0,'a:2:{s:4:\"desc\";s:154:\"Define statuses for event participants here (e.g. Registered, Attended, Cancelled...). You can then assign statuses and search for participants by status.\";s:10:\"adminGroup\";s:9:\"CiviEvent\";}'), + (278,1,'civicrm/admin/options/participant_role',NULL,'Participant Role','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Options\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,395,1,0,0,'a:2:{s:4:\"desc\";s:138:\"Define participant roles for events here (e.g. Attendee, Host, Speaker...). You can then assign roles and search for participants by role.\";s:10:\"adminGroup\";s:9:\"CiviEvent\";}'), + (279,1,'civicrm/admin/options/participant_listing',NULL,'Participant Listing Templates','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Options\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,398,1,0,0,'a:2:{s:4:\"desc\";s:48:\"Template to control participant listing display.\";s:10:\"adminGroup\";s:9:\"CiviEvent\";}'), + (280,1,'civicrm/admin/options/conference_slot',NULL,'Conference Slot Labels','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Options\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,415,1,0,0,'a:2:{s:4:\"desc\";s:35:\"Define conference slots and labels.\";s:10:\"adminGroup\";s:9:\"CiviEvent\";}'), + (281,1,'civicrm/event/search',NULL,'Find Participants','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:27:\"CRM_Event_Controller_Search\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:19:\"CiviEvent Dashboard\";s:3:\"url\";s:22:\"/civicrm/event?reset=1\";}}',NULL,NULL,1,1,0,1,0,810,1,1,0,'a:0:{}'), + (282,1,'civicrm/event/manage',NULL,'Manage Events','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:26:\"CRM_Event_Page_ManageEvent\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:19:\"CiviEvent Dashboard\";s:3:\"url\";s:22:\"/civicrm/event?reset=1\";}}',NULL,NULL,1,1,0,1,1,820,1,1,0,'a:0:{}'), + (283,1,'civicrm/event/badge',NULL,'Print Event Name Badge','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:25:\"CRM_Event_Form_Task_Badge\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:19:\"CiviEvent Dashboard\";s:3:\"url\";s:22:\"/civicrm/event?reset=1\";}}',NULL,NULL,1,1,0,1,0,1,1,0,0,'a:0:{}'), + (284,1,'civicrm/event/manage/settings',NULL,'Event Info and Settings','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:36:\"CRM_Event_Form_ManageEvent_EventInfo\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:19:\"CiviEvent Dashboard\";s:3:\"url\";s:22:\"/civicrm/event?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Manage Events\";s:3:\"url\";s:29:\"/civicrm/event/manage?reset=1\";}}',NULL,NULL,1,1,0,1,1,910,1,0,0,'a:0:{}'), + (285,1,'civicrm/event/manage/location',NULL,'Event Location','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:35:\"CRM_Event_Form_ManageEvent_Location\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:19:\"CiviEvent Dashboard\";s:3:\"url\";s:22:\"/civicrm/event?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Manage Events\";s:3:\"url\";s:29:\"/civicrm/event/manage?reset=1\";}}',NULL,NULL,1,1,0,1,1,930,1,0,0,'a:0:{}'), + (286,1,'civicrm/event/manage/fee',NULL,'Event Fees','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:30:\"CRM_Event_Form_ManageEvent_Fee\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:19:\"CiviEvent Dashboard\";s:3:\"url\";s:22:\"/civicrm/event?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Manage Events\";s:3:\"url\";s:29:\"/civicrm/event/manage?reset=1\";}}',NULL,NULL,1,1,0,1,1,920,1,0,0,'a:0:{}'), + (287,1,'civicrm/event/manage/registration',NULL,'Event Online Registration','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:39:\"CRM_Event_Form_ManageEvent_Registration\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:19:\"CiviEvent Dashboard\";s:3:\"url\";s:22:\"/civicrm/event?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Manage Events\";s:3:\"url\";s:29:\"/civicrm/event/manage?reset=1\";}}',NULL,NULL,1,1,0,1,1,930,1,0,0,'a:0:{}'), + (288,1,'civicrm/event/manage/friend',NULL,'Tell a Friend','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:21:\"CRM_Friend_Form_Event\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:19:\"CiviEvent Dashboard\";s:3:\"url\";s:22:\"/civicrm/event?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Manage Events\";s:3:\"url\";s:29:\"/civicrm/event/manage?reset=1\";}}',NULL,NULL,1,1,0,1,1,940,1,0,0,'a:0:{}'), + (289,1,'civicrm/event/manage/reminder',NULL,'Schedule Reminders','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:44:\"CRM_Event_Form_ManageEvent_ScheduleReminders\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:19:\"CiviEvent Dashboard\";s:3:\"url\";s:22:\"/civicrm/event?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Manage Events\";s:3:\"url\";s:29:\"/civicrm/event/manage?reset=1\";}}',NULL,NULL,1,1,0,1,1,950,1,0,0,'a:0:{}'), + (290,1,'civicrm/event/manage/repeat',NULL,'Repeat Event','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:33:\"CRM_Event_Form_ManageEvent_Repeat\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:19:\"CiviEvent Dashboard\";s:3:\"url\";s:22:\"/civicrm/event?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Manage Events\";s:3:\"url\";s:29:\"/civicrm/event/manage?reset=1\";}}',NULL,NULL,1,1,0,1,1,960,1,0,0,'a:0:{}'), + (291,1,'civicrm/event/manage/conference',NULL,'Conference Slots','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:37:\"CRM_Event_Form_ManageEvent_Conference\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:19:\"CiviEvent Dashboard\";s:3:\"url\";s:22:\"/civicrm/event?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Manage Events\";s:3:\"url\";s:29:\"/civicrm/event/manage?reset=1\";}}',NULL,NULL,1,1,0,1,1,950,1,0,0,'a:0:{}'), + (292,1,'civicrm/event/add','action=add','New Event','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:36:\"CRM_Event_Form_ManageEvent_EventInfo\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:19:\"CiviEvent Dashboard\";s:3:\"url\";s:22:\"/civicrm/event?reset=1\";}}',NULL,NULL,1,1,0,1,0,830,1,0,0,'a:0:{}'), + (293,1,'civicrm/event/import',NULL,'Import Participants','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:16:\"access CiviEvent\";i:1;s:23:\"edit event participants\";}i:1;s:3:\"and\";}','s:27:\"CRM_Event_Import_Controller\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:19:\"CiviEvent Dashboard\";s:3:\"url\";s:22:\"/civicrm/event?reset=1\";}}',NULL,NULL,1,1,0,1,0,840,1,1,0,'a:0:{}'), + (294,1,'civicrm/event/price',NULL,'Manage Price Sets','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:18:\"CRM_Price_Page_Set\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:19:\"CiviEvent Dashboard\";s:3:\"url\";s:22:\"/civicrm/event?reset=1\";}}',NULL,NULL,1,1,0,1,0,850,1,1,0,'a:0:{}'), + (295,1,'civicrm/event/selfsvcupdate',NULL,'Self-service Registration Update','s:1:\"1\";','a:2:{i:0;a:2:{i:0;s:14:\"access CiviCRM\";i:1;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:28:\"CRM_Event_Form_SelfSvcUpdate\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:19:\"CiviEvent Dashboard\";s:3:\"url\";s:22:\"/civicrm/event?reset=1\";}}',NULL,NULL,1,1,1,1,0,880,1,1,0,'a:0:{}'), + (296,1,'civicrm/event/selfsvctransfer',NULL,'Self-service Registration Transfer','s:1:\"1\";','a:2:{i:0;a:2:{i:0;s:14:\"access CiviCRM\";i:1;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:30:\"CRM_Event_Form_SelfSvcTransfer\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:19:\"CiviEvent Dashboard\";s:3:\"url\";s:22:\"/civicrm/event?reset=1\";}}',NULL,NULL,1,1,1,1,0,890,1,1,0,'a:0:{}'), + (297,1,'civicrm/contact/view/participant',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:14:\"access CiviCRM\";i:1;s:15:\"edit my contact\";i:2;s:15:\"view my contact\";}i:1;s:2:\"or\";}','s:18:\"CRM_Event_Page_Tab\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:15:\"Contact Summary\";s:3:\"url\";s:45:\"/civicrm/contact/view?reset=1&cid=%%cid%%\";}}',NULL,NULL,NULL,1,0,1,0,4,1,0,0,'a:0:{}'), + (298,1,'civicrm/ajax/eventFee',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:14:\"access CiviCRM\";i:1;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','a:2:{i:0;s:19:\"CRM_Event_Page_AJAX\";i:1;s:8:\"eventFee\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), + (299,1,'civicrm/ajax/locBlock',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','a:2:{i:0;s:27:\"CRM_Core_Page_AJAX_Location\";i:1;s:11:\"getLocBlock\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), + (300,1,'civicrm/event/participant/feeselection',NULL,'Change Registration Selections','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:38:\"CRM_Event_Form_ParticipantFeeSelection\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:19:\"CiviEvent Dashboard\";s:3:\"url\";s:22:\"/civicrm/event?reset=1\";}i:2;a:2:{s:5:\"title\";s:23:\"Event Participants List\";s:3:\"url\";s:34:\"/civicrm/event/participant?reset=1\";}}',NULL,NULL,1,1,0,1,0,1,1,0,0,'a:0:{}'), + (301,1,'civicrm/admin/contribute/pcp',NULL,'Personal Campaign Pages','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:23:\"CRM_PCP_Form_Contribute\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:25:\"Manage Contribution Pages\";s:3:\"url\";s:33:\"/civicrm/admin/contribute?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,450,1,0,0,'a:0:{}'), + (302,1,'civicrm/contribute/campaign',NULL,'Setup a Personal Campaign Page - Account Information','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:25:\"make online contributions\";}i:1;s:3:\"and\";}','s:22:\"CRM_PCP_Controller_PCP\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:24:\"CiviContribute Dashboard\";s:3:\"url\";s:27:\"/civicrm/contribute?reset=1\";}}',NULL,NULL,2,1,1,1,0,0,1,0,0,'a:0:{}'), + (303,1,'civicrm/contribute',NULL,'CiviContribute Dashboard','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:21:\"access CiviContribute\";}i:1;s:3:\"and\";}','s:29:\"CRM_Contribute_Page_DashBoard\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,2,1,0,1,0,500,1,1,0,'a:1:{s:9:\"component\";s:14:\"CiviContribute\";}'), + (304,1,'civicrm/contribute/add','action=add','New Contribution','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:21:\"access CiviContribute\";}i:1;s:3:\"and\";}','s:23:\"CRM_Contribute_Page_Tab\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:24:\"CiviContribute Dashboard\";s:3:\"url\";s:27:\"/civicrm/contribute?reset=1\";}}',NULL,NULL,2,1,0,1,0,1,1,1,0,'a:1:{s:9:\"component\";s:14:\"CiviContribute\";}'), + (305,1,'civicrm/contribute/chart',NULL,'Contribution Summary - Chart View','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:21:\"access CiviContribute\";}i:1;s:3:\"and\";}','s:38:\"CRM_Contribute_Form_ContributionCharts\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:24:\"CiviContribute Dashboard\";s:3:\"url\";s:27:\"/civicrm/contribute?reset=1\";}}',NULL,NULL,2,1,0,1,0,1,1,0,0,'a:1:{s:9:\"component\";s:14:\"CiviContribute\";}'), + (306,1,'civicrm/contribute/transact',NULL,'CiviContribute','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:25:\"make online contributions\";}i:1;s:3:\"and\";}','s:38:\"CRM_Contribute_Controller_Contribution\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:24:\"CiviContribute Dashboard\";s:3:\"url\";s:27:\"/civicrm/contribute?reset=1\";}}',NULL,NULL,2,1,1,1,1,0,1,0,0,'a:0:{}'), + (307,1,'civicrm/admin/contribute',NULL,'Manage Contribution Pages','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:36:\"CRM_Contribute_Page_ContributionPage\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,360,1,0,0,'a:2:{s:4:\"desc\";s:242:\"CiviContribute allows you to create and maintain any number of Online Contribution Pages. You can create different pages for different programs or campaigns - and customize text, amounts, types of information collected from contributors, etc.\";s:10:\"adminGroup\";s:14:\"CiviContribute\";}'), + (308,1,'civicrm/admin/contribute/settings',NULL,'Title and Settings','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:45:\"CRM_Contribute_Form_ContributionPage_Settings\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:25:\"Manage Contribution Pages\";s:3:\"url\";s:33:\"/civicrm/admin/contribute?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,400,1,0,0,'a:0:{}'), + (309,1,'civicrm/admin/contribute/amount',NULL,'Contribution Amounts','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:43:\"CRM_Contribute_Form_ContributionPage_Amount\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:25:\"Manage Contribution Pages\";s:3:\"url\";s:33:\"/civicrm/admin/contribute?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,410,1,0,0,'a:0:{}'), + (310,1,'civicrm/admin/contribute/membership',NULL,'Membership Section','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:31:\"CRM_Member_Form_MembershipBlock\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:25:\"Manage Contribution Pages\";s:3:\"url\";s:33:\"/civicrm/admin/contribute?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,420,1,0,0,'a:0:{}'), + (311,1,'civicrm/admin/contribute/custom',NULL,'Include Profiles','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:43:\"CRM_Contribute_Form_ContributionPage_Custom\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:25:\"Manage Contribution Pages\";s:3:\"url\";s:33:\"/civicrm/admin/contribute?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,430,1,0,0,'a:0:{}'), + (312,1,'civicrm/admin/contribute/thankyou',NULL,'Thank-you and Receipting','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:45:\"CRM_Contribute_Form_ContributionPage_ThankYou\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:25:\"Manage Contribution Pages\";s:3:\"url\";s:33:\"/civicrm/admin/contribute?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,430,1,0,0,'a:0:{}'), + (313,1,'civicrm/admin/contribute/friend',NULL,'Tell a Friend','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:26:\"CRM_Friend_Form_Contribute\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:25:\"Manage Contribution Pages\";s:3:\"url\";s:33:\"/civicrm/admin/contribute?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,440,1,0,0,'a:0:{}'), + (314,1,'civicrm/admin/contribute/widget',NULL,'Configure Widget','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:43:\"CRM_Contribute_Form_ContributionPage_Widget\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:25:\"Manage Contribution Pages\";s:3:\"url\";s:33:\"/civicrm/admin/contribute?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,460,1,0,0,'a:0:{}'), + (315,1,'civicrm/admin/contribute/premium',NULL,'Premiums','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:44:\"CRM_Contribute_Form_ContributionPage_Premium\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:25:\"Manage Contribution Pages\";s:3:\"url\";s:33:\"/civicrm/admin/contribute?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,470,1,0,0,'a:0:{}'), + (316,1,'civicrm/admin/contribute/addProductToPage',NULL,'Add Products to This Page','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:47:\"CRM_Contribute_Form_ContributionPage_AddProduct\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:25:\"Manage Contribution Pages\";s:3:\"url\";s:33:\"/civicrm/admin/contribute?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,480,1,0,0,'a:0:{}'), + (317,1,'civicrm/admin/contribute/add','action=add','New Contribution Page','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:42:\"CRM_Contribute_Controller_ContributionPage\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:25:\"Manage Contribution Pages\";s:3:\"url\";s:33:\"/civicrm/admin/contribute?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,1,1,0,0,'a:0:{}'), + (318,1,'civicrm/admin/contribute/managePremiums',NULL,'Manage Premiums','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:34:\"CRM_Contribute_Page_ManagePremiums\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:25:\"Manage Contribution Pages\";s:3:\"url\";s:33:\"/civicrm/admin/contribute?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,365,1,0,0,'a:2:{s:4:\"desc\";s:175:\"CiviContribute allows you to configure any number of Premiums which can be offered to contributors as incentives / thank-you gifts. Define the premiums you want to offer here.\";s:10:\"adminGroup\";s:14:\"CiviContribute\";}'), + (319,1,'civicrm/admin/financial/financialType',NULL,'Financial Types','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:32:\"CRM_Financial_Page_FinancialType\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,580,1,0,0,'a:2:{s:4:\"desc\";s:64:\"Formerly civicrm_contribution_type merged into this table in 4.1\";s:10:\"adminGroup\";s:14:\"CiviContribute\";}'), + (320,1,'civicrm/admin/financial/financialType/edit',NULL,'Edit Financial Type','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:32:\"CRM_Financial_Form_FinancialType\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:15:\"Financial Types\";s:3:\"url\";s:46:\"/civicrm/admin/financial/financialType?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,1,1,0,0,'a:0:{}'), + (321,1,'civicrm/payment','action=add','New Payment','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:21:\"access CiviContribute\";}i:1;s:3:\"and\";}','s:37:\"CRM_Contribute_Form_AdditionalPayment\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,2,1,0,1,0,1,1,1,0,'a:1:{s:9:\"component\";s:14:\"CiviContribute\";}'), + (322,1,'civicrm/admin/financial/financialAccount',NULL,'Financial Accounts','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:35:\"CRM_Financial_Page_FinancialAccount\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,370,1,0,0,'a:2:{s:4:\"desc\";s:128:\"Financial types are used to categorize contributions for reporting and accounting purposes. These are also referred to as Funds.\";s:10:\"adminGroup\";s:14:\"CiviContribute\";}'), + (323,1,'civicrm/admin/financial/financialAccount/edit',NULL,'Edit Financial Accounts','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:35:\"CRM_Financial_Form_FinancialAccount\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:18:\"Financial Accounts\";s:3:\"url\";s:49:\"/civicrm/admin/financial/financialAccount?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,1,1,0,0,'a:0:{}'), + (324,1,'civicrm/admin/options/payment_instrument',NULL,'Payment Methods','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Options\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,380,1,0,0,'a:2:{s:4:\"desc\";s:224:\"You may choose to record the payment instrument used for each contribution. Common payment methods are installed by default (e.g. Check, Cash, Credit Card...). If your site requires additional payment methods, add them here.\";s:10:\"adminGroup\";s:14:\"CiviContribute\";}'), + (325,1,'civicrm/admin/options/accept_creditcard',NULL,'Accepted Credit Cards','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Options\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,395,1,0,0,'a:2:{s:4:\"desc\";s:94:\"Credit card options that will be offered to contributors using your Online Contribution pages.\";s:10:\"adminGroup\";s:14:\"CiviContribute\";}'), + (326,1,'civicrm/admin/options/soft_credit_type',NULL,'Soft Credit Types','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Options\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,1,1,0,0,'a:2:{s:4:\"desc\";s:86:\"Soft Credit Types that will be offered to contributors during soft credit contribution\";s:10:\"adminGroup\";s:14:\"CiviContribute\";}'), + (327,1,'civicrm/contact/view/contribution',NULL,'Contributions','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:14:\"access CiviCRM\";i:1;s:15:\"edit my contact\";i:2;s:15:\"view my contact\";}i:1;s:2:\"or\";}','s:23:\"CRM_Contribute_Page_Tab\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:15:\"Contact Summary\";s:3:\"url\";s:45:\"/civicrm/contact/view?reset=1&cid=%%cid%%\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), + (328,1,'civicrm/contact/view/contributionrecur',NULL,'Recurring Contributions','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:14:\"access CiviCRM\";i:1;s:15:\"edit my contact\";i:2;s:15:\"view my contact\";}i:1;s:2:\"or\";}','s:37:\"CRM_Contribute_Page_ContributionRecur\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:15:\"Contact Summary\";s:3:\"url\";s:45:\"/civicrm/contact/view?reset=1&cid=%%cid%%\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), + (329,1,'civicrm/contact/view/contribution/additionalinfo',NULL,'Additional Info','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:14:\"access CiviCRM\";i:1;s:15:\"edit my contact\";i:2;s:15:\"view my contact\";}i:1;s:2:\"or\";}','s:34:\"CRM_Contribute_Form_AdditionalInfo\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:15:\"Contact Summary\";s:3:\"url\";s:45:\"/civicrm/contact/view?reset=1&cid=%%cid%%\";}i:2;a:2:{s:5:\"title\";s:13:\"Contributions\";s:3:\"url\";s:42:\"/civicrm/contact/view/contribution?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), + (330,1,'civicrm/contribute/search',NULL,'Find Contributions','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:21:\"access CiviContribute\";}i:1;s:3:\"and\";}','s:32:\"CRM_Contribute_Controller_Search\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:24:\"CiviContribute Dashboard\";s:3:\"url\";s:27:\"/civicrm/contribute?reset=1\";}}',NULL,NULL,2,1,0,1,0,510,1,1,0,'a:0:{}'), + (331,1,'civicrm/contribute/searchBatch',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:21:\"access CiviContribute\";}i:1;s:3:\"and\";}','s:37:\"CRM_Contribute_Controller_SearchBatch\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:24:\"CiviContribute Dashboard\";s:3:\"url\";s:27:\"/civicrm/contribute?reset=1\";}}',NULL,NULL,2,1,0,1,0,588,1,1,0,'a:0:{}'), + (332,1,'civicrm/contribute/manage',NULL,'Manage Contribution Pages','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:21:\"access CiviContribute\";}i:1;s:3:\"and\";}','s:36:\"CRM_Contribute_Page_ContributionPage\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:24:\"CiviContribute Dashboard\";s:3:\"url\";s:27:\"/civicrm/contribute?reset=1\";}}',NULL,NULL,2,1,0,1,0,530,1,1,0,'a:0:{}'), + (333,1,'civicrm/contribute/additionalinfo',NULL,'AdditionalInfo Form','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:21:\"access CiviContribute\";}i:1;s:3:\"and\";}','s:34:\"CRM_Contribute_Form_AdditionalInfo\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:24:\"CiviContribute Dashboard\";s:3:\"url\";s:27:\"/civicrm/contribute?reset=1\";}}',NULL,NULL,2,1,0,1,0,0,1,0,0,'a:0:{}'), + (334,1,'civicrm/ajax/permlocation',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:25:\"make online contributions\";}i:1;s:3:\"and\";}','a:2:{i:0;s:27:\"CRM_Core_Page_AJAX_Location\";i:1;s:23:\"getPermissionedLocation\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), + (335,1,'civicrm/contribute/unsubscribe',NULL,'Cancel Subscription','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:25:\"make online contributions\";}i:1;s:3:\"and\";}','s:38:\"CRM_Contribute_Form_CancelSubscription\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:24:\"CiviContribute Dashboard\";s:3:\"url\";s:27:\"/civicrm/contribute?reset=1\";}}',NULL,NULL,2,1,0,1,0,1,1,0,0,'a:0:{}'), + (336,1,'civicrm/contribute/onbehalf',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:25:\"make online contributions\";}i:1;s:3:\"and\";}','s:43:\"CRM_Contribute_Form_Contribution_OnBehalfOf\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:24:\"CiviContribute Dashboard\";s:3:\"url\";s:27:\"/civicrm/contribute?reset=1\";}}',NULL,NULL,2,1,0,1,0,1,1,0,0,'a:0:{}'), + (337,1,'civicrm/contribute/updatebilling',NULL,'Update Billing Details','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:25:\"make online contributions\";}i:1;s:3:\"and\";}','s:33:\"CRM_Contribute_Form_UpdateBilling\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:24:\"CiviContribute Dashboard\";s:3:\"url\";s:27:\"/civicrm/contribute?reset=1\";}}',NULL,NULL,2,1,0,1,0,1,1,0,0,'a:0:{}'), + (338,1,'civicrm/contribute/updaterecur',NULL,'Update Subscription','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:25:\"make online contributions\";}i:1;s:3:\"and\";}','s:38:\"CRM_Contribute_Form_UpdateSubscription\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:24:\"CiviContribute Dashboard\";s:3:\"url\";s:27:\"/civicrm/contribute?reset=1\";}}',NULL,NULL,2,1,0,1,0,1,1,0,0,'a:0:{}'), + (339,1,'civicrm/contribute/subscriptionstatus',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:25:\"make online contributions\";}i:1;s:3:\"and\";}','s:38:\"CRM_Contribute_Page_SubscriptionStatus\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:24:\"CiviContribute Dashboard\";s:3:\"url\";s:27:\"/civicrm/contribute?reset=1\";}}',NULL,NULL,2,1,0,1,0,1,1,0,0,'a:0:{}'), + (340,1,'civicrm/admin/financial/financialType/accounts',NULL,'Financial Type Accounts','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:39:\"CRM_Financial_Page_FinancialTypeAccount\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:15:\"Financial Types\";s:3:\"url\";s:46:\"/civicrm/admin/financial/financialType?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,581,1,0,0,'a:0:{}'), + (341,1,'civicrm/financial/batch',NULL,'Accounting Batch','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:19:\"create manual batch\";}i:1;s:3:\"and\";}','s:33:\"CRM_Financial_Page_FinancialBatch\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,585,1,0,0,'a:0:{}'), + (342,1,'civicrm/financial/financialbatches',NULL,'Accounting Batches','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:24:\"CRM_Financial_Page_Batch\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,586,1,0,0,'a:0:{}'), + (343,1,'civicrm/batchtransaction',NULL,'Accounting Batch','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:35:\"CRM_Financial_Page_BatchTransaction\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,600,1,0,0,'a:0:{}'), + (344,1,'civicrm/financial/batch/export',NULL,'Accounting Batch Export','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:19:\"create manual batch\";}i:1;s:3:\"and\";}','s:25:\"CRM_Financial_Form_Export\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:16:\"Accounting Batch\";s:3:\"url\";s:32:\"/civicrm/financial/batch?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,610,1,0,0,'a:0:{}'), + (345,1,'civicrm/payment/view','action=view','View Payment','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:21:\"access CiviContribute\";}i:1;s:3:\"and\";}','s:31:\"CRM_Contribute_Page_PaymentInfo\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:11:\"New Payment\";s:3:\"url\";s:39:\"/civicrm/payment?reset=1&action=add\";}}',NULL,NULL,2,1,0,1,0,1,1,1,0,'a:1:{s:9:\"component\";s:14:\"CiviContribute\";}'), + (346,1,'civicrm/admin/setting/preferences/contribute',NULL,'CiviContribute Component Settings','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:21:\"access CiviContribute\";i:1;s:18:\"administer CiviCRM\";}i:1;s:3:\"and\";}','s:37:\"CRM_Admin_Form_Preferences_Contribute\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,1,1,0,0,'a:2:{s:4:\"desc\";s:42:\"Configure global CiviContribute behaviors.\";s:10:\"adminGroup\";s:14:\"CiviContribute\";}'), + (347,1,'civicrm/contribute/invoice',NULL,'PDF Invoice','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:20:\"checkDownloadInvoice\";}','a:2:{i:0;a:1:{i:0;s:21:\"access CiviContribute\";}i:1;s:3:\"and\";}','a:2:{i:0;s:32:\"CRM_Contribute_Form_Task_Invoice\";i:1;s:11:\"getPrintPDF\";}',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:24:\"CiviContribute Dashboard\";s:3:\"url\";s:27:\"/civicrm/contribute?reset=1\";}}',NULL,NULL,2,1,0,1,0,620,1,1,0,'a:1:{s:9:\"component\";s:14:\"CiviContribute\";}'), + (348,1,'civicrm/contribute/invoice/email',NULL,'Email Invoice','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:20:\"checkDownloadInvoice\";}','a:2:{i:0;a:1:{i:0;s:21:\"access CiviContribute\";}i:1;s:3:\"and\";}','s:32:\"CRM_Contribute_Form_Task_Invoice\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:24:\"CiviContribute Dashboard\";s:3:\"url\";s:27:\"/civicrm/contribute?reset=1\";}i:2;a:2:{s:5:\"title\";s:11:\"PDF Invoice\";s:3:\"url\";s:35:\"/civicrm/contribute/invoice?reset=1\";}}',NULL,NULL,2,1,0,1,0,630,1,1,0,'a:1:{s:9:\"component\";s:14:\"CiviContribute\";}'), + (349,1,'civicrm/ajax/softcontributionlist',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:24:\"CRM_Contribute_Page_AJAX\";i:1;s:23:\"getSoftContributionRows\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), + (350,1,'civicrm/contribute/contributionrecur-payments',NULL,'Recurring Contribution\'s Payments','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:21:\"access CiviContribute\";}i:1;s:3:\"and\";}','s:45:\"CRM_Contribute_Page_ContributionRecurPayments\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:24:\"CiviContribute Dashboard\";s:3:\"url\";s:27:\"/civicrm/contribute?reset=1\";}}',NULL,NULL,2,1,0,1,0,1,1,0,0,'a:0:{}'), + (351,1,'civicrm/membership/recurring-contributions',NULL,'Membership Recurring Contributions','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:21:\"access CiviContribute\";}i:1;s:3:\"and\";}','s:38:\"CRM_Member_Page_RecurringContributions\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), + (352,1,'civicrm/contribute/widget',NULL,'CiviContribute','s:1:\"1\";','a:2:{i:0;a:1:{i:0;s:21:\"access CiviContribute\";}i:1;s:3:\"and\";}','s:26:\"CRM_Contribute_Page_Widget\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:24:\"CiviContribute Dashboard\";s:3:\"url\";s:27:\"/civicrm/contribute?reset=1\";}}',NULL,NULL,2,1,1,1,0,0,1,0,0,'a:0:{}'), + (353,1,'civicrm/contribute/task',NULL,'Contribution Task','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:21:\"access CiviContribute\";}i:1;s:3:\"and\";}','s:30:\"CRM_Contribute_Controller_Task\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:24:\"CiviContribute Dashboard\";s:3:\"url\";s:27:\"/civicrm/contribute?reset=1\";}}',NULL,NULL,2,1,0,1,0,1,1,0,0,'a:0:{}'), + (354,1,'civicrm/member',NULL,'CiviMember Dashboard','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:17:\"access CiviMember\";}i:1;s:3:\"and\";}','s:25:\"CRM_Member_Page_DashBoard\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,3,1,0,1,0,700,1,1,0,'a:1:{s:9:\"component\";s:10:\"CiviMember\";}'), + (355,1,'civicrm/member/add','action=add','New Membership','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:17:\"access CiviMember\";}i:1;s:3:\"and\";}','s:19:\"CRM_Member_Page_Tab\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:20:\"CiviMember Dashboard\";s:3:\"url\";s:23:\"/civicrm/member?reset=1\";}}',NULL,NULL,3,1,0,1,0,1,1,0,0,'a:1:{s:9:\"component\";s:10:\"CiviMember\";}'), + (356,1,'civicrm/admin/member/membershipType',NULL,'Membership Types','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:30:\"CRM_Member_Page_MembershipType\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,370,1,0,0,'a:2:{s:4:\"desc\";s:174:\"Define the types of memberships you want to offer. For each type, you can specify a \'name\' (Gold Member, Honor Society Member...), a description, duration, and a minimum fee.\";s:10:\"adminGroup\";s:10:\"CiviMember\";}'), + (357,1,'civicrm/admin/member/membershipStatus',NULL,'Membership Status Rules','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:32:\"CRM_Member_Page_MembershipStatus\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,380,1,0,0,'a:2:{s:4:\"desc\";s:187:\"Status \'rules\' define the current status for a membership based on that membership\'s start and end dates. You can adjust the default status options and rules as needed to meet your needs.\";s:10:\"adminGroup\";s:10:\"CiviMember\";}'), + (358,1,'civicrm/contact/view/membership','force=1,cid=%%cid%%','Memberships','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:14:\"access CiviCRM\";i:1;s:15:\"edit my contact\";i:2;s:15:\"view my contact\";}i:1;s:2:\"or\";}','s:19:\"CRM_Member_Page_Tab\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:15:\"Contact Summary\";s:3:\"url\";s:45:\"/civicrm/contact/view?reset=1&cid=%%cid%%\";}}',NULL,NULL,NULL,1,0,1,0,2,1,0,0,'a:0:{}'), + (359,1,'civicrm/membership/view',NULL,'Memberships','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:17:\"access CiviMember\";}i:1;s:3:\"and\";}','s:30:\"CRM_Member_Form_MembershipView\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,390,1,0,0,'a:0:{}'), + (360,1,'civicrm/member/search',NULL,'Find Memberships','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:17:\"access CiviMember\";}i:1;s:3:\"and\";}','s:28:\"CRM_Member_Controller_Search\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:20:\"CiviMember Dashboard\";s:3:\"url\";s:23:\"/civicrm/member?reset=1\";}}',NULL,NULL,3,1,0,1,0,710,1,1,0,'a:0:{}'), + (361,1,'civicrm/member/import',NULL,'Import Memberships','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:17:\"access CiviMember\";i:1;s:16:\"edit memberships\";}i:1;s:3:\"and\";}','s:28:\"CRM_Member_Import_Controller\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:20:\"CiviMember Dashboard\";s:3:\"url\";s:23:\"/civicrm/member?reset=1\";}}',NULL,NULL,3,1,0,1,0,720,1,1,0,'a:0:{}'), + (362,1,'civicrm/ajax/memType',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:14:\"access CiviCRM\";i:1;s:17:\"access CiviMember\";}i:1;s:3:\"and\";}','a:2:{i:0;s:20:\"CRM_Member_Page_AJAX\";i:1;s:21:\"getMemberTypeDefaults\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), + (363,1,'civicrm/admin/member/membershipType/add',NULL,'Membership Types','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:17:\"access CiviMember\";i:1;s:18:\"administer CiviCRM\";}i:1;s:3:\"and\";}','s:30:\"CRM_Member_Form_MembershipType\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:16:\"Membership Types\";s:3:\"url\";s:44:\"/civicrm/admin/member/membershipType?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,1,1,0,0,'a:0:{}'), + (364,1,'civicrm/mailing',NULL,'CiviMail','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:15:\"access CiviMail\";i:1;s:15:\"create mailings\";i:2;s:8:\"send SMS\";}i:1;s:2:\"or\";}','s:23:\"CRM_Mailing_Page_Browse\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,4,1,0,1,0,600,1,1,0,'a:1:{s:9:\"component\";s:8:\"CiviMail\";}'), + (365,1,'civicrm/admin/mail',NULL,'Mailer Settings','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:14:\"access CiviCRM\";i:1;s:15:\"access CiviMail\";}i:1;s:3:\"and\";}','s:27:\"CRM_Admin_Form_Setting_Mail\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,400,1,0,0,'a:2:{s:4:\"desc\";s:61:\"Configure spool period, throttling and other mailer settings.\";s:10:\"adminGroup\";s:8:\"CiviMail\";}'), + (366,1,'civicrm/admin/component',NULL,'Headers, Footers, and Automated Messages','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:14:\"access CiviCRM\";i:1;s:15:\"access CiviMail\";}i:1;s:3:\"and\";}','s:26:\"CRM_Mailing_Page_Component\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,410,1,0,0,'a:2:{s:4:\"desc\";s:143:\"Configure the header and footer used for mailings. Customize the content of automated Subscribe, Unsubscribe, Resubscribe and Opt-out messages.\";s:10:\"adminGroup\";s:8:\"CiviMail\";}'), + (367,1,'civicrm/admin/options/from_email_address/civimail',NULL,'From Email Addresses','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Options\";',NULL,'a:4:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}i:3;a:2:{s:5:\"title\";s:20:\"From Email Addresses\";s:3:\"url\";s:49:\"/civicrm/admin/options/from_email_address?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,415,1,0,0,'a:2:{s:4:\"desc\";s:74:\"List of Email Addresses which can be used when sending emails to contacts.\";s:10:\"adminGroup\";s:8:\"CiviMail\";}'), + (368,1,'civicrm/admin/mailSettings',NULL,'Mail Accounts','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:14:\"access CiviCRM\";i:1;s:15:\"access CiviMail\";}i:1;s:3:\"and\";}','s:27:\"CRM_Admin_Page_MailSettings\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,420,1,0,0,'a:2:{s:4:\"desc\";s:32:\"Configure email account setting.\";s:10:\"adminGroup\";s:8:\"CiviMail\";}'), + (369,1,'civicrm/mailing/send',NULL,'New Mailing','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:15:\"access CiviMail\";i:1;s:15:\"create mailings\";i:2;s:17:\"schedule mailings\";}i:1;s:2:\"or\";}','s:27:\"CRM_Mailing_Controller_Send\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:8:\"CiviMail\";s:3:\"url\";s:24:\"/civicrm/mailing?reset=1\";}}',NULL,NULL,4,1,0,1,0,610,1,1,0,'a:0:{}'), + (370,1,'civicrm/mailing/browse/scheduled','scheduled=true','Find Mailings','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:5:{i:0;s:15:\"access CiviMail\";i:1;s:16:\"approve mailings\";i:2;s:15:\"create mailings\";i:3;s:17:\"schedule mailings\";i:4;s:8:\"send SMS\";}i:1;s:2:\"or\";}','s:23:\"CRM_Mailing_Page_Browse\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:8:\"CiviMail\";s:3:\"url\";s:24:\"/civicrm/mailing?reset=1\";}}',NULL,NULL,4,1,0,1,0,620,1,1,0,'a:0:{}'), + (371,1,'civicrm/mailing/browse/unscheduled','scheduled=false','Find Mailings','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:15:\"access CiviMail\";i:1;s:15:\"create mailings\";i:2;s:17:\"schedule mailings\";}i:1;s:2:\"or\";}','s:23:\"CRM_Mailing_Page_Browse\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:8:\"CiviMail\";s:3:\"url\";s:24:\"/civicrm/mailing?reset=1\";}}',NULL,NULL,4,1,0,1,0,620,1,1,0,'a:0:{}'), + (372,1,'civicrm/mailing/browse/archived',NULL,'Find Mailings','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:15:\"access CiviMail\";i:1;s:15:\"create mailings\";}i:1;s:2:\"or\";}','s:23:\"CRM_Mailing_Page_Browse\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:8:\"CiviMail\";s:3:\"url\";s:24:\"/civicrm/mailing?reset=1\";}}',NULL,NULL,4,1,0,1,0,625,1,1,0,'a:0:{}'), + (373,1,'civicrm/mailing/component',NULL,'Headers, Footers, and Automated Messages','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:18:\"administer CiviCRM\";}i:1;s:3:\"and\";}','s:26:\"CRM_Mailing_Page_Component\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:8:\"CiviMail\";s:3:\"url\";s:24:\"/civicrm/mailing?reset=1\";}}',NULL,NULL,4,1,0,1,0,630,1,1,0,'a:0:{}'), + (374,1,'civicrm/mailing/unsubscribe',NULL,'Unsubscribe','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:43:\"access CiviMail subscribe/unsubscribe pages\";}i:1;s:3:\"and\";}','s:28:\"CRM_Mailing_Form_Unsubscribe\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:8:\"CiviMail\";s:3:\"url\";s:24:\"/civicrm/mailing?reset=1\";}}',NULL,NULL,4,1,1,1,0,640,1,0,0,'a:0:{}'), + (375,1,'civicrm/mailing/resubscribe',NULL,'Resubscribe','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:43:\"access CiviMail subscribe/unsubscribe pages\";}i:1;s:3:\"and\";}','s:28:\"CRM_Mailing_Page_Resubscribe\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:8:\"CiviMail\";s:3:\"url\";s:24:\"/civicrm/mailing?reset=1\";}}',NULL,NULL,4,1,1,1,0,645,1,0,0,'a:0:{}'), + (376,1,'civicrm/mailing/optout',NULL,'Opt-out','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:43:\"access CiviMail subscribe/unsubscribe pages\";}i:1;s:3:\"and\";}','s:23:\"CRM_Mailing_Form_Optout\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:8:\"CiviMail\";s:3:\"url\";s:24:\"/civicrm/mailing?reset=1\";}}',NULL,NULL,4,1,1,1,0,650,1,0,0,'a:0:{}'), + (377,1,'civicrm/mailing/confirm',NULL,'Confirm','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:43:\"access CiviMail subscribe/unsubscribe pages\";}i:1;s:3:\"and\";}','s:24:\"CRM_Mailing_Page_Confirm\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:8:\"CiviMail\";s:3:\"url\";s:24:\"/civicrm/mailing?reset=1\";}}',NULL,NULL,4,1,1,1,0,660,1,0,0,'a:0:{}'), + (378,1,'civicrm/mailing/subscribe',NULL,'Subscribe','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:43:\"access CiviMail subscribe/unsubscribe pages\";}i:1;s:3:\"and\";}','s:26:\"CRM_Mailing_Form_Subscribe\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:8:\"CiviMail\";s:3:\"url\";s:24:\"/civicrm/mailing?reset=1\";}}',NULL,NULL,4,1,1,1,0,660,1,0,0,'a:0:{}'), + (379,1,'civicrm/mailing/preview',NULL,'Preview Mailing','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:4:{i:0;s:15:\"access CiviMail\";i:1;s:16:\"approve mailings\";i:2;s:15:\"create mailings\";i:3;s:17:\"schedule mailings\";}i:1;s:2:\"or\";}','s:24:\"CRM_Mailing_Page_Preview\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:8:\"CiviMail\";s:3:\"url\";s:24:\"/civicrm/mailing?reset=1\";}}',NULL,NULL,4,1,0,1,0,670,1,0,0,'a:0:{}'), + (380,1,'civicrm/mailing/report','mid=%%mid%%','Mailing Report','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:15:\"access CiviMail\";i:1;s:15:\"create mailings\";}i:1;s:2:\"or\";}','s:23:\"CRM_Mailing_Page_Report\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:8:\"CiviMail\";s:3:\"url\";s:24:\"/civicrm/mailing?reset=1\";}}',NULL,NULL,4,1,0,1,0,680,1,0,0,'a:0:{}'), + (381,1,'civicrm/mailing/forward',NULL,'Forward Mailing','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:43:\"access CiviMail subscribe/unsubscribe pages\";}i:1;s:3:\"and\";}','s:31:\"CRM_Mailing_Form_ForwardMailing\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:8:\"CiviMail\";s:3:\"url\";s:24:\"/civicrm/mailing?reset=1\";}}',NULL,NULL,4,1,1,1,0,685,1,0,0,'a:0:{}'), + (382,1,'civicrm/mailing/queue',NULL,'Sending Mail','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:15:\"access CiviMail\";}i:1;s:3:\"and\";}','s:23:\"CRM_Mailing_Page_Browse\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:8:\"CiviMail\";s:3:\"url\";s:24:\"/civicrm/mailing?reset=1\";}}',NULL,NULL,4,1,0,1,0,690,1,0,0,'a:0:{}'), + (383,1,'civicrm/mailing/report/event',NULL,'Mailing Event','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:15:\"access CiviMail\";}i:1;s:3:\"and\";}','s:22:\"CRM_Mailing_Page_Event\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:8:\"CiviMail\";s:3:\"url\";s:24:\"/civicrm/mailing?reset=1\";}i:2;a:2:{s:5:\"title\";s:14:\"Mailing Report\";s:3:\"url\";s:47:\"/civicrm/mailing/report?reset=1&mid=%%mid%%\";}}',NULL,NULL,4,1,0,1,0,695,1,0,0,'a:0:{}'), + (384,1,'civicrm/ajax/template',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:21:\"CRM_Mailing_Page_AJAX\";i:1;s:8:\"template\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), + (385,1,'civicrm/mailing/view',NULL,'View Mailing','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:28:\"view public CiviMail content\";i:1;s:15:\"access CiviMail\";i:2;s:16:\"approve mailings\";}i:1;s:2:\"or\";}','s:21:\"CRM_Mailing_Page_View\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:8:\"CiviMail\";s:3:\"url\";s:24:\"/civicrm/mailing?reset=1\";}}',NULL,NULL,4,1,1,1,0,800,1,0,0,'a:0:{}'), + (386,1,'civicrm/mailing/approve',NULL,'Approve Mailing','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:15:\"access CiviMail\";i:1;s:16:\"approve mailings\";}i:1;s:2:\"or\";}','s:24:\"CRM_Mailing_Form_Approve\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:8:\"CiviMail\";s:3:\"url\";s:24:\"/civicrm/mailing?reset=1\";}}',NULL,NULL,4,1,0,1,0,850,1,0,0,'a:0:{}'), + (387,1,'civicrm/contact/view/mailing',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:14:\"access CiviCRM\";i:1;s:15:\"edit my contact\";i:2;s:15:\"view my contact\";}i:1;s:2:\"or\";}','s:20:\"CRM_Mailing_Page_Tab\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:15:\"Contact Summary\";s:3:\"url\";s:45:\"/civicrm/contact/view?reset=1&cid=%%cid%%\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), + (388,1,'civicrm/ajax/contactmailing',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:21:\"CRM_Mailing_Page_AJAX\";i:1;s:18:\"getContactMailings\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), + (389,1,'civicrm/ajax/setupMailAccount',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:14:\"access CiviCRM\";i:1;s:15:\"access CiviMail\";}i:1;s:3:\"and\";}','a:2:{i:0;s:21:\"CRM_Mailing_Page_AJAX\";i:1;s:5:\"setup\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), + (390,1,'civicrm/mailing/url',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"*always allow*\";}i:1;s:3:\"and\";}','s:20:\"CRM_Mailing_Page_Url\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:8:\"CiviMail\";s:3:\"url\";s:24:\"/civicrm/mailing?reset=1\";}}',NULL,NULL,4,1,1,1,0,1,1,0,0,'a:0:{}'), + (391,1,'civicrm/mailing/open',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"*always allow*\";}i:1;s:3:\"and\";}','s:21:\"CRM_Mailing_Page_Open\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:8:\"CiviMail\";s:3:\"url\";s:24:\"/civicrm/mailing?reset=1\";}}',NULL,NULL,4,1,1,1,0,1,1,0,0,'a:0:{}'), + (392,1,'civicrm/pledge',NULL,'CiviPledge Dashboard','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:17:\"access CiviPledge\";}i:1;s:3:\"and\";}','s:25:\"CRM_Pledge_Page_DashBoard\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,6,1,0,1,0,550,1,1,0,'a:1:{s:9:\"component\";s:10:\"CiviPledge\";}'), + (393,1,'civicrm/pledge/search',NULL,'Find Pledges','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:17:\"access CiviPledge\";}i:1;s:3:\"and\";}','s:28:\"CRM_Pledge_Controller_Search\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:20:\"CiviPledge Dashboard\";s:3:\"url\";s:23:\"/civicrm/pledge?reset=1\";}}',NULL,NULL,6,1,0,1,0,560,1,1,0,'a:0:{}'), + (394,1,'civicrm/contact/view/pledge','force=1,cid=%%cid%%','Pledges','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:17:\"access CiviPledge\";}i:1;s:3:\"and\";}','s:19:\"CRM_Pledge_Page_Tab\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:15:\"Contact Summary\";s:3:\"url\";s:45:\"/civicrm/contact/view?reset=1&cid=%%cid%%\";}}',NULL,NULL,NULL,1,0,1,0,570,1,0,0,'a:0:{}'), + (395,1,'civicrm/pledge/add','action=add','New Pledge','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:17:\"access CiviPledge\";}i:1;s:3:\"and\";}','s:19:\"CRM_Pledge_Page_Tab\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:20:\"CiviPledge Dashboard\";s:3:\"url\";s:23:\"/civicrm/pledge?reset=1\";}}',NULL,NULL,6,1,0,1,0,1,1,1,0,'a:1:{s:9:\"component\";s:10:\"CiviPledge\";}'), + (396,1,'civicrm/pledge/payment',NULL,'Pledge Payments','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:17:\"access CiviPledge\";}i:1;s:3:\"and\";}','s:23:\"CRM_Pledge_Page_Payment\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:20:\"CiviPledge Dashboard\";s:3:\"url\";s:23:\"/civicrm/pledge?reset=1\";}}',NULL,NULL,6,1,0,1,0,580,1,0,0,'a:0:{}'), + (397,1,'civicrm/ajax/pledgeAmount',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:17:\"access CiviPledge\";i:1;s:18:\"administer CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:20:\"CRM_Pledge_Page_AJAX\";i:1;s:17:\"getPledgeDefaults\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), + (398,1,'civicrm/case',NULL,'CiviCase Dashboard','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:23:\"CRM_Case_Page_DashBoard\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,7,1,0,1,0,900,1,1,0,'a:1:{s:9:\"component\";s:8:\"CiviCase\";}'), + (399,1,'civicrm/case/add',NULL,'Open Case','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:18:\"CRM_Case_Form_Case\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"CiviCase Dashboard\";s:3:\"url\";s:21:\"/civicrm/case?reset=1\";}}',NULL,NULL,7,1,0,1,0,1,1,1,0,'a:1:{s:9:\"component\";s:8:\"CiviCase\";}'), + (400,1,'civicrm/case/search',NULL,'Find Cases','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:26:\"CRM_Case_Controller_Search\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"CiviCase Dashboard\";s:3:\"url\";s:21:\"/civicrm/case?reset=1\";}}',NULL,NULL,7,1,0,1,0,910,1,1,0,'a:0:{}'), + (401,1,'civicrm/case/activity',NULL,'Case Activity','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Case_Form_Activity\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"CiviCase Dashboard\";s:3:\"url\";s:21:\"/civicrm/case?reset=1\";}}',NULL,NULL,7,1,0,1,0,1,1,0,0,'a:0:{}'), + (402,1,'civicrm/case/report',NULL,'Case Activity Audit','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:31:\"access all cases and activities\";}i:1;s:3:\"and\";}','s:20:\"CRM_Case_Form_Report\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"CiviCase Dashboard\";s:3:\"url\";s:21:\"/civicrm/case?reset=1\";}}',NULL,NULL,7,1,0,1,0,1,1,0,0,'a:0:{}'), + (403,1,'civicrm/case/cd/edit',NULL,'Case Custom Set','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:24:\"CRM_Case_Form_CustomData\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"CiviCase Dashboard\";s:3:\"url\";s:21:\"/civicrm/case?reset=1\";}}',NULL,NULL,7,1,0,1,0,1,1,0,0,'a:0:{}'), + (404,1,'civicrm/contact/view/case',NULL,'Case','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:14:\"access CiviCRM\";i:1;s:15:\"edit my contact\";i:2;s:15:\"view my contact\";}i:1;s:2:\"or\";}','s:17:\"CRM_Case_Page_Tab\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:15:\"Contact Summary\";s:3:\"url\";s:45:\"/civicrm/contact/view?reset=1&cid=%%cid%%\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), + (405,1,'civicrm/case/activity/view',NULL,'Activity View','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:26:\"CRM_Case_Form_ActivityView\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"CiviCase Dashboard\";s:3:\"url\";s:21:\"/civicrm/case?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Case Activity\";s:3:\"url\";s:30:\"/civicrm/case/activity?reset=1\";}}',NULL,NULL,7,1,0,1,0,1,1,0,0,'a:0:{}'), + (406,1,'civicrm/contact/view/case/editClient',NULL,'Assign to Another Client','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:14:\"access CiviCRM\";i:1;s:15:\"edit my contact\";i:2;s:15:\"view my contact\";}i:1;s:2:\"or\";}','s:24:\"CRM_Case_Form_EditClient\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:15:\"Contact Summary\";s:3:\"url\";s:45:\"/civicrm/contact/view?reset=1&cid=%%cid%%\";}i:2;a:2:{s:5:\"title\";s:4:\"Case\";s:3:\"url\";s:34:\"/civicrm/contact/view/case?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), + (407,1,'civicrm/case/addToCase',NULL,'File on Case','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:28:\"CRM_Case_Form_ActivityToCase\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"CiviCase Dashboard\";s:3:\"url\";s:21:\"/civicrm/case?reset=1\";}}',NULL,NULL,7,1,0,1,0,1,1,0,0,'a:0:{}'), + (408,1,'civicrm/case/details',NULL,'Case Details','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:25:\"CRM_Case_Page_CaseDetails\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"CiviCase Dashboard\";s:3:\"url\";s:21:\"/civicrm/case?reset=1\";}}',NULL,NULL,7,1,0,1,0,1,1,0,0,'a:0:{}'), + (409,1,'civicrm/admin/setting/case',NULL,'CiviCase Settings','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:27:\"CRM_Admin_Form_Setting_Case\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,380,1,0,0,'a:1:{s:10:\"adminGroup\";s:8:\"CiviCase\";}'), + (410,1,'civicrm/admin/options/case_type',NULL,'Case Types','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:19:\"administer CiviCase\";}i:1;s:3:\"and\";}','s:22:\"CRM_Core_Page_Redirect\";','s:24:\"url=civicrm/a/#/caseType\";','a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,390,1,0,0,'a:2:{s:4:\"desc\";s:137:\"List of types which can be assigned to Cases. (Enable the Cases tab from System Settings - Enable Components if you want to track cases.)\";s:10:\"adminGroup\";s:8:\"CiviCase\";}'), + (411,1,'civicrm/admin/options/redaction_rule',NULL,'Redaction Rules','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:19:\"administer CiviCase\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Options\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,400,1,0,0,'a:2:{s:4:\"desc\";s:223:\"List of rules which can be applied to user input strings so that the redacted output can be recognized as repeated instances of the same string or can be identified as a \"semantic type of the data element\" within case data.\";s:10:\"adminGroup\";s:8:\"CiviCase\";}'), + (412,1,'civicrm/admin/options/case_status',NULL,'Case Statuses','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:19:\"administer CiviCase\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Options\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,400,1,0,0,'a:2:{s:4:\"desc\";s:48:\"List of statuses that can be assigned to a case.\";s:10:\"adminGroup\";s:8:\"CiviCase\";}'), + (413,1,'civicrm/admin/options/encounter_medium',NULL,'Encounter Mediums','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:19:\"administer CiviCase\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Options\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,400,1,0,0,'a:2:{s:4:\"desc\";s:26:\"List of encounter mediums.\";s:10:\"adminGroup\";s:8:\"CiviCase\";}'), + (414,1,'civicrm/case/report/print',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:31:\"access all cases and activities\";}i:1;s:3:\"and\";}','a:2:{i:0;s:28:\"CRM_Case_XMLProcessor_Report\";i:1;s:15:\"printCaseReport\";}',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"CiviCase Dashboard\";s:3:\"url\";s:21:\"/civicrm/case?reset=1\";}i:2;a:2:{s:5:\"title\";s:19:\"Case Activity Audit\";s:3:\"url\";s:28:\"/civicrm/case/report?reset=1\";}}',NULL,NULL,7,1,0,1,0,1,1,0,0,'a:0:{}'), + (415,1,'civicrm/case/ajax/addclient',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:18:\"CRM_Case_Page_AJAX\";i:1;s:9:\"addClient\";}',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"CiviCase Dashboard\";s:3:\"url\";s:21:\"/civicrm/case?reset=1\";}}',NULL,NULL,7,1,0,1,0,1,1,0,0,'a:0:{}'), + (416,1,'civicrm/case/ajax/processtags',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:18:\"CRM_Case_Page_AJAX\";i:1;s:15:\"processCaseTags\";}',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"CiviCase Dashboard\";s:3:\"url\";s:21:\"/civicrm/case?reset=1\";}}',NULL,NULL,7,1,0,1,0,1,1,3,0,'a:0:{}'), + (417,1,'civicrm/case/ajax/details',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:18:\"CRM_Case_Page_AJAX\";i:1;s:11:\"CaseDetails\";}',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"CiviCase Dashboard\";s:3:\"url\";s:21:\"/civicrm/case?reset=1\";}}',NULL,NULL,7,1,0,1,0,1,1,0,0,'a:0:{}'), + (418,1,'civicrm/ajax/delcaserole',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:18:\"CRM_Case_Page_AJAX\";i:1;s:15:\"deleteCaseRoles\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), + (419,1,'civicrm/ajax/get-cases',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:18:\"CRM_Case_Page_AJAX\";i:1;s:8:\"getCases\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), + (420,1,'civicrm/case/email/add','action=add,task=email','Email','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:24:\"CRM_Case_Form_Task_Email\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"CiviCase Dashboard\";s:3:\"url\";s:21:\"/civicrm/case?reset=1\";}}',NULL,NULL,7,1,0,1,0,1,1,0,0,'a:0:{}'), + (421,1,'civicrm/report',NULL,'CiviReport','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:17:\"access CiviReport\";}i:1;s:3:\"and\";}','s:22:\"CRM_Report_Page_Report\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,8,1,0,1,0,1200,1,1,0,'a:1:{s:9:\"component\";s:10:\"CiviReport\";}'), + (422,1,'civicrm/report/list',NULL,'CiviCRM Reports','s:1:\"1\";','a:2:{i:0;a:1:{i:0;s:17:\"access CiviReport\";}i:1;s:3:\"and\";}','s:28:\"CRM_Report_Page_InstanceList\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"CiviReport\";s:3:\"url\";s:23:\"/civicrm/report?reset=1\";}}',NULL,NULL,8,1,0,1,0,1,1,0,0,'a:0:{}'), + (423,1,'civicrm/report/template/list',NULL,'Create New Report from Template','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:18:\"administer Reports\";}i:1;s:3:\"and\";}','s:28:\"CRM_Report_Page_TemplateList\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"CiviReport\";s:3:\"url\";s:23:\"/civicrm/report?reset=1\";}}',NULL,NULL,8,1,0,1,0,1220,1,1,0,'a:0:{}'), + (424,1,'civicrm/report/options/report_template',NULL,'Manage Templates','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:18:\"administer Reports\";}i:1;s:3:\"and\";}','s:23:\"CRM_Report_Page_Options\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"CiviReport\";s:3:\"url\";s:23:\"/civicrm/report?reset=1\";}}',NULL,NULL,8,1,0,1,0,1241,1,1,0,'a:0:{}'), + (425,1,'civicrm/admin/report/register',NULL,'Register Report','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:18:\"administer Reports\";}i:1;s:3:\"and\";}','s:24:\"CRM_Report_Form_Register\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,1,1,0,0,'a:1:{s:4:\"desc\";s:30:\"Register the Report templates.\";}'), + (426,1,'civicrm/report/instance',NULL,'Report','s:1:\"1\";','a:2:{i:0;a:1:{i:0;s:17:\"access CiviReport\";}i:1;s:3:\"and\";}','s:24:\"CRM_Report_Page_Instance\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"CiviReport\";s:3:\"url\";s:23:\"/civicrm/report?reset=1\";}}',NULL,NULL,8,1,0,1,0,1,1,0,0,'a:0:{}'), + (427,1,'civicrm/admin/report/template/list',NULL,'Create New Report from Template','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:14:\"access CiviCRM\";i:1;s:17:\"access CiviReport\";}i:1;s:3:\"and\";}','s:28:\"CRM_Report_Page_TemplateList\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,1,1,0,0,'a:2:{s:4:\"desc\";s:49:\"Component wise listing of all available templates\";s:10:\"adminGroup\";s:10:\"CiviReport\";}'), + (428,1,'civicrm/admin/report/options/report_template',NULL,'Manage Templates','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:14:\"access CiviCRM\";i:1;s:17:\"access CiviReport\";}i:1;s:3:\"and\";}','s:23:\"CRM_Report_Page_Options\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,1,1,0,0,'a:2:{s:4:\"desc\";s:45:\"Browse, Edit and Delete the Report templates.\";s:10:\"adminGroup\";s:10:\"CiviReport\";}'), + (429,1,'civicrm/admin/report/list',NULL,'Reports Listing','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:28:\"CRM_Report_Page_InstanceList\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,1,1,0,0,'a:2:{s:4:\"desc\";s:60:\"Browse existing report, change report criteria and settings.\";s:10:\"adminGroup\";s:10:\"CiviReport\";}'), + (430,1,'civicrm/campaign',NULL,'Campaign Dashboard','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:23:\"administer CiviCampaign\";i:1;s:15:\"manage campaign\";}i:1;s:2:\"or\";}','s:27:\"CRM_Campaign_Page_DashBoard\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,9,1,0,1,0,1,1,0,0,'a:1:{s:9:\"component\";s:12:\"CiviCampaign\";}'), + (431,1,'civicrm/campaign/add',NULL,'New Campaign','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:23:\"administer CiviCampaign\";i:1;s:15:\"manage campaign\";}i:1;s:2:\"or\";}','s:26:\"CRM_Campaign_Form_Campaign\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Campaign Dashboard\";s:3:\"url\";s:25:\"/civicrm/campaign?reset=1\";}}',NULL,NULL,9,1,0,1,0,1,1,0,0,'a:1:{s:9:\"component\";s:12:\"CiviCampaign\";}'), + (432,1,'civicrm/survey/add',NULL,'New Survey','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:23:\"administer CiviCampaign\";i:1;s:15:\"manage campaign\";}i:1;s:2:\"or\";}','s:29:\"CRM_Campaign_Form_Survey_Main\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:1:{s:9:\"component\";s:12:\"CiviCampaign\";}'), + (433,1,'civicrm/campaign/vote',NULL,'Conduct Survey','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:4:{i:0;s:23:\"administer CiviCampaign\";i:1;s:15:\"manage campaign\";i:2;s:25:\"reserve campaign contacts\";i:3;s:27:\"interview campaign contacts\";}i:1;s:2:\"or\";}','s:22:\"CRM_Campaign_Page_Vote\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Campaign Dashboard\";s:3:\"url\";s:25:\"/civicrm/campaign?reset=1\";}}',NULL,NULL,9,1,0,1,0,1,1,0,0,'a:1:{s:9:\"component\";s:12:\"CiviCampaign\";}'), + (434,1,'civicrm/admin/campaign/surveyType',NULL,'Survey Types','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:23:\"administer CiviCampaign\";}i:1;s:3:\"and\";}','s:28:\"CRM_Campaign_Page_SurveyType\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,1,1,0,0,'a:2:{s:10:\"adminGroup\";s:12:\"CiviCampaign\";s:9:\"component\";s:12:\"CiviCampaign\";}'), + (435,1,'civicrm/admin/options/campaign_type',NULL,'Campaign Types','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Options\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,2,1,0,0,'a:3:{s:4:\"desc\";s:47:\"categorize your campaigns using campaign types.\";s:10:\"adminGroup\";s:12:\"CiviCampaign\";s:9:\"component\";s:12:\"CiviCampaign\";}'), + (436,1,'civicrm/admin/options/campaign_status',NULL,'Campaign Status','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Options\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,3,1,0,0,'a:3:{s:4:\"desc\";s:34:\"Define statuses for campaign here.\";s:10:\"adminGroup\";s:12:\"CiviCampaign\";s:9:\"component\";s:12:\"CiviCampaign\";}'), + (437,1,'civicrm/admin/options/engagement_index',NULL,'Engagement Index','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Options\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,4,1,0,0,'a:3:{s:4:\"desc\";s:18:\"Engagement levels.\";s:10:\"adminGroup\";s:12:\"CiviCampaign\";s:9:\"component\";s:12:\"CiviCampaign\";}'), + (438,1,'civicrm/survey/search','op=interview','Record Respondents Interview','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:23:\"administer CiviCampaign\";i:1;s:15:\"manage campaign\";i:2;s:27:\"interview campaign contacts\";}i:1;s:2:\"or\";}','s:30:\"CRM_Campaign_Controller_Search\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:1:{s:9:\"component\";s:12:\"CiviCampaign\";}'), + (439,1,'civicrm/campaign/gotv',NULL,'GOTV (Track Voters)','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:4:{i:0;s:23:\"administer CiviCampaign\";i:1;s:15:\"manage campaign\";i:2;s:25:\"release campaign contacts\";i:3;s:22:\"gotv campaign contacts\";}i:1;s:2:\"or\";}','s:22:\"CRM_Campaign_Form_Gotv\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Campaign Dashboard\";s:3:\"url\";s:25:\"/civicrm/campaign?reset=1\";}}',NULL,NULL,9,1,0,1,0,1,1,0,0,'a:1:{s:9:\"component\";s:12:\"CiviCampaign\";}'), + (440,1,'civicrm/petition/add',NULL,'New Petition','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:23:\"administer CiviCampaign\";i:1;s:15:\"manage campaign\";}i:1;s:2:\"or\";}','s:26:\"CRM_Campaign_Form_Petition\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), + (441,1,'civicrm/petition/sign',NULL,'Sign Petition','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:21:\"sign CiviCRM Petition\";}i:1;s:3:\"and\";}','s:36:\"CRM_Campaign_Form_Petition_Signature\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,1,1,0,1,1,0,0,'a:0:{}'), + (442,1,'civicrm/petition/browse',NULL,'View Petition Signatures','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:26:\"CRM_Campaign_Page_Petition\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), + (443,1,'civicrm/petition/confirm',NULL,'Email address verified','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:21:\"sign CiviCRM Petition\";}i:1;s:3:\"and\";}','s:34:\"CRM_Campaign_Page_Petition_Confirm\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,1,1,0,1,1,0,0,'a:0:{}'), + (444,1,'civicrm/petition/thankyou',NULL,'Thank You','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:21:\"sign CiviCRM Petition\";}i:1;s:3:\"and\";}','s:35:\"CRM_Campaign_Page_Petition_ThankYou\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,1,1,0,1,1,0,0,'a:0:{}'), + (445,1,'civicrm/campaign/registerInterview',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:23:\"administer CiviCampaign\";i:1;s:15:\"manage campaign\";i:2;s:27:\"interview campaign contacts\";}i:1;s:2:\"or\";}','a:2:{i:0;s:22:\"CRM_Campaign_Page_AJAX\";i:1;s:17:\"registerInterview\";}',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Campaign Dashboard\";s:3:\"url\";s:25:\"/civicrm/campaign?reset=1\";}}',NULL,NULL,9,1,0,1,0,1,1,0,0,'a:0:{}'), + (446,1,'civicrm/survey/configure/main',NULL,'Configure Survey','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:23:\"administer CiviCampaign\";i:1;s:15:\"manage campaign\";}i:1;s:2:\"or\";}','s:29:\"CRM_Campaign_Form_Survey_Main\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), + (447,1,'civicrm/survey/configure/questions',NULL,'Configure Survey','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:23:\"administer CiviCampaign\";i:1;s:15:\"manage campaign\";}i:1;s:2:\"or\";}','s:34:\"CRM_Campaign_Form_Survey_Questions\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), + (448,1,'civicrm/survey/configure/results',NULL,'Configure Survey','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:23:\"administer CiviCampaign\";i:1;s:15:\"manage campaign\";}i:1;s:2:\"or\";}','s:32:\"CRM_Campaign_Form_Survey_Results\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), + (449,1,'civicrm/survey/delete',NULL,'Delete Survey','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:23:\"administer CiviCampaign\";i:1;s:15:\"manage campaign\";}i:1;s:2:\"or\";}','s:31:\"CRM_Campaign_Form_Survey_Delete\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'), + (450,1,'civicrm/admin/ckeditor',NULL,'Configure CKEditor 4','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:18:\"administer CiviCRM\";}i:1;s:3:\"and\";}','s:33:\"CRM_Ckeditor4_Form_CKEditorConfig\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,1,1,0,0,'a:0:{}'), + (451,1,'civicrm/ajax/event/add_participant_to_cart',NULL,NULL,'s:1:\"1\";','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:32:\"CRM_Event_Cart_Page_CheckoutAJAX\";i:1;s:23:\"add_participant_to_cart\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,1,1,0,1,1,0,0,'a:0:{}'), + (452,1,'civicrm/ajax/event/remove_participant_from_cart',NULL,NULL,'s:1:\"1\";','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:32:\"CRM_Event_Cart_Page_CheckoutAJAX\";i:1;s:28:\"remove_participant_from_cart\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,1,1,0,1,1,0,0,'a:0:{}'), + (453,1,'civicrm/event/add_to_cart',NULL,'Add Event To Cart','s:1:\"1\";','a:2:{i:0;a:2:{i:0;s:14:\"access CiviCRM\";i:1;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:29:\"CRM_Event_Cart_Page_AddToCart\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:19:\"CiviEvent Dashboard\";s:3:\"url\";s:22:\"/civicrm/event?reset=1\";}}',NULL,NULL,1,1,1,1,0,1,1,0,0,'a:0:{}'), + (454,1,'civicrm/event/cart_checkout',NULL,'Cart Checkout','s:1:\"1\";','a:2:{i:0;a:2:{i:0;s:14:\"access CiviCRM\";i:1;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:34:\"CRM_Event_Cart_Controller_Checkout\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:19:\"CiviEvent Dashboard\";s:3:\"url\";s:22:\"/civicrm/event?reset=1\";}}',NULL,NULL,1,1,1,1,1,1,1,0,0,'a:0:{}'), + (455,1,'civicrm/event/remove_from_cart',NULL,'Remove From Cart','s:1:\"1\";','a:2:{i:0;a:2:{i:0;s:14:\"access CiviCRM\";i:1;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:34:\"CRM_Event_Cart_Page_RemoveFromCart\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:19:\"CiviEvent Dashboard\";s:3:\"url\";s:22:\"/civicrm/event?reset=1\";}}',NULL,NULL,1,1,1,1,0,1,1,0,0,'a:0:{}'), + (456,1,'civicrm/event/view_cart',NULL,'View Cart','s:1:\"1\";','a:2:{i:0;a:2:{i:0;s:14:\"access CiviCRM\";i:1;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:28:\"CRM_Event_Cart_Page_ViewCart\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:19:\"CiviEvent Dashboard\";s:3:\"url\";s:22:\"/civicrm/event?reset=1\";}}',NULL,NULL,1,1,1,1,0,1,1,0,0,'a:0:{}'), + (457,1,'civicrm/contact/search/custom',NULL,'Find Contacts','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:42:\"CRM_Legacycustomsearches_Controller_Search\";','s:10:\"mode=16384\";','a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:13:\"Find Contacts\";s:3:\"url\";s:31:\"/civicrm/contact/search?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,10,1,1,0,'a:0:{}'), + (458,1,'civicrm/contact/search/custom/list',NULL,'Custom Searches','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:29:\"CRM_Contact_Page_CustomSearch\";','s:10:\"mode=16384\";','a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:13:\"Find Contacts\";s:3:\"url\";s:31:\"/civicrm/contact/search?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Find Contacts\";s:3:\"url\";s:38:\"/civicrm/contact/search/custom?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,16,1,1,0,'a:0:{}'), + (459,1,'civicrm/admin/setting/recaptcha',NULL,'reCAPTCHA Settings','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:18:\"administer CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Form_Generic\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,1,1,0,0,'a:2:{s:4:\"desc\";s:43:\"Configure anti-abuse/bot-prevention service\";s:10:\"adminGroup\";s:15:\"System Settings\";}'), + (460,1,'admin',NULL,NULL,NULL,NULL,NULL,NULL,'a:15:{s:26:\"Customize Data and Screens\";a:2:{s:12:\"component_id\";N;s:6:\"fields\";a:19:{s:13:\"{weight}.Tags\";a:6:{s:5:\"title\";s:4:\"Tags\";s:4:\"desc\";s:158:\"Tags are useful for segmenting the contacts in your database into categories (e.g. Staff Member, Donor, Volunteer, etc.). Create and edit available tags here.\";s:2:\"id\";s:4:\"Tags\";s:3:\"url\";s:20:\"/civicrm/tag?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:20:\"{weight}.Custom Data\";a:6:{s:5:\"title\";s:11:\"Custom Data\";s:4:\"desc\";s:109:\"Configure custom fields to collect and store custom data which is not included in the standard CiviCRM forms.\";s:2:\"id\";s:10:\"CustomData\";s:3:\"url\";s:35:\"/civicrm/admin/custom/group?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:17:\"{weight}.Profiles\";a:6:{s:5:\"title\";s:8:\"Profiles\";s:4:\"desc\";s:151:\"Profiles allow you to aggregate groups of fields and include them in your site as input forms, contact display pages, and search and listings features.\";s:2:\"id\";s:8:\"Profiles\";s:3:\"url\";s:31:\"/civicrm/admin/uf/group?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:23:\"{weight}.Activity Types\";a:6:{s:5:\"title\";s:14:\"Activity Types\";s:4:\"desc\";s:155:\"CiviCRM has several built-in activity types (meetings, phone calls, emails sent). Track other types of interactions by creating custom activity types here.\";s:2:\"id\";s:13:\"ActivityTypes\";s:3:\"url\";s:44:\"/civicrm/admin/options/activity_type?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:27:\"{weight}.Relationship Types\";a:6:{s:5:\"title\";s:18:\"Relationship Types\";s:4:\"desc\";s:148:\"Contacts can be linked to each other through Relationships (e.g. Spouse, Employer, etc.). Define the types of relationships you want to record here.\";s:2:\"id\";s:17:\"RelationshipTypes\";s:3:\"url\";s:30:\"/civicrm/admin/reltype?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:22:\"{weight}.Contact Types\";a:6:{s:5:\"title\";s:13:\"Contact Types\";s:4:\"desc\";N;s:2:\"id\";s:12:\"ContactTypes\";s:3:\"url\";s:38:\"/civicrm/admin/options/subtype?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:23:\"{weight}.Gender Options\";a:6:{s:5:\"title\";s:14:\"Gender Options\";s:4:\"desc\";s:79:\"Options for assigning gender to individual contacts (e.g. Male, Female, Other).\";s:2:\"id\";s:13:\"GenderOptions\";s:3:\"url\";s:37:\"/civicrm/admin/options/gender?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:40:\"{weight}.Individual Prefixes (Ms, Mr...)\";a:6:{s:5:\"title\";s:31:\"Individual Prefixes (Ms, Mr...)\";s:4:\"desc\";s:66:\"Options for individual contact prefixes (e.g. Ms., Mr., Dr. etc.).\";s:2:\"id\";s:27:\"IndividualPrefixes_Ms_Mr...\";s:3:\"url\";s:48:\"/civicrm/admin/options/individual_prefix?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:40:\"{weight}.Individual Suffixes (Jr, Sr...)\";a:6:{s:5:\"title\";s:31:\"Individual Suffixes (Jr, Sr...)\";s:4:\"desc\";s:61:\"Options for individual contact suffixes (e.g. Jr., Sr. etc.).\";s:2:\"id\";s:27:\"IndividualSuffixes_Jr_Sr...\";s:3:\"url\";s:48:\"/civicrm/admin/options/individual_suffix?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:39:\"{weight}.Location Types (Home, Work...)\";a:6:{s:5:\"title\";s:30:\"Location Types (Home, Work...)\";s:4:\"desc\";s:94:\"Options for categorizing contact addresses and phone numbers (e.g. Home, Work, Billing, etc.).\";s:2:\"id\";s:26:\"LocationTypes_Home_Work...\";s:3:\"url\";s:35:\"/civicrm/admin/locationType?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:22:\"{weight}.Website Types\";a:6:{s:5:\"title\";s:13:\"Website Types\";s:4:\"desc\";s:48:\"Options for assigning website types to contacts.\";s:2:\"id\";s:12:\"WebsiteTypes\";s:3:\"url\";s:43:\"/civicrm/admin/options/website_type?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:35:\"{weight}.Instant Messenger Services\";a:6:{s:5:\"title\";s:26:\"Instant Messenger Services\";s:4:\"desc\";s:79:\"List of IM services which can be used when recording screen-names for contacts.\";s:2:\"id\";s:24:\"InstantMessengerServices\";s:3:\"url\";s:56:\"/civicrm/admin/options/instant_messenger_service?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:31:\"{weight}.Mobile Phone Providers\";a:6:{s:5:\"title\";s:22:\"Mobile Phone Providers\";s:4:\"desc\";s:90:\"List of mobile phone providers which can be assigned when recording contact phone numbers.\";s:2:\"id\";s:20:\"MobilePhoneProviders\";s:3:\"url\";s:46:\"/civicrm/admin/options/mobile_provider?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:19:\"{weight}.Phone Type\";a:6:{s:5:\"title\";s:10:\"Phone Type\";s:4:\"desc\";s:80:\"Options for assigning phone type to contacts (e.g Phone,\n Mobile, Fax, Pager)\";s:2:\"id\";s:9:\"PhoneType\";s:3:\"url\";s:41:\"/civicrm/admin/options/phone_type?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:28:\"{weight}.Display Preferences\";a:6:{s:5:\"title\";s:19:\"Display Preferences\";s:4:\"desc\";N;s:2:\"id\";s:18:\"DisplayPreferences\";s:3:\"url\";s:50:\"/civicrm/admin/setting/preferences/display?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:27:\"{weight}.Search Preferences\";a:6:{s:5:\"title\";s:18:\"Search Preferences\";s:4:\"desc\";N;s:2:\"id\";s:17:\"SearchPreferences\";s:3:\"url\";s:37:\"/civicrm/admin/setting/search?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:24:\"{weight}.Navigation Menu\";a:6:{s:5:\"title\";s:15:\"Navigation Menu\";s:4:\"desc\";s:79:\"Add or remove menu items, and modify the order of items on the navigation menu.\";s:2:\"id\";s:14:\"NavigationMenu\";s:3:\"url\";s:27:\"/civicrm/admin/menu?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:26:\"{weight}.Word Replacements\";a:6:{s:5:\"title\";s:17:\"Word Replacements\";s:4:\"desc\";s:18:\"Word Replacements.\";s:2:\"id\";s:16:\"WordReplacements\";s:3:\"url\";s:47:\"/civicrm/admin/options/wordreplacements?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:31:\"{weight}.Manage Custom Searches\";a:6:{s:5:\"title\";s:22:\"Manage Custom Searches\";s:4:\"desc\";s:225:\"Developers and accidental techies with a bit of PHP and SQL knowledge can create new search forms to handle specific search and reporting needs which aren\'t covered by the built-in Advanced Search and Search Builder features.\";s:2:\"id\";s:20:\"ManageCustomSearches\";s:3:\"url\";s:44:\"/civicrm/admin/options/custom_search?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}}}s:14:\"CiviContribute\";a:2:{s:12:\"component_id\";N;s:6:\"fields\";a:9:{s:32:\"{weight}.Personal Campaign Pages\";a:6:{s:5:\"title\";s:23:\"Personal Campaign Pages\";s:4:\"desc\";s:49:\"View and manage existing personal campaign pages.\";s:2:\"id\";s:21:\"PersonalCampaignPages\";s:3:\"url\";s:49:\"/civicrm/admin/pcp?context=contribute&reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:34:\"{weight}.Manage Contribution Pages\";a:6:{s:5:\"title\";s:25:\"Manage Contribution Pages\";s:4:\"desc\";s:242:\"CiviContribute allows you to create and maintain any number of Online Contribution Pages. You can create different pages for different programs or campaigns - and customize text, amounts, types of information collected from contributors, etc.\";s:2:\"id\";s:23:\"ManageContributionPages\";s:3:\"url\";s:33:\"/civicrm/admin/contribute?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:24:\"{weight}.Manage Premiums\";a:6:{s:5:\"title\";s:15:\"Manage Premiums\";s:4:\"desc\";s:175:\"CiviContribute allows you to configure any number of Premiums which can be offered to contributors as incentives / thank-you gifts. Define the premiums you want to offer here.\";s:2:\"id\";s:14:\"ManagePremiums\";s:3:\"url\";s:48:\"/civicrm/admin/contribute/managePremiums?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:24:\"{weight}.Financial Types\";a:6:{s:5:\"title\";s:15:\"Financial Types\";s:4:\"desc\";s:64:\"Formerly civicrm_contribution_type merged into this table in 4.1\";s:2:\"id\";s:14:\"FinancialTypes\";s:3:\"url\";s:46:\"/civicrm/admin/financial/financialType?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:27:\"{weight}.Financial Accounts\";a:6:{s:5:\"title\";s:18:\"Financial Accounts\";s:4:\"desc\";s:128:\"Financial types are used to categorize contributions for reporting and accounting purposes. These are also referred to as Funds.\";s:2:\"id\";s:17:\"FinancialAccounts\";s:3:\"url\";s:49:\"/civicrm/admin/financial/financialAccount?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:24:\"{weight}.Payment Methods\";a:6:{s:5:\"title\";s:15:\"Payment Methods\";s:4:\"desc\";s:224:\"You may choose to record the payment instrument used for each contribution. Common payment methods are installed by default (e.g. Check, Cash, Credit Card...). If your site requires additional payment methods, add them here.\";s:2:\"id\";s:14:\"PaymentMethods\";s:3:\"url\";s:49:\"/civicrm/admin/options/payment_instrument?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:30:\"{weight}.Accepted Credit Cards\";a:6:{s:5:\"title\";s:21:\"Accepted Credit Cards\";s:4:\"desc\";s:94:\"Credit card options that will be offered to contributors using your Online Contribution pages.\";s:2:\"id\";s:19:\"AcceptedCreditCards\";s:3:\"url\";s:48:\"/civicrm/admin/options/accept_creditcard?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:26:\"{weight}.Soft Credit Types\";a:6:{s:5:\"title\";s:17:\"Soft Credit Types\";s:4:\"desc\";s:86:\"Soft Credit Types that will be offered to contributors during soft credit contribution\";s:2:\"id\";s:15:\"SoftCreditTypes\";s:3:\"url\";s:47:\"/civicrm/admin/options/soft_credit_type?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:42:\"{weight}.CiviContribute Component Settings\";a:6:{s:5:\"title\";s:33:\"CiviContribute Component Settings\";s:4:\"desc\";s:42:\"Configure global CiviContribute behaviors.\";s:2:\"id\";s:31:\"CiviContributeComponentSettings\";s:3:\"url\";s:53:\"/civicrm/admin/setting/preferences/contribute?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}}}s:6:\"Manage\";a:2:{s:12:\"component_id\";N;s:6:\"fields\";a:3:{s:42:\"{weight}.Find and Merge Duplicate Contacts\";a:6:{s:5:\"title\";s:33:\"Find and Merge Duplicate Contacts\";s:4:\"desc\";s:158:\"Manage the rules used to identify potentially duplicate contact records. Scan for duplicates using a selected rule and merge duplicate contact data as needed.\";s:2:\"id\";s:29:\"FindandMergeDuplicateContacts\";s:3:\"url\";s:36:\"/civicrm/contact/deduperules?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:26:\"{weight}.Dedupe Exceptions\";a:6:{s:5:\"title\";s:17:\"Dedupe Exceptions\";s:4:\"desc\";N;s:2:\"id\";s:16:\"DedupeExceptions\";s:3:\"url\";s:33:\"/civicrm/dedupe/exception?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:27:\"{weight}.Scheduled Jobs Log\";a:6:{s:5:\"title\";s:18:\"Scheduled Jobs Log\";s:4:\"desc\";s:46:\"Browsing the log of periodially running tasks.\";s:2:\"id\";s:16:\"ScheduledJobsLog\";s:3:\"url\";s:29:\"/civicrm/admin/joblog?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}}}s:14:\"Communications\";a:2:{s:12:\"component_id\";N;s:6:\"fields\";a:11:{s:46:\"{weight}.Organization Address and Contact Info\";a:6:{s:5:\"title\";s:37:\"Organization Address and Contact Info\";s:4:\"desc\";s:150:\"Configure primary contact name, email, return-path and address information. This information is used by CiviMail to identify the sending organization.\";s:2:\"id\";s:33:\"OrganizationAddressandContactInfo\";s:3:\"url\";s:47:\"/civicrm/admin/domain?action=update&reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:29:\"{weight}.From Email Addresses\";a:6:{s:5:\"title\";s:20:\"From Email Addresses\";s:4:\"desc\";s:74:\"List of Email Addresses which can be used when sending emails to contacts.\";s:2:\"id\";s:18:\"FromEmailAddresses\";s:3:\"url\";s:49:\"/civicrm/admin/options/from_email_address?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:26:\"{weight}.Message Templates\";a:6:{s:5:\"title\";s:17:\"Message Templates\";s:4:\"desc\";s:130:\"Message templates allow you to save and re-use messages with layouts which you can use when sending email to one or more contacts.\";s:2:\"id\";s:16:\"MessageTemplates\";s:3:\"url\";s:39:\"/civicrm/admin/messageTemplates?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:27:\"{weight}.Schedule Reminders\";a:6:{s:5:\"title\";s:18:\"Schedule Reminders\";s:4:\"desc\";s:19:\"Schedule Reminders.\";s:2:\"id\";s:17:\"ScheduleReminders\";s:3:\"url\";s:40:\"/civicrm/admin/scheduleReminders?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:40:\"{weight}.Preferred Communication Methods\";a:6:{s:5:\"title\";s:31:\"Preferred Communication Methods\";s:4:\"desc\";s:117:\"One or more preferred methods of communication can be assigned to each contact. Customize the available options here.\";s:2:\"id\";s:29:\"PreferredCommunicationMethods\";s:3:\"url\";s:61:\"/civicrm/admin/options/preferred_communication_method?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:22:\"{weight}.Label Formats\";a:6:{s:5:\"title\";s:13:\"Label Formats\";s:4:\"desc\";s:67:\"Configure Label Formats that are used when creating mailing labels.\";s:2:\"id\";s:12:\"LabelFormats\";s:3:\"url\";s:35:\"/civicrm/admin/labelFormats?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:33:\"{weight}.Print Page (PDF) Formats\";a:6:{s:5:\"title\";s:24:\"Print Page (PDF) Formats\";s:4:\"desc\";s:95:\"Configure PDF Page Formats that can be assigned to Message Templates when creating PDF letters.\";s:2:\"id\";s:20:\"PrintPage_PDFFormats\";s:3:\"url\";s:33:\"/civicrm/admin/pdfFormats?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:36:\"{weight}.Communication Style Options\";a:6:{s:5:\"title\";s:27:\"Communication Style Options\";s:4:\"desc\";s:42:\"Options for Communication Style selection.\";s:2:\"id\";s:25:\"CommunicationStyleOptions\";s:3:\"url\";s:50:\"/civicrm/admin/options/communication_style?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:31:\"{weight}.Email Greeting Formats\";a:6:{s:5:\"title\";s:22:\"Email Greeting Formats\";s:4:\"desc\";s:75:\"Options for assigning email greetings to individual and household contacts.\";s:2:\"id\";s:20:\"EmailGreetingFormats\";s:3:\"url\";s:45:\"/civicrm/admin/options/email_greeting?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:32:\"{weight}.Postal Greeting Formats\";a:6:{s:5:\"title\";s:23:\"Postal Greeting Formats\";s:4:\"desc\";s:76:\"Options for assigning postal greetings to individual and household contacts.\";s:2:\"id\";s:21:\"PostalGreetingFormats\";s:3:\"url\";s:46:\"/civicrm/admin/options/postal_greeting?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:26:\"{weight}.Addressee Formats\";a:6:{s:5:\"title\";s:17:\"Addressee Formats\";s:4:\"desc\";s:83:\"Options for assigning addressee to individual, household and organization contacts.\";s:2:\"id\";s:16:\"AddresseeFormats\";s:3:\"url\";s:40:\"/civicrm/admin/options/addressee?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}}}s:12:\"Localization\";a:2:{s:12:\"component_id\";N;s:6:\"fields\";a:4:{s:39:\"{weight}.Languages, Currency, Locations\";a:6:{s:5:\"title\";s:30:\"Languages, Currency, Locations\";s:4:\"desc\";N;s:2:\"id\";s:28:\"Languages_Currency_Locations\";s:3:\"url\";s:43:\"/civicrm/admin/setting/localization?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:25:\"{weight}.Address Settings\";a:6:{s:5:\"title\";s:16:\"Address Settings\";s:4:\"desc\";N;s:2:\"id\";s:15:\"AddressSettings\";s:3:\"url\";s:50:\"/civicrm/admin/setting/preferences/address?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:21:\"{weight}.Date Formats\";a:6:{s:5:\"title\";s:12:\"Date Formats\";s:4:\"desc\";N;s:2:\"id\";s:11:\"DateFormats\";s:3:\"url\";s:35:\"/civicrm/admin/setting/date?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:28:\"{weight}.Preferred Languages\";a:6:{s:5:\"title\";s:19:\"Preferred Languages\";s:4:\"desc\";s:30:\"Options for contact languages.\";s:2:\"id\";s:18:\"PreferredLanguages\";s:3:\"url\";s:40:\"/civicrm/admin/options/languages?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}}}s:21:\"Users and Permissions\";a:2:{s:12:\"component_id\";N;s:6:\"fields\";a:2:{s:23:\"{weight}.Access Control\";a:6:{s:5:\"title\";s:14:\"Access Control\";s:4:\"desc\";s:73:\"Grant or deny access to actions (view, edit...), features and components.\";s:2:\"id\";s:13:\"AccessControl\";s:3:\"url\";s:29:\"/civicrm/admin/access?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:38:\"{weight}.Synchronize Users to Contacts\";a:6:{s:5:\"title\";s:29:\"Synchronize Users to Contacts\";s:4:\"desc\";s:71:\"Automatically create a CiviCRM contact record for each CMS user record.\";s:2:\"id\";s:26:\"SynchronizeUserstoContacts\";s:3:\"url\";s:32:\"/civicrm/admin/synchUser?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}}}s:15:\"System Settings\";a:2:{s:12:\"component_id\";N;s:6:\"fields\";a:21:{s:32:\"{weight}.Configuration Checklist\";a:6:{s:5:\"title\";s:23:\"Configuration Checklist\";s:4:\"desc\";s:55:\"List of configuration tasks with links to each setting.\";s:2:\"id\";s:22:\"ConfigurationChecklist\";s:3:\"url\";s:33:\"/civicrm/admin/configtask?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:34:\"{weight}.Enable CiviCRM Components\";a:6:{s:5:\"title\";s:25:\"Enable CiviCRM Components\";s:4:\"desc\";s:269:\"Enable or disable components (e.g. CiviEvent, CiviMember, etc.) for your site based on the features you need. We recommend disabling any components not being used in order to simplify the user interface. You can easily re-enable components at any time from this screen.\";s:2:\"id\";s:23:\"EnableCiviCRMComponents\";s:3:\"url\";s:40:\"/civicrm/admin/setting/component?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:26:\"{weight}.Manage Extensions\";a:6:{s:5:\"title\";s:17:\"Manage Extensions\";s:4:\"desc\";s:0:\"\";s:2:\"id\";s:16:\"ManageExtensions\";s:3:\"url\";s:33:\"/civicrm/admin/extensions?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:32:\"{weight}.Outbound Email Settings\";a:6:{s:5:\"title\";s:23:\"Outbound Email Settings\";s:4:\"desc\";N;s:2:\"id\";s:21:\"OutboundEmailSettings\";s:3:\"url\";s:35:\"/civicrm/admin/setting/smtp?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:37:\"{weight}.Settings - Payment Processor\";a:6:{s:5:\"title\";s:28:\"Settings - Payment Processor\";s:4:\"desc\";s:48:\"Payment Processor setup for CiviCRM transactions\";s:2:\"id\";s:25:\"Settings-PaymentProcessor\";s:3:\"url\";s:39:\"/civicrm/admin/paymentProcessor?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:30:\"{weight}.Mapping and Geocoding\";a:6:{s:5:\"title\";s:21:\"Mapping and Geocoding\";s:4:\"desc\";N;s:2:\"id\";s:19:\"MappingandGeocoding\";s:3:\"url\";s:38:\"/civicrm/admin/setting/mapping?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:53:\"{weight}.Misc (Undelete, PDFs, Limits, Logging, etc.)\";a:6:{s:5:\"title\";s:44:\"Misc (Undelete, PDFs, Limits, Logging, etc.)\";s:4:\"desc\";s:63:\"Enable undelete/move to trash feature, detailed change logging.\";s:2:\"id\";s:38:\"Misc_Undelete_PDFs_Limits_Logging_etc.\";s:3:\"url\";s:35:\"/civicrm/admin/setting/misc?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:20:\"{weight}.Directories\";a:6:{s:5:\"title\";s:11:\"Directories\";s:4:\"desc\";N;s:2:\"id\";s:11:\"Directories\";s:3:\"url\";s:35:\"/civicrm/admin/setting/path?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:22:\"{weight}.Resource URLs\";a:6:{s:5:\"title\";s:13:\"Resource URLs\";s:4:\"desc\";N;s:2:\"id\";s:12:\"ResourceURLs\";s:3:\"url\";s:34:\"/civicrm/admin/setting/url?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:40:\"{weight}.Cleanup Caches and Update Paths\";a:6:{s:5:\"title\";s:31:\"Cleanup Caches and Update Paths\";s:4:\"desc\";s:157:\"Reset the Base Directory Path and Base URL settings - generally when a CiviCRM site is moved to another location in the file system and/or to another domain.\";s:2:\"id\";s:27:\"CleanupCachesandUpdatePaths\";s:3:\"url\";s:50:\"/civicrm/admin/setting/updateConfigBackend?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:33:\"{weight}.CMS Database Integration\";a:6:{s:5:\"title\";s:24:\"CMS Database Integration\";s:4:\"desc\";N;s:2:\"id\";s:22:\"CMSDatabaseIntegration\";s:3:\"url\";s:33:\"/civicrm/admin/setting/uf?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:36:\"{weight}.Safe File Extension Options\";a:6:{s:5:\"title\";s:27:\"Safe File Extension Options\";s:4:\"desc\";s:44:\"File Extensions that can be considered safe.\";s:2:\"id\";s:24:\"SafeFileExtensionOptions\";s:3:\"url\";s:50:\"/civicrm/admin/options/safe_file_extension?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:22:\"{weight}.Option Groups\";a:6:{s:5:\"title\";s:13:\"Option Groups\";s:4:\"desc\";s:35:\"Access all meta-data option groups.\";s:2:\"id\";s:12:\"OptionGroups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:31:\"{weight}.Import/Export Mappings\";a:6:{s:5:\"title\";s:22:\"Import/Export Mappings\";s:4:\"desc\";s:141:\"Import and Export mappings allow you to easily run the same job multiple times. This option allows you to rename or delete existing mappings.\";s:2:\"id\";s:21:\"Import_ExportMappings\";s:3:\"url\";s:30:\"/civicrm/admin/mapping?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:18:\"{weight}.Debugging\";a:6:{s:5:\"title\";s:9:\"Debugging\";s:4:\"desc\";N;s:2:\"id\";s:9:\"Debugging\";s:3:\"url\";s:36:\"/civicrm/admin/setting/debug?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:28:\"{weight}.Multi Site Settings\";a:6:{s:5:\"title\";s:19:\"Multi Site Settings\";s:4:\"desc\";N;s:2:\"id\";s:17:\"MultiSiteSettings\";s:3:\"url\";s:52:\"/civicrm/admin/setting/preferences/multisite?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:23:\"{weight}.Scheduled Jobs\";a:6:{s:5:\"title\";s:14:\"Scheduled Jobs\";s:4:\"desc\";s:35:\"Managing periodially running tasks.\";s:2:\"id\";s:13:\"ScheduledJobs\";s:3:\"url\";s:26:\"/civicrm/admin/job?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:26:\"{weight}.Add Scheduled Job\";a:6:{s:5:\"title\";s:17:\"Add Scheduled Job\";s:4:\"desc\";s:31:\"Add a periodially running task.\";s:2:\"id\";s:15:\"AddScheduledJob\";s:3:\"url\";s:30:\"/civicrm/admin/job/add?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:27:\"{weight}.Edit Scheduled Job\";a:6:{s:5:\"title\";s:18:\"Edit Scheduled Job\";s:4:\"desc\";s:32:\"Edit a periodially running task.\";s:2:\"id\";s:16:\"EditScheduledJob\";s:3:\"url\";s:31:\"/civicrm/admin/job/edit?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:22:\"{weight}.Sms Providers\";a:6:{s:5:\"title\";s:13:\"Sms Providers\";s:4:\"desc\";s:27:\"To configure a sms provider\";s:2:\"id\";s:12:\"SmsProviders\";s:3:\"url\";s:35:\"/civicrm/admin/sms/provider?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:27:\"{weight}.reCAPTCHA Settings\";a:6:{s:5:\"title\";s:18:\"reCAPTCHA Settings\";s:4:\"desc\";s:43:\"Configure anti-abuse/bot-prevention service\";s:2:\"id\";s:17:\"reCAPTCHASettings\";s:3:\"url\";s:40:\"/civicrm/admin/setting/recaptcha?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}}}s:12:\"CiviCampaign\";a:2:{s:12:\"component_id\";N;s:6:\"fields\";a:5:{s:40:\"{weight}.CiviCampaign Component Settings\";a:6:{s:5:\"title\";s:31:\"CiviCampaign Component Settings\";s:4:\"desc\";s:40:\"Configure global CiviCampaign behaviors.\";s:2:\"id\";s:29:\"CiviCampaignComponentSettings\";s:3:\"url\";s:51:\"/civicrm/admin/setting/preferences/campaign?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:21:\"{weight}.Survey Types\";a:6:{s:5:\"title\";s:12:\"Survey Types\";s:4:\"desc\";N;s:2:\"id\";s:11:\"SurveyTypes\";s:3:\"url\";s:42:\"/civicrm/admin/campaign/surveyType?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:23:\"{weight}.Campaign Types\";a:6:{s:5:\"title\";s:14:\"Campaign Types\";s:4:\"desc\";s:47:\"categorize your campaigns using campaign types.\";s:2:\"id\";s:13:\"CampaignTypes\";s:3:\"url\";s:44:\"/civicrm/admin/options/campaign_type?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:24:\"{weight}.Campaign Status\";a:6:{s:5:\"title\";s:15:\"Campaign Status\";s:4:\"desc\";s:34:\"Define statuses for campaign here.\";s:2:\"id\";s:14:\"CampaignStatus\";s:3:\"url\";s:46:\"/civicrm/admin/options/campaign_status?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:25:\"{weight}.Engagement Index\";a:6:{s:5:\"title\";s:16:\"Engagement Index\";s:4:\"desc\";s:18:\"Engagement levels.\";s:2:\"id\";s:15:\"EngagementIndex\";s:3:\"url\";s:47:\"/civicrm/admin/options/engagement_index?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}}}s:9:\"CiviEvent\";a:2:{s:12:\"component_id\";N;s:6:\"fields\";a:9:{s:37:\"{weight}.CiviEvent Component Settings\";a:6:{s:5:\"title\";s:28:\"CiviEvent Component Settings\";s:4:\"desc\";s:37:\"Configure global CiviEvent behaviors.\";s:2:\"id\";s:26:\"CiviEventComponentSettings\";s:3:\"url\";s:48:\"/civicrm/admin/setting/preferences/event?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:33:\"{weight}.Event Name Badge Layouts\";a:6:{s:5:\"title\";s:24:\"Event Name Badge Layouts\";s:4:\"desc\";s:107:\"Configure name badge layouts for event participants, including logos and what data to include on the badge.\";s:2:\"id\";s:21:\"EventNameBadgeLayouts\";s:3:\"url\";s:52:\"/civicrm/admin/badgelayout?action=browse&reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:22:\"{weight}.Manage Events\";a:6:{s:5:\"title\";s:13:\"Manage Events\";s:4:\"desc\";s:136:\"Create and edit event configuration including times, locations, online registration forms, and fees. Links for iCal and RSS syndication.\";s:2:\"id\";s:12:\"ManageEvents\";s:3:\"url\";s:28:\"/civicrm/admin/event?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:24:\"{weight}.Event Templates\";a:6:{s:5:\"title\";s:15:\"Event Templates\";s:4:\"desc\";s:115:\"Administrators can create Event Templates - which are basically master event records pre-filled with default values\";s:2:\"id\";s:14:\"EventTemplates\";s:3:\"url\";s:36:\"/civicrm/admin/eventTemplate?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:20:\"{weight}.Event Types\";a:6:{s:5:\"title\";s:11:\"Event Types\";s:4:\"desc\";s:143:\"Use Event Types to categorize your events. Event feeds can be filtered by Event Type and participant searches can use Event Type as a criteria.\";s:2:\"id\";s:10:\"EventTypes\";s:3:\"url\";s:41:\"/civicrm/admin/options/event_type?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:27:\"{weight}.Participant Status\";a:6:{s:5:\"title\";s:18:\"Participant Status\";s:4:\"desc\";s:154:\"Define statuses for event participants here (e.g. Registered, Attended, Cancelled...). You can then assign statuses and search for participants by status.\";s:2:\"id\";s:17:\"ParticipantStatus\";s:3:\"url\";s:41:\"/civicrm/admin/participant_status?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:25:\"{weight}.Participant Role\";a:6:{s:5:\"title\";s:16:\"Participant Role\";s:4:\"desc\";s:138:\"Define participant roles for events here (e.g. Attendee, Host, Speaker...). You can then assign roles and search for participants by role.\";s:2:\"id\";s:15:\"ParticipantRole\";s:3:\"url\";s:47:\"/civicrm/admin/options/participant_role?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:38:\"{weight}.Participant Listing Templates\";a:6:{s:5:\"title\";s:29:\"Participant Listing Templates\";s:4:\"desc\";s:48:\"Template to control participant listing display.\";s:2:\"id\";s:27:\"ParticipantListingTemplates\";s:3:\"url\";s:50:\"/civicrm/admin/options/participant_listing?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:31:\"{weight}.Conference Slot Labels\";a:6:{s:5:\"title\";s:22:\"Conference Slot Labels\";s:4:\"desc\";s:35:\"Define conference slots and labels.\";s:2:\"id\";s:20:\"ConferenceSlotLabels\";s:3:\"url\";s:46:\"/civicrm/admin/options/conference_slot?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}}}s:8:\"CiviMail\";a:2:{s:12:\"component_id\";N;s:6:\"fields\";a:5:{s:36:\"{weight}.CiviMail Component Settings\";a:6:{s:5:\"title\";s:27:\"CiviMail Component Settings\";s:4:\"desc\";s:36:\"Configure global CiviMail behaviors.\";s:2:\"id\";s:25:\"CiviMailComponentSettings\";s:3:\"url\";s:50:\"/civicrm/admin/setting/preferences/mailing?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:24:\"{weight}.Mailer Settings\";a:6:{s:5:\"title\";s:15:\"Mailer Settings\";s:4:\"desc\";s:61:\"Configure spool period, throttling and other mailer settings.\";s:2:\"id\";s:14:\"MailerSettings\";s:3:\"url\";s:27:\"/civicrm/admin/mail?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:49:\"{weight}.Headers, Footers, and Automated Messages\";a:6:{s:5:\"title\";s:40:\"Headers, Footers, and Automated Messages\";s:4:\"desc\";s:143:\"Configure the header and footer used for mailings. Customize the content of automated Subscribe, Unsubscribe, Resubscribe and Opt-out messages.\";s:2:\"id\";s:36:\"Headers_Footers_andAutomatedMessages\";s:3:\"url\";s:32:\"/civicrm/admin/component?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:29:\"{weight}.From Email Addresses\";a:6:{s:5:\"title\";s:20:\"From Email Addresses\";s:4:\"desc\";s:74:\"List of Email Addresses which can be used when sending emails to contacts.\";s:2:\"id\";s:18:\"FromEmailAddresses\";s:3:\"url\";s:58:\"/civicrm/admin/options/from_email_address/civimail?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:22:\"{weight}.Mail Accounts\";a:6:{s:5:\"title\";s:13:\"Mail Accounts\";s:4:\"desc\";s:32:\"Configure email account setting.\";s:2:\"id\";s:12:\"MailAccounts\";s:3:\"url\";s:35:\"/civicrm/admin/mailSettings?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}}}s:10:\"CiviMember\";a:2:{s:12:\"component_id\";N;s:6:\"fields\";a:3:{s:38:\"{weight}.CiviMember Component Settings\";a:6:{s:5:\"title\";s:29:\"CiviMember Component Settings\";s:4:\"desc\";s:38:\"Configure global CiviMember behaviors.\";s:2:\"id\";s:27:\"CiviMemberComponentSettings\";s:3:\"url\";s:49:\"/civicrm/admin/setting/preferences/member?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:25:\"{weight}.Membership Types\";a:6:{s:5:\"title\";s:16:\"Membership Types\";s:4:\"desc\";s:174:\"Define the types of memberships you want to offer. For each type, you can specify a \'name\' (Gold Member, Honor Society Member...), a description, duration, and a minimum fee.\";s:2:\"id\";s:15:\"MembershipTypes\";s:3:\"url\";s:44:\"/civicrm/admin/member/membershipType?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:32:\"{weight}.Membership Status Rules\";a:6:{s:5:\"title\";s:23:\"Membership Status Rules\";s:4:\"desc\";s:187:\"Status \'rules\' define the current status for a membership based on that membership\'s start and end dates. You can adjust the default status options and rules as needed to meet your needs.\";s:2:\"id\";s:21:\"MembershipStatusRules\";s:3:\"url\";s:46:\"/civicrm/admin/member/membershipStatus?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}}}s:12:\"Option Lists\";a:2:{s:12:\"component_id\";N;s:6:\"fields\";a:1:{s:20:\"{weight}.Grant Types\";a:6:{s:5:\"title\";s:11:\"Grant Types\";s:4:\"desc\";s:148:\"List of types which can be assigned to Grants. (Enable CiviGrant from Administer > System Settings > Enable Components if you want to track grants.)\";s:2:\"id\";s:10:\"GrantTypes\";s:3:\"url\";s:41:\"/civicrm/admin/options/grant_type?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}}}s:9:\"Customize\";a:2:{s:12:\"component_id\";N;s:6:\"fields\";a:1:{s:19:\"{weight}.Price Sets\";a:6:{s:5:\"title\";s:10:\"Price Sets\";s:4:\"desc\";s:205:\"Price sets allow you to offer multiple options with associated fees (e.g. pre-conference workshops, additional meals, etc.). Configure Price Sets for events which need more than a single set of fee levels.\";s:2:\"id\";s:9:\"PriceSets\";s:3:\"url\";s:28:\"/civicrm/admin/price?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}}}s:8:\"CiviCase\";a:2:{s:12:\"component_id\";N;s:6:\"fields\";a:5:{s:26:\"{weight}.CiviCase Settings\";a:6:{s:5:\"title\";s:17:\"CiviCase Settings\";s:4:\"desc\";N;s:2:\"id\";s:16:\"CiviCaseSettings\";s:3:\"url\";s:35:\"/civicrm/admin/setting/case?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:19:\"{weight}.Case Types\";a:6:{s:5:\"title\";s:10:\"Case Types\";s:4:\"desc\";s:137:\"List of types which can be assigned to Cases. (Enable the Cases tab from System Settings - Enable Components if you want to track cases.)\";s:2:\"id\";s:9:\"CaseTypes\";s:3:\"url\";s:40:\"/civicrm/admin/options/case_type?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:24:\"{weight}.Redaction Rules\";a:6:{s:5:\"title\";s:15:\"Redaction Rules\";s:4:\"desc\";s:223:\"List of rules which can be applied to user input strings so that the redacted output can be recognized as repeated instances of the same string or can be identified as a \"semantic type of the data element\" within case data.\";s:2:\"id\";s:14:\"RedactionRules\";s:3:\"url\";s:45:\"/civicrm/admin/options/redaction_rule?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:22:\"{weight}.Case Statuses\";a:6:{s:5:\"title\";s:13:\"Case Statuses\";s:4:\"desc\";s:48:\"List of statuses that can be assigned to a case.\";s:2:\"id\";s:12:\"CaseStatuses\";s:3:\"url\";s:42:\"/civicrm/admin/options/case_status?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:26:\"{weight}.Encounter Mediums\";a:6:{s:5:\"title\";s:17:\"Encounter Mediums\";s:4:\"desc\";s:26:\"List of encounter mediums.\";s:2:\"id\";s:16:\"EncounterMediums\";s:3:\"url\";s:47:\"/civicrm/admin/options/encounter_medium?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}}}s:10:\"CiviReport\";a:2:{s:12:\"component_id\";N;s:6:\"fields\";a:3:{s:40:\"{weight}.Create New Report from Template\";a:6:{s:5:\"title\";s:31:\"Create New Report from Template\";s:4:\"desc\";s:49:\"Component wise listing of all available templates\";s:2:\"id\";s:27:\"CreateNewReportfromTemplate\";s:3:\"url\";s:43:\"/civicrm/admin/report/template/list?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:25:\"{weight}.Manage Templates\";a:6:{s:5:\"title\";s:16:\"Manage Templates\";s:4:\"desc\";s:45:\"Browse, Edit and Delete the Report templates.\";s:2:\"id\";s:15:\"ManageTemplates\";s:3:\"url\";s:53:\"/civicrm/admin/report/options/report_template?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:24:\"{weight}.Reports Listing\";a:6:{s:5:\"title\";s:15:\"Reports Listing\";s:4:\"desc\";s:60:\"Browse existing report, change report criteria and settings.\";s:2:\"id\";s:14:\"ReportsListing\";s:3:\"url\";s:34:\"/civicrm/admin/report/list?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}}}}',NULL,NULL,NULL,1,0,1,1,1,1,1,0,'a:0:{}'); /*!40000 ALTER TABLE `civicrm_menu` ENABLE KEYS */; UNLOCK TABLES; @@ -5395,8 +5397,8 @@ INSERT INTO `civicrm_msg_template` (`id`, `msg_title`, `msg_subject`, `msg_text` (4,'Contributions - Duplicate Organization Alert','{ts}CiviContribute Alert: Possible Duplicate Contact Record{/ts} - {contact.display_name}\n','{ts}A contribution / membership signup was made on behalf of the organization listed below.{/ts}\n{ts}The information provided matched multiple existing database records based on the configured Duplicate Matching Rules for your site.{/ts}\n\n{ts}Organization Name{/ts}: {$onBehalfName}\n{ts}Organization Email{/ts}: {$onBehalfEmail}\n{ts}Organization Contact ID{/ts}: {$onBehalfID}\n\n{ts}If you think this may be a duplicate contact which should be merged with an existing record - Go to \"Contacts >> Find and Merge Duplicate Contacts\". Use the strict rule for Organizations to find the potential duplicates and merge them if appropriate.{/ts}\n\n{if $receiptMessage}\n###########################################################\n{ts}Copy of Contribution Receipt{/ts}\n\n###########################################################\n{$receiptMessage}\n\n{/if}\n','<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n<head>\n <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n <title></title>\n</head>\n<body>\n\n{capture assign=headerStyle}colspan=\"2\" style=\"text-align: left; padding: 4px; border-bottom: 1px solid #999; background-color: #eee;\"{/capture}\n{capture assign=labelStyle }style=\"padding: 4px; border-bottom: 1px solid #999; background-color: #f7f7f7;\"{/capture}\n{capture assign=valueStyle }style=\"padding: 4px; border-bottom: 1px solid #999;\"{/capture}\n\n <table id=\"crm-event_receipt\" style=\"font-family: Arial, Verdana, sans-serif; text-align: left; width:100%; max-width:700px; padding:0; margin:0; border:0px;\">\n\n <!-- BEGIN HEADER -->\n <!-- You can add table row(s) here with logo or other header elements -->\n <!-- END HEADER -->\n\n <!-- BEGIN CONTENT -->\n\n <tr>\n <td>\n <p>{ts}A contribution / membership signup was made on behalf of the organization listed below.{/ts}</p>\n <p>{ts}The information provided matched multiple existing database records based on the configured Duplicate Matching Rules for your site.{/ts}</p>\n </td>\n </tr>\n <tr>\n <td>\n <table style=\"border: 1px solid #999; margin: 1em 0em 1em; border-collapse: collapse; width:100%;\">\n <tr>\n <td {$labelStyle}>\n {ts}Organization Name{/ts}\n </td>\n <td {$valueStyle}>\n {$onBehalfName}\n </td>\n </tr>\n <tr>\n <td {$labelStyle}>\n {ts}Organization Email{/ts}\n </td>\n <td {$valueStyle}>\n {$onBehalfEmail}\n </td>\n </tr>\n <tr>\n <td {$labelStyle}>\n {ts}Organization Contact ID{/ts}\n </td>\n <td {$valueStyle}>\n {$onBehalfID}\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td>\n <p>{ts}If you think this may be a duplicate contact which should be merged with an existing record - Go to \"Contacts >> Find and Merge Duplicate Contacts\". Use the strict rule for Organizations to find the potential duplicates and merge them if appropriate.{/ts}</p>\n </td>\n </tr>\n {if $receiptMessage}\n <tr>\n <td>\n <table style=\"border: 1px solid #999; margin: 1em 0em 1em; border-collapse: collapse; width:100%;\">\n <tr>\n <th {$headerStyle}>\n {ts}Copy of Contribution Receipt{/ts}\n </th>\n </tr>\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n {* FIXME: the below is most probably not HTML-ised *}\n {$receiptMessage}\n </td>\n </tr>\n </table>\n </td>\n </tr>\n {/if}\n </table>\n</body>\n</html>\n',1,814,'contribution_dupalert',0,1,0,NULL), (5,'Contributions - Receipt (off-line)','{ts}Contribution Receipt{/ts} - {contact.display_name}\n','{assign var=\"greeting\" value=\"{contact.email_greeting_display}\"}{if $greeting}{$greeting},{/if}\n\n{if !empty($formValues.receipt_text)}\n{$formValues.receipt_text}\n{else}{ts}Below you will find a receipt for this contribution.{/ts}{/if}\n\n===========================================================\n{ts}Contribution Information{/ts}\n\n===========================================================\n{ts}Contributor{/ts}: {contact.display_name}\n{if \'{contribution.financial_type_id}\'}\n{ts}Financial Type{/ts}: {contribution.financial_type_id:label}\n{/if}\n{if $isShowLineItems}\n---------------------------------------------------------\n{capture assign=ts_item}{ts}Item{/ts}{/capture}\n{capture assign=ts_qty}{ts}Qty{/ts}{/capture}\n{capture assign=ts_each}{ts}Each{/ts}{/capture}\n{if $isShowTax && \'{contribution.tax_amount|raw}\' !== \'0.00\'}\n{capture assign=ts_subtotal}{ts}Subtotal{/ts}{/capture}\n{capture assign=ts_taxRate}{ts}Tax Rate{/ts}{/capture}\n{capture assign=ts_taxAmount}{ts}Tax Amount{/ts}{/capture}\n{/if}\n{capture assign=ts_total}{ts}Total{/ts}{/capture}\n{$ts_item|string_format:\"%-30s\"} {$ts_qty|string_format:\"%5s\"} {$ts_each|string_format:\"%10s\"} {if $isShowTax && \'{contribution.tax_amount|raw}\' !== \'0.00\'} {$ts_subtotal|string_format:\"%10s\"} {$ts_taxRate} {$ts_taxAmount|string_format:\"%10s\"} {/if} {$ts_total|string_format:\"%10s\"}\n----------------------------------------------------------\n{foreach from=$lineItems item=line}\n{capture assign=ts_item}{$line.title}{/capture}{$ts_item|truncate:30:\"...\"|string_format:\"%-30s\"} {$line.qty|string_format:\"%5s\"} {$line.unit_price|crmMoney:\'{contribution.currency}\'|string_format:\"%10s\"} {if $isShowTax && \'{contribution.tax_amount|raw}\' !== \'0.00\'}{$line.unit_price*$line.qty|crmMoney:\'{contribution.currency}\'|string_format:\"%10s\"} {if $line.tax_rate || $line.tax_amount != \"\"} {$line.tax_rate|string_format:\"%.2f\"} % {$line.tax_amount|crmMoney:\'{contribution.currency}\'|string_format:\"%10s\"} {else} {/if} {/if} {$line.line_total+$line.tax_amount|crmMoney:\'{contribution.currency}\'|string_format:\"%10s\"}\n{/foreach}\n{/if}\n\n\n{if $isShowTax && \'{contribution.tax_amount|raw}\' !== \'0.00\'}\n{ts}Amount before Tax{/ts} : {$formValues.total_amount-$totalTaxAmount|crmMoney:$currency}\n{/if}\n{foreach from=$taxRateBreakdown item=taxDetail key=taxRate}\n{if $taxRate == 0}{ts}No{/ts} {$taxTerm}{else}{$taxTerm} {$taxDetail.percentage}%{/if} : {$taxDetail.amount|crmMoney:\'{contribution.currency}\'}\n{/foreach}\n\n{if $isShowTax}\n{ts}Total Tax Amount{/ts} : {contribution.tax_amount}\n{/if}\n{ts}Total Amount{/ts} : {contribution.total_amount}\n{if \'{contribution.receive_date}\'}\n{ts}Date Received{/ts}: {contribution.receive_date|crmDate:\"shortdate\"}\n{/if}\n{if \'{contribution.receipt_date}\'}\n{ts}Receipt Date{/ts}: {contribution.receipt_date|crmDate:\"shortdate\"}\n{/if}\n{if \'{contribution.payment_instrument_id}\' and empty($formValues.hidden_CreditCard)}\n{ts}Paid By{/ts}: {contribution.payment_instrument_id:label}\n{if \'{contribution.check_number}\'}\n{ts}Check Number{/ts}: {contribution.check_number}\n{/if}\n{/if}\n{if \'{contribution.trxn_id}\'}\n{ts}Transaction ID{/ts}: {contribution.trxn_id}\n{/if}\n\n{if !empty($ccContribution)}\n===========================================================\n{ts}Billing Name and Address{/ts}\n\n===========================================================\n{$billingName}\n{$address}\n\n===========================================================\n{ts}Credit Card Information{/ts}\n\n===========================================================\n{$credit_card_type}\n{$credit_card_number}\n{ts}Expires{/ts}: {$credit_card_exp_date|truncate:7:\'\'|crmDate}\n{/if}\n{if !empty($customGroup)}\n{foreach from=$customGroup item=value key=customName}\n===========================================================\n{$customName}\n===========================================================\n{foreach from=$value item=v key=n}\n{$n}: {$v}\n{/foreach}\n{/foreach}\n{/if}\n\n{if !empty($softCreditTypes) and !empty($softCredits)}\n{foreach from=$softCreditTypes item=softCreditType key=n}\n===========================================================\n{$softCreditType}\n===========================================================\n{foreach from=$softCredits.$n item=value key=label}\n{$label}: {$value}\n{/foreach}\n{/foreach}\n{/if}\n\n{if !empty($formValues.product_name)}\n===========================================================\n{ts}Premium Information{/ts}\n\n===========================================================\n{$formValues.product_name}\n{if $formValues.product_option}\n{ts}Option{/ts}: {$formValues.product_option}\n{/if}\n{if $formValues.product_sku}\n{ts}SKU{/ts}: {$formValues.product_sku}\n{/if}\n{if !empty($fulfilled_date)}\n{ts}Sent{/ts}: {$fulfilled_date|crmDate}\n{/if}\n{/if}\n','<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n<head>\n <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n <title></title>\n</head>\n<body>\n\n{capture assign=headerStyle}colspan=\"2\" style=\"text-align: left; padding: 4px; border-bottom: 1px solid #999; background-color: #eee;\"{/capture}\n{capture assign=labelStyle }style=\"padding: 4px; border-bottom: 1px solid #999; background-color: #f7f7f7;\"{/capture}\n{capture assign=valueStyle }style=\"padding: 4px; border-bottom: 1px solid #999;\"{/capture}\n\n <table id=\"crm-event_receipt\" style=\"font-family: Arial, Verdana, sans-serif; text-align: left; width:100%; max-width:700px; padding:0; margin:0; border:0px;\">\n\n <!-- BEGIN HEADER -->\n <!-- You can add table row(s) here with logo or other header elements -->\n <!-- END HEADER -->\n\n <!-- BEGIN CONTENT -->\n\n <tr>\n <td>\n {assign var=\"greeting\" value=\"{contact.email_greeting_display}\"}{if $greeting}<p>{$greeting},</p>{/if}\n {if !empty($formValues.receipt_text)}\n <p>{$formValues.receipt_text|htmlize}</p>\n {else}\n <p>{ts}Below you will find a receipt for this contribution.{/ts}</p>\n {/if}\n </td>\n </tr>\n <tr>\n <td>\n <table style=\"border: 1px solid #999; margin: 1em 0em 1em; border-collapse: collapse; width:100%;\">\n <tr>\n <th {$headerStyle}>\n {ts}Contribution Information{/ts}\n </th>\n </tr>\n <tr>\n <td {$labelStyle}>\n {ts}Contributor Name{/ts}\n </td>\n <td {$valueStyle}>\n {contact.display_name}\n </td>\n </tr>\n <tr>\n {if \'{contribution.financial_type_id}\'}\n <td {$labelStyle}>\n {ts}Financial Type{/ts}\n </td>\n <td {$valueStyle}>\n {contribution.financial_type_id:label}\n </td>\n {/if}\n </tr>\n\n {if $isShowLineItems}\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n <table>\n <tr>\n <th>{ts}Item{/ts}</th>\n <th>{ts}Qty{/ts}</th>\n <th>{ts}Each{/ts}</th>\n {if $isShowTax && \'{contribution.tax_amount|raw}\' !== \'0.00\'}\n <th>{ts}Subtotal{/ts}</th>\n <th>{ts}Tax Rate{/ts}</th>\n <th>{ts}Tax Amount{/ts}</th>\n {/if}\n <th>{ts}Total{/ts}</th>\n </tr>\n {foreach from=$lineItems item=line}\n <tr>\n <td>\n {$line.title}\n </td>\n <td>\n {$line.qty}\n </td>\n <td>\n {$line.unit_price|crmMoney:\'{contribution.currency}\'}\n </td>\n {if $isShowTax && \'{contribution.tax_amount|raw}\' !== \'0.00\'}\n <td>\n {$line.unit_price*$line.qty|crmMoney:\'{contribution.currency}\'}\n </td>\n {if $line.tax_rate || $line.tax_amount != \"\"}\n <td>\n {$line.tax_rate|string_format:\"%.2f\"}%\n </td>\n <td>\n {$line.tax_amount|crmMoney:\'{contribution.currency}\'}\n </td>\n {else}\n <td></td>\n <td></td>\n {/if}\n {/if}\n <td>\n {$line.line_total+$line.tax_amount|crmMoney:\'{contribution.currency}\'}\n </td>\n </tr>\n {/foreach}\n </table>\n </td>\n </tr>\n\n {/if}\n {if $isShowTax && \'{contribution.tax_amount|raw}\' !== \'0.00\'}\n <tr>\n <td {$labelStyle}>\n {ts} Amount before Tax : {/ts}\n </td>\n <td {$valueStyle}>\n {$formValues.total_amount-$totalTaxAmount|crmMoney:\'{contribution.currency}\'}\n </td>\n </tr>\n\n {foreach from=$taxRateBreakdown item=taxDetail key=taxRate}\n <tr>\n <td>{if $taxRate == 0}{ts}No{/ts} {$taxTerm}{else}{$taxTerm} {$taxDetail.percentage}%{/if}</td>\n <td>{$taxDetail.amount|crmMoney:\'{contribution.currency}\'}</td>\n </tr>\n {/foreach}\n {/if}\n\n {if $isShowTax}\n <tr>\n <td {$labelStyle}>\n {ts}Total Tax Amount{/ts}\n </td>\n <td {$valueStyle}>\n {contribution.tax_amount}\n </td>\n </tr>\n {/if}\n\n <tr>\n <td {$labelStyle}>\n {ts}Total Amount{/ts}\n </td>\n <td {$valueStyle}>\n {contribution.total_amount}\n </td>\n </tr>\n\n {if \'{contribution.receive_date}\'}\n <tr>\n <td {$labelStyle}>\n {ts}Date Received{/ts}\n </td>\n <td {$valueStyle}>\n {contribution.receive_date|crmDate:\"shortdate\"}\n </td>\n </tr>\n {/if}\n\n {if \'{contribution.receipt_date}\'}\n <tr>\n <td {$labelStyle}>\n {ts}Receipt Date{/ts}\n </td>\n <td {$valueStyle}>\n {contribution.receipt_date|crmDate:\"shortdate\"}\n </td>\n </tr>\n {/if}\n\n {if \'{contribution.payment_instrument_id}\' and empty($formValues.hidden_CreditCard)}\n <tr>\n <td {$labelStyle}>\n {ts}Paid By{/ts}\n </td>\n <td {$valueStyle}>\n {contribution.payment_instrument_id:label}\n </td>\n </tr>\n {if \'{contribution.check_number}\'}\n <tr>\n <td {$labelStyle}>\n {ts}Check Number{/ts}\n </td>\n <td {$valueStyle}>\n {contribution.check_number}\n </td>\n </tr>\n {/if}\n {/if}\n\n {if \'{contribution.trxn_id}\'}\n <tr>\n <td {$labelStyle}>\n {ts}Transaction ID{/ts}\n </td>\n <td {$valueStyle}>\n {contribution.trxn_id}\n </td>\n </tr>\n {/if}\n\n {if !empty($ccContribution)}\n <tr>\n <th {$headerStyle}>\n {ts}Billing Name and Address{/ts}\n </th>\n </tr>\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n {$billingName}<br />\n {$address|nl2br}\n </td>\n </tr>\n <tr>\n <th {$headerStyle}>\n {ts}Credit Card Information{/ts}\n </th>\n </tr>\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n {$credit_card_type}<br />\n {$credit_card_number}<br />\n {ts}Expires{/ts}: {$credit_card_exp_date|truncate:7:\'\'|crmDate}\n </td>\n </tr>\n {/if}\n\n {if !empty($softCreditTypes) and !empty($softCredits)}\n {foreach from=$softCreditTypes item=softCreditType key=n}\n <tr>\n <th {$headerStyle}>\n {$softCreditType}\n </th>\n </tr>\n {foreach from=$softCredits.$n item=value key=label}\n <tr>\n <td {$labelStyle}>\n {$label}\n </td>\n <td {$valueStyle}>\n {$value}\n </td>\n </tr>\n {/foreach}\n {/foreach}\n {/if}\n\n {if !empty($customGroup)}\n {foreach from=$customGroup item=value key=customName}\n <tr>\n <th {$headerStyle}>\n {$customName}\n </th>\n </tr>\n {foreach from=$value item=v key=n}\n <tr>\n <td {$labelStyle}>\n {$n}\n </td>\n <td {$valueStyle}>\n {$v}\n </td>\n </tr>\n {/foreach}\n {/foreach}\n {/if}\n\n {if !empty($formValues.product_name)}\n <tr>\n <th {$headerStyle}>\n {ts}Premium Information{/ts}\n </th>\n </tr>\n <tr>\n <td colspan=\"2\" {$labelStyle}>\n {$formValues.product_name}\n </td>\n </tr>\n {if $formValues.product_option}\n <tr>\n <td {$labelStyle}>\n {ts}Option{/ts}\n </td>\n <td {$valueStyle}>\n {$formValues.product_option}\n </td>\n </tr>\n {/if}\n {if $formValues.product_sku}\n <tr>\n <td {$labelStyle}>\n {ts}SKU{/ts}\n </td>\n <td {$valueStyle}>\n {$formValues.product_sku}\n </td>\n </tr>\n {/if}\n {if !empty($fulfilled_date)}\n <tr>\n <td {$labelStyle}>\n {ts}Sent{/ts}\n </td>\n <td {$valueStyle}>\n {$fulfilled_date|truncate:10:\'\'|crmDate}\n </td>\n </tr>\n {/if}\n {/if}\n\n </table>\n </td>\n </tr>\n\n </table>\n\n</body>\n</html>\n',1,815,'contribution_offline_receipt',1,0,0,NULL), (6,'Contributions - Receipt (off-line)','{ts}Contribution Receipt{/ts} - {contact.display_name}\n','{assign var=\"greeting\" value=\"{contact.email_greeting_display}\"}{if $greeting}{$greeting},{/if}\n\n{if !empty($formValues.receipt_text)}\n{$formValues.receipt_text}\n{else}{ts}Below you will find a receipt for this contribution.{/ts}{/if}\n\n===========================================================\n{ts}Contribution Information{/ts}\n\n===========================================================\n{ts}Contributor{/ts}: {contact.display_name}\n{if \'{contribution.financial_type_id}\'}\n{ts}Financial Type{/ts}: {contribution.financial_type_id:label}\n{/if}\n{if $isShowLineItems}\n---------------------------------------------------------\n{capture assign=ts_item}{ts}Item{/ts}{/capture}\n{capture assign=ts_qty}{ts}Qty{/ts}{/capture}\n{capture assign=ts_each}{ts}Each{/ts}{/capture}\n{if $isShowTax && \'{contribution.tax_amount|raw}\' !== \'0.00\'}\n{capture assign=ts_subtotal}{ts}Subtotal{/ts}{/capture}\n{capture assign=ts_taxRate}{ts}Tax Rate{/ts}{/capture}\n{capture assign=ts_taxAmount}{ts}Tax Amount{/ts}{/capture}\n{/if}\n{capture assign=ts_total}{ts}Total{/ts}{/capture}\n{$ts_item|string_format:\"%-30s\"} {$ts_qty|string_format:\"%5s\"} {$ts_each|string_format:\"%10s\"} {if $isShowTax && \'{contribution.tax_amount|raw}\' !== \'0.00\'} {$ts_subtotal|string_format:\"%10s\"} {$ts_taxRate} {$ts_taxAmount|string_format:\"%10s\"} {/if} {$ts_total|string_format:\"%10s\"}\n----------------------------------------------------------\n{foreach from=$lineItems item=line}\n{capture assign=ts_item}{$line.title}{/capture}{$ts_item|truncate:30:\"...\"|string_format:\"%-30s\"} {$line.qty|string_format:\"%5s\"} {$line.unit_price|crmMoney:\'{contribution.currency}\'|string_format:\"%10s\"} {if $isShowTax && \'{contribution.tax_amount|raw}\' !== \'0.00\'}{$line.unit_price*$line.qty|crmMoney:\'{contribution.currency}\'|string_format:\"%10s\"} {if $line.tax_rate || $line.tax_amount != \"\"} {$line.tax_rate|string_format:\"%.2f\"} % {$line.tax_amount|crmMoney:\'{contribution.currency}\'|string_format:\"%10s\"} {else} {/if} {/if} {$line.line_total+$line.tax_amount|crmMoney:\'{contribution.currency}\'|string_format:\"%10s\"}\n{/foreach}\n{/if}\n\n\n{if $isShowTax && \'{contribution.tax_amount|raw}\' !== \'0.00\'}\n{ts}Amount before Tax{/ts} : {$formValues.total_amount-$totalTaxAmount|crmMoney:$currency}\n{/if}\n{foreach from=$taxRateBreakdown item=taxDetail key=taxRate}\n{if $taxRate == 0}{ts}No{/ts} {$taxTerm}{else}{$taxTerm} {$taxDetail.percentage}%{/if} : {$taxDetail.amount|crmMoney:\'{contribution.currency}\'}\n{/foreach}\n\n{if $isShowTax}\n{ts}Total Tax Amount{/ts} : {contribution.tax_amount}\n{/if}\n{ts}Total Amount{/ts} : {contribution.total_amount}\n{if \'{contribution.receive_date}\'}\n{ts}Date Received{/ts}: {contribution.receive_date|crmDate:\"shortdate\"}\n{/if}\n{if \'{contribution.receipt_date}\'}\n{ts}Receipt Date{/ts}: {contribution.receipt_date|crmDate:\"shortdate\"}\n{/if}\n{if \'{contribution.payment_instrument_id}\' and empty($formValues.hidden_CreditCard)}\n{ts}Paid By{/ts}: {contribution.payment_instrument_id:label}\n{if \'{contribution.check_number}\'}\n{ts}Check Number{/ts}: {contribution.check_number}\n{/if}\n{/if}\n{if \'{contribution.trxn_id}\'}\n{ts}Transaction ID{/ts}: {contribution.trxn_id}\n{/if}\n\n{if !empty($ccContribution)}\n===========================================================\n{ts}Billing Name and Address{/ts}\n\n===========================================================\n{$billingName}\n{$address}\n\n===========================================================\n{ts}Credit Card Information{/ts}\n\n===========================================================\n{$credit_card_type}\n{$credit_card_number}\n{ts}Expires{/ts}: {$credit_card_exp_date|truncate:7:\'\'|crmDate}\n{/if}\n{if !empty($customGroup)}\n{foreach from=$customGroup item=value key=customName}\n===========================================================\n{$customName}\n===========================================================\n{foreach from=$value item=v key=n}\n{$n}: {$v}\n{/foreach}\n{/foreach}\n{/if}\n\n{if !empty($softCreditTypes) and !empty($softCredits)}\n{foreach from=$softCreditTypes item=softCreditType key=n}\n===========================================================\n{$softCreditType}\n===========================================================\n{foreach from=$softCredits.$n item=value key=label}\n{$label}: {$value}\n{/foreach}\n{/foreach}\n{/if}\n\n{if !empty($formValues.product_name)}\n===========================================================\n{ts}Premium Information{/ts}\n\n===========================================================\n{$formValues.product_name}\n{if $formValues.product_option}\n{ts}Option{/ts}: {$formValues.product_option}\n{/if}\n{if $formValues.product_sku}\n{ts}SKU{/ts}: {$formValues.product_sku}\n{/if}\n{if !empty($fulfilled_date)}\n{ts}Sent{/ts}: {$fulfilled_date|crmDate}\n{/if}\n{/if}\n','<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n<head>\n <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n <title></title>\n</head>\n<body>\n\n{capture assign=headerStyle}colspan=\"2\" style=\"text-align: left; padding: 4px; border-bottom: 1px solid #999; background-color: #eee;\"{/capture}\n{capture assign=labelStyle }style=\"padding: 4px; border-bottom: 1px solid #999; background-color: #f7f7f7;\"{/capture}\n{capture assign=valueStyle }style=\"padding: 4px; border-bottom: 1px solid #999;\"{/capture}\n\n <table id=\"crm-event_receipt\" style=\"font-family: Arial, Verdana, sans-serif; text-align: left; width:100%; max-width:700px; padding:0; margin:0; border:0px;\">\n\n <!-- BEGIN HEADER -->\n <!-- You can add table row(s) here with logo or other header elements -->\n <!-- END HEADER -->\n\n <!-- BEGIN CONTENT -->\n\n <tr>\n <td>\n {assign var=\"greeting\" value=\"{contact.email_greeting_display}\"}{if $greeting}<p>{$greeting},</p>{/if}\n {if !empty($formValues.receipt_text)}\n <p>{$formValues.receipt_text|htmlize}</p>\n {else}\n <p>{ts}Below you will find a receipt for this contribution.{/ts}</p>\n {/if}\n </td>\n </tr>\n <tr>\n <td>\n <table style=\"border: 1px solid #999; margin: 1em 0em 1em; border-collapse: collapse; width:100%;\">\n <tr>\n <th {$headerStyle}>\n {ts}Contribution Information{/ts}\n </th>\n </tr>\n <tr>\n <td {$labelStyle}>\n {ts}Contributor Name{/ts}\n </td>\n <td {$valueStyle}>\n {contact.display_name}\n </td>\n </tr>\n <tr>\n {if \'{contribution.financial_type_id}\'}\n <td {$labelStyle}>\n {ts}Financial Type{/ts}\n </td>\n <td {$valueStyle}>\n {contribution.financial_type_id:label}\n </td>\n {/if}\n </tr>\n\n {if $isShowLineItems}\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n <table>\n <tr>\n <th>{ts}Item{/ts}</th>\n <th>{ts}Qty{/ts}</th>\n <th>{ts}Each{/ts}</th>\n {if $isShowTax && \'{contribution.tax_amount|raw}\' !== \'0.00\'}\n <th>{ts}Subtotal{/ts}</th>\n <th>{ts}Tax Rate{/ts}</th>\n <th>{ts}Tax Amount{/ts}</th>\n {/if}\n <th>{ts}Total{/ts}</th>\n </tr>\n {foreach from=$lineItems item=line}\n <tr>\n <td>\n {$line.title}\n </td>\n <td>\n {$line.qty}\n </td>\n <td>\n {$line.unit_price|crmMoney:\'{contribution.currency}\'}\n </td>\n {if $isShowTax && \'{contribution.tax_amount|raw}\' !== \'0.00\'}\n <td>\n {$line.unit_price*$line.qty|crmMoney:\'{contribution.currency}\'}\n </td>\n {if $line.tax_rate || $line.tax_amount != \"\"}\n <td>\n {$line.tax_rate|string_format:\"%.2f\"}%\n </td>\n <td>\n {$line.tax_amount|crmMoney:\'{contribution.currency}\'}\n </td>\n {else}\n <td></td>\n <td></td>\n {/if}\n {/if}\n <td>\n {$line.line_total+$line.tax_amount|crmMoney:\'{contribution.currency}\'}\n </td>\n </tr>\n {/foreach}\n </table>\n </td>\n </tr>\n\n {/if}\n {if $isShowTax && \'{contribution.tax_amount|raw}\' !== \'0.00\'}\n <tr>\n <td {$labelStyle}>\n {ts} Amount before Tax : {/ts}\n </td>\n <td {$valueStyle}>\n {$formValues.total_amount-$totalTaxAmount|crmMoney:\'{contribution.currency}\'}\n </td>\n </tr>\n\n {foreach from=$taxRateBreakdown item=taxDetail key=taxRate}\n <tr>\n <td>{if $taxRate == 0}{ts}No{/ts} {$taxTerm}{else}{$taxTerm} {$taxDetail.percentage}%{/if}</td>\n <td>{$taxDetail.amount|crmMoney:\'{contribution.currency}\'}</td>\n </tr>\n {/foreach}\n {/if}\n\n {if $isShowTax}\n <tr>\n <td {$labelStyle}>\n {ts}Total Tax Amount{/ts}\n </td>\n <td {$valueStyle}>\n {contribution.tax_amount}\n </td>\n </tr>\n {/if}\n\n <tr>\n <td {$labelStyle}>\n {ts}Total Amount{/ts}\n </td>\n <td {$valueStyle}>\n {contribution.total_amount}\n </td>\n </tr>\n\n {if \'{contribution.receive_date}\'}\n <tr>\n <td {$labelStyle}>\n {ts}Date Received{/ts}\n </td>\n <td {$valueStyle}>\n {contribution.receive_date|crmDate:\"shortdate\"}\n </td>\n </tr>\n {/if}\n\n {if \'{contribution.receipt_date}\'}\n <tr>\n <td {$labelStyle}>\n {ts}Receipt Date{/ts}\n </td>\n <td {$valueStyle}>\n {contribution.receipt_date|crmDate:\"shortdate\"}\n </td>\n </tr>\n {/if}\n\n {if \'{contribution.payment_instrument_id}\' and empty($formValues.hidden_CreditCard)}\n <tr>\n <td {$labelStyle}>\n {ts}Paid By{/ts}\n </td>\n <td {$valueStyle}>\n {contribution.payment_instrument_id:label}\n </td>\n </tr>\n {if \'{contribution.check_number}\'}\n <tr>\n <td {$labelStyle}>\n {ts}Check Number{/ts}\n </td>\n <td {$valueStyle}>\n {contribution.check_number}\n </td>\n </tr>\n {/if}\n {/if}\n\n {if \'{contribution.trxn_id}\'}\n <tr>\n <td {$labelStyle}>\n {ts}Transaction ID{/ts}\n </td>\n <td {$valueStyle}>\n {contribution.trxn_id}\n </td>\n </tr>\n {/if}\n\n {if !empty($ccContribution)}\n <tr>\n <th {$headerStyle}>\n {ts}Billing Name and Address{/ts}\n </th>\n </tr>\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n {$billingName}<br />\n {$address|nl2br}\n </td>\n </tr>\n <tr>\n <th {$headerStyle}>\n {ts}Credit Card Information{/ts}\n </th>\n </tr>\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n {$credit_card_type}<br />\n {$credit_card_number}<br />\n {ts}Expires{/ts}: {$credit_card_exp_date|truncate:7:\'\'|crmDate}\n </td>\n </tr>\n {/if}\n\n {if !empty($softCreditTypes) and !empty($softCredits)}\n {foreach from=$softCreditTypes item=softCreditType key=n}\n <tr>\n <th {$headerStyle}>\n {$softCreditType}\n </th>\n </tr>\n {foreach from=$softCredits.$n item=value key=label}\n <tr>\n <td {$labelStyle}>\n {$label}\n </td>\n <td {$valueStyle}>\n {$value}\n </td>\n </tr>\n {/foreach}\n {/foreach}\n {/if}\n\n {if !empty($customGroup)}\n {foreach from=$customGroup item=value key=customName}\n <tr>\n <th {$headerStyle}>\n {$customName}\n </th>\n </tr>\n {foreach from=$value item=v key=n}\n <tr>\n <td {$labelStyle}>\n {$n}\n </td>\n <td {$valueStyle}>\n {$v}\n </td>\n </tr>\n {/foreach}\n {/foreach}\n {/if}\n\n {if !empty($formValues.product_name)}\n <tr>\n <th {$headerStyle}>\n {ts}Premium Information{/ts}\n </th>\n </tr>\n <tr>\n <td colspan=\"2\" {$labelStyle}>\n {$formValues.product_name}\n </td>\n </tr>\n {if $formValues.product_option}\n <tr>\n <td {$labelStyle}>\n {ts}Option{/ts}\n </td>\n <td {$valueStyle}>\n {$formValues.product_option}\n </td>\n </tr>\n {/if}\n {if $formValues.product_sku}\n <tr>\n <td {$labelStyle}>\n {ts}SKU{/ts}\n </td>\n <td {$valueStyle}>\n {$formValues.product_sku}\n </td>\n </tr>\n {/if}\n {if !empty($fulfilled_date)}\n <tr>\n <td {$labelStyle}>\n {ts}Sent{/ts}\n </td>\n <td {$valueStyle}>\n {$fulfilled_date|truncate:10:\'\'|crmDate}\n </td>\n </tr>\n {/if}\n {/if}\n\n </table>\n </td>\n </tr>\n\n </table>\n\n</body>\n</html>\n',1,815,'contribution_offline_receipt',0,1,0,NULL), - (7,'Contributions - Receipt (on-line)','{if $is_pay_later}{ts}Invoice{/ts}{else}{ts}Receipt{/ts}{/if} - {$title} - {contact.display_name}\n','{assign var=\"greeting\" value=\"{contact.email_greeting_display}\"}{if $greeting}{$greeting},{/if}\n{if !empty($receipt_text)}\n{$receipt_text}\n{/if}\n{if $is_pay_later}\n\n===========================================================\n{$pay_later_receipt}\n===========================================================\n{/if}\n\n{if \'{contribution.total_amount|raw}\' !== \'0.00\'}\n===========================================================\n{ts}Contribution Information{/ts}\n\n===========================================================\n{if $isShowLineItems}\n\n---------------------------------------------------------\n{capture assign=ts_item}{ts}Item{/ts}{/capture}\n{capture assign=ts_qty}{ts}Qty{/ts}{/capture}\n{capture assign=ts_each}{ts}Each{/ts}{/capture}\n{if $isShowTax && \'{contribution.tax_amount|raw}\' !== \'0.00\'}\n{capture assign=ts_subtotal}{ts}Subtotal{/ts}{/capture}\n{capture assign=ts_taxRate}{ts}Tax Rate{/ts}{/capture}\n{capture assign=ts_taxAmount}{ts}Tax Amount{/ts}{/capture}\n{/if}\n{capture assign=ts_total}{ts}Total{/ts}{/capture}\n{$ts_item|string_format:\"%-30s\"} {$ts_qty|string_format:\"%5s\"} {$ts_each|string_format:\"%10s\"} {if $isShowTax && \'{contribution.tax_amount|raw}\' !== \'0.00\'} {$ts_subtotal|string_format:\"%10s\"} {$ts_taxRate} {$ts_taxAmount|string_format:\"%10s\"} {/if} {$ts_total|string_format:\"%10s\"}\n----------------------------------------------------------\n{foreach from=$lineItems item=line}\n{capture assign=ts_item}{$line.title}{/capture}{$ts_item|truncate:30:\"...\"|string_format:\"%-30s\"} {$line.qty|string_format:\"%5s\"} {$line.unit_price|crmMoney:$currency|string_format:\"%10s\"} {if $isShowTax && \'{contribution.tax_amount|raw}\' !== \'0.00\'}{$line.unit_price*$line.qty|crmMoney:$currency|string_format:\"%10s\"} {if $line.tax_rate || $line.tax_amount != \"\"} {$line.tax_rate|string_format:\"%.2f\"} % {$line.tax_amount|crmMoney:$currency|string_format:\"%10s\"} {else} {/if} {/if} {$line.line_total+$line.tax_amount|crmMoney:$currency|string_format:\"%10s\"}\n{/foreach}\n\n{if $isShowTax && \'{contribution.tax_amount|raw}\' !== \'0.00\'}\n{ts}Amount before Tax{/ts}: {$amount-$totalTaxAmount|crmMoney:$currency}\n {foreach from=$taxRateBreakdown item=taxDetail key=taxRate}\n {if $taxRate == 0}{ts}No{/ts} {$taxTerm}{else}{$taxTerm} {$taxDetail.percentage}%{/if} : {$taxDetail.amount|crmMoney:\'{contribution.currency}\'}\n {/foreach}\n{/if}\n\n{if $isShowTax}\n{ts}Total Tax Amount{/ts}: {contribution.tax_amount|crmMoney}\n{/if}\n\n{ts}Total Amount{/ts}: {contribution.total_amount}\n{else}\n{ts}Amount{/ts}: {contribution.total_amount} {if \'{contribution.amount_level}\'} - {contribution.amount_level}{/if}\n{/if}\n{/if}\n{if !empty($receive_date)}\n\n{ts}Date{/ts}: {$receive_date|crmDate}\n{/if}\n{if !empty($is_monetary) and !empty($trxn_id)}\n{ts}Transaction #{/ts}: {$trxn_id}\n{/if}\n\n{if !empty($is_recur)}\n{ts}This is a recurring contribution.{/ts}\n\n{if $cancelSubscriptionUrl}\n{ts}You can cancel future contributions at:{/ts}\n\n{$cancelSubscriptionUrl}\n\n{/if}\n\n{if $updateSubscriptionBillingUrl}\n{ts}You can update billing details for this recurring contribution at:{/ts}\n\n{$updateSubscriptionBillingUrl}\n\n{/if}\n\n{if $updateSubscriptionUrl}\n{ts}You can update recurring contribution amount or change the number of installments for this recurring contribution at:{/ts}\n\n{$updateSubscriptionUrl}\n\n{/if}\n{/if}\n\n{if $honor_block_is_active}\n===========================================================\n{$soft_credit_type}\n===========================================================\n{foreach from=$honoreeProfile item=value key=label}\n{$label}: {$value}\n{/foreach}\n{elseif !empty($softCreditTypes) and !empty($softCredits)}\n{foreach from=$softCreditTypes item=softCreditType key=n}\n===========================================================\n{$softCreditType}\n===========================================================\n{foreach from=$softCredits.$n item=value key=label}\n{$label}: {$value}\n{/foreach}\n{/foreach}\n{/if}\n{if !empty($pcpBlock)}\n===========================================================\n{ts}Personal Campaign Page{/ts}\n\n===========================================================\n{ts}Display In Honor Roll{/ts}: {if $pcp_display_in_roll}{ts}Yes{/ts}{else}{ts}No{/ts}{/if}\n\n{if $pcp_roll_nickname}{ts}Nickname{/ts}: {$pcp_roll_nickname}{/if}\n\n{if $pcp_personal_note}{ts}Personal Note{/ts}: {$pcp_personal_note}{/if}\n\n{/if}\n{if !empty($onBehalfProfile)}\n===========================================================\n{ts}On Behalf Of{/ts}\n\n===========================================================\n{foreach from=$onBehalfProfile item=onBehalfValue key=onBehalfName}\n{$onBehalfName}: {$onBehalfValue}\n{/foreach}\n{/if}\n\n{if !empty($billingName)}\n===========================================================\n{ts}Billing Name and Address{/ts}\n\n===========================================================\n{$billingName}\n{$address}\n\n{$email}\n{elseif !empty($email)}\n===========================================================\n{ts}Registered Email{/ts}\n\n===========================================================\n{$email}\n{/if} {* End billingName or Email*}\n{if !empty($credit_card_type)}\n\n===========================================================\n{ts}Credit Card Information{/ts}\n\n===========================================================\n{$credit_card_type}\n{$credit_card_number}\n{ts}Expires{/ts}: {$credit_card_exp_date|truncate:7:\'\'|crmDate}\n{/if}\n\n{if !empty($selectPremium )}\n===========================================================\n{ts}Premium Information{/ts}\n\n===========================================================\n{$product_name}\n{if $option}\n{ts}Option{/ts}: {$option}\n{/if}\n{if $sku}\n{ts}SKU{/ts}: {$sku}\n{/if}\n{if $start_date}\n{ts}Start Date{/ts}: {$start_date|crmDate}\n{/if}\n{if $end_date}\n{ts}End Date{/ts}: {$end_date|crmDate}\n{/if}\n{if !empty($contact_email) OR !empty($contact_phone)}\n\n{ts}For information about this premium, contact:{/ts}\n\n{if !empty($contact_email)}\n {$contact_email}\n{/if}\n{if !empty($contact_phone)}\n {$contact_phone}\n{/if}\n{/if}\n{if $is_deductible AND !empty($price)}\n\n{ts 1=$price|crmMoney:$currency}The value of this premium is %1. This may affect the amount of the tax deduction you can claim. Consult your tax advisor for more information.{/ts}{/if}\n{/if}\n\n{if !empty($customPre)}\n===========================================================\n{$customPre_grouptitle}\n\n===========================================================\n{foreach from=$customPre item=customValue key=customName}\n{if ( !empty($trackingFields) and ! in_array( $customName, $trackingFields ) ) or empty($trackingFields)}\n {$customName}: {$customValue}\n{/if}\n{/foreach}\n{/if}\n\n\n{if !empty($customPost)}\n===========================================================\n{$customPost_grouptitle}\n\n===========================================================\n{foreach from=$customPost item=customValue key=customName}\n{if ( !empty($trackingFields) and ! in_array( $customName, $trackingFields ) ) or empty($trackingFields)}\n {$customName}: {$customValue}\n{/if}\n{/foreach}\n{/if}\n','<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n<head>\n <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n <title></title>\n</head>\n<body>\n\n{capture assign=headerStyle}colspan=\"2\" style=\"text-align: left; padding: 4px; border-bottom: 1px solid #999; background-color: #eee;\"{/capture}\n{capture assign=labelStyle }style=\"padding: 4px; border-bottom: 1px solid #999; background-color: #f7f7f7;\"{/capture}\n{capture assign=valueStyle }style=\"padding: 4px; border-bottom: 1px solid #999;\"{/capture}\n\n<table id=\"crm-event_receipt\" style=\"font-family: Arial, Verdana, sans-serif; text-align: left; width:100%; max-width:700px; padding:0; margin:0; border:0px;\">\n\n <!-- BEGIN HEADER -->\n <!-- You can add table row(s) here with logo or other header elements -->\n <!-- END HEADER -->\n\n <!-- BEGIN CONTENT -->\n\n <tr>\n <td>\n {assign var=\"greeting\" value=\"{contact.email_greeting_display}\"}{if $greeting}<p>{$greeting},</p>{/if}\n {if !empty($receipt_text)}\n <p>{$receipt_text|htmlize}</p>\n {/if}\n\n {if $is_pay_later}\n <p>{$pay_later_receipt}</p> {* FIXME: this might be text rather than HTML *}\n {/if}\n\n </td>\n </tr>\n</table>\n<table style=\"width:100%; max-width:500px; border: 1px solid #999; margin: 1em 0em 1em; border-collapse: collapse;\">\n {if \'{contribution.total_amount|raw}\' !== \'0.00\'}\n <tr>\n <th {$headerStyle}>\n {ts}Contribution Information{/ts}\n </th>\n </tr>\n\n {if $isShowLineItems}\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n <table>\n <tr>\n <th>{ts}Item{/ts}</th>\n <th>{ts}Qty{/ts}</th>\n <th>{ts}Each{/ts}</th>\n {if $isShowTax && \'{contribution.tax_amount|raw}\' !== \'0.00\'}\n <th>{ts}Subtotal{/ts}</th>\n <th>{ts}Tax Rate{/ts}</th>\n <th>{ts}Tax Amount{/ts}</th>\n {/if}\n <th>{ts}Total{/ts}</th>\n </tr>\n {foreach from=$lineItems item=line}\n <tr>\n <td>{$line.title}</td>\n <td>{$line.qty}</td>\n <td>{$line.unit_price|crmMoney:$currency}</td>\n {if $isShowTax && \'{contribution.tax_amount|raw}\' !== \'0.00\'}\n <td>{$line.unit_price*$line.qty|crmMoney:$currency}</td>\n {if $line.tax_rate || $line.tax_amount != \"\"}\n <td>{$line.tax_rate|string_format:\"%.2f\"}%</td>\n <td>{$line.tax_amount|crmMoney:$currency}</td>\n {else}\n <td></td>\n <td></td>\n {/if}\n {/if}\n <td>\n {$line.line_total+$line.tax_amount|crmMoney:$currency}\n </td>\n </tr>\n {/foreach}\n </table>\n </td>\n </tr>\n\n {if $isShowTax && \'{contribution.tax_amount|raw}\' !== \'0.00\'}\n <tr>\n <td {$labelStyle}>\n {ts} Amount before Tax : {/ts}\n </td>\n <td {$valueStyle}>\n {$amount-$totalTaxAmount|crmMoney:$currency}\n </td>\n </tr>\n\n {foreach from=$taxRateBreakdown item=taxDetail key=taxRate}\n <tr>\n <td>{if $taxRate == 0}{ts}No{/ts} {$taxTerm}{else}{$taxTerm} {$taxDetail.percentage}%{/if}</td>\n <td>{$taxDetail.amount|crmMoney:\'{contribution.currency}\'}</td>\n </tr>\n {/foreach}\n\n {/if}\n {if $isShowTax}\n <tr>\n <td {$labelStyle}>\n {ts}Total Tax{/ts}\n </td>\n <td {$valueStyle}>\n {contribution.tax_amount}\n </td>\n </tr>\n {/if}\n <tr>\n <td {$labelStyle}>\n {ts}Total Amount{/ts}\n </td>\n <td {$valueStyle}>\n {contribution.total_amount}\n </td>\n </tr>\n {else}\n {if \'{contribution.tax_amount|raw}\' !== \'0.00\'}\n <tr>\n <td {$labelStyle}>\n {ts}Total Tax Amount{/ts}\n </td>\n <td {$valueStyle}>\n {contribution.tax_amount}\n </td>\n </tr>\n {/if}\n <tr>\n <td {$labelStyle}>\n {ts}Amount{/ts}\n </td>\n <td {$valueStyle}>\n {contribution.total_amount} {if \'{contribution.amount_level}\'} - {contribution.amount_level}{/if}\n </td>\n </tr>\n\n {/if}\n\n {/if}\n\n\n {if !empty($receive_date)}\n <tr>\n <td {$labelStyle}>\n {ts}Date{/ts}\n </td>\n <td {$valueStyle}>\n {$receive_date|crmDate}\n </td>\n </tr>\n {/if}\n\n {if !empty($is_monetary) and !empty($trxn_id)}\n <tr>\n <td {$labelStyle}>\n {ts}Transaction #{/ts}\n </td>\n <td {$valueStyle}>\n {$trxn_id}\n </td>\n </tr>\n {/if}\n\n {if !empty($is_recur)}\n <tr>\n <td colspan=\"2\" {$labelStyle}>\n {ts}This is a recurring contribution.{/ts}\n {if $cancelSubscriptionUrl}\n {ts 1=$cancelSubscriptionUrl}You can cancel future contributions by <a href=\"%1\">visiting this web page</a>.{/ts}\n {/if}\n </td>\n </tr>\n {if $updateSubscriptionBillingUrl}\n <tr>\n <td colspan=\"2\" {$labelStyle}>\n {ts 1=$updateSubscriptionBillingUrl}You can update billing details for this recurring contribution by <a href=\"%1\">visiting this web page</a>.{/ts}\n </td>\n </tr>\n {/if}\n {if $updateSubscriptionUrl}\n <tr>\n <td colspan=\"2\" {$labelStyle}>\n {ts 1=$updateSubscriptionUrl}You can update recurring contribution amount or change the number of installments for this recurring contribution by <a href=\"%1\">visiting this web page</a>.{/ts}\n </td>\n </tr>\n {/if}\n {/if}\n\n {if $honor_block_is_active}\n <tr>\n <th {$headerStyle}>\n {$soft_credit_type}\n </th>\n </tr>\n {foreach from=$honoreeProfile item=value key=label}\n <tr>\n <td {$labelStyle}>\n {$label}\n </td>\n <td {$valueStyle}>\n {$value}\n </td>\n </tr>\n {/foreach}\n {elseif !empty($softCreditTypes) and !empty($softCredits)}\n {foreach from=$softCreditTypes item=softCreditType key=n}\n <tr>\n <th {$headerStyle}>\n {$softCreditType}\n </th>\n </tr>\n {foreach from=$softCredits.$n item=value key=label}\n <tr>\n <td {$labelStyle}>\n {$label}\n </td>\n <td {$valueStyle}>\n {$value}\n </td>\n </tr>\n {/foreach}\n {/foreach}\n {/if}\n\n {if !empty($pcpBlock)}\n <tr>\n <th {$headerStyle}>\n {ts}Personal Campaign Page{/ts}\n </th>\n </tr>\n <tr>\n <td {$labelStyle}>\n {ts}Display In Honor Roll{/ts}\n </td>\n <td {$valueStyle}>\n {if $pcp_display_in_roll}{ts}Yes{/ts}{else}{ts}No{/ts}{/if}\n </td>\n </tr>\n {if $pcp_roll_nickname}\n <tr>\n <td {$labelStyle}>\n {ts}Nickname{/ts}\n </td>\n <td {$valueStyle}>\n {$pcp_roll_nickname}\n </td>\n </tr>\n {/if}\n {if $pcp_personal_note}\n <tr>\n <td {$labelStyle}>\n {ts}Personal Note{/ts}\n </td>\n <td {$valueStyle}>\n {$pcp_personal_note}\n </td>\n </tr>\n {/if}\n {/if}\n\n {if !empty($onBehalfProfile)}\n <tr>\n <th {$headerStyle}>\n {$onBehalfProfile_grouptitle}\n </th>\n </tr>\n {foreach from=$onBehalfProfile item=onBehalfValue key=onBehalfName}\n <tr>\n <td {$labelStyle}>\n {$onBehalfName}\n </td>\n <td {$valueStyle}>\n {$onBehalfValue}\n </td>\n </tr>\n {/foreach}\n {/if}\n\n {if !empty($isShare)}\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n {capture assign=contributionUrl}{crmURL p=\'civicrm/contribute/transact\' q=\"reset=1&id=`$contributionPageId`\" a=true fe=1 h=1}{/capture}\n {include file=\"CRM/common/SocialNetwork.tpl\" emailMode=true url=$contributionUrl title=$title pageURL=$contributionUrl}\n </td>\n </tr>\n {/if}\n\n {if !empty($billingName)}\n <tr>\n <th {$headerStyle}>\n {ts}Billing Name and Address{/ts}\n </th>\n </tr>\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n {$billingName}<br />\n {$address|nl2br}<br />\n {$email}\n </td>\n </tr>\n {elseif !empty($email)}\n <tr>\n <th {$headerStyle}>\n {ts}Registered Email{/ts}\n </th>\n </tr>\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n {$email}\n </td>\n </tr>\n {/if}\n\n {if !empty($credit_card_type)}\n <tr>\n <th {$headerStyle}>\n {ts}Credit Card Information{/ts}\n </th>\n </tr>\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n {$credit_card_type}<br />\n {$credit_card_number}<br />\n {ts}Expires{/ts}: {$credit_card_exp_date|truncate:7:\'\'|crmDate}<br />\n </td>\n </tr>\n {/if}\n\n {if !empty($selectPremium)}\n <tr>\n <th {$headerStyle}>\n {ts}Premium Information{/ts}\n </th>\n </tr>\n <tr>\n <td colspan=\"2\" {$labelStyle}>\n {$product_name}\n </td>\n </tr>\n {if $option}\n <tr>\n <td {$labelStyle}>\n {ts}Option{/ts}\n </td>\n <td {$valueStyle}>\n {$option}\n </td>\n </tr>\n {/if}\n {if $sku}\n <tr>\n <td {$labelStyle}>\n {ts}SKU{/ts}\n </td>\n <td {$valueStyle}>\n {$sku}\n </td>\n </tr>\n {/if}\n {if $start_date}\n <tr>\n <td {$labelStyle}>\n {ts}Start Date{/ts}\n </td>\n <td {$valueStyle}>\n {$start_date|crmDate}\n </td>\n </tr>\n {/if}\n {if $end_date}\n <tr>\n <td {$labelStyle}>\n {ts}End Date{/ts}\n </td>\n <td {$valueStyle}>\n {$end_date|crmDate}\n </td>\n </tr>\n {/if}\n {if !empty($contact_email) OR !empty($contact_phone)}\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n <p>{ts}For information about this premium, contact:{/ts}</p>\n {if !empty($contact_email)}\n <p>{$contact_email}</p>\n {/if}\n {if !empty($contact_phone)}\n <p>{$contact_phone}</p>\n {/if}\n </td>\n </tr>\n {/if}\n {if $is_deductible AND !empty($price)}\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n <p>{ts 1=$price|crmMoney:$currency}The value of this premium is %1. This may affect the amount of the tax deduction you can claim. Consult your tax advisor for more information.{/ts}</p>\n </td>\n </tr>\n {/if}\n {/if}\n\n {if !empty($customPre)}\n <tr>\n <th {$headerStyle}>\n {$customPre_grouptitle}\n </th>\n </tr>\n {foreach from=$customPre item=customValue key=customName}\n {if (!empty($trackingFields) and ! in_array($customName, $trackingFields)) or empty($trackingFields)}\n <tr>\n <td {$labelStyle}>\n {$customName}\n </td>\n <td {$valueStyle}>\n {$customValue}\n </td>\n </tr>\n {/if}\n {/foreach}\n {/if}\n\n {if !empty($customPost)}\n <tr>\n <th {$headerStyle}>\n {$customPost_grouptitle}\n </th>\n </tr>\n {foreach from=$customPost item=customValue key=customName}\n {if (!empty($trackingFields) and ! in_array($customName, $trackingFields)) or empty($trackingFields)}\n <tr>\n <td {$labelStyle}>\n {$customName}\n </td>\n <td {$valueStyle}>\n {$customValue}\n </td>\n </tr>\n {/if}\n {/foreach}\n {/if}\n\n </table>\n\n</body>\n</html>\n',1,816,'contribution_online_receipt',1,0,0,NULL), - (8,'Contributions - Receipt (on-line)','{if $is_pay_later}{ts}Invoice{/ts}{else}{ts}Receipt{/ts}{/if} - {$title} - {contact.display_name}\n','{assign var=\"greeting\" value=\"{contact.email_greeting_display}\"}{if $greeting}{$greeting},{/if}\n{if !empty($receipt_text)}\n{$receipt_text}\n{/if}\n{if $is_pay_later}\n\n===========================================================\n{$pay_later_receipt}\n===========================================================\n{/if}\n\n{if \'{contribution.total_amount|raw}\' !== \'0.00\'}\n===========================================================\n{ts}Contribution Information{/ts}\n\n===========================================================\n{if $isShowLineItems}\n\n---------------------------------------------------------\n{capture assign=ts_item}{ts}Item{/ts}{/capture}\n{capture assign=ts_qty}{ts}Qty{/ts}{/capture}\n{capture assign=ts_each}{ts}Each{/ts}{/capture}\n{if $isShowTax && \'{contribution.tax_amount|raw}\' !== \'0.00\'}\n{capture assign=ts_subtotal}{ts}Subtotal{/ts}{/capture}\n{capture assign=ts_taxRate}{ts}Tax Rate{/ts}{/capture}\n{capture assign=ts_taxAmount}{ts}Tax Amount{/ts}{/capture}\n{/if}\n{capture assign=ts_total}{ts}Total{/ts}{/capture}\n{$ts_item|string_format:\"%-30s\"} {$ts_qty|string_format:\"%5s\"} {$ts_each|string_format:\"%10s\"} {if $isShowTax && \'{contribution.tax_amount|raw}\' !== \'0.00\'} {$ts_subtotal|string_format:\"%10s\"} {$ts_taxRate} {$ts_taxAmount|string_format:\"%10s\"} {/if} {$ts_total|string_format:\"%10s\"}\n----------------------------------------------------------\n{foreach from=$lineItems item=line}\n{capture assign=ts_item}{$line.title}{/capture}{$ts_item|truncate:30:\"...\"|string_format:\"%-30s\"} {$line.qty|string_format:\"%5s\"} {$line.unit_price|crmMoney:$currency|string_format:\"%10s\"} {if $isShowTax && \'{contribution.tax_amount|raw}\' !== \'0.00\'}{$line.unit_price*$line.qty|crmMoney:$currency|string_format:\"%10s\"} {if $line.tax_rate || $line.tax_amount != \"\"} {$line.tax_rate|string_format:\"%.2f\"} % {$line.tax_amount|crmMoney:$currency|string_format:\"%10s\"} {else} {/if} {/if} {$line.line_total+$line.tax_amount|crmMoney:$currency|string_format:\"%10s\"}\n{/foreach}\n\n{if $isShowTax && \'{contribution.tax_amount|raw}\' !== \'0.00\'}\n{ts}Amount before Tax{/ts}: {$amount-$totalTaxAmount|crmMoney:$currency}\n {foreach from=$taxRateBreakdown item=taxDetail key=taxRate}\n {if $taxRate == 0}{ts}No{/ts} {$taxTerm}{else}{$taxTerm} {$taxDetail.percentage}%{/if} : {$taxDetail.amount|crmMoney:\'{contribution.currency}\'}\n {/foreach}\n{/if}\n\n{if $isShowTax}\n{ts}Total Tax Amount{/ts}: {contribution.tax_amount|crmMoney}\n{/if}\n\n{ts}Total Amount{/ts}: {contribution.total_amount}\n{else}\n{ts}Amount{/ts}: {contribution.total_amount} {if \'{contribution.amount_level}\'} - {contribution.amount_level}{/if}\n{/if}\n{/if}\n{if !empty($receive_date)}\n\n{ts}Date{/ts}: {$receive_date|crmDate}\n{/if}\n{if !empty($is_monetary) and !empty($trxn_id)}\n{ts}Transaction #{/ts}: {$trxn_id}\n{/if}\n\n{if !empty($is_recur)}\n{ts}This is a recurring contribution.{/ts}\n\n{if $cancelSubscriptionUrl}\n{ts}You can cancel future contributions at:{/ts}\n\n{$cancelSubscriptionUrl}\n\n{/if}\n\n{if $updateSubscriptionBillingUrl}\n{ts}You can update billing details for this recurring contribution at:{/ts}\n\n{$updateSubscriptionBillingUrl}\n\n{/if}\n\n{if $updateSubscriptionUrl}\n{ts}You can update recurring contribution amount or change the number of installments for this recurring contribution at:{/ts}\n\n{$updateSubscriptionUrl}\n\n{/if}\n{/if}\n\n{if $honor_block_is_active}\n===========================================================\n{$soft_credit_type}\n===========================================================\n{foreach from=$honoreeProfile item=value key=label}\n{$label}: {$value}\n{/foreach}\n{elseif !empty($softCreditTypes) and !empty($softCredits)}\n{foreach from=$softCreditTypes item=softCreditType key=n}\n===========================================================\n{$softCreditType}\n===========================================================\n{foreach from=$softCredits.$n item=value key=label}\n{$label}: {$value}\n{/foreach}\n{/foreach}\n{/if}\n{if !empty($pcpBlock)}\n===========================================================\n{ts}Personal Campaign Page{/ts}\n\n===========================================================\n{ts}Display In Honor Roll{/ts}: {if $pcp_display_in_roll}{ts}Yes{/ts}{else}{ts}No{/ts}{/if}\n\n{if $pcp_roll_nickname}{ts}Nickname{/ts}: {$pcp_roll_nickname}{/if}\n\n{if $pcp_personal_note}{ts}Personal Note{/ts}: {$pcp_personal_note}{/if}\n\n{/if}\n{if !empty($onBehalfProfile)}\n===========================================================\n{ts}On Behalf Of{/ts}\n\n===========================================================\n{foreach from=$onBehalfProfile item=onBehalfValue key=onBehalfName}\n{$onBehalfName}: {$onBehalfValue}\n{/foreach}\n{/if}\n\n{if !empty($billingName)}\n===========================================================\n{ts}Billing Name and Address{/ts}\n\n===========================================================\n{$billingName}\n{$address}\n\n{$email}\n{elseif !empty($email)}\n===========================================================\n{ts}Registered Email{/ts}\n\n===========================================================\n{$email}\n{/if} {* End billingName or Email*}\n{if !empty($credit_card_type)}\n\n===========================================================\n{ts}Credit Card Information{/ts}\n\n===========================================================\n{$credit_card_type}\n{$credit_card_number}\n{ts}Expires{/ts}: {$credit_card_exp_date|truncate:7:\'\'|crmDate}\n{/if}\n\n{if !empty($selectPremium )}\n===========================================================\n{ts}Premium Information{/ts}\n\n===========================================================\n{$product_name}\n{if $option}\n{ts}Option{/ts}: {$option}\n{/if}\n{if $sku}\n{ts}SKU{/ts}: {$sku}\n{/if}\n{if $start_date}\n{ts}Start Date{/ts}: {$start_date|crmDate}\n{/if}\n{if $end_date}\n{ts}End Date{/ts}: {$end_date|crmDate}\n{/if}\n{if !empty($contact_email) OR !empty($contact_phone)}\n\n{ts}For information about this premium, contact:{/ts}\n\n{if !empty($contact_email)}\n {$contact_email}\n{/if}\n{if !empty($contact_phone)}\n {$contact_phone}\n{/if}\n{/if}\n{if $is_deductible AND !empty($price)}\n\n{ts 1=$price|crmMoney:$currency}The value of this premium is %1. This may affect the amount of the tax deduction you can claim. Consult your tax advisor for more information.{/ts}{/if}\n{/if}\n\n{if !empty($customPre)}\n===========================================================\n{$customPre_grouptitle}\n\n===========================================================\n{foreach from=$customPre item=customValue key=customName}\n{if ( !empty($trackingFields) and ! in_array( $customName, $trackingFields ) ) or empty($trackingFields)}\n {$customName}: {$customValue}\n{/if}\n{/foreach}\n{/if}\n\n\n{if !empty($customPost)}\n===========================================================\n{$customPost_grouptitle}\n\n===========================================================\n{foreach from=$customPost item=customValue key=customName}\n{if ( !empty($trackingFields) and ! in_array( $customName, $trackingFields ) ) or empty($trackingFields)}\n {$customName}: {$customValue}\n{/if}\n{/foreach}\n{/if}\n','<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n<head>\n <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n <title></title>\n</head>\n<body>\n\n{capture assign=headerStyle}colspan=\"2\" style=\"text-align: left; padding: 4px; border-bottom: 1px solid #999; background-color: #eee;\"{/capture}\n{capture assign=labelStyle }style=\"padding: 4px; border-bottom: 1px solid #999; background-color: #f7f7f7;\"{/capture}\n{capture assign=valueStyle }style=\"padding: 4px; border-bottom: 1px solid #999;\"{/capture}\n\n<table id=\"crm-event_receipt\" style=\"font-family: Arial, Verdana, sans-serif; text-align: left; width:100%; max-width:700px; padding:0; margin:0; border:0px;\">\n\n <!-- BEGIN HEADER -->\n <!-- You can add table row(s) here with logo or other header elements -->\n <!-- END HEADER -->\n\n <!-- BEGIN CONTENT -->\n\n <tr>\n <td>\n {assign var=\"greeting\" value=\"{contact.email_greeting_display}\"}{if $greeting}<p>{$greeting},</p>{/if}\n {if !empty($receipt_text)}\n <p>{$receipt_text|htmlize}</p>\n {/if}\n\n {if $is_pay_later}\n <p>{$pay_later_receipt}</p> {* FIXME: this might be text rather than HTML *}\n {/if}\n\n </td>\n </tr>\n</table>\n<table style=\"width:100%; max-width:500px; border: 1px solid #999; margin: 1em 0em 1em; border-collapse: collapse;\">\n {if \'{contribution.total_amount|raw}\' !== \'0.00\'}\n <tr>\n <th {$headerStyle}>\n {ts}Contribution Information{/ts}\n </th>\n </tr>\n\n {if $isShowLineItems}\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n <table>\n <tr>\n <th>{ts}Item{/ts}</th>\n <th>{ts}Qty{/ts}</th>\n <th>{ts}Each{/ts}</th>\n {if $isShowTax && \'{contribution.tax_amount|raw}\' !== \'0.00\'}\n <th>{ts}Subtotal{/ts}</th>\n <th>{ts}Tax Rate{/ts}</th>\n <th>{ts}Tax Amount{/ts}</th>\n {/if}\n <th>{ts}Total{/ts}</th>\n </tr>\n {foreach from=$lineItems item=line}\n <tr>\n <td>{$line.title}</td>\n <td>{$line.qty}</td>\n <td>{$line.unit_price|crmMoney:$currency}</td>\n {if $isShowTax && \'{contribution.tax_amount|raw}\' !== \'0.00\'}\n <td>{$line.unit_price*$line.qty|crmMoney:$currency}</td>\n {if $line.tax_rate || $line.tax_amount != \"\"}\n <td>{$line.tax_rate|string_format:\"%.2f\"}%</td>\n <td>{$line.tax_amount|crmMoney:$currency}</td>\n {else}\n <td></td>\n <td></td>\n {/if}\n {/if}\n <td>\n {$line.line_total+$line.tax_amount|crmMoney:$currency}\n </td>\n </tr>\n {/foreach}\n </table>\n </td>\n </tr>\n\n {if $isShowTax && \'{contribution.tax_amount|raw}\' !== \'0.00\'}\n <tr>\n <td {$labelStyle}>\n {ts} Amount before Tax : {/ts}\n </td>\n <td {$valueStyle}>\n {$amount-$totalTaxAmount|crmMoney:$currency}\n </td>\n </tr>\n\n {foreach from=$taxRateBreakdown item=taxDetail key=taxRate}\n <tr>\n <td>{if $taxRate == 0}{ts}No{/ts} {$taxTerm}{else}{$taxTerm} {$taxDetail.percentage}%{/if}</td>\n <td>{$taxDetail.amount|crmMoney:\'{contribution.currency}\'}</td>\n </tr>\n {/foreach}\n\n {/if}\n {if $isShowTax}\n <tr>\n <td {$labelStyle}>\n {ts}Total Tax{/ts}\n </td>\n <td {$valueStyle}>\n {contribution.tax_amount}\n </td>\n </tr>\n {/if}\n <tr>\n <td {$labelStyle}>\n {ts}Total Amount{/ts}\n </td>\n <td {$valueStyle}>\n {contribution.total_amount}\n </td>\n </tr>\n {else}\n {if \'{contribution.tax_amount|raw}\' !== \'0.00\'}\n <tr>\n <td {$labelStyle}>\n {ts}Total Tax Amount{/ts}\n </td>\n <td {$valueStyle}>\n {contribution.tax_amount}\n </td>\n </tr>\n {/if}\n <tr>\n <td {$labelStyle}>\n {ts}Amount{/ts}\n </td>\n <td {$valueStyle}>\n {contribution.total_amount} {if \'{contribution.amount_level}\'} - {contribution.amount_level}{/if}\n </td>\n </tr>\n\n {/if}\n\n {/if}\n\n\n {if !empty($receive_date)}\n <tr>\n <td {$labelStyle}>\n {ts}Date{/ts}\n </td>\n <td {$valueStyle}>\n {$receive_date|crmDate}\n </td>\n </tr>\n {/if}\n\n {if !empty($is_monetary) and !empty($trxn_id)}\n <tr>\n <td {$labelStyle}>\n {ts}Transaction #{/ts}\n </td>\n <td {$valueStyle}>\n {$trxn_id}\n </td>\n </tr>\n {/if}\n\n {if !empty($is_recur)}\n <tr>\n <td colspan=\"2\" {$labelStyle}>\n {ts}This is a recurring contribution.{/ts}\n {if $cancelSubscriptionUrl}\n {ts 1=$cancelSubscriptionUrl}You can cancel future contributions by <a href=\"%1\">visiting this web page</a>.{/ts}\n {/if}\n </td>\n </tr>\n {if $updateSubscriptionBillingUrl}\n <tr>\n <td colspan=\"2\" {$labelStyle}>\n {ts 1=$updateSubscriptionBillingUrl}You can update billing details for this recurring contribution by <a href=\"%1\">visiting this web page</a>.{/ts}\n </td>\n </tr>\n {/if}\n {if $updateSubscriptionUrl}\n <tr>\n <td colspan=\"2\" {$labelStyle}>\n {ts 1=$updateSubscriptionUrl}You can update recurring contribution amount or change the number of installments for this recurring contribution by <a href=\"%1\">visiting this web page</a>.{/ts}\n </td>\n </tr>\n {/if}\n {/if}\n\n {if $honor_block_is_active}\n <tr>\n <th {$headerStyle}>\n {$soft_credit_type}\n </th>\n </tr>\n {foreach from=$honoreeProfile item=value key=label}\n <tr>\n <td {$labelStyle}>\n {$label}\n </td>\n <td {$valueStyle}>\n {$value}\n </td>\n </tr>\n {/foreach}\n {elseif !empty($softCreditTypes) and !empty($softCredits)}\n {foreach from=$softCreditTypes item=softCreditType key=n}\n <tr>\n <th {$headerStyle}>\n {$softCreditType}\n </th>\n </tr>\n {foreach from=$softCredits.$n item=value key=label}\n <tr>\n <td {$labelStyle}>\n {$label}\n </td>\n <td {$valueStyle}>\n {$value}\n </td>\n </tr>\n {/foreach}\n {/foreach}\n {/if}\n\n {if !empty($pcpBlock)}\n <tr>\n <th {$headerStyle}>\n {ts}Personal Campaign Page{/ts}\n </th>\n </tr>\n <tr>\n <td {$labelStyle}>\n {ts}Display In Honor Roll{/ts}\n </td>\n <td {$valueStyle}>\n {if $pcp_display_in_roll}{ts}Yes{/ts}{else}{ts}No{/ts}{/if}\n </td>\n </tr>\n {if $pcp_roll_nickname}\n <tr>\n <td {$labelStyle}>\n {ts}Nickname{/ts}\n </td>\n <td {$valueStyle}>\n {$pcp_roll_nickname}\n </td>\n </tr>\n {/if}\n {if $pcp_personal_note}\n <tr>\n <td {$labelStyle}>\n {ts}Personal Note{/ts}\n </td>\n <td {$valueStyle}>\n {$pcp_personal_note}\n </td>\n </tr>\n {/if}\n {/if}\n\n {if !empty($onBehalfProfile)}\n <tr>\n <th {$headerStyle}>\n {$onBehalfProfile_grouptitle}\n </th>\n </tr>\n {foreach from=$onBehalfProfile item=onBehalfValue key=onBehalfName}\n <tr>\n <td {$labelStyle}>\n {$onBehalfName}\n </td>\n <td {$valueStyle}>\n {$onBehalfValue}\n </td>\n </tr>\n {/foreach}\n {/if}\n\n {if !empty($isShare)}\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n {capture assign=contributionUrl}{crmURL p=\'civicrm/contribute/transact\' q=\"reset=1&id=`$contributionPageId`\" a=true fe=1 h=1}{/capture}\n {include file=\"CRM/common/SocialNetwork.tpl\" emailMode=true url=$contributionUrl title=$title pageURL=$contributionUrl}\n </td>\n </tr>\n {/if}\n\n {if !empty($billingName)}\n <tr>\n <th {$headerStyle}>\n {ts}Billing Name and Address{/ts}\n </th>\n </tr>\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n {$billingName}<br />\n {$address|nl2br}<br />\n {$email}\n </td>\n </tr>\n {elseif !empty($email)}\n <tr>\n <th {$headerStyle}>\n {ts}Registered Email{/ts}\n </th>\n </tr>\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n {$email}\n </td>\n </tr>\n {/if}\n\n {if !empty($credit_card_type)}\n <tr>\n <th {$headerStyle}>\n {ts}Credit Card Information{/ts}\n </th>\n </tr>\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n {$credit_card_type}<br />\n {$credit_card_number}<br />\n {ts}Expires{/ts}: {$credit_card_exp_date|truncate:7:\'\'|crmDate}<br />\n </td>\n </tr>\n {/if}\n\n {if !empty($selectPremium)}\n <tr>\n <th {$headerStyle}>\n {ts}Premium Information{/ts}\n </th>\n </tr>\n <tr>\n <td colspan=\"2\" {$labelStyle}>\n {$product_name}\n </td>\n </tr>\n {if $option}\n <tr>\n <td {$labelStyle}>\n {ts}Option{/ts}\n </td>\n <td {$valueStyle}>\n {$option}\n </td>\n </tr>\n {/if}\n {if $sku}\n <tr>\n <td {$labelStyle}>\n {ts}SKU{/ts}\n </td>\n <td {$valueStyle}>\n {$sku}\n </td>\n </tr>\n {/if}\n {if $start_date}\n <tr>\n <td {$labelStyle}>\n {ts}Start Date{/ts}\n </td>\n <td {$valueStyle}>\n {$start_date|crmDate}\n </td>\n </tr>\n {/if}\n {if $end_date}\n <tr>\n <td {$labelStyle}>\n {ts}End Date{/ts}\n </td>\n <td {$valueStyle}>\n {$end_date|crmDate}\n </td>\n </tr>\n {/if}\n {if !empty($contact_email) OR !empty($contact_phone)}\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n <p>{ts}For information about this premium, contact:{/ts}</p>\n {if !empty($contact_email)}\n <p>{$contact_email}</p>\n {/if}\n {if !empty($contact_phone)}\n <p>{$contact_phone}</p>\n {/if}\n </td>\n </tr>\n {/if}\n {if $is_deductible AND !empty($price)}\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n <p>{ts 1=$price|crmMoney:$currency}The value of this premium is %1. This may affect the amount of the tax deduction you can claim. Consult your tax advisor for more information.{/ts}</p>\n </td>\n </tr>\n {/if}\n {/if}\n\n {if !empty($customPre)}\n <tr>\n <th {$headerStyle}>\n {$customPre_grouptitle}\n </th>\n </tr>\n {foreach from=$customPre item=customValue key=customName}\n {if (!empty($trackingFields) and ! in_array($customName, $trackingFields)) or empty($trackingFields)}\n <tr>\n <td {$labelStyle}>\n {$customName}\n </td>\n <td {$valueStyle}>\n {$customValue}\n </td>\n </tr>\n {/if}\n {/foreach}\n {/if}\n\n {if !empty($customPost)}\n <tr>\n <th {$headerStyle}>\n {$customPost_grouptitle}\n </th>\n </tr>\n {foreach from=$customPost item=customValue key=customName}\n {if (!empty($trackingFields) and ! in_array($customName, $trackingFields)) or empty($trackingFields)}\n <tr>\n <td {$labelStyle}>\n {$customName}\n </td>\n <td {$valueStyle}>\n {$customValue}\n </td>\n </tr>\n {/if}\n {/foreach}\n {/if}\n\n </table>\n\n</body>\n</html>\n',1,816,'contribution_online_receipt',0,1,0,NULL), + (7,'Contributions - Receipt (on-line)','{if $is_pay_later}{ts}Invoice{/ts}{else}{ts}Receipt{/ts}{/if} - {$title} - {contact.display_name}\n','{assign var=\"greeting\" value=\"{contact.email_greeting_display}\"}{if $greeting}{$greeting},{/if}\n{if !empty($receipt_text)}\n{$receipt_text}\n{/if}\n{if $is_pay_later}\n\n===========================================================\n{$pay_later_receipt}\n===========================================================\n{/if}\n\n{if \'{contribution.total_amount|raw}\' !== \'0.00\'}\n===========================================================\n{ts}Contribution Information{/ts}\n\n===========================================================\n{if $isShowLineItems}\n\n---------------------------------------------------------\n{capture assign=ts_item}{ts}Item{/ts}{/capture}\n{capture assign=ts_qty}{ts}Qty{/ts}{/capture}\n{capture assign=ts_each}{ts}Each{/ts}{/capture}\n{if $isShowTax && \'{contribution.tax_amount|raw}\' !== \'0.00\'}\n{capture assign=ts_subtotal}{ts}Subtotal{/ts}{/capture}\n{capture assign=ts_taxRate}{ts}Tax Rate{/ts}{/capture}\n{capture assign=ts_taxAmount}{ts}Tax Amount{/ts}{/capture}\n{/if}\n{capture assign=ts_total}{ts}Total{/ts}{/capture}\n{$ts_item|string_format:\"%-30s\"} {$ts_qty|string_format:\"%5s\"} {$ts_each|string_format:\"%10s\"} {if $isShowTax && \'{contribution.tax_amount|raw}\' !== \'0.00\'} {$ts_subtotal|string_format:\"%10s\"} {$ts_taxRate} {$ts_taxAmount|string_format:\"%10s\"} {/if} {$ts_total|string_format:\"%10s\"}\n----------------------------------------------------------\n{foreach from=$lineItems item=line}\n{capture assign=ts_item}{$line.title}{/capture}{$ts_item|truncate:30:\"...\"|string_format:\"%-30s\"} {$line.qty|string_format:\"%5s\"} {$line.unit_price|crmMoney:$currency|string_format:\"%10s\"} {if $isShowTax && \'{contribution.tax_amount|raw}\' !== \'0.00\'}{$line.unit_price*$line.qty|crmMoney:$currency|string_format:\"%10s\"} {if $line.tax_rate || $line.tax_amount != \"\"} {$line.tax_rate|string_format:\"%.2f\"} % {$line.tax_amount|crmMoney:$currency|string_format:\"%10s\"} {else} {/if} {/if} {$line.line_total+$line.tax_amount|crmMoney:$currency|string_format:\"%10s\"}\n{/foreach}\n\n{if $isShowTax && \'{contribution.tax_amount|raw}\' !== \'0.00\'}\n{ts}Amount before Tax:{/ts} {$amount-$totalTaxAmount|crmMoney:$currency}\n {foreach from=$taxRateBreakdown item=taxDetail key=taxRate}\n {if $taxRate == 0}{ts}No{/ts} {$taxTerm}{else}{$taxTerm} {$taxDetail.percentage}%{/if} : {$taxDetail.amount|crmMoney:\'{contribution.currency}\'}\n {/foreach}\n{/if}\n\n{if $isShowTax}\n{ts}Total Tax Amount{/ts}: {contribution.tax_amount|crmMoney}\n{/if}\n\n{ts}Total Amount{/ts}: {contribution.total_amount}\n{else}\n{ts}Amount{/ts}: {contribution.total_amount} {if \'{contribution.amount_level}\'} - {contribution.amount_level}{/if}\n{/if}\n{/if}\n{if !empty($receive_date)}\n\n{ts}Date{/ts}: {$receive_date|crmDate}\n{/if}\n{if !empty($is_monetary) and !empty($trxn_id)}\n{ts}Transaction #{/ts}: {$trxn_id}\n{/if}\n\n{if !empty($is_recur)}\n{ts}This is a recurring contribution.{/ts}\n\n{if $cancelSubscriptionUrl}\n{ts}You can cancel future contributions at:{/ts}\n\n{$cancelSubscriptionUrl}\n\n{/if}\n\n{if $updateSubscriptionBillingUrl}\n{ts}You can update billing details for this recurring contribution at:{/ts}\n\n{$updateSubscriptionBillingUrl}\n\n{/if}\n\n{if $updateSubscriptionUrl}\n{ts}You can update recurring contribution amount or change the number of installments for this recurring contribution at:{/ts}\n\n{$updateSubscriptionUrl}\n\n{/if}\n{/if}\n\n{if $honor_block_is_active}\n===========================================================\n{$soft_credit_type}\n===========================================================\n{foreach from=$honoreeProfile item=value key=label}\n{$label}: {$value}\n{/foreach}\n{elseif !empty($softCreditTypes) and !empty($softCredits)}\n{foreach from=$softCreditTypes item=softCreditType key=n}\n===========================================================\n{$softCreditType}\n===========================================================\n{foreach from=$softCredits.$n item=value key=label}\n{$label}: {$value}\n{/foreach}\n{/foreach}\n{/if}\n{if !empty($pcpBlock)}\n===========================================================\n{ts}Personal Campaign Page{/ts}\n\n===========================================================\n{ts}Display In Honor Roll{/ts}: {if $pcp_display_in_roll}{ts}Yes{/ts}{else}{ts}No{/ts}{/if}\n\n{if $pcp_roll_nickname}{ts}Nickname{/ts}: {$pcp_roll_nickname}{/if}\n\n{if $pcp_personal_note}{ts}Personal Note{/ts}: {$pcp_personal_note}{/if}\n\n{/if}\n{if !empty($onBehalfProfile)}\n===========================================================\n{ts}On Behalf Of{/ts}\n\n===========================================================\n{foreach from=$onBehalfProfile item=onBehalfValue key=onBehalfName}\n{$onBehalfName}: {$onBehalfValue}\n{/foreach}\n{/if}\n\n{if !empty($billingName)}\n===========================================================\n{ts}Billing Name and Address{/ts}\n\n===========================================================\n{$billingName}\n{$address}\n\n{$email}\n{elseif !empty($email)}\n===========================================================\n{ts}Registered Email{/ts}\n\n===========================================================\n{$email}\n{/if} {* End billingName or Email*}\n{if !empty($credit_card_type)}\n\n===========================================================\n{ts}Credit Card Information{/ts}\n\n===========================================================\n{$credit_card_type}\n{$credit_card_number}\n{ts}Expires{/ts}: {$credit_card_exp_date|truncate:7:\'\'|crmDate}\n{/if}\n\n{if !empty($selectPremium )}\n===========================================================\n{ts}Premium Information{/ts}\n\n===========================================================\n{$product_name}\n{if $option}\n{ts}Option{/ts}: {$option}\n{/if}\n{if $sku}\n{ts}SKU{/ts}: {$sku}\n{/if}\n{if $start_date}\n{ts}Start Date{/ts}: {$start_date|crmDate}\n{/if}\n{if $end_date}\n{ts}End Date{/ts}: {$end_date|crmDate}\n{/if}\n{if !empty($contact_email) OR !empty($contact_phone)}\n\n{ts}For information about this premium, contact:{/ts}\n\n{if !empty($contact_email)}\n {$contact_email}\n{/if}\n{if !empty($contact_phone)}\n {$contact_phone}\n{/if}\n{/if}\n{if $is_deductible AND !empty($price)}\n\n{ts 1=$price|crmMoney:$currency}The value of this premium is %1. This may affect the amount of the tax deduction you can claim. Consult your tax advisor for more information.{/ts}{/if}\n{/if}\n\n{if !empty($customPre)}\n===========================================================\n{$customPre_grouptitle}\n\n===========================================================\n{foreach from=$customPre item=customValue key=customName}\n{if ( !empty($trackingFields) and ! in_array( $customName, $trackingFields ) ) or empty($trackingFields)}\n {$customName}: {$customValue}\n{/if}\n{/foreach}\n{/if}\n\n\n{if !empty($customPost)}\n===========================================================\n{$customPost_grouptitle}\n\n===========================================================\n{foreach from=$customPost item=customValue key=customName}\n{if ( !empty($trackingFields) and ! in_array( $customName, $trackingFields ) ) or empty($trackingFields)}\n {$customName}: {$customValue}\n{/if}\n{/foreach}\n{/if}\n','<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n<head>\n <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n <title></title>\n</head>\n<body>\n\n{capture assign=headerStyle}colspan=\"2\" style=\"text-align: left; padding: 4px; border-bottom: 1px solid #999; background-color: #eee;\"{/capture}\n{capture assign=labelStyle }style=\"padding: 4px; border-bottom: 1px solid #999; background-color: #f7f7f7;\"{/capture}\n{capture assign=valueStyle }style=\"padding: 4px; border-bottom: 1px solid #999;\"{/capture}\n\n<table id=\"crm-event_receipt\" style=\"font-family: Arial, Verdana, sans-serif; text-align: left; width:100%; max-width:700px; padding:0; margin:0; border:0px;\">\n\n <!-- BEGIN HEADER -->\n <!-- You can add table row(s) here with logo or other header elements -->\n <!-- END HEADER -->\n\n <!-- BEGIN CONTENT -->\n\n <tr>\n <td>\n {assign var=\"greeting\" value=\"{contact.email_greeting_display}\"}{if $greeting}<p>{$greeting},</p>{/if}\n {if !empty($receipt_text)}\n <p>{$receipt_text|htmlize}</p>\n {/if}\n\n {if $is_pay_later}\n <p>{$pay_later_receipt}</p> {* FIXME: this might be text rather than HTML *}\n {/if}\n\n </td>\n </tr>\n</table>\n<table style=\"width:100%; max-width:500px; border: 1px solid #999; margin: 1em 0em 1em; border-collapse: collapse;\">\n {if \'{contribution.total_amount|raw}\' !== \'0.00\'}\n <tr>\n <th {$headerStyle}>\n {ts}Contribution Information{/ts}\n </th>\n </tr>\n\n {if $isShowLineItems}\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n <table>\n <tr>\n <th>{ts}Item{/ts}</th>\n <th>{ts}Qty{/ts}</th>\n <th>{ts}Each{/ts}</th>\n {if $isShowTax && \'{contribution.tax_amount|raw}\' !== \'0.00\'}\n <th>{ts}Subtotal{/ts}</th>\n <th>{ts}Tax Rate{/ts}</th>\n <th>{ts}Tax Amount{/ts}</th>\n {/if}\n <th>{ts}Total{/ts}</th>\n </tr>\n {foreach from=$lineItems item=line}\n <tr>\n <td>{$line.title}</td>\n <td>{$line.qty}</td>\n <td>{$line.unit_price|crmMoney:$currency}</td>\n {if $isShowTax && \'{contribution.tax_amount|raw}\' !== \'0.00\'}\n <td>{$line.unit_price*$line.qty|crmMoney:$currency}</td>\n {if $line.tax_rate || $line.tax_amount != \"\"}\n <td>{$line.tax_rate|string_format:\"%.2f\"}%</td>\n <td>{$line.tax_amount|crmMoney:$currency}</td>\n {else}\n <td></td>\n <td></td>\n {/if}\n {/if}\n <td>\n {$line.line_total+$line.tax_amount|crmMoney:$currency}\n </td>\n </tr>\n {/foreach}\n </table>\n </td>\n </tr>\n\n {if $isShowTax && \'{contribution.tax_amount|raw}\' !== \'0.00\'}\n <tr>\n <td {$labelStyle}>\n {ts} Amount before Tax : {/ts}\n </td>\n <td {$valueStyle}>\n {$amount-$totalTaxAmount|crmMoney:$currency}\n </td>\n </tr>\n\n {foreach from=$taxRateBreakdown item=taxDetail key=taxRate}\n <tr>\n <td>{if $taxRate == 0}{ts}No{/ts} {$taxTerm}{else}{$taxTerm} {$taxDetail.percentage}%{/if}</td>\n <td>{$taxDetail.amount|crmMoney:\'{contribution.currency}\'}</td>\n </tr>\n {/foreach}\n\n {/if}\n {if $isShowTax}\n <tr>\n <td {$labelStyle}>\n {ts}Total Tax{/ts}\n </td>\n <td {$valueStyle}>\n {contribution.tax_amount}\n </td>\n </tr>\n {/if}\n <tr>\n <td {$labelStyle}>\n {ts}Total Amount{/ts}\n </td>\n <td {$valueStyle}>\n {contribution.total_amount}\n </td>\n </tr>\n {else}\n {if \'{contribution.tax_amount|raw}\' !== \'0.00\'}\n <tr>\n <td {$labelStyle}>\n {ts}Total Tax Amount{/ts}\n </td>\n <td {$valueStyle}>\n {contribution.tax_amount}\n </td>\n </tr>\n {/if}\n <tr>\n <td {$labelStyle}>\n {ts}Amount{/ts}\n </td>\n <td {$valueStyle}>\n {contribution.total_amount} {if \'{contribution.amount_level}\'} - {contribution.amount_level}{/if}\n </td>\n </tr>\n\n {/if}\n\n {/if}\n\n\n {if !empty($receive_date)}\n <tr>\n <td {$labelStyle}>\n {ts}Date{/ts}\n </td>\n <td {$valueStyle}>\n {$receive_date|crmDate}\n </td>\n </tr>\n {/if}\n\n {if !empty($is_monetary) and !empty($trxn_id)}\n <tr>\n <td {$labelStyle}>\n {ts}Transaction #{/ts}\n </td>\n <td {$valueStyle}>\n {$trxn_id}\n </td>\n </tr>\n {/if}\n\n {if !empty($is_recur)}\n <tr>\n <td colspan=\"2\" {$labelStyle}>\n {ts}This is a recurring contribution.{/ts}\n {if $cancelSubscriptionUrl}\n {ts 1=$cancelSubscriptionUrl}You can cancel future contributions by <a href=\"%1\">visiting this web page</a>.{/ts}\n {/if}\n </td>\n </tr>\n {if $updateSubscriptionBillingUrl}\n <tr>\n <td colspan=\"2\" {$labelStyle}>\n {ts 1=$updateSubscriptionBillingUrl}You can update billing details for this recurring contribution by <a href=\"%1\">visiting this web page</a>.{/ts}\n </td>\n </tr>\n {/if}\n {if $updateSubscriptionUrl}\n <tr>\n <td colspan=\"2\" {$labelStyle}>\n {ts 1=$updateSubscriptionUrl}You can update recurring contribution amount or change the number of installments for this recurring contribution by <a href=\"%1\">visiting this web page</a>.{/ts}\n </td>\n </tr>\n {/if}\n {/if}\n\n {if $honor_block_is_active}\n <tr>\n <th {$headerStyle}>\n {$soft_credit_type}\n </th>\n </tr>\n {foreach from=$honoreeProfile item=value key=label}\n <tr>\n <td {$labelStyle}>\n {$label}\n </td>\n <td {$valueStyle}>\n {$value}\n </td>\n </tr>\n {/foreach}\n {elseif !empty($softCreditTypes) and !empty($softCredits)}\n {foreach from=$softCreditTypes item=softCreditType key=n}\n <tr>\n <th {$headerStyle}>\n {$softCreditType}\n </th>\n </tr>\n {foreach from=$softCredits.$n item=value key=label}\n <tr>\n <td {$labelStyle}>\n {$label}\n </td>\n <td {$valueStyle}>\n {$value}\n </td>\n </tr>\n {/foreach}\n {/foreach}\n {/if}\n\n {if !empty($pcpBlock)}\n <tr>\n <th {$headerStyle}>\n {ts}Personal Campaign Page{/ts}\n </th>\n </tr>\n <tr>\n <td {$labelStyle}>\n {ts}Display In Honor Roll{/ts}\n </td>\n <td {$valueStyle}>\n {if $pcp_display_in_roll}{ts}Yes{/ts}{else}{ts}No{/ts}{/if}\n </td>\n </tr>\n {if $pcp_roll_nickname}\n <tr>\n <td {$labelStyle}>\n {ts}Nickname{/ts}\n </td>\n <td {$valueStyle}>\n {$pcp_roll_nickname}\n </td>\n </tr>\n {/if}\n {if $pcp_personal_note}\n <tr>\n <td {$labelStyle}>\n {ts}Personal Note{/ts}\n </td>\n <td {$valueStyle}>\n {$pcp_personal_note}\n </td>\n </tr>\n {/if}\n {/if}\n\n {if !empty($onBehalfProfile)}\n <tr>\n <th {$headerStyle}>\n {$onBehalfProfile_grouptitle}\n </th>\n </tr>\n {foreach from=$onBehalfProfile item=onBehalfValue key=onBehalfName}\n <tr>\n <td {$labelStyle}>\n {$onBehalfName}\n </td>\n <td {$valueStyle}>\n {$onBehalfValue}\n </td>\n </tr>\n {/foreach}\n {/if}\n\n {if !empty($isShare)}\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n {capture assign=contributionUrl}{crmURL p=\'civicrm/contribute/transact\' q=\"reset=1&id=`$contributionPageId`\" a=true fe=1 h=1}{/capture}\n {include file=\"CRM/common/SocialNetwork.tpl\" emailMode=true url=$contributionUrl title=$title pageURL=$contributionUrl}\n </td>\n </tr>\n {/if}\n\n {if !empty($billingName)}\n <tr>\n <th {$headerStyle}>\n {ts}Billing Name and Address{/ts}\n </th>\n </tr>\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n {$billingName}<br />\n {$address|nl2br}<br />\n {$email}\n </td>\n </tr>\n {elseif !empty($email)}\n <tr>\n <th {$headerStyle}>\n {ts}Registered Email{/ts}\n </th>\n </tr>\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n {$email}\n </td>\n </tr>\n {/if}\n\n {if !empty($credit_card_type)}\n <tr>\n <th {$headerStyle}>\n {ts}Credit Card Information{/ts}\n </th>\n </tr>\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n {$credit_card_type}<br />\n {$credit_card_number}<br />\n {ts}Expires{/ts}: {$credit_card_exp_date|truncate:7:\'\'|crmDate}<br />\n </td>\n </tr>\n {/if}\n\n {if !empty($selectPremium)}\n <tr>\n <th {$headerStyle}>\n {ts}Premium Information{/ts}\n </th>\n </tr>\n <tr>\n <td colspan=\"2\" {$labelStyle}>\n {$product_name}\n </td>\n </tr>\n {if $option}\n <tr>\n <td {$labelStyle}>\n {ts}Option{/ts}\n </td>\n <td {$valueStyle}>\n {$option}\n </td>\n </tr>\n {/if}\n {if $sku}\n <tr>\n <td {$labelStyle}>\n {ts}SKU{/ts}\n </td>\n <td {$valueStyle}>\n {$sku}\n </td>\n </tr>\n {/if}\n {if $start_date}\n <tr>\n <td {$labelStyle}>\n {ts}Start Date{/ts}\n </td>\n <td {$valueStyle}>\n {$start_date|crmDate}\n </td>\n </tr>\n {/if}\n {if $end_date}\n <tr>\n <td {$labelStyle}>\n {ts}End Date{/ts}\n </td>\n <td {$valueStyle}>\n {$end_date|crmDate}\n </td>\n </tr>\n {/if}\n {if !empty($contact_email) OR !empty($contact_phone)}\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n <p>{ts}For information about this premium, contact:{/ts}</p>\n {if !empty($contact_email)}\n <p>{$contact_email}</p>\n {/if}\n {if !empty($contact_phone)}\n <p>{$contact_phone}</p>\n {/if}\n </td>\n </tr>\n {/if}\n {if $is_deductible AND !empty($price)}\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n <p>{ts 1=$price|crmMoney:$currency}The value of this premium is %1. This may affect the amount of the tax deduction you can claim. Consult your tax advisor for more information.{/ts}</p>\n </td>\n </tr>\n {/if}\n {/if}\n\n {if !empty($customPre)}\n <tr>\n <th {$headerStyle}>\n {$customPre_grouptitle}\n </th>\n </tr>\n {foreach from=$customPre item=customValue key=customName}\n {if (!empty($trackingFields) and ! in_array($customName, $trackingFields)) or empty($trackingFields)}\n <tr>\n <td {$labelStyle}>\n {$customName}\n </td>\n <td {$valueStyle}>\n {$customValue}\n </td>\n </tr>\n {/if}\n {/foreach}\n {/if}\n\n {if !empty($customPost)}\n <tr>\n <th {$headerStyle}>\n {$customPost_grouptitle}\n </th>\n </tr>\n {foreach from=$customPost item=customValue key=customName}\n {if (!empty($trackingFields) and ! in_array($customName, $trackingFields)) or empty($trackingFields)}\n <tr>\n <td {$labelStyle}>\n {$customName}\n </td>\n <td {$valueStyle}>\n {$customValue}\n </td>\n </tr>\n {/if}\n {/foreach}\n {/if}\n\n </table>\n\n</body>\n</html>\n',1,816,'contribution_online_receipt',1,0,0,NULL), + (8,'Contributions - Receipt (on-line)','{if $is_pay_later}{ts}Invoice{/ts}{else}{ts}Receipt{/ts}{/if} - {$title} - {contact.display_name}\n','{assign var=\"greeting\" value=\"{contact.email_greeting_display}\"}{if $greeting}{$greeting},{/if}\n{if !empty($receipt_text)}\n{$receipt_text}\n{/if}\n{if $is_pay_later}\n\n===========================================================\n{$pay_later_receipt}\n===========================================================\n{/if}\n\n{if \'{contribution.total_amount|raw}\' !== \'0.00\'}\n===========================================================\n{ts}Contribution Information{/ts}\n\n===========================================================\n{if $isShowLineItems}\n\n---------------------------------------------------------\n{capture assign=ts_item}{ts}Item{/ts}{/capture}\n{capture assign=ts_qty}{ts}Qty{/ts}{/capture}\n{capture assign=ts_each}{ts}Each{/ts}{/capture}\n{if $isShowTax && \'{contribution.tax_amount|raw}\' !== \'0.00\'}\n{capture assign=ts_subtotal}{ts}Subtotal{/ts}{/capture}\n{capture assign=ts_taxRate}{ts}Tax Rate{/ts}{/capture}\n{capture assign=ts_taxAmount}{ts}Tax Amount{/ts}{/capture}\n{/if}\n{capture assign=ts_total}{ts}Total{/ts}{/capture}\n{$ts_item|string_format:\"%-30s\"} {$ts_qty|string_format:\"%5s\"} {$ts_each|string_format:\"%10s\"} {if $isShowTax && \'{contribution.tax_amount|raw}\' !== \'0.00\'} {$ts_subtotal|string_format:\"%10s\"} {$ts_taxRate} {$ts_taxAmount|string_format:\"%10s\"} {/if} {$ts_total|string_format:\"%10s\"}\n----------------------------------------------------------\n{foreach from=$lineItems item=line}\n{capture assign=ts_item}{$line.title}{/capture}{$ts_item|truncate:30:\"...\"|string_format:\"%-30s\"} {$line.qty|string_format:\"%5s\"} {$line.unit_price|crmMoney:$currency|string_format:\"%10s\"} {if $isShowTax && \'{contribution.tax_amount|raw}\' !== \'0.00\'}{$line.unit_price*$line.qty|crmMoney:$currency|string_format:\"%10s\"} {if $line.tax_rate || $line.tax_amount != \"\"} {$line.tax_rate|string_format:\"%.2f\"} % {$line.tax_amount|crmMoney:$currency|string_format:\"%10s\"} {else} {/if} {/if} {$line.line_total+$line.tax_amount|crmMoney:$currency|string_format:\"%10s\"}\n{/foreach}\n\n{if $isShowTax && \'{contribution.tax_amount|raw}\' !== \'0.00\'}\n{ts}Amount before Tax:{/ts} {$amount-$totalTaxAmount|crmMoney:$currency}\n {foreach from=$taxRateBreakdown item=taxDetail key=taxRate}\n {if $taxRate == 0}{ts}No{/ts} {$taxTerm}{else}{$taxTerm} {$taxDetail.percentage}%{/if} : {$taxDetail.amount|crmMoney:\'{contribution.currency}\'}\n {/foreach}\n{/if}\n\n{if $isShowTax}\n{ts}Total Tax Amount{/ts}: {contribution.tax_amount|crmMoney}\n{/if}\n\n{ts}Total Amount{/ts}: {contribution.total_amount}\n{else}\n{ts}Amount{/ts}: {contribution.total_amount} {if \'{contribution.amount_level}\'} - {contribution.amount_level}{/if}\n{/if}\n{/if}\n{if !empty($receive_date)}\n\n{ts}Date{/ts}: {$receive_date|crmDate}\n{/if}\n{if !empty($is_monetary) and !empty($trxn_id)}\n{ts}Transaction #{/ts}: {$trxn_id}\n{/if}\n\n{if !empty($is_recur)}\n{ts}This is a recurring contribution.{/ts}\n\n{if $cancelSubscriptionUrl}\n{ts}You can cancel future contributions at:{/ts}\n\n{$cancelSubscriptionUrl}\n\n{/if}\n\n{if $updateSubscriptionBillingUrl}\n{ts}You can update billing details for this recurring contribution at:{/ts}\n\n{$updateSubscriptionBillingUrl}\n\n{/if}\n\n{if $updateSubscriptionUrl}\n{ts}You can update recurring contribution amount or change the number of installments for this recurring contribution at:{/ts}\n\n{$updateSubscriptionUrl}\n\n{/if}\n{/if}\n\n{if $honor_block_is_active}\n===========================================================\n{$soft_credit_type}\n===========================================================\n{foreach from=$honoreeProfile item=value key=label}\n{$label}: {$value}\n{/foreach}\n{elseif !empty($softCreditTypes) and !empty($softCredits)}\n{foreach from=$softCreditTypes item=softCreditType key=n}\n===========================================================\n{$softCreditType}\n===========================================================\n{foreach from=$softCredits.$n item=value key=label}\n{$label}: {$value}\n{/foreach}\n{/foreach}\n{/if}\n{if !empty($pcpBlock)}\n===========================================================\n{ts}Personal Campaign Page{/ts}\n\n===========================================================\n{ts}Display In Honor Roll{/ts}: {if $pcp_display_in_roll}{ts}Yes{/ts}{else}{ts}No{/ts}{/if}\n\n{if $pcp_roll_nickname}{ts}Nickname{/ts}: {$pcp_roll_nickname}{/if}\n\n{if $pcp_personal_note}{ts}Personal Note{/ts}: {$pcp_personal_note}{/if}\n\n{/if}\n{if !empty($onBehalfProfile)}\n===========================================================\n{ts}On Behalf Of{/ts}\n\n===========================================================\n{foreach from=$onBehalfProfile item=onBehalfValue key=onBehalfName}\n{$onBehalfName}: {$onBehalfValue}\n{/foreach}\n{/if}\n\n{if !empty($billingName)}\n===========================================================\n{ts}Billing Name and Address{/ts}\n\n===========================================================\n{$billingName}\n{$address}\n\n{$email}\n{elseif !empty($email)}\n===========================================================\n{ts}Registered Email{/ts}\n\n===========================================================\n{$email}\n{/if} {* End billingName or Email*}\n{if !empty($credit_card_type)}\n\n===========================================================\n{ts}Credit Card Information{/ts}\n\n===========================================================\n{$credit_card_type}\n{$credit_card_number}\n{ts}Expires{/ts}: {$credit_card_exp_date|truncate:7:\'\'|crmDate}\n{/if}\n\n{if !empty($selectPremium )}\n===========================================================\n{ts}Premium Information{/ts}\n\n===========================================================\n{$product_name}\n{if $option}\n{ts}Option{/ts}: {$option}\n{/if}\n{if $sku}\n{ts}SKU{/ts}: {$sku}\n{/if}\n{if $start_date}\n{ts}Start Date{/ts}: {$start_date|crmDate}\n{/if}\n{if $end_date}\n{ts}End Date{/ts}: {$end_date|crmDate}\n{/if}\n{if !empty($contact_email) OR !empty($contact_phone)}\n\n{ts}For information about this premium, contact:{/ts}\n\n{if !empty($contact_email)}\n {$contact_email}\n{/if}\n{if !empty($contact_phone)}\n {$contact_phone}\n{/if}\n{/if}\n{if $is_deductible AND !empty($price)}\n\n{ts 1=$price|crmMoney:$currency}The value of this premium is %1. This may affect the amount of the tax deduction you can claim. Consult your tax advisor for more information.{/ts}{/if}\n{/if}\n\n{if !empty($customPre)}\n===========================================================\n{$customPre_grouptitle}\n\n===========================================================\n{foreach from=$customPre item=customValue key=customName}\n{if ( !empty($trackingFields) and ! in_array( $customName, $trackingFields ) ) or empty($trackingFields)}\n {$customName}: {$customValue}\n{/if}\n{/foreach}\n{/if}\n\n\n{if !empty($customPost)}\n===========================================================\n{$customPost_grouptitle}\n\n===========================================================\n{foreach from=$customPost item=customValue key=customName}\n{if ( !empty($trackingFields) and ! in_array( $customName, $trackingFields ) ) or empty($trackingFields)}\n {$customName}: {$customValue}\n{/if}\n{/foreach}\n{/if}\n','<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n<head>\n <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n <title></title>\n</head>\n<body>\n\n{capture assign=headerStyle}colspan=\"2\" style=\"text-align: left; padding: 4px; border-bottom: 1px solid #999; background-color: #eee;\"{/capture}\n{capture assign=labelStyle }style=\"padding: 4px; border-bottom: 1px solid #999; background-color: #f7f7f7;\"{/capture}\n{capture assign=valueStyle }style=\"padding: 4px; border-bottom: 1px solid #999;\"{/capture}\n\n<table id=\"crm-event_receipt\" style=\"font-family: Arial, Verdana, sans-serif; text-align: left; width:100%; max-width:700px; padding:0; margin:0; border:0px;\">\n\n <!-- BEGIN HEADER -->\n <!-- You can add table row(s) here with logo or other header elements -->\n <!-- END HEADER -->\n\n <!-- BEGIN CONTENT -->\n\n <tr>\n <td>\n {assign var=\"greeting\" value=\"{contact.email_greeting_display}\"}{if $greeting}<p>{$greeting},</p>{/if}\n {if !empty($receipt_text)}\n <p>{$receipt_text|htmlize}</p>\n {/if}\n\n {if $is_pay_later}\n <p>{$pay_later_receipt}</p> {* FIXME: this might be text rather than HTML *}\n {/if}\n\n </td>\n </tr>\n</table>\n<table style=\"width:100%; max-width:500px; border: 1px solid #999; margin: 1em 0em 1em; border-collapse: collapse;\">\n {if \'{contribution.total_amount|raw}\' !== \'0.00\'}\n <tr>\n <th {$headerStyle}>\n {ts}Contribution Information{/ts}\n </th>\n </tr>\n\n {if $isShowLineItems}\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n <table>\n <tr>\n <th>{ts}Item{/ts}</th>\n <th>{ts}Qty{/ts}</th>\n <th>{ts}Each{/ts}</th>\n {if $isShowTax && \'{contribution.tax_amount|raw}\' !== \'0.00\'}\n <th>{ts}Subtotal{/ts}</th>\n <th>{ts}Tax Rate{/ts}</th>\n <th>{ts}Tax Amount{/ts}</th>\n {/if}\n <th>{ts}Total{/ts}</th>\n </tr>\n {foreach from=$lineItems item=line}\n <tr>\n <td>{$line.title}</td>\n <td>{$line.qty}</td>\n <td>{$line.unit_price|crmMoney:$currency}</td>\n {if $isShowTax && \'{contribution.tax_amount|raw}\' !== \'0.00\'}\n <td>{$line.unit_price*$line.qty|crmMoney:$currency}</td>\n {if $line.tax_rate || $line.tax_amount != \"\"}\n <td>{$line.tax_rate|string_format:\"%.2f\"}%</td>\n <td>{$line.tax_amount|crmMoney:$currency}</td>\n {else}\n <td></td>\n <td></td>\n {/if}\n {/if}\n <td>\n {$line.line_total+$line.tax_amount|crmMoney:$currency}\n </td>\n </tr>\n {/foreach}\n </table>\n </td>\n </tr>\n\n {if $isShowTax && \'{contribution.tax_amount|raw}\' !== \'0.00\'}\n <tr>\n <td {$labelStyle}>\n {ts} Amount before Tax : {/ts}\n </td>\n <td {$valueStyle}>\n {$amount-$totalTaxAmount|crmMoney:$currency}\n </td>\n </tr>\n\n {foreach from=$taxRateBreakdown item=taxDetail key=taxRate}\n <tr>\n <td>{if $taxRate == 0}{ts}No{/ts} {$taxTerm}{else}{$taxTerm} {$taxDetail.percentage}%{/if}</td>\n <td>{$taxDetail.amount|crmMoney:\'{contribution.currency}\'}</td>\n </tr>\n {/foreach}\n\n {/if}\n {if $isShowTax}\n <tr>\n <td {$labelStyle}>\n {ts}Total Tax{/ts}\n </td>\n <td {$valueStyle}>\n {contribution.tax_amount}\n </td>\n </tr>\n {/if}\n <tr>\n <td {$labelStyle}>\n {ts}Total Amount{/ts}\n </td>\n <td {$valueStyle}>\n {contribution.total_amount}\n </td>\n </tr>\n {else}\n {if \'{contribution.tax_amount|raw}\' !== \'0.00\'}\n <tr>\n <td {$labelStyle}>\n {ts}Total Tax Amount{/ts}\n </td>\n <td {$valueStyle}>\n {contribution.tax_amount}\n </td>\n </tr>\n {/if}\n <tr>\n <td {$labelStyle}>\n {ts}Amount{/ts}\n </td>\n <td {$valueStyle}>\n {contribution.total_amount} {if \'{contribution.amount_level}\'} - {contribution.amount_level}{/if}\n </td>\n </tr>\n\n {/if}\n\n {/if}\n\n\n {if !empty($receive_date)}\n <tr>\n <td {$labelStyle}>\n {ts}Date{/ts}\n </td>\n <td {$valueStyle}>\n {$receive_date|crmDate}\n </td>\n </tr>\n {/if}\n\n {if !empty($is_monetary) and !empty($trxn_id)}\n <tr>\n <td {$labelStyle}>\n {ts}Transaction #{/ts}\n </td>\n <td {$valueStyle}>\n {$trxn_id}\n </td>\n </tr>\n {/if}\n\n {if !empty($is_recur)}\n <tr>\n <td colspan=\"2\" {$labelStyle}>\n {ts}This is a recurring contribution.{/ts}\n {if $cancelSubscriptionUrl}\n {ts 1=$cancelSubscriptionUrl}You can cancel future contributions by <a href=\"%1\">visiting this web page</a>.{/ts}\n {/if}\n </td>\n </tr>\n {if $updateSubscriptionBillingUrl}\n <tr>\n <td colspan=\"2\" {$labelStyle}>\n {ts 1=$updateSubscriptionBillingUrl}You can update billing details for this recurring contribution by <a href=\"%1\">visiting this web page</a>.{/ts}\n </td>\n </tr>\n {/if}\n {if $updateSubscriptionUrl}\n <tr>\n <td colspan=\"2\" {$labelStyle}>\n {ts 1=$updateSubscriptionUrl}You can update recurring contribution amount or change the number of installments for this recurring contribution by <a href=\"%1\">visiting this web page</a>.{/ts}\n </td>\n </tr>\n {/if}\n {/if}\n\n {if $honor_block_is_active}\n <tr>\n <th {$headerStyle}>\n {$soft_credit_type}\n </th>\n </tr>\n {foreach from=$honoreeProfile item=value key=label}\n <tr>\n <td {$labelStyle}>\n {$label}\n </td>\n <td {$valueStyle}>\n {$value}\n </td>\n </tr>\n {/foreach}\n {elseif !empty($softCreditTypes) and !empty($softCredits)}\n {foreach from=$softCreditTypes item=softCreditType key=n}\n <tr>\n <th {$headerStyle}>\n {$softCreditType}\n </th>\n </tr>\n {foreach from=$softCredits.$n item=value key=label}\n <tr>\n <td {$labelStyle}>\n {$label}\n </td>\n <td {$valueStyle}>\n {$value}\n </td>\n </tr>\n {/foreach}\n {/foreach}\n {/if}\n\n {if !empty($pcpBlock)}\n <tr>\n <th {$headerStyle}>\n {ts}Personal Campaign Page{/ts}\n </th>\n </tr>\n <tr>\n <td {$labelStyle}>\n {ts}Display In Honor Roll{/ts}\n </td>\n <td {$valueStyle}>\n {if $pcp_display_in_roll}{ts}Yes{/ts}{else}{ts}No{/ts}{/if}\n </td>\n </tr>\n {if $pcp_roll_nickname}\n <tr>\n <td {$labelStyle}>\n {ts}Nickname{/ts}\n </td>\n <td {$valueStyle}>\n {$pcp_roll_nickname}\n </td>\n </tr>\n {/if}\n {if $pcp_personal_note}\n <tr>\n <td {$labelStyle}>\n {ts}Personal Note{/ts}\n </td>\n <td {$valueStyle}>\n {$pcp_personal_note}\n </td>\n </tr>\n {/if}\n {/if}\n\n {if !empty($onBehalfProfile)}\n <tr>\n <th {$headerStyle}>\n {$onBehalfProfile_grouptitle}\n </th>\n </tr>\n {foreach from=$onBehalfProfile item=onBehalfValue key=onBehalfName}\n <tr>\n <td {$labelStyle}>\n {$onBehalfName}\n </td>\n <td {$valueStyle}>\n {$onBehalfValue}\n </td>\n </tr>\n {/foreach}\n {/if}\n\n {if !empty($isShare)}\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n {capture assign=contributionUrl}{crmURL p=\'civicrm/contribute/transact\' q=\"reset=1&id=`$contributionPageId`\" a=true fe=1 h=1}{/capture}\n {include file=\"CRM/common/SocialNetwork.tpl\" emailMode=true url=$contributionUrl title=$title pageURL=$contributionUrl}\n </td>\n </tr>\n {/if}\n\n {if !empty($billingName)}\n <tr>\n <th {$headerStyle}>\n {ts}Billing Name and Address{/ts}\n </th>\n </tr>\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n {$billingName}<br />\n {$address|nl2br}<br />\n {$email}\n </td>\n </tr>\n {elseif !empty($email)}\n <tr>\n <th {$headerStyle}>\n {ts}Registered Email{/ts}\n </th>\n </tr>\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n {$email}\n </td>\n </tr>\n {/if}\n\n {if !empty($credit_card_type)}\n <tr>\n <th {$headerStyle}>\n {ts}Credit Card Information{/ts}\n </th>\n </tr>\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n {$credit_card_type}<br />\n {$credit_card_number}<br />\n {ts}Expires{/ts}: {$credit_card_exp_date|truncate:7:\'\'|crmDate}<br />\n </td>\n </tr>\n {/if}\n\n {if !empty($selectPremium)}\n <tr>\n <th {$headerStyle}>\n {ts}Premium Information{/ts}\n </th>\n </tr>\n <tr>\n <td colspan=\"2\" {$labelStyle}>\n {$product_name}\n </td>\n </tr>\n {if $option}\n <tr>\n <td {$labelStyle}>\n {ts}Option{/ts}\n </td>\n <td {$valueStyle}>\n {$option}\n </td>\n </tr>\n {/if}\n {if $sku}\n <tr>\n <td {$labelStyle}>\n {ts}SKU{/ts}\n </td>\n <td {$valueStyle}>\n {$sku}\n </td>\n </tr>\n {/if}\n {if $start_date}\n <tr>\n <td {$labelStyle}>\n {ts}Start Date{/ts}\n </td>\n <td {$valueStyle}>\n {$start_date|crmDate}\n </td>\n </tr>\n {/if}\n {if $end_date}\n <tr>\n <td {$labelStyle}>\n {ts}End Date{/ts}\n </td>\n <td {$valueStyle}>\n {$end_date|crmDate}\n </td>\n </tr>\n {/if}\n {if !empty($contact_email) OR !empty($contact_phone)}\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n <p>{ts}For information about this premium, contact:{/ts}</p>\n {if !empty($contact_email)}\n <p>{$contact_email}</p>\n {/if}\n {if !empty($contact_phone)}\n <p>{$contact_phone}</p>\n {/if}\n </td>\n </tr>\n {/if}\n {if $is_deductible AND !empty($price)}\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n <p>{ts 1=$price|crmMoney:$currency}The value of this premium is %1. This may affect the amount of the tax deduction you can claim. Consult your tax advisor for more information.{/ts}</p>\n </td>\n </tr>\n {/if}\n {/if}\n\n {if !empty($customPre)}\n <tr>\n <th {$headerStyle}>\n {$customPre_grouptitle}\n </th>\n </tr>\n {foreach from=$customPre item=customValue key=customName}\n {if (!empty($trackingFields) and ! in_array($customName, $trackingFields)) or empty($trackingFields)}\n <tr>\n <td {$labelStyle}>\n {$customName}\n </td>\n <td {$valueStyle}>\n {$customValue}\n </td>\n </tr>\n {/if}\n {/foreach}\n {/if}\n\n {if !empty($customPost)}\n <tr>\n <th {$headerStyle}>\n {$customPost_grouptitle}\n </th>\n </tr>\n {foreach from=$customPost item=customValue key=customName}\n {if (!empty($trackingFields) and ! in_array($customName, $trackingFields)) or empty($trackingFields)}\n <tr>\n <td {$labelStyle}>\n {$customName}\n </td>\n <td {$valueStyle}>\n {$customValue}\n </td>\n </tr>\n {/if}\n {/foreach}\n {/if}\n\n </table>\n\n</body>\n</html>\n',1,816,'contribution_online_receipt',0,1,0,NULL), (9,'Contributions - Invoice','{if $title}\n {if $component}\n {if $component == \'event\'}\n {ts 1=$title}Event Registration Invoice: %1{/ts}\n {else}\n {ts 1=$title}Contribution Invoice: %1{/ts}\n {/if}\n {/if}\n{else}\n {ts}Invoice{/ts}\n{/if}\n - {contact.display_name}\n','{ts}Contribution Invoice{/ts}\n','<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n <head>\n <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n <title></title>\n </head>\n <body>\n <div style=\"padding-top:100px;margin-right:50px;border-style: none;\">\n {if $config->empoweredBy}\n <table style=\"margin-top:5px;padding-bottom:50px;\" cellpadding=\"5\" cellspacing=\"0\">\n <tr>\n <td><img src=\"{domain.empowered_by_civicrm_image_url}\" height=\"34px\" width=\"99px\"></td>\n </tr>\n </table>\n {/if}\n <table style=\"font-family: Arial, Verdana, sans-serif;\" width=\"100%\" height=\"100\" border=\"0\" cellpadding=\"5\" cellspacing=\"0\">\n <tr>\n <td width=\"30%\"><b><font size=\"4\" align=\"center\">{ts}INVOICE{/ts}</font></b></td>\n <td width=\"50%\" valign=\"bottom\"><b><font size=\"1\" align=\"center\">{ts}Invoice Date:{/ts}</font></b></td>\n <td valign=\"bottom\" style=\"white-space: nowrap\"><b><font size=\"1\" align=\"right\">{domain.name}</font></b></td>\n </tr>\n <tr>\n <td><font size=\"1\" align=\"center\">{contact.display_name}{if \'{contact.current_employer}\'} ({contact.current_employer}){/if}</font></td>\n <td><font size=\"1\" align=\"right\">{$invoice_date}</font></td>\n <td style=\"white-space: nowrap\"><font size=\"1\" align=\"right\">\n {domain.street_address}\n {domain.supplemental_address_1}\n </font></td>\n </tr>\n <tr>\n <td><font size=\"1\" align=\"center\">{$street_address} {$supplemental_address_1}</font></td>\n <td><b><font size=\"1\" align=\"right\">{ts}Invoice Number:{/ts}</font></b></td>\n <td><font size=\"1\" align=\"right\">\n {domain.supplemental_address_2}\n {domain.state_province_id:label}\n </font></td>\n </tr>\n <tr>\n <td><font size=\"1\" align=\"center\">{$supplemental_address_2} {$stateProvinceAbbreviation}</font></td>\n <td><font size=\"1\" align=\"right\">{contribution.invoice_number}</font></td>\n <td style=\"white-space: nowrap\"><font size=\"1\" align=\"right\">\n {domain.city}\n {domain.postal_code}\n </font></td>\n </tr>\n <tr>\n <td><font size=\"1\" align=\"right\">{$city} {$postal_code}</font></td>\n <td height=\"10\"><b><font size=\"1\" align=\"right\">{ts}Reference:{/ts}</font></b></td>\n <td><font size=\"1\" align=\"right\">{domain.country_id:label}</font></td>\n </tr>\n <tr>\n <td><font size=\"1\" align=\"right\"> {$country}</font></td>\n <td><font size=\"1\" align=\"right\">{contribution.source}</font></td>\n <td valign=\"top\" style=\"white-space: nowrap\"><font size=\"1\" align=\"right\">{domain.email}</font> </td>\n </tr>\n <tr>\n <td></td>\n <td></td>\n <td valign=\"top\"><font size=\"1\" align=\"right\">{domain.phone}</font> </td>\n </tr>\n </table>\n\n <table style=\"padding-top:75px;font-family: Arial, Verdana, sans-serif;\" width=\"100%\" border=\"0\" cellpadding=\"5\" cellspacing=\"0\">\n <tr>\n <th style=\"text-align:left;font-weight:bold;width:100%\"><font size=\"1\">{ts}Description{/ts}</font></th>\n <th style=\"text-align:right;font-weight:bold;white-space: nowrap\"><font size=\"1\">{ts}Quantity{/ts}</font></th>\n <th style=\"text-align:right;font-weight:bold;white-space: nowrap\"><font size=\"1\">{ts}Unit Price{/ts}</font></th>\n <th style=\"text-align:right;font-weight:bold;white-space: nowrap\"><font size=\"1\">{domain.tax_term}</font></th>\n <th style=\"text-align:right;font-weight:bold;white-space: nowrap\"><font size=\"1\">{ts 1=$currency}Amount %1{/ts}</font></th>\n </tr>\n {foreach from=$lineItems item=line}\n <tr>\n <td style=\"text-align:left;nowrap\"><font size=\"1\">\n {$line.title}\n </font></td>\n <td style=\"text-align:right;\"><font size=\"1\">{$line.qty}</font></td>\n <td style=\"text-align:right;\"><font size=\"1\">{$line.unit_price|crmMoney:$currency}</font></td>\n {if $line.tax_amount != \'\'}\n <td style=\"text-align:right;\"><font size=\"1\">{if $line.tax_rate}{$line.tax_rate|crmNumberFormat}%{/if}</font></td>\n {else}\n <td style=\"text-align:right;\"><font size=\"1\">{if \'{domain.tax_term}\'}{ts 1=\'{domain.tax_term}\'}-{/ts}{/if}</font></td>\n {/if}\n <td style=\"text-align:right;\"><font size=\"1\">{$line.line_total|crmMoney:\'{contribution.currency}\'}</font></td>\n </tr>\n {/foreach}\n <tr>\n <td colspan=\"3\"></td>\n <td style=\"text-align:right;\"><font size=\"1\">{ts}Sub Total{/ts}</font></td>\n <td style=\"text-align:right;\"><font size=\"1\">{$subTotal|crmMoney:$currency}</font></td>\n </tr>\n {foreach from=$taxRateBreakdown item=taxDetail key=taxRate}\n {if $taxRate != 0}\n <tr>\n <td colspan=\"3\"></td>\n <td style=\"text-align:right;white-space: nowrap\"><font size=\"1\">{if \'{domain.tax_term}\'}{ts 1=\'{domain.tax_term}\' 2=$taxRate|crmNumberFormat}TOTAL %1 %2%{/ts}{/if}</font></td>\n <td style=\"text-align:right\"><font size=\"1\" align=\"right\">{$taxDetail.amount|crmMoney:\'{contribution.currency}\'}</font> </td>\n </tr>\n {/if}\n {/foreach}\n <tr>\n <td colspan=\"3\"></td>\n <td style=\"text-align:right;white-space: nowrap\"><b><font size=\"1\">{ts 1=$currency}TOTAL %1{/ts}</font></b></td>\n <td style=\"text-align:right;\"><font size=\"1\">{$amount|crmMoney:$currency}</font></td>\n </tr>\n <tr>\n <td colspan=\"3\"></td>\n <td style=\"text-align:right;white-space: nowrap\"><font size=\"1\">\n {if \'{contribution.contribution_status_id:name}\' == \'Refunded\'}\n {ts}Amount Credited{/ts}\n {else}\n {ts}Amount Paid{/ts}\n {/if}\n </font></td>\n <td style=\"text-align:right;\"><font size=\"1\">{$amountPaid|crmMoney:$currency}</font></td>\n </tr>\n <tr>\n <td colspan=\"3\"></td>\n <td colspan=\"2\"><hr></hr></td>\n </tr>\n <tr>\n <td colspan=\"3\"></td>\n <td style=\"text-align:right;white-space: nowrap\" ><b><font size=\"1\">{ts}AMOUNT DUE:{/ts}</font></b></td>\n <td style=\"text-align:right;\"><b><font size=\"1\">{$amountDue|crmMoney:$currency}</font></b></td>\n </tr>\n <tr>\n <td colspan=\"5\"></td>\n </tr>\n {if \'{contribution.contribution_status_id:name}\' == \'Pending\' && \'{contribution.is_pay_later}\' == 1}\n <tr>\n <td colspan=\"3\"><b><font size=\"1\" align=\"center\">{ts 1=$dueDate}DUE DATE: %1{/ts}</font></b></td>\n <td colspan=\"2\"></td>\n </tr>\n {/if}\n </table>\n\n {if \'{contribution.contribution_status_id:name}\' == \'Pending\' && \'{contribution.is_pay_later}\' == 1}\n <table style=\"margin-top:5px;\" width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\n <tr>\n <td><img src=\"{$resourceBase}/i/contribute/cut_line.png\" height=\"15\"></td>\n </tr>\n </table>\n\n <table style=\"margin-top:5px;font-family: Arial, Verdana, sans-serif\" width=\"100%\" border=\"0\" cellpadding=\"5\" cellspacing=\"0\" id=\"desc\">\n <tr>\n <td width=\"60%\"><b><font size=\"4\" align=\"right\">{ts}PAYMENT ADVICE{/ts}</font></b><br/><br/>\n <font size=\"1\" align=\"left\"><b>{ts}To:{/ts}</b><div style=\"width:24em;word-wrap:break-word;\">\n {domain.name}<br />\n {domain.street_address} {domain.supplemental_address_1}<br />\n {domain.supplemental_address_2} {domain.state_province_id:label}<br />\n {domain.city} {domain.postal_code}<br />\n {domain.country_id:label}<br />\n {domain.email}</div>\n {domain.phone}<br />\n </font>\n <br/><br/><font size=\"1\" align=\"left\">{$notes}</font>\n </td>\n <td width=\"40%\">\n <table cellpadding=\"5\" cellspacing=\"0\" width=\"100%\" border=\"0\">\n <tr>\n <td width=\"100%\"><font size=\"1\" align=\"right\" style=\"font-weight:bold;\">{ts}Customer:{/ts}</font></td>\n <td style=\"white-space: nowrap\"><font size=\"1\" align=\"right\">{contact.display_name}</font></td>\n </tr>\n <tr>\n <td><font size=\"1\" align=\"right\" style=\"font-weight:bold;\">{ts}Invoice Number:{/ts}</font></td>\n <td><font size=\"1\" align=\"right\">{contribution.invoice_number}</font></td>\n </tr>\n <tr><td colspan=\"5\" style=\"color:#F5F5F5;\"><hr></td></tr>\n {if $is_pay_later == 1}\n <tr>\n <td><font size=\"1\" align=\"right\" style=\"font-weight:bold;\">{ts}Amount Due:{/ts}</font></td>\n <td><font size=\"1\" align=\"right\" style=\"font-weight:bold;\">{$amount|crmMoney:$currency}</font></td>\n </tr>\n {else}\n <tr>\n <td><font size=\"1\" align=\"right\" style=\"font-weight:bold;\">{ts}Amount Due:{/ts}</font></td>\n <td><font size=\"1\" align=\"right\" style=\"font-weight:bold;\">{$amountDue|crmMoney:$currency}</font></td>\n </tr>\n {/if}\n <tr>\n <td><font size=\"1\" align=\"right\" style=\"font-weight:bold;\">{ts}Due Date:{/ts}</font></td>\n <td><font size=\"1\" align=\"right\">{$dueDate}</font></td>\n </tr>\n <tr>\n <td colspan=\"5\" style=\"color:#F5F5F5;\"><hr></td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n {/if}\n\n {if \'{contribution.contribution_status_id:name}\' === \'Refunded\' || \'{contribution.contribution_status_id:name}\' === \'Cancelled\'}\n {if $config->empoweredBy}\n <table style=\"margin-top:2px;padding-left:7px;page-break-before: always;\">\n <tr>\n <td><img src=\"{$resourceBase}/i/civi99.png\" height=\"34px\" width=\"99px\"></td>\n </tr>\n </table>\n {/if}\n\n <table style=\"font-family: Arial, Verdana, sans-serif\" width=\"100%\" height=\"100\" border=\"0\" cellpadding=\"5\" cellspacing=\"5\">\n <tr>\n <td style=\"padding-left:15px;\"><b><font size=\"4\" align=\"center\">{ts}CREDIT NOTE{/ts}</font></b></td>\n <td style=\"padding-left:30px;\"><b><font size=\"1\" align=\"right\">{ts}Date:{/ts}</font></b></td>\n <td><font size=\"1\" align=\"right\">{domain.name}</font></td>\n </tr>\n <tr>\n <td style=\"padding-left:17px;\"><font size=\"1\" align=\"center\">{contact.display_name}{if \'{contact.current_employer}\'} ({contact.current_employer}){/if}</font></td>\n <td style=\"padding-left:30px;\"><font size=\"1\" align=\"right\">{$invoice_date}</font></td>\n <td><font size=\"1\" align=\"right\">\n {domain.street_address}\n {domain.supplemental_address_1}\n </font></td>\n </tr>\n <tr>\n <td style=\"padding-left:17px;\"><font size=\"1\" align=\"center\">{$street_address} {$supplemental_address_1}</font></td>\n <td style=\"padding-left:30px;\"><b><font size=\"1\" align=\"right\">{ts}Credit Note Number:{/ts}</font></b></td>\n <td><font size=\"1\" align=\"right\">\n {domain.supplemental_address_2}\n {domain.state_province_id:label}\n </font></td>\n </tr>\n <tr>\n <td style=\"padding-left:17px;\"><font size=\"1\" align=\"center\">{$supplemental_address_2} {$stateProvinceAbbreviation}</font></td>\n <td style=\"padding-left:30px;\"><font size=\"1\" align=\"right\">{contribution.creditnote_id}</font></td>\n <td><font size=\"1\" align=\"right\">\n {domain.city}\n {domain.postal_code}\n </font></td>\n </tr>\n <tr>\n <td style=\"padding-left:17px;\"><font size=\"1\" align=\"right\">{$city} {$postal_code}</font></td>\n <td height=\"10\" style=\"padding-left:30px;\"><b><font size=\"1\" align=\"right\">{ts}Reference:{/ts}</font></b></td>\n <td><font size=\"1\" align=\"right\">\n {domain.country_id:label}\n </font></td>\n </tr>\n <tr>\n <td></td>\n <td style=\"padding-left:30px;\"><font size=\"1\" align=\"right\">{contribution.source}</font></td>\n <td><font size=\"1\" align=\"right\">\n {domain.email}\n </font></td>\n </tr>\n <tr>\n <td></td>\n <td></td>\n <td><font size=\"1\" align=\"right\">\n {domain.phone}\n </font></td>\n </tr>\n </table>\n\n <table style=\"margin-top:75px;font-family: Arial, Verdana, sans-serif\" width=\"100%\" border=\"0\" cellpadding=\"5\" cellspacing=\"5\" id=\"desc\">\n <tr>\n <td colspan=\"2\">\n <table>\n <tr>\n <th style=\"padding-right:28px;text-align:left;font-weight:bold;width:200px;\"><font size=\"1\">{ts}Description{/ts}</font></th>\n <th style=\"padding-left:28px;text-align:right;font-weight:bold;\"><font size=\"1\">{ts}Quantity{/ts}</font></th>\n <th style=\"padding-left:28px;text-align:right;font-weight:bold;\"><font size=\"1\">{ts}Unit Price{/ts}</font></th>\n <th style=\"padding-left:28px;text-align:right;font-weight:bold;\"><font size=\"1\">{domain.tax_term}</font></th>\n <th style=\"padding-left:28px;text-align:right;font-weight:bold;\"><font size=\"1\">{ts 1=$currency}Amount %1{/ts}</font></th>\n </tr>\n {foreach from=$lineItems item=line key=index}\n <tr><td colspan=\"5\"><hr {if $index == 0}size=\"3\" style=\"color:#000;\"{else}style=\"color:#F5F5F5;\"{/if}></hr></td></tr>\n <tr>\n <td style =\"text-align:left;\" ><font size=\"1\">\n {$line.title}\n </font></td>\n <td style=\"padding-left:28px;text-align:right;\"><font size=\"1\">{$line.qty}</font></td>\n <td style=\"padding-left:28px;text-align:right;\"><font size=\"1\">{$line.unit_price|crmMoney:$currency}</font></td>\n {if $line.tax_amount != \'\'}\n <td style=\"padding-left:28px;text-align:right;\"><font size=\"1\">{if $line.tax_rate}{$line.tax_rate|crmNumberFormat}%{/if}</font></td>\n {else}\n <td style=\"padding-left:28px;text-align:right\"><font size=\"1\">{if \'{domain.tax_term}\'}{ts 1=\'{domain.tax_term}\'}No %1{/ts}{/if}</font></td>\n {/if}\n <td style=\"padding-left:28px;text-align:right;\"><font size=\"1\">{$line.line_total|crmMoney:\'{contribution.currency}\'}</font></td>\n </tr>\n {/foreach}\n <tr><td colspan=\"5\" style=\"color:#F5F5F5;\"><hr></hr></td></tr>\n <tr>\n <td colspan=\"3\"></td>\n <td style=\"padding-left:28px;text-align:right;\"><font size=\"1\">{ts}Sub Total{/ts}</font></td>\n <td style=\"padding-left:28px;text-align:right;\"><font size=\"1\">{$subTotal|crmMoney:$currency}</font></td>\n </tr>\n {foreach from=$taxRateBreakdown item=taxDetail key=taxRate}\n {if $taxRate != 0}\n <tr>\n <td colspan=\"3\"></td>\n <td style=\"padding-left:28px;text-align:right;\"><font size=\"1\">{if \'{domain.tax_term}\'}{ts 1=\'{domain.tax_term}\' 2=$taxRate|crmNumberFormat}TOTAL %1 %2%{/ts}{/if}</font></td>\n <td style=\"padding-left:28px;text-align:right;\"><font size=\"1\" align=\"right\">{$taxDetail.amount|crmMoney:\'{contribution.currency}\'}</font> </td>\n </tr>\n {/if}\n {/foreach}\n <tr>\n <td colspan=\"3\"></td>\n <td colspan=\"2\"><hr></hr></td>\n </tr>\n <tr>\n <td colspan=\"3\"></td>\n <td style=\"padding-left:28px;text-align:right;\"><b><font size=\"1\">{ts 1=$currency}TOTAL %1{/ts}</font></b></td>\n <td style=\"padding-left:28px;text-align:right;\"><font size=\"1\">{$amount|crmMoney:$currency}</font></td>\n </tr>\n {if \'{contribution.is_pay_later}\' == 0}\n <tr>\n <td colspan=\"3\"></td>\n <td style=\"padding-left:28px;text-align:right;\"><font size=\"1\">{ts}LESS Credit to invoice(s){/ts}</font></td>\n <td style=\"padding-left:28px;text-align:right;\"><font size=\"1\">{$amount|crmMoney:$currency}</font></td>\n </tr>\n <tr>\n <td colspan=\"3\"></td>\n <td colspan=\"2\"><hr></hr></td>\n </tr>\n <tr>\n <td colspan=\"3\"></td>\n <td style=\"padding-left:28px;text-align:right;\"><b><font size=\"1\">{ts}REMAINING CREDIT{/ts}</font></b></td>\n <td style=\"padding-left:28px;text-align:right;\"><b><font size=\"1\">{$amountDue|crmMoney:$currency}</font></b></td>\n <td style=\"padding-left:28px;\"><font size=\"1\" align=\"right\"></font></td>\n </tr>\n {/if}\n <br/><br/><br/>\n <tr>\n <td colspan=\"3\"></td>\n </tr>\n <tr>\n <td></td>\n <td colspan=\"3\"></td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n\n <table width=\"100%\" style=\"margin-top:5px;padding-right:45px;\">\n <tr>\n <td><img src=\"{$resourceBase}/i/contribute/cut_line.png\" height=\"15\" width=\"100%\"></td>\n </tr>\n </table>\n\n <table style=\"margin-top:6px;font-family: Arial, Verdana, sans-serif\" width=\"100%\" border=\"0\" cellpadding=\"5\" cellspacing=\"5\" id=\"desc\">\n <tr>\n <td width=\"60%\"><font size=\"4\" align=\"right\"><b>{ts}CREDIT ADVICE{/ts}</b><br/><br /><div style=\"font-size:10px;max-width:300px;\">{ts}Please do not pay on this advice. Deduct the amount of this Credit Note from your next payment to us{/ts}</div><br/></font></td>\n <td width=\"40%\">\n <table align=\"right\">\n <tr>\n <td colspan=\"2\"></td>\n <td><font size=\"1\" align=\"right\" style=\"font-weight:bold;\">{ts}Customer:{/ts}</font></td>\n <td><font size=\"1\" align=\"right\">{contact.display_name}</font></td>\n </tr>\n <tr>\n <td colspan=\"2\"></td>\n <td><font size=\"1\" align=\"right\" style=\"font-weight:bold;\">{ts}Credit Note#:{/ts}</font></td>\n <td><font size=\"1\" align=\"right\">{contribution.creditnote_id}</font></td>\n </tr>\n <tr><td colspan=\"5\"style=\"color:#F5F5F5;\"><hr></hr></td></tr>\n <tr>\n <td colspan=\"2\"></td>\n <td><font size=\"1\" align=\"right\" style=\"font-weight:bold;\">{ts}Credit Amount:{/ts}</font></td>\n <td width=\'50px\'><font size=\"1\" align=\"right\" style=\"font-weight:bold;\">{$amount|crmMoney:$currency}</font></td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n {/if}\n\n </div>\n </body>\n</html>\n',1,817,'contribution_invoice_receipt',1,0,0,NULL), (10,'Contributions - Invoice','{if $title}\n {if $component}\n {if $component == \'event\'}\n {ts 1=$title}Event Registration Invoice: %1{/ts}\n {else}\n {ts 1=$title}Contribution Invoice: %1{/ts}\n {/if}\n {/if}\n{else}\n {ts}Invoice{/ts}\n{/if}\n - {contact.display_name}\n','{ts}Contribution Invoice{/ts}\n','<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n <head>\n <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n <title></title>\n </head>\n <body>\n <div style=\"padding-top:100px;margin-right:50px;border-style: none;\">\n {if $config->empoweredBy}\n <table style=\"margin-top:5px;padding-bottom:50px;\" cellpadding=\"5\" cellspacing=\"0\">\n <tr>\n <td><img src=\"{domain.empowered_by_civicrm_image_url}\" height=\"34px\" width=\"99px\"></td>\n </tr>\n </table>\n {/if}\n <table style=\"font-family: Arial, Verdana, sans-serif;\" width=\"100%\" height=\"100\" border=\"0\" cellpadding=\"5\" cellspacing=\"0\">\n <tr>\n <td width=\"30%\"><b><font size=\"4\" align=\"center\">{ts}INVOICE{/ts}</font></b></td>\n <td width=\"50%\" valign=\"bottom\"><b><font size=\"1\" align=\"center\">{ts}Invoice Date:{/ts}</font></b></td>\n <td valign=\"bottom\" style=\"white-space: nowrap\"><b><font size=\"1\" align=\"right\">{domain.name}</font></b></td>\n </tr>\n <tr>\n <td><font size=\"1\" align=\"center\">{contact.display_name}{if \'{contact.current_employer}\'} ({contact.current_employer}){/if}</font></td>\n <td><font size=\"1\" align=\"right\">{$invoice_date}</font></td>\n <td style=\"white-space: nowrap\"><font size=\"1\" align=\"right\">\n {domain.street_address}\n {domain.supplemental_address_1}\n </font></td>\n </tr>\n <tr>\n <td><font size=\"1\" align=\"center\">{$street_address} {$supplemental_address_1}</font></td>\n <td><b><font size=\"1\" align=\"right\">{ts}Invoice Number:{/ts}</font></b></td>\n <td><font size=\"1\" align=\"right\">\n {domain.supplemental_address_2}\n {domain.state_province_id:label}\n </font></td>\n </tr>\n <tr>\n <td><font size=\"1\" align=\"center\">{$supplemental_address_2} {$stateProvinceAbbreviation}</font></td>\n <td><font size=\"1\" align=\"right\">{contribution.invoice_number}</font></td>\n <td style=\"white-space: nowrap\"><font size=\"1\" align=\"right\">\n {domain.city}\n {domain.postal_code}\n </font></td>\n </tr>\n <tr>\n <td><font size=\"1\" align=\"right\">{$city} {$postal_code}</font></td>\n <td height=\"10\"><b><font size=\"1\" align=\"right\">{ts}Reference:{/ts}</font></b></td>\n <td><font size=\"1\" align=\"right\">{domain.country_id:label}</font></td>\n </tr>\n <tr>\n <td><font size=\"1\" align=\"right\"> {$country}</font></td>\n <td><font size=\"1\" align=\"right\">{contribution.source}</font></td>\n <td valign=\"top\" style=\"white-space: nowrap\"><font size=\"1\" align=\"right\">{domain.email}</font> </td>\n </tr>\n <tr>\n <td></td>\n <td></td>\n <td valign=\"top\"><font size=\"1\" align=\"right\">{domain.phone}</font> </td>\n </tr>\n </table>\n\n <table style=\"padding-top:75px;font-family: Arial, Verdana, sans-serif;\" width=\"100%\" border=\"0\" cellpadding=\"5\" cellspacing=\"0\">\n <tr>\n <th style=\"text-align:left;font-weight:bold;width:100%\"><font size=\"1\">{ts}Description{/ts}</font></th>\n <th style=\"text-align:right;font-weight:bold;white-space: nowrap\"><font size=\"1\">{ts}Quantity{/ts}</font></th>\n <th style=\"text-align:right;font-weight:bold;white-space: nowrap\"><font size=\"1\">{ts}Unit Price{/ts}</font></th>\n <th style=\"text-align:right;font-weight:bold;white-space: nowrap\"><font size=\"1\">{domain.tax_term}</font></th>\n <th style=\"text-align:right;font-weight:bold;white-space: nowrap\"><font size=\"1\">{ts 1=$currency}Amount %1{/ts}</font></th>\n </tr>\n {foreach from=$lineItems item=line}\n <tr>\n <td style=\"text-align:left;nowrap\"><font size=\"1\">\n {$line.title}\n </font></td>\n <td style=\"text-align:right;\"><font size=\"1\">{$line.qty}</font></td>\n <td style=\"text-align:right;\"><font size=\"1\">{$line.unit_price|crmMoney:$currency}</font></td>\n {if $line.tax_amount != \'\'}\n <td style=\"text-align:right;\"><font size=\"1\">{if $line.tax_rate}{$line.tax_rate|crmNumberFormat}%{/if}</font></td>\n {else}\n <td style=\"text-align:right;\"><font size=\"1\">{if \'{domain.tax_term}\'}{ts 1=\'{domain.tax_term}\'}-{/ts}{/if}</font></td>\n {/if}\n <td style=\"text-align:right;\"><font size=\"1\">{$line.line_total|crmMoney:\'{contribution.currency}\'}</font></td>\n </tr>\n {/foreach}\n <tr>\n <td colspan=\"3\"></td>\n <td style=\"text-align:right;\"><font size=\"1\">{ts}Sub Total{/ts}</font></td>\n <td style=\"text-align:right;\"><font size=\"1\">{$subTotal|crmMoney:$currency}</font></td>\n </tr>\n {foreach from=$taxRateBreakdown item=taxDetail key=taxRate}\n {if $taxRate != 0}\n <tr>\n <td colspan=\"3\"></td>\n <td style=\"text-align:right;white-space: nowrap\"><font size=\"1\">{if \'{domain.tax_term}\'}{ts 1=\'{domain.tax_term}\' 2=$taxRate|crmNumberFormat}TOTAL %1 %2%{/ts}{/if}</font></td>\n <td style=\"text-align:right\"><font size=\"1\" align=\"right\">{$taxDetail.amount|crmMoney:\'{contribution.currency}\'}</font> </td>\n </tr>\n {/if}\n {/foreach}\n <tr>\n <td colspan=\"3\"></td>\n <td style=\"text-align:right;white-space: nowrap\"><b><font size=\"1\">{ts 1=$currency}TOTAL %1{/ts}</font></b></td>\n <td style=\"text-align:right;\"><font size=\"1\">{$amount|crmMoney:$currency}</font></td>\n </tr>\n <tr>\n <td colspan=\"3\"></td>\n <td style=\"text-align:right;white-space: nowrap\"><font size=\"1\">\n {if \'{contribution.contribution_status_id:name}\' == \'Refunded\'}\n {ts}Amount Credited{/ts}\n {else}\n {ts}Amount Paid{/ts}\n {/if}\n </font></td>\n <td style=\"text-align:right;\"><font size=\"1\">{$amountPaid|crmMoney:$currency}</font></td>\n </tr>\n <tr>\n <td colspan=\"3\"></td>\n <td colspan=\"2\"><hr></hr></td>\n </tr>\n <tr>\n <td colspan=\"3\"></td>\n <td style=\"text-align:right;white-space: nowrap\" ><b><font size=\"1\">{ts}AMOUNT DUE:{/ts}</font></b></td>\n <td style=\"text-align:right;\"><b><font size=\"1\">{$amountDue|crmMoney:$currency}</font></b></td>\n </tr>\n <tr>\n <td colspan=\"5\"></td>\n </tr>\n {if \'{contribution.contribution_status_id:name}\' == \'Pending\' && \'{contribution.is_pay_later}\' == 1}\n <tr>\n <td colspan=\"3\"><b><font size=\"1\" align=\"center\">{ts 1=$dueDate}DUE DATE: %1{/ts}</font></b></td>\n <td colspan=\"2\"></td>\n </tr>\n {/if}\n </table>\n\n {if \'{contribution.contribution_status_id:name}\' == \'Pending\' && \'{contribution.is_pay_later}\' == 1}\n <table style=\"margin-top:5px;\" width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\n <tr>\n <td><img src=\"{$resourceBase}/i/contribute/cut_line.png\" height=\"15\"></td>\n </tr>\n </table>\n\n <table style=\"margin-top:5px;font-family: Arial, Verdana, sans-serif\" width=\"100%\" border=\"0\" cellpadding=\"5\" cellspacing=\"0\" id=\"desc\">\n <tr>\n <td width=\"60%\"><b><font size=\"4\" align=\"right\">{ts}PAYMENT ADVICE{/ts}</font></b><br/><br/>\n <font size=\"1\" align=\"left\"><b>{ts}To:{/ts}</b><div style=\"width:24em;word-wrap:break-word;\">\n {domain.name}<br />\n {domain.street_address} {domain.supplemental_address_1}<br />\n {domain.supplemental_address_2} {domain.state_province_id:label}<br />\n {domain.city} {domain.postal_code}<br />\n {domain.country_id:label}<br />\n {domain.email}</div>\n {domain.phone}<br />\n </font>\n <br/><br/><font size=\"1\" align=\"left\">{$notes}</font>\n </td>\n <td width=\"40%\">\n <table cellpadding=\"5\" cellspacing=\"0\" width=\"100%\" border=\"0\">\n <tr>\n <td width=\"100%\"><font size=\"1\" align=\"right\" style=\"font-weight:bold;\">{ts}Customer:{/ts}</font></td>\n <td style=\"white-space: nowrap\"><font size=\"1\" align=\"right\">{contact.display_name}</font></td>\n </tr>\n <tr>\n <td><font size=\"1\" align=\"right\" style=\"font-weight:bold;\">{ts}Invoice Number:{/ts}</font></td>\n <td><font size=\"1\" align=\"right\">{contribution.invoice_number}</font></td>\n </tr>\n <tr><td colspan=\"5\" style=\"color:#F5F5F5;\"><hr></td></tr>\n {if $is_pay_later == 1}\n <tr>\n <td><font size=\"1\" align=\"right\" style=\"font-weight:bold;\">{ts}Amount Due:{/ts}</font></td>\n <td><font size=\"1\" align=\"right\" style=\"font-weight:bold;\">{$amount|crmMoney:$currency}</font></td>\n </tr>\n {else}\n <tr>\n <td><font size=\"1\" align=\"right\" style=\"font-weight:bold;\">{ts}Amount Due:{/ts}</font></td>\n <td><font size=\"1\" align=\"right\" style=\"font-weight:bold;\">{$amountDue|crmMoney:$currency}</font></td>\n </tr>\n {/if}\n <tr>\n <td><font size=\"1\" align=\"right\" style=\"font-weight:bold;\">{ts}Due Date:{/ts}</font></td>\n <td><font size=\"1\" align=\"right\">{$dueDate}</font></td>\n </tr>\n <tr>\n <td colspan=\"5\" style=\"color:#F5F5F5;\"><hr></td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n {/if}\n\n {if \'{contribution.contribution_status_id:name}\' === \'Refunded\' || \'{contribution.contribution_status_id:name}\' === \'Cancelled\'}\n {if $config->empoweredBy}\n <table style=\"margin-top:2px;padding-left:7px;page-break-before: always;\">\n <tr>\n <td><img src=\"{$resourceBase}/i/civi99.png\" height=\"34px\" width=\"99px\"></td>\n </tr>\n </table>\n {/if}\n\n <table style=\"font-family: Arial, Verdana, sans-serif\" width=\"100%\" height=\"100\" border=\"0\" cellpadding=\"5\" cellspacing=\"5\">\n <tr>\n <td style=\"padding-left:15px;\"><b><font size=\"4\" align=\"center\">{ts}CREDIT NOTE{/ts}</font></b></td>\n <td style=\"padding-left:30px;\"><b><font size=\"1\" align=\"right\">{ts}Date:{/ts}</font></b></td>\n <td><font size=\"1\" align=\"right\">{domain.name}</font></td>\n </tr>\n <tr>\n <td style=\"padding-left:17px;\"><font size=\"1\" align=\"center\">{contact.display_name}{if \'{contact.current_employer}\'} ({contact.current_employer}){/if}</font></td>\n <td style=\"padding-left:30px;\"><font size=\"1\" align=\"right\">{$invoice_date}</font></td>\n <td><font size=\"1\" align=\"right\">\n {domain.street_address}\n {domain.supplemental_address_1}\n </font></td>\n </tr>\n <tr>\n <td style=\"padding-left:17px;\"><font size=\"1\" align=\"center\">{$street_address} {$supplemental_address_1}</font></td>\n <td style=\"padding-left:30px;\"><b><font size=\"1\" align=\"right\">{ts}Credit Note Number:{/ts}</font></b></td>\n <td><font size=\"1\" align=\"right\">\n {domain.supplemental_address_2}\n {domain.state_province_id:label}\n </font></td>\n </tr>\n <tr>\n <td style=\"padding-left:17px;\"><font size=\"1\" align=\"center\">{$supplemental_address_2} {$stateProvinceAbbreviation}</font></td>\n <td style=\"padding-left:30px;\"><font size=\"1\" align=\"right\">{contribution.creditnote_id}</font></td>\n <td><font size=\"1\" align=\"right\">\n {domain.city}\n {domain.postal_code}\n </font></td>\n </tr>\n <tr>\n <td style=\"padding-left:17px;\"><font size=\"1\" align=\"right\">{$city} {$postal_code}</font></td>\n <td height=\"10\" style=\"padding-left:30px;\"><b><font size=\"1\" align=\"right\">{ts}Reference:{/ts}</font></b></td>\n <td><font size=\"1\" align=\"right\">\n {domain.country_id:label}\n </font></td>\n </tr>\n <tr>\n <td></td>\n <td style=\"padding-left:30px;\"><font size=\"1\" align=\"right\">{contribution.source}</font></td>\n <td><font size=\"1\" align=\"right\">\n {domain.email}\n </font></td>\n </tr>\n <tr>\n <td></td>\n <td></td>\n <td><font size=\"1\" align=\"right\">\n {domain.phone}\n </font></td>\n </tr>\n </table>\n\n <table style=\"margin-top:75px;font-family: Arial, Verdana, sans-serif\" width=\"100%\" border=\"0\" cellpadding=\"5\" cellspacing=\"5\" id=\"desc\">\n <tr>\n <td colspan=\"2\">\n <table>\n <tr>\n <th style=\"padding-right:28px;text-align:left;font-weight:bold;width:200px;\"><font size=\"1\">{ts}Description{/ts}</font></th>\n <th style=\"padding-left:28px;text-align:right;font-weight:bold;\"><font size=\"1\">{ts}Quantity{/ts}</font></th>\n <th style=\"padding-left:28px;text-align:right;font-weight:bold;\"><font size=\"1\">{ts}Unit Price{/ts}</font></th>\n <th style=\"padding-left:28px;text-align:right;font-weight:bold;\"><font size=\"1\">{domain.tax_term}</font></th>\n <th style=\"padding-left:28px;text-align:right;font-weight:bold;\"><font size=\"1\">{ts 1=$currency}Amount %1{/ts}</font></th>\n </tr>\n {foreach from=$lineItems item=line key=index}\n <tr><td colspan=\"5\"><hr {if $index == 0}size=\"3\" style=\"color:#000;\"{else}style=\"color:#F5F5F5;\"{/if}></hr></td></tr>\n <tr>\n <td style =\"text-align:left;\" ><font size=\"1\">\n {$line.title}\n </font></td>\n <td style=\"padding-left:28px;text-align:right;\"><font size=\"1\">{$line.qty}</font></td>\n <td style=\"padding-left:28px;text-align:right;\"><font size=\"1\">{$line.unit_price|crmMoney:$currency}</font></td>\n {if $line.tax_amount != \'\'}\n <td style=\"padding-left:28px;text-align:right;\"><font size=\"1\">{if $line.tax_rate}{$line.tax_rate|crmNumberFormat}%{/if}</font></td>\n {else}\n <td style=\"padding-left:28px;text-align:right\"><font size=\"1\">{if \'{domain.tax_term}\'}{ts 1=\'{domain.tax_term}\'}No %1{/ts}{/if}</font></td>\n {/if}\n <td style=\"padding-left:28px;text-align:right;\"><font size=\"1\">{$line.line_total|crmMoney:\'{contribution.currency}\'}</font></td>\n </tr>\n {/foreach}\n <tr><td colspan=\"5\" style=\"color:#F5F5F5;\"><hr></hr></td></tr>\n <tr>\n <td colspan=\"3\"></td>\n <td style=\"padding-left:28px;text-align:right;\"><font size=\"1\">{ts}Sub Total{/ts}</font></td>\n <td style=\"padding-left:28px;text-align:right;\"><font size=\"1\">{$subTotal|crmMoney:$currency}</font></td>\n </tr>\n {foreach from=$taxRateBreakdown item=taxDetail key=taxRate}\n {if $taxRate != 0}\n <tr>\n <td colspan=\"3\"></td>\n <td style=\"padding-left:28px;text-align:right;\"><font size=\"1\">{if \'{domain.tax_term}\'}{ts 1=\'{domain.tax_term}\' 2=$taxRate|crmNumberFormat}TOTAL %1 %2%{/ts}{/if}</font></td>\n <td style=\"padding-left:28px;text-align:right;\"><font size=\"1\" align=\"right\">{$taxDetail.amount|crmMoney:\'{contribution.currency}\'}</font> </td>\n </tr>\n {/if}\n {/foreach}\n <tr>\n <td colspan=\"3\"></td>\n <td colspan=\"2\"><hr></hr></td>\n </tr>\n <tr>\n <td colspan=\"3\"></td>\n <td style=\"padding-left:28px;text-align:right;\"><b><font size=\"1\">{ts 1=$currency}TOTAL %1{/ts}</font></b></td>\n <td style=\"padding-left:28px;text-align:right;\"><font size=\"1\">{$amount|crmMoney:$currency}</font></td>\n </tr>\n {if \'{contribution.is_pay_later}\' == 0}\n <tr>\n <td colspan=\"3\"></td>\n <td style=\"padding-left:28px;text-align:right;\"><font size=\"1\">{ts}LESS Credit to invoice(s){/ts}</font></td>\n <td style=\"padding-left:28px;text-align:right;\"><font size=\"1\">{$amount|crmMoney:$currency}</font></td>\n </tr>\n <tr>\n <td colspan=\"3\"></td>\n <td colspan=\"2\"><hr></hr></td>\n </tr>\n <tr>\n <td colspan=\"3\"></td>\n <td style=\"padding-left:28px;text-align:right;\"><b><font size=\"1\">{ts}REMAINING CREDIT{/ts}</font></b></td>\n <td style=\"padding-left:28px;text-align:right;\"><b><font size=\"1\">{$amountDue|crmMoney:$currency}</font></b></td>\n <td style=\"padding-left:28px;\"><font size=\"1\" align=\"right\"></font></td>\n </tr>\n {/if}\n <br/><br/><br/>\n <tr>\n <td colspan=\"3\"></td>\n </tr>\n <tr>\n <td></td>\n <td colspan=\"3\"></td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n\n <table width=\"100%\" style=\"margin-top:5px;padding-right:45px;\">\n <tr>\n <td><img src=\"{$resourceBase}/i/contribute/cut_line.png\" height=\"15\" width=\"100%\"></td>\n </tr>\n </table>\n\n <table style=\"margin-top:6px;font-family: Arial, Verdana, sans-serif\" width=\"100%\" border=\"0\" cellpadding=\"5\" cellspacing=\"5\" id=\"desc\">\n <tr>\n <td width=\"60%\"><font size=\"4\" align=\"right\"><b>{ts}CREDIT ADVICE{/ts}</b><br/><br /><div style=\"font-size:10px;max-width:300px;\">{ts}Please do not pay on this advice. Deduct the amount of this Credit Note from your next payment to us{/ts}</div><br/></font></td>\n <td width=\"40%\">\n <table align=\"right\">\n <tr>\n <td colspan=\"2\"></td>\n <td><font size=\"1\" align=\"right\" style=\"font-weight:bold;\">{ts}Customer:{/ts}</font></td>\n <td><font size=\"1\" align=\"right\">{contact.display_name}</font></td>\n </tr>\n <tr>\n <td colspan=\"2\"></td>\n <td><font size=\"1\" align=\"right\" style=\"font-weight:bold;\">{ts}Credit Note#:{/ts}</font></td>\n <td><font size=\"1\" align=\"right\">{contribution.creditnote_id}</font></td>\n </tr>\n <tr><td colspan=\"5\"style=\"color:#F5F5F5;\"><hr></hr></td></tr>\n <tr>\n <td colspan=\"2\"></td>\n <td><font size=\"1\" align=\"right\" style=\"font-weight:bold;\">{ts}Credit Amount:{/ts}</font></td>\n <td width=\'50px\'><font size=\"1\" align=\"right\" style=\"font-weight:bold;\">{$amount|crmMoney:$currency}</font></td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n {/if}\n\n </div>\n </body>\n</html>\n',1,817,'contribution_invoice_receipt',0,1,0,NULL), (11,'Contributions - Recurring Start and End Notification','{ts}Recurring Contribution Notification{/ts} - {contact.display_name}\n','{assign var=\"greeting\" value=\"{contact.email_greeting_display}\"}{if $greeting}{$greeting},{/if}\n\n{if $recur_txnType eq \'START\'}\n{if $auto_renew_membership}\n{ts}Thanks for your auto renew membership sign-up.{/ts}\n\n\n{ts 1=$recur_frequency_interval 2=$recur_frequency_unit}This membership will be automatically renewed every %1 %2(s).{/ts}\n\n{if $cancelSubscriptionUrl}\n{ts 1=$cancelSubscriptionUrl}You can cancel the auto-renewal option by <a href=\"%1\">visiting this web page</a>.{/ts}\n\n{/if}\n\n{if $updateSubscriptionBillingUrl}\n{ts 1=$updateSubscriptionBillingUrl}You can update billing details for this automatically renewed membership by <a href=\"%1\">visiting this web page</a>.{/ts}\n\n{/if}\n{else}\n{ts}Thanks for your recurring contribution sign-up.{/ts}\n\n\n{ts 1=$recur_frequency_interval 2=$recur_frequency_unit 3=$recur_installments}This recurring contribution will be automatically processed every %1 %2(s){/ts}{if $recur_installments } {ts 1=$recur_installments} for a total of %1 installment(s){/ts}{/if}.\n\n{ts}Start Date{/ts}: {$recur_start_date|crmDate}\n\n{if $cancelSubscriptionUrl}\n{ts 1=$cancelSubscriptionUrl}You can cancel the recurring contribution option by <a href=\"%1\">visiting this web page</a>.{/ts}\n\n{/if}\n\n{if $updateSubscriptionBillingUrl}\n{ts 1=$updateSubscriptionBillingUrl}You can update billing details for this recurring contribution by <a href=\"%1\">visiting this web page</a>.{/ts}\n\n{/if}\n\n{if $updateSubscriptionUrl}\n{ts 1=$updateSubscriptionUrl}You can update recurring contribution amount or change the number of installments for this recurring contribution by <a href=\"%1\">visiting this web page</a>.{/ts}\n\n{/if}\n{/if}\n\n{elseif $recur_txnType eq \'END\'}\n{if $auto_renew_membership}\n{ts}Your auto renew membership sign-up has ended and your membership will not be automatically renewed.{/ts}\n\n\n{else}\n{ts}Your recurring contribution term has ended.{/ts}\n\n\n{ts 1=$recur_installments}You have successfully completed %1 recurring contributions. Thank you.{/ts}\n\n\n==================================================\n{ts 1=$recur_installments}Interval of Subscription for %1 installment(s){/ts}\n\n==================================================\n{ts}Start Date{/ts}: {$recur_start_date|crmDate}\n\n{ts}End Date{/ts}: {$recur_end_date|crmDate}\n\n{/if}\n{/if}\n','<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n<head>\n <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n <title></title>\n</head>\n<body>\n\n{capture assign=headerStyle}colspan=\"2\" style=\"text-align: left; padding: 4px; border-bottom: 1px solid #999; background-color: #eee;\"{/capture}\n{capture assign=labelStyle }style=\"padding: 4px; border-bottom: 1px solid #999; background-color: #f7f7f7;\"{/capture}\n{capture assign=valueStyle }style=\"padding: 4px; border-bottom: 1px solid #999;\"{/capture}\n\n <table id=\"crm-event_receipt\" style=\"font-family: Arial, Verdana, sans-serif; text-align: left; width:100%; max-width:700px; padding:0; margin:0; border:0px;\">\n\n <!-- BEGIN HEADER -->\n <!-- You can add table row(s) here with logo or other header elements -->\n <!-- END HEADER -->\n\n <!-- BEGIN CONTENT -->\n\n <tr>\n <td>\n {assign var=\"greeting\" value=\"{contact.email_greeting_display}\"}{if $greeting}<p>{$greeting},</p>{/if}\n </td>\n </tr>\n\n <tr>\n <td> </td>\n </tr>\n\n {if $recur_txnType eq \'START\'}\n {if $auto_renew_membership}\n <tr>\n <td>\n <p>{ts}Thanks for your auto renew membership sign-up.{/ts}</p>\n <p>{ts 1=$recur_frequency_interval 2=$recur_frequency_unit}This membership will be automatically renewed every %1 %2(s). {/ts}</p>\n </td>\n </tr>\n {if $cancelSubscriptionUrl}\n <tr>\n <td {$labelStyle}>\n {ts 1=$cancelSubscriptionUrl}You can cancel the auto-renewal option by <a href=\"%1\">visiting this web page</a>.{/ts}\n </td>\n </tr>\n {/if}\n {if $updateSubscriptionBillingUrl}\n <tr>\n <td {$labelStyle}>\n {ts 1=$updateSubscriptionBillingUrl}You can update billing details for this automatically renewed membership by <a href=\"%1\">visiting this web page</a>.{/ts}\n </td>\n </tr>\n {/if}\n {else}\n <tr>\n <td>\n <p>{ts}Thanks for your recurring contribution sign-up.{/ts}</p>\n <p>{ts 1=$recur_frequency_interval 2=$recur_frequency_unit}This recurring contribution will be automatically processed every %1 %2(s){/ts}{if $recur_installments }{ts 1=$recur_installments} for a total of %1 installment(s){/ts}{/if}.</p>\n <p>{ts}Start Date{/ts}: {$recur_start_date|crmDate}</p>\n </td>\n </tr>\n {if $cancelSubscriptionUrl}\n <tr>\n <td {$labelStyle}>\n {ts 1=$cancelSubscriptionUrl} You can cancel the recurring contribution option by <a href=\"%1\">visiting this web page</a>.{/ts}\n </td>\n </tr>\n {/if}\n {if $updateSubscriptionBillingUrl}\n <tr>\n <td {$labelStyle}>\n {ts 1=$updateSubscriptionBillingUrl}You can update billing details for this recurring contribution by <a href=\"%1\">visiting this web page</a>.{/ts}\n </td>\n </tr>\n {/if}\n {if $updateSubscriptionUrl}\n <tr>\n <td {$labelStyle}>\n {ts 1=$updateSubscriptionUrl}You can update recurring contribution amount or change the number of installments details for this recurring contribution by <a href=\"%1\">visiting this web page</a>.{/ts}\n </td>\n </tr>\n {/if}\n {/if}\n\n {elseif $recur_txnType eq \'END\'}\n\n {if $auto_renew_membership}\n <tr>\n <td>\n <p>{ts}Your auto renew membership sign-up has ended and your membership will not be automatically renewed.{/ts}</p>\n </td>\n </tr>\n {else}\n <tr>\n <td>\n <p>{ts}Your recurring contribution term has ended.{/ts}</p>\n <p>{ts 1=$recur_installments}You have successfully completed %1 recurring contributions. Thank you.{/ts}</p>\n </td>\n </tr>\n <tr>\n <td>\n <table style=\"border: 1px solid #999; margin: 1em 0em 1em; border-collapse: collapse; width:100%;\">\n <tr>\n <th {$headerStyle}>\n {ts 1=$recur_installments}Interval of Subscription for %1 installment(s){/ts}\n </th>\n </tr>\n <tr>\n <td {$labelStyle}>\n {ts}Start Date{/ts}\n </td>\n <td {$valueStyle}>\n {$recur_start_date|crmDate}\n </td>\n </tr>\n <tr>\n <td {$labelStyle}>\n {ts}End Date{/ts}\n </td>\n <td {$valueStyle}>\n {$recur_end_date|crmDate}\n </td>\n </tr>\n </table>\n </td>\n </tr>\n\n {/if}\n {/if}\n\n </table>\n\n</body>\n</html>\n',1,818,'contribution_recurring_notify',1,0,0,NULL), @@ -5417,10 +5419,10 @@ INSERT INTO `civicrm_msg_template` (`id`, `msg_title`, `msg_subject`, `msg_text` (26,'Personal Campaign Pages - Owner Notification','{ts}Someone has just donated to your personal campaign page{/ts} - {contact.display_name}\n','===========================================================\n{ts}Personal Campaign Page Owner Notification{/ts}\n\n===========================================================\n{assign var=\"greeting\" value=\"{contact.email_greeting_display}\"}{if $greeting}{$greeting},{/if}\n\n{ts}You have received a donation at your personal page{/ts}: {$page_title}\n>> {$pcpInfoURL}\n\n{ts}Your fundraising total has been updated.{/ts}\n{ts}The donor\'s information is listed below. You can choose to contact them and convey your thanks if you wish.{/ts}\n{if $is_honor_roll_enabled}\n {ts}The donor\'s name has been added to your honor roll unless they asked not to be included.{/ts}\n{/if}\n\n{ts}Received{/ts}: {$receive_date|crmDate}\n\n{ts}Amount{/ts}: {$total_amount|crmMoney:$currency}\n\n{ts}Name{/ts}: {$donors_display_name}\n\n{ts}Email{/ts}: {$donors_email}\n','<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n<head>\n <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n <title></title>\n</head>\n<body>\n\n{capture assign=headerStyle}colspan=\"2\" style=\"text-align: left; padding: 4px; border-bottom: 1px solid #999; background-color: #eee;\"{/capture}\n{capture assign=labelStyle }style=\"padding: 4px; border-bottom: 1px solid #999; background-color: #f7f7f7;\"{/capture}\n{capture assign=valueStyle }style=\"padding: 4px; border-bottom: 1px solid #999;\"{/capture}\n\n {assign var=\"greeting\" value=\"{contact.email_greeting_display}\"}{if $greeting}<p>{$greeting},</p>{/if}\n <p>{ts}You have received a donation at your personal page{/ts}: <a href=\"{$pcpInfoURL}\">{$page_title}</a></p>\n <p>{ts}Your fundraising total has been updated.{/ts}<br/>\n {ts}The donor\'s information is listed below. You can choose to contact them and convey your thanks if you wish.{/ts} <br/>\n {if $is_honor_roll_enabled}\n {ts}The donor\'s name has been added to your honor roll unless they asked not to be included.{/ts}<br/>\n {/if}\n </p>\n <table id=\"crm-event_receipt\" style=\"font-family: Arial, Verdana, sans-serif; text-align: left; width:100%; max-width:700px; padding:0; margin:0; border:0px;\">\n <tr><td>{ts}Received{/ts}:</td><td> {$receive_date|crmDate}</td></tr>\n <tr><td>{ts}Amount{/ts}:</td><td> {$total_amount|crmMoney:$currency}</td></tr>\n <tr><td>{ts}Name{/ts}:</td><td> {$donors_display_name}</td></tr>\n <tr><td>{ts}Email{/ts}:</td><td> {$donors_email}</td></tr>\n </table>\n</body>\n</html>\n',1,825,'pcp_owner_notify',0,1,0,NULL), (27,'Additional Payment Receipt or Refund Notification','{if $isRefund}{ts}Refund Notification{/ts}{else}{ts}Payment Receipt{/ts}{/if}{if $component eq \'event\'} - {$event.title}{/if} - {contact.display_name}\n','{if $emailGreeting}{$emailGreeting},\n{/if}\n\n{if $isRefund}\n{ts}A refund has been issued based on changes in your registration selections.{/ts}\n{else}\n{ts}Below you will find a receipt for this payment.{/ts}\n{/if}\n{if $paymentsComplete}\n{ts}Thank you for completing this payment.{/ts}\n{/if}\n\n{if $isRefund}\n===============================================================================\n\n{ts}Refund Details{/ts}\n\n===============================================================================\n{ts}This Refund Amount{/ts}: {$refundAmount|crmMoney:$currency}\n------------------------------------------------------------------------------------\n\n{else}\n===============================================================================\n\n{ts}Payment Details{/ts}\n\n===============================================================================\n{ts}This Payment Amount{/ts}: {$paymentAmount|crmMoney:$currency}\n------------------------------------------------------------------------------------\n{/if}\n{if $receive_date}\n{ts}Transaction Date{/ts}: {$receive_date|crmDate}\n{/if}\n{if !empty($trxn_id)}\n{ts}Transaction #{/ts}: {$trxn_id}\n{/if}\n{if !empty($paidBy)}\n{ts}Paid By{/ts}: {$paidBy}\n{/if}\n{if !empty($checkNumber)}\n{ts}Check Number{/ts}: {$checkNumber}\n{/if}\n\n===============================================================================\n\n{ts}Contribution Details{/ts}\n\n===============================================================================\n{if $totalAmount}\n{ts}Total Fee{/ts}: {$totalAmount|crmMoney:$currency}\n{/if}\n{if $totalPaid}\n{ts}Total Paid{/ts}: {$totalPaid|crmMoney:$currency}\n{/if}\n{if $amountOwed}\n{ts}Balance Owed{/ts}: {$amountOwed|crmMoney:$currency} {* This will be zero after final payment. *}\n{/if}\n\n\n{if !empty($billingName) || !empty($address)}\n\n===============================================================================\n\n{ts}Billing Name and Address{/ts}\n\n===============================================================================\n{if !empty($billingName)}\n{$billingName}\n{/if}\n{if !empty($address)}\n{$address}\n{/if}\n{/if}\n\n{if !empty($credit_card_number)}\n===========================================================\n{ts}Credit Card Information{/ts}\n\n===============================================================================\n\n{$credit_card_type}\n{$credit_card_number}\n{ts}Expires{/ts}: {$credit_card_exp_date|truncate:7:\'\'|crmDate}\n{/if}\n{if $component eq \'event\'}\n===============================================================================\n\n{ts}Event Information and Location{/ts}\n\n===============================================================================\n\n{$event.event_title}\n{$event.event_start_date|crmDate}{if $event.event_end_date}-{if $event.event_end_date|crmDate:\"%Y%m%d\" == $event.event_start_date|crmDate:\"%Y%m%d\"}{$event.event_end_date|crmDate:0:1}{else}{$event.event_end_date|crmDate}{/if}{/if}\n\n{if !empty($event.participant_role)}\n{ts}Participant Role{/ts}: {$event.participant_role}\n{/if}\n\n{if !empty($isShowLocation)}\n{$location.address.1.display|strip_tags:false}\n{/if}{*End of isShowLocation condition*}\n\n{if !empty($location.phone.1.phone) || !empty($location.email.1.email)}\n\n{ts}Event Contacts:{/ts}\n{foreach from=$location.phone item=phone}\n{if $phone.phone}\n\n{if $phone.phone_type}{$phone.phone_type_display}{else}{ts}Phone{/ts}{/if}: {$phone.phone}{/if} {if $phone.phone_ext} {ts}ext.{/ts} {$phone.phone_ext}{/if}\n{/foreach}\n{foreach from=$location.email item=eventEmail}\n{if $eventEmail.email}\n\n{ts}Email{/ts}: {$eventEmail.email}{/if}{/foreach}\n{/if}\n{/if}\n','<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n<head>\n <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n <title></title>\n</head>\n<body>\n\n{capture assign=headerStyle}colspan=\"2\" style=\"text-align: left; padding: 4px; border-bottom: 1px solid #999; background-color: #eee;\"{/capture}\n{capture assign=labelStyle }style=\"padding: 4px; border-bottom: 1px solid #999; background-color: #f7f7f7;\"{/capture}\n{capture assign=valueStyle }style=\"padding: 4px; border-bottom: 1px solid #999;\"{/capture}\n{capture assign=emptyBlockStyle }style=\"padding: 10px; border-bottom: 1px solid #999;background-color: #f7f7f7;\"{/capture}\n{capture assign=emptyBlockValueStyle }style=\"padding: 10px; border-bottom: 1px solid #999;\"{/capture}\n\n <table id=\"crm-event_receipt\" style=\"font-family: Arial, Verdana, sans-serif; text-align: left; width:100%; max-width:700px; padding:0; margin:0; border:0px;\">\n\n <!-- BEGIN HEADER -->\n <!-- You can add table row(s) here with logo or other header elements -->\n <!-- END HEADER -->\n\n <!-- BEGIN CONTENT -->\n <tr>\n <td>\n {assign var=\"greeting\" value=\"{contact.email_greeting_display}\"}{if $greeting}<p>{$greeting},</p>{/if}\n {if $isRefund}\n <p>{ts}A refund has been issued based on changes in your registration selections.{/ts}</p>\n {else}\n <p>{ts}Below you will find a receipt for this payment.{/ts}</p>\n {if $paymentsComplete}\n <p>{ts}Thank you for completing this contribution.{/ts}</p>\n {/if}\n {/if}\n </td>\n </tr>\n <tr>\n <td>\n <table style=\"border: 1px solid #999; margin: 1em 0em 1em; border-collapse: collapse; width:100%;\">\n {if $isRefund}\n <tr>\n <th {$headerStyle}>{ts}Refund Details{/ts}</th>\n </tr>\n <tr>\n <td {$labelStyle}>\n {ts}This Refund Amount{/ts}\n </td>\n <td {$valueStyle}>\n {$refundAmount|crmMoney:$currency}\n </td>\n </tr>\n {else}\n <tr>\n <th {$headerStyle}>{ts}Payment Details{/ts}</th>\n </tr>\n <tr>\n <td {$labelStyle}>\n {ts}This Payment Amount{/ts}\n </td>\n <td {$valueStyle}>\n {$paymentAmount|crmMoney:$currency}\n </td>\n </tr>\n {/if}\n {if $receive_date}\n <tr>\n <td {$labelStyle}>\n {ts}Transaction Date{/ts}\n </td>\n <td {$valueStyle}>\n {$receive_date|crmDate}\n </td>\n </tr>\n {/if}\n {if !empty($trxn_id)}\n <tr>\n <td {$labelStyle}>\n {ts}Transaction #{/ts}\n </td>\n <td {$valueStyle}>\n {$trxn_id}\n </td>\n </tr>\n {/if}\n {if !empty($paidBy)}\n <tr>\n <td {$labelStyle}>\n {ts}Paid By{/ts}\n </td>\n <td {$valueStyle}>\n {$paidBy}\n </td>\n </tr>\n {/if}\n {if !empty($checkNumber)}\n <tr>\n <td {$labelStyle}>\n {ts}Check Number{/ts}\n </td>\n <td {$valueStyle}>\n {$checkNumber}\n </td>\n </tr>\n {/if}\n\n <tr>\n <th {$headerStyle}>{ts}Contribution Details{/ts}</th>\n </tr>\n {if $totalAmount}\n <tr>\n <td {$labelStyle}>\n {ts}Total Fee{/ts}\n </td>\n <td {$valueStyle}>\n {$totalAmount|crmMoney:$currency}\n </td>\n </tr>\n {/if}\n {if $totalPaid}\n <tr>\n <td {$labelStyle}>\n {ts}Total Paid{/ts}\n </td>\n <td {$valueStyle}>\n {$totalPaid|crmMoney:$currency}\n </td>\n </tr>\n {/if}\n {if $amountOwed}\n <tr>\n <td {$labelStyle}>\n {ts}Balance Owed{/ts}\n </td>\n <td {$valueStyle}>\n {$amountOwed|crmMoney:$currency}\n </td> {* This will be zero after final payment. *}\n </tr>\n {/if}\n </table>\n\n </td>\n </tr>\n <tr>\n <td>\n <table style=\"border: 1px solid #999; margin: 1em 0em 1em; border-collapse: collapse; width:100%;\">\n {if !empty($billingName) || !empty($address)}\n <tr>\n <th {$headerStyle}>\n {ts}Billing Name and Address{/ts}\n </th>\n </tr>\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n {if !empty($billingName)}{$billingName}{/if}<br />\n {if !empty($address)}{$address|nl2br}{/if}\n </td>\n </tr>\n {/if}\n {if !empty($credit_card_number)}\n <tr>\n <th {$headerStyle}>\n {ts}Credit Card Information{/ts}\n </th>\n </tr>\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n {$credit_card_type}<br />\n {$credit_card_number}<br />\n {ts}Expires:{/ts} {$credit_card_exp_date|truncate:7:\'\'|crmDate}\n </td>\n </tr>\n {/if}\n {if $component eq \'event\'}\n <tr>\n <th {$headerStyle}>\n {ts}Event Information and Location{/ts}\n </th>\n </tr>\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n {$event.event_title}<br />\n {$event.event_start_date|crmDate}{if $event.event_end_date}-{if $event.event_end_date|crmDate:\"%Y%m%d\" == $event.event_start_date|crmDate:\"%Y%m%d\"}{$event.event_end_date|crmDate:0:1}{else}{$event.event_end_date|crmDate}{/if}{/if}\n </td>\n </tr>\n\n {if !empty($event.participant_role)}\n <tr>\n <td {$labelStyle}>\n {ts}Participant Role{/ts}\n </td>\n <td {$valueStyle}>\n {$event.participant_role}\n </td>\n </tr>\n {/if}\n\n {if !empty($isShowLocation)}\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n {$location.address.1.display|nl2br}\n </td>\n </tr>\n {/if}\n\n {if !empty($location.phone.1.phone) || !empty($location.email.1.email)}\n <tr>\n <td colspan=\"2\" {$labelStyle}>\n {ts}Event Contacts:{/ts}\n </td>\n </tr>\n {foreach from=$location.phone item=phone}\n {if $phone.phone}\n <tr>\n <td {$labelStyle}>\n {if $phone.phone_type}\n {$phone.phone_type_display}\n {else}\n {ts}Phone{/ts}\n {/if}\n </td>\n <td {$valueStyle}>\n {$phone.phone} {if $phone.phone_ext} {ts}ext.{/ts} {$phone.phone_ext}{/if}\n </td>\n </tr>\n {/if}\n {/foreach}\n {foreach from=$location.email item=eventEmail}\n {if $eventEmail.email}\n <tr>\n <td {$labelStyle}>\n {ts}Email{/ts}\n </td>\n <td {$valueStyle}>\n {$eventEmail.email}\n </td>\n </tr>\n {/if}\n {/foreach}\n {/if} {*phone block close*}\n {/if}\n </table>\n </td>\n </tr>\n\n </table>\n\n </body>\n</html>\n',1,826,'payment_or_refund_notification',1,0,0,NULL), (28,'Additional Payment Receipt or Refund Notification','{if $isRefund}{ts}Refund Notification{/ts}{else}{ts}Payment Receipt{/ts}{/if}{if $component eq \'event\'} - {$event.title}{/if} - {contact.display_name}\n','{if $emailGreeting}{$emailGreeting},\n{/if}\n\n{if $isRefund}\n{ts}A refund has been issued based on changes in your registration selections.{/ts}\n{else}\n{ts}Below you will find a receipt for this payment.{/ts}\n{/if}\n{if $paymentsComplete}\n{ts}Thank you for completing this payment.{/ts}\n{/if}\n\n{if $isRefund}\n===============================================================================\n\n{ts}Refund Details{/ts}\n\n===============================================================================\n{ts}This Refund Amount{/ts}: {$refundAmount|crmMoney:$currency}\n------------------------------------------------------------------------------------\n\n{else}\n===============================================================================\n\n{ts}Payment Details{/ts}\n\n===============================================================================\n{ts}This Payment Amount{/ts}: {$paymentAmount|crmMoney:$currency}\n------------------------------------------------------------------------------------\n{/if}\n{if $receive_date}\n{ts}Transaction Date{/ts}: {$receive_date|crmDate}\n{/if}\n{if !empty($trxn_id)}\n{ts}Transaction #{/ts}: {$trxn_id}\n{/if}\n{if !empty($paidBy)}\n{ts}Paid By{/ts}: {$paidBy}\n{/if}\n{if !empty($checkNumber)}\n{ts}Check Number{/ts}: {$checkNumber}\n{/if}\n\n===============================================================================\n\n{ts}Contribution Details{/ts}\n\n===============================================================================\n{if $totalAmount}\n{ts}Total Fee{/ts}: {$totalAmount|crmMoney:$currency}\n{/if}\n{if $totalPaid}\n{ts}Total Paid{/ts}: {$totalPaid|crmMoney:$currency}\n{/if}\n{if $amountOwed}\n{ts}Balance Owed{/ts}: {$amountOwed|crmMoney:$currency} {* This will be zero after final payment. *}\n{/if}\n\n\n{if !empty($billingName) || !empty($address)}\n\n===============================================================================\n\n{ts}Billing Name and Address{/ts}\n\n===============================================================================\n{if !empty($billingName)}\n{$billingName}\n{/if}\n{if !empty($address)}\n{$address}\n{/if}\n{/if}\n\n{if !empty($credit_card_number)}\n===========================================================\n{ts}Credit Card Information{/ts}\n\n===============================================================================\n\n{$credit_card_type}\n{$credit_card_number}\n{ts}Expires{/ts}: {$credit_card_exp_date|truncate:7:\'\'|crmDate}\n{/if}\n{if $component eq \'event\'}\n===============================================================================\n\n{ts}Event Information and Location{/ts}\n\n===============================================================================\n\n{$event.event_title}\n{$event.event_start_date|crmDate}{if $event.event_end_date}-{if $event.event_end_date|crmDate:\"%Y%m%d\" == $event.event_start_date|crmDate:\"%Y%m%d\"}{$event.event_end_date|crmDate:0:1}{else}{$event.event_end_date|crmDate}{/if}{/if}\n\n{if !empty($event.participant_role)}\n{ts}Participant Role{/ts}: {$event.participant_role}\n{/if}\n\n{if !empty($isShowLocation)}\n{$location.address.1.display|strip_tags:false}\n{/if}{*End of isShowLocation condition*}\n\n{if !empty($location.phone.1.phone) || !empty($location.email.1.email)}\n\n{ts}Event Contacts:{/ts}\n{foreach from=$location.phone item=phone}\n{if $phone.phone}\n\n{if $phone.phone_type}{$phone.phone_type_display}{else}{ts}Phone{/ts}{/if}: {$phone.phone}{/if} {if $phone.phone_ext} {ts}ext.{/ts} {$phone.phone_ext}{/if}\n{/foreach}\n{foreach from=$location.email item=eventEmail}\n{if $eventEmail.email}\n\n{ts}Email{/ts}: {$eventEmail.email}{/if}{/foreach}\n{/if}\n{/if}\n','<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n<head>\n <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n <title></title>\n</head>\n<body>\n\n{capture assign=headerStyle}colspan=\"2\" style=\"text-align: left; padding: 4px; border-bottom: 1px solid #999; background-color: #eee;\"{/capture}\n{capture assign=labelStyle }style=\"padding: 4px; border-bottom: 1px solid #999; background-color: #f7f7f7;\"{/capture}\n{capture assign=valueStyle }style=\"padding: 4px; border-bottom: 1px solid #999;\"{/capture}\n{capture assign=emptyBlockStyle }style=\"padding: 10px; border-bottom: 1px solid #999;background-color: #f7f7f7;\"{/capture}\n{capture assign=emptyBlockValueStyle }style=\"padding: 10px; border-bottom: 1px solid #999;\"{/capture}\n\n <table id=\"crm-event_receipt\" style=\"font-family: Arial, Verdana, sans-serif; text-align: left; width:100%; max-width:700px; padding:0; margin:0; border:0px;\">\n\n <!-- BEGIN HEADER -->\n <!-- You can add table row(s) here with logo or other header elements -->\n <!-- END HEADER -->\n\n <!-- BEGIN CONTENT -->\n <tr>\n <td>\n {assign var=\"greeting\" value=\"{contact.email_greeting_display}\"}{if $greeting}<p>{$greeting},</p>{/if}\n {if $isRefund}\n <p>{ts}A refund has been issued based on changes in your registration selections.{/ts}</p>\n {else}\n <p>{ts}Below you will find a receipt for this payment.{/ts}</p>\n {if $paymentsComplete}\n <p>{ts}Thank you for completing this contribution.{/ts}</p>\n {/if}\n {/if}\n </td>\n </tr>\n <tr>\n <td>\n <table style=\"border: 1px solid #999; margin: 1em 0em 1em; border-collapse: collapse; width:100%;\">\n {if $isRefund}\n <tr>\n <th {$headerStyle}>{ts}Refund Details{/ts}</th>\n </tr>\n <tr>\n <td {$labelStyle}>\n {ts}This Refund Amount{/ts}\n </td>\n <td {$valueStyle}>\n {$refundAmount|crmMoney:$currency}\n </td>\n </tr>\n {else}\n <tr>\n <th {$headerStyle}>{ts}Payment Details{/ts}</th>\n </tr>\n <tr>\n <td {$labelStyle}>\n {ts}This Payment Amount{/ts}\n </td>\n <td {$valueStyle}>\n {$paymentAmount|crmMoney:$currency}\n </td>\n </tr>\n {/if}\n {if $receive_date}\n <tr>\n <td {$labelStyle}>\n {ts}Transaction Date{/ts}\n </td>\n <td {$valueStyle}>\n {$receive_date|crmDate}\n </td>\n </tr>\n {/if}\n {if !empty($trxn_id)}\n <tr>\n <td {$labelStyle}>\n {ts}Transaction #{/ts}\n </td>\n <td {$valueStyle}>\n {$trxn_id}\n </td>\n </tr>\n {/if}\n {if !empty($paidBy)}\n <tr>\n <td {$labelStyle}>\n {ts}Paid By{/ts}\n </td>\n <td {$valueStyle}>\n {$paidBy}\n </td>\n </tr>\n {/if}\n {if !empty($checkNumber)}\n <tr>\n <td {$labelStyle}>\n {ts}Check Number{/ts}\n </td>\n <td {$valueStyle}>\n {$checkNumber}\n </td>\n </tr>\n {/if}\n\n <tr>\n <th {$headerStyle}>{ts}Contribution Details{/ts}</th>\n </tr>\n {if $totalAmount}\n <tr>\n <td {$labelStyle}>\n {ts}Total Fee{/ts}\n </td>\n <td {$valueStyle}>\n {$totalAmount|crmMoney:$currency}\n </td>\n </tr>\n {/if}\n {if $totalPaid}\n <tr>\n <td {$labelStyle}>\n {ts}Total Paid{/ts}\n </td>\n <td {$valueStyle}>\n {$totalPaid|crmMoney:$currency}\n </td>\n </tr>\n {/if}\n {if $amountOwed}\n <tr>\n <td {$labelStyle}>\n {ts}Balance Owed{/ts}\n </td>\n <td {$valueStyle}>\n {$amountOwed|crmMoney:$currency}\n </td> {* This will be zero after final payment. *}\n </tr>\n {/if}\n </table>\n\n </td>\n </tr>\n <tr>\n <td>\n <table style=\"border: 1px solid #999; margin: 1em 0em 1em; border-collapse: collapse; width:100%;\">\n {if !empty($billingName) || !empty($address)}\n <tr>\n <th {$headerStyle}>\n {ts}Billing Name and Address{/ts}\n </th>\n </tr>\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n {if !empty($billingName)}{$billingName}{/if}<br />\n {if !empty($address)}{$address|nl2br}{/if}\n </td>\n </tr>\n {/if}\n {if !empty($credit_card_number)}\n <tr>\n <th {$headerStyle}>\n {ts}Credit Card Information{/ts}\n </th>\n </tr>\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n {$credit_card_type}<br />\n {$credit_card_number}<br />\n {ts}Expires:{/ts} {$credit_card_exp_date|truncate:7:\'\'|crmDate}\n </td>\n </tr>\n {/if}\n {if $component eq \'event\'}\n <tr>\n <th {$headerStyle}>\n {ts}Event Information and Location{/ts}\n </th>\n </tr>\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n {$event.event_title}<br />\n {$event.event_start_date|crmDate}{if $event.event_end_date}-{if $event.event_end_date|crmDate:\"%Y%m%d\" == $event.event_start_date|crmDate:\"%Y%m%d\"}{$event.event_end_date|crmDate:0:1}{else}{$event.event_end_date|crmDate}{/if}{/if}\n </td>\n </tr>\n\n {if !empty($event.participant_role)}\n <tr>\n <td {$labelStyle}>\n {ts}Participant Role{/ts}\n </td>\n <td {$valueStyle}>\n {$event.participant_role}\n </td>\n </tr>\n {/if}\n\n {if !empty($isShowLocation)}\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n {$location.address.1.display|nl2br}\n </td>\n </tr>\n {/if}\n\n {if !empty($location.phone.1.phone) || !empty($location.email.1.email)}\n <tr>\n <td colspan=\"2\" {$labelStyle}>\n {ts}Event Contacts:{/ts}\n </td>\n </tr>\n {foreach from=$location.phone item=phone}\n {if $phone.phone}\n <tr>\n <td {$labelStyle}>\n {if $phone.phone_type}\n {$phone.phone_type_display}\n {else}\n {ts}Phone{/ts}\n {/if}\n </td>\n <td {$valueStyle}>\n {$phone.phone} {if $phone.phone_ext} {ts}ext.{/ts} {$phone.phone_ext}{/if}\n </td>\n </tr>\n {/if}\n {/foreach}\n {foreach from=$location.email item=eventEmail}\n {if $eventEmail.email}\n <tr>\n <td {$labelStyle}>\n {ts}Email{/ts}\n </td>\n <td {$valueStyle}>\n {$eventEmail.email}\n </td>\n </tr>\n {/if}\n {/foreach}\n {/if} {*phone block close*}\n {/if}\n </table>\n </td>\n </tr>\n\n </table>\n\n </body>\n</html>\n',1,826,'payment_or_refund_notification',0,1,0,NULL), - (29,'Events - Registration Confirmation and Receipt (off-line)','{ts}Event Confirmation{/ts} - {event.title} - {contact.display_name}\n','{assign var=\"greeting\" value=\"{contact.email_greeting_display}\"}{if $greeting}{$greeting},{/if}\n{if !empty($event.confirm_email_text) AND (empty($isOnWaitlist) AND empty($isRequireApproval))}\n{$event.confirm_email_text}\n{/if}\n\n{if !empty($isOnWaitlist)}\n==========================================================={if !empty($pricesetFieldsCount) }===================={/if}\n\n{ts}You have been added to the WAIT LIST for this event.{/ts}\n\n{if !empty($isPrimary)}\n{ts}If space becomes available you will receive an email with a link to a web page where you can complete your registration.{/ts}\n\n{/if}\n==========================================================={if !empty($pricesetFieldsCount) }===================={/if}\n\n{elseif !empty($isRequireApproval)}\n==========================================================={if !empty($pricesetFieldsCount) }===================={/if}\n\n{ts}Your registration has been submitted.{/ts}\n\n{if !empty($isPrimary)}\n{ts}Once your registration has been reviewed, you will receive an email with a link to a web page where you can complete the registration process.{/ts}\n\n{/if}\n==========================================================={if !empty($pricesetFieldsCount) }===================={/if}\n\n{elseif $is_pay_later}\n\n==========================================================={if !empty($pricesetFieldsCount) }===================={/if}\n\n{$pay_later_receipt}\n==========================================================={if !empty($pricesetFieldsCount) }===================={/if}\n\n{/if}\n\n\n==========================================================={if !empty($pricesetFieldsCount) }===================={/if}\n\n{ts}Event Information and Location{/ts}\n\n==========================================================={if !empty($pricesetFieldsCount) }===================={/if}\n\n{event.title}\n{event.start_date|crmDate}{if $event.event_end_date}-{if $event.event_end_date|crmDate:\"%Y%m%d\" == $event.event_start_date|crmDate:\"%Y%m%d\"}{$event.event_end_date|crmDate:0:1}{else}{$event.event_end_date|crmDate}{/if}{/if}\n\n{if !empty($event.participant_role) and $event.participant_role neq \'Attendee\' and empty($defaultRole)}\n{ts}Participant Role{/ts}: {$event.participant_role}\n{/if}\n\n{if !empty($isShowLocation)}\n{$location.address.1.display|strip_tags:false}\n{/if}{*End of isShowLocation condition*}\n\n{if !empty($location.phone.1.phone) || !empty($location.email.1.email)}\n\n{ts}Event Contacts:{/ts}\n{foreach from=$location.phone item=phone}\n{if $phone.phone}\n\n{if $phone.phone_type}{$phone.phone_type_display}{else}{ts}Phone{/ts}{/if}: {$phone.phone}{/if} {if $phone.phone_ext} {ts}ext.{/ts} {$phone.phone_ext}{/if}\n{/foreach}\n{foreach from=$location.email item=eventEmail}\n{if $eventEmail.email}\n\n{ts}Email{/ts}: {$eventEmail.email}{/if}{/foreach}\n{/if}\n\n{if !empty($event.is_public)}\n{capture assign=icalFeed}{crmURL p=\'civicrm/event/ical\' q=\"reset=1&id=`$event.id`\" h=0 a=1 fe=1}{/capture}\n{ts}Download iCalendar entry for this event.{/ts} {$icalFeed}\n{capture assign=gCalendar}{crmURL p=\'civicrm/event/ical\' q=\"gCalendar=1&reset=1&id=`$event.id`\" h=0 a=1 fe=1}{/capture}\n{ts}Add event to Google Calendar{/ts} {$gCalendar}\n{/if}\n\n{if !empty($email)}\n\n==========================================================={if !empty($pricesetFieldsCount) }===================={/if}\n\n{ts}Registered Email{/ts}\n\n==========================================================={if !empty($pricesetFieldsCount) }===================={/if}\n\n{$email}\n{/if}\n{if !empty($event.is_monetary)} {* This section for Paid events only.*}\n\n==========================================================={if !empty($pricesetFieldsCount) }===================={/if}\n\n{if !empty($event.fee_label)}{$event.fee_label}{/if}\n==========================================================={if !empty($pricesetFieldsCount) }===================={/if}\n\n{if !empty($lineItem)}{foreach from=$lineItem item=value key=priceset}\n\n{if $value neq \'skip\'}\n{if !empty($isPrimary)}\n{if $lineItem|@count GT 1} {* Header for multi participant registration cases. *}\n{ts 1=$priceset+1}Participant %1{/ts}\n{/if}\n{/if}\n---------------------------------------------------------{if !empty($pricesetFieldsCount) }--------------------{/if}\n\n{capture assign=ts_item}{ts}Item{/ts}{/capture}\n{capture assign=ts_qty}{ts}Qty{/ts}{/capture}\n{capture assign=ts_each}{ts}Each{/ts}{/capture}\n{if !empty($dataArray)}\n{capture assign=ts_subtotal}{ts}Subtotal{/ts}{/capture}\n{capture assign=ts_taxRate}{ts}Tax Rate{/ts}{/capture}\n{capture assign=ts_taxAmount}{ts}Tax Amount{/ts}{/capture}\n{/if}\n{capture assign=ts_total}{ts}Total{/ts}{/capture}\n{capture assign=ts_participant_total}{if !empty($pricesetFieldsCount) }{ts}Total Participants{/ts}{/if}{/capture}\n{$ts_item|string_format:\"%-30s\"} {$ts_qty|string_format:\"%5s\"} {$ts_each|string_format:\"%10s\"} {if !empty($dataArray)} {$ts_subtotal|string_format:\"%10s\"} {$ts_taxRate|string_format:\"%10s\"} {$ts_taxAmount|string_format:\"%10s\"} {/if} {$ts_total|string_format:\"%10s\"} {if !empty($ts_participant_total)}{$ts_participant_total|string_format:\"%10s\"}{/if}\n----------------------------------------------------------{if !empty($pricesetFieldsCount) }--------------------{/if}\n\n{foreach from=$value item=line}\n{if !empty($pricesetFieldsCount) }{capture assign=ts_participant_count}{$line.participant_count}{/capture}{/if}\n{capture assign=ts_item}{if $line.html_type eq \'Text\'}{$line.label}{else}{$line.field_title} - {$line.label}{/if} {if $line.description} {$line.description}{/if}{/capture}{$ts_item|truncate:30:\"...\"|string_format:\"%-30s\"} {$line.qty|string_format:\"%5s\"} {$line.unit_price|crmMoney|string_format:\"%10s\"} {if !empty($dataArray)} {$line.unit_price*$line.qty|crmMoney:$currency|string_format:\"%10s\"} {if $line.tax_rate || $line.tax_amount != \"\"} {$line.tax_rate|string_format:\"%.2f\"} % {$line.tax_amount|crmMoney:$currency|string_format:\"%10s\"} {else} {/if} {/if} {$line.line_total+$line.tax_amount|crmMoney|string_format:\"%10s\"} {if !empty($ts_participant_count)}{$ts_participant_count|string_format:\"%10s\"}{/if}\n{/foreach}\n{/if}\n{/foreach}\n\n{if !empty($dataArray)}\n{if $totalAmount and $totalTaxAmount}\n{ts}Amount before Tax{/ts}: {$totalAmount-$totalTaxAmount|crmMoney:$currency}\n{/if}\n\n{foreach from=$dataArray item=value key=priceset}\n{if $priceset || $priceset == 0}\n{$taxTerm} {$priceset|string_format:\"%.2f\"}%: {$value|crmMoney:$currency}\n{else}\n{ts}No{/ts} {$taxTerm}: {$value|crmMoney:$currency}\n{/if}\n{/foreach}\n{/if}\n{/if}\n\n{if !empty($amount) && !$lineItem}\n{foreach from=$amount item=amnt key=level}{$amnt.amount|crmMoney} {$amnt.label}\n{/foreach}\n{/if}\n\n{if $totalTaxAmount}\n{ts}Total Tax Amount{/ts}: {$totalTaxAmount|crmMoney:$currency}\n{/if}\n{if !empty($isPrimary)}\n\n{if !empty($balanceAmount)}{ts}Total Paid{/ts}{else}{ts}Total Amount{/ts}{/if}: {if !empty($totalAmount)}{$totalAmount|crmMoney}{/if} {if !empty($hookDiscount.message)}({$hookDiscount.message}){/if}\n\n{if !empty($balanceAmount)}\n{ts}Balance{/ts}: {$balanceAmount|crmMoney}\n{/if}\n\n{if !empty($pricesetFieldsCount) }\n {assign var=\"count\" value= 0}\n {foreach from=$lineItem item=pcount}\n {assign var=\"lineItemCount\" value=0}\n {if $pcount neq \'skip\'}\n {foreach from=$pcount item=p_count}\n {assign var=\"lineItemCount\" value=$lineItemCount+$p_count.participant_count}\n {/foreach}\n {if $lineItemCount < 1 }\n {assign var=\"lineItemCount\" value=1}\n {/if}\n {assign var=\"count\" value=$count+$lineItemCount}\n {/if}\n {/foreach}\n\n{ts}Total Participants{/ts}: {$count}\n{/if}\n\n{if $is_pay_later}\n\n==========================================================={if !empty($pricesetFieldsCount) }===================={/if}\n\n{$pay_later_receipt}\n==========================================================={if !empty($pricesetFieldsCount) }===================={/if}\n\n{/if}\n\n{if $register_date}\n{ts}Registration Date{/ts}: {$register_date|crmDate}\n{/if}\n{if $receive_date}\n{ts}Transaction Date{/ts}: {$receive_date|crmDate}\n{/if}\n{if !empty($financialTypeName)}\n{ts}Financial Type{/ts}: {$financialTypeName}\n{/if}\n{if !empty($trxn_id)}\n{ts}Transaction #{/ts}: {$trxn_id}\n{/if}\n{if !empty($paidBy)}\n{ts}Paid By{/ts}: {$paidBy}\n{/if}\n{if !empty($checkNumber)}\n{ts}Check Number{/ts}: {$checkNumber}\n{/if}\n{if !empty($billingName)}\n\n==========================================================={if !empty($pricesetFieldsCount) }===================={/if}\n\n{ts}Billing Name and Address{/ts}\n\n==========================================================={if !empty($pricesetFieldsCount) }===================={/if}\n\n{$billingName}\n{$address}\n{/if}\n\n{if !empty($credit_card_type)}\n===========================================================\n{ts}Credit Card Information{/ts}\n\n==========================================================={if !empty($pricesetFieldsCount) }===================={/if}\n\n{$credit_card_type}\n{$credit_card_number}\n{ts}Expires{/ts}: {$credit_card_exp_date|truncate:7:\'\'|crmDate}\n{/if}\n{/if}\n{/if} {* End of conditional section for Paid events *}\n\n{if !empty($customPre)}\n==========================================================={if !empty($pricesetFieldsCount) }===================={/if}\n\n{$customPre_grouptitle}\n==========================================================={if !empty($pricesetFieldsCount) }===================={/if}\n\n{foreach from=$customPre item=value key=customName}\n{if ( !empty($trackingFields) and ! in_array( $customName, $trackingFields ) ) or empty($trackingFields)}\n{$customName}: {$value}\n{/if}\n{/foreach}\n{/if}\n\n{if !empty($customPost)}\n==========================================================={if !empty($pricesetFieldsCount) }===================={/if}\n\n{$customPost_grouptitle}\n==========================================================={if !empty($pricesetFieldsCount) }===================={/if}\n\n{foreach from=$customPost item=value key=customName}\n{if ( !empty($trackingFields) and ! in_array( $customName, $trackingFields ) ) or empty($trackingFields)}\n{$customName}: {$value}\n{/if}\n{/foreach}\n{/if}\n{if !empty($customProfile)}\n\n{foreach from=$customProfile item=value key=customName}\n==========================================================={if !empty($pricesetFieldsCount) }===================={/if}\n\n{ts 1=$customName+1}Participant Information - Participant %1{/ts}\n\n==========================================================={if !empty($pricesetFieldsCount) }===================={/if}\n\n{foreach from=$value item=val key=field}\n{if $field eq \'additionalCustomPre\' or $field eq \'additionalCustomPost\' }\n{if $field eq \'additionalCustomPre\' }\n----------------------------------------------------------{if !empty($pricesetFieldsCount) }--------------------{/if}\n\n{$additionalCustomPre_grouptitle}\n----------------------------------------------------------{if !empty($pricesetFieldsCount) }--------------------{/if}\n\n{else}\n----------------------------------------------------------{if !empty($pricesetFieldsCount) }--------------------{/if}\n\n{$additionalCustomPost_grouptitle}\n----------------------------------------------------------{if !empty($pricesetFieldsCount) }--------------------{/if}\n\n{/if}\n{foreach from=$val item=v key=f}\n{$f}: {$v}\n{/foreach}\n{/if}\n{/foreach}\n{/foreach}\n{/if}\n{if !empty($customGroup)}\n{foreach from=$customGroup item=value key=customName}\n=========================================================={if !empty($pricesetFieldsCount) }===================={/if}\n\n{$customName}\n=========================================================={if !empty($pricesetFieldsCount) }===================={/if}\n\n{foreach from=$value item=v key=n}\n{$n}: {$v}\n{/foreach}\n{/foreach}\n{/if}\n\n\n','<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n<head>\n <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n <title></title>\n</head>\n<body>\n\n{capture assign=headerStyle}colspan=\"2\" style=\"text-align: left; padding: 4px; border-bottom: 1px solid #999; background-color: #eee;\"{/capture}\n{capture assign=labelStyle }style=\"padding: 4px; border-bottom: 1px solid #999; background-color: #f7f7f7;\"{/capture}\n{capture assign=valueStyle }style=\"padding: 4px; border-bottom: 1px solid #999;\"{/capture}\n\n <table id=\"crm-event_receipt\" style=\"font-family: Arial, Verdana, sans-serif; text-align: left; width:100%; max-width:700px; padding:0; margin:0; border:0px;\">\n\n <!-- BEGIN HEADER -->\n <!-- You can add table row(s) here with logo or other header elements -->\n <!-- END HEADER -->\n\n <!-- BEGIN CONTENT -->\n\n <tr>\n <td>\n {assign var=\"greeting\" value=\"{contact.email_greeting_display}\"}{if $greeting}<p>{$greeting},</p>{/if}\n\n {if !empty($event.confirm_email_text) AND (empty($isOnWaitlist) AND empty($isRequireApproval))}\n <p>{$event.confirm_email_text|htmlize}</p>\n {/if}\n\n {if !empty($isOnWaitlist)}\n <p>{ts}You have been added to the WAIT LIST for this event.{/ts}</p>\n {if !empty($isPrimary)}\n <p>{ts}If space becomes available you will receive an email with a link to a web page where you can complete your registration.{/ts}</p>\n {/if}\n {elseif !empty($isRequireApproval)}\n <p>{ts}Your registration has been submitted.{/ts}</p>\n {if !empty($isPrimary)}\n <p>{ts}Once your registration has been reviewed, you will receive an email with a link to a web page where you can complete the registration process.{/ts}</p>\n {/if}\n {elseif $is_pay_later}\n <p>{$pay_later_receipt}</p> {* FIXME: this might be text rather than HTML *}\n {/if}\n\n </td>\n </tr>\n <tr>\n <td>\n <table style=\"border: 1px solid #999; margin: 1em 0em 1em; border-collapse: collapse; width:100%;\">\n <tr>\n <th {$headerStyle}>\n {ts}Event Information and Location{/ts}\n </th>\n </tr>\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n {event.title}<br />\n {event.start_date|crmDate}{if $event.event_end_date}-{if $event.event_end_date|crmDate:\"%Y%m%d\" == $event.event_start_date|crmDate:\"%Y%m%d\"}{$event.event_end_date|crmDate:0:1}{else}{$event.event_end_date|crmDate}{/if}{/if}\n </td>\n </tr>\n\n {if !empty($event.participant_role) and $event.participant_role neq \'Attendee\' and !empty($defaultRole)}\n <tr>\n <td {$labelStyle}>\n {ts}Participant Role{/ts}\n </td>\n <td {$valueStyle}>\n {$event.participant_role}\n </td>\n </tr>\n {/if}\n\n {if !empty($isShowLocation)}\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n {$location.address.1.display|nl2br}\n </td>\n </tr>\n {/if}\n\n {if !empty($location.phone.1.phone) || !empty($location.email.1.email)}\n <tr>\n <td colspan=\"2\" {$labelStyle}>\n {ts}Event Contacts:{/ts}\n </td>\n </tr>\n {foreach from=$location.phone item=phone}\n {if $phone.phone}\n <tr>\n <td {$labelStyle}>\n {if $phone.phone_type}\n {$phone.phone_type_display}\n {else}\n {ts}Phone{/ts}\n {/if}\n </td>\n <td {$valueStyle}>\n {$phone.phone} {if $phone.phone_ext} {ts}ext.{/ts} {$phone.phone_ext}{/if}\n </td>\n </tr>\n {/if}\n {/foreach}\n {foreach from=$location.email item=eventEmail}\n {if $eventEmail.email}\n <tr>\n <td {$labelStyle}>\n {ts}Email{/ts}\n </td>\n <td {$valueStyle}>\n {$eventEmail.email}\n </td>\n </tr>\n {/if}\n {/foreach}\n {/if}\n\n {if !empty($event.is_public)}\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n {capture assign=icalFeed}{crmURL p=\'civicrm/event/ical\' q=\"reset=1&id=`$event.id`\" h=0 a=1 fe=1}{/capture}\n <a href=\"{$icalFeed}\">{ts}Download iCalendar entry for this event.{/ts}</a>\n </td>\n </tr>\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n {capture assign=gCalendar}{crmURL p=\'civicrm/event/ical\' q=\"gCalendar=1&reset=1&id=`$event.id`\" h=0 a=1 fe=1}{/capture}\n <a href=\"{$gCalendar}\">{ts}Add event to Google Calendar{/ts}</a>\n </td>\n </tr>\n {/if}\n\n {if $email}\n <tr>\n <th {$headerStyle}>\n {ts}Registered Email{/ts}\n </th>\n </tr>\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n {$email}\n </td>\n </tr>\n {/if}\n\n\n {if !empty($event.is_monetary)}\n\n <tr>\n <th {$headerStyle}>\n {if !empty($event.fee_label)}{$event.fee_label}{/if}\n </th>\n </tr>\n\n {if !empty($lineItem)}\n {foreach from=$lineItem item=value key=priceset}\n {if $value neq \'skip\'}\n {if !empty($isPrimary)}\n {if $lineItem|@count GT 1} {* Header for multi participant registration cases. *}\n <tr>\n <td colspan=\"2\" {$labelStyle}>\n {ts 1=$priceset+1}Participant %1{/ts}\n </td>\n </tr>\n {/if}\n {/if}\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n <table>\n <tr>\n <th>{ts}Item{/ts}</th>\n <th>{ts}Qty{/ts}</th>\n <th>{ts}Each{/ts}</th>\n {if !empty($dataArray)}\n <th>{ts}SubTotal{/ts}</th>\n <th>{ts}Tax Rate{/ts}</th>\n <th>{ts}Tax Amount{/ts}</th>\n {/if}\n <th>{ts}Total{/ts}</th>\n {if !empty($pricesetFieldsCount) }<th>{ts}Total Participants{/ts}</th>{/if}\n </tr>\n {foreach from=$value item=line}\n <tr>\n <td>\n {if $line.html_type eq \'Text\'}{$line.label}{else}{$line.field_title} - {$line.label}{/if} {if $line.description}<div>{$line.description|truncate:30:\"...\"}</div>{/if}\n </td>\n <td>\n {$line.qty}\n </td>\n <td>\n {$line.unit_price|crmMoney}\n </td>\n {if !empty($dataArray)}\n <td>\n {$line.unit_price*$line.qty|crmMoney}\n </td>\n {if $line.tax_rate || $line.tax_amount != \"\"}\n <td>\n {$line.tax_rate|string_format:\"%.2f\"}%\n </td>\n <td>\n {$line.tax_amount|crmMoney}\n </td>\n {else}\n <td></td>\n <td></td>\n {/if}\n {/if}\n <td>\n {$line.line_total+$line.tax_amount|crmMoney}\n </td>\n {if !empty($pricesetFieldsCount) }\n <td>\n {$line.participant_count}\n </td>\n {/if}\n </tr>\n {/foreach}\n </table>\n </td>\n </tr>\n {/if}\n {/foreach}\n {if !empty($dataArray)}\n {if $totalAmount and $totalTaxAmount}\n <tr>\n <td {$labelStyle}>\n {ts}Amount Before Tax:{/ts}\n </td>\n <td {$valueStyle}>\n {$totalAmount-$totalTaxAmount|crmMoney}\n </td>\n </tr>\n {/if}\n {foreach from=$dataArray item=value key=priceset}\n <tr>\n {if $priceset || $priceset == 0}\n <td> {$taxTerm} {$priceset|string_format:\"%.2f\"}%</td>\n <td> {$value|crmMoney:$currency}</td>\n {else}\n <td> {ts}No{/ts} {$taxTerm}</td>\n <td> {$value|crmMoney:$currency}</td>\n {/if}\n </tr>\n {/foreach}\n {/if}\n {/if}\n\n {if !empty($amount) && !$lineItem}\n {foreach from=$amount item=amnt key=level}\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n {$amnt.amount|crmMoney} {$amnt.label}\n </td>\n </tr>\n {/foreach}\n {/if}\n {if $totalTaxAmount}\n <tr>\n <td {$labelStyle}>\n {ts}Total Tax Amount{/ts}\n </td>\n <td {$valueStyle}>\n {$totalTaxAmount|crmMoney:$currency}\n </td>\n </tr>\n {/if}\n {if !empty($isPrimary)}\n <tr>\n <td {$labelStyle}>\n {if isset($balanceAmount)}\n {ts}Total Paid{/ts}\n {else}\n {ts}Total Amount{/ts}\n {/if}\n </td>\n <td {$valueStyle}>\n {if !empty($totalAmount)}{$totalAmount|crmMoney}{/if} {if !empty($hookDiscount.message)}({$hookDiscount.message}){/if}\n </td>\n </tr>\n {if isset($balanceAmount)}\n <tr>\n <td {$labelStyle}>\n {ts}Balance{/ts}\n </td>\n <td {$valueStyle}>\n {$balanceAmount|crmMoney}\n </td>\n </tr>\n {/if}\n {if !empty($pricesetFieldsCount) }\n <tr>\n <td {$labelStyle}>\n {ts}Total Participants{/ts}</td>\n <td {$valueStyle}>\n {assign var=\"count\" value= 0}\n {foreach from=$lineItem item=pcount}\n {assign var=\"lineItemCount\" value=0}\n {if $pcount neq \'skip\'}\n {foreach from=$pcount item=p_count}\n {assign var=\"lineItemCount\" value=$lineItemCount+$p_count.participant_count}\n {/foreach}\n {if $lineItemCount < 1 }\n assign var=\"lineItemCount\" value=1}\n {/if}\n {assign var=\"count\" value=$count+$lineItemCount}\n {/if}\n {/foreach}\n {$count}\n </td>\n </tr>\n {/if}\n {if $is_pay_later}\n <tr>\n <td colspan=\"2\" {$labelStyle}>\n {$pay_later_receipt}\n </td>\n </tr>\n {/if}\n\n {if $register_date}\n <tr>\n <td {$labelStyle}>\n {ts}Registration Date{/ts}\n </td>\n <td {$valueStyle}>\n {$register_date|crmDate}\n </td>\n </tr>\n {/if}\n\n {if !empty($receive_date)}\n <tr>\n <td {$labelStyle}>\n {ts}Transaction Date{/ts}\n </td>\n <td {$valueStyle}>\n {$receive_date|crmDate}\n </td>\n </tr>\n {/if}\n\n {if !empty($financialTypeName)}\n <tr>\n <td {$labelStyle}>\n {ts}Financial Type{/ts}\n </td>\n <td {$valueStyle}>\n {$financialTypeName}\n </td>\n </tr>\n {/if}\n\n {if !empty($trxn_id)}\n <tr>\n <td {$labelStyle}>\n {ts}Transaction #{/ts}\n </td>\n <td {$valueStyle}>\n {$trxn_id}\n </td>\n </tr>\n {/if}\n\n {if !empty($paidBy)}\n <tr>\n <td {$labelStyle}>\n {ts}Paid By{/ts}\n </td>\n <td {$valueStyle}>\n {$paidBy}\n </td>\n </tr>\n {/if}\n\n {if !empty($checkNumber)}\n <tr>\n <td {$labelStyle}>\n {ts}Check Number{/ts}\n </td>\n <td {$valueStyle}>\n {$checkNumber}\n </td>\n </tr>\n {/if}\n\n {if !empty($billingName)}\n <tr>\n <th {$headerStyle}>\n {ts}Billing Name and Address{/ts}\n </th>\n </tr>\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n {$billingName}<br />\n {$address|nl2br}\n </td>\n </tr>\n {/if}\n\n {if !empty($credit_card_type)}\n <tr>\n <th {$headerStyle}>\n {ts}Credit Card Information{/ts}\n </th>\n </tr>\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n {$credit_card_type}<br />\n {$credit_card_number}<br />\n {ts}Expires{/ts}: {$credit_card_exp_date|truncate:7:\'\'|crmDate}\n </td>\n </tr>\n {/if}\n\n {/if}\n\n {/if} {* End of conditional section for Paid events *}\n\n {if !empty($customPre)}\n <tr>\n <th {$headerStyle}>\n {$customPre_grouptitle}\n </th>\n </tr>\n {foreach from=$customPre item=value key=customName}\n {if ( !empty($trackingFields) and ! in_array( $customName, $trackingFields ) ) or empty($trackingFields)}\n <tr>\n <td {$labelStyle}>\n {$customName}\n </td>\n <td {$valueStyle}>\n {$value}\n </td>\n </tr>\n {/if}\n {/foreach}\n {/if}\n\n {if !empty($customPost)}\n <tr>\n <th {$headerStyle}>\n {$customPost_grouptitle}\n </th>\n </tr>\n {foreach from=$customPost item=value key=customName}\n {if ( !empty($trackingFields) and ! in_array( $customName, $trackingFields ) ) or empty($trackingFields)}\n <tr>\n <td {$labelStyle}>\n {$customName}\n </td>\n <td {$valueStyle}>\n {$value}\n </td>\n </tr>\n {/if}\n {/foreach}\n {/if}\n\n {if !empty($customProfile)}\n {foreach from=$customProfile item=value key=customName}\n <tr>\n <th {$headerStyle}>\n {ts 1=$customName+1}Participant Information - Participant %1{/ts}\n </th>\n </tr>\n {foreach from=$value item=val key=field}\n {if $field eq \'additionalCustomPre\' or $field eq \'additionalCustomPost\'}\n <tr>\n <td colspan=\"2\" {$labelStyle}>\n {if $field eq \'additionalCustomPre\'}\n {$additionalCustomPre_grouptitle}\n {else}\n {$additionalCustomPost_grouptitle}\n {/if}\n </td>\n </tr>\n {foreach from=$val item=v key=f}\n <tr>\n <td {$labelStyle}>\n {$f}\n </td>\n <td {$valueStyle}>\n {$v}\n </td>\n </tr>\n {/foreach}\n {/if}\n {/foreach}\n {/foreach}\n {/if}\n\n {if !empty($customGroup)}\n {foreach from=$customGroup item=value key=customName}\n <tr>\n <th {$headerStyle}>\n {$customName}\n </th>\n </tr>\n {foreach from=$value item=v key=n}\n <tr>\n <td {$labelStyle}>\n {$n}\n </td>\n <td {$valueStyle}>\n {$v}\n </td>\n </tr>\n {/foreach}\n {/foreach}\n {/if}\n\n </table>\n </td>\n </tr>\n\n </table>\n\n</body>\n</html>\n',1,827,'event_offline_receipt',1,0,0,NULL), - (30,'Events - Registration Confirmation and Receipt (off-line)','{ts}Event Confirmation{/ts} - {event.title} - {contact.display_name}\n','{assign var=\"greeting\" value=\"{contact.email_greeting_display}\"}{if $greeting}{$greeting},{/if}\n{if !empty($event.confirm_email_text) AND (empty($isOnWaitlist) AND empty($isRequireApproval))}\n{$event.confirm_email_text}\n{/if}\n\n{if !empty($isOnWaitlist)}\n==========================================================={if !empty($pricesetFieldsCount) }===================={/if}\n\n{ts}You have been added to the WAIT LIST for this event.{/ts}\n\n{if !empty($isPrimary)}\n{ts}If space becomes available you will receive an email with a link to a web page where you can complete your registration.{/ts}\n\n{/if}\n==========================================================={if !empty($pricesetFieldsCount) }===================={/if}\n\n{elseif !empty($isRequireApproval)}\n==========================================================={if !empty($pricesetFieldsCount) }===================={/if}\n\n{ts}Your registration has been submitted.{/ts}\n\n{if !empty($isPrimary)}\n{ts}Once your registration has been reviewed, you will receive an email with a link to a web page where you can complete the registration process.{/ts}\n\n{/if}\n==========================================================={if !empty($pricesetFieldsCount) }===================={/if}\n\n{elseif $is_pay_later}\n\n==========================================================={if !empty($pricesetFieldsCount) }===================={/if}\n\n{$pay_later_receipt}\n==========================================================={if !empty($pricesetFieldsCount) }===================={/if}\n\n{/if}\n\n\n==========================================================={if !empty($pricesetFieldsCount) }===================={/if}\n\n{ts}Event Information and Location{/ts}\n\n==========================================================={if !empty($pricesetFieldsCount) }===================={/if}\n\n{event.title}\n{event.start_date|crmDate}{if $event.event_end_date}-{if $event.event_end_date|crmDate:\"%Y%m%d\" == $event.event_start_date|crmDate:\"%Y%m%d\"}{$event.event_end_date|crmDate:0:1}{else}{$event.event_end_date|crmDate}{/if}{/if}\n\n{if !empty($event.participant_role) and $event.participant_role neq \'Attendee\' and empty($defaultRole)}\n{ts}Participant Role{/ts}: {$event.participant_role}\n{/if}\n\n{if !empty($isShowLocation)}\n{$location.address.1.display|strip_tags:false}\n{/if}{*End of isShowLocation condition*}\n\n{if !empty($location.phone.1.phone) || !empty($location.email.1.email)}\n\n{ts}Event Contacts:{/ts}\n{foreach from=$location.phone item=phone}\n{if $phone.phone}\n\n{if $phone.phone_type}{$phone.phone_type_display}{else}{ts}Phone{/ts}{/if}: {$phone.phone}{/if} {if $phone.phone_ext} {ts}ext.{/ts} {$phone.phone_ext}{/if}\n{/foreach}\n{foreach from=$location.email item=eventEmail}\n{if $eventEmail.email}\n\n{ts}Email{/ts}: {$eventEmail.email}{/if}{/foreach}\n{/if}\n\n{if !empty($event.is_public)}\n{capture assign=icalFeed}{crmURL p=\'civicrm/event/ical\' q=\"reset=1&id=`$event.id`\" h=0 a=1 fe=1}{/capture}\n{ts}Download iCalendar entry for this event.{/ts} {$icalFeed}\n{capture assign=gCalendar}{crmURL p=\'civicrm/event/ical\' q=\"gCalendar=1&reset=1&id=`$event.id`\" h=0 a=1 fe=1}{/capture}\n{ts}Add event to Google Calendar{/ts} {$gCalendar}\n{/if}\n\n{if !empty($email)}\n\n==========================================================={if !empty($pricesetFieldsCount) }===================={/if}\n\n{ts}Registered Email{/ts}\n\n==========================================================={if !empty($pricesetFieldsCount) }===================={/if}\n\n{$email}\n{/if}\n{if !empty($event.is_monetary)} {* This section for Paid events only.*}\n\n==========================================================={if !empty($pricesetFieldsCount) }===================={/if}\n\n{if !empty($event.fee_label)}{$event.fee_label}{/if}\n==========================================================={if !empty($pricesetFieldsCount) }===================={/if}\n\n{if !empty($lineItem)}{foreach from=$lineItem item=value key=priceset}\n\n{if $value neq \'skip\'}\n{if !empty($isPrimary)}\n{if $lineItem|@count GT 1} {* Header for multi participant registration cases. *}\n{ts 1=$priceset+1}Participant %1{/ts}\n{/if}\n{/if}\n---------------------------------------------------------{if !empty($pricesetFieldsCount) }--------------------{/if}\n\n{capture assign=ts_item}{ts}Item{/ts}{/capture}\n{capture assign=ts_qty}{ts}Qty{/ts}{/capture}\n{capture assign=ts_each}{ts}Each{/ts}{/capture}\n{if !empty($dataArray)}\n{capture assign=ts_subtotal}{ts}Subtotal{/ts}{/capture}\n{capture assign=ts_taxRate}{ts}Tax Rate{/ts}{/capture}\n{capture assign=ts_taxAmount}{ts}Tax Amount{/ts}{/capture}\n{/if}\n{capture assign=ts_total}{ts}Total{/ts}{/capture}\n{capture assign=ts_participant_total}{if !empty($pricesetFieldsCount) }{ts}Total Participants{/ts}{/if}{/capture}\n{$ts_item|string_format:\"%-30s\"} {$ts_qty|string_format:\"%5s\"} {$ts_each|string_format:\"%10s\"} {if !empty($dataArray)} {$ts_subtotal|string_format:\"%10s\"} {$ts_taxRate|string_format:\"%10s\"} {$ts_taxAmount|string_format:\"%10s\"} {/if} {$ts_total|string_format:\"%10s\"} {if !empty($ts_participant_total)}{$ts_participant_total|string_format:\"%10s\"}{/if}\n----------------------------------------------------------{if !empty($pricesetFieldsCount) }--------------------{/if}\n\n{foreach from=$value item=line}\n{if !empty($pricesetFieldsCount) }{capture assign=ts_participant_count}{$line.participant_count}{/capture}{/if}\n{capture assign=ts_item}{if $line.html_type eq \'Text\'}{$line.label}{else}{$line.field_title} - {$line.label}{/if} {if $line.description} {$line.description}{/if}{/capture}{$ts_item|truncate:30:\"...\"|string_format:\"%-30s\"} {$line.qty|string_format:\"%5s\"} {$line.unit_price|crmMoney|string_format:\"%10s\"} {if !empty($dataArray)} {$line.unit_price*$line.qty|crmMoney:$currency|string_format:\"%10s\"} {if $line.tax_rate || $line.tax_amount != \"\"} {$line.tax_rate|string_format:\"%.2f\"} % {$line.tax_amount|crmMoney:$currency|string_format:\"%10s\"} {else} {/if} {/if} {$line.line_total+$line.tax_amount|crmMoney|string_format:\"%10s\"} {if !empty($ts_participant_count)}{$ts_participant_count|string_format:\"%10s\"}{/if}\n{/foreach}\n{/if}\n{/foreach}\n\n{if !empty($dataArray)}\n{if $totalAmount and $totalTaxAmount}\n{ts}Amount before Tax{/ts}: {$totalAmount-$totalTaxAmount|crmMoney:$currency}\n{/if}\n\n{foreach from=$dataArray item=value key=priceset}\n{if $priceset || $priceset == 0}\n{$taxTerm} {$priceset|string_format:\"%.2f\"}%: {$value|crmMoney:$currency}\n{else}\n{ts}No{/ts} {$taxTerm}: {$value|crmMoney:$currency}\n{/if}\n{/foreach}\n{/if}\n{/if}\n\n{if !empty($amount) && !$lineItem}\n{foreach from=$amount item=amnt key=level}{$amnt.amount|crmMoney} {$amnt.label}\n{/foreach}\n{/if}\n\n{if $totalTaxAmount}\n{ts}Total Tax Amount{/ts}: {$totalTaxAmount|crmMoney:$currency}\n{/if}\n{if !empty($isPrimary)}\n\n{if !empty($balanceAmount)}{ts}Total Paid{/ts}{else}{ts}Total Amount{/ts}{/if}: {if !empty($totalAmount)}{$totalAmount|crmMoney}{/if} {if !empty($hookDiscount.message)}({$hookDiscount.message}){/if}\n\n{if !empty($balanceAmount)}\n{ts}Balance{/ts}: {$balanceAmount|crmMoney}\n{/if}\n\n{if !empty($pricesetFieldsCount) }\n {assign var=\"count\" value= 0}\n {foreach from=$lineItem item=pcount}\n {assign var=\"lineItemCount\" value=0}\n {if $pcount neq \'skip\'}\n {foreach from=$pcount item=p_count}\n {assign var=\"lineItemCount\" value=$lineItemCount+$p_count.participant_count}\n {/foreach}\n {if $lineItemCount < 1 }\n {assign var=\"lineItemCount\" value=1}\n {/if}\n {assign var=\"count\" value=$count+$lineItemCount}\n {/if}\n {/foreach}\n\n{ts}Total Participants{/ts}: {$count}\n{/if}\n\n{if $is_pay_later}\n\n==========================================================={if !empty($pricesetFieldsCount) }===================={/if}\n\n{$pay_later_receipt}\n==========================================================={if !empty($pricesetFieldsCount) }===================={/if}\n\n{/if}\n\n{if $register_date}\n{ts}Registration Date{/ts}: {$register_date|crmDate}\n{/if}\n{if $receive_date}\n{ts}Transaction Date{/ts}: {$receive_date|crmDate}\n{/if}\n{if !empty($financialTypeName)}\n{ts}Financial Type{/ts}: {$financialTypeName}\n{/if}\n{if !empty($trxn_id)}\n{ts}Transaction #{/ts}: {$trxn_id}\n{/if}\n{if !empty($paidBy)}\n{ts}Paid By{/ts}: {$paidBy}\n{/if}\n{if !empty($checkNumber)}\n{ts}Check Number{/ts}: {$checkNumber}\n{/if}\n{if !empty($billingName)}\n\n==========================================================={if !empty($pricesetFieldsCount) }===================={/if}\n\n{ts}Billing Name and Address{/ts}\n\n==========================================================={if !empty($pricesetFieldsCount) }===================={/if}\n\n{$billingName}\n{$address}\n{/if}\n\n{if !empty($credit_card_type)}\n===========================================================\n{ts}Credit Card Information{/ts}\n\n==========================================================={if !empty($pricesetFieldsCount) }===================={/if}\n\n{$credit_card_type}\n{$credit_card_number}\n{ts}Expires{/ts}: {$credit_card_exp_date|truncate:7:\'\'|crmDate}\n{/if}\n{/if}\n{/if} {* End of conditional section for Paid events *}\n\n{if !empty($customPre)}\n==========================================================={if !empty($pricesetFieldsCount) }===================={/if}\n\n{$customPre_grouptitle}\n==========================================================={if !empty($pricesetFieldsCount) }===================={/if}\n\n{foreach from=$customPre item=value key=customName}\n{if ( !empty($trackingFields) and ! in_array( $customName, $trackingFields ) ) or empty($trackingFields)}\n{$customName}: {$value}\n{/if}\n{/foreach}\n{/if}\n\n{if !empty($customPost)}\n==========================================================={if !empty($pricesetFieldsCount) }===================={/if}\n\n{$customPost_grouptitle}\n==========================================================={if !empty($pricesetFieldsCount) }===================={/if}\n\n{foreach from=$customPost item=value key=customName}\n{if ( !empty($trackingFields) and ! in_array( $customName, $trackingFields ) ) or empty($trackingFields)}\n{$customName}: {$value}\n{/if}\n{/foreach}\n{/if}\n{if !empty($customProfile)}\n\n{foreach from=$customProfile item=value key=customName}\n==========================================================={if !empty($pricesetFieldsCount) }===================={/if}\n\n{ts 1=$customName+1}Participant Information - Participant %1{/ts}\n\n==========================================================={if !empty($pricesetFieldsCount) }===================={/if}\n\n{foreach from=$value item=val key=field}\n{if $field eq \'additionalCustomPre\' or $field eq \'additionalCustomPost\' }\n{if $field eq \'additionalCustomPre\' }\n----------------------------------------------------------{if !empty($pricesetFieldsCount) }--------------------{/if}\n\n{$additionalCustomPre_grouptitle}\n----------------------------------------------------------{if !empty($pricesetFieldsCount) }--------------------{/if}\n\n{else}\n----------------------------------------------------------{if !empty($pricesetFieldsCount) }--------------------{/if}\n\n{$additionalCustomPost_grouptitle}\n----------------------------------------------------------{if !empty($pricesetFieldsCount) }--------------------{/if}\n\n{/if}\n{foreach from=$val item=v key=f}\n{$f}: {$v}\n{/foreach}\n{/if}\n{/foreach}\n{/foreach}\n{/if}\n{if !empty($customGroup)}\n{foreach from=$customGroup item=value key=customName}\n=========================================================={if !empty($pricesetFieldsCount) }===================={/if}\n\n{$customName}\n=========================================================={if !empty($pricesetFieldsCount) }===================={/if}\n\n{foreach from=$value item=v key=n}\n{$n}: {$v}\n{/foreach}\n{/foreach}\n{/if}\n\n\n','<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n<head>\n <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n <title></title>\n</head>\n<body>\n\n{capture assign=headerStyle}colspan=\"2\" style=\"text-align: left; padding: 4px; border-bottom: 1px solid #999; background-color: #eee;\"{/capture}\n{capture assign=labelStyle }style=\"padding: 4px; border-bottom: 1px solid #999; background-color: #f7f7f7;\"{/capture}\n{capture assign=valueStyle }style=\"padding: 4px; border-bottom: 1px solid #999;\"{/capture}\n\n <table id=\"crm-event_receipt\" style=\"font-family: Arial, Verdana, sans-serif; text-align: left; width:100%; max-width:700px; padding:0; margin:0; border:0px;\">\n\n <!-- BEGIN HEADER -->\n <!-- You can add table row(s) here with logo or other header elements -->\n <!-- END HEADER -->\n\n <!-- BEGIN CONTENT -->\n\n <tr>\n <td>\n {assign var=\"greeting\" value=\"{contact.email_greeting_display}\"}{if $greeting}<p>{$greeting},</p>{/if}\n\n {if !empty($event.confirm_email_text) AND (empty($isOnWaitlist) AND empty($isRequireApproval))}\n <p>{$event.confirm_email_text|htmlize}</p>\n {/if}\n\n {if !empty($isOnWaitlist)}\n <p>{ts}You have been added to the WAIT LIST for this event.{/ts}</p>\n {if !empty($isPrimary)}\n <p>{ts}If space becomes available you will receive an email with a link to a web page where you can complete your registration.{/ts}</p>\n {/if}\n {elseif !empty($isRequireApproval)}\n <p>{ts}Your registration has been submitted.{/ts}</p>\n {if !empty($isPrimary)}\n <p>{ts}Once your registration has been reviewed, you will receive an email with a link to a web page where you can complete the registration process.{/ts}</p>\n {/if}\n {elseif $is_pay_later}\n <p>{$pay_later_receipt}</p> {* FIXME: this might be text rather than HTML *}\n {/if}\n\n </td>\n </tr>\n <tr>\n <td>\n <table style=\"border: 1px solid #999; margin: 1em 0em 1em; border-collapse: collapse; width:100%;\">\n <tr>\n <th {$headerStyle}>\n {ts}Event Information and Location{/ts}\n </th>\n </tr>\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n {event.title}<br />\n {event.start_date|crmDate}{if $event.event_end_date}-{if $event.event_end_date|crmDate:\"%Y%m%d\" == $event.event_start_date|crmDate:\"%Y%m%d\"}{$event.event_end_date|crmDate:0:1}{else}{$event.event_end_date|crmDate}{/if}{/if}\n </td>\n </tr>\n\n {if !empty($event.participant_role) and $event.participant_role neq \'Attendee\' and !empty($defaultRole)}\n <tr>\n <td {$labelStyle}>\n {ts}Participant Role{/ts}\n </td>\n <td {$valueStyle}>\n {$event.participant_role}\n </td>\n </tr>\n {/if}\n\n {if !empty($isShowLocation)}\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n {$location.address.1.display|nl2br}\n </td>\n </tr>\n {/if}\n\n {if !empty($location.phone.1.phone) || !empty($location.email.1.email)}\n <tr>\n <td colspan=\"2\" {$labelStyle}>\n {ts}Event Contacts:{/ts}\n </td>\n </tr>\n {foreach from=$location.phone item=phone}\n {if $phone.phone}\n <tr>\n <td {$labelStyle}>\n {if $phone.phone_type}\n {$phone.phone_type_display}\n {else}\n {ts}Phone{/ts}\n {/if}\n </td>\n <td {$valueStyle}>\n {$phone.phone} {if $phone.phone_ext} {ts}ext.{/ts} {$phone.phone_ext}{/if}\n </td>\n </tr>\n {/if}\n {/foreach}\n {foreach from=$location.email item=eventEmail}\n {if $eventEmail.email}\n <tr>\n <td {$labelStyle}>\n {ts}Email{/ts}\n </td>\n <td {$valueStyle}>\n {$eventEmail.email}\n </td>\n </tr>\n {/if}\n {/foreach}\n {/if}\n\n {if !empty($event.is_public)}\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n {capture assign=icalFeed}{crmURL p=\'civicrm/event/ical\' q=\"reset=1&id=`$event.id`\" h=0 a=1 fe=1}{/capture}\n <a href=\"{$icalFeed}\">{ts}Download iCalendar entry for this event.{/ts}</a>\n </td>\n </tr>\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n {capture assign=gCalendar}{crmURL p=\'civicrm/event/ical\' q=\"gCalendar=1&reset=1&id=`$event.id`\" h=0 a=1 fe=1}{/capture}\n <a href=\"{$gCalendar}\">{ts}Add event to Google Calendar{/ts}</a>\n </td>\n </tr>\n {/if}\n\n {if $email}\n <tr>\n <th {$headerStyle}>\n {ts}Registered Email{/ts}\n </th>\n </tr>\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n {$email}\n </td>\n </tr>\n {/if}\n\n\n {if !empty($event.is_monetary)}\n\n <tr>\n <th {$headerStyle}>\n {if !empty($event.fee_label)}{$event.fee_label}{/if}\n </th>\n </tr>\n\n {if !empty($lineItem)}\n {foreach from=$lineItem item=value key=priceset}\n {if $value neq \'skip\'}\n {if !empty($isPrimary)}\n {if $lineItem|@count GT 1} {* Header for multi participant registration cases. *}\n <tr>\n <td colspan=\"2\" {$labelStyle}>\n {ts 1=$priceset+1}Participant %1{/ts}\n </td>\n </tr>\n {/if}\n {/if}\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n <table>\n <tr>\n <th>{ts}Item{/ts}</th>\n <th>{ts}Qty{/ts}</th>\n <th>{ts}Each{/ts}</th>\n {if !empty($dataArray)}\n <th>{ts}SubTotal{/ts}</th>\n <th>{ts}Tax Rate{/ts}</th>\n <th>{ts}Tax Amount{/ts}</th>\n {/if}\n <th>{ts}Total{/ts}</th>\n {if !empty($pricesetFieldsCount) }<th>{ts}Total Participants{/ts}</th>{/if}\n </tr>\n {foreach from=$value item=line}\n <tr>\n <td>\n {if $line.html_type eq \'Text\'}{$line.label}{else}{$line.field_title} - {$line.label}{/if} {if $line.description}<div>{$line.description|truncate:30:\"...\"}</div>{/if}\n </td>\n <td>\n {$line.qty}\n </td>\n <td>\n {$line.unit_price|crmMoney}\n </td>\n {if !empty($dataArray)}\n <td>\n {$line.unit_price*$line.qty|crmMoney}\n </td>\n {if $line.tax_rate || $line.tax_amount != \"\"}\n <td>\n {$line.tax_rate|string_format:\"%.2f\"}%\n </td>\n <td>\n {$line.tax_amount|crmMoney}\n </td>\n {else}\n <td></td>\n <td></td>\n {/if}\n {/if}\n <td>\n {$line.line_total+$line.tax_amount|crmMoney}\n </td>\n {if !empty($pricesetFieldsCount) }\n <td>\n {$line.participant_count}\n </td>\n {/if}\n </tr>\n {/foreach}\n </table>\n </td>\n </tr>\n {/if}\n {/foreach}\n {if !empty($dataArray)}\n {if $totalAmount and $totalTaxAmount}\n <tr>\n <td {$labelStyle}>\n {ts}Amount Before Tax:{/ts}\n </td>\n <td {$valueStyle}>\n {$totalAmount-$totalTaxAmount|crmMoney}\n </td>\n </tr>\n {/if}\n {foreach from=$dataArray item=value key=priceset}\n <tr>\n {if $priceset || $priceset == 0}\n <td> {$taxTerm} {$priceset|string_format:\"%.2f\"}%</td>\n <td> {$value|crmMoney:$currency}</td>\n {else}\n <td> {ts}No{/ts} {$taxTerm}</td>\n <td> {$value|crmMoney:$currency}</td>\n {/if}\n </tr>\n {/foreach}\n {/if}\n {/if}\n\n {if !empty($amount) && !$lineItem}\n {foreach from=$amount item=amnt key=level}\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n {$amnt.amount|crmMoney} {$amnt.label}\n </td>\n </tr>\n {/foreach}\n {/if}\n {if $totalTaxAmount}\n <tr>\n <td {$labelStyle}>\n {ts}Total Tax Amount{/ts}\n </td>\n <td {$valueStyle}>\n {$totalTaxAmount|crmMoney:$currency}\n </td>\n </tr>\n {/if}\n {if !empty($isPrimary)}\n <tr>\n <td {$labelStyle}>\n {if isset($balanceAmount)}\n {ts}Total Paid{/ts}\n {else}\n {ts}Total Amount{/ts}\n {/if}\n </td>\n <td {$valueStyle}>\n {if !empty($totalAmount)}{$totalAmount|crmMoney}{/if} {if !empty($hookDiscount.message)}({$hookDiscount.message}){/if}\n </td>\n </tr>\n {if isset($balanceAmount)}\n <tr>\n <td {$labelStyle}>\n {ts}Balance{/ts}\n </td>\n <td {$valueStyle}>\n {$balanceAmount|crmMoney}\n </td>\n </tr>\n {/if}\n {if !empty($pricesetFieldsCount) }\n <tr>\n <td {$labelStyle}>\n {ts}Total Participants{/ts}</td>\n <td {$valueStyle}>\n {assign var=\"count\" value= 0}\n {foreach from=$lineItem item=pcount}\n {assign var=\"lineItemCount\" value=0}\n {if $pcount neq \'skip\'}\n {foreach from=$pcount item=p_count}\n {assign var=\"lineItemCount\" value=$lineItemCount+$p_count.participant_count}\n {/foreach}\n {if $lineItemCount < 1 }\n assign var=\"lineItemCount\" value=1}\n {/if}\n {assign var=\"count\" value=$count+$lineItemCount}\n {/if}\n {/foreach}\n {$count}\n </td>\n </tr>\n {/if}\n {if $is_pay_later}\n <tr>\n <td colspan=\"2\" {$labelStyle}>\n {$pay_later_receipt}\n </td>\n </tr>\n {/if}\n\n {if $register_date}\n <tr>\n <td {$labelStyle}>\n {ts}Registration Date{/ts}\n </td>\n <td {$valueStyle}>\n {$register_date|crmDate}\n </td>\n </tr>\n {/if}\n\n {if !empty($receive_date)}\n <tr>\n <td {$labelStyle}>\n {ts}Transaction Date{/ts}\n </td>\n <td {$valueStyle}>\n {$receive_date|crmDate}\n </td>\n </tr>\n {/if}\n\n {if !empty($financialTypeName)}\n <tr>\n <td {$labelStyle}>\n {ts}Financial Type{/ts}\n </td>\n <td {$valueStyle}>\n {$financialTypeName}\n </td>\n </tr>\n {/if}\n\n {if !empty($trxn_id)}\n <tr>\n <td {$labelStyle}>\n {ts}Transaction #{/ts}\n </td>\n <td {$valueStyle}>\n {$trxn_id}\n </td>\n </tr>\n {/if}\n\n {if !empty($paidBy)}\n <tr>\n <td {$labelStyle}>\n {ts}Paid By{/ts}\n </td>\n <td {$valueStyle}>\n {$paidBy}\n </td>\n </tr>\n {/if}\n\n {if !empty($checkNumber)}\n <tr>\n <td {$labelStyle}>\n {ts}Check Number{/ts}\n </td>\n <td {$valueStyle}>\n {$checkNumber}\n </td>\n </tr>\n {/if}\n\n {if !empty($billingName)}\n <tr>\n <th {$headerStyle}>\n {ts}Billing Name and Address{/ts}\n </th>\n </tr>\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n {$billingName}<br />\n {$address|nl2br}\n </td>\n </tr>\n {/if}\n\n {if !empty($credit_card_type)}\n <tr>\n <th {$headerStyle}>\n {ts}Credit Card Information{/ts}\n </th>\n </tr>\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n {$credit_card_type}<br />\n {$credit_card_number}<br />\n {ts}Expires{/ts}: {$credit_card_exp_date|truncate:7:\'\'|crmDate}\n </td>\n </tr>\n {/if}\n\n {/if}\n\n {/if} {* End of conditional section for Paid events *}\n\n {if !empty($customPre)}\n <tr>\n <th {$headerStyle}>\n {$customPre_grouptitle}\n </th>\n </tr>\n {foreach from=$customPre item=value key=customName}\n {if ( !empty($trackingFields) and ! in_array( $customName, $trackingFields ) ) or empty($trackingFields)}\n <tr>\n <td {$labelStyle}>\n {$customName}\n </td>\n <td {$valueStyle}>\n {$value}\n </td>\n </tr>\n {/if}\n {/foreach}\n {/if}\n\n {if !empty($customPost)}\n <tr>\n <th {$headerStyle}>\n {$customPost_grouptitle}\n </th>\n </tr>\n {foreach from=$customPost item=value key=customName}\n {if ( !empty($trackingFields) and ! in_array( $customName, $trackingFields ) ) or empty($trackingFields)}\n <tr>\n <td {$labelStyle}>\n {$customName}\n </td>\n <td {$valueStyle}>\n {$value}\n </td>\n </tr>\n {/if}\n {/foreach}\n {/if}\n\n {if !empty($customProfile)}\n {foreach from=$customProfile item=value key=customName}\n <tr>\n <th {$headerStyle}>\n {ts 1=$customName+1}Participant Information - Participant %1{/ts}\n </th>\n </tr>\n {foreach from=$value item=val key=field}\n {if $field eq \'additionalCustomPre\' or $field eq \'additionalCustomPost\'}\n <tr>\n <td colspan=\"2\" {$labelStyle}>\n {if $field eq \'additionalCustomPre\'}\n {$additionalCustomPre_grouptitle}\n {else}\n {$additionalCustomPost_grouptitle}\n {/if}\n </td>\n </tr>\n {foreach from=$val item=v key=f}\n <tr>\n <td {$labelStyle}>\n {$f}\n </td>\n <td {$valueStyle}>\n {$v}\n </td>\n </tr>\n {/foreach}\n {/if}\n {/foreach}\n {/foreach}\n {/if}\n\n {if !empty($customGroup)}\n {foreach from=$customGroup item=value key=customName}\n <tr>\n <th {$headerStyle}>\n {$customName}\n </th>\n </tr>\n {foreach from=$value item=v key=n}\n <tr>\n <td {$labelStyle}>\n {$n}\n </td>\n <td {$valueStyle}>\n {$v}\n </td>\n </tr>\n {/foreach}\n {/foreach}\n {/if}\n\n </table>\n </td>\n </tr>\n\n </table>\n\n</body>\n</html>\n',1,827,'event_offline_receipt',0,1,0,NULL), - (31,'Events - Registration Confirmation and Receipt (on-line)','{if !empty($isOnWaitlist)}{ts}Wait List Confirmation{/ts}{elseif !empty($isRequireApproval)}{ts}Registration Request Confirmation{/ts}{else}{ts}Registration Confirmation{/ts}{/if} - {event.title} - {contact.display_name}\n','{assign var=\"greeting\" value=\"{contact.email_greeting_display}\"}{if $greeting}{$greeting},{/if}\n{if !empty($event.confirm_email_text) AND (empty($isOnWaitlist) AND empty($isRequireApproval))}\n{$event.confirm_email_text}\n\n{else}\n {ts}Thank you for your registration.{/ts}\n {if $participant_status}{ts 1=$participant_status}This is a confirmation that your registration has been received and your status has been updated to %1.{/ts}\n {else}{if !empty($isOnWaitlist)}{ts}This is a confirmation that your registration has been received and your status has been updated to waitlisted.{/ts}{else}{ts}This is a confirmation that your registration has been received and your status has been updated to registered.{/ts}{/if}\n {/if}\n{/if}\n\n{if !empty($isOnWaitlist)}\n==========================================================={if !empty($pricesetFieldsCount)}===================={/if}\n\n{ts}You have been added to the WAIT LIST for this event.{/ts}\n\n{if !empty($isPrimary)}\n{ts}If space becomes available you will receive an email with a link to a web page where you can complete your registration.{/ts}\n{/if}\n==========================================================={if !empty($pricesetFieldsCount)}===================={/if}\n\n{elseif !empty($isRequireApproval)}\n==========================================================={if !empty($pricesetFieldsCount)}===================={/if}\n\n{ts}Your registration has been submitted.{/ts}\n\n{if !empty($isPrimary)}\n{ts}Once your registration has been reviewed, you will receive an email with a link to a web page where you can complete the registration process.{/ts}\n\n{/if}\n==========================================================={if !empty($pricesetFieldsCount)}===================={/if}\n\n{elseif !empty($is_pay_later) && empty($isAmountzero) && empty($isAdditionalParticipant)}\n\n==========================================================={if !empty($pricesetFieldsCount)}===================={/if}\n\n{if isset($pay_later_receipt)}{$pay_later_receipt}{/if}\n==========================================================={if !empty($pricesetFieldsCount)}===================={/if}\n\n{/if}\n\n\n==========================================================={if !empty($pricesetFieldsCount)}===================={/if}\n\n{ts}Event Information and Location{/ts}\n\n==========================================================={if !empty($pricesetFieldsCount)}===================={/if}\n\n{event.title}\n{event.start_date|crmDate:\"%A\"} {event.start_date|crmDate}{if $event.event_end_date}-{if $event.event_end_date|crmDate:\"%Y%m%d\" == $event.event_start_date|crmDate:\"%Y%m%d\"}{$event.event_end_date|crmDate:0:1}{else}{$event.event_end_date|crmDate:\"%A\"} {$event.event_end_date|crmDate}{/if}{/if}\n{if !empty($conference_sessions)}\n\n\n{ts}Your schedule:{/ts}\n{assign var=\'group_by_day\' value=\'NA\'}\n{foreach from=$conference_sessions item=session}\n{if $session.start_date|crmDate:\"%Y/%m/%d\" != $group_by_day|crmDate:\"%Y/%m/%d\"}\n{assign var=\'group_by_day\' value=$session.start_date}\n\n{$group_by_day|crmDate:\"%m/%d/%Y\"}\n\n\n{/if}\n{$session.start_date|crmDate:0:1}{if $session.end_date}-{$session.end_date|crmDate:0:1}{/if} {$session.title}\n{if $session.location} {$session.location}{/if}\n{/foreach}\n{/if}\n\n{if !empty($event.participant_role) and $event.participant_role neq \'Attendee\' and !empty($defaultRole)}\n{ts}Participant Role{/ts}: {$event.participant_role}\n{/if}\n\n{if !empty($isShowLocation)}\n{$location.address.1.display|strip_tags:false}\n{/if}{*End of isShowLocation condition*}\n\n{if !empty($location.phone.1.phone) || !empty($location.email.1.email)}\n\n{ts}Event Contacts:{/ts}\n{foreach from=$location.phone item=phone}\n{if $phone.phone}\n\n{if $phone.phone_type}{$phone.phone_type_display}{else}{ts}Phone{/ts}{/if}: {$phone.phone}{/if} {if $phone.phone_ext} {ts}ext.{/ts} {$phone.phone_ext}{/if}\n{/foreach}\n{foreach from=$location.email item=eventEmail}\n{if $eventEmail.email}\n\n{ts}Email{/ts}: {$eventEmail.email}{/if}{/foreach}\n{/if}\n\n{if !empty($event.is_public)}\n{capture assign=icalFeed}{crmURL p=\'civicrm/event/ical\' q=\"reset=1&id=`$event.id`\" h=0 a=1 fe=1}{/capture}\n{ts}Download iCalendar entry for this event.{/ts} {$icalFeed}\n{capture assign=gCalendar}{crmURL p=\'civicrm/event/ical\' q=\"gCalendar=1&reset=1&id=`$event.id`\" h=0 a=1 fe=1}{/capture}\n{ts}Add event to Google Calendar{/ts} {$gCalendar}\n{/if}\n\n{if !empty($payer.name)}\nYou were registered by: {$payer.name}\n{/if}\n{if !empty($event.is_monetary) and empty($isRequireApproval)} {* This section for Paid events only.*}\n\n==========================================================={if !empty($pricesetFieldsCount)}===================={/if}\n\n{if !empty ($event.fee_label)}{$event.fee_label}{/if}\n==========================================================={if !empty($pricesetFieldsCount)}===================={/if}\n\n{if !empty($lineItem)}{foreach from=$lineItem item=value key=priceset}\n\n{if $value neq \'skip\'}\n{if !empty($isPrimary)}\n{if $lineItem|@count GT 1} {* Header for multi participant registration cases. *}\n{ts 1=$priceset+1}Participant %1{/ts} {if !empty($part.$priceset)}{$part.$priceset.info}{/if}\n\n{/if}\n{/if}\n-----------------------------------------------------------{if !empty($pricesetFieldsCount)}-----------------------------------------------------{/if}\n\n{capture assign=ts_item}{ts}Item{/ts}{/capture}\n{capture assign=ts_qty}{ts}Qty{/ts}{/capture}\n{capture assign=ts_each}{ts}Each{/ts}{/capture}\n{if !empty($dataArray)}\n{capture assign=ts_subtotal}{ts}Subtotal{/ts}{/capture}\n{capture assign=ts_taxRate}{ts}Tax Rate{/ts}{/capture}\n{capture assign=ts_taxAmount}{ts}Tax Amount{/ts}{/capture}\n{/if}\n{capture assign=ts_total}{ts}Total{/ts}{/capture}\n{if !empty($pricesetFieldsCount) }{capture assign=ts_participant_total}{ts}Total Participants{/ts}{/capture}{/if}\n{$ts_item|string_format:\"%-30s\"} {$ts_qty|string_format:\"%5s\"} {$ts_each|string_format:\"%10s\"} {if !empty($dataArray)} {$ts_subtotal|string_format:\"%10s\"} {$ts_taxRate|string_format:\"%10s\"} {$ts_taxAmount|string_format:\"%10s\"} {/if} {$ts_total|string_format:\"%10s\"} {if !empty($ts_participant_total)}{$ts_participant_total|string_format:\"%10s\"}{/if}\n-----------------------------------------------------------{if !empty($pricesetFieldsCount)}-----------------------------------------------------{/if}\n\n{foreach from=$value item=line}\n{if !empty($pricesetFieldsCount) }{capture assign=ts_participant_count}{$line.participant_count}{/capture}{/if}\n{capture assign=ts_item}{if $line.html_type eq \'Text\'}{$line.label}{else}{$line.field_title} - {$line.label}{/if} {if $line.description} {$line.description}{/if}{/capture}{$ts_item|truncate:30:\"...\"|string_format:\"%-30s\"} {$line.qty|string_format:\"%5s\"} {$line.unit_price|crmMoney:$currency|string_format:\"%10s\"} {if !empty($dataArray)} {$line.unit_price*$line.qty|crmMoney:$currency|string_format:\"%10s\"} {if $line.tax_rate || $line.tax_amount != \"\"} {$line.tax_rate|string_format:\"%.2f\"} % {$line.tax_amount|crmMoney:$currency|string_format:\"%10s\"} {else} {/if} {/if} {$line.line_total+$line.tax_amount|crmMoney:$currency|string_format:\"%10s\"}{if !empty($ts_participant_count)}{$ts_participant_count|string_format:\"%10s\"}{/if}\n{/foreach}\n----------------------------------------------------------------------------------------------------------------\n{if !empty($individual)}{ts}Participant Total{/ts} {$individual.$priceset.totalAmtWithTax-$individual.$priceset.totalTaxAmt|crmMoney:$currency|string_format:\"%29s\"} {$individual.$priceset.totalTaxAmt|crmMoney:$currency|string_format:\"%33s\"} {$individual.$priceset.totalAmtWithTax|crmMoney:$currency|string_format:\"%12s\"}{/if}\n{/if}\n{\"\"|string_format:\"%120s\"}\n{/foreach}\n{\"\"|string_format:\"%120s\"}\n\n{if !empty($dataArray)}\n{if isset($totalAmount) and isset($totalTaxAmount)}\n{ts}Amount before Tax{/ts}: {$totalAmount-$totalTaxAmount|crmMoney:$currency}\n{/if}\n\n{foreach from=$dataArray item=value key=priceset}\n{if $priceset || $priceset == 0}\n{$taxTerm} {$priceset|string_format:\"%.2f\"}%: {$value|crmMoney:$currency}\n{else}\n{ts}No{/ts} {$taxTerm}: {$value|crmMoney:$currency}\n{/if}\n{/foreach}\n{/if}\n{/if}\n\n{if !empty($amounts) && empty($lineItem)}\n{foreach from=$amounts item=amnt key=level}{$amnt.amount|crmMoney:$currency} {$amnt.label}\n{/foreach}\n{/if}\n\n{if isset($totalTaxAmount)}\n{ts}Total Tax Amount{/ts}: {$totalTaxAmount|crmMoney:$currency}\n{/if}\n{if !empty($isPrimary) }\n\n{ts}Total Amount{/ts}: {if !empty($totalAmount)}{$totalAmount|crmMoney:$currency}{/if} {if !empty($hookDiscount.message)}({$hookDiscount.message}){/if}\n\n{if !empty($pricesetFieldsCount) }\n {assign var=\"count\" value= 0}\n {foreach from=$lineItem item=pcount}\n {assign var=\"lineItemCount\" value=0}\n {if $pcount neq \'skip\'}\n {foreach from=$pcount item=p_count}\n {assign var=\"lineItemCount\" value=$lineItemCount+$p_count.participant_count}\n {/foreach}\n {if $lineItemCount < 1 }\n {assign var=\"lineItemCount\" value=1}\n {/if}\n {assign var=\"count\" value=$count+$lineItemCount}\n {/if}\n {/foreach}\n\n{ts}Total Participants{/ts}: {$count}\n{/if}\n\n{if $register_date}\n{ts}Registration Date{/ts}: {$register_date|crmDate}\n{/if}\n{if !empty($receive_date)}\n{ts}Transaction Date{/ts}: {$receive_date|crmDate}\n{/if}\n{if !empty($financialTypeName)}\n{ts}Financial Type{/ts}: {$financialTypeName}\n{/if}\n{if !empty($trxn_id)}\n{ts}Transaction #{/ts}: {$trxn_id}\n{/if}\n{if !empty($paidBy)}\n{ts}Paid By{/ts}: {$paidBy}\n{/if}\n{if !empty($checkNumber)}\n{ts}Check Number{/ts}: {$checkNumber}\n{/if}\n{if !empty($billingName)}\n\n==========================================================={if !empty($pricesetFieldsCount)}===================={/if}\n\n{ts}Billing Name and Address{/ts}\n\n==========================================================={if !empty($pricesetFieldsCount)}===================={/if}\n\n{$billingName}\n{$address}\n{/if}\n\n{if !empty($credit_card_type)}\n==========================================================={if !empty($pricesetFieldsCount)}===================={/if}\n\n{ts}Credit Card Information{/ts}\n\n==========================================================={if !empty($pricesetFieldsCount)}===================={/if}\n\n{$credit_card_type}\n{$credit_card_number}\n{ts}Expires{/ts}: {$credit_card_exp_date|truncate:7:\'\'|crmDate}\n{/if}\n{/if}\n{/if} {* End of conditional section for Paid events *}\n\n{if !empty($customPre)}\n{foreach from=$customPre item=customPr key=i}\n==========================================================={if !empty($pricesetFieldsCount)}===================={/if}\n\n{$customPre_grouptitle.$i}\n==========================================================={if !empty($pricesetFieldsCount)}===================={/if}\n\n{foreach from=$customPr item=customValue key=customName}\n{if ( !empty($trackingFields) and ! in_array( $customName, $trackingFields ) ) or empty($trackingFields)}\n {$customName}: {$customValue}\n{/if}\n{/foreach}\n{/foreach}\n{/if}\n\n{if !empty($customPost)}\n{foreach from=$customPost item=customPos key=j}\n==========================================================={if !empty($pricesetFieldsCount)}===================={/if}\n\n{$customPost_grouptitle.$j}\n==========================================================={if !empty($pricesetFieldsCount)}===================={/if}\n\n{foreach from=$customPos item=customValue key=customName}\n{if ( !empty($trackingFields) and ! in_array( $customName, $trackingFields ) ) or empty($trackingFields)}\n {$customName}: {$customValue}\n{/if}\n{/foreach}\n{/foreach}\n{/if}\n{if !empty($customProfile)}\n\n{foreach from=$customProfile.profile item=eachParticipant key=participantID}\n==========================================================={if !empty($pricesetFieldsCount)}===================={/if}\n\n{ts 1=$participantID+2}Participant Information - Participant %1{/ts}\n\n==========================================================={if !empty($pricesetFieldsCount)}===================={/if}\n\n{foreach from=$eachParticipant item=eachProfile key=pid}\n----------------------------------------------------------{if !empty($pricesetFieldsCount)}--------------------{/if}\n\n{$customProfile.title.$pid}\n----------------------------------------------------------{if !empty($pricesetFieldsCount)}--------------------{/if}\n\n{foreach from=$eachProfile item=val key=field}\n{foreach from=$val item=v key=f}\n{$field}: {$v}\n{/foreach}\n{/foreach}\n{/foreach}\n{/foreach}\n{/if}\n\n{if !empty($event.allow_selfcancelxfer) }\n{ts 1=$selfcancelxfer_time 2=$selfservice_preposition}You may transfer your registration to another participant or cancel your registration up to %1 hours %2 the event.{/ts} {if !empty($totalAmount)}{ts}Cancellations are not refundable.{/ts}{/if}\n {capture assign=selfService}{crmURL p=\'civicrm/event/selfsvcupdate\' q=\"reset=1&pid=`$participant.id`&{contact.checksum}\" h=0 a=1 fe=1}{/capture}\n{ts}Transfer or cancel your registration:{/ts} {$selfService}\n{/if}\n','<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n<head>\n <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n <title></title>\n</head>\n<body>\n\n{capture assign=headerStyle}colspan=\"2\" style=\"text-align: left; padding: 4px; border-bottom: 1px solid #999; background-color: #eee;\"{/capture}\n{capture assign=labelStyle }style=\"padding: 4px; border-bottom: 1px solid #999; background-color: #f7f7f7;\"{/capture}\n{capture assign=valueStyle }style=\"padding: 4px; border-bottom: 1px solid #999;\"{/capture}\n{capture assign=tdfirstStyle}style=\"width: 180px; padding-bottom: 15px;\"{/capture}\n{capture assign=tdStyle}style=\"width: 100px;\"{/capture}\n{capture assign=participantTotal}style=\"margin: 0.5em 0 0.5em;padding: 0.5em;background-color: #999999;font-weight: bold;color: #FAFAFA;border-radius: 2px;\"{/capture}\n\n\n <table id=\"crm-event_receipt\" style=\"font-family: Arial, Verdana, sans-serif; text-align: left; width:100%; max-width:700px; padding:0; margin:0; border:0px;\">\n\n <!-- BEGIN HEADER -->\n <!-- You can add table row(s) here with logo or other header elements -->\n <!-- END HEADER -->\n\n <!-- BEGIN CONTENT -->\n\n <tr>\n <td>\n {assign var=\"greeting\" value=\"{contact.email_greeting_display}\"}{if $greeting}<p>{$greeting},</p>{/if}\n\n {if !empty($event.confirm_email_text) AND (empty($isOnWaitlist) AND empty($isRequireApproval))}\n <p>{$event.confirm_email_text|htmlize}</p>\n\n {else}\n <p>{ts}Thank you for your registration.{/ts}\n {if $participant_status}{ts 1=$participant_status}This is a confirmation that your registration has been received and your status has been updated to <strong> %1</strong>.{/ts}\n {else}{if $isOnWaitlist}{ts}This is a confirmation that your registration has been received and your status has been updated to <strong>waitlisted</strong>.{/ts}{else}{ts}This is a confirmation that your registration has been received and your status has been updated to <strong>registered<strong>.{/ts}{/if}{/if}</p>\n\n {/if}\n\n <p>\n {if !empty($isOnWaitlist)}\n <p>{ts}You have been added to the WAIT LIST for this event.{/ts}</p>\n {if !empty($isPrimary)}\n <p>{ts}If space becomes available you will receive an email with a link to a web page where you can complete your registration.{/ts}</p>\n {/if}\n {elseif !empty($isRequireApproval)}\n <p>{ts}Your registration has been submitted.{/ts}</p>\n {if !empty($isPrimary)}\n <p>{ts}Once your registration has been reviewed, you will receive an email with a link to a web page where you can complete the registration process.{/ts}</p>\n {/if}\n {elseif !empty($is_pay_later) && empty($isAmountzero) && empty($isAdditionalParticipant)}\n <p>{if isset($pay_later_receipt)}{$pay_later_receipt}{/if}</p> {* FIXME: this might be text rather than HTML *}\n {/if}\n\n </td>\n </tr>\n <tr>\n <td>\n <table style=\"width:100%; max-width:700px; border: 1px solid #999; margin: 1em 0em 1em; border-collapse: collapse;\">\n <tr>\n <th {$headerStyle}>\n {ts}Event Information and Location{/ts}\n </th>\n </tr>\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n {event.title}<br />\n {event.start_date|crmDate:\"%A\"} {event.start_date|crmDate}{if $event.event_end_date}-{if $event.event_end_date|crmDate:\"%Y%m%d\" == $event.event_start_date|crmDate:\"%Y%m%d\"}{$event.event_end_date|crmDate:0:1}{else}{$event.event_end_date|crmDate:\"%A\"} {$event.event_end_date|crmDate}{/if}{/if}\n </td>\n </tr>\n\n\n {if $conference_sessions}\n <tr>\n <td colspan=\"2\" {$labelStyle}>\n {ts}Your schedule:{/ts}\n </td>\n </tr>\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n {assign var=\'group_by_day\' value=\'NA\'}\n {foreach from=$conference_sessions item=session}\n {if $session.start_date|crmDate:\"%Y/%m/%d\" != $group_by_day|crmDate:\"%Y/%m/%d\"}\n {assign var=\'group_by_day\' value=$session.start_date}\n <em>{$group_by_day|crmDate:\"%m/%d/%Y\"}</em><br />\n {/if}\n {$session.start_date|crmDate:0:1}{if $session.end_date}-{$session.end_date|crmDate:0:1}{/if} {$session.title}<br />\n {if $session.location} {$session.location}<br />{/if}\n {/foreach}\n </td>\n </tr>\n {/if}\n\n {if !empty($event.participant_role) and $event.participant_role neq \'Attendee\' and !empty($defaultRole)}\n <tr>\n <td {$labelStyle}>\n {ts}Participant Role{/ts}\n </td>\n <td {$valueStyle}>\n {$event.participant_role}\n </td>\n </tr>\n {/if}\n\n {if !empty($isShowLocation)}\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n {$location.address.1.display|nl2br}\n </td>\n </tr>\n {/if}\n\n {if !empty($location.phone.1.phone) || !empty($location.email.1.email)}\n <tr>\n <td colspan=\"2\" {$labelStyle}>\n {ts}Event Contacts:{/ts}\n </td>\n </tr>\n {foreach from=$location.phone item=phone}\n {if $phone.phone}\n <tr>\n <td {$labelStyle}>\n {if $phone.phone_type}\n {$phone.phone_type_display}\n {else}\n {ts}Phone{/ts}\n {/if}\n </td>\n <td {$valueStyle}>\n {$phone.phone} {if $phone.phone_ext} {ts}ext.{/ts} {$phone.phone_ext}{/if}\n </td>\n </tr>\n {/if}\n {/foreach}\n {foreach from=$location.email item=eventEmail}\n {if $eventEmail.email}\n <tr>\n <td {$labelStyle}>\n {ts}Email{/ts}\n </td>\n <td {$valueStyle}>\n {$eventEmail.email}\n </td>\n </tr>\n {/if}\n {/foreach}\n {/if}\n\n {if !empty($event.is_public)}\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n {capture assign=icalFeed}{crmURL p=\'civicrm/event/ical\' q=\"reset=1&id=`$event.id`\" h=0 a=1 fe=1}{/capture}\n <a href=\"{$icalFeed}\">{ts}Download iCalendar entry for this event.{/ts}</a>\n </td>\n </tr>\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n {capture assign=gCalendar}{crmURL p=\'civicrm/event/ical\' q=\"gCalendar=1&reset=1&id=`$event.id`\" h=0 a=1 fe=1}{/capture}\n <a href=\"{$gCalendar}\">{ts}Add event to Google Calendar{/ts}</a>\n </td>\n </tr>\n {/if}\n\n {if !empty($event.is_share)}\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n {capture assign=eventUrl}{crmURL p=\'civicrm/event/info\' q=\"id=`$event.id`&reset=1\" a=true fe=1 h=1}{/capture}\n {include file=\"CRM/common/SocialNetwork.tpl\" emailMode=true url=$eventUrl title=$event.title pageURL=$eventUrl}\n </td>\n </tr>\n {/if}\n {if !empty($payer.name)}\n <tr>\n <th {$headerStyle}>\n {ts}You were registered by:{/ts}\n </th>\n </tr>\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n {$payer.name}\n </td>\n </tr>\n {/if}\n {if !empty($event.is_monetary) and empty($isRequireApproval)}\n\n <tr>\n <th {$headerStyle}>\n {if !empty($event.fee_label)}{$event.fee_label}{/if}\n </th>\n </tr>\n\n {if !empty($lineItem)}\n {foreach from=$lineItem item=value key=priceset}\n {if $value neq \'skip\'}\n {if !empty($isPrimary)}\n {if $lineItem|@count GT 1} {* Header for multi participant registration cases. *}\n <tr>\n <td colspan=\"2\" {$labelStyle}>\n {ts 1=$priceset+1}Participant %1{/ts} {if !empty($part.$priceset)}{$part.$priceset.info}{/if}\n </td>\n </tr>\n {/if}\n {/if}\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n <table>\n <tr>\n <th>{ts}Item{/ts}</th>\n <th>{ts}Qty{/ts}</th>\n <th>{ts}Each{/ts}</th>\n {if !empty($dataArray)}\n <th>{ts}SubTotal{/ts}</th>\n <th>{ts}Tax Rate{/ts}</th>\n <th>{ts}Tax Amount{/ts}</th>\n {/if}\n <th>{ts}Total{/ts}</th>\n {if !empty($pricesetFieldsCount) }<th>{ts}Total Participants{/ts}</th>{/if}\n </tr>\n {foreach from=$value item=line}\n <tr>\n <td {$tdfirstStyle}>\n {if $line.html_type eq \'Text\'}{$line.label}{else}{$line.field_title} - {$line.label}{/if} {if $line.description}<div>{$line.description|truncate:30:\"...\"}</div>{/if}\n </td>\n <td {$tdStyle} align=\"middle\">\n {$line.qty}\n </td>\n <td {$tdStyle}>\n {$line.unit_price|crmMoney:$currency}\n </td>\n {if !empty($dataArray)}\n <td {$tdStyle}>\n {$line.unit_price*$line.qty|crmMoney}\n </td>\n {if $line.tax_rate || $line.tax_amount != \"\"}\n <td {$tdStyle}>\n {$line.tax_rate|string_format:\"%.2f\"}%\n </td>\n <td {$tdStyle}>\n {$line.tax_amount|crmMoney}\n </td>\n {else}\n <td></td>\n <td></td>\n {/if}\n {/if}\n <td {$tdStyle}>\n {$line.line_total+$line.tax_amount|crmMoney:$currency}\n </td>\n {if !empty($pricesetFieldsCount) }<td {$tdStyle}>{$line.participant_count}</td> {/if}\n </tr>\n {/foreach}\n {if !empty($individual)}\n <tr {$participantTotal}>\n <td colspan=3>{ts}Participant Total{/ts}</td>\n <td colspan=2>{$individual.$priceset.totalAmtWithTax-$individual.$priceset.totalTaxAmt|crmMoney}</td>\n <td colspan=1>{$individual.$priceset.totalTaxAmt|crmMoney}</td>\n <td colspan=2>{$individual.$priceset.totalAmtWithTax|crmMoney}</td>\n </tr>\n {/if}\n </table>\n </td>\n </tr>\n {/if}\n {/foreach}\n {if !empty($dataArray)}\n {if isset($totalAmount) and isset($totalTaxAmount)}\n <tr>\n <td {$labelStyle}>\n {ts} Amount Before Tax: {/ts}\n </td>\n <td {$valueStyle}>\n {$totalAmount-$totalTaxAmount|crmMoney}\n </td>\n </tr>\n {/if}\n {foreach from=$dataArray item=value key=priceset}\n <tr>\n {if $priceset || $priceset == 0}\n <td> {$taxTerm} {$priceset|string_format:\"%.2f\"}%</td>\n <td> {$value|crmMoney:$currency}</td>\n {else}\n <td> {ts}No{/ts} {$taxTerm}</td>\n <td> {$value|crmMoney:$currency}</td>\n {/if}\n </tr>\n {/foreach}\n {/if}\n {/if}\n\n {if !empty($amounts) && empty($lineItem)}\n {foreach from=$amounts item=amnt key=level}\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n {$amnt.amount|crmMoney:$currency} {$amnt.label}\n </td>\n </tr>\n {/foreach}\n {/if}\n\n {if isset($totalTaxAmount)}\n <tr>\n <td {$labelStyle}>\n {ts}Total Tax Amount{/ts}\n </td>\n <td {$valueStyle}>\n {$totalTaxAmount|crmMoney:$currency}\n </td>\n </tr>\n {/if}\n {if !empty($isPrimary)}\n <tr>\n <td {$labelStyle}>\n {ts}Total Amount{/ts}\n </td>\n <td {$valueStyle}>\n {if !empty($totalAmount)}{$totalAmount|crmMoney:$currency}{/if} {if !empty($hookDiscount.message)}({$hookDiscount.message}){/if}\n </td>\n </tr>\n {if !empty($pricesetFieldsCount) }\n <tr>\n <td {$labelStyle}>\n {ts}Total Participants{/ts}</td>\n <td {$valueStyle}>\n {assign var=\"count\" value= 0}\n {foreach from=$lineItem item=pcount}\n {assign var=\"lineItemCount\" value=0}\n {if $pcount neq \'skip\'}\n {foreach from=$pcount item=p_count}\n {assign var=\"lineItemCount\" value=$lineItemCount+$p_count.participant_count}\n {/foreach}\n {if $lineItemCount < 1 }\n {assign var=\"lineItemCount\" value=1}\n {/if}\n {assign var=\"count\" value=$count+$lineItemCount}\n {/if}\n {/foreach}\n {$count}\n </td> </tr>\n {/if}\n\n {if $register_date}\n <tr>\n <td {$labelStyle}>\n {ts}Registration Date{/ts}\n </td>\n <td {$valueStyle}>\n {$register_date|crmDate}\n </td>\n </tr>\n {/if}\n\n {if !empty($receive_date)}\n <tr>\n <td {$labelStyle}>\n {ts}Transaction Date{/ts}\n </td>\n <td {$valueStyle}>\n {$receive_date|crmDate}\n </td>\n </tr>\n {/if}\n\n {if !empty($financialTypeName)}\n <tr>\n <td {$labelStyle}>\n {ts}Financial Type{/ts}\n </td>\n <td {$valueStyle}>\n {$financialTypeName}\n </td>\n </tr>\n {/if}\n\n {if !empty($trxn_id)}\n <tr>\n <td {$labelStyle}>\n {ts}Transaction #{/ts}\n </td>\n <td {$valueStyle}>\n {$trxn_id}\n </td>\n </tr>\n {/if}\n\n {if !empty($paidBy)}\n <tr>\n <td {$labelStyle}>\n {ts}Paid By{/ts}\n </td>\n <td {$valueStyle}>\n {$paidBy}\n </td>\n </tr>\n {/if}\n\n {if !empty($checkNumber)}\n <tr>\n <td {$labelStyle}>\n {ts}Check Number{/ts}\n </td>\n <td {$valueStyle}>\n {$checkNumber}\n </td>\n </tr>\n {/if}\n\n {if !empty($billingName)}\n <tr>\n <th {$headerStyle}>\n {ts}Billing Name and Address{/ts}\n </th>\n </tr>\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n {$billingName}<br />\n {$address|nl2br}\n </td>\n </tr>\n {/if}\n\n {if !empty($credit_card_type)}\n <tr>\n <th {$headerStyle}>\n {ts}Credit Card Information{/ts}\n </th>\n </tr>\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n {$credit_card_type}<br />\n {$credit_card_number}<br />\n {ts}Expires{/ts}: {$credit_card_exp_date|truncate:7:\'\'|crmDate}\n </td>\n </tr>\n {/if}\n\n {/if}\n\n {/if} {* End of conditional section for Paid events *}\n\n\n{if !empty($customPre)}\n{foreach from=$customPre item=customPr key=i}\n <tr> <th {$headerStyle}>{$customPre_grouptitle.$i}</th></tr>\n {foreach from=$customPr item=customValue key=customName}\n {if ( !empty($trackingFields) and ! in_array( $customName, $trackingFields ) ) or empty($trackingFields)}\n <tr>\n <td {$labelStyle}>{$customName}</td>\n <td {$valueStyle}>{$customValue}</td>\n </tr>\n {/if}\n {/foreach}\n{/foreach}\n{/if}\n\n{if !empty($customPost)}\n{foreach from=$customPost item=customPos key=j}\n <tr> <th {$headerStyle}>{$customPost_grouptitle.$j}</th></tr>\n {foreach from=$customPos item=customValue key=customName}\n {if (!empty($trackingFields) and ! in_array( $customName, $trackingFields ) ) or empty($trackingFields)}\n <tr>\n <td {$labelStyle}>{$customName}</td>\n <td {$valueStyle}>{$customValue}</td>\n </tr>\n{/if}\n{/foreach}\n{/foreach}\n{/if}\n\n{if !empty($customProfile)}\n{foreach from=$customProfile.profile item=eachParticipant key=participantID}\n <tr><th {$headerStyle}>{ts 1=$participantID+2}Participant %1{/ts} </th></tr>\n {foreach from=$eachParticipant item=eachProfile key=pid}\n <tr><th {$headerStyle}>{$customProfile.title.$pid}</th></tr>\n {foreach from=$eachProfile item=val key=field}\n <tr>{foreach from=$val item=v key=f}\n <td {$labelStyle}>{$field}</td>\n <td {$valueStyle}>{$v}</td>\n {/foreach}\n </tr>\n {/foreach}\n{/foreach}\n{/foreach}\n{/if}\n\n </table>\n {if !empty($event.allow_selfcancelxfer) }\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n {ts 1=$selfcancelxfer_time 2=$selfservice_preposition}You may transfer your registration to another participant or cancel your registration up to %1 hours %2 the event.{/ts} {if !empty($totalAmount)}{ts}Cancellations are not refundable.{/ts}{/if}<br />\n {capture assign=selfService}{crmURL p=\'civicrm/event/selfsvcupdate\' q=\"reset=1&pid=`$participant.id`&{contact.checksum}\" h=0 a=1 fe=1}{/capture}\n <a href=\"{$selfService}\">{ts}Click here to transfer or cancel your registration.{/ts}</a>\n </td>\n </tr>\n {/if}\n </table>\n\n</body>\n</html>\n',1,828,'event_online_receipt',1,0,0,NULL), - (32,'Events - Registration Confirmation and Receipt (on-line)','{if !empty($isOnWaitlist)}{ts}Wait List Confirmation{/ts}{elseif !empty($isRequireApproval)}{ts}Registration Request Confirmation{/ts}{else}{ts}Registration Confirmation{/ts}{/if} - {event.title} - {contact.display_name}\n','{assign var=\"greeting\" value=\"{contact.email_greeting_display}\"}{if $greeting}{$greeting},{/if}\n{if !empty($event.confirm_email_text) AND (empty($isOnWaitlist) AND empty($isRequireApproval))}\n{$event.confirm_email_text}\n\n{else}\n {ts}Thank you for your registration.{/ts}\n {if $participant_status}{ts 1=$participant_status}This is a confirmation that your registration has been received and your status has been updated to %1.{/ts}\n {else}{if !empty($isOnWaitlist)}{ts}This is a confirmation that your registration has been received and your status has been updated to waitlisted.{/ts}{else}{ts}This is a confirmation that your registration has been received and your status has been updated to registered.{/ts}{/if}\n {/if}\n{/if}\n\n{if !empty($isOnWaitlist)}\n==========================================================={if !empty($pricesetFieldsCount)}===================={/if}\n\n{ts}You have been added to the WAIT LIST for this event.{/ts}\n\n{if !empty($isPrimary)}\n{ts}If space becomes available you will receive an email with a link to a web page where you can complete your registration.{/ts}\n{/if}\n==========================================================={if !empty($pricesetFieldsCount)}===================={/if}\n\n{elseif !empty($isRequireApproval)}\n==========================================================={if !empty($pricesetFieldsCount)}===================={/if}\n\n{ts}Your registration has been submitted.{/ts}\n\n{if !empty($isPrimary)}\n{ts}Once your registration has been reviewed, you will receive an email with a link to a web page where you can complete the registration process.{/ts}\n\n{/if}\n==========================================================={if !empty($pricesetFieldsCount)}===================={/if}\n\n{elseif !empty($is_pay_later) && empty($isAmountzero) && empty($isAdditionalParticipant)}\n\n==========================================================={if !empty($pricesetFieldsCount)}===================={/if}\n\n{if isset($pay_later_receipt)}{$pay_later_receipt}{/if}\n==========================================================={if !empty($pricesetFieldsCount)}===================={/if}\n\n{/if}\n\n\n==========================================================={if !empty($pricesetFieldsCount)}===================={/if}\n\n{ts}Event Information and Location{/ts}\n\n==========================================================={if !empty($pricesetFieldsCount)}===================={/if}\n\n{event.title}\n{event.start_date|crmDate:\"%A\"} {event.start_date|crmDate}{if $event.event_end_date}-{if $event.event_end_date|crmDate:\"%Y%m%d\" == $event.event_start_date|crmDate:\"%Y%m%d\"}{$event.event_end_date|crmDate:0:1}{else}{$event.event_end_date|crmDate:\"%A\"} {$event.event_end_date|crmDate}{/if}{/if}\n{if !empty($conference_sessions)}\n\n\n{ts}Your schedule:{/ts}\n{assign var=\'group_by_day\' value=\'NA\'}\n{foreach from=$conference_sessions item=session}\n{if $session.start_date|crmDate:\"%Y/%m/%d\" != $group_by_day|crmDate:\"%Y/%m/%d\"}\n{assign var=\'group_by_day\' value=$session.start_date}\n\n{$group_by_day|crmDate:\"%m/%d/%Y\"}\n\n\n{/if}\n{$session.start_date|crmDate:0:1}{if $session.end_date}-{$session.end_date|crmDate:0:1}{/if} {$session.title}\n{if $session.location} {$session.location}{/if}\n{/foreach}\n{/if}\n\n{if !empty($event.participant_role) and $event.participant_role neq \'Attendee\' and !empty($defaultRole)}\n{ts}Participant Role{/ts}: {$event.participant_role}\n{/if}\n\n{if !empty($isShowLocation)}\n{$location.address.1.display|strip_tags:false}\n{/if}{*End of isShowLocation condition*}\n\n{if !empty($location.phone.1.phone) || !empty($location.email.1.email)}\n\n{ts}Event Contacts:{/ts}\n{foreach from=$location.phone item=phone}\n{if $phone.phone}\n\n{if $phone.phone_type}{$phone.phone_type_display}{else}{ts}Phone{/ts}{/if}: {$phone.phone}{/if} {if $phone.phone_ext} {ts}ext.{/ts} {$phone.phone_ext}{/if}\n{/foreach}\n{foreach from=$location.email item=eventEmail}\n{if $eventEmail.email}\n\n{ts}Email{/ts}: {$eventEmail.email}{/if}{/foreach}\n{/if}\n\n{if !empty($event.is_public)}\n{capture assign=icalFeed}{crmURL p=\'civicrm/event/ical\' q=\"reset=1&id=`$event.id`\" h=0 a=1 fe=1}{/capture}\n{ts}Download iCalendar entry for this event.{/ts} {$icalFeed}\n{capture assign=gCalendar}{crmURL p=\'civicrm/event/ical\' q=\"gCalendar=1&reset=1&id=`$event.id`\" h=0 a=1 fe=1}{/capture}\n{ts}Add event to Google Calendar{/ts} {$gCalendar}\n{/if}\n\n{if !empty($payer.name)}\nYou were registered by: {$payer.name}\n{/if}\n{if !empty($event.is_monetary) and empty($isRequireApproval)} {* This section for Paid events only.*}\n\n==========================================================={if !empty($pricesetFieldsCount)}===================={/if}\n\n{if !empty ($event.fee_label)}{$event.fee_label}{/if}\n==========================================================={if !empty($pricesetFieldsCount)}===================={/if}\n\n{if !empty($lineItem)}{foreach from=$lineItem item=value key=priceset}\n\n{if $value neq \'skip\'}\n{if !empty($isPrimary)}\n{if $lineItem|@count GT 1} {* Header for multi participant registration cases. *}\n{ts 1=$priceset+1}Participant %1{/ts} {if !empty($part.$priceset)}{$part.$priceset.info}{/if}\n\n{/if}\n{/if}\n-----------------------------------------------------------{if !empty($pricesetFieldsCount)}-----------------------------------------------------{/if}\n\n{capture assign=ts_item}{ts}Item{/ts}{/capture}\n{capture assign=ts_qty}{ts}Qty{/ts}{/capture}\n{capture assign=ts_each}{ts}Each{/ts}{/capture}\n{if !empty($dataArray)}\n{capture assign=ts_subtotal}{ts}Subtotal{/ts}{/capture}\n{capture assign=ts_taxRate}{ts}Tax Rate{/ts}{/capture}\n{capture assign=ts_taxAmount}{ts}Tax Amount{/ts}{/capture}\n{/if}\n{capture assign=ts_total}{ts}Total{/ts}{/capture}\n{if !empty($pricesetFieldsCount) }{capture assign=ts_participant_total}{ts}Total Participants{/ts}{/capture}{/if}\n{$ts_item|string_format:\"%-30s\"} {$ts_qty|string_format:\"%5s\"} {$ts_each|string_format:\"%10s\"} {if !empty($dataArray)} {$ts_subtotal|string_format:\"%10s\"} {$ts_taxRate|string_format:\"%10s\"} {$ts_taxAmount|string_format:\"%10s\"} {/if} {$ts_total|string_format:\"%10s\"} {if !empty($ts_participant_total)}{$ts_participant_total|string_format:\"%10s\"}{/if}\n-----------------------------------------------------------{if !empty($pricesetFieldsCount)}-----------------------------------------------------{/if}\n\n{foreach from=$value item=line}\n{if !empty($pricesetFieldsCount) }{capture assign=ts_participant_count}{$line.participant_count}{/capture}{/if}\n{capture assign=ts_item}{if $line.html_type eq \'Text\'}{$line.label}{else}{$line.field_title} - {$line.label}{/if} {if $line.description} {$line.description}{/if}{/capture}{$ts_item|truncate:30:\"...\"|string_format:\"%-30s\"} {$line.qty|string_format:\"%5s\"} {$line.unit_price|crmMoney:$currency|string_format:\"%10s\"} {if !empty($dataArray)} {$line.unit_price*$line.qty|crmMoney:$currency|string_format:\"%10s\"} {if $line.tax_rate || $line.tax_amount != \"\"} {$line.tax_rate|string_format:\"%.2f\"} % {$line.tax_amount|crmMoney:$currency|string_format:\"%10s\"} {else} {/if} {/if} {$line.line_total+$line.tax_amount|crmMoney:$currency|string_format:\"%10s\"}{if !empty($ts_participant_count)}{$ts_participant_count|string_format:\"%10s\"}{/if}\n{/foreach}\n----------------------------------------------------------------------------------------------------------------\n{if !empty($individual)}{ts}Participant Total{/ts} {$individual.$priceset.totalAmtWithTax-$individual.$priceset.totalTaxAmt|crmMoney:$currency|string_format:\"%29s\"} {$individual.$priceset.totalTaxAmt|crmMoney:$currency|string_format:\"%33s\"} {$individual.$priceset.totalAmtWithTax|crmMoney:$currency|string_format:\"%12s\"}{/if}\n{/if}\n{\"\"|string_format:\"%120s\"}\n{/foreach}\n{\"\"|string_format:\"%120s\"}\n\n{if !empty($dataArray)}\n{if isset($totalAmount) and isset($totalTaxAmount)}\n{ts}Amount before Tax{/ts}: {$totalAmount-$totalTaxAmount|crmMoney:$currency}\n{/if}\n\n{foreach from=$dataArray item=value key=priceset}\n{if $priceset || $priceset == 0}\n{$taxTerm} {$priceset|string_format:\"%.2f\"}%: {$value|crmMoney:$currency}\n{else}\n{ts}No{/ts} {$taxTerm}: {$value|crmMoney:$currency}\n{/if}\n{/foreach}\n{/if}\n{/if}\n\n{if !empty($amounts) && empty($lineItem)}\n{foreach from=$amounts item=amnt key=level}{$amnt.amount|crmMoney:$currency} {$amnt.label}\n{/foreach}\n{/if}\n\n{if isset($totalTaxAmount)}\n{ts}Total Tax Amount{/ts}: {$totalTaxAmount|crmMoney:$currency}\n{/if}\n{if !empty($isPrimary) }\n\n{ts}Total Amount{/ts}: {if !empty($totalAmount)}{$totalAmount|crmMoney:$currency}{/if} {if !empty($hookDiscount.message)}({$hookDiscount.message}){/if}\n\n{if !empty($pricesetFieldsCount) }\n {assign var=\"count\" value= 0}\n {foreach from=$lineItem item=pcount}\n {assign var=\"lineItemCount\" value=0}\n {if $pcount neq \'skip\'}\n {foreach from=$pcount item=p_count}\n {assign var=\"lineItemCount\" value=$lineItemCount+$p_count.participant_count}\n {/foreach}\n {if $lineItemCount < 1 }\n {assign var=\"lineItemCount\" value=1}\n {/if}\n {assign var=\"count\" value=$count+$lineItemCount}\n {/if}\n {/foreach}\n\n{ts}Total Participants{/ts}: {$count}\n{/if}\n\n{if $register_date}\n{ts}Registration Date{/ts}: {$register_date|crmDate}\n{/if}\n{if !empty($receive_date)}\n{ts}Transaction Date{/ts}: {$receive_date|crmDate}\n{/if}\n{if !empty($financialTypeName)}\n{ts}Financial Type{/ts}: {$financialTypeName}\n{/if}\n{if !empty($trxn_id)}\n{ts}Transaction #{/ts}: {$trxn_id}\n{/if}\n{if !empty($paidBy)}\n{ts}Paid By{/ts}: {$paidBy}\n{/if}\n{if !empty($checkNumber)}\n{ts}Check Number{/ts}: {$checkNumber}\n{/if}\n{if !empty($billingName)}\n\n==========================================================={if !empty($pricesetFieldsCount)}===================={/if}\n\n{ts}Billing Name and Address{/ts}\n\n==========================================================={if !empty($pricesetFieldsCount)}===================={/if}\n\n{$billingName}\n{$address}\n{/if}\n\n{if !empty($credit_card_type)}\n==========================================================={if !empty($pricesetFieldsCount)}===================={/if}\n\n{ts}Credit Card Information{/ts}\n\n==========================================================={if !empty($pricesetFieldsCount)}===================={/if}\n\n{$credit_card_type}\n{$credit_card_number}\n{ts}Expires{/ts}: {$credit_card_exp_date|truncate:7:\'\'|crmDate}\n{/if}\n{/if}\n{/if} {* End of conditional section for Paid events *}\n\n{if !empty($customPre)}\n{foreach from=$customPre item=customPr key=i}\n==========================================================={if !empty($pricesetFieldsCount)}===================={/if}\n\n{$customPre_grouptitle.$i}\n==========================================================={if !empty($pricesetFieldsCount)}===================={/if}\n\n{foreach from=$customPr item=customValue key=customName}\n{if ( !empty($trackingFields) and ! in_array( $customName, $trackingFields ) ) or empty($trackingFields)}\n {$customName}: {$customValue}\n{/if}\n{/foreach}\n{/foreach}\n{/if}\n\n{if !empty($customPost)}\n{foreach from=$customPost item=customPos key=j}\n==========================================================={if !empty($pricesetFieldsCount)}===================={/if}\n\n{$customPost_grouptitle.$j}\n==========================================================={if !empty($pricesetFieldsCount)}===================={/if}\n\n{foreach from=$customPos item=customValue key=customName}\n{if ( !empty($trackingFields) and ! in_array( $customName, $trackingFields ) ) or empty($trackingFields)}\n {$customName}: {$customValue}\n{/if}\n{/foreach}\n{/foreach}\n{/if}\n{if !empty($customProfile)}\n\n{foreach from=$customProfile.profile item=eachParticipant key=participantID}\n==========================================================={if !empty($pricesetFieldsCount)}===================={/if}\n\n{ts 1=$participantID+2}Participant Information - Participant %1{/ts}\n\n==========================================================={if !empty($pricesetFieldsCount)}===================={/if}\n\n{foreach from=$eachParticipant item=eachProfile key=pid}\n----------------------------------------------------------{if !empty($pricesetFieldsCount)}--------------------{/if}\n\n{$customProfile.title.$pid}\n----------------------------------------------------------{if !empty($pricesetFieldsCount)}--------------------{/if}\n\n{foreach from=$eachProfile item=val key=field}\n{foreach from=$val item=v key=f}\n{$field}: {$v}\n{/foreach}\n{/foreach}\n{/foreach}\n{/foreach}\n{/if}\n\n{if !empty($event.allow_selfcancelxfer) }\n{ts 1=$selfcancelxfer_time 2=$selfservice_preposition}You may transfer your registration to another participant or cancel your registration up to %1 hours %2 the event.{/ts} {if !empty($totalAmount)}{ts}Cancellations are not refundable.{/ts}{/if}\n {capture assign=selfService}{crmURL p=\'civicrm/event/selfsvcupdate\' q=\"reset=1&pid=`$participant.id`&{contact.checksum}\" h=0 a=1 fe=1}{/capture}\n{ts}Transfer or cancel your registration:{/ts} {$selfService}\n{/if}\n','<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n<head>\n <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n <title></title>\n</head>\n<body>\n\n{capture assign=headerStyle}colspan=\"2\" style=\"text-align: left; padding: 4px; border-bottom: 1px solid #999; background-color: #eee;\"{/capture}\n{capture assign=labelStyle }style=\"padding: 4px; border-bottom: 1px solid #999; background-color: #f7f7f7;\"{/capture}\n{capture assign=valueStyle }style=\"padding: 4px; border-bottom: 1px solid #999;\"{/capture}\n{capture assign=tdfirstStyle}style=\"width: 180px; padding-bottom: 15px;\"{/capture}\n{capture assign=tdStyle}style=\"width: 100px;\"{/capture}\n{capture assign=participantTotal}style=\"margin: 0.5em 0 0.5em;padding: 0.5em;background-color: #999999;font-weight: bold;color: #FAFAFA;border-radius: 2px;\"{/capture}\n\n\n <table id=\"crm-event_receipt\" style=\"font-family: Arial, Verdana, sans-serif; text-align: left; width:100%; max-width:700px; padding:0; margin:0; border:0px;\">\n\n <!-- BEGIN HEADER -->\n <!-- You can add table row(s) here with logo or other header elements -->\n <!-- END HEADER -->\n\n <!-- BEGIN CONTENT -->\n\n <tr>\n <td>\n {assign var=\"greeting\" value=\"{contact.email_greeting_display}\"}{if $greeting}<p>{$greeting},</p>{/if}\n\n {if !empty($event.confirm_email_text) AND (empty($isOnWaitlist) AND empty($isRequireApproval))}\n <p>{$event.confirm_email_text|htmlize}</p>\n\n {else}\n <p>{ts}Thank you for your registration.{/ts}\n {if $participant_status}{ts 1=$participant_status}This is a confirmation that your registration has been received and your status has been updated to <strong> %1</strong>.{/ts}\n {else}{if $isOnWaitlist}{ts}This is a confirmation that your registration has been received and your status has been updated to <strong>waitlisted</strong>.{/ts}{else}{ts}This is a confirmation that your registration has been received and your status has been updated to <strong>registered<strong>.{/ts}{/if}{/if}</p>\n\n {/if}\n\n <p>\n {if !empty($isOnWaitlist)}\n <p>{ts}You have been added to the WAIT LIST for this event.{/ts}</p>\n {if !empty($isPrimary)}\n <p>{ts}If space becomes available you will receive an email with a link to a web page where you can complete your registration.{/ts}</p>\n {/if}\n {elseif !empty($isRequireApproval)}\n <p>{ts}Your registration has been submitted.{/ts}</p>\n {if !empty($isPrimary)}\n <p>{ts}Once your registration has been reviewed, you will receive an email with a link to a web page where you can complete the registration process.{/ts}</p>\n {/if}\n {elseif !empty($is_pay_later) && empty($isAmountzero) && empty($isAdditionalParticipant)}\n <p>{if isset($pay_later_receipt)}{$pay_later_receipt}{/if}</p> {* FIXME: this might be text rather than HTML *}\n {/if}\n\n </td>\n </tr>\n <tr>\n <td>\n <table style=\"width:100%; max-width:700px; border: 1px solid #999; margin: 1em 0em 1em; border-collapse: collapse;\">\n <tr>\n <th {$headerStyle}>\n {ts}Event Information and Location{/ts}\n </th>\n </tr>\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n {event.title}<br />\n {event.start_date|crmDate:\"%A\"} {event.start_date|crmDate}{if $event.event_end_date}-{if $event.event_end_date|crmDate:\"%Y%m%d\" == $event.event_start_date|crmDate:\"%Y%m%d\"}{$event.event_end_date|crmDate:0:1}{else}{$event.event_end_date|crmDate:\"%A\"} {$event.event_end_date|crmDate}{/if}{/if}\n </td>\n </tr>\n\n\n {if $conference_sessions}\n <tr>\n <td colspan=\"2\" {$labelStyle}>\n {ts}Your schedule:{/ts}\n </td>\n </tr>\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n {assign var=\'group_by_day\' value=\'NA\'}\n {foreach from=$conference_sessions item=session}\n {if $session.start_date|crmDate:\"%Y/%m/%d\" != $group_by_day|crmDate:\"%Y/%m/%d\"}\n {assign var=\'group_by_day\' value=$session.start_date}\n <em>{$group_by_day|crmDate:\"%m/%d/%Y\"}</em><br />\n {/if}\n {$session.start_date|crmDate:0:1}{if $session.end_date}-{$session.end_date|crmDate:0:1}{/if} {$session.title}<br />\n {if $session.location} {$session.location}<br />{/if}\n {/foreach}\n </td>\n </tr>\n {/if}\n\n {if !empty($event.participant_role) and $event.participant_role neq \'Attendee\' and !empty($defaultRole)}\n <tr>\n <td {$labelStyle}>\n {ts}Participant Role{/ts}\n </td>\n <td {$valueStyle}>\n {$event.participant_role}\n </td>\n </tr>\n {/if}\n\n {if !empty($isShowLocation)}\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n {$location.address.1.display|nl2br}\n </td>\n </tr>\n {/if}\n\n {if !empty($location.phone.1.phone) || !empty($location.email.1.email)}\n <tr>\n <td colspan=\"2\" {$labelStyle}>\n {ts}Event Contacts:{/ts}\n </td>\n </tr>\n {foreach from=$location.phone item=phone}\n {if $phone.phone}\n <tr>\n <td {$labelStyle}>\n {if $phone.phone_type}\n {$phone.phone_type_display}\n {else}\n {ts}Phone{/ts}\n {/if}\n </td>\n <td {$valueStyle}>\n {$phone.phone} {if $phone.phone_ext} {ts}ext.{/ts} {$phone.phone_ext}{/if}\n </td>\n </tr>\n {/if}\n {/foreach}\n {foreach from=$location.email item=eventEmail}\n {if $eventEmail.email}\n <tr>\n <td {$labelStyle}>\n {ts}Email{/ts}\n </td>\n <td {$valueStyle}>\n {$eventEmail.email}\n </td>\n </tr>\n {/if}\n {/foreach}\n {/if}\n\n {if !empty($event.is_public)}\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n {capture assign=icalFeed}{crmURL p=\'civicrm/event/ical\' q=\"reset=1&id=`$event.id`\" h=0 a=1 fe=1}{/capture}\n <a href=\"{$icalFeed}\">{ts}Download iCalendar entry for this event.{/ts}</a>\n </td>\n </tr>\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n {capture assign=gCalendar}{crmURL p=\'civicrm/event/ical\' q=\"gCalendar=1&reset=1&id=`$event.id`\" h=0 a=1 fe=1}{/capture}\n <a href=\"{$gCalendar}\">{ts}Add event to Google Calendar{/ts}</a>\n </td>\n </tr>\n {/if}\n\n {if !empty($event.is_share)}\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n {capture assign=eventUrl}{crmURL p=\'civicrm/event/info\' q=\"id=`$event.id`&reset=1\" a=true fe=1 h=1}{/capture}\n {include file=\"CRM/common/SocialNetwork.tpl\" emailMode=true url=$eventUrl title=$event.title pageURL=$eventUrl}\n </td>\n </tr>\n {/if}\n {if !empty($payer.name)}\n <tr>\n <th {$headerStyle}>\n {ts}You were registered by:{/ts}\n </th>\n </tr>\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n {$payer.name}\n </td>\n </tr>\n {/if}\n {if !empty($event.is_monetary) and empty($isRequireApproval)}\n\n <tr>\n <th {$headerStyle}>\n {if !empty($event.fee_label)}{$event.fee_label}{/if}\n </th>\n </tr>\n\n {if !empty($lineItem)}\n {foreach from=$lineItem item=value key=priceset}\n {if $value neq \'skip\'}\n {if !empty($isPrimary)}\n {if $lineItem|@count GT 1} {* Header for multi participant registration cases. *}\n <tr>\n <td colspan=\"2\" {$labelStyle}>\n {ts 1=$priceset+1}Participant %1{/ts} {if !empty($part.$priceset)}{$part.$priceset.info}{/if}\n </td>\n </tr>\n {/if}\n {/if}\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n <table>\n <tr>\n <th>{ts}Item{/ts}</th>\n <th>{ts}Qty{/ts}</th>\n <th>{ts}Each{/ts}</th>\n {if !empty($dataArray)}\n <th>{ts}SubTotal{/ts}</th>\n <th>{ts}Tax Rate{/ts}</th>\n <th>{ts}Tax Amount{/ts}</th>\n {/if}\n <th>{ts}Total{/ts}</th>\n {if !empty($pricesetFieldsCount) }<th>{ts}Total Participants{/ts}</th>{/if}\n </tr>\n {foreach from=$value item=line}\n <tr>\n <td {$tdfirstStyle}>\n {if $line.html_type eq \'Text\'}{$line.label}{else}{$line.field_title} - {$line.label}{/if} {if $line.description}<div>{$line.description|truncate:30:\"...\"}</div>{/if}\n </td>\n <td {$tdStyle} align=\"middle\">\n {$line.qty}\n </td>\n <td {$tdStyle}>\n {$line.unit_price|crmMoney:$currency}\n </td>\n {if !empty($dataArray)}\n <td {$tdStyle}>\n {$line.unit_price*$line.qty|crmMoney}\n </td>\n {if $line.tax_rate || $line.tax_amount != \"\"}\n <td {$tdStyle}>\n {$line.tax_rate|string_format:\"%.2f\"}%\n </td>\n <td {$tdStyle}>\n {$line.tax_amount|crmMoney}\n </td>\n {else}\n <td></td>\n <td></td>\n {/if}\n {/if}\n <td {$tdStyle}>\n {$line.line_total+$line.tax_amount|crmMoney:$currency}\n </td>\n {if !empty($pricesetFieldsCount) }<td {$tdStyle}>{$line.participant_count}</td> {/if}\n </tr>\n {/foreach}\n {if !empty($individual)}\n <tr {$participantTotal}>\n <td colspan=3>{ts}Participant Total{/ts}</td>\n <td colspan=2>{$individual.$priceset.totalAmtWithTax-$individual.$priceset.totalTaxAmt|crmMoney}</td>\n <td colspan=1>{$individual.$priceset.totalTaxAmt|crmMoney}</td>\n <td colspan=2>{$individual.$priceset.totalAmtWithTax|crmMoney}</td>\n </tr>\n {/if}\n </table>\n </td>\n </tr>\n {/if}\n {/foreach}\n {if !empty($dataArray)}\n {if isset($totalAmount) and isset($totalTaxAmount)}\n <tr>\n <td {$labelStyle}>\n {ts} Amount Before Tax: {/ts}\n </td>\n <td {$valueStyle}>\n {$totalAmount-$totalTaxAmount|crmMoney}\n </td>\n </tr>\n {/if}\n {foreach from=$dataArray item=value key=priceset}\n <tr>\n {if $priceset || $priceset == 0}\n <td> {$taxTerm} {$priceset|string_format:\"%.2f\"}%</td>\n <td> {$value|crmMoney:$currency}</td>\n {else}\n <td> {ts}No{/ts} {$taxTerm}</td>\n <td> {$value|crmMoney:$currency}</td>\n {/if}\n </tr>\n {/foreach}\n {/if}\n {/if}\n\n {if !empty($amounts) && empty($lineItem)}\n {foreach from=$amounts item=amnt key=level}\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n {$amnt.amount|crmMoney:$currency} {$amnt.label}\n </td>\n </tr>\n {/foreach}\n {/if}\n\n {if isset($totalTaxAmount)}\n <tr>\n <td {$labelStyle}>\n {ts}Total Tax Amount{/ts}\n </td>\n <td {$valueStyle}>\n {$totalTaxAmount|crmMoney:$currency}\n </td>\n </tr>\n {/if}\n {if !empty($isPrimary)}\n <tr>\n <td {$labelStyle}>\n {ts}Total Amount{/ts}\n </td>\n <td {$valueStyle}>\n {if !empty($totalAmount)}{$totalAmount|crmMoney:$currency}{/if} {if !empty($hookDiscount.message)}({$hookDiscount.message}){/if}\n </td>\n </tr>\n {if !empty($pricesetFieldsCount) }\n <tr>\n <td {$labelStyle}>\n {ts}Total Participants{/ts}</td>\n <td {$valueStyle}>\n {assign var=\"count\" value= 0}\n {foreach from=$lineItem item=pcount}\n {assign var=\"lineItemCount\" value=0}\n {if $pcount neq \'skip\'}\n {foreach from=$pcount item=p_count}\n {assign var=\"lineItemCount\" value=$lineItemCount+$p_count.participant_count}\n {/foreach}\n {if $lineItemCount < 1 }\n {assign var=\"lineItemCount\" value=1}\n {/if}\n {assign var=\"count\" value=$count+$lineItemCount}\n {/if}\n {/foreach}\n {$count}\n </td> </tr>\n {/if}\n\n {if $register_date}\n <tr>\n <td {$labelStyle}>\n {ts}Registration Date{/ts}\n </td>\n <td {$valueStyle}>\n {$register_date|crmDate}\n </td>\n </tr>\n {/if}\n\n {if !empty($receive_date)}\n <tr>\n <td {$labelStyle}>\n {ts}Transaction Date{/ts}\n </td>\n <td {$valueStyle}>\n {$receive_date|crmDate}\n </td>\n </tr>\n {/if}\n\n {if !empty($financialTypeName)}\n <tr>\n <td {$labelStyle}>\n {ts}Financial Type{/ts}\n </td>\n <td {$valueStyle}>\n {$financialTypeName}\n </td>\n </tr>\n {/if}\n\n {if !empty($trxn_id)}\n <tr>\n <td {$labelStyle}>\n {ts}Transaction #{/ts}\n </td>\n <td {$valueStyle}>\n {$trxn_id}\n </td>\n </tr>\n {/if}\n\n {if !empty($paidBy)}\n <tr>\n <td {$labelStyle}>\n {ts}Paid By{/ts}\n </td>\n <td {$valueStyle}>\n {$paidBy}\n </td>\n </tr>\n {/if}\n\n {if !empty($checkNumber)}\n <tr>\n <td {$labelStyle}>\n {ts}Check Number{/ts}\n </td>\n <td {$valueStyle}>\n {$checkNumber}\n </td>\n </tr>\n {/if}\n\n {if !empty($billingName)}\n <tr>\n <th {$headerStyle}>\n {ts}Billing Name and Address{/ts}\n </th>\n </tr>\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n {$billingName}<br />\n {$address|nl2br}\n </td>\n </tr>\n {/if}\n\n {if !empty($credit_card_type)}\n <tr>\n <th {$headerStyle}>\n {ts}Credit Card Information{/ts}\n </th>\n </tr>\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n {$credit_card_type}<br />\n {$credit_card_number}<br />\n {ts}Expires{/ts}: {$credit_card_exp_date|truncate:7:\'\'|crmDate}\n </td>\n </tr>\n {/if}\n\n {/if}\n\n {/if} {* End of conditional section for Paid events *}\n\n\n{if !empty($customPre)}\n{foreach from=$customPre item=customPr key=i}\n <tr> <th {$headerStyle}>{$customPre_grouptitle.$i}</th></tr>\n {foreach from=$customPr item=customValue key=customName}\n {if ( !empty($trackingFields) and ! in_array( $customName, $trackingFields ) ) or empty($trackingFields)}\n <tr>\n <td {$labelStyle}>{$customName}</td>\n <td {$valueStyle}>{$customValue}</td>\n </tr>\n {/if}\n {/foreach}\n{/foreach}\n{/if}\n\n{if !empty($customPost)}\n{foreach from=$customPost item=customPos key=j}\n <tr> <th {$headerStyle}>{$customPost_grouptitle.$j}</th></tr>\n {foreach from=$customPos item=customValue key=customName}\n {if (!empty($trackingFields) and ! in_array( $customName, $trackingFields ) ) or empty($trackingFields)}\n <tr>\n <td {$labelStyle}>{$customName}</td>\n <td {$valueStyle}>{$customValue}</td>\n </tr>\n{/if}\n{/foreach}\n{/foreach}\n{/if}\n\n{if !empty($customProfile)}\n{foreach from=$customProfile.profile item=eachParticipant key=participantID}\n <tr><th {$headerStyle}>{ts 1=$participantID+2}Participant %1{/ts} </th></tr>\n {foreach from=$eachParticipant item=eachProfile key=pid}\n <tr><th {$headerStyle}>{$customProfile.title.$pid}</th></tr>\n {foreach from=$eachProfile item=val key=field}\n <tr>{foreach from=$val item=v key=f}\n <td {$labelStyle}>{$field}</td>\n <td {$valueStyle}>{$v}</td>\n {/foreach}\n </tr>\n {/foreach}\n{/foreach}\n{/foreach}\n{/if}\n\n </table>\n {if !empty($event.allow_selfcancelxfer) }\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n {ts 1=$selfcancelxfer_time 2=$selfservice_preposition}You may transfer your registration to another participant or cancel your registration up to %1 hours %2 the event.{/ts} {if !empty($totalAmount)}{ts}Cancellations are not refundable.{/ts}{/if}<br />\n {capture assign=selfService}{crmURL p=\'civicrm/event/selfsvcupdate\' q=\"reset=1&pid=`$participant.id`&{contact.checksum}\" h=0 a=1 fe=1}{/capture}\n <a href=\"{$selfService}\">{ts}Click here to transfer or cancel your registration.{/ts}</a>\n </td>\n </tr>\n {/if}\n </table>\n\n</body>\n</html>\n',1,828,'event_online_receipt',0,1,0,NULL), + (29,'Events - Registration Confirmation and Receipt (off-line)','{ts}Event Confirmation{/ts} - {event.title} - {contact.display_name}\n','{assign var=\"greeting\" value=\"{contact.email_greeting_display}\"}{if $greeting}{$greeting},{/if}\n{if !empty($event.confirm_email_text) AND (empty($isOnWaitlist) AND empty($isRequireApproval))}\n{$event.confirm_email_text}\n{/if}\n\n{if !empty($isOnWaitlist)}\n==========================================================={if !empty($pricesetFieldsCount) }===================={/if}\n\n{ts}You have been added to the WAIT LIST for this event.{/ts}\n\n{if !empty($isPrimary)}\n{ts}If space becomes available you will receive an email with a link to a web page where you can complete your registration.{/ts}\n\n{/if}\n==========================================================={if !empty($pricesetFieldsCount) }===================={/if}\n\n{elseif !empty($isRequireApproval)}\n==========================================================={if !empty($pricesetFieldsCount) }===================={/if}\n\n{ts}Your registration has been submitted.{/ts}\n\n{if !empty($isPrimary)}\n{ts}Once your registration has been reviewed, you will receive an email with a link to a web page where you can complete the registration process.{/ts}\n\n{/if}\n==========================================================={if !empty($pricesetFieldsCount) }===================={/if}\n\n{elseif $is_pay_later}\n\n==========================================================={if !empty($pricesetFieldsCount) }===================={/if}\n\n{$pay_later_receipt}\n==========================================================={if !empty($pricesetFieldsCount) }===================={/if}\n\n{/if}\n\n\n==========================================================={if !empty($pricesetFieldsCount) }===================={/if}\n\n{ts}Event Information and Location{/ts}\n\n==========================================================={if !empty($pricesetFieldsCount) }===================={/if}\n\n{event.title}\n{event.start_date|crmDate}{if $event.event_end_date}-{if $event.event_end_date|crmDate:\"%Y%m%d\" == $event.event_start_date|crmDate:\"%Y%m%d\"}{$event.event_end_date|crmDate:0:1}{else}{$event.event_end_date|crmDate}{/if}{/if}\n\n{if !empty($event.participant_role) and $event.participant_role neq \'Attendee\' and empty($defaultRole)}\n{ts}Participant Role{/ts}: {$event.participant_role}\n{/if}\n\n{if !empty($isShowLocation)}\n{$location.address.1.display|strip_tags:false}\n{/if}{*End of isShowLocation condition*}\n\n{if !empty($location.phone.1.phone) || !empty($location.email.1.email)}\n\n{ts}Event Contacts:{/ts}\n{foreach from=$location.phone item=phone}\n{if $phone.phone}\n\n{if $phone.phone_type}{$phone.phone_type_display}{else}{ts}Phone{/ts}{/if}: {$phone.phone}{/if} {if $phone.phone_ext} {ts}ext.{/ts} {$phone.phone_ext}{/if}\n{/foreach}\n{foreach from=$location.email item=eventEmail}\n{if $eventEmail.email}\n\n{ts}Email{/ts}: {$eventEmail.email}{/if}{/foreach}\n{/if}\n\n{if !empty($event.is_public)}\n{capture assign=icalFeed}{crmURL p=\'civicrm/event/ical\' q=\"reset=1&id=`$event.id`\" h=0 a=1 fe=1}{/capture}\n{ts}Download iCalendar entry for this event.{/ts} {$icalFeed}\n{capture assign=gCalendar}{crmURL p=\'civicrm/event/ical\' q=\"gCalendar=1&reset=1&id=`$event.id`\" h=0 a=1 fe=1}{/capture}\n{ts}Add event to Google Calendar{/ts} {$gCalendar}\n{/if}\n\n{if !empty($email)}\n\n==========================================================={if !empty($pricesetFieldsCount) }===================={/if}\n\n{ts}Registered Email{/ts}\n\n==========================================================={if !empty($pricesetFieldsCount) }===================={/if}\n\n{$email}\n{/if}\n{if !empty($event.is_monetary)} {* This section for Paid events only.*}\n\n==========================================================={if !empty($pricesetFieldsCount) }===================={/if}\n\n{if !empty($event.fee_label)}{$event.fee_label}{/if}\n==========================================================={if !empty($pricesetFieldsCount) }===================={/if}\n\n{if !empty($lineItem)}{foreach from=$lineItem item=value key=priceset}\n\n{if $value neq \'skip\'}\n{if !empty($isPrimary)}\n{if $lineItem|@count GT 1} {* Header for multi participant registration cases. *}\n{ts 1=$priceset+1}Participant %1{/ts}\n{/if}\n{/if}\n---------------------------------------------------------{if !empty($pricesetFieldsCount) }--------------------{/if}\n\n{capture assign=ts_item}{ts}Item{/ts}{/capture}\n{capture assign=ts_qty}{ts}Qty{/ts}{/capture}\n{capture assign=ts_each}{ts}Each{/ts}{/capture}\n{if !empty($dataArray)}\n{capture assign=ts_subtotal}{ts}Subtotal{/ts}{/capture}\n{capture assign=ts_taxRate}{ts}Tax Rate{/ts}{/capture}\n{capture assign=ts_taxAmount}{ts}Tax Amount{/ts}{/capture}\n{/if}\n{capture assign=ts_total}{ts}Total{/ts}{/capture}\n{capture assign=ts_participant_total}{if !empty($pricesetFieldsCount) }{ts}Total Participants{/ts}{/if}{/capture}\n{$ts_item|string_format:\"%-30s\"} {$ts_qty|string_format:\"%5s\"} {$ts_each|string_format:\"%10s\"} {if !empty($dataArray)} {$ts_subtotal|string_format:\"%10s\"} {$ts_taxRate|string_format:\"%10s\"} {$ts_taxAmount|string_format:\"%10s\"} {/if} {$ts_total|string_format:\"%10s\"} {if !empty($ts_participant_total)}{$ts_participant_total|string_format:\"%10s\"}{/if}\n----------------------------------------------------------{if !empty($pricesetFieldsCount) }--------------------{/if}\n\n{foreach from=$value item=line}\n{if !empty($pricesetFieldsCount) }{capture assign=ts_participant_count}{$line.participant_count}{/capture}{/if}\n{capture assign=ts_item}{if $line.html_type eq \'Text\'}{$line.label}{else}{$line.field_title} - {$line.label}{/if} {if $line.description} {$line.description}{/if}{/capture}{$ts_item|truncate:30:\"...\"|string_format:\"%-30s\"} {$line.qty|string_format:\"%5s\"} {$line.unit_price|crmMoney|string_format:\"%10s\"} {if !empty($dataArray)} {$line.unit_price*$line.qty|crmMoney:$currency|string_format:\"%10s\"} {if $line.tax_rate || $line.tax_amount != \"\"} {$line.tax_rate|string_format:\"%.2f\"} % {$line.tax_amount|crmMoney:$currency|string_format:\"%10s\"} {else} {/if} {/if} {$line.line_total+$line.tax_amount|crmMoney|string_format:\"%10s\"} {if !empty($ts_participant_count)}{$ts_participant_count|string_format:\"%10s\"}{/if}\n{/foreach}\n{/if}\n{/foreach}\n\n{if !empty($dataArray)}\n{if $totalAmount and $totalTaxAmount}\n{ts}Amount before Tax:{/ts} {$totalAmount-$totalTaxAmount|crmMoney:$currency}\n{/if}\n\n{foreach from=$dataArray item=value key=priceset}\n{if $priceset || $priceset == 0}\n{$taxTerm} {$priceset|string_format:\"%.2f\"}%: {$value|crmMoney:$currency}\n{else}\n{ts}No{/ts} {$taxTerm}: {$value|crmMoney:$currency}\n{/if}\n{/foreach}\n{/if}\n{/if}\n\n{if !empty($amount) && !$lineItem}\n{foreach from=$amount item=amnt key=level}{$amnt.amount|crmMoney} {$amnt.label}\n{/foreach}\n{/if}\n\n{if $totalTaxAmount}\n{ts}Total Tax Amount{/ts}: {$totalTaxAmount|crmMoney:$currency}\n{/if}\n{if !empty($isPrimary)}\n\n{if !empty($balanceAmount)}{ts}Total Paid{/ts}{else}{ts}Total Amount{/ts}{/if}: {if !empty($totalAmount)}{$totalAmount|crmMoney}{/if} {if !empty($hookDiscount.message)}({$hookDiscount.message}){/if}\n\n{if !empty($balanceAmount)}\n{ts}Balance{/ts}: {$balanceAmount|crmMoney}\n{/if}\n\n{if !empty($pricesetFieldsCount) }\n {assign var=\"count\" value= 0}\n {foreach from=$lineItem item=pcount}\n {assign var=\"lineItemCount\" value=0}\n {if $pcount neq \'skip\'}\n {foreach from=$pcount item=p_count}\n {assign var=\"lineItemCount\" value=$lineItemCount+$p_count.participant_count}\n {/foreach}\n {if $lineItemCount < 1 }\n {assign var=\"lineItemCount\" value=1}\n {/if}\n {assign var=\"count\" value=$count+$lineItemCount}\n {/if}\n {/foreach}\n\n{ts}Total Participants{/ts}: {$count}\n{/if}\n\n{if $is_pay_later}\n\n==========================================================={if !empty($pricesetFieldsCount) }===================={/if}\n\n{$pay_later_receipt}\n==========================================================={if !empty($pricesetFieldsCount) }===================={/if}\n\n{/if}\n\n{if $register_date}\n{ts}Registration Date{/ts}: {$register_date|crmDate}\n{/if}\n{if $receive_date}\n{ts}Transaction Date{/ts}: {$receive_date|crmDate}\n{/if}\n{if !empty($financialTypeName)}\n{ts}Financial Type{/ts}: {$financialTypeName}\n{/if}\n{if !empty($trxn_id)}\n{ts}Transaction #{/ts}: {$trxn_id}\n{/if}\n{if !empty($paidBy)}\n{ts}Paid By{/ts}: {$paidBy}\n{/if}\n{if !empty($checkNumber)}\n{ts}Check Number{/ts}: {$checkNumber}\n{/if}\n{if !empty($billingName)}\n\n==========================================================={if !empty($pricesetFieldsCount) }===================={/if}\n\n{ts}Billing Name and Address{/ts}\n\n==========================================================={if !empty($pricesetFieldsCount) }===================={/if}\n\n{$billingName}\n{$address}\n{/if}\n\n{if !empty($credit_card_type)}\n===========================================================\n{ts}Credit Card Information{/ts}\n\n==========================================================={if !empty($pricesetFieldsCount) }===================={/if}\n\n{$credit_card_type}\n{$credit_card_number}\n{ts}Expires{/ts}: {$credit_card_exp_date|truncate:7:\'\'|crmDate}\n{/if}\n{/if}\n{/if} {* End of conditional section for Paid events *}\n\n{if !empty($customPre)}\n==========================================================={if !empty($pricesetFieldsCount) }===================={/if}\n\n{$customPre_grouptitle}\n==========================================================={if !empty($pricesetFieldsCount) }===================={/if}\n\n{foreach from=$customPre item=value key=customName}\n{if ( !empty($trackingFields) and ! in_array( $customName, $trackingFields ) ) or empty($trackingFields)}\n{$customName}: {$value}\n{/if}\n{/foreach}\n{/if}\n\n{if !empty($customPost)}\n==========================================================={if !empty($pricesetFieldsCount) }===================={/if}\n\n{$customPost_grouptitle}\n==========================================================={if !empty($pricesetFieldsCount) }===================={/if}\n\n{foreach from=$customPost item=value key=customName}\n{if ( !empty($trackingFields) and ! in_array( $customName, $trackingFields ) ) or empty($trackingFields)}\n{$customName}: {$value}\n{/if}\n{/foreach}\n{/if}\n{if !empty($customProfile)}\n\n{foreach from=$customProfile item=value key=customName}\n==========================================================={if !empty($pricesetFieldsCount) }===================={/if}\n\n{ts 1=$customName+1}Participant Information - Participant %1{/ts}\n\n==========================================================={if !empty($pricesetFieldsCount) }===================={/if}\n\n{foreach from=$value item=val key=field}\n{if $field eq \'additionalCustomPre\' or $field eq \'additionalCustomPost\' }\n{if $field eq \'additionalCustomPre\' }\n----------------------------------------------------------{if !empty($pricesetFieldsCount) }--------------------{/if}\n\n{$additionalCustomPre_grouptitle}\n----------------------------------------------------------{if !empty($pricesetFieldsCount) }--------------------{/if}\n\n{else}\n----------------------------------------------------------{if !empty($pricesetFieldsCount) }--------------------{/if}\n\n{$additionalCustomPost_grouptitle}\n----------------------------------------------------------{if !empty($pricesetFieldsCount) }--------------------{/if}\n\n{/if}\n{foreach from=$val item=v key=f}\n{$f}: {$v}\n{/foreach}\n{/if}\n{/foreach}\n{/foreach}\n{/if}\n{if !empty($customGroup)}\n{foreach from=$customGroup item=value key=customName}\n=========================================================={if !empty($pricesetFieldsCount) }===================={/if}\n\n{$customName}\n=========================================================={if !empty($pricesetFieldsCount) }===================={/if}\n\n{foreach from=$value item=v key=n}\n{$n}: {$v}\n{/foreach}\n{/foreach}\n{/if}\n\n\n','<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n<head>\n <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n <title></title>\n</head>\n<body>\n\n{capture assign=headerStyle}colspan=\"2\" style=\"text-align: left; padding: 4px; border-bottom: 1px solid #999; background-color: #eee;\"{/capture}\n{capture assign=labelStyle }style=\"padding: 4px; border-bottom: 1px solid #999; background-color: #f7f7f7;\"{/capture}\n{capture assign=valueStyle }style=\"padding: 4px; border-bottom: 1px solid #999;\"{/capture}\n\n <table id=\"crm-event_receipt\" style=\"font-family: Arial, Verdana, sans-serif; text-align: left; width:100%; max-width:700px; padding:0; margin:0; border:0px;\">\n\n <!-- BEGIN HEADER -->\n <!-- You can add table row(s) here with logo or other header elements -->\n <!-- END HEADER -->\n\n <!-- BEGIN CONTENT -->\n\n <tr>\n <td>\n {assign var=\"greeting\" value=\"{contact.email_greeting_display}\"}{if $greeting}<p>{$greeting},</p>{/if}\n\n {if !empty($event.confirm_email_text) AND (empty($isOnWaitlist) AND empty($isRequireApproval))}\n <p>{$event.confirm_email_text|htmlize}</p>\n {/if}\n\n {if !empty($isOnWaitlist)}\n <p>{ts}You have been added to the WAIT LIST for this event.{/ts}</p>\n {if !empty($isPrimary)}\n <p>{ts}If space becomes available you will receive an email with a link to a web page where you can complete your registration.{/ts}</p>\n {/if}\n {elseif !empty($isRequireApproval)}\n <p>{ts}Your registration has been submitted.{/ts}</p>\n {if !empty($isPrimary)}\n <p>{ts}Once your registration has been reviewed, you will receive an email with a link to a web page where you can complete the registration process.{/ts}</p>\n {/if}\n {elseif $is_pay_later}\n <p>{$pay_later_receipt}</p> {* FIXME: this might be text rather than HTML *}\n {/if}\n\n </td>\n </tr>\n <tr>\n <td>\n <table style=\"border: 1px solid #999; margin: 1em 0em 1em; border-collapse: collapse; width:100%;\">\n <tr>\n <th {$headerStyle}>\n {ts}Event Information and Location{/ts}\n </th>\n </tr>\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n {event.title}<br />\n {event.start_date|crmDate}{if $event.event_end_date}-{if $event.event_end_date|crmDate:\"%Y%m%d\" == $event.event_start_date|crmDate:\"%Y%m%d\"}{$event.event_end_date|crmDate:0:1}{else}{$event.event_end_date|crmDate}{/if}{/if}\n </td>\n </tr>\n\n {if !empty($event.participant_role) and $event.participant_role neq \'Attendee\' and !empty($defaultRole)}\n <tr>\n <td {$labelStyle}>\n {ts}Participant Role{/ts}\n </td>\n <td {$valueStyle}>\n {$event.participant_role}\n </td>\n </tr>\n {/if}\n\n {if !empty($isShowLocation)}\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n {$location.address.1.display|nl2br}\n </td>\n </tr>\n {/if}\n\n {if !empty($location.phone.1.phone) || !empty($location.email.1.email)}\n <tr>\n <td colspan=\"2\" {$labelStyle}>\n {ts}Event Contacts:{/ts}\n </td>\n </tr>\n {foreach from=$location.phone item=phone}\n {if $phone.phone}\n <tr>\n <td {$labelStyle}>\n {if $phone.phone_type}\n {$phone.phone_type_display}\n {else}\n {ts}Phone{/ts}\n {/if}\n </td>\n <td {$valueStyle}>\n {$phone.phone} {if $phone.phone_ext} {ts}ext.{/ts} {$phone.phone_ext}{/if}\n </td>\n </tr>\n {/if}\n {/foreach}\n {foreach from=$location.email item=eventEmail}\n {if $eventEmail.email}\n <tr>\n <td {$labelStyle}>\n {ts}Email{/ts}\n </td>\n <td {$valueStyle}>\n {$eventEmail.email}\n </td>\n </tr>\n {/if}\n {/foreach}\n {/if}\n\n {if !empty($event.is_public)}\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n {capture assign=icalFeed}{crmURL p=\'civicrm/event/ical\' q=\"reset=1&id=`$event.id`\" h=0 a=1 fe=1}{/capture}\n <a href=\"{$icalFeed}\">{ts}Download iCalendar entry for this event.{/ts}</a>\n </td>\n </tr>\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n {capture assign=gCalendar}{crmURL p=\'civicrm/event/ical\' q=\"gCalendar=1&reset=1&id=`$event.id`\" h=0 a=1 fe=1}{/capture}\n <a href=\"{$gCalendar}\">{ts}Add event to Google Calendar{/ts}</a>\n </td>\n </tr>\n {/if}\n\n {if $email}\n <tr>\n <th {$headerStyle}>\n {ts}Registered Email{/ts}\n </th>\n </tr>\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n {$email}\n </td>\n </tr>\n {/if}\n\n\n {if !empty($event.is_monetary)}\n\n <tr>\n <th {$headerStyle}>\n {if !empty($event.fee_label)}{$event.fee_label}{/if}\n </th>\n </tr>\n\n {if !empty($lineItem)}\n {foreach from=$lineItem item=value key=priceset}\n {if $value neq \'skip\'}\n {if !empty($isPrimary)}\n {if $lineItem|@count GT 1} {* Header for multi participant registration cases. *}\n <tr>\n <td colspan=\"2\" {$labelStyle}>\n {ts 1=$priceset+1}Participant %1{/ts}\n </td>\n </tr>\n {/if}\n {/if}\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n <table>\n <tr>\n <th>{ts}Item{/ts}</th>\n <th>{ts}Qty{/ts}</th>\n <th>{ts}Each{/ts}</th>\n {if !empty($dataArray)}\n <th>{ts}SubTotal{/ts}</th>\n <th>{ts}Tax Rate{/ts}</th>\n <th>{ts}Tax Amount{/ts}</th>\n {/if}\n <th>{ts}Total{/ts}</th>\n {if !empty($pricesetFieldsCount) }<th>{ts}Total Participants{/ts}</th>{/if}\n </tr>\n {foreach from=$value item=line}\n <tr>\n <td>\n {if $line.html_type eq \'Text\'}{$line.label}{else}{$line.field_title} - {$line.label}{/if} {if $line.description}<div>{$line.description|truncate:30:\"...\"}</div>{/if}\n </td>\n <td>\n {$line.qty}\n </td>\n <td>\n {$line.unit_price|crmMoney}\n </td>\n {if !empty($dataArray)}\n <td>\n {$line.unit_price*$line.qty|crmMoney}\n </td>\n {if $line.tax_rate || $line.tax_amount != \"\"}\n <td>\n {$line.tax_rate|string_format:\"%.2f\"}%\n </td>\n <td>\n {$line.tax_amount|crmMoney}\n </td>\n {else}\n <td></td>\n <td></td>\n {/if}\n {/if}\n <td>\n {$line.line_total+$line.tax_amount|crmMoney}\n </td>\n {if !empty($pricesetFieldsCount) }\n <td>\n {$line.participant_count}\n </td>\n {/if}\n </tr>\n {/foreach}\n </table>\n </td>\n </tr>\n {/if}\n {/foreach}\n {if !empty($dataArray)}\n {if $totalAmount and $totalTaxAmount}\n <tr>\n <td {$labelStyle}>\n {ts}Amount Before Tax:{/ts}\n </td>\n <td {$valueStyle}>\n {$totalAmount-$totalTaxAmount|crmMoney}\n </td>\n </tr>\n {/if}\n {foreach from=$dataArray item=value key=priceset}\n <tr>\n {if $priceset || $priceset == 0}\n <td> {$taxTerm} {$priceset|string_format:\"%.2f\"}%</td>\n <td> {$value|crmMoney:$currency}</td>\n {else}\n <td> {ts}No{/ts} {$taxTerm}</td>\n <td> {$value|crmMoney:$currency}</td>\n {/if}\n </tr>\n {/foreach}\n {/if}\n {/if}\n\n {if !empty($amount) && !$lineItem}\n {foreach from=$amount item=amnt key=level}\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n {$amnt.amount|crmMoney} {$amnt.label}\n </td>\n </tr>\n {/foreach}\n {/if}\n {if $totalTaxAmount}\n <tr>\n <td {$labelStyle}>\n {ts}Total Tax Amount{/ts}\n </td>\n <td {$valueStyle}>\n {$totalTaxAmount|crmMoney:$currency}\n </td>\n </tr>\n {/if}\n {if !empty($isPrimary)}\n <tr>\n <td {$labelStyle}>\n {if isset($balanceAmount)}\n {ts}Total Paid{/ts}\n {else}\n {ts}Total Amount{/ts}\n {/if}\n </td>\n <td {$valueStyle}>\n {if !empty($totalAmount)}{$totalAmount|crmMoney}{/if} {if !empty($hookDiscount.message)}({$hookDiscount.message}){/if}\n </td>\n </tr>\n {if isset($balanceAmount)}\n <tr>\n <td {$labelStyle}>\n {ts}Balance{/ts}\n </td>\n <td {$valueStyle}>\n {$balanceAmount|crmMoney}\n </td>\n </tr>\n {/if}\n {if !empty($pricesetFieldsCount) }\n <tr>\n <td {$labelStyle}>\n {ts}Total Participants{/ts}</td>\n <td {$valueStyle}>\n {assign var=\"count\" value= 0}\n {foreach from=$lineItem item=pcount}\n {assign var=\"lineItemCount\" value=0}\n {if $pcount neq \'skip\'}\n {foreach from=$pcount item=p_count}\n {assign var=\"lineItemCount\" value=$lineItemCount+$p_count.participant_count}\n {/foreach}\n {if $lineItemCount < 1 }\n assign var=\"lineItemCount\" value=1}\n {/if}\n {assign var=\"count\" value=$count+$lineItemCount}\n {/if}\n {/foreach}\n {$count}\n </td>\n </tr>\n {/if}\n {if $is_pay_later}\n <tr>\n <td colspan=\"2\" {$labelStyle}>\n {$pay_later_receipt}\n </td>\n </tr>\n {/if}\n\n {if $register_date}\n <tr>\n <td {$labelStyle}>\n {ts}Registration Date{/ts}\n </td>\n <td {$valueStyle}>\n {$register_date|crmDate}\n </td>\n </tr>\n {/if}\n\n {if !empty($receive_date)}\n <tr>\n <td {$labelStyle}>\n {ts}Transaction Date{/ts}\n </td>\n <td {$valueStyle}>\n {$receive_date|crmDate}\n </td>\n </tr>\n {/if}\n\n {if !empty($financialTypeName)}\n <tr>\n <td {$labelStyle}>\n {ts}Financial Type{/ts}\n </td>\n <td {$valueStyle}>\n {$financialTypeName}\n </td>\n </tr>\n {/if}\n\n {if !empty($trxn_id)}\n <tr>\n <td {$labelStyle}>\n {ts}Transaction #{/ts}\n </td>\n <td {$valueStyle}>\n {$trxn_id}\n </td>\n </tr>\n {/if}\n\n {if !empty($paidBy)}\n <tr>\n <td {$labelStyle}>\n {ts}Paid By{/ts}\n </td>\n <td {$valueStyle}>\n {$paidBy}\n </td>\n </tr>\n {/if}\n\n {if !empty($checkNumber)}\n <tr>\n <td {$labelStyle}>\n {ts}Check Number{/ts}\n </td>\n <td {$valueStyle}>\n {$checkNumber}\n </td>\n </tr>\n {/if}\n\n {if !empty($billingName)}\n <tr>\n <th {$headerStyle}>\n {ts}Billing Name and Address{/ts}\n </th>\n </tr>\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n {$billingName}<br />\n {$address|nl2br}\n </td>\n </tr>\n {/if}\n\n {if !empty($credit_card_type)}\n <tr>\n <th {$headerStyle}>\n {ts}Credit Card Information{/ts}\n </th>\n </tr>\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n {$credit_card_type}<br />\n {$credit_card_number}<br />\n {ts}Expires{/ts}: {$credit_card_exp_date|truncate:7:\'\'|crmDate}\n </td>\n </tr>\n {/if}\n\n {/if}\n\n {/if} {* End of conditional section for Paid events *}\n\n {if !empty($customPre)}\n <tr>\n <th {$headerStyle}>\n {$customPre_grouptitle}\n </th>\n </tr>\n {foreach from=$customPre item=value key=customName}\n {if ( !empty($trackingFields) and ! in_array( $customName, $trackingFields ) ) or empty($trackingFields)}\n <tr>\n <td {$labelStyle}>\n {$customName}\n </td>\n <td {$valueStyle}>\n {$value}\n </td>\n </tr>\n {/if}\n {/foreach}\n {/if}\n\n {if !empty($customPost)}\n <tr>\n <th {$headerStyle}>\n {$customPost_grouptitle}\n </th>\n </tr>\n {foreach from=$customPost item=value key=customName}\n {if ( !empty($trackingFields) and ! in_array( $customName, $trackingFields ) ) or empty($trackingFields)}\n <tr>\n <td {$labelStyle}>\n {$customName}\n </td>\n <td {$valueStyle}>\n {$value}\n </td>\n </tr>\n {/if}\n {/foreach}\n {/if}\n\n {if !empty($customProfile)}\n {foreach from=$customProfile item=value key=customName}\n <tr>\n <th {$headerStyle}>\n {ts 1=$customName+1}Participant Information - Participant %1{/ts}\n </th>\n </tr>\n {foreach from=$value item=val key=field}\n {if $field eq \'additionalCustomPre\' or $field eq \'additionalCustomPost\'}\n <tr>\n <td colspan=\"2\" {$labelStyle}>\n {if $field eq \'additionalCustomPre\'}\n {$additionalCustomPre_grouptitle}\n {else}\n {$additionalCustomPost_grouptitle}\n {/if}\n </td>\n </tr>\n {foreach from=$val item=v key=f}\n <tr>\n <td {$labelStyle}>\n {$f}\n </td>\n <td {$valueStyle}>\n {$v}\n </td>\n </tr>\n {/foreach}\n {/if}\n {/foreach}\n {/foreach}\n {/if}\n\n {if !empty($customGroup)}\n {foreach from=$customGroup item=value key=customName}\n <tr>\n <th {$headerStyle}>\n {$customName}\n </th>\n </tr>\n {foreach from=$value item=v key=n}\n <tr>\n <td {$labelStyle}>\n {$n}\n </td>\n <td {$valueStyle}>\n {$v}\n </td>\n </tr>\n {/foreach}\n {/foreach}\n {/if}\n\n </table>\n </td>\n </tr>\n\n </table>\n\n</body>\n</html>\n',1,827,'event_offline_receipt',1,0,0,NULL), + (30,'Events - Registration Confirmation and Receipt (off-line)','{ts}Event Confirmation{/ts} - {event.title} - {contact.display_name}\n','{assign var=\"greeting\" value=\"{contact.email_greeting_display}\"}{if $greeting}{$greeting},{/if}\n{if !empty($event.confirm_email_text) AND (empty($isOnWaitlist) AND empty($isRequireApproval))}\n{$event.confirm_email_text}\n{/if}\n\n{if !empty($isOnWaitlist)}\n==========================================================={if !empty($pricesetFieldsCount) }===================={/if}\n\n{ts}You have been added to the WAIT LIST for this event.{/ts}\n\n{if !empty($isPrimary)}\n{ts}If space becomes available you will receive an email with a link to a web page where you can complete your registration.{/ts}\n\n{/if}\n==========================================================={if !empty($pricesetFieldsCount) }===================={/if}\n\n{elseif !empty($isRequireApproval)}\n==========================================================={if !empty($pricesetFieldsCount) }===================={/if}\n\n{ts}Your registration has been submitted.{/ts}\n\n{if !empty($isPrimary)}\n{ts}Once your registration has been reviewed, you will receive an email with a link to a web page where you can complete the registration process.{/ts}\n\n{/if}\n==========================================================={if !empty($pricesetFieldsCount) }===================={/if}\n\n{elseif $is_pay_later}\n\n==========================================================={if !empty($pricesetFieldsCount) }===================={/if}\n\n{$pay_later_receipt}\n==========================================================={if !empty($pricesetFieldsCount) }===================={/if}\n\n{/if}\n\n\n==========================================================={if !empty($pricesetFieldsCount) }===================={/if}\n\n{ts}Event Information and Location{/ts}\n\n==========================================================={if !empty($pricesetFieldsCount) }===================={/if}\n\n{event.title}\n{event.start_date|crmDate}{if $event.event_end_date}-{if $event.event_end_date|crmDate:\"%Y%m%d\" == $event.event_start_date|crmDate:\"%Y%m%d\"}{$event.event_end_date|crmDate:0:1}{else}{$event.event_end_date|crmDate}{/if}{/if}\n\n{if !empty($event.participant_role) and $event.participant_role neq \'Attendee\' and empty($defaultRole)}\n{ts}Participant Role{/ts}: {$event.participant_role}\n{/if}\n\n{if !empty($isShowLocation)}\n{$location.address.1.display|strip_tags:false}\n{/if}{*End of isShowLocation condition*}\n\n{if !empty($location.phone.1.phone) || !empty($location.email.1.email)}\n\n{ts}Event Contacts:{/ts}\n{foreach from=$location.phone item=phone}\n{if $phone.phone}\n\n{if $phone.phone_type}{$phone.phone_type_display}{else}{ts}Phone{/ts}{/if}: {$phone.phone}{/if} {if $phone.phone_ext} {ts}ext.{/ts} {$phone.phone_ext}{/if}\n{/foreach}\n{foreach from=$location.email item=eventEmail}\n{if $eventEmail.email}\n\n{ts}Email{/ts}: {$eventEmail.email}{/if}{/foreach}\n{/if}\n\n{if !empty($event.is_public)}\n{capture assign=icalFeed}{crmURL p=\'civicrm/event/ical\' q=\"reset=1&id=`$event.id`\" h=0 a=1 fe=1}{/capture}\n{ts}Download iCalendar entry for this event.{/ts} {$icalFeed}\n{capture assign=gCalendar}{crmURL p=\'civicrm/event/ical\' q=\"gCalendar=1&reset=1&id=`$event.id`\" h=0 a=1 fe=1}{/capture}\n{ts}Add event to Google Calendar{/ts} {$gCalendar}\n{/if}\n\n{if !empty($email)}\n\n==========================================================={if !empty($pricesetFieldsCount) }===================={/if}\n\n{ts}Registered Email{/ts}\n\n==========================================================={if !empty($pricesetFieldsCount) }===================={/if}\n\n{$email}\n{/if}\n{if !empty($event.is_monetary)} {* This section for Paid events only.*}\n\n==========================================================={if !empty($pricesetFieldsCount) }===================={/if}\n\n{if !empty($event.fee_label)}{$event.fee_label}{/if}\n==========================================================={if !empty($pricesetFieldsCount) }===================={/if}\n\n{if !empty($lineItem)}{foreach from=$lineItem item=value key=priceset}\n\n{if $value neq \'skip\'}\n{if !empty($isPrimary)}\n{if $lineItem|@count GT 1} {* Header for multi participant registration cases. *}\n{ts 1=$priceset+1}Participant %1{/ts}\n{/if}\n{/if}\n---------------------------------------------------------{if !empty($pricesetFieldsCount) }--------------------{/if}\n\n{capture assign=ts_item}{ts}Item{/ts}{/capture}\n{capture assign=ts_qty}{ts}Qty{/ts}{/capture}\n{capture assign=ts_each}{ts}Each{/ts}{/capture}\n{if !empty($dataArray)}\n{capture assign=ts_subtotal}{ts}Subtotal{/ts}{/capture}\n{capture assign=ts_taxRate}{ts}Tax Rate{/ts}{/capture}\n{capture assign=ts_taxAmount}{ts}Tax Amount{/ts}{/capture}\n{/if}\n{capture assign=ts_total}{ts}Total{/ts}{/capture}\n{capture assign=ts_participant_total}{if !empty($pricesetFieldsCount) }{ts}Total Participants{/ts}{/if}{/capture}\n{$ts_item|string_format:\"%-30s\"} {$ts_qty|string_format:\"%5s\"} {$ts_each|string_format:\"%10s\"} {if !empty($dataArray)} {$ts_subtotal|string_format:\"%10s\"} {$ts_taxRate|string_format:\"%10s\"} {$ts_taxAmount|string_format:\"%10s\"} {/if} {$ts_total|string_format:\"%10s\"} {if !empty($ts_participant_total)}{$ts_participant_total|string_format:\"%10s\"}{/if}\n----------------------------------------------------------{if !empty($pricesetFieldsCount) }--------------------{/if}\n\n{foreach from=$value item=line}\n{if !empty($pricesetFieldsCount) }{capture assign=ts_participant_count}{$line.participant_count}{/capture}{/if}\n{capture assign=ts_item}{if $line.html_type eq \'Text\'}{$line.label}{else}{$line.field_title} - {$line.label}{/if} {if $line.description} {$line.description}{/if}{/capture}{$ts_item|truncate:30:\"...\"|string_format:\"%-30s\"} {$line.qty|string_format:\"%5s\"} {$line.unit_price|crmMoney|string_format:\"%10s\"} {if !empty($dataArray)} {$line.unit_price*$line.qty|crmMoney:$currency|string_format:\"%10s\"} {if $line.tax_rate || $line.tax_amount != \"\"} {$line.tax_rate|string_format:\"%.2f\"} % {$line.tax_amount|crmMoney:$currency|string_format:\"%10s\"} {else} {/if} {/if} {$line.line_total+$line.tax_amount|crmMoney|string_format:\"%10s\"} {if !empty($ts_participant_count)}{$ts_participant_count|string_format:\"%10s\"}{/if}\n{/foreach}\n{/if}\n{/foreach}\n\n{if !empty($dataArray)}\n{if $totalAmount and $totalTaxAmount}\n{ts}Amount before Tax:{/ts} {$totalAmount-$totalTaxAmount|crmMoney:$currency}\n{/if}\n\n{foreach from=$dataArray item=value key=priceset}\n{if $priceset || $priceset == 0}\n{$taxTerm} {$priceset|string_format:\"%.2f\"}%: {$value|crmMoney:$currency}\n{else}\n{ts}No{/ts} {$taxTerm}: {$value|crmMoney:$currency}\n{/if}\n{/foreach}\n{/if}\n{/if}\n\n{if !empty($amount) && !$lineItem}\n{foreach from=$amount item=amnt key=level}{$amnt.amount|crmMoney} {$amnt.label}\n{/foreach}\n{/if}\n\n{if $totalTaxAmount}\n{ts}Total Tax Amount{/ts}: {$totalTaxAmount|crmMoney:$currency}\n{/if}\n{if !empty($isPrimary)}\n\n{if !empty($balanceAmount)}{ts}Total Paid{/ts}{else}{ts}Total Amount{/ts}{/if}: {if !empty($totalAmount)}{$totalAmount|crmMoney}{/if} {if !empty($hookDiscount.message)}({$hookDiscount.message}){/if}\n\n{if !empty($balanceAmount)}\n{ts}Balance{/ts}: {$balanceAmount|crmMoney}\n{/if}\n\n{if !empty($pricesetFieldsCount) }\n {assign var=\"count\" value= 0}\n {foreach from=$lineItem item=pcount}\n {assign var=\"lineItemCount\" value=0}\n {if $pcount neq \'skip\'}\n {foreach from=$pcount item=p_count}\n {assign var=\"lineItemCount\" value=$lineItemCount+$p_count.participant_count}\n {/foreach}\n {if $lineItemCount < 1 }\n {assign var=\"lineItemCount\" value=1}\n {/if}\n {assign var=\"count\" value=$count+$lineItemCount}\n {/if}\n {/foreach}\n\n{ts}Total Participants{/ts}: {$count}\n{/if}\n\n{if $is_pay_later}\n\n==========================================================={if !empty($pricesetFieldsCount) }===================={/if}\n\n{$pay_later_receipt}\n==========================================================={if !empty($pricesetFieldsCount) }===================={/if}\n\n{/if}\n\n{if $register_date}\n{ts}Registration Date{/ts}: {$register_date|crmDate}\n{/if}\n{if $receive_date}\n{ts}Transaction Date{/ts}: {$receive_date|crmDate}\n{/if}\n{if !empty($financialTypeName)}\n{ts}Financial Type{/ts}: {$financialTypeName}\n{/if}\n{if !empty($trxn_id)}\n{ts}Transaction #{/ts}: {$trxn_id}\n{/if}\n{if !empty($paidBy)}\n{ts}Paid By{/ts}: {$paidBy}\n{/if}\n{if !empty($checkNumber)}\n{ts}Check Number{/ts}: {$checkNumber}\n{/if}\n{if !empty($billingName)}\n\n==========================================================={if !empty($pricesetFieldsCount) }===================={/if}\n\n{ts}Billing Name and Address{/ts}\n\n==========================================================={if !empty($pricesetFieldsCount) }===================={/if}\n\n{$billingName}\n{$address}\n{/if}\n\n{if !empty($credit_card_type)}\n===========================================================\n{ts}Credit Card Information{/ts}\n\n==========================================================={if !empty($pricesetFieldsCount) }===================={/if}\n\n{$credit_card_type}\n{$credit_card_number}\n{ts}Expires{/ts}: {$credit_card_exp_date|truncate:7:\'\'|crmDate}\n{/if}\n{/if}\n{/if} {* End of conditional section for Paid events *}\n\n{if !empty($customPre)}\n==========================================================={if !empty($pricesetFieldsCount) }===================={/if}\n\n{$customPre_grouptitle}\n==========================================================={if !empty($pricesetFieldsCount) }===================={/if}\n\n{foreach from=$customPre item=value key=customName}\n{if ( !empty($trackingFields) and ! in_array( $customName, $trackingFields ) ) or empty($trackingFields)}\n{$customName}: {$value}\n{/if}\n{/foreach}\n{/if}\n\n{if !empty($customPost)}\n==========================================================={if !empty($pricesetFieldsCount) }===================={/if}\n\n{$customPost_grouptitle}\n==========================================================={if !empty($pricesetFieldsCount) }===================={/if}\n\n{foreach from=$customPost item=value key=customName}\n{if ( !empty($trackingFields) and ! in_array( $customName, $trackingFields ) ) or empty($trackingFields)}\n{$customName}: {$value}\n{/if}\n{/foreach}\n{/if}\n{if !empty($customProfile)}\n\n{foreach from=$customProfile item=value key=customName}\n==========================================================={if !empty($pricesetFieldsCount) }===================={/if}\n\n{ts 1=$customName+1}Participant Information - Participant %1{/ts}\n\n==========================================================={if !empty($pricesetFieldsCount) }===================={/if}\n\n{foreach from=$value item=val key=field}\n{if $field eq \'additionalCustomPre\' or $field eq \'additionalCustomPost\' }\n{if $field eq \'additionalCustomPre\' }\n----------------------------------------------------------{if !empty($pricesetFieldsCount) }--------------------{/if}\n\n{$additionalCustomPre_grouptitle}\n----------------------------------------------------------{if !empty($pricesetFieldsCount) }--------------------{/if}\n\n{else}\n----------------------------------------------------------{if !empty($pricesetFieldsCount) }--------------------{/if}\n\n{$additionalCustomPost_grouptitle}\n----------------------------------------------------------{if !empty($pricesetFieldsCount) }--------------------{/if}\n\n{/if}\n{foreach from=$val item=v key=f}\n{$f}: {$v}\n{/foreach}\n{/if}\n{/foreach}\n{/foreach}\n{/if}\n{if !empty($customGroup)}\n{foreach from=$customGroup item=value key=customName}\n=========================================================={if !empty($pricesetFieldsCount) }===================={/if}\n\n{$customName}\n=========================================================={if !empty($pricesetFieldsCount) }===================={/if}\n\n{foreach from=$value item=v key=n}\n{$n}: {$v}\n{/foreach}\n{/foreach}\n{/if}\n\n\n','<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n<head>\n <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n <title></title>\n</head>\n<body>\n\n{capture assign=headerStyle}colspan=\"2\" style=\"text-align: left; padding: 4px; border-bottom: 1px solid #999; background-color: #eee;\"{/capture}\n{capture assign=labelStyle }style=\"padding: 4px; border-bottom: 1px solid #999; background-color: #f7f7f7;\"{/capture}\n{capture assign=valueStyle }style=\"padding: 4px; border-bottom: 1px solid #999;\"{/capture}\n\n <table id=\"crm-event_receipt\" style=\"font-family: Arial, Verdana, sans-serif; text-align: left; width:100%; max-width:700px; padding:0; margin:0; border:0px;\">\n\n <!-- BEGIN HEADER -->\n <!-- You can add table row(s) here with logo or other header elements -->\n <!-- END HEADER -->\n\n <!-- BEGIN CONTENT -->\n\n <tr>\n <td>\n {assign var=\"greeting\" value=\"{contact.email_greeting_display}\"}{if $greeting}<p>{$greeting},</p>{/if}\n\n {if !empty($event.confirm_email_text) AND (empty($isOnWaitlist) AND empty($isRequireApproval))}\n <p>{$event.confirm_email_text|htmlize}</p>\n {/if}\n\n {if !empty($isOnWaitlist)}\n <p>{ts}You have been added to the WAIT LIST for this event.{/ts}</p>\n {if !empty($isPrimary)}\n <p>{ts}If space becomes available you will receive an email with a link to a web page where you can complete your registration.{/ts}</p>\n {/if}\n {elseif !empty($isRequireApproval)}\n <p>{ts}Your registration has been submitted.{/ts}</p>\n {if !empty($isPrimary)}\n <p>{ts}Once your registration has been reviewed, you will receive an email with a link to a web page where you can complete the registration process.{/ts}</p>\n {/if}\n {elseif $is_pay_later}\n <p>{$pay_later_receipt}</p> {* FIXME: this might be text rather than HTML *}\n {/if}\n\n </td>\n </tr>\n <tr>\n <td>\n <table style=\"border: 1px solid #999; margin: 1em 0em 1em; border-collapse: collapse; width:100%;\">\n <tr>\n <th {$headerStyle}>\n {ts}Event Information and Location{/ts}\n </th>\n </tr>\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n {event.title}<br />\n {event.start_date|crmDate}{if $event.event_end_date}-{if $event.event_end_date|crmDate:\"%Y%m%d\" == $event.event_start_date|crmDate:\"%Y%m%d\"}{$event.event_end_date|crmDate:0:1}{else}{$event.event_end_date|crmDate}{/if}{/if}\n </td>\n </tr>\n\n {if !empty($event.participant_role) and $event.participant_role neq \'Attendee\' and !empty($defaultRole)}\n <tr>\n <td {$labelStyle}>\n {ts}Participant Role{/ts}\n </td>\n <td {$valueStyle}>\n {$event.participant_role}\n </td>\n </tr>\n {/if}\n\n {if !empty($isShowLocation)}\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n {$location.address.1.display|nl2br}\n </td>\n </tr>\n {/if}\n\n {if !empty($location.phone.1.phone) || !empty($location.email.1.email)}\n <tr>\n <td colspan=\"2\" {$labelStyle}>\n {ts}Event Contacts:{/ts}\n </td>\n </tr>\n {foreach from=$location.phone item=phone}\n {if $phone.phone}\n <tr>\n <td {$labelStyle}>\n {if $phone.phone_type}\n {$phone.phone_type_display}\n {else}\n {ts}Phone{/ts}\n {/if}\n </td>\n <td {$valueStyle}>\n {$phone.phone} {if $phone.phone_ext} {ts}ext.{/ts} {$phone.phone_ext}{/if}\n </td>\n </tr>\n {/if}\n {/foreach}\n {foreach from=$location.email item=eventEmail}\n {if $eventEmail.email}\n <tr>\n <td {$labelStyle}>\n {ts}Email{/ts}\n </td>\n <td {$valueStyle}>\n {$eventEmail.email}\n </td>\n </tr>\n {/if}\n {/foreach}\n {/if}\n\n {if !empty($event.is_public)}\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n {capture assign=icalFeed}{crmURL p=\'civicrm/event/ical\' q=\"reset=1&id=`$event.id`\" h=0 a=1 fe=1}{/capture}\n <a href=\"{$icalFeed}\">{ts}Download iCalendar entry for this event.{/ts}</a>\n </td>\n </tr>\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n {capture assign=gCalendar}{crmURL p=\'civicrm/event/ical\' q=\"gCalendar=1&reset=1&id=`$event.id`\" h=0 a=1 fe=1}{/capture}\n <a href=\"{$gCalendar}\">{ts}Add event to Google Calendar{/ts}</a>\n </td>\n </tr>\n {/if}\n\n {if $email}\n <tr>\n <th {$headerStyle}>\n {ts}Registered Email{/ts}\n </th>\n </tr>\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n {$email}\n </td>\n </tr>\n {/if}\n\n\n {if !empty($event.is_monetary)}\n\n <tr>\n <th {$headerStyle}>\n {if !empty($event.fee_label)}{$event.fee_label}{/if}\n </th>\n </tr>\n\n {if !empty($lineItem)}\n {foreach from=$lineItem item=value key=priceset}\n {if $value neq \'skip\'}\n {if !empty($isPrimary)}\n {if $lineItem|@count GT 1} {* Header for multi participant registration cases. *}\n <tr>\n <td colspan=\"2\" {$labelStyle}>\n {ts 1=$priceset+1}Participant %1{/ts}\n </td>\n </tr>\n {/if}\n {/if}\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n <table>\n <tr>\n <th>{ts}Item{/ts}</th>\n <th>{ts}Qty{/ts}</th>\n <th>{ts}Each{/ts}</th>\n {if !empty($dataArray)}\n <th>{ts}SubTotal{/ts}</th>\n <th>{ts}Tax Rate{/ts}</th>\n <th>{ts}Tax Amount{/ts}</th>\n {/if}\n <th>{ts}Total{/ts}</th>\n {if !empty($pricesetFieldsCount) }<th>{ts}Total Participants{/ts}</th>{/if}\n </tr>\n {foreach from=$value item=line}\n <tr>\n <td>\n {if $line.html_type eq \'Text\'}{$line.label}{else}{$line.field_title} - {$line.label}{/if} {if $line.description}<div>{$line.description|truncate:30:\"...\"}</div>{/if}\n </td>\n <td>\n {$line.qty}\n </td>\n <td>\n {$line.unit_price|crmMoney}\n </td>\n {if !empty($dataArray)}\n <td>\n {$line.unit_price*$line.qty|crmMoney}\n </td>\n {if $line.tax_rate || $line.tax_amount != \"\"}\n <td>\n {$line.tax_rate|string_format:\"%.2f\"}%\n </td>\n <td>\n {$line.tax_amount|crmMoney}\n </td>\n {else}\n <td></td>\n <td></td>\n {/if}\n {/if}\n <td>\n {$line.line_total+$line.tax_amount|crmMoney}\n </td>\n {if !empty($pricesetFieldsCount) }\n <td>\n {$line.participant_count}\n </td>\n {/if}\n </tr>\n {/foreach}\n </table>\n </td>\n </tr>\n {/if}\n {/foreach}\n {if !empty($dataArray)}\n {if $totalAmount and $totalTaxAmount}\n <tr>\n <td {$labelStyle}>\n {ts}Amount Before Tax:{/ts}\n </td>\n <td {$valueStyle}>\n {$totalAmount-$totalTaxAmount|crmMoney}\n </td>\n </tr>\n {/if}\n {foreach from=$dataArray item=value key=priceset}\n <tr>\n {if $priceset || $priceset == 0}\n <td> {$taxTerm} {$priceset|string_format:\"%.2f\"}%</td>\n <td> {$value|crmMoney:$currency}</td>\n {else}\n <td> {ts}No{/ts} {$taxTerm}</td>\n <td> {$value|crmMoney:$currency}</td>\n {/if}\n </tr>\n {/foreach}\n {/if}\n {/if}\n\n {if !empty($amount) && !$lineItem}\n {foreach from=$amount item=amnt key=level}\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n {$amnt.amount|crmMoney} {$amnt.label}\n </td>\n </tr>\n {/foreach}\n {/if}\n {if $totalTaxAmount}\n <tr>\n <td {$labelStyle}>\n {ts}Total Tax Amount{/ts}\n </td>\n <td {$valueStyle}>\n {$totalTaxAmount|crmMoney:$currency}\n </td>\n </tr>\n {/if}\n {if !empty($isPrimary)}\n <tr>\n <td {$labelStyle}>\n {if isset($balanceAmount)}\n {ts}Total Paid{/ts}\n {else}\n {ts}Total Amount{/ts}\n {/if}\n </td>\n <td {$valueStyle}>\n {if !empty($totalAmount)}{$totalAmount|crmMoney}{/if} {if !empty($hookDiscount.message)}({$hookDiscount.message}){/if}\n </td>\n </tr>\n {if isset($balanceAmount)}\n <tr>\n <td {$labelStyle}>\n {ts}Balance{/ts}\n </td>\n <td {$valueStyle}>\n {$balanceAmount|crmMoney}\n </td>\n </tr>\n {/if}\n {if !empty($pricesetFieldsCount) }\n <tr>\n <td {$labelStyle}>\n {ts}Total Participants{/ts}</td>\n <td {$valueStyle}>\n {assign var=\"count\" value= 0}\n {foreach from=$lineItem item=pcount}\n {assign var=\"lineItemCount\" value=0}\n {if $pcount neq \'skip\'}\n {foreach from=$pcount item=p_count}\n {assign var=\"lineItemCount\" value=$lineItemCount+$p_count.participant_count}\n {/foreach}\n {if $lineItemCount < 1 }\n assign var=\"lineItemCount\" value=1}\n {/if}\n {assign var=\"count\" value=$count+$lineItemCount}\n {/if}\n {/foreach}\n {$count}\n </td>\n </tr>\n {/if}\n {if $is_pay_later}\n <tr>\n <td colspan=\"2\" {$labelStyle}>\n {$pay_later_receipt}\n </td>\n </tr>\n {/if}\n\n {if $register_date}\n <tr>\n <td {$labelStyle}>\n {ts}Registration Date{/ts}\n </td>\n <td {$valueStyle}>\n {$register_date|crmDate}\n </td>\n </tr>\n {/if}\n\n {if !empty($receive_date)}\n <tr>\n <td {$labelStyle}>\n {ts}Transaction Date{/ts}\n </td>\n <td {$valueStyle}>\n {$receive_date|crmDate}\n </td>\n </tr>\n {/if}\n\n {if !empty($financialTypeName)}\n <tr>\n <td {$labelStyle}>\n {ts}Financial Type{/ts}\n </td>\n <td {$valueStyle}>\n {$financialTypeName}\n </td>\n </tr>\n {/if}\n\n {if !empty($trxn_id)}\n <tr>\n <td {$labelStyle}>\n {ts}Transaction #{/ts}\n </td>\n <td {$valueStyle}>\n {$trxn_id}\n </td>\n </tr>\n {/if}\n\n {if !empty($paidBy)}\n <tr>\n <td {$labelStyle}>\n {ts}Paid By{/ts}\n </td>\n <td {$valueStyle}>\n {$paidBy}\n </td>\n </tr>\n {/if}\n\n {if !empty($checkNumber)}\n <tr>\n <td {$labelStyle}>\n {ts}Check Number{/ts}\n </td>\n <td {$valueStyle}>\n {$checkNumber}\n </td>\n </tr>\n {/if}\n\n {if !empty($billingName)}\n <tr>\n <th {$headerStyle}>\n {ts}Billing Name and Address{/ts}\n </th>\n </tr>\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n {$billingName}<br />\n {$address|nl2br}\n </td>\n </tr>\n {/if}\n\n {if !empty($credit_card_type)}\n <tr>\n <th {$headerStyle}>\n {ts}Credit Card Information{/ts}\n </th>\n </tr>\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n {$credit_card_type}<br />\n {$credit_card_number}<br />\n {ts}Expires{/ts}: {$credit_card_exp_date|truncate:7:\'\'|crmDate}\n </td>\n </tr>\n {/if}\n\n {/if}\n\n {/if} {* End of conditional section for Paid events *}\n\n {if !empty($customPre)}\n <tr>\n <th {$headerStyle}>\n {$customPre_grouptitle}\n </th>\n </tr>\n {foreach from=$customPre item=value key=customName}\n {if ( !empty($trackingFields) and ! in_array( $customName, $trackingFields ) ) or empty($trackingFields)}\n <tr>\n <td {$labelStyle}>\n {$customName}\n </td>\n <td {$valueStyle}>\n {$value}\n </td>\n </tr>\n {/if}\n {/foreach}\n {/if}\n\n {if !empty($customPost)}\n <tr>\n <th {$headerStyle}>\n {$customPost_grouptitle}\n </th>\n </tr>\n {foreach from=$customPost item=value key=customName}\n {if ( !empty($trackingFields) and ! in_array( $customName, $trackingFields ) ) or empty($trackingFields)}\n <tr>\n <td {$labelStyle}>\n {$customName}\n </td>\n <td {$valueStyle}>\n {$value}\n </td>\n </tr>\n {/if}\n {/foreach}\n {/if}\n\n {if !empty($customProfile)}\n {foreach from=$customProfile item=value key=customName}\n <tr>\n <th {$headerStyle}>\n {ts 1=$customName+1}Participant Information - Participant %1{/ts}\n </th>\n </tr>\n {foreach from=$value item=val key=field}\n {if $field eq \'additionalCustomPre\' or $field eq \'additionalCustomPost\'}\n <tr>\n <td colspan=\"2\" {$labelStyle}>\n {if $field eq \'additionalCustomPre\'}\n {$additionalCustomPre_grouptitle}\n {else}\n {$additionalCustomPost_grouptitle}\n {/if}\n </td>\n </tr>\n {foreach from=$val item=v key=f}\n <tr>\n <td {$labelStyle}>\n {$f}\n </td>\n <td {$valueStyle}>\n {$v}\n </td>\n </tr>\n {/foreach}\n {/if}\n {/foreach}\n {/foreach}\n {/if}\n\n {if !empty($customGroup)}\n {foreach from=$customGroup item=value key=customName}\n <tr>\n <th {$headerStyle}>\n {$customName}\n </th>\n </tr>\n {foreach from=$value item=v key=n}\n <tr>\n <td {$labelStyle}>\n {$n}\n </td>\n <td {$valueStyle}>\n {$v}\n </td>\n </tr>\n {/foreach}\n {/foreach}\n {/if}\n\n </table>\n </td>\n </tr>\n\n </table>\n\n</body>\n</html>\n',1,827,'event_offline_receipt',0,1,0,NULL), + (31,'Events - Registration Confirmation and Receipt (on-line)','{if !empty($isOnWaitlist)}{ts}Wait List Confirmation{/ts}{elseif !empty($isRequireApproval)}{ts}Registration Request Confirmation{/ts}{else}{ts}Registration Confirmation{/ts}{/if} - {event.title} - {contact.display_name}\n','{assign var=\"greeting\" value=\"{contact.email_greeting_display}\"}{if $greeting}{$greeting},{/if}\n{if !empty($event.confirm_email_text) AND (empty($isOnWaitlist) AND empty($isRequireApproval))}\n{$event.confirm_email_text}\n\n{else}\n {ts}Thank you for your registration.{/ts}\n {if $participant_status}{ts 1=$participant_status}This is a confirmation that your registration has been received and your status has been updated to %1.{/ts}\n {else}{if !empty($isOnWaitlist)}{ts}This is a confirmation that your registration has been received and your status has been updated to waitlisted.{/ts}{else}{ts}This is a confirmation that your registration has been received and your status has been updated to registered.{/ts}{/if}\n {/if}\n{/if}\n\n{if !empty($isOnWaitlist)}\n==========================================================={if !empty($pricesetFieldsCount)}===================={/if}\n\n{ts}You have been added to the WAIT LIST for this event.{/ts}\n\n{if !empty($isPrimary)}\n{ts}If space becomes available you will receive an email with a link to a web page where you can complete your registration.{/ts}\n{/if}\n==========================================================={if !empty($pricesetFieldsCount)}===================={/if}\n\n{elseif !empty($isRequireApproval)}\n==========================================================={if !empty($pricesetFieldsCount)}===================={/if}\n\n{ts}Your registration has been submitted.{/ts}\n\n{if !empty($isPrimary)}\n{ts}Once your registration has been reviewed, you will receive an email with a link to a web page where you can complete the registration process.{/ts}\n\n{/if}\n==========================================================={if !empty($pricesetFieldsCount)}===================={/if}\n\n{elseif !empty($is_pay_later) && empty($isAmountzero) && empty($isAdditionalParticipant)}\n\n==========================================================={if !empty($pricesetFieldsCount)}===================={/if}\n\n{if isset($pay_later_receipt)}{$pay_later_receipt}{/if}\n==========================================================={if !empty($pricesetFieldsCount)}===================={/if}\n\n{/if}\n\n\n==========================================================={if !empty($pricesetFieldsCount)}===================={/if}\n\n{ts}Event Information and Location{/ts}\n\n==========================================================={if !empty($pricesetFieldsCount)}===================={/if}\n\n{event.title}\n{event.start_date|crmDate:\"%A\"} {event.start_date|crmDate}{if $event.event_end_date}-{if $event.event_end_date|crmDate:\"%Y%m%d\" == $event.event_start_date|crmDate:\"%Y%m%d\"}{$event.event_end_date|crmDate:0:1}{else}{$event.event_end_date|crmDate:\"%A\"} {$event.event_end_date|crmDate}{/if}{/if}\n{if !empty($conference_sessions)}\n\n\n{ts}Your schedule:{/ts}\n{assign var=\'group_by_day\' value=\'NA\'}\n{foreach from=$conference_sessions item=session}\n{if $session.start_date|crmDate:\"%Y/%m/%d\" != $group_by_day|crmDate:\"%Y/%m/%d\"}\n{assign var=\'group_by_day\' value=$session.start_date}\n\n{$group_by_day|crmDate:\"%m/%d/%Y\"}\n\n\n{/if}\n{$session.start_date|crmDate:0:1}{if $session.end_date}-{$session.end_date|crmDate:0:1}{/if} {$session.title}\n{if $session.location} {$session.location}{/if}\n{/foreach}\n{/if}\n\n{if !empty($event.participant_role) and $event.participant_role neq \'Attendee\' and !empty($defaultRole)}\n{ts}Participant Role{/ts}: {$event.participant_role}\n{/if}\n\n{if !empty($isShowLocation)}\n{$location.address.1.display|strip_tags:false}\n{/if}{*End of isShowLocation condition*}\n\n{if !empty($location.phone.1.phone) || !empty($location.email.1.email)}\n\n{ts}Event Contacts:{/ts}\n{foreach from=$location.phone item=phone}\n{if $phone.phone}\n\n{if $phone.phone_type}{$phone.phone_type_display}{else}{ts}Phone{/ts}{/if}: {$phone.phone}{/if} {if $phone.phone_ext} {ts}ext.{/ts} {$phone.phone_ext}{/if}\n{/foreach}\n{foreach from=$location.email item=eventEmail}\n{if $eventEmail.email}\n\n{ts}Email{/ts}: {$eventEmail.email}{/if}{/foreach}\n{/if}\n\n{if !empty($event.is_public)}\n{capture assign=icalFeed}{crmURL p=\'civicrm/event/ical\' q=\"reset=1&id=`$event.id`\" h=0 a=1 fe=1}{/capture}\n{ts}Download iCalendar entry for this event.{/ts} {$icalFeed}\n{capture assign=gCalendar}{crmURL p=\'civicrm/event/ical\' q=\"gCalendar=1&reset=1&id=`$event.id`\" h=0 a=1 fe=1}{/capture}\n{ts}Add event to Google Calendar{/ts} {$gCalendar}\n{/if}\n\n{if !empty($payer.name)}\nYou were registered by: {$payer.name}\n{/if}\n{if !empty($event.is_monetary) and empty($isRequireApproval)} {* This section for Paid events only.*}\n\n==========================================================={if !empty($pricesetFieldsCount)}===================={/if}\n\n{if !empty ($event.fee_label)}{$event.fee_label}{/if}\n==========================================================={if !empty($pricesetFieldsCount)}===================={/if}\n\n{if !empty($lineItem)}{foreach from=$lineItem item=value key=priceset}\n\n{if $value neq \'skip\'}\n{if !empty($isPrimary)}\n{if $lineItem|@count GT 1} {* Header for multi participant registration cases. *}\n{ts 1=$priceset+1}Participant %1{/ts} {if !empty($part.$priceset)}{$part.$priceset.info}{/if}\n\n{/if}\n{/if}\n-----------------------------------------------------------{if !empty($pricesetFieldsCount)}-----------------------------------------------------{/if}\n\n{capture assign=ts_item}{ts}Item{/ts}{/capture}\n{capture assign=ts_qty}{ts}Qty{/ts}{/capture}\n{capture assign=ts_each}{ts}Each{/ts}{/capture}\n{if !empty($dataArray)}\n{capture assign=ts_subtotal}{ts}Subtotal{/ts}{/capture}\n{capture assign=ts_taxRate}{ts}Tax Rate{/ts}{/capture}\n{capture assign=ts_taxAmount}{ts}Tax Amount{/ts}{/capture}\n{/if}\n{capture assign=ts_total}{ts}Total{/ts}{/capture}\n{if !empty($pricesetFieldsCount) }{capture assign=ts_participant_total}{ts}Total Participants{/ts}{/capture}{/if}\n{$ts_item|string_format:\"%-30s\"} {$ts_qty|string_format:\"%5s\"} {$ts_each|string_format:\"%10s\"} {if !empty($dataArray)} {$ts_subtotal|string_format:\"%10s\"} {$ts_taxRate|string_format:\"%10s\"} {$ts_taxAmount|string_format:\"%10s\"} {/if} {$ts_total|string_format:\"%10s\"} {if !empty($ts_participant_total)}{$ts_participant_total|string_format:\"%10s\"}{/if}\n-----------------------------------------------------------{if !empty($pricesetFieldsCount)}-----------------------------------------------------{/if}\n\n{foreach from=$value item=line}\n{if !empty($pricesetFieldsCount) }{capture assign=ts_participant_count}{$line.participant_count}{/capture}{/if}\n{capture assign=ts_item}{if $line.html_type eq \'Text\'}{$line.label}{else}{$line.field_title} - {$line.label}{/if} {if $line.description} {$line.description}{/if}{/capture}{$ts_item|truncate:30:\"...\"|string_format:\"%-30s\"} {$line.qty|string_format:\"%5s\"} {$line.unit_price|crmMoney:$currency|string_format:\"%10s\"} {if !empty($dataArray)} {$line.unit_price*$line.qty|crmMoney:$currency|string_format:\"%10s\"} {if $line.tax_rate || $line.tax_amount != \"\"} {$line.tax_rate|string_format:\"%.2f\"} % {$line.tax_amount|crmMoney:$currency|string_format:\"%10s\"} {else} {/if} {/if} {$line.line_total+$line.tax_amount|crmMoney:$currency|string_format:\"%10s\"}{if !empty($ts_participant_count)}{$ts_participant_count|string_format:\"%10s\"}{/if}\n{/foreach}\n----------------------------------------------------------------------------------------------------------------\n{if !empty($individual)}{ts}Participant Total{/ts} {$individual.$priceset.totalAmtWithTax-$individual.$priceset.totalTaxAmt|crmMoney:$currency|string_format:\"%29s\"} {$individual.$priceset.totalTaxAmt|crmMoney:$currency|string_format:\"%33s\"} {$individual.$priceset.totalAmtWithTax|crmMoney:$currency|string_format:\"%12s\"}{/if}\n{/if}\n{\"\"|string_format:\"%120s\"}\n{/foreach}\n{\"\"|string_format:\"%120s\"}\n\n{if !empty($dataArray)}\n{if isset($totalAmount) and isset($totalTaxAmount)}\n{ts}Amount before Tax:{/ts} {$totalAmount-$totalTaxAmount|crmMoney:$currency}\n{/if}\n\n{foreach from=$dataArray item=value key=priceset}\n{if $priceset || $priceset == 0}\n{$taxTerm} {$priceset|string_format:\"%.2f\"}%: {$value|crmMoney:$currency}\n{else}\n{ts}No{/ts} {$taxTerm}: {$value|crmMoney:$currency}\n{/if}\n{/foreach}\n{/if}\n{/if}\n\n{if !empty($amounts) && empty($lineItem)}\n{foreach from=$amounts item=amnt key=level}{$amnt.amount|crmMoney:$currency} {$amnt.label}\n{/foreach}\n{/if}\n\n{if isset($totalTaxAmount)}\n{ts}Total Tax Amount{/ts}: {$totalTaxAmount|crmMoney:$currency}\n{/if}\n{if !empty($isPrimary) }\n\n{ts}Total Amount{/ts}: {if !empty($totalAmount)}{$totalAmount|crmMoney:$currency}{/if} {if !empty($hookDiscount.message)}({$hookDiscount.message}){/if}\n\n{if !empty($pricesetFieldsCount) }\n {assign var=\"count\" value= 0}\n {foreach from=$lineItem item=pcount}\n {assign var=\"lineItemCount\" value=0}\n {if $pcount neq \'skip\'}\n {foreach from=$pcount item=p_count}\n {assign var=\"lineItemCount\" value=$lineItemCount+$p_count.participant_count}\n {/foreach}\n {if $lineItemCount < 1 }\n {assign var=\"lineItemCount\" value=1}\n {/if}\n {assign var=\"count\" value=$count+$lineItemCount}\n {/if}\n {/foreach}\n\n{ts}Total Participants{/ts}: {$count}\n{/if}\n\n{if $register_date}\n{ts}Registration Date{/ts}: {$register_date|crmDate}\n{/if}\n{if !empty($receive_date)}\n{ts}Transaction Date{/ts}: {$receive_date|crmDate}\n{/if}\n{if !empty($financialTypeName)}\n{ts}Financial Type{/ts}: {$financialTypeName}\n{/if}\n{if !empty($trxn_id)}\n{ts}Transaction #{/ts}: {$trxn_id}\n{/if}\n{if !empty($paidBy)}\n{ts}Paid By{/ts}: {$paidBy}\n{/if}\n{if !empty($checkNumber)}\n{ts}Check Number{/ts}: {$checkNumber}\n{/if}\n{if !empty($billingName)}\n\n==========================================================={if !empty($pricesetFieldsCount)}===================={/if}\n\n{ts}Billing Name and Address{/ts}\n\n==========================================================={if !empty($pricesetFieldsCount)}===================={/if}\n\n{$billingName}\n{$address}\n{/if}\n\n{if !empty($credit_card_type)}\n==========================================================={if !empty($pricesetFieldsCount)}===================={/if}\n\n{ts}Credit Card Information{/ts}\n\n==========================================================={if !empty($pricesetFieldsCount)}===================={/if}\n\n{$credit_card_type}\n{$credit_card_number}\n{ts}Expires{/ts}: {$credit_card_exp_date|truncate:7:\'\'|crmDate}\n{/if}\n{/if}\n{/if} {* End of conditional section for Paid events *}\n\n{if !empty($customPre)}\n{foreach from=$customPre item=customPr key=i}\n==========================================================={if !empty($pricesetFieldsCount)}===================={/if}\n\n{$customPre_grouptitle.$i}\n==========================================================={if !empty($pricesetFieldsCount)}===================={/if}\n\n{foreach from=$customPr item=customValue key=customName}\n{if ( !empty($trackingFields) and ! in_array( $customName, $trackingFields ) ) or empty($trackingFields)}\n {$customName}: {$customValue}\n{/if}\n{/foreach}\n{/foreach}\n{/if}\n\n{if !empty($customPost)}\n{foreach from=$customPost item=customPos key=j}\n==========================================================={if !empty($pricesetFieldsCount)}===================={/if}\n\n{$customPost_grouptitle.$j}\n==========================================================={if !empty($pricesetFieldsCount)}===================={/if}\n\n{foreach from=$customPos item=customValue key=customName}\n{if ( !empty($trackingFields) and ! in_array( $customName, $trackingFields ) ) or empty($trackingFields)}\n {$customName}: {$customValue}\n{/if}\n{/foreach}\n{/foreach}\n{/if}\n{if !empty($customProfile)}\n\n{foreach from=$customProfile.profile item=eachParticipant key=participantID}\n==========================================================={if !empty($pricesetFieldsCount)}===================={/if}\n\n{ts 1=$participantID+2}Participant Information - Participant %1{/ts}\n\n==========================================================={if !empty($pricesetFieldsCount)}===================={/if}\n\n{foreach from=$eachParticipant item=eachProfile key=pid}\n----------------------------------------------------------{if !empty($pricesetFieldsCount)}--------------------{/if}\n\n{$customProfile.title.$pid}\n----------------------------------------------------------{if !empty($pricesetFieldsCount)}--------------------{/if}\n\n{foreach from=$eachProfile item=val key=field}\n{foreach from=$val item=v key=f}\n{$field}: {$v}\n{/foreach}\n{/foreach}\n{/foreach}\n{/foreach}\n{/if}\n\n{if !empty($event.allow_selfcancelxfer) }\n{ts 1=$selfcancelxfer_time 2=$selfservice_preposition}You may transfer your registration to another participant or cancel your registration up to %1 hours %2 the event.{/ts} {if !empty($totalAmount)}{ts}Cancellations are not refundable.{/ts}{/if}\n {capture assign=selfService}{crmURL p=\'civicrm/event/selfsvcupdate\' q=\"reset=1&pid=`$participant.id`&{contact.checksum}\" h=0 a=1 fe=1}{/capture}\n{ts}Transfer or cancel your registration:{/ts} {$selfService}\n{/if}\n','<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n<head>\n <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n <title></title>\n</head>\n<body>\n\n{capture assign=headerStyle}colspan=\"2\" style=\"text-align: left; padding: 4px; border-bottom: 1px solid #999; background-color: #eee;\"{/capture}\n{capture assign=labelStyle }style=\"padding: 4px; border-bottom: 1px solid #999; background-color: #f7f7f7;\"{/capture}\n{capture assign=valueStyle }style=\"padding: 4px; border-bottom: 1px solid #999;\"{/capture}\n{capture assign=tdfirstStyle}style=\"width: 180px; padding-bottom: 15px;\"{/capture}\n{capture assign=tdStyle}style=\"width: 100px;\"{/capture}\n{capture assign=participantTotal}style=\"margin: 0.5em 0 0.5em;padding: 0.5em;background-color: #999999;font-weight: bold;color: #FAFAFA;border-radius: 2px;\"{/capture}\n\n\n <table id=\"crm-event_receipt\" style=\"font-family: Arial, Verdana, sans-serif; text-align: left; width:100%; max-width:700px; padding:0; margin:0; border:0px;\">\n\n <!-- BEGIN HEADER -->\n <!-- You can add table row(s) here with logo or other header elements -->\n <!-- END HEADER -->\n\n <!-- BEGIN CONTENT -->\n\n <tr>\n <td>\n {assign var=\"greeting\" value=\"{contact.email_greeting_display}\"}{if $greeting}<p>{$greeting},</p>{/if}\n\n {if !empty($event.confirm_email_text) AND (empty($isOnWaitlist) AND empty($isRequireApproval))}\n <p>{$event.confirm_email_text|htmlize}</p>\n\n {else}\n <p>{ts}Thank you for your registration.{/ts}\n {if $participant_status}{ts 1=$participant_status}This is a confirmation that your registration has been received and your status has been updated to <strong> %1</strong>.{/ts}\n {else}{if $isOnWaitlist}{ts}This is a confirmation that your registration has been received and your status has been updated to <strong>waitlisted</strong>.{/ts}{else}{ts}This is a confirmation that your registration has been received and your status has been updated to <strong>registered<strong>.{/ts}{/if}{/if}</p>\n\n {/if}\n\n <p>\n {if !empty($isOnWaitlist)}\n <p>{ts}You have been added to the WAIT LIST for this event.{/ts}</p>\n {if !empty($isPrimary)}\n <p>{ts}If space becomes available you will receive an email with a link to a web page where you can complete your registration.{/ts}</p>\n {/if}\n {elseif !empty($isRequireApproval)}\n <p>{ts}Your registration has been submitted.{/ts}</p>\n {if !empty($isPrimary)}\n <p>{ts}Once your registration has been reviewed, you will receive an email with a link to a web page where you can complete the registration process.{/ts}</p>\n {/if}\n {elseif !empty($is_pay_later) && empty($isAmountzero) && empty($isAdditionalParticipant)}\n <p>{if isset($pay_later_receipt)}{$pay_later_receipt}{/if}</p> {* FIXME: this might be text rather than HTML *}\n {/if}\n\n </td>\n </tr>\n <tr>\n <td>\n <table style=\"width:100%; max-width:700px; border: 1px solid #999; margin: 1em 0em 1em; border-collapse: collapse;\">\n <tr>\n <th {$headerStyle}>\n {ts}Event Information and Location{/ts}\n </th>\n </tr>\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n {event.title}<br />\n {event.start_date|crmDate:\"%A\"} {event.start_date|crmDate}{if $event.event_end_date}-{if $event.event_end_date|crmDate:\"%Y%m%d\" == $event.event_start_date|crmDate:\"%Y%m%d\"}{$event.event_end_date|crmDate:0:1}{else}{$event.event_end_date|crmDate:\"%A\"} {$event.event_end_date|crmDate}{/if}{/if}\n </td>\n </tr>\n\n\n {if $conference_sessions}\n <tr>\n <td colspan=\"2\" {$labelStyle}>\n {ts}Your schedule:{/ts}\n </td>\n </tr>\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n {assign var=\'group_by_day\' value=\'NA\'}\n {foreach from=$conference_sessions item=session}\n {if $session.start_date|crmDate:\"%Y/%m/%d\" != $group_by_day|crmDate:\"%Y/%m/%d\"}\n {assign var=\'group_by_day\' value=$session.start_date}\n <em>{$group_by_day|crmDate:\"%m/%d/%Y\"}</em><br />\n {/if}\n {$session.start_date|crmDate:0:1}{if $session.end_date}-{$session.end_date|crmDate:0:1}{/if} {$session.title}<br />\n {if $session.location} {$session.location}<br />{/if}\n {/foreach}\n </td>\n </tr>\n {/if}\n\n {if !empty($event.participant_role) and $event.participant_role neq \'Attendee\' and !empty($defaultRole)}\n <tr>\n <td {$labelStyle}>\n {ts}Participant Role{/ts}\n </td>\n <td {$valueStyle}>\n {$event.participant_role}\n </td>\n </tr>\n {/if}\n\n {if !empty($isShowLocation)}\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n {$location.address.1.display|nl2br}\n </td>\n </tr>\n {/if}\n\n {if !empty($location.phone.1.phone) || !empty($location.email.1.email)}\n <tr>\n <td colspan=\"2\" {$labelStyle}>\n {ts}Event Contacts:{/ts}\n </td>\n </tr>\n {foreach from=$location.phone item=phone}\n {if $phone.phone}\n <tr>\n <td {$labelStyle}>\n {if $phone.phone_type}\n {$phone.phone_type_display}\n {else}\n {ts}Phone{/ts}\n {/if}\n </td>\n <td {$valueStyle}>\n {$phone.phone} {if $phone.phone_ext} {ts}ext.{/ts} {$phone.phone_ext}{/if}\n </td>\n </tr>\n {/if}\n {/foreach}\n {foreach from=$location.email item=eventEmail}\n {if $eventEmail.email}\n <tr>\n <td {$labelStyle}>\n {ts}Email{/ts}\n </td>\n <td {$valueStyle}>\n {$eventEmail.email}\n </td>\n </tr>\n {/if}\n {/foreach}\n {/if}\n\n {if !empty($event.is_public)}\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n {capture assign=icalFeed}{crmURL p=\'civicrm/event/ical\' q=\"reset=1&id=`$event.id`\" h=0 a=1 fe=1}{/capture}\n <a href=\"{$icalFeed}\">{ts}Download iCalendar entry for this event.{/ts}</a>\n </td>\n </tr>\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n {capture assign=gCalendar}{crmURL p=\'civicrm/event/ical\' q=\"gCalendar=1&reset=1&id=`$event.id`\" h=0 a=1 fe=1}{/capture}\n <a href=\"{$gCalendar}\">{ts}Add event to Google Calendar{/ts}</a>\n </td>\n </tr>\n {/if}\n\n {if !empty($event.is_share)}\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n {capture assign=eventUrl}{crmURL p=\'civicrm/event/info\' q=\"id=`$event.id`&reset=1\" a=true fe=1 h=1}{/capture}\n {include file=\"CRM/common/SocialNetwork.tpl\" emailMode=true url=$eventUrl title=$event.title pageURL=$eventUrl}\n </td>\n </tr>\n {/if}\n {if !empty($payer.name)}\n <tr>\n <th {$headerStyle}>\n {ts}You were registered by:{/ts}\n </th>\n </tr>\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n {$payer.name}\n </td>\n </tr>\n {/if}\n {if !empty($event.is_monetary) and empty($isRequireApproval)}\n\n <tr>\n <th {$headerStyle}>\n {if !empty($event.fee_label)}{$event.fee_label}{/if}\n </th>\n </tr>\n\n {if !empty($lineItem)}\n {foreach from=$lineItem item=value key=priceset}\n {if $value neq \'skip\'}\n {if !empty($isPrimary)}\n {if $lineItem|@count GT 1} {* Header for multi participant registration cases. *}\n <tr>\n <td colspan=\"2\" {$labelStyle}>\n {ts 1=$priceset+1}Participant %1{/ts} {if !empty($part.$priceset)}{$part.$priceset.info}{/if}\n </td>\n </tr>\n {/if}\n {/if}\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n <table>\n <tr>\n <th>{ts}Item{/ts}</th>\n <th>{ts}Qty{/ts}</th>\n <th>{ts}Each{/ts}</th>\n {if !empty($dataArray)}\n <th>{ts}SubTotal{/ts}</th>\n <th>{ts}Tax Rate{/ts}</th>\n <th>{ts}Tax Amount{/ts}</th>\n {/if}\n <th>{ts}Total{/ts}</th>\n {if !empty($pricesetFieldsCount) }<th>{ts}Total Participants{/ts}</th>{/if}\n </tr>\n {foreach from=$value item=line}\n <tr>\n <td {$tdfirstStyle}>\n {if $line.html_type eq \'Text\'}{$line.label}{else}{$line.field_title} - {$line.label}{/if} {if $line.description}<div>{$line.description|truncate:30:\"...\"}</div>{/if}\n </td>\n <td {$tdStyle} align=\"middle\">\n {$line.qty}\n </td>\n <td {$tdStyle}>\n {$line.unit_price|crmMoney:$currency}\n </td>\n {if !empty($dataArray)}\n <td {$tdStyle}>\n {$line.unit_price*$line.qty|crmMoney}\n </td>\n {if $line.tax_rate || $line.tax_amount != \"\"}\n <td {$tdStyle}>\n {$line.tax_rate|string_format:\"%.2f\"}%\n </td>\n <td {$tdStyle}>\n {$line.tax_amount|crmMoney}\n </td>\n {else}\n <td></td>\n <td></td>\n {/if}\n {/if}\n <td {$tdStyle}>\n {$line.line_total+$line.tax_amount|crmMoney:$currency}\n </td>\n {if !empty($pricesetFieldsCount) }<td {$tdStyle}>{$line.participant_count}</td> {/if}\n </tr>\n {/foreach}\n {if !empty($individual)}\n <tr {$participantTotal}>\n <td colspan=3>{ts}Participant Total{/ts}</td>\n <td colspan=2>{$individual.$priceset.totalAmtWithTax-$individual.$priceset.totalTaxAmt|crmMoney}</td>\n <td colspan=1>{$individual.$priceset.totalTaxAmt|crmMoney}</td>\n <td colspan=2>{$individual.$priceset.totalAmtWithTax|crmMoney}</td>\n </tr>\n {/if}\n </table>\n </td>\n </tr>\n {/if}\n {/foreach}\n {if !empty($dataArray)}\n {if isset($totalAmount) and isset($totalTaxAmount)}\n <tr>\n <td {$labelStyle}>\n {ts} Amount Before Tax: {/ts}\n </td>\n <td {$valueStyle}>\n {$totalAmount-$totalTaxAmount|crmMoney}\n </td>\n </tr>\n {/if}\n {foreach from=$dataArray item=value key=priceset}\n <tr>\n {if $priceset || $priceset == 0}\n <td> {$taxTerm} {$priceset|string_format:\"%.2f\"}%</td>\n <td> {$value|crmMoney:$currency}</td>\n {else}\n <td> {ts}No{/ts} {$taxTerm}</td>\n <td> {$value|crmMoney:$currency}</td>\n {/if}\n </tr>\n {/foreach}\n {/if}\n {/if}\n\n {if !empty($amounts) && empty($lineItem)}\n {foreach from=$amounts item=amnt key=level}\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n {$amnt.amount|crmMoney:$currency} {$amnt.label}\n </td>\n </tr>\n {/foreach}\n {/if}\n\n {if isset($totalTaxAmount)}\n <tr>\n <td {$labelStyle}>\n {ts}Total Tax Amount{/ts}\n </td>\n <td {$valueStyle}>\n {$totalTaxAmount|crmMoney:$currency}\n </td>\n </tr>\n {/if}\n {if !empty($isPrimary)}\n <tr>\n <td {$labelStyle}>\n {ts}Total Amount{/ts}\n </td>\n <td {$valueStyle}>\n {if !empty($totalAmount)}{$totalAmount|crmMoney:$currency}{/if} {if !empty($hookDiscount.message)}({$hookDiscount.message}){/if}\n </td>\n </tr>\n {if !empty($pricesetFieldsCount) }\n <tr>\n <td {$labelStyle}>\n {ts}Total Participants{/ts}</td>\n <td {$valueStyle}>\n {assign var=\"count\" value= 0}\n {foreach from=$lineItem item=pcount}\n {assign var=\"lineItemCount\" value=0}\n {if $pcount neq \'skip\'}\n {foreach from=$pcount item=p_count}\n {assign var=\"lineItemCount\" value=$lineItemCount+$p_count.participant_count}\n {/foreach}\n {if $lineItemCount < 1 }\n {assign var=\"lineItemCount\" value=1}\n {/if}\n {assign var=\"count\" value=$count+$lineItemCount}\n {/if}\n {/foreach}\n {$count}\n </td> </tr>\n {/if}\n\n {if $register_date}\n <tr>\n <td {$labelStyle}>\n {ts}Registration Date{/ts}\n </td>\n <td {$valueStyle}>\n {$register_date|crmDate}\n </td>\n </tr>\n {/if}\n\n {if !empty($receive_date)}\n <tr>\n <td {$labelStyle}>\n {ts}Transaction Date{/ts}\n </td>\n <td {$valueStyle}>\n {$receive_date|crmDate}\n </td>\n </tr>\n {/if}\n\n {if !empty($financialTypeName)}\n <tr>\n <td {$labelStyle}>\n {ts}Financial Type{/ts}\n </td>\n <td {$valueStyle}>\n {$financialTypeName}\n </td>\n </tr>\n {/if}\n\n {if !empty($trxn_id)}\n <tr>\n <td {$labelStyle}>\n {ts}Transaction #{/ts}\n </td>\n <td {$valueStyle}>\n {$trxn_id}\n </td>\n </tr>\n {/if}\n\n {if !empty($paidBy)}\n <tr>\n <td {$labelStyle}>\n {ts}Paid By{/ts}\n </td>\n <td {$valueStyle}>\n {$paidBy}\n </td>\n </tr>\n {/if}\n\n {if !empty($checkNumber)}\n <tr>\n <td {$labelStyle}>\n {ts}Check Number{/ts}\n </td>\n <td {$valueStyle}>\n {$checkNumber}\n </td>\n </tr>\n {/if}\n\n {if !empty($billingName)}\n <tr>\n <th {$headerStyle}>\n {ts}Billing Name and Address{/ts}\n </th>\n </tr>\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n {$billingName}<br />\n {$address|nl2br}\n </td>\n </tr>\n {/if}\n\n {if !empty($credit_card_type)}\n <tr>\n <th {$headerStyle}>\n {ts}Credit Card Information{/ts}\n </th>\n </tr>\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n {$credit_card_type}<br />\n {$credit_card_number}<br />\n {ts}Expires{/ts}: {$credit_card_exp_date|truncate:7:\'\'|crmDate}\n </td>\n </tr>\n {/if}\n\n {/if}\n\n {/if} {* End of conditional section for Paid events *}\n\n\n{if !empty($customPre)}\n{foreach from=$customPre item=customPr key=i}\n <tr> <th {$headerStyle}>{$customPre_grouptitle.$i}</th></tr>\n {foreach from=$customPr item=customValue key=customName}\n {if ( !empty($trackingFields) and ! in_array( $customName, $trackingFields ) ) or empty($trackingFields)}\n <tr>\n <td {$labelStyle}>{$customName}</td>\n <td {$valueStyle}>{$customValue}</td>\n </tr>\n {/if}\n {/foreach}\n{/foreach}\n{/if}\n\n{if !empty($customPost)}\n{foreach from=$customPost item=customPos key=j}\n <tr> <th {$headerStyle}>{$customPost_grouptitle.$j}</th></tr>\n {foreach from=$customPos item=customValue key=customName}\n {if (!empty($trackingFields) and ! in_array( $customName, $trackingFields ) ) or empty($trackingFields)}\n <tr>\n <td {$labelStyle}>{$customName}</td>\n <td {$valueStyle}>{$customValue}</td>\n </tr>\n{/if}\n{/foreach}\n{/foreach}\n{/if}\n\n{if !empty($customProfile)}\n{foreach from=$customProfile.profile item=eachParticipant key=participantID}\n <tr><th {$headerStyle}>{ts 1=$participantID+2}Participant %1{/ts} </th></tr>\n {foreach from=$eachParticipant item=eachProfile key=pid}\n <tr><th {$headerStyle}>{$customProfile.title.$pid}</th></tr>\n {foreach from=$eachProfile item=val key=field}\n <tr>{foreach from=$val item=v key=f}\n <td {$labelStyle}>{$field}</td>\n <td {$valueStyle}>{$v}</td>\n {/foreach}\n </tr>\n {/foreach}\n{/foreach}\n{/foreach}\n{/if}\n\n </table>\n {if !empty($event.allow_selfcancelxfer) }\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n {ts 1=$selfcancelxfer_time 2=$selfservice_preposition}You may transfer your registration to another participant or cancel your registration up to %1 hours %2 the event.{/ts} {if !empty($totalAmount)}{ts}Cancellations are not refundable.{/ts}{/if}<br />\n {capture assign=selfService}{crmURL p=\'civicrm/event/selfsvcupdate\' q=\"reset=1&pid=`$participant.id`&{contact.checksum}\" h=0 a=1 fe=1}{/capture}\n <a href=\"{$selfService}\">{ts}Click here to transfer or cancel your registration.{/ts}</a>\n </td>\n </tr>\n {/if}\n </table>\n\n</body>\n</html>\n',1,828,'event_online_receipt',1,0,0,NULL), + (32,'Events - Registration Confirmation and Receipt (on-line)','{if !empty($isOnWaitlist)}{ts}Wait List Confirmation{/ts}{elseif !empty($isRequireApproval)}{ts}Registration Request Confirmation{/ts}{else}{ts}Registration Confirmation{/ts}{/if} - {event.title} - {contact.display_name}\n','{assign var=\"greeting\" value=\"{contact.email_greeting_display}\"}{if $greeting}{$greeting},{/if}\n{if !empty($event.confirm_email_text) AND (empty($isOnWaitlist) AND empty($isRequireApproval))}\n{$event.confirm_email_text}\n\n{else}\n {ts}Thank you for your registration.{/ts}\n {if $participant_status}{ts 1=$participant_status}This is a confirmation that your registration has been received and your status has been updated to %1.{/ts}\n {else}{if !empty($isOnWaitlist)}{ts}This is a confirmation that your registration has been received and your status has been updated to waitlisted.{/ts}{else}{ts}This is a confirmation that your registration has been received and your status has been updated to registered.{/ts}{/if}\n {/if}\n{/if}\n\n{if !empty($isOnWaitlist)}\n==========================================================={if !empty($pricesetFieldsCount)}===================={/if}\n\n{ts}You have been added to the WAIT LIST for this event.{/ts}\n\n{if !empty($isPrimary)}\n{ts}If space becomes available you will receive an email with a link to a web page where you can complete your registration.{/ts}\n{/if}\n==========================================================={if !empty($pricesetFieldsCount)}===================={/if}\n\n{elseif !empty($isRequireApproval)}\n==========================================================={if !empty($pricesetFieldsCount)}===================={/if}\n\n{ts}Your registration has been submitted.{/ts}\n\n{if !empty($isPrimary)}\n{ts}Once your registration has been reviewed, you will receive an email with a link to a web page where you can complete the registration process.{/ts}\n\n{/if}\n==========================================================={if !empty($pricesetFieldsCount)}===================={/if}\n\n{elseif !empty($is_pay_later) && empty($isAmountzero) && empty($isAdditionalParticipant)}\n\n==========================================================={if !empty($pricesetFieldsCount)}===================={/if}\n\n{if isset($pay_later_receipt)}{$pay_later_receipt}{/if}\n==========================================================={if !empty($pricesetFieldsCount)}===================={/if}\n\n{/if}\n\n\n==========================================================={if !empty($pricesetFieldsCount)}===================={/if}\n\n{ts}Event Information and Location{/ts}\n\n==========================================================={if !empty($pricesetFieldsCount)}===================={/if}\n\n{event.title}\n{event.start_date|crmDate:\"%A\"} {event.start_date|crmDate}{if $event.event_end_date}-{if $event.event_end_date|crmDate:\"%Y%m%d\" == $event.event_start_date|crmDate:\"%Y%m%d\"}{$event.event_end_date|crmDate:0:1}{else}{$event.event_end_date|crmDate:\"%A\"} {$event.event_end_date|crmDate}{/if}{/if}\n{if !empty($conference_sessions)}\n\n\n{ts}Your schedule:{/ts}\n{assign var=\'group_by_day\' value=\'NA\'}\n{foreach from=$conference_sessions item=session}\n{if $session.start_date|crmDate:\"%Y/%m/%d\" != $group_by_day|crmDate:\"%Y/%m/%d\"}\n{assign var=\'group_by_day\' value=$session.start_date}\n\n{$group_by_day|crmDate:\"%m/%d/%Y\"}\n\n\n{/if}\n{$session.start_date|crmDate:0:1}{if $session.end_date}-{$session.end_date|crmDate:0:1}{/if} {$session.title}\n{if $session.location} {$session.location}{/if}\n{/foreach}\n{/if}\n\n{if !empty($event.participant_role) and $event.participant_role neq \'Attendee\' and !empty($defaultRole)}\n{ts}Participant Role{/ts}: {$event.participant_role}\n{/if}\n\n{if !empty($isShowLocation)}\n{$location.address.1.display|strip_tags:false}\n{/if}{*End of isShowLocation condition*}\n\n{if !empty($location.phone.1.phone) || !empty($location.email.1.email)}\n\n{ts}Event Contacts:{/ts}\n{foreach from=$location.phone item=phone}\n{if $phone.phone}\n\n{if $phone.phone_type}{$phone.phone_type_display}{else}{ts}Phone{/ts}{/if}: {$phone.phone}{/if} {if $phone.phone_ext} {ts}ext.{/ts} {$phone.phone_ext}{/if}\n{/foreach}\n{foreach from=$location.email item=eventEmail}\n{if $eventEmail.email}\n\n{ts}Email{/ts}: {$eventEmail.email}{/if}{/foreach}\n{/if}\n\n{if !empty($event.is_public)}\n{capture assign=icalFeed}{crmURL p=\'civicrm/event/ical\' q=\"reset=1&id=`$event.id`\" h=0 a=1 fe=1}{/capture}\n{ts}Download iCalendar entry for this event.{/ts} {$icalFeed}\n{capture assign=gCalendar}{crmURL p=\'civicrm/event/ical\' q=\"gCalendar=1&reset=1&id=`$event.id`\" h=0 a=1 fe=1}{/capture}\n{ts}Add event to Google Calendar{/ts} {$gCalendar}\n{/if}\n\n{if !empty($payer.name)}\nYou were registered by: {$payer.name}\n{/if}\n{if !empty($event.is_monetary) and empty($isRequireApproval)} {* This section for Paid events only.*}\n\n==========================================================={if !empty($pricesetFieldsCount)}===================={/if}\n\n{if !empty ($event.fee_label)}{$event.fee_label}{/if}\n==========================================================={if !empty($pricesetFieldsCount)}===================={/if}\n\n{if !empty($lineItem)}{foreach from=$lineItem item=value key=priceset}\n\n{if $value neq \'skip\'}\n{if !empty($isPrimary)}\n{if $lineItem|@count GT 1} {* Header for multi participant registration cases. *}\n{ts 1=$priceset+1}Participant %1{/ts} {if !empty($part.$priceset)}{$part.$priceset.info}{/if}\n\n{/if}\n{/if}\n-----------------------------------------------------------{if !empty($pricesetFieldsCount)}-----------------------------------------------------{/if}\n\n{capture assign=ts_item}{ts}Item{/ts}{/capture}\n{capture assign=ts_qty}{ts}Qty{/ts}{/capture}\n{capture assign=ts_each}{ts}Each{/ts}{/capture}\n{if !empty($dataArray)}\n{capture assign=ts_subtotal}{ts}Subtotal{/ts}{/capture}\n{capture assign=ts_taxRate}{ts}Tax Rate{/ts}{/capture}\n{capture assign=ts_taxAmount}{ts}Tax Amount{/ts}{/capture}\n{/if}\n{capture assign=ts_total}{ts}Total{/ts}{/capture}\n{if !empty($pricesetFieldsCount) }{capture assign=ts_participant_total}{ts}Total Participants{/ts}{/capture}{/if}\n{$ts_item|string_format:\"%-30s\"} {$ts_qty|string_format:\"%5s\"} {$ts_each|string_format:\"%10s\"} {if !empty($dataArray)} {$ts_subtotal|string_format:\"%10s\"} {$ts_taxRate|string_format:\"%10s\"} {$ts_taxAmount|string_format:\"%10s\"} {/if} {$ts_total|string_format:\"%10s\"} {if !empty($ts_participant_total)}{$ts_participant_total|string_format:\"%10s\"}{/if}\n-----------------------------------------------------------{if !empty($pricesetFieldsCount)}-----------------------------------------------------{/if}\n\n{foreach from=$value item=line}\n{if !empty($pricesetFieldsCount) }{capture assign=ts_participant_count}{$line.participant_count}{/capture}{/if}\n{capture assign=ts_item}{if $line.html_type eq \'Text\'}{$line.label}{else}{$line.field_title} - {$line.label}{/if} {if $line.description} {$line.description}{/if}{/capture}{$ts_item|truncate:30:\"...\"|string_format:\"%-30s\"} {$line.qty|string_format:\"%5s\"} {$line.unit_price|crmMoney:$currency|string_format:\"%10s\"} {if !empty($dataArray)} {$line.unit_price*$line.qty|crmMoney:$currency|string_format:\"%10s\"} {if $line.tax_rate || $line.tax_amount != \"\"} {$line.tax_rate|string_format:\"%.2f\"} % {$line.tax_amount|crmMoney:$currency|string_format:\"%10s\"} {else} {/if} {/if} {$line.line_total+$line.tax_amount|crmMoney:$currency|string_format:\"%10s\"}{if !empty($ts_participant_count)}{$ts_participant_count|string_format:\"%10s\"}{/if}\n{/foreach}\n----------------------------------------------------------------------------------------------------------------\n{if !empty($individual)}{ts}Participant Total{/ts} {$individual.$priceset.totalAmtWithTax-$individual.$priceset.totalTaxAmt|crmMoney:$currency|string_format:\"%29s\"} {$individual.$priceset.totalTaxAmt|crmMoney:$currency|string_format:\"%33s\"} {$individual.$priceset.totalAmtWithTax|crmMoney:$currency|string_format:\"%12s\"}{/if}\n{/if}\n{\"\"|string_format:\"%120s\"}\n{/foreach}\n{\"\"|string_format:\"%120s\"}\n\n{if !empty($dataArray)}\n{if isset($totalAmount) and isset($totalTaxAmount)}\n{ts}Amount before Tax:{/ts} {$totalAmount-$totalTaxAmount|crmMoney:$currency}\n{/if}\n\n{foreach from=$dataArray item=value key=priceset}\n{if $priceset || $priceset == 0}\n{$taxTerm} {$priceset|string_format:\"%.2f\"}%: {$value|crmMoney:$currency}\n{else}\n{ts}No{/ts} {$taxTerm}: {$value|crmMoney:$currency}\n{/if}\n{/foreach}\n{/if}\n{/if}\n\n{if !empty($amounts) && empty($lineItem)}\n{foreach from=$amounts item=amnt key=level}{$amnt.amount|crmMoney:$currency} {$amnt.label}\n{/foreach}\n{/if}\n\n{if isset($totalTaxAmount)}\n{ts}Total Tax Amount{/ts}: {$totalTaxAmount|crmMoney:$currency}\n{/if}\n{if !empty($isPrimary) }\n\n{ts}Total Amount{/ts}: {if !empty($totalAmount)}{$totalAmount|crmMoney:$currency}{/if} {if !empty($hookDiscount.message)}({$hookDiscount.message}){/if}\n\n{if !empty($pricesetFieldsCount) }\n {assign var=\"count\" value= 0}\n {foreach from=$lineItem item=pcount}\n {assign var=\"lineItemCount\" value=0}\n {if $pcount neq \'skip\'}\n {foreach from=$pcount item=p_count}\n {assign var=\"lineItemCount\" value=$lineItemCount+$p_count.participant_count}\n {/foreach}\n {if $lineItemCount < 1 }\n {assign var=\"lineItemCount\" value=1}\n {/if}\n {assign var=\"count\" value=$count+$lineItemCount}\n {/if}\n {/foreach}\n\n{ts}Total Participants{/ts}: {$count}\n{/if}\n\n{if $register_date}\n{ts}Registration Date{/ts}: {$register_date|crmDate}\n{/if}\n{if !empty($receive_date)}\n{ts}Transaction Date{/ts}: {$receive_date|crmDate}\n{/if}\n{if !empty($financialTypeName)}\n{ts}Financial Type{/ts}: {$financialTypeName}\n{/if}\n{if !empty($trxn_id)}\n{ts}Transaction #{/ts}: {$trxn_id}\n{/if}\n{if !empty($paidBy)}\n{ts}Paid By{/ts}: {$paidBy}\n{/if}\n{if !empty($checkNumber)}\n{ts}Check Number{/ts}: {$checkNumber}\n{/if}\n{if !empty($billingName)}\n\n==========================================================={if !empty($pricesetFieldsCount)}===================={/if}\n\n{ts}Billing Name and Address{/ts}\n\n==========================================================={if !empty($pricesetFieldsCount)}===================={/if}\n\n{$billingName}\n{$address}\n{/if}\n\n{if !empty($credit_card_type)}\n==========================================================={if !empty($pricesetFieldsCount)}===================={/if}\n\n{ts}Credit Card Information{/ts}\n\n==========================================================={if !empty($pricesetFieldsCount)}===================={/if}\n\n{$credit_card_type}\n{$credit_card_number}\n{ts}Expires{/ts}: {$credit_card_exp_date|truncate:7:\'\'|crmDate}\n{/if}\n{/if}\n{/if} {* End of conditional section for Paid events *}\n\n{if !empty($customPre)}\n{foreach from=$customPre item=customPr key=i}\n==========================================================={if !empty($pricesetFieldsCount)}===================={/if}\n\n{$customPre_grouptitle.$i}\n==========================================================={if !empty($pricesetFieldsCount)}===================={/if}\n\n{foreach from=$customPr item=customValue key=customName}\n{if ( !empty($trackingFields) and ! in_array( $customName, $trackingFields ) ) or empty($trackingFields)}\n {$customName}: {$customValue}\n{/if}\n{/foreach}\n{/foreach}\n{/if}\n\n{if !empty($customPost)}\n{foreach from=$customPost item=customPos key=j}\n==========================================================={if !empty($pricesetFieldsCount)}===================={/if}\n\n{$customPost_grouptitle.$j}\n==========================================================={if !empty($pricesetFieldsCount)}===================={/if}\n\n{foreach from=$customPos item=customValue key=customName}\n{if ( !empty($trackingFields) and ! in_array( $customName, $trackingFields ) ) or empty($trackingFields)}\n {$customName}: {$customValue}\n{/if}\n{/foreach}\n{/foreach}\n{/if}\n{if !empty($customProfile)}\n\n{foreach from=$customProfile.profile item=eachParticipant key=participantID}\n==========================================================={if !empty($pricesetFieldsCount)}===================={/if}\n\n{ts 1=$participantID+2}Participant Information - Participant %1{/ts}\n\n==========================================================={if !empty($pricesetFieldsCount)}===================={/if}\n\n{foreach from=$eachParticipant item=eachProfile key=pid}\n----------------------------------------------------------{if !empty($pricesetFieldsCount)}--------------------{/if}\n\n{$customProfile.title.$pid}\n----------------------------------------------------------{if !empty($pricesetFieldsCount)}--------------------{/if}\n\n{foreach from=$eachProfile item=val key=field}\n{foreach from=$val item=v key=f}\n{$field}: {$v}\n{/foreach}\n{/foreach}\n{/foreach}\n{/foreach}\n{/if}\n\n{if !empty($event.allow_selfcancelxfer) }\n{ts 1=$selfcancelxfer_time 2=$selfservice_preposition}You may transfer your registration to another participant or cancel your registration up to %1 hours %2 the event.{/ts} {if !empty($totalAmount)}{ts}Cancellations are not refundable.{/ts}{/if}\n {capture assign=selfService}{crmURL p=\'civicrm/event/selfsvcupdate\' q=\"reset=1&pid=`$participant.id`&{contact.checksum}\" h=0 a=1 fe=1}{/capture}\n{ts}Transfer or cancel your registration:{/ts} {$selfService}\n{/if}\n','<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n<head>\n <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n <title></title>\n</head>\n<body>\n\n{capture assign=headerStyle}colspan=\"2\" style=\"text-align: left; padding: 4px; border-bottom: 1px solid #999; background-color: #eee;\"{/capture}\n{capture assign=labelStyle }style=\"padding: 4px; border-bottom: 1px solid #999; background-color: #f7f7f7;\"{/capture}\n{capture assign=valueStyle }style=\"padding: 4px; border-bottom: 1px solid #999;\"{/capture}\n{capture assign=tdfirstStyle}style=\"width: 180px; padding-bottom: 15px;\"{/capture}\n{capture assign=tdStyle}style=\"width: 100px;\"{/capture}\n{capture assign=participantTotal}style=\"margin: 0.5em 0 0.5em;padding: 0.5em;background-color: #999999;font-weight: bold;color: #FAFAFA;border-radius: 2px;\"{/capture}\n\n\n <table id=\"crm-event_receipt\" style=\"font-family: Arial, Verdana, sans-serif; text-align: left; width:100%; max-width:700px; padding:0; margin:0; border:0px;\">\n\n <!-- BEGIN HEADER -->\n <!-- You can add table row(s) here with logo or other header elements -->\n <!-- END HEADER -->\n\n <!-- BEGIN CONTENT -->\n\n <tr>\n <td>\n {assign var=\"greeting\" value=\"{contact.email_greeting_display}\"}{if $greeting}<p>{$greeting},</p>{/if}\n\n {if !empty($event.confirm_email_text) AND (empty($isOnWaitlist) AND empty($isRequireApproval))}\n <p>{$event.confirm_email_text|htmlize}</p>\n\n {else}\n <p>{ts}Thank you for your registration.{/ts}\n {if $participant_status}{ts 1=$participant_status}This is a confirmation that your registration has been received and your status has been updated to <strong> %1</strong>.{/ts}\n {else}{if $isOnWaitlist}{ts}This is a confirmation that your registration has been received and your status has been updated to <strong>waitlisted</strong>.{/ts}{else}{ts}This is a confirmation that your registration has been received and your status has been updated to <strong>registered<strong>.{/ts}{/if}{/if}</p>\n\n {/if}\n\n <p>\n {if !empty($isOnWaitlist)}\n <p>{ts}You have been added to the WAIT LIST for this event.{/ts}</p>\n {if !empty($isPrimary)}\n <p>{ts}If space becomes available you will receive an email with a link to a web page where you can complete your registration.{/ts}</p>\n {/if}\n {elseif !empty($isRequireApproval)}\n <p>{ts}Your registration has been submitted.{/ts}</p>\n {if !empty($isPrimary)}\n <p>{ts}Once your registration has been reviewed, you will receive an email with a link to a web page where you can complete the registration process.{/ts}</p>\n {/if}\n {elseif !empty($is_pay_later) && empty($isAmountzero) && empty($isAdditionalParticipant)}\n <p>{if isset($pay_later_receipt)}{$pay_later_receipt}{/if}</p> {* FIXME: this might be text rather than HTML *}\n {/if}\n\n </td>\n </tr>\n <tr>\n <td>\n <table style=\"width:100%; max-width:700px; border: 1px solid #999; margin: 1em 0em 1em; border-collapse: collapse;\">\n <tr>\n <th {$headerStyle}>\n {ts}Event Information and Location{/ts}\n </th>\n </tr>\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n {event.title}<br />\n {event.start_date|crmDate:\"%A\"} {event.start_date|crmDate}{if $event.event_end_date}-{if $event.event_end_date|crmDate:\"%Y%m%d\" == $event.event_start_date|crmDate:\"%Y%m%d\"}{$event.event_end_date|crmDate:0:1}{else}{$event.event_end_date|crmDate:\"%A\"} {$event.event_end_date|crmDate}{/if}{/if}\n </td>\n </tr>\n\n\n {if $conference_sessions}\n <tr>\n <td colspan=\"2\" {$labelStyle}>\n {ts}Your schedule:{/ts}\n </td>\n </tr>\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n {assign var=\'group_by_day\' value=\'NA\'}\n {foreach from=$conference_sessions item=session}\n {if $session.start_date|crmDate:\"%Y/%m/%d\" != $group_by_day|crmDate:\"%Y/%m/%d\"}\n {assign var=\'group_by_day\' value=$session.start_date}\n <em>{$group_by_day|crmDate:\"%m/%d/%Y\"}</em><br />\n {/if}\n {$session.start_date|crmDate:0:1}{if $session.end_date}-{$session.end_date|crmDate:0:1}{/if} {$session.title}<br />\n {if $session.location} {$session.location}<br />{/if}\n {/foreach}\n </td>\n </tr>\n {/if}\n\n {if !empty($event.participant_role) and $event.participant_role neq \'Attendee\' and !empty($defaultRole)}\n <tr>\n <td {$labelStyle}>\n {ts}Participant Role{/ts}\n </td>\n <td {$valueStyle}>\n {$event.participant_role}\n </td>\n </tr>\n {/if}\n\n {if !empty($isShowLocation)}\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n {$location.address.1.display|nl2br}\n </td>\n </tr>\n {/if}\n\n {if !empty($location.phone.1.phone) || !empty($location.email.1.email)}\n <tr>\n <td colspan=\"2\" {$labelStyle}>\n {ts}Event Contacts:{/ts}\n </td>\n </tr>\n {foreach from=$location.phone item=phone}\n {if $phone.phone}\n <tr>\n <td {$labelStyle}>\n {if $phone.phone_type}\n {$phone.phone_type_display}\n {else}\n {ts}Phone{/ts}\n {/if}\n </td>\n <td {$valueStyle}>\n {$phone.phone} {if $phone.phone_ext} {ts}ext.{/ts} {$phone.phone_ext}{/if}\n </td>\n </tr>\n {/if}\n {/foreach}\n {foreach from=$location.email item=eventEmail}\n {if $eventEmail.email}\n <tr>\n <td {$labelStyle}>\n {ts}Email{/ts}\n </td>\n <td {$valueStyle}>\n {$eventEmail.email}\n </td>\n </tr>\n {/if}\n {/foreach}\n {/if}\n\n {if !empty($event.is_public)}\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n {capture assign=icalFeed}{crmURL p=\'civicrm/event/ical\' q=\"reset=1&id=`$event.id`\" h=0 a=1 fe=1}{/capture}\n <a href=\"{$icalFeed}\">{ts}Download iCalendar entry for this event.{/ts}</a>\n </td>\n </tr>\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n {capture assign=gCalendar}{crmURL p=\'civicrm/event/ical\' q=\"gCalendar=1&reset=1&id=`$event.id`\" h=0 a=1 fe=1}{/capture}\n <a href=\"{$gCalendar}\">{ts}Add event to Google Calendar{/ts}</a>\n </td>\n </tr>\n {/if}\n\n {if !empty($event.is_share)}\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n {capture assign=eventUrl}{crmURL p=\'civicrm/event/info\' q=\"id=`$event.id`&reset=1\" a=true fe=1 h=1}{/capture}\n {include file=\"CRM/common/SocialNetwork.tpl\" emailMode=true url=$eventUrl title=$event.title pageURL=$eventUrl}\n </td>\n </tr>\n {/if}\n {if !empty($payer.name)}\n <tr>\n <th {$headerStyle}>\n {ts}You were registered by:{/ts}\n </th>\n </tr>\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n {$payer.name}\n </td>\n </tr>\n {/if}\n {if !empty($event.is_monetary) and empty($isRequireApproval)}\n\n <tr>\n <th {$headerStyle}>\n {if !empty($event.fee_label)}{$event.fee_label}{/if}\n </th>\n </tr>\n\n {if !empty($lineItem)}\n {foreach from=$lineItem item=value key=priceset}\n {if $value neq \'skip\'}\n {if !empty($isPrimary)}\n {if $lineItem|@count GT 1} {* Header for multi participant registration cases. *}\n <tr>\n <td colspan=\"2\" {$labelStyle}>\n {ts 1=$priceset+1}Participant %1{/ts} {if !empty($part.$priceset)}{$part.$priceset.info}{/if}\n </td>\n </tr>\n {/if}\n {/if}\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n <table>\n <tr>\n <th>{ts}Item{/ts}</th>\n <th>{ts}Qty{/ts}</th>\n <th>{ts}Each{/ts}</th>\n {if !empty($dataArray)}\n <th>{ts}SubTotal{/ts}</th>\n <th>{ts}Tax Rate{/ts}</th>\n <th>{ts}Tax Amount{/ts}</th>\n {/if}\n <th>{ts}Total{/ts}</th>\n {if !empty($pricesetFieldsCount) }<th>{ts}Total Participants{/ts}</th>{/if}\n </tr>\n {foreach from=$value item=line}\n <tr>\n <td {$tdfirstStyle}>\n {if $line.html_type eq \'Text\'}{$line.label}{else}{$line.field_title} - {$line.label}{/if} {if $line.description}<div>{$line.description|truncate:30:\"...\"}</div>{/if}\n </td>\n <td {$tdStyle} align=\"middle\">\n {$line.qty}\n </td>\n <td {$tdStyle}>\n {$line.unit_price|crmMoney:$currency}\n </td>\n {if !empty($dataArray)}\n <td {$tdStyle}>\n {$line.unit_price*$line.qty|crmMoney}\n </td>\n {if $line.tax_rate || $line.tax_amount != \"\"}\n <td {$tdStyle}>\n {$line.tax_rate|string_format:\"%.2f\"}%\n </td>\n <td {$tdStyle}>\n {$line.tax_amount|crmMoney}\n </td>\n {else}\n <td></td>\n <td></td>\n {/if}\n {/if}\n <td {$tdStyle}>\n {$line.line_total+$line.tax_amount|crmMoney:$currency}\n </td>\n {if !empty($pricesetFieldsCount) }<td {$tdStyle}>{$line.participant_count}</td> {/if}\n </tr>\n {/foreach}\n {if !empty($individual)}\n <tr {$participantTotal}>\n <td colspan=3>{ts}Participant Total{/ts}</td>\n <td colspan=2>{$individual.$priceset.totalAmtWithTax-$individual.$priceset.totalTaxAmt|crmMoney}</td>\n <td colspan=1>{$individual.$priceset.totalTaxAmt|crmMoney}</td>\n <td colspan=2>{$individual.$priceset.totalAmtWithTax|crmMoney}</td>\n </tr>\n {/if}\n </table>\n </td>\n </tr>\n {/if}\n {/foreach}\n {if !empty($dataArray)}\n {if isset($totalAmount) and isset($totalTaxAmount)}\n <tr>\n <td {$labelStyle}>\n {ts} Amount Before Tax: {/ts}\n </td>\n <td {$valueStyle}>\n {$totalAmount-$totalTaxAmount|crmMoney}\n </td>\n </tr>\n {/if}\n {foreach from=$dataArray item=value key=priceset}\n <tr>\n {if $priceset || $priceset == 0}\n <td> {$taxTerm} {$priceset|string_format:\"%.2f\"}%</td>\n <td> {$value|crmMoney:$currency}</td>\n {else}\n <td> {ts}No{/ts} {$taxTerm}</td>\n <td> {$value|crmMoney:$currency}</td>\n {/if}\n </tr>\n {/foreach}\n {/if}\n {/if}\n\n {if !empty($amounts) && empty($lineItem)}\n {foreach from=$amounts item=amnt key=level}\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n {$amnt.amount|crmMoney:$currency} {$amnt.label}\n </td>\n </tr>\n {/foreach}\n {/if}\n\n {if isset($totalTaxAmount)}\n <tr>\n <td {$labelStyle}>\n {ts}Total Tax Amount{/ts}\n </td>\n <td {$valueStyle}>\n {$totalTaxAmount|crmMoney:$currency}\n </td>\n </tr>\n {/if}\n {if !empty($isPrimary)}\n <tr>\n <td {$labelStyle}>\n {ts}Total Amount{/ts}\n </td>\n <td {$valueStyle}>\n {if !empty($totalAmount)}{$totalAmount|crmMoney:$currency}{/if} {if !empty($hookDiscount.message)}({$hookDiscount.message}){/if}\n </td>\n </tr>\n {if !empty($pricesetFieldsCount) }\n <tr>\n <td {$labelStyle}>\n {ts}Total Participants{/ts}</td>\n <td {$valueStyle}>\n {assign var=\"count\" value= 0}\n {foreach from=$lineItem item=pcount}\n {assign var=\"lineItemCount\" value=0}\n {if $pcount neq \'skip\'}\n {foreach from=$pcount item=p_count}\n {assign var=\"lineItemCount\" value=$lineItemCount+$p_count.participant_count}\n {/foreach}\n {if $lineItemCount < 1 }\n {assign var=\"lineItemCount\" value=1}\n {/if}\n {assign var=\"count\" value=$count+$lineItemCount}\n {/if}\n {/foreach}\n {$count}\n </td> </tr>\n {/if}\n\n {if $register_date}\n <tr>\n <td {$labelStyle}>\n {ts}Registration Date{/ts}\n </td>\n <td {$valueStyle}>\n {$register_date|crmDate}\n </td>\n </tr>\n {/if}\n\n {if !empty($receive_date)}\n <tr>\n <td {$labelStyle}>\n {ts}Transaction Date{/ts}\n </td>\n <td {$valueStyle}>\n {$receive_date|crmDate}\n </td>\n </tr>\n {/if}\n\n {if !empty($financialTypeName)}\n <tr>\n <td {$labelStyle}>\n {ts}Financial Type{/ts}\n </td>\n <td {$valueStyle}>\n {$financialTypeName}\n </td>\n </tr>\n {/if}\n\n {if !empty($trxn_id)}\n <tr>\n <td {$labelStyle}>\n {ts}Transaction #{/ts}\n </td>\n <td {$valueStyle}>\n {$trxn_id}\n </td>\n </tr>\n {/if}\n\n {if !empty($paidBy)}\n <tr>\n <td {$labelStyle}>\n {ts}Paid By{/ts}\n </td>\n <td {$valueStyle}>\n {$paidBy}\n </td>\n </tr>\n {/if}\n\n {if !empty($checkNumber)}\n <tr>\n <td {$labelStyle}>\n {ts}Check Number{/ts}\n </td>\n <td {$valueStyle}>\n {$checkNumber}\n </td>\n </tr>\n {/if}\n\n {if !empty($billingName)}\n <tr>\n <th {$headerStyle}>\n {ts}Billing Name and Address{/ts}\n </th>\n </tr>\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n {$billingName}<br />\n {$address|nl2br}\n </td>\n </tr>\n {/if}\n\n {if !empty($credit_card_type)}\n <tr>\n <th {$headerStyle}>\n {ts}Credit Card Information{/ts}\n </th>\n </tr>\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n {$credit_card_type}<br />\n {$credit_card_number}<br />\n {ts}Expires{/ts}: {$credit_card_exp_date|truncate:7:\'\'|crmDate}\n </td>\n </tr>\n {/if}\n\n {/if}\n\n {/if} {* End of conditional section for Paid events *}\n\n\n{if !empty($customPre)}\n{foreach from=$customPre item=customPr key=i}\n <tr> <th {$headerStyle}>{$customPre_grouptitle.$i}</th></tr>\n {foreach from=$customPr item=customValue key=customName}\n {if ( !empty($trackingFields) and ! in_array( $customName, $trackingFields ) ) or empty($trackingFields)}\n <tr>\n <td {$labelStyle}>{$customName}</td>\n <td {$valueStyle}>{$customValue}</td>\n </tr>\n {/if}\n {/foreach}\n{/foreach}\n{/if}\n\n{if !empty($customPost)}\n{foreach from=$customPost item=customPos key=j}\n <tr> <th {$headerStyle}>{$customPost_grouptitle.$j}</th></tr>\n {foreach from=$customPos item=customValue key=customName}\n {if (!empty($trackingFields) and ! in_array( $customName, $trackingFields ) ) or empty($trackingFields)}\n <tr>\n <td {$labelStyle}>{$customName}</td>\n <td {$valueStyle}>{$customValue}</td>\n </tr>\n{/if}\n{/foreach}\n{/foreach}\n{/if}\n\n{if !empty($customProfile)}\n{foreach from=$customProfile.profile item=eachParticipant key=participantID}\n <tr><th {$headerStyle}>{ts 1=$participantID+2}Participant %1{/ts} </th></tr>\n {foreach from=$eachParticipant item=eachProfile key=pid}\n <tr><th {$headerStyle}>{$customProfile.title.$pid}</th></tr>\n {foreach from=$eachProfile item=val key=field}\n <tr>{foreach from=$val item=v key=f}\n <td {$labelStyle}>{$field}</td>\n <td {$valueStyle}>{$v}</td>\n {/foreach}\n </tr>\n {/foreach}\n{/foreach}\n{/foreach}\n{/if}\n\n </table>\n {if !empty($event.allow_selfcancelxfer) }\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n {ts 1=$selfcancelxfer_time 2=$selfservice_preposition}You may transfer your registration to another participant or cancel your registration up to %1 hours %2 the event.{/ts} {if !empty($totalAmount)}{ts}Cancellations are not refundable.{/ts}{/if}<br />\n {capture assign=selfService}{crmURL p=\'civicrm/event/selfsvcupdate\' q=\"reset=1&pid=`$participant.id`&{contact.checksum}\" h=0 a=1 fe=1}{/capture}\n <a href=\"{$selfService}\">{ts}Click here to transfer or cancel your registration.{/ts}</a>\n </td>\n </tr>\n {/if}\n </table>\n\n</body>\n</html>\n',1,828,'event_online_receipt',0,1,0,NULL), (33,'Events - Receipt only','Receipt for {if $events_in_cart} Event Registration{/if} - {contact.display_name}\n','{assign var=\"greeting\" value=\"{contact.email_greeting_display}\"}{if $greeting}{$greeting},{/if}\n\n{if $is_pay_later}\n This is being sent to you as an acknowledgement that you have registered one or more members for the following workshop, event or purchase. Please note, however, that the status of your payment is pending, and the registration for this event will not be completed until your payment is received.\n{else}\n This is being sent to you as a {if !empty($is_refund)}confirmation of refund{else}receipt of payment made{/if} for the following workshop, event registration or purchase.\n{/if}\n\n{if $is_pay_later}\n {$pay_later_receipt}\n{/if}\n\n Your order number is #{$transaction_id}. {if !empty($line_items) && empty($is_refund)} Information about the workshops will be sent separately to each participant.{/if}\n Here\'s a summary of your transaction placed on {$transaction_date|crmDate:\"%D %I:%M %p %Z\"}:\n\n{if $billing_name}\n===========================================================\n{ts}Billing Name and Address{/ts}\n\n===========================================================\n{$billing_name}\n\n{$billing_street_address}\n\n{$billing_city}, {$billing_state} {$billing_postal_code}\n\n{$email}\n{/if}\n\n{if !empty($source)}\n{$source}\n{/if}\n\n\n{foreach from=$line_items item=line_item}\n{$line_item.event->title} ({$line_item.event->start_date|crmDate:\"%D\"})\n{if $line_item.event->is_show_location}\n {$line_item.location.address.1.display|strip_tags:false}\n{/if}{*End of isShowLocation condition*}\n{$line_item.event->start_date|crmDate:\"%D %I:%M %p\"} - {$line_item.event->end_date|crmDate:\"%I:%M %p\"}\n\n Quantity: {$line_item.num_participants}\n\n{if $line_item.num_participants > 0}\n {foreach from=$line_item.participants item=participant}\n {$participant.display_name}\n {/foreach}\n{/if}\n{if $line_item.num_waiting_participants > 0}\n Waitlisted:\n {foreach from=$line_item.waiting_participants item=participant}\n {$participant.display_name}\n {/foreach}\n{/if}\nCost: {$line_item.cost|crmMoney:$currency|string_format:\"%10s\"}\nTotal For This Event: {$line_item.amount|crmMoney:$currency|string_format:\"%10s\"}\n\n{/foreach}\n\n{if $discounts}\nSubtotal: {$sub_total|crmMoney:$currency|string_format:\"%10s\"}\n--------------------------------------\nDiscounts\n{foreach from=$discounts key=myId item=i}\n {$i.title}: -{$i.amount|crmMoney:$currency|string_format:\"%10s\"}\n{/foreach}\n{/if}\n======================================\nTotal: {$total|crmMoney:$currency|string_format:\"%10s\"}\n\n{if $credit_card_type}\n===========================================================\n{ts}Payment Information{/ts}\n\n===========================================================\n{$credit_card_type}\n{$credit_card_number}\n{ts}Expires{/ts}: {$credit_card_exp_date.M}/{$credit_card_exp_date.Y}\n{/if}\n\n If you have questions about the status of your registration or purchase please feel free to contact us.\n','<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n <head>\n <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n <title></title>\n </head>\n <body>\n {capture assign=headerStyle}colspan=\"2\" style=\"text-align: left; padding: 4px; border-bottom: 1px solid #999; background-color: #eee;\"{/capture}\n {capture assign=labelStyle }style=\"padding: 4px; border-bottom: 1px solid #999; background-color: #f7f7f7;\"{/capture}\n {capture assign=valueStyle }style=\"padding: 4px; border-bottom: 1px solid #999;\"{/capture}\n\n {assign var=\"greeting\" value=\"{contact.email_greeting_display}\"}{if $greeting}<p>{$greeting},</p>{/if}\n {if $is_pay_later}\n <p>\n This is being sent to you as an acknowledgement that you have registered one or more members for the following workshop, event or purchase. Please note, however, that the status of your payment is pending, and the registration for this event will not be completed until your payment is received.\n </p>\n {else}\n <p>\n This is being sent to you as a {if !empty($is_refund)}confirmation of refund{else}receipt of payment made{/if} for the following workshop, event registration or purchase.\n </p>\n {/if}\n\n {if $is_pay_later}\n <p>{$pay_later_receipt}</p>\n {/if}\n\n <p>Your order number is #{$transaction_id}. {if !empty($line_items) && empty($is_refund)} Information about the workshops will be sent separately to each participant.{/if}\n Here\'s a summary of your transaction placed on {$transaction_date|crmDate:\"%D %I:%M %p %Z\"}:</p>\n\n{if $billing_name}\n <table class=\"billing-info\">\n <tr>\n <th style=\"text-align: left;\">\n {ts}Billing Name and Address{/ts}\n </th>\n </tr>\n <tr>\n <td>\n {$billing_name}<br />\n {$billing_street_address}<br />\n {$billing_city}, {$billing_state} {$billing_postal_code}<br/>\n <br/>\n {$email}\n </td>\n </tr>\n </table>\n{/if}\n{if $credit_card_type}\n <p> </p>\n <table class=\"billing-info\">\n <tr>\n <th style=\"text-align: left;\">\n {ts}Credit Card Information{/ts}\n </th>\n </tr>\n <tr>\n <td>\n {$credit_card_type}<br />\n {$credit_card_number}<br />\n {ts}Expires{/ts}: {$credit_card_exp_date.M}/{$credit_card_exp_date.Y}\n </td>\n </tr>\n </table>\n{/if}\n{if !empty($source)}\n <p> </p>\n {$source}\n{/if}\n <p> </p>\n <table width=\"700\">\n <thead>\n <tr>\n{if $line_items}\n <th style=\"text-align: left;\">\n Event\n </th>\n <th style=\"text-align: left;\">\n Participants\n </th>\n{/if}\n <th style=\"text-align: left;\">\n Price\n </th>\n <th style=\"text-align: left;\">\n Total\n </th>\n </tr>\n </thead>\n <tbody>\n {foreach from=$line_items item=line_item}\n <tr>\n <td style=\"width: 220px\">\n {$line_item.event->title} ({$line_item.event->start_date|crmDate:\"%D\"})<br />\n {if $line_item.event->is_show_location}\n {$line_item.location.address.1.display|nl2br}\n {/if}{*End of isShowLocation condition*}<br /><br />\n {$line_item.event->start_date|crmDate:\"%D %I:%M %p\"} - {$line_item.event->end_date|crmDate:\"%I:%M %p\"}\n </td>\n <td style=\"width: 180px\">\n {$line_item.num_participants}\n {if $line_item.num_participants > 0}\n <div class=\"participants\" style=\"padding-left: 10px;\">\n {foreach from=$line_item.participants item=participant}\n {$participant.display_name}<br />\n {/foreach}\n </div>\n {/if}\n {if $line_item.num_waiting_participants > 0}\n Waitlisted:<br/>\n <div class=\"participants\" style=\"padding-left: 10px;\">\n {foreach from=$line_item.waiting_participants item=participant}\n {$participant.display_name}<br />\n {/foreach}\n </div>\n {/if}\n </td>\n <td style=\"width: 100px\">\n {$line_item.cost|crmMoney:$currency|string_format:\"%10s\"}\n </td>\n <td style=\"width: 100px\">\n {$line_item.amount|crmMoney:$currency|string_format:\"%10s\"}\n </td>\n </tr>\n {/foreach}\n </tbody>\n <tfoot>\n {if $discounts}\n <tr>\n <td>\n </td>\n <td>\n </td>\n <td>\n Subtotal:\n </td>\n <td>\n {$sub_total|crmMoney:$currency|string_format:\"%10s\"}\n </td>\n </tr>\n {foreach from=$discounts key=myId item=i}\n <tr>\n <td>\n {$i.title}\n </td>\n <td>\n </td>\n <td>\n </td>\n <td>\n -{$i.amount}\n </td>\n </tr>\n {/foreach}\n {/if}\n <tr>\n{if $line_items}\n <td>\n </td>\n <td>\n </td>\n{/if}\n <td>\n <strong>Total:</strong>\n </td>\n <td>\n <strong> {$total|crmMoney:$currency|string_format:\"%10s\"}</strong>\n </td>\n </tr>\n </tfoot>\n </table>\n\n If you have questions about the status of your registration or purchase please feel free to contact us.\n </body>\n</html>\n',1,829,'event_registration_receipt',1,0,0,NULL), (34,'Events - Receipt only','Receipt for {if $events_in_cart} Event Registration{/if} - {contact.display_name}\n','{assign var=\"greeting\" value=\"{contact.email_greeting_display}\"}{if $greeting}{$greeting},{/if}\n\n{if $is_pay_later}\n This is being sent to you as an acknowledgement that you have registered one or more members for the following workshop, event or purchase. Please note, however, that the status of your payment is pending, and the registration for this event will not be completed until your payment is received.\n{else}\n This is being sent to you as a {if !empty($is_refund)}confirmation of refund{else}receipt of payment made{/if} for the following workshop, event registration or purchase.\n{/if}\n\n{if $is_pay_later}\n {$pay_later_receipt}\n{/if}\n\n Your order number is #{$transaction_id}. {if !empty($line_items) && empty($is_refund)} Information about the workshops will be sent separately to each participant.{/if}\n Here\'s a summary of your transaction placed on {$transaction_date|crmDate:\"%D %I:%M %p %Z\"}:\n\n{if $billing_name}\n===========================================================\n{ts}Billing Name and Address{/ts}\n\n===========================================================\n{$billing_name}\n\n{$billing_street_address}\n\n{$billing_city}, {$billing_state} {$billing_postal_code}\n\n{$email}\n{/if}\n\n{if !empty($source)}\n{$source}\n{/if}\n\n\n{foreach from=$line_items item=line_item}\n{$line_item.event->title} ({$line_item.event->start_date|crmDate:\"%D\"})\n{if $line_item.event->is_show_location}\n {$line_item.location.address.1.display|strip_tags:false}\n{/if}{*End of isShowLocation condition*}\n{$line_item.event->start_date|crmDate:\"%D %I:%M %p\"} - {$line_item.event->end_date|crmDate:\"%I:%M %p\"}\n\n Quantity: {$line_item.num_participants}\n\n{if $line_item.num_participants > 0}\n {foreach from=$line_item.participants item=participant}\n {$participant.display_name}\n {/foreach}\n{/if}\n{if $line_item.num_waiting_participants > 0}\n Waitlisted:\n {foreach from=$line_item.waiting_participants item=participant}\n {$participant.display_name}\n {/foreach}\n{/if}\nCost: {$line_item.cost|crmMoney:$currency|string_format:\"%10s\"}\nTotal For This Event: {$line_item.amount|crmMoney:$currency|string_format:\"%10s\"}\n\n{/foreach}\n\n{if $discounts}\nSubtotal: {$sub_total|crmMoney:$currency|string_format:\"%10s\"}\n--------------------------------------\nDiscounts\n{foreach from=$discounts key=myId item=i}\n {$i.title}: -{$i.amount|crmMoney:$currency|string_format:\"%10s\"}\n{/foreach}\n{/if}\n======================================\nTotal: {$total|crmMoney:$currency|string_format:\"%10s\"}\n\n{if $credit_card_type}\n===========================================================\n{ts}Payment Information{/ts}\n\n===========================================================\n{$credit_card_type}\n{$credit_card_number}\n{ts}Expires{/ts}: {$credit_card_exp_date.M}/{$credit_card_exp_date.Y}\n{/if}\n\n If you have questions about the status of your registration or purchase please feel free to contact us.\n','<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n <head>\n <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n <title></title>\n </head>\n <body>\n {capture assign=headerStyle}colspan=\"2\" style=\"text-align: left; padding: 4px; border-bottom: 1px solid #999; background-color: #eee;\"{/capture}\n {capture assign=labelStyle }style=\"padding: 4px; border-bottom: 1px solid #999; background-color: #f7f7f7;\"{/capture}\n {capture assign=valueStyle }style=\"padding: 4px; border-bottom: 1px solid #999;\"{/capture}\n\n {assign var=\"greeting\" value=\"{contact.email_greeting_display}\"}{if $greeting}<p>{$greeting},</p>{/if}\n {if $is_pay_later}\n <p>\n This is being sent to you as an acknowledgement that you have registered one or more members for the following workshop, event or purchase. Please note, however, that the status of your payment is pending, and the registration for this event will not be completed until your payment is received.\n </p>\n {else}\n <p>\n This is being sent to you as a {if !empty($is_refund)}confirmation of refund{else}receipt of payment made{/if} for the following workshop, event registration or purchase.\n </p>\n {/if}\n\n {if $is_pay_later}\n <p>{$pay_later_receipt}</p>\n {/if}\n\n <p>Your order number is #{$transaction_id}. {if !empty($line_items) && empty($is_refund)} Information about the workshops will be sent separately to each participant.{/if}\n Here\'s a summary of your transaction placed on {$transaction_date|crmDate:\"%D %I:%M %p %Z\"}:</p>\n\n{if $billing_name}\n <table class=\"billing-info\">\n <tr>\n <th style=\"text-align: left;\">\n {ts}Billing Name and Address{/ts}\n </th>\n </tr>\n <tr>\n <td>\n {$billing_name}<br />\n {$billing_street_address}<br />\n {$billing_city}, {$billing_state} {$billing_postal_code}<br/>\n <br/>\n {$email}\n </td>\n </tr>\n </table>\n{/if}\n{if $credit_card_type}\n <p> </p>\n <table class=\"billing-info\">\n <tr>\n <th style=\"text-align: left;\">\n {ts}Credit Card Information{/ts}\n </th>\n </tr>\n <tr>\n <td>\n {$credit_card_type}<br />\n {$credit_card_number}<br />\n {ts}Expires{/ts}: {$credit_card_exp_date.M}/{$credit_card_exp_date.Y}\n </td>\n </tr>\n </table>\n{/if}\n{if !empty($source)}\n <p> </p>\n {$source}\n{/if}\n <p> </p>\n <table width=\"700\">\n <thead>\n <tr>\n{if $line_items}\n <th style=\"text-align: left;\">\n Event\n </th>\n <th style=\"text-align: left;\">\n Participants\n </th>\n{/if}\n <th style=\"text-align: left;\">\n Price\n </th>\n <th style=\"text-align: left;\">\n Total\n </th>\n </tr>\n </thead>\n <tbody>\n {foreach from=$line_items item=line_item}\n <tr>\n <td style=\"width: 220px\">\n {$line_item.event->title} ({$line_item.event->start_date|crmDate:\"%D\"})<br />\n {if $line_item.event->is_show_location}\n {$line_item.location.address.1.display|nl2br}\n {/if}{*End of isShowLocation condition*}<br /><br />\n {$line_item.event->start_date|crmDate:\"%D %I:%M %p\"} - {$line_item.event->end_date|crmDate:\"%I:%M %p\"}\n </td>\n <td style=\"width: 180px\">\n {$line_item.num_participants}\n {if $line_item.num_participants > 0}\n <div class=\"participants\" style=\"padding-left: 10px;\">\n {foreach from=$line_item.participants item=participant}\n {$participant.display_name}<br />\n {/foreach}\n </div>\n {/if}\n {if $line_item.num_waiting_participants > 0}\n Waitlisted:<br/>\n <div class=\"participants\" style=\"padding-left: 10px;\">\n {foreach from=$line_item.waiting_participants item=participant}\n {$participant.display_name}<br />\n {/foreach}\n </div>\n {/if}\n </td>\n <td style=\"width: 100px\">\n {$line_item.cost|crmMoney:$currency|string_format:\"%10s\"}\n </td>\n <td style=\"width: 100px\">\n {$line_item.amount|crmMoney:$currency|string_format:\"%10s\"}\n </td>\n </tr>\n {/foreach}\n </tbody>\n <tfoot>\n {if $discounts}\n <tr>\n <td>\n </td>\n <td>\n </td>\n <td>\n Subtotal:\n </td>\n <td>\n {$sub_total|crmMoney:$currency|string_format:\"%10s\"}\n </td>\n </tr>\n {foreach from=$discounts key=myId item=i}\n <tr>\n <td>\n {$i.title}\n </td>\n <td>\n </td>\n <td>\n </td>\n <td>\n -{$i.amount}\n </td>\n </tr>\n {/foreach}\n {/if}\n <tr>\n{if $line_items}\n <td>\n </td>\n <td>\n </td>\n{/if}\n <td>\n <strong>Total:</strong>\n </td>\n <td>\n <strong> {$total|crmMoney:$currency|string_format:\"%10s\"}</strong>\n </td>\n </tr>\n </tfoot>\n </table>\n\n If you have questions about the status of your registration or purchase please feel free to contact us.\n </body>\n</html>\n',1,829,'event_registration_receipt',0,1,0,NULL), (35,'Events - Registration Cancellation Notice','{ts 1=$event.event_title}Event Registration Cancelled for %1{/ts} - {contact.display_name}\n','{assign var=\"greeting\" value=\"{contact.email_greeting_display}\"}{if $greeting}{$greeting},{/if}\n\n{ts}Your Event Registration has been cancelled.{/ts}\n\n\n===========================================================\n{ts}Event Information and Location{/ts}\n\n===========================================================\n{$event.event_title}\n{$event.event_start_date|crmDate}{if $event.event_end_date}-{if $event.event_end_date|crmDate:\"shortdate\" == $event.event_start_date|crmDate:\"shortdate\"}{$event.event_end_date|crmDate:\"Time\"}{else}{$event.event_end_date|crmDate}{/if}{/if}\n\n{ts}Participant Role{/ts}: {participant.role_id:label}\n\n{if $isShowLocation}\n{$event.location.address.1.display|strip_tags:false}\n{/if}{*End of isShowLocation condition*}\n\n{if !empty($event.location.phone.1.phone) || !empty($event.location.email.1.email)}\n\n{ts}Event Contacts:{/ts}\n{foreach from=$event.location.phone item=phone}\n{if $phone.phone}\n\n{if $phone.phone_type}{$phone.phone_type_display}{else}{ts}Phone{/ts}{/if}: {$phone.phone}{/if}\n{/foreach}\n{foreach from=$event.location.email item=eventEmail}\n{if $eventEmail.email}\n\n{ts}Email{/ts}: {$eventEmail.email}{/if}{/foreach}\n{/if}\n\n{if \'{contact.email}\'}\n\n===========================================================\n{ts}Registered Email{/ts}\n\n===========================================================\n{contact.email}\n{/if}\n\n{if !empty(\'{participant.register_date}\')}\n{ts}Registration Date{/ts}: {participant.register_date}\n{/if}\n\n{ts 1=\'{domain.phone}\' 2=\'{domain.email}\'}Please contact us at %1 or send email to %2 if you have questions.{/ts}\n\n','<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n<head>\n <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n <title></title>\n</head>\n<body>\n\n{capture assign=headerStyle}colspan=\"2\" style=\"text-align: left; padding: 4px; border-bottom: 1px solid #999; background-color: #eee;\"{/capture}\n{capture assign=labelStyle }style=\"padding: 4px; border-bottom: 1px solid #999; background-color: #f7f7f7;\"{/capture}\n{capture assign=valueStyle }style=\"padding: 4px; border-bottom: 1px solid #999;\"{/capture}\n\n <table id=\"crm-event_receipt\" style=\"font-family: Arial, Verdana, sans-serif; text-align: left; width:100%; max-width:700px; padding:0; margin:0; border:0px;\">\n\n <!-- BEGIN HEADER -->\n <!-- You can add table row(s) here with logo or other header elements -->\n <!-- END HEADER -->\n\n <!-- BEGIN CONTENT -->\n\n <tr>\n <td>\n {assign var=\"greeting\" value=\"{contact.email_greeting_display}\"}{if $greeting}<p>{$greeting},</p>{/if}\n <p>{ts}Your Event Registration has been cancelled.{/ts}</p>\n </td>\n </tr>\n <tr>\n <td>\n <table style=\"border: 1px solid #999; margin: 1em 0em 1em; border-collapse: collapse; width:100%;\">\n <tr>\n <th {$headerStyle}>\n {ts}Event Information and Location{/ts}\n </th>\n </tr>\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n {$event.event_title}<br />\n {$event.event_start_date|crmDate}{if $event.event_end_date}-{if $event.event_end_date|crmDate:\"shortdate\" == $event.event_start_date|crmDate:\"shortdate\"}{$event.event_end_date|crmDate:\"Time\"}{else}{$event.event_end_date|crmDate}{/if}{/if}\n </td>\n </tr>\n <tr>\n <td {$labelStyle}>\n {ts}Participant Role{/ts}:\n </td>\n <td {$valueStyle}>\n {participant.role_id:label}\n </td>\n </tr>\n\n {if $isShowLocation}\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n {$event.location.address.1.display|nl2br}\n </td>\n </tr>\n {/if}\n\n {if !empty($event.location.phone.1.phone) || !empty($event.location.email.1.email)}\n <tr>\n <td colspan=\"2\" {$labelStyle}>\n {ts}Event Contacts:{/ts}\n </td>\n </tr>\n {foreach from=$event.location.phone item=phone}\n {if $phone.phone}\n <tr>\n <td {$labelStyle}>\n {if $phone.phone_type}{$phone.phone_type_display}{else}{ts}Phone{/ts}{/if}\n </td>\n <td {$valueStyle}>\n {$phone.phone}\n </td>\n </tr>\n {/if}\n {/foreach}\n {foreach from=$event.location.email item=eventEmail}\n {if $eventEmail.email}\n <tr>\n <td {$labelStyle}>\n {ts}Email{/ts}\n </td>\n <td {$valueStyle}>\n {$eventEmail.email}\n </td>\n </tr>\n {/if}\n {/foreach}\n {/if}\n\n {if \'{contact.email}\'}\n <tr>\n <th {$headerStyle}>\n {ts}Registered Email{/ts}\n </th>\n </tr>\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n {contact.email}\n </td>\n </tr>\n {/if}\n\n {if !empty(\'{participant.register_date}\')}\n <tr>\n <td {$labelStyle}>\n {ts}Registration Date{/ts}\n </td>\n <td {$valueStyle}>\n {participant.register_date}\n </td>\n </tr>\n {/if}\n\n </table>\n </td>\n </tr>\n\n <tr>\n <td>\n <p>{ts 1=\'{domain.phone}\' 2=\'{domain.email}\'}Please contact us at %1 or send email to %2 if you have questions.{/ts}</p>\n </td>\n </tr>\n\n </table>\n\n</body>\n</html>\n',1,830,'participant_cancelled',1,0,0,NULL), @@ -5433,10 +5435,10 @@ INSERT INTO `civicrm_msg_template` (`id`, `msg_title`, `msg_subject`, `msg_text` (42,'Events - Registration Transferred Notice','{ts 1=$event.event_title}Event Registration Transferred for %1{/ts} - {contact.display_name}\n','{assign var=\"greeting\" value=\"{contact.email_greeting_display}\"}{if $greeting}{$greeting},{/if}\n\n{ts 1=$to_participant}Your Event Registration has been transferred to %1.{/ts}\n\n===========================================================\n{ts}Event Information and Location{/ts}\n\n===========================================================\n{$event.event_title}\n{$event.event_start_date|crmDate}{if $event.event_end_date}-{if $event.event_end_date|crmDate:\"%Y%m%d\" == $event.event_start_date|crmDate:\"%Y%m%d\"}{$event.event_end_date|crmDate:0:1}{else}{$event.event_end_date|crmDate}{/if}{/if}\n\n{ts}Participant Role{/ts}: {$participant.role}\n\n{if $isShowLocation}\n{$event.location.address.1.display|strip_tags:false}\n{/if}{*End of isShowLocation condition*}\n\n{if !empty($event.location.phone.1.phone) || !empty($event.location.email.1.email)}\n\n{ts}Event Contacts:{/ts}\n{foreach from=$event.location.phone item=phone}\n{if $phone.phone}\n\n{if $phone.phone_type}{$phone.phone_type_display}{else}{ts}Phone{/ts}{/if}: {$phone.phone}{/if}\n{/foreach}\n{foreach from=$event.location.email item=eventEmail}\n{if $eventEmail.email}\n\n{ts}Email{/ts}: {$eventEmail.email}{/if}{/foreach}\n{/if}\n\n{if \'{contact.email}\'}\n\n===========================================================\n{ts}Registered Email{/ts}\n\n===========================================================\n{contact.email}\n{/if}\n\n{if $register_date}\n{ts}Registration Date{/ts}: {$participant.register_date|crmDate}\n{/if}\n\n{ts 1=\'{domain.phone}\' 2=\'{domain.email}\'}Please contact us at %1 or send email to %2 if you have questions.{/ts}\n','<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n<head>\n <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n <title></title>\n</head>\n<body>\n\n{capture assign=headerStyle}colspan=\"2\" style=\"text-align: left; padding: 4px; border-bottom: 1px solid #999; background-color: #eee;\"{/capture}\n{capture assign=labelStyle }style=\"padding: 4px; border-bottom: 1px solid #999; background-color: #f7f7f7;\"{/capture}\n{capture assign=valueStyle }style=\"padding: 4px; border-bottom: 1px solid #999;\"{/capture}\n\n <table id=\"crm-event_receipt\" style=\"font-family: Arial, Verdana, sans-serif; text-align: left; width:100%; max-width:700px; padding:0; margin:0; border:0px;\">\n\n <!-- BEGIN HEADER -->\n <!-- You can add table row(s) here with logo or other header elements -->\n <!-- END HEADER -->\n\n <!-- BEGIN CONTENT -->\n\n <tr>\n <td>\n {assign var=\"greeting\" value=\"{contact.email_greeting_display}\"}{if $greeting}<p>{$greeting},</p>{/if}\n <p>{ts 1=$to_participant}Your Event Registration has been Transferred to %1.{/ts}</p>\n </td>\n </tr>\n <tr>\n <td>\n <table style=\"border: 1px solid #999; margin: 1em 0em 1em; border-collapse: collapse; width:100%;\">\n <tr>\n <th {$headerStyle}>\n {ts}Event Information and Location{/ts}\n </th>\n </tr>\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n {$event.event_title}<br />\n {$event.event_start_date|crmDate}{if $event.event_end_date}-{if $event.event_end_date|crmDate:\"%Y%m%d\" == $event.event_start_date|crmDate:\"%Y%m%d\"}{$event.event_end_date|crmDate:0:1}{else}{$event.event_end_date|crmDate}{/if}{/if}\n </td>\n </tr>\n <tr>\n <td {$labelStyle}>\n {ts}Participant Role{/ts}:\n </td>\n <td {$valueStyle}>\n {$participant.role}\n </td>\n </tr>\n\n {if $isShowLocation}\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n {$event.location.address.1.display|nl2br}\n </td>\n </tr>\n {/if}\n\n {if !empty($event.location.phone.1.phone) || !empty($event.location.email.1.email)}\n <tr>\n <td colspan=\"2\" {$labelStyle}>\n {ts}Event Contacts:{/ts}\n </td>\n </tr>\n {foreach from=$event.location.phone item=phone}\n {if $phone.phone}\n <tr>\n <td {$labelStyle}>\n {if $phone.phone_type}{$phone.phone_type_display}{else}{ts}Phone{/ts}{/if}\n </td>\n <td {$valueStyle}>\n {$phone.phone}\n </td>\n </tr>\n {/if}\n {/foreach}\n {foreach from=$event.location.email item=eventEmail}\n {if $eventEmail.email}\n <tr>\n <td {$labelStyle}>\n {ts}Email{/ts}\n </td>\n <td {$valueStyle}>\n {$eventEmail.email}\n </td>\n </tr>\n {/if}\n {/foreach}\n {/if}\n\n {if \'{contact.email}\'}\n <tr>\n <th {$headerStyle}>\n {ts}Registered Email{/ts}\n </th>\n </tr>\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n {contact.email}\n </td>\n </tr>\n {/if}\n\n {if $register_date}\n <tr>\n <td {$labelStyle}>\n {ts}Registration Date{/ts}\n </td>\n <td {$valueStyle}>\n {$participant.register_date|crmDate}\n </td>\n </tr>\n {/if}\n\n </table>\n </td>\n </tr>\n\n <tr>\n <td>\n <p>{ts 1=\'{domain.phone}\' 2=\'{domain.email}\'}Please contact us at %1 or send email to %2 if you have questions.{/ts}</p>\n </td>\n </tr>\n\n </table>\n\n</body>\n</html>\n',1,833,'participant_transferred',0,1,0,NULL), (43,'Tell-a-Friend Email','{ts 1=$senderContactName 2=$title}%1 wants you to know about %2{/ts}\n','{$senderMessage}\n\n{if $generalLink}{ts}For more information, visit:{/ts}\n>> {$generalLink}\n\n{/if}\n{if $contribute}{ts}To make a contribution, go to:{/ts}\n>> {$pageURL}\n\n{/if}\n{if $event}{ts}To find out more about this event, go to:{/ts}\n>> {$pageURL}\n{/if}\n\n\n','<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n<head>\n <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n <title></title>\n</head>\n<body>\n\n{capture assign=headerStyle}colspan=\"2\" style=\"text-align: left; padding: 4px; border-bottom: 1px solid #999; background-color: #eee;\"{/capture}\n{capture assign=labelStyle }style=\"padding: 4px; border-bottom: 1px solid #999; background-color: #f7f7f7;\"{/capture}\n{capture assign=valueStyle }style=\"padding: 4px; border-bottom: 1px solid #999;\"{/capture}\n\n <table id=\"crm-event_receipt\" style=\"font-family: Arial, Verdana, sans-serif; text-align: left; width:100%; max-width:700px; padding:0; margin:0; border:0px;\">\n\n <!-- BEGIN HEADER -->\n <!-- You can add table row(s) here with logo or other header elements -->\n <!-- END HEADER -->\n\n <!-- BEGIN CONTENT -->\n\n <tr>\n <td>\n <p>{$senderMessage}</p>\n {if $generalLink}\n <p><a href=\"{$generalLink}\">{ts}More information{/ts}</a></p>\n {/if}\n {if $contribute}\n <p><a href=\"{$pageURL}\">{ts}Make a contribution{/ts}</a></p>\n {/if}\n {if $event}\n <p><a href=\"{$pageURL}\">{ts}Find out more about this event{/ts}</a></p>\n {/if}\n </td>\n </tr>\n </table>\n\n</body>\n</html>\n',1,834,'friend',1,0,0,NULL), (44,'Tell-a-Friend Email','{ts 1=$senderContactName 2=$title}%1 wants you to know about %2{/ts}\n','{$senderMessage}\n\n{if $generalLink}{ts}For more information, visit:{/ts}\n>> {$generalLink}\n\n{/if}\n{if $contribute}{ts}To make a contribution, go to:{/ts}\n>> {$pageURL}\n\n{/if}\n{if $event}{ts}To find out more about this event, go to:{/ts}\n>> {$pageURL}\n{/if}\n\n\n','<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n<head>\n <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n <title></title>\n</head>\n<body>\n\n{capture assign=headerStyle}colspan=\"2\" style=\"text-align: left; padding: 4px; border-bottom: 1px solid #999; background-color: #eee;\"{/capture}\n{capture assign=labelStyle }style=\"padding: 4px; border-bottom: 1px solid #999; background-color: #f7f7f7;\"{/capture}\n{capture assign=valueStyle }style=\"padding: 4px; border-bottom: 1px solid #999;\"{/capture}\n\n <table id=\"crm-event_receipt\" style=\"font-family: Arial, Verdana, sans-serif; text-align: left; width:100%; max-width:700px; padding:0; margin:0; border:0px;\">\n\n <!-- BEGIN HEADER -->\n <!-- You can add table row(s) here with logo or other header elements -->\n <!-- END HEADER -->\n\n <!-- BEGIN CONTENT -->\n\n <tr>\n <td>\n <p>{$senderMessage}</p>\n {if $generalLink}\n <p><a href=\"{$generalLink}\">{ts}More information{/ts}</a></p>\n {/if}\n {if $contribute}\n <p><a href=\"{$pageURL}\">{ts}Make a contribution{/ts}</a></p>\n {/if}\n {if $event}\n <p><a href=\"{$pageURL}\">{ts}Find out more about this event{/ts}</a></p>\n {/if}\n </td>\n </tr>\n </table>\n\n</body>\n</html>\n',1,834,'friend',0,1,0,NULL), - (45,'Memberships - Signup and Renewal Receipts (off-line)','{if $receiptType EQ \'membership signup\'}\n{ts}Membership Confirmation and Receipt{/ts}\n{elseif $receiptType EQ \'membership renewal\'}\n{ts}Membership Renewal Confirmation and Receipt{/ts}\n{/if} - {contact.display_name}\n','{assign var=\"greeting\" value=\"{contact.email_greeting_display}\"}{if $greeting}{$greeting},{/if}\n\n{if $receipt_text}\n{$receipt_text}\n{else}{ts}Thank you for this contribution.{/ts}{/if}\n\n{if empty($lineItem)}\n===========================================================\n{ts}Membership Information{/ts}\n\n===========================================================\n{ts}Membership Type{/ts}: {$membership_name}\n{/if}\n{if empty($cancelled)}\n{if empty($lineItem)}\n{ts}Membership Start Date{/ts}: {$mem_start_date}\n{ts}Membership Expiration Date{/ts}: {$mem_end_date}\n{/if}\n\n{if $formValues.total_amount OR $formValues.total_amount eq 0 }\n===========================================================\n{ts}Membership Fee{/ts}\n\n===========================================================\n{if !empty($formValues.contributionType_name)}\n{ts}Financial Type{/ts}: {$formValues.contributionType_name}\n{/if}\n{if !empty($lineItem)}\n{foreach from=$lineItem item=value key=priceset}\n{capture assign=ts_item}{ts}Item{/ts}{/capture}\n{capture assign=ts_total}{ts}Fee{/ts}{/capture}\n{if !empty($dataArray)}\n{capture assign=ts_subtotal}{ts}Subtotal{/ts}{/capture}\n{capture assign=ts_taxRate}{ts}Tax Rate{/ts}{/capture}\n{capture assign=ts_taxAmount}{ts}Tax Amount{/ts}{/capture}\n{capture assign=ts_total}{ts}Total{/ts}{/capture}\n{/if}\n{capture assign=ts_start_date}{ts}Membership Start Date{/ts}{/capture}\n{capture assign=ts_end_date}{ts}Membership Expiration Date{/ts}{/capture}\n{$ts_item|string_format:\"%-30s\"} {$ts_total|string_format:\"%10s\"} {if !empty($dataArray)} {$ts_subtotal|string_format:\"%10s\"} {$ts_taxRate|string_format:\"%10s\"} {$ts_taxAmount|string_format:\"%10s\"} {$ts_total|string_format:\"%10s\"} {/if} {$ts_start_date|string_format:\"%20s\"} {$ts_end_date|string_format:\"%20s\"}\n--------------------------------------------------------------------------------------------------\n\n{foreach from=$value item=line}\n{capture assign=ts_item}{if $line.html_type eq \'Text\'}{$line.label}{else}{$line.field_title} - {$line.label}{/if} {if $line.description} {$line.description}{/if}{/capture}{$ts_item|truncate:30:\"...\"|string_format:\"%-30s\"} {$line.line_total|crmMoney|string_format:\"%10s\"} {if !empty($dataArray)} {$line.unit_price*$line.qty|crmMoney:$currency|string_format:\"%10s\"} {if $line.tax_rate || $line.tax_amount != \"\"} {$line.tax_rate|string_format:\"%.2f\"} % {$line.tax_amount|crmMoney:$currency|string_format:\"%10s\"} {else} {/if} {$line.line_total+$line.tax_amount|crmMoney|string_format:\"%10s\"} {/if} {$line.start_date|string_format:\"%20s\"} {$line.end_date|string_format:\"%20s\"}\n{/foreach}\n{/foreach}\n\n{if !empty($dataArray)}\n{ts}Amount before Tax{/ts}: {$formValues.total_amount-$totalTaxAmount|crmMoney:$currency}\n\n{foreach from=$dataArray item=value key=priceset}\n{if $priceset}\n{$taxTerm} {$priceset|string_format:\"%.2f\"} %: {$value|crmMoney:$currency}\n{elseif $priceset == 0}\n{ts}No{/ts} {$taxTerm}: {$value|crmMoney:$currency}\n{/if}\n{/foreach}\n{/if}\n--------------------------------------------------------------------------------------------------\n{/if}\n\n{if $totalTaxAmount}\n{ts}Total Tax Amount{/ts}: {$totalTaxAmount|crmMoney:$currency}\n{/if}\n\n{ts}Amount{/ts}: {$formValues.total_amount|crmMoney}\n{if !empty($receive_date)}\n{ts}Date Received{/ts}: {$receive_date|truncate:10:\'\'|crmDate}\n{/if}\n{if !empty($formValues.paidBy)}\n{ts}Paid By{/ts}: {$formValues.paidBy}\n{if !empty($formValues.check_number)}\n{ts}Check Number{/ts}: {$formValues.check_number}\n{/if}\n{/if}\n{/if}\n{/if}\n\n{if !empty($isPrimary) }\n{if !empty($billingName)}\n\n===========================================================\n{ts}Billing Name and Address{/ts}\n\n===========================================================\n{$billingName}\n{$address}\n{/if}\n\n{if !empty($credit_card_type)}\n===========================================================\n{ts}Credit Card Information{/ts}\n\n===========================================================\n{$credit_card_type}\n{$credit_card_number}\n{ts}Expires{/ts}: {$credit_card_exp_date|truncate:7:\'\'|crmDate}\n{/if}\n{/if}\n\n{if !empty($customValues)}\n===========================================================\n{ts}Membership Options{/ts}\n\n===========================================================\n{foreach from=$customValues item=value key=customName}\n {$customName} : {$value}\n{/foreach}\n{/if}\n','<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\"\n \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n<head>\n <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\"/>\n <title></title>\n</head>\n<body>\n\n{capture assign=headerStyle}colspan=\"2\" style=\"text-align: left; padding: 4px; border-bottom: 1px solid #999; background-color: #eee;\"{/capture}\n{capture assign=labelStyle }style=\"padding: 4px; border-bottom: 1px solid #999; background-color: #f7f7f7;\"{/capture}\n{capture assign=valueStyle }style=\"padding: 4px; border-bottom: 1px solid #999;\"{/capture}\n\n <table id=\"crm-event_receipt\"\n style=\"font-family: Arial, Verdana, sans-serif; text-align: left; width:100%; max-width:700px; padding:0; margin:0; border:0px;\">\n\n <!-- BEGIN HEADER -->\n <!-- You can add table row(s) here with logo or other header elements -->\n <!-- END HEADER -->\n\n <!-- BEGIN CONTENT -->\n\n <tr>\n <td>\n {assign var=\"greeting\" value=\"{contact.email_greeting_display}\"}{if $greeting}<p>{$greeting},</p>{/if}\n {if $receipt_text}\n <p>{$receipt_text|htmlize}</p>\n <p>{ts}Thank you for this contribution.{/ts}</p>\n {/if}\n </td>\n </tr>\n <tr>\n <td>\n <table style=\"border: 1px solid #999; margin: 1em 0em 1em; border-collapse: collapse; width:100%;\">\n {if empty($lineItem)}\n <tr>\n <th {$headerStyle}>\n {ts}Membership Information{/ts}\n </th>\n </tr>\n <tr>\n <td {$labelStyle}>\n {ts}Membership Type{/ts}\n </td>\n <td {$valueStyle}>\n {$membership_name}\n </td>\n </tr>\n {/if}\n {if empty($cancelled)}\n {if empty($lineItem)}\n <tr>\n <td {$labelStyle}>\n {ts}Membership Start Date{/ts}\n </td>\n <td {$valueStyle}>\n {$mem_start_date}\n </td>\n </tr>\n <tr>\n <td {$labelStyle}>\n {ts}Membership Expiration Date{/ts}\n </td>\n <td {$valueStyle}>\n {$mem_end_date}\n </td>\n </tr>\n {/if}\n {if $formValues.total_amount OR $formValues.total_amount eq 0 }\n <tr>\n <th {$headerStyle}>\n {ts}Membership Fee{/ts}\n </th>\n </tr>\n {if !empty($formValues.contributionType_name)}\n <tr>\n <td {$labelStyle}>\n {ts}Financial Type{/ts}\n </td>\n <td {$valueStyle}>\n {$formValues.contributionType_name}\n </td>\n </tr>\n {/if}\n\n {if !empty($lineItem)}\n {foreach from=$lineItem item=value key=priceset}\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n <table>\n <tr>\n <th>{ts}Item{/ts}</th>\n <th>{ts}Fee{/ts}</th>\n {if !empty($dataArray)}\n <th>{ts}SubTotal{/ts}</th>\n <th>{ts}Tax Rate{/ts}</th>\n <th>{ts}Tax Amount{/ts}</th>\n <th>{ts}Total{/ts}</th>\n {/if}\n <th>{ts}Membership Start Date{/ts}</th>\n <th>{ts}Membership Expiration Date{/ts}</th>\n </tr>\n {foreach from=$value item=line}\n <tr>\n <td>\n {if $line.html_type eq \'Text\'}{$line.label}{else}{$line.field_title} - {$line.label}{/if} {if $line.description}\n <div>{$line.description|truncate:30:\"...\"}</div>{/if}\n </td>\n <td>\n {$line.line_total|crmMoney}\n </td>\n {if !empty($dataArray)}\n <td>\n {$line.unit_price*$line.qty|crmMoney}\n </td>\n {if $line.tax_rate || $line.tax_amount != \"\"}\n <td>\n {$line.tax_rate|string_format:\"%.2f\"}%\n </td>\n <td>\n {$line.tax_amount|crmMoney}\n </td>\n {else}\n <td></td>\n <td></td>\n {/if}\n <td>\n {$line.line_total+$line.tax_amount|crmMoney}\n </td>\n {/if}\n <td>\n {$line.start_date}\n </td>\n <td>\n {$line.end_date}\n </td>\n </tr>\n {/foreach}\n </table>\n </td>\n </tr>\n {/foreach}\n {if !empty($dataArray)}\n {if $formValues.total_amount and $totalTaxAmount}\n <tr>\n <td {$labelStyle}>\n {ts}Amount Before Tax:{/ts}\n </td>\n <td {$valueStyle}>\n {$formValues.total_amount-$totalTaxAmount|crmMoney}\n </td>\n </tr>\n {/if}\n {foreach from=$dataArray item=value key=priceset}\n <tr>\n {if $priceset}\n <td> {$taxTerm} {$priceset|string_format:\"%.2f\"}%</td>\n <td> {$value|crmMoney:$currency}</td>\n {elseif $priceset == 0}\n <td> {ts}No{/ts} {$taxTerm}</td>\n <td> {$value|crmMoney:$currency}</td>\n {/if}\n </tr>\n {/foreach}\n {/if}\n {/if}\n {if $totalTaxAmount}\n <tr>\n <td {$labelStyle}>\n {ts}Total Tax Amount{/ts}\n </td>\n <td {$valueStyle}>\n {$totalTaxAmount|crmMoney:$currency}\n </td>\n </tr>\n {/if}\n <tr>\n <td {$labelStyle}>\n {ts}Amount{/ts}\n </td>\n <td {$valueStyle}>\n {$formValues.total_amount|crmMoney}\n </td>\n </tr>\n {if !empty($receive_date)}\n <tr>\n <td {$labelStyle}>\n {ts}Date Received{/ts}\n </td>\n <td {$valueStyle}>\n {$receive_date|truncate:10:\'\'|crmDate}\n </td>\n </tr>\n {/if}\n {if !empty($formValues.paidBy)}\n <tr>\n <td {$labelStyle}>\n {ts}Paid By{/ts}\n </td>\n <td {$valueStyle}>\n {$formValues.paidBy}\n </td>\n </tr>\n {if !empty($formValues.check_number)}\n <tr>\n <td {$labelStyle}>\n {ts}Check Number{/ts}\n </td>\n <td {$valueStyle}>\n {$formValues.check_number}\n </td>\n </tr>\n {/if}\n {/if}\n {/if}\n {/if}\n </table>\n </td>\n </tr>\n\n {if !empty($isPrimary)}\n <tr>\n <td>\n <table style=\"border: 1px solid #999; margin: 1em 0em 1em; border-collapse: collapse; width:100%;\">\n\n {if !empty($billingName)}\n <tr>\n <th {$headerStyle}>\n {ts}Billing Name and Address{/ts}\n </th>\n </tr>\n <tr>\n <td {$labelStyle}>\n {$billingName}<br/>\n {$address}\n </td>\n </tr>\n {/if}\n\n {if !empty($credit_card_type)}\n <tr>\n <th {$headerStyle}>\n {ts}Credit Card Information{/ts}\n </th>\n </tr>\n <tr>\n <td {$valueStyle}>\n {$credit_card_type}<br/>\n {$credit_card_number}\n </td>\n </tr>\n <tr>\n <td {$labelStyle}>\n {ts}Expires{/ts}\n </td>\n <td {$valueStyle}>\n {$credit_card_exp_date|truncate:7:\'\'|crmDate}\n </td>\n </tr>\n {/if}\n\n </table>\n </td>\n </tr>\n {/if}\n\n {if !empty($customValues)}\n <tr>\n <td>\n <table style=\"border: 1px solid #999; margin: 1em 0em 1em; border-collapse: collapse; width:100%;\">\n <tr>\n <th {$headerStyle}>\n {ts}Membership Options{/ts}\n </th>\n </tr>\n {foreach from=$customValues item=value key=customName}\n <tr>\n <td {$labelStyle}>\n {$customName}\n </td>\n <td {$valueStyle}>\n {$value}\n </td>\n </tr>\n {/foreach}\n </table>\n </td>\n </tr>\n {/if}\n\n </table>\n\n</body>\n</html>\n',1,835,'membership_offline_receipt',1,0,0,NULL), - (46,'Memberships - Signup and Renewal Receipts (off-line)','{if $receiptType EQ \'membership signup\'}\n{ts}Membership Confirmation and Receipt{/ts}\n{elseif $receiptType EQ \'membership renewal\'}\n{ts}Membership Renewal Confirmation and Receipt{/ts}\n{/if} - {contact.display_name}\n','{assign var=\"greeting\" value=\"{contact.email_greeting_display}\"}{if $greeting}{$greeting},{/if}\n\n{if $receipt_text}\n{$receipt_text}\n{else}{ts}Thank you for this contribution.{/ts}{/if}\n\n{if empty($lineItem)}\n===========================================================\n{ts}Membership Information{/ts}\n\n===========================================================\n{ts}Membership Type{/ts}: {$membership_name}\n{/if}\n{if empty($cancelled)}\n{if empty($lineItem)}\n{ts}Membership Start Date{/ts}: {$mem_start_date}\n{ts}Membership Expiration Date{/ts}: {$mem_end_date}\n{/if}\n\n{if $formValues.total_amount OR $formValues.total_amount eq 0 }\n===========================================================\n{ts}Membership Fee{/ts}\n\n===========================================================\n{if !empty($formValues.contributionType_name)}\n{ts}Financial Type{/ts}: {$formValues.contributionType_name}\n{/if}\n{if !empty($lineItem)}\n{foreach from=$lineItem item=value key=priceset}\n{capture assign=ts_item}{ts}Item{/ts}{/capture}\n{capture assign=ts_total}{ts}Fee{/ts}{/capture}\n{if !empty($dataArray)}\n{capture assign=ts_subtotal}{ts}Subtotal{/ts}{/capture}\n{capture assign=ts_taxRate}{ts}Tax Rate{/ts}{/capture}\n{capture assign=ts_taxAmount}{ts}Tax Amount{/ts}{/capture}\n{capture assign=ts_total}{ts}Total{/ts}{/capture}\n{/if}\n{capture assign=ts_start_date}{ts}Membership Start Date{/ts}{/capture}\n{capture assign=ts_end_date}{ts}Membership Expiration Date{/ts}{/capture}\n{$ts_item|string_format:\"%-30s\"} {$ts_total|string_format:\"%10s\"} {if !empty($dataArray)} {$ts_subtotal|string_format:\"%10s\"} {$ts_taxRate|string_format:\"%10s\"} {$ts_taxAmount|string_format:\"%10s\"} {$ts_total|string_format:\"%10s\"} {/if} {$ts_start_date|string_format:\"%20s\"} {$ts_end_date|string_format:\"%20s\"}\n--------------------------------------------------------------------------------------------------\n\n{foreach from=$value item=line}\n{capture assign=ts_item}{if $line.html_type eq \'Text\'}{$line.label}{else}{$line.field_title} - {$line.label}{/if} {if $line.description} {$line.description}{/if}{/capture}{$ts_item|truncate:30:\"...\"|string_format:\"%-30s\"} {$line.line_total|crmMoney|string_format:\"%10s\"} {if !empty($dataArray)} {$line.unit_price*$line.qty|crmMoney:$currency|string_format:\"%10s\"} {if $line.tax_rate || $line.tax_amount != \"\"} {$line.tax_rate|string_format:\"%.2f\"} % {$line.tax_amount|crmMoney:$currency|string_format:\"%10s\"} {else} {/if} {$line.line_total+$line.tax_amount|crmMoney|string_format:\"%10s\"} {/if} {$line.start_date|string_format:\"%20s\"} {$line.end_date|string_format:\"%20s\"}\n{/foreach}\n{/foreach}\n\n{if !empty($dataArray)}\n{ts}Amount before Tax{/ts}: {$formValues.total_amount-$totalTaxAmount|crmMoney:$currency}\n\n{foreach from=$dataArray item=value key=priceset}\n{if $priceset}\n{$taxTerm} {$priceset|string_format:\"%.2f\"} %: {$value|crmMoney:$currency}\n{elseif $priceset == 0}\n{ts}No{/ts} {$taxTerm}: {$value|crmMoney:$currency}\n{/if}\n{/foreach}\n{/if}\n--------------------------------------------------------------------------------------------------\n{/if}\n\n{if $totalTaxAmount}\n{ts}Total Tax Amount{/ts}: {$totalTaxAmount|crmMoney:$currency}\n{/if}\n\n{ts}Amount{/ts}: {$formValues.total_amount|crmMoney}\n{if !empty($receive_date)}\n{ts}Date Received{/ts}: {$receive_date|truncate:10:\'\'|crmDate}\n{/if}\n{if !empty($formValues.paidBy)}\n{ts}Paid By{/ts}: {$formValues.paidBy}\n{if !empty($formValues.check_number)}\n{ts}Check Number{/ts}: {$formValues.check_number}\n{/if}\n{/if}\n{/if}\n{/if}\n\n{if !empty($isPrimary) }\n{if !empty($billingName)}\n\n===========================================================\n{ts}Billing Name and Address{/ts}\n\n===========================================================\n{$billingName}\n{$address}\n{/if}\n\n{if !empty($credit_card_type)}\n===========================================================\n{ts}Credit Card Information{/ts}\n\n===========================================================\n{$credit_card_type}\n{$credit_card_number}\n{ts}Expires{/ts}: {$credit_card_exp_date|truncate:7:\'\'|crmDate}\n{/if}\n{/if}\n\n{if !empty($customValues)}\n===========================================================\n{ts}Membership Options{/ts}\n\n===========================================================\n{foreach from=$customValues item=value key=customName}\n {$customName} : {$value}\n{/foreach}\n{/if}\n','<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\"\n \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n<head>\n <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\"/>\n <title></title>\n</head>\n<body>\n\n{capture assign=headerStyle}colspan=\"2\" style=\"text-align: left; padding: 4px; border-bottom: 1px solid #999; background-color: #eee;\"{/capture}\n{capture assign=labelStyle }style=\"padding: 4px; border-bottom: 1px solid #999; background-color: #f7f7f7;\"{/capture}\n{capture assign=valueStyle }style=\"padding: 4px; border-bottom: 1px solid #999;\"{/capture}\n\n <table id=\"crm-event_receipt\"\n style=\"font-family: Arial, Verdana, sans-serif; text-align: left; width:100%; max-width:700px; padding:0; margin:0; border:0px;\">\n\n <!-- BEGIN HEADER -->\n <!-- You can add table row(s) here with logo or other header elements -->\n <!-- END HEADER -->\n\n <!-- BEGIN CONTENT -->\n\n <tr>\n <td>\n {assign var=\"greeting\" value=\"{contact.email_greeting_display}\"}{if $greeting}<p>{$greeting},</p>{/if}\n {if $receipt_text}\n <p>{$receipt_text|htmlize}</p>\n <p>{ts}Thank you for this contribution.{/ts}</p>\n {/if}\n </td>\n </tr>\n <tr>\n <td>\n <table style=\"border: 1px solid #999; margin: 1em 0em 1em; border-collapse: collapse; width:100%;\">\n {if empty($lineItem)}\n <tr>\n <th {$headerStyle}>\n {ts}Membership Information{/ts}\n </th>\n </tr>\n <tr>\n <td {$labelStyle}>\n {ts}Membership Type{/ts}\n </td>\n <td {$valueStyle}>\n {$membership_name}\n </td>\n </tr>\n {/if}\n {if empty($cancelled)}\n {if empty($lineItem)}\n <tr>\n <td {$labelStyle}>\n {ts}Membership Start Date{/ts}\n </td>\n <td {$valueStyle}>\n {$mem_start_date}\n </td>\n </tr>\n <tr>\n <td {$labelStyle}>\n {ts}Membership Expiration Date{/ts}\n </td>\n <td {$valueStyle}>\n {$mem_end_date}\n </td>\n </tr>\n {/if}\n {if $formValues.total_amount OR $formValues.total_amount eq 0 }\n <tr>\n <th {$headerStyle}>\n {ts}Membership Fee{/ts}\n </th>\n </tr>\n {if !empty($formValues.contributionType_name)}\n <tr>\n <td {$labelStyle}>\n {ts}Financial Type{/ts}\n </td>\n <td {$valueStyle}>\n {$formValues.contributionType_name}\n </td>\n </tr>\n {/if}\n\n {if !empty($lineItem)}\n {foreach from=$lineItem item=value key=priceset}\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n <table>\n <tr>\n <th>{ts}Item{/ts}</th>\n <th>{ts}Fee{/ts}</th>\n {if !empty($dataArray)}\n <th>{ts}SubTotal{/ts}</th>\n <th>{ts}Tax Rate{/ts}</th>\n <th>{ts}Tax Amount{/ts}</th>\n <th>{ts}Total{/ts}</th>\n {/if}\n <th>{ts}Membership Start Date{/ts}</th>\n <th>{ts}Membership Expiration Date{/ts}</th>\n </tr>\n {foreach from=$value item=line}\n <tr>\n <td>\n {if $line.html_type eq \'Text\'}{$line.label}{else}{$line.field_title} - {$line.label}{/if} {if $line.description}\n <div>{$line.description|truncate:30:\"...\"}</div>{/if}\n </td>\n <td>\n {$line.line_total|crmMoney}\n </td>\n {if !empty($dataArray)}\n <td>\n {$line.unit_price*$line.qty|crmMoney}\n </td>\n {if $line.tax_rate || $line.tax_amount != \"\"}\n <td>\n {$line.tax_rate|string_format:\"%.2f\"}%\n </td>\n <td>\n {$line.tax_amount|crmMoney}\n </td>\n {else}\n <td></td>\n <td></td>\n {/if}\n <td>\n {$line.line_total+$line.tax_amount|crmMoney}\n </td>\n {/if}\n <td>\n {$line.start_date}\n </td>\n <td>\n {$line.end_date}\n </td>\n </tr>\n {/foreach}\n </table>\n </td>\n </tr>\n {/foreach}\n {if !empty($dataArray)}\n {if $formValues.total_amount and $totalTaxAmount}\n <tr>\n <td {$labelStyle}>\n {ts}Amount Before Tax:{/ts}\n </td>\n <td {$valueStyle}>\n {$formValues.total_amount-$totalTaxAmount|crmMoney}\n </td>\n </tr>\n {/if}\n {foreach from=$dataArray item=value key=priceset}\n <tr>\n {if $priceset}\n <td> {$taxTerm} {$priceset|string_format:\"%.2f\"}%</td>\n <td> {$value|crmMoney:$currency}</td>\n {elseif $priceset == 0}\n <td> {ts}No{/ts} {$taxTerm}</td>\n <td> {$value|crmMoney:$currency}</td>\n {/if}\n </tr>\n {/foreach}\n {/if}\n {/if}\n {if $totalTaxAmount}\n <tr>\n <td {$labelStyle}>\n {ts}Total Tax Amount{/ts}\n </td>\n <td {$valueStyle}>\n {$totalTaxAmount|crmMoney:$currency}\n </td>\n </tr>\n {/if}\n <tr>\n <td {$labelStyle}>\n {ts}Amount{/ts}\n </td>\n <td {$valueStyle}>\n {$formValues.total_amount|crmMoney}\n </td>\n </tr>\n {if !empty($receive_date)}\n <tr>\n <td {$labelStyle}>\n {ts}Date Received{/ts}\n </td>\n <td {$valueStyle}>\n {$receive_date|truncate:10:\'\'|crmDate}\n </td>\n </tr>\n {/if}\n {if !empty($formValues.paidBy)}\n <tr>\n <td {$labelStyle}>\n {ts}Paid By{/ts}\n </td>\n <td {$valueStyle}>\n {$formValues.paidBy}\n </td>\n </tr>\n {if !empty($formValues.check_number)}\n <tr>\n <td {$labelStyle}>\n {ts}Check Number{/ts}\n </td>\n <td {$valueStyle}>\n {$formValues.check_number}\n </td>\n </tr>\n {/if}\n {/if}\n {/if}\n {/if}\n </table>\n </td>\n </tr>\n\n {if !empty($isPrimary)}\n <tr>\n <td>\n <table style=\"border: 1px solid #999; margin: 1em 0em 1em; border-collapse: collapse; width:100%;\">\n\n {if !empty($billingName)}\n <tr>\n <th {$headerStyle}>\n {ts}Billing Name and Address{/ts}\n </th>\n </tr>\n <tr>\n <td {$labelStyle}>\n {$billingName}<br/>\n {$address}\n </td>\n </tr>\n {/if}\n\n {if !empty($credit_card_type)}\n <tr>\n <th {$headerStyle}>\n {ts}Credit Card Information{/ts}\n </th>\n </tr>\n <tr>\n <td {$valueStyle}>\n {$credit_card_type}<br/>\n {$credit_card_number}\n </td>\n </tr>\n <tr>\n <td {$labelStyle}>\n {ts}Expires{/ts}\n </td>\n <td {$valueStyle}>\n {$credit_card_exp_date|truncate:7:\'\'|crmDate}\n </td>\n </tr>\n {/if}\n\n </table>\n </td>\n </tr>\n {/if}\n\n {if !empty($customValues)}\n <tr>\n <td>\n <table style=\"border: 1px solid #999; margin: 1em 0em 1em; border-collapse: collapse; width:100%;\">\n <tr>\n <th {$headerStyle}>\n {ts}Membership Options{/ts}\n </th>\n </tr>\n {foreach from=$customValues item=value key=customName}\n <tr>\n <td {$labelStyle}>\n {$customName}\n </td>\n <td {$valueStyle}>\n {$value}\n </td>\n </tr>\n {/foreach}\n </table>\n </td>\n </tr>\n {/if}\n\n </table>\n\n</body>\n</html>\n',1,835,'membership_offline_receipt',0,1,0,NULL), - (47,'Memberships - Receipt (on-line)','{if $is_pay_later}{ts}Invoice{/ts}{else}{ts}Receipt{/ts}{/if} - {$title} - {contact.display_name}\n','{assign var=\"greeting\" value=\"{contact.email_greeting_display}\"}{if $greeting}{$greeting},{/if}\n{if !empty($receipt_text)}\n{$receipt_text}\n{/if}\n{if $is_pay_later}\n\n===========================================================\n{$pay_later_receipt}\n===========================================================\n{/if}\n\n{if $membership_assign && !$useForMember}\n===========================================================\n{ts}Membership Information{/ts}\n\n===========================================================\n{ts}Membership Type{/ts}: {$membership_name}\n{if $mem_start_date}{ts}Membership Start Date{/ts}: {$mem_start_date|crmDate}\n{/if}\n{if $mem_end_date}{ts}Membership Expiration Date{/ts}: {$mem_end_date|crmDate}\n{/if}\n\n{/if}\n{if $amount}\n===========================================================\n{ts}Membership Fee{/ts}\n\n===========================================================\n{if !$useForMember && isset($membership_amount) && !empty($is_quick_config)}\n{ts 1=$membership_name}%1 Membership{/ts}: {$membership_amount|crmMoney}\n{if $amount && !$is_separate_payment }\n{ts}Contribution Amount{/ts}: {$amount|crmMoney}\n-------------------------------------------\n{ts}Total{/ts}: {$amount+$membership_amount|crmMoney}\n{/if}\n{elseif !$useForMember && !empty($lineItem) and !empty($priceSetID) & empty($is_quick_config)}\n{foreach from=$lineItem item=value key=priceset}\n---------------------------------------------------------\n{capture assign=ts_item}{ts}Item{/ts}{/capture}\n{capture assign=ts_qty}{ts}Qty{/ts}{/capture}\n{capture assign=ts_each}{ts}Each{/ts}{/capture}\n{capture assign=ts_total}{ts}Total{/ts}{/capture}\n{$ts_item|string_format:\"%-30s\"} {$ts_qty|string_format:\"%5s\"} {$ts_each|string_format:\"%10s\"} {$ts_total|string_format:\"%10s\"}\n----------------------------------------------------------\n{foreach from=$value item=line}\n{$line.description|truncate:30:\"...\"|string_format:\"%-30s\"} {$line.qty|string_format:\"%5s\"} {$line.unit_price|crmMoney|string_format:\"%10s\"} {$line.line_total|crmMoney|string_format:\"%10s\"}\n{/foreach}\n{/foreach}\n\n{ts}Total Amount{/ts}: {$amount|crmMoney}\n{else}\n{if $useForMember && $lineItem && empty($is_quick_config)}\n{foreach from=$lineItem item=value key=priceset}\n{capture assign=ts_item}{ts}Item{/ts}{/capture}\n{capture assign=ts_total}{ts}Fee{/ts}{/capture}\n{if !empty($dataArray)}\n{capture assign=ts_subtotal}{ts}Subtotal{/ts}{/capture}\n{capture assign=ts_taxRate}{ts}Tax Rate{/ts}{/capture}\n{capture assign=ts_taxAmount}{ts}Tax Amount{/ts}{/capture}\n{capture assign=ts_total}{ts}Total{/ts}{/capture}\n{/if}\n{capture assign=ts_start_date}{ts}Membership Start Date{/ts}{/capture}\n{capture assign=ts_end_date}{ts}Membership Expiration Date{/ts}{/capture}\n{$ts_item|string_format:\"%-30s\"} {$ts_total|string_format:\"%10s\"} {if !empty($dataArray)} {$ts_subtotal|string_format:\"%10s\"} {$ts_taxRate|string_format:\"%10s\"} {$ts_taxAmount|string_format:\"%10s\"} {$ts_total|string_format:\"%10s\"} {/if} {$ts_start_date|string_format:\"%20s\"} {$ts_end_date|string_format:\"%20s\"}\n--------------------------------------------------------------------------------------------------\n\n{foreach from=$value item=line}\n{capture assign=ts_item}{if $line.html_type eq \'Text\'}{$line.label}{else}{$line.field_title} - {$line.label}{/if} {if $line.description} {$line.description}{/if}{/capture}{$ts_item|truncate:30:\"...\"|string_format:\"%-30s\"} {$line.line_total|crmMoney|string_format:\"%10s\"} {if !empty($dataArray)} {$line.unit_price*$line.qty|crmMoney:$currency|string_format:\"%10s\"} {if $line.tax_rate || $line.tax_amount != \"\"} {$line.tax_rate|string_format:\"%.2f\"} % {$line.tax_amount|crmMoney:$currency|string_format:\"%10s\"} {else} {/if} {$line.line_total+$line.tax_amount|crmMoney|string_format:\"%10s\"} {/if} {$line.start_date|string_format:\"%20s\"} {$line.end_date|string_format:\"%20s\"}\n{/foreach}\n{/foreach}\n\n{if !empty($dataArray)}\n{ts}Amount before Tax{/ts}: {$amount-$totalTaxAmount|crmMoney:$currency}\n\n{foreach from=$dataArray item=value key=priceset}\n{if $priceset || $priceset == 0}\n{$taxTerm} {$priceset|string_format:\"%.2f\"}%: {$value|crmMoney:$currency}\n{else}\n{ts}No{/ts} {$taxTerm}: {$value|crmMoney:$currency}\n{/if}\n{/foreach}\n{/if}\n--------------------------------------------------------------------------------------------------\n{/if}\n\n{if $totalTaxAmount}\n{ts}Total Tax Amount{/ts}: {$totalTaxAmount|crmMoney:$currency}\n{/if}\n\n{ts}Amount{/ts}: {$amount|crmMoney} {if isset($amount_level) } - {$amount_level} {/if}\n{/if}\n{elseif isset($membership_amount)}\n===========================================================\n{ts}Membership Fee{/ts}\n\n===========================================================\n{ts 1=$membership_name}%1 Membership{/ts}: {$membership_amount|crmMoney}\n{/if}\n\n{if !empty($receive_date)}\n\n{ts}Date{/ts}: {$receive_date|crmDate}\n{/if}\n{if !empty($is_monetary) and !empty($trxn_id)}\n{ts}Transaction #{/ts}: {$trxn_id}\n\n{/if}\n{if !empty($membership_trx_id)}\n{ts}Membership Transaction #{/ts}: {$membership_trx_id}\n\n{/if}\n{if !empty($is_recur)}\n{ts}This membership will be renewed automatically.{/ts}\n{if $cancelSubscriptionUrl}\n\n{ts 1=$cancelSubscriptionUrl}You can cancel the auto-renewal option by visiting this web page: %1.{/ts}\n\n{/if}\n\n{if $updateSubscriptionBillingUrl}\n\n{ts 1=$updateSubscriptionBillingUrl}You can update billing details for this automatically renewed membership by <a href=\"%1\">visiting this web page</a>.{/ts}\n{/if}\n{/if}\n\n{if $honor_block_is_active }\n===========================================================\n{$soft_credit_type}\n===========================================================\n{foreach from=$honoreeProfile item=value key=label}\n{$label}: {$value}\n{/foreach}\n\n{/if}\n{if !empty($pcpBlock)}\n===========================================================\n{ts}Personal Campaign Page{/ts}\n\n===========================================================\n{ts}Display In Honor Roll{/ts}: {if $pcp_display_in_roll}{ts}Yes{/ts}{else}{ts}No{/ts}{/if}\n\n{if $pcp_roll_nickname}{ts}Nickname{/ts}: {$pcp_roll_nickname}{/if}\n\n{if $pcp_personal_note}{ts}Personal Note{/ts}: {$pcp_personal_note}{/if}\n\n{/if}\n{if !empty($onBehalfProfile)}\n===========================================================\n{ts}On Behalf Of{/ts}\n\n===========================================================\n{foreach from=$onBehalfProfile item=onBehalfValue key=onBehalfName}\n{$onBehalfName}: {$onBehalfValue}\n{/foreach}\n{/if}\n\n{if !empty($billingName)}\n===========================================================\n{ts}Billing Name and Address{/ts}\n\n===========================================================\n{$billingName}\n{$address}\n\n{$email}\n{elseif !empty($email)}\n===========================================================\n{ts}Registered Email{/ts}\n\n===========================================================\n{$email}\n{/if} {* End billingName or email *}\n{if !empty($credit_card_type)}\n\n===========================================================\n{ts}Credit Card Information{/ts}\n\n===========================================================\n{$credit_card_type}\n{$credit_card_number}\n{ts}Expires{/ts}: {$credit_card_exp_date|truncate:7:\'\'|crmDate}\n{/if}\n\n{if !empty($selectPremium)}\n===========================================================\n{ts}Premium Information{/ts}\n\n===========================================================\n{$product_name}\n{if $option}\n{ts}Option{/ts}: {$option}\n{/if}\n{if $sku}\n{ts}SKU{/ts}: {$sku}\n{/if}\n{if $start_date}\n{ts}Start Date{/ts}: {$start_date|crmDate}\n{/if}\n{if $end_date}\n{ts}End Date{/ts}: {$end_date|crmDate}\n{/if}\n{if !empty($contact_email) OR !empty($contact_phone)}\n\n{ts}For information about this premium, contact:{/ts}\n\n{if !empty($contact_email)}\n {$contact_email}\n{/if}\n{if !empty($contact_phone)}\n {$contact_phone}\n{/if}\n{/if}\n{if $is_deductible AND !empty($price)}\n\n{ts 1=$price|crmMoney}The value of this premium is %1. This may affect the amount of the tax deduction you can claim. Consult your tax advisor for more information.{/ts}{/if}\n{/if}\n\n{if !empty($customPre)}\n===========================================================\n{$customPre_grouptitle}\n\n===========================================================\n{foreach from=$customPre item=customValue key=customName}\n{if ( !empty($trackingFields) and ! in_array( $customName, $trackingFields ) ) or empty($trackingFields)}\n {$customName}: {$customValue}\n{/if}\n{/foreach}\n{/if}\n\n\n{if !empty($customPost)}\n===========================================================\n{$customPost_grouptitle}\n\n===========================================================\n{foreach from=$customPost item=customValue key=customName}\n{if ( !empty($trackingFields) and ! in_array( $customName, $trackingFields ) ) or empty($trackingFields)}\n {$customName}: {$customValue}\n{/if}\n{/foreach}\n{/if}\n','<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n<head>\n <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n <title></title>\n</head>\n<body>\n\n{capture assign=headerStyle}colspan=\"2\" style=\"text-align: left; padding: 4px; border-bottom: 1px solid #999; background-color: #eee;\"{/capture}\n{capture assign=labelStyle }style=\"padding: 4px; border-bottom: 1px solid #999; background-color: #f7f7f7;\"{/capture}\n{capture assign=valueStyle }style=\"padding: 4px; border-bottom: 1px solid #999;\"{/capture}\n\n <table id=\"crm-event_receipt\" style=\"font-family: Arial, Verdana, sans-serif; text-align: left; width:100%; max-width:700px; padding:0; margin:0; border:0px;\">\n\n <!-- BEGIN HEADER -->\n <!-- You can add table row(s) here with logo or other header elements -->\n <!-- END HEADER -->\n\n <!-- BEGIN CONTENT -->\n\n <tr>\n <td>\n {assign var=\"greeting\" value=\"{contact.email_greeting_display}\"}{if $greeting}<p>{$greeting},</p>{/if}\n {if !empty($receipt_text)}\n <p>{$receipt_text|htmlize}</p>\n {/if}\n\n {if $is_pay_later}\n <p>{$pay_later_receipt}</p> {* FIXME: this might be text rather than HTML *}\n {/if}\n\n </td>\n </tr>\n </table>\n <table style=\"width:100%; max-width:500px; border: 1px solid #999; margin: 1em 0em 1em; border-collapse: collapse;\">\n\n {if $membership_assign && !$useForMember}\n <tr>\n <th {$headerStyle}>\n {ts}Membership Information{/ts}\n </th>\n </tr>\n <tr>\n <td {$labelStyle}>\n {ts}Membership Type{/ts}\n </td>\n <td {$valueStyle}>\n {$membership_name}\n </td>\n </tr>\n {if $mem_start_date}\n <tr>\n <td {$labelStyle}>\n {ts}Membership Start Date{/ts}\n </td>\n <td {$valueStyle}>\n {$mem_start_date|crmDate}\n </td>\n </tr>\n {/if}\n {if $mem_end_date}\n <tr>\n <td {$labelStyle}>\n {ts}Membership Expiration Date{/ts}\n </td>\n <td {$valueStyle}>\n {$mem_end_date|crmDate}\n </td>\n </tr>\n {/if}\n {/if}\n\n\n {if $amount}\n <tr>\n <th {$headerStyle}>\n {ts}Membership Fee{/ts}\n </th>\n </tr>\n\n {if !$useForMember and isset($membership_amount) and !empty($is_quick_config)}\n\n <tr>\n <td {$labelStyle}>\n {ts 1=$membership_name}%1 Membership{/ts}\n </td>\n <td {$valueStyle}>\n {$membership_amount|crmMoney}\n </td>\n </tr>\n {if $amount && !$is_separate_payment }\n <tr>\n <td {$labelStyle}>\n {ts}Contribution Amount{/ts}\n </td>\n <td {$valueStyle}>\n {$amount|crmMoney}\n </td>\n </tr>\n <tr>\n <td {$labelStyle}>\n {ts}Total{/ts}\n </td>\n <td {$valueStyle}>\n {$amount+$membership_amount|crmMoney}\n </td>\n </tr>\n {/if}\n\n {elseif empty($useForMember) && !empty($lineItem) and $priceSetID and empty($is_quick_config)}\n\n {foreach from=$lineItem item=value key=priceset}\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n <table>\n <tr>\n <th>{ts}Item{/ts}</th>\n <th>{ts}Qty{/ts}</th>\n <th>{ts}Each{/ts}</th>\n <th>{ts}Total{/ts}</th>\n </tr>\n {foreach from=$value item=line}\n <tr>\n <td>\n {$line.description|truncate:30:\"...\"}\n </td>\n <td>\n {$line.qty}\n </td>\n <td>\n {$line.unit_price|crmMoney}\n </td>\n <td>\n {$line.line_total|crmMoney}\n </td>\n </tr>\n {/foreach}\n </table>\n </td>\n </tr>\n {/foreach}\n <tr>\n <td {$labelStyle}>\n {ts}Total Amount{/ts}\n </td>\n <td {$valueStyle}>\n {$amount|crmMoney}\n </td>\n </tr>\n\n {else}\n {if $useForMember && $lineItem and empty($is_quick_config)}\n {foreach from=$lineItem item=value key=priceset}\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n <table>\n <tr>\n <th>{ts}Item{/ts}</th>\n <th>{ts}Fee{/ts}</th>\n {if !empty($dataArray)}\n <th>{ts}SubTotal{/ts}</th>\n <th>{ts}Tax Rate{/ts}</th>\n <th>{ts}Tax Amount{/ts}</th>\n <th>{ts}Total{/ts}</th>\n {/if}\n <th>{ts}Membership Start Date{/ts}</th>\n <th>{ts}Membership Expiration Date{/ts}</th>\n </tr>\n {foreach from=$value item=line}\n <tr>\n <td>\n {if $line.html_type eq \'Text\'}{$line.label}{else}{$line.field_title} - {$line.label}{/if} {if $line.description}<div>{$line.description|truncate:30:\"...\"}</div>{/if}\n </td>\n <td>\n {$line.line_total|crmMoney}\n </td>\n {if !empty($dataArray)}\n <td>\n {$line.unit_price*$line.qty|crmMoney}\n </td>\n {if ($line.tax_rate || $line.tax_amount != \"\")}\n <td>\n {$line.tax_rate|string_format:\"%.2f\"}%\n </td>\n <td>\n {$line.tax_amount|crmMoney}\n </td>\n {else}\n <td></td>\n <td></td>\n {/if}\n <td>\n {$line.line_total+$line.tax_amount|crmMoney}\n </td>\n {/if}\n <td>\n {$line.start_date}\n </td>\n <td>\n {$line.end_date}\n </td>\n </tr>\n {/foreach}\n </table>\n </td>\n </tr>\n {/foreach}\n {if !empty($dataArray)}\n <tr>\n <td {$labelStyle}>\n {ts}Amount Before Tax:{/ts}\n </td>\n <td {$valueStyle}>\n {$amount-$totalTaxAmount|crmMoney}\n </td>\n </tr>\n {foreach from=$dataArray item=value key=priceset}\n <tr>\n {if $priceset || $priceset == 0}\n <td> {$taxTerm} {$priceset|string_format:\"%.2f\"}%</td>\n <td> {$value|crmMoney:$currency}</td>\n {else}\n <td> {ts}NO{/ts} {$taxTerm}</td>\n <td> {$value|crmMoney:$currency}</td>\n {/if}\n </tr>\n {/foreach}\n {/if}\n {/if}\n {if $totalTaxAmount}\n <tr>\n <td {$labelStyle}>\n {ts}Total Tax Amount{/ts}\n </td>\n <td {$valueStyle}>\n {$totalTaxAmount|crmMoney:$currency}\n </td>\n </tr>\n {/if}\n <tr>\n <td {$labelStyle}>\n {ts}Amount{/ts}\n </td>\n <td {$valueStyle}>\n {$amount|crmMoney} {if isset($amount_level)} - {$amount_level}{/if}\n </td>\n </tr>\n\n {/if}\n\n\n {elseif isset($membership_amount)}\n\n\n <tr>\n <th {$headerStyle}>\n {ts}Membership Fee{/ts}\n </th>\n </tr>\n <tr>\n <td {$labelStyle}>\n {ts 1=$membership_name}%1 Membership{/ts}\n </td>\n <td {$valueStyle}>\n {$membership_amount|crmMoney}\n </td>\n </tr>\n\n\n {/if}\n\n {if !empty($receive_date)}\n <tr>\n <td {$labelStyle}>\n {ts}Date{/ts}\n </td>\n <td {$valueStyle}>\n {$receive_date|crmDate}\n </td>\n </tr>\n {/if}\n\n {if !empty($is_monetary) and !empty($trxn_id)}\n <tr>\n <td {$labelStyle}>\n {ts}Transaction #{/ts}\n </td>\n <td {$valueStyle}>\n {$trxn_id}\n </td>\n </tr>\n {/if}\n\n {if !empty($membership_trx_id)}\n <tr>\n <td {$labelStyle}>\n {ts}Membership Transaction #{/ts}\n </td>\n <td {$valueStyle}>\n {$membership_trx_id}\n </td>\n </tr>\n {/if}\n {if !empty($is_recur)}\n <tr>\n <td colspan=\"2\" {$labelStyle}>\n {ts}This membership will be renewed automatically.{/ts}\n {if $cancelSubscriptionUrl}\n {ts 1=$cancelSubscriptionUrl}You can cancel the auto-renewal option by <a href=\"%1\">visiting this web page</a>.{/ts}\n {/if}\n </td>\n </tr>\n {if $updateSubscriptionBillingUrl}\n <tr>\n <td colspan=\"2\" {$labelStyle}>\n {ts 1=$updateSubscriptionBillingUrl}You can update billing details for this automatically renewed membership by <a href=\"%1\">visiting this web page</a>.{/ts}\n </td>\n </tr>\n {/if}\n {/if}\n\n {if $honor_block_is_active}\n <tr>\n <th {$headerStyle}>\n {$soft_credit_type}\n </th>\n </tr>\n {foreach from=$honoreeProfile item=value key=label}\n <tr>\n <td {$labelStyle}>\n {$label}\n </td>\n <td {$valueStyle}>\n {$value}\n </td>\n </tr>\n {/foreach}\n {/if}\n\n {if !empty($pcpBlock)}\n <tr>\n <th {$headerStyle}>\n {ts}Personal Campaign Page{/ts}\n </th>\n </tr>\n <tr>\n <td {$labelStyle}>\n {ts}Display In Honor Roll{/ts}\n </td>\n <td {$valueStyle}>\n {if $pcp_display_in_roll}{ts}Yes{/ts}{else}{ts}No{/ts}{/if}\n </td>\n </tr>\n {if $pcp_roll_nickname}\n <tr>\n <td {$labelStyle}>\n {ts}Nickname{/ts}\n </td>\n <td {$valueStyle}>\n {$pcp_roll_nickname}\n </td>\n </tr>\n {/if}\n {if $pcp_personal_note}\n <tr>\n <td {$labelStyle}>\n {ts}Personal Note{/ts}\n </td>\n <td {$valueStyle}>\n {$pcp_personal_note}\n </td>\n </tr>\n {/if}\n {/if}\n\n {if !empty($onBehalfProfile)}\n <tr>\n <th {$headerStyle}>\n {$onBehalfProfile_grouptitle}\n </th>\n </tr>\n {foreach from=$onBehalfProfile item=onBehalfValue key=onBehalfName}\n <tr>\n <td {$labelStyle}>\n {$onBehalfName}\n </td>\n <td {$valueStyle}>\n {$onBehalfValue}\n </td>\n </tr>\n {/foreach}\n {/if}\n\n {if !empty($billingName)}\n <tr>\n <th {$headerStyle}>\n {ts}Billing Name and Address{/ts}\n </th>\n </tr>\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n {$billingName}<br />\n {$address|nl2br}<br />\n {$email}\n </td>\n </tr>\n {elseif !empty($email)}\n <tr>\n <th {$headerStyle}>\n {ts}Registered Email{/ts}\n </th>\n </tr>\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n {$email}\n </td>\n </tr>\n {/if}\n\n {if !empty($credit_card_type)}\n <tr>\n <th {$headerStyle}>\n {ts}Credit Card Information{/ts}\n </th>\n </tr>\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n {$credit_card_type}<br />\n {$credit_card_number}<br />\n {ts}Expires{/ts}: {$credit_card_exp_date|truncate:7:\'\'|crmDate}<br />\n </td>\n </tr>\n {/if}\n\n {if !empty($selectPremium)}\n <tr>\n <th {$headerStyle}>\n {ts}Premium Information{/ts}\n </th>\n </tr>\n <tr>\n <td colspan=\"2\" {$labelStyle}>\n {$product_name}\n </td>\n </tr>\n {if $option}\n <tr>\n <td {$labelStyle}>\n {ts}Option{/ts}\n </td>\n <td {$valueStyle}>\n {$option}\n </td>\n </tr>\n {/if}\n {if $sku}\n <tr>\n <td {$labelStyle}>\n {ts}SKU{/ts}\n </td>\n <td {$valueStyle}>\n {$sku}\n </td>\n </tr>\n {/if}\n {if $start_date}\n <tr>\n <td {$labelStyle}>\n {ts}Start Date{/ts}\n </td>\n <td {$valueStyle}>\n {$start_date|crmDate}\n </td>\n </tr>\n {/if}\n {if $end_date}\n <tr>\n <td {$labelStyle}>\n {ts}End Date{/ts}\n </td>\n <td {$valueStyle}>\n {$end_date|crmDate}\n </td>\n </tr>\n {/if}\n {if !empty($contact_email) OR !empty($contact_phone)}\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n <p>{ts}For information about this premium, contact:{/ts}</p>\n {if !empty($contact_email)}\n <p>{$contact_email}</p>\n {/if}\n {if !empty($contact_phone)}\n <p>{$contact_phone}</p>\n {/if}\n </td>\n </tr>\n {/if}\n {if $is_deductible AND !empty($price)}\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n <p>{ts 1=$price|crmMoney}The value of this premium is %1. This may affect the amount of the tax deduction you can claim. Consult your tax advisor for more information.{/ts}</p>\n </td>\n </tr>\n {/if}\n {/if}\n\n {if !empty($customPre)}\n <tr>\n <th {$headerStyle}>\n {$customPre_grouptitle}\n </th>\n </tr>\n {foreach from=$customPre item=customValue key=customName}\n {if (!empty($trackingFields) and ! in_array($customName, $trackingFields)) or empty($trackingFields)}\n <tr>\n <td {$labelStyle}>\n {$customName}\n </td>\n <td {$valueStyle}>\n {$customValue}\n </td>\n </tr>\n {/if}\n {/foreach}\n {/if}\n\n {if !empty($customPost)}\n <tr>\n <th {$headerStyle}>\n {$customPost_grouptitle}\n </th>\n </tr>\n {foreach from=$customPost item=customValue key=customName}\n {if (!empty($trackingFields) and ! in_array($customName, $trackingFields)) or empty($trackingFields)}\n <tr>\n <td {$labelStyle}>\n {$customName}\n </td>\n <td {$valueStyle}>\n {$customValue}\n </td>\n </tr>\n {/if}\n {/foreach}\n {/if}\n\n </table>\n\n</body>\n</html>\n',1,836,'membership_online_receipt',1,0,0,NULL), - (48,'Memberships - Receipt (on-line)','{if $is_pay_later}{ts}Invoice{/ts}{else}{ts}Receipt{/ts}{/if} - {$title} - {contact.display_name}\n','{assign var=\"greeting\" value=\"{contact.email_greeting_display}\"}{if $greeting}{$greeting},{/if}\n{if !empty($receipt_text)}\n{$receipt_text}\n{/if}\n{if $is_pay_later}\n\n===========================================================\n{$pay_later_receipt}\n===========================================================\n{/if}\n\n{if $membership_assign && !$useForMember}\n===========================================================\n{ts}Membership Information{/ts}\n\n===========================================================\n{ts}Membership Type{/ts}: {$membership_name}\n{if $mem_start_date}{ts}Membership Start Date{/ts}: {$mem_start_date|crmDate}\n{/if}\n{if $mem_end_date}{ts}Membership Expiration Date{/ts}: {$mem_end_date|crmDate}\n{/if}\n\n{/if}\n{if $amount}\n===========================================================\n{ts}Membership Fee{/ts}\n\n===========================================================\n{if !$useForMember && isset($membership_amount) && !empty($is_quick_config)}\n{ts 1=$membership_name}%1 Membership{/ts}: {$membership_amount|crmMoney}\n{if $amount && !$is_separate_payment }\n{ts}Contribution Amount{/ts}: {$amount|crmMoney}\n-------------------------------------------\n{ts}Total{/ts}: {$amount+$membership_amount|crmMoney}\n{/if}\n{elseif !$useForMember && !empty($lineItem) and !empty($priceSetID) & empty($is_quick_config)}\n{foreach from=$lineItem item=value key=priceset}\n---------------------------------------------------------\n{capture assign=ts_item}{ts}Item{/ts}{/capture}\n{capture assign=ts_qty}{ts}Qty{/ts}{/capture}\n{capture assign=ts_each}{ts}Each{/ts}{/capture}\n{capture assign=ts_total}{ts}Total{/ts}{/capture}\n{$ts_item|string_format:\"%-30s\"} {$ts_qty|string_format:\"%5s\"} {$ts_each|string_format:\"%10s\"} {$ts_total|string_format:\"%10s\"}\n----------------------------------------------------------\n{foreach from=$value item=line}\n{$line.description|truncate:30:\"...\"|string_format:\"%-30s\"} {$line.qty|string_format:\"%5s\"} {$line.unit_price|crmMoney|string_format:\"%10s\"} {$line.line_total|crmMoney|string_format:\"%10s\"}\n{/foreach}\n{/foreach}\n\n{ts}Total Amount{/ts}: {$amount|crmMoney}\n{else}\n{if $useForMember && $lineItem && empty($is_quick_config)}\n{foreach from=$lineItem item=value key=priceset}\n{capture assign=ts_item}{ts}Item{/ts}{/capture}\n{capture assign=ts_total}{ts}Fee{/ts}{/capture}\n{if !empty($dataArray)}\n{capture assign=ts_subtotal}{ts}Subtotal{/ts}{/capture}\n{capture assign=ts_taxRate}{ts}Tax Rate{/ts}{/capture}\n{capture assign=ts_taxAmount}{ts}Tax Amount{/ts}{/capture}\n{capture assign=ts_total}{ts}Total{/ts}{/capture}\n{/if}\n{capture assign=ts_start_date}{ts}Membership Start Date{/ts}{/capture}\n{capture assign=ts_end_date}{ts}Membership Expiration Date{/ts}{/capture}\n{$ts_item|string_format:\"%-30s\"} {$ts_total|string_format:\"%10s\"} {if !empty($dataArray)} {$ts_subtotal|string_format:\"%10s\"} {$ts_taxRate|string_format:\"%10s\"} {$ts_taxAmount|string_format:\"%10s\"} {$ts_total|string_format:\"%10s\"} {/if} {$ts_start_date|string_format:\"%20s\"} {$ts_end_date|string_format:\"%20s\"}\n--------------------------------------------------------------------------------------------------\n\n{foreach from=$value item=line}\n{capture assign=ts_item}{if $line.html_type eq \'Text\'}{$line.label}{else}{$line.field_title} - {$line.label}{/if} {if $line.description} {$line.description}{/if}{/capture}{$ts_item|truncate:30:\"...\"|string_format:\"%-30s\"} {$line.line_total|crmMoney|string_format:\"%10s\"} {if !empty($dataArray)} {$line.unit_price*$line.qty|crmMoney:$currency|string_format:\"%10s\"} {if $line.tax_rate || $line.tax_amount != \"\"} {$line.tax_rate|string_format:\"%.2f\"} % {$line.tax_amount|crmMoney:$currency|string_format:\"%10s\"} {else} {/if} {$line.line_total+$line.tax_amount|crmMoney|string_format:\"%10s\"} {/if} {$line.start_date|string_format:\"%20s\"} {$line.end_date|string_format:\"%20s\"}\n{/foreach}\n{/foreach}\n\n{if !empty($dataArray)}\n{ts}Amount before Tax{/ts}: {$amount-$totalTaxAmount|crmMoney:$currency}\n\n{foreach from=$dataArray item=value key=priceset}\n{if $priceset || $priceset == 0}\n{$taxTerm} {$priceset|string_format:\"%.2f\"}%: {$value|crmMoney:$currency}\n{else}\n{ts}No{/ts} {$taxTerm}: {$value|crmMoney:$currency}\n{/if}\n{/foreach}\n{/if}\n--------------------------------------------------------------------------------------------------\n{/if}\n\n{if $totalTaxAmount}\n{ts}Total Tax Amount{/ts}: {$totalTaxAmount|crmMoney:$currency}\n{/if}\n\n{ts}Amount{/ts}: {$amount|crmMoney} {if isset($amount_level) } - {$amount_level} {/if}\n{/if}\n{elseif isset($membership_amount)}\n===========================================================\n{ts}Membership Fee{/ts}\n\n===========================================================\n{ts 1=$membership_name}%1 Membership{/ts}: {$membership_amount|crmMoney}\n{/if}\n\n{if !empty($receive_date)}\n\n{ts}Date{/ts}: {$receive_date|crmDate}\n{/if}\n{if !empty($is_monetary) and !empty($trxn_id)}\n{ts}Transaction #{/ts}: {$trxn_id}\n\n{/if}\n{if !empty($membership_trx_id)}\n{ts}Membership Transaction #{/ts}: {$membership_trx_id}\n\n{/if}\n{if !empty($is_recur)}\n{ts}This membership will be renewed automatically.{/ts}\n{if $cancelSubscriptionUrl}\n\n{ts 1=$cancelSubscriptionUrl}You can cancel the auto-renewal option by visiting this web page: %1.{/ts}\n\n{/if}\n\n{if $updateSubscriptionBillingUrl}\n\n{ts 1=$updateSubscriptionBillingUrl}You can update billing details for this automatically renewed membership by <a href=\"%1\">visiting this web page</a>.{/ts}\n{/if}\n{/if}\n\n{if $honor_block_is_active }\n===========================================================\n{$soft_credit_type}\n===========================================================\n{foreach from=$honoreeProfile item=value key=label}\n{$label}: {$value}\n{/foreach}\n\n{/if}\n{if !empty($pcpBlock)}\n===========================================================\n{ts}Personal Campaign Page{/ts}\n\n===========================================================\n{ts}Display In Honor Roll{/ts}: {if $pcp_display_in_roll}{ts}Yes{/ts}{else}{ts}No{/ts}{/if}\n\n{if $pcp_roll_nickname}{ts}Nickname{/ts}: {$pcp_roll_nickname}{/if}\n\n{if $pcp_personal_note}{ts}Personal Note{/ts}: {$pcp_personal_note}{/if}\n\n{/if}\n{if !empty($onBehalfProfile)}\n===========================================================\n{ts}On Behalf Of{/ts}\n\n===========================================================\n{foreach from=$onBehalfProfile item=onBehalfValue key=onBehalfName}\n{$onBehalfName}: {$onBehalfValue}\n{/foreach}\n{/if}\n\n{if !empty($billingName)}\n===========================================================\n{ts}Billing Name and Address{/ts}\n\n===========================================================\n{$billingName}\n{$address}\n\n{$email}\n{elseif !empty($email)}\n===========================================================\n{ts}Registered Email{/ts}\n\n===========================================================\n{$email}\n{/if} {* End billingName or email *}\n{if !empty($credit_card_type)}\n\n===========================================================\n{ts}Credit Card Information{/ts}\n\n===========================================================\n{$credit_card_type}\n{$credit_card_number}\n{ts}Expires{/ts}: {$credit_card_exp_date|truncate:7:\'\'|crmDate}\n{/if}\n\n{if !empty($selectPremium)}\n===========================================================\n{ts}Premium Information{/ts}\n\n===========================================================\n{$product_name}\n{if $option}\n{ts}Option{/ts}: {$option}\n{/if}\n{if $sku}\n{ts}SKU{/ts}: {$sku}\n{/if}\n{if $start_date}\n{ts}Start Date{/ts}: {$start_date|crmDate}\n{/if}\n{if $end_date}\n{ts}End Date{/ts}: {$end_date|crmDate}\n{/if}\n{if !empty($contact_email) OR !empty($contact_phone)}\n\n{ts}For information about this premium, contact:{/ts}\n\n{if !empty($contact_email)}\n {$contact_email}\n{/if}\n{if !empty($contact_phone)}\n {$contact_phone}\n{/if}\n{/if}\n{if $is_deductible AND !empty($price)}\n\n{ts 1=$price|crmMoney}The value of this premium is %1. This may affect the amount of the tax deduction you can claim. Consult your tax advisor for more information.{/ts}{/if}\n{/if}\n\n{if !empty($customPre)}\n===========================================================\n{$customPre_grouptitle}\n\n===========================================================\n{foreach from=$customPre item=customValue key=customName}\n{if ( !empty($trackingFields) and ! in_array( $customName, $trackingFields ) ) or empty($trackingFields)}\n {$customName}: {$customValue}\n{/if}\n{/foreach}\n{/if}\n\n\n{if !empty($customPost)}\n===========================================================\n{$customPost_grouptitle}\n\n===========================================================\n{foreach from=$customPost item=customValue key=customName}\n{if ( !empty($trackingFields) and ! in_array( $customName, $trackingFields ) ) or empty($trackingFields)}\n {$customName}: {$customValue}\n{/if}\n{/foreach}\n{/if}\n','<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n<head>\n <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n <title></title>\n</head>\n<body>\n\n{capture assign=headerStyle}colspan=\"2\" style=\"text-align: left; padding: 4px; border-bottom: 1px solid #999; background-color: #eee;\"{/capture}\n{capture assign=labelStyle }style=\"padding: 4px; border-bottom: 1px solid #999; background-color: #f7f7f7;\"{/capture}\n{capture assign=valueStyle }style=\"padding: 4px; border-bottom: 1px solid #999;\"{/capture}\n\n <table id=\"crm-event_receipt\" style=\"font-family: Arial, Verdana, sans-serif; text-align: left; width:100%; max-width:700px; padding:0; margin:0; border:0px;\">\n\n <!-- BEGIN HEADER -->\n <!-- You can add table row(s) here with logo or other header elements -->\n <!-- END HEADER -->\n\n <!-- BEGIN CONTENT -->\n\n <tr>\n <td>\n {assign var=\"greeting\" value=\"{contact.email_greeting_display}\"}{if $greeting}<p>{$greeting},</p>{/if}\n {if !empty($receipt_text)}\n <p>{$receipt_text|htmlize}</p>\n {/if}\n\n {if $is_pay_later}\n <p>{$pay_later_receipt}</p> {* FIXME: this might be text rather than HTML *}\n {/if}\n\n </td>\n </tr>\n </table>\n <table style=\"width:100%; max-width:500px; border: 1px solid #999; margin: 1em 0em 1em; border-collapse: collapse;\">\n\n {if $membership_assign && !$useForMember}\n <tr>\n <th {$headerStyle}>\n {ts}Membership Information{/ts}\n </th>\n </tr>\n <tr>\n <td {$labelStyle}>\n {ts}Membership Type{/ts}\n </td>\n <td {$valueStyle}>\n {$membership_name}\n </td>\n </tr>\n {if $mem_start_date}\n <tr>\n <td {$labelStyle}>\n {ts}Membership Start Date{/ts}\n </td>\n <td {$valueStyle}>\n {$mem_start_date|crmDate}\n </td>\n </tr>\n {/if}\n {if $mem_end_date}\n <tr>\n <td {$labelStyle}>\n {ts}Membership Expiration Date{/ts}\n </td>\n <td {$valueStyle}>\n {$mem_end_date|crmDate}\n </td>\n </tr>\n {/if}\n {/if}\n\n\n {if $amount}\n <tr>\n <th {$headerStyle}>\n {ts}Membership Fee{/ts}\n </th>\n </tr>\n\n {if !$useForMember and isset($membership_amount) and !empty($is_quick_config)}\n\n <tr>\n <td {$labelStyle}>\n {ts 1=$membership_name}%1 Membership{/ts}\n </td>\n <td {$valueStyle}>\n {$membership_amount|crmMoney}\n </td>\n </tr>\n {if $amount && !$is_separate_payment }\n <tr>\n <td {$labelStyle}>\n {ts}Contribution Amount{/ts}\n </td>\n <td {$valueStyle}>\n {$amount|crmMoney}\n </td>\n </tr>\n <tr>\n <td {$labelStyle}>\n {ts}Total{/ts}\n </td>\n <td {$valueStyle}>\n {$amount+$membership_amount|crmMoney}\n </td>\n </tr>\n {/if}\n\n {elseif empty($useForMember) && !empty($lineItem) and $priceSetID and empty($is_quick_config)}\n\n {foreach from=$lineItem item=value key=priceset}\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n <table>\n <tr>\n <th>{ts}Item{/ts}</th>\n <th>{ts}Qty{/ts}</th>\n <th>{ts}Each{/ts}</th>\n <th>{ts}Total{/ts}</th>\n </tr>\n {foreach from=$value item=line}\n <tr>\n <td>\n {$line.description|truncate:30:\"...\"}\n </td>\n <td>\n {$line.qty}\n </td>\n <td>\n {$line.unit_price|crmMoney}\n </td>\n <td>\n {$line.line_total|crmMoney}\n </td>\n </tr>\n {/foreach}\n </table>\n </td>\n </tr>\n {/foreach}\n <tr>\n <td {$labelStyle}>\n {ts}Total Amount{/ts}\n </td>\n <td {$valueStyle}>\n {$amount|crmMoney}\n </td>\n </tr>\n\n {else}\n {if $useForMember && $lineItem and empty($is_quick_config)}\n {foreach from=$lineItem item=value key=priceset}\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n <table>\n <tr>\n <th>{ts}Item{/ts}</th>\n <th>{ts}Fee{/ts}</th>\n {if !empty($dataArray)}\n <th>{ts}SubTotal{/ts}</th>\n <th>{ts}Tax Rate{/ts}</th>\n <th>{ts}Tax Amount{/ts}</th>\n <th>{ts}Total{/ts}</th>\n {/if}\n <th>{ts}Membership Start Date{/ts}</th>\n <th>{ts}Membership Expiration Date{/ts}</th>\n </tr>\n {foreach from=$value item=line}\n <tr>\n <td>\n {if $line.html_type eq \'Text\'}{$line.label}{else}{$line.field_title} - {$line.label}{/if} {if $line.description}<div>{$line.description|truncate:30:\"...\"}</div>{/if}\n </td>\n <td>\n {$line.line_total|crmMoney}\n </td>\n {if !empty($dataArray)}\n <td>\n {$line.unit_price*$line.qty|crmMoney}\n </td>\n {if ($line.tax_rate || $line.tax_amount != \"\")}\n <td>\n {$line.tax_rate|string_format:\"%.2f\"}%\n </td>\n <td>\n {$line.tax_amount|crmMoney}\n </td>\n {else}\n <td></td>\n <td></td>\n {/if}\n <td>\n {$line.line_total+$line.tax_amount|crmMoney}\n </td>\n {/if}\n <td>\n {$line.start_date}\n </td>\n <td>\n {$line.end_date}\n </td>\n </tr>\n {/foreach}\n </table>\n </td>\n </tr>\n {/foreach}\n {if !empty($dataArray)}\n <tr>\n <td {$labelStyle}>\n {ts}Amount Before Tax:{/ts}\n </td>\n <td {$valueStyle}>\n {$amount-$totalTaxAmount|crmMoney}\n </td>\n </tr>\n {foreach from=$dataArray item=value key=priceset}\n <tr>\n {if $priceset || $priceset == 0}\n <td> {$taxTerm} {$priceset|string_format:\"%.2f\"}%</td>\n <td> {$value|crmMoney:$currency}</td>\n {else}\n <td> {ts}NO{/ts} {$taxTerm}</td>\n <td> {$value|crmMoney:$currency}</td>\n {/if}\n </tr>\n {/foreach}\n {/if}\n {/if}\n {if $totalTaxAmount}\n <tr>\n <td {$labelStyle}>\n {ts}Total Tax Amount{/ts}\n </td>\n <td {$valueStyle}>\n {$totalTaxAmount|crmMoney:$currency}\n </td>\n </tr>\n {/if}\n <tr>\n <td {$labelStyle}>\n {ts}Amount{/ts}\n </td>\n <td {$valueStyle}>\n {$amount|crmMoney} {if isset($amount_level)} - {$amount_level}{/if}\n </td>\n </tr>\n\n {/if}\n\n\n {elseif isset($membership_amount)}\n\n\n <tr>\n <th {$headerStyle}>\n {ts}Membership Fee{/ts}\n </th>\n </tr>\n <tr>\n <td {$labelStyle}>\n {ts 1=$membership_name}%1 Membership{/ts}\n </td>\n <td {$valueStyle}>\n {$membership_amount|crmMoney}\n </td>\n </tr>\n\n\n {/if}\n\n {if !empty($receive_date)}\n <tr>\n <td {$labelStyle}>\n {ts}Date{/ts}\n </td>\n <td {$valueStyle}>\n {$receive_date|crmDate}\n </td>\n </tr>\n {/if}\n\n {if !empty($is_monetary) and !empty($trxn_id)}\n <tr>\n <td {$labelStyle}>\n {ts}Transaction #{/ts}\n </td>\n <td {$valueStyle}>\n {$trxn_id}\n </td>\n </tr>\n {/if}\n\n {if !empty($membership_trx_id)}\n <tr>\n <td {$labelStyle}>\n {ts}Membership Transaction #{/ts}\n </td>\n <td {$valueStyle}>\n {$membership_trx_id}\n </td>\n </tr>\n {/if}\n {if !empty($is_recur)}\n <tr>\n <td colspan=\"2\" {$labelStyle}>\n {ts}This membership will be renewed automatically.{/ts}\n {if $cancelSubscriptionUrl}\n {ts 1=$cancelSubscriptionUrl}You can cancel the auto-renewal option by <a href=\"%1\">visiting this web page</a>.{/ts}\n {/if}\n </td>\n </tr>\n {if $updateSubscriptionBillingUrl}\n <tr>\n <td colspan=\"2\" {$labelStyle}>\n {ts 1=$updateSubscriptionBillingUrl}You can update billing details for this automatically renewed membership by <a href=\"%1\">visiting this web page</a>.{/ts}\n </td>\n </tr>\n {/if}\n {/if}\n\n {if $honor_block_is_active}\n <tr>\n <th {$headerStyle}>\n {$soft_credit_type}\n </th>\n </tr>\n {foreach from=$honoreeProfile item=value key=label}\n <tr>\n <td {$labelStyle}>\n {$label}\n </td>\n <td {$valueStyle}>\n {$value}\n </td>\n </tr>\n {/foreach}\n {/if}\n\n {if !empty($pcpBlock)}\n <tr>\n <th {$headerStyle}>\n {ts}Personal Campaign Page{/ts}\n </th>\n </tr>\n <tr>\n <td {$labelStyle}>\n {ts}Display In Honor Roll{/ts}\n </td>\n <td {$valueStyle}>\n {if $pcp_display_in_roll}{ts}Yes{/ts}{else}{ts}No{/ts}{/if}\n </td>\n </tr>\n {if $pcp_roll_nickname}\n <tr>\n <td {$labelStyle}>\n {ts}Nickname{/ts}\n </td>\n <td {$valueStyle}>\n {$pcp_roll_nickname}\n </td>\n </tr>\n {/if}\n {if $pcp_personal_note}\n <tr>\n <td {$labelStyle}>\n {ts}Personal Note{/ts}\n </td>\n <td {$valueStyle}>\n {$pcp_personal_note}\n </td>\n </tr>\n {/if}\n {/if}\n\n {if !empty($onBehalfProfile)}\n <tr>\n <th {$headerStyle}>\n {$onBehalfProfile_grouptitle}\n </th>\n </tr>\n {foreach from=$onBehalfProfile item=onBehalfValue key=onBehalfName}\n <tr>\n <td {$labelStyle}>\n {$onBehalfName}\n </td>\n <td {$valueStyle}>\n {$onBehalfValue}\n </td>\n </tr>\n {/foreach}\n {/if}\n\n {if !empty($billingName)}\n <tr>\n <th {$headerStyle}>\n {ts}Billing Name and Address{/ts}\n </th>\n </tr>\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n {$billingName}<br />\n {$address|nl2br}<br />\n {$email}\n </td>\n </tr>\n {elseif !empty($email)}\n <tr>\n <th {$headerStyle}>\n {ts}Registered Email{/ts}\n </th>\n </tr>\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n {$email}\n </td>\n </tr>\n {/if}\n\n {if !empty($credit_card_type)}\n <tr>\n <th {$headerStyle}>\n {ts}Credit Card Information{/ts}\n </th>\n </tr>\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n {$credit_card_type}<br />\n {$credit_card_number}<br />\n {ts}Expires{/ts}: {$credit_card_exp_date|truncate:7:\'\'|crmDate}<br />\n </td>\n </tr>\n {/if}\n\n {if !empty($selectPremium)}\n <tr>\n <th {$headerStyle}>\n {ts}Premium Information{/ts}\n </th>\n </tr>\n <tr>\n <td colspan=\"2\" {$labelStyle}>\n {$product_name}\n </td>\n </tr>\n {if $option}\n <tr>\n <td {$labelStyle}>\n {ts}Option{/ts}\n </td>\n <td {$valueStyle}>\n {$option}\n </td>\n </tr>\n {/if}\n {if $sku}\n <tr>\n <td {$labelStyle}>\n {ts}SKU{/ts}\n </td>\n <td {$valueStyle}>\n {$sku}\n </td>\n </tr>\n {/if}\n {if $start_date}\n <tr>\n <td {$labelStyle}>\n {ts}Start Date{/ts}\n </td>\n <td {$valueStyle}>\n {$start_date|crmDate}\n </td>\n </tr>\n {/if}\n {if $end_date}\n <tr>\n <td {$labelStyle}>\n {ts}End Date{/ts}\n </td>\n <td {$valueStyle}>\n {$end_date|crmDate}\n </td>\n </tr>\n {/if}\n {if !empty($contact_email) OR !empty($contact_phone)}\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n <p>{ts}For information about this premium, contact:{/ts}</p>\n {if !empty($contact_email)}\n <p>{$contact_email}</p>\n {/if}\n {if !empty($contact_phone)}\n <p>{$contact_phone}</p>\n {/if}\n </td>\n </tr>\n {/if}\n {if $is_deductible AND !empty($price)}\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n <p>{ts 1=$price|crmMoney}The value of this premium is %1. This may affect the amount of the tax deduction you can claim. Consult your tax advisor for more information.{/ts}</p>\n </td>\n </tr>\n {/if}\n {/if}\n\n {if !empty($customPre)}\n <tr>\n <th {$headerStyle}>\n {$customPre_grouptitle}\n </th>\n </tr>\n {foreach from=$customPre item=customValue key=customName}\n {if (!empty($trackingFields) and ! in_array($customName, $trackingFields)) or empty($trackingFields)}\n <tr>\n <td {$labelStyle}>\n {$customName}\n </td>\n <td {$valueStyle}>\n {$customValue}\n </td>\n </tr>\n {/if}\n {/foreach}\n {/if}\n\n {if !empty($customPost)}\n <tr>\n <th {$headerStyle}>\n {$customPost_grouptitle}\n </th>\n </tr>\n {foreach from=$customPost item=customValue key=customName}\n {if (!empty($trackingFields) and ! in_array($customName, $trackingFields)) or empty($trackingFields)}\n <tr>\n <td {$labelStyle}>\n {$customName}\n </td>\n <td {$valueStyle}>\n {$customValue}\n </td>\n </tr>\n {/if}\n {/foreach}\n {/if}\n\n </table>\n\n</body>\n</html>\n',1,836,'membership_online_receipt',0,1,0,NULL), + (45,'Memberships - Signup and Renewal Receipts (off-line)','{if $receiptType EQ \'membership signup\'}\n{ts}Membership Confirmation and Receipt{/ts}\n{elseif $receiptType EQ \'membership renewal\'}\n{ts}Membership Renewal Confirmation and Receipt{/ts}\n{/if} - {contact.display_name}\n','{assign var=\"greeting\" value=\"{contact.email_greeting_display}\"}{if $greeting}{$greeting},{/if}\n\n{if $receipt_text}\n{$receipt_text}\n{else}{ts}Thank you for this contribution.{/ts}{/if}\n\n{if !$isShowLineItems}\n===========================================================\n{ts}Membership Information{/ts}\n\n===========================================================\n{ts}Membership Type{/ts}: {membership.membership_type_id:name}\n{/if}\n{if \'{membership.status_id:name}\' !== \'Cancelled\'}\n{if !$isShowLineItems}\n{ts}Membership Start Date{/ts}: {membership.start_date|crmDate:\"Full\"}\n{ts}Membership Expiration Date{/ts}: {membership.end_date|crmDate:\"Full\"}\n{/if}\n\n{if \'{contribution.total_amount|raw}\' !== \'0.00\'}\n===========================================================\n{ts}Membership Fee{/ts}\n\n===========================================================\n{if {contribution.financial_type_id|boolean}}\n{ts}Financial Type{/ts}: {contribution.financial_type_id:label}\n{/if}\n{if $isShowLineItems}\n{capture assign=ts_item}{ts}Item{/ts}{/capture}\n{capture assign=ts_total}{ts}Fee{/ts}{/capture}\n{if $isShowTax && \'{contribution.tax_amount|raw}\' !== \'0.00\'}\n{capture assign=ts_subtotal}{ts}Subtotal{/ts}{/capture}\n{capture assign=ts_taxRate}{ts}Tax Rate{/ts}{/capture}\n{capture assign=ts_taxAmount}{ts}Tax Amount{/ts}{/capture}\n{capture assign=ts_total}{ts}Total{/ts}{/capture}\n{/if}\n{capture assign=ts_start_date}{ts}Membership Start Date{/ts}{/capture}\n{capture assign=ts_end_date}{ts}Membership Expiration Date{/ts}{/capture}\n{$ts_item|string_format:\"%-30s\"} {$ts_total|string_format:\"%10s\"} {if $isShowTax && \'{contribution.tax_amount|raw}\' !== \'0.00\'} {$ts_subtotal|string_format:\"%10s\"} {$ts_taxRate|string_format:\"%10s\"} {$ts_taxAmount|string_format:\"%10s\"} {$ts_total|string_format:\"%10s\"} {/if} {$ts_start_date|string_format:\"%20s\"} {$ts_end_date|string_format:\"%20s\"}\n--------------------------------------------------------------------------------------------------\n\n{foreach from=$lineItems item=line}\n{line.title} {$line.line_total|crmMoney|string_format:\"%10s\"} {if $isShowTax && \'{contribution.tax_amount|raw}\' !== \'0.00\'} {$line.unit_price*$line.qty|crmMoney:\'{contribution.currency}\'|string_format:\"%10s\"} {if $line.tax_rate || $line.tax_amount != \"\"} {$line.tax_rate|string_format:\"%.2f\"} % {$line.tax_amount|crmMoney:\'{contribution.currency}\'|string_format:\"%10s\"} {else} {/if} {$line.line_total+$line.tax_amount|crmMoney|string_format:\"%10s\"} {/if} {$line.membership.start_date|string_format:\"%20s\"} {$line.membership.end_date|string_format:\"%20s\"}\n{/foreach}\n\n{if $isShowTax && \'{contribution.tax_amount|raw}\' !== \'0.00\'}\n{ts}Amount before Tax:{/ts} {contribution.tax_exclusive_amount}\n\n{foreach from=$taxRateBreakdown item=taxDetail key=taxRate}\n{if $taxRate == 0}{ts}No{/ts} {$taxTerm}{else} {$taxTerm} {$taxDetail.percentage}%{/if}: {$taxDetail.amount|crmMoney:\'{contribution.currency}\'}\n{/foreach}\n{/if}\n--------------------------------------------------------------------------------------------------\n{/if}\n\n{if \'{contribution.tax_amount|raw}\' !== \'0.00\'}\n{ts}Total Tax Amount{/ts}: {contribution.tax_amount}\n{/if}\n\n{ts}Amount{/ts}: {contribution.total_amount}\n{if {contribution.receive_date|boolean}}\n{ts}Date Received{/ts}: {contribution.receive_date}\n{/if}\n{if {contribution.payment_instrument_id|boolean}}\n{ts}Paid By{/ts}: {contribution.payment_instrument_id:label}\n{if {contribution.check_number|boolean}}\n{ts}Check Number{/ts}: {contribution.check_number|boolean}\n{/if}\n{/if}\n{/if}\n{/if}\n\n{if !empty($isPrimary) }\n{if !empty($billingName)}\n\n===========================================================\n{ts}Billing Name and Address{/ts}\n\n===========================================================\n{$billingName}\n{$address}\n{/if}\n\n{if !empty($credit_card_type)}\n===========================================================\n{ts}Credit Card Information{/ts}\n\n===========================================================\n{$credit_card_type}\n{$credit_card_number}\n{ts}Expires{/ts}: {$credit_card_exp_date|truncate:7:\'\'|crmDate}\n{/if}\n{/if}\n\n{if !empty($customValues)}\n===========================================================\n{ts}Membership Options{/ts}\n\n===========================================================\n{foreach from=$customValues item=value key=customName}\n {$customName} : {$value}\n{/foreach}\n{/if}\n','<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\"\n \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n<head>\n <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\"/>\n <title></title>\n</head>\n<body>\n\n{capture assign=headerStyle}colspan=\"2\" style=\"text-align: left; padding: 4px; border-bottom: 1px solid #999; background-color: #eee;\"{/capture}\n{capture assign=labelStyle }style=\"padding: 4px; border-bottom: 1px solid #999; background-color: #f7f7f7;\"{/capture}\n{capture assign=valueStyle }style=\"padding: 4px; border-bottom: 1px solid #999;\"{/capture}\n\n <table id=\"crm-membership_receipt\"\n style=\"font-family: Arial, Verdana, sans-serif; text-align: left; width:100%; max-width:700px; padding:0; margin:0; border:0px;\">\n\n <!-- BEGIN HEADER -->\n <!-- You can add table row(s) here with logo or other header elements -->\n <!-- END HEADER -->\n\n <!-- BEGIN CONTENT -->\n\n <tr>\n <td>\n {assign var=\"greeting\" value=\"{contact.email_greeting_display}\"}{if $greeting}<p>{$greeting},</p>{/if}\n {if $receipt_text}\n <p>{$receipt_text|htmlize}</p>\n {else}\n <p>{ts}Thank you for this contribution.{/ts}</p>\n {/if}\n </td>\n </tr>\n <tr>\n <td>\n <table style=\"border: 1px solid #999; margin: 1em 0em 1em; border-collapse: collapse; width:100%;\">\n {if !$isShowLineItems}\n <tr>\n <th {$headerStyle}>\n {ts}Membership Information{/ts}\n </th>\n </tr>\n <tr>\n <td {$labelStyle}>\n {ts}Membership Type{/ts}\n </td>\n <td {$valueStyle}>\n {membership.membership_type_id:name}\n </td>\n </tr>\n {/if}\n {if \'{membership.status_id:name}\' !== \'Cancelled\'}\n {if !$isShowLineItems}\n <tr>\n <td {$labelStyle}>\n {ts}Membership Start Date{/ts}\n </td>\n <td {$valueStyle}>\n {membership.start_date|crmDate:\"Full\"}\n </td>\n </tr>\n <tr>\n <td {$labelStyle}>\n {ts}Membership Expiration Date{/ts}\n </td>\n <td {$valueStyle}>\n {membership.end_date|crmDate:\"Full\"}\n </td>\n </tr>\n {/if}\n {if \'{contribution.total_amount|raw}\' !== \'0.00\'}\n <tr>\n <th {$headerStyle}>\n {ts}Membership Fee{/ts}\n </th>\n </tr>\n {if {contribution.financial_type_id|boolean}}\n <tr>\n <td {$labelStyle}>\n {ts}Financial Type{/ts}\n </td>\n <td {$valueStyle}>\n {contribution.financial_type_id:label}\n </td>\n </tr>\n {/if}\n\n {if $isShowLineItems}\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n <table>\n <tr>\n <th>{ts}Item{/ts}</th>\n <th>{ts}Fee{/ts}</th>\n {if $isShowTax && \'{contribution.tax_amount|raw}\' !== \'0.00\'}\n <th>{ts}SubTotal{/ts}</th>\n <th>{ts}Tax Rate{/ts}</th>\n <th>{ts}Tax Amount{/ts}</th>\n <th>{ts}Total{/ts}</th>\n {/if}\n <th>{ts}Membership Start Date{/ts}</th>\n <th>{ts}Membership Expiration Date{/ts}</th>\n </tr>\n {foreach from=$lineItems item=line}\n <tr>\n <td>{$line.title}</td>\n <td>\n {$line.line_total|crmMoney}\n </td>\n {if $isShowTax && \'{contribution.tax_amount|raw}\' !== \'0.00\'}\n <td>\n {$line.unit_price*$line.qty|crmMoney:\'{contribution.currency}\'}\n </td>\n {if $line.tax_rate || $line.tax_amount != \"\"}\n <td>\n {$line.tax_rate|string_format:\"%.2f\"}%\n </td>\n <td>\n {$line.tax_amount|crmMoney:\'{contribution.currency}\'}\n </td>\n {else}\n <td></td>\n <td></td>\n {/if}\n <td>\n {$line.line_total+$line.tax_amount|crmMoney:\'{contribution.currency}\'}\n </td>\n {/if}\n <td>\n {$line.membership.start_date|crmDate:\"Full\"}\n </td>\n <td>\n {$line.membership.end_date|crmDate:\"Full\"}\n </td>\n </tr>\n {/foreach}\n </table>\n </td>\n </tr>\n\n {if $isShowTax && \'{contribution.tax_amount|raw}\' !== \'0.00\'}\n <tr>\n <td {$labelStyle}>\n {ts}Amount Before Tax:{/ts}\n </td>\n <td {$valueStyle}>\n {contribution.tax_exclusive_amount}\n </td>\n </tr>\n {foreach from=$taxRateBreakdown item=taxDetail key=taxRate}\n <tr>\n <td {$labelStyle}>{if $taxRate == 0}{ts}No{/ts} {$taxTerm}{else} {$taxTerm} {$taxDetail.percentage}%{/if}</td>\n <td {$valueStyle}>{$taxDetail.amount|crmMoney:\'{contribution.currency}\'}</td>\n </tr>\n {/foreach}\n {/if}\n {/if}\n {if \'{contribution.tax_amount|raw}\' !== \'0.00\'}\n <tr>\n <td {$labelStyle}>\n {ts}Total Tax Amount{/ts}\n </td>\n <td {$valueStyle}>\n {contribution.tax_amount}\n </td>\n </tr>\n {/if}\n <tr>\n <td {$labelStyle}>\n {ts}Amount{/ts}\n </td>\n <td {$valueStyle}>\n {contribution.total_amount}\n </td>\n </tr>\n {if {contribution.receive_date|boolean}}\n <tr>\n <td {$labelStyle}>\n {ts}Date Received{/ts}\n </td>\n <td {$valueStyle}>\n {contribution.receive_date}\n </td>\n </tr>\n {/if}\n {if {contribution.payment_instrument_id|boolean}}\n <tr>\n <td {$labelStyle}>\n {ts}Paid By{/ts}\n </td>\n <td {$valueStyle}>\n {contribution.payment_instrument_id:label}\n </td>\n </tr>\n {if {contribution.check_number|boolean}}\n <tr>\n <td {$labelStyle}>\n {ts}Check Number{/ts}\n </td>\n <td {$valueStyle}>\n {contribution.check_number}\n </td>\n </tr>\n {/if}\n {/if}\n {/if}\n {/if}\n </table>\n </td>\n </tr>\n\n {if !empty($isPrimary)}\n <tr>\n <td>\n <table style=\"border: 1px solid #999; margin: 1em 0em 1em; border-collapse: collapse; width:100%;\">\n\n {if !empty($billingName)}\n <tr>\n <th {$headerStyle}>\n {ts}Billing Name and Address{/ts}\n </th>\n </tr>\n <tr>\n <td {$labelStyle}>\n {$billingName}<br/>\n {$address}\n </td>\n </tr>\n {/if}\n\n {if !empty($credit_card_type)}\n <tr>\n <th {$headerStyle}>\n {ts}Credit Card Information{/ts}\n </th>\n </tr>\n <tr>\n <td {$valueStyle}>\n {$credit_card_type}<br/>\n {$credit_card_number}\n </td>\n </tr>\n <tr>\n <td {$labelStyle}>\n {ts}Expires{/ts}\n </td>\n <td {$valueStyle}>\n {$credit_card_exp_date|truncate:7:\'\'|crmDate}\n </td>\n </tr>\n {/if}\n\n </table>\n </td>\n </tr>\n {/if}\n\n {if !empty($customValues)}\n <tr>\n <td>\n <table style=\"border: 1px solid #999; margin: 1em 0em 1em; border-collapse: collapse; width:100%;\">\n <tr>\n <th {$headerStyle}>\n {ts}Membership Options{/ts}\n </th>\n </tr>\n {foreach from=$customValues item=value key=customName}\n <tr>\n <td {$labelStyle}>\n {$customName}\n </td>\n <td {$valueStyle}>\n {$value}\n </td>\n </tr>\n {/foreach}\n </table>\n </td>\n </tr>\n {/if}\n\n </table>\n\n</body>\n</html>\n',1,835,'membership_offline_receipt',1,0,0,NULL), + (46,'Memberships - Signup and Renewal Receipts (off-line)','{if $receiptType EQ \'membership signup\'}\n{ts}Membership Confirmation and Receipt{/ts}\n{elseif $receiptType EQ \'membership renewal\'}\n{ts}Membership Renewal Confirmation and Receipt{/ts}\n{/if} - {contact.display_name}\n','{assign var=\"greeting\" value=\"{contact.email_greeting_display}\"}{if $greeting}{$greeting},{/if}\n\n{if $receipt_text}\n{$receipt_text}\n{else}{ts}Thank you for this contribution.{/ts}{/if}\n\n{if !$isShowLineItems}\n===========================================================\n{ts}Membership Information{/ts}\n\n===========================================================\n{ts}Membership Type{/ts}: {membership.membership_type_id:name}\n{/if}\n{if \'{membership.status_id:name}\' !== \'Cancelled\'}\n{if !$isShowLineItems}\n{ts}Membership Start Date{/ts}: {membership.start_date|crmDate:\"Full\"}\n{ts}Membership Expiration Date{/ts}: {membership.end_date|crmDate:\"Full\"}\n{/if}\n\n{if \'{contribution.total_amount|raw}\' !== \'0.00\'}\n===========================================================\n{ts}Membership Fee{/ts}\n\n===========================================================\n{if {contribution.financial_type_id|boolean}}\n{ts}Financial Type{/ts}: {contribution.financial_type_id:label}\n{/if}\n{if $isShowLineItems}\n{capture assign=ts_item}{ts}Item{/ts}{/capture}\n{capture assign=ts_total}{ts}Fee{/ts}{/capture}\n{if $isShowTax && \'{contribution.tax_amount|raw}\' !== \'0.00\'}\n{capture assign=ts_subtotal}{ts}Subtotal{/ts}{/capture}\n{capture assign=ts_taxRate}{ts}Tax Rate{/ts}{/capture}\n{capture assign=ts_taxAmount}{ts}Tax Amount{/ts}{/capture}\n{capture assign=ts_total}{ts}Total{/ts}{/capture}\n{/if}\n{capture assign=ts_start_date}{ts}Membership Start Date{/ts}{/capture}\n{capture assign=ts_end_date}{ts}Membership Expiration Date{/ts}{/capture}\n{$ts_item|string_format:\"%-30s\"} {$ts_total|string_format:\"%10s\"} {if $isShowTax && \'{contribution.tax_amount|raw}\' !== \'0.00\'} {$ts_subtotal|string_format:\"%10s\"} {$ts_taxRate|string_format:\"%10s\"} {$ts_taxAmount|string_format:\"%10s\"} {$ts_total|string_format:\"%10s\"} {/if} {$ts_start_date|string_format:\"%20s\"} {$ts_end_date|string_format:\"%20s\"}\n--------------------------------------------------------------------------------------------------\n\n{foreach from=$lineItems item=line}\n{line.title} {$line.line_total|crmMoney|string_format:\"%10s\"} {if $isShowTax && \'{contribution.tax_amount|raw}\' !== \'0.00\'} {$line.unit_price*$line.qty|crmMoney:\'{contribution.currency}\'|string_format:\"%10s\"} {if $line.tax_rate || $line.tax_amount != \"\"} {$line.tax_rate|string_format:\"%.2f\"} % {$line.tax_amount|crmMoney:\'{contribution.currency}\'|string_format:\"%10s\"} {else} {/if} {$line.line_total+$line.tax_amount|crmMoney|string_format:\"%10s\"} {/if} {$line.membership.start_date|string_format:\"%20s\"} {$line.membership.end_date|string_format:\"%20s\"}\n{/foreach}\n\n{if $isShowTax && \'{contribution.tax_amount|raw}\' !== \'0.00\'}\n{ts}Amount before Tax:{/ts} {contribution.tax_exclusive_amount}\n\n{foreach from=$taxRateBreakdown item=taxDetail key=taxRate}\n{if $taxRate == 0}{ts}No{/ts} {$taxTerm}{else} {$taxTerm} {$taxDetail.percentage}%{/if}: {$taxDetail.amount|crmMoney:\'{contribution.currency}\'}\n{/foreach}\n{/if}\n--------------------------------------------------------------------------------------------------\n{/if}\n\n{if \'{contribution.tax_amount|raw}\' !== \'0.00\'}\n{ts}Total Tax Amount{/ts}: {contribution.tax_amount}\n{/if}\n\n{ts}Amount{/ts}: {contribution.total_amount}\n{if {contribution.receive_date|boolean}}\n{ts}Date Received{/ts}: {contribution.receive_date}\n{/if}\n{if {contribution.payment_instrument_id|boolean}}\n{ts}Paid By{/ts}: {contribution.payment_instrument_id:label}\n{if {contribution.check_number|boolean}}\n{ts}Check Number{/ts}: {contribution.check_number|boolean}\n{/if}\n{/if}\n{/if}\n{/if}\n\n{if !empty($isPrimary) }\n{if !empty($billingName)}\n\n===========================================================\n{ts}Billing Name and Address{/ts}\n\n===========================================================\n{$billingName}\n{$address}\n{/if}\n\n{if !empty($credit_card_type)}\n===========================================================\n{ts}Credit Card Information{/ts}\n\n===========================================================\n{$credit_card_type}\n{$credit_card_number}\n{ts}Expires{/ts}: {$credit_card_exp_date|truncate:7:\'\'|crmDate}\n{/if}\n{/if}\n\n{if !empty($customValues)}\n===========================================================\n{ts}Membership Options{/ts}\n\n===========================================================\n{foreach from=$customValues item=value key=customName}\n {$customName} : {$value}\n{/foreach}\n{/if}\n','<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\"\n \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n<head>\n <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\"/>\n <title></title>\n</head>\n<body>\n\n{capture assign=headerStyle}colspan=\"2\" style=\"text-align: left; padding: 4px; border-bottom: 1px solid #999; background-color: #eee;\"{/capture}\n{capture assign=labelStyle }style=\"padding: 4px; border-bottom: 1px solid #999; background-color: #f7f7f7;\"{/capture}\n{capture assign=valueStyle }style=\"padding: 4px; border-bottom: 1px solid #999;\"{/capture}\n\n <table id=\"crm-membership_receipt\"\n style=\"font-family: Arial, Verdana, sans-serif; text-align: left; width:100%; max-width:700px; padding:0; margin:0; border:0px;\">\n\n <!-- BEGIN HEADER -->\n <!-- You can add table row(s) here with logo or other header elements -->\n <!-- END HEADER -->\n\n <!-- BEGIN CONTENT -->\n\n <tr>\n <td>\n {assign var=\"greeting\" value=\"{contact.email_greeting_display}\"}{if $greeting}<p>{$greeting},</p>{/if}\n {if $receipt_text}\n <p>{$receipt_text|htmlize}</p>\n {else}\n <p>{ts}Thank you for this contribution.{/ts}</p>\n {/if}\n </td>\n </tr>\n <tr>\n <td>\n <table style=\"border: 1px solid #999; margin: 1em 0em 1em; border-collapse: collapse; width:100%;\">\n {if !$isShowLineItems}\n <tr>\n <th {$headerStyle}>\n {ts}Membership Information{/ts}\n </th>\n </tr>\n <tr>\n <td {$labelStyle}>\n {ts}Membership Type{/ts}\n </td>\n <td {$valueStyle}>\n {membership.membership_type_id:name}\n </td>\n </tr>\n {/if}\n {if \'{membership.status_id:name}\' !== \'Cancelled\'}\n {if !$isShowLineItems}\n <tr>\n <td {$labelStyle}>\n {ts}Membership Start Date{/ts}\n </td>\n <td {$valueStyle}>\n {membership.start_date|crmDate:\"Full\"}\n </td>\n </tr>\n <tr>\n <td {$labelStyle}>\n {ts}Membership Expiration Date{/ts}\n </td>\n <td {$valueStyle}>\n {membership.end_date|crmDate:\"Full\"}\n </td>\n </tr>\n {/if}\n {if \'{contribution.total_amount|raw}\' !== \'0.00\'}\n <tr>\n <th {$headerStyle}>\n {ts}Membership Fee{/ts}\n </th>\n </tr>\n {if {contribution.financial_type_id|boolean}}\n <tr>\n <td {$labelStyle}>\n {ts}Financial Type{/ts}\n </td>\n <td {$valueStyle}>\n {contribution.financial_type_id:label}\n </td>\n </tr>\n {/if}\n\n {if $isShowLineItems}\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n <table>\n <tr>\n <th>{ts}Item{/ts}</th>\n <th>{ts}Fee{/ts}</th>\n {if $isShowTax && \'{contribution.tax_amount|raw}\' !== \'0.00\'}\n <th>{ts}SubTotal{/ts}</th>\n <th>{ts}Tax Rate{/ts}</th>\n <th>{ts}Tax Amount{/ts}</th>\n <th>{ts}Total{/ts}</th>\n {/if}\n <th>{ts}Membership Start Date{/ts}</th>\n <th>{ts}Membership Expiration Date{/ts}</th>\n </tr>\n {foreach from=$lineItems item=line}\n <tr>\n <td>{$line.title}</td>\n <td>\n {$line.line_total|crmMoney}\n </td>\n {if $isShowTax && \'{contribution.tax_amount|raw}\' !== \'0.00\'}\n <td>\n {$line.unit_price*$line.qty|crmMoney:\'{contribution.currency}\'}\n </td>\n {if $line.tax_rate || $line.tax_amount != \"\"}\n <td>\n {$line.tax_rate|string_format:\"%.2f\"}%\n </td>\n <td>\n {$line.tax_amount|crmMoney:\'{contribution.currency}\'}\n </td>\n {else}\n <td></td>\n <td></td>\n {/if}\n <td>\n {$line.line_total+$line.tax_amount|crmMoney:\'{contribution.currency}\'}\n </td>\n {/if}\n <td>\n {$line.membership.start_date|crmDate:\"Full\"}\n </td>\n <td>\n {$line.membership.end_date|crmDate:\"Full\"}\n </td>\n </tr>\n {/foreach}\n </table>\n </td>\n </tr>\n\n {if $isShowTax && \'{contribution.tax_amount|raw}\' !== \'0.00\'}\n <tr>\n <td {$labelStyle}>\n {ts}Amount Before Tax:{/ts}\n </td>\n <td {$valueStyle}>\n {contribution.tax_exclusive_amount}\n </td>\n </tr>\n {foreach from=$taxRateBreakdown item=taxDetail key=taxRate}\n <tr>\n <td {$labelStyle}>{if $taxRate == 0}{ts}No{/ts} {$taxTerm}{else} {$taxTerm} {$taxDetail.percentage}%{/if}</td>\n <td {$valueStyle}>{$taxDetail.amount|crmMoney:\'{contribution.currency}\'}</td>\n </tr>\n {/foreach}\n {/if}\n {/if}\n {if \'{contribution.tax_amount|raw}\' !== \'0.00\'}\n <tr>\n <td {$labelStyle}>\n {ts}Total Tax Amount{/ts}\n </td>\n <td {$valueStyle}>\n {contribution.tax_amount}\n </td>\n </tr>\n {/if}\n <tr>\n <td {$labelStyle}>\n {ts}Amount{/ts}\n </td>\n <td {$valueStyle}>\n {contribution.total_amount}\n </td>\n </tr>\n {if {contribution.receive_date|boolean}}\n <tr>\n <td {$labelStyle}>\n {ts}Date Received{/ts}\n </td>\n <td {$valueStyle}>\n {contribution.receive_date}\n </td>\n </tr>\n {/if}\n {if {contribution.payment_instrument_id|boolean}}\n <tr>\n <td {$labelStyle}>\n {ts}Paid By{/ts}\n </td>\n <td {$valueStyle}>\n {contribution.payment_instrument_id:label}\n </td>\n </tr>\n {if {contribution.check_number|boolean}}\n <tr>\n <td {$labelStyle}>\n {ts}Check Number{/ts}\n </td>\n <td {$valueStyle}>\n {contribution.check_number}\n </td>\n </tr>\n {/if}\n {/if}\n {/if}\n {/if}\n </table>\n </td>\n </tr>\n\n {if !empty($isPrimary)}\n <tr>\n <td>\n <table style=\"border: 1px solid #999; margin: 1em 0em 1em; border-collapse: collapse; width:100%;\">\n\n {if !empty($billingName)}\n <tr>\n <th {$headerStyle}>\n {ts}Billing Name and Address{/ts}\n </th>\n </tr>\n <tr>\n <td {$labelStyle}>\n {$billingName}<br/>\n {$address}\n </td>\n </tr>\n {/if}\n\n {if !empty($credit_card_type)}\n <tr>\n <th {$headerStyle}>\n {ts}Credit Card Information{/ts}\n </th>\n </tr>\n <tr>\n <td {$valueStyle}>\n {$credit_card_type}<br/>\n {$credit_card_number}\n </td>\n </tr>\n <tr>\n <td {$labelStyle}>\n {ts}Expires{/ts}\n </td>\n <td {$valueStyle}>\n {$credit_card_exp_date|truncate:7:\'\'|crmDate}\n </td>\n </tr>\n {/if}\n\n </table>\n </td>\n </tr>\n {/if}\n\n {if !empty($customValues)}\n <tr>\n <td>\n <table style=\"border: 1px solid #999; margin: 1em 0em 1em; border-collapse: collapse; width:100%;\">\n <tr>\n <th {$headerStyle}>\n {ts}Membership Options{/ts}\n </th>\n </tr>\n {foreach from=$customValues item=value key=customName}\n <tr>\n <td {$labelStyle}>\n {$customName}\n </td>\n <td {$valueStyle}>\n {$value}\n </td>\n </tr>\n {/foreach}\n </table>\n </td>\n </tr>\n {/if}\n\n </table>\n\n</body>\n</html>\n',1,835,'membership_offline_receipt',0,1,0,NULL), + (47,'Memberships - Receipt (on-line)','{if $is_pay_later}{ts}Invoice{/ts}{else}{ts}Receipt{/ts}{/if} - {$title} - {contact.display_name}\n','{assign var=\"greeting\" value=\"{contact.email_greeting_display}\"}{if $greeting}{$greeting},{/if}\n{if !empty($receipt_text)}\n{$receipt_text}\n{/if}\n{if $is_pay_later}\n\n===========================================================\n{$pay_later_receipt}\n===========================================================\n{/if}\n\n{if $membership_assign && !$useForMember}\n===========================================================\n{ts}Membership Information{/ts}\n\n===========================================================\n{ts}Membership Type{/ts}: {$membership_name}\n{if $mem_start_date}{ts}Membership Start Date{/ts}: {$mem_start_date|crmDate}\n{/if}\n{if $mem_end_date}{ts}Membership Expiration Date{/ts}: {$mem_end_date|crmDate}\n{/if}\n\n{/if}\n{if $amount}\n===========================================================\n{ts}Membership Fee{/ts}\n\n===========================================================\n{if !$useForMember && isset($membership_amount) && !empty($is_quick_config)}\n{ts 1=$membership_name}%1 Membership{/ts}: {$membership_amount|crmMoney}\n{if $amount && !$is_separate_payment }\n{ts}Contribution Amount{/ts}: {$amount|crmMoney}\n-------------------------------------------\n{ts}Total{/ts}: {$amount+$membership_amount|crmMoney}\n{/if}\n{elseif !$useForMember && !empty($lineItem) and !empty($priceSetID) & empty($is_quick_config)}\n{foreach from=$lineItem item=value key=priceset}\n---------------------------------------------------------\n{capture assign=ts_item}{ts}Item{/ts}{/capture}\n{capture assign=ts_qty}{ts}Qty{/ts}{/capture}\n{capture assign=ts_each}{ts}Each{/ts}{/capture}\n{capture assign=ts_total}{ts}Total{/ts}{/capture}\n{$ts_item|string_format:\"%-30s\"} {$ts_qty|string_format:\"%5s\"} {$ts_each|string_format:\"%10s\"} {$ts_total|string_format:\"%10s\"}\n----------------------------------------------------------\n{foreach from=$value item=line}\n{$line.description|truncate:30:\"...\"|string_format:\"%-30s\"} {$line.qty|string_format:\"%5s\"} {$line.unit_price|crmMoney|string_format:\"%10s\"} {$line.line_total|crmMoney|string_format:\"%10s\"}\n{/foreach}\n{/foreach}\n\n{ts}Total Amount{/ts}: {$amount|crmMoney}\n{else}\n{if $useForMember && $lineItem && empty($is_quick_config)}\n{foreach from=$lineItem item=value key=priceset}\n{capture assign=ts_item}{ts}Item{/ts}{/capture}\n{capture assign=ts_total}{ts}Fee{/ts}{/capture}\n{if !empty($dataArray)}\n{capture assign=ts_subtotal}{ts}Subtotal{/ts}{/capture}\n{capture assign=ts_taxRate}{ts}Tax Rate{/ts}{/capture}\n{capture assign=ts_taxAmount}{ts}Tax Amount{/ts}{/capture}\n{capture assign=ts_total}{ts}Total{/ts}{/capture}\n{/if}\n{capture assign=ts_start_date}{ts}Membership Start Date{/ts}{/capture}\n{capture assign=ts_end_date}{ts}Membership Expiration Date{/ts}{/capture}\n{$ts_item|string_format:\"%-30s\"} {$ts_total|string_format:\"%10s\"} {if !empty($dataArray)} {$ts_subtotal|string_format:\"%10s\"} {$ts_taxRate|string_format:\"%10s\"} {$ts_taxAmount|string_format:\"%10s\"} {$ts_total|string_format:\"%10s\"} {/if} {$ts_start_date|string_format:\"%20s\"} {$ts_end_date|string_format:\"%20s\"}\n--------------------------------------------------------------------------------------------------\n\n{foreach from=$value item=line}\n{capture assign=ts_item}{if $line.html_type eq \'Text\'}{$line.label}{else}{$line.field_title} - {$line.label}{/if} {if $line.description} {$line.description}{/if}{/capture}{$ts_item|truncate:30:\"...\"|string_format:\"%-30s\"} {$line.line_total|crmMoney|string_format:\"%10s\"} {if !empty($dataArray)} {$line.unit_price*$line.qty|crmMoney:$currency|string_format:\"%10s\"} {if $line.tax_rate || $line.tax_amount != \"\"} {$line.tax_rate|string_format:\"%.2f\"} % {$line.tax_amount|crmMoney:$currency|string_format:\"%10s\"} {else} {/if} {$line.line_total+$line.tax_amount|crmMoney|string_format:\"%10s\"} {/if} {$line.start_date|string_format:\"%20s\"} {$line.end_date|string_format:\"%20s\"}\n{/foreach}\n{/foreach}\n\n{if !empty($dataArray)}\n{ts}Amount before Tax:{/ts} {$amount-$totalTaxAmount|crmMoney:$currency}\n\n{foreach from=$dataArray item=value key=priceset}\n{if $priceset || $priceset == 0}\n{$taxTerm} {$priceset|string_format:\"%.2f\"}%: {$value|crmMoney:$currency}\n{else}\n{ts}No{/ts} {$taxTerm}: {$value|crmMoney:$currency}\n{/if}\n{/foreach}\n{/if}\n--------------------------------------------------------------------------------------------------\n{/if}\n\n{if $totalTaxAmount}\n{ts}Total Tax Amount{/ts}: {$totalTaxAmount|crmMoney:$currency}\n{/if}\n\n{ts}Amount{/ts}: {$amount|crmMoney} {if isset($amount_level) } - {$amount_level} {/if}\n{/if}\n{elseif isset($membership_amount)}\n===========================================================\n{ts}Membership Fee{/ts}\n\n===========================================================\n{ts 1=$membership_name}%1 Membership{/ts}: {$membership_amount|crmMoney}\n{/if}\n\n{if !empty($receive_date)}\n\n{ts}Date{/ts}: {$receive_date|crmDate}\n{/if}\n{if !empty($is_monetary) and !empty($trxn_id)}\n{ts}Transaction #{/ts}: {$trxn_id}\n\n{/if}\n{if !empty($membership_trx_id)}\n{ts}Membership Transaction #{/ts}: {$membership_trx_id}\n\n{/if}\n{if !empty($is_recur)}\n{ts}This membership will be renewed automatically.{/ts}\n{if $cancelSubscriptionUrl}\n\n{ts 1=$cancelSubscriptionUrl}You can cancel the auto-renewal option by visiting this web page: %1.{/ts}\n\n{/if}\n\n{if $updateSubscriptionBillingUrl}\n\n{ts 1=$updateSubscriptionBillingUrl}You can update billing details for this automatically renewed membership by <a href=\"%1\">visiting this web page</a>.{/ts}\n{/if}\n{/if}\n\n{if $honor_block_is_active }\n===========================================================\n{$soft_credit_type}\n===========================================================\n{foreach from=$honoreeProfile item=value key=label}\n{$label}: {$value}\n{/foreach}\n\n{/if}\n{if !empty($pcpBlock)}\n===========================================================\n{ts}Personal Campaign Page{/ts}\n\n===========================================================\n{ts}Display In Honor Roll{/ts}: {if $pcp_display_in_roll}{ts}Yes{/ts}{else}{ts}No{/ts}{/if}\n\n{if $pcp_roll_nickname}{ts}Nickname{/ts}: {$pcp_roll_nickname}{/if}\n\n{if $pcp_personal_note}{ts}Personal Note{/ts}: {$pcp_personal_note}{/if}\n\n{/if}\n{if !empty($onBehalfProfile)}\n===========================================================\n{ts}On Behalf Of{/ts}\n\n===========================================================\n{foreach from=$onBehalfProfile item=onBehalfValue key=onBehalfName}\n{$onBehalfName}: {$onBehalfValue}\n{/foreach}\n{/if}\n\n{if !empty($billingName)}\n===========================================================\n{ts}Billing Name and Address{/ts}\n\n===========================================================\n{$billingName}\n{$address}\n\n{$email}\n{elseif !empty($email)}\n===========================================================\n{ts}Registered Email{/ts}\n\n===========================================================\n{$email}\n{/if} {* End billingName or email *}\n{if !empty($credit_card_type)}\n\n===========================================================\n{ts}Credit Card Information{/ts}\n\n===========================================================\n{$credit_card_type}\n{$credit_card_number}\n{ts}Expires{/ts}: {$credit_card_exp_date|truncate:7:\'\'|crmDate}\n{/if}\n\n{if !empty($selectPremium)}\n===========================================================\n{ts}Premium Information{/ts}\n\n===========================================================\n{$product_name}\n{if $option}\n{ts}Option{/ts}: {$option}\n{/if}\n{if $sku}\n{ts}SKU{/ts}: {$sku}\n{/if}\n{if $start_date}\n{ts}Start Date{/ts}: {$start_date|crmDate}\n{/if}\n{if $end_date}\n{ts}End Date{/ts}: {$end_date|crmDate}\n{/if}\n{if !empty($contact_email) OR !empty($contact_phone)}\n\n{ts}For information about this premium, contact:{/ts}\n\n{if !empty($contact_email)}\n {$contact_email}\n{/if}\n{if !empty($contact_phone)}\n {$contact_phone}\n{/if}\n{/if}\n{if $is_deductible AND !empty($price)}\n\n{ts 1=$price|crmMoney}The value of this premium is %1. This may affect the amount of the tax deduction you can claim. Consult your tax advisor for more information.{/ts}{/if}\n{/if}\n\n{if !empty($customPre)}\n===========================================================\n{$customPre_grouptitle}\n\n===========================================================\n{foreach from=$customPre item=customValue key=customName}\n{if ( !empty($trackingFields) and ! in_array( $customName, $trackingFields ) ) or empty($trackingFields)}\n {$customName}: {$customValue}\n{/if}\n{/foreach}\n{/if}\n\n\n{if !empty($customPost)}\n===========================================================\n{$customPost_grouptitle}\n\n===========================================================\n{foreach from=$customPost item=customValue key=customName}\n{if ( !empty($trackingFields) and ! in_array( $customName, $trackingFields ) ) or empty($trackingFields)}\n {$customName}: {$customValue}\n{/if}\n{/foreach}\n{/if}\n','<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n<head>\n <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n <title></title>\n</head>\n<body>\n\n{capture assign=headerStyle}colspan=\"2\" style=\"text-align: left; padding: 4px; border-bottom: 1px solid #999; background-color: #eee;\"{/capture}\n{capture assign=labelStyle }style=\"padding: 4px; border-bottom: 1px solid #999; background-color: #f7f7f7;\"{/capture}\n{capture assign=valueStyle }style=\"padding: 4px; border-bottom: 1px solid #999;\"{/capture}\n\n <table id=\"crm-event_receipt\" style=\"font-family: Arial, Verdana, sans-serif; text-align: left; width:100%; max-width:700px; padding:0; margin:0; border:0px;\">\n\n <!-- BEGIN HEADER -->\n <!-- You can add table row(s) here with logo or other header elements -->\n <!-- END HEADER -->\n\n <!-- BEGIN CONTENT -->\n\n <tr>\n <td>\n {assign var=\"greeting\" value=\"{contact.email_greeting_display}\"}{if $greeting}<p>{$greeting},</p>{/if}\n {if !empty($receipt_text)}\n <p>{$receipt_text|htmlize}</p>\n {/if}\n\n {if $is_pay_later}\n <p>{$pay_later_receipt}</p> {* FIXME: this might be text rather than HTML *}\n {/if}\n\n </td>\n </tr>\n </table>\n <table style=\"width:100%; max-width:500px; border: 1px solid #999; margin: 1em 0em 1em; border-collapse: collapse;\">\n\n {if $membership_assign && !$useForMember}\n <tr>\n <th {$headerStyle}>\n {ts}Membership Information{/ts}\n </th>\n </tr>\n <tr>\n <td {$labelStyle}>\n {ts}Membership Type{/ts}\n </td>\n <td {$valueStyle}>\n {$membership_name}\n </td>\n </tr>\n {if $mem_start_date}\n <tr>\n <td {$labelStyle}>\n {ts}Membership Start Date{/ts}\n </td>\n <td {$valueStyle}>\n {$mem_start_date|crmDate}\n </td>\n </tr>\n {/if}\n {if $mem_end_date}\n <tr>\n <td {$labelStyle}>\n {ts}Membership Expiration Date{/ts}\n </td>\n <td {$valueStyle}>\n {$mem_end_date|crmDate}\n </td>\n </tr>\n {/if}\n {/if}\n\n\n {if $amount}\n <tr>\n <th {$headerStyle}>\n {ts}Membership Fee{/ts}\n </th>\n </tr>\n\n {if !$useForMember and isset($membership_amount) and !empty($is_quick_config)}\n\n <tr>\n <td {$labelStyle}>\n {ts 1=$membership_name}%1 Membership{/ts}\n </td>\n <td {$valueStyle}>\n {$membership_amount|crmMoney}\n </td>\n </tr>\n {if $amount && !$is_separate_payment }\n <tr>\n <td {$labelStyle}>\n {ts}Contribution Amount{/ts}\n </td>\n <td {$valueStyle}>\n {$amount|crmMoney}\n </td>\n </tr>\n <tr>\n <td {$labelStyle}>\n {ts}Total{/ts}\n </td>\n <td {$valueStyle}>\n {$amount+$membership_amount|crmMoney}\n </td>\n </tr>\n {/if}\n\n {elseif empty($useForMember) && !empty($lineItem) and $priceSetID and empty($is_quick_config)}\n\n {foreach from=$lineItem item=value key=priceset}\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n <table>\n <tr>\n <th>{ts}Item{/ts}</th>\n <th>{ts}Qty{/ts}</th>\n <th>{ts}Each{/ts}</th>\n <th>{ts}Total{/ts}</th>\n </tr>\n {foreach from=$value item=line}\n <tr>\n <td>\n {$line.description|truncate:30:\"...\"}\n </td>\n <td>\n {$line.qty}\n </td>\n <td>\n {$line.unit_price|crmMoney}\n </td>\n <td>\n {$line.line_total|crmMoney}\n </td>\n </tr>\n {/foreach}\n </table>\n </td>\n </tr>\n {/foreach}\n <tr>\n <td {$labelStyle}>\n {ts}Total Amount{/ts}\n </td>\n <td {$valueStyle}>\n {$amount|crmMoney}\n </td>\n </tr>\n\n {else}\n {if $useForMember && $lineItem and empty($is_quick_config)}\n {foreach from=$lineItem item=value key=priceset}\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n <table>\n <tr>\n <th>{ts}Item{/ts}</th>\n <th>{ts}Fee{/ts}</th>\n {if !empty($dataArray)}\n <th>{ts}SubTotal{/ts}</th>\n <th>{ts}Tax Rate{/ts}</th>\n <th>{ts}Tax Amount{/ts}</th>\n <th>{ts}Total{/ts}</th>\n {/if}\n <th>{ts}Membership Start Date{/ts}</th>\n <th>{ts}Membership Expiration Date{/ts}</th>\n </tr>\n {foreach from=$value item=line}\n <tr>\n <td>\n {if $line.html_type eq \'Text\'}{$line.label}{else}{$line.field_title} - {$line.label}{/if} {if $line.description}<div>{$line.description|truncate:30:\"...\"}</div>{/if}\n </td>\n <td>\n {$line.line_total|crmMoney}\n </td>\n {if !empty($dataArray)}\n <td>\n {$line.unit_price*$line.qty|crmMoney}\n </td>\n {if ($line.tax_rate || $line.tax_amount != \"\")}\n <td>\n {$line.tax_rate|string_format:\"%.2f\"}%\n </td>\n <td>\n {$line.tax_amount|crmMoney}\n </td>\n {else}\n <td></td>\n <td></td>\n {/if}\n <td>\n {$line.line_total+$line.tax_amount|crmMoney}\n </td>\n {/if}\n <td>\n {$line.start_date}\n </td>\n <td>\n {$line.end_date}\n </td>\n </tr>\n {/foreach}\n </table>\n </td>\n </tr>\n {/foreach}\n {if !empty($dataArray)}\n <tr>\n <td {$labelStyle}>\n {ts}Amount Before Tax:{/ts}\n </td>\n <td {$valueStyle}>\n {$amount-$totalTaxAmount|crmMoney}\n </td>\n </tr>\n {foreach from=$dataArray item=value key=priceset}\n <tr>\n {if $priceset || $priceset == 0}\n <td> {$taxTerm} {$priceset|string_format:\"%.2f\"}%</td>\n <td> {$value|crmMoney:$currency}</td>\n {else}\n <td> {ts}NO{/ts} {$taxTerm}</td>\n <td> {$value|crmMoney:$currency}</td>\n {/if}\n </tr>\n {/foreach}\n {/if}\n {/if}\n {if $totalTaxAmount}\n <tr>\n <td {$labelStyle}>\n {ts}Total Tax Amount{/ts}\n </td>\n <td {$valueStyle}>\n {$totalTaxAmount|crmMoney:$currency}\n </td>\n </tr>\n {/if}\n <tr>\n <td {$labelStyle}>\n {ts}Amount{/ts}\n </td>\n <td {$valueStyle}>\n {$amount|crmMoney} {if isset($amount_level)} - {$amount_level}{/if}\n </td>\n </tr>\n\n {/if}\n\n\n {elseif isset($membership_amount)}\n\n\n <tr>\n <th {$headerStyle}>\n {ts}Membership Fee{/ts}\n </th>\n </tr>\n <tr>\n <td {$labelStyle}>\n {ts 1=$membership_name}%1 Membership{/ts}\n </td>\n <td {$valueStyle}>\n {$membership_amount|crmMoney}\n </td>\n </tr>\n\n\n {/if}\n\n {if !empty($receive_date)}\n <tr>\n <td {$labelStyle}>\n {ts}Date{/ts}\n </td>\n <td {$valueStyle}>\n {$receive_date|crmDate}\n </td>\n </tr>\n {/if}\n\n {if !empty($is_monetary) and !empty($trxn_id)}\n <tr>\n <td {$labelStyle}>\n {ts}Transaction #{/ts}\n </td>\n <td {$valueStyle}>\n {$trxn_id}\n </td>\n </tr>\n {/if}\n\n {if !empty($membership_trx_id)}\n <tr>\n <td {$labelStyle}>\n {ts}Membership Transaction #{/ts}\n </td>\n <td {$valueStyle}>\n {$membership_trx_id}\n </td>\n </tr>\n {/if}\n {if !empty($is_recur)}\n <tr>\n <td colspan=\"2\" {$labelStyle}>\n {ts}This membership will be renewed automatically.{/ts}\n {if $cancelSubscriptionUrl}\n {ts 1=$cancelSubscriptionUrl}You can cancel the auto-renewal option by <a href=\"%1\">visiting this web page</a>.{/ts}\n {/if}\n </td>\n </tr>\n {if $updateSubscriptionBillingUrl}\n <tr>\n <td colspan=\"2\" {$labelStyle}>\n {ts 1=$updateSubscriptionBillingUrl}You can update billing details for this automatically renewed membership by <a href=\"%1\">visiting this web page</a>.{/ts}\n </td>\n </tr>\n {/if}\n {/if}\n\n {if $honor_block_is_active}\n <tr>\n <th {$headerStyle}>\n {$soft_credit_type}\n </th>\n </tr>\n {foreach from=$honoreeProfile item=value key=label}\n <tr>\n <td {$labelStyle}>\n {$label}\n </td>\n <td {$valueStyle}>\n {$value}\n </td>\n </tr>\n {/foreach}\n {/if}\n\n {if !empty($pcpBlock)}\n <tr>\n <th {$headerStyle}>\n {ts}Personal Campaign Page{/ts}\n </th>\n </tr>\n <tr>\n <td {$labelStyle}>\n {ts}Display In Honor Roll{/ts}\n </td>\n <td {$valueStyle}>\n {if $pcp_display_in_roll}{ts}Yes{/ts}{else}{ts}No{/ts}{/if}\n </td>\n </tr>\n {if $pcp_roll_nickname}\n <tr>\n <td {$labelStyle}>\n {ts}Nickname{/ts}\n </td>\n <td {$valueStyle}>\n {$pcp_roll_nickname}\n </td>\n </tr>\n {/if}\n {if $pcp_personal_note}\n <tr>\n <td {$labelStyle}>\n {ts}Personal Note{/ts}\n </td>\n <td {$valueStyle}>\n {$pcp_personal_note}\n </td>\n </tr>\n {/if}\n {/if}\n\n {if !empty($onBehalfProfile)}\n <tr>\n <th {$headerStyle}>\n {$onBehalfProfile_grouptitle}\n </th>\n </tr>\n {foreach from=$onBehalfProfile item=onBehalfValue key=onBehalfName}\n <tr>\n <td {$labelStyle}>\n {$onBehalfName}\n </td>\n <td {$valueStyle}>\n {$onBehalfValue}\n </td>\n </tr>\n {/foreach}\n {/if}\n\n {if !empty($billingName)}\n <tr>\n <th {$headerStyle}>\n {ts}Billing Name and Address{/ts}\n </th>\n </tr>\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n {$billingName}<br />\n {$address|nl2br}<br />\n {$email}\n </td>\n </tr>\n {elseif !empty($email)}\n <tr>\n <th {$headerStyle}>\n {ts}Registered Email{/ts}\n </th>\n </tr>\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n {$email}\n </td>\n </tr>\n {/if}\n\n {if !empty($credit_card_type)}\n <tr>\n <th {$headerStyle}>\n {ts}Credit Card Information{/ts}\n </th>\n </tr>\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n {$credit_card_type}<br />\n {$credit_card_number}<br />\n {ts}Expires{/ts}: {$credit_card_exp_date|truncate:7:\'\'|crmDate}<br />\n </td>\n </tr>\n {/if}\n\n {if !empty($selectPremium)}\n <tr>\n <th {$headerStyle}>\n {ts}Premium Information{/ts}\n </th>\n </tr>\n <tr>\n <td colspan=\"2\" {$labelStyle}>\n {$product_name}\n </td>\n </tr>\n {if $option}\n <tr>\n <td {$labelStyle}>\n {ts}Option{/ts}\n </td>\n <td {$valueStyle}>\n {$option}\n </td>\n </tr>\n {/if}\n {if $sku}\n <tr>\n <td {$labelStyle}>\n {ts}SKU{/ts}\n </td>\n <td {$valueStyle}>\n {$sku}\n </td>\n </tr>\n {/if}\n {if $start_date}\n <tr>\n <td {$labelStyle}>\n {ts}Start Date{/ts}\n </td>\n <td {$valueStyle}>\n {$start_date|crmDate}\n </td>\n </tr>\n {/if}\n {if $end_date}\n <tr>\n <td {$labelStyle}>\n {ts}End Date{/ts}\n </td>\n <td {$valueStyle}>\n {$end_date|crmDate}\n </td>\n </tr>\n {/if}\n {if !empty($contact_email) OR !empty($contact_phone)}\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n <p>{ts}For information about this premium, contact:{/ts}</p>\n {if !empty($contact_email)}\n <p>{$contact_email}</p>\n {/if}\n {if !empty($contact_phone)}\n <p>{$contact_phone}</p>\n {/if}\n </td>\n </tr>\n {/if}\n {if $is_deductible AND !empty($price)}\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n <p>{ts 1=$price|crmMoney}The value of this premium is %1. This may affect the amount of the tax deduction you can claim. Consult your tax advisor for more information.{/ts}</p>\n </td>\n </tr>\n {/if}\n {/if}\n\n {if !empty($customPre)}\n <tr>\n <th {$headerStyle}>\n {$customPre_grouptitle}\n </th>\n </tr>\n {foreach from=$customPre item=customValue key=customName}\n {if (!empty($trackingFields) and ! in_array($customName, $trackingFields)) or empty($trackingFields)}\n <tr>\n <td {$labelStyle}>\n {$customName}\n </td>\n <td {$valueStyle}>\n {$customValue}\n </td>\n </tr>\n {/if}\n {/foreach}\n {/if}\n\n {if !empty($customPost)}\n <tr>\n <th {$headerStyle}>\n {$customPost_grouptitle}\n </th>\n </tr>\n {foreach from=$customPost item=customValue key=customName}\n {if (!empty($trackingFields) and ! in_array($customName, $trackingFields)) or empty($trackingFields)}\n <tr>\n <td {$labelStyle}>\n {$customName}\n </td>\n <td {$valueStyle}>\n {$customValue}\n </td>\n </tr>\n {/if}\n {/foreach}\n {/if}\n\n </table>\n\n</body>\n</html>\n',1,836,'membership_online_receipt',1,0,0,NULL), + (48,'Memberships - Receipt (on-line)','{if $is_pay_later}{ts}Invoice{/ts}{else}{ts}Receipt{/ts}{/if} - {$title} - {contact.display_name}\n','{assign var=\"greeting\" value=\"{contact.email_greeting_display}\"}{if $greeting}{$greeting},{/if}\n{if !empty($receipt_text)}\n{$receipt_text}\n{/if}\n{if $is_pay_later}\n\n===========================================================\n{$pay_later_receipt}\n===========================================================\n{/if}\n\n{if $membership_assign && !$useForMember}\n===========================================================\n{ts}Membership Information{/ts}\n\n===========================================================\n{ts}Membership Type{/ts}: {$membership_name}\n{if $mem_start_date}{ts}Membership Start Date{/ts}: {$mem_start_date|crmDate}\n{/if}\n{if $mem_end_date}{ts}Membership Expiration Date{/ts}: {$mem_end_date|crmDate}\n{/if}\n\n{/if}\n{if $amount}\n===========================================================\n{ts}Membership Fee{/ts}\n\n===========================================================\n{if !$useForMember && isset($membership_amount) && !empty($is_quick_config)}\n{ts 1=$membership_name}%1 Membership{/ts}: {$membership_amount|crmMoney}\n{if $amount && !$is_separate_payment }\n{ts}Contribution Amount{/ts}: {$amount|crmMoney}\n-------------------------------------------\n{ts}Total{/ts}: {$amount+$membership_amount|crmMoney}\n{/if}\n{elseif !$useForMember && !empty($lineItem) and !empty($priceSetID) & empty($is_quick_config)}\n{foreach from=$lineItem item=value key=priceset}\n---------------------------------------------------------\n{capture assign=ts_item}{ts}Item{/ts}{/capture}\n{capture assign=ts_qty}{ts}Qty{/ts}{/capture}\n{capture assign=ts_each}{ts}Each{/ts}{/capture}\n{capture assign=ts_total}{ts}Total{/ts}{/capture}\n{$ts_item|string_format:\"%-30s\"} {$ts_qty|string_format:\"%5s\"} {$ts_each|string_format:\"%10s\"} {$ts_total|string_format:\"%10s\"}\n----------------------------------------------------------\n{foreach from=$value item=line}\n{$line.description|truncate:30:\"...\"|string_format:\"%-30s\"} {$line.qty|string_format:\"%5s\"} {$line.unit_price|crmMoney|string_format:\"%10s\"} {$line.line_total|crmMoney|string_format:\"%10s\"}\n{/foreach}\n{/foreach}\n\n{ts}Total Amount{/ts}: {$amount|crmMoney}\n{else}\n{if $useForMember && $lineItem && empty($is_quick_config)}\n{foreach from=$lineItem item=value key=priceset}\n{capture assign=ts_item}{ts}Item{/ts}{/capture}\n{capture assign=ts_total}{ts}Fee{/ts}{/capture}\n{if !empty($dataArray)}\n{capture assign=ts_subtotal}{ts}Subtotal{/ts}{/capture}\n{capture assign=ts_taxRate}{ts}Tax Rate{/ts}{/capture}\n{capture assign=ts_taxAmount}{ts}Tax Amount{/ts}{/capture}\n{capture assign=ts_total}{ts}Total{/ts}{/capture}\n{/if}\n{capture assign=ts_start_date}{ts}Membership Start Date{/ts}{/capture}\n{capture assign=ts_end_date}{ts}Membership Expiration Date{/ts}{/capture}\n{$ts_item|string_format:\"%-30s\"} {$ts_total|string_format:\"%10s\"} {if !empty($dataArray)} {$ts_subtotal|string_format:\"%10s\"} {$ts_taxRate|string_format:\"%10s\"} {$ts_taxAmount|string_format:\"%10s\"} {$ts_total|string_format:\"%10s\"} {/if} {$ts_start_date|string_format:\"%20s\"} {$ts_end_date|string_format:\"%20s\"}\n--------------------------------------------------------------------------------------------------\n\n{foreach from=$value item=line}\n{capture assign=ts_item}{if $line.html_type eq \'Text\'}{$line.label}{else}{$line.field_title} - {$line.label}{/if} {if $line.description} {$line.description}{/if}{/capture}{$ts_item|truncate:30:\"...\"|string_format:\"%-30s\"} {$line.line_total|crmMoney|string_format:\"%10s\"} {if !empty($dataArray)} {$line.unit_price*$line.qty|crmMoney:$currency|string_format:\"%10s\"} {if $line.tax_rate || $line.tax_amount != \"\"} {$line.tax_rate|string_format:\"%.2f\"} % {$line.tax_amount|crmMoney:$currency|string_format:\"%10s\"} {else} {/if} {$line.line_total+$line.tax_amount|crmMoney|string_format:\"%10s\"} {/if} {$line.start_date|string_format:\"%20s\"} {$line.end_date|string_format:\"%20s\"}\n{/foreach}\n{/foreach}\n\n{if !empty($dataArray)}\n{ts}Amount before Tax:{/ts} {$amount-$totalTaxAmount|crmMoney:$currency}\n\n{foreach from=$dataArray item=value key=priceset}\n{if $priceset || $priceset == 0}\n{$taxTerm} {$priceset|string_format:\"%.2f\"}%: {$value|crmMoney:$currency}\n{else}\n{ts}No{/ts} {$taxTerm}: {$value|crmMoney:$currency}\n{/if}\n{/foreach}\n{/if}\n--------------------------------------------------------------------------------------------------\n{/if}\n\n{if $totalTaxAmount}\n{ts}Total Tax Amount{/ts}: {$totalTaxAmount|crmMoney:$currency}\n{/if}\n\n{ts}Amount{/ts}: {$amount|crmMoney} {if isset($amount_level) } - {$amount_level} {/if}\n{/if}\n{elseif isset($membership_amount)}\n===========================================================\n{ts}Membership Fee{/ts}\n\n===========================================================\n{ts 1=$membership_name}%1 Membership{/ts}: {$membership_amount|crmMoney}\n{/if}\n\n{if !empty($receive_date)}\n\n{ts}Date{/ts}: {$receive_date|crmDate}\n{/if}\n{if !empty($is_monetary) and !empty($trxn_id)}\n{ts}Transaction #{/ts}: {$trxn_id}\n\n{/if}\n{if !empty($membership_trx_id)}\n{ts}Membership Transaction #{/ts}: {$membership_trx_id}\n\n{/if}\n{if !empty($is_recur)}\n{ts}This membership will be renewed automatically.{/ts}\n{if $cancelSubscriptionUrl}\n\n{ts 1=$cancelSubscriptionUrl}You can cancel the auto-renewal option by visiting this web page: %1.{/ts}\n\n{/if}\n\n{if $updateSubscriptionBillingUrl}\n\n{ts 1=$updateSubscriptionBillingUrl}You can update billing details for this automatically renewed membership by <a href=\"%1\">visiting this web page</a>.{/ts}\n{/if}\n{/if}\n\n{if $honor_block_is_active }\n===========================================================\n{$soft_credit_type}\n===========================================================\n{foreach from=$honoreeProfile item=value key=label}\n{$label}: {$value}\n{/foreach}\n\n{/if}\n{if !empty($pcpBlock)}\n===========================================================\n{ts}Personal Campaign Page{/ts}\n\n===========================================================\n{ts}Display In Honor Roll{/ts}: {if $pcp_display_in_roll}{ts}Yes{/ts}{else}{ts}No{/ts}{/if}\n\n{if $pcp_roll_nickname}{ts}Nickname{/ts}: {$pcp_roll_nickname}{/if}\n\n{if $pcp_personal_note}{ts}Personal Note{/ts}: {$pcp_personal_note}{/if}\n\n{/if}\n{if !empty($onBehalfProfile)}\n===========================================================\n{ts}On Behalf Of{/ts}\n\n===========================================================\n{foreach from=$onBehalfProfile item=onBehalfValue key=onBehalfName}\n{$onBehalfName}: {$onBehalfValue}\n{/foreach}\n{/if}\n\n{if !empty($billingName)}\n===========================================================\n{ts}Billing Name and Address{/ts}\n\n===========================================================\n{$billingName}\n{$address}\n\n{$email}\n{elseif !empty($email)}\n===========================================================\n{ts}Registered Email{/ts}\n\n===========================================================\n{$email}\n{/if} {* End billingName or email *}\n{if !empty($credit_card_type)}\n\n===========================================================\n{ts}Credit Card Information{/ts}\n\n===========================================================\n{$credit_card_type}\n{$credit_card_number}\n{ts}Expires{/ts}: {$credit_card_exp_date|truncate:7:\'\'|crmDate}\n{/if}\n\n{if !empty($selectPremium)}\n===========================================================\n{ts}Premium Information{/ts}\n\n===========================================================\n{$product_name}\n{if $option}\n{ts}Option{/ts}: {$option}\n{/if}\n{if $sku}\n{ts}SKU{/ts}: {$sku}\n{/if}\n{if $start_date}\n{ts}Start Date{/ts}: {$start_date|crmDate}\n{/if}\n{if $end_date}\n{ts}End Date{/ts}: {$end_date|crmDate}\n{/if}\n{if !empty($contact_email) OR !empty($contact_phone)}\n\n{ts}For information about this premium, contact:{/ts}\n\n{if !empty($contact_email)}\n {$contact_email}\n{/if}\n{if !empty($contact_phone)}\n {$contact_phone}\n{/if}\n{/if}\n{if $is_deductible AND !empty($price)}\n\n{ts 1=$price|crmMoney}The value of this premium is %1. This may affect the amount of the tax deduction you can claim. Consult your tax advisor for more information.{/ts}{/if}\n{/if}\n\n{if !empty($customPre)}\n===========================================================\n{$customPre_grouptitle}\n\n===========================================================\n{foreach from=$customPre item=customValue key=customName}\n{if ( !empty($trackingFields) and ! in_array( $customName, $trackingFields ) ) or empty($trackingFields)}\n {$customName}: {$customValue}\n{/if}\n{/foreach}\n{/if}\n\n\n{if !empty($customPost)}\n===========================================================\n{$customPost_grouptitle}\n\n===========================================================\n{foreach from=$customPost item=customValue key=customName}\n{if ( !empty($trackingFields) and ! in_array( $customName, $trackingFields ) ) or empty($trackingFields)}\n {$customName}: {$customValue}\n{/if}\n{/foreach}\n{/if}\n','<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n<head>\n <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n <title></title>\n</head>\n<body>\n\n{capture assign=headerStyle}colspan=\"2\" style=\"text-align: left; padding: 4px; border-bottom: 1px solid #999; background-color: #eee;\"{/capture}\n{capture assign=labelStyle }style=\"padding: 4px; border-bottom: 1px solid #999; background-color: #f7f7f7;\"{/capture}\n{capture assign=valueStyle }style=\"padding: 4px; border-bottom: 1px solid #999;\"{/capture}\n\n <table id=\"crm-event_receipt\" style=\"font-family: Arial, Verdana, sans-serif; text-align: left; width:100%; max-width:700px; padding:0; margin:0; border:0px;\">\n\n <!-- BEGIN HEADER -->\n <!-- You can add table row(s) here with logo or other header elements -->\n <!-- END HEADER -->\n\n <!-- BEGIN CONTENT -->\n\n <tr>\n <td>\n {assign var=\"greeting\" value=\"{contact.email_greeting_display}\"}{if $greeting}<p>{$greeting},</p>{/if}\n {if !empty($receipt_text)}\n <p>{$receipt_text|htmlize}</p>\n {/if}\n\n {if $is_pay_later}\n <p>{$pay_later_receipt}</p> {* FIXME: this might be text rather than HTML *}\n {/if}\n\n </td>\n </tr>\n </table>\n <table style=\"width:100%; max-width:500px; border: 1px solid #999; margin: 1em 0em 1em; border-collapse: collapse;\">\n\n {if $membership_assign && !$useForMember}\n <tr>\n <th {$headerStyle}>\n {ts}Membership Information{/ts}\n </th>\n </tr>\n <tr>\n <td {$labelStyle}>\n {ts}Membership Type{/ts}\n </td>\n <td {$valueStyle}>\n {$membership_name}\n </td>\n </tr>\n {if $mem_start_date}\n <tr>\n <td {$labelStyle}>\n {ts}Membership Start Date{/ts}\n </td>\n <td {$valueStyle}>\n {$mem_start_date|crmDate}\n </td>\n </tr>\n {/if}\n {if $mem_end_date}\n <tr>\n <td {$labelStyle}>\n {ts}Membership Expiration Date{/ts}\n </td>\n <td {$valueStyle}>\n {$mem_end_date|crmDate}\n </td>\n </tr>\n {/if}\n {/if}\n\n\n {if $amount}\n <tr>\n <th {$headerStyle}>\n {ts}Membership Fee{/ts}\n </th>\n </tr>\n\n {if !$useForMember and isset($membership_amount) and !empty($is_quick_config)}\n\n <tr>\n <td {$labelStyle}>\n {ts 1=$membership_name}%1 Membership{/ts}\n </td>\n <td {$valueStyle}>\n {$membership_amount|crmMoney}\n </td>\n </tr>\n {if $amount && !$is_separate_payment }\n <tr>\n <td {$labelStyle}>\n {ts}Contribution Amount{/ts}\n </td>\n <td {$valueStyle}>\n {$amount|crmMoney}\n </td>\n </tr>\n <tr>\n <td {$labelStyle}>\n {ts}Total{/ts}\n </td>\n <td {$valueStyle}>\n {$amount+$membership_amount|crmMoney}\n </td>\n </tr>\n {/if}\n\n {elseif empty($useForMember) && !empty($lineItem) and $priceSetID and empty($is_quick_config)}\n\n {foreach from=$lineItem item=value key=priceset}\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n <table>\n <tr>\n <th>{ts}Item{/ts}</th>\n <th>{ts}Qty{/ts}</th>\n <th>{ts}Each{/ts}</th>\n <th>{ts}Total{/ts}</th>\n </tr>\n {foreach from=$value item=line}\n <tr>\n <td>\n {$line.description|truncate:30:\"...\"}\n </td>\n <td>\n {$line.qty}\n </td>\n <td>\n {$line.unit_price|crmMoney}\n </td>\n <td>\n {$line.line_total|crmMoney}\n </td>\n </tr>\n {/foreach}\n </table>\n </td>\n </tr>\n {/foreach}\n <tr>\n <td {$labelStyle}>\n {ts}Total Amount{/ts}\n </td>\n <td {$valueStyle}>\n {$amount|crmMoney}\n </td>\n </tr>\n\n {else}\n {if $useForMember && $lineItem and empty($is_quick_config)}\n {foreach from=$lineItem item=value key=priceset}\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n <table>\n <tr>\n <th>{ts}Item{/ts}</th>\n <th>{ts}Fee{/ts}</th>\n {if !empty($dataArray)}\n <th>{ts}SubTotal{/ts}</th>\n <th>{ts}Tax Rate{/ts}</th>\n <th>{ts}Tax Amount{/ts}</th>\n <th>{ts}Total{/ts}</th>\n {/if}\n <th>{ts}Membership Start Date{/ts}</th>\n <th>{ts}Membership Expiration Date{/ts}</th>\n </tr>\n {foreach from=$value item=line}\n <tr>\n <td>\n {if $line.html_type eq \'Text\'}{$line.label}{else}{$line.field_title} - {$line.label}{/if} {if $line.description}<div>{$line.description|truncate:30:\"...\"}</div>{/if}\n </td>\n <td>\n {$line.line_total|crmMoney}\n </td>\n {if !empty($dataArray)}\n <td>\n {$line.unit_price*$line.qty|crmMoney}\n </td>\n {if ($line.tax_rate || $line.tax_amount != \"\")}\n <td>\n {$line.tax_rate|string_format:\"%.2f\"}%\n </td>\n <td>\n {$line.tax_amount|crmMoney}\n </td>\n {else}\n <td></td>\n <td></td>\n {/if}\n <td>\n {$line.line_total+$line.tax_amount|crmMoney}\n </td>\n {/if}\n <td>\n {$line.start_date}\n </td>\n <td>\n {$line.end_date}\n </td>\n </tr>\n {/foreach}\n </table>\n </td>\n </tr>\n {/foreach}\n {if !empty($dataArray)}\n <tr>\n <td {$labelStyle}>\n {ts}Amount Before Tax:{/ts}\n </td>\n <td {$valueStyle}>\n {$amount-$totalTaxAmount|crmMoney}\n </td>\n </tr>\n {foreach from=$dataArray item=value key=priceset}\n <tr>\n {if $priceset || $priceset == 0}\n <td> {$taxTerm} {$priceset|string_format:\"%.2f\"}%</td>\n <td> {$value|crmMoney:$currency}</td>\n {else}\n <td> {ts}NO{/ts} {$taxTerm}</td>\n <td> {$value|crmMoney:$currency}</td>\n {/if}\n </tr>\n {/foreach}\n {/if}\n {/if}\n {if $totalTaxAmount}\n <tr>\n <td {$labelStyle}>\n {ts}Total Tax Amount{/ts}\n </td>\n <td {$valueStyle}>\n {$totalTaxAmount|crmMoney:$currency}\n </td>\n </tr>\n {/if}\n <tr>\n <td {$labelStyle}>\n {ts}Amount{/ts}\n </td>\n <td {$valueStyle}>\n {$amount|crmMoney} {if isset($amount_level)} - {$amount_level}{/if}\n </td>\n </tr>\n\n {/if}\n\n\n {elseif isset($membership_amount)}\n\n\n <tr>\n <th {$headerStyle}>\n {ts}Membership Fee{/ts}\n </th>\n </tr>\n <tr>\n <td {$labelStyle}>\n {ts 1=$membership_name}%1 Membership{/ts}\n </td>\n <td {$valueStyle}>\n {$membership_amount|crmMoney}\n </td>\n </tr>\n\n\n {/if}\n\n {if !empty($receive_date)}\n <tr>\n <td {$labelStyle}>\n {ts}Date{/ts}\n </td>\n <td {$valueStyle}>\n {$receive_date|crmDate}\n </td>\n </tr>\n {/if}\n\n {if !empty($is_monetary) and !empty($trxn_id)}\n <tr>\n <td {$labelStyle}>\n {ts}Transaction #{/ts}\n </td>\n <td {$valueStyle}>\n {$trxn_id}\n </td>\n </tr>\n {/if}\n\n {if !empty($membership_trx_id)}\n <tr>\n <td {$labelStyle}>\n {ts}Membership Transaction #{/ts}\n </td>\n <td {$valueStyle}>\n {$membership_trx_id}\n </td>\n </tr>\n {/if}\n {if !empty($is_recur)}\n <tr>\n <td colspan=\"2\" {$labelStyle}>\n {ts}This membership will be renewed automatically.{/ts}\n {if $cancelSubscriptionUrl}\n {ts 1=$cancelSubscriptionUrl}You can cancel the auto-renewal option by <a href=\"%1\">visiting this web page</a>.{/ts}\n {/if}\n </td>\n </tr>\n {if $updateSubscriptionBillingUrl}\n <tr>\n <td colspan=\"2\" {$labelStyle}>\n {ts 1=$updateSubscriptionBillingUrl}You can update billing details for this automatically renewed membership by <a href=\"%1\">visiting this web page</a>.{/ts}\n </td>\n </tr>\n {/if}\n {/if}\n\n {if $honor_block_is_active}\n <tr>\n <th {$headerStyle}>\n {$soft_credit_type}\n </th>\n </tr>\n {foreach from=$honoreeProfile item=value key=label}\n <tr>\n <td {$labelStyle}>\n {$label}\n </td>\n <td {$valueStyle}>\n {$value}\n </td>\n </tr>\n {/foreach}\n {/if}\n\n {if !empty($pcpBlock)}\n <tr>\n <th {$headerStyle}>\n {ts}Personal Campaign Page{/ts}\n </th>\n </tr>\n <tr>\n <td {$labelStyle}>\n {ts}Display In Honor Roll{/ts}\n </td>\n <td {$valueStyle}>\n {if $pcp_display_in_roll}{ts}Yes{/ts}{else}{ts}No{/ts}{/if}\n </td>\n </tr>\n {if $pcp_roll_nickname}\n <tr>\n <td {$labelStyle}>\n {ts}Nickname{/ts}\n </td>\n <td {$valueStyle}>\n {$pcp_roll_nickname}\n </td>\n </tr>\n {/if}\n {if $pcp_personal_note}\n <tr>\n <td {$labelStyle}>\n {ts}Personal Note{/ts}\n </td>\n <td {$valueStyle}>\n {$pcp_personal_note}\n </td>\n </tr>\n {/if}\n {/if}\n\n {if !empty($onBehalfProfile)}\n <tr>\n <th {$headerStyle}>\n {$onBehalfProfile_grouptitle}\n </th>\n </tr>\n {foreach from=$onBehalfProfile item=onBehalfValue key=onBehalfName}\n <tr>\n <td {$labelStyle}>\n {$onBehalfName}\n </td>\n <td {$valueStyle}>\n {$onBehalfValue}\n </td>\n </tr>\n {/foreach}\n {/if}\n\n {if !empty($billingName)}\n <tr>\n <th {$headerStyle}>\n {ts}Billing Name and Address{/ts}\n </th>\n </tr>\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n {$billingName}<br />\n {$address|nl2br}<br />\n {$email}\n </td>\n </tr>\n {elseif !empty($email)}\n <tr>\n <th {$headerStyle}>\n {ts}Registered Email{/ts}\n </th>\n </tr>\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n {$email}\n </td>\n </tr>\n {/if}\n\n {if !empty($credit_card_type)}\n <tr>\n <th {$headerStyle}>\n {ts}Credit Card Information{/ts}\n </th>\n </tr>\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n {$credit_card_type}<br />\n {$credit_card_number}<br />\n {ts}Expires{/ts}: {$credit_card_exp_date|truncate:7:\'\'|crmDate}<br />\n </td>\n </tr>\n {/if}\n\n {if !empty($selectPremium)}\n <tr>\n <th {$headerStyle}>\n {ts}Premium Information{/ts}\n </th>\n </tr>\n <tr>\n <td colspan=\"2\" {$labelStyle}>\n {$product_name}\n </td>\n </tr>\n {if $option}\n <tr>\n <td {$labelStyle}>\n {ts}Option{/ts}\n </td>\n <td {$valueStyle}>\n {$option}\n </td>\n </tr>\n {/if}\n {if $sku}\n <tr>\n <td {$labelStyle}>\n {ts}SKU{/ts}\n </td>\n <td {$valueStyle}>\n {$sku}\n </td>\n </tr>\n {/if}\n {if $start_date}\n <tr>\n <td {$labelStyle}>\n {ts}Start Date{/ts}\n </td>\n <td {$valueStyle}>\n {$start_date|crmDate}\n </td>\n </tr>\n {/if}\n {if $end_date}\n <tr>\n <td {$labelStyle}>\n {ts}End Date{/ts}\n </td>\n <td {$valueStyle}>\n {$end_date|crmDate}\n </td>\n </tr>\n {/if}\n {if !empty($contact_email) OR !empty($contact_phone)}\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n <p>{ts}For information about this premium, contact:{/ts}</p>\n {if !empty($contact_email)}\n <p>{$contact_email}</p>\n {/if}\n {if !empty($contact_phone)}\n <p>{$contact_phone}</p>\n {/if}\n </td>\n </tr>\n {/if}\n {if $is_deductible AND !empty($price)}\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n <p>{ts 1=$price|crmMoney}The value of this premium is %1. This may affect the amount of the tax deduction you can claim. Consult your tax advisor for more information.{/ts}</p>\n </td>\n </tr>\n {/if}\n {/if}\n\n {if !empty($customPre)}\n <tr>\n <th {$headerStyle}>\n {$customPre_grouptitle}\n </th>\n </tr>\n {foreach from=$customPre item=customValue key=customName}\n {if (!empty($trackingFields) and ! in_array($customName, $trackingFields)) or empty($trackingFields)}\n <tr>\n <td {$labelStyle}>\n {$customName}\n </td>\n <td {$valueStyle}>\n {$customValue}\n </td>\n </tr>\n {/if}\n {/foreach}\n {/if}\n\n {if !empty($customPost)}\n <tr>\n <th {$headerStyle}>\n {$customPost_grouptitle}\n </th>\n </tr>\n {foreach from=$customPost item=customValue key=customName}\n {if (!empty($trackingFields) and ! in_array($customName, $trackingFields)) or empty($trackingFields)}\n <tr>\n <td {$labelStyle}>\n {$customName}\n </td>\n <td {$valueStyle}>\n {$customValue}\n </td>\n </tr>\n {/if}\n {/foreach}\n {/if}\n\n </table>\n\n</body>\n</html>\n',1,836,'membership_online_receipt',0,1,0,NULL), (49,'Memberships - Auto-renew Cancellation Notification','{ts}Autorenew Membership Cancellation Notification{/ts} - {contact.display_name}\n','{assign var=\"greeting\" value=\"{contact.email_greeting_display}\"}{if $greeting}{$greeting},{/if}\n\n{ts 1=$membershipType}The automatic renewal of your %1 membership has been cancelled as requested. This does not affect the status of your membership - you will receive a separate notification when your membership is up for renewal.{/ts}\n\n===========================================================\n{ts}Membership Information{/ts}\n\n===========================================================\n{ts}Membership Status{/ts}: {$membership_status}\n{if $mem_start_date}{ts}Membership Start Date{/ts}: {$mem_start_date|crmDate}\n{/if}\n{if $mem_end_date}{ts}Membership Expiration Date{/ts}: {$mem_end_date|crmDate}\n{/if}\n\n','<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n<head>\n <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n <title></title>\n</head>\n<body>\n\n{capture assign=headerStyle}colspan=\"2\" style=\"text-align: left; padding: 4px; border-bottom: 1px solid #999; background-color: #eee;\"{/capture}\n{capture assign=labelStyle }style=\"padding: 4px; border-bottom: 1px solid #999; background-color: #f7f7f7;\"{/capture}\n{capture assign=valueStyle }style=\"padding: 4px; border-bottom: 1px solid #999;\"{/capture}\n\n <table id=\"crm-event_receipt\" style=\"font-family: Arial, Verdana, sans-serif; text-align: left; width:100%; max-width:700px; padding:0; margin:0; border:0px;\">\n\n <!-- BEGIN HEADER -->\n <!-- You can add table row(s) here with logo or other header elements -->\n <!-- END HEADER -->\n\n <!-- BEGIN CONTENT -->\n\n <tr>\n <td>\n {assign var=\"greeting\" value=\"{contact.email_greeting_display}\"}{if $greeting}<p>{$greeting},</p>{/if}\n <p>{ts 1=$membershipType}The automatic renewal of your %1 membership has been cancelled as requested. This does not affect the status of your membership - you will receive a separate notification when your membership is up for renewal.{/ts}</p>\n\n </td>\n </tr>\n </table>\n <table style=\"width:100%; max-width:500px; border: 1px solid #999; margin: 1em 0em 1em; border-collapse: collapse;\">\n\n <tr>\n <th {$headerStyle}>\n {ts}Membership Information{/ts}\n </th>\n </tr>\n <tr>\n <td {$labelStyle}>\n {ts}Membership Status{/ts}\n </td>\n <td {$valueStyle}>\n {$membership_status}\n </td>\n </tr>\n {if $mem_start_date}\n <tr>\n <td {$labelStyle}>\n {ts}Membership Start Date{/ts}\n </td>\n <td {$valueStyle}>\n {$mem_start_date|crmDate}\n </td>\n </tr>\n {/if}\n {if $mem_end_date}\n <tr>\n <td {$labelStyle}>\n {ts}Membership Expiration Date{/ts}\n </td>\n <td {$valueStyle}>\n {$mem_end_date|crmDate}\n </td>\n </tr>\n {/if}\n\n </table>\n\n</body>\n</html>\n',1,837,'membership_autorenew_cancelled',1,0,0,NULL), (50,'Memberships - Auto-renew Cancellation Notification','{ts}Autorenew Membership Cancellation Notification{/ts} - {contact.display_name}\n','{assign var=\"greeting\" value=\"{contact.email_greeting_display}\"}{if $greeting}{$greeting},{/if}\n\n{ts 1=$membershipType}The automatic renewal of your %1 membership has been cancelled as requested. This does not affect the status of your membership - you will receive a separate notification when your membership is up for renewal.{/ts}\n\n===========================================================\n{ts}Membership Information{/ts}\n\n===========================================================\n{ts}Membership Status{/ts}: {$membership_status}\n{if $mem_start_date}{ts}Membership Start Date{/ts}: {$mem_start_date|crmDate}\n{/if}\n{if $mem_end_date}{ts}Membership Expiration Date{/ts}: {$mem_end_date|crmDate}\n{/if}\n\n','<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n<head>\n <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n <title></title>\n</head>\n<body>\n\n{capture assign=headerStyle}colspan=\"2\" style=\"text-align: left; padding: 4px; border-bottom: 1px solid #999; background-color: #eee;\"{/capture}\n{capture assign=labelStyle }style=\"padding: 4px; border-bottom: 1px solid #999; background-color: #f7f7f7;\"{/capture}\n{capture assign=valueStyle }style=\"padding: 4px; border-bottom: 1px solid #999;\"{/capture}\n\n <table id=\"crm-event_receipt\" style=\"font-family: Arial, Verdana, sans-serif; text-align: left; width:100%; max-width:700px; padding:0; margin:0; border:0px;\">\n\n <!-- BEGIN HEADER -->\n <!-- You can add table row(s) here with logo or other header elements -->\n <!-- END HEADER -->\n\n <!-- BEGIN CONTENT -->\n\n <tr>\n <td>\n {assign var=\"greeting\" value=\"{contact.email_greeting_display}\"}{if $greeting}<p>{$greeting},</p>{/if}\n <p>{ts 1=$membershipType}The automatic renewal of your %1 membership has been cancelled as requested. This does not affect the status of your membership - you will receive a separate notification when your membership is up for renewal.{/ts}</p>\n\n </td>\n </tr>\n </table>\n <table style=\"width:100%; max-width:500px; border: 1px solid #999; margin: 1em 0em 1em; border-collapse: collapse;\">\n\n <tr>\n <th {$headerStyle}>\n {ts}Membership Information{/ts}\n </th>\n </tr>\n <tr>\n <td {$labelStyle}>\n {ts}Membership Status{/ts}\n </td>\n <td {$valueStyle}>\n {$membership_status}\n </td>\n </tr>\n {if $mem_start_date}\n <tr>\n <td {$labelStyle}>\n {ts}Membership Start Date{/ts}\n </td>\n <td {$valueStyle}>\n {$mem_start_date|crmDate}\n </td>\n </tr>\n {/if}\n {if $mem_end_date}\n <tr>\n <td {$labelStyle}>\n {ts}Membership Expiration Date{/ts}\n </td>\n <td {$valueStyle}>\n {$mem_end_date|crmDate}\n </td>\n </tr>\n {/if}\n\n </table>\n\n</body>\n</html>\n',1,837,'membership_autorenew_cancelled',0,1,0,NULL), (51,'Memberships - Auto-renew Billing Updates','{ts}Membership Autorenewal Billing Updates{/ts} - {contact.display_name}\n','{assign var=\"greeting\" value=\"{contact.email_greeting_display}\"}{if $greeting}{$greeting},{/if}\n\n{ts 1=$membershipType}Billing details for your automatically renewed %1 membership have been updated.{/ts}\n\n===========================================================\n{ts}Billing Name and Address{/ts}\n\n===========================================================\n{$billingName}\n{$address}\n\n{$email}\n\n===========================================================\n{ts}Credit Card Information{/ts}\n\n===========================================================\n{$credit_card_type}\n{$credit_card_number}\n{ts}Expires{/ts}: {$credit_card_exp_date|truncate:7:\'\'|crmDate}\n\n\n{ts 1=$receipt_from_email}If you have questions please contact us at %1{/ts}\n','<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n<head>\n <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n <title></title>\n</head>\n<body>\n\n{capture assign=headerStyle}colspan=\"2\" style=\"text-align: left; padding: 4px; border-bottom: 1px solid #999; background-color: #eee;\"{/capture}\n{capture assign=labelStyle }style=\"padding: 4px; border-bottom: 1px solid #999; background-color: #f7f7f7;\"{/capture}\n{capture assign=valueStyle }style=\"padding: 4px; border-bottom: 1px solid #999;\"{/capture}\n\n <table id=\"crm-event_receipt\" style=\"font-family: Arial, Verdana, sans-serif; text-align: left; width:100%; max-width:700px; padding:0; margin:0; border:0px;\">\n\n <!-- BEGIN HEADER -->\n <!-- You can add table row(s) here with logo or other header elements -->\n <!-- END HEADER -->\n\n <!-- BEGIN CONTENT -->\n\n <tr>\n <td>\n {assign var=\"greeting\" value=\"{contact.email_greeting_display}\"}{if $greeting}<p>{$greeting},</p>{/if}\n <p>{ts 1=$membershipType}Billing details for your automatically renewed %1 membership have been updated.{/ts}</p>\n </td>\n </tr>\n <tr>\n </table>\n\n <table style=\"width:100%; max-width:500px; border: 1px solid #999; margin: 1em 0em 1em; border-collapse: collapse;\">\n <tr>\n <th {$headerStyle}>\n {ts}Billing Name and Address{/ts}\n </th>\n </tr>\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n {$billingName}<br />\n {$address|nl2br}<br />\n {$email}\n </td>\n </tr>\n <tr>\n <th {$headerStyle}>\n {ts}Credit Card Information{/ts}\n </th>\n </tr>\n <tr>\n <td colspan=\"2\" {$valueStyle}>\n {$credit_card_type}<br />\n {$credit_card_number}<br />\n {ts}Expires{/ts}: {$credit_card_exp_date|truncate:7:\'\'|crmDate}<br />\n </td>\n </tr>\n <tr>\n <td {$labelStyle}>\n {ts 1=$receipt_from_email}If you have questions please contact us at %1{/ts}\n </td>\n </tr>\n\n </table>\n\n</body>\n</html>\n',1,838,'membership_autorenew_billing',1,0,0,NULL), @@ -5729,26 +5731,26 @@ UNLOCK TABLES; LOCK TABLES `civicrm_note` WRITE; /*!40000 ALTER TABLE `civicrm_note` DISABLE KEYS */; INSERT INTO `civicrm_note` (`id`, `entity_table`, `entity_id`, `note`, `contact_id`, `note_date`, `created_date`, `modified_date`, `subject`, `privacy`) VALUES - (1,'civicrm_contact',18,'Reminder screening of \"Black\" on next Friday',1,'2023-03-08 06:51:22','2023-03-08 06:51:22','2022-11-07 09:29:21',NULL,'0'), - (2,'civicrm_contact',163,'Send reminder for annual dinner',1,'2023-03-08 06:51:22','2023-03-08 06:51:22','2022-05-13 00:24:54',NULL,'0'), - (3,'civicrm_contact',29,'Chart out route map for next 10k run',1,'2023-03-08 06:51:22','2023-03-08 06:51:22','2022-11-14 04:21:40',NULL,'0'), - (4,'civicrm_contact',44,'Send reminder for annual dinner',1,'2023-03-08 06:51:22','2023-03-08 06:51:22','2022-06-28 11:04:14',NULL,'0'), - (5,'civicrm_contact',165,'Chart out route map for next 10k run',1,'2023-03-08 06:51:22','2023-03-08 06:51:22','2022-12-02 10:58:56',NULL,'0'), - (6,'civicrm_contact',165,'Contact the Commissioner of Charities',1,'2023-03-08 06:51:22','2023-03-08 06:51:22','2023-01-14 05:10:28',NULL,'0'), - (7,'civicrm_contact',164,'Invite members for the Steve Prefontaine 10k dream run',1,'2023-03-08 06:51:22','2023-03-08 06:51:22','2022-09-17 14:08:59',NULL,'0'), - (8,'civicrm_contact',34,'Connect for presentation',1,'2023-03-08 06:51:22','2023-03-08 06:51:22','2022-11-27 21:36:32',NULL,'0'), - (9,'civicrm_contact',170,'Get the registration done for NGO status',1,'2023-03-08 06:51:22','2023-03-08 06:51:22','2022-10-20 02:42:14',NULL,'0'), - (10,'civicrm_contact',25,'Send reminder for annual dinner',1,'2023-03-08 06:51:22','2023-03-08 06:51:22','2022-06-04 10:20:21',NULL,'0'), - (11,'civicrm_contact',146,'Send newsletter for April 2005',1,'2023-03-08 06:51:22','2023-03-08 06:51:22','2023-02-14 03:01:49',NULL,'0'), - (12,'civicrm_contact',136,'Organize the Terry Fox run',1,'2023-03-08 06:51:22','2023-03-08 06:51:22','2023-01-26 12:36:09',NULL,'0'), - (13,'civicrm_contact',61,'Get the registration done for NGO status',1,'2023-03-08 06:51:22','2023-03-08 06:51:22','2022-07-06 07:54:56',NULL,'0'), - (14,'civicrm_contact',11,'Chart out route map for next 10k run',1,'2023-03-08 06:51:22','2023-03-08 06:51:22','2023-03-04 10:00:17',NULL,'0'), - (15,'civicrm_contact',70,'Send newsletter for April 2005',1,'2023-03-08 06:51:22','2023-03-08 06:51:22','2022-09-06 08:24:20',NULL,'0'), - (16,'civicrm_contact',52,'Organize the Terry Fox run',1,'2023-03-08 06:51:22','2023-03-08 06:51:22','2022-11-11 12:55:24',NULL,'0'), - (17,'civicrm_contact',16,'Arrange collection of funds from members',1,'2023-03-08 06:51:22','2023-03-08 06:51:22','2022-12-25 11:18:27',NULL,'0'), - (18,'civicrm_contact',77,'Arrange for cricket match with Sunil Gavaskar',1,'2023-03-08 06:51:22','2023-03-08 06:51:22','2022-10-10 10:08:36',NULL,'0'), - (19,'civicrm_contact',66,'Send reminder for annual dinner',1,'2023-03-08 06:51:22','2023-03-08 06:51:22','2022-03-31 23:26:05',NULL,'0'), - (20,'civicrm_contact',170,'Arrange collection of funds from members',1,'2023-03-08 06:51:22','2023-03-08 06:51:22','2022-10-23 02:52:36',NULL,'0'); + (1,'civicrm_contact',104,'Arrange for cricket match with Sunil Gavaskar',1,'2023-04-30 16:20:55','2023-04-30 16:20:55','2022-10-07 00:35:58',NULL,'0'), + (2,'civicrm_contact',11,'Get the registration done for NGO status',1,'2023-04-30 16:20:55','2023-04-30 16:20:55','2023-04-04 21:06:52',NULL,'0'), + (3,'civicrm_contact',114,'Organize the Terry Fox run',1,'2023-04-30 16:20:55','2023-04-30 16:20:55','2022-10-30 08:52:56',NULL,'0'), + (4,'civicrm_contact',94,'Arrange for cricket match with Sunil Gavaskar',1,'2023-04-30 16:20:55','2023-04-30 16:20:55','2022-11-14 18:15:11',NULL,'0'), + (5,'civicrm_contact',101,'Invite members for the Steve Prefontaine 10k dream run',1,'2023-04-30 16:20:55','2023-04-30 16:20:55','2023-01-13 04:18:16',NULL,'0'), + (6,'civicrm_contact',55,'Organize the Terry Fox run',1,'2023-04-30 16:20:55','2023-04-30 16:20:55','2022-08-27 20:29:20',NULL,'0'), + (7,'civicrm_contact',124,'Contact the Commissioner of Charities',1,'2023-04-30 16:20:55','2023-04-30 16:20:55','2022-12-04 20:33:19',NULL,'0'), + (8,'civicrm_contact',191,'Send reminder for annual dinner',1,'2023-04-30 16:20:55','2023-04-30 16:20:55','2022-06-02 21:17:33',NULL,'0'), + (9,'civicrm_contact',49,'Contact the Commissioner of Charities',1,'2023-04-30 16:20:55','2023-04-30 16:20:55','2022-07-24 22:26:20',NULL,'0'), + (10,'civicrm_contact',120,'Get the registration done for NGO status',1,'2023-04-30 16:20:55','2023-04-30 16:20:55','2022-07-05 11:57:30',NULL,'0'), + (11,'civicrm_contact',159,'Contact the Commissioner of Charities',1,'2023-04-30 16:20:55','2023-04-30 16:20:55','2022-10-02 01:20:51',NULL,'0'), + (12,'civicrm_contact',161,'Contact the Commissioner of Charities',1,'2023-04-30 16:20:55','2023-04-30 16:20:55','2022-10-16 19:25:37',NULL,'0'), + (13,'civicrm_contact',91,'Send newsletter for April 2005',1,'2023-04-30 16:20:55','2023-04-30 16:20:55','2023-04-28 09:32:09',NULL,'0'), + (14,'civicrm_contact',37,'Reminder screening of \"Black\" on next Friday',1,'2023-04-30 16:20:55','2023-04-30 16:20:55','2022-09-05 00:29:36',NULL,'0'), + (15,'civicrm_contact',109,'Arrange collection of funds from members',1,'2023-04-30 16:20:55','2023-04-30 16:20:55','2022-09-17 14:36:14',NULL,'0'), + (16,'civicrm_contact',60,'Reminder screening of \"Black\" on next Friday',1,'2023-04-30 16:20:55','2023-04-30 16:20:55','2022-10-06 08:44:06',NULL,'0'), + (17,'civicrm_contact',108,'Chart out route map for next 10k run',1,'2023-04-30 16:20:55','2023-04-30 16:20:55','2022-07-16 05:21:11',NULL,'0'), + (18,'civicrm_contact',139,'Contact the Commissioner of Charities',1,'2023-04-30 16:20:55','2023-04-30 16:20:55','2022-05-10 22:46:56',NULL,'0'), + (19,'civicrm_contact',134,'Send newsletter for April 2005',1,'2023-04-30 16:20:55','2023-04-30 16:20:55','2023-01-23 06:36:24',NULL,'0'), + (20,'civicrm_contact',17,'Arrange for cricket match with Sunil Gavaskar',1,'2023-04-30 16:20:55','2023-04-30 16:20:55','2022-05-08 02:12:40',NULL,'0'); /*!40000 ALTER TABLE `civicrm_note` ENABLE KEYS */; UNLOCK TABLES; @@ -5851,19 +5853,20 @@ INSERT INTO `civicrm_option_group` (`id`, `name`, `title`, `description`, `data_ (81,'environment','Environment',NULL,NULL,1,1,0,'name,label,description'), (82,'activity_default_assignee','Activity default assignee',NULL,NULL,1,1,0,'name,label,description'), (83,'entity_batch_extends','Entity Batch Extends',NULL,NULL,1,1,0,'name,label,description'), - (84,'languages','Languages','List of Languages',NULL,1,1,0,'name,label,description'), - (85,'encounter_medium','Encounter Medium','Encounter medium for case activities (e.g. In Person, By Phone, etc.)',NULL,1,1,0,'name,label,description'), - (86,'msg_tpl_workflow_case','Message Template Workflow for Cases','Message Template Workflow for Cases',NULL,1,1,0,'name,label,description'), - (87,'msg_tpl_workflow_contribution','Message Template Workflow for Contributions','Message Template Workflow for Contributions',NULL,1,1,0,'name,label,description'), - (88,'msg_tpl_workflow_event','Message Template Workflow for Events','Message Template Workflow for Events',NULL,1,1,0,'name,label,description'), - (89,'msg_tpl_workflow_friend','Message Template Workflow for Tell-a-Friend','Message Template Workflow for Tell-a-Friend',NULL,1,1,0,'name,label,description'), - (90,'msg_tpl_workflow_membership','Message Template Workflow for Memberships','Message Template Workflow for Memberships',NULL,1,1,0,'name,label,description'), - (91,'msg_tpl_workflow_meta','Message Template Workflow for Meta Templates','Message Template Workflow for Meta Templates',NULL,1,1,0,'name,label,description'), - (92,'msg_tpl_workflow_pledge','Message Template Workflow for Pledges','Message Template Workflow for Pledges',NULL,1,1,0,'name,label,description'), - (93,'msg_tpl_workflow_uf','Message Template Workflow for Profiles','Message Template Workflow for Profiles',NULL,1,1,0,'name,label,description'), - (94,'msg_tpl_workflow_petition','Message Template Workflow for Petition','Message Template Workflow for Petition',NULL,1,1,0,'name,label,description'), - (95,'soft_credit_type','Soft Credit Types',NULL,NULL,1,1,0,'name,label,description'), - (96,'recent_items_providers','Recent Items Providers',NULL,NULL,1,1,0,'name,label,description'); + (84,'file_type','File Type',NULL,'Integer',1,1,0,'name,label,description'), + (85,'languages','Languages','List of Languages',NULL,1,1,0,'name,label,description'), + (86,'encounter_medium','Encounter Medium','Encounter medium for case activities (e.g. In Person, By Phone, etc.)',NULL,1,1,0,'name,label,description'), + (87,'msg_tpl_workflow_case','Message Template Workflow for Cases','Message Template Workflow for Cases',NULL,1,1,0,'name,label,description'), + (88,'msg_tpl_workflow_contribution','Message Template Workflow for Contributions','Message Template Workflow for Contributions',NULL,1,1,0,'name,label,description'), + (89,'msg_tpl_workflow_event','Message Template Workflow for Events','Message Template Workflow for Events',NULL,1,1,0,'name,label,description'), + (90,'msg_tpl_workflow_friend','Message Template Workflow for Tell-a-Friend','Message Template Workflow for Tell-a-Friend',NULL,1,1,0,'name,label,description'), + (91,'msg_tpl_workflow_membership','Message Template Workflow for Memberships','Message Template Workflow for Memberships',NULL,1,1,0,'name,label,description'), + (92,'msg_tpl_workflow_meta','Message Template Workflow for Meta Templates','Message Template Workflow for Meta Templates',NULL,1,1,0,'name,label,description'), + (93,'msg_tpl_workflow_pledge','Message Template Workflow for Pledges','Message Template Workflow for Pledges',NULL,1,1,0,'name,label,description'), + (94,'msg_tpl_workflow_uf','Message Template Workflow for Profiles','Message Template Workflow for Profiles',NULL,1,1,0,'name,label,description'), + (95,'msg_tpl_workflow_petition','Message Template Workflow for Petition','Message Template Workflow for Petition',NULL,1,1,0,'name,label,description'), + (96,'soft_credit_type','Soft Credit Types',NULL,NULL,1,1,0,'name,label,description'), + (97,'recent_items_providers','Recent Items Providers',NULL,NULL,1,1,0,'name,label,description'); /*!40000 ALTER TABLE `civicrm_option_group` ENABLE KEYS */; UNLOCK TABLES; @@ -6487,260 +6490,260 @@ INSERT INTO `civicrm_option_value` (`id`, `option_group_id`, `label`, `value`, ` (611,54,'None','3','None',NULL,0,0,3,NULL,0,1,1,4,1,NULL,NULL,NULL), (612,56,'Survey','Survey','civicrm_survey',NULL,0,0,1,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), (613,56,'Cases','Case','civicrm_case','case_type_id',0,0,2,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), - (614,84,'Abkhaz','ab','ab_GE',NULL,0,0,1,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), - (615,84,'Afar','aa','aa_ET',NULL,0,0,2,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), - (616,84,'Afrikaans','af','af_ZA',NULL,0,0,3,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), - (617,84,'Akan','ak','ak_GH',NULL,0,0,4,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), - (618,84,'Albanian','sq','sq_AL',NULL,0,0,5,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), - (619,84,'Amharic','am','am_ET',NULL,0,0,6,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), - (620,84,'Arabic','ar','ar_EG',NULL,0,0,7,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), - (621,84,'Aragonese','an','an_ES',NULL,0,0,8,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), - (622,84,'Armenian','hy','hy_AM',NULL,0,0,9,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), - (623,84,'Assamese','as','as_IN',NULL,0,0,10,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), - (624,84,'Avaric','av','av_RU',NULL,0,0,11,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), - (625,84,'Avestan','ae','ae_XX',NULL,0,0,12,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), - (626,84,'Aymara','ay','ay_BO',NULL,0,0,13,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), - (627,84,'Azerbaijani','az','az_AZ',NULL,0,0,14,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), - (628,84,'Bambara','bm','bm_ML',NULL,0,0,15,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), - (629,84,'Bashkir','ba','ba_RU',NULL,0,0,16,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), - (630,84,'Basque','eu','eu_ES',NULL,0,0,17,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), - (631,84,'Belarusian','be','be_BY',NULL,0,0,18,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), - (632,84,'Bengali','bn','bn_BD',NULL,0,0,19,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), - (633,84,'Bihari','bh','bh_IN',NULL,0,0,20,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), - (634,84,'Bislama','bi','bi_VU',NULL,0,0,21,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), - (635,84,'Bosnian','bs','bs_BA',NULL,0,0,22,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), - (636,84,'Breton','br','br_FR',NULL,0,0,23,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), - (637,84,'Bulgarian','bg','bg_BG',NULL,0,0,24,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), - (638,84,'Burmese','my','my_MM',NULL,0,0,25,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), - (639,84,'Catalan; Valencian','ca','ca_ES',NULL,0,0,26,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), - (640,84,'Chamorro','ch','ch_GU',NULL,0,0,27,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), - (641,84,'Chechen','ce','ce_RU',NULL,0,0,28,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), - (642,84,'Chichewa; Chewa; Nyanja','ny','ny_MW',NULL,0,0,29,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), - (643,84,'Chinese (China)','zh','zh_CN',NULL,0,0,30,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), - (644,84,'Chinese (Taiwan)','zh','zh_TW',NULL,0,0,31,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), - (645,84,'Chuvash','cv','cv_RU',NULL,0,0,32,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), - (646,84,'Cornish','kw','kw_GB',NULL,0,0,33,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), - (647,84,'Corsican','co','co_FR',NULL,0,0,34,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), - (648,84,'Cree','cr','cr_CA',NULL,0,0,35,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), - (649,84,'Croatian','hr','hr_HR',NULL,0,0,36,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), - (650,84,'Czech','cs','cs_CZ',NULL,0,0,37,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), - (651,84,'Danish','da','da_DK',NULL,0,0,38,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), - (652,84,'Divehi; Dhivehi; Maldivian;','dv','dv_MV',NULL,0,0,39,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), - (653,84,'Dutch (Netherlands)','nl','nl_NL',NULL,0,0,40,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), - (654,84,'Dutch (Belgium)','nl','nl_BE',NULL,0,0,41,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), - (655,84,'Dzongkha','dz','dz_BT',NULL,0,0,42,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), - (656,84,'English (Australia)','en','en_AU',NULL,0,0,43,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), - (657,84,'English (Canada)','en','en_CA',NULL,0,0,44,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), - (658,84,'English (United Kingdom)','en','en_GB',NULL,0,0,45,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), - (659,84,'English (United States)','en','en_US',NULL,0,1,46,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), - (660,84,'Esperanto','eo','eo_XX',NULL,0,0,47,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), - (661,84,'Estonian','et','et_EE',NULL,0,0,48,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), - (662,84,'Ewe','ee','ee_GH',NULL,0,0,49,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), - (663,84,'Faroese','fo','fo_FO',NULL,0,0,50,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), - (664,84,'Fijian','fj','fj_FJ',NULL,0,0,51,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), - (665,84,'Finnish','fi','fi_FI',NULL,0,0,52,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), - (666,84,'French (Canada)','fr','fr_CA',NULL,0,0,53,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), - (667,84,'French (France)','fr','fr_FR',NULL,0,0,54,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), - (668,84,'Fula; Fulah; Pulaar; Pular','ff','ff_SN',NULL,0,0,55,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), - (669,84,'Galician','gl','gl_ES',NULL,0,0,56,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), - (670,84,'Georgian','ka','ka_GE',NULL,0,0,57,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), - (671,84,'German','de','de_DE',NULL,0,0,58,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), - (672,84,'German (Swiss)','de','de_CH',NULL,0,0,59,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), - (673,84,'Greek, Modern','el','el_GR',NULL,0,0,60,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), - (674,84,'GuaraniÂ','gn','gn_PY',NULL,0,0,61,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), - (675,84,'Gujarati','gu','gu_IN',NULL,0,0,62,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), - (676,84,'Haitian; Haitian Creole','ht','ht_HT',NULL,0,0,63,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), - (677,84,'Hausa','ha','ha_NG',NULL,0,0,64,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), - (678,84,'Hebrew (modern)','he','he_IL',NULL,0,0,65,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), - (679,84,'Herero','hz','hz_NA',NULL,0,0,66,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), - (680,84,'Hindi','hi','hi_IN',NULL,0,0,67,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), - (681,84,'Hiri Motu','ho','ho_PG',NULL,0,0,68,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), - (682,84,'Hungarian','hu','hu_HU',NULL,0,0,69,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), - (683,84,'Interlingua','ia','ia_XX',NULL,0,0,70,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), - (684,84,'Indonesian','id','id_ID',NULL,0,0,71,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), - (685,84,'Interlingue','ie','ie_XX',NULL,0,0,72,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), - (686,84,'Irish','ga','ga_IE',NULL,0,0,73,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), - (687,84,'Igbo','ig','ig_NG',NULL,0,0,74,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), - (688,84,'Inupiaq','ik','ik_US',NULL,0,0,75,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), - (689,84,'Ido','io','io_XX',NULL,0,0,76,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), - (690,84,'Icelandic','is','is_IS',NULL,0,0,77,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), - (691,84,'Italian','it','it_IT',NULL,0,0,78,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), - (692,84,'Inuktitut','iu','iu_CA',NULL,0,0,79,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), - (693,84,'Japanese','ja','ja_JP',NULL,0,0,80,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), - (694,84,'Javanese','jv','jv_ID',NULL,0,0,81,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), - (695,84,'Kalaallisut, Greenlandic','kl','kl_GL',NULL,0,0,82,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), - (696,84,'Kannada','kn','kn_IN',NULL,0,0,83,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), - (697,84,'Kanuri','kr','kr_NE',NULL,0,0,84,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), - (698,84,'Kashmiri','ks','ks_IN',NULL,0,0,85,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), - (699,84,'Kazakh','kk','kk_KZ',NULL,0,0,86,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), - (700,84,'Khmer','km','km_KH',NULL,0,0,87,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), - (701,84,'Kikuyu, Gikuyu','ki','ki_KE',NULL,0,0,88,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), - (702,84,'Kinyarwanda','rw','rw_RW',NULL,0,0,89,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), - (703,84,'Kirghiz, Kyrgyz','ky','ky_KG',NULL,0,0,90,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), - (704,84,'Komi','kv','kv_RU',NULL,0,0,91,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), - (705,84,'Kongo','kg','kg_CD',NULL,0,0,92,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), - (706,84,'Korean','ko','ko_KR',NULL,0,0,93,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), - (707,84,'Kurdish','ku','ku_IQ',NULL,0,0,94,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), - (708,84,'Kwanyama, Kuanyama','kj','kj_NA',NULL,0,0,95,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), - (709,84,'Latin','la','la_VA',NULL,0,0,96,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), - (710,84,'Luxembourgish, Letzeburgesch','lb','lb_LU',NULL,0,0,97,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), - (711,84,'Luganda','lg','lg_UG',NULL,0,0,98,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), - (712,84,'Limburgish, Limburgan, Limburger','li','li_NL',NULL,0,0,99,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), - (713,84,'Lingala','ln','ln_CD',NULL,0,0,100,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), - (714,84,'Lao','lo','lo_LA',NULL,0,0,101,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), - (715,84,'Lithuanian','lt','lt_LT',NULL,0,0,102,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), - (716,84,'Luba-Katanga','lu','lu_CD',NULL,0,0,103,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), - (717,84,'Latvian','lv','lv_LV',NULL,0,0,104,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), - (718,84,'Manx','gv','gv_IM',NULL,0,0,105,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), - (719,84,'Macedonian','mk','mk_MK',NULL,0,0,106,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), - (720,84,'Malagasy','mg','mg_MG',NULL,0,0,107,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), - (721,84,'Malay','ms','ms_MY',NULL,0,0,108,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), - (722,84,'Malayalam','ml','ml_IN',NULL,0,0,109,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), - (723,84,'Maltese','mt','mt_MT',NULL,0,0,110,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), - (724,84,'MÄori','mi','mi_NZ',NULL,0,0,111,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), - (725,84,'Marathi','mr','mr_IN',NULL,0,0,112,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), - (726,84,'Marshallese','mh','mh_MH',NULL,0,0,113,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), - (727,84,'Mongolian','mn','mn_MN',NULL,0,0,114,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), - (728,84,'Nauru','na','na_NR',NULL,0,0,115,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), - (729,84,'Navajo, Navaho','nv','nv_US',NULL,0,0,116,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), - (730,84,'Norwegian BokmÃ¥l','nb','nb_NO',NULL,0,0,117,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), - (731,84,'North Ndebele','nd','nd_ZW',NULL,0,0,118,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), - (732,84,'Nepali','ne','ne_NP',NULL,0,0,119,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), - (733,84,'Ndonga','ng','ng_NA',NULL,0,0,120,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), - (734,84,'Norwegian Nynorsk','nn','nn_NO',NULL,0,0,121,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), - (735,84,'Norwegian','no','no_NO',NULL,0,0,122,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), - (736,84,'Nuosu','ii','ii_CN',NULL,0,0,123,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), - (737,84,'South Ndebele','nr','nr_ZA',NULL,0,0,124,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), - (738,84,'Occitan (after 1500)','oc','oc_FR',NULL,0,0,125,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), - (739,84,'Ojibwa','oj','oj_CA',NULL,0,0,126,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), - (740,84,'Old Church Slavonic, Church Slavic, Church Slavonic, Old Bulgarian, Old Slavonic','cu','cu_BG',NULL,0,0,127,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), - (741,84,'Oromo','om','om_ET',NULL,0,0,128,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), - (742,84,'Oriya','or','or_IN',NULL,0,0,129,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), - (743,84,'Ossetian, Ossetic','os','os_GE',NULL,0,0,130,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), - (744,84,'Panjabi, Punjabi','pa','pa_IN',NULL,0,0,131,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), - (745,84,'Pali','pi','pi_KH',NULL,0,0,132,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), - (746,84,'Persian (Iran)','fa','fa_IR',NULL,0,0,133,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), - (747,84,'Polish','pl','pl_PL',NULL,0,0,134,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), - (748,84,'Pashto, Pushto','ps','ps_AF',NULL,0,0,135,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), - (749,84,'Portuguese (Brazil)','pt','pt_BR',NULL,0,0,136,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), - (750,84,'Portuguese (Portugal)','pt','pt_PT',NULL,0,0,137,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), - (751,84,'Quechua','qu','qu_PE',NULL,0,0,138,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), - (752,84,'Romansh','rm','rm_CH',NULL,0,0,139,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), - (753,84,'Kirundi','rn','rn_BI',NULL,0,0,140,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), - (754,84,'Romanian, Moldavian, Moldovan','ro','ro_RO',NULL,0,0,141,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), - (755,84,'Russian','ru','ru_RU',NULL,0,0,142,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), - (756,84,'Sanskrit','sa','sa_IN',NULL,0,0,143,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), - (757,84,'Sardinian','sc','sc_IT',NULL,0,0,144,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), - (758,84,'Sindhi','sd','sd_IN',NULL,0,0,145,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), - (759,84,'Northern Sami','se','se_NO',NULL,0,0,146,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), - (760,84,'Samoan','sm','sm_WS',NULL,0,0,147,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), - (761,84,'Sango','sg','sg_CF',NULL,0,0,148,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), - (762,84,'Serbian','sr','sr_RS',NULL,0,0,149,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), - (763,84,'Scottish Gaelic; Gaelic','gd','gd_GB',NULL,0,0,150,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), - (764,84,'Shona','sn','sn_ZW',NULL,0,0,151,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), - (765,84,'Sinhala, Sinhalese','si','si_LK',NULL,0,0,152,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), - (766,84,'Slovak','sk','sk_SK',NULL,0,0,153,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), - (767,84,'Slovene','sl','sl_SI',NULL,0,0,154,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), - (768,84,'Somali','so','so_SO',NULL,0,0,155,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), - (769,84,'Southern Sotho','st','st_ZA',NULL,0,0,156,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), - (770,84,'Spanish; Castilian (Spain)','es','es_ES',NULL,0,0,157,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), - (771,84,'Spanish; Castilian (Mexico)','es','es_MX',NULL,0,0,158,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), - (772,84,'Spanish; Castilian (Puerto Rico)','es','es_PR',NULL,0,0,159,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), - (773,84,'Sundanese','su','su_ID',NULL,0,0,160,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), - (774,84,'Swahili','sw','sw_TZ',NULL,0,0,161,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), - (775,84,'Swati','ss','ss_ZA',NULL,0,0,162,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), - (776,84,'Swedish','sv','sv_SE',NULL,0,0,163,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), - (777,84,'Tamil','ta','ta_IN',NULL,0,0,164,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), - (778,84,'Telugu','te','te_IN',NULL,0,0,165,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), - (779,84,'Tajik','tg','tg_TJ',NULL,0,0,166,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), - (780,84,'Thai','th','th_TH',NULL,0,0,167,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), - (781,84,'Tigrinya','ti','ti_ET',NULL,0,0,168,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), - (782,84,'Tibetan Standard, Tibetan, Central','bo','bo_CN',NULL,0,0,169,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), - (783,84,'Turkmen','tk','tk_TM',NULL,0,0,170,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), - (784,84,'Tagalog','tl','tl_PH',NULL,0,0,171,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), - (785,84,'Tswana','tn','tn_ZA',NULL,0,0,172,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), - (786,84,'Tonga (Tonga Islands)','to','to_TO',NULL,0,0,173,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), - (787,84,'Turkish','tr','tr_TR',NULL,0,0,174,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), - (788,84,'Tsonga','ts','ts_ZA',NULL,0,0,175,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), - (789,84,'Tatar','tt','tt_RU',NULL,0,0,176,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), - (790,84,'Twi','tw','tw_GH',NULL,0,0,177,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), - (791,84,'Tahitian','ty','ty_PF',NULL,0,0,178,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), - (792,84,'Uighur, Uyghur','ug','ug_CN',NULL,0,0,179,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), - (793,84,'Ukrainian','uk','uk_UA',NULL,0,0,180,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), - (794,84,'Urdu','ur','ur_PK',NULL,0,0,181,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), - (795,84,'Uzbek','uz','uz_UZ',NULL,0,0,182,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), - (796,84,'Venda','ve','ve_ZA',NULL,0,0,183,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), - (797,84,'Vietnamese','vi','vi_VN',NULL,0,0,184,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), - (798,84,'Volapük','vo','vo_XX',NULL,0,0,185,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), - (799,84,'Walloon','wa','wa_BE',NULL,0,0,186,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), - (800,84,'Welsh','cy','cy_GB',NULL,0,0,187,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), - (801,84,'Wolof','wo','wo_SN',NULL,0,0,188,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), - (802,84,'Western Frisian','fy','fy_NL',NULL,0,0,189,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), - (803,84,'Xhosa','xh','xh_ZA',NULL,0,0,190,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), - (804,84,'Yiddish','yi','yi_US',NULL,0,0,191,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), - (805,84,'Yoruba','yo','yo_NG',NULL,0,0,192,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), - (806,84,'Zhuang, Chuang','za','za_CN',NULL,0,0,193,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), - (807,84,'Zulu','zu','zu_ZA',NULL,0,0,194,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), - (808,85,'In Person','1','in_person',NULL,0,0,1,NULL,0,1,1,NULL,NULL,NULL,NULL,NULL), - (809,85,'Phone','2','phone',NULL,0,1,2,NULL,0,1,1,NULL,NULL,NULL,NULL,NULL), - (810,85,'Email','3','email',NULL,0,0,3,NULL,0,1,1,NULL,NULL,NULL,NULL,NULL), - (811,85,'Fax','4','fax',NULL,0,0,4,NULL,0,1,1,NULL,NULL,NULL,NULL,NULL), - (812,85,'Letter Mail','5','letter_mail',NULL,0,0,5,NULL,0,1,1,NULL,NULL,NULL,NULL,NULL), - (813,86,'Cases - Send Copy of an Activity','1','case_activity',NULL,0,0,1,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), - (814,87,'Contributions - Duplicate Organization Alert','1','contribution_dupalert',NULL,0,0,1,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), - (815,87,'Contributions - Receipt (off-line)','2','contribution_offline_receipt',NULL,0,0,2,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), - (816,87,'Contributions - Receipt (on-line)','3','contribution_online_receipt',NULL,0,0,3,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), - (817,87,'Contributions - Invoice','4','contribution_invoice_receipt',NULL,0,0,4,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), - (818,87,'Contributions - Recurring Start and End Notification','5','contribution_recurring_notify',NULL,0,0,5,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), - (819,87,'Contributions - Recurring Cancellation Notification','6','contribution_recurring_cancelled',NULL,0,0,6,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), - (820,87,'Contributions - Recurring Billing Updates','7','contribution_recurring_billing',NULL,0,0,7,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), - (821,87,'Contributions - Recurring Updates','8','contribution_recurring_edit',NULL,0,0,8,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), - (822,87,'Personal Campaign Pages - Admin Notification','9','pcp_notify',NULL,0,0,9,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), - (823,87,'Personal Campaign Pages - Supporter Status Change Notification','10','pcp_status_change',NULL,0,0,10,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), - (824,87,'Personal Campaign Pages - Supporter Welcome','11','pcp_supporter_notify',NULL,0,0,11,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), - (825,87,'Personal Campaign Pages - Owner Notification','12','pcp_owner_notify',NULL,0,0,12,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), - (826,87,'Additional Payment Receipt or Refund Notification','13','payment_or_refund_notification',NULL,0,0,13,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), - (827,88,'Events - Registration Confirmation and Receipt (off-line)','1','event_offline_receipt',NULL,0,0,1,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), - (828,88,'Events - Registration Confirmation and Receipt (on-line)','2','event_online_receipt',NULL,0,0,2,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), - (829,88,'Events - Receipt only','3','event_registration_receipt',NULL,0,0,3,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), - (830,88,'Events - Registration Cancellation Notice','4','participant_cancelled',NULL,0,0,4,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), - (831,88,'Events - Registration Confirmation Invite','5','participant_confirm',NULL,0,0,5,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), - (832,88,'Events - Pending Registration Expiration Notice','6','participant_expired',NULL,0,0,6,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), - (833,88,'Events - Registration Transferred Notice','7','participant_transferred',NULL,0,0,7,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), - (834,89,'Tell-a-Friend Email','1','friend',NULL,0,0,1,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), - (835,90,'Memberships - Signup and Renewal Receipts (off-line)','1','membership_offline_receipt',NULL,0,0,1,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), - (836,90,'Memberships - Receipt (on-line)','2','membership_online_receipt',NULL,0,0,2,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), - (837,90,'Memberships - Auto-renew Cancellation Notification','3','membership_autorenew_cancelled',NULL,0,0,3,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), - (838,90,'Memberships - Auto-renew Billing Updates','4','membership_autorenew_billing',NULL,0,0,4,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), - (839,91,'Test-drive - Receipt Header','1','test_preview',NULL,0,0,1,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), - (840,92,'Pledges - Acknowledgement','1','pledge_acknowledge',NULL,0,0,1,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), - (841,92,'Pledges - Payment Reminder','2','pledge_reminder',NULL,0,0,2,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), - (842,93,'Profiles - Admin Notification','1','uf_notify',NULL,0,0,1,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), - (843,94,'Petition - signature added','1','petition_sign',NULL,0,0,1,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), - (844,94,'Petition - need verification','2','petition_confirmation_needed',NULL,0,0,2,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), - (845,95,'In Honor of','1','in_honor_of',NULL,0,0,1,NULL,0,1,1,NULL,NULL,NULL,NULL,NULL), - (846,95,'In Memory of','2','in_memory_of',NULL,0,0,2,NULL,0,1,1,NULL,NULL,NULL,NULL,NULL), - (847,95,'Solicited','3','solicited',NULL,0,1,3,NULL,0,1,1,NULL,NULL,NULL,NULL,NULL), - (848,95,'Household','4','household',NULL,0,0,4,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), - (849,95,'Workplace Giving','5','workplace',NULL,0,0,5,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), - (850,95,'Foundation Affiliate','6','foundation_affiliate',NULL,0,0,6,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), - (851,95,'3rd-party Service','7','3rd-party_service',NULL,0,0,7,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), - (852,95,'Donor-advised Fund','8','donor-advised_fund',NULL,0,0,8,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), - (853,95,'Matched Gift','9','matched_gift',NULL,0,0,9,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), - (854,95,'Personal Campaign Page','10','pcp',NULL,0,0,10,NULL,0,1,1,NULL,NULL,NULL,NULL,NULL), - (855,95,'Gift','11','gift',NULL,0,0,11,NULL,0,1,1,NULL,NULL,NULL,NULL,NULL), - (856,96,'Contacts','Contact','Contact',NULL,NULL,0,1,'',0,1,1,NULL,NULL,NULL,NULL,NULL), - (857,96,'Relationships','Relationship','Relationship',NULL,NULL,0,1,'',0,1,1,NULL,NULL,NULL,NULL,NULL), - (858,96,'Activities','Activity','Activity',NULL,NULL,0,1,'',0,1,1,NULL,NULL,NULL,NULL,NULL), - (859,96,'Notes','Note','Note',NULL,NULL,0,1,'',0,1,1,NULL,NULL,NULL,NULL,NULL), - (860,96,'Groups','Group','Group',NULL,NULL,0,1,'',0,1,1,NULL,NULL,NULL,NULL,NULL), - (861,96,'Cases','Case','Case',NULL,NULL,0,1,'',0,1,1,NULL,NULL,NULL,NULL,NULL), - (862,96,'Contributions','Contribution','Contribution',NULL,NULL,0,1,'',0,1,1,NULL,NULL,NULL,NULL,NULL), - (863,96,'Participants','Participant','Participant',NULL,NULL,0,1,'',0,1,1,NULL,NULL,NULL,NULL,NULL), - (864,96,'Memberships','Membership','Membership',NULL,NULL,0,1,'',0,1,1,NULL,NULL,NULL,NULL,NULL), - (865,96,'Pledges','Pledge','Pledge',NULL,NULL,0,1,'',0,1,1,NULL,NULL,NULL,NULL,NULL), - (866,96,'Events','Event','Event',NULL,NULL,0,1,'',0,1,1,NULL,NULL,NULL,NULL,NULL), - (867,96,'Campaigns','Campaign','Campaign',NULL,NULL,0,1,'',0,1,1,NULL,NULL,NULL,NULL,NULL), + (614,85,'Abkhaz','ab','ab_GE',NULL,0,0,1,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), + (615,85,'Afar','aa','aa_ET',NULL,0,0,2,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), + (616,85,'Afrikaans','af','af_ZA',NULL,0,0,3,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), + (617,85,'Akan','ak','ak_GH',NULL,0,0,4,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), + (618,85,'Albanian','sq','sq_AL',NULL,0,0,5,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), + (619,85,'Amharic','am','am_ET',NULL,0,0,6,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), + (620,85,'Arabic','ar','ar_EG',NULL,0,0,7,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), + (621,85,'Aragonese','an','an_ES',NULL,0,0,8,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), + (622,85,'Armenian','hy','hy_AM',NULL,0,0,9,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), + (623,85,'Assamese','as','as_IN',NULL,0,0,10,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), + (624,85,'Avaric','av','av_RU',NULL,0,0,11,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), + (625,85,'Avestan','ae','ae_XX',NULL,0,0,12,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), + (626,85,'Aymara','ay','ay_BO',NULL,0,0,13,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), + (627,85,'Azerbaijani','az','az_AZ',NULL,0,0,14,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), + (628,85,'Bambara','bm','bm_ML',NULL,0,0,15,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), + (629,85,'Bashkir','ba','ba_RU',NULL,0,0,16,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), + (630,85,'Basque','eu','eu_ES',NULL,0,0,17,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), + (631,85,'Belarusian','be','be_BY',NULL,0,0,18,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), + (632,85,'Bengali','bn','bn_BD',NULL,0,0,19,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), + (633,85,'Bihari','bh','bh_IN',NULL,0,0,20,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), + (634,85,'Bislama','bi','bi_VU',NULL,0,0,21,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), + (635,85,'Bosnian','bs','bs_BA',NULL,0,0,22,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), + (636,85,'Breton','br','br_FR',NULL,0,0,23,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), + (637,85,'Bulgarian','bg','bg_BG',NULL,0,0,24,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), + (638,85,'Burmese','my','my_MM',NULL,0,0,25,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), + (639,85,'Catalan; Valencian','ca','ca_ES',NULL,0,0,26,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), + (640,85,'Chamorro','ch','ch_GU',NULL,0,0,27,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), + (641,85,'Chechen','ce','ce_RU',NULL,0,0,28,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), + (642,85,'Chichewa; Chewa; Nyanja','ny','ny_MW',NULL,0,0,29,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), + (643,85,'Chinese (China)','zh','zh_CN',NULL,0,0,30,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), + (644,85,'Chinese (Taiwan)','zh','zh_TW',NULL,0,0,31,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), + (645,85,'Chuvash','cv','cv_RU',NULL,0,0,32,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), + (646,85,'Cornish','kw','kw_GB',NULL,0,0,33,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), + (647,85,'Corsican','co','co_FR',NULL,0,0,34,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), + (648,85,'Cree','cr','cr_CA',NULL,0,0,35,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), + (649,85,'Croatian','hr','hr_HR',NULL,0,0,36,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), + (650,85,'Czech','cs','cs_CZ',NULL,0,0,37,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), + (651,85,'Danish','da','da_DK',NULL,0,0,38,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), + (652,85,'Divehi; Dhivehi; Maldivian;','dv','dv_MV',NULL,0,0,39,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), + (653,85,'Dutch (Netherlands)','nl','nl_NL',NULL,0,0,40,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), + (654,85,'Dutch (Belgium)','nl','nl_BE',NULL,0,0,41,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), + (655,85,'Dzongkha','dz','dz_BT',NULL,0,0,42,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), + (656,85,'English (Australia)','en','en_AU',NULL,0,0,43,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), + (657,85,'English (Canada)','en','en_CA',NULL,0,0,44,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), + (658,85,'English (United Kingdom)','en','en_GB',NULL,0,0,45,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), + (659,85,'English (United States)','en','en_US',NULL,0,1,46,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), + (660,85,'Esperanto','eo','eo_XX',NULL,0,0,47,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), + (661,85,'Estonian','et','et_EE',NULL,0,0,48,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), + (662,85,'Ewe','ee','ee_GH',NULL,0,0,49,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), + (663,85,'Faroese','fo','fo_FO',NULL,0,0,50,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), + (664,85,'Fijian','fj','fj_FJ',NULL,0,0,51,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), + (665,85,'Finnish','fi','fi_FI',NULL,0,0,52,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), + (666,85,'French (Canada)','fr','fr_CA',NULL,0,0,53,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), + (667,85,'French (France)','fr','fr_FR',NULL,0,0,54,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), + (668,85,'Fula; Fulah; Pulaar; Pular','ff','ff_SN',NULL,0,0,55,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), + (669,85,'Galician','gl','gl_ES',NULL,0,0,56,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), + (670,85,'Georgian','ka','ka_GE',NULL,0,0,57,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), + (671,85,'German','de','de_DE',NULL,0,0,58,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), + (672,85,'German (Swiss)','de','de_CH',NULL,0,0,59,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), + (673,85,'Greek, Modern','el','el_GR',NULL,0,0,60,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), + (674,85,'GuaraniÂ','gn','gn_PY',NULL,0,0,61,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), + (675,85,'Gujarati','gu','gu_IN',NULL,0,0,62,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), + (676,85,'Haitian; Haitian Creole','ht','ht_HT',NULL,0,0,63,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), + (677,85,'Hausa','ha','ha_NG',NULL,0,0,64,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), + (678,85,'Hebrew (modern)','he','he_IL',NULL,0,0,65,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), + (679,85,'Herero','hz','hz_NA',NULL,0,0,66,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), + (680,85,'Hindi','hi','hi_IN',NULL,0,0,67,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), + (681,85,'Hiri Motu','ho','ho_PG',NULL,0,0,68,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), + (682,85,'Hungarian','hu','hu_HU',NULL,0,0,69,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), + (683,85,'Interlingua','ia','ia_XX',NULL,0,0,70,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), + (684,85,'Indonesian','id','id_ID',NULL,0,0,71,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), + (685,85,'Interlingue','ie','ie_XX',NULL,0,0,72,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), + (686,85,'Irish','ga','ga_IE',NULL,0,0,73,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), + (687,85,'Igbo','ig','ig_NG',NULL,0,0,74,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), + (688,85,'Inupiaq','ik','ik_US',NULL,0,0,75,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), + (689,85,'Ido','io','io_XX',NULL,0,0,76,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), + (690,85,'Icelandic','is','is_IS',NULL,0,0,77,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), + (691,85,'Italian','it','it_IT',NULL,0,0,78,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), + (692,85,'Inuktitut','iu','iu_CA',NULL,0,0,79,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), + (693,85,'Japanese','ja','ja_JP',NULL,0,0,80,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), + (694,85,'Javanese','jv','jv_ID',NULL,0,0,81,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), + (695,85,'Kalaallisut, Greenlandic','kl','kl_GL',NULL,0,0,82,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), + (696,85,'Kannada','kn','kn_IN',NULL,0,0,83,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), + (697,85,'Kanuri','kr','kr_NE',NULL,0,0,84,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), + (698,85,'Kashmiri','ks','ks_IN',NULL,0,0,85,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), + (699,85,'Kazakh','kk','kk_KZ',NULL,0,0,86,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), + (700,85,'Khmer','km','km_KH',NULL,0,0,87,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), + (701,85,'Kikuyu, Gikuyu','ki','ki_KE',NULL,0,0,88,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), + (702,85,'Kinyarwanda','rw','rw_RW',NULL,0,0,89,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), + (703,85,'Kirghiz, Kyrgyz','ky','ky_KG',NULL,0,0,90,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), + (704,85,'Komi','kv','kv_RU',NULL,0,0,91,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), + (705,85,'Kongo','kg','kg_CD',NULL,0,0,92,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), + (706,85,'Korean','ko','ko_KR',NULL,0,0,93,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), + (707,85,'Kurdish','ku','ku_IQ',NULL,0,0,94,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), + (708,85,'Kwanyama, Kuanyama','kj','kj_NA',NULL,0,0,95,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), + (709,85,'Latin','la','la_VA',NULL,0,0,96,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), + (710,85,'Luxembourgish, Letzeburgesch','lb','lb_LU',NULL,0,0,97,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), + (711,85,'Luganda','lg','lg_UG',NULL,0,0,98,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), + (712,85,'Limburgish, Limburgan, Limburger','li','li_NL',NULL,0,0,99,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), + (713,85,'Lingala','ln','ln_CD',NULL,0,0,100,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), + (714,85,'Lao','lo','lo_LA',NULL,0,0,101,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), + (715,85,'Lithuanian','lt','lt_LT',NULL,0,0,102,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), + (716,85,'Luba-Katanga','lu','lu_CD',NULL,0,0,103,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), + (717,85,'Latvian','lv','lv_LV',NULL,0,0,104,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), + (718,85,'Manx','gv','gv_IM',NULL,0,0,105,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), + (719,85,'Macedonian','mk','mk_MK',NULL,0,0,106,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), + (720,85,'Malagasy','mg','mg_MG',NULL,0,0,107,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), + (721,85,'Malay','ms','ms_MY',NULL,0,0,108,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), + (722,85,'Malayalam','ml','ml_IN',NULL,0,0,109,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), + (723,85,'Maltese','mt','mt_MT',NULL,0,0,110,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), + (724,85,'MÄori','mi','mi_NZ',NULL,0,0,111,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), + (725,85,'Marathi','mr','mr_IN',NULL,0,0,112,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), + (726,85,'Marshallese','mh','mh_MH',NULL,0,0,113,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), + (727,85,'Mongolian','mn','mn_MN',NULL,0,0,114,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), + (728,85,'Nauru','na','na_NR',NULL,0,0,115,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), + (729,85,'Navajo, Navaho','nv','nv_US',NULL,0,0,116,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), + (730,85,'Norwegian BokmÃ¥l','nb','nb_NO',NULL,0,0,117,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), + (731,85,'North Ndebele','nd','nd_ZW',NULL,0,0,118,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), + (732,85,'Nepali','ne','ne_NP',NULL,0,0,119,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), + (733,85,'Ndonga','ng','ng_NA',NULL,0,0,120,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), + (734,85,'Norwegian Nynorsk','nn','nn_NO',NULL,0,0,121,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), + (735,85,'Norwegian','no','no_NO',NULL,0,0,122,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), + (736,85,'Nuosu','ii','ii_CN',NULL,0,0,123,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), + (737,85,'South Ndebele','nr','nr_ZA',NULL,0,0,124,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), + (738,85,'Occitan (after 1500)','oc','oc_FR',NULL,0,0,125,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), + (739,85,'Ojibwa','oj','oj_CA',NULL,0,0,126,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), + (740,85,'Old Church Slavonic, Church Slavic, Church Slavonic, Old Bulgarian, Old Slavonic','cu','cu_BG',NULL,0,0,127,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), + (741,85,'Oromo','om','om_ET',NULL,0,0,128,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), + (742,85,'Oriya','or','or_IN',NULL,0,0,129,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), + (743,85,'Ossetian, Ossetic','os','os_GE',NULL,0,0,130,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), + (744,85,'Panjabi, Punjabi','pa','pa_IN',NULL,0,0,131,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), + (745,85,'Pali','pi','pi_KH',NULL,0,0,132,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), + (746,85,'Persian (Iran)','fa','fa_IR',NULL,0,0,133,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), + (747,85,'Polish','pl','pl_PL',NULL,0,0,134,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), + (748,85,'Pashto, Pushto','ps','ps_AF',NULL,0,0,135,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), + (749,85,'Portuguese (Brazil)','pt','pt_BR',NULL,0,0,136,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), + (750,85,'Portuguese (Portugal)','pt','pt_PT',NULL,0,0,137,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), + (751,85,'Quechua','qu','qu_PE',NULL,0,0,138,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), + (752,85,'Romansh','rm','rm_CH',NULL,0,0,139,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), + (753,85,'Kirundi','rn','rn_BI',NULL,0,0,140,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), + (754,85,'Romanian, Moldavian, Moldovan','ro','ro_RO',NULL,0,0,141,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), + (755,85,'Russian','ru','ru_RU',NULL,0,0,142,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), + (756,85,'Sanskrit','sa','sa_IN',NULL,0,0,143,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), + (757,85,'Sardinian','sc','sc_IT',NULL,0,0,144,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), + (758,85,'Sindhi','sd','sd_IN',NULL,0,0,145,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), + (759,85,'Northern Sami','se','se_NO',NULL,0,0,146,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), + (760,85,'Samoan','sm','sm_WS',NULL,0,0,147,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), + (761,85,'Sango','sg','sg_CF',NULL,0,0,148,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), + (762,85,'Serbian','sr','sr_RS',NULL,0,0,149,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), + (763,85,'Scottish Gaelic; Gaelic','gd','gd_GB',NULL,0,0,150,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), + (764,85,'Shona','sn','sn_ZW',NULL,0,0,151,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), + (765,85,'Sinhala, Sinhalese','si','si_LK',NULL,0,0,152,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), + (766,85,'Slovak','sk','sk_SK',NULL,0,0,153,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), + (767,85,'Slovene','sl','sl_SI',NULL,0,0,154,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), + (768,85,'Somali','so','so_SO',NULL,0,0,155,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), + (769,85,'Southern Sotho','st','st_ZA',NULL,0,0,156,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), + (770,85,'Spanish; Castilian (Spain)','es','es_ES',NULL,0,0,157,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), + (771,85,'Spanish; Castilian (Mexico)','es','es_MX',NULL,0,0,158,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), + (772,85,'Spanish; Castilian (Puerto Rico)','es','es_PR',NULL,0,0,159,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), + (773,85,'Sundanese','su','su_ID',NULL,0,0,160,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), + (774,85,'Swahili','sw','sw_TZ',NULL,0,0,161,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), + (775,85,'Swati','ss','ss_ZA',NULL,0,0,162,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), + (776,85,'Swedish','sv','sv_SE',NULL,0,0,163,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), + (777,85,'Tamil','ta','ta_IN',NULL,0,0,164,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), + (778,85,'Telugu','te','te_IN',NULL,0,0,165,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), + (779,85,'Tajik','tg','tg_TJ',NULL,0,0,166,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), + (780,85,'Thai','th','th_TH',NULL,0,0,167,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), + (781,85,'Tigrinya','ti','ti_ET',NULL,0,0,168,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), + (782,85,'Tibetan Standard, Tibetan, Central','bo','bo_CN',NULL,0,0,169,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), + (783,85,'Turkmen','tk','tk_TM',NULL,0,0,170,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), + (784,85,'Tagalog','tl','tl_PH',NULL,0,0,171,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), + (785,85,'Tswana','tn','tn_ZA',NULL,0,0,172,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), + (786,85,'Tonga (Tonga Islands)','to','to_TO',NULL,0,0,173,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), + (787,85,'Turkish','tr','tr_TR',NULL,0,0,174,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), + (788,85,'Tsonga','ts','ts_ZA',NULL,0,0,175,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), + (789,85,'Tatar','tt','tt_RU',NULL,0,0,176,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), + (790,85,'Twi','tw','tw_GH',NULL,0,0,177,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), + (791,85,'Tahitian','ty','ty_PF',NULL,0,0,178,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), + (792,85,'Uighur, Uyghur','ug','ug_CN',NULL,0,0,179,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), + (793,85,'Ukrainian','uk','uk_UA',NULL,0,0,180,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), + (794,85,'Urdu','ur','ur_PK',NULL,0,0,181,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), + (795,85,'Uzbek','uz','uz_UZ',NULL,0,0,182,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), + (796,85,'Venda','ve','ve_ZA',NULL,0,0,183,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), + (797,85,'Vietnamese','vi','vi_VN',NULL,0,0,184,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), + (798,85,'Volapük','vo','vo_XX',NULL,0,0,185,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), + (799,85,'Walloon','wa','wa_BE',NULL,0,0,186,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), + (800,85,'Welsh','cy','cy_GB',NULL,0,0,187,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), + (801,85,'Wolof','wo','wo_SN',NULL,0,0,188,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), + (802,85,'Western Frisian','fy','fy_NL',NULL,0,0,189,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), + (803,85,'Xhosa','xh','xh_ZA',NULL,0,0,190,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), + (804,85,'Yiddish','yi','yi_US',NULL,0,0,191,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), + (805,85,'Yoruba','yo','yo_NG',NULL,0,0,192,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), + (806,85,'Zhuang, Chuang','za','za_CN',NULL,0,0,193,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), + (807,85,'Zulu','zu','zu_ZA',NULL,0,0,194,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL), + (808,86,'In Person','1','in_person',NULL,0,0,1,NULL,0,1,1,NULL,NULL,NULL,NULL,NULL), + (809,86,'Phone','2','phone',NULL,0,1,2,NULL,0,1,1,NULL,NULL,NULL,NULL,NULL), + (810,86,'Email','3','email',NULL,0,0,3,NULL,0,1,1,NULL,NULL,NULL,NULL,NULL), + (811,86,'Fax','4','fax',NULL,0,0,4,NULL,0,1,1,NULL,NULL,NULL,NULL,NULL), + (812,86,'Letter Mail','5','letter_mail',NULL,0,0,5,NULL,0,1,1,NULL,NULL,NULL,NULL,NULL), + (813,87,'Cases - Send Copy of an Activity','1','case_activity',NULL,0,0,1,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), + (814,88,'Contributions - Duplicate Organization Alert','1','contribution_dupalert',NULL,0,0,1,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), + (815,88,'Contributions - Receipt (off-line)','2','contribution_offline_receipt',NULL,0,0,2,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), + (816,88,'Contributions - Receipt (on-line)','3','contribution_online_receipt',NULL,0,0,3,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), + (817,88,'Contributions - Invoice','4','contribution_invoice_receipt',NULL,0,0,4,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), + (818,88,'Contributions - Recurring Start and End Notification','5','contribution_recurring_notify',NULL,0,0,5,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), + (819,88,'Contributions - Recurring Cancellation Notification','6','contribution_recurring_cancelled',NULL,0,0,6,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), + (820,88,'Contributions - Recurring Billing Updates','7','contribution_recurring_billing',NULL,0,0,7,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), + (821,88,'Contributions - Recurring Updates','8','contribution_recurring_edit',NULL,0,0,8,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), + (822,88,'Personal Campaign Pages - Admin Notification','9','pcp_notify',NULL,0,0,9,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), + (823,88,'Personal Campaign Pages - Supporter Status Change Notification','10','pcp_status_change',NULL,0,0,10,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), + (824,88,'Personal Campaign Pages - Supporter Welcome','11','pcp_supporter_notify',NULL,0,0,11,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), + (825,88,'Personal Campaign Pages - Owner Notification','12','pcp_owner_notify',NULL,0,0,12,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), + (826,88,'Additional Payment Receipt or Refund Notification','13','payment_or_refund_notification',NULL,0,0,13,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), + (827,89,'Events - Registration Confirmation and Receipt (off-line)','1','event_offline_receipt',NULL,0,0,1,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), + (828,89,'Events - Registration Confirmation and Receipt (on-line)','2','event_online_receipt',NULL,0,0,2,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), + (829,89,'Events - Receipt only','3','event_registration_receipt',NULL,0,0,3,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), + (830,89,'Events - Registration Cancellation Notice','4','participant_cancelled',NULL,0,0,4,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), + (831,89,'Events - Registration Confirmation Invite','5','participant_confirm',NULL,0,0,5,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), + (832,89,'Events - Pending Registration Expiration Notice','6','participant_expired',NULL,0,0,6,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), + (833,89,'Events - Registration Transferred Notice','7','participant_transferred',NULL,0,0,7,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), + (834,90,'Tell-a-Friend Email','1','friend',NULL,0,0,1,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), + (835,91,'Memberships - Signup and Renewal Receipts (off-line)','1','membership_offline_receipt',NULL,0,0,1,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), + (836,91,'Memberships - Receipt (on-line)','2','membership_online_receipt',NULL,0,0,2,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), + (837,91,'Memberships - Auto-renew Cancellation Notification','3','membership_autorenew_cancelled',NULL,0,0,3,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), + (838,91,'Memberships - Auto-renew Billing Updates','4','membership_autorenew_billing',NULL,0,0,4,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), + (839,92,'Test-drive - Receipt Header','1','test_preview',NULL,0,0,1,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), + (840,93,'Pledges - Acknowledgement','1','pledge_acknowledge',NULL,0,0,1,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), + (841,93,'Pledges - Payment Reminder','2','pledge_reminder',NULL,0,0,2,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), + (842,94,'Profiles - Admin Notification','1','uf_notify',NULL,0,0,1,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), + (843,95,'Petition - signature added','1','petition_sign',NULL,0,0,1,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), + (844,95,'Petition - need verification','2','petition_confirmation_needed',NULL,0,0,2,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), + (845,96,'In Honor of','1','in_honor_of',NULL,0,0,1,NULL,0,1,1,NULL,NULL,NULL,NULL,NULL), + (846,96,'In Memory of','2','in_memory_of',NULL,0,0,2,NULL,0,1,1,NULL,NULL,NULL,NULL,NULL), + (847,96,'Solicited','3','solicited',NULL,0,1,3,NULL,0,1,1,NULL,NULL,NULL,NULL,NULL), + (848,96,'Household','4','household',NULL,0,0,4,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), + (849,96,'Workplace Giving','5','workplace',NULL,0,0,5,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), + (850,96,'Foundation Affiliate','6','foundation_affiliate',NULL,0,0,6,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), + (851,96,'3rd-party Service','7','3rd-party_service',NULL,0,0,7,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), + (852,96,'Donor-advised Fund','8','donor-advised_fund',NULL,0,0,8,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), + (853,96,'Matched Gift','9','matched_gift',NULL,0,0,9,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL), + (854,96,'Personal Campaign Page','10','pcp',NULL,0,0,10,NULL,0,1,1,NULL,NULL,NULL,NULL,NULL), + (855,96,'Gift','11','gift',NULL,0,0,11,NULL,0,1,1,NULL,NULL,NULL,NULL,NULL), + (856,97,'Contacts','Contact','Contact',NULL,NULL,0,1,'',0,1,1,NULL,NULL,NULL,NULL,NULL), + (857,97,'Relationships','Relationship','Relationship',NULL,NULL,0,1,'',0,1,1,NULL,NULL,NULL,NULL,NULL), + (858,97,'Activities','Activity','Activity',NULL,NULL,0,1,'',0,1,1,NULL,NULL,NULL,NULL,NULL), + (859,97,'Notes','Note','Note',NULL,NULL,0,1,'',0,1,1,NULL,NULL,NULL,NULL,NULL), + (860,97,'Groups','Group','Group',NULL,NULL,0,1,'',0,1,1,NULL,NULL,NULL,NULL,NULL), + (861,97,'Cases','Case','Case',NULL,NULL,0,1,'',0,1,1,NULL,NULL,NULL,NULL,NULL), + (862,97,'Contributions','Contribution','Contribution',NULL,NULL,0,1,'',0,1,1,NULL,NULL,NULL,NULL,NULL), + (863,97,'Participants','Participant','Participant',NULL,NULL,0,1,'',0,1,1,NULL,NULL,NULL,NULL,NULL), + (864,97,'Memberships','Membership','Membership',NULL,NULL,0,1,'',0,1,1,NULL,NULL,NULL,NULL,NULL), + (865,97,'Pledges','Pledge','Pledge',NULL,NULL,0,1,'',0,1,1,NULL,NULL,NULL,NULL,NULL), + (866,97,'Events','Event','Event',NULL,NULL,0,1,'',0,1,1,NULL,NULL,NULL,NULL,NULL), + (867,97,'Campaigns','Campaign','Campaign',NULL,NULL,0,1,'',0,1,1,NULL,NULL,NULL,NULL,NULL), (868,2,'Interview','55','Interview',NULL,0,NULL,55,'Conduct a phone or in person interview.',0,0,1,NULL,NULL,NULL,'fa-comment-o',NULL), (869,8,'Advisory Board','3','Advisory Board',NULL,0,0,3,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL); /*!40000 ALTER TABLE `civicrm_option_value` ENABLE KEYS */; @@ -6753,56 +6756,56 @@ UNLOCK TABLES; LOCK TABLES `civicrm_participant` WRITE; /*!40000 ALTER TABLE `civicrm_participant` DISABLE KEYS */; INSERT INTO `civicrm_participant` (`id`, `contact_id`, `event_id`, `status_id`, `role_id`, `register_date`, `source`, `fee_level`, `is_test`, `is_pay_later`, `fee_amount`, `registered_by_id`, `discount_id`, `fee_currency`, `campaign_id`, `discount_amount`, `cart_id`, `must_wait`, `transferred_to_contact_id`, `created_id`) VALUES - (1,114,1,1,'1','2009-01-21 00:00:00','Check','Single',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL), - (2,17,2,2,'2','2008-05-07 00:00:00','Credit Card','Soprano',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL), - (3,188,3,3,'3','2008-05-05 00:00:00','Credit Card','Tiny-tots (ages 5-8)',0,0,800.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL), - (4,138,1,4,'4','2008-10-21 00:00:00','Direct Transfer','Single',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL), - (5,31,2,1,'1','2008-01-10 00:00:00','Check','Soprano',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL), - (6,33,3,2,'2','2008-03-05 00:00:00','Direct Transfer','Tiny-tots (ages 5-8)',0,0,800.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL), - (7,147,1,3,'3','2009-07-21 00:00:00','Direct Transfer','Single',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL), - (8,144,2,4,'4','2009-03-07 00:00:00','Credit Card','Soprano',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL), - (9,51,3,1,'1','2008-02-05 00:00:00','Direct Transfer','Tiny-tots (ages 5-8)',0,0,800.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL), - (10,129,1,2,'2','2008-02-01 00:00:00','Check','Single',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL), - (11,47,2,3,'3','2009-01-10 00:00:00','Direct Transfer','Soprano',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL), - (12,179,3,4,'4','2009-03-06 00:00:00','Credit Card','Tiny-tots (ages 5-8)',0,0,800.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL), - (13,84,1,1,'2','2008-06-04 00:00:00','Credit Card','Single',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL), - (14,163,2,2,'3','2008-01-10 00:00:00','Direct Transfer','Soprano',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL), - (15,91,3,4,'1','2008-07-04 00:00:00','Check','Tiny-tots (ages 5-8)',0,0,800.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL), - (16,125,1,4,'2','2009-01-21 00:00:00','Credit Card','Single',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL), - (17,12,2,2,'3','2008-01-10 00:00:00','Credit Card','Soprano',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL), - (18,103,3,3,'1','2009-03-05 00:00:00','Credit Card','Tiny-tots (ages 5-8)',0,0,800.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL), - (19,27,1,2,'1','2008-10-21 00:00:00','Direct Transfer','Single',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL), - (20,6,2,4,'1','2009-01-10 00:00:00','Credit Card','Soprano',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL), - (21,181,3,1,'4','2008-03-25 00:00:00','Check','Tiny-tots (ages 5-8)',0,0,800.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL), - (22,68,1,2,'3','2009-10-21 00:00:00','Direct Transfer','Single',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL), - (23,11,2,4,'1','2008-01-10 00:00:00','Direct Transfer','Soprano',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL), - (24,19,3,3,'1','2008-03-11 00:00:00','Credit Card','Tiny-tots (ages 5-8)',0,0,800.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL), - (25,112,3,2,'2','2008-04-05 00:00:00','Direct Transfer','Tiny-tots (ages 5-8)',0,0,800.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL), - (26,61,1,1,'1','2009-01-21 00:00:00','Check','Single',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL), - (27,8,2,2,'2','2008-05-07 00:00:00','Credit Card','Soprano',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL), - (28,186,3,3,'3','2009-12-12 00:00:00','Direct Transfer','Tiny-tots (ages 5-8)',0,0,800.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL), - (29,48,1,4,'4','2009-12-13 00:00:00','Credit Card','Single',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL), - (30,153,2,1,'1','2009-12-14 00:00:00','Direct Transfer','Soprano',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL), - (31,43,3,2,'2','2009-12-15 00:00:00','Credit Card','Tiny-tots (ages 5-8)',0,0,800.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL), - (32,55,1,3,'3','2009-07-21 00:00:00','Check','Single',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL), - (33,200,2,4,'4','2009-03-07 00:00:00','Direct Transfer','Soprano',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL), - (34,120,3,1,'1','2009-12-15 00:00:00','Credit Card','Tiny-tots (ages 5-8)',0,0,800.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL), - (35,95,1,2,'2','2009-12-13 00:00:00','Direct Transfer','Single',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL), - (36,97,2,3,'3','2009-01-10 00:00:00','Direct Transfer','Soprano',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL), - (37,38,3,4,'4','2009-03-06 00:00:00','Check','Tiny-tots (ages 5-8)',0,0,800.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL), - (38,169,1,1,'2','2009-12-13 00:00:00','Direct Transfer','Single',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL), - (39,194,2,2,'3','2008-01-10 00:00:00','Direct Transfer','Soprano',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL), - (40,13,3,4,'1','2009-12-14 00:00:00','Credit Card','Tiny-tots (ages 5-8)',0,0,800.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL), - (41,142,1,4,'2','2009-01-21 00:00:00','Credit Card','Single',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL), - (42,60,2,2,'3','2009-12-15 00:00:00','Credit Card','Soprano',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL), - (43,29,3,3,'1','2009-03-05 00:00:00','Credit Card','Tiny-tots (ages 5-8)',0,0,800.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL), - (44,1,1,2,'1','2009-12-13 00:00:00','Direct Transfer','Single',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL), - (45,161,2,4,'1','2009-01-10 00:00:00','Direct Transfer','Soprano',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL), - (46,113,3,1,'4','2009-12-13 00:00:00','Check','Tiny-tots (ages 5-8)',0,0,800.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL), - (47,151,1,2,'3','2009-10-21 00:00:00','Credit Card','Single',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL), - (48,167,2,4,'1','2009-12-10 00:00:00','Credit Card','Soprano',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL), - (49,18,3,3,'1','2009-03-11 00:00:00','Credit Card','Tiny-tots (ages 5-8)',0,0,800.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL), - (50,164,3,2,'2','2009-04-05 00:00:00','Check','Tiny-tots (ages 5-8)',0,0,800.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL); + (1,109,1,1,'1','2009-01-21 00:00:00','Check','Single',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL), + (2,85,2,2,'2','2008-05-07 00:00:00','Credit Card','Soprano',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL), + (3,155,3,3,'3','2008-05-05 00:00:00','Credit Card','Tiny-tots (ages 5-8)',0,0,800.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL), + (4,160,1,4,'4','2008-10-21 00:00:00','Direct Transfer','Single',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL), + (5,68,2,1,'1','2008-01-10 00:00:00','Check','Soprano',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL), + (6,14,3,2,'2','2008-03-05 00:00:00','Direct Transfer','Tiny-tots (ages 5-8)',0,0,800.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL), + (7,199,1,3,'3','2009-07-21 00:00:00','Direct Transfer','Single',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL), + (8,64,2,4,'4','2009-03-07 00:00:00','Credit Card','Soprano',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL), + (9,95,3,1,'1','2008-02-05 00:00:00','Direct Transfer','Tiny-tots (ages 5-8)',0,0,800.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL), + (10,148,1,2,'2','2008-02-01 00:00:00','Check','Single',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL), + (11,169,2,3,'3','2009-01-10 00:00:00','Direct Transfer','Soprano',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL), + (12,59,3,4,'4','2009-03-06 00:00:00','Credit Card','Tiny-tots (ages 5-8)',0,0,800.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL), + (13,124,1,1,'2','2008-06-04 00:00:00','Credit Card','Single',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL), + (14,123,2,2,'3','2008-01-10 00:00:00','Direct Transfer','Soprano',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL), + (15,121,3,4,'1','2008-07-04 00:00:00','Check','Tiny-tots (ages 5-8)',0,0,800.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL), + (16,93,1,4,'2','2009-01-21 00:00:00','Credit Card','Single',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL), + (17,2,2,2,'3','2008-01-10 00:00:00','Credit Card','Soprano',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL), + (18,94,3,3,'1','2009-03-05 00:00:00','Credit Card','Tiny-tots (ages 5-8)',0,0,800.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL), + (19,56,1,2,'1','2008-10-21 00:00:00','Direct Transfer','Single',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL), + (20,51,2,4,'1','2009-01-10 00:00:00','Credit Card','Soprano',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL), + (21,28,3,1,'4','2008-03-25 00:00:00','Check','Tiny-tots (ages 5-8)',0,0,800.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL), + (22,101,1,2,'3','2009-10-21 00:00:00','Direct Transfer','Single',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL), + (23,104,2,4,'1','2008-01-10 00:00:00','Direct Transfer','Soprano',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL), + (24,96,3,3,'1','2008-03-11 00:00:00','Credit Card','Tiny-tots (ages 5-8)',0,0,800.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL), + (25,166,3,2,'2','2008-04-05 00:00:00','Direct Transfer','Tiny-tots (ages 5-8)',0,0,800.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL), + (26,176,1,1,'1','2009-01-21 00:00:00','Check','Single',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL), + (27,173,2,2,'2','2008-05-07 00:00:00','Credit Card','Soprano',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL), + (28,165,3,3,'3','2009-12-12 00:00:00','Direct Transfer','Tiny-tots (ages 5-8)',0,0,800.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL), + (29,153,1,4,'4','2009-12-13 00:00:00','Credit Card','Single',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL), + (30,181,2,1,'1','2009-12-14 00:00:00','Direct Transfer','Soprano',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL), + (31,23,3,2,'2','2009-12-15 00:00:00','Credit Card','Tiny-tots (ages 5-8)',0,0,800.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL), + (32,58,1,3,'3','2009-07-21 00:00:00','Check','Single',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL), + (33,21,2,4,'4','2009-03-07 00:00:00','Direct Transfer','Soprano',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL), + (34,81,3,1,'1','2009-12-15 00:00:00','Credit Card','Tiny-tots (ages 5-8)',0,0,800.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL), + (35,130,1,2,'2','2009-12-13 00:00:00','Direct Transfer','Single',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL), + (36,151,2,3,'3','2009-01-10 00:00:00','Direct Transfer','Soprano',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL), + (37,24,3,4,'4','2009-03-06 00:00:00','Check','Tiny-tots (ages 5-8)',0,0,800.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL), + (38,19,1,1,'2','2009-12-13 00:00:00','Direct Transfer','Single',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL), + (39,86,2,2,'3','2008-01-10 00:00:00','Direct Transfer','Soprano',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL), + (40,91,3,4,'1','2009-12-14 00:00:00','Credit Card','Tiny-tots (ages 5-8)',0,0,800.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL), + (41,25,1,4,'2','2009-01-21 00:00:00','Credit Card','Single',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL), + (42,201,2,2,'3','2009-12-15 00:00:00','Credit Card','Soprano',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL), + (43,87,3,3,'1','2009-03-05 00:00:00','Credit Card','Tiny-tots (ages 5-8)',0,0,800.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL), + (44,77,1,2,'1','2009-12-13 00:00:00','Direct Transfer','Single',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL), + (45,190,2,4,'1','2009-01-10 00:00:00','Direct Transfer','Soprano',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL), + (46,150,3,1,'4','2009-12-13 00:00:00','Check','Tiny-tots (ages 5-8)',0,0,800.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL), + (47,54,1,2,'3','2009-10-21 00:00:00','Credit Card','Single',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL), + (48,38,2,4,'1','2009-12-10 00:00:00','Credit Card','Soprano',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL), + (49,37,3,3,'1','2009-03-11 00:00:00','Credit Card','Tiny-tots (ages 5-8)',0,0,800.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL), + (50,103,3,2,'2','2009-04-05 00:00:00','Check','Tiny-tots (ages 5-8)',0,0,800.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL); /*!40000 ALTER TABLE `civicrm_participant` ENABLE KEYS */; UNLOCK TABLES; @@ -6935,7 +6938,7 @@ UNLOCK TABLES; LOCK TABLES `civicrm_pcp` WRITE; /*!40000 ALTER TABLE `civicrm_pcp` DISABLE KEYS */; INSERT INTO `civicrm_pcp` (`id`, `contact_id`, `status_id`, `title`, `intro_text`, `page_text`, `donate_link_text`, `page_id`, `page_type`, `pcp_block_id`, `is_thermometer`, `is_honor_roll`, `goal_amount`, `currency`, `is_active`, `is_notify`) VALUES - (1,150,2,'My Personal Civi Fundraiser','I\'m on a mission to get all my friends and family to help support my favorite open-source civic sector CRM.','<p>Friends and family - please help build much needed infrastructure for the civic sector by supporting my personal campaign!</p>\r\n<p><a href=\"https://civicrm.org\">You can learn more about CiviCRM here</a>.</p>\r\n<p>Then click the <strong>Contribute Now</strong> button to go to our easy-to-use online contribution form.</p>','Contribute Now',1,'contribute',1,1,1,5000.00,'USD',1,1); + (1,126,2,'My Personal Civi Fundraiser','I\'m on a mission to get all my friends and family to help support my favorite open-source civic sector CRM.','<p>Friends and family - please help build much needed infrastructure for the civic sector by supporting my personal campaign!</p>\r\n<p><a href=\"https://civicrm.org\">You can learn more about CiviCRM here</a>.</p>\r\n<p>Then click the <strong>Contribute Now</strong> button to go to our easy-to-use online contribution form.</p>','Contribute Now',1,'contribute',1,1,1,5000.00,'USD',1,1); /*!40000 ALTER TABLE `civicrm_pcp` ENABLE KEYS */; UNLOCK TABLES; @@ -6957,157 +6960,175 @@ UNLOCK TABLES; LOCK TABLES `civicrm_phone` WRITE; /*!40000 ALTER TABLE `civicrm_phone` DISABLE KEYS */; INSERT INTO `civicrm_phone` (`id`, `contact_id`, `location_type_id`, `is_primary`, `is_billing`, `mobile_provider_id`, `phone`, `phone_ext`, `phone_numeric`, `phone_type_id`) VALUES - (1,97,1,1,0,NULL,'(646) 253-7131',NULL,'6462537131',2), - (2,97,1,0,0,NULL,'363-4744',NULL,'3634744',1), - (3,195,1,1,0,NULL,'(218) 541-9504',NULL,'2185419504',2), - (4,150,1,1,0,NULL,'(390) 618-7407',NULL,'3906187407',1), - (5,150,1,0,0,NULL,'786-6580',NULL,'7866580',1), - (6,98,1,1,0,NULL,'527-1416',NULL,'5271416',1), - (7,98,1,0,0,NULL,'(636) 899-1581',NULL,'6368991581',2), - (8,164,1,1,0,NULL,'612-7303',NULL,'6127303',1), - (9,9,1,1,0,NULL,'(801) 325-8238',NULL,'8013258238',2), - (10,9,1,0,0,NULL,'551-8397',NULL,'5518397',2), - (11,79,1,1,0,NULL,'501-5765',NULL,'5015765',1), - (12,79,1,0,0,NULL,'(522) 803-7504',NULL,'5228037504',1), - (13,75,1,1,0,NULL,'541-4736',NULL,'5414736',2), - (14,60,1,1,0,NULL,'775-6154',NULL,'7756154',2), - (15,60,1,0,0,NULL,'(416) 415-5105',NULL,'4164155105',2), - (16,31,1,1,0,NULL,'(601) 347-9976',NULL,'6013479976',1), - (17,162,1,1,0,NULL,'(749) 856-4550',NULL,'7498564550',2), - (18,162,1,0,0,NULL,'(722) 508-3137',NULL,'7225083137',1), - (19,29,1,1,0,NULL,'650-4666',NULL,'6504666',1), - (20,29,1,0,0,NULL,'452-4391',NULL,'4524391',1), - (21,136,1,1,0,NULL,'(755) 296-7041',NULL,'7552967041',2), - (22,136,1,0,0,NULL,'(288) 418-5400',NULL,'2884185400',1), - (23,67,1,1,0,NULL,'795-3330',NULL,'7953330',1), - (24,67,1,0,0,NULL,'740-2364',NULL,'7402364',1), - (25,114,1,1,0,NULL,'736-6784',NULL,'7366784',1), - (26,114,1,0,0,NULL,'890-1386',NULL,'8901386',1), - (27,35,1,1,0,NULL,'(535) 379-5750',NULL,'5353795750',1), - (28,53,1,1,0,NULL,'(876) 301-8623',NULL,'8763018623',2), - (29,53,1,0,0,NULL,'(790) 314-4813',NULL,'7903144813',1), - (30,72,1,1,0,NULL,'(592) 735-6998',NULL,'5927356998',2), - (31,104,1,1,0,NULL,'(687) 694-1612',NULL,'6876941612',2), - (32,140,1,1,0,NULL,'(629) 222-6531',NULL,'6292226531',1), - (33,140,1,0,0,NULL,'(683) 606-3726',NULL,'6836063726',2), - (34,78,1,1,0,NULL,'416-4580',NULL,'4164580',2), - (35,78,1,0,0,NULL,'722-6485',NULL,'7226485',2), - (36,145,1,1,0,NULL,'514-5321',NULL,'5145321',2), - (37,51,1,1,0,NULL,'850-6282',NULL,'8506282',2), - (38,51,1,0,0,NULL,'(348) 556-2670',NULL,'3485562670',2), - (39,74,1,1,0,NULL,'665-2083',NULL,'6652083',2), - (40,165,1,1,0,NULL,'332-9803',NULL,'3329803',1), - (41,77,1,1,0,NULL,'449-5098',NULL,'4495098',2), - (42,201,1,1,0,NULL,'468-6679',NULL,'4686679',1), - (43,127,1,1,0,NULL,'444-6952',NULL,'4446952',1), - (44,127,1,0,0,NULL,'267-4976',NULL,'2674976',1), - (45,176,1,1,0,NULL,'(797) 729-1016',NULL,'7977291016',2), - (46,83,1,1,0,NULL,'337-3043',NULL,'3373043',2), - (47,128,1,1,0,NULL,'212-1903',NULL,'2121903',2), - (48,128,1,0,0,NULL,'248-9648',NULL,'2489648',1), - (49,148,1,1,0,NULL,'444-5861',NULL,'4445861',2), - (50,88,1,1,0,NULL,'(605) 707-9494',NULL,'6057079494',2), - (51,88,1,0,0,NULL,'(532) 626-6996',NULL,'5326266996',1), - (52,38,1,1,0,NULL,'413-3029',NULL,'4133029',2), - (53,21,1,1,0,NULL,'570-8463',NULL,'5708463',2), - (54,21,1,0,0,NULL,'507-5096',NULL,'5075096',1), - (55,170,1,1,0,NULL,'881-4753',NULL,'8814753',2), - (56,186,1,1,0,NULL,'(514) 463-6430',NULL,'5144636430',1), - (57,44,1,1,0,NULL,'332-2101',NULL,'3322101',1), - (58,196,1,1,0,NULL,'(229) 760-8321',NULL,'2297608321',2), - (59,196,1,0,0,NULL,'(826) 355-3423',NULL,'8263553423',2), - (60,130,1,1,0,NULL,'510-3274',NULL,'5103274',1), - (61,47,1,1,0,NULL,'(774) 494-4788',NULL,'7744944788',2), - (62,47,1,0,0,NULL,'807-1246',NULL,'8071246',1), - (63,4,1,1,0,NULL,'614-5247',NULL,'6145247',2), - (64,34,1,1,0,NULL,'239-8919',NULL,'2398919',2), - (65,34,1,0,0,NULL,'294-3324',NULL,'2943324',1), - (66,108,1,1,0,NULL,'(557) 567-2455',NULL,'5575672455',1), - (67,108,1,0,0,NULL,'760-9310',NULL,'7609310',1), - (68,87,1,1,0,NULL,'(676) 323-2224',NULL,'6763232224',1), - (69,200,1,1,0,NULL,'724-3065',NULL,'7243065',2), - (70,106,1,1,0,NULL,'888-2363',NULL,'8882363',1), - (71,50,1,1,0,NULL,'(251) 271-1398',NULL,'2512711398',1), - (72,50,1,0,0,NULL,'697-5935',NULL,'6975935',1), - (73,122,1,1,0,NULL,'(676) 606-1618',NULL,'6766061618',2), - (74,107,1,1,0,NULL,'(370) 372-5604',NULL,'3703725604',2), - (75,23,1,1,0,NULL,'(478) 580-8199',NULL,'4785808199',1), - (76,59,1,1,0,NULL,'205-5527',NULL,'2055527',1), - (77,59,1,0,0,NULL,'885-9530',NULL,'8859530',1), - (78,58,1,1,0,NULL,'359-5454',NULL,'3595454',1), - (79,58,1,0,0,NULL,'(319) 566-9208',NULL,'3195669208',1), - (80,141,1,1,0,NULL,'(263) 368-6667',NULL,'2633686667',1), - (81,105,1,1,0,NULL,'452-5793',NULL,'4525793',1), - (82,61,1,1,0,NULL,'(597) 710-8038',NULL,'5977108038',2), - (83,182,1,1,0,NULL,'(507) 778-9846',NULL,'5077789846',2), - (84,182,1,0,0,NULL,'682-5497',NULL,'6825497',1), - (85,103,1,1,0,NULL,'(550) 551-3452',NULL,'5505513452',1), - (86,110,1,1,0,NULL,'599-7946',NULL,'5997946',2), - (87,12,1,1,0,NULL,'519-4086',NULL,'5194086',1), - (88,56,1,1,0,NULL,'700-4073',NULL,'7004073',1), - (89,56,1,0,0,NULL,'804-5934',NULL,'8045934',2), - (90,156,1,1,0,NULL,'(895) 241-8089',NULL,'8952418089',2), - (91,190,1,1,0,NULL,'(378) 510-4678',NULL,'3785104678',1), - (92,146,1,1,0,NULL,'(490) 735-3826',NULL,'4907353826',2), - (93,163,1,1,0,NULL,'386-2527',NULL,'3862527',1), - (94,185,1,1,0,NULL,'751-4105',NULL,'7514105',2), - (95,191,1,1,0,NULL,'(338) 827-8069',NULL,'3388278069',2), - (96,18,1,1,0,NULL,'(323) 672-1868',NULL,'3236721868',1), - (97,18,1,0,0,NULL,'(245) 600-3423',NULL,'2456003423',1), - (98,125,1,1,0,NULL,'(822) 264-4018',NULL,'8222644018',1), - (99,125,1,0,0,NULL,'(487) 564-4058',NULL,'4875644058',2), - (100,89,1,1,0,NULL,'(226) 231-7378',NULL,'2262317378',1), - (101,71,1,1,0,NULL,'(475) 742-3788',NULL,'4757423788',1), - (102,71,1,0,0,NULL,'(712) 307-3186',NULL,'7123073186',1), - (103,126,1,1,0,NULL,'300-4061',NULL,'3004061',2), - (104,126,1,0,0,NULL,'313-3578',NULL,'3133578',1), - (105,193,1,1,0,NULL,'(672) 495-7540',NULL,'6724957540',1), - (106,193,1,0,0,NULL,'(457) 539-4910',NULL,'4575394910',1), - (107,54,1,1,0,NULL,'(521) 423-6148',NULL,'5214236148',1), - (108,153,1,1,0,NULL,'(704) 753-2366',NULL,'7047532366',1), - (109,91,1,1,0,NULL,'758-7010',NULL,'7587010',1), - (110,135,1,1,0,NULL,'531-5604',NULL,'5315604',1), - (111,135,1,0,0,NULL,'(246) 422-4149',NULL,'2464224149',1), - (112,119,1,1,0,NULL,'479-3012',NULL,'4793012',1), - (113,119,1,0,0,NULL,'441-1154',NULL,'4411154',2), - (114,57,1,1,0,NULL,'(388) 422-9424',NULL,'3884229424',2), - (115,57,1,0,0,NULL,'(551) 453-7198',NULL,'5514537198',1), - (116,62,1,1,0,NULL,'(619) 770-7664',NULL,'6197707664',2), - (117,115,1,1,0,NULL,'342-1979',NULL,'3421979',2), - (118,115,1,0,0,NULL,'371-4323',NULL,'3714323',1), - (119,172,1,1,0,NULL,'671-6803',NULL,'6716803',1), - (120,5,1,1,0,NULL,'(644) 314-7910',NULL,'6443147910',2), - (121,5,1,0,0,NULL,'258-5718',NULL,'2585718',2), - (122,169,1,1,0,NULL,'(312) 837-2443',NULL,'3128372443',1), - (123,169,1,0,0,NULL,'(251) 202-6685',NULL,'2512026685',1), - (124,49,1,1,0,NULL,'(691) 669-9059',NULL,'6916699059',1), - (125,157,1,1,0,NULL,'(774) 317-1267',NULL,'7743171267',2), - (126,157,1,0,0,NULL,'575-5412',NULL,'5755412',2), - (127,95,1,1,0,NULL,'456-5361',NULL,'4565361',1), - (128,167,1,1,0,NULL,'(757) 722-4958',NULL,'7577224958',1), - (129,167,1,0,0,NULL,'(796) 898-5144',NULL,'7968985144',2), - (130,155,1,1,0,NULL,'(240) 606-2968',NULL,'2406062968',2), - (131,155,1,0,0,NULL,'283-1000',NULL,'2831000',2), - (132,19,1,1,0,NULL,'691-1521',NULL,'6911521',2), - (133,178,1,1,0,NULL,'605-2061',NULL,'6052061',1), - (134,178,1,0,0,NULL,'(405) 310-2573',NULL,'4053102573',2), - (135,149,1,1,0,NULL,'(841) 690-5501',NULL,'8416905501',2), - (136,45,1,1,0,NULL,'339-3080',NULL,'3393080',2), - (137,45,1,0,0,NULL,'510-7971',NULL,'5107971',2), - (138,63,1,1,0,NULL,'360-9874',NULL,'3609874',1), - (139,63,1,0,0,NULL,'(732) 469-9929',NULL,'7324699929',1), - (140,117,1,1,0,NULL,'(893) 770-8444',NULL,'8937708444',2), - (141,117,1,0,0,NULL,'(276) 723-2767',NULL,'2767232767',1), - (142,94,1,1,0,NULL,'(389) 483-5062',NULL,'3894835062',2), - (143,168,1,1,0,NULL,'(841) 654-3143',NULL,'8416543143',2), - (144,139,1,1,0,NULL,'693-2405',NULL,'6932405',2), - (145,96,1,1,0,NULL,'(659) 577-2257',NULL,'6595772257',1), - (146,90,1,1,0,NULL,'291-9115',NULL,'2919115',2), - (147,90,1,0,0,NULL,'205-6125',NULL,'2056125',1), - (148,132,1,1,0,NULL,'676-3444',NULL,'6763444',1), - (149,NULL,1,0,0,NULL,'204 222-1000',NULL,'2042221000',1), - (150,NULL,1,0,0,NULL,'204 223-1000',NULL,'2042231000',1), - (151,NULL,1,0,0,NULL,'303 323-1000',NULL,'3033231000',1); + (1,99,1,1,0,NULL,'792-3883',NULL,'7923883',1), + (2,99,1,0,0,NULL,'709-9876',NULL,'7099876',2), + (3,41,1,1,0,NULL,'358-5399',NULL,'3585399',1), + (4,126,1,1,0,NULL,'(769) 525-4449',NULL,'7695254449',2), + (5,126,1,0,0,NULL,'(543) 653-5606',NULL,'5436535606',2), + (6,81,1,1,0,NULL,'(534) 301-4297',NULL,'5343014297',1), + (7,81,1,0,0,NULL,'321-7115',NULL,'3217115',2), + (8,173,1,1,0,NULL,'892-1270',NULL,'8921270',1), + (9,173,1,0,0,NULL,'(608) 887-6639',NULL,'6088876639',2), + (10,13,1,1,0,NULL,'394-6346',NULL,'3946346',2), + (11,13,1,0,0,NULL,'772-8547',NULL,'7728547',2), + (12,50,1,1,0,NULL,'(590) 420-2434',NULL,'5904202434',2), + (13,50,1,0,0,NULL,'(892) 689-8504',NULL,'8926898504',2), + (14,95,1,1,0,NULL,'(270) 601-3775',NULL,'2706013775',1), + (15,63,1,1,0,NULL,'892-1937',NULL,'8921937',2), + (16,44,1,1,0,NULL,'665-1566',NULL,'6651566',2), + (17,138,1,1,0,NULL,'202-8238',NULL,'2028238',2), + (18,138,1,0,0,NULL,'364-5795',NULL,'3645795',2), + (19,42,1,1,0,NULL,'(717) 657-4949',NULL,'7176574949',2), + (20,42,1,0,0,NULL,'798-3579',NULL,'7983579',1), + (21,89,1,1,0,NULL,'(757) 298-3810',NULL,'7572983810',1), + (22,89,1,0,0,NULL,'769-2092',NULL,'7692092',1), + (23,120,1,1,0,NULL,'616-2067',NULL,'6162067',2), + (24,100,1,1,0,NULL,'347-8183',NULL,'3478183',2), + (25,100,1,0,0,NULL,'(551) 280-8572',NULL,'5512808572',2), + (26,159,1,1,0,NULL,'719-8473',NULL,'7198473',1), + (27,159,1,0,0,NULL,'(855) 725-9131',NULL,'8557259131',2), + (28,46,1,1,0,NULL,'(407) 470-5388',NULL,'4074705388',2), + (29,46,1,0,0,NULL,'(367) 829-4401',NULL,'3678294401',2), + (30,109,1,1,0,NULL,'608-1295',NULL,'6081295',1), + (31,29,1,1,0,NULL,'892-7043',NULL,'8927043',2), + (32,180,1,1,0,NULL,'(470) 625-8144',NULL,'4706258144',2), + (33,180,1,0,0,NULL,'(594) 297-8185',NULL,'5942978185',1), + (34,45,1,1,0,NULL,'(486) 375-9183',NULL,'4863759183',2), + (35,129,1,1,0,NULL,'(440) 324-9916',NULL,'4403249916',1), + (36,54,1,1,0,NULL,'(497) 864-4736',NULL,'4978644736',2), + (37,54,1,0,0,NULL,'(832) 242-4186',NULL,'8322424186',1), + (38,114,1,1,0,NULL,'887-2342',NULL,'8872342',1), + (39,200,1,1,0,NULL,'519-9544',NULL,'5199544',2), + (40,35,1,1,0,NULL,'826-4593',NULL,'8264593',2), + (41,34,1,1,0,NULL,'(296) 277-6472',NULL,'2962776472',2), + (42,56,1,1,0,NULL,'370-3076',NULL,'3703076',1), + (43,64,1,1,0,NULL,'(848) 655-8532',NULL,'8486558532',1), + (44,64,1,0,0,NULL,'620-9544',NULL,'6209544',1), + (45,74,1,1,0,NULL,'(884) 679-3583',NULL,'8846793583',2), + (46,74,1,0,0,NULL,'835-9901',NULL,'8359901',2), + (47,177,1,1,0,NULL,'632-1719',NULL,'6321719',2), + (48,177,1,0,0,NULL,'(853) 427-9816',NULL,'8534279816',2), + (49,171,1,1,0,NULL,'(348) 625-1833',NULL,'3486251833',2), + (50,171,1,0,0,NULL,'682-5404',NULL,'6825404',2), + (51,157,1,1,0,NULL,'449-7265',NULL,'4497265',1), + (52,51,1,1,0,NULL,'(523) 350-6265',NULL,'5233506265',1), + (53,76,1,1,0,NULL,'(394) 303-3801',NULL,'3943033801',1), + (54,47,1,1,0,NULL,'(537) 242-1877',NULL,'5372421877',2), + (55,187,1,1,0,NULL,'673-8993',NULL,'6738993',2), + (56,118,1,1,0,NULL,'(668) 702-3571',NULL,'6687023571',1), + (57,98,1,1,0,NULL,'(453) 721-2900',NULL,'4537212900',1), + (58,98,1,0,0,NULL,'(664) 878-2286',NULL,'6648782286',1), + (59,194,1,1,0,NULL,'(229) 659-3611',NULL,'2296593611',1), + (60,194,1,0,0,NULL,'(633) 494-4887',NULL,'6334944887',2), + (61,28,1,1,0,NULL,'(584) 554-2114',NULL,'5845542114',2), + (62,30,1,1,0,NULL,'795-4174',NULL,'7954174',2), + (63,30,1,0,0,NULL,'461-2233',NULL,'4612233',1), + (64,92,1,1,0,NULL,'(442) 242-7940',NULL,'4422427940',2), + (65,92,1,0,0,NULL,'(801) 404-9592',NULL,'8014049592',2), + (66,85,1,1,0,NULL,'515-1363',NULL,'5151363',1), + (67,85,1,0,0,NULL,'312-9452',NULL,'3129452',2), + (68,119,1,1,0,NULL,'(208) 384-9509',NULL,'2083849509',2), + (69,119,1,0,0,NULL,'424-2045',NULL,'4242045',2), + (70,9,1,1,0,NULL,'(677) 456-3329',NULL,'6774563329',1), + (71,182,1,1,0,NULL,'(491) 869-2527',NULL,'4918692527',1), + (72,182,1,0,0,NULL,'776-1497',NULL,'7761497',1), + (73,117,1,1,0,NULL,'479-1771',NULL,'4791771',2), + (74,2,1,1,0,NULL,'(617) 679-3148',NULL,'6176793148',1), + (75,181,1,1,0,NULL,'(427) 634-4273',NULL,'4276344273',1), + (76,143,1,1,0,NULL,'(301) 537-9096',NULL,'3015379096',2), + (77,143,1,0,0,NULL,'(536) 268-7357',NULL,'5362687357',1), + (78,155,1,1,0,NULL,'(206) 261-8733',NULL,'2062618733',2), + (79,136,1,1,0,NULL,'(759) 485-7810',NULL,'7594857810',2), + (80,199,1,1,0,NULL,'310-7772',NULL,'3107772',1), + (81,199,1,0,0,NULL,'658-3739',NULL,'6583739',1), + (82,141,1,1,0,NULL,'(543) 334-3679',NULL,'5433343679',1), + (83,153,1,1,0,NULL,'495-9709',NULL,'4959709',1), + (84,153,1,0,0,NULL,'290-5602',NULL,'2905602',2), + (85,83,1,1,0,NULL,'(291) 756-9416',NULL,'2917569416',2), + (86,83,1,0,0,NULL,'(424) 443-7130',NULL,'4244437130',2), + (87,17,1,1,0,NULL,'(224) 847-1209',NULL,'2248471209',1), + (88,105,1,1,0,NULL,'(728) 338-7108',NULL,'7283387108',1), + (89,105,1,0,0,NULL,'680-5054',NULL,'6805054',2), + (90,4,1,1,0,NULL,'459-3527',NULL,'4593527',2), + (91,4,1,0,0,NULL,'(772) 325-5103',NULL,'7723255103',2), + (92,21,1,1,0,NULL,'224-4855',NULL,'2244855',1), + (93,127,1,1,0,NULL,'757-3989',NULL,'7573989',1), + (94,201,1,1,0,NULL,'(617) 434-6231',NULL,'6174346231',2), + (95,188,1,1,0,NULL,'(489) 313-6915',NULL,'4893136915',1), + (96,188,1,0,0,NULL,'(530) 508-9573',NULL,'5305089573',2), + (97,163,1,1,0,NULL,'222-2105',NULL,'2222105',1), + (98,65,1,1,0,NULL,'(558) 721-8348',NULL,'5587218348',1), + (99,102,1,1,0,NULL,'305-3994',NULL,'3053994',2), + (100,176,1,1,0,NULL,'741-8015',NULL,'7418015',2), + (101,176,1,0,0,NULL,'547-5571',NULL,'5475571',1), + (102,84,1,1,0,NULL,'326-4361',NULL,'3264361',1), + (103,84,1,0,0,NULL,'(458) 252-2003',NULL,'4582522003',1), + (104,174,1,1,0,NULL,'(252) 789-2887',NULL,'2527892887',1), + (105,178,1,1,0,NULL,'(857) 567-5748',NULL,'8575675748',2), + (106,55,1,1,0,NULL,'830-2830',NULL,'8302830',1), + (107,55,1,0,0,NULL,'647-1558',NULL,'6471558',2), + (108,144,1,1,0,NULL,'249-3938',NULL,'2493938',2), + (109,72,1,1,0,NULL,'733-1449',NULL,'7331449',2), + (110,72,1,0,0,NULL,'207-1506',NULL,'2071506',1), + (111,183,1,1,0,NULL,'(524) 672-2802',NULL,'5246722802',2), + (112,183,1,0,0,NULL,'564-8519',NULL,'5648519',1), + (113,82,1,1,0,NULL,'(292) 674-1885',NULL,'2926741885',1), + (114,82,1,0,0,NULL,'(689) 434-3282',NULL,'6894343282',1), + (115,73,1,1,0,NULL,'864-7539',NULL,'8647539',1), + (116,73,1,0,0,NULL,'850-8401',NULL,'8508401',2), + (117,106,1,1,0,NULL,'769-5604',NULL,'7695604',2), + (118,146,1,1,0,NULL,'(535) 414-8430',NULL,'5354148430',1), + (119,133,1,1,0,NULL,'460-3414',NULL,'4603414',1), + (120,121,1,1,0,NULL,'696-9103',NULL,'6969103',1), + (121,121,1,0,0,NULL,'525-5713',NULL,'5255713',2), + (122,32,1,1,0,NULL,'(613) 255-2076',NULL,'6132552076',2), + (123,8,1,1,0,NULL,'596-3876',NULL,'5963876',1), + (124,78,1,1,0,NULL,'638-8869',NULL,'6388869',2), + (125,31,1,1,0,NULL,'276-2452',NULL,'2762452',1), + (126,31,1,0,0,NULL,'419-3365',NULL,'4193365',1), + (127,179,1,1,0,NULL,'459-4330',NULL,'4594330',2), + (128,88,1,1,0,NULL,'759-7404',NULL,'7597404',1), + (129,88,1,0,0,NULL,'599-8589',NULL,'5998589',2), + (130,108,1,1,0,NULL,'(510) 835-2867',NULL,'5108352867',2), + (131,123,1,1,0,NULL,'(282) 830-4314',NULL,'2828304314',1), + (132,123,1,0,0,NULL,'880-6202',NULL,'8806202',1), + (133,77,1,1,0,NULL,'349-1228',NULL,'3491228',2), + (134,77,1,0,0,NULL,'(508) 608-4217',NULL,'5086084217',2), + (135,53,1,1,0,NULL,'217-5110',NULL,'2175110',1), + (136,53,1,0,0,NULL,'(604) 206-5136',NULL,'6042065136',2), + (137,71,1,1,0,NULL,'(524) 225-8498',NULL,'5242258498',1), + (138,148,1,1,0,NULL,'(260) 694-1419',NULL,'2606941419',1), + (139,36,1,1,0,NULL,'378-2529',NULL,'3782529',1), + (140,36,1,0,0,NULL,'781-1840',NULL,'7811840',2), + (141,26,1,1,0,NULL,'277-5135',NULL,'2775135',1), + (142,97,1,1,0,NULL,'(391) 315-8844',NULL,'3913158844',1), + (143,104,1,1,0,NULL,'736-9305',NULL,'7369305',2), + (144,60,1,1,0,NULL,'(389) 859-8380',NULL,'3898598380',2), + (145,60,1,0,0,NULL,'882-9564',NULL,'8829564',1), + (146,122,1,1,0,NULL,'(578) 672-2607',NULL,'5786722607',2), + (147,101,1,1,0,NULL,'(845) 229-1081',NULL,'8452291081',2), + (148,135,1,1,0,NULL,'525-5260',NULL,'5255260',2), + (149,16,1,1,0,NULL,'559-4094',NULL,'5594094',2), + (150,16,1,0,0,NULL,'229-5486',NULL,'2295486',2), + (151,90,1,1,0,NULL,'(831) 765-5300',NULL,'8317655300',1), + (152,90,1,0,0,NULL,'232-9193',NULL,'2329193',1), + (153,25,1,1,0,NULL,'442-7295',NULL,'4427295',2), + (154,58,1,1,0,NULL,'(510) 348-8660',NULL,'5103488660',2), + (155,11,1,1,0,NULL,'642-5589',NULL,'6425589',2), + (156,11,1,0,0,NULL,'(815) 657-3396',NULL,'8156573396',1), + (157,23,1,1,0,NULL,'(262) 340-1411',NULL,'2623401411',1), + (158,22,1,1,0,NULL,'(585) 579-5642',NULL,'5855795642',1), + (159,22,1,0,0,NULL,'726-9795',NULL,'7269795',2), + (160,130,1,1,0,NULL,'471-5334',NULL,'4715334',1), + (161,130,1,0,0,NULL,'865-6485',NULL,'8656485',1), + (162,111,1,1,0,NULL,'(317) 691-5655',NULL,'3176915655',2), + (163,111,1,0,0,NULL,'(457) 660-9587',NULL,'4576609587',2), + (164,61,1,1,0,NULL,'(891) 437-4836',NULL,'8914374836',1), + (165,33,1,1,0,NULL,'480-7435',NULL,'4807435',1), + (166,12,1,1,0,NULL,'(313) 596-2646',NULL,'3135962646',2), + (167,NULL,1,0,0,NULL,'204 222-1000',NULL,'2042221000',1), + (168,NULL,1,0,0,NULL,'204 223-1000',NULL,'2042231000',1), + (169,NULL,1,0,0,NULL,'303 323-1000',NULL,'3033231000',1); /*!40000 ALTER TABLE `civicrm_phone` ENABLE KEYS */; UNLOCK TABLES; @@ -7259,14 +7280,14 @@ UNLOCK TABLES; LOCK TABLES `civicrm_price_set` WRITE; /*!40000 ALTER TABLE `civicrm_price_set` DISABLE KEYS */; INSERT INTO `civicrm_price_set` (`id`, `domain_id`, `name`, `title`, `is_active`, `help_pre`, `help_post`, `javascript`, `extends`, `financial_type_id`, `is_quick_config`, `is_reserved`, `min_amount`) VALUES - (1,NULL,'default_contribution_amount','Contribution Amount',1,NULL,NULL,NULL,'2',NULL,1,1,0.00), - (2,NULL,'default_membership_type_amount','Membership Amount',1,NULL,NULL,NULL,'3',2,1,1,0.00), - (3,NULL,'help_support_civicrm_amount','Help Support CiviCRM!',1,NULL,NULL,NULL,'2',1,0,0,0.00), - (4,NULL,'member_signup_and_renewal','Member Signup and Renewal',1,NULL,NULL,NULL,'3',2,1,0,0.00), + (1,NULL,'default_contribution_amount','Contribution Amount',1,NULL,NULL,NULL,'2',NULL,1,1,0.00), + (2,NULL,'default_membership_type_amount','Membership Amount',1,NULL,NULL,NULL,'3',2,1,1,0.00), + (3,NULL,'help_support_civicrm_amount','Help Support CiviCRM!',1,NULL,NULL,NULL,'2',1,0,0,0.00), + (4,NULL,'member_signup_and_renewal','Member Signup and Renewal',1,NULL,NULL,NULL,'3',2,1,0,0.00), (5,NULL,'pledge_for_civicrm','Pledge for CiviCRM!',1,NULL,NULL,NULL,'2',NULL,1,0,0.00), - (6,NULL,'rain_forest_cup_youth_soccer_tournament','Rain-forest Cup Youth Soccer Tournament',1,NULL,NULL,NULL,'1',3,1,0,0.00), - (7,NULL,'fall_fundraiser_dinner','Fall Fundraiser Dinner',1,NULL,NULL,NULL,'1',3,1,0,0.00), - (8,NULL,'summer_solstice_festival_day_concert','Summer Solstice Festival Day Concert',1,NULL,NULL,NULL,'1',3,0,0,0.00); + (6,NULL,'rain_forest_cup_youth_soccer_tournament','Rain-forest Cup Youth Soccer Tournament',1,NULL,NULL,NULL,'1',3,1,0,0.00), + (7,NULL,'fall_fundraiser_dinner','Fall Fundraiser Dinner',1,NULL,NULL,NULL,'1',3,1,0,0.00), + (8,NULL,'summer_solstice_festival_day_concert','Summer Solstice Festival Day Concert',1,NULL,NULL,NULL,'1',3,0,0,0.00); /*!40000 ALTER TABLE `civicrm_price_set` ENABLE KEYS */; UNLOCK TABLES; @@ -7342,221 +7363,222 @@ UNLOCK TABLES; LOCK TABLES `civicrm_relationship` WRITE; /*!40000 ALTER TABLE `civicrm_relationship` DISABLE KEYS */; INSERT INTO `civicrm_relationship` (`id`, `contact_id_a`, `contact_id_b`, `relationship_type_id`, `start_date`, `end_date`, `is_active`, `description`, `is_permission_a_b`, `is_permission_b_a`, `case_id`, `created_date`, `modified_date`) VALUES - (1,122,106,1,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:20','2023-03-08 06:51:20'), - (2,37,106,1,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (3,122,50,1,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (4,37,50,1,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (5,37,122,4,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (6,50,43,8,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (7,122,43,8,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (8,37,43,8,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (9,106,43,7,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (10,50,106,2,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (11,180,107,1,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (12,59,107,1,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (13,180,23,1,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (14,59,23,1,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (15,59,180,4,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (16,23,143,8,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (17,180,143,8,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (18,59,143,8,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (19,107,143,7,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (20,23,107,2,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (21,17,58,1,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (22,105,58,1,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (23,17,141,1,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (24,105,141,1,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (25,105,17,4,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (26,141,16,8,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (27,17,16,8,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (28,105,16,8,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (29,58,16,7,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (30,141,58,2,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (31,109,61,1,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (32,159,61,1,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (33,109,8,1,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (34,159,8,1,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (35,159,109,4,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (36,8,138,8,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (37,109,138,8,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (38,159,138,8,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (39,61,138,7,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (40,8,61,2,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (41,103,182,1,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (42,46,182,1,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (43,103,36,1,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (44,46,36,1,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (45,46,103,4,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (46,36,33,8,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (47,103,33,8,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (48,46,33,8,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (49,182,33,7,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (50,36,182,2,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (51,56,110,1,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (52,156,110,1,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (53,56,12,1,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (54,156,12,1,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (55,156,56,4,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (56,12,118,8,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (57,56,118,8,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (58,156,118,8,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (59,110,118,7,NULL,NULL,0,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (60,12,110,2,NULL,NULL,0,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (61,92,190,1,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (62,163,190,1,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (63,92,146,1,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (64,163,146,1,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (65,163,92,4,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (66,146,99,8,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (67,92,99,8,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (68,163,99,8,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (69,190,99,7,NULL,NULL,0,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (70,146,190,2,NULL,NULL,0,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (71,18,185,1,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (72,125,185,1,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (73,18,191,1,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (74,125,191,1,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (75,125,18,4,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (76,191,20,8,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (77,18,20,8,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (78,125,20,8,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (79,185,20,7,NULL,NULL,0,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (80,191,185,2,NULL,NULL,0,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (81,89,80,1,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (82,71,80,1,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (83,89,6,1,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (84,71,6,1,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (85,71,89,4,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (86,6,27,8,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (87,89,27,8,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (88,71,27,8,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (89,80,27,7,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (90,6,80,2,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (91,54,126,1,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (92,153,126,1,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (93,54,193,1,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (94,153,193,1,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (95,153,54,4,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (96,193,160,8,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (97,54,160,8,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (98,153,160,8,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (99,126,160,7,NULL,NULL,0,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (100,193,126,2,NULL,NULL,0,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (101,131,91,1,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (102,25,91,1,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (103,131,135,1,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (104,25,135,1,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (105,25,131,4,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (106,135,7,8,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (107,131,7,8,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (108,25,7,8,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (109,91,7,7,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (110,135,91,2,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (111,119,26,1,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (112,57,26,1,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (113,119,64,1,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (114,57,64,1,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (115,57,119,4,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (116,64,181,8,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (117,119,181,8,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (118,57,181,8,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (119,26,181,7,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (120,64,26,2,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (121,2,62,1,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (122,172,62,1,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (123,2,115,1,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (124,172,115,1,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (125,172,2,4,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (126,115,55,8,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (127,2,55,8,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (128,172,55,8,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (129,62,55,7,NULL,NULL,0,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (130,115,62,2,NULL,NULL,0,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (131,169,5,1,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (132,49,5,1,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (133,169,84,1,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (134,49,84,1,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (135,49,169,4,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (136,84,85,8,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (137,169,85,8,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (138,49,85,8,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (139,5,85,7,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (140,84,5,2,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (141,167,157,1,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (142,120,157,1,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (143,167,95,1,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (144,120,95,1,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (145,120,167,4,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (146,95,41,8,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (147,167,41,8,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (148,120,41,8,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (149,157,41,7,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (150,95,157,2,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (151,19,155,1,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (152,178,155,1,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (153,19,42,1,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (154,178,42,1,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (155,178,19,4,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (156,42,65,8,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (157,19,65,8,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (158,178,65,8,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (159,155,65,7,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (160,42,155,2,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (161,63,149,1,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (162,117,149,1,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (163,63,45,1,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (164,117,45,1,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (165,117,63,4,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (166,45,100,8,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (167,63,100,8,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (168,117,100,8,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (169,149,100,7,NULL,NULL,0,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (170,45,149,2,NULL,NULL,0,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (171,188,94,1,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (172,168,94,1,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (173,188,158,1,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (174,168,158,1,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (175,168,188,4,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (176,158,93,8,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (177,188,93,8,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (178,168,93,8,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (179,94,93,7,NULL,NULL,0,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (180,158,94,2,NULL,NULL,0,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (181,15,139,1,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (182,197,139,1,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (183,15,198,1,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (184,197,198,1,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (185,197,15,4,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (186,198,129,8,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (187,15,129,8,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (188,197,129,8,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (189,139,129,7,NULL,NULL,0,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (190,198,139,2,NULL,NULL,0,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (191,90,10,1,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (192,132,10,1,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (193,90,96,1,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (194,132,96,1,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (195,132,90,4,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (196,96,3,8,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (197,90,3,8,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (198,132,3,8,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (199,10,3,7,NULL,NULL,0,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (200,96,10,2,NULL,NULL,0,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (201,182,13,5,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (202,56,14,5,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (203,171,24,5,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (204,169,70,5,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (205,174,82,5,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (206,135,102,5,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (207,91,112,5,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (208,154,137,5,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (209,37,151,5,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (210,142,173,5,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (211,164,177,5,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (212,94,183,5,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (213,123,187,5,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (214,196,189,5,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'), - (215,149,194,5,NULL,NULL,1,NULL,0,0,NULL,'2023-03-08 06:51:21','2023-03-08 06:51:21'); + (1,152,4,1,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:53','2023-04-30 16:20:53'), + (2,147,4,1,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:53','2023-04-30 16:20:53'), + (3,152,21,1,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:53','2023-04-30 16:20:53'), + (4,147,21,1,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:53','2023-04-30 16:20:53'), + (5,147,152,4,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:53','2023-04-30 16:20:53'), + (6,21,19,8,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:53','2023-04-30 16:20:53'), + (7,152,19,8,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:53','2023-04-30 16:20:53'), + (8,147,19,8,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:53','2023-04-30 16:20:53'), + (9,4,19,7,NULL,NULL,0,NULL,0,0,NULL,'2023-04-30 16:20:53','2023-04-30 16:20:53'), + (10,21,4,2,NULL,NULL,0,NULL,0,0,NULL,'2023-04-30 16:20:53','2023-04-30 16:20:53'), + (11,43,127,1,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:53','2023-04-30 16:20:53'), + (12,15,127,1,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:53','2023-04-30 16:20:53'), + (13,43,201,1,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:53','2023-04-30 16:20:53'), + (14,15,201,1,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:53','2023-04-30 16:20:53'), + (15,15,43,4,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:53','2023-04-30 16:20:53'), + (16,201,193,8,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:53','2023-04-30 16:20:53'), + (17,43,193,8,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:53','2023-04-30 16:20:53'), + (18,15,193,8,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:53','2023-04-30 16:20:53'), + (19,127,193,7,NULL,NULL,0,NULL,0,0,NULL,'2023-04-30 16:20:53','2023-04-30 16:20:53'), + (20,201,127,2,NULL,NULL,0,NULL,0,0,NULL,'2023-04-30 16:20:53','2023-04-30 16:20:53'), + (21,91,188,1,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:53','2023-04-30 16:20:53'), + (22,67,188,1,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:53','2023-04-30 16:20:53'), + (23,91,163,1,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:53','2023-04-30 16:20:53'), + (24,67,163,1,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:53','2023-04-30 16:20:53'), + (25,67,91,4,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:53','2023-04-30 16:20:53'), + (26,163,151,8,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:53','2023-04-30 16:20:53'), + (27,91,151,8,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:53','2023-04-30 16:20:53'), + (28,67,151,8,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:53','2023-04-30 16:20:53'), + (29,188,151,7,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:53','2023-04-30 16:20:53'), + (30,163,188,2,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:53','2023-04-30 16:20:53'), + (31,145,65,1,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:53','2023-04-30 16:20:53'), + (32,176,65,1,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:53','2023-04-30 16:20:53'), + (33,145,102,1,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:53','2023-04-30 16:20:53'), + (34,176,102,1,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:53','2023-04-30 16:20:53'), + (35,176,145,4,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:53','2023-04-30 16:20:53'), + (36,102,24,8,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:53','2023-04-30 16:20:53'), + (37,145,24,8,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:53','2023-04-30 16:20:53'), + (38,176,24,8,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:53','2023-04-30 16:20:53'), + (39,65,24,7,NULL,NULL,0,NULL,0,0,NULL,'2023-04-30 16:20:53','2023-04-30 16:20:53'), + (40,102,65,2,NULL,NULL,0,NULL,0,0,NULL,'2023-04-30 16:20:53','2023-04-30 16:20:53'), + (41,38,131,1,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:53','2023-04-30 16:20:53'), + (42,174,131,1,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:53','2023-04-30 16:20:53'), + (43,38,84,1,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:53','2023-04-30 16:20:53'), + (44,174,84,1,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:53','2023-04-30 16:20:53'), + (45,174,38,4,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:53','2023-04-30 16:20:53'), + (46,84,70,8,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:53','2023-04-30 16:20:53'), + (47,38,70,8,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:53','2023-04-30 16:20:53'), + (48,174,70,8,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:53','2023-04-30 16:20:53'), + (49,131,70,7,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:53','2023-04-30 16:20:53'), + (50,84,131,2,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:53','2023-04-30 16:20:53'), + (51,144,178,1,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:53','2023-04-30 16:20:53'), + (52,72,178,1,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:53','2023-04-30 16:20:53'), + (53,144,55,1,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:53','2023-04-30 16:20:53'), + (54,72,55,1,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:53','2023-04-30 16:20:53'), + (55,72,144,4,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:53','2023-04-30 16:20:53'), + (56,55,86,8,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:53','2023-04-30 16:20:53'), + (57,144,86,8,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:53','2023-04-30 16:20:53'), + (58,72,86,8,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:53','2023-04-30 16:20:53'), + (59,178,86,7,NULL,NULL,0,NULL,0,0,NULL,'2023-04-30 16:20:53','2023-04-30 16:20:53'), + (60,55,178,2,NULL,NULL,0,NULL,0,0,NULL,'2023-04-30 16:20:53','2023-04-30 16:20:53'), + (61,82,113,1,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:53','2023-04-30 16:20:53'), + (62,73,113,1,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:53','2023-04-30 16:20:53'), + (63,82,183,1,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:53','2023-04-30 16:20:53'), + (64,73,183,1,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:53','2023-04-30 16:20:53'), + (65,73,82,4,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:53','2023-04-30 16:20:53'), + (66,183,27,8,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:53','2023-04-30 16:20:53'), + (67,82,27,8,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:53','2023-04-30 16:20:53'), + (68,73,27,8,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:53','2023-04-30 16:20:53'), + (69,113,27,7,NULL,NULL,0,NULL,0,0,NULL,'2023-04-30 16:20:53','2023-04-30 16:20:53'), + (70,183,113,2,NULL,NULL,0,NULL,0,0,NULL,'2023-04-30 16:20:53','2023-04-30 16:20:53'), + (71,133,106,1,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:53','2023-04-30 16:20:53'), + (72,132,106,1,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:53','2023-04-30 16:20:53'), + (73,133,146,1,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:53','2023-04-30 16:20:53'), + (74,132,146,1,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:53','2023-04-30 16:20:53'), + (75,132,133,4,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:53','2023-04-30 16:20:53'), + (76,146,87,8,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:53','2023-04-30 16:20:53'), + (77,133,87,8,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:54','2023-04-30 16:20:54'), + (78,132,87,8,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:54','2023-04-30 16:20:54'), + (79,106,87,7,NULL,NULL,0,NULL,0,0,NULL,'2023-04-30 16:20:54','2023-04-30 16:20:54'), + (80,146,106,2,NULL,NULL,0,NULL,0,0,NULL,'2023-04-30 16:20:54','2023-04-30 16:20:54'), + (81,32,121,1,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:54','2023-04-30 16:20:54'), + (82,8,121,1,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:54','2023-04-30 16:20:54'), + (83,32,49,1,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:54','2023-04-30 16:20:54'), + (84,8,49,1,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:54','2023-04-30 16:20:54'), + (85,8,32,4,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:54','2023-04-30 16:20:54'), + (86,49,198,8,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:54','2023-04-30 16:20:54'), + (87,32,198,8,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:54','2023-04-30 16:20:54'), + (88,8,198,8,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:54','2023-04-30 16:20:54'), + (89,121,198,7,NULL,NULL,0,NULL,0,0,NULL,'2023-04-30 16:20:54','2023-04-30 16:20:54'), + (90,49,121,2,NULL,NULL,0,NULL,0,0,NULL,'2023-04-30 16:20:54','2023-04-30 16:20:54'), + (91,80,78,1,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:54','2023-04-30 16:20:54'), + (92,179,78,1,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:54','2023-04-30 16:20:54'), + (93,80,31,1,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:54','2023-04-30 16:20:54'), + (94,179,31,1,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:54','2023-04-30 16:20:54'), + (95,179,80,4,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:54','2023-04-30 16:20:54'), + (96,31,185,8,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:54','2023-04-30 16:20:54'), + (97,80,185,8,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:54','2023-04-30 16:20:54'), + (98,179,185,8,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:54','2023-04-30 16:20:54'), + (99,78,185,7,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:54','2023-04-30 16:20:54'), + (100,31,78,2,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:54','2023-04-30 16:20:54'), + (101,108,88,1,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:54','2023-04-30 16:20:54'), + (102,190,88,1,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:54','2023-04-30 16:20:54'), + (103,108,37,1,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:54','2023-04-30 16:20:54'), + (104,190,37,1,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:54','2023-04-30 16:20:54'), + (105,190,108,4,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:54','2023-04-30 16:20:54'), + (106,37,124,8,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:54','2023-04-30 16:20:54'), + (107,108,124,8,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:54','2023-04-30 16:20:54'), + (108,190,124,8,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:54','2023-04-30 16:20:54'), + (109,88,124,7,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:54','2023-04-30 16:20:54'), + (110,37,88,2,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:54','2023-04-30 16:20:54'), + (111,77,123,1,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:54','2023-04-30 16:20:54'), + (112,53,123,1,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:54','2023-04-30 16:20:54'), + (113,77,96,1,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:54','2023-04-30 16:20:54'), + (114,53,96,1,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:54','2023-04-30 16:20:54'), + (115,53,77,4,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:54','2023-04-30 16:20:54'), + (116,96,7,8,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:54','2023-04-30 16:20:54'), + (117,77,7,8,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:54','2023-04-30 16:20:54'), + (118,53,7,8,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:54','2023-04-30 16:20:54'), + (119,123,7,7,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:54','2023-04-30 16:20:54'), + (120,96,123,2,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:54','2023-04-30 16:20:54'), + (121,186,71,1,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:54','2023-04-30 16:20:54'), + (122,36,71,1,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:54','2023-04-30 16:20:54'), + (123,186,148,1,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:54','2023-04-30 16:20:54'), + (124,36,148,1,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:54','2023-04-30 16:20:54'), + (125,36,186,4,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:54','2023-04-30 16:20:54'), + (126,148,162,8,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:54','2023-04-30 16:20:54'), + (127,186,162,8,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:54','2023-04-30 16:20:54'), + (128,36,162,8,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:54','2023-04-30 16:20:54'), + (129,71,162,7,NULL,NULL,0,NULL,0,0,NULL,'2023-04-30 16:20:54','2023-04-30 16:20:54'), + (130,148,71,2,NULL,NULL,0,NULL,0,0,NULL,'2023-04-30 16:20:54','2023-04-30 16:20:54'), + (131,5,26,1,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:54','2023-04-30 16:20:54'), + (132,107,26,1,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:54','2023-04-30 16:20:54'), + (133,5,97,1,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:54','2023-04-30 16:20:54'), + (134,107,97,1,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:54','2023-04-30 16:20:54'), + (135,107,5,4,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:54','2023-04-30 16:20:54'), + (136,97,149,8,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:54','2023-04-30 16:20:54'), + (137,5,149,8,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:54','2023-04-30 16:20:54'), + (138,107,149,8,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:54','2023-04-30 16:20:54'), + (139,26,149,7,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:54','2023-04-30 16:20:54'), + (140,97,26,2,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:54','2023-04-30 16:20:54'), + (141,60,104,1,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:54','2023-04-30 16:20:54'), + (142,122,104,1,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:54','2023-04-30 16:20:54'), + (143,60,139,1,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:54','2023-04-30 16:20:54'), + (144,122,139,1,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:54','2023-04-30 16:20:54'), + (145,122,60,4,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:54','2023-04-30 16:20:54'), + (146,139,79,8,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:54','2023-04-30 16:20:54'), + (147,60,79,8,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:54','2023-04-30 16:20:54'), + (148,122,79,8,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:54','2023-04-30 16:20:54'), + (149,104,79,7,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:54','2023-04-30 16:20:54'), + (150,139,104,2,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:54','2023-04-30 16:20:54'), + (151,197,101,1,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:54','2023-04-30 16:20:54'), + (152,135,101,1,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:54','2023-04-30 16:20:54'), + (153,197,93,1,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:54','2023-04-30 16:20:54'), + (154,135,93,1,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:54','2023-04-30 16:20:54'), + (155,135,197,4,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:54','2023-04-30 16:20:54'), + (156,93,128,8,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:54','2023-04-30 16:20:54'), + (157,197,128,8,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:54','2023-04-30 16:20:54'), + (158,135,128,8,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:54','2023-04-30 16:20:54'), + (159,101,128,7,NULL,NULL,0,NULL,0,0,NULL,'2023-04-30 16:20:54','2023-04-30 16:20:54'), + (160,93,101,2,NULL,NULL,0,NULL,0,0,NULL,'2023-04-30 16:20:54','2023-04-30 16:20:54'), + (161,90,16,1,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:54','2023-04-30 16:20:54'), + (162,25,16,1,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:54','2023-04-30 16:20:54'), + (163,90,40,1,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:54','2023-04-30 16:20:54'), + (164,25,40,1,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:54','2023-04-30 16:20:54'), + (165,25,90,4,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:54','2023-04-30 16:20:54'), + (166,40,59,8,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:54','2023-04-30 16:20:54'), + (167,90,59,8,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:54','2023-04-30 16:20:54'), + (168,25,59,8,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:54','2023-04-30 16:20:54'), + (169,16,59,7,NULL,NULL,0,NULL,0,0,NULL,'2023-04-30 16:20:54','2023-04-30 16:20:54'), + (170,40,16,2,NULL,NULL,0,NULL,0,0,NULL,'2023-04-30 16:20:54','2023-04-30 16:20:54'), + (171,11,58,1,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:54','2023-04-30 16:20:54'), + (172,23,58,1,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:54','2023-04-30 16:20:54'), + (173,11,66,1,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:54','2023-04-30 16:20:54'), + (174,23,66,1,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:54','2023-04-30 16:20:54'), + (175,23,11,4,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:54','2023-04-30 16:20:54'), + (176,66,39,8,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:54','2023-04-30 16:20:54'), + (177,11,39,8,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:54','2023-04-30 16:20:54'), + (178,23,39,8,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:54','2023-04-30 16:20:54'), + (179,58,39,7,NULL,NULL,0,NULL,0,0,NULL,'2023-04-30 16:20:54','2023-04-30 16:20:54'), + (180,66,58,2,NULL,NULL,0,NULL,0,0,NULL,'2023-04-30 16:20:54','2023-04-30 16:20:54'), + (181,130,62,1,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:54','2023-04-30 16:20:54'), + (182,111,62,1,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:54','2023-04-30 16:20:54'), + (183,130,22,1,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:54','2023-04-30 16:20:54'), + (184,111,22,1,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:54','2023-04-30 16:20:54'), + (185,111,130,4,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:54','2023-04-30 16:20:54'), + (186,22,191,8,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:54','2023-04-30 16:20:54'), + (187,130,191,8,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:54','2023-04-30 16:20:54'), + (188,111,191,8,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:54','2023-04-30 16:20:54'), + (189,62,191,7,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:54','2023-04-30 16:20:54'), + (190,22,62,2,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:54','2023-04-30 16:20:54'), + (191,110,61,1,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:54','2023-04-30 16:20:54'), + (192,12,61,1,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:54','2023-04-30 16:20:54'), + (193,110,33,1,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:54','2023-04-30 16:20:54'), + (194,12,33,1,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:54','2023-04-30 16:20:54'), + (195,12,110,4,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:54','2023-04-30 16:20:54'), + (196,33,192,8,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:54','2023-04-30 16:20:54'), + (197,110,192,8,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:54','2023-04-30 16:20:54'), + (198,12,192,8,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:54','2023-04-30 16:20:54'), + (199,61,192,7,NULL,NULL,0,NULL,0,0,NULL,'2023-04-30 16:20:54','2023-04-30 16:20:54'), + (200,33,61,2,NULL,NULL,0,NULL,0,0,NULL,'2023-04-30 16:20:54','2023-04-30 16:20:54'), + (201,110,3,5,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:54','2023-04-30 16:20:54'), + (202,92,6,5,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:54','2023-04-30 16:20:54'), + (203,31,18,5,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:54','2023-04-30 16:20:54'), + (204,106,48,5,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:54','2023-04-30 16:20:54'), + (205,99,52,5,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:54','2023-04-30 16:20:54'), + (206,43,69,5,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:54','2023-04-30 16:20:54'), + (207,42,75,5,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:54','2023-04-30 16:20:54'), + (208,29,116,5,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:54','2023-04-30 16:20:54'), + (209,33,125,5,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:54','2023-04-30 16:20:54'), + (210,122,140,5,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:54','2023-04-30 16:20:54'), + (211,17,156,5,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:54','2023-04-30 16:20:54'), + (212,74,158,5,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:54','2023-04-30 16:20:54'), + (213,96,165,5,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:54','2023-04-30 16:20:54'), + (214,5,167,5,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:54','2023-04-30 16:20:54'), + (215,51,189,5,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:54','2023-04-30 16:20:54'), + (216,97,196,5,NULL,NULL,1,NULL,0,0,NULL,'2023-04-30 16:20:54','2023-04-30 16:20:54'); /*!40000 ALTER TABLE `civicrm_relationship` ENABLE KEYS */; UNLOCK TABLES; @@ -7567,436 +7589,438 @@ UNLOCK TABLES; LOCK TABLES `civicrm_relationship_cache` WRITE; /*!40000 ALTER TABLE `civicrm_relationship_cache` DISABLE KEYS */; INSERT INTO `civicrm_relationship_cache` (`id`, `relationship_id`, `relationship_type_id`, `orientation`, `near_contact_id`, `near_relation`, `far_contact_id`, `far_relation`, `is_active`, `start_date`, `end_date`, `case_id`) VALUES - (1,1,1,'a_b',122,'Child of',106,'Parent of',1,NULL,NULL,NULL), - (2,1,1,'b_a',106,'Parent of',122,'Child of',1,NULL,NULL,NULL), - (3,2,1,'a_b',37,'Child of',106,'Parent of',1,NULL,NULL,NULL), - (4,2,1,'b_a',106,'Parent of',37,'Child of',1,NULL,NULL,NULL), - (5,3,1,'a_b',122,'Child of',50,'Parent of',1,NULL,NULL,NULL), - (6,3,1,'b_a',50,'Parent of',122,'Child of',1,NULL,NULL,NULL), - (7,4,1,'a_b',37,'Child of',50,'Parent of',1,NULL,NULL,NULL), - (8,4,1,'b_a',50,'Parent of',37,'Child of',1,NULL,NULL,NULL), - (9,5,4,'a_b',37,'Sibling of',122,'Sibling of',1,NULL,NULL,NULL), - (10,5,4,'b_a',122,'Sibling of',37,'Sibling of',1,NULL,NULL,NULL), - (11,6,8,'a_b',50,'Household Member of',43,'Household Member is',1,NULL,NULL,NULL), - (12,6,8,'b_a',43,'Household Member is',50,'Household Member of',1,NULL,NULL,NULL), - (13,7,8,'a_b',122,'Household Member of',43,'Household Member is',1,NULL,NULL,NULL), - (14,7,8,'b_a',43,'Household Member is',122,'Household Member of',1,NULL,NULL,NULL), - (15,8,8,'a_b',37,'Household Member of',43,'Household Member is',1,NULL,NULL,NULL), - (16,8,8,'b_a',43,'Household Member is',37,'Household Member of',1,NULL,NULL,NULL), - (17,9,7,'a_b',106,'Head of Household for',43,'Head of Household is',1,NULL,NULL,NULL), - (18,9,7,'b_a',43,'Head of Household is',106,'Head of Household for',1,NULL,NULL,NULL), - (19,10,2,'a_b',50,'Spouse of',106,'Spouse of',1,NULL,NULL,NULL), - (20,10,2,'b_a',106,'Spouse of',50,'Spouse of',1,NULL,NULL,NULL), - (21,11,1,'a_b',180,'Child of',107,'Parent of',1,NULL,NULL,NULL), - (22,11,1,'b_a',107,'Parent of',180,'Child of',1,NULL,NULL,NULL), - (23,12,1,'a_b',59,'Child of',107,'Parent of',1,NULL,NULL,NULL), - (24,12,1,'b_a',107,'Parent of',59,'Child of',1,NULL,NULL,NULL), - (25,13,1,'a_b',180,'Child of',23,'Parent of',1,NULL,NULL,NULL), - (26,13,1,'b_a',23,'Parent of',180,'Child of',1,NULL,NULL,NULL), - (27,14,1,'a_b',59,'Child of',23,'Parent of',1,NULL,NULL,NULL), - (28,14,1,'b_a',23,'Parent of',59,'Child of',1,NULL,NULL,NULL), - (29,15,4,'a_b',59,'Sibling of',180,'Sibling of',1,NULL,NULL,NULL), - (30,15,4,'b_a',180,'Sibling of',59,'Sibling of',1,NULL,NULL,NULL), - (31,16,8,'a_b',23,'Household Member of',143,'Household Member is',1,NULL,NULL,NULL), - (32,16,8,'b_a',143,'Household Member is',23,'Household Member of',1,NULL,NULL,NULL), - (33,17,8,'a_b',180,'Household Member of',143,'Household Member is',1,NULL,NULL,NULL), - (34,17,8,'b_a',143,'Household Member is',180,'Household Member of',1,NULL,NULL,NULL), - (35,18,8,'a_b',59,'Household Member of',143,'Household Member is',1,NULL,NULL,NULL), - (36,18,8,'b_a',143,'Household Member is',59,'Household Member of',1,NULL,NULL,NULL), - (37,19,7,'a_b',107,'Head of Household for',143,'Head of Household is',1,NULL,NULL,NULL), - (38,19,7,'b_a',143,'Head of Household is',107,'Head of Household for',1,NULL,NULL,NULL), - (39,20,2,'a_b',23,'Spouse of',107,'Spouse of',1,NULL,NULL,NULL), - (40,20,2,'b_a',107,'Spouse of',23,'Spouse of',1,NULL,NULL,NULL), - (41,21,1,'a_b',17,'Child of',58,'Parent of',1,NULL,NULL,NULL), - (42,21,1,'b_a',58,'Parent of',17,'Child of',1,NULL,NULL,NULL), - (43,22,1,'a_b',105,'Child of',58,'Parent of',1,NULL,NULL,NULL), - (44,22,1,'b_a',58,'Parent of',105,'Child of',1,NULL,NULL,NULL), - (45,23,1,'a_b',17,'Child of',141,'Parent of',1,NULL,NULL,NULL), - (46,23,1,'b_a',141,'Parent of',17,'Child of',1,NULL,NULL,NULL), - (47,24,1,'a_b',105,'Child of',141,'Parent of',1,NULL,NULL,NULL), - (48,24,1,'b_a',141,'Parent of',105,'Child of',1,NULL,NULL,NULL), - (49,25,4,'a_b',105,'Sibling of',17,'Sibling of',1,NULL,NULL,NULL), - (50,25,4,'b_a',17,'Sibling of',105,'Sibling of',1,NULL,NULL,NULL), - (51,26,8,'a_b',141,'Household Member of',16,'Household Member is',1,NULL,NULL,NULL), - (52,26,8,'b_a',16,'Household Member is',141,'Household Member of',1,NULL,NULL,NULL), - (53,27,8,'a_b',17,'Household Member of',16,'Household Member is',1,NULL,NULL,NULL), - (54,27,8,'b_a',16,'Household Member is',17,'Household Member of',1,NULL,NULL,NULL), - (55,28,8,'a_b',105,'Household Member of',16,'Household Member is',1,NULL,NULL,NULL), - (56,28,8,'b_a',16,'Household Member is',105,'Household Member of',1,NULL,NULL,NULL), - (57,29,7,'a_b',58,'Head of Household for',16,'Head of Household is',1,NULL,NULL,NULL), - (58,29,7,'b_a',16,'Head of Household is',58,'Head of Household for',1,NULL,NULL,NULL), - (59,30,2,'a_b',141,'Spouse of',58,'Spouse of',1,NULL,NULL,NULL), - (60,30,2,'b_a',58,'Spouse of',141,'Spouse of',1,NULL,NULL,NULL), - (61,31,1,'a_b',109,'Child of',61,'Parent of',1,NULL,NULL,NULL), - (62,31,1,'b_a',61,'Parent of',109,'Child of',1,NULL,NULL,NULL), - (63,32,1,'a_b',159,'Child of',61,'Parent of',1,NULL,NULL,NULL), - (64,32,1,'b_a',61,'Parent of',159,'Child of',1,NULL,NULL,NULL), - (65,33,1,'a_b',109,'Child of',8,'Parent of',1,NULL,NULL,NULL), - (66,33,1,'b_a',8,'Parent of',109,'Child of',1,NULL,NULL,NULL), - (67,34,1,'a_b',159,'Child of',8,'Parent of',1,NULL,NULL,NULL), - (68,34,1,'b_a',8,'Parent of',159,'Child of',1,NULL,NULL,NULL), - (69,35,4,'a_b',159,'Sibling of',109,'Sibling of',1,NULL,NULL,NULL), - (70,35,4,'b_a',109,'Sibling of',159,'Sibling of',1,NULL,NULL,NULL), - (71,36,8,'a_b',8,'Household Member of',138,'Household Member is',1,NULL,NULL,NULL), - (72,36,8,'b_a',138,'Household Member is',8,'Household Member of',1,NULL,NULL,NULL), - (73,37,8,'a_b',109,'Household Member of',138,'Household Member is',1,NULL,NULL,NULL), - (74,37,8,'b_a',138,'Household Member is',109,'Household Member of',1,NULL,NULL,NULL), - (75,38,8,'a_b',159,'Household Member of',138,'Household Member is',1,NULL,NULL,NULL), - (76,38,8,'b_a',138,'Household Member is',159,'Household Member of',1,NULL,NULL,NULL), - (77,39,7,'a_b',61,'Head of Household for',138,'Head of Household is',1,NULL,NULL,NULL), - (78,39,7,'b_a',138,'Head of Household is',61,'Head of Household for',1,NULL,NULL,NULL), - (79,40,2,'a_b',8,'Spouse of',61,'Spouse of',1,NULL,NULL,NULL), - (80,40,2,'b_a',61,'Spouse of',8,'Spouse of',1,NULL,NULL,NULL), - (81,41,1,'a_b',103,'Child of',182,'Parent of',1,NULL,NULL,NULL), - (82,41,1,'b_a',182,'Parent of',103,'Child of',1,NULL,NULL,NULL), - (83,42,1,'a_b',46,'Child of',182,'Parent of',1,NULL,NULL,NULL), - (84,42,1,'b_a',182,'Parent of',46,'Child of',1,NULL,NULL,NULL), - (85,43,1,'a_b',103,'Child of',36,'Parent of',1,NULL,NULL,NULL), - (86,43,1,'b_a',36,'Parent of',103,'Child of',1,NULL,NULL,NULL), - (87,44,1,'a_b',46,'Child of',36,'Parent of',1,NULL,NULL,NULL), - (88,44,1,'b_a',36,'Parent of',46,'Child of',1,NULL,NULL,NULL), - (89,45,4,'a_b',46,'Sibling of',103,'Sibling of',1,NULL,NULL,NULL), - (90,45,4,'b_a',103,'Sibling of',46,'Sibling of',1,NULL,NULL,NULL), - (91,46,8,'a_b',36,'Household Member of',33,'Household Member is',1,NULL,NULL,NULL), - (92,46,8,'b_a',33,'Household Member is',36,'Household Member of',1,NULL,NULL,NULL), - (93,47,8,'a_b',103,'Household Member of',33,'Household Member is',1,NULL,NULL,NULL), - (94,47,8,'b_a',33,'Household Member is',103,'Household Member of',1,NULL,NULL,NULL), - (95,48,8,'a_b',46,'Household Member of',33,'Household Member is',1,NULL,NULL,NULL), - (96,48,8,'b_a',33,'Household Member is',46,'Household Member of',1,NULL,NULL,NULL), - (97,49,7,'a_b',182,'Head of Household for',33,'Head of Household is',1,NULL,NULL,NULL), - (98,49,7,'b_a',33,'Head of Household is',182,'Head of Household for',1,NULL,NULL,NULL), - (99,50,2,'a_b',36,'Spouse of',182,'Spouse of',1,NULL,NULL,NULL), - (100,50,2,'b_a',182,'Spouse of',36,'Spouse of',1,NULL,NULL,NULL), - (101,51,1,'a_b',56,'Child of',110,'Parent of',1,NULL,NULL,NULL), - (102,51,1,'b_a',110,'Parent of',56,'Child of',1,NULL,NULL,NULL), - (103,52,1,'a_b',156,'Child of',110,'Parent of',1,NULL,NULL,NULL), - (104,52,1,'b_a',110,'Parent of',156,'Child of',1,NULL,NULL,NULL), - (105,53,1,'a_b',56,'Child of',12,'Parent of',1,NULL,NULL,NULL), - (106,53,1,'b_a',12,'Parent of',56,'Child of',1,NULL,NULL,NULL), - (107,54,1,'a_b',156,'Child of',12,'Parent of',1,NULL,NULL,NULL), - (108,54,1,'b_a',12,'Parent of',156,'Child of',1,NULL,NULL,NULL), - (109,55,4,'a_b',156,'Sibling of',56,'Sibling of',1,NULL,NULL,NULL), - (110,55,4,'b_a',56,'Sibling of',156,'Sibling of',1,NULL,NULL,NULL), - (111,56,8,'a_b',12,'Household Member of',118,'Household Member is',1,NULL,NULL,NULL), - (112,56,8,'b_a',118,'Household Member is',12,'Household Member of',1,NULL,NULL,NULL), - (113,57,8,'a_b',56,'Household Member of',118,'Household Member is',1,NULL,NULL,NULL), - (114,57,8,'b_a',118,'Household Member is',56,'Household Member of',1,NULL,NULL,NULL), - (115,58,8,'a_b',156,'Household Member of',118,'Household Member is',1,NULL,NULL,NULL), - (116,58,8,'b_a',118,'Household Member is',156,'Household Member of',1,NULL,NULL,NULL), - (117,59,7,'a_b',110,'Head of Household for',118,'Head of Household is',0,NULL,NULL,NULL), - (118,59,7,'b_a',118,'Head of Household is',110,'Head of Household for',0,NULL,NULL,NULL), - (119,60,2,'a_b',12,'Spouse of',110,'Spouse of',0,NULL,NULL,NULL), - (120,60,2,'b_a',110,'Spouse of',12,'Spouse of',0,NULL,NULL,NULL), - (121,61,1,'a_b',92,'Child of',190,'Parent of',1,NULL,NULL,NULL), - (122,61,1,'b_a',190,'Parent of',92,'Child of',1,NULL,NULL,NULL), - (123,62,1,'a_b',163,'Child of',190,'Parent of',1,NULL,NULL,NULL), - (124,62,1,'b_a',190,'Parent of',163,'Child of',1,NULL,NULL,NULL), - (125,63,1,'a_b',92,'Child of',146,'Parent of',1,NULL,NULL,NULL), - (126,63,1,'b_a',146,'Parent of',92,'Child of',1,NULL,NULL,NULL), - (127,64,1,'a_b',163,'Child of',146,'Parent of',1,NULL,NULL,NULL), - (128,64,1,'b_a',146,'Parent of',163,'Child of',1,NULL,NULL,NULL), - (129,65,4,'a_b',163,'Sibling of',92,'Sibling of',1,NULL,NULL,NULL), - (130,65,4,'b_a',92,'Sibling of',163,'Sibling of',1,NULL,NULL,NULL), - (131,66,8,'a_b',146,'Household Member of',99,'Household Member is',1,NULL,NULL,NULL), - (132,66,8,'b_a',99,'Household Member is',146,'Household Member of',1,NULL,NULL,NULL), - (133,67,8,'a_b',92,'Household Member of',99,'Household Member is',1,NULL,NULL,NULL), - (134,67,8,'b_a',99,'Household Member is',92,'Household Member of',1,NULL,NULL,NULL), - (135,68,8,'a_b',163,'Household Member of',99,'Household Member is',1,NULL,NULL,NULL), - (136,68,8,'b_a',99,'Household Member is',163,'Household Member of',1,NULL,NULL,NULL), - (137,69,7,'a_b',190,'Head of Household for',99,'Head of Household is',0,NULL,NULL,NULL), - (138,69,7,'b_a',99,'Head of Household is',190,'Head of Household for',0,NULL,NULL,NULL), - (139,70,2,'a_b',146,'Spouse of',190,'Spouse of',0,NULL,NULL,NULL), - (140,70,2,'b_a',190,'Spouse of',146,'Spouse of',0,NULL,NULL,NULL), - (141,71,1,'a_b',18,'Child of',185,'Parent of',1,NULL,NULL,NULL), - (142,71,1,'b_a',185,'Parent of',18,'Child of',1,NULL,NULL,NULL), - (143,72,1,'a_b',125,'Child of',185,'Parent of',1,NULL,NULL,NULL), - (144,72,1,'b_a',185,'Parent of',125,'Child of',1,NULL,NULL,NULL), - (145,73,1,'a_b',18,'Child of',191,'Parent of',1,NULL,NULL,NULL), - (146,73,1,'b_a',191,'Parent of',18,'Child of',1,NULL,NULL,NULL), - (147,74,1,'a_b',125,'Child of',191,'Parent of',1,NULL,NULL,NULL), - (148,74,1,'b_a',191,'Parent of',125,'Child of',1,NULL,NULL,NULL), - (149,75,4,'a_b',125,'Sibling of',18,'Sibling of',1,NULL,NULL,NULL), - (150,75,4,'b_a',18,'Sibling of',125,'Sibling of',1,NULL,NULL,NULL), - (151,76,8,'a_b',191,'Household Member of',20,'Household Member is',1,NULL,NULL,NULL), - (152,76,8,'b_a',20,'Household Member is',191,'Household Member of',1,NULL,NULL,NULL), - (153,77,8,'a_b',18,'Household Member of',20,'Household Member is',1,NULL,NULL,NULL), - (154,77,8,'b_a',20,'Household Member is',18,'Household Member of',1,NULL,NULL,NULL), - (155,78,8,'a_b',125,'Household Member of',20,'Household Member is',1,NULL,NULL,NULL), - (156,78,8,'b_a',20,'Household Member is',125,'Household Member of',1,NULL,NULL,NULL), - (157,79,7,'a_b',185,'Head of Household for',20,'Head of Household is',0,NULL,NULL,NULL), - (158,79,7,'b_a',20,'Head of Household is',185,'Head of Household for',0,NULL,NULL,NULL), - (159,80,2,'a_b',191,'Spouse of',185,'Spouse of',0,NULL,NULL,NULL), - (160,80,2,'b_a',185,'Spouse of',191,'Spouse of',0,NULL,NULL,NULL), - (161,81,1,'a_b',89,'Child of',80,'Parent of',1,NULL,NULL,NULL), - (162,81,1,'b_a',80,'Parent of',89,'Child of',1,NULL,NULL,NULL), - (163,82,1,'a_b',71,'Child of',80,'Parent of',1,NULL,NULL,NULL), - (164,82,1,'b_a',80,'Parent of',71,'Child of',1,NULL,NULL,NULL), - (165,83,1,'a_b',89,'Child of',6,'Parent of',1,NULL,NULL,NULL), - (166,83,1,'b_a',6,'Parent of',89,'Child of',1,NULL,NULL,NULL), - (167,84,1,'a_b',71,'Child of',6,'Parent of',1,NULL,NULL,NULL), - (168,84,1,'b_a',6,'Parent of',71,'Child of',1,NULL,NULL,NULL), - (169,85,4,'a_b',71,'Sibling of',89,'Sibling of',1,NULL,NULL,NULL), - (170,85,4,'b_a',89,'Sibling of',71,'Sibling of',1,NULL,NULL,NULL), - (171,86,8,'a_b',6,'Household Member of',27,'Household Member is',1,NULL,NULL,NULL), - (172,86,8,'b_a',27,'Household Member is',6,'Household Member of',1,NULL,NULL,NULL), - (173,87,8,'a_b',89,'Household Member of',27,'Household Member is',1,NULL,NULL,NULL), - (174,87,8,'b_a',27,'Household Member is',89,'Household Member of',1,NULL,NULL,NULL), - (175,88,8,'a_b',71,'Household Member of',27,'Household Member is',1,NULL,NULL,NULL), - (176,88,8,'b_a',27,'Household Member is',71,'Household Member of',1,NULL,NULL,NULL), - (177,89,7,'a_b',80,'Head of Household for',27,'Head of Household is',1,NULL,NULL,NULL), - (178,89,7,'b_a',27,'Head of Household is',80,'Head of Household for',1,NULL,NULL,NULL), - (179,90,2,'a_b',6,'Spouse of',80,'Spouse of',1,NULL,NULL,NULL), - (180,90,2,'b_a',80,'Spouse of',6,'Spouse of',1,NULL,NULL,NULL), - (181,91,1,'a_b',54,'Child of',126,'Parent of',1,NULL,NULL,NULL), - (182,91,1,'b_a',126,'Parent of',54,'Child of',1,NULL,NULL,NULL), - (183,92,1,'a_b',153,'Child of',126,'Parent of',1,NULL,NULL,NULL), - (184,92,1,'b_a',126,'Parent of',153,'Child of',1,NULL,NULL,NULL), - (185,93,1,'a_b',54,'Child of',193,'Parent of',1,NULL,NULL,NULL), - (186,93,1,'b_a',193,'Parent of',54,'Child of',1,NULL,NULL,NULL), - (187,94,1,'a_b',153,'Child of',193,'Parent of',1,NULL,NULL,NULL), - (188,94,1,'b_a',193,'Parent of',153,'Child of',1,NULL,NULL,NULL), - (189,95,4,'a_b',153,'Sibling of',54,'Sibling of',1,NULL,NULL,NULL), - (190,95,4,'b_a',54,'Sibling of',153,'Sibling of',1,NULL,NULL,NULL), - (191,96,8,'a_b',193,'Household Member of',160,'Household Member is',1,NULL,NULL,NULL), - (192,96,8,'b_a',160,'Household Member is',193,'Household Member of',1,NULL,NULL,NULL), - (193,97,8,'a_b',54,'Household Member of',160,'Household Member is',1,NULL,NULL,NULL), - (194,97,8,'b_a',160,'Household Member is',54,'Household Member of',1,NULL,NULL,NULL), - (195,98,8,'a_b',153,'Household Member of',160,'Household Member is',1,NULL,NULL,NULL), - (196,98,8,'b_a',160,'Household Member is',153,'Household Member of',1,NULL,NULL,NULL), - (197,99,7,'a_b',126,'Head of Household for',160,'Head of Household is',0,NULL,NULL,NULL), - (198,99,7,'b_a',160,'Head of Household is',126,'Head of Household for',0,NULL,NULL,NULL), - (199,100,2,'a_b',193,'Spouse of',126,'Spouse of',0,NULL,NULL,NULL), - (200,100,2,'b_a',126,'Spouse of',193,'Spouse of',0,NULL,NULL,NULL), - (201,101,1,'a_b',131,'Child of',91,'Parent of',1,NULL,NULL,NULL), - (202,101,1,'b_a',91,'Parent of',131,'Child of',1,NULL,NULL,NULL), - (203,102,1,'a_b',25,'Child of',91,'Parent of',1,NULL,NULL,NULL), - (204,102,1,'b_a',91,'Parent of',25,'Child of',1,NULL,NULL,NULL), - (205,103,1,'a_b',131,'Child of',135,'Parent of',1,NULL,NULL,NULL), - (206,103,1,'b_a',135,'Parent of',131,'Child of',1,NULL,NULL,NULL), - (207,104,1,'a_b',25,'Child of',135,'Parent of',1,NULL,NULL,NULL), - (208,104,1,'b_a',135,'Parent of',25,'Child of',1,NULL,NULL,NULL), - (209,105,4,'a_b',25,'Sibling of',131,'Sibling of',1,NULL,NULL,NULL), - (210,105,4,'b_a',131,'Sibling of',25,'Sibling of',1,NULL,NULL,NULL), - (211,106,8,'a_b',135,'Household Member of',7,'Household Member is',1,NULL,NULL,NULL), - (212,106,8,'b_a',7,'Household Member is',135,'Household Member of',1,NULL,NULL,NULL), - (213,107,8,'a_b',131,'Household Member of',7,'Household Member is',1,NULL,NULL,NULL), - (214,107,8,'b_a',7,'Household Member is',131,'Household Member of',1,NULL,NULL,NULL), - (215,108,8,'a_b',25,'Household Member of',7,'Household Member is',1,NULL,NULL,NULL), - (216,108,8,'b_a',7,'Household Member is',25,'Household Member of',1,NULL,NULL,NULL), - (217,109,7,'a_b',91,'Head of Household for',7,'Head of Household is',1,NULL,NULL,NULL), - (218,109,7,'b_a',7,'Head of Household is',91,'Head of Household for',1,NULL,NULL,NULL), - (219,110,2,'a_b',135,'Spouse of',91,'Spouse of',1,NULL,NULL,NULL), - (220,110,2,'b_a',91,'Spouse of',135,'Spouse of',1,NULL,NULL,NULL), - (221,111,1,'a_b',119,'Child of',26,'Parent of',1,NULL,NULL,NULL), - (222,111,1,'b_a',26,'Parent of',119,'Child of',1,NULL,NULL,NULL), - (223,112,1,'a_b',57,'Child of',26,'Parent of',1,NULL,NULL,NULL), - (224,112,1,'b_a',26,'Parent of',57,'Child of',1,NULL,NULL,NULL), - (225,113,1,'a_b',119,'Child of',64,'Parent of',1,NULL,NULL,NULL), - (226,113,1,'b_a',64,'Parent of',119,'Child of',1,NULL,NULL,NULL), - (227,114,1,'a_b',57,'Child of',64,'Parent of',1,NULL,NULL,NULL), - (228,114,1,'b_a',64,'Parent of',57,'Child of',1,NULL,NULL,NULL), - (229,115,4,'a_b',57,'Sibling of',119,'Sibling of',1,NULL,NULL,NULL), - (230,115,4,'b_a',119,'Sibling of',57,'Sibling of',1,NULL,NULL,NULL), - (231,116,8,'a_b',64,'Household Member of',181,'Household Member is',1,NULL,NULL,NULL), - (232,116,8,'b_a',181,'Household Member is',64,'Household Member of',1,NULL,NULL,NULL), - (233,117,8,'a_b',119,'Household Member of',181,'Household Member is',1,NULL,NULL,NULL), - (234,117,8,'b_a',181,'Household Member is',119,'Household Member of',1,NULL,NULL,NULL), - (235,118,8,'a_b',57,'Household Member of',181,'Household Member is',1,NULL,NULL,NULL), - (236,118,8,'b_a',181,'Household Member is',57,'Household Member of',1,NULL,NULL,NULL), - (237,119,7,'a_b',26,'Head of Household for',181,'Head of Household is',1,NULL,NULL,NULL), - (238,119,7,'b_a',181,'Head of Household is',26,'Head of Household for',1,NULL,NULL,NULL), - (239,120,2,'a_b',64,'Spouse of',26,'Spouse of',1,NULL,NULL,NULL), - (240,120,2,'b_a',26,'Spouse of',64,'Spouse of',1,NULL,NULL,NULL), - (241,121,1,'a_b',2,'Child of',62,'Parent of',1,NULL,NULL,NULL), - (242,121,1,'b_a',62,'Parent of',2,'Child of',1,NULL,NULL,NULL), - (243,122,1,'a_b',172,'Child of',62,'Parent of',1,NULL,NULL,NULL), - (244,122,1,'b_a',62,'Parent of',172,'Child of',1,NULL,NULL,NULL), - (245,123,1,'a_b',2,'Child of',115,'Parent of',1,NULL,NULL,NULL), - (246,123,1,'b_a',115,'Parent of',2,'Child of',1,NULL,NULL,NULL), - (247,124,1,'a_b',172,'Child of',115,'Parent of',1,NULL,NULL,NULL), - (248,124,1,'b_a',115,'Parent of',172,'Child of',1,NULL,NULL,NULL), - (249,125,4,'a_b',172,'Sibling of',2,'Sibling of',1,NULL,NULL,NULL), - (250,125,4,'b_a',2,'Sibling of',172,'Sibling of',1,NULL,NULL,NULL), - (251,126,8,'a_b',115,'Household Member of',55,'Household Member is',1,NULL,NULL,NULL), - (252,126,8,'b_a',55,'Household Member is',115,'Household Member of',1,NULL,NULL,NULL), - (253,127,8,'a_b',2,'Household Member of',55,'Household Member is',1,NULL,NULL,NULL), - (254,127,8,'b_a',55,'Household Member is',2,'Household Member of',1,NULL,NULL,NULL), - (255,128,8,'a_b',172,'Household Member of',55,'Household Member is',1,NULL,NULL,NULL), - (256,128,8,'b_a',55,'Household Member is',172,'Household Member of',1,NULL,NULL,NULL), - (257,129,7,'a_b',62,'Head of Household for',55,'Head of Household is',0,NULL,NULL,NULL), - (258,129,7,'b_a',55,'Head of Household is',62,'Head of Household for',0,NULL,NULL,NULL), - (259,130,2,'a_b',115,'Spouse of',62,'Spouse of',0,NULL,NULL,NULL), - (260,130,2,'b_a',62,'Spouse of',115,'Spouse of',0,NULL,NULL,NULL), - (261,131,1,'a_b',169,'Child of',5,'Parent of',1,NULL,NULL,NULL), - (262,131,1,'b_a',5,'Parent of',169,'Child of',1,NULL,NULL,NULL), - (263,132,1,'a_b',49,'Child of',5,'Parent of',1,NULL,NULL,NULL), - (264,132,1,'b_a',5,'Parent of',49,'Child of',1,NULL,NULL,NULL), - (265,133,1,'a_b',169,'Child of',84,'Parent of',1,NULL,NULL,NULL), - (266,133,1,'b_a',84,'Parent of',169,'Child of',1,NULL,NULL,NULL), - (267,134,1,'a_b',49,'Child of',84,'Parent of',1,NULL,NULL,NULL), - (268,134,1,'b_a',84,'Parent of',49,'Child of',1,NULL,NULL,NULL), - (269,135,4,'a_b',49,'Sibling of',169,'Sibling of',1,NULL,NULL,NULL), - (270,135,4,'b_a',169,'Sibling of',49,'Sibling of',1,NULL,NULL,NULL), - (271,136,8,'a_b',84,'Household Member of',85,'Household Member is',1,NULL,NULL,NULL), - (272,136,8,'b_a',85,'Household Member is',84,'Household Member of',1,NULL,NULL,NULL), - (273,137,8,'a_b',169,'Household Member of',85,'Household Member is',1,NULL,NULL,NULL), - (274,137,8,'b_a',85,'Household Member is',169,'Household Member of',1,NULL,NULL,NULL), - (275,138,8,'a_b',49,'Household Member of',85,'Household Member is',1,NULL,NULL,NULL), - (276,138,8,'b_a',85,'Household Member is',49,'Household Member of',1,NULL,NULL,NULL), - (277,139,7,'a_b',5,'Head of Household for',85,'Head of Household is',1,NULL,NULL,NULL), - (278,139,7,'b_a',85,'Head of Household is',5,'Head of Household for',1,NULL,NULL,NULL), - (279,140,2,'a_b',84,'Spouse of',5,'Spouse of',1,NULL,NULL,NULL), - (280,140,2,'b_a',5,'Spouse of',84,'Spouse of',1,NULL,NULL,NULL), - (281,141,1,'a_b',167,'Child of',157,'Parent of',1,NULL,NULL,NULL), - (282,141,1,'b_a',157,'Parent of',167,'Child of',1,NULL,NULL,NULL), - (283,142,1,'a_b',120,'Child of',157,'Parent of',1,NULL,NULL,NULL), - (284,142,1,'b_a',157,'Parent of',120,'Child of',1,NULL,NULL,NULL), - (285,143,1,'a_b',167,'Child of',95,'Parent of',1,NULL,NULL,NULL), - (286,143,1,'b_a',95,'Parent of',167,'Child of',1,NULL,NULL,NULL), - (287,144,1,'a_b',120,'Child of',95,'Parent of',1,NULL,NULL,NULL), - (288,144,1,'b_a',95,'Parent of',120,'Child of',1,NULL,NULL,NULL), - (289,145,4,'a_b',120,'Sibling of',167,'Sibling of',1,NULL,NULL,NULL), - (290,145,4,'b_a',167,'Sibling of',120,'Sibling of',1,NULL,NULL,NULL), - (291,146,8,'a_b',95,'Household Member of',41,'Household Member is',1,NULL,NULL,NULL), - (292,146,8,'b_a',41,'Household Member is',95,'Household Member of',1,NULL,NULL,NULL), - (293,147,8,'a_b',167,'Household Member of',41,'Household Member is',1,NULL,NULL,NULL), - (294,147,8,'b_a',41,'Household Member is',167,'Household Member of',1,NULL,NULL,NULL), - (295,148,8,'a_b',120,'Household Member of',41,'Household Member is',1,NULL,NULL,NULL), - (296,148,8,'b_a',41,'Household Member is',120,'Household Member of',1,NULL,NULL,NULL), - (297,149,7,'a_b',157,'Head of Household for',41,'Head of Household is',1,NULL,NULL,NULL), - (298,149,7,'b_a',41,'Head of Household is',157,'Head of Household for',1,NULL,NULL,NULL), - (299,150,2,'a_b',95,'Spouse of',157,'Spouse of',1,NULL,NULL,NULL), - (300,150,2,'b_a',157,'Spouse of',95,'Spouse of',1,NULL,NULL,NULL), - (301,151,1,'a_b',19,'Child of',155,'Parent of',1,NULL,NULL,NULL), - (302,151,1,'b_a',155,'Parent of',19,'Child of',1,NULL,NULL,NULL), - (303,152,1,'a_b',178,'Child of',155,'Parent of',1,NULL,NULL,NULL), - (304,152,1,'b_a',155,'Parent of',178,'Child of',1,NULL,NULL,NULL), - (305,153,1,'a_b',19,'Child of',42,'Parent of',1,NULL,NULL,NULL), - (306,153,1,'b_a',42,'Parent of',19,'Child of',1,NULL,NULL,NULL), - (307,154,1,'a_b',178,'Child of',42,'Parent of',1,NULL,NULL,NULL), - (308,154,1,'b_a',42,'Parent of',178,'Child of',1,NULL,NULL,NULL), - (309,155,4,'a_b',178,'Sibling of',19,'Sibling of',1,NULL,NULL,NULL), - (310,155,4,'b_a',19,'Sibling of',178,'Sibling of',1,NULL,NULL,NULL), - (311,156,8,'a_b',42,'Household Member of',65,'Household Member is',1,NULL,NULL,NULL), - (312,156,8,'b_a',65,'Household Member is',42,'Household Member of',1,NULL,NULL,NULL), - (313,157,8,'a_b',19,'Household Member of',65,'Household Member is',1,NULL,NULL,NULL), - (314,157,8,'b_a',65,'Household Member is',19,'Household Member of',1,NULL,NULL,NULL), - (315,158,8,'a_b',178,'Household Member of',65,'Household Member is',1,NULL,NULL,NULL), - (316,158,8,'b_a',65,'Household Member is',178,'Household Member of',1,NULL,NULL,NULL), - (317,159,7,'a_b',155,'Head of Household for',65,'Head of Household is',1,NULL,NULL,NULL), - (318,159,7,'b_a',65,'Head of Household is',155,'Head of Household for',1,NULL,NULL,NULL), - (319,160,2,'a_b',42,'Spouse of',155,'Spouse of',1,NULL,NULL,NULL), - (320,160,2,'b_a',155,'Spouse of',42,'Spouse of',1,NULL,NULL,NULL), - (321,161,1,'a_b',63,'Child of',149,'Parent of',1,NULL,NULL,NULL), - (322,161,1,'b_a',149,'Parent of',63,'Child of',1,NULL,NULL,NULL), - (323,162,1,'a_b',117,'Child of',149,'Parent of',1,NULL,NULL,NULL), - (324,162,1,'b_a',149,'Parent of',117,'Child of',1,NULL,NULL,NULL), - (325,163,1,'a_b',63,'Child of',45,'Parent of',1,NULL,NULL,NULL), - (326,163,1,'b_a',45,'Parent of',63,'Child of',1,NULL,NULL,NULL), - (327,164,1,'a_b',117,'Child of',45,'Parent of',1,NULL,NULL,NULL), - (328,164,1,'b_a',45,'Parent of',117,'Child of',1,NULL,NULL,NULL), - (329,165,4,'a_b',117,'Sibling of',63,'Sibling of',1,NULL,NULL,NULL), - (330,165,4,'b_a',63,'Sibling of',117,'Sibling of',1,NULL,NULL,NULL), - (331,166,8,'a_b',45,'Household Member of',100,'Household Member is',1,NULL,NULL,NULL), - (332,166,8,'b_a',100,'Household Member is',45,'Household Member of',1,NULL,NULL,NULL), - (333,167,8,'a_b',63,'Household Member of',100,'Household Member is',1,NULL,NULL,NULL), - (334,167,8,'b_a',100,'Household Member is',63,'Household Member of',1,NULL,NULL,NULL), - (335,168,8,'a_b',117,'Household Member of',100,'Household Member is',1,NULL,NULL,NULL), - (336,168,8,'b_a',100,'Household Member is',117,'Household Member of',1,NULL,NULL,NULL), - (337,169,7,'a_b',149,'Head of Household for',100,'Head of Household is',0,NULL,NULL,NULL), - (338,169,7,'b_a',100,'Head of Household is',149,'Head of Household for',0,NULL,NULL,NULL), - (339,170,2,'a_b',45,'Spouse of',149,'Spouse of',0,NULL,NULL,NULL), - (340,170,2,'b_a',149,'Spouse of',45,'Spouse of',0,NULL,NULL,NULL), - (341,171,1,'a_b',188,'Child of',94,'Parent of',1,NULL,NULL,NULL), - (342,171,1,'b_a',94,'Parent of',188,'Child of',1,NULL,NULL,NULL), - (343,172,1,'a_b',168,'Child of',94,'Parent of',1,NULL,NULL,NULL), - (344,172,1,'b_a',94,'Parent of',168,'Child of',1,NULL,NULL,NULL), - (345,173,1,'a_b',188,'Child of',158,'Parent of',1,NULL,NULL,NULL), - (346,173,1,'b_a',158,'Parent of',188,'Child of',1,NULL,NULL,NULL), - (347,174,1,'a_b',168,'Child of',158,'Parent of',1,NULL,NULL,NULL), - (348,174,1,'b_a',158,'Parent of',168,'Child of',1,NULL,NULL,NULL), - (349,175,4,'a_b',168,'Sibling of',188,'Sibling of',1,NULL,NULL,NULL), - (350,175,4,'b_a',188,'Sibling of',168,'Sibling of',1,NULL,NULL,NULL), - (351,176,8,'a_b',158,'Household Member of',93,'Household Member is',1,NULL,NULL,NULL), - (352,176,8,'b_a',93,'Household Member is',158,'Household Member of',1,NULL,NULL,NULL), - (353,177,8,'a_b',188,'Household Member of',93,'Household Member is',1,NULL,NULL,NULL), - (354,177,8,'b_a',93,'Household Member is',188,'Household Member of',1,NULL,NULL,NULL), - (355,178,8,'a_b',168,'Household Member of',93,'Household Member is',1,NULL,NULL,NULL), - (356,178,8,'b_a',93,'Household Member is',168,'Household Member of',1,NULL,NULL,NULL), - (357,179,7,'a_b',94,'Head of Household for',93,'Head of Household is',0,NULL,NULL,NULL), - (358,179,7,'b_a',93,'Head of Household is',94,'Head of Household for',0,NULL,NULL,NULL), - (359,180,2,'a_b',158,'Spouse of',94,'Spouse of',0,NULL,NULL,NULL), - (360,180,2,'b_a',94,'Spouse of',158,'Spouse of',0,NULL,NULL,NULL), - (361,181,1,'a_b',15,'Child of',139,'Parent of',1,NULL,NULL,NULL), - (362,181,1,'b_a',139,'Parent of',15,'Child of',1,NULL,NULL,NULL), - (363,182,1,'a_b',197,'Child of',139,'Parent of',1,NULL,NULL,NULL), - (364,182,1,'b_a',139,'Parent of',197,'Child of',1,NULL,NULL,NULL), - (365,183,1,'a_b',15,'Child of',198,'Parent of',1,NULL,NULL,NULL), - (366,183,1,'b_a',198,'Parent of',15,'Child of',1,NULL,NULL,NULL), - (367,184,1,'a_b',197,'Child of',198,'Parent of',1,NULL,NULL,NULL), - (368,184,1,'b_a',198,'Parent of',197,'Child of',1,NULL,NULL,NULL), - (369,185,4,'a_b',197,'Sibling of',15,'Sibling of',1,NULL,NULL,NULL), - (370,185,4,'b_a',15,'Sibling of',197,'Sibling of',1,NULL,NULL,NULL), - (371,186,8,'a_b',198,'Household Member of',129,'Household Member is',1,NULL,NULL,NULL), - (372,186,8,'b_a',129,'Household Member is',198,'Household Member of',1,NULL,NULL,NULL), - (373,187,8,'a_b',15,'Household Member of',129,'Household Member is',1,NULL,NULL,NULL), - (374,187,8,'b_a',129,'Household Member is',15,'Household Member of',1,NULL,NULL,NULL), - (375,188,8,'a_b',197,'Household Member of',129,'Household Member is',1,NULL,NULL,NULL), - (376,188,8,'b_a',129,'Household Member is',197,'Household Member of',1,NULL,NULL,NULL), - (377,189,7,'a_b',139,'Head of Household for',129,'Head of Household is',0,NULL,NULL,NULL), - (378,189,7,'b_a',129,'Head of Household is',139,'Head of Household for',0,NULL,NULL,NULL), - (379,190,2,'a_b',198,'Spouse of',139,'Spouse of',0,NULL,NULL,NULL), - (380,190,2,'b_a',139,'Spouse of',198,'Spouse of',0,NULL,NULL,NULL), - (381,191,1,'a_b',90,'Child of',10,'Parent of',1,NULL,NULL,NULL), - (382,191,1,'b_a',10,'Parent of',90,'Child of',1,NULL,NULL,NULL), - (383,192,1,'a_b',132,'Child of',10,'Parent of',1,NULL,NULL,NULL), - (384,192,1,'b_a',10,'Parent of',132,'Child of',1,NULL,NULL,NULL), - (385,193,1,'a_b',90,'Child of',96,'Parent of',1,NULL,NULL,NULL), - (386,193,1,'b_a',96,'Parent of',90,'Child of',1,NULL,NULL,NULL), - (387,194,1,'a_b',132,'Child of',96,'Parent of',1,NULL,NULL,NULL), - (388,194,1,'b_a',96,'Parent of',132,'Child of',1,NULL,NULL,NULL), - (389,195,4,'a_b',132,'Sibling of',90,'Sibling of',1,NULL,NULL,NULL), - (390,195,4,'b_a',90,'Sibling of',132,'Sibling of',1,NULL,NULL,NULL), - (391,196,8,'a_b',96,'Household Member of',3,'Household Member is',1,NULL,NULL,NULL), - (392,196,8,'b_a',3,'Household Member is',96,'Household Member of',1,NULL,NULL,NULL), - (393,197,8,'a_b',90,'Household Member of',3,'Household Member is',1,NULL,NULL,NULL), - (394,197,8,'b_a',3,'Household Member is',90,'Household Member of',1,NULL,NULL,NULL), - (395,198,8,'a_b',132,'Household Member of',3,'Household Member is',1,NULL,NULL,NULL), - (396,198,8,'b_a',3,'Household Member is',132,'Household Member of',1,NULL,NULL,NULL), - (397,199,7,'a_b',10,'Head of Household for',3,'Head of Household is',0,NULL,NULL,NULL), - (398,199,7,'b_a',3,'Head of Household is',10,'Head of Household for',0,NULL,NULL,NULL), - (399,200,2,'a_b',96,'Spouse of',10,'Spouse of',0,NULL,NULL,NULL), - (400,200,2,'b_a',10,'Spouse of',96,'Spouse of',0,NULL,NULL,NULL), - (401,201,5,'a_b',182,'Employee of',13,'Employer of',1,NULL,NULL,NULL), - (402,201,5,'b_a',13,'Employer of',182,'Employee of',1,NULL,NULL,NULL), - (403,202,5,'a_b',56,'Employee of',14,'Employer of',1,NULL,NULL,NULL), - (404,202,5,'b_a',14,'Employer of',56,'Employee of',1,NULL,NULL,NULL), - (405,203,5,'a_b',171,'Employee of',24,'Employer of',1,NULL,NULL,NULL), - (406,203,5,'b_a',24,'Employer of',171,'Employee of',1,NULL,NULL,NULL), - (407,204,5,'a_b',169,'Employee of',70,'Employer of',1,NULL,NULL,NULL), - (408,204,5,'b_a',70,'Employer of',169,'Employee of',1,NULL,NULL,NULL), - (409,205,5,'a_b',174,'Employee of',82,'Employer of',1,NULL,NULL,NULL), - (410,205,5,'b_a',82,'Employer of',174,'Employee of',1,NULL,NULL,NULL), - (411,206,5,'a_b',135,'Employee of',102,'Employer of',1,NULL,NULL,NULL), - (412,206,5,'b_a',102,'Employer of',135,'Employee of',1,NULL,NULL,NULL), - (413,207,5,'a_b',91,'Employee of',112,'Employer of',1,NULL,NULL,NULL), - (414,207,5,'b_a',112,'Employer of',91,'Employee of',1,NULL,NULL,NULL), - (415,208,5,'a_b',154,'Employee of',137,'Employer of',1,NULL,NULL,NULL), - (416,208,5,'b_a',137,'Employer of',154,'Employee of',1,NULL,NULL,NULL), - (417,209,5,'a_b',37,'Employee of',151,'Employer of',1,NULL,NULL,NULL), - (418,209,5,'b_a',151,'Employer of',37,'Employee of',1,NULL,NULL,NULL), - (419,210,5,'a_b',142,'Employee of',173,'Employer of',1,NULL,NULL,NULL), - (420,210,5,'b_a',173,'Employer of',142,'Employee of',1,NULL,NULL,NULL), - (421,211,5,'a_b',164,'Employee of',177,'Employer of',1,NULL,NULL,NULL), - (422,211,5,'b_a',177,'Employer of',164,'Employee of',1,NULL,NULL,NULL), - (423,212,5,'a_b',94,'Employee of',183,'Employer of',1,NULL,NULL,NULL), - (424,212,5,'b_a',183,'Employer of',94,'Employee of',1,NULL,NULL,NULL), - (425,213,5,'a_b',123,'Employee of',187,'Employer of',1,NULL,NULL,NULL), - (426,213,5,'b_a',187,'Employer of',123,'Employee of',1,NULL,NULL,NULL), - (427,214,5,'a_b',196,'Employee of',189,'Employer of',1,NULL,NULL,NULL), - (428,214,5,'b_a',189,'Employer of',196,'Employee of',1,NULL,NULL,NULL), - (429,215,5,'a_b',149,'Employee of',194,'Employer of',1,NULL,NULL,NULL), - (430,215,5,'b_a',194,'Employer of',149,'Employee of',1,NULL,NULL,NULL); + (1,1,1,'a_b',152,'Child of',4,'Parent of',1,NULL,NULL,NULL), + (2,1,1,'b_a',4,'Parent of',152,'Child of',1,NULL,NULL,NULL), + (3,2,1,'a_b',147,'Child of',4,'Parent of',1,NULL,NULL,NULL), + (4,2,1,'b_a',4,'Parent of',147,'Child of',1,NULL,NULL,NULL), + (5,3,1,'a_b',152,'Child of',21,'Parent of',1,NULL,NULL,NULL), + (6,3,1,'b_a',21,'Parent of',152,'Child of',1,NULL,NULL,NULL), + (7,4,1,'a_b',147,'Child of',21,'Parent of',1,NULL,NULL,NULL), + (8,4,1,'b_a',21,'Parent of',147,'Child of',1,NULL,NULL,NULL), + (9,5,4,'a_b',147,'Sibling of',152,'Sibling of',1,NULL,NULL,NULL), + (10,5,4,'b_a',152,'Sibling of',147,'Sibling of',1,NULL,NULL,NULL), + (11,6,8,'a_b',21,'Household Member of',19,'Household Member is',1,NULL,NULL,NULL), + (12,6,8,'b_a',19,'Household Member is',21,'Household Member of',1,NULL,NULL,NULL), + (13,7,8,'a_b',152,'Household Member of',19,'Household Member is',1,NULL,NULL,NULL), + (14,7,8,'b_a',19,'Household Member is',152,'Household Member of',1,NULL,NULL,NULL), + (15,8,8,'a_b',147,'Household Member of',19,'Household Member is',1,NULL,NULL,NULL), + (16,8,8,'b_a',19,'Household Member is',147,'Household Member of',1,NULL,NULL,NULL), + (17,9,7,'a_b',4,'Head of Household for',19,'Head of Household is',0,NULL,NULL,NULL), + (18,9,7,'b_a',19,'Head of Household is',4,'Head of Household for',0,NULL,NULL,NULL), + (19,10,2,'a_b',21,'Spouse of',4,'Spouse of',0,NULL,NULL,NULL), + (20,10,2,'b_a',4,'Spouse of',21,'Spouse of',0,NULL,NULL,NULL), + (21,11,1,'a_b',43,'Child of',127,'Parent of',1,NULL,NULL,NULL), + (22,11,1,'b_a',127,'Parent of',43,'Child of',1,NULL,NULL,NULL), + (23,12,1,'a_b',15,'Child of',127,'Parent of',1,NULL,NULL,NULL), + (24,12,1,'b_a',127,'Parent of',15,'Child of',1,NULL,NULL,NULL), + (25,13,1,'a_b',43,'Child of',201,'Parent of',1,NULL,NULL,NULL), + (26,13,1,'b_a',201,'Parent of',43,'Child of',1,NULL,NULL,NULL), + (27,14,1,'a_b',15,'Child of',201,'Parent of',1,NULL,NULL,NULL), + (28,14,1,'b_a',201,'Parent of',15,'Child of',1,NULL,NULL,NULL), + (29,15,4,'a_b',15,'Sibling of',43,'Sibling of',1,NULL,NULL,NULL), + (30,15,4,'b_a',43,'Sibling of',15,'Sibling of',1,NULL,NULL,NULL), + (31,16,8,'a_b',201,'Household Member of',193,'Household Member is',1,NULL,NULL,NULL), + (32,16,8,'b_a',193,'Household Member is',201,'Household Member of',1,NULL,NULL,NULL), + (33,17,8,'a_b',43,'Household Member of',193,'Household Member is',1,NULL,NULL,NULL), + (34,17,8,'b_a',193,'Household Member is',43,'Household Member of',1,NULL,NULL,NULL), + (35,18,8,'a_b',15,'Household Member of',193,'Household Member is',1,NULL,NULL,NULL), + (36,18,8,'b_a',193,'Household Member is',15,'Household Member of',1,NULL,NULL,NULL), + (37,19,7,'a_b',127,'Head of Household for',193,'Head of Household is',0,NULL,NULL,NULL), + (38,19,7,'b_a',193,'Head of Household is',127,'Head of Household for',0,NULL,NULL,NULL), + (39,20,2,'a_b',201,'Spouse of',127,'Spouse of',0,NULL,NULL,NULL), + (40,20,2,'b_a',127,'Spouse of',201,'Spouse of',0,NULL,NULL,NULL), + (41,21,1,'a_b',91,'Child of',188,'Parent of',1,NULL,NULL,NULL), + (42,21,1,'b_a',188,'Parent of',91,'Child of',1,NULL,NULL,NULL), + (43,22,1,'a_b',67,'Child of',188,'Parent of',1,NULL,NULL,NULL), + (44,22,1,'b_a',188,'Parent of',67,'Child of',1,NULL,NULL,NULL), + (45,23,1,'a_b',91,'Child of',163,'Parent of',1,NULL,NULL,NULL), + (46,23,1,'b_a',163,'Parent of',91,'Child of',1,NULL,NULL,NULL), + (47,24,1,'a_b',67,'Child of',163,'Parent of',1,NULL,NULL,NULL), + (48,24,1,'b_a',163,'Parent of',67,'Child of',1,NULL,NULL,NULL), + (49,25,4,'a_b',67,'Sibling of',91,'Sibling of',1,NULL,NULL,NULL), + (50,25,4,'b_a',91,'Sibling of',67,'Sibling of',1,NULL,NULL,NULL), + (51,26,8,'a_b',163,'Household Member of',151,'Household Member is',1,NULL,NULL,NULL), + (52,26,8,'b_a',151,'Household Member is',163,'Household Member of',1,NULL,NULL,NULL), + (53,27,8,'a_b',91,'Household Member of',151,'Household Member is',1,NULL,NULL,NULL), + (54,27,8,'b_a',151,'Household Member is',91,'Household Member of',1,NULL,NULL,NULL), + (55,28,8,'a_b',67,'Household Member of',151,'Household Member is',1,NULL,NULL,NULL), + (56,28,8,'b_a',151,'Household Member is',67,'Household Member of',1,NULL,NULL,NULL), + (57,29,7,'a_b',188,'Head of Household for',151,'Head of Household is',1,NULL,NULL,NULL), + (58,29,7,'b_a',151,'Head of Household is',188,'Head of Household for',1,NULL,NULL,NULL), + (59,30,2,'a_b',163,'Spouse of',188,'Spouse of',1,NULL,NULL,NULL), + (60,30,2,'b_a',188,'Spouse of',163,'Spouse of',1,NULL,NULL,NULL), + (61,31,1,'a_b',145,'Child of',65,'Parent of',1,NULL,NULL,NULL), + (62,31,1,'b_a',65,'Parent of',145,'Child of',1,NULL,NULL,NULL), + (63,32,1,'a_b',176,'Child of',65,'Parent of',1,NULL,NULL,NULL), + (64,32,1,'b_a',65,'Parent of',176,'Child of',1,NULL,NULL,NULL), + (65,33,1,'a_b',145,'Child of',102,'Parent of',1,NULL,NULL,NULL), + (66,33,1,'b_a',102,'Parent of',145,'Child of',1,NULL,NULL,NULL), + (67,34,1,'a_b',176,'Child of',102,'Parent of',1,NULL,NULL,NULL), + (68,34,1,'b_a',102,'Parent of',176,'Child of',1,NULL,NULL,NULL), + (69,35,4,'a_b',176,'Sibling of',145,'Sibling of',1,NULL,NULL,NULL), + (70,35,4,'b_a',145,'Sibling of',176,'Sibling of',1,NULL,NULL,NULL), + (71,36,8,'a_b',102,'Household Member of',24,'Household Member is',1,NULL,NULL,NULL), + (72,36,8,'b_a',24,'Household Member is',102,'Household Member of',1,NULL,NULL,NULL), + (73,37,8,'a_b',145,'Household Member of',24,'Household Member is',1,NULL,NULL,NULL), + (74,37,8,'b_a',24,'Household Member is',145,'Household Member of',1,NULL,NULL,NULL), + (75,38,8,'a_b',176,'Household Member of',24,'Household Member is',1,NULL,NULL,NULL), + (76,38,8,'b_a',24,'Household Member is',176,'Household Member of',1,NULL,NULL,NULL), + (77,39,7,'a_b',65,'Head of Household for',24,'Head of Household is',0,NULL,NULL,NULL), + (78,39,7,'b_a',24,'Head of Household is',65,'Head of Household for',0,NULL,NULL,NULL), + (79,40,2,'a_b',102,'Spouse of',65,'Spouse of',0,NULL,NULL,NULL), + (80,40,2,'b_a',65,'Spouse of',102,'Spouse of',0,NULL,NULL,NULL), + (81,41,1,'a_b',38,'Child of',131,'Parent of',1,NULL,NULL,NULL), + (82,41,1,'b_a',131,'Parent of',38,'Child of',1,NULL,NULL,NULL), + (83,42,1,'a_b',174,'Child of',131,'Parent of',1,NULL,NULL,NULL), + (84,42,1,'b_a',131,'Parent of',174,'Child of',1,NULL,NULL,NULL), + (85,43,1,'a_b',38,'Child of',84,'Parent of',1,NULL,NULL,NULL), + (86,43,1,'b_a',84,'Parent of',38,'Child of',1,NULL,NULL,NULL), + (87,44,1,'a_b',174,'Child of',84,'Parent of',1,NULL,NULL,NULL), + (88,44,1,'b_a',84,'Parent of',174,'Child of',1,NULL,NULL,NULL), + (89,45,4,'a_b',174,'Sibling of',38,'Sibling of',1,NULL,NULL,NULL), + (90,45,4,'b_a',38,'Sibling of',174,'Sibling of',1,NULL,NULL,NULL), + (91,46,8,'a_b',84,'Household Member of',70,'Household Member is',1,NULL,NULL,NULL), + (92,46,8,'b_a',70,'Household Member is',84,'Household Member of',1,NULL,NULL,NULL), + (93,47,8,'a_b',38,'Household Member of',70,'Household Member is',1,NULL,NULL,NULL), + (94,47,8,'b_a',70,'Household Member is',38,'Household Member of',1,NULL,NULL,NULL), + (95,48,8,'a_b',174,'Household Member of',70,'Household Member is',1,NULL,NULL,NULL), + (96,48,8,'b_a',70,'Household Member is',174,'Household Member of',1,NULL,NULL,NULL), + (97,49,7,'a_b',131,'Head of Household for',70,'Head of Household is',1,NULL,NULL,NULL), + (98,49,7,'b_a',70,'Head of Household is',131,'Head of Household for',1,NULL,NULL,NULL), + (99,50,2,'a_b',84,'Spouse of',131,'Spouse of',1,NULL,NULL,NULL), + (100,50,2,'b_a',131,'Spouse of',84,'Spouse of',1,NULL,NULL,NULL), + (101,51,1,'a_b',144,'Child of',178,'Parent of',1,NULL,NULL,NULL), + (102,51,1,'b_a',178,'Parent of',144,'Child of',1,NULL,NULL,NULL), + (103,52,1,'a_b',72,'Child of',178,'Parent of',1,NULL,NULL,NULL), + (104,52,1,'b_a',178,'Parent of',72,'Child of',1,NULL,NULL,NULL), + (105,53,1,'a_b',144,'Child of',55,'Parent of',1,NULL,NULL,NULL), + (106,53,1,'b_a',55,'Parent of',144,'Child of',1,NULL,NULL,NULL), + (107,54,1,'a_b',72,'Child of',55,'Parent of',1,NULL,NULL,NULL), + (108,54,1,'b_a',55,'Parent of',72,'Child of',1,NULL,NULL,NULL), + (109,55,4,'a_b',72,'Sibling of',144,'Sibling of',1,NULL,NULL,NULL), + (110,55,4,'b_a',144,'Sibling of',72,'Sibling of',1,NULL,NULL,NULL), + (111,56,8,'a_b',55,'Household Member of',86,'Household Member is',1,NULL,NULL,NULL), + (112,56,8,'b_a',86,'Household Member is',55,'Household Member of',1,NULL,NULL,NULL), + (113,57,8,'a_b',144,'Household Member of',86,'Household Member is',1,NULL,NULL,NULL), + (114,57,8,'b_a',86,'Household Member is',144,'Household Member of',1,NULL,NULL,NULL), + (115,58,8,'a_b',72,'Household Member of',86,'Household Member is',1,NULL,NULL,NULL), + (116,58,8,'b_a',86,'Household Member is',72,'Household Member of',1,NULL,NULL,NULL), + (117,59,7,'a_b',178,'Head of Household for',86,'Head of Household is',0,NULL,NULL,NULL), + (118,59,7,'b_a',86,'Head of Household is',178,'Head of Household for',0,NULL,NULL,NULL), + (119,60,2,'a_b',55,'Spouse of',178,'Spouse of',0,NULL,NULL,NULL), + (120,60,2,'b_a',178,'Spouse of',55,'Spouse of',0,NULL,NULL,NULL), + (121,61,1,'a_b',82,'Child of',113,'Parent of',1,NULL,NULL,NULL), + (122,61,1,'b_a',113,'Parent of',82,'Child of',1,NULL,NULL,NULL), + (123,62,1,'a_b',73,'Child of',113,'Parent of',1,NULL,NULL,NULL), + (124,62,1,'b_a',113,'Parent of',73,'Child of',1,NULL,NULL,NULL), + (125,63,1,'a_b',82,'Child of',183,'Parent of',1,NULL,NULL,NULL), + (126,63,1,'b_a',183,'Parent of',82,'Child of',1,NULL,NULL,NULL), + (127,64,1,'a_b',73,'Child of',183,'Parent of',1,NULL,NULL,NULL), + (128,64,1,'b_a',183,'Parent of',73,'Child of',1,NULL,NULL,NULL), + (129,65,4,'a_b',73,'Sibling of',82,'Sibling of',1,NULL,NULL,NULL), + (130,65,4,'b_a',82,'Sibling of',73,'Sibling of',1,NULL,NULL,NULL), + (131,66,8,'a_b',183,'Household Member of',27,'Household Member is',1,NULL,NULL,NULL), + (132,66,8,'b_a',27,'Household Member is',183,'Household Member of',1,NULL,NULL,NULL), + (133,67,8,'a_b',82,'Household Member of',27,'Household Member is',1,NULL,NULL,NULL), + (134,67,8,'b_a',27,'Household Member is',82,'Household Member of',1,NULL,NULL,NULL), + (135,68,8,'a_b',73,'Household Member of',27,'Household Member is',1,NULL,NULL,NULL), + (136,68,8,'b_a',27,'Household Member is',73,'Household Member of',1,NULL,NULL,NULL), + (137,69,7,'a_b',113,'Head of Household for',27,'Head of Household is',0,NULL,NULL,NULL), + (138,69,7,'b_a',27,'Head of Household is',113,'Head of Household for',0,NULL,NULL,NULL), + (139,70,2,'a_b',183,'Spouse of',113,'Spouse of',0,NULL,NULL,NULL), + (140,70,2,'b_a',113,'Spouse of',183,'Spouse of',0,NULL,NULL,NULL), + (141,71,1,'a_b',133,'Child of',106,'Parent of',1,NULL,NULL,NULL), + (142,71,1,'b_a',106,'Parent of',133,'Child of',1,NULL,NULL,NULL), + (143,72,1,'a_b',132,'Child of',106,'Parent of',1,NULL,NULL,NULL), + (144,72,1,'b_a',106,'Parent of',132,'Child of',1,NULL,NULL,NULL), + (145,73,1,'a_b',133,'Child of',146,'Parent of',1,NULL,NULL,NULL), + (146,73,1,'b_a',146,'Parent of',133,'Child of',1,NULL,NULL,NULL), + (147,74,1,'a_b',132,'Child of',146,'Parent of',1,NULL,NULL,NULL), + (148,74,1,'b_a',146,'Parent of',132,'Child of',1,NULL,NULL,NULL), + (149,75,4,'a_b',132,'Sibling of',133,'Sibling of',1,NULL,NULL,NULL), + (150,75,4,'b_a',133,'Sibling of',132,'Sibling of',1,NULL,NULL,NULL), + (151,76,8,'a_b',146,'Household Member of',87,'Household Member is',1,NULL,NULL,NULL), + (152,76,8,'b_a',87,'Household Member is',146,'Household Member of',1,NULL,NULL,NULL), + (153,77,8,'a_b',133,'Household Member of',87,'Household Member is',1,NULL,NULL,NULL), + (154,77,8,'b_a',87,'Household Member is',133,'Household Member of',1,NULL,NULL,NULL), + (155,78,8,'a_b',132,'Household Member of',87,'Household Member is',1,NULL,NULL,NULL), + (156,78,8,'b_a',87,'Household Member is',132,'Household Member of',1,NULL,NULL,NULL), + (157,79,7,'a_b',106,'Head of Household for',87,'Head of Household is',0,NULL,NULL,NULL), + (158,79,7,'b_a',87,'Head of Household is',106,'Head of Household for',0,NULL,NULL,NULL), + (159,80,2,'a_b',146,'Spouse of',106,'Spouse of',0,NULL,NULL,NULL), + (160,80,2,'b_a',106,'Spouse of',146,'Spouse of',0,NULL,NULL,NULL), + (161,81,1,'a_b',32,'Child of',121,'Parent of',1,NULL,NULL,NULL), + (162,81,1,'b_a',121,'Parent of',32,'Child of',1,NULL,NULL,NULL), + (163,82,1,'a_b',8,'Child of',121,'Parent of',1,NULL,NULL,NULL), + (164,82,1,'b_a',121,'Parent of',8,'Child of',1,NULL,NULL,NULL), + (165,83,1,'a_b',32,'Child of',49,'Parent of',1,NULL,NULL,NULL), + (166,83,1,'b_a',49,'Parent of',32,'Child of',1,NULL,NULL,NULL), + (167,84,1,'a_b',8,'Child of',49,'Parent of',1,NULL,NULL,NULL), + (168,84,1,'b_a',49,'Parent of',8,'Child of',1,NULL,NULL,NULL), + (169,85,4,'a_b',8,'Sibling of',32,'Sibling of',1,NULL,NULL,NULL), + (170,85,4,'b_a',32,'Sibling of',8,'Sibling of',1,NULL,NULL,NULL), + (171,86,8,'a_b',49,'Household Member of',198,'Household Member is',1,NULL,NULL,NULL), + (172,86,8,'b_a',198,'Household Member is',49,'Household Member of',1,NULL,NULL,NULL), + (173,87,8,'a_b',32,'Household Member of',198,'Household Member is',1,NULL,NULL,NULL), + (174,87,8,'b_a',198,'Household Member is',32,'Household Member of',1,NULL,NULL,NULL), + (175,88,8,'a_b',8,'Household Member of',198,'Household Member is',1,NULL,NULL,NULL), + (176,88,8,'b_a',198,'Household Member is',8,'Household Member of',1,NULL,NULL,NULL), + (177,89,7,'a_b',121,'Head of Household for',198,'Head of Household is',0,NULL,NULL,NULL), + (178,89,7,'b_a',198,'Head of Household is',121,'Head of Household for',0,NULL,NULL,NULL), + (179,90,2,'a_b',49,'Spouse of',121,'Spouse of',0,NULL,NULL,NULL), + (180,90,2,'b_a',121,'Spouse of',49,'Spouse of',0,NULL,NULL,NULL), + (181,91,1,'a_b',80,'Child of',78,'Parent of',1,NULL,NULL,NULL), + (182,91,1,'b_a',78,'Parent of',80,'Child of',1,NULL,NULL,NULL), + (183,92,1,'a_b',179,'Child of',78,'Parent of',1,NULL,NULL,NULL), + (184,92,1,'b_a',78,'Parent of',179,'Child of',1,NULL,NULL,NULL), + (185,93,1,'a_b',80,'Child of',31,'Parent of',1,NULL,NULL,NULL), + (186,93,1,'b_a',31,'Parent of',80,'Child of',1,NULL,NULL,NULL), + (187,94,1,'a_b',179,'Child of',31,'Parent of',1,NULL,NULL,NULL), + (188,94,1,'b_a',31,'Parent of',179,'Child of',1,NULL,NULL,NULL), + (189,95,4,'a_b',179,'Sibling of',80,'Sibling of',1,NULL,NULL,NULL), + (190,95,4,'b_a',80,'Sibling of',179,'Sibling of',1,NULL,NULL,NULL), + (191,96,8,'a_b',31,'Household Member of',185,'Household Member is',1,NULL,NULL,NULL), + (192,96,8,'b_a',185,'Household Member is',31,'Household Member of',1,NULL,NULL,NULL), + (193,97,8,'a_b',80,'Household Member of',185,'Household Member is',1,NULL,NULL,NULL), + (194,97,8,'b_a',185,'Household Member is',80,'Household Member of',1,NULL,NULL,NULL), + (195,98,8,'a_b',179,'Household Member of',185,'Household Member is',1,NULL,NULL,NULL), + (196,98,8,'b_a',185,'Household Member is',179,'Household Member of',1,NULL,NULL,NULL), + (197,99,7,'a_b',78,'Head of Household for',185,'Head of Household is',1,NULL,NULL,NULL), + (198,99,7,'b_a',185,'Head of Household is',78,'Head of Household for',1,NULL,NULL,NULL), + (199,100,2,'a_b',31,'Spouse of',78,'Spouse of',1,NULL,NULL,NULL), + (200,100,2,'b_a',78,'Spouse of',31,'Spouse of',1,NULL,NULL,NULL), + (201,101,1,'a_b',108,'Child of',88,'Parent of',1,NULL,NULL,NULL), + (202,101,1,'b_a',88,'Parent of',108,'Child of',1,NULL,NULL,NULL), + (203,102,1,'a_b',190,'Child of',88,'Parent of',1,NULL,NULL,NULL), + (204,102,1,'b_a',88,'Parent of',190,'Child of',1,NULL,NULL,NULL), + (205,103,1,'a_b',108,'Child of',37,'Parent of',1,NULL,NULL,NULL), + (206,103,1,'b_a',37,'Parent of',108,'Child of',1,NULL,NULL,NULL), + (207,104,1,'a_b',190,'Child of',37,'Parent of',1,NULL,NULL,NULL), + (208,104,1,'b_a',37,'Parent of',190,'Child of',1,NULL,NULL,NULL), + (209,105,4,'a_b',190,'Sibling of',108,'Sibling of',1,NULL,NULL,NULL), + (210,105,4,'b_a',108,'Sibling of',190,'Sibling of',1,NULL,NULL,NULL), + (211,106,8,'a_b',37,'Household Member of',124,'Household Member is',1,NULL,NULL,NULL), + (212,106,8,'b_a',124,'Household Member is',37,'Household Member of',1,NULL,NULL,NULL), + (213,107,8,'a_b',108,'Household Member of',124,'Household Member is',1,NULL,NULL,NULL), + (214,107,8,'b_a',124,'Household Member is',108,'Household Member of',1,NULL,NULL,NULL), + (215,108,8,'a_b',190,'Household Member of',124,'Household Member is',1,NULL,NULL,NULL), + (216,108,8,'b_a',124,'Household Member is',190,'Household Member of',1,NULL,NULL,NULL), + (217,109,7,'a_b',88,'Head of Household for',124,'Head of Household is',1,NULL,NULL,NULL), + (218,109,7,'b_a',124,'Head of Household is',88,'Head of Household for',1,NULL,NULL,NULL), + (219,110,2,'a_b',37,'Spouse of',88,'Spouse of',1,NULL,NULL,NULL), + (220,110,2,'b_a',88,'Spouse of',37,'Spouse of',1,NULL,NULL,NULL), + (221,111,1,'a_b',77,'Child of',123,'Parent of',1,NULL,NULL,NULL), + (222,111,1,'b_a',123,'Parent of',77,'Child of',1,NULL,NULL,NULL), + (223,112,1,'a_b',53,'Child of',123,'Parent of',1,NULL,NULL,NULL), + (224,112,1,'b_a',123,'Parent of',53,'Child of',1,NULL,NULL,NULL), + (225,113,1,'a_b',77,'Child of',96,'Parent of',1,NULL,NULL,NULL), + (226,113,1,'b_a',96,'Parent of',77,'Child of',1,NULL,NULL,NULL), + (227,114,1,'a_b',53,'Child of',96,'Parent of',1,NULL,NULL,NULL), + (228,114,1,'b_a',96,'Parent of',53,'Child of',1,NULL,NULL,NULL), + (229,115,4,'a_b',53,'Sibling of',77,'Sibling of',1,NULL,NULL,NULL), + (230,115,4,'b_a',77,'Sibling of',53,'Sibling of',1,NULL,NULL,NULL), + (231,116,8,'a_b',96,'Household Member of',7,'Household Member is',1,NULL,NULL,NULL), + (232,116,8,'b_a',7,'Household Member is',96,'Household Member of',1,NULL,NULL,NULL), + (233,117,8,'a_b',77,'Household Member of',7,'Household Member is',1,NULL,NULL,NULL), + (234,117,8,'b_a',7,'Household Member is',77,'Household Member of',1,NULL,NULL,NULL), + (235,118,8,'a_b',53,'Household Member of',7,'Household Member is',1,NULL,NULL,NULL), + (236,118,8,'b_a',7,'Household Member is',53,'Household Member of',1,NULL,NULL,NULL), + (237,119,7,'a_b',123,'Head of Household for',7,'Head of Household is',1,NULL,NULL,NULL), + (238,119,7,'b_a',7,'Head of Household is',123,'Head of Household for',1,NULL,NULL,NULL), + (239,120,2,'a_b',96,'Spouse of',123,'Spouse of',1,NULL,NULL,NULL), + (240,120,2,'b_a',123,'Spouse of',96,'Spouse of',1,NULL,NULL,NULL), + (241,121,1,'a_b',186,'Child of',71,'Parent of',1,NULL,NULL,NULL), + (242,121,1,'b_a',71,'Parent of',186,'Child of',1,NULL,NULL,NULL), + (243,122,1,'a_b',36,'Child of',71,'Parent of',1,NULL,NULL,NULL), + (244,122,1,'b_a',71,'Parent of',36,'Child of',1,NULL,NULL,NULL), + (245,123,1,'a_b',186,'Child of',148,'Parent of',1,NULL,NULL,NULL), + (246,123,1,'b_a',148,'Parent of',186,'Child of',1,NULL,NULL,NULL), + (247,124,1,'a_b',36,'Child of',148,'Parent of',1,NULL,NULL,NULL), + (248,124,1,'b_a',148,'Parent of',36,'Child of',1,NULL,NULL,NULL), + (249,125,4,'a_b',36,'Sibling of',186,'Sibling of',1,NULL,NULL,NULL), + (250,125,4,'b_a',186,'Sibling of',36,'Sibling of',1,NULL,NULL,NULL), + (251,126,8,'a_b',148,'Household Member of',162,'Household Member is',1,NULL,NULL,NULL), + (252,126,8,'b_a',162,'Household Member is',148,'Household Member of',1,NULL,NULL,NULL), + (253,127,8,'a_b',186,'Household Member of',162,'Household Member is',1,NULL,NULL,NULL), + (254,127,8,'b_a',162,'Household Member is',186,'Household Member of',1,NULL,NULL,NULL), + (255,128,8,'a_b',36,'Household Member of',162,'Household Member is',1,NULL,NULL,NULL), + (256,128,8,'b_a',162,'Household Member is',36,'Household Member of',1,NULL,NULL,NULL), + (257,129,7,'a_b',71,'Head of Household for',162,'Head of Household is',0,NULL,NULL,NULL), + (258,129,7,'b_a',162,'Head of Household is',71,'Head of Household for',0,NULL,NULL,NULL), + (259,130,2,'a_b',148,'Spouse of',71,'Spouse of',0,NULL,NULL,NULL), + (260,130,2,'b_a',71,'Spouse of',148,'Spouse of',0,NULL,NULL,NULL), + (261,131,1,'a_b',5,'Child of',26,'Parent of',1,NULL,NULL,NULL), + (262,131,1,'b_a',26,'Parent of',5,'Child of',1,NULL,NULL,NULL), + (263,132,1,'a_b',107,'Child of',26,'Parent of',1,NULL,NULL,NULL), + (264,132,1,'b_a',26,'Parent of',107,'Child of',1,NULL,NULL,NULL), + (265,133,1,'a_b',5,'Child of',97,'Parent of',1,NULL,NULL,NULL), + (266,133,1,'b_a',97,'Parent of',5,'Child of',1,NULL,NULL,NULL), + (267,134,1,'a_b',107,'Child of',97,'Parent of',1,NULL,NULL,NULL), + (268,134,1,'b_a',97,'Parent of',107,'Child of',1,NULL,NULL,NULL), + (269,135,4,'a_b',107,'Sibling of',5,'Sibling of',1,NULL,NULL,NULL), + (270,135,4,'b_a',5,'Sibling of',107,'Sibling of',1,NULL,NULL,NULL), + (271,136,8,'a_b',97,'Household Member of',149,'Household Member is',1,NULL,NULL,NULL), + (272,136,8,'b_a',149,'Household Member is',97,'Household Member of',1,NULL,NULL,NULL), + (273,137,8,'a_b',5,'Household Member of',149,'Household Member is',1,NULL,NULL,NULL), + (274,137,8,'b_a',149,'Household Member is',5,'Household Member of',1,NULL,NULL,NULL), + (275,138,8,'a_b',107,'Household Member of',149,'Household Member is',1,NULL,NULL,NULL), + (276,138,8,'b_a',149,'Household Member is',107,'Household Member of',1,NULL,NULL,NULL), + (277,139,7,'a_b',26,'Head of Household for',149,'Head of Household is',1,NULL,NULL,NULL), + (278,139,7,'b_a',149,'Head of Household is',26,'Head of Household for',1,NULL,NULL,NULL), + (279,140,2,'a_b',97,'Spouse of',26,'Spouse of',1,NULL,NULL,NULL), + (280,140,2,'b_a',26,'Spouse of',97,'Spouse of',1,NULL,NULL,NULL), + (281,141,1,'a_b',60,'Child of',104,'Parent of',1,NULL,NULL,NULL), + (282,141,1,'b_a',104,'Parent of',60,'Child of',1,NULL,NULL,NULL), + (283,142,1,'a_b',122,'Child of',104,'Parent of',1,NULL,NULL,NULL), + (284,142,1,'b_a',104,'Parent of',122,'Child of',1,NULL,NULL,NULL), + (285,143,1,'a_b',60,'Child of',139,'Parent of',1,NULL,NULL,NULL), + (286,143,1,'b_a',139,'Parent of',60,'Child of',1,NULL,NULL,NULL), + (287,144,1,'a_b',122,'Child of',139,'Parent of',1,NULL,NULL,NULL), + (288,144,1,'b_a',139,'Parent of',122,'Child of',1,NULL,NULL,NULL), + (289,145,4,'a_b',122,'Sibling of',60,'Sibling of',1,NULL,NULL,NULL), + (290,145,4,'b_a',60,'Sibling of',122,'Sibling of',1,NULL,NULL,NULL), + (291,146,8,'a_b',139,'Household Member of',79,'Household Member is',1,NULL,NULL,NULL), + (292,146,8,'b_a',79,'Household Member is',139,'Household Member of',1,NULL,NULL,NULL), + (293,147,8,'a_b',60,'Household Member of',79,'Household Member is',1,NULL,NULL,NULL), + (294,147,8,'b_a',79,'Household Member is',60,'Household Member of',1,NULL,NULL,NULL), + (295,148,8,'a_b',122,'Household Member of',79,'Household Member is',1,NULL,NULL,NULL), + (296,148,8,'b_a',79,'Household Member is',122,'Household Member of',1,NULL,NULL,NULL), + (297,149,7,'a_b',104,'Head of Household for',79,'Head of Household is',1,NULL,NULL,NULL), + (298,149,7,'b_a',79,'Head of Household is',104,'Head of Household for',1,NULL,NULL,NULL), + (299,150,2,'a_b',139,'Spouse of',104,'Spouse of',1,NULL,NULL,NULL), + (300,150,2,'b_a',104,'Spouse of',139,'Spouse of',1,NULL,NULL,NULL), + (301,151,1,'a_b',197,'Child of',101,'Parent of',1,NULL,NULL,NULL), + (302,151,1,'b_a',101,'Parent of',197,'Child of',1,NULL,NULL,NULL), + (303,152,1,'a_b',135,'Child of',101,'Parent of',1,NULL,NULL,NULL), + (304,152,1,'b_a',101,'Parent of',135,'Child of',1,NULL,NULL,NULL), + (305,153,1,'a_b',197,'Child of',93,'Parent of',1,NULL,NULL,NULL), + (306,153,1,'b_a',93,'Parent of',197,'Child of',1,NULL,NULL,NULL), + (307,154,1,'a_b',135,'Child of',93,'Parent of',1,NULL,NULL,NULL), + (308,154,1,'b_a',93,'Parent of',135,'Child of',1,NULL,NULL,NULL), + (309,155,4,'a_b',135,'Sibling of',197,'Sibling of',1,NULL,NULL,NULL), + (310,155,4,'b_a',197,'Sibling of',135,'Sibling of',1,NULL,NULL,NULL), + (311,156,8,'a_b',93,'Household Member of',128,'Household Member is',1,NULL,NULL,NULL), + (312,156,8,'b_a',128,'Household Member is',93,'Household Member of',1,NULL,NULL,NULL), + (313,157,8,'a_b',197,'Household Member of',128,'Household Member is',1,NULL,NULL,NULL), + (314,157,8,'b_a',128,'Household Member is',197,'Household Member of',1,NULL,NULL,NULL), + (315,158,8,'a_b',135,'Household Member of',128,'Household Member is',1,NULL,NULL,NULL), + (316,158,8,'b_a',128,'Household Member is',135,'Household Member of',1,NULL,NULL,NULL), + (317,159,7,'a_b',101,'Head of Household for',128,'Head of Household is',0,NULL,NULL,NULL), + (318,159,7,'b_a',128,'Head of Household is',101,'Head of Household for',0,NULL,NULL,NULL), + (319,160,2,'a_b',93,'Spouse of',101,'Spouse of',0,NULL,NULL,NULL), + (320,160,2,'b_a',101,'Spouse of',93,'Spouse of',0,NULL,NULL,NULL), + (321,161,1,'a_b',90,'Child of',16,'Parent of',1,NULL,NULL,NULL), + (322,161,1,'b_a',16,'Parent of',90,'Child of',1,NULL,NULL,NULL), + (323,162,1,'a_b',25,'Child of',16,'Parent of',1,NULL,NULL,NULL), + (324,162,1,'b_a',16,'Parent of',25,'Child of',1,NULL,NULL,NULL), + (325,163,1,'a_b',90,'Child of',40,'Parent of',1,NULL,NULL,NULL), + (326,163,1,'b_a',40,'Parent of',90,'Child of',1,NULL,NULL,NULL), + (327,164,1,'a_b',25,'Child of',40,'Parent of',1,NULL,NULL,NULL), + (328,164,1,'b_a',40,'Parent of',25,'Child of',1,NULL,NULL,NULL), + (329,165,4,'a_b',25,'Sibling of',90,'Sibling of',1,NULL,NULL,NULL), + (330,165,4,'b_a',90,'Sibling of',25,'Sibling of',1,NULL,NULL,NULL), + (331,166,8,'a_b',40,'Household Member of',59,'Household Member is',1,NULL,NULL,NULL), + (332,166,8,'b_a',59,'Household Member is',40,'Household Member of',1,NULL,NULL,NULL), + (333,167,8,'a_b',90,'Household Member of',59,'Household Member is',1,NULL,NULL,NULL), + (334,167,8,'b_a',59,'Household Member is',90,'Household Member of',1,NULL,NULL,NULL), + (335,168,8,'a_b',25,'Household Member of',59,'Household Member is',1,NULL,NULL,NULL), + (336,168,8,'b_a',59,'Household Member is',25,'Household Member of',1,NULL,NULL,NULL), + (337,169,7,'a_b',16,'Head of Household for',59,'Head of Household is',0,NULL,NULL,NULL), + (338,169,7,'b_a',59,'Head of Household is',16,'Head of Household for',0,NULL,NULL,NULL), + (339,170,2,'a_b',40,'Spouse of',16,'Spouse of',0,NULL,NULL,NULL), + (340,170,2,'b_a',16,'Spouse of',40,'Spouse of',0,NULL,NULL,NULL), + (341,171,1,'a_b',11,'Child of',58,'Parent of',1,NULL,NULL,NULL), + (342,171,1,'b_a',58,'Parent of',11,'Child of',1,NULL,NULL,NULL), + (343,172,1,'a_b',23,'Child of',58,'Parent of',1,NULL,NULL,NULL), + (344,172,1,'b_a',58,'Parent of',23,'Child of',1,NULL,NULL,NULL), + (345,173,1,'a_b',11,'Child of',66,'Parent of',1,NULL,NULL,NULL), + (346,173,1,'b_a',66,'Parent of',11,'Child of',1,NULL,NULL,NULL), + (347,174,1,'a_b',23,'Child of',66,'Parent of',1,NULL,NULL,NULL), + (348,174,1,'b_a',66,'Parent of',23,'Child of',1,NULL,NULL,NULL), + (349,175,4,'a_b',23,'Sibling of',11,'Sibling of',1,NULL,NULL,NULL), + (350,175,4,'b_a',11,'Sibling of',23,'Sibling of',1,NULL,NULL,NULL), + (351,176,8,'a_b',66,'Household Member of',39,'Household Member is',1,NULL,NULL,NULL), + (352,176,8,'b_a',39,'Household Member is',66,'Household Member of',1,NULL,NULL,NULL), + (353,177,8,'a_b',11,'Household Member of',39,'Household Member is',1,NULL,NULL,NULL), + (354,177,8,'b_a',39,'Household Member is',11,'Household Member of',1,NULL,NULL,NULL), + (355,178,8,'a_b',23,'Household Member of',39,'Household Member is',1,NULL,NULL,NULL), + (356,178,8,'b_a',39,'Household Member is',23,'Household Member of',1,NULL,NULL,NULL), + (357,179,7,'a_b',58,'Head of Household for',39,'Head of Household is',0,NULL,NULL,NULL), + (358,179,7,'b_a',39,'Head of Household is',58,'Head of Household for',0,NULL,NULL,NULL), + (359,180,2,'a_b',66,'Spouse of',58,'Spouse of',0,NULL,NULL,NULL), + (360,180,2,'b_a',58,'Spouse of',66,'Spouse of',0,NULL,NULL,NULL), + (361,181,1,'a_b',130,'Child of',62,'Parent of',1,NULL,NULL,NULL), + (362,181,1,'b_a',62,'Parent of',130,'Child of',1,NULL,NULL,NULL), + (363,182,1,'a_b',111,'Child of',62,'Parent of',1,NULL,NULL,NULL), + (364,182,1,'b_a',62,'Parent of',111,'Child of',1,NULL,NULL,NULL), + (365,183,1,'a_b',130,'Child of',22,'Parent of',1,NULL,NULL,NULL), + (366,183,1,'b_a',22,'Parent of',130,'Child of',1,NULL,NULL,NULL), + (367,184,1,'a_b',111,'Child of',22,'Parent of',1,NULL,NULL,NULL), + (368,184,1,'b_a',22,'Parent of',111,'Child of',1,NULL,NULL,NULL), + (369,185,4,'a_b',111,'Sibling of',130,'Sibling of',1,NULL,NULL,NULL), + (370,185,4,'b_a',130,'Sibling of',111,'Sibling of',1,NULL,NULL,NULL), + (371,186,8,'a_b',22,'Household Member of',191,'Household Member is',1,NULL,NULL,NULL), + (372,186,8,'b_a',191,'Household Member is',22,'Household Member of',1,NULL,NULL,NULL), + (373,187,8,'a_b',130,'Household Member of',191,'Household Member is',1,NULL,NULL,NULL), + (374,187,8,'b_a',191,'Household Member is',130,'Household Member of',1,NULL,NULL,NULL), + (375,188,8,'a_b',111,'Household Member of',191,'Household Member is',1,NULL,NULL,NULL), + (376,188,8,'b_a',191,'Household Member is',111,'Household Member of',1,NULL,NULL,NULL), + (377,189,7,'a_b',62,'Head of Household for',191,'Head of Household is',1,NULL,NULL,NULL), + (378,189,7,'b_a',191,'Head of Household is',62,'Head of Household for',1,NULL,NULL,NULL), + (379,190,2,'a_b',22,'Spouse of',62,'Spouse of',1,NULL,NULL,NULL), + (380,190,2,'b_a',62,'Spouse of',22,'Spouse of',1,NULL,NULL,NULL), + (381,191,1,'a_b',110,'Child of',61,'Parent of',1,NULL,NULL,NULL), + (382,191,1,'b_a',61,'Parent of',110,'Child of',1,NULL,NULL,NULL), + (383,192,1,'a_b',12,'Child of',61,'Parent of',1,NULL,NULL,NULL), + (384,192,1,'b_a',61,'Parent of',12,'Child of',1,NULL,NULL,NULL), + (385,193,1,'a_b',110,'Child of',33,'Parent of',1,NULL,NULL,NULL), + (386,193,1,'b_a',33,'Parent of',110,'Child of',1,NULL,NULL,NULL), + (387,194,1,'a_b',12,'Child of',33,'Parent of',1,NULL,NULL,NULL), + (388,194,1,'b_a',33,'Parent of',12,'Child of',1,NULL,NULL,NULL), + (389,195,4,'a_b',12,'Sibling of',110,'Sibling of',1,NULL,NULL,NULL), + (390,195,4,'b_a',110,'Sibling of',12,'Sibling of',1,NULL,NULL,NULL), + (391,196,8,'a_b',33,'Household Member of',192,'Household Member is',1,NULL,NULL,NULL), + (392,196,8,'b_a',192,'Household Member is',33,'Household Member of',1,NULL,NULL,NULL), + (393,197,8,'a_b',110,'Household Member of',192,'Household Member is',1,NULL,NULL,NULL), + (394,197,8,'b_a',192,'Household Member is',110,'Household Member of',1,NULL,NULL,NULL), + (395,198,8,'a_b',12,'Household Member of',192,'Household Member is',1,NULL,NULL,NULL), + (396,198,8,'b_a',192,'Household Member is',12,'Household Member of',1,NULL,NULL,NULL), + (397,199,7,'a_b',61,'Head of Household for',192,'Head of Household is',0,NULL,NULL,NULL), + (398,199,7,'b_a',192,'Head of Household is',61,'Head of Household for',0,NULL,NULL,NULL), + (399,200,2,'a_b',33,'Spouse of',61,'Spouse of',0,NULL,NULL,NULL), + (400,200,2,'b_a',61,'Spouse of',33,'Spouse of',0,NULL,NULL,NULL), + (401,201,5,'a_b',110,'Employee of',3,'Employer of',1,NULL,NULL,NULL), + (402,201,5,'b_a',3,'Employer of',110,'Employee of',1,NULL,NULL,NULL), + (403,202,5,'a_b',92,'Employee of',6,'Employer of',1,NULL,NULL,NULL), + (404,202,5,'b_a',6,'Employer of',92,'Employee of',1,NULL,NULL,NULL), + (405,203,5,'a_b',31,'Employee of',18,'Employer of',1,NULL,NULL,NULL), + (406,203,5,'b_a',18,'Employer of',31,'Employee of',1,NULL,NULL,NULL), + (407,204,5,'a_b',106,'Employee of',48,'Employer of',1,NULL,NULL,NULL), + (408,204,5,'b_a',48,'Employer of',106,'Employee of',1,NULL,NULL,NULL), + (409,205,5,'a_b',99,'Employee of',52,'Employer of',1,NULL,NULL,NULL), + (410,205,5,'b_a',52,'Employer of',99,'Employee of',1,NULL,NULL,NULL), + (411,206,5,'a_b',43,'Employee of',69,'Employer of',1,NULL,NULL,NULL), + (412,206,5,'b_a',69,'Employer of',43,'Employee of',1,NULL,NULL,NULL), + (413,207,5,'a_b',42,'Employee of',75,'Employer of',1,NULL,NULL,NULL), + (414,207,5,'b_a',75,'Employer of',42,'Employee of',1,NULL,NULL,NULL), + (415,208,5,'a_b',29,'Employee of',116,'Employer of',1,NULL,NULL,NULL), + (416,208,5,'b_a',116,'Employer of',29,'Employee of',1,NULL,NULL,NULL), + (417,209,5,'a_b',33,'Employee of',125,'Employer of',1,NULL,NULL,NULL), + (418,209,5,'b_a',125,'Employer of',33,'Employee of',1,NULL,NULL,NULL), + (419,210,5,'a_b',122,'Employee of',140,'Employer of',1,NULL,NULL,NULL), + (420,210,5,'b_a',140,'Employer of',122,'Employee of',1,NULL,NULL,NULL), + (421,211,5,'a_b',17,'Employee of',156,'Employer of',1,NULL,NULL,NULL), + (422,211,5,'b_a',156,'Employer of',17,'Employee of',1,NULL,NULL,NULL), + (423,212,5,'a_b',74,'Employee of',158,'Employer of',1,NULL,NULL,NULL), + (424,212,5,'b_a',158,'Employer of',74,'Employee of',1,NULL,NULL,NULL), + (425,213,5,'a_b',96,'Employee of',165,'Employer of',1,NULL,NULL,NULL), + (426,213,5,'b_a',165,'Employer of',96,'Employee of',1,NULL,NULL,NULL), + (427,214,5,'a_b',5,'Employee of',167,'Employer of',1,NULL,NULL,NULL), + (428,214,5,'b_a',167,'Employer of',5,'Employee of',1,NULL,NULL,NULL), + (429,215,5,'a_b',51,'Employee of',189,'Employer of',1,NULL,NULL,NULL), + (430,215,5,'b_a',189,'Employer of',51,'Employee of',1,NULL,NULL,NULL), + (431,216,5,'a_b',97,'Employee of',196,'Employer of',1,NULL,NULL,NULL), + (432,216,5,'b_a',196,'Employer of',97,'Employee of',1,NULL,NULL,NULL); /*!40000 ALTER TABLE `civicrm_relationship_cache` ENABLE KEYS */; UNLOCK TABLES; @@ -12173,90 +12197,90 @@ UNLOCK TABLES; LOCK TABLES `civicrm_subscription_history` WRITE; /*!40000 ALTER TABLE `civicrm_subscription_history` DISABLE KEYS */; INSERT INTO `civicrm_subscription_history` (`id`, `contact_id`, `group_id`, `date`, `method`, `status`, `tracking`) VALUES - (1,97,2,'2022-08-15 04:54:30','Admin','Added',NULL), - (2,32,2,'2022-05-16 07:08:09','Email','Added',NULL), - (3,195,2,'2022-07-16 02:15:03','Admin','Added',NULL), - (4,150,2,'2023-02-12 15:59:09','Email','Added',NULL), - (5,98,2,'2023-01-01 10:57:16','Email','Added',NULL), - (6,113,2,'2023-01-21 21:19:05','Admin','Added',NULL), - (7,164,2,'2022-10-28 07:03:54','Admin','Added',NULL), - (8,9,2,'2022-03-31 08:16:24','Admin','Added',NULL), - (9,73,2,'2022-10-25 02:34:48','Email','Added',NULL), - (10,79,2,'2022-11-22 05:01:41','Email','Added',NULL), - (11,40,2,'2022-08-16 02:27:40','Email','Added',NULL), - (12,75,2,'2022-05-24 13:45:41','Email','Added',NULL), - (13,60,2,'2023-01-26 19:54:00','Email','Added',NULL), - (14,179,2,'2023-02-10 22:06:43','Email','Added',NULL), - (15,31,2,'2022-12-12 18:02:50','Admin','Added',NULL), - (16,101,2,'2022-07-30 20:06:42','Email','Added',NULL), - (17,174,2,'2022-08-13 22:42:32','Admin','Added',NULL), - (18,123,2,'2022-06-09 09:33:10','Admin','Added',NULL), - (19,162,2,'2022-04-05 09:49:48','Admin','Added',NULL), - (20,166,2,'2023-02-01 05:42:37','Email','Added',NULL), - (21,29,2,'2022-12-26 04:13:34','Admin','Added',NULL), - (22,154,2,'2022-12-20 18:24:41','Admin','Added',NULL), - (23,134,2,'2022-03-11 06:58:53','Email','Added',NULL), - (24,69,2,'2022-09-23 09:38:13','Admin','Added',NULL), - (25,86,2,'2023-02-18 18:52:49','Admin','Added',NULL), - (26,76,2,'2022-04-23 04:33:28','Admin','Added',NULL), - (27,133,2,'2023-02-28 21:26:56','Admin','Added',NULL), - (28,184,2,'2022-08-02 06:31:50','Email','Added',NULL), - (29,199,2,'2022-08-14 14:19:16','Email','Added',NULL), - (30,161,2,'2023-01-17 14:14:58','Admin','Added',NULL), - (31,136,2,'2023-01-15 03:48:35','Admin','Added',NULL), - (32,67,2,'2022-08-19 16:23:32','Email','Added',NULL), - (33,81,2,'2022-10-13 12:23:51','Email','Added',NULL), - (34,114,2,'2022-04-13 13:32:41','Admin','Added',NULL), - (35,35,2,'2022-05-18 22:15:57','Admin','Added',NULL), - (36,68,2,'2023-02-06 10:51:40','Email','Added',NULL), - (37,53,2,'2022-12-18 17:25:29','Admin','Added',NULL), - (38,72,2,'2022-06-20 07:25:36','Admin','Added',NULL), - (39,175,2,'2023-01-20 13:29:10','Admin','Added',NULL), - (40,104,2,'2022-03-15 16:13:56','Email','Added',NULL), - (41,30,2,'2022-05-28 18:31:50','Admin','Added',NULL), - (42,140,2,'2022-08-24 17:57:57','Email','Added',NULL), - (43,78,2,'2022-12-20 06:04:38','Email','Added',NULL), - (44,192,2,'2022-08-21 12:21:57','Email','Added',NULL), - (45,145,2,'2022-09-05 04:13:43','Admin','Added',NULL), - (46,51,2,'2023-01-24 10:44:11','Admin','Added',NULL), - (47,74,2,'2022-05-09 10:47:39','Email','Added',NULL), - (48,124,2,'2022-05-31 21:14:16','Email','Added',NULL), - (49,165,2,'2022-04-27 09:03:12','Admin','Added',NULL), - (50,77,2,'2022-04-07 22:45:38','Admin','Added',NULL), - (51,201,2,'2023-02-21 13:25:20','Admin','Added',NULL), - (52,66,2,'2022-06-04 16:40:09','Email','Added',NULL), - (53,121,2,'2022-12-28 04:35:51','Email','Added',NULL), - (54,152,2,'2022-09-23 13:13:36','Email','Added',NULL), - (55,127,2,'2023-03-07 13:43:51','Email','Added',NULL), - (56,176,2,'2022-07-09 23:48:11','Admin','Added',NULL), - (57,83,2,'2022-10-31 15:01:43','Admin','Added',NULL), - (58,128,2,'2022-07-16 10:28:34','Admin','Added',NULL), - (59,148,2,'2022-04-19 04:55:26','Admin','Added',NULL), - (60,88,2,'2022-08-07 15:15:40','Admin','Added',NULL), - (61,38,3,'2022-06-09 04:23:16','Email','Added',NULL), - (62,21,3,'2022-11-22 00:09:39','Admin','Added',NULL), - (63,171,3,'2022-06-23 18:56:37','Admin','Added',NULL), - (64,170,3,'2023-02-12 05:07:03','Email','Added',NULL), - (65,22,3,'2022-05-02 06:48:07','Email','Added',NULL), - (66,147,3,'2022-07-08 05:16:13','Admin','Added',NULL), - (67,186,3,'2022-07-19 17:04:47','Email','Added',NULL), - (68,44,3,'2023-02-06 13:26:41','Email','Added',NULL), - (69,196,3,'2022-07-12 00:11:10','Email','Added',NULL), - (70,144,3,'2023-01-12 04:46:48','Email','Added',NULL), - (71,130,3,'2022-04-12 13:56:58','Email','Added',NULL), - (72,142,3,'2022-12-16 15:54:08','Email','Added',NULL), - (73,48,3,'2022-08-16 14:20:15','Email','Added',NULL), - (74,47,3,'2023-03-03 10:56:30','Admin','Added',NULL), - (75,4,3,'2022-06-27 03:47:19','Email','Added',NULL), - (76,97,4,'2022-11-20 09:16:14','Email','Added',NULL), - (77,9,4,'2023-02-28 03:12:23','Admin','Added',NULL), - (78,31,4,'2022-06-26 06:27:17','Admin','Added',NULL), - (79,154,4,'2022-09-13 12:10:51','Email','Added',NULL), - (80,199,4,'2022-12-19 14:04:50','Admin','Added',NULL), - (81,68,4,'2023-02-15 08:38:29','Email','Added',NULL), - (82,78,4,'2022-10-10 15:18:40','Admin','Added',NULL), - (83,77,4,'2022-09-13 16:51:38','Admin','Added',NULL), - (84,202,4,'2022-04-16 11:41:42','Admin','Added',NULL); + (1,99,2,'2022-11-15 19:06:39','Email','Added',NULL), + (2,68,2,'2023-03-10 07:26:24','Email','Added',NULL), + (3,41,2,'2023-03-16 04:44:09','Email','Added',NULL), + (4,126,2,'2022-06-15 23:51:31','Admin','Added',NULL), + (5,161,2,'2023-03-19 18:30:40','Email','Added',NULL), + (6,81,2,'2022-12-14 12:48:30','Email','Added',NULL), + (7,173,2,'2022-09-09 22:35:47','Email','Added',NULL), + (8,168,2,'2022-08-26 21:47:23','Email','Added',NULL), + (9,175,2,'2022-05-09 01:17:09','Admin','Added',NULL), + (10,13,2,'2023-03-07 19:00:18','Admin','Added',NULL), + (11,50,2,'2022-06-25 16:01:43','Email','Added',NULL), + (12,95,2,'2022-12-14 04:11:19','Admin','Added',NULL), + (13,94,2,'2023-01-10 10:50:35','Email','Added',NULL), + (14,63,2,'2022-05-22 23:36:29','Admin','Added',NULL), + (15,44,2,'2023-03-29 14:56:44','Email','Added',NULL), + (16,169,2,'2022-08-30 01:50:39','Email','Added',NULL), + (17,138,2,'2023-01-10 01:25:25','Email','Added',NULL), + (18,112,2,'2022-07-01 00:08:50','Email','Added',NULL), + (19,42,2,'2022-06-21 08:44:07','Admin','Added',NULL), + (20,89,2,'2022-11-23 20:33:34','Email','Added',NULL), + (21,103,2,'2023-01-01 21:14:59','Admin','Added',NULL), + (22,120,2,'2022-12-06 20:17:36','Admin','Added',NULL), + (23,100,2,'2023-04-09 21:26:15','Admin','Added',NULL), + (24,159,2,'2023-02-12 12:23:59','Admin','Added',NULL), + (25,46,2,'2023-04-14 13:08:17','Email','Added',NULL), + (26,57,2,'2023-01-10 02:59:27','Email','Added',NULL), + (27,109,2,'2022-09-14 14:56:39','Email','Added',NULL), + (28,29,2,'2022-09-04 03:47:30','Email','Added',NULL), + (29,180,2,'2023-02-18 22:41:47','Admin','Added',NULL), + (30,10,2,'2023-02-05 21:02:50','Email','Added',NULL), + (31,45,2,'2022-12-27 17:04:29','Admin','Added',NULL), + (32,129,2,'2023-04-05 21:06:09','Email','Added',NULL), + (33,54,2,'2022-06-06 11:40:07','Admin','Added',NULL), + (34,114,2,'2022-10-25 11:18:42','Admin','Added',NULL), + (35,200,2,'2022-06-21 04:53:32','Email','Added',NULL), + (36,35,2,'2023-03-20 08:48:29','Admin','Added',NULL), + (37,166,2,'2022-08-04 04:13:29','Email','Added',NULL), + (38,34,2,'2022-05-16 02:51:01','Email','Added',NULL), + (39,56,2,'2023-03-04 21:08:46','Email','Added',NULL), + (40,184,2,'2022-09-26 20:11:24','Email','Added',NULL), + (41,160,2,'2023-04-18 08:54:17','Email','Added',NULL), + (42,64,2,'2023-01-09 02:51:20','Email','Added',NULL), + (43,150,2,'2022-10-24 03:37:24','Email','Added',NULL), + (44,74,2,'2022-08-29 14:00:38','Email','Added',NULL), + (45,177,2,'2022-05-13 00:45:10','Admin','Added',NULL), + (46,171,2,'2022-11-28 09:43:42','Admin','Added',NULL), + (47,20,2,'2023-03-22 08:13:57','Admin','Added',NULL), + (48,157,2,'2023-04-06 05:31:17','Admin','Added',NULL), + (49,172,2,'2023-03-30 21:47:18','Admin','Added',NULL), + (50,51,2,'2022-05-11 01:33:00','Email','Added',NULL), + (51,76,2,'2022-07-31 03:23:20','Admin','Added',NULL), + (52,47,2,'2023-01-20 13:14:29','Admin','Added',NULL), + (53,187,2,'2022-06-15 18:00:40','Admin','Added',NULL), + (54,118,2,'2023-03-09 16:13:27','Admin','Added',NULL), + (55,134,2,'2022-09-16 22:28:53','Admin','Added',NULL), + (56,98,2,'2022-07-19 22:30:07','Email','Added',NULL), + (57,195,2,'2022-12-03 07:07:04','Email','Added',NULL), + (58,115,2,'2022-06-14 08:14:57','Email','Added',NULL), + (59,194,2,'2023-04-15 01:12:56','Email','Added',NULL), + (60,28,2,'2022-05-18 23:34:32','Admin','Added',NULL), + (61,30,3,'2022-05-06 07:28:40','Email','Added',NULL), + (62,92,3,'2022-09-17 09:48:48','Email','Added',NULL), + (63,85,3,'2023-03-15 04:59:13','Admin','Added',NULL), + (64,119,3,'2022-10-27 10:00:12','Admin','Added',NULL), + (65,9,3,'2022-09-21 08:55:16','Email','Added',NULL), + (66,154,3,'2022-09-11 13:04:36','Email','Added',NULL), + (67,182,3,'2022-12-21 09:31:19','Admin','Added',NULL), + (68,117,3,'2023-02-20 15:13:20','Email','Added',NULL), + (69,2,3,'2022-07-28 12:19:36','Email','Added',NULL), + (70,137,3,'2022-06-15 01:50:58','Email','Added',NULL), + (71,181,3,'2022-07-20 10:54:17','Admin','Added',NULL), + (72,143,3,'2023-01-13 13:17:07','Email','Added',NULL), + (73,155,3,'2023-03-05 21:02:19','Admin','Added',NULL), + (74,136,3,'2022-08-12 19:23:46','Admin','Added',NULL), + (75,199,3,'2022-10-02 01:23:29','Admin','Added',NULL), + (76,99,4,'2022-05-12 21:13:55','Email','Added',NULL), + (77,168,4,'2023-03-21 14:12:16','Email','Added',NULL), + (78,44,4,'2022-07-11 19:13:41','Email','Added',NULL), + (79,120,4,'2022-06-28 13:00:57','Admin','Added',NULL), + (80,180,4,'2023-02-24 18:24:52','Email','Added',NULL), + (81,35,4,'2022-06-02 18:14:56','Email','Added',NULL), + (82,150,4,'2022-09-19 00:30:26','Email','Added',NULL), + (83,51,4,'2023-01-26 11:19:03','Admin','Added',NULL), + (84,202,4,'2022-12-15 17:04:34','Email','Added',NULL); /*!40000 ALTER TABLE `civicrm_subscription_history` ENABLE KEYS */; UNLOCK TABLES; @@ -12482,21 +12506,20 @@ UNLOCK TABLES; LOCK TABLES `civicrm_website` WRITE; /*!40000 ALTER TABLE `civicrm_website` DISABLE KEYS */; INSERT INTO `civicrm_website` (`id`, `contact_id`, `url`, `website_type_id`) VALUES - (1,183,'http://friendscollective.org',1), - (2,189,'http://greensolutions.org',1), - (3,116,'http://ruralliteracy.org',1), - (4,173,'http://michigansoftware.org',1), - (5,28,'http://mapleadvocacyfund.org',1), - (6,194,'http://pennsylvaniaassociation.org',1), - (7,111,'http://pennsylvaniaassociation.org',1), - (8,151,'http://ruralcenter.org',1), - (9,112,'http://ruralnetwork.org',1), - (10,102,'http://mainartsinitiative.org',1), - (11,11,'http://creativefund.org',1), - (12,24,'http://mlkingdevelopment.org',1), - (13,39,'http://unitedcenter.org',1), - (14,137,'http://friendsarts.org',1), - (15,187,'http://caulderempowerment.org',1); + (1,48,'http://greensborocollective.org',1), + (2,167,'http://communityfamilyassociation.org',1), + (3,75,'http://ncagricultureinitiative.org',1), + (4,156,'http://jacksonempowerment.org',1), + (5,142,'http://mapleadvocacy.org',1), + (6,125,'http://yorktowndevelopmentpartners.org',1), + (7,189,'http://njwellnesstrust.org',1), + (8,52,'http://jacksondevelopmentsolutions.org',1), + (9,69,'http://lyonsassociation.org',1), + (10,196,'http://mainschool.org',1), + (11,170,'http://cookwellnessfund.org',1), + (12,14,'http://fpeducationservices.org',1), + (13,6,'http://dickinsonpeacenetwork.org',1), + (14,18,'http://sierraempowermentfund.org',1); /*!40000 ALTER TABLE `civicrm_website` ENABLE KEYS */; UNLOCK TABLES; @@ -12534,7 +12557,7 @@ UNLOCK TABLES; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2023-03-08 17:51:26 +-- Dump completed on 2023-04-30 16:21:02 -- +--------------------------------------------------------------------+ -- | Copyright CiviCRM LLC. All rights reserved. | -- | | @@ -12667,7 +12690,7 @@ SELECT @pptype := id FROM civicrm_payment_processor_type WHERE name='Dummy'; INSERT INTO `civicrm_payment_processor` (`domain_id`, `name`, `title`, `frontend_title`, `description`, `payment_processor_type_id`, `is_active`, `is_default`, `is_test`, `user_name`, `password`, `signature`, `url_site`, `url_api`, `url_recur`, `url_button`, `subject`, `class_name`, `billing_mode`, `is_recur`, `payment_type`) VALUES (1, 'Test Processor', 'Test Processor', 'Test Processor', '', @pptype, 1, 1, 0, 'dummy', NULL, NULL, 'http://dummy.com', NULL, 'http://dummyrecur.com', NULL, NULL, 'Payment_Dummy', 1, 1, 1); -INSERT INTO `civicrm_payment_processor` (`domain_id`, `name`, `title`, `frontend_title`, `description`, `payment_processor_type_id`, `is_active`, `is_default`, `is_test`, `user_name`, `password`, `signature`, `url_site`, `url_api`, `url_recur`, `url_button`, `subject`, `class_name`, `billing_mode`, `is_recur`, `payment_type`) VALUES +INSERT INTO `civicrm_payment_processor` (`domain_id`, `name`, `title`, `frontend_title`, `description`, `payment_processor_type_id`, `is_active`, `is_default`, `is_test`, `user_name`, `password`, `signature`, `url_site`, `url_api`, `url_recur`, `url_button`, `subject`, `class_name`, `billing_mode`, `is_recur`, `payment_type`) VALUES (1, 'Test Processor', 'Test Processor', 'Test Processor', '', @pptype, 1, 1, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Payment_Dummy', 1, 1, 1); SELECT @dp := max(id) from civicrm_payment_processor where name = 'Test Processor' AND is_test = 0; diff --git a/civicrm/sql/civicrm_sample.mysql b/civicrm/sql/civicrm_sample.mysql index 39c8585674..be9cabc3a9 100644 --- a/civicrm/sql/civicrm_sample.mysql +++ b/civicrm/sql/civicrm_sample.mysql @@ -15,7 +15,7 @@ SELECT @domainID := id FROM civicrm_domain where name = 'Default Domain Name'; -- Sample Extended Property Group and Fields INSERT INTO `civicrm_price_set` (`name`,`title`,`is_active`,`extends`,`is_quick_config`, `financial_type_id`) -VALUES ('help_support_civicrm_amount', 'Help Support CiviCRM!', 1, 2, 0, 1); +VALUES ('help_support_civicrm_amount', 'Help Support CiviCRM!', 1, '2', 0, 1); SELECT @priceSetId := max(id) FROM `civicrm_price_set` WHERE name = 'help_support_civicrm_amount'; @@ -141,7 +141,7 @@ SELECT @priceFieldId, LOWER(name), name, description, minimum_fee, id as weight, INSERT INTO `civicrm_price_set` (`name`,`title`,`is_active`,`extends`, `financial_type_id`, `is_quick_config`) -VALUES ('member_signup_and_renewal', 'Member Signup and Renewal', 1, 3, @financial_type_id, 1), +VALUES ('member_signup_and_renewal', 'Member Signup and Renewal', 1, '3', @financial_type_id, 1), ('pledge_for_civicrm', 'Pledge for CiviCRM!',1,2,null,1); SELECT @priceSetId := max(id) FROM `civicrm_price_set` WHERE name = 'member_signup_and_renewal'; @@ -181,9 +181,9 @@ VALUES -- Insert sample data for event INSERT INTO `civicrm_price_set` (`name`,`title`,`is_active`,`extends`, `is_quick_config`, `financial_type_id`) -VALUES ('rain_forest_cup_youth_soccer_tournament', 'Rain-forest Cup Youth Soccer Tournament', 1, 1, 1,3), - ('fall_fundraiser_dinner', 'Fall Fundraiser Dinner', 1, 1, 1,3), - ('summer_solstice_festival_day_concert', 'Summer Solstice Festival Day Concert',1,1,0,3); +VALUES ('rain_forest_cup_youth_soccer_tournament', 'Rain-forest Cup Youth Soccer Tournament', 1, '1', 1, 3), + ('fall_fundraiser_dinner', 'Fall Fundraiser Dinner', 1, '1', 1, 3), + ('summer_solstice_festival_day_concert', 'Summer Solstice Festival Day Concert', 1, '1', 0, 3); SELECT @priceSetId := max(id) FROM `civicrm_price_set` WHERE `name` = 'rain_forest_cup_youth_soccer_tournament'; diff --git a/civicrm/templates/CRM/Activity/Form/Activity.tpl b/civicrm/templates/CRM/Activity/Form/Activity.tpl index 04a1c0bf7c..b68f6f56ce 100644 --- a/civicrm/templates/CRM/Activity/Form/Activity.tpl +++ b/civicrm/templates/CRM/Activity/Form/Activity.tpl @@ -138,7 +138,7 @@ <td class="view-value"> {$form.details.html} </td> - {elseif $activityTypeNameAndLabel.machineName eq "Inbound Email"} + {elseif $activityTypeNameAndLabel.machineName eq "Inbound Email" && $form.details.value|crmStripAlternatives|strip_tags eq $form.details.value|crmStripAlternatives} <td class="view-value"> {$form.details.html|crmStripAlternatives|nl2br} </td> diff --git a/civicrm/templates/CRM/Activity/Form/ActivityView.tpl b/civicrm/templates/CRM/Activity/Form/ActivityView.tpl index 35c0297cfe..db41ef0a78 100644 --- a/civicrm/templates/CRM/Activity/Form/ActivityView.tpl +++ b/civicrm/templates/CRM/Activity/Form/ActivityView.tpl @@ -15,12 +15,12 @@ <tr> <td class="label">{ts}Added by{/ts}</td><td class="view-value">{$values.source_contact}</td> </tr> - {if $values.target_contact_value} + {if array_key_exists('target_contact_value', $values)} <tr> <td class="label">{ts}With Contact{/ts}</td><td class="view-value">{$values.target_contact_value}</td> </tr> {/if} - {if $values.mailingId} + {if (array_key_exists('mailingId', $values) && $values.mailingId)} <tr> <td class="label">{ts}With Contact{/ts}</td><td class="view-value"><a href="{$values.mailingId}" title="{ts}View Mailing Report{/ts}"><i class="crm-i fa-chevron-right" aria-hidden="true"></i>{ts}Mailing Report{/ts}</a></td> </tr> @@ -29,13 +29,13 @@ <td class="label">{ts}Subject{/ts}</td><td class="view-value">{$values.subject}</td> </tr> - {if $values.campaign} + {if array_key_exists('campaign', $values)} <tr> <td class="label">{ts}Campaign{/ts}</td><td class="view-value">{$values.campaign}</td> </tr> {/if} - {if $values.engagement_level AND + {if array_key_exists('engagement_level', $values) AND call_user_func( array( 'CRM_Campaign_BAO_Campaign', 'isComponentEnabled' ) )} <td class="label">{ts}Engagement Level{/ts}</td><td class="view-value">{$values.engagement_level}</td> {/if} @@ -43,7 +43,7 @@ <tr> <td class="label">{ts}Date and Time{/ts}</td><td class="view-value">{$values.activity_date_time|crmDate }</td> </tr> - {if $values.mailingId} + {if (array_key_exists('mailingId', $values) && $values.mailingId)} <tr> <td class="label nowrap"> # of opens @@ -83,9 +83,7 @@ <td> {$mailingReport.mailing.body_text|mb_truncate:30|escape|nl2br} <br /> - {if $values.mailingId} <strong><a class="crm-popup" href='{$textViewURL}'><i class="crm-i fa-chevron-right" aria-hidden="true"></i> {ts}View complete message{/ts}</a></strong> - {/if} </td> </tr> {/if} @@ -96,9 +94,7 @@ <td> {$mailingReport.mailing.body_html|mb_truncate:30|escape|nl2br} <br/> - {if $values.mailingId} <strong><a class="crm-popup" href='{$htmlViewURL}'><i class="crm-i fa-chevron-right" aria-hidden="true"></i> {ts}View complete message{/ts}</a></strong> - {/if} </td> </tr> {/if} @@ -119,7 +115,9 @@ </tr> {else} <tr> - <td class="label">{ts}Details{/ts}</td><td class="view-value report">{$values.details|crmStripAlternatives|purify|nl2br}</td> + <td class="label">{ts}Details{/ts}</td><td class="view-value report"> + {if array_key_exists('details', $values)}{$values.details|crmStripAlternatives|purify|nl2brIfNotHTML}{/if} + </td> </tr> {/if} {if $values.attachment} diff --git a/civicrm/templates/CRM/Admin/Page/Job.tpl b/civicrm/templates/CRM/Admin/Page/Job.tpl index 2ba136f5d7..57d54e6692 100644 --- a/civicrm/templates/CRM/Admin/Page/Job.tpl +++ b/civicrm/templates/CRM/Admin/Page/Job.tpl @@ -22,7 +22,7 @@ {if $action ne 1 and $action ne 2} <div class="action-link"> - {crmButton q="action=add&reset=1" id="newJob" icon="plus-circle"}{ts}Add New Scheduled Job{/ts}{/crmButton} + {crmButton p='civicrm/admin/job/add' q="action=add&reset=1" id="newJob" icon="plus-circle"}{ts}Add New Scheduled Job{/ts}{/crmButton} {crmButton p='civicrm/admin/joblog' q="reset=1" id="jobLog" icon="list-alt"}{ts}View Log (all jobs){/ts}{/crmButton} </div> {/if} @@ -57,7 +57,7 @@ {if $action ne 1 and $action ne 2} <div class="action-link"> - {crmButton q="action=add&reset=1" id="newJob-bottom" icon="plus-circle"}{ts}Add New Scheduled Job{/ts}{/crmButton} + {crmButton p='civicrm/admin/job/add' q="action=add&reset=1" id="newJob-bottom" icon="plus-circle"}{ts}Add New Scheduled Job{/ts}{/crmButton} {crmButton p='civicrm/admin/joblog' q="reset=1" id="jobLog-bottom" icon="list-alt"}{ts}View Log (all jobs){/ts}{/crmButton} </div> {/if} @@ -68,7 +68,7 @@ {ts}There are no jobs configured.{/ts} </div> <div class="action-link"> - <a href="{crmURL p='civicrm/admin/job' q="action=add&reset=1"}" id="newJob-nojobs" class="button"><span><i class="crm-i fa-plus-circle" aria-hidden="true"></i> {ts}Add New Scheduled Job{/ts}</span></a> + <a href="{crmURL p='civicrm/admin/job/add' q="action=add&reset=1"}" id="newJob-nojobs" class="button"><span><i class="crm-i fa-plus-circle" aria-hidden="true"></i> {ts}Add New Scheduled Job{/ts}</span></a> </div> {/if} diff --git a/civicrm/templates/CRM/Campaign/Form/Petition.tpl b/civicrm/templates/CRM/Campaign/Form/Petition.tpl index 431e4cbe05..100cf4ef7a 100644 --- a/civicrm/templates/CRM/Campaign/Form/Petition.tpl +++ b/civicrm/templates/CRM/Campaign/Form/Petition.tpl @@ -32,7 +32,7 @@ <td>{$form.title.html} </tr> <tr class="crm-campaign-survey-form-block-instructions"> - <td class="label">{$form.instructions.label}</td> + <td class="label">{$form.instructions.label}{if $action == 2}{include file='CRM/Core/I18n/Dialog.tpl' table='civicrm_survey' field='instructions' id=$surveyId}{/if}</td> <td class="view-value">{$form.instructions.html} </tr> <tr class="crm-campaign-survey-form-block-campaign_id"> diff --git a/civicrm/templates/CRM/Campaign/Form/Survey/Main.tpl b/civicrm/templates/CRM/Campaign/Form/Survey/Main.tpl index b861552d1f..6d16494f81 100644 --- a/civicrm/templates/CRM/Campaign/Form/Survey/Main.tpl +++ b/civicrm/templates/CRM/Campaign/Form/Survey/Main.tpl @@ -33,7 +33,7 @@ <div class="description">{ts}Select the Activity Type.{/ts}</div></td> </tr> <tr class="crm-campaign-survey-main-form-block-instructions"> - <td class="label">{$form.instructions.label}</td> + <td class="label">{$form.instructions.label}{if $action == 2}{include file='CRM/Core/I18n/Dialog.tpl' table='civicrm_survey' field='instructions' id=$surveyId}{/if}</td> <td class="view-value">{$form.instructions.html} </tr> <tr class="crm-campaign-survey-main-form-block-default_number_of_contacts"> diff --git a/civicrm/templates/CRM/Case/Form/Activity/ChangeCaseStartDate.tpl b/civicrm/templates/CRM/Case/Form/Activity/ChangeCaseStartDate.tpl index 336697ce9e..7c7ea36091 100644 --- a/civicrm/templates/CRM/Case/Form/Activity/ChangeCaseStartDate.tpl +++ b/civicrm/templates/CRM/Case/Form/Activity/ChangeCaseStartDate.tpl @@ -7,12 +7,8 @@ | and copyright information, see https://civicrm.org/licensing | +--------------------------------------------------------------------+ *} -{* Template for "Change Case Type" activities *} +{* Template for "Change Case Start Date" activities *} <div class="crm-block crm-form-block crm-case-changecasestartdate-form-block"> - <tr class="crm-case-changecasestartdate-form-block-case_type_id"> - <td class="label">{$form.case_type_id.label}</td> - <td>{$form.case_type_id.html}</td> - </tr> <tr class="crm-case-changecasestartdate-form-block-current_start_date"> <td class="label">{ts}Current Start Date{/ts}</td> <td>{$current_start_date|crmDate}</td> diff --git a/civicrm/templates/CRM/Case/Form/ActivityView.tpl b/civicrm/templates/CRM/Case/Form/ActivityView.tpl index 9bc3c3d781..d2113d9f78 100644 --- a/civicrm/templates/CRM/Case/Form/ActivityView.tpl +++ b/civicrm/templates/CRM/Case/Form/ActivityView.tpl @@ -41,7 +41,8 @@ {if $parentID}<a class="open-inline-noreturn" href="{crmURL p='civicrm/case/activity/view' h=0 q="cid=$contactID&aid=$parentID"}"><i class="crm-i fa-chevron-right" aria-hidden="true"></i> {ts}Prompted by{/ts}</a>{/if} </td> {else} - <td colspan="2">{if $row.label eq 'Details'}{$row.value|crmStripAlternatives|nl2br|purify}{elseif $row.type eq 'Date'}{$row.value|crmDate}{else}{$row.value}{/if}</td> + <td colspan="2"> + {if $row.label eq 'Details'}{$row.value|crmStripAlternatives|nl2brIfNotHTML|purify}{elseif $row.type eq 'Date'}{$row.value|crmDate}{else}{$row.value}{/if}</td> {/if} </tr> {/foreach} diff --git a/civicrm/templates/CRM/Contact/Form/Inline/CommunicationPreferences.tpl b/civicrm/templates/CRM/Contact/Form/Inline/CommunicationPreferences.tpl index eda461fe0d..26544de0ee 100644 --- a/civicrm/templates/CRM/Contact/Form/Inline/CommunicationPreferences.tpl +++ b/civicrm/templates/CRM/Contact/Form/Inline/CommunicationPreferences.tpl @@ -45,18 +45,6 @@ </div> </div> - {if !empty($form.preferred_mail_format)} - <div class="crm-summary-row"> - <div class="crm-label"> - {$form.preferred_mail_format.label} - {help id="id-emailFormat" file="CRM/Contact/Form/Contact.hlp"} - </div> - <div class="crm-content"> - {$form.preferred_mail_format.html} - </div> - </div> - {/if} - {if !empty($form.communication_style_id)} <div class="crm-summary-row"> <div class="crm-label"> diff --git a/civicrm/templates/CRM/Contribute/Form/Contribution.tpl b/civicrm/templates/CRM/Contribute/Form/Contribution.tpl index ba4adbcf46..b674f0982f 100644 --- a/civicrm/templates/CRM/Contribute/Form/Contribution.tpl +++ b/civicrm/templates/CRM/Contribute/Form/Contribution.tpl @@ -385,8 +385,23 @@ function checkEmail() { var data = $("#contact_id", $form).select2('data'); if (data && data.extra && data.extra.email && data.extra.email.length) { - $("#email-receipt", $form).show(); - $("#email-address", $form).html(data.extra.email); + CRM.api4('Email', 'get', { + select: ["on_hold", "contact.do_not_email"], + join: [["Contact AS contact", "LEFT", ["contact_id", "=", "contact.id"]]], + where: [["contact_id", "=", data.id], ["is_primary", "=", true]] + }).then(function(emails) { + if (!emails[0]['on_hold'] && !emails[0]['contact.do_not_email']) { + $("#email-receipt", $form).show(); + $("#email-address", $form).html(data.extra.email); + } + else { + CRM.alert(ts("No email receipt can be sent as the contact's primary email address is on hold or they are set to do not email."), ts("Cannot send email receipt")); + $("#email-receipt", $form).hide(); + } + }, function(failure) { + $("#email-receipt", $form).show(); + $("#email-address", $form).html(data.extra.email); + }); } else { $("#email-receipt", $form).hide(); diff --git a/civicrm/templates/CRM/Contribute/Page/DashBoard.tpl b/civicrm/templates/CRM/Contribute/Page/DashBoard.tpl index 86ea41e613..f70ec47d71 100644 --- a/civicrm/templates/CRM/Contribute/Page/DashBoard.tpl +++ b/civicrm/templates/CRM/Contribute/Page/DashBoard.tpl @@ -9,6 +9,7 @@ *} {* CiviContribute DashBoard (launch page) *} {if $buildTabularView} +{crmRegion name="contribute-dashboard-reports"} <table class="report"> <tr class="columnheader-dark"> <th scope="col">{ts}Period{/ts}</th> @@ -33,9 +34,14 @@ <td><a href="{$startToDate.Valid.url}">{ts}View details{/ts}...</a></td> </tr> </table> +{/crmRegion} + {elseif $buildChart} +{crmRegion name="contribute-dashboard-charts"} {include file = "CRM/Contribute/Form/ContributionCharts.tpl"} +{/crmRegion} {else} +{crmRegion name="contribute-dashboard-summary"} <h3>{ts}Contribution Summary{/ts} {help id="id-contribute-intro"}</h3> <div id="mainTabContainer" class="ui-tabs ui-widget ui-widget-content ui-corner-all"> <ul class="ui-tabs-nav ui-helper-reset ui-helper-clearfix ui-widget-header ui-corner-all"> @@ -64,12 +70,15 @@ </ul> <div id="chartData"></div> </div> -<div class="spacer"></div> +{/crmRegion} +{crmRegion name="contribute-dashboard-tables"} +<div class="spacer"></div> {if $pager->_totalItems} <h3>{ts}Recent Contributions{/ts}</h3> <div> {include file="CRM/Contribute/Form/Selector.tpl" context="dashboard"} </div> {/if} +{/crmRegion} {/if} diff --git a/civicrm/templates/CRM/Core/BillingBlock.tpl b/civicrm/templates/CRM/Core/BillingBlock.tpl index 520e9bd6b1..d873f64aa1 100644 --- a/civicrm/templates/CRM/Core/BillingBlock.tpl +++ b/civicrm/templates/CRM/Core/BillingBlock.tpl @@ -9,7 +9,7 @@ *} {crmRegion name="billing-block"} <div id="payment_information"> - {if $paymentFields|@count} + {if $paymentFields} <fieldset class="billing_mode-group {$paymentTypeName}_info-group"> <legend> {$paymentTypeLabel} @@ -43,12 +43,12 @@ <div id="payment_notice"> <fieldset class="crm-public-form-item crm-group payment_notice-group"> <legend>{$paymentAgreementTitle}</legend> - {ts}Your account data will be used to charge your bank account via direct debit. While submitting this form you agree to the charging of your bank account via direct debit.{/ts} + {$paymentAgreementText} </fieldset> </div> {/if} {/if} - {if $billingDetailsFields|@count && $paymentProcessor.payment_processor_type neq 'PayPal_Express'} + {if $billingDetailsFields && $paymentProcessor.payment_processor_type neq 'PayPal_Express'} {if $profileAddressFields && !$ccid} <input type="checkbox" id="billingcheckbox" value="0"> <label for="billingcheckbox">{ts}My billing address is the same as above{/ts}</label> diff --git a/civicrm/templates/CRM/Custom/Form/Edit/CustomField.tpl b/civicrm/templates/CRM/Custom/Form/Edit/CustomField.tpl index fbf5ee179e..7a4089fb03 100644 --- a/civicrm/templates/CRM/Custom/Form/Edit/CustomField.tpl +++ b/civicrm/templates/CRM/Custom/Form/Edit/CustomField.tpl @@ -16,30 +16,28 @@ {/if} {if $element.options_per_line} <tr class="custom_field-row {$element.element_name}-row"> - <td - class="label">{$formElement.label}{if $element.help_post}{help id=$element.id file="CRM/Custom/Form/CustomField.hlp" title=$element.label}{/if}</td> + <td class="label">{$formElement.label}{if $element.help_post}{help id=$element.id file="CRM/Custom/Form/CustomField.hlp" title=$element.label}{/if}</td> <td class="html-adjust"> {assign var="count" value="1"} - <table class="form-layout-compressed" style="margin-top: -0.5em;"> - <tr> - {* sort by fails for option per line. Added a variable to iterate through the element array*} - {assign var="index" value="1"} - {foreach name=outer key=key item=item from=$formElement} - {if $index < 10} - {assign var="index" value=$index+1} - {else} - <td class="labels font-light">{$formElement.$key.html}</td> + {* sort by fails for option per line. Added a variable to iterate through the element array*} + {assign var="index" value="1"} + {foreach name=outer key=key item=item from=$formElement} + {if $index < 10} + {assign var="index" value=`$index+1`} + {else} + {$formElement.$key.html} {if $count == $element.options_per_line} - </tr> - <tr> - {assign var="count" value="1"} + <br /> + {assign var="count" value="1"} {else} - {assign var="count" value=$count+1} - {/if} + {assign var="count" value=`$count+1`} {/if} - {/foreach} - </tr> - </table> + {/if} + {/foreach} + + {if $element.html_type == 'Radio' and $element.is_required == 0} + <br /><a href="#" class="crm-hover-button crm-clear-link" title="{ts}Clear{/ts}"><i class="crm-i fa-times" aria-hidden="true"></i></a> + {/if} </td> </tr> {else} diff --git a/civicrm/templates/CRM/Custom/Form/Field.tpl b/civicrm/templates/CRM/Custom/Form/Field.tpl index 05df6d9dd1..184d63079a 100644 --- a/civicrm/templates/CRM/Custom/Form/Field.tpl +++ b/civicrm/templates/CRM/Custom/Form/Field.tpl @@ -66,9 +66,20 @@ <td class="label">{$form.filter.label}</td> <td class="html-adjust"> {$form.filter.html} - <span><a class="crm-hover-button toggle-contact-ref-mode" href="#Group">{ts}Filter by Group{/ts}</a></span> + <span class="api3-filter-info"><a class="crm-hover-button toggle-contact-ref-mode" href="#Group">{ts}Filter by Group{/ts}</a></span> <br /> - <span class="description">{ts}Filter contact search results for this field using Contact get API parameters. EXAMPLE: To list Students in group 3:{/ts} "action=get&group=3&contact_sub_type=Student" {docURL page="dev/api"}</span> + <span class="description api3-filter-info"> + {ts}Filter contact search results for this field using Contact get API parameters. EXAMPLE: To list Students in group 3:{/ts} + <code>action=get&group=3&contact_sub_type=Student</code> + {docURL page="dev/api"} + </span> + <span class="description api4-filter-info"> + {ts}Filter search results for this field using API-style parameters{/ts} + (<code>field=value&another_field=val1,val2</code>).<br> + {ts}EXAMPLE (Contact entity): To list Students in "Volunteers" or "Supporters" groups:{/ts} + <code>contact_sub_type=Student&groups:name=Volunteers,Supporters</code> + {docURL page="dev/api"} + </span> </td> </tr> <tr class="crm-custom-field-form-block-options_per_line" id="optionsPerLine"> @@ -229,8 +240,8 @@ $('#filter_selected').val(setSelected.slice(1)); } if (setSelected == '#Advance') { - $('#contact_reference_group').hide( ); - $('#field_advance_filter').show( ); + $('#contact_reference_group, .api4-filter-info').hide(); + $('#field_advance_filter, .api3-filter-info').show(); } else { $('#field_advance_filter').hide( ); $('#contact_reference_group').show( ); @@ -249,6 +260,9 @@ if (dataType === 'ContactReference') { toggleContactRefFilter(); + } else if (dataType === 'EntityReference') { + $('#field_advance_filter, .api4-filter-info').show(); + $('#contact_reference_group, .api3-filter-info').hide(); } else { $('#field_advance_filter, #contact_reference_group', $form).hide(); } diff --git a/civicrm/templates/CRM/Event/Form/ParticipantView.tpl b/civicrm/templates/CRM/Event/Form/ParticipantView.tpl index 0a49832e64..14729b53fe 100644 --- a/civicrm/templates/CRM/Event/Form/ParticipantView.tpl +++ b/civicrm/templates/CRM/Event/Form/ParticipantView.tpl @@ -71,7 +71,7 @@ <td class="label">{ts}Participant Role{/ts}</td> <td>{$role}</td></tr> <tr class="crm-event-participantview-form-block-register_date"> - <td class="label">{ts}Registration Date and Time{/ts}</td> + <td class="label">{ts}Registration Date{/ts}</td> <td>{$register_date|crmDate} </td> </tr> <tr class="crm-event-participantview-form-block-status"> diff --git a/civicrm/templates/CRM/Form/body.tpl b/civicrm/templates/CRM/Form/body.tpl index 20b8b57629..bdcacf4206 100644 --- a/civicrm/templates/CRM/Form/body.tpl +++ b/civicrm/templates/CRM/Form/body.tpl @@ -15,7 +15,7 @@ <div>{$form.hidden}</div> {/if} -{if ($snippet !== 'json') and !$suppressForm and $form.errors !== NULL && count($form.errors) gt 0} +{if ($snippet !== 'json') and !$suppressForm and $form.errors} <div class="messages crm-error"> <i class="crm-i fa-exclamation-triangle crm-i-red" aria-hidden="true"></i> {ts}Please correct the following errors in the form fields below:{/ts} diff --git a/civicrm/templates/CRM/Import/Form/DataSource.tpl b/civicrm/templates/CRM/Import/Form/DataSource.tpl index 2278273766..38366a2dd2 100644 --- a/civicrm/templates/CRM/Import/Form/DataSource.tpl +++ b/civicrm/templates/CRM/Import/Form/DataSource.tpl @@ -73,7 +73,7 @@ {if array_key_exists('onDuplicate', $form)} <tr class="crm-import-uploadfile-from-block-onDuplicate"> <td class="label">{$form.onDuplicate.label}</td> - <td>{$form.onDuplicate.html} {help id="id-onDuplicate"}</td> + <td>{$form.onDuplicate.html} {help id="dupes"}</td> </tr> {/if} {if array_key_exists('dedupe_rule_id', $form)} diff --git a/civicrm/templates/CRM/Price/Page/Field.tpl b/civicrm/templates/CRM/Price/Page/Field.tpl index ff98309a5c..bfe4393eae 100644 --- a/civicrm/templates/CRM/Price/Page/Field.tpl +++ b/civicrm/templates/CRM/Price/Page/Field.tpl @@ -13,16 +13,14 @@ {include file="CRM/Price/Form/DeleteField.tpl"} {elseif $action eq 1024 } {include file="CRM/Price/Form/Preview.tpl"} -{elseif ($usedBy and $action eq 8) or $usedBy.civicrm_event or $usedBy.civicrm_contribution_page} +{elseif $usedBy} <div id="price_set_used_by" class="messages status no-popup"> {icon icon="fa-info-circle"}{/icon} {if $action eq 8} {ts 1=$usedPriceSetTitle}Unable to delete the '%1' Price Field - it is currently in use by one or more active events or contribution pages or contributions or event templates.{/ts} {/if} - {if $usedBy.civicrm_event or $usedBy.civicrm_contribution_page or $usedBy.civicrm_event_template} - {include file="CRM/Price/Page/table.tpl"} - {/if} + {include file="CRM/Price/Page/table.tpl"} </div> {/if} diff --git a/civicrm/templates/CRM/Price/Page/Set.tpl b/civicrm/templates/CRM/Price/Page/Set.tpl index bdd496f32b..4e4e9e5b96 100644 --- a/civicrm/templates/CRM/Price/Page/Set.tpl +++ b/civicrm/templates/CRM/Price/Page/Set.tpl @@ -26,9 +26,7 @@ {ts 1=$usedPriceSetTitle}Unable to delete the '%1' price set - it is currently in use by one or more active events or contribution pages or contributions or event templates.{/ts} {/if} - {if $usedBy.civicrm_event or $usedBy.civicrm_contribution_page or $usedBy.civicrm_event_template} - {include file="CRM/Price/Page/table.tpl"} - {/if} + {include file="CRM/Price/Page/table.tpl"} </div> {/if} diff --git a/civicrm/templates/CRM/Price/Page/table.tpl b/civicrm/templates/CRM/Price/Page/table.tpl index c7e514886f..922970d638 100644 --- a/civicrm/templates/CRM/Price/Page/table.tpl +++ b/civicrm/templates/CRM/Price/Page/table.tpl @@ -7,8 +7,11 @@ | and copyright information, see https://civicrm.org/licensing | +--------------------------------------------------------------------+ *} +{* The price field can be used somewhere but not necessarily in a page/event. In that case we still want to display some message. *} +{assign var='showGenericMessage' value=true} {foreach from=$contexts item=context} {if $context EQ "Event"} + {assign var='showGenericMessage' value=false} {if $action eq 8} {ts}If you no longer want to use this price set, click the event title below, and modify the fees for that event.{/ts} {else} @@ -34,6 +37,7 @@ </table> {/if} {if $context EQ "Contribution"} + {assign var='showGenericMessage' value=false} {if $action eq 8} {ts}If you no longer want to use this price set, click the contribution page title below, and modify the Amounts or Membership tab configuration.{/ts} {else} @@ -57,6 +61,7 @@ </table> {/if} {if $context EQ "EventTemplate"} + {assign var='showGenericMessage' value=false} {if $action eq 8} {ts}If you no longer want to use this price set, click the event template title below, and modify the fees for that event.{/ts} {else} @@ -79,3 +84,9 @@ </table> {/if} {/foreach} +{if $showGenericMessage} + {if $action neq 8} + {* We don't have to do anything for delete action because the calling tpl already displays something. *} + {ts}This price set is used by at least one contribution, but is not used by any active events or contribution pages or event templates.{/ts} + {/if} +{/if} diff --git a/civicrm/templates/CRM/Report/Form/Layout/Table.tpl b/civicrm/templates/CRM/Report/Form/Layout/Table.tpl index 0f3e6ef22a..871a7b97ed 100644 --- a/civicrm/templates/CRM/Report/Form/Layout/Table.tpl +++ b/civicrm/templates/CRM/Report/Form/Layout/Table.tpl @@ -98,7 +98,7 @@ {assign var=fieldHover value=$field|cat:"_hover"} {assign var=fieldClass value=$field|cat:"_class"} <td class="crm-report-{$field}{if $header.type eq 1024 OR $header.type eq 1 OR $header.type eq 512} report-contents-right{elseif $row.$field eq 'Subtotal'} report-label{/if}"> - {if !empty($row.$fieldLink)} + {if array_key_exists($fieldLink, $row) && $row.$fieldLink} <a title="{$row.$fieldHover|escape}" href="{$row.$fieldLink}" {if array_key_exists($fieldClass, $row)} class="{$row.$fieldClass}"{/if}> {/if} @@ -130,7 +130,7 @@ {$row.$field} {/if} - {if !empty($row.$fieldLink)}</a>{/if} + {if array_key_exists($fieldLink, $row) && $row.$fieldLink}</a>{/if} </td> {/foreach} </tr> diff --git a/civicrm/templates/CRM/common/SectionNav.tpl b/civicrm/templates/CRM/common/SectionNav.tpl index e99fd0630f..11eb81152d 100644 --- a/civicrm/templates/CRM/common/SectionNav.tpl +++ b/civicrm/templates/CRM/common/SectionNav.tpl @@ -8,7 +8,7 @@ +--------------------------------------------------------------------+ *} {* Navigation template for multi-section Wizards *} -{if count( $category.steps ) > 0} +{if $category.steps} <div id="wizard-steps"> <ul class="section-list"> {foreach from=$category.steps item=step} diff --git a/civicrm/templates/CRM/common/civicrm.settings.php.template b/civicrm/templates/CRM/common/civicrm.settings.php.template index bbca62d39f..ffb2bc2dd5 100644 --- a/civicrm/templates/CRM/common/civicrm.settings.php.template +++ b/civicrm/templates/CRM/common/civicrm.settings.php.template @@ -601,11 +601,6 @@ if (!defined('CIVICRM_CLEANURL')) { } } -// force PHP to auto-detect Mac line endings -if (version_compare(PHP_VERSION, '8.1') < 0) { - ini_set('auto_detect_line_endings', '1'); -} - // make sure the memory_limit is at least 64 MB $memLimitString = trim(ini_get('memory_limit')); $memLimitUnit = strtolower(substr($memLimitString, -1)); diff --git a/civicrm/templates/CRM/common/displaySearchCriteria.tpl b/civicrm/templates/CRM/common/displaySearchCriteria.tpl index f6e587e47f..5ed276dc0f 100644 --- a/civicrm/templates/CRM/common/displaySearchCriteria.tpl +++ b/civicrm/templates/CRM/common/displaySearchCriteria.tpl @@ -11,7 +11,7 @@ {foreach from=$qill name=sets key=setKey item=orClauses} {if $smarty.foreach.sets.total > 2} {* We have multiple criteria sets, so display AND'd items in each set on the same line. *} - {if count($orClauses) gt 0} + {if $orClauses} <ul> <li> {foreach from=$orClauses name=criteria item=item} diff --git a/civicrm/templates/CRM/common/success.tpl b/civicrm/templates/CRM/common/success.tpl index 2fdc0b5eb2..7ea20be1e3 100644 --- a/civicrm/templates/CRM/common/success.tpl +++ b/civicrm/templates/CRM/common/success.tpl @@ -12,42 +12,88 @@ <h2>{$pageTitle}</h2> {/if} {if !$upgraded} - <div class="crm-container" style="margin-top: 2em; padding: 1em; background-color: #FFFFE3; border: 1px #F8FF00 solid; color: black;"> - <form method="post"> - <p> - <span class="crm-status-icon info"> </span> - {ts 1=$currentVersion 2=$newVersion}The database will be upgraded from %1 to %2.{/ts} - </p> + <div class="crm-container crm-upgrade-box-outer crm-upgrade-warning"> + <div class="crm-upgrade-box-inner"> + <form method="post"> {if $preUpgradeMessage} - <div style="border: 2px solid #E43D2B; background-color: rgba(228, 61, 43, 0.08); padding: 10px; margin-bottom: 15px;"> - <span class="crm-status-icon"></span> - <strong style="vertical-align: middle; font-size: 1.2em;">{ts}Warning:{/ts}</strong> - {$preUpgradeMessage} - </div> + <div class="crm-success-flex"> + <div><i class="crm-i fa-warning"></i></span></div> + <div class="crm-upgrade-large-text"><strong>{ts}Warning{/ts}</strong></div> + </div> + {$preUpgradeMessage} {/if} <p><strong>{ts}Back up your database before continuing.{/ts}</strong> {ts}This process may change your database structure and values. In case of emergency you may need to revert to a backup.{/ts} {docURL page="sysadmin/upgrade"}</p> + <p>{ts 1=$currentVersion 2=$newVersion}The database will be upgraded from %1 to %2.{/ts}</p> <input type="hidden" name="action" value="begin" /> - <button type="submit" class="crm-button" name="upgrade" onclick="return confirm('{ts escape="js"}Are you sure you are ready to upgrade now?{/ts}');" > - <i class="crm-i fa-rocket" aria-hidden="true"></i> - {ts}Upgrade Now{/ts} - </button> - <a class="button cancel crm-form-submit" href="{$cancelURL}"> - <i class="crm-i fa-times" aria-hidden="true"></i> - {ts}Cancel{/ts} - </a> - </form> + <div class="crm-submit-buttons"> + <button type="submit" class="crm-button crm-form-submit" name="upgrade" onclick="return confirm('{ts escape="js"}Are you sure you are ready to upgrade now?{/ts}');" > + <i class="crm-i fa-rocket" aria-hidden="true"></i> + {ts}Upgrade Now{/ts} + </button> + </div> + </form> + </div> </div> - {else} - <div class="crm-container" style="margin-top: 2em; padding: 1em; background-color: #EEFFEE; border: 1px #070 solid; color: black;"> - <div class="bold" style="padding: 1em; background-color: rgba(255, 255, 255, 0.76);"> - <p> - <img style="display:block; float:left; width:40px; margin-right:10px;" src="{$config->resourceBase}i/logo_lg.png"> - {ts 1="https://civicrm.org/core-team" 2="https://civicrm.org/contributors" 3="https://civicrm.org/members" 4="https://civicrm.org/partners" 5="https://civicrm.org/become-a-member?src=ug&sid=$sid" 6=$newVersion 7="https://civicrm.org/become-a-partner" 8="https://civicrm.org"}Thank you for upgrading to %6. This release was made possible by the <a href="%1" target="_blank">CiviCRM Core Team</a> and an <a href="%2" target="_blank">incredible group of CiviCRM Contributors</a>. The CiviCRM project could not exist without the continued financial support of <a href="%3" target="_blank">CiviCRM Members</a> and <a href="%4" target="_blank">CiviCRM Partners</a>. We invite you to support CiviCRM by becoming a <a href="%5" target="_blank">CiviCRM Member</a> or <a href="%7" target="_blank">CiviCRM Partner</a> today. Providing financial support ensures that the <a href="%8" target="_blank">CiviCRM project</a> can continue to provide the essential resources and services to support the <a href="%8" target="_blank">CiviCRM community</a>.{/ts} - </p> + <div class="crm-container crm-upgrade-box-outer crm-upgrade-success"> + <div class="crm-upgrade-box-inner"> + <p class="crm-upgrade-large-text">{ts 1=$newVersion}Thank you for upgrading to %1.{/ts}</p> + <p class="crm-upgrade-large-text">{ts 1="href='https://civicrm.org/core-team' target='_blank'" 2="href='https://civicrm.org/contributors' target='_blank'" 3="href='https://civicrm.org/civicrm/contribute/transact?reset=1&id=47&src=ug' target='_blank'"}This release was made possible by the <a %1>CiviCRM Core Team</a> and an <a %2>incredible group of CiviCRM Contributors</a>. We are committed to keeping CiviCRM free and open, forever. We depend on your support to help make that happen. <a %3>Support us by making a small donation today</a>.{/ts}</p> + <div class="crm-success-flex"> + <div style="margin: 0 10px;"><i class="crm-i fa-check" aria-hidden="true"></i></div> + <div>{$message}</div> + </div> + <div> + <p><a href="{crmURL p='civicrm/a/#/status'}" title="{ts}CiviCRM Status Check{/ts}" style="text-decoration: underline;">{ts}View the CiviCRM System Status{/ts}</a></p> + <p><a href="{crmURL p='civicrm/dashboard' q='reset=1'}" title="{ts}CiviCRM home page{/ts}" style="text-decoration: underline;">{ts}Return to CiviCRM home page.{/ts}</a></p> + </div> </div> - <p><span class="crm-status-icon success"> </span>{$message}</p> - <p><a href="{crmURL p='civicrm/dashboard' q='reset=1'}" title="{ts}CiviCRM home page{/ts}" style="text-decoration: underline;">{ts}Return to CiviCRM home page.{/ts}</a></p> </div> {/if} +{literal} +<style> + /* Temporary inline CSS to be replaced by standard classes if they exist one day */ + .crm-upgrade-box-outer { + margin-top: 2rem; + border-radius: 5px; + color: black; + font-family: sans-serif; + font-size: 16px; + } + .crm-upgrade-box-outer.crm-upgrade-warning { + background-color: #FFFFE3; + border: 1px #F8FF00 solid; + } + .crm-upgrade-box-outer.crm-upgrade-success { + background-color: #EEFFEE; + border: 1px #44cb7e solid; + } + .crm-upgrade-box-inner { + padding: 1rem; + background-color: rgba(255, 255, 255, 0.5); + } + .crm-success-flex { + display: flex; + padding: 1rem; + } + .crm-success-flex > div:first-child { + width: 50px; + } + .crm-upgrade-large-text { + font-size: 120%; + } + /* Force link colors because of the success background */ + .crm-container .crm-upgrade-box-inner a, + .crm-container .crm-upgrade-box-inner a:hover, + .crm-container .crm-upgrade-box-inner a:active, + .crm-container .crm-upgrade-box-inner a:visited { + color: #0071bd; + text-decoration: underline; + } + /* Fixes weird visual on Drupal9 */ + .crm-container summary { + color: black; + } +</style> +{/literal} diff --git a/civicrm/vendor/autoload.php b/civicrm/vendor/autoload.php index 792f5ff830..6b20ac8fec 100644 --- a/civicrm/vendor/autoload.php +++ b/civicrm/vendor/autoload.php @@ -4,4 +4,4 @@ require_once __DIR__ . '/composer/autoload_real.php'; -return ComposerAutoloaderInit8093464806c4e4ce3fd66c6dce2b3e1c::getLoader(); +return ComposerAutoloaderInitcbcf8cf27895b1c1945745158097c516::getLoader(); diff --git a/civicrm/vendor/composer/autoload_real.php b/civicrm/vendor/composer/autoload_real.php index 2135b3d219..6e934bd342 100644 --- a/civicrm/vendor/composer/autoload_real.php +++ b/civicrm/vendor/composer/autoload_real.php @@ -2,7 +2,7 @@ // autoload_real.php @generated by Composer -class ComposerAutoloaderInit8093464806c4e4ce3fd66c6dce2b3e1c +class ComposerAutoloaderInitcbcf8cf27895b1c1945745158097c516 { private static $loader; @@ -24,9 +24,9 @@ class ComposerAutoloaderInit8093464806c4e4ce3fd66c6dce2b3e1c require __DIR__ . '/platform_check.php'; - spl_autoload_register(array('ComposerAutoloaderInit8093464806c4e4ce3fd66c6dce2b3e1c', 'loadClassLoader'), true, true); + spl_autoload_register(array('ComposerAutoloaderInitcbcf8cf27895b1c1945745158097c516', 'loadClassLoader'), true, true); self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__))); - spl_autoload_unregister(array('ComposerAutoloaderInit8093464806c4e4ce3fd66c6dce2b3e1c', 'loadClassLoader')); + spl_autoload_unregister(array('ComposerAutoloaderInitcbcf8cf27895b1c1945745158097c516', 'loadClassLoader')); $includePaths = require __DIR__ . '/include_paths.php'; $includePaths[] = get_include_path(); @@ -36,7 +36,7 @@ class ComposerAutoloaderInit8093464806c4e4ce3fd66c6dce2b3e1c if ($useStaticLoader) { require __DIR__ . '/autoload_static.php'; - call_user_func(\Composer\Autoload\ComposerStaticInit8093464806c4e4ce3fd66c6dce2b3e1c::getInitializer($loader)); + call_user_func(\Composer\Autoload\ComposerStaticInitcbcf8cf27895b1c1945745158097c516::getInitializer($loader)); } else { $map = require __DIR__ . '/autoload_namespaces.php'; foreach ($map as $namespace => $path) { @@ -57,12 +57,12 @@ class ComposerAutoloaderInit8093464806c4e4ce3fd66c6dce2b3e1c $loader->register(true); if ($useStaticLoader) { - $includeFiles = Composer\Autoload\ComposerStaticInit8093464806c4e4ce3fd66c6dce2b3e1c::$files; + $includeFiles = Composer\Autoload\ComposerStaticInitcbcf8cf27895b1c1945745158097c516::$files; } else { $includeFiles = require __DIR__ . '/autoload_files.php'; } foreach ($includeFiles as $fileIdentifier => $file) { - composerRequire8093464806c4e4ce3fd66c6dce2b3e1c($fileIdentifier, $file); + composerRequirecbcf8cf27895b1c1945745158097c516($fileIdentifier, $file); } return $loader; @@ -74,7 +74,7 @@ class ComposerAutoloaderInit8093464806c4e4ce3fd66c6dce2b3e1c * @param string $file * @return void */ -function composerRequire8093464806c4e4ce3fd66c6dce2b3e1c($fileIdentifier, $file) +function composerRequirecbcf8cf27895b1c1945745158097c516($fileIdentifier, $file) { if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) { $GLOBALS['__composer_autoload_files'][$fileIdentifier] = true; diff --git a/civicrm/vendor/composer/autoload_static.php b/civicrm/vendor/composer/autoload_static.php index 6de71e2d77..6854d3a227 100644 --- a/civicrm/vendor/composer/autoload_static.php +++ b/civicrm/vendor/composer/autoload_static.php @@ -4,7 +4,7 @@ namespace Composer\Autoload; -class ComposerStaticInit8093464806c4e4ce3fd66c6dce2b3e1c +class ComposerStaticInitcbcf8cf27895b1c1945745158097c516 { public static $files = array ( 'a4a119a56e50fbb293281d9a48007e0e' => __DIR__ . '/..' . '/symfony/polyfill-php80/bootstrap.php', @@ -729,11 +729,11 @@ class ComposerStaticInit8093464806c4e4ce3fd66c6dce2b3e1c public static function getInitializer(ClassLoader $loader) { return \Closure::bind(function () use ($loader) { - $loader->prefixLengthsPsr4 = ComposerStaticInit8093464806c4e4ce3fd66c6dce2b3e1c::$prefixLengthsPsr4; - $loader->prefixDirsPsr4 = ComposerStaticInit8093464806c4e4ce3fd66c6dce2b3e1c::$prefixDirsPsr4; - $loader->prefixesPsr0 = ComposerStaticInit8093464806c4e4ce3fd66c6dce2b3e1c::$prefixesPsr0; - $loader->fallbackDirsPsr0 = ComposerStaticInit8093464806c4e4ce3fd66c6dce2b3e1c::$fallbackDirsPsr0; - $loader->classMap = ComposerStaticInit8093464806c4e4ce3fd66c6dce2b3e1c::$classMap; + $loader->prefixLengthsPsr4 = ComposerStaticInitcbcf8cf27895b1c1945745158097c516::$prefixLengthsPsr4; + $loader->prefixDirsPsr4 = ComposerStaticInitcbcf8cf27895b1c1945745158097c516::$prefixDirsPsr4; + $loader->prefixesPsr0 = ComposerStaticInitcbcf8cf27895b1c1945745158097c516::$prefixesPsr0; + $loader->fallbackDirsPsr0 = ComposerStaticInitcbcf8cf27895b1c1945745158097c516::$fallbackDirsPsr0; + $loader->classMap = ComposerStaticInitcbcf8cf27895b1c1945745158097c516::$classMap; }, null, ClassLoader::class); } diff --git a/civicrm/vendor/composer/installed.json b/civicrm/vendor/composer/installed.json index dd66c517a0..e5ab5d88b0 100644 --- a/civicrm/vendor/composer/installed.json +++ b/civicrm/vendor/composer/installed.json @@ -1184,49 +1184,42 @@ }, { "name": "league/csv", - "version": "9.6.2", - "version_normalized": "9.6.2.0", + "version": "9.7.4", + "version_normalized": "9.7.4.0", "source": { "type": "git", "url": "https://github.com/thephpleague/csv.git", - "reference": "f28da6e483bf979bac10e2add384c90ae9983e4e" + "reference": "002f55f649e7511710dc7154ff44c7be32c8195c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/csv/zipball/f28da6e483bf979bac10e2add384c90ae9983e4e", - "reference": "f28da6e483bf979bac10e2add384c90ae9983e4e", + "url": "https://api.github.com/repos/thephpleague/csv/zipball/002f55f649e7511710dc7154ff44c7be32c8195c", + "reference": "002f55f649e7511710dc7154ff44c7be32c8195c", "shasum": "" }, "require": { "ext-json": "*", "ext-mbstring": "*", - "php": ">=7.2.5" + "php": "^7.3 || ^8.0" }, "require-dev": { "ext-curl": "*", "ext-dom": "*", - "friendsofphp/php-cs-fixer": "^2.16", - "phpstan/phpstan": "^0.12.0", - "phpstan/phpstan-phpunit": "^0.12.0", - "phpstan/phpstan-strict-rules": "^0.12.0", - "phpunit/phpunit": "^8.5" + "friendsofphp/php-cs-fixer": "^3.0", + "phpstan/phpstan": "^1.0", + "phpstan/phpstan-phpunit": "^1.0.0", + "phpstan/phpstan-strict-rules": "^1.0", + "phpunit/phpunit": "^9.5" }, "suggest": { "ext-dom": "Required to use the XMLConverter and or the HTMLConverter classes", "ext-iconv": "Needed to ease transcoding CSV using iconv stream filters" }, - "time": "2020-12-10T19:40:30+00:00", + "time": "2021-11-30T07:09:34+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "9.x-dev" - }, - "patches_applied": { - "Adding in eol support to fputcsv for php8.1": "https://raw.githubusercontent.com/civicrm/civicrm-core/cacdbfaeaed8e04d504bf2fc604536137c03abeb/tools/scripts/composer/leage_csv_fputcsv.patch", - "Remove deprecated flag from php8.1": "https://github.com/thephpleague/csv/commit/380f884922a6cdaaaaab3ad4bfc7d1d710af736e.patch", - "Fix php8.1 deprecation errors part 1": "https://github.com/thephpleague/csv/commit/613db0b20157a1114cb1f9a801bd4c9c1f609cdf.patch", - "Fix php8.1 deprecation errors part 2": "https://github.com/thephpleague/csv/commit/49e2b08ca025ebaf87a904b5645f535c807b6f10.patch", - "Fix php8.1 notice issues part 3": "https://github.com/thephpleague/csv/commit/b83e972caea3cd22e7aaf65c5cffff1d49b46b69.patch" } }, "installation-source": "dist", diff --git a/civicrm/vendor/composer/installed.php b/civicrm/vendor/composer/installed.php index aad1bac091..40fef08ff8 100644 --- a/civicrm/vendor/composer/installed.php +++ b/civicrm/vendor/composer/installed.php @@ -1,11 +1,11 @@ <?php return array( 'root' => array( - 'pretty_version' => '5.61.x-dev', - 'version' => '5.61.9999999.9999999-dev', + 'pretty_version' => '5.62.x-dev', + 'version' => '5.62.9999999.9999999-dev', 'type' => 'library', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), - 'reference' => '8f6a77f8002176cffad9211a21da9dee65e6dd0c', + 'reference' => 'da223dafffa4a8b232f9551b1d5662f875a2ec3b', 'name' => 'civicrm/civicrm-core', 'dev' => true, ), @@ -38,12 +38,12 @@ 'dev_requirement' => false, ), 'civicrm/civicrm-core' => array( - 'pretty_version' => '5.61.x-dev', - 'version' => '5.61.9999999.9999999-dev', + 'pretty_version' => '5.62.x-dev', + 'version' => '5.62.9999999.9999999-dev', 'type' => 'library', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), - 'reference' => '8f6a77f8002176cffad9211a21da9dee65e6dd0c', + 'reference' => 'da223dafffa4a8b232f9551b1d5662f875a2ec3b', 'dev_requirement' => false, ), 'civicrm/civicrm-cxn-rpc' => array( @@ -188,12 +188,12 @@ 'dev_requirement' => false, ), 'league/csv' => array( - 'pretty_version' => '9.6.2', - 'version' => '9.6.2.0', + 'pretty_version' => '9.7.4', + 'version' => '9.7.4.0', 'type' => 'library', 'install_path' => __DIR__ . '/../league/csv', 'aliases' => array(), - 'reference' => 'f28da6e483bf979bac10e2add384c90ae9983e4e', + 'reference' => '002f55f649e7511710dc7154ff44c7be32c8195c', 'dev_requirement' => false, ), 'league/oauth2-client' => array( diff --git a/civicrm/vendor/league/csv/.php-cs-fixer.php b/civicrm/vendor/league/csv/.php-cs-fixer.php new file mode 100644 index 0000000000..af61227fa8 --- /dev/null +++ b/civicrm/vendor/league/csv/.php-cs-fixer.php @@ -0,0 +1,62 @@ +<?php + +$header = <<<EOF +League.Csv (https://csv.thephpleague.com) + +(c) Ignace Nyamagana Butera <nyamsprod@gmail.com> + +For the full copyright and license information, please view the LICENSE +file that was distributed with this source code. +EOF; + +$finder = PhpCsFixer\Finder::create() + ->in(__DIR__.'/src') +; + +$config = new PhpCsFixer\Config(); + +return $config + ->setRules([ + '@PSR2' => true, + 'array_syntax' => ['syntax' => 'short'], + 'concat_space' => ['spacing' => 'none'], + 'header_comment' => [ + 'comment_type' => 'PHPDoc', + 'header' => $header, + 'location' => 'after_open', + 'separate' => 'both', + ], + 'global_namespace_import' => [ + 'import_classes' => true, + 'import_constants' => true, + 'import_functions' => true, + ], + 'new_with_braces' => true, + 'no_blank_lines_after_phpdoc' => true, + 'no_empty_phpdoc' => true, + 'no_empty_comment' => true, + 'no_leading_import_slash' => true, + 'no_superfluous_phpdoc_tags' => true, + 'no_trailing_comma_in_singleline_array' => true, + 'no_unused_imports' => true, + 'ordered_imports' => ['imports_order' => ['class', 'function', 'const'], 'sort_algorithm' => 'alpha'], + 'phpdoc_add_missing_param_annotation' => ['only_untyped' => false], + 'phpdoc_align' => true, + 'phpdoc_no_empty_return' => true, + 'phpdoc_order' => true, + 'phpdoc_scalar' => true, + 'phpdoc_to_comment' => true, + 'phpdoc_summary' => true, + 'psr_autoloading' => true, + 'return_type_declaration' => ['space_before' => 'none'], + 'single_blank_line_before_namespace' => true, + 'single_quote' => true, + 'space_after_semicolon' => true, + 'ternary_operator_spaces' => true, + 'trailing_comma_in_multiline' => true, + 'trim_array_spaces' => true, + 'whitespace_after_comma_in_array' => true, + ]) + ->setFinder($finder) +; + diff --git a/civicrm/vendor/league/csv/CHANGELOG.md b/civicrm/vendor/league/csv/CHANGELOG.md index 2431dbc3f3..b771df7dbe 100644 --- a/civicrm/vendor/league/csv/CHANGELOG.md +++ b/civicrm/vendor/league/csv/CHANGELOG.md @@ -2,9 +2,124 @@ All Notable changes to `Csv` will be documented in this file +## 9.7.4 - 2021-11-30 + +### Added + +- None + +### Deprecated + +- None + +### Fixed + +- Bug fix `EscapeFormula` to follow OWASP latest recommendation [PR #452](https://github.com/thephpleague/csv/pull/452) +thanks to [@robertfausk](https://github.com/robertfausk) and [@Lehmub](https://github.com/Lehmhub) + +### Removed + +- None + +## 9.7.3 - 2021-11-21 + +### Added + +- None + +### Deprecated + +- None + +### Fixed + +- Update PHPStan requirement for development +- Improve Documentation generation thanks to [pdelre](https://github.com/pdelre) +- PHP8.1 compliance: using `ReturnTypeWillChange` to avoid emitting a unnecessary deprecation notice. thanks to [cedric-anne](https://github.com/cedric-anne) + +### Removed + +- None + +## 9.7.2 - 2021-10-05 + +### Added + +- None + +### Deprecated + +- None + +### Fixed + +- Update dependencies requirement for development +- PHP8.1 compliance: replace `FILTER_SANITIZE_STRING` by `FILTER_UNSAFE_RAW` +- PHP8.1 compliance: remove duplicated public properties declaration +- PHP8.1 compliance: add support for fputcsv `$eol` argument + +### Removed + +- None + +## 9.7.1 - 2021-04-17 + +### Added + +- None + +### Deprecated + +- None + +### Fixed + +- fix writer filter [#421](https://github.com/thephpleague/csv/pull/421) by [LosingBattle](https://github.com/cpj555) + +### Removed + +- None + +## 9.7.0 - 2021-03-26 + +### Added + +- `League\Csv\SyntaxError::duplicateColumnNames` to expose column name duplicates during header usage +- `League\Csv\UnableToProcessCsv` as the new Exception Marker Interface +- `League\Csv\UnavailableStream` as the new Exception +- `League\Csv\Info::getDelimiterStats` to replace the namespace function `delimiter_detect` +- `League\Csv\Info::fetchBOMSequence` to replace the namespace function `bom_match` +- `League\Csv\AbstractCsv::toString` to replace `League\Csv\AbstractCsv::getContent` and `League\Csv\AbstractCsv::__toString` +- `League\Csv\XMLConverter::create` to replace `League\Csv\XMLConverter::__construct` +- `League\Csv\HTMLConverter::create` to replace `League\Csv\HTMLConverter::__construct` +- `League\Csv\AbstractCsv::supportsStreamFilterOnRead` and `League\Csv\AbstractCsv::supportsStreamFilterOnWrite` to replace `League\Csv\AbstractCsv::supportsStreamFilter` and `League\Csv\AbstractCsv::getStreamFilterMode` + +### Deprecated + +- `League\Csv\delimiter_detect` use `League\Csv\Info::getDelimiterStats` +- `League\Csv\bom_match` use `League\Csv\Info::fetchBOMSequence` +- `League\Csv\AbstractCsv::getContent` use `League\Csv\AbstractCsv::toString` +- `League\Csv\AbstractCsv::getStreamFilterMode` use `League\Csv\AbstractCsv::supportsStreamFilterOnRead` or `League\Csv\AbstractCsv::supportsStreamFilterOnWrite` +- `League\Csv\AbstractCsv::supportsStreamFilter` use `League\Csv\AbstractCsv::supportsStreamFilterOnRead` or `League\Csv\AbstractCsv::supportsStreamFilterOnWrite` +- Calling exceptions constructor, use named constructors instead. +- `League\Csv\XMLConverter::__construct` use `League\Csv\XMLConverter::create` +- `League\Csv\HTMLConverter::__construct` use `League\Csv\HTMLConverter::create` + +### Fixed + +- Move tests into the `src` directory +- Fixed encoder method resolver implementation +- all classes marked as `@internal` are now final +- `League\Csv\AbstractCsv::STREAM_FILTER_MODE` constant replaces `League\Csv\AbstractCsv::$stream_filter_mode` + +### Removed + +- PHP7.2 support +- `League\Csv\AbstractCsv::$stream_filter_mode` + ## 9.6.2 - 2020-12-10 -### Added +### Added - Using Github actions as development tools. @@ -22,7 +137,7 @@ All Notable changes to `Csv` will be documented in this file ## 9.6.1 - 2020-09-05 -### Added +### Added - None @@ -46,7 +161,7 @@ All Notable changes to `Csv` will be documented in this file - `League\Csv\Statement::create` named constructor to ease constraint builder instantiation - `League\Csv\Statement` can now also process `League\Csv\ResultSet` instances. - `League\Csv\TabularDataReader` interface to represent how to read tabular data -- `League\Csv\ResultSet::getRecords` has an optional `$header` second argument to make the method works like `League\Csv\Reader::getRecords` +- `League\Csv\ResultSet::getRecords` has an optional `$header` second argument to make the method works like `League\Csv\Reader::getRecords` - `League\Csv\ResultSet::createFromTabularDataReader` create a new instance from `League\Csv\TabularDataReader` implementing class. ### Deprecated @@ -67,13 +182,13 @@ All Notable changes to `Csv` will be documented in this file ### Added -- Improve package exception throwing by adding new exceptions classes that extends +- Improve package exception throwing by adding new exceptions classes that extends the `League\Csv\Exception` exception marker class [#360](https://github.com/thephpleague/csv/issues/360), [#361](https://github.com/thephpleague/csv/issues/360) feature proposed and developed by [Darren Miller](https://github.com/dmlogic) - - `League\Csv\UnavailableFeature` - - `League\Csv\InvalidArgument` - - `League\Csv\SyntaxError` - + - `League\Csv\UnavailableFeature` + - `League\Csv\InvalidArgument` + - `League\Csv\SyntaxError` + ### Deprecated - Nothing @@ -110,14 +225,14 @@ feature proposed and developed by [Darren Miller](https://github.com/dmlogic) ### Added - Adding support for controlling empty record presence in `Reader::getRecords` return value. - - `Reader::includeEmptyRecords` - - `Reader::skipEmptyRecords` - - `Reader::isEmptyRecordsIncluded` + - `Reader::includeEmptyRecords` + - `Reader::skipEmptyRecords` + - `Reader::isEmptyRecordsIncluded` - Adding support for controlling Input BOM usage in the library: - - `AbstractCsv::skipInputBOM` - - `AbstractCsv::includeInputBOM` - - `AbstractCsv::isInputBOMIncluded` + - `AbstractCsv::skipInputBOM` + - `AbstractCsv::includeInputBOM` + - `AbstractCsv::isInputBOMIncluded` ### Deprecated @@ -136,7 +251,7 @@ feature proposed and developed by [Darren Miller](https://github.com/dmlogic) ### Added - `XMLConverter::import` see [#348](https://github.com/thephpleague/csv/pull/348) thanks [@kusabi](https://github.com/kusabi) -- Support for `thead`, `tfoot` and `tbody` in `HTMLConverter::convert` via the addition of +- Support for `thead`, `tfoot` and `tbody` in `HTMLConverter::convert` via the addition of protected methods `HTMLConverter::addHTMLAttributes` and `HTMLConverter::appendHeaderSection` [#348](https://github.com/thephpleague/csv/pull/348) thanks [@kusabi](https://github.com/kusabi) ### Deprecated @@ -147,7 +262,7 @@ protected methods `HTMLConverter::addHTMLAttributes` and `HTMLConverter::appendH - Internal improvement in `Reader` dockblock thanks [@ghobaty](https://github.com/ghobaty). - Improve strict comparison when using `preg_match`. -- Improve CSV control in `Stream`. +- Improve CSV control in `Stream`. ### Removed @@ -194,7 +309,7 @@ protected methods `HTMLConverter::addHTMLAttributes` and `HTMLConverter::appendH - Internal `Stream::createFromString` named constructor default argument is now the empty string - Internal `Stream::fwrite` improved - Internal `Stream::__destruct` no longer emit warning on invalid stream filter removal. -- Internal `Stream::seek` returns `0` if the seeked position `0` is valid see [#321](https://github.com/thephpleague/csv/pull/332) thanks [@HaozhouChen](https://github.com/HaozhouChen) +- Internal `Stream::seek` returns `0` if the seeked position `0` is valid see [#321](https://github.com/thephpleague/csv/pull/332) thanks [@HaozhouChen](https://github.com/HaozhouChen) - `Reader:getHeader` when the record is an empty line. @@ -327,32 +442,32 @@ protected methods `HTMLConverter::addHTMLAttributes` and `HTMLConverter::appendH ### Added - Improved CSV Records selection - - `League\Csv\Reader::getRecords` to access all CSV records - - `League\Csv\Statement` provides a constraint builder to select CSV records. - - `League\Csv\ResultSet` represents the result set of the selected CSV records. - - `League\Csv\delimiter_detect` function to detect CSV delimiter character + - `League\Csv\Reader::getRecords` to access all CSV records + - `League\Csv\Statement` provides a constraint builder to select CSV records. + - `League\Csv\ResultSet` represents the result set of the selected CSV records. + - `League\Csv\delimiter_detect` function to detect CSV delimiter character - Improved CSV document header selection. - - `League\Csv\Reader::getHeader` - - `League\Csv\Reader::getHeaderOffset` - - `League\Csv\Reader::setHeaderOffset` + - `League\Csv\Reader::getHeader` + - `League\Csv\Reader::getHeaderOffset` + - `League\Csv\Reader::setHeaderOffset` - Improved CSV Records conversion - - `League\Csv\CharsetConverter` converts CSV records charset. - - `League\Csv\XMLConverter` converts CSV records into DOMDocument - - `League\Csv\HTMLConverter` converts CSV records into HTML table. + - `League\Csv\CharsetConverter` converts CSV records charset. + - `League\Csv\XMLConverter` converts CSV records into DOMDocument + - `League\Csv\HTMLConverter` converts CSV records into HTML table. - Improved Exception handling - - `League\Csv\Exception` the default exception - - `League\Csv\CannotInsertRecord` + - `League\Csv\Exception` the default exception + - `League\Csv\CannotInsertRecord` - Improved CSV document output - - `League\Csv\AbstractCsv::chunk` method to output the CSV document in chunk - - `League\Csv\bom_match` function to detect BOM sequence in a given string - - `League\Csv\ByteSequence` interface to decoupled BOM sequence from CSV documents + - `League\Csv\AbstractCsv::chunk` method to output the CSV document in chunk + - `League\Csv\bom_match` function to detect BOM sequence in a given string + - `League\Csv\ByteSequence` interface to decoupled BOM sequence from CSV documents - Improved CSV records column count consistency on insertion - - `League\Csv\ColumnConsistency` + - `League\Csv\ColumnConsistency` - Improved CSV document flush mechanism on insertion - - `League\Csv\Writer::setFlushThreshold` - - `League\Csv\Writer::getFlushThreshold` + - `League\Csv\Writer::setFlushThreshold` + - `League\Csv\Writer::getFlushThreshold` - Improve RFC4180 compliance - - `League\Csv\RFC4180Field` to format field according to RFC4180 rules + - `League\Csv\RFC4180Field` to format field according to RFC4180 rules ### Deprecated @@ -361,61 +476,61 @@ protected methods `HTMLConverter::addHTMLAttributes` and `HTMLConverter::appendH ### Fixed - Improved CSV record insertion - - `League\Csv\Writer::insertOne` only accepts an array and returns a integer - - `League\Csv\Writer::insertAll` only accepts an iterable of array and returns an integer + - `League\Csv\Writer::insertOne` only accepts an array and returns a integer + - `League\Csv\Writer::insertAll` only accepts an iterable of array and returns an integer - Normalized CSV offset returned value - - `League\Csv\Reader::fetchColumn` always returns the CSV document original offset. + - `League\Csv\Reader::fetchColumn` always returns the CSV document original offset. ### Removed - `examples` directory - `PHP5` support - The following method is removed because The BOM API is simplified: - - `League\Csv\AbstractCsv::stripBOM` + - `League\Csv\AbstractCsv::stripBOM` - All conversion methods are removed in favor of the conversion classes: - - `League\Csv\Writer::jsonSerialize` - - `League\Csv\AbstractCsv::toHTML` - - `League\Csv\AbstractCsv::toXML` - - `League\Csv\AbstractCsv::setInputEncoding` - - `League\Csv\AbstractCsv::getInputEncoding` + - `League\Csv\Writer::jsonSerialize` + - `League\Csv\AbstractCsv::toHTML` + - `League\Csv\AbstractCsv::toXML` + - `League\Csv\AbstractCsv::setInputEncoding` + - `League\Csv\AbstractCsv::getInputEncoding` - The following methods are removed because the PHP stream filter API is simplified: - - `League\Csv\AbstractCsv::isActiveStreamFilter` - - `League\Csv\AbstractCsv::setStreamFilterMode` - - `League\Csv\AbstractCsv::appendStreamFilter` - - `League\Csv\AbstractCsv::prependStreamFilter` - - `League\Csv\AbstractCsv::removeStreamFilter` - - `League\Csv\AbstractCsv::clearStreamFilters` + - `League\Csv\AbstractCsv::isActiveStreamFilter` + - `League\Csv\AbstractCsv::setStreamFilterMode` + - `League\Csv\AbstractCsv::appendStreamFilter` + - `League\Csv\AbstractCsv::prependStreamFilter` + - `League\Csv\AbstractCsv::removeStreamFilter` + - `League\Csv\AbstractCsv::clearStreamFilters` - The following methods are removed because switching between connections is no longer possible: - - `League\Csv\AbstractCsv::newReader` - - `League\Csv\AbstractCsv::newWriter` - - `League\Csv\Reader::getNewline` - - `League\Csv\Reader::setNewline` + - `League\Csv\AbstractCsv::newReader` + - `League\Csv\AbstractCsv::newWriter` + - `League\Csv\Reader::getNewline` + - `League\Csv\Reader::setNewline` - The Exception mechanism is improved thus the following class is removed: - - `League\Csv\Exception\InvalidRowException`; + - `League\Csv\Exception\InvalidRowException`; - The CSV records filtering methods are removed in favor of the `League\Csv\Statement` class: - - `League\Csv\AbstractCsv::addFilter`, - - `League\Csv\AbstractCsv::addSortBy`, - - `League\Csv\AbstractCsv::setOffset`, - - `League\Csv\AbstractCsv::setLimit`; + - `League\Csv\AbstractCsv::addFilter`, + - `League\Csv\AbstractCsv::addSortBy`, + - `League\Csv\AbstractCsv::setOffset`, + - `League\Csv\AbstractCsv::setLimit`; - CSV records selecting API methods is simplified: - - `League\Csv\Reader::each` - - `League\Csv\Reader::fetch` - - `League\Csv\Reader::fetchAll` - - `League\Csv\Reader::fetchAssoc` - - `League\Csv\Reader::fetchPairsWithoutDuplicates` + - `League\Csv\Reader::each` + - `League\Csv\Reader::fetch` + - `League\Csv\Reader::fetchAll` + - `League\Csv\Reader::fetchAssoc` + - `League\Csv\Reader::fetchPairsWithoutDuplicates` - Formatting and validating CSV records on insertion is simplified, the following methods are removed: - - `League\Csv\Writer::hasFormatter` - - `League\Csv\Writer::removeFormatter` - - `League\Csv\Writer::clearFormatters` - - `League\Csv\Writer::hasValidator` - - `League\Csv\Writer::removeValidator` - - `League\Csv\Writer::clearValidators` - - `League\Csv\Writer::getIterator` + - `League\Csv\Writer::hasFormatter` + - `League\Csv\Writer::removeFormatter` + - `League\Csv\Writer::clearFormatters` + - `League\Csv\Writer::hasValidator` + - `League\Csv\Writer::removeValidator` + - `League\Csv\Writer::clearValidators` + - `League\Csv\Writer::getIterator` - The following Formatters and Validators classes are removed from the package: - - `League\Csv\Plugin\SkipNullValuesFormatter` - - `League\Csv\Plugin\ForbiddenNullValuesValidator` - - `League\Csv\Plugin\ColumnConsistencyValidator` *replace by `League\Csv\ColumnConsistency`* + - `League\Csv\Plugin\SkipNullValuesFormatter` + - `League\Csv\Plugin\ForbiddenNullValuesValidator` + - `League\Csv\Plugin\ColumnConsistencyValidator` *replace by `League\Csv\ColumnConsistency`* - `League\Csv\Writer` no longers implements the `IteratorAggregate` interface - `League\Csv\AbstractCsv::fetchDelimitersOccurrence` is removed *replace by `League\Csv\delimiter_detect` function* @@ -573,7 +688,7 @@ protected methods `HTMLConverter::addHTMLAttributes` and `HTMLConverter::appendH - `Reader::fetchColumn` and `Reader::fetchAssoc` now return `Iterator` - `Reader::fetchAssoc` callable argument expects an indexed row using the submitted keys as its first argument - `Reader::fetchColumn` callable argument expects the selected column value as its first argument -- Default value on `setOutputBOM` is removed +- Default value on `setOutputBOM` is removed - `AbstractCsv::getOutputBOM` always return a string - `AbstractCsv::getInputBOM` always return a string @@ -694,19 +809,19 @@ protected methods `HTMLConverter::addHTMLAttributes` and `HTMLConverter::appendH ### Added - A new flexible mechanism to format and validate a row before its insertion by adding - - `Writer::addFormatter` to add a formatter to the `Writer` object - - `Writer::removeFormatter` to remove an already registered formatter - - `Writer::hasFormatter` to detect the presence of a formatter - - `Writer::clearFormatters` to clear all registered formatter - - `Writer::addValidator` to add a validator to the `Writer` object - - `Writer::removeValidator` to remove an already registered validator - - `Writer::hasValidator` to detect the presence of a validator - - `Writer::clearValidators` to clear all registered validator - - `League\Csv\Exception\InvalidRowException` exception thrown when row validation failed + - `Writer::addFormatter` to add a formatter to the `Writer` object + - `Writer::removeFormatter` to remove an already registered formatter + - `Writer::hasFormatter` to detect the presence of a formatter + - `Writer::clearFormatters` to clear all registered formatter + - `Writer::addValidator` to add a validator to the `Writer` object + - `Writer::removeValidator` to remove an already registered validator + - `Writer::hasValidator` to detect the presence of a validator + - `Writer::clearValidators` to clear all registered validator + - `League\Csv\Exception\InvalidRowException` exception thrown when row validation failed - Classes to maintain removed features from the `Writer` class - - `League\Csv\Plugin\ColumnConsistencyValidator` to validate column consistency on insertion - - `League\Csv\Plugin\ForbiddenNullValuesValidator` to validate `null` value on insertion - - `League\Csv\Plugin\SkipNullValuesFormatter` to format `null` value on insertion + - `League\Csv\Plugin\ColumnConsistencyValidator` to validate column consistency on insertion + - `League\Csv\Plugin\ForbiddenNullValuesValidator` to validate `null` value on insertion + - `League\Csv\Plugin\SkipNullValuesFormatter` to format `null` value on insertion ### Deprecated @@ -730,14 +845,14 @@ protected methods `HTMLConverter::addHTMLAttributes` and `HTMLConverter::appendH - Setting `ini_set("auto_detect_line_endings", true);` is no longer set in the class constructor. Mac OS X users must explicitly set this ini options in their script. - `Writer` and `Reader` default constructor are removed from public API in favor of the named constructors. - All `Writer` methods and constant related to CSV data validation and formatting before insertion - - `Writer::getNullHandlingMode` - - `Writer::setNullHandlingMode` - - `Writer::setColumnsCount` - - `Writer::getColumnsCount` - - `Writer::autodetectColumnsCount` - - `Writer::NULL_AS_EXCEPTION` - - `Writer::NULL_AS_EMPTY` - - `Writer::NULL_AS_SKIP_CELL` + - `Writer::getNullHandlingMode` + - `Writer::setNullHandlingMode` + - `Writer::setColumnsCount` + - `Writer::getColumnsCount` + - `Writer::autodetectColumnsCount` + - `Writer::NULL_AS_EXCEPTION` + - `Writer::NULL_AS_EMPTY` + - `Writer::NULL_AS_SKIP_CELL` ## 6.3.0 - 2015-01-21 diff --git a/civicrm/vendor/league/csv/PATCHES.txt b/civicrm/vendor/league/csv/PATCHES.txt deleted file mode 100644 index d44c4d8123..0000000000 --- a/civicrm/vendor/league/csv/PATCHES.txt +++ /dev/null @@ -1,23 +0,0 @@ -This file was automatically generated by Composer Patches (https://github.com/cweagans/composer-patches) -Patches applied to this directory: - -Adding in eol support to fputcsv for php8.1 -Source: https://raw.githubusercontent.com/civicrm/civicrm-core/cacdbfaeaed8e04d504bf2fc604536137c03abeb/tools/scripts/composer/leage_csv_fputcsv.patch - - -Remove deprecated flag from php8.1 -Source: https://github.com/thephpleague/csv/commit/380f884922a6cdaaaaab3ad4bfc7d1d710af736e.patch - - -Fix php8.1 deprecation errors part 1 -Source: https://github.com/thephpleague/csv/commit/613db0b20157a1114cb1f9a801bd4c9c1f609cdf.patch - - -Fix php8.1 deprecation errors part 2 -Source: https://github.com/thephpleague/csv/commit/49e2b08ca025ebaf87a904b5645f535c807b6f10.patch - - -Fix php8.1 notice issues part 3 -Source: https://github.com/thephpleague/csv/commit/b83e972caea3cd22e7aaf65c5cffff1d49b46b69.patch - - diff --git a/civicrm/vendor/league/csv/composer.json b/civicrm/vendor/league/csv/composer.json index 2c3700a3e4..7c5c816701 100644 --- a/civicrm/vendor/league/csv/composer.json +++ b/civicrm/vendor/league/csv/composer.json @@ -26,18 +26,18 @@ } ], "require": { - "php" : ">=7.2.5", + "php" : "^7.3 || ^8.0", "ext-json" : "*", "ext-mbstring" : "*" }, "require-dev": { "ext-curl" : "*", "ext-dom": "*", - "friendsofphp/php-cs-fixer": "^2.16", - "phpunit/phpunit" : "^8.5", - "phpstan/phpstan": "^0.12.0", - "phpstan/phpstan-strict-rules": "^0.12.0", - "phpstan/phpstan-phpunit": "^0.12.0" + "friendsofphp/php-cs-fixer": "^3.0", + "phpunit/phpunit" : "^9.5", + "phpstan/phpstan": "^1.0", + "phpstan/phpstan-strict-rules": "^1.0", + "phpstan/phpstan-phpunit": "^1.0.0" }, "autoload": { "psr-4": { @@ -51,25 +51,19 @@ } }, "scripts": { - "phpcs": "php-cs-fixer fix -v --diff --dry-run --allow-risky=yes --ansi", - "phpstan-src": "phpstan analyse -l max -c phpstan.src.neon src --ansi", - "phpstan-tests": "phpstan analyse -l max -c phpstan.tests.neon tests --ansi", - "phpstan": [ - "@phpstan-src", - "@phpstan-tests" - ], + "phpcs": "php-cs-fixer fix -vvv --diff --dry-run --allow-risky=yes --ansi", + "phpcs:fix": "php-cs-fixer fix -vvv --allow-risky=yes --ansi", + "phpstan": "phpstan analyse -l max -c phpstan.neon src --ansi --memory-limit=192M", "phpunit": "phpunit --coverage-text", "test": [ - "@phpcs", + "@phpunit", "@phpstan", - "@phpunit" + "@phpcs" ] }, "scripts-descriptions": { "phpcs": "Runs coding style test suite", "phpstan": "Runs complete codebase static analysis", - "phpstan-src": "Runs source code static analysis", - "phpstan-test": "Runs test suite static analysis", "phpunit": "Runs unit and functional testing", "test": "Runs full test suite" }, diff --git a/civicrm/vendor/league/csv/src/AbstractCsv.php b/civicrm/vendor/league/csv/src/AbstractCsv.php index 3805b9e337..61b2eeba7b 100644 --- a/civicrm/vendor/league/csv/src/AbstractCsv.php +++ b/civicrm/vendor/league/csv/src/AbstractCsv.php @@ -33,12 +33,7 @@ use const FILTER_UNSAFE_RAW; */ abstract class AbstractCsv implements ByteSequence { - /** - * The stream filter mode (read or write). - * - * @var int - */ - protected $stream_filter_mode; + protected const STREAM_FILTER_MODE = STREAM_FILTER_READ; /** * collection of stream filters. @@ -111,9 +106,7 @@ abstract class AbstractCsv implements ByteSequence /** * Reset dynamic object properties to improve performance. */ - protected function resetProperties(): void - { - } + abstract protected function resetProperties(): void; /** * {@inheritdoc} @@ -128,7 +121,7 @@ abstract class AbstractCsv implements ByteSequence */ public function __clone() { - throw new Exception(sprintf('An object of class %s cannot be cloned', static::class)); + throw UnavailableStream::dueToForbiddenCloning(static::class); } /** @@ -226,20 +219,32 @@ abstract class AbstractCsv implements ByteSequence $this->document->setFlags(SplFileObject::READ_CSV); $this->document->rewind(); - $this->input_bom = bom_match((string) $this->document->fread(4)); + $this->input_bom = Info::fetchBOMSequence((string) $this->document->fread(4)) ?? ''; return $this->input_bom; } /** + * DEPRECATION WARNING! This method will be removed in the next major point release. + * + * @deprecated since version 9.7.0 + * @see AbstractCsv::supportsStreamFilterOnRead + * @see AbstractCsv::supportsStreamFilterOnWrite + * * Returns the stream filter mode. */ public function getStreamFilterMode(): int { - return $this->stream_filter_mode; + return static::STREAM_FILTER_MODE; } /** + * DEPRECATION WARNING! This method will be removed in the next major point release. + * + * @deprecated since version 9.7.0 + * @see AbstractCsv::supportsStreamFilterOnRead + * @see AbstractCsv::supportsStreamFilterOnWrite + * * Tells whether the stream filter capabilities can be used. */ public function supportsStreamFilter(): bool @@ -247,6 +252,24 @@ abstract class AbstractCsv implements ByteSequence return $this->document instanceof Stream; } + /** + * Tells whether the stream filter read capabilities can be used. + */ + public function supportsStreamFilterOnRead(): bool + { + return $this->document instanceof Stream + && ((static::STREAM_FILTER_MODE & STREAM_FILTER_READ) === STREAM_FILTER_READ); + } + + /** + * Tells whether the stream filter write capabilities can be used. + */ + public function supportsStreamFilterOnWrite(): bool + { + return $this->document instanceof Stream + && ((static::STREAM_FILTER_MODE & STREAM_FILTER_WRITE) === STREAM_FILTER_WRITE); + } + /** * Tell whether the specify stream filter is attach to the current stream. */ @@ -264,7 +287,7 @@ abstract class AbstractCsv implements ByteSequence } /** - * Retuns the CSV document as a Generator of string chunk. + * Returns the CSV document as a Generator of string chunk. * * @param int $length number of bytes read * @@ -273,7 +296,7 @@ abstract class AbstractCsv implements ByteSequence public function chunk(int $length): Generator { if ($length < 1) { - throw new InvalidArgument(sprintf('%s() expects the length to be a positive integer %d given', __METHOD__, $length)); + throw InvalidArgument::dueToInvalidChunkSize($length, __METHOD__); } $input_bom = $this->getInputBOM(); @@ -294,20 +317,35 @@ abstract class AbstractCsv implements ByteSequence /** * DEPRECATION WARNING! This method will be removed in the next major point release. * - * @deprecated deprecated since version 9.1.0 - * @see AbstractCsv::getContent + * @deprecated since version 9.1.0 + * @see AbstractCsv::toString * * Retrieves the CSV content */ public function __toString(): string { - return $this->getContent(); + return $this->toString(); } /** * Retrieves the CSV content. + * + * DEPRECATION WARNING! This method will be removed in the next major point release + * + * @deprecated since version 9.7.0 + * @see AbstractCsv::toString */ public function getContent(): string + { + return $this->toString(); + } + + /** + * Retrieves the CSV content. + * + * @throws Exception If the string representation can not be returned + */ + public function toString(): string { $raw = ''; foreach ($this->chunk(8192) as $chunk) { @@ -351,7 +389,7 @@ abstract class AbstractCsv implements ByteSequence protected function sendHeaders(string $filename): void { if (strlen($filename) != strcspn($filename, '\\/')) { - throw new InvalidArgument('The filename cannot contain the "/" and "\\" characters.'); + throw InvalidArgument::dueToInvalidHeaderFilename($filename); } $flag = FILTER_FLAG_STRIP_LOW; @@ -377,7 +415,7 @@ abstract class AbstractCsv implements ByteSequence /** * Sets the field delimiter. * - * @throws Exception If the Csv control character is not one character only. + * @throws InvalidArgument If the Csv control character is not one character only. * * @return static */ @@ -387,20 +425,20 @@ abstract class AbstractCsv implements ByteSequence return $this; } - if (1 === strlen($delimiter)) { - $this->delimiter = $delimiter; - $this->resetProperties(); - - return $this; + if (1 !== strlen($delimiter)) { + throw InvalidArgument::dueToInvalidDelimiterCharacter($delimiter, __METHOD__); } - throw new InvalidArgument(sprintf('%s() expects delimiter to be a single character %s given', __METHOD__, $delimiter)); + $this->delimiter = $delimiter; + $this->resetProperties(); + + return $this; } /** * Sets the field enclosure. * - * @throws Exception If the Csv control character is not one character only. + * @throws InvalidArgument If the Csv control character is not one character only. * * @return static */ @@ -410,20 +448,20 @@ abstract class AbstractCsv implements ByteSequence return $this; } - if (1 === strlen($enclosure)) { - $this->enclosure = $enclosure; - $this->resetProperties(); - - return $this; + if (1 !== strlen($enclosure)) { + throw InvalidArgument::dueToInvalidEnclosureCharacter($enclosure, __METHOD__); } - throw new InvalidArgument(sprintf('%s() expects enclosure to be a single character %s given', __METHOD__, $enclosure)); + $this->enclosure = $enclosure; + $this->resetProperties(); + + return $this; } /** * Sets the field escape character. * - * @throws Exception If the Csv control character is not one character only. + * @throws InvalidArgument If the Csv control character is not one character only. * * @return static */ @@ -433,14 +471,14 @@ abstract class AbstractCsv implements ByteSequence return $this; } - if ('' === $escape || 1 === strlen($escape)) { - $this->escape = $escape; - $this->resetProperties(); - - return $this; + if ('' !== $escape && 1 !== strlen($escape)) { + throw InvalidArgument::dueToInvalidEscapeCharacter($escape, __METHOD__); } - throw new InvalidArgument(sprintf('%s() expects escape to be a single character or the empty string %s given', __METHOD__, $escape)); + $this->escape = $escape; + $this->resetProperties(); + + return $this; } /** @@ -482,19 +520,20 @@ abstract class AbstractCsv implements ByteSequence /** * append a stream filter. * - * @param null|mixed $params + * @param null|array $params * - * @throws Exception If the stream filter API can not be used + * @throws InvalidArgument If the stream filter API can not be appended + * @throws UnavailableFeature If the stream filter API can not be used * * @return static */ public function addStreamFilter(string $filtername, $params = null): self { if (!$this->document instanceof Stream) { - throw new UnavailableFeature('The stream filter API can not be used with a '.get_class($this->document).' instance.'); + throw UnavailableFeature::dueToUnsupportedStreamFilterApi(get_class($this->document)); } - $this->document->appendFilter($filtername, $this->stream_filter_mode, $params); + $this->document->appendFilter($filtername, static::STREAM_FILTER_MODE, $params); $this->stream_filters[$filtername] = true; $this->resetProperties(); $this->input_bom = null; diff --git a/civicrm/vendor/league/csv/src/CharsetConverter.php b/civicrm/vendor/league/csv/src/CharsetConverter.php index fc9f0d127b..ee5eec2e21 100644 --- a/civicrm/vendor/league/csv/src/CharsetConverter.php +++ b/civicrm/vendor/league/csv/src/CharsetConverter.php @@ -38,18 +38,6 @@ class CharsetConverter extends php_user_filter { const FILTERNAME = 'convert.league.csv'; - /** - * the filter name used to instantiate the class with. - * - * @var string - */ - public $filtername; - - /** - * @var mixed value passed to passed to stream_filter_append or stream_filter_prepend functions. - */ - public $params; - /** * The records input encoding charset. * @@ -116,7 +104,7 @@ class CharsetConverter extends php_user_filter return $encoding_list[$key]; } - throw new OutOfRangeException(sprintf('The submitted charset %s is not supported by the mbstring extension', $encoding)); + throw new OutOfRangeException('The submitted charset '.$encoding.' is not supported by the mbstring extension.'); } /** @@ -174,6 +162,7 @@ class CharsetConverter extends php_user_filter return array_map($this, $records); } + /* @var \Traversable $records */ return new MapIterator($records, $this); } @@ -194,17 +183,17 @@ class CharsetConverter extends php_user_filter /** * Walker method to convert the offset and the value of a CSV record field. * - * @param mixed $value can be a scalar type or null - * @param mixed $offset can be a string or an int + * @param int|float|string|null $value can be a scalar type or null + * @param int|string $offset can be a string or an int */ protected function encodeField($value, $offset): array { if (null !== $value && !is_numeric($value)) { - $value = mb_convert_encoding((string) $value, $this->output_encoding, $this->input_encoding); + $value = mb_convert_encoding($value, $this->output_encoding, $this->input_encoding); } if (!is_numeric($offset)) { - $offset = mb_convert_encoding((string) $offset, $this->output_encoding, $this->input_encoding); + $offset = mb_convert_encoding($offset, $this->output_encoding, $this->input_encoding); } return [$offset, $value]; diff --git a/civicrm/vendor/league/csv/src/ColumnConsistency.php b/civicrm/vendor/league/csv/src/ColumnConsistency.php index a1274ea21a..8fb861e666 100644 --- a/civicrm/vendor/league/csv/src/ColumnConsistency.php +++ b/civicrm/vendor/league/csv/src/ColumnConsistency.php @@ -14,7 +14,6 @@ declare(strict_types=1); namespace League\Csv; use function count; -use function sprintf; /** * Validates column consistency when inserting records into a CSV document. @@ -31,12 +30,12 @@ class ColumnConsistency /** * New Instance. * - * @throws Exception if the column count is lesser than -1 + * @throws InvalidArgument if the column count is lesser than -1 */ public function __construct(int $columns_count = -1) { if ($columns_count < -1) { - throw new Exception(sprintf('%s() expects the column count to be greater or equal to -1 %s given', __METHOD__, $columns_count)); + throw InvalidArgument::dueToInvalidColumnCount($columns_count, __METHOD__); } $this->columns_count = $columns_count; diff --git a/civicrm/vendor/league/csv/src/EncloseField.php b/civicrm/vendor/league/csv/src/EncloseField.php index 520f5c52b4..c6c5e73a89 100644 --- a/civicrm/vendor/league/csv/src/EncloseField.php +++ b/civicrm/vendor/league/csv/src/EncloseField.php @@ -15,6 +15,7 @@ namespace League\Csv; use InvalidArgumentException; use php_user_filter; +use function array_map; use function in_array; use function str_replace; use function strcspn; @@ -34,18 +35,6 @@ class EncloseField extends php_user_filter { const FILTERNAME = 'convert.league.csv.enclosure'; - /** - * the filter name used to instantiate the class with. - * - * @var string - */ - public $filtername; - - /** - * @var mixed value passed to passed to stream_filter_append or stream_filter_prepend functions. - */ - public $params; - /** * Default sequence. * @@ -82,6 +71,7 @@ class EncloseField extends php_user_filter * Static method to add the stream filter to a {@link Writer} object. * * @throws InvalidArgumentException if the sequence is malformed + * @throws Exception */ public static function addTo(Writer $csv, string $sequence): Writer { @@ -91,13 +81,10 @@ class EncloseField extends php_user_filter throw new InvalidArgumentException('The sequence must contain at least one character to force enclosure'); } - $formatter = static function (array $record) use ($sequence): array { - foreach ($record as &$value) { - $value = $sequence.$value; - } - unset($value); - - return $record; + $formatter = function (array $record) use ($sequence): array { + return array_map(function (?string $value) use ($sequence): string { + return $sequence.$value; + }, $record); }; return $csv diff --git a/civicrm/vendor/league/csv/src/EscapeFormula.php b/civicrm/vendor/league/csv/src/EscapeFormula.php index b1d426e42f..3f4245ad0f 100644 --- a/civicrm/vendor/league/csv/src/EscapeFormula.php +++ b/civicrm/vendor/league/csv/src/EscapeFormula.php @@ -22,7 +22,6 @@ use function array_unique; use function is_object; use function is_string; use function method_exists; -use function sprintf; /** * A Formatter to tackle CSV Formula Injection. @@ -34,7 +33,7 @@ class EscapeFormula /** * Spreadsheet formula starting character. */ - const FORMULA_STARTING_CHARS = ['=', '-', '+', '@']; + const FORMULA_STARTING_CHARS = ['=', '-', '+', '@', "\t", "\r"]; /** * Effective Spreadsheet formula starting characters. @@ -57,15 +56,14 @@ class EscapeFormula * @param string[] $special_chars additional spreadsheet formula starting characters * */ - public function __construct(string $escape = "\t", array $special_chars = []) + public function __construct(string $escape = "'", array $special_chars = []) { $this->escape = $escape; if ([] !== $special_chars) { $special_chars = $this->filterSpecialCharacters(...$special_chars); } - $chars = array_merge(self::FORMULA_STARTING_CHARS, $special_chars); - $chars = array_unique($chars); + $chars = array_unique(array_merge(self::FORMULA_STARTING_CHARS, $special_chars)); $this->special_chars = array_fill_keys($chars, 1); } @@ -82,7 +80,7 @@ class EscapeFormula { foreach ($characters as $str) { if (1 != strlen($str)) { - throw new InvalidArgumentException(sprintf('The submitted string %s must be a single character', $str)); + throw new InvalidArgumentException('The submitted string '.$str.' must be a single character'); } } @@ -128,13 +126,13 @@ class EscapeFormula /** * Escape a CSV cell if its content is stringable. * - * @param mixed $cell the content of the cell + * @param int|float|string|object|resource|array $cell the content of the cell * - * @return mixed|string the escaped content + * @return mixed the escaped content */ protected function escapeField($cell) { - if (!$this->isStringable($cell)) { + if (!is_string($cell) && (!is_object($cell) || !method_exists($cell, '__toString'))) { return $cell; } @@ -147,17 +145,15 @@ class EscapeFormula } /** + * @deprecated since 9.7.2 will be removed in the next major release + * * Tells whether the submitted value is stringable. * * @param mixed $value value to check if it is stringable */ protected function isStringable($value): bool { - if (is_string($value)) { - return true; - } - - return is_object($value) - && method_exists($value, '__toString'); + return is_string($value) + || (is_object($value) && method_exists($value, '__toString')); } } diff --git a/civicrm/vendor/league/csv/src/Exception.php b/civicrm/vendor/league/csv/src/Exception.php index 90facb03e0..76865e85d1 100644 --- a/civicrm/vendor/league/csv/src/Exception.php +++ b/civicrm/vendor/league/csv/src/Exception.php @@ -13,9 +13,11 @@ declare(strict_types=1); namespace League\Csv; +use Exception as PhpException; + /** * League Csv Base Exception. */ -class Exception extends \Exception +class Exception extends PhpException implements UnableToProcessCsv { } diff --git a/civicrm/vendor/league/csv/src/HTMLConverter.php b/civicrm/vendor/league/csv/src/HTMLConverter.php index 8a7c6bddbd..ffdbf89529 100644 --- a/civicrm/vendor/league/csv/src/HTMLConverter.php +++ b/civicrm/vendor/league/csv/src/HTMLConverter.php @@ -37,17 +37,23 @@ class HTMLConverter */ protected $id_value = ''; - /** - * @var XMLConverter - */ + /** @var XMLConverter */ protected $xml_converter; + public static function create(): self + { + return new self(); + } + /** - * New Instance. + * DEPRECATION WARNING! This method will be removed in the next major point release. + * + * @deprecated since version 9.7.0 + * @see HTMLConverterTest::create() */ public function __construct() { - $this->xml_converter = (new XMLConverter()) + $this->xml_converter = XMLConverter::create() ->rootElement('table') ->recordElement('tr') ->fieldElement('td') @@ -75,10 +81,13 @@ class HTMLConverter } $table = $doc->createElement('table'); + $this->addHTMLAttributes($table); $this->appendHeaderSection('thead', $header_record, $table); $this->appendHeaderSection('tfoot', $footer_record, $table); + $table->appendChild($this->xml_converter->rootElement('tbody')->import($records, $doc)); + $doc->appendChild($table); /** @var string $content */ diff --git a/civicrm/vendor/league/csv/src/Info.php b/civicrm/vendor/league/csv/src/Info.php new file mode 100644 index 0000000000..1ed2a355ac --- /dev/null +++ b/civicrm/vendor/league/csv/src/Info.php @@ -0,0 +1,103 @@ +<?php + +/** + * League.Csv (https://csv.thephpleague.com) + * + * (c) Ignace Nyamagana Butera <nyamsprod@gmail.com> + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ + +declare(strict_types=1); + +namespace League\Csv; + +use function array_fill_keys; +use function array_filter; +use function array_reduce; +use function array_unique; +use function count; +use function iterator_to_array; +use function strlen; +use function strpos; +use const COUNT_RECURSIVE; + +final class Info implements ByteSequence +{ + private const BOM_SEQUENCE_LIST = [ + self::BOM_UTF32_BE, + self::BOM_UTF32_LE, + self::BOM_UTF16_BE, + self::BOM_UTF16_LE, + self::BOM_UTF8, + ]; + + /** + * Returns the BOM sequence found at the start of the string. + * + * If no valid BOM sequence is found an empty string is returned + */ + public static function fetchBOMSequence(string $str): ?string + { + foreach (self::BOM_SEQUENCE_LIST as $sequence) { + if (0 === strpos($str, $sequence)) { + return $sequence; + } + } + + return null; + } + + /** + * Detect Delimiters usage in a {@link Reader} object. + * + * Returns a associative array where each key represents + * a submitted delimiter and each value the number CSV fields found + * when processing at most $limit CSV records with the given delimiter + * + * @param string[] $delimiters + * + * @return array<string, int> + */ + public static function getDelimiterStats(Reader $csv, array $delimiters, int $limit = 1): array + { + $delimiterFilter = static function (string $value): bool { + return 1 === strlen($value); + }; + + $recordFilter = static function (array $record): bool { + return 1 < count($record); + }; + + $stmt = Statement::create()->offset(0)->limit($limit); + + $delimiterStats = static function (array $stats, string $delimiter) use ($csv, $stmt, $recordFilter): array { + $csv->setDelimiter($delimiter); + $foundRecords = array_filter( + iterator_to_array($stmt->process($csv)->getRecords(), false), + $recordFilter + ); + + $stats[$delimiter] = count($foundRecords, COUNT_RECURSIVE); + + return $stats; + }; + + $currentDelimiter = $csv->getDelimiter(); + $currentHeaderOffset = $csv->getHeaderOffset(); + + $csv->setHeaderOffset(null); + + $stats = array_reduce( + array_unique(array_filter($delimiters, $delimiterFilter)), + $delimiterStats, + array_fill_keys($delimiters, 0) + ); + + $csv->setHeaderOffset($currentHeaderOffset); + $csv->setDelimiter($currentDelimiter); + + return $stats; + } +} diff --git a/civicrm/vendor/league/csv/src/InvalidArgument.php b/civicrm/vendor/league/csv/src/InvalidArgument.php index 7cc94932dd..fbfecc4a90 100644 --- a/civicrm/vendor/league/csv/src/InvalidArgument.php +++ b/civicrm/vendor/league/csv/src/InvalidArgument.php @@ -13,9 +13,88 @@ declare(strict_types=1); namespace League\Csv; +use Throwable; + /** * InvalidArgument Exception. */ class InvalidArgument extends Exception { + /** + * DEPRECATION WARNING! This class will be removed in the next major point release. + * + * @deprecated since version 9.7.0 + */ + public function __construct(string $message = '', int $code = 0, Throwable $previous = null) + { + parent::__construct($message, $code, $previous); + } + + public static function dueToInvalidChunkSize(int $length, string $method): self + { + return new self($method.'() expects the length to be a positive integer '.$length.' given.'); + } + + public static function dueToInvalidHeaderFilename(string $filename): self + { + return new self('The filename `'.$filename.'` cannot contain the "/" and "\\" characters.'); + } + + public static function dueToInvalidDelimiterCharacter(string $delimiter, string $method): self + { + return new self($method.'() expects delimiter to be a single character; `'.$delimiter.'` given.'); + } + + public static function dueToInvalidEnclosureCharacter(string $enclosure, string $method): self + { + return new self($method.'() expects enclosure to be a single character; `'.$enclosure.'` given.'); + } + + public static function dueToInvalidEscapeCharacter(string $escape, string $method): self + { + return new self($method.'() expects escape to be a single character or the empty string; `'.$escape.'` given.'); + } + + public static function dueToInvalidColumnCount(int $columns_count, string $method): self + { + return new self($method.'() expects the column count to be greater or equal to -1 '.$columns_count.' given.'); + } + + public static function dueToInvalidHeaderOffset(int $offset, string $method): self + { + return new self($method.'() expects header offset to be greater or equal to 0; `'.$offset.'` given.'); + } + + public static function dueToInvalidRecordOffset(int $offset, string $method): self + { + return new self($method.'() expects the submitted offset to be a positive integer or 0, '.$offset.' given'); + } + + /** + * @param string|int $index + */ + public static function dueToInvalidColumnIndex($index, string $type, string $method): self + { + return new self($method.'() expects the '.$type.' index to be a valid string or integer, `'.$index.'` given'); + } + + public static function dueToInvalidLimit(int $limit, string $method): self + { + return new self($method.'() expects the limit to be greater or equal to -1, '.$limit.' given.'); + } + + public static function dueToInvalidSeekingPosition(int $position, string $method): self + { + return new self($method.'() can\'t seek stream to negative line '.$position); + } + + public static function dueToStreamFilterNotFound(string $filtername): self + { + return new self('unable to locate filter `'.$filtername.'`'); + } + + public static function dueToInvalidThreshold(int $threshold, string $method): self + { + return new self($method.'() expects threshold to be null or a valid integer greater or equal to 1'); + } } diff --git a/civicrm/vendor/league/csv/src/MapIterator.php b/civicrm/vendor/league/csv/src/MapIterator.php index 03b7a25d6d..64dc5a3502 100644 --- a/civicrm/vendor/league/csv/src/MapIterator.php +++ b/civicrm/vendor/league/csv/src/MapIterator.php @@ -22,14 +22,14 @@ use Traversable; * * @internal used internally to modify CSV content */ -class MapIterator extends IteratorIterator +final class MapIterator extends IteratorIterator { /** * The callback to apply on all InnerIterator current value. * * @var callable */ - protected $callable; + private $callable; /** * New instance. @@ -46,6 +46,6 @@ class MapIterator extends IteratorIterator #[ReturnTypeWillChange] public function current() { - return ($this->callable)(parent::current(), $this->key()); + return ($this->callable)(parent::current(), parent::key()); } } diff --git a/civicrm/vendor/league/csv/src/Polyfill/EmptyEscapeParser.php b/civicrm/vendor/league/csv/src/Polyfill/EmptyEscapeParser.php index 776a938185..02b6e6f1e2 100644 --- a/civicrm/vendor/league/csv/src/Polyfill/EmptyEscapeParser.php +++ b/civicrm/vendor/league/csv/src/Polyfill/EmptyEscapeParser.php @@ -22,7 +22,6 @@ use function get_class; use function in_array; use function ltrim; use function rtrim; -use function sprintf; use function str_replace; use function substr; @@ -50,12 +49,12 @@ final class EmptyEscapeParser private static $document; /** - * @var string + * @var non-empty-string */ private static $delimiter; /** - * @var string + * @var non-empty-string */ private static $enclosure; @@ -132,12 +131,7 @@ final class EmptyEscapeParser return $document; } - throw new TypeError(sprintf( - '%s::parse expects parameter 1 to be a %s or a SplFileObject object, %s given', - self::class, - Stream::class, - get_class($document) - )); + throw new TypeError(__METHOD__.' expects parameter 1 to be a '.Stream::class.' or a SplFileObject object, '.get_class($document).' given.'); } /** diff --git a/civicrm/vendor/league/csv/src/RFC4180Field.php b/civicrm/vendor/league/csv/src/RFC4180Field.php index 7fafeedafd..60ae7a1366 100644 --- a/civicrm/vendor/league/csv/src/RFC4180Field.php +++ b/civicrm/vendor/league/csv/src/RFC4180Field.php @@ -33,26 +33,14 @@ use const STREAM_FILTER_WRITE; * * DEPRECATION WARNING! This class will be removed in the next major point release * - * @deprecated deprecated since version 9.2.0 + * @deprecated since version 9.2.0 * @see AbstractCsv::setEscape * * @see https://tools.ietf.org/html/rfc4180#section-2 */ class RFC4180Field extends php_user_filter { - const FILTERNAME = 'convert.league.csv.rfc4180'; - - /** - * the filter name used to instantiate the class with. - * - * @var string - */ - public $filtername; - - /** - * @var mixed value passed to passed to stream_filter_append or stream_filter_prepend functions. - */ - public $params; + public const FILTERNAME = 'convert.league.csv.rfc4180'; /** * The value being search for. diff --git a/civicrm/vendor/league/csv/src/Reader.php b/civicrm/vendor/league/csv/src/Reader.php index e29351dbb0..9b2cc4cc6c 100644 --- a/civicrm/vendor/league/csv/src/Reader.php +++ b/civicrm/vendor/league/csv/src/Reader.php @@ -29,7 +29,6 @@ use function iterator_count; use function iterator_to_array; use function mb_strlen; use function mb_substr; -use function sprintf; use function strlen; use function substr; use const PHP_VERSION_ID; @@ -40,6 +39,8 @@ use const STREAM_FILTER_READ; */ class Reader extends AbstractCsv implements TabularDataReader, JsonSerializable { + protected const STREAM_FILTER_MODE = STREAM_FILTER_READ; + /** * header offset. * @@ -50,7 +51,7 @@ class Reader extends AbstractCsv implements TabularDataReader, JsonSerializable /** * header record. * - * @var string[] + * @var array<string> */ protected $header = []; @@ -61,11 +62,6 @@ class Reader extends AbstractCsv implements TabularDataReader, JsonSerializable */ protected $nb_records = -1; - /** - * {@inheritdoc} - */ - protected $stream_filter_mode = STREAM_FILTER_READ; - /** * @var bool */ @@ -84,7 +80,6 @@ class Reader extends AbstractCsv implements TabularDataReader, JsonSerializable */ protected function resetProperties(): void { - parent::resetProperties(); $this->nb_records = -1; $this->header = []; } @@ -129,7 +124,7 @@ class Reader extends AbstractCsv implements TabularDataReader, JsonSerializable { $header = $this->seekRow($offset); if (in_array($header, [[], [null]], true)) { - throw new SyntaxError(sprintf('The header record does not exist or is empty at offset: `%s`', $offset)); + throw SyntaxError::dueToHeaderNotFound($offset); } if (0 !== $offset) { @@ -138,7 +133,7 @@ class Reader extends AbstractCsv implements TabularDataReader, JsonSerializable $header = $this->removeBOM($header, mb_strlen($this->getInputBOM()), $this->enclosure); if ([''] === $header) { - throw new SyntaxError(sprintf('The header record does not exist or is empty at offset: `%s`', $offset)); + throw SyntaxError::dueToHeaderNotFound($offset); } return $header; @@ -304,11 +299,15 @@ class Reader extends AbstractCsv implements TabularDataReader, JsonSerializable $header = $this->getHeader(); } - if ($header === array_unique(array_filter($header, 'is_string'))) { - return $header; + if ($header !== ($filtered_header = array_filter($header, 'is_string'))) { + throw SyntaxError::dueToInvalidHeaderColumnNames(); + } + + if ($header !== array_unique($filtered_header)) { + throw SyntaxError::dueToDuplicateHeaderColumnNames($header); } - throw new SyntaxError('The header record must be an empty or a flat array with unique string values.'); + return $header; } /** @@ -386,7 +385,7 @@ class Reader extends AbstractCsv implements TabularDataReader, JsonSerializable } if (null !== $offset && 0 > $offset) { - throw new InvalidArgument(__METHOD__.'() expects 1 Argument to be greater or equal to 0'); + throw InvalidArgument::dueToInvalidHeaderOffset($offset, __METHOD__); } $this->header_offset = $offset; diff --git a/civicrm/vendor/league/csv/src/ResultSet.php b/civicrm/vendor/league/csv/src/ResultSet.php index 7642a15765..dd510df59d 100644 --- a/civicrm/vendor/league/csv/src/ResultSet.php +++ b/civicrm/vendor/league/csv/src/ResultSet.php @@ -22,7 +22,6 @@ use function array_search; use function is_string; use function iterator_count; use function iterator_to_array; -use function sprintf; /** * Represents the result set of a {@link Reader} processed by a {@link Statement}. @@ -39,7 +38,7 @@ class ResultSet implements TabularDataReader, JsonSerializable /** * The CSV records collection header. * - * @var array + * @var array<string> */ protected $header = []; @@ -59,8 +58,12 @@ class ResultSet implements TabularDataReader, JsonSerializable */ protected function validateHeader(array $header): void { - if ($header !== array_unique(array_filter($header, 'is_string'))) { - throw new SyntaxError('The header record must be an empty or a flat array with unique string values.'); + if ($header !== ($filtered_header = array_filter($header, 'is_string'))) { + throw SyntaxError::dueToInvalidHeaderColumnNames(); + } + + if ($header !== array_unique($filtered_header)) { + throw SyntaxError::dueToDuplicateHeaderColumnNames($header); } } @@ -156,13 +159,18 @@ class ResultSet implements TabularDataReader, JsonSerializable public function fetchOne(int $nth_record = 0): array { if ($nth_record < 0) { - throw new InvalidArgument(sprintf('%s() expects the submitted offset to be a positive integer or 0, %s given', __METHOD__, $nth_record)); + throw InvalidArgument::dueToInvalidRecordOffset($nth_record, __METHOD__); } $iterator = new LimitIterator($this->records, $nth_record, 1); $iterator->rewind(); - return (array) $iterator->current(); + $result = $iterator->current(); + if (!is_array($result)) { + return []; + } + + return $result; } /** @@ -170,7 +178,7 @@ class ResultSet implements TabularDataReader, JsonSerializable */ public function fetchColumn($index = 0): Iterator { - $offset = $this->getColumnIndex($index, __METHOD__.'() expects the column index to be a valid string or integer, `%s` given'); + $offset = $this->getColumnIndex($index, 'offset', __METHOD__); $filter = static function (array $record) use ($offset): bool { return isset($record[$offset]); }; @@ -188,18 +196,20 @@ class ResultSet implements TabularDataReader, JsonSerializable /** * Filter a column name against the header if any. * - * @param string|int $field the field name or the field index - * @param string $error_message the associated error message + * @param string|int $field the field name or the field index + * @param string $method the calling method + * + * @throws Exception if the field is invalid or not found * * @return string|int */ - protected function getColumnIndex($field, string $error_message) + protected function getColumnIndex($field, string $type, string $method) { if (is_string($field)) { - return $this->getColumnIndexByValue($field, $error_message); + return $this->getColumnIndexByValue($field, $type, $method); } - return $this->getColumnIndexByKey($field, $error_message); + return $this->getColumnIndexByKey($field, $type, $method); } /** @@ -207,13 +217,13 @@ class ResultSet implements TabularDataReader, JsonSerializable * * @throws Exception if the column is not found */ - protected function getColumnIndexByValue(string $value, string $error_message): string + protected function getColumnIndexByValue(string $value, string $type, string $method): string { if (false !== array_search($value, $this->header, true)) { return $value; } - throw new InvalidArgument(sprintf($error_message, $value)); + throw InvalidArgument::dueToInvalidColumnIndex($value, $type, $method); } /** @@ -223,10 +233,10 @@ class ResultSet implements TabularDataReader, JsonSerializable * * @return int|string */ - protected function getColumnIndexByKey(int $index, string $error_message) + protected function getColumnIndexByKey(int $index, string $type, string $method) { if ($index < 0) { - throw new InvalidArgument($error_message); + throw InvalidArgument::dueToInvalidColumnIndex($index, $type, $method); } if ([] === $this->header) { @@ -234,11 +244,11 @@ class ResultSet implements TabularDataReader, JsonSerializable } $value = array_search($index, array_flip($this->header), true); - if (false !== $value) { - return $value; + if (false === $value) { + throw InvalidArgument::dueToInvalidColumnIndex($index, $type, $method); } - throw new InvalidArgument(sprintf($error_message, $index)); + return $value; } /** @@ -246,8 +256,8 @@ class ResultSet implements TabularDataReader, JsonSerializable */ public function fetchPairs($offset_index = 0, $value_index = 1): Iterator { - $offset = $this->getColumnIndex($offset_index, __METHOD__.'() expects the offset index value to be a valid string or integer, `%s` given'); - $value = $this->getColumnIndex($value_index, __METHOD__.'() expects the value index value to be a valid string or integer, `%s` given'); + $offset = $this->getColumnIndex($offset_index, 'offset', __METHOD__); + $value = $this->getColumnIndex($value_index, 'value', __METHOD__); $filter = static function (array $record) use ($offset): bool { return isset($record[$offset]); @@ -258,6 +268,7 @@ class ResultSet implements TabularDataReader, JsonSerializable }; $iterator = new MapIterator(new CallbackFilterIterator($this->records, $filter), $select); + /** @var array{0:int|string, 1:string|null} $pair */ foreach ($iterator as $pair) { yield $pair[0] => $pair[1]; } diff --git a/civicrm/vendor/league/csv/src/Statement.php b/civicrm/vendor/league/csv/src/Statement.php index 9594de1956..c20526cbaa 100644 --- a/civicrm/vendor/league/csv/src/Statement.php +++ b/civicrm/vendor/league/csv/src/Statement.php @@ -27,14 +27,14 @@ class Statement /** * Callables to filter the iterator. * - * @var callable[] + * @var array<callable> */ protected $where = []; /** * Callables to sort the iterator. * - * @var callable[] + * @var array<callable> */ protected $order_by = []; @@ -97,7 +97,7 @@ class Statement public function offset(int $offset): self { if (0 > $offset) { - throw new InvalidArgument(sprintf('%s() expects the offset to be a positive integer or 0, %s given', __METHOD__, $offset)); + throw InvalidArgument::dueToInvalidRecordOffset($offset, __METHOD__); } if ($offset === $this->offset) { @@ -118,7 +118,7 @@ class Statement public function limit(int $limit): self { if (-1 > $limit) { - throw new InvalidArgument(sprintf('%s() expects the limit to be greater or equal to -1, %s given', __METHOD__, $limit)); + throw InvalidArgument::dueToInvalidLimit($limit, __METHOD__); } if ($limit === $this->limit) { @@ -134,7 +134,7 @@ class Statement /** * Execute the prepared Statement on the {@link Reader} object. * - * @param string[] $header an optional header to use instead of the CSV document header + * @param array<string> $header an optional header to use instead of the CSV document header */ public function process(TabularDataReader $tabular_data, array $header = []): TabularDataReader { diff --git a/civicrm/vendor/league/csv/src/Stream.php b/civicrm/vendor/league/csv/src/Stream.php index 4492bf70b8..02433568c8 100644 --- a/civicrm/vendor/league/csv/src/Stream.php +++ b/civicrm/vendor/league/csv/src/Stream.php @@ -32,9 +32,9 @@ use function fseek; use function fwrite; use function get_resource_type; use function gettype; +use function is_array; use function is_resource; use function rewind; -use function sprintf; use function stream_filter_append; use function stream_filter_remove; use function stream_get_meta_data; @@ -47,77 +47,77 @@ use const SEEK_SET; * * @internal used internally to iterate over a stream resource */ -class Stream implements SeekableIterator +final class Stream implements SeekableIterator { /** * Attached filters. * * @var array<string, array<resource>> */ - protected $filters = []; + private $filters = []; /** * stream resource. * * @var resource */ - protected $stream; + private $stream; /** * Tell whether the stream should be closed on object destruction. * * @var bool */ - protected $should_close_stream = false; + private $should_close_stream = false; /** * Current iterator value. * * @var mixed can be a null false or a scalar type value */ - protected $value; + private $value; /** * Current iterator key. * * @var int */ - protected $offset; + private $offset; /** * Flags for the Document. * * @var int */ - protected $flags = 0; + private $flags = 0; /** * the field delimiter (one character only). * * @var string */ - protected $delimiter = ','; + private $delimiter = ','; /** * the field enclosure character (one character only). * * @var string */ - protected $enclosure = '"'; + private $enclosure = '"'; /** * the field escape character (one character only). * * @var string */ - protected $escape = '\\'; + private $escape = '\\'; /** * Tell whether the current stream is seekable;. * * @var bool */ - protected $is_seekable = false; + private $is_seekable = false; /** * New instance. @@ -127,11 +127,11 @@ class Stream implements SeekableIterator public function __construct($stream) { if (!is_resource($stream)) { - throw new TypeError(sprintf('Argument passed must be a stream resource, %s given', gettype($stream))); + throw new TypeError('Argument passed must be a stream resource, '.gettype($stream).' given.'); } if ('stream' !== ($type = get_resource_type($stream))) { - throw new TypeError(sprintf('Argument passed must be a stream resource, %s resource given', $type)); + throw new TypeError('Argument passed must be a stream resource, '.$type.' resource given'); } $this->is_seekable = stream_get_meta_data($stream)['seekable']; @@ -161,7 +161,7 @@ class Stream implements SeekableIterator */ public function __clone() { - throw new Exception(sprintf('An object of class %s cannot be cloned', static::class)); + throw UnavailableStream::dueToForbiddenCloning(self::class); } /** @@ -194,7 +194,7 @@ class Stream implements SeekableIterator $resource = @fopen(...$args); if (!is_resource($resource)) { - throw new Exception(sprintf('`%s`: failed to open stream: No such file or directory', $path)); + throw UnavailableStream::dueToPathNotFound($path); } $instance = new self($resource); @@ -231,14 +231,14 @@ class Stream implements SeekableIterator * * @see http://php.net/manual/en/function.stream-filter-append.php * - * @param null|mixed $params - * @throws Exception if the filter can not be appended + * + * @throws InvalidArgument if the filter can not be appended */ - public function appendFilter(string $filtername, int $read_write, $params = null): void + public function appendFilter(string $filtername, int $read_write, array $params = null): void { - $res = @stream_filter_append($this->stream, $filtername, $read_write, $params); + $res = @stream_filter_append($this->stream, $filtername, $read_write, $params ?? []); if (!is_resource($res)) { - throw new InvalidArgument(sprintf('unable to locate filter `%s`', $filtername)); + throw InvalidArgument::dueToStreamFilterNotFound($filtername); } $this->filters[$filtername][] = $res; @@ -257,23 +257,23 @@ class Stream implements SeekableIterator /** * Filter Csv control characters. * - * @throws Exception If the Csv control character is not one character only. + * @throws InvalidArgument If the Csv control character is not one character only. */ - protected function filterControl(string $delimiter, string $enclosure, string $escape, string $caller): array + private function filterControl(string $delimiter, string $enclosure, string $escape, string $caller): array { if (1 !== strlen($delimiter)) { - throw new InvalidArgument(sprintf('%s() expects delimiter to be a single character', $caller)); + throw InvalidArgument::dueToInvalidDelimiterCharacter($delimiter, $caller); } if (1 !== strlen($enclosure)) { - throw new InvalidArgument(sprintf('%s() expects enclosure to be a single character', $caller)); + throw InvalidArgument::dueToInvalidEnclosureCharacter($enclosure, $caller); } if (1 === strlen($escape) || ('' === $escape && 70400 <= PHP_VERSION_ID)) { return [$delimiter, $enclosure, $escape]; } - throw new InvalidArgument(sprintf('%s() expects escape to be a single character', $caller)); + throw InvalidArgument::dueToInvalidEscapeCharacter($escape, $caller); } /** @@ -281,7 +281,7 @@ class Stream implements SeekableIterator * * @see http://php.net/manual/en/SplFileObject.getcsvcontrol.php * - * @return string[] + * @return array<string> */ public function getCsvControl(): array { @@ -346,7 +346,7 @@ class Stream implements SeekableIterator public function rewind(): void { if (!$this->is_seekable) { - throw new Exception('stream does not support seeking'); + throw UnavailableFeature::dueToMissingStreamSeekability(); } rewind($this->stream); @@ -393,13 +393,14 @@ class Stream implements SeekableIterator /** * Retrieves the current line as a CSV Record. * - * @return array|false|null + * @return array|false */ - protected function getCurrentRecord() + private function getCurrentRecord() { + $flag = 0 !== ($this->flags & SplFileObject::SKIP_EMPTY); do { $ret = fgetcsv($this->stream, 0, $this->delimiter, $this->enclosure, $this->escape); - } while ((0 !== ($this->flags & SplFileObject::SKIP_EMPTY)) && $ret !== null && $ret !== false && $ret[0] === null); + } while ($flag && is_array($ret) && null === $ret[0]); return $ret; } @@ -415,7 +416,7 @@ class Stream implements SeekableIterator public function seek($position): void { if ($position < 0) { - throw new Exception(sprintf('%s() can\'t seek stream to negative line %d', __METHOD__, $position)); + throw InvalidArgument::dueToInvalidSeekingPosition($position, __METHOD__); } $this->rewind(); @@ -448,7 +449,7 @@ class Stream implements SeekableIterator * * @see http://php.net/manual/en/SplFileObject.fread.php * - * @param int $length The number of bytes to read + * @param int<0, max> $length The number of bytes to read * * @return string|false */ @@ -479,7 +480,7 @@ class Stream implements SeekableIterator public function fseek(int $offset, int $whence = SEEK_SET): int { if (!$this->is_seekable) { - throw new Exception('stream does not support seeking'); + throw UnavailableFeature::dueToMissingStreamSeekability(); } return fseek($this->stream, $offset, $whence); diff --git a/civicrm/vendor/league/csv/src/SyntaxError.php b/civicrm/vendor/league/csv/src/SyntaxError.php index 4794d9a747..a34b4d18b6 100644 --- a/civicrm/vendor/league/csv/src/SyntaxError.php +++ b/civicrm/vendor/league/csv/src/SyntaxError.php @@ -13,9 +13,52 @@ declare(strict_types=1); namespace League\Csv; +use Throwable; + /** * SyntaxError Exception. */ class SyntaxError extends Exception { + /** + * @var array<string> + */ + protected $duplicateColumnNames = []; + + /** + * DEPRECATION WARNING! This class will be removed in the next major point release. + * + * @deprecated since version 9.7.0 + */ + public function __construct(string $message = '', int $code = 0, Throwable $previous = null) + { + parent::__construct($message, $code, $previous); + } + + public static function dueToHeaderNotFound(int $offset): self + { + return new self('The header record does not exist or is empty at offset: `'.$offset.'`'); + } + + public static function dueToInvalidHeaderColumnNames(): self + { + return new self('The header record contains non string colum names.'); + } + + public static function dueToDuplicateHeaderColumnNames(array $header): self + { + $duplicates = array_keys(array_filter(array_count_values($header), function (int $value): bool { + return $value > 1; + })); + + $instance = new self('The header record contains duplicate column names.'); + $instance->duplicateColumnNames = $duplicates; + + return $instance; + } + + public function duplicateColumnNames(): array + { + return $this->duplicateColumnNames; + } } diff --git a/civicrm/vendor/league/csv/src/TabularDataReader.php b/civicrm/vendor/league/csv/src/TabularDataReader.php index e1dc0e112d..a9668b41ee 100644 --- a/civicrm/vendor/league/csv/src/TabularDataReader.php +++ b/civicrm/vendor/league/csv/src/TabularDataReader.php @@ -48,7 +48,7 @@ interface TabularDataReader extends Countable, IteratorAggregate * The header must contains unique string or is an empty array * if no header was specified. * - * @return string[] + * @return array<string> */ public function getHeader(): array; @@ -64,7 +64,7 @@ interface TabularDataReader extends Countable, IteratorAggregate * filled with null values while extra record fields are strip from * the returned object. * - * @param string[] $header an optional header to use instead of the CSV document header + * @param array<string> $header an optional header to use instead of the CSV document header */ public function getRecords(array $header = []): Iterator; @@ -75,7 +75,7 @@ interface TabularDataReader extends Countable, IteratorAggregate * * @param int $nth_record the tabular data record offset * - * @throws Exception if argument is lesser than 0 + * @throws UnableToProcessCsv if argument is lesser than 0 */ public function fetchOne(int $nth_record = 0): array; @@ -85,6 +85,8 @@ interface TabularDataReader extends Countable, IteratorAggregate * By default if no value is supplied the first column is fetch * * @param string|int $index CSV column index + * + * @throws UnableToProcessCsv if the column index is invalid or not found */ public function fetchColumn($index = 0): Iterator; @@ -98,6 +100,8 @@ interface TabularDataReader extends Countable, IteratorAggregate * * @param string|int $offset_index The column index to serve as offset * @param string|int $value_index The column index to serve as value + * + * @throws UnableToProcessCsv if the column index is invalid or not found */ public function fetchPairs($offset_index = 0, $value_index = 1): Iterator; } diff --git a/civicrm/vendor/league/csv/src/UnableToProcessCsv.php b/civicrm/vendor/league/csv/src/UnableToProcessCsv.php new file mode 100644 index 0000000000..3270953054 --- /dev/null +++ b/civicrm/vendor/league/csv/src/UnableToProcessCsv.php @@ -0,0 +1,20 @@ +<?php + +/** + * League.Csv (https://csv.thephpleague.com) + * + * (c) Ignace Nyamagana Butera <nyamsprod@gmail.com> + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ + +declare(strict_types=1); + +namespace League\Csv; + +use Throwable; + +interface UnableToProcessCsv extends Throwable +{ +} diff --git a/civicrm/vendor/league/csv/src/UnavailableFeature.php b/civicrm/vendor/league/csv/src/UnavailableFeature.php index 67edd7ffd6..201363707b 100644 --- a/civicrm/vendor/league/csv/src/UnavailableFeature.php +++ b/civicrm/vendor/league/csv/src/UnavailableFeature.php @@ -13,9 +13,30 @@ declare(strict_types=1); namespace League\Csv; +use Throwable; + /** * StreamFilterSupportMissing Exception. */ class UnavailableFeature extends Exception { + /** + * DEPRECATION WARNING! This class will be removed in the next major point release. + * + * @deprecated since version 9.7.0 + */ + public function __construct(string $message = '', int $code = 0, Throwable $previous = null) + { + parent::__construct($message, $code, $previous); + } + + public static function dueToUnsupportedStreamFilterApi(string $className): self + { + return new self('The stream filter API can not be used with a '.$className.' instance.'); + } + + public static function dueToMissingStreamSeekability(): self + { + return new self('stream does not support seeking'); + } } diff --git a/civicrm/vendor/league/csv/src/UnavailableStream.php b/civicrm/vendor/league/csv/src/UnavailableStream.php new file mode 100644 index 0000000000..bc2d391e0c --- /dev/null +++ b/civicrm/vendor/league/csv/src/UnavailableStream.php @@ -0,0 +1,32 @@ +<?php + +/** + * League.Csv (https://csv.thephpleague.com) + * + * (c) Ignace Nyamagana Butera <nyamsprod@gmail.com> + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ + +declare(strict_types=1); + +namespace League\Csv; + +final class UnavailableStream extends Exception +{ + private function __construct(string $message) + { + parent::__construct($message); + } + + public static function dueToPathNotFound(string $path): self + { + return new self('`'.$path.'`: failed to open stream: No such file or directory.'); + } + + public static function dueToForbiddenCloning(string $class_name): self + { + return new self('An object of class '.$class_name.' cannot be cloned.'); + } +} diff --git a/civicrm/vendor/league/csv/src/Writer.php b/civicrm/vendor/league/csv/src/Writer.php index 14cd53fc41..382d998aa5 100644 --- a/civicrm/vendor/league/csv/src/Writer.php +++ b/civicrm/vendor/league/csv/src/Writer.php @@ -28,17 +28,19 @@ use const STREAM_FILTER_WRITE; */ class Writer extends AbstractCsv { + protected const STREAM_FILTER_MODE = STREAM_FILTER_WRITE; + /** * callable collection to format the record before insertion. * - * @var callable[] + * @var array<callable> */ protected $formatters = []; /** * callable collection to validate the record before insertion. * - * @var callable[] + * @var array<callable> */ protected $validators = []; @@ -63,11 +65,6 @@ class Writer extends AbstractCsv */ protected $flush_threshold; - /** - * {@inheritdoc} - */ - protected $stream_filter_mode = STREAM_FILTER_WRITE; - /** * Regular expression used to detect if RFC4180 formatting is necessary. * @@ -87,7 +84,6 @@ class Writer extends AbstractCsv */ protected function resetProperties(): void { - parent::resetProperties(); $characters = preg_quote($this->delimiter, '/').'|'.preg_quote($this->enclosure, '/'); $this->rfc4180_regexp = '/[\s|'.$characters.']/x'; $this->rfc4180_enclosure = $this->enclosure.$this->enclosure; @@ -162,11 +158,11 @@ class Writer extends AbstractCsv */ protected function addRecord(array $record) { - if (80100 <= PHP_VERSION_ID) { - return $this->document->fputcsv($record, $this->delimiter, $this->enclosure, $this->escape, $this->newline); + if (PHP_VERSION_ID < 80100) { + return $this->document->fputcsv($record, $this->delimiter, $this->enclosure, $this->escape); } - return $this->document->fputcsv($record, $this->delimiter, $this->enclosure, $this->escape); + return $this->document->fputcsv($record, $this->delimiter, $this->enclosure, $this->escape, $this->newline); } /** @@ -208,9 +204,9 @@ class Writer extends AbstractCsv } unset($field); - $newline = "\n"; - if (80100 <= PHP_VERSION_ID) { - $newline = $this->newline; + $newline = $this->newline; + if (PHP_VERSION_ID < 80100) { + $newline = "\n"; } return $this->document->fwrite(implode($this->delimiter, $record).$newline); @@ -302,9 +298,9 @@ class Writer extends AbstractCsv /** * Set the flush threshold. * + * @param ?int $threshold * - * @param ?int $threshold - * @throws Exception if the threshold is a integer lesser than 1 + * @throws InvalidArgument if the threshold is a integer lesser than 1 */ public function setFlushThreshold(?int $threshold): self { @@ -313,7 +309,7 @@ class Writer extends AbstractCsv } if (null !== $threshold && 1 > $threshold) { - throw new InvalidArgument(__METHOD__.'() expects 1 Argument to be null or a valid integer greater or equal to 1'); + throw InvalidArgument::dueToInvalidThreshold($threshold, __METHOD__); } $this->flush_threshold = $threshold; diff --git a/civicrm/vendor/league/csv/src/XMLConverter.php b/civicrm/vendor/league/csv/src/XMLConverter.php index 610248a7f9..dd78da9bf3 100644 --- a/civicrm/vendor/league/csv/src/XMLConverter.php +++ b/civicrm/vendor/league/csv/src/XMLConverter.php @@ -58,21 +58,20 @@ class XMLConverter */ protected $offset_attr = ''; + public static function create(): self + { + return new self(); + } + /** - * Conversion method list. + * DEPRECATION WARNING! This method will be removed in the next major point release. * - * @var array + * @deprecated since version 9.7.0 + * @see XMLConverter::create() */ - protected $encoder = [ - 'field' => [ - true => 'fieldToElementWithAttribute', - false => 'fieldToElement', - ], - 'record' => [ - true => 'recordToElementWithAttribute', - false => 'recordToElement', - ], - ]; + public function __construct() + { + } /** * Convert a Record collection into a DOMDocument. @@ -93,11 +92,9 @@ class XMLConverter */ public function import(iterable $records, DOMDocument $doc): DOMElement { - $field_encoder = $this->encoder['field']['' !== $this->column_attr]; - $record_encoder = $this->encoder['record']['' !== $this->offset_attr]; $root = $doc->createElement($this->root_name); foreach ($records as $offset => $record) { - $node = $this->$record_encoder($doc, $record, $field_encoder, $offset); + $node = $this->recordToElement($doc, $record, $offset); $root->appendChild($node); } @@ -108,29 +105,18 @@ class XMLConverter * Convert a CSV record into a DOMElement and * adds its offset as DOMElement attribute. */ - protected function recordToElementWithAttribute( - DOMDocument $doc, - array $record, - string $field_encoder, - int $offset - ): DOMElement { - $node = $this->recordToElement($doc, $record, $field_encoder); - $node->setAttribute($this->offset_attr, (string) $offset); - - return $node; - } - - /** - * Convert a CSV record into a DOMElement. - */ - protected function recordToElement(DOMDocument $doc, array $record, string $field_encoder): DOMElement + protected function recordToElement(DOMDocument $doc, array $record, int $offset): DOMElement { $node = $doc->createElement($this->record_name); foreach ($record as $node_name => $value) { - $item = $this->$field_encoder($doc, (string) $value, $node_name); + $item = $this->fieldToElement($doc, (string) $value, $node_name); $node->appendChild($item); } + if ('' !== $this->offset_attr) { + $node->setAttribute($this->offset_attr, (string) $offset); + } + return $node; } @@ -142,24 +128,15 @@ class XMLConverter * * @param int|string $node_name */ - protected function fieldToElementWithAttribute(DOMDocument $doc, string $value, $node_name): DOMElement - { - $item = $this->fieldToElement($doc, $value); - $item->setAttribute($this->column_attr, (string) $node_name); - - return $item; - } - - /** - * Convert Cell to Item. - * - * @param string $value Record item value - */ - protected function fieldToElement(DOMDocument $doc, string $value): DOMElement + protected function fieldToElement(DOMDocument $doc, string $value, $node_name): DOMElement { $item = $doc->createElement($this->field_name); $item->appendChild($doc->createTextNode($value)); + if ('' !== $this->column_attr) { + $item->setAttribute($this->column_attr, (string) $node_name); + } + return $item; } diff --git a/civicrm/vendor/league/csv/src/functions.php b/civicrm/vendor/league/csv/src/functions.php index f54f70efc3..c36569e7e4 100644 --- a/civicrm/vendor/league/csv/src/functions.php +++ b/civicrm/vendor/league/csv/src/functions.php @@ -13,88 +13,36 @@ declare(strict_types=1); namespace League\Csv; -use ReflectionClass; -use function array_fill_keys; -use function array_filter; -use function array_reduce; -use function array_unique; -use function count; -use function iterator_to_array; -use function rsort; -use function strlen; -use function strpos; -use const COUNT_RECURSIVE; - /** + * DEPRECATION WARNING! This class will be removed in the next major point release. + * + * @deprecated since version 9.7.0 + * @see Info::fetchBOMSequence() + * * Returns the BOM sequence found at the start of the string. * * If no valid BOM sequence is found an empty string is returned */ function bom_match(string $str): string { - static $list; - if (null === $list) { - $list = (new ReflectionClass(ByteSequence::class))->getConstants(); - - rsort($list); - } - - foreach ($list as $sequence) { - if (0 === strpos($str, $sequence)) { - return $sequence; - } - } - - return ''; + return Info::fetchBOMSequence($str) ?? ''; } /** + * @param array<string> $delimiters + * + * @return array<string,int> + * @deprecated since version 9.7.0 + * @see Info::getDelimiterStats() + * * Detect Delimiters usage in a {@link Reader} object. * * Returns a associative array where each key represents * a submitted delimiter and each value the number CSV fields found * when processing at most $limit CSV records with the given delimiter * - * @param string[] $delimiters - * - * @return int[] */ function delimiter_detect(Reader $csv, array $delimiters, int $limit = 1): array { - $delimiter_filter = static function (string $value): bool { - return 1 === strlen($value); - }; - - $record_filter = static function (array $record): bool { - return 1 < count($record); - }; - - $stmt = Statement::create(null, 0, $limit); - - $delimiter_stats = static function (array $stats, string $delimiter) use ($csv, $stmt, $record_filter): array { - $csv->setDelimiter($delimiter); - $found_records = array_filter( - iterator_to_array($stmt->process($csv)->getRecords(), false), - $record_filter - ); - - $stats[$delimiter] = count($found_records, COUNT_RECURSIVE); - - return $stats; - }; - - $current_delimiter = $csv->getDelimiter(); - $current_header_offset = $csv->getHeaderOffset(); - $csv->setHeaderOffset(null); - - $stats = array_reduce( - array_unique(array_filter($delimiters, $delimiter_filter)), - $delimiter_stats, - array_fill_keys($delimiters, 0) - ); - - $csv->setHeaderOffset($current_header_offset); - $csv->setDelimiter($current_delimiter); - - return $stats; + return Info::getDelimiterStats($csv, $delimiters, $limit); } diff --git a/civicrm/xml/schema/Campaign/Survey.xml b/civicrm/xml/schema/Campaign/Survey.xml index 52990e5878..4ec988168e 100644 --- a/civicrm/xml/schema/Campaign/Survey.xml +++ b/civicrm/xml/schema/Campaign/Survey.xml @@ -106,7 +106,7 @@ <localizable>true</localizable> <comment>Script instructions for volunteers to use for the survey.</comment> <html> - <type>TextArea</type> + <type>RichTextEditor</type> <rows>20</rows> <cols>80</cols> </html> diff --git a/civicrm/xml/schema/Contact/Contact.xml b/civicrm/xml/schema/Contact/Contact.xml index 59078d8361..4d25e0cd87 100644 --- a/civicrm/xml/schema/Contact/Contact.xml +++ b/civicrm/xml/schema/Contact/Contact.xml @@ -60,6 +60,64 @@ <fieldName>contact_type</fieldName> <add>2.1</add> </index> + <field> + <name>external_identifier</name> + <type>varchar</type> + <length>64</length> + <html> + <type>Text</type> + <size>8</size> + <label>External Identifier</label> + </html> + + <import>true</import> + <headerPattern>/external\s?id/i</headerPattern> + <dataPattern>/^\d{11,}$/</dataPattern> + <comment>Unique trusted external ID (generally from a legacy app/datasource). Particularly useful for deduping operations.</comment> + <add>1.1</add> + </field> + <index> + <name>UI_external_identifier</name> + <unique>true</unique> + <fieldName>external_identifier</fieldName> + <add>1.7</add> + </index> + <field> + <name>display_name</name> + <title>Display Name</title> + <type>varchar</type> + <length>128</length> + <html> + <type>Text</type> + <size>30</size> + </html> + <readonly>true</readonly> + <export>true</export> + <comment>Formatted name representing preferred format for display/print/other output.</comment> + <add>1.1</add> + </field> + <field> + <name>organization_name</name> + <type>varchar</type> + <length>128</length> + <html> + <type>Text</type> + <size>30</size> + <label>Organization Name</label> + </html> + <import>true</import> + <headerPattern>/^organization|(o(rganization\s)?name)$/i</headerPattern> + <dataPattern>/^\w+$/</dataPattern> + <comment>Organization Name.</comment> + <fulltext/> + <add>1.1</add> + <contactType>Organization</contactType> + </field> + <index> + <name>index_organization_name</name> + <fieldName>organization_name</fieldName> + <add>1.8</add> + </index> <field> <name>contact_sub_type</name> <title>Contact Subtype</title> @@ -88,6 +146,67 @@ <fieldName>contact_sub_type</fieldName> <add>2.1</add> </index> + <field> + <name>first_name</name> + <type>varchar</type> + <length>64</length> + <html> + <type>Text</type> + <size>30</size> + <label>First Name</label> + </html> + <import>true</import> + <headerPattern>/^first|(f(irst\s)?name)$/i</headerPattern> + <dataPattern>/^\w+$/</dataPattern> + <fulltext/> + <comment>First Name.</comment> + <add>1.1</add> + <contactType>Individual</contactType> + </field> + <index> + <name>index_first_name</name> + <fieldName>first_name</fieldName> + <add>1.8</add> + </index> + <field> + <name>middle_name</name> + <type>varchar</type> + <length>64</length> + <html> + <type>Text</type> + <size>30</size> + <label>Middle Name</label> + </html> + <import>true</import> + <headerPattern>/^middle|(m(iddle\s)?name)$/i</headerPattern> + <dataPattern>/^\w+$/</dataPattern> + <fulltext/> + <comment>Middle Name.</comment> + <add>1.1</add> + <contactType>Individual</contactType> + </field> + <field> + <name>last_name</name> + <type>varchar</type> + <length>64</length> + <html> + <type>Text</type> + <size>30</size> + <label>Last Name</label> + </html> + <import>true</import> + <headerPattern>/^last|(l(ast\s)?name)$/i</headerPattern> + <dataPattern>/^\w+(\s\w+)?+$/</dataPattern> + <comment>Last Name.</comment> + <fulltext/> + <add>1.1</add> + <contactType>Individual</contactType> + </field> + <index> + <name>index_last_name</name> + <fieldName>last_name</fieldName> + <add>1.8</add> + </index> <field> <name>do_not_email</name> <type>boolean</type> @@ -187,28 +306,6 @@ <label>Legal Identifier</label> </html> </field> - <field> - <name>external_identifier</name> - <type>varchar</type> - <length>64</length> - <html> - <type>Text</type> - <size>8</size> - <label>External Identifier</label> - </html> - - <import>true</import> - <headerPattern>/external\s?id/i</headerPattern> - <dataPattern>/^\d{11,}$/</dataPattern> - <comment>Unique trusted external ID (generally from a legacy app/datasource). Particularly useful for deduping operations.</comment> - <add>1.1</add> - </field> - <index> - <name>UI_external_identifier</name> - <unique>true</unique> - <fieldName>external_identifier</fieldName> - <add>1.7</add> - </index> <field> <name>sort_name</name> <title>Sort Name</title> @@ -228,20 +325,6 @@ <fieldName>sort_name</fieldName> <add>2.1</add> </index> - <field> - <name>display_name</name> - <title>Display Name</title> - <type>varchar</type> - <length>128</length> - <html> - <type>Text</type> - <size>30</size> - </html> - <readonly>true</readonly> - <export>true</export> - <comment>Formatted name representing preferred format for display/print/other output.</comment> - <add>1.1</add> - </field> <field> <name>nick_name</name> <title>Nickname</title> @@ -284,7 +367,7 @@ <html> <type>File</type> <size>30</size> - <label>Image URL</label> + <label>Image</label> </html> </field> <field> @@ -328,24 +411,6 @@ </html> <add>3.2</add> </field> - <field> - <name>preferred_mail_format</name> - <type>varchar</type> - <length>8</length> - <default>"Both"</default> - <import>false</import> - <headerPattern>/^p(ref\w*\s)?m(ail\s)?f(orm\w*)$/i</headerPattern> - <comment>Deprecated setting for text vs html mailings</comment> - <add>1.1</add> - <pseudoconstant> - <callback>CRM_Core_SelectValues::pmf</callback> - </pseudoconstant> - <html> - <type>Select</type> - <label>Preferred Mail Format</label> - </html> - <deprecated>true</deprecated> - </field> <field> <name>hash</name> <title>Contact Hash</title> @@ -397,67 +462,6 @@ <comment>where contact come from, e.g. import, donate module insert...</comment> <add>1.1</add> </field> - <field> - <name>first_name</name> - <type>varchar</type> - <length>64</length> - <html> - <type>Text</type> - <size>30</size> - <label>First Name</label> - </html> - <import>true</import> - <headerPattern>/^first|(f(irst\s)?name)$/i</headerPattern> - <dataPattern>/^\w+$/</dataPattern> - <fulltext/> - <comment>First Name.</comment> - <add>1.1</add> - <contactType>Individual</contactType> - </field> - <index> - <name>index_first_name</name> - <fieldName>first_name</fieldName> - <add>1.8</add> - </index> - <field> - <name>middle_name</name> - <type>varchar</type> - <length>64</length> - <html> - <type>Text</type> - <size>30</size> - <label>Middle Name</label> - </html> - <import>true</import> - <headerPattern>/^middle|(m(iddle\s)?name)$/i</headerPattern> - <dataPattern>/^\w+$/</dataPattern> - <fulltext/> - <comment>Middle Name.</comment> - <add>1.1</add> - <contactType>Individual</contactType> - </field> - <field> - <name>last_name</name> - <type>varchar</type> - <length>64</length> - <html> - <type>Text</type> - <size>30</size> - <label>Last Name</label> - </html> - <import>true</import> - <headerPattern>/^last|(l(ast\s)?name)$/i</headerPattern> - <dataPattern>/^\w+(\s\w+)?+$/</dataPattern> - <comment>Last Name.</comment> - <fulltext/> - <add>1.1</add> - <contactType>Individual</contactType> - </field> - <index> - <name>index_last_name</name> - <fieldName>last_name</fieldName> - <add>1.8</add> - </index> <field> <name>prefix_id</name> <title>Individual Prefix</title> @@ -775,28 +779,6 @@ <add>1.1</add> <onDelete>SET NULL</onDelete> </foreignKey> - <field> - <name>organization_name</name> - <type>varchar</type> - <length>128</length> - <html> - <type>Text</type> - <size>30</size> - <label>Organization Name</label> - </html> - <import>true</import> - <headerPattern>/^organization|(o(rganization\s)?name)$/i</headerPattern> - <dataPattern>/^\w+$/</dataPattern> - <comment>Organization Name.</comment> - <fulltext/> - <add>1.1</add> - <contactType>Organization</contactType> - </field> - <index> - <name>index_organization_name</name> - <fieldName>organization_name</fieldName> - <add>1.8</add> - </index> <field> <name>sic_code</name> <type>varchar</type> @@ -909,4 +891,22 @@ <fieldName>modified_date</fieldName> <add>5.18</add> </index> + <field> + <name>preferred_mail_format</name> + <type>varchar</type> + <length>8</length> + <default>"Both"</default> + <import>false</import> + <headerPattern>/^p(ref\w*\s)?m(ail\s)?f(orm\w*)$/i</headerPattern> + <comment>Deprecated setting for text vs html mailings</comment> + <add>1.1</add> + <pseudoconstant> + <callback>CRM_Core_SelectValues::pmf</callback> + </pseudoconstant> + <html> + <type>Select</type> + <label>Preferred Mail Format</label> + </html> + <deprecated>true</deprecated> + </field> </table> diff --git a/civicrm/xml/schema/Contact/Group.xml b/civicrm/xml/schema/Contact/Group.xml index 5af8a76aa3..e6c3362620 100644 --- a/civicrm/xml/schema/Contact/Group.xml +++ b/civicrm/xml/schema/Contact/Group.xml @@ -150,6 +150,9 @@ <pseudoconstant> <optionGroupName>group_type</optionGroupName> </pseudoconstant> + <html> + <type>Select</type> + </html> <serialize>SEPARATOR_BOOKEND</serialize> <add>1.9</add> </field> @@ -184,8 +187,16 @@ <add>2.1</add> <serialize>COMMA</serialize> <pseudoconstant> - <callback>CRM_Core_PseudoConstant::allGroup</callback> + <table>civicrm_group</table> + <keyColumn>id</keyColumn> + <nameColumn>name</nameColumn> + <labelColumn>title</labelColumn> + <prefetch>FALSE</prefetch> </pseudoconstant> + <html> + <type>EntityRef</type> + <label>Parent Group(s)</label> + </html> </field> <field> <name>children</name> diff --git a/civicrm/xml/schema/Core/CustomField.xml b/civicrm/xml/schema/Core/CustomField.xml index 515cf34e93..c72403eaba 100644 --- a/civicrm/xml/schema/Core/CustomField.xml +++ b/civicrm/xml/schema/Core/CustomField.xml @@ -71,6 +71,9 @@ <localizable>true</localizable> <comment>Text for form field label (also friendly name for administering this custom property).</comment> <add>1.1</add> + <html> + <type>Text</type> + </html> </field> <field> <name>data_type</name> diff --git a/civicrm/xml/schema/Core/CustomGroup.xml b/civicrm/xml/schema/Core/CustomGroup.xml index 4d81ddcd40..c1b156b05b 100644 --- a/civicrm/xml/schema/Core/CustomGroup.xml +++ b/civicrm/xml/schema/Core/CustomGroup.xml @@ -48,6 +48,9 @@ <localizable>true</localizable> <comment>Friendly Name.</comment> <add>1.1</add> + <html> + <type>Text</type> + </html> </field> <field> <name>extends</name> @@ -60,6 +63,9 @@ <pseudoconstant> <callback>CRM_Core_BAO_CustomGroup::getCustomGroupExtendsOptions</callback> </pseudoconstant> + <html> + <type>Select</type> + </html> </field> <field> <name>extends_entity_column_id</name> diff --git a/civicrm/xml/schema/Core/File.xml b/civicrm/xml/schema/Core/File.xml index 2161fdf63b..74a32e6792 100644 --- a/civicrm/xml/schema/Core/File.xml +++ b/civicrm/xml/schema/Core/File.xml @@ -27,6 +27,12 @@ <type>int unsigned</type> <title>File Type</title> <comment>Type of file (e.g. Transcript, Income Tax Return, etc). FK to civicrm_option_value.</comment> + <pseudoconstant> + <optionGroupName>file_type</optionGroupName> + </pseudoconstant> + <html> + <type>Select</type> + </html> <add>1.5</add> </field> <field> diff --git a/civicrm/xml/schema/Core/Job.xml b/civicrm/xml/schema/Core/Job.xml index c01173f08e..ad0b558821 100644 --- a/civicrm/xml/schema/Core/Job.xml +++ b/civicrm/xml/schema/Core/Job.xml @@ -7,6 +7,11 @@ <comment>Scheduled job.</comment> <add>4.1</add> <log>false</log> + <paths> + <add>civicrm/admin/job/add?reset=1&action=add</add> + <delete>civicrm/admin/job/edit?reset=1&action=delete&id=[id]</delete> + <update>civicrm/admin/job/edit?reset=1&action=edit&id=[id]</update> + </paths> <field> <name>id</name> <title>Job ID</title> @@ -88,6 +93,9 @@ <length>255</length> <comment>Title of the job</comment> <add>4.1</add> + <html> + <type>Text</type> + </html> </field> <field> <name>description</name> @@ -96,6 +104,11 @@ <length>255</length> <comment>Description of the job</comment> <add>4.1</add> + <html> + <type>TextArea</type> + <rows>4</rows> + <cols>60</cols> + </html> </field> <field> <name>api_entity</name> diff --git a/civicrm/xml/schema/Core/Mapping.xml b/civicrm/xml/schema/Core/Mapping.xml index f629d6b0d5..470bad7526 100644 --- a/civicrm/xml/schema/Core/Mapping.xml +++ b/civicrm/xml/schema/Core/Mapping.xml @@ -5,6 +5,7 @@ <class>Mapping</class> <name>civicrm_mapping</name> <comment>Store field mappings in import or export for reuse</comment> + <labelField>name</labelField> <add>1.2</add> <field> <name>id</name> @@ -25,9 +26,10 @@ <field> <name>name</name> <title>Mapping Name</title> + <required>true</required> <type>varchar</type> <length>64</length> - <comment>Name of Mapping</comment> + <comment>Unique name of Mapping</comment> <add>1.2</add> </field> <field> @@ -54,6 +56,7 @@ <index> <name>UI_name</name> <fieldName>name</fieldName> + <unique>true</unique> <add>1.2</add> </index> </table> diff --git a/civicrm/xml/schema/Core/Setting.xml b/civicrm/xml/schema/Core/Setting.xml index 203977af5d..08b83f4051 100644 --- a/civicrm/xml/schema/Core/Setting.xml +++ b/civicrm/xml/schema/Core/Setting.xml @@ -59,13 +59,13 @@ <name>domain_id</name> <title>Domain ID</title> <type>int unsigned</type> - <required>true</required> + <default>NULL</default> <pseudoconstant> <table>civicrm_domain</table> <keyColumn>id</keyColumn> <labelColumn>name</labelColumn> </pseudoconstant> - <comment>Which Domain is this menu item for</comment> + <comment>Which Domain does this setting belong to</comment> <html> <label>Domain</label> </html> @@ -101,7 +101,7 @@ <type>boolean</type> <default>0</default> <required>true</required> - <comment>Is this setting a contact specific or site wide setting?</comment> + <comment>Is this setting per-domain or global?</comment> <add>4.1</add> </field> <field> diff --git a/civicrm/xml/schema/Mailing/Event/MailingEventClickThrough.xml b/civicrm/xml/schema/Mailing/Event/MailingEventTrackableURLOpen.xml similarity index 83% rename from civicrm/xml/schema/Mailing/Event/MailingEventClickThrough.xml rename to civicrm/xml/schema/Mailing/Event/MailingEventTrackableURLOpen.xml index 448c4da1b0..bc97ee81d5 100644 --- a/civicrm/xml/schema/Mailing/Event/MailingEventClickThrough.xml +++ b/civicrm/xml/schema/Mailing/Event/MailingEventTrackableURLOpen.xml @@ -2,8 +2,10 @@ <table> <base>CRM/Mailing/Event</base> - <class>MailingEventClickThrough</class> + <class>MailingEventTrackableURLOpen</class> <name>civicrm_mailing_event_trackable_url_open</name> + <title>Mailing Link Clickthrough</title> + <titlePlural>Mailing Link Clickthroughs</titlePlural> <comment>Tracks when a TrackableURL is clicked by a recipient.</comment> <archive>true</archive> <component>CiviMail</component> @@ -29,6 +31,7 @@ <comment>FK to EventQueue</comment> <html> <label>Recipient</label> + <type>EntityRef</type> </html> </field> <foreignKey> @@ -44,7 +47,8 @@ <required>true</required> <comment>FK to TrackableURL</comment> <html> - <label>Trackable Url</label> + <label>Mailing Link</label> + <type>EntityRef</type> </html> </field> <foreignKey> @@ -59,6 +63,10 @@ <type>timestamp</type> <default>CURRENT_TIMESTAMP</default> <required>true</required> + <html> + <label>Opened Date</label> + <type>Date</type> + </html> <comment>When this trackable URL open occurred.</comment> </field> </table> diff --git a/civicrm/xml/schema/Mailing/Event/files.xml b/civicrm/xml/schema/Mailing/Event/files.xml index eac25940e0..0a359a9080 100644 --- a/civicrm/xml/schema/Mailing/Event/files.xml +++ b/civicrm/xml/schema/Mailing/Event/files.xml @@ -10,7 +10,7 @@ <xi:include href="MailingEventReply.xml" parse="xml" /> <xi:include href="MailingEventSubscribe.xml" parse="xml" /> <xi:include href="MailingEventConfirm.xml" parse="xml" /> -<xi:include href="MailingEventClickThrough.xml" parse="xml" /> +<xi:include href="MailingEventTrackableURLOpen.xml" parse="xml" /> <xi:include href="MailingEventUnsubscribe.xml" parse="xml" /> </tables> diff --git a/civicrm/xml/schema/Mailing/TrackableURL.xml b/civicrm/xml/schema/Mailing/MailingTrackableURL.xml similarity index 88% rename from civicrm/xml/schema/Mailing/TrackableURL.xml rename to civicrm/xml/schema/Mailing/MailingTrackableURL.xml index a22a6bc1c1..337e8adbbf 100644 --- a/civicrm/xml/schema/Mailing/TrackableURL.xml +++ b/civicrm/xml/schema/Mailing/MailingTrackableURL.xml @@ -2,8 +2,10 @@ <table> <base>CRM/Mailing</base> - <class>TrackableURL</class> + <class>MailingTrackableURL</class> <name>civicrm_mailing_trackable_url</name> + <title>Mailing Link</title> + <titlePlural>Mailing Links</titlePlural> <comment>Stores URLs for which we should track click-throughs from mailings</comment> <archive>true</archive> <component>CiviMail</component> @@ -34,6 +36,7 @@ <required>true</required> <html> <label>Mailing</label> + <type>EntityRef</type> </html> <comment>FK to the mailing</comment> </field> diff --git a/civicrm/xml/schema/Mailing/files.xml b/civicrm/xml/schema/Mailing/files.xml index 00c885a810..73217f3a75 100644 --- a/civicrm/xml/schema/Mailing/files.xml +++ b/civicrm/xml/schema/Mailing/files.xml @@ -6,7 +6,7 @@ <xi:include href="Mailing.xml" parse="xml" /> <xi:include href="MailingAB.xml" parse="xml" /> <xi:include href="MailingGroup.xml" parse="xml" /> -<xi:include href="TrackableURL.xml" parse="xml" /> +<xi:include href="MailingTrackableURL.xml" parse="xml" /> <xi:include href="MailingJob.xml" parse="xml" /> <xi:include href="MailingRecipients.xml" parse="xml" /> <xi:include href="BounceType.xml" parse="xml" /> diff --git a/civicrm/xml/schema/Price/PriceSet.xml b/civicrm/xml/schema/Price/PriceSet.xml index c52132cd7a..3687426043 100644 --- a/civicrm/xml/schema/Price/PriceSet.xml +++ b/civicrm/xml/schema/Price/PriceSet.xml @@ -134,10 +134,9 @@ <required>true</required> <comment>What components are using this price set?</comment> <pseudoconstant> - <table>civicrm_component</table> - <keyColumn>id</keyColumn> - <labelColumn>name</labelColumn> + <callback>CRM_Price_BAO_PriceSet::getExtendsOptions</callback> </pseudoconstant> + <serialize>SEPARATOR_BOOKEND</serialize> <add>3.1</add> <html> <type>Text</type> diff --git a/civicrm/xml/templates/civicrm_data.tpl b/civicrm/xml/templates/civicrm_data.tpl index c250b2650d..a9020076ba 100644 --- a/civicrm/xml/templates/civicrm_data.tpl +++ b/civicrm/xml/templates/civicrm_data.tpl @@ -214,7 +214,8 @@ VALUES ('contribution_recur_status' , '{ts escape="sql"}Recurring Contribution Status{/ts}' , NULL, 1, 1, 1, 'name,label,description', NULL), ('environment' , '{ts escape="sql"}Environment{/ts}' , NULL, 1, 1, 0, 'name,label,description', NULL), ('activity_default_assignee' , '{ts escape="sql"}Activity default assignee{/ts}' , NULL, 1, 1, 0, 'name,label,description', NULL), - ('entity_batch_extends' , '{ts escape="sql"}Entity Batch Extends{/ts}' , NULL, 1, 1, 0, 'name,label,description', NULL); + ('entity_batch_extends' , '{ts escape="sql"}Entity Batch Extends{/ts}' , NULL, 1, 1, 0, 'name,label,description', NULL), + ('file_type' , '{ts escape="sql"}File Type{/ts}' , 'Integer', 1, 1, 0, 'name,label,description', NULL); SELECT @option_group_id_pcm := max(id) from civicrm_option_group where name = 'preferred_communication_method'; SELECT @option_group_id_act := max(id) from civicrm_option_group where name = 'activity_type'; @@ -1754,10 +1755,10 @@ VALUES -- CRM-9714 INSERT INTO `civicrm_price_set` ( `name`, `title`, `is_active`, `extends`, `is_quick_config`, `financial_type_id`, `is_reserved` ) -VALUES ( 'default_contribution_amount', 'Contribution Amount', '1', '2', '1', NULL,1), -( 'default_membership_type_amount', 'Membership Amount', '1', '3', '1', @financial_type_id_md,1); +VALUES ( 'default_contribution_amount', 'Contribution Amount', '1', '2', '1', NULL, 1), +( 'default_membership_type_amount', 'Membership Amount', '1', '3', '1', @financial_type_id_md, 1); -SELECT @setID := max(id) FROM civicrm_price_set WHERE name = 'default_contribution_amount' AND extends = 2 AND is_quick_config = 1 ; +SELECT @setID := max(id) FROM civicrm_price_set WHERE name = 'default_contribution_amount' AND is_quick_config = 1; INSERT INTO `civicrm_price_field` (`price_set_id`, `name`, `label`, `html_type`,`weight`, `is_display_amounts`, `options_per_line`, `is_active`, `is_required`,`visibility_id` ) VALUES ( @setID, 'contribution_amount', 'Contribution Amount', 'Text', '1', '1', '1', '1', '1', '1' ); diff --git a/civicrm/xml/templates/civicrm_sample.tpl b/civicrm/xml/templates/civicrm_sample.tpl index a7d647bb99..266052884f 100644 --- a/civicrm/xml/templates/civicrm_sample.tpl +++ b/civicrm/xml/templates/civicrm_sample.tpl @@ -15,7 +15,7 @@ SELECT @domainID := id FROM civicrm_domain where name = 'Default Domain Name'; -- Sample Extended Property Group and Fields INSERT INTO `civicrm_price_set` (`name`,`title`,`is_active`,`extends`,`is_quick_config`, `financial_type_id`) -VALUES ('help_support_civicrm_amount', 'Help Support CiviCRM!', 1, 2, 0, 1); +VALUES ('help_support_civicrm_amount', 'Help Support CiviCRM!', 1, '2', 0, 1); SELECT @priceSetId := max(id) FROM `civicrm_price_set` WHERE name = 'help_support_civicrm_amount'; @@ -141,7 +141,7 @@ SELECT @priceFieldId, LOWER(name), name, description, minimum_fee, id as weight, INSERT INTO `civicrm_price_set` (`name`,`title`,`is_active`,`extends`, `financial_type_id`, `is_quick_config`) -VALUES ('member_signup_and_renewal', 'Member Signup and Renewal', 1, 3, @financial_type_id, 1), +VALUES ('member_signup_and_renewal', 'Member Signup and Renewal', 1, '3', @financial_type_id, 1), ('pledge_for_civicrm', 'Pledge for CiviCRM!',1,2,null,1); SELECT @priceSetId := max(id) FROM `civicrm_price_set` WHERE name = 'member_signup_and_renewal'; @@ -181,9 +181,9 @@ VALUES -- Insert sample data for event INSERT INTO `civicrm_price_set` (`name`,`title`,`is_active`,`extends`, `is_quick_config`, `financial_type_id`) -VALUES ('rain_forest_cup_youth_soccer_tournament', 'Rain-forest Cup Youth Soccer Tournament', 1, 1, 1,3), - ('fall_fundraiser_dinner', 'Fall Fundraiser Dinner', 1, 1, 1,3), - ('summer_solstice_festival_day_concert', 'Summer Solstice Festival Day Concert',1,1,0,3); +VALUES ('rain_forest_cup_youth_soccer_tournament', 'Rain-forest Cup Youth Soccer Tournament', 1, '1', 1, 3), + ('fall_fundraiser_dinner', 'Fall Fundraiser Dinner', 1, '1', 1, 3), + ('summer_solstice_festival_day_concert', 'Summer Solstice Festival Day Concert', 1, '1', 0, 3); SELECT @priceSetId := max(id) FROM `civicrm_price_set` WHERE `name` = 'rain_forest_cup_youth_soccer_tournament'; diff --git a/civicrm/xml/templates/message_templates/contribution_online_receipt_text.tpl b/civicrm/xml/templates/message_templates/contribution_online_receipt_text.tpl index c59a8976e8..44afc91056 100644 --- a/civicrm/xml/templates/message_templates/contribution_online_receipt_text.tpl +++ b/civicrm/xml/templates/message_templates/contribution_online_receipt_text.tpl @@ -33,7 +33,7 @@ {/foreach} {if $isShowTax && '{contribution.tax_amount|raw}' !== '0.00'} -{ts}Amount before Tax{/ts}: {$amount-$totalTaxAmount|crmMoney:$currency} +{ts}Amount before Tax:{/ts} {$amount-$totalTaxAmount|crmMoney:$currency} {foreach from=$taxRateBreakdown item=taxDetail key=taxRate} {if $taxRate == 0}{ts}No{/ts} {$taxTerm}{else}{$taxTerm} {$taxDetail.percentage}%{/if} : {$taxDetail.amount|crmMoney:'{contribution.currency}'} {/foreach} diff --git a/civicrm/xml/templates/message_templates/event_offline_receipt_text.tpl b/civicrm/xml/templates/message_templates/event_offline_receipt_text.tpl index 30f9c83fde..ffd6ab3336 100644 --- a/civicrm/xml/templates/message_templates/event_offline_receipt_text.tpl +++ b/civicrm/xml/templates/message_templates/event_offline_receipt_text.tpl @@ -122,7 +122,7 @@ {if !empty($dataArray)} {if $totalAmount and $totalTaxAmount} -{ts}Amount before Tax{/ts}: {$totalAmount-$totalTaxAmount|crmMoney:$currency} +{ts}Amount before Tax:{/ts} {$totalAmount-$totalTaxAmount|crmMoney:$currency} {/if} {foreach from=$dataArray item=value key=priceset} diff --git a/civicrm/xml/templates/message_templates/event_online_receipt_text.tpl b/civicrm/xml/templates/message_templates/event_online_receipt_text.tpl index bafd207097..bacdec2bfd 100644 --- a/civicrm/xml/templates/message_templates/event_online_receipt_text.tpl +++ b/civicrm/xml/templates/message_templates/event_online_receipt_text.tpl @@ -142,7 +142,7 @@ You were registered by: {$payer.name} {if !empty($dataArray)} {if isset($totalAmount) and isset($totalTaxAmount)} -{ts}Amount before Tax{/ts}: {$totalAmount-$totalTaxAmount|crmMoney:$currency} +{ts}Amount before Tax:{/ts} {$totalAmount-$totalTaxAmount|crmMoney:$currency} {/if} {foreach from=$dataArray item=value key=priceset} diff --git a/civicrm/xml/templates/message_templates/membership_offline_receipt_html.tpl b/civicrm/xml/templates/message_templates/membership_offline_receipt_html.tpl index 0d00a94e11..3ad595fbb8 100644 --- a/civicrm/xml/templates/message_templates/membership_offline_receipt_html.tpl +++ b/civicrm/xml/templates/message_templates/membership_offline_receipt_html.tpl @@ -25,6 +25,7 @@ {assign var="greeting" value="{contact.email_greeting_display}"}{if $greeting}<p>{$greeting},</p>{/if} {if $receipt_text} <p>{$receipt_text|htmlize}</p> + {else} <p>{ts}Thank you for this contribution.{/ts}</p> {/if} </td> @@ -32,7 +33,7 @@ <tr> <td> <table style="border: 1px solid #999; margin: 1em 0em 1em; border-collapse: collapse; width:100%;"> - {if empty($lineItem)} + {if !$isShowLineItems} <tr> <th {$headerStyle}> {ts}Membership Information{/ts} @@ -43,18 +44,18 @@ {ts}Membership Type{/ts} </td> <td {$valueStyle}> - {$membership_name} + {membership.membership_type_id:name} </td> </tr> {/if} - {if empty($cancelled)} - {if empty($lineItem)} + {if '{membership.status_id:name}' !== 'Cancelled'} + {if !$isShowLineItems} <tr> <td {$labelStyle}> {ts}Membership Start Date{/ts} </td> <td {$valueStyle}> - {$mem_start_date} + {membership.start_date|crmDate:"Full"} </td> </tr> <tr> @@ -62,36 +63,35 @@ {ts}Membership Expiration Date{/ts} </td> <td {$valueStyle}> - {$mem_end_date} + {membership.end_date|crmDate:"Full"} </td> </tr> {/if} - {if $formValues.total_amount OR $formValues.total_amount eq 0 } + {if '{contribution.total_amount|raw}' !== '0.00'} <tr> <th {$headerStyle}> {ts}Membership Fee{/ts} </th> </tr> - {if !empty($formValues.contributionType_name)} + {if {contribution.financial_type_id|boolean}} <tr> <td {$labelStyle}> {ts}Financial Type{/ts} </td> <td {$valueStyle}> - {$formValues.contributionType_name} + {contribution.financial_type_id:label} </td> </tr> {/if} - {if !empty($lineItem)} - {foreach from=$lineItem item=value key=priceset} + {if $isShowLineItems} <tr> <td colspan="2" {$valueStyle}> <table> <tr> <th>{ts}Item{/ts}</th> <th>{ts}Fee{/ts}</th> - {if !empty($dataArray)} + {if $isShowTax && '{contribution.tax_amount|raw}' !== '0.00'} <th>{ts}SubTotal{/ts}</th> <th>{ts}Tax Rate{/ts}</th> <th>{ts}Tax Amount{/ts}</th> @@ -100,77 +100,67 @@ <th>{ts}Membership Start Date{/ts}</th> <th>{ts}Membership Expiration Date{/ts}</th> </tr> - {foreach from=$value item=line} + {foreach from=$lineItems item=line} <tr> - <td> - {if $line.html_type eq 'Text'}{$line.label}{else}{$line.field_title} - {$line.label}{/if} {if $line.description} - <div>{$line.description|truncate:30:"..."}</div>{/if} - </td> + <td>{$line.title}</td> <td> {$line.line_total|crmMoney} </td> - {if !empty($dataArray)} + {if $isShowTax && '{contribution.tax_amount|raw}' !== '0.00'} <td> - {$line.unit_price*$line.qty|crmMoney} + {$line.unit_price*$line.qty|crmMoney:'{contribution.currency}'} </td> {if $line.tax_rate || $line.tax_amount != ""} <td> {$line.tax_rate|string_format:"%.2f"}% </td> <td> - {$line.tax_amount|crmMoney} + {$line.tax_amount|crmMoney:'{contribution.currency}'} </td> {else} <td></td> <td></td> {/if} <td> - {$line.line_total+$line.tax_amount|crmMoney} + {$line.line_total+$line.tax_amount|crmMoney:'{contribution.currency}'} </td> {/if} <td> - {$line.start_date} + {$line.membership.start_date|crmDate:"Full"} </td> <td> - {$line.end_date} + {$line.membership.end_date|crmDate:"Full"} </td> </tr> {/foreach} </table> </td> </tr> - {/foreach} - {if !empty($dataArray)} - {if $formValues.total_amount and $totalTaxAmount} + + {if $isShowTax && '{contribution.tax_amount|raw}' !== '0.00'} <tr> <td {$labelStyle}> - {ts}Amount Before Tax:{/ts} + {ts}Amount Before Tax:{/ts} </td> <td {$valueStyle}> - {$formValues.total_amount-$totalTaxAmount|crmMoney} + {contribution.tax_exclusive_amount} </td> </tr> - {/if} - {foreach from=$dataArray item=value key=priceset} + {foreach from=$taxRateBreakdown item=taxDetail key=taxRate} <tr> - {if $priceset} - <td> {$taxTerm} {$priceset|string_format:"%.2f"}%</td> - <td> {$value|crmMoney:$currency}</td> - {elseif $priceset == 0} - <td> {ts}No{/ts} {$taxTerm}</td> - <td> {$value|crmMoney:$currency}</td> - {/if} + <td {$labelStyle}>{if $taxRate == 0}{ts}No{/ts} {$taxTerm}{else} {$taxTerm} {$taxDetail.percentage}%{/if}</td> + <td {$valueStyle}>{$taxDetail.amount|crmMoney:'{contribution.currency}'}</td> </tr> {/foreach} {/if} {/if} - {if $totalTaxAmount} + {if '{contribution.tax_amount|raw}' !== '0.00'} <tr> <td {$labelStyle}> {ts}Total Tax Amount{/ts} </td> <td {$valueStyle}> - {$totalTaxAmount|crmMoney:$currency} + {contribution.tax_amount} </td> </tr> {/if} @@ -179,35 +169,35 @@ {ts}Amount{/ts} </td> <td {$valueStyle}> - {$formValues.total_amount|crmMoney} + {contribution.total_amount} </td> </tr> - {if !empty($receive_date)} + {if {contribution.receive_date|boolean}} <tr> <td {$labelStyle}> {ts}Date Received{/ts} </td> <td {$valueStyle}> - {$receive_date|truncate:10:''|crmDate} + {contribution.receive_date} </td> </tr> {/if} - {if !empty($formValues.paidBy)} + {if {contribution.payment_instrument_id|boolean}} <tr> <td {$labelStyle}> {ts}Paid By{/ts} </td> <td {$valueStyle}> - {$formValues.paidBy} + {contribution.payment_instrument_id:label} </td> </tr> - {if !empty($formValues.check_number)} + {if {contribution.check_number|boolean}} <tr> <td {$labelStyle}> {ts}Check Number{/ts} </td> <td {$valueStyle}> - {$formValues.check_number} + {contribution.check_number} </td> </tr> {/if} diff --git a/civicrm/xml/templates/message_templates/membership_offline_receipt_text.tpl b/civicrm/xml/templates/message_templates/membership_offline_receipt_text.tpl index 16207453d0..4e91a2c321 100644 --- a/civicrm/xml/templates/message_templates/membership_offline_receipt_text.tpl +++ b/civicrm/xml/templates/message_templates/membership_offline_receipt_text.tpl @@ -4,32 +4,31 @@ {$receipt_text} {else}{ts}Thank you for this contribution.{/ts}{/if} -{if empty($lineItem)} +{if !$isShowLineItems} =========================================================== {ts}Membership Information{/ts} =========================================================== -{ts}Membership Type{/ts}: {$membership_name} +{ts}Membership Type{/ts}: {membership.membership_type_id:name} {/if} -{if empty($cancelled)} -{if empty($lineItem)} -{ts}Membership Start Date{/ts}: {$mem_start_date} -{ts}Membership Expiration Date{/ts}: {$mem_end_date} +{if '{membership.status_id:name}' !== 'Cancelled'} +{if !$isShowLineItems} +{ts}Membership Start Date{/ts}: {membership.start_date|crmDate:"Full"} +{ts}Membership Expiration Date{/ts}: {membership.end_date|crmDate:"Full"} {/if} -{if $formValues.total_amount OR $formValues.total_amount eq 0 } +{if '{contribution.total_amount|raw}' !== '0.00'} =========================================================== {ts}Membership Fee{/ts} =========================================================== -{if !empty($formValues.contributionType_name)} -{ts}Financial Type{/ts}: {$formValues.contributionType_name} +{if {contribution.financial_type_id|boolean}} +{ts}Financial Type{/ts}: {contribution.financial_type_id:label} {/if} -{if !empty($lineItem)} -{foreach from=$lineItem item=value key=priceset} +{if $isShowLineItems} {capture assign=ts_item}{ts}Item{/ts}{/capture} {capture assign=ts_total}{ts}Fee{/ts}{/capture} -{if !empty($dataArray)} +{if $isShowTax && '{contribution.tax_amount|raw}' !== '0.00'} {capture assign=ts_subtotal}{ts}Subtotal{/ts}{/capture} {capture assign=ts_taxRate}{ts}Tax Rate{/ts}{/capture} {capture assign=ts_taxAmount}{ts}Tax Amount{/ts}{/capture} @@ -37,40 +36,35 @@ {/if} {capture assign=ts_start_date}{ts}Membership Start Date{/ts}{/capture} {capture assign=ts_end_date}{ts}Membership Expiration Date{/ts}{/capture} -{$ts_item|string_format:"%-30s"} {$ts_total|string_format:"%10s"} {if !empty($dataArray)} {$ts_subtotal|string_format:"%10s"} {$ts_taxRate|string_format:"%10s"} {$ts_taxAmount|string_format:"%10s"} {$ts_total|string_format:"%10s"} {/if} {$ts_start_date|string_format:"%20s"} {$ts_end_date|string_format:"%20s"} +{$ts_item|string_format:"%-30s"} {$ts_total|string_format:"%10s"} {if $isShowTax && '{contribution.tax_amount|raw}' !== '0.00'} {$ts_subtotal|string_format:"%10s"} {$ts_taxRate|string_format:"%10s"} {$ts_taxAmount|string_format:"%10s"} {$ts_total|string_format:"%10s"} {/if} {$ts_start_date|string_format:"%20s"} {$ts_end_date|string_format:"%20s"} -------------------------------------------------------------------------------------------------- -{foreach from=$value item=line} -{capture assign=ts_item}{if $line.html_type eq 'Text'}{$line.label}{else}{$line.field_title} - {$line.label}{/if} {if $line.description} {$line.description}{/if}{/capture}{$ts_item|truncate:30:"..."|string_format:"%-30s"} {$line.line_total|crmMoney|string_format:"%10s"} {if !empty($dataArray)} {$line.unit_price*$line.qty|crmMoney:$currency|string_format:"%10s"} {if $line.tax_rate || $line.tax_amount != ""} {$line.tax_rate|string_format:"%.2f"} % {$line.tax_amount|crmMoney:$currency|string_format:"%10s"} {else} {/if} {$line.line_total+$line.tax_amount|crmMoney|string_format:"%10s"} {/if} {$line.start_date|string_format:"%20s"} {$line.end_date|string_format:"%20s"} -{/foreach} +{foreach from=$lineItems item=line} +{line.title} {$line.line_total|crmMoney|string_format:"%10s"} {if $isShowTax && '{contribution.tax_amount|raw}' !== '0.00'} {$line.unit_price*$line.qty|crmMoney:'{contribution.currency}'|string_format:"%10s"} {if $line.tax_rate || $line.tax_amount != ""} {$line.tax_rate|string_format:"%.2f"} % {$line.tax_amount|crmMoney:'{contribution.currency}'|string_format:"%10s"} {else} {/if} {$line.line_total+$line.tax_amount|crmMoney|string_format:"%10s"} {/if} {$line.membership.start_date|string_format:"%20s"} {$line.membership.end_date|string_format:"%20s"} {/foreach} -{if !empty($dataArray)} -{ts}Amount before Tax{/ts}: {$formValues.total_amount-$totalTaxAmount|crmMoney:$currency} +{if $isShowTax && '{contribution.tax_amount|raw}' !== '0.00'} +{ts}Amount before Tax:{/ts} {contribution.tax_exclusive_amount} -{foreach from=$dataArray item=value key=priceset} -{if $priceset} -{$taxTerm} {$priceset|string_format:"%.2f"} %: {$value|crmMoney:$currency} -{elseif $priceset == 0} -{ts}No{/ts} {$taxTerm}: {$value|crmMoney:$currency} -{/if} +{foreach from=$taxRateBreakdown item=taxDetail key=taxRate} +{if $taxRate == 0}{ts}No{/ts} {$taxTerm}{else} {$taxTerm} {$taxDetail.percentage}%{/if}: {$taxDetail.amount|crmMoney:'{contribution.currency}'} {/foreach} {/if} -------------------------------------------------------------------------------------------------- {/if} -{if $totalTaxAmount} -{ts}Total Tax Amount{/ts}: {$totalTaxAmount|crmMoney:$currency} +{if '{contribution.tax_amount|raw}' !== '0.00'} +{ts}Total Tax Amount{/ts}: {contribution.tax_amount} {/if} -{ts}Amount{/ts}: {$formValues.total_amount|crmMoney} -{if !empty($receive_date)} -{ts}Date Received{/ts}: {$receive_date|truncate:10:''|crmDate} +{ts}Amount{/ts}: {contribution.total_amount} +{if {contribution.receive_date|boolean}} +{ts}Date Received{/ts}: {contribution.receive_date} {/if} -{if !empty($formValues.paidBy)} -{ts}Paid By{/ts}: {$formValues.paidBy} -{if !empty($formValues.check_number)} -{ts}Check Number{/ts}: {$formValues.check_number} +{if {contribution.payment_instrument_id|boolean}} +{ts}Paid By{/ts}: {contribution.payment_instrument_id:label} +{if {contribution.check_number|boolean}} +{ts}Check Number{/ts}: {contribution.check_number|boolean} {/if} {/if} {/if} diff --git a/civicrm/xml/templates/message_templates/membership_online_receipt_text.tpl b/civicrm/xml/templates/message_templates/membership_online_receipt_text.tpl index 12e9774c20..1d4b977232 100644 --- a/civicrm/xml/templates/message_templates/membership_online_receipt_text.tpl +++ b/civicrm/xml/templates/message_templates/membership_online_receipt_text.tpl @@ -70,7 +70,7 @@ {/foreach} {if !empty($dataArray)} -{ts}Amount before Tax{/ts}: {$amount-$totalTaxAmount|crmMoney:$currency} +{ts}Amount before Tax:{/ts} {$amount-$totalTaxAmount|crmMoney:$currency} {foreach from=$dataArray item=value key=priceset} {if $priceset || $priceset == 0} diff --git a/civicrm/xml/version.xml b/civicrm/xml/version.xml index c0e233220c..66204f745c 100644 --- a/civicrm/xml/version.xml +++ b/civicrm/xml/version.xml @@ -1,4 +1,4 @@ <?xml version="1.0" encoding="iso-8859-1" ?> <version> - <version_no>5.61.4</version_no> + <version_no>5.62.0</version_no> </version> -- GitLab