Sign inSign up

phiroict/noted2xero_web

By phiroict

•Updated about 3 years ago

Noted2Xero repo

Image
0

930

phiroict/noted2xero_web repository overview

⁠Noted2Xero

A simple website that reads in a noted csv and exports a Xero invoice import. You need the noted csv, and the first free invoice number for Xero to enter in the system,

⁠usage

Start the container with

docker run -p 8000:8000 phiroict/noted2xero_web:<tag>

It expects a form with two fields, data and text

For instance

<html>
    <head>
        <link rel="stylesheet" href="styles.css">
    </head>
    <body>
        <form method="POST" name="data" action="http://localhost:8000/noted" enctype="multipart/form-data">
            <label for="text" about="Invoice start number">Invoice start number</label> <input type="text" name="text" id="text" /><br/>
            <label for="data" about="Uploaded noted report">Upload noted report </label><input type="file" name="data" id="data" /><br/>
            <input type="submit"><br/>
        </form>
    </body>
</html>

This runs as a compiled Rust application in my path to learn Rust as a language and usage in a project. Have fun!

Tag summary

Content type

Image

Digest

sha256:ef29f5924…

Size

254.4 MB

Last updated

about 3 years ago

docker pull phiroict/noted2xero_web:1.12.0