Maintainers monitor issues, but fast responses are not guaranteed.

Invoice

Invoice

With this module you're able to create and administer invoices.

The module creates an invoice node type. The module can be used in combination with the pathauto module to auto generate the title.

PDF document
It's possible to view the invoice as full node view on your site, as html print view and as pdf document. The nice dompdf library is used to generate pdf documents. The library is not included into this module. You'll have to download it yourself and paste the dompdf folder into the root of this module. so you'll get "sites/all/modules/invoice/dompdf".
The library can be downloaded from the official site, but has not the nice Arial font included by default. Fortunately, according to the End User License Agreement of Microsoft I have the right to redistribute Microsoft core fonts in unaltered form. So I already included the Arial font into the dompdf package.

Drupal 7: Download the bundled fonts DOMPDF 0.6-beta2 package.
Drupal 6: Download the bundled fonts DOMPDF 0.5.1 package.

Different templates

Views Or

Views Or allows Views to combine filters or arguments with OR and fields with COALESCE.

Note: Similar functionality will be eventually be added to Views in a way that is not compatible with this module (see issue 291660). Once that happens, this module will be deprecated, and users will need to update their views manually. This module is experimental, and is shared so that others can help improve on it.

Organic groups profiles

Using OG Profiles to require fields on group join

This module integrates with the core Profile module and manages user profile fields at the group level.

Language Icons

Language Icons

This module provides icons for language links, both for the Language switcher block and (optionally) for node links.

Graph

According with Wikipedia, a graph is a set of objects called points, nodes, or vertices connected by links called lines

COPPA

This module will prevent users under the age of 13 from logging in if their respective parent or guardian (P/G) have not "signed" their COPPA compliance form. If a users Date of Birth -- stored in their user profile -- cannot be determined, the user will not be allowed to login.

P/G to child relationships will be loaded into an internal {coppa} table. This table will track the Parent to Child relationships and monitor when COPPA compliance was first achieved.

Suggested setup;

  1. enable profile module
  2. enable coppa module: this looks for a profile field called "Date of Birth" (profile_dob) and creates it if not present.
  3. create a user role that will require COPPA compliance suggestions (student, etc.)
  4. visit 'admin/settings/coppa' and select the above user role
  5. also visit 'admin/user/coppa/add' to add parent/child relationships
  6. also visit 'admin/user/coppa/manage' to manage existing parent/child relationships

Any users with the role you select at 'admin/settings/coppa' will now require coppa compliance to login and use the site. Please be careful in choosing the role; using "authenticated user" can lock all users out of the system if they do not have a profile_dob over 13 years from the current date.

Pages

Subscribe with RSS Subscribe to RSS - Minimally maintained