From b4f05e5e252de387c7863b0be77049541c2ce831 Mon Sep 17 00:00:00 2001 From: einhverfr Date: Sun, 10 Sep 2006 04:05:56 +0000 Subject: 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 --- utils/notify_short/README | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 utils/notify_short/README (limited to 'utils/notify_short/README') 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. -- cgit v1.2.3