ATX Accounting PTY Ltd avatar

ATX Accounting PTY Ltd

Official

@atxinvox · Australia

0Followers
|
0Public Repos
|
14Published Skills

Offers specialized scaffolding and architectural validation for Frappe-based microservice development and ERPNext enterprise system integration.

Skills Distribution
DomainDeveloper To...Microservice Archi.. (40%)Frappe Framework E.. (40%)Containerized Test.. (20%)

Agent Skills by ATX Accounting PTY Ltd

Showing 14 vetted skills indexed across 1 GitHub repositories.

ATXINVOXATXINVOX

Add Service to Dev Compose

Add a new microservice to dev-podman-compose.yml with configuration, dependencies, and networking.

Official
Intermediate
ATXINVOXATXINVOX

Generate DocType Controller

Scaffold class-based Frappe DocType controllers with lifecycle hooks.

Official
Intermediate
ATXINVOXATXINVOX

Generate TDD Tests

Generate TDD/BDD test suites for Frappe microservices using pytest conventions.

Official
Intermediate
ATXINVOXATXINVOX

Explain Frappe/ERPNext Concept

Explain Frappe/ERPNext concepts like DocTypes and lifecycle hooks for engineers.

Official
Intermediate
ATXINVOXATXINVOX

Explain Microservice Pattern

Explain frappe-microservice-lib architecture with bounded contexts and multi-tenancy.

Official
Intermediate
ATXINVOXATXINVOX

Generate Frappe API Handler

Generate whitelisted Frappe API methods and REST endpoints for apps.

Official
Advanced
ATXINVOXATXINVOX

Generate Tenant-Aware Query

Replace direct tenant data queries with app.tenant_db calls and tenant_id filters.

Official
Intermediate
ATXINVOXATXINVOX

Scaffold Frappe Microservice

Scaffold a Frappe microservice skeleton with server, Containerfile, and tenant-aware entrypoint.

Official
Advanced
ATXINVOXATXINVOX

Generate Secure Endpoint

Generate tenant-aware API endpoints with secure authentication and tenant isolation.

Official
Advanced
ATXINVOXATXINVOX

Generate Frappe Report

Generate custom Frappe reports using SQL query and Python script reports.

Official
Advanced
ATXINVOXATXINVOX

Generate E2E Container Tests

Automate end-to-end tests of multi-service workflows in podman or docker containers.

Official
Advanced
ATXINVOXATXINVOX

Validate Microservice Code

Enforces frappe-microservice-lib patterns and security best practices in microservice code.

Official
Advanced
ATXINVOXATXINVOX

Generate Document Hooks

Generate and manage Frappe DocType lifecycle hooks without editing core code.

Official
Advanced
ATXINVOXATXINVOX

Generate Frappe DocType

Generate Frappe DocType JSON schemas, Python controllers, and JavaScript form scripts.

Official
Advanced

Frequently Asked Questions About ATX Accounting PTY Ltd

FAQPage Schema
What specific development tasks does ATX Accounting PTY Ltd support?

The organization supports scaffolding Frappe DocTypes, generating tenant-aware database queries, creating secure REST endpoints, and building BDD test suites. It facilitates the rapid construction of microservices by enforcing architectural patterns and lifecycle hooks within the Frappe and ERPNext ecosystem.

Which engineering personas benefit from these Frappe-specific capabilities?

These capabilities are designed for backend engineers and system architects working within the Frappe framework. It is particularly useful for developers managing multi-tenant ERPNext environments who require standardized scaffolding for microservices, secure endpoint generation, and consistent testing patterns across distributed service architectures.

What are the primary prerequisites for implementing these microservice patterns?

Implementation requires an existing Frappe or ERPNext environment and familiarity with the frappe-microservice-lib architecture. Developers must have Podman or Docker installed for containerized testing and be prepared to integrate generated JSON schemas and controller classes into their existing project directory structure.