|
@@ -54,3 +54,37 @@ See [Configuration Reference](https://cli.vuejs.org/config/).
|
54
|
54
|
└── modules
|
55
|
55
|
├── cart.js # cart module
|
56
|
56
|
└── products.js # products module
|
|
57
|
+
|
|
58
|
+### Tender Weeks
|
|
59
|
+
|
|
60
|
+http://www.unipoint-consoft.co.za/nph-srep.exe?cluvavail.sch&CLUB=LPA&RESORT=ALL&SUMMARY=N&HEAD=Y
|
|
61
|
+
|
|
62
|
+that is the url to call the tender week
|
|
63
|
+
|
|
64
|
+HEAD=Y will give a heading = HEAD=N (no headings)
|
|
65
|
+
|
|
66
|
+ok i have done the "banking" option for UV to hold a week
|
|
67
|
+
|
|
68
|
+i have created a test option to run on backup data so you can test
|
|
69
|
+
|
|
70
|
+for available units
|
|
71
|
+
|
|
72
|
+http://www.unipoint-consoft.co.za/nph-srep.exe?cluvavail_test.sch&CLUB=LPA&RESORT=ALL&SUMMARY=N&HEAD=Y
|
|
73
|
+
|
|
74
|
+the call with \_test on the end uses the daily backed up test data
|
|
75
|
+
|
|
76
|
+for the live data then leave the \_test off
|
|
77
|
+
|
|
78
|
+ok to put a week on hold got Univate - ie if client is interested - theis will remove it from availability while documentation etc is being done
|
|
79
|
+
|
|
80
|
+http://www.unipoint-consoft.co.za/nph-srep.exe?cluvbank_test.sch&CLUB=LPA&TYPE=BANK&RESORT=KK&UNIT=009&MODULE=32&YEAR=2020&BANKTO=UV
|
|
81
|
+
|
|
82
|
+the TYPE= BANK puts the week on HOLD for UNIVATE - YEAR=2019 for this year or 2020 for next year
|
|
83
|
+
|
|
84
|
+if you want to cancel the booking use
|
|
85
|
+
|
|
86
|
+http://www.unipoint-consoft.co.za/nph-srep.exe?cluvbank_test.sch&CLUB=LPA&TYPE=CANCEL&RESORT=KK&UNIT=009&MODULE=32&YEAR=2020&BANKTO=UV
|
|
87
|
+
|
|
88
|
+if you get a SUCCESS response it means it worked
|
|
89
|
+
|
|
90
|
+otherwise will return error messages to tell you what the issue is
|