Skip to content
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

12.0 financial #62

Open
wants to merge 212 commits into
base: 12.0
Choose a base branch
from
Open

12.0 financial #62

wants to merge 212 commits into from

Commits on Apr 16, 2019

  1. Configuration menu
    Copy the full SHA
    4ce9409 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    22a3065 View commit details
    Browse the repository at this point in the history
  3. [FIX] Cashflow install problem

    vonpupp authored and mileo committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    f4e3f20 View commit details
    Browse the repository at this point in the history
  4. [FIX] account_id domain

    bruna.braga authored and mileo committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    ec7b7ac View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f28dfe8 View commit details
    Browse the repository at this point in the history
  6. [FIX] Tipo de conta contabil

    mileo committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    9836e07 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a4f4db4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ac06f5f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    72b1408 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a85fbd3 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0a80bc5 View commit details
    Browse the repository at this point in the history
  12. [REF] A criação de sequencias

    mileo committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    f7c0197 View commit details
    Browse the repository at this point in the history
  13. [FIX] Cancel values

    mileo committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    319c110 View commit details
    Browse the repository at this point in the history
  14. Clean code

    mileo committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    f1bccac View commit details
    Browse the repository at this point in the history
  15. Clean code

    mileo committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    3e43770 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    8e1ab7a View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    d6367b1 View commit details
    Browse the repository at this point in the history
  18. [WIP] Saldo incial cashflow

    mileo committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    c16d434 View commit details
    Browse the repository at this point in the history
  19. [NEW] Simplificacao do extrato

    mileo committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    e373873 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    3b7d32b View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    d48b344 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    548aefe View commit details
    Browse the repository at this point in the history
  23. Feature/financial filters2 (#30)

    * [WIP] Date filters
    
    * [ADD] Filter by status
    
    * [ADD] Filter payment due today
    
    * [ADD] Filter payments overdue
    
    * [ADD] Filter payments due this week
    
    * [ADD] Filter payments due this month
    
    * [ADD] Filter payments due date from
    
    * [ADD] Filter payments due date to
    
    * [ADD] Filter payments by partner
    
    * [ADD] Filter payments by analytic account
    
    * [ADD] Filter payments by payment mode
    
    * [ADD] Filter payments by document number
    
    * [ADD] Filter payments by exact date
    
    * [ADD] Filter group by partner
    
    * [ADD] Filter group by payment date
    
    * [ADD] Filter group by payment journal
    
    * [REF] Code cleanup
    
    * [ADD] Filter payments by date issue from <date>
    
    * [ADD] Filter payments by date issue to <date>
    
    * [ADD] Filter payments by date issue is <date>
    
    * [REF] Shortened filter labels
    
    * [FIX] Include limits
    
    * [REF] Unified old from, to and is fields and methods
    
    * [REF] Reorder filter_domain fields
    
    * [ADD] Filter payments by document item
    
    * [NEW] Implementação de relatórios financeiros
    
    * [WIP] Saldo incial cashflow
    
    * [NEW] Simplificacao do extrato
    
    * [NEW] Relatorios gerenciais e simplificação da conta bancária
    
    * [NEW] Valor pago e provisionado nos relatórios
    mileo committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    0a8332a View commit details
    Browse the repository at this point in the history
  24. [FIX] financial_move tests

    bruna.braga authored and mileo committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    c0117c3 View commit details
    Browse the repository at this point in the history
  25. [ADD] interest and delay_fee

    bruna.braga authored and mileo committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    222616c View commit details
    Browse the repository at this point in the history
  26. Fix/financial reports (#32)

    * [ADD] Filters by bank account and date
    
    * [ADD] Balance recalculation on filtering
    
    * [FIX] Move initial balance to the credit column
    
    * [ADD] Filter date ranges
    
    * [FIX] PEP8
    vonpupp authored and mileo committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    4e19784 View commit details
    Browse the repository at this point in the history
  27. Fix/financial cashflow balance (#37)

    * [ADD] Payments of type rr
    
    * [FIX] Residual amount instead of total
    
    * [ADD] Colors on type r
    
    * [ADD] Payments on cashflow statement (type pp)
    
    * [ADD] Gray color for payments of type p
    
    * [ADD] Filter by effective payments
    
    * [ADD] Projected payments
    vonpupp authored and mileo committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    f654ef1 View commit details
    Browse the repository at this point in the history
  28. Feature/interest (#35)

    * [WIP] interest and delay_fee
    
    * [ADD] interest and delay_fee
    
    * [ADD] interest and delay_fee
    
    * [ADD] interest and delay_fee
    
    * [FIX] manifest/init para juros e multa
    
    * [FIX] interest/ delay_fee
    Bruna M Braga authored and mileo committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    8d232b0 View commit details
    Browse the repository at this point in the history
  29. [WIP] Sincronização entre o financeiro e a contabilidade (#34)

    * [FIX] Corrige a numeração dos lançamentos
    
    * [REF] Simplificação da preparação do lançamento financeiro
    
    * [REF] Remove accounting tab
    
    * [NEW] Module: financial_account
    
    * [REF] Refactoring create method to use it in another modules
    mileo committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    3cbf31e View commit details
    Browse the repository at this point in the history
  30. [FIX] Remove merge forgotten parts

    vonpupp authored and mileo committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    290773d View commit details
    Browse the repository at this point in the history
  31. [FIX] Remove duplicated view

    vonpupp authored and mileo committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    eb6b652 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    14fb742 View commit details
    Browse the repository at this point in the history
  33. [FIX] Change maturity date to date

    vonpupp authored and mileo committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    09bb025 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    afa0427 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    f1a898e View commit details
    Browse the repository at this point in the history
  36. [FIX] Change maturity date to date

    vonpupp authored and mileo committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    fbd90af View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    4796705 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    d5cf6d6 View commit details
    Browse the repository at this point in the history
  39. [FIX] Cash flow report

    mileo committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    61929fd View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    0511107 View commit details
    Browse the repository at this point in the history
  41. [ADD] Compensation days

    vonpupp authored and mileo committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    ffa1739 View commit details
    Browse the repository at this point in the history
  42. [ADD] Payment mode

    vonpupp authored and mileo committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    eec9832 View commit details
    Browse the repository at this point in the history
  43. [FIX] Payment date on payments

    vonpupp authored and mileo committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    702f1cc View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    712c7e4 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    753c458 View commit details
    Browse the repository at this point in the history
  46. [FIX] Change amount to residual

    vonpupp authored and mileo committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    6c50997 View commit details
    Browse the repository at this point in the history
  47. [FIX] Typo on amount paid label

    vonpupp authored and mileo committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    b1ef9ba View commit details
    Browse the repository at this point in the history
  48. Fix/financial dates review (#49)

    * [ADD] Debit/credit date calculation
    
    * [FIX] Change amount to residual
    vonpupp authored and mileo committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    a8ddd6e View commit details
    Browse the repository at this point in the history
  49. Fix/financial usability1 (#50)

    * [ADD] Debit/credit date calculation
    
    * [FIX] Change amount to residual
    
    * [FIX] Mandatory fields
    
    * [FIX] Change date_business_maturity string
    
    * [ADD] Debit/credit date calculation
    
    * [FIX] Change amount to residual
    
    * [FIX] Mandatory fields
    
    * [FIX] Change date_business_maturity string
    vonpupp authored and mileo committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    6401b37 View commit details
    Browse the repository at this point in the history
  50. [WIP] Adjusting files naming scheme

    aricaldeira authored and mileo committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    0b6da41 View commit details
    Browse the repository at this point in the history
  51. [WIP] Adjusting files name scheme

    aricaldeira authored and mileo committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    fd6d851 View commit details
    Browse the repository at this point in the history
  52. [FIX] Imports of financial

    mileo committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    fa2008f View commit details
    Browse the repository at this point in the history
  53. [REF] oca-autopep8 in financial

    mileo committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    c245533 View commit details
    Browse the repository at this point in the history
  54. [FIX] financial pylint errors

    mileo committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    3247c1f View commit details
    Browse the repository at this point in the history
  55. [REF] Convert tab to spaces

    find . -name '*.xml' ! -type d -exec bash -c 'expand -t 4 "$0" > /tmp/e && mv /tmp/e "$0"' {} \;
    mileo committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    782b5fe View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    715b154 View commit details
    Browse the repository at this point in the history
  57. [FIX] Imports of financial

    mileo committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    259325c View commit details
    Browse the repository at this point in the history
  58. [FIX] Imports of financial

    mileo committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    10cf724 View commit details
    Browse the repository at this point in the history
  59. Configuration menu
    Copy the full SHA
    b3a40ee View commit details
    Browse the repository at this point in the history
  60. [NEW] Demo data

    mileo committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    5ee49b1 View commit details
    Browse the repository at this point in the history
  61. [FIX] Financial reports

    mileo committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    a755a07 View commit details
    Browse the repository at this point in the history
  62. Configuration menu
    Copy the full SHA
    923fc3f View commit details
    Browse the repository at this point in the history
  63. [FIX] financial unit tests

    mileo committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    6446727 View commit details
    Browse the repository at this point in the history
  64. Configuration menu
    Copy the full SHA
    8abd9f9 View commit details
    Browse the repository at this point in the history
  65. Configuration menu
    Copy the full SHA
    13bbec3 View commit details
    Browse the repository at this point in the history
  66. Configuration menu
    Copy the full SHA
    d850329 View commit details
    Browse the repository at this point in the history
  67. Configuration menu
    Copy the full SHA
    1944917 View commit details
    Browse the repository at this point in the history
  68. Configuration menu
    Copy the full SHA
    8756276 View commit details
    Browse the repository at this point in the history
  69. Configuration menu
    Copy the full SHA
    7d7c8a3 View commit details
    Browse the repository at this point in the history
  70. [ADD] Wizard para fluxo de caixa

    hendrixcosta authored and mileo committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    5c8e244 View commit details
    Browse the repository at this point in the history
  71. [FIX] Remover drop_table_if_exists

    hendrixcosta authored and mileo committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    d92144e View commit details
    Browse the repository at this point in the history
  72. Configuration menu
    Copy the full SHA
    1b04ae9 View commit details
    Browse the repository at this point in the history
  73. Configuration menu
    Copy the full SHA
    b15d70c View commit details
    Browse the repository at this point in the history
  74. Configuration menu
    Copy the full SHA
    cd47370 View commit details
    Browse the repository at this point in the history
  75. Configuration menu
    Copy the full SHA
    34b669c View commit details
    Browse the repository at this point in the history
  76. Configuration menu
    Copy the full SHA
    6ccc8dc View commit details
    Browse the repository at this point in the history
  77. [ADD] Wizard para fluxo de caixa

    hendrixcosta authored and mileo committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    fe569c3 View commit details
    Browse the repository at this point in the history
  78. [FIX] Remover drop_table_if_exists

    hendrixcosta authored and mileo committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    151c8cf View commit details
    Browse the repository at this point in the history
  79. Configuration menu
    Copy the full SHA
    501399f View commit details
    Browse the repository at this point in the history
  80. Configuration menu
    Copy the full SHA
    09c4b7d View commit details
    Browse the repository at this point in the history
  81. Configuration menu
    Copy the full SHA
    5192c57 View commit details
    Browse the repository at this point in the history
  82. Configuration menu
    Copy the full SHA
    58892f3 View commit details
    Browse the repository at this point in the history
  83. [FIX] Unicode

    aricaldeira authored and mileo committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    19876ff View commit details
    Browse the repository at this point in the history
  84. Configuration menu
    Copy the full SHA
    bc92915 View commit details
    Browse the repository at this point in the history
  85. Configuration menu
    Copy the full SHA
    e6d199c View commit details
    Browse the repository at this point in the history
  86. [FIX] Layout of the cashflow report

    lfdivino authored and mileo committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    70491de View commit details
    Browse the repository at this point in the history
  87. Configuration menu
    Copy the full SHA
    bf91963 View commit details
    Browse the repository at this point in the history
  88. Configuration menu
    Copy the full SHA
    eeafca6 View commit details
    Browse the repository at this point in the history
  89. [FIX] Order of the months in the report

    lfdivino authored and mileo committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    e473099 View commit details
    Browse the repository at this point in the history
  90. Configuration menu
    Copy the full SHA
    4f2dae5 View commit details
    Browse the repository at this point in the history
  91. [WIP] Criação da conta financeira

    aricaldeira authored and mileo committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    a9d3925 View commit details
    Browse the repository at this point in the history
  92. Configuration menu
    Copy the full SHA
    f63c56a View commit details
    Browse the repository at this point in the history
  93. [WIP] Separando financeiro da contabilidade

    [FEA] Criando conta financeira
    [FEA] Fluxo de caixa por conta financeira
    aricaldeira authored and mileo committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    38adae5 View commit details
    Browse the repository at this point in the history
  94. [WIP] Criação da conta financeira

    aricaldeira authored and mileo committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    7fa1288 View commit details
    Browse the repository at this point in the history
  95. [WIP] Separando financeiro da contabilidade

    [FEA] Criando conta financeira
    [FEA] Fluxo de caixa por conta financeira
    aricaldeira authored and mileo committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    f9a2f3d View commit details
    Browse the repository at this point in the history
  96. [FIX] Circular import

    [FEA] Preparing view for inheritance
    aricaldeira authored and mileo committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    63fe20c View commit details
    Browse the repository at this point in the history
  97. [FIX] Post-merge mess

    aricaldeira authored and mileo committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    4c6daad View commit details
    Browse the repository at this point in the history
  98. [FEA] Changing copy_view to standard (but undocumented, mind you!)

          primary mode in views
    aricaldeira authored and mileo committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    86d41f6 View commit details
    Browse the repository at this point in the history
  99. [REF] Financial Tests

    mileo committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    eebf182 View commit details
    Browse the repository at this point in the history
  100. Configuration menu
    Copy the full SHA
    e3fb6bc View commit details
    Browse the repository at this point in the history
  101. Configuration menu
    Copy the full SHA
    904f289 View commit details
    Browse the repository at this point in the history
  102. [FIX] api decorations

    mileo committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    c6005b7 View commit details
    Browse the repository at this point in the history
  103. [REF] Code style

    mileo committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    30a5843 View commit details
    Browse the repository at this point in the history
  104. Configuration menu
    Copy the full SHA
    cebadc2 View commit details
    Browse the repository at this point in the history
  105. [NEW] Financial tests

    mileo committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    d429dd3 View commit details
    Browse the repository at this point in the history
  106. Configuration menu
    Copy the full SHA
    7e3182b View commit details
    Browse the repository at this point in the history
  107. Configuration menu
    Copy the full SHA
    4e658e4 View commit details
    Browse the repository at this point in the history
  108. Configuration menu
    Copy the full SHA
    b73a62a View commit details
    Browse the repository at this point in the history
  109. Configuration menu
    Copy the full SHA
    6df953c View commit details
    Browse the repository at this point in the history
  110. Configuration menu
    Copy the full SHA
    55d2c63 View commit details
    Browse the repository at this point in the history
  111. Configuration menu
    Copy the full SHA
    5572c6a View commit details
    Browse the repository at this point in the history
  112. [NEW] Add python tests

    mileo committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    5faeb0d View commit details
    Browse the repository at this point in the history
  113. [FIX] Keeping all dir names in plural

    aricaldeira authored and mileo committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    f610b6d View commit details
    Browse the repository at this point in the history
  114. Configuration menu
    Copy the full SHA
    f2b1758 View commit details
    Browse the repository at this point in the history
  115. [FEA] Adding new version of cashflow report

    [FEA] Adding new basis for financial reports
    aricaldeira authored and mileo committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    29b7a00 View commit details
    Browse the repository at this point in the history
  116. [NEW] Cash flow group by week

    mileo committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    c37e3fb View commit details
    Browse the repository at this point in the history
  117. [FIX] Copyrights

    aricaldeira authored and mileo committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    1c85d9d View commit details
    Browse the repository at this point in the history
  118. [FIX] Limpeza pós rebase

    aricaldeira authored and mileo committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    c14d766 View commit details
    Browse the repository at this point in the history
  119. [REF] oca-autopep8

    mileo committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    aed97be View commit details
    Browse the repository at this point in the history
  120. [REF] Replace tabs with spaces

    mileo committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    1f28b85 View commit details
    Browse the repository at this point in the history
  121. [NEW] Empty security rule

    mileo committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    d86cab2 View commit details
    Browse the repository at this point in the history
  122. [FIX] Optimize imports

    hendrixcosta authored and mileo committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    75f7031 View commit details
    Browse the repository at this point in the history
  123. [FIX] Flake8

    hendrixcosta authored and mileo committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    78274a4 View commit details
    Browse the repository at this point in the history
  124. [FIX] No SQL Injection

    hendrixcosta authored and mileo committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    225ae0b View commit details
    Browse the repository at this point in the history
  125. [MIG] Backport cash flow to v8

    mileo committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    d39a027 View commit details
    Browse the repository at this point in the history
  126. [FIX] pylint

    hendrixcosta authored and mileo committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    f422bd5 View commit details
    Browse the repository at this point in the history
  127. Configuration menu
    Copy the full SHA
    ff23567 View commit details
    Browse the repository at this point in the history
  128. Configuration menu
    Copy the full SHA
    fe7e39a View commit details
    Browse the repository at this point in the history
  129. Configuration menu
    Copy the full SHA
    f2172d6 View commit details
    Browse the repository at this point in the history
  130. [NEW] Cancel wizard

    mileo committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    96a3c7d View commit details
    Browse the repository at this point in the history
  131. Configuration menu
    Copy the full SHA
    7e893d2 View commit details
    Browse the repository at this point in the history
  132. [NEW] Payment state

    mileo committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    bfa6179 View commit details
    Browse the repository at this point in the history
  133. [FIX] Financial menu

    mileo committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    6b401b9 View commit details
    Browse the repository at this point in the history
  134. Configuration menu
    Copy the full SHA
    12fec6c View commit details
    Browse the repository at this point in the history
  135. [FIX] Default document type

    mileo committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    977aa55 View commit details
    Browse the repository at this point in the history
  136. Configuration menu
    Copy the full SHA
    eb37e48 View commit details
    Browse the repository at this point in the history
  137. [ADD]date_state field to control due state

    sadamo authored and mileo committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    bb2b01f View commit details
    Browse the repository at this point in the history
  138. [NEW]Receivable payment date if state='paid'

    sadamo authored and mileo committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    c2027a9 View commit details
    Browse the repository at this point in the history
  139. Configuration menu
    Copy the full SHA
    9e745e8 View commit details
    Browse the repository at this point in the history
  140. [REM] Campo obsoleto

    mileo committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    3fe13f2 View commit details
    Browse the repository at this point in the history
  141. [WIP]financeiro gera e acompanha parcelas

    sadamo authored and mileo committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    5de7465 View commit details
    Browse the repository at this point in the history
  142. [FIX]Search_view_id in action xml records

    sadamo authored and mileo committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    b379597 View commit details
    Browse the repository at this point in the history
  143. [NEW]Gera e acompanha parcelas

    sadamo authored and mileo committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    f91e8a4 View commit details
    Browse the repository at this point in the history
  144. [REN]Financial Installment - Model rename

    sadamo authored and mileo committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    e7dbe1a View commit details
    Browse the repository at this point in the history
  145. [MOD]Altering file names and directory

    sadamo authored and mileo committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    41b3595 View commit details
    Browse the repository at this point in the history
  146. [FIX] financial security

    mileo committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    2ae2225 View commit details
    Browse the repository at this point in the history
  147. Configuration menu
    Copy the full SHA
    60d8171 View commit details
    Browse the repository at this point in the history
  148. Configuration menu
    Copy the full SHA
    c8c6f12 View commit details
    Browse the repository at this point in the history
  149. [FIX] Relacao entre parcelas e account.move.line

    Corrigido os relacionamentos entre o parcelamento e as linhas do
    parcelamento com o account.move e os account.move.lines.
    lfdivino authored and mileo committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    942fcf6 View commit details
    Browse the repository at this point in the history
  150. [FIX] Menus do fiscal

    lfdivino authored and mileo committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    6cc52de View commit details
    Browse the repository at this point in the history
  151. [FIX] Traducao do modulo financeiro

    lfdivino authored and mileo committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    8c4bb2a View commit details
    Browse the repository at this point in the history
  152. Configuration menu
    Copy the full SHA
    7516efe View commit details
    Browse the repository at this point in the history
  153. [FIX] Algumas traducoes do Financeiro

    lfdivino authored and mileo committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    a464ac7 View commit details
    Browse the repository at this point in the history
  154. Configuration menu
    Copy the full SHA
    8207db1 View commit details
    Browse the repository at this point in the history
  155. [FIX] Menus e Usabilidade de visoes

    lfdivino authored and mileo committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    25bf455 View commit details
    Browse the repository at this point in the history
  156. [REF] Motivos para cancelamento e wizard

    - Adicionado a tabela de motivos para cancelamento e alterado o wizard
    para ser necessario o preenchimento desse motivo e alguma outra
    observacao.
    lfdivino authored and mileo committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    02df05c View commit details
    Browse the repository at this point in the history
  157. Configuration menu
    Copy the full SHA
    933f7a6 View commit details
    Browse the repository at this point in the history
  158. Configuration menu
    Copy the full SHA
    da8d07a View commit details
    Browse the repository at this point in the history
  159. [FIX] PEP8 e flake

    [FEA] Ajuste e separação de views
    [FEA] Revisão do parcelamento
    [FEA] Tradução revisada
    aricaldeira authored and mileo committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    b488fc6 View commit details
    Browse the repository at this point in the history
  160. Configuration menu
    Copy the full SHA
    35324d0 View commit details
    Browse the repository at this point in the history
  161. Configuration menu
    Copy the full SHA
    01547f2 View commit details
    Browse the repository at this point in the history
  162. [NEW] Relatorio de contas A receber e A pagar

    - Relatorio para selecionar os fiscal.move('A receber' e 'A pagar')
    agrupando por data de vencimento ou por parceiro
    lfdivino authored and mileo committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    fd84432 View commit details
    Browse the repository at this point in the history
  163. [ADD] Linha de total nas linhas agrupadas

    - Inserido os SQLs que buscam os totais dos agrupamentos
    lfdivino authored and mileo committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    abfd447 View commit details
    Browse the repository at this point in the history
  164. Configuration menu
    Copy the full SHA
    08120ba View commit details
    Browse the repository at this point in the history
  165. Configuration menu
    Copy the full SHA
    db0afba View commit details
    Browse the repository at this point in the history
  166. [FIX] Processamento e agrupamento dos dados do SQL

    - Alem da exibicao dos agrupamentos e seus totais na planilha
    lfdivino authored and mileo committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    042eecc View commit details
    Browse the repository at this point in the history
  167. [FIX] Dados do parceiro no relatorio

    - De contas A Pagar e A Receber.
    lfdivino authored and mileo committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    a65e965 View commit details
    Browse the repository at this point in the history
  168. [FIX] PEP8

    lfdivino authored and mileo committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    5c942a8 View commit details
    Browse the repository at this point in the history
  169. [ADD] Total geral do relatorio

    - Somando todos os totais dos agrupamentos de Financial Moves tanto em
    'A Receber' quanto em 'A Pagar'
    lfdivino authored and mileo committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    d258844 View commit details
    Browse the repository at this point in the history
  170. [FIX] Traducoes

    lfdivino authored and mileo committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    21a22a4 View commit details
    Browse the repository at this point in the history
  171. [ADD] Selecionar parceiros individualmente

    lfdivino authored and mileo committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    eacb405 View commit details
    Browse the repository at this point in the history
  172. [ADD] Relatorio de inadimplencia

    lfdivino authored and mileo committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    414cf05 View commit details
    Browse the repository at this point in the history
  173. [ADD] Mensagens do documento no relatorio

    - Caso exista mensagens que foram transmitidas para o usuario vai ser
    mostrado apos os valores de cada documento fiscal no relatorio de
    inadimplencia.
    lfdivino authored and mileo committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    b293d9d View commit details
    Browse the repository at this point in the history
  174. [FIX] Cabecalho dos estados de vencimento

    lfdivino authored and mileo committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    2de4d92 View commit details
    Browse the repository at this point in the history
  175. [ADD] Campo de estado dos movimentos financeiros

    - Adicionado o campo de selecao do estado das movimentacoes no relatorio
    de contas 'A Pagar' e 'A Receber' agrupando por data de vencimento ou
    por parceiros.
    lfdivino authored and mileo committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    5a8116c View commit details
    Browse the repository at this point in the history
  176. [ADD] Dependencia de biblioteca

    - No relatorio de Inadimplencia
    lfdivino authored and mileo committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    d01ff62 View commit details
    Browse the repository at this point in the history
  177. [NEW]Calculo de dias de atraso

    sadamo authored and mileo committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    4f5b5f1 View commit details
    Browse the repository at this point in the history
  178. Configuration menu
    Copy the full SHA
    684b75c View commit details
    Browse the repository at this point in the history
  179. Configuration menu
    Copy the full SHA
    025ccf6 View commit details
    Browse the repository at this point in the history
  180. [WIP] Adicionado dicionario dos pagamentos

    - Feito a ligacao dos pagamentos com as contas A Receber
    lfdivino authored and mileo committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    584c7d7 View commit details
    Browse the repository at this point in the history
  181. [ADD] Estilo para centralizar linhas de detalhes

    - Na classe base dos relatorios de xlsx
    lfdivino authored and mileo committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    c3db333 View commit details
    Browse the repository at this point in the history
  182. [FIX] Layout Relatorio de Extrato por Cliente

    - Acerto nos dados das colunas correspondentes e complemento no layout
    do relatorio de extrato por clientes.
    lfdivino authored and mileo committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    90f6ee7 View commit details
    Browse the repository at this point in the history
  183. [FIX] PEP8

    lfdivino authored and mileo committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    5ca455b View commit details
    Browse the repository at this point in the history
  184. Configuration menu
    Copy the full SHA
    a5b9d21 View commit details
    Browse the repository at this point in the history
  185. [FIX] Chamar cron nos testes

    hendrixcosta authored and mileo committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    e8737a7 View commit details
    Browse the repository at this point in the history
  186. [FIX] Refatorar testes

    hendrixcosta authored and mileo committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    223c3cb View commit details
    Browse the repository at this point in the history
  187. Configuration menu
    Copy the full SHA
    880ebfe View commit details
    Browse the repository at this point in the history
  188. Configuration menu
    Copy the full SHA
    77e9374 View commit details
    Browse the repository at this point in the history
  189. [FIX] View nao instanciada

    hendrixcosta authored and mileo committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    6c9afa2 View commit details
    Browse the repository at this point in the history
  190. [ADD] Test

    hendrixcosta authored and mileo committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    dd595e2 View commit details
    Browse the repository at this point in the history
  191. fixup! [ADD] Test

    hendrixcosta authored and mileo committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    040b65d View commit details
    Browse the repository at this point in the history
  192. [ADD] test_invalid_financial_payable

    hendrixcosta authored and mileo committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    5ce51d5 View commit details
    Browse the repository at this point in the history
  193. [TEST] test_do_before_unlink

    hendrixcosta authored and mileo committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    c2616c1 View commit details
    Browse the repository at this point in the history
  194. Configuration menu
    Copy the full SHA
    d10403d View commit details
    Browse the repository at this point in the history
  195. Configuration menu
    Copy the full SHA
    782fc8d View commit details
    Browse the repository at this point in the history
  196. [TEST] financial installment

    hendrixcosta authored and mileo committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    4b016a8 View commit details
    Browse the repository at this point in the history
  197. Configuration menu
    Copy the full SHA
    5f6c8de View commit details
    Browse the repository at this point in the history
  198. Configuration menu
    Copy the full SHA
    044d278 View commit details
    Browse the repository at this point in the history
  199. Configuration menu
    Copy the full SHA
    e1d56be View commit details
    Browse the repository at this point in the history
  200. Configuration menu
    Copy the full SHA
    81995e3 View commit details
    Browse the repository at this point in the history
  201. Configuration menu
    Copy the full SHA
    fd04e3b View commit details
    Browse the repository at this point in the history
  202. Configuration menu
    Copy the full SHA
    5e7d7e7 View commit details
    Browse the repository at this point in the history
  203. Configuration menu
    Copy the full SHA
    912564e View commit details
    Browse the repository at this point in the history
  204. [MIG] Acesso a atributo do modelo

    hendrixcosta authored and mileo committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    fbf597b View commit details
    Browse the repository at this point in the history
  205. Configuration menu
    Copy the full SHA
    2b928c3 View commit details
    Browse the repository at this point in the history
  206. [ADD] Validate data Report

    hendrixcosta authored and mileo committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    4f074c2 View commit details
    Browse the repository at this point in the history
  207. Configuration menu
    Copy the full SHA
    1886920 View commit details
    Browse the repository at this point in the history
  208. Configuration menu
    Copy the full SHA
    c8cc7cc View commit details
    Browse the repository at this point in the history
  209. [REF] Dependencies

    Signed-off-by: Luis Felipe Mileo <[email protected]>
    mileo committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    6d8dd41 View commit details
    Browse the repository at this point in the history
  210. [MIG] Module version

    Signed-off-by: Luis Felipe Mileo <[email protected]>
    mileo committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    a96a2ce View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2019

  1. [FIX] Dependencies

    Signed-off-by: Luis Felipe Mileo <[email protected]>
    mileo committed Apr 17, 2019
    Configuration menu
    Copy the full SHA
    069c6bb View commit details
    Browse the repository at this point in the history
  2. [REF] Migration issues, and removing l10n-brazil dependencies

    Signed-off-by: Luis Felipe Mileo <[email protected]>
    mileo committed Apr 17, 2019
    Configuration menu
    Copy the full SHA
    9680049 View commit details
    Browse the repository at this point in the history