Skip to content

berkayakcay/react-invoice-builder

Repository files navigation

Template Structure

templates << Templates folder
|_ default << template
    |_  default.html  << template html
        default.xslt  << template xslt
        default.jpg   << template image
        
|_ yellow << template
    |_  default.html  << template html
        default.xslt  << template xslt
        default.jpg   << template image

Template list

[
    {
        "type": "TYPENAME",
        "title": "TEMPLATE TITLE",
        "description": "TEMPLATE DESC",
        "path": "templates/First/"
    },
    {
        "type": "TYPENAME",
        "title": "TEMPLATE TITLE",
        "description": "TEMPLATE DESC",
        "path": "templates/Second/"
    }
]

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

About

E-Invoice XSLT ready user design application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published