lib/skr/configuration.rb in stockor-0.4.0 vs lib/skr/configuration.rb in stockor-0.5.0
- old
+ new
@@ -46,10 +46,12 @@
# The Asset GL account number to use for freshly created SKUs
asset: '1110',
# Clearing account for inventory that's been
inventory_receipts_clearing: '2600',
# Holding account for funds that are awaiting deposit
- deposit_holding: '1010'
+ deposit_holding: '1010',
+ # Bank Account
+ bank: '1000'
}
end