Skip to content

Release 03/10/2024

New Features and Improvements

  • New functionality and new fields in requests/obligations:
    • Requests must be linked to one of the parties and can be associated with one or all parties of that side.
    • Cause value, forecasted value, and contingency value are now defined for each party.
    • Request title segmented into three fields:
      • Subject
      • Allegation
      • Reparation
    • Added fields:
      • Constitution Date
      • Due Date
      • Recurrence
      • Liquid or Non-liquid
      • Injunction or Non-injunction
      • Calculation Template
  • New functionality: compliance (ability to register compliance with an obligation after a decision/resolution/agreement).
  • New functionality: Tasks with Subtasks:
    • Added a local field that allows hyperlink inclusion.
    • Ability to create and register subtasks.
    • Load predefined subtasks according to the selected title.
    • Subtask Settings (Admin):
      • Link task titles with case types and areas.
      • Link titles with Looplex documents.
      • Define deadlines for compliance, in business or calendar days, for a title and its subtasks (Coming Soon: indication of the expected completion date, considering weekends and national and state holidays).
    • Provide estimated time for task and subtask completion (Coming Soon: automatic timesheet entry based on this data).
  • New functionality: Structured Supplementary Data (supplementary data can now be grouped and multiplied within a case).
  • New platform home screen.
  • When clicking on a case linked to a publication, the case file will open in a new window.
  • Enabled the use of Google as an Identity Provider for platform access.
  • New request button on the Case home screen.
  • Added a button to switch Cases databases when the user has an email registered in multiple databases.
  • Included a screen for terms of use acceptance.
  • Added the “Product” field in case registration and case file.
  • Entry date in case registration now defaults to the current date.

Fixes

  • Adjusted the subcase display in the case list.
  • Case type “Asset Management” renamed to “Debt Collection.”
  • The Court/ID/Number/Area card no longer breaks line labels.
  • Final date for agenda items of type Hearing has been adjusted.
  • Optimized API loading for improved performance.
  • Blocked the Builder module and calculation functionality for plans that do not include these features.
  • The progress classification list is now in alphabetical order.
  • Adjusted sorting for the court and forum list.
  • Calculation button is now enabled for calculations immediately after registering a request.
  • Supplementary information for parties now saves correctly in case registration.

API

  • Added the “supplier” field in the return of api/casos/id.
  • Removed “changeId” and “changeReason” fields from the return of api/casos/${caseID}/valores.
  • Adjusted endpoints api/casos/${caseID}/valores and api/casos/${caseID}/pedidos to match the new formatting for values and requests.
  • Adjusted the “IdProcessoExpectativaReivindicacao” field in the return of request list items in cases/api/casos/${caseID}/PedidosComHistorico/.
  • Updated fields NomeClienteFormatado, isEditable, and AreaFormatada in the return of cases/api/tarefas/tarefas_subtarefas?idsTarefa=${idsTarefa}&tipoTarefa=${tipoTarefa}.
  • Included reasons for requests in /cases/api/propositionStatements.
  • Added PATCH to update and create party addresses in api/partes/${idParte}.
  • The return of /api/casos/inclui now also includes idCliente and nomeCliente.
  • Search for a party by CNPJ/CPF in cases/api/partes.