========================================
FISCAL BRIDGE - PRODUCTION DEPLOYMENT
========================================

This installer is configured for production use with FiscalNet.

IMPORTANT NOTES:
----------------
1. This version keeps all command/response files for audit purposes
   - Commands remain in C:\FiscalNet\Bonuri
   - Responses remain in C:\FiscalNet\Raspuns

2. Ensure FiscalNet service is running before starting Fiscal Bridge

3. The bridge will communicate with FiscalNet through:
   - Command directory: C:\FiscalNet\Bonuri
   - Response directory: C:\FiscalNet\Raspuns

4. Default configuration uses port 3001
   - Update .env if your POS expects a different port

5. File retention:
   - Implement your own archival strategy
   - Consider monthly archival to prevent directory overflow
   - Keep files for the legally required period

INSTALLATION:
-------------
1. Run AUTO-INSTALL.bat as Administrator
2. Choose option to enable auto-start
3. Verify FiscalNet is processing files

VERIFICATION:
-------------
After installation, test with your POS:
1. Create a test transaction
2. Check C:\FiscalNet\Bonuri for command file
3. Check C:\FiscalNet\Raspuns for response file
4. Verify fiscal printer prints the receipt

========================================