feat(nas): archive issued-order PDFs to NAS_ORDERS; split NAS_FINANCIALS_PATH into NAS_INVOICES + NAS_ORDERS
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -67,7 +67,9 @@ export const config = {
|
||||
|
||||
nas: {
|
||||
path: process.env.NAS_PATH || "Z:/02_PROJEKTY",
|
||||
financialsPath: process.env.NAS_FINANCIALS_PATH || "",
|
||||
invoicesPath:
|
||||
process.env.NAS_INVOICES || process.env.NAS_FINANCIALS_PATH || "",
|
||||
ordersPath: process.env.NAS_ORDERS || "",
|
||||
offersPath: process.env.NAS_OFFERS_PATH || "",
|
||||
maxUploadSize: (() => {
|
||||
const parsed = parseInt(process.env.MAX_UPLOAD_SIZE || "52428800", 10);
|
||||
|
||||
Reference in New Issue
Block a user