|
| 1 | +{ |
| 2 | + "@context": "https://schema.org", |
| 3 | + "@graph": [ |
| 4 | + { |
| 5 | + "@id": "#merchant", |
| 6 | + "@type": "HardwareStore", |
| 7 | + "name": "PERNIAGAAN ZHENG HUI", |
| 8 | + "identifier": { |
| 9 | + "@type": "PropertyValue", |
| 10 | + "name": "Company Registration Number", |
| 11 | + "value": "JM0325955-V" |
| 12 | + }, |
| 13 | + "telephone": "07-3867524", |
| 14 | + "faxNumber": "07-3863793", |
| 15 | + "taxID": "000800589824", |
| 16 | + "address": { |
| 17 | + "@type": "PostalAddress", |
| 18 | + "streetAddress": "No. 59, Jalan Permas 9/5, Bandar Baru Permas Jaya", |
| 19 | + "postalCode": "81750", |
| 20 | + "addressLocality": "Johor Bahru", |
| 21 | + "addressRegion": "Johor", |
| 22 | + "addressCountry": "MY" |
| 23 | + } |
| 24 | + }, |
| 25 | + { |
| 26 | + "@id": "#order", |
| 27 | + "@type": "Order", |
| 28 | + "seller": { |
| 29 | + "@id": "#merchant" |
| 30 | + }, |
| 31 | + "customer": { |
| 32 | + "@type": "Organization", |
| 33 | + "name": "GOGIANT ENGINEERING (M) SDN BHD" |
| 34 | + }, |
| 35 | + "orderNumber": "CS00082662", |
| 36 | + "orderDate": "2018-02-12T08:30:00", |
| 37 | + "paymentMethod": "https://schema.org/Cash", |
| 38 | + "paymentStatus": "https://schema.org/PaymentComplete", |
| 39 | + "priceCurrency": "MYR", |
| 40 | + "acceptedOffer": [ |
| 41 | + { |
| 42 | + "@id": "#offer-1" |
| 43 | + }, |
| 44 | + { |
| 45 | + "@id": "#offer-2" |
| 46 | + }, |
| 47 | + { |
| 48 | + "@id": "#offer-3" |
| 49 | + }, |
| 50 | + { |
| 51 | + "@id": "#offer-4" |
| 52 | + }, |
| 53 | + { |
| 54 | + "@id": "#offer-5" |
| 55 | + } |
| 56 | + ], |
| 57 | + "additionalProperty": [ |
| 58 | + { |
| 59 | + "@type": "PropertyValue", |
| 60 | + "name": "Receipt Type", |
| 61 | + "value": "SIMPLIFIED TAX INVOICE" |
| 62 | + }, |
| 63 | + { |
| 64 | + "@type": "PropertyValue", |
| 65 | + "name": "Cashier", |
| 66 | + "value": "USER" |
| 67 | + }, |
| 68 | + { |
| 69 | + "@type": "PropertyValue", |
| 70 | + "name": "Total Quantity", |
| 71 | + "value": 9 |
| 72 | + }, |
| 73 | + { |
| 74 | + "@type": "PropertyValue", |
| 75 | + "name": "Subtotal Excluding GST", |
| 76 | + "value": "106.10", |
| 77 | + "unitText": "MYR" |
| 78 | + }, |
| 79 | + { |
| 80 | + "@type": "PropertyValue", |
| 81 | + "name": "Discount", |
| 82 | + "value": "0.00", |
| 83 | + "unitText": "MYR" |
| 84 | + }, |
| 85 | + { |
| 86 | + "@type": "PropertyValue", |
| 87 | + "name": "Total GST", |
| 88 | + "value": "6.37", |
| 89 | + "unitText": "MYR" |
| 90 | + }, |
| 91 | + { |
| 92 | + "@type": "PropertyValue", |
| 93 | + "name": "Rounding", |
| 94 | + "value": "-0.02", |
| 95 | + "unitText": "MYR" |
| 96 | + }, |
| 97 | + { |
| 98 | + "@type": "PropertyValue", |
| 99 | + "name": "Total", |
| 100 | + "value": "112.45", |
| 101 | + "unitText": "MYR" |
| 102 | + }, |
| 103 | + { |
| 104 | + "@type": "PropertyValue", |
| 105 | + "name": "Cash", |
| 106 | + "value": "112.45", |
| 107 | + "unitText": "MYR" |
| 108 | + }, |
| 109 | + { |
| 110 | + "@type": "PropertyValue", |
| 111 | + "name": "Change", |
| 112 | + "value": "0.00", |
| 113 | + "unitText": "MYR" |
| 114 | + }, |
| 115 | + { |
| 116 | + "@type": "PropertyValue", |
| 117 | + "name": "GST Summary Tax Code", |
| 118 | + "value": "SR" |
| 119 | + }, |
| 120 | + { |
| 121 | + "@type": "PropertyValue", |
| 122 | + "name": "GST Summary Rate", |
| 123 | + "value": "6%" |
| 124 | + }, |
| 125 | + { |
| 126 | + "@type": "PropertyValue", |
| 127 | + "name": "Return Notice", |
| 128 | + "value": "Goods sold are not returnable." |
| 129 | + }, |
| 130 | + { |
| 131 | + "@type": "PropertyValue", |
| 132 | + "name": "Closing Message", |
| 133 | + "value": "Thank you." |
| 134 | + } |
| 135 | + ] |
| 136 | + }, |
| 137 | + { |
| 138 | + "@id": "#offer-1", |
| 139 | + "@type": "Offer", |
| 140 | + "price": "15.00", |
| 141 | + "priceCurrency": "MYR", |
| 142 | + "eligibleQuantity": { |
| 143 | + "@type": "QuantitativeValue", |
| 144 | + "value": 1, |
| 145 | + "unitText": "item" |
| 146 | + }, |
| 147 | + "itemOffered": { |
| 148 | + "@id": "#product-1" |
| 149 | + }, |
| 150 | + "seller": { |
| 151 | + "@id": "#merchant" |
| 152 | + } |
| 153 | + }, |
| 154 | + { |
| 155 | + "@id": "#product-1", |
| 156 | + "@type": "Product", |
| 157 | + "name": "11\" PROWESS H/DUTY SILICONE GUN G-D2", |
| 158 | + "identifier": { |
| 159 | + "@type": "PropertyValue", |
| 160 | + "name": "Receipt Item Code", |
| 161 | + "value": "8239" |
| 162 | + } |
| 163 | + }, |
| 164 | + { |
| 165 | + "@id": "#offer-2", |
| 166 | + "@type": "Offer", |
| 167 | + "price": "21.00", |
| 168 | + "priceCurrency": "MYR", |
| 169 | + "eligibleQuantity": { |
| 170 | + "@type": "QuantitativeValue", |
| 171 | + "value": 3, |
| 172 | + "unitText": "item" |
| 173 | + }, |
| 174 | + "itemOffered": { |
| 175 | + "@id": "#product-2" |
| 176 | + }, |
| 177 | + "seller": { |
| 178 | + "@id": "#merchant" |
| 179 | + }, |
| 180 | + "additionalProperty": [ |
| 181 | + { |
| 182 | + "@type": "PropertyValue", |
| 183 | + "name": "Printed Unit Price", |
| 184 | + "value": "7.00", |
| 185 | + "unitText": "MYR" |
| 186 | + } |
| 187 | + ] |
| 188 | + }, |
| 189 | + { |
| 190 | + "@id": "#product-2", |
| 191 | + "@type": "Product", |
| 192 | + "name": "XTRASEAL RTV ACETIC SILICONE SA-107", |
| 193 | + "gtin13": "9555075109147" |
| 194 | + }, |
| 195 | + { |
| 196 | + "@id": "#offer-3", |
| 197 | + "@type": "Offer", |
| 198 | + "price": "18.00", |
| 199 | + "priceCurrency": "MYR", |
| 200 | + "eligibleQuantity": { |
| 201 | + "@type": "QuantitativeValue", |
| 202 | + "value": 1, |
| 203 | + "unitText": "item" |
| 204 | + }, |
| 205 | + "itemOffered": { |
| 206 | + "@id": "#product-3" |
| 207 | + }, |
| 208 | + "seller": { |
| 209 | + "@id": "#merchant" |
| 210 | + } |
| 211 | + }, |
| 212 | + { |
| 213 | + "@id": "#product-3", |
| 214 | + "@type": "Product", |
| 215 | + "name": "CENTRAL PUNCH SET 3PCS - 1/4\", 5/32\", 1/4\"", |
| 216 | + "identifier": { |
| 217 | + "@type": "PropertyValue", |
| 218 | + "name": "Receipt Item Code", |
| 219 | + "value": "9744" |
| 220 | + } |
| 221 | + }, |
| 222 | + { |
| 223 | + "@id": "#offer-4", |
| 224 | + "@type": "Offer", |
| 225 | + "price": "50.00", |
| 226 | + "priceCurrency": "MYR", |
| 227 | + "eligibleQuantity": { |
| 228 | + "@type": "QuantitativeValue", |
| 229 | + "value": 1, |
| 230 | + "unitText": "item" |
| 231 | + }, |
| 232 | + "itemOffered": { |
| 233 | + "@id": "#product-4" |
| 234 | + }, |
| 235 | + "seller": { |
| 236 | + "@id": "#merchant" |
| 237 | + } |
| 238 | + }, |
| 239 | + { |
| 240 | + "@id": "#product-4", |
| 241 | + "@type": "Product", |
| 242 | + "name": "24\" MARKSMAN PIPE WRENCH", |
| 243 | + "identifier": { |
| 244 | + "@type": "PropertyValue", |
| 245 | + "name": "Receipt Item Code", |
| 246 | + "value": "12525" |
| 247 | + } |
| 248 | + }, |
| 249 | + { |
| 250 | + "@id": "#offer-5", |
| 251 | + "@type": "Offer", |
| 252 | + "price": "2.10", |
| 253 | + "priceCurrency": "MYR", |
| 254 | + "eligibleQuantity": { |
| 255 | + "@type": "QuantitativeValue", |
| 256 | + "value": 3, |
| 257 | + "unitText": "item" |
| 258 | + }, |
| 259 | + "itemOffered": { |
| 260 | + "@id": "#product-5" |
| 261 | + }, |
| 262 | + "seller": { |
| 263 | + "@id": "#merchant" |
| 264 | + }, |
| 265 | + "additionalProperty": [ |
| 266 | + { |
| 267 | + "@type": "PropertyValue", |
| 268 | + "name": "Printed Unit Price", |
| 269 | + "value": "0.70", |
| 270 | + "unitText": "MYR" |
| 271 | + } |
| 272 | + ] |
| 273 | + }, |
| 274 | + { |
| 275 | + "@id": "#product-5", |
| 276 | + "@type": "Product", |
| 277 | + "name": "PVC WIRE TAPE 1PC X 7YD", |
| 278 | + "identifier": { |
| 279 | + "@type": "PropertyValue", |
| 280 | + "name": "Receipt Item Code", |
| 281 | + "value": "2016" |
| 282 | + } |
| 283 | + } |
| 284 | + ] |
| 285 | +} |
0 commit comments