cogk / reacteur

Automation and computation toolbox for no-code development for Frappe / Dodock.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple flow = get_doc -> mapping -> new_doc

cogk opened this issue · comments

flowchart LR
get_doc --> map_fields --> new_doc
Loading

In the the properties sidebar:

  • get_doc
    • doctype: "Sales Invoice"
    • docname: "Test 1"
  • mapping
    • field1: "field_1"
    • field2: "field_2"
  • new_doc