jgaehring / farm_ledger

Provides Sale and Purchase log types for farmOS.

Home Page:https://drupal.org/project/farm_ledger

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

farmOS Ledger

Provides sale and purchase log types for farmOS.

This module is an add-on for the farmOS distribution.

Log types

Purchase Logs

Purchase Logs have the following additional attributes:

  • Invoice number (string)
  • Seller (string)
  • Lot number (string)

Sale Logs

Sale Logs have the following additional attributes:

  • Customer (string)
  • Invoice number (string)
  • Lot number (string)

Quantity types

Price Quantity

Price Quantities have additional "Unit Price" and "Unit Quantity" attributes, alongside the standard "Value" attribute. When these are used, the "Value" attribute is considered to be the total value ("Unit Price" multiplied by "Unit Quantity"). The "Units" of a Price Quantity will generally be a currency code such as "USD" or "EUR".

Installation

Install as you would normally install a contributed drupal module. See: http://drupal.org/documentation/install/modules-themes/modules-7 for further information.

Maintainers

Current maintainers:

This project has been sponsored by:

About

Provides Sale and Purchase log types for farmOS.

https://drupal.org/project/farm_ledger

License:GNU General Public License v2.0


Languages

Language:PHP 100.0%