This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
350077870690017 | |
350077870670035 | |
350077870640038 | |
350077870670043 | |
350077870630047 | |
350077870620048 | |
350077870670050 | |
350077870650052 | |
350077870630054 | |
350077870630070 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const argos = { | |
'zfold1': `<tr style="padding: 0;vertical-align: top;text-align: left;"><th style="font-family: Arial , sans-serif;font-size: 14.0px;font-weight: bold;padding: 15.0px 10.0px;border-style: solid;border-width: 1.0px;overflow: hidden;">Qty</th><th style="font-family: Arial , sans-serif;font-size: 14.0px;font-weight: bold;padding: 15.0px 10.0px;border-style: solid;border-width: 1.0px;overflow: hidden;">Cat No.</th><th style="font-family: Arial , sans-serif;font-size: 14.0px;font-weight: bold;padding: 15.0px 10.0px;border-style: solid;border-width: 1.0px;overflow: hidden;">Desc</th><th style="font-family: Arial , sans-serif;font-size: 14.0px;font-weight: bold;padding: 15.0px 10.0px;border-style: solid;border-width: 1.0px;overflow: hidden;">Unit Price</th><th style="font-family: Arial , sans-serif;font-size: 14.0px;font-weight: bold;padding: 15.0px 10.0px;border-style: solid;border-width: 1.0px;overflow: hidden;">Gross Cost</th><th style="font-family: Arial , sans-serif;font-size: 14.0px;font-weig |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package main | |
import ( | |
"fmt" | |
"log" | |
"os" | |
"path/filepath" | |
"strconv" | |
"strings" | |
"syscall" |
OlderNewer