Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 1013 Bytes

File metadata and controls

27 lines (16 loc) · 1013 Bytes

Examples

This documentation currently contains three easy-to-follow examples of JavaScript scripts.

{% include-markdown "includes.md" start="" end="" %}

Add rows

This script demonstrates how to add rows to record monthly repetitive expenses in a ledger.

read more :material-arrow-right-thin:

Calculate accumulated value

This script computes an accumulated value (adds the value of the current row and the previous rows), similar to the Calculate accumulated value operation from the data processing menu.

read more :material-arrow-right-thin:

Statistics

This script computes, from a list of clocking times, daily clock in (earliest clocking) and clock out (latest clocking) times for each day and staff member.

read more :material-arrow-right-thin: