UC Purchase Order

Component type

module

Categories

Maintenance status

Development status

Downloads

7695

Component created

Component changed

The purchase order module adds an extra payment method for Ubercart that allows customers on your site to check out using a PO number. You can restrict access to which users are allowed to checkout by purchase order with an access control permission called pay by purchase order. PO numbers are viewable at checkout and on all the order screens, and they are editable by administrators from the order edit screen.

Bookings API

Component type

module

Maintenance status

Development status

Downloads

12394

Component created

Component changed

This is an API that takes care of general booking functionality, with arbitrary time granularity. Bookable resources can have default availability times set, and bookings with time conflicts are not permitted. Users with correct permissions may add repeating bookings or special availability times.
Depends on Date API (and its submodule "Date Repeat API"). This module provides an API, install it only if another module tells you so. Date API itself uses some features from PHP 5.2 - so you might have problems with earlier versions of PHP.

Plugin Manager

Component type

module

Maintenance status

Development status

Downloads

40049

Component created

Component changed

Purpose:

The plugin manager is designed to provide an in browser interface to administrators to install modules and themes. It automates the process of downloading a project release, extracting files from it and installing them in their appropriate locations.

6.x-1.x

6.x-1.x is the currently supported version. In order to catch back up, the order that I'll be targeting issues is bug, refactor, feature request, task.

IMCE Crop

Component type

module

Maintenance status

Development status

Downloads

221065

Component created

Component changed

Adds image cropping functionality to IMCE through its UI.

CONFIGURING AND USING
---------------------
1. Go to admin/settings/imce Assuming you have already created a IMCE profile. Under section 'Configuration profiles' click on approprate 'Edit' link.

2. On the next page find section 'Directories'. Set appropriate permission using the check box 'Crop'.

3. Click on 'Save configuration' button.

4. To test use IMCE. A new 'Crop' tab button will be display. Follow instructions on screen.

IMCE Mkdir

Component type

module

Maintenance status

Development status

Downloads

398206

Component created

Component changed

IMCE Mkdir allows users to create and delete sub-directories under directories assigned by IMCE.

CONFIGURING AND USING
---------------------
1. Go to admin/settings/imce Assuming you have already created a IMCE profile. Under section 'Configuration profiles' click on approprate 'Edit' link.

2. On the next page find section 'Directories'. Set appropriate permission using the check boxes 'Add subdirectories' and 'Remove subdirectories'.

3. Click on 'Save configuration' button.

Auto Tagging

Component type

module

Maintenance status

Development status

Downloads

12675

Component created

Component changed

This project allows for flexible auto tagging of your content types via a pluggable interface that makes use of 3rd party services to provide the tag context.

As a point of disambiguation, this module differentiates itself from the AutoTag module in that it doesn't rely on pre-defined vocabularies. Instead, this module sends node content through any number of third party services to determine what the content is about.

Jump

Component type

module

Categories

Maintenance status

Development status

Downloads

12138

Component created

Component changed

The jump module allows administrators to create a quick dropdown "Jump Menu" from any configured menu or vocabulary in the system. The module provides a block for every top-level menu and every vocabulary. Jump menu blocks are named Jump menu: vocabulary name and Jump menu: menu name.

Coherent Access

Component type

module

Maintenance status

Development status

Downloads

4669

Component created

Component changed

Notice: This module is no longer being developed. The majority of the planned updates to this module would make it nearly functionally equivalent (including implementation details) to nodeaccess_userreference which has a larger number of sites installed. If you would like to takeover development of this module please open an issue requesting maintainer status.

Views Datasource

Component type

module

Categories

Maintenance status

Development status

Downloads

337334

Component created

Component changed

Views Datasource is a set of plugins for Drupal Views for rendering content in a number of shareable, reusable formats based on XML, JSON and XHTML. These formats allow content in a Drupal site to be easily used as data sources for Semantic Web clients and web mash-ups. Views Datasource plugins output content from node lists created in the Drupal Views interface in a variety of formats - XML data documents using schemas like OPML and Atom, RDF data documents using a vocabulary like FOAF, JSON data documents in a format like Exhibit JSON, and XHTML data documents using a microformat like hCard.

Ubercart EDI

Component type

module

Maintenance status

Development status

Downloads

4449

Component created

Component changed

The Ubercart EDI module provides some simple EDI order import and export functionality for Ubercart orders. This is useful for stores working with fulfillment houses where orders are passed back and forth in some predetermined format.

Features

5.x-1.x

Import

  • Import orders (update only).
  • Recieve import files via FTP upload.
  • Specify multiple import (update) rules.
  • Archive files after import (auto).

Export

  • Export orders.
  • Export at a specified interval or manually.
  • Specify order and product patterns.
  • Deliver export files via e-mail (auto), HTTP download (manual) and/or FTP download (manual).
  • Archive files (manual) after successful import with fulfillment houses.

6.x-1.0

Includes all features from the 5.x branch plus the following additional features.

Export

  • Export orders on checkout completion.