module.php 480 B

1234567891011
  1. <?php
  2. $this->registerModule($module, 'main', __('Per city payment report'), 'L1ght',
  3. array(
  4. 'CITYACTION' => __('right to use action per city module'),
  5. 'CITYPAYMENTS' => __('right to watch payments per city'),
  6. 'CITYUSERSEARCH' => __('right to search users per city'),
  7. 'REPORTCITYDEBTORS' => __('right to watch debtors report per city'),
  8. 'CITYPERMISSION' => __('right to change admins per city permissions')
  9. ));