frappe / books

Free Accounting Software
https://frappe.io/books
GNU Affero General Public License v3.0
2.68k stars 614 forks source link

Where can I find documentation or swagger for the Books API? Does it have a REST API? #892

Open toduyemi opened 2 months ago

toduyemi commented 2 months ago

Summary

I am seeking to automate some workflows in rapper. I can't find any documentation for developers or even anything pertainng to an API?

akshayitzme commented 2 months ago

Summary

I am seeking to automate some workflows in rapper. I can't find any documentation for developers or even anything pertainng to an API?

No FBooks doesn't ship REST APIs nor expose any functions for other applications to interact with it. You might have to code that functionality.

Maybe the following resources could help

  1. Electron Inter-Process Communication
  2. registerIpcMainActionListeners.ts
  3. main/contactMothership.ts