-
-
-
Change Language
-
Company Information in Giddh
-
Country & Currency
-
Add/update company address
-
Change the inventory type
-
How can I change the number of digits after the decimal
-
How can I change the number system in Giddh
-
Add a new financial year
-
Create/ edit/ and delete tag
-
Create/ edit and delete discount
-
Add/ Create a warehouse
-
Change/ assign address to the warehouse
-
Set the default warehouse
-
-
-
How to generate sales invoice in Giddh
-
How to generate Estimates
-
How to Create Credit Note
-
How to Customize Invoice Templates
-
How to take a print of the invoice in Giddh
-
How to adjust the receipt against the invoice?
-
How to generate Proforma
-
How to Create Debit Note
-
How to generate cash invoice
-
How to download the invoice
-
How to export PDF of bulk invoices/ share them over the email
-
How to edit generated sales invoices
-
How to edit generated estimates
-
How to edit generated proformas
-
How to edit generated credit note
-
How to edit generated Debit note
-
How to edit generated Purchase Order
-
How to edit a Purchase Bill
-
How can I generate bulk invoices for multiple or single users
-
-
-
All about Inventory
-
How to add or create inventory in Giddh
-
How can I see manufacturing statistics of the product
-
Edit/ delete stock in inventory
-
Edit/ delete groups in inventory
-
Create a unit in inventory
-
Edit/ Delete the unit in inventory
-
How to create the transfer note
-
Where to see Inward/outward and closing stock details
-
-
-
How to check the sales register
-
How to check the purchase filter
-
How to check the ageing report
-
Daybook
-
Cash flow statements
-
Where can I see my monthly columnar report
-
Reverse charge report
-
Trial balance
-
Profit and Loss
-
Balance sheet
-
stock wise report
-
How to download GSTR1 and GSTR3B into excel from Giddh
-
-
-
How to create a master account in Giddh (For Saudi Arabia)
-
How to create the first company (For Saudi Arabia)
-
How to create multiple companies (For Saudi Arabia)
-
How to add a vendor in Giddh (For Saudi Arabia)
-
Enable/ disable column on vendor page (For Saudi Arabia)
-
Create/edit or delete taxes (For Saudi Arabia)
-
How to Integrate Signup API?
Case - If the user integrated Giddh’s API at his E-commerce site and wants to create an account for his sellers without showing Giddh platform at the time of creation and then will provide the option for managing accounts on his website itself.
use the below APIs:
Step 1 - Signup with your email id and password through below API:
API URL: https://api.giddh.com/v2/signup
Request Body:
{
"email": "[email protected]",
"password": "[email protected]"
}
Step 2 - Verify the email through the verification code send at the mentioned email id through the below API:
API URL: https://api.giddh.com/v2/verify-email
Request Body:
{
"email": "[email protected]",
"verificationCode": "0x5xx21x"
}
After verifying the code your account has been created successfully, Now you will have to create a company through the company creation API.