Low commit activity in last 3 years
No release in over a year
Parse and generate supplier payment files for "Leverantörsbetalningar" in Bankgirot.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

Supplier Payments

CI

Library for making Bankgirot supplier payment files, Leverantörsbetalningar.

Documentation

Records are defined in lib/supplier_payments/payment_file/domestic_records.rb. Layouts are defined with arrays, like:

[ :credit_transfer_number, 6, 'N', :right_align, :zerofill ]
# :credit_transfer_number is the name of the field
# 6 is the length of the field
# `"N"` if the value consists of two digits, or `"A"` for strings.
# Options for formatting are:
#   :right_align if the field is to be right-aligned (otherwise it will be left-aligned)
#   :zerofill if the field is to be filled with zeros

API documentation for this gem