Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tax template is not applied when sales invoice is created with rest api #44900

Open
pritambiswal opened this issue Dec 24, 2024 · 0 comments
Open
Labels

Comments

@pritambiswal
Copy link

pritambiswal commented Dec 24, 2024

Information about bug

automatic tax determination should be done by erpnext when sales invoice are generated by api.

Module

accounts

Version

version 15

Installation method

FrappeCloud

Relevant log output / Stack trace / Full Error Message.

NO Error but invoices are created without tax when created via api.


sample request:

{
    "customer": "Customer A",
    "company": "ABC",
    "currency": "EUR",
    "items": [
      {
        "item_code": "Execution",
        "qty": 100,
        "rate": 500
      }
    ],
    "sales_team": [],
    "payments": [],
    "timesheets": [],
    "payment_schedule": [
    ]
} 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant