Invoice views

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module enables Views integration for the Invoice project. Some basic fields are integrated, contributions are more than welcome.

Jvector

Component type

module

Categories

Maintenance status

Development status

Downloads

640

Component created

Component changed

This module aims to utilize a great portion, if not all the potential of the excellent Jvectormap API.

What can this module do?
Jvectormap lets you map events, colors and other stuff to different parts of a SVG image. We span this with Forms API, FIeld API and Features API, and what do we get?

Exportable, reusable, editable, scalable and *really* cool Jvectors (not necessarily maps). You can draw buildings, things or whatever, then import it. Single color 2D, but still.

Database Automaton

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Automation for Object Oriented database access for all your external databases.

It is supposed to:

  • create objects for databases, tables and rows, for use in other modules
  • Short notation to avoid multiline db_select calls
  • provide basic CRUD API
  • provide basic CRUD GUI
  • provide Views integration
  • allow export database's classes and forms to external "static" module for future development

Currency Conversion

Component type

module

Maintenance status

Development status

Component created

Component changed

Currency change without using any Drupal commerce module

<?php
error_reporting(E_ALL ^ E_NOTICE);
/**
** Implementation of hook_permission().
**/
function currencycode_permission() {
// Restrict access to either of your new URLs.
return array(
'access currencycode' => array(
'title' => t('access currencycode'),
'description' => t('Allow users to access currencycode'),
),
);
}

Views single table

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This should some day be a display plugin for Views
(or even better, a proof of concept on how to patch the original table plugin)

It renders like the standard table plugin, except for the case when grouping is used, where this will render a single table with multiple tbody parts, as opposed to an independent table per each row of the grouping field.

I am not really a coder and not sure if/when i will really do this, but my starting-point is in this issue here: https://drupal.org/node/1365112

Views MediaTable

Component type

module

Categories

Maintenance status

Development status

Downloads

2419

Component created

Component changed

Views MediaTable integrate the functionality of MediaTable(http://consulenza-web.com/jquery/MediaTable/) into the Views module Table display, allowing the creation of dynamic & responsive Views tables where end users can choose to show or hide certain columns. This module also allows certain table column to behave responsively, hiding the less relevant data in smaller screen sizes.

Requirements

Module Dependencies: