Conversation
1. New header attribute: logo 2. Dynamic document code in header
Alineación y que si es muy largo no se superponga
ceneon
commented
Nov 9, 2018
| '02' => { directory: 'notes', template: 'nota_a', doc_name: 'Nota de débito', doc_type: 'a' }, | ||
| '07' => { directory: 'notes', template: 'nota_b', doc_name: 'Nota de débito', doc_type: 'b' }, | ||
| }.freeze | ||
| IVA = 21.freeze |
Member
Author
There was a problem hiding this comment.
@nan-apps empresa 1 vende algunos items con IVA 10.5% 😱
width adjustments in invoices header
ceneon
commented
Nov 14, 2018
lib/afip_bill/line_item.rb
Outdated
| #IVA = 21.freeze | ||
|
|
||
| def initialize(name, quantity, imp_unitario) | ||
| def initialize(name, quantity, imp_unitario, iva=nil) |
Member
Author
There was a problem hiding this comment.
por compatibilidad si esto se va a volver una serie de PRs en el repo original, el default de iva acá debería ser 21
default iva in items new field in footer: fch_vto_cae making header dates optional. If they are not passed, they are not shown
ceneon
commented
Dec 24, 2018
lib/afip_bill/generator.rb
Outdated
| '08' => { directory: 'notes', template: 'nota_b', doc_name: 'Nota de crédito', doc_type: 'b' }, | ||
| '11' => { directory: 'bills', template: 'factura_b', doc_name: 'factura', doc_type: 'c' }, | ||
| '12' => { directory: 'notes', template: 'nota_b', doc_name: 'Nota de débito', doc_type: 'c' }, | ||
| '13' => { directory: 'notes', template: 'nota_b', doc_name: 'Nota de crédito', doc_type: 'c' } |
Member
Author
There was a problem hiding this comment.
Dudo si hará falta tarde o temprano su propio template 🤔
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.