This project is under active development.

Banking

SWIFT

This module provides support for international banking standards and identifiers such as BIC (ISO 9362) and IBAN (ISO 13616).

Current features include CCK field types for BIC and IBAN identifiers, as well as an API to parse and validate those identifiers (with specific IBAN support for 52 countries, up to date as of Release 13 of the ISO 13616 IBAN Registry).

Update API

This is not actually a module, but an include file to use in hook_update_N() calls. The file contains helper functions for common update tasks, such as renaming variables, installing and reverting features, granting and revoking permissions, deleting and altering CCK fields, changing content type information like Title label, etc.

File Access

File access is simply designed to deny or approve access to individual files when using Drupal’s private download method. See ‘background’ below for more information.

Report Courier

Picture 1.png

Main Idea

Report Courier is intended to provide a smooth path for report delivery on an Intranet allowing non-tech users to quickly deliver distinct reports to individual users according to their specific areas of interest.

Intended Workflow

The reports are assumed to be individual files named according to a private key and zipped up. The zip file is uploaded, a month and year are chosen. Upon submitting this file, the module unzips the contents, identifies the files, creates a CCK Filefield node and names it using Token module. It then stores the file according to a file structure you can customize using the Filefield_paths module and attaches the security code. You assign your users the security code in the "My Account" area. When the code on the report node and the user match, the file becomes available.

Text list formatter

This module provides a field display formatter to render field values as HTML or comma-separated lists.

Pages

Subscribe with RSS Subscribe to RSS - Under active development