Accounting records

Accounting entries that are made in the accounting journal.In the double entry system, each seat has debit and credit movement. These two positions make inverse movements, and affect the asset or the liability. Avoid creating accounting records manually. The modules of Billing , Expenses / Purchasing and Payroll create these records automatically

Header api token: X-API-TOKEN

Get api token in Your account settings

Allowed API methods: GET, POST, PUT, PATCH, OPTIONS

  • List URL: /api/v1/base_model_s/accountingrecords/
  • Detail URL: /api/v1/base_model_s/accountingrecords/:id/
Params
  • _page_size: (int) Number of results per page
  • _page: (str|int) Number of page to get, set __all__ for get all results
  • _ordering: (str) Field for ordering, if is descending set '-' Ex: -field_name
  • _fields: (str) List of fields to return separed by comma
You can use any of other django lookups for filter data
Showing OPTIONS method:
 Loading API options...

Related objects:


Accounting Transactions

Items of Accounting Record
  • List URL: /api/v1/base_model_s/transaction/
  • Detail URL: /api/v1/base_model_s/transaction/:id/
Showing OPTIONS method:
 Loading API options...


Déjanos tus comentarios