Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
X
xunnel-account
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 14
    • Issues 14
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 2
    • Merge Requests 2
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • vauxoo
  • xunnel-account
  • Issues
  • #62

Closed
Open
Opened Nov 13, 2019 by Javier Vega@JVegaB🌮Reporter

Download invoices's XMLs by date range

Its required to download the XMLs from invoices received from xunnel-app

Modules to modify:

  • xunnel-invoice
  • xunnel-app
In xunnel-invoice
  1. The wizard xunnel.attachments.wizard must have a date_to date field (with related=False).
  2. That value must be passed to the method _sync_xunnel_attachments and update the dictionary sent in self._xunnel('get_invoices_sat', values)
In xunnel-app
  1. The method _get_invoices_sat is going to receive the key/value you updated in xunnel-invoice step 2.
  2. Update the parameters sent to paybook with the valued received in this dictionary with the key dt_transaction_to.

More info in the docs

Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: vauxoo/xunnel-account#62