summaryrefslogtreecommitdiff
path: root/utils/cli/sample.lsmb
blob: 24747b265aea67a22374bb4ee7610cc4b9254f72 (plain)
  1. # Comments start with a pund sign
  2. ENV:PGUSER = postgres # how to set an environment variable
  3. login = demo # How to set a form variable
  4. password = demo
  5. LOGIN # Log in
  6. MODULE LedgerSMB::CT # Load a module
  7. id = 10139
  8. vc = customer
  9. db = customer
  10. CALL CT->create_links(user, form) # call a function
  11. IF bcc4 # Conditional IF's can be nested
  12. testing = hi
  13. FI