Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Version 12 page #417

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion foundation/templates/includes/footer/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,11 @@ <h6 class="text-light">Community</h6>
<h6 class="text-light">Documentation</h6>
<ul class="list-unstyled">
<li class="mb-2">
<a class="text-muted indicator blue" href="/releases/version-11">Version 11</a>
<a class="text-muted indicator blue" href="/releases/version-12">Version 12</a>
</li>
<li class="mb-2">
<a class="text-muted" href="/releases/version-11">Version 11</a>
</li>
<li class="mb-2">
<a class="text-muted" href="/docs/user/manual">Manual</a>
</li>
Expand Down
58 changes: 58 additions & 0 deletions foundation/www/releases/version-12/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
{% extends "templates/base.html" %}
{% block title %}ERPNext Version 12{% endblock %}


{% macro card(title, body, link) %}
<div class="col-sm-4 mb-4">
<a href='{{ link }}' class="card">
<div class="card-body">
<h5>{{ title }}</h5>
<div class="card-text mb-3">{{ body }}</div>
<span class="text-muted">Details</span>
</div>
</a>
</div>
{% endmacro %}

{% block content %}
<section class="top-section">
<div class='container'>
<h1>ERPNext Version 12</h1>
<p class="lead">ERPNext v12 release is here, with more feature, security, usability and performance updates than ever before.<p>
<a class="btn btn-dark mt-4" href="/releases/version-11/features/accounting">Explore</a></p>
<div class="row mt-5 text-left">
{{ card(
"New Desktop",
"Multi-book financials, consolidated financials, inter-company transactions, deferred revenue, bank upload and more.",
"/releases/version-11/features/accounting"
) }}
{{ card(
"Dashboard",
"Upgraded payroll, with configurable benefits and deductions, Upgraded leave management, leave periods, employee lifecycle and more.",
"/releases/version-11/features/human-resources"
) }}
{{ card(
"Supplier Schemes",
"Improved asset management with serialized assets, Capital Work in Progress (CWIP) accounting, asset movement tracking.",
"/releases/version-11/features/asset-management"
) }}
{{ card(
"Marketplace",
"List your products for free in the in-app marketplace, and web portal, and communicate with buyers and sellers from inside ERPNext.",
"/releases/version-11/features/marketplace"
) }}
{{ card(
"Framework",
"Postgres support, Enery Point System and Leaderboard, link previews, better DocType JSON diffs, Milestone tracker",
"/releases/version-11/features/framework"
) }}
{{ card(
"Other Features",
"Tons of other new features like Loyalty points and coupons, new integrations including Woocommerce and much much more.",
"/releases/version-11/features/other"
) }}
</div>
</div>
</section>
{% endblock %}

31 changes: 31 additions & 0 deletions foundation/www/releases/version-12/new-features.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
Frappe

Postgres support
Energy Point System and Leaderboard
Link previews
Better DocType JSON diffs
Milestone tracker
Dashboard
New Desktop
New Upload Dialog
New Control: Rating
Personal Data Deletion
Document Subscription
New Website Based on Bootstrap 4
Automation Module: Assignment Rule
Relative Time Filters
Raw Printing
Group By in Reports
UI Tests using Cypress
Recorder

ERPNext

LMS
Password protected salary slips
Tally Migrator
Invoice Discounting
Chart of Accounts Importer
SLA
Pricing Rule Enhancements (Supplier Scheme)
Project Template