Difference between revisions of "OC E-Club Ledger Data"

From RobotX
Jump to navigation Jump to search
m (Undo revision 11291 by Joelmartin (talk))
Tag: Undo
Line 1: Line 1:
 
=== Banking Data ===
 
=== Banking Data ===
<datatable2 table="Bank Account Ledger" class="wikitable">
+
<datatable2 table="Bank Account Ledger"
<head>
+
columns="Date|Description|Credit|Debit|Balance"
|-
+
fs=",">
! Date
+
<template>
! Description
+
'''{{{Date}}}''',''{{{Description}}}'',{{{Credit}}},{{{Debit}}},'''{{{Balance}}}'''
! Credit
+
</template>
! Debit
 
! Balance
 
</head>
 
 
<!-- insert data here separated by comas -->
 
<!-- insert data here separated by comas -->
12/25/2019|Description goes here|$0.00|$0.00|$0.00
+
12/25/2019,Description goes here,$0.00,$0.00,$0.00
12/26/2019|Description goes here|$0.01|$0.00|$0.00
+
12/26/2019,Description goes here,$0.00,$0.01,$0.01
 
</datatable2>
 
</datatable2>

Revision as of 18:20, 26 December 2019

Banking Data

12/25/2019,Description goes here,$0.00,$0.00,$0.00

12/26/2019,Description goes here,$0.00,$0.01,$0.01