Added QBO Item support with autocomplete

This commit is contained in:
2026-03-08 14:24:30 -04:00
parent d3d039f191
commit 60fb4e197c
12 changed files with 281 additions and 2 deletions

View File

@@ -10,6 +10,7 @@
class LineItem < ApplicationRecord
belongs_to :issue
belongs_to :item, optional: true
validates :description, presence: true
validates :quantity, numericality: { greater_than: 0 }