30.12.25
This commit is contained in:
16
src/App.jsx
16
src/App.jsx
@@ -573,9 +573,9 @@ export default function App() {
|
||||
barRadius={9}
|
||||
/>
|
||||
|
||||
<button onClick={card.action} className="mt-4 text-xs text-teal-600 underline">
|
||||
{/* <button onClick={card.action} className="mt-4 text-xs text-teal-600 underline">
|
||||
View details
|
||||
</button>
|
||||
</button> */}
|
||||
</Card>
|
||||
);
|
||||
})}
|
||||
@@ -587,17 +587,17 @@ export default function App() {
|
||||
<HandCoins className="w-6 h-6" />
|
||||
</div>
|
||||
|
||||
<Text className="text-3xl font-bold mb-1">move_cash</Text>
|
||||
<Text className="text-xs text-gray-500 mb-4">To validate</Text>
|
||||
<Text className="text-3xl font-bold mb-1">{move_cash}</Text>
|
||||
<Text className="text-xs text-gray-500 mb-3">To validate</Text>
|
||||
|
||||
<div className="w-full h-1 bg-gray-200 dark:bg-gray-600 mb-4"></div>
|
||||
|
||||
<Text className="text-3xl font-bold mb-1">move_cash</Text>
|
||||
<Text className="text-xs text-gray-500 mb-4">All</Text>
|
||||
<Text className="text-3xl font-bold mb-1">{move_cash}</Text>
|
||||
<Text className="text-xs text-gray-500 mb-3">Posted</Text>
|
||||
|
||||
<button onClick={() => openInTryton("account.move", undefined, ['tree','form'],[['journal', '=', 3]])} className="mt-4 text-xs text-teal-600 underline">
|
||||
{/* <button onClick={() => openInTryton("account.move", undefined, ['tree','form'],[['journal', '=', 3]])} className="mt-4 text-xs text-teal-600 underline">
|
||||
View details
|
||||
</button>
|
||||
</button> */}
|
||||
</Card>
|
||||
</div>
|
||||
</main>
|
||||
|
||||
Reference in New Issue
Block a user