An open API service indexing awesome lists of open source software.

https://github.com/farmos/farm_ledger

Provides Sale and Purchase log types for farmOS.
https://github.com/farmos/farm_ledger

Last synced: about 1 year ago
JSON representation

Provides Sale and Purchase log types for farmOS.

Awesome Lists containing this project

README

          

# farmOS Ledger

Provides sale and purchase log types for farmOS.

This module is an add-on for the [farmOS](http://drupal.org/project/farm)
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 "Total price" attributes,
alongside the standard "Value" attribute. When these are used, the "Value"
attribute is considered to be the "number of units sold". "Value" multiplied
by "Unit price" must equal "Total price", and if only two of the three are
entered then the third will be automatically calculated when the price
quantity is saved.

## Installation

Install as you would normally install a contributed drupal module. See:
https://www.drupal.org/docs/extending-drupal/installing-modules for further
information.

## Maintainers

Current maintainers:
* Michael Stenta (m.stenta) - https://github.com/mstenta
* Paul Weidner (paul121) - https://github.com/paul121

This project has been sponsored by:
* [Farmier](http://farmier.com)