change company 1099 dates
This commit is contained in:
@@ -49,8 +49,8 @@
|
||||
:where
|
||||
[?p :payment/client ?c]
|
||||
[?p :payment/date ?d ]
|
||||
[(>= ?d #inst "2023-01-01T08:00")]
|
||||
[(< ?d #inst "2024-01-01T08:00")]
|
||||
[(>= ?d #inst "2024-01-01T08:00")]
|
||||
[(< ?d #inst "2025-01-01T08:00")]
|
||||
[?p :payment/type :payment-type/check]
|
||||
[?p :payment/amount ?a]
|
||||
[?p :payment/vendor ?v]]
|
||||
@@ -68,8 +68,8 @@
|
||||
:where
|
||||
[?p :payment/client ?c]
|
||||
[?p :payment/date ?d ]
|
||||
[(>= ?d #inst "2023-01-01T08:00")]
|
||||
[(< ?d #inst "2024-01-01T08:00")]
|
||||
[(>= ?d #inst "2024-01-01T08:00")]
|
||||
[(< ?d #inst "2025-01-01T08:00")]
|
||||
[?p :payment/type :payment-type/check]
|
||||
[?p :payment/amount ?a]
|
||||
[?p :payment/vendor ?v]]
|
||||
|
||||
Reference in New Issue
Block a user