Advertisement
chrissharp123

Untitled

May 17th, 2018
339
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.20 KB | None | 0 0
  1. opensrf@utility01:~$ /openils/bin/edi_order_pusher.pl --help
  2.  
  3. Synopsis:
  4.  
  5. Generate and deliver 'ORDERS' EDI for purchase orders. Unless a
  6. specific PO is provided (via --po-id), EDI messages will be
  7. generated for all PO's that meet the following conditions:
  8.  
  9. 1. PO must be activated.
  10. 2. PO provider must be active.
  11. 3. PO must use a provider that supports EDI delivery (via edi_default)
  12. 4. EDI account linked to provider must have 'use_attrs' set to true.
  13. 5. PO must have no EDI ORDERS messages attached or, if it does,
  14. the message has a status of "retry".
  15.  
  16. Usage:
  17.  
  18. /openils/bin/edi_order_pusher.pl
  19.  
  20. --osrf-config [/openils/conf/opensrf_core.xml]
  21.  
  22. --test-mode
  23. Prints EDI that would be sent to STDOUT. No files are sent
  24. and no edi_message's are created.
  25.  
  26. --po-id <po-id-value>
  27. Process a specific PO instead of processing all available PO's
  28.  
  29. --verbose
  30. Log debug info to STDOUT. This script logs various information
  31. via $logger regardless of this option.
  32.  
  33. --help
  34. Show this message.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement