-
-
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
[16.0][REL] l10n_do_accounting: v16 release #1007
Merged
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
* [REF] l10n_do_accounting: test company address * [REF] l10n_do_accounting: missing 'testing' context
* [IMP]l10n_do_accounting: improvement in name_search * black solution * black solution
crbll0
approved these changes
Feb 24, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Probado el flujo de facturación, todo correcto.
jose-pcg
added
test all
Run all test including dependencies
and removed
test all
Run all test including dependencies
labels
Mar 2, 2023
jose-pcg
added
test all
Run all test including dependencies
and removed
test all
Run all test including dependencies
labels
Mar 6, 2023
jose-pcg
added
test all
Run all test including dependencies
and removed
test all
Run all test including dependencies
labels
Mar 6, 2023
* [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]>
* [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]>
jose-pcg
force-pushed
the
16.0-mig-001-jl
branch
2 times, most recently
from
August 8, 2023 20:15
a625c00
to
5290d07
Compare
jose-pcg
force-pushed
the
16.0-mig-001-jl
branch
from
August 8, 2023 20:18
5290d07
to
8d7c625
Compare
jose-pcg
changed the title
[16.0][WIP] l10n_do_accounting: v16 migration
[16.0][REL] l10n_do_accounting: v16 release
Aug 8, 2023
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.