WS Fatture controllo code example
Example: WS Fatture controllo
select * from outgoing_invoice
where is_transmitted = 0
and received_from_client_at > '2019-05-01'
order by received_from_client_at
select * from outgoing_invoice
where is_transmitted = 0
and received_from_client_at > '2019-05-01'
order by received_from_client_at