added filtering

This commit is contained in:
dinsmol 2021-08-25 22:23:58 +03:00
parent 70ca01ba4b
commit 5cb4085660
5 changed files with 121 additions and 3 deletions

View file

@ -3,6 +3,7 @@ class Invoice < ApplicationRecord
include Invoice::Cancellable
include Invoice::Payable
include Invoice::BookKeeping
extend ToCsv
belongs_to :buyer, class_name: 'Registrar'
has_one :account_activity