You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

53 lines
1.5 KiB

  1. Account Standard report
  2. =======================
  3. This module can generate a accounting report in Odoo Tree View, PDF and Excel, with the new implementation of the accounting from Odoo V9.
  4. In this new implementation there are not openning entries, it is a continously accounting. And in some case in repport
  5. the matching have no sense, because some moves are matched with the next year (or after the end date).
  6. Features
  7. ========
  8. Report
  9. ------
  10. * Odoo Tree View
  11. * Export in PDF
  12. * Export Excel Files (xlsx), build to use pivot table
  13. * General Ledger
  14. * Partner Ledger
  15. * Journal Ledger
  16. * Open Ledger
  17. * Aged balance
  18. Initial balance
  19. ---------------
  20. * Initial Balance with detail on unmatching moves from payable/receivable account
  21. * With ou without reduced balance (credit or debit egual zero) on payable/receivable account
  22. * Use the fiscal date of company to generate the initial balance
  23. Matching Number
  24. ---------------
  25. * Management of macthing after the end date. (replace by * if one move is dated after the end date)
  26. * The partner ledger unreconciled don't change over time, because the unreconciled entries stay unreconciled even if there are reconcilied with an entrie after the end date.
  27. Installation
  28. ============
  29. Just install the module
  30. Go to Accounting/Adviser/Chart of account : set the 'Thrid Parties' field on supplier and custommer accounts.
  31. Usage
  32. =====
  33. * Go to Accounting/Report/Standard Report
  34. * Choose your options
  35. Known issues / Roadmap
  36. ======================
  37. Bug Tracker
  38. ===========
  39. Contributors
  40. ------------
  41. * Florent de Labarre
  42. Maintainer
  43. ----------