Skip to content

Implement Recurring Transactions Table #7

@pyang4s

Description

@pyang4s

Description:
Add support for recurring transactions (monthly bills, salaries) to avoid manual data entry.

Acceptance Criteria:

  • Create recurring_transactions table with frequency field
  • Add fields: person_id, category_id, amount, frequency (daily/weekly/monthly/yearly), start_date, end_date
  • Create script scripts/generate_recurring.sh to auto-generate transactions
  • Add sample recurring transactions to sample_data.sql
  • Update schema documentation
  • Add usage instructions to README

Estimated Effort: 3-4 hours

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions