summaryrefslogtreecommitdiff
path: root/utils/notify_short/README
diff options
context:
space:
mode:
authoreinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2006-09-10 04:05:56 +0000
committereinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2006-09-10 04:05:56 +0000
commitb4f05e5e252de387c7863b0be77049541c2ce831 (patch)
tree929f8147786a06f276501f8611a34f6d2ca9ef52 /utils/notify_short/README
parent0f4c94aed0dcd612e1598a2d15bd97858fc6e563 (diff)
Added a script which will notify individuals of short parts via email in
nearly real time git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@56 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'utils/notify_short/README')
-rw-r--r--utils/notify_short/README14
1 files changed, 14 insertions, 0 deletions
diff --git a/utils/notify_short/README b/utils/notify_short/README
new file mode 100644
index 00000000..267975f8
--- /dev/null
+++ b/utils/notify_short/README
@@ -0,0 +1,14 @@
+Short Parts Notifier for LedgerSMB
+By Chris Travers, Metatron Technology Consulting
+
+To use this software, edit the config.pl so that you can connect to the
+database. Then you can run listener.pl and it will periodically check to see
+if new there are parts that have become short through transactions.
+
+At the moment, the report is triggered when an AR or AP invoice occurs and a
+part affected by the transaction is lower than the ROP. When this happens, a
+Notify is sent from the database, and the application prepares the report on its
+next cycle. Note that although the creation of a new part will not cause it to
+trigger the report, the new part will appear on the report on the next run.
+
+Any feedback, improvements, etc. are welcome.