Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- opensrf@utility01:~$ /openils/bin/edi_order_pusher.pl --help
- Synopsis:
- Generate and deliver 'ORDERS' EDI for purchase orders. Unless a
- specific PO is provided (via --po-id), EDI messages will be
- generated for all PO's that meet the following conditions:
- 1. PO must be activated.
- 2. PO provider must be active.
- 3. PO must use a provider that supports EDI delivery (via edi_default)
- 4. EDI account linked to provider must have 'use_attrs' set to true.
- 5. PO must have no EDI ORDERS messages attached or, if it does,
- the message has a status of "retry".
- Usage:
- /openils/bin/edi_order_pusher.pl
- --osrf-config [/openils/conf/opensrf_core.xml]
- --test-mode
- Prints EDI that would be sent to STDOUT. No files are sent
- and no edi_message's are created.
- --po-id <po-id-value>
- Process a specific PO instead of processing all available PO's
- --verbose
- Log debug info to STDOUT. This script logs various information
- via $logger regardless of this option.
- --help
- Show this message.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement