Companies Home Search Profile

ERPNext Frappe script report creation and coding

Focused View

ERPGulf Consultant

4:59:12

90 View
  • 1. Introduction.mp4
    01:16:21
  • 1. ERPNext Script and Query report creation - walkthrough with examples..mp4
    01:16:21
  • 1. Use ChatGPT to create SQL scripts and other Frappe ERPNext tasks.mp4
    01:05:23
  • 1. How to use ChatGPT for General system administration tasks.mp4
    01:21:07
  • 1. Source cod for ERPNext script.html
  • Description


    ERPNext and Frappe training for creating script reports

    What You'll Learn?


    • ERPNext implementors, consultants, programmers, accountants and small business owners
    • 1000 Dollars
    • No risk
    • SQL creation , coding

    Who is this for?


  • Creating reports and charts on ERPNext
  • What You Need to Know?


  • ERPNext basic knowledge
  • More details


    Description

    In this session, we create a script report with

    Report summary

    Graph with two legs

    Data listing

    Color the value with condition

    Message

    Client side scripting

    SQL

    and a little bit of Query report.


    Lets start by creating simple message

    Standard - NO


    ***** Note: Lot of indent issues with the following codes, please fix it if you are copying the code. Better you write on your own


    data = columns, data, "Hello, here is my stock summary, graph and details", chart, report_summary

    data = None, None, "Lets learn Script reporting", None, None


    Now lets have two colums

    columns = ["Letter","Number","Colour"]

    mydata = [['Row-1',2,'Red'],['Row-2',2,'Blue'],['Row-3',8,Yellow'],['Row-4',7,'Violet']]

    data = columns, mydata, "Lets learn Script reporting", None, None


    Color it


    columns = ["Letter","Number","Colour"] # list

    mydata = [['Row-1',2,'Red'],['Row-2',2,'Blue'],['Row-3',8,'Yellow'],['Row-4',7,'Violet']] # list within list

    data = columns, mydata, "Lets learn Script reporting", None, None


    lets do report summary


    report_summary = [

    {"value": "100", "label": "label1", "datatype": "Data"},

    {"value": "200", "label": "label2", "datatype": "Data"},

    {"value": "300", "label": "label3", "datatype": "Data"}

    ]

    data = None, None, None, None, report_summary


    Have a total

    Just tick the box


    Lets plot a graph


    columns = ["Letter","Number"]

    data = [['c',2],['a',2],['t',8],['s',7]]

    mydataset = {"values": [3000, 6500, 4250, 1000]}

    chart = {'data':{'labels':['Saudi','Qatar','UAE','Oman'],'datasets':[mydataset]},'type':'bar'}

    data = columns, data, None, chart, None


    Who this course is for:

    • Creating reports and charts on ERPNext

    User Reviews
    Rating
    0
    0
    0
    0
    0
    average 0
    Total votes0
    Focused display
    Category

    ERP

    ERPGulf Consultant
    ERPGulf Consultant
    Instructor's Courses
    Working as Consultant in ERPGulfWorked in Cisco and IBM in the past.Worked as a consultant for many banks and financial institutions.I have worked in both technical and business areas and proved my excellence in both. Won several awards from Cisco and IBM. Worked as a trainer for several clients in the areas of data security, switching and routing, business applications, Linux, cloud hosting, etcTraveled to several countries, for both professional and personal purposes.
    Students take courses primarily to improve job-related skills.Some courses generate credit toward technical certification. Udemy has made a special effort to attract corporate trainers seeking to create coursework for employees of their company.
    • language english
    • Training sessions 4
    • duration 4:59:12
    • Release Date 2023/06/08