feat: add eBay pricing integration with DocTypes, Frappe Page, and API methods

This commit is contained in:
Westech Admin
2026-05-17 12:49:40 +00:00
parent 482bae141e
commit f981cd5844
13 changed files with 934869 additions and 3446 deletions
@@ -0,0 +1,13 @@
{% extends "templates/web.html" %}
{% block style %}
<style>
.badge.status-fresh { background-color: #28a745; }
.badge.status-aging { background-color: #ffc107; color: #212529; }
.badge.status-expired { background-color: #dc3545; }
.badge.status-needs { background-color: #fd7e14; }
.badge.status-error { background-color: #6c757d; }
</style>
{% endblock %}
{% block page_content %}
<div id="ebay-pricing-page"></div>
{% endblock %}