Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Data api override #420

Open
wants to merge 9 commits into
base: develop
Choose a base branch
from

Commits on Sep 26, 2024

  1. Add Z1N custom css

    joshuarestivo committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    4e4a52d View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. Configuration menu
    Copy the full SHA
    2ab3984 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2024

  1. Configuration menu
    Copy the full SHA
    de00df7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    42abc3a View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. Configuration menu
    Copy the full SHA
    42c973e View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. Configuration menu
    Copy the full SHA
    348130f View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. Configuration menu
    Copy the full SHA
    f6a94f0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3e4b5c7 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. feat: [deal-elements] Extends get_deal to fetch child table data

    * feat: Add child table data to CRM Deal in get_deal method
    
    - Enhanced the get_deal function to retrieve and include child table data for CRM Deal.
    - Modified query to return all child tables linked to CRM Deal, including their respective records.
    - Added support for fetching contacts, fields metadata, form script, and assigned users for the deal.
    
    * Remove unnecessary files from tracking
    
    * crm.fcrm.doctype.crm_deal.api.update_crm_deal_elements api for add deal elements in crm deal
    
    * crm.fcrm.doctype.crm_deal.api.update_crm_deal_elements api for add deal elements in crm deal
    
    * crm.fcrm.doctype.crm_deal.api.update_crm_deal_elements api for add deal elements in crm deal with methods=[POST, PUT]
    
    * Remove stray whitespace
    
    * crm.fcrm.doctype.crm_deal.api.get_deal_elements for getting the list of deal elements
    saadchaudhaary authored Oct 25, 2024
    Configuration menu
    Copy the full SHA
    f3d80df View commit details
    Browse the repository at this point in the history