GET api/kpigroup/departments
Gets a list of departments which have not already been used in a KPI Group
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
A list of departments which have NOT been used in a KPI Group previously
Collection of Department| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| Name | string |
Required String length: inclusive between 0 and 60 |
|
| Code | string |
Required String length: inclusive between 0 and 20 |
|
| SortOrder | integer |
None. |
|
| IsLiquor | boolean |
Deprecated. Use only IsTobacco field. |
|
| IsTobacco | boolean |
None. |
|
| ExcludeTalker | boolean |
None. |
|
| ExternalSales | boolean |
None. |
|
| SaleGLCode | string |
String length: inclusive between 0 and 50 |
|
| COGSGLCode | string |
String length: inclusive between 0 and 50 |
|
| AccountingCategoryID | integer |
None. |
|
| MaximumMarkdownPercentage |
Maximum markdown amount for products with in this department, i.e. This percent each time |
decimal number |
None. |
| AccountingOnly |
Excludes department from reporting |
boolean |
None. |
| GenerateExternalID | integer |
None. |
|
| UseNonReportableTaxCode |
When set to true, the MyOB accounting integration will use the non reportable tax code when exporting sales for this department. |
boolean |
None. |
| MinPLU | integer |
None. |
|
| MaxPLU | integer |
None. |
|
| ScaleLocation |
Default Location for new Scale PLUs in this Department, can be overridden at Product level |
ScaleLocation |
Relation. This field may not always be loaded or used for updates. |
| SubDepartments | Collection of SubDepartment |
Relation. This field may not always be loaded or used for updates. |
|
| Stores | Collection of integer |
Relation. This field may not always be loaded or used for updates. |
|
| InvestmentBuyOverride |
Store size configuration has been overridden for this department |
boolean |
Relation. This field may not always be loaded or used for updates. |
| Updated | date |
None. |
|
| SalesMode | SalesMode |
None. |
|
| GSTPercent | integer |
None. |
|
| CostGSTPercent | integer |
None. |
|
| EarnLoyaltyPoints | boolean |
None. |
|
| QuantityOverride | boolean |
None. |
|
| QuantityRequired | boolean |
None. |
|
| AllowDiscounts | boolean |
None. |
|
| DiscountDiscounts | boolean |
None. |
|
| ItemRecalled | boolean |
None. |
|
| NoRefund | boolean |
None. |
|
| Active | boolean |
None. |
|
| AllowMarkdown | boolean |
None. |
|
| DefaultGP | decimal number |
None. |
|
| LabelShelfDefault | integer |
None. |
|
| LabelTalkerDefault | integer |
None. |
|
| LabelSmall | boolean |
None. |
|
| Tags | string |
None. |
|
| UnitMeasureKind | integer |
None. |
|
| FuelItem | boolean |
None. |
|
| TrackSerial | boolean |
None. |
|
| WarrantyPeriod | integer |
None. |
|
| CostCalcMethod | CostCalcMethod |
None. |
|
| ProviderName | string |
None. |
|
| OverrideHostMargin | boolean |
None. |
|
| KeepDescription |
when false, changes to HostDescription should flow to receipt Name. (OverrideHostDescription) |
boolean |
None. |
| MSCCommodity | string |
None. |
|
| AllowAutoOrder | boolean |
None. |
|
| ExcludeFromWebUpdate | boolean |
None. |
|
| WebPriceBasedOn | boolean |
None. |
|
| LabelFormat | string |
None. |
|
| SendToScale | boolean |
None. |
|
| LabelPageLayoutG_UID | Collection of byte |
None. |
|
| LabelPageLayoutGuid | globally unique identifier |
None. |
|
| MinimumAge |
Only a default on the Department table |
integer |
Relation. This field may not always be loaded or used for updates. |
| CountryOfOrigin | string |
Relation. This field may not always be loaded or used for updates. |
|
| ServiceFeeID |
Only a default on the Department table |
integer |
None. |
| EftCode |
Only a default on the Department and SubDepartment table |
integer |
None. |
| DefaultPrinter |
Only a default on the Department and SubDepartment table |
string |
String length: inclusive between 0 and 60 |
| DefaultPrinterGroup |
Only a default on the Department and SubDepartment table |
string |
String length: inclusive between 0 and 60 |
| BuyingLimit |
Buying Limit for Department. Below are possible values NULL=Dept/SubDept Limit will be used 0=Unlimited - Regardless of Dept/SubDept limits +ve integer |
integer |
None. |
| BuyingLimitIndependent |
This indicates if buying limit is independent from other limits like Product/PriceGroup. If yes, limit does not count towards other limits like Product/PriceGroup limit. For example, if toilet paper has BuyingLimit=1 and Grocery Dept has BuyingLimit=2 - if true, transaction may have 1xTP and 2xGrocery - if false, 1xTP and 1xGrocery |
boolean |
None. |
| BuyingLimitType |
It indicates whether limit applies to category or item |
BuyingLimitType |
None. |
| IncludeInDistinctLimit |
It indicates whether this limit includes in distinct store level limit |
boolean |
None. |
| DefaultsEmpty | boolean |
None. |
|
| MSCCat | MSCCategory |
Relation. This field may not always be loaded or used for updates. |
|
| MSCCom | MSCCommodity |
Relation. This field may not always be loaded or used for updates. |
|
| MSCDep | MSCDepartment |
Relation. This field may not always be loaded or used for updates. |
|
| MSCSubCom | MSCSubCommodity |
Relation. This field may not always be loaded or used for updates. |
Response Formats
application/json, text/json
[
{
"$id": "1",
"id": 1,
"name": "sample string 2",
"code": "sample string 3",
"sortOrder": 4,
"isLiquor": true,
"isTobacco": true,
"excludeTalker": true,
"externalSales": true,
"saleGLCode": "sample string 9",
"cogsglCode": "sample string 10",
"accountingCategoryID": 11,
"maximumMarkdownPercentage": 12.0,
"accountingOnly": true,
"generateExternalID": 1,
"useNonReportableTaxCode": true,
"minPLU": 15,
"maxPLU": 16,
"scaleLocation": {
"$id": "2",
"id": 1,
"deptNo": 1,
"deptCode": "sample string 2",
"name": "sample string 3",
"enabled": true,
"updated": "2026-06-03T18:34:33.5488647",
"department": {
"$ref": "1"
}
},
"subDepartments": [
{
"$id": "3",
"id": 1,
"departmentID": 2,
"name": "sample string 3",
"code": "sample string 4",
"departmentCode": "sample string 5",
"externalSales": true,
"minorDepartments": [
{
"$id": "4",
"id": 1,
"subDepartmentID": 2,
"departmentID": 3,
"name": "sample string 4",
"subDepartmentCode": "sample string 5",
"departmentCode": "sample string 6",
"code": "sample string 7",
"lesserDepartments": [
{
"$id": "5",
"id": 1,
"departmentID": 2,
"subDepartmentID": 3,
"minorDepartmentID": 4,
"name": "sample string 5",
"code": "sample string 6",
"departmentCode": "sample string 7",
"subDepartmentCode": "sample string 8",
"minorDepartmentCode": "sample string 9",
"updated": "2026-06-03T18:34:33.5488647",
"salesMode": 1,
"gstPercent": 1,
"costGSTPercent": 1,
"earnLoyaltyPoints": true,
"quantityOverride": true,
"quantityRequired": true,
"allowDiscounts": true,
"discountDiscounts": true,
"itemRecalled": true,
"noRefund": true,
"active": true,
"allowMarkdown": true,
"defaultGP": 1.1,
"labelShelfDefault": 1,
"labelTalkerDefault": 1,
"labelSmall": true,
"tags": "sample string 11",
"unitMeasureKind": 1,
"fuelItem": true,
"trackSerial": true,
"warrantyPeriod": 1,
"costCalcMethod": 1,
"providerName": "sample string 12",
"overrideHostMargin": true,
"keepDescription": true,
"mscCommodity": "sample string 15",
"allowAutoOrder": true,
"excludeFromWebUpdate": true,
"webPriceBasedOn": true,
"labelFormat": "sample string 16",
"sendToScale": true,
"labelPageLayoutG_UID": "7+GDKtPE5EqIKd6b43Onvw==",
"labelPageLayoutGuid": "2a83e1ef-c4d3-4ae4-8829-de9be373a7bf",
"minimumAge": 17,
"countryOfOrigin": "sample string 18",
"serviceFeeID": 1,
"eftCode": 19,
"defaultPrinter": "sample string 20",
"defaultPrinterGroup": "sample string 21",
"buyingLimit": 1,
"buyingLimitIndependent": true,
"buyingLimitType": 0,
"includeInDistinctLimit": true,
"defaultsEmpty": false,
"mscCat": {
"$id": "6",
"dept": 1,
"category": 2,
"name": "sample string 3",
"active": true,
"mscCommodities": [
{
"$id": "7",
"dept": 1,
"category": 2,
"commodity": 3,
"name": "sample string 4",
"active": true,
"mscSubCommodities": [
{
"$id": "8",
"dept": 1,
"category": 2,
"commodity": 3,
"subCommodity": 4,
"name": "sample string 5",
"active": true,
"subCommodityCode": "sample string 7"
},
{
"$ref": "8"
}
],
"commodityCode": "sample string 6"
},
{
"$ref": "7"
}
],
"categoryCode": "sample string 5"
},
"mscCom": {
"$ref": "7"
},
"mscDep": {
"$id": "9",
"dept": 1,
"name": "sample string 2",
"active": true,
"mscCategories": [
{
"$ref": "6"
},
{
"$ref": "6"
}
],
"deptCode": "sample string 4"
},
"mscSubCom": {
"$ref": "8"
}
},
{
"$ref": "5"
}
],
"updated": "2026-06-03T18:34:33.5488647",
"salesMode": 1,
"gstPercent": 1,
"costGSTPercent": 1,
"earnLoyaltyPoints": true,
"quantityOverride": true,
"quantityRequired": true,
"allowDiscounts": true,
"discountDiscounts": true,
"itemRecalled": true,
"noRefund": true,
"active": true,
"allowMarkdown": true,
"defaultGP": 1.1,
"labelShelfDefault": 1,
"labelTalkerDefault": 1,
"labelSmall": true,
"tags": "sample string 9",
"unitMeasureKind": 1,
"fuelItem": true,
"trackSerial": true,
"warrantyPeriod": 1,
"costCalcMethod": 1,
"providerName": "sample string 10",
"overrideHostMargin": true,
"keepDescription": true,
"mscCommodity": "sample string 13",
"allowAutoOrder": true,
"excludeFromWebUpdate": true,
"webPriceBasedOn": true,
"labelFormat": "sample string 14",
"sendToScale": true,
"labelPageLayoutG_UID": "1o2meuW3xUu+bzPRDsWo1A==",
"labelPageLayoutGuid": "7aa68dd6-b7e5-4bc5-be6f-33d10ec5a8d4",
"minimumAge": 15,
"countryOfOrigin": "sample string 16",
"serviceFeeID": 1,
"eftCode": 17,
"defaultPrinter": "sample string 18",
"defaultPrinterGroup": "sample string 19",
"buyingLimit": 1,
"buyingLimitIndependent": true,
"buyingLimitType": 0,
"includeInDistinctLimit": true,
"defaultsEmpty": false,
"mscCat": {
"$ref": "6"
},
"mscCom": {
"$ref": "7"
},
"mscDep": {
"$ref": "9"
},
"mscSubCom": {
"$ref": "8"
}
},
{
"$ref": "4"
}
],
"investmentBuyOverride": true,
"updated": "2026-06-03T18:34:33.5488647",
"salesMode": 1,
"gstPercent": 1,
"costGSTPercent": 1,
"earnLoyaltyPoints": true,
"quantityOverride": true,
"quantityRequired": true,
"allowDiscounts": true,
"discountDiscounts": true,
"itemRecalled": true,
"noRefund": true,
"active": true,
"allowMarkdown": true,
"defaultGP": 1.1,
"labelShelfDefault": 1,
"labelTalkerDefault": 1,
"labelSmall": true,
"tags": "sample string 9",
"unitMeasureKind": 1,
"fuelItem": true,
"trackSerial": true,
"warrantyPeriod": 1,
"costCalcMethod": 1,
"providerName": "sample string 10",
"overrideHostMargin": true,
"keepDescription": true,
"mscCommodity": "sample string 13",
"allowAutoOrder": true,
"excludeFromWebUpdate": true,
"webPriceBasedOn": true,
"labelFormat": "sample string 14",
"sendToScale": true,
"labelPageLayoutG_UID": "IiPyFe4XwEeWit3EN81t/A==",
"labelPageLayoutGuid": "15f22322-17ee-47c0-968a-ddc437cd6dfc",
"minimumAge": 15,
"countryOfOrigin": "sample string 16",
"serviceFeeID": 1,
"eftCode": 17,
"defaultPrinter": "sample string 18",
"defaultPrinterGroup": "sample string 19",
"buyingLimit": 1,
"buyingLimitIndependent": true,
"buyingLimitType": 0,
"includeInDistinctLimit": true,
"defaultsEmpty": false,
"mscCat": {
"$ref": "6"
},
"mscCom": {
"$ref": "7"
},
"mscDep": {
"$ref": "9"
},
"mscSubCom": {
"$ref": "8"
}
},
{
"$ref": "3"
}
],
"stores": [
1,
2
],
"investmentBuyOverride": true,
"updated": "2026-06-03T18:34:33.5488647",
"salesMode": 1,
"gstPercent": 1,
"costGSTPercent": 1,
"earnLoyaltyPoints": true,
"quantityOverride": true,
"quantityRequired": true,
"allowDiscounts": true,
"discountDiscounts": true,
"itemRecalled": true,
"noRefund": true,
"active": true,
"allowMarkdown": true,
"defaultGP": 1.1,
"labelShelfDefault": 1,
"labelTalkerDefault": 1,
"labelSmall": true,
"tags": "sample string 19",
"unitMeasureKind": 1,
"fuelItem": true,
"trackSerial": true,
"warrantyPeriod": 1,
"costCalcMethod": 1,
"providerName": "sample string 20",
"overrideHostMargin": true,
"keepDescription": true,
"mscCommodity": "sample string 23",
"allowAutoOrder": true,
"excludeFromWebUpdate": true,
"webPriceBasedOn": true,
"labelFormat": "sample string 24",
"sendToScale": true,
"labelPageLayoutG_UID": "R9aSzu/5x0SNJOGAnaiG2g==",
"labelPageLayoutGuid": "ce92d647-f9ef-44c7-8d24-e1809da886da",
"minimumAge": 25,
"countryOfOrigin": "sample string 26",
"serviceFeeID": 1,
"eftCode": 27,
"defaultPrinter": "sample string 28",
"defaultPrinterGroup": "sample string 29",
"buyingLimit": 1,
"buyingLimitIndependent": true,
"buyingLimitType": 0,
"includeInDistinctLimit": true,
"defaultsEmpty": false,
"mscCat": {
"$ref": "6"
},
"mscCom": {
"$ref": "7"
},
"mscDep": {
"$ref": "9"
},
"mscSubCom": {
"$ref": "8"
}
},
{
"$ref": "1"
}
]
application/xml
Sample not available.
text/xml
Sample not available.
text/csv
Sample not available.
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
PK P��\zp�N� 5 xl/workbook.xml � (� ����0��&�C���
)��x�བ�6П�5���I�yۙ��v�d��0f@o5j_��lE���;cA�]o�b!J�$��%����>�
�`dA텴/�X�:`� A�J1�q�� D�fw �O2ߺ���"�)�`�ERH35nY`%���8��U27}.����x(Oxe�0J���PK P��\���� � [Content_Types].xml � (� ���J�0�_��*M�D��V�*��d�
�d�k��<�H���V���=
��|�o��|����������+�����7l���e۶~=E�"�zlXO�@Ճ��C�3]HNR~���R��uU�<���������a��36��b7םQ
�1Z�$�8z�R��3
tP��-c�� g����_M��Of���~O�s�T���� ����P<�D��e=1Z��a2�b
��%#H'�2}���e�B)��~j/F�t��PK
P��\N' ' _rels/.rels � (� <?xml version="1.0" encoding="utf-8"?><Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships"><Relationship Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument" Target="xl/workbook.xml" Id="Rae225f3162f844f7" /></Relationships>PK P��\Y��� �/ xl/worksheets/sheet1.xml � (� �ZmS9�+.����k
�Z!����Lp������X���<+A�*��5+��G���_�{|��.�����PVb8�>��ogO���?Vw���{��ſ���t5@����bx�Z}7-o�e5�>}±���q��o�F����p~��q��)!�h1}���Q������ZI����tr�Y���K����ix�w;����ӻ�a-ߍ/`8�mЗ����y���?����oNn��b�u�G���/�ӻɏ������t��~�,�͜���r���q��n8x�����<�]��C%��
�7?���㗗�q��<���vZH��N�χ�|x�|��������y�PJ[�?�l�W��n���<� >Qkl�u��|�wB� �Í�O��龙�� ���2���፴K�"�
��Z��B�T�)���UF<?-�u�
Q{��
�sRhc��RgX�Q}ڻp^Y�3Zg*D�ɖ }�K��Yp�BF�2*P6T��
� A��]D-J�J˨B�^;3
P6
4�^JAh�T������(<z�ʅL%� j��G��£�3�UK�
],�Ԝ�Bی�ծ��v�q���U�d�H*JP�$(+-�����i*JP��!*lA��X'���@��&���T�<�*k��B��.� *P�����8g�>&wQ�ʷ� %:'X��rB�JT���C��|>�� JD{
�PC!�� J)JU0ګ�֞�� �!�"��qFa[��]��J@T ��^�^�x���/�K�:��.W!Jl�J��I�V��� J�;y�0� K@�"�����J�n �V�1��ת�Rԉ
�Ѣј�م�R��,h�4x�3�1�
Q�Z�OSH#� ��
Q�:���f����Yn7��taU�b�Q�ڼ�,�&uK���J��;NGMj��� ���g���I�ߺ��I�h�I����m&cGM�F�
*T��ś����4��j��݀�?(�L��I��ȃ��4�n�Zc�Q�,d[���4�&��<f^/��������u��$8�r
3o����MԤI���YL<���EԤI�l#��.�
:���4I�\�6�dI�6Q�&��Q���/.6j�&/.��xՖT�Z����7㍏��f�`�m�EL�#�<b��2W!j���*��V�7P�h�+�+�%Y��cw�ж}���K��.m��m�����&��_3�m�=FT2`o��$��e���R��]����^�L�vQ�����
���c��ar��3��|'����b�<Xl����S������������7����E���"~�"T�8�" E��E�q�E�q�E��p)⤋�)�CR�)�!�#!���@�g�����b�a�3!�^0�����!��ͨ��{�@�_a���v�a�+!� ��fl��5gDBp�XQ�kƌ@(�;�f �䚱$�kƔ@h�[�1&P�g噱&P�o�1��<3�Ԕgƞ����SS��j�3�PMyf,�)όG5�1��<3.ՔgƦ������njO
�y����njO
�y����njO
�y�]���1�SCx3>5��1�SK��SKyf|j)όO-��<3>��gƧ�����R��Z�3�S��<� �Kq�Iqj;�Igc�)�ȡ��@H�����3��q�!�y��<䄁Y|` dG� ����� y��%��֧���d:
j� �hLq2�OB���@������2ѓ��V�A_�iT���g�g�k~�u]���E1��(� S`���gu�����' �
%z�O�?<��Y'��=��i�y�s�C.�9�������m�e�i�RP� s]�a�Gm?.�ߘ���&��z��gc�y�戣��'�i,`����{�����i���<]l�7>c�М����<��/�<���н3_h֜d*h2� ]h�b 4S��@33�f�<�8y���0���T �4S%�4S�x�sX���ϓ�4S%�4S1�i�b 4S1���L�ԟ�z�������_a]`8su2U� S`���gu�����' ��L�C}�7�����:���!N��0��r�7�y���
VP�����f��:W���n���3��f*��T��f*�B'S�]��I�N�b�w2��d��%������
�1u:���t2U��T����T��o陸���h>_M��M������ PK P��\���� P xl/_rels/workbook.xml.rels � (� ��Kn� ���f_��G�M7٦� �cc�HӜ���W(j�֑��&+4���O3|�lvo�H^ч�Y <c@�j���p��S
��怣��F0�Hzb�㼦4h��
��ѦN���b*}Og�O�G*+�_2�I���Ct]7h|v�<������S0��Q����(��g�
d�J8h�.[VWeS��
}�Z��ï^ȔB���ș����2Fyl_�O�^:-�ZQ5+���(os�w�b�PK P��\Ѓc'2 E
xl/styles.xml � (� �S�j�0��&0���0�^�]v��:��d;��H��Kj�vG�Mz�zOHr�iB8v �F��WEG�?s�Oh�lff�uZМ���ށh�R���6�'��2��������ɳ�UŦ`<Қo���x���8��K�6BC ^�کĖ��B���n��f8����9� ����CUk��#��U�ub��WUB;��k���&�
AR>��� ��im��ΑF���YO��%�}� ��LJ\in�,���9oy}��y.�$��6��ųNJ�c��T��rĘ)փBR淶�E3ʟ�\��q��PK P��\��'�� � xl/sharedStrings.xml � (� �W]o"7}���`!�O
$@Y�
Ye �h!�@��Ukf�2c��'Z����3C�\��e�}?}|�x��&�)ͥ����5�D$c.ֽ����[#�P�D
֫m���w�Z[����ټm4t��R��r� +�Rj�S�z���c&M���N#�\�H$3az��V�d��Xg ���\��/��a�r�-MY�֗1�ͥ2S3UF����D��9J�����)��i�,��L��od!
M�=�<B1l�4!s�0�Z�p
�?���U�
�S��Rmq�&��Y:��1�_Ō�� CׯF�"�V�!L��2��^�[)���M� [��P�.f��@��<���eDm��-�ن*�BB��F*\�xb�mx�m�0���71$�:�IHi�xd���g�F�>�J�Dnib�d#y �?2
� X�r�@�/W8ޫ$�_I̵�+rp] �W�K�t�A�O�� �2��F�?��r���"W?�k��Yb�ZI��F�7�,Y��.YB�4���;��S�$�Q �F�{�
Iՙb��To2pġJ�4E�G2g��u���e�>R���[W�Kt��>M"2a���IO<�h�P���ү9�7�\3)� ]�ɼߗ)�9�t]�ʌ�i�7���2�E(k�t��=�,�"�cۜ�^��1/�c��pژnef��cv���8*)0��Jr���=F
.�Lz�dI����42���C=��լ�d�d��.��_���S��j�ݠGµt$�-�i�L�U��<3v�p7�)X��V���r
�q�@�(�j5_�[��f(��-��g���W����k�#g�������P�w%�Z]���E�>�1�6|k)^+�t-PT��m�߶Zd6)\�$��>���t��t��d�mk�\My��B.)h�VE�=��K�b�F(�s�N!!���. %�����B�+��ۭ2�â�,�1���u�]�kE��q)�MR��,I�}O����;�!(u<��ܸ.L�]N���(Ni���Zu3����i/�R�xU��B�x�{wJ��W�B��/w�z�̷����x'Y��ʁ���D7��T�.Y��8aRvQ�#Br1�r� xz�x[2�e��w�X��$�w����x��J#~מּ��Ei-eE��e�
��U��{���ڕ}'/0a�)?�}Q�!���>ey�����( �o5��~kاϡu�*`Y�Λq���du�V'�v��7�'�{z�n�ӂ,�\��{YH��*��5H��qQ�J�7��h@9w�"',�J7z�<(=�u�W��� �$ݏ0595�T�g�� �
���
�keY�|��
@���\=x���z���K`���ܯ;��Q}��u�i�7�P�VuK���&��G��=~���=+F´�h{���!$O�w��>~>�U�[������{G��x�3������N��͇~[}����ڞ_�������?PK- P��\zp�N� 5 xl/workbook.xmlPK- P��\���� � [Content_Types].xmlPK-
P��\N' ' V _rels/.relsPK- P��\Y��� �/ � xl/worksheets/sheet1.xmlPK- P��\���� P � xl/_rels/workbook.xml.relsPK- P��\Ѓc'2 E
xl/styles.xmlPK- P��\��'�� � � xl/sharedStrings.xmlPK � �
application/vnd.ms-excel
PK P��\aT>D� 5 xl/workbook.xml � (� ����0��J}�(ФU����k��LA���_~R�n������}�\�>f������Lj���λ�ya��%\��+
� ")o�� A;KJ��7�?,=BK
1�aCЖ��c���q�U��^w1��B�7����bÛ��W��չ��r�3=�4I�XFi�Bw�����b�]~PK P��\���� � [Content_Types].xml � (� ���J�0�_��*M�D��V�*��d�
�d�k��<�H���V���=
��|�o��|����������+�����7l���e۶~=E�"�zlXO�@Ճ��C�3]HNR~���R��uU�<���������a��36��b7םQ
�1Z�$�8z�R��3
tP��-c�� g����_M��Of���~O�s�T���� ����P<�D��e=1Z��a2�b
��%#H'�2}���e�B)��~j/F�t��PK
P��\�B�' ' _rels/.rels � (� <?xml version="1.0" encoding="utf-8"?><Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships"><Relationship Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument" Target="xl/workbook.xml" Id="R4c03415a89524c14" /></Relationships>PK P��\Y��� �/ xl/worksheets/sheet1.xml � (� �ZmS9�+.����k
�Z!����Lp������X���<+A�*��5+��G���_�{|��.�����PVb8�>��ogO���?Vw���{��ſ���t5@����bx�Z}7-o�e5�>}±���q��o�F����p~��q��)!�h1}���Q������ZI����tr�Y���K����ix�w;����ӻ�a-ߍ/`8�mЗ����y���?����oNn��b�u�G���/�ӻɏ������t��~�,�͜���r���q��n8x�����<�]��C%��
�7?���㗗�q��<���vZH��N�χ�|x�|��������y�PJ[�?�l�W��n���<� >Qkl�u��|�wB� �Í�O��龙�� ���2���፴K�"�
��Z��B�T�)���UF<?-�u�
Q{��
�sRhc��RgX�Q}ڻp^Y�3Zg*D�ɖ }�K��Yp�BF�2*P6T��
� A��]D-J�J˨B�^;3
P6
4�^JAh�T������(<z�ʅL%� j��G��£�3�UK�
],�Ԝ�Bی�ծ��v�q���U�d�H*JP�$(+-�����i*JP��!*lA��X'���@��&���T�<�*k��B��.� *P�����8g�>&wQ�ʷ� %:'X��rB�JT���C��|>�� JD{
�PC!�� J)JU0ګ�֞�� �!�"��qFa[��]��J@T ��^�^�x���/�K�:��.W!Jl�J��I�V��� J�;y�0� K@�"�����J�n �V�1��ת�Rԉ
�Ѣј�م�R��,h�4x�3�1�
Q�Z�OSH#� ��
Q�:���f����Yn7��taU�b�Q�ڼ�,�&uK���J��;NGMj��� ���g���I�ߺ��I�h�I����m&cGM�F�
*T��ś����4��j��݀�?(�L��I��ȃ��4�n�Zc�Q�,d[���4�&��<f^/��������u��$8�r
3o����MԤI���YL<���EԤI�l#��.�
:���4I�\�6�dI�6Q�&��Q���/.6j�&/.��xՖT�Z����7㍏��f�`�m�EL�#�<b��2W!j���*��V�7P�h�+�+�%Y��cw�ж}���K��.m��m�����&��_3�m�=FT2`o��$��e���R��]����^�L�vQ�����
���c��ar��3��|'����b�<Xl����S������������7����E���"~�"T�8�" E��E�q�E�q�E��p)⤋�)�CR�)�!�#!���@�g�����b�a�3!�^0�����!��ͨ��{�@�_a���v�a�+!� ��fl��5gDBp�XQ�kƌ@(�;�f �䚱$�kƔ@h�[�1&P�g噱&P�o�1��<3�Ԕgƞ����SS��j�3�PMyf,�)όG5�1��<3.ՔgƦ������njO
�y����njO
�y����njO
�y�]���1�SCx3>5��1�SK��SKyf|j)όO-��<3>��gƧ�����R��Z�3�S��<� �Kq�Iqj;�Igc�)�ȡ��@H�����3��q�!�y��<䄁Y|` dG� ����� y��%��֧���d:
j� �hLq2�OB���@������2ѓ��V�A_�iT���g�g�k~�u]���E1��(� S`���gu�����' �
%z�O�?<��Y'��=��i�y�s�C.�9�������m�e�i�RP� s]�a�Gm?.�ߘ���&��z��gc�y�戣��'�i,`����{�����i���<]l�7>c�М����<��/�<���н3_h֜d*h2� ]h�b 4S��@33�f�<�8y���0���T �4S%�4S�x�sX���ϓ�4S%�4S1�i�b 4S1���L�ԟ�z�������_a]`8su2U� S`���gu�����' ��L�C}�7�����:���!N��0��r�7�y���
VP�����f��:W���n���3��f*��T��f*�B'S�]��I�N�b�w2��d��%������
�1u:���t2U��T����T��o陸���h>_M��M������ PK P��\t���� P xl/_rels/workbook.xml.rels � (� ��An� E����`�:�ɦ�l�\ �`��`I��u�#�
E���R�d��<������ٽ��@��w
.�8�u���y�x��`�)߈��"�O\l�MiZ��Q��O�r��0ʔ�БI���T��$�x�D���!zcz�^�Gp�0y��-@��(C��?Q$��,2��n�Ap.�D�%g������b���뙌�5%�[x�J�����K
y�s�y�P�rEWU-g������_l� PK P��\Ѓc'2 E
xl/styles.xml � (� �S�j�0��&0���0�^�]v��:��d;��H��Kj�vG�Mz�zOHr�iB8v �F��WEG�?s�Oh�lff�uZМ���ށh�R���6�'��2��������ɳ�UŦ`<Қo���x���8��K�6BC ^�کĖ��B���n��f8����9� ����CUk��#��U�ub��WUB;��k���&�
AR>��� ��im��ΑF���YO��%�}� ��LJ\in�,���9oy}��y.�$��6��ųNJ�c��T��rĘ)փBR淶�E3ʟ�\��q��PK P��\��'�� � xl/sharedStrings.xml � (� �W]o"7}���`!�O
$@Y�
Ye �h!�@��Ukf�2c��'Z����3C�\��e�}?}|�x��&�)ͥ����5�D$c.ֽ����[#�P�D
֫m���w�Z[����ټm4t��R��r� +�Rj�S�z���c&M���N#�\�H$3az��V�d��Xg ���\��/��a�r�-MY�֗1�ͥ2S3UF����D��9J�����)��i�,��L��od!
M�=�<B1l�4!s�0�Z�p
�?���U�
�S��Rmq�&��Y:��1�_Ō�� CׯF�"�V�!L��2��^�[)���M� [��P�.f��@��<���eDm��-�ن*�BB��F*\�xb�mx�m�0���71$�:�IHi�xd���g�F�>�J�Dnib�d#y �?2
� X�r�@�/W8ޫ$�_I̵�+rp] �W�K�t�A�O�� �2��F�?��r���"W?�k��Yb�ZI��F�7�,Y��.YB�4���;��S�$�Q �F�{�
Iՙb��To2pġJ�4E�G2g��u���e�>R���[W�Kt��>M"2a���IO<�h�P���ү9�7�\3)� ]�ɼߗ)�9�t]�ʌ�i�7���2�E(k�t��=�,�"�cۜ�^��1/�c��pژnef��cv���8*)0��Jr���=F
.�Lz�dI����42���C=��լ�d�d��.��_���S��j�ݠGµt$�-�i�L�U��<3v�p7�)X��V���r
�q�@�(�j5_�[��f(��-��g���W����k�#g�������P�w%�Z]���E�>�1�6|k)^+�t-PT��m�߶Zd6)\�$��>���t��t��d�mk�\My��B.)h�VE�=��K�b�F(�s�N!!���. %�����B�+��ۭ2�â�,�1���u�]�kE��q)�MR��,I�}O����;�!(u<��ܸ.L�]N���(Ni���Zu3����i/�R�xU��B�x�{wJ��W�B��/w�z�̷����x'Y��ʁ���D7��T�.Y��8aRvQ�#Br1�r� xz�x[2�e��w�X��$�w����x��J#~מּ��Ei-eE��e�
��U��{���ڕ}'/0a�)?�}Q�!���>ey�����( �o5��~kاϡu�*`Y�Λq���du�V'�v��7�'�{z�n�ӂ,�\��{YH��*��5H��qQ�J�7��h@9w�"',�J7z�<(=�u�W��� �$ݏ0595�T�g�� �
���
�keY�|��
@���\=x���z���K`���ܯ;��Q}��u�i�7�P�VuK���&��G��=~���=+F´�h{���!$O�w��>~>�U�[������{G��x�3������N��͇~[}����ڞ_�������?PK- P��\aT>D� 5 xl/workbook.xmlPK- P��\���� � [Content_Types].xmlPK-
P��\�B�' ' V _rels/.relsPK- P��\Y��� �/ � xl/worksheets/sheet1.xmlPK- P��\t���� P � xl/_rels/workbook.xml.relsPK- P��\Ѓc'2 E
xl/styles.xmlPK- P��\��'�� � � xl/sharedStrings.xmlPK � �