This commit is contained in:
2026-01-03 11:38:52 +01:00
parent cb1592daed
commit 34a6bd2c9c

View File

@@ -591,7 +591,7 @@ export default function App() {
onClick={() => openInTryton("account.move", undefined, ["tree","form"], [["state","=","draft"]])}
className="group rounded-lg border border-gray-200 dark:border-gray-600 p-4 flex flex-col items-center justify-center hover:bg-teal-50 dark:hover:bg-gray-700 transition hover:-translate-y-0.5 hover:shadow-md"
>
<span className="text-3xl font-bold text-gray-700 dark:text-white transition-transform group-hover:scale-110">
<span className="text-3xl font-bold text-gray-500 dark:text-white transition-transform group-hover:scale-110">
{move_cash}
</span>
<span className="mt-1 text-sm font-bold uppercase tracking-wide text-teal-600">
@@ -604,7 +604,7 @@ export default function App() {
onClick={() => openInTryton("account.move", undefined, ["tree","form"], [["state","=","posted"]])}
className="group rounded-lg border border-gray-200 dark:border-gray-600 p-4 flex flex-col items-center justify-center hover:bg-sky-50 dark:hover:bg-gray-700 transition hover:-translate-y-0.5 hover:shadow-md"
>
<span className="text-3xl font-bold text-gray-700 dark:text-white transition-transform group-hover:scale-110">
<span className="text-3xl font-bold text-gray-500 dark:text-white transition-transform group-hover:scale-110">
{move_cash}
</span>
<span className="mt-1 text-sm font-bold uppercase tracking-wide text-sky-600">
@@ -627,7 +627,7 @@ export default function App() {
onClick={() => openInTryton("account.move", undefined, ["tree","form"], [["state","=","draft"]])}
className="group rounded-lg border border-gray-200 dark:border-gray-600 p-4 flex flex-col items-center justify-center hover:bg-teal-50 dark:hover:bg-gray-700 transition hover:-translate-y-0.5 hover:shadow-md"
>
<span className="text-3xl font-bold text-gray-700 dark:text-white transition-transform group-hover:scale-110">
<span className="text-3xl font-bold text-gray-500 dark:text-white transition-transform group-hover:scale-110">
{move_cash}
</span>
<span className="mt-1 text-sm font-bold uppercase tracking-wide text-teal-600">
@@ -640,7 +640,7 @@ export default function App() {
onClick={() => openInTryton("account.move", undefined, ["tree","form"], [["state","=","posted"]])}
className="group rounded-lg border border-gray-200 dark:border-gray-600 p-4 flex flex-col items-center justify-center hover:bg-sky-50 dark:hover:bg-gray-700 transition hover:-translate-y-0.5 hover:shadow-md"
>
<span className="text-3xl font-bold text-gray-700 dark:text-white transition-transform group-hover:scale-110">
<span className="text-3xl font-bold text-gray-500 dark:text-white transition-transform group-hover:scale-110">
{move_cash}
</span>
<span className="mt-1 text-sm font-bold uppercase tracking-wide text-sky-600">
@@ -663,7 +663,7 @@ export default function App() {
onClick={() => openInTryton("account.move", undefined, ["tree","form"], [["state","=","draft"]])}
className="group rounded-lg border border-gray-200 dark:border-gray-600 p-4 flex flex-col items-center justify-center hover:bg-teal-50 dark:hover:bg-gray-700 transition hover:-translate-y-0.5 hover:shadow-md"
>
<span className="text-3xl font-bold text-gray-700 dark:text-white transition-transform group-hover:scale-110">
<span className="text-3xl font-bold text-gray-500 dark:text-white transition-transform group-hover:scale-110">
{move_cash}
</span>
<span className="mt-1 text-sm font-bold uppercase tracking-wide text-teal-600">
@@ -676,7 +676,7 @@ export default function App() {
onClick={() => openInTryton("account.move", undefined, ["tree","form"], [["state","=","posted"]])}
className="group rounded-lg border border-gray-200 dark:border-gray-600 p-4 flex flex-col items-center justify-center hover:bg-sky-50 dark:hover:bg-gray-700 transition hover:-translate-y-0.5 hover:shadow-md"
>
<span className="text-3xl font-bold text-gray-700 dark:text-white transition-transform group-hover:scale-110">
<span className="text-3xl font-bold text-gray-500 dark:text-white transition-transform group-hover:scale-110">
{move_cash}
</span>
<span className="mt-1 text-sm font-bold uppercase tracking-wide text-sky-600">