Stefan 628802db19 Add function to retrieve company address as JSON and update invoice procedures
- Created a new function `fds__getCompanyAddressJson` to return a company's postal address as a structured JSON object.
- Modified stored procedures `fds__createInvoice`, `fds__setInvoice`, and `fds__prepInvoice` to include a new parameter `@SendToAddressJson` for handling the address data.
- Updated the invoice table and user-defined types to accommodate the new `SendToAddressJson` field.
- Ensured that the address data is properly retrieved and stored in the invoice records.
2026-07-18 18:01:24 +02:00
2026-05-03 01:30:36 +02:00
S
Description
No description provided
402 MiB
Languages
JavaScript 68.9%
CSS 10.7%
C# 8.1%
TSQL 5.4%
Visual Basic .NET 2.8%
Other 4%