Added accounts to allow for assinging income account to items, and selecting default income account. Also added item type selection

This commit is contained in:
2026-03-16 22:59:54 -04:00
parent 7088550184
commit f81fe0ef87
13 changed files with 283 additions and 70 deletions

View File

@@ -23,6 +23,6 @@ class ItemSyncService < SyncServiceBase
end
map_attribute :active, :active?
map_attributes :description, :id, :name, :sku, :unit_price
map_attributes :description, :id, :name, :sku, :type, :unit_price
end