Files
orderPRO/.vscode/ftp-kr.json
Jacek Pyziak fb60b6d5d7 feat(11-receipt-print): phase 11 complete — receipt preview, print & PDF
Add receipt show/print/pdf endpoints with dompdf integration.
Active preview and PDF links in order Documents tab.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-15 20:31:04 +01:00

28 lines
577 B
JSON

{
"host": "host700513.hostido.net.pl",
"username": "www@orderpro.projectpro.pl",
"password": "TcVVuQD2ppdGQWnwZv6j",
"remotePath": "/public_html",
"protocol": "ftp",
"port": 21,
"fileNameEncoding": "utf8",
"autoUpload": true,
"autoDelete": false,
"autoDownload": false,
"ignoreRemoteModification": true,
"ignore": [
".git",
"/.vscode",
"/.claude",
".gitignore",
"/.scannerwork",
"/.paul",
"/vendor/bin",
"/node_modules",
"/composer.phar",
"/composer.lock",
"/tests",
"/phpunit.xml",
"/.plantuml"
]
}