Skip to content

Instantly share code, notes, and snippets.

@sombochea
Last active October 14, 2020 02:28
Show Gist options
  • Save sombochea/1a1940eca86e93b6c169b905e81d1247 to your computer and use it in GitHub Desktop.
Save sombochea/1a1940eca86e93b6c169b905e81d1247 to your computer and use it in GitHub Desktop.
Stock Import and Export for Print output (Internal only for CUBETIQ Software)
{
"configs": {
"title": "CUBETIQ Coperation Co,Ltd",
"headline": "Export Items",
"logoUrl": "https://visme.co/blog/wp-content/uploads/2017/08/40-Creative-Logo-Designs-to-Inspire-You-Movers-logo.jpg"
},
"data": {
"invoiceNumber": "INV00001",
"date": "13-10-2020",
"time": "10:30 AM",
"staff": "Sambo",
"type": "Adjustment",
"note": "Adjustment items from stock, and these are broken",
"items": [
{
"productName": "iMac Pro 2020",
"qty": 1,
"tags": "Broken"
},
{
"productName": "MacBook Pro 2020",
"qty": 1,
"tags": ""
}
],
"totalQty": 2
}
}
{
"configs": {
"title": "CUBETIQ Coperation Co,Ltd",
"headline": "Import Items",
"logoUrl": "https://visme.co/blog/wp-content/uploads/2017/08/40-Creative-Logo-Designs-to-Inspire-You-Movers-logo.jpg"
},
"data": {
"invoiceNumber": "INV00001",
"date": "13-10-2020",
"time": "10:30 AM",
"staff": "Sambo",
"supplier": "Chea",
"note": "Import the items from supplier to stock",
"items": [
{
"productName": "iMac Pro 2020",
"qty": 10
},
{
"productName": "Apple TV 2020",
"qty": 1
},
{
"productName": "MacBook Pro 2020",
"qty": 2
}
],
"totalQty": 13
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment