Description Usage Arguments Value
View source: R/record_allocation.R
Write allocation entries in the ledger.
| 1 2 3 4 5 6 7 8 | record_allocation(
  date,
  object,
  allocation_base,
  allocation_rate,
  origin,
  destination
)
 | 
| date | Date. date of the consumption. | 
| object | Character. Name of the materials consumed. | 
| allocation_base | Double. Number of units of allocation base. | 
| allocation_rate | Double. Amount allocated for each unit of allocation base. | 
| origin | Character. From where the consumption is made. | 
| destination | Character. Where the consumption goes. | 
A tibble of journal entries.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.