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:
@@ -758,7 +758,8 @@ export default function Settings() {
|
||||
{(
|
||||
[
|
||||
["Projekty", si.nas?.projects],
|
||||
["Finance", si.nas?.financials],
|
||||
["Faktury", si.nas?.invoices],
|
||||
["Objednávky", si.nas?.orders],
|
||||
["Nabídky", si.nas?.offers],
|
||||
] as [string, Record<string, any>][]
|
||||
).map(([label, info]) => (
|
||||
|
||||
Reference in New Issue
Block a user