From 8810c7f3f1eddf79b0af804d885601fb1ddefdeb Mon Sep 17 00:00:00 2001 From: Jonathan Rosenbaum Date: Wed, 9 May 2018 07:32:19 +0000 Subject: [PATCH] This fixes #65. * Hadn't updated populate.sql to take advantage of the new change, and demo it out of the box. Nice default. * show_soldto_not_signed_in = 1 & show_soldto_signed_in = 0 --- sql/populate.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql/populate.sql b/sql/populate.sql index 6720b8c..e797ebc 100644 --- a/sql/populate.sql +++ b/sql/populate.sql @@ -198,7 +198,7 @@ INSERT INTO transaction_types ("Used Parts", 3, 1, 1, 1, 1, 0, 1, 1, 1, 1, "Sale Date", "Sold By"," ", "Sold To", 1, "Description", "Sales", 1, 0, 0), ("Trade-ups/Ins", 4, 1, 1, 1, 1, 0, 1, 1, 1, 1, "Sale Date", "Sold By"," ", "Sold To", 1, "Description", "Sales", 1, 0, 0), ("Helmets", 5, 1, 1, 1, 1, 0, 1, 1, 1, 1, "Sale Date", "Sold By"," ", "Sold To", 1, "Description", "Sales", 1, 0, 0), - ("Donations", 6, 1, 0, 1, 1, 0, 0, 1, 1, 1, "Donation Date", "Received by"," ", "Donated by", 1, "Description", "Donations", 0, 1, 0), + ("Donations", 6, 1, 0, 1, 1, 0, 0, 1, 1, 1, "Donation Date", "Received by"," ", "Donated by", 0, "Description", "Donations", 0, 1, 1), ("Monetary Donations", 7, 1, 0, 1, 1, 0, 1, 1, 1, 1, "Donation Date", "Received by"," ", "Donated by", 1, "Description", "Sales", 1, 1, 0), ("Memberships", 8, 1, 0, 1, 1, 0, 1, 1, 1, 1, "Sale Date", "Sold By"," ", "Sold To", 1, "Description", "Sales", 1, 0, 0), ("New Parts", 9, 1, 1, 1, 1, 0, 1, 1, 1, 1, "Sale Date", "Sold By"," ", "Sold To", 1, "Description", "Sales", 1, 0, 0),