Skip to content

ccarruitero/sunat_books

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sunat Books

Gem Version Build Status Code Climate

A ruby gem to get accounting books for SUNAT

Install

You can install via

gem install sunat_books

or by adding to your Gemfile

gem 'sunat_books'

Usage

require 'sunat_books'

to get a pdf format

pdf = SunatBooks::Pdf::Buys.new(company, tickets, month, year)
pdf.render

to get the txt file for electronic books

ple = SunatBooks::Ple::Buys.new(ruc, tickets, month, year, options)

Currently allowed options are:

  • yml: path location to a custom layout file
  • layout: a hash to define method names to replace in layout
  • book_format: book format to use

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published