README.md
setup.py
quick_resto_API/__init__.py
quick_resto_API/quick_resto_api.py
quick_resto_API/quick_resto_interface.py
quick_resto_API.egg-info/PKG-INFO
quick_resto_API.egg-info/SOURCES.txt
quick_resto_API.egg-info/dependency_links.txt
quick_resto_API.egg-info/top_level.txt
quick_resto_API/operations_with_objects/operations_with_objects.py
quick_resto_API/operations_with_objects/system_object.py
quick_resto_API/operations_with_objects/modules/account_type_operations.py
quick_resto_API/operations_with_objects/modules/alcohol_dictionary_operations.py
quick_resto_API/operations_with_objects/modules/alcohol_report_operations.py
quick_resto_API/operations_with_objects/modules/bonus_program_operations.py
quick_resto_API/operations_with_objects/modules/business_operations.py
quick_resto_API/operations_with_objects/modules/cancellation_operations.py
quick_resto_API/operations_with_objects/modules/company_info_operations.py
quick_resto_API/operations_with_objects/modules/cooking_invoice_operations.py
quick_resto_API/operations_with_objects/modules/cooking_place_operations.py
quick_resto_API/operations_with_objects/modules/crm_customer_operations.py
quick_resto_API/operations_with_objects/modules/decomposition_invoice_operations.py
quick_resto_API/operations_with_objects/modules/discard_invoice_operations.py
quick_resto_API/operations_with_objects/modules/dish_operations.py
quick_resto_API/operations_with_objects/modules/employee_operations.py
quick_resto_API/operations_with_objects/modules/encashment_operations.py
quick_resto_API/operations_with_objects/modules/exchange_invoice_operations.py
quick_resto_API/operations_with_objects/modules/fixed_discount_operations.py
quick_resto_API/operations_with_objects/modules/hall_operations.py
quick_resto_API/operations_with_objects/modules/incoming_invoice_operations.py
quick_resto_API/operations_with_objects/modules/inventory_document_operations.py
quick_resto_API/operations_with_objects/modules/kkm_terminal_operations.py
quick_resto_API/operations_with_objects/modules/markup_operations.py
quick_resto_API/operations_with_objects/modules/measure_unit_operations.py
quick_resto_API/operations_with_objects/modules/modifier_operations.py
quick_resto_API/operations_with_objects/modules/order_discard_reason_operations.py
quick_resto_API/operations_with_objects/modules/order_info_operations.py
quick_resto_API/operations_with_objects/modules/outgoing_invoice_operations.py
quick_resto_API/operations_with_objects/modules/packing_unit_operations.py
quick_resto_API/operations_with_objects/modules/payment_type_operations.py
quick_resto_API/operations_with_objects/modules/pos_terminal_operations.py
quick_resto_API/operations_with_objects/modules/preorder_info_operations.py
quick_resto_API/operations_with_objects/modules/processing_invoice_operations.py
quick_resto_API/operations_with_objects/modules/providers_operations.py
quick_resto_API/operations_with_objects/modules/raspberry_terminal_operations.py
quick_resto_API/operations_with_objects/modules/sale_place_operations.py
quick_resto_API/operations_with_objects/modules/scheduled_discount_operations.py
quick_resto_API/operations_with_objects/modules/semi_product_operations.py
quick_resto_API/operations_with_objects/modules/shift_operations.py
quick_resto_API/operations_with_objects/modules/single_product_operations.py
quick_resto_API/operations_with_objects/modules/store_item_tag_operations.py
quick_resto_API/operations_with_objects/modules/store_operations.py
quick_resto_API/operations_with_objects/modules/table_operations.py
quick_resto_API/operations_with_objects/modules/table_scheme_operations.py
quick_resto_API/operations_with_objects/modules/terminal_operations.py
quick_resto_API/operations_with_objects/modules/ticket_device_operations.py
quick_resto_API/quick_resto_objects/quick_resto_object.py
quick_resto_API/quick_resto_objects/styler.py
quick_resto_API/quick_resto_objects/modules/alcohol/alcohol_dictionary.py
quick_resto_API/quick_resto_objects/modules/alcohol/alcohol_report.py
quick_resto_API/quick_resto_objects/modules/core/business.py
quick_resto_API/quick_resto_objects/modules/core/company_info.py
quick_resto_API/quick_resto_objects/modules/core/measure_unit.py
quick_resto_API/quick_resto_objects/modules/core/order_discard_reason.py
quick_resto_API/quick_resto_objects/modules/core/packing_unit.py
quick_resto_API/quick_resto_objects/modules/core/payment_types.py
quick_resto_API/quick_resto_objects/modules/core/store_item_tag.py
quick_resto_API/quick_resto_objects/modules/crm/account_balance.py
quick_resto_API/quick_resto_objects/modules/crm/account_type.py
quick_resto_API/quick_resto_objects/modules/crm/bonus_program.py
quick_resto_API/quick_resto_objects/modules/crm/contact_method.py
quick_resto_API/quick_resto_objects/modules/crm/customer.py
quick_resto_API/quick_resto_objects/modules/crm/customer_account.py
quick_resto_API/quick_resto_objects/modules/crm/customer_token.py
quick_resto_API/quick_resto_objects/modules/crm/fixed_discount.py
quick_resto_API/quick_resto_objects/modules/crm/group.py
quick_resto_API/quick_resto_objects/modules/crm/markup.py
quick_resto_API/quick_resto_objects/modules/crm/scheduled_discount.py
quick_resto_API/quick_resto_objects/modules/front/cancellation.py
quick_resto_API/quick_resto_objects/modules/front/device_command.py
quick_resto_API/quick_resto_objects/modules/front/encashment.py
quick_resto_API/quick_resto_objects/modules/front/hall.py
quick_resto_API/quick_resto_objects/modules/front/kkm_terminal.py
quick_resto_API/quick_resto_objects/modules/front/order_info.py
quick_resto_API/quick_resto_objects/modules/front/pos_terminal.py
quick_resto_API/quick_resto_objects/modules/front/preorder_info.py
quick_resto_API/quick_resto_objects/modules/front/raspberry_terminal.py
quick_resto_API/quick_resto_objects/modules/front/shift.py
quick_resto_API/quick_resto_objects/modules/front/table.py
quick_resto_API/quick_resto_objects/modules/front/table_scheme.py
quick_resto_API/quick_resto_objects/modules/front/terminal.py
quick_resto_API/quick_resto_objects/modules/front/ticket_device.py
quick_resto_API/quick_resto_objects/modules/front/virtual_kkm_terminal.py
quick_resto_API/quick_resto_objects/modules/front/virtual_pos_terminal.py
quick_resto_API/quick_resto_objects/modules/personnel/employee.py
quick_resto_API/quick_resto_objects/modules/personnel/user.py
quick_resto_API/quick_resto_objects/modules/warehouse/businessman.py
quick_resto_API/quick_resto_objects/modules/warehouse/cooking_invoice.py
quick_resto_API/quick_resto_objects/modules/warehouse/cooking_place.py
quick_resto_API/quick_resto_objects/modules/warehouse/decomposition_invoice.py
quick_resto_API/quick_resto_objects/modules/warehouse/discard_invoice.py
quick_resto_API/quick_resto_objects/modules/warehouse/discard_reason.py
quick_resto_API/quick_resto_objects/modules/warehouse/dish.py
quick_resto_API/quick_resto_objects/modules/warehouse/dish_category.py
quick_resto_API/quick_resto_objects/modules/warehouse/dish_sale.py
quick_resto_API/quick_resto_objects/modules/warehouse/employee.py
quick_resto_API/quick_resto_objects/modules/warehouse/exchange_invoice.py
quick_resto_API/quick_resto_objects/modules/warehouse/incoming_invoice.py
quick_resto_API/quick_resto_objects/modules/warehouse/inventory_document.py
quick_resto_API/quick_resto_objects/modules/warehouse/modifier.py
quick_resto_API/quick_resto_objects/modules/warehouse/modifier_group.py
quick_resto_API/quick_resto_objects/modules/warehouse/natural_person.py
quick_resto_API/quick_resto_objects/modules/warehouse/organization.py
quick_resto_API/quick_resto_objects/modules/warehouse/outgoing_invoice.py
quick_resto_API/quick_resto_objects/modules/warehouse/processing_invoice.py
quick_resto_API/quick_resto_objects/modules/warehouse/provider_group.py
quick_resto_API/quick_resto_objects/modules/warehouse/sale_place.py
quick_resto_API/quick_resto_objects/modules/warehouse/semi_product.py
quick_resto_API/quick_resto_objects/modules/warehouse/single_category.py
quick_resto_API/quick_resto_objects/modules/warehouse/single_product.py
quick_resto_API/quick_resto_objects/modules/warehouse/store.py
quick_resto_API/quick_resto_objects/modules/warehouse/store_category.py
quick_resto_API/quick_resto_objects/platform/right.py
quick_resto_API/quick_resto_objects/platform/right_link.py
quick_resto_API/quick_resto_objects/platform/role.py