Add rows_to_skip config for transaction import

This commit is contained in:
kasra
2025-12-27 02:21:28 +03:30
parent 33fdd589e4
commit e8216984a7
5 changed files with 20 additions and 2 deletions

View File

@@ -42,6 +42,7 @@ class Import::ConfigurationsController < ApplicationController
:signage_convention,
:amount_type_strategy,
:amount_type_inflow_value,
:rows_to_skip
)
end
end