@hed-hog/finance 0.0.224 → 0.0.225

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (43) hide show
  1. package/dist/dto/create-financial-title.dto.d.ts +19 -0
  2. package/dist/dto/create-financial-title.dto.d.ts.map +1 -0
  3. package/dist/dto/create-financial-title.dto.js +128 -0
  4. package/dist/dto/create-financial-title.dto.js.map +1 -0
  5. package/dist/finance.controller.d.ts +276 -0
  6. package/dist/finance.controller.d.ts.map +1 -0
  7. package/dist/finance.controller.js +110 -0
  8. package/dist/finance.controller.js.map +1 -0
  9. package/dist/finance.module.d.ts.map +1 -1
  10. package/dist/finance.module.js +8 -3
  11. package/dist/finance.module.js.map +1 -1
  12. package/dist/finance.service.d.ts +295 -0
  13. package/dist/finance.service.d.ts.map +1 -0
  14. package/dist/finance.service.js +416 -0
  15. package/dist/finance.service.js.map +1 -0
  16. package/dist/index.d.ts +3 -0
  17. package/dist/index.d.ts.map +1 -1
  18. package/dist/index.js +3 -0
  19. package/dist/index.js.map +1 -1
  20. package/hedhog/data/menu.yaml +72 -25
  21. package/hedhog/data/route.yaml +55 -1
  22. package/hedhog/frontend/app/accounts-payable/approvals/page.tsx.ejs +69 -44
  23. package/hedhog/frontend/app/accounts-payable/installments/[id]/page.tsx.ejs +68 -46
  24. package/hedhog/frontend/app/accounts-payable/installments/page.tsx.ejs +87 -63
  25. package/hedhog/frontend/app/accounts-receivable/collections-default/page.tsx.ejs +94 -59
  26. package/hedhog/frontend/app/accounts-receivable/installments/[id]/page.tsx.ejs +78 -52
  27. package/hedhog/frontend/app/accounts-receivable/installments/page.tsx.ejs +89 -68
  28. package/hedhog/frontend/app/cash-and-banks/bank-accounts/page.tsx.ejs +69 -47
  29. package/hedhog/frontend/app/cash-and-banks/bank-reconciliation/page.tsx.ejs +79 -53
  30. package/hedhog/frontend/app/cash-and-banks/statements/page.tsx.ejs +43 -36
  31. package/hedhog/frontend/app/cash-and-banks/transfers/page.tsx.ejs +47 -38
  32. package/hedhog/frontend/app/page.tsx.ejs +54 -31
  33. package/hedhog/frontend/app/planning/cash-flow-forecast/page.tsx.ejs +51 -38
  34. package/hedhog/frontend/app/planning/receivables-calendar/page.tsx.ejs +63 -33
  35. package/hedhog/frontend/app/planning/scenarios/page.tsx.ejs +50 -33
  36. package/hedhog/frontend/messages/en.json +776 -0
  37. package/hedhog/frontend/messages/pt.json +776 -0
  38. package/package.json +3 -3
  39. package/src/dto/create-financial-title.dto.ts +142 -0
  40. package/src/finance.controller.ts +89 -0
  41. package/src/finance.module.ts +8 -3
  42. package/src/finance.service.ts +529 -0
  43. package/src/index.ts +4 -0
@@ -2,5 +2,781 @@
2
2
  "Home": {
3
3
  "title": "Finance",
4
4
  "description": "Manage your financial settings and transactions."
5
+ },
6
+ "DashboardPage": {
7
+ "chart": { "predicted": "Predicted", "actual": "Actual" },
8
+ "upcoming": {
9
+ "payable": "To Pay",
10
+ "receivable": "To Receive",
11
+ "nextDueDates": "Upcoming due dates"
12
+ },
13
+ "alerts": {
14
+ "title": "Alerts",
15
+ "overdueTitles": "Overdue titles",
16
+ "pendingReconciliation": "Pending reconciliation",
17
+ "openPeriod": "Open period",
18
+ "currentPeriod": "January/2024"
19
+ },
20
+ "header": {
21
+ "title": "Overview",
22
+ "description": "Track key financial indicators"
23
+ },
24
+ "breadcrumbs": { "home": "Home", "finance": "Finance" },
25
+ "kpis": {
26
+ "cashBalance": {
27
+ "title": "Cash Balance",
28
+ "description": "All accounts"
29
+ },
30
+ "payable30": {
31
+ "title": "To Pay (30 days)",
32
+ "sevenDays": "7 days: {value}"
33
+ },
34
+ "receivable30": {
35
+ "title": "To Receive (30 days)",
36
+ "sevenDays": "7 days: {value}"
37
+ },
38
+ "default": {
39
+ "title": "Default",
40
+ "description": "Overdue titles"
41
+ }
42
+ },
43
+ "cashFlow": {
44
+ "title": "Cash Flow",
45
+ "description": "Predicted vs Actual"
46
+ }
47
+ },
48
+ "PayableApprovalsPage": {
49
+ "dialog": {
50
+ "approveAction": "Approve",
51
+ "rejectAction": "Reject",
52
+ "approveTitle": "Approve Title",
53
+ "rejectTitle": "Reject Title",
54
+ "approveDescription": "Confirm approval of this title for payment.",
55
+ "rejectDescription": "Provide the reason for rejection.",
56
+ "comment": "Comment",
57
+ "optionalCommentPlaceholder": "Optional comment...",
58
+ "rejectReasonPlaceholder": "Provide the reason for rejection...",
59
+ "cancel": "Cancel",
60
+ "confirmApprove": "Confirm Approval",
61
+ "confirmReject": "Confirm Rejection"
62
+ },
63
+ "urgency": {
64
+ "low": "Low",
65
+ "medium": "Medium",
66
+ "high": "High",
67
+ "critical": "Critical"
68
+ },
69
+ "header": {
70
+ "title": "Approvals",
71
+ "description": "Manage title approvals"
72
+ },
73
+ "breadcrumbs": {
74
+ "home": "Home",
75
+ "finance": "Finance",
76
+ "current": "Approvals"
77
+ },
78
+ "cards": {
79
+ "pending": "Pending",
80
+ "totalValue": "Total Value",
81
+ "urgent": "Urgent"
82
+ },
83
+ "table": {
84
+ "title": "Pending Approvals",
85
+ "description": "Titles awaiting your approval",
86
+ "headers": {
87
+ "document": "Document",
88
+ "supplier": "Supplier",
89
+ "requester": "Requester",
90
+ "value": "Value",
91
+ "policy": "Policy",
92
+ "urgency": "Urgency",
93
+ "date": "Date",
94
+ "actions": "Actions"
95
+ }
96
+ },
97
+ "empty": {
98
+ "title": "All good!",
99
+ "description": "There are no pending approvals."
100
+ }
101
+ },
102
+ "PayableInstallmentsPage": {
103
+ "common": {
104
+ "select": "Select...",
105
+ "cancel": "Cancel",
106
+ "save": "Save"
107
+ },
108
+ "newTitle": {
109
+ "action": "New Title",
110
+ "title": "New Payable Title",
111
+ "description": "Fill in the details to create a new payable title.",
112
+ "descriptionPlaceholder": "Title description..."
113
+ },
114
+ "fields": {
115
+ "document": "Document",
116
+ "supplier": "Supplier",
117
+ "competency": "Competency",
118
+ "dueDate": "Due Date",
119
+ "totalValue": "Total Value",
120
+ "category": "Category",
121
+ "costCenter": "Cost Center",
122
+ "paymentMethod": "Payment Method",
123
+ "description": "Description"
124
+ },
125
+ "paymentMethods": {
126
+ "boleto": "Bank Slip",
127
+ "transfer": "Transfer",
128
+ "card": "Card",
129
+ "cash": "Cash",
130
+ "check": "Check"
131
+ },
132
+ "header": {
133
+ "title": "Payable Titles",
134
+ "description": "Manage your accounts payable"
135
+ },
136
+ "breadcrumbs": {
137
+ "home": "Home",
138
+ "finance": "Finance",
139
+ "current": "Payable Titles"
140
+ },
141
+ "filters": {
142
+ "searchPlaceholder": "Search by document or supplier...",
143
+ "status": "Status"
144
+ },
145
+ "statuses": {
146
+ "all": "All",
147
+ "rascunho": "Draft",
148
+ "aprovado": "Approved",
149
+ "aberto": "Open",
150
+ "parcial": "Partial",
151
+ "liquidado": "Settled",
152
+ "vencido": "Overdue",
153
+ "cancelado": "Canceled"
154
+ },
155
+ "table": {
156
+ "headers": {
157
+ "document": "Document",
158
+ "supplier": "Supplier",
159
+ "competency": "Competency",
160
+ "dueDate": "Due Date",
161
+ "value": "Value",
162
+ "category": "Category",
163
+ "status": "Status"
164
+ },
165
+ "actions": {
166
+ "srActions": "Actions",
167
+ "viewDetails": "View Details",
168
+ "edit": "Edit",
169
+ "approve": "Approve",
170
+ "settle": "Settle",
171
+ "reverse": "Reverse",
172
+ "cancel": "Cancel"
173
+ }
174
+ },
175
+ "footer": {
176
+ "showing": "Showing {filtered} of {total} records",
177
+ "previous": "Previous",
178
+ "next": "Next"
179
+ }
180
+ },
181
+ "PayableInstallmentDetailPage": {
182
+ "notFound": {
183
+ "title": "Title not found",
184
+ "description": "Could not load title data.",
185
+ "breadcrumbPayables": "Accounts Payable",
186
+ "breadcrumbInstallments": "Titles and Installments"
187
+ },
188
+ "breadcrumbs": {
189
+ "home": "Home",
190
+ "finance": "Finance",
191
+ "payables": "Payable Titles"
192
+ },
193
+ "actions": {
194
+ "title": "Actions",
195
+ "edit": "Edit",
196
+ "approve": "Approve",
197
+ "settle": "Settle",
198
+ "reverse": "Reverse",
199
+ "cancel": "Cancel"
200
+ },
201
+ "documentData": {
202
+ "title": "Document Data",
203
+ "supplier": "Supplier",
204
+ "cnpjCpf": "Tax ID",
205
+ "competency": "Competency",
206
+ "totalValue": "Total Value",
207
+ "category": "Category",
208
+ "costCenter": "Cost Center",
209
+ "createdAt": "Created At",
210
+ "tags": "Tags"
211
+ },
212
+ "attachments": {
213
+ "title": "Attachments",
214
+ "description": "Related documents",
215
+ "none": "No attachments"
216
+ },
217
+ "tabs": {
218
+ "installments": "Installments",
219
+ "settlements": "Settlements",
220
+ "audit": "Audit"
221
+ },
222
+ "installmentsTable": {
223
+ "installment": "Installment",
224
+ "dueDate": "Due Date",
225
+ "value": "Value",
226
+ "method": "Method",
227
+ "status": "Status"
228
+ },
229
+ "settlementsTable": {
230
+ "date": "Date",
231
+ "value": "Value",
232
+ "interest": "Interest",
233
+ "discount": "Discount",
234
+ "fine": "Fine",
235
+ "account": "Account",
236
+ "method": "Method",
237
+ "none": "No settlement recorded"
238
+ },
239
+ "audit": { "none": "No audit event" }
240
+ },
241
+ "CollectionsDefaultPage": {
242
+ "common": { "cancel": "Cancel" },
243
+ "actions": {
244
+ "history": "History",
245
+ "collect": "Collect",
246
+ "registerAgreement": "Register Agreement"
247
+ },
248
+ "history": {
249
+ "title": "Contact History",
250
+ "by": "by"
251
+ },
252
+ "send": {
253
+ "title": "Send Collection",
254
+ "description": "Send collection to {cliente}",
255
+ "contactType": "Contact Type",
256
+ "channels": { "email": "Email" },
257
+ "message": "Message",
258
+ "messagePlaceholder": "Custom message...",
259
+ "defaultMessage": "Dear customer, we identified pending issues in your account. Please regularize your situation to avoid restrictions.",
260
+ "submit": "Send Collection"
261
+ },
262
+ "agreement": {
263
+ "title": "Register Agreement",
264
+ "description": "Register a payment agreement for {cliente}",
265
+ "value": "Agreement Value",
266
+ "installments": "Installments",
267
+ "firstDueDate": "First Due Date",
268
+ "notes": "Notes",
269
+ "notesPlaceholder": "Agreement details...",
270
+ "submit": "Register Agreement"
271
+ },
272
+ "chart": {
273
+ "range0to30": "0-30 days",
274
+ "range31to60": "31-60 days",
275
+ "range61to90": "61-90 days",
276
+ "range90plus": "90+ days"
277
+ },
278
+ "header": {
279
+ "title": "Collections and Default",
280
+ "description": "Manage collections for overdue titles"
281
+ },
282
+ "breadcrumbs": {
283
+ "home": "Home",
284
+ "finance": "Finance",
285
+ "current": "Collections and Default"
286
+ },
287
+ "cards": {
288
+ "totalDefault": "Total in Default",
289
+ "lateClients": "Late Clients",
290
+ "maxDelay": "Longest Delay",
291
+ "maxDelayValue": "90+ days"
292
+ },
293
+ "aging": {
294
+ "title": "Aging by Delay Range",
295
+ "description": "Default distribution by period"
296
+ },
297
+ "table": {
298
+ "title": "Clients in Default",
299
+ "description": "Breakdown by client and delay range",
300
+ "headers": {
301
+ "client": "Client",
302
+ "range0to30": "0-30 days",
303
+ "range31to60": "31-60 days",
304
+ "range61to90": "61-90 days",
305
+ "range90plus": "90+ days",
306
+ "total": "Total",
307
+ "actions": "Actions"
308
+ }
309
+ }
310
+ },
311
+ "ReceivableInstallmentsPage": {
312
+ "common": {
313
+ "select": "Select...",
314
+ "cancel": "Cancel",
315
+ "save": "Save"
316
+ },
317
+ "newTitle": {
318
+ "action": "New Title",
319
+ "title": "New Receivable Title",
320
+ "description": "Fill in the details to create a new receivable title.",
321
+ "descriptionPlaceholder": "Title description..."
322
+ },
323
+ "fields": {
324
+ "document": "Document",
325
+ "client": "Client",
326
+ "competency": "Competency",
327
+ "dueDate": "Due Date",
328
+ "totalValue": "Total Value",
329
+ "category": "Category",
330
+ "costCenter": "Cost Center",
331
+ "channel": "Receiving Channel",
332
+ "description": "Description"
333
+ },
334
+ "channels": {
335
+ "boleto": "Bank Slip",
336
+ "card": "Card",
337
+ "transfer": "Transfer"
338
+ },
339
+ "header": {
340
+ "title": "Receivable Titles",
341
+ "description": "Manage your accounts receivable"
342
+ },
343
+ "breadcrumbs": {
344
+ "home": "Home",
345
+ "finance": "Finance",
346
+ "current": "Receivable Titles"
347
+ },
348
+ "filters": {
349
+ "searchPlaceholder": "Search by document or client...",
350
+ "status": "Status"
351
+ },
352
+ "statuses": {
353
+ "all": "All",
354
+ "aberto": "Open",
355
+ "parcial": "Partial",
356
+ "liquidado": "Settled",
357
+ "vencido": "Overdue",
358
+ "cancelado": "Canceled"
359
+ },
360
+ "table": {
361
+ "headers": {
362
+ "document": "Document",
363
+ "client": "Client",
364
+ "competency": "Competency",
365
+ "dueDate": "Due Date",
366
+ "value": "Value",
367
+ "channel": "Channel",
368
+ "status": "Status"
369
+ },
370
+ "actions": {
371
+ "srActions": "Actions",
372
+ "viewDetails": "View Details",
373
+ "edit": "Edit",
374
+ "registerReceipt": "Register Receipt",
375
+ "sendCollection": "Send Collection"
376
+ }
377
+ },
378
+ "footer": {
379
+ "showing": "Showing {filtered} of {total} records",
380
+ "previous": "Previous",
381
+ "next": "Next"
382
+ }
383
+ },
384
+ "ReceivableInstallmentDetailPage": {
385
+ "channels": {
386
+ "boleto": "Bank Slip",
387
+ "card": "Card",
388
+ "transfer": "Transfer"
389
+ },
390
+ "notFound": {
391
+ "title": "Title not found",
392
+ "description": "Could not load title data.",
393
+ "breadcrumbReceivables": "Accounts Receivable",
394
+ "breadcrumbInstallments": "Titles and Installments"
395
+ },
396
+ "breadcrumbs": {
397
+ "home": "Home",
398
+ "finance": "Finance",
399
+ "receivables": "Receivable Titles"
400
+ },
401
+ "actions": {
402
+ "title": "Actions",
403
+ "edit": "Edit",
404
+ "registerReceipt": "Register Receipt",
405
+ "sendCollection": "Send Collection"
406
+ },
407
+ "documentData": {
408
+ "title": "Document Data",
409
+ "client": "Client",
410
+ "cnpjCpf": "Tax ID",
411
+ "competency": "Competency",
412
+ "totalValue": "Total Value",
413
+ "category": "Category",
414
+ "costCenter": "Cost Center",
415
+ "channel": "Channel",
416
+ "tags": "Tags"
417
+ },
418
+ "attachments": {
419
+ "title": "Attachments",
420
+ "description": "Related documents",
421
+ "none": "No attachments"
422
+ },
423
+ "tabs": {
424
+ "installments": "Installments",
425
+ "receipts": "Receipts",
426
+ "audit": "Audit"
427
+ },
428
+ "installmentsTable": {
429
+ "installment": "Installment",
430
+ "dueDate": "Due Date",
431
+ "value": "Value",
432
+ "status": "Status"
433
+ },
434
+ "receiptsTable": {
435
+ "date": "Date",
436
+ "value": "Value",
437
+ "interest": "Interest",
438
+ "discount": "Discount",
439
+ "account": "Account",
440
+ "method": "Method",
441
+ "none": "No receipt recorded"
442
+ },
443
+ "audit": { "none": "No audit event" }
444
+ },
445
+ "BankAccountsPage": {
446
+ "common": {
447
+ "select": "Select...",
448
+ "cancel": "Cancel",
449
+ "save": "Save"
450
+ },
451
+ "types": {
452
+ "corrente": "Checking Account",
453
+ "poupanca": "Savings Account",
454
+ "investimento": "Investment",
455
+ "caixa": "Cash Drawer"
456
+ },
457
+ "newAccount": {
458
+ "action": "New Account",
459
+ "title": "New Bank Account",
460
+ "description": "Register a new bank account."
461
+ },
462
+ "fields": {
463
+ "bank": "Bank",
464
+ "bankPlaceholder": "Bank name",
465
+ "branch": "Branch",
466
+ "account": "Account",
467
+ "type": "Type",
468
+ "description": "Description",
469
+ "descriptionPlaceholder": "Example: Main Account",
470
+ "initialBalance": "Initial Balance"
471
+ },
472
+ "header": {
473
+ "title": "Bank Accounts",
474
+ "description": "Manage your bank accounts"
475
+ },
476
+ "breadcrumbs": {
477
+ "home": "Home",
478
+ "finance": "Finance",
479
+ "current": "Bank Accounts"
480
+ },
481
+ "cards": {
482
+ "totalBalance": "Total Balance",
483
+ "activeAccounts": "{count} active accounts",
484
+ "reconciledBalance": "Reconciled Balance",
485
+ "difference": "Difference"
486
+ },
487
+ "status": { "inactive": "Inactive" },
488
+ "accountCard": {
489
+ "bankAccount": "Br: {agency} | Ac: {account}",
490
+ "currentBalance": "Current Balance",
491
+ "reconciledBalance": "Reconciled Balance",
492
+ "difference": "Difference",
493
+ "statement": "Statement",
494
+ "reconcile": "Reconcile"
495
+ }
496
+ },
497
+ "BankReconciliationPage": {
498
+ "common": {
499
+ "select": "Select...",
500
+ "cancel": "Cancel"
501
+ },
502
+ "adjustment": {
503
+ "action": "Create Adjustment",
504
+ "title": "Create Adjustment",
505
+ "description": "Register an adjustment for fees or differences.",
506
+ "type": "Adjustment Type",
507
+ "types": {
508
+ "bankFee": "Bank Fee",
509
+ "interest": "Interest",
510
+ "valueDifference": "Value Difference",
511
+ "other": "Other"
512
+ },
513
+ "value": "Value",
514
+ "details": "Description",
515
+ "detailsPlaceholder": "Adjustment description...",
516
+ "submit": "Create Adjustment"
517
+ },
518
+ "header": {
519
+ "title": "Bank Reconciliation",
520
+ "description": "Reconcile statement transactions with titles"
521
+ },
522
+ "breadcrumbs": {
523
+ "home": "Home",
524
+ "finance": "Finance",
525
+ "current": "Bank Reconciliation"
526
+ },
527
+ "filters": { "selectAccount": "Select account..." },
528
+ "actions": {
529
+ "reconcileSelected": "Reconcile Selected",
530
+ "reconcile": "Reconcile"
531
+ },
532
+ "cards": {
533
+ "reconciled": "Reconciled",
534
+ "pending": "Pending",
535
+ "transactions": "transactions",
536
+ "discrepancies": "Discrepancies",
537
+ "toResolve": "to resolve",
538
+ "difference": "Difference",
539
+ "notReconciled": "not reconciled"
540
+ },
541
+ "statement": {
542
+ "title": "Statement Transactions",
543
+ "description": "Select a transaction to reconcile",
544
+ "emptyTitle": "All reconciled!",
545
+ "emptyDescription": "There are no pending transactions."
546
+ },
547
+ "openTitles": {
548
+ "title": "Open Titles",
549
+ "description": "Select a title to link",
550
+ "pay": "Pay",
551
+ "receive": "Receive",
552
+ "personDue": "{person} | Due: {dueDate}"
553
+ },
554
+ "ready": {
555
+ "title": "Ready to Reconcile",
556
+ "description": "Transaction and title selected. Click \"Reconcile\" to link them."
557
+ }
558
+ },
559
+ "StatementsPage": {
560
+ "common": { "cancel": "Cancel" },
561
+ "importDialog": {
562
+ "action": "Import",
563
+ "title": "Import Statement",
564
+ "description": "Select an OFX or CSV file to import.",
565
+ "bankAccount": "Bank Account",
566
+ "selectAccount": "Select account...",
567
+ "file": "File",
568
+ "acceptedFormats": "Accepted formats: OFX, CSV",
569
+ "submit": "Import"
570
+ },
571
+ "header": {
572
+ "title": "Statements",
573
+ "description": "View and import bank statements"
574
+ },
575
+ "breadcrumbs": {
576
+ "home": "Home",
577
+ "finance": "Finance",
578
+ "current": "Statements"
579
+ },
580
+ "actions": { "export": "Export" },
581
+ "filters": {
582
+ "selectAccount": "Select account...",
583
+ "searchPlaceholder": "Search in description..."
584
+ },
585
+ "cards": {
586
+ "inflows": "Inflows",
587
+ "outflows": "Outflows",
588
+ "accountBalance": "Account Balance"
589
+ },
590
+ "table": {
591
+ "title": "Transactions",
592
+ "foundTransactions": "{count} transactions found",
593
+ "headers": {
594
+ "date": "Date",
595
+ "description": "Description",
596
+ "value": "Value",
597
+ "type": "Type",
598
+ "reconciliation": "Reconciliation"
599
+ }
600
+ },
601
+ "types": {
602
+ "inflow": "Inflow",
603
+ "outflow": "Outflow"
604
+ }
605
+ },
606
+ "TransfersPage": {
607
+ "common": {
608
+ "select": "Select...",
609
+ "cancel": "Cancel"
610
+ },
611
+ "newTransfer": {
612
+ "action": "New Transfer",
613
+ "title": "New Transfer",
614
+ "description": "Register a transfer between accounts.",
615
+ "submit": "Register"
616
+ },
617
+ "fields": {
618
+ "sourceAccount": "Source Account",
619
+ "destinationAccount": "Destination Account",
620
+ "date": "Date",
621
+ "value": "Value",
622
+ "description": "Description",
623
+ "descriptionPlaceholder": "Transfer reason..."
624
+ },
625
+ "header": {
626
+ "title": "Transfers",
627
+ "description": "Manage transfers between accounts"
628
+ },
629
+ "breadcrumbs": {
630
+ "home": "Home",
631
+ "finance": "Finance",
632
+ "current": "Transfers"
633
+ },
634
+ "cards": {
635
+ "totalTransferred": "Total Transferred",
636
+ "transferCount": "{count} transfers",
637
+ "activeAccounts": "Active Accounts",
638
+ "available": "available"
639
+ },
640
+ "table": {
641
+ "title": "Recent Transfers",
642
+ "description": "Transfer history between accounts",
643
+ "headers": {
644
+ "date": "Date",
645
+ "source": "Source",
646
+ "destination": "Destination",
647
+ "value": "Value",
648
+ "description": "Description"
649
+ }
650
+ }
651
+ },
652
+ "CashFlowForecastPage": {
653
+ "header": {
654
+ "title": "Cash Flow Forecast",
655
+ "description": "Projection of inflows and outflows"
656
+ },
657
+ "breadcrumbs": {
658
+ "home": "Home",
659
+ "finance": "Finance",
660
+ "current": "Cash Flow Forecast"
661
+ },
662
+ "actions": { "export": "Export" },
663
+ "filters": {
664
+ "horizon": "Horizon",
665
+ "days30": "30 days",
666
+ "days60": "60 days",
667
+ "days90": "90 days",
668
+ "days180": "180 days",
669
+ "days365": "365 days",
670
+ "scenario": "Scenario"
671
+ },
672
+ "scenarios": {
673
+ "base": "Base",
674
+ "pessimistic": "Pessimistic",
675
+ "optimistic": "Optimistic"
676
+ },
677
+ "cards": {
678
+ "currentBalance": "Current Balance",
679
+ "expectedInflows": "Expected Inflows",
680
+ "expectedOutflows": "Expected Outflows",
681
+ "projectedBalance": "Projected Balance"
682
+ },
683
+ "projection": {
684
+ "title": "Balance Projection",
685
+ "description": "Balance evolution over time",
686
+ "predictedBalance": "Predicted Balance",
687
+ "actualBalance": "Actual Balance"
688
+ },
689
+ "tabs": {
690
+ "expectedInflows": "Expected Inflows",
691
+ "expectedOutflows": "Expected Outflows"
692
+ },
693
+ "table": {
694
+ "headers": {
695
+ "category": "Category",
696
+ "dueDate": "Due Date",
697
+ "value": "Value"
698
+ },
699
+ "total": "Total"
700
+ }
701
+ },
702
+ "ReceivablesCalendarPage": {
703
+ "status": {
704
+ "confirmado": "Confirmed",
705
+ "pendente": "Pending",
706
+ "liquidado": "Settled"
707
+ },
708
+ "header": {
709
+ "title": "Receivables Calendar",
710
+ "description": "Forecast of receipts by channel"
711
+ },
712
+ "breadcrumbs": {
713
+ "home": "Home",
714
+ "finance": "Finance",
715
+ "current": "Receivables Calendar"
716
+ },
717
+ "cards": {
718
+ "totalGross": "Total Gross",
719
+ "receivablesCount": "{count} receivables",
720
+ "fees": "Fees",
721
+ "percentOfGross": "{percent}% of gross",
722
+ "totalNet": "Total Net",
723
+ "confirmed": "Confirmed",
724
+ "ofTotal": "of {total} total"
725
+ },
726
+ "acquirers": {
727
+ "transactions": "{count} transactions",
728
+ "toReceive": "to receive"
729
+ },
730
+ "table": {
731
+ "title": "Receivables Details",
732
+ "description": "All projected receivables",
733
+ "headers": {
734
+ "channel": "Channel",
735
+ "acquirer": "Acquirer",
736
+ "expectedDate": "Expected Date",
737
+ "gross": "Gross",
738
+ "fees": "Fees",
739
+ "net": "Net",
740
+ "status": "Status"
741
+ }
742
+ }
743
+ },
744
+ "ScenariosPage": {
745
+ "header": {
746
+ "title": "Scenarios",
747
+ "description": "Simulate different financial scenarios"
748
+ },
749
+ "breadcrumbs": {
750
+ "home": "Home",
751
+ "finance": "Finance",
752
+ "current": "Scenarios"
753
+ },
754
+ "cards": {
755
+ "active": "Active",
756
+ "delay": "Delay",
757
+ "defaultRate": "Default Rate",
758
+ "growth": "Growth",
759
+ "days": "{value} days"
760
+ },
761
+ "assumptions": {
762
+ "title": "Assumptions Editor",
763
+ "description": "Adjust assumptions for scenario {scenario}",
764
+ "averageDelay": "Average Collection Delay",
765
+ "defaultRate": "Default Rate",
766
+ "revenueGrowth": "Revenue Growth",
767
+ "restore": "Restore",
768
+ "apply": "Apply Scenario"
769
+ },
770
+ "impact": {
771
+ "title": "Projected Impact",
772
+ "description": "Result of applied assumptions",
773
+ "projectedBalance30d": "Projected Balance (30 days)",
774
+ "vsCurrent": "{value} vs current",
775
+ "projectedDefault": "Projected Default",
776
+ "cashFlowForecast": "Projected Cash Flow",
777
+ "positive": "Positive",
778
+ "negative": "Negative",
779
+ "withGrowth": "With growth of {value}%"
780
+ }
5
781
  }
6
782
  }