Commerce Canadian Taxes

Component type

module

Maintenance status

Development status

Downloads

2500

Component created

Component changed

Commerce Canadian Taxes builds on the Drupal Commerce's Commerce Tax module for Canadian retail sales taxes. It deals with simple retail sales taxes and can be extended to support less common ones in Canadian tax jurisdictions.

Retail sales tax coverage is not complete, but will cover most situations. For example, the Ontario tax rule that exempts the provincial tax component for sales of food under $4 has not been implemented.

The following retail sales taxes are supported:

Provincial Taxes Legend:
  • NL: HST, RST(vehicles)
  • NS: HST
  • PE: HST
  • NB: HST, PVT, TPPT
  • QC: GST, QST
  • ON: HST, GST
  • MB: GST, RST, PVT
  • SK: GST, PST, LCT
  • AB: GST
  • BC: GST, PST
  • YT: GST
  • NT: GST
  • NU: GST
  • GST = Goods and Services Tax
  • HST = Harmonized Sales Tax
  • LCT = Liquor Consumption Tax
  • PST = Provincial Sales Tax
  • PVT = Provincial Vehicle Tax
  • QST = Quebec Sales Tax
  • RST = Retail Sales Tax
  • TPPT = Tangible Personal Property Tax

Nice Phone Numbers

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Provides formatted entry and output of phone numbers. Unlike the existing phone number field modules, this module is not a complete field. It provides an interactive entry widget, validation, and an output formatter that transform a basic text field into a phone number field.

Git Commit Logs

Component type

module

Maintenance status

Development status

Component created

Component changed

Git Commit Logs is a simple module which pull git logs (date, author, email, message, hash fields) from the provided git project URL in a node and store them in database against node nid.

This can be used if one want to see his/her module/project logs automatically pulled and stored into database. This module has views integration so one can show logs in any format and place.

Dependencies : Git should be installed on machine and accessible from command line.

Node Accessibility

Component type

module

Maintenance status

Development status

Downloads

4735

Component created

Component changed

Validation can be enabled and disabled on a content-type specific basis, allowing administrators to pick and choose what does and does not need to be validated.

Integration with the rules module provides automated workflow accessibility validation. Integration with the views module allows administrators to make their own custom data displays.

Bazaarvoice Integration

Component type

module

Maintenance status

Development status

Component created

Component changed

This module provides two blocks that display Bazaarvoice stories and story submission page. I needed to integration Bazaarvoice curated stories for a category of products on a recent project and currently my code has very project-specific code in place.

I'm looking to generalize this solution and eventually graduate this work to be a full module in the future.

TODO:

Image Block

Component type

module

Maintenance status

Development status

Downloads

59702

Component created

Component changed

Because I can never get a straight answer for a simple solution to include an image in a block with a easy-to-use interface for non-technical folk.

Image block is a module where one can create a simple block that includes an image. The 6.x version of this module integrates with Imagecache and 7.x with the core Image module's Image Styles for dynamic image sizing and manipulation.