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

test: add unit tests for split expense grouping and update existing fixtures #401

Commits on Nov 11, 2024

  1. Configuration menu
    Copy the full SHA
    9891fe1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a6d26a View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. feat: add split_expense_grouping to the expense group settings seri…

    …alizer (#404)
    
    * feat: add `split_expense_grouping` to the expense group settings serializer
    
    * 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
    0362b94 View commit details
    Browse the repository at this point in the history