sales tax 2.
This commit is contained in:
@@ -118,6 +118,12 @@ router.post('/sales-tax/periods/:id/record', async (req, res) => {
|
||||
} catch (err) { handleQboError(err, res, 'sales-tax-record'); }
|
||||
});
|
||||
|
||||
router.post('/sales-tax/periods/:id/mark-external', async (req, res) => {
|
||||
try {
|
||||
res.json(await accountingService.markTaxPaidExternal(req.params.id));
|
||||
} catch (err) { handleQboError(err, res, 'sales-tax-mark-external'); }
|
||||
});
|
||||
|
||||
// ════════════════════════════════════════════════════════════════════
|
||||
// Phase 2 Lieferung 1 — Sync + Cache-Reads
|
||||
// ════════════════════════════════════════════════════════════════════
|
||||
|
||||
Reference in New Issue
Block a user