Skip to main content
GitHub 저장소

vc-module-sql-queries

vc-module-sql-queries에는 VirtoCommerce에서 수집한 skills 2개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
2
Stars
0
업데이트
2026-06-06
Forks
0
직업 범위
직업 카테고리 1개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

vc-sql-queries-admin
소프트웨어 개발자

Author and manage reusable reports in the Virto Commerce SQL Queries module via its REST API. Use this skill when the user wants to CREATE, UPDATE, TEST/PREVIEW, search, or DELETE saved SQL query reports — i.e. report authoring and lifecycle management for an administrator. Triggers include: "create a report", "add a SQL query", "edit the report query", "test this query before saving", "add a parameter to the report", "list all reports", "delete a report". Requires sql-queries:create / :update / :delete / :read permissions. Do NOT use this skill for merely running an existing report to get data — that is vc-sql-queries-business. Do NOT use it to design schema-level changes to the platform database.

2026-06-06
vc-sql-queries-business
소프트웨어 개발자

Run existing reports in the Virto Commerce SQL Queries module via its REST API and return or export the results. Use this skill when the user wants to GET DATA from a report that already exists — i.e. find a report, run it with parameter values, read the rows, and optionally export to CSV/XLSX/PDF/HTML. Triggers include: "run the X report", "what does the orders report show for last month", "export the report to Excel", "give me the numbers from <report>", "which reports can I run". Requires sql-queries:access and sql-queries:read. Do NOT use this skill to create, edit, or delete reports or to author SQL — that is vc-sql-queries-admin. This skill never writes SQL; it only runs reports an admin already saved.

2026-06-06