-
-
Notifications
You must be signed in to change notification settings - Fork 129
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[15.0][IMP] l10n_do_accounting: set Gasto Menor no matter company partner tax payer type #1074
Merged
Conversation
This file contains 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
jose-pcg
added a commit
that referenced
this pull request
Jul 27, 2023
jose-pcg
added a commit
that referenced
this pull request
Aug 8, 2023
* [WIP] l10n_do_accounting: v16 migration * [FIX] l10n_do_accounting: analytic accounts removed when invoice canceled (#1012) * [FIX] l10n_do_accounting: wrong document type behavior (#854) (#1019) * [FIX] l10n_do_accounting: wrong amount on qr stamp (#1020) (#1022) * [14.0][REF] l10n_do_accounting: test company address (#1023) * [REF] l10n_do_accounting: test company address * [REF] l10n_do_accounting: missing 'testing' context * [REF] l10n_do_accounting: send 'testing' key through context to prevent ecf sending (#1024) * [REF] l10n_do_accounting: change the way to get ECF env for QR stamp * [IMP] l10n_do_accounting: eval context key to use resequence feature (#1027) * [IMP] l10n_do_accounting: improve l10n_do amounts calc (#1030) * [FIX] l10n_do_accounting: get amount total in company currency * [FIX] l10n_do_accounting: split company and invoice total amounts (#1033) * [14.0][IMP] l10n_do_accounting: improvement in name_search (#1035) * [IMP]l10n_do_accounting: improvement in name_search * black solution * black solution * [REF] workflows: update actions * [REF] l10n_do_accounting: using new _rec_names_search class attribute * [REF] l10n_do_accounting: use v16 flush and index * [REM] l10n_do_pos: remove deprecated module * [REM] l10n_do_pos: remove deprecated module * [REF] l10n_do_accounting: use logger for debbuging * [REF] l10n_do_accounting: try not installing * [REF] workflows: do not use postgres alpine * [15.0] *: merge 14.0 into 15.0 (#1044) * [FIX] actions: remove uneeded dependencies * [REF] README: update * [REF] l10n_do_accounting: remove code * [FIX] l10n_do_accounting: missing _get_last_sequence() param * [FIX] l10n_do_accounting: added test tags * [REM] remove deprecated module l10n_do_purchase * [FIX] l10n_do_accounting: prevent KeyError calling l10n_do_dgii_tax_payer_type from account.journal (#966) * [REF] workflows: update (#970) * [IMP] l10n_do_accounting: l10n_do amounts function (#971) * [IMP] l10n_do_accounting: implemented company_id field to journal Journal Document Type model (#975) * [REM] requirements.txt * [14.0][REF] workflows: actions update (#982) (#983) * [REF] workflows: actions update (#982) * [FIX] l10n_do_accounting: prevent KeyError if not active_model * [REF] actions: artifact to build & push to GCR Co-authored-by: Andres Rodriguez <[email protected]> * [REF] workflows: actions update * [IMP] l10n_do_accounting: improve journal document types security (#984) * [REF] l10n_do_accounting: unitest ref (#985) * [REF] l10n_do_accounting: unitest ref (#986) * [13.0][IMP] README: added repo readme (#977) * [WIP] README: new readme * [WIP] README: update * [REF] README: update * [REF] README: update * [14.0][IMP] l10n_do_accounting: readme update (#990) * [13.0][IMP] l10n_do_accounting: new readme (#978) * [WIP] l10n_do_accounting: new readme * [REF] l10n_do_accounting: readme typo * [ADD] l10n_do_accounting: added company setup image * [WIP] l10n_do_accounting: readme update * [WIP] l10n_do_accounting: readme update * [WIP] l10n_do_accounting: readme update * [WIP] l10n_do_accounting: readme update * [WIP] l10n_do_accounting: readme update * [WIP] l10n_do_accounting: readme update * [WIP] l10n_do_accounting: readme update * [WIP] l10n_do_accounting: readme update * [WIP] l10n_do_accounting: readme update * [WIP] l10n_do_accounting: readme update * [WIP] l10n_do_accounting: readme update * [WIP] l10n_do_accounting: readme update * [WIP] l10n_do_accounting: readme update * Update README.md * [WIP] l10n_do_accounting: readme update * [WIP] l10n_do_accounting: readme update * [WIP] l10n_do_accounting: readme update * [WIP] l10n_do_accounting: readme update * [WIP] l10n_do_accounting: readme update * [WIP] l10n_do_accounting: readme update * [IMP] l10n_do_accounting: readme update * [IMP] l10n_do_accounting: readme update * [IMP] l10n_do_accounting: readme update * [IMP] l10n_do_accounting: readme update * [IMP] l10n_do_accounting: missing sequence_prefix & sequence_number calc on migration script (#989) * [REF] workflows: update actions * [FIX] l10n_do_accounting: prevent dependency chain to be broken on button_cancel() (#1004) * [FIX] l10n_do_accounting: analytic accounts removed when invoice canceled (#1011) * [REF] l10n_do_accounting: send 'testing' key through context to prevent ecf sending (#1016) * [REF] l10n_do_accounting: eval context key on fiscal sequence fetching (#1017) * [FIX] l10n_do_accounting: wrong document type behavior (#854) (#1019) * [FIX] l10n_do_accounting: wrong amount on qr stamp (#1020) (#1021) * [14.0][REF] l10n_do_accounting: test company address (#1023) * [REF] l10n_do_accounting: test company address * [REF] l10n_do_accounting: missing 'testing' context * [REF] l10n_do_accounting: send 'testing' key through context to prevent ecf sending (#1024) * [REF] l10n_do_accounting: change the way to get ECF env for QR stamp * [IMP] l10n_do_accounting: eval context key to use resequence feature (#1026) * [IMP] l10n_do_accounting: improve l10n_do amounts calc (#1029) * [FIX] l10n_do_accounting: get amount total in company currency * [FIX] l10n_do_accounting: split company and invoice total amounts (#1032) * [14.0][IMP] l10n_do_accounting: improvement in name_search (#1035) * [IMP]l10n_do_accounting: improvement in name_search * black solution * black solution * [REM] l10n_do_pos: remove deprecated module * [FIX] l10n_do_accounting: prevent MemoryError when loading database with a lot of moves * [FIX] l10n_do_accounting: 2nd attempt to prevent MemoryError when loading database Prevent MemoryError when loading database with lots of moves. * [FIX] l10n_do_accounting: not all records computed * [FIX] l10n_do_accounting: 4th attempt to prevent MemoryError when loading database Prevent MemoryError when loading database with lots of moves. * [IMP] l10n_do_accounting: improve memory usage when load l10n_latam.document.type.csv * [FIX] l10n_do_accounting: wrong fields on depends * [REF] l10n_do_accounting: assert after post() --------- Co-authored-by: Gustavo Valverde <[email protected]> Co-authored-by: Andres Rodriguez <[email protected]> Co-authored-by: Daniel Alexander Pereyra Beltran <[email protected]> * [FIX] l10n_do_accounting: prevent url sign date quoting twice (#1049) * [IMP] l10n_do_accounting: improve error message (#1050) * [REF] l10n_do_accounting: update unitest (#1051) * [REF] l10n_do_accounting: ref test * [REF] l10n_do_accounting: lol * [FIX] l10n_do_accounting: use model_create_multi * [15.0][FWP] l10n_do_accounting: merge 14.0 into 15.0 (#1055) * [FIX] actions: remove uneeded dependencies * [REF] README: update * [REF] l10n_do_accounting: remove code * [FIX] l10n_do_accounting: missing _get_last_sequence() param * [FIX] l10n_do_accounting: added test tags * [REM] remove deprecated module l10n_do_purchase * [FIX] l10n_do_accounting: prevent KeyError calling l10n_do_dgii_tax_payer_type from account.journal (#966) * [REF] workflows: update (#970) * [IMP] l10n_do_accounting: l10n_do amounts function (#971) * [IMP] l10n_do_accounting: implemented company_id field to journal Journal Document Type model (#975) * [REM] requirements.txt * [14.0][REF] workflows: actions update (#982) (#983) * [REF] workflows: actions update (#982) * [FIX] l10n_do_accounting: prevent KeyError if not active_model * [REF] actions: artifact to build & push to GCR Co-authored-by: Andres Rodriguez <[email protected]> * [REF] workflows: actions update * [IMP] l10n_do_accounting: improve journal document types security (#984) * [REF] l10n_do_accounting: unitest ref (#985) * [REF] l10n_do_accounting: unitest ref (#986) * [13.0][IMP] README: added repo readme (#977) * [WIP] README: new readme * [WIP] README: update * [REF] README: update * [REF] README: update * [14.0][IMP] l10n_do_accounting: readme update (#990) * [13.0][IMP] l10n_do_accounting: new readme (#978) * [WIP] l10n_do_accounting: new readme * [REF] l10n_do_accounting: readme typo * [ADD] l10n_do_accounting: added company setup image * [WIP] l10n_do_accounting: readme update * [WIP] l10n_do_accounting: readme update * [WIP] l10n_do_accounting: readme update * [WIP] l10n_do_accounting: readme update * [WIP] l10n_do_accounting: readme update * [WIP] l10n_do_accounting: readme update * [WIP] l10n_do_accounting: readme update * [WIP] l10n_do_accounting: readme update * [WIP] l10n_do_accounting: readme update * [WIP] l10n_do_accounting: readme update * [WIP] l10n_do_accounting: readme update * [WIP] l10n_do_accounting: readme update * [WIP] l10n_do_accounting: readme update * Update README.md * [WIP] l10n_do_accounting: readme update * [WIP] l10n_do_accounting: readme update * [WIP] l10n_do_accounting: readme update * [WIP] l10n_do_accounting: readme update * [WIP] l10n_do_accounting: readme update * [WIP] l10n_do_accounting: readme update * [IMP] l10n_do_accounting: readme update * [IMP] l10n_do_accounting: readme update * [IMP] l10n_do_accounting: readme update * [IMP] l10n_do_accounting: readme update * [IMP] l10n_do_accounting: missing sequence_prefix & sequence_number calc on migration script (#989) * [REF] workflows: update actions * [FIX] l10n_do_accounting: prevent dependency chain to be broken on button_cancel() (#1004) * [FIX] l10n_do_accounting: analytic accounts removed when invoice canceled (#1011) * [REF] l10n_do_accounting: send 'testing' key through context to prevent ecf sending (#1016) * [REF] l10n_do_accounting: eval context key on fiscal sequence fetching (#1017) * [FIX] l10n_do_accounting: wrong document type behavior (#854) (#1019) * [FIX] l10n_do_accounting: wrong amount on qr stamp (#1020) (#1021) * [14.0][REF] l10n_do_accounting: test company address (#1023) * [REF] l10n_do_accounting: test company address * [REF] l10n_do_accounting: missing 'testing' context * [REF] l10n_do_accounting: send 'testing' key through context to prevent ecf sending (#1024) * [REF] l10n_do_accounting: change the way to get ECF env for QR stamp * [IMP] l10n_do_accounting: eval context key to use resequence feature (#1026) * [IMP] l10n_do_accounting: improve l10n_do amounts calc (#1029) * [FIX] l10n_do_accounting: get amount total in company currency * [FIX] l10n_do_accounting: split company and invoice total amounts (#1032) * [14.0][IMP] l10n_do_accounting: improvement in name_search (#1035) * [IMP]l10n_do_accounting: improvement in name_search * black solution * black solution * [REM] l10n_do_pos: remove deprecated module * [14.0] *: fwp 13.0 into 14.0 (#1043) * [FIX] l10n_do_accounting: prevent MemoryError when loading database with a lot of moves * [FIX] l10n_do_accounting: 2nd attempt to prevent MemoryError when loading database Prevent MemoryError when loading database with lots of moves. * [FIX] l10n_do_accounting: not all records computed * [FIX] l10n_do_accounting: 4th attempt to prevent MemoryError when loading database Prevent MemoryError when loading database with lots of moves. * [IMP] l10n_do_accounting: improve memory usage when load l10n_latam.document.type.csv * [FIX] l10n_do_accounting: wrong fields on depends * [REF] l10n_do_accounting: assert after post() --------- Co-authored-by: Andres Rodriguez <[email protected]> * [FIX] l10n_do_accounting: prevent url sign date quoting twice (#1048) * [IMP] l10n_do_accounting: improve error message (#1050) * [14.0][FWP] l10n_do_accounting: merge 13.0 into 14.0 (#1054) * [FWP] l10n_do_accounting: merge 13.0 into 14.0 * [FIX] l10n_do_accounting: electronic stamp test --------- Co-authored-by: Gustavo Valverde <[email protected]> Co-authored-by: Andres Rodriguez <[email protected]> Co-authored-by: Daniel Alexander Pereyra Beltran <[email protected]> * [REF] l10n_do_accounting: don't use quote_plus (#1056) * [REF] l10n_do_accounting: don't use quote_plus (#1056) * [REF] l10n_do_accounting: improve tax data functions * [FIX] l10n_do_accounting: remove extra character form qr stamp url (#1058) (#1060) * [FIX] l10n_do_accounting: remove extra character form qr stamp url (#1058) (#1060) * [14.0][FIX] l10n_do_accounting: fix base_amount and l10n_do_invoice_total calc (#1063) (#1064) * [FIX] l10n_do_accounting: fix base_amount and l10n_do_invoice_total calc (#1061) * [REF] l10n_do_accounting: update module version (#1062) * [FIX] l10n_do_accounting: wrong exempt amount in report (#1066) * [FIX] l10n_do_accounting: wrong exempt amount in report (#1066) * [15.0] *: Merge branch '14.0' into 15.0-fix-002-jl (#1069) * [FIX] actions: remove uneeded dependencies * [REF] README: update * [REF] l10n_do_accounting: remove code * [FIX] l10n_do_accounting: missing _get_last_sequence() param * [FIX] l10n_do_accounting: added test tags * [REM] remove deprecated module l10n_do_purchase * [FIX] l10n_do_accounting: prevent KeyError calling l10n_do_dgii_tax_payer_type from account.journal (#966) * [REF] workflows: update (#970) * [IMP] l10n_do_accounting: l10n_do amounts function (#971) * [IMP] l10n_do_accounting: implemented company_id field to journal Journal Document Type model (#975) * [REM] requirements.txt * [14.0][REF] workflows: actions update (#982) (#983) * [REF] workflows: actions update (#982) * [FIX] l10n_do_accounting: prevent KeyError if not active_model * [REF] actions: artifact to build & push to GCR Co-authored-by: Andres Rodriguez <[email protected]> * [REF] workflows: actions update * [IMP] l10n_do_accounting: improve journal document types security (#984) * [REF] l10n_do_accounting: unitest ref (#985) * [REF] l10n_do_accounting: unitest ref (#986) * [13.0][IMP] README: added repo readme (#977) * [WIP] README: new readme * [WIP] README: update * [REF] README: update * [REF] README: update * [14.0][IMP] l10n_do_accounting: readme update (#990) * [13.0][IMP] l10n_do_accounting: new readme (#978) * [WIP] l10n_do_accounting: new readme * [REF] l10n_do_accounting: readme typo * [ADD] l10n_do_accounting: added company setup image * [WIP] l10n_do_accounting: readme update * [WIP] l10n_do_accounting: readme update * [WIP] l10n_do_accounting: readme update * [WIP] l10n_do_accounting: readme update * [WIP] l10n_do_accounting: readme update * [WIP] l10n_do_accounting: readme update * [WIP] l10n_do_accounting: readme update * [WIP] l10n_do_accounting: readme update * [WIP] l10n_do_accounting: readme update * [WIP] l10n_do_accounting: readme update * [WIP] l10n_do_accounting: readme update * [WIP] l10n_do_accounting: readme update * [WIP] l10n_do_accounting: readme update * Update README.md * [WIP] l10n_do_accounting: readme update * [WIP] l10n_do_accounting: readme update * [WIP] l10n_do_accounting: readme update * [WIP] l10n_do_accounting: readme update * [WIP] l10n_do_accounting: readme update * [WIP] l10n_do_accounting: readme update * [IMP] l10n_do_accounting: readme update * [IMP] l10n_do_accounting: readme update * [IMP] l10n_do_accounting: readme update * [IMP] l10n_do_accounting: readme update * [IMP] l10n_do_accounting: missing sequence_prefix & sequence_number calc on migration script (#989) * [REF] workflows: update actions * [FIX] l10n_do_accounting: prevent dependency chain to be broken on button_cancel() (#1004) * [FIX] l10n_do_accounting: analytic accounts removed when invoice canceled (#1011) * [REF] l10n_do_accounting: send 'testing' key through context to prevent ecf sending (#1016) * [REF] l10n_do_accounting: eval context key on fiscal sequence fetching (#1017) * [FIX] l10n_do_accounting: wrong document type behavior (#854) (#1019) * [FIX] l10n_do_accounting: wrong amount on qr stamp (#1020) (#1021) * [14.0][REF] l10n_do_accounting: test company address (#1023) * [REF] l10n_do_accounting: test company address * [REF] l10n_do_accounting: missing 'testing' context * [REF] l10n_do_accounting: send 'testing' key through context to prevent ecf sending (#1024) * [REF] l10n_do_accounting: change the way to get ECF env for QR stamp * [IMP] l10n_do_accounting: eval context key to use resequence feature (#1026) * [IMP] l10n_do_accounting: improve l10n_do amounts calc (#1029) * [FIX] l10n_do_accounting: get amount total in company currency * [FIX] l10n_do_accounting: split company and invoice total amounts (#1032) * [14.0][IMP] l10n_do_accounting: improvement in name_search (#1035) * [IMP]l10n_do_accounting: improvement in name_search * black solution * black solution * [REM] l10n_do_pos: remove deprecated module * [14.0] *: fwp 13.0 into 14.0 (#1043) * [FIX] l10n_do_accounting: prevent MemoryError when loading database with a lot of moves * [FIX] l10n_do_accounting: 2nd attempt to prevent MemoryError when loading database Prevent MemoryError when loading database with lots of moves. * [FIX] l10n_do_accounting: not all records computed * [FIX] l10n_do_accounting: 4th attempt to prevent MemoryError when loading database Prevent MemoryError when loading database with lots of moves. * [IMP] l10n_do_accounting: improve memory usage when load l10n_latam.document.type.csv * [FIX] l10n_do_accounting: wrong fields on depends * [REF] l10n_do_accounting: assert after post() --------- Co-authored-by: Andres Rodriguez <[email protected]> * [FIX] l10n_do_accounting: prevent url sign date quoting twice (#1048) * [IMP] l10n_do_accounting: improve error message (#1050) * [14.0][FWP] l10n_do_accounting: merge 13.0 into 14.0 (#1054) * [FWP] l10n_do_accounting: merge 13.0 into 14.0 * [FIX] l10n_do_accounting: electronic stamp test * [REF] l10n_do_accounting: don't use quote_plus (#1056) * [FIX] l10n_do_accounting: remove extra character form qr stamp url (#1058) * [14.0][FIX] l10n_do_accounting: fix base_amount and l10n_do_invoice_total calc (#1063) * [FIX] l10n_do_accounting: fix base_amount and l10n_do_invoice_total calc (#1061) * [REF] l10n_do_accounting: update module version (#1062) * [FIX] l10n_do_accounting: wrong exempt amount in report (#1066) * [FIX] l10n_do_accounting: consider 1.8 and 1.6 ITBIS tax amounts (#1067) (#1068) --------- Co-authored-by: Gustavo Valverde <[email protected]> Co-authored-by: Andres Rodriguez <[email protected]> Co-authored-by: Daniel Alexander Pereyra Beltran <[email protected]> * [IMP] l10n_do_accounting: set '%' as a safe character for DGII URL compose (#1070) (#1072) * [WIP] l10n_do_accounting: working with itbis 18 tax amount * [IMP] l10n_do_accounting: set Gasto Menor no matter company partner tax payer type (#1074) * [IMP] l10n_do_accounting: load report_templates.xml data * [IMP] l10n_do_accounting: debit notes now works ok * [IMP] l10n_do_accounting: credit notes now works ok * [WIP] l10n_do_accounting: working with unitest * [WIP] l10n_do_accounting: working with unitest * [WIP] l10n_do_accounting: working with unitest 1 --------- Co-authored-by: Daniel Alexander Pereyra Beltran <[email protected]> Co-authored-by: Gustavo Valverde <[email protected]> Co-authored-by: Andres Rodriguez <[email protected]> Co-authored-by: Jose Lopez <[email protected]>
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.