feat(CC-062): mark Accountant Pack + Accountant Reports as ready
This commit is contained in:
parent
12ab7ea40d
commit
2a265567e2
1 changed files with 2 additions and 2 deletions
|
|
@ -146,7 +146,7 @@ export const NAV_SECTIONS: NavSection[] = [
|
|||
planned('Contracts', `${B}/contracts`, 'mvp', 'Contracte cu parti, clauze, termene, versiuni si expirare.'),
|
||||
planned('Deadlines & Obligations', `${B}/obligations`, 'mvp', 'Obligatii contractuale/fiscale cu owner, risc, escaladare si dovada.'),
|
||||
planned('Risks', `${B}/risks`, 'mvp', 'Registru de riscuri cu probabilitate, impact, mitigare si legatura cu decizii.'),
|
||||
planned('Accountant Pack', `${B}/accountant-pack`, 'mvp', 'Export pe perioada + verificare evidence gaps + partajare limitata in timp.'),
|
||||
ready('Accountant Pack', `${B}/accountant-pack`),
|
||||
planned('ERP', `${B}/erp`, 'mvp', 'ERPNext ruleaza pe server. CEO OS nu scrie direct in baza ERP: doar prin adapter/API.'),
|
||||
],
|
||||
},
|
||||
|
|
@ -286,7 +286,7 @@ export const NAV_SECTIONS: NavSection[] = [
|
|||
planned('Life Reports', `${B}/reports/life`, 'a3', 'Obiective, timp, energie, educatie pe 30/90 zile.'),
|
||||
planned('Decision Reports', `${B}/reports/decisions`, 'a3', 'Decizii, scenarii, precizia estimarilor.'),
|
||||
planned('Reputation Reports', `${B}/reports/reputation`, 'a4', 'Reputatie cu completitudinea dovezilor si limitari.'),
|
||||
planned('Accountant Reports', `${B}/reports/accountant`, 'mvp', 'Pachet pentru contabil, cu dovezi si documente lipsa.'),
|
||||
ready('Accountant Reports', `${B}/reports/accountant`),
|
||||
planned('Custom Reports', `${B}/reports/custom`, 'a3', 'Report builder cu surse permise, filtre, schedule si audit.'),
|
||||
planned('Exports', `${B}/reports/exports`, 'mvp', 'Exporturile bulk sunt actiuni materiale: necesita aprobare si audit.'),
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in a new issue