From 8e20312ca70c1c8f38f2a15cfd604161c3e58e3f Mon Sep 17 00:00:00 2001 From: Jonathan Rosenbaum Date: Sun, 22 Mar 2015 01:24:50 +0000 Subject: [PATCH] Clarified documentation for SHOW_SHOP_ID - This is the ability to making transaction id editable - Concurrent shops at different locations - Same shop location at a different time --- Connections/database_functions.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Connections/database_functions.php b/Connections/database_functions.php index 14f39dd..92c4758 100644 --- a/Connections/database_functions.php +++ b/Connections/database_functions.php @@ -164,8 +164,11 @@ $gnucash_accounts = array( "Assets:Current Assets:Checking" => "checking", ); // Most collectives require only one shop at a time, but YBDB provides a way to handle 2 concurrent -// shops in the same location. The current shop will be shown, and users will have to remember the -// number of the previous shop to enter into the transaction. +// shops at different locations using the same instance of software. If this option is on, +// the current shop will still be shown, but users have the option of changing a transaction to the id +// of the other shop location whether it is concurrent or whether it a shop from the same location that +// happened at a previous time. +// // Note: Remote shops function independently via their IP identification. // // Normally, you will want this set at 0.