### Example: Setting Up a Construction Project Source: https://context7.com/context7/support_exactonline_community_s_knowledge-base/llms.txt Demonstrates the steps to create a new construction project within Exact Online, including defining project details, budget configuration, QHSE requirements, and resource assignment. This guides users through essential project setup for the construction industry module. ```text 1. Navigate to: Projects > Create project 2. Define project details: ``` Project Code: CONS-2025-001 Name: Office Building Renovation Client: ABC Corporation Start Date: 2025-01-15 End Date: 2025-06-30 ``` 3. Configure budget: - Labor costs - Material costs - Equipment rental - Subcontractor costs 4. Set up QHSE requirements: - Safety protocols - Inspection schedules - Required certifications 5. Assign employees and resources ``` -------------------------------- ### Example: Creating and Submitting VAT Return Source: https://context7.com/context7/support_exactonline_community_s_knowledge-base/llms.txt Provides a step-by-step command-line example simulating the process of creating and submitting a VAT return in Exact Online. It outlines the navigation, data aggregation, review, and submission steps required for regulatory compliance. ```bash # Process flow in Exact Online: 1. Navigate to: VAT > VAT return 2. Select return period: Q4 2024 (Oct 1 - Dec 31) 3. System automatically: - Aggregates all transactions with VAT - Calculates output VAT (sales) - Calculates input VAT (purchases) - Computes net VAT payable/receivable 4. Review VAT return: - Verify transaction counts - Check calculations - Review exceptional items 5. Submit return: - Generate XML file for tax authority - Submit electronically - Receive confirmation - Record payment obligation ``` -------------------------------- ### Example: Configuring Tiered Pricing for Wholesale Source: https://context7.com/context7/support_exactonline_community_s_knowledge-base/llms.txt Illustrates how to set up volume-based discount structures for tiered pricing in Exact Online's Sales Price Management. This is crucial for wholesale and distribution businesses to manage pricing effectively based on quantity purchased. ```text Navigate to: Sales price management > Price lists Create volume discount structure: ``` Product: Widget Model X Price List: Standard Wholesale Quantity Breaks: 1-99 units: €10.00/unit 100-499 units: €9.50/unit (5% discount) 500-999 units: €9.00/unit (10% discount) 1000+ units: €8.50/unit (15% discount) Valid from: 2025-01-01 Valid to: 2025-12-31 Customer groups: Wholesale, Distribution ``` ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.