Knowledge Base
-
Getting Started
- Install and Activate
- Turn on Manage Stock in WooCommerce
- Notes on Inventory Level Initialization
- For Fast Performance
- Multi-User Considerations
- Importing and Exporting Data
- Migration from ATUM
- Security
- Company Information
- Tax
- Foreign Currencies
- Loading Average Costs
- Serial/Lot Tracking
- Automatic Document Numbering
- Modify ApeksOPS to Suit Your Exact Needs
-
General Usage
-
The ApeksOPS Business Process
-
The ApeksOPS Dashboard
-
Tax
-
-
- Articles coming soon
-
- Articles coming soon
-
-
-
Customizing ApeksOPS
-
Import from Excel
-
View Consolidated Profits
< All Topics
Print
Customizing ApeksOPS
PostedJune 10, 2024
UpdatedJune 11, 2024
Bynathan
ApeksOPS offers extensive and powerful customization capabilities.
A large proportion of ApeksOPS is written in Javascript. Most of the logic is encapsulated in Javascript files called “specs”. You can see all built-in spec code by looking in the ApeksOPS installation directory, under widget/src/specs and widget/src/premium/specs. ApeksOPS customizations are developed using exactly the same style of coding.
IMPORTANT: Do not edit the above files directly.
There are two ways to customize ApeksOPS:
- By modifying a Built-in Spec (ApeksOPS > Settings > Modify ApeksOPS > Modify Built-in Specs).
- By adding your own Extension Specs (ApeksOPS > Settings > Modify ApeksOPS > Extension Specs).
Table of Contents