From 4d6c863e1b8fa6d56c798f62c0f89fa1101cb7d8 Mon Sep 17 00:00:00 2001 From: Steve Bauman Date: Wed, 1 Apr 2015 15:55:06 -0400 Subject: [PATCH] Small doc tweak --- docs/TRANSACTIONS.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/TRANSACTIONS.md b/docs/TRANSACTIONS.md index 0ca3ceb5..8ae35e5a 100644 --- a/docs/TRANSACTIONS.md +++ b/docs/TRANSACTIONS.md @@ -2,7 +2,9 @@ In update 1.4.*, inventory transactions were implemented. Transactions are a way of securely managing stock levels, and have several different uses depending on the situation. Every transaction automatically creates a history trail with user accountability, -so you're able to see the complete history of each transaction and who performed what for each state change. On any transaction +so you're able to see the complete history of each transaction and who performed what for each state change. + +On any transaction method that modifies the stock in some way accepts a `$reason` and `$cost` argument. These reasons and costs will be used when updating the stock record. These arguments are always optional, and are only included in the methods below for demonstration.