Delivery_Challan
table
Column | Type |
---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Examples
INSERT INTO
Delivery_Challan (
[date],
challan_type,
reference_number,
currency_code,
customer_id,
tax_treatment,
place_of_supply,
line_items
)
VALUES
(
'2024-09-01',
'job work',
'DelChallan2',
'BHD',
'633066000000053001',
'vat_registered',
'BH',
'{"description":"A5 Notepad","rate":9.99,"quantity":3}'
)
DELETE FROM Delivery_Challan
WHERE
deliverychallan_id = '633066000000051395'