Pinned Loading
-
sig_mineros
sig_mineros PublicSistema de Información Gerencial para cooperativas de mineros artesanales
Python
-
Excel
Excel 1//Para sumar un rango dinamicamente tomando en cuenta la fecha de analisis con encabezados de fecha
23=SUMA(INDIRECTO("F"&FILA()&"C2:F"&FILA()&"C"&COINCIDIR(BUSCARH($L$2,$4:$4,1,1),$4:$4,0),FALSO))
45 -
Frappe - Add Keyboard Shorcut.js
Frappe - Add Keyboard Shorcut.js 1frappe.ui.keys.add_shortcut({
2shortcut: 'alt+p',
3action: (e) => {
4this.$item.find('.print-btn').trigger('click');
5e.preventDefault();
-
Comfortably work with dialogs in Fra...
Comfortably work with dialogs in Frappe Framework 1function dialog_promise (title, fields, primary_action_label) {
2// Return a function that returns a promise
3// The promise resolves when the dialog is submitted and rejects when the dialog is closed
4// On resolve, the promise returns the values from the dialog.
5return () => new Promise((resolve, reject) => {
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.