@hed-hog/finance 0.0.3 → 0.0.223

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.
@@ -4,6 +4,7 @@
4
4
  en: Finance
5
5
  pt: Finanças
6
6
  slug: /finance
7
+ order: 100
7
8
  relations:
8
9
  role:
9
10
  - where:
@@ -16,6 +17,7 @@
16
17
  en: Payable Bills
17
18
  pt: Contas a Pagar
18
19
  slug: /finance/accounts-payable
20
+ order: 101
19
21
  relations:
20
22
  role:
21
23
  - where:
@@ -58,6 +60,7 @@
58
60
  en: Receivable Bills
59
61
  pt: Contas a Receber
60
62
  slug: /finance/accounts-receivable
63
+ order: 102
61
64
  relations:
62
65
  role:
63
66
  - where:
@@ -100,6 +103,7 @@
100
103
  en: Cash and Banks
101
104
  pt: Caixa e Bancos
102
105
  slug: /finance/cash-and-banks
106
+ order: 103
103
107
  relations:
104
108
  role:
105
109
  - where:
@@ -172,6 +176,7 @@
172
176
  en: Planning
173
177
  pt: Planejamento
174
178
  slug: /finance/planning
179
+ order: 104
175
180
  relations:
176
181
  role:
177
182
  - where:
@@ -229,6 +234,7 @@
229
234
  en: Reports
230
235
  pt: Relatórios
231
236
  slug: /finance/reports
237
+ order: 105
232
238
  relations:
233
239
  role:
234
240
  - where:
@@ -281,26 +287,15 @@
281
287
  - where:
282
288
  slug: admin-finance
283
289
 
284
- - icon: settings
285
- name:
286
- en: Administration
287
- pt: Administração
288
- slug: /finance/administration
289
- relations:
290
- role:
291
- - where:
292
- slug: admin
293
- - where:
294
- slug: admin-finance
295
290
  - menu_id:
296
291
  where:
297
- slug: /finance/administration
292
+ slug: /core/management
298
293
  icon: clipboard-list
299
- url: /finance/administration/audit-logs
294
+ url: /core/management/audit-logs
300
295
  name:
301
296
  en: Audit and Logs
302
297
  pt: Auditoria e Logs
303
- slug: /finance/administration/audit-logs
298
+ slug: /core/management/audit-logs
304
299
  relations:
305
300
  role:
306
301
  - where:
@@ -309,13 +304,13 @@
309
304
  slug: admin-finance
310
305
  - menu_id:
311
306
  where:
312
- slug: /finance/administration
307
+ slug: /core/management
313
308
  icon: calendar-check-2
314
- url: /finance/administration/period-close
309
+ url: /core/management/period-close
315
310
  name:
316
311
  en: Period Close
317
312
  pt: Fechamento de Período
318
- slug: /finance/administration/period-close
313
+ slug: /core/management/period-close
319
314
  relations:
320
315
  role:
321
316
  - where:
@@ -324,13 +319,13 @@
324
319
  slug: admin-finance
325
320
  - menu_id:
326
321
  where:
327
- slug: /finance/administration
322
+ slug: /core/management
328
323
  icon: folder-tree
329
- url: /finance/administration/categories
324
+ url: /core/management/categories
330
325
  name:
331
326
  en: Categories
332
327
  pt: Categorias
333
- slug: /finance/administration/categories
328
+ slug: /core/management/categories
334
329
  relations:
335
330
  role:
336
331
  - where:
@@ -339,13 +334,13 @@
339
334
  slug: admin-finance
340
335
  - menu_id:
341
336
  where:
342
- slug: /finance/administration
337
+ slug: /core/management
343
338
  icon: pie-chart
344
- url: /finance/administration/cost-centers
339
+ url: /core/management/cost-centers
345
340
  name:
346
341
  en: Cost Centers
347
342
  pt: Centros de Custo
348
- slug: /finance/administration/cost-centers
343
+ slug: /core/management/cost-centers
349
344
  relations:
350
345
  role:
351
346
  - where:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hed-hog/finance",
3
- "version": "0.0.3",
3
+ "version": "0.0.223",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "dependencies": {
@@ -10,11 +10,11 @@
10
10
  "@nestjs/jwt": "^11",
11
11
  "@nestjs/mapped-types": "*",
12
12
  "@hed-hog/api-prisma": "0.0.4",
13
- "@hed-hog/api-pagination": "0.0.5",
14
13
  "@hed-hog/api-locale": "0.0.11",
14
+ "@hed-hog/api-pagination": "0.0.5",
15
15
  "@hed-hog/api": "0.0.3",
16
- "@hed-hog/tag": "0.0.222",
17
- "@hed-hog/contact": "0.0.222",
16
+ "@hed-hog/tag": "0.0.223",
17
+ "@hed-hog/contact": "0.0.223",
18
18
  "@hed-hog/api-types": "0.0.1"
19
19
  },
20
20
  "exports": {