function init()
{
    global $MENU;
    $MENU->addSection("sessions", "Sessions", PLUGIN_NAME);
    $MENU->registerModuleReport("sessions", PLUGIN_NAME, "menu_sessions.png", "Advanced Z tickets", "advanced_ztickets");
    \Pasteque\register_i18n(PLUGIN_NAME);
}
function init()
{
    global $MENU;
    $MENU->addSection("admin", "Administration", PLUGIN_NAME);
    $MENU->registerModuleEntry("admin", PLUGIN_NAME, "menu_currencies.png", "Payment modes", "payment_modes");
    \Pasteque\register_i18n(PLUGIN_NAME);
}
function init()
{
    global $MENU;
    $MENU->addSection("admin", "Administration", PLUGIN_NAME);
    $MENU->registerModuleEntry("admin", PLUGIN_NAME, "menu_sessions.png", "Cash registers", "cashregisters");
    \Pasteque\register_i18n(PLUGIN_NAME);
}
Beispiel #4
0
function init()
{
    global $MENU;
    $MENU->addSection("admin", "Administration", PLUGIN_NAME);
    $MENU->registerModuleEntry("admin", PLUGIN_NAME, "menu_stock_move.png", "Backup", "backup");
    \Pasteque\register_i18n(PLUGIN_NAME);
}
function init()
{
    global $MENU;
    $MENU->addSection("admin", "Administration", PLUGIN_NAME);
    $MENU->registerModuleEntry("admin", PLUGIN_NAME, "menu_resources.png", "Resources", "resources");
    \Pasteque\register_i18n(PLUGIN_NAME);
}
function init()
{
    global $MENU;
    $MENU->registerModuleEntry("catalog", PLUGIN_NAME, "menu_attributes.png", "Attributes", "attributes");
    $MENU->registerModuleEntry("catalog", PLUGIN_NAME, "menu_attribute_sets.png", "Sets", "sets");
    \Pasteque\register_i18n(PLUGIN_NAME);
}
function init()
{
    global $MENU;
    $MENU->addSection("admin", "Administration", PLUGIN_NAME);
    $MENU->registerModuleReport("sales", PLUGIN_NAME, "menu_customers.png", "Place sales", "place_sales_report");
    $MENU->registerModuleEntry("admin", PLUGIN_NAME, "menu_map.png", "Floors", "floors");
    \Pasteque\register_i18n(PLUGIN_NAME);
}
function init()
{
    global $MENU;
    $MENU->addSection("customers", "Customers", PLUGIN_NAME);
    $MENU->registerModuleEntry("customers", PLUGIN_NAME, "menu_customers.png", "Customers", "customers");
    $MENU->registerModuleEntry("customers", PLUGIN_NAME, "menu_cust_taxes.png", "Customer taxes", "cust_taxes");
    \Pasteque\register_i18n(PLUGIN_NAME);
}
function init()
{
    global $MENU;
    if (!\Pasteque\is_user_logged_in()) {
        $MENU->registerModuleEntry("general", PLUGIN_NAME, "menu_register.png", "Register account", "register");
    }
    \Pasteque\register_i18n(PLUGIN_NAME);
}
function init()
{
    global $MENU;
    $MENU->addSection("customers", "Customers", PLUGIN_NAME);
    $MENU->registerModuleEntry("customers", PLUGIN_NAME, "menu_discountprofile.png", "Discount profiles", "discountprofiles");
    $MENU->registerModuleReport("sales", PLUGIN_NAME, "menu_discount_by_profile.png", "Discounts by profile", "discountprofiles_report");
    \Pasteque\register_i18n(PLUGIN_NAME);
}
function init()
{
    global $MENU;
    $MENU->addSection("catalog", "Catalog", PLUGIN_NAME);
    $MENU->registerModuleEntry("catalog", PLUGIN_NAME, "menu_category.png", "Providers", "providers");
    $MENU->addSection("sales", "Sales", PLUGIN_NAME);
    $MENU->registerModuleReport("sales", PLUGIN_NAME, "menu_product_sales.png", "Sales by provider", "sales_by_provider_report");
    \Pasteque\register_i18n(PLUGIN_NAME);
}
Beispiel #12
0
function init()
{
    global $MENU;
    $MENU->addSection("catalog", "Catalog", PLUGIN_NAME);
    $MENU->registerModuleEntry("catalog", PLUGIN_NAME, "menu_tax.png", "Taxes", "taxes");
    $MENU->registerModuleEntry("catalog", PLUGIN_NAME, "menu_category.png", "Categories", "categories");
    $MENU->registerModuleEntry("catalog", PLUGIN_NAME, "menu_product.png", "Products", "products");
    \Pasteque\register_i18n(PLUGIN_NAME);
}
Beispiel #13
0
function init()
{
    global $MENU;
    $MENU->addSection("stock", "Stocks", PLUGIN_NAME);
    $MENU->registerModuleEntry("stock", PLUGIN_NAME, "menu_stock_move.png", "Moves", "moves");
    $MENU->registerModuleEntry("stock", PLUGIN_NAME, "menu_stock_inventory.png", "Inventory", "inventory");
    $MENU->registerModuleReport("stock", PLUGIN_NAME, "menu_stock_inventory.png", "AlertReport", "alert");
    $MENU->registerModuleEntry("stock", PLUGIN_NAME, "menu_stock_check.png", "Check", "check");
    \Pasteque\register_i18n(PLUGIN_NAME);
}
Beispiel #14
0
function init()
{
    global $MENU;
    $MENU->addSection("sales", "Sales", PLUGIN_NAME);
    $MENU->registerModuleReport("sales", PLUGIN_NAME, "menu_sales.png", "CS report", "cs_report");
    $MENU->registerModuleReport("sales", PLUGIN_NAME, "menu_product_sales.png", "Sales by product", "sales_by_product_report");
    $MENU->registerModuleReport("sales", PLUGIN_NAME, "menu_product_sales.png", "Sales by category", "sales_by_category_report");
    $MENU->registerModuleReport("sales", PLUGIN_NAME, "menu_sales_details.png", "Sales report", "sales_report");
    $MENU->registerModuleReport("sales", PLUGIN_NAME, "menu_tax.png", "Taxes report", "taxes_report");
    \Pasteque\register_i18n(PLUGIN_NAME);
}
function init()
{
    global $MENU;
    $MENU->registerModuleEntry("catalog", PLUGIN_NAME, "menu_compositions.png", "Compositions", "composition");
    \Pasteque\register_i18n(PLUGIN_NAME);
}
function init()
{
    global $MENU;
    $MENU->registerModuleEntry("catalog", PLUGIN_NAME, "menu_product_tags.png", "Tags", "tags");
    \Pasteque\register_i18n(PLUGIN_NAME);
}
function init()
{
    global $MENU;
    $MENU->registerModuleEntry("catalog", PLUGIN_NAME, "menu_tariff_area.png", "Tariff areas", "areas");
    \Pasteque\register_i18n(PLUGIN_NAME);
}