Skip to content

Instantly share code, notes, and snippets.

@arturdent
Created November 28, 2012 09:13
Show Gist options
  • Save arturdent/4160069 to your computer and use it in GitHub Desktop.
Save arturdent/4160069 to your computer and use it in GitHub Desktop.
BudgetTransfer.blueprint do
document_number { '1234' }
name { 'test' }
normalized_amount { (-1000 + rand(2000)).round(2) }
description { 'for sure' }
destination_bank { 'ОАО "ЛОГОВАЗ"' }
destination_inn { '000000000000' }
destination_bic { '000000000' }
destination_bank { 'teh bank' }
destination_correspondent_account { '00000000000000000000' }
destination_account { '00000000000000000000' }
destination_kbk { '00000000000000000000' }
destination_kpp { '000000000' }
destination_okato { '00000000000' }
taxes_period { "#{%w(МС КВ ПЛ).sample}.01.2012" }
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment