From 16e0bbcbf9703de37e7b6e517a0a07e1885df4c8 Mon Sep 17 00:00:00 2001 From: Jonathan Rosenbaum Date: Sat, 30 Jan 2016 03:16:50 +0000 Subject: [PATCH] Adds documentation for Memberships transaction_type_id. --- sql/populate.sql | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sql/populate.sql b/sql/populate.sql index 151a870..decbe17 100644 --- a/sql/populate.sql +++ b/sql/populate.sql @@ -139,6 +139,10 @@ INSERT INTO contacts ( -- Deposit (transaction_type_id) is a special transaction type that behaves differently in the log -- for a good reason. -- +-- MEMBERSHIPS +-- Memberships (transaction_type_id) is a special transaction type in that the software keeps track of paid +-- memberships and statistics. +-- -- DONATIONS are best complimented with anonymous, see below. -- -- "show_payment" shows cash, credit, and check payment types if selected.