jef-sales-invoices-payments¶
Source¶
Repository:
jef-systems/jef-sales-invoices-backendTable:
jef-sales-invoices-paymentsSchema path:
dynamodb/jef-sales-invoices-payments/schema.jsonCommit:
2694fd4ff58676b340afcb9508a86bf1ab6bd95bGenerated at:
2026-04-04T19:57:49Z
Attributes¶
{
"pk": "string",
"sk": "string",
"payment_method": "string-enum-CASH-CHECK-BANK_TRANSFER-GCASH-MAYA",
"amount": "number-two-decimals",
"reference_number": "string-optional",
"received_by": "string",
"payment_date": "string-iso8601",
"notes": "string-optional",
"created": "string-iso8601"
}
Main Index¶
{
"pk": "pk",
"sk": "sk"
}
Raw Schema¶
{
"table": "jef-sales-invoices-payments",
"attributes": {
"pk": "string",
"sk": "string",
"payment_method": "string-enum-CASH-CHECK-BANK_TRANSFER-GCASH-MAYA",
"amount": "number-two-decimals",
"reference_number": "string-optional",
"received_by": "string",
"payment_date": "string-iso8601",
"notes": "string-optional",
"created": "string-iso8601"
},
"main_index": {
"pk": "pk",
"sk": "sk"
},
"gsi_1": {
"pk": "reference_number"
}
}