This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| description = "CAI Development Environment - Nix Flake"; | |
| inputs = { | |
| nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; | |
| nixpkgs-python = { | |
| url = "github:cachix/nixpkgs-python"; | |
| inputs.nixpkgs.follows = "nixpkgs"; | |
| }; | |
| flake-utils.url = "github:numtide/flake-utils"; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| frappe.query_reports["Item Stock Settings"] = { | |
| filters: [ | |
| { | |
| fieldname: "item_group", | |
| label: __("Item Group"), | |
| fieldtype: "Link", | |
| options: "Item Group", | |
| }, | |
| ], |
OlderNewer