Logo
Explore Help
Sign In
kenmirrors/grocy
1
0
Fork 0
You've already forked grocy
mirror of https://github.com/grocy/grocy.git synced 2025-10-04 14:04:10 +00:00
Code Issues Projects Releases Wiki Activity
Files
1316c1f25f0894ae94085e764a3cea600ef32b02
grocy/public/viewjs/stockjournalsummary.js

9 lines
287 B
JavaScript
Raw Normal View History

Stock-Journal: API, Summary, Done By (#989) * Stockjournal: Add "Done by" * Add API for Stock-Journal * Add "Journal-Summary" * Use ALTER TABLE * Moved the "Jounral summary" button to the stock journal page * Changed icon & context menu position for new stock journal summary page Co-authored-by: Bernd Bestel <bernd@berrnd.de>
2020-09-06 13:18:51 +02:00
var journalSummaryTable = $('#journal-summary-table').DataTable({
'paginate': true,
'order': [[0, 'desc']]
});
$('#journal-summary-table tbody').removeClass("d-none");
journalSummaryTable.columns.adjust().draw();
[WIP] Simplified overviews on mobile (#1115) * Simplified stock overview on mobile. * Stock table horizontally scrollable * Use the new mobile views for all pages (except the shopping list page, use the existing special handling there for now) And add a clear filter button to all pages Co-authored-by: Bernd Bestel <bernd@berrnd.de>
2020-11-07 14:53:45 +01:00
$('.dataTables_scrollBody').addClass("dragscroll");
dragscroll.reset();
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.5 Page: 144ms Template repo/view: 6ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API