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.
- Host: GitHub
- URL: https://github.com/farmos/farm_ledger
- Owner: farmOS
- License: gpl-2.0
- Created: 2021-07-22T21:45:54.000Z (almost 5 years ago)
- Default Branch: 2.x
- Last Pushed: 2025-01-14T15:21:36.000Z (over 1 year ago)
- Last Synced: 2025-03-22T13:22:37.735Z (about 1 year ago)
- Language: PHP
- Homepage: https://drupal.org/project/farm_ledger
- Size: 31.3 KB
- Stars: 2
- Watchers: 2
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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)