mirror of
https://github.com/felipegcoutinho/openmonetis.git
synced 2026-05-09 11:01:45 +00:00
style: normalizar formatacao de importacao e suporte
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import type { ImportStatement, ImportedTransaction } from "./types";
|
||||
import type { ImportedTransaction, ImportStatement } from "./types";
|
||||
|
||||
// Extrai o valor de uma tag leaf do OFX SGML: <TAG>valor
|
||||
function getField(block: string, tag: string): string | null {
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
import * as XLSX from "xlsx";
|
||||
import type { ImportStatement, ImportedTransaction } from "@/shared/lib/import/types";
|
||||
import type {
|
||||
ImportedTransaction,
|
||||
ImportStatement,
|
||||
} from "@/shared/lib/import/types";
|
||||
|
||||
function parseDateValue(value: unknown): string | null {
|
||||
if (value == null || value === "") return null;
|
||||
|
||||
Reference in New Issue
Block a user