ledermann/datev

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.github/workflows/push.yml
.gitignore
.rspec
CHANGELOG.md
CODE_OF_CONDUCT.md
Gemfile
LICENSE.txt
README.md
Rakefile
bin/console
bin/setup
datev.gemspec
examples/EXTF_Buchungsstapel.csv
examples/EXTF_Kontenbeschriftungen.csv
examples/EXTF_Stammdaten.csv
lib/datev.rb19
lib/datev/base.rb57
A
45 mins
lib/datev/base/account.rb7
lib/datev/base/booking.rb86
lib/datev/base/contact.rb147
lib/datev/base/header.rb35
lib/datev/base/header/account_header.rb16
lib/datev/base/header/booking_header.rb18
lib/datev/base/header/contact_header.rb15
lib/datev/export.rb32
lib/datev/export/account_export.rb6
lib/datev/export/booking_export.rb6
lib/datev/export/contact_export.rb6
lib/datev/field.rb26
lib/datev/field/boolean_field.rb13
lib/datev/field/date_field.rb16
lib/datev/field/decimal_field.rb20
A
35 mins
lib/datev/field/integer_field.rb25
A
1 hr
lib/datev/field/string_field.rb27
A
1 hr
lib/datev/version.rb3