India Vat

Component type

module

Maintenance status

Development status

Component created

Component changed

This module is designed to be used with commerce_vat and produces vat rates for India.

File an issue if the vat rate changes and someone will eventually get around to changing it.

Commerce VAT Line Item Value

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Commerce VAT extension that adds two fields to each line item. One contains the VAT rate, the other one the total VAT value of the line item. This is required for line item based VAT calculation / grouping in specific cases.

Callback field

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Provides a callback field type. Modules can define callback functions which will be options in the callback field on any entity edit form with a callback field. When the field gets rendered the selected callback function will be called. The callback function can provide markup by returning a render array.

Moment.js Library Integration

Component type

module

Maintenance status

Development status

Component created

Component changed

My fork of https://www.drupal.org/project/moment with code from https://www.drupal.org/sandbox/jimmyko/2271513 merged in. The official Moment.js module doesn't appear to do anything based on the code, but rather provides an environment for other modules to include Moment.js and Moment Timezone functions in their own Javascript.

jsTimezoneDetect

Component type

module

Maintenance status

Development status

Component created

Component changed

I needed a simple way to detect a user's timezone in order to display dates in their local timezone without depending on their user profile to save the correct timezone. An existing module, Timezone Detect, implements a Javascript library known simply as "jsTimezoneDetect," which did the job.