Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add split_expense_grouping to the expense group settings serializer #404

Commits on Nov 12, 2024

  1. Configuration menu
    Copy the full SHA
    5ca036f View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. feat: implement split expense grouping functionality (#405)

    * feat: implement split expense grouping functionality
    
    * fix: skip only `expense_id` and `expense_number` while grouping
    
    while defining the fields to group split expenses by, skip only `expense_id` and `expense_number`, NOT `spent_at` or `posted_at`
    
    * feat: add script for split expense grouping (#406)
    
    Set the default split expense grouping config to `SINGLE_LINE_ITEM` for all old orgs
    Configuration menu
    Copy the full SHA
    6314acf View commit details
    Browse the repository at this point in the history