invoice excell import debbug

This commit is contained in:
2024-11-10 01:32:13 +05:00
parent 3f4c00f970
commit b8b2ebbe46
4 changed files with 76 additions and 8 deletions

View File

@@ -9,10 +9,20 @@ class InvoiceExcellData
public function __construct(
public int|string $number,
public Carbon $date,
public string $seller_firm_type,
public string $seller_firm_name,
public string $seller_ssb,
public string $seller_bank_name,
public string $seller_bank_number,
public string $seller_bank_hb_1,
public string $seller_bank_hb_2,
public string $seller_bank_bab,
public string $seller_bank_city,
public string $buyer,
public string $buyer_address,
public string $buyer_bank,
public string $buyer_bank_address,
public string $buyer_bank_data,
) {}
}