From 935358b4bfcf551ec780a4f6342032ac2a00376d Mon Sep 17 00:00:00 2001 From: "aditya.puthuparambil" Date: Mon, 6 Apr 2020 16:00:03 +0100 Subject: Apex-pdp documentation conversion from .adoc to .rst Issue-ID: POLICY-2424 Signed-off-by: aditya.puthuparambil Change-Id: Ic72f5cabe74d389ebafbcc8008525ef0831bd9b4 --- .../apex/events/1/EventIn_BoozeItem_084106GMT.json | 12 +++ .../apex/events/1/EventIn_BoozeItem_201713GMT.json | 12 +++ .../events/1/EventIn_NonBoozeItem_101309GMT.json | 13 +++ .../events/1/EventOut_BoozeItem_084106GMT.json | 17 ++++ .../events/1/EventOut_BoozeItem_201713GMT.json | 17 ++++ .../events/1/EventOut_NonBoozeItem_101309GMT.json | 17 ++++ docs/apex/events/1/EventsIn.json.txt | 37 ++++++++ docs/apex/events/1/EventsOut.json.txt | 51 +++++++++++ .../2/EventIn_BoozeItem_101433CET_thurs.json | 12 +++ .../events/2/EventIn_BoozeItem_171937CET_sun.json | 13 +++ .../2/EventIn_NonBoozeItem_111309CET_mon.json | 13 +++ .../2/EventOut_BoozeItem_101433CET_thurs.json | 17 ++++ .../events/2/EventOut_BoozeItem_171937CET_sun.json | 17 ++++ .../2/EventOut_NonBoozeItem_111309CET_mon.json | 17 ++++ docs/apex/events/2/EventsIn.json.txt | 75 +++++++++++++++ docs/apex/events/2/EventsOut.json.txt | 102 +++++++++++++++++++++ 16 files changed, 442 insertions(+) create mode 100644 docs/apex/events/1/EventIn_BoozeItem_084106GMT.json create mode 100644 docs/apex/events/1/EventIn_BoozeItem_201713GMT.json create mode 100644 docs/apex/events/1/EventIn_NonBoozeItem_101309GMT.json create mode 100644 docs/apex/events/1/EventOut_BoozeItem_084106GMT.json create mode 100644 docs/apex/events/1/EventOut_BoozeItem_201713GMT.json create mode 100644 docs/apex/events/1/EventOut_NonBoozeItem_101309GMT.json create mode 100644 docs/apex/events/1/EventsIn.json.txt create mode 100644 docs/apex/events/1/EventsOut.json.txt create mode 100644 docs/apex/events/2/EventIn_BoozeItem_101433CET_thurs.json create mode 100644 docs/apex/events/2/EventIn_BoozeItem_171937CET_sun.json create mode 100644 docs/apex/events/2/EventIn_NonBoozeItem_111309CET_mon.json create mode 100644 docs/apex/events/2/EventOut_BoozeItem_101433CET_thurs.json create mode 100644 docs/apex/events/2/EventOut_BoozeItem_171937CET_sun.json create mode 100644 docs/apex/events/2/EventOut_NonBoozeItem_111309CET_mon.json create mode 100644 docs/apex/events/2/EventsIn.json.txt create mode 100644 docs/apex/events/2/EventsOut.json.txt (limited to 'docs/apex/events') diff --git a/docs/apex/events/1/EventIn_BoozeItem_084106GMT.json b/docs/apex/events/1/EventIn_BoozeItem_084106GMT.json new file mode 100644 index 00000000..4c5af6c2 --- /dev/null +++ b/docs/apex/events/1/EventIn_BoozeItem_084106GMT.json @@ -0,0 +1,12 @@ +{ + "nameSpace": "com.hyperm", + "name": "SALE_INPUT", + "version": "0.0.1", + "time": 1483346466000, + "sale_ID": 99999992, + "amount": 1249, + "item_ID": 1012, + "quantity": 1, + "assistant_ID": 12, + "branch_ID": 2 +} \ No newline at end of file diff --git a/docs/apex/events/1/EventIn_BoozeItem_201713GMT.json b/docs/apex/events/1/EventIn_BoozeItem_201713GMT.json new file mode 100644 index 00000000..cc18e7dd --- /dev/null +++ b/docs/apex/events/1/EventIn_BoozeItem_201713GMT.json @@ -0,0 +1,12 @@ +{ + "nameSpace": "com.hyperm", + "name": "SALE_INPUT", + "version": "0.0.1", + "time": 1482265033000, + "sale_ID": 99999993, + "amount": 4799, + "item_ID": 1943, + "quantity": 2, + "assistant_ID": 9, + "branch_ID": 3 +} \ No newline at end of file diff --git a/docs/apex/events/1/EventIn_NonBoozeItem_101309GMT.json b/docs/apex/events/1/EventIn_NonBoozeItem_101309GMT.json new file mode 100644 index 00000000..1cdc4992 --- /dev/null +++ b/docs/apex/events/1/EventIn_NonBoozeItem_101309GMT.json @@ -0,0 +1,13 @@ +{ + "nameSpace": "com.hyperm", + "name": "SALE_INPUT", + "version": "0.0.1", + "time": 1483351989000, + "sale_ID": 99999991, + "amount": 299, + "item_ID": 5123, + "quantity": 1, + "assistant_ID": 23, + "branch_ID": 1, + "notes": "Special Offer!!" +} \ No newline at end of file diff --git a/docs/apex/events/1/EventOut_BoozeItem_084106GMT.json b/docs/apex/events/1/EventOut_BoozeItem_084106GMT.json new file mode 100644 index 00000000..3625f908 --- /dev/null +++ b/docs/apex/events/1/EventOut_BoozeItem_084106GMT.json @@ -0,0 +1,17 @@ +{ + "nameSpace": "com.hyperm", + "name": "SALE_AUTH", + "version": "0.0.1", + "source": "", + "target": "", + "amount": 1249, + "assistant_ID": 12, + "authorised": false, + "branch_ID": 2, + "item_ID": 1012, + "message": "Sale not authorised by policy task MorningBoozeCheck for time 08:41:06 GMT. Alcohol can not be sold between 00:00:00 GMT and 11:30:00 GMT", + "notes": null, + "quantity": 1, + "sale_ID": 99999992, + "time": 1483346466000 +} \ No newline at end of file diff --git a/docs/apex/events/1/EventOut_BoozeItem_201713GMT.json b/docs/apex/events/1/EventOut_BoozeItem_201713GMT.json new file mode 100644 index 00000000..2b760d5f --- /dev/null +++ b/docs/apex/events/1/EventOut_BoozeItem_201713GMT.json @@ -0,0 +1,17 @@ +{ + "name": "SALE_AUTH", + "version": "0.0.1", + "nameSpace": "com.hyperm", + "source": "", + "target": "", + "amount": 4799, + "assistant_ID": 9, + "authorised": true, + "branch_ID": 3, + "item_ID": 1943, + "message": "Sale authorised by policy task MorningBoozeCheck for time 20:17:13 GMT", + "notes": null, + "quantity": 2, + "sale_ID": 99999993, + "time": 1482265033000 +} \ No newline at end of file diff --git a/docs/apex/events/1/EventOut_NonBoozeItem_101309GMT.json b/docs/apex/events/1/EventOut_NonBoozeItem_101309GMT.json new file mode 100644 index 00000000..b90c6fa0 --- /dev/null +++ b/docs/apex/events/1/EventOut_NonBoozeItem_101309GMT.json @@ -0,0 +1,17 @@ +{ + "name": "SALE_AUTH", + "version": "0.0.1", + "nameSpace": "com.hyperm", + "source": "", + "target": "", + "amount": 299, + "assistant_ID": 23, + "authorised": true, + "branch_ID": 1, + "item_ID": 5123, + "message": "Sale authorised by policy task MorningBoozeCheck for time 10:13:09 GMT", + "notes": "Special Offer!!", + "quantity": 1, + "sale_ID": 99999991, + "time": 1483351989000 +} \ No newline at end of file diff --git a/docs/apex/events/1/EventsIn.json.txt b/docs/apex/events/1/EventsIn.json.txt new file mode 100644 index 00000000..a9570f98 --- /dev/null +++ b/docs/apex/events/1/EventsIn.json.txt @@ -0,0 +1,37 @@ +{ + "nameSpace": "com.hyperm", + "name": "SALE_INPUT", + "version": "0.0.1", + "time": 1483346466000, + "sale_ID": 99999992, + "amount": 1249, + "item_ID": 1012, + "quantity": 1, + "assistant_ID": 12, + "branch_ID": 2 +} +{ + "nameSpace": "com.hyperm", + "name": "SALE_INPUT", + "version": "0.0.1", + "time": 1482265033000, + "sale_ID": 99999993, + "amount": 4799, + "item_ID": 1943, + "quantity": 2, + "assistant_ID": 9, + "branch_ID": 3 +} +{ + "nameSpace": "com.hyperm", + "name": "SALE_INPUT", + "version": "0.0.1", + "time": 1483351989000, + "sale_ID": 99999991, + "amount": 299, + "item_ID": 5123, + "quantity": 1, + "assistant_ID": 23, + "branch_ID": 1, + "notes": "Special Offer!!" +} \ No newline at end of file diff --git a/docs/apex/events/1/EventsOut.json.txt b/docs/apex/events/1/EventsOut.json.txt new file mode 100644 index 00000000..46fd887f --- /dev/null +++ b/docs/apex/events/1/EventsOut.json.txt @@ -0,0 +1,51 @@ +{ + "nameSpace": "com.hyperm", + "name": "SALE_AUTH", + "version": "0.0.1", + "source": "", + "target": "", + "amount": 1249, + "assistant_ID": 12, + "authorised": false, + "branch_ID": 2, + "item_ID": 1012, + "message": "Sale not authorised by policy task MorningBoozeCheck for time 08:41:06 GMT. Alcohol can not be sold between 00:00:00 GMT and 11:30:00 GMT", + "notes": null, + "quantity": 1, + "sale_ID": 99999992, + "time": 1483346466000 +} +{ + "name": "SALE_AUTH", + "version": "0.0.1", + "nameSpace": "com.hyperm", + "source": "", + "target": "", + "amount": 4799, + "assistant_ID": 9, + "authorised": true, + "branch_ID": 3, + "item_ID": 1943, + "message": "Sale authorised by policy task MorningBoozeCheck for time 20:17:13 GMT", + "notes": null, + "quantity": 2, + "sale_ID": 99999993, + "time": 1482265033000 +} +{ + "name": "SALE_AUTH", + "version": "0.0.1", + "nameSpace": "com.hyperm", + "source": "", + "target": "", + "amount": 299, + "assistant_ID": 23, + "authorised": true, + "branch_ID": 1, + "item_ID": 5123, + "message": "Sale authorised by policy task MorningBoozeCheck for time 10:13:09 GMT", + "notes": "Special Offer!!", + "quantity": 1, + "sale_ID": 99999991, + "time": 1483351989000 +} \ No newline at end of file diff --git a/docs/apex/events/2/EventIn_BoozeItem_101433CET_thurs.json b/docs/apex/events/2/EventIn_BoozeItem_101433CET_thurs.json new file mode 100644 index 00000000..952b4b18 --- /dev/null +++ b/docs/apex/events/2/EventIn_BoozeItem_101433CET_thurs.json @@ -0,0 +1,12 @@ +{ + "nameSpace": "com.hyperm", + "name": "SALE_INPUT", + "version": "0.0.1", + "time": 1482398073000, + "sale_ID": 99999981, + "amount": 299, + "item_ID": 1047, + "quantity": 1, + "assistant_ID": 1212, + "branch_ID": 1002 +} diff --git a/docs/apex/events/2/EventIn_BoozeItem_171937CET_sun.json b/docs/apex/events/2/EventIn_BoozeItem_171937CET_sun.json new file mode 100644 index 00000000..7c8fb2bf --- /dev/null +++ b/docs/apex/events/2/EventIn_BoozeItem_171937CET_sun.json @@ -0,0 +1,13 @@ +{ + "nameSpace": "com.hyperm", + "name": "SALE_INPUT", + "version": "0.0.1", + "time": 1482077977000, + "sale_ID": 99999982, + "amount": 2199, + "item_ID": 1443, + "quantity": 12, + "assistant_ID": 94, + "branch_ID": 1003, + "notes": "Buy 3, get 1 free!!" +} diff --git a/docs/apex/events/2/EventIn_NonBoozeItem_111309CET_mon.json b/docs/apex/events/2/EventIn_NonBoozeItem_111309CET_mon.json new file mode 100644 index 00000000..f8aa8760 --- /dev/null +++ b/docs/apex/events/2/EventIn_NonBoozeItem_111309CET_mon.json @@ -0,0 +1,13 @@ +{ + "nameSpace": "com.hyperm", + "name": "SALE_INPUT", + "version": "0.0.1", + "time": 1483351989000, + "sale_ID": 99999983, + "amount": 699, + "item_ID": 5321, + "quantity": 1, + "assistant_ID": 2323, + "branch_ID": 1001, + "notes": "" +} diff --git a/docs/apex/events/2/EventOut_BoozeItem_101433CET_thurs.json b/docs/apex/events/2/EventOut_BoozeItem_101433CET_thurs.json new file mode 100644 index 00000000..d7c3a378 --- /dev/null +++ b/docs/apex/events/2/EventOut_BoozeItem_101433CET_thurs.json @@ -0,0 +1,17 @@ +{ + "nameSpace" : "com.hyperm", + "name" : "SALE_AUTH", + "version" : "0.0.1", + "source" : "", + "target" : "", + "sale_ID" : 99999981, + "amount" : 299, + "assistant_ID" : 1212, + "notes" : null, + "quantity" : 1, + "branch_ID" : 1002, + "item_ID" : 1047, + "authorised" : false, + "time" : 1482398073000, + "message" : "Sale not authorised by policy task MorningBoozeCheckAlt1 for time 10:14:33 CET. Alcohol can not be sold between 00:00:00 CET and 13:00:00 CET or on Sunday" +} diff --git a/docs/apex/events/2/EventOut_BoozeItem_171937CET_sun.json b/docs/apex/events/2/EventOut_BoozeItem_171937CET_sun.json new file mode 100644 index 00000000..cb838b83 --- /dev/null +++ b/docs/apex/events/2/EventOut_BoozeItem_171937CET_sun.json @@ -0,0 +1,17 @@ +{ + "nameSpace" : "com.hyperm", + "name" : "SALE_AUTH", + "version" : "0.0.1", + "source" : "", + "target" : "", + "sale_ID" : 99999982, + "amount" : 2199, + "assistant_ID" : 94, + "notes" : "Buy 3, get 1 free!!", + "quantity" : 12, + "branch_ID" : 1003, + "item_ID" : 1443, + "authorised" : false, + "time" : 1482077977000, + "message" : "Sale not authorised by policy task MorningBoozeCheckAlt1 for time 17:19:37 CET. Alcohol can not be sold between 00:00:00 CET and 13:00:00 CET or on Sunday" +} diff --git a/docs/apex/events/2/EventOut_NonBoozeItem_111309CET_mon.json b/docs/apex/events/2/EventOut_NonBoozeItem_111309CET_mon.json new file mode 100644 index 00000000..4b031e45 --- /dev/null +++ b/docs/apex/events/2/EventOut_NonBoozeItem_111309CET_mon.json @@ -0,0 +1,17 @@ +{ + "nameSpace" : "com.hyperm", + "name" : "SALE_AUTH", + "version" : "0.0.1", + "source" : "", + "target" : "", + "sale_ID" : 99999983, + "amount" : 699, + "assistant_ID" : 2323, + "notes" : "", + "quantity" : 1, + "branch_ID" : 1001, + "item_ID" : 5321, + "authorised" : true, + "time" : 1483351989000, + "message" : "Sale authorised by policy task MorningBoozeCheckAlt1 for time 11:13:09 CET" +} diff --git a/docs/apex/events/2/EventsIn.json.txt b/docs/apex/events/2/EventsIn.json.txt new file mode 100644 index 00000000..a38fcdbc --- /dev/null +++ b/docs/apex/events/2/EventsIn.json.txt @@ -0,0 +1,75 @@ +{ + "nameSpace": "com.hyperm", + "name": "SALE_INPUT", + "version": "0.0.1", + "time": 1483346466000, + "sale_ID": 99999992, + "amount": 1249, + "item_ID": 1012, + "quantity": 1, + "assistant_ID": 12, + "branch_ID": 2 +} +{ + "nameSpace": "com.hyperm", + "name": "SALE_INPUT", + "version": "0.0.1", + "time": 1482265033000, + "sale_ID": 99999993, + "amount": 4799, + "item_ID": 1943, + "quantity": 2, + "assistant_ID": 9, + "branch_ID": 3 +} +{ + "nameSpace": "com.hyperm", + "name": "SALE_INPUT", + "version": "0.0.1", + "time": 1483351989000, + "sale_ID": 99999991, + "amount": 299, + "item_ID": 5123, + "quantity": 1, + "assistant_ID": 23, + "branch_ID": 1, + "notes": "Special Offer!!" +} +{ + "nameSpace": "com.hyperm", + "name": "SALE_INPUT", + "version": "0.0.1", + "time": 1482398073000, + "sale_ID": 99999981, + "amount": 299, + "item_ID": 1047, + "quantity": 1, + "assistant_ID": 1212, + "branch_ID": 1002 +} +{ + "nameSpace": "com.hyperm", + "name": "SALE_INPUT", + "version": "0.0.1", + "time": 1482077977000, + "sale_ID": 99999982, + "amount": 2199, + "item_ID": 1443, + "quantity": 12, + "assistant_ID": 94, + "branch_ID": 1003, + "notes": "Buy 3, get 1 free!!" +} +{ + "nameSpace": "com.hyperm", + "name": "SALE_INPUT", + "version": "0.0.1", + "time": 1483351989000, + "sale_ID": 99999983, + "amount": 699, + "item_ID": 5321, + "quantity": 1, + "assistant_ID": 2323, + "branch_ID": 1001, + "notes": "" +} diff --git a/docs/apex/events/2/EventsOut.json.txt b/docs/apex/events/2/EventsOut.json.txt new file mode 100644 index 00000000..16cff198 --- /dev/null +++ b/docs/apex/events/2/EventsOut.json.txt @@ -0,0 +1,102 @@ +{ + "nameSpace": "com.hyperm", + "name": "SALE_AUTH", + "version": "0.0.1", + "source": "", + "target": "", + "amount": 1249, + "assistant_ID": 12, + "authorised": false, + "branch_ID": 2, + "item_ID": 1012, + "message": "Sale not authorised by policy task MorningBoozeCheck for time 08:41:06 GMT. Alcohol can not be sold between 00:00:00 GMT and 11:30:00 GMT", + "notes": null, + "quantity": 1, + "sale_ID": 99999992, + "time": 1483346466000 +} +{ + "name": "SALE_AUTH", + "version": "0.0.1", + "nameSpace": "com.hyperm", + "source": "", + "target": "", + "amount": 4799, + "assistant_ID": 9, + "authorised": true, + "branch_ID": 3, + "item_ID": 1943, + "message": "Sale authorised by policy task MorningBoozeCheck for time 20:17:13 GMT", + "notes": null, + "quantity": 2, + "sale_ID": 99999993, + "time": 1482265033000 +} +{ + "name": "SALE_AUTH", + "version": "0.0.1", + "nameSpace": "com.hyperm", + "source": "", + "target": "", + "amount": 299, + "assistant_ID": 23, + "authorised": true, + "branch_ID": 1, + "item_ID": 5123, + "message": "Sale authorised by policy task MorningBoozeCheck for time 10:13:09 GMT", + "notes": "Special Offer!!", + "quantity": 1, + "sale_ID": 99999991, + "time": 1483351989000 +} +{ + "nameSpace" : "com.hyperm", + "name" : "SALE_AUTH", + "version" : "0.0.1", + "source" : "", + "target" : "", + "sale_ID" : 99999981, + "amount" : 299, + "assistant_ID" : 1212, + "notes" : null, + "quantity" : 1, + "branch_ID" : 1002, + "item_ID" : 1047, + "authorised" : false, + "time" : 1482398073000, + "message" : "Sale not authorised by policy task MorningBoozeCheckAlt1 for time 10:14:33 CET. Alcohol can not be sold between 00:00:00 CET and 13:00:00 CET or on Sunday" +} +{ + "nameSpace" : "com.hyperm", + "name" : "SALE_AUTH", + "version" : "0.0.1", + "source" : "", + "target" : "", + "sale_ID" : 99999982, + "amount" : 2199, + "assistant_ID" : 94, + "notes" : "Buy 3, get 1 free!!", + "quantity" : 12, + "branch_ID" : 1003, + "item_ID" : 1443, + "authorised" : false, + "time" : 1482077977000, + "message" : "Sale not authorised by policy task MorningBoozeCheckAlt1 for time 17:19:37 CET. Alcohol can not be sold between 00:00:00 CET and 13:00:00 CET or on Sunday" +} +{ + "nameSpace" : "com.hyperm", + "name" : "SALE_AUTH", + "version" : "0.0.1", + "source" : "", + "target" : "", + "sale_ID" : 99999983, + "amount" : 699, + "assistant_ID" : 2323, + "notes" : "", + "quantity" : 1, + "branch_ID" : 1001, + "item_ID" : 5321, + "authorised" : true, + "time" : 1483351989000, + "message" : "Sale authorised by policy task MorningBoozeCheckAlt1 for time 11:13:09 CET" +} -- cgit 1.2.3-korg